browserstack-node-sdk 1.68.2 → 1.70.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 (227) 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_pb.d.ts +172 -0
  41. package/generated/sdk-messages_pb.js +1334 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +69 -0
  44. package/package.json +5 -1
  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/detox/a11ySetup.js +1 -1
  57. package/src/bin/detox/command.js +1 -1
  58. package/src/bin/detox/modifyDetoxConf.js +1 -1
  59. package/src/bin/detox/traEmitter.js +1 -1
  60. package/src/bin/integrations/command.js +1 -1
  61. package/src/bin/integrations/constants.js +1 -1
  62. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/jasmine/command.js +1 -1
  64. package/src/bin/jasmine/test.setup.js +1 -1
  65. package/src/bin/jasmine/testRunMap.js +1 -1
  66. package/src/bin/jest/command.js +1 -1
  67. package/src/bin/jest/customImplements/customCircus.js +1 -1
  68. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  69. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  70. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  71. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  72. package/src/bin/jest/jest.setup.js +1 -1
  73. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  74. package/src/bin/jest/test-observability/helper.js +1 -1
  75. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  76. package/src/bin/jest/test-observability/test-details.js +1 -1
  77. package/src/bin/jest/test.setup.js +1 -1
  78. package/src/bin/jest/test_before.setup.js +1 -1
  79. package/src/bin/launcher/launcher.js +1 -1
  80. package/src/bin/load/index.js +1 -1
  81. package/src/bin/load/loadErrors.js +1 -1
  82. package/src/bin/load/loadUtils.js +1 -1
  83. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  84. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  85. package/src/bin/mocha/command.js +1 -1
  86. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  87. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  88. package/src/bin/mocha/test.setup.js +1 -1
  89. package/src/bin/newman/command.js +1 -1
  90. package/src/bin/newman/helper.js +1 -1
  91. package/src/bin/newman/reporter/index.js +1 -1
  92. package/src/bin/newman/scriptRunner.js +1 -1
  93. package/src/bin/nightwatch/command.js +1 -1
  94. package/src/bin/node-generic/client.js +1 -1
  95. package/src/bin/playwright/accessibility-helper.js +1 -1
  96. package/src/bin/playwright/command.js +1 -1
  97. package/src/bin/playwright/globalSetup.js +1 -1
  98. package/src/bin/playwright/mock-process.js +1 -1
  99. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  100. package/src/bin/playwright/patches.js +1 -1
  101. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  102. package/src/bin/playwright/reporter/reporter.js +1 -1
  103. package/src/bin/playwright/reporter/test-details.js +1 -1
  104. package/src/bin/playwright/reporterArgs.js +1 -1
  105. package/src/bin/playwright/sessionDetails.js +1 -1
  106. package/src/bin/puppeteer/patches.js +1 -1
  107. package/src/bin/puppeteer/sessionDetails.js +1 -1
  108. package/src/bin/puppeteer/test.setup.js +1 -1
  109. package/src/bin/runner.js +1 -1
  110. package/src/bin/setup.js +1 -1
  111. package/src/bin/test-runner/index.js +1 -1
  112. package/src/bin/test-runner/runTest.js +1 -1
  113. package/src/bin/test-runner/testWorker.js +1 -1
  114. package/src/bin/testcafe/a11y-runner.js +1 -1
  115. package/src/bin/testcafe/command.js +1 -1
  116. package/src/bin/testcafe/reporter/index.js +1 -1
  117. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  118. package/src/bin/testcafe/session-registry.js +1 -1
  119. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  120. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  121. package/src/bin/testcafe/w3c-driver.js +1 -1
  122. package/src/bin/utils/apiUtilityMethods.js +1 -1
  123. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  124. package/src/bin/utils/constants.js +1 -1
  125. package/src/bin/utils/log4jsAppender.js +1 -1
  126. package/src/bin/utils/logPatcher.js +1 -1
  127. package/src/bin/utils/logReportingAPI.js +1 -1
  128. package/src/bin/utils/playwright-patcher.js +1 -1
  129. package/src/bin/utils/puppeteer-patcher.js +1 -1
  130. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  131. package/src/bin/utils/sharedUtils.js +1 -1
  132. package/src/bin/v2/TestInfo.js +1 -1
  133. package/src/bin/v2/browserstackCLI.js +1 -1
  134. package/src/bin/v2/cliUtils.js +1 -1
  135. package/src/bin/v2/customTagManager.js +1 -1
  136. package/src/bin/v2/eventDispatcher.js +1 -1
  137. package/src/bin/v2/framework/automationFramework.js +1 -1
  138. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  139. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  140. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  141. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  142. package/src/bin/v2/framework/mochaTestFramework.js +1 -0
  143. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  144. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  145. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  146. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  147. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  148. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -0
  149. package/src/bin/v2/framework/testFramework.js +1 -1
  150. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  151. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  152. package/src/bin/v2/grpcClient.js +1 -1
  153. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  154. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  155. package/src/bin/v2/instances/trackedContext.js +1 -1
  156. package/src/bin/v2/instances/trackedInstance.js +1 -1
  157. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  158. package/src/bin/v2/modules/baseModule.js +1 -1
  159. package/src/bin/v2/modules/loadTestModule.js +1 -1
  160. package/src/bin/v2/modules/observabilityModule.js +1 -1
  161. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  162. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  163. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  164. package/src/bin/v2/modules/testhubModule.js +1 -1
  165. package/src/bin/v2/runStateStore.js +1 -0
  166. package/src/bin/v2/sdkErrorHandler.js +1 -1
  167. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  168. package/src/bin/v2/state/hookState.js +1 -1
  169. package/src/bin/v2/state/testFrameworkState.js +1 -1
  170. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  171. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  172. package/src/bin/v2/utils/jest-utils.js +1 -1
  173. package/src/bin/vanilla-js/command.js +1 -1
  174. package/src/browserStackSdk.js +1 -1
  175. package/src/helpers/BrowserStackSetup.js +1 -1
  176. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  177. package/src/helpers/accessibility-automation/constants.js +1 -1
  178. package/src/helpers/accessibility-automation/helper.js +1 -1
  179. package/src/helpers/accessibility-automation/scripts.js +1 -1
  180. package/src/helpers/ats/constants.js +1 -1
  181. package/src/helpers/ats/helper.js +1 -1
  182. package/src/helpers/caCertHelper.js +1 -1
  183. package/src/helpers/capsMapping.js +1 -1
  184. package/src/helpers/central-scanner/constants.js +1 -1
  185. package/src/helpers/central-scanner/helpers.js +1 -1
  186. package/src/helpers/classLogger.js +1 -1
  187. package/src/helpers/driverInitErrorReporter.js +1 -1
  188. package/src/helpers/globals.js +1 -1
  189. package/src/helpers/helper.js +1 -1
  190. package/src/helpers/logger.js +1 -1
  191. package/src/helpers/metadata.js +1 -1
  192. package/src/helpers/patchHelper.js +1 -1
  193. package/src/helpers/patchHelpers.js +1 -1
  194. package/src/helpers/percy/Percy.js +1 -1
  195. package/src/helpers/percy/PercyBinary.js +1 -1
  196. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  197. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  198. package/src/helpers/percy/PercySDK.js +1 -1
  199. package/src/helpers/percy/index.js +1 -1
  200. package/src/helpers/percy/utils.js +1 -1
  201. package/src/helpers/performance/constants.js +1 -1
  202. package/src/helpers/performance/performance-tester.js +1 -1
  203. package/src/helpers/playwright-helper.js +1 -1
  204. package/src/helpers/processHelper.js +1 -1
  205. package/src/helpers/puppeteer-helper.js +1 -1
  206. package/src/helpers/request-spy.js +1 -1
  207. package/src/helpers/setKeepAlive.js +1 -1
  208. package/src/helpers/stackFrameUtils.js +1 -1
  209. package/src/helpers/test-observability/constants.js +1 -1
  210. package/src/helpers/test-observability/error-handler.js +1 -1
  211. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  212. package/src/helpers/test-observability/sessionHandler.js +1 -1
  213. package/src/helpers/test-observability/utils.js +1 -1
  214. package/src/helpers/test-orchestration/constants.js +1 -1
  215. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  216. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  217. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  218. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  219. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  220. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  221. package/src/helpers/testhub/constants.js +1 -1
  222. package/src/helpers/testhub/testhubHandler.js +1 -1
  223. package/src/helpers/testhub/utils.js +1 -1
  224. package/src/helpers/utilities.js +1 -1
  225. package/src/helpers/w3cMapping.js +1 -1
  226. package/src/hubAllocationMethods.js +1 -1
  227. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 'use strict';const a73_0x3a076d=a73_0x560a;(function(_0x2a960f,_0x511158){const _0x2e2c1b=a73_0x560a,_0x2cd5d2=_0x2a960f();while(!![]){try{const _0x3ef37c=parseInt(_0x2e2c1b(0x1ed))/0x1+parseInt(_0x2e2c1b(0x1fa))/0x2+-parseInt(_0x2e2c1b(0x20b))/0x3+parseInt(_0x2e2c1b(0x204))/0x4*(parseInt(_0x2e2c1b(0x1f4))/0x5)+-parseInt(_0x2e2c1b(0x203))/0x6*(-parseInt(_0x2e2c1b(0x1bf))/0x7)+parseInt(_0x2e2c1b(0x1d2))/0x8*(parseInt(_0x2e2c1b(0x1f1))/0x9)+parseInt(_0x2e2c1b(0x1e5))/0xa*(-parseInt(_0x2e2c1b(0x1e3))/0xb);if(_0x3ef37c===_0x511158)break;else _0x2cd5d2['push'](_0x2cd5d2['shift']());}catch(_0x22d3f7){_0x2cd5d2['push'](_0x2cd5d2['shift']());}}}(a73_0x1641,0xd5a74));const got=require(a73_0x3a076d(0x205)),logger=require(a73_0x3a076d(0x1bd))[a73_0x3a076d(0x1e1)],{BROWSERSTACK_API_URL}=require(a73_0x3a076d(0x1fd)),_entries=[];function register(_0x3da250){const _0xd45164=a73_0x3a076d,_0x360265={};_0x360265[_0xd45164(0x1d6)]=_0xd45164(0x1c1),_0x360265[_0xd45164(0x1c3)]=_0xd45164(0x1ee);const _0x7355e6=_0x360265,_0x45ca5f={'status':_0x7355e6[_0xd45164(0x1d6)],'reason':_0x7355e6[_0xd45164(0x1c3)],..._0x3da250};_entries[_0xd45164(0x1d3)](_0x45ca5f);}function listEntries(){const _0x4ae365=a73_0x3a076d;return _entries[_0x4ae365(0x1dd)]();}function markStatus(_0x2743ba,_0x1a0657,_0x42f8da){const _0x2a29d4=a73_0x3a076d,_0x3fa73d={};_0x3fa73d[_0x2a29d4(0x1dc)]=function(_0xbe2612,_0x36cc3f){return _0xbe2612===_0x36cc3f;};const _0x2c67fc=_0x3fa73d;for(const _0x183b0f of _entries){if(_0x2c67fc[_0x2a29d4(0x1dc)](_0x183b0f[_0x2a29d4(0x1eb)],_0x2743ba))return _0x183b0f['status']=_0x1a0657,_0x42f8da&&(_0x183b0f[_0x2a29d4(0x1e9)]=_0x42f8da),!![];}return![];}function _resolveCreds(_0xe94450){const _0x387a56=a73_0x3a076d,_0x42582d={'hKSJu':function(_0x29d021,_0x188b40){return _0x29d021(_0x188b40);},'hpTgw':function(_0x377d75,_0x13169c){return _0x377d75(_0x13169c);}};try{if(_0xe94450){const _0x42cce4=_0x42582d[_0x387a56(0x1e6)](String,_0xe94450)[_0x387a56(0x1f2)](),_0x1440e8=/^https?:\/\//i[_0x387a56(0x1cf)](_0x42cce4)?_0x42cce4:_0x387a56(0x20a)+_0x42cce4[_0x387a56(0x207)](/^\/+/,''),_0x47978a=new URL(_0x1440e8);if(_0x47978a[_0x387a56(0x201)]||_0x47978a['password'])return{'username':_0x42582d[_0x387a56(0x1d4)](decodeURIComponent,_0x47978a[_0x387a56(0x201)]||''),'password':_0x42582d[_0x387a56(0x1e6)](decodeURIComponent,_0x47978a[_0x387a56(0x1e4)]||'')};}}catch(_0x235705){}const _0x423d01={};return _0x423d01[_0x387a56(0x201)]=process['env'][_0x387a56(0x1c8)]||'',_0x423d01[_0x387a56(0x1e4)]=process[_0x387a56(0x202)][_0x387a56(0x20d)]||'',_0x423d01;}function a73_0x1641(){const _0x549029=['test','throwHttpErrors','register','3016thOwuw','push','hpTgw','warn','TvfFX','setSessionStatus',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','browserstack_executor:\x20','\x20(will\x20retry\x20via\x20REST):\x20','hubUrl','VcTNi','slice','BoKpg',')\x20OK\x20for\x20','message','winstonLogger','[session-registry]\x20REST\x20mark\x20HTTP\x20','110ivINrE','password','1901550gwyxIO','hKSJu','executeScript','ELBIG','reason','YEoyV','platformIndex','RNjDd','693604xVpWlb','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','quit','mbHTQ','10818uFIYAU','trim','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','650FtDcuN','FGQrz','responseType','/automate/sessions/','json','put','2391000xJAPjD','xIjsy','exports','../utils/constants','[session-registry]\x20REST\x20setSessionStatus(','listEntries','status','username','env','6FKxoPL','17164ARWwTw','got','[session-registry]\x20executeScript\x20setSessionStatus(','replace','XnxtM','driver','https://','5109699BcItkt','action','BROWSERSTACK_ACCESS_KEY','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','stringify','../../helpers/logger','CNENi','11058733NpoBhP','uHzhB','failed','markStatus','nUWWY','[session-registry]\x20driver.quit\x20failed\x20for\x20','ygjHd','body','statusCode','BROWSERSTACK_USERNAME','sessionId','\x20for\x20','quitAll','arguments','info','timeout'];a73_0x1641=function(){return _0x549029;};return a73_0x1641();}function a73_0x560a(_0x5af19f,_0x11f2c7){const _0x16416e=a73_0x1641();return a73_0x560a=function(_0x560a83,_0x236437){_0x560a83=_0x560a83-0x1bd;let _0x4b26b5=_0x16416e[_0x560a83];return _0x4b26b5;},a73_0x560a(_0x5af19f,_0x11f2c7);}async function _markViaRestApi(_0x38092e){const _0x14de11=a73_0x3a076d,_0x5bfc98={'uHzhB':function(_0x261f40,_0x5bf3f3){return _0x261f40(_0x5bf3f3);},'xIjsy':function(_0x301495,_0x13db4f){return _0x301495||_0x13db4f;},'ELBIG':_0x14de11(0x1c1),'cTRlY':_0x14de11(0x1f8),'RNjDd':function(_0x5cd701,_0x369180){return _0x5cd701>=_0x369180;},'mbHTQ':function(_0x1d22df,_0x80bbf5){return _0x1d22df<_0x80bbf5;}},{username:_0x604be6,password:_0x4734ab}=_0x5bfc98[_0x14de11(0x1c0)](_resolveCreds,_0x38092e[_0x14de11(0x1db)]);if(_0x5bfc98[_0x14de11(0x1fb)](!_0x604be6,!_0x4734ab))return logger[_0x14de11(0x1d5)](_0x14de11(0x1f3)+_0x38092e[_0x14de11(0x1c9)]+_0x14de11(0x1d8)),![];const _0x5b912d=BROWSERSTACK_API_URL+_0x14de11(0x1f7)+_0x38092e[_0x14de11(0x1c9)]+'.json';try{const _0x4d38f0={};_0x4d38f0['status']=_0x38092e[_0x14de11(0x200)]||_0x5bfc98[_0x14de11(0x1e8)],_0x4d38f0[_0x14de11(0x1e9)]=_0x38092e['reason']||'';const _0x393b00={};_0x393b00['request']=0x7530;const _0x1f0d30={};_0x1f0d30[_0x14de11(0x201)]=_0x604be6,_0x1f0d30[_0x14de11(0x1e4)]=_0x4734ab,_0x1f0d30[_0x14de11(0x1f8)]=_0x4d38f0,_0x1f0d30[_0x14de11(0x1f6)]=_0x5bfc98['cTRlY'],_0x1f0d30[_0x14de11(0x1d0)]=![],_0x1f0d30[_0x14de11(0x1ce)]=_0x393b00;const _0xe094cd=await got[_0x14de11(0x1f9)](_0x5b912d,_0x1f0d30);if(_0x5bfc98[_0x14de11(0x1ec)](_0xe094cd[_0x14de11(0x1c7)],0xc8)&&_0x5bfc98[_0x14de11(0x1f0)](_0xe094cd[_0x14de11(0x1c7)],0x12c))return logger[_0x14de11(0x1cd)](_0x14de11(0x1fe)+_0x38092e[_0x14de11(0x200)]+')\x20OK\x20for\x20'+_0x38092e[_0x14de11(0x1c9)]),!![];return logger[_0x14de11(0x1d5)](_0x14de11(0x1e2)+_0xe094cd[_0x14de11(0x1c7)]+_0x14de11(0x1ca)+_0x38092e[_0x14de11(0x1c9)]+':\x20'+JSON[_0x14de11(0x20f)](_0xe094cd[_0x14de11(0x1c6)])['slice'](0x0,0xc8)),![];}catch(_0x4f1550){return logger['warn']('[session-registry]\x20REST\x20mark\x20failed\x20for\x20'+_0x38092e[_0x14de11(0x1c9)]+':\x20'+_0x4f1550['message']),![];}}async function quitAll(){const _0x412725=a73_0x3a076d,_0x2087be={'CNENi':function(_0x24e17d,_0xa89ae1){return _0x24e17d===_0xa89ae1;},'XnxtM':'function','FGQrz':_0x412725(0x1d7),'YEoyV':_0x412725(0x1c1),'BoKpg':function(_0x8a55c9,_0x340023){return _0x8a55c9(_0x340023);},'ygjHd':function(_0xdaf581,_0x3d9fe9){return _0xdaf581===_0x3d9fe9;}};try{for(const _0x1bf60a of _entries){let _0x2340eb=![];try{if(_0x1bf60a[_0x412725(0x209)]&&_0x2087be[_0x412725(0x1be)](typeof _0x1bf60a['driver'][_0x412725(0x1e7)],_0x2087be[_0x412725(0x208)])){const _0x19aed5={};_0x19aed5[_0x412725(0x20c)]=_0x2087be[_0x412725(0x1f5)],_0x19aed5[_0x412725(0x1cc)]={},_0x19aed5[_0x412725(0x1cc)][_0x412725(0x200)]=_0x1bf60a[_0x412725(0x200)]||_0x2087be[_0x412725(0x1ea)],_0x19aed5[_0x412725(0x1cc)][_0x412725(0x1e9)]=_0x1bf60a[_0x412725(0x1e9)]||'';const _0x400436=_0x412725(0x1d9)+JSON[_0x412725(0x20f)](_0x19aed5);await _0x1bf60a[_0x412725(0x209)][_0x412725(0x1e7)](_0x400436),_0x2340eb=!![],logger[_0x412725(0x1cd)](_0x412725(0x206)+_0x1bf60a[_0x412725(0x200)]+_0x412725(0x1df)+_0x1bf60a[_0x412725(0x1c9)]);}}catch(_0x3ff185){logger[_0x412725(0x1d5)](_0x412725(0x20e)+_0x1bf60a[_0x412725(0x1c9)]+_0x412725(0x1da)+_0x3ff185[_0x412725(0x1e0)]);}!_0x2340eb&&await _0x2087be[_0x412725(0x1de)](_markViaRestApi,_0x1bf60a);try{_0x1bf60a[_0x412725(0x209)]&&_0x2087be[_0x412725(0x1c5)](typeof _0x1bf60a[_0x412725(0x209)]['quit'],_0x2087be[_0x412725(0x208)])&&await _0x1bf60a[_0x412725(0x209)][_0x412725(0x1ef)]();}catch(_0x309b22){logger[_0x412725(0x1d5)](_0x412725(0x1c4)+_0x1bf60a[_0x412725(0x1c9)]+':\x20'+_0x309b22[_0x412725(0x1e0)]);}}}finally{_entries['length']=0x0;}}const a73_0x55f380={};a73_0x55f380[a73_0x3a076d(0x1d1)]=register,a73_0x55f380[a73_0x3a076d(0x1ff)]=listEntries,a73_0x55f380[a73_0x3a076d(0x1c2)]=markStatus,a73_0x55f380[a73_0x3a076d(0x1cb)]=quitAll,module[a73_0x3a076d(0x1fc)]=a73_0x55f380;
1
+ 'use strict';const a73_0xb6d201=a73_0x5450;(function(_0x1ec7de,_0x171bef){const _0x2ac084=a73_0x5450,_0x27533b=_0x1ec7de();while(!![]){try{const _0x5bfa46=-parseInt(_0x2ac084(0x238))/0x1+parseInt(_0x2ac084(0x1f4))/0x2+parseInt(_0x2ac084(0x203))/0x3+parseInt(_0x2ac084(0x235))/0x4+parseInt(_0x2ac084(0x21a))/0x5+-parseInt(_0x2ac084(0x225))/0x6*(-parseInt(_0x2ac084(0x1fd))/0x7)+parseInt(_0x2ac084(0x231))/0x8*(-parseInt(_0x2ac084(0x218))/0x9);if(_0x5bfa46===_0x171bef)break;else _0x27533b['push'](_0x27533b['shift']());}catch(_0x58515a){_0x27533b['push'](_0x27533b['shift']());}}}(a73_0x5a13,0xc3257));function a73_0x5a13(){const _0x17e32a=['225138YPBTCe','fpEqr','password','slice','sessionId','\x20for\x20','responseType','register','message','7LhXVHQ','quit','request','executeScript','test','throwHttpErrors','3424617EzHAaL','browserstack_executor:\x20','https://','quitAll','status','reason','[session-registry]\x20REST\x20setSessionStatus(','push','put','username','BqdLT','trim','driver','efZzz','Yhgjb','/automate/sessions/','UtyIf','statusCode','BROWSERSTACK_USERNAME',')\x20OK\x20for\x20','Oyhhh','2848581rGFlXw','length','3098605aovZsp','jtGrD','listEntries','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','[session-registry]\x20driver.quit\x20failed\x20for\x20','got','.json','replace','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','wXdNM','action','4612170Bqyeew','arguments','SjvZv','../../helpers/logger','function','exports','wcMgl','NvlxC','env','[session-registry]\x20REST\x20mark\x20failed\x20for\x20','IxtXs','../utils/constants','72nMfsRK','warn','failed','timeout','6276644HZETLA','info','stringify','563785QNgfVP','json','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','body','[session-registry]\x20REST\x20mark\x20HTTP\x20'];a73_0x5a13=function(){return _0x17e32a;};return a73_0x5a13();}const got=require(a73_0xb6d201(0x21f)),logger=require(a73_0xb6d201(0x228))['winstonLogger'],{BROWSERSTACK_API_URL}=require(a73_0xb6d201(0x230)),_entries=[];function register(_0x2f2b10){const _0x4040b0=a73_0xb6d201,_0x403dad={};_0x403dad[_0x4040b0(0x217)]=_0x4040b0(0x233),_0x403dad[_0x4040b0(0x20d)]=_0x4040b0(0x1f1);const _0x2248b3=_0x403dad,_0xbdafe3={'status':_0x2248b3[_0x4040b0(0x217)],'reason':_0x2248b3[_0x4040b0(0x20d)],..._0x2f2b10};_entries[_0x4040b0(0x20a)](_0xbdafe3);}function a73_0x5450(_0x511959,_0x518182){const _0x5a1306=a73_0x5a13();return a73_0x5450=function(_0x5450d1,_0x2fa694){_0x5450d1=_0x5450d1-0x1f0;let _0x469d66=_0x5a1306[_0x5450d1];return _0x469d66;},a73_0x5450(_0x511959,_0x518182);}function listEntries(){const _0x1b9558=a73_0xb6d201;return _entries[_0x1b9558(0x1f7)]();}function markStatus(_0x1a1d7e,_0x45abe7,_0x589eb7){const _0x4b3d24=a73_0xb6d201,_0x4623c6={};_0x4623c6[_0x4b3d24(0x21b)]=function(_0x1dacf6,_0x5d7cd0){return _0x1dacf6===_0x5d7cd0;};const _0x269c24=_0x4623c6;for(const _0x2f0b00 of _entries){if(_0x269c24[_0x4b3d24(0x21b)](_0x2f0b00['platformIndex'],_0x1a1d7e))return _0x2f0b00[_0x4b3d24(0x207)]=_0x45abe7,_0x589eb7&&(_0x2f0b00[_0x4b3d24(0x208)]=_0x589eb7),!![];}return![];}function _resolveCreds(_0x2351bb){const _0x387806=a73_0xb6d201,_0xf7efd7={'SjvZv':function(_0x3f0aa5,_0x5b4bc5){return _0x3f0aa5(_0x5b4bc5);},'Yhgjb':function(_0x303c8e,_0x847f51){return _0x303c8e(_0x847f51);}};try{if(_0x2351bb){const _0x334ca6=_0xf7efd7[_0x387806(0x227)](String,_0x2351bb)[_0x387806(0x20e)](),_0x1c3767=/^https?:\/\//i[_0x387806(0x201)](_0x334ca6)?_0x334ca6:_0x387806(0x205)+_0x334ca6[_0x387806(0x221)](/^\/+/,''),_0x33d38f=new URL(_0x1c3767);if(_0x33d38f[_0x387806(0x20c)]||_0x33d38f['password'])return{'username':_0xf7efd7[_0x387806(0x227)](decodeURIComponent,_0x33d38f[_0x387806(0x20c)]||''),'password':_0xf7efd7[_0x387806(0x211)](decodeURIComponent,_0x33d38f['password']||'')};}}catch(_0x5b7e18){}const _0x2ada20={};return _0x2ada20['username']=process[_0x387806(0x22d)][_0x387806(0x215)]||'',_0x2ada20[_0x387806(0x1f6)]=process[_0x387806(0x22d)]['BROWSERSTACK_ACCESS_KEY']||'',_0x2ada20;}async function _markViaRestApi(_0xf6f74f){const _0x1aabc3=a73_0xb6d201,_0x290a58={'UtyIf':function(_0x261b45,_0x28b14a){return _0x261b45(_0x28b14a);},'NvlxC':function(_0xaf8b89,_0x4e95f7){return _0xaf8b89||_0x4e95f7;},'IxtXs':_0x1aabc3(0x233),'dzAGd':_0x1aabc3(0x1f0),'wcMgl':function(_0x3d9d51,_0x407f7){return _0x3d9d51>=_0x407f7;},'lbMlY':function(_0x4acc04,_0x5957f4){return _0x4acc04<_0x5957f4;}},{username:_0x5dbf7d,password:_0x3508c3}=_0x290a58[_0x1aabc3(0x213)](_resolveCreds,_0xf6f74f['hubUrl']);if(_0x290a58[_0x1aabc3(0x22c)](!_0x5dbf7d,!_0x3508c3))return logger[_0x1aabc3(0x232)](_0x1aabc3(0x21d)+_0xf6f74f[_0x1aabc3(0x1f8)]+':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY'),![];const _0x456891=BROWSERSTACK_API_URL+_0x1aabc3(0x212)+_0xf6f74f[_0x1aabc3(0x1f8)]+_0x1aabc3(0x220);try{const _0x1f54df={};_0x1f54df[_0x1aabc3(0x207)]=_0xf6f74f['status']||_0x290a58[_0x1aabc3(0x22f)],_0x1f54df[_0x1aabc3(0x208)]=_0xf6f74f['reason']||'';const _0x511502={};_0x511502[_0x1aabc3(0x1ff)]=0x7530;const _0x48a650={};_0x48a650[_0x1aabc3(0x20c)]=_0x5dbf7d,_0x48a650[_0x1aabc3(0x1f6)]=_0x3508c3,_0x48a650[_0x1aabc3(0x1f0)]=_0x1f54df,_0x48a650[_0x1aabc3(0x1fa)]=_0x290a58['dzAGd'],_0x48a650[_0x1aabc3(0x202)]=![],_0x48a650[_0x1aabc3(0x234)]=_0x511502;const _0x223eb=await got[_0x1aabc3(0x20b)](_0x456891,_0x48a650);if(_0x290a58[_0x1aabc3(0x22b)](_0x223eb[_0x1aabc3(0x214)],0xc8)&&_0x290a58['lbMlY'](_0x223eb[_0x1aabc3(0x214)],0x12c))return logger[_0x1aabc3(0x236)](_0x1aabc3(0x209)+_0xf6f74f[_0x1aabc3(0x207)]+_0x1aabc3(0x216)+_0xf6f74f[_0x1aabc3(0x1f8)]),!![];return logger[_0x1aabc3(0x232)](_0x1aabc3(0x1f3)+_0x223eb[_0x1aabc3(0x214)]+_0x1aabc3(0x1f9)+_0xf6f74f['sessionId']+':\x20'+JSON[_0x1aabc3(0x237)](_0x223eb[_0x1aabc3(0x1f2)])[_0x1aabc3(0x1f7)](0x0,0xc8)),![];}catch(_0x12c06a){return logger[_0x1aabc3(0x232)](_0x1aabc3(0x22e)+_0xf6f74f[_0x1aabc3(0x1f8)]+':\x20'+_0x12c06a[_0x1aabc3(0x1fc)]),![];}}async function quitAll(){const _0x1d4a68=a73_0xb6d201,_0x5863b6={'fpEqr':function(_0x343d15,_0x260e6d){return _0x343d15===_0x260e6d;},'tRRLz':_0x1d4a68(0x229),'efZzz':'setSessionStatus','aiMhE':_0x1d4a68(0x233),'espSM':function(_0x114dae,_0x3f2cf5){return _0x114dae(_0x3f2cf5);},'wXdNM':function(_0x479952,_0x33e07e){return _0x479952===_0x33e07e;}};try{for(const _0x2f59c0 of _entries){let _0x966a3a=![];try{if(_0x2f59c0[_0x1d4a68(0x20f)]&&_0x5863b6[_0x1d4a68(0x1f5)](typeof _0x2f59c0['driver'][_0x1d4a68(0x200)],_0x5863b6['tRRLz'])){const _0x1b65f4={};_0x1b65f4[_0x1d4a68(0x224)]=_0x5863b6[_0x1d4a68(0x210)],_0x1b65f4[_0x1d4a68(0x226)]={},_0x1b65f4[_0x1d4a68(0x226)][_0x1d4a68(0x207)]=_0x2f59c0['status']||_0x5863b6['aiMhE'],_0x1b65f4[_0x1d4a68(0x226)][_0x1d4a68(0x208)]=_0x2f59c0[_0x1d4a68(0x208)]||'';const _0x5049c6=_0x1d4a68(0x204)+JSON[_0x1d4a68(0x237)](_0x1b65f4);await _0x2f59c0['driver'][_0x1d4a68(0x200)](_0x5049c6),_0x966a3a=!![],logger['info']('[session-registry]\x20executeScript\x20setSessionStatus('+_0x2f59c0[_0x1d4a68(0x207)]+_0x1d4a68(0x216)+_0x2f59c0[_0x1d4a68(0x1f8)]);}}catch(_0x54230b){logger['warn'](_0x1d4a68(0x222)+_0x2f59c0[_0x1d4a68(0x1f8)]+'\x20(will\x20retry\x20via\x20REST):\x20'+_0x54230b[_0x1d4a68(0x1fc)]);}!_0x966a3a&&await _0x5863b6['espSM'](_markViaRestApi,_0x2f59c0);try{_0x2f59c0[_0x1d4a68(0x20f)]&&_0x5863b6[_0x1d4a68(0x223)](typeof _0x2f59c0[_0x1d4a68(0x20f)][_0x1d4a68(0x1fe)],_0x5863b6['tRRLz'])&&await _0x2f59c0[_0x1d4a68(0x20f)]['quit']();}catch(_0x16b928){logger['warn'](_0x1d4a68(0x21e)+_0x2f59c0['sessionId']+':\x20'+_0x16b928[_0x1d4a68(0x1fc)]);}}}finally{_entries[_0x1d4a68(0x219)]=0x0;}}const a73_0x4f97d5={};a73_0x4f97d5[a73_0xb6d201(0x1fb)]=register,a73_0x4f97d5[a73_0xb6d201(0x21c)]=listEntries,a73_0x4f97d5['markStatus']=markStatus,a73_0x4f97d5[a73_0xb6d201(0x206)]=quitAll,module[a73_0xb6d201(0x22a)]=a73_0x4f97d5;
@@ -1 +1 @@
1
- 'use strict';const a74_0x5abfbb=a74_0x4fdb;(function(_0x5767f0,_0x2bec30){const _0x48340b=a74_0x4fdb,_0xb92c36=_0x5767f0();while(!![]){try{const _0x57d54f=-parseInt(_0x48340b(0x210))/0x1+parseInt(_0x48340b(0x1f8))/0x2*(parseInt(_0x48340b(0x215))/0x3)+parseInt(_0x48340b(0x20f))/0x4*(parseInt(_0x48340b(0x1ec))/0x5)+parseInt(_0x48340b(0x1d4))/0x6+parseInt(_0x48340b(0x1e7))/0x7+-parseInt(_0x48340b(0x1e4))/0x8*(parseInt(_0x48340b(0x1e3))/0x9)+parseInt(_0x48340b(0x231))/0xa*(-parseInt(_0x48340b(0x1dd))/0xb);if(_0x57d54f===_0x2bec30)break;else _0xb92c36['push'](_0xb92c36['shift']());}catch(_0x44e118){_0xb92c36['push'](_0xb92c36['shift']());}}}(a74_0x2bec,0xc7a0a));const {v4:uuidv4}=require(a74_0x5abfbb(0x22e)),logger=require(a74_0x5abfbb(0x200))[a74_0x5abfbb(0x1fa)];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(a74_0x5abfbb(0x22c)+'('+a74_0x5abfbb(0x229)+a74_0x5abfbb(0x21d)+a74_0x5abfbb(0x1fc)+a74_0x5abfbb(0x1dc)+a74_0x5abfbb(0x213)+'|Hostname:'+'|Test\x20\x5cd+\x20of\x20\x5cd+'+a74_0x5abfbb(0x1f7)+a74_0x5abfbb(0x230)+')');function a74_0x4fdb(_0x2ee870,_0x449f9d){const _0x2becf1=a74_0x2bec();return a74_0x4fdb=function(_0x4fdb9b,_0x75caff){_0x4fdb9b=_0x4fdb9b-0x1d4;let _0x27970f=_0x2becf1[_0x4fdb9b];return _0x27970f;},a74_0x4fdb(_0x2ee870,_0x449f9d);}function _stripAnsi(_0x454e6f){const _0x6639ec=a74_0x5abfbb,_0x552f75={};_0x552f75[_0x6639ec(0x1ef)]=function(_0x27c207,_0x5c0ec0){return _0x27c207!==_0x5c0ec0;},_0x552f75[_0x6639ec(0x1d9)]=_0x6639ec(0x236);const _0x37d1c9=_0x552f75;if(_0x37d1c9[_0x6639ec(0x1ef)](typeof _0x454e6f,_0x37d1c9[_0x6639ec(0x1d9)]))return _0x454e6f;return _0x454e6f[_0x6639ec(0x20e)](ANSI_RE,'');}function _shouldForward(_0x123bc5){const _0x45a320=a74_0x5abfbb,_0x203058={'GhLJM':function(_0x4decbd,_0x4c44a0){return _0x4decbd(_0x4c44a0);}};if(!_0x123bc5||!_0x123bc5[_0x45a320(0x1e2)]())return![];if(INTERNAL_LOG_RE[_0x45a320(0x233)](_0x123bc5))return![];const _0x248e92=_0x203058[_0x45a320(0x1f2)](_stripAnsi,_0x123bc5)[_0x45a320(0x1e2)]();if(!_0x248e92)return![];if(SPEC_REPORTER_RE['test'](_0x248e92))return![];return!![];}function a74_0x2bec(){const _0x1ad01c=['../v2/grpcClient','toISOString','LzAIQ','LTOaJ','TEST','|\x5cd+\x5cs+passed','../v2/browserstackCLI','stderr','bpByN','[stdout-interceptor]\x20installed','GOnUZ','getTrackedInstance','[stdout-interceptor]\x20uninstalled','wEWuU','debug','delete','split','[✓✔✗✘×]\x5cs','rAaCk','isRunning','^(\x5cs*)','clear','uuid','kind','|Waiting\x20for','210jJoIFJ','isArray','test','4|3|0|5|1|2|6','MalJF','string','4294128IMFieB','now','3|1|2|4|5|0|7|6','level','get','IoNue','testFrameworkVersion','../v2/framework/constants/testFrameworkConstants','|\x5cd+\x5cs+skipped','1375770HEoxNg','vadBF','DZoEj','lNBjo','SExzR','trim','360783CeqCSk','40nLrVzV','KIND_LOG','GCuxz','1766408izNmPm','install','ihEGg','nuTIo','bMQEx','63515SfzfiB','utf8','kwaXX','eints','timestamp','info','GhLJM','getTestFrameworks','write','getInstance','bind','|Connecting\x20to\x20.*://','22wFbKFO','yDrGv','winstonLogger','platformIndex','|\x5cd+\x5cs+failed','length','set','../v2/framework/testFramework','../../helpers/logger','test_run_uuid','__currentPlatformUuids','qemiV','oSYqI','xZjQN','getTestFramework','message','getData','stdout','size','FcqvN','logs','UEfhL','replace','476IFmTgn','384537BIPXkV','uninstall','WmfNA','|Running\x20tests\x20in','szckH','422571ZTBSGk','getTestFrameworksVersions','testFrameworkState'];a74_0x2bec=function(){return _0x1ad01c;};return a74_0x2bec();}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x2daaef){const _0x17fd82=a74_0x5abfbb,_0x79635d={};_0x79635d[_0x17fd82(0x21a)]=function(_0x342053,_0xc598b1){return _0x342053>_0xc598b1;},_0x79635d[_0x17fd82(0x1e0)]=function(_0x219b3c,_0x3c5b3e){return _0x219b3c>_0x3c5b3e;},_0x79635d['MalJF']=function(_0x3a810e,_0x3d4d08){return _0x3a810e-_0x3d4d08;},_0x79635d[_0x17fd82(0x1e9)]=function(_0x34e4a7,_0x109dfd){return _0x34e4a7!==_0x109dfd;},_0x79635d['GxNqm']=function(_0x5677f2,_0x3d3b72){return _0x5677f2<_0x3d3b72;},_0x79635d[_0x17fd82(0x1e6)]=function(_0x553b93,_0x553859){return _0x553b93-_0x553859;};const _0x24ed50=_0x79635d,_0x14f643=Date[_0x17fd82(0x1d5)]();if(_0x24ed50['LzAIQ'](_recent[_0x17fd82(0x20a)],0xc8))for(const [_0x82f252,_0xfc7f15]of _recent){_0x24ed50['lNBjo'](_0x24ed50[_0x17fd82(0x235)](_0x14f643,_0xfc7f15),DEDUP_WINDOW_MS)&&_recent[_0x17fd82(0x227)](_0x82f252);}const _0x2369c0=_recent[_0x17fd82(0x1d8)](_0x2daaef);if(_0x24ed50[_0x17fd82(0x1e9)](_0x2369c0,undefined)&&_0x24ed50['GxNqm'](_0x24ed50['GCuxz'](_0x14f643,_0x2369c0),DEDUP_WINDOW_MS))return!![];return _recent[_0x17fd82(0x1fe)](_0x2daaef,_0x14f643),![];}function _emitLog(_0x1b0dd7){const _0x606676=a74_0x5abfbb,_0xcbc123={'nuTIo':function(_0x17396b,_0x211e53){return _0x17396b(_0x211e53);},'rAaCk':_0x606676(0x21e),'bMQEx':_0x606676(0x218),'XIPKt':_0x606676(0x1ff),'Dllvq':_0x606676(0x1db),'qemiV':_0x606676(0x202),'WmfNA':function(_0x50c11c,_0x4ed60b){return _0x50c11c===_0x4ed60b;},'wEWuU':'function','yDrGv':function(_0x2f7c39,_0x259afa){return _0x2f7c39(_0x259afa);},'kwaXX':function(_0x30e166,_0x1fc8dc){return _0x30e166<_0x1fc8dc;},'UEfhL':_0x606676(0x1f1),'FcqvN':'testcafe','bpByN':_0x606676(0x21c)};try{const _0x5438b4=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123[_0x606676(0x22a)]),_0x1e1998=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123[_0x606676(0x1eb)]),_0x838571=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123['XIPKt']),_0x1dfbf7=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123['Dllvq']),_0x4232c5=_0x5438b4['getInstance']&&_0x5438b4['getInstance']();if(!_0x4232c5||!_0x4232c5[_0x606676(0x22b)]())return;const _0x4ef23d=_0x4232c5[_0x606676(0x206)]&&_0x4232c5[_0x606676(0x206)](),_0x16ded0=_0x838571[_0x606676(0x223)]&&_0x838571[_0x606676(0x223)]();if(!_0x16ded0)return;const _0x521bb1=Array[_0x606676(0x232)](_0x16ded0[_0x606676(0x208)](_0xcbc123['qemiV']))?_0x16ded0[_0x606676(0x208)](_0xcbc123[_0x606676(0x203)]):[];if(_0xcbc123[_0x606676(0x212)](_0x521bb1[_0x606676(0x1fd)],0x0))return;const _0xa1fb40=_0x4ef23d&&_0xcbc123[_0x606676(0x212)](typeof _0x4ef23d[_0x606676(0x216)],_0xcbc123[_0x606676(0x225)])?_0x4ef23d['getTestFrameworksVersions']():{},_0x22217d=_0x4ef23d&&_0xcbc123[_0x606676(0x212)](typeof _0x4ef23d[_0x606676(0x1f3)],_0xcbc123['wEWuU'])?_0x4ef23d[_0x606676(0x1f3)]():[],_0x55e088=_0x22217d&&_0x22217d[0x0]&&_0xa1fb40&&_0xa1fb40[_0x22217d[0x0]]||'',_0x303798=_0xcbc123[_0x606676(0x1ea)](_stripAnsi,_0x1b0dd7)[_0x606676(0x1e2)]();if(_0xcbc123[_0x606676(0x1f9)](_isDuplicate,_0x303798))return;const _0xe31d38=new Date()[_0x606676(0x219)]();for(let _0x47a420=0x0;_0xcbc123[_0x606676(0x1ee)](_0x47a420,_0x521bb1[_0x606676(0x1fd)]);_0x47a420++){const _0xbbf25b=_0x521bb1[_0x47a420];if(!_0xbbf25b)continue;const _0x359890={};_0x359890[_0x606676(0x22e)]=_0xbbf25b,_0x359890[_0x606676(0x201)]=_0xbbf25b,_0x359890[_0x606676(0x1f0)]=_0xe31d38,_0x359890[_0x606676(0x207)]=_0x303798,_0x359890[_0x606676(0x22f)]=_0x1dfbf7[_0x606676(0x1e5)],_0x359890[_0x606676(0x1d7)]=_0xcbc123[_0x606676(0x20d)];const _0x17663e=_0x359890,_0x58f091={};_0x58f091[_0x606676(0x1fb)]=_0x47a420,_0x58f091[_0x606676(0x20c)]=[_0x17663e],_0x58f091['testFrameworkName']=_0xcbc123[_0x606676(0x20b)],_0x58f091[_0x606676(0x1da)]=_0x55e088,_0x58f091[_0x606676(0x217)]=_0xcbc123[_0x606676(0x220)];const _0x4beb13=_0x58f091;_0x1e1998[_0x606676(0x1f5)]()['logCreatedEvent'](_0x4beb13)['catch'](()=>{});}}catch(_0x4f76b9){}}function _wrap(_0x3cd3eb){const _0x48b615=a74_0x5abfbb,_0x2e84a2={'DvRNY':function(_0xdc3af5,_0xd8f51e,_0x2cb1e5,_0x5af0e8){return _0xdc3af5(_0xd8f51e,_0x2cb1e5,_0x5af0e8);},'xZjQN':function(_0x511e4d,_0x512d2c){return _0x511e4d===_0x512d2c;},'DZoEj':_0x48b615(0x236),'LwqTC':_0x48b615(0x1ed),'LTOaJ':function(_0x4f00b8,_0x228e0c){return _0x4f00b8(_0x228e0c);},'GOnUZ':function(_0x46672f,_0x1a6713){return _0x46672f(_0x1a6713);},'bBFwd':function(_0xe3d3b2,_0x203de3){return _0xe3d3b2(_0x203de3);}};return function(_0x393725,_0xfd46f0,_0x4025fc){const _0xea99cf=_0x48b615,_0x35b403=_0x2e84a2['DvRNY'](_0x3cd3eb,_0x393725,_0xfd46f0,_0x4025fc);try{const _0x27c0ba=_0x2e84a2[_0xea99cf(0x205)](typeof _0x393725,_0x2e84a2[_0xea99cf(0x1df)])?_0x393725:Buffer['isBuffer'](_0x393725)?_0x393725['toString'](_0x2e84a2['LwqTC']):_0x2e84a2[_0xea99cf(0x21b)](String,_0x393725),_0x4a5528=_0x27c0ba[_0xea99cf(0x228)](/\r?\n/);for(const _0x1d26d8 of _0x4a5528){_0x2e84a2[_0xea99cf(0x222)](_shouldForward,_0x1d26d8)&&_0x2e84a2['bBFwd'](_emitLog,_0x1d26d8);}}catch(_0x4c4816){}return _0x35b403;};}exports[a74_0x5abfbb(0x1e8)]=()=>{const _0x79391d=a74_0x5abfbb,_0x35a1e9={'szckH':_0x79391d(0x234),'DPaOK':function(_0x3d5e94,_0x242eef){return _0x3d5e94(_0x242eef);},'vadBF':function(_0x430120,_0x1d451a){return _0x430120(_0x1d451a);},'ajyqu':_0x79391d(0x221)},_0x4665b3=_0x35a1e9[_0x79391d(0x214)][_0x79391d(0x228)]('|');let _0x1834d1=0x0;while(!![]){switch(_0x4665b3[_0x1834d1++]){case'0':_origStderrWrite=process[_0x79391d(0x21f)][_0x79391d(0x1f4)][_0x79391d(0x1f6)](process['stderr']);continue;case'1':process[_0x79391d(0x21f)][_0x79391d(0x1f4)]=_0x35a1e9['DPaOK'](_wrap,_origStderrWrite);continue;case'2':_installed=!![];continue;case'3':_origStdoutWrite=process[_0x79391d(0x209)][_0x79391d(0x1f4)]['bind'](process['stdout']);continue;case'4':if(_installed)return;continue;case'5':process[_0x79391d(0x209)]['write']=_0x35a1e9[_0x79391d(0x1de)](_wrap,_origStdoutWrite);continue;case'6':logger['debug'](_0x35a1e9['ajyqu']);continue;}break;}},exports[a74_0x5abfbb(0x211)]=()=>{const _0x3fbe70=a74_0x5abfbb,_0x31a853={};_0x31a853[_0x3fbe70(0x1e1)]=_0x3fbe70(0x1d6),_0x31a853['oSYqI']=_0x3fbe70(0x224);const _0x1d2fb8=_0x31a853,_0x3b4c2d=_0x1d2fb8['SExzR'][_0x3fbe70(0x228)]('|');let _0x258f9c=0x0;while(!![]){switch(_0x3b4c2d[_0x258f9c++]){case'0':_installed=![];continue;case'1':_origStdoutWrite&&(process[_0x3fbe70(0x209)]['write']=_origStdoutWrite);continue;case'2':_origStderrWrite&&(process[_0x3fbe70(0x21f)][_0x3fbe70(0x1f4)]=_origStderrWrite);continue;case'3':if(!_installed)return;continue;case'4':_origStdoutWrite=null;continue;case'5':_origStderrWrite=null;continue;case'6':logger[_0x3fbe70(0x226)](_0x1d2fb8[_0x3fbe70(0x204)]);continue;case'7':_recent[_0x3fbe70(0x22d)]();continue;}break;}};
1
+ 'use strict';const a74_0x3cb803=a74_0xfbd9;(function(_0x453f68,_0xfc7311){const _0x253ec4=a74_0xfbd9,_0x29215f=_0x453f68();while(!![]){try{const _0x231fe6=-parseInt(_0x253ec4(0x1ed))/0x1*(parseInt(_0x253ec4(0x1a5))/0x2)+-parseInt(_0x253ec4(0x1a1))/0x3+parseInt(_0x253ec4(0x1c2))/0x4+-parseInt(_0x253ec4(0x19c))/0x5*(parseInt(_0x253ec4(0x1ea))/0x6)+-parseInt(_0x253ec4(0x1ab))/0x7+parseInt(_0x253ec4(0x1f2))/0x8*(parseInt(_0x253ec4(0x1f8))/0x9)+-parseInt(_0x253ec4(0x1f4))/0xa*(-parseInt(_0x253ec4(0x1bd))/0xb);if(_0x231fe6===_0xfc7311)break;else _0x29215f['push'](_0x29215f['shift']());}catch(_0x138ab6){_0x29215f['push'](_0x29215f['shift']());}}}(a74_0x23eb,0xc603f));const {v4:uuidv4}=require('uuid'),logger=require(a74_0x3cb803(0x1ad))[a74_0x3cb803(0x1dc)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];function a74_0x23eb(){const _0x4e5ae4=['5744484LZatLi','261505UzOBLq','JSxCm','ontYY','trim','toString','3516585xLHMyz','string','delete','zRLpn','42452DxwNxB','message','clear','debug','../v2/browserstackCLI','uuid','4544827tcYFgF','aQPBk','../../helpers/logger','rcQGV','cBIzV','GGgfD','DVSUp','QvdFr','function','testcafe','get','../v2/framework/testFramework','catch','logCreatedEvent','rNXXH','timestamp','replace','|Test\x20\x5cd+\x20of\x20\x5cd+','2134CoqJQO','WydWI','length','zWrTV','__currentPlatformUuids','5532164KXHvil','platformIndex','../v2/framework/constants/testFrameworkConstants','Ntkhd','hwhWW','testFrameworkState','../v2/grpcClient','getTestFrameworks','6|4|0|1|2|7|5|3','iTLak','jLOtg','utf8','UvIKc','TFCxV','|Running\x20tests\x20in','|\x5cd+\x5cs+failed','mKwmv','sPyHG','getData','stdout','aUHzR','getTrackedInstance','getTestFrameworksVersions','kvEMZ','Lbblh','getInstance','winstonLogger','isBuffer','testFrameworkVersion','KIND_LOG','write','[✓✔✗✘×]\x5cs','getTestFramework','toISOString','|Waiting\x20for','^(\x5cs*)','[stdout-interceptor]\x20uninstalled','isRunning','gEGZk','|\x5cd+\x5cs+skipped','156bLzQHG','install','ZNZUp','73HXugJe','|Hostname:','TEST','mJNVq','split','16drPOHZ','stderr','148570HPxcAN','size','mNIIO','DCksB'];a74_0x23eb=function(){return _0x4e5ae4;};return a74_0x23eb();}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(a74_0x3cb803(0x1e5)+'('+a74_0x3cb803(0x1e1)+'|\x5cd+\x5cs+passed'+a74_0x3cb803(0x1d1)+a74_0x3cb803(0x1e9)+a74_0x3cb803(0x1d0)+a74_0x3cb803(0x1ee)+a74_0x3cb803(0x1bc)+'|Connecting\x20to\x20.*://'+a74_0x3cb803(0x1e4)+')');function _stripAnsi(_0x4ea5da){const _0x2195e7=a74_0x3cb803,_0x13a580={};_0x13a580[_0x2195e7(0x1ac)]=function(_0x335d06,_0x10aba7){return _0x335d06!==_0x10aba7;},_0x13a580[_0x2195e7(0x1f7)]=_0x2195e7(0x1a2);const _0x2b1fde=_0x13a580;if(_0x2b1fde[_0x2195e7(0x1ac)](typeof _0x4ea5da,_0x2b1fde['DCksB']))return _0x4ea5da;return _0x4ea5da[_0x2195e7(0x1bb)](ANSI_RE,'');}function _shouldForward(_0x48b578){const _0x3dcbd9=a74_0x3cb803,_0x109d36={'Ntkhd':function(_0x5b915c,_0x470fa9){return _0x5b915c(_0x470fa9);}};if(!_0x48b578||!_0x48b578[_0x3dcbd9(0x19f)]())return![];if(INTERNAL_LOG_RE['test'](_0x48b578))return![];const _0x114a1e=_0x109d36[_0x3dcbd9(0x1c5)](_stripAnsi,_0x48b578)[_0x3dcbd9(0x19f)]();if(!_0x114a1e)return![];if(SPEC_REPORTER_RE['test'](_0x114a1e))return![];return!![];}function a74_0xfbd9(_0x28cfa3,_0x565cf1){const _0x23eb0c=a74_0x23eb();return a74_0xfbd9=function(_0xfbd92b,_0x3b781c){_0xfbd92b=_0xfbd92b-0x19c;let _0xe15353=_0x23eb0c[_0xfbd92b];return _0xe15353;},a74_0xfbd9(_0x28cfa3,_0x565cf1);}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x1489a6){const _0x4e70a3=a74_0x3cb803,_0x2acee3={};_0x2acee3[_0x4e70a3(0x1e8)]=function(_0xd65bee,_0x5e1a8f){return _0xd65bee>_0x5e1a8f;},_0x2acee3['ddDja']=function(_0x5cc9f8,_0x226cb3){return _0x5cc9f8-_0x226cb3;},_0x2acee3[_0x4e70a3(0x1ae)]=function(_0x53be09,_0x958ce1){return _0x53be09!==_0x958ce1;},_0x2acee3['WydWI']=function(_0x4bd187,_0x17be73){return _0x4bd187<_0x17be73;},_0x2acee3['UvIKc']=function(_0x3b39c6,_0x5cae19){return _0x3b39c6-_0x5cae19;};const _0x4ee10b=_0x2acee3,_0x1e4692=Date['now']();if(_0x4ee10b['gEGZk'](_recent[_0x4e70a3(0x1f5)],0xc8))for(const [_0x1fb52c,_0x2d4eba]of _recent){_0x4ee10b[_0x4e70a3(0x1e8)](_0x4ee10b['ddDja'](_0x1e4692,_0x2d4eba),DEDUP_WINDOW_MS)&&_recent[_0x4e70a3(0x1a3)](_0x1fb52c);}const _0x521e4d=_recent[_0x4e70a3(0x1b5)](_0x1489a6);if(_0x4ee10b[_0x4e70a3(0x1ae)](_0x521e4d,undefined)&&_0x4ee10b[_0x4e70a3(0x1be)](_0x4ee10b[_0x4e70a3(0x1ce)](_0x1e4692,_0x521e4d),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x1489a6,_0x1e4692),![];}function _emitLog(_0x4164a6){const _0x165225=a74_0x3cb803,_0x3c6b14={'zRLpn':function(_0x59849e,_0x726cd){return _0x59849e(_0x726cd);},'kvEMZ':_0x165225(0x1a9),'zpVgV':_0x165225(0x1c8),'JSxCm':function(_0x3f37e0,_0x388a99){return _0x3f37e0(_0x388a99);},'ZNZUp':_0x165225(0x1b6),'mNIIO':_0x165225(0x1c4),'QvdFr':_0x165225(0x1c1),'rNXXH':function(_0x1da1d7,_0x44c4a8){return _0x1da1d7===_0x44c4a8;},'zWrTV':function(_0x5bfa10,_0x1d46ab){return _0x5bfa10===_0x1d46ab;},'sPyHG':_0x165225(0x1b3),'eixEj':function(_0x10e06d,_0x58572f){return _0x10e06d(_0x58572f);},'OIqjP':function(_0x1e9eb2,_0x42332e){return _0x1e9eb2<_0x42332e;},'hwhWW':'info','IDgtn':_0x165225(0x1b4),'hVJmr':_0x165225(0x1ef)};try{const _0x2766ee=_0x3c6b14[_0x165225(0x1a4)](require,_0x3c6b14[_0x165225(0x1d9)]),_0x4e185c=_0x3c6b14[_0x165225(0x1a4)](require,_0x3c6b14['zpVgV']),_0x4cf05d=_0x3c6b14[_0x165225(0x19d)](require,_0x3c6b14[_0x165225(0x1ec)]),_0x5f2568=_0x3c6b14[_0x165225(0x19d)](require,_0x3c6b14[_0x165225(0x1f6)]),_0x34182c=_0x2766ee[_0x165225(0x1db)]&&_0x2766ee[_0x165225(0x1db)]();if(!_0x34182c||!_0x34182c[_0x165225(0x1e7)]())return;const _0x1e158e=_0x34182c[_0x165225(0x1e2)]&&_0x34182c[_0x165225(0x1e2)](),_0x290333=_0x4cf05d[_0x165225(0x1d7)]&&_0x4cf05d[_0x165225(0x1d7)]();if(!_0x290333)return;const _0x14b862=Array['isArray'](_0x290333[_0x165225(0x1d4)](_0x3c6b14[_0x165225(0x1b2)]))?_0x290333[_0x165225(0x1d4)](_0x3c6b14[_0x165225(0x1b2)]):[];if(_0x3c6b14[_0x165225(0x1b9)](_0x14b862[_0x165225(0x1bf)],0x0))return;const _0x4b4803=_0x1e158e&&_0x3c6b14[_0x165225(0x1c0)](typeof _0x1e158e[_0x165225(0x1d8)],_0x3c6b14[_0x165225(0x1d3)])?_0x1e158e[_0x165225(0x1d8)]():{},_0x3268fc=_0x1e158e&&_0x3c6b14['rNXXH'](typeof _0x1e158e[_0x165225(0x1c9)],_0x3c6b14[_0x165225(0x1d3)])?_0x1e158e[_0x165225(0x1c9)]():[],_0x43da9d=_0x3268fc&&_0x3268fc[0x0]&&_0x4b4803&&_0x4b4803[_0x3268fc[0x0]]||'',_0x17d795=_0x3c6b14[_0x165225(0x19d)](_stripAnsi,_0x4164a6)['trim']();if(_0x3c6b14['eixEj'](_isDuplicate,_0x17d795))return;const _0x4bcff1=new Date()[_0x165225(0x1e3)]();for(let _0x4d3c6d=0x0;_0x3c6b14['OIqjP'](_0x4d3c6d,_0x14b862[_0x165225(0x1bf)]);_0x4d3c6d++){const _0x342906=_0x14b862[_0x4d3c6d];if(!_0x342906)continue;const _0x288e09={};_0x288e09[_0x165225(0x1aa)]=_0x342906,_0x288e09['test_run_uuid']=_0x342906,_0x288e09[_0x165225(0x1ba)]=_0x4bcff1,_0x288e09[_0x165225(0x1a6)]=_0x17d795,_0x288e09['kind']=_0x5f2568[_0x165225(0x1df)],_0x288e09['level']=_0x3c6b14[_0x165225(0x1c6)];const _0x479e4d=_0x288e09,_0xaf1576={};_0xaf1576[_0x165225(0x1c3)]=_0x4d3c6d,_0xaf1576['logs']=[_0x479e4d],_0xaf1576['testFrameworkName']=_0x3c6b14['IDgtn'],_0xaf1576[_0x165225(0x1de)]=_0x43da9d,_0xaf1576[_0x165225(0x1c7)]=_0x3c6b14['hVJmr'];const _0x12a1fc=_0xaf1576;_0x4e185c['getInstance']()[_0x165225(0x1b8)](_0x12a1fc)[_0x165225(0x1b7)](()=>{});}}catch(_0x2b07ab){}}function _wrap(_0x39407a){const _0x37658f=a74_0x3cb803,_0x431508={'TFCxV':function(_0x276925,_0x2e6cd5,_0x1107e8,_0xdddef7){return _0x276925(_0x2e6cd5,_0x1107e8,_0xdddef7);},'Lbblh':function(_0x2d0ddd,_0x2d8ba4){return _0x2d0ddd===_0x2d8ba4;},'SVcSx':'string','iTLak':_0x37658f(0x1cd),'cBIzV':function(_0x540178,_0x32bb18){return _0x540178(_0x32bb18);},'ontYY':function(_0x27c3a9,_0x3ab3a7){return _0x27c3a9(_0x3ab3a7);}};return function(_0x2451cc,_0x2846b6,_0x53589e){const _0x4ee2dd=_0x37658f,_0x3d1d0e=_0x431508[_0x4ee2dd(0x1cf)](_0x39407a,_0x2451cc,_0x2846b6,_0x53589e);try{const _0x54ad34=_0x431508[_0x4ee2dd(0x1da)](typeof _0x2451cc,_0x431508['SVcSx'])?_0x2451cc:Buffer[_0x4ee2dd(0x1dd)](_0x2451cc)?_0x2451cc[_0x4ee2dd(0x1a0)](_0x431508[_0x4ee2dd(0x1cb)]):_0x431508[_0x4ee2dd(0x1af)](String,_0x2451cc),_0xbbd63a=_0x54ad34[_0x4ee2dd(0x1f1)](/\r?\n/);for(const _0x42a238 of _0xbbd63a){_0x431508[_0x4ee2dd(0x19e)](_shouldForward,_0x42a238)&&_0x431508[_0x4ee2dd(0x1af)](_emitLog,_0x42a238);}}catch(_0x5d6e0b){}return _0x3d1d0e;};}exports[a74_0x3cb803(0x1eb)]=()=>{const _0x563efc=a74_0x3cb803,_0x4942be={'aUHzR':'3|6|0|5|4|2|1','DVSUp':'[stdout-interceptor]\x20installed','mKwmv':function(_0x32ef34,_0x33934c){return _0x32ef34(_0x33934c);},'GGgfD':function(_0x718fbe,_0x417460){return _0x718fbe(_0x417460);}},_0x39d359=_0x4942be[_0x563efc(0x1d6)][_0x563efc(0x1f1)]('|');let _0x15c9f0=0x0;while(!![]){switch(_0x39d359[_0x15c9f0++]){case'0':_origStderrWrite=process[_0x563efc(0x1f3)][_0x563efc(0x1e0)]['bind'](process['stderr']);continue;case'1':logger[_0x563efc(0x1a8)](_0x4942be[_0x563efc(0x1b1)]);continue;case'2':_installed=!![];continue;case'3':if(_installed)return;continue;case'4':process[_0x563efc(0x1f3)][_0x563efc(0x1e0)]=_0x4942be[_0x563efc(0x1d2)](_wrap,_origStderrWrite);continue;case'5':process[_0x563efc(0x1d5)]['write']=_0x4942be[_0x563efc(0x1b0)](_wrap,_origStdoutWrite);continue;case'6':_origStdoutWrite=process[_0x563efc(0x1d5)][_0x563efc(0x1e0)]['bind'](process[_0x563efc(0x1d5)]);continue;}break;}},exports['uninstall']=()=>{const _0x309eca=a74_0x3cb803,_0x187d4f={};_0x187d4f[_0x309eca(0x1cc)]=_0x309eca(0x1ca),_0x187d4f['mJNVq']=_0x309eca(0x1e6);const _0xd1eb9e=_0x187d4f,_0x51fd6=_0xd1eb9e[_0x309eca(0x1cc)][_0x309eca(0x1f1)]('|');let _0x27ccbd=0x0;while(!![]){switch(_0x51fd6[_0x27ccbd++]){case'0':_origStderrWrite&&(process[_0x309eca(0x1f3)][_0x309eca(0x1e0)]=_origStderrWrite);continue;case'1':_origStdoutWrite=null;continue;case'2':_origStderrWrite=null;continue;case'3':logger[_0x309eca(0x1a8)](_0xd1eb9e[_0x309eca(0x1f0)]);continue;case'4':_origStdoutWrite&&(process[_0x309eca(0x1d5)][_0x309eca(0x1e0)]=_origStdoutWrite);continue;case'5':_recent[_0x309eca(0x1a7)]();continue;case'6':if(!_installed)return;continue;case'7':_installed=![];continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a75_0x4f5d19=a75_0x4a39;(function(_0x5a996d,_0x43a008){const _0x4c000f=a75_0x4a39,_0x2958c6=_0x5a996d();while(!![]){try{const _0x5ee529=parseInt(_0x4c000f(0x11f))/0x1+parseInt(_0x4c000f(0x173))/0x2+parseInt(_0x4c000f(0x115))/0x3*(-parseInt(_0x4c000f(0x171))/0x4)+parseInt(_0x4c000f(0x121))/0x5+parseInt(_0x4c000f(0x116))/0x6+-parseInt(_0x4c000f(0x12a))/0x7+parseInt(_0x4c000f(0x168))/0x8;if(_0x5ee529===_0x43a008)break;else _0x2958c6['push'](_0x2958c6['shift']());}catch(_0x4d1fba){_0x2958c6['push'](_0x2958c6['shift']());}}}(a75_0x27f5,0x41f3c));const logger=require(a75_0x4f5d19(0x119))[a75_0x4f5d19(0x155)];let _installed=![];const _patchedDescriptors=new Map();function a75_0x27f5(){const _0x31ebfc=['[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','902040WZFHFn','join','pTBkY','path','aVEbH','xtwls','shouldScanForCommand','[testcafe-action-patcher]\x20wrapped\x20','pending','3576531MxuPue','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','../v2/modules/testcafeDriverModule','rlijy','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','originalDescriptor','rvkFw','descriptor','getTrackedInstance','defineProperty','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','jsAEd','name','length','testcafe/package.json','pEbIl','\x20failed:\x20','uninstall','getState','[testcafe-action-patcher]\x20uninstalled','value','BzMlM','enumerable','\x20testName=','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','owner','KEY_TEST_NAME','aoTQo','bJrsr','DTuCR','getInstance','KZwtG','NpwHn','../v2/browserstackCLI','exports','lib','ngCYm','message','isEnabledTestcase','sVmgL','dnFJy','KEY_TEST_RESULT','values','winstonLogger','GeBPH','qByvo','__bstack_a11y_wrapped','call','DlKLR','apply','testController','JtgXp','dSLNV','debug','TxJZg','vWkeC','oCyHu','gzJSA','KEY_DRIVER','prototype','DWxxP','../v2/framework/testFramework','4912016grqsSx','isRunning','cwd','DIHJr','resolve','install','\x20cmd=','BvBUs','clear','2156972DqFpFE','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','622604JvbjiW','getData','XIROi','__currentPlatformUuids','KEY_TEST_STARTED_AT','\x20tags=','info','catch','DEFAULT_TEST_RESULT','api','KEY_TEST_TAGS','iterAllInstances','<unnamed>','SBMtY','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','qCfbe','function','dirname','3GcRrBt','342234PYbGFA','../v2/framework/testcafeAutomationFramework','getAccessibilityModule','../../helpers/logger','./a11y-runner','YFmGR','cucumber','getAllData','set','157565flCmVn'];a75_0x27f5=function(){return _0x31ebfc;};return a75_0x27f5();}function _requireTestController(){const _0x453a3e=a75_0x4f5d19,_0x2c98e0={'dnFJy':function(_0x36f9ed,_0xcd40bd){return _0x36f9ed(_0xcd40bd);},'aVEbH':_0x453a3e(0x124),'SBMtY':_0x453a3e(0x138),'DlKLR':_0x453a3e(0x14d),'sVmgL':_0x453a3e(0x10c),'ngCYm':'test-controller','jsAEd':function(_0x1bfc32,_0x531209){return _0x1bfc32(_0x531209);}},_0x3fe8e7=_0x2c98e0[_0x453a3e(0x152)](require,_0x2c98e0[_0x453a3e(0x125)]),_0x45b910=_0x3fe8e7[_0x453a3e(0x114)](require[_0x453a3e(0x16c)](_0x2c98e0[_0x453a3e(0x110)],{'paths':[process[_0x453a3e(0x16a)]()]})),_0x283a72=_0x3fe8e7[_0x453a3e(0x122)](_0x45b910,_0x2c98e0[_0x453a3e(0x15a)],_0x2c98e0[_0x453a3e(0x151)],_0x2c98e0[_0x453a3e(0x14e)]),_0x17cb22=_0x2c98e0[_0x453a3e(0x135)](require,_0x283a72);return _0x17cb22&&(_0x17cb22['default']||_0x17cb22);}function a75_0x4a39(_0x982f97,_0x154f37){const _0x27f541=a75_0x27f5();return a75_0x4a39=function(_0x4a3970,_0x543ae3){_0x4a3970=_0x4a3970-0x10c;let _0x5a6ad4=_0x27f541[_0x4a3970];return _0x5a6ad4;},a75_0x4a39(_0x982f97,_0x154f37);}async function _performScanForAllDrivers(_0x2e2996){const _0x4fd51e=a75_0x4f5d19,_0x3c6fe1={'vWkeC':function(_0x49ec32,_0x9347c6){return _0x49ec32(_0x9347c6);},'rViVG':_0x4fd51e(0x14b),'AbRfw':_0x4fd51e(0x117),'FpnLZ':'../v2/framework/automationFramework','SvaNu':function(_0x534d58,_0x352dd1){return _0x534d58(_0x352dd1);},'aoTQo':_0x4fd51e(0x12c),'BzMlM':function(_0x2b6c4a,_0x1aea08){return _0x2b6c4a(_0x1aea08);},'oCyHu':_0x4fd51e(0x167),'XIROi':function(_0x4f76e3,_0x30bc03){return _0x4f76e3===_0x30bc03;},'DIHJr':_0x4fd51e(0x113),'BvBUs':_0x4fd51e(0x176),'gzJSA':function(_0x3d0e27,_0x43fd33){return _0x3d0e27===_0x43fd33;},'Arxmd':function(_0x4e72c6,_0x3b752f){return _0x4e72c6(_0x3b752f);},'DTuCR':'../v2/framework/constants/testFrameworkConstants','rvkFw':function(_0x460b01,_0xd7c04){return _0x460b01===_0xd7c04;},'NpwHn':function(_0x39e61e,_0x158d68){return _0x39e61e===_0x158d68;},'zJiDl':function(_0x4982d0,_0x248877){return _0x4982d0===_0x248877;},'qCfbe':_0x4fd51e(0x129),'xCOXl':function(_0x13d958,_0x12285f){return _0x13d958===_0x12285f;},'DnGvI':function(_0x4faec4,_0x1fd24a){return _0x4faec4>_0x1fd24a;},'jCwXA':_0x4fd51e(0x10f),'xtwls':_0x4fd51e(0x11c),'dSLNV':_0x4fd51e(0x11a)};try{const _0x296d80=_0x3c6fe1['vWkeC'](require,_0x3c6fe1['rViVG']),_0x13ed60=_0x3c6fe1[_0x4fd51e(0x161)](require,_0x3c6fe1['AbRfw']),_0x33a92e=_0x3c6fe1[_0x4fd51e(0x161)](require,_0x3c6fe1['FpnLZ']),_0x2f968b=_0x3c6fe1['SvaNu'](require,_0x3c6fe1[_0x4fd51e(0x145)]),_0x50cb5b=_0x3c6fe1[_0x4fd51e(0x13f)](require,_0x3c6fe1[_0x4fd51e(0x162)]),_0x19fe8a=_0x296d80[_0x4fd51e(0x148)]();if(!_0x19fe8a||!_0x19fe8a[_0x4fd51e(0x169)]())return;const _0x3c1ee0=_0x19fe8a['getAccessibilityModule']&&_0x19fe8a[_0x4fd51e(0x118)]();if(!_0x3c1ee0)return;if(_0x3c6fe1[_0x4fd51e(0x175)](typeof _0x3c1ee0[_0x4fd51e(0x127)],_0x3c6fe1[_0x4fd51e(0x16b)])&&!_0x3c1ee0['shouldScanForCommand'](_0x2e2996))return;const _0x3570a8=_0x50cb5b[_0x4fd51e(0x132)]&&_0x50cb5b[_0x4fd51e(0x132)]();if(!_0x3570a8)return;const _0xaf49db=Array['isArray'](_0x3570a8[_0x4fd51e(0x174)](_0x3c6fe1['BvBUs']))?_0x3570a8['getData'](_0x3c6fe1[_0x4fd51e(0x16f)]):[];if(_0x3c6fe1[_0x4fd51e(0x163)](_0xaf49db[_0x4fd51e(0x137)],0x0))return;try{const _0x217af0=_0x3c6fe1['Arxmd'](require,_0x3c6fe1[_0x4fd51e(0x147)]),_0x3abe02=_0x3c6fe1[_0x4fd51e(0x130)](typeof _0x3570a8[_0x4fd51e(0x11d)],_0x3c6fe1[_0x4fd51e(0x16b)])?_0x3570a8[_0x4fd51e(0x11d)]():null;if(_0x3abe02&&_0x3c6fe1[_0x4fd51e(0x14a)](typeof _0x3abe02['values'],_0x3c6fe1[_0x4fd51e(0x16b)])&&_0x3c6fe1[_0x4fd51e(0x130)](typeof _0x3c1ee0[_0x4fd51e(0x150)],_0x3c6fe1[_0x4fd51e(0x16b)])){let _0xf5adc2=null,_0x289e00='';for(const _0x12b48a of _0x3abe02[_0x4fd51e(0x154)]()){if(!_0x12b48a)continue;const _0x29d11e=_0x12b48a[_0x217af0[_0x4fd51e(0x177)]],_0x54f1bf=_0x12b48a[_0x217af0[_0x4fd51e(0x153)]];_0x29d11e&&(_0x3c6fe1['zJiDl'](_0x54f1bf,_0x3c6fe1[_0x4fd51e(0x112)])||_0x3c6fe1['xCOXl'](_0x54f1bf,_0x217af0[_0x4fd51e(0x17b)]))&&(_0x3c6fe1['DnGvI'](_0x29d11e,_0x289e00)&&(_0x289e00=_0x29d11e,_0xf5adc2=_0x12b48a));}if(_0xf5adc2){const _0x2d193f=_0xf5adc2[_0x217af0[_0x4fd51e(0x10d)]]||[],_0x39aef4=_0xf5adc2[_0x217af0[_0x4fd51e(0x144)]]||_0x3c6fe1['jCwXA'],_0x6e78d3=_0x3c1ee0[_0x4fd51e(0x150)](_0x2d193f,null,_0x3c6fe1[_0x4fd51e(0x126)]);if(!_0x6e78d3){logger['debug'](_0x4fd51e(0x142)+_0x2e2996+_0x4fd51e(0x141)+_0x39aef4+_0x4fd51e(0x178)+JSON['stringify'](_0x2d193f)+_0x4fd51e(0x12b));return;}}}}catch(_0x409184){logger['debug']('[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20'+(_0x409184['message']||_0x409184));}const _0x16b1c3=_0x3c6fe1[_0x4fd51e(0x161)](require,_0x3c6fe1[_0x4fd51e(0x15e)]);for(const {platformIndex:_0x90dd08,instance:_0x38e5d3}of _0x13ed60[_0x4fd51e(0x10e)]()){const _0x360846=_0x33a92e[_0x4fd51e(0x13c)](_0x38e5d3,_0x2f968b[_0x4fd51e(0x164)],null);if(!_0x360846)continue;const _0x547fed=_0xaf49db[_0x90dd08]||_0xaf49db[0x0]||'';try{await _0x16b1c3['runScan'](_0x360846,_0x547fed,_0x2e2996,![]);}catch(_0x424693){logger[_0x4fd51e(0x15f)]('[testcafe-action-patcher]\x20performScan\x20pi='+_0x90dd08+_0x4fd51e(0x16e)+_0x2e2996+_0x4fd51e(0x13a)+(_0x424693[_0x4fd51e(0x14f)]||_0x424693));}}}catch(_0x6613b4){logger[_0x4fd51e(0x15f)](_0x4fd51e(0x120)+(_0x6613b4[_0x4fd51e(0x14f)]||_0x6613b4));}}function install(_0x2263b9){const _0x353b27=a75_0x4f5d19,_0x332fa8={'qByvo':function(_0x1c90b4,_0x260413){return _0x1c90b4(_0x260413);},'plSol':function(_0x136d3c,_0x5534e2){return _0x136d3c(_0x5534e2);},'TxJZg':function(_0x1726e7,_0xc18b28){return _0x1726e7!==_0xc18b28;},'KZwtG':'function','pEbIl':function(_0x2f776d,_0x5474fd){return _0x2f776d===_0x5474fd;},'RDJws':_0x353b27(0x134),'pTBkY':function(_0xa98e9c){return _0xa98e9c();},'YFmGR':_0x353b27(0x172),'DWxxP':function(_0x4e2735,_0x28216d){return _0x4e2735!==_0x28216d;},'rlijy':_0x353b27(0x15c),'bJrsr':function(_0x43979f,_0x15a38d){return _0x43979f(_0x15a38d);},'GeBPH':function(_0x1540c9,_0x141604){return _0x1540c9===_0x141604;},'PqPba':function(_0x1d1686,_0xfa54d4){return _0x1d1686===_0xfa54d4;}};if(_installed)return;if(!Array['isArray'](_0x2263b9)||_0x332fa8[_0x353b27(0x139)](_0x2263b9[_0x353b27(0x137)],0x0)){logger[_0x353b27(0x15f)](_0x332fa8['RDJws']);return;}let _0x54f5d0;try{_0x54f5d0=_0x332fa8[_0x353b27(0x123)](_requireTestController);}catch(_0x250cd6){logger[_0x353b27(0x15f)](_0x353b27(0x12e)+(_0x250cd6[_0x353b27(0x14f)]||_0x250cd6));return;}if(!_0x54f5d0||!_0x54f5d0[_0x353b27(0x165)]){logger[_0x353b27(0x15f)](_0x332fa8[_0x353b27(0x11b)]);return;}const _0x175f19=_0x54f5d0['prototype'];let _0x2699ee=0x0;function _0x324b98(_0x54b681){const _0x39e763=_0x353b27;let _0x49ba1c=_0x175f19;while(_0x49ba1c){const _0x4577de=Object['getOwnPropertyDescriptor'](_0x49ba1c,_0x54b681);if(_0x4577de){const _0x1f2fdb={};return _0x1f2fdb[_0x39e763(0x131)]=_0x4577de,_0x1f2fdb['owner']=_0x49ba1c,_0x1f2fdb;}_0x49ba1c=Object['getPrototypeOf'](_0x49ba1c);}return null;}for(const _0x488ee8 of _0x2263b9){if(!_0x488ee8||_0x332fa8[_0x353b27(0x166)](_0x488ee8['module'],_0x332fa8[_0x353b27(0x12d)]))continue;const _0x24b8db=_0x488ee8[_0x353b27(0x136)],_0x294d79=_0x332fa8[_0x353b27(0x146)](_0x324b98,_0x24b8db);if(!_0x294d79)continue;const {descriptor:_0x18f7fa,owner:_0x3ade58}=_0x294d79;if(_0x18f7fa[_0x353b27(0x158)])continue;let _0x45c22e;if(_0x332fa8[_0x353b27(0x156)](typeof _0x18f7fa[_0x353b27(0x13e)],_0x332fa8[_0x353b27(0x149)])){const _0x151469=_0x18f7fa['value'];_0x45c22e={'configurable':!![],'writable':!![],'enumerable':_0x18f7fa[_0x353b27(0x140)],'value':function(..._0x5275b9){const _0x3d7434=_0x353b27;return _0x332fa8[_0x3d7434(0x157)](_performScanForAllDrivers,_0x24b8db)[_0x3d7434(0x17a)](()=>{}),_0x151469[_0x3d7434(0x15b)](this,_0x5275b9);}};}else{if(_0x332fa8['PqPba'](typeof _0x18f7fa['get'],_0x332fa8[_0x353b27(0x149)])){const _0x66f72=_0x18f7fa['get'];_0x45c22e={'configurable':!![],'enumerable':_0x18f7fa[_0x353b27(0x140)],'get'(){const _0x300fa5=_0x353b27,_0x113995=_0x66f72[_0x300fa5(0x159)](this);if(_0x332fa8[_0x300fa5(0x160)](typeof _0x113995,_0x332fa8['KZwtG']))return _0x113995;return function(..._0x3e65ea){const _0x2e444b=_0x300fa5;return _0x332fa8['plSol'](_performScanForAllDrivers,_0x24b8db)[_0x2e444b(0x17a)](()=>{}),_0x113995[_0x2e444b(0x15b)](this,_0x3e65ea);};},'set':_0x18f7fa[_0x353b27(0x11e)]||function(){}};}else continue;}_0x45c22e[_0x353b27(0x158)]=!![];try{Object[_0x353b27(0x133)](_0x3ade58,_0x24b8db,_0x45c22e);const _0x5daac6={};_0x5daac6[_0x353b27(0x143)]=_0x3ade58,_0x5daac6[_0x353b27(0x12f)]=_0x18f7fa,_patchedDescriptors['set'](_0x24b8db,_0x5daac6),_0x2699ee+=0x1;}catch(_0x523f26){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x24b8db+':\x20'+(_0x523f26[_0x353b27(0x14f)]||_0x523f26));}}_installed=!![],logger[_0x353b27(0x179)](_0x353b27(0x128)+_0x2699ee+'/'+_0x2263b9[_0x353b27(0x137)]+'\x20TestController\x20methods\x20for\x20accessibility\x20scanning');}function uninstall(){const _0x5a3dfe=a75_0x4f5d19,_0x34fa7f={};_0x34fa7f[_0x5a3dfe(0x15d)]=_0x5a3dfe(0x13d);const _0x10f79e=_0x34fa7f;if(!_installed)return;for(const [_0x25ae94,{owner:_0x156374,originalDescriptor:_0x55516e}]of _patchedDescriptors){try{Object[_0x5a3dfe(0x133)](_0x156374,_0x25ae94,_0x55516e);}catch(_0x24486d){logger[_0x5a3dfe(0x15f)](_0x5a3dfe(0x111)+_0x25ae94+':\x20'+(_0x24486d[_0x5a3dfe(0x14f)]||_0x24486d));}}_patchedDescriptors[_0x5a3dfe(0x170)](),_installed=![],logger['debug'](_0x10f79e[_0x5a3dfe(0x15d)]);}const a75_0x292ede={};a75_0x292ede[a75_0x4f5d19(0x16d)]=install,a75_0x292ede[a75_0x4f5d19(0x13b)]=uninstall,module[a75_0x4f5d19(0x14c)]=a75_0x292ede;
1
+ 'use strict';const a75_0x2414f0=a75_0x1724;(function(_0x21d23a,_0x50540b){const _0xaa2df4=a75_0x1724,_0x10e0e3=_0x21d23a();while(!![]){try{const _0x5a2493=-parseInt(_0xaa2df4(0x1d0))/0x1*(-parseInt(_0xaa2df4(0x1c4))/0x2)+-parseInt(_0xaa2df4(0x1ad))/0x3+parseInt(_0xaa2df4(0x1c6))/0x4+-parseInt(_0xaa2df4(0x1ea))/0x5+-parseInt(_0xaa2df4(0x1af))/0x6*(parseInt(_0xaa2df4(0x1fd))/0x7)+parseInt(_0xaa2df4(0x1bb))/0x8*(parseInt(_0xaa2df4(0x19f))/0x9)+parseInt(_0xaa2df4(0x1ed))/0xa*(parseInt(_0xaa2df4(0x1a1))/0xb);if(_0x5a2493===_0x50540b)break;else _0x10e0e3['push'](_0x10e0e3['shift']());}catch(_0x30ac9b){_0x10e0e3['push'](_0x10e0e3['shift']());}}}(a75_0x25c1,0x5c095));const logger=require(a75_0x2414f0(0x1cd))[a75_0x2414f0(0x1a2)];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x391587=a75_0x2414f0,_0x48554c={'UHzza':function(_0x191aeb,_0x658bf8){return _0x191aeb(_0x658bf8);},'AHmcR':_0x391587(0x1d8),'NeDGF':_0x391587(0x1c8),'qYCgm':_0x391587(0x196),'fKfCN':_0x391587(0x1ce),'aVAxz':'test-controller'},_0x3bf32e=_0x48554c[_0x391587(0x1f9)](require,_0x48554c[_0x391587(0x1e2)]),_0x56ac6b=_0x3bf32e['dirname'](require[_0x391587(0x1b7)](_0x48554c[_0x391587(0x1eb)],{'paths':[process[_0x391587(0x1f5)]()]})),_0x84fa5d=_0x3bf32e[_0x391587(0x1ef)](_0x56ac6b,_0x48554c[_0x391587(0x193)],_0x48554c['fKfCN'],_0x48554c[_0x391587(0x1ac)]),_0x32fd68=_0x48554c[_0x391587(0x1f9)](require,_0x84fa5d);return _0x32fd68&&(_0x32fd68[_0x391587(0x1aa)]||_0x32fd68);}async function _performScanForAllDrivers(_0x3c7ec1){const _0xdc18ff=a75_0x2414f0,_0x2e9ff6={'KDrxe':function(_0x1d29cf,_0x1d0b2d){return _0x1d29cf(_0x1d0b2d);},'UVorE':_0xdc18ff(0x197),'nAdvi':_0xdc18ff(0x1e8),'CHJHR':function(_0x29cbcc,_0x11e2a8){return _0x29cbcc(_0x11e2a8);},'givQv':_0xdc18ff(0x1dd),'fKOqV':'../v2/modules/testcafeDriverModule','KcfuZ':_0xdc18ff(0x1fc),'rPdEC':function(_0x4ee902,_0x240acb){return _0x4ee902===_0x240acb;},'jUbka':'function','tuiOG':'__currentPlatformUuids','VnxeE':'../v2/framework/constants/testFrameworkConstants','JZTYZ':function(_0x2711f9,_0x35d08f){return _0x2711f9===_0x35d08f;},'ekeGj':'pending','BxtLB':function(_0x578386,_0x5198c8){return _0x578386===_0x5198c8;},'LIhWp':function(_0x2e06b2,_0x3a6435){return _0x2e06b2>_0x3a6435;},'VhQkK':'<unnamed>','qfmgq':_0xdc18ff(0x1c5),'DSgJH':function(_0x196756,_0x3bdc19){return _0x196756(_0x3bdc19);},'kEZWa':_0xdc18ff(0x1e5)};try{const _0x27cbee=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6[_0xdc18ff(0x1e3)]),_0x41b57c=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6[_0xdc18ff(0x1f7)]),_0x41033f=_0x2e9ff6['CHJHR'](require,_0x2e9ff6[_0xdc18ff(0x1c2)]),_0x57c7cc=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6['fKOqV']),_0x200833=_0x2e9ff6[_0xdc18ff(0x1c9)](require,_0x2e9ff6[_0xdc18ff(0x1e7)]),_0x1e41b2=_0x27cbee[_0xdc18ff(0x1a6)]();if(!_0x1e41b2||!_0x1e41b2[_0xdc18ff(0x1f3)]())return;const _0x34c403=_0x1e41b2[_0xdc18ff(0x1bc)]&&_0x1e41b2[_0xdc18ff(0x1bc)]();if(!_0x34c403)return;if(_0x2e9ff6[_0xdc18ff(0x1b1)](typeof _0x34c403[_0xdc18ff(0x1de)],_0x2e9ff6[_0xdc18ff(0x1ab)])&&!_0x34c403[_0xdc18ff(0x1de)](_0x3c7ec1))return;const _0xdc54ba=_0x200833['getTrackedInstance']&&_0x200833['getTrackedInstance']();if(!_0xdc54ba)return;const _0x27ee05=Array[_0xdc18ff(0x1d3)](_0xdc54ba[_0xdc18ff(0x1a5)](_0x2e9ff6[_0xdc18ff(0x199)]))?_0xdc54ba[_0xdc18ff(0x1a5)](_0x2e9ff6[_0xdc18ff(0x199)]):[];if(_0x2e9ff6[_0xdc18ff(0x1b1)](_0x27ee05[_0xdc18ff(0x1a3)],0x0))return;try{const _0x595cfc=_0x2e9ff6['KDrxe'](require,_0x2e9ff6[_0xdc18ff(0x1dc)]),_0x320339=_0x2e9ff6[_0xdc18ff(0x1b1)](typeof _0xdc54ba[_0xdc18ff(0x1db)],_0x2e9ff6[_0xdc18ff(0x1ab)])?_0xdc54ba[_0xdc18ff(0x1db)]():null;if(_0x320339&&_0x2e9ff6[_0xdc18ff(0x1b1)](typeof _0x320339[_0xdc18ff(0x1fa)],_0x2e9ff6[_0xdc18ff(0x1ab)])&&_0x2e9ff6['JZTYZ'](typeof _0x34c403[_0xdc18ff(0x1f2)],_0x2e9ff6[_0xdc18ff(0x1ab)])){let _0x56ca56=null,_0x438d6e='';for(const _0x2b2088 of _0x320339[_0xdc18ff(0x1fa)]()){if(!_0x2b2088)continue;const _0x397799=_0x2b2088[_0x595cfc[_0xdc18ff(0x19a)]],_0x10d385=_0x2b2088[_0x595cfc['KEY_TEST_RESULT']];_0x397799&&(_0x2e9ff6[_0xdc18ff(0x1c1)](_0x10d385,_0x2e9ff6['ekeGj'])||_0x2e9ff6[_0xdc18ff(0x19d)](_0x10d385,_0x595cfc[_0xdc18ff(0x1e1)]))&&(_0x2e9ff6['LIhWp'](_0x397799,_0x438d6e)&&(_0x438d6e=_0x397799,_0x56ca56=_0x2b2088));}if(_0x56ca56){const _0x3f61b3=_0x56ca56[_0x595cfc[_0xdc18ff(0x1d7)]]||[],_0x374d44=_0x56ca56[_0x595cfc['KEY_TEST_NAME']]||_0x2e9ff6[_0xdc18ff(0x1b3)],_0x2bffd2=_0x34c403[_0xdc18ff(0x1f2)](_0x3f61b3,null,_0x2e9ff6[_0xdc18ff(0x1a9)]);if(!_0x2bffd2){logger['debug'](_0xdc18ff(0x1be)+_0x3c7ec1+_0xdc18ff(0x1c7)+_0x374d44+_0xdc18ff(0x1c0)+JSON[_0xdc18ff(0x1d9)](_0x3f61b3)+_0xdc18ff(0x1f0));return;}}}}catch(_0x4ea7ac){logger['debug'](_0xdc18ff(0x1a0)+(_0x4ea7ac[_0xdc18ff(0x1ec)]||_0x4ea7ac));}const _0x196eea=_0x2e9ff6[_0xdc18ff(0x1bd)](require,_0x2e9ff6['kEZWa']);for(const {platformIndex:_0x58a0ac,instance:_0x2e1af7}of _0x41b57c[_0xdc18ff(0x1df)]()){const _0x32dfce=_0x41033f[_0xdc18ff(0x1d6)](_0x2e1af7,_0x57c7cc[_0xdc18ff(0x1cc)],null);if(!_0x32dfce)continue;const _0x3dc2d1=_0x27ee05[_0x58a0ac]||_0x27ee05[0x0]||'';try{await _0x196eea[_0xdc18ff(0x1ae)](_0x32dfce,_0x3dc2d1,_0x3c7ec1,![]);}catch(_0x4e2b55){logger['debug'](_0xdc18ff(0x1c3)+_0x58a0ac+_0xdc18ff(0x1d5)+_0x3c7ec1+_0xdc18ff(0x1b2)+(_0x4e2b55[_0xdc18ff(0x1ec)]||_0x4e2b55));}}}catch(_0x2bacf1){logger[_0xdc18ff(0x1cf)](_0xdc18ff(0x1e0)+(_0x2bacf1[_0xdc18ff(0x1ec)]||_0x2bacf1));}}function install(_0x1dff38){const _0x4e573c=a75_0x2414f0,_0x9ea15e={'ICTsl':function(_0x28b6ab,_0x4c0d9c){return _0x28b6ab(_0x4c0d9c);},'PDnpt':function(_0xe986b1,_0x3ef19d){return _0xe986b1(_0x3ef19d);},'PHmOx':function(_0x595c29,_0x465f09){return _0x595c29!==_0x465f09;},'exfXX':_0x4e573c(0x194),'LzTgH':function(_0x19b3e4,_0xea12c4){return _0x19b3e4===_0xea12c4;},'xzuDn':_0x4e573c(0x1f8),'vDDxZ':function(_0x412823){return _0x412823();},'kPbXx':_0x4e573c(0x198),'WsDJF':function(_0x3f9e51,_0x34c8bf){return _0x3f9e51!==_0x34c8bf;},'ZXwoh':_0x4e573c(0x1cb),'xdNgL':function(_0x290e62,_0x210fa1){return _0x290e62===_0x210fa1;}};if(_installed)return;if(!Array[_0x4e573c(0x1d3)](_0x1dff38)||_0x9ea15e[_0x4e573c(0x1a4)](_0x1dff38[_0x4e573c(0x1a3)],0x0)){logger[_0x4e573c(0x1cf)](_0x9ea15e[_0x4e573c(0x1ee)]);return;}let _0x320c9c;try{_0x320c9c=_0x9ea15e['vDDxZ'](_requireTestController);}catch(_0x4593a9){logger[_0x4e573c(0x1cf)](_0x4e573c(0x1d2)+(_0x4593a9['message']||_0x4593a9));return;}if(!_0x320c9c||!_0x320c9c[_0x4e573c(0x1b6)]){logger[_0x4e573c(0x1cf)](_0x9ea15e[_0x4e573c(0x1b5)]);return;}const _0x12bd7e=_0x320c9c[_0x4e573c(0x1b6)];let _0x3807a7=0x0;function _0x2236ae(_0x5b807d){const _0x1942c3=_0x4e573c;let _0x26f104=_0x12bd7e;while(_0x26f104){const _0x375b1f=Object['getOwnPropertyDescriptor'](_0x26f104,_0x5b807d);if(_0x375b1f){const _0xe0e17a={};return _0xe0e17a[_0x1942c3(0x191)]=_0x375b1f,_0xe0e17a['owner']=_0x26f104,_0xe0e17a;}_0x26f104=Object[_0x1942c3(0x195)](_0x26f104);}return null;}for(const _0x59ff18 of _0x1dff38){if(!_0x59ff18||_0x9ea15e[_0x4e573c(0x19c)](_0x59ff18[_0x4e573c(0x1f6)],_0x9ea15e[_0x4e573c(0x1ba)]))continue;const _0x34f1ad=_0x59ff18[_0x4e573c(0x1f1)],_0x304a5d=_0x9ea15e[_0x4e573c(0x1e6)](_0x2236ae,_0x34f1ad);if(!_0x304a5d)continue;const {descriptor:_0x54c97b,owner:_0x459a27}=_0x304a5d;if(_0x54c97b[_0x4e573c(0x19e)])continue;let _0x5126c3;if(_0x9ea15e[_0x4e573c(0x1a4)](typeof _0x54c97b[_0x4e573c(0x1da)],_0x9ea15e[_0x4e573c(0x1fb)])){const _0x342914=_0x54c97b[_0x4e573c(0x1da)];_0x5126c3={'configurable':!![],'writable':!![],'enumerable':_0x54c97b[_0x4e573c(0x1d4)],'value':function(..._0x2ef4b3){const _0x4a833e=_0x4e573c;return _0x9ea15e[_0x4a833e(0x1e6)](_performScanForAllDrivers,_0x34f1ad)['catch'](()=>{}),_0x342914[_0x4a833e(0x1b8)](this,_0x2ef4b3);}};}else{if(_0x9ea15e['xdNgL'](typeof _0x54c97b['get'],_0x9ea15e[_0x4e573c(0x1fb)])){const _0x2391da=_0x54c97b['get'];_0x5126c3={'configurable':!![],'enumerable':_0x54c97b['enumerable'],'get'(){const _0x1b8b22=_0x4e573c,_0x16146c=_0x2391da['call'](this);if(_0x9ea15e[_0x1b8b22(0x1d1)](typeof _0x16146c,_0x9ea15e[_0x1b8b22(0x1fb)]))return _0x16146c;return function(..._0x5d39fe){const _0x326c6b=_0x1b8b22;return _0x9ea15e[_0x326c6b(0x1ca)](_performScanForAllDrivers,_0x34f1ad)['catch'](()=>{}),_0x16146c[_0x326c6b(0x1b8)](this,_0x5d39fe);};},'set':_0x54c97b['set']||function(){}};}else continue;}_0x5126c3['__bstack_a11y_wrapped']=!![];try{Object[_0x4e573c(0x192)](_0x459a27,_0x34f1ad,_0x5126c3);const _0x57c9f0={};_0x57c9f0[_0x4e573c(0x1f4)]=_0x459a27,_0x57c9f0[_0x4e573c(0x1b0)]=_0x54c97b,_patchedDescriptors[_0x4e573c(0x1e4)](_0x34f1ad,_0x57c9f0),_0x3807a7+=0x1;}catch(_0xbcd31f){logger[_0x4e573c(0x1cf)](_0x4e573c(0x1b9)+_0x34f1ad+':\x20'+(_0xbcd31f[_0x4e573c(0x1ec)]||_0xbcd31f));}}_installed=!![],logger['info'](_0x4e573c(0x1a7)+_0x3807a7+'/'+_0x1dff38['length']+_0x4e573c(0x1b4));}function a75_0x25c1(){const _0x30540d=['name','isEnabledTestcase','isRunning','owner','cwd','module','nAdvi','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','UHzza','values','exfXX','../v2/framework/testFramework','35MBabcN','descriptor','defineProperty','qYCgm','function','getPrototypeOf','lib','../v2/browserstackCLI','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','tuiOG','KEY_TEST_STARTED_AT','YDwrE','WsDJF','BxtLB','__bstack_a11y_wrapped','120195BBjjco','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','17281XteDTh','winstonLogger','length','LzTgH','getData','getInstance','[testcafe-action-patcher]\x20wrapped\x20','[testcafe-action-patcher]\x20uninstalled','qfmgq','default','jUbka','aVAxz','1703058GNgwjc','runScan','542154LdaeUJ','originalDescriptor','rPdEC','\x20failed:\x20','VhQkK','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','kPbXx','prototype','resolve','apply','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','ZXwoh','168UtxLnQ','getAccessibilityModule','DSgJH','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','exports','\x20tags=','JZTYZ','givQv','[testcafe-action-patcher]\x20performScan\x20pi=','11950oLuAWj','cucumber','1947448bSCTzR','\x20testName=','testcafe/package.json','KDrxe','PDnpt','testController','KEY_DRIVER','../../helpers/logger','api','debug','39IxKSuU','PHmOx','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','isArray','enumerable','\x20cmd=','getState','KEY_TEST_TAGS','path','stringify','value','getAllData','VnxeE','../v2/framework/automationFramework','shouldScanForCommand','iterAllInstances','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','DEFAULT_TEST_RESULT','AHmcR','UVorE','set','./a11y-runner','ICTsl','KcfuZ','../v2/framework/testcafeAutomationFramework','install','1734815comNsp','NeDGF','message','4730JHVlqD','xzuDn','join','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)'];a75_0x25c1=function(){return _0x30540d;};return a75_0x25c1();}function a75_0x1724(_0x316cec,_0x1b56c2){const _0x25c164=a75_0x25c1();return a75_0x1724=function(_0x172465,_0x291425){_0x172465=_0x172465-0x191;let _0x212447=_0x25c164[_0x172465];return _0x212447;},a75_0x1724(_0x316cec,_0x1b56c2);}function uninstall(){const _0x8b61c3=a75_0x2414f0,_0x2a5495={};_0x2a5495[_0x8b61c3(0x19b)]=_0x8b61c3(0x1a8);const _0x321554=_0x2a5495;if(!_installed)return;for(const [_0x43cc69,{owner:_0x50e549,originalDescriptor:_0xde03e4}]of _patchedDescriptors){try{Object[_0x8b61c3(0x192)](_0x50e549,_0x43cc69,_0xde03e4);}catch(_0x17cd16){logger[_0x8b61c3(0x1cf)]('[testcafe-action-patcher]\x20could\x20not\x20restore\x20'+_0x43cc69+':\x20'+(_0x17cd16[_0x8b61c3(0x1ec)]||_0x17cd16));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x8b61c3(0x1cf)](_0x321554['YDwrE']);}const a75_0x5a02db={};a75_0x5a02db[a75_0x2414f0(0x1e9)]=install,a75_0x5a02db['uninstall']=uninstall,module[a75_0x2414f0(0x1bf)]=a75_0x5a02db;
@@ -1 +1 @@
1
- 'use strict';const a76_0x191f50=a76_0x1ac8;(function(_0x33bb84,_0x3f28e4){const _0x3fe992=a76_0x1ac8,_0x4e8381=_0x33bb84();while(!![]){try{const _0x5d0d4a=parseInt(_0x3fe992(0x155))/0x1*(parseInt(_0x3fe992(0x157))/0x2)+parseInt(_0x3fe992(0x14d))/0x3+parseInt(_0x3fe992(0x13a))/0x4*(-parseInt(_0x3fe992(0x153))/0x5)+-parseInt(_0x3fe992(0x16f))/0x6*(parseInt(_0x3fe992(0x141))/0x7)+-parseInt(_0x3fe992(0x16e))/0x8+parseInt(_0x3fe992(0x16c))/0x9+parseInt(_0x3fe992(0x137))/0xa;if(_0x5d0d4a===_0x3f28e4)break;else _0x4e8381['push'](_0x4e8381['shift']());}catch(_0x2acb74){_0x4e8381['push'](_0x4e8381['shift']());}}}(a76_0x61c9,0x41dfd));const got=require(a76_0x191f50(0x161)),logger=require('../../helpers/logger')['winstonLogger'],_trim=_0x584f70=>(_0x584f70||'')[a76_0x191f50(0x134)](/\/+$/,'');function _normalizeScheme(_0x3a8f47){const _0x468e2a=a76_0x191f50,_0x48bbb7={};_0x48bbb7[_0x468e2a(0x124)]=function(_0x207f37,_0x59706d){return _0x207f37||_0x59706d;};const _0x7b6265=_0x48bbb7,_0x64a58c=_0x7b6265[_0x468e2a(0x124)](_0x3a8f47,'')[_0x468e2a(0x173)]();if(!_0x64a58c)return _0x64a58c;if(/^https?:\/\//i[_0x468e2a(0x169)](_0x64a58c))return _0x64a58c;return'https://'+_0x64a58c['replace'](/^\/+/,'');}function _resolveAuth(_0x5549a5){const _0x5507fe=a76_0x191f50,_0x3610a6={'MLqMR':function(_0x53e39f,_0x1cecd4){return _0x53e39f(_0x1cecd4);},'jKZUc':function(_0x87c723,_0x2a4fb9){return _0x87c723(_0x2a4fb9);},'xJCul':function(_0x4292ef,_0xa3d545){return _0x4292ef(_0xa3d545);}},_0x42ae98=_0x3610a6[_0x5507fe(0x165)](_normalizeScheme,_0x5549a5);try{const _0x2f44dc=new URL(_0x42ae98);if(_0x2f44dc[_0x5507fe(0x164)]||_0x2f44dc['password']){const _0x52b99a=_0x3610a6[_0x5507fe(0x165)](decodeURIComponent,_0x2f44dc[_0x5507fe(0x164)]||''),_0x83f497=_0x3610a6[_0x5507fe(0x12b)](decodeURIComponent,_0x2f44dc[_0x5507fe(0x158)]||'');return _0x2f44dc[_0x5507fe(0x164)]='',_0x2f44dc['password']='',{'username':_0x52b99a,'password':_0x83f497,'url':_0x3610a6[_0x5507fe(0x142)](_trim,_0x2f44dc[_0x5507fe(0x15e)]())};}}catch(_0x4d6427){}return{'username':process[_0x5507fe(0x16b)][_0x5507fe(0x14b)]||'','password':process[_0x5507fe(0x16b)][_0x5507fe(0x133)]||'','url':_0x3610a6['MLqMR'](_trim,_0x42ae98)};}class W3CDriver{constructor({hubUrl:_0x1ae01e,sessionId:_0x9da0f3,username:_0x27dd6d,password:_0x164295}){const _0xaa8ee6=a76_0x191f50,_0x3cc515={'PIyUf':function(_0xd2642c,_0x14dce3){return _0xd2642c(_0x14dce3);}};this[_0xaa8ee6(0x13b)]=_0x3cc515[_0xaa8ee6(0x148)](_trim,_0x1ae01e),this[_0xaa8ee6(0x163)]=_0x9da0f3,this[_0xaa8ee6(0x147)]=_0x27dd6d,this[_0xaa8ee6(0x151)]=_0x164295;}get[a76_0x191f50(0x168)](){const _0x1c6591=a76_0x191f50;return this[_0x1c6591(0x163)];}[a76_0x191f50(0x14f)](_0x580a18={}){const _0x46e4cf=a76_0x191f50,_0xdf5c37={};_0xdf5c37['jvurF']=_0x46e4cf(0x14e),_0xdf5c37['emBiN']=_0x46e4cf(0x15d);const _0xa34f31=_0xdf5c37,_0x8e098e={'username':this[_0x46e4cf(0x147)],'password':this['_password'],'responseType':_0xa34f31['jvurF'],'headers':{'user-agent':_0xa34f31[_0x46e4cf(0x154)]},'throwHttpErrors':![],..._0x580a18};return _0x8e098e;}async['navigateTo'](_0x746d6e){const _0x6844ad=a76_0x191f50,_0x3916f5={};_0x3916f5[_0x6844ad(0x152)]=function(_0x5f6d35,_0x3e2a6f){return _0x5f6d35>=_0x3e2a6f;};const _0x4b45df=_0x3916f5,_0x3be23f={};_0x3be23f[_0x6844ad(0x139)]=_0x746d6e;const _0x4ab320={};_0x4ab320[_0x6844ad(0x136)]=0xea60;const _0x43ac22={};_0x43ac22[_0x6844ad(0x14e)]=_0x3be23f,_0x43ac22['timeout']=_0x4ab320;const _0x171ea3=await got[_0x6844ad(0x12d)](this['_hubUrl']+_0x6844ad(0x16a)+this[_0x6844ad(0x163)]+_0x6844ad(0x167),this[_0x6844ad(0x14f)](_0x43ac22));if(_0x4b45df['wDhgN'](_0x171ea3[_0x6844ad(0x128)],0x190))throw new Error('[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20'+this[_0x6844ad(0x163)]+':\x20HTTP\x20'+_0x171ea3[_0x6844ad(0x128)]+'\x20'+JSON[_0x6844ad(0x172)](_0x171ea3[_0x6844ad(0x15c)])['slice'](0x0,0x12c));}async[a76_0x191f50(0x12f)](){const _0x23d54f=a76_0x191f50,_0x585316={};_0x585316[_0x23d54f(0x136)]=0x7530;const _0x577e2b={};_0x577e2b[_0x23d54f(0x135)]=_0x585316;const _0xb83b3=await got[_0x23d54f(0x131)](this['_hubUrl']+_0x23d54f(0x16a)+this[_0x23d54f(0x163)]+_0x23d54f(0x167),this[_0x23d54f(0x14f)](_0x577e2b));return _0xb83b3[_0x23d54f(0x15c)]&&_0xb83b3[_0x23d54f(0x15c)][_0x23d54f(0x125)]||'';}async[a76_0x191f50(0x143)](_0x2a49cd,..._0x584074){const _0x142053=a76_0x191f50,_0x1be180={};_0x1be180[_0x142053(0x14c)]=_0x2a49cd,_0x1be180['args']=_0x584074;const _0x2bc67e={};_0x2bc67e['request']=0xea60;const _0x101e94={};_0x101e94[_0x142053(0x14e)]=_0x1be180,_0x101e94[_0x142053(0x135)]=_0x2bc67e;const _0x1837b5=await got[_0x142053(0x12d)](this[_0x142053(0x13b)]+_0x142053(0x16a)+this[_0x142053(0x163)]+_0x142053(0x15b),this[_0x142053(0x14f)](_0x101e94));return _0x1837b5['body']&&_0x1837b5['body'][_0x142053(0x125)];}async['executeAsyncScript'](_0x403a03,..._0x4ac701){const _0x32bac2=a76_0x191f50,_0x200d28={};_0x200d28[_0x32bac2(0x14c)]=_0x403a03,_0x200d28['args']=_0x4ac701;const _0x363efd={};_0x363efd[_0x32bac2(0x136)]=0x1d4c0;const _0x3d3bc6={};_0x3d3bc6[_0x32bac2(0x14e)]=_0x200d28,_0x3d3bc6[_0x32bac2(0x135)]=_0x363efd;const _0x339d0e=await got['post'](this[_0x32bac2(0x13b)]+_0x32bac2(0x16a)+this[_0x32bac2(0x163)]+_0x32bac2(0x16d),this['_opts'](_0x3d3bc6));return _0x339d0e[_0x32bac2(0x15c)]&&_0x339d0e[_0x32bac2(0x15c)][_0x32bac2(0x125)];}async[a76_0x191f50(0x127)](){const _0x1504c7=a76_0x191f50;try{const _0x5ec8ea={};_0x5ec8ea['request']=0x7530;const _0x441a21={};_0x441a21[_0x1504c7(0x135)]=_0x5ec8ea,await got[_0x1504c7(0x145)](this[_0x1504c7(0x13b)]+_0x1504c7(0x16a)+this[_0x1504c7(0x163)],this[_0x1504c7(0x14f)](_0x441a21));}catch(_0x542dc8){logger[_0x1504c7(0x159)](_0x1504c7(0x162)+this[_0x1504c7(0x163)]+_0x1504c7(0x166)+_0x542dc8[_0x1504c7(0x15f)]);}}}function a76_0x1ac8(_0x300c1f,_0x224510){const _0x61c97a=a76_0x61c9();return a76_0x1ac8=function(_0x1ac8ce,_0x42e5f8){_0x1ac8ce=_0x1ac8ce-0x124;let _0x7d20a3=_0x61c97a[_0x1ac8ce];return _0x7d20a3;},a76_0x1ac8(_0x300c1f,_0x224510);}async function openSession({hubUrl:_0x5c89d7,capabilities:_0xca9c46}){const _0x2a125c=a76_0x191f50,_0x134908={'LaDiK':function(_0x33ae03,_0x3f64da){return _0x33ae03(_0x3f64da);},'emHDd':function(_0x36fe17,_0x3c389c){return _0x36fe17||_0x3c389c;},'AUpCC':'[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','cLOiE':'json','bMAnV':'browserstack-node-sdk-testcafe','BgkYL':function(_0x31c9eb,_0x4cc806){return _0x31c9eb>=_0x4cc806;},'shnfi':_0x2a125c(0x160),'UYRnX':function(_0xd725d,_0x372644){return _0xd725d>_0x372644;}},{username:_0x369891,password:_0x2b0465,url:_0x5bd133}=_0x134908[_0x2a125c(0x13c)](_resolveAuth,_0x5c89d7);if(_0x134908[_0x2a125c(0x130)](!_0x369891,!_0x2b0465))throw new Error(_0x134908[_0x2a125c(0x12c)]);const _0x23cd90={};_0x23cd90[_0x2a125c(0x12a)]=_0xca9c46,_0x23cd90[_0x2a125c(0x14a)]=[{}];const _0x117eca={};_0x117eca[_0x2a125c(0x15a)]=_0x23cd90,_0x117eca[_0x2a125c(0x126)]=_0xca9c46;const _0x18d606=_0x117eca,_0x5e658d={};_0x5e658d[_0x2a125c(0x136)]=0x1d4c0;const _0x591a7c={};_0x591a7c[_0x2a125c(0x14e)]=_0x18d606,_0x591a7c[_0x2a125c(0x164)]=_0x369891,_0x591a7c['password']=_0x2b0465,_0x591a7c[_0x2a125c(0x170)]=_0x134908['cLOiE'],_0x591a7c[_0x2a125c(0x13e)]={},_0x591a7c[_0x2a125c(0x156)]=![],_0x591a7c[_0x2a125c(0x135)]=_0x5e658d,_0x591a7c[_0x2a125c(0x13e)][_0x2a125c(0x171)]=_0x134908[_0x2a125c(0x150)];const _0xb65ee4=await got[_0x2a125c(0x12d)](_0x5bd133+_0x2a125c(0x138),_0x591a7c);if(_0x134908[_0x2a125c(0x132)](_0xb65ee4[_0x2a125c(0x128)],0x190))throw new Error(_0x2a125c(0x12e)+_0xb65ee4['statusCode']+'\x20'+JSON[_0x2a125c(0x172)](_0xb65ee4['body'])[_0x2a125c(0x129)](0x0,0x190));const _0x5c9de2=_0xb65ee4['body']||{},_0xf26e3c=_0x5c9de2['value']||{},_0x4791a8=_0xf26e3c['capabilities']||{},_0x52bdb4=_0x5c9de2['sessionId']||_0xf26e3c[_0x2a125c(0x168)]||_0xf26e3c[_0x134908['shnfi']]||_0x4791a8[_0x134908[_0x2a125c(0x146)]];if(!_0x52bdb4)throw new Error('[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20'+JSON[_0x2a125c(0x172)](_0x5c9de2)[_0x2a125c(0x129)](0x0,0x190));const _0x196c84={};return _0x196c84['hubUrl']=_0x5bd133,_0x196c84[_0x2a125c(0x168)]=_0x52bdb4,_0x196c84[_0x2a125c(0x164)]=_0x369891,_0x196c84[_0x2a125c(0x158)]=_0x2b0465,{'driver':new W3CDriver(_0x196c84),'sessionId':_0x52bdb4,'capabilities':_0x134908[_0x2a125c(0x140)](Object[_0x2a125c(0x13d)](_0x4791a8)[_0x2a125c(0x144)],0x0)?_0x4791a8:_0xca9c46};}function a76_0x61c9(){const _0x318e2a=['responseType','user-agent','stringify','trim','yzoQi','value','desiredCapabilities','quit','statusCode','slice','alwaysMatch','jKZUc','AUpCC','post','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','getCurrentUrl','emHDd','get','BgkYL','BROWSERSTACK_ACCESS_KEY','replace','timeout','request','611930DySonk','/session','url','4WFWUGo','_hubUrl','LaDiK','keys','headers','exports','UYRnX','612122fcLViP','xJCul','executeScript','length','delete','shnfi','_username','PIyUf','openSession','firstMatch','BROWSERSTACK_USERNAME','script','830007BALKkW','json','_opts','bMAnV','_password','wDhgN','2545730CpqqWh','emBiN','107xdwhwx','throwHttpErrors','8074tJiiuA','password','debug','capabilities','/execute/sync','body','browserstack-node-sdk-testcafe','toString','message','webdriver.remote.sessionid','got','[w3c-driver]\x20DELETE\x20/session\x20','_sessionId','username','MLqMR','\x20failed\x20(likely\x20already\x20closed):\x20','/url','sessionId','test','/session/','env','4287906ZZrdKj','/execute/async','2339168IKrYmS','12BefgNR'];a76_0x61c9=function(){return _0x318e2a;};return a76_0x61c9();}const a76_0x48819c={};a76_0x48819c[a76_0x191f50(0x149)]=openSession,a76_0x48819c['W3CDriver']=W3CDriver,module[a76_0x191f50(0x13f)]=a76_0x48819c;
1
+ 'use strict';const a76_0xd01077=a76_0x2f59;function a76_0x2414(){const _0x285a1b=['openSession','replace','_username','_opts','/session','firstMatch','zlOBs','JDFoo','json','url','17035iaoZVh','slice','52tRvdpQ','3003489POhDDW','responseType','TsmyR','trim','W3CDriver','VgHAy','lKNdb','throwHttpErrors','119514oNMVyR','FQWKB','_hubUrl','winstonLogger','exports',':\x20HTTP\x20','keys','getCurrentUrl','/session/','10218084VaXpQl','post','/url','6IKGmZt','9053EmqgAM','browserstack-node-sdk-testcafe','/execute/async','BROWSERSTACK_USERNAME','LuiAm','NtYIo','/execute/sync','hKEEA','value','6180WWqpOe','test','\x20failed\x20(likely\x20already\x20closed):\x20','444525WFPaAc','request','103821NNajyX','statusCode','UDFnC','alwaysMatch','[w3c-driver]\x20DELETE\x20/session\x20','headers','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','_password','_sessionId','message','stringify','script','toString','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','timeout','8StyFbI','42XTcKcb','sessionId','executeScript','hubUrl','capabilities','IaXyb','env','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','args','webdriver.remote.sessionid','quit','body','delete','debug','password','username'];a76_0x2414=function(){return _0x285a1b;};return a76_0x2414();}(function(_0x9a28f0,_0x24b47b){const _0x3ae13c=a76_0x2f59,_0x2a308f=_0x9a28f0();while(!![]){try{const _0x48029b=-parseInt(_0x3ae13c(0xb2))/0x1+-parseInt(_0x3ae13c(0xa5))/0x2*(-parseInt(_0x3ae13c(0xb4))/0x3)+parseInt(_0x3ae13c(0xe0))/0x4*(parseInt(_0x3ae13c(0xde))/0x5)+-parseInt(_0x3ae13c(0xe9))/0x6*(parseInt(_0x3ae13c(0xc4))/0x7)+parseInt(_0x3ae13c(0xc3))/0x8*(parseInt(_0x3ae13c(0xe1))/0x9)+parseInt(_0x3ae13c(0xaf))/0xa*(-parseInt(_0x3ae13c(0xa6))/0xb)+parseInt(_0x3ae13c(0xa2))/0xc;if(_0x48029b===_0x24b47b)break;else _0x2a308f['push'](_0x2a308f['shift']());}catch(_0x28686f){_0x2a308f['push'](_0x2a308f['shift']());}}}(a76_0x2414,0x3fa4f));const got=require('got'),logger=require('../../helpers/logger')[a76_0xd01077(0xec)],_trim=_0x1eaab6=>(_0x1eaab6||'')[a76_0xd01077(0xd5)](/\/+$/,'');function _normalizeScheme(_0x113914){const _0x418eea=a76_0xd01077,_0x305713={};_0x305713[_0x418eea(0xe3)]=function(_0x3ad64a,_0x2820cf){return _0x3ad64a||_0x2820cf;};const _0x4abd87=_0x305713,_0x413c12=_0x4abd87[_0x418eea(0xe3)](_0x113914,'')[_0x418eea(0xe4)]();if(!_0x413c12)return _0x413c12;if(/^https?:\/\//i[_0x418eea(0xb0)](_0x413c12))return _0x413c12;return'https://'+_0x413c12[_0x418eea(0xd5)](/^\/+/,'');}function _resolveAuth(_0x143a69){const _0x27ef55=a76_0xd01077,_0x19e529={'NtYIo':function(_0x19e6cb,_0x186b97){return _0x19e6cb(_0x186b97);},'FQWKB':function(_0x4e4363,_0xe15412){return _0x4e4363(_0xe15412);},'hrQRI':function(_0x30669b,_0x3fcbf7){return _0x30669b(_0x3fcbf7);},'kKRoB':function(_0x448087,_0x50f4d9){return _0x448087(_0x50f4d9);}},_0x55353b=_0x19e529[_0x27ef55(0xab)](_normalizeScheme,_0x143a69);try{const _0x1855d4=new URL(_0x55353b);if(_0x1855d4[_0x27ef55(0xd3)]||_0x1855d4[_0x27ef55(0xd2)]){const _0x29e07e=_0x19e529[_0x27ef55(0xea)](decodeURIComponent,_0x1855d4[_0x27ef55(0xd3)]||''),_0x5ed514=_0x19e529['hrQRI'](decodeURIComponent,_0x1855d4['password']||'');return _0x1855d4[_0x27ef55(0xd3)]='',_0x1855d4['password']='',{'username':_0x29e07e,'password':_0x5ed514,'url':_0x19e529['FQWKB'](_trim,_0x1855d4[_0x27ef55(0xc0)]())};}}catch(_0x14fad0){}return{'username':process['env'][_0x27ef55(0xa9)]||'','password':process[_0x27ef55(0xca)]['BROWSERSTACK_ACCESS_KEY']||'','url':_0x19e529['kKRoB'](_trim,_0x55353b)};}class W3CDriver{constructor({hubUrl:_0x3c2a25,sessionId:_0xb007f3,username:_0x226a64,password:_0x8a460}){const _0xab89be=a76_0xd01077,_0x9c2bd={'JDFoo':function(_0x313511,_0x162426){return _0x313511(_0x162426);}};this[_0xab89be(0xeb)]=_0x9c2bd[_0xab89be(0xdb)](_trim,_0x3c2a25),this[_0xab89be(0xbc)]=_0xb007f3,this[_0xab89be(0xd6)]=_0x226a64,this[_0xab89be(0xbb)]=_0x8a460;}get[a76_0xd01077(0xc5)](){const _0x38b322=a76_0xd01077;return this[_0x38b322(0xbc)];}['_opts'](_0x235c14={}){const _0x523e20=a76_0xd01077,_0x2cbbf3={};_0x2cbbf3['UDFnC']=_0x523e20(0xdc),_0x2cbbf3[_0x523e20(0xaa)]=_0x523e20(0xa7);const _0x5713d5=_0x2cbbf3,_0x231d0a={'username':this[_0x523e20(0xd6)],'password':this[_0x523e20(0xbb)],'responseType':_0x5713d5[_0x523e20(0xb6)],'headers':{'user-agent':_0x5713d5[_0x523e20(0xaa)]},'throwHttpErrors':![],..._0x235c14};return _0x231d0a;}async['navigateTo'](_0x1d907f){const _0x3077ed=a76_0xd01077,_0x5a3ec6={};_0x5a3ec6['lKNdb']=function(_0x5ec9c7,_0x28ac67){return _0x5ec9c7>=_0x28ac67;};const _0x2212b9=_0x5a3ec6,_0x413ed1={};_0x413ed1[_0x3077ed(0xdd)]=_0x1d907f;const _0x2f55e4={};_0x2f55e4[_0x3077ed(0xb3)]=0xea60;const _0x5bdf80={};_0x5bdf80['json']=_0x413ed1,_0x5bdf80[_0x3077ed(0xc2)]=_0x2f55e4;const _0xe69222=await got[_0x3077ed(0xa3)](this[_0x3077ed(0xeb)]+'/session/'+this[_0x3077ed(0xbc)]+_0x3077ed(0xa4),this[_0x3077ed(0xd7)](_0x5bdf80));if(_0x2212b9[_0x3077ed(0xe7)](_0xe69222[_0x3077ed(0xb5)],0x190))throw new Error(_0x3077ed(0xc1)+this[_0x3077ed(0xbc)]+_0x3077ed(0xee)+_0xe69222['statusCode']+'\x20'+JSON[_0x3077ed(0xbe)](_0xe69222['body'])[_0x3077ed(0xdf)](0x0,0x12c));}async[a76_0xd01077(0xf0)](){const _0x435732=a76_0xd01077,_0xe9c9a1={};_0xe9c9a1[_0x435732(0xb3)]=0x7530;const _0x111ee8={};_0x111ee8[_0x435732(0xc2)]=_0xe9c9a1;const _0x2f923e=await got['get'](this['_hubUrl']+'/session/'+this[_0x435732(0xbc)]+_0x435732(0xa4),this[_0x435732(0xd7)](_0x111ee8));return _0x2f923e[_0x435732(0xcf)]&&_0x2f923e['body'][_0x435732(0xae)]||'';}async[a76_0xd01077(0xc6)](_0x483517,..._0x4c1317){const _0x49862c=a76_0xd01077,_0x5e8241={};_0x5e8241[_0x49862c(0xbf)]=_0x483517,_0x5e8241['args']=_0x4c1317;const _0x24fafb={};_0x24fafb[_0x49862c(0xb3)]=0xea60;const _0x34ea28={};_0x34ea28[_0x49862c(0xdc)]=_0x5e8241,_0x34ea28[_0x49862c(0xc2)]=_0x24fafb;const _0x16f326=await got[_0x49862c(0xa3)](this[_0x49862c(0xeb)]+_0x49862c(0xa1)+this[_0x49862c(0xbc)]+_0x49862c(0xac),this['_opts'](_0x34ea28));return _0x16f326[_0x49862c(0xcf)]&&_0x16f326[_0x49862c(0xcf)]['value'];}async['executeAsyncScript'](_0x4e9c18,..._0x1f20d9){const _0x2db51c=a76_0xd01077,_0x3e679d={};_0x3e679d['script']=_0x4e9c18,_0x3e679d[_0x2db51c(0xcc)]=_0x1f20d9;const _0x4a760e={};_0x4a760e[_0x2db51c(0xb3)]=0x1d4c0;const _0x779db8={};_0x779db8[_0x2db51c(0xdc)]=_0x3e679d,_0x779db8[_0x2db51c(0xc2)]=_0x4a760e;const _0x2f2afa=await got['post'](this[_0x2db51c(0xeb)]+_0x2db51c(0xa1)+this[_0x2db51c(0xbc)]+_0x2db51c(0xa8),this['_opts'](_0x779db8));return _0x2f2afa['body']&&_0x2f2afa['body'][_0x2db51c(0xae)];}async[a76_0xd01077(0xce)](){const _0x68a992=a76_0xd01077;try{const _0x3194a6={};_0x3194a6[_0x68a992(0xb3)]=0x7530;const _0x335e32={};_0x335e32['timeout']=_0x3194a6,await got[_0x68a992(0xd0)](this[_0x68a992(0xeb)]+_0x68a992(0xa1)+this[_0x68a992(0xbc)],this[_0x68a992(0xd7)](_0x335e32));}catch(_0x1e7686){logger[_0x68a992(0xd1)](_0x68a992(0xb8)+this[_0x68a992(0xbc)]+_0x68a992(0xb1)+_0x1e7686[_0x68a992(0xbd)]);}}}async function openSession({hubUrl:_0x178453,capabilities:_0x138b9d}){const _0x3818f8=a76_0xd01077,_0x39b2e7={'VgHAy':function(_0x4a7dd5,_0x9233c0){return _0x4a7dd5(_0x9233c0);},'zlOBs':function(_0x6b53bf,_0x423850){return _0x6b53bf||_0x423850;},'KKkNx':'[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','IaXyb':_0x3818f8(0xdc),'hKEEA':_0x3818f8(0xa7),'REaGN':function(_0x41787a,_0x4037b3){return _0x41787a>=_0x4037b3;},'qaeyV':_0x3818f8(0xcd),'scvJF':function(_0x4b158e,_0x495a28){return _0x4b158e>_0x495a28;}},{username:_0x591656,password:_0x56258b,url:_0x537d4f}=_0x39b2e7[_0x3818f8(0xe6)](_resolveAuth,_0x178453);if(_0x39b2e7[_0x3818f8(0xda)](!_0x591656,!_0x56258b))throw new Error(_0x39b2e7['KKkNx']);const _0x1f5ecf={};_0x1f5ecf[_0x3818f8(0xb7)]=_0x138b9d,_0x1f5ecf[_0x3818f8(0xd9)]=[{}];const _0x202f3b={};_0x202f3b['capabilities']=_0x1f5ecf,_0x202f3b['desiredCapabilities']=_0x138b9d;const _0x4802f7=_0x202f3b,_0x314e83={};_0x314e83[_0x3818f8(0xb3)]=0x1d4c0;const _0x491be8={};_0x491be8['json']=_0x4802f7,_0x491be8[_0x3818f8(0xd3)]=_0x591656,_0x491be8[_0x3818f8(0xd2)]=_0x56258b,_0x491be8[_0x3818f8(0xe2)]=_0x39b2e7[_0x3818f8(0xc9)],_0x491be8[_0x3818f8(0xb9)]={},_0x491be8[_0x3818f8(0xe8)]=![],_0x491be8[_0x3818f8(0xc2)]=_0x314e83,_0x491be8[_0x3818f8(0xb9)]['user-agent']=_0x39b2e7[_0x3818f8(0xad)];const _0x4f645b=await got[_0x3818f8(0xa3)](_0x537d4f+_0x3818f8(0xd8),_0x491be8);if(_0x39b2e7['REaGN'](_0x4f645b[_0x3818f8(0xb5)],0x190))throw new Error(_0x3818f8(0xba)+_0x4f645b[_0x3818f8(0xb5)]+'\x20'+JSON[_0x3818f8(0xbe)](_0x4f645b[_0x3818f8(0xcf)])['slice'](0x0,0x190));const _0x56acf4=_0x4f645b[_0x3818f8(0xcf)]||{},_0x586a8d=_0x56acf4[_0x3818f8(0xae)]||{},_0x526585=_0x586a8d[_0x3818f8(0xc8)]||{},_0x146d99=_0x56acf4[_0x3818f8(0xc5)]||_0x586a8d[_0x3818f8(0xc5)]||_0x586a8d[_0x39b2e7['qaeyV']]||_0x526585[_0x39b2e7['qaeyV']];if(!_0x146d99)throw new Error(_0x3818f8(0xcb)+JSON['stringify'](_0x56acf4)[_0x3818f8(0xdf)](0x0,0x190));const _0x25f8a7={};return _0x25f8a7[_0x3818f8(0xc7)]=_0x537d4f,_0x25f8a7[_0x3818f8(0xc5)]=_0x146d99,_0x25f8a7['username']=_0x591656,_0x25f8a7['password']=_0x56258b,{'driver':new W3CDriver(_0x25f8a7),'sessionId':_0x146d99,'capabilities':_0x39b2e7['scvJF'](Object[_0x3818f8(0xef)](_0x526585)['length'],0x0)?_0x526585:_0x138b9d};}function a76_0x2f59(_0x905456,_0xf6e82d){const _0x241496=a76_0x2414();return a76_0x2f59=function(_0x2f59bb,_0x3b4932){_0x2f59bb=_0x2f59bb-0xa1;let _0xa860ec=_0x241496[_0x2f59bb];return _0xa860ec;},a76_0x2f59(_0x905456,_0xf6e82d);}const a76_0x4b88b5={};a76_0x4b88b5[a76_0xd01077(0xd4)]=openSession,a76_0x4b88b5[a76_0xd01077(0xe5)]=W3CDriver,module[a76_0xd01077(0xed)]=a76_0x4b88b5;
@@ -1 +1 @@
1
- const a77_0x263c3b=a77_0x1c2d;function a77_0x3bb8(){const _0x1c0134=['pLvuL','JyMrj','UuWdc','getInstance','12192888sahubh','nSIVm','RXyrB','XAADu','lpEfq','FaTWY','ZuolS','ClvhZ','RYLJV','getAppAutomateSessionStatusAPIUrl','tDVod','ZqAiE','EDS_URL','cdp','odeHz','ApbwW','ilJon','6BPAxPd','xVfsL','9KOjJtx','WohUG','fqadX','vyVaQ','VYagU','SiHpX','upload','LJLJJ','loOfq','yTBSM','MlZIz','dPOZE','endsWith','APP_UPLOAD_URL','RjiRg','411260hamwvt','zKvyi','UEfvy','hqFLn','getBStackAPIUrl','ULrWb','VBLkz','observability','BROWSERSTACK_API_URL','getPlaywrightHubUrl','getEdsInstrumentationAPIUrl','PLAYWRIGHT_HUB_URL','egMju','OBSERVABILITY_UPLOAD_URL','tjuOd','xfyKF','oPzrT','edsInstrumentation','XzuzV','HuhcI','getAutomateSessionNameAPIUrl','getAutomateSessionStatusAPIUrl','Vnulq','guEIX','DETOX_HUB_URL','bsstag.com','BDwss','./constants','uBXaI','getAppAutomateSessionsListAPIUrl','getConfig','getAutomateSessionsListAPIUrl','AYcWA','./sharedUtils','3899730SyfxzU','ZjtFo','406292Lwlvtc','KQxCP','../v2/browserstackCLI','9647CAPvVI','KCtDy','replace','6349110kXONpl','UJiRe','VhFrK','yUpPk','BUunh','nCgoc','IAEAX','1828lhezQk','apis','/playwright?caps=','gIPXx','getAppAutomateSessionNameAPIUrl','GNDvI','GZqdq','getPuppeteerHubUrl','pHTNM','/puppeteer?caps=','Kbldo','MdBfr','56328OWVRmc','api','ndKHm','toString','NZvTH','getAppAutomateUploadAPIUrl','oljcf','bEmWh','5481DssigX','7kKtwKG','cYrbP','appAutomate','ExvTC','jfvxR','ilVNZ','exports','automate','NZZMm','PUPPETEER_HUB_URL','VQqGP'];a77_0x3bb8=function(){return _0x1c0134;};return a77_0x3bb8();}function a77_0x1c2d(_0x5ba3be,_0x556133){const _0x3bb882=a77_0x3bb8();return a77_0x1c2d=function(_0x1c2daa,_0x10e52a){_0x1c2daa=_0x1c2daa-0x6c;let _0x4bfa83=_0x3bb882[_0x1c2daa];return _0x4bfa83;},a77_0x1c2d(_0x5ba3be,_0x556133);}(function(_0x561ec6,_0x4e5f06){const _0x4d5933=a77_0x1c2d,_0x17f91=_0x561ec6();while(!![]){try{const _0x56a78b=parseInt(_0x4d5933(0xbb))/0x1*(-parseInt(_0x4d5933(0x86))/0x2)+-parseInt(_0x4d5933(0xdc))/0x3*(parseInt(_0x4d5933(0xc8))/0x4)+-parseInt(_0x4d5933(0xb9))/0x5+parseInt(_0x4d5933(0xc1))/0x6+parseInt(_0x4d5933(0xdd))/0x7*(-parseInt(_0x4d5933(0x75))/0x8)+parseInt(_0x4d5933(0x88))/0x9*(-parseInt(_0x4d5933(0x97))/0xa)+parseInt(_0x4d5933(0xbe))/0xb*(parseInt(_0x4d5933(0xd4))/0xc);if(_0x56a78b===_0x4e5f06)break;else _0x17f91['push'](_0x17f91['shift']());}catch(_0xf5078d){_0x17f91['push'](_0x17f91['shift']());}}}(a77_0x3bb8,0xbd691));const constants=require(a77_0x263c3b(0xb2)),{nestedKeyValue}=require(a77_0x263c3b(0xb8)),getBrowserstackCLI=()=>{const _0x19d180=a77_0x263c3b,_0x3d6bc9={'Hlxhh':function(_0x17d589,_0x21710e){return _0x17d589(_0x21710e);},'IAEAX':_0x19d180(0xbd)};return _0x3d6bc9['Hlxhh'](require,_0x3d6bc9[_0x19d180(0xc7)]);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a77_0x263c3b(0xb0)],isAllowedApiHost=_0x2e2dee=>{const _0x1cc077=a77_0x263c3b;try{const {hostname:_0x33c941}=new URL(_0x2e2dee);return ALLOWED_API_HOST_SUFFIXES['some'](_0x285709=>_0x33c941===_0x285709||_0x33c941[_0x1cc077(0x94)]('.'+_0x285709));}catch{return![];}},safeApiHost=(_0x1a72d0,_0x4160ba)=>{const _0x4216c6=a77_0x263c3b,_0x3e9406={'guEIX':function(_0x2c01ac,_0x18ea70){return _0x2c01ac(_0x18ea70);}};if(_0x1a72d0&&_0x3e9406[_0x4216c6(0xae)](isAllowedApiHost,_0x1a72d0))return _0x1a72d0;return _0x4160ba;};class APIUtilityMethods{static[a77_0x263c3b(0x9b)](_0xb94b89){const _0x2099b7=a77_0x263c3b,_0x5d3988={'RAAod':function(_0x4a23a1){return _0x4a23a1();},'ExvTC':function(_0x1c2c2b,_0x2dc9b7,_0x10e07e){return _0x1c2c2b(_0x2dc9b7,_0x10e07e);},'ZBuky':_0x2099b7(0xc9),'BDwss':_0x2099b7(0x6d),'ZuolS':_0x2099b7(0xd5),'CKenb':function(_0x47ede0,_0x3f8252,_0x1d37aa){return _0x47ede0(_0x3f8252,_0x1d37aa);},'lMDLI':function(_0x20e6f3,_0x3723d8){return _0x20e6f3===_0x3723d8;},'WohUG':function(_0x347915,_0x3b37d5){return _0x347915+_0x3b37d5;}},_0x5b5150=_0x5d3988['RAAod'](getBrowserstackCLI),_0x585f94=_0x5d3988[_0x2099b7(0xe0)](nestedKeyValue,_0x5b5150[_0x2099b7(0x74)]()[_0x2099b7(0xb5)](),[_0x5d3988['ZBuky'],_0x5d3988[_0x2099b7(0xb1)],_0x5d3988[_0x2099b7(0x7b)]]),_0x5adf8e=_0x5d3988['CKenb'](safeApiHost,_0x585f94,constants[_0x2099b7(0x9f)]);if(!_0xb94b89||_0x5d3988['lMDLI'](_0xb94b89,''))return _0x5adf8e;const _0x35e092=_0x5adf8e[_0x2099b7(0x94)]('/')?_0x5adf8e:_0x5d3988[_0x2099b7(0x89)](_0x5adf8e,'/');return new URL(_0xb94b89,_0x35e092)['toString']();}static[a77_0x263c3b(0xa1)](_0x316821){const _0x538c59=a77_0x263c3b,_0x1e3cd4={'ULrWb':function(_0x1bdc78){return _0x1bdc78();},'fLOiz':function(_0x48866d,_0x28e0e5,_0x304c02){return _0x48866d(_0x28e0e5,_0x304c02);},'GNDvI':_0x538c59(0xc9),'jfvxR':_0x538c59(0xa8),'bEmWh':'api','UEfvy':function(_0xcc974a,_0x3e0be8){return _0xcc974a===_0x3e0be8;},'TFgWI':function(_0xf6d97a,_0x3a1f2e){return _0xf6d97a+_0x3a1f2e;}},_0x2f80e3=_0x1e3cd4[_0x538c59(0x9c)](getBrowserstackCLI),_0x292a32=_0x1e3cd4['fLOiz'](nestedKeyValue,_0x2f80e3[_0x538c59(0x74)]()['getConfig'](),[_0x1e3cd4[_0x538c59(0xcd)],_0x1e3cd4[_0x538c59(0xe1)],_0x1e3cd4[_0x538c59(0xdb)]])||constants[_0x538c59(0x81)];if(!_0x316821||_0x1e3cd4[_0x538c59(0x99)](_0x316821,''))return _0x292a32;const _0x10a187=_0x292a32[_0x538c59(0x94)]('/')?_0x292a32:_0x1e3cd4['TFgWI'](_0x292a32,'/');return new URL(_0x316821,_0x10a187)[_0x538c59(0xd7)]();}static[a77_0x263c3b(0xac)](_0x2b5d0a){const _0x377ac1=a77_0x263c3b,_0x5c271d={'gVIla':function(_0x57023f){return _0x57023f();},'VYagU':function(_0xf77a29,_0x5ca6ef,_0x314fb8){return _0xf77a29(_0x5ca6ef,_0x314fb8);},'tDVod':_0x377ac1(0xc9),'Vnulq':'automate','cYrbP':_0x377ac1(0xd5),'zwNwN':function(_0x143a2a,_0x44afad){return _0x143a2a===_0x44afad;},'Kbldo':function(_0x4fb35a,_0x57c55f){return _0x4fb35a+_0x57c55f;}},_0x2a82be=_0x5c271d['gVIla'](getBrowserstackCLI),_0x22baf9=_0x5c271d[_0x377ac1(0x8c)](nestedKeyValue,_0x2a82be[_0x377ac1(0x74)]()['getConfig'](),[_0x5c271d[_0x377ac1(0x7f)],_0x5c271d[_0x377ac1(0xad)],_0x5c271d[_0x377ac1(0xde)]])||constants[_0x377ac1(0x9f)];if(!_0x2b5d0a||_0x5c271d['zwNwN'](_0x2b5d0a,''))return _0x22baf9;const _0xe30232=_0x22baf9[_0x377ac1(0x94)]('/')?_0x22baf9:_0x5c271d[_0x377ac1(0xd2)](_0x22baf9,'/');return new URL(_0x2b5d0a,_0xe30232)['toString']();}static[a77_0x263c3b(0x7e)](_0x13f997){const _0x343d21=a77_0x263c3b,_0x1ee87c={'NZZMm':function(_0x55ca43){return _0x55ca43();},'xVfsL':function(_0x12ed74,_0x29ce65,_0x2c87be){return _0x12ed74(_0x29ce65,_0x2c87be);},'oljcf':'apis','RjiRg':_0x343d21(0xdf),'ApbwW':_0x343d21(0xd5),'tjuOd':function(_0x413c40,_0x4b3059){return _0x413c40===_0x4b3059;},'ndKHm':function(_0x4c08f9,_0x442ecd){return _0x4c08f9+_0x442ecd;}},_0xac0b6e=_0x1ee87c[_0x343d21(0x6e)](getBrowserstackCLI),_0xcfe00=_0x1ee87c[_0x343d21(0x87)](nestedKeyValue,_0xac0b6e[_0x343d21(0x74)]()[_0x343d21(0xb5)](),[_0x1ee87c[_0x343d21(0xda)],_0x1ee87c[_0x343d21(0x96)],_0x1ee87c[_0x343d21(0x84)]])||constants['BROWSERSTACK_API_URL'];if(!_0x13f997||_0x1ee87c[_0x343d21(0xa5)](_0x13f997,''))return _0xcfe00;const _0x483056=_0xcfe00[_0x343d21(0x94)]('/')?_0xcfe00:_0x1ee87c[_0x343d21(0xd6)](_0xcfe00,'/');return new URL(_0x13f997,_0x483056)['toString']();}static[a77_0x263c3b(0xab)](_0x21f95b){const _0x3a130e=a77_0x263c3b,_0x15ca3f={'GZqdq':function(_0x496eb0){return _0x496eb0();},'nSIVm':function(_0x32a9e1,_0x3d95d0,_0x2a7757){return _0x32a9e1(_0x3d95d0,_0x2a7757);},'qzdic':_0x3a130e(0xc9),'yUpPk':'automate','zKvyi':_0x3a130e(0xd5),'FaTWY':function(_0x34fbf1,_0x7f017f){return _0x34fbf1===_0x7f017f;},'pHTNM':function(_0x320e7a,_0x28daba){return _0x320e7a+_0x28daba;}},_0x987184=_0x15ca3f[_0x3a130e(0xce)](getBrowserstackCLI),_0x48fe59=_0x15ca3f[_0x3a130e(0x76)](nestedKeyValue,_0x987184[_0x3a130e(0x74)]()['getConfig'](),[_0x15ca3f['qzdic'],_0x15ca3f[_0x3a130e(0xc4)],_0x15ca3f[_0x3a130e(0x98)]])||constants[_0x3a130e(0x9f)];if(!_0x21f95b||_0x15ca3f[_0x3a130e(0x7a)](_0x21f95b,''))return _0x48fe59;const _0x4bf673=_0x48fe59[_0x3a130e(0x94)]('/')?_0x48fe59:_0x15ca3f[_0x3a130e(0xd0)](_0x48fe59,'/');return new URL(_0x21f95b,_0x4bf673)[_0x3a130e(0xd7)]();}static[a77_0x263c3b(0xcc)](_0x55b58a){const _0x23453e=a77_0x263c3b,_0x810510={'AYcWA':function(_0x57f3ae){return _0x57f3ae();},'odeHz':function(_0xca7260,_0x2c2e9d,_0xfdf692){return _0xca7260(_0x2c2e9d,_0xfdf692);},'XzuzV':'apis','UJiRe':_0x23453e(0xdf),'gIPXx':_0x23453e(0xd5),'JKeWD':function(_0x3bdb72,_0x1ff58a){return _0x3bdb72===_0x1ff58a;},'loOfq':function(_0x57d82a,_0x4681c9){return _0x57d82a+_0x4681c9;}},_0x38b2f4=_0x810510[_0x23453e(0xb7)](getBrowserstackCLI),_0x3b2a9c=_0x810510[_0x23453e(0x83)](nestedKeyValue,_0x38b2f4['getInstance']()['getConfig'](),[_0x810510[_0x23453e(0xa9)],_0x810510[_0x23453e(0xc2)],_0x810510[_0x23453e(0xcb)]])||constants['BROWSERSTACK_API_URL'];if(!_0x55b58a||_0x810510['JKeWD'](_0x55b58a,''))return _0x3b2a9c;const _0x571120=_0x3b2a9c[_0x23453e(0x94)]('/')?_0x3b2a9c:_0x810510[_0x23453e(0x90)](_0x3b2a9c,'/');return new URL(_0x55b58a,_0x571120)[_0x23453e(0xd7)]();}static[a77_0x263c3b(0xb6)](_0x539be8){const _0xe7c0d6=a77_0x263c3b,_0x4a7097={'Eyojr':function(_0x46813b){return _0x46813b();},'UuWdc':function(_0x275f55,_0xb7569,_0x1d02c5){return _0x275f55(_0xb7569,_0x1d02c5);},'NqToZ':_0xe7c0d6(0xc9),'VBLkz':_0xe7c0d6(0x6d),'LJLJJ':_0xe7c0d6(0xd5),'OXxDY':function(_0x3f6f71,_0x597fb0){return _0x3f6f71===_0x597fb0;},'oPzrT':function(_0x5cd05a,_0x1fd884){return _0x5cd05a+_0x1fd884;}},_0x1a82fa=_0x4a7097['Eyojr'](getBrowserstackCLI),_0x42ebfb=_0x4a7097[_0xe7c0d6(0x73)](nestedKeyValue,_0x1a82fa[_0xe7c0d6(0x74)]()[_0xe7c0d6(0xb5)](),[_0x4a7097['NqToZ'],_0x4a7097[_0xe7c0d6(0x9d)],_0x4a7097[_0xe7c0d6(0x8f)]])||constants[_0xe7c0d6(0x9f)];if(!_0x539be8||_0x4a7097['OXxDY'](_0x539be8,''))return _0x42ebfb;const _0x369d7a=_0x42ebfb[_0xe7c0d6(0x94)]('/')?_0x42ebfb:_0x4a7097[_0xe7c0d6(0xa7)](_0x42ebfb,'/');return new URL(_0x539be8,_0x369d7a)[_0xe7c0d6(0xd7)]()[_0xe7c0d6(0xc0)](/^https?:\/\//,'');}static[a77_0x263c3b(0xb4)](_0x43aa5a){const _0x376df8=a77_0x263c3b,_0x404038={'egMju':function(_0x4ecb17){return _0x4ecb17();},'ARgpo':function(_0x1c131c,_0x5f0e5e,_0x5f40a5){return _0x1c131c(_0x5f0e5e,_0x5f40a5);},'Jwtxd':_0x376df8(0xc9),'ilJon':_0x376df8(0xdf),'lpEfq':_0x376df8(0xd5),'ilVNZ':function(_0x5cff48,_0x1d1dcb){return _0x5cff48===_0x1d1dcb;},'qJwht':function(_0x18da79,_0x586509){return _0x18da79+_0x586509;}},_0x4d8e4b=_0x404038[_0x376df8(0xa3)](getBrowserstackCLI),_0x1758b1=_0x404038['ARgpo'](nestedKeyValue,_0x4d8e4b[_0x376df8(0x74)]()['getConfig'](),[_0x404038['Jwtxd'],_0x404038[_0x376df8(0x85)],_0x404038[_0x376df8(0x79)]])||constants[_0x376df8(0x95)];if(!_0x43aa5a||_0x404038[_0x376df8(0xe2)](_0x43aa5a,''))return _0x1758b1;const _0x21294d=_0x1758b1['endsWith']('/')?_0x1758b1:_0x404038['qJwht'](_0x1758b1,'/');return new URL(_0x43aa5a,_0x21294d)[_0x376df8(0xd7)]()[_0x376df8(0xc0)](/^https?:\/\//,'');}static[a77_0x263c3b(0xd9)](_0x1c77fc){const _0x1baf55=a77_0x263c3b,_0x45c027={'vyVaQ':function(_0x35e8a9){return _0x35e8a9();},'yTBSM':function(_0x51a4f5,_0x8c6f02,_0x42d1a8){return _0x51a4f5(_0x8c6f02,_0x42d1a8);},'VQqGP':_0x1baf55(0xc9),'xfyKF':_0x1baf55(0xdf),'ZjtFo':_0x1baf55(0x8e),'ZqAiE':_0x1baf55(0xd5),'pLvuL':function(_0x196b38,_0x235252){return _0x196b38===_0x235252;},'MdBfr':function(_0x154acd,_0x26650f){return _0x154acd+_0x26650f;}},_0x109c53=_0x45c027[_0x1baf55(0x8b)](getBrowserstackCLI),_0x4caf3a=_0x45c027[_0x1baf55(0x91)](nestedKeyValue,_0x109c53[_0x1baf55(0x74)]()[_0x1baf55(0xb5)](),[_0x45c027[_0x1baf55(0x70)],_0x45c027['xfyKF'],_0x45c027[_0x1baf55(0xba)]])||_0x45c027['yTBSM'](nestedKeyValue,_0x109c53[_0x1baf55(0x74)]()[_0x1baf55(0xb5)](),[_0x45c027[_0x1baf55(0x70)],_0x45c027[_0x1baf55(0xa6)],_0x45c027[_0x1baf55(0x80)]])||constants[_0x1baf55(0x95)];if(!_0x1c77fc||_0x45c027[_0x1baf55(0x71)](_0x1c77fc,''))return _0x4caf3a;const _0x5becfd=_0x4caf3a['endsWith']('/')?_0x4caf3a:_0x45c027[_0x1baf55(0xd3)](_0x4caf3a,'/');return new URL(_0x1c77fc,_0x5becfd)[_0x1baf55(0xd7)]();}static['getAutoCaptureLogsAPIUrl'](_0x2d9538){const _0x553ead=a77_0x263c3b,_0x14a86b={'NZvTH':function(_0x5b8538){return _0x5b8538();},'XAADu':function(_0x42ed92,_0x5ec869,_0x548979){return _0x42ed92(_0x5ec869,_0x548979);},'SEAKD':'apis','fvDFX':_0x553ead(0x9e),'UTctE':_0x553ead(0x8e),'SQrLk':function(_0x201aae,_0x449364){return _0x201aae===_0x449364;},'fXqrR':function(_0x1043da,_0x4adca){return _0x1043da+_0x4adca;}},_0x108f4f=_0x14a86b[_0x553ead(0xd8)](getBrowserstackCLI),_0xc76f73=_0x14a86b[_0x553ead(0x78)](nestedKeyValue,_0x108f4f[_0x553ead(0x74)]()[_0x553ead(0xb5)](),[_0x14a86b['SEAKD'],_0x14a86b['fvDFX'],_0x14a86b['UTctE']])||constants[_0x553ead(0xa4)];if(!_0x2d9538||_0x14a86b['SQrLk'](_0x2d9538,''))return _0xc76f73;const _0x1bb7f2=_0xc76f73[_0x553ead(0x94)]('/')?_0xc76f73:_0x14a86b['fXqrR'](_0xc76f73,'/');return new URL(_0x2d9538,_0x1bb7f2)[_0x553ead(0xd7)]();}static[a77_0x263c3b(0xa0)](_0x37d8b8){const _0x30186e=a77_0x263c3b,_0x3b46a3={'KCtDy':function(_0x417038){return _0x417038();},'uBXaI':function(_0x43a267,_0x1e0d8b,_0x169b71){return _0x43a267(_0x1e0d8b,_0x169b71);},'RYLJV':_0x30186e(0xc9),'nCgoc':_0x30186e(0x6d),'JyMrj':'cdp','RltrA':'wss:','KQxCP':function(_0x33ee8c,_0x4b4950){return _0x33ee8c===_0x4b4950;},'MlZIz':function(_0x485a22,_0x2feaed){return _0x485a22+_0x2feaed;},'ClvhZ':_0x30186e(0xca)},_0x5557d4=_0x3b46a3[_0x30186e(0xbf)](getBrowserstackCLI),_0x5a6cdb=_0x3b46a3[_0x30186e(0xb3)](nestedKeyValue,_0x5557d4[_0x30186e(0x74)]()['getConfig'](),[_0x3b46a3[_0x30186e(0x7d)],_0x3b46a3[_0x30186e(0xc6)],_0x3b46a3[_0x30186e(0x72)]]),_0x5c4369=(_0x5a6cdb?_0x5a6cdb['replace'](/^https:/,_0x3b46a3['RltrA']):null)||constants[_0x30186e(0xa2)];let _0x7abcc4;if(!_0x37d8b8||_0x3b46a3[_0x30186e(0xbc)](_0x37d8b8,''))_0x7abcc4=_0x5c4369;else{const _0x2fa784=_0x5c4369[_0x30186e(0x94)]('/')?_0x5c4369:_0x3b46a3[_0x30186e(0x92)](_0x5c4369,'/');_0x7abcc4=new URL(_0x37d8b8,_0x2fa784)[_0x30186e(0xd7)]();}return!_0x7abcc4[_0x30186e(0x94)](_0x3b46a3[_0x30186e(0x7c)])&&(_0x7abcc4+=_0x3b46a3[_0x30186e(0x7c)]),_0x7abcc4;}static[a77_0x263c3b(0xcf)](_0x101e6a){const _0x1308f4=a77_0x263c3b,_0x78100={'UDGyQ':function(_0x37d9ce){return _0x37d9ce();},'YDgoj':function(_0x58af41,_0x3ab100,_0x397932){return _0x58af41(_0x3ab100,_0x397932);},'dPOZE':'apis','HuhcI':_0x1308f4(0x6d),'vwvzK':_0x1308f4(0x82),'lxWKG':'wss:','cMHtD':function(_0x6219eb,_0x51cc6f){return _0x6219eb===_0x51cc6f;},'TuOZG':function(_0x16d604,_0x53116e){return _0x16d604+_0x53116e;},'RXyrB':_0x1308f4(0xd1)},_0x285973=_0x78100['UDGyQ'](getBrowserstackCLI),_0x295bc5=_0x78100['YDgoj'](nestedKeyValue,_0x285973['getInstance']()[_0x1308f4(0xb5)](),[_0x78100[_0x1308f4(0x93)],_0x78100[_0x1308f4(0xaa)],_0x78100['vwvzK']]),_0xbe99d2=(_0x295bc5?_0x295bc5['replace'](/^https:/,_0x78100['lxWKG']):null)||constants[_0x1308f4(0x6f)];let _0x2bfd8b;if(!_0x101e6a||_0x78100['cMHtD'](_0x101e6a,''))_0x2bfd8b=_0xbe99d2;else{const _0x12bc9d=_0xbe99d2[_0x1308f4(0x94)]('/')?_0xbe99d2:_0x78100['TuOZG'](_0xbe99d2,'/');_0x2bfd8b=new URL(_0x101e6a,_0x12bc9d)[_0x1308f4(0xd7)]();}return!_0x2bfd8b[_0x1308f4(0x94)](_0x78100[_0x1308f4(0x77)])&&(_0x2bfd8b+=_0x78100['RXyrB']),_0x2bfd8b;}static['getDetoxHubUrl'](_0x4e5f6e){const _0xb61aeb=a77_0x263c3b,_0x85a19={'fqadX':function(_0x2554cd){return _0x2554cd();},'WnxwP':function(_0x4a62e7,_0x44b166,_0x265278){return _0x4a62e7(_0x44b166,_0x265278);},'hqFLn':'apis','VhFrK':_0xb61aeb(0xdf),'pFcCS':'detox','SiHpX':'wss:','BUunh':function(_0x400354,_0x2dbf9e){return _0x400354===_0x2dbf9e;},'Eypmz':function(_0x17a763,_0x139e58){return _0x17a763+_0x139e58;}},_0x59f52a=_0x85a19[_0xb61aeb(0x8a)](getBrowserstackCLI),_0x500d39=_0x59f52a?_0x59f52a[_0xb61aeb(0x74)]():null,_0x5736c5=_0x500d39?_0x85a19['WnxwP'](nestedKeyValue,_0x500d39['getConfig'](),[_0x85a19[_0xb61aeb(0x9a)],_0x85a19[_0xb61aeb(0xc3)],_0x85a19['pFcCS']]):null,_0x3a58e8=(_0x5736c5?_0x5736c5[_0xb61aeb(0xc0)](/^https:/,_0x85a19[_0xb61aeb(0x8d)]):null)||constants[_0xb61aeb(0xaf)];if(!_0x4e5f6e||_0x85a19[_0xb61aeb(0xc5)](_0x4e5f6e,''))return _0x3a58e8;const _0x427e91=_0x3a58e8['endsWith']('/')?_0x3a58e8:_0x85a19['Eypmz'](_0x3a58e8,'/');return new URL(_0x4e5f6e,_0x427e91)['toString']();}}module[a77_0x263c3b(0x6c)]=APIUtilityMethods;
1
+ const a77_0x4a6ffc=a77_0x56b3;(function(_0x1eeaaa,_0x2a0f2b){const _0x1f82f6=a77_0x56b3,_0x2520b3=_0x1eeaaa();while(!![]){try{const _0x38fb4b=parseInt(_0x1f82f6(0x244))/0x1*(parseInt(_0x1f82f6(0x200))/0x2)+-parseInt(_0x1f82f6(0x1d5))/0x3+parseInt(_0x1f82f6(0x243))/0x4+-parseInt(_0x1f82f6(0x221))/0x5+-parseInt(_0x1f82f6(0x1cc))/0x6*(-parseInt(_0x1f82f6(0x1f3))/0x7)+parseInt(_0x1f82f6(0x201))/0x8+parseInt(_0x1f82f6(0x1fb))/0x9*(-parseInt(_0x1f82f6(0x1ea))/0xa);if(_0x38fb4b===_0x2a0f2b)break;else _0x2520b3['push'](_0x2520b3['shift']());}catch(_0x309a69){_0x2520b3['push'](_0x2520b3['shift']());}}}(a77_0x5b3d,0x27858));const constants=require(a77_0x4a6ffc(0x228)),{nestedKeyValue}=require(a77_0x4a6ffc(0x1f4)),getBrowserstackCLI=()=>{const _0x849cf9=a77_0x4a6ffc,_0x368576={'tfJEQ':function(_0x5b03de,_0x3d346f){return _0x5b03de(_0x3d346f);},'xtbsT':_0x849cf9(0x22d)};return _0x368576[_0x849cf9(0x1fc)](require,_0x368576[_0x849cf9(0x202)]);},ALLOWED_API_HOST_SUFFIXES=[a77_0x4a6ffc(0x1df),a77_0x4a6ffc(0x213)],isAllowedApiHost=_0x4d575a=>{const _0x1d0eea=a77_0x4a6ffc;try{const {hostname:_0x59fe62}=new URL(_0x4d575a);return ALLOWED_API_HOST_SUFFIXES[_0x1d0eea(0x21c)](_0x237ce4=>_0x59fe62===_0x237ce4||_0x59fe62[_0x1d0eea(0x1dc)]('.'+_0x237ce4));}catch{return![];}},safeApiHost=(_0x5a85b6,_0xdca326)=>{const _0x38deed={'BMSKy':function(_0x1abe5f,_0x2d3815){return _0x1abe5f(_0x2d3815);}};if(_0x5a85b6&&_0x38deed['BMSKy'](isAllowedApiHost,_0x5a85b6))return _0x5a85b6;return _0xdca326;};class APIUtilityMethods{static['getBStackAPIUrl'](_0x17bab5){const _0x541e20=a77_0x4a6ffc,_0x3151ff={'jfxrV':function(_0x229b1d){return _0x229b1d();},'coaOj':function(_0x2b4792,_0x4bb727,_0x97b9e0){return _0x2b4792(_0x4bb727,_0x97b9e0);},'jSUja':_0x541e20(0x236),'UHNCo':_0x541e20(0x222),'xnPNH':'api','zRoyA':function(_0x584059,_0x49514d,_0x29aac7){return _0x584059(_0x49514d,_0x29aac7);},'OILmU':function(_0x58ecee,_0x420c63){return _0x58ecee===_0x420c63;},'CsoRc':function(_0x241cbe,_0xf27a31){return _0x241cbe+_0xf27a31;}},_0x499b35=_0x3151ff['jfxrV'](getBrowserstackCLI),_0x5be461=_0x3151ff[_0x541e20(0x22b)](nestedKeyValue,_0x499b35[_0x541e20(0x1da)]()[_0x541e20(0x204)](),[_0x3151ff[_0x541e20(0x238)],_0x3151ff[_0x541e20(0x203)],_0x3151ff[_0x541e20(0x21b)]]),_0x157590=_0x3151ff['zRoyA'](safeApiHost,_0x5be461,constants[_0x541e20(0x239)]);if(!_0x17bab5||_0x3151ff['OILmU'](_0x17bab5,''))return _0x157590;const _0x23d96f=_0x157590[_0x541e20(0x1dc)]('/')?_0x157590:_0x3151ff[_0x541e20(0x247)](_0x157590,'/');return new URL(_0x17bab5,_0x23d96f)[_0x541e20(0x21d)]();}static['getEdsInstrumentationAPIUrl'](_0x2acce2){const _0xf66f39=a77_0x4a6ffc,_0x2f05e7={'foeHR':function(_0x14f57b){return _0x14f57b();},'tRBOV':function(_0x51227e,_0x2fcd89,_0x2d1aca){return _0x51227e(_0x2fcd89,_0x2d1aca);},'OaIXU':_0xf66f39(0x236),'UsVah':_0xf66f39(0x20d),'MLMXp':'api','ayHyr':function(_0x457cf3,_0x4875ec){return _0x457cf3===_0x4875ec;},'yOhee':function(_0x5487f2,_0x4c65a1){return _0x5487f2+_0x4c65a1;}},_0x1596cc=_0x2f05e7[_0xf66f39(0x219)](getBrowserstackCLI),_0x4455ea=_0x2f05e7[_0xf66f39(0x246)](nestedKeyValue,_0x1596cc[_0xf66f39(0x1da)]()[_0xf66f39(0x204)](),[_0x2f05e7[_0xf66f39(0x241)],_0x2f05e7[_0xf66f39(0x1ef)],_0x2f05e7[_0xf66f39(0x1cb)]])||constants[_0xf66f39(0x1d1)];if(!_0x2acce2||_0x2f05e7[_0xf66f39(0x1e0)](_0x2acce2,''))return _0x4455ea;const _0x4b9087=_0x4455ea[_0xf66f39(0x1dc)]('/')?_0x4455ea:_0x2f05e7[_0xf66f39(0x212)](_0x4455ea,'/');return new URL(_0x2acce2,_0x4b9087)[_0xf66f39(0x21d)]();}static[a77_0x4a6ffc(0x1cf)](_0x1d9b0f){const _0x262452=a77_0x4a6ffc,_0x1ff8f3={'LQrwc':function(_0x2da0ce){return _0x2da0ce();},'NpGAe':function(_0x1019df,_0x5324fc,_0x1b2ecc){return _0x1019df(_0x5324fc,_0x1b2ecc);},'eEBjd':'apis','PHZLp':_0x262452(0x222),'TzOAF':'api','jcvCL':function(_0x4d5d5e,_0x330090){return _0x4d5d5e===_0x330090;},'brmrq':function(_0x1f52ea,_0x3404d3){return _0x1f52ea+_0x3404d3;}},_0x256172=_0x1ff8f3[_0x262452(0x1cd)](getBrowserstackCLI),_0x35e4e4=_0x1ff8f3[_0x262452(0x207)](nestedKeyValue,_0x256172[_0x262452(0x1da)]()[_0x262452(0x204)](),[_0x1ff8f3[_0x262452(0x23d)],_0x1ff8f3[_0x262452(0x1fe)],_0x1ff8f3[_0x262452(0x218)]])||constants[_0x262452(0x239)];if(!_0x1d9b0f||_0x1ff8f3['jcvCL'](_0x1d9b0f,''))return _0x35e4e4;const _0x591f7b=_0x35e4e4[_0x262452(0x1dc)]('/')?_0x35e4e4:_0x1ff8f3['brmrq'](_0x35e4e4,'/');return new URL(_0x1d9b0f,_0x591f7b)['toString']();}static[a77_0x4a6ffc(0x1fd)](_0x383828){const _0xaed2fb=a77_0x4a6ffc,_0x474369={'WReug':function(_0x426663){return _0x426663();},'PLMYE':function(_0x2abb60,_0x38ba92,_0x1b3e82){return _0x2abb60(_0x38ba92,_0x1b3e82);},'sJDzF':_0xaed2fb(0x236),'cxhps':_0xaed2fb(0x234),'GxSbT':_0xaed2fb(0x1e6),'MIhWD':function(_0x3090ec,_0x1d9d8d){return _0x3090ec===_0x1d9d8d;},'pkEvv':function(_0x3252e1,_0x2b41c1){return _0x3252e1+_0x2b41c1;}},_0x2501f7=_0x474369[_0xaed2fb(0x1f1)](getBrowserstackCLI),_0x2033c0=_0x474369['PLMYE'](nestedKeyValue,_0x2501f7[_0xaed2fb(0x1da)]()[_0xaed2fb(0x204)](),[_0x474369['sJDzF'],_0x474369['cxhps'],_0x474369[_0xaed2fb(0x214)]])||constants[_0xaed2fb(0x239)];if(!_0x383828||_0x474369[_0xaed2fb(0x1db)](_0x383828,''))return _0x2033c0;const _0x52f364=_0x2033c0[_0xaed2fb(0x1dc)]('/')?_0x2033c0:_0x474369[_0xaed2fb(0x1fa)](_0x2033c0,'/');return new URL(_0x383828,_0x52f364)[_0xaed2fb(0x21d)]();}static[a77_0x4a6ffc(0x235)](_0x4db66a){const _0x107872=a77_0x4a6ffc,_0x5d2837={'xIxbo':function(_0x52973c){return _0x52973c();},'OTpJy':function(_0x9b7a99,_0x2fe0ca,_0x3a3825){return _0x9b7a99(_0x2fe0ca,_0x3a3825);},'zWgmY':_0x107872(0x236),'ElKQy':'automate','Ubgjv':_0x107872(0x1e6),'ayFTY':function(_0xe07000,_0x210ba5){return _0xe07000===_0x210ba5;},'UiZhe':function(_0x542ef7,_0x46edf8){return _0x542ef7+_0x46edf8;}},_0x385a68=_0x5d2837[_0x107872(0x230)](getBrowserstackCLI),_0x112acc=_0x5d2837[_0x107872(0x1e5)](nestedKeyValue,_0x385a68[_0x107872(0x1da)]()['getConfig'](),[_0x5d2837['zWgmY'],_0x5d2837[_0x107872(0x21f)],_0x5d2837['Ubgjv']])||constants[_0x107872(0x239)];if(!_0x4db66a||_0x5d2837[_0x107872(0x20b)](_0x4db66a,''))return _0x112acc;const _0x3718d2=_0x112acc[_0x107872(0x1dc)]('/')?_0x112acc:_0x5d2837[_0x107872(0x1f5)](_0x112acc,'/');return new URL(_0x4db66a,_0x3718d2)[_0x107872(0x21d)]();}static[a77_0x4a6ffc(0x1e8)](_0x3ab3de){const _0x567e3d=a77_0x4a6ffc,_0x362b36={'cAfkl':function(_0x2ae394){return _0x2ae394();},'guRhU':function(_0xa59826,_0x39aca1,_0x3b37c6){return _0xa59826(_0x39aca1,_0x3b37c6);},'vHjGk':_0x567e3d(0x236),'oqubb':_0x567e3d(0x234),'oBrRK':'api','BnXuK':function(_0x778b49,_0x259bfb){return _0x778b49===_0x259bfb;},'BvBzP':function(_0x593dca,_0x3ab200){return _0x593dca+_0x3ab200;}},_0x27bad6=_0x362b36[_0x567e3d(0x1ca)](getBrowserstackCLI),_0x4f1d9a=_0x362b36[_0x567e3d(0x208)](nestedKeyValue,_0x27bad6['getInstance']()[_0x567e3d(0x204)](),[_0x362b36['vHjGk'],_0x362b36[_0x567e3d(0x220)],_0x362b36[_0x567e3d(0x210)]])||constants['BROWSERSTACK_API_URL'];if(!_0x3ab3de||_0x362b36[_0x567e3d(0x1e7)](_0x3ab3de,''))return _0x4f1d9a;const _0x3fffb8=_0x4f1d9a[_0x567e3d(0x1dc)]('/')?_0x4f1d9a:_0x362b36[_0x567e3d(0x216)](_0x4f1d9a,'/');return new URL(_0x3ab3de,_0x3fffb8)[_0x567e3d(0x21d)]();}static[a77_0x4a6ffc(0x1ce)](_0x434aa2){const _0x533467=a77_0x4a6ffc,_0x2be018={'ohdOV':function(_0x1126de){return _0x1126de();},'ADrdc':function(_0x5a329e,_0x2c7418,_0x208f96){return _0x5a329e(_0x2c7418,_0x208f96);},'sXhnD':'apis','LSMNY':'automate','IbuVc':'api','pkPom':function(_0x149113,_0x555df1){return _0x149113===_0x555df1;},'wRrcs':function(_0x40d36e,_0x533782){return _0x40d36e+_0x533782;}},_0xf67a60=_0x2be018[_0x533467(0x237)](getBrowserstackCLI),_0x48332=_0x2be018[_0x533467(0x1d3)](nestedKeyValue,_0xf67a60[_0x533467(0x1da)]()[_0x533467(0x204)](),[_0x2be018[_0x533467(0x1f2)],_0x2be018['LSMNY'],_0x2be018[_0x533467(0x23e)]])||constants['BROWSERSTACK_API_URL'];if(!_0x434aa2||_0x2be018['pkPom'](_0x434aa2,''))return _0x48332;const _0x5a3331=_0x48332[_0x533467(0x1dc)]('/')?_0x48332:_0x2be018[_0x533467(0x1ec)](_0x48332,'/');return new URL(_0x434aa2,_0x5a3331)[_0x533467(0x21d)]()[_0x533467(0x1dd)](/^https?:\/\//,'');}static[a77_0x4a6ffc(0x22e)](_0xd20dcf){const _0x182876=a77_0x4a6ffc,_0x480013={'EGbNd':function(_0x1fd8cb){return _0x1fd8cb();},'nLEDj':function(_0x1e303a,_0x3fb08d,_0x34d9fd){return _0x1e303a(_0x3fb08d,_0x34d9fd);},'Tlidn':_0x182876(0x236),'lOAJn':_0x182876(0x234),'ygiEq':_0x182876(0x1e6),'fQATB':function(_0x4566f6,_0x5f0d55){return _0x4566f6===_0x5f0d55;},'sFJVM':function(_0x34c5e3,_0x4bcc3d){return _0x34c5e3+_0x4bcc3d;}},_0x4a055f=_0x480013[_0x182876(0x1f9)](getBrowserstackCLI),_0x2eebad=_0x480013[_0x182876(0x1de)](nestedKeyValue,_0x4a055f[_0x182876(0x1da)]()[_0x182876(0x204)](),[_0x480013[_0x182876(0x23f)],_0x480013[_0x182876(0x20e)],_0x480013[_0x182876(0x23a)]])||constants[_0x182876(0x229)];if(!_0xd20dcf||_0x480013[_0x182876(0x232)](_0xd20dcf,''))return _0x2eebad;const _0x3bb8ce=_0x2eebad[_0x182876(0x1dc)]('/')?_0x2eebad:_0x480013[_0x182876(0x223)](_0x2eebad,'/');return new URL(_0xd20dcf,_0x3bb8ce)[_0x182876(0x21d)]()[_0x182876(0x1dd)](/^https?:\/\//,'');}static['getAppAutomateUploadAPIUrl'](_0x5f0003){const _0x558f16=a77_0x4a6ffc,_0x2f1c38={'JMuBs':function(_0x16c0b8){return _0x16c0b8();},'CGvHk':function(_0x24cf39,_0x256111,_0x50d490){return _0x24cf39(_0x256111,_0x50d490);},'JTcXu':'apis','FOtig':_0x558f16(0x234),'IngkV':'upload','wIxDF':_0x558f16(0x1e6),'tiYBo':function(_0xc24d8,_0x162bb2){return _0xc24d8===_0x162bb2;},'VNfRt':function(_0x13ca54,_0x566363){return _0x13ca54+_0x566363;}},_0x486560=_0x2f1c38[_0x558f16(0x21a)](getBrowserstackCLI),_0x4e98f7=_0x2f1c38[_0x558f16(0x227)](nestedKeyValue,_0x486560[_0x558f16(0x1da)]()[_0x558f16(0x204)](),[_0x2f1c38[_0x558f16(0x242)],_0x2f1c38[_0x558f16(0x1ed)],_0x2f1c38[_0x558f16(0x1e9)]])||_0x2f1c38[_0x558f16(0x227)](nestedKeyValue,_0x486560[_0x558f16(0x1da)]()[_0x558f16(0x204)](),[_0x2f1c38[_0x558f16(0x242)],_0x2f1c38[_0x558f16(0x1ed)],_0x2f1c38[_0x558f16(0x1d2)]])||constants[_0x558f16(0x229)];if(!_0x5f0003||_0x2f1c38[_0x558f16(0x21e)](_0x5f0003,''))return _0x4e98f7;const _0x3bb440=_0x4e98f7[_0x558f16(0x1dc)]('/')?_0x4e98f7:_0x2f1c38['VNfRt'](_0x4e98f7,'/');return new URL(_0x5f0003,_0x3bb440)[_0x558f16(0x21d)]();}static[a77_0x4a6ffc(0x211)](_0x4c924f){const _0xf25e0c=a77_0x4a6ffc,_0x55fa99={'QYMAv':function(_0x3eedc7){return _0x3eedc7();},'wInca':function(_0x336ed8,_0x4db9ea,_0x55239e){return _0x336ed8(_0x4db9ea,_0x55239e);},'RPHuJ':_0xf25e0c(0x236),'dxRoS':'observability','lYcZJ':'upload','HYZjU':function(_0x2f3542,_0x11b590){return _0x2f3542===_0x11b590;},'xqsnW':function(_0x149cd0,_0x92dbe6){return _0x149cd0+_0x92dbe6;}},_0x2c2f02=_0x55fa99['QYMAv'](getBrowserstackCLI),_0x3df854=_0x55fa99['wInca'](nestedKeyValue,_0x2c2f02[_0xf25e0c(0x1da)]()[_0xf25e0c(0x204)](),[_0x55fa99[_0xf25e0c(0x1f0)],_0x55fa99[_0xf25e0c(0x20c)],_0x55fa99[_0xf25e0c(0x1d4)]])||constants[_0xf25e0c(0x1eb)];if(!_0x4c924f||_0x55fa99[_0xf25e0c(0x225)](_0x4c924f,''))return _0x3df854;const _0x225897=_0x3df854[_0xf25e0c(0x1dc)]('/')?_0x3df854:_0x55fa99[_0xf25e0c(0x1c9)](_0x3df854,'/');return new URL(_0x4c924f,_0x225897)['toString']();}static[a77_0x4a6ffc(0x1e4)](_0x37de97){const _0x424f96=a77_0x4a6ffc,_0x33c07a={'HtILM':function(_0x5bf9ac){return _0x5bf9ac();},'RNIxr':function(_0x2d8641,_0x1536f9,_0x47b92d){return _0x2d8641(_0x1536f9,_0x47b92d);},'llJGJ':'apis','AlOCr':_0x424f96(0x222),'zccCH':_0x424f96(0x1f8),'njAyz':_0x424f96(0x245),'FPzWt':function(_0xdedf15,_0x41f2b9){return _0xdedf15===_0x41f2b9;},'FbUyG':function(_0x337436,_0x480cbb){return _0x337436+_0x480cbb;},'VIpva':_0x424f96(0x1d8)},_0x5b0885=_0x33c07a[_0x424f96(0x1d7)](getBrowserstackCLI),_0x5bcecf=_0x33c07a[_0x424f96(0x1ee)](nestedKeyValue,_0x5b0885['getInstance']()[_0x424f96(0x204)](),[_0x33c07a['llJGJ'],_0x33c07a[_0x424f96(0x209)],_0x33c07a['zccCH']]),_0x4c828d=(_0x5bcecf?_0x5bcecf[_0x424f96(0x1dd)](/^https:/,_0x33c07a[_0x424f96(0x20f)]):null)||constants[_0x424f96(0x224)];let _0xac5c0d;if(!_0x37de97||_0x33c07a[_0x424f96(0x1e3)](_0x37de97,''))_0xac5c0d=_0x4c828d;else{const _0x2d2e84=_0x4c828d['endsWith']('/')?_0x4c828d:_0x33c07a[_0x424f96(0x20a)](_0x4c828d,'/');_0xac5c0d=new URL(_0x37de97,_0x2d2e84)[_0x424f96(0x21d)]();}return!_0xac5c0d['endsWith'](_0x33c07a[_0x424f96(0x22a)])&&(_0xac5c0d+=_0x33c07a[_0x424f96(0x22a)]),_0xac5c0d;}static['getPuppeteerHubUrl'](_0x18ef61){const _0x38880c=a77_0x4a6ffc,_0x56e3db={'djPGz':function(_0x4d9674){return _0x4d9674();},'pbKOO':function(_0x1c801b,_0x39ea13,_0x306b62){return _0x1c801b(_0x39ea13,_0x306b62);},'liooz':_0x38880c(0x236),'GEzVD':_0x38880c(0x222),'wduzN':_0x38880c(0x1f8),'uSDbT':_0x38880c(0x245),'Vgnyn':function(_0x4f1523,_0x45678d){return _0x4f1523===_0x45678d;},'npFGe':function(_0x2e65b1,_0x522c45){return _0x2e65b1+_0x522c45;},'SSIqY':_0x38880c(0x1f7)},_0x18481c=_0x56e3db['djPGz'](getBrowserstackCLI),_0x133032=_0x56e3db[_0x38880c(0x215)](nestedKeyValue,_0x18481c[_0x38880c(0x1da)]()[_0x38880c(0x204)](),[_0x56e3db[_0x38880c(0x240)],_0x56e3db['GEzVD'],_0x56e3db[_0x38880c(0x22f)]]),_0x28d6cf=(_0x133032?_0x133032[_0x38880c(0x1dd)](/^https:/,_0x56e3db[_0x38880c(0x226)]):null)||constants[_0x38880c(0x233)];let _0x19f7ef;if(!_0x18ef61||_0x56e3db[_0x38880c(0x205)](_0x18ef61,''))_0x19f7ef=_0x28d6cf;else{const _0x60e1ac=_0x28d6cf[_0x38880c(0x1dc)]('/')?_0x28d6cf:_0x56e3db[_0x38880c(0x231)](_0x28d6cf,'/');_0x19f7ef=new URL(_0x18ef61,_0x60e1ac)[_0x38880c(0x21d)]();}return!_0x19f7ef['endsWith'](_0x56e3db['SSIqY'])&&(_0x19f7ef+=_0x56e3db[_0x38880c(0x1e1)]),_0x19f7ef;}static[a77_0x4a6ffc(0x22c)](_0x45a2f1){const _0x168a13=a77_0x4a6ffc,_0x44930d={'fDoxJ':function(_0xf61a71){return _0xf61a71();},'NKUHZ':function(_0x4bac1c,_0x2a01fd,_0x32f7d5){return _0x4bac1c(_0x2a01fd,_0x32f7d5);},'ArLzC':_0x168a13(0x236),'ZugqX':_0x168a13(0x234),'CwdYJ':'detox','DlzQx':_0x168a13(0x245),'pVWyK':function(_0x2c1538,_0x14121d){return _0x2c1538===_0x14121d;},'tASAp':function(_0x3060f1,_0x58beb9){return _0x3060f1+_0x58beb9;}},_0x5f2062=_0x44930d[_0x168a13(0x23b)](getBrowserstackCLI),_0x23e038=_0x5f2062?_0x5f2062[_0x168a13(0x1da)]():null,_0xc7fa61=_0x23e038?_0x44930d[_0x168a13(0x1f6)](nestedKeyValue,_0x23e038[_0x168a13(0x204)](),[_0x44930d[_0x168a13(0x217)],_0x44930d[_0x168a13(0x1d0)],_0x44930d[_0x168a13(0x23c)]]):null,_0xcfec22=(_0xc7fa61?_0xc7fa61['replace'](/^https:/,_0x44930d[_0x168a13(0x1d9)]):null)||constants[_0x168a13(0x1d6)];if(!_0x45a2f1||_0x44930d[_0x168a13(0x206)](_0x45a2f1,''))return _0xcfec22;const _0x567232=_0xcfec22[_0x168a13(0x1dc)]('/')?_0xcfec22:_0x44930d[_0x168a13(0x1ff)](_0xcfec22,'/');return new URL(_0x45a2f1,_0x567232)[_0x168a13(0x21d)]();}}module[a77_0x4a6ffc(0x1e2)]=APIUtilityMethods;function a77_0x56b3(_0x19742e,_0x3d9eb4){const _0x5b3d95=a77_0x5b3d();return a77_0x56b3=function(_0x56b321,_0x52bca9){_0x56b321=_0x56b321-0x1c9;let _0xa90f5c=_0x5b3d95[_0x56b321];return _0xa90f5c;},a77_0x56b3(_0x19742e,_0x3d9eb4);}function a77_0x5b3d(){const _0x34d24a=['Vgnyn','pVWyK','NpGAe','guRhU','AlOCr','FbUyG','ayFTY','dxRoS','edsInstrumentation','lOAJn','njAyz','oBrRK','getAutoCaptureLogsAPIUrl','yOhee','bsstag.com','GxSbT','pbKOO','BvBzP','ArLzC','TzOAF','foeHR','JMuBs','xnPNH','some','toString','tiYBo','ElKQy','oqubb','848755qDaqZd','automate','sFJVM','PLAYWRIGHT_HUB_URL','HYZjU','uSDbT','CGvHk','./constants','APP_UPLOAD_URL','VIpva','coaOj','getDetoxHubUrl','../v2/browserstackCLI','getAppAutomateSessionsListAPIUrl','wduzN','xIxbo','npFGe','fQATB','PUPPETEER_HUB_URL','appAutomate','getAutomateSessionNameAPIUrl','apis','ohdOV','jSUja','BROWSERSTACK_API_URL','ygiEq','fDoxJ','CwdYJ','eEBjd','IbuVc','Tlidn','liooz','OaIXU','JTcXu','397228AJPNiF','2SOKJLl','wss:','tRBOV','CsoRc','xqsnW','cAfkl','MLMXp','1272XqKUyG','LQrwc','getAutomateSessionsListAPIUrl','getAutomateSessionStatusAPIUrl','ZugqX','EDS_URL','wIxDF','ADrdc','lYcZJ','268944OOjxRV','DETOX_HUB_URL','HtILM','/playwright?caps=','DlzQx','getInstance','MIhWD','endsWith','replace','nLEDj','browserstack.com','ayHyr','SSIqY','exports','FPzWt','getPlaywrightHubUrl','OTpJy','api','BnXuK','getAppAutomateSessionNameAPIUrl','IngkV','932990ymZzxD','OBSERVABILITY_UPLOAD_URL','wRrcs','FOtig','RNIxr','UsVah','RPHuJ','WReug','sXhnD','2051EPCFOS','./sharedUtils','UiZhe','NKUHZ','/puppeteer?caps=','cdp','EGbNd','pkEvv','18xjwcXN','tfJEQ','getAppAutomateSessionStatusAPIUrl','PHZLp','tASAp','158086gQWnxG','2306944pujKTG','xtbsT','UHNCo','getConfig'];a77_0x5b3d=function(){return _0x34d24a;};return a77_0x5b3d();}
@@ -1 +1 @@
1
- const a78_0x3720fd=a78_0x1444;function a78_0x1444(_0xa1ab00,_0x2d64dd){const _0xa0d424=a78_0xa0d4();return a78_0x1444=function(_0x14449a,_0x23f346){_0x14449a=_0x14449a-0x8d;let _0x1c8c32=_0xa0d424[_0x14449a];return _0x1c8c32;},a78_0x1444(_0xa1ab00,_0x2d64dd);}(function(_0x4f8571,_0x3e07ec){const _0xc6ca28=a78_0x1444,_0x36b1da=_0x4f8571();while(!![]){try{const _0x17f043=parseInt(_0xc6ca28(0xd1))/0x1*(parseInt(_0xc6ca28(0xe7))/0x2)+-parseInt(_0xc6ca28(0xb7))/0x3+-parseInt(_0xc6ca28(0xe9))/0x4+parseInt(_0xc6ca28(0xb5))/0x5+parseInt(_0xc6ca28(0xe4))/0x6*(-parseInt(_0xc6ca28(0xe2))/0x7)+parseInt(_0xc6ca28(0xaa))/0x8+-parseInt(_0xc6ca28(0x92))/0x9*(-parseInt(_0xc6ca28(0xcd))/0xa);if(_0x17f043===_0x3e07ec)break;else _0x36b1da['push'](_0x36b1da['shift']());}catch(_0xa78972){_0x36b1da['push'](_0x36b1da['shift']());}}}(a78_0xa0d4,0x59779));const logger=require('../../helpers/logger')['winstonLogger'],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require('../v2/grpcClient'),constants=require('./constants');class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static [a78_0x3720fd(0x8e)]=new Set();static async[a78_0x3720fd(0x97)](_0x1f4157){const _0xeb736b=a78_0x3720fd,_0x4bceef={};_0x4bceef['AQWDP']=function(_0x46af79,_0x5a647a){return _0x46af79!==_0x5a647a;};const _0x3d7fcf=_0x4bceef;try{if(BrowserstackCLI['getInstance']()[_0xeb736b(0xd3)]()){const _0x222aac=await GrpcClient['getInstance']()[_0xeb736b(0xdf)](_0x1f4157);if(_0x3d7fcf[_0xeb736b(0xb3)](_0x222aac,null)&&_0x222aac[_0xeb736b(0x91)]())return{'errorCode':_0x222aac[_0xeb736b(0xb6)](),'errorMessage':_0x222aac[_0xeb736b(0x93)]()};return{};}return{};}catch(_0x101e5a){return this['logError'](_0xeb736b(0xe1)+_0x1f4157+':',_0x101e5a),{};}}static async[a78_0x3720fd(0xc8)](){const _0x187b4e=a78_0x3720fd,_0x5acce1={};_0x5acce1[_0x187b4e(0x8f)]=function(_0x20d076,_0x25281e){return _0x20d076!==_0x25281e;},_0x5acce1[_0x187b4e(0xc1)]=_0x187b4e(0xdb),_0x5acce1[_0x187b4e(0xea)]=_0x187b4e(0xd0);const _0x214bba=_0x5acce1;try{if(BrowserstackCLI[_0x187b4e(0x9c)]()[_0x187b4e(0xd3)]()){const _0x1b26d2=await GrpcClient[_0x187b4e(0x9c)]()[_0x187b4e(0xd6)]();if(_0x214bba[_0x187b4e(0x8f)](_0x1b26d2,null)&&_0x1b26d2[_0x187b4e(0x91)]()){const _0x581de9=Buffer[_0x187b4e(0x9f)](_0x1b26d2[_0x187b4e(0x99)](),_0x214bba['CdcJI'])[_0x187b4e(0x9a)](),_0xe95dcf=_0x581de9?JSON[_0x187b4e(0xcf)](_0x581de9):[],_0x439d62=_0x1b26d2[_0x187b4e(0xa9)](),_0x118869=_0x1b26d2[_0x187b4e(0xe8)](),_0x7cb27c=Buffer['from'](_0x1b26d2['getErrorCodesOccurredInCli'](),_0x214bba['CdcJI'])['toString'](),_0x1575a0=_0x7cb27c?JSON[_0x187b4e(0xcf)](_0x7cb27c):[],_0x58e493={};return _0x58e493[_0x187b4e(0x96)]=_0xe95dcf,_0x58e493['documentationLink']=_0x439d62,_0x58e493['finalErrorMessage']=_0x118869,_0x58e493[_0x187b4e(0xd2)]=_0x1575a0,_0x58e493;}const _0x386f67={};return _0x386f67[_0x187b4e(0x96)]=[],_0x386f67[_0x187b4e(0xb2)]='',_0x386f67[_0x187b4e(0xb0)]='',_0x386f67[_0x187b4e(0xd2)]=[],_0x386f67;}const _0x87521d={};return _0x87521d[_0x187b4e(0x96)]=[],_0x87521d[_0x187b4e(0xb2)]='',_0x87521d[_0x187b4e(0xb0)]='',_0x87521d['errorCodesOccurredInCLI']=[],_0x87521d;}catch(_0x5d41cf){this[_0x187b4e(0xde)](_0x214bba[_0x187b4e(0xea)],_0x5d41cf);const _0x766fc1={};return _0x766fc1['errorCodes']=[],_0x766fc1[_0x187b4e(0xb2)]='',_0x766fc1[_0x187b4e(0xb0)]='',_0x766fc1['errorCodesOccurredInCLI']=[],_0x766fc1;}}static[a78_0x3720fd(0x94)](_0x5d049b,_0x143f54){const _0x336109=a78_0x3720fd;logger[_0x336109(0xd7)](_0x5d049b+':\x20'+_0x143f54);}static[a78_0x3720fd(0xb8)](_0x3ede17){const _0x45687c=a78_0x3720fd,_0x3bbea7={};_0x3bbea7[_0x45687c(0x90)]=function(_0x3c2c18,_0x3c59ac){return _0x3c2c18!=_0x3c59ac;},_0x3bbea7[_0x45687c(0xb4)]=function(_0x249d2f,_0x32e49a){return _0x249d2f>_0x32e49a;},_0x3bbea7[_0x45687c(0xd4)]=function(_0x3f5c8a,_0x34ff70){return _0x3f5c8a!=_0x34ff70;};const _0x106d01=_0x3bbea7,_0x5a8bc8=[];if(_0x106d01[_0x45687c(0x90)](_0x3ede17,null)&&_0x106d01[_0x45687c(0x90)](_0x3ede17['errorCodesOccurredInCLI'],null)&&_0x106d01[_0x45687c(0xb4)](_0x3ede17['errorCodesOccurredInCLI'][_0x45687c(0xe3)],0x0))for(const _0x3e5a1d of _0x3ede17[_0x45687c(0xd2)]){_0x106d01[_0x45687c(0x90)](_0x3e5a1d['errorCode'],null)&&_0x106d01[_0x45687c(0xd4)](_0x3e5a1d['errorMessage'],null)&&(_0x5a8bc8[_0x45687c(0xdd)](_0x3e5a1d[_0x45687c(0xa2)]),this[_0x45687c(0x94)](_0x3e5a1d['errorCode'],_0x3e5a1d[_0x45687c(0x9d)]));}return _0x5a8bc8;}static[a78_0x3720fd(0xbb)](){return this['cachedErrorCodes'];}static[a78_0x3720fd(0xde)](_0x447520,_0x505b83){const _0x2ac589=a78_0x3720fd,_0x21a78a={};_0x21a78a[_0x2ac589(0xc9)]=function(_0x46764,_0xd865fc){return _0x46764===_0xd865fc;},_0x21a78a[_0x2ac589(0x98)]=_0x2ac589(0xae);const _0x438c53=_0x21a78a;if(_0x438c53['REwHp'](typeof _0x505b83,_0x438c53['yJGGU']))try{logger[_0x2ac589(0xc5)](_0x2ac589(0xa0)+_0x447520+'\x20'+JSON['stringify'](_0x505b83));}catch(_0xb34ccb){logger[_0x2ac589(0xc5)]('[ClientTroubleShootingService]\x20'+_0x447520+'\x20'+_0x505b83);}else logger['error'](_0x2ac589(0xa0)+_0x447520+'\x20'+_0x505b83);}static async[a78_0x3720fd(0x9e)](_0x545bd1){const _0x1e101d=a78_0x3720fd,_0x46f29e={};_0x46f29e[_0x1e101d(0xc6)]='Process\x20Interruption',_0x46f29e[_0x1e101d(0xac)]=function(_0x2acfe7,_0x2ee2fc){return _0x2acfe7===_0x2ee2fc;},_0x46f29e['hziMs']='Process\x20Interruption\x20details\x20not\x20found:',_0x46f29e[_0x1e101d(0xda)]='{SIGNAL}';const _0x47be44=_0x46f29e,_0x20268b=await this['getErrorDetails'](_0x47be44[_0x1e101d(0xc6)]);if(!_0x20268b||_0x47be44[_0x1e101d(0xac)](Object[_0x1e101d(0xbc)](_0x20268b)[_0x1e101d(0xe3)],0x0)){this[_0x1e101d(0xde)](_0x47be44[_0x1e101d(0xc0)],_0x20268b);return;}this[_0x1e101d(0x94)](_0x20268b[_0x1e101d(0xa2)],_0x20268b[_0x1e101d(0x9d)][_0x1e101d(0xbf)](_0x47be44['sbPCM'],_0x545bd1));}static async['reportSessionLinkingIssue'](){const _0x27834c=a78_0x3720fd,_0x495f47={};_0x495f47[_0x27834c(0xbd)]='Session\x20Linking\x20Issue',_0x495f47[_0x27834c(0x9b)]=function(_0x55af95,_0x339c89){return _0x55af95===_0x339c89;},_0x495f47[_0x27834c(0xaf)]=_0x27834c(0xa7);const _0x5bd0d1=_0x495f47,_0x410731=await this[_0x27834c(0x97)](_0x5bd0d1['lTIbC']);if(!_0x410731||_0x5bd0d1[_0x27834c(0x9b)](Object[_0x27834c(0xbc)](_0x410731)[_0x27834c(0xe3)],0x0)){this['logError'](_0x5bd0d1[_0x27834c(0xaf)],_0x410731);return;}this[_0x27834c(0x94)](_0x410731[_0x27834c(0xa2)],_0x410731[_0x27834c(0x9d)]);}static async[a78_0x3720fd(0xd5)](){const _0x195f94=a78_0x3720fd,_0x36b7f2={};_0x36b7f2['hnpHi']='browserstack\x20cloud\x20not\x20reachable',_0x36b7f2[_0x195f94(0xc7)]=function(_0x4f1a2f,_0x27c254){return _0x4f1a2f===_0x27c254;},_0x36b7f2[_0x195f94(0xc4)]=_0x195f94(0xd8);const _0x1aa02f=_0x36b7f2,_0x58f3ee=await this[_0x195f94(0x97)](_0x1aa02f[_0x195f94(0xa8)]);if(!_0x58f3ee||_0x1aa02f['NrEUk'](Object[_0x195f94(0xbc)](_0x58f3ee)[_0x195f94(0xe3)],0x0)){this[_0x195f94(0xde)](_0x1aa02f[_0x195f94(0xc4)],_0x58f3ee);return;}this[_0x195f94(0x94)](_0x58f3ee[_0x195f94(0xa2)],_0x58f3ee[_0x195f94(0x9d)]);}static async['reportSSLCertIssue'](){const _0x12b20f=a78_0x3720fd,_0x56ed85={};_0x56ed85[_0x12b20f(0xa6)]=_0x12b20f(0xc2),_0x56ed85[_0x12b20f(0x8d)]=function(_0x16bd8c,_0x2779fa){return _0x16bd8c===_0x2779fa;},_0x56ed85[_0x12b20f(0xd9)]=_0x12b20f(0xe0);const _0x92d5d2=_0x56ed85,_0x4bc620=await this[_0x12b20f(0x97)](_0x92d5d2[_0x12b20f(0xa6)]);if(!_0x4bc620||_0x92d5d2[_0x12b20f(0x8d)](Object['keys'](_0x4bc620)[_0x12b20f(0xe3)],0x0)){this[_0x12b20f(0xde)](_0x92d5d2[_0x12b20f(0xd9)],_0x4bc620);return;}this['logSituation'](_0x4bc620['errorCode'],_0x4bc620[_0x12b20f(0x9d)]);}static[a78_0x3720fd(0xe6)](){const _0x5020d7=a78_0x3720fd,_0x257cc3={};_0x257cc3['QGiSV']=_0x5020d7(0xed),_0x257cc3[_0x5020d7(0xa1)]=function(_0x577d7f,_0x937123){return _0x577d7f===_0x937123;},_0x257cc3['VHCMe']='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x218c93=_0x257cc3,_0x336dc1=constants[_0x5020d7(0xeb)][_0x218c93[_0x5020d7(0xad)]];if(!_0x336dc1||_0x218c93['EiVJL'](Object[_0x5020d7(0xbc)](_0x336dc1)[_0x5020d7(0xe3)],0x0)){this[_0x5020d7(0xde)](_0x218c93[_0x5020d7(0x95)],_0x336dc1);return;}this[_0x5020d7(0x8e)][_0x5020d7(0xbe)](_0x336dc1[0x0]),this[_0x5020d7(0x94)](_0x336dc1[0x0],_0x336dc1[0x1]);}static async[a78_0x3720fd(0xa4)](_0x4b6626){const _0x3cf7da=a78_0x3720fd,_0x2aa65d={};_0x2aa65d[_0x3cf7da(0xca)]='conflicting\x20env\x20var\x20detected',_0x2aa65d[_0x3cf7da(0xcb)]=function(_0x265bdd,_0x139f16){return _0x265bdd===_0x139f16;},_0x2aa65d[_0x3cf7da(0xcc)]=_0x3cf7da(0xab),_0x2aa65d[_0x3cf7da(0xce)]=_0x3cf7da(0xba);const _0x26904c=_0x2aa65d,_0x3e0717=await this['getErrorDetails'](_0x26904c[_0x3cf7da(0xca)]);if(!_0x3e0717||_0x26904c['sZSzW'](Object[_0x3cf7da(0xbc)](_0x3e0717)[_0x3cf7da(0xe3)],0x0)){this['logError'](_0x26904c[_0x3cf7da(0xcc)],_0x3e0717);return;}const _0x1c1661=_0x3e0717[_0x3cf7da(0x9d)][_0x3cf7da(0xbf)](_0x26904c[_0x3cf7da(0xce)],_0x4b6626);this[_0x3cf7da(0x94)](_0x3e0717[_0x3cf7da(0xa2)],_0x1c1661);}static async[a78_0x3720fd(0xdc)](){const _0x483b47=a78_0x3720fd,_0x393d33={};_0x393d33[_0x483b47(0xa3)]=function(_0xc93162,_0x1a4b78){return _0xc93162>_0x1a4b78;},_0x393d33[_0x483b47(0xec)]=_0x483b47(0xb9),_0x393d33[_0x483b47(0xa5)]=_0x483b47(0xe5);const _0x4a1615=_0x393d33,_0x5a87ff=await this[_0x483b47(0xc8)](),_0xbab1d3=this[_0x483b47(0xb8)](_0x5a87ff),_0x24be47=Array[_0x483b47(0xc3)](_0x5a87ff['errorCodes'])?_0x5a87ff['errorCodes']:[],_0x48b9bc=_0x4a1615[_0x483b47(0xa3)](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array['from'](this[_0x483b47(0x8e)]):[],_0x257b44=new Set([..._0x24be47,..._0xbab1d3,..._0x48b9bc]),_0x4b47c9=Array['from'](_0x257b44);if(_0x4a1615[_0x483b47(0xa3)](_0x4b47c9[_0x483b47(0xe3)],0x0)){const _0xda0958=_0x5a87ff[_0x483b47(0xb0)][_0x483b47(0xbf)](_0x4a1615[_0x483b47(0xec)],_0x4b47c9['join'](',\x20'))['replace'](_0x4a1615[_0x483b47(0xa5)],_0x5a87ff[_0x483b47(0xb2)]);logger['warn'](_0xda0958),this[_0x483b47(0xb1)]=_0x4b47c9;}}}function a78_0xa0d4(){const _0x1c0fc5=['1350000TgrKes','Conflicting\x20Env\x20Var\x20details\x20not\x20found','bSuyy','QGiSV','object','XWQWy','finalErrorMessage','cachedErrorCodes','documentationLink','AQWDP','oZJQO','1233620atPHgo','getErrorCode','1455864BAaPmG','checkForErrorsOccuredInCLI','{ERROR_CODES}','{ENV_VAR}','getCachedErrorCodes','keys','lTIbC','add','replace','hziMs','CdcJI','ssl\x20cert\x20issue','isArray','CBPgk','error','zFviR','NrEUk','getAggregatedErrorCodes','REwHp','baDAM','sZSzW','Gzuyh','1729630eibsbc','oZozJ','parse','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','1187BzSqrD','errorCodesOccurredInCLI','isRunning','iJqVk','reportConnectivityIssue','getAggregatedClientTroubleshootingErrors','warn','Connectivity\x20Issue\x20details\x20not\x20found','RvyyQ','sbPCM','base64','reportFinalDetectionState','push','logError','reportClientTroubleshootingError','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.','Error\x20in\x20getting\x20error\x20details\x20for\x20','182hTfAHQ','length','96762EAuCsn','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','reportDotBrowserStackFolderNotAccessibleIssue','458kOcgjG','getFinalErrorMessage','1124260dJeTCe','LYrJG','CLIENT_TROUBLESHOOTING_HASH','jQxhr','.browserstack\x20folder\x20not\x20accessible','LZkQp','errorCodesOccurredWhenCLINotRunning','htXtp','VeZjZ','getSuccess','45iIEXZm','getErrorMessage','logSituation','VHCMe','errorCodes','getErrorDetails','yJGGU','getErrorCodes','toString','xUtto','getInstance','errorMessage','reportProcessInterruptionSituation','from','[ClientTroubleShootingService]\x20','EiVJL','errorCode','MzYzn','reportConflictingEnvVarIssue','xULPI','CyjqP','Session\x20Linking\x20Issue\x20details\x20not\x20found','hnpHi','getDocumentationLink'];a78_0xa0d4=function(){return _0x1c0fc5;};return a78_0xa0d4();}module['exports']=ClientTroubleShootingService;
1
+ const a78_0x98a4fe=a78_0x3f9c;function a78_0x3f9c(_0x54821e,_0x6dba6c){const _0x3600cc=a78_0x3600();return a78_0x3f9c=function(_0x3f9c72,_0x432c31){_0x3f9c72=_0x3f9c72-0x10e;let _0x13422b=_0x3600cc[_0x3f9c72];return _0x13422b;},a78_0x3f9c(_0x54821e,_0x6dba6c);}(function(_0x310508,_0x3f2e0e){const _0x272f67=a78_0x3f9c,_0x4adcaf=_0x310508();while(!![]){try{const _0x2fc605=-parseInt(_0x272f67(0x158))/0x1*(-parseInt(_0x272f67(0x15d))/0x2)+parseInt(_0x272f67(0x160))/0x3+-parseInt(_0x272f67(0x123))/0x4+-parseInt(_0x272f67(0x162))/0x5*(parseInt(_0x272f67(0x15a))/0x6)+-parseInt(_0x272f67(0x120))/0x7*(parseInt(_0x272f67(0x138))/0x8)+parseInt(_0x272f67(0x165))/0x9+-parseInt(_0x272f67(0x16e))/0xa*(parseInt(_0x272f67(0x171))/0xb);if(_0x2fc605===_0x3f2e0e)break;else _0x4adcaf['push'](_0x4adcaf['shift']());}catch(_0x24af8d){_0x4adcaf['push'](_0x4adcaf['shift']());}}}(a78_0x3600,0xd9343));const logger=require(a78_0x98a4fe(0x135))[a78_0x98a4fe(0x124)],BrowserstackCLI=require(a78_0x98a4fe(0x159)),GrpcClient=require(a78_0x98a4fe(0x14c)),constants=require(a78_0x98a4fe(0x143));class ClientTroubleShootingService{static [a78_0x98a4fe(0x110)]=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async[a78_0x98a4fe(0x173)](_0x485cba){const _0x140a44=a78_0x98a4fe,_0x407416={};_0x407416['GuFYY']=function(_0x265786,_0x1deacd){return _0x265786!==_0x1deacd;};const _0x41df70=_0x407416;try{if(BrowserstackCLI[_0x140a44(0x136)]()[_0x140a44(0x11a)]()){const _0x23fd30=await GrpcClient[_0x140a44(0x136)]()['reportClientTroubleshootingError'](_0x485cba);if(_0x41df70[_0x140a44(0x168)](_0x23fd30,null)&&_0x23fd30[_0x140a44(0x13c)]())return{'errorCode':_0x23fd30[_0x140a44(0x169)](),'errorMessage':_0x23fd30[_0x140a44(0x14b)]()};return{};}return{};}catch(_0x10e2d8){return this['logError']('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x485cba+':',_0x10e2d8),{};}}static async[a78_0x98a4fe(0x13a)](){const _0x14fffc=a78_0x98a4fe,_0x1f6fd5={};_0x1f6fd5[_0x14fffc(0x16b)]=function(_0x5132af,_0x5a1932){return _0x5132af!==_0x5a1932;},_0x1f6fd5[_0x14fffc(0x176)]='base64',_0x1f6fd5[_0x14fffc(0x112)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x455eee=_0x1f6fd5;try{if(BrowserstackCLI[_0x14fffc(0x136)]()['isRunning']()){const _0x555052=await GrpcClient[_0x14fffc(0x136)]()[_0x14fffc(0x116)]();if(_0x455eee[_0x14fffc(0x16b)](_0x555052,null)&&_0x555052[_0x14fffc(0x13c)]()){const _0x2181c3=Buffer['from'](_0x555052[_0x14fffc(0x152)](),_0x455eee[_0x14fffc(0x176)])[_0x14fffc(0x111)](),_0xd5adc0=_0x2181c3?JSON[_0x14fffc(0x14f)](_0x2181c3):[],_0x11ef87=_0x555052[_0x14fffc(0x13b)](),_0x333c94=_0x555052[_0x14fffc(0x13d)](),_0x54fd3a=Buffer[_0x14fffc(0x141)](_0x555052[_0x14fffc(0x131)](),_0x455eee[_0x14fffc(0x176)])[_0x14fffc(0x111)](),_0x1101f0=_0x54fd3a?JSON[_0x14fffc(0x14f)](_0x54fd3a):[],_0x4b1c8b={};return _0x4b1c8b[_0x14fffc(0x12c)]=_0xd5adc0,_0x4b1c8b[_0x14fffc(0x127)]=_0x11ef87,_0x4b1c8b[_0x14fffc(0x166)]=_0x333c94,_0x4b1c8b[_0x14fffc(0x134)]=_0x1101f0,_0x4b1c8b;}const _0x43f580={};return _0x43f580[_0x14fffc(0x12c)]=[],_0x43f580[_0x14fffc(0x127)]='',_0x43f580[_0x14fffc(0x166)]='',_0x43f580['errorCodesOccurredInCLI']=[],_0x43f580;}const _0x2fa61d={};return _0x2fa61d[_0x14fffc(0x12c)]=[],_0x2fa61d[_0x14fffc(0x127)]='',_0x2fa61d[_0x14fffc(0x166)]='',_0x2fa61d['errorCodesOccurredInCLI']=[],_0x2fa61d;}catch(_0xbbc4be){this[_0x14fffc(0x125)](_0x455eee[_0x14fffc(0x112)],_0xbbc4be);const _0x13181a={};return _0x13181a['errorCodes']=[],_0x13181a[_0x14fffc(0x127)]='',_0x13181a[_0x14fffc(0x166)]='',_0x13181a[_0x14fffc(0x134)]=[],_0x13181a;}}static[a78_0x98a4fe(0x140)](_0x41f423,_0x266190){const _0x3a4192=a78_0x98a4fe;logger[_0x3a4192(0x154)](_0x41f423+':\x20'+_0x266190);}static[a78_0x98a4fe(0x10e)](_0xad8bab){const _0x139d5a=a78_0x98a4fe,_0x471cc8={};_0x471cc8[_0x139d5a(0x163)]=function(_0x14904b,_0x3a73b0){return _0x14904b!=_0x3a73b0;},_0x471cc8[_0x139d5a(0x132)]=function(_0x384e3f,_0x3e3cb1){return _0x384e3f!=_0x3e3cb1;},_0x471cc8['hlPLc']=function(_0x4e6af4,_0x4c0744){return _0x4e6af4>_0x4c0744;};const _0x5207ff=_0x471cc8,_0x1b43e5=[];if(_0x5207ff['FSdDJ'](_0xad8bab,null)&&_0x5207ff[_0x139d5a(0x132)](_0xad8bab[_0x139d5a(0x134)],null)&&_0x5207ff[_0x139d5a(0x126)](_0xad8bab[_0x139d5a(0x134)][_0x139d5a(0x150)],0x0))for(const _0xd4f42e of _0xad8bab[_0x139d5a(0x134)]){_0x5207ff['anyoJ'](_0xd4f42e['errorCode'],null)&&_0x5207ff['FSdDJ'](_0xd4f42e['errorMessage'],null)&&(_0x1b43e5[_0x139d5a(0x129)](_0xd4f42e['errorCode']),this['logSituation'](_0xd4f42e[_0x139d5a(0x115)],_0xd4f42e[_0x139d5a(0x16a)]));}return _0x1b43e5;}static[a78_0x98a4fe(0x12f)](){const _0x24c33b=a78_0x98a4fe;return this[_0x24c33b(0x110)];}static[a78_0x98a4fe(0x125)](_0x369313,_0x2685f1){const _0x2a83ff=a78_0x98a4fe,_0x19e9c3={};_0x19e9c3[_0x2a83ff(0x11e)]=function(_0x2629b8,_0x144bcc){return _0x2629b8===_0x144bcc;},_0x19e9c3['IEqqB']=_0x2a83ff(0x146);const _0x253a0f=_0x19e9c3;if(_0x253a0f['mnQkx'](typeof _0x2685f1,_0x253a0f[_0x2a83ff(0x172)]))try{logger[_0x2a83ff(0x147)](_0x2a83ff(0x155)+_0x369313+'\x20'+JSON[_0x2a83ff(0x170)](_0x2685f1));}catch(_0x3c3a50){logger['error']('[ClientTroubleShootingService]\x20'+_0x369313+'\x20'+_0x2685f1);}else logger[_0x2a83ff(0x147)](_0x2a83ff(0x155)+_0x369313+'\x20'+_0x2685f1);}static async['reportProcessInterruptionSituation'](_0x4c0b42){const _0x5a6c13=a78_0x98a4fe,_0x6b9a21={};_0x6b9a21[_0x5a6c13(0x130)]=_0x5a6c13(0x15e),_0x6b9a21['qMfwT']=function(_0x38b4da,_0x30f718){return _0x38b4da===_0x30f718;},_0x6b9a21['gtzfC']=_0x5a6c13(0x148),_0x6b9a21[_0x5a6c13(0x15b)]='{SIGNAL}';const _0xa0b790=_0x6b9a21,_0x23f5fd=await this['getErrorDetails'](_0xa0b790[_0x5a6c13(0x130)]);if(!_0x23f5fd||_0xa0b790[_0x5a6c13(0x137)](Object[_0x5a6c13(0x122)](_0x23f5fd)[_0x5a6c13(0x150)],0x0)){this['logError'](_0xa0b790[_0x5a6c13(0x16d)],_0x23f5fd);return;}this[_0x5a6c13(0x140)](_0x23f5fd['errorCode'],_0x23f5fd[_0x5a6c13(0x16a)]['replace'](_0xa0b790['eEZXp'],_0x4c0b42));}static async['reportSessionLinkingIssue'](){const _0x27f1fb=a78_0x98a4fe,_0x1c32c8={};_0x1c32c8[_0x27f1fb(0x113)]=_0x27f1fb(0x14e),_0x1c32c8[_0x27f1fb(0x161)]=function(_0x2646c5,_0x521d07){return _0x2646c5===_0x521d07;},_0x1c32c8['bkxzK']=_0x27f1fb(0x151);const _0x4b67aa=_0x1c32c8,_0x3e168c=await this[_0x27f1fb(0x173)](_0x4b67aa[_0x27f1fb(0x113)]);if(!_0x3e168c||_0x4b67aa[_0x27f1fb(0x161)](Object[_0x27f1fb(0x122)](_0x3e168c)['length'],0x0)){this[_0x27f1fb(0x125)](_0x4b67aa[_0x27f1fb(0x118)],_0x3e168c);return;}this['logSituation'](_0x3e168c[_0x27f1fb(0x115)],_0x3e168c[_0x27f1fb(0x16a)]);}static async['reportConnectivityIssue'](){const _0x34898e=a78_0x98a4fe,_0x1eba6b={};_0x1eba6b[_0x34898e(0x153)]='browserstack\x20cloud\x20not\x20reachable',_0x1eba6b[_0x34898e(0x16f)]=function(_0x2c7c05,_0x5ebe2f){return _0x2c7c05===_0x5ebe2f;},_0x1eba6b[_0x34898e(0x145)]=_0x34898e(0x10f);const _0x1e532a=_0x1eba6b,_0x34cbe9=await this['getErrorDetails'](_0x1e532a[_0x34898e(0x153)]);if(!_0x34cbe9||_0x1e532a['YkPaX'](Object['keys'](_0x34cbe9)[_0x34898e(0x150)],0x0)){this[_0x34898e(0x125)](_0x1e532a['FHVnH'],_0x34cbe9);return;}this[_0x34898e(0x140)](_0x34cbe9[_0x34898e(0x115)],_0x34cbe9[_0x34898e(0x16a)]);}static async[a78_0x98a4fe(0x167)](){const _0x2f0d9b=a78_0x98a4fe,_0x347c78={};_0x347c78[_0x2f0d9b(0x156)]=_0x2f0d9b(0x174),_0x347c78[_0x2f0d9b(0x11d)]=function(_0xa3bdf7,_0x3b61b1){return _0xa3bdf7===_0x3b61b1;},_0x347c78[_0x2f0d9b(0x157)]=_0x2f0d9b(0x11b);const _0x3cd9b1=_0x347c78,_0x454df4=await this[_0x2f0d9b(0x173)](_0x3cd9b1[_0x2f0d9b(0x156)]);if(!_0x454df4||_0x3cd9b1['LedVD'](Object[_0x2f0d9b(0x122)](_0x454df4)[_0x2f0d9b(0x150)],0x0)){this[_0x2f0d9b(0x125)](_0x3cd9b1[_0x2f0d9b(0x157)],_0x454df4);return;}this[_0x2f0d9b(0x140)](_0x454df4[_0x2f0d9b(0x115)],_0x454df4[_0x2f0d9b(0x16a)]);}static[a78_0x98a4fe(0x11f)](){const _0x43aee4=a78_0x98a4fe,_0x4f9cd0={};_0x4f9cd0[_0x43aee4(0x121)]=_0x43aee4(0x13e),_0x4f9cd0[_0x43aee4(0x11c)]=function(_0x25b83a,_0x2915c0){return _0x25b83a===_0x2915c0;},_0x4f9cd0[_0x43aee4(0x142)]=_0x43aee4(0x144);const _0x527c64=_0x4f9cd0,_0x34641f=constants[_0x43aee4(0x15f)][_0x527c64['fxLAE']];if(!_0x34641f||_0x527c64[_0x43aee4(0x11c)](Object[_0x43aee4(0x122)](_0x34641f)[_0x43aee4(0x150)],0x0)){this[_0x43aee4(0x125)](_0x527c64['BPPNA'],_0x34641f);return;}this[_0x43aee4(0x133)][_0x43aee4(0x16c)](_0x34641f[0x0]),this[_0x43aee4(0x140)](_0x34641f[0x0],_0x34641f[0x1]);}static async[a78_0x98a4fe(0x128)](_0x18633d){const _0x27637f=a78_0x98a4fe,_0x5752c0={};_0x5752c0['CZOeG']='conflicting\x20env\x20var\x20detected',_0x5752c0['yxbdO']=function(_0x2c5f53,_0x170f2b){return _0x2c5f53===_0x170f2b;},_0x5752c0[_0x27637f(0x12a)]=_0x27637f(0x13f),_0x5752c0[_0x27637f(0x12e)]='{ENV_VAR}';const _0x37da69=_0x5752c0,_0x3a811b=await this[_0x27637f(0x173)](_0x37da69[_0x27637f(0x15c)]);if(!_0x3a811b||_0x37da69[_0x27637f(0x14d)](Object['keys'](_0x3a811b)[_0x27637f(0x150)],0x0)){this[_0x27637f(0x125)](_0x37da69[_0x27637f(0x12a)],_0x3a811b);return;}const _0xded2e6=_0x3a811b[_0x27637f(0x16a)][_0x27637f(0x149)](_0x37da69[_0x27637f(0x12e)],_0x18633d);this[_0x27637f(0x140)](_0x3a811b[_0x27637f(0x115)],_0xded2e6);}static async['reportFinalDetectionState'](){const _0x2de2f5=a78_0x98a4fe,_0x44688d={};_0x44688d[_0x2de2f5(0x14a)]=function(_0x126eac,_0x37f704){return _0x126eac>_0x37f704;},_0x44688d[_0x2de2f5(0x12d)]=_0x2de2f5(0x139),_0x44688d['XEdfP']=_0x2de2f5(0x12b);const _0x1c5a46=_0x44688d,_0x4be932=await this[_0x2de2f5(0x13a)](),_0x2059f6=this[_0x2de2f5(0x10e)](_0x4be932),_0x1a2a5f=Array[_0x2de2f5(0x119)](_0x4be932['errorCodes'])?_0x4be932[_0x2de2f5(0x12c)]:[],_0x2b4fc4=_0x1c5a46['MQwoU'](this['errorCodesOccurredWhenCLINotRunning'][_0x2de2f5(0x114)],0x0)?Array[_0x2de2f5(0x141)](this[_0x2de2f5(0x133)]):[],_0x1f34bc=new Set([..._0x1a2a5f,..._0x2059f6,..._0x2b4fc4]),_0x894128=Array[_0x2de2f5(0x141)](_0x1f34bc);if(_0x1c5a46[_0x2de2f5(0x14a)](_0x894128['length'],0x0)){const _0x156bfb=_0x4be932[_0x2de2f5(0x166)][_0x2de2f5(0x149)](_0x1c5a46[_0x2de2f5(0x12d)],_0x894128[_0x2de2f5(0x164)](',\x20'))[_0x2de2f5(0x149)](_0x1c5a46[_0x2de2f5(0x117)],_0x4be932[_0x2de2f5(0x127)]);logger['warn'](_0x156bfb),this[_0x2de2f5(0x110)]=_0x894128;}}}module[a78_0x98a4fe(0x175)]=ClientTroubleShootingService;function a78_0x3600(){const _0x54b5e1=['getFinalErrorMessage','.browserstack\x20folder\x20not\x20accessible','Conflicting\x20Env\x20Var\x20details\x20not\x20found','logSituation','from','BPPNA','./constants','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','FHVnH','object','error','Process\x20Interruption\x20details\x20not\x20found:','replace','MQwoU','getErrorMessage','../v2/grpcClient','yxbdO','Session\x20Linking\x20Issue','parse','length','Session\x20Linking\x20Issue\x20details\x20not\x20found','getErrorCodes','aJugf','warn','[ClientTroubleShootingService]\x20','lUvTs','UOklK','1RsyJIz','../v2/browserstackCLI','474pdGkWn','eEZXp','CZOeG','2700686JxFCLb','Process\x20Interruption','CLIENT_TROUBLESHOOTING_HASH','4652250iwFKzX','ULhZh','32050aFdota','FSdDJ','join','282987MGwzbA','finalErrorMessage','reportSSLCertIssue','GuFYY','getErrorCode','errorMessage','gBEZR','add','gtzfC','510YMencs','YkPaX','stringify','124531rstGZm','IEqqB','getErrorDetails','ssl\x20cert\x20issue','exports','JPmNi','checkForErrorsOccuredInCLI','Connectivity\x20Issue\x20details\x20not\x20found','cachedErrorCodes','toString','krfyP','KgCoj','size','errorCode','getAggregatedClientTroubleshootingErrors','XEdfP','bkxzK','isArray','isRunning','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.','YBBzc','LedVD','mnQkx','reportDotBrowserStackFolderNotAccessibleIssue','7TmNYPD','fxLAE','keys','1389796bvipEK','winstonLogger','logError','hlPLc','documentationLink','reportConflictingEnvVarIssue','push','grAvh','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','errorCodes','Jibay','nuSQG','getCachedErrorCodes','UFjiN','getErrorCodesOccurredInCli','anyoJ','errorCodesOccurredWhenCLINotRunning','errorCodesOccurredInCLI','../../helpers/logger','getInstance','qMfwT','4893272gqVQtA','{ERROR_CODES}','getAggregatedErrorCodes','getDocumentationLink','getSuccess'];a78_0x3600=function(){return _0x54b5e1;};return a78_0x3600();}
@@ -1 +1 @@
1
- const a79_0x51f58f=a79_0x1b13;(function(_0x122026,_0x18954a){const _0x47d729=a79_0x1b13,_0x5f0964=_0x122026();while(!![]){try{const _0x163656=parseInt(_0x47d729(0x167))/0x1+parseInt(_0x47d729(0x19a))/0x2*(-parseInt(_0x47d729(0x196))/0x3)+parseInt(_0x47d729(0x1b9))/0x4+-parseInt(_0x47d729(0x1ef))/0x5*(-parseInt(_0x47d729(0x1d9))/0x6)+-parseInt(_0x47d729(0x1a4))/0x7*(parseInt(_0x47d729(0x1c0))/0x8)+parseInt(_0x47d729(0x11b))/0x9*(parseInt(_0x47d729(0x1c1))/0xa)+-parseInt(_0x47d729(0x1b6))/0xb;if(_0x163656===_0x18954a)break;else _0x5f0964['push'](_0x5f0964['shift']());}catch(_0x5c103d){_0x5f0964['push'](_0x5f0964['shift']());}}}(a79_0x3fcf,0x1eade));function a79_0x1b13(_0x2c2c99,_0x58dbe8){const _0x3fcf28=a79_0x3fcf();return a79_0x1b13=function(_0x1b1351,_0x8424b6){_0x1b1351=_0x1b1351-0x101;let _0x160c1c=_0x3fcf28[_0x1b1351];return _0x160c1c;},a79_0x1b13(_0x2c2c99,_0x58dbe8);}const a79_0x394cb3={};a79_0x394cb3[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x195),a79_0x394cb3[a79_0x51f58f(0x102)]=a79_0x51f58f(0x1e9);const a79_0x5bb3a1={};a79_0x5bb3a1['INFO']=a79_0x51f58f(0x1a7);const a79_0x573d5d={};a79_0x573d5d[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x165);const a79_0x2c031a={};a79_0x2c031a[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x10e);const a79_0x4bc713={};a79_0x4bc713['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a79_0xae0782={};a79_0xae0782['INFO']='Run\x20js\x20tests\x20on\x20browserstack';const a79_0x553835={};a79_0x553835['INFO']=a79_0x51f58f(0x179);const a79_0x36ae8d={};a79_0x36ae8d[a79_0x51f58f(0x1c7)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a79_0x22d1c9={};a79_0x22d1c9['INFO']=a79_0x51f58f(0x157);const a79_0x557c96={};a79_0x557c96[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x128);const a79_0x22e498={};a79_0x22e498[a79_0x51f58f(0x1c7)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a79_0x31f029={};a79_0x31f029[a79_0x51f58f(0x1c7)]='Run\x20detox\x20tests\x20on\x20browserstack';const a79_0x4d3f62={};a79_0x4d3f62['INFO']=a79_0x51f58f(0x1bc);const a79_0x36a251={};a79_0x36a251[a79_0x51f58f(0x1c7)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a79_0x2f6696={};a79_0x2f6696['INFO']=a79_0x51f58f(0x159);const a79_0x24c210={};a79_0x24c210[a79_0x51f58f(0x11c)]=null,a79_0x24c210[a79_0x51f58f(0x1de)]=0xe,a79_0x24c210[a79_0x51f58f(0x1c4)]=0x1a;const a79_0x80cb32={};a79_0x80cb32['PLAYWRIGHT']=a79_0x51f58f(0x1ab),a79_0x80cb32[a79_0x51f58f(0x150)]=a79_0x51f58f(0x19f),a79_0x80cb32[a79_0x51f58f(0x1e2)]=a79_0x51f58f(0x13d),a79_0x80cb32[a79_0x51f58f(0x163)]=a79_0x51f58f(0x1a6),a79_0x80cb32[a79_0x51f58f(0x1b7)]=a79_0x51f58f(0x198),a79_0x80cb32[a79_0x51f58f(0x11e)]=a79_0x51f58f(0x161),a79_0x80cb32['VANILLA']='vanilla',a79_0x80cb32[a79_0x51f58f(0x180)]=a79_0x51f58f(0x1db),a79_0x80cb32[a79_0x51f58f(0x1a9)]='testcafe',a79_0x80cb32['NEWMAN']=a79_0x51f58f(0x1c5),a79_0x80cb32[a79_0x51f58f(0x181)]=a79_0x51f58f(0x11a),a79_0x80cb32['DETOX']=a79_0x51f58f(0x197),a79_0x80cb32['NODE_GENERIC']=a79_0x51f58f(0x104);const a79_0x51c79d={};a79_0x51c79d['invalidKeys']='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a79_0x51c79d[a79_0x51f58f(0x136)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a79_0x51c79d[a79_0x51f58f(0x1e4)]=a79_0x51f58f(0x13a),a79_0x51c79d['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a79_0x15dfa6={};a79_0x15dfa6['COMMONJS']=a79_0x51f58f(0x106),a79_0x15dfa6[a79_0x51f58f(0x119)]=a79_0x51f58f(0x18f);const a79_0x39fafe={};a79_0x39fafe[a79_0x51f58f(0x125)]=0xfde8,a79_0x39fafe['Cucumber-JS']=0xfde8,a79_0x39fafe[a79_0x51f58f(0x1f0)]=0x186a0;const a79_0xde815c={};a79_0xde815c[a79_0x51f58f(0x16a)]=[a79_0x51f58f(0x146),a79_0x51f58f(0x18d),a79_0x51f58f(0x1ba),a79_0x51f58f(0x166),a79_0x51f58f(0x1a3),a79_0x51f58f(0x137),a79_0x51f58f(0x114),a79_0x51f58f(0x1b3),'httpProxy',a79_0x51f58f(0x121),a79_0x51f58f(0x10c),a79_0x51f58f(0x1a8),'authToken',a79_0x51f58f(0x189),a79_0x51f58f(0x1e6)],a79_0xde815c[a79_0x51f58f(0x130)]=[a79_0x51f58f(0x1ec),a79_0x51f58f(0x123),a79_0x51f58f(0x10b),a79_0x51f58f(0x16f)];const a79_0x45067b={};a79_0x45067b[a79_0x51f58f(0x1a1)]=a79_0x51f58f(0x1a1),a79_0x45067b[a79_0x51f58f(0x130)]=a79_0x51f58f(0x130),a79_0x45067b[a79_0x51f58f(0x12c)]=a79_0x51f58f(0x130),a79_0x45067b[a79_0x51f58f(0x1ca)]='parallelsPerPlatform',a79_0x45067b['platforms']='platforms',a79_0x45067b['logLevel']=a79_0x51f58f(0x1be),a79_0x45067b['httpProxy']=a79_0x51f58f(0x1b4),a79_0x45067b[a79_0x51f58f(0x121)]=a79_0x51f58f(0x121),a79_0x45067b[a79_0x51f58f(0x192)]='framework',a79_0x45067b[a79_0x51f58f(0x115)]=a79_0x51f58f(0x115),a79_0x45067b[a79_0x51f58f(0x162)]='testObservability',a79_0x45067b[a79_0x51f58f(0x17a)]=a79_0x51f58f(0x17a),a79_0x45067b['testObservabilityOptions']='testObservabilityOptions',a79_0x45067b[a79_0x51f58f(0x120)]='testReportingOptions',a79_0x45067b['customVariables']='customVariables',a79_0x45067b['automation']=a79_0x51f58f(0x1d6),a79_0x45067b[a79_0x51f58f(0x1d6)]=a79_0x51f58f(0x1d6),a79_0x45067b[a79_0x51f58f(0x15c)]=a79_0x51f58f(0x15c),a79_0x45067b[a79_0x51f58f(0x1bb)]='percy',a79_0x45067b['percyOptions']=a79_0x51f58f(0x151),a79_0x45067b[a79_0x51f58f(0x15b)]=a79_0x51f58f(0x15b),a79_0x45067b[a79_0x51f58f(0x1fd)]=a79_0x51f58f(0x1fd),a79_0x45067b[a79_0x51f58f(0x16d)]=a79_0x51f58f(0x16d),a79_0x45067b[a79_0x51f58f(0x1bd)]=a79_0x51f58f(0x1bd),a79_0x45067b[a79_0x51f58f(0x172)]='turboScale',a79_0x45067b[a79_0x51f58f(0x1d7)]=a79_0x51f58f(0x1d7),a79_0x45067b[a79_0x51f58f(0x134)]=a79_0x51f58f(0x134),a79_0x45067b['testOrchestrationOptions']=a79_0x51f58f(0x1c3);const a79_0x3e5591={};a79_0x3e5591[a79_0x51f58f(0x152)]=a79_0x51f58f(0x1fa),a79_0x3e5591[a79_0x51f58f(0x14d)]=a79_0x51f58f(0x1d8),a79_0x3e5591['us']=a79_0x51f58f(0x10a),a79_0x3e5591['eu']=a79_0x51f58f(0x1b2),a79_0x3e5591['in']=a79_0x51f58f(0x19b),a79_0x3e5591['au']='hub-apse-only.browserstack.com';const a79_0x2ddef4={};a79_0x2ddef4[a79_0x51f58f(0x1ee)]=['SDK-GEN-001',a79_0x51f58f(0x16b)];const a79_0x307901={};a79_0x307901['SIGHUP']=0x1,a79_0x307901['SIGINT']=0x2,a79_0x307901['SIGQUIT']=0x3,a79_0x307901[a79_0x51f58f(0x113)]=0x6,a79_0x307901[a79_0x51f58f(0x11d)]=0xf,a79_0x307901['SIGBREAK']=0x15;const a79_0x11a9f1={};a79_0x11a9f1[a79_0x51f58f(0x17e)]=a79_0x394cb3,a79_0x11a9f1['JEST']=a79_0x5bb3a1,a79_0x11a9f1[a79_0x51f58f(0x181)]=a79_0x573d5d,a79_0x11a9f1['MOCHA']=a79_0x2c031a,a79_0x11a9f1[a79_0x51f58f(0x11e)]=a79_0x4bc713,a79_0x11a9f1['VANILLA']=a79_0xae0782,a79_0x11a9f1['NIGHTWATCH']=a79_0x553835,a79_0x11a9f1[a79_0x51f58f(0x13f)]=a79_0x36ae8d,a79_0x11a9f1[a79_0x51f58f(0x1a9)]=a79_0x22d1c9,a79_0x11a9f1[a79_0x51f58f(0x180)]=a79_0x557c96,a79_0x11a9f1[a79_0x51f58f(0x156)]=a79_0x22e498,a79_0x11a9f1[a79_0x51f58f(0x193)]=a79_0x31f029,a79_0x11a9f1[a79_0x51f58f(0x168)]=a79_0x4d3f62,a79_0x11a9f1[a79_0x51f58f(0x14e)]=a79_0x36a251,a79_0x11a9f1[a79_0x51f58f(0x1a0)]=a79_0x2f6696,a79_0x11a9f1[a79_0x51f58f(0x141)]=0x8*0x3c*0x3e8,a79_0x11a9f1['hubUrl']=a79_0x51f58f(0x101),a79_0x11a9f1[a79_0x51f58f(0x118)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a79_0x11a9f1['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a79_0x11a9f1['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a79_0x11a9f1[a79_0x51f58f(0x155)]=[a79_0x51f58f(0x183),a79_0x51f58f(0x18c),a79_0x51f58f(0x190),'unhandledPromptBehavior',a79_0x51f58f(0x169),a79_0x51f58f(0x12e),a79_0x51f58f(0x105),a79_0x51f58f(0x16e),a79_0x51f58f(0x171),a79_0x51f58f(0x15d),'firefoxOptions',a79_0x51f58f(0x145),a79_0x51f58f(0x1c2)],a79_0x11a9f1[a79_0x51f58f(0x1e3)]=/^[\w-]+:.*$/,a79_0x11a9f1[a79_0x51f58f(0x187)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a79_0x11a9f1['EDS_URL']='https://eds.browserstack.com',a79_0x11a9f1[a79_0x51f58f(0x138)]='https://api.browserstack.com',a79_0x11a9f1['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a79_0x11a9f1[a79_0x51f58f(0x1d4)]=a79_0x51f58f(0x177),a79_0x11a9f1[a79_0x51f58f(0x18e)]=a79_0x24c210,a79_0x11a9f1[a79_0x51f58f(0x15e)]=a79_0x51f58f(0x13e),a79_0x11a9f1['AUTOMATE_PRODUCTS']=[a79_0x51f58f(0x12d),a79_0x51f58f(0x1cb)],a79_0x11a9f1[a79_0x51f58f(0x1ea)]=['app-automate',a79_0x51f58f(0x1cb)],a79_0x11a9f1[a79_0x51f58f(0x14b)]=[a79_0x51f58f(0x1cb)],a79_0x11a9f1['OBSERVABILITY_UPLOAD_URL']=a79_0x51f58f(0x175),a79_0x11a9f1['OBSERVABILITY_SUPPORTED_FWS']=[a79_0x51f58f(0x19f),a79_0x51f58f(0x1ab),a79_0x51f58f(0x191),'jasmine'],a79_0x11a9f1['AUTOMATE']=[a79_0x51f58f(0x12d)],a79_0x11a9f1[a79_0x51f58f(0x110)]=a79_0x51f58f(0x1f8),a79_0x11a9f1[a79_0x51f58f(0x199)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a79_0x11a9f1[a79_0x51f58f(0x10f)]=[a79_0x51f58f(0x1d5)],a79_0x11a9f1[a79_0x51f58f(0x1b8)]=[a79_0x51f58f(0x1e5),a79_0x51f58f(0x154),'ERR_BLOCKED_BY_CLIENT',a79_0x51f58f(0x188),a79_0x51f58f(0x131),a79_0x51f58f(0x176),a79_0x51f58f(0x1b5),a79_0x51f58f(0x1e0),a79_0x51f58f(0x10d),a79_0x51f58f(0x1f3),a79_0x51f58f(0x153),'ERR_ADDRESS_INVALID','ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a79_0x51f58f(0x19d),a79_0x51f58f(0x109),a79_0x51f58f(0x140),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a79_0x51f58f(0x1cf),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a79_0x11a9f1[a79_0x51f58f(0x124)]=[a79_0x51f58f(0x1d3),a79_0x51f58f(0x12b),a79_0x51f58f(0x132)],a79_0x11a9f1['CUSTOM_ID_REGEX']=a79_0x51f58f(0x17d),a79_0x11a9f1[a79_0x51f58f(0x158)]=a79_0x51f58f(0x182),a79_0x11a9f1[a79_0x51f58f(0x1f1)]=a79_0x51f58f(0x139),a79_0x11a9f1[a79_0x51f58f(0x112)]='wss://cdp.browserstack.com/playwright?caps=',a79_0x11a9f1[a79_0x51f58f(0x186)]=a79_0x51f58f(0x160),a79_0x11a9f1[a79_0x51f58f(0x18a)]='wss://detox.browserstack.com/init',a79_0x11a9f1[a79_0x51f58f(0x13b)]=a79_0x80cb32,a79_0x11a9f1['PERCY_SUPPORTED_FRAMEWORKS']=[a79_0x51f58f(0x13d),a79_0x51f58f(0x19f)],a79_0x11a9f1[a79_0x51f58f(0x117)]=a79_0x51c79d,a79_0x11a9f1[a79_0x51f58f(0x174)]=a79_0x51f58f(0x116),a79_0x11a9f1['PACKAGE_TYPE']=a79_0x15dfa6,a79_0x11a9f1[a79_0x51f58f(0x1f2)]=0x40*0x400,a79_0x11a9f1[a79_0x51f58f(0x178)]=a79_0x51f58f(0x1c6),a79_0x11a9f1['TEST_FRAMEWORK_HOOK_TIMEOUT']=a79_0x39fafe,a79_0x11a9f1['REDACTED_KEYS']=a79_0xde815c,a79_0x11a9f1[a79_0x51f58f(0x144)]=a79_0x45067b,a79_0x11a9f1['LOG_FILE_NAME']=a79_0x51f58f(0x17b),a79_0x11a9f1['DEBUG_LOG_FILE_NAME']=a79_0x51f58f(0x1ce),a79_0x11a9f1[a79_0x51f58f(0x1eb)]=a79_0x51f58f(0x1cc),a79_0x11a9f1[a79_0x51f58f(0x12a)]=a79_0x51f58f(0x1da),a79_0x11a9f1['BSTACK_URL']=a79_0x51f58f(0x170),a79_0x11a9f1[a79_0x51f58f(0x1fc)]=a79_0x51f58f(0x15a),a79_0x11a9f1[a79_0x51f58f(0x1e8)]=a79_0x51f58f(0x13c),a79_0x11a9f1[a79_0x51f58f(0x14f)]=a79_0x51f58f(0x17f),a79_0x11a9f1[a79_0x51f58f(0x1dc)]=a79_0x51f58f(0x126),a79_0x11a9f1[a79_0x51f58f(0x1af)]=['playwright','cucumber',a79_0x51f58f(0x13d),'puppeteer',a79_0x51f58f(0x191),a79_0x51f58f(0x1c5),'detox',a79_0x51f58f(0x104)],a79_0x11a9f1['AUTOMATION_LOG_COMMANDS']=[a79_0x51f58f(0x149),a79_0x51f58f(0x129),'A11Y_GET_RESULTS',a79_0x51f58f(0x1ac),'percyScreenshot',a79_0x51f58f(0x133)],a79_0x11a9f1[a79_0x51f58f(0x1c9)]=a79_0x51f58f(0x1c9),a79_0x11a9f1[a79_0x51f58f(0x143)]=a79_0x3e5591,a79_0x11a9f1[a79_0x51f58f(0x173)]=[a79_0x51f58f(0x1f7),a79_0x51f58f(0x1e1),a79_0x51f58f(0x103),'unable\x20to\x20get\x20local\x20issuer\x20certificate',a79_0x51f58f(0x1e7),a79_0x51f58f(0x1ae)],a79_0x11a9f1['SSL_ERROR_CODES']=[a79_0x51f58f(0x1a5),a79_0x51f58f(0x1ae),a79_0x51f58f(0x1f9),'CERT_HAS_EXPIRED',a79_0x51f58f(0x1e7),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a79_0x11a9f1[a79_0x51f58f(0x1f5)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a79_0x11a9f1[a79_0x51f58f(0x17c)]=a79_0x2ddef4,a79_0x11a9f1[a79_0x51f58f(0x1aa)]=['GLOBAL_AGENT_HTTP_PROXY',a79_0x51f58f(0x107),a79_0x51f58f(0x1d1)],a79_0x11a9f1['BINARY_BUSY_ERROR_CODES']=[a79_0x51f58f(0x15f),a79_0x51f58f(0x1cd)],a79_0x11a9f1['MAX_SPAWN_RETRIES']=0x3,a79_0x11a9f1[a79_0x51f58f(0x148)]=0x3e8,a79_0x11a9f1[a79_0x51f58f(0x1f4)]=0x1f40,a79_0x11a9f1[a79_0x51f58f(0x1ed)]=a79_0x307901,module[a79_0x51f58f(0x122)]=a79_0x11a9f1;function a79_0x3fcf(){const _0x67360d=['node-generic','browserVersion','commonjs','GLOBAL_AGENT_NO_PROXY','10|13|1|4|3|9|7|11|8|12|2|5|6|0','ERR_SOCKS_CONNECTION_FAILED','hub-us-only.browserstack.com','localProxyUser','customVariables','ERR_CONNECTION_ABORTED','Run\x20mocha\x20tests\x20on\x20browserstack','APP_AUTOMATE','BROWSERSTACK_AUTOMATE_URL','https://automation-preprod.bsstag.com','PLAYWRIGHT_HUB_URL','SIGABRT','password','testContextOptions','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','PLAYWRIGHT_CONFIG_OPTION_ERRORS','HUB_URL_REGEX','MODULE','jasmine','219123nhucLe','hardMinMajor','SIGTERM','CUCUMBER','https://upload-observability-devtestops-ssi.bsstag.com','testReportingOptions','httpsProxy','exports','proxyPass','VALID_APP_EXTENSION','Mocha','browserstack','wss://cdp-devtestops.bsstag.com/playwright?caps=','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','A11Y_GET_RESULTS_SUMMARY','CLI_LOG_FILE_NAME','.aab','localOptions','automate','browserName','hubUrl','browserStackLocalOptions','ERR_SOCKET_NOT_CONNECTED','.ipa','ObservabilitySync','proxySettings','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','uniqueDependency','browserstack.key','BROWSERSTACK_API_URL','./browserstack-artifacts/','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','FRAMEWORKS','https://automation.browserstack.com','jest','sdk/v1/event','PLAYWRIGHT','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','BSTACK_DELTA','3|8|6|13|11|4|7|10|12|0|1|2|9|5','HUB_URL_MAP','SDK_INSTRUMENTATION_CONFIG','edgeOptions','userName','https://automate-preprod.bsstag.com/dashboard/v2/builds/','SPAWN_RETRY_DELAY_MS','A11Y_SCAN','https://apidevtestops.bsstag.com','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','BSTACK_URL','us-east','HST','TEST_REPORTING_ANALYTICS','MOCHA','percyOptions','default','ERR_NAME_NOT_RESOLVED','ERR_TIMED_OUT','ROOT_CAPS','CODECEPTJS','Run\x20testcafe\x20tests\x20on\x20browserstack','SHAREABLE_ID_REGEX','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','browserstack-ats.com','percyCaptureMode','rerunTests','chromeOptions','FUNNEL_INSTRUMENTATION_API_URL','ETXTBSY','wss://cdp.browserstack.com/puppeteer?caps=','cucumber','testObservability','CODECEPT','https://hub-preprod.bsstag.com/wd/hub','Run\x20jasmine\x20tests\x20on\x20browserstack','browserstack.accessKey','136467UvRREM','NEWMAN','timeouts','root','[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.','https://edsstaging.bsstag.com','accessibility','acceptSslCerts','localProxyPass','browserstack.com','acceptSslCert','turboScale','SSL_ERROR_MESSAGES','AUTOLOGCAPTURE_NOTIFICATION','https://upload-observability.browserstack.com','ERR_CONNECTION_CLOSED','sdk/v1/update_cli','GIT_META_DATA_TRUNCATED','Run\x20nightwatch\x20tests\x20on\x20browserstack','testReporting','/usage.log','CLIENT_TROUBLESHOOTING_HASH','^[a-zA-Z0-9_.-]*$','VERSION','TEST\x20REPORTING\x20AND\x20ANALYTICS','PUPPETEER','JASMINE','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','acceptInsecureCerts','bsstag.com','https://upload-observability-preprod.bsstag.com','PUPPETEER_HUB_URL','PRIVATE_DOMAIN_OR_IP_REGEX','ERR_NETWORK_CHANGED','proxyUrl','DETOX_HUB_URL','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','pageLoadStrategy','accessKey','LT_SUPPORTED_NODE','module','strictFileInteractability','testcafe','framework','DETOX','https://observability-devtestops.bsstag.com','shows\x20version\x20information','171399kxAlsG','detox','codeceptjs-cucumber','BROWSERSTACK_APP_AUTOMATE_URL','4THBjMJ','hub-aps-only.browserstack.com','https://hub-devtestops.bsstag.com/wd/hub','ERR_CONNECTION_TIMED_OUT','BROWSERSTACK_ENV','mocha','INTEGRATIONS','browserstackLocal','OBSERVABILITY_UPLOAD_URL','browserstack.user','987PuHgfS','SELF_SIGNED_CERT_IN_CHAIN','codeceptjs','Run\x20jest\x20tests\x20on\x20browserstack','proxyPassword','TESTCAFE','INTERNALLY_USED_ENV_VARS','Playwright','A11Y_SAVE_RESULTS','EDS_URL','DEPTH_ZERO_SELF_SIGNED_CERT','CLI_SUPPORTED_FRAMEWORKS','https://api-preprod.bsstag.com','APP_UPLOAD_URL','hub-eu-only.browserstack.com','user_data','httpProxy','ERR_CONNECTION_RESET','2069738yXLbSi','CODECEPT_CUCUMBER','NUDGE_LOCAL_ERRORS','648728fRbgTY','browserstack.userName','percy','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','accessibilityOptions','logLevel','wss://detox-devtestops.bsstag.com/init','4456OEkyKt','70YEWcjX','ieOptions','testOrchestrationOptions','maxTestedMajor','newman','...[TRUNCATED]','INFO','toLowerCase','PLAYWRIGHT_TRACE_LOGS','parallelsPerPlatform','observability','sdk-cli-debug.log','EBUSY','/usage-debug.log','ERR_NAME_RESOLUTION_FAILED','bsstag','USER_CONFIG_DETAILS_PATH','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','.apk','UPDATED_CLI_ENDPOINT','app-automate','browserstackAutomation','turboScaleOptions','hub-use-only.browserstack.com','15018vqRFzH','sdk-cli.log','puppeteer','BROWSERSTACK','split','minTestedMajor','wss://detox-preprod.bsstag.com/init','ERR_CONNECTION_REFUSED','unable\x20to\x20verify\x20the\x20first\x20certificate','JEST','ROOT_REGEX','mandatoryDependency','ERR_FAILED','browserstack.overridelocalInfo.userAuthToken','ERR_TLS_CERT_ALTNAME_INVALID','O11Y_URL','Specify\x20--help\x20for\x20available\x20options','APP_AUTOMATE_PRODUCTS','DEBUG_CLI_LOG_FILE_NAME','proxyUser','SIGNAL_EXIT_CODES','.browserstack\x20folder\x20not\x20accessible','75rjvNlM','Jest','CI_ARTIFACTS_PATH','MAX_GIT_META_DATA_SIZE_IN_BYTES','ERR_CONNECTION_FAILED','MAX_DRIVER_INIT_ERROR_BYTES','CONNECTIVITY_ISSUE_ERROR_CODES','https://api-cloud-devtestops.bsstag.com','self\x20signed\x20certificate','https://automate.browserstack.com/dashboard/v2/builds/','UNABLE_TO_VERIFY_LEAF_SIGNATURE','hub.browserstack.com','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','BSTACK_ATS_URL','disableAutoCaptureLogs','pre-prod','https://hub.browserstack.com/wd/hub','HELP','certificate\x20has\x20expired'];a79_0x3fcf=function(){return _0x67360d;};return a79_0x3fcf();}const _env=(process['env'][a79_0x51f58f(0x19e)]||'prod')[a79_0x51f58f(0x1c8)]();if(_env==='staging'||_env==='stag'){const wRrFKD=a79_0x51f58f(0x142)[a79_0x51f58f(0x1dd)]('|');let LuGyIy=0x0;while(!![]){switch(wRrFKD[LuGyIy++]){case'0':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x14c)]=a79_0x51f58f(0x184);continue;case'1':module['exports'][a79_0x51f58f(0x1e8)]=a79_0x51f58f(0x194);continue;case'2':module['exports'][a79_0x51f58f(0x1a2)]=a79_0x51f58f(0x11f);continue;case'3':module['exports'][a79_0x51f58f(0x12f)]=a79_0x51f58f(0x19c);continue;case'4':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1b1)]=a79_0x51f58f(0x1f6);continue;case'5':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1dc)]=a79_0x51f58f(0x1d0);continue;case'6':module['exports'][a79_0x51f58f(0x118)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module['exports'][a79_0x51f58f(0x112)]=a79_0x51f58f(0x127);continue;case'8':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x138)]=a79_0x51f58f(0x14a);continue;case'9':module['exports']['EDS_URL']=a79_0x51f58f(0x16c);continue;case'10':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x186)]=a79_0x51f58f(0x1d2);continue;case'11':module['exports'][a79_0x51f58f(0x199)]=a79_0x51f58f(0x135);continue;case'12':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x18a)]=a79_0x51f58f(0x1bf);continue;case'13':module['exports'][a79_0x51f58f(0x110)]=a79_0x51f58f(0x18b);continue;}break;}}else{if(_env==='preprod'||_env===a79_0x51f58f(0x1fe)){const DSZsEN=a79_0x51f58f(0x108)['split']('|');let MtoLSZ=0x0;while(!![]){switch(DSZsEN[MtoLSZ++]){case'0':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1dc)]=a79_0x51f58f(0x1d0);continue;case'1':module[a79_0x51f58f(0x122)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1e8)]=a79_0x51f58f(0x111);continue;case'3':module['exports'][a79_0x51f58f(0x199)]=a79_0x51f58f(0x1fb);continue;case'4':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a79_0x51f58f(0x147);continue;case'5':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1a2)]=a79_0x51f58f(0x185);continue;case'6':module['exports'][a79_0x51f58f(0x1ad)]=a79_0x51f58f(0x16c);continue;case'7':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x112)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module[a79_0x51f58f(0x122)]['DETOX_HUB_URL']=a79_0x51f58f(0x1df);continue;case'9':module[a79_0x51f58f(0x122)]['APP_UPLOAD_URL']='https://api-preprod.bsstag.com';continue;case'10':module['exports'][a79_0x51f58f(0x12f)]=a79_0x51f58f(0x164);continue;case'11':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x186)]='wss://cdp-preprod.bsstag.com/puppeteer?caps=';continue;case'12':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x14c)]=a79_0x51f58f(0x184);continue;case'13':module['exports'][a79_0x51f58f(0x138)]=a79_0x51f58f(0x1b0);continue;}break;}}}
1
+ const a79_0x4bf714=a79_0x3859;(function(_0x4f6fbb,_0x3395be){const _0x2d50a4=a79_0x3859,_0x2ebc3a=_0x4f6fbb();while(!![]){try{const _0x31543c=parseInt(_0x2d50a4(0x252))/0x1+parseInt(_0x2d50a4(0x283))/0x2+-parseInt(_0x2d50a4(0x22c))/0x3*(-parseInt(_0x2d50a4(0x239))/0x4)+-parseInt(_0x2d50a4(0x1eb))/0x5*(parseInt(_0x2d50a4(0x24b))/0x6)+-parseInt(_0x2d50a4(0x275))/0x7*(parseInt(_0x2d50a4(0x2c7))/0x8)+parseInt(_0x2d50a4(0x1cf))/0x9*(-parseInt(_0x2d50a4(0x23a))/0xa)+parseInt(_0x2d50a4(0x235))/0xb;if(_0x31543c===_0x3395be)break;else _0x2ebc3a['push'](_0x2ebc3a['shift']());}catch(_0x37e283){_0x2ebc3a['push'](_0x2ebc3a['shift']());}}}(a79_0x5436,0x53d7b));const a79_0x48a00d={};a79_0x48a00d['INFO']=a79_0x4bf714(0x2ab),a79_0x48a00d[a79_0x4bf714(0x236)]=a79_0x4bf714(0x22f);const a79_0x509414={};a79_0x509414[a79_0x4bf714(0x271)]='Run\x20jest\x20tests\x20on\x20browserstack';const a79_0x25509a={};a79_0x25509a[a79_0x4bf714(0x271)]=a79_0x4bf714(0x27f);const a79_0x4daf72={};a79_0x4daf72['INFO']=a79_0x4bf714(0x229);const a79_0x674656={};a79_0x674656['INFO']=a79_0x4bf714(0x29b);const a79_0x5a9d85={};a79_0x5a9d85[a79_0x4bf714(0x271)]=a79_0x4bf714(0x1e8);const a79_0x46478f={};a79_0x46478f[a79_0x4bf714(0x271)]=a79_0x4bf714(0x20a);const a79_0x3a4fca={};a79_0x3a4fca['INFO']=a79_0x4bf714(0x2b3);const a79_0x411126={};a79_0x411126['INFO']=a79_0x4bf714(0x2c9);const a79_0x56e68c={};a79_0x56e68c[a79_0x4bf714(0x271)]='Run\x20puppeteer\x20tests\x20on\x20BrowserStack';const a79_0x33ca0f={};a79_0x33ca0f[a79_0x4bf714(0x271)]=a79_0x4bf714(0x23b);const a79_0x257458={};function a79_0x3859(_0x1b57be,_0x2dae66){const _0x5436d6=a79_0x5436();return a79_0x3859=function(_0x38598d,_0x1fa98b){_0x38598d=_0x38598d-0x1ce;let _0x5e2336=_0x5436d6[_0x38598d];return _0x5e2336;},a79_0x3859(_0x1b57be,_0x2dae66);}a79_0x257458['INFO']='Run\x20detox\x20tests\x20on\x20browserstack';const a79_0x5409a7={};a79_0x5409a7['INFO']=a79_0x4bf714(0x221);const a79_0x37a7d4={};a79_0x37a7d4['INFO']=a79_0x4bf714(0x249);const a79_0x37ce08={};a79_0x37ce08[a79_0x4bf714(0x271)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a79_0x4a2c1c={};a79_0x4a2c1c[a79_0x4bf714(0x2c1)]=null,a79_0x4a2c1c[a79_0x4bf714(0x28a)]=0xe,a79_0x4a2c1c[a79_0x4bf714(0x24f)]=0x1a;const a79_0x96175a={};a79_0x96175a[a79_0x4bf714(0x228)]=a79_0x4bf714(0x21c),a79_0x96175a['MOCHA']=a79_0x4bf714(0x24e),a79_0x96175a['JEST']='jest',a79_0x96175a['CODECEPT']='codeceptjs',a79_0x96175a['CODECEPT_CUCUMBER']=a79_0x4bf714(0x1e0),a79_0x96175a['CUCUMBER']=a79_0x4bf714(0x288),a79_0x96175a[a79_0x4bf714(0x299)]=a79_0x4bf714(0x200),a79_0x96175a['PUPPETEER']=a79_0x4bf714(0x1d8),a79_0x96175a[a79_0x4bf714(0x23f)]=a79_0x4bf714(0x1f5),a79_0x96175a['NEWMAN']=a79_0x4bf714(0x210),a79_0x96175a['JASMINE']=a79_0x4bf714(0x21d),a79_0x96175a[a79_0x4bf714(0x26a)]=a79_0x4bf714(0x23c),a79_0x96175a['NODE_GENERIC']=a79_0x4bf714(0x226);const a79_0x244345={};a79_0x244345[a79_0x4bf714(0x22b)]=a79_0x4bf714(0x29c),a79_0x244345[a79_0x4bf714(0x1da)]=a79_0x4bf714(0x280),a79_0x244345['mandatoryDependency']=a79_0x4bf714(0x1f3),a79_0x244345[a79_0x4bf714(0x220)]=a79_0x4bf714(0x1e3);const a79_0x14882e={};a79_0x14882e['COMMONJS']=a79_0x4bf714(0x1e7),a79_0x14882e[a79_0x4bf714(0x2c4)]=a79_0x4bf714(0x2ce);const a79_0x228db5={};a79_0x228db5[a79_0x4bf714(0x20c)]=0xfde8,a79_0x228db5[a79_0x4bf714(0x1f1)]=0xfde8,a79_0x228db5[a79_0x4bf714(0x1db)]=0x186a0;const a79_0x428f80={};a79_0x428f80['root']=[a79_0x4bf714(0x20f),'accessKey',a79_0x4bf714(0x2c2),a79_0x4bf714(0x1d4),'browserstack.user',a79_0x4bf714(0x2a0),'password','user_data',a79_0x4bf714(0x219),'httpsProxy',a79_0x4bf714(0x2c6),'proxyPassword',a79_0x4bf714(0x1f8),'proxyUrl',a79_0x4bf714(0x231)],a79_0x428f80[a79_0x4bf714(0x1d2)]=[a79_0x4bf714(0x2a9),a79_0x4bf714(0x1dd),'localProxyUser',a79_0x4bf714(0x216)];const a79_0x3d3c9b={};a79_0x3d3c9b[a79_0x4bf714(0x251)]=a79_0x4bf714(0x251),a79_0x3d3c9b[a79_0x4bf714(0x1d2)]='browserStackLocalOptions',a79_0x3d3c9b[a79_0x4bf714(0x28d)]='browserStackLocalOptions',a79_0x3d3c9b[a79_0x4bf714(0x1d5)]=a79_0x4bf714(0x1d5),a79_0x3d3c9b[a79_0x4bf714(0x26b)]=a79_0x4bf714(0x26b),a79_0x3d3c9b[a79_0x4bf714(0x240)]=a79_0x4bf714(0x240),a79_0x3d3c9b[a79_0x4bf714(0x219)]=a79_0x4bf714(0x219),a79_0x3d3c9b[a79_0x4bf714(0x2bc)]=a79_0x4bf714(0x2bc),a79_0x3d3c9b[a79_0x4bf714(0x26c)]=a79_0x4bf714(0x26c),a79_0x3d3c9b[a79_0x4bf714(0x21b)]=a79_0x4bf714(0x21b),a79_0x3d3c9b['testObservability']=a79_0x4bf714(0x294),a79_0x3d3c9b['testReporting']=a79_0x4bf714(0x260),a79_0x3d3c9b[a79_0x4bf714(0x295)]='testObservabilityOptions',a79_0x3d3c9b['testReportingOptions']=a79_0x4bf714(0x27d),a79_0x3d3c9b['customVariables']=a79_0x4bf714(0x2c6),a79_0x3d3c9b[a79_0x4bf714(0x2ac)]=a79_0x4bf714(0x29d),a79_0x3d3c9b[a79_0x4bf714(0x29d)]=a79_0x4bf714(0x29d),a79_0x3d3c9b[a79_0x4bf714(0x291)]=a79_0x4bf714(0x291),a79_0x3d3c9b[a79_0x4bf714(0x2a1)]=a79_0x4bf714(0x2a1),a79_0x3d3c9b[a79_0x4bf714(0x293)]=a79_0x4bf714(0x293),a79_0x3d3c9b[a79_0x4bf714(0x253)]=a79_0x4bf714(0x253),a79_0x3d3c9b['disableAutoCaptureLogs']=a79_0x4bf714(0x1fd),a79_0x3d3c9b[a79_0x4bf714(0x28b)]=a79_0x4bf714(0x28b),a79_0x3d3c9b[a79_0x4bf714(0x206)]=a79_0x4bf714(0x206),a79_0x3d3c9b[a79_0x4bf714(0x277)]=a79_0x4bf714(0x277),a79_0x3d3c9b['turboScaleOptions']='turboScaleOptions',a79_0x3d3c9b[a79_0x4bf714(0x201)]='proxySettings',a79_0x3d3c9b[a79_0x4bf714(0x29a)]=a79_0x4bf714(0x29a);const a79_0x2f6d70={};a79_0x2f6d70[a79_0x4bf714(0x21e)]=a79_0x4bf714(0x2a5),a79_0x2f6d70[a79_0x4bf714(0x2b6)]='hub-use-only.browserstack.com',a79_0x2f6d70['us']=a79_0x4bf714(0x292),a79_0x2f6d70['eu']='hub-eu-only.browserstack.com',a79_0x2f6d70['in']=a79_0x4bf714(0x1ef),a79_0x2f6d70['au']=a79_0x4bf714(0x211);const a79_0xeaeae={};a79_0xeaeae['.browserstack\x20folder\x20not\x20accessible']=[a79_0x4bf714(0x269),a79_0x4bf714(0x24c)];const a79_0x17e942={};a79_0x17e942['SIGHUP']=0x1,a79_0x17e942['SIGINT']=0x2,a79_0x17e942[a79_0x4bf714(0x286)]=0x3,a79_0x17e942[a79_0x4bf714(0x2b9)]=0x6,a79_0x17e942[a79_0x4bf714(0x213)]=0xf,a79_0x17e942[a79_0x4bf714(0x21a)]=0x15;function a79_0x5436(){const _0x390ea8=['O11Y_URL','wss://detox-devtestops.bsstag.com/init','4683360jFuoGo','HELP','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ieOptions','258640wGswvT','2420JQzLGK','Run\x20codeceptjs\x20tests\x20on\x20browserstack','detox','VERSION','SDK_INSTRUMENTATION_CONFIG','TESTCAFE','logLevel','BINARY_BUSY_ERROR_CODES','.ipa','unable\x20to\x20get\x20local\x20issuer\x20certificate','REDACTED_KEYS','LT_SUPPORTED_NODE','FUNNEL_INSTRUMENTATION_API_URL','browserstack.com','edgeOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','split','12lpqTjQ','[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.','LOG_FILE_NAME','mocha','maxTestedMajor','exports','browserstackLocal','415439pUoLtW','percyCaptureMode','env','acceptSslCerts','BSTACK_ATS_URL','AUTOLOGCAPTURE_NOTIFICATION','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','preprod','UPDATED_CLI_ENDPOINT','SHAREABLE_ID_REGEX','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','CLI_LOG_FILE_NAME','A11Y_GET_RESULTS','CUCUMBER','testReporting','wss://cdp.browserstack.com/puppeteer?caps=','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','NEWMAN','OBSERVABILITY_UPLOAD_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','ERR_SOCKS_CONNECTION_FAILED','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','SSL_ERROR_CODES','SDK-GEN-001','DETOX','platforms','framework','EBUSY','selenium-webdriver','JEST','percyScreenshot','INFO','hubUrl','GLOBAL_AGENT_HTTP_PROXY','/usage-debug.log','26096DXQOia','EDS_URL','turboScale','ERR_NETWORK_CHANGED','browserstack','sdk-cli-debug.log','CLI_SUPPORTED_FRAMEWORKS','https://automation.browserstack.com','testReportingOptions','timeouts','Run\x20jasmine\x20tests\x20on\x20browserstack','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','CI_ARTIFACTS_PATH','BROWSERSTACK_ENV','300212vwpJST','.apk','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','SIGQUIT','app-automate','cucumber','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','minTestedMajor','accessibility','wss://detox.browserstack.com/init','localOptions','https://upload-observability.browserstack.com','/usage.log','CLIENT_TROUBLESHOOTING_HASH','rerunTests','hub-us-only.browserstack.com','percyOptions','testObservability','testObservabilityOptions','https://api-preprod.bsstag.com','OBSERVABILITY_SUPPORTED_FWS','https://api-cloud-devtestops.bsstag.com','VANILLA','testOrchestrationOptions','Run\x20cucumber-js\x20tests\x20on\x20browserstack','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserstackAutomation','ERR_NAME_NOT_RESOLVED','BROWSERSTACK_APP_AUTOMATE_URL','browserstack.key','percy','ERR_TIMED_OUT','unhandledPromptBehavior','ROOT_CAPS','hub.browserstack.com','browserstack-ats.com','acceptSslCert','ObservabilitySync','proxyUser','firefoxOptions','shows\x20version\x20information','automation','sdk/v1/update_cli','browserVersion','https://upload-observability-preprod.bsstag.com','ATS_HUB_URL_REGEX','NIGHTWATCH','https://hub-devtestops.bsstag.com/wd/hub','Run\x20playwright\x20tests\x20on\x20Browserstack','strictFileInteractability','9|13|4|2|11|10|7|6|5|1|8|12|0|3','us-east','ERR_TLS_CERT_ALTNAME_INVALID','https://automate.browserstack.com/dashboard/v2/builds/','SIGABRT','CONNECTIVITY_ISSUE_ERROR_CODES','SIGNAL_EXIT_CODES','httpsProxy','wss://cdp-preprod.bsstag.com/puppeteer?caps=','ERR_FAILED','ERR_PROXY_CONNECTION_FAILED','PLAYWRIGHT_TRACE_LOGS','hardMinMajor','browserstack.userName','wss://cdp.browserstack.com/playwright?caps=','MODULE','...[TRUNCATED]','customVariables','584eZswFR','HUB_URL_REGEX','Run\x20testcafe\x20tests\x20on\x20browserstack','TEST_REPORTING_ANALYTICS','BSTACK_URL','BROWSERSTACK_API_URL','PLAYWRIGHT_HUB_URL','module','.aab','HST','bsstag.com','11331TsaqQd','https://edsstaging.bsstag.com','DEBUG_LOG_FILE_NAME','browserStackLocalOptions','unable\x20to\x20verify\x20the\x20first\x20certificate','browserstack.accessKey','parallelsPerPlatform','A11Y_SAVE_RESULTS','PUPPETEER_HUB_URL','puppeteer','TEST_FRAMEWORK_HOOK_TIMEOUT','uniqueDependency','Jest','CODECEPTJS','proxyPass','ERR_ADDRESS_UNREACHABLE','MOCHA','codeceptjs-cucumber','AUTOMATION_LOG_COMMANDS','sdk/v1/event','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','DEPTH_ZERO_SELF_SIGNED_CERT','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','AUTOMATE_PRODUCTS','commonjs','Run\x20js\x20tests\x20on\x20browserstack','ERR_ADDRESS_INVALID','PACKAGE_TYPE','985910BKXeWr','ERR_CONNECTION_TIMED_OUT','prod','^[a-zA-Z0-9_.-]*$','hub-aps-only.browserstack.com','https://apidevtestops.bsstag.com','Cucumber-JS','GIT_META_DATA_TRUNCATED','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','UNABLE_TO_VERIFY_LEAF_SIGNATURE','testcafe','AUTOMATE','stag','authToken','https://eds.browserstack.com','jest','ERR_CONNECTION_REFUSED','wss://cdp-devtestops.bsstag.com/playwright?caps=','disableAutoCaptureLogs','ERR_SOCKET_NOT_CONNECTED','GLOBAL_AGENT_NO_PROXY','vanilla','proxySettings','DETOX_HUB_URL','https://upload-observability-devtestops-ssi.bsstag.com','https://automation-preprod.bsstag.com','ERR_CONNECTION_FAILED','accessibilityOptions','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','SELF_SIGNED_CERT_IN_CHAIN','INTERNALLY_USED_ENV_VARS','Run\x20nightwatch\x20tests\x20on\x20browserstack','PRIVATE_DOMAIN_OR_IP_REGEX','Mocha','https://hub-preprod.bsstag.com/wd/hub','acceptInsecureCerts','userName','newman','hub-apse-only.browserstack.com','playwright','SIGTERM','ERR_CONNECTION_CLOSED','toLowerCase','localProxyPass','NUDGE_LOCAL_ERRORS','ERR_CONNECTION_RESET','httpProxy','SIGBREAK','testContextOptions','Playwright','jasmine','default','ERR_NAME_RESOLUTION_FAILED','invalidTestInputType','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','BROWSERSTACK_AUTOMATE_URL','BROWSERSTACK','https://automate-preprod.bsstag.com/dashboard/v2/builds/','observability','node-generic','A11Y_GET_RESULTS_SUMMARY','PLAYWRIGHT','Run\x20mocha\x20tests\x20on\x20browserstack','MAX_SPAWN_RETRIES','invalidKeys','15ncToeR','staging','https://hub.browserstack.com/wd/hub','Specify\x20--help\x20for\x20available\x20options','bsstag','browserstack.overridelocalInfo.userAuthToken','automate'];a79_0x5436=function(){return _0x390ea8;};return a79_0x5436();}const a79_0x57fe01={};a79_0x57fe01[a79_0x4bf714(0x23d)]=a79_0x48a00d,a79_0x57fe01[a79_0x4bf714(0x26f)]=a79_0x509414,a79_0x57fe01['JASMINE']=a79_0x25509a,a79_0x57fe01[a79_0x4bf714(0x1df)]=a79_0x4daf72,a79_0x57fe01[a79_0x4bf714(0x25f)]=a79_0x674656,a79_0x57fe01[a79_0x4bf714(0x299)]=a79_0x5a9d85,a79_0x57fe01[a79_0x4bf714(0x2b1)]=a79_0x46478f,a79_0x57fe01[a79_0x4bf714(0x228)]=a79_0x3a4fca,a79_0x57fe01[a79_0x4bf714(0x23f)]=a79_0x411126,a79_0x57fe01['PUPPETEER']=a79_0x56e68c,a79_0x57fe01[a79_0x4bf714(0x1dc)]=a79_0x33ca0f,a79_0x57fe01[a79_0x4bf714(0x26a)]=a79_0x257458,a79_0x57fe01[a79_0x4bf714(0x263)]=a79_0x5409a7,a79_0x57fe01[a79_0x4bf714(0x2d0)]=a79_0x37a7d4,a79_0x57fe01['INTEGRATIONS']=a79_0x37ce08,a79_0x57fe01['BSTACK_DELTA']=0x8*0x3c*0x3e8,a79_0x57fe01[a79_0x4bf714(0x272)]=a79_0x4bf714(0x22e),a79_0x57fe01[a79_0x4bf714(0x2c8)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a79_0x57fe01[a79_0x4bf714(0x2b0)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a79_0x57fe01['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a79_0x57fe01[a79_0x4bf714(0x2a4)]=[a79_0x4bf714(0x20e),'pageLoadStrategy',a79_0x4bf714(0x2b4),a79_0x4bf714(0x2a3),a79_0x4bf714(0x27e),'browserName',a79_0x4bf714(0x2ae),a79_0x4bf714(0x255),a79_0x4bf714(0x2a7),'chromeOptions',a79_0x4bf714(0x2aa),a79_0x4bf714(0x248),a79_0x4bf714(0x238)],a79_0x57fe01['ROOT_REGEX']=/^[\w-]+:.*$/,a79_0x57fe01[a79_0x4bf714(0x20b)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a79_0x57fe01['EDS_URL']=a79_0x4bf714(0x1f9),a79_0x57fe01[a79_0x4bf714(0x2cc)]='https://api.browserstack.com',a79_0x57fe01['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a79_0x57fe01[a79_0x4bf714(0x25a)]=a79_0x4bf714(0x2ad),a79_0x57fe01[a79_0x4bf714(0x245)]=a79_0x4a2c1c,a79_0x57fe01[a79_0x4bf714(0x246)]=a79_0x4bf714(0x1e2),a79_0x57fe01[a79_0x4bf714(0x1e6)]=[a79_0x4bf714(0x232),a79_0x4bf714(0x225)],a79_0x57fe01['APP_AUTOMATE_PRODUCTS']=[a79_0x4bf714(0x287),a79_0x4bf714(0x225)],a79_0x57fe01[a79_0x4bf714(0x289)]=[a79_0x4bf714(0x225)],a79_0x57fe01[a79_0x4bf714(0x264)]=a79_0x4bf714(0x28e),a79_0x57fe01[a79_0x4bf714(0x297)]=[a79_0x4bf714(0x24e),'Playwright','testcafe',a79_0x4bf714(0x21d)],a79_0x57fe01[a79_0x4bf714(0x1f6)]=['automate'],a79_0x57fe01[a79_0x4bf714(0x222)]=a79_0x4bf714(0x2b8),a79_0x57fe01[a79_0x4bf714(0x29f)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a79_0x57fe01['APP_AUTOMATE']=['app-automate'],a79_0x57fe01[a79_0x4bf714(0x217)]=[a79_0x4bf714(0x2be),a79_0x4bf714(0x2a2),'ERR_BLOCKED_BY_CLIENT',a79_0x4bf714(0x278),a79_0x4bf714(0x1fe),a79_0x4bf714(0x214),a79_0x4bf714(0x218),a79_0x4bf714(0x1fb),'ERR_CONNECTION_ABORTED',a79_0x4bf714(0x205),'ERR_NAME_NOT_RESOLVED',a79_0x4bf714(0x1e9),a79_0x4bf714(0x1de),'ERR_TUNNEL_CONNECTION_FAILED',a79_0x4bf714(0x1ec),a79_0x4bf714(0x266),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a79_0x4bf714(0x2bf),a79_0x4bf714(0x29e),a79_0x4bf714(0x21f),a79_0x4bf714(0x25c)],a79_0x57fe01['VALID_APP_EXTENSION']=[a79_0x4bf714(0x284),a79_0x4bf714(0x2cf),a79_0x4bf714(0x242)],a79_0x57fe01['CUSTOM_ID_REGEX']=a79_0x4bf714(0x1ee),a79_0x57fe01[a79_0x4bf714(0x25b)]=a79_0x4bf714(0x262),a79_0x57fe01[a79_0x4bf714(0x281)]='./browserstack-artifacts/',a79_0x57fe01[a79_0x4bf714(0x2cd)]=a79_0x4bf714(0x2c3),a79_0x57fe01['PUPPETEER_HUB_URL']=a79_0x4bf714(0x261),a79_0x57fe01[a79_0x4bf714(0x202)]=a79_0x4bf714(0x28c),a79_0x57fe01['FRAMEWORKS']=a79_0x96175a,a79_0x57fe01['PERCY_SUPPORTED_FRAMEWORKS']=[a79_0x4bf714(0x1fa),a79_0x4bf714(0x24e)],a79_0x57fe01['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a79_0x244345,a79_0x57fe01[a79_0x4bf714(0x257)]=a79_0x4bf714(0x237),a79_0x57fe01[a79_0x4bf714(0x1ea)]=a79_0x14882e,a79_0x57fe01['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a79_0x57fe01[a79_0x4bf714(0x1f2)]=a79_0x4bf714(0x2c5),a79_0x57fe01[a79_0x4bf714(0x1d9)]=a79_0x228db5,a79_0x57fe01[a79_0x4bf714(0x244)]=a79_0x428f80,a79_0x57fe01[a79_0x4bf714(0x23e)]=a79_0x3d3c9b,a79_0x57fe01[a79_0x4bf714(0x24d)]=a79_0x4bf714(0x28f),a79_0x57fe01[a79_0x4bf714(0x1d1)]=a79_0x4bf714(0x274),a79_0x57fe01['DEBUG_CLI_LOG_FILE_NAME']=a79_0x4bf714(0x27a),a79_0x57fe01[a79_0x4bf714(0x25d)]='sdk-cli.log',a79_0x57fe01[a79_0x4bf714(0x2cb)]=a79_0x4bf714(0x247),a79_0x57fe01[a79_0x4bf714(0x256)]=a79_0x4bf714(0x2a6),a79_0x57fe01[a79_0x4bf714(0x233)]=a79_0x4bf714(0x27c),a79_0x57fe01[a79_0x4bf714(0x2ca)]=a79_0x4bf714(0x265),a79_0x57fe01[a79_0x4bf714(0x223)]=a79_0x4bf714(0x279),a79_0x57fe01[a79_0x4bf714(0x27b)]=[a79_0x4bf714(0x212),a79_0x4bf714(0x288),a79_0x4bf714(0x1fa),a79_0x4bf714(0x1d8),'testcafe','newman',a79_0x4bf714(0x23c),a79_0x4bf714(0x226),a79_0x4bf714(0x24e),a79_0x4bf714(0x26e)],a79_0x57fe01[a79_0x4bf714(0x1e1)]=['A11Y_SCAN',a79_0x4bf714(0x227),a79_0x4bf714(0x25e),a79_0x4bf714(0x1d6),a79_0x4bf714(0x270),a79_0x4bf714(0x2a8)],a79_0x57fe01[a79_0x4bf714(0x2c0)]='PLAYWRIGHT_TRACE_LOGS',a79_0x57fe01['HUB_URL_MAP']=a79_0x2f6d70,a79_0x57fe01['SSL_ERROR_MESSAGES']=['self\x20signed\x20certificate',a79_0x4bf714(0x1d3),'certificate\x20has\x20expired',a79_0x4bf714(0x243),a79_0x4bf714(0x2b7),a79_0x4bf714(0x1e4)],a79_0x57fe01[a79_0x4bf714(0x268)]=[a79_0x4bf714(0x208),'DEPTH_ZERO_SELF_SIGNED_CERT',a79_0x4bf714(0x1f4),'CERT_HAS_EXPIRED','ERR_TLS_CERT_ALTNAME_INVALID',a79_0x4bf714(0x258)],a79_0x57fe01[a79_0x4bf714(0x2ba)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a79_0x57fe01[a79_0x4bf714(0x290)]=a79_0xeaeae,a79_0x57fe01[a79_0x4bf714(0x209)]=[a79_0x4bf714(0x273),a79_0x4bf714(0x1ff),'USER_CONFIG_DETAILS_PATH'],a79_0x57fe01[a79_0x4bf714(0x241)]=['ETXTBSY',a79_0x4bf714(0x26d)],a79_0x57fe01[a79_0x4bf714(0x22a)]=0x3,a79_0x57fe01['SPAWN_RETRY_DELAY_MS']=0x3e8,a79_0x57fe01['MAX_DRIVER_INIT_ERROR_BYTES']=0x1f40,a79_0x57fe01[a79_0x4bf714(0x2bb)]=a79_0x17e942,module[a79_0x4bf714(0x250)]=a79_0x57fe01;const _env=(process[a79_0x4bf714(0x254)][a79_0x4bf714(0x282)]||a79_0x4bf714(0x1ed))[a79_0x4bf714(0x215)]();if(_env===a79_0x4bf714(0x22d)||_env===a79_0x4bf714(0x1f7)){const qBOVPN='13|6|1|8|11|5|9|7|12|0|3|2|4|10'[a79_0x4bf714(0x24a)]('|');let DwrNkM=0x0;while(!![]){switch(qBOVPN[DwrNkM++]){case'0':module[a79_0x4bf714(0x250)]['BSTACK_URL']=a79_0x4bf714(0x1ce);continue;case'1':module['exports'][a79_0x4bf714(0x2c8)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a79_0x4bf714(0x250)]['OBSERVABILITY_UPLOAD_URL']=a79_0x4bf714(0x203);continue;case'3':module['exports'][a79_0x4bf714(0x233)]='https://observability-devtestops.bsstag.com';continue;case'4':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x276)]=a79_0x4bf714(0x1d0);continue;case'5':module[a79_0x4bf714(0x250)]['APP_UPLOAD_URL']=a79_0x4bf714(0x298);continue;case'6':module['exports'][a79_0x4bf714(0x2cc)]=a79_0x4bf714(0x1f0);continue;case'7':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x1d7)]=a79_0x4bf714(0x1e5);continue;case'8':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x222)]=a79_0x4bf714(0x285);continue;case'9':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x2cd)]=a79_0x4bf714(0x1fc);continue;case'10':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x223)]='bsstag';continue;case'11':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x29f)]=a79_0x4bf714(0x267);continue;case'12':module[a79_0x4bf714(0x250)]['DETOX_HUB_URL']=a79_0x4bf714(0x234);continue;case'13':module[a79_0x4bf714(0x250)]['hubUrl']=a79_0x4bf714(0x2b2);continue;}break;}}else{if(_env===a79_0x4bf714(0x259)||_env==='pre-prod'){const BdWGhC=a79_0x4bf714(0x2b5)['split']('|');let iqrXMa=0x0;while(!![]){switch(BdWGhC[iqrXMa++]){case'0':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x276)]=a79_0x4bf714(0x1d0);continue;case'1':module['exports'][a79_0x4bf714(0x2cb)]='bsstag.com';continue;case'2':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x222)]=a79_0x4bf714(0x224);continue;case'3':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x223)]=a79_0x4bf714(0x230);continue;case'4':module['exports'][a79_0x4bf714(0x2c8)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x202)]='wss://detox-preprod.bsstag.com/init';continue;case'6':module[a79_0x4bf714(0x250)]['PUPPETEER_HUB_URL']=a79_0x4bf714(0x2bd);continue;case'7':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x2cd)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module['exports'][a79_0x4bf714(0x233)]=a79_0x4bf714(0x204);continue;case'9':module['exports'][a79_0x4bf714(0x272)]=a79_0x4bf714(0x20d);continue;case'10':module[a79_0x4bf714(0x250)]['APP_UPLOAD_URL']=a79_0x4bf714(0x296);continue;case'11':module[a79_0x4bf714(0x250)]['BROWSERSTACK_APP_AUTOMATE_URL']=a79_0x4bf714(0x207);continue;case'12':module[a79_0x4bf714(0x250)][a79_0x4bf714(0x264)]=a79_0x4bf714(0x2af);continue;case'13':module['exports']['BROWSERSTACK_API_URL']='https://api-preprod.bsstag.com';continue;}break;}}}