browserstack-node-sdk 1.66.2 → 1.66.3

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 (220) 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/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 'use strict';const a73_0x18b9d4=a73_0xb13d;(function(_0x12c336,_0x599ac4){const _0x248338=a73_0xb13d,_0x5ba64a=_0x12c336();while(!![]){try{const _0x39ed35=parseInt(_0x248338(0x1e7))/0x1+parseInt(_0x248338(0x207))/0x2+parseInt(_0x248338(0x1f8))/0x3+parseInt(_0x248338(0x1cd))/0x4+parseInt(_0x248338(0x1f9))/0x5+parseInt(_0x248338(0x209))/0x6+-parseInt(_0x248338(0x1eb))/0x7;if(_0x39ed35===_0x599ac4)break;else _0x5ba64a['push'](_0x5ba64a['shift']());}catch(_0xc9c67d){_0x5ba64a['push'](_0x5ba64a['shift']());}}}(a73_0x3acf,0x71fc3));function a73_0xb13d(_0x40dec6,_0x557e46){const _0x3acf71=a73_0x3acf();return a73_0xb13d=function(_0xb13d71,_0x3e1993){_0xb13d71=_0xb13d71-0x1c9;let _0x4bf910=_0x3acf71[_0xb13d71];return _0x4bf910;},a73_0xb13d(_0x40dec6,_0x557e46);}const got=require(a73_0x18b9d4(0x1fc)),logger=require('../../helpers/logger')[a73_0x18b9d4(0x1fa)],{BROWSERSTACK_API_URL}=require(a73_0x18b9d4(0x1fe)),_entries=[];function register(_0x3719cf){const _0x284a8e=a73_0x18b9d4,_0x230004={};_0x230004[_0x284a8e(0x1f4)]='failed',_0x230004[_0x284a8e(0x1d7)]=_0x284a8e(0x1f3);const _0x20495c=_0x230004,_0x340626={'status':_0x20495c[_0x284a8e(0x1f4)],'reason':_0x20495c[_0x284a8e(0x1d7)],..._0x3719cf};_entries[_0x284a8e(0x1d3)](_0x340626);}function listEntries(){const _0x4918d1=a73_0x18b9d4;return _entries[_0x4918d1(0x1e1)]();}function markStatus(_0x34e947,_0x43f3ec,_0x5ae882){const _0x5b0534=a73_0x18b9d4,_0x367e96={};_0x367e96[_0x5b0534(0x205)]=function(_0x588635,_0x1ec115){return _0x588635===_0x1ec115;};const _0x111f4e=_0x367e96;for(const _0x46f529 of _entries){if(_0x111f4e[_0x5b0534(0x205)](_0x46f529[_0x5b0534(0x204)],_0x34e947))return _0x46f529[_0x5b0534(0x1ef)]=_0x43f3ec,_0x5ae882&&(_0x46f529[_0x5b0534(0x1e2)]=_0x5ae882),!![];}return![];}function _resolveCreds(_0x434b4a){const _0xea5f41=a73_0x18b9d4,_0x19c016={'CJIjr':function(_0x4e4f85,_0x5049fc){return _0x4e4f85(_0x5049fc);},'iVKDG':function(_0x2705f3,_0x2a8f93){return _0x2705f3(_0x2a8f93);}};try{if(_0x434b4a){const _0x412944=_0x19c016[_0xea5f41(0x1cb)](String,_0x434b4a)[_0xea5f41(0x1f7)](),_0x252ad8=/^https?:\/\//i['test'](_0x412944)?_0x412944:_0xea5f41(0x1ea)+_0x412944[_0xea5f41(0x1ff)](/^\/+/,''),_0x53d1c5=new URL(_0x252ad8);if(_0x53d1c5[_0xea5f41(0x1ce)]||_0x53d1c5[_0xea5f41(0x206)])return{'username':_0x19c016['iVKDG'](decodeURIComponent,_0x53d1c5[_0xea5f41(0x1ce)]||''),'password':_0x19c016['iVKDG'](decodeURIComponent,_0x53d1c5[_0xea5f41(0x206)]||'')};}}catch(_0x20c112){}const _0x5aac3a={};return _0x5aac3a[_0xea5f41(0x1ce)]=process[_0xea5f41(0x1f6)]['BROWSERSTACK_USERNAME']||'',_0x5aac3a[_0xea5f41(0x206)]=process[_0xea5f41(0x1f6)][_0xea5f41(0x1e4)]||'',_0x5aac3a;}async function _markViaRestApi(_0x51eceb){const _0x3a8166=a73_0x18b9d4,_0x4911a9={'zIXIh':function(_0x593577,_0x159213){return _0x593577(_0x159213);},'gxgGe':function(_0x243d01,_0x37c173){return _0x243d01||_0x37c173;},'AmQFe':_0x3a8166(0x1e3),'UAGmK':_0x3a8166(0x1d6),'GpKsk':function(_0x2424e1,_0x549bdb){return _0x2424e1>=_0x549bdb;},'rWGJJ':function(_0x460236,_0x3e6fab){return _0x460236<_0x3e6fab;}},{username:_0x1f5668,password:_0x63e096}=_0x4911a9['zIXIh'](_resolveCreds,_0x51eceb[_0x3a8166(0x1f0)]);if(_0x4911a9[_0x3a8166(0x1dc)](!_0x1f5668,!_0x63e096))return logger[_0x3a8166(0x1f2)](_0x3a8166(0x1df)+_0x51eceb['sessionId']+_0x3a8166(0x201)),![];const _0x1d60df=BROWSERSTACK_API_URL+'/automate/sessions/'+_0x51eceb[_0x3a8166(0x1d9)]+_0x3a8166(0x1dd);try{const _0x4868ab={};_0x4868ab[_0x3a8166(0x1ef)]=_0x51eceb[_0x3a8166(0x1ef)]||_0x4911a9[_0x3a8166(0x1c9)],_0x4868ab[_0x3a8166(0x1e2)]=_0x51eceb[_0x3a8166(0x1e2)]||'';const _0x1e70cb={};_0x1e70cb['request']=0x7530;const _0x352183={};_0x352183['username']=_0x1f5668,_0x352183[_0x3a8166(0x206)]=_0x63e096,_0x352183['json']=_0x4868ab,_0x352183[_0x3a8166(0x1da)]=_0x4911a9[_0x3a8166(0x1f5)],_0x352183['throwHttpErrors']=![],_0x352183[_0x3a8166(0x1e6)]=_0x1e70cb;const _0xae7366=await got[_0x3a8166(0x1cf)](_0x1d60df,_0x352183);if(_0x4911a9['GpKsk'](_0xae7366[_0x3a8166(0x1d2)],0xc8)&&_0x4911a9[_0x3a8166(0x1d0)](_0xae7366[_0x3a8166(0x1d2)],0x12c))return logger[_0x3a8166(0x1ed)](_0x3a8166(0x1f1)+_0x51eceb[_0x3a8166(0x1ef)]+')\x20OK\x20for\x20'+_0x51eceb[_0x3a8166(0x1d9)]),!![];return logger['warn']('[session-registry]\x20REST\x20mark\x20HTTP\x20'+_0xae7366[_0x3a8166(0x1d2)]+_0x3a8166(0x1ee)+_0x51eceb[_0x3a8166(0x1d9)]+':\x20'+JSON['stringify'](_0xae7366[_0x3a8166(0x1de)])[_0x3a8166(0x1e1)](0x0,0xc8)),![];}catch(_0x55439d){return logger[_0x3a8166(0x1f2)](_0x3a8166(0x1e9)+_0x51eceb[_0x3a8166(0x1d9)]+':\x20'+_0x55439d[_0x3a8166(0x1ec)]),![];}}async function quitAll(){const _0x3720ea=a73_0x18b9d4,_0x5b5055={'fXHnn':function(_0x5cd2b5,_0x576e55){return _0x5cd2b5===_0x576e55;},'yNoGy':_0x3720ea(0x20a),'UrXXR':_0x3720ea(0x1d1),'aZMBF':'failed','PIMqF':function(_0x3812f5,_0x44307a){return _0x3812f5(_0x44307a);}};try{for(const _0x2948cf of _entries){let _0x5db401=![];try{if(_0x2948cf[_0x3720ea(0x1ca)]&&_0x5b5055['fXHnn'](typeof _0x2948cf[_0x3720ea(0x1ca)][_0x3720ea(0x1e0)],_0x5b5055[_0x3720ea(0x1d5)])){const _0x14026a={};_0x14026a[_0x3720ea(0x1e8)]=_0x5b5055['UrXXR'],_0x14026a[_0x3720ea(0x1fb)]={},_0x14026a[_0x3720ea(0x1fb)]['status']=_0x2948cf[_0x3720ea(0x1ef)]||_0x5b5055[_0x3720ea(0x202)],_0x14026a[_0x3720ea(0x1fb)][_0x3720ea(0x1e2)]=_0x2948cf[_0x3720ea(0x1e2)]||'';const _0x165e29='browserstack_executor:\x20'+JSON['stringify'](_0x14026a);await _0x2948cf['driver'][_0x3720ea(0x1e0)](_0x165e29),_0x5db401=!![],logger[_0x3720ea(0x1ed)]('[session-registry]\x20executeScript\x20setSessionStatus('+_0x2948cf[_0x3720ea(0x1ef)]+_0x3720ea(0x208)+_0x2948cf[_0x3720ea(0x1d9)]);}}catch(_0x5b5ce8){logger['warn'](_0x3720ea(0x1d4)+_0x2948cf[_0x3720ea(0x1d9)]+_0x3720ea(0x1cc)+_0x5b5ce8[_0x3720ea(0x1ec)]);}!_0x5db401&&await _0x5b5055[_0x3720ea(0x1e5)](_markViaRestApi,_0x2948cf);try{_0x2948cf['driver']&&_0x5b5055['fXHnn'](typeof _0x2948cf['driver'][_0x3720ea(0x1d8)],_0x5b5055[_0x3720ea(0x1d5)])&&await _0x2948cf[_0x3720ea(0x1ca)]['quit']();}catch(_0x8d5169){logger[_0x3720ea(0x1f2)](_0x3720ea(0x1db)+_0x2948cf['sessionId']+':\x20'+_0x8d5169['message']);}}}finally{_entries[_0x3720ea(0x1fd)]=0x0;}}const a73_0x3d97d0={};a73_0x3d97d0[a73_0x18b9d4(0x200)]=register,a73_0x3d97d0['listEntries']=listEntries,a73_0x3d97d0['markStatus']=markStatus,a73_0x3d97d0['quitAll']=quitAll,module[a73_0x18b9d4(0x203)]=a73_0x3d97d0;function a73_0x3acf(){const _0x36d459=['action','[session-registry]\x20REST\x20mark\x20failed\x20for\x20','https://','16559277KxNBDy','message','info','\x20for\x20','status','hubUrl','[session-registry]\x20REST\x20setSessionStatus(','warn','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','NAZPN','UAGmK','env','trim','1548756MxpqRL','2132705SKlAqY','winstonLogger','arguments','got','length','../utils/constants','replace','register',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','aZMBF','exports','platformIndex','OurUK','password','1361078PRscNC',')\x20OK\x20for\x20','947292ljxlzs','function','AmQFe','driver','CJIjr','\x20(will\x20retry\x20via\x20REST):\x20','2877768vodeGq','username','put','rWGJJ','setSessionStatus','statusCode','push','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','yNoGy','json','lIBlN','quit','sessionId','responseType','[session-registry]\x20driver.quit\x20failed\x20for\x20','gxgGe','.json','body','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','executeScript','slice','reason','failed','BROWSERSTACK_ACCESS_KEY','PIMqF','timeout','331838MQFwzX'];a73_0x3acf=function(){return _0x36d459;};return a73_0x3acf();}
1
+ 'use strict';const a73_0x1800b6=a73_0x232b;(function(_0x56b4ac,_0x215009){const _0x1c83a2=a73_0x232b,_0x36d8d7=_0x56b4ac();while(!![]){try{const _0x1abacf=-parseInt(_0x1c83a2(0x1fb))/0x1*(-parseInt(_0x1c83a2(0x1f2))/0x2)+-parseInt(_0x1c83a2(0x1ec))/0x3+parseInt(_0x1c83a2(0x22b))/0x4*(parseInt(_0x1c83a2(0x210))/0x5)+parseInt(_0x1c83a2(0x227))/0x6+-parseInt(_0x1c83a2(0x1e9))/0x7*(-parseInt(_0x1c83a2(0x221))/0x8)+-parseInt(_0x1c83a2(0x208))/0x9+-parseInt(_0x1c83a2(0x21f))/0xa*(parseInt(_0x1c83a2(0x217))/0xb);if(_0x1abacf===_0x215009)break;else _0x36d8d7['push'](_0x36d8d7['shift']());}catch(_0x310224){_0x36d8d7['push'](_0x36d8d7['shift']());}}}(a73_0xf566,0xcb02b));function a73_0x232b(_0x5b9ace,_0x221a16){const _0xf566f5=a73_0xf566();return a73_0x232b=function(_0x232bf7,_0x4bbc8f){_0x232bf7=_0x232bf7-0x1e9;let _0x14fbf8=_0xf566f5[_0x232bf7];return _0x14fbf8;},a73_0x232b(_0x5b9ace,_0x221a16);}const got=require(a73_0x1800b6(0x22a)),logger=require(a73_0x1800b6(0x229))[a73_0x1800b6(0x21a)],{BROWSERSTACK_API_URL}=require('../utils/constants'),_entries=[];function register(_0x864822){const _0x2391cb=a73_0x1800b6,_0x59eceb={};_0x59eceb[_0x2391cb(0x214)]=_0x2391cb(0x1fc),_0x59eceb[_0x2391cb(0x1fd)]=_0x2391cb(0x21d);const _0x3df21f=_0x59eceb,_0x24811a={'status':_0x3df21f['WCMKO'],'reason':_0x3df21f[_0x2391cb(0x1fd)],..._0x864822};_entries[_0x2391cb(0x216)](_0x24811a);}function listEntries(){const _0x8be6b3=a73_0x1800b6;return _entries[_0x8be6b3(0x1f0)]();}function markStatus(_0x2b84ab,_0x18df8a,_0x583bd0){const _0x44c463=a73_0x1800b6,_0x154e52={};_0x154e52[_0x44c463(0x218)]=function(_0x567614,_0x36deb2){return _0x567614===_0x36deb2;};const _0x3e1102=_0x154e52;for(const _0x4aedb4 of _entries){if(_0x3e1102[_0x44c463(0x218)](_0x4aedb4['platformIndex'],_0x2b84ab))return _0x4aedb4[_0x44c463(0x220)]=_0x18df8a,_0x583bd0&&(_0x4aedb4[_0x44c463(0x209)]=_0x583bd0),!![];}return![];}function a73_0xf566(){const _0x47c8d9=['25kLHXBA','message','driver','statusCode','WCMKO','executeScript','push','33XEtxsN','KYWTp','DbTxw','winstonLogger','json','put','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','SqUZA','3677390dfwPGV','status','849784oQZcer','body','Intrc','NIWhq','exports','.json','1734456weVlQI','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','../../helpers/logger','got','1127132sNfvDv','[session-registry]\x20driver.quit\x20failed\x20for\x20','42eFMJbj','xnica','responseType','973227PkbsPZ','BROWSERSTACK_ACCESS_KEY','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','BROWSERSTACK_USERNAME','slice','[session-registry]\x20REST\x20mark\x20HTTP\x20','3110778zBfQqF','trim','browserstack_executor:\x20','[session-registry]\x20REST\x20setSessionStatus(','password','warn','OwLmk','\x20for\x20','markStatus','1btVWVM','failed','dVSop','replace','[session-registry]\x20executeScript\x20setSessionStatus(','username','/automate/sessions/','action','info','sypQV','hoOJv','Bqcls','stringify','14684049IkkhZJ','reason','env',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','arguments','sessionId','listEntries','throwHttpErrors'];a73_0xf566=function(){return _0x47c8d9;};return a73_0xf566();}function _resolveCreds(_0x28b990){const _0x31e213=a73_0x1800b6,_0x7c5d49={'sypQV':function(_0x321ea2,_0x461b7e){return _0x321ea2(_0x461b7e);},'MjQuQ':function(_0x3b8421,_0x4a2d78){return _0x3b8421(_0x4a2d78);}};try{if(_0x28b990){const _0x4aa208=_0x7c5d49[_0x31e213(0x204)](String,_0x28b990)[_0x31e213(0x1f3)](),_0x1fad26=/^https?:\/\//i['test'](_0x4aa208)?_0x4aa208:'https://'+_0x4aa208[_0x31e213(0x1fe)](/^\/+/,''),_0x1d8f7f=new URL(_0x1fad26);if(_0x1d8f7f['username']||_0x1d8f7f[_0x31e213(0x1f6)])return{'username':_0x7c5d49['MjQuQ'](decodeURIComponent,_0x1d8f7f[_0x31e213(0x200)]||''),'password':_0x7c5d49['sypQV'](decodeURIComponent,_0x1d8f7f['password']||'')};}}catch(_0x2c83fd){}const _0x4c4195={};return _0x4c4195[_0x31e213(0x200)]=process[_0x31e213(0x20a)][_0x31e213(0x1ef)]||'',_0x4c4195[_0x31e213(0x1f6)]=process['env'][_0x31e213(0x1ed)]||'',_0x4c4195;}async function _markViaRestApi(_0x57a91b){const _0x401153=a73_0x1800b6,_0x5c70aa={'QmZto':function(_0x5ef753,_0x10b189){return _0x5ef753(_0x10b189);},'OwLmk':function(_0x39b66d,_0x33b11e){return _0x39b66d||_0x33b11e;},'hoOJv':_0x401153(0x1fc),'OIojY':_0x401153(0x21b),'Bqcls':function(_0x28ddbd,_0x223e34){return _0x28ddbd>=_0x223e34;},'xnica':function(_0x37a8e2,_0x5827a1){return _0x37a8e2<_0x5827a1;}},{username:_0x1640b1,password:_0x1a7188}=_0x5c70aa['QmZto'](_resolveCreds,_0x57a91b['hubUrl']);if(_0x5c70aa[_0x401153(0x1f8)](!_0x1640b1,!_0x1a7188))return logger[_0x401153(0x1f7)](_0x401153(0x228)+_0x57a91b['sessionId']+_0x401153(0x20b)),![];const _0x3cad0f=BROWSERSTACK_API_URL+_0x401153(0x201)+_0x57a91b[_0x401153(0x20d)]+_0x401153(0x226);try{const _0x305609={};_0x305609[_0x401153(0x220)]=_0x57a91b[_0x401153(0x220)]||_0x5c70aa[_0x401153(0x205)],_0x305609[_0x401153(0x209)]=_0x57a91b['reason']||'';const _0x57aa9b={};_0x57aa9b['request']=0x7530;const _0xd1bd4c={};_0xd1bd4c['username']=_0x1640b1,_0xd1bd4c[_0x401153(0x1f6)]=_0x1a7188,_0xd1bd4c[_0x401153(0x21b)]=_0x305609,_0xd1bd4c[_0x401153(0x1eb)]=_0x5c70aa['OIojY'],_0xd1bd4c[_0x401153(0x20f)]=![],_0xd1bd4c['timeout']=_0x57aa9b;const _0x140239=await got[_0x401153(0x21c)](_0x3cad0f,_0xd1bd4c);if(_0x5c70aa[_0x401153(0x206)](_0x140239[_0x401153(0x213)],0xc8)&&_0x5c70aa[_0x401153(0x1ea)](_0x140239[_0x401153(0x213)],0x12c))return logger[_0x401153(0x203)](_0x401153(0x1f5)+_0x57a91b['status']+')\x20OK\x20for\x20'+_0x57a91b[_0x401153(0x20d)]),!![];return logger['warn'](_0x401153(0x1f1)+_0x140239[_0x401153(0x213)]+_0x401153(0x1f9)+_0x57a91b['sessionId']+':\x20'+JSON[_0x401153(0x207)](_0x140239[_0x401153(0x222)])[_0x401153(0x1f0)](0x0,0xc8)),![];}catch(_0x14cf06){return logger['warn']('[session-registry]\x20REST\x20mark\x20failed\x20for\x20'+_0x57a91b[_0x401153(0x20d)]+':\x20'+_0x14cf06[_0x401153(0x211)]),![];}}async function quitAll(){const _0x4d04d0=a73_0x1800b6,_0xe12a3d={'SqUZA':function(_0x2b2ba6,_0x2a7c24){return _0x2b2ba6===_0x2a7c24;},'DbTxw':'function','nBWyU':'setSessionStatus','Intrc':_0x4d04d0(0x1fc),'NIWhq':function(_0x10c77d,_0x152bd9){return _0x10c77d(_0x152bd9);}};try{for(const _0x336f6c of _entries){let _0x3b482c=![];try{if(_0x336f6c[_0x4d04d0(0x212)]&&_0xe12a3d[_0x4d04d0(0x21e)](typeof _0x336f6c[_0x4d04d0(0x212)][_0x4d04d0(0x215)],_0xe12a3d[_0x4d04d0(0x219)])){const _0x4fcd6a={};_0x4fcd6a[_0x4d04d0(0x202)]=_0xe12a3d['nBWyU'],_0x4fcd6a[_0x4d04d0(0x20c)]={},_0x4fcd6a[_0x4d04d0(0x20c)]['status']=_0x336f6c[_0x4d04d0(0x220)]||_0xe12a3d[_0x4d04d0(0x223)],_0x4fcd6a[_0x4d04d0(0x20c)][_0x4d04d0(0x209)]=_0x336f6c['reason']||'';const _0x466f58=_0x4d04d0(0x1f4)+JSON[_0x4d04d0(0x207)](_0x4fcd6a);await _0x336f6c['driver'][_0x4d04d0(0x215)](_0x466f58),_0x3b482c=!![],logger[_0x4d04d0(0x203)](_0x4d04d0(0x1ff)+_0x336f6c[_0x4d04d0(0x220)]+')\x20OK\x20for\x20'+_0x336f6c[_0x4d04d0(0x20d)]);}}catch(_0x3710f7){logger[_0x4d04d0(0x1f7)](_0x4d04d0(0x1ee)+_0x336f6c[_0x4d04d0(0x20d)]+'\x20(will\x20retry\x20via\x20REST):\x20'+_0x3710f7[_0x4d04d0(0x211)]);}!_0x3b482c&&await _0xe12a3d[_0x4d04d0(0x224)](_markViaRestApi,_0x336f6c);try{_0x336f6c['driver']&&_0xe12a3d[_0x4d04d0(0x21e)](typeof _0x336f6c['driver']['quit'],_0xe12a3d['DbTxw'])&&await _0x336f6c[_0x4d04d0(0x212)]['quit']();}catch(_0x38e530){logger[_0x4d04d0(0x1f7)](_0x4d04d0(0x22c)+_0x336f6c[_0x4d04d0(0x20d)]+':\x20'+_0x38e530['message']);}}}finally{_entries['length']=0x0;}}const a73_0x418e11={};a73_0x418e11['register']=register,a73_0x418e11[a73_0x1800b6(0x20e)]=listEntries,a73_0x418e11[a73_0x1800b6(0x1fa)]=markStatus,a73_0x418e11['quitAll']=quitAll,module[a73_0x1800b6(0x225)]=a73_0x418e11;
@@ -1 +1 @@
1
- 'use strict';const a74_0x3537aa=a74_0xbfa9;(function(_0x3fa326,_0x543951){const _0x17d2f8=a74_0xbfa9,_0x392f76=_0x3fa326();while(!![]){try{const _0x514d9f=-parseInt(_0x17d2f8(0x1a2))/0x1+-parseInt(_0x17d2f8(0x168))/0x2*(-parseInt(_0x17d2f8(0x17f))/0x3)+parseInt(_0x17d2f8(0x185))/0x4*(-parseInt(_0x17d2f8(0x156))/0x5)+parseInt(_0x17d2f8(0x166))/0x6+-parseInt(_0x17d2f8(0x171))/0x7+-parseInt(_0x17d2f8(0x192))/0x8*(-parseInt(_0x17d2f8(0x175))/0x9)+parseInt(_0x17d2f8(0x19c))/0xa;if(_0x514d9f===_0x543951)break;else _0x392f76['push'](_0x392f76['shift']());}catch(_0x13f957){_0x392f76['push'](_0x392f76['shift']());}}}(a74_0x3619,0xe564f));const {v4:uuidv4}=require('uuid'),logger=require(a74_0x3537aa(0x14d))[a74_0x3537aa(0x18f)];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_0x3537aa(0x16d)+'('+'[✓✔✗✘×]\x5cs'+a74_0x3537aa(0x173)+a74_0x3537aa(0x181)+a74_0x3537aa(0x186)+a74_0x3537aa(0x187)+a74_0x3537aa(0x19f)+a74_0x3537aa(0x18c)+'|Connecting\x20to\x20.*://'+a74_0x3537aa(0x154)+')');function _stripAnsi(_0x3524e5){const _0x22ae30=a74_0x3537aa,_0x119313={};_0x119313[_0x22ae30(0x150)]=function(_0x132585,_0x368e85){return _0x132585!==_0x368e85;},_0x119313[_0x22ae30(0x194)]=_0x22ae30(0x167);const _0x4ac1fa=_0x119313;if(_0x4ac1fa['qVYlS'](typeof _0x3524e5,_0x4ac1fa[_0x22ae30(0x194)]))return _0x3524e5;return _0x3524e5['replace'](ANSI_RE,'');}function _shouldForward(_0x771427){const _0xd6b2e0=a74_0x3537aa,_0x30727c={'QKNyN':function(_0x1ee3cd,_0x9382fc){return _0x1ee3cd(_0x9382fc);}};if(!_0x771427||!_0x771427[_0xd6b2e0(0x165)]())return![];if(INTERNAL_LOG_RE[_0xd6b2e0(0x16b)](_0x771427))return![];const _0x29d4a2=_0x30727c[_0xd6b2e0(0x188)](_stripAnsi,_0x771427)['trim']();if(!_0x29d4a2)return![];if(SPEC_REPORTER_RE[_0xd6b2e0(0x16b)](_0x29d4a2))return![];return!![];}function a74_0x3619(){const _0x166bfc=['function','4806536OKTqMZ','KYlxm','|\x5cd+\x5cs+passed','install','30141zUvDuI','KIND_LOG','vasfT','isBuffer','NTXkg','HXhjX','__currentPlatformUuids','toString','getData','xnoxO','6870sMxqHB','bind','|\x5cd+\x5cs+failed','getTestFramework','RkDts','testFrameworkVersion','32BWfneP','|\x5cd+\x5cs+skipped','|Running\x20tests\x20in','QKNyN','stderr','test_run_uuid','../v2/grpcClient','|Test\x20\x5cd+\x20of\x20\x5cd+','now','write','winstonLogger','level','pjGwH','816AIxYWj','getInstance','Slixl','platformIndex','voEza','iHGyN','oxEyn','kzTFe','getTrackedInstance','testFrameworkState','16349040wAIHgz','isArray','uninstall','|Hostname:','RNfeM','VrXxa','307311RdyijC','debug','timestamp','0|2|3|5|7|4|1|6','split','stdout','0|3|5|1|4|2|6','../../helpers/logger','getTestFrameworksVersions','TEST','qVYlS','[stdout-interceptor]\x20installed','utf8','../v2/framework/testFramework','|Waiting\x20for','wIvfC','776355lqdPrZ','info','oCgTU','OtaSL','getTestFrameworks','delete','AyExL','length','isRunning','vFbzC','[stdout-interceptor]\x20uninstalled','FMdrz','testFrameworkName','kind','clear','trim','2221464lvbcSX','string','724RZkbKn','get','toISOString','test','nDGHL','^(\x5cs*)','../v2/framework/constants/testFrameworkConstants','sjBue'];a74_0x3619=function(){return _0x166bfc;};return a74_0x3619();}function a74_0xbfa9(_0xf9f91c,_0x112bfd){const _0x3619f9=a74_0x3619();return a74_0xbfa9=function(_0xbfa96,_0x1be33f){_0xbfa96=_0xbfa96-0x149;let _0x456efb=_0x3619f9[_0xbfa96];return _0x456efb;},a74_0xbfa9(_0xf9f91c,_0x112bfd);}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x35c45a){const _0x4cca0d=a74_0x3537aa,_0x558fb2={};_0x558fb2[_0x4cca0d(0x15f)]=function(_0x432c32,_0x5805d1){return _0x432c32>_0x5805d1;},_0x558fb2[_0x4cca0d(0x198)]=function(_0x20586a,_0x5d8fc0){return _0x20586a-_0x5d8fc0;},_0x558fb2['ouASv']=function(_0x4442fa,_0x17d9cb){return _0x4442fa!==_0x17d9cb;},_0x558fb2[_0x4cca0d(0x196)]=function(_0x5ceb42,_0x72629b){return _0x5ceb42<_0x72629b;},_0x558fb2['wHtvw']=function(_0x58a23d,_0xb970f0){return _0x58a23d-_0xb970f0;};const _0x53daac=_0x558fb2,_0x214486=Date[_0x4cca0d(0x18d)]();if(_0x53daac[_0x4cca0d(0x15f)](_recent['size'],0xc8))for(const [_0x5d6f43,_0x124b9c]of _recent){_0x53daac[_0x4cca0d(0x15f)](_0x53daac['oxEyn'](_0x214486,_0x124b9c),DEDUP_WINDOW_MS)&&_recent[_0x4cca0d(0x15b)](_0x5d6f43);}const _0x264bcd=_recent[_0x4cca0d(0x169)](_0x35c45a);if(_0x53daac['ouASv'](_0x264bcd,undefined)&&_0x53daac[_0x4cca0d(0x196)](_0x53daac['wHtvw'](_0x214486,_0x264bcd),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x35c45a,_0x214486),![];}function _emitLog(_0xe4287){const _0x5012b2=a74_0x3537aa,_0x23be9b={'oCgTU':function(_0x331c15,_0x2718c5){return _0x331c15(_0x2718c5);},'iVMDb':'../v2/browserstackCLI','NTXkg':_0x5012b2(0x18b),'xnoxO':_0x5012b2(0x153),'UltlQ':_0x5012b2(0x16e),'VrXxa':_0x5012b2(0x17b),'kzTFe':function(_0x1b03fc,_0x3d5b2d){return _0x1b03fc===_0x3d5b2d;},'pjGwH':function(_0x2060bf,_0x1bc445){return _0x2060bf===_0x1bc445;},'wIvfC':_0x5012b2(0x170),'FMdrz':function(_0x3e728d,_0x2e51eb){return _0x3e728d<_0x2e51eb;},'KYlxm':_0x5012b2(0x157),'rHDDU':'testcafe','RNfeM':_0x5012b2(0x14f)};try{const _0x50d59c=_0x23be9b[_0x5012b2(0x158)](require,_0x23be9b['iVMDb']),_0x1dee4f=_0x23be9b[_0x5012b2(0x158)](require,_0x23be9b[_0x5012b2(0x179)]),_0x42a0b8=_0x23be9b[_0x5012b2(0x158)](require,_0x23be9b[_0x5012b2(0x17e)]),_0x2b51e9=_0x23be9b[_0x5012b2(0x158)](require,_0x23be9b['UltlQ']),_0x4b98d9=_0x50d59c[_0x5012b2(0x193)]&&_0x50d59c[_0x5012b2(0x193)]();if(!_0x4b98d9||!_0x4b98d9[_0x5012b2(0x15e)]())return;const _0x340899=_0x4b98d9['getTestFramework']&&_0x4b98d9[_0x5012b2(0x182)](),_0x2367b3=_0x42a0b8['getTrackedInstance']&&_0x42a0b8[_0x5012b2(0x19a)]();if(!_0x2367b3)return;const _0x25764e=Array[_0x5012b2(0x19d)](_0x2367b3[_0x5012b2(0x17d)](_0x23be9b[_0x5012b2(0x1a1)]))?_0x2367b3[_0x5012b2(0x17d)](_0x23be9b['VrXxa']):[];if(_0x23be9b[_0x5012b2(0x199)](_0x25764e['length'],0x0))return;const _0x1aa34e=_0x340899&&_0x23be9b[_0x5012b2(0x191)](typeof _0x340899[_0x5012b2(0x14e)],_0x23be9b[_0x5012b2(0x155)])?_0x340899[_0x5012b2(0x14e)]():{},_0x42e6f3=_0x340899&&_0x23be9b[_0x5012b2(0x199)](typeof _0x340899[_0x5012b2(0x15a)],_0x23be9b[_0x5012b2(0x155)])?_0x340899[_0x5012b2(0x15a)]():[],_0x3d8fdf=_0x42e6f3&&_0x42e6f3[0x0]&&_0x1aa34e&&_0x1aa34e[_0x42e6f3[0x0]]||'',_0x3d5bb9=_0x23be9b['oCgTU'](_stripAnsi,_0xe4287)[_0x5012b2(0x165)]();if(_0x23be9b['oCgTU'](_isDuplicate,_0x3d5bb9))return;const _0x47a7b6=new Date()[_0x5012b2(0x16a)]();for(let _0x421047=0x0;_0x23be9b[_0x5012b2(0x161)](_0x421047,_0x25764e[_0x5012b2(0x15d)]);_0x421047++){const _0x32d149=_0x25764e[_0x421047];if(!_0x32d149)continue;const _0x155d62={};_0x155d62['uuid']=_0x32d149,_0x155d62[_0x5012b2(0x18a)]=_0x32d149,_0x155d62[_0x5012b2(0x1a4)]=_0x47a7b6,_0x155d62['message']=_0x3d5bb9,_0x155d62[_0x5012b2(0x163)]=_0x2b51e9[_0x5012b2(0x176)],_0x155d62[_0x5012b2(0x190)]=_0x23be9b[_0x5012b2(0x172)];const _0x114fd1=_0x155d62,_0x3f0687={};_0x3f0687[_0x5012b2(0x195)]=_0x421047,_0x3f0687['logs']=[_0x114fd1],_0x3f0687[_0x5012b2(0x162)]=_0x23be9b['rHDDU'],_0x3f0687[_0x5012b2(0x184)]=_0x3d8fdf,_0x3f0687[_0x5012b2(0x19b)]=_0x23be9b[_0x5012b2(0x1a0)];const _0x3ebc50=_0x3f0687;_0x1dee4f[_0x5012b2(0x193)]()['logCreatedEvent'](_0x3ebc50)['catch'](()=>{});}}catch(_0x2ab807){}}function _wrap(_0x307ec2){const _0x2c3277=a74_0x3537aa,_0x43bab1={'iHGyN':function(_0x5558b6,_0x193c21,_0x19e4cf,_0x409cd5){return _0x5558b6(_0x193c21,_0x19e4cf,_0x409cd5);},'RkDts':function(_0x59430e,_0x5a17f3){return _0x59430e===_0x5a17f3;},'ZgwZU':_0x2c3277(0x167),'OtaSL':_0x2c3277(0x152),'vasfT':function(_0x1ed554,_0x10d01a){return _0x1ed554(_0x10d01a);}};return function(_0x40ef8c,_0xa29ede,_0x224fd5){const _0x174758=_0x2c3277,_0x4c32e7=_0x43bab1[_0x174758(0x197)](_0x307ec2,_0x40ef8c,_0xa29ede,_0x224fd5);try{const _0x44d6ae=_0x43bab1[_0x174758(0x183)](typeof _0x40ef8c,_0x43bab1['ZgwZU'])?_0x40ef8c:Buffer[_0x174758(0x178)](_0x40ef8c)?_0x40ef8c[_0x174758(0x17c)](_0x43bab1[_0x174758(0x159)]):_0x43bab1['vasfT'](String,_0x40ef8c),_0x367312=_0x44d6ae[_0x174758(0x14a)](/\r?\n/);for(const _0x3b494a of _0x367312){_0x43bab1[_0x174758(0x177)](_shouldForward,_0x3b494a)&&_0x43bab1['vasfT'](_emitLog,_0x3b494a);}}catch(_0x207d56){}return _0x4c32e7;};}exports[a74_0x3537aa(0x174)]=()=>{const _0xfdddd9=a74_0x3537aa,_0x1a4b1b={'nDGHL':_0xfdddd9(0x14c),'sjBue':function(_0x50d83f,_0x4dce40){return _0x50d83f(_0x4dce40);},'lDWda':_0xfdddd9(0x151)},_0x36c647=_0x1a4b1b[_0xfdddd9(0x16c)][_0xfdddd9(0x14a)]('|');let _0x2e6d47=0x0;while(!![]){switch(_0x36c647[_0x2e6d47++]){case'0':if(_installed)return;continue;case'1':process['stdout'][_0xfdddd9(0x18e)]=_0x1a4b1b[_0xfdddd9(0x16f)](_wrap,_origStdoutWrite);continue;case'2':_installed=!![];continue;case'3':_origStdoutWrite=process[_0xfdddd9(0x14b)][_0xfdddd9(0x18e)]['bind'](process[_0xfdddd9(0x14b)]);continue;case'4':process[_0xfdddd9(0x189)][_0xfdddd9(0x18e)]=_0x1a4b1b[_0xfdddd9(0x16f)](_wrap,_origStderrWrite);continue;case'5':_origStderrWrite=process[_0xfdddd9(0x189)]['write'][_0xfdddd9(0x180)](process[_0xfdddd9(0x189)]);continue;case'6':logger[_0xfdddd9(0x1a3)](_0x1a4b1b['lDWda']);continue;}break;}},exports[a74_0x3537aa(0x19e)]=()=>{const _0x250bc1=a74_0x3537aa,_0x5eacce={};_0x5eacce[_0x250bc1(0x15c)]=_0x250bc1(0x149),_0x5eacce[_0x250bc1(0x17a)]=_0x250bc1(0x160);const _0x5ee7b5=_0x5eacce,_0x3bffa6=_0x5ee7b5[_0x250bc1(0x15c)]['split']('|');let _0x236f6c=0x0;while(!![]){switch(_0x3bffa6[_0x236f6c++]){case'0':if(!_installed)return;continue;case'1':_recent[_0x250bc1(0x164)]();continue;case'2':_origStdoutWrite&&(process['stdout'][_0x250bc1(0x18e)]=_origStdoutWrite);continue;case'3':_origStderrWrite&&(process[_0x250bc1(0x189)][_0x250bc1(0x18e)]=_origStderrWrite);continue;case'4':_installed=![];continue;case'5':_origStdoutWrite=null;continue;case'6':logger['debug'](_0x5ee7b5['HXhjX']);continue;case'7':_origStderrWrite=null;continue;}break;}};
1
+ 'use strict';const a74_0x428974=a74_0x1f63;(function(_0x2b4926,_0x316be1){const _0x48b8e7=a74_0x1f63,_0x5c3b49=_0x2b4926();while(!![]){try{const _0x141efa=parseInt(_0x48b8e7(0x10c))/0x1+parseInt(_0x48b8e7(0x100))/0x2*(-parseInt(_0x48b8e7(0xf2))/0x3)+parseInt(_0x48b8e7(0xb9))/0x4+-parseInt(_0x48b8e7(0xbb))/0x5*(-parseInt(_0x48b8e7(0xbe))/0x6)+parseInt(_0x48b8e7(0xfe))/0x7+parseInt(_0x48b8e7(0x104))/0x8*(parseInt(_0x48b8e7(0xe0))/0x9)+-parseInt(_0x48b8e7(0x110))/0xa;if(_0x141efa===_0x316be1)break;else _0x5c3b49['push'](_0x5c3b49['shift']());}catch(_0x21c163){_0x5c3b49['push'](_0x5c3b49['shift']());}}}(a74_0x50b5,0xa1f57));function a74_0x50b5(){const _0x25d620=['|Connecting\x20to\x20.*://','18VicCwQ','gVxbZ','OljUZ','uMaXv','^(\x5cs*)','set','test_run_uuid','QeGBb','debug','Uvxno','getTestFrameworksVersions','boSwt','delete','stderr','tQOcP','testFrameworkVersion','[stdout-interceptor]\x20installed','YBxYX','3MDFqbL','isRunning','[stdout-interceptor]\x20uninstalled','KIND_LOG','getTestFramework','testFrameworkName','kind','isBuffer','logs','aKDiz','vnvXR','ztOeQ','7296380RlDvhu','bind','1385482yrgdKD','logCreatedEvent','test','../v2/grpcClient','1815000DoTbBC','HpUCu','4|1|3|0|5|2|6','testFrameworkState','utf8','EbdPi','tiBlF','LrWBB','1264399AYjRKV','platformIndex','isArray','DFAfX','33671420onIrVU','|\x5cd+\x5cs+failed','uninstall','stdout','hJnoE','length','|Waiting\x20for','XZFcm','string','winstonLogger','CAcjd','toISOString','uuid','DTQth','install','now','hklox','3692036ymKcFg','UOZNb','1299710tukQoD','nFCcw','get','24KLdlqb','TEST','catch','|\x5cd+\x5cs+passed','timestamp','../v2/browserstackCLI','split','YtVWW','__currentPlatformUuids','getTestFrameworks','|Hostname:','size','|Test\x20\x5cd+\x20of\x20\x5cd+','testcafe','../v2/framework/constants/testFrameworkConstants','KxuTF','clear','IsgEX','getData','tSPew','CTKME','LJPUI','level','|\x5cd+\x5cs+skipped','wQTCb','getInstance','write','info','trim','../../helpers/logger','function','replace','[✓✔✗✘×]\x5cs'];a74_0x50b5=function(){return _0x25d620;};return a74_0x50b5();}const {v4:uuidv4}=require(a74_0x428974(0xb4)),logger=require(a74_0x428974(0xdb))[a74_0x428974(0xb1)];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_0x428974(0xe4)+'('+a74_0x428974(0xde)+a74_0x428974(0xc1)+a74_0x428974(0x111)+a74_0x428974(0xd5)+'|Running\x20tests\x20in'+a74_0x428974(0xc8)+a74_0x428974(0xca)+a74_0x428974(0xdf)+a74_0x428974(0xae)+')');function a74_0x1f63(_0x52fdc1,_0x32ce8e){const _0x50b5f3=a74_0x50b5();return a74_0x1f63=function(_0x1f639a,_0x44f372){_0x1f639a=_0x1f639a-0xac;let _0x524aa5=_0x50b5f3[_0x1f639a];return _0x524aa5;},a74_0x1f63(_0x52fdc1,_0x32ce8e);}function _stripAnsi(_0x6d7dd9){const _0x2ebc88=a74_0x428974,_0x26f3d6={};_0x26f3d6[_0x2ebc88(0xcd)]=function(_0x5840fb,_0x372b30){return _0x5840fb!==_0x372b30;},_0x26f3d6['zRhYW']=_0x2ebc88(0xb0);const _0x198995=_0x26f3d6;if(_0x198995[_0x2ebc88(0xcd)](typeof _0x6d7dd9,_0x198995['zRhYW']))return _0x6d7dd9;return _0x6d7dd9[_0x2ebc88(0xdd)](ANSI_RE,'');}function _shouldForward(_0x2f8fce){const _0x247a15=a74_0x428974,_0x484482={'hklox':function(_0x39c141,_0x2773c0){return _0x39c141(_0x2773c0);}};if(!_0x2f8fce||!_0x2f8fce[_0x247a15(0xda)]())return![];if(INTERNAL_LOG_RE['test'](_0x2f8fce))return![];const _0x5322c4=_0x484482[_0x247a15(0xb8)](_stripAnsi,_0x2f8fce)['trim']();if(!_0x5322c4)return![];if(SPEC_REPORTER_RE[_0x247a15(0x102)](_0x5322c4))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x1dc124){const _0x52ac2f=a74_0x428974,_0x37281c={};_0x37281c[_0x52ac2f(0x105)]=function(_0x18a899,_0x5c0d30){return _0x18a899>_0x5c0d30;},_0x37281c[_0x52ac2f(0xaf)]=function(_0x2bd9b6,_0x525248){return _0x2bd9b6>_0x525248;},_0x37281c[_0x52ac2f(0xd1)]=function(_0x22450e,_0x50ebeb){return _0x22450e-_0x50ebeb;},_0x37281c[_0x52ac2f(0xe7)]=function(_0x2de1df,_0x4ca31f){return _0x2de1df!==_0x4ca31f;},_0x37281c['UOZNb']=function(_0x3e0580,_0x428be0){return _0x3e0580<_0x428be0;};const _0x43c173=_0x37281c,_0x5f1726=Date[_0x52ac2f(0xb7)]();if(_0x43c173[_0x52ac2f(0x105)](_recent[_0x52ac2f(0xc9)],0xc8))for(const [_0x534c5e,_0x76d8cc]of _recent){_0x43c173[_0x52ac2f(0xaf)](_0x43c173[_0x52ac2f(0xd1)](_0x5f1726,_0x76d8cc),DEDUP_WINDOW_MS)&&_recent[_0x52ac2f(0xec)](_0x534c5e);}const _0x4f73bf=_recent[_0x52ac2f(0xbd)](_0x1dc124);if(_0x43c173[_0x52ac2f(0xe7)](_0x4f73bf,undefined)&&_0x43c173[_0x52ac2f(0xba)](_0x43c173['tSPew'](_0x5f1726,_0x4f73bf),DEDUP_WINDOW_MS))return!![];return _recent[_0x52ac2f(0xe5)](_0x1dc124,_0x5f1726),![];}function _emitLog(_0x2f5397){const _0x231d20=a74_0x428974,_0x38e19f={'wkiag':function(_0x11e3fc,_0x4d091b){return _0x11e3fc(_0x4d091b);},'QlRKW':_0x231d20(0xc3),'DTQth':function(_0x14e583,_0x2e5713){return _0x14e583(_0x2e5713);},'tQOcP':_0x231d20(0x103),'YBxYX':function(_0x346921,_0x5aed95){return _0x346921(_0x5aed95);},'tiBlF':'../v2/framework/testFramework','ztOeQ':function(_0x552a26,_0x1cefa9){return _0x552a26(_0x1cefa9);},'klfHy':_0x231d20(0xcc),'YtVWW':_0x231d20(0xc6),'vnvXR':function(_0x26d91c,_0x424318){return _0x26d91c===_0x424318;},'IsgEX':function(_0x1bdb39,_0x1f39ca){return _0x1bdb39===_0x1f39ca;},'uMaXv':_0x231d20(0xdc),'wQTCb':function(_0x135634,_0x181c40){return _0x135634(_0x181c40);},'LJPUI':function(_0x26c243,_0x1d14bf){return _0x26c243<_0x1d14bf;},'hJnoE':_0x231d20(0xd9),'OljUZ':_0x231d20(0xcb),'EbdPi':_0x231d20(0xbf)};try{const _0x23b350=_0x38e19f['wkiag'](require,_0x38e19f['QlRKW']),_0x159ebf=_0x38e19f[_0x231d20(0xb5)](require,_0x38e19f[_0x231d20(0xee)]),_0x304147=_0x38e19f[_0x231d20(0xf1)](require,_0x38e19f[_0x231d20(0x10a)]),_0xdf3a99=_0x38e19f[_0x231d20(0xfd)](require,_0x38e19f['klfHy']),_0xb7d577=_0x23b350['getInstance']&&_0x23b350[_0x231d20(0xd7)]();if(!_0xb7d577||!_0xb7d577[_0x231d20(0xf3)]())return;const _0x11122b=_0xb7d577[_0x231d20(0xf6)]&&_0xb7d577[_0x231d20(0xf6)](),_0x2bf53e=_0x304147['getTrackedInstance']&&_0x304147['getTrackedInstance']();if(!_0x2bf53e)return;const _0x29a0c2=Array[_0x231d20(0x10e)](_0x2bf53e[_0x231d20(0xd0)](_0x38e19f['YtVWW']))?_0x2bf53e[_0x231d20(0xd0)](_0x38e19f[_0x231d20(0xc5)]):[];if(_0x38e19f[_0x231d20(0xfc)](_0x29a0c2[_0x231d20(0xad)],0x0))return;const _0x591324=_0x11122b&&_0x38e19f[_0x231d20(0xcf)](typeof _0x11122b[_0x231d20(0xea)],_0x38e19f[_0x231d20(0xe3)])?_0x11122b[_0x231d20(0xea)]():{},_0x43e4bf=_0x11122b&&_0x38e19f[_0x231d20(0xfc)](typeof _0x11122b[_0x231d20(0xc7)],_0x38e19f['uMaXv'])?_0x11122b[_0x231d20(0xc7)]():[],_0xf6448a=_0x43e4bf&&_0x43e4bf[0x0]&&_0x591324&&_0x591324[_0x43e4bf[0x0]]||'',_0x544580=_0x38e19f[_0x231d20(0xd6)](_stripAnsi,_0x2f5397)['trim']();if(_0x38e19f[_0x231d20(0xf1)](_isDuplicate,_0x544580))return;const _0x4e602b=new Date()[_0x231d20(0xb3)]();for(let _0x37df71=0x0;_0x38e19f[_0x231d20(0xd3)](_0x37df71,_0x29a0c2[_0x231d20(0xad)]);_0x37df71++){const _0x47d32e=_0x29a0c2[_0x37df71];if(!_0x47d32e)continue;const _0x27fe5c={};_0x27fe5c[_0x231d20(0xb4)]=_0x47d32e,_0x27fe5c[_0x231d20(0xe6)]=_0x47d32e,_0x27fe5c[_0x231d20(0xc2)]=_0x4e602b,_0x27fe5c['message']=_0x544580,_0x27fe5c[_0x231d20(0xf8)]=_0xdf3a99[_0x231d20(0xf5)],_0x27fe5c[_0x231d20(0xd4)]=_0x38e19f[_0x231d20(0xac)];const _0x31af04=_0x27fe5c,_0x501cdb={};_0x501cdb[_0x231d20(0x10d)]=_0x37df71,_0x501cdb[_0x231d20(0xfa)]=[_0x31af04],_0x501cdb[_0x231d20(0xf7)]=_0x38e19f[_0x231d20(0xe2)],_0x501cdb[_0x231d20(0xef)]=_0xf6448a,_0x501cdb[_0x231d20(0x107)]=_0x38e19f[_0x231d20(0x109)];const _0x3f8600=_0x501cdb;_0x159ebf[_0x231d20(0xd7)]()[_0x231d20(0x101)](_0x3f8600)[_0x231d20(0xc0)](()=>{});}}catch(_0x7d2051){}}function _wrap(_0x4d051a){const _0x58bc60=a74_0x428974,_0x17ad79={'CTKME':function(_0x41514c,_0x4c53fa,_0x340501,_0x27c888){return _0x41514c(_0x4c53fa,_0x340501,_0x27c888);},'TdrCY':function(_0x55a980,_0x4b2278){return _0x55a980===_0x4b2278;},'fXoyK':'string','gVxbZ':_0x58bc60(0x108),'nFCcw':function(_0x348b34,_0x224145){return _0x348b34(_0x224145);},'DFAfX':function(_0xf3d77d,_0x1f2d79){return _0xf3d77d(_0x1f2d79);}};return function(_0x1f0f2b,_0x44fc7a,_0xcbf0b8){const _0x147fc3=_0x58bc60,_0x2c6723=_0x17ad79[_0x147fc3(0xd2)](_0x4d051a,_0x1f0f2b,_0x44fc7a,_0xcbf0b8);try{const _0x1b31d2=_0x17ad79['TdrCY'](typeof _0x1f0f2b,_0x17ad79['fXoyK'])?_0x1f0f2b:Buffer[_0x147fc3(0xf9)](_0x1f0f2b)?_0x1f0f2b['toString'](_0x17ad79[_0x147fc3(0xe1)]):_0x17ad79[_0x147fc3(0xbc)](String,_0x1f0f2b),_0xafa638=_0x1b31d2[_0x147fc3(0xc4)](/\r?\n/);for(const _0x463348 of _0xafa638){_0x17ad79['nFCcw'](_shouldForward,_0x463348)&&_0x17ad79[_0x147fc3(0x10f)](_emitLog,_0x463348);}}catch(_0xe852f2){}return _0x2c6723;};}exports[a74_0x428974(0xb6)]=()=>{const _0x4636fb=a74_0x428974,_0x1ffbcd={'boSwt':_0x4636fb(0x106),'Uvxno':function(_0x4265c2,_0x23d12f){return _0x4265c2(_0x23d12f);},'CAcjd':_0x4636fb(0xf0)},_0x4e16c1=_0x1ffbcd[_0x4636fb(0xeb)][_0x4636fb(0xc4)]('|');let _0x120956=0x0;while(!![]){switch(_0x4e16c1[_0x120956++]){case'0':process[_0x4636fb(0x113)][_0x4636fb(0xd8)]=_0x1ffbcd[_0x4636fb(0xe9)](_wrap,_origStdoutWrite);continue;case'1':_origStdoutWrite=process[_0x4636fb(0x113)][_0x4636fb(0xd8)][_0x4636fb(0xff)](process['stdout']);continue;case'2':_installed=!![];continue;case'3':_origStderrWrite=process[_0x4636fb(0xed)][_0x4636fb(0xd8)][_0x4636fb(0xff)](process['stderr']);continue;case'4':if(_installed)return;continue;case'5':process[_0x4636fb(0xed)]['write']=_0x1ffbcd[_0x4636fb(0xe9)](_wrap,_origStderrWrite);continue;case'6':logger[_0x4636fb(0xe8)](_0x1ffbcd[_0x4636fb(0xb2)]);continue;}break;}},exports[a74_0x428974(0x112)]=()=>{const _0x27f470=a74_0x428974,_0x3cdb02={};_0x3cdb02[_0x27f470(0xfb)]='2|0|5|3|1|6|7|4',_0x3cdb02[_0x27f470(0x10b)]=_0x27f470(0xf4);const _0x5948bc=_0x3cdb02,_0x5a36e0=_0x5948bc[_0x27f470(0xfb)]['split']('|');let _0x962ab3=0x0;while(!![]){switch(_0x5a36e0[_0x962ab3++]){case'0':_origStdoutWrite&&(process[_0x27f470(0x113)][_0x27f470(0xd8)]=_origStdoutWrite);continue;case'1':_origStderrWrite=null;continue;case'2':if(!_installed)return;continue;case'3':_origStdoutWrite=null;continue;case'4':logger[_0x27f470(0xe8)](_0x5948bc[_0x27f470(0x10b)]);continue;case'5':_origStderrWrite&&(process[_0x27f470(0xed)][_0x27f470(0xd8)]=_origStderrWrite);continue;case'6':_installed=![];continue;case'7':_recent[_0x27f470(0xce)]();continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a75_0x2471ac=a75_0xd4c7;(function(_0xfba8c8,_0x42a169){const _0x28f8b5=a75_0xd4c7,_0x424867=_0xfba8c8();while(!![]){try{const _0x16aef7=parseInt(_0x28f8b5(0xb5))/0x1*(parseInt(_0x28f8b5(0xa9))/0x2)+-parseInt(_0x28f8b5(0xd2))/0x3+-parseInt(_0x28f8b5(0xe7))/0x4*(parseInt(_0x28f8b5(0x96))/0x5)+-parseInt(_0x28f8b5(0xa3))/0x6+parseInt(_0x28f8b5(0xde))/0x7+parseInt(_0x28f8b5(0xaf))/0x8+-parseInt(_0x28f8b5(0xa0))/0x9*(parseInt(_0x28f8b5(0xa2))/0xa);if(_0x16aef7===_0x42a169)break;else _0x424867['push'](_0x424867['shift']());}catch(_0x3fe4ef){_0x424867['push'](_0x424867['shift']());}}}(a75_0xa742,0x9f497));function a75_0xd4c7(_0x5ba15f,_0x176e91){const _0xa742a=a75_0xa742();return a75_0xd4c7=function(_0xd4c705,_0x51779a){_0xd4c705=_0xd4c705-0x8e;let _0x7ca013=_0xa742a[_0xd4c705];return _0x7ca013;},a75_0xd4c7(_0x5ba15f,_0x176e91);}const logger=require(a75_0x2471ac(0xc7))['winstonLogger'];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x5e9fe2=a75_0x2471ac,_0x3016ec={'hyZCR':function(_0xb4dd19,_0x49057f){return _0xb4dd19(_0x49057f);},'iTJjO':_0x5e9fe2(0xd9),'mkjzz':_0x5e9fe2(0xc2),'ELjLJ':_0x5e9fe2(0xa1),'YTKvm':_0x5e9fe2(0xbc),'HVpwc':_0x5e9fe2(0x9d)},_0x5d3438=_0x3016ec[_0x5e9fe2(0x9a)](require,_0x3016ec['iTJjO']),_0x168ac1=_0x5d3438[_0x5e9fe2(0xef)](require['resolve'](_0x3016ec[_0x5e9fe2(0xe5)],{'paths':[process[_0x5e9fe2(0xac)]()]})),_0x41e91f=_0x5d3438[_0x5e9fe2(0xf2)](_0x168ac1,_0x3016ec[_0x5e9fe2(0xb3)],_0x3016ec[_0x5e9fe2(0x90)],_0x3016ec['HVpwc']),_0x207f38=_0x3016ec[_0x5e9fe2(0x9a)](require,_0x41e91f);return _0x207f38&&(_0x207f38[_0x5e9fe2(0xed)]||_0x207f38);}function a75_0xa742(){const _0x3e5e88=['api','YAAyR','AJRHK','defineProperty','debug','getInstance','testcafe/package.json','exports','get','JJsRi','value','../../helpers/logger','XYPkw','getTrackedInstance','../v2/browserstackCLI','isEnabledTestcase','NIVJf','KEY_TEST_STARTED_AT','length','info','GRVLb','hJQLu','860211QjJgdr','runScan','name','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','getAllData','ggsJW','RMsSg','path','cucumber','values','stringify','lozhP','9087925NYqvSu','gMXPE','wvycr','install','../v2/framework/automationFramework','module','TgWZv','mkjzz','shouldScanForCommand','99228bxlWsX','[testcafe-action-patcher]\x20uninstalled','clear','owner','message','OgpBg','default','JstMQ','dirname','pending','call','join','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','__currentPlatformUuids','./a11y-runner','KEY_DRIVER','catch','YTKvm','Uqtyn','apply','enumerable','VPUNi','IaMqB','70RxOTat','getState','RxNfb','nfKBf','hyZCR','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','isArray','test-controller','__bstack_a11y_wrapped','isRunning','9342MhhMLq','lib','5230BpYbXG','5495274GNSjIa','\x20cmd=','\x20failed:\x20','set','\x20testName=','KEY_TEST_NAME','1142044PRHSjV','UykUD','../v2/framework/testFramework','cwd','getAccessibilityModule','function','2439264puUoWd','prototype','getOwnPropertyDescriptor','RNDoY','ELjLJ','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','2CZjxDj','sulbC','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','KEY_TEST_RESULT','YUCKY','getData'];a75_0xa742=function(){return _0x3e5e88;};return a75_0xa742();}async function _performScanForAllDrivers(_0x44d09c){const _0x265bae=a75_0x2471ac,_0x359220={'sulbC':function(_0x250450,_0x3a6cd3){return _0x250450(_0x3a6cd3);},'Uqtyn':_0x265bae(0xca),'JJsRi':'../v2/framework/testcafeAutomationFramework','wskoV':function(_0x3df0c8,_0x1780e8){return _0x3df0c8(_0x1780e8);},'hJQLu':_0x265bae(0xe2),'YAAyR':function(_0x21978d,_0x11f420){return _0x21978d(_0x11f420);},'kbEGa':'../v2/modules/testcafeDriverModule','ggsJW':_0x265bae(0xab),'RNDoY':function(_0x519bf4,_0x20bbf4){return _0x519bf4===_0x20bbf4;},'GRVLb':_0x265bae(0xae),'IaMqB':_0x265bae(0xf4),'AJRHK':function(_0x12375e,_0x482022){return _0x12375e===_0x482022;},'OgpBg':'../v2/framework/constants/testFrameworkConstants','mquOM':function(_0x206c2f,_0x28ab54){return _0x206c2f===_0x28ab54;},'lHOnQ':function(_0x263475,_0x1ff1e5){return _0x263475===_0x1ff1e5;},'RMsSg':_0x265bae(0xf0),'UykUD':function(_0x148d28,_0x7e00c6){return _0x148d28===_0x7e00c6;},'XYPkw':function(_0x2b5ec3,_0x37801b){return _0x2b5ec3>_0x37801b;},'FOrXj':'<unnamed>','nfKBf':_0x265bae(0xda),'gRLGw':function(_0x935024,_0x14fbbc){return _0x935024(_0x14fbbc);},'TgWZv':_0x265bae(0xf5)};try{const _0x4c41bf=_0x359220[_0x265bae(0xb6)](require,_0x359220[_0x265bae(0x91)]),_0x1f4531=_0x359220['sulbC'](require,_0x359220[_0x265bae(0xc5)]),_0x2859db=_0x359220['wskoV'](require,_0x359220[_0x265bae(0xd1)]),_0x568153=_0x359220[_0x265bae(0xbd)](require,_0x359220['kbEGa']),_0x3f5ad4=_0x359220[_0x265bae(0xbd)](require,_0x359220[_0x265bae(0xd7)]),_0x53d934=_0x4c41bf[_0x265bae(0xc1)]();if(!_0x53d934||!_0x53d934[_0x265bae(0x9f)]())return;const _0x50d704=_0x53d934[_0x265bae(0xad)]&&_0x53d934[_0x265bae(0xad)]();if(!_0x50d704)return;if(_0x359220[_0x265bae(0xb2)](typeof _0x50d704[_0x265bae(0xe6)],_0x359220[_0x265bae(0xd0)])&&!_0x50d704[_0x265bae(0xe6)](_0x44d09c))return;const _0x497077=_0x3f5ad4[_0x265bae(0xc9)]&&_0x3f5ad4[_0x265bae(0xc9)]();if(!_0x497077)return;const _0xf6f5f=Array['isArray'](_0x497077[_0x265bae(0xbb)](_0x359220[_0x265bae(0x95)]))?_0x497077[_0x265bae(0xbb)](_0x359220[_0x265bae(0x95)]):[];if(_0x359220['AJRHK'](_0xf6f5f[_0x265bae(0xce)],0x0))return;try{const _0x198dce=_0x359220['YAAyR'](require,_0x359220[_0x265bae(0xec)]),_0x171c49=_0x359220[_0x265bae(0xbe)](typeof _0x497077[_0x265bae(0xd6)],_0x359220['GRVLb'])?_0x497077[_0x265bae(0xd6)]():null;if(_0x171c49&&_0x359220['mquOM'](typeof _0x171c49[_0x265bae(0xdb)],_0x359220[_0x265bae(0xd0)])&&_0x359220[_0x265bae(0xb2)](typeof _0x50d704[_0x265bae(0xcb)],_0x359220[_0x265bae(0xd0)])){let _0x12119b=null,_0x3a252e='';for(const _0x40694c of _0x171c49[_0x265bae(0xdb)]()){if(!_0x40694c)continue;const _0x28311e=_0x40694c[_0x198dce[_0x265bae(0xcd)]],_0x2ae5fd=_0x40694c[_0x198dce[_0x265bae(0xb9)]];_0x28311e&&(_0x359220['lHOnQ'](_0x2ae5fd,_0x359220[_0x265bae(0xd8)])||_0x359220[_0x265bae(0xaa)](_0x2ae5fd,_0x198dce['DEFAULT_TEST_RESULT']))&&(_0x359220[_0x265bae(0xc8)](_0x28311e,_0x3a252e)&&(_0x3a252e=_0x28311e,_0x12119b=_0x40694c));}if(_0x12119b){const _0x348bd6=_0x12119b[_0x198dce['KEY_TEST_TAGS']]||[],_0x541573=_0x12119b[_0x198dce[_0x265bae(0xa8)]]||_0x359220['FOrXj'],_0x727d15=_0x50d704[_0x265bae(0xcb)](_0x348bd6,null,_0x359220[_0x265bae(0x99)]);if(!_0x727d15){logger[_0x265bae(0xc0)](_0x265bae(0xb8)+_0x44d09c+_0x265bae(0xa7)+_0x541573+'\x20tags='+JSON[_0x265bae(0xdc)](_0x348bd6)+_0x265bae(0xb4));return;}}}}catch(_0x4ddbff){logger[_0x265bae(0xc0)](_0x265bae(0xf3)+(_0x4ddbff[_0x265bae(0xeb)]||_0x4ddbff));}const _0x914b76=_0x359220['gRLGw'](require,_0x359220[_0x265bae(0xe4)]);for(const {platformIndex:_0x17858e,instance:_0x2f93e4}of _0x1f4531['iterAllInstances']()){const _0x3b228b=_0x2859db[_0x265bae(0x97)](_0x2f93e4,_0x568153[_0x265bae(0x8e)],null);if(!_0x3b228b)continue;const _0x4e6759=_0xf6f5f[_0x17858e]||_0xf6f5f[0x0]||'';try{await _0x914b76[_0x265bae(0xd3)](_0x3b228b,_0x4e6759,_0x44d09c,![]);}catch(_0x157ccf){logger[_0x265bae(0xc0)]('[testcafe-action-patcher]\x20performScan\x20pi='+_0x17858e+_0x265bae(0xa4)+_0x44d09c+_0x265bae(0xa5)+(_0x157ccf[_0x265bae(0xeb)]||_0x157ccf));}}}catch(_0x489d41){logger[_0x265bae(0xc0)]('[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20'+(_0x489d41[_0x265bae(0xeb)]||_0x489d41));}}function install(_0xba4afa){const _0x1f136e=a75_0x2471ac,_0x2838ba={'lozhP':function(_0xb93c14,_0x28aa81){return _0xb93c14(_0x28aa81);},'vGkNx':function(_0x49b5c2,_0xc6c1fc){return _0x49b5c2!==_0xc6c1fc;},'PXMEz':'function','VPUNi':function(_0x555ffc,_0x2b55f2){return _0x555ffc===_0x2b55f2;},'NIVJf':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','wvycr':function(_0x275d60){return _0x275d60();},'RxNfb':_0x1f136e(0x9b),'JstMQ':'testController','gMXPE':function(_0xf3bd4e,_0x5dcff3){return _0xf3bd4e===_0x5dcff3;}};if(_installed)return;if(!Array[_0x1f136e(0x9c)](_0xba4afa)||_0x2838ba[_0x1f136e(0x94)](_0xba4afa['length'],0x0)){logger[_0x1f136e(0xc0)](_0x2838ba[_0x1f136e(0xcc)]);return;}let _0x3e6792;try{_0x3e6792=_0x2838ba[_0x1f136e(0xe0)](_requireTestController);}catch(_0x2618bb){logger[_0x1f136e(0xc0)](_0x1f136e(0xb7)+(_0x2618bb[_0x1f136e(0xeb)]||_0x2618bb));return;}if(!_0x3e6792||!_0x3e6792[_0x1f136e(0xb0)]){logger[_0x1f136e(0xc0)](_0x2838ba[_0x1f136e(0x98)]);return;}const _0x46046a=_0x3e6792[_0x1f136e(0xb0)];let _0x1adf90=0x0;function _0x4f1a2d(_0x302069){const _0x189a63=_0x1f136e;let _0x1edfa3=_0x46046a;while(_0x1edfa3){const _0x463f42=Object[_0x189a63(0xb1)](_0x1edfa3,_0x302069);if(_0x463f42){const _0x2b08b1={};return _0x2b08b1['descriptor']=_0x463f42,_0x2b08b1[_0x189a63(0xea)]=_0x1edfa3,_0x2b08b1;}_0x1edfa3=Object['getPrototypeOf'](_0x1edfa3);}return null;}for(const _0xbf5850 of _0xba4afa){if(!_0xbf5850||_0x2838ba['vGkNx'](_0xbf5850[_0x1f136e(0xe3)],_0x2838ba[_0x1f136e(0xee)]))continue;const _0x2e2cc7=_0xbf5850[_0x1f136e(0xd4)],_0x4ceebc=_0x2838ba[_0x1f136e(0xdd)](_0x4f1a2d,_0x2e2cc7);if(!_0x4ceebc)continue;const {descriptor:_0x48ca53,owner:_0x55863b}=_0x4ceebc;if(_0x48ca53[_0x1f136e(0x9e)])continue;let _0x4a8496;if(_0x2838ba[_0x1f136e(0x94)](typeof _0x48ca53[_0x1f136e(0xc6)],_0x2838ba['PXMEz'])){const _0x5536fa=_0x48ca53[_0x1f136e(0xc6)];_0x4a8496={'configurable':!![],'writable':!![],'enumerable':_0x48ca53[_0x1f136e(0x93)],'value':function(..._0x4679bc){const _0x5cc08c=_0x1f136e;return _0x2838ba[_0x5cc08c(0xdd)](_performScanForAllDrivers,_0x2e2cc7)['catch'](()=>{}),_0x5536fa[_0x5cc08c(0x92)](this,_0x4679bc);}};}else{if(_0x2838ba[_0x1f136e(0xdf)](typeof _0x48ca53[_0x1f136e(0xc4)],_0x2838ba['PXMEz'])){const _0x495a70=_0x48ca53['get'];_0x4a8496={'configurable':!![],'enumerable':_0x48ca53[_0x1f136e(0x93)],'get'(){const _0x239125=_0x1f136e,_0x231d09={'Vzont':function(_0x131d66,_0x30cba1){const _0x1f88b0=a75_0xd4c7;return _0x2838ba[_0x1f88b0(0xdd)](_0x131d66,_0x30cba1);}},_0x2c5175=_0x495a70[_0x239125(0xf1)](this);if(_0x2838ba['vGkNx'](typeof _0x2c5175,_0x2838ba['PXMEz']))return _0x2c5175;return function(..._0x1ef83f){const _0x237bef=_0x239125;return _0x231d09['Vzont'](_performScanForAllDrivers,_0x2e2cc7)[_0x237bef(0x8f)](()=>{}),_0x2c5175['apply'](this,_0x1ef83f);};},'set':_0x48ca53[_0x1f136e(0xa6)]||function(){}};}else continue;}_0x4a8496['__bstack_a11y_wrapped']=!![];try{Object['defineProperty'](_0x55863b,_0x2e2cc7,_0x4a8496);const _0x556231={};_0x556231[_0x1f136e(0xea)]=_0x55863b,_0x556231['originalDescriptor']=_0x48ca53,_patchedDescriptors[_0x1f136e(0xa6)](_0x2e2cc7,_0x556231),_0x1adf90+=0x1;}catch(_0x2d2a9f){logger[_0x1f136e(0xc0)]('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x2e2cc7+':\x20'+(_0x2d2a9f[_0x1f136e(0xeb)]||_0x2d2a9f));}}_installed=!![],logger[_0x1f136e(0xcf)]('[testcafe-action-patcher]\x20wrapped\x20'+_0x1adf90+'/'+_0xba4afa[_0x1f136e(0xce)]+'\x20TestController\x20methods\x20for\x20accessibility\x20scanning');}function uninstall(){const _0x216ea8=a75_0x2471ac,_0x2b745a={};_0x2b745a[_0x216ea8(0xba)]=_0x216ea8(0xe8);const _0x40ce4a=_0x2b745a;if(!_installed)return;for(const [_0x1fa415,{owner:_0x5a9443,originalDescriptor:_0x3653d2}]of _patchedDescriptors){try{Object[_0x216ea8(0xbf)](_0x5a9443,_0x1fa415,_0x3653d2);}catch(_0x498c60){logger['debug'](_0x216ea8(0xd5)+_0x1fa415+':\x20'+(_0x498c60[_0x216ea8(0xeb)]||_0x498c60));}}_patchedDescriptors[_0x216ea8(0xe9)](),_installed=![],logger[_0x216ea8(0xc0)](_0x40ce4a[_0x216ea8(0xba)]);}const a75_0x2b4c6e={};a75_0x2b4c6e[a75_0x2471ac(0xe1)]=install,a75_0x2b4c6e['uninstall']=uninstall,module[a75_0x2471ac(0xc3)]=a75_0x2b4c6e;
1
+ 'use strict';const a75_0xe6bed8=a75_0x232b;function a75_0x232b(_0x2ace47,_0x22421e){const _0x52d7d3=a75_0x52d7();return a75_0x232b=function(_0x232b55,_0x5ceb1a){_0x232b55=_0x232b55-0x13d;let _0x112e54=_0x52d7d3[_0x232b55];return _0x112e54;},a75_0x232b(_0x2ace47,_0x22421e);}(function(_0x2e94df,_0x20a2f8){const _0x12c997=a75_0x232b,_0x5987ea=_0x2e94df();while(!![]){try{const _0x5da7bb=parseInt(_0x12c997(0x14b))/0x1*(-parseInt(_0x12c997(0x16b))/0x2)+parseInt(_0x12c997(0x160))/0x3+-parseInt(_0x12c997(0x184))/0x4+-parseInt(_0x12c997(0x142))/0x5*(parseInt(_0x12c997(0x18d))/0x6)+parseInt(_0x12c997(0x1a1))/0x7*(-parseInt(_0x12c997(0x182))/0x8)+parseInt(_0x12c997(0x178))/0x9*(-parseInt(_0x12c997(0x173))/0xa)+parseInt(_0x12c997(0x1a7))/0xb;if(_0x5da7bb===_0x20a2f8)break;else _0x5987ea['push'](_0x5987ea['shift']());}catch(_0x502aad){_0x5987ea['push'](_0x5987ea['shift']());}}}(a75_0x52d7,0x7bdab));const logger=require(a75_0xe6bed8(0x197))[a75_0xe6bed8(0x14c)];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x561cf9=a75_0xe6bed8,_0x5b074a={'kqIwf':function(_0x39cf01,_0x561dce){return _0x39cf01(_0x561dce);},'TDTHB':_0x561cf9(0x192),'jmwNK':'testcafe/package.json','wEHld':_0x561cf9(0x161),'IIWdY':_0x561cf9(0x19c),'rkkfg':'test-controller'},_0x9fc64d=_0x5b074a['kqIwf'](require,_0x5b074a[_0x561cf9(0x181)]),_0x1d0abd=_0x9fc64d[_0x561cf9(0x16d)](require[_0x561cf9(0x145)](_0x5b074a['jmwNK'],{'paths':[process[_0x561cf9(0x179)]()]})),_0x155f36=_0x9fc64d['join'](_0x1d0abd,_0x5b074a[_0x561cf9(0x180)],_0x5b074a[_0x561cf9(0x153)],_0x5b074a[_0x561cf9(0x19a)]),_0x881373=_0x5b074a['kqIwf'](require,_0x155f36);return _0x881373&&(_0x881373[_0x561cf9(0x150)]||_0x881373);}async function _performScanForAllDrivers(_0x278fc2){const _0x24e559=a75_0xe6bed8,_0x2b7529={'MHGpq':function(_0x3266d4,_0x2b1091){return _0x3266d4(_0x2b1091);},'yudGq':_0x24e559(0x15d),'BDucz':_0x24e559(0x185),'RMfWs':_0x24e559(0x17d),'GhFVG':function(_0x575cf4,_0x2ebf84){return _0x575cf4(_0x2ebf84);},'TaeKC':_0x24e559(0x13e),'aqmzA':function(_0x4dc274,_0x3ab538){return _0x4dc274(_0x3ab538);},'hAnbg':_0x24e559(0x163),'WBXMr':function(_0x183c3d,_0x4b5690){return _0x183c3d===_0x4b5690;},'EZYwx':_0x24e559(0x172),'peVIC':_0x24e559(0x18a),'VaCji':function(_0x36bf6b,_0x31ad6e){return _0x36bf6b===_0x31ad6e;},'JikoW':function(_0x7d8d4b,_0x24e1a9){return _0x7d8d4b(_0x24e1a9);},'raeuX':'../v2/framework/constants/testFrameworkConstants','qfnnX':function(_0xd1691b,_0x3f112d){return _0xd1691b===_0x3f112d;},'ADJyM':function(_0x12d5ed,_0x532642){return _0x12d5ed===_0x532642;},'vuItH':function(_0x598a6a,_0x4b07dc){return _0x598a6a===_0x4b07dc;},'WSKHW':_0x24e559(0x19e),'aVIpH':function(_0xb526aa,_0x4d363e){return _0xb526aa===_0x4d363e;},'mvkuw':function(_0x52b957,_0x32dbce){return _0x52b957>_0x32dbce;},'KdwgM':_0x24e559(0x17e),'PiLRg':_0x24e559(0x149),'QltkZ':function(_0x4a8cf0,_0x4d85ca){return _0x4a8cf0(_0x4d85ca);},'YcQMa':_0x24e559(0x15b)};try{const _0x478c1a=_0x2b7529['MHGpq'](require,_0x2b7529[_0x24e559(0x195)]),_0x189184=_0x2b7529[_0x24e559(0x176)](require,_0x2b7529[_0x24e559(0x14a)]),_0x3bf9d8=_0x2b7529[_0x24e559(0x176)](require,_0x2b7529['RMfWs']),_0x455ed2=_0x2b7529[_0x24e559(0x1a5)](require,_0x2b7529['TaeKC']),_0x31ebf4=_0x2b7529[_0x24e559(0x148)](require,_0x2b7529['hAnbg']),_0x51684e=_0x478c1a[_0x24e559(0x146)]();if(!_0x51684e||!_0x51684e['isRunning']())return;const _0x161574=_0x51684e[_0x24e559(0x156)]&&_0x51684e[_0x24e559(0x156)]();if(!_0x161574)return;if(_0x2b7529['WBXMr'](typeof _0x161574['shouldScanForCommand'],_0x2b7529[_0x24e559(0x18f)])&&!_0x161574[_0x24e559(0x196)](_0x278fc2))return;const _0x22d519=_0x31ebf4[_0x24e559(0x18c)]&&_0x31ebf4['getTrackedInstance']();if(!_0x22d519)return;const _0x19a8eb=Array[_0x24e559(0x18b)](_0x22d519[_0x24e559(0x174)](_0x2b7529[_0x24e559(0x159)]))?_0x22d519['getData'](_0x2b7529['peVIC']):[];if(_0x2b7529[_0x24e559(0x140)](_0x19a8eb[_0x24e559(0x16e)],0x0))return;try{const _0x374f1b=_0x2b7529[_0x24e559(0x199)](require,_0x2b7529['raeuX']),_0x5178ab=_0x2b7529['VaCji'](typeof _0x22d519['getAllData'],_0x2b7529['EZYwx'])?_0x22d519['getAllData']():null;if(_0x5178ab&&_0x2b7529[_0x24e559(0x157)](typeof _0x5178ab[_0x24e559(0x1a6)],_0x2b7529['EZYwx'])&&_0x2b7529['ADJyM'](typeof _0x161574['isEnabledTestcase'],_0x2b7529['EZYwx'])){let _0x18155b=null,_0x34931a='';for(const _0x5c90bf of _0x5178ab[_0x24e559(0x1a6)]()){if(!_0x5c90bf)continue;const _0x20900c=_0x5c90bf[_0x374f1b[_0x24e559(0x187)]],_0x4f68f0=_0x5c90bf[_0x374f1b[_0x24e559(0x1a0)]];_0x20900c&&(_0x2b7529[_0x24e559(0x164)](_0x4f68f0,_0x2b7529[_0x24e559(0x17b)])||_0x2b7529['aVIpH'](_0x4f68f0,_0x374f1b[_0x24e559(0x183)]))&&(_0x2b7529[_0x24e559(0x167)](_0x20900c,_0x34931a)&&(_0x34931a=_0x20900c,_0x18155b=_0x5c90bf));}if(_0x18155b){const _0x34d82f=_0x18155b[_0x374f1b[_0x24e559(0x189)]]||[],_0x49d861=_0x18155b[_0x374f1b['KEY_TEST_NAME']]||_0x2b7529[_0x24e559(0x198)],_0x23a147=_0x161574['isEnabledTestcase'](_0x34d82f,null,_0x2b7529['PiLRg']);if(!_0x23a147){logger['debug'](_0x24e559(0x15a)+_0x278fc2+_0x24e559(0x170)+_0x49d861+_0x24e559(0x188)+JSON[_0x24e559(0x13f)](_0x34d82f)+_0x24e559(0x141));return;}}}}catch(_0x27fd2c){logger[_0x24e559(0x169)](_0x24e559(0x19b)+(_0x27fd2c[_0x24e559(0x14d)]||_0x27fd2c));}const _0x2383ee=_0x2b7529[_0x24e559(0x152)](require,_0x2b7529[_0x24e559(0x15c)]);for(const {platformIndex:_0xe28452,instance:_0x59fdf2}of _0x189184[_0x24e559(0x143)]()){const _0x23a7b7=_0x3bf9d8[_0x24e559(0x177)](_0x59fdf2,_0x455ed2[_0x24e559(0x165)],null);if(!_0x23a7b7)continue;const _0x4e3d8c=_0x19a8eb[_0xe28452]||_0x19a8eb[0x0]||'';try{await _0x2383ee[_0x24e559(0x155)](_0x23a7b7,_0x4e3d8c,_0x278fc2,![]);}catch(_0x37f22b){logger[_0x24e559(0x169)]('[testcafe-action-patcher]\x20performScan\x20pi='+_0xe28452+_0x24e559(0x194)+_0x278fc2+_0x24e559(0x16c)+(_0x37f22b[_0x24e559(0x14d)]||_0x37f22b));}}}catch(_0x309fee){logger[_0x24e559(0x169)](_0x24e559(0x151)+(_0x309fee[_0x24e559(0x14d)]||_0x309fee));}}function install(_0x6a37d2){const _0x59abc9=a75_0xe6bed8,_0x51d67e={'gPtNx':function(_0x1d9279,_0x189401){return _0x1d9279(_0x189401);},'lLkDY':function(_0x2087fe,_0x2f9c4f){return _0x2087fe(_0x2f9c4f);},'BbPgN':function(_0x1b53c4,_0x2b961a){return _0x1b53c4!==_0x2b961a;},'gmOYr':_0x59abc9(0x172),'mFMzv':function(_0x262fc2,_0x30d666){return _0x262fc2===_0x30d666;},'EoQlI':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','gMjoy':function(_0x1ac050){return _0x1ac050();},'RBAGz':'[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','knkpL':function(_0xc67cbe,_0x211583){return _0xc67cbe!==_0x211583;},'LideT':_0x59abc9(0x186),'ReOyD':function(_0x169033,_0x2a9c57){return _0x169033(_0x2a9c57);}};if(_installed)return;if(!Array['isArray'](_0x6a37d2)||_0x51d67e[_0x59abc9(0x147)](_0x6a37d2[_0x59abc9(0x16e)],0x0)){logger[_0x59abc9(0x169)](_0x51d67e[_0x59abc9(0x193)]);return;}let _0x4500e4;try{_0x4500e4=_0x51d67e[_0x59abc9(0x1a3)](_requireTestController);}catch(_0x32de50){logger[_0x59abc9(0x169)](_0x59abc9(0x1a2)+(_0x32de50[_0x59abc9(0x14d)]||_0x32de50));return;}if(!_0x4500e4||!_0x4500e4[_0x59abc9(0x175)]){logger[_0x59abc9(0x169)](_0x51d67e[_0x59abc9(0x1a4)]);return;}const _0x110352=_0x4500e4[_0x59abc9(0x175)];let _0x342275=0x0;function _0xc4c234(_0xc6e75c){const _0x357cfa=_0x59abc9;let _0xb3968b=_0x110352;while(_0xb3968b){const _0x47852c=Object[_0x357cfa(0x144)](_0xb3968b,_0xc6e75c);if(_0x47852c){const _0x1334ef={};return _0x1334ef['descriptor']=_0x47852c,_0x1334ef['owner']=_0xb3968b,_0x1334ef;}_0xb3968b=Object[_0x357cfa(0x17a)](_0xb3968b);}return null;}for(const _0x55a3d8 of _0x6a37d2){if(!_0x55a3d8||_0x51d67e['knkpL'](_0x55a3d8[_0x59abc9(0x166)],_0x51d67e[_0x59abc9(0x19f)]))continue;const _0x4830f7=_0x55a3d8[_0x59abc9(0x171)],_0x62032d=_0x51d67e['ReOyD'](_0xc4c234,_0x4830f7);if(!_0x62032d)continue;const {descriptor:_0x58a245,owner:_0x210410}=_0x62032d;if(_0x58a245[_0x59abc9(0x17c)])continue;let _0x2d7126;if(_0x51d67e['mFMzv'](typeof _0x58a245[_0x59abc9(0x158)],_0x51d67e[_0x59abc9(0x16f)])){const _0x551af3=_0x58a245[_0x59abc9(0x158)];_0x2d7126={'configurable':!![],'writable':!![],'enumerable':_0x58a245['enumerable'],'value':function(..._0x3f074f){const _0x3e0c59=_0x59abc9;return _0x51d67e[_0x3e0c59(0x15e)](_performScanForAllDrivers,_0x4830f7)[_0x3e0c59(0x190)](()=>{}),_0x551af3[_0x3e0c59(0x17f)](this,_0x3f074f);}};}else{if(_0x51d67e['mFMzv'](typeof _0x58a245[_0x59abc9(0x19d)],_0x51d67e['gmOYr'])){const _0x517729=_0x58a245[_0x59abc9(0x19d)];_0x2d7126={'configurable':!![],'enumerable':_0x58a245[_0x59abc9(0x14e)],'get'(){const _0x41b63d=_0x59abc9,_0xf12544={'OvxMu':function(_0x11f2d5,_0x3385f6){return _0x51d67e['lLkDY'](_0x11f2d5,_0x3385f6);}},_0x5ce820=_0x517729[_0x41b63d(0x15f)](this);if(_0x51d67e[_0x41b63d(0x162)](typeof _0x5ce820,_0x51d67e[_0x41b63d(0x16f)]))return _0x5ce820;return function(..._0x1c7edd){const _0x4551c3=_0x41b63d;return _0xf12544['OvxMu'](_performScanForAllDrivers,_0x4830f7)['catch'](()=>{}),_0x5ce820[_0x4551c3(0x17f)](this,_0x1c7edd);};},'set':_0x58a245[_0x59abc9(0x191)]||function(){}};}else continue;}_0x2d7126[_0x59abc9(0x17c)]=!![];try{Object['defineProperty'](_0x210410,_0x4830f7,_0x2d7126);const _0xf86989={};_0xf86989[_0x59abc9(0x168)]=_0x210410,_0xf86989[_0x59abc9(0x14f)]=_0x58a245,_patchedDescriptors['set'](_0x4830f7,_0xf86989),_0x342275+=0x1;}catch(_0x2d1a16){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x4830f7+':\x20'+(_0x2d1a16[_0x59abc9(0x14d)]||_0x2d1a16));}}_installed=!![],logger['info']('[testcafe-action-patcher]\x20wrapped\x20'+_0x342275+'/'+_0x6a37d2[_0x59abc9(0x16e)]+'\x20TestController\x20methods\x20for\x20accessibility\x20scanning');}function uninstall(){const _0x368d93=a75_0xe6bed8,_0x266638={};_0x266638['GteZO']=_0x368d93(0x16a);const _0x418dda=_0x266638;if(!_installed)return;for(const [_0x3accd0,{owner:_0x18f9c4,originalDescriptor:_0x517807}]of _patchedDescriptors){try{Object['defineProperty'](_0x18f9c4,_0x3accd0,_0x517807);}catch(_0x4c25ba){logger[_0x368d93(0x169)]('[testcafe-action-patcher]\x20could\x20not\x20restore\x20'+_0x3accd0+':\x20'+(_0x4c25ba[_0x368d93(0x14d)]||_0x4c25ba));}}_patchedDescriptors[_0x368d93(0x154)](),_installed=![],logger[_0x368d93(0x169)](_0x418dda[_0x368d93(0x13d)]);}const a75_0x5c84c8={};a75_0x5c84c8['install']=install,a75_0x5c84c8[a75_0xe6bed8(0x18e)]=uninstall,module['exports']=a75_0x5c84c8;function a75_0x52d7(){const _0x568d6e=['3213098mPVvSu','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','gMjoy','RBAGz','GhFVG','values','35432573rDaNXp','GteZO','../v2/modules/testcafeDriverModule','stringify','VaCji','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','8955pNzIPu','iterAllInstances','getOwnPropertyDescriptor','resolve','getInstance','mFMzv','aqmzA','cucumber','BDucz','8389wnkDWf','winstonLogger','message','enumerable','originalDescriptor','default','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','QltkZ','IIWdY','clear','runScan','getAccessibilityModule','qfnnX','value','peVIC','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','./a11y-runner','YcQMa','../v2/browserstackCLI','gPtNx','call','1571559KAQFCM','lib','BbPgN','../v2/framework/testFramework','vuItH','KEY_DRIVER','module','mvkuw','owner','debug','[testcafe-action-patcher]\x20uninstalled','190REuCOH','\x20failed:\x20','dirname','length','gmOYr','\x20testName=','name','function','175550LmjTew','getData','prototype','MHGpq','getState','441ioZMLW','cwd','getPrototypeOf','WSKHW','__bstack_a11y_wrapped','../v2/framework/automationFramework','<unnamed>','apply','wEHld','TDTHB','8XKwkdc','DEFAULT_TEST_RESULT','3705224zqLcyN','../v2/framework/testcafeAutomationFramework','testController','KEY_TEST_STARTED_AT','\x20tags=','KEY_TEST_TAGS','__currentPlatformUuids','isArray','getTrackedInstance','654PccDoX','uninstall','EZYwx','catch','set','path','EoQlI','\x20cmd=','yudGq','shouldScanForCommand','../../helpers/logger','KdwgM','JikoW','rkkfg','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','api','get','pending','LideT','KEY_TEST_RESULT'];a75_0x52d7=function(){return _0x568d6e;};return a75_0x52d7();}
@@ -1 +1 @@
1
- 'use strict';function a76_0x57d4(_0x1e29b1,_0x34126c){const _0x1d20c3=a76_0x1d20();return a76_0x57d4=function(_0x57d4b0,_0x4f48b0){_0x57d4b0=_0x57d4b0-0x169;let _0x1bfb3e=_0x1d20c3[_0x57d4b0];return _0x1bfb3e;},a76_0x57d4(_0x1e29b1,_0x34126c);}const a76_0x5ecd8f=a76_0x57d4;(function(_0x284772,_0x5fe829){const _0xa16557=a76_0x57d4,_0x4dbc97=_0x284772();while(!![]){try{const _0x2d1ed4=-parseInt(_0xa16557(0x1ad))/0x1+parseInt(_0xa16557(0x173))/0x2*(parseInt(_0xa16557(0x175))/0x3)+parseInt(_0xa16557(0x189))/0x4*(parseInt(_0xa16557(0x1b1))/0x5)+-parseInt(_0xa16557(0x18b))/0x6*(-parseInt(_0xa16557(0x16b))/0x7)+parseInt(_0xa16557(0x18a))/0x8+parseInt(_0xa16557(0x174))/0x9*(-parseInt(_0xa16557(0x1a5))/0xa)+-parseInt(_0xa16557(0x1a3))/0xb;if(_0x2d1ed4===_0x5fe829)break;else _0x4dbc97['push'](_0x4dbc97['shift']());}catch(_0x34a5b2){_0x4dbc97['push'](_0x4dbc97['shift']());}}}(a76_0x1d20,0x3773f));const got=require('got'),logger=require('../../helpers/logger')[a76_0x5ecd8f(0x1af)],_trim=_0x1317a3=>(_0x1317a3||'')[a76_0x5ecd8f(0x191)](/\/+$/,'');function a76_0x1d20(){const _0x30682a=['18cTuLEA','browserstack-node-sdk-testcafe','/url','IOPFS','_opts','url','replace','keys','username','/execute/sync','KXPCQ','exports','timeout','password','test','Neoxh','body',':\x20HTTP\x20','WaDTr','get','Alftw','W3CDriver','/session/','headers','3176756puWAHt','webdriver.remote.sessionid','86460pMedFl','_hubUrl','_sessionId','delete','post','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','/session','script','39495haxRiX','QOIhz','winstonLogger','executeScript','10uRvndl','json','request','yWLDm','\x20failed\x20(likely\x20already\x20closed):\x20','length','statusCode','KkkcG','executeAsyncScript','248059QBHhcq','quit','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','message','capabilities','firstMatch','value','hubUrl','160ESCpHV','234gcynop','7473mOXiAO','stringify','IzlYw','XfeRc','toString','/execute/async','_username','FNLtg','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','args','_password','MUWKg','[w3c-driver]\x20DELETE\x20/session\x20','eAYmY','env','sessionId','TMVvQ','https://','slice','desiredCapabilities','503728IZpDlI','1782136Qmsmqi'];a76_0x1d20=function(){return _0x30682a;};return a76_0x1d20();}function _normalizeScheme(_0x3f7414){const _0x3382ef=a76_0x5ecd8f,_0x35703e={};_0x35703e[_0x3382ef(0x169)]=function(_0x131c3e,_0x160f4){return _0x131c3e||_0x160f4;};const _0x2efe49=_0x35703e,_0x192e82=_0x2efe49[_0x3382ef(0x169)](_0x3f7414,'')['trim']();if(!_0x192e82)return _0x192e82;if(/^https?:\/\//i[_0x3382ef(0x199)](_0x192e82))return _0x192e82;return _0x3382ef(0x186)+_0x192e82[_0x3382ef(0x191)](/^\/+/,'');}function _resolveAuth(_0x4cd2e5){const _0x3bef23=a76_0x5ecd8f,_0x331250={'QOIhz':function(_0x2cd8da,_0x5be507){return _0x2cd8da(_0x5be507);},'MUWKg':function(_0x29a700,_0x323684){return _0x29a700(_0x323684);},'yWLDm':function(_0xcf9b2f,_0x3c1e50){return _0xcf9b2f(_0x3c1e50);}},_0x46c739=_0x331250['QOIhz'](_normalizeScheme,_0x4cd2e5);try{const _0x4cfed1=new URL(_0x46c739);if(_0x4cfed1[_0x3bef23(0x193)]||_0x4cfed1['password']){const _0x19cc35=_0x331250[_0x3bef23(0x1ae)](decodeURIComponent,_0x4cfed1[_0x3bef23(0x193)]||''),_0x52f70e=_0x331250[_0x3bef23(0x180)](decodeURIComponent,_0x4cfed1[_0x3bef23(0x198)]||'');return _0x4cfed1['username']='',_0x4cfed1[_0x3bef23(0x198)]='',{'username':_0x19cc35,'password':_0x52f70e,'url':_0x331250[_0x3bef23(0x1b4)](_trim,_0x4cfed1[_0x3bef23(0x179)]())};}}catch(_0x32df62){}return{'username':process['env']['BROWSERSTACK_USERNAME']||'','password':process[_0x3bef23(0x183)]['BROWSERSTACK_ACCESS_KEY']||'','url':_0x331250[_0x3bef23(0x1b4)](_trim,_0x46c739)};}class W3CDriver{constructor({hubUrl:_0x40a40b,sessionId:_0x32153b,username:_0x3e80f0,password:_0x320e52}){const _0xdb0d8e=a76_0x5ecd8f,_0x544533={'wLzmh':function(_0x4be854,_0x279cb7){return _0x4be854(_0x279cb7);}};this[_0xdb0d8e(0x1a6)]=_0x544533['wLzmh'](_trim,_0x40a40b),this[_0xdb0d8e(0x1a7)]=_0x32153b,this[_0xdb0d8e(0x17b)]=_0x3e80f0,this[_0xdb0d8e(0x17f)]=_0x320e52;}get['sessionId'](){const _0x4a2830=a76_0x5ecd8f;return this[_0x4a2830(0x1a7)];}[a76_0x5ecd8f(0x18f)](_0x20f36e={}){const _0x5450db=a76_0x5ecd8f,_0x53a7c4={};_0x53a7c4[_0x5450db(0x182)]=_0x5450db(0x1b2),_0x53a7c4[_0x5450db(0x17c)]=_0x5450db(0x18c);const _0xfcae16=_0x53a7c4,_0x5d53f2={'username':this[_0x5450db(0x17b)],'password':this['_password'],'responseType':_0xfcae16['eAYmY'],'headers':{'user-agent':_0xfcae16['FNLtg']},'throwHttpErrors':![],..._0x20f36e};return _0x5d53f2;}async['navigateTo'](_0x4de4eb){const _0x3f9a26=a76_0x5ecd8f,_0x1c284e={};_0x1c284e[_0x3f9a26(0x178)]=function(_0x501265,_0x158713){return _0x501265>=_0x158713;};const _0x560f79=_0x1c284e,_0x126abc={};_0x126abc[_0x3f9a26(0x190)]=_0x4de4eb;const _0x11cd81={};_0x11cd81[_0x3f9a26(0x1b3)]=0xea60;const _0x1d63a3={};_0x1d63a3['json']=_0x126abc,_0x1d63a3[_0x3f9a26(0x197)]=_0x11cd81;const _0x3a0801=await got[_0x3f9a26(0x1a9)](this['_hubUrl']+'/session/'+this[_0x3f9a26(0x1a7)]+'/url',this['_opts'](_0x1d63a3));if(_0x560f79[_0x3f9a26(0x178)](_0x3a0801['statusCode'],0x190))throw new Error(_0x3f9a26(0x1aa)+this[_0x3f9a26(0x1a7)]+_0x3f9a26(0x19c)+_0x3a0801[_0x3f9a26(0x1b7)]+'\x20'+JSON[_0x3f9a26(0x176)](_0x3a0801[_0x3f9a26(0x19b)])['slice'](0x0,0x12c));}async['getCurrentUrl'](){const _0x1b33a8=a76_0x5ecd8f,_0x59ad68={};_0x59ad68[_0x1b33a8(0x1b3)]=0x7530;const _0x2960a7={};_0x2960a7[_0x1b33a8(0x197)]=_0x59ad68;const _0x368845=await got[_0x1b33a8(0x19e)](this[_0x1b33a8(0x1a6)]+'/session/'+this['_sessionId']+_0x1b33a8(0x18d),this[_0x1b33a8(0x18f)](_0x2960a7));return _0x368845[_0x1b33a8(0x19b)]&&_0x368845['body'][_0x1b33a8(0x171)]||'';}async[a76_0x5ecd8f(0x1b0)](_0x5b60e8,..._0x18ea3a){const _0x2c7e25=a76_0x5ecd8f,_0x26980f={};_0x26980f[_0x2c7e25(0x1ac)]=_0x5b60e8,_0x26980f[_0x2c7e25(0x17e)]=_0x18ea3a;const _0x35a5ac={};_0x35a5ac['request']=0xea60;const _0x455bd0={};_0x455bd0[_0x2c7e25(0x1b2)]=_0x26980f,_0x455bd0[_0x2c7e25(0x197)]=_0x35a5ac;const _0x177ca9=await got[_0x2c7e25(0x1a9)](this[_0x2c7e25(0x1a6)]+_0x2c7e25(0x1a1)+this[_0x2c7e25(0x1a7)]+_0x2c7e25(0x194),this[_0x2c7e25(0x18f)](_0x455bd0));return _0x177ca9[_0x2c7e25(0x19b)]&&_0x177ca9[_0x2c7e25(0x19b)][_0x2c7e25(0x171)];}async[a76_0x5ecd8f(0x16a)](_0x457308,..._0x5b0210){const _0x330d45=a76_0x5ecd8f,_0xd24158={};_0xd24158[_0x330d45(0x1ac)]=_0x457308,_0xd24158['args']=_0x5b0210;const _0x154734={};_0x154734['request']=0x1d4c0;const _0x55a709={};_0x55a709['json']=_0xd24158,_0x55a709[_0x330d45(0x197)]=_0x154734;const _0x17718a=await got[_0x330d45(0x1a9)](this[_0x330d45(0x1a6)]+_0x330d45(0x1a1)+this[_0x330d45(0x1a7)]+_0x330d45(0x17a),this[_0x330d45(0x18f)](_0x55a709));return _0x17718a['body']&&_0x17718a[_0x330d45(0x19b)][_0x330d45(0x171)];}async[a76_0x5ecd8f(0x16c)](){const _0x4ff859=a76_0x5ecd8f;try{const _0x531871={};_0x531871[_0x4ff859(0x1b3)]=0x7530;const _0x65d388={};_0x65d388[_0x4ff859(0x197)]=_0x531871,await got[_0x4ff859(0x1a8)](this[_0x4ff859(0x1a6)]+'/session/'+this[_0x4ff859(0x1a7)],this[_0x4ff859(0x18f)](_0x65d388));}catch(_0x4f11d0){logger['debug'](_0x4ff859(0x181)+this[_0x4ff859(0x1a7)]+_0x4ff859(0x1b5)+_0x4f11d0[_0x4ff859(0x16e)]);}}}async function openSession({hubUrl:_0x325795,capabilities:_0x4c7bcf}){const _0xee1230=a76_0x5ecd8f,_0x1ad86c={'WaDTr':function(_0x4a3f9f,_0x9b60d5){return _0x4a3f9f(_0x9b60d5);},'buIia':function(_0x319297,_0x44418a){return _0x319297||_0x44418a;},'TMVvQ':_0xee1230(0x17d),'Alftw':_0xee1230(0x1b2),'KXPCQ':_0xee1230(0x18c),'IOPFS':function(_0x1e4a22,_0xe08a85){return _0x1e4a22>=_0xe08a85;},'Neoxh':_0xee1230(0x1a4),'IzlYw':function(_0x1e1823,_0x17c59c){return _0x1e1823>_0x17c59c;}},{username:_0x4bfe90,password:_0x344686,url:_0x50f206}=_0x1ad86c[_0xee1230(0x19d)](_resolveAuth,_0x325795);if(_0x1ad86c['buIia'](!_0x4bfe90,!_0x344686))throw new Error(_0x1ad86c[_0xee1230(0x185)]);const _0x26c2fe={};_0x26c2fe['alwaysMatch']=_0x4c7bcf,_0x26c2fe[_0xee1230(0x170)]=[{}];const _0x1b089f={};_0x1b089f[_0xee1230(0x16f)]=_0x26c2fe,_0x1b089f[_0xee1230(0x188)]=_0x4c7bcf;const _0x34c00c=_0x1b089f,_0x3abbd0={};_0x3abbd0[_0xee1230(0x1b3)]=0x1d4c0;const _0x405d65={};_0x405d65[_0xee1230(0x1b2)]=_0x34c00c,_0x405d65[_0xee1230(0x193)]=_0x4bfe90,_0x405d65[_0xee1230(0x198)]=_0x344686,_0x405d65['responseType']=_0x1ad86c[_0xee1230(0x19f)],_0x405d65[_0xee1230(0x1a2)]={},_0x405d65['throwHttpErrors']=![],_0x405d65[_0xee1230(0x197)]=_0x3abbd0,_0x405d65[_0xee1230(0x1a2)]['user-agent']=_0x1ad86c[_0xee1230(0x195)];const _0x2905df=await got[_0xee1230(0x1a9)](_0x50f206+_0xee1230(0x1ab),_0x405d65);if(_0x1ad86c[_0xee1230(0x18e)](_0x2905df[_0xee1230(0x1b7)],0x190))throw new Error(_0xee1230(0x16d)+_0x2905df['statusCode']+'\x20'+JSON['stringify'](_0x2905df[_0xee1230(0x19b)])[_0xee1230(0x187)](0x0,0x190));const _0x57f4e5=_0x2905df[_0xee1230(0x19b)]||{},_0x2ef537=_0x57f4e5['value']||{},_0x49ec3f=_0x2ef537[_0xee1230(0x16f)]||{},_0x3407f1=_0x57f4e5['sessionId']||_0x2ef537[_0xee1230(0x184)]||_0x2ef537[_0x1ad86c[_0xee1230(0x19a)]]||_0x49ec3f[_0x1ad86c['Neoxh']];if(!_0x3407f1)throw new Error('[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20'+JSON[_0xee1230(0x176)](_0x57f4e5)['slice'](0x0,0x190));const _0x1322ac={};return _0x1322ac[_0xee1230(0x172)]=_0x50f206,_0x1322ac[_0xee1230(0x184)]=_0x3407f1,_0x1322ac[_0xee1230(0x193)]=_0x4bfe90,_0x1322ac['password']=_0x344686,{'driver':new W3CDriver(_0x1322ac),'sessionId':_0x3407f1,'capabilities':_0x1ad86c[_0xee1230(0x177)](Object[_0xee1230(0x192)](_0x49ec3f)[_0xee1230(0x1b6)],0x0)?_0x49ec3f:_0x4c7bcf};}const a76_0x1f6478={};a76_0x1f6478['openSession']=openSession,a76_0x1f6478[a76_0x5ecd8f(0x1a0)]=W3CDriver,module[a76_0x5ecd8f(0x196)]=a76_0x1f6478;
1
+ 'use strict';const a76_0x386469=a76_0x44e4;(function(_0x168778,_0x4e519c){const _0x5a2613=a76_0x44e4,_0x5b470e=_0x168778();while(!![]){try{const _0x1346fa=-parseInt(_0x5a2613(0x123))/0x1*(-parseInt(_0x5a2613(0x14a))/0x2)+parseInt(_0x5a2613(0x138))/0x3*(-parseInt(_0x5a2613(0x14b))/0x4)+-parseInt(_0x5a2613(0x136))/0x5+-parseInt(_0x5a2613(0x134))/0x6+-parseInt(_0x5a2613(0x124))/0x7+parseInt(_0x5a2613(0x12f))/0x8*(-parseInt(_0x5a2613(0x137))/0x9)+parseInt(_0x5a2613(0x14f))/0xa;if(_0x1346fa===_0x4e519c)break;else _0x5b470e['push'](_0x5b470e['shift']());}catch(_0x13f213){_0x5b470e['push'](_0x5b470e['shift']());}}}(a76_0x3ce0,0xd0d01));const got=require('got'),logger=require('../../helpers/logger')[a76_0x386469(0x13b)],_trim=_0x147325=>(_0x147325||'')[a76_0x386469(0x110)](/\/+$/,'');function _normalizeScheme(_0x49efdc){const _0x35b25d=a76_0x386469,_0x176096={};_0x176096[_0x35b25d(0x153)]=function(_0x53f5a7,_0x123200){return _0x53f5a7||_0x123200;};const _0x389c14=_0x176096,_0x36b5f3=_0x389c14['RYmeO'](_0x49efdc,'')[_0x35b25d(0x125)]();if(!_0x36b5f3)return _0x36b5f3;if(/^https?:\/\//i[_0x35b25d(0x147)](_0x36b5f3))return _0x36b5f3;return _0x35b25d(0x157)+_0x36b5f3[_0x35b25d(0x110)](/^\/+/,'');}function a76_0x3ce0(){const _0x2f7a70=['[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','env','OKEDz','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','firstMatch','_opts','statusCode','/session/','value','alwaysMatch','json','capabilities','executeAsyncScript','1yZOWPc','9731512lafoeh','trim','YlcVW','browserstack-node-sdk-testcafe','script','eOesf','W3CDriver','_password','headers','toString',':\x20HTTP\x20','2087992jBwTMq','timeout','slice','body','password','1156074RANERh','args','7610455heRqUV','18sNxFho','4459464ExfUUf','desiredCapabilities','keys','winstonLogger','[w3c-driver]\x20DELETE\x20/session\x20','_hubUrl','YzLgc','delete','aSTOu','user-agent','stringify','DjfYc','Rutjc','responseType','_username','test','username','webdriver.remote.sessionid','1732084dFhVoW','4rXTbQP','DqhwO','post','url','51027270uWLCHz','IbZFR','sessionId','BROWSERSTACK_ACCESS_KEY','RYmeO','\x20failed\x20(likely\x20already\x20closed):\x20','/url','/execute/sync','https://','gUlap','BPdgv','uWfpT','debug','message','_sessionId','getCurrentUrl','replace','request','PsaZt','throwHttpErrors','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20'];a76_0x3ce0=function(){return _0x2f7a70;};return a76_0x3ce0();}function _resolveAuth(_0x2939ad){const _0x468193=a76_0x386469,_0xb73591={'BPdgv':function(_0x54fc9a,_0x238bca){return _0x54fc9a(_0x238bca);},'YlcVW':function(_0x4c8841,_0x1f1fc9){return _0x4c8841(_0x1f1fc9);},'gUlap':function(_0x1bb07d,_0x6242e5){return _0x1bb07d(_0x6242e5);}},_0x5a16d2=_0xb73591[_0x468193(0x10a)](_normalizeScheme,_0x2939ad);try{const _0x116065=new URL(_0x5a16d2);if(_0x116065[_0x468193(0x148)]||_0x116065['password']){const _0x1ad4ea=_0xb73591[_0x468193(0x126)](decodeURIComponent,_0x116065['username']||''),_0x3fd12f=_0xb73591[_0x468193(0x158)](decodeURIComponent,_0x116065[_0x468193(0x133)]||'');return _0x116065[_0x468193(0x148)]='',_0x116065[_0x468193(0x133)]='',{'username':_0x1ad4ea,'password':_0x3fd12f,'url':_0xb73591[_0x468193(0x158)](_trim,_0x116065[_0x468193(0x12d)]())};}}catch(_0x35ed3c){}return{'username':process[_0x468193(0x117)]['BROWSERSTACK_USERNAME']||'','password':process[_0x468193(0x117)][_0x468193(0x152)]||'','url':_0xb73591[_0x468193(0x10a)](_trim,_0x5a16d2)};}class W3CDriver{constructor({hubUrl:_0x1a43d6,sessionId:_0x263cc5,username:_0x2580fb,password:_0x2893c5}){const _0x29e95c=a76_0x386469,_0x32e96d={'DjfYc':function(_0x23101a,_0x575b5b){return _0x23101a(_0x575b5b);}};this[_0x29e95c(0x13d)]=_0x32e96d[_0x29e95c(0x143)](_trim,_0x1a43d6),this[_0x29e95c(0x10e)]=_0x263cc5,this[_0x29e95c(0x146)]=_0x2580fb,this[_0x29e95c(0x12b)]=_0x2893c5;}get[a76_0x386469(0x151)](){const _0x16fd94=a76_0x386469;return this[_0x16fd94(0x10e)];}[a76_0x386469(0x11b)](_0x258e24={}){const _0x26ca41=a76_0x386469,_0x53001a={};_0x53001a[_0x26ca41(0x14c)]=_0x26ca41(0x120),_0x53001a[_0x26ca41(0x150)]=_0x26ca41(0x127);const _0x7fd2b6=_0x53001a,_0x145d36={'username':this['_username'],'password':this[_0x26ca41(0x12b)],'responseType':_0x7fd2b6['DqhwO'],'headers':{'user-agent':_0x7fd2b6[_0x26ca41(0x150)]},'throwHttpErrors':![],..._0x258e24};return _0x145d36;}async['navigateTo'](_0x383bdd){const _0x5e0dfb=a76_0x386469,_0x436109={};_0x436109[_0x5e0dfb(0x144)]=function(_0x18037d,_0xcad46f){return _0x18037d>=_0xcad46f;};const _0x5239ab=_0x436109,_0x17c61c={};_0x17c61c[_0x5e0dfb(0x14e)]=_0x383bdd;const _0x200d37={};_0x200d37[_0x5e0dfb(0x111)]=0xea60;const _0x5f24d3={};_0x5f24d3[_0x5e0dfb(0x120)]=_0x17c61c,_0x5f24d3['timeout']=_0x200d37;const _0x380fb7=await got[_0x5e0dfb(0x14d)](this['_hubUrl']+_0x5e0dfb(0x11d)+this[_0x5e0dfb(0x10e)]+_0x5e0dfb(0x155),this[_0x5e0dfb(0x11b)](_0x5f24d3));if(_0x5239ab['Rutjc'](_0x380fb7['statusCode'],0x190))throw new Error(_0x5e0dfb(0x115)+this[_0x5e0dfb(0x10e)]+_0x5e0dfb(0x12e)+_0x380fb7[_0x5e0dfb(0x11c)]+'\x20'+JSON[_0x5e0dfb(0x142)](_0x380fb7[_0x5e0dfb(0x132)])[_0x5e0dfb(0x131)](0x0,0x12c));}async[a76_0x386469(0x10f)](){const _0x1269b8=a76_0x386469,_0x48ec70={};_0x48ec70[_0x1269b8(0x111)]=0x7530;const _0x8e193d={};_0x8e193d[_0x1269b8(0x130)]=_0x48ec70;const _0x45250f=await got['get'](this[_0x1269b8(0x13d)]+_0x1269b8(0x11d)+this[_0x1269b8(0x10e)]+_0x1269b8(0x155),this[_0x1269b8(0x11b)](_0x8e193d));return _0x45250f[_0x1269b8(0x132)]&&_0x45250f[_0x1269b8(0x132)]['value']||'';}async['executeScript'](_0x4100cc,..._0x12bad9){const _0x3fe65f=a76_0x386469,_0x18d8e2={};_0x18d8e2[_0x3fe65f(0x128)]=_0x4100cc,_0x18d8e2[_0x3fe65f(0x135)]=_0x12bad9;const _0x19aad0={};_0x19aad0[_0x3fe65f(0x111)]=0xea60;const _0xef79f2={};_0xef79f2[_0x3fe65f(0x120)]=_0x18d8e2,_0xef79f2[_0x3fe65f(0x130)]=_0x19aad0;const _0x54d815=await got[_0x3fe65f(0x14d)](this[_0x3fe65f(0x13d)]+'/session/'+this[_0x3fe65f(0x10e)]+_0x3fe65f(0x156),this['_opts'](_0xef79f2));return _0x54d815[_0x3fe65f(0x132)]&&_0x54d815[_0x3fe65f(0x132)][_0x3fe65f(0x11e)];}async[a76_0x386469(0x122)](_0x75bfc7,..._0x5bd13e){const _0x17f6bc=a76_0x386469,_0x329296={};_0x329296[_0x17f6bc(0x128)]=_0x75bfc7,_0x329296[_0x17f6bc(0x135)]=_0x5bd13e;const _0x56502e={};_0x56502e['request']=0x1d4c0;const _0x1f3ee7={};_0x1f3ee7[_0x17f6bc(0x120)]=_0x329296,_0x1f3ee7[_0x17f6bc(0x130)]=_0x56502e;const _0x2ecdcc=await got[_0x17f6bc(0x14d)](this[_0x17f6bc(0x13d)]+_0x17f6bc(0x11d)+this[_0x17f6bc(0x10e)]+'/execute/async',this[_0x17f6bc(0x11b)](_0x1f3ee7));return _0x2ecdcc[_0x17f6bc(0x132)]&&_0x2ecdcc[_0x17f6bc(0x132)][_0x17f6bc(0x11e)];}async['quit'](){const _0x32f833=a76_0x386469;try{const _0x529b05={};_0x529b05['request']=0x7530;const _0x33dc0e={};_0x33dc0e['timeout']=_0x529b05,await got[_0x32f833(0x13f)](this[_0x32f833(0x13d)]+_0x32f833(0x11d)+this['_sessionId'],this[_0x32f833(0x11b)](_0x33dc0e));}catch(_0x216e80){logger[_0x32f833(0x10c)](_0x32f833(0x13c)+this['_sessionId']+_0x32f833(0x154)+_0x216e80[_0x32f833(0x10d)]);}}}async function openSession({hubUrl:_0x2b59a7,capabilities:_0x47ceae}){const _0x27adb2=a76_0x386469,_0xa7e535={'uWfpT':function(_0x3d9d07,_0x853044){return _0x3d9d07(_0x853044);},'eOesf':function(_0x4a98bc,_0x1ede38){return _0x4a98bc||_0x1ede38;},'PsaZt':_0x27adb2(0x116),'YzLgc':_0x27adb2(0x120),'aSTOu':_0x27adb2(0x127),'rtrVE':function(_0x3c50fb,_0x56a5ff){return _0x3c50fb>=_0x56a5ff;},'NBqMH':_0x27adb2(0x149),'OKEDz':function(_0x320843,_0x24c967){return _0x320843>_0x24c967;}},{username:_0x159603,password:_0x3b6d33,url:_0x268975}=_0xa7e535[_0x27adb2(0x10b)](_resolveAuth,_0x2b59a7);if(_0xa7e535[_0x27adb2(0x129)](!_0x159603,!_0x3b6d33))throw new Error(_0xa7e535[_0x27adb2(0x112)]);const _0x6a1cbd={};_0x6a1cbd[_0x27adb2(0x11f)]=_0x47ceae,_0x6a1cbd[_0x27adb2(0x11a)]=[{}];const _0x4a3a1a={};_0x4a3a1a['capabilities']=_0x6a1cbd,_0x4a3a1a[_0x27adb2(0x139)]=_0x47ceae;const _0x5c4186=_0x4a3a1a,_0x463887={};_0x463887['request']=0x1d4c0;const _0x5ae057={};_0x5ae057[_0x27adb2(0x120)]=_0x5c4186,_0x5ae057[_0x27adb2(0x148)]=_0x159603,_0x5ae057[_0x27adb2(0x133)]=_0x3b6d33,_0x5ae057[_0x27adb2(0x145)]=_0xa7e535[_0x27adb2(0x13e)],_0x5ae057[_0x27adb2(0x12c)]={},_0x5ae057[_0x27adb2(0x113)]=![],_0x5ae057[_0x27adb2(0x130)]=_0x463887,_0x5ae057[_0x27adb2(0x12c)][_0x27adb2(0x141)]=_0xa7e535[_0x27adb2(0x140)];const _0x131670=await got[_0x27adb2(0x14d)](_0x268975+'/session',_0x5ae057);if(_0xa7e535['rtrVE'](_0x131670[_0x27adb2(0x11c)],0x190))throw new Error(_0x27adb2(0x114)+_0x131670['statusCode']+'\x20'+JSON[_0x27adb2(0x142)](_0x131670[_0x27adb2(0x132)])[_0x27adb2(0x131)](0x0,0x190));const _0x2e2a13=_0x131670['body']||{},_0x37a4b1=_0x2e2a13[_0x27adb2(0x11e)]||{},_0x49877c=_0x37a4b1[_0x27adb2(0x121)]||{},_0x46a256=_0x2e2a13[_0x27adb2(0x151)]||_0x37a4b1[_0x27adb2(0x151)]||_0x37a4b1[_0xa7e535['NBqMH']]||_0x49877c[_0xa7e535['NBqMH']];if(!_0x46a256)throw new Error(_0x27adb2(0x119)+JSON['stringify'](_0x2e2a13)[_0x27adb2(0x131)](0x0,0x190));const _0x392ac0={};return _0x392ac0['hubUrl']=_0x268975,_0x392ac0[_0x27adb2(0x151)]=_0x46a256,_0x392ac0[_0x27adb2(0x148)]=_0x159603,_0x392ac0[_0x27adb2(0x133)]=_0x3b6d33,{'driver':new W3CDriver(_0x392ac0),'sessionId':_0x46a256,'capabilities':_0xa7e535[_0x27adb2(0x118)](Object[_0x27adb2(0x13a)](_0x49877c)['length'],0x0)?_0x49877c:_0x47ceae};}const a76_0x522111={};function a76_0x44e4(_0x3bcded,_0x89dca3){const _0x3ce0d6=a76_0x3ce0();return a76_0x44e4=function(_0x44e44e,_0x573ad5){_0x44e44e=_0x44e44e-0x10a;let _0x1a3c4c=_0x3ce0d6[_0x44e44e];return _0x1a3c4c;},a76_0x44e4(_0x3bcded,_0x89dca3);}a76_0x522111['openSession']=openSession,a76_0x522111[a76_0x386469(0x12a)]=W3CDriver,module['exports']=a76_0x522111;
@@ -1 +1 @@
1
- const a77_0x3535e3=a77_0x2be0;(function(_0x4aa96a,_0x303524){const _0x5a761b=a77_0x2be0,_0x588d7d=_0x4aa96a();while(!![]){try{const _0x5a4198=parseInt(_0x5a761b(0x22c))/0x1*(parseInt(_0x5a761b(0x1d8))/0x2)+parseInt(_0x5a761b(0x227))/0x3+-parseInt(_0x5a761b(0x208))/0x4+-parseInt(_0x5a761b(0x218))/0x5+parseInt(_0x5a761b(0x228))/0x6+-parseInt(_0x5a761b(0x1d9))/0x7*(-parseInt(_0x5a761b(0x1f6))/0x8)+-parseInt(_0x5a761b(0x223))/0x9;if(_0x5a4198===_0x303524)break;else _0x588d7d['push'](_0x588d7d['shift']());}catch(_0x2c1973){_0x588d7d['push'](_0x588d7d['shift']());}}}(a77_0x334d,0x6368b));const constants=require('./constants'),{nestedKeyValue}=require(a77_0x3535e3(0x20f)),getBrowserstackCLI=()=>{const _0x15f873=a77_0x3535e3,_0x381761={'bqoVT':function(_0x5aaa62,_0x462417){return _0x5aaa62(_0x462417);},'YPMes':_0x15f873(0x1f4)};return _0x381761[_0x15f873(0x226)](require,_0x381761[_0x15f873(0x210)]);},ALLOWED_API_HOST_SUFFIXES=[a77_0x3535e3(0x221),a77_0x3535e3(0x21b)],isAllowedApiHost=_0x8ebc84=>{const _0x42da9d=a77_0x3535e3;try{const {hostname:_0x26046f}=new URL(_0x8ebc84);return ALLOWED_API_HOST_SUFFIXES[_0x42da9d(0x1ef)](_0x160771=>_0x26046f===_0x160771||_0x26046f['endsWith']('.'+_0x160771));}catch{return![];}},safeApiHost=(_0x57bef4,_0x3abbd1)=>{const _0x4b546b=a77_0x3535e3,_0x5a2a29={'QapQS':function(_0x4b3443,_0x348e71){return _0x4b3443(_0x348e71);}};if(_0x57bef4&&_0x5a2a29[_0x4b546b(0x215)](isAllowedApiHost,_0x57bef4))return _0x57bef4;return _0x3abbd1;};function a77_0x2be0(_0x1213fd,_0x54eb00){const _0x334de5=a77_0x334d();return a77_0x2be0=function(_0x2be055,_0x54e059){_0x2be055=_0x2be055-0x1c2;let _0x3ae791=_0x334de5[_0x2be055];return _0x3ae791;},a77_0x2be0(_0x1213fd,_0x54eb00);}class APIUtilityMethods{static['getBStackAPIUrl'](_0x44386f){const _0x34f88a=a77_0x3535e3,_0x3a7c27={'UUBFU':function(_0x59798b){return _0x59798b();},'tpEfo':function(_0x25e30c,_0x3c5f93,_0x31530c){return _0x25e30c(_0x3c5f93,_0x31530c);},'IOfnp':_0x34f88a(0x1c4),'bdpdz':'automate','HJXAr':_0x34f88a(0x1e6),'ZVWoK':function(_0x6b9ab8,_0x25f9a5,_0x59d280){return _0x6b9ab8(_0x25f9a5,_0x59d280);},'bZdyC':function(_0xe4458a,_0x1bfdfe){return _0xe4458a===_0x1bfdfe;},'ujiZj':function(_0x1ba585,_0x55134a){return _0x1ba585+_0x55134a;}},_0x3fc991=_0x3a7c27[_0x34f88a(0x1f2)](getBrowserstackCLI),_0x1e4ba8=_0x3a7c27[_0x34f88a(0x202)](nestedKeyValue,_0x3fc991[_0x34f88a(0x21a)]()[_0x34f88a(0x1d2)](),[_0x3a7c27[_0x34f88a(0x213)],_0x3a7c27[_0x34f88a(0x1d4)],_0x3a7c27['HJXAr']]),_0x3df108=_0x3a7c27[_0x34f88a(0x1ed)](safeApiHost,_0x1e4ba8,constants[_0x34f88a(0x222)]);if(!_0x44386f||_0x3a7c27[_0x34f88a(0x1d6)](_0x44386f,''))return _0x3df108;const _0x43fc86=_0x3df108[_0x34f88a(0x1e0)]('/')?_0x3df108:_0x3a7c27[_0x34f88a(0x1da)](_0x3df108,'/');return new URL(_0x44386f,_0x43fc86)['toString']();}static['getEdsInstrumentationAPIUrl'](_0x2d6405){const _0x4618e4=a77_0x3535e3,_0x1bf99a={'mmrsG':function(_0x568114){return _0x568114();},'xESrD':function(_0x27a43a,_0x2839e3,_0x3adf0d){return _0x27a43a(_0x2839e3,_0x3adf0d);},'KVSCj':_0x4618e4(0x1c4),'TKMQG':_0x4618e4(0x234),'aNBDA':_0x4618e4(0x1e6),'WCoYC':function(_0x4db482,_0x5cf7ab){return _0x4db482===_0x5cf7ab;},'nkFky':function(_0x66f8eb,_0x4bda95){return _0x66f8eb+_0x4bda95;}},_0x4da763=_0x1bf99a['mmrsG'](getBrowserstackCLI),_0x1195af=_0x1bf99a[_0x4618e4(0x1f7)](nestedKeyValue,_0x4da763[_0x4618e4(0x21a)]()['getConfig'](),[_0x1bf99a[_0x4618e4(0x211)],_0x1bf99a[_0x4618e4(0x20d)],_0x1bf99a['aNBDA']])||constants['EDS_URL'];if(!_0x2d6405||_0x1bf99a['WCoYC'](_0x2d6405,''))return _0x1195af;const _0x2fc0e0=_0x1195af[_0x4618e4(0x1e0)]('/')?_0x1195af:_0x1bf99a[_0x4618e4(0x1e8)](_0x1195af,'/');return new URL(_0x2d6405,_0x2fc0e0)['toString']();}static[a77_0x3535e3(0x1e4)](_0x3fe89e){const _0x599a3d=a77_0x3535e3,_0x314c45={'giWPM':function(_0xf559dd){return _0xf559dd();},'dmisz':function(_0xe26dc1,_0x2848ac,_0x1f9da8){return _0xe26dc1(_0x2848ac,_0x1f9da8);},'FJqav':_0x599a3d(0x1c4),'lMxaW':_0x599a3d(0x1e2),'BmheD':_0x599a3d(0x1e6),'ZydVh':function(_0x5026cf,_0x351d42){return _0x5026cf===_0x351d42;},'fQUns':function(_0x22b98b,_0x2994f4){return _0x22b98b+_0x2994f4;}},_0x17d1af=_0x314c45[_0x599a3d(0x231)](getBrowserstackCLI),_0x15de5e=_0x314c45[_0x599a3d(0x20c)](nestedKeyValue,_0x17d1af[_0x599a3d(0x21a)]()[_0x599a3d(0x1d2)](),[_0x314c45[_0x599a3d(0x1f8)],_0x314c45[_0x599a3d(0x232)],_0x314c45[_0x599a3d(0x238)]])||constants[_0x599a3d(0x222)];if(!_0x3fe89e||_0x314c45[_0x599a3d(0x219)](_0x3fe89e,''))return _0x15de5e;const _0x2e3b30=_0x15de5e['endsWith']('/')?_0x15de5e:_0x314c45[_0x599a3d(0x1f5)](_0x15de5e,'/');return new URL(_0x3fe89e,_0x2e3b30)['toString']();}static[a77_0x3535e3(0x1dd)](_0x5042cc){const _0x18d5fd=a77_0x3535e3,_0x5b4099={'hvCrJ':function(_0x137956){return _0x137956();},'pSYoW':function(_0x591807,_0x3e3ab5,_0x4ab32d){return _0x591807(_0x3e3ab5,_0x4ab32d);},'YTgWQ':_0x18d5fd(0x1c4),'xUmac':_0x18d5fd(0x21c),'XRYRv':'api','RMOwL':function(_0x409b89,_0x5353ea){return _0x409b89===_0x5353ea;},'AOvPV':function(_0x37b5ef,_0x79fd65){return _0x37b5ef+_0x79fd65;}},_0x567d55=_0x5b4099[_0x18d5fd(0x225)](getBrowserstackCLI),_0x546f45=_0x5b4099['pSYoW'](nestedKeyValue,_0x567d55[_0x18d5fd(0x21a)]()[_0x18d5fd(0x1d2)](),[_0x5b4099[_0x18d5fd(0x214)],_0x5b4099[_0x18d5fd(0x1db)],_0x5b4099[_0x18d5fd(0x200)]])||constants[_0x18d5fd(0x222)];if(!_0x5042cc||_0x5b4099[_0x18d5fd(0x1d5)](_0x5042cc,''))return _0x546f45;const _0x21a24d=_0x546f45[_0x18d5fd(0x1e0)]('/')?_0x546f45:_0x5b4099['AOvPV'](_0x546f45,'/');return new URL(_0x5042cc,_0x21a24d)[_0x18d5fd(0x230)]();}static[a77_0x3535e3(0x1d1)](_0xb967f6){const _0x2b9f85=a77_0x3535e3,_0x473c34={'oFVYo':function(_0x5d9389){return _0x5d9389();},'Dkavx':function(_0xf975a,_0xe337a0,_0x3fadc9){return _0xf975a(_0xe337a0,_0x3fadc9);},'fUxKU':'apis','mndbA':_0x2b9f85(0x1e2),'yOeLk':_0x2b9f85(0x1e6),'OsvUA':function(_0x16908b,_0x8fed9e){return _0x16908b===_0x8fed9e;},'FJPtB':function(_0x5eca9e,_0x18fd2c){return _0x5eca9e+_0x18fd2c;}},_0x296f45=_0x473c34['oFVYo'](getBrowserstackCLI),_0x28ec7e=_0x473c34[_0x2b9f85(0x1c7)](nestedKeyValue,_0x296f45[_0x2b9f85(0x21a)]()[_0x2b9f85(0x1d2)](),[_0x473c34[_0x2b9f85(0x1dc)],_0x473c34['mndbA'],_0x473c34['yOeLk']])||constants['BROWSERSTACK_API_URL'];if(!_0xb967f6||_0x473c34[_0x2b9f85(0x1e1)](_0xb967f6,''))return _0x28ec7e;const _0x1fbfd8=_0x28ec7e['endsWith']('/')?_0x28ec7e:_0x473c34[_0x2b9f85(0x1ee)](_0x28ec7e,'/');return new URL(_0xb967f6,_0x1fbfd8)[_0x2b9f85(0x230)]();}static[a77_0x3535e3(0x1c3)](_0x104594){const _0x3be5fa=a77_0x3535e3,_0x3f428e={'GeVuT':function(_0x99cdde){return _0x99cdde();},'PnSmr':function(_0x17243b,_0x58651a,_0x1dfbdf){return _0x17243b(_0x58651a,_0x1dfbdf);},'sJKKe':_0x3be5fa(0x1c4),'Nawdy':_0x3be5fa(0x21c),'QIyvC':_0x3be5fa(0x1e6),'HDYTF':function(_0x34026f,_0x31eae4){return _0x34026f===_0x31eae4;},'qjQLM':function(_0xd9afed,_0x2b8276){return _0xd9afed+_0x2b8276;}},_0x123798=_0x3f428e[_0x3be5fa(0x1ce)](getBrowserstackCLI),_0x4381d8=_0x3f428e['PnSmr'](nestedKeyValue,_0x123798['getInstance']()['getConfig'](),[_0x3f428e['sJKKe'],_0x3f428e[_0x3be5fa(0x21f)],_0x3f428e['QIyvC']])||constants['BROWSERSTACK_API_URL'];if(!_0x104594||_0x3f428e[_0x3be5fa(0x206)](_0x104594,''))return _0x4381d8;const _0x465928=_0x4381d8['endsWith']('/')?_0x4381d8:_0x3f428e[_0x3be5fa(0x207)](_0x4381d8,'/');return new URL(_0x104594,_0x465928)[_0x3be5fa(0x230)]();}static[a77_0x3535e3(0x236)](_0x117c0d){const _0x5906c6=a77_0x3535e3,_0x3c176e={'DUdTa':function(_0x30fe7e){return _0x30fe7e();},'KdluU':function(_0x33b0ab,_0x3f5e43,_0x4fdf6b){return _0x33b0ab(_0x3f5e43,_0x4fdf6b);},'CSjuH':_0x5906c6(0x1c4),'KNCZS':_0x5906c6(0x1e2),'vtFVu':'api','yBtTP':function(_0xd6625c,_0x3314a1){return _0xd6625c===_0x3314a1;},'WvBMt':function(_0x1814e9,_0x51a025){return _0x1814e9+_0x51a025;}},_0x24678a=_0x3c176e[_0x5906c6(0x1eb)](getBrowserstackCLI),_0x2cc401=_0x3c176e['KdluU'](nestedKeyValue,_0x24678a['getInstance']()[_0x5906c6(0x1d2)](),[_0x3c176e[_0x5906c6(0x1c8)],_0x3c176e['KNCZS'],_0x3c176e['vtFVu']])||constants[_0x5906c6(0x222)];if(!_0x117c0d||_0x3c176e['yBtTP'](_0x117c0d,''))return _0x2cc401;const _0xab2bb0=_0x2cc401[_0x5906c6(0x1e0)]('/')?_0x2cc401:_0x3c176e['WvBMt'](_0x2cc401,'/');return new URL(_0x117c0d,_0xab2bb0)[_0x5906c6(0x230)]()[_0x5906c6(0x21d)](/^https?:\/\//,'');}static[a77_0x3535e3(0x1ec)](_0x261deb){const _0x261504=a77_0x3535e3,_0x8a62fe={'nqBCq':function(_0x132430){return _0x132430();},'cCOTo':function(_0x4994d6,_0x36deef,_0xef9f4e){return _0x4994d6(_0x36deef,_0xef9f4e);},'hjdee':_0x261504(0x1c4),'aZNlP':'appAutomate','ltxPz':_0x261504(0x1e6),'gAXMl':function(_0x1d9cc3,_0x45229f){return _0x1d9cc3===_0x45229f;},'bPHep':function(_0x59a115,_0x4bc676){return _0x59a115+_0x4bc676;}},_0x471c1c=_0x8a62fe[_0x261504(0x229)](getBrowserstackCLI),_0x5d3d3b=_0x8a62fe[_0x261504(0x21e)](nestedKeyValue,_0x471c1c[_0x261504(0x21a)]()[_0x261504(0x1d2)](),[_0x8a62fe[_0x261504(0x22f)],_0x8a62fe[_0x261504(0x1ea)],_0x8a62fe[_0x261504(0x1f9)]])||constants[_0x261504(0x1e9)];if(!_0x261deb||_0x8a62fe[_0x261504(0x1ca)](_0x261deb,''))return _0x5d3d3b;const _0x3545c2=_0x5d3d3b[_0x261504(0x1e0)]('/')?_0x5d3d3b:_0x8a62fe[_0x261504(0x1fa)](_0x5d3d3b,'/');return new URL(_0x261deb,_0x3545c2)['toString']()[_0x261504(0x21d)](/^https?:\/\//,'');}static[a77_0x3535e3(0x205)](_0x3430f8){const _0x412b10=a77_0x3535e3,_0x198c09={'RHqpq':function(_0x20575c){return _0x20575c();},'oORvP':function(_0x12ad29,_0x4010bb,_0x367b75){return _0x12ad29(_0x4010bb,_0x367b75);},'ueiQS':'apis','PXZsv':_0x412b10(0x21c),'EjTrZ':_0x412b10(0x1cd),'icqBA':_0x412b10(0x1e6),'YrgZN':function(_0x28deb7,_0x32daec){return _0x28deb7===_0x32daec;},'BaXag':function(_0xb0c66c,_0x369389){return _0xb0c66c+_0x369389;}},_0xf49163=_0x198c09[_0x412b10(0x20e)](getBrowserstackCLI),_0xc15269=_0x198c09['oORvP'](nestedKeyValue,_0xf49163[_0x412b10(0x21a)]()['getConfig'](),[_0x198c09[_0x412b10(0x203)],_0x198c09[_0x412b10(0x1d7)],_0x198c09['EjTrZ']])||_0x198c09['oORvP'](nestedKeyValue,_0xf49163[_0x412b10(0x21a)]()[_0x412b10(0x1d2)](),[_0x198c09['ueiQS'],_0x198c09['PXZsv'],_0x198c09[_0x412b10(0x204)]])||constants['APP_UPLOAD_URL'];if(!_0x3430f8||_0x198c09[_0x412b10(0x1cf)](_0x3430f8,''))return _0xc15269;const _0x3ccd2c=_0xc15269['endsWith']('/')?_0xc15269:_0x198c09[_0x412b10(0x237)](_0xc15269,'/');return new URL(_0x3430f8,_0x3ccd2c)[_0x412b10(0x230)]();}static[a77_0x3535e3(0x1fd)](_0xcc267c){const _0x3f6ecf=a77_0x3535e3,_0x3b9a4b={'xKsCc':function(_0x49ba2c){return _0x49ba2c();},'soFpm':function(_0x282bf7,_0x56a398,_0x16939a){return _0x282bf7(_0x56a398,_0x16939a);},'RrElP':_0x3f6ecf(0x1c4),'wVNwG':_0x3f6ecf(0x1de),'KoZwz':_0x3f6ecf(0x1cd),'borUU':function(_0xa37bbd,_0x4ce03f){return _0xa37bbd===_0x4ce03f;},'wOsyJ':function(_0x465c08,_0x5e65f8){return _0x465c08+_0x5e65f8;}},_0x56eced=_0x3b9a4b[_0x3f6ecf(0x233)](getBrowserstackCLI),_0x1283e3=_0x3b9a4b[_0x3f6ecf(0x1f1)](nestedKeyValue,_0x56eced['getInstance']()[_0x3f6ecf(0x1d2)](),[_0x3b9a4b[_0x3f6ecf(0x1cb)],_0x3b9a4b[_0x3f6ecf(0x216)],_0x3b9a4b[_0x3f6ecf(0x1cc)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0xcc267c||_0x3b9a4b[_0x3f6ecf(0x1fe)](_0xcc267c,''))return _0x1283e3;const _0x1c2185=_0x1283e3[_0x3f6ecf(0x1e0)]('/')?_0x1283e3:_0x3b9a4b[_0x3f6ecf(0x212)](_0x1283e3,'/');return new URL(_0xcc267c,_0x1c2185)[_0x3f6ecf(0x230)]();}static[a77_0x3535e3(0x1d0)](_0x1b5d00){const _0x421414=a77_0x3535e3,_0x305059={'zcWPj':function(_0x86e18d){return _0x86e18d();},'XfOLa':function(_0x128cc9,_0x7bad49,_0x395688){return _0x128cc9(_0x7bad49,_0x395688);},'ZaDBy':_0x421414(0x1c4),'FnmTh':'automate','llxiV':_0x421414(0x1e3),'gTjNW':'wss:','jpJYZ':function(_0x1a51a1,_0x3a4b45){return _0x1a51a1===_0x3a4b45;},'RDXoM':function(_0x5ce142,_0x565225){return _0x5ce142+_0x565225;},'tHlpo':_0x421414(0x1c2)},_0x2eb19e=_0x305059['zcWPj'](getBrowserstackCLI),_0x4f99a4=_0x305059['XfOLa'](nestedKeyValue,_0x2eb19e[_0x421414(0x21a)]()[_0x421414(0x1d2)](),[_0x305059['ZaDBy'],_0x305059['FnmTh'],_0x305059[_0x421414(0x201)]]),_0x1fcd1f=(_0x4f99a4?_0x4f99a4[_0x421414(0x21d)](/^https:/,_0x305059['gTjNW']):null)||constants[_0x421414(0x20a)];let _0x2ff7d2;if(!_0x1b5d00||_0x305059['jpJYZ'](_0x1b5d00,''))_0x2ff7d2=_0x1fcd1f;else{const _0x793eb6=_0x1fcd1f[_0x421414(0x1e0)]('/')?_0x1fcd1f:_0x305059[_0x421414(0x1c9)](_0x1fcd1f,'/');_0x2ff7d2=new URL(_0x1b5d00,_0x793eb6)[_0x421414(0x230)]();}return!_0x2ff7d2[_0x421414(0x1e0)](_0x305059['tHlpo'])&&(_0x2ff7d2+=_0x305059['tHlpo']),_0x2ff7d2;}static[a77_0x3535e3(0x1f3)](_0x4412e1){const _0x534928=a77_0x3535e3,_0x3f234d={'XtSsF':function(_0x49764a){return _0x49764a();},'lBSOS':function(_0x111815,_0x382d9f,_0x4daaf2){return _0x111815(_0x382d9f,_0x4daaf2);},'EJUTC':'apis','gcGTY':_0x534928(0x1e2),'Xuxww':'cdp','syzKQ':_0x534928(0x224),'LefLy':function(_0x5c0c6d,_0x2d8a32){return _0x5c0c6d===_0x2d8a32;},'mHLWE':function(_0x133b72,_0x5ebfa5){return _0x133b72+_0x5ebfa5;},'CPBkQ':_0x534928(0x1e7)},_0x3a1bcd=_0x3f234d[_0x534928(0x1d3)](getBrowserstackCLI),_0x17fe81=_0x3f234d[_0x534928(0x235)](nestedKeyValue,_0x3a1bcd[_0x534928(0x21a)]()[_0x534928(0x1d2)](),[_0x3f234d[_0x534928(0x1e5)],_0x3f234d[_0x534928(0x1f0)],_0x3f234d[_0x534928(0x20b)]]),_0x3f08ac=(_0x17fe81?_0x17fe81[_0x534928(0x21d)](/^https:/,_0x3f234d[_0x534928(0x22d)]):null)||constants['PUPPETEER_HUB_URL'];let _0x2ec702;if(!_0x4412e1||_0x3f234d[_0x534928(0x1fc)](_0x4412e1,''))_0x2ec702=_0x3f08ac;else{const _0x3558bf=_0x3f08ac['endsWith']('/')?_0x3f08ac:_0x3f234d[_0x534928(0x217)](_0x3f08ac,'/');_0x2ec702=new URL(_0x4412e1,_0x3558bf)[_0x534928(0x230)]();}return!_0x2ec702['endsWith'](_0x3f234d[_0x534928(0x209)])&&(_0x2ec702+=_0x3f234d['CPBkQ']),_0x2ec702;}static[a77_0x3535e3(0x22e)](_0x41c0cd){const _0x20b18a=a77_0x3535e3,_0x11937f={'rwZIT':function(_0x42d9ce){return _0x42d9ce();},'TIuIW':function(_0x1ac8a3,_0x591f14,_0x367ab3){return _0x1ac8a3(_0x591f14,_0x367ab3);},'RIoZZ':_0x20b18a(0x1c4),'XdPuO':_0x20b18a(0x21c),'qJjxh':_0x20b18a(0x1df),'NfbfU':_0x20b18a(0x224),'rHgUb':function(_0x9a1059,_0x431049){return _0x9a1059===_0x431049;},'kHDGV':function(_0x32786c,_0x1a3578){return _0x32786c+_0x1a3578;}},_0x3fcaa4=_0x11937f['rwZIT'](getBrowserstackCLI),_0x179be6=_0x3fcaa4?_0x3fcaa4[_0x20b18a(0x21a)]():null,_0x41f565=_0x179be6?_0x11937f[_0x20b18a(0x1fb)](nestedKeyValue,_0x179be6[_0x20b18a(0x1d2)](),[_0x11937f[_0x20b18a(0x1c6)],_0x11937f[_0x20b18a(0x1ff)],_0x11937f['qJjxh']]):null,_0x13d4b3=(_0x41f565?_0x41f565[_0x20b18a(0x21d)](/^https:/,_0x11937f['NfbfU']):null)||constants[_0x20b18a(0x220)];if(!_0x41c0cd||_0x11937f[_0x20b18a(0x22b)](_0x41c0cd,''))return _0x13d4b3;const _0x3174fa=_0x13d4b3[_0x20b18a(0x1e0)]('/')?_0x13d4b3:_0x11937f[_0x20b18a(0x1c5)](_0x13d4b3,'/');return new URL(_0x41c0cd,_0x3174fa)[_0x20b18a(0x230)]();}}function a77_0x334d(){const _0x2889f1=['upload','GeVuT','YrgZN','getPlaywrightHubUrl','getAutomateSessionNameAPIUrl','getConfig','XtSsF','bdpdz','RMOwL','bZdyC','PXZsv','4rWSdit','5192656lJnyKr','ujiZj','xUmac','fUxKU','getAppAutomateSessionStatusAPIUrl','observability','detox','endsWith','OsvUA','automate','cdp','getAutomateSessionStatusAPIUrl','EJUTC','api','/puppeteer?caps=','nkFky','APP_UPLOAD_URL','aZNlP','DUdTa','getAppAutomateSessionsListAPIUrl','ZVWoK','FJPtB','some','gcGTY','soFpm','UUBFU','getPuppeteerHubUrl','../v2/browserstackCLI','fQUns','8motksU','xESrD','FJqav','ltxPz','bPHep','TIuIW','LefLy','getAutoCaptureLogsAPIUrl','borUU','XdPuO','XRYRv','llxiV','tpEfo','ueiQS','icqBA','getAppAutomateUploadAPIUrl','HDYTF','qjQLM','1834340CjQDSg','CPBkQ','PLAYWRIGHT_HUB_URL','Xuxww','dmisz','TKMQG','RHqpq','./sharedUtils','YPMes','KVSCj','wOsyJ','IOfnp','YTgWQ','QapQS','wVNwG','mHLWE','1005265OtVtPz','ZydVh','getInstance','bsstag.com','appAutomate','replace','cCOTo','Nawdy','DETOX_HUB_URL','browserstack.com','BROWSERSTACK_API_URL','1473345QcjUli','wss:','hvCrJ','bqoVT','521367sCrUHY','1851042joqBLc','nqBCq','exports','rHgUb','3209EFfKSz','syzKQ','getDetoxHubUrl','hjdee','toString','giWPM','lMxaW','xKsCc','edsInstrumentation','lBSOS','getAutomateSessionsListAPIUrl','BaXag','BmheD','/playwright?caps=','getAppAutomateSessionNameAPIUrl','apis','kHDGV','RIoZZ','Dkavx','CSjuH','RDXoM','gAXMl','RrElP','KoZwz'];a77_0x334d=function(){return _0x2889f1;};return a77_0x334d();}module[a77_0x3535e3(0x22a)]=APIUtilityMethods;
1
+ const a77_0x43321e=a77_0x4e98;(function(_0x221c6d,_0x39b30d){const _0x3b94f7=a77_0x4e98,_0x4fa48b=_0x221c6d();while(!![]){try{const _0x246af9=-parseInt(_0x3b94f7(0xfe))/0x1+-parseInt(_0x3b94f7(0x10f))/0x2+-parseInt(_0x3b94f7(0xf7))/0x3+-parseInt(_0x3b94f7(0xc3))/0x4*(parseInt(_0x3b94f7(0xed))/0x5)+-parseInt(_0x3b94f7(0x120))/0x6+-parseInt(_0x3b94f7(0xc7))/0x7+parseInt(_0x3b94f7(0xd5))/0x8*(parseInt(_0x3b94f7(0x101))/0x9);if(_0x246af9===_0x39b30d)break;else _0x4fa48b['push'](_0x4fa48b['shift']());}catch(_0x3b3af2){_0x4fa48b['push'](_0x4fa48b['shift']());}}}(a77_0x2727,0x1c394));function a77_0x4e98(_0x40dc7,_0x43c980){const _0x272748=a77_0x2727();return a77_0x4e98=function(_0x4e9847,_0xb04602){_0x4e9847=_0x4e9847-0xae;let _0x4bf14b=_0x272748[_0x4e9847];return _0x4bf14b;},a77_0x4e98(_0x40dc7,_0x43c980);}const constants=require('./constants'),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x558d91=a77_0x4e98,_0x4a374b={'MBAEx':function(_0x4b8252,_0x120580){return _0x4b8252(_0x120580);},'lgqqH':'../v2/browserstackCLI'};return _0x4a374b[_0x558d91(0xef)](require,_0x4a374b[_0x558d91(0xfc)]);},ALLOWED_API_HOST_SUFFIXES=[a77_0x43321e(0x122),a77_0x43321e(0xae)],isAllowedApiHost=_0x1ee653=>{const _0x551ccc=a77_0x43321e;try{const {hostname:_0x2422ba}=new URL(_0x1ee653);return ALLOWED_API_HOST_SUFFIXES[_0x551ccc(0x117)](_0x5a485f=>_0x2422ba===_0x5a485f||_0x2422ba[_0x551ccc(0x110)]('.'+_0x5a485f));}catch{return![];}},safeApiHost=(_0x4be2eb,_0x40ef6b)=>{const _0x3a6d76={'kCuKI':function(_0x48c816,_0x4c3fcc){return _0x48c816(_0x4c3fcc);}};if(_0x4be2eb&&_0x3a6d76['kCuKI'](isAllowedApiHost,_0x4be2eb))return _0x4be2eb;return _0x40ef6b;};class APIUtilityMethods{static[a77_0x43321e(0xcb)](_0x460e0b){const _0x55f7b1=a77_0x43321e,_0x173f17={'LjYPB':function(_0x4c35d8){return _0x4c35d8();},'FslHG':function(_0x4e24e2,_0x370b41,_0x4e7fb6){return _0x4e24e2(_0x370b41,_0x4e7fb6);},'GDSsF':_0x55f7b1(0xb0),'qkXSJ':_0x55f7b1(0xb4),'OKgRX':'api','HKKVe':function(_0x5be5ea,_0x29998e){return _0x5be5ea===_0x29998e;},'YRpiU':function(_0x4c5c01,_0x2febf7){return _0x4c5c01+_0x2febf7;}},_0x307d75=_0x173f17[_0x55f7b1(0xf2)](getBrowserstackCLI),_0x57904=_0x173f17[_0x55f7b1(0xd7)](nestedKeyValue,_0x307d75['getInstance']()['getConfig'](),[_0x173f17['GDSsF'],_0x173f17[_0x55f7b1(0xeb)],_0x173f17['OKgRX']]),_0x314c85=_0x173f17[_0x55f7b1(0xd7)](safeApiHost,_0x57904,constants[_0x55f7b1(0x11e)]);if(!_0x460e0b||_0x173f17['HKKVe'](_0x460e0b,''))return _0x314c85;const _0x4bb969=_0x314c85[_0x55f7b1(0x110)]('/')?_0x314c85:_0x173f17[_0x55f7b1(0xdd)](_0x314c85,'/');return new URL(_0x460e0b,_0x4bb969)[_0x55f7b1(0xdb)]();}static[a77_0x43321e(0x108)](_0x4d2543){const _0x3105d6=a77_0x43321e,_0x63cc2e={'yceZX':function(_0x1660ed){return _0x1660ed();},'CORGK':function(_0x4e51bc,_0x57a60a,_0xb2a458){return _0x4e51bc(_0x57a60a,_0xb2a458);},'KQuPp':_0x3105d6(0xb0),'YvNPU':'edsInstrumentation','oglJb':_0x3105d6(0x119),'UoMtc':function(_0x5107c7,_0x3ca61e){return _0x5107c7===_0x3ca61e;},'MKFZg':function(_0x3cfb62,_0x5b1bca){return _0x3cfb62+_0x5b1bca;}},_0x5f3047=_0x63cc2e[_0x3105d6(0xe8)](getBrowserstackCLI),_0xfe20c9=_0x63cc2e[_0x3105d6(0xc0)](nestedKeyValue,_0x5f3047[_0x3105d6(0xc2)]()[_0x3105d6(0xd0)](),[_0x63cc2e[_0x3105d6(0x11a)],_0x63cc2e['YvNPU'],_0x63cc2e[_0x3105d6(0x118)]])||constants['EDS_URL'];if(!_0x4d2543||_0x63cc2e['UoMtc'](_0x4d2543,''))return _0xfe20c9;const _0xf367c6=_0xfe20c9[_0x3105d6(0x110)]('/')?_0xfe20c9:_0x63cc2e[_0x3105d6(0x103)](_0xfe20c9,'/');return new URL(_0x4d2543,_0xf367c6)[_0x3105d6(0xdb)]();}static[a77_0x43321e(0x10e)](_0x480a75){const _0x263e36=a77_0x43321e,_0x32c156={'QsRXh':function(_0x49cdd3){return _0x49cdd3();},'YCIyq':function(_0x513ce9,_0x445555,_0x2cd961){return _0x513ce9(_0x445555,_0x2cd961);},'XlwAf':'apis','RuNgK':_0x263e36(0xb4),'eFmLc':'api','dVKMV':function(_0x5d3a9e,_0x427a2c){return _0x5d3a9e===_0x427a2c;},'MDTdc':function(_0x472116,_0x54c570){return _0x472116+_0x54c570;}},_0x5e2e4f=_0x32c156[_0x263e36(0x100)](getBrowserstackCLI),_0x462fb1=_0x32c156[_0x263e36(0xea)](nestedKeyValue,_0x5e2e4f[_0x263e36(0xc2)]()[_0x263e36(0xd0)](),[_0x32c156['XlwAf'],_0x32c156[_0x263e36(0xc9)],_0x32c156[_0x263e36(0xcd)]])||constants['BROWSERSTACK_API_URL'];if(!_0x480a75||_0x32c156[_0x263e36(0xc5)](_0x480a75,''))return _0x462fb1;const _0x51071a=_0x462fb1['endsWith']('/')?_0x462fb1:_0x32c156[_0x263e36(0xcf)](_0x462fb1,'/');return new URL(_0x480a75,_0x51071a)[_0x263e36(0xdb)]();}static[a77_0x43321e(0xe5)](_0xdae213){const _0x77a111=a77_0x43321e,_0xb5d4f2={'FPoNb':function(_0x35f879){return _0x35f879();},'jgpYr':function(_0x2883bc,_0x39abc8,_0x558f49){return _0x2883bc(_0x39abc8,_0x558f49);},'jzBea':_0x77a111(0xb0),'yEqHP':_0x77a111(0xd2),'hyxTs':_0x77a111(0x119),'bvQyG':function(_0x2fd5f7,_0x3a585f){return _0x2fd5f7===_0x3a585f;},'zNdKE':function(_0x43e6c4,_0x495e71){return _0x43e6c4+_0x495e71;}},_0x5208cf=_0xb5d4f2[_0x77a111(0xdf)](getBrowserstackCLI),_0x72fd4c=_0xb5d4f2[_0x77a111(0xb2)](nestedKeyValue,_0x5208cf['getInstance']()[_0x77a111(0xd0)](),[_0xb5d4f2[_0x77a111(0x115)],_0xb5d4f2[_0x77a111(0xb9)],_0xb5d4f2['hyxTs']])||constants['BROWSERSTACK_API_URL'];if(!_0xdae213||_0xb5d4f2[_0x77a111(0x109)](_0xdae213,''))return _0x72fd4c;const _0x138471=_0x72fd4c['endsWith']('/')?_0x72fd4c:_0xb5d4f2[_0x77a111(0x102)](_0x72fd4c,'/');return new URL(_0xdae213,_0x138471)[_0x77a111(0xdb)]();}static['getAutomateSessionNameAPIUrl'](_0x2bddea){const _0x4c9619=a77_0x43321e,_0x19ca1c={'wpnNZ':function(_0x1c7d1a){return _0x1c7d1a();},'wWtac':function(_0x2ea007,_0x5253cc,_0x4fbe5b){return _0x2ea007(_0x5253cc,_0x4fbe5b);},'oxuRt':_0x4c9619(0xb0),'CkOrl':_0x4c9619(0xb4),'TIRub':_0x4c9619(0x119),'MfIhq':function(_0x58d56a,_0x5c860c){return _0x58d56a===_0x5c860c;},'sPimQ':function(_0x1e4dab,_0x4ef1aa){return _0x1e4dab+_0x4ef1aa;}},_0x220227=_0x19ca1c[_0x4c9619(0xb7)](getBrowserstackCLI),_0x421c1c=_0x19ca1c[_0x4c9619(0xbc)](nestedKeyValue,_0x220227['getInstance']()[_0x4c9619(0xd0)](),[_0x19ca1c['oxuRt'],_0x19ca1c['CkOrl'],_0x19ca1c[_0x4c9619(0xe4)]])||constants[_0x4c9619(0x11e)];if(!_0x2bddea||_0x19ca1c['MfIhq'](_0x2bddea,''))return _0x421c1c;const _0x3ba7aa=_0x421c1c[_0x4c9619(0x110)]('/')?_0x421c1c:_0x19ca1c['sPimQ'](_0x421c1c,'/');return new URL(_0x2bddea,_0x3ba7aa)['toString']();}static[a77_0x43321e(0xce)](_0x553ce6){const _0x41da43=a77_0x43321e,_0x264608={'TnBoo':function(_0x3819fb){return _0x3819fb();},'aIjcr':function(_0xd1a309,_0x345873,_0x25c32e){return _0xd1a309(_0x345873,_0x25c32e);},'YVogJ':_0x41da43(0xb0),'JUHZp':'appAutomate','QFhGC':_0x41da43(0x119),'UEiXc':function(_0x4ef3bb,_0x47eda1){return _0x4ef3bb===_0x47eda1;},'GlbxG':function(_0x3cbe22,_0x5034d1){return _0x3cbe22+_0x5034d1;}},_0x2ebe70=_0x264608[_0x41da43(0x11d)](getBrowserstackCLI),_0x162251=_0x264608[_0x41da43(0x107)](nestedKeyValue,_0x2ebe70['getInstance']()['getConfig'](),[_0x264608[_0x41da43(0xca)],_0x264608[_0x41da43(0xe0)],_0x264608['QFhGC']])||constants['BROWSERSTACK_API_URL'];if(!_0x553ce6||_0x264608['UEiXc'](_0x553ce6,''))return _0x162251;const _0x206b54=_0x162251[_0x41da43(0x110)]('/')?_0x162251:_0x264608[_0x41da43(0xe9)](_0x162251,'/');return new URL(_0x553ce6,_0x206b54)[_0x41da43(0xdb)]();}static[a77_0x43321e(0xc1)](_0x193ccb){const _0x30e6c2=a77_0x43321e,_0x31ae89={'WhWnU':function(_0x49bcf1){return _0x49bcf1();},'kKjmQ':function(_0x446940,_0x223a64,_0x433687){return _0x446940(_0x223a64,_0x433687);},'ENQUB':_0x30e6c2(0xb0),'jbeJr':_0x30e6c2(0xb4),'qSwBd':_0x30e6c2(0x119),'aFLed':function(_0x5bbe6f,_0xe4303){return _0x5bbe6f===_0xe4303;},'lFyLv':function(_0x2e80c8,_0x131ac9){return _0x2e80c8+_0x131ac9;}},_0x3acb8=_0x31ae89[_0x30e6c2(0xe3)](getBrowserstackCLI),_0x3670ec=_0x31ae89[_0x30e6c2(0xff)](nestedKeyValue,_0x3acb8['getInstance']()['getConfig'](),[_0x31ae89['ENQUB'],_0x31ae89[_0x30e6c2(0xdc)],_0x31ae89[_0x30e6c2(0x112)]])||constants[_0x30e6c2(0x11e)];if(!_0x193ccb||_0x31ae89[_0x30e6c2(0xb1)](_0x193ccb,''))return _0x3670ec;const _0x49cd30=_0x3670ec[_0x30e6c2(0x110)]('/')?_0x3670ec:_0x31ae89[_0x30e6c2(0xbe)](_0x3670ec,'/');return new URL(_0x193ccb,_0x49cd30)[_0x30e6c2(0xdb)]()[_0x30e6c2(0xfa)](/^https?:\/\//,'');}static[a77_0x43321e(0x11f)](_0x485a6a){const _0x88b2bc=a77_0x43321e,_0x448325={'PmIWZ':function(_0xa2f7bf){return _0xa2f7bf();},'qOorW':function(_0x167c6b,_0x37eeca,_0x54aa65){return _0x167c6b(_0x37eeca,_0x54aa65);},'ECLAf':_0x88b2bc(0xb0),'pdNnp':_0x88b2bc(0xd2),'ztiOb':_0x88b2bc(0x119),'EDSYG':function(_0x378a23,_0x333311){return _0x378a23===_0x333311;},'Jivgn':function(_0x50e76b,_0x3da719){return _0x50e76b+_0x3da719;}},_0x568c7d=_0x448325['PmIWZ'](getBrowserstackCLI),_0x394f76=_0x448325[_0x88b2bc(0xbd)](nestedKeyValue,_0x568c7d[_0x88b2bc(0xc2)]()[_0x88b2bc(0xd0)](),[_0x448325['ECLAf'],_0x448325['pdNnp'],_0x448325['ztiOb']])||constants[_0x88b2bc(0xc6)];if(!_0x485a6a||_0x448325[_0x88b2bc(0xd6)](_0x485a6a,''))return _0x394f76;const _0x5bfba3=_0x394f76[_0x88b2bc(0x110)]('/')?_0x394f76:_0x448325[_0x88b2bc(0xf9)](_0x394f76,'/');return new URL(_0x485a6a,_0x5bfba3)[_0x88b2bc(0xdb)]()[_0x88b2bc(0xfa)](/^https?:\/\//,'');}static[a77_0x43321e(0xc4)](_0x4e3d4d){const _0xa63f68=a77_0x43321e,_0x14f286={'sGVJg':function(_0x4e6ae8){return _0x4e6ae8();},'vVtRM':function(_0x164cdf,_0x377205,_0x2fe316){return _0x164cdf(_0x377205,_0x2fe316);},'opqZz':_0xa63f68(0xb0),'RqbFG':_0xa63f68(0xd2),'pYJhM':'upload','drxXU':_0xa63f68(0x119),'PHyrz':function(_0x301e00,_0x4f463b){return _0x301e00===_0x4f463b;},'caNZy':function(_0x5817d3,_0x3ea009){return _0x5817d3+_0x3ea009;}},_0x8703fb=_0x14f286['sGVJg'](getBrowserstackCLI),_0x15df35=_0x14f286['vVtRM'](nestedKeyValue,_0x8703fb[_0xa63f68(0xc2)]()[_0xa63f68(0xd0)](),[_0x14f286[_0xa63f68(0xec)],_0x14f286[_0xa63f68(0x10d)],_0x14f286[_0xa63f68(0x121)]])||_0x14f286[_0xa63f68(0xb5)](nestedKeyValue,_0x8703fb[_0xa63f68(0xc2)]()[_0xa63f68(0xd0)](),[_0x14f286[_0xa63f68(0xec)],_0x14f286[_0xa63f68(0x10d)],_0x14f286['drxXU']])||constants[_0xa63f68(0xc6)];if(!_0x4e3d4d||_0x14f286[_0xa63f68(0xf8)](_0x4e3d4d,''))return _0x15df35;const _0x48ce1a=_0x15df35[_0xa63f68(0x110)]('/')?_0x15df35:_0x14f286[_0xa63f68(0xc8)](_0x15df35,'/');return new URL(_0x4e3d4d,_0x48ce1a)[_0xa63f68(0xdb)]();}static[a77_0x43321e(0xda)](_0x4c7d74){const _0x17b593=a77_0x43321e,_0x111732={'ZDzZB':function(_0x296965){return _0x296965();},'BCBiA':function(_0x40fa8c,_0xfcd975,_0x327c47){return _0x40fa8c(_0xfcd975,_0x327c47);},'gqhCA':'apis','MAzxl':_0x17b593(0xe7),'BREBF':_0x17b593(0x10c),'CpQbs':function(_0x101496,_0x4ca987){return _0x101496===_0x4ca987;},'GEndP':function(_0x488c9e,_0x151b75){return _0x488c9e+_0x151b75;}},_0x21eba4=_0x111732[_0x17b593(0xfd)](getBrowserstackCLI),_0x55a2ae=_0x111732['BCBiA'](nestedKeyValue,_0x21eba4['getInstance']()[_0x17b593(0xd0)](),[_0x111732[_0x17b593(0x116)],_0x111732['MAzxl'],_0x111732[_0x17b593(0xf3)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x4c7d74||_0x111732[_0x17b593(0xf0)](_0x4c7d74,''))return _0x55a2ae;const _0x4fa6e1=_0x55a2ae['endsWith']('/')?_0x55a2ae:_0x111732[_0x17b593(0xb8)](_0x55a2ae,'/');return new URL(_0x4c7d74,_0x4fa6e1)[_0x17b593(0xdb)]();}static[a77_0x43321e(0xbf)](_0x1c949f){const _0x1582a0=a77_0x43321e,_0x3f1fbd={'uVisB':function(_0xea3e7c){return _0xea3e7c();},'KFfGE':function(_0x547bcb,_0x4b46c1,_0x4f2be8){return _0x547bcb(_0x4b46c1,_0x4f2be8);},'QKcgq':_0x1582a0(0xb0),'xxVPn':_0x1582a0(0xb4),'YPWjU':_0x1582a0(0xb3),'pGpPU':_0x1582a0(0x113),'jiXCQ':function(_0x418edb,_0x21292e){return _0x418edb===_0x21292e;},'bdNiT':function(_0x1bebb6,_0x505380){return _0x1bebb6+_0x505380;},'AqcsV':'/playwright?caps='},_0x365c15=_0x3f1fbd[_0x1582a0(0xd8)](getBrowserstackCLI),_0x3b65fe=_0x3f1fbd[_0x1582a0(0xe6)](nestedKeyValue,_0x365c15[_0x1582a0(0xc2)]()[_0x1582a0(0xd0)](),[_0x3f1fbd[_0x1582a0(0xaf)],_0x3f1fbd[_0x1582a0(0x10a)],_0x3f1fbd[_0x1582a0(0xe1)]]),_0x47d4e3=(_0x3b65fe?_0x3b65fe[_0x1582a0(0xfa)](/^https:/,_0x3f1fbd[_0x1582a0(0x10b)]):null)||constants[_0x1582a0(0x106)];let _0x4f3abc;if(!_0x1c949f||_0x3f1fbd[_0x1582a0(0xd9)](_0x1c949f,''))_0x4f3abc=_0x47d4e3;else{const _0xd66797=_0x47d4e3[_0x1582a0(0x110)]('/')?_0x47d4e3:_0x3f1fbd['bdNiT'](_0x47d4e3,'/');_0x4f3abc=new URL(_0x1c949f,_0xd66797)[_0x1582a0(0xdb)]();}return!_0x4f3abc[_0x1582a0(0x110)](_0x3f1fbd[_0x1582a0(0xba)])&&(_0x4f3abc+=_0x3f1fbd[_0x1582a0(0xba)]),_0x4f3abc;}static[a77_0x43321e(0xe2)](_0x24a9c0){const _0x422860=a77_0x43321e,_0x54f1d1={'Sdinw':function(_0x2d89af){return _0x2d89af();},'tVfDd':function(_0x244fcf,_0x5ee4d1,_0x24be56){return _0x244fcf(_0x5ee4d1,_0x24be56);},'DkvEA':_0x422860(0xb0),'esVBJ':'automate','KdSPy':'cdp','PhBAr':'wss:','kCxJp':function(_0x17df31,_0x550f80){return _0x17df31===_0x550f80;},'CZBfB':function(_0x35d8d2,_0x281d16){return _0x35d8d2+_0x281d16;},'qpIeG':'/puppeteer?caps='},_0x3cacc=_0x54f1d1[_0x422860(0xb6)](getBrowserstackCLI),_0x4e1117=_0x54f1d1['tVfDd'](nestedKeyValue,_0x3cacc[_0x422860(0xc2)]()['getConfig'](),[_0x54f1d1['DkvEA'],_0x54f1d1[_0x422860(0x104)],_0x54f1d1[_0x422860(0xf1)]]),_0x2b5ee9=(_0x4e1117?_0x4e1117[_0x422860(0xfa)](/^https:/,_0x54f1d1['PhBAr']):null)||constants[_0x422860(0xbb)];let _0x1ae8a4;if(!_0x24a9c0||_0x54f1d1[_0x422860(0x105)](_0x24a9c0,''))_0x1ae8a4=_0x2b5ee9;else{const _0x38e78e=_0x2b5ee9[_0x422860(0x110)]('/')?_0x2b5ee9:_0x54f1d1[_0x422860(0xd3)](_0x2b5ee9,'/');_0x1ae8a4=new URL(_0x24a9c0,_0x38e78e)[_0x422860(0xdb)]();}return!_0x1ae8a4[_0x422860(0x110)](_0x54f1d1[_0x422860(0x111)])&&(_0x1ae8a4+=_0x54f1d1[_0x422860(0x111)]),_0x1ae8a4;}static[a77_0x43321e(0xd1)](_0x563be0){const _0x3f1477=a77_0x43321e,_0x333baf={'YlCrz':function(_0x1166ea){return _0x1166ea();},'IfDzM':function(_0x2beb7f,_0x10c45f,_0x163c14){return _0x2beb7f(_0x10c45f,_0x163c14);},'RiGie':'apis','TbpUO':'appAutomate','vfNWO':_0x3f1477(0xee),'qBxGq':_0x3f1477(0x113),'NJgop':function(_0x5375a5,_0x2e35f7){return _0x5375a5===_0x2e35f7;},'EjBDg':function(_0xa8ae06,_0x5697a0){return _0xa8ae06+_0x5697a0;}},_0x574c2f=_0x333baf[_0x3f1477(0x11c)](getBrowserstackCLI),_0x471314=_0x574c2f?_0x574c2f[_0x3f1477(0xc2)]():null,_0x46d8c9=_0x471314?_0x333baf[_0x3f1477(0xde)](nestedKeyValue,_0x471314['getConfig'](),[_0x333baf[_0x3f1477(0xf6)],_0x333baf[_0x3f1477(0xcc)],_0x333baf[_0x3f1477(0xd4)]]):null,_0x16bf8e=(_0x46d8c9?_0x46d8c9['replace'](/^https:/,_0x333baf[_0x3f1477(0x114)]):null)||constants[_0x3f1477(0xfb)];if(!_0x563be0||_0x333baf[_0x3f1477(0xf5)](_0x563be0,''))return _0x16bf8e;const _0xfc1cf0=_0x16bf8e[_0x3f1477(0x110)]('/')?_0x16bf8e:_0x333baf[_0x3f1477(0xf4)](_0x16bf8e,'/');return new URL(_0x563be0,_0xfc1cf0)['toString']();}}function a77_0x2727(){const _0x1fd8b3=['MKFZg','esVBJ','kCxJp','PLAYWRIGHT_HUB_URL','aIjcr','getEdsInstrumentationAPIUrl','bvQyG','xxVPn','pGpPU','upload','RqbFG','getAutomateSessionStatusAPIUrl','36288nGNPoF','endsWith','qpIeG','qSwBd','wss:','qBxGq','jzBea','gqhCA','some','oglJb','api','KQuPp','exports','YlCrz','TnBoo','BROWSERSTACK_API_URL','getAppAutomateSessionsListAPIUrl','194796XUWmMt','pYJhM','browserstack.com','bsstag.com','QKcgq','apis','aFLed','jgpYr','cdp','automate','vVtRM','Sdinw','wpnNZ','GEndP','yEqHP','AqcsV','PUPPETEER_HUB_URL','wWtac','qOorW','lFyLv','getPlaywrightHubUrl','CORGK','getAutomateSessionsListAPIUrl','getInstance','655316JlLVSR','getAppAutomateUploadAPIUrl','dVKMV','APP_UPLOAD_URL','407652okdrlx','caNZy','RuNgK','YVogJ','getBStackAPIUrl','TbpUO','eFmLc','getAppAutomateSessionNameAPIUrl','MDTdc','getConfig','getDetoxHubUrl','appAutomate','CZBfB','vfNWO','45536ndXOjS','EDSYG','FslHG','uVisB','jiXCQ','getAutoCaptureLogsAPIUrl','toString','jbeJr','YRpiU','IfDzM','FPoNb','JUHZp','YPWjU','getPuppeteerHubUrl','WhWnU','TIRub','getAppAutomateSessionStatusAPIUrl','KFfGE','observability','yceZX','GlbxG','YCIyq','qkXSJ','opqZz','5Iubtbr','detox','MBAEx','CpQbs','KdSPy','LjYPB','BREBF','EjBDg','NJgop','RiGie','563238DfBaCI','PHyrz','Jivgn','replace','DETOX_HUB_URL','lgqqH','ZDzZB','27327jFkJIG','kKjmQ','QsRXh','954KrRbaP','zNdKE'];a77_0x2727=function(){return _0x1fd8b3;};return a77_0x2727();}module[a77_0x43321e(0x11b)]=APIUtilityMethods;
@@ -1 +1 @@
1
- function a78_0x2f51(_0x2bec16,_0x3cf667){const _0x35a636=a78_0x35a6();return a78_0x2f51=function(_0x2f514f,_0x37b0c1){_0x2f514f=_0x2f514f-0x14d;let _0x52e8a5=_0x35a636[_0x2f514f];return _0x52e8a5;},a78_0x2f51(_0x2bec16,_0x3cf667);}function a78_0x35a6(){const _0x332d99=['760560nQbHwm','ssl\x20cert\x20issue','winstonLogger','./constants','logSituation','DjRYJ','size','wjnKU','eWLot','toString','gtbmI','browserstack\x20cloud\x20not\x20reachable','errorMessage','documentationLink','Session\x20Linking\x20Issue','[ClientTroubleShootingService]\x20','replace','getAggregatedClientTroubleshootingErrors','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','AfzYa','biRXz','../../helpers/logger','11320610QihUHJ','error','getSuccess','parse','Session\x20Linking\x20Issue\x20details\x20not\x20found','OnLbG','reportConflictingEnvVarIssue','7LCKJvL','81dvWZhH','oeLtF','Cahzd','errorCodes','../v2/browserstackCLI','ayEuM','{ERROR_CODES}','veDob','finalErrorMessage','LYQbl','1302603seMkKR','from','getFinalErrorMessage','errorCode','keys','UTpXM','917080vMNyov','warn','base64','cachedErrorCodes','ZBdZY','Error\x20in\x20getting\x20error\x20details\x20for\x20','ihSDF','length','CvIBI','reportProcessInterruptionSituation','Vcrbi','getCachedErrorCodes','../v2/grpcClient','PbugT','ddgEz','Process\x20Interruption\x20details\x20not\x20found:','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.','isRunning','FBNub','errorCodesOccurredWhenCLINotRunning','conflicting\x20env\x20var\x20detected','errorCodesOccurredInCLI','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','Conflicting\x20Env\x20Var\x20details\x20not\x20found','2461026DJatCB','28aHHnrE','Connectivity\x20Issue\x20details\x20not\x20found','getErrorMessage','USjGb','CLIENT_TROUBLESHOOTING_HASH','getErrorCodes','reportConnectivityIssue','muJld','fcSQU','WdGeu','getErrorDetails','getInstance','getErrorCode','getDocumentationLink','UUFrN','tSiyd','add','isArray','join','289096deiGJj','2628330XjbImR','{ENV_VAR}','JPApf','logError','oxrdH','reportSessionLinkingIssue','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','OtGYg','reportSSLCertIssue','checkForErrorsOccuredInCLI','QgJnc'];a78_0x35a6=function(){return _0x332d99;};return a78_0x35a6();}const a78_0x329c31=a78_0x2f51;(function(_0x460460,_0x336d31){const _0x523175=a78_0x2f51,_0x3dd0b6=_0x460460();while(!![]){try{const _0x15fcaf=parseInt(_0x523175(0x1ac))/0x1+parseInt(_0x523175(0x179))/0x2+-parseInt(_0x523175(0x184))/0x3+-parseInt(_0x523175(0x165))/0x4*(parseInt(_0x523175(0x1b2))/0x5)+parseInt(_0x523175(0x164))/0x6*(parseInt(_0x523175(0x1a1))/0x7)+parseInt(_0x523175(0x178))/0x8*(parseInt(_0x523175(0x1a2))/0x9)+-parseInt(_0x523175(0x19a))/0xa;if(_0x15fcaf===_0x336d31)break;else _0x3dd0b6['push'](_0x3dd0b6['shift']());}catch(_0x28e1b7){_0x3dd0b6['push'](_0x3dd0b6['shift']());}}}(a78_0x35a6,0xa6ab7));const logger=require(a78_0x329c31(0x199))[a78_0x329c31(0x186)],BrowserstackCLI=require(a78_0x329c31(0x1a6)),GrpcClient=require(a78_0x329c31(0x158)),constants=require(a78_0x329c31(0x187));class ClientTroubleShootingService{static [a78_0x329c31(0x14f)]=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async['getErrorDetails'](_0x186990){const _0x193f9d=a78_0x329c31,_0x121fd6={};_0x121fd6[_0x193f9d(0x174)]=function(_0x1caf09,_0x1120fe){return _0x1caf09!==_0x1120fe;};const _0x22594a=_0x121fd6;try{if(BrowserstackCLI[_0x193f9d(0x170)]()[_0x193f9d(0x15d)]()){const _0x3fe725=await GrpcClient[_0x193f9d(0x170)]()['reportClientTroubleshootingError'](_0x186990);if(_0x22594a[_0x193f9d(0x174)](_0x3fe725,null)&&_0x3fe725[_0x193f9d(0x19c)]())return{'errorCode':_0x3fe725[_0x193f9d(0x171)](),'errorMessage':_0x3fe725[_0x193f9d(0x167)]()};return{};}return{};}catch(_0xea3ed2){return this[_0x193f9d(0x17c)](_0x193f9d(0x151)+_0x186990+':',_0xea3ed2),{};}}static async['getAggregatedErrorCodes'](){const _0xfb89d6=a78_0x329c31,_0x2caa66={};_0x2caa66[_0xfb89d6(0x180)]=function(_0x11ca53,_0x3e7dc2){return _0x11ca53!==_0x3e7dc2;},_0x2caa66[_0xfb89d6(0x15e)]=_0xfb89d6(0x14e),_0x2caa66[_0xfb89d6(0x159)]=_0xfb89d6(0x17f);const _0x27d4ee=_0x2caa66;try{if(BrowserstackCLI['getInstance']()[_0xfb89d6(0x15d)]()){const _0x162dce=await GrpcClient[_0xfb89d6(0x170)]()[_0xfb89d6(0x195)]();if(_0x27d4ee[_0xfb89d6(0x180)](_0x162dce,null)&&_0x162dce['getSuccess']()){const _0x39ec15=Buffer['from'](_0x162dce[_0xfb89d6(0x16a)](),_0x27d4ee[_0xfb89d6(0x15e)])[_0xfb89d6(0x18d)](),_0xb9fc64=_0x39ec15?JSON[_0xfb89d6(0x19d)](_0x39ec15):[],_0x3f7106=_0x162dce[_0xfb89d6(0x172)](),_0x1c87f3=_0x162dce[_0xfb89d6(0x1ae)](),_0x3c1065=Buffer[_0xfb89d6(0x1ad)](_0x162dce['getErrorCodesOccurredInCli'](),_0x27d4ee['FBNub'])[_0xfb89d6(0x18d)](),_0x13ce67=_0x3c1065?JSON[_0xfb89d6(0x19d)](_0x3c1065):[],_0x4f3a2e={};return _0x4f3a2e[_0xfb89d6(0x1a5)]=_0xb9fc64,_0x4f3a2e[_0xfb89d6(0x191)]=_0x3f7106,_0x4f3a2e['finalErrorMessage']=_0x1c87f3,_0x4f3a2e[_0xfb89d6(0x161)]=_0x13ce67,_0x4f3a2e;}const _0x524068={};return _0x524068[_0xfb89d6(0x1a5)]=[],_0x524068[_0xfb89d6(0x191)]='',_0x524068[_0xfb89d6(0x1aa)]='',_0x524068['errorCodesOccurredInCLI']=[],_0x524068;}const _0x2f9b5f={};return _0x2f9b5f[_0xfb89d6(0x1a5)]=[],_0x2f9b5f[_0xfb89d6(0x191)]='',_0x2f9b5f[_0xfb89d6(0x1aa)]='',_0x2f9b5f[_0xfb89d6(0x161)]=[],_0x2f9b5f;}catch(_0x316acd){this['logError'](_0x27d4ee[_0xfb89d6(0x159)],_0x316acd);const _0x5408ea={};return _0x5408ea['errorCodes']=[],_0x5408ea[_0xfb89d6(0x191)]='',_0x5408ea[_0xfb89d6(0x1aa)]='',_0x5408ea[_0xfb89d6(0x161)]=[],_0x5408ea;}}static[a78_0x329c31(0x188)](_0x1a4c40,_0x10c78e){const _0x147ba2=a78_0x329c31;logger[_0x147ba2(0x14d)](_0x1a4c40+':\x20'+_0x10c78e);}static[a78_0x329c31(0x182)](_0x5f4ff3){const _0x31b54b=a78_0x329c31,_0x5dec61={};_0x5dec61[_0x31b54b(0x1b1)]=function(_0x215231,_0x3b2ff3){return _0x215231!=_0x3b2ff3;},_0x5dec61[_0x31b54b(0x1a3)]=function(_0xfee174,_0xf85160){return _0xfee174>_0xf85160;},_0x5dec61[_0x31b54b(0x18b)]=function(_0x566681,_0x93e2c4){return _0x566681!=_0x93e2c4;};const _0x262637=_0x5dec61,_0x18187d=[];if(_0x262637[_0x31b54b(0x1b1)](_0x5f4ff3,null)&&_0x262637[_0x31b54b(0x1b1)](_0x5f4ff3[_0x31b54b(0x161)],null)&&_0x262637[_0x31b54b(0x1a3)](_0x5f4ff3['errorCodesOccurredInCLI'][_0x31b54b(0x153)],0x0))for(const _0xad8308 of _0x5f4ff3['errorCodesOccurredInCLI']){_0x262637[_0x31b54b(0x18b)](_0xad8308['errorCode'],null)&&_0x262637[_0x31b54b(0x18b)](_0xad8308[_0x31b54b(0x190)],null)&&(_0x18187d['push'](_0xad8308[_0x31b54b(0x1af)]),this['logSituation'](_0xad8308['errorCode'],_0xad8308[_0x31b54b(0x190)]));}return _0x18187d;}static[a78_0x329c31(0x157)](){const _0x5af293=a78_0x329c31;return this[_0x5af293(0x14f)];}static[a78_0x329c31(0x17c)](_0x492057,_0x199738){const _0x345418=a78_0x329c31,_0x5d0e00={};_0x5d0e00[_0x345418(0x154)]=function(_0x170c19,_0x2d2eb8){return _0x170c19===_0x2d2eb8;},_0x5d0e00['kqwcH']='object';const _0x3fe702=_0x5d0e00;if(_0x3fe702[_0x345418(0x154)](typeof _0x199738,_0x3fe702['kqwcH']))try{logger[_0x345418(0x19b)](_0x345418(0x193)+_0x492057+'\x20'+JSON['stringify'](_0x199738));}catch(_0x3709b2){logger['error'](_0x345418(0x193)+_0x492057+'\x20'+_0x199738);}else logger['error'](_0x345418(0x193)+_0x492057+'\x20'+_0x199738);}static async[a78_0x329c31(0x155)](_0x6e20c3){const _0x405beb=a78_0x329c31,_0x18a9db={};_0x18a9db[_0x405beb(0x16c)]='Process\x20Interruption',_0x18a9db[_0x405beb(0x1a9)]=function(_0x58fc2b,_0x478857){return _0x58fc2b===_0x478857;},_0x18a9db['ddgEz']=_0x405beb(0x15b),_0x18a9db[_0x405beb(0x17b)]='{SIGNAL}';const _0x4cb7c2=_0x18a9db,_0x228f7e=await this[_0x405beb(0x16f)](_0x4cb7c2['muJld']);if(!_0x228f7e||_0x4cb7c2[_0x405beb(0x1a9)](Object['keys'](_0x228f7e)[_0x405beb(0x153)],0x0)){this[_0x405beb(0x17c)](_0x4cb7c2[_0x405beb(0x15a)],_0x228f7e);return;}this[_0x405beb(0x188)](_0x228f7e[_0x405beb(0x1af)],_0x228f7e[_0x405beb(0x190)][_0x405beb(0x194)](_0x4cb7c2[_0x405beb(0x17b)],_0x6e20c3));}static async[a78_0x329c31(0x17e)](){const _0x173f14=a78_0x329c31,_0x13f4f9={};_0x13f4f9['WdGeu']=_0x173f14(0x192),_0x13f4f9[_0x173f14(0x189)]=function(_0x5e9f76,_0xe0231b){return _0x5e9f76===_0xe0231b;},_0x13f4f9[_0x173f14(0x1a4)]=_0x173f14(0x19e);const _0x53c6bc=_0x13f4f9,_0xdd86b2=await this['getErrorDetails'](_0x53c6bc[_0x173f14(0x16e)]);if(!_0xdd86b2||_0x53c6bc[_0x173f14(0x189)](Object[_0x173f14(0x1b0)](_0xdd86b2)[_0x173f14(0x153)],0x0)){this[_0x173f14(0x17c)](_0x53c6bc['Cahzd'],_0xdd86b2);return;}this['logSituation'](_0xdd86b2[_0x173f14(0x1af)],_0xdd86b2['errorMessage']);}static async[a78_0x329c31(0x16b)](){const _0x11d399=a78_0x329c31,_0x67e4ad={};_0x67e4ad[_0x11d399(0x16d)]=_0x11d399(0x18f),_0x67e4ad[_0x11d399(0x183)]=function(_0x9ef2e4,_0x4d6dce){return _0x9ef2e4===_0x4d6dce;},_0x67e4ad[_0x11d399(0x150)]=_0x11d399(0x166);const _0x3acb2f=_0x67e4ad,_0xb7ab3c=await this[_0x11d399(0x16f)](_0x3acb2f[_0x11d399(0x16d)]);if(!_0xb7ab3c||_0x3acb2f[_0x11d399(0x183)](Object[_0x11d399(0x1b0)](_0xb7ab3c)['length'],0x0)){this[_0x11d399(0x17c)](_0x3acb2f['ZBdZY'],_0xb7ab3c);return;}this[_0x11d399(0x188)](_0xb7ab3c[_0x11d399(0x1af)],_0xb7ab3c[_0x11d399(0x190)]);}static async[a78_0x329c31(0x181)](){const _0x2b5052=a78_0x329c31,_0x2fab8a={};_0x2fab8a['Vcrbi']=_0x2b5052(0x185),_0x2fab8a[_0x2b5052(0x1a7)]=function(_0x456ae9,_0x47e8b7){return _0x456ae9===_0x47e8b7;},_0x2fab8a[_0x2b5052(0x18c)]=_0x2b5052(0x15c);const _0x13a9ee=_0x2fab8a,_0x358098=await this['getErrorDetails'](_0x13a9ee[_0x2b5052(0x156)]);if(!_0x358098||_0x13a9ee[_0x2b5052(0x1a7)](Object[_0x2b5052(0x1b0)](_0x358098)[_0x2b5052(0x153)],0x0)){this[_0x2b5052(0x17c)](_0x13a9ee[_0x2b5052(0x18c)],_0x358098);return;}this['logSituation'](_0x358098[_0x2b5052(0x1af)],_0x358098[_0x2b5052(0x190)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x4306f5=a78_0x329c31,_0x2ecb05={};_0x2ecb05['gtbmI']='.browserstack\x20folder\x20not\x20accessible',_0x2ecb05['FlpPB']=function(_0x487fbe,_0x3572bf){return _0x487fbe===_0x3572bf;},_0x2ecb05[_0x4306f5(0x173)]=_0x4306f5(0x196);const _0xbe7480=_0x2ecb05,_0x7c9d69=constants[_0x4306f5(0x169)][_0xbe7480[_0x4306f5(0x18e)]];if(!_0x7c9d69||_0xbe7480['FlpPB'](Object['keys'](_0x7c9d69)[_0x4306f5(0x153)],0x0)){this[_0x4306f5(0x17c)](_0xbe7480[_0x4306f5(0x173)],_0x7c9d69);return;}this[_0x4306f5(0x15f)][_0x4306f5(0x175)](_0x7c9d69[0x0]),this['logSituation'](_0x7c9d69[0x0],_0x7c9d69[0x1]);}static async[a78_0x329c31(0x1a0)](_0x124061){const _0xf15bd0=a78_0x329c31,_0x3af8e5={};_0x3af8e5[_0xf15bd0(0x17d)]=_0xf15bd0(0x160),_0x3af8e5[_0xf15bd0(0x19f)]=function(_0x49e1e3,_0x1e0e3a){return _0x49e1e3===_0x1e0e3a;},_0x3af8e5['tfgEm']=_0xf15bd0(0x163),_0x3af8e5[_0xf15bd0(0x1ab)]=_0xf15bd0(0x17a);const _0x43cc7a=_0x3af8e5,_0x5ead14=await this[_0xf15bd0(0x16f)](_0x43cc7a[_0xf15bd0(0x17d)]);if(!_0x5ead14||_0x43cc7a['OnLbG'](Object['keys'](_0x5ead14)[_0xf15bd0(0x153)],0x0)){this['logError'](_0x43cc7a['tfgEm'],_0x5ead14);return;}const _0x2c0063=_0x5ead14[_0xf15bd0(0x190)][_0xf15bd0(0x194)](_0x43cc7a[_0xf15bd0(0x1ab)],_0x124061);this[_0xf15bd0(0x188)](_0x5ead14[_0xf15bd0(0x1af)],_0x2c0063);}static async['reportFinalDetectionState'](){const _0xaed4c0=a78_0x329c31,_0x3fc8ca={};_0x3fc8ca[_0xaed4c0(0x197)]=function(_0x22c324,_0x45b968){return _0x22c324>_0x45b968;},_0x3fc8ca[_0xaed4c0(0x168)]=function(_0x4613c7,_0x1be48c){return _0x4613c7>_0x1be48c;},_0x3fc8ca['biRXz']=_0xaed4c0(0x1a8),_0x3fc8ca[_0xaed4c0(0x152)]=_0xaed4c0(0x162);const _0x4f46db=_0x3fc8ca,_0x56f120=await this['getAggregatedErrorCodes'](),_0x1e3094=this[_0xaed4c0(0x182)](_0x56f120),_0x2212c1=Array[_0xaed4c0(0x176)](_0x56f120[_0xaed4c0(0x1a5)])?_0x56f120[_0xaed4c0(0x1a5)]:[],_0x28bef7=_0x4f46db[_0xaed4c0(0x197)](this[_0xaed4c0(0x15f)][_0xaed4c0(0x18a)],0x0)?Array[_0xaed4c0(0x1ad)](this['errorCodesOccurredWhenCLINotRunning']):[],_0x3d6b13=new Set([..._0x2212c1,..._0x1e3094,..._0x28bef7]),_0x36e313=Array[_0xaed4c0(0x1ad)](_0x3d6b13);if(_0x4f46db[_0xaed4c0(0x168)](_0x36e313['length'],0x0)){const _0x298e98=_0x56f120[_0xaed4c0(0x1aa)][_0xaed4c0(0x194)](_0x4f46db[_0xaed4c0(0x198)],_0x36e313[_0xaed4c0(0x177)](',\x20'))[_0xaed4c0(0x194)](_0x4f46db['ihSDF'],_0x56f120[_0xaed4c0(0x191)]);logger['warn'](_0x298e98),this['cachedErrorCodes']=_0x36e313;}}}module['exports']=ClientTroubleShootingService;
1
+ const a78_0xe360d9=a78_0x11ea;(function(_0x376e4b,_0x47cf6b){const _0x3a9198=a78_0x11ea,_0x1394d6=_0x376e4b();while(!![]){try{const _0x1e97e8=parseInt(_0x3a9198(0x11c))/0x1*(parseInt(_0x3a9198(0x101))/0x2)+parseInt(_0x3a9198(0xdd))/0x3*(parseInt(_0x3a9198(0x10a))/0x4)+-parseInt(_0x3a9198(0xfc))/0x5*(parseInt(_0x3a9198(0xda))/0x6)+-parseInt(_0x3a9198(0x10d))/0x7+parseInt(_0x3a9198(0x116))/0x8*(parseInt(_0x3a9198(0x128))/0x9)+-parseInt(_0x3a9198(0x134))/0xa+parseInt(_0x3a9198(0x11b))/0xb*(parseInt(_0x3a9198(0xe5))/0xc);if(_0x1e97e8===_0x47cf6b)break;else _0x1394d6['push'](_0x1394d6['shift']());}catch(_0x3e9d1c){_0x1394d6['push'](_0x1394d6['shift']());}}}(a78_0x104c,0xc9a48));const logger=require(a78_0xe360d9(0x130))[a78_0xe360d9(0x12a)],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a78_0xe360d9(0xde)),constants=require(a78_0xe360d9(0xd4));class ClientTroubleShootingService{static [a78_0xe360d9(0x13a)]=null;static [a78_0xe360d9(0xfa)]=new Set();static async[a78_0xe360d9(0xe6)](_0x5579ef){const _0x17a2b9=a78_0xe360d9,_0x3a90b5={};_0x3a90b5[_0x17a2b9(0xe2)]=function(_0x15663f,_0x5482a7){return _0x15663f!==_0x5482a7;};const _0x36f4ed=_0x3a90b5;try{if(BrowserstackCLI['getInstance']()[_0x17a2b9(0xf1)]()){const _0x5ccd6c=await GrpcClient[_0x17a2b9(0x129)]()[_0x17a2b9(0xe9)](_0x5579ef);if(_0x36f4ed['ZQoIf'](_0x5ccd6c,null)&&_0x5ccd6c[_0x17a2b9(0x105)]())return{'errorCode':_0x5ccd6c[_0x17a2b9(0x11f)](),'errorMessage':_0x5ccd6c[_0x17a2b9(0x122)]()};return{};}return{};}catch(_0x57d844){return this[_0x17a2b9(0x137)](_0x17a2b9(0x118)+_0x5579ef+':',_0x57d844),{};}}static async[a78_0xe360d9(0x117)](){const _0x511ffe=a78_0xe360d9,_0x4dbfac={};_0x4dbfac[_0x511ffe(0x115)]=function(_0xf6229a,_0x5cff9d){return _0xf6229a!==_0x5cff9d;},_0x4dbfac[_0x511ffe(0xe1)]=_0x511ffe(0x114),_0x4dbfac[_0x511ffe(0xdb)]=_0x511ffe(0x11e);const _0x55d1eb=_0x4dbfac;try{if(BrowserstackCLI[_0x511ffe(0x129)]()[_0x511ffe(0xf1)]()){const _0x1e7b44=await GrpcClient[_0x511ffe(0x129)]()['getAggregatedClientTroubleshootingErrors']();if(_0x55d1eb['XQdob'](_0x1e7b44,null)&&_0x1e7b44[_0x511ffe(0x105)]()){const _0x556018=Buffer['from'](_0x1e7b44[_0x511ffe(0xee)](),_0x55d1eb[_0x511ffe(0xe1)])[_0x511ffe(0x107)](),_0x2ec4d1=_0x556018?JSON[_0x511ffe(0x12f)](_0x556018):[],_0x548ce4=_0x1e7b44[_0x511ffe(0xd9)](),_0x10cb38=_0x1e7b44[_0x511ffe(0x125)](),_0x642a0f=Buffer[_0x511ffe(0x119)](_0x1e7b44[_0x511ffe(0x132)](),_0x55d1eb[_0x511ffe(0xe1)])[_0x511ffe(0x107)](),_0x5f47f5=_0x642a0f?JSON[_0x511ffe(0x12f)](_0x642a0f):[],_0x118f9d={};return _0x118f9d[_0x511ffe(0x112)]=_0x2ec4d1,_0x118f9d[_0x511ffe(0xf4)]=_0x548ce4,_0x118f9d[_0x511ffe(0x124)]=_0x10cb38,_0x118f9d['errorCodesOccurredInCLI']=_0x5f47f5,_0x118f9d;}const _0x29683={};return _0x29683[_0x511ffe(0x112)]=[],_0x29683[_0x511ffe(0xf4)]='',_0x29683['finalErrorMessage']='',_0x29683[_0x511ffe(0xef)]=[],_0x29683;}const _0x2ddb18={};return _0x2ddb18[_0x511ffe(0x112)]=[],_0x2ddb18['documentationLink']='',_0x2ddb18[_0x511ffe(0x124)]='',_0x2ddb18[_0x511ffe(0xef)]=[],_0x2ddb18;}catch(_0x350e3d){this['logError'](_0x55d1eb[_0x511ffe(0xdb)],_0x350e3d);const _0x563c5f={};return _0x563c5f[_0x511ffe(0x112)]=[],_0x563c5f[_0x511ffe(0xf4)]='',_0x563c5f[_0x511ffe(0x124)]='',_0x563c5f[_0x511ffe(0xef)]=[],_0x563c5f;}}static[a78_0xe360d9(0xf5)](_0x1e4482,_0x349ad1){logger['warn'](_0x1e4482+':\x20'+_0x349ad1);}static[a78_0xe360d9(0xf2)](_0x24d0ef){const _0x23b9ea=a78_0xe360d9,_0x3df787={};_0x3df787[_0x23b9ea(0x10e)]=function(_0x1372f1,_0x3c2a6c){return _0x1372f1!=_0x3c2a6c;},_0x3df787[_0x23b9ea(0x109)]=function(_0x4a853c,_0x430964){return _0x4a853c>_0x430964;},_0x3df787['Xegat']=function(_0x29e637,_0x2e46f1){return _0x29e637!=_0x2e46f1;};const _0x5e3777=_0x3df787,_0x589962=[];if(_0x5e3777['owBUP'](_0x24d0ef,null)&&_0x5e3777[_0x23b9ea(0x10e)](_0x24d0ef[_0x23b9ea(0xef)],null)&&_0x5e3777[_0x23b9ea(0x109)](_0x24d0ef['errorCodesOccurredInCLI']['length'],0x0))for(const _0x1b2876 of _0x24d0ef[_0x23b9ea(0xef)]){_0x5e3777[_0x23b9ea(0x139)](_0x1b2876[_0x23b9ea(0xdf)],null)&&_0x5e3777[_0x23b9ea(0x10e)](_0x1b2876[_0x23b9ea(0x13b)],null)&&(_0x589962['push'](_0x1b2876[_0x23b9ea(0xdf)]),this['logSituation'](_0x1b2876[_0x23b9ea(0xdf)],_0x1b2876[_0x23b9ea(0x13b)]));}return _0x589962;}static[a78_0xe360d9(0xd6)](){const _0x541e33=a78_0xe360d9;return this[_0x541e33(0x13a)];}static[a78_0xe360d9(0x137)](_0xd444b1,_0x44ca71){const _0x3e071e=a78_0xe360d9,_0x575ab3={};_0x575ab3['grUvv']=function(_0x6fb160,_0x96e9ca){return _0x6fb160===_0x96e9ca;},_0x575ab3[_0x3e071e(0xec)]='object';const _0x4958d2=_0x575ab3;if(_0x4958d2[_0x3e071e(0xfe)](typeof _0x44ca71,_0x4958d2[_0x3e071e(0xec)]))try{logger[_0x3e071e(0xfd)]('[ClientTroubleShootingService]\x20'+_0xd444b1+'\x20'+JSON[_0x3e071e(0x123)](_0x44ca71));}catch(_0x57acf6){logger[_0x3e071e(0xfd)](_0x3e071e(0xf7)+_0xd444b1+'\x20'+_0x44ca71);}else logger[_0x3e071e(0xfd)](_0x3e071e(0xf7)+_0xd444b1+'\x20'+_0x44ca71);}static async[a78_0xe360d9(0xff)](_0x3800fc){const _0x518e80=a78_0xe360d9,_0x49eb0a={};_0x49eb0a['fqdVf']=_0x518e80(0x10f),_0x49eb0a[_0x518e80(0x133)]=function(_0x43b0e0,_0x45e7b2){return _0x43b0e0===_0x45e7b2;},_0x49eb0a[_0x518e80(0x12e)]=_0x518e80(0x12b),_0x49eb0a[_0x518e80(0x106)]=_0x518e80(0xf3);const _0x1137b5=_0x49eb0a,_0x5a7150=await this['getErrorDetails'](_0x1137b5['fqdVf']);if(!_0x5a7150||_0x1137b5[_0x518e80(0x133)](Object['keys'](_0x5a7150)[_0x518e80(0xed)],0x0)){this['logError'](_0x1137b5[_0x518e80(0x12e)],_0x5a7150);return;}this['logSituation'](_0x5a7150[_0x518e80(0xdf)],_0x5a7150[_0x518e80(0x13b)][_0x518e80(0xea)](_0x1137b5['OtrwU'],_0x3800fc));}static async['reportSessionLinkingIssue'](){const _0x5508d4=a78_0xe360d9,_0x251062={};_0x251062[_0x5508d4(0xfb)]=_0x5508d4(0x100),_0x251062[_0x5508d4(0xe0)]=function(_0x7a2b0,_0x2eafff){return _0x7a2b0===_0x2eafff;},_0x251062[_0x5508d4(0x121)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x422974=_0x251062,_0x23eae9=await this[_0x5508d4(0xe6)](_0x422974[_0x5508d4(0xfb)]);if(!_0x23eae9||_0x422974['GQMVX'](Object['keys'](_0x23eae9)[_0x5508d4(0xed)],0x0)){this[_0x5508d4(0x137)](_0x422974['Tgofy'],_0x23eae9);return;}this['logSituation'](_0x23eae9[_0x5508d4(0xdf)],_0x23eae9[_0x5508d4(0x13b)]);}static async['reportConnectivityIssue'](){const _0x31f3d0=a78_0xe360d9,_0x58f78d={};_0x58f78d[_0x31f3d0(0xf8)]='browserstack\x20cloud\x20not\x20reachable',_0x58f78d[_0x31f3d0(0x110)]=function(_0x3110d3,_0x24f4f0){return _0x3110d3===_0x24f4f0;},_0x58f78d[_0x31f3d0(0x12d)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x31c622=_0x58f78d,_0x48ef78=await this[_0x31f3d0(0xe6)](_0x31c622[_0x31f3d0(0xf8)]);if(!_0x48ef78||_0x31c622[_0x31f3d0(0x110)](Object[_0x31f3d0(0x11d)](_0x48ef78)['length'],0x0)){this[_0x31f3d0(0x137)](_0x31c622['RpBTp'],_0x48ef78);return;}this[_0x31f3d0(0xf5)](_0x48ef78[_0x31f3d0(0xdf)],_0x48ef78[_0x31f3d0(0x13b)]);}static async[a78_0xe360d9(0xeb)](){const _0x2ff1d3=a78_0xe360d9,_0x4a4f57={};_0x4a4f57[_0x2ff1d3(0xe7)]=_0x2ff1d3(0xf9),_0x4a4f57[_0x2ff1d3(0x104)]=function(_0x1519dc,_0x3550b0){return _0x1519dc===_0x3550b0;},_0x4a4f57['naOMW']=_0x2ff1d3(0x120);const _0x2cd536=_0x4a4f57,_0x18561c=await this['getErrorDetails'](_0x2cd536[_0x2ff1d3(0xe7)]);if(!_0x18561c||_0x2cd536[_0x2ff1d3(0x104)](Object[_0x2ff1d3(0x11d)](_0x18561c)[_0x2ff1d3(0xed)],0x0)){this['logError'](_0x2cd536['naOMW'],_0x18561c);return;}this[_0x2ff1d3(0xf5)](_0x18561c['errorCode'],_0x18561c[_0x2ff1d3(0x13b)]);}static[a78_0xe360d9(0xf0)](){const _0x32f538=a78_0xe360d9,_0x371721={};_0x371721['PtvMh']=_0x32f538(0x127),_0x371721[_0x32f538(0xd8)]=function(_0x55e212,_0x56bb2b){return _0x55e212===_0x56bb2b;},_0x371721[_0x32f538(0x103)]=_0x32f538(0x135);const _0x58e670=_0x371721,_0x1368dc=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x58e670[_0x32f538(0x113)]];if(!_0x1368dc||_0x58e670[_0x32f538(0xd8)](Object[_0x32f538(0x11d)](_0x1368dc)['length'],0x0)){this[_0x32f538(0x137)](_0x58e670[_0x32f538(0x103)],_0x1368dc);return;}this[_0x32f538(0xfa)][_0x32f538(0x126)](_0x1368dc[0x0]),this['logSituation'](_0x1368dc[0x0],_0x1368dc[0x1]);}static async[a78_0xe360d9(0x12c)](_0x37249e){const _0x5c6d25=a78_0xe360d9,_0x127c95={};_0x127c95['LyNFb']=_0x5c6d25(0xe3),_0x127c95['tadgY']=function(_0xd5de4b,_0x1b8167){return _0xd5de4b===_0x1b8167;},_0x127c95[_0x5c6d25(0xd5)]=_0x5c6d25(0xdc),_0x127c95['JPhXo']=_0x5c6d25(0x111);const _0x5081b8=_0x127c95,_0x53f0cc=await this[_0x5c6d25(0xe6)](_0x5081b8[_0x5c6d25(0xf6)]);if(!_0x53f0cc||_0x5081b8[_0x5c6d25(0x10c)](Object[_0x5c6d25(0x11d)](_0x53f0cc)[_0x5c6d25(0xed)],0x0)){this[_0x5c6d25(0x137)](_0x5081b8[_0x5c6d25(0xd5)],_0x53f0cc);return;}const _0xb45476=_0x53f0cc['errorMessage'][_0x5c6d25(0xea)](_0x5081b8[_0x5c6d25(0x108)],_0x37249e);this[_0x5c6d25(0xf5)](_0x53f0cc['errorCode'],_0xb45476);}static async[a78_0xe360d9(0x131)](){const _0x5a6ca6=a78_0xe360d9,_0xd4a7a2={};_0xd4a7a2[_0x5a6ca6(0x102)]=function(_0x4230fc,_0x2cdf72){return _0x4230fc>_0x2cdf72;},_0xd4a7a2[_0x5a6ca6(0x136)]=_0x5a6ca6(0x11a),_0xd4a7a2[_0x5a6ca6(0xd7)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x903944=_0xd4a7a2,_0x354c80=await this[_0x5a6ca6(0x117)](),_0x212143=this[_0x5a6ca6(0xf2)](_0x354c80),_0x3cd7e9=Array['isArray'](_0x354c80[_0x5a6ca6(0x112)])?_0x354c80[_0x5a6ca6(0x112)]:[],_0x41a6cb=_0x903944[_0x5a6ca6(0x102)](this[_0x5a6ca6(0xfa)][_0x5a6ca6(0x138)],0x0)?Array['from'](this[_0x5a6ca6(0xfa)]):[],_0x4f83c2=new Set([..._0x3cd7e9,..._0x212143,..._0x41a6cb]),_0x3a183c=Array[_0x5a6ca6(0x119)](_0x4f83c2);if(_0x903944['OLoSH'](_0x3a183c[_0x5a6ca6(0xed)],0x0)){const _0xdd7190=_0x354c80[_0x5a6ca6(0x124)]['replace'](_0x903944[_0x5a6ca6(0x136)],_0x3a183c[_0x5a6ca6(0x10b)](',\x20'))[_0x5a6ca6(0xea)](_0x903944[_0x5a6ca6(0xd7)],_0x354c80[_0x5a6ca6(0xf4)]);logger[_0x5a6ca6(0xe4)](_0xdd7190),this[_0x5a6ca6(0x13a)]=_0x3a183c;}}}function a78_0x104c(){const _0x406f5f=['getCachedErrorCodes','fGpMj','MJtGg','getDocumentationLink','42JpKlAD','RDBED','Conflicting\x20Env\x20Var\x20details\x20not\x20found','33054qxiNXK','../v2/grpcClient','errorCode','GQMVX','KTfMp','ZQoIf','conflicting\x20env\x20var\x20detected','warn','2148JHGAKc','getErrorDetails','fwsAM','exports','reportClientTroubleshootingError','replace','reportSSLCertIssue','qKLPS','length','getErrorCodes','errorCodesOccurredInCLI','reportDotBrowserStackFolderNotAccessibleIssue','isRunning','checkForErrorsOccuredInCLI','{SIGNAL}','documentationLink','logSituation','LyNFb','[ClientTroubleShootingService]\x20','oNCRW','ssl\x20cert\x20issue','errorCodesOccurredWhenCLINotRunning','qfzNr','968260epBFBD','error','grUvv','reportProcessInterruptionSituation','Session\x20Linking\x20Issue','1812uHjrIR','OLoSH','kdzJa','nkHgA','getSuccess','OtrwU','toString','JPhXo','BeXeI','92XQfoMb','join','tadgY','7888328cEolwf','owBUP','Process\x20Interruption','vEjDz','{ENV_VAR}','errorCodes','PtvMh','base64','XQdob','8fDazaD','getAggregatedErrorCodes','Error\x20in\x20getting\x20error\x20details\x20for\x20','from','{ERROR_CODES}','131351WjnHYI','1199LgBssN','keys','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','getErrorCode','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.','Tgofy','getErrorMessage','stringify','finalErrorMessage','getFinalErrorMessage','add','.browserstack\x20folder\x20not\x20accessible','10200564DdOnjA','getInstance','winstonLogger','Process\x20Interruption\x20details\x20not\x20found:','reportConflictingEnvVarIssue','RpBTp','mwFAL','parse','../../helpers/logger','reportFinalDetectionState','getErrorCodesOccurredInCli','rhGHo','13021470BEfaoW','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','IyHpa','logError','size','Xegat','cachedErrorCodes','errorMessage','./constants','FMbcB'];a78_0x104c=function(){return _0x406f5f;};return a78_0x104c();}function a78_0x11ea(_0x23a766,_0x5ee273){const _0x104c05=a78_0x104c();return a78_0x11ea=function(_0x11ead7,_0x4dcc22){_0x11ead7=_0x11ead7-0xd4;let _0x22f0d3=_0x104c05[_0x11ead7];return _0x22f0d3;},a78_0x11ea(_0x23a766,_0x5ee273);}module[a78_0xe360d9(0xe8)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a79_0x3fc843=a79_0x58ca;(function(_0x85d8f6,_0x16bb47){const _0x28f548=a79_0x58ca,_0x121b8b=_0x85d8f6();while(!![]){try{const _0x3adb4f=-parseInt(_0x28f548(0x24e))/0x1+-parseInt(_0x28f548(0x2ae))/0x2+parseInt(_0x28f548(0x25d))/0x3*(parseInt(_0x28f548(0x2a0))/0x4)+-parseInt(_0x28f548(0x1d0))/0x5*(-parseInt(_0x28f548(0x1c7))/0x6)+parseInt(_0x28f548(0x203))/0x7+parseInt(_0x28f548(0x285))/0x8*(parseInt(_0x28f548(0x256))/0x9)+-parseInt(_0x28f548(0x228))/0xa;if(_0x3adb4f===_0x16bb47)break;else _0x121b8b['push'](_0x121b8b['shift']());}catch(_0x91fa0b){_0x121b8b['push'](_0x121b8b['shift']());}}}(a79_0x560c,0x3e16f));const a79_0x577fdd={};a79_0x577fdd[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x243),a79_0x577fdd[a79_0x3fc843(0x212)]=a79_0x3fc843(0x2a7);const a79_0x267d6d={};a79_0x267d6d[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x26f);const a79_0x44b63c={};a79_0x44b63c[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x1f5);const a79_0x595c85={};function a79_0x58ca(_0x3a37cb,_0x427578){const _0x560c40=a79_0x560c();return a79_0x58ca=function(_0x58cad3,_0x2838bb){_0x58cad3=_0x58cad3-0x1b4;let _0x51b3eb=_0x560c40[_0x58cad3];return _0x51b3eb;},a79_0x58ca(_0x3a37cb,_0x427578);}a79_0x595c85[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x1ff);const a79_0x53e117={};a79_0x53e117['INFO']=a79_0x3fc843(0x2b9);const a79_0x53b852={};a79_0x53b852[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x240);const a79_0x434d94={};a79_0x434d94[a79_0x3fc843(0x1d6)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a79_0x20d578={};a79_0x20d578[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x1db);const a79_0x2eee33={};a79_0x2eee33[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x294);const a79_0x4efa52={};a79_0x4efa52[a79_0x3fc843(0x1d6)]='Run\x20puppeteer\x20tests\x20on\x20BrowserStack';const a79_0xc425c1={};a79_0xc425c1['INFO']=a79_0x3fc843(0x26a);const a79_0x9921e2={};a79_0x9921e2[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x2b6);const a79_0x990b74={};a79_0x990b74[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x24d);const a79_0x3f888a={};a79_0x3f888a[a79_0x3fc843(0x1d6)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a79_0x1217d4={};a79_0x1217d4[a79_0x3fc843(0x1d6)]=a79_0x3fc843(0x221);function a79_0x560c(){const _0x1124d5=['Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','161864RcARti','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','exports','O11Y_URL','AUTOMATION_LOG_COMMANDS','httpProxy','https://automation.browserstack.com','percy','21393qnFEwo','testObservabilityOptions','proxyPassword','COMMONJS','newman','PLAYWRIGHT_HUB_URL','puppeteer','6QfdlIK','bsstag.com','ATS_HUB_URL_REGEX','ieOptions','BSTACK_URL','ERR_CONNECTION_FAILED','HUB_URL_MAP','codeceptjs','accessKey','BINARY_BUSY_ERROR_CODES','HST','ERR_CONNECTION_RESET','PUPPETEER','Run\x20codeceptjs\x20tests\x20on\x20browserstack','wss://detox-preprod.bsstag.com/init','SDK_INSTRUMENTATION_CONFIG','sdk-cli.log','proxyUser','Run\x20jest\x20tests\x20on\x20browserstack','DEPTH_ZERO_SELF_SIGNED_CERT','Playwright','proxyUrl','detox','acceptSslCert','NODE_GENERIC','GLOBAL_AGENT_NO_PROXY','https://hub-devtestops.bsstag.com/wd/hub','JEST','CLI_SUPPORTED_FRAMEWORKS','proxyPass','browserstack','sdk/v1/event','PERCY_SUPPORTED_FRAMEWORKS','mocha','UPDATED_CLI_ENDPOINT','codeceptjs-cucumber','maxTestedMajor','SIGABRT','wss://cdp-preprod.bsstag.com/playwright?caps=','[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.','1704WbGTbw','SHAREABLE_ID_REGEX','edgeOptions','percyOptions','ERR_TIMED_OUT','automation','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','browserstackLocal','EDS_URL','BROWSERSTACK_API_URL','ERR_BLOCKED_BY_CLIENT','.browserstack\x20folder\x20not\x20accessible','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','browserstack.userName','https://automation-preprod.bsstag.com','Run\x20testcafe\x20tests\x20on\x20browserstack','acceptInsecureCerts','ERR_NAME_NOT_RESOLVED','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','EBUSY','automate','prod','turboScaleOptions','ERR_CONNECTION_CLOSED','ERR_CONNECTION_ABORTED','ATS_WSS_URL_REGEX','BSTACK_DELTA','285544vIkRlW','authToken','/usage.log','node-generic','DEBUG_CLI_LOG_FILE_NAME','SIGQUIT','timeouts','Specify\x20--help\x20for\x20available\x20options','./browserstack-artifacts/','localProxyUser','SIGBREAK','TESTCAFE','ROOT_CAPS','GIT_META_DATA_TRUNCATED','396646UNzrYE','INTERNALLY_USED_ENV_VARS','default','pre-prod','hub-eu-only.browserstack.com','firefoxOptions','cucumber','USER_CONFIG_DETAILS_PATH','Run\x20detox\x20tests\x20on\x20browserstack','SDK-GEN-001','CUCUMBER','Run\x20cucumber-js\x20tests\x20on\x20browserstack','SPAWN_RETRY_DELAY_MS','PLAYWRIGHT_TRACE_LOGS','hub-use-only.browserstack.com','invalidKeys','preprod','playwright','https://apidevtestops.bsstag.com','HUB_URL_REGEX','Cucumber-JS','userName','staging','NEWMAN','browserstackAutomation','SIGINT','^[a-zA-Z0-9_.-]*$','ERR_ADDRESS_INVALID','stag','uniqueDependency','bsstag','.ipa','invalidTestInputType','APP_UPLOAD_URL','7926zGpwxe','SIGHUP','ERR_TLS_CERT_ALTNAME_INVALID','PRIVATE_DOMAIN_OR_IP_REGEX','CERT_HAS_EXPIRED','GLOBAL_AGENT_HTTP_PROXY','DETOX','hub-apse-only.browserstack.com','https://app-automate.browserstack.com/dashboard/v2/builds/','1665izlezZ','wss://detox.browserstack.com/init','ERR_FAILED','browserStackLocalOptions','chromeOptions','MAX_SPAWN_RETRIES','INFO','browserName','UNABLE_TO_VERIFY_LEAF_SIGNATURE','BROWSERSTACK_ENV','rerunTests','Run\x20playwright\x20tests\x20on\x20Browserstack','Jest','https://automate.browserstack.com/dashboard/v2/builds/','hub-us-only.browserstack.com','FUNNEL_INSTRUMENTATION_API_URL','ETXTBSY','https://api-preprod.bsstag.com','us-east','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','accessibility','APP_AUTOMATE_PRODUCTS','PUPPETEER_HUB_URL','password','BROWSERSTACK_APP_AUTOMATE_URL','MOCHA','vanilla','observability','jasmine','BROWSERSTACK_AUTOMATE_URL','BROWSERSTACK','AUTOMATE','ROOT_REGEX','logLevel','commonjs','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','accessibilityOptions','Run\x20jasmine\x20tests\x20on\x20browserstack','CLIENT_TROUBLESHOOTING_HASH','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','.apk','browserstack.com','ERR_SOCKS_CONNECTION_FAILED','https://api.browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','PLAYWRIGHT','framework','Run\x20mocha\x20tests\x20on\x20browserstack','toLowerCase','testReportingOptions','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','3024791Eeezby','BSTACK_ATS_URL','SSL_ERROR_MESSAGES','self\x20signed\x20certificate','MAX_DRIVER_INIT_ERROR_BYTES','VANILLA','https://upload-observability-devtestops-ssi.bsstag.com','unhandledPromptBehavior','https://eds.browserstack.com','https://upload-observability-preprod.bsstag.com','jest','unable\x20to\x20verify\x20the\x20first\x20certificate','ObservabilitySync','wss://cdp-preprod.bsstag.com/puppeteer?caps=','env','HELP','localOptions','testcafe','testReporting','ERR_CONNECTION_TIMED_OUT','parallelsPerPlatform','customVariables','LOG_FILE_NAME','ERR_NAME_RESOLUTION_FAILED','proxySettings','https://upload-observability.browserstack.com','wss://cdp.browserstack.com/playwright?caps=','https://api-cloud.browserstack.com','AUTOMATE_PRODUCTS','PACKAGE_TYPE','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','turboScale','ERR_SOCKET_NOT_CONNECTED','split','localProxyPass','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','9065730aKdfnU','module','JASMINE','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','.aab','testOrchestrationOptions','ERR_TUNNEL_CONNECTION_FAILED','CI_ARTIFACTS_PATH','SSL_ERROR_CODES','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','strictFileInteractability','testContextOptions','MAX_GIT_META_DATA_SIZE_IN_BYTES','percyCaptureMode','app-automate','ERR_ADDRESS_UNREACHABLE','2|5|11|13|8|0|6|9|10|7|3|12|1|4','A11Y_GET_RESULTS_SUMMARY','platforms','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','hubUrl','testObservability','percyScreenshot','disableAutoCaptureLogs','Run\x20js\x20tests\x20on\x20browserstack','AUTOLOGCAPTURE_NOTIFICATION','TEST\x20REPORTING\x20AND\x20ANALYTICS','shows\x20version\x20information','PLAYWRIGHT_CONFIG_OPTION_ERRORS','CLI_LOG_FILE_NAME','https://api-cloud-devtestops.bsstag.com','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','wss://cdp.browserstack.com/puppeteer?caps=','acceptSslCerts','CONNECTIVITY_ISSUE_ERROR_CODES','DETOX_HUB_URL','httpsProxy'];a79_0x560c=function(){return _0x1124d5;};return a79_0x560c();}const a79_0x492c3f={};a79_0x492c3f['hardMinMajor']=null,a79_0x492c3f['minTestedMajor']=0xe,a79_0x492c3f[a79_0x3fc843(0x281)]=0x1a;const a79_0x2816d6={};a79_0x2816d6['PLAYWRIGHT']='Playwright',a79_0x2816d6[a79_0x3fc843(0x1e9)]=a79_0x3fc843(0x27e),a79_0x2816d6[a79_0x3fc843(0x278)]=a79_0x3fc843(0x20d),a79_0x2816d6['CODECEPT']=a79_0x3fc843(0x264),a79_0x2816d6['CODECEPT_CUCUMBER']=a79_0x3fc843(0x280),a79_0x2816d6['CUCUMBER']=a79_0x3fc843(0x2b4),a79_0x2816d6[a79_0x3fc843(0x208)]=a79_0x3fc843(0x1ea),a79_0x2816d6[a79_0x3fc843(0x269)]='puppeteer',a79_0x2816d6[a79_0x3fc843(0x2ab)]=a79_0x3fc843(0x214),a79_0x2816d6[a79_0x3fc843(0x1bc)]=a79_0x3fc843(0x25a),a79_0x2816d6[a79_0x3fc843(0x22a)]=a79_0x3fc843(0x1ec),a79_0x2816d6[a79_0x3fc843(0x1cd)]='detox',a79_0x2816d6[a79_0x3fc843(0x275)]='node-generic';const a79_0x32a6fe={};a79_0x32a6fe[a79_0x3fc843(0x1b4)]=a79_0x3fc843(0x28b),a79_0x32a6fe[a79_0x3fc843(0x1c2)]=a79_0x3fc843(0x231),a79_0x32a6fe['mandatoryDependency']=a79_0x3fc843(0x1e3),a79_0x32a6fe[a79_0x3fc843(0x1c5)]=a79_0x3fc843(0x291);const a79_0x25552f={};a79_0x25552f[a79_0x3fc843(0x259)]=a79_0x3fc843(0x1f2),a79_0x25552f['MODULE']=a79_0x3fc843(0x229);const a79_0x10bb8e={};a79_0x10bb8e['Mocha']=0xfde8,a79_0x10bb8e[a79_0x3fc843(0x1b9)]=0xfde8,a79_0x10bb8e[a79_0x3fc843(0x1dc)]=0x186a0;const a79_0x1ecf7a={};a79_0x1ecf7a['root']=[a79_0x3fc843(0x1ba),a79_0x3fc843(0x265),a79_0x3fc843(0x292),'browserstack.accessKey','browserstack.user','browserstack.key',a79_0x3fc843(0x1e7),'user_data',a79_0x3fc843(0x253),a79_0x3fc843(0x24c),a79_0x3fc843(0x218),a79_0x3fc843(0x258),a79_0x3fc843(0x2a1),a79_0x3fc843(0x272),'browserstack.overridelocalInfo.userAuthToken'],a79_0x1ecf7a[a79_0x3fc843(0x1d3)]=[a79_0x3fc843(0x26e),a79_0x3fc843(0x27a),a79_0x3fc843(0x2a9),a79_0x3fc843(0x226)];const a79_0x2778e8={};a79_0x2778e8[a79_0x3fc843(0x28c)]=a79_0x3fc843(0x28c),a79_0x2778e8[a79_0x3fc843(0x1d3)]=a79_0x3fc843(0x1d3),a79_0x2778e8[a79_0x3fc843(0x213)]=a79_0x3fc843(0x1d3),a79_0x2778e8[a79_0x3fc843(0x217)]=a79_0x3fc843(0x217),a79_0x2778e8[a79_0x3fc843(0x23a)]=a79_0x3fc843(0x23a),a79_0x2778e8[a79_0x3fc843(0x1f1)]='logLevel',a79_0x2778e8['httpProxy']=a79_0x3fc843(0x253),a79_0x2778e8[a79_0x3fc843(0x24c)]=a79_0x3fc843(0x24c),a79_0x2778e8[a79_0x3fc843(0x1fe)]=a79_0x3fc843(0x1fe),a79_0x2778e8[a79_0x3fc843(0x233)]=a79_0x3fc843(0x233),a79_0x2778e8[a79_0x3fc843(0x23d)]=a79_0x3fc843(0x23d),a79_0x2778e8[a79_0x3fc843(0x215)]=a79_0x3fc843(0x215),a79_0x2778e8[a79_0x3fc843(0x257)]=a79_0x3fc843(0x257),a79_0x2778e8[a79_0x3fc843(0x201)]='testReportingOptions',a79_0x2778e8[a79_0x3fc843(0x218)]=a79_0x3fc843(0x218),a79_0x2778e8[a79_0x3fc843(0x28a)]=a79_0x3fc843(0x1bd),a79_0x2778e8[a79_0x3fc843(0x1bd)]=a79_0x3fc843(0x1bd),a79_0x2778e8[a79_0x3fc843(0x1da)]=a79_0x3fc843(0x1da),a79_0x2778e8['percy']=a79_0x3fc843(0x255),a79_0x2778e8[a79_0x3fc843(0x288)]=a79_0x3fc843(0x288),a79_0x2778e8['percyCaptureMode']=a79_0x3fc843(0x235),a79_0x2778e8[a79_0x3fc843(0x23f)]='disableAutoCaptureLogs',a79_0x2778e8[a79_0x3fc843(0x1e4)]='accessibility',a79_0x2778e8[a79_0x3fc843(0x1f4)]=a79_0x3fc843(0x1f4),a79_0x2778e8['turboScale']=a79_0x3fc843(0x223),a79_0x2778e8[a79_0x3fc843(0x29b)]=a79_0x3fc843(0x29b),a79_0x2778e8[a79_0x3fc843(0x21b)]=a79_0x3fc843(0x21b),a79_0x2778e8[a79_0x3fc843(0x22d)]=a79_0x3fc843(0x22d);const a79_0x5143a9={};a79_0x5143a9[a79_0x3fc843(0x2b0)]='hub.browserstack.com',a79_0x5143a9[a79_0x3fc843(0x1e2)]=a79_0x3fc843(0x2bc),a79_0x5143a9['us']=a79_0x3fc843(0x1de),a79_0x5143a9['eu']=a79_0x3fc843(0x2b2),a79_0x5143a9['in']='hub-aps-only.browserstack.com',a79_0x5143a9['au']=a79_0x3fc843(0x1ce);const a79_0x2b2002={};a79_0x2b2002[a79_0x3fc843(0x290)]=[a79_0x3fc843(0x2b7),a79_0x3fc843(0x284)];const a79_0x5a771a={};a79_0x5a771a[a79_0x3fc843(0x1c8)]=0x1,a79_0x5a771a[a79_0x3fc843(0x1be)]=0x2,a79_0x5a771a[a79_0x3fc843(0x2a5)]=0x3,a79_0x5a771a[a79_0x3fc843(0x282)]=0x6,a79_0x5a771a['SIGTERM']=0xf,a79_0x5a771a[a79_0x3fc843(0x2aa)]=0x15;const a79_0xcb436d={};a79_0xcb436d['VERSION']=a79_0x577fdd,a79_0xcb436d[a79_0x3fc843(0x278)]=a79_0x267d6d,a79_0xcb436d[a79_0x3fc843(0x22a)]=a79_0x44b63c,a79_0xcb436d[a79_0x3fc843(0x1e9)]=a79_0x595c85,a79_0xcb436d[a79_0x3fc843(0x2b8)]=a79_0x53e117,a79_0xcb436d[a79_0x3fc843(0x208)]=a79_0x53b852,a79_0xcb436d['NIGHTWATCH']=a79_0x434d94,a79_0xcb436d[a79_0x3fc843(0x1fd)]=a79_0x20d578,a79_0xcb436d['TESTCAFE']=a79_0x2eee33,a79_0xcb436d[a79_0x3fc843(0x269)]=a79_0x4efa52,a79_0xcb436d['CODECEPTJS']=a79_0xc425c1,a79_0xcb436d[a79_0x3fc843(0x1cd)]=a79_0x9921e2,a79_0xcb436d[a79_0x3fc843(0x1bc)]=a79_0x990b74,a79_0xcb436d[a79_0x3fc843(0x267)]=a79_0x3f888a,a79_0xcb436d['INTEGRATIONS']=a79_0x1217d4,a79_0xcb436d[a79_0x3fc843(0x29f)]=0x8*0x3c*0x3e8,a79_0xcb436d[a79_0x3fc843(0x23c)]='https://hub.browserstack.com/wd/hub',a79_0xcb436d['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a79_0xcb436d[a79_0x3fc843(0x25f)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a79_0xcb436d[a79_0x3fc843(0x29e)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a79_0xcb436d[a79_0x3fc843(0x2ac)]=[a79_0x3fc843(0x295),'pageLoadStrategy',a79_0x3fc843(0x232),a79_0x3fc843(0x20a),a79_0x3fc843(0x2a6),a79_0x3fc843(0x1d7),'browserVersion',a79_0x3fc843(0x249),a79_0x3fc843(0x274),a79_0x3fc843(0x1d4),a79_0x3fc843(0x2b3),a79_0x3fc843(0x287),a79_0x3fc843(0x260)],a79_0xcb436d[a79_0x3fc843(0x1f0)]=/^[\w-]+:.*$/,a79_0xcb436d[a79_0x3fc843(0x1ca)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a79_0xcb436d[a79_0x3fc843(0x28d)]=a79_0x3fc843(0x20b),a79_0xcb436d[a79_0x3fc843(0x28e)]=a79_0x3fc843(0x1fb),a79_0xcb436d[a79_0x3fc843(0x1c6)]=a79_0x3fc843(0x21e),a79_0xcb436d[a79_0x3fc843(0x27f)]='sdk/v1/update_cli',a79_0xcb436d['LT_SUPPORTED_NODE']=a79_0x492c3f,a79_0xcb436d[a79_0x3fc843(0x1df)]=a79_0x3fc843(0x27c),a79_0xcb436d[a79_0x3fc843(0x21f)]=[a79_0x3fc843(0x299),a79_0x3fc843(0x1eb)],a79_0xcb436d[a79_0x3fc843(0x1e5)]=[a79_0x3fc843(0x236),a79_0x3fc843(0x1eb)],a79_0xcb436d[a79_0x3fc843(0x202)]=[a79_0x3fc843(0x1eb)],a79_0xcb436d['OBSERVABILITY_UPLOAD_URL']=a79_0x3fc843(0x21c),a79_0xcb436d['OBSERVABILITY_SUPPORTED_FWS']=[a79_0x3fc843(0x27e),a79_0x3fc843(0x271),a79_0x3fc843(0x214),a79_0x3fc843(0x1ec)],a79_0xcb436d[a79_0x3fc843(0x1ef)]=[a79_0x3fc843(0x299)],a79_0xcb436d[a79_0x3fc843(0x1ed)]=a79_0x3fc843(0x1dd),a79_0xcb436d['BROWSERSTACK_APP_AUTOMATE_URL']=a79_0x3fc843(0x1cf),a79_0xcb436d['APP_AUTOMATE']=[a79_0x3fc843(0x236)],a79_0xcb436d['NUDGE_LOCAL_ERRORS']=[a79_0x3fc843(0x1d2),a79_0x3fc843(0x289),a79_0x3fc843(0x28f),'ERR_NETWORK_CHANGED',a79_0x3fc843(0x224),a79_0x3fc843(0x29c),a79_0x3fc843(0x268),'ERR_CONNECTION_REFUSED',a79_0x3fc843(0x29d),a79_0x3fc843(0x262),a79_0x3fc843(0x296),a79_0x3fc843(0x1c0),a79_0x3fc843(0x237),a79_0x3fc843(0x22e),a79_0x3fc843(0x216),a79_0x3fc843(0x1fa),a79_0x3fc843(0x222),'ERR_PROXY_CONNECTION_FAILED',a79_0x3fc843(0x296),a79_0x3fc843(0x21a),a79_0x3fc843(0x1f3)],a79_0xcb436d['VALID_APP_EXTENSION']=[a79_0x3fc843(0x1f8),a79_0x3fc843(0x22c),a79_0x3fc843(0x1c4)],a79_0xcb436d['CUSTOM_ID_REGEX']=a79_0x3fc843(0x1bf),a79_0xcb436d[a79_0x3fc843(0x286)]=a79_0x3fc843(0x22b),a79_0xcb436d[a79_0x3fc843(0x22f)]=a79_0x3fc843(0x2a8),a79_0xcb436d[a79_0x3fc843(0x25b)]=a79_0x3fc843(0x21d),a79_0xcb436d[a79_0x3fc843(0x1e6)]=a79_0x3fc843(0x248),a79_0xcb436d[a79_0x3fc843(0x24b)]=a79_0x3fc843(0x1d1),a79_0xcb436d['FRAMEWORKS']=a79_0x2816d6,a79_0xcb436d[a79_0x3fc843(0x27d)]=[a79_0x3fc843(0x20d),'mocha'],a79_0xcb436d[a79_0x3fc843(0x244)]=a79_0x32a6fe,a79_0xcb436d[a79_0x3fc843(0x241)]=a79_0x3fc843(0x297),a79_0xcb436d[a79_0x3fc843(0x220)]=a79_0x25552f,a79_0xcb436d[a79_0x3fc843(0x234)]=0x40*0x400,a79_0xcb436d[a79_0x3fc843(0x2ad)]='...[TRUNCATED]',a79_0xcb436d[a79_0x3fc843(0x1fc)]=a79_0x10bb8e,a79_0xcb436d['REDACTED_KEYS']=a79_0x1ecf7a,a79_0xcb436d[a79_0x3fc843(0x26c)]=a79_0x2778e8,a79_0xcb436d[a79_0x3fc843(0x219)]=a79_0x3fc843(0x2a2),a79_0xcb436d['DEBUG_LOG_FILE_NAME']='/usage-debug.log',a79_0xcb436d[a79_0x3fc843(0x2a4)]='sdk-cli-debug.log',a79_0xcb436d[a79_0x3fc843(0x245)]=a79_0x3fc843(0x26d),a79_0xcb436d[a79_0x3fc843(0x261)]=a79_0x3fc843(0x1f9),a79_0xcb436d[a79_0x3fc843(0x204)]='browserstack-ats.com',a79_0xcb436d[a79_0x3fc843(0x251)]=a79_0x3fc843(0x254),a79_0xcb436d['TEST_REPORTING_ANALYTICS']=a79_0x3fc843(0x242),a79_0xcb436d[a79_0x3fc843(0x1ee)]=a79_0x3fc843(0x27b),a79_0xcb436d[a79_0x3fc843(0x279)]=[a79_0x3fc843(0x1b6),a79_0x3fc843(0x2b4),'jest',a79_0x3fc843(0x25c),a79_0x3fc843(0x214),a79_0x3fc843(0x25a),a79_0x3fc843(0x273),a79_0x3fc843(0x2a3)],a79_0xcb436d[a79_0x3fc843(0x252)]=['A11Y_SCAN',a79_0x3fc843(0x239),'A11Y_GET_RESULTS','A11Y_SAVE_RESULTS',a79_0x3fc843(0x23e),a79_0x3fc843(0x20f)],a79_0xcb436d['PLAYWRIGHT_TRACE_LOGS']=a79_0x3fc843(0x2bb),a79_0xcb436d[a79_0x3fc843(0x263)]=a79_0x5143a9,a79_0xcb436d[a79_0x3fc843(0x205)]=[a79_0x3fc843(0x206),a79_0x3fc843(0x20e),'certificate\x20has\x20expired','unable\x20to\x20get\x20local\x20issuer\x20certificate',a79_0x3fc843(0x1c9),a79_0x3fc843(0x270)],a79_0xcb436d[a79_0x3fc843(0x230)]=['SELF_SIGNED_CERT_IN_CHAIN',a79_0x3fc843(0x270),a79_0x3fc843(0x1d8),a79_0x3fc843(0x1cb),a79_0x3fc843(0x1c9),a79_0x3fc843(0x23b)],a79_0xcb436d[a79_0x3fc843(0x24a)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a79_0xcb436d[a79_0x3fc843(0x1f6)]=a79_0x2b2002,a79_0xcb436d[a79_0x3fc843(0x2af)]=[a79_0x3fc843(0x1cc),a79_0x3fc843(0x276),a79_0x3fc843(0x2b5)],a79_0xcb436d[a79_0x3fc843(0x266)]=[a79_0x3fc843(0x1e0),a79_0x3fc843(0x298)],a79_0xcb436d[a79_0x3fc843(0x1d5)]=0x3,a79_0xcb436d[a79_0x3fc843(0x2ba)]=0x3e8,a79_0xcb436d[a79_0x3fc843(0x207)]=0x1f40,a79_0xcb436d['SIGNAL_EXIT_CODES']=a79_0x5a771a,module['exports']=a79_0xcb436d;const _env=(process[a79_0x3fc843(0x211)][a79_0x3fc843(0x1d9)]||a79_0x3fc843(0x29a))[a79_0x3fc843(0x200)]();if(_env===a79_0x3fc843(0x1bb)||_env===a79_0x3fc843(0x1c1)){const oXGroV='3|4|1|2|5|11|6|8|7|12|0|9|10|13'[a79_0x3fc843(0x225)]('|');let jbmZdR=0x0;while(!![]){switch(oXGroV[jbmZdR++]){case'0':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x251)]='https://observability-devtestops.bsstag.com';continue;case'1':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1b8)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1ed)]=a79_0x3fc843(0x1f7);continue;case'3':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x23c)]=a79_0x3fc843(0x277);continue;case'4':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x28e)]=a79_0x3fc843(0x1b7);continue;case'5':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1e8)]=a79_0x3fc843(0x247);continue;case'6':module['exports'][a79_0x3fc843(0x25b)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'7':module['exports'][a79_0x3fc843(0x24b)]='wss://detox-devtestops.bsstag.com/init';continue;case'8':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1e6)]=a79_0x3fc843(0x227);continue;case'9':module[a79_0x3fc843(0x250)]['OBSERVABILITY_UPLOAD_URL']=a79_0x3fc843(0x209);continue;case'10':module[a79_0x3fc843(0x250)]['EDS_URL']='https://edsstaging.bsstag.com';continue;case'11':module[a79_0x3fc843(0x250)]['APP_UPLOAD_URL']=a79_0x3fc843(0x246);continue;case'12':module['exports'][a79_0x3fc843(0x261)]=a79_0x3fc843(0x25e);continue;case'13':module['exports'][a79_0x3fc843(0x1ee)]=a79_0x3fc843(0x1c3);continue;}break;}}else{if(_env===a79_0x3fc843(0x1b5)||_env===a79_0x3fc843(0x2b1)){const xCbvZq=a79_0x3fc843(0x238)[a79_0x3fc843(0x225)]('|');let ILzNdq=0x0;while(!![]){switch(xCbvZq[ILzNdq++]){case'0':module['exports'][a79_0x3fc843(0x1c6)]=a79_0x3fc843(0x1e1);continue;case'1':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x28d)]='https://edsstaging.bsstag.com';continue;case'2':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x23c)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'3':module[a79_0x3fc843(0x250)]['O11Y_URL']=a79_0x3fc843(0x293);continue;case'4':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1ee)]=a79_0x3fc843(0x1c3);continue;case'5':module['exports'][a79_0x3fc843(0x28e)]=a79_0x3fc843(0x1e1);continue;case'6':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x25b)]=a79_0x3fc843(0x283);continue;case'7':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x261)]='bsstag.com';continue;case'8':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1e8)]=a79_0x3fc843(0x24f);continue;case'9':module['exports'][a79_0x3fc843(0x1e6)]=a79_0x3fc843(0x210);continue;case'10':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x24b)]=a79_0x3fc843(0x26b);continue;case'11':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1b8)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a79_0x3fc843(0x250)]['OBSERVABILITY_UPLOAD_URL']=a79_0x3fc843(0x20c);continue;case'13':module[a79_0x3fc843(0x250)][a79_0x3fc843(0x1ed)]='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
1
+ const a79_0x21d5e8=a79_0x151c;(function(_0x4f4830,_0x178bf9){const _0x7f5ed=a79_0x151c,_0x24e63f=_0x4f4830();while(!![]){try{const _0x3a6365=-parseInt(_0x7f5ed(0x1ea))/0x1*(-parseInt(_0x7f5ed(0x1b9))/0x2)+-parseInt(_0x7f5ed(0x196))/0x3*(-parseInt(_0x7f5ed(0x1ab))/0x4)+parseInt(_0x7f5ed(0x25a))/0x5+parseInt(_0x7f5ed(0x232))/0x6*(-parseInt(_0x7f5ed(0x1d2))/0x7)+-parseInt(_0x7f5ed(0x222))/0x8+parseInt(_0x7f5ed(0x1ed))/0x9+-parseInt(_0x7f5ed(0x1b0))/0xa*(-parseInt(_0x7f5ed(0x1f6))/0xb);if(_0x3a6365===_0x178bf9)break;else _0x24e63f['push'](_0x24e63f['shift']());}catch(_0x5bdd6b){_0x24e63f['push'](_0x24e63f['shift']());}}}(a79_0x2b41,0xd2b9d));const a79_0xbc63f3={};a79_0xbc63f3[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x23b),a79_0xbc63f3[a79_0x21d5e8(0x268)]=a79_0x21d5e8(0x1f2);const a79_0xb1dc86={};a79_0xb1dc86['INFO']=a79_0x21d5e8(0x223);const a79_0xbed8da={};a79_0xbed8da[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x206);const a79_0x1ebc28={};a79_0x1ebc28[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x282);function a79_0x151c(_0x914ce8,_0x5165f2){const _0x2b41a1=a79_0x2b41();return a79_0x151c=function(_0x151cb6,_0x2d3eee){_0x151cb6=_0x151cb6-0x181;let _0x47f038=_0x2b41a1[_0x151cb6];return _0x47f038;},a79_0x151c(_0x914ce8,_0x5165f2);}const a79_0x321ea7={};a79_0x321ea7[a79_0x21d5e8(0x210)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a79_0x1264a7={};a79_0x1264a7['INFO']='Run\x20js\x20tests\x20on\x20browserstack';const a79_0x482cc0={};a79_0x482cc0[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x1a7);const a79_0x46a543={};a79_0x46a543[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x19b);const a79_0x5dfb2c={};a79_0x5dfb2c['INFO']=a79_0x21d5e8(0x265);const a79_0x1ee84b={};a79_0x1ee84b['INFO']=a79_0x21d5e8(0x1af);const a79_0x12647d={};a79_0x12647d[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x26e);const a79_0x1929a6={};a79_0x1929a6['INFO']=a79_0x21d5e8(0x285);const a79_0x46ca3f={};a79_0x46ca3f[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x1c8);const a79_0x1e05ff={};a79_0x1e05ff[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x18b);const a79_0x1bb6b9={};a79_0x1bb6b9[a79_0x21d5e8(0x210)]=a79_0x21d5e8(0x26a);const a79_0x40f2c8={};a79_0x40f2c8[a79_0x21d5e8(0x208)]=null,a79_0x40f2c8[a79_0x21d5e8(0x1c5)]=0xe,a79_0x40f2c8['maxTestedMajor']=0x1a;const a79_0x557cb1={};a79_0x557cb1[a79_0x21d5e8(0x269)]=a79_0x21d5e8(0x21f),a79_0x557cb1[a79_0x21d5e8(0x20a)]=a79_0x21d5e8(0x27d),a79_0x557cb1['JEST']=a79_0x21d5e8(0x19f),a79_0x557cb1[a79_0x21d5e8(0x247)]='codeceptjs',a79_0x557cb1[a79_0x21d5e8(0x203)]=a79_0x21d5e8(0x1c2),a79_0x557cb1[a79_0x21d5e8(0x289)]=a79_0x21d5e8(0x1a6),a79_0x557cb1['VANILLA']=a79_0x21d5e8(0x1d3),a79_0x557cb1[a79_0x21d5e8(0x1bc)]=a79_0x21d5e8(0x1ad),a79_0x557cb1[a79_0x21d5e8(0x27e)]=a79_0x21d5e8(0x27c),a79_0x557cb1[a79_0x21d5e8(0x1b1)]='newman',a79_0x557cb1[a79_0x21d5e8(0x22a)]=a79_0x21d5e8(0x214),a79_0x557cb1[a79_0x21d5e8(0x1b6)]='detox',a79_0x557cb1[a79_0x21d5e8(0x19a)]=a79_0x21d5e8(0x1e8);const a79_0x362a62={};a79_0x362a62['invalidKeys']=a79_0x21d5e8(0x1d8),a79_0x362a62['uniqueDependency']=a79_0x21d5e8(0x1d1),a79_0x362a62[a79_0x21d5e8(0x19d)]=a79_0x21d5e8(0x1d0),a79_0x362a62[a79_0x21d5e8(0x267)]=a79_0x21d5e8(0x1db);const a79_0x5a8332={};a79_0x5a8332[a79_0x21d5e8(0x26f)]=a79_0x21d5e8(0x252),a79_0x5a8332[a79_0x21d5e8(0x229)]='module';const a79_0x3bf3d0={};a79_0x3bf3d0[a79_0x21d5e8(0x257)]=0xfde8,a79_0x3bf3d0[a79_0x21d5e8(0x186)]=0xfde8,a79_0x3bf3d0[a79_0x21d5e8(0x18e)]=0x186a0;const a79_0x373766={};a79_0x373766[a79_0x21d5e8(0x20b)]=['userName',a79_0x21d5e8(0x23a),a79_0x21d5e8(0x254),a79_0x21d5e8(0x211),a79_0x21d5e8(0x25f),a79_0x21d5e8(0x258),a79_0x21d5e8(0x1e1),'user_data',a79_0x21d5e8(0x1fe),a79_0x21d5e8(0x1aa),a79_0x21d5e8(0x278),a79_0x21d5e8(0x219),a79_0x21d5e8(0x246),a79_0x21d5e8(0x24a),a79_0x21d5e8(0x1ac)],a79_0x373766[a79_0x21d5e8(0x200)]=[a79_0x21d5e8(0x188),a79_0x21d5e8(0x197),a79_0x21d5e8(0x20c),'localProxyPass'];const a79_0xc3649b={};a79_0xc3649b[a79_0x21d5e8(0x26c)]=a79_0x21d5e8(0x26c),a79_0xc3649b[a79_0x21d5e8(0x200)]=a79_0x21d5e8(0x200),a79_0xc3649b['localOptions']='browserStackLocalOptions',a79_0xc3649b['parallelsPerPlatform']=a79_0x21d5e8(0x24d),a79_0xc3649b[a79_0x21d5e8(0x277)]=a79_0x21d5e8(0x277),a79_0xc3649b[a79_0x21d5e8(0x27f)]='logLevel',a79_0xc3649b['httpProxy']=a79_0x21d5e8(0x1fe),a79_0xc3649b['httpsProxy']=a79_0x21d5e8(0x1aa),a79_0xc3649b['framework']='framework',a79_0xc3649b[a79_0x21d5e8(0x1d5)]=a79_0x21d5e8(0x1d5),a79_0xc3649b['testObservability']=a79_0x21d5e8(0x253),a79_0xc3649b[a79_0x21d5e8(0x1a1)]=a79_0x21d5e8(0x1a1),a79_0xc3649b[a79_0x21d5e8(0x1e2)]='testObservabilityOptions',a79_0xc3649b[a79_0x21d5e8(0x1f1)]='testReportingOptions',a79_0xc3649b[a79_0x21d5e8(0x278)]=a79_0x21d5e8(0x278),a79_0xc3649b[a79_0x21d5e8(0x241)]=a79_0x21d5e8(0x1d7),a79_0xc3649b[a79_0x21d5e8(0x1d7)]=a79_0x21d5e8(0x1d7),a79_0xc3649b[a79_0x21d5e8(0x1c6)]=a79_0x21d5e8(0x1c6),a79_0xc3649b[a79_0x21d5e8(0x275)]='percy',a79_0xc3649b[a79_0x21d5e8(0x235)]=a79_0x21d5e8(0x235),a79_0xc3649b['percyCaptureMode']=a79_0x21d5e8(0x263),a79_0xc3649b[a79_0x21d5e8(0x1c4)]=a79_0x21d5e8(0x1c4),a79_0xc3649b[a79_0x21d5e8(0x1dc)]=a79_0x21d5e8(0x1dc),a79_0xc3649b[a79_0x21d5e8(0x194)]=a79_0x21d5e8(0x194),a79_0xc3649b['turboScale']=a79_0x21d5e8(0x283),a79_0xc3649b['turboScaleOptions']=a79_0x21d5e8(0x234),a79_0xc3649b['proxySettings']='proxySettings',a79_0xc3649b[a79_0x21d5e8(0x1d4)]=a79_0x21d5e8(0x1d4);const a79_0x158fd6={};a79_0x158fd6[a79_0x21d5e8(0x244)]=a79_0x21d5e8(0x1f8),a79_0x158fd6[a79_0x21d5e8(0x1b5)]='hub-use-only.browserstack.com',a79_0x158fd6['us']=a79_0x21d5e8(0x1e6),a79_0x158fd6['eu']=a79_0x21d5e8(0x1ca),a79_0x158fd6['in']=a79_0x21d5e8(0x1eb),a79_0x158fd6['au']=a79_0x21d5e8(0x25e);const a79_0x36e459={};a79_0x36e459['.browserstack\x20folder\x20not\x20accessible']=[a79_0x21d5e8(0x1f0),a79_0x21d5e8(0x1cf)];const a79_0x54e930={};a79_0x54e930[a79_0x21d5e8(0x260)]=0x1,a79_0x54e930[a79_0x21d5e8(0x1b7)]=0x2,a79_0x54e930[a79_0x21d5e8(0x238)]=0x3,a79_0x54e930['SIGABRT']=0x6,a79_0x54e930[a79_0x21d5e8(0x228)]=0xf,a79_0x54e930[a79_0x21d5e8(0x281)]=0x15;const a79_0x2d1776={};a79_0x2d1776[a79_0x21d5e8(0x1ff)]=a79_0xbc63f3,a79_0x2d1776['JEST']=a79_0xb1dc86,a79_0x2d1776[a79_0x21d5e8(0x22a)]=a79_0xbed8da,a79_0x2d1776['MOCHA']=a79_0x1ebc28,a79_0x2d1776[a79_0x21d5e8(0x289)]=a79_0x321ea7,a79_0x2d1776[a79_0x21d5e8(0x218)]=a79_0x1264a7,a79_0x2d1776[a79_0x21d5e8(0x22f)]=a79_0x482cc0,a79_0x2d1776['PLAYWRIGHT']=a79_0x46a543,a79_0x2d1776[a79_0x21d5e8(0x27e)]=a79_0x5dfb2c,a79_0x2d1776[a79_0x21d5e8(0x1bc)]=a79_0x1ee84b,a79_0x2d1776['CODECEPTJS']=a79_0x12647d,a79_0x2d1776[a79_0x21d5e8(0x1b6)]=a79_0x1929a6,a79_0x2d1776['NEWMAN']=a79_0x46ca3f,a79_0x2d1776[a79_0x21d5e8(0x1b8)]=a79_0x1e05ff,a79_0x2d1776[a79_0x21d5e8(0x20d)]=a79_0x1bb6b9,a79_0x2d1776['BSTACK_DELTA']=0x8*0x3c*0x3e8,a79_0x2d1776[a79_0x21d5e8(0x1e7)]=a79_0x21d5e8(0x213),a79_0x2d1776['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a79_0x2d1776[a79_0x21d5e8(0x230)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a79_0x2d1776[a79_0x21d5e8(0x1a0)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a79_0x2d1776[a79_0x21d5e8(0x25b)]=[a79_0x21d5e8(0x215),a79_0x21d5e8(0x1c3),a79_0x21d5e8(0x195),'unhandledPromptBehavior',a79_0x21d5e8(0x19e),a79_0x21d5e8(0x259),a79_0x21d5e8(0x24e),a79_0x21d5e8(0x1b4),a79_0x21d5e8(0x1fc),a79_0x21d5e8(0x1ae),'firefoxOptions',a79_0x21d5e8(0x1fb),'ieOptions'],a79_0x2d1776['ROOT_REGEX']=/^[\w-]+:.*$/,a79_0x2d1776[a79_0x21d5e8(0x236)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a79_0x2d1776[a79_0x21d5e8(0x22d)]='https://eds.browserstack.com',a79_0x2d1776['BROWSERSTACK_API_URL']=a79_0x21d5e8(0x279),a79_0x2d1776[a79_0x21d5e8(0x255)]='https://api-cloud.browserstack.com',a79_0x2d1776[a79_0x21d5e8(0x1cc)]='sdk/v1/update_cli',a79_0x2d1776['LT_SUPPORTED_NODE']=a79_0x40f2c8,a79_0x2d1776[a79_0x21d5e8(0x221)]=a79_0x21d5e8(0x240),a79_0x2d1776[a79_0x21d5e8(0x1e9)]=[a79_0x21d5e8(0x286),a79_0x21d5e8(0x20e)],a79_0x2d1776[a79_0x21d5e8(0x249)]=[a79_0x21d5e8(0x272),a79_0x21d5e8(0x20e)],a79_0x2d1776[a79_0x21d5e8(0x227)]=[a79_0x21d5e8(0x20e)],a79_0x2d1776[a79_0x21d5e8(0x18f)]='https://upload-observability.browserstack.com',a79_0x2d1776[a79_0x21d5e8(0x181)]=[a79_0x21d5e8(0x27d),a79_0x21d5e8(0x21f),'testcafe',a79_0x21d5e8(0x214)],a79_0x2d1776[a79_0x21d5e8(0x193)]=['automate'],a79_0x2d1776[a79_0x21d5e8(0x1a5)]=a79_0x21d5e8(0x1ee),a79_0x2d1776['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate.browserstack.com/dashboard/v2/builds/',a79_0x2d1776[a79_0x21d5e8(0x189)]=['app-automate'],a79_0x2d1776[a79_0x21d5e8(0x264)]=[a79_0x21d5e8(0x270),a79_0x21d5e8(0x1a3),a79_0x21d5e8(0x1f9),a79_0x21d5e8(0x1f3),'ERR_SOCKET_NOT_CONNECTED',a79_0x21d5e8(0x284),a79_0x21d5e8(0x205),a79_0x21d5e8(0x1b3),'ERR_CONNECTION_ABORTED',a79_0x21d5e8(0x1a8),a79_0x21d5e8(0x1e5),a79_0x21d5e8(0x256),a79_0x21d5e8(0x266),a79_0x21d5e8(0x23d),a79_0x21d5e8(0x226),a79_0x21d5e8(0x199),a79_0x21d5e8(0x1fd),a79_0x21d5e8(0x26b),a79_0x21d5e8(0x1e5),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a79_0x2d1776[a79_0x21d5e8(0x204)]=['.apk','.aab',a79_0x21d5e8(0x1dd)],a79_0x2d1776[a79_0x21d5e8(0x201)]=a79_0x21d5e8(0x25c),a79_0x2d1776['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a79_0x2d1776[a79_0x21d5e8(0x1f4)]='./browserstack-artifacts/',a79_0x2d1776['PLAYWRIGHT_HUB_URL']=a79_0x21d5e8(0x217),a79_0x2d1776[a79_0x21d5e8(0x280)]='wss://cdp.browserstack.com/puppeteer?caps=',a79_0x2d1776[a79_0x21d5e8(0x19c)]=a79_0x21d5e8(0x276),a79_0x2d1776[a79_0x21d5e8(0x220)]=a79_0x557cb1,a79_0x2d1776[a79_0x21d5e8(0x242)]=[a79_0x21d5e8(0x19f),a79_0x21d5e8(0x27d)],a79_0x2d1776[a79_0x21d5e8(0x1b2)]=a79_0x362a62,a79_0x2d1776[a79_0x21d5e8(0x183)]=a79_0x21d5e8(0x24f),a79_0x2d1776[a79_0x21d5e8(0x182)]=a79_0x5a8332,a79_0x2d1776[a79_0x21d5e8(0x185)]=0x40*0x400,a79_0x2d1776[a79_0x21d5e8(0x1d9)]=a79_0x21d5e8(0x288),a79_0x2d1776[a79_0x21d5e8(0x24c)]=a79_0x3bf3d0,a79_0x2d1776[a79_0x21d5e8(0x237)]=a79_0x373766,a79_0x2d1776['SDK_INSTRUMENTATION_CONFIG']=a79_0xc3649b,a79_0x2d1776[a79_0x21d5e8(0x18a)]=a79_0x21d5e8(0x18c),a79_0x2d1776['DEBUG_LOG_FILE_NAME']='/usage-debug.log',a79_0x2d1776[a79_0x21d5e8(0x24b)]=a79_0x21d5e8(0x1e3),a79_0x2d1776['CLI_LOG_FILE_NAME']=a79_0x21d5e8(0x191),a79_0x2d1776[a79_0x21d5e8(0x261)]=a79_0x21d5e8(0x245),a79_0x2d1776[a79_0x21d5e8(0x1ba)]=a79_0x21d5e8(0x207),a79_0x2d1776[a79_0x21d5e8(0x1a4)]=a79_0x21d5e8(0x1f7),a79_0x2d1776[a79_0x21d5e8(0x27a)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a79_0x2d1776[a79_0x21d5e8(0x212)]=a79_0x21d5e8(0x1ef),a79_0x2d1776[a79_0x21d5e8(0x1ce)]=[a79_0x21d5e8(0x1c1),'cucumber',a79_0x21d5e8(0x19f),a79_0x21d5e8(0x1ad),a79_0x21d5e8(0x27c),'newman','detox',a79_0x21d5e8(0x1e8)],a79_0x2d1776[a79_0x21d5e8(0x1df)]=['A11Y_SCAN','A11Y_GET_RESULTS_SUMMARY',a79_0x21d5e8(0x248),a79_0x21d5e8(0x21b),a79_0x21d5e8(0x1be),'ObservabilitySync'],a79_0x2d1776['PLAYWRIGHT_TRACE_LOGS']='PLAYWRIGHT_TRACE_LOGS',a79_0x2d1776[a79_0x21d5e8(0x1de)]=a79_0x158fd6,a79_0x2d1776['SSL_ERROR_MESSAGES']=[a79_0x21d5e8(0x1a9),a79_0x21d5e8(0x26d),'certificate\x20has\x20expired',a79_0x21d5e8(0x1d6),a79_0x21d5e8(0x21d),a79_0x21d5e8(0x1c9)],a79_0x2d1776[a79_0x21d5e8(0x1c7)]=[a79_0x21d5e8(0x231),a79_0x21d5e8(0x1c9),a79_0x21d5e8(0x190),a79_0x21d5e8(0x18d),'ERR_TLS_CERT_ALTNAME_INVALID',a79_0x21d5e8(0x216)],a79_0x2d1776[a79_0x21d5e8(0x22b)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a79_0x2d1776[a79_0x21d5e8(0x1e4)]=a79_0x36e459,a79_0x2d1776[a79_0x21d5e8(0x1f5)]=[a79_0x21d5e8(0x1a2),a79_0x21d5e8(0x184),a79_0x21d5e8(0x233)],a79_0x2d1776[a79_0x21d5e8(0x1cb)]=[a79_0x21d5e8(0x209),a79_0x21d5e8(0x287)],a79_0x2d1776[a79_0x21d5e8(0x1bb)]=0x3,a79_0x2d1776[a79_0x21d5e8(0x20f)]=0x3e8,a79_0x2d1776['MAX_DRIVER_INIT_ERROR_BYTES']=0x1f40,a79_0x2d1776[a79_0x21d5e8(0x202)]=a79_0x54e930,module['exports']=a79_0x2d1776;const _env=(process['env'][a79_0x21d5e8(0x21e)]||a79_0x21d5e8(0x23f))[a79_0x21d5e8(0x25d)]();function a79_0x2b41(){const _0x4efbdd=['ATS_WSS_URL_REGEX','testReporting','GLOBAL_AGENT_HTTP_PROXY','ERR_TIMED_OUT','O11Y_URL','BROWSERSTACK_AUTOMATE_URL','cucumber','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_CONNECTION_FAILED','self\x20signed\x20certificate','httpsProxy','2972mIHQNB','browserstack.overridelocalInfo.userAuthToken','puppeteer','chromeOptions','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','4630upkAxS','NEWMAN','PLAYWRIGHT_CONFIG_OPTION_ERRORS','ERR_CONNECTION_REFUSED','acceptSslCerts','us-east','DETOX','SIGINT','HST','16706GRuRFV','BSTACK_ATS_URL','MAX_SPAWN_RETRIES','PUPPETEER','exports','percyScreenshot','bsstag','wss://detox-devtestops.bsstag.com/init','playwright','codeceptjs-cucumber','pageLoadStrategy','disableAutoCaptureLogs','minTestedMajor','rerunTests','SSL_ERROR_CODES','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','DEPTH_ZERO_SELF_SIGNED_CERT','hub-eu-only.browserstack.com','BINARY_BUSY_ERROR_CODES','UPDATED_CLI_ENDPOINT','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','CLI_SUPPORTED_FRAMEWORKS','[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.','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','10835846nhFLVt','vanilla','testOrchestrationOptions','testContextOptions','unable\x20to\x20get\x20local\x20issuer\x20certificate','browserstackAutomation','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','GIT_META_DATA_TRUNCATED','preprod','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','accessibility','.ipa','HUB_URL_MAP','AUTOMATION_LOG_COMMANDS','https://upload-observability-preprod.bsstag.com','password','testObservabilityOptions','sdk-cli-debug.log','CLIENT_TROUBLESHOOTING_HASH','ERR_NAME_NOT_RESOLVED','hub-us-only.browserstack.com','hubUrl','node-generic','AUTOMATE_PRODUCTS','34WbxAto','hub-aps-only.browserstack.com','https://api-cloud-devtestops.bsstag.com','1433475uOYvJB','https://automate.browserstack.com/dashboard/v2/builds/','browserstack','SDK-GEN-001','testReportingOptions','Specify\x20--help\x20for\x20available\x20options','ERR_NETWORK_CHANGED','CI_ARTIFACTS_PATH','INTERNALLY_USED_ENV_VARS','36916NwxRHK','https://automation.browserstack.com','hub.browserstack.com','ERR_BLOCKED_BY_CLIENT','https://observability-devtestops.bsstag.com','edgeOptions','acceptSslCert','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','httpProxy','VERSION','browserStackLocalOptions','CUSTOM_ID_REGEX','SIGNAL_EXIT_CODES','CODECEPT_CUCUMBER','VALID_APP_EXTENSION','ERR_CONNECTION_RESET','Run\x20jasmine\x20tests\x20on\x20browserstack','browserstack-ats.com','hardMinMajor','ETXTBSY','MOCHA','root','localProxyUser','INTEGRATIONS','observability','SPAWN_RETRY_DELAY_MS','INFO','browserstack.accessKey','BROWSERSTACK','https://hub.browserstack.com/wd/hub','jasmine','acceptInsecureCerts','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','wss://cdp.browserstack.com/playwright?caps=','VANILLA','proxyPassword','BROWSERSTACK_API_URL','A11Y_SAVE_RESULTS','https://edsstaging.bsstag.com','ERR_TLS_CERT_ALTNAME_INVALID','BROWSERSTACK_ENV','Playwright','FRAMEWORKS','FUNNEL_INSTRUMENTATION_API_URL','13031296jyjvAA','Run\x20jest\x20tests\x20on\x20browserstack','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_CONNECTION_TIMED_OUT','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','SIGTERM','MODULE','JASMINE','CONNECTIVITY_ISSUE_ERROR_CODES','BROWSERSTACK_APP_AUTOMATE_URL','EDS_URL','bsstag.com','NIGHTWATCH','ATS_HUB_URL_REGEX','SELF_SIGNED_CERT_IN_CHAIN','6XDkvKI','USER_CONFIG_DETAILS_PATH','turboScaleOptions','percyOptions','PRIVATE_DOMAIN_OR_IP_REGEX','REDACTED_KEYS','SIGQUIT','https://automate-preprod.bsstag.com/dashboard/v2/builds/','accessKey','shows\x20version\x20information','PLAYWRIGHT_HUB_URL','ERR_TUNNEL_CONNECTION_FAILED','https://automation-preprod.bsstag.com','prod','sdk/v1/event','automation','PERCY_SUPPORTED_FRAMEWORKS','10|12|11|9|3|2|4|1|6|8|7|0|13|5','default','browserstack.com','authToken','CODECEPT','A11Y_GET_RESULTS','APP_AUTOMATE_PRODUCTS','proxyUrl','DEBUG_CLI_LOG_FILE_NAME','TEST_FRAMEWORK_HOOK_TIMEOUT','parallelsPerPlatform','browserVersion','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','HUB_URL_REGEX','split','commonjs','testObservability','browserstack.userName','APP_UPLOAD_URL','ERR_ADDRESS_INVALID','Mocha','browserstack.key','browserName','6116945CFMsDZ','ROOT_CAPS','^[a-zA-Z0-9_.-]*$','toLowerCase','hub-apse-only.browserstack.com','browserstack.user','SIGHUP','BSTACK_URL','https://api-preprod.bsstag.com','percyCaptureMode','NUDGE_LOCAL_ERRORS','Run\x20testcafe\x20tests\x20on\x20browserstack','ERR_ADDRESS_UNREACHABLE','invalidTestInputType','HELP','PLAYWRIGHT','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','ERR_PROXY_CONNECTION_FAILED','browserstackLocal','unable\x20to\x20verify\x20the\x20first\x20certificate','Run\x20codeceptjs\x20tests\x20on\x20browserstack','COMMONJS','ERR_FAILED','pre-prod','app-automate','stag','https://upload-observability-devtestops-ssi.bsstag.com','percy','wss://detox.browserstack.com/init','platforms','customVariables','https://api.browserstack.com','TEST_REPORTING_ANALYTICS','wss://detox-preprod.bsstag.com/init','testcafe','mocha','TESTCAFE','logLevel','PUPPETEER_HUB_URL','SIGBREAK','Run\x20mocha\x20tests\x20on\x20browserstack','turboScale','ERR_CONNECTION_CLOSED','Run\x20detox\x20tests\x20on\x20browserstack','automate','EBUSY','...[TRUNCATED]','CUCUMBER','OBSERVABILITY_SUPPORTED_FWS','PACKAGE_TYPE','AUTOLOGCAPTURE_NOTIFICATION','GLOBAL_AGENT_NO_PROXY','MAX_GIT_META_DATA_SIZE_IN_BYTES','Cucumber-JS','https://hub-preprod.bsstag.com/wd/hub','proxyUser','APP_AUTOMATE','LOG_FILE_NAME','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','/usage.log','CERT_HAS_EXPIRED','Jest','OBSERVABILITY_UPLOAD_URL','UNABLE_TO_VERIFY_LEAF_SIGNATURE','sdk-cli.log','https://hub-devtestops.bsstag.com/wd/hub','AUTOMATE','accessibilityOptions','strictFileInteractability','3309jgDcGp','proxyPass','9|4|2|11|7|1|6|0|10|3|8|5|13|12','ERR_SOCKS_CONNECTION_FAILED','NODE_GENERIC','Run\x20playwright\x20tests\x20on\x20Browserstack','DETOX_HUB_URL','mandatoryDependency','timeouts','jest'];a79_0x2b41=function(){return _0x4efbdd;};return a79_0x2b41();}if(_env==='staging'||_env===a79_0x21d5e8(0x273)){const HFhISS=a79_0x21d5e8(0x243)[a79_0x21d5e8(0x251)]('|');let CmomcB=0x0;while(!![]){switch(HFhISS[CmomcB++]){case'0':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x18f)]=a79_0x21d5e8(0x274);continue;case'1':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x280)]=a79_0x21d5e8(0x1cd);continue;case'2':module[a79_0x21d5e8(0x1bd)]['APP_UPLOAD_URL']=a79_0x21d5e8(0x1ec);continue;case'3':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x22c)]=a79_0x21d5e8(0x224);continue;case'4':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x23c)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'5':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x212)]=a79_0x21d5e8(0x1bf);continue;case'6':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x19c)]=a79_0x21d5e8(0x1c0);continue;case'7':module['exports'][a79_0x21d5e8(0x1a4)]=a79_0x21d5e8(0x1fa);continue;case'8':module['exports']['BSTACK_URL']=a79_0x21d5e8(0x22e);continue;case'9':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x1a5)]=a79_0x21d5e8(0x225);continue;case'10':module['exports']['hubUrl']=a79_0x21d5e8(0x192);continue;case'11':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x250)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x21a)]='https://apidevtestops.bsstag.com';continue;case'13':module[a79_0x21d5e8(0x1bd)]['EDS_URL']=a79_0x21d5e8(0x21c);continue;}break;}}else{if(_env===a79_0x21d5e8(0x1da)||_env===a79_0x21d5e8(0x271)){const CmUJzy=a79_0x21d5e8(0x198)[a79_0x21d5e8(0x251)]('|');let FZGVmb=0x0;while(!![]){switch(CmUJzy[FZGVmb++]){case'0':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x280)]='wss://cdp-preprod.bsstag.com/puppeteer?caps=';continue;case'1':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x255)]='https://api-preprod.bsstag.com';continue;case'2':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x250)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module['exports'][a79_0x21d5e8(0x261)]='bsstag.com';continue;case'4':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x21a)]=a79_0x21d5e8(0x262);continue;case'5':module['exports'][a79_0x21d5e8(0x18f)]=a79_0x21d5e8(0x1e0);continue;case'6':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x23c)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'7':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x22c)]='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'8':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x1a4)]=a79_0x21d5e8(0x23e);continue;case'9':module[a79_0x21d5e8(0x1bd)]['hubUrl']=a79_0x21d5e8(0x187);continue;case'10':module[a79_0x21d5e8(0x1bd)]['DETOX_HUB_URL']=a79_0x21d5e8(0x27b);continue;case'11':module[a79_0x21d5e8(0x1bd)]['BROWSERSTACK_AUTOMATE_URL']=a79_0x21d5e8(0x239);continue;case'12':module[a79_0x21d5e8(0x1bd)]['BROWSERSTACK']='bsstag';continue;case'13':module[a79_0x21d5e8(0x1bd)][a79_0x21d5e8(0x22d)]=a79_0x21d5e8(0x21c);continue;}break;}}}