browserstack-node-sdk 1.64.2 → 1.65.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages-accessibility_pb.d.ts +70 -0
  41. package/generated/sdk-messages-accessibility_pb.js +545 -1
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +33 -0
  44. package/package.json +3 -3
  45. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  46. package/src/bin/codeceptjs/command.js +1 -1
  47. package/src/bin/codeceptjs/helper.js +1 -1
  48. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  49. package/src/bin/cucumber-js/command.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  52. package/src/bin/cucumber-js/test-observability.js +1 -1
  53. package/src/bin/cucumber-js/test.setup.js +1 -1
  54. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  55. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -0
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/sessionDetails.js +1 -1
  101. package/src/bin/puppeteer/patches.js +1 -1
  102. package/src/bin/puppeteer/sessionDetails.js +1 -1
  103. package/src/bin/puppeteer/test.setup.js +1 -1
  104. package/src/bin/runner.js +1 -1
  105. package/src/bin/setup.js +1 -1
  106. package/src/bin/test-runner/index.js +1 -1
  107. package/src/bin/test-runner/runTest.js +1 -1
  108. package/src/bin/test-runner/testWorker.js +1 -1
  109. package/src/bin/testcafe/a11y-runner.js +1 -1
  110. package/src/bin/testcafe/command.js +1 -1
  111. package/src/bin/testcafe/reporter/index.js +1 -1
  112. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  113. package/src/bin/testcafe/session-registry.js +1 -1
  114. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  115. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  116. package/src/bin/testcafe/w3c-driver.js +1 -1
  117. package/src/bin/utils/apiUtilityMethods.js +1 -1
  118. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  119. package/src/bin/utils/constants.js +1 -1
  120. package/src/bin/utils/log4jsAppender.js +1 -1
  121. package/src/bin/utils/logPatcher.js +1 -1
  122. package/src/bin/utils/logReportingAPI.js +1 -1
  123. package/src/bin/utils/playwright-patcher.js +1 -1
  124. package/src/bin/utils/puppeteer-patcher.js +1 -1
  125. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  126. package/src/bin/utils/sharedUtils.js +1 -1
  127. package/src/bin/v2/TestInfo.js +1 -1
  128. package/src/bin/v2/browserstackCLI.js +1 -1
  129. package/src/bin/v2/cliUtils.js +1 -1
  130. package/src/bin/v2/customTagManager.js +1 -1
  131. package/src/bin/v2/eventDispatcher.js +1 -1
  132. package/src/bin/v2/framework/automationFramework.js +1 -1
  133. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  134. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  136. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  137. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  138. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -0
  139. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  141. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/testFramework.js +1 -1
  143. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  145. package/src/bin/v2/grpcClient.js +1 -1
  146. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  147. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/trackedContext.js +1 -1
  149. package/src/bin/v2/instances/trackedInstance.js +1 -1
  150. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  151. package/src/bin/v2/modules/baseModule.js +1 -1
  152. package/src/bin/v2/modules/loadTestModule.js +1 -1
  153. package/src/bin/v2/modules/observabilityModule.js +1 -1
  154. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  155. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  156. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testhubModule.js +1 -1
  158. package/src/bin/v2/sdkErrorHandler.js +1 -1
  159. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  160. package/src/bin/v2/state/hookState.js +1 -1
  161. package/src/bin/v2/state/testFrameworkState.js +1 -1
  162. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  163. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  164. package/src/bin/v2/utils/jest-utils.js +1 -1
  165. package/src/bin/vanilla-js/command.js +1 -1
  166. package/src/browserStackSdk.js +1 -1
  167. package/src/helpers/BrowserStackSetup.js +1 -1
  168. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  169. package/src/helpers/accessibility-automation/constants.js +1 -1
  170. package/src/helpers/accessibility-automation/helper.js +1 -1
  171. package/src/helpers/accessibility-automation/scripts.js +1 -1
  172. package/src/helpers/ats/constants.js +1 -1
  173. package/src/helpers/ats/helper.js +1 -1
  174. package/src/helpers/caCertHelper.js +1 -1
  175. package/src/helpers/capsMapping.js +1 -1
  176. package/src/helpers/central-scanner/constants.js +1 -1
  177. package/src/helpers/central-scanner/helpers.js +1 -1
  178. package/src/helpers/classLogger.js +1 -1
  179. package/src/helpers/driverInitErrorReporter.js +1 -1
  180. package/src/helpers/globals.js +1 -1
  181. package/src/helpers/helper.js +1 -1
  182. package/src/helpers/logger.js +1 -1
  183. package/src/helpers/metadata.js +1 -1
  184. package/src/helpers/patchHelper.js +1 -1
  185. package/src/helpers/patchHelpers.js +1 -1
  186. package/src/helpers/percy/Percy.js +1 -1
  187. package/src/helpers/percy/PercyBinary.js +1 -1
  188. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  189. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  190. package/src/helpers/percy/PercySDK.js +1 -1
  191. package/src/helpers/percy/index.js +1 -1
  192. package/src/helpers/percy/utils.js +1 -1
  193. package/src/helpers/performance/constants.js +1 -1
  194. package/src/helpers/performance/performance-tester.js +1 -1
  195. package/src/helpers/playwright-helper.js +1 -1
  196. package/src/helpers/processHelper.js +1 -1
  197. package/src/helpers/puppeteer-helper.js +1 -1
  198. package/src/helpers/request-spy.js +1 -1
  199. package/src/helpers/setKeepAlive.js +1 -1
  200. package/src/helpers/stackFrameUtils.js +1 -1
  201. package/src/helpers/test-observability/constants.js +1 -1
  202. package/src/helpers/test-observability/error-handler.js +1 -1
  203. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  204. package/src/helpers/test-observability/sessionHandler.js +1 -1
  205. package/src/helpers/test-observability/utils.js +1 -1
  206. package/src/helpers/test-orchestration/constants.js +1 -1
  207. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  208. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  209. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  210. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  211. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  212. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  213. package/src/helpers/testhub/constants.js +1 -1
  214. package/src/helpers/testhub/testhubHandler.js +1 -1
  215. package/src/helpers/testhub/utils.js +1 -1
  216. package/src/helpers/utilities.js +1 -1
  217. package/src/helpers/w3cMapping.js +1 -1
  218. package/src/hubAllocationMethods.js +1 -1
  219. package/src/index.js +1 -1
  220. package/src/ai-sdk-node/bundle.js +0 -1
  221. package/src/ai-sdk-node/extensions/chrome_extension.crx +0 -0
  222. package/src/bin/mocha/test-observability/builderPatch.js +0 -1
  223. package/src/helpers/ai-sdk/aiSdkWrapper.js +0 -1
  224. package/src/helpers/ai-sdk/autoHealHelper.js +0 -1
  225. package/src/helpers/timeoutPromise.js +0 -1
@@ -1 +1 @@
1
- 'use strict';function a70_0x295b(_0x447f21,_0x22cb96){const _0x27b38a=a70_0x27b3();return a70_0x295b=function(_0x295bac,_0x2e39d4){_0x295bac=_0x295bac-0x198;let _0x37b2bd=_0x27b38a[_0x295bac];return _0x37b2bd;},a70_0x295b(_0x447f21,_0x22cb96);}const a70_0x4abc3b=a70_0x295b;(function(_0x3a8251,_0x1e18c9){const _0x40e02a=a70_0x295b,_0x251b1a=_0x3a8251();while(!![]){try{const _0x48b781=parseInt(_0x40e02a(0x1a5))/0x1*(-parseInt(_0x40e02a(0x1f7))/0x2)+-parseInt(_0x40e02a(0x1a4))/0x3+parseInt(_0x40e02a(0x1c9))/0x4+-parseInt(_0x40e02a(0x1bb))/0x5+parseInt(_0x40e02a(0x1ce))/0x6*(-parseInt(_0x40e02a(0x1c8))/0x7)+-parseInt(_0x40e02a(0x19d))/0x8+parseInt(_0x40e02a(0x1dc))/0x9*(parseInt(_0x40e02a(0x1ba))/0xa);if(_0x48b781===_0x1e18c9)break;else _0x251b1a['push'](_0x251b1a['shift']());}catch(_0x3afcc5){_0x251b1a['push'](_0x251b1a['shift']());}}}(a70_0x27b3,0x96210));const {v4:uuidv4}=require(a70_0x4abc3b(0x1ae)),logger=require(a70_0x4abc3b(0x1d1))[a70_0x4abc3b(0x1bf)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x4abc3b(0x1bd)+'('+a70_0x4abc3b(0x1ca)+a70_0x4abc3b(0x1ad)+'|\x5cd+\x5cs+failed'+a70_0x4abc3b(0x1d4)+a70_0x4abc3b(0x19c)+a70_0x4abc3b(0x1d6)+a70_0x4abc3b(0x1db)+a70_0x4abc3b(0x1f9)+a70_0x4abc3b(0x1a6)+')');function _stripAnsi(_0x4f42e7){const _0xe4c3cd=a70_0x4abc3b,_0x3a70da={};_0x3a70da[_0xe4c3cd(0x1e0)]=function(_0x2a4de0,_0x3cfc46){return _0x2a4de0!==_0x3cfc46;},_0x3a70da['fgvcI']=_0xe4c3cd(0x19a);const _0x1ef4ce=_0x3a70da;if(_0x1ef4ce[_0xe4c3cd(0x1e0)](typeof _0x4f42e7,_0x1ef4ce[_0xe4c3cd(0x1a2)]))return _0x4f42e7;return _0x4f42e7[_0xe4c3cd(0x1da)](ANSI_RE,'');}function _shouldForward(_0x1cb543){const _0x428630=a70_0x4abc3b,_0x556b0c={'qEtIR':function(_0x3092fd,_0x4c478d){return _0x3092fd(_0x4c478d);}};if(!_0x1cb543||!_0x1cb543[_0x428630(0x19b)]())return![];if(INTERNAL_LOG_RE[_0x428630(0x1a9)](_0x1cb543))return![];const _0x2f300d=_0x556b0c[_0x428630(0x1cf)](_stripAnsi,_0x1cb543)[_0x428630(0x19b)]();if(!_0x2f300d)return![];if(SPEC_REPORTER_RE[_0x428630(0x1a9)](_0x2f300d))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x11d6c9){const _0x1d563b=a70_0x4abc3b,_0x40a78e={};_0x40a78e['ovDQf']=function(_0x382928,_0x1e9908){return _0x382928>_0x1e9908;},_0x40a78e[_0x1d563b(0x1b8)]=function(_0x3da454,_0x964ca8){return _0x3da454>_0x964ca8;},_0x40a78e[_0x1d563b(0x199)]=function(_0x556c0b,_0x3d80de){return _0x556c0b-_0x3d80de;},_0x40a78e['vNmyx']=function(_0x429da1,_0x693f8e){return _0x429da1!==_0x693f8e;},_0x40a78e['jkrQw']=function(_0x4bf087,_0x232352){return _0x4bf087<_0x232352;};const _0x134bea=_0x40a78e,_0x560466=Date['now']();if(_0x134bea[_0x1d563b(0x1c4)](_recent['size'],0xc8))for(const [_0x4705c4,_0x541737]of _recent){_0x134bea['sMkhC'](_0x134bea[_0x1d563b(0x199)](_0x560466,_0x541737),DEDUP_WINDOW_MS)&&_recent[_0x1d563b(0x1b2)](_0x4705c4);}const _0x1bc34a=_recent[_0x1d563b(0x1d2)](_0x11d6c9);if(_0x134bea['vNmyx'](_0x1bc34a,undefined)&&_0x134bea[_0x1d563b(0x1c1)](_0x134bea['ELagh'](_0x560466,_0x1bc34a),DEDUP_WINDOW_MS))return!![];return _recent[_0x1d563b(0x1b9)](_0x11d6c9,_0x560466),![];}function _emitLog(_0x31c41a){const _0x48e828=a70_0x4abc3b,_0x3a22a1={'WyRBX':function(_0x52b4c3,_0x4439e7){return _0x52b4c3(_0x4439e7);},'eSoMY':'../v2/browserstackCLI','qNQhM':function(_0x4c1653,_0x24d3a9){return _0x4c1653(_0x24d3a9);},'FGYov':'../v2/grpcClient','yCqmi':_0x48e828(0x1bc),'DcMMO':function(_0x279abb,_0x2e3d27){return _0x279abb(_0x2e3d27);},'pytWT':_0x48e828(0x1d3),'MJmpX':_0x48e828(0x1ee),'iwlpy':function(_0x79e00e,_0x4c6711){return _0x79e00e===_0x4c6711;},'iPYQR':_0x48e828(0x1f4),'YudKf':function(_0x4da7f8,_0x5a9243){return _0x4da7f8<_0x5a9243;},'edXkz':'info','slUkD':'testcafe','JtBhH':'TEST'};try{const _0x45cfd1=_0x3a22a1[_0x48e828(0x1ed)](require,_0x3a22a1[_0x48e828(0x19e)]),_0x5f20b0=_0x3a22a1[_0x48e828(0x1af)](require,_0x3a22a1[_0x48e828(0x1b1)]),_0x563f5b=_0x3a22a1[_0x48e828(0x1ed)](require,_0x3a22a1[_0x48e828(0x1d9)]),_0x177e40=_0x3a22a1['DcMMO'](require,_0x3a22a1[_0x48e828(0x1df)]),_0x523813=_0x45cfd1['getInstance']&&_0x45cfd1[_0x48e828(0x1d0)]();if(!_0x523813||!_0x523813[_0x48e828(0x1eb)]())return;const _0x118639=_0x523813['getTestFramework']&&_0x523813[_0x48e828(0x1d5)](),_0x3f7480=_0x563f5b[_0x48e828(0x1f5)]&&_0x563f5b[_0x48e828(0x1f5)]();if(!_0x3f7480)return;const _0x2a18cd=Array[_0x48e828(0x1be)](_0x3f7480[_0x48e828(0x1f2)](_0x3a22a1[_0x48e828(0x1a0)]))?_0x3f7480['getData'](_0x3a22a1[_0x48e828(0x1a0)]):[];if(_0x3a22a1[_0x48e828(0x1b3)](_0x2a18cd['length'],0x0))return;const _0x3d2c46=_0x118639&&_0x3a22a1['iwlpy'](typeof _0x118639[_0x48e828(0x1ab)],_0x3a22a1[_0x48e828(0x1e7)])?_0x118639[_0x48e828(0x1ab)]():{},_0x2f502e=_0x118639&&_0x3a22a1['iwlpy'](typeof _0x118639[_0x48e828(0x1cb)],_0x3a22a1[_0x48e828(0x1e7)])?_0x118639['getTestFrameworks']():[],_0x470332=_0x2f502e&&_0x2f502e[0x0]&&_0x3d2c46&&_0x3d2c46[_0x2f502e[0x0]]||'',_0x1a6858=_0x3a22a1[_0x48e828(0x1ed)](_stripAnsi,_0x31c41a)[_0x48e828(0x19b)]();if(_0x3a22a1['WyRBX'](_isDuplicate,_0x1a6858))return;const _0x581a83=new Date()[_0x48e828(0x1b0)]();for(let _0x1ef5f0=0x0;_0x3a22a1[_0x48e828(0x1e1)](_0x1ef5f0,_0x2a18cd[_0x48e828(0x1f6)]);_0x1ef5f0++){const _0x110518=_0x2a18cd[_0x1ef5f0];if(!_0x110518)continue;const _0x2bde33={};_0x2bde33[_0x48e828(0x1ae)]=_0x110518,_0x2bde33[_0x48e828(0x1b5)]=_0x110518,_0x2bde33[_0x48e828(0x1c0)]=_0x581a83,_0x2bde33[_0x48e828(0x1e8)]=_0x1a6858,_0x2bde33[_0x48e828(0x1ac)]=_0x177e40[_0x48e828(0x1b7)],_0x2bde33[_0x48e828(0x1c3)]=_0x3a22a1[_0x48e828(0x1de)];const _0x102a19=_0x2bde33,_0x7c547b={};_0x7c547b[_0x48e828(0x1b4)]=_0x1ef5f0,_0x7c547b[_0x48e828(0x1a8)]=[_0x102a19],_0x7c547b[_0x48e828(0x1d7)]=_0x3a22a1[_0x48e828(0x1e5)],_0x7c547b[_0x48e828(0x1ec)]=_0x470332,_0x7c547b['testFrameworkState']=_0x3a22a1[_0x48e828(0x1ef)];const _0x15042d=_0x7c547b;_0x5f20b0[_0x48e828(0x1d0)]()[_0x48e828(0x19f)](_0x15042d)[_0x48e828(0x1c7)](()=>{});}}catch(_0x307254){}}function a70_0x27b3(){const _0x180d0e=['delete','iwlpy','platformIndex','test_run_uuid','bind','KIND_LOG','sMkhC','set','710VyckNM','841925PmUVJU','../v2/framework/testFramework','^(\x5cs*)','isArray','winstonLogger','timestamp','jkrQw','isBuffer','level','ovDQf','utf8','toString','catch','85078GOtEVs','1285356sHDSFC','[✓✔✗✘×]\x5cs','getTestFrameworks','stderr','clear','444YsqsQm','qEtIR','getInstance','../../helpers/logger','get','../v2/framework/constants/testFrameworkConstants','|\x5cd+\x5cs+skipped','getTestFramework','|Hostname:','testFrameworkName','oWDGu','yCqmi','replace','|Test\x20\x5cd+\x20of\x20\x5cd+','485874MWueDs','fvOTG','edXkz','pytWT','DXzaX','YudKf','MYzkg','install','debug','slUkD','hHWmi','iPYQR','message','LJIwI','split','isRunning','testFrameworkVersion','WyRBX','__currentPlatformUuids','JtBhH','KUxFk','BiFoH','getData','OZmHr','function','getTrackedInstance','length','16vAAePs','stdout','|Connecting\x20to\x20.*://','6|1|2|4|7|3|5|0','ELagh','string','trim','|Running\x20tests\x20in','4748520gQWJzd','eSoMY','logCreatedEvent','MJmpX','uninstall','fgvcI','NcbCw','2617629wGuPzq','125691rILePE','|Waiting\x20for','PmTYr','logs','test','write','getTestFrameworksVersions','kind','|\x5cd+\x5cs+passed','uuid','qNQhM','toISOString','FGYov'];a70_0x27b3=function(){return _0x180d0e;};return a70_0x27b3();}function _wrap(_0x53d97f){const _0x1eca93=a70_0x4abc3b,_0x30d632={'hprah':function(_0x54c430,_0x151a66,_0x423efc,_0x7cb321){return _0x54c430(_0x151a66,_0x423efc,_0x7cb321);},'BLARW':function(_0x4dea76,_0x51e9ab){return _0x4dea76===_0x51e9ab;},'BiFoH':_0x1eca93(0x19a),'OZmHr':_0x1eca93(0x1c5),'oWDGu':function(_0x1d8b83,_0x4ba116){return _0x1d8b83(_0x4ba116);},'NcbCw':function(_0xaa2d12,_0x4666f0){return _0xaa2d12(_0x4666f0);}};return function(_0x517eaf,_0x571415,_0x1ee558){const _0x2d6cc8=_0x1eca93,_0x10868f=_0x30d632['hprah'](_0x53d97f,_0x517eaf,_0x571415,_0x1ee558);try{const _0x5bfd31=_0x30d632['BLARW'](typeof _0x517eaf,_0x30d632[_0x2d6cc8(0x1f1)])?_0x517eaf:Buffer[_0x2d6cc8(0x1c2)](_0x517eaf)?_0x517eaf[_0x2d6cc8(0x1c6)](_0x30d632[_0x2d6cc8(0x1f3)]):_0x30d632[_0x2d6cc8(0x1d8)](String,_0x517eaf),_0x2ade9b=_0x5bfd31[_0x2d6cc8(0x1ea)](/\r?\n/);for(const _0x36890c of _0x2ade9b){_0x30d632[_0x2d6cc8(0x1a3)](_shouldForward,_0x36890c)&&_0x30d632[_0x2d6cc8(0x1a3)](_emitLog,_0x36890c);}}catch(_0x358593){}return _0x10868f;};}exports[a70_0x4abc3b(0x1e3)]=()=>{const _0x1339c3=a70_0x4abc3b,_0x3b3333={'LJIwI':'1|3|2|4|6|0|5','KUxFk':function(_0x1c75c0,_0x45360d){return _0x1c75c0(_0x45360d);},'fvOTG':'[stdout-interceptor]\x20installed','PmTYr':function(_0x3943d7,_0x2d7b92){return _0x3943d7(_0x2d7b92);}},_0x1d4d57=_0x3b3333[_0x1339c3(0x1e9)][_0x1339c3(0x1ea)]('|');let _0x360e9a=0x0;while(!![]){switch(_0x1d4d57[_0x360e9a++]){case'0':_installed=!![];continue;case'1':if(_installed)return;continue;case'2':_origStderrWrite=process[_0x1339c3(0x1cc)][_0x1339c3(0x1aa)][_0x1339c3(0x1b6)](process['stderr']);continue;case'3':_origStdoutWrite=process[_0x1339c3(0x1f8)]['write'][_0x1339c3(0x1b6)](process[_0x1339c3(0x1f8)]);continue;case'4':process['stdout']['write']=_0x3b3333[_0x1339c3(0x1f0)](_wrap,_origStdoutWrite);continue;case'5':logger[_0x1339c3(0x1e4)](_0x3b3333[_0x1339c3(0x1dd)]);continue;case'6':process[_0x1339c3(0x1cc)]['write']=_0x3b3333[_0x1339c3(0x1a7)](_wrap,_origStderrWrite);continue;}break;}},exports[a70_0x4abc3b(0x1a1)]=()=>{const _0x161f2c=a70_0x4abc3b,_0x349666={};_0x349666[_0x161f2c(0x1e2)]=_0x161f2c(0x198),_0x349666[_0x161f2c(0x1e6)]='[stdout-interceptor]\x20uninstalled';const _0x4fa3e1=_0x349666,_0x1f2f26=_0x4fa3e1[_0x161f2c(0x1e2)][_0x161f2c(0x1ea)]('|');let _0x47d291=0x0;while(!![]){switch(_0x1f2f26[_0x47d291++]){case'0':logger['debug'](_0x4fa3e1[_0x161f2c(0x1e6)]);continue;case'1':_origStdoutWrite&&(process['stdout'][_0x161f2c(0x1aa)]=_origStdoutWrite);continue;case'2':_origStderrWrite&&(process[_0x161f2c(0x1cc)][_0x161f2c(0x1aa)]=_origStderrWrite);continue;case'3':_installed=![];continue;case'4':_origStdoutWrite=null;continue;case'5':_recent[_0x161f2c(0x1cd)]();continue;case'6':if(!_installed)return;continue;case'7':_origStderrWrite=null;continue;}break;}};
1
+ 'use strict';function a69_0x49e7(_0x345fed,_0x3ee92a){const _0x462c18=a69_0x462c();return a69_0x49e7=function(_0x49e77a,_0x164dd1){_0x49e77a=_0x49e77a-0x16e;let _0x128168=_0x462c18[_0x49e77a];return _0x128168;},a69_0x49e7(_0x345fed,_0x3ee92a);}const a69_0x6aafd5=a69_0x49e7;(function(_0x41d570,_0xeab07a){const _0x54124a=a69_0x49e7,_0x5a2348=_0x41d570();while(!![]){try{const _0x39218e=parseInt(_0x54124a(0x195))/0x1*(parseInt(_0x54124a(0x19b))/0x2)+-parseInt(_0x54124a(0x1a8))/0x3*(parseInt(_0x54124a(0x18c))/0x4)+parseInt(_0x54124a(0x1ca))/0x5*(-parseInt(_0x54124a(0x187))/0x6)+parseInt(_0x54124a(0x1b2))/0x7+parseInt(_0x54124a(0x18d))/0x8*(-parseInt(_0x54124a(0x197))/0x9)+parseInt(_0x54124a(0x1a4))/0xa+parseInt(_0x54124a(0x1b4))/0xb;if(_0x39218e===_0xeab07a)break;else _0x5a2348['push'](_0x5a2348['shift']());}catch(_0x383ece){_0x5a2348['push'](_0x5a2348['shift']());}}}(a69_0x462c,0x76ef4));const {v4:uuidv4}=require(a69_0x6aafd5(0x192)),logger=require(a69_0x6aafd5(0x178))['winstonLogger'];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp('^(\x5cs*)'+'('+a69_0x6aafd5(0x16f)+'|\x5cd+\x5cs+passed'+a69_0x6aafd5(0x184)+a69_0x6aafd5(0x185)+a69_0x6aafd5(0x16e)+'|Hostname:'+a69_0x6aafd5(0x1c4)+a69_0x6aafd5(0x1c3)+'|Waiting\x20for'+')');function _stripAnsi(_0x3e1d33){const _0x14531a=a69_0x6aafd5,_0x41f194={};_0x41f194[_0x14531a(0x1a0)]=function(_0x43a63e,_0x48c939){return _0x43a63e!==_0x48c939;},_0x41f194[_0x14531a(0x19e)]=_0x14531a(0x1bb);const _0x429fee=_0x41f194;if(_0x429fee[_0x14531a(0x1a0)](typeof _0x3e1d33,_0x429fee[_0x14531a(0x19e)]))return _0x3e1d33;return _0x3e1d33[_0x14531a(0x1a2)](ANSI_RE,'');}function _shouldForward(_0xfeff11){const _0x103a06=a69_0x6aafd5,_0xe93be8={'FTDti':function(_0x2bde6c,_0x401b00){return _0x2bde6c(_0x401b00);}};if(!_0xfeff11||!_0xfeff11[_0x103a06(0x17f)]())return![];if(INTERNAL_LOG_RE[_0x103a06(0x199)](_0xfeff11))return![];const _0x1b6080=_0xe93be8[_0x103a06(0x1a6)](_stripAnsi,_0xfeff11)[_0x103a06(0x17f)]();if(!_0x1b6080)return![];if(SPEC_REPORTER_RE['test'](_0x1b6080))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x2828c1){const _0x3aa89e=a69_0x6aafd5,_0xe8142e={};_0xe8142e[_0x3aa89e(0x177)]=function(_0x372a74,_0x3d08a1){return _0x372a74>_0x3d08a1;},_0xe8142e[_0x3aa89e(0x172)]=function(_0x37d610,_0xf81af8){return _0x37d610>_0xf81af8;},_0xe8142e['rEDQm']=function(_0x5b640d,_0x5a4f36){return _0x5b640d-_0x5a4f36;},_0xe8142e[_0x3aa89e(0x1ae)]=function(_0x4cac7a,_0x240eed){return _0x4cac7a!==_0x240eed;},_0xe8142e[_0x3aa89e(0x174)]=function(_0x59bdb0,_0x5905c4){return _0x59bdb0<_0x5905c4;};const _0x305f9c=_0xe8142e,_0x49f861=Date['now']();if(_0x305f9c[_0x3aa89e(0x177)](_recent['size'],0xc8))for(const [_0x21dea5,_0x1c11cc]of _recent){_0x305f9c[_0x3aa89e(0x172)](_0x305f9c[_0x3aa89e(0x1a9)](_0x49f861,_0x1c11cc),DEDUP_WINDOW_MS)&&_recent[_0x3aa89e(0x1b3)](_0x21dea5);}const _0x3b1c06=_recent[_0x3aa89e(0x1b5)](_0x2828c1);if(_0x305f9c[_0x3aa89e(0x1ae)](_0x3b1c06,undefined)&&_0x305f9c['fgfbr'](_0x305f9c[_0x3aa89e(0x1a9)](_0x49f861,_0x3b1c06),DEDUP_WINDOW_MS))return!![];return _recent[_0x3aa89e(0x1cc)](_0x2828c1,_0x49f861),![];}function a69_0x462c(){const _0x48768e=['testFrameworkName','trim','XfcPt','CAZAZ','debug','MXLhK','|\x5cd+\x5cs+failed','|\x5cd+\x5cs+skipped','akxRn','12AdBHbl','stdout','testcafe','testFrameworkState','install','4rckLkz','174200nTmPgv','dIEjb','utf8','isBuffer','info','uuid','TEST','IMzkr','30056QQyzNq','MWJSp','270PfETUx','testFrameworkVersion','test','KIND_LOG','50mlgJbC','../v2/browserstackCLI','LcjOX','dcUfF','clear','XLMrA','kJaxX','replace','level','2759420dwVVQr','cPnJc','FTDti','logCreatedEvent','876483zortVp','rEDQm','stderr','raRha','getData','uninstall','eHUCX','__currentPlatformUuids','4|5|3|6|1|0|2','split','4896416ynkxzp','delete','5421097XzBBmN','get','bind','[stdout-interceptor]\x20installed','platformIndex','getInstance','getTrackedInstance','string','toString','MnfTU','QFPFZ','getTestFramework','TJkHm','ZUnYC','toISOString','|Connecting\x20to\x20.*://','|Test\x20\x5cd+\x20of\x20\x5cd+','KwKXO','getTestFrameworks','BmHaR','aggzA','timestamp','1967725HlGWuC','vRABq','set','getTestFrameworksVersions','write','pvNBu','|Running\x20tests\x20in','[✓✔✗✘×]\x5cs','message','kind','BmuIN','4|7|3|6|2|5|0|1','fgfbr','test_run_uuid','length','ORtQa','../../helpers/logger','kaVZF','qjgiG','catch','tpAwU','maGql'];a69_0x462c=function(){return _0x48768e;};return a69_0x462c();}function _emitLog(_0x46d159){const _0x2d6e63=a69_0x6aafd5,_0x445404={'aggzA':function(_0x5b6c90,_0x3cab99){return _0x5b6c90(_0x3cab99);},'CpjKg':_0x2d6e63(0x19c),'Osyol':function(_0x4a1b5e,_0x470411){return _0x4a1b5e(_0x470411);},'BmHaR':'../v2/grpcClient','XfcPt':function(_0x14a7af,_0x2a8250){return _0x14a7af(_0x2a8250);},'vRABq':'../v2/framework/testFramework','LcjOX':'../v2/framework/constants/testFrameworkConstants','QFPFZ':_0x2d6e63(0x1af),'TJkHm':function(_0x4e17d2,_0x21c3c4){return _0x4e17d2===_0x21c3c4;},'tpAwU':function(_0x5d5455,_0x3dc4ca){return _0x5d5455===_0x3dc4ca;},'MXLhK':'function','akxRn':function(_0x485529,_0x43885c){return _0x485529(_0x43885c);},'dIEjb':function(_0x5aa3ee,_0xeaaa7b){return _0x5aa3ee(_0xeaaa7b);},'iQVVY':function(_0x2cd552,_0x5e4462){return _0x2cd552<_0x5e4462;},'KwKXO':_0x2d6e63(0x191),'cPnJc':_0x2d6e63(0x189),'MnfTU':_0x2d6e63(0x193)};try{const _0x3555d3=_0x445404[_0x2d6e63(0x1c8)](require,_0x445404['CpjKg']),_0x4e1656=_0x445404['Osyol'](require,_0x445404[_0x2d6e63(0x1c7)]),_0x5d4a23=_0x445404['XfcPt'](require,_0x445404[_0x2d6e63(0x1cb)]),_0x3bdc72=_0x445404[_0x2d6e63(0x180)](require,_0x445404[_0x2d6e63(0x19d)]),_0x13013e=_0x3555d3[_0x2d6e63(0x1b9)]&&_0x3555d3[_0x2d6e63(0x1b9)]();if(!_0x13013e||!_0x13013e['isRunning']())return;const _0x3fd04f=_0x13013e['getTestFramework']&&_0x13013e[_0x2d6e63(0x1bf)](),_0x1be586=_0x5d4a23['getTrackedInstance']&&_0x5d4a23[_0x2d6e63(0x1ba)]();if(!_0x1be586)return;const _0x1b66d0=Array['isArray'](_0x1be586[_0x2d6e63(0x1ac)](_0x445404[_0x2d6e63(0x1be)]))?_0x1be586[_0x2d6e63(0x1ac)](_0x445404[_0x2d6e63(0x1be)]):[];if(_0x445404[_0x2d6e63(0x1c0)](_0x1b66d0['length'],0x0))return;const _0x13c2a9=_0x3fd04f&&_0x445404[_0x2d6e63(0x17c)](typeof _0x3fd04f[_0x2d6e63(0x1cd)],_0x445404[_0x2d6e63(0x183)])?_0x3fd04f[_0x2d6e63(0x1cd)]():{},_0x589762=_0x3fd04f&&_0x445404[_0x2d6e63(0x17c)](typeof _0x3fd04f[_0x2d6e63(0x1c6)],_0x445404['MXLhK'])?_0x3fd04f[_0x2d6e63(0x1c6)]():[],_0xf85422=_0x589762&&_0x589762[0x0]&&_0x13c2a9&&_0x13c2a9[_0x589762[0x0]]||'',_0x72fdca=_0x445404[_0x2d6e63(0x186)](_stripAnsi,_0x46d159)[_0x2d6e63(0x17f)]();if(_0x445404[_0x2d6e63(0x18e)](_isDuplicate,_0x72fdca))return;const _0x218b4c=new Date()[_0x2d6e63(0x1c2)]();for(let _0x1c9513=0x0;_0x445404['iQVVY'](_0x1c9513,_0x1b66d0[_0x2d6e63(0x176)]);_0x1c9513++){const _0x52a168=_0x1b66d0[_0x1c9513];if(!_0x52a168)continue;const _0x455db4={};_0x455db4['uuid']=_0x52a168,_0x455db4[_0x2d6e63(0x175)]=_0x52a168,_0x455db4[_0x2d6e63(0x1c9)]=_0x218b4c,_0x455db4[_0x2d6e63(0x170)]=_0x72fdca,_0x455db4[_0x2d6e63(0x171)]=_0x3bdc72[_0x2d6e63(0x19a)],_0x455db4[_0x2d6e63(0x1a3)]=_0x445404[_0x2d6e63(0x1c5)];const _0x8b5d67=_0x455db4,_0x25e131={};_0x25e131[_0x2d6e63(0x1b8)]=_0x1c9513,_0x25e131['logs']=[_0x8b5d67],_0x25e131[_0x2d6e63(0x17e)]=_0x445404[_0x2d6e63(0x1a5)],_0x25e131[_0x2d6e63(0x198)]=_0xf85422,_0x25e131[_0x2d6e63(0x18a)]=_0x445404[_0x2d6e63(0x1bd)];const _0x1dc37a=_0x25e131;_0x4e1656[_0x2d6e63(0x1b9)]()[_0x2d6e63(0x1a7)](_0x1dc37a)[_0x2d6e63(0x17b)](()=>{});}}catch(_0xf7a075){}}function _wrap(_0x2e3643){const _0x3d0f1a=a69_0x6aafd5,_0x346737={'qjgiG':function(_0x3bfd05,_0x87caf6,_0x1b3e6f,_0x7933e8){return _0x3bfd05(_0x87caf6,_0x1b3e6f,_0x7933e8);},'kJaxX':function(_0x3ae8f5,_0x47245d){return _0x3ae8f5===_0x47245d;},'raRha':'string','ZUnYC':_0x3d0f1a(0x18f),'maGql':function(_0x47871b,_0x317618){return _0x47871b(_0x317618);}};return function(_0x48007a,_0x491e9a,_0x4f768b){const _0x5c0077=_0x3d0f1a,_0x429f49=_0x346737[_0x5c0077(0x17a)](_0x2e3643,_0x48007a,_0x491e9a,_0x4f768b);try{const _0x192d11=_0x346737[_0x5c0077(0x1a1)](typeof _0x48007a,_0x346737[_0x5c0077(0x1ab)])?_0x48007a:Buffer[_0x5c0077(0x190)](_0x48007a)?_0x48007a[_0x5c0077(0x1bc)](_0x346737[_0x5c0077(0x1c1)]):_0x346737[_0x5c0077(0x17d)](String,_0x48007a),_0xfa913b=_0x192d11[_0x5c0077(0x1b1)](/\r?\n/);for(const _0x3b8de5 of _0xfa913b){_0x346737['maGql'](_shouldForward,_0x3b8de5)&&_0x346737[_0x5c0077(0x17d)](_emitLog,_0x3b8de5);}}catch(_0x80ac0a){}return _0x429f49;};}exports[a69_0x6aafd5(0x18b)]=()=>{const _0x2a1e90=a69_0x6aafd5,_0xcd5f19={'IMzkr':_0x2a1e90(0x1b0),'MWJSp':function(_0x56c449,_0x3398f1){return _0x56c449(_0x3398f1);},'CAZAZ':_0x2a1e90(0x1b7),'pvNBu':function(_0xffbc49,_0x421ef8){return _0xffbc49(_0x421ef8);}},_0x5347fa=_0xcd5f19[_0x2a1e90(0x194)][_0x2a1e90(0x1b1)]('|');let _0x4a7a2b=0x0;while(!![]){switch(_0x5347fa[_0x4a7a2b++]){case'0':_installed=!![];continue;case'1':process[_0x2a1e90(0x1aa)][_0x2a1e90(0x1ce)]=_0xcd5f19[_0x2a1e90(0x196)](_wrap,_origStderrWrite);continue;case'2':logger[_0x2a1e90(0x182)](_0xcd5f19[_0x2a1e90(0x181)]);continue;case'3':_origStderrWrite=process[_0x2a1e90(0x1aa)][_0x2a1e90(0x1ce)]['bind'](process[_0x2a1e90(0x1aa)]);continue;case'4':if(_installed)return;continue;case'5':_origStdoutWrite=process[_0x2a1e90(0x188)][_0x2a1e90(0x1ce)][_0x2a1e90(0x1b6)](process['stdout']);continue;case'6':process[_0x2a1e90(0x188)][_0x2a1e90(0x1ce)]=_0xcd5f19[_0x2a1e90(0x1cf)](_wrap,_origStdoutWrite);continue;}break;}},exports[a69_0x6aafd5(0x1ad)]=()=>{const _0x5d6c4b=a69_0x6aafd5,_0x535be7={};_0x535be7['kaVZF']=_0x5d6c4b(0x173),_0x535be7['jknyo']='[stdout-interceptor]\x20uninstalled';const _0x685a94=_0x535be7,_0x185ff3=_0x685a94[_0x5d6c4b(0x179)][_0x5d6c4b(0x1b1)]('|');let _0x525fb4=0x0;while(!![]){switch(_0x185ff3[_0x525fb4++]){case'0':_recent[_0x5d6c4b(0x19f)]();continue;case'1':logger[_0x5d6c4b(0x182)](_0x685a94['jknyo']);continue;case'2':_origStderrWrite=null;continue;case'3':_origStderrWrite&&(process[_0x5d6c4b(0x1aa)][_0x5d6c4b(0x1ce)]=_origStderrWrite);continue;case'4':if(!_installed)return;continue;case'5':_installed=![];continue;case'6':_origStdoutWrite=null;continue;case'7':_origStdoutWrite&&(process[_0x5d6c4b(0x188)]['write']=_origStdoutWrite);continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a71_0x7ecd5e=a71_0x5bee;(function(_0x369860,_0x13a740){const _0x39dc08=a71_0x5bee,_0xa92409=_0x369860();while(!![]){try{const _0x17db19=-parseInt(_0x39dc08(0x170))/0x1+-parseInt(_0x39dc08(0x15c))/0x2+parseInt(_0x39dc08(0x160))/0x3+-parseInt(_0x39dc08(0x145))/0x4+parseInt(_0x39dc08(0x18b))/0x5+-parseInt(_0x39dc08(0x18e))/0x6*(-parseInt(_0x39dc08(0x15e))/0x7)+parseInt(_0x39dc08(0x151))/0x8*(parseInt(_0x39dc08(0x155))/0x9);if(_0x17db19===_0x13a740)break;else _0xa92409['push'](_0xa92409['shift']());}catch(_0x21cd0a){_0xa92409['push'](_0xa92409['shift']());}}}(a71_0x751e,0xbb5c8));const logger=require(a71_0x7ecd5e(0x14f))[a71_0x7ecd5e(0x15a)];let _installed=![];function a71_0x5bee(_0x4c566b,_0x4f3b22){const _0x751e36=a71_0x751e();return a71_0x5bee=function(_0x5bee47,_0x5ad14e){_0x5bee47=_0x5bee47-0x13a;let _0x18b9e5=_0x751e36[_0x5bee47];return _0x18b9e5;},a71_0x5bee(_0x4c566b,_0x4f3b22);}const _patchedDescriptors=new Map();function _requireTestController(){const _0x441179=a71_0x7ecd5e,_0x261b42={'LEqMo':function(_0x28f8a2,_0x5e2b80){return _0x28f8a2(_0x5e2b80);},'xPyWG':_0x441179(0x1aa),'JVMtm':_0x441179(0x182),'usUDt':_0x441179(0x199),'oqFNE':_0x441179(0x18f),'DCvUU':'test-controller'},_0x2999c7=_0x261b42['LEqMo'](require,_0x261b42[_0x441179(0x179)]),_0x5636fe=_0x2999c7['dirname'](require[_0x441179(0x15f)](_0x261b42[_0x441179(0x15d)],{'paths':[process[_0x441179(0x164)]()]})),_0x182150=_0x2999c7[_0x441179(0x17e)](_0x5636fe,_0x261b42[_0x441179(0x141)],_0x261b42[_0x441179(0x1a7)],_0x261b42[_0x441179(0x159)]),_0x6bd7c1=_0x261b42[_0x441179(0x153)](require,_0x182150);return _0x6bd7c1&&(_0x6bd7c1[_0x441179(0x142)]||_0x6bd7c1);}async function _performScanForAllDrivers(_0x5e3943){const _0x108b5b=a71_0x7ecd5e,_0x2fa879={'krdiE':function(_0x13691b,_0x118962){return _0x13691b(_0x118962);},'ebxLv':_0x108b5b(0x186),'ekkBn':function(_0x4d0c16,_0x29f418){return _0x4d0c16(_0x29f418);},'ZECQN':_0x108b5b(0x149),'Kqlre':'../v2/framework/automationFramework','gNrNf':_0x108b5b(0x162),'IOfeQ':function(_0x7d8421,_0x37c9c2){return _0x7d8421(_0x37c9c2);},'WLStU':'../v2/framework/testFramework','pwkhk':function(_0x4819e6,_0x406662){return _0x4819e6===_0x406662;},'thnaz':'function','Shjqz':_0x108b5b(0x14e),'AwtzK':function(_0x1b8ff7,_0x1d1d41){return _0x1b8ff7===_0x1d1d41;},'hbSbE':_0x108b5b(0x165),'QyNfH':function(_0x3f5b1a,_0x1d24c6){return _0x3f5b1a===_0x1d24c6;},'kJCuJ':function(_0x4ae32e,_0x20576a){return _0x4ae32e===_0x20576a;},'PbYSv':function(_0x32ab49,_0x58d3f3){return _0x32ab49===_0x58d3f3;},'hWFik':_0x108b5b(0x148),'LWXpW':function(_0x43642d,_0x55c3fe){return _0x43642d===_0x55c3fe;},'bUNTf':function(_0xdf805b,_0x458dbd){return _0xdf805b>_0x458dbd;},'CAczS':_0x108b5b(0x14c),'xosJV':'cucumber','IUmUf':'./a11y-runner'};try{const _0xbf54f2=_0x2fa879['krdiE'](require,_0x2fa879[_0x108b5b(0x13b)]),_0x4f5328=_0x2fa879['ekkBn'](require,_0x2fa879[_0x108b5b(0x1a2)]),_0x2426f9=_0x2fa879[_0x108b5b(0x197)](require,_0x2fa879[_0x108b5b(0x1a1)]),_0x2320f7=_0x2fa879['ekkBn'](require,_0x2fa879[_0x108b5b(0x192)]),_0x2fbeea=_0x2fa879[_0x108b5b(0x17b)](require,_0x2fa879['WLStU']),_0x1672f1=_0xbf54f2[_0x108b5b(0x19b)]();if(!_0x1672f1||!_0x1672f1[_0x108b5b(0x168)]())return;const _0x20216c=_0x1672f1[_0x108b5b(0x1a9)]&&_0x1672f1[_0x108b5b(0x1a9)]();if(!_0x20216c)return;if(_0x2fa879[_0x108b5b(0x14b)](typeof _0x20216c[_0x108b5b(0x146)],_0x2fa879['thnaz'])&&!_0x20216c['shouldScanForCommand'](_0x5e3943))return;const _0x1d7d38=_0x2fbeea[_0x108b5b(0x13d)]&&_0x2fbeea[_0x108b5b(0x13d)]();if(!_0x1d7d38)return;const _0x1eb881=Array['isArray'](_0x1d7d38[_0x108b5b(0x14d)](_0x2fa879[_0x108b5b(0x16c)]))?_0x1d7d38[_0x108b5b(0x14d)](_0x2fa879['Shjqz']):[];if(_0x2fa879[_0x108b5b(0x14a)](_0x1eb881[_0x108b5b(0x16a)],0x0))return;try{const _0x130d20=_0x2fa879[_0x108b5b(0x143)](require,_0x2fa879[_0x108b5b(0x19c)]),_0x3c98a8=_0x2fa879['QyNfH'](typeof _0x1d7d38['getAllData'],_0x2fa879['thnaz'])?_0x1d7d38[_0x108b5b(0x18d)]():null;if(_0x3c98a8&&_0x2fa879[_0x108b5b(0x1a3)](typeof _0x3c98a8['values'],_0x2fa879['thnaz'])&&_0x2fa879['PbYSv'](typeof _0x20216c[_0x108b5b(0x16f)],_0x2fa879[_0x108b5b(0x171)])){let _0x541cf6=null,_0x462c83='';for(const _0x5296be of _0x3c98a8[_0x108b5b(0x154)]()){if(!_0x5296be)continue;const _0x22ef58=_0x5296be[_0x130d20[_0x108b5b(0x195)]],_0x5235ec=_0x5296be[_0x130d20[_0x108b5b(0x184)]];_0x22ef58&&(_0x2fa879['AwtzK'](_0x5235ec,_0x2fa879['hWFik'])||_0x2fa879[_0x108b5b(0x166)](_0x5235ec,_0x130d20['DEFAULT_TEST_RESULT']))&&(_0x2fa879[_0x108b5b(0x19d)](_0x22ef58,_0x462c83)&&(_0x462c83=_0x22ef58,_0x541cf6=_0x5296be));}if(_0x541cf6){const _0x46387f=_0x541cf6[_0x130d20[_0x108b5b(0x17a)]]||[],_0x593ec0=_0x541cf6[_0x130d20[_0x108b5b(0x175)]]||_0x2fa879[_0x108b5b(0x19f)],_0x18f7b6=_0x20216c[_0x108b5b(0x16f)](_0x46387f,null,_0x2fa879['xosJV']);if(!_0x18f7b6){logger[_0x108b5b(0x181)](_0x108b5b(0x161)+_0x5e3943+_0x108b5b(0x1a5)+_0x593ec0+_0x108b5b(0x167)+JSON[_0x108b5b(0x152)](_0x46387f)+_0x108b5b(0x13a));return;}}}}catch(_0x3ad673){logger[_0x108b5b(0x181)](_0x108b5b(0x18c)+(_0x3ad673[_0x108b5b(0x18a)]||_0x3ad673));}const _0x3186a1=_0x2fa879[_0x108b5b(0x17b)](require,_0x2fa879[_0x108b5b(0x144)]);for(const {platformIndex:_0x15a38e,instance:_0x442c6f}of _0x4f5328[_0x108b5b(0x140)]()){const _0x2200d6=_0x2426f9[_0x108b5b(0x1a4)](_0x442c6f,_0x2320f7[_0x108b5b(0x196)],null);if(!_0x2200d6)continue;const _0x29e6fa=_0x1eb881[_0x15a38e]||_0x1eb881[0x0]||'';try{await _0x3186a1[_0x108b5b(0x158)](_0x2200d6,_0x29e6fa,_0x5e3943,![]);}catch(_0x32fd01){logger[_0x108b5b(0x181)](_0x108b5b(0x178)+_0x15a38e+'\x20cmd='+_0x5e3943+_0x108b5b(0x191)+(_0x32fd01[_0x108b5b(0x18a)]||_0x32fd01));}}}catch(_0x11f6c1){logger[_0x108b5b(0x181)]('[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20'+(_0x11f6c1[_0x108b5b(0x18a)]||_0x11f6c1));}}function install(_0x316994){const _0x10b2bd=a71_0x7ecd5e,_0x1d25ff={'QDdqA':function(_0x38a581,_0x2f7aaf){return _0x38a581(_0x2f7aaf);},'pnQfa':function(_0x58a42e,_0x40ee84){return _0x58a42e(_0x40ee84);},'KouOe':function(_0x3eb689,_0x335de9){return _0x3eb689!==_0x335de9;},'BCoLY':_0x10b2bd(0x180),'SObuk':function(_0x4d8ba8,_0x53f840){return _0x4d8ba8===_0x53f840;},'updBX':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','blzml':function(_0x56c9d2){return _0x56c9d2();},'VDZYB':_0x10b2bd(0x13c),'PYcAY':_0x10b2bd(0x177),'gAEUi':function(_0x4356af,_0x427022){return _0x4356af===_0x427022;}};if(_installed)return;if(!Array[_0x10b2bd(0x173)](_0x316994)||_0x1d25ff[_0x10b2bd(0x169)](_0x316994['length'],0x0)){logger[_0x10b2bd(0x181)](_0x1d25ff[_0x10b2bd(0x193)]);return;}let _0x28d1e9;try{_0x28d1e9=_0x1d25ff[_0x10b2bd(0x15b)](_requireTestController);}catch(_0x3f59bd){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20'+(_0x3f59bd[_0x10b2bd(0x18a)]||_0x3f59bd));return;}if(!_0x28d1e9||!_0x28d1e9[_0x10b2bd(0x185)]){logger[_0x10b2bd(0x181)](_0x1d25ff[_0x10b2bd(0x16d)]);return;}const _0x18572b=_0x28d1e9[_0x10b2bd(0x185)];let _0x4e7a2e=0x0;function _0x264386(_0x5470c3){const _0x7a567e=_0x10b2bd;let _0x409c5f=_0x18572b;while(_0x409c5f){const _0x3c5727=Object['getOwnPropertyDescriptor'](_0x409c5f,_0x5470c3);if(_0x3c5727){const _0x5eba4e={};return _0x5eba4e[_0x7a567e(0x16e)]=_0x3c5727,_0x5eba4e['owner']=_0x409c5f,_0x5eba4e;}_0x409c5f=Object['getPrototypeOf'](_0x409c5f);}return null;}for(const _0x4c29a9 of _0x316994){if(!_0x4c29a9||_0x1d25ff['KouOe'](_0x4c29a9['module'],_0x1d25ff['PYcAY']))continue;const _0x3cdff3=_0x4c29a9[_0x10b2bd(0x1a0)],_0x38152a=_0x1d25ff[_0x10b2bd(0x16b)](_0x264386,_0x3cdff3);if(!_0x38152a)continue;const {descriptor:_0xd98b34,owner:_0x417a32}=_0x38152a;if(_0xd98b34['__bstack_a11y_wrapped'])continue;let _0x5f1771;if(_0x1d25ff[_0x10b2bd(0x156)](typeof _0xd98b34[_0x10b2bd(0x1a6)],_0x1d25ff[_0x10b2bd(0x190)])){const _0x275ec3=_0xd98b34[_0x10b2bd(0x1a6)];_0x5f1771={'configurable':!![],'writable':!![],'enumerable':_0xd98b34['enumerable'],'value':function(..._0x523342){const _0x110f39=_0x10b2bd;return _0x1d25ff[_0x110f39(0x187)](_performScanForAllDrivers,_0x3cdff3)[_0x110f39(0x19e)](()=>{}),_0x275ec3['apply'](this,_0x523342);}};}else{if(_0x1d25ff[_0x10b2bd(0x156)](typeof _0xd98b34['get'],_0x1d25ff[_0x10b2bd(0x190)])){const _0x24d21e=_0xd98b34['get'];_0x5f1771={'configurable':!![],'enumerable':_0xd98b34[_0x10b2bd(0x163)],'get'(){const _0x92245c=_0x10b2bd,_0x354a5c=_0x24d21e[_0x92245c(0x150)](this);if(_0x1d25ff[_0x92245c(0x172)](typeof _0x354a5c,_0x1d25ff['BCoLY']))return _0x354a5c;return function(..._0x550938){const _0x3e507b=_0x92245c;return _0x1d25ff[_0x3e507b(0x16b)](_performScanForAllDrivers,_0x3cdff3)[_0x3e507b(0x19e)](()=>{}),_0x354a5c[_0x3e507b(0x17f)](this,_0x550938);};},'set':_0xd98b34[_0x10b2bd(0x17d)]||function(){}};}else continue;}_0x5f1771[_0x10b2bd(0x188)]=!![];try{Object['defineProperty'](_0x417a32,_0x3cdff3,_0x5f1771);const _0x2be9c0={};_0x2be9c0[_0x10b2bd(0x189)]=_0x417a32,_0x2be9c0[_0x10b2bd(0x19a)]=_0xd98b34,_patchedDescriptors['set'](_0x3cdff3,_0x2be9c0),_0x4e7a2e+=0x1;}catch(_0x4e04d5){logger['debug'](_0x10b2bd(0x147)+_0x3cdff3+':\x20'+(_0x4e04d5[_0x10b2bd(0x18a)]||_0x4e04d5));}}_installed=!![],logger['info'](_0x10b2bd(0x183)+_0x4e7a2e+'/'+_0x316994[_0x10b2bd(0x16a)]+_0x10b2bd(0x176));}function uninstall(){const _0x3ebe07=a71_0x7ecd5e,_0x3070ad={};_0x3070ad[_0x3ebe07(0x198)]=_0x3ebe07(0x157);const _0x1e0078=_0x3070ad;if(!_installed)return;for(const [_0x4c86e1,{owner:_0x1afad7,originalDescriptor:_0x5a4877}]of _patchedDescriptors){try{Object[_0x3ebe07(0x174)](_0x1afad7,_0x4c86e1,_0x5a4877);}catch(_0x3d8c20){logger[_0x3ebe07(0x181)](_0x3ebe07(0x194)+_0x4c86e1+':\x20'+(_0x3d8c20[_0x3ebe07(0x18a)]||_0x3d8c20));}}_patchedDescriptors[_0x3ebe07(0x1a8)](),_installed=![],logger[_0x3ebe07(0x181)](_0x1e0078[_0x3ebe07(0x198)]);}const a71_0x12e070={};a71_0x12e070[a71_0x7ecd5e(0x13f)]=install,a71_0x12e070[a71_0x7ecd5e(0x13e)]=uninstall,module[a71_0x7ecd5e(0x17c)]=a71_0x12e070;function a71_0x751e(){const _0x3f65b6=['BCoLY','\x20failed:\x20','gNrNf','updBX','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','KEY_TEST_STARTED_AT','KEY_DRIVER','krdiE','earur','lib','originalDescriptor','getInstance','hbSbE','bUNTf','catch','CAczS','name','Kqlre','ZECQN','kJCuJ','getState','\x20testName=','value','oqFNE','clear','getAccessibilityModule','path','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','ebxLv','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','getTrackedInstance','uninstall','install','iterAllInstances','usUDt','default','ekkBn','IUmUf','3598964UUpXEo','shouldScanForCommand','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','pending','../v2/framework/testcafeAutomationFramework','AwtzK','pwkhk','<unnamed>','getData','__currentPlatformUuids','../../helpers/logger','call','16KidcNn','stringify','LEqMo','values','2983167AmwMxR','gAEUi','[testcafe-action-patcher]\x20uninstalled','runScan','DCvUU','winstonLogger','blzml','1080204CskjXc','JVMtm','265314hKBtHE','resolve','2582511TKRJVx','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','../v2/modules/testcafeDriverModule','enumerable','cwd','../v2/framework/constants/testFrameworkConstants','LWXpW','\x20tags=','isRunning','SObuk','length','pnQfa','Shjqz','VDZYB','descriptor','isEnabledTestcase','626263yZDlSH','thnaz','KouOe','isArray','defineProperty','KEY_TEST_NAME','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','testController','[testcafe-action-patcher]\x20performScan\x20pi=','xPyWG','KEY_TEST_TAGS','IOfeQ','exports','set','join','apply','function','debug','testcafe/package.json','[testcafe-action-patcher]\x20wrapped\x20','KEY_TEST_RESULT','prototype','../v2/browserstackCLI','QDdqA','__bstack_a11y_wrapped','owner','message','674065ZfZgwe','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','getAllData','186phyCmy','api'];a71_0x751e=function(){return _0x3f65b6;};return a71_0x751e();}
1
+ 'use strict';const a70_0x5d8ae9=a70_0x2b8b;(function(_0x4c0c4c,_0x152ccc){const _0xbbaa23=a70_0x2b8b,_0x12341d=_0x4c0c4c();while(!![]){try{const _0x1ec380=parseInt(_0xbbaa23(0x13c))/0x1*(-parseInt(_0xbbaa23(0x124))/0x2)+parseInt(_0xbbaa23(0x152))/0x3*(parseInt(_0xbbaa23(0x13a))/0x4)+-parseInt(_0xbbaa23(0x162))/0x5*(parseInt(_0xbbaa23(0x158))/0x6)+parseInt(_0xbbaa23(0x141))/0x7*(-parseInt(_0xbbaa23(0x166))/0x8)+parseInt(_0xbbaa23(0x173))/0x9+-parseInt(_0xbbaa23(0x180))/0xa+-parseInt(_0xbbaa23(0x155))/0xb*(-parseInt(_0xbbaa23(0x168))/0xc);if(_0x1ec380===_0x152ccc)break;else _0x12341d['push'](_0x12341d['shift']());}catch(_0x184852){_0x12341d['push'](_0x12341d['shift']());}}}(a70_0x1441,0xb1fe1));function a70_0x1441(){const _0x397a5f=['join','pending','YScwu','isEnabledTestcase','12DtSBpM','kwkwW','5CDbFTL','isArray','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','VZyax','RthiT','12439tAuugR','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','FhZfr','pOoGf','KEY_TEST_NAME','GsaZX','length','install','set','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','defineProperty','LCXYw','\x20cmd=','PytyE','catch','testController','function','328332FJEjeo','cwd','call','7279250FzORVf','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','<unnamed>','258LlTEeV','FjxaA','fQPyN','path','getAccessibilityModule','stringify','../v2/browserstackCLI','testcafe/package.json','eFJwD','module','96950NZWacd','info','getAllData','api','536oiRkSg','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','48MFNZnd','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','EBiAJ','get','getTrackedInstance','value','tuxFj','../v2/modules/testcafeDriverModule','apply','getData','dirname','4205889VUfZMm','cWyYa','RgGPY','XeiJo','winstonLogger','oAuoo','nwKtu','pspmx','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','iterAllInstances','[testcafe-action-patcher]\x20wrapped\x20','otkeR','cucumber','13464020HNfTWj','__bstack_a11y_wrapped','message','../v2/framework/testcafeAutomationFramework','debug','lib','[testcafe-action-patcher]\x20performScan\x20pi=','[testcafe-action-patcher]\x20uninstalled','enumerable','getState','shouldScanForCommand','getInstance','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','KEY_TEST_STARTED_AT','../../helpers/logger','DEFAULT_TEST_RESULT','qfinj','NmPYg','165746RBzoAG','KEY_TEST_RESULT','\x20tags=','vKcOs','KEY_DRIVER','omxxd','\x20failed:\x20','TiPTL','resolve','getOwnPropertyDescriptor','EVDgW','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','runScan','\x20testName=','owEKr','kxIIY','kqNBA','owner'];a70_0x1441=function(){return _0x397a5f;};return a70_0x1441();}const logger=require(a70_0x5d8ae9(0x120))[a70_0x5d8ae9(0x177)];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x19707f=a70_0x5d8ae9,_0x2b3a17={'tuxFj':function(_0x2405be,_0x2a0f8b){return _0x2405be(_0x2a0f8b);},'FhZfr':_0x19707f(0x15b),'pOoGf':_0x19707f(0x15f),'XeiJo':_0x19707f(0x185),'oAuoo':_0x19707f(0x165),'bmtbM':'test-controller','otkeR':function(_0x3589de,_0x422cc3){return _0x3589de(_0x422cc3);}},_0x24d769=_0x2b3a17[_0x19707f(0x16e)](require,_0x2b3a17[_0x19707f(0x143)]),_0x207991=_0x24d769[_0x19707f(0x172)](require[_0x19707f(0x12c)](_0x2b3a17[_0x19707f(0x144)],{'paths':[process[_0x19707f(0x153)]()]})),_0x46344a=_0x24d769[_0x19707f(0x136)](_0x207991,_0x2b3a17[_0x19707f(0x176)],_0x2b3a17[_0x19707f(0x178)],_0x2b3a17['bmtbM']),_0x108cbc=_0x2b3a17[_0x19707f(0x17e)](require,_0x46344a);return _0x108cbc&&(_0x108cbc['default']||_0x108cbc);}function a70_0x2b8b(_0x115304,_0x2d33cd){const _0x1441b0=a70_0x1441();return a70_0x2b8b=function(_0x2b8b00,_0x2b5268){_0x2b8b00=_0x2b8b00-0x11d;let _0x418245=_0x1441b0[_0x2b8b00];return _0x418245;},a70_0x2b8b(_0x115304,_0x2d33cd);}async function _performScanForAllDrivers(_0x51494e){const _0x431bfa=a70_0x5d8ae9,_0x3ab1bc={'kxIIY':function(_0x326518,_0x48b9a6){return _0x326518(_0x48b9a6);},'xvbev':_0x431bfa(0x15e),'RthiT':function(_0x2850ea,_0xb11d22){return _0x2850ea(_0xb11d22);},'ITXPP':_0x431bfa(0x183),'eFJwD':function(_0x3ee895,_0x21619d){return _0x3ee895(_0x21619d);},'EBiAJ':'../v2/framework/automationFramework','adXPC':_0x431bfa(0x16f),'TiPTL':'../v2/framework/testFramework','fQPyN':function(_0x1d45da,_0x35d9f6){return _0x1d45da===_0x35d9f6;},'vKcOs':_0x431bfa(0x151),'qfinj':'__currentPlatformUuids','GsaZX':function(_0x404316,_0x31302c){return _0x404316===_0x31302c;},'EcVzh':'../v2/framework/constants/testFrameworkConstants','vhkdt':function(_0x14f1e6,_0x81bde){return _0x14f1e6===_0x81bde;},'cWyYa':function(_0x2c73b9,_0x3c5445){return _0x2c73b9===_0x3c5445;},'owEKr':_0x431bfa(0x137),'omxxd':function(_0x2357bf,_0x29c987){return _0x2357bf>_0x29c987;},'LCXYw':_0x431bfa(0x157),'EVDgW':_0x431bfa(0x17f),'RgGPY':function(_0x43bcee,_0x376167){return _0x43bcee(_0x376167);},'YScwu':'./a11y-runner'};try{const _0x19532e=_0x3ab1bc[_0x431bfa(0x133)](require,_0x3ab1bc['xvbev']),_0x39478e=_0x3ab1bc[_0x431bfa(0x140)](require,_0x3ab1bc['ITXPP']),_0x2d3cc3=_0x3ab1bc[_0x431bfa(0x160)](require,_0x3ab1bc[_0x431bfa(0x16a)]),_0x85e0d6=_0x3ab1bc[_0x431bfa(0x140)](require,_0x3ab1bc['adXPC']),_0x4a6a31=_0x3ab1bc[_0x431bfa(0x133)](require,_0x3ab1bc[_0x431bfa(0x12b)]),_0x31efb7=_0x19532e[_0x431bfa(0x11d)]();if(!_0x31efb7||!_0x31efb7['isRunning']())return;const _0x19bdd4=_0x31efb7[_0x431bfa(0x15c)]&&_0x31efb7[_0x431bfa(0x15c)]();if(!_0x19bdd4)return;if(_0x3ab1bc[_0x431bfa(0x15a)](typeof _0x19bdd4['shouldScanForCommand'],_0x3ab1bc[_0x431bfa(0x127)])&&!_0x19bdd4[_0x431bfa(0x18a)](_0x51494e))return;const _0x57a795=_0x4a6a31['getTrackedInstance']&&_0x4a6a31[_0x431bfa(0x16c)]();if(!_0x57a795)return;const _0x1c6907=Array[_0x431bfa(0x13d)](_0x57a795[_0x431bfa(0x171)](_0x3ab1bc[_0x431bfa(0x122)]))?_0x57a795[_0x431bfa(0x171)](_0x3ab1bc[_0x431bfa(0x122)]):[];if(_0x3ab1bc[_0x431bfa(0x146)](_0x1c6907[_0x431bfa(0x147)],0x0))return;try{const _0x671249=_0x3ab1bc[_0x431bfa(0x160)](require,_0x3ab1bc['EcVzh']),_0xff0d5=_0x3ab1bc['vhkdt'](typeof _0x57a795['getAllData'],_0x3ab1bc['vKcOs'])?_0x57a795[_0x431bfa(0x164)]():null;if(_0xff0d5&&_0x3ab1bc[_0x431bfa(0x15a)](typeof _0xff0d5['values'],_0x3ab1bc[_0x431bfa(0x127)])&&_0x3ab1bc['GsaZX'](typeof _0x19bdd4['isEnabledTestcase'],_0x3ab1bc[_0x431bfa(0x127)])){let _0x531a71=null,_0x11569e='';for(const _0x3f927f of _0xff0d5['values']()){if(!_0x3f927f)continue;const _0x170a4e=_0x3f927f[_0x671249[_0x431bfa(0x11f)]],_0x4f462c=_0x3f927f[_0x671249[_0x431bfa(0x125)]];_0x170a4e&&(_0x3ab1bc[_0x431bfa(0x174)](_0x4f462c,_0x3ab1bc[_0x431bfa(0x132)])||_0x3ab1bc[_0x431bfa(0x146)](_0x4f462c,_0x671249[_0x431bfa(0x121)]))&&(_0x3ab1bc[_0x431bfa(0x129)](_0x170a4e,_0x11569e)&&(_0x11569e=_0x170a4e,_0x531a71=_0x3f927f));}if(_0x531a71){const _0x1f35de=_0x531a71[_0x671249['KEY_TEST_TAGS']]||[],_0x59bd32=_0x531a71[_0x671249[_0x431bfa(0x145)]]||_0x3ab1bc[_0x431bfa(0x14c)],_0x470dd7=_0x19bdd4[_0x431bfa(0x139)](_0x1f35de,null,_0x3ab1bc[_0x431bfa(0x12e)]);if(!_0x470dd7){logger['debug'](_0x431bfa(0x156)+_0x51494e+_0x431bfa(0x131)+_0x59bd32+_0x431bfa(0x126)+JSON[_0x431bfa(0x15d)](_0x1f35de)+_0x431bfa(0x13e));return;}}}}catch(_0x53bf17){logger[_0x431bfa(0x184)](_0x431bfa(0x12f)+(_0x53bf17['message']||_0x53bf17));}const _0x55ac86=_0x3ab1bc[_0x431bfa(0x175)](require,_0x3ab1bc[_0x431bfa(0x138)]);for(const {platformIndex:_0x1878d4,instance:_0x48cabc}of _0x39478e[_0x431bfa(0x17c)]()){const _0x6c024=_0x2d3cc3[_0x431bfa(0x189)](_0x48cabc,_0x85e0d6[_0x431bfa(0x128)],null);if(!_0x6c024)continue;const _0x4b04d6=_0x1c6907[_0x1878d4]||_0x1c6907[0x0]||'';try{await _0x55ac86[_0x431bfa(0x130)](_0x6c024,_0x4b04d6,_0x51494e,![]);}catch(_0x24cac4){logger[_0x431bfa(0x184)](_0x431bfa(0x186)+_0x1878d4+_0x431bfa(0x14d)+_0x51494e+_0x431bfa(0x12a)+(_0x24cac4[_0x431bfa(0x182)]||_0x24cac4));}}}catch(_0x1442c2){logger[_0x431bfa(0x184)](_0x431bfa(0x17b)+(_0x1442c2[_0x431bfa(0x182)]||_0x1442c2));}}function install(_0x3de8ec){const _0x509697=a70_0x5d8ae9,_0x1c9340={'NmPYg':function(_0x152b07,_0x5d374b){return _0x152b07(_0x5d374b);},'nwKtu':function(_0x1fd4cb,_0x547dd8){return _0x1fd4cb!==_0x547dd8;},'pspmx':_0x509697(0x151),'kqNBA':function(_0xc69f97,_0x480180){return _0xc69f97===_0x480180;},'PytyE':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','FjxaA':function(_0x21dba4){return _0x21dba4();},'TKXPC':_0x509697(0x142),'VZyax':_0x509697(0x150)};if(_installed)return;if(!Array['isArray'](_0x3de8ec)||_0x1c9340['kqNBA'](_0x3de8ec[_0x509697(0x147)],0x0)){logger[_0x509697(0x184)](_0x1c9340[_0x509697(0x14e)]);return;}let _0x5494ee;try{_0x5494ee=_0x1c9340[_0x509697(0x159)](_requireTestController);}catch(_0x7ba5d2){logger[_0x509697(0x184)](_0x509697(0x11e)+(_0x7ba5d2[_0x509697(0x182)]||_0x7ba5d2));return;}if(!_0x5494ee||!_0x5494ee['prototype']){logger[_0x509697(0x184)](_0x1c9340['TKXPC']);return;}const _0x578308=_0x5494ee['prototype'];let _0x49a3ca=0x0;function _0x11e27d(_0x4b35ee){const _0x562fb0=_0x509697;let _0x93a075=_0x578308;while(_0x93a075){const _0x224567=Object[_0x562fb0(0x12d)](_0x93a075,_0x4b35ee);if(_0x224567){const _0x44f981={};return _0x44f981['descriptor']=_0x224567,_0x44f981[_0x562fb0(0x135)]=_0x93a075,_0x44f981;}_0x93a075=Object['getPrototypeOf'](_0x93a075);}return null;}for(const _0x52d916 of _0x3de8ec){if(!_0x52d916||_0x1c9340[_0x509697(0x179)](_0x52d916[_0x509697(0x161)],_0x1c9340[_0x509697(0x13f)]))continue;const _0x45463d=_0x52d916['name'],_0x90e77a=_0x1c9340[_0x509697(0x123)](_0x11e27d,_0x45463d);if(!_0x90e77a)continue;const {descriptor:_0x2e440a,owner:_0x228267}=_0x90e77a;if(_0x2e440a['__bstack_a11y_wrapped'])continue;let _0xab6842;if(_0x1c9340['kqNBA'](typeof _0x2e440a[_0x509697(0x16d)],_0x1c9340[_0x509697(0x17a)])){const _0x23a446=_0x2e440a[_0x509697(0x16d)];_0xab6842={'configurable':!![],'writable':!![],'enumerable':_0x2e440a['enumerable'],'value':function(..._0x35d6c7){const _0x212cf6=_0x509697;return _0x1c9340[_0x212cf6(0x123)](_performScanForAllDrivers,_0x45463d)[_0x212cf6(0x14f)](()=>{}),_0x23a446[_0x212cf6(0x170)](this,_0x35d6c7);}};}else{if(_0x1c9340[_0x509697(0x134)](typeof _0x2e440a[_0x509697(0x16b)],_0x1c9340['pspmx'])){const _0x5979ed=_0x2e440a[_0x509697(0x16b)];_0xab6842={'configurable':!![],'enumerable':_0x2e440a[_0x509697(0x188)],'get'(){const _0x29ca34=_0x509697,_0x275a99=_0x5979ed[_0x29ca34(0x154)](this);if(_0x1c9340[_0x29ca34(0x179)](typeof _0x275a99,_0x1c9340['pspmx']))return _0x275a99;return function(..._0x58415d){const _0x3f7003=_0x29ca34;return _0x1c9340['NmPYg'](_performScanForAllDrivers,_0x45463d)['catch'](()=>{}),_0x275a99[_0x3f7003(0x170)](this,_0x58415d);};},'set':_0x2e440a[_0x509697(0x149)]||function(){}};}else continue;}_0xab6842[_0x509697(0x181)]=!![];try{Object[_0x509697(0x14b)](_0x228267,_0x45463d,_0xab6842);const _0x4a704b={};_0x4a704b[_0x509697(0x135)]=_0x228267,_0x4a704b['originalDescriptor']=_0x2e440a,_patchedDescriptors[_0x509697(0x149)](_0x45463d,_0x4a704b),_0x49a3ca+=0x1;}catch(_0x166e7c){logger[_0x509697(0x184)](_0x509697(0x167)+_0x45463d+':\x20'+(_0x166e7c[_0x509697(0x182)]||_0x166e7c));}}_installed=!![],logger[_0x509697(0x163)](_0x509697(0x17d)+_0x49a3ca+'/'+_0x3de8ec['length']+_0x509697(0x14a));}function uninstall(){const _0xae8600=a70_0x5d8ae9,_0x493321={};_0x493321['kwkwW']=_0xae8600(0x187);const _0x6314d2=_0x493321;if(!_installed)return;for(const [_0x3c37b0,{owner:_0x45b631,originalDescriptor:_0xf81b68}]of _patchedDescriptors){try{Object[_0xae8600(0x14b)](_0x45b631,_0x3c37b0,_0xf81b68);}catch(_0x4cb4ad){logger[_0xae8600(0x184)](_0xae8600(0x169)+_0x3c37b0+':\x20'+(_0x4cb4ad[_0xae8600(0x182)]||_0x4cb4ad));}}_patchedDescriptors['clear'](),_installed=![],logger[_0xae8600(0x184)](_0x6314d2[_0xae8600(0x13b)]);}const a70_0x4c0d82={};a70_0x4c0d82[a70_0x5d8ae9(0x148)]=install,a70_0x4c0d82['uninstall']=uninstall,module['exports']=a70_0x4c0d82;
@@ -1 +1 @@
1
- 'use strict';const a72_0x2a5a7c=a72_0x30bf;function a72_0x30bf(_0x2de7ba,_0x1f4082){const _0x7bd81b=a72_0x7bd8();return a72_0x30bf=function(_0x30bff3,_0x313ff7){_0x30bff3=_0x30bff3-0x19b;let _0x4f0c89=_0x7bd81b[_0x30bff3];return _0x4f0c89;},a72_0x30bf(_0x2de7ba,_0x1f4082);}(function(_0x4bf732,_0x52ddeb){const _0xfa562f=a72_0x30bf,_0x560ffc=_0x4bf732();while(!![]){try{const _0x41482b=-parseInt(_0xfa562f(0x1a9))/0x1*(parseInt(_0xfa562f(0x1cb))/0x2)+parseInt(_0xfa562f(0x19b))/0x3+parseInt(_0xfa562f(0x1d3))/0x4+-parseInt(_0xfa562f(0x1e9))/0x5*(parseInt(_0xfa562f(0x1b0))/0x6)+-parseInt(_0xfa562f(0x1e5))/0x7*(parseInt(_0xfa562f(0x1aa))/0x8)+-parseInt(_0xfa562f(0x1db))/0x9+parseInt(_0xfa562f(0x1e6))/0xa;if(_0x41482b===_0x52ddeb)break;else _0x560ffc['push'](_0x560ffc['shift']());}catch(_0x3d7453){_0x560ffc['push'](_0x560ffc['shift']());}}}(a72_0x7bd8,0xad784));const got=require(a72_0x2a5a7c(0x1c1)),logger=require(a72_0x2a5a7c(0x1d2))[a72_0x2a5a7c(0x1af)],_trim=_0x359ed6=>(_0x359ed6||'')['replace'](/\/+$/,'');function _normalizeScheme(_0x52c0a9){const _0x3ac0c2=a72_0x2a5a7c,_0x2aaeb0={};_0x2aaeb0[_0x3ac0c2(0x1c0)]=function(_0x12ff76,_0x1062eb){return _0x12ff76||_0x1062eb;};const _0x1cd7d9=_0x2aaeb0,_0x3a04a6=_0x1cd7d9['VUtUV'](_0x52c0a9,'')[_0x3ac0c2(0x1a3)]();if(!_0x3a04a6)return _0x3a04a6;if(/^https?:\/\//i[_0x3ac0c2(0x1eb)](_0x3a04a6))return _0x3a04a6;return _0x3ac0c2(0x1ba)+_0x3a04a6[_0x3ac0c2(0x1d7)](/^\/+/,'');}function a72_0x7bd8(){const _0x27a224=['throwHttpErrors','1lmoUqy','123512twiZNt','slice','/execute/sync','length','DhCKb','winstonLogger','32388gkCykb','responseType','sessionId','toString','user-agent','_sessionId','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','delete','executeAsyncScript','/url','https://','body','SzGqN','firstMatch','script','getCurrentUrl','VUtUV','got','timeout','_username','/session',':\x20HTTP\x20','post','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','quit','\x20failed\x20(likely\x20already\x20closed):\x20','/session/','720914kmimPG','DkrxL','mEdqI','desiredCapabilities','iSCDq','env','_password','../../helpers/logger','992864KMzPOR','_opts','browserstack-node-sdk-testcafe','xvTsv','replace','statusCode','BROWSERSTACK_USERNAME','capabilities','3691539fRAPSL','executeScript','url','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','LSihz','username','yzokj','openSession','asfmH','message','385ljDfLG','25634660qDYTsE','BROWSERSTACK_ACCESS_KEY','args','1280sHCqlL','LvASK','test','RQKCR','2701533yxTJpC','webdriver.remote.sessionid','request','stringify','/execute/async','_hubUrl','json','RyPWc','trim','value','SqdOu','keys','password'];a72_0x7bd8=function(){return _0x27a224;};return a72_0x7bd8();}function _resolveAuth(_0x221b6e){const _0xa83722=a72_0x2a5a7c,_0x5e6edd={'RQKCR':function(_0x53b6f9,_0x5203f6){return _0x53b6f9(_0x5203f6);},'xvTsv':function(_0x362f2b,_0x40f795){return _0x362f2b(_0x40f795);}},_0xeb42b7=_0x5e6edd[_0xa83722(0x1ec)](_normalizeScheme,_0x221b6e);try{const _0x4bbf8d=new URL(_0xeb42b7);if(_0x4bbf8d['username']||_0x4bbf8d['password']){const _0xe37af8=_0x5e6edd[_0xa83722(0x1d6)](decodeURIComponent,_0x4bbf8d[_0xa83722(0x1e0)]||''),_0x1750c1=_0x5e6edd[_0xa83722(0x1d6)](decodeURIComponent,_0x4bbf8d[_0xa83722(0x1a7)]||'');return _0x4bbf8d[_0xa83722(0x1e0)]='',_0x4bbf8d[_0xa83722(0x1a7)]='',{'username':_0xe37af8,'password':_0x1750c1,'url':_0x5e6edd[_0xa83722(0x1d6)](_trim,_0x4bbf8d[_0xa83722(0x1b3)]())};}}catch(_0x29e4a6){}return{'username':process[_0xa83722(0x1d0)][_0xa83722(0x1d9)]||'','password':process[_0xa83722(0x1d0)][_0xa83722(0x1e7)]||'','url':_0x5e6edd[_0xa83722(0x1d6)](_trim,_0xeb42b7)};}class W3CDriver{constructor({hubUrl:_0xb485d5,sessionId:_0x1c0784,username:_0x122713,password:_0x1d3a4c}){const _0x142006=a72_0x2a5a7c,_0x302381={'SqdOu':function(_0x3556c5,_0x5244ef){return _0x3556c5(_0x5244ef);}};this['_hubUrl']=_0x302381[_0x142006(0x1a5)](_trim,_0xb485d5),this['_sessionId']=_0x1c0784,this[_0x142006(0x1c3)]=_0x122713,this['_password']=_0x1d3a4c;}get['sessionId'](){const _0x1070fc=a72_0x2a5a7c;return this[_0x1070fc(0x1b5)];}['_opts'](_0x4f8e85={}){const _0x5cf545=a72_0x2a5a7c,_0x2c0294={};_0x2c0294['yzokj']=_0x5cf545(0x1a1),_0x2c0294[_0x5cf545(0x1a2)]=_0x5cf545(0x1d5);const _0xb8fc5c=_0x2c0294,_0x3b4090={'username':this[_0x5cf545(0x1c3)],'password':this[_0x5cf545(0x1d1)],'responseType':_0xb8fc5c[_0x5cf545(0x1e1)],'headers':{'user-agent':_0xb8fc5c[_0x5cf545(0x1a2)]},'throwHttpErrors':![],..._0x4f8e85};return _0x3b4090;}async['navigateTo'](_0x4da8b5){const _0x3e8dac=a72_0x2a5a7c,_0x2371dd={};_0x2371dd[_0x3e8dac(0x1cc)]=function(_0x34a731,_0x3e9909){return _0x34a731>=_0x3e9909;};const _0x44b50c=_0x2371dd,_0x2bc84f={};_0x2bc84f[_0x3e8dac(0x1dd)]=_0x4da8b5;const _0x32a677={};_0x32a677[_0x3e8dac(0x19d)]=0xea60;const _0x415628={};_0x415628['json']=_0x2bc84f,_0x415628[_0x3e8dac(0x1c2)]=_0x32a677;const _0x1b3926=await got[_0x3e8dac(0x1c6)](this[_0x3e8dac(0x1a0)]+'/session/'+this['_sessionId']+'/url',this[_0x3e8dac(0x1d4)](_0x415628));if(_0x44b50c[_0x3e8dac(0x1cc)](_0x1b3926[_0x3e8dac(0x1d8)],0x190))throw new Error(_0x3e8dac(0x1c7)+this['_sessionId']+_0x3e8dac(0x1c5)+_0x1b3926[_0x3e8dac(0x1d8)]+'\x20'+JSON[_0x3e8dac(0x19e)](_0x1b3926[_0x3e8dac(0x1bb)])[_0x3e8dac(0x1ab)](0x0,0x12c));}async[a72_0x2a5a7c(0x1bf)](){const _0x37c18e=a72_0x2a5a7c,_0x269a89={};_0x269a89[_0x37c18e(0x19d)]=0x7530;const _0x8f7b82={};_0x8f7b82['timeout']=_0x269a89;const _0x4e2c2e=await got['get'](this[_0x37c18e(0x1a0)]+_0x37c18e(0x1ca)+this[_0x37c18e(0x1b5)]+_0x37c18e(0x1b9),this[_0x37c18e(0x1d4)](_0x8f7b82));return _0x4e2c2e[_0x37c18e(0x1bb)]&&_0x4e2c2e[_0x37c18e(0x1bb)][_0x37c18e(0x1a4)]||'';}async[a72_0x2a5a7c(0x1dc)](_0x203dba,..._0x50bb9f){const _0x391164=a72_0x2a5a7c,_0x1aa516={};_0x1aa516[_0x391164(0x1be)]=_0x203dba,_0x1aa516[_0x391164(0x1e8)]=_0x50bb9f;const _0x43ae15={};_0x43ae15[_0x391164(0x19d)]=0xea60;const _0x4a0c2a={};_0x4a0c2a[_0x391164(0x1a1)]=_0x1aa516,_0x4a0c2a[_0x391164(0x1c2)]=_0x43ae15;const _0x197bfd=await got[_0x391164(0x1c6)](this['_hubUrl']+_0x391164(0x1ca)+this['_sessionId']+_0x391164(0x1ac),this['_opts'](_0x4a0c2a));return _0x197bfd[_0x391164(0x1bb)]&&_0x197bfd['body'][_0x391164(0x1a4)];}async[a72_0x2a5a7c(0x1b8)](_0x2a79b3,..._0xa6bfd6){const _0x1bcdf4=a72_0x2a5a7c,_0x19d20c={};_0x19d20c[_0x1bcdf4(0x1be)]=_0x2a79b3,_0x19d20c[_0x1bcdf4(0x1e8)]=_0xa6bfd6;const _0x44ca57={};_0x44ca57['request']=0x1d4c0;const _0x2edebd={};_0x2edebd[_0x1bcdf4(0x1a1)]=_0x19d20c,_0x2edebd[_0x1bcdf4(0x1c2)]=_0x44ca57;const _0x37c891=await got['post'](this[_0x1bcdf4(0x1a0)]+_0x1bcdf4(0x1ca)+this[_0x1bcdf4(0x1b5)]+_0x1bcdf4(0x19f),this[_0x1bcdf4(0x1d4)](_0x2edebd));return _0x37c891['body']&&_0x37c891[_0x1bcdf4(0x1bb)]['value'];}async[a72_0x2a5a7c(0x1c8)](){const _0x564e03=a72_0x2a5a7c;try{const _0x396fba={};_0x396fba[_0x564e03(0x19d)]=0x7530;const _0x2d4ed3={};_0x2d4ed3[_0x564e03(0x1c2)]=_0x396fba,await got[_0x564e03(0x1b7)](this[_0x564e03(0x1a0)]+_0x564e03(0x1ca)+this[_0x564e03(0x1b5)],this[_0x564e03(0x1d4)](_0x2d4ed3));}catch(_0x537d6d){logger['debug']('[w3c-driver]\x20DELETE\x20/session\x20'+this['_sessionId']+_0x564e03(0x1c9)+_0x537d6d[_0x564e03(0x1e4)]);}}}async function openSession({hubUrl:_0x5c884e,capabilities:_0x37be7b}){const _0x483d6c=a72_0x2a5a7c,_0x46e46e={'SzGqN':function(_0x568354,_0x206a60){return _0x568354(_0x206a60);},'iSCDq':function(_0x5558ad,_0x3bc876){return _0x5558ad||_0x3bc876;},'mEdqI':'[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','LvASK':_0x483d6c(0x1a1),'DhCKb':_0x483d6c(0x1d5),'asfmH':function(_0x1cd3a9,_0x4558b8){return _0x1cd3a9>=_0x4558b8;},'LSihz':_0x483d6c(0x19c),'DDeTl':function(_0x597998,_0x50a09e){return _0x597998>_0x50a09e;}},{username:_0x41931e,password:_0x304ef0,url:_0x48d65d}=_0x46e46e[_0x483d6c(0x1bc)](_resolveAuth,_0x5c884e);if(_0x46e46e[_0x483d6c(0x1cf)](!_0x41931e,!_0x304ef0))throw new Error(_0x46e46e[_0x483d6c(0x1cd)]);const _0x3a9f47={};_0x3a9f47['alwaysMatch']=_0x37be7b,_0x3a9f47[_0x483d6c(0x1bd)]=[{}];const _0x30af64={};_0x30af64[_0x483d6c(0x1da)]=_0x3a9f47,_0x30af64[_0x483d6c(0x1ce)]=_0x37be7b;const _0x346947=_0x30af64,_0x2fe1ad={};_0x2fe1ad[_0x483d6c(0x19d)]=0x1d4c0;const _0x57d113={};_0x57d113[_0x483d6c(0x1a1)]=_0x346947,_0x57d113[_0x483d6c(0x1e0)]=_0x41931e,_0x57d113[_0x483d6c(0x1a7)]=_0x304ef0,_0x57d113[_0x483d6c(0x1b1)]=_0x46e46e[_0x483d6c(0x1ea)],_0x57d113['headers']={},_0x57d113[_0x483d6c(0x1a8)]=![],_0x57d113['timeout']=_0x2fe1ad,_0x57d113['headers'][_0x483d6c(0x1b4)]=_0x46e46e[_0x483d6c(0x1ae)];const _0x3bb602=await got[_0x483d6c(0x1c6)](_0x48d65d+_0x483d6c(0x1c4),_0x57d113);if(_0x46e46e[_0x483d6c(0x1e3)](_0x3bb602[_0x483d6c(0x1d8)],0x190))throw new Error(_0x483d6c(0x1de)+_0x3bb602['statusCode']+'\x20'+JSON[_0x483d6c(0x19e)](_0x3bb602[_0x483d6c(0x1bb)])[_0x483d6c(0x1ab)](0x0,0x190));const _0x571fd7=_0x3bb602['body']||{},_0x4dc6b7=_0x571fd7[_0x483d6c(0x1a4)]||{},_0x165a59=_0x4dc6b7[_0x483d6c(0x1da)]||{},_0x48e2d9=_0x571fd7[_0x483d6c(0x1b2)]||_0x4dc6b7[_0x483d6c(0x1b2)]||_0x4dc6b7[_0x46e46e[_0x483d6c(0x1df)]]||_0x165a59[_0x46e46e[_0x483d6c(0x1df)]];if(!_0x48e2d9)throw new Error(_0x483d6c(0x1b6)+JSON[_0x483d6c(0x19e)](_0x571fd7)[_0x483d6c(0x1ab)](0x0,0x190));const _0x5d2601={};return _0x5d2601['hubUrl']=_0x48d65d,_0x5d2601[_0x483d6c(0x1b2)]=_0x48e2d9,_0x5d2601[_0x483d6c(0x1e0)]=_0x41931e,_0x5d2601['password']=_0x304ef0,{'driver':new W3CDriver(_0x5d2601),'sessionId':_0x48e2d9,'capabilities':_0x46e46e['DDeTl'](Object[_0x483d6c(0x1a6)](_0x165a59)[_0x483d6c(0x1ad)],0x0)?_0x165a59:_0x37be7b};}const a72_0x44a5a1={};a72_0x44a5a1[a72_0x2a5a7c(0x1e2)]=openSession,a72_0x44a5a1['W3CDriver']=W3CDriver,module['exports']=a72_0x44a5a1;
1
+ 'use strict';const a71_0x23e321=a71_0x2a8f;function a71_0x2a8f(_0x24cc38,_0x4067dd){const _0x312569=a71_0x3125();return a71_0x2a8f=function(_0x2a8f5e,_0x56efb2){_0x2a8f5e=_0x2a8f5e-0x1a8;let _0x52dcea=_0x312569[_0x2a8f5e];return _0x52dcea;},a71_0x2a8f(_0x24cc38,_0x4067dd);}(function(_0x13ca87,_0x415015){const _0x3712a7=a71_0x2a8f,_0x179ba8=_0x13ca87();while(!![]){try{const _0x18b4a7=parseInt(_0x3712a7(0x1ef))/0x1+-parseInt(_0x3712a7(0x1c9))/0x2+parseInt(_0x3712a7(0x1ca))/0x3*(parseInt(_0x3712a7(0x1c1))/0x4)+parseInt(_0x3712a7(0x1d9))/0x5+parseInt(_0x3712a7(0x1f6))/0x6+-parseInt(_0x3712a7(0x1d0))/0x7*(-parseInt(_0x3712a7(0x1da))/0x8)+-parseInt(_0x3712a7(0x1e7))/0x9*(parseInt(_0x3712a7(0x1c3))/0xa);if(_0x18b4a7===_0x415015)break;else _0x179ba8['push'](_0x179ba8['shift']());}catch(_0x27306a){_0x179ba8['push'](_0x179ba8['shift']());}}}(a71_0x3125,0xa1d7f));const got=require(a71_0x23e321(0x1d1)),logger=require(a71_0x23e321(0x1ae))[a71_0x23e321(0x1bf)],_trim=_0x1893b8=>(_0x1893b8||'')[a71_0x23e321(0x1c8)](/\/+$/,'');function _normalizeScheme(_0x5e6540){const _0x313ae6=a71_0x23e321,_0x189980={};_0x189980['ZbtFh']=function(_0x359a26,_0x244313){return _0x359a26||_0x244313;};const _0x26d6fb=_0x189980,_0xb5e1b1=_0x26d6fb[_0x313ae6(0x1be)](_0x5e6540,'')['trim']();if(!_0xb5e1b1)return _0xb5e1b1;if(/^https?:\/\//i[_0x313ae6(0x1e5)](_0xb5e1b1))return _0xb5e1b1;return _0x313ae6(0x1f7)+_0xb5e1b1[_0x313ae6(0x1c8)](/^\/+/,'');}function a71_0x3125(){const _0x3da6b2=['W3CDriver','Xgxhv','/execute/async','navigateTo','hubUrl','ufXfz','_hubUrl','/session/','/execute/sync','executeAsyncScript','alwaysMatch','vKryA','executeScript','ZbtFh','winstonLogger','get','5652ylJLyE','env','569720QqyDVS','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','\x20failed\x20(likely\x20already\x20closed):\x20','headers','/url','replace','104322EsYQmq','9ilThRV','qrzNL','_opts','capabilities','delete','sAFUc','521374gieHUD','got','sessionId','message','length','script','password','statusCode','_sessionId','2966210QJnuJL','56ovdQhO','desiredCapabilities','toString','firstMatch','body','SoaBD','request','Mmbye','_password','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','json','test','BROWSERSTACK_USERNAME','252kJthBF','slice','exports','responseType','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','username',':\x20HTTP\x20','post','36020nqrAMw','user-agent','timeout','xmRbS','openSession','oEsXR','RBosm','6932478poKnvc','https://','mMqRs','browserstack-node-sdk-testcafe','args','url','/session','throwHttpErrors','../../helpers/logger','value','stringify'];a71_0x3125=function(){return _0x3da6b2;};return a71_0x3125();}function _resolveAuth(_0x50ea8a){const _0x226c0c=a71_0x23e321,_0x182e53={'sAFUc':function(_0x342969,_0x124ad6){return _0x342969(_0x124ad6);},'bgXhT':function(_0x5d3c7c,_0x9829b){return _0x5d3c7c(_0x9829b);}},_0x1daf4c=_0x182e53[_0x226c0c(0x1cf)](_normalizeScheme,_0x50ea8a);try{const _0x191f2b=new URL(_0x1daf4c);if(_0x191f2b[_0x226c0c(0x1ec)]||_0x191f2b[_0x226c0c(0x1d6)]){const _0x518b36=_0x182e53['sAFUc'](decodeURIComponent,_0x191f2b[_0x226c0c(0x1ec)]||''),_0x398ef9=_0x182e53[_0x226c0c(0x1cf)](decodeURIComponent,_0x191f2b['password']||'');return _0x191f2b['username']='',_0x191f2b[_0x226c0c(0x1d6)]='',{'username':_0x518b36,'password':_0x398ef9,'url':_0x182e53[_0x226c0c(0x1cf)](_trim,_0x191f2b[_0x226c0c(0x1dc)]())};}}catch(_0x9b4755){}return{'username':process['env'][_0x226c0c(0x1e6)]||'','password':process[_0x226c0c(0x1c2)]['BROWSERSTACK_ACCESS_KEY']||'','url':_0x182e53['bgXhT'](_trim,_0x1daf4c)};}class W3CDriver{constructor({hubUrl:_0x579290,sessionId:_0xe304f4,username:_0x4af684,password:_0x32b956}){const _0x5e2cee=a71_0x23e321,_0x3980a9={'mMqRs':function(_0x3bc8f3,_0x3cac13){return _0x3bc8f3(_0x3cac13);}};this['_hubUrl']=_0x3980a9[_0x5e2cee(0x1a8)](_trim,_0x579290),this[_0x5e2cee(0x1d8)]=_0xe304f4,this['_username']=_0x4af684,this[_0x5e2cee(0x1e2)]=_0x32b956;}get[a71_0x23e321(0x1d2)](){const _0x2ecc56=a71_0x23e321;return this[_0x2ecc56(0x1d8)];}[a71_0x23e321(0x1cc)](_0x2cff11={}){const _0xa9c65b=a71_0x23e321,_0x22819a={};_0x22819a[_0xa9c65b(0x1b6)]='json',_0x22819a[_0xa9c65b(0x1f4)]=_0xa9c65b(0x1a9);const _0x4ec39f=_0x22819a,_0x5424b2={'username':this['_username'],'password':this[_0xa9c65b(0x1e2)],'responseType':_0x4ec39f[_0xa9c65b(0x1b6)],'headers':{'user-agent':_0x4ec39f[_0xa9c65b(0x1f4)]},'throwHttpErrors':![],..._0x2cff11};return _0x5424b2;}async[a71_0x23e321(0x1b4)](_0x20a34d){const _0x2150db=a71_0x23e321,_0x5be178={};_0x5be178['RBosm']=function(_0x55d4cc,_0x284c71){return _0x55d4cc>=_0x284c71;};const _0x19d1d2=_0x5be178,_0x3f6627={};_0x3f6627[_0x2150db(0x1ab)]=_0x20a34d;const _0x3a3c1c={};_0x3a3c1c[_0x2150db(0x1e0)]=0xea60;const _0x392149={};_0x392149[_0x2150db(0x1e4)]=_0x3f6627,_0x392149[_0x2150db(0x1f1)]=_0x3a3c1c;const _0x15e0eb=await got['post'](this['_hubUrl']+_0x2150db(0x1b8)+this[_0x2150db(0x1d8)]+_0x2150db(0x1c7),this[_0x2150db(0x1cc)](_0x392149));if(_0x19d1d2[_0x2150db(0x1f5)](_0x15e0eb['statusCode'],0x190))throw new Error(_0x2150db(0x1eb)+this[_0x2150db(0x1d8)]+_0x2150db(0x1ed)+_0x15e0eb[_0x2150db(0x1d7)]+'\x20'+JSON[_0x2150db(0x1b0)](_0x15e0eb[_0x2150db(0x1de)])[_0x2150db(0x1e8)](0x0,0x12c));}async['getCurrentUrl'](){const _0xeee904=a71_0x23e321,_0x1dd2da={};_0x1dd2da[_0xeee904(0x1e0)]=0x7530;const _0x1fe730={};_0x1fe730['timeout']=_0x1dd2da;const _0x4715d3=await got[_0xeee904(0x1c0)](this[_0xeee904(0x1b7)]+_0xeee904(0x1b8)+this[_0xeee904(0x1d8)]+_0xeee904(0x1c7),this[_0xeee904(0x1cc)](_0x1fe730));return _0x4715d3[_0xeee904(0x1de)]&&_0x4715d3[_0xeee904(0x1de)]['value']||'';}async[a71_0x23e321(0x1bd)](_0x260474,..._0x2ab5fe){const _0x30aabb=a71_0x23e321,_0x4f25fe={};_0x4f25fe[_0x30aabb(0x1d5)]=_0x260474,_0x4f25fe['args']=_0x2ab5fe;const _0x234c34={};_0x234c34[_0x30aabb(0x1e0)]=0xea60;const _0x449703={};_0x449703['json']=_0x4f25fe,_0x449703[_0x30aabb(0x1f1)]=_0x234c34;const _0x42c26a=await got[_0x30aabb(0x1ee)](this[_0x30aabb(0x1b7)]+_0x30aabb(0x1b8)+this[_0x30aabb(0x1d8)]+_0x30aabb(0x1b9),this[_0x30aabb(0x1cc)](_0x449703));return _0x42c26a[_0x30aabb(0x1de)]&&_0x42c26a[_0x30aabb(0x1de)][_0x30aabb(0x1af)];}async[a71_0x23e321(0x1ba)](_0x3fff31,..._0x4fd478){const _0x2c0896=a71_0x23e321,_0x2d70d4={};_0x2d70d4['script']=_0x3fff31,_0x2d70d4[_0x2c0896(0x1aa)]=_0x4fd478;const _0x4cc523={};_0x4cc523[_0x2c0896(0x1e0)]=0x1d4c0;const _0x17b1a8={};_0x17b1a8[_0x2c0896(0x1e4)]=_0x2d70d4,_0x17b1a8[_0x2c0896(0x1f1)]=_0x4cc523;const _0x115f52=await got['post'](this[_0x2c0896(0x1b7)]+_0x2c0896(0x1b8)+this[_0x2c0896(0x1d8)]+_0x2c0896(0x1b3),this[_0x2c0896(0x1cc)](_0x17b1a8));return _0x115f52[_0x2c0896(0x1de)]&&_0x115f52['body'][_0x2c0896(0x1af)];}async['quit'](){const _0x52830f=a71_0x23e321;try{const _0x35c9df={};_0x35c9df['request']=0x7530;const _0x44a48d={};_0x44a48d[_0x52830f(0x1f1)]=_0x35c9df,await got[_0x52830f(0x1ce)](this['_hubUrl']+'/session/'+this['_sessionId'],this['_opts'](_0x44a48d));}catch(_0x298623){logger['debug']('[w3c-driver]\x20DELETE\x20/session\x20'+this['_sessionId']+_0x52830f(0x1c5)+_0x298623[_0x52830f(0x1d3)]);}}}async function openSession({hubUrl:_0x5bdf13,capabilities:_0x28a083}){const _0x1a7fdc=a71_0x23e321,_0x356462={'xmRbS':function(_0x11f8bf,_0x1536ae){return _0x11f8bf(_0x1536ae);},'vXcCo':function(_0x487805,_0x141987){return _0x487805||_0x141987;},'SoaBD':_0x1a7fdc(0x1c4),'qrzNL':_0x1a7fdc(0x1e4),'NBXpZ':'browserstack-node-sdk-testcafe','Mmbye':function(_0x58a596,_0x127a7d){return _0x58a596>=_0x127a7d;},'vKryA':'webdriver.remote.sessionid','Xgxhv':function(_0x14fa02,_0x300bca){return _0x14fa02>_0x300bca;}},{username:_0x5905f7,password:_0x43c021,url:_0x5cbe2e}=_0x356462[_0x1a7fdc(0x1f2)](_resolveAuth,_0x5bdf13);if(_0x356462['vXcCo'](!_0x5905f7,!_0x43c021))throw new Error(_0x356462[_0x1a7fdc(0x1df)]);const _0x4e2ea3={};_0x4e2ea3[_0x1a7fdc(0x1bb)]=_0x28a083,_0x4e2ea3[_0x1a7fdc(0x1dd)]=[{}];const _0x19c2f1={};_0x19c2f1[_0x1a7fdc(0x1cd)]=_0x4e2ea3,_0x19c2f1[_0x1a7fdc(0x1db)]=_0x28a083;const _0x323b3e=_0x19c2f1,_0x5b009c={};_0x5b009c[_0x1a7fdc(0x1e0)]=0x1d4c0;const _0x22b92d={};_0x22b92d[_0x1a7fdc(0x1e4)]=_0x323b3e,_0x22b92d[_0x1a7fdc(0x1ec)]=_0x5905f7,_0x22b92d[_0x1a7fdc(0x1d6)]=_0x43c021,_0x22b92d[_0x1a7fdc(0x1ea)]=_0x356462[_0x1a7fdc(0x1cb)],_0x22b92d[_0x1a7fdc(0x1c6)]={},_0x22b92d[_0x1a7fdc(0x1ad)]=![],_0x22b92d[_0x1a7fdc(0x1f1)]=_0x5b009c,_0x22b92d[_0x1a7fdc(0x1c6)][_0x1a7fdc(0x1f0)]=_0x356462['NBXpZ'];const _0xb25ac0=await got[_0x1a7fdc(0x1ee)](_0x5cbe2e+_0x1a7fdc(0x1ac),_0x22b92d);if(_0x356462[_0x1a7fdc(0x1e1)](_0xb25ac0[_0x1a7fdc(0x1d7)],0x190))throw new Error('[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20'+_0xb25ac0['statusCode']+'\x20'+JSON[_0x1a7fdc(0x1b0)](_0xb25ac0[_0x1a7fdc(0x1de)])[_0x1a7fdc(0x1e8)](0x0,0x190));const _0x4589c4=_0xb25ac0[_0x1a7fdc(0x1de)]||{},_0x24459d=_0x4589c4[_0x1a7fdc(0x1af)]||{},_0x43a95c=_0x24459d['capabilities']||{},_0x528fe9=_0x4589c4[_0x1a7fdc(0x1d2)]||_0x24459d[_0x1a7fdc(0x1d2)]||_0x24459d[_0x356462[_0x1a7fdc(0x1bc)]]||_0x43a95c[_0x356462[_0x1a7fdc(0x1bc)]];if(!_0x528fe9)throw new Error(_0x1a7fdc(0x1e3)+JSON['stringify'](_0x4589c4)[_0x1a7fdc(0x1e8)](0x0,0x190));const _0x1b2980={};return _0x1b2980[_0x1a7fdc(0x1b5)]=_0x5cbe2e,_0x1b2980['sessionId']=_0x528fe9,_0x1b2980['username']=_0x5905f7,_0x1b2980[_0x1a7fdc(0x1d6)]=_0x43c021,{'driver':new W3CDriver(_0x1b2980),'sessionId':_0x528fe9,'capabilities':_0x356462[_0x1a7fdc(0x1b2)](Object['keys'](_0x43a95c)[_0x1a7fdc(0x1d4)],0x0)?_0x43a95c:_0x28a083};}const a71_0x1682af={};a71_0x1682af[a71_0x23e321(0x1f3)]=openSession,a71_0x1682af[a71_0x23e321(0x1b1)]=W3CDriver,module[a71_0x23e321(0x1e9)]=a71_0x1682af;
@@ -1 +1 @@
1
- function a73_0x3ed1(_0x2dbe93,_0x2d2e6f){const _0x115229=a73_0x1152();return a73_0x3ed1=function(_0x3ed1d6,_0x393df9){_0x3ed1d6=_0x3ed1d6-0x126;let _0x2b2215=_0x115229[_0x3ed1d6];return _0x2b2215;},a73_0x3ed1(_0x2dbe93,_0x2d2e6f);}const a73_0x50cb20=a73_0x3ed1;(function(_0x59b38d,_0x1e5411){const _0x4b6da5=a73_0x3ed1,_0x534e4e=_0x59b38d();while(!![]){try{const _0x3cf8d6=parseInt(_0x4b6da5(0x13d))/0x1*(parseInt(_0x4b6da5(0x191))/0x2)+parseInt(_0x4b6da5(0x154))/0x3+parseInt(_0x4b6da5(0x17a))/0x4*(parseInt(_0x4b6da5(0x18c))/0x5)+-parseInt(_0x4b6da5(0x13e))/0x6+parseInt(_0x4b6da5(0x13c))/0x7+parseInt(_0x4b6da5(0x13a))/0x8+-parseInt(_0x4b6da5(0x15d))/0x9;if(_0x3cf8d6===_0x1e5411)break;else _0x534e4e['push'](_0x534e4e['shift']());}catch(_0x2435ce){_0x534e4e['push'](_0x534e4e['shift']());}}}(a73_0x1152,0xa5e10));const constants=require('./constants'),{nestedKeyValue}=require(a73_0x50cb20(0x129)),getBrowserstackCLI=()=>{const _0x32d6ba=a73_0x50cb20,_0x407e69={'VAkMO':function(_0xf1a284,_0x224fae){return _0xf1a284(_0x224fae);},'DaSFd':_0x32d6ba(0x171)};return _0x407e69[_0x32d6ba(0x16a)](require,_0x407e69[_0x32d6ba(0x152)]);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com','bsstag.com'],isAllowedApiHost=_0x1cd413=>{const _0x511d34=a73_0x50cb20;try{const {hostname:_0x4d543d}=new URL(_0x1cd413);return ALLOWED_API_HOST_SUFFIXES[_0x511d34(0x17f)](_0x55d255=>_0x4d543d===_0x55d255||_0x4d543d['endsWith']('.'+_0x55d255));}catch{return![];}},safeApiHost=(_0x16be6b,_0x2e91e7)=>{const _0x1e1a48=a73_0x50cb20,_0x2f7ff6={'ZpeeB':function(_0x2626d4,_0xfdeb61){return _0x2626d4(_0xfdeb61);}};if(_0x16be6b&&_0x2f7ff6[_0x1e1a48(0x163)](isAllowedApiHost,_0x16be6b))return _0x16be6b;return _0x2e91e7;};class APIUtilityMethods{static[a73_0x50cb20(0x180)](_0x1ea46e){const _0x42cca0=a73_0x50cb20,_0x4b1812={'WNAaH':function(_0x5d0d05){return _0x5d0d05();},'cJfJe':function(_0x3673f0,_0x11048b,_0x5af352){return _0x3673f0(_0x11048b,_0x5af352);},'iFmUM':_0x42cca0(0x141),'yaZBW':'automate','ZJhEJ':_0x42cca0(0x17b),'OjCIk':function(_0x314819,_0xa7746a,_0x1ce133){return _0x314819(_0xa7746a,_0x1ce133);},'qtGin':function(_0x70e9ae,_0x38622e){return _0x70e9ae===_0x38622e;},'wGatf':function(_0x481087,_0x1f37a7){return _0x481087+_0x1f37a7;}},_0x5236c4=_0x4b1812['WNAaH'](getBrowserstackCLI),_0x28da90=_0x4b1812[_0x42cca0(0x14c)](nestedKeyValue,_0x5236c4[_0x42cca0(0x16e)]()['getConfig'](),[_0x4b1812[_0x42cca0(0x195)],_0x4b1812[_0x42cca0(0x149)],_0x4b1812[_0x42cca0(0x12b)]]),_0x404452=_0x4b1812[_0x42cca0(0x188)](safeApiHost,_0x28da90,constants[_0x42cca0(0x128)]);if(!_0x1ea46e||_0x4b1812[_0x42cca0(0x14d)](_0x1ea46e,''))return _0x404452;const _0x2e5f1b=_0x404452[_0x42cca0(0x182)]('/')?_0x404452:_0x4b1812[_0x42cca0(0x143)](_0x404452,'/');return new URL(_0x1ea46e,_0x2e5f1b)[_0x42cca0(0x187)]();}static[a73_0x50cb20(0x162)](_0x1b424d){const _0x5712ae=a73_0x50cb20,_0x2856f4={'EmJdx':function(_0x5cd747){return _0x5cd747();},'rVhMm':function(_0x432eba,_0x4c52b1,_0x5f5696){return _0x432eba(_0x4c52b1,_0x5f5696);},'NhwFc':_0x5712ae(0x141),'sgwRe':_0x5712ae(0x185),'Ccshp':_0x5712ae(0x17b),'JRNvX':function(_0x55fcb7,_0x155040){return _0x55fcb7===_0x155040;},'JMUOt':function(_0x4e0797,_0x5162b7){return _0x4e0797+_0x5162b7;}},_0x31460a=_0x2856f4[_0x5712ae(0x173)](getBrowserstackCLI),_0x3b464c=_0x2856f4['rVhMm'](nestedKeyValue,_0x31460a[_0x5712ae(0x16e)]()[_0x5712ae(0x16f)](),[_0x2856f4['NhwFc'],_0x2856f4['sgwRe'],_0x2856f4[_0x5712ae(0x174)]])||constants[_0x5712ae(0x172)];if(!_0x1b424d||_0x2856f4[_0x5712ae(0x166)](_0x1b424d,''))return _0x3b464c;const _0x1230ee=_0x3b464c[_0x5712ae(0x182)]('/')?_0x3b464c:_0x2856f4[_0x5712ae(0x12a)](_0x3b464c,'/');return new URL(_0x1b424d,_0x1230ee)['toString']();}static[a73_0x50cb20(0x155)](_0x8592a1){const _0x25359a=a73_0x50cb20,_0x3d5703={'iySGi':function(_0x5bd6a0){return _0x5bd6a0();},'TFixN':function(_0x3f3442,_0x16dad7,_0x3df540){return _0x3f3442(_0x16dad7,_0x3df540);},'CxqWr':_0x25359a(0x141),'ZhTyn':_0x25359a(0x178),'klpCP':_0x25359a(0x17b),'UhxQk':function(_0x3cdee0,_0x1f8616){return _0x3cdee0===_0x1f8616;},'RMkza':function(_0x5aa60f,_0x2e4052){return _0x5aa60f+_0x2e4052;}},_0x3a6445=_0x3d5703[_0x25359a(0x142)](getBrowserstackCLI),_0x4f73ca=_0x3d5703[_0x25359a(0x140)](nestedKeyValue,_0x3a6445[_0x25359a(0x16e)]()[_0x25359a(0x16f)](),[_0x3d5703['CxqWr'],_0x3d5703[_0x25359a(0x146)],_0x3d5703[_0x25359a(0x179)]])||constants[_0x25359a(0x128)];if(!_0x8592a1||_0x3d5703['UhxQk'](_0x8592a1,''))return _0x4f73ca;const _0x13f09b=_0x4f73ca[_0x25359a(0x182)]('/')?_0x4f73ca:_0x3d5703['RMkza'](_0x4f73ca,'/');return new URL(_0x8592a1,_0x13f09b)[_0x25359a(0x187)]();}static[a73_0x50cb20(0x189)](_0x733941){const _0x5612ff=a73_0x50cb20,_0x579f15={'ZSVBH':function(_0x1534a){return _0x1534a();},'vqCsa':function(_0x105cae,_0x4f2bd4,_0x4d64c1){return _0x105cae(_0x4f2bd4,_0x4d64c1);},'LDOWu':_0x5612ff(0x141),'lHNSy':'appAutomate','XKecr':_0x5612ff(0x17b),'PCVvx':function(_0x58fbe6,_0x59fdd0){return _0x58fbe6===_0x59fdd0;},'FnSgB':function(_0x3aa867,_0x2938ca){return _0x3aa867+_0x2938ca;}},_0x36b2a7=_0x579f15[_0x5612ff(0x151)](getBrowserstackCLI),_0x174ad3=_0x579f15[_0x5612ff(0x167)](nestedKeyValue,_0x36b2a7['getInstance']()[_0x5612ff(0x16f)](),[_0x579f15[_0x5612ff(0x15e)],_0x579f15[_0x5612ff(0x18f)],_0x579f15[_0x5612ff(0x126)]])||constants['BROWSERSTACK_API_URL'];if(!_0x733941||_0x579f15[_0x5612ff(0x161)](_0x733941,''))return _0x174ad3;const _0x8c2b27=_0x174ad3[_0x5612ff(0x182)]('/')?_0x174ad3:_0x579f15[_0x5612ff(0x130)](_0x174ad3,'/');return new URL(_0x733941,_0x8c2b27)[_0x5612ff(0x187)]();}static[a73_0x50cb20(0x183)](_0x1603a5){const _0x36fdf7=a73_0x50cb20,_0x24bf88={'wJQAW':function(_0x34091e){return _0x34091e();},'IHZXw':function(_0x2eb213,_0x1b8d03,_0x268f7e){return _0x2eb213(_0x1b8d03,_0x268f7e);},'lWorY':_0x36fdf7(0x141),'zvZuX':_0x36fdf7(0x178),'ImQtj':_0x36fdf7(0x17b),'klAGq':function(_0x2d2e88,_0x3505d3){return _0x2d2e88===_0x3505d3;},'cxfOH':function(_0x21f756,_0x38ab79){return _0x21f756+_0x38ab79;}},_0x235abc=_0x24bf88[_0x36fdf7(0x127)](getBrowserstackCLI),_0x572c8b=_0x24bf88['IHZXw'](nestedKeyValue,_0x235abc['getInstance']()[_0x36fdf7(0x16f)](),[_0x24bf88[_0x36fdf7(0x184)],_0x24bf88[_0x36fdf7(0x186)],_0x24bf88['ImQtj']])||constants[_0x36fdf7(0x128)];if(!_0x1603a5||_0x24bf88[_0x36fdf7(0x13f)](_0x1603a5,''))return _0x572c8b;const _0x287060=_0x572c8b['endsWith']('/')?_0x572c8b:_0x24bf88[_0x36fdf7(0x135)](_0x572c8b,'/');return new URL(_0x1603a5,_0x287060)[_0x36fdf7(0x187)]();}static[a73_0x50cb20(0x169)](_0x1d36d1){const _0xc3e0e=a73_0x50cb20,_0x242056={'QCQzV':function(_0xf91e02){return _0xf91e02();},'zQrex':function(_0x42a5e8,_0x297341,_0x14c623){return _0x42a5e8(_0x297341,_0x14c623);},'InzOZ':_0xc3e0e(0x141),'DKhAf':'appAutomate','ILifr':_0xc3e0e(0x17b),'lbMkQ':function(_0x45c723,_0x150873){return _0x45c723===_0x150873;},'YMGpw':function(_0xccc9,_0x5e5830){return _0xccc9+_0x5e5830;}},_0x575d68=_0x242056[_0xc3e0e(0x14b)](getBrowserstackCLI),_0x4a10ee=_0x242056[_0xc3e0e(0x132)](nestedKeyValue,_0x575d68[_0xc3e0e(0x16e)]()[_0xc3e0e(0x16f)](),[_0x242056[_0xc3e0e(0x138)],_0x242056[_0xc3e0e(0x139)],_0x242056[_0xc3e0e(0x137)]])||constants[_0xc3e0e(0x128)];if(!_0x1d36d1||_0x242056[_0xc3e0e(0x168)](_0x1d36d1,''))return _0x4a10ee;const _0x206133=_0x4a10ee[_0xc3e0e(0x182)]('/')?_0x4a10ee:_0x242056['YMGpw'](_0x4a10ee,'/');return new URL(_0x1d36d1,_0x206133)['toString']();}static[a73_0x50cb20(0x175)](_0x9f5fa4){const _0x54ce66=a73_0x50cb20,_0x36e69d={'scWxK':function(_0x47031e){return _0x47031e();},'Doekv':function(_0x4821b1,_0x312073,_0x1b9c57){return _0x4821b1(_0x312073,_0x1b9c57);},'tdvIP':_0x54ce66(0x141),'IUrlU':_0x54ce66(0x178),'uCAos':_0x54ce66(0x17b),'sKcmB':function(_0x273d60,_0x551bb8){return _0x273d60===_0x551bb8;},'OziBQ':function(_0x267ba1,_0x42e715){return _0x267ba1+_0x42e715;}},_0x1fc6ca=_0x36e69d['scWxK'](getBrowserstackCLI),_0x50f5bf=_0x36e69d[_0x54ce66(0x14a)](nestedKeyValue,_0x1fc6ca[_0x54ce66(0x16e)]()['getConfig'](),[_0x36e69d[_0x54ce66(0x18b)],_0x36e69d[_0x54ce66(0x14f)],_0x36e69d[_0x54ce66(0x145)]])||constants[_0x54ce66(0x128)];if(!_0x9f5fa4||_0x36e69d[_0x54ce66(0x134)](_0x9f5fa4,''))return _0x50f5bf;const _0x418e80=_0x50f5bf[_0x54ce66(0x182)]('/')?_0x50f5bf:_0x36e69d[_0x54ce66(0x156)](_0x50f5bf,'/');return new URL(_0x9f5fa4,_0x418e80)[_0x54ce66(0x187)]()['replace'](/^https?:\/\//,'');}static[a73_0x50cb20(0x131)](_0x53c4f6){const _0x37aace=a73_0x50cb20,_0x9eebb5={'DQzpu':function(_0x77eff3){return _0x77eff3();},'hYJMF':function(_0x46b171,_0x23c7a0,_0x465222){return _0x46b171(_0x23c7a0,_0x465222);},'wzwKE':_0x37aace(0x141),'QcibA':_0x37aace(0x14e),'IisBr':_0x37aace(0x17b),'kvlFl':function(_0x1c4bc9,_0x13a32a){return _0x1c4bc9===_0x13a32a;},'kGUPo':function(_0x2c51f0,_0x3c817b){return _0x2c51f0+_0x3c817b;}},_0x4eab87=_0x9eebb5['DQzpu'](getBrowserstackCLI),_0xa35722=_0x9eebb5[_0x37aace(0x18a)](nestedKeyValue,_0x4eab87[_0x37aace(0x16e)]()['getConfig'](),[_0x9eebb5[_0x37aace(0x153)],_0x9eebb5[_0x37aace(0x192)],_0x9eebb5[_0x37aace(0x17e)]])||constants[_0x37aace(0x17d)];if(!_0x53c4f6||_0x9eebb5['kvlFl'](_0x53c4f6,''))return _0xa35722;const _0x542d72=_0xa35722[_0x37aace(0x182)]('/')?_0xa35722:_0x9eebb5[_0x37aace(0x16d)](_0xa35722,'/');return new URL(_0x53c4f6,_0x542d72)[_0x37aace(0x187)]()[_0x37aace(0x17c)](/^https?:\/\//,'');}static[a73_0x50cb20(0x170)](_0xe94150){const _0x5b47e6=a73_0x50cb20,_0x20e87e={'PeMiJ':function(_0x10fbeb){return _0x10fbeb();},'ywRVB':function(_0x523645,_0x4d9439,_0x1960fd){return _0x523645(_0x4d9439,_0x1960fd);},'kbCkO':_0x5b47e6(0x141),'xaGcN':_0x5b47e6(0x14e),'MyTYh':'upload','uuPDr':function(_0x3cae77,_0x34d299,_0x4d5b2b){return _0x3cae77(_0x34d299,_0x4d5b2b);},'lYbol':_0x5b47e6(0x17b),'axwuh':function(_0x1f3e63,_0x30fe81){return _0x1f3e63===_0x30fe81;},'qoPDj':function(_0x1b35ce,_0x53ee13){return _0x1b35ce+_0x53ee13;}},_0x479402=_0x20e87e['PeMiJ'](getBrowserstackCLI),_0x114b5d=_0x20e87e[_0x5b47e6(0x18e)](nestedKeyValue,_0x479402[_0x5b47e6(0x16e)]()['getConfig'](),[_0x20e87e[_0x5b47e6(0x181)],_0x20e87e[_0x5b47e6(0x12d)],_0x20e87e['MyTYh']])||_0x20e87e['uuPDr'](nestedKeyValue,_0x479402['getInstance']()['getConfig'](),[_0x20e87e[_0x5b47e6(0x181)],_0x20e87e[_0x5b47e6(0x12d)],_0x20e87e['lYbol']])||constants[_0x5b47e6(0x17d)];if(!_0xe94150||_0x20e87e['axwuh'](_0xe94150,''))return _0x114b5d;const _0x48b0ce=_0x114b5d[_0x5b47e6(0x182)]('/')?_0x114b5d:_0x20e87e[_0x5b47e6(0x190)](_0x114b5d,'/');return new URL(_0xe94150,_0x48b0ce)[_0x5b47e6(0x187)]();}static[a73_0x50cb20(0x16b)](_0x3d6048){const _0x4a6539=a73_0x50cb20,_0x27d988={'jqNAb':function(_0x159d36){return _0x159d36();},'KeQdn':function(_0x2975e3,_0x3bd7a2,_0x45a6c8){return _0x2975e3(_0x3bd7a2,_0x45a6c8);},'coULM':_0x4a6539(0x141),'XZTsd':_0x4a6539(0x136),'DSpoN':_0x4a6539(0x13b),'kybpr':function(_0xec7686,_0x6e12c5){return _0xec7686===_0x6e12c5;},'pmFvL':function(_0x50ef1c,_0x1d0dcd){return _0x50ef1c+_0x1d0dcd;}},_0x2f971e=_0x27d988['jqNAb'](getBrowserstackCLI),_0x4b564a=_0x27d988['KeQdn'](nestedKeyValue,_0x2f971e[_0x4a6539(0x16e)]()[_0x4a6539(0x16f)](),[_0x27d988[_0x4a6539(0x157)],_0x27d988['XZTsd'],_0x27d988['DSpoN']])||constants[_0x4a6539(0x15c)];if(!_0x3d6048||_0x27d988[_0x4a6539(0x150)](_0x3d6048,''))return _0x4b564a;const _0x559c35=_0x4b564a['endsWith']('/')?_0x4b564a:_0x27d988[_0x4a6539(0x177)](_0x4b564a,'/');return new URL(_0x3d6048,_0x559c35)[_0x4a6539(0x187)]();}static['getPlaywrightHubUrl'](_0x17a067){const _0x2d91b7=a73_0x50cb20,_0x4b9e50={'OVTev':function(_0x2b7e64){return _0x2b7e64();},'xzXUv':function(_0x2c027a,_0x4561b6,_0x58823f){return _0x2c027a(_0x4561b6,_0x58823f);},'hEGMq':_0x2d91b7(0x141),'uMNsA':_0x2d91b7(0x178),'RdjkX':'cdp','YZJIg':_0x2d91b7(0x15a),'fKzeI':function(_0x5b66c3,_0x42bb39){return _0x5b66c3===_0x42bb39;},'sKtLV':function(_0x1e7c41,_0x11a2fe){return _0x1e7c41+_0x11a2fe;},'ZxsYk':'/playwright?caps='},_0x5d3c76=_0x4b9e50[_0x2d91b7(0x12f)](getBrowserstackCLI),_0x54b7d1=_0x4b9e50[_0x2d91b7(0x147)](nestedKeyValue,_0x5d3c76[_0x2d91b7(0x16e)]()[_0x2d91b7(0x16f)](),[_0x4b9e50[_0x2d91b7(0x12c)],_0x4b9e50[_0x2d91b7(0x16c)],_0x4b9e50[_0x2d91b7(0x18d)]]),_0x185219=(_0x54b7d1?_0x54b7d1[_0x2d91b7(0x17c)](/^https:/,_0x4b9e50['YZJIg']):null)||constants[_0x2d91b7(0x15b)];let _0x257976;if(!_0x17a067||_0x4b9e50[_0x2d91b7(0x12e)](_0x17a067,''))_0x257976=_0x185219;else{const _0x5422f6=_0x185219['endsWith']('/')?_0x185219:_0x4b9e50[_0x2d91b7(0x194)](_0x185219,'/');_0x257976=new URL(_0x17a067,_0x5422f6)[_0x2d91b7(0x187)]();}return!_0x257976['endsWith'](_0x4b9e50[_0x2d91b7(0x193)])&&(_0x257976+=_0x4b9e50[_0x2d91b7(0x193)]),_0x257976;}static['getPuppeteerHubUrl'](_0x4eee8f){const _0xdb6610=a73_0x50cb20,_0x48bb2b={'DgUjV':function(_0x4e760f){return _0x4e760f();},'gtPlc':function(_0x234c4a,_0x212419,_0x1c1ec1){return _0x234c4a(_0x212419,_0x1c1ec1);},'Zmdjs':'apis','NLSsM':'automate','ENwTj':_0xdb6610(0x133),'OJOVt':'wss:','xIKkE':function(_0x9ad2a5,_0x568813){return _0x9ad2a5===_0x568813;},'Idhrr':function(_0x316357,_0x4dd638){return _0x316357+_0x4dd638;},'BDqKn':_0xdb6610(0x165)},_0x248ca8=_0x48bb2b[_0xdb6610(0x15f)](getBrowserstackCLI),_0x2cb110=_0x48bb2b[_0xdb6610(0x159)](nestedKeyValue,_0x248ca8[_0xdb6610(0x16e)]()[_0xdb6610(0x16f)](),[_0x48bb2b['Zmdjs'],_0x48bb2b[_0xdb6610(0x148)],_0x48bb2b['ENwTj']]),_0x3d7303=(_0x2cb110?_0x2cb110[_0xdb6610(0x17c)](/^https:/,_0x48bb2b[_0xdb6610(0x160)]):null)||constants['PUPPETEER_HUB_URL'];let _0x25811c;if(!_0x4eee8f||_0x48bb2b[_0xdb6610(0x144)](_0x4eee8f,''))_0x25811c=_0x3d7303;else{const _0x2f160a=_0x3d7303[_0xdb6610(0x182)]('/')?_0x3d7303:_0x48bb2b[_0xdb6610(0x176)](_0x3d7303,'/');_0x25811c=new URL(_0x4eee8f,_0x2f160a)[_0xdb6610(0x187)]();}return!_0x25811c[_0xdb6610(0x182)](_0x48bb2b[_0xdb6610(0x158)])&&(_0x25811c+=_0x48bb2b[_0xdb6610(0x158)]),_0x25811c;}}module[a73_0x50cb20(0x164)]=APIUtilityMethods;function a73_0x1152(){const _0x206e07=['6865296OYLZsD','klAGq','TFixN','apis','iySGi','wGatf','xIKkE','uCAos','ZhTyn','xzXUv','NLSsM','yaZBW','Doekv','QCQzV','cJfJe','qtGin','appAutomate','IUrlU','kybpr','ZSVBH','DaSFd','wzwKE','1875948sMbpgK','getAutomateSessionStatusAPIUrl','OziBQ','coULM','BDqKn','gtPlc','wss:','PLAYWRIGHT_HUB_URL','OBSERVABILITY_UPLOAD_URL','19182402hycCEF','LDOWu','DgUjV','OJOVt','PCVvx','getEdsInstrumentationAPIUrl','ZpeeB','exports','/puppeteer?caps=','JRNvX','vqCsa','lbMkQ','getAppAutomateSessionNameAPIUrl','VAkMO','getAutoCaptureLogsAPIUrl','uMNsA','kGUPo','getInstance','getConfig','getAppAutomateUploadAPIUrl','../v2/browserstackCLI','EDS_URL','EmJdx','Ccshp','getAutomateSessionsListAPIUrl','Idhrr','pmFvL','automate','klpCP','24DliCMl','api','replace','APP_UPLOAD_URL','IisBr','some','getBStackAPIUrl','kbCkO','endsWith','getAutomateSessionNameAPIUrl','lWorY','edsInstrumentation','zvZuX','toString','OjCIk','getAppAutomateSessionStatusAPIUrl','hYJMF','tdvIP','911080ySdiqj','RdjkX','ywRVB','lHNSy','qoPDj','962rJuyVj','QcibA','ZxsYk','sKtLV','iFmUM','XKecr','wJQAW','BROWSERSTACK_API_URL','./sharedUtils','JMUOt','ZJhEJ','hEGMq','xaGcN','fKzeI','OVTev','FnSgB','getAppAutomateSessionsListAPIUrl','zQrex','cdp','sKcmB','cxfOH','observability','ILifr','InzOZ','DKhAf','4325592ffaqNn','upload','3701719ePrSjj','2426xLemac'];a73_0x1152=function(){return _0x206e07;};return a73_0x1152();}
1
+ function a72_0x5432(){const _0x35ef80=['wzTSF','sesoK','FhlhL','getPuppeteerHubUrl','jfuSw','TZrph','getAppAutomateSessionStatusAPIUrl','lzZdw','iHOzn','automate','bsstag.com','2TCJtSj','xmFyZ','api','replace','BROWSERSTACK_API_URL','OBSERVABILITY_UPLOAD_URL','Chbks','voOQZ','toString','NcsXW','72015hsNRYQ','OzbSe','UXyxH','97130qUeBup','fzatC','xrTDs','getAppAutomateSessionsListAPIUrl','OlOlr','RVHMh','nPZZq','paicp','getBStackAPIUrl','getConfig','rjPAF','ENSyZ','JzaAS','apis','nELnI','ObaoM','3010950bYTdqL','getAppAutomateSessionNameAPIUrl','APP_UPLOAD_URL','11AXNyjV','lWyki','FTGvR','dDnTr','lOHvX','cdp','KVSLN','28882EFHWvB','PLAYWRIGHT_HUB_URL','edsInstrumentation','FmvRe','SSrWW','wss:','1534908gnRkeZ','ipQoV','getAppAutomateUploadAPIUrl','DNshS','CNmQx','dSWYS','getInstance','WRDdT','TCLSu','wwqms','yoePG','./constants','ZjDio','LBbqg','48KoLNMa','QgIxC','DwvSq','Wylyg','PUPPETEER_HUB_URL','getAutoCaptureLogsAPIUrl','bnoLE','zrAMo','IiZWq','endsWith','351831gKNaEv','mKDIO','cIbxL','appAutomate','ySald','../v2/browserstackCLI','upload','EDlBa','EDS_URL','NxGXo','/playwright?caps=','getAutomateSessionStatusAPIUrl','92xEOEkp','UDtOD','vUtAO','CFiCm','VdnMV','787980icsGyA','gbqeD','eTKmq','IyCDi','yAlwO','EQrHE','/puppeteer?caps=','getEdsInstrumentationAPIUrl','eHsSH','zkKnw','./sharedUtils','eJiOJ','lTjQV','ZFgYN','adzyB','nLQZG','EVkuZ','gSHat','wxZhn','cRmdo','some'];a72_0x5432=function(){return _0x35ef80;};return a72_0x5432();}const a72_0x5739f5=a72_0x3af8;function a72_0x3af8(_0x5c4937,_0x35743a){const _0x543241=a72_0x5432();return a72_0x3af8=function(_0x3af865,_0xeaf774){_0x3af865=_0x3af865-0x118;let _0x52742f=_0x543241[_0x3af865];return _0x52742f;},a72_0x3af8(_0x5c4937,_0x35743a);}(function(_0x9417e8,_0x94b439){const _0xf28d00=a72_0x3af8,_0xb5ce2b=_0x9417e8();while(!![]){try{const _0x26c865=-parseInt(_0xf28d00(0x17c))/0x1+-parseInt(_0xf28d00(0x172))/0x2*(-parseInt(_0xf28d00(0x141))/0x3)+parseInt(_0xf28d00(0x14d))/0x4*(-parseInt(_0xf28d00(0x17f))/0x5)+parseInt(_0xf28d00(0x129))/0x6+parseInt(_0xf28d00(0x123))/0x7*(-parseInt(_0xf28d00(0x137))/0x8)+parseInt(_0xf28d00(0x119))/0x9+-parseInt(_0xf28d00(0x152))/0xa*(-parseInt(_0xf28d00(0x11c))/0xb);if(_0x26c865===_0x94b439)break;else _0xb5ce2b['push'](_0xb5ce2b['shift']());}catch(_0xe98327){_0xb5ce2b['push'](_0xb5ce2b['shift']());}}}(a72_0x5432,0x3b4ba));const constants=require(a72_0x5739f5(0x134)),{nestedKeyValue}=require(a72_0x5739f5(0x15c)),getBrowserstackCLI=()=>{const _0x3a34ab=a72_0x5739f5,_0x4dff98={'wwqms':function(_0x23c02c,_0x514eca){return _0x23c02c(_0x514eca);},'wzTSF':_0x3a34ab(0x146)};return _0x4dff98[_0x3a34ab(0x132)](require,_0x4dff98[_0x3a34ab(0x167)]);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a72_0x5739f5(0x171)],isAllowedApiHost=_0x5e5491=>{const _0x10364a=a72_0x5739f5;try{const {hostname:_0x4c5d03}=new URL(_0x5e5491);return ALLOWED_API_HOST_SUFFIXES[_0x10364a(0x166)](_0x14ec62=>_0x4c5d03===_0x14ec62||_0x4c5d03[_0x10364a(0x140)]('.'+_0x14ec62));}catch{return![];}},safeApiHost=(_0xe2b95a,_0x3a19e2)=>{const _0x34630d=a72_0x5739f5,_0x43dd91={'LBbqg':function(_0x5c40df,_0x50b7fb){return _0x5c40df(_0x50b7fb);}};if(_0xe2b95a&&_0x43dd91[_0x34630d(0x136)](isAllowedApiHost,_0xe2b95a))return _0xe2b95a;return _0x3a19e2;};class APIUtilityMethods{static[a72_0x5739f5(0x187)](_0x2a1600){const _0x4b5b52=a72_0x5739f5,_0x27f4c9={'ZjDio':function(_0x586526){return _0x586526();},'CFiCm':function(_0x46ed97,_0x149454,_0x9db936){return _0x46ed97(_0x149454,_0x9db936);},'fzatC':'apis','QgIxC':_0x4b5b52(0x170),'nELnI':_0x4b5b52(0x174),'FDfrp':function(_0x23c79a,_0x8ed5c6){return _0x23c79a===_0x8ed5c6;},'yoePG':function(_0x57dfc1,_0x5210cf){return _0x57dfc1+_0x5210cf;}},_0x42dc8e=_0x27f4c9[_0x4b5b52(0x135)](getBrowserstackCLI),_0x1e31d4=_0x27f4c9[_0x4b5b52(0x150)](nestedKeyValue,_0x42dc8e[_0x4b5b52(0x12f)]()[_0x4b5b52(0x188)](),[_0x27f4c9[_0x4b5b52(0x180)],_0x27f4c9[_0x4b5b52(0x138)],_0x27f4c9[_0x4b5b52(0x18d)]]),_0x25554f=_0x27f4c9[_0x4b5b52(0x150)](safeApiHost,_0x1e31d4,constants[_0x4b5b52(0x176)]);if(!_0x2a1600||_0x27f4c9['FDfrp'](_0x2a1600,''))return _0x25554f;const _0x4d9722=_0x25554f[_0x4b5b52(0x140)]('/')?_0x25554f:_0x27f4c9[_0x4b5b52(0x133)](_0x25554f,'/');return new URL(_0x2a1600,_0x4d9722)['toString']();}static[a72_0x5739f5(0x159)](_0x5d343f){const _0x320fc7=a72_0x5739f5,_0x193a37={'IiZWq':function(_0x1a7361){return _0x1a7361();},'HAMFX':function(_0x5d9dad,_0x4d3ba6,_0x16a4b5){return _0x5d9dad(_0x4d3ba6,_0x16a4b5);},'fIzNT':_0x320fc7(0x18c),'voOQZ':_0x320fc7(0x125),'NXzgX':_0x320fc7(0x174),'gSHat':function(_0x8e379b,_0x395c0d){return _0x8e379b===_0x395c0d;},'warlL':function(_0x3e0020,_0x6d89d1){return _0x3e0020+_0x6d89d1;}},_0x448a3e=_0x193a37[_0x320fc7(0x13f)](getBrowserstackCLI),_0x871ad7=_0x193a37['HAMFX'](nestedKeyValue,_0x448a3e[_0x320fc7(0x12f)]()['getConfig'](),[_0x193a37['fIzNT'],_0x193a37[_0x320fc7(0x179)],_0x193a37['NXzgX']])||constants[_0x320fc7(0x149)];if(!_0x5d343f||_0x193a37[_0x320fc7(0x163)](_0x5d343f,''))return _0x871ad7;const _0x3e347f=_0x871ad7[_0x320fc7(0x140)]('/')?_0x871ad7:_0x193a37['warlL'](_0x871ad7,'/');return new URL(_0x5d343f,_0x3e347f)[_0x320fc7(0x17a)]();}static[a72_0x5739f5(0x14c)](_0x2418e3){const _0x41538f=a72_0x5739f5,_0x1fd41d={'vUtAO':function(_0x7497ce){return _0x7497ce();},'VdnMV':function(_0x57b9a7,_0x4d392b,_0x436523){return _0x57b9a7(_0x4d392b,_0x436523);},'RVHMh':_0x41538f(0x18c),'nLQZG':'automate','xmFyZ':_0x41538f(0x174),'lzZdw':function(_0x246f90,_0x121176){return _0x246f90===_0x121176;},'EDlBa':function(_0x5da67b,_0x33bc2b){return _0x5da67b+_0x33bc2b;}},_0x3c932f=_0x1fd41d[_0x41538f(0x14f)](getBrowserstackCLI),_0x27f4ee=_0x1fd41d[_0x41538f(0x151)](nestedKeyValue,_0x3c932f['getInstance']()[_0x41538f(0x188)](),[_0x1fd41d[_0x41538f(0x184)],_0x1fd41d[_0x41538f(0x161)],_0x1fd41d[_0x41538f(0x173)]])||constants[_0x41538f(0x176)];if(!_0x2418e3||_0x1fd41d[_0x41538f(0x16e)](_0x2418e3,''))return _0x27f4ee;const _0x4d9b03=_0x27f4ee[_0x41538f(0x140)]('/')?_0x27f4ee:_0x1fd41d[_0x41538f(0x148)](_0x27f4ee,'/');return new URL(_0x2418e3,_0x4d9b03)[_0x41538f(0x17a)]();}static[a72_0x5739f5(0x16d)](_0x5c1f1d){const _0x47ef8e=a72_0x5739f5,_0x52de98={'lTjQV':function(_0x27651c){return _0x27651c();},'EVkuZ':function(_0x10f9b6,_0x414252,_0x439e16){return _0x10f9b6(_0x414252,_0x439e16);},'Chbks':_0x47ef8e(0x18c),'NxGXo':_0x47ef8e(0x144),'adzyB':_0x47ef8e(0x174),'cIbxL':function(_0x4ae269,_0xd78576){return _0x4ae269===_0xd78576;},'cRmdo':function(_0x73b72f,_0x68927e){return _0x73b72f+_0x68927e;}},_0x109c65=_0x52de98[_0x47ef8e(0x15e)](getBrowserstackCLI),_0x590548=_0x52de98[_0x47ef8e(0x162)](nestedKeyValue,_0x109c65[_0x47ef8e(0x12f)]()[_0x47ef8e(0x188)](),[_0x52de98[_0x47ef8e(0x178)],_0x52de98[_0x47ef8e(0x14a)],_0x52de98[_0x47ef8e(0x160)]])||constants[_0x47ef8e(0x176)];if(!_0x5c1f1d||_0x52de98[_0x47ef8e(0x143)](_0x5c1f1d,''))return _0x590548;const _0x25c9f5=_0x590548[_0x47ef8e(0x140)]('/')?_0x590548:_0x52de98[_0x47ef8e(0x165)](_0x590548,'/');return new URL(_0x5c1f1d,_0x25c9f5)[_0x47ef8e(0x17a)]();}static['getAutomateSessionNameAPIUrl'](_0x112731){const _0xa7fe58=a72_0x5739f5,_0x1324ec={'TZrph':function(_0x2fac74){return _0x2fac74();},'DBqDn':function(_0x52ed6b,_0x3542c0,_0x3fe23d){return _0x52ed6b(_0x3542c0,_0x3fe23d);},'uLxMm':_0xa7fe58(0x18c),'UDtOD':_0xa7fe58(0x170),'QtiWR':_0xa7fe58(0x174),'WRDdT':function(_0x582059,_0x21e7f3){return _0x582059===_0x21e7f3;},'Wylyg':function(_0x7e9754,_0x20930d){return _0x7e9754+_0x20930d;}},_0x38ec6e=_0x1324ec[_0xa7fe58(0x16c)](getBrowserstackCLI),_0x138b8c=_0x1324ec['DBqDn'](nestedKeyValue,_0x38ec6e['getInstance']()['getConfig'](),[_0x1324ec['uLxMm'],_0x1324ec[_0xa7fe58(0x14e)],_0x1324ec['QtiWR']])||constants['BROWSERSTACK_API_URL'];if(!_0x112731||_0x1324ec[_0xa7fe58(0x130)](_0x112731,''))return _0x138b8c;const _0x1a2a08=_0x138b8c[_0xa7fe58(0x140)]('/')?_0x138b8c:_0x1324ec[_0xa7fe58(0x13a)](_0x138b8c,'/');return new URL(_0x112731,_0x1a2a08)['toString']();}static[a72_0x5739f5(0x11a)](_0x1e1894){const _0x23579c=a72_0x5739f5,_0x3c2f7f={'zkKnw':function(_0x32d199){return _0x32d199();},'lOHvX':function(_0x5c7350,_0x4eaf98,_0x45cb95){return _0x5c7350(_0x4eaf98,_0x45cb95);},'wxZhn':_0x23579c(0x18c),'vXaoS':_0x23579c(0x144),'vfmVb':'api','gbqeD':function(_0x36d437,_0x44ca11){return _0x36d437===_0x44ca11;},'oAegU':function(_0x38613b,_0x267f06){return _0x38613b+_0x267f06;}},_0x100b22=_0x3c2f7f[_0x23579c(0x15b)](getBrowserstackCLI),_0x2bce0d=_0x3c2f7f[_0x23579c(0x120)](nestedKeyValue,_0x100b22[_0x23579c(0x12f)]()[_0x23579c(0x188)](),[_0x3c2f7f[_0x23579c(0x164)],_0x3c2f7f['vXaoS'],_0x3c2f7f['vfmVb']])||constants[_0x23579c(0x176)];if(!_0x1e1894||_0x3c2f7f[_0x23579c(0x153)](_0x1e1894,''))return _0x2bce0d;const _0x5696b5=_0x2bce0d['endsWith']('/')?_0x2bce0d:_0x3c2f7f['oAegU'](_0x2bce0d,'/');return new URL(_0x1e1894,_0x5696b5)['toString']();}static['getAutomateSessionsListAPIUrl'](_0x6c6481){const _0xfb6bb3=a72_0x5739f5,_0x3be0d6={'xrTDs':function(_0x17cd98){return _0x17cd98();},'ZFgYN':function(_0x1da4b8,_0x2c258f,_0x1b3673){return _0x1da4b8(_0x2c258f,_0x1b3673);},'FmvRe':_0xfb6bb3(0x18c),'dVhwj':_0xfb6bb3(0x170),'FGxif':_0xfb6bb3(0x174),'dDnTr':function(_0x5787f5,_0x37d134){return _0x5787f5===_0x37d134;},'IyCDi':function(_0x19887c,_0x45adec){return _0x19887c+_0x45adec;}},_0x6f837f=_0x3be0d6[_0xfb6bb3(0x181)](getBrowserstackCLI),_0x3551ac=_0x3be0d6[_0xfb6bb3(0x15f)](nestedKeyValue,_0x6f837f[_0xfb6bb3(0x12f)]()[_0xfb6bb3(0x188)](),[_0x3be0d6[_0xfb6bb3(0x126)],_0x3be0d6['dVhwj'],_0x3be0d6['FGxif']])||constants[_0xfb6bb3(0x176)];if(!_0x6c6481||_0x3be0d6[_0xfb6bb3(0x11f)](_0x6c6481,''))return _0x3551ac;const _0x36ff9d=_0x3551ac[_0xfb6bb3(0x140)]('/')?_0x3551ac:_0x3be0d6[_0xfb6bb3(0x155)](_0x3551ac,'/');return new URL(_0x6c6481,_0x36ff9d)[_0xfb6bb3(0x17a)]()[_0xfb6bb3(0x175)](/^https?:\/\//,'');}static[a72_0x5739f5(0x182)](_0x17a380){const _0x4eaea9=a72_0x5739f5,_0x5ab72a={'JzaAS':function(_0x18decc){return _0x18decc();},'zrAMo':function(_0x2bb980,_0x38a6b0,_0x1f7ffc){return _0x2bb980(_0x38a6b0,_0x1f7ffc);},'eTKmq':_0x4eaea9(0x18c),'ZaTCV':_0x4eaea9(0x144),'ENSyZ':'api','OlOlr':function(_0x33862b,_0x35df0d){return _0x33862b===_0x35df0d;},'UXyxH':function(_0x2e3f1a,_0x5c9ddb){return _0x2e3f1a+_0x5c9ddb;}},_0x130395=_0x5ab72a[_0x4eaea9(0x18b)](getBrowserstackCLI),_0x4cec36=_0x5ab72a[_0x4eaea9(0x13e)](nestedKeyValue,_0x130395[_0x4eaea9(0x12f)]()[_0x4eaea9(0x188)](),[_0x5ab72a[_0x4eaea9(0x154)],_0x5ab72a['ZaTCV'],_0x5ab72a[_0x4eaea9(0x18a)]])||constants[_0x4eaea9(0x11b)];if(!_0x17a380||_0x5ab72a[_0x4eaea9(0x183)](_0x17a380,''))return _0x4cec36;const _0x418bc0=_0x4cec36[_0x4eaea9(0x140)]('/')?_0x4cec36:_0x5ab72a[_0x4eaea9(0x17e)](_0x4cec36,'/');return new URL(_0x17a380,_0x418bc0)[_0x4eaea9(0x17a)]()[_0x4eaea9(0x175)](/^https?:\/\//,'');}static[a72_0x5739f5(0x12b)](_0x52228e){const _0x53609f=a72_0x5739f5,_0x133cfb={'dSWYS':function(_0x1d1fd4){return _0x1d1fd4();},'EQrHE':function(_0x2304c8,_0x2da59e,_0xb0042c){return _0x2304c8(_0x2da59e,_0xb0042c);},'NcsXW':_0x53609f(0x18c),'FhlhL':_0x53609f(0x144),'sesoK':_0x53609f(0x147),'wklJR':function(_0x43fd29,_0x592a6f,_0x49655d){return _0x43fd29(_0x592a6f,_0x49655d);},'DNshS':_0x53609f(0x174),'FTGvR':function(_0x4d897a,_0x5d3d00){return _0x4d897a===_0x5d3d00;},'DwvSq':function(_0x535f0b,_0x11a308){return _0x535f0b+_0x11a308;}},_0xe07494=_0x133cfb[_0x53609f(0x12e)](getBrowserstackCLI),_0x3fc9e4=_0x133cfb[_0x53609f(0x157)](nestedKeyValue,_0xe07494[_0x53609f(0x12f)]()['getConfig'](),[_0x133cfb[_0x53609f(0x17b)],_0x133cfb[_0x53609f(0x169)],_0x133cfb[_0x53609f(0x168)]])||_0x133cfb['wklJR'](nestedKeyValue,_0xe07494[_0x53609f(0x12f)]()[_0x53609f(0x188)](),[_0x133cfb[_0x53609f(0x17b)],_0x133cfb[_0x53609f(0x169)],_0x133cfb[_0x53609f(0x12c)]])||constants[_0x53609f(0x11b)];if(!_0x52228e||_0x133cfb[_0x53609f(0x11e)](_0x52228e,''))return _0x3fc9e4;const _0x2b8aef=_0x3fc9e4[_0x53609f(0x140)]('/')?_0x3fc9e4:_0x133cfb[_0x53609f(0x139)](_0x3fc9e4,'/');return new URL(_0x52228e,_0x2b8aef)['toString']();}static[a72_0x5739f5(0x13c)](_0x415bfd){const _0x3231e7=a72_0x5739f5,_0x1cfe92={'CNmQx':function(_0x3ee4e8){return _0x3ee4e8();},'nyTGV':function(_0x4bdd28,_0x145acd,_0x24ca9b){return _0x4bdd28(_0x145acd,_0x24ca9b);},'lWyki':'apis','KVSLN':'observability','vsHBE':_0x3231e7(0x147),'ipQoV':function(_0x47b941,_0x51892c){return _0x47b941===_0x51892c;},'OzbSe':function(_0x5a7b0c,_0x514444){return _0x5a7b0c+_0x514444;}},_0xce7471=_0x1cfe92[_0x3231e7(0x12d)](getBrowserstackCLI),_0x4771e4=_0x1cfe92['nyTGV'](nestedKeyValue,_0xce7471['getInstance']()[_0x3231e7(0x188)](),[_0x1cfe92[_0x3231e7(0x11d)],_0x1cfe92[_0x3231e7(0x122)],_0x1cfe92['vsHBE']])||constants[_0x3231e7(0x177)];if(!_0x415bfd||_0x1cfe92[_0x3231e7(0x12a)](_0x415bfd,''))return _0x4771e4;const _0x2b26be=_0x4771e4[_0x3231e7(0x140)]('/')?_0x4771e4:_0x1cfe92[_0x3231e7(0x17d)](_0x4771e4,'/');return new URL(_0x415bfd,_0x2b26be)[_0x3231e7(0x17a)]();}static['getPlaywrightHubUrl'](_0x1a8d4d){const _0x264aba=a72_0x5739f5,_0x51be69={'TCLSu':function(_0x12a11f){return _0x12a11f();},'jsAVt':function(_0x9e4948,_0x36d52d,_0x54432e){return _0x9e4948(_0x36d52d,_0x54432e);},'nPZZq':_0x264aba(0x18c),'CRTNP':_0x264aba(0x170),'yAlwO':_0x264aba(0x121),'ySald':_0x264aba(0x128),'jfuSw':function(_0x166ed4,_0x4da707){return _0x166ed4===_0x4da707;},'HLRTD':function(_0x403cfa,_0xbd85f8){return _0x403cfa+_0xbd85f8;},'iHOzn':_0x264aba(0x14b)},_0x40dbd5=_0x51be69[_0x264aba(0x131)](getBrowserstackCLI),_0x20a0a6=_0x51be69['jsAVt'](nestedKeyValue,_0x40dbd5['getInstance']()['getConfig'](),[_0x51be69[_0x264aba(0x185)],_0x51be69['CRTNP'],_0x51be69[_0x264aba(0x156)]]),_0x56c7f1=(_0x20a0a6?_0x20a0a6['replace'](/^https:/,_0x51be69[_0x264aba(0x145)]):null)||constants[_0x264aba(0x124)];let _0x406cf8;if(!_0x1a8d4d||_0x51be69[_0x264aba(0x16b)](_0x1a8d4d,''))_0x406cf8=_0x56c7f1;else{const _0x5e154c=_0x56c7f1[_0x264aba(0x140)]('/')?_0x56c7f1:_0x51be69['HLRTD'](_0x56c7f1,'/');_0x406cf8=new URL(_0x1a8d4d,_0x5e154c)[_0x264aba(0x17a)]();}return!_0x406cf8[_0x264aba(0x140)](_0x51be69[_0x264aba(0x16f)])&&(_0x406cf8+=_0x51be69[_0x264aba(0x16f)]),_0x406cf8;}static[a72_0x5739f5(0x16a)](_0x4eb9d7){const _0x1ba302=a72_0x5739f5,_0x1ac2b6={'rjPAF':function(_0xb95035){return _0xb95035();},'ObaoM':function(_0x2664c8,_0x38b1d4,_0x4cd544){return _0x2664c8(_0x38b1d4,_0x4cd544);},'vplxG':_0x1ba302(0x18c),'eJiOJ':_0x1ba302(0x170),'eHsSH':_0x1ba302(0x121),'paicp':'wss:','mKDIO':function(_0x13ed26,_0x5bd4f7){return _0x13ed26===_0x5bd4f7;},'SSrWW':function(_0x300dcd,_0x4035ec){return _0x300dcd+_0x4035ec;},'bnoLE':_0x1ba302(0x158)},_0x343f0f=_0x1ac2b6[_0x1ba302(0x189)](getBrowserstackCLI),_0x3d7050=_0x1ac2b6[_0x1ba302(0x118)](nestedKeyValue,_0x343f0f['getInstance']()['getConfig'](),[_0x1ac2b6['vplxG'],_0x1ac2b6[_0x1ba302(0x15d)],_0x1ac2b6[_0x1ba302(0x15a)]]),_0x23d57f=(_0x3d7050?_0x3d7050[_0x1ba302(0x175)](/^https:/,_0x1ac2b6[_0x1ba302(0x186)]):null)||constants[_0x1ba302(0x13b)];let _0x1ea2d9;if(!_0x4eb9d7||_0x1ac2b6[_0x1ba302(0x142)](_0x4eb9d7,''))_0x1ea2d9=_0x23d57f;else{const _0x2a3aa3=_0x23d57f[_0x1ba302(0x140)]('/')?_0x23d57f:_0x1ac2b6[_0x1ba302(0x127)](_0x23d57f,'/');_0x1ea2d9=new URL(_0x4eb9d7,_0x2a3aa3)[_0x1ba302(0x17a)]();}return!_0x1ea2d9[_0x1ba302(0x140)](_0x1ac2b6['bnoLE'])&&(_0x1ea2d9+=_0x1ac2b6[_0x1ba302(0x13d)]),_0x1ea2d9;}}module['exports']=APIUtilityMethods;
@@ -1 +1 @@
1
- const a74_0x2a2dc0=a74_0x4b4f;(function(_0x24cb53,_0x556da8){const _0x1bd8b1=a74_0x4b4f,_0x529ad5=_0x24cb53();while(!![]){try{const _0x14b2dd=-parseInt(_0x1bd8b1(0xb1))/0x1*(-parseInt(_0x1bd8b1(0xcf))/0x2)+parseInt(_0x1bd8b1(0x95))/0x3+-parseInt(_0x1bd8b1(0x82))/0x4+-parseInt(_0x1bd8b1(0x93))/0x5+-parseInt(_0x1bd8b1(0x80))/0x6+parseInt(_0x1bd8b1(0x96))/0x7+-parseInt(_0x1bd8b1(0xcc))/0x8*(parseInt(_0x1bd8b1(0xd0))/0x9);if(_0x14b2dd===_0x556da8)break;else _0x529ad5['push'](_0x529ad5['shift']());}catch(_0xed1cbe){_0x529ad5['push'](_0x529ad5['shift']());}}}(a74_0x21e8,0x8c36d));const logger=require(a74_0x2a2dc0(0x78))[a74_0x2a2dc0(0xcb)],BrowserstackCLI=require(a74_0x2a2dc0(0xc9)),GrpcClient=require(a74_0x2a2dc0(0xac)),constants=require(a74_0x2a2dc0(0xad));function a74_0x21e8(){const _0xd73b91=['cachedErrorCodes','grfaz','checkForErrorsOccuredInCLI','toString','yPleM','QIIka','SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.','Conflicting\x20Env\x20Var\x20details\x20not\x20found','getAggregatedClientTroubleshootingErrors','.browserstack\x20folder\x20not\x20accessible','size','error','errorCodesOccurredWhenCLINotRunning','../../helpers/logger','reportClientTroubleshootingError','getErrorCode','conflicting\x20env\x20var\x20detected','getCachedErrorCodes','xPGbC','getInstance','parse','744cIuGzI','documentationLink','70952VQKVdE','reportFinalDetectionState','reportDotBrowserStackFolderNotAccessibleIssue','VFMWr','ssl\x20cert\x20issue','KKAoZ','replace','length','VNFll','knFoK','ajwpS','getErrorDetails','exports','object','XNbDH','cVfXP','finalErrorMessage','695505zrSyjD','Session\x20Linking\x20Issue\x20details\x20not\x20found','641529zkAxGl','304311miOemL','getSuccess','getFinalErrorMessage','YhOvR','keys','Connectivity\x20Issue\x20details\x20not\x20found','join','isArray','warn','errorCode','[ClientTroubleShootingService]\x20','reportProcessInterruptionSituation','AmaBk','BfmiN','Process\x20Interruption','reportSSLCertIssue','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','GxHgH','ifDQd','WWdlk','getErrorCodesOccurredInCli','IQHIg','../v2/grpcClient','./constants','{ENV_VAR}','nWxrG','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','7RmlDah','isRunning','SXznr','AwExL','add','push','base64','from','getAggregatedErrorCodes','riQRt','CLIENT_TROUBLESHOOTING_HASH','izKhP','errorMessage','getErrorCodes','logError','vIAro','errorCodesOccurredInCLI','Session\x20Linking\x20Issue','errorCodes','taovf','stringify','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','SYhUB','getDocumentationLink','../v2/browserstackCLI','SZASu','winstonLogger','40FZsxTj','logSituation','AxVid','288554egIrpP','964755erDbTi','Error\x20in\x20getting\x20error\x20details\x20for\x20','browserstack\x20cloud\x20not\x20reachable','ChNpg','FymFj','GpnrK'];a74_0x21e8=function(){return _0xd73b91;};return a74_0x21e8();}function a74_0x4b4f(_0x83941c,_0x566300){const _0x21e816=a74_0x21e8();return a74_0x4b4f=function(_0x4b4fc3,_0x35af7e){_0x4b4fc3=_0x4b4fc3-0x73;let _0x3d7a7c=_0x21e816[_0x4b4fc3];return _0x3d7a7c;},a74_0x4b4f(_0x83941c,_0x566300);}class ClientTroubleShootingService{static [a74_0x2a2dc0(0xd6)]=null;static [a74_0x2a2dc0(0x77)]=new Set();static async[a74_0x2a2dc0(0x8d)](_0x5d116a){const _0x43893f=a74_0x2a2dc0,_0xb3824e={};_0xb3824e['SZASu']=function(_0x16890e,_0x53b401){return _0x16890e!==_0x53b401;};const _0x123d33=_0xb3824e;try{if(BrowserstackCLI[_0x43893f(0x7e)]()[_0x43893f(0xb2)]()){const _0x574efc=await GrpcClient[_0x43893f(0x7e)]()[_0x43893f(0x79)](_0x5d116a);if(_0x123d33[_0x43893f(0xca)](_0x574efc,null)&&_0x574efc[_0x43893f(0x97)]())return{'errorCode':_0x574efc[_0x43893f(0x7a)](),'errorMessage':_0x574efc['getErrorMessage']()};return{};}return{};}catch(_0xc5ff62){return this[_0x43893f(0xbf)](_0x43893f(0xd1)+_0x5d116a+':',_0xc5ff62),{};}}static async['getAggregatedErrorCodes'](){const _0x5728c5=a74_0x2a2dc0,_0x32c9a5={};_0x32c9a5[_0x5728c5(0x8b)]=function(_0x1bfd5b,_0x252c7e){return _0x1bfd5b!==_0x252c7e;},_0x32c9a5['vIAro']=_0x5728c5(0xb7),_0x32c9a5['IQHIg']=_0x5728c5(0xc6);const _0x4a2da7=_0x32c9a5;try{if(BrowserstackCLI[_0x5728c5(0x7e)]()[_0x5728c5(0xb2)]()){const _0x494b6a=await GrpcClient[_0x5728c5(0x7e)]()[_0x5728c5(0x73)]();if(_0x4a2da7['knFoK'](_0x494b6a,null)&&_0x494b6a[_0x5728c5(0x97)]()){const _0x5a8b78=Buffer[_0x5728c5(0xb8)](_0x494b6a[_0x5728c5(0xbe)](),_0x4a2da7[_0x5728c5(0xc0)])[_0x5728c5(0xd9)](),_0x5ed2d5=_0x5a8b78?JSON[_0x5728c5(0x7f)](_0x5a8b78):[],_0x1eb58a=_0x494b6a[_0x5728c5(0xc8)](),_0x463bea=_0x494b6a[_0x5728c5(0x98)](),_0x28bc61=Buffer['from'](_0x494b6a[_0x5728c5(0xaa)](),_0x4a2da7[_0x5728c5(0xc0)])['toString'](),_0x14a38e=_0x28bc61?JSON[_0x5728c5(0x7f)](_0x28bc61):[],_0x477a1b={};return _0x477a1b[_0x5728c5(0xc3)]=_0x5ed2d5,_0x477a1b[_0x5728c5(0x81)]=_0x1eb58a,_0x477a1b['finalErrorMessage']=_0x463bea,_0x477a1b['errorCodesOccurredInCLI']=_0x14a38e,_0x477a1b;}const _0x29c970={};return _0x29c970[_0x5728c5(0xc3)]=[],_0x29c970[_0x5728c5(0x81)]='',_0x29c970['finalErrorMessage']='',_0x29c970[_0x5728c5(0xc1)]=[],_0x29c970;}const _0x811d2={};return _0x811d2[_0x5728c5(0xc3)]=[],_0x811d2[_0x5728c5(0x81)]='',_0x811d2[_0x5728c5(0x92)]='',_0x811d2[_0x5728c5(0xc1)]=[],_0x811d2;}catch(_0x43f407){this[_0x5728c5(0xbf)](_0x4a2da7[_0x5728c5(0xab)],_0x43f407);const _0x248cf9={};return _0x248cf9[_0x5728c5(0xc3)]=[],_0x248cf9['documentationLink']='',_0x248cf9[_0x5728c5(0x92)]='',_0x248cf9[_0x5728c5(0xc1)]=[],_0x248cf9;}}static[a74_0x2a2dc0(0xcd)](_0x1b00d8,_0x350600){logger['warn'](_0x1b00d8+':\x20'+_0x350600);}static[a74_0x2a2dc0(0xd8)](_0x10c2d2){const _0x18d434=a74_0x2a2dc0,_0x2149ae={};_0x2149ae[_0x18d434(0xd7)]=function(_0x5e239a,_0x5da3d5){return _0x5e239a!=_0x5da3d5;},_0x2149ae[_0x18d434(0x8c)]=function(_0x20efc7,_0x20a3c9){return _0x20efc7!=_0x20a3c9;},_0x2149ae[_0x18d434(0xba)]=function(_0xbab3e9,_0x222637){return _0xbab3e9>_0x222637;},_0x2149ae['WGqoK']=function(_0xea115d,_0x3267ea){return _0xea115d!=_0x3267ea;};const _0x5b4866=_0x2149ae,_0x433a63=[];if(_0x5b4866[_0x18d434(0xd7)](_0x10c2d2,null)&&_0x5b4866[_0x18d434(0x8c)](_0x10c2d2['errorCodesOccurredInCLI'],null)&&_0x5b4866[_0x18d434(0xba)](_0x10c2d2[_0x18d434(0xc1)]['length'],0x0))for(const _0x1b567a of _0x10c2d2['errorCodesOccurredInCLI']){_0x5b4866['WGqoK'](_0x1b567a[_0x18d434(0x9f)],null)&&_0x5b4866[_0x18d434(0xd7)](_0x1b567a[_0x18d434(0xbd)],null)&&(_0x433a63[_0x18d434(0xb6)](_0x1b567a[_0x18d434(0x9f)]),this['logSituation'](_0x1b567a['errorCode'],_0x1b567a['errorMessage']));}return _0x433a63;}static[a74_0x2a2dc0(0x7c)](){return this['cachedErrorCodes'];}static['logError'](_0x3d7d88,_0x217ea4){const _0x98b0f2=a74_0x2a2dc0,_0x3b808b={};_0x3b808b[_0x98b0f2(0xbc)]=function(_0x506d7f,_0x488a34){return _0x506d7f===_0x488a34;},_0x3b808b[_0x98b0f2(0xce)]=_0x98b0f2(0x8f);const _0x3dfc2d=_0x3b808b;if(_0x3dfc2d[_0x98b0f2(0xbc)](typeof _0x217ea4,_0x3dfc2d[_0x98b0f2(0xce)]))try{logger['error']('[ClientTroubleShootingService]\x20'+_0x3d7d88+'\x20'+JSON[_0x98b0f2(0xc5)](_0x217ea4));}catch(_0x2300a6){logger['error'](_0x98b0f2(0xa0)+_0x3d7d88+'\x20'+_0x217ea4);}else logger[_0x98b0f2(0x76)](_0x98b0f2(0xa0)+_0x3d7d88+'\x20'+_0x217ea4);}static async[a74_0x2a2dc0(0xa1)](_0x960161){const _0x3394d7=a74_0x2a2dc0,_0xcea3b8={};_0xcea3b8['AmaBk']=_0x3394d7(0xa4),_0xcea3b8[_0x3394d7(0xc7)]=function(_0x5c5ce0,_0x129bf6){return _0x5c5ce0===_0x129bf6;},_0xcea3b8[_0x3394d7(0xaf)]='Process\x20Interruption\x20details\x20not\x20found:',_0xcea3b8[_0x3394d7(0x85)]='{SIGNAL}';const _0x49432a=_0xcea3b8,_0x38a3c8=await this['getErrorDetails'](_0x49432a[_0x3394d7(0xa2)]);if(!_0x38a3c8||_0x49432a[_0x3394d7(0xc7)](Object[_0x3394d7(0x9a)](_0x38a3c8)['length'],0x0)){this['logError'](_0x49432a[_0x3394d7(0xaf)],_0x38a3c8);return;}this[_0x3394d7(0xcd)](_0x38a3c8[_0x3394d7(0x9f)],_0x38a3c8['errorMessage'][_0x3394d7(0x88)](_0x49432a[_0x3394d7(0x85)],_0x960161));}static async['reportSessionLinkingIssue'](){const _0x1700c2=a74_0x2a2dc0,_0x2935c5={};_0x2935c5[_0x1700c2(0x7d)]=_0x1700c2(0xc2),_0x2935c5[_0x1700c2(0xda)]=function(_0x5adb29,_0x37e057){return _0x5adb29===_0x37e057;},_0x2935c5[_0x1700c2(0xa8)]=_0x1700c2(0x94);const _0x5b0ccc=_0x2935c5,_0x265250=await this[_0x1700c2(0x8d)](_0x5b0ccc['xPGbC']);if(!_0x265250||_0x5b0ccc[_0x1700c2(0xda)](Object[_0x1700c2(0x9a)](_0x265250)[_0x1700c2(0x89)],0x0)){this['logError'](_0x5b0ccc[_0x1700c2(0xa8)],_0x265250);return;}this[_0x1700c2(0xcd)](_0x265250[_0x1700c2(0x9f)],_0x265250['errorMessage']);}static async['reportConnectivityIssue'](){const _0x61e066=a74_0x2a2dc0,_0x4e955a={};_0x4e955a[_0x61e066(0xb3)]=_0x61e066(0xd2),_0x4e955a['BfmiN']=function(_0x4bfc2a,_0x2b1700){return _0x4bfc2a===_0x2b1700;},_0x4e955a[_0x61e066(0x99)]=_0x61e066(0x9b);const _0x5f5788=_0x4e955a,_0x1ddd81=await this[_0x61e066(0x8d)](_0x5f5788['SXznr']);if(!_0x1ddd81||_0x5f5788[_0x61e066(0xa3)](Object[_0x61e066(0x9a)](_0x1ddd81)[_0x61e066(0x89)],0x0)){this[_0x61e066(0xbf)](_0x5f5788[_0x61e066(0x99)],_0x1ddd81);return;}this[_0x61e066(0xcd)](_0x1ddd81[_0x61e066(0x9f)],_0x1ddd81['errorMessage']);}static async[a74_0x2a2dc0(0xa5)](){const _0x2932a4=a74_0x2a2dc0,_0x131ba8={};_0x131ba8['GxHgH']=_0x2932a4(0x86),_0x131ba8[_0x2932a4(0x90)]=function(_0x1d3a47,_0x3b48ef){return _0x1d3a47===_0x3b48ef;},_0x131ba8[_0x2932a4(0x91)]=_0x2932a4(0xdc);const _0x3a0dfa=_0x131ba8,_0x1fd909=await this[_0x2932a4(0x8d)](_0x3a0dfa[_0x2932a4(0xa7)]);if(!_0x1fd909||_0x3a0dfa[_0x2932a4(0x90)](Object['keys'](_0x1fd909)[_0x2932a4(0x89)],0x0)){this['logError'](_0x3a0dfa[_0x2932a4(0x91)],_0x1fd909);return;}this[_0x2932a4(0xcd)](_0x1fd909['errorCode'],_0x1fd909[_0x2932a4(0xbd)]);}static[a74_0x2a2dc0(0x84)](){const _0x17c8bf=a74_0x2a2dc0,_0x3bef6f={};_0x3bef6f[_0x17c8bf(0x87)]=_0x17c8bf(0x74),_0x3bef6f[_0x17c8bf(0xdb)]=function(_0x373995,_0x46d322){return _0x373995===_0x46d322;},_0x3bef6f[_0x17c8bf(0xb4)]=_0x17c8bf(0xa6);const _0x522d7a=_0x3bef6f,_0x4599cf=constants[_0x17c8bf(0xbb)][_0x522d7a['KKAoZ']];if(!_0x4599cf||_0x522d7a['QIIka'](Object['keys'](_0x4599cf)[_0x17c8bf(0x89)],0x0)){this['logError'](_0x522d7a[_0x17c8bf(0xb4)],_0x4599cf);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x17c8bf(0xb5)](_0x4599cf[0x0]),this[_0x17c8bf(0xcd)](_0x4599cf[0x0],_0x4599cf[0x1]);}static async['reportConflictingEnvVarIssue'](_0x3680a1){const _0x6a689d=a74_0x2a2dc0,_0x28e68d={};_0x28e68d['liGOc']=_0x6a689d(0x7b),_0x28e68d[_0x6a689d(0xd3)]=function(_0x242c66,_0x3db3ed){return _0x242c66===_0x3db3ed;},_0x28e68d[_0x6a689d(0xd4)]=_0x6a689d(0xdd),_0x28e68d[_0x6a689d(0xa9)]=_0x6a689d(0xae);const _0x577554=_0x28e68d,_0x32e545=await this[_0x6a689d(0x8d)](_0x577554['liGOc']);if(!_0x32e545||_0x577554[_0x6a689d(0xd3)](Object[_0x6a689d(0x9a)](_0x32e545)['length'],0x0)){this[_0x6a689d(0xbf)](_0x577554[_0x6a689d(0xd4)],_0x32e545);return;}const _0x1ee477=_0x32e545[_0x6a689d(0xbd)][_0x6a689d(0x88)](_0x577554['WWdlk'],_0x3680a1);this[_0x6a689d(0xcd)](_0x32e545[_0x6a689d(0x9f)],_0x1ee477);}static async[a74_0x2a2dc0(0x83)](){const _0x2d6576=a74_0x2a2dc0,_0x5cfa41={};_0x5cfa41[_0x2d6576(0xc4)]=function(_0x634a6c,_0x160426){return _0x634a6c>_0x160426;},_0x5cfa41[_0x2d6576(0x8a)]='{ERROR_CODES}',_0x5cfa41['GpnrK']=_0x2d6576(0xb0);const _0x2aa8aa=_0x5cfa41,_0x243ddf=await this[_0x2d6576(0xb9)](),_0x3b7969=this['checkForErrorsOccuredInCLI'](_0x243ddf),_0x263619=Array[_0x2d6576(0x9d)](_0x243ddf['errorCodes'])?_0x243ddf[_0x2d6576(0xc3)]:[],_0x4dafec=_0x2aa8aa[_0x2d6576(0xc4)](this[_0x2d6576(0x77)][_0x2d6576(0x75)],0x0)?Array[_0x2d6576(0xb8)](this['errorCodesOccurredWhenCLINotRunning']):[],_0xb72ff6=new Set([..._0x263619,..._0x3b7969,..._0x4dafec]),_0x33335f=Array[_0x2d6576(0xb8)](_0xb72ff6);if(_0x2aa8aa[_0x2d6576(0xc4)](_0x33335f[_0x2d6576(0x89)],0x0)){const _0x2a4ff1=_0x243ddf['finalErrorMessage'][_0x2d6576(0x88)](_0x2aa8aa[_0x2d6576(0x8a)],_0x33335f[_0x2d6576(0x9c)](',\x20'))['replace'](_0x2aa8aa[_0x2d6576(0xd5)],_0x243ddf['documentationLink']);logger[_0x2d6576(0x9e)](_0x2a4ff1),this['cachedErrorCodes']=_0x33335f;}}}module[a74_0x2a2dc0(0x8e)]=ClientTroubleShootingService;
1
+ const a73_0x498ea5=a73_0xa0c6;(function(_0x35585f,_0x316bce){const _0xfa756a=a73_0xa0c6,_0x4f9ce9=_0x35585f();while(!![]){try{const _0x30312f=-parseInt(_0xfa756a(0x128))/0x1*(parseInt(_0xfa756a(0x107))/0x2)+parseInt(_0xfa756a(0x121))/0x3+-parseInt(_0xfa756a(0xf9))/0x4+-parseInt(_0xfa756a(0x12a))/0x5+parseInt(_0xfa756a(0x126))/0x6+-parseInt(_0xfa756a(0x127))/0x7*(parseInt(_0xfa756a(0x124))/0x8)+parseInt(_0xfa756a(0x103))/0x9*(parseInt(_0xfa756a(0x10f))/0xa);if(_0x30312f===_0x316bce)break;else _0x4f9ce9['push'](_0x4f9ce9['shift']());}catch(_0x2e23e6){_0x4f9ce9['push'](_0x4f9ce9['shift']());}}}(a73_0x141e,0xeed9d));const logger=require('../../helpers/logger')[a73_0x498ea5(0xe9)],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require('../v2/grpcClient'),constants=require('./constants');class ClientTroubleShootingService{static [a73_0x498ea5(0x11f)]=null;static [a73_0x498ea5(0xe8)]=new Set();static async[a73_0x498ea5(0xfb)](_0x367e06){const _0x45e269=a73_0x498ea5,_0x98aebd={};_0x98aebd[_0x45e269(0xd9)]=function(_0x33e2f0,_0x105b8b){return _0x33e2f0!==_0x105b8b;};const _0xf312de=_0x98aebd;try{if(BrowserstackCLI[_0x45e269(0x110)]()[_0x45e269(0xcd)]()){const _0x31a29d=await GrpcClient[_0x45e269(0x110)]()[_0x45e269(0x10d)](_0x367e06);if(_0xf312de[_0x45e269(0xd9)](_0x31a29d,null)&&_0x31a29d['getSuccess']())return{'errorCode':_0x31a29d[_0x45e269(0x106)](),'errorMessage':_0x31a29d[_0x45e269(0xec)]()};return{};}return{};}catch(_0x5f54ac){return this[_0x45e269(0xee)](_0x45e269(0x100)+_0x367e06+':',_0x5f54ac),{};}}static async[a73_0x498ea5(0x116)](){const _0x5b79c6=a73_0x498ea5,_0x91bc9c={};_0x91bc9c[_0x5b79c6(0x11d)]=function(_0x477955,_0x116ef7){return _0x477955!==_0x116ef7;},_0x91bc9c[_0x5b79c6(0xf6)]='base64',_0x91bc9c['naVNf']=_0x5b79c6(0xdd);const _0x81adba=_0x91bc9c;try{if(BrowserstackCLI[_0x5b79c6(0x110)]()[_0x5b79c6(0xcd)]()){const _0xdfd8dd=await GrpcClient['getInstance']()['getAggregatedClientTroubleshootingErrors']();if(_0x81adba[_0x5b79c6(0x11d)](_0xdfd8dd,null)&&_0xdfd8dd[_0x5b79c6(0xfd)]()){const _0x214439=Buffer[_0x5b79c6(0x12b)](_0xdfd8dd[_0x5b79c6(0xf5)](),_0x81adba[_0x5b79c6(0xf6)])[_0x5b79c6(0x114)](),_0xa8122b=_0x214439?JSON[_0x5b79c6(0x11a)](_0x214439):[],_0x40a57e=_0xdfd8dd[_0x5b79c6(0xef)](),_0x2f4c24=_0xdfd8dd[_0x5b79c6(0xff)](),_0x23c9b8=Buffer['from'](_0xdfd8dd[_0x5b79c6(0x10c)](),_0x81adba[_0x5b79c6(0xf6)])[_0x5b79c6(0x114)](),_0x29f2cb=_0x23c9b8?JSON['parse'](_0x23c9b8):[],_0xd9d403={};return _0xd9d403[_0x5b79c6(0xd5)]=_0xa8122b,_0xd9d403['documentationLink']=_0x40a57e,_0xd9d403[_0x5b79c6(0xd4)]=_0x2f4c24,_0xd9d403[_0x5b79c6(0x111)]=_0x29f2cb,_0xd9d403;}const _0x144672={};return _0x144672[_0x5b79c6(0xd5)]=[],_0x144672[_0x5b79c6(0xfe)]='',_0x144672['finalErrorMessage']='',_0x144672[_0x5b79c6(0x111)]=[],_0x144672;}const _0x79f2f5={};return _0x79f2f5[_0x5b79c6(0xd5)]=[],_0x79f2f5[_0x5b79c6(0xfe)]='',_0x79f2f5['finalErrorMessage']='',_0x79f2f5['errorCodesOccurredInCLI']=[],_0x79f2f5;}catch(_0x3b2150){this[_0x5b79c6(0xee)](_0x81adba['naVNf'],_0x3b2150);const _0xd0f557={};return _0xd0f557[_0x5b79c6(0xd5)]=[],_0xd0f557[_0x5b79c6(0xfe)]='',_0xd0f557[_0x5b79c6(0xd4)]='',_0xd0f557[_0x5b79c6(0x111)]=[],_0xd0f557;}}static[a73_0x498ea5(0x102)](_0x49f0a1,_0x541fe9){const _0x5de879=a73_0x498ea5;logger[_0x5de879(0xcc)](_0x49f0a1+':\x20'+_0x541fe9);}static['checkForErrorsOccuredInCLI'](_0x1c9457){const _0x21454d=a73_0x498ea5,_0x3a0e9e={};_0x3a0e9e['cLMUK']=function(_0x3d0925,_0xde88c1){return _0x3d0925!=_0xde88c1;},_0x3a0e9e[_0x21454d(0xca)]=function(_0xc1bb6e,_0xe6edb2){return _0xc1bb6e!=_0xe6edb2;},_0x3a0e9e[_0x21454d(0x125)]=function(_0x294203,_0x5d7a45){return _0x294203>_0x5d7a45;},_0x3a0e9e['NPwhI']=function(_0x21e6e0,_0x2e980b){return _0x21e6e0!=_0x2e980b;};const _0x5902d7=_0x3a0e9e,_0x41ff80=[];if(_0x5902d7['cLMUK'](_0x1c9457,null)&&_0x5902d7[_0x21454d(0xca)](_0x1c9457[_0x21454d(0x111)],null)&&_0x5902d7[_0x21454d(0x125)](_0x1c9457['errorCodesOccurredInCLI'][_0x21454d(0xda)],0x0))for(const _0xa963bd of _0x1c9457[_0x21454d(0x111)]){_0x5902d7['cLMUK'](_0xa963bd[_0x21454d(0xf8)],null)&&_0x5902d7[_0x21454d(0x101)](_0xa963bd['errorMessage'],null)&&(_0x41ff80[_0x21454d(0x120)](_0xa963bd[_0x21454d(0xf8)]),this[_0x21454d(0x102)](_0xa963bd[_0x21454d(0xf8)],_0xa963bd['errorMessage']));}return _0x41ff80;}static[a73_0x498ea5(0xdb)](){const _0x632909=a73_0x498ea5;return this[_0x632909(0x11f)];}static[a73_0x498ea5(0xee)](_0x437bfd,_0x2c6c7a){const _0x5d4da8=a73_0x498ea5,_0x2833da={};_0x2833da[_0x5d4da8(0x119)]=function(_0x125f0e,_0x3dd3c2){return _0x125f0e===_0x3dd3c2;},_0x2833da[_0x5d4da8(0x122)]='object';const _0x2ab0e1=_0x2833da;if(_0x2ab0e1['MVDQg'](typeof _0x2c6c7a,_0x2ab0e1['bViuZ']))try{logger[_0x5d4da8(0x129)](_0x5d4da8(0xdc)+_0x437bfd+'\x20'+JSON['stringify'](_0x2c6c7a));}catch(_0x58ae8a){logger[_0x5d4da8(0x129)]('[ClientTroubleShootingService]\x20'+_0x437bfd+'\x20'+_0x2c6c7a);}else logger[_0x5d4da8(0x129)](_0x5d4da8(0xdc)+_0x437bfd+'\x20'+_0x2c6c7a);}static async[a73_0x498ea5(0x11b)](_0x35f53f){const _0x765af9=a73_0x498ea5,_0x2efeb1={};_0x2efeb1[_0x765af9(0x11e)]='Process\x20Interruption',_0x2efeb1[_0x765af9(0x117)]=function(_0x580ea0,_0x1dc289){return _0x580ea0===_0x1dc289;},_0x2efeb1[_0x765af9(0xd8)]=_0x765af9(0xf2),_0x2efeb1['buSjK']='{SIGNAL}';const _0x102307=_0x2efeb1,_0x288fd9=await this[_0x765af9(0xfb)](_0x102307['tYlPO']);if(!_0x288fd9||_0x102307[_0x765af9(0x117)](Object[_0x765af9(0x115)](_0x288fd9)[_0x765af9(0xda)],0x0)){this[_0x765af9(0xee)](_0x102307[_0x765af9(0xd8)],_0x288fd9);return;}this[_0x765af9(0x102)](_0x288fd9[_0x765af9(0xf8)],_0x288fd9[_0x765af9(0x112)]['replace'](_0x102307['buSjK'],_0x35f53f));}static async[a73_0x498ea5(0xcf)](){const _0x18f01f=a73_0x498ea5,_0x1580d0={};_0x1580d0[_0x18f01f(0xfc)]='Session\x20Linking\x20Issue',_0x1580d0[_0x18f01f(0x118)]=function(_0x1df396,_0xd9e8ab){return _0x1df396===_0xd9e8ab;},_0x1580d0['PQxvZ']='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x5bb3e4=_0x1580d0,_0x3185c3=await this['getErrorDetails'](_0x5bb3e4[_0x18f01f(0xfc)]);if(!_0x3185c3||_0x5bb3e4[_0x18f01f(0x118)](Object[_0x18f01f(0x115)](_0x3185c3)[_0x18f01f(0xda)],0x0)){this[_0x18f01f(0xee)](_0x5bb3e4[_0x18f01f(0x10a)],_0x3185c3);return;}this[_0x18f01f(0x102)](_0x3185c3['errorCode'],_0x3185c3[_0x18f01f(0x112)]);}static async[a73_0x498ea5(0xe1)](){const _0x19e633=a73_0x498ea5,_0x1a355f={};_0x1a355f[_0x19e633(0xeb)]=_0x19e633(0x123),_0x1a355f[_0x19e633(0xe5)]=function(_0x290af4,_0x143bc7){return _0x290af4===_0x143bc7;},_0x1a355f[_0x19e633(0xe7)]=_0x19e633(0xd7);const _0x4d23c7=_0x1a355f,_0x537148=await this[_0x19e633(0xfb)](_0x4d23c7[_0x19e633(0xeb)]);if(!_0x537148||_0x4d23c7['VtAxP'](Object[_0x19e633(0x115)](_0x537148)[_0x19e633(0xda)],0x0)){this[_0x19e633(0xee)](_0x4d23c7[_0x19e633(0xe7)],_0x537148);return;}this['logSituation'](_0x537148['errorCode'],_0x537148[_0x19e633(0x112)]);}static async[a73_0x498ea5(0xf0)](){const _0x1983c4=a73_0x498ea5,_0x344ec6={};_0x344ec6['VkGOl']=_0x1983c4(0xe6),_0x344ec6[_0x1983c4(0xed)]=function(_0x1f4c76,_0x127572){return _0x1f4c76===_0x127572;},_0x344ec6['Mkuiu']='SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.';const _0x16211f=_0x344ec6,_0x365705=await this[_0x1983c4(0xfb)](_0x16211f['VkGOl']);if(!_0x365705||_0x16211f['CCLrG'](Object[_0x1983c4(0x115)](_0x365705)['length'],0x0)){this[_0x1983c4(0xee)](_0x16211f[_0x1983c4(0xf4)],_0x365705);return;}this[_0x1983c4(0x102)](_0x365705[_0x1983c4(0xf8)],_0x365705['errorMessage']);}static[a73_0x498ea5(0xea)](){const _0x542d8c=a73_0x498ea5,_0x3587da={};_0x3587da[_0x542d8c(0xf1)]='.browserstack\x20folder\x20not\x20accessible',_0x3587da['KWNSo']=function(_0x4cd34b,_0x20fb3d){return _0x4cd34b===_0x20fb3d;},_0x3587da[_0x542d8c(0xe2)]=_0x542d8c(0xe3);const _0x18d667=_0x3587da,_0x3182ff=constants[_0x542d8c(0x109)][_0x18d667[_0x542d8c(0xf1)]];if(!_0x3182ff||_0x18d667[_0x542d8c(0xde)](Object[_0x542d8c(0x115)](_0x3182ff)['length'],0x0)){this[_0x542d8c(0xee)](_0x18d667[_0x542d8c(0xe2)],_0x3182ff);return;}this[_0x542d8c(0xe8)][_0x542d8c(0x108)](_0x3182ff[0x0]),this[_0x542d8c(0x102)](_0x3182ff[0x0],_0x3182ff[0x1]);}static async[a73_0x498ea5(0xd0)](_0x113960){const _0x454205=a73_0x498ea5,_0x1499e2={};_0x1499e2['ERGtP']=_0x454205(0xf3),_0x1499e2[_0x454205(0x113)]=function(_0x427ff4,_0x9f380b){return _0x427ff4===_0x9f380b;},_0x1499e2[_0x454205(0xd6)]=_0x454205(0xd3),_0x1499e2[_0x454205(0xd1)]='{ENV_VAR}';const _0x14dba8=_0x1499e2,_0x2a0857=await this[_0x454205(0xfb)](_0x14dba8[_0x454205(0x10e)]);if(!_0x2a0857||_0x14dba8['gsvob'](Object[_0x454205(0x115)](_0x2a0857)[_0x454205(0xda)],0x0)){this[_0x454205(0xee)](_0x14dba8[_0x454205(0xd6)],_0x2a0857);return;}const _0x4cad99=_0x2a0857[_0x454205(0x112)]['replace'](_0x14dba8[_0x454205(0xd1)],_0x113960);this['logSituation'](_0x2a0857['errorCode'],_0x4cad99);}static async[a73_0x498ea5(0xf7)](){const _0x5dfa6d=a73_0x498ea5,_0x25d4da={};_0x25d4da[_0x5dfa6d(0x105)]=function(_0x4c0996,_0x4e2818){return _0x4c0996>_0x4e2818;},_0x25d4da[_0x5dfa6d(0xe4)]=_0x5dfa6d(0xce),_0x25d4da['uxMMG']=_0x5dfa6d(0xfa);const _0x241703=_0x25d4da,_0x20715b=await this['getAggregatedErrorCodes'](),_0x59eba0=this[_0x5dfa6d(0xdf)](_0x20715b),_0x250d34=Array[_0x5dfa6d(0x10b)](_0x20715b['errorCodes'])?_0x20715b[_0x5dfa6d(0xd5)]:[],_0x43bc49=_0x241703[_0x5dfa6d(0x105)](this[_0x5dfa6d(0xe8)][_0x5dfa6d(0x11c)],0x0)?Array[_0x5dfa6d(0x12b)](this[_0x5dfa6d(0xe8)]):[],_0x6a3e5b=new Set([..._0x250d34,..._0x59eba0,..._0x43bc49]),_0x204b48=Array[_0x5dfa6d(0x12b)](_0x6a3e5b);if(_0x241703['hDPhI'](_0x204b48[_0x5dfa6d(0xda)],0x0)){const _0x1c415a=_0x20715b[_0x5dfa6d(0xd4)]['replace'](_0x241703[_0x5dfa6d(0xe4)],_0x204b48[_0x5dfa6d(0xe0)](',\x20'))[_0x5dfa6d(0xd2)](_0x241703[_0x5dfa6d(0xcb)],_0x20715b[_0x5dfa6d(0xfe)]);logger[_0x5dfa6d(0xcc)](_0x1c415a),this[_0x5dfa6d(0x11f)]=_0x204b48;}}}function a73_0xa0c6(_0x29d070,_0x37e798){const _0x141e10=a73_0x141e();return a73_0xa0c6=function(_0xa0c697,_0x4a903c){_0xa0c697=_0xa0c697-0xca;let _0x547583=_0x141e10[_0xa0c697];return _0x547583;},a73_0xa0c6(_0x29d070,_0x37e798);}function a73_0x141e(){const _0x1098c4=['reportSSLCertIssue','dLRXY','Process\x20Interruption\x20details\x20not\x20found:','conflicting\x20env\x20var\x20detected','Mkuiu','getErrorCodes','lHeMn','reportFinalDetectionState','errorCode','4781396SQSFMR','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getErrorDetails','hxvjJ','getSuccess','documentationLink','getFinalErrorMessage','Error\x20in\x20getting\x20error\x20details\x20for\x20','NPwhI','logSituation','12508083ihZsyi','exports','hDPhI','getErrorCode','370708mEasyw','add','CLIENT_TROUBLESHOOTING_HASH','PQxvZ','isArray','getErrorCodesOccurredInCli','reportClientTroubleshootingError','ERGtP','30rItnYi','getInstance','errorCodesOccurredInCLI','errorMessage','gsvob','toString','keys','getAggregatedErrorCodes','SZUKl','bdxTQ','MVDQg','parse','reportProcessInterruptionSituation','size','EblmB','tYlPO','cachedErrorCodes','push','1136811LZmNdl','bViuZ','browserstack\x20cloud\x20not\x20reachable','14904zbhdTu','avYpa','3949068tVQAFa','3073bCqIux','7ivCcVl','error','4587295xVvgwI','from','GIiKn','uxMMG','warn','isRunning','{ERROR_CODES}','reportSessionLinkingIssue','reportConflictingEnvVarIssue','oBqfM','replace','Conflicting\x20Env\x20Var\x20details\x20not\x20found','finalErrorMessage','errorCodes','JFNOk','Connectivity\x20Issue\x20details\x20not\x20found','JctXW','rCfGD','length','getCachedErrorCodes','[ClientTroubleShootingService]\x20','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','KWNSo','checkForErrorsOccuredInCLI','join','reportConnectivityIssue','QYHcL','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','fvCTX','VtAxP','ssl\x20cert\x20issue','RUseE','errorCodesOccurredWhenCLINotRunning','winstonLogger','reportDotBrowserStackFolderNotAccessibleIssue','LIYzk','getErrorMessage','CCLrG','logError','getDocumentationLink'];a73_0x141e=function(){return _0x1098c4;};return a73_0x141e();}module[a73_0x498ea5(0x104)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a75_0x938afb=a75_0x4f56;(function(_0xf3af34,_0x59158a){const _0x125970=a75_0x4f56,_0x29ca2d=_0xf3af34();while(!![]){try{const _0xa295b=parseInt(_0x125970(0x22f))/0x1+parseInt(_0x125970(0x203))/0x2+-parseInt(_0x125970(0x1a2))/0x3+parseInt(_0x125970(0x1e6))/0x4+parseInt(_0x125970(0x223))/0x5+-parseInt(_0x125970(0x234))/0x6+-parseInt(_0x125970(0x19b))/0x7;if(_0xa295b===_0x59158a)break;else _0x29ca2d['push'](_0x29ca2d['shift']());}catch(_0x2c4bdc){_0x29ca2d['push'](_0x29ca2d['shift']());}}}(a75_0x5a67,0xad7f7));const a75_0x562690={};a75_0x562690[a75_0x938afb(0x1fe)]=a75_0x938afb(0x240),a75_0x562690[a75_0x938afb(0x1a5)]=a75_0x938afb(0x28b);function a75_0x5a67(){const _0x34f255=['percyOptions','.ipa','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','browserstack.overridelocalInfo.userAuthToken','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','disableAutoCaptureLogs','MODULE','TEST_FRAMEWORK_HOOK_TIMEOUT','browserstack.com','EDS_URL','TEST_REPORTING_ANALYTICS','BROWSERSTACK_AUTOMATE_URL','CUCUMBER','https://edsstaging.bsstag.com','PRIVATE_DOMAIN_OR_IP_REGEX','A11Y_SCAN','certificate\x20has\x20expired','HUB_URL_REGEX','httpsProxy','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','SPAWN_RETRY_DELAY_MS','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','PERCY_SUPPORTED_FRAMEWORKS','https://automate-preprod.bsstag.com/dashboard/v2/builds/','TCG_AUTH_FAILURE','...[TRUNCATED]','TCG_REGION','https://eds.browserstack.com','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','browserVersion','NIGHTWATCH','parallelsPerPlatform','proxyUrl','us-east','ATS_WSS_URL_REGEX','AUTOMATE_PRODUCTS','browserstack.user','https://upload-observability-devtestops-ssi.bsstag.com','browserstackLocal','TESTCAFE','hub-apse-only.browserstack.com','CI_ARTIFACTS_PATH','automate','testOrchestrationOptions','BROWSERSTACK_ENV','ObservabilitySync','newman','hardMinMajor','ERR_CONNECTION_CLOSED','OBSERVABILITY_UPLOAD_URL','https://automation.browserstack.com','https://app-automate.browserstack.com/dashboard/v2/builds/','authToken','Run\x20nightwatch\x20tests\x20on\x20browserstack','5017340LdhCxN','SDKTestInvalidTcgAuthResponseWithUserImpact','NUDGE_LOCAL_ERRORS','percyCaptureMode','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','CODECEPT_CUCUMBER','MOCHA','AI_INIT_SUCCESSFUL','stag','ERR_BLOCKED_BY_CLIENT','https://hub.browserstack.com/wd/hub','cucumber','AUTOLOGCAPTURE_NOTIFICATION','GLOBAL_AGENT_HTTP_PROXY','CODECEPT','https://tcg.bsstag.com','ERR_ADDRESS_INVALID','https://api-preprod.bsstag.com','unable\x20to\x20verify\x20the\x20first\x20certificate','uniqueDependency','wss://cdp-preprod.bsstag.com/puppeteer?caps=','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SHAREABLE_ID_REGEX','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','INFO','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','PACKAGE_TYPE','testReportingOptions','CERT_HAS_EXPIRED','1201522geHxtV','ROOT_CAPS','ROOT_REGEX','Playwright','strictFileInteractability','testcafe','minTestedMajor','staging','SSL_ERROR_CODES','unable\x20to\x20get\x20local\x20issuer\x20certificate','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','USER_CONFIG_DETAILS_PATH','hub-aps-only.browserstack.com','ERR_SOCKS_CONNECTION_FAILED','FRAMEWORKS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','LOG_FILE_NAME','PLAYWRIGHT_CONFIG_OPTION_ERRORS','VALID_APP_EXTENSION','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','app-automate','pre-prod','MAX_GIT_META_DATA_SIZE_IN_BYTES','TCG_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Cucumber-JS','MAX_DRIVER_INIT_ERROR_BYTES','APP_AUTOMATE_PRODUCTS','POLL_HEALING_RESULT_TIMEOUT','/usage-debug.log','LT_SUPPORTED_NODE','testObservabilityOptions','3975120uZowrS','.apk','testObservability','HUB_URL_MAP','INTEGRATIONS','BSTACK_URL','TCG_DOWN','bsstag.com','A11Y_SAVE_RESULTS','browserStackLocalOptions','PLAYWRIGHT_TRACE_LOGS','PUPPETEER','769931fbRNqv','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_TLS_CERT_ALTNAME_INVALID','ERR_TIMED_OUT','preprod','1607724xDdDzZ','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','O11Y_URL','https://api.browserstack.com','https://upload-observability.browserstack.com','AUTOMATION_LOG_COMMANDS','CLI_SUPPORTED_FRAMEWORKS','A11Y_GET_RESULTS_SUMMARY','OBSERVABILITY_SUPPORTED_FWS','SDKTestTcgtInitSuccessful','observability','localProxyPass','shows\x20version\x20information','Upgrade\x20required','INTERNALLY_USED_ENV_VARS','firefoxOptions','turboScaleOptions','BROWSERSTACK_API_URL','SDKTestTcgDownResponse','invalidKeys','edgeOptions','playwright','localProxyUser','EBUSY','acceptInsecureCerts','ERR_PROXY_CONNECTION_FAILED','ERR_CONNECTION_FAILED','JEST','wss://cdp-devtestops.bsstag.com/playwright?caps=','default','Run\x20jasmine\x20tests\x20on\x20browserstack','invalidTestInputType','accessibility','AI_INIT_FAILURE','Run\x20js\x20tests\x20on\x20browserstack','percyScreenshot','ERR_CONNECTION_RESET','CODECEPTJS','use','maxTestedMajor','.aab','UNABLE_TO_VERIFY_LEAF_SIGNATURE','acceptSslCert','^[a-zA-Z0-9_.-]*$','AUTOMATE','percy','2|11|4|0|6|1|3|8|12|13|5|10|7|9','SDKTestTcgAuthFailure','customVariables','testReporting','HST','ERR_TUNNEL_CONNECTION_FAILED','mocha','BROWSERSTACK_APP_AUTOMATE_URL','platforms','BSTACK_DELTA','ERR_NAME_RESOLUTION_FAILED','Run\x20testcafe\x20tests\x20on\x20browserstack','httpProxy','Run\x20codeceptjs\x20tests\x20on\x20browserstack','SDKTestInitFailedResponse','sdk/v1/event','AI_PROXY_FAILURE','ERR_NETWORK_CHANGED','timeouts','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','INVALID_INIT_RESP_WITH_USER_IMPACT','CUSTOM_ID_REGEX','browserstack-ats.com','pageLoadStrategy','rerunTests','SELF_SIGNED_CERT_IN_CHAIN','browserstack.userName','PUPPETEER_HUB_URL','Run\x20jest\x20tests\x20on\x20browserstack','toLowerCase','jest','GLOBAL_AGENT_NO_PROXY','codeceptjs','chromeOptions','DEBUG_CLI_LOG_FILE_NAME','jasmine','Run\x20cucumber-js\x20tests\x20on\x20browserstack','.browserstack\x20folder\x20not\x20accessible','wss://cdp.browserstack.com/playwright?caps=','https://automation-preprod.bsstag.com','framework','Specify\x20--help\x20for\x20available\x20options','https://observability-devtestops.bsstag.com','root','ERR_ADDRESS_UNREACHABLE','Run\x20mocha\x20tests\x20on\x20browserstack','SDK-GEN-001','browserstackAutomation','GIT_META_DATA_TRUNCATED','https://api-cloud-devtestops.bsstag.com','SDKTestTcgProxyFailure','BROWSERSTACK','https://tcg-preprod.bsstag.com','NEWMAN','A11Y_GET_RESULTS','commonjs','VANILLA','sdk-cli-debug.log','vanilla','UPGRADE_REQUIRED','https://hub-preprod.bsstag.com/wd/hub','split','wss://cdp.browserstack.com/puppeteer?caps=','prod','CLIENT_TROUBLESHOOTING_HASH','DEPTH_ZERO_SELF_SIGNED_CERT','https://automate.browserstack.com/dashboard/v2/builds/','Mocha','PLAYWRIGHT_HUB_URL','CONNECTIVITY_ISSUE_ERROR_CODES','testContextOptions','PLAYWRIGHT','exports','https://tcg.browserstack.com','MAX_SPAWN_RETRIES','unhandledPromptBehavior','hubUrl','12691168lmklYa','HEALING_LOG_DATA_TIMEOUT','UPDATED_CLI_ENDPOINT','./browserstack-artifacts/','TCG_AUTH_TIMEOUT','https://upload-observability-preprod.bsstag.com','2|6|13|9|7|12|5|11|8|4|0|10|1|3','1885278qYknNw','JASMINE','Run\x20playwright\x20tests\x20on\x20Browserstack','HELP','BSTACK_ATS_URL','env','puppeteer','ERR_CONNECTION_TIMED_OUT','browserstack','Jest','APP_UPLOAD_URL','accessKey','wss://cdp-preprod.bsstag.com/playwright?caps=','logLevel'];a75_0x5a67=function(){return _0x34f255;};return a75_0x5a67();}const a75_0xbd353f={};a75_0xbd353f[a75_0x938afb(0x1fe)]=a75_0x938afb(0x27e);const a75_0x1b9f4e={};a75_0x1b9f4e[a75_0x938afb(0x1fe)]=a75_0x938afb(0x252);const a75_0x373244={};a75_0x373244[a75_0x938afb(0x1fe)]=a75_0x938afb(0x28f);const a75_0x1415d9={};a75_0x1415d9[a75_0x938afb(0x1fe)]=a75_0x938afb(0x286);const a75_0x8107b2={};a75_0x8107b2[a75_0x938afb(0x1fe)]=a75_0x938afb(0x256);const a75_0x804302={};a75_0x804302[a75_0x938afb(0x1fe)]=a75_0x938afb(0x1e5);function a75_0x4f56(_0x4f12ad,_0x5da48e){const _0x5a6766=a75_0x5a67();return a75_0x4f56=function(_0x4f569a,_0x1ac5be){_0x4f569a=_0x4f569a-0x18a;let _0x12ef8c=_0x5a6766[_0x4f569a];return _0x12ef8c;},a75_0x4f56(_0x4f12ad,_0x5da48e);}const a75_0x16a250={};a75_0x16a250['INFO']=a75_0x938afb(0x1a4);const a75_0x5af4ef={};a75_0x5af4ef['INFO']=a75_0x938afb(0x26d);const a75_0x5cc63f={};a75_0x5cc63f['INFO']=a75_0x938afb(0x216);const a75_0x418ae0={};a75_0x418ae0['INFO']=a75_0x938afb(0x26f);const a75_0x6f90b6={};a75_0x6f90b6[a75_0x938afb(0x1fe)]=a75_0x938afb(0x1ea);const a75_0x524f6a={};a75_0x524f6a['INFO']='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a75_0x477bab={};a75_0x477bab[a75_0x938afb(0x1fe)]=a75_0x938afb(0x275);const a75_0x37ff77={};a75_0x37ff77[a75_0x938afb(0x1df)]=null,a75_0x37ff77[a75_0x938afb(0x209)]=0xe,a75_0x37ff77[a75_0x938afb(0x25b)]=0x1a;const a75_0x57d0ff={};a75_0x57d0ff[a75_0x938afb(0x195)]=a75_0x938afb(0x206),a75_0x57d0ff[a75_0x938afb(0x1ec)]=a75_0x938afb(0x268),a75_0x57d0ff[a75_0x938afb(0x24f)]='jest',a75_0x57d0ff[a75_0x938afb(0x1f4)]=a75_0x938afb(0x282),a75_0x57d0ff[a75_0x938afb(0x1eb)]='codeceptjs-cucumber',a75_0x57d0ff[a75_0x938afb(0x1bc)]=a75_0x938afb(0x1f1),a75_0x57d0ff['VANILLA']=a75_0x938afb(0x29c),a75_0x57d0ff[a75_0x938afb(0x22e)]=a75_0x938afb(0x1a8),a75_0x57d0ff[a75_0x938afb(0x1d7)]='testcafe',a75_0x57d0ff[a75_0x938afb(0x297)]=a75_0x938afb(0x1de),a75_0x57d0ff[a75_0x938afb(0x1a3)]=a75_0x938afb(0x285);const a75_0x1a2151={};a75_0x1a2151[a75_0x938afb(0x247)]=a75_0x938afb(0x20d),a75_0x1a2151[a75_0x938afb(0x1f9)]=a75_0x938afb(0x1fb),a75_0x1a2151['mandatoryDependency']=a75_0x938afb(0x21b),a75_0x1a2151[a75_0x938afb(0x253)]=a75_0x938afb(0x230);const a75_0x4f44e6={};a75_0x4f44e6['COMMONJS']=a75_0x938afb(0x299),a75_0x4f44e6[a75_0x938afb(0x1b6)]='module';const a75_0x5be95d={};a75_0x5be95d[a75_0x938afb(0x191)]=0xfde8,a75_0x5be95d[a75_0x938afb(0x21c)]=0xfde8,a75_0x5be95d[a75_0x938afb(0x1ab)]=0x186a0;const a75_0x499111={};a75_0x499111[a75_0x938afb(0x28d)]=['userName',a75_0x938afb(0x1ad),a75_0x938afb(0x27c),'browserstack.accessKey',a75_0x938afb(0x1d4),'browserstack.key','password','user_data','httpProxy',a75_0x938afb(0x1c2),a75_0x938afb(0x264),'proxyPassword',a75_0x938afb(0x1e4),a75_0x938afb(0x1d0),a75_0x938afb(0x1b3)],a75_0x499111[a75_0x938afb(0x22c)]=['proxyUser','proxyPass',a75_0x938afb(0x24a),a75_0x938afb(0x23f)];const a75_0x10a395={};a75_0x10a395[a75_0x938afb(0x1d6)]=a75_0x938afb(0x1d6),a75_0x10a395[a75_0x938afb(0x22c)]=a75_0x938afb(0x22c),a75_0x10a395['localOptions']=a75_0x938afb(0x22c),a75_0x10a395[a75_0x938afb(0x1cf)]=a75_0x938afb(0x1cf),a75_0x10a395['platforms']=a75_0x938afb(0x26a),a75_0x10a395[a75_0x938afb(0x1af)]=a75_0x938afb(0x1af),a75_0x10a395[a75_0x938afb(0x26e)]='httpProxy',a75_0x10a395[a75_0x938afb(0x1c2)]=a75_0x938afb(0x1c2),a75_0x10a395[a75_0x938afb(0x28a)]=a75_0x938afb(0x28a),a75_0x10a395[a75_0x938afb(0x194)]=a75_0x938afb(0x194),a75_0x10a395[a75_0x938afb(0x225)]=a75_0x938afb(0x225),a75_0x10a395[a75_0x938afb(0x265)]=a75_0x938afb(0x265),a75_0x10a395[a75_0x938afb(0x222)]='testObservabilityOptions',a75_0x10a395[a75_0x938afb(0x201)]=a75_0x938afb(0x201),a75_0x10a395[a75_0x938afb(0x264)]='customVariables',a75_0x10a395['automation']=a75_0x938afb(0x291),a75_0x10a395[a75_0x938afb(0x291)]=a75_0x938afb(0x291),a75_0x10a395[a75_0x938afb(0x27a)]='rerunTests',a75_0x10a395[a75_0x938afb(0x261)]='percy',a75_0x10a395[a75_0x938afb(0x1b0)]=a75_0x938afb(0x1b0),a75_0x10a395[a75_0x938afb(0x1e9)]=a75_0x938afb(0x1e9),a75_0x10a395[a75_0x938afb(0x1b5)]='disableAutoCaptureLogs',a75_0x10a395[a75_0x938afb(0x254)]='accessibility',a75_0x10a395['accessibilityOptions']='accessibilityOptions',a75_0x10a395['turboScale']='turboScale',a75_0x10a395[a75_0x938afb(0x244)]=a75_0x938afb(0x244),a75_0x10a395['proxySettings']='proxySettings',a75_0x10a395['testOrchestrationOptions']=a75_0x938afb(0x1db);const a75_0x5782e8={};a75_0x5782e8[a75_0x938afb(0x251)]='hub.browserstack.com',a75_0x5782e8[a75_0x938afb(0x1d1)]='hub-use-only.browserstack.com',a75_0x5782e8['us']='hub-us-only.browserstack.com',a75_0x5782e8['eu']='hub-eu-only.browserstack.com',a75_0x5782e8['in']=a75_0x938afb(0x20f),a75_0x5782e8['au']=a75_0x938afb(0x1d8);const a75_0x390f87={};a75_0x390f87[a75_0x938afb(0x287)]=[a75_0x938afb(0x290),a75_0x938afb(0x1c5)];const a75_0x32aaf2={};a75_0x32aaf2['VERSION']=a75_0x562690,a75_0x32aaf2['JEST']=a75_0xbd353f,a75_0x32aaf2['JASMINE']=a75_0x1b9f4e,a75_0x32aaf2[a75_0x938afb(0x1ec)]=a75_0x373244,a75_0x32aaf2[a75_0x938afb(0x1bc)]=a75_0x1415d9,a75_0x32aaf2[a75_0x938afb(0x29a)]=a75_0x8107b2,a75_0x32aaf2[a75_0x938afb(0x1ce)]=a75_0x804302,a75_0x32aaf2[a75_0x938afb(0x195)]=a75_0x16a250,a75_0x32aaf2[a75_0x938afb(0x1d7)]=a75_0x5af4ef,a75_0x32aaf2[a75_0x938afb(0x22e)]=a75_0x5cc63f,a75_0x32aaf2[a75_0x938afb(0x259)]=a75_0x418ae0,a75_0x32aaf2[a75_0x938afb(0x297)]=a75_0x6f90b6,a75_0x32aaf2[a75_0x938afb(0x266)]=a75_0x524f6a,a75_0x32aaf2[a75_0x938afb(0x227)]=a75_0x477bab,a75_0x32aaf2[a75_0x938afb(0x26b)]=0x8*0x3c*0x3e8,a75_0x32aaf2[a75_0x938afb(0x19a)]=a75_0x938afb(0x1f0),a75_0x32aaf2['TCG_URL']=a75_0x938afb(0x197),a75_0x32aaf2[a75_0x938afb(0x1ca)]=a75_0x938afb(0x25a),a75_0x32aaf2['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x32aaf2['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x32aaf2[a75_0x938afb(0x1d2)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x32aaf2[a75_0x938afb(0x204)]=[a75_0x938afb(0x24c),a75_0x938afb(0x279),a75_0x938afb(0x207),a75_0x938afb(0x199),a75_0x938afb(0x274),'browserName',a75_0x938afb(0x1cd),'acceptSslCerts',a75_0x938afb(0x25e),a75_0x938afb(0x283),a75_0x938afb(0x243),a75_0x938afb(0x248),'ieOptions'],a75_0x32aaf2[a75_0x938afb(0x205)]=/^[\w-]+:.*$/,a75_0x32aaf2[a75_0x938afb(0x1be)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x32aaf2[a75_0x938afb(0x1b9)]=a75_0x938afb(0x1cb),a75_0x32aaf2[a75_0x938afb(0x245)]=a75_0x938afb(0x237),a75_0x32aaf2[a75_0x938afb(0x1ac)]='https://api-cloud.browserstack.com',a75_0x32aaf2[a75_0x938afb(0x19d)]='sdk/v1/update_cli',a75_0x32aaf2[a75_0x938afb(0x221)]=a75_0x37ff77,a75_0x32aaf2['FUNNEL_INSTRUMENTATION_API_URL']=a75_0x938afb(0x271),a75_0x32aaf2[a75_0x938afb(0x1d3)]=['automate',a75_0x938afb(0x23e)],a75_0x32aaf2[a75_0x938afb(0x21e)]=[a75_0x938afb(0x217),a75_0x938afb(0x23e)],a75_0x32aaf2[a75_0x938afb(0x1b2)]=[a75_0x938afb(0x23e)],a75_0x32aaf2['OBSERVABILITY_UPLOAD_URL']=a75_0x938afb(0x238),a75_0x32aaf2[a75_0x938afb(0x23c)]=[a75_0x938afb(0x268),a75_0x938afb(0x206),a75_0x938afb(0x208),a75_0x938afb(0x285)],a75_0x32aaf2[a75_0x938afb(0x260)]=[a75_0x938afb(0x1da)],a75_0x32aaf2[a75_0x938afb(0x1bb)]=a75_0x938afb(0x190),a75_0x32aaf2[a75_0x938afb(0x269)]=a75_0x938afb(0x1e3),a75_0x32aaf2['APP_AUTOMATE']=['app-automate'],a75_0x32aaf2[a75_0x938afb(0x1e8)]=['ERR_FAILED',a75_0x938afb(0x232),a75_0x938afb(0x1ef),a75_0x938afb(0x273),'ERR_SOCKET_NOT_CONNECTED',a75_0x938afb(0x1e0),a75_0x938afb(0x258),'ERR_CONNECTION_REFUSED','ERR_CONNECTION_ABORTED',a75_0x938afb(0x24e),'ERR_NAME_NOT_RESOLVED',a75_0x938afb(0x1f6),a75_0x938afb(0x28e),a75_0x938afb(0x267),a75_0x938afb(0x1a9),a75_0x938afb(0x210),a75_0x938afb(0x1cc),a75_0x938afb(0x24d),'ERR_NAME_NOT_RESOLVED',a75_0x938afb(0x26c),a75_0x938afb(0x1b4)],a75_0x32aaf2[a75_0x938afb(0x215)]=[a75_0x938afb(0x224),a75_0x938afb(0x25c),a75_0x938afb(0x1b1)],a75_0x32aaf2[a75_0x938afb(0x277)]=a75_0x938afb(0x25f),a75_0x32aaf2[a75_0x938afb(0x1fc)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a75_0x32aaf2[a75_0x938afb(0x1d9)]=a75_0x938afb(0x19e),a75_0x32aaf2['PLAYWRIGHT_HUB_URL']=a75_0x938afb(0x288),a75_0x32aaf2[a75_0x938afb(0x27d)]=a75_0x938afb(0x18c),a75_0x32aaf2[a75_0x938afb(0x211)]=a75_0x57d0ff,a75_0x32aaf2[a75_0x938afb(0x1c6)]=[a75_0x938afb(0x280),a75_0x938afb(0x268)],a75_0x32aaf2[a75_0x938afb(0x214)]=a75_0x1a2151,a75_0x32aaf2[a75_0x938afb(0x1f2)]=a75_0x938afb(0x235),a75_0x32aaf2[a75_0x938afb(0x200)]=a75_0x4f44e6,a75_0x32aaf2[a75_0x938afb(0x219)]=0x40*0x400,a75_0x32aaf2[a75_0x938afb(0x292)]=a75_0x938afb(0x1c9),a75_0x32aaf2[a75_0x938afb(0x29d)]=a75_0x938afb(0x241),a75_0x32aaf2[a75_0x938afb(0x229)]=a75_0x938afb(0x246),a75_0x32aaf2[a75_0x938afb(0x276)]=a75_0x938afb(0x1e7),a75_0x32aaf2[a75_0x938afb(0x1c8)]=a75_0x938afb(0x263),a75_0x32aaf2[a75_0x938afb(0x1ed)]=a75_0x938afb(0x23d),a75_0x32aaf2[a75_0x938afb(0x255)]=a75_0x938afb(0x270),a75_0x32aaf2[a75_0x938afb(0x272)]=a75_0x938afb(0x294),a75_0x32aaf2[a75_0x938afb(0x19f)]=0x1388,a75_0x32aaf2['SET_TCG_TOKEN_TIMEOUT']=0x1388,a75_0x32aaf2[a75_0x938afb(0x19c)]=0x1388,a75_0x32aaf2['HEALING_FAILURE_TIMEOUT']=0x1388,a75_0x32aaf2[a75_0x938afb(0x21f)]=0xc350,a75_0x32aaf2[a75_0x938afb(0x1b7)]=a75_0x5be95d,a75_0x32aaf2['REDACTED_KEYS']=a75_0x499111,a75_0x32aaf2['AI_ENABLED_FRAMEWORK']=['vanilla',a75_0x938afb(0x282)],a75_0x32aaf2['SDK_INSTRUMENTATION_CONFIG']=a75_0x10a395,a75_0x32aaf2[a75_0x938afb(0x213)]='/usage.log',a75_0x32aaf2['DEBUG_LOG_FILE_NAME']=a75_0x938afb(0x220),a75_0x32aaf2[a75_0x938afb(0x284)]=a75_0x938afb(0x29b),a75_0x32aaf2[a75_0x938afb(0x228)]=a75_0x938afb(0x1b8),a75_0x32aaf2[a75_0x938afb(0x1a6)]=a75_0x938afb(0x278),a75_0x32aaf2['O11Y_URL']=a75_0x938afb(0x1e2),a75_0x32aaf2[a75_0x938afb(0x1ba)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a75_0x32aaf2['BROWSERSTACK']=a75_0x938afb(0x1aa),a75_0x32aaf2[a75_0x938afb(0x23a)]=[a75_0x938afb(0x249),a75_0x938afb(0x1f1),a75_0x938afb(0x280),'puppeteer',a75_0x938afb(0x208),a75_0x938afb(0x1de)],a75_0x32aaf2[a75_0x938afb(0x239)]=[a75_0x938afb(0x1bf),a75_0x938afb(0x23b),a75_0x938afb(0x298),a75_0x938afb(0x22b),a75_0x938afb(0x257),a75_0x938afb(0x1dd)],a75_0x32aaf2[a75_0x938afb(0x22d)]=a75_0x938afb(0x22d),a75_0x32aaf2[a75_0x938afb(0x226)]=a75_0x5782e8,a75_0x32aaf2['SSL_ERROR_MESSAGES']=['self\x20signed\x20certificate',a75_0x938afb(0x1f8),a75_0x938afb(0x1c0),a75_0x938afb(0x20c),a75_0x938afb(0x231),a75_0x938afb(0x18f)],a75_0x32aaf2[a75_0x938afb(0x20b)]=[a75_0x938afb(0x27b),a75_0x938afb(0x18f),a75_0x938afb(0x25d),a75_0x938afb(0x202),'ERR_TLS_CERT_ALTNAME_INVALID',a75_0x938afb(0x212)],a75_0x32aaf2[a75_0x938afb(0x193)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x32aaf2[a75_0x938afb(0x18e)]=a75_0x390f87,a75_0x32aaf2[a75_0x938afb(0x242)]=[a75_0x938afb(0x1f3),a75_0x938afb(0x281),a75_0x938afb(0x20e)],a75_0x32aaf2['BINARY_BUSY_ERROR_CODES']=['ETXTBSY',a75_0x938afb(0x24b)],a75_0x32aaf2[a75_0x938afb(0x198)]=0x3,a75_0x32aaf2[a75_0x938afb(0x1c4)]=0x3e8,a75_0x32aaf2[a75_0x938afb(0x21d)]=0x1f40,module[a75_0x938afb(0x196)]=a75_0x32aaf2;const _env=(process[a75_0x938afb(0x1a7)][a75_0x938afb(0x1dc)]||a75_0x938afb(0x18d))[a75_0x938afb(0x27f)]();if(_env===a75_0x938afb(0x20a)||_env===a75_0x938afb(0x1ee)){const JgWdLn=a75_0x938afb(0x262)[a75_0x938afb(0x18b)]('|');let snppOf=0x0;while(!![]){switch(JgWdLn[snppOf++]){case'0':module[a75_0x938afb(0x196)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module[a75_0x938afb(0x196)][a75_0x938afb(0x269)]=a75_0x938afb(0x1fd);continue;case'2':module[a75_0x938afb(0x196)][a75_0x938afb(0x19a)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'3':module[a75_0x938afb(0x196)]['APP_UPLOAD_URL']=a75_0x938afb(0x293);continue;case'4':module['exports']['TCG_URL']=a75_0x938afb(0x1f5);continue;case'5':module['exports'][a75_0x938afb(0x236)]=a75_0x938afb(0x28c);continue;case'6':module[a75_0x938afb(0x196)]['BROWSERSTACK_AUTOMATE_URL']=a75_0x938afb(0x1c3);continue;case'7':module[a75_0x938afb(0x196)][a75_0x938afb(0x1b9)]=a75_0x938afb(0x1bd);continue;case'8':module[a75_0x938afb(0x196)][a75_0x938afb(0x192)]=a75_0x938afb(0x250);continue;case'9':module[a75_0x938afb(0x196)][a75_0x938afb(0x295)]='bsstag';continue;case'10':module['exports']['OBSERVABILITY_UPLOAD_URL']=a75_0x938afb(0x1d5);continue;case'11':module[a75_0x938afb(0x196)][a75_0x938afb(0x245)]='https://apidevtestops.bsstag.com';continue;case'12':module[a75_0x938afb(0x196)]['PUPPETEER_HUB_URL']='wss://cdp-devtestops.bsstag.com/puppeteer?caps=';continue;case'13':module[a75_0x938afb(0x196)][a75_0x938afb(0x228)]='bsstag.com';continue;}break;}}else{if(_env===a75_0x938afb(0x233)||_env===a75_0x938afb(0x218)){const dRHURc=a75_0x938afb(0x1a1)[a75_0x938afb(0x18b)]('|');let uKCfOB=0x0;while(!![]){switch(dRHURc[uKCfOB++]){case'0':module['exports'][a75_0x938afb(0x236)]=a75_0x938afb(0x289);continue;case'1':module['exports']['EDS_URL']=a75_0x938afb(0x1bd);continue;case'2':module[a75_0x938afb(0x196)][a75_0x938afb(0x19a)]=a75_0x938afb(0x18a);continue;case'3':module[a75_0x938afb(0x196)]['BROWSERSTACK']='bsstag';continue;case'4':module[a75_0x938afb(0x196)][a75_0x938afb(0x228)]=a75_0x938afb(0x22a);continue;case'5':module['exports'][a75_0x938afb(0x1ac)]=a75_0x938afb(0x1f7);continue;case'6':module[a75_0x938afb(0x196)]['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;case'7':module[a75_0x938afb(0x196)][a75_0x938afb(0x1bb)]=a75_0x938afb(0x1c7);continue;case'8':module[a75_0x938afb(0x196)][a75_0x938afb(0x27d)]=a75_0x938afb(0x1fa);continue;case'9':module[a75_0x938afb(0x196)][a75_0x938afb(0x1c1)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'10':module['exports'][a75_0x938afb(0x1e1)]=a75_0x938afb(0x1a0);continue;case'11':module[a75_0x938afb(0x196)][a75_0x938afb(0x192)]=a75_0x938afb(0x1ae);continue;case'12':module[a75_0x938afb(0x196)][a75_0x938afb(0x269)]=a75_0x938afb(0x1ff);continue;case'13':module['exports'][a75_0x938afb(0x21a)]=a75_0x938afb(0x296);continue;}break;}}}
1
+ const a74_0x5180bf=a74_0x2238;function a74_0x2238(_0x388009,_0x47b94c){const _0x19ec3e=a74_0x19ec();return a74_0x2238=function(_0x223874,_0x245e74){_0x223874=_0x223874-0x1a2;let _0x1b2158=_0x19ec3e[_0x223874];return _0x1b2158;},a74_0x2238(_0x388009,_0x47b94c);}(function(_0x2ae8bb,_0x479ade){const _0xa6aadc=a74_0x2238,_0x5dbf5c=_0x2ae8bb();while(!![]){try{const _0x2d99b7=-parseInt(_0xa6aadc(0x284))/0x1+-parseInt(_0xa6aadc(0x1e3))/0x2*(-parseInt(_0xa6aadc(0x235))/0x3)+-parseInt(_0xa6aadc(0x261))/0x4+parseInt(_0xa6aadc(0x25f))/0x5*(-parseInt(_0xa6aadc(0x1e5))/0x6)+parseInt(_0xa6aadc(0x204))/0x7*(-parseInt(_0xa6aadc(0x1c3))/0x8)+parseInt(_0xa6aadc(0x1e0))/0x9*(parseInt(_0xa6aadc(0x1ee))/0xa)+parseInt(_0xa6aadc(0x231))/0xb*(parseInt(_0xa6aadc(0x211))/0xc);if(_0x2d99b7===_0x479ade)break;else _0x5dbf5c['push'](_0x5dbf5c['shift']());}catch(_0x5a7a95){_0x5dbf5c['push'](_0x5dbf5c['shift']());}}}(a74_0x19ec,0xd0934));const a74_0x5cfc97={};a74_0x5cfc97[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1d7),a74_0x5cfc97[a74_0x5180bf(0x260)]=a74_0x5180bf(0x24e);const a74_0x39cfb7={};a74_0x39cfb7[a74_0x5180bf(0x246)]='Run\x20jest\x20tests\x20on\x20browserstack';const a74_0xbdb513={};a74_0xbdb513[a74_0x5180bf(0x246)]=a74_0x5180bf(0x225);const a74_0x33dc4d={};a74_0x33dc4d[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1f7);const a74_0x40aede={};a74_0x40aede[a74_0x5180bf(0x246)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a74_0x4d9fb1={};a74_0x4d9fb1[a74_0x5180bf(0x246)]=a74_0x5180bf(0x20d);const a74_0x28288f={};a74_0x28288f[a74_0x5180bf(0x246)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a74_0x2e087f={};a74_0x2e087f[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1d0);const a74_0x5d723f={};a74_0x5d723f[a74_0x5180bf(0x246)]=a74_0x5180bf(0x25c);const a74_0x88d08b={};a74_0x88d08b[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1f9);const a74_0x1363c8={};a74_0x1363c8['INFO']=a74_0x5180bf(0x1dc);const a74_0x6fa64c={};a74_0x6fa64c[a74_0x5180bf(0x246)]=a74_0x5180bf(0x226);const a74_0xd97cf0={};a74_0xd97cf0[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1d9);const a74_0x2bf7c2={};a74_0x2bf7c2[a74_0x5180bf(0x246)]=a74_0x5180bf(0x1e9);const a74_0xc2de9f={};a74_0xc2de9f['hardMinMajor']=null,a74_0xc2de9f[a74_0x5180bf(0x232)]=0xe,a74_0xc2de9f[a74_0x5180bf(0x209)]=0x1a;const a74_0x564031={};a74_0x564031[a74_0x5180bf(0x1b5)]=a74_0x5180bf(0x248),a74_0x564031[a74_0x5180bf(0x1da)]=a74_0x5180bf(0x1bd),a74_0x564031[a74_0x5180bf(0x273)]=a74_0x5180bf(0x28a),a74_0x564031[a74_0x5180bf(0x22a)]=a74_0x5180bf(0x275),a74_0x564031[a74_0x5180bf(0x1d3)]=a74_0x5180bf(0x28d),a74_0x564031['CUCUMBER']=a74_0x5180bf(0x1ac),a74_0x564031['VANILLA']=a74_0x5180bf(0x206),a74_0x564031[a74_0x5180bf(0x240)]=a74_0x5180bf(0x1a4),a74_0x564031['TESTCAFE']=a74_0x5180bf(0x208),a74_0x564031['NEWMAN']='newman',a74_0x564031[a74_0x5180bf(0x1fb)]=a74_0x5180bf(0x1dd),a74_0x564031[a74_0x5180bf(0x1d4)]=a74_0x5180bf(0x270);const a74_0x188eaa={};a74_0x188eaa[a74_0x5180bf(0x267)]=a74_0x5180bf(0x1c1),a74_0x188eaa[a74_0x5180bf(0x213)]=a74_0x5180bf(0x1f5),a74_0x188eaa['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a74_0x188eaa['invalidTestInputType']=a74_0x5180bf(0x26c);const a74_0xd074da={};a74_0xd074da[a74_0x5180bf(0x259)]='commonjs',a74_0xd074da[a74_0x5180bf(0x20f)]=a74_0x5180bf(0x21a);const a74_0x385a1a={};a74_0x385a1a['Mocha']=0xfde8,a74_0x385a1a[a74_0x5180bf(0x283)]=0xfde8,a74_0x385a1a[a74_0x5180bf(0x200)]=0x186a0;const a74_0x14c9fe={};a74_0x14c9fe[a74_0x5180bf(0x1c9)]=[a74_0x5180bf(0x1cf),a74_0x5180bf(0x251),a74_0x5180bf(0x255),'browserstack.accessKey','browserstack.user',a74_0x5180bf(0x214),a74_0x5180bf(0x274),a74_0x5180bf(0x29f),a74_0x5180bf(0x21c),a74_0x5180bf(0x26d),a74_0x5180bf(0x269),a74_0x5180bf(0x1b6),'authToken',a74_0x5180bf(0x1f0),a74_0x5180bf(0x29b)],a74_0x14c9fe['browserStackLocalOptions']=[a74_0x5180bf(0x247),a74_0x5180bf(0x1c2),a74_0x5180bf(0x20a),a74_0x5180bf(0x20e)];const a74_0x578f80={};a74_0x578f80[a74_0x5180bf(0x227)]=a74_0x5180bf(0x227),a74_0x578f80[a74_0x5180bf(0x295)]=a74_0x5180bf(0x295),a74_0x578f80[a74_0x5180bf(0x29a)]=a74_0x5180bf(0x295),a74_0x578f80['parallelsPerPlatform']='parallelsPerPlatform',a74_0x578f80[a74_0x5180bf(0x1bb)]=a74_0x5180bf(0x1bb),a74_0x578f80[a74_0x5180bf(0x22f)]=a74_0x5180bf(0x22f),a74_0x578f80[a74_0x5180bf(0x21c)]=a74_0x5180bf(0x21c),a74_0x578f80[a74_0x5180bf(0x26d)]=a74_0x5180bf(0x26d),a74_0x578f80[a74_0x5180bf(0x258)]=a74_0x5180bf(0x258),a74_0x578f80[a74_0x5180bf(0x219)]=a74_0x5180bf(0x219),a74_0x578f80['testObservability']='testObservability',a74_0x578f80[a74_0x5180bf(0x26a)]=a74_0x5180bf(0x26a),a74_0x578f80[a74_0x5180bf(0x1a6)]=a74_0x5180bf(0x1a6),a74_0x578f80[a74_0x5180bf(0x1f4)]=a74_0x5180bf(0x1f4),a74_0x578f80[a74_0x5180bf(0x269)]=a74_0x5180bf(0x269),a74_0x578f80['automation']=a74_0x5180bf(0x1ff),a74_0x578f80[a74_0x5180bf(0x1ff)]=a74_0x5180bf(0x1ff),a74_0x578f80[a74_0x5180bf(0x256)]='rerunTests',a74_0x578f80[a74_0x5180bf(0x203)]=a74_0x5180bf(0x203),a74_0x578f80[a74_0x5180bf(0x21b)]=a74_0x5180bf(0x21b),a74_0x578f80[a74_0x5180bf(0x20c)]=a74_0x5180bf(0x20c),a74_0x578f80[a74_0x5180bf(0x233)]=a74_0x5180bf(0x233),a74_0x578f80['accessibility']=a74_0x5180bf(0x242),a74_0x578f80[a74_0x5180bf(0x297)]=a74_0x5180bf(0x297),a74_0x578f80[a74_0x5180bf(0x25d)]=a74_0x5180bf(0x25d),a74_0x578f80['turboScaleOptions']=a74_0x5180bf(0x239),a74_0x578f80[a74_0x5180bf(0x1b4)]=a74_0x5180bf(0x1b4),a74_0x578f80[a74_0x5180bf(0x22e)]=a74_0x5180bf(0x22e);const a74_0x5a9370={};a74_0x5a9370[a74_0x5180bf(0x1ce)]=a74_0x5180bf(0x22c),a74_0x5a9370[a74_0x5180bf(0x1c4)]=a74_0x5180bf(0x23e),a74_0x5a9370['us']='hub-us-only.browserstack.com',a74_0x5a9370['eu']='hub-eu-only.browserstack.com',a74_0x5a9370['in']='hub-aps-only.browserstack.com',a74_0x5a9370['au']=a74_0x5180bf(0x25e);const a74_0x3a51f1={};function a74_0x19ec(){const _0x3f05d9=['INFO','proxyUser','Playwright','wss://cdp-preprod.bsstag.com/puppeteer?caps=','sdk/v1/update_cli','prod','wss://cdp-devtestops.bsstag.com/playwright?caps=','CLI_SUPPORTED_FRAMEWORKS','Specify\x20--help\x20for\x20available\x20options','acceptInsecureCerts','https://app-automate.browserstack.com/dashboard/v2/builds/','accessKey','A11Y_GET_RESULTS_SUMMARY','env','GLOBAL_AGENT_NO_PROXY','browserstack.userName','rerunTests','BROWSERSTACK_API_URL','framework','COMMONJS','SSL_ERROR_MESSAGES','SIGNAL_EXIT_CODES','Run\x20testcafe\x20tests\x20on\x20browserstack','turboScale','hub-apse-only.browserstack.com','229025VuKoGv','HELP','5379540YgVmWB','EDS_URL','ieOptions','MAX_DRIVER_INIT_ERROR_BYTES','https://observability-devtestops.bsstag.com','wss://cdp-preprod.bsstag.com/playwright?caps=','invalidKeys','ERR_NAME_RESOLUTION_FAILED','customVariables','testReporting','APP_UPLOAD_URL','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','httpsProxy','ERR_TIMED_OUT','ROOT_REGEX','node-generic','https://upload-observability.browserstack.com','AUTOMATE_PRODUCTS','JEST','password','codeceptjs','https://automation-preprod.bsstag.com','TEST_REPORTING_ANALYTICS','browserstack-ats.com','timeouts','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','HUB_URL_REGEX','ATS_HUB_URL_REGEX','staging','preprod','UNABLE_TO_VERIFY_LEAF_SIGNATURE','DEPTH_ZERO_SELF_SIGNED_CERT','https://eds.browserstack.com','DEBUG_LOG_FILE_NAME','Cucumber-JS','750013taEzPw','acceptSslCerts','https://hub-preprod.bsstag.com/wd/hub','PACKAGE_TYPE','CLIENT_TROUBLESHOOTING_HASH','FRAMEWORKS','jest','CODECEPTJS','unable\x20to\x20get\x20local\x20issuer\x20certificate','codeceptjs-cucumber','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','EBUSY','PLAYWRIGHT_HUB_URL','MAX_SPAWN_RETRIES','INTERNALLY_USED_ENV_VARS','certificate\x20has\x20expired','SSL_ERROR_CODES','browserStackLocalOptions','OBSERVABILITY_UPLOAD_URL','accessibilityOptions','BSTACK_URL','https://apidevtestops.bsstag.com','localOptions','browserstack.overridelocalInfo.userAuthToken','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','SPAWN_RETRY_DELAY_MS','https://hub.browserstack.com/wd/hub','user_data','SIGTERM','SIGBREAK','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','puppeteer','LOG_FILE_NAME','testObservabilityOptions','.browserstack\x20folder\x20not\x20accessible','/usage-debug.log','playwright','browserstack','PLAYWRIGHT_TRACE_LOGS','cucumber','browserVersion','5|11|7|2|9|12|8|4|1|3|6|0|10','GIT_META_DATA_TRUNCATED','ERR_FAILED','observability','CUCUMBER','ERR_NETWORK_CHANGED','proxySettings','PLAYWRIGHT','proxyPassword','BROWSERSTACK_APP_AUTOMATE_URL','O11Y_URL','https://api-preprod.bsstag.com','GLOBAL_AGENT_HTTP_PROXY','platforms','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','mocha','HST','ERR_BLOCKED_BY_CLIENT','NUDGE_LOCAL_ERRORS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','proxyPass','16BsXcQA','us-east','split','ERR_ADDRESS_UNREACHABLE','automate','/usage.log','root','sdk-cli-debug.log','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','REDACTED_KEYS','percyScreenshot','default','userName','Run\x20playwright\x20tests\x20on\x20Browserstack','sdk/v1/event','OBSERVABILITY_SUPPORTED_FWS','CODECEPT_CUCUMBER','NODE_GENERIC','CERT_HAS_EXPIRED','ROOT_CAPS','shows\x20version\x20information','MAX_GIT_META_DATA_SIZE_IN_BYTES','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','MOCHA','TESTCAFE','Run\x20codeceptjs\x20tests\x20on\x20browserstack','jasmine','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','hubUrl','412326CbckFN','SELF_SIGNED_CERT_IN_CHAIN','https://edsstaging.bsstag.com','4fveAwu','pre-prod','168uMpPGV','ERR_SOCKET_NOT_CONNECTED','ERR_SOCKS_CONNECTION_FAILED','ERR_ADDRESS_INVALID','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','BSTACK_DELTA','ObservabilitySync','NIGHTWATCH','UPDATED_CLI_ENDPOINT','40SJzaTB','TEST\x20REPORTING\x20AND\x20ANALYTICS','proxyUrl','A11Y_SCAN','APP_AUTOMATE_PRODUCTS','./browserstack-artifacts/','testReportingOptions','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_CONNECTION_RESET','Run\x20mocha\x20tests\x20on\x20browserstack','SDK-GEN-001','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','exports','JASMINE','https://api.browserstack.com','https://upload-observability-preprod.bsstag.com','SHAREABLE_ID_REGEX','browserstackAutomation','Jest','stag','ATS_WSS_URL_REGEX','percy','4104065jYiwJi','VALID_APP_EXTENSION','vanilla','CUSTOM_ID_REGEX','testcafe','maxTestedMajor','localProxyUser','A11Y_SAVE_RESULTS','percyCaptureMode','Run\x20js\x20tests\x20on\x20browserstack','localProxyPass','MODULE','PLAYWRIGHT_CONFIG_OPTION_ERRORS','24852bnNGgo','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','uniqueDependency','browserstack.key','NEWMAN','CONNECTIVITY_ISSUE_ERROR_CODES','ERR_CONNECTION_FAILED','BROWSERSTACK_AUTOMATE_URL','testContextOptions','module','percyOptions','httpProxy','https://automation.browserstack.com','self\x20signed\x20certificate','SIGHUP','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ERR_CONNECTION_TIMED_OUT','SIGINT','^[a-zA-Z0-9_.-]*$','browserName','Run\x20jasmine\x20tests\x20on\x20browserstack','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','browserstackLocal','app-automate','https://automate-preprod.bsstag.com/dashboard/v2/builds/','CODECEPT','HUB_URL_MAP','hub.browserstack.com','ERR_TLS_CERT_ALTNAME_INVALID','testOrchestrationOptions','logLevel','VANILLA','27258OCyHzy','minTestedMajor','disableAutoCaptureLogs','FUNNEL_INSTRUMENTATION_API_URL','133737DXsizJ','wss://cdp.browserstack.com/playwright?caps=','BROWSERSTACK','A11Y_GET_RESULTS','turboScaleOptions','.apk','newman','pageLoadStrategy','SDK_INSTRUMENTATION_CONFIG','hub-use-only.browserstack.com','SIGQUIT','PUPPETEER','ERR_CONNECTION_ABORTED','accessibility','PERCY_SUPPORTED_FRAMEWORKS','PUPPETEER_HUB_URL','bsstag'];a74_0x19ec=function(){return _0x3f05d9;};return a74_0x19ec();}a74_0x3a51f1[a74_0x5180bf(0x1a7)]=[a74_0x5180bf(0x1f8),'[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a74_0x1bc46b={};a74_0x1bc46b[a74_0x5180bf(0x21f)]=0x1,a74_0x1bc46b[a74_0x5180bf(0x222)]=0x2,a74_0x1bc46b[a74_0x5180bf(0x23f)]=0x3,a74_0x1bc46b['SIGABRT']=0x6,a74_0x1bc46b[a74_0x5180bf(0x2a0)]=0xf,a74_0x1bc46b[a74_0x5180bf(0x1a2)]=0x15;const a74_0x357cc5={};a74_0x357cc5['VERSION']=a74_0x5cfc97,a74_0x357cc5[a74_0x5180bf(0x273)]=a74_0x39cfb7,a74_0x357cc5[a74_0x5180bf(0x1fb)]=a74_0xbdb513,a74_0x357cc5['MOCHA']=a74_0x33dc4d,a74_0x357cc5[a74_0x5180bf(0x1b2)]=a74_0x40aede,a74_0x357cc5[a74_0x5180bf(0x230)]=a74_0x4d9fb1,a74_0x357cc5[a74_0x5180bf(0x1ec)]=a74_0x28288f,a74_0x357cc5[a74_0x5180bf(0x1b5)]=a74_0x2e087f,a74_0x357cc5[a74_0x5180bf(0x1db)]=a74_0x5d723f,a74_0x357cc5[a74_0x5180bf(0x240)]=a74_0x88d08b,a74_0x357cc5[a74_0x5180bf(0x28b)]=a74_0x1363c8,a74_0x357cc5[a74_0x5180bf(0x215)]=a74_0x6fa64c,a74_0x357cc5[a74_0x5180bf(0x1be)]=a74_0xd97cf0,a74_0x357cc5['INTEGRATIONS']=a74_0x2bf7c2,a74_0x357cc5[a74_0x5180bf(0x1ea)]=0x8*0x3c*0x3e8,a74_0x357cc5[a74_0x5180bf(0x1df)]=a74_0x5180bf(0x29e),a74_0x357cc5[a74_0x5180bf(0x27b)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a74_0x357cc5[a74_0x5180bf(0x27c)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a74_0x357cc5[a74_0x5180bf(0x202)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a74_0x357cc5[a74_0x5180bf(0x1d6)]=[a74_0x5180bf(0x24f),a74_0x5180bf(0x23c),'strictFileInteractability','unhandledPromptBehavior',a74_0x5180bf(0x279),a74_0x5180bf(0x224),a74_0x5180bf(0x1ad),a74_0x5180bf(0x285),'acceptSslCert','chromeOptions','firefoxOptions','edgeOptions',a74_0x5180bf(0x263)],a74_0x357cc5[a74_0x5180bf(0x26f)]=/^[\w-]+:.*$/,a74_0x357cc5['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a74_0x357cc5[a74_0x5180bf(0x262)]=a74_0x5180bf(0x281),a74_0x357cc5[a74_0x5180bf(0x257)]=a74_0x5180bf(0x1fc),a74_0x357cc5[a74_0x5180bf(0x26b)]='https://api-cloud.browserstack.com',a74_0x357cc5[a74_0x5180bf(0x1ed)]=a74_0x5180bf(0x24a),a74_0x357cc5['LT_SUPPORTED_NODE']=a74_0xc2de9f,a74_0x357cc5[a74_0x5180bf(0x234)]=a74_0x5180bf(0x1d1),a74_0x357cc5[a74_0x5180bf(0x272)]=[a74_0x5180bf(0x1c7),a74_0x5180bf(0x1b1)],a74_0x357cc5[a74_0x5180bf(0x1f2)]=[a74_0x5180bf(0x228),a74_0x5180bf(0x1b1)],a74_0x357cc5[a74_0x5180bf(0x1a3)]=['observability'],a74_0x357cc5['OBSERVABILITY_UPLOAD_URL']=a74_0x5180bf(0x271),a74_0x357cc5[a74_0x5180bf(0x1d2)]=['mocha',a74_0x5180bf(0x248),'testcafe',a74_0x5180bf(0x1dd)],a74_0x357cc5['AUTOMATE']=['automate'],a74_0x357cc5[a74_0x5180bf(0x218)]='https://automate.browserstack.com/dashboard/v2/builds/',a74_0x357cc5[a74_0x5180bf(0x1b7)]=a74_0x5180bf(0x250),a74_0x357cc5['APP_AUTOMATE']=['app-automate'],a74_0x357cc5[a74_0x5180bf(0x1c0)]=[a74_0x5180bf(0x1b0),a74_0x5180bf(0x26e),a74_0x5180bf(0x1bf),a74_0x5180bf(0x1b3),a74_0x5180bf(0x1e6),'ERR_CONNECTION_CLOSED',a74_0x5180bf(0x1f6),'ERR_CONNECTION_REFUSED',a74_0x5180bf(0x241),a74_0x5180bf(0x217),'ERR_NAME_NOT_RESOLVED',a74_0x5180bf(0x1e8),a74_0x5180bf(0x1c6),'ERR_TUNNEL_CONNECTION_FAILED',a74_0x5180bf(0x221),a74_0x5180bf(0x1e7),a74_0x5180bf(0x28e),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a74_0x5180bf(0x268),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a74_0x357cc5[a74_0x5180bf(0x205)]=[a74_0x5180bf(0x23a),'.aab','.ipa'],a74_0x357cc5[a74_0x5180bf(0x207)]=a74_0x5180bf(0x223),a74_0x357cc5[a74_0x5180bf(0x1fe)]=a74_0x5180bf(0x29c),a74_0x357cc5['CI_ARTIFACTS_PATH']=a74_0x5180bf(0x1f3),a74_0x357cc5[a74_0x5180bf(0x290)]=a74_0x5180bf(0x236),a74_0x357cc5['PUPPETEER_HUB_URL']='wss://cdp.browserstack.com/puppeteer?caps=',a74_0x357cc5[a74_0x5180bf(0x289)]=a74_0x564031,a74_0x357cc5[a74_0x5180bf(0x243)]=['jest',a74_0x5180bf(0x1bd)],a74_0x357cc5[a74_0x5180bf(0x210)]=a74_0x188eaa,a74_0x357cc5['AUTOLOGCAPTURE_NOTIFICATION']=a74_0x5180bf(0x220),a74_0x357cc5[a74_0x5180bf(0x287)]=a74_0xd074da,a74_0x357cc5[a74_0x5180bf(0x1d8)]=0x40*0x400,a74_0x357cc5[a74_0x5180bf(0x1af)]='...[TRUNCATED]',a74_0x357cc5['TEST_FRAMEWORK_HOOK_TIMEOUT']=a74_0x385a1a,a74_0x357cc5[a74_0x5180bf(0x1cc)]=a74_0x14c9fe,a74_0x357cc5[a74_0x5180bf(0x23d)]=a74_0x578f80,a74_0x357cc5[a74_0x5180bf(0x1a5)]=a74_0x5180bf(0x1c8),a74_0x357cc5[a74_0x5180bf(0x282)]=a74_0x5180bf(0x1a8),a74_0x357cc5['DEBUG_CLI_LOG_FILE_NAME']=a74_0x5180bf(0x1ca),a74_0x357cc5[a74_0x5180bf(0x298)]='browserstack.com',a74_0x357cc5['BSTACK_ATS_URL']=a74_0x5180bf(0x278),a74_0x357cc5[a74_0x5180bf(0x1b8)]=a74_0x5180bf(0x21d),a74_0x357cc5[a74_0x5180bf(0x277)]=a74_0x5180bf(0x1ef),a74_0x357cc5[a74_0x5180bf(0x237)]=a74_0x5180bf(0x1aa),a74_0x357cc5[a74_0x5180bf(0x24d)]=[a74_0x5180bf(0x1a9),a74_0x5180bf(0x1ac),'jest',a74_0x5180bf(0x1a4),'testcafe',a74_0x5180bf(0x23b),a74_0x5180bf(0x270)],a74_0x357cc5['AUTOMATION_LOG_COMMANDS']=[a74_0x5180bf(0x1f1),a74_0x5180bf(0x252),a74_0x5180bf(0x238),a74_0x5180bf(0x20b),a74_0x5180bf(0x1cd),a74_0x5180bf(0x1eb)],a74_0x357cc5[a74_0x5180bf(0x1ab)]='PLAYWRIGHT_TRACE_LOGS',a74_0x357cc5[a74_0x5180bf(0x22b)]=a74_0x5a9370,a74_0x357cc5[a74_0x5180bf(0x25a)]=[a74_0x5180bf(0x21e),'unable\x20to\x20verify\x20the\x20first\x20certificate',a74_0x5180bf(0x293),a74_0x5180bf(0x28c),a74_0x5180bf(0x22d),a74_0x5180bf(0x280)],a74_0x357cc5[a74_0x5180bf(0x294)]=[a74_0x5180bf(0x1e1),a74_0x5180bf(0x280),a74_0x5180bf(0x27f),a74_0x5180bf(0x1d5),a74_0x5180bf(0x22d),a74_0x5180bf(0x1cb)],a74_0x357cc5[a74_0x5180bf(0x216)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a74_0x357cc5[a74_0x5180bf(0x288)]=a74_0x3a51f1,a74_0x357cc5[a74_0x5180bf(0x292)]=[a74_0x5180bf(0x1ba),a74_0x5180bf(0x254),'USER_CONFIG_DETAILS_PATH'],a74_0x357cc5['BINARY_BUSY_ERROR_CODES']=['ETXTBSY',a74_0x5180bf(0x28f)],a74_0x357cc5[a74_0x5180bf(0x291)]=0x3,a74_0x357cc5[a74_0x5180bf(0x29d)]=0x3e8,a74_0x357cc5[a74_0x5180bf(0x264)]=0x1f40,a74_0x357cc5[a74_0x5180bf(0x25b)]=a74_0x1bc46b,module['exports']=a74_0x357cc5;const _env=(process[a74_0x5180bf(0x253)]['BROWSERSTACK_ENV']||a74_0x5180bf(0x24b))['toLowerCase']();if(_env===a74_0x5180bf(0x27d)||_env===a74_0x5180bf(0x201)){const zuhvFm=a74_0x5180bf(0x1ae)[a74_0x5180bf(0x1c5)]('|');let MHhpNd=0x0;while(!![]){switch(zuhvFm[MHhpNd++]){case'0':module[a74_0x5180bf(0x1fa)]['EDS_URL']=a74_0x5180bf(0x1e2);continue;case'1':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x298)]='bsstag.com';continue;case'2':module['exports'][a74_0x5180bf(0x218)]=a74_0x5180bf(0x1de);continue;case'3':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1b8)]=a74_0x5180bf(0x265);continue;case'4':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x244)]=a74_0x5180bf(0x1bc);continue;case'5':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1df)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'6':module['exports'][a74_0x5180bf(0x296)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'7':module['exports'][a74_0x5180bf(0x27b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x290)]=a74_0x5180bf(0x24c);continue;case'9':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1b7)]=a74_0x5180bf(0x212);continue;case'10':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x237)]=a74_0x5180bf(0x245);continue;case'11':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x257)]=a74_0x5180bf(0x299);continue;case'12':module[a74_0x5180bf(0x1fa)]['APP_UPLOAD_URL']='https://api-cloud-devtestops.bsstag.com';continue;}break;}}else{if(_env===a74_0x5180bf(0x27e)||_env===a74_0x5180bf(0x1e4)){const KGLqTf='12|7|0|6|4|5|10|2|3|1|11|9|8'[a74_0x5180bf(0x1c5)]('|');let qHFQCQ=0x0;while(!![]){switch(KGLqTf[qHFQCQ++]){case'0':module['exports'][a74_0x5180bf(0x27b)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module['exports'][a74_0x5180bf(0x1b8)]=a74_0x5180bf(0x276);continue;case'2':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x244)]=a74_0x5180bf(0x249);continue;case'3':module['exports'][a74_0x5180bf(0x298)]='bsstag.com';continue;case'4':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x1b7)]=a74_0x5180bf(0x27a);continue;case'5':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x26b)]=a74_0x5180bf(0x1b9);continue;case'6':module['exports'][a74_0x5180bf(0x218)]=a74_0x5180bf(0x229);continue;case'7':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x257)]=a74_0x5180bf(0x1b9);continue;case'8':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x237)]=a74_0x5180bf(0x245);continue;case'9':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x262)]='https://edsstaging.bsstag.com';continue;case'10':module[a74_0x5180bf(0x1fa)][a74_0x5180bf(0x290)]=a74_0x5180bf(0x266);continue;case'11':module['exports'][a74_0x5180bf(0x296)]=a74_0x5180bf(0x1fd);continue;case'12':module['exports'][a74_0x5180bf(0x1df)]=a74_0x5180bf(0x286);continue;}break;}}}
@@ -1 +1 @@
1
- const a76_0x279feb=a76_0x27b4;function a76_0x9728(){const _0x304140=['join','4129881Nmadqv','log','72rnfdBP','1883019tuCiDg','9958144jLtJFy','853938CrMfWi','data','461040XtMHUj','timezoneOffset','1737RmXfKE','3936756zHoRCc','configure','levelStr','level','layout','2UWDPLh','vBrZK','99130rKuBrI','type'];a76_0x9728=function(){return _0x304140;};return a76_0x9728();}function a76_0x27b4(_0xab5cda,_0x380edc){const _0x9728f1=a76_0x9728();return a76_0x27b4=function(_0x27b405,_0x27a45b){_0x27b405=_0x27b405-0x6b;let _0x19177c=_0x9728f1[_0x27b405];return _0x19177c;},a76_0x27b4(_0xab5cda,_0x380edc);}(function(_0x49c9d4,_0x17e79e){const _0x5cc5d0=a76_0x27b4,_0x198b54=_0x49c9d4();while(!![]){try{const _0x5add78=-parseInt(_0x5cc5d0(0x77))/0x1+parseInt(_0x5cc5d0(0x6d))/0x2*(-parseInt(_0x5cc5d0(0x75))/0x3)+parseInt(_0x5cc5d0(0x7c))/0x4+parseInt(_0x5cc5d0(0x79))/0x5*(parseInt(_0x5cc5d0(0x74))/0x6)+-parseInt(_0x5cc5d0(0x72))/0x7+-parseInt(_0x5cc5d0(0x76))/0x8+-parseInt(_0x5cc5d0(0x7b))/0x9*(-parseInt(_0x5cc5d0(0x6f))/0xa);if(_0x5add78===_0x17e79e)break;else _0x198b54['push'](_0x198b54['shift']());}catch(_0x371c65){_0x198b54['push'](_0x198b54['shift']());}}}(a76_0x9728,0xa7dac));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x206e8c,_0x309216){return _0x1dc300=>{const _0x3d0e85=a76_0x27b4;BSTestOpsLogger[_0x3d0e85(0x73)]({'level':_0x1dc300[_0x3d0e85(0x6b)]?_0x1dc300[_0x3d0e85(0x6b)][_0x3d0e85(0x7e)]:null,'message':_0x1dc300[_0x3d0e85(0x78)]?_0x1dc300[_0x3d0e85(0x78)][_0x3d0e85(0x71)]('\x20'):null});};}exports[a76_0x279feb(0x7d)]=(_0x44ba29,_0x2bfb32)=>{const _0xe92689=a76_0x279feb,_0x17519d={'vBrZK':function(_0x26f0c3,_0x5d6ea0,_0x5e8c67){return _0x26f0c3(_0x5d6ea0,_0x5e8c67);}};let _0x249e48=_0x2bfb32['colouredLayout'];return _0x44ba29[_0xe92689(0x6c)]&&(_0x249e48=_0x2bfb32[_0xe92689(0x6c)](_0x44ba29[_0xe92689(0x6c)][_0xe92689(0x70)],_0x44ba29[_0xe92689(0x6c)])),_0x17519d[_0xe92689(0x6e)](BSTestOpsLog4JSAppender,_0x249e48,_0x44ba29[_0xe92689(0x7a)]);};
1
+ const a75_0x474d8e=a75_0x4641;(function(_0x5280e6,_0x41084f){const _0x3245d1=a75_0x4641,_0x11dea0=_0x5280e6();while(!![]){try{const _0x414389=parseInt(_0x3245d1(0x132))/0x1+parseInt(_0x3245d1(0x13b))/0x2+-parseInt(_0x3245d1(0x140))/0x3+parseInt(_0x3245d1(0x13a))/0x4*(parseInt(_0x3245d1(0x13f))/0x5)+parseInt(_0x3245d1(0x13c))/0x6*(-parseInt(_0x3245d1(0x136))/0x7)+parseInt(_0x3245d1(0x138))/0x8*(parseInt(_0x3245d1(0x133))/0x9)+parseInt(_0x3245d1(0x141))/0xa*(-parseInt(_0x3245d1(0x13e))/0xb);if(_0x414389===_0x41084f)break;else _0x11dea0['push'](_0x11dea0['shift']());}catch(_0x5067d1){_0x11dea0['push'](_0x11dea0['shift']());}}}(a75_0x3626,0xa06dd));function a75_0x3626(){const _0x36fd09=['1582yiOdtl','colouredLayout','744mHgHRv','levelStr','36mVMnUC','1021578sBsbvq','1146NqjCjo','./logReportingAPI','5486569QevIdB','182645BsFsDl','1296882dnfcuZ','10XDxWlL','log','level','layout','diIMP','join','394882woJjwz','38412cHtyIw','type','data'];a75_0x3626=function(){return _0x36fd09;};return a75_0x3626();}const logReportingAPI=require(a75_0x474d8e(0x13d)),BSTestOpsLogger=new logReportingAPI({});function a75_0x4641(_0x38bc00,_0x3b1c72){const _0x3626b2=a75_0x3626();return a75_0x4641=function(_0x46418f,_0x14a4f6){_0x46418f=_0x46418f-0x132;let _0x14cc75=_0x3626b2[_0x46418f];return _0x14cc75;},a75_0x4641(_0x38bc00,_0x3b1c72);}function BSTestOpsLog4JSAppender(_0x589740,_0x1afbb5){return _0x162063=>{const _0x4adfde=a75_0x4641;BSTestOpsLogger[_0x4adfde(0x142)]({'level':_0x162063[_0x4adfde(0x143)]?_0x162063[_0x4adfde(0x143)][_0x4adfde(0x139)]:null,'message':_0x162063[_0x4adfde(0x135)]?_0x162063[_0x4adfde(0x135)][_0x4adfde(0x146)]('\x20'):null});};}exports['configure']=(_0xfb98d1,_0x22094a)=>{const _0x217b75=a75_0x474d8e,_0x2bbac4={'diIMP':function(_0x855dea,_0x3d2bb1,_0x30028d){return _0x855dea(_0x3d2bb1,_0x30028d);}};let _0x521bc6=_0x22094a[_0x217b75(0x137)];return _0xfb98d1[_0x217b75(0x144)]&&(_0x521bc6=_0x22094a[_0x217b75(0x144)](_0xfb98d1[_0x217b75(0x144)][_0x217b75(0x134)],_0xfb98d1[_0x217b75(0x144)])),_0x2bbac4[_0x217b75(0x145)](BSTestOpsLog4JSAppender,_0x521bc6,_0xfb98d1['timezoneOffset']);};
@@ -1 +1 @@
1
- const a77_0x2283a0=a77_0x3223;function a77_0x3223(_0x323df9,_0x57c990){const _0x272d67=a77_0x272d();return a77_0x3223=function(_0x322353,_0x6834bd){_0x322353=_0x322353-0x173;let _0x45eab5=_0x272d67[_0x322353];return _0x45eab5;},a77_0x3223(_0x323df9,_0x57c990);}function a77_0x272d(){const _0x140a48=['log','Mhshl','36678KSigva','toISOString','TRACE','1049144xAiGro','bs:addLog:','6840bcTXnp','1700iFUvHq','146745DFgScn','ERROR','error','184fLZHIz','INFO','exports','259JzCzXK','5380saiqXz','logToTestOps','608469wTrnCU','toUpperCase','DEBUG','join','111595WbjIdB','trace','WARN','warn','winston-transport','2EIVafG','info','../../helpers/test-observability/constants','660UfTgLy'];a77_0x272d=function(){return _0x140a48;};return a77_0x272d();}(function(_0x1cee60,_0xa79ed2){const _0x439b1a=a77_0x3223,_0x464539=_0x1cee60();while(!![]){try{const _0x128069=-parseInt(_0x439b1a(0x18b))/0x1+-parseInt(_0x439b1a(0x17e))/0x2*(parseInt(_0x439b1a(0x175))/0x3)+parseInt(_0x439b1a(0x18e))/0x4*(-parseInt(_0x439b1a(0x173))/0x5)+parseInt(_0x439b1a(0x184))/0x6*(parseInt(_0x439b1a(0x191))/0x7)+-parseInt(_0x439b1a(0x187))/0x8+parseInt(_0x439b1a(0x189))/0x9*(-parseInt(_0x439b1a(0x18a))/0xa)+-parseInt(_0x439b1a(0x179))/0xb*(-parseInt(_0x439b1a(0x181))/0xc);if(_0x128069===_0xa79ed2)break;else _0x464539['push'](_0x464539['shift']());}catch(_0x15e409){_0x464539['push'](_0x464539['shift']());}}}(a77_0x272d,0x1e74d));const Transport=require(a77_0x2283a0(0x17d)),{consoleHolder}=require(a77_0x2283a0(0x180)),a77_0x3d18f1={};a77_0x3d18f1[a77_0x2283a0(0x18f)]='INFO',a77_0x3d18f1[a77_0x2283a0(0x18c)]=a77_0x2283a0(0x18c),a77_0x3d18f1[a77_0x2283a0(0x177)]=a77_0x2283a0(0x177),a77_0x3d18f1['TRACE']=a77_0x2283a0(0x186),a77_0x3d18f1[a77_0x2283a0(0x17b)]=a77_0x2283a0(0x17b);const LOG_LEVELS=a77_0x3d18f1;class logPatcher extends Transport{constructor(_0x20530c){super(_0x20530c);}['logToTestOps']=(_0x4c68a8=LOG_LEVELS['INFO'],_0x4860a0=[''])=>{const _0x3baae3=a77_0x2283a0,_0x4d51fc={};_0x4d51fc[_0x3baae3(0x183)]='TEST_LOG';const _0x15f74a=_0x4d51fc;consoleHolder[_0x4c68a8['toLowerCase']()](..._0x4860a0),process['emit'](_0x3baae3(0x188)+process['pid'],{'timestamp':new Date()[_0x3baae3(0x185)](),'level':_0x4c68a8[_0x3baae3(0x176)](),'message':'\x22'+_0x4860a0[_0x3baae3(0x178)](',\x20')+'\x22','kind':_0x15f74a[_0x3baae3(0x183)],'http_response':{}});};[a77_0x2283a0(0x17a)]=(..._0xed80de)=>{const _0x12eb18=a77_0x2283a0;this[_0x12eb18(0x174)](LOG_LEVELS[_0x12eb18(0x186)],_0xed80de);};['debug']=(..._0x3fed6f)=>{const _0x3817d7=a77_0x2283a0;this[_0x3817d7(0x174)](LOG_LEVELS[_0x3817d7(0x177)],_0x3fed6f);};[a77_0x2283a0(0x17f)]=(..._0x5abc2e)=>{const _0x46980b=a77_0x2283a0;this[_0x46980b(0x174)](LOG_LEVELS['INFO'],_0x5abc2e);};[a77_0x2283a0(0x17c)]=(..._0x901094)=>{const _0x241927=a77_0x2283a0;this[_0x241927(0x174)](LOG_LEVELS[_0x241927(0x17b)],_0x901094);};[a77_0x2283a0(0x18d)]=(..._0x2c6f6f)=>{const _0x57ed65=a77_0x2283a0;this[_0x57ed65(0x174)](LOG_LEVELS[_0x57ed65(0x18c)],_0x2c6f6f);};[a77_0x2283a0(0x182)]=(..._0x2b28ad)=>{const _0x1861ce=a77_0x2283a0;this[_0x1861ce(0x174)](LOG_LEVELS[_0x1861ce(0x18f)],_0x2b28ad);};};module[a77_0x2283a0(0x190)]=logPatcher;
1
+ const a76_0x3ebda9=a76_0x4c7f;(function(_0x3e771e,_0x37c44a){const _0x88d4f5=a76_0x4c7f,_0x245f17=_0x3e771e();while(!![]){try{const _0x55e384=parseInt(_0x88d4f5(0x14a))/0x1*(parseInt(_0x88d4f5(0x146))/0x2)+-parseInt(_0x88d4f5(0x132))/0x3*(parseInt(_0x88d4f5(0x14b))/0x4)+-parseInt(_0x88d4f5(0x14c))/0x5+-parseInt(_0x88d4f5(0x13f))/0x6+-parseInt(_0x88d4f5(0x138))/0x7*(-parseInt(_0x88d4f5(0x13c))/0x8)+parseInt(_0x88d4f5(0x140))/0x9*(-parseInt(_0x88d4f5(0x147))/0xa)+-parseInt(_0x88d4f5(0x13b))/0xb*(-parseInt(_0x88d4f5(0x136))/0xc);if(_0x55e384===_0x37c44a)break;else _0x245f17['push'](_0x245f17['shift']());}catch(_0x1802f4){_0x245f17['push'](_0x245f17['shift']());}}}(a76_0x2be8,0x66d22));function a76_0x2be8(){const _0xdc9c46=['bs:addLog:','203gRPDTm','izuPd','warn','4147715vYkDqn','107816WLHJNi','ERROR','logToTestOps','3367524TCNWUZ','1602ncmPpf','INFO','join','exports','info','toLowerCase','2638zJDsIB','23150ZmUoyv','pid','DEBUG','78fEczym','35612CifQmo','54980abOkYH','toUpperCase','TRACE','emit','WARN','201RHgKqd','log','winston-transport','error','48wjxihf'];a76_0x2be8=function(){return _0xdc9c46;};return a76_0x2be8();}const Transport=require(a76_0x3ebda9(0x134)),{consoleHolder}=require('../../helpers/test-observability/constants'),a76_0x25e410={};a76_0x25e410[a76_0x3ebda9(0x141)]=a76_0x3ebda9(0x141),a76_0x25e410['ERROR']='ERROR',a76_0x25e410['DEBUG']=a76_0x3ebda9(0x149),a76_0x25e410['TRACE']=a76_0x3ebda9(0x12f),a76_0x25e410[a76_0x3ebda9(0x131)]=a76_0x3ebda9(0x131);const LOG_LEVELS=a76_0x25e410;class logPatcher extends Transport{constructor(_0x4563e6){super(_0x4563e6);}['logToTestOps']=(_0x232912=LOG_LEVELS[a76_0x3ebda9(0x141)],_0x95765d=[''])=>{const _0x271e18=a76_0x3ebda9,_0x1ba003={};_0x1ba003[_0x271e18(0x139)]='TEST_LOG';const _0x37a677=_0x1ba003;consoleHolder[_0x232912[_0x271e18(0x145)]()](..._0x95765d),process[_0x271e18(0x130)](_0x271e18(0x137)+process[_0x271e18(0x148)],{'timestamp':new Date()['toISOString'](),'level':_0x232912[_0x271e18(0x12e)](),'message':'\x22'+_0x95765d[_0x271e18(0x142)](',\x20')+'\x22','kind':_0x37a677[_0x271e18(0x139)],'http_response':{}});};['trace']=(..._0x35443d)=>{const _0x2e32aa=a76_0x3ebda9;this[_0x2e32aa(0x13e)](LOG_LEVELS[_0x2e32aa(0x12f)],_0x35443d);};['debug']=(..._0x4070fd)=>{const _0x4bbfe1=a76_0x3ebda9;this[_0x4bbfe1(0x13e)](LOG_LEVELS[_0x4bbfe1(0x149)],_0x4070fd);};[a76_0x3ebda9(0x144)]=(..._0x16a3fe)=>{const _0x5400db=a76_0x3ebda9;this[_0x5400db(0x13e)](LOG_LEVELS['INFO'],_0x16a3fe);};[a76_0x3ebda9(0x13a)]=(..._0x334586)=>{const _0x2add9b=a76_0x3ebda9;this[_0x2add9b(0x13e)](LOG_LEVELS['WARN'],_0x334586);};[a76_0x3ebda9(0x135)]=(..._0x30d8ce)=>{const _0x2b9e8e=a76_0x3ebda9;this[_0x2b9e8e(0x13e)](LOG_LEVELS[_0x2b9e8e(0x13d)],_0x30d8ce);};[a76_0x3ebda9(0x133)]=(..._0x846bef)=>{const _0x5e3927=a76_0x3ebda9;this['logToTestOps'](LOG_LEVELS[_0x5e3927(0x141)],_0x846bef);};}function a76_0x4c7f(_0x4ea462,_0x1bfd7e){const _0x2be8b7=a76_0x2be8();return a76_0x4c7f=function(_0x4c7f19,_0x36045f){_0x4c7f19=_0x4c7f19-0x12e;let _0x341e49=_0x2be8b7[_0x4c7f19];return _0x341e49;},a76_0x4c7f(_0x4ea462,_0x1bfd7e);};module[a76_0x3ebda9(0x143)]=logPatcher;
@@ -1 +1 @@
1
- const a78_0x5915ac=a78_0x10e6;(function(_0x495af0,_0xb7e030){const _0x33aef3=a78_0x10e6,_0x59c2dd=_0x495af0();while(!![]){try{const _0xc5e899=-parseInt(_0x33aef3(0x162))/0x1*(-parseInt(_0x33aef3(0x150))/0x2)+-parseInt(_0x33aef3(0x152))/0x3*(-parseInt(_0x33aef3(0x156))/0x4)+-parseInt(_0x33aef3(0x175))/0x5+-parseInt(_0x33aef3(0x15a))/0x6*(parseInt(_0x33aef3(0x173))/0x7)+parseInt(_0x33aef3(0x15c))/0x8+parseInt(_0x33aef3(0x168))/0x9*(-parseInt(_0x33aef3(0x164))/0xa)+parseInt(_0x33aef3(0x158))/0xb*(parseInt(_0x33aef3(0x15b))/0xc);if(_0xc5e899===_0xb7e030)break;else _0x59c2dd['push'](_0x59c2dd['shift']());}catch(_0x49658c){_0x59c2dd['push'](_0x59c2dd['shift']());}}}(a78_0x2ca5,0xe5a98));function a78_0x10e6(_0xa0934c,_0x587b05){const _0x2ca533=a78_0x2ca5();return a78_0x10e6=function(_0x10e6bf,_0x4a352c){_0x10e6bf=_0x10e6bf-0x150;let _0xfb900=_0x2ca533[_0x10e6bf];return _0xfb900;},a78_0x10e6(_0xa0934c,_0x587b05);}const Transport=require(a78_0x5915ac(0x16b)),{consoleHolder}=require(a78_0x5915ac(0x160)),a78_0x2451dc={};a78_0x2451dc[a78_0x5915ac(0x155)]=a78_0x5915ac(0x155),a78_0x2451dc[a78_0x5915ac(0x15e)]=a78_0x5915ac(0x15e),a78_0x2451dc[a78_0x5915ac(0x16c)]='DEBUG',a78_0x2451dc[a78_0x5915ac(0x16e)]=a78_0x5915ac(0x16e),a78_0x2451dc[a78_0x5915ac(0x161)]=a78_0x5915ac(0x161);const LOG_LEVELS=a78_0x2451dc;class logReportingAPI extends Transport{constructor(_0x3d9680){super(_0x3d9680);}[a78_0x5915ac(0x157)](_0x404b3b,_0x35e98b){const _0x37ca66=a78_0x5915ac,_0x4965b9={'JtcGS':_0x37ca66(0x16f),'MrkiT':function(_0x5a2885,_0x4cdd9c){return _0x5a2885(_0x4cdd9c);},'otVTQ':function(_0xdd751a,_0x3bb745){return _0xdd751a===_0x3bb745;},'pEJHp':_0x37ca66(0x153),'RxrJM':function(_0x31c717){return _0x31c717();}};_0x4965b9['MrkiT'](setImmediate,()=>{const _0x18dd00=_0x37ca66;this[_0x18dd00(0x16d)](_0x4965b9[_0x18dd00(0x171)],_0x404b3b);}),_0x4965b9[_0x37ca66(0x167)](typeof _0x404b3b,_0x4965b9[_0x37ca66(0x172)])?this[_0x37ca66(0x166)](_0x404b3b['level']||LOG_LEVELS['INFO'],_0x404b3b[_0x37ca66(0x174)],![]):this[_0x37ca66(0x166)](LOG_LEVELS['INFO'],_0x404b3b),_0x35e98b&&_0x4965b9[_0x37ca66(0x163)](_0x35e98b);}[a78_0x5915ac(0x166)]=(_0x4c0600=LOG_LEVELS[a78_0x5915ac(0x155)],_0x4d8065='',_0x567df0=!![])=>{const _0x59d38f=a78_0x5915ac,_0x1b8d2c={};_0x1b8d2c[_0x59d38f(0x154)]=_0x59d38f(0x15d);const _0x513124=_0x1b8d2c;_0x567df0&&consoleHolder[_0x4c0600[_0x59d38f(0x151)]()](_0x4d8065),process[_0x59d38f(0x16d)](_0x59d38f(0x15f)+process[_0x59d38f(0x170)],{'timestamp':new Date()[_0x59d38f(0x159)](),'level':_0x4c0600['toUpperCase'](),'message':_0x4d8065,'kind':_0x513124[_0x59d38f(0x154)],'http_response':{}});};[a78_0x5915ac(0x16a)]=(_0xd6fc4f,_0x1f783b)=>{const _0x393c17=a78_0x5915ac;this[_0x393c17(0x166)](LOG_LEVELS[_0x393c17(0x16e)],_0xd6fc4f);};['debug']=(_0x2ea5dd,_0x172b21)=>{const _0x5f51e4=a78_0x5915ac;this[_0x5f51e4(0x166)](LOG_LEVELS['DEBUG'],_0x2ea5dd);};['info']=(_0x30e586,_0x2dbed7)=>{const _0x28a50a=a78_0x5915ac;this[_0x28a50a(0x166)](LOG_LEVELS[_0x28a50a(0x155)],_0x30e586);};[a78_0x5915ac(0x169)]=(_0x2cd063,_0x4a2df2)=>{const _0x150555=a78_0x5915ac;this[_0x150555(0x166)](LOG_LEVELS['WARN'],_0x2cd063);};[a78_0x5915ac(0x165)]=(_0x416ca2,_0x4641fe)=>{const _0x3adf01=a78_0x5915ac;this['logToTestOps'](LOG_LEVELS[_0x3adf01(0x15e)],_0x416ca2);};};function a78_0x2ca5(){const _0x57178d=['error','logToTestOps','otVTQ','14139SeOjyQ','warn','trace','winston-transport','DEBUG','emit','TRACE','logged','pid','JtcGS','pEJHp','1834SMzYUa','message','5375790BQRHjH','3412mQUwrF','toLowerCase','1307655BDbFJZ','object','XSpQV','INFO','12AvsrkY','log','44IEeFim','toISOString','21732ceNCwQ','1250796sUQKFR','12598352GBahLe','TEST_LOG','ERROR','bs:addLog:','../../helpers/test-observability/constants','WARN','175nBSIAw','RxrJM','4030znNKlq'];a78_0x2ca5=function(){return _0x57178d;};return a78_0x2ca5();}module['exports']=logReportingAPI;
1
+ const a77_0xb0c523=a77_0x23be;(function(_0xf3b640,_0x10d628){const _0xf54433=a77_0x23be,_0x271ad6=_0xf3b640();while(!![]){try{const _0x31c31a=parseInt(_0xf54433(0x13a))/0x1*(-parseInt(_0xf54433(0x14c))/0x2)+-parseInt(_0xf54433(0x138))/0x3*(parseInt(_0xf54433(0x126))/0x4)+-parseInt(_0xf54433(0x147))/0x5+parseInt(_0xf54433(0x140))/0x6*(-parseInt(_0xf54433(0x146))/0x7)+-parseInt(_0xf54433(0x13c))/0x8*(-parseInt(_0xf54433(0x134))/0x9)+parseInt(_0xf54433(0x137))/0xa*(-parseInt(_0xf54433(0x133))/0xb)+-parseInt(_0xf54433(0x142))/0xc*(-parseInt(_0xf54433(0x12c))/0xd);if(_0x31c31a===_0x10d628)break;else _0x271ad6['push'](_0x271ad6['shift']());}catch(_0x52a1c8){_0x271ad6['push'](_0x271ad6['shift']());}}}(a77_0x4af9,0x8fe6f));const Transport=require(a77_0xb0c523(0x12d)),{consoleHolder}=require(a77_0xb0c523(0x136)),a77_0x4efd72={};a77_0x4efd72[a77_0xb0c523(0x128)]='INFO',a77_0x4efd72[a77_0xb0c523(0x144)]=a77_0xb0c523(0x144),a77_0x4efd72[a77_0xb0c523(0x130)]=a77_0xb0c523(0x130),a77_0x4efd72[a77_0xb0c523(0x131)]=a77_0xb0c523(0x131),a77_0x4efd72['WARN']=a77_0xb0c523(0x148);function a77_0x23be(_0x4f6606,_0x1ec0c3){const _0x4af9f1=a77_0x4af9();return a77_0x23be=function(_0x23bea4,_0x2005a0){_0x23bea4=_0x23bea4-0x126;let _0x324e65=_0x4af9f1[_0x23bea4];return _0x324e65;},a77_0x23be(_0x4f6606,_0x1ec0c3);}function a77_0x4af9(){const _0x274bf0=['nPuBx','bs:addLog:','13nUuACU','winston-transport','YJFPH','log','DEBUG','TRACE','hMLsf','44vMMCnG','711189reOAoc','logToTestOps','../../helpers/test-observability/constants','1518360DqQTxs','2229EdoSZF','object','350782UdNdlW','level','56xgHLJe','logged','exports','PASen','1410XZORsd','trace','41997444easvSQ','info','ERROR','toLowerCase','19544nKzeZj','2369000hiuGWP','WARN','uAbTA','toISOString','warn','6NvmLzj','TEST_LOG','3628gzmivq','debug','INFO','emit'];a77_0x4af9=function(){return _0x274bf0;};return a77_0x4af9();}const LOG_LEVELS=a77_0x4efd72;class logReportingAPI extends Transport{constructor(_0x331a64){super(_0x331a64);}[a77_0xb0c523(0x12f)](_0xa9af9a,_0x494666){const _0x2abd79=a77_0xb0c523,_0x30adca={'YJFPH':_0x2abd79(0x13d),'nPuBx':function(_0x57c68a,_0x84e50f){return _0x57c68a(_0x84e50f);},'lpybK':function(_0x4f8454,_0x13b91c){return _0x4f8454===_0x13b91c;},'uAbTA':_0x2abd79(0x139),'PASen':function(_0x38a9f1){return _0x38a9f1();}};_0x30adca[_0x2abd79(0x12a)](setImmediate,()=>{const _0x412a37=_0x2abd79;this[_0x412a37(0x129)](_0x30adca[_0x412a37(0x12e)],_0xa9af9a);}),_0x30adca['lpybK'](typeof _0xa9af9a,_0x30adca[_0x2abd79(0x149)])?this[_0x2abd79(0x135)](_0xa9af9a[_0x2abd79(0x13b)]||LOG_LEVELS[_0x2abd79(0x128)],_0xa9af9a['message'],![]):this[_0x2abd79(0x135)](LOG_LEVELS['INFO'],_0xa9af9a),_0x494666&&_0x30adca[_0x2abd79(0x13f)](_0x494666);}[a77_0xb0c523(0x135)]=(_0x5a3535=LOG_LEVELS['INFO'],_0x559fca='',_0x410363=!![])=>{const _0x45be04=a77_0xb0c523,_0x364374={};_0x364374[_0x45be04(0x132)]=_0x45be04(0x14d);const _0x30eb61=_0x364374;_0x410363&&consoleHolder[_0x5a3535[_0x45be04(0x145)]()](_0x559fca),process['emit'](_0x45be04(0x12b)+process['pid'],{'timestamp':new Date()[_0x45be04(0x14a)](),'level':_0x5a3535['toUpperCase'](),'message':_0x559fca,'kind':_0x30eb61[_0x45be04(0x132)],'http_response':{}});};[a77_0xb0c523(0x141)]=(_0x39542b,_0x5263e1)=>{const _0x58fafb=a77_0xb0c523;this['logToTestOps'](LOG_LEVELS[_0x58fafb(0x131)],_0x39542b);};[a77_0xb0c523(0x127)]=(_0x4a417d,_0x69d624)=>{const _0x314c58=a77_0xb0c523;this['logToTestOps'](LOG_LEVELS[_0x314c58(0x130)],_0x4a417d);};[a77_0xb0c523(0x143)]=(_0x3101a1,_0x1672f3)=>{const _0x16ca60=a77_0xb0c523;this[_0x16ca60(0x135)](LOG_LEVELS[_0x16ca60(0x128)],_0x3101a1);};[a77_0xb0c523(0x14b)]=(_0x103e74,_0x151ffa)=>{const _0x1f8d76=a77_0xb0c523;this[_0x1f8d76(0x135)](LOG_LEVELS[_0x1f8d76(0x148)],_0x103e74);};['error']=(_0x25bfe0,_0x1c2c2c)=>{const _0x796070=a77_0xb0c523;this['logToTestOps'](LOG_LEVELS[_0x796070(0x144)],_0x25bfe0);};};module[a77_0xb0c523(0x13e)]=logReportingAPI;