browserstack-node-sdk 1.68.1 → 1.68.2

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_0x1338b0=a73_0x5939;(function(_0x2481e6,_0x11891f){const _0x6b1cf4=a73_0x5939,_0x4925ae=_0x2481e6();while(!![]){try{const _0x122812=-parseInt(_0x6b1cf4(0xee))/0x1+parseInt(_0x6b1cf4(0x10f))/0x2+parseInt(_0x6b1cf4(0xfd))/0x3+-parseInt(_0x6b1cf4(0x100))/0x4+parseInt(_0x6b1cf4(0x104))/0x5+-parseInt(_0x6b1cf4(0x121))/0x6+-parseInt(_0x6b1cf4(0xe9))/0x7*(-parseInt(_0x6b1cf4(0xe4))/0x8);if(_0x122812===_0x11891f)break;else _0x4925ae['push'](_0x4925ae['shift']());}catch(_0x112cc9){_0x4925ae['push'](_0x4925ae['shift']());}}}(a73_0x2422,0x6fe1b));const got=require(a73_0x1338b0(0xff)),logger=require(a73_0x1338b0(0x123))[a73_0x1338b0(0xfe)],{BROWSERSTACK_API_URL}=require('../utils/constants'),_entries=[];function register(_0x35dfc0){const _0x187cc2=a73_0x1338b0,_0x51c44c={};_0x51c44c[_0x187cc2(0x10b)]=_0x187cc2(0x124),_0x51c44c[_0x187cc2(0x107)]=_0x187cc2(0xef);const _0x136493=_0x51c44c,_0x54fac4={'status':_0x136493[_0x187cc2(0x10b)],'reason':_0x136493[_0x187cc2(0x107)],..._0x35dfc0};_entries[_0x187cc2(0x112)](_0x54fac4);}function listEntries(){return _entries['slice']();}function markStatus(_0x1d1dab,_0x4d4c76,_0x4fe031){const _0x2e1a66=a73_0x1338b0,_0x3a736c={};_0x3a736c[_0x2e1a66(0xfb)]=function(_0x570a8e,_0x28d335){return _0x570a8e===_0x28d335;};const _0x215da7=_0x3a736c;for(const _0x213424 of _entries){if(_0x215da7['OrVpD'](_0x213424[_0x2e1a66(0xe6)],_0x1d1dab))return _0x213424[_0x2e1a66(0x117)]=_0x4d4c76,_0x4fe031&&(_0x213424[_0x2e1a66(0xf6)]=_0x4fe031),!![];}return![];}function _resolveCreds(_0x62f5dc){const _0x1be8ac=a73_0x1338b0,_0x919b1c={'yMadc':function(_0x188b28,_0x1bf6ec){return _0x188b28(_0x1bf6ec);},'qCpuZ':function(_0x84c88,_0x2fb107){return _0x84c88(_0x2fb107);},'sbuEH':function(_0x19b555,_0x45a7af){return _0x19b555(_0x45a7af);}};try{if(_0x62f5dc){const _0x5ea79a=_0x919b1c[_0x1be8ac(0x10c)](String,_0x62f5dc)['trim'](),_0x433cb8=/^https?:\/\//i['test'](_0x5ea79a)?_0x5ea79a:_0x1be8ac(0xed)+_0x5ea79a[_0x1be8ac(0x119)](/^\/+/,''),_0x27efd6=new URL(_0x433cb8);if(_0x27efd6[_0x1be8ac(0x126)]||_0x27efd6[_0x1be8ac(0xf7)])return{'username':_0x919b1c[_0x1be8ac(0x106)](decodeURIComponent,_0x27efd6[_0x1be8ac(0x126)]||''),'password':_0x919b1c[_0x1be8ac(0x11e)](decodeURIComponent,_0x27efd6[_0x1be8ac(0xf7)]||'')};}}catch(_0x13ec84){}const _0x179af2={};return _0x179af2[_0x1be8ac(0x126)]=process['env'][_0x1be8ac(0x120)]||'',_0x179af2[_0x1be8ac(0xf7)]=process['env'][_0x1be8ac(0x11a)]||'',_0x179af2;}async function _markViaRestApi(_0x13838b){const _0x240c09=a73_0x1338b0,_0x392904={'GxfQc':function(_0x43dd37,_0x25ca85){return _0x43dd37(_0x25ca85);},'HsOiZ':function(_0x101cb9,_0x18c8ba){return _0x101cb9||_0x18c8ba;},'TQxJi':_0x240c09(0x124),'aspwn':_0x240c09(0xea),'MQKYu':function(_0x2ce304,_0x23e308){return _0x2ce304>=_0x23e308;},'zXudA':function(_0x3b3ad5,_0x149968){return _0x3b3ad5<_0x149968;}},{username:_0xafb960,password:_0x1215de}=_0x392904[_0x240c09(0x122)](_resolveCreds,_0x13838b['hubUrl']);if(_0x392904[_0x240c09(0x11d)](!_0xafb960,!_0x1215de))return logger[_0x240c09(0x102)](_0x240c09(0x103)+_0x13838b['sessionId']+_0x240c09(0xeb)),![];const _0xe392da=BROWSERSTACK_API_URL+'/automate/sessions/'+_0x13838b[_0x240c09(0xf8)]+'.json';try{const _0x17481d={};_0x17481d['status']=_0x13838b[_0x240c09(0x117)]||_0x392904[_0x240c09(0x11c)],_0x17481d[_0x240c09(0xf6)]=_0x13838b[_0x240c09(0xf6)]||'';const _0x144629={};_0x144629['request']=0x7530;const _0x1943e6={};_0x1943e6[_0x240c09(0x126)]=_0xafb960,_0x1943e6[_0x240c09(0xf7)]=_0x1215de,_0x1943e6[_0x240c09(0xea)]=_0x17481d,_0x1943e6['responseType']=_0x392904['aspwn'],_0x1943e6[_0x240c09(0xf4)]=![],_0x1943e6[_0x240c09(0xf5)]=_0x144629;const _0x5bbe48=await got[_0x240c09(0x11f)](_0xe392da,_0x1943e6);if(_0x392904['MQKYu'](_0x5bbe48[_0x240c09(0xfc)],0xc8)&&_0x392904[_0x240c09(0x118)](_0x5bbe48['statusCode'],0x12c))return logger[_0x240c09(0x10d)](_0x240c09(0xfa)+_0x13838b[_0x240c09(0x117)]+_0x240c09(0xf3)+_0x13838b[_0x240c09(0xf8)]),!![];return logger[_0x240c09(0x102)](_0x240c09(0xf9)+_0x5bbe48['statusCode']+_0x240c09(0x113)+_0x13838b[_0x240c09(0xf8)]+':\x20'+JSON[_0x240c09(0x114)](_0x5bbe48[_0x240c09(0xf0)])[_0x240c09(0x10e)](0x0,0xc8)),![];}catch(_0x5893d7){return logger[_0x240c09(0x102)]('[session-registry]\x20REST\x20mark\x20failed\x20for\x20'+_0x13838b[_0x240c09(0xf8)]+':\x20'+_0x5893d7[_0x240c09(0x105)]),![];}}function a73_0x5939(_0x38b2f1,_0x374bd8){const _0x242276=a73_0x2422();return a73_0x5939=function(_0x593962,_0x5db5eb){_0x593962=_0x593962-0xe4;let _0x2ab406=_0x242276[_0x593962];return _0x2ab406;},a73_0x5939(_0x38b2f1,_0x374bd8);}async function quitAll(){const _0x33210f=a73_0x1338b0,_0x335922={'ZVNaS':function(_0xd65787,_0x73b4b7){return _0xd65787===_0x73b4b7;},'nCRMv':'function','XdJtZ':'setSessionStatus','JnXkZ':_0x33210f(0x124),'Akpki':function(_0x3a2d3c,_0x30baf2){return _0x3a2d3c(_0x30baf2);},'oSPjr':function(_0x480195,_0x4a6add){return _0x480195===_0x4a6add;}};try{for(const _0x5d79b4 of _entries){let _0x1a2716=![];try{if(_0x5d79b4[_0x33210f(0x109)]&&_0x335922[_0x33210f(0x110)](typeof _0x5d79b4[_0x33210f(0x109)][_0x33210f(0xf2)],_0x335922[_0x33210f(0x111)])){const _0xeeb3c6={};_0xeeb3c6[_0x33210f(0x101)]=_0x335922[_0x33210f(0xe8)],_0xeeb3c6[_0x33210f(0x125)]={},_0xeeb3c6[_0x33210f(0x125)][_0x33210f(0x117)]=_0x5d79b4[_0x33210f(0x117)]||_0x335922[_0x33210f(0xf1)],_0xeeb3c6[_0x33210f(0x125)][_0x33210f(0xf6)]=_0x5d79b4[_0x33210f(0xf6)]||'';const _0x42a2e8=_0x33210f(0x10a)+JSON[_0x33210f(0x114)](_0xeeb3c6);await _0x5d79b4[_0x33210f(0x109)][_0x33210f(0xf2)](_0x42a2e8),_0x1a2716=!![],logger['info']('[session-registry]\x20executeScript\x20setSessionStatus('+_0x5d79b4[_0x33210f(0x117)]+_0x33210f(0xf3)+_0x5d79b4[_0x33210f(0xf8)]);}}catch(_0x233560){logger[_0x33210f(0x102)](_0x33210f(0x108)+_0x5d79b4[_0x33210f(0xf8)]+'\x20(will\x20retry\x20via\x20REST):\x20'+_0x233560[_0x33210f(0x105)]);}!_0x1a2716&&await _0x335922[_0x33210f(0x11b)](_markViaRestApi,_0x5d79b4);try{_0x5d79b4[_0x33210f(0x109)]&&_0x335922['oSPjr'](typeof _0x5d79b4['driver']['quit'],_0x335922[_0x33210f(0x111)])&&await _0x5d79b4['driver']['quit']();}catch(_0x5d65c4){logger[_0x33210f(0x102)](_0x33210f(0xe7)+_0x5d79b4['sessionId']+':\x20'+_0x5d65c4['message']);}}}finally{_entries[_0x33210f(0xe5)]=0x0;}}const a73_0x51d3fc={};function a73_0x2422(){const _0x5bc9bb=['sessionId','[session-registry]\x20REST\x20mark\x20HTTP\x20','[session-registry]\x20REST\x20setSessionStatus(','OrVpD','statusCode','335742EZAwrK','winstonLogger','got','754548BtrcyI','action','warn','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','661930SDDtuG','message','qCpuZ','yyaxE','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','driver','browserstack_executor:\x20','sbQrk','yMadc','info','slice','336864LEjiKK','ZVNaS','nCRMv','push','\x20for\x20','stringify','exports','quitAll','status','zXudA','replace','BROWSERSTACK_ACCESS_KEY','Akpki','TQxJi','HsOiZ','sbuEH','put','BROWSERSTACK_USERNAME','497178lxeerJ','GxfQc','../../helpers/logger','failed','arguments','username','2352464xJQWjT','length','platformIndex','[session-registry]\x20driver.quit\x20failed\x20for\x20','XdJtZ','28ZMhovN','json',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','markStatus','https://','859197XIudQH','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','body','JnXkZ','executeScript',')\x20OK\x20for\x20','throwHttpErrors','timeout','reason','password'];a73_0x2422=function(){return _0x5bc9bb;};return a73_0x2422();}a73_0x51d3fc['register']=register,a73_0x51d3fc['listEntries']=listEntries,a73_0x51d3fc[a73_0x1338b0(0xec)]=markStatus,a73_0x51d3fc[a73_0x1338b0(0x116)]=quitAll,module[a73_0x1338b0(0x115)]=a73_0x51d3fc;
1
+ 'use strict';const a73_0x3a076d=a73_0x560a;(function(_0x2a960f,_0x511158){const _0x2e2c1b=a73_0x560a,_0x2cd5d2=_0x2a960f();while(!![]){try{const _0x3ef37c=parseInt(_0x2e2c1b(0x1ed))/0x1+parseInt(_0x2e2c1b(0x1fa))/0x2+-parseInt(_0x2e2c1b(0x20b))/0x3+parseInt(_0x2e2c1b(0x204))/0x4*(parseInt(_0x2e2c1b(0x1f4))/0x5)+-parseInt(_0x2e2c1b(0x203))/0x6*(-parseInt(_0x2e2c1b(0x1bf))/0x7)+parseInt(_0x2e2c1b(0x1d2))/0x8*(parseInt(_0x2e2c1b(0x1f1))/0x9)+parseInt(_0x2e2c1b(0x1e5))/0xa*(-parseInt(_0x2e2c1b(0x1e3))/0xb);if(_0x3ef37c===_0x511158)break;else _0x2cd5d2['push'](_0x2cd5d2['shift']());}catch(_0x22d3f7){_0x2cd5d2['push'](_0x2cd5d2['shift']());}}}(a73_0x1641,0xd5a74));const got=require(a73_0x3a076d(0x205)),logger=require(a73_0x3a076d(0x1bd))[a73_0x3a076d(0x1e1)],{BROWSERSTACK_API_URL}=require(a73_0x3a076d(0x1fd)),_entries=[];function register(_0x3da250){const _0xd45164=a73_0x3a076d,_0x360265={};_0x360265[_0xd45164(0x1d6)]=_0xd45164(0x1c1),_0x360265[_0xd45164(0x1c3)]=_0xd45164(0x1ee);const _0x7355e6=_0x360265,_0x45ca5f={'status':_0x7355e6[_0xd45164(0x1d6)],'reason':_0x7355e6[_0xd45164(0x1c3)],..._0x3da250};_entries[_0xd45164(0x1d3)](_0x45ca5f);}function listEntries(){const _0x4ae365=a73_0x3a076d;return _entries[_0x4ae365(0x1dd)]();}function markStatus(_0x2743ba,_0x1a0657,_0x42f8da){const _0x2a29d4=a73_0x3a076d,_0x3fa73d={};_0x3fa73d[_0x2a29d4(0x1dc)]=function(_0xbe2612,_0x36cc3f){return _0xbe2612===_0x36cc3f;};const _0x2c67fc=_0x3fa73d;for(const _0x183b0f of _entries){if(_0x2c67fc[_0x2a29d4(0x1dc)](_0x183b0f[_0x2a29d4(0x1eb)],_0x2743ba))return _0x183b0f['status']=_0x1a0657,_0x42f8da&&(_0x183b0f[_0x2a29d4(0x1e9)]=_0x42f8da),!![];}return![];}function _resolveCreds(_0xe94450){const _0x387a56=a73_0x3a076d,_0x42582d={'hKSJu':function(_0x29d021,_0x188b40){return _0x29d021(_0x188b40);},'hpTgw':function(_0x377d75,_0x13169c){return _0x377d75(_0x13169c);}};try{if(_0xe94450){const _0x42cce4=_0x42582d[_0x387a56(0x1e6)](String,_0xe94450)[_0x387a56(0x1f2)](),_0x1440e8=/^https?:\/\//i[_0x387a56(0x1cf)](_0x42cce4)?_0x42cce4:_0x387a56(0x20a)+_0x42cce4[_0x387a56(0x207)](/^\/+/,''),_0x47978a=new URL(_0x1440e8);if(_0x47978a[_0x387a56(0x201)]||_0x47978a['password'])return{'username':_0x42582d[_0x387a56(0x1d4)](decodeURIComponent,_0x47978a[_0x387a56(0x201)]||''),'password':_0x42582d[_0x387a56(0x1e6)](decodeURIComponent,_0x47978a[_0x387a56(0x1e4)]||'')};}}catch(_0x235705){}const _0x423d01={};return _0x423d01[_0x387a56(0x201)]=process['env'][_0x387a56(0x1c8)]||'',_0x423d01[_0x387a56(0x1e4)]=process[_0x387a56(0x202)][_0x387a56(0x20d)]||'',_0x423d01;}function a73_0x1641(){const _0x549029=['test','throwHttpErrors','register','3016thOwuw','push','hpTgw','warn','TvfFX','setSessionStatus',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','browserstack_executor:\x20','\x20(will\x20retry\x20via\x20REST):\x20','hubUrl','VcTNi','slice','BoKpg',')\x20OK\x20for\x20','message','winstonLogger','[session-registry]\x20REST\x20mark\x20HTTP\x20','110ivINrE','password','1901550gwyxIO','hKSJu','executeScript','ELBIG','reason','YEoyV','platformIndex','RNjDd','693604xVpWlb','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','quit','mbHTQ','10818uFIYAU','trim','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','650FtDcuN','FGQrz','responseType','/automate/sessions/','json','put','2391000xJAPjD','xIjsy','exports','../utils/constants','[session-registry]\x20REST\x20setSessionStatus(','listEntries','status','username','env','6FKxoPL','17164ARWwTw','got','[session-registry]\x20executeScript\x20setSessionStatus(','replace','XnxtM','driver','https://','5109699BcItkt','action','BROWSERSTACK_ACCESS_KEY','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','stringify','../../helpers/logger','CNENi','11058733NpoBhP','uHzhB','failed','markStatus','nUWWY','[session-registry]\x20driver.quit\x20failed\x20for\x20','ygjHd','body','statusCode','BROWSERSTACK_USERNAME','sessionId','\x20for\x20','quitAll','arguments','info','timeout'];a73_0x1641=function(){return _0x549029;};return a73_0x1641();}function a73_0x560a(_0x5af19f,_0x11f2c7){const _0x16416e=a73_0x1641();return a73_0x560a=function(_0x560a83,_0x236437){_0x560a83=_0x560a83-0x1bd;let _0x4b26b5=_0x16416e[_0x560a83];return _0x4b26b5;},a73_0x560a(_0x5af19f,_0x11f2c7);}async function _markViaRestApi(_0x38092e){const _0x14de11=a73_0x3a076d,_0x5bfc98={'uHzhB':function(_0x261f40,_0x5bf3f3){return _0x261f40(_0x5bf3f3);},'xIjsy':function(_0x301495,_0x13db4f){return _0x301495||_0x13db4f;},'ELBIG':_0x14de11(0x1c1),'cTRlY':_0x14de11(0x1f8),'RNjDd':function(_0x5cd701,_0x369180){return _0x5cd701>=_0x369180;},'mbHTQ':function(_0x1d22df,_0x80bbf5){return _0x1d22df<_0x80bbf5;}},{username:_0x604be6,password:_0x4734ab}=_0x5bfc98[_0x14de11(0x1c0)](_resolveCreds,_0x38092e[_0x14de11(0x1db)]);if(_0x5bfc98[_0x14de11(0x1fb)](!_0x604be6,!_0x4734ab))return logger[_0x14de11(0x1d5)](_0x14de11(0x1f3)+_0x38092e[_0x14de11(0x1c9)]+_0x14de11(0x1d8)),![];const _0x5b912d=BROWSERSTACK_API_URL+_0x14de11(0x1f7)+_0x38092e[_0x14de11(0x1c9)]+'.json';try{const _0x4d38f0={};_0x4d38f0['status']=_0x38092e[_0x14de11(0x200)]||_0x5bfc98[_0x14de11(0x1e8)],_0x4d38f0[_0x14de11(0x1e9)]=_0x38092e['reason']||'';const _0x393b00={};_0x393b00['request']=0x7530;const _0x1f0d30={};_0x1f0d30[_0x14de11(0x201)]=_0x604be6,_0x1f0d30[_0x14de11(0x1e4)]=_0x4734ab,_0x1f0d30[_0x14de11(0x1f8)]=_0x4d38f0,_0x1f0d30[_0x14de11(0x1f6)]=_0x5bfc98['cTRlY'],_0x1f0d30[_0x14de11(0x1d0)]=![],_0x1f0d30[_0x14de11(0x1ce)]=_0x393b00;const _0xe094cd=await got[_0x14de11(0x1f9)](_0x5b912d,_0x1f0d30);if(_0x5bfc98[_0x14de11(0x1ec)](_0xe094cd[_0x14de11(0x1c7)],0xc8)&&_0x5bfc98[_0x14de11(0x1f0)](_0xe094cd[_0x14de11(0x1c7)],0x12c))return logger[_0x14de11(0x1cd)](_0x14de11(0x1fe)+_0x38092e[_0x14de11(0x200)]+')\x20OK\x20for\x20'+_0x38092e[_0x14de11(0x1c9)]),!![];return logger[_0x14de11(0x1d5)](_0x14de11(0x1e2)+_0xe094cd[_0x14de11(0x1c7)]+_0x14de11(0x1ca)+_0x38092e[_0x14de11(0x1c9)]+':\x20'+JSON[_0x14de11(0x20f)](_0xe094cd[_0x14de11(0x1c6)])['slice'](0x0,0xc8)),![];}catch(_0x4f1550){return logger['warn']('[session-registry]\x20REST\x20mark\x20failed\x20for\x20'+_0x38092e[_0x14de11(0x1c9)]+':\x20'+_0x4f1550['message']),![];}}async function quitAll(){const _0x412725=a73_0x3a076d,_0x2087be={'CNENi':function(_0x24e17d,_0xa89ae1){return _0x24e17d===_0xa89ae1;},'XnxtM':'function','FGQrz':_0x412725(0x1d7),'YEoyV':_0x412725(0x1c1),'BoKpg':function(_0x8a55c9,_0x340023){return _0x8a55c9(_0x340023);},'ygjHd':function(_0xdaf581,_0x3d9fe9){return _0xdaf581===_0x3d9fe9;}};try{for(const _0x1bf60a of _entries){let _0x2340eb=![];try{if(_0x1bf60a[_0x412725(0x209)]&&_0x2087be[_0x412725(0x1be)](typeof _0x1bf60a['driver'][_0x412725(0x1e7)],_0x2087be[_0x412725(0x208)])){const _0x19aed5={};_0x19aed5[_0x412725(0x20c)]=_0x2087be[_0x412725(0x1f5)],_0x19aed5[_0x412725(0x1cc)]={},_0x19aed5[_0x412725(0x1cc)][_0x412725(0x200)]=_0x1bf60a[_0x412725(0x200)]||_0x2087be[_0x412725(0x1ea)],_0x19aed5[_0x412725(0x1cc)][_0x412725(0x1e9)]=_0x1bf60a[_0x412725(0x1e9)]||'';const _0x400436=_0x412725(0x1d9)+JSON[_0x412725(0x20f)](_0x19aed5);await _0x1bf60a[_0x412725(0x209)][_0x412725(0x1e7)](_0x400436),_0x2340eb=!![],logger[_0x412725(0x1cd)](_0x412725(0x206)+_0x1bf60a[_0x412725(0x200)]+_0x412725(0x1df)+_0x1bf60a[_0x412725(0x1c9)]);}}catch(_0x3ff185){logger[_0x412725(0x1d5)](_0x412725(0x20e)+_0x1bf60a[_0x412725(0x1c9)]+_0x412725(0x1da)+_0x3ff185[_0x412725(0x1e0)]);}!_0x2340eb&&await _0x2087be[_0x412725(0x1de)](_markViaRestApi,_0x1bf60a);try{_0x1bf60a[_0x412725(0x209)]&&_0x2087be[_0x412725(0x1c5)](typeof _0x1bf60a[_0x412725(0x209)]['quit'],_0x2087be[_0x412725(0x208)])&&await _0x1bf60a[_0x412725(0x209)][_0x412725(0x1ef)]();}catch(_0x309b22){logger[_0x412725(0x1d5)](_0x412725(0x1c4)+_0x1bf60a[_0x412725(0x1c9)]+':\x20'+_0x309b22[_0x412725(0x1e0)]);}}}finally{_entries['length']=0x0;}}const a73_0x55f380={};a73_0x55f380[a73_0x3a076d(0x1d1)]=register,a73_0x55f380[a73_0x3a076d(0x1ff)]=listEntries,a73_0x55f380[a73_0x3a076d(0x1c2)]=markStatus,a73_0x55f380[a73_0x3a076d(0x1cb)]=quitAll,module[a73_0x3a076d(0x1fc)]=a73_0x55f380;
@@ -1 +1 @@
1
- 'use strict';const a74_0x215dda=a74_0x3005;(function(_0x4d0600,_0x3f42b9){const _0x385031=a74_0x3005,_0x53834e=_0x4d0600();while(!![]){try{const _0x44260d=-parseInt(_0x385031(0x206))/0x1+-parseInt(_0x385031(0x1ff))/0x2*(parseInt(_0x385031(0x233))/0x3)+-parseInt(_0x385031(0x220))/0x4*(-parseInt(_0x385031(0x230))/0x5)+parseInt(_0x385031(0x1e2))/0x6+-parseInt(_0x385031(0x20f))/0x7*(parseInt(_0x385031(0x20b))/0x8)+parseInt(_0x385031(0x212))/0x9*(-parseInt(_0x385031(0x236))/0xa)+parseInt(_0x385031(0x1e8))/0xb;if(_0x44260d===_0x3f42b9)break;else _0x53834e['push'](_0x53834e['shift']());}catch(_0x2fafbe){_0x53834e['push'](_0x53834e['shift']());}}}(a74_0x53c1,0x42f31));function a74_0x53c1(){const _0x4d97fb=['../v2/framework/constants/testFrameworkConstants','[✓✔✗✘×]\x5cs','JZasN','isArray','dcaAU','|\x5cd+\x5cs+passed','isBuffer','testFrameworkName','OTjsH','clear','debug','logCreatedEvent','nPVgu','uuid','getTestFrameworks','../v2/browserstackCLI','|Waiting\x20for','getTestFramework','lgyiC','UfEoi','isRunning','ENTnz','29628AFXKWr','__currentPlatformUuids','OXpTz','testcafe','[stdout-interceptor]\x20uninstalled','vptVy','toString','326491rtkXFL','QvuTg','QBfqs','testFrameworkState','Tnsqi','24jhtAaC','|Hostname:','test_run_uuid','FGcao','68803qhBkXu','../v2/framework/testFramework','getTestFrameworksVersions','6219pluytY','|\x5cd+\x5cs+failed','kind','[stdout-interceptor]\x20installed','utf8','lnVsI','SDugy','TEST','info','^(\x5cs*)','function','Wbdcy','Ughtj','size','72pvqtrw','|Test\x20\x5cd+\x20of\x20\x5cd+','trim','toISOString','jWjSw','set','ElXbO','string','SkLFx','ZzOXE','fYDmJ','stdout','message','EhSwc','hFryw','length','51570ZXjWnR','delete','split','9uewMls','getData','CdCyR','1990OYGKpC','LCAPD','uninstall','xLrZG','get','test','6|0|2|7|4|1|3|5','getInstance','write','install','now','nFADA','1534974hhXwRX','bind','../v2/grpcClient','stderr','|\x5cd+\x5cs+skipped','../../helpers/logger','4077403BWHAGO'];a74_0x53c1=function(){return _0x4d97fb;};return a74_0x53c1();}const {v4:uuidv4}=require(a74_0x215dda(0x1f6)),logger=require(a74_0x215dda(0x1e7))['winstonLogger'];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];function a74_0x3005(_0x1537d0,_0x187bad){const _0x53c1ac=a74_0x53c1();return a74_0x3005=function(_0x3005a5,_0x2e0441){_0x3005a5=_0x3005a5-0x1de;let _0x5762c2=_0x53c1ac[_0x3005a5];return _0x5762c2;},a74_0x3005(_0x1537d0,_0x187bad);}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_0x215dda(0x21b)+'('+a74_0x215dda(0x1ea)+a74_0x215dda(0x1ee)+a74_0x215dda(0x213)+a74_0x215dda(0x1e6)+'|Running\x20tests\x20in'+a74_0x215dda(0x20c)+a74_0x215dda(0x221)+'|Connecting\x20to\x20.*://'+a74_0x215dda(0x1f9)+')');function _stripAnsi(_0x393132){const _0x303c50=a74_0x215dda,_0x23b27b={};_0x23b27b[_0x303c50(0x218)]=function(_0x4d7483,_0x4ce1a7){return _0x4d7483!==_0x4ce1a7;},_0x23b27b[_0x303c50(0x20e)]='string';const _0x594c36=_0x23b27b;if(_0x594c36[_0x303c50(0x218)](typeof _0x393132,_0x594c36[_0x303c50(0x20e)]))return _0x393132;return _0x393132['replace'](ANSI_RE,'');}function _shouldForward(_0x21b9dd){const _0x3a1cbf=a74_0x215dda,_0x50e2f5={'dcaAU':function(_0x155138,_0x4a2064){return _0x155138(_0x4a2064);}};if(!_0x21b9dd||!_0x21b9dd[_0x3a1cbf(0x222)]())return![];if(INTERNAL_LOG_RE[_0x3a1cbf(0x23b)](_0x21b9dd))return![];const _0x260363=_0x50e2f5[_0x3a1cbf(0x1ed)](_stripAnsi,_0x21b9dd)[_0x3a1cbf(0x222)]();if(!_0x260363)return![];if(SPEC_REPORTER_RE['test'](_0x260363))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x384e24){const _0x4a6812=a74_0x215dda,_0x3599ad={};_0x3599ad[_0x4a6812(0x208)]=function(_0x54744f,_0x493f07){return _0x54744f>_0x493f07;},_0x3599ad[_0x4a6812(0x207)]=function(_0x54d5cd,_0x2e88aa){return _0x54d5cd-_0x2e88aa;},_0x3599ad[_0x4a6812(0x239)]=function(_0x513dab,_0x3bd2e1){return _0x513dab!==_0x3bd2e1;},_0x3599ad['JZasN']=function(_0xf3d156,_0x3f2d58){return _0xf3d156<_0x3f2d58;};const _0x152138=_0x3599ad,_0x1df4d4=Date[_0x4a6812(0x1e0)]();if(_0x152138[_0x4a6812(0x208)](_recent[_0x4a6812(0x21f)],0xc8))for(const [_0x1ee23,_0x2fc464]of _recent){_0x152138[_0x4a6812(0x208)](_0x152138[_0x4a6812(0x207)](_0x1df4d4,_0x2fc464),DEDUP_WINDOW_MS)&&_recent[_0x4a6812(0x231)](_0x1ee23);}const _0x20e6e7=_recent[_0x4a6812(0x23a)](_0x384e24);if(_0x152138[_0x4a6812(0x239)](_0x20e6e7,undefined)&&_0x152138[_0x4a6812(0x1eb)](_0x152138['QvuTg'](_0x1df4d4,_0x20e6e7),DEDUP_WINDOW_MS))return!![];return _recent[_0x4a6812(0x225)](_0x384e24,_0x1df4d4),![];}function _emitLog(_0x510c61){const _0x15d5b2=a74_0x215dda,_0x2ca693={'nFADA':function(_0x51cdb0,_0x1f8f3f){return _0x51cdb0(_0x1f8f3f);},'OXpTz':_0x15d5b2(0x1f8),'UfEoi':_0x15d5b2(0x1e4),'SkLFx':function(_0xa01637,_0x4dd21d){return _0xa01637(_0x4dd21d);},'ENTnz':_0x15d5b2(0x210),'vptVy':_0x15d5b2(0x1e9),'nPVgu':_0x15d5b2(0x200),'EhSwc':function(_0x196038,_0x5dfa42){return _0x196038===_0x5dfa42;},'jWjSw':_0x15d5b2(0x21c),'CdCyR':function(_0xdb5dd,_0x514039){return _0xdb5dd===_0x514039;},'Wbdcy':function(_0xbf86a4,_0x4ddc33){return _0xbf86a4(_0x4ddc33);},'Tnsqi':function(_0xd6c663,_0x31bc6b){return _0xd6c663<_0x31bc6b;},'hFryw':_0x15d5b2(0x21a),'lnVsI':_0x15d5b2(0x202),'LCAPD':_0x15d5b2(0x219)};try{const _0x8c34ce=_0x2ca693[_0x15d5b2(0x1e1)](require,_0x2ca693[_0x15d5b2(0x201)]),_0x225abf=_0x2ca693[_0x15d5b2(0x1e1)](require,_0x2ca693[_0x15d5b2(0x1fc)]),_0x593a41=_0x2ca693[_0x15d5b2(0x228)](require,_0x2ca693[_0x15d5b2(0x1fe)]),_0xb3abde=_0x2ca693['nFADA'](require,_0x2ca693[_0x15d5b2(0x204)]),_0x68eb27=_0x8c34ce['getInstance']&&_0x8c34ce[_0x15d5b2(0x23d)]();if(!_0x68eb27||!_0x68eb27[_0x15d5b2(0x1fd)]())return;const _0x55f6fa=_0x68eb27[_0x15d5b2(0x1fa)]&&_0x68eb27[_0x15d5b2(0x1fa)](),_0x22696c=_0x593a41['getTrackedInstance']&&_0x593a41['getTrackedInstance']();if(!_0x22696c)return;const _0x402f2b=Array[_0x15d5b2(0x1ec)](_0x22696c[_0x15d5b2(0x234)](_0x2ca693[_0x15d5b2(0x1f5)]))?_0x22696c[_0x15d5b2(0x234)](_0x2ca693[_0x15d5b2(0x1f5)]):[];if(_0x2ca693[_0x15d5b2(0x22d)](_0x402f2b[_0x15d5b2(0x22f)],0x0))return;const _0x59ccc4=_0x55f6fa&&_0x2ca693[_0x15d5b2(0x22d)](typeof _0x55f6fa['getTestFrameworksVersions'],_0x2ca693[_0x15d5b2(0x224)])?_0x55f6fa[_0x15d5b2(0x211)]():{},_0x2cc46b=_0x55f6fa&&_0x2ca693[_0x15d5b2(0x235)](typeof _0x55f6fa[_0x15d5b2(0x1f7)],_0x2ca693[_0x15d5b2(0x224)])?_0x55f6fa[_0x15d5b2(0x1f7)]():[],_0x44651e=_0x2cc46b&&_0x2cc46b[0x0]&&_0x59ccc4&&_0x59ccc4[_0x2cc46b[0x0]]||'',_0x69aa10=_0x2ca693[_0x15d5b2(0x1e1)](_stripAnsi,_0x510c61)[_0x15d5b2(0x222)]();if(_0x2ca693[_0x15d5b2(0x21d)](_isDuplicate,_0x69aa10))return;const _0x33c443=new Date()[_0x15d5b2(0x223)]();for(let _0x1ea87b=0x0;_0x2ca693[_0x15d5b2(0x20a)](_0x1ea87b,_0x402f2b[_0x15d5b2(0x22f)]);_0x1ea87b++){const _0xea4a66=_0x402f2b[_0x1ea87b];if(!_0xea4a66)continue;const _0x34f8f7={};_0x34f8f7[_0x15d5b2(0x1f6)]=_0xea4a66,_0x34f8f7[_0x15d5b2(0x20d)]=_0xea4a66,_0x34f8f7['timestamp']=_0x33c443,_0x34f8f7[_0x15d5b2(0x22c)]=_0x69aa10,_0x34f8f7[_0x15d5b2(0x214)]=_0xb3abde['KIND_LOG'],_0x34f8f7['level']=_0x2ca693[_0x15d5b2(0x22e)];const _0x4fd5a9=_0x34f8f7,_0x535265={};_0x535265['platformIndex']=_0x1ea87b,_0x535265['logs']=[_0x4fd5a9],_0x535265[_0x15d5b2(0x1f0)]=_0x2ca693[_0x15d5b2(0x217)],_0x535265['testFrameworkVersion']=_0x44651e,_0x535265[_0x15d5b2(0x209)]=_0x2ca693[_0x15d5b2(0x237)];const _0x3fb165=_0x535265;_0x225abf[_0x15d5b2(0x23d)]()[_0x15d5b2(0x1f4)](_0x3fb165)['catch'](()=>{});}}catch(_0x50c65d){}}function _wrap(_0x1c4093){const _0x28b5d7=a74_0x215dda,_0x224ebb={'fYDmJ':function(_0x191002,_0x1daa60,_0x5fff80,_0x40b629){return _0x191002(_0x1daa60,_0x5fff80,_0x40b629);},'nDaIh':function(_0x5d5217,_0x4a6c0a){return _0x5d5217===_0x4a6c0a;},'NKwvj':_0x28b5d7(0x227),'FxTvx':_0x28b5d7(0x216),'Ughtj':function(_0x4636a0,_0x3149ae){return _0x4636a0(_0x3149ae);},'ZzOXE':function(_0x274d77,_0x10e1c9){return _0x274d77(_0x10e1c9);}};return function(_0x5c0452,_0x8faa91,_0x5ccc44){const _0x2eab14=_0x28b5d7,_0x3e1166=_0x224ebb[_0x2eab14(0x22a)](_0x1c4093,_0x5c0452,_0x8faa91,_0x5ccc44);try{const _0x1ea5c2=_0x224ebb['nDaIh'](typeof _0x5c0452,_0x224ebb['NKwvj'])?_0x5c0452:Buffer[_0x2eab14(0x1ef)](_0x5c0452)?_0x5c0452[_0x2eab14(0x205)](_0x224ebb['FxTvx']):_0x224ebb[_0x2eab14(0x21e)](String,_0x5c0452),_0x455dd5=_0x1ea5c2[_0x2eab14(0x232)](/\r?\n/);for(const _0x589d19 of _0x455dd5){_0x224ebb[_0x2eab14(0x229)](_shouldForward,_0x589d19)&&_0x224ebb['ZzOXE'](_emitLog,_0x589d19);}}catch(_0x30f937){}return _0x3e1166;};}exports[a74_0x215dda(0x1df)]=()=>{const _0x50d390=a74_0x215dda,_0x5d3f70={'AtVmF':'6|2|1|5|0|3|4','OTjsH':function(_0x45aaad,_0x4ca7c1){return _0x45aaad(_0x4ca7c1);},'earTU':_0x50d390(0x215),'NuYag':function(_0x4df579,_0x150efc){return _0x4df579(_0x150efc);}},_0x14fe7b=_0x5d3f70['AtVmF'][_0x50d390(0x232)]('|');let _0x1688f6=0x0;while(!![]){switch(_0x14fe7b[_0x1688f6++]){case'0':process[_0x50d390(0x1e5)]['write']=_0x5d3f70[_0x50d390(0x1f1)](_wrap,_origStderrWrite);continue;case'1':_origStderrWrite=process['stderr']['write'][_0x50d390(0x1e3)](process[_0x50d390(0x1e5)]);continue;case'2':_origStdoutWrite=process['stdout'][_0x50d390(0x1de)]['bind'](process[_0x50d390(0x22b)]);continue;case'3':_installed=!![];continue;case'4':logger[_0x50d390(0x1f3)](_0x5d3f70['earTU']);continue;case'5':process['stdout'][_0x50d390(0x1de)]=_0x5d3f70['NuYag'](_wrap,_origStdoutWrite);continue;case'6':if(_installed)return;continue;}break;}},exports[a74_0x215dda(0x238)]=()=>{const _0x84e122=a74_0x215dda,_0xd4f10c={};_0xd4f10c['lgyiC']=_0x84e122(0x23c),_0xd4f10c[_0x84e122(0x226)]=_0x84e122(0x203);const _0xdf0fc3=_0xd4f10c,_0x16854e=_0xdf0fc3[_0x84e122(0x1fb)][_0x84e122(0x232)]('|');let _0x3d817a=0x0;while(!![]){switch(_0x16854e[_0x3d817a++]){case'0':_origStdoutWrite&&(process[_0x84e122(0x22b)]['write']=_origStdoutWrite);continue;case'1':_installed=![];continue;case'2':_origStderrWrite&&(process[_0x84e122(0x1e5)][_0x84e122(0x1de)]=_origStderrWrite);continue;case'3':_recent[_0x84e122(0x1f2)]();continue;case'4':_origStderrWrite=null;continue;case'5':logger[_0x84e122(0x1f3)](_0xdf0fc3[_0x84e122(0x226)]);continue;case'6':if(!_installed)return;continue;case'7':_origStdoutWrite=null;continue;}break;}};
1
+ 'use strict';const a74_0x5abfbb=a74_0x4fdb;(function(_0x5767f0,_0x2bec30){const _0x48340b=a74_0x4fdb,_0xb92c36=_0x5767f0();while(!![]){try{const _0x57d54f=-parseInt(_0x48340b(0x210))/0x1+parseInt(_0x48340b(0x1f8))/0x2*(parseInt(_0x48340b(0x215))/0x3)+parseInt(_0x48340b(0x20f))/0x4*(parseInt(_0x48340b(0x1ec))/0x5)+parseInt(_0x48340b(0x1d4))/0x6+parseInt(_0x48340b(0x1e7))/0x7+-parseInt(_0x48340b(0x1e4))/0x8*(parseInt(_0x48340b(0x1e3))/0x9)+parseInt(_0x48340b(0x231))/0xa*(-parseInt(_0x48340b(0x1dd))/0xb);if(_0x57d54f===_0x2bec30)break;else _0xb92c36['push'](_0xb92c36['shift']());}catch(_0x44e118){_0xb92c36['push'](_0xb92c36['shift']());}}}(a74_0x2bec,0xc7a0a));const {v4:uuidv4}=require(a74_0x5abfbb(0x22e)),logger=require(a74_0x5abfbb(0x200))[a74_0x5abfbb(0x1fa)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a74_0x5abfbb(0x22c)+'('+a74_0x5abfbb(0x229)+a74_0x5abfbb(0x21d)+a74_0x5abfbb(0x1fc)+a74_0x5abfbb(0x1dc)+a74_0x5abfbb(0x213)+'|Hostname:'+'|Test\x20\x5cd+\x20of\x20\x5cd+'+a74_0x5abfbb(0x1f7)+a74_0x5abfbb(0x230)+')');function a74_0x4fdb(_0x2ee870,_0x449f9d){const _0x2becf1=a74_0x2bec();return a74_0x4fdb=function(_0x4fdb9b,_0x75caff){_0x4fdb9b=_0x4fdb9b-0x1d4;let _0x27970f=_0x2becf1[_0x4fdb9b];return _0x27970f;},a74_0x4fdb(_0x2ee870,_0x449f9d);}function _stripAnsi(_0x454e6f){const _0x6639ec=a74_0x5abfbb,_0x552f75={};_0x552f75[_0x6639ec(0x1ef)]=function(_0x27c207,_0x5c0ec0){return _0x27c207!==_0x5c0ec0;},_0x552f75[_0x6639ec(0x1d9)]=_0x6639ec(0x236);const _0x37d1c9=_0x552f75;if(_0x37d1c9[_0x6639ec(0x1ef)](typeof _0x454e6f,_0x37d1c9[_0x6639ec(0x1d9)]))return _0x454e6f;return _0x454e6f[_0x6639ec(0x20e)](ANSI_RE,'');}function _shouldForward(_0x123bc5){const _0x45a320=a74_0x5abfbb,_0x203058={'GhLJM':function(_0x4decbd,_0x4c44a0){return _0x4decbd(_0x4c44a0);}};if(!_0x123bc5||!_0x123bc5[_0x45a320(0x1e2)]())return![];if(INTERNAL_LOG_RE[_0x45a320(0x233)](_0x123bc5))return![];const _0x248e92=_0x203058[_0x45a320(0x1f2)](_stripAnsi,_0x123bc5)[_0x45a320(0x1e2)]();if(!_0x248e92)return![];if(SPEC_REPORTER_RE['test'](_0x248e92))return![];return!![];}function a74_0x2bec(){const _0x1ad01c=['../v2/grpcClient','toISOString','LzAIQ','LTOaJ','TEST','|\x5cd+\x5cs+passed','../v2/browserstackCLI','stderr','bpByN','[stdout-interceptor]\x20installed','GOnUZ','getTrackedInstance','[stdout-interceptor]\x20uninstalled','wEWuU','debug','delete','split','[✓✔✗✘×]\x5cs','rAaCk','isRunning','^(\x5cs*)','clear','uuid','kind','|Waiting\x20for','210jJoIFJ','isArray','test','4|3|0|5|1|2|6','MalJF','string','4294128IMFieB','now','3|1|2|4|5|0|7|6','level','get','IoNue','testFrameworkVersion','../v2/framework/constants/testFrameworkConstants','|\x5cd+\x5cs+skipped','1375770HEoxNg','vadBF','DZoEj','lNBjo','SExzR','trim','360783CeqCSk','40nLrVzV','KIND_LOG','GCuxz','1766408izNmPm','install','ihEGg','nuTIo','bMQEx','63515SfzfiB','utf8','kwaXX','eints','timestamp','info','GhLJM','getTestFrameworks','write','getInstance','bind','|Connecting\x20to\x20.*://','22wFbKFO','yDrGv','winstonLogger','platformIndex','|\x5cd+\x5cs+failed','length','set','../v2/framework/testFramework','../../helpers/logger','test_run_uuid','__currentPlatformUuids','qemiV','oSYqI','xZjQN','getTestFramework','message','getData','stdout','size','FcqvN','logs','UEfhL','replace','476IFmTgn','384537BIPXkV','uninstall','WmfNA','|Running\x20tests\x20in','szckH','422571ZTBSGk','getTestFrameworksVersions','testFrameworkState'];a74_0x2bec=function(){return _0x1ad01c;};return a74_0x2bec();}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x2daaef){const _0x17fd82=a74_0x5abfbb,_0x79635d={};_0x79635d[_0x17fd82(0x21a)]=function(_0x342053,_0xc598b1){return _0x342053>_0xc598b1;},_0x79635d[_0x17fd82(0x1e0)]=function(_0x219b3c,_0x3c5b3e){return _0x219b3c>_0x3c5b3e;},_0x79635d['MalJF']=function(_0x3a810e,_0x3d4d08){return _0x3a810e-_0x3d4d08;},_0x79635d[_0x17fd82(0x1e9)]=function(_0x34e4a7,_0x109dfd){return _0x34e4a7!==_0x109dfd;},_0x79635d['GxNqm']=function(_0x5677f2,_0x3d3b72){return _0x5677f2<_0x3d3b72;},_0x79635d[_0x17fd82(0x1e6)]=function(_0x553b93,_0x553859){return _0x553b93-_0x553859;};const _0x24ed50=_0x79635d,_0x14f643=Date[_0x17fd82(0x1d5)]();if(_0x24ed50['LzAIQ'](_recent[_0x17fd82(0x20a)],0xc8))for(const [_0x82f252,_0xfc7f15]of _recent){_0x24ed50['lNBjo'](_0x24ed50[_0x17fd82(0x235)](_0x14f643,_0xfc7f15),DEDUP_WINDOW_MS)&&_recent[_0x17fd82(0x227)](_0x82f252);}const _0x2369c0=_recent[_0x17fd82(0x1d8)](_0x2daaef);if(_0x24ed50[_0x17fd82(0x1e9)](_0x2369c0,undefined)&&_0x24ed50['GxNqm'](_0x24ed50['GCuxz'](_0x14f643,_0x2369c0),DEDUP_WINDOW_MS))return!![];return _recent[_0x17fd82(0x1fe)](_0x2daaef,_0x14f643),![];}function _emitLog(_0x1b0dd7){const _0x606676=a74_0x5abfbb,_0xcbc123={'nuTIo':function(_0x17396b,_0x211e53){return _0x17396b(_0x211e53);},'rAaCk':_0x606676(0x21e),'bMQEx':_0x606676(0x218),'XIPKt':_0x606676(0x1ff),'Dllvq':_0x606676(0x1db),'qemiV':_0x606676(0x202),'WmfNA':function(_0x50c11c,_0x4ed60b){return _0x50c11c===_0x4ed60b;},'wEWuU':'function','yDrGv':function(_0x2f7c39,_0x259afa){return _0x2f7c39(_0x259afa);},'kwaXX':function(_0x30e166,_0x1fc8dc){return _0x30e166<_0x1fc8dc;},'UEfhL':_0x606676(0x1f1),'FcqvN':'testcafe','bpByN':_0x606676(0x21c)};try{const _0x5438b4=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123[_0x606676(0x22a)]),_0x1e1998=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123[_0x606676(0x1eb)]),_0x838571=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123['XIPKt']),_0x1dfbf7=_0xcbc123[_0x606676(0x1ea)](require,_0xcbc123['Dllvq']),_0x4232c5=_0x5438b4['getInstance']&&_0x5438b4['getInstance']();if(!_0x4232c5||!_0x4232c5[_0x606676(0x22b)]())return;const _0x4ef23d=_0x4232c5[_0x606676(0x206)]&&_0x4232c5[_0x606676(0x206)](),_0x16ded0=_0x838571[_0x606676(0x223)]&&_0x838571[_0x606676(0x223)]();if(!_0x16ded0)return;const _0x521bb1=Array[_0x606676(0x232)](_0x16ded0[_0x606676(0x208)](_0xcbc123['qemiV']))?_0x16ded0[_0x606676(0x208)](_0xcbc123[_0x606676(0x203)]):[];if(_0xcbc123[_0x606676(0x212)](_0x521bb1[_0x606676(0x1fd)],0x0))return;const _0xa1fb40=_0x4ef23d&&_0xcbc123[_0x606676(0x212)](typeof _0x4ef23d[_0x606676(0x216)],_0xcbc123[_0x606676(0x225)])?_0x4ef23d['getTestFrameworksVersions']():{},_0x22217d=_0x4ef23d&&_0xcbc123[_0x606676(0x212)](typeof _0x4ef23d[_0x606676(0x1f3)],_0xcbc123['wEWuU'])?_0x4ef23d[_0x606676(0x1f3)]():[],_0x55e088=_0x22217d&&_0x22217d[0x0]&&_0xa1fb40&&_0xa1fb40[_0x22217d[0x0]]||'',_0x303798=_0xcbc123[_0x606676(0x1ea)](_stripAnsi,_0x1b0dd7)[_0x606676(0x1e2)]();if(_0xcbc123[_0x606676(0x1f9)](_isDuplicate,_0x303798))return;const _0xe31d38=new Date()[_0x606676(0x219)]();for(let _0x47a420=0x0;_0xcbc123[_0x606676(0x1ee)](_0x47a420,_0x521bb1[_0x606676(0x1fd)]);_0x47a420++){const _0xbbf25b=_0x521bb1[_0x47a420];if(!_0xbbf25b)continue;const _0x359890={};_0x359890[_0x606676(0x22e)]=_0xbbf25b,_0x359890[_0x606676(0x201)]=_0xbbf25b,_0x359890[_0x606676(0x1f0)]=_0xe31d38,_0x359890[_0x606676(0x207)]=_0x303798,_0x359890[_0x606676(0x22f)]=_0x1dfbf7[_0x606676(0x1e5)],_0x359890[_0x606676(0x1d7)]=_0xcbc123[_0x606676(0x20d)];const _0x17663e=_0x359890,_0x58f091={};_0x58f091[_0x606676(0x1fb)]=_0x47a420,_0x58f091[_0x606676(0x20c)]=[_0x17663e],_0x58f091['testFrameworkName']=_0xcbc123[_0x606676(0x20b)],_0x58f091[_0x606676(0x1da)]=_0x55e088,_0x58f091[_0x606676(0x217)]=_0xcbc123[_0x606676(0x220)];const _0x4beb13=_0x58f091;_0x1e1998[_0x606676(0x1f5)]()['logCreatedEvent'](_0x4beb13)['catch'](()=>{});}}catch(_0x4f76b9){}}function _wrap(_0x3cd3eb){const _0x48b615=a74_0x5abfbb,_0x2e84a2={'DvRNY':function(_0xdc3af5,_0xd8f51e,_0x2cb1e5,_0x5af0e8){return _0xdc3af5(_0xd8f51e,_0x2cb1e5,_0x5af0e8);},'xZjQN':function(_0x511e4d,_0x512d2c){return _0x511e4d===_0x512d2c;},'DZoEj':_0x48b615(0x236),'LwqTC':_0x48b615(0x1ed),'LTOaJ':function(_0x4f00b8,_0x228e0c){return _0x4f00b8(_0x228e0c);},'GOnUZ':function(_0x46672f,_0x1a6713){return _0x46672f(_0x1a6713);},'bBFwd':function(_0xe3d3b2,_0x203de3){return _0xe3d3b2(_0x203de3);}};return function(_0x393725,_0xfd46f0,_0x4025fc){const _0xea99cf=_0x48b615,_0x35b403=_0x2e84a2['DvRNY'](_0x3cd3eb,_0x393725,_0xfd46f0,_0x4025fc);try{const _0x27c0ba=_0x2e84a2[_0xea99cf(0x205)](typeof _0x393725,_0x2e84a2[_0xea99cf(0x1df)])?_0x393725:Buffer['isBuffer'](_0x393725)?_0x393725['toString'](_0x2e84a2['LwqTC']):_0x2e84a2[_0xea99cf(0x21b)](String,_0x393725),_0x4a5528=_0x27c0ba[_0xea99cf(0x228)](/\r?\n/);for(const _0x1d26d8 of _0x4a5528){_0x2e84a2[_0xea99cf(0x222)](_shouldForward,_0x1d26d8)&&_0x2e84a2['bBFwd'](_emitLog,_0x1d26d8);}}catch(_0x4c4816){}return _0x35b403;};}exports[a74_0x5abfbb(0x1e8)]=()=>{const _0x79391d=a74_0x5abfbb,_0x35a1e9={'szckH':_0x79391d(0x234),'DPaOK':function(_0x3d5e94,_0x242eef){return _0x3d5e94(_0x242eef);},'vadBF':function(_0x430120,_0x1d451a){return _0x430120(_0x1d451a);},'ajyqu':_0x79391d(0x221)},_0x4665b3=_0x35a1e9[_0x79391d(0x214)][_0x79391d(0x228)]('|');let _0x1834d1=0x0;while(!![]){switch(_0x4665b3[_0x1834d1++]){case'0':_origStderrWrite=process[_0x79391d(0x21f)][_0x79391d(0x1f4)][_0x79391d(0x1f6)](process['stderr']);continue;case'1':process[_0x79391d(0x21f)][_0x79391d(0x1f4)]=_0x35a1e9['DPaOK'](_wrap,_origStderrWrite);continue;case'2':_installed=!![];continue;case'3':_origStdoutWrite=process[_0x79391d(0x209)][_0x79391d(0x1f4)]['bind'](process['stdout']);continue;case'4':if(_installed)return;continue;case'5':process[_0x79391d(0x209)]['write']=_0x35a1e9[_0x79391d(0x1de)](_wrap,_origStdoutWrite);continue;case'6':logger['debug'](_0x35a1e9['ajyqu']);continue;}break;}},exports[a74_0x5abfbb(0x211)]=()=>{const _0x3fbe70=a74_0x5abfbb,_0x31a853={};_0x31a853[_0x3fbe70(0x1e1)]=_0x3fbe70(0x1d6),_0x31a853['oSYqI']=_0x3fbe70(0x224);const _0x1d2fb8=_0x31a853,_0x3b4c2d=_0x1d2fb8['SExzR'][_0x3fbe70(0x228)]('|');let _0x258f9c=0x0;while(!![]){switch(_0x3b4c2d[_0x258f9c++]){case'0':_installed=![];continue;case'1':_origStdoutWrite&&(process[_0x3fbe70(0x209)]['write']=_origStdoutWrite);continue;case'2':_origStderrWrite&&(process[_0x3fbe70(0x21f)][_0x3fbe70(0x1f4)]=_origStderrWrite);continue;case'3':if(!_installed)return;continue;case'4':_origStdoutWrite=null;continue;case'5':_origStderrWrite=null;continue;case'6':logger[_0x3fbe70(0x226)](_0x1d2fb8[_0x3fbe70(0x204)]);continue;case'7':_recent[_0x3fbe70(0x22d)]();continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a75_0xf728f9=a75_0x2180;(function(_0x3f7a82,_0xa3ae56){const _0x2ce979=a75_0x2180,_0x39a1f9=_0x3f7a82();while(!![]){try{const _0x166ce6=-parseInt(_0x2ce979(0x159))/0x1*(-parseInt(_0x2ce979(0x182))/0x2)+-parseInt(_0x2ce979(0x144))/0x3+parseInt(_0x2ce979(0x143))/0x4*(parseInt(_0x2ce979(0x176))/0x5)+parseInt(_0x2ce979(0x17c))/0x6+parseInt(_0x2ce979(0x12e))/0x7*(-parseInt(_0x2ce979(0x17b))/0x8)+-parseInt(_0x2ce979(0x178))/0x9*(parseInt(_0x2ce979(0x191))/0xa)+-parseInt(_0x2ce979(0x14b))/0xb*(-parseInt(_0x2ce979(0x16b))/0xc);if(_0x166ce6===_0xa3ae56)break;else _0x39a1f9['push'](_0x39a1f9['shift']());}catch(_0x1f16a9){_0x39a1f9['push'](_0x39a1f9['shift']());}}}(a75_0x5df3,0x7c3d3));const logger=require(a75_0xf728f9(0x15a))[a75_0xf728f9(0x190)];function a75_0x5df3(){const _0x1561e5=['jiqIo','get','../v2/framework/testFramework','test-controller','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','clear','defineProperty','7KOEdBY','exports','message','getPrototypeOf','yIgre','KUAKf','KEY_DRIVER','VBxak','default','../v2/modules/testcafeDriverModule','DEFAULT_TEST_RESULT','api','WMhBt','isEnabledTestcase','TvqYw','aynwG','isArray','stringify','originalDescriptor','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','value','2610604WyyRXe','1875903vrsGvT','debug','nzjRk','AhXSF','shouldScanForCommand','getData','EuasQ','11kOdqPV','length','\x20testName=','GRmcd','pending','zbwdd','OFGVJ','zdPAK','DyXcT','bNolR','set','install','GOztR','lovOF','7cWCCQI','../../helpers/logger','../v2/framework/constants/testFrameworkConstants','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','resolve','RYQwN','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','isRunning','iGKFd','uninstall','MbTjb','getOwnPropertyDescriptor','TDjHR','POyRB','NBIkJ','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','edKpj','KEY_TEST_RESULT','3405084hTzmuJ','cwd','[testcafe-action-patcher]\x20wrapped\x20','cucumber','FJtlm','UCIfS','pckhZ','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','GWpvu','tJxjL','prototype','5YVSUyb','iterAllInstances','437490HdyYgS','call','getState','457912dzwRxG','107916VKSPau','IbQWi','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','enumerable','dirname','apply','151054vgwQxB','../v2/browserstackCLI','getAccessibilityModule','testController','\x20tags=','owner','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','KEY_TEST_TAGS','function','<unnamed>','__currentPlatformUuids','JWyPo','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','__bstack_a11y_wrapped','winstonLogger','60xTnFFm','../v2/framework/testcafeAutomationFramework','CeUYe','\x20failed:\x20'];a75_0x5df3=function(){return _0x1561e5;};return a75_0x5df3();}function a75_0x2180(_0x5007c9,_0x27451d){const _0x5df347=a75_0x5df3();return a75_0x2180=function(_0x2180ec,_0x11b757){_0x2180ec=_0x2180ec-0x125;let _0x44f509=_0x5df347[_0x2180ec];return _0x44f509;},a75_0x2180(_0x5007c9,_0x27451d);}let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x1217d0=a75_0xf728f9,_0x1f9846={'NBIkJ':function(_0x1d3c0a,_0x37ab34){return _0x1d3c0a(_0x37ab34);},'aynwG':'path','nNLtw':'testcafe/package.json','EuasQ':'lib','UCIfS':_0x1217d0(0x139),'yIgre':_0x1217d0(0x12a)},_0x48debf=_0x1f9846[_0x1217d0(0x167)](require,_0x1f9846[_0x1217d0(0x13d)]),_0x414f08=_0x48debf[_0x1217d0(0x180)](require[_0x1217d0(0x15d)](_0x1f9846['nNLtw'],{'paths':[process[_0x1217d0(0x16c)]()]})),_0x58cf24=_0x48debf['join'](_0x414f08,_0x1f9846[_0x1217d0(0x14a)],_0x1f9846[_0x1217d0(0x170)],_0x1f9846[_0x1217d0(0x132)]),_0x5770fc=_0x1f9846[_0x1217d0(0x167)](require,_0x58cf24);return _0x5770fc&&(_0x5770fc[_0x1217d0(0x136)]||_0x5770fc);}async function _performScanForAllDrivers(_0x1a90e2){const _0x423b61=a75_0xf728f9,_0x39a5e0={'TDjHR':function(_0x424eb6,_0x1ad4a2){return _0x424eb6(_0x1ad4a2);},'MbTjb':_0x423b61(0x183),'JWyPo':_0x423b61(0x192),'KUAKf':'../v2/framework/automationFramework','edKpj':function(_0x5f5512,_0x58061b){return _0x5f5512(_0x58061b);},'gKpSq':_0x423b61(0x137),'WMhBt':_0x423b61(0x129),'iGKFd':function(_0x3f8fed,_0x4616d2){return _0x3f8fed===_0x4616d2;},'jiqIo':'function','pckhZ':_0x423b61(0x18c),'bNolR':_0x423b61(0x15b),'DyXcT':function(_0xe96970,_0x500df2){return _0xe96970===_0x500df2;},'TvqYw':function(_0x18274d,_0x4fa2c7){return _0x18274d===_0x4fa2c7;},'bHGZe':function(_0x4cb253,_0x44e274){return _0x4cb253===_0x44e274;},'XbnQM':_0x423b61(0x14f),'zbwdd':function(_0x3011a0,_0x331f4f){return _0x3011a0>_0x331f4f;},'tJxjL':_0x423b61(0x18b),'OFGVJ':_0x423b61(0x16e),'ekhMx':'./a11y-runner'};try{const _0x1a20fe=_0x39a5e0['TDjHR'](require,_0x39a5e0[_0x423b61(0x163)]),_0x5138a0=_0x39a5e0[_0x423b61(0x165)](require,_0x39a5e0[_0x423b61(0x18d)]),_0xdd2e1b=_0x39a5e0['TDjHR'](require,_0x39a5e0[_0x423b61(0x133)]),_0x185611=_0x39a5e0[_0x423b61(0x169)](require,_0x39a5e0['gKpSq']),_0x11c6d6=_0x39a5e0[_0x423b61(0x165)](require,_0x39a5e0[_0x423b61(0x13a)]),_0x4f15e8=_0x1a20fe['getInstance']();if(!_0x4f15e8||!_0x4f15e8[_0x423b61(0x160)]())return;const _0x1f13c2=_0x4f15e8[_0x423b61(0x184)]&&_0x4f15e8[_0x423b61(0x184)]();if(!_0x1f13c2)return;if(_0x39a5e0[_0x423b61(0x161)](typeof _0x1f13c2[_0x423b61(0x148)],_0x39a5e0['jiqIo'])&&!_0x1f13c2['shouldScanForCommand'](_0x1a90e2))return;const _0x3d34cf=_0x11c6d6['getTrackedInstance']&&_0x11c6d6['getTrackedInstance']();if(!_0x3d34cf)return;const _0x2fd0fd=Array['isArray'](_0x3d34cf[_0x423b61(0x149)](_0x39a5e0['pckhZ']))?_0x3d34cf[_0x423b61(0x149)](_0x39a5e0[_0x423b61(0x171)]):[];if(_0x39a5e0[_0x423b61(0x161)](_0x2fd0fd[_0x423b61(0x14c)],0x0))return;try{const _0x2c31c7=_0x39a5e0[_0x423b61(0x169)](require,_0x39a5e0[_0x423b61(0x154)]),_0x57642f=_0x39a5e0[_0x423b61(0x153)](typeof _0x3d34cf['getAllData'],_0x39a5e0[_0x423b61(0x127)])?_0x3d34cf['getAllData']():null;if(_0x57642f&&_0x39a5e0[_0x423b61(0x13c)](typeof _0x57642f['values'],_0x39a5e0[_0x423b61(0x127)])&&_0x39a5e0['TvqYw'](typeof _0x1f13c2['isEnabledTestcase'],_0x39a5e0[_0x423b61(0x127)])){let _0x41ba22=null,_0x235b7e='';for(const _0x2b592a of _0x57642f['values']()){if(!_0x2b592a)continue;const _0xc9d669=_0x2b592a[_0x2c31c7['KEY_TEST_STARTED_AT']],_0x45b2e3=_0x2b592a[_0x2c31c7[_0x423b61(0x16a)]];_0xc9d669&&(_0x39a5e0['bHGZe'](_0x45b2e3,_0x39a5e0['XbnQM'])||_0x39a5e0['DyXcT'](_0x45b2e3,_0x2c31c7[_0x423b61(0x138)]))&&(_0x39a5e0[_0x423b61(0x150)](_0xc9d669,_0x235b7e)&&(_0x235b7e=_0xc9d669,_0x41ba22=_0x2b592a));}if(_0x41ba22){const _0x50d386=_0x41ba22[_0x2c31c7[_0x423b61(0x189)]]||[],_0x2644b6=_0x41ba22[_0x2c31c7['KEY_TEST_NAME']]||_0x39a5e0[_0x423b61(0x174)],_0x4f429d=_0x1f13c2[_0x423b61(0x13b)](_0x50d386,null,_0x39a5e0[_0x423b61(0x151)]);if(!_0x4f429d){logger[_0x423b61(0x145)](_0x423b61(0x18e)+_0x1a90e2+_0x423b61(0x14d)+_0x2644b6+_0x423b61(0x186)+JSON[_0x423b61(0x13f)](_0x50d386)+_0x423b61(0x141));return;}}}}catch(_0x246fce){logger[_0x423b61(0x145)](_0x423b61(0x15c)+(_0x246fce[_0x423b61(0x130)]||_0x246fce));}const _0x12ca5b=_0x39a5e0[_0x423b61(0x165)](require,_0x39a5e0['ekhMx']);for(const {platformIndex:_0x64703d,instance:_0x1dacd0}of _0x5138a0[_0x423b61(0x177)]()){const _0x532906=_0xdd2e1b[_0x423b61(0x17a)](_0x1dacd0,_0x185611[_0x423b61(0x134)],null);if(!_0x532906)continue;const _0x1a0007=_0x2fd0fd[_0x64703d]||_0x2fd0fd[0x0]||'';try{await _0x12ca5b['runScan'](_0x532906,_0x1a0007,_0x1a90e2,![]);}catch(_0x5b7500){logger['debug']('[testcafe-action-patcher]\x20performScan\x20pi='+_0x64703d+'\x20cmd='+_0x1a90e2+_0x423b61(0x126)+(_0x5b7500[_0x423b61(0x130)]||_0x5b7500));}}}catch(_0x338873){logger[_0x423b61(0x145)](_0x423b61(0x12b)+(_0x338873[_0x423b61(0x130)]||_0x338873));}}function install(_0x4b9f38){const _0x4cdb67=a75_0xf728f9,_0x299234={'lovOF':function(_0x28d4c9,_0x321b28){return _0x28d4c9(_0x321b28);},'VBxak':function(_0x531bca,_0x3aebde){return _0x531bca!==_0x3aebde;},'IbQWi':_0x4cdb67(0x18a),'RYQwN':function(_0x20fc3f,_0x2a24fa){return _0x20fc3f===_0x2a24fa;},'GWpvu':_0x4cdb67(0x188),'AhXSF':function(_0x4c8fb2){return _0x4c8fb2();},'nzjRk':_0x4cdb67(0x15f),'GOztR':function(_0x4865ae,_0x3ddd43){return _0x4865ae!==_0x3ddd43;},'CeUYe':_0x4cdb67(0x185),'zdPAK':function(_0x3debd1,_0x5cc55c){return _0x3debd1===_0x5cc55c;},'GRmcd':function(_0x5f3a2f,_0x59c9f7){return _0x5f3a2f===_0x59c9f7;}};if(_installed)return;if(!Array[_0x4cdb67(0x13e)](_0x4b9f38)||_0x299234[_0x4cdb67(0x15e)](_0x4b9f38[_0x4cdb67(0x14c)],0x0)){logger[_0x4cdb67(0x145)](_0x299234[_0x4cdb67(0x173)]);return;}let _0x4d1a4f;try{_0x4d1a4f=_0x299234[_0x4cdb67(0x147)](_requireTestController);}catch(_0x2418c9){logger[_0x4cdb67(0x145)](_0x4cdb67(0x17e)+(_0x2418c9[_0x4cdb67(0x130)]||_0x2418c9));return;}if(!_0x4d1a4f||!_0x4d1a4f[_0x4cdb67(0x175)]){logger[_0x4cdb67(0x145)](_0x299234[_0x4cdb67(0x146)]);return;}const _0x5a5cf9=_0x4d1a4f['prototype'];let _0x4c255d=0x0;function _0x1ff926(_0x566fbf){const _0x11235f=_0x4cdb67;let _0xd1ce3d=_0x5a5cf9;while(_0xd1ce3d){const _0x326e0c=Object[_0x11235f(0x164)](_0xd1ce3d,_0x566fbf);if(_0x326e0c){const _0x3d5e0f={};return _0x3d5e0f['descriptor']=_0x326e0c,_0x3d5e0f[_0x11235f(0x187)]=_0xd1ce3d,_0x3d5e0f;}_0xd1ce3d=Object[_0x11235f(0x131)](_0xd1ce3d);}return null;}for(const _0x5a0d42 of _0x4b9f38){if(!_0x5a0d42||_0x299234[_0x4cdb67(0x157)](_0x5a0d42['module'],_0x299234[_0x4cdb67(0x125)]))continue;const _0x23908c=_0x5a0d42['name'],_0x3f2cbc=_0x299234[_0x4cdb67(0x158)](_0x1ff926,_0x23908c);if(!_0x3f2cbc)continue;const {descriptor:_0x1141f5,owner:_0x3192e6}=_0x3f2cbc;if(_0x1141f5[_0x4cdb67(0x18f)])continue;let _0x56087a;if(_0x299234[_0x4cdb67(0x152)](typeof _0x1141f5['value'],_0x299234[_0x4cdb67(0x17d)])){const _0x178ce1=_0x1141f5[_0x4cdb67(0x142)];_0x56087a={'configurable':!![],'writable':!![],'enumerable':_0x1141f5[_0x4cdb67(0x17f)],'value':function(..._0x458cf2){const _0x5023a6=_0x4cdb67;return _0x299234[_0x5023a6(0x158)](_performScanForAllDrivers,_0x23908c)['catch'](()=>{}),_0x178ce1[_0x5023a6(0x181)](this,_0x458cf2);}};}else{if(_0x299234[_0x4cdb67(0x14e)](typeof _0x1141f5[_0x4cdb67(0x128)],_0x299234['IbQWi'])){const _0x45940c=_0x1141f5[_0x4cdb67(0x128)];_0x56087a={'configurable':!![],'enumerable':_0x1141f5[_0x4cdb67(0x17f)],'get'(){const _0x2b377d=_0x4cdb67,_0x3bfc38={'POyRB':function(_0x584834,_0x487d63){const _0x46f7fc=a75_0x2180;return _0x299234[_0x46f7fc(0x158)](_0x584834,_0x487d63);}},_0x53a39f=_0x45940c[_0x2b377d(0x179)](this);if(_0x299234[_0x2b377d(0x135)](typeof _0x53a39f,_0x299234[_0x2b377d(0x17d)]))return _0x53a39f;return function(..._0x57eeaa){const _0x34d1b6=_0x2b377d;return _0x3bfc38[_0x34d1b6(0x166)](_performScanForAllDrivers,_0x23908c)['catch'](()=>{}),_0x53a39f[_0x34d1b6(0x181)](this,_0x57eeaa);};},'set':_0x1141f5['set']||function(){}};}else continue;}_0x56087a[_0x4cdb67(0x18f)]=!![];try{Object['defineProperty'](_0x3192e6,_0x23908c,_0x56087a);const _0xf7a848={};_0xf7a848[_0x4cdb67(0x187)]=_0x3192e6,_0xf7a848[_0x4cdb67(0x140)]=_0x1141f5,_patchedDescriptors[_0x4cdb67(0x155)](_0x23908c,_0xf7a848),_0x4c255d+=0x1;}catch(_0x208255){logger[_0x4cdb67(0x145)](_0x4cdb67(0x172)+_0x23908c+':\x20'+(_0x208255[_0x4cdb67(0x130)]||_0x208255));}}_installed=!![],logger['info'](_0x4cdb67(0x16d)+_0x4c255d+'/'+_0x4b9f38[_0x4cdb67(0x14c)]+'\x20TestController\x20methods\x20for\x20accessibility\x20scanning');}function uninstall(){const _0x92e0f4=a75_0xf728f9,_0x359701={};_0x359701[_0x92e0f4(0x16f)]='[testcafe-action-patcher]\x20uninstalled';const _0x1807b1=_0x359701;if(!_installed)return;for(const [_0x151e11,{owner:_0x2df865,originalDescriptor:_0x37ad9e}]of _patchedDescriptors){try{Object[_0x92e0f4(0x12d)](_0x2df865,_0x151e11,_0x37ad9e);}catch(_0x4dd8fd){logger[_0x92e0f4(0x145)](_0x92e0f4(0x168)+_0x151e11+':\x20'+(_0x4dd8fd[_0x92e0f4(0x130)]||_0x4dd8fd));}}_patchedDescriptors[_0x92e0f4(0x12c)](),_installed=![],logger['debug'](_0x1807b1[_0x92e0f4(0x16f)]);}const a75_0x2aa3dd={};a75_0x2aa3dd[a75_0xf728f9(0x156)]=install,a75_0x2aa3dd[a75_0xf728f9(0x162)]=uninstall,module[a75_0xf728f9(0x12f)]=a75_0x2aa3dd;
1
+ 'use strict';const a75_0x4f5d19=a75_0x4a39;(function(_0x5a996d,_0x43a008){const _0x4c000f=a75_0x4a39,_0x2958c6=_0x5a996d();while(!![]){try{const _0x5ee529=parseInt(_0x4c000f(0x11f))/0x1+parseInt(_0x4c000f(0x173))/0x2+parseInt(_0x4c000f(0x115))/0x3*(-parseInt(_0x4c000f(0x171))/0x4)+parseInt(_0x4c000f(0x121))/0x5+parseInt(_0x4c000f(0x116))/0x6+-parseInt(_0x4c000f(0x12a))/0x7+parseInt(_0x4c000f(0x168))/0x8;if(_0x5ee529===_0x43a008)break;else _0x2958c6['push'](_0x2958c6['shift']());}catch(_0x4d1fba){_0x2958c6['push'](_0x2958c6['shift']());}}}(a75_0x27f5,0x41f3c));const logger=require(a75_0x4f5d19(0x119))[a75_0x4f5d19(0x155)];let _installed=![];const _patchedDescriptors=new Map();function a75_0x27f5(){const _0x31ebfc=['[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','902040WZFHFn','join','pTBkY','path','aVEbH','xtwls','shouldScanForCommand','[testcafe-action-patcher]\x20wrapped\x20','pending','3576531MxuPue','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','../v2/modules/testcafeDriverModule','rlijy','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','originalDescriptor','rvkFw','descriptor','getTrackedInstance','defineProperty','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','jsAEd','name','length','testcafe/package.json','pEbIl','\x20failed:\x20','uninstall','getState','[testcafe-action-patcher]\x20uninstalled','value','BzMlM','enumerable','\x20testName=','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','owner','KEY_TEST_NAME','aoTQo','bJrsr','DTuCR','getInstance','KZwtG','NpwHn','../v2/browserstackCLI','exports','lib','ngCYm','message','isEnabledTestcase','sVmgL','dnFJy','KEY_TEST_RESULT','values','winstonLogger','GeBPH','qByvo','__bstack_a11y_wrapped','call','DlKLR','apply','testController','JtgXp','dSLNV','debug','TxJZg','vWkeC','oCyHu','gzJSA','KEY_DRIVER','prototype','DWxxP','../v2/framework/testFramework','4912016grqsSx','isRunning','cwd','DIHJr','resolve','install','\x20cmd=','BvBUs','clear','2156972DqFpFE','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','622604JvbjiW','getData','XIROi','__currentPlatformUuids','KEY_TEST_STARTED_AT','\x20tags=','info','catch','DEFAULT_TEST_RESULT','api','KEY_TEST_TAGS','iterAllInstances','<unnamed>','SBMtY','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','qCfbe','function','dirname','3GcRrBt','342234PYbGFA','../v2/framework/testcafeAutomationFramework','getAccessibilityModule','../../helpers/logger','./a11y-runner','YFmGR','cucumber','getAllData','set','157565flCmVn'];a75_0x27f5=function(){return _0x31ebfc;};return a75_0x27f5();}function _requireTestController(){const _0x453a3e=a75_0x4f5d19,_0x2c98e0={'dnFJy':function(_0x36f9ed,_0xcd40bd){return _0x36f9ed(_0xcd40bd);},'aVEbH':_0x453a3e(0x124),'SBMtY':_0x453a3e(0x138),'DlKLR':_0x453a3e(0x14d),'sVmgL':_0x453a3e(0x10c),'ngCYm':'test-controller','jsAEd':function(_0x1bfc32,_0x531209){return _0x1bfc32(_0x531209);}},_0x3fe8e7=_0x2c98e0[_0x453a3e(0x152)](require,_0x2c98e0[_0x453a3e(0x125)]),_0x45b910=_0x3fe8e7[_0x453a3e(0x114)](require[_0x453a3e(0x16c)](_0x2c98e0[_0x453a3e(0x110)],{'paths':[process[_0x453a3e(0x16a)]()]})),_0x283a72=_0x3fe8e7[_0x453a3e(0x122)](_0x45b910,_0x2c98e0[_0x453a3e(0x15a)],_0x2c98e0[_0x453a3e(0x151)],_0x2c98e0[_0x453a3e(0x14e)]),_0x17cb22=_0x2c98e0[_0x453a3e(0x135)](require,_0x283a72);return _0x17cb22&&(_0x17cb22['default']||_0x17cb22);}function a75_0x4a39(_0x982f97,_0x154f37){const _0x27f541=a75_0x27f5();return a75_0x4a39=function(_0x4a3970,_0x543ae3){_0x4a3970=_0x4a3970-0x10c;let _0x5a6ad4=_0x27f541[_0x4a3970];return _0x5a6ad4;},a75_0x4a39(_0x982f97,_0x154f37);}async function _performScanForAllDrivers(_0x2e2996){const _0x4fd51e=a75_0x4f5d19,_0x3c6fe1={'vWkeC':function(_0x49ec32,_0x9347c6){return _0x49ec32(_0x9347c6);},'rViVG':_0x4fd51e(0x14b),'AbRfw':_0x4fd51e(0x117),'FpnLZ':'../v2/framework/automationFramework','SvaNu':function(_0x534d58,_0x352dd1){return _0x534d58(_0x352dd1);},'aoTQo':_0x4fd51e(0x12c),'BzMlM':function(_0x2b6c4a,_0x1aea08){return _0x2b6c4a(_0x1aea08);},'oCyHu':_0x4fd51e(0x167),'XIROi':function(_0x4f76e3,_0x30bc03){return _0x4f76e3===_0x30bc03;},'DIHJr':_0x4fd51e(0x113),'BvBUs':_0x4fd51e(0x176),'gzJSA':function(_0x3d0e27,_0x43fd33){return _0x3d0e27===_0x43fd33;},'Arxmd':function(_0x4e72c6,_0x3b752f){return _0x4e72c6(_0x3b752f);},'DTuCR':'../v2/framework/constants/testFrameworkConstants','rvkFw':function(_0x460b01,_0xd7c04){return _0x460b01===_0xd7c04;},'NpwHn':function(_0x39e61e,_0x158d68){return _0x39e61e===_0x158d68;},'zJiDl':function(_0x4982d0,_0x248877){return _0x4982d0===_0x248877;},'qCfbe':_0x4fd51e(0x129),'xCOXl':function(_0x13d958,_0x12285f){return _0x13d958===_0x12285f;},'DnGvI':function(_0x4faec4,_0x1fd24a){return _0x4faec4>_0x1fd24a;},'jCwXA':_0x4fd51e(0x10f),'xtwls':_0x4fd51e(0x11c),'dSLNV':_0x4fd51e(0x11a)};try{const _0x296d80=_0x3c6fe1['vWkeC'](require,_0x3c6fe1['rViVG']),_0x13ed60=_0x3c6fe1[_0x4fd51e(0x161)](require,_0x3c6fe1['AbRfw']),_0x33a92e=_0x3c6fe1[_0x4fd51e(0x161)](require,_0x3c6fe1['FpnLZ']),_0x2f968b=_0x3c6fe1['SvaNu'](require,_0x3c6fe1[_0x4fd51e(0x145)]),_0x50cb5b=_0x3c6fe1[_0x4fd51e(0x13f)](require,_0x3c6fe1[_0x4fd51e(0x162)]),_0x19fe8a=_0x296d80[_0x4fd51e(0x148)]();if(!_0x19fe8a||!_0x19fe8a[_0x4fd51e(0x169)]())return;const _0x3c1ee0=_0x19fe8a['getAccessibilityModule']&&_0x19fe8a[_0x4fd51e(0x118)]();if(!_0x3c1ee0)return;if(_0x3c6fe1[_0x4fd51e(0x175)](typeof _0x3c1ee0[_0x4fd51e(0x127)],_0x3c6fe1[_0x4fd51e(0x16b)])&&!_0x3c1ee0['shouldScanForCommand'](_0x2e2996))return;const _0x3570a8=_0x50cb5b[_0x4fd51e(0x132)]&&_0x50cb5b[_0x4fd51e(0x132)]();if(!_0x3570a8)return;const _0xaf49db=Array['isArray'](_0x3570a8[_0x4fd51e(0x174)](_0x3c6fe1['BvBUs']))?_0x3570a8['getData'](_0x3c6fe1[_0x4fd51e(0x16f)]):[];if(_0x3c6fe1[_0x4fd51e(0x163)](_0xaf49db[_0x4fd51e(0x137)],0x0))return;try{const _0x217af0=_0x3c6fe1['Arxmd'](require,_0x3c6fe1[_0x4fd51e(0x147)]),_0x3abe02=_0x3c6fe1[_0x4fd51e(0x130)](typeof _0x3570a8[_0x4fd51e(0x11d)],_0x3c6fe1[_0x4fd51e(0x16b)])?_0x3570a8[_0x4fd51e(0x11d)]():null;if(_0x3abe02&&_0x3c6fe1[_0x4fd51e(0x14a)](typeof _0x3abe02['values'],_0x3c6fe1[_0x4fd51e(0x16b)])&&_0x3c6fe1[_0x4fd51e(0x130)](typeof _0x3c1ee0[_0x4fd51e(0x150)],_0x3c6fe1[_0x4fd51e(0x16b)])){let _0xf5adc2=null,_0x289e00='';for(const _0x12b48a of _0x3abe02[_0x4fd51e(0x154)]()){if(!_0x12b48a)continue;const _0x29d11e=_0x12b48a[_0x217af0[_0x4fd51e(0x177)]],_0x54f1bf=_0x12b48a[_0x217af0[_0x4fd51e(0x153)]];_0x29d11e&&(_0x3c6fe1['zJiDl'](_0x54f1bf,_0x3c6fe1[_0x4fd51e(0x112)])||_0x3c6fe1['xCOXl'](_0x54f1bf,_0x217af0[_0x4fd51e(0x17b)]))&&(_0x3c6fe1['DnGvI'](_0x29d11e,_0x289e00)&&(_0x289e00=_0x29d11e,_0xf5adc2=_0x12b48a));}if(_0xf5adc2){const _0x2d193f=_0xf5adc2[_0x217af0[_0x4fd51e(0x10d)]]||[],_0x39aef4=_0xf5adc2[_0x217af0[_0x4fd51e(0x144)]]||_0x3c6fe1['jCwXA'],_0x6e78d3=_0x3c1ee0[_0x4fd51e(0x150)](_0x2d193f,null,_0x3c6fe1[_0x4fd51e(0x126)]);if(!_0x6e78d3){logger['debug'](_0x4fd51e(0x142)+_0x2e2996+_0x4fd51e(0x141)+_0x39aef4+_0x4fd51e(0x178)+JSON['stringify'](_0x2d193f)+_0x4fd51e(0x12b));return;}}}}catch(_0x409184){logger['debug']('[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20'+(_0x409184['message']||_0x409184));}const _0x16b1c3=_0x3c6fe1[_0x4fd51e(0x161)](require,_0x3c6fe1[_0x4fd51e(0x15e)]);for(const {platformIndex:_0x90dd08,instance:_0x38e5d3}of _0x13ed60[_0x4fd51e(0x10e)]()){const _0x360846=_0x33a92e[_0x4fd51e(0x13c)](_0x38e5d3,_0x2f968b[_0x4fd51e(0x164)],null);if(!_0x360846)continue;const _0x547fed=_0xaf49db[_0x90dd08]||_0xaf49db[0x0]||'';try{await _0x16b1c3['runScan'](_0x360846,_0x547fed,_0x2e2996,![]);}catch(_0x424693){logger[_0x4fd51e(0x15f)]('[testcafe-action-patcher]\x20performScan\x20pi='+_0x90dd08+_0x4fd51e(0x16e)+_0x2e2996+_0x4fd51e(0x13a)+(_0x424693[_0x4fd51e(0x14f)]||_0x424693));}}}catch(_0x6613b4){logger[_0x4fd51e(0x15f)](_0x4fd51e(0x120)+(_0x6613b4[_0x4fd51e(0x14f)]||_0x6613b4));}}function install(_0x2263b9){const _0x353b27=a75_0x4f5d19,_0x332fa8={'qByvo':function(_0x1c90b4,_0x260413){return _0x1c90b4(_0x260413);},'plSol':function(_0x136d3c,_0x5534e2){return _0x136d3c(_0x5534e2);},'TxJZg':function(_0x1726e7,_0xc18b28){return _0x1726e7!==_0xc18b28;},'KZwtG':'function','pEbIl':function(_0x2f776d,_0x5474fd){return _0x2f776d===_0x5474fd;},'RDJws':_0x353b27(0x134),'pTBkY':function(_0xa98e9c){return _0xa98e9c();},'YFmGR':_0x353b27(0x172),'DWxxP':function(_0x4e2735,_0x28216d){return _0x4e2735!==_0x28216d;},'rlijy':_0x353b27(0x15c),'bJrsr':function(_0x43979f,_0x15a38d){return _0x43979f(_0x15a38d);},'GeBPH':function(_0x1540c9,_0x141604){return _0x1540c9===_0x141604;},'PqPba':function(_0x1d1686,_0xfa54d4){return _0x1d1686===_0xfa54d4;}};if(_installed)return;if(!Array['isArray'](_0x2263b9)||_0x332fa8[_0x353b27(0x139)](_0x2263b9[_0x353b27(0x137)],0x0)){logger[_0x353b27(0x15f)](_0x332fa8['RDJws']);return;}let _0x54f5d0;try{_0x54f5d0=_0x332fa8[_0x353b27(0x123)](_requireTestController);}catch(_0x250cd6){logger[_0x353b27(0x15f)](_0x353b27(0x12e)+(_0x250cd6[_0x353b27(0x14f)]||_0x250cd6));return;}if(!_0x54f5d0||!_0x54f5d0[_0x353b27(0x165)]){logger[_0x353b27(0x15f)](_0x332fa8[_0x353b27(0x11b)]);return;}const _0x175f19=_0x54f5d0['prototype'];let _0x2699ee=0x0;function _0x324b98(_0x54b681){const _0x39e763=_0x353b27;let _0x49ba1c=_0x175f19;while(_0x49ba1c){const _0x4577de=Object['getOwnPropertyDescriptor'](_0x49ba1c,_0x54b681);if(_0x4577de){const _0x1f2fdb={};return _0x1f2fdb[_0x39e763(0x131)]=_0x4577de,_0x1f2fdb['owner']=_0x49ba1c,_0x1f2fdb;}_0x49ba1c=Object['getPrototypeOf'](_0x49ba1c);}return null;}for(const _0x488ee8 of _0x2263b9){if(!_0x488ee8||_0x332fa8[_0x353b27(0x166)](_0x488ee8['module'],_0x332fa8[_0x353b27(0x12d)]))continue;const _0x24b8db=_0x488ee8[_0x353b27(0x136)],_0x294d79=_0x332fa8[_0x353b27(0x146)](_0x324b98,_0x24b8db);if(!_0x294d79)continue;const {descriptor:_0x18f7fa,owner:_0x3ade58}=_0x294d79;if(_0x18f7fa[_0x353b27(0x158)])continue;let _0x45c22e;if(_0x332fa8[_0x353b27(0x156)](typeof _0x18f7fa[_0x353b27(0x13e)],_0x332fa8[_0x353b27(0x149)])){const _0x151469=_0x18f7fa['value'];_0x45c22e={'configurable':!![],'writable':!![],'enumerable':_0x18f7fa[_0x353b27(0x140)],'value':function(..._0x5275b9){const _0x3d7434=_0x353b27;return _0x332fa8[_0x3d7434(0x157)](_performScanForAllDrivers,_0x24b8db)[_0x3d7434(0x17a)](()=>{}),_0x151469[_0x3d7434(0x15b)](this,_0x5275b9);}};}else{if(_0x332fa8['PqPba'](typeof _0x18f7fa['get'],_0x332fa8[_0x353b27(0x149)])){const _0x66f72=_0x18f7fa['get'];_0x45c22e={'configurable':!![],'enumerable':_0x18f7fa[_0x353b27(0x140)],'get'(){const _0x300fa5=_0x353b27,_0x113995=_0x66f72[_0x300fa5(0x159)](this);if(_0x332fa8[_0x300fa5(0x160)](typeof _0x113995,_0x332fa8['KZwtG']))return _0x113995;return function(..._0x3e65ea){const _0x2e444b=_0x300fa5;return _0x332fa8['plSol'](_performScanForAllDrivers,_0x24b8db)[_0x2e444b(0x17a)](()=>{}),_0x113995[_0x2e444b(0x15b)](this,_0x3e65ea);};},'set':_0x18f7fa[_0x353b27(0x11e)]||function(){}};}else continue;}_0x45c22e[_0x353b27(0x158)]=!![];try{Object[_0x353b27(0x133)](_0x3ade58,_0x24b8db,_0x45c22e);const _0x5daac6={};_0x5daac6[_0x353b27(0x143)]=_0x3ade58,_0x5daac6[_0x353b27(0x12f)]=_0x18f7fa,_patchedDescriptors['set'](_0x24b8db,_0x5daac6),_0x2699ee+=0x1;}catch(_0x523f26){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x24b8db+':\x20'+(_0x523f26[_0x353b27(0x14f)]||_0x523f26));}}_installed=!![],logger[_0x353b27(0x179)](_0x353b27(0x128)+_0x2699ee+'/'+_0x2263b9[_0x353b27(0x137)]+'\x20TestController\x20methods\x20for\x20accessibility\x20scanning');}function uninstall(){const _0x5a3dfe=a75_0x4f5d19,_0x34fa7f={};_0x34fa7f[_0x5a3dfe(0x15d)]=_0x5a3dfe(0x13d);const _0x10f79e=_0x34fa7f;if(!_installed)return;for(const [_0x25ae94,{owner:_0x156374,originalDescriptor:_0x55516e}]of _patchedDescriptors){try{Object[_0x5a3dfe(0x133)](_0x156374,_0x25ae94,_0x55516e);}catch(_0x24486d){logger[_0x5a3dfe(0x15f)](_0x5a3dfe(0x111)+_0x25ae94+':\x20'+(_0x24486d[_0x5a3dfe(0x14f)]||_0x24486d));}}_patchedDescriptors[_0x5a3dfe(0x170)](),_installed=![],logger['debug'](_0x10f79e[_0x5a3dfe(0x15d)]);}const a75_0x292ede={};a75_0x292ede[a75_0x4f5d19(0x16d)]=install,a75_0x292ede[a75_0x4f5d19(0x13b)]=uninstall,module[a75_0x4f5d19(0x14c)]=a75_0x292ede;
@@ -1 +1 @@
1
- 'use strict';const a76_0x3ea857=a76_0x7f76;function a76_0x5d03(){const _0x314f78=['YlHBd','ZAQdA','headers','hKsjB','username','request','431SKMLFJ','2739549kGDeOY','navigateTo','statusCode','length','exports','slice','9968607MNHyoT','8382XUgTiz','executeAsyncScript','url','vwNuS','ZLhJO','kWpCp','[w3c-driver]\x20DELETE\x20/session\x20','value','body','firstMatch','DBYBL','message','toString','capabilities','_username','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','_hubUrl','password','W3CDriver','script','/url','\x20failed\x20(likely\x20already\x20closed):\x20','/session/','96472DDqmhB','desiredCapabilities','rZggw','/session','wdcLh','responseType','NfytZ','post','_password','8730984npoLSI','/execute/sync','zZGcO','3358uXvbQO','BROWSERSTACK_ACCESS_KEY','75DiWRvb','GGvru','sessionId','_opts','BROWSERSTACK_USERNAME','hubUrl','test','winstonLogger','ApoCI','SfnOO','fRYqN','openSession','5530YNtdVE','user-agent','replace','quit','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','trim','_sessionId','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','executeScript','3548732HCZfZl','stringify','delete','90xRQVDq','GdXPj','json','MsHUu','env','timeout','getCurrentUrl','sublC'];a76_0x5d03=function(){return _0x314f78;};return a76_0x5d03();}(function(_0x28c342,_0x4a2323){const _0x3d1b15=a76_0x7f76,_0xbf55a3=_0x28c342();while(!![]){try{const _0x492ad1=parseInt(_0x3d1b15(0x10d))/0x1*(parseInt(_0x3d1b15(0xe5))/0x2)+-parseInt(_0x3d1b15(0x10e))/0x3+parseInt(_0x3d1b15(0xd9))/0x4*(parseInt(_0x3d1b15(0xe7))/0x5)+parseInt(_0x3d1b15(0x115))/0x6*(parseInt(_0x3d1b15(0xf3))/0x7)+parseInt(_0x3d1b15(0xe2))/0x8+parseInt(_0x3d1b15(0x114))/0x9+parseInt(_0x3d1b15(0xff))/0xa*(-parseInt(_0x3d1b15(0xfc))/0xb);if(_0x492ad1===_0x4a2323)break;else _0xbf55a3['push'](_0xbf55a3['shift']());}catch(_0x3881c4){_0xbf55a3['push'](_0xbf55a3['shift']());}}}(a76_0x5d03,0x8b7da));const got=require('got'),logger=require('../../helpers/logger')[a76_0x3ea857(0xee)],_trim=_0x118bc7=>(_0x118bc7||'')[a76_0x3ea857(0xf5)](/\/+$/,'');function _normalizeScheme(_0x273d9f){const _0x2560db=a76_0x3ea857,_0x3742cf={};_0x3742cf[_0x2560db(0xc7)]=function(_0x52a8f3,_0x40d974){return _0x52a8f3||_0x40d974;};const _0xeb3d8d=_0x3742cf,_0xb64a36=_0xeb3d8d[_0x2560db(0xc7)](_0x273d9f,'')[_0x2560db(0xf8)]();if(!_0xb64a36)return _0xb64a36;if(/^https?:\/\//i[_0x2560db(0xed)](_0xb64a36))return _0xb64a36;return'https://'+_0xb64a36['replace'](/^\/+/,'');}function a76_0x7f76(_0xa7b453,_0x5296e6){const _0x5d033f=a76_0x5d03();return a76_0x7f76=function(_0x7f7607,_0x38112d){_0x7f7607=_0x7f7607-0xc7;let _0x2413cd=_0x5d033f[_0x7f7607];return _0x2413cd;},a76_0x7f76(_0xa7b453,_0x5296e6);}function _resolveAuth(_0x21466c){const _0x4f655a=a76_0x3ea857,_0x449add={'vwNuS':function(_0x490b98,_0x944398){return _0x490b98(_0x944398);},'DBYBL':function(_0x2a2d2d,_0x47eeef){return _0x2a2d2d(_0x47eeef);},'NfytZ':function(_0xa17b8,_0x339980){return _0xa17b8(_0x339980);},'ApoCI':function(_0x4ab4f5,_0x2c928c){return _0x4ab4f5(_0x2c928c);},'SfnOO':function(_0x49b5c1,_0x4d3ff6){return _0x49b5c1(_0x4d3ff6);}},_0x3af41d=_0x449add[_0x4f655a(0x118)](_normalizeScheme,_0x21466c);try{const _0x20cd38=new URL(_0x3af41d);if(_0x20cd38[_0x4f655a(0x10b)]||_0x20cd38['password']){const _0x6d0ec9=_0x449add[_0x4f655a(0xcc)](decodeURIComponent,_0x20cd38['username']||''),_0x2a1cc6=_0x449add[_0x4f655a(0xdf)](decodeURIComponent,_0x20cd38[_0x4f655a(0xd3)]||'');return _0x20cd38[_0x4f655a(0x10b)]='',_0x20cd38['password']='',{'username':_0x6d0ec9,'password':_0x2a1cc6,'url':_0x449add[_0x4f655a(0xef)](_trim,_0x20cd38[_0x4f655a(0xce)]())};}}catch(_0x253f32){}return{'username':process[_0x4f655a(0x103)][_0x4f655a(0xeb)]||'','password':process['env'][_0x4f655a(0xe6)]||'','url':_0x449add[_0x4f655a(0xf0)](_trim,_0x3af41d)};}class W3CDriver{constructor({hubUrl:_0x4687b9,sessionId:_0x1d94c8,username:_0x3d333c,password:_0x50fa77}){const _0x511209=a76_0x3ea857,_0x4a215d={'YlHBd':function(_0x21c9ae,_0x136de5){return _0x21c9ae(_0x136de5);}};this[_0x511209(0xd2)]=_0x4a215d[_0x511209(0x107)](_trim,_0x4687b9),this[_0x511209(0xf9)]=_0x1d94c8,this[_0x511209(0xd0)]=_0x3d333c,this[_0x511209(0xe1)]=_0x50fa77;}get['sessionId'](){const _0x4093a8=a76_0x3ea857;return this[_0x4093a8(0xf9)];}[a76_0x3ea857(0xea)](_0x104c00={}){const _0x1aa8d4=a76_0x3ea857,_0x5a3110={};_0x5a3110[_0x1aa8d4(0x10a)]=_0x1aa8d4(0x101),_0x5a3110['MsHUu']='browserstack-node-sdk-testcafe';const _0x4de345=_0x5a3110,_0x3872d5={'username':this[_0x1aa8d4(0xd0)],'password':this[_0x1aa8d4(0xe1)],'responseType':_0x4de345[_0x1aa8d4(0x10a)],'headers':{'user-agent':_0x4de345[_0x1aa8d4(0x102)]},'throwHttpErrors':![],..._0x104c00};return _0x3872d5;}async[a76_0x3ea857(0x10f)](_0x54512f){const _0x485af2=a76_0x3ea857,_0x86eac6={};_0x86eac6[_0x485af2(0xe8)]=function(_0x1ab16f,_0x2790dd){return _0x1ab16f>=_0x2790dd;};const _0x4cc6cc=_0x86eac6,_0x3bf504={};_0x3bf504[_0x485af2(0x117)]=_0x54512f;const _0x53455f={};_0x53455f[_0x485af2(0x10c)]=0xea60;const _0x851558={};_0x851558[_0x485af2(0x101)]=_0x3bf504,_0x851558['timeout']=_0x53455f;const _0x137a6a=await got[_0x485af2(0xe0)](this[_0x485af2(0xd2)]+'/session/'+this['_sessionId']+_0x485af2(0xd6),this[_0x485af2(0xea)](_0x851558));if(_0x4cc6cc[_0x485af2(0xe8)](_0x137a6a['statusCode'],0x190))throw new Error(_0x485af2(0xd1)+this[_0x485af2(0xf9)]+':\x20HTTP\x20'+_0x137a6a['statusCode']+'\x20'+JSON[_0x485af2(0xfd)](_0x137a6a['body'])[_0x485af2(0x113)](0x0,0x12c));}async[a76_0x3ea857(0x105)](){const _0x1b56fd=a76_0x3ea857,_0xc91036={};_0xc91036['request']=0x7530;const _0x1a5b33={};_0x1a5b33[_0x1b56fd(0x104)]=_0xc91036;const _0x2b3fb4=await got['get'](this[_0x1b56fd(0xd2)]+_0x1b56fd(0xd8)+this[_0x1b56fd(0xf9)]+_0x1b56fd(0xd6),this[_0x1b56fd(0xea)](_0x1a5b33));return _0x2b3fb4[_0x1b56fd(0xca)]&&_0x2b3fb4[_0x1b56fd(0xca)][_0x1b56fd(0xc9)]||'';}async[a76_0x3ea857(0xfb)](_0x478169,..._0x358270){const _0x55388f=a76_0x3ea857,_0x119eff={};_0x119eff[_0x55388f(0xd5)]=_0x478169,_0x119eff['args']=_0x358270;const _0xcf8626={};_0xcf8626[_0x55388f(0x10c)]=0xea60;const _0x473752={};_0x473752[_0x55388f(0x101)]=_0x119eff,_0x473752[_0x55388f(0x104)]=_0xcf8626;const _0x402d07=await got[_0x55388f(0xe0)](this[_0x55388f(0xd2)]+_0x55388f(0xd8)+this['_sessionId']+_0x55388f(0xe3),this[_0x55388f(0xea)](_0x473752));return _0x402d07[_0x55388f(0xca)]&&_0x402d07[_0x55388f(0xca)][_0x55388f(0xc9)];}async[a76_0x3ea857(0x116)](_0x4eaea8,..._0x1d8b4f){const _0x5394e1=a76_0x3ea857,_0x4afcc5={};_0x4afcc5[_0x5394e1(0xd5)]=_0x4eaea8,_0x4afcc5['args']=_0x1d8b4f;const _0x2a9b41={};_0x2a9b41[_0x5394e1(0x10c)]=0x1d4c0;const _0x24724e={};_0x24724e[_0x5394e1(0x101)]=_0x4afcc5,_0x24724e['timeout']=_0x2a9b41;const _0x65b5e0=await got[_0x5394e1(0xe0)](this[_0x5394e1(0xd2)]+'/session/'+this['_sessionId']+'/execute/async',this[_0x5394e1(0xea)](_0x24724e));return _0x65b5e0[_0x5394e1(0xca)]&&_0x65b5e0[_0x5394e1(0xca)][_0x5394e1(0xc9)];}async[a76_0x3ea857(0xf6)](){const _0x33cc12=a76_0x3ea857;try{const _0x56383d={};_0x56383d[_0x33cc12(0x10c)]=0x7530;const _0xb214c2={};_0xb214c2[_0x33cc12(0x104)]=_0x56383d,await got[_0x33cc12(0xfe)](this[_0x33cc12(0xd2)]+'/session/'+this['_sessionId'],this[_0x33cc12(0xea)](_0xb214c2));}catch(_0x36a1c9){logger['debug'](_0x33cc12(0xc8)+this[_0x33cc12(0xf9)]+_0x33cc12(0xd7)+_0x36a1c9[_0x33cc12(0xcd)]);}}}async function openSession({hubUrl:_0x5ac601,capabilities:_0x598c5b}){const _0x438640=a76_0x3ea857,_0x1d393f={'wdcLh':function(_0x51137e,_0x42f1ab){return _0x51137e(_0x42f1ab);},'ZLhJO':function(_0x5145d0,_0x585c53){return _0x5145d0||_0x585c53;},'ZAQdA':'[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','rZggw':_0x438640(0x101),'GdXPj':'browserstack-node-sdk-testcafe','fRYqN':function(_0x46d4ab,_0x55691a){return _0x46d4ab>=_0x55691a;},'sublC':'webdriver.remote.sessionid','zZGcO':function(_0x26238b,_0x2dc99e){return _0x26238b>_0x2dc99e;}},{username:_0x11ba2f,password:_0x502e76,url:_0x37aa15}=_0x1d393f[_0x438640(0xdd)](_resolveAuth,_0x5ac601);if(_0x1d393f[_0x438640(0x119)](!_0x11ba2f,!_0x502e76))throw new Error(_0x1d393f[_0x438640(0x108)]);const _0x3df7ea={};_0x3df7ea['alwaysMatch']=_0x598c5b,_0x3df7ea[_0x438640(0xcb)]=[{}];const _0x449b3c={};_0x449b3c['capabilities']=_0x3df7ea,_0x449b3c[_0x438640(0xda)]=_0x598c5b;const _0x48d9ed=_0x449b3c,_0x4a8822={};_0x4a8822['request']=0x1d4c0;const _0x4f82c7={};_0x4f82c7[_0x438640(0x101)]=_0x48d9ed,_0x4f82c7[_0x438640(0x10b)]=_0x11ba2f,_0x4f82c7['password']=_0x502e76,_0x4f82c7[_0x438640(0xde)]=_0x1d393f[_0x438640(0xdb)],_0x4f82c7[_0x438640(0x109)]={},_0x4f82c7['throwHttpErrors']=![],_0x4f82c7[_0x438640(0x104)]=_0x4a8822,_0x4f82c7[_0x438640(0x109)][_0x438640(0xf4)]=_0x1d393f[_0x438640(0x100)];const _0x5eff7a=await got[_0x438640(0xe0)](_0x37aa15+_0x438640(0xdc),_0x4f82c7);if(_0x1d393f[_0x438640(0xf1)](_0x5eff7a[_0x438640(0x110)],0x190))throw new Error(_0x438640(0xfa)+_0x5eff7a['statusCode']+'\x20'+JSON[_0x438640(0xfd)](_0x5eff7a[_0x438640(0xca)])[_0x438640(0x113)](0x0,0x190));const _0x4605cd=_0x5eff7a[_0x438640(0xca)]||{},_0x3ab2cf=_0x4605cd[_0x438640(0xc9)]||{},_0x396f08=_0x3ab2cf[_0x438640(0xcf)]||{},_0x45f569=_0x4605cd[_0x438640(0xe9)]||_0x3ab2cf[_0x438640(0xe9)]||_0x3ab2cf[_0x1d393f[_0x438640(0x106)]]||_0x396f08[_0x1d393f['sublC']];if(!_0x45f569)throw new Error(_0x438640(0xf7)+JSON[_0x438640(0xfd)](_0x4605cd)['slice'](0x0,0x190));const _0x52cff4={};return _0x52cff4[_0x438640(0xec)]=_0x37aa15,_0x52cff4[_0x438640(0xe9)]=_0x45f569,_0x52cff4[_0x438640(0x10b)]=_0x11ba2f,_0x52cff4[_0x438640(0xd3)]=_0x502e76,{'driver':new W3CDriver(_0x52cff4),'sessionId':_0x45f569,'capabilities':_0x1d393f[_0x438640(0xe4)](Object['keys'](_0x396f08)[_0x438640(0x111)],0x0)?_0x396f08:_0x598c5b};}const a76_0x5dde99={};a76_0x5dde99[a76_0x3ea857(0xf2)]=openSession,a76_0x5dde99[a76_0x3ea857(0xd4)]=W3CDriver,module[a76_0x3ea857(0x112)]=a76_0x5dde99;
1
+ 'use strict';const a76_0x191f50=a76_0x1ac8;(function(_0x33bb84,_0x3f28e4){const _0x3fe992=a76_0x1ac8,_0x4e8381=_0x33bb84();while(!![]){try{const _0x5d0d4a=parseInt(_0x3fe992(0x155))/0x1*(parseInt(_0x3fe992(0x157))/0x2)+parseInt(_0x3fe992(0x14d))/0x3+parseInt(_0x3fe992(0x13a))/0x4*(-parseInt(_0x3fe992(0x153))/0x5)+-parseInt(_0x3fe992(0x16f))/0x6*(parseInt(_0x3fe992(0x141))/0x7)+-parseInt(_0x3fe992(0x16e))/0x8+parseInt(_0x3fe992(0x16c))/0x9+parseInt(_0x3fe992(0x137))/0xa;if(_0x5d0d4a===_0x3f28e4)break;else _0x4e8381['push'](_0x4e8381['shift']());}catch(_0x2acb74){_0x4e8381['push'](_0x4e8381['shift']());}}}(a76_0x61c9,0x41dfd));const got=require(a76_0x191f50(0x161)),logger=require('../../helpers/logger')['winstonLogger'],_trim=_0x584f70=>(_0x584f70||'')[a76_0x191f50(0x134)](/\/+$/,'');function _normalizeScheme(_0x3a8f47){const _0x468e2a=a76_0x191f50,_0x48bbb7={};_0x48bbb7[_0x468e2a(0x124)]=function(_0x207f37,_0x59706d){return _0x207f37||_0x59706d;};const _0x7b6265=_0x48bbb7,_0x64a58c=_0x7b6265[_0x468e2a(0x124)](_0x3a8f47,'')[_0x468e2a(0x173)]();if(!_0x64a58c)return _0x64a58c;if(/^https?:\/\//i[_0x468e2a(0x169)](_0x64a58c))return _0x64a58c;return'https://'+_0x64a58c['replace'](/^\/+/,'');}function _resolveAuth(_0x5549a5){const _0x5507fe=a76_0x191f50,_0x3610a6={'MLqMR':function(_0x53e39f,_0x1cecd4){return _0x53e39f(_0x1cecd4);},'jKZUc':function(_0x87c723,_0x2a4fb9){return _0x87c723(_0x2a4fb9);},'xJCul':function(_0x4292ef,_0xa3d545){return _0x4292ef(_0xa3d545);}},_0x42ae98=_0x3610a6[_0x5507fe(0x165)](_normalizeScheme,_0x5549a5);try{const _0x2f44dc=new URL(_0x42ae98);if(_0x2f44dc[_0x5507fe(0x164)]||_0x2f44dc['password']){const _0x52b99a=_0x3610a6[_0x5507fe(0x165)](decodeURIComponent,_0x2f44dc[_0x5507fe(0x164)]||''),_0x83f497=_0x3610a6[_0x5507fe(0x12b)](decodeURIComponent,_0x2f44dc[_0x5507fe(0x158)]||'');return _0x2f44dc[_0x5507fe(0x164)]='',_0x2f44dc['password']='',{'username':_0x52b99a,'password':_0x83f497,'url':_0x3610a6[_0x5507fe(0x142)](_trim,_0x2f44dc[_0x5507fe(0x15e)]())};}}catch(_0x4d6427){}return{'username':process[_0x5507fe(0x16b)][_0x5507fe(0x14b)]||'','password':process[_0x5507fe(0x16b)][_0x5507fe(0x133)]||'','url':_0x3610a6['MLqMR'](_trim,_0x42ae98)};}class W3CDriver{constructor({hubUrl:_0x1ae01e,sessionId:_0x9da0f3,username:_0x27dd6d,password:_0x164295}){const _0xaa8ee6=a76_0x191f50,_0x3cc515={'PIyUf':function(_0xd2642c,_0x14dce3){return _0xd2642c(_0x14dce3);}};this[_0xaa8ee6(0x13b)]=_0x3cc515[_0xaa8ee6(0x148)](_trim,_0x1ae01e),this[_0xaa8ee6(0x163)]=_0x9da0f3,this[_0xaa8ee6(0x147)]=_0x27dd6d,this[_0xaa8ee6(0x151)]=_0x164295;}get[a76_0x191f50(0x168)](){const _0x1c6591=a76_0x191f50;return this[_0x1c6591(0x163)];}[a76_0x191f50(0x14f)](_0x580a18={}){const _0x46e4cf=a76_0x191f50,_0xdf5c37={};_0xdf5c37['jvurF']=_0x46e4cf(0x14e),_0xdf5c37['emBiN']=_0x46e4cf(0x15d);const _0xa34f31=_0xdf5c37,_0x8e098e={'username':this[_0x46e4cf(0x147)],'password':this['_password'],'responseType':_0xa34f31['jvurF'],'headers':{'user-agent':_0xa34f31[_0x46e4cf(0x154)]},'throwHttpErrors':![],..._0x580a18};return _0x8e098e;}async['navigateTo'](_0x746d6e){const _0x6844ad=a76_0x191f50,_0x3916f5={};_0x3916f5[_0x6844ad(0x152)]=function(_0x5f6d35,_0x3e2a6f){return _0x5f6d35>=_0x3e2a6f;};const _0x4b45df=_0x3916f5,_0x3be23f={};_0x3be23f[_0x6844ad(0x139)]=_0x746d6e;const _0x4ab320={};_0x4ab320[_0x6844ad(0x136)]=0xea60;const _0x43ac22={};_0x43ac22[_0x6844ad(0x14e)]=_0x3be23f,_0x43ac22['timeout']=_0x4ab320;const _0x171ea3=await got[_0x6844ad(0x12d)](this['_hubUrl']+_0x6844ad(0x16a)+this[_0x6844ad(0x163)]+_0x6844ad(0x167),this[_0x6844ad(0x14f)](_0x43ac22));if(_0x4b45df['wDhgN'](_0x171ea3[_0x6844ad(0x128)],0x190))throw new Error('[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20'+this[_0x6844ad(0x163)]+':\x20HTTP\x20'+_0x171ea3[_0x6844ad(0x128)]+'\x20'+JSON[_0x6844ad(0x172)](_0x171ea3[_0x6844ad(0x15c)])['slice'](0x0,0x12c));}async[a76_0x191f50(0x12f)](){const _0x23d54f=a76_0x191f50,_0x585316={};_0x585316[_0x23d54f(0x136)]=0x7530;const _0x577e2b={};_0x577e2b[_0x23d54f(0x135)]=_0x585316;const _0xb83b3=await got[_0x23d54f(0x131)](this['_hubUrl']+_0x23d54f(0x16a)+this[_0x23d54f(0x163)]+_0x23d54f(0x167),this[_0x23d54f(0x14f)](_0x577e2b));return _0xb83b3[_0x23d54f(0x15c)]&&_0xb83b3[_0x23d54f(0x15c)][_0x23d54f(0x125)]||'';}async[a76_0x191f50(0x143)](_0x2a49cd,..._0x584074){const _0x142053=a76_0x191f50,_0x1be180={};_0x1be180[_0x142053(0x14c)]=_0x2a49cd,_0x1be180['args']=_0x584074;const _0x2bc67e={};_0x2bc67e['request']=0xea60;const _0x101e94={};_0x101e94[_0x142053(0x14e)]=_0x1be180,_0x101e94[_0x142053(0x135)]=_0x2bc67e;const _0x1837b5=await got[_0x142053(0x12d)](this[_0x142053(0x13b)]+_0x142053(0x16a)+this[_0x142053(0x163)]+_0x142053(0x15b),this[_0x142053(0x14f)](_0x101e94));return _0x1837b5['body']&&_0x1837b5['body'][_0x142053(0x125)];}async['executeAsyncScript'](_0x403a03,..._0x4ac701){const _0x32bac2=a76_0x191f50,_0x200d28={};_0x200d28[_0x32bac2(0x14c)]=_0x403a03,_0x200d28['args']=_0x4ac701;const _0x363efd={};_0x363efd[_0x32bac2(0x136)]=0x1d4c0;const _0x3d3bc6={};_0x3d3bc6[_0x32bac2(0x14e)]=_0x200d28,_0x3d3bc6[_0x32bac2(0x135)]=_0x363efd;const _0x339d0e=await got['post'](this[_0x32bac2(0x13b)]+_0x32bac2(0x16a)+this[_0x32bac2(0x163)]+_0x32bac2(0x16d),this['_opts'](_0x3d3bc6));return _0x339d0e[_0x32bac2(0x15c)]&&_0x339d0e[_0x32bac2(0x15c)][_0x32bac2(0x125)];}async[a76_0x191f50(0x127)](){const _0x1504c7=a76_0x191f50;try{const _0x5ec8ea={};_0x5ec8ea['request']=0x7530;const _0x441a21={};_0x441a21[_0x1504c7(0x135)]=_0x5ec8ea,await got[_0x1504c7(0x145)](this[_0x1504c7(0x13b)]+_0x1504c7(0x16a)+this[_0x1504c7(0x163)],this[_0x1504c7(0x14f)](_0x441a21));}catch(_0x542dc8){logger[_0x1504c7(0x159)](_0x1504c7(0x162)+this[_0x1504c7(0x163)]+_0x1504c7(0x166)+_0x542dc8[_0x1504c7(0x15f)]);}}}function a76_0x1ac8(_0x300c1f,_0x224510){const _0x61c97a=a76_0x61c9();return a76_0x1ac8=function(_0x1ac8ce,_0x42e5f8){_0x1ac8ce=_0x1ac8ce-0x124;let _0x7d20a3=_0x61c97a[_0x1ac8ce];return _0x7d20a3;},a76_0x1ac8(_0x300c1f,_0x224510);}async function openSession({hubUrl:_0x5c89d7,capabilities:_0xca9c46}){const _0x2a125c=a76_0x191f50,_0x134908={'LaDiK':function(_0x33ae03,_0x3f64da){return _0x33ae03(_0x3f64da);},'emHDd':function(_0x36fe17,_0x3c389c){return _0x36fe17||_0x3c389c;},'AUpCC':'[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','cLOiE':'json','bMAnV':'browserstack-node-sdk-testcafe','BgkYL':function(_0x31c9eb,_0x4cc806){return _0x31c9eb>=_0x4cc806;},'shnfi':_0x2a125c(0x160),'UYRnX':function(_0xd725d,_0x372644){return _0xd725d>_0x372644;}},{username:_0x369891,password:_0x2b0465,url:_0x5bd133}=_0x134908[_0x2a125c(0x13c)](_resolveAuth,_0x5c89d7);if(_0x134908[_0x2a125c(0x130)](!_0x369891,!_0x2b0465))throw new Error(_0x134908[_0x2a125c(0x12c)]);const _0x23cd90={};_0x23cd90[_0x2a125c(0x12a)]=_0xca9c46,_0x23cd90[_0x2a125c(0x14a)]=[{}];const _0x117eca={};_0x117eca[_0x2a125c(0x15a)]=_0x23cd90,_0x117eca[_0x2a125c(0x126)]=_0xca9c46;const _0x18d606=_0x117eca,_0x5e658d={};_0x5e658d[_0x2a125c(0x136)]=0x1d4c0;const _0x591a7c={};_0x591a7c[_0x2a125c(0x14e)]=_0x18d606,_0x591a7c[_0x2a125c(0x164)]=_0x369891,_0x591a7c['password']=_0x2b0465,_0x591a7c[_0x2a125c(0x170)]=_0x134908['cLOiE'],_0x591a7c[_0x2a125c(0x13e)]={},_0x591a7c[_0x2a125c(0x156)]=![],_0x591a7c[_0x2a125c(0x135)]=_0x5e658d,_0x591a7c[_0x2a125c(0x13e)][_0x2a125c(0x171)]=_0x134908[_0x2a125c(0x150)];const _0xb65ee4=await got[_0x2a125c(0x12d)](_0x5bd133+_0x2a125c(0x138),_0x591a7c);if(_0x134908[_0x2a125c(0x132)](_0xb65ee4[_0x2a125c(0x128)],0x190))throw new Error(_0x2a125c(0x12e)+_0xb65ee4['statusCode']+'\x20'+JSON[_0x2a125c(0x172)](_0xb65ee4['body'])[_0x2a125c(0x129)](0x0,0x190));const _0x5c9de2=_0xb65ee4['body']||{},_0xf26e3c=_0x5c9de2['value']||{},_0x4791a8=_0xf26e3c['capabilities']||{},_0x52bdb4=_0x5c9de2['sessionId']||_0xf26e3c[_0x2a125c(0x168)]||_0xf26e3c[_0x134908['shnfi']]||_0x4791a8[_0x134908[_0x2a125c(0x146)]];if(!_0x52bdb4)throw new Error('[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20'+JSON[_0x2a125c(0x172)](_0x5c9de2)[_0x2a125c(0x129)](0x0,0x190));const _0x196c84={};return _0x196c84['hubUrl']=_0x5bd133,_0x196c84[_0x2a125c(0x168)]=_0x52bdb4,_0x196c84[_0x2a125c(0x164)]=_0x369891,_0x196c84[_0x2a125c(0x158)]=_0x2b0465,{'driver':new W3CDriver(_0x196c84),'sessionId':_0x52bdb4,'capabilities':_0x134908[_0x2a125c(0x140)](Object[_0x2a125c(0x13d)](_0x4791a8)[_0x2a125c(0x144)],0x0)?_0x4791a8:_0xca9c46};}function a76_0x61c9(){const _0x318e2a=['responseType','user-agent','stringify','trim','yzoQi','value','desiredCapabilities','quit','statusCode','slice','alwaysMatch','jKZUc','AUpCC','post','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','getCurrentUrl','emHDd','get','BgkYL','BROWSERSTACK_ACCESS_KEY','replace','timeout','request','611930DySonk','/session','url','4WFWUGo','_hubUrl','LaDiK','keys','headers','exports','UYRnX','612122fcLViP','xJCul','executeScript','length','delete','shnfi','_username','PIyUf','openSession','firstMatch','BROWSERSTACK_USERNAME','script','830007BALKkW','json','_opts','bMAnV','_password','wDhgN','2545730CpqqWh','emBiN','107xdwhwx','throwHttpErrors','8074tJiiuA','password','debug','capabilities','/execute/sync','body','browserstack-node-sdk-testcafe','toString','message','webdriver.remote.sessionid','got','[w3c-driver]\x20DELETE\x20/session\x20','_sessionId','username','MLqMR','\x20failed\x20(likely\x20already\x20closed):\x20','/url','sessionId','test','/session/','env','4287906ZZrdKj','/execute/async','2339168IKrYmS','12BefgNR'];a76_0x61c9=function(){return _0x318e2a;};return a76_0x61c9();}const a76_0x48819c={};a76_0x48819c[a76_0x191f50(0x149)]=openSession,a76_0x48819c['W3CDriver']=W3CDriver,module[a76_0x191f50(0x13f)]=a76_0x48819c;
@@ -1 +1 @@
1
- const a77_0xd15dc5=a77_0x203c;(function(_0x22213a,_0x32c4e4){const _0x2079b2=a77_0x203c,_0x5f3cce=_0x22213a();while(!![]){try{const _0xb112e1=parseInt(_0x2079b2(0x1ef))/0x1*(parseInt(_0x2079b2(0x1f1))/0x2)+-parseInt(_0x2079b2(0x1d8))/0x3+-parseInt(_0x2079b2(0x1af))/0x4*(parseInt(_0x2079b2(0x1c5))/0x5)+-parseInt(_0x2079b2(0x21a))/0x6*(-parseInt(_0x2079b2(0x1eb))/0x7)+parseInt(_0x2079b2(0x1d1))/0x8+-parseInt(_0x2079b2(0x1ab))/0x9+parseInt(_0x2079b2(0x202))/0xa*(parseInt(_0x2079b2(0x1da))/0xb);if(_0xb112e1===_0x32c4e4)break;else _0x5f3cce['push'](_0x5f3cce['shift']());}catch(_0x284037){_0x5f3cce['push'](_0x5f3cce['shift']());}}}(a77_0x46fd,0xa9226));function a77_0x203c(_0x59b642,_0x5ad0cf){const _0x46fd1b=a77_0x46fd();return a77_0x203c=function(_0x203c5f,_0x25fa19){_0x203c5f=_0x203c5f-0x1a7;let _0x32fff3=_0x46fd1b[_0x203c5f];return _0x32fff3;},a77_0x203c(_0x59b642,_0x5ad0cf);}const constants=require(a77_0xd15dc5(0x1cd)),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x7ea674=a77_0xd15dc5,_0x302a17={'KKKlV':function(_0x3470e9,_0x313ca9){return _0x3470e9(_0x313ca9);},'udumb':_0x7ea674(0x1cb)};return _0x302a17[_0x7ea674(0x1e7)](require,_0x302a17['udumb']);},ALLOWED_API_HOST_SUFFIXES=[a77_0xd15dc5(0x1b7),a77_0xd15dc5(0x1e4)],isAllowedApiHost=_0x58fa87=>{const _0x3998c9=a77_0xd15dc5;try{const {hostname:_0x2496f5}=new URL(_0x58fa87);return ALLOWED_API_HOST_SUFFIXES[_0x3998c9(0x205)](_0x15bf14=>_0x2496f5===_0x15bf14||_0x2496f5[_0x3998c9(0x1b0)]('.'+_0x15bf14));}catch{return![];}},safeApiHost=(_0x5d6790,_0x225323)=>{const _0x5b839b={'GwtcE':function(_0x5d567e,_0x3c9f52){return _0x5d567e(_0x3c9f52);}};if(_0x5d6790&&_0x5b839b['GwtcE'](isAllowedApiHost,_0x5d6790))return _0x5d6790;return _0x225323;};class APIUtilityMethods{static[a77_0xd15dc5(0x1c4)](_0x1664f6){const _0x12f10d=a77_0xd15dc5,_0x459b4f={'EcUlc':function(_0x51f9d1){return _0x51f9d1();},'dLiTr':function(_0x51bbb4,_0xea622b,_0x4f704b){return _0x51bbb4(_0xea622b,_0x4f704b);},'EyHPM':_0x12f10d(0x20e),'zaGgP':_0x12f10d(0x1a8),'VGmAC':_0x12f10d(0x214),'BxXQV':function(_0x2e2d9b,_0x3c4bdf){return _0x2e2d9b===_0x3c4bdf;},'rogoA':function(_0x10a047,_0x42150a){return _0x10a047+_0x42150a;}},_0x3edb28=_0x459b4f[_0x12f10d(0x1fc)](getBrowserstackCLI),_0x4df554=_0x459b4f[_0x12f10d(0x1bd)](nestedKeyValue,_0x3edb28[_0x12f10d(0x1ff)]()['getConfig'](),[_0x459b4f['EyHPM'],_0x459b4f[_0x12f10d(0x218)],_0x459b4f['VGmAC']]),_0x5bc490=_0x459b4f[_0x12f10d(0x1bd)](safeApiHost,_0x4df554,constants[_0x12f10d(0x1e5)]);if(!_0x1664f6||_0x459b4f['BxXQV'](_0x1664f6,''))return _0x5bc490;const _0x490d97=_0x5bc490[_0x12f10d(0x1b0)]('/')?_0x5bc490:_0x459b4f['rogoA'](_0x5bc490,'/');return new URL(_0x1664f6,_0x490d97)[_0x12f10d(0x1e8)]();}static['getEdsInstrumentationAPIUrl'](_0x3f8ac4){const _0x354d32=a77_0xd15dc5,_0x5ca131={'xPoGT':function(_0x37712b){return _0x37712b();},'TIPkw':function(_0x46f07d,_0x2b331e,_0x569cf3){return _0x46f07d(_0x2b331e,_0x569cf3);},'EmNVd':_0x354d32(0x20e),'ZKkWq':_0x354d32(0x213),'CAwPv':_0x354d32(0x214),'HynNW':function(_0x78b37a,_0x5ba41e){return _0x78b37a===_0x5ba41e;},'lotRz':function(_0x378c17,_0x225c12){return _0x378c17+_0x225c12;}},_0x55df7a=_0x5ca131['xPoGT'](getBrowserstackCLI),_0x4c2614=_0x5ca131[_0x354d32(0x1c9)](nestedKeyValue,_0x55df7a[_0x354d32(0x1ff)]()['getConfig'](),[_0x5ca131[_0x354d32(0x20a)],_0x5ca131['ZKkWq'],_0x5ca131[_0x354d32(0x1ed)]])||constants[_0x354d32(0x1fb)];if(!_0x3f8ac4||_0x5ca131[_0x354d32(0x1f9)](_0x3f8ac4,''))return _0x4c2614;const _0x30bf0c=_0x4c2614[_0x354d32(0x1b0)]('/')?_0x4c2614:_0x5ca131[_0x354d32(0x204)](_0x4c2614,'/');return new URL(_0x3f8ac4,_0x30bf0c)[_0x354d32(0x1e8)]();}static[a77_0xd15dc5(0x1ea)](_0x29cad1){const _0x40a8c2=a77_0xd15dc5,_0x62790f={'eiorT':function(_0x2ab813){return _0x2ab813();},'jTIed':function(_0x382677,_0x30f251,_0x3a5655){return _0x382677(_0x30f251,_0x3a5655);},'xgmUk':_0x40a8c2(0x20e),'xFDph':_0x40a8c2(0x1a8),'pdejo':_0x40a8c2(0x214),'ZwKOg':function(_0x400b6f,_0x39a696){return _0x400b6f===_0x39a696;},'ElNZa':function(_0x4feda3,_0x31e5d1){return _0x4feda3+_0x31e5d1;}},_0x287add=_0x62790f[_0x40a8c2(0x1bb)](getBrowserstackCLI),_0xbb4412=_0x62790f['jTIed'](nestedKeyValue,_0x287add['getInstance']()[_0x40a8c2(0x1cc)](),[_0x62790f[_0x40a8c2(0x206)],_0x62790f[_0x40a8c2(0x1d4)],_0x62790f[_0x40a8c2(0x1aa)]])||constants[_0x40a8c2(0x1e5)];if(!_0x29cad1||_0x62790f[_0x40a8c2(0x210)](_0x29cad1,''))return _0xbb4412;const _0x1d6b89=_0xbb4412['endsWith']('/')?_0xbb4412:_0x62790f[_0x40a8c2(0x1c1)](_0xbb4412,'/');return new URL(_0x29cad1,_0x1d6b89)[_0x40a8c2(0x1e8)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x441593){const _0x42ed9b=a77_0xd15dc5,_0x425b0d={'gzGwJ':function(_0x497223){return _0x497223();},'NObut':function(_0xe4edf,_0x126f6c,_0x10451d){return _0xe4edf(_0x126f6c,_0x10451d);},'fmTGU':_0x42ed9b(0x20e),'tpabq':_0x42ed9b(0x20c),'ljVBV':_0x42ed9b(0x214),'RTAQP':function(_0x1dbb9d,_0xedaa7){return _0x1dbb9d===_0xedaa7;},'WlYiS':function(_0x507300,_0x4cb3f0){return _0x507300+_0x4cb3f0;}},_0x5da2cb=_0x425b0d['gzGwJ'](getBrowserstackCLI),_0x4e6fc6=_0x425b0d[_0x42ed9b(0x1d5)](nestedKeyValue,_0x5da2cb[_0x42ed9b(0x1ff)]()[_0x42ed9b(0x1cc)](),[_0x425b0d[_0x42ed9b(0x1d0)],_0x425b0d[_0x42ed9b(0x1b3)],_0x425b0d[_0x42ed9b(0x216)]])||constants[_0x42ed9b(0x1e5)];if(!_0x441593||_0x425b0d[_0x42ed9b(0x1b4)](_0x441593,''))return _0x4e6fc6;const _0x4d8fcb=_0x4e6fc6['endsWith']('/')?_0x4e6fc6:_0x425b0d[_0x42ed9b(0x21c)](_0x4e6fc6,'/');return new URL(_0x441593,_0x4d8fcb)['toString']();}static[a77_0xd15dc5(0x1bc)](_0x4d414c){const _0x2d892d=a77_0xd15dc5,_0x43f127={'QcXDB':function(_0x3ecf41){return _0x3ecf41();},'EeMiL':function(_0x2cdde8,_0x3b0f85,_0x5c755a){return _0x2cdde8(_0x3b0f85,_0x5c755a);},'ybxYU':_0x2d892d(0x20e),'TnptM':_0x2d892d(0x1a8),'JWeSj':'api','HfHhI':function(_0x2408fa,_0x5e9034){return _0x2408fa===_0x5e9034;},'NBlcq':function(_0x55da5a,_0x53f379){return _0x55da5a+_0x53f379;}},_0x37a411=_0x43f127[_0x2d892d(0x217)](getBrowserstackCLI),_0x35db0d=_0x43f127[_0x2d892d(0x1dd)](nestedKeyValue,_0x37a411[_0x2d892d(0x1ff)]()[_0x2d892d(0x1cc)](),[_0x43f127['ybxYU'],_0x43f127['TnptM'],_0x43f127[_0x2d892d(0x1fa)]])||constants[_0x2d892d(0x1e5)];if(!_0x4d414c||_0x43f127[_0x2d892d(0x1ca)](_0x4d414c,''))return _0x35db0d;const _0x3484cb=_0x35db0d['endsWith']('/')?_0x35db0d:_0x43f127[_0x2d892d(0x211)](_0x35db0d,'/');return new URL(_0x4d414c,_0x3484cb)[_0x2d892d(0x1e8)]();}static['getAppAutomateSessionNameAPIUrl'](_0x202469){const _0x2760fb=a77_0xd15dc5,_0x540e7f={'YmLVq':function(_0x2b14e0){return _0x2b14e0();},'rAaVF':function(_0x4b5dd1,_0x15fc10,_0x309c56){return _0x4b5dd1(_0x15fc10,_0x309c56);},'eyVYZ':_0x2760fb(0x20e),'KVlyb':_0x2760fb(0x20c),'CBVSh':_0x2760fb(0x214),'LesmH':function(_0x18e04a,_0x485d26){return _0x18e04a===_0x485d26;},'KcHsH':function(_0x4b1689,_0x2eb021){return _0x4b1689+_0x2eb021;}},_0x33aa42=_0x540e7f[_0x2760fb(0x1e0)](getBrowserstackCLI),_0xbb0252=_0x540e7f[_0x2760fb(0x1f2)](nestedKeyValue,_0x33aa42[_0x2760fb(0x1ff)]()[_0x2760fb(0x1cc)](),[_0x540e7f['eyVYZ'],_0x540e7f[_0x2760fb(0x1f5)],_0x540e7f['CBVSh']])||constants[_0x2760fb(0x1e5)];if(!_0x202469||_0x540e7f['LesmH'](_0x202469,''))return _0xbb0252;const _0x5c5e5c=_0xbb0252[_0x2760fb(0x1b0)]('/')?_0xbb0252:_0x540e7f['KcHsH'](_0xbb0252,'/');return new URL(_0x202469,_0x5c5e5c)[_0x2760fb(0x1e8)]();}static['getAutomateSessionsListAPIUrl'](_0x154594){const _0x5e0adb=a77_0xd15dc5,_0x54a4c3={'VGLaO':function(_0x5dcc7d){return _0x5dcc7d();},'NHblb':function(_0x5bbb64,_0x191988,_0x43a43a){return _0x5bbb64(_0x191988,_0x43a43a);},'fdJdz':'apis','lIbbf':_0x5e0adb(0x1a8),'eOUUq':_0x5e0adb(0x214),'IoZZP':function(_0x51bbb1,_0x5a9412){return _0x51bbb1===_0x5a9412;},'qJYrk':function(_0xe9ba36,_0x537b0f){return _0xe9ba36+_0x537b0f;}},_0xd7abc6=_0x54a4c3[_0x5e0adb(0x1e1)](getBrowserstackCLI),_0x5bdc2a=_0x54a4c3[_0x5e0adb(0x20f)](nestedKeyValue,_0xd7abc6[_0x5e0adb(0x1ff)]()['getConfig'](),[_0x54a4c3[_0x5e0adb(0x212)],_0x54a4c3[_0x5e0adb(0x1ad)],_0x54a4c3['eOUUq']])||constants[_0x5e0adb(0x1e5)];if(!_0x154594||_0x54a4c3[_0x5e0adb(0x1fe)](_0x154594,''))return _0x5bdc2a;const _0x51bfd6=_0x5bdc2a[_0x5e0adb(0x1b0)]('/')?_0x5bdc2a:_0x54a4c3[_0x5e0adb(0x20d)](_0x5bdc2a,'/');return new URL(_0x154594,_0x51bfd6)[_0x5e0adb(0x1e8)]()[_0x5e0adb(0x1f7)](/^https?:\/\//,'');}static[a77_0xd15dc5(0x1f3)](_0xb785ff){const _0x22c1be=a77_0xd15dc5,_0x57f767={'LVgxg':function(_0x47be69){return _0x47be69();},'KhpLC':function(_0x177229,_0x3bb08b,_0x10523c){return _0x177229(_0x3bb08b,_0x10523c);},'lhmSY':_0x22c1be(0x20e),'BJqyW':_0x22c1be(0x20c),'yhmiX':_0x22c1be(0x214),'DWMVb':function(_0x139aea,_0x2a2d38){return _0x139aea===_0x2a2d38;},'NbGst':function(_0x1a7c30,_0x1efad1){return _0x1a7c30+_0x1efad1;}},_0x55313c=_0x57f767[_0x22c1be(0x1a9)](getBrowserstackCLI),_0x2f0b3e=_0x57f767['KhpLC'](nestedKeyValue,_0x55313c[_0x22c1be(0x1ff)]()[_0x22c1be(0x1cc)](),[_0x57f767['lhmSY'],_0x57f767[_0x22c1be(0x208)],_0x57f767['yhmiX']])||constants[_0x22c1be(0x21d)];if(!_0xb785ff||_0x57f767[_0x22c1be(0x1df)](_0xb785ff,''))return _0x2f0b3e;const _0x25fb98=_0x2f0b3e[_0x22c1be(0x1b0)]('/')?_0x2f0b3e:_0x57f767[_0x22c1be(0x1c2)](_0x2f0b3e,'/');return new URL(_0xb785ff,_0x25fb98)[_0x22c1be(0x1e8)]()['replace'](/^https?:\/\//,'');}static['getAppAutomateUploadAPIUrl'](_0x2eee79){const _0x3798d5=a77_0xd15dc5,_0x5a4d66={'LqVRC':function(_0x533923){return _0x533923();},'VrULQ':function(_0x6f1206,_0x5166cd,_0x34129e){return _0x6f1206(_0x5166cd,_0x34129e);},'OySFA':_0x3798d5(0x20e),'xtQcF':_0x3798d5(0x20c),'yRPNZ':_0x3798d5(0x1f4),'MfJKc':'api','tSvpr':function(_0xb79020,_0x17b323){return _0xb79020===_0x17b323;},'DNZBZ':function(_0xc1d81a,_0x452db3){return _0xc1d81a+_0x452db3;}},_0x1f9246=_0x5a4d66[_0x3798d5(0x1e6)](getBrowserstackCLI),_0x21635f=_0x5a4d66[_0x3798d5(0x1ba)](nestedKeyValue,_0x1f9246[_0x3798d5(0x1ff)]()[_0x3798d5(0x1cc)](),[_0x5a4d66['OySFA'],_0x5a4d66[_0x3798d5(0x1b9)],_0x5a4d66[_0x3798d5(0x1d6)]])||_0x5a4d66[_0x3798d5(0x1ba)](nestedKeyValue,_0x1f9246[_0x3798d5(0x1ff)]()[_0x3798d5(0x1cc)](),[_0x5a4d66['OySFA'],_0x5a4d66['xtQcF'],_0x5a4d66[_0x3798d5(0x1f0)]])||constants[_0x3798d5(0x21d)];if(!_0x2eee79||_0x5a4d66[_0x3798d5(0x1c3)](_0x2eee79,''))return _0x21635f;const _0x1896ec=_0x21635f[_0x3798d5(0x1b0)]('/')?_0x21635f:_0x5a4d66[_0x3798d5(0x1c7)](_0x21635f,'/');return new URL(_0x2eee79,_0x1896ec)[_0x3798d5(0x1e8)]();}static[a77_0xd15dc5(0x1ce)](_0x2c1c83){const _0x352acf=a77_0xd15dc5,_0x51cc95={'SfjCi':function(_0x105e29){return _0x105e29();},'DMOmy':function(_0x972fe5,_0x8eab46,_0xd31618){return _0x972fe5(_0x8eab46,_0xd31618);},'OAlvV':_0x352acf(0x20e),'xgjsS':_0x352acf(0x207),'ELtuI':_0x352acf(0x1f4),'zCVvq':function(_0x24d2e6,_0x577861){return _0x24d2e6===_0x577861;},'BEUgA':function(_0x27f496,_0x5010d5){return _0x27f496+_0x5010d5;}},_0x47066d=_0x51cc95[_0x352acf(0x1c0)](getBrowserstackCLI),_0x9997c4=_0x51cc95[_0x352acf(0x1f6)](nestedKeyValue,_0x47066d['getInstance']()[_0x352acf(0x1cc)](),[_0x51cc95[_0x352acf(0x1cf)],_0x51cc95['xgjsS'],_0x51cc95[_0x352acf(0x1ae)]])||constants[_0x352acf(0x215)];if(!_0x2c1c83||_0x51cc95['zCVvq'](_0x2c1c83,''))return _0x9997c4;const _0x2a49ca=_0x9997c4[_0x352acf(0x1b0)]('/')?_0x9997c4:_0x51cc95[_0x352acf(0x1be)](_0x9997c4,'/');return new URL(_0x2c1c83,_0x2a49ca)[_0x352acf(0x1e8)]();}static[a77_0xd15dc5(0x21b)](_0x1c7608){const _0x33fb95=a77_0xd15dc5,_0x3d8a52={'hEDwN':function(_0x583727){return _0x583727();},'hBhvd':function(_0xe3f1d3,_0x5e8065,_0x1c3c0f){return _0xe3f1d3(_0x5e8065,_0x1c3c0f);},'DkTxh':_0x33fb95(0x20e),'FaBbC':_0x33fb95(0x1a8),'TMKVr':_0x33fb95(0x200),'YmwiD':_0x33fb95(0x1ec),'Qtlln':function(_0x49c831,_0x2ecc51){return _0x49c831===_0x2ecc51;},'NxVCk':function(_0x2f45b6,_0x5497bd){return _0x2f45b6+_0x5497bd;},'xyxZA':_0x33fb95(0x1bf)},_0x44a6e9=_0x3d8a52[_0x33fb95(0x1f8)](getBrowserstackCLI),_0x3f2dcf=_0x3d8a52[_0x33fb95(0x1ee)](nestedKeyValue,_0x44a6e9[_0x33fb95(0x1ff)]()[_0x33fb95(0x1cc)](),[_0x3d8a52[_0x33fb95(0x1e2)],_0x3d8a52['FaBbC'],_0x3d8a52[_0x33fb95(0x1b8)]]),_0x38206a=(_0x3f2dcf?_0x3f2dcf[_0x33fb95(0x1f7)](/^https:/,_0x3d8a52[_0x33fb95(0x1b1)]):null)||constants[_0x33fb95(0x1db)];let _0x23dd7f;if(!_0x1c7608||_0x3d8a52[_0x33fb95(0x1e3)](_0x1c7608,''))_0x23dd7f=_0x38206a;else{const _0x424c54=_0x38206a[_0x33fb95(0x1b0)]('/')?_0x38206a:_0x3d8a52[_0x33fb95(0x1b2)](_0x38206a,'/');_0x23dd7f=new URL(_0x1c7608,_0x424c54)[_0x33fb95(0x1e8)]();}return!_0x23dd7f[_0x33fb95(0x1b0)](_0x3d8a52[_0x33fb95(0x1d9)])&&(_0x23dd7f+=_0x3d8a52['xyxZA']),_0x23dd7f;}static[a77_0xd15dc5(0x1d2)](_0x326446){const _0x11380c=a77_0xd15dc5,_0x3ec353={'ZzBZM':function(_0x325264){return _0x325264();},'ZuYDf':function(_0x3b0a69,_0x2a4ab1,_0x19b99f){return _0x3b0a69(_0x2a4ab1,_0x19b99f);},'gzjra':_0x11380c(0x20e),'GPREM':_0x11380c(0x1a8),'lSZxq':_0x11380c(0x200),'qMVdh':_0x11380c(0x1ec),'iWAJa':function(_0xb8af78,_0x5b0ded){return _0xb8af78===_0x5b0ded;},'xYgzf':function(_0x66d693,_0x7560fe){return _0x66d693+_0x7560fe;},'ilnDq':_0x11380c(0x1de)},_0x5858eb=_0x3ec353[_0x11380c(0x1d3)](getBrowserstackCLI),_0x4ecb63=_0x3ec353[_0x11380c(0x1c8)](nestedKeyValue,_0x5858eb[_0x11380c(0x1ff)]()[_0x11380c(0x1cc)](),[_0x3ec353[_0x11380c(0x1b5)],_0x3ec353['GPREM'],_0x3ec353['lSZxq']]),_0x147348=(_0x4ecb63?_0x4ecb63[_0x11380c(0x1f7)](/^https:/,_0x3ec353['qMVdh']):null)||constants[_0x11380c(0x1e9)];let _0x276a4d;if(!_0x326446||_0x3ec353[_0x11380c(0x1a7)](_0x326446,''))_0x276a4d=_0x147348;else{const _0x1b81ab=_0x147348[_0x11380c(0x1b0)]('/')?_0x147348:_0x3ec353[_0x11380c(0x1c6)](_0x147348,'/');_0x276a4d=new URL(_0x326446,_0x1b81ab)['toString']();}return!_0x276a4d[_0x11380c(0x1b0)](_0x3ec353[_0x11380c(0x1b6)])&&(_0x276a4d+=_0x3ec353[_0x11380c(0x1b6)]),_0x276a4d;}static['getDetoxHubUrl'](_0x1b5093){const _0x15658a=a77_0xd15dc5,_0x223f7d={'zILDd':function(_0x1e77a3){return _0x1e77a3();},'eESic':function(_0x14bbc6,_0x23d17b,_0x3b7a9a){return _0x14bbc6(_0x23d17b,_0x3b7a9a);},'APLBr':_0x15658a(0x20e),'yVgeW':_0x15658a(0x20c),'TDncU':_0x15658a(0x1d7),'vjFNc':_0x15658a(0x1ec),'RdFRa':function(_0x15c014,_0x1e31e7){return _0x15c014===_0x1e31e7;},'FjXgM':function(_0x3bc23d,_0x1e0b96){return _0x3bc23d+_0x1e0b96;}},_0x4c70cb=_0x223f7d['zILDd'](getBrowserstackCLI),_0x39a6fd=_0x4c70cb?_0x4c70cb[_0x15658a(0x1ff)]():null,_0x5eef43=_0x39a6fd?_0x223f7d[_0x15658a(0x20b)](nestedKeyValue,_0x39a6fd[_0x15658a(0x1cc)](),[_0x223f7d[_0x15658a(0x203)],_0x223f7d[_0x15658a(0x219)],_0x223f7d['TDncU']]):null,_0x3e6d3c=(_0x5eef43?_0x5eef43['replace'](/^https:/,_0x223f7d[_0x15658a(0x1fd)]):null)||constants[_0x15658a(0x201)];if(!_0x1b5093||_0x223f7d[_0x15658a(0x1dc)](_0x1b5093,''))return _0x3e6d3c;const _0x27ed48=_0x3e6d3c[_0x15658a(0x1b0)]('/')?_0x3e6d3c:_0x223f7d[_0x15658a(0x209)](_0x3e6d3c,'/');return new URL(_0x1b5093,_0x27ed48)[_0x15658a(0x1e8)]();}}module[a77_0xd15dc5(0x1ac)]=APIUtilityMethods;function a77_0x46fd(){const _0x4523fd=['2726796WrpZXA','xyxZA','44iWJkGK','PLAYWRIGHT_HUB_URL','RdFRa','EeMiL','/puppeteer?caps=','DWMVb','YmLVq','VGLaO','DkTxh','Qtlln','bsstag.com','BROWSERSTACK_API_URL','LqVRC','KKKlV','toString','PUPPETEER_HUB_URL','getAutomateSessionStatusAPIUrl','10976oqhUZV','wss:','CAwPv','hBhvd','138555ANEtUv','MfJKc','18bQrONh','rAaVF','getAppAutomateSessionsListAPIUrl','upload','KVlyb','DMOmy','replace','hEDwN','HynNW','JWeSj','EDS_URL','EcUlc','vjFNc','IoZZP','getInstance','cdp','DETOX_HUB_URL','2439980kXVMGs','APLBr','lotRz','some','xgmUk','observability','BJqyW','FjXgM','EmNVd','eESic','appAutomate','qJYrk','apis','NHblb','ZwKOg','NBlcq','fdJdz','edsInstrumentation','api','OBSERVABILITY_UPLOAD_URL','ljVBV','QcXDB','zaGgP','yVgeW','210uQnujv','getPlaywrightHubUrl','WlYiS','APP_UPLOAD_URL','iWAJa','automate','LVgxg','pdejo','7625925JuBNrn','exports','lIbbf','ELtuI','8lpRseY','endsWith','YmwiD','NxVCk','tpabq','RTAQP','gzjra','ilnDq','browserstack.com','TMKVr','xtQcF','VrULQ','eiorT','getAutomateSessionNameAPIUrl','dLiTr','BEUgA','/playwright?caps=','SfjCi','ElNZa','NbGst','tSvpr','getBStackAPIUrl','81575GCtrEv','xYgzf','DNZBZ','ZuYDf','TIPkw','HfHhI','../v2/browserstackCLI','getConfig','./constants','getAutoCaptureLogsAPIUrl','OAlvV','fmTGU','1630352VkvaBZ','getPuppeteerHubUrl','ZzBZM','xFDph','NObut','yRPNZ','detox'];a77_0x46fd=function(){return _0x4523fd;};return a77_0x46fd();}
1
+ const a77_0x263c3b=a77_0x1c2d;function a77_0x3bb8(){const _0x1c0134=['pLvuL','JyMrj','UuWdc','getInstance','12192888sahubh','nSIVm','RXyrB','XAADu','lpEfq','FaTWY','ZuolS','ClvhZ','RYLJV','getAppAutomateSessionStatusAPIUrl','tDVod','ZqAiE','EDS_URL','cdp','odeHz','ApbwW','ilJon','6BPAxPd','xVfsL','9KOjJtx','WohUG','fqadX','vyVaQ','VYagU','SiHpX','upload','LJLJJ','loOfq','yTBSM','MlZIz','dPOZE','endsWith','APP_UPLOAD_URL','RjiRg','411260hamwvt','zKvyi','UEfvy','hqFLn','getBStackAPIUrl','ULrWb','VBLkz','observability','BROWSERSTACK_API_URL','getPlaywrightHubUrl','getEdsInstrumentationAPIUrl','PLAYWRIGHT_HUB_URL','egMju','OBSERVABILITY_UPLOAD_URL','tjuOd','xfyKF','oPzrT','edsInstrumentation','XzuzV','HuhcI','getAutomateSessionNameAPIUrl','getAutomateSessionStatusAPIUrl','Vnulq','guEIX','DETOX_HUB_URL','bsstag.com','BDwss','./constants','uBXaI','getAppAutomateSessionsListAPIUrl','getConfig','getAutomateSessionsListAPIUrl','AYcWA','./sharedUtils','3899730SyfxzU','ZjtFo','406292Lwlvtc','KQxCP','../v2/browserstackCLI','9647CAPvVI','KCtDy','replace','6349110kXONpl','UJiRe','VhFrK','yUpPk','BUunh','nCgoc','IAEAX','1828lhezQk','apis','/playwright?caps=','gIPXx','getAppAutomateSessionNameAPIUrl','GNDvI','GZqdq','getPuppeteerHubUrl','pHTNM','/puppeteer?caps=','Kbldo','MdBfr','56328OWVRmc','api','ndKHm','toString','NZvTH','getAppAutomateUploadAPIUrl','oljcf','bEmWh','5481DssigX','7kKtwKG','cYrbP','appAutomate','ExvTC','jfvxR','ilVNZ','exports','automate','NZZMm','PUPPETEER_HUB_URL','VQqGP'];a77_0x3bb8=function(){return _0x1c0134;};return a77_0x3bb8();}function a77_0x1c2d(_0x5ba3be,_0x556133){const _0x3bb882=a77_0x3bb8();return a77_0x1c2d=function(_0x1c2daa,_0x10e52a){_0x1c2daa=_0x1c2daa-0x6c;let _0x4bfa83=_0x3bb882[_0x1c2daa];return _0x4bfa83;},a77_0x1c2d(_0x5ba3be,_0x556133);}(function(_0x561ec6,_0x4e5f06){const _0x4d5933=a77_0x1c2d,_0x17f91=_0x561ec6();while(!![]){try{const _0x56a78b=parseInt(_0x4d5933(0xbb))/0x1*(-parseInt(_0x4d5933(0x86))/0x2)+-parseInt(_0x4d5933(0xdc))/0x3*(parseInt(_0x4d5933(0xc8))/0x4)+-parseInt(_0x4d5933(0xb9))/0x5+parseInt(_0x4d5933(0xc1))/0x6+parseInt(_0x4d5933(0xdd))/0x7*(-parseInt(_0x4d5933(0x75))/0x8)+parseInt(_0x4d5933(0x88))/0x9*(-parseInt(_0x4d5933(0x97))/0xa)+parseInt(_0x4d5933(0xbe))/0xb*(parseInt(_0x4d5933(0xd4))/0xc);if(_0x56a78b===_0x4e5f06)break;else _0x17f91['push'](_0x17f91['shift']());}catch(_0xf5078d){_0x17f91['push'](_0x17f91['shift']());}}}(a77_0x3bb8,0xbd691));const constants=require(a77_0x263c3b(0xb2)),{nestedKeyValue}=require(a77_0x263c3b(0xb8)),getBrowserstackCLI=()=>{const _0x19d180=a77_0x263c3b,_0x3d6bc9={'Hlxhh':function(_0x17d589,_0x21710e){return _0x17d589(_0x21710e);},'IAEAX':_0x19d180(0xbd)};return _0x3d6bc9['Hlxhh'](require,_0x3d6bc9[_0x19d180(0xc7)]);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a77_0x263c3b(0xb0)],isAllowedApiHost=_0x2e2dee=>{const _0x1cc077=a77_0x263c3b;try{const {hostname:_0x33c941}=new URL(_0x2e2dee);return ALLOWED_API_HOST_SUFFIXES['some'](_0x285709=>_0x33c941===_0x285709||_0x33c941[_0x1cc077(0x94)]('.'+_0x285709));}catch{return![];}},safeApiHost=(_0x1a72d0,_0x4160ba)=>{const _0x4216c6=a77_0x263c3b,_0x3e9406={'guEIX':function(_0x2c01ac,_0x18ea70){return _0x2c01ac(_0x18ea70);}};if(_0x1a72d0&&_0x3e9406[_0x4216c6(0xae)](isAllowedApiHost,_0x1a72d0))return _0x1a72d0;return _0x4160ba;};class APIUtilityMethods{static[a77_0x263c3b(0x9b)](_0xb94b89){const _0x2099b7=a77_0x263c3b,_0x5d3988={'RAAod':function(_0x4a23a1){return _0x4a23a1();},'ExvTC':function(_0x1c2c2b,_0x2dc9b7,_0x10e07e){return _0x1c2c2b(_0x2dc9b7,_0x10e07e);},'ZBuky':_0x2099b7(0xc9),'BDwss':_0x2099b7(0x6d),'ZuolS':_0x2099b7(0xd5),'CKenb':function(_0x47ede0,_0x3f8252,_0x1d37aa){return _0x47ede0(_0x3f8252,_0x1d37aa);},'lMDLI':function(_0x20e6f3,_0x3723d8){return _0x20e6f3===_0x3723d8;},'WohUG':function(_0x347915,_0x3b37d5){return _0x347915+_0x3b37d5;}},_0x5b5150=_0x5d3988['RAAod'](getBrowserstackCLI),_0x585f94=_0x5d3988[_0x2099b7(0xe0)](nestedKeyValue,_0x5b5150[_0x2099b7(0x74)]()[_0x2099b7(0xb5)](),[_0x5d3988['ZBuky'],_0x5d3988[_0x2099b7(0xb1)],_0x5d3988[_0x2099b7(0x7b)]]),_0x5adf8e=_0x5d3988['CKenb'](safeApiHost,_0x585f94,constants[_0x2099b7(0x9f)]);if(!_0xb94b89||_0x5d3988['lMDLI'](_0xb94b89,''))return _0x5adf8e;const _0x35e092=_0x5adf8e[_0x2099b7(0x94)]('/')?_0x5adf8e:_0x5d3988[_0x2099b7(0x89)](_0x5adf8e,'/');return new URL(_0xb94b89,_0x35e092)['toString']();}static[a77_0x263c3b(0xa1)](_0x316821){const _0x538c59=a77_0x263c3b,_0x1e3cd4={'ULrWb':function(_0x1bdc78){return _0x1bdc78();},'fLOiz':function(_0x48866d,_0x28e0e5,_0x304c02){return _0x48866d(_0x28e0e5,_0x304c02);},'GNDvI':_0x538c59(0xc9),'jfvxR':_0x538c59(0xa8),'bEmWh':'api','UEfvy':function(_0xcc974a,_0x3e0be8){return _0xcc974a===_0x3e0be8;},'TFgWI':function(_0xf6d97a,_0x3a1f2e){return _0xf6d97a+_0x3a1f2e;}},_0x2f80e3=_0x1e3cd4[_0x538c59(0x9c)](getBrowserstackCLI),_0x292a32=_0x1e3cd4['fLOiz'](nestedKeyValue,_0x2f80e3[_0x538c59(0x74)]()['getConfig'](),[_0x1e3cd4[_0x538c59(0xcd)],_0x1e3cd4[_0x538c59(0xe1)],_0x1e3cd4[_0x538c59(0xdb)]])||constants[_0x538c59(0x81)];if(!_0x316821||_0x1e3cd4[_0x538c59(0x99)](_0x316821,''))return _0x292a32;const _0x10a187=_0x292a32[_0x538c59(0x94)]('/')?_0x292a32:_0x1e3cd4['TFgWI'](_0x292a32,'/');return new URL(_0x316821,_0x10a187)[_0x538c59(0xd7)]();}static[a77_0x263c3b(0xac)](_0x2b5d0a){const _0x377ac1=a77_0x263c3b,_0x5c271d={'gVIla':function(_0x57023f){return _0x57023f();},'VYagU':function(_0xf77a29,_0x5ca6ef,_0x314fb8){return _0xf77a29(_0x5ca6ef,_0x314fb8);},'tDVod':_0x377ac1(0xc9),'Vnulq':'automate','cYrbP':_0x377ac1(0xd5),'zwNwN':function(_0x143a2a,_0x44afad){return _0x143a2a===_0x44afad;},'Kbldo':function(_0x4fb35a,_0x57c55f){return _0x4fb35a+_0x57c55f;}},_0x2a82be=_0x5c271d['gVIla'](getBrowserstackCLI),_0x22baf9=_0x5c271d[_0x377ac1(0x8c)](nestedKeyValue,_0x2a82be[_0x377ac1(0x74)]()['getConfig'](),[_0x5c271d[_0x377ac1(0x7f)],_0x5c271d[_0x377ac1(0xad)],_0x5c271d[_0x377ac1(0xde)]])||constants[_0x377ac1(0x9f)];if(!_0x2b5d0a||_0x5c271d['zwNwN'](_0x2b5d0a,''))return _0x22baf9;const _0xe30232=_0x22baf9[_0x377ac1(0x94)]('/')?_0x22baf9:_0x5c271d[_0x377ac1(0xd2)](_0x22baf9,'/');return new URL(_0x2b5d0a,_0xe30232)['toString']();}static[a77_0x263c3b(0x7e)](_0x13f997){const _0x343d21=a77_0x263c3b,_0x1ee87c={'NZZMm':function(_0x55ca43){return _0x55ca43();},'xVfsL':function(_0x12ed74,_0x29ce65,_0x2c87be){return _0x12ed74(_0x29ce65,_0x2c87be);},'oljcf':'apis','RjiRg':_0x343d21(0xdf),'ApbwW':_0x343d21(0xd5),'tjuOd':function(_0x413c40,_0x4b3059){return _0x413c40===_0x4b3059;},'ndKHm':function(_0x4c08f9,_0x442ecd){return _0x4c08f9+_0x442ecd;}},_0xac0b6e=_0x1ee87c[_0x343d21(0x6e)](getBrowserstackCLI),_0xcfe00=_0x1ee87c[_0x343d21(0x87)](nestedKeyValue,_0xac0b6e[_0x343d21(0x74)]()[_0x343d21(0xb5)](),[_0x1ee87c[_0x343d21(0xda)],_0x1ee87c[_0x343d21(0x96)],_0x1ee87c[_0x343d21(0x84)]])||constants['BROWSERSTACK_API_URL'];if(!_0x13f997||_0x1ee87c[_0x343d21(0xa5)](_0x13f997,''))return _0xcfe00;const _0x483056=_0xcfe00[_0x343d21(0x94)]('/')?_0xcfe00:_0x1ee87c[_0x343d21(0xd6)](_0xcfe00,'/');return new URL(_0x13f997,_0x483056)['toString']();}static[a77_0x263c3b(0xab)](_0x21f95b){const _0x3a130e=a77_0x263c3b,_0x15ca3f={'GZqdq':function(_0x496eb0){return _0x496eb0();},'nSIVm':function(_0x32a9e1,_0x3d95d0,_0x2a7757){return _0x32a9e1(_0x3d95d0,_0x2a7757);},'qzdic':_0x3a130e(0xc9),'yUpPk':'automate','zKvyi':_0x3a130e(0xd5),'FaTWY':function(_0x34fbf1,_0x7f017f){return _0x34fbf1===_0x7f017f;},'pHTNM':function(_0x320e7a,_0x28daba){return _0x320e7a+_0x28daba;}},_0x987184=_0x15ca3f[_0x3a130e(0xce)](getBrowserstackCLI),_0x48fe59=_0x15ca3f[_0x3a130e(0x76)](nestedKeyValue,_0x987184[_0x3a130e(0x74)]()['getConfig'](),[_0x15ca3f['qzdic'],_0x15ca3f[_0x3a130e(0xc4)],_0x15ca3f[_0x3a130e(0x98)]])||constants[_0x3a130e(0x9f)];if(!_0x21f95b||_0x15ca3f[_0x3a130e(0x7a)](_0x21f95b,''))return _0x48fe59;const _0x4bf673=_0x48fe59[_0x3a130e(0x94)]('/')?_0x48fe59:_0x15ca3f[_0x3a130e(0xd0)](_0x48fe59,'/');return new URL(_0x21f95b,_0x4bf673)[_0x3a130e(0xd7)]();}static[a77_0x263c3b(0xcc)](_0x55b58a){const _0x23453e=a77_0x263c3b,_0x810510={'AYcWA':function(_0x57f3ae){return _0x57f3ae();},'odeHz':function(_0xca7260,_0x2c2e9d,_0xfdf692){return _0xca7260(_0x2c2e9d,_0xfdf692);},'XzuzV':'apis','UJiRe':_0x23453e(0xdf),'gIPXx':_0x23453e(0xd5),'JKeWD':function(_0x3bdb72,_0x1ff58a){return _0x3bdb72===_0x1ff58a;},'loOfq':function(_0x57d82a,_0x4681c9){return _0x57d82a+_0x4681c9;}},_0x38b2f4=_0x810510[_0x23453e(0xb7)](getBrowserstackCLI),_0x3b2a9c=_0x810510[_0x23453e(0x83)](nestedKeyValue,_0x38b2f4['getInstance']()['getConfig'](),[_0x810510[_0x23453e(0xa9)],_0x810510[_0x23453e(0xc2)],_0x810510[_0x23453e(0xcb)]])||constants['BROWSERSTACK_API_URL'];if(!_0x55b58a||_0x810510['JKeWD'](_0x55b58a,''))return _0x3b2a9c;const _0x571120=_0x3b2a9c[_0x23453e(0x94)]('/')?_0x3b2a9c:_0x810510[_0x23453e(0x90)](_0x3b2a9c,'/');return new URL(_0x55b58a,_0x571120)[_0x23453e(0xd7)]();}static[a77_0x263c3b(0xb6)](_0x539be8){const _0xe7c0d6=a77_0x263c3b,_0x4a7097={'Eyojr':function(_0x46813b){return _0x46813b();},'UuWdc':function(_0x275f55,_0xb7569,_0x1d02c5){return _0x275f55(_0xb7569,_0x1d02c5);},'NqToZ':_0xe7c0d6(0xc9),'VBLkz':_0xe7c0d6(0x6d),'LJLJJ':_0xe7c0d6(0xd5),'OXxDY':function(_0x3f6f71,_0x597fb0){return _0x3f6f71===_0x597fb0;},'oPzrT':function(_0x5cd05a,_0x1fd884){return _0x5cd05a+_0x1fd884;}},_0x1a82fa=_0x4a7097['Eyojr'](getBrowserstackCLI),_0x42ebfb=_0x4a7097[_0xe7c0d6(0x73)](nestedKeyValue,_0x1a82fa[_0xe7c0d6(0x74)]()[_0xe7c0d6(0xb5)](),[_0x4a7097['NqToZ'],_0x4a7097[_0xe7c0d6(0x9d)],_0x4a7097[_0xe7c0d6(0x8f)]])||constants[_0xe7c0d6(0x9f)];if(!_0x539be8||_0x4a7097['OXxDY'](_0x539be8,''))return _0x42ebfb;const _0x369d7a=_0x42ebfb[_0xe7c0d6(0x94)]('/')?_0x42ebfb:_0x4a7097[_0xe7c0d6(0xa7)](_0x42ebfb,'/');return new URL(_0x539be8,_0x369d7a)[_0xe7c0d6(0xd7)]()[_0xe7c0d6(0xc0)](/^https?:\/\//,'');}static[a77_0x263c3b(0xb4)](_0x43aa5a){const _0x376df8=a77_0x263c3b,_0x404038={'egMju':function(_0x4ecb17){return _0x4ecb17();},'ARgpo':function(_0x1c131c,_0x5f0e5e,_0x5f40a5){return _0x1c131c(_0x5f0e5e,_0x5f40a5);},'Jwtxd':_0x376df8(0xc9),'ilJon':_0x376df8(0xdf),'lpEfq':_0x376df8(0xd5),'ilVNZ':function(_0x5cff48,_0x1d1dcb){return _0x5cff48===_0x1d1dcb;},'qJwht':function(_0x18da79,_0x586509){return _0x18da79+_0x586509;}},_0x4d8e4b=_0x404038[_0x376df8(0xa3)](getBrowserstackCLI),_0x1758b1=_0x404038['ARgpo'](nestedKeyValue,_0x4d8e4b[_0x376df8(0x74)]()['getConfig'](),[_0x404038['Jwtxd'],_0x404038[_0x376df8(0x85)],_0x404038[_0x376df8(0x79)]])||constants[_0x376df8(0x95)];if(!_0x43aa5a||_0x404038[_0x376df8(0xe2)](_0x43aa5a,''))return _0x1758b1;const _0x21294d=_0x1758b1['endsWith']('/')?_0x1758b1:_0x404038['qJwht'](_0x1758b1,'/');return new URL(_0x43aa5a,_0x21294d)[_0x376df8(0xd7)]()[_0x376df8(0xc0)](/^https?:\/\//,'');}static[a77_0x263c3b(0xd9)](_0x1c77fc){const _0x1baf55=a77_0x263c3b,_0x45c027={'vyVaQ':function(_0x35e8a9){return _0x35e8a9();},'yTBSM':function(_0x51a4f5,_0x8c6f02,_0x42d1a8){return _0x51a4f5(_0x8c6f02,_0x42d1a8);},'VQqGP':_0x1baf55(0xc9),'xfyKF':_0x1baf55(0xdf),'ZjtFo':_0x1baf55(0x8e),'ZqAiE':_0x1baf55(0xd5),'pLvuL':function(_0x196b38,_0x235252){return _0x196b38===_0x235252;},'MdBfr':function(_0x154acd,_0x26650f){return _0x154acd+_0x26650f;}},_0x109c53=_0x45c027[_0x1baf55(0x8b)](getBrowserstackCLI),_0x4caf3a=_0x45c027[_0x1baf55(0x91)](nestedKeyValue,_0x109c53[_0x1baf55(0x74)]()[_0x1baf55(0xb5)](),[_0x45c027[_0x1baf55(0x70)],_0x45c027['xfyKF'],_0x45c027[_0x1baf55(0xba)]])||_0x45c027['yTBSM'](nestedKeyValue,_0x109c53[_0x1baf55(0x74)]()[_0x1baf55(0xb5)](),[_0x45c027[_0x1baf55(0x70)],_0x45c027[_0x1baf55(0xa6)],_0x45c027[_0x1baf55(0x80)]])||constants[_0x1baf55(0x95)];if(!_0x1c77fc||_0x45c027[_0x1baf55(0x71)](_0x1c77fc,''))return _0x4caf3a;const _0x5becfd=_0x4caf3a['endsWith']('/')?_0x4caf3a:_0x45c027[_0x1baf55(0xd3)](_0x4caf3a,'/');return new URL(_0x1c77fc,_0x5becfd)[_0x1baf55(0xd7)]();}static['getAutoCaptureLogsAPIUrl'](_0x2d9538){const _0x553ead=a77_0x263c3b,_0x14a86b={'NZvTH':function(_0x5b8538){return _0x5b8538();},'XAADu':function(_0x42ed92,_0x5ec869,_0x548979){return _0x42ed92(_0x5ec869,_0x548979);},'SEAKD':'apis','fvDFX':_0x553ead(0x9e),'UTctE':_0x553ead(0x8e),'SQrLk':function(_0x201aae,_0x449364){return _0x201aae===_0x449364;},'fXqrR':function(_0x1043da,_0x4adca){return _0x1043da+_0x4adca;}},_0x108f4f=_0x14a86b[_0x553ead(0xd8)](getBrowserstackCLI),_0xc76f73=_0x14a86b[_0x553ead(0x78)](nestedKeyValue,_0x108f4f[_0x553ead(0x74)]()[_0x553ead(0xb5)](),[_0x14a86b['SEAKD'],_0x14a86b['fvDFX'],_0x14a86b['UTctE']])||constants[_0x553ead(0xa4)];if(!_0x2d9538||_0x14a86b['SQrLk'](_0x2d9538,''))return _0xc76f73;const _0x1bb7f2=_0xc76f73[_0x553ead(0x94)]('/')?_0xc76f73:_0x14a86b['fXqrR'](_0xc76f73,'/');return new URL(_0x2d9538,_0x1bb7f2)[_0x553ead(0xd7)]();}static[a77_0x263c3b(0xa0)](_0x37d8b8){const _0x30186e=a77_0x263c3b,_0x3b46a3={'KCtDy':function(_0x417038){return _0x417038();},'uBXaI':function(_0x43a267,_0x1e0d8b,_0x169b71){return _0x43a267(_0x1e0d8b,_0x169b71);},'RYLJV':_0x30186e(0xc9),'nCgoc':_0x30186e(0x6d),'JyMrj':'cdp','RltrA':'wss:','KQxCP':function(_0x33ee8c,_0x4b4950){return _0x33ee8c===_0x4b4950;},'MlZIz':function(_0x485a22,_0x2feaed){return _0x485a22+_0x2feaed;},'ClvhZ':_0x30186e(0xca)},_0x5557d4=_0x3b46a3[_0x30186e(0xbf)](getBrowserstackCLI),_0x5a6cdb=_0x3b46a3[_0x30186e(0xb3)](nestedKeyValue,_0x5557d4[_0x30186e(0x74)]()['getConfig'](),[_0x3b46a3[_0x30186e(0x7d)],_0x3b46a3[_0x30186e(0xc6)],_0x3b46a3[_0x30186e(0x72)]]),_0x5c4369=(_0x5a6cdb?_0x5a6cdb['replace'](/^https:/,_0x3b46a3['RltrA']):null)||constants[_0x30186e(0xa2)];let _0x7abcc4;if(!_0x37d8b8||_0x3b46a3[_0x30186e(0xbc)](_0x37d8b8,''))_0x7abcc4=_0x5c4369;else{const _0x2fa784=_0x5c4369[_0x30186e(0x94)]('/')?_0x5c4369:_0x3b46a3[_0x30186e(0x92)](_0x5c4369,'/');_0x7abcc4=new URL(_0x37d8b8,_0x2fa784)[_0x30186e(0xd7)]();}return!_0x7abcc4[_0x30186e(0x94)](_0x3b46a3[_0x30186e(0x7c)])&&(_0x7abcc4+=_0x3b46a3[_0x30186e(0x7c)]),_0x7abcc4;}static[a77_0x263c3b(0xcf)](_0x101e6a){const _0x1308f4=a77_0x263c3b,_0x78100={'UDGyQ':function(_0x37d9ce){return _0x37d9ce();},'YDgoj':function(_0x58af41,_0x3ab100,_0x397932){return _0x58af41(_0x3ab100,_0x397932);},'dPOZE':'apis','HuhcI':_0x1308f4(0x6d),'vwvzK':_0x1308f4(0x82),'lxWKG':'wss:','cMHtD':function(_0x6219eb,_0x51cc6f){return _0x6219eb===_0x51cc6f;},'TuOZG':function(_0x16d604,_0x53116e){return _0x16d604+_0x53116e;},'RXyrB':_0x1308f4(0xd1)},_0x285973=_0x78100['UDGyQ'](getBrowserstackCLI),_0x295bc5=_0x78100['YDgoj'](nestedKeyValue,_0x285973['getInstance']()[_0x1308f4(0xb5)](),[_0x78100[_0x1308f4(0x93)],_0x78100[_0x1308f4(0xaa)],_0x78100['vwvzK']]),_0xbe99d2=(_0x295bc5?_0x295bc5['replace'](/^https:/,_0x78100['lxWKG']):null)||constants[_0x1308f4(0x6f)];let _0x2bfd8b;if(!_0x101e6a||_0x78100['cMHtD'](_0x101e6a,''))_0x2bfd8b=_0xbe99d2;else{const _0x12bc9d=_0xbe99d2[_0x1308f4(0x94)]('/')?_0xbe99d2:_0x78100['TuOZG'](_0xbe99d2,'/');_0x2bfd8b=new URL(_0x101e6a,_0x12bc9d)[_0x1308f4(0xd7)]();}return!_0x2bfd8b[_0x1308f4(0x94)](_0x78100[_0x1308f4(0x77)])&&(_0x2bfd8b+=_0x78100['RXyrB']),_0x2bfd8b;}static['getDetoxHubUrl'](_0x4e5f6e){const _0xb61aeb=a77_0x263c3b,_0x85a19={'fqadX':function(_0x2554cd){return _0x2554cd();},'WnxwP':function(_0x4a62e7,_0x44b166,_0x265278){return _0x4a62e7(_0x44b166,_0x265278);},'hqFLn':'apis','VhFrK':_0xb61aeb(0xdf),'pFcCS':'detox','SiHpX':'wss:','BUunh':function(_0x400354,_0x2dbf9e){return _0x400354===_0x2dbf9e;},'Eypmz':function(_0x17a763,_0x139e58){return _0x17a763+_0x139e58;}},_0x59f52a=_0x85a19[_0xb61aeb(0x8a)](getBrowserstackCLI),_0x500d39=_0x59f52a?_0x59f52a[_0xb61aeb(0x74)]():null,_0x5736c5=_0x500d39?_0x85a19['WnxwP'](nestedKeyValue,_0x500d39['getConfig'](),[_0x85a19[_0xb61aeb(0x9a)],_0x85a19[_0xb61aeb(0xc3)],_0x85a19['pFcCS']]):null,_0x3a58e8=(_0x5736c5?_0x5736c5[_0xb61aeb(0xc0)](/^https:/,_0x85a19[_0xb61aeb(0x8d)]):null)||constants[_0xb61aeb(0xaf)];if(!_0x4e5f6e||_0x85a19[_0xb61aeb(0xc5)](_0x4e5f6e,''))return _0x3a58e8;const _0x427e91=_0x3a58e8['endsWith']('/')?_0x3a58e8:_0x85a19['Eypmz'](_0x3a58e8,'/');return new URL(_0x4e5f6e,_0x427e91)['toString']();}}module[a77_0x263c3b(0x6c)]=APIUtilityMethods;
@@ -1 +1 @@
1
- const a78_0x29345d=a78_0x4e48;(function(_0x40b8f3,_0x2795f4){const _0x20223c=a78_0x4e48,_0x331847=_0x40b8f3();while(!![]){try{const _0x543e72=parseInt(_0x20223c(0x24d))/0x1+-parseInt(_0x20223c(0x211))/0x2+parseInt(_0x20223c(0x212))/0x3+-parseInt(_0x20223c(0x24a))/0x4+-parseInt(_0x20223c(0x250))/0x5*(parseInt(_0x20223c(0x229))/0x6)+-parseInt(_0x20223c(0x228))/0x7+parseInt(_0x20223c(0x221))/0x8;if(_0x543e72===_0x2795f4)break;else _0x331847['push'](_0x331847['shift']());}catch(_0xde0f78){_0x331847['push'](_0x331847['shift']());}}}(a78_0x612d,0x5e91e));function a78_0x612d(){const _0xda0c89=['from','getErrorCodesOccurredInCli','errorCodesOccurredInCLI','../v2/grpcClient','Connectivity\x20Issue\x20details\x20not\x20found','getFinalErrorMessage','keys','getInstance','xEXGw','MfQlH','errorCode','isRunning','errorCodes','YOEoo','eOyJK','getSuccess','{ERROR_CODES}','errorCodesOccurredWhenCLINotRunning','getAggregatedErrorCodes','Process\x20Interruption','logSituation','hANzK','../v2/browserstackCLI','error','BkZCM','YybAL','exports','Process\x20Interruption\x20details\x20not\x20found:','aTYFg','ssl\x20cert\x20issue','object','reportFinalDetectionState','isArray','fzssa','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.','getAggregatedClientTroubleshootingErrors','1429398duSUIy','976485hIoPXO','getErrorCode','reportSessionLinkingIssue','getDocumentationLink','FFwSH','OeRhA','rytvx','Conflicting\x20Env\x20Var\x20details\x20not\x20found','.browserstack\x20folder\x20not\x20accessible','warn','CLIENT_TROUBLESHOOTING_HASH','getErrorCodes','browserstack\x20cloud\x20not\x20reachable','BXYVy','WFxhh','12141560CAVvYF','xgWrP','push','MptmE','logError','finalErrorMessage','getCachedErrorCodes','4580548MEBFpA','249228FFoqqB','Enohv','checkForErrorsOccuredInCLI','MkMii','parse','errorMessage','documentationLink','oRnnZ','mZxBz','XJfAt','toString','getErrorMessage','size','replace','getErrorDetails','mdCzY','AluBy','reportConflictingEnvVarIssue','add','jltib','reportClientTroubleshootingError','XCooZ','length','BzElH','cbPLi','cachedErrorCodes','IyWmK','THTQL','[ClientTroubleShootingService]\x20','base64','winstonLogger','../../helpers/logger','ihMxK','200120kZgwsG','conflicting\x20env\x20var\x20detected','lSnHC','586331hKMZyO','{SIGNAL}','BNTYs','75yjXCPw'];a78_0x612d=function(){return _0xda0c89;};return a78_0x612d();}const logger=require(a78_0x29345d(0x248))[a78_0x29345d(0x247)],BrowserstackCLI=require(a78_0x29345d(0x203)),GrpcClient=require(a78_0x29345d(0x1f0)),constants=require('./constants');class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static [a78_0x29345d(0x1fe)]=new Set();static async['getErrorDetails'](_0x3e154f){const _0x2f16f5=a78_0x29345d,_0x4fe41d={};_0x4fe41d[_0x2f16f5(0x1f5)]=function(_0x4f5ed8,_0x44ec12){return _0x4f5ed8!==_0x44ec12;};const _0x3c73ed=_0x4fe41d;try{if(BrowserstackCLI[_0x2f16f5(0x1f4)]()[_0x2f16f5(0x1f8)]()){const _0x37610d=await GrpcClient[_0x2f16f5(0x1f4)]()[_0x2f16f5(0x23d)](_0x3e154f);if(_0x3c73ed[_0x2f16f5(0x1f5)](_0x37610d,null)&&_0x37610d[_0x2f16f5(0x1fc)]())return{'errorCode':_0x37610d[_0x2f16f5(0x213)](),'errorMessage':_0x37610d[_0x2f16f5(0x234)]()};return{};}return{};}catch(_0x3af3b7){return this['logError']('Error\x20in\x20getting\x20error\x20details\x20for\x20'+_0x3e154f+':',_0x3af3b7),{};}}static async[a78_0x29345d(0x1ff)](){const _0xf99a89=a78_0x29345d,_0x43ea87={};_0x43ea87[_0xf99a89(0x22a)]=function(_0x483772,_0x40acc6){return _0x483772!==_0x40acc6;},_0x43ea87['aTYFg']=_0xf99a89(0x246),_0x43ea87['MfQlH']='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x19408e=_0x43ea87;try{if(BrowserstackCLI[_0xf99a89(0x1f4)]()[_0xf99a89(0x1f8)]()){const _0x1530c1=await GrpcClient[_0xf99a89(0x1f4)]()[_0xf99a89(0x210)]();if(_0x19408e[_0xf99a89(0x22a)](_0x1530c1,null)&&_0x1530c1['getSuccess']()){const _0x164762=Buffer[_0xf99a89(0x251)](_0x1530c1[_0xf99a89(0x21d)](),_0x19408e[_0xf99a89(0x209)])[_0xf99a89(0x233)](),_0x309cfc=_0x164762?JSON[_0xf99a89(0x22d)](_0x164762):[],_0x1c2dfb=_0x1530c1[_0xf99a89(0x215)](),_0x92dfe7=_0x1530c1[_0xf99a89(0x1f2)](),_0x51daff=Buffer[_0xf99a89(0x251)](_0x1530c1[_0xf99a89(0x1ee)](),_0x19408e[_0xf99a89(0x209)])[_0xf99a89(0x233)](),_0x55d730=_0x51daff?JSON[_0xf99a89(0x22d)](_0x51daff):[],_0x2c8ddd={};return _0x2c8ddd[_0xf99a89(0x1f9)]=_0x309cfc,_0x2c8ddd[_0xf99a89(0x22f)]=_0x1c2dfb,_0x2c8ddd[_0xf99a89(0x226)]=_0x92dfe7,_0x2c8ddd['errorCodesOccurredInCLI']=_0x55d730,_0x2c8ddd;}const _0x437304={};return _0x437304[_0xf99a89(0x1f9)]=[],_0x437304[_0xf99a89(0x22f)]='',_0x437304[_0xf99a89(0x226)]='',_0x437304[_0xf99a89(0x1ef)]=[],_0x437304;}const _0x2f0987={};return _0x2f0987[_0xf99a89(0x1f9)]=[],_0x2f0987[_0xf99a89(0x22f)]='',_0x2f0987[_0xf99a89(0x226)]='',_0x2f0987[_0xf99a89(0x1ef)]=[],_0x2f0987;}catch(_0x193715){this[_0xf99a89(0x225)](_0x19408e[_0xf99a89(0x1f6)],_0x193715);const _0x444605={};return _0x444605[_0xf99a89(0x1f9)]=[],_0x444605[_0xf99a89(0x22f)]='',_0x444605[_0xf99a89(0x226)]='',_0x444605[_0xf99a89(0x1ef)]=[],_0x444605;}}static[a78_0x29345d(0x201)](_0x2a5fd4,_0x342e51){logger['warn'](_0x2a5fd4+':\x20'+_0x342e51);}static[a78_0x29345d(0x22b)](_0x50ee2d){const _0x5bc54a=a78_0x29345d,_0x46ad06={};_0x46ad06[_0x5bc54a(0x205)]=function(_0x36f43c,_0x42de41){return _0x36f43c!=_0x42de41;},_0x46ad06['FFwSH']=function(_0x56c344,_0x38b5f1){return _0x56c344!=_0x38b5f1;},_0x46ad06[_0x5bc54a(0x20e)]=function(_0xc4e0eb,_0x61af2c){return _0xc4e0eb>_0x61af2c;},_0x46ad06[_0x5bc54a(0x249)]=function(_0x39007c,_0x3cfe33){return _0x39007c!=_0x3cfe33;};const _0x154a52=_0x46ad06,_0x3fd0e4=[];if(_0x154a52[_0x5bc54a(0x205)](_0x50ee2d,null)&&_0x154a52[_0x5bc54a(0x216)](_0x50ee2d['errorCodesOccurredInCLI'],null)&&_0x154a52[_0x5bc54a(0x20e)](_0x50ee2d[_0x5bc54a(0x1ef)]['length'],0x0))for(const _0x1edc50 of _0x50ee2d[_0x5bc54a(0x1ef)]){_0x154a52[_0x5bc54a(0x249)](_0x1edc50[_0x5bc54a(0x1f7)],null)&&_0x154a52[_0x5bc54a(0x249)](_0x1edc50[_0x5bc54a(0x22e)],null)&&(_0x3fd0e4[_0x5bc54a(0x223)](_0x1edc50[_0x5bc54a(0x1f7)]),this['logSituation'](_0x1edc50[_0x5bc54a(0x1f7)],_0x1edc50[_0x5bc54a(0x22e)]));}return _0x3fd0e4;}static[a78_0x29345d(0x227)](){const _0x27a4c1=a78_0x29345d;return this[_0x27a4c1(0x242)];}static['logError'](_0x230b19,_0x7df40d){const _0x28f41c=a78_0x29345d,_0x44a7a4={};_0x44a7a4[_0x28f41c(0x222)]=function(_0x478126,_0x15e717){return _0x478126===_0x15e717;},_0x44a7a4[_0x28f41c(0x243)]=_0x28f41c(0x20b);const _0x4ed7d8=_0x44a7a4;if(_0x4ed7d8[_0x28f41c(0x222)](typeof _0x7df40d,_0x4ed7d8[_0x28f41c(0x243)]))try{logger['error']('[ClientTroubleShootingService]\x20'+_0x230b19+'\x20'+JSON['stringify'](_0x7df40d));}catch(_0x491d0f){logger[_0x28f41c(0x204)]('[ClientTroubleShootingService]\x20'+_0x230b19+'\x20'+_0x7df40d);}else logger[_0x28f41c(0x204)](_0x28f41c(0x245)+_0x230b19+'\x20'+_0x7df40d);}static async['reportProcessInterruptionSituation'](_0x54a8f6){const _0x5ed438=a78_0x29345d,_0x566de1={};_0x566de1[_0x5ed438(0x240)]=_0x5ed438(0x200),_0x566de1['eOyJK']=function(_0x33d82c,_0x1cb7ea){return _0x33d82c===_0x1cb7ea;},_0x566de1['ikycQ']=_0x5ed438(0x208),_0x566de1[_0x5ed438(0x224)]=_0x5ed438(0x24e);const _0x50d287=_0x566de1,_0x3f573f=await this[_0x5ed438(0x237)](_0x50d287['BzElH']);if(!_0x3f573f||_0x50d287[_0x5ed438(0x1fb)](Object['keys'](_0x3f573f)[_0x5ed438(0x23f)],0x0)){this[_0x5ed438(0x225)](_0x50d287['ikycQ'],_0x3f573f);return;}this[_0x5ed438(0x201)](_0x3f573f[_0x5ed438(0x1f7)],_0x3f573f[_0x5ed438(0x22e)]['replace'](_0x50d287[_0x5ed438(0x224)],_0x54a8f6));}static async[a78_0x29345d(0x214)](){const _0xd4f06e=a78_0x29345d,_0x111358={};_0x111358[_0xd4f06e(0x238)]='Session\x20Linking\x20Issue',_0x111358[_0xd4f06e(0x231)]=function(_0x37bbd0,_0x50c5c5){return _0x37bbd0===_0x50c5c5;},_0x111358[_0xd4f06e(0x23e)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x5aaec6=_0x111358,_0x10c2e6=await this['getErrorDetails'](_0x5aaec6[_0xd4f06e(0x238)]);if(!_0x10c2e6||_0x5aaec6[_0xd4f06e(0x231)](Object[_0xd4f06e(0x1f3)](_0x10c2e6)[_0xd4f06e(0x23f)],0x0)){this['logError'](_0x5aaec6[_0xd4f06e(0x23e)],_0x10c2e6);return;}this[_0xd4f06e(0x201)](_0x10c2e6['errorCode'],_0x10c2e6[_0xd4f06e(0x22e)]);}static async['reportConnectivityIssue'](){const _0x5a1fcd=a78_0x29345d,_0x2a1df3={};_0x2a1df3[_0x5a1fcd(0x220)]=_0x5a1fcd(0x21e),_0x2a1df3[_0x5a1fcd(0x22c)]=function(_0x5961e8,_0x54d2c8){return _0x5961e8===_0x54d2c8;},_0x2a1df3[_0x5a1fcd(0x232)]=_0x5a1fcd(0x1f1);const _0x1abf83=_0x2a1df3,_0x2e8c4d=await this[_0x5a1fcd(0x237)](_0x1abf83[_0x5a1fcd(0x220)]);if(!_0x2e8c4d||_0x1abf83['MkMii'](Object['keys'](_0x2e8c4d)['length'],0x0)){this[_0x5a1fcd(0x225)](_0x1abf83[_0x5a1fcd(0x232)],_0x2e8c4d);return;}this[_0x5a1fcd(0x201)](_0x2e8c4d[_0x5a1fcd(0x1f7)],_0x2e8c4d[_0x5a1fcd(0x22e)]);}static async['reportSSLCertIssue'](){const _0x3efd2a=a78_0x29345d,_0xe82c5c={};_0xe82c5c[_0x3efd2a(0x241)]=_0x3efd2a(0x20a),_0xe82c5c[_0x3efd2a(0x244)]=function(_0x45cf0a,_0x4c4420){return _0x45cf0a===_0x4c4420;},_0xe82c5c[_0x3efd2a(0x23c)]=_0x3efd2a(0x20f);const _0x36f165=_0xe82c5c,_0x306df2=await this[_0x3efd2a(0x237)](_0x36f165[_0x3efd2a(0x241)]);if(!_0x306df2||_0x36f165[_0x3efd2a(0x244)](Object[_0x3efd2a(0x1f3)](_0x306df2)[_0x3efd2a(0x23f)],0x0)){this[_0x3efd2a(0x225)](_0x36f165[_0x3efd2a(0x23c)],_0x306df2);return;}this['logSituation'](_0x306df2['errorCode'],_0x306df2[_0x3efd2a(0x22e)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x6a405d=a78_0x29345d,_0x2a8faf={};_0x2a8faf[_0x6a405d(0x202)]=_0x6a405d(0x21a),_0x2a8faf[_0x6a405d(0x217)]=function(_0x2afa6b,_0x30b8bb){return _0x2afa6b===_0x30b8bb;},_0x2a8faf['YybAL']='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x465e4c=_0x2a8faf,_0x374c3c=constants[_0x6a405d(0x21c)][_0x465e4c[_0x6a405d(0x202)]];if(!_0x374c3c||_0x465e4c[_0x6a405d(0x217)](Object['keys'](_0x374c3c)[_0x6a405d(0x23f)],0x0)){this[_0x6a405d(0x225)](_0x465e4c[_0x6a405d(0x206)],_0x374c3c);return;}this[_0x6a405d(0x1fe)][_0x6a405d(0x23b)](_0x374c3c[0x0]),this['logSituation'](_0x374c3c[0x0],_0x374c3c[0x1]);}static async[a78_0x29345d(0x23a)](_0xfdccac){const _0x4001b5=a78_0x29345d,_0xdcdbb8={};_0xdcdbb8[_0x4001b5(0x21f)]=_0x4001b5(0x24b),_0xdcdbb8[_0x4001b5(0x230)]=function(_0x3ff510,_0x301626){return _0x3ff510===_0x301626;},_0xdcdbb8['lSnHC']=_0x4001b5(0x219),_0xdcdbb8['BJAea']='{ENV_VAR}';const _0x27e415=_0xdcdbb8,_0x1594e8=await this[_0x4001b5(0x237)](_0x27e415['BXYVy']);if(!_0x1594e8||_0x27e415[_0x4001b5(0x230)](Object['keys'](_0x1594e8)[_0x4001b5(0x23f)],0x0)){this[_0x4001b5(0x225)](_0x27e415[_0x4001b5(0x24c)],_0x1594e8);return;}const _0x47acb5=_0x1594e8['errorMessage']['replace'](_0x27e415['BJAea'],_0xfdccac);this['logSituation'](_0x1594e8[_0x4001b5(0x1f7)],_0x47acb5);}static async[a78_0x29345d(0x20c)](){const _0x2add80=a78_0x29345d,_0x99e1e3={};_0x99e1e3[_0x2add80(0x1fa)]=function(_0x198a15,_0x139d29){return _0x198a15>_0x139d29;},_0x99e1e3[_0x2add80(0x24f)]=function(_0x4f9dd5,_0x50980){return _0x4f9dd5>_0x50980;},_0x99e1e3['AluBy']=_0x2add80(0x1fd),_0x99e1e3[_0x2add80(0x218)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x26b48b=_0x99e1e3,_0x5f3af3=await this[_0x2add80(0x1ff)](),_0x18634b=this['checkForErrorsOccuredInCLI'](_0x5f3af3),_0x395e71=Array[_0x2add80(0x20d)](_0x5f3af3[_0x2add80(0x1f9)])?_0x5f3af3['errorCodes']:[],_0x11182a=_0x26b48b['YOEoo'](this[_0x2add80(0x1fe)][_0x2add80(0x235)],0x0)?Array[_0x2add80(0x251)](this[_0x2add80(0x1fe)]):[],_0x128fd7=new Set([..._0x395e71,..._0x18634b,..._0x11182a]),_0x1a248b=Array['from'](_0x128fd7);if(_0x26b48b[_0x2add80(0x24f)](_0x1a248b['length'],0x0)){const _0x5527ac=_0x5f3af3['finalErrorMessage'][_0x2add80(0x236)](_0x26b48b[_0x2add80(0x239)],_0x1a248b['join'](',\x20'))[_0x2add80(0x236)](_0x26b48b[_0x2add80(0x218)],_0x5f3af3[_0x2add80(0x22f)]);logger[_0x2add80(0x21b)](_0x5527ac),this['cachedErrorCodes']=_0x1a248b;}}}function a78_0x4e48(_0x380f6d,_0x4b64d2){const _0x612d46=a78_0x612d();return a78_0x4e48=function(_0x4e4832,_0x271afd){_0x4e4832=_0x4e4832-0x1ee;let _0x2591e0=_0x612d46[_0x4e4832];return _0x2591e0;},a78_0x4e48(_0x380f6d,_0x4b64d2);}module[a78_0x29345d(0x207)]=ClientTroubleShootingService;
1
+ const a78_0x3720fd=a78_0x1444;function a78_0x1444(_0xa1ab00,_0x2d64dd){const _0xa0d424=a78_0xa0d4();return a78_0x1444=function(_0x14449a,_0x23f346){_0x14449a=_0x14449a-0x8d;let _0x1c8c32=_0xa0d424[_0x14449a];return _0x1c8c32;},a78_0x1444(_0xa1ab00,_0x2d64dd);}(function(_0x4f8571,_0x3e07ec){const _0xc6ca28=a78_0x1444,_0x36b1da=_0x4f8571();while(!![]){try{const _0x17f043=parseInt(_0xc6ca28(0xd1))/0x1*(parseInt(_0xc6ca28(0xe7))/0x2)+-parseInt(_0xc6ca28(0xb7))/0x3+-parseInt(_0xc6ca28(0xe9))/0x4+parseInt(_0xc6ca28(0xb5))/0x5+parseInt(_0xc6ca28(0xe4))/0x6*(-parseInt(_0xc6ca28(0xe2))/0x7)+parseInt(_0xc6ca28(0xaa))/0x8+-parseInt(_0xc6ca28(0x92))/0x9*(-parseInt(_0xc6ca28(0xcd))/0xa);if(_0x17f043===_0x3e07ec)break;else _0x36b1da['push'](_0x36b1da['shift']());}catch(_0xa78972){_0x36b1da['push'](_0x36b1da['shift']());}}}(a78_0xa0d4,0x59779));const logger=require('../../helpers/logger')['winstonLogger'],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require('../v2/grpcClient'),constants=require('./constants');class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static [a78_0x3720fd(0x8e)]=new Set();static async[a78_0x3720fd(0x97)](_0x1f4157){const _0xeb736b=a78_0x3720fd,_0x4bceef={};_0x4bceef['AQWDP']=function(_0x46af79,_0x5a647a){return _0x46af79!==_0x5a647a;};const _0x3d7fcf=_0x4bceef;try{if(BrowserstackCLI['getInstance']()[_0xeb736b(0xd3)]()){const _0x222aac=await GrpcClient['getInstance']()[_0xeb736b(0xdf)](_0x1f4157);if(_0x3d7fcf[_0xeb736b(0xb3)](_0x222aac,null)&&_0x222aac[_0xeb736b(0x91)]())return{'errorCode':_0x222aac[_0xeb736b(0xb6)](),'errorMessage':_0x222aac[_0xeb736b(0x93)]()};return{};}return{};}catch(_0x101e5a){return this['logError'](_0xeb736b(0xe1)+_0x1f4157+':',_0x101e5a),{};}}static async[a78_0x3720fd(0xc8)](){const _0x187b4e=a78_0x3720fd,_0x5acce1={};_0x5acce1[_0x187b4e(0x8f)]=function(_0x20d076,_0x25281e){return _0x20d076!==_0x25281e;},_0x5acce1[_0x187b4e(0xc1)]=_0x187b4e(0xdb),_0x5acce1[_0x187b4e(0xea)]=_0x187b4e(0xd0);const _0x214bba=_0x5acce1;try{if(BrowserstackCLI[_0x187b4e(0x9c)]()[_0x187b4e(0xd3)]()){const _0x1b26d2=await GrpcClient[_0x187b4e(0x9c)]()[_0x187b4e(0xd6)]();if(_0x214bba[_0x187b4e(0x8f)](_0x1b26d2,null)&&_0x1b26d2[_0x187b4e(0x91)]()){const _0x581de9=Buffer[_0x187b4e(0x9f)](_0x1b26d2[_0x187b4e(0x99)](),_0x214bba['CdcJI'])[_0x187b4e(0x9a)](),_0xe95dcf=_0x581de9?JSON[_0x187b4e(0xcf)](_0x581de9):[],_0x439d62=_0x1b26d2[_0x187b4e(0xa9)](),_0x118869=_0x1b26d2[_0x187b4e(0xe8)](),_0x7cb27c=Buffer['from'](_0x1b26d2['getErrorCodesOccurredInCli'](),_0x214bba['CdcJI'])['toString'](),_0x1575a0=_0x7cb27c?JSON[_0x187b4e(0xcf)](_0x7cb27c):[],_0x58e493={};return _0x58e493[_0x187b4e(0x96)]=_0xe95dcf,_0x58e493['documentationLink']=_0x439d62,_0x58e493['finalErrorMessage']=_0x118869,_0x58e493[_0x187b4e(0xd2)]=_0x1575a0,_0x58e493;}const _0x386f67={};return _0x386f67[_0x187b4e(0x96)]=[],_0x386f67[_0x187b4e(0xb2)]='',_0x386f67[_0x187b4e(0xb0)]='',_0x386f67[_0x187b4e(0xd2)]=[],_0x386f67;}const _0x87521d={};return _0x87521d[_0x187b4e(0x96)]=[],_0x87521d[_0x187b4e(0xb2)]='',_0x87521d[_0x187b4e(0xb0)]='',_0x87521d['errorCodesOccurredInCLI']=[],_0x87521d;}catch(_0x5d41cf){this[_0x187b4e(0xde)](_0x214bba[_0x187b4e(0xea)],_0x5d41cf);const _0x766fc1={};return _0x766fc1['errorCodes']=[],_0x766fc1[_0x187b4e(0xb2)]='',_0x766fc1[_0x187b4e(0xb0)]='',_0x766fc1['errorCodesOccurredInCLI']=[],_0x766fc1;}}static[a78_0x3720fd(0x94)](_0x5d049b,_0x143f54){const _0x336109=a78_0x3720fd;logger[_0x336109(0xd7)](_0x5d049b+':\x20'+_0x143f54);}static[a78_0x3720fd(0xb8)](_0x3ede17){const _0x45687c=a78_0x3720fd,_0x3bbea7={};_0x3bbea7[_0x45687c(0x90)]=function(_0x3c2c18,_0x3c59ac){return _0x3c2c18!=_0x3c59ac;},_0x3bbea7[_0x45687c(0xb4)]=function(_0x249d2f,_0x32e49a){return _0x249d2f>_0x32e49a;},_0x3bbea7[_0x45687c(0xd4)]=function(_0x3f5c8a,_0x34ff70){return _0x3f5c8a!=_0x34ff70;};const _0x106d01=_0x3bbea7,_0x5a8bc8=[];if(_0x106d01[_0x45687c(0x90)](_0x3ede17,null)&&_0x106d01[_0x45687c(0x90)](_0x3ede17['errorCodesOccurredInCLI'],null)&&_0x106d01[_0x45687c(0xb4)](_0x3ede17['errorCodesOccurredInCLI'][_0x45687c(0xe3)],0x0))for(const _0x3e5a1d of _0x3ede17[_0x45687c(0xd2)]){_0x106d01[_0x45687c(0x90)](_0x3e5a1d['errorCode'],null)&&_0x106d01[_0x45687c(0xd4)](_0x3e5a1d['errorMessage'],null)&&(_0x5a8bc8[_0x45687c(0xdd)](_0x3e5a1d[_0x45687c(0xa2)]),this[_0x45687c(0x94)](_0x3e5a1d['errorCode'],_0x3e5a1d[_0x45687c(0x9d)]));}return _0x5a8bc8;}static[a78_0x3720fd(0xbb)](){return this['cachedErrorCodes'];}static[a78_0x3720fd(0xde)](_0x447520,_0x505b83){const _0x2ac589=a78_0x3720fd,_0x21a78a={};_0x21a78a[_0x2ac589(0xc9)]=function(_0x46764,_0xd865fc){return _0x46764===_0xd865fc;},_0x21a78a[_0x2ac589(0x98)]=_0x2ac589(0xae);const _0x438c53=_0x21a78a;if(_0x438c53['REwHp'](typeof _0x505b83,_0x438c53['yJGGU']))try{logger[_0x2ac589(0xc5)](_0x2ac589(0xa0)+_0x447520+'\x20'+JSON['stringify'](_0x505b83));}catch(_0xb34ccb){logger[_0x2ac589(0xc5)]('[ClientTroubleShootingService]\x20'+_0x447520+'\x20'+_0x505b83);}else logger['error'](_0x2ac589(0xa0)+_0x447520+'\x20'+_0x505b83);}static async[a78_0x3720fd(0x9e)](_0x545bd1){const _0x1e101d=a78_0x3720fd,_0x46f29e={};_0x46f29e[_0x1e101d(0xc6)]='Process\x20Interruption',_0x46f29e[_0x1e101d(0xac)]=function(_0x2acfe7,_0x2ee2fc){return _0x2acfe7===_0x2ee2fc;},_0x46f29e['hziMs']='Process\x20Interruption\x20details\x20not\x20found:',_0x46f29e[_0x1e101d(0xda)]='{SIGNAL}';const _0x47be44=_0x46f29e,_0x20268b=await this['getErrorDetails'](_0x47be44[_0x1e101d(0xc6)]);if(!_0x20268b||_0x47be44[_0x1e101d(0xac)](Object[_0x1e101d(0xbc)](_0x20268b)[_0x1e101d(0xe3)],0x0)){this[_0x1e101d(0xde)](_0x47be44[_0x1e101d(0xc0)],_0x20268b);return;}this[_0x1e101d(0x94)](_0x20268b[_0x1e101d(0xa2)],_0x20268b[_0x1e101d(0x9d)][_0x1e101d(0xbf)](_0x47be44['sbPCM'],_0x545bd1));}static async['reportSessionLinkingIssue'](){const _0x27834c=a78_0x3720fd,_0x495f47={};_0x495f47[_0x27834c(0xbd)]='Session\x20Linking\x20Issue',_0x495f47[_0x27834c(0x9b)]=function(_0x55af95,_0x339c89){return _0x55af95===_0x339c89;},_0x495f47[_0x27834c(0xaf)]=_0x27834c(0xa7);const _0x5bd0d1=_0x495f47,_0x410731=await this[_0x27834c(0x97)](_0x5bd0d1['lTIbC']);if(!_0x410731||_0x5bd0d1[_0x27834c(0x9b)](Object[_0x27834c(0xbc)](_0x410731)[_0x27834c(0xe3)],0x0)){this['logError'](_0x5bd0d1[_0x27834c(0xaf)],_0x410731);return;}this[_0x27834c(0x94)](_0x410731[_0x27834c(0xa2)],_0x410731[_0x27834c(0x9d)]);}static async[a78_0x3720fd(0xd5)](){const _0x195f94=a78_0x3720fd,_0x36b7f2={};_0x36b7f2['hnpHi']='browserstack\x20cloud\x20not\x20reachable',_0x36b7f2[_0x195f94(0xc7)]=function(_0x4f1a2f,_0x27c254){return _0x4f1a2f===_0x27c254;},_0x36b7f2[_0x195f94(0xc4)]=_0x195f94(0xd8);const _0x1aa02f=_0x36b7f2,_0x58f3ee=await this[_0x195f94(0x97)](_0x1aa02f[_0x195f94(0xa8)]);if(!_0x58f3ee||_0x1aa02f['NrEUk'](Object[_0x195f94(0xbc)](_0x58f3ee)[_0x195f94(0xe3)],0x0)){this[_0x195f94(0xde)](_0x1aa02f[_0x195f94(0xc4)],_0x58f3ee);return;}this[_0x195f94(0x94)](_0x58f3ee[_0x195f94(0xa2)],_0x58f3ee[_0x195f94(0x9d)]);}static async['reportSSLCertIssue'](){const _0x12b20f=a78_0x3720fd,_0x56ed85={};_0x56ed85[_0x12b20f(0xa6)]=_0x12b20f(0xc2),_0x56ed85[_0x12b20f(0x8d)]=function(_0x16bd8c,_0x2779fa){return _0x16bd8c===_0x2779fa;},_0x56ed85[_0x12b20f(0xd9)]=_0x12b20f(0xe0);const _0x92d5d2=_0x56ed85,_0x4bc620=await this[_0x12b20f(0x97)](_0x92d5d2[_0x12b20f(0xa6)]);if(!_0x4bc620||_0x92d5d2[_0x12b20f(0x8d)](Object['keys'](_0x4bc620)[_0x12b20f(0xe3)],0x0)){this[_0x12b20f(0xde)](_0x92d5d2[_0x12b20f(0xd9)],_0x4bc620);return;}this['logSituation'](_0x4bc620['errorCode'],_0x4bc620[_0x12b20f(0x9d)]);}static[a78_0x3720fd(0xe6)](){const _0x5020d7=a78_0x3720fd,_0x257cc3={};_0x257cc3['QGiSV']=_0x5020d7(0xed),_0x257cc3[_0x5020d7(0xa1)]=function(_0x577d7f,_0x937123){return _0x577d7f===_0x937123;},_0x257cc3['VHCMe']='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x218c93=_0x257cc3,_0x336dc1=constants[_0x5020d7(0xeb)][_0x218c93[_0x5020d7(0xad)]];if(!_0x336dc1||_0x218c93['EiVJL'](Object[_0x5020d7(0xbc)](_0x336dc1)[_0x5020d7(0xe3)],0x0)){this[_0x5020d7(0xde)](_0x218c93[_0x5020d7(0x95)],_0x336dc1);return;}this[_0x5020d7(0x8e)][_0x5020d7(0xbe)](_0x336dc1[0x0]),this[_0x5020d7(0x94)](_0x336dc1[0x0],_0x336dc1[0x1]);}static async[a78_0x3720fd(0xa4)](_0x4b6626){const _0x3cf7da=a78_0x3720fd,_0x2aa65d={};_0x2aa65d[_0x3cf7da(0xca)]='conflicting\x20env\x20var\x20detected',_0x2aa65d[_0x3cf7da(0xcb)]=function(_0x265bdd,_0x139f16){return _0x265bdd===_0x139f16;},_0x2aa65d[_0x3cf7da(0xcc)]=_0x3cf7da(0xab),_0x2aa65d[_0x3cf7da(0xce)]=_0x3cf7da(0xba);const _0x26904c=_0x2aa65d,_0x3e0717=await this['getErrorDetails'](_0x26904c[_0x3cf7da(0xca)]);if(!_0x3e0717||_0x26904c['sZSzW'](Object[_0x3cf7da(0xbc)](_0x3e0717)[_0x3cf7da(0xe3)],0x0)){this['logError'](_0x26904c[_0x3cf7da(0xcc)],_0x3e0717);return;}const _0x1c1661=_0x3e0717[_0x3cf7da(0x9d)][_0x3cf7da(0xbf)](_0x26904c[_0x3cf7da(0xce)],_0x4b6626);this[_0x3cf7da(0x94)](_0x3e0717[_0x3cf7da(0xa2)],_0x1c1661);}static async[a78_0x3720fd(0xdc)](){const _0x483b47=a78_0x3720fd,_0x393d33={};_0x393d33[_0x483b47(0xa3)]=function(_0xc93162,_0x1a4b78){return _0xc93162>_0x1a4b78;},_0x393d33[_0x483b47(0xec)]=_0x483b47(0xb9),_0x393d33[_0x483b47(0xa5)]=_0x483b47(0xe5);const _0x4a1615=_0x393d33,_0x5a87ff=await this[_0x483b47(0xc8)](),_0xbab1d3=this[_0x483b47(0xb8)](_0x5a87ff),_0x24be47=Array[_0x483b47(0xc3)](_0x5a87ff['errorCodes'])?_0x5a87ff['errorCodes']:[],_0x48b9bc=_0x4a1615[_0x483b47(0xa3)](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array['from'](this[_0x483b47(0x8e)]):[],_0x257b44=new Set([..._0x24be47,..._0xbab1d3,..._0x48b9bc]),_0x4b47c9=Array['from'](_0x257b44);if(_0x4a1615[_0x483b47(0xa3)](_0x4b47c9[_0x483b47(0xe3)],0x0)){const _0xda0958=_0x5a87ff[_0x483b47(0xb0)][_0x483b47(0xbf)](_0x4a1615[_0x483b47(0xec)],_0x4b47c9['join'](',\x20'))['replace'](_0x4a1615[_0x483b47(0xa5)],_0x5a87ff[_0x483b47(0xb2)]);logger['warn'](_0xda0958),this[_0x483b47(0xb1)]=_0x4b47c9;}}}function a78_0xa0d4(){const _0x1c0fc5=['1350000TgrKes','Conflicting\x20Env\x20Var\x20details\x20not\x20found','bSuyy','QGiSV','object','XWQWy','finalErrorMessage','cachedErrorCodes','documentationLink','AQWDP','oZJQO','1233620atPHgo','getErrorCode','1455864BAaPmG','checkForErrorsOccuredInCLI','{ERROR_CODES}','{ENV_VAR}','getCachedErrorCodes','keys','lTIbC','add','replace','hziMs','CdcJI','ssl\x20cert\x20issue','isArray','CBPgk','error','zFviR','NrEUk','getAggregatedErrorCodes','REwHp','baDAM','sZSzW','Gzuyh','1729630eibsbc','oZozJ','parse','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','1187BzSqrD','errorCodesOccurredInCLI','isRunning','iJqVk','reportConnectivityIssue','getAggregatedClientTroubleshootingErrors','warn','Connectivity\x20Issue\x20details\x20not\x20found','RvyyQ','sbPCM','base64','reportFinalDetectionState','push','logError','reportClientTroubleshootingError','SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.','Error\x20in\x20getting\x20error\x20details\x20for\x20','182hTfAHQ','length','96762EAuCsn','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','reportDotBrowserStackFolderNotAccessibleIssue','458kOcgjG','getFinalErrorMessage','1124260dJeTCe','LYrJG','CLIENT_TROUBLESHOOTING_HASH','jQxhr','.browserstack\x20folder\x20not\x20accessible','LZkQp','errorCodesOccurredWhenCLINotRunning','htXtp','VeZjZ','getSuccess','45iIEXZm','getErrorMessage','logSituation','VHCMe','errorCodes','getErrorDetails','yJGGU','getErrorCodes','toString','xUtto','getInstance','errorMessage','reportProcessInterruptionSituation','from','[ClientTroubleShootingService]\x20','EiVJL','errorCode','MzYzn','reportConflictingEnvVarIssue','xULPI','CyjqP','Session\x20Linking\x20Issue\x20details\x20not\x20found','hnpHi','getDocumentationLink'];a78_0xa0d4=function(){return _0x1c0fc5;};return a78_0xa0d4();}module['exports']=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a79_0x24d4ff=a79_0x5ccf;(function(_0x339d8c,_0x3a717b){const _0x39366f=a79_0x5ccf,_0x411e25=_0x339d8c();while(!![]){try{const _0x460db7=parseInt(_0x39366f(0x256))/0x1*(-parseInt(_0x39366f(0x195))/0x2)+-parseInt(_0x39366f(0x22b))/0x3+parseInt(_0x39366f(0x1fc))/0x4+-parseInt(_0x39366f(0x1ee))/0x5+parseInt(_0x39366f(0x221))/0x6+parseInt(_0x39366f(0x1e3))/0x7*(parseInt(_0x39366f(0x19c))/0x8)+-parseInt(_0x39366f(0x205))/0x9;if(_0x460db7===_0x3a717b)break;else _0x411e25['push'](_0x411e25['shift']());}catch(_0x41de4e){_0x411e25['push'](_0x411e25['shift']());}}}(a79_0xae00,0xd5e77));const a79_0x3a8c4e={};a79_0x3a8c4e[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x192),a79_0x3a8c4e[a79_0x24d4ff(0x1b8)]='Specify\x20--help\x20for\x20available\x20options';const a79_0x2d02ae={};a79_0x2d02ae[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x290);const a79_0xa07708={};a79_0xa07708[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x24e);const a79_0x194a79={};a79_0x194a79[a79_0x24d4ff(0x222)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a79_0x26baa9={};a79_0x26baa9[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x259);const a79_0x7dba1e={};function a79_0xae00(){const _0x259de2=['ERR_PROXY_CONNECTION_FAILED','playwright','acceptSslCerts','NODE_GENERIC','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','MAX_GIT_META_DATA_SIZE_IN_BYTES','NEWMAN','turboScaleOptions','testOrchestrationOptions','sdk/v1/update_cli','O11Y_URL','browserstack.com','APP_AUTOMATE_PRODUCTS','CODECEPTJS','testcafe','ROOT_REGEX','ieOptions','certificate\x20has\x20expired','PUPPETEER_HUB_URL','AUTOMATE','testObservability','LOG_FILE_NAME','ERR_FAILED','.aab','accessKey','Run\x20nightwatch\x20tests\x20on\x20browserstack','accessibility','toLowerCase','...[TRUNCATED]','BSTACK_DELTA','USER_CONFIG_DETAILS_PATH','CODECEPT','logLevel','SPAWN_RETRY_DELAY_MS','timeouts','percyCaptureMode','COMMONJS','NIGHTWATCH','BROWSERSTACK_ENV','OBSERVABILITY_UPLOAD_URL','browserstack','7KrutUs','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','SSL_ERROR_CODES','mocha','FUNNEL_INSTRUMENTATION_API_URL','rerunTests','GLOBAL_AGENT_HTTP_PROXY','wss://cdp-devtestops.bsstag.com/playwright?caps=','split','SIGABRT','TEST_REPORTING_ANALYTICS','6754700DfuMzL','/usage-debug.log','hubUrl','app-automate','authToken','ERR_NAME_NOT_RESOLVED','Jest','proxyUrl','Run\x20js\x20tests\x20on\x20browserstack','CLI_SUPPORTED_FRAMEWORKS','MAX_DRIVER_INIT_ERROR_BYTES','jest','bsstag','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','3520040rRBpNm','https://api.browserstack.com','wss://cdp-preprod.bsstag.com/puppeteer?caps=','root','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','hub.browserstack.com','https://hub-devtestops.bsstag.com/wd/hub','observability','ERR_ADDRESS_INVALID','6165585phFgrD','SIGBREAK','browserstack.user','SELF_SIGNED_CERT_IN_CHAIN','unable\x20to\x20verify\x20the\x20first\x20certificate','SIGNAL_EXIT_CODES','VALID_APP_EXTENSION','https://upload-observability.browserstack.com','[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.','CI_ARTIFACTS_PATH','browserstackAutomation','percy','accessibilityOptions','proxyPassword','ERR_TIMED_OUT','TEST\x20REPORTING\x20AND\x20ANALYTICS','HUB_URL_REGEX','newman','wss://cdp.browserstack.com/playwright?caps=','unable\x20to\x20get\x20local\x20issuer\x20certificate','CONNECTIVITY_ISSUE_ERROR_CODES','testObservabilityOptions','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','NUDGE_LOCAL_ERRORS','BROWSERSTACK','PACKAGE_TYPE','VANILLA','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','9553848PsZdBd','INFO','JASMINE','BSTACK_URL','ERR_ADDRESS_UNREACHABLE','ERR_TLS_CERT_ALTNAME_INVALID','framework','https://apidevtestops.bsstag.com','hub-eu-only.browserstack.com','chromeOptions','558879njgcPb','PLAYWRIGHT_HUB_URL','PLAYWRIGHT_TRACE_LOGS','ERR_BLOCKED_BY_CLIENT','puppeteer','browserstack.accessKey','customVariables','proxySettings','platforms','ATS_WSS_URL_REGEX','exports','edgeOptions','wss://detox-devtestops.bsstag.com/init','minTestedMajor','CUCUMBER','self\x20signed\x20certificate','firefoxOptions','APP_UPLOAD_URL','browserStackLocalOptions','automation','https://api-cloud-devtestops.bsstag.com','ROOT_CAPS','https://edsstaging.bsstag.com','browserstack.key','ObservabilitySync','Playwright','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','CUSTOM_ID_REGEX','maxTestedMajor','.browserstack\x20folder\x20not\x20accessible','us-east','./browserstack-artifacts/','ERR_TUNNEL_CONNECTION_FAILED','hub-apse-only.browserstack.com','localProxyUser','Run\x20jasmine\x20tests\x20on\x20browserstack','turboScale','LT_SUPPORTED_NODE','BROWSERSTACK_APP_AUTOMATE_URL','VERSION','DETOX_HUB_URL','BROWSERSTACK_AUTOMATE_URL','PRIVATE_DOMAIN_OR_IP_REGEX','2vGHsRc','pre-prod','browserstack-ats.com','Run\x20cucumber-js\x20tests\x20on\x20browserstack','strictFileInteractability','detox','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_SOCKS_CONNECTION_FAILED','sdk-cli.log','https://upload-observability-preprod.bsstag.com','INTERNALLY_USED_ENV_VARS','testReportingOptions','https://upload-observability-devtestops-ssi.bsstag.com','localProxyPass','wss://cdp-preprod.bsstag.com/playwright?caps=','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','testReporting','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_SOCKET_NOT_CONNECTED','https://automate.browserstack.com/dashboard/v2/builds/','browserstackLocal','ERR_CONNECTION_FAILED','proxyPass','https://observability-devtestops.bsstag.com','Cucumber-JS','TESTCAFE','Run\x20playwright\x20tests\x20on\x20Browserstack','https://hub-preprod.bsstag.com/wd/hub','codeceptjs','parallelsPerPlatform','UPDATED_CLI_ENDPOINT','node-generic','SDK-GEN-001','/usage.log','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','PUPPETEER','commonjs','REDACTED_KEYS','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','https://eds.browserstack.com','browserstack.overridelocalInfo.userAuthToken','DEBUG_CLI_LOG_FILE_NAME','DETOX','ERR_NETWORK_CHANGED','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','password','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','CERT_HAS_EXPIRED','https://automate-preprod.bsstag.com/dashboard/v2/builds/','httpsProxy','EBUSY','ERR_NAME_RESOLUTION_FAILED','stag','SIGQUIT','A11Y_GET_RESULTS','jasmine','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://app-automate.browserstack.com/dashboard/v2/builds/','Run\x20jest\x20tests\x20on\x20browserstack','GIT_META_DATA_TRUNCATED','^[a-zA-Z0-9_.-]*$','SIGHUP','hub-us-only.browserstack.com','httpProxy','invalidTestInputType','GLOBAL_AGENT_NO_PROXY','shows\x20version\x20information','HUB_URL_MAP','BROWSERSTACK_API_URL','938126StjahT','bsstag.com','preprod','https://api-preprod.bsstag.com','pageLoadStrategy','hub-use-only.browserstack.com','acceptInsecureCerts','12514056TbxNeN','INTEGRATIONS','ETXTBSY','module','cucumber','env','10|6|12|4|8|2|13|7|0|5|3|11|1|9','PERCY_SUPPORTED_FRAMEWORKS','MAX_SPAWN_RETRIES','JEST','percyScreenshot','staging','PLAYWRIGHT','prod','default','AUTOLOGCAPTURE_NOTIFICATION','BSTACK_ATS_URL','acceptSslCert','ERR_CONNECTION_CLOSED','SIGINT','automate','SIGTERM','disableAutoCaptureLogs','EDS_URL','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','DEPTH_ZERO_SELF_SIGNED_CERT','uniqueDependency','UNABLE_TO_VERIFY_LEAF_SIGNATURE','HELP','userName'];a79_0xae00=function(){return _0x259de2;};return a79_0xae00();}a79_0x7dba1e['INFO']=a79_0x24d4ff(0x1f6);const a79_0x41ef87={};a79_0x41ef87[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x1d3);const a79_0x3a6df7={};a79_0x3a6df7['INFO']=a79_0x24d4ff(0x270);const a79_0x13d749={};a79_0x13d749[a79_0x24d4ff(0x222)]='Run\x20testcafe\x20tests\x20on\x20browserstack';const a79_0xe9ae08={};a79_0xe9ae08[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x1be);const a79_0x418244={};a79_0x418244['INFO']='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a79_0x35b915={};a79_0x35b915['INFO']='Run\x20detox\x20tests\x20on\x20browserstack';const a79_0x4f139f={};a79_0x4f139f[a79_0x24d4ff(0x222)]='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a79_0x20be7d={};a79_0x20be7d['INFO']=a79_0x24d4ff(0x220);const a79_0x2f275a={};a79_0x2f275a[a79_0x24d4ff(0x222)]=a79_0x24d4ff(0x1b4);const a79_0x1470fe={};function a79_0x5ccf(_0x262e3f,_0x4bad1c){const _0xae000b=a79_0xae00();return a79_0x5ccf=function(_0x5ccff6,_0x559ede){_0x5ccff6=_0x5ccff6-0x18d;let _0x29358d=_0xae000b[_0x5ccff6];return _0x29358d;},a79_0x5ccf(_0x262e3f,_0x4bad1c);}a79_0x1470fe['hardMinMajor']=null,a79_0x1470fe[a79_0x24d4ff(0x238)]=0xe,a79_0x1470fe[a79_0x24d4ff(0x247)]=0x1a;const a79_0x1d59f6={};a79_0x1d59f6[a79_0x24d4ff(0x1a8)]='Playwright',a79_0x1d59f6['MOCHA']=a79_0x24d4ff(0x1e6),a79_0x1d59f6[a79_0x24d4ff(0x1a5)]=a79_0x24d4ff(0x1f9),a79_0x1d59f6[a79_0x24d4ff(0x1d9)]=a79_0x24d4ff(0x272),a79_0x1d59f6['CODECEPT_CUCUMBER']='codeceptjs-cucumber',a79_0x1d59f6[a79_0x24d4ff(0x239)]=a79_0x24d4ff(0x1a0),a79_0x1d59f6[a79_0x24d4ff(0x21f)]='vanilla',a79_0x1d59f6['PUPPETEER']=a79_0x24d4ff(0x22f),a79_0x1d59f6[a79_0x24d4ff(0x26f)]=a79_0x24d4ff(0x1c8),a79_0x1d59f6[a79_0x24d4ff(0x1c0)]=a79_0x24d4ff(0x216),a79_0x1d59f6[a79_0x24d4ff(0x223)]=a79_0x24d4ff(0x28d),a79_0x1d59f6[a79_0x24d4ff(0x280)]=a79_0x24d4ff(0x25b),a79_0x1d59f6[a79_0x24d4ff(0x1bd)]=a79_0x24d4ff(0x275);const a79_0x2c5174={};a79_0x2c5174['invalidKeys']=a79_0x24d4ff(0x265),a79_0x2c5174[a79_0x24d4ff(0x1b6)]=a79_0x24d4ff(0x21b),a79_0x2c5174['mandatoryDependency']=a79_0x24d4ff(0x282),a79_0x2c5174[a79_0x24d4ff(0x190)]=a79_0x24d4ff(0x25c);const a79_0x3483db={};a79_0x3483db[a79_0x24d4ff(0x1de)]=a79_0x24d4ff(0x27a),a79_0x3483db['MODULE']=a79_0x24d4ff(0x19f);const a79_0x1867ac={};a79_0x1867ac['Mocha']=0xfde8,a79_0x1867ac[a79_0x24d4ff(0x26e)]=0xfde8,a79_0x1867ac[a79_0x24d4ff(0x1f4)]=0x186a0;const a79_0x2d58d3={};a79_0x2d58d3[a79_0x24d4ff(0x1ff)]=[a79_0x24d4ff(0x1b9),a79_0x24d4ff(0x1d2),'browserstack.userName',a79_0x24d4ff(0x230),a79_0x24d4ff(0x207),a79_0x24d4ff(0x242),a79_0x24d4ff(0x283),'user_data',a79_0x24d4ff(0x18f),a79_0x24d4ff(0x287),a79_0x24d4ff(0x231),a79_0x24d4ff(0x212),a79_0x24d4ff(0x1f2),a79_0x24d4ff(0x1f5),a79_0x24d4ff(0x27e)],a79_0x2d58d3['browserStackLocalOptions']=['proxyUser',a79_0x24d4ff(0x26c),a79_0x24d4ff(0x24d),a79_0x24d4ff(0x263)];const a79_0x5ac1c6={};a79_0x5ac1c6[a79_0x24d4ff(0x26a)]=a79_0x24d4ff(0x26a),a79_0x5ac1c6[a79_0x24d4ff(0x23d)]=a79_0x24d4ff(0x23d),a79_0x5ac1c6['localOptions']=a79_0x24d4ff(0x23d),a79_0x5ac1c6[a79_0x24d4ff(0x273)]='parallelsPerPlatform',a79_0x5ac1c6[a79_0x24d4ff(0x233)]=a79_0x24d4ff(0x233),a79_0x5ac1c6[a79_0x24d4ff(0x1da)]=a79_0x24d4ff(0x1da),a79_0x5ac1c6[a79_0x24d4ff(0x18f)]='httpProxy',a79_0x5ac1c6[a79_0x24d4ff(0x287)]='httpsProxy',a79_0x5ac1c6[a79_0x24d4ff(0x227)]=a79_0x24d4ff(0x227),a79_0x5ac1c6['testContextOptions']='testContextOptions',a79_0x5ac1c6['testObservability']=a79_0x24d4ff(0x1ce),a79_0x5ac1c6[a79_0x24d4ff(0x266)]=a79_0x24d4ff(0x266),a79_0x5ac1c6[a79_0x24d4ff(0x21a)]=a79_0x24d4ff(0x21a),a79_0x5ac1c6[a79_0x24d4ff(0x261)]='testReportingOptions',a79_0x5ac1c6['customVariables']=a79_0x24d4ff(0x231),a79_0x5ac1c6[a79_0x24d4ff(0x23e)]='browserstackAutomation',a79_0x5ac1c6[a79_0x24d4ff(0x20f)]=a79_0x24d4ff(0x20f),a79_0x5ac1c6[a79_0x24d4ff(0x1e8)]=a79_0x24d4ff(0x1e8),a79_0x5ac1c6['percy']=a79_0x24d4ff(0x210),a79_0x5ac1c6['percyOptions']='percyOptions',a79_0x5ac1c6[a79_0x24d4ff(0x1dd)]=a79_0x24d4ff(0x1dd),a79_0x5ac1c6[a79_0x24d4ff(0x1b2)]='disableAutoCaptureLogs',a79_0x5ac1c6[a79_0x24d4ff(0x1d4)]=a79_0x24d4ff(0x1d4),a79_0x5ac1c6[a79_0x24d4ff(0x211)]=a79_0x24d4ff(0x211),a79_0x5ac1c6[a79_0x24d4ff(0x24f)]='turboScale',a79_0x5ac1c6[a79_0x24d4ff(0x1c1)]='turboScaleOptions',a79_0x5ac1c6[a79_0x24d4ff(0x232)]=a79_0x24d4ff(0x232),a79_0x5ac1c6['testOrchestrationOptions']=a79_0x24d4ff(0x1c2);const a79_0x437aa8={};a79_0x437aa8[a79_0x24d4ff(0x1aa)]=a79_0x24d4ff(0x201),a79_0x437aa8[a79_0x24d4ff(0x249)]=a79_0x24d4ff(0x19a),a79_0x437aa8['us']=a79_0x24d4ff(0x18e),a79_0x437aa8['eu']=a79_0x24d4ff(0x229),a79_0x437aa8['in']='hub-aps-only.browserstack.com',a79_0x437aa8['au']=a79_0x24d4ff(0x24c);const a79_0x19f9b0={};a79_0x19f9b0[a79_0x24d4ff(0x248)]=[a79_0x24d4ff(0x276),a79_0x24d4ff(0x20d)];const a79_0x23b47b={};a79_0x23b47b[a79_0x24d4ff(0x18d)]=0x1,a79_0x23b47b[a79_0x24d4ff(0x1af)]=0x2,a79_0x23b47b[a79_0x24d4ff(0x28b)]=0x3,a79_0x23b47b[a79_0x24d4ff(0x1ec)]=0x6,a79_0x23b47b[a79_0x24d4ff(0x1b1)]=0xf,a79_0x23b47b[a79_0x24d4ff(0x206)]=0x15;const a79_0x580337={};a79_0x580337[a79_0x24d4ff(0x252)]=a79_0x3a8c4e,a79_0x580337[a79_0x24d4ff(0x1a5)]=a79_0x2d02ae,a79_0x580337['JASMINE']=a79_0xa07708,a79_0x580337['MOCHA']=a79_0x194a79,a79_0x580337[a79_0x24d4ff(0x239)]=a79_0x26baa9,a79_0x580337[a79_0x24d4ff(0x21f)]=a79_0x7dba1e,a79_0x580337[a79_0x24d4ff(0x1df)]=a79_0x41ef87,a79_0x580337['PLAYWRIGHT']=a79_0x3a6df7,a79_0x580337[a79_0x24d4ff(0x26f)]=a79_0x13d749,a79_0x580337[a79_0x24d4ff(0x279)]=a79_0xe9ae08,a79_0x580337[a79_0x24d4ff(0x1c7)]=a79_0x418244,a79_0x580337['DETOX']=a79_0x35b915,a79_0x580337[a79_0x24d4ff(0x1c0)]=a79_0x4f139f,a79_0x580337['HST']=a79_0x20be7d,a79_0x580337[a79_0x24d4ff(0x19d)]=a79_0x2f275a,a79_0x580337[a79_0x24d4ff(0x1d7)]=0x8*0x3c*0x3e8,a79_0x580337[a79_0x24d4ff(0x1f0)]='https://hub.browserstack.com/wd/hub',a79_0x580337[a79_0x24d4ff(0x215)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a79_0x580337['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a79_0x580337[a79_0x24d4ff(0x234)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a79_0x580337[a79_0x24d4ff(0x240)]=[a79_0x24d4ff(0x19b),a79_0x24d4ff(0x199),a79_0x24d4ff(0x25a),'unhandledPromptBehavior',a79_0x24d4ff(0x1dc),'browserName','browserVersion',a79_0x24d4ff(0x1bc),a79_0x24d4ff(0x1ad),a79_0x24d4ff(0x22a),a79_0x24d4ff(0x23b),a79_0x24d4ff(0x236),a79_0x24d4ff(0x1ca)],a79_0x580337[a79_0x24d4ff(0x1c9)]=/^[\w-]+:.*$/,a79_0x580337[a79_0x24d4ff(0x255)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a79_0x580337['EDS_URL']=a79_0x24d4ff(0x27d),a79_0x580337[a79_0x24d4ff(0x194)]=a79_0x24d4ff(0x1fd),a79_0x580337['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a79_0x580337[a79_0x24d4ff(0x274)]=a79_0x24d4ff(0x1c3),a79_0x580337[a79_0x24d4ff(0x250)]=a79_0x1470fe,a79_0x580337[a79_0x24d4ff(0x1e7)]='sdk/v1/event',a79_0x580337['AUTOMATE_PRODUCTS']=[a79_0x24d4ff(0x1b0),a79_0x24d4ff(0x203)],a79_0x580337[a79_0x24d4ff(0x1c6)]=[a79_0x24d4ff(0x1f1),'observability'],a79_0x580337[a79_0x24d4ff(0x278)]=['observability'],a79_0x580337['OBSERVABILITY_UPLOAD_URL']=a79_0x24d4ff(0x20c),a79_0x580337['OBSERVABILITY_SUPPORTED_FWS']=[a79_0x24d4ff(0x1e6),a79_0x24d4ff(0x244),a79_0x24d4ff(0x1c8),'jasmine'],a79_0x580337[a79_0x24d4ff(0x1cd)]=['automate'],a79_0x580337[a79_0x24d4ff(0x254)]=a79_0x24d4ff(0x269),a79_0x580337['BROWSERSTACK_APP_AUTOMATE_URL']=a79_0x24d4ff(0x28f),a79_0x580337['APP_AUTOMATE']=[a79_0x24d4ff(0x1f1)],a79_0x580337[a79_0x24d4ff(0x21c)]=[a79_0x24d4ff(0x1d0),a79_0x24d4ff(0x213),a79_0x24d4ff(0x22e),a79_0x24d4ff(0x281),a79_0x24d4ff(0x268),a79_0x24d4ff(0x1ae),'ERR_CONNECTION_RESET','ERR_CONNECTION_REFUSED','ERR_CONNECTION_ABORTED',a79_0x24d4ff(0x26b),'ERR_NAME_NOT_RESOLVED',a79_0x24d4ff(0x204),a79_0x24d4ff(0x225),a79_0x24d4ff(0x24b),'ERR_CONNECTION_TIMED_OUT',a79_0x24d4ff(0x25d),a79_0x24d4ff(0x267),a79_0x24d4ff(0x1ba),a79_0x24d4ff(0x1f3),a79_0x24d4ff(0x289),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a79_0x580337[a79_0x24d4ff(0x20b)]=['.apk',a79_0x24d4ff(0x1d1),'.ipa'],a79_0x580337[a79_0x24d4ff(0x246)]=a79_0x24d4ff(0x292),a79_0x580337['SHAREABLE_ID_REGEX']=a79_0x24d4ff(0x1fb),a79_0x580337[a79_0x24d4ff(0x20e)]=a79_0x24d4ff(0x24a),a79_0x580337[a79_0x24d4ff(0x22c)]=a79_0x24d4ff(0x217),a79_0x580337[a79_0x24d4ff(0x1cc)]='wss://cdp.browserstack.com/puppeteer?caps=',a79_0x580337['DETOX_HUB_URL']='wss://detox.browserstack.com/init',a79_0x580337['FRAMEWORKS']=a79_0x1d59f6,a79_0x580337[a79_0x24d4ff(0x1a3)]=[a79_0x24d4ff(0x1f9),'mocha'],a79_0x580337['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a79_0x2c5174,a79_0x580337[a79_0x24d4ff(0x1ab)]=a79_0x24d4ff(0x284),a79_0x580337[a79_0x24d4ff(0x21e)]=a79_0x3483db,a79_0x580337[a79_0x24d4ff(0x1bf)]=0x40*0x400,a79_0x580337[a79_0x24d4ff(0x291)]=a79_0x24d4ff(0x1d6),a79_0x580337['TEST_FRAMEWORK_HOOK_TIMEOUT']=a79_0x1867ac,a79_0x580337[a79_0x24d4ff(0x27b)]=a79_0x2d58d3,a79_0x580337['SDK_INSTRUMENTATION_CONFIG']=a79_0x5ac1c6,a79_0x580337[a79_0x24d4ff(0x1cf)]=a79_0x24d4ff(0x277),a79_0x580337['DEBUG_LOG_FILE_NAME']=a79_0x24d4ff(0x1ef),a79_0x580337[a79_0x24d4ff(0x27f)]='sdk-cli-debug.log',a79_0x580337['CLI_LOG_FILE_NAME']=a79_0x24d4ff(0x25e),a79_0x580337[a79_0x24d4ff(0x224)]=a79_0x24d4ff(0x1c5),a79_0x580337[a79_0x24d4ff(0x1ac)]=a79_0x24d4ff(0x258),a79_0x580337[a79_0x24d4ff(0x1c4)]='https://automation.browserstack.com',a79_0x580337[a79_0x24d4ff(0x1ed)]=a79_0x24d4ff(0x214),a79_0x580337[a79_0x24d4ff(0x21d)]=a79_0x24d4ff(0x1e2),a79_0x580337[a79_0x24d4ff(0x1f7)]=[a79_0x24d4ff(0x1bb),a79_0x24d4ff(0x1a0),a79_0x24d4ff(0x1f9),a79_0x24d4ff(0x22f),'testcafe','newman',a79_0x24d4ff(0x25b),a79_0x24d4ff(0x275)],a79_0x580337['AUTOMATION_LOG_COMMANDS']=['A11Y_SCAN','A11Y_GET_RESULTS_SUMMARY',a79_0x24d4ff(0x28c),'A11Y_SAVE_RESULTS',a79_0x24d4ff(0x1a6),a79_0x24d4ff(0x243)],a79_0x580337['PLAYWRIGHT_TRACE_LOGS']=a79_0x24d4ff(0x22d),a79_0x580337[a79_0x24d4ff(0x193)]=a79_0x437aa8,a79_0x580337['SSL_ERROR_MESSAGES']=[a79_0x24d4ff(0x23a),a79_0x24d4ff(0x209),a79_0x24d4ff(0x1cb),a79_0x24d4ff(0x218),a79_0x24d4ff(0x226),'DEPTH_ZERO_SELF_SIGNED_CERT'],a79_0x580337[a79_0x24d4ff(0x1e5)]=[a79_0x24d4ff(0x208),a79_0x24d4ff(0x1b5),a79_0x24d4ff(0x1b7),a79_0x24d4ff(0x285),a79_0x24d4ff(0x226),a79_0x24d4ff(0x200)],a79_0x580337[a79_0x24d4ff(0x219)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a79_0x580337['CLIENT_TROUBLESHOOTING_HASH']=a79_0x19f9b0,a79_0x580337[a79_0x24d4ff(0x260)]=[a79_0x24d4ff(0x1e9),a79_0x24d4ff(0x191),a79_0x24d4ff(0x1d8)],a79_0x580337['BINARY_BUSY_ERROR_CODES']=[a79_0x24d4ff(0x19e),a79_0x24d4ff(0x288)],a79_0x580337[a79_0x24d4ff(0x1a4)]=0x3,a79_0x580337[a79_0x24d4ff(0x1db)]=0x3e8,a79_0x580337[a79_0x24d4ff(0x1f8)]=0x1f40,a79_0x580337[a79_0x24d4ff(0x20a)]=a79_0x23b47b,module[a79_0x24d4ff(0x235)]=a79_0x580337;const _env=(process[a79_0x24d4ff(0x1a1)][a79_0x24d4ff(0x1e0)]||a79_0x24d4ff(0x1a9))[a79_0x24d4ff(0x1d5)]();if(_env===a79_0x24d4ff(0x1a7)||_env===a79_0x24d4ff(0x28a)){const onLFSw='4|5|12|7|13|11|8|9|10|2|1|0|6|3'[a79_0x24d4ff(0x1eb)]('|');let jlvtKL=0x0;while(!![]){switch(onLFSw[jlvtKL++]){case'0':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x1e1)]=a79_0x24d4ff(0x262);continue;case'1':module['exports'][a79_0x24d4ff(0x1c4)]=a79_0x24d4ff(0x26d);continue;case'2':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x224)]=a79_0x24d4ff(0x196);continue;case'3':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x21d)]=a79_0x24d4ff(0x1fa);continue;case'4':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x1f0)]=a79_0x24d4ff(0x202);continue;case'5':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x194)]=a79_0x24d4ff(0x228);continue;case'6':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x1b3)]=a79_0x24d4ff(0x241);continue;case'7':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x254)]=a79_0x24d4ff(0x28e);continue;case'8':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x22c)]=a79_0x24d4ff(0x1ea);continue;case'9':module[a79_0x24d4ff(0x235)]['PUPPETEER_HUB_URL']=a79_0x24d4ff(0x27c);continue;case'10':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x253)]=a79_0x24d4ff(0x237);continue;case'11':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x23c)]=a79_0x24d4ff(0x23f);continue;case'12':module['exports'][a79_0x24d4ff(0x215)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x251)]=a79_0x24d4ff(0x1e4);continue;}break;}}else{if(_env===a79_0x24d4ff(0x197)||_env===a79_0x24d4ff(0x257)){const krkYSC=a79_0x24d4ff(0x1a2)['split']('|');let NupRfc=0x0;while(!![]){switch(krkYSC[NupRfc++]){case'0':module['exports'][a79_0x24d4ff(0x253)]='wss://detox-preprod.bsstag.com/init';continue;case'1':module['exports'][a79_0x24d4ff(0x1b3)]=a79_0x24d4ff(0x241);continue;case'2':module['exports']['APP_UPLOAD_URL']=a79_0x24d4ff(0x198);continue;case'3':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x1c4)]='https://automation-preprod.bsstag.com';continue;case'4':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x254)]=a79_0x24d4ff(0x286);continue;case'5':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x224)]='bsstag.com';continue;case'6':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x194)]='https://api-preprod.bsstag.com';continue;case'7':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x1cc)]=a79_0x24d4ff(0x1fe);continue;case'8':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x251)]=a79_0x24d4ff(0x245);continue;case'9':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x21d)]='bsstag';continue;case'10':module[a79_0x24d4ff(0x235)]['hubUrl']=a79_0x24d4ff(0x271);continue;case'11':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x1e1)]=a79_0x24d4ff(0x25f);continue;case'12':module[a79_0x24d4ff(0x235)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'13':module[a79_0x24d4ff(0x235)][a79_0x24d4ff(0x22c)]=a79_0x24d4ff(0x264);continue;}break;}}}
1
+ const a79_0x51f58f=a79_0x1b13;(function(_0x122026,_0x18954a){const _0x47d729=a79_0x1b13,_0x5f0964=_0x122026();while(!![]){try{const _0x163656=parseInt(_0x47d729(0x167))/0x1+parseInt(_0x47d729(0x19a))/0x2*(-parseInt(_0x47d729(0x196))/0x3)+parseInt(_0x47d729(0x1b9))/0x4+-parseInt(_0x47d729(0x1ef))/0x5*(-parseInt(_0x47d729(0x1d9))/0x6)+-parseInt(_0x47d729(0x1a4))/0x7*(parseInt(_0x47d729(0x1c0))/0x8)+parseInt(_0x47d729(0x11b))/0x9*(parseInt(_0x47d729(0x1c1))/0xa)+-parseInt(_0x47d729(0x1b6))/0xb;if(_0x163656===_0x18954a)break;else _0x5f0964['push'](_0x5f0964['shift']());}catch(_0x5c103d){_0x5f0964['push'](_0x5f0964['shift']());}}}(a79_0x3fcf,0x1eade));function a79_0x1b13(_0x2c2c99,_0x58dbe8){const _0x3fcf28=a79_0x3fcf();return a79_0x1b13=function(_0x1b1351,_0x8424b6){_0x1b1351=_0x1b1351-0x101;let _0x160c1c=_0x3fcf28[_0x1b1351];return _0x160c1c;},a79_0x1b13(_0x2c2c99,_0x58dbe8);}const a79_0x394cb3={};a79_0x394cb3[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x195),a79_0x394cb3[a79_0x51f58f(0x102)]=a79_0x51f58f(0x1e9);const a79_0x5bb3a1={};a79_0x5bb3a1['INFO']=a79_0x51f58f(0x1a7);const a79_0x573d5d={};a79_0x573d5d[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x165);const a79_0x2c031a={};a79_0x2c031a[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x10e);const a79_0x4bc713={};a79_0x4bc713['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a79_0xae0782={};a79_0xae0782['INFO']='Run\x20js\x20tests\x20on\x20browserstack';const a79_0x553835={};a79_0x553835['INFO']=a79_0x51f58f(0x179);const a79_0x36ae8d={};a79_0x36ae8d[a79_0x51f58f(0x1c7)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a79_0x22d1c9={};a79_0x22d1c9['INFO']=a79_0x51f58f(0x157);const a79_0x557c96={};a79_0x557c96[a79_0x51f58f(0x1c7)]=a79_0x51f58f(0x128);const a79_0x22e498={};a79_0x22e498[a79_0x51f58f(0x1c7)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a79_0x31f029={};a79_0x31f029[a79_0x51f58f(0x1c7)]='Run\x20detox\x20tests\x20on\x20browserstack';const a79_0x4d3f62={};a79_0x4d3f62['INFO']=a79_0x51f58f(0x1bc);const a79_0x36a251={};a79_0x36a251[a79_0x51f58f(0x1c7)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a79_0x2f6696={};a79_0x2f6696['INFO']=a79_0x51f58f(0x159);const a79_0x24c210={};a79_0x24c210[a79_0x51f58f(0x11c)]=null,a79_0x24c210[a79_0x51f58f(0x1de)]=0xe,a79_0x24c210[a79_0x51f58f(0x1c4)]=0x1a;const a79_0x80cb32={};a79_0x80cb32['PLAYWRIGHT']=a79_0x51f58f(0x1ab),a79_0x80cb32[a79_0x51f58f(0x150)]=a79_0x51f58f(0x19f),a79_0x80cb32[a79_0x51f58f(0x1e2)]=a79_0x51f58f(0x13d),a79_0x80cb32[a79_0x51f58f(0x163)]=a79_0x51f58f(0x1a6),a79_0x80cb32[a79_0x51f58f(0x1b7)]=a79_0x51f58f(0x198),a79_0x80cb32[a79_0x51f58f(0x11e)]=a79_0x51f58f(0x161),a79_0x80cb32['VANILLA']='vanilla',a79_0x80cb32[a79_0x51f58f(0x180)]=a79_0x51f58f(0x1db),a79_0x80cb32[a79_0x51f58f(0x1a9)]='testcafe',a79_0x80cb32['NEWMAN']=a79_0x51f58f(0x1c5),a79_0x80cb32[a79_0x51f58f(0x181)]=a79_0x51f58f(0x11a),a79_0x80cb32['DETOX']=a79_0x51f58f(0x197),a79_0x80cb32['NODE_GENERIC']=a79_0x51f58f(0x104);const a79_0x51c79d={};a79_0x51c79d['invalidKeys']='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a79_0x51c79d[a79_0x51f58f(0x136)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a79_0x51c79d[a79_0x51f58f(0x1e4)]=a79_0x51f58f(0x13a),a79_0x51c79d['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a79_0x15dfa6={};a79_0x15dfa6['COMMONJS']=a79_0x51f58f(0x106),a79_0x15dfa6[a79_0x51f58f(0x119)]=a79_0x51f58f(0x18f);const a79_0x39fafe={};a79_0x39fafe[a79_0x51f58f(0x125)]=0xfde8,a79_0x39fafe['Cucumber-JS']=0xfde8,a79_0x39fafe[a79_0x51f58f(0x1f0)]=0x186a0;const a79_0xde815c={};a79_0xde815c[a79_0x51f58f(0x16a)]=[a79_0x51f58f(0x146),a79_0x51f58f(0x18d),a79_0x51f58f(0x1ba),a79_0x51f58f(0x166),a79_0x51f58f(0x1a3),a79_0x51f58f(0x137),a79_0x51f58f(0x114),a79_0x51f58f(0x1b3),'httpProxy',a79_0x51f58f(0x121),a79_0x51f58f(0x10c),a79_0x51f58f(0x1a8),'authToken',a79_0x51f58f(0x189),a79_0x51f58f(0x1e6)],a79_0xde815c[a79_0x51f58f(0x130)]=[a79_0x51f58f(0x1ec),a79_0x51f58f(0x123),a79_0x51f58f(0x10b),a79_0x51f58f(0x16f)];const a79_0x45067b={};a79_0x45067b[a79_0x51f58f(0x1a1)]=a79_0x51f58f(0x1a1),a79_0x45067b[a79_0x51f58f(0x130)]=a79_0x51f58f(0x130),a79_0x45067b[a79_0x51f58f(0x12c)]=a79_0x51f58f(0x130),a79_0x45067b[a79_0x51f58f(0x1ca)]='parallelsPerPlatform',a79_0x45067b['platforms']='platforms',a79_0x45067b['logLevel']=a79_0x51f58f(0x1be),a79_0x45067b['httpProxy']=a79_0x51f58f(0x1b4),a79_0x45067b[a79_0x51f58f(0x121)]=a79_0x51f58f(0x121),a79_0x45067b[a79_0x51f58f(0x192)]='framework',a79_0x45067b[a79_0x51f58f(0x115)]=a79_0x51f58f(0x115),a79_0x45067b[a79_0x51f58f(0x162)]='testObservability',a79_0x45067b[a79_0x51f58f(0x17a)]=a79_0x51f58f(0x17a),a79_0x45067b['testObservabilityOptions']='testObservabilityOptions',a79_0x45067b[a79_0x51f58f(0x120)]='testReportingOptions',a79_0x45067b['customVariables']='customVariables',a79_0x45067b['automation']=a79_0x51f58f(0x1d6),a79_0x45067b[a79_0x51f58f(0x1d6)]=a79_0x51f58f(0x1d6),a79_0x45067b[a79_0x51f58f(0x15c)]=a79_0x51f58f(0x15c),a79_0x45067b[a79_0x51f58f(0x1bb)]='percy',a79_0x45067b['percyOptions']=a79_0x51f58f(0x151),a79_0x45067b[a79_0x51f58f(0x15b)]=a79_0x51f58f(0x15b),a79_0x45067b[a79_0x51f58f(0x1fd)]=a79_0x51f58f(0x1fd),a79_0x45067b[a79_0x51f58f(0x16d)]=a79_0x51f58f(0x16d),a79_0x45067b[a79_0x51f58f(0x1bd)]=a79_0x51f58f(0x1bd),a79_0x45067b[a79_0x51f58f(0x172)]='turboScale',a79_0x45067b[a79_0x51f58f(0x1d7)]=a79_0x51f58f(0x1d7),a79_0x45067b[a79_0x51f58f(0x134)]=a79_0x51f58f(0x134),a79_0x45067b['testOrchestrationOptions']=a79_0x51f58f(0x1c3);const a79_0x3e5591={};a79_0x3e5591[a79_0x51f58f(0x152)]=a79_0x51f58f(0x1fa),a79_0x3e5591[a79_0x51f58f(0x14d)]=a79_0x51f58f(0x1d8),a79_0x3e5591['us']=a79_0x51f58f(0x10a),a79_0x3e5591['eu']=a79_0x51f58f(0x1b2),a79_0x3e5591['in']=a79_0x51f58f(0x19b),a79_0x3e5591['au']='hub-apse-only.browserstack.com';const a79_0x2ddef4={};a79_0x2ddef4[a79_0x51f58f(0x1ee)]=['SDK-GEN-001',a79_0x51f58f(0x16b)];const a79_0x307901={};a79_0x307901['SIGHUP']=0x1,a79_0x307901['SIGINT']=0x2,a79_0x307901['SIGQUIT']=0x3,a79_0x307901[a79_0x51f58f(0x113)]=0x6,a79_0x307901[a79_0x51f58f(0x11d)]=0xf,a79_0x307901['SIGBREAK']=0x15;const a79_0x11a9f1={};a79_0x11a9f1[a79_0x51f58f(0x17e)]=a79_0x394cb3,a79_0x11a9f1['JEST']=a79_0x5bb3a1,a79_0x11a9f1[a79_0x51f58f(0x181)]=a79_0x573d5d,a79_0x11a9f1['MOCHA']=a79_0x2c031a,a79_0x11a9f1[a79_0x51f58f(0x11e)]=a79_0x4bc713,a79_0x11a9f1['VANILLA']=a79_0xae0782,a79_0x11a9f1['NIGHTWATCH']=a79_0x553835,a79_0x11a9f1[a79_0x51f58f(0x13f)]=a79_0x36ae8d,a79_0x11a9f1[a79_0x51f58f(0x1a9)]=a79_0x22d1c9,a79_0x11a9f1[a79_0x51f58f(0x180)]=a79_0x557c96,a79_0x11a9f1[a79_0x51f58f(0x156)]=a79_0x22e498,a79_0x11a9f1[a79_0x51f58f(0x193)]=a79_0x31f029,a79_0x11a9f1[a79_0x51f58f(0x168)]=a79_0x4d3f62,a79_0x11a9f1[a79_0x51f58f(0x14e)]=a79_0x36a251,a79_0x11a9f1[a79_0x51f58f(0x1a0)]=a79_0x2f6696,a79_0x11a9f1[a79_0x51f58f(0x141)]=0x8*0x3c*0x3e8,a79_0x11a9f1['hubUrl']=a79_0x51f58f(0x101),a79_0x11a9f1[a79_0x51f58f(0x118)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a79_0x11a9f1['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a79_0x11a9f1['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a79_0x11a9f1[a79_0x51f58f(0x155)]=[a79_0x51f58f(0x183),a79_0x51f58f(0x18c),a79_0x51f58f(0x190),'unhandledPromptBehavior',a79_0x51f58f(0x169),a79_0x51f58f(0x12e),a79_0x51f58f(0x105),a79_0x51f58f(0x16e),a79_0x51f58f(0x171),a79_0x51f58f(0x15d),'firefoxOptions',a79_0x51f58f(0x145),a79_0x51f58f(0x1c2)],a79_0x11a9f1[a79_0x51f58f(0x1e3)]=/^[\w-]+:.*$/,a79_0x11a9f1[a79_0x51f58f(0x187)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a79_0x11a9f1['EDS_URL']='https://eds.browserstack.com',a79_0x11a9f1[a79_0x51f58f(0x138)]='https://api.browserstack.com',a79_0x11a9f1['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a79_0x11a9f1[a79_0x51f58f(0x1d4)]=a79_0x51f58f(0x177),a79_0x11a9f1[a79_0x51f58f(0x18e)]=a79_0x24c210,a79_0x11a9f1[a79_0x51f58f(0x15e)]=a79_0x51f58f(0x13e),a79_0x11a9f1['AUTOMATE_PRODUCTS']=[a79_0x51f58f(0x12d),a79_0x51f58f(0x1cb)],a79_0x11a9f1[a79_0x51f58f(0x1ea)]=['app-automate',a79_0x51f58f(0x1cb)],a79_0x11a9f1[a79_0x51f58f(0x14b)]=[a79_0x51f58f(0x1cb)],a79_0x11a9f1['OBSERVABILITY_UPLOAD_URL']=a79_0x51f58f(0x175),a79_0x11a9f1['OBSERVABILITY_SUPPORTED_FWS']=[a79_0x51f58f(0x19f),a79_0x51f58f(0x1ab),a79_0x51f58f(0x191),'jasmine'],a79_0x11a9f1['AUTOMATE']=[a79_0x51f58f(0x12d)],a79_0x11a9f1[a79_0x51f58f(0x110)]=a79_0x51f58f(0x1f8),a79_0x11a9f1[a79_0x51f58f(0x199)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a79_0x11a9f1[a79_0x51f58f(0x10f)]=[a79_0x51f58f(0x1d5)],a79_0x11a9f1[a79_0x51f58f(0x1b8)]=[a79_0x51f58f(0x1e5),a79_0x51f58f(0x154),'ERR_BLOCKED_BY_CLIENT',a79_0x51f58f(0x188),a79_0x51f58f(0x131),a79_0x51f58f(0x176),a79_0x51f58f(0x1b5),a79_0x51f58f(0x1e0),a79_0x51f58f(0x10d),a79_0x51f58f(0x1f3),a79_0x51f58f(0x153),'ERR_ADDRESS_INVALID','ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a79_0x51f58f(0x19d),a79_0x51f58f(0x109),a79_0x51f58f(0x140),'ERR_PROXY_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a79_0x51f58f(0x1cf),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a79_0x11a9f1[a79_0x51f58f(0x124)]=[a79_0x51f58f(0x1d3),a79_0x51f58f(0x12b),a79_0x51f58f(0x132)],a79_0x11a9f1['CUSTOM_ID_REGEX']=a79_0x51f58f(0x17d),a79_0x11a9f1[a79_0x51f58f(0x158)]=a79_0x51f58f(0x182),a79_0x11a9f1[a79_0x51f58f(0x1f1)]=a79_0x51f58f(0x139),a79_0x11a9f1[a79_0x51f58f(0x112)]='wss://cdp.browserstack.com/playwright?caps=',a79_0x11a9f1[a79_0x51f58f(0x186)]=a79_0x51f58f(0x160),a79_0x11a9f1[a79_0x51f58f(0x18a)]='wss://detox.browserstack.com/init',a79_0x11a9f1[a79_0x51f58f(0x13b)]=a79_0x80cb32,a79_0x11a9f1['PERCY_SUPPORTED_FRAMEWORKS']=[a79_0x51f58f(0x13d),a79_0x51f58f(0x19f)],a79_0x11a9f1[a79_0x51f58f(0x117)]=a79_0x51c79d,a79_0x11a9f1[a79_0x51f58f(0x174)]=a79_0x51f58f(0x116),a79_0x11a9f1['PACKAGE_TYPE']=a79_0x15dfa6,a79_0x11a9f1[a79_0x51f58f(0x1f2)]=0x40*0x400,a79_0x11a9f1[a79_0x51f58f(0x178)]=a79_0x51f58f(0x1c6),a79_0x11a9f1['TEST_FRAMEWORK_HOOK_TIMEOUT']=a79_0x39fafe,a79_0x11a9f1['REDACTED_KEYS']=a79_0xde815c,a79_0x11a9f1[a79_0x51f58f(0x144)]=a79_0x45067b,a79_0x11a9f1['LOG_FILE_NAME']=a79_0x51f58f(0x17b),a79_0x11a9f1['DEBUG_LOG_FILE_NAME']=a79_0x51f58f(0x1ce),a79_0x11a9f1[a79_0x51f58f(0x1eb)]=a79_0x51f58f(0x1cc),a79_0x11a9f1[a79_0x51f58f(0x12a)]=a79_0x51f58f(0x1da),a79_0x11a9f1['BSTACK_URL']=a79_0x51f58f(0x170),a79_0x11a9f1[a79_0x51f58f(0x1fc)]=a79_0x51f58f(0x15a),a79_0x11a9f1[a79_0x51f58f(0x1e8)]=a79_0x51f58f(0x13c),a79_0x11a9f1[a79_0x51f58f(0x14f)]=a79_0x51f58f(0x17f),a79_0x11a9f1[a79_0x51f58f(0x1dc)]=a79_0x51f58f(0x126),a79_0x11a9f1[a79_0x51f58f(0x1af)]=['playwright','cucumber',a79_0x51f58f(0x13d),'puppeteer',a79_0x51f58f(0x191),a79_0x51f58f(0x1c5),'detox',a79_0x51f58f(0x104)],a79_0x11a9f1['AUTOMATION_LOG_COMMANDS']=[a79_0x51f58f(0x149),a79_0x51f58f(0x129),'A11Y_GET_RESULTS',a79_0x51f58f(0x1ac),'percyScreenshot',a79_0x51f58f(0x133)],a79_0x11a9f1[a79_0x51f58f(0x1c9)]=a79_0x51f58f(0x1c9),a79_0x11a9f1[a79_0x51f58f(0x143)]=a79_0x3e5591,a79_0x11a9f1[a79_0x51f58f(0x173)]=[a79_0x51f58f(0x1f7),a79_0x51f58f(0x1e1),a79_0x51f58f(0x103),'unable\x20to\x20get\x20local\x20issuer\x20certificate',a79_0x51f58f(0x1e7),a79_0x51f58f(0x1ae)],a79_0x11a9f1['SSL_ERROR_CODES']=[a79_0x51f58f(0x1a5),a79_0x51f58f(0x1ae),a79_0x51f58f(0x1f9),'CERT_HAS_EXPIRED',a79_0x51f58f(0x1e7),'UNABLE_TO_GET_ISSUER_CERT_LOCALLY'],a79_0x11a9f1[a79_0x51f58f(0x1f5)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a79_0x11a9f1[a79_0x51f58f(0x17c)]=a79_0x2ddef4,a79_0x11a9f1[a79_0x51f58f(0x1aa)]=['GLOBAL_AGENT_HTTP_PROXY',a79_0x51f58f(0x107),a79_0x51f58f(0x1d1)],a79_0x11a9f1['BINARY_BUSY_ERROR_CODES']=[a79_0x51f58f(0x15f),a79_0x51f58f(0x1cd)],a79_0x11a9f1['MAX_SPAWN_RETRIES']=0x3,a79_0x11a9f1[a79_0x51f58f(0x148)]=0x3e8,a79_0x11a9f1[a79_0x51f58f(0x1f4)]=0x1f40,a79_0x11a9f1[a79_0x51f58f(0x1ed)]=a79_0x307901,module[a79_0x51f58f(0x122)]=a79_0x11a9f1;function a79_0x3fcf(){const _0x67360d=['node-generic','browserVersion','commonjs','GLOBAL_AGENT_NO_PROXY','10|13|1|4|3|9|7|11|8|12|2|5|6|0','ERR_SOCKS_CONNECTION_FAILED','hub-us-only.browserstack.com','localProxyUser','customVariables','ERR_CONNECTION_ABORTED','Run\x20mocha\x20tests\x20on\x20browserstack','APP_AUTOMATE','BROWSERSTACK_AUTOMATE_URL','https://automation-preprod.bsstag.com','PLAYWRIGHT_HUB_URL','SIGABRT','password','testContextOptions','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','PLAYWRIGHT_CONFIG_OPTION_ERRORS','HUB_URL_REGEX','MODULE','jasmine','219123nhucLe','hardMinMajor','SIGTERM','CUCUMBER','https://upload-observability-devtestops-ssi.bsstag.com','testReportingOptions','httpsProxy','exports','proxyPass','VALID_APP_EXTENSION','Mocha','browserstack','wss://cdp-devtestops.bsstag.com/playwright?caps=','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','A11Y_GET_RESULTS_SUMMARY','CLI_LOG_FILE_NAME','.aab','localOptions','automate','browserName','hubUrl','browserStackLocalOptions','ERR_SOCKET_NOT_CONNECTED','.ipa','ObservabilitySync','proxySettings','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','uniqueDependency','browserstack.key','BROWSERSTACK_API_URL','./browserstack-artifacts/','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','FRAMEWORKS','https://automation.browserstack.com','jest','sdk/v1/event','PLAYWRIGHT','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','BSTACK_DELTA','3|8|6|13|11|4|7|10|12|0|1|2|9|5','HUB_URL_MAP','SDK_INSTRUMENTATION_CONFIG','edgeOptions','userName','https://automate-preprod.bsstag.com/dashboard/v2/builds/','SPAWN_RETRY_DELAY_MS','A11Y_SCAN','https://apidevtestops.bsstag.com','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','BSTACK_URL','us-east','HST','TEST_REPORTING_ANALYTICS','MOCHA','percyOptions','default','ERR_NAME_NOT_RESOLVED','ERR_TIMED_OUT','ROOT_CAPS','CODECEPTJS','Run\x20testcafe\x20tests\x20on\x20browserstack','SHAREABLE_ID_REGEX','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','browserstack-ats.com','percyCaptureMode','rerunTests','chromeOptions','FUNNEL_INSTRUMENTATION_API_URL','ETXTBSY','wss://cdp.browserstack.com/puppeteer?caps=','cucumber','testObservability','CODECEPT','https://hub-preprod.bsstag.com/wd/hub','Run\x20jasmine\x20tests\x20on\x20browserstack','browserstack.accessKey','136467UvRREM','NEWMAN','timeouts','root','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','https://edsstaging.bsstag.com','accessibility','acceptSslCerts','localProxyPass','browserstack.com','acceptSslCert','turboScale','SSL_ERROR_MESSAGES','AUTOLOGCAPTURE_NOTIFICATION','https://upload-observability.browserstack.com','ERR_CONNECTION_CLOSED','sdk/v1/update_cli','GIT_META_DATA_TRUNCATED','Run\x20nightwatch\x20tests\x20on\x20browserstack','testReporting','/usage.log','CLIENT_TROUBLESHOOTING_HASH','^[a-zA-Z0-9_.-]*$','VERSION','TEST\x20REPORTING\x20AND\x20ANALYTICS','PUPPETEER','JASMINE','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','acceptInsecureCerts','bsstag.com','https://upload-observability-preprod.bsstag.com','PUPPETEER_HUB_URL','PRIVATE_DOMAIN_OR_IP_REGEX','ERR_NETWORK_CHANGED','proxyUrl','DETOX_HUB_URL','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','pageLoadStrategy','accessKey','LT_SUPPORTED_NODE','module','strictFileInteractability','testcafe','framework','DETOX','https://observability-devtestops.bsstag.com','shows\x20version\x20information','171399kxAlsG','detox','codeceptjs-cucumber','BROWSERSTACK_APP_AUTOMATE_URL','4THBjMJ','hub-aps-only.browserstack.com','https://hub-devtestops.bsstag.com/wd/hub','ERR_CONNECTION_TIMED_OUT','BROWSERSTACK_ENV','mocha','INTEGRATIONS','browserstackLocal','OBSERVABILITY_UPLOAD_URL','browserstack.user','987PuHgfS','SELF_SIGNED_CERT_IN_CHAIN','codeceptjs','Run\x20jest\x20tests\x20on\x20browserstack','proxyPassword','TESTCAFE','INTERNALLY_USED_ENV_VARS','Playwright','A11Y_SAVE_RESULTS','EDS_URL','DEPTH_ZERO_SELF_SIGNED_CERT','CLI_SUPPORTED_FRAMEWORKS','https://api-preprod.bsstag.com','APP_UPLOAD_URL','hub-eu-only.browserstack.com','user_data','httpProxy','ERR_CONNECTION_RESET','2069738yXLbSi','CODECEPT_CUCUMBER','NUDGE_LOCAL_ERRORS','648728fRbgTY','browserstack.userName','percy','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','accessibilityOptions','logLevel','wss://detox-devtestops.bsstag.com/init','4456OEkyKt','70YEWcjX','ieOptions','testOrchestrationOptions','maxTestedMajor','newman','...[TRUNCATED]','INFO','toLowerCase','PLAYWRIGHT_TRACE_LOGS','parallelsPerPlatform','observability','sdk-cli-debug.log','EBUSY','/usage-debug.log','ERR_NAME_RESOLUTION_FAILED','bsstag','USER_CONFIG_DETAILS_PATH','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','.apk','UPDATED_CLI_ENDPOINT','app-automate','browserstackAutomation','turboScaleOptions','hub-use-only.browserstack.com','15018vqRFzH','sdk-cli.log','puppeteer','BROWSERSTACK','split','minTestedMajor','wss://detox-preprod.bsstag.com/init','ERR_CONNECTION_REFUSED','unable\x20to\x20verify\x20the\x20first\x20certificate','JEST','ROOT_REGEX','mandatoryDependency','ERR_FAILED','browserstack.overridelocalInfo.userAuthToken','ERR_TLS_CERT_ALTNAME_INVALID','O11Y_URL','Specify\x20--help\x20for\x20available\x20options','APP_AUTOMATE_PRODUCTS','DEBUG_CLI_LOG_FILE_NAME','proxyUser','SIGNAL_EXIT_CODES','.browserstack\x20folder\x20not\x20accessible','75rjvNlM','Jest','CI_ARTIFACTS_PATH','MAX_GIT_META_DATA_SIZE_IN_BYTES','ERR_CONNECTION_FAILED','MAX_DRIVER_INIT_ERROR_BYTES','CONNECTIVITY_ISSUE_ERROR_CODES','https://api-cloud-devtestops.bsstag.com','self\x20signed\x20certificate','https://automate.browserstack.com/dashboard/v2/builds/','UNABLE_TO_VERIFY_LEAF_SIGNATURE','hub.browserstack.com','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','BSTACK_ATS_URL','disableAutoCaptureLogs','pre-prod','https://hub.browserstack.com/wd/hub','HELP','certificate\x20has\x20expired'];a79_0x3fcf=function(){return _0x67360d;};return a79_0x3fcf();}const _env=(process['env'][a79_0x51f58f(0x19e)]||'prod')[a79_0x51f58f(0x1c8)]();if(_env==='staging'||_env==='stag'){const wRrFKD=a79_0x51f58f(0x142)[a79_0x51f58f(0x1dd)]('|');let LuGyIy=0x0;while(!![]){switch(wRrFKD[LuGyIy++]){case'0':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x14c)]=a79_0x51f58f(0x184);continue;case'1':module['exports'][a79_0x51f58f(0x1e8)]=a79_0x51f58f(0x194);continue;case'2':module['exports'][a79_0x51f58f(0x1a2)]=a79_0x51f58f(0x11f);continue;case'3':module['exports'][a79_0x51f58f(0x12f)]=a79_0x51f58f(0x19c);continue;case'4':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1b1)]=a79_0x51f58f(0x1f6);continue;case'5':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1dc)]=a79_0x51f58f(0x1d0);continue;case'6':module['exports'][a79_0x51f58f(0x118)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module['exports'][a79_0x51f58f(0x112)]=a79_0x51f58f(0x127);continue;case'8':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x138)]=a79_0x51f58f(0x14a);continue;case'9':module['exports']['EDS_URL']=a79_0x51f58f(0x16c);continue;case'10':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x186)]=a79_0x51f58f(0x1d2);continue;case'11':module['exports'][a79_0x51f58f(0x199)]=a79_0x51f58f(0x135);continue;case'12':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x18a)]=a79_0x51f58f(0x1bf);continue;case'13':module['exports'][a79_0x51f58f(0x110)]=a79_0x51f58f(0x18b);continue;}break;}}else{if(_env==='preprod'||_env===a79_0x51f58f(0x1fe)){const DSZsEN=a79_0x51f58f(0x108)['split']('|');let MtoLSZ=0x0;while(!![]){switch(DSZsEN[MtoLSZ++]){case'0':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1dc)]=a79_0x51f58f(0x1d0);continue;case'1':module[a79_0x51f58f(0x122)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'2':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1e8)]=a79_0x51f58f(0x111);continue;case'3':module['exports'][a79_0x51f58f(0x199)]=a79_0x51f58f(0x1fb);continue;case'4':module['exports']['BROWSERSTACK_AUTOMATE_URL']=a79_0x51f58f(0x147);continue;case'5':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x1a2)]=a79_0x51f58f(0x185);continue;case'6':module['exports'][a79_0x51f58f(0x1ad)]=a79_0x51f58f(0x16c);continue;case'7':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x112)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module[a79_0x51f58f(0x122)]['DETOX_HUB_URL']=a79_0x51f58f(0x1df);continue;case'9':module[a79_0x51f58f(0x122)]['APP_UPLOAD_URL']='https://api-preprod.bsstag.com';continue;case'10':module['exports'][a79_0x51f58f(0x12f)]=a79_0x51f58f(0x164);continue;case'11':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x186)]='wss://cdp-preprod.bsstag.com/puppeteer?caps=';continue;case'12':module[a79_0x51f58f(0x122)][a79_0x51f58f(0x14c)]=a79_0x51f58f(0x184);continue;case'13':module['exports'][a79_0x51f58f(0x138)]=a79_0x51f58f(0x1b0);continue;}break;}}}
@@ -1 +1 @@
1
- const a80_0x2b0b4a=a80_0x2d78;(function(_0x24cf31,_0x212322){const _0x4a9587=a80_0x2d78,_0x3b5594=_0x24cf31();while(!![]){try{const _0x506ec5=parseInt(_0x4a9587(0x174))/0x1*(parseInt(_0x4a9587(0x172))/0x2)+parseInt(_0x4a9587(0x16c))/0x3+parseInt(_0x4a9587(0x169))/0x4+-parseInt(_0x4a9587(0x177))/0x5+-parseInt(_0x4a9587(0x167))/0x6+-parseInt(_0x4a9587(0x16f))/0x7*(-parseInt(_0x4a9587(0x178))/0x8)+parseInt(_0x4a9587(0x175))/0x9*(-parseInt(_0x4a9587(0x171))/0xa);if(_0x506ec5===_0x212322)break;else _0x3b5594['push'](_0x3b5594['shift']());}catch(_0x27f8bc){_0x3b5594['push'](_0x3b5594['shift']());}}}(a80_0x1a6c,0xcda8e));function a80_0x1a6c(){const _0x46891c=['1870944lZPQPW','layout','type','105yOmunq','colouredLayout','27277770scpwJw','622wZNCcS','levelStr','5077uGdHPK','9lJrwFQ','timezoneOffset','158150jwOdQy','124016unjyif','configure','2188560hEiOne','tefbo','6125696AqhIEI','level','./logReportingAPI'];a80_0x1a6c=function(){return _0x46891c;};return a80_0x1a6c();}function a80_0x2d78(_0x32ea7e,_0x6a4add){const _0x1a6ca1=a80_0x1a6c();return a80_0x2d78=function(_0x2d7875,_0x219e94){_0x2d7875=_0x2d7875-0x167;let _0x281bf7=_0x1a6ca1[_0x2d7875];return _0x281bf7;},a80_0x2d78(_0x32ea7e,_0x6a4add);}const logReportingAPI=require(a80_0x2b0b4a(0x16b)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5a0317,_0x43978b){return _0x251a23=>{const _0x2db531=a80_0x2d78;BSTestOpsLogger['log']({'level':_0x251a23[_0x2db531(0x16a)]?_0x251a23[_0x2db531(0x16a)][_0x2db531(0x173)]:null,'message':_0x251a23['data']?_0x251a23['data']['join']('\x20'):null});};}exports[a80_0x2b0b4a(0x179)]=(_0x10007f,_0x519064)=>{const _0x37b931=a80_0x2b0b4a,_0x1057cd={'tefbo':function(_0x32310d,_0x3d206b,_0x4b5945){return _0x32310d(_0x3d206b,_0x4b5945);}};let _0x29dc07=_0x519064[_0x37b931(0x170)];return _0x10007f[_0x37b931(0x16d)]&&(_0x29dc07=_0x519064['layout'](_0x10007f['layout'][_0x37b931(0x16e)],_0x10007f['layout'])),_0x1057cd[_0x37b931(0x168)](BSTestOpsLog4JSAppender,_0x29dc07,_0x10007f[_0x37b931(0x176)]);};
1
+ function a80_0x1ab9(_0x489fa9,_0x2f2d12){const _0x55469e=a80_0x5546();return a80_0x1ab9=function(_0x1ab9d4,_0x3c4497){_0x1ab9d4=_0x1ab9d4-0xee;let _0x187961=_0x55469e[_0x1ab9d4];return _0x187961;},a80_0x1ab9(_0x489fa9,_0x2f2d12);}const a80_0xeb1994=a80_0x1ab9;(function(_0x283aa4,_0x400deb){const _0x326ebd=a80_0x1ab9,_0x407207=_0x283aa4();while(!![]){try{const _0x14198f=-parseInt(_0x326ebd(0xf3))/0x1*(-parseInt(_0x326ebd(0xf4))/0x2)+-parseInt(_0x326ebd(0xfd))/0x3+-parseInt(_0x326ebd(0xef))/0x4*(parseInt(_0x326ebd(0xf0))/0x5)+-parseInt(_0x326ebd(0xf6))/0x6*(-parseInt(_0x326ebd(0xf1))/0x7)+parseInt(_0x326ebd(0xfb))/0x8*(-parseInt(_0x326ebd(0xee))/0x9)+-parseInt(_0x326ebd(0xfe))/0xa*(parseInt(_0x326ebd(0xf5))/0xb)+parseInt(_0x326ebd(0xfa))/0xc;if(_0x14198f===_0x400deb)break;else _0x407207['push'](_0x407207['shift']());}catch(_0x58b95b){_0x407207['push'](_0x407207['shift']());}}}(a80_0x5546,0xb4619));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x15c2e4,_0x583321){return _0x7dc30d=>{const _0x5d630e=a80_0x1ab9;BSTestOpsLogger[_0x5d630e(0x100)]({'level':_0x7dc30d['level']?_0x7dc30d[_0x5d630e(0xff)]['levelStr']:null,'message':_0x7dc30d[_0x5d630e(0xfc)]?_0x7dc30d[_0x5d630e(0xfc)][_0x5d630e(0xf2)]('\x20'):null});};}exports[a80_0xeb1994(0xf8)]=(_0x3467e9,_0x5d8d20)=>{const _0x540d7b=a80_0xeb1994,_0x11261d={'vlIOQ':function(_0x592cb5,_0x5ac2c0,_0x40c305){return _0x592cb5(_0x5ac2c0,_0x40c305);}};let _0x31caf3=_0x5d8d20[_0x540d7b(0xf7)];return _0x3467e9[_0x540d7b(0xf9)]&&(_0x31caf3=_0x5d8d20[_0x540d7b(0xf9)](_0x3467e9[_0x540d7b(0xf9)]['type'],_0x3467e9['layout'])),_0x11261d['vlIOQ'](BSTestOpsLog4JSAppender,_0x31caf3,_0x3467e9['timezoneOffset']);};function a80_0x5546(){const _0x1daed3=['level','log','9HMJFmQ','22784eJEmRC','510Lvporo','630Dbgmwe','join','72641ozgnwz','26iClaXI','256938UcctWF','24018jglPoz','colouredLayout','configure','layout','27232764ZfkRWQ','1659752MZQGUp','data','3267060eDwDJn','410bYnMkP'];a80_0x5546=function(){return _0x1daed3;};return a80_0x5546();}