browserstack-node-sdk 1.63.3 → 1.63.5

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 (218) 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/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 'use strict';const a70_0x2399d6=a70_0x163b;(function(_0x47e2f7,_0x51d7fa){const _0x1c35aa=a70_0x163b,_0x1b8a81=_0x47e2f7();while(!![]){try{const _0x2aba0e=parseInt(_0x1c35aa(0xb6))/0x1+-parseInt(_0x1c35aa(0xb2))/0x2+-parseInt(_0x1c35aa(0xa5))/0x3+-parseInt(_0x1c35aa(0xdc))/0x4*(parseInt(_0x1c35aa(0xd9))/0x5)+parseInt(_0x1c35aa(0xa3))/0x6+parseInt(_0x1c35aa(0xb1))/0x7*(parseInt(_0x1c35aa(0x85))/0x8)+parseInt(_0x1c35aa(0x84))/0x9*(parseInt(_0x1c35aa(0xc2))/0xa);if(_0x2aba0e===_0x51d7fa)break;else _0x1b8a81['push'](_0x1b8a81['shift']());}catch(_0x364791){_0x1b8a81['push'](_0x1b8a81['shift']());}}}(a70_0x324f,0x8614f));const {v4:uuidv4}=require('uuid'),logger=require(a70_0x2399d6(0xc5))[a70_0x2399d6(0x96)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x2399d6(0xca)+'('+a70_0x2399d6(0xc3)+a70_0x2399d6(0x9c)+'|\x5cd+\x5cs+failed'+'|\x5cd+\x5cs+skipped'+a70_0x2399d6(0xad)+a70_0x2399d6(0xb7)+a70_0x2399d6(0x8a)+a70_0x2399d6(0xd5)+a70_0x2399d6(0xcb)+')');function _stripAnsi(_0x165ebf){const _0x19af86=a70_0x2399d6,_0xbd7373={};_0xbd7373[_0x19af86(0xdb)]=function(_0x40349b,_0x4bc61c){return _0x40349b!==_0x4bc61c;},_0xbd7373[_0x19af86(0xd4)]=_0x19af86(0x87);const _0x2c1caf=_0xbd7373;if(_0x2c1caf[_0x19af86(0xdb)](typeof _0x165ebf,_0x2c1caf['OnbGj']))return _0x165ebf;return _0x165ebf['replace'](ANSI_RE,'');}function _shouldForward(_0x4a5543){const _0x42750d=a70_0x2399d6,_0x360eb3={'UKOOo':function(_0x989dd,_0x26377c){return _0x989dd(_0x26377c);}};if(!_0x4a5543||!_0x4a5543['trim']())return![];if(INTERNAL_LOG_RE[_0x42750d(0x86)](_0x4a5543))return![];const _0x18576e=_0x360eb3[_0x42750d(0xa6)](_stripAnsi,_0x4a5543)[_0x42750d(0xa9)]();if(!_0x18576e)return![];if(SPEC_REPORTER_RE['test'](_0x18576e))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function a70_0x163b(_0x4535c6,_0x16f69b){const _0x324f5e=a70_0x324f();return a70_0x163b=function(_0x163b5e,_0x557b8b){_0x163b5e=_0x163b5e-0x82;let _0x11527d=_0x324f5e[_0x163b5e];return _0x11527d;},a70_0x163b(_0x4535c6,_0x16f69b);}function _isDuplicate(_0xcc550c){const _0x387644=a70_0x2399d6,_0x11a710={};_0x11a710[_0x387644(0x91)]=function(_0x8051cc,_0x388ee6){return _0x8051cc>_0x388ee6;},_0x11a710[_0x387644(0xbf)]=function(_0x55b0a8,_0x375df6){return _0x55b0a8-_0x375df6;},_0x11a710[_0x387644(0xa7)]=function(_0x1f38ea,_0x195cd4){return _0x1f38ea!==_0x195cd4;},_0x11a710[_0x387644(0x95)]=function(_0x3c3a02,_0x15bd13){return _0x3c3a02<_0x15bd13;};const _0x12fb1d=_0x11a710,_0x2545e6=Date[_0x387644(0xcd)]();if(_0x12fb1d[_0x387644(0x91)](_recent[_0x387644(0x8d)],0xc8))for(const [_0x3a2995,_0x5a033e]of _recent){_0x12fb1d[_0x387644(0x91)](_0x12fb1d[_0x387644(0xbf)](_0x2545e6,_0x5a033e),DEDUP_WINDOW_MS)&&_recent['delete'](_0x3a2995);}const _0x47e958=_recent[_0x387644(0xc0)](_0xcc550c);if(_0x12fb1d[_0x387644(0xa7)](_0x47e958,undefined)&&_0x12fb1d['wpLOL'](_0x12fb1d[_0x387644(0xbf)](_0x2545e6,_0x47e958),DEDUP_WINDOW_MS))return!![];return _recent[_0x387644(0xab)](_0xcc550c,_0x2545e6),![];}function _emitLog(_0x44f34d){const _0x46e0f2=a70_0x2399d6,_0x1f97e2={'gSfLQ':function(_0x304742,_0x4d0ebf){return _0x304742(_0x4d0ebf);},'JtRmW':_0x46e0f2(0xd1),'DzksN':_0x46e0f2(0xd0),'oYaoR':_0x46e0f2(0xac),'pveZr':function(_0x377379,_0x26d1ce){return _0x377379(_0x26d1ce);},'NWots':'../v2/framework/constants/testFrameworkConstants','pSqjn':_0x46e0f2(0x93),'bwMdQ':function(_0x209719,_0x347a98){return _0x209719===_0x347a98;},'sripb':function(_0x575415,_0xa419e8){return _0x575415===_0xa419e8;},'KIJdm':_0x46e0f2(0xd8),'bkSaU':function(_0x1ba4b0,_0x110c2f){return _0x1ba4b0<_0x110c2f;},'TqptG':'info','lvzzQ':_0x46e0f2(0xa0),'ooSvJ':_0x46e0f2(0x8f)};try{const _0x1681b9=_0x1f97e2[_0x46e0f2(0x88)](require,_0x1f97e2[_0x46e0f2(0xd7)]),_0x439057=_0x1f97e2[_0x46e0f2(0x88)](require,_0x1f97e2['DzksN']),_0x1245ab=_0x1f97e2[_0x46e0f2(0x88)](require,_0x1f97e2['oYaoR']),_0xf9ba2d=_0x1f97e2[_0x46e0f2(0xc8)](require,_0x1f97e2[_0x46e0f2(0xd3)]),_0x21357c=_0x1681b9[_0x46e0f2(0x90)]&&_0x1681b9[_0x46e0f2(0x90)]();if(!_0x21357c||!_0x21357c[_0x46e0f2(0xd6)]())return;const _0xdf95c1=_0x21357c[_0x46e0f2(0xaa)]&&_0x21357c['getTestFramework'](),_0x5a9775=_0x1245ab[_0x46e0f2(0xba)]&&_0x1245ab['getTrackedInstance']();if(!_0x5a9775)return;const _0x5efc3e=Array[_0x46e0f2(0xc9)](_0x5a9775[_0x46e0f2(0x99)](_0x1f97e2['pSqjn']))?_0x5a9775[_0x46e0f2(0x99)](_0x1f97e2[_0x46e0f2(0xdd)]):[];if(_0x1f97e2[_0x46e0f2(0x9a)](_0x5efc3e['length'],0x0))return;const _0x58288d=_0xdf95c1&&_0x1f97e2['sripb'](typeof _0xdf95c1[_0x46e0f2(0xb0)],_0x1f97e2['KIJdm'])?_0xdf95c1[_0x46e0f2(0xb0)]():{},_0x5a2682=_0xdf95c1&&_0x1f97e2['sripb'](typeof _0xdf95c1['getTestFrameworks'],_0x1f97e2[_0x46e0f2(0xcc)])?_0xdf95c1[_0x46e0f2(0x94)]():[],_0x58d356=_0x5a2682&&_0x5a2682[0x0]&&_0x58288d&&_0x58288d[_0x5a2682[0x0]]||'',_0x1af1a1=_0x1f97e2[_0x46e0f2(0xc8)](_stripAnsi,_0x44f34d)[_0x46e0f2(0xa9)]();if(_0x1f97e2[_0x46e0f2(0x88)](_isDuplicate,_0x1af1a1))return;const _0x26b5a8=new Date()[_0x46e0f2(0xaf)]();for(let _0x34c35e=0x0;_0x1f97e2[_0x46e0f2(0x8c)](_0x34c35e,_0x5efc3e[_0x46e0f2(0xa2)]);_0x34c35e++){const _0x2d0f5d=_0x5efc3e[_0x34c35e];if(!_0x2d0f5d)continue;const _0x5d2898={};_0x5d2898[_0x46e0f2(0xc1)]=_0x2d0f5d,_0x5d2898[_0x46e0f2(0xb3)]=_0x2d0f5d,_0x5d2898['timestamp']=_0x26b5a8,_0x5d2898[_0x46e0f2(0xc6)]=_0x1af1a1,_0x5d2898[_0x46e0f2(0x9f)]=_0xf9ba2d[_0x46e0f2(0x97)],_0x5d2898[_0x46e0f2(0xa1)]=_0x1f97e2['TqptG'];const _0x4747c6=_0x5d2898,_0x5ea8a5={};_0x5ea8a5[_0x46e0f2(0xda)]=_0x34c35e,_0x5ea8a5[_0x46e0f2(0xb9)]=[_0x4747c6],_0x5ea8a5[_0x46e0f2(0xc7)]=_0x1f97e2[_0x46e0f2(0x9b)],_0x5ea8a5['testFrameworkVersion']=_0x58d356,_0x5ea8a5[_0x46e0f2(0x92)]=_0x1f97e2[_0x46e0f2(0xa8)];const _0xd30047=_0x5ea8a5;_0x439057[_0x46e0f2(0x90)]()[_0x46e0f2(0xb5)](_0xd30047)[_0x46e0f2(0x98)](()=>{});}}catch(_0x1c0bf8){}}function _wrap(_0x449294){const _0xa4561=a70_0x2399d6,_0x4b58c0={'kZsvz':function(_0xb0f106,_0x58ac78,_0x2190c0,_0x30ba97){return _0xb0f106(_0x58ac78,_0x2190c0,_0x30ba97);},'JlOSo':function(_0x1ca7c6,_0x24f103){return _0x1ca7c6===_0x24f103;},'AidaB':_0xa4561(0x87),'WucAo':_0xa4561(0xcf),'KsSYj':function(_0x493055,_0x51baae){return _0x493055(_0x51baae);}};return function(_0x10b2e5,_0x3719a6,_0x3e2190){const _0x253d34=_0xa4561,_0xf479e5=_0x4b58c0[_0x253d34(0x9d)](_0x449294,_0x10b2e5,_0x3719a6,_0x3e2190);try{const _0x15ae00=_0x4b58c0['JlOSo'](typeof _0x10b2e5,_0x4b58c0[_0x253d34(0xc4)])?_0x10b2e5:Buffer['isBuffer'](_0x10b2e5)?_0x10b2e5[_0x253d34(0xb4)](_0x4b58c0['WucAo']):_0x4b58c0[_0x253d34(0xbc)](String,_0x10b2e5),_0x1669c5=_0x15ae00[_0x253d34(0xa4)](/\r?\n/);for(const _0x94e4de of _0x1669c5){_0x4b58c0[_0x253d34(0xbc)](_shouldForward,_0x94e4de)&&_0x4b58c0[_0x253d34(0xbc)](_emitLog,_0x94e4de);}}catch(_0x498de7){}return _0xf479e5;};}function a70_0x324f(){const _0x4be37e=['|Running\x20tests\x20in','VvSej','toISOString','getTestFrameworksVersions','28XFIvye','817558cgmeeb','test_run_uuid','toString','logCreatedEvent','1044002czjnJP','|Hostname:','[stdout-interceptor]\x20uninstalled','logs','getTrackedInstance','Zkpzb','KsSYj','install','uninstall','ryGmB','get','uuid','1311070eJzyIa','[✓✔✗✘×]\x5cs','AidaB','../../helpers/logger','message','testFrameworkName','pveZr','isArray','^(\x5cs*)','|Waiting\x20for','KIJdm','now','vtoun','utf8','../v2/grpcClient','../v2/browserstackCLI','write','NWots','OnbGj','|Connecting\x20to\x20.*://','isRunning','JtRmW','function','15joSAVH','platformIndex','xbKCy','1097768vQOIrr','pSqjn','[stdout-interceptor]\x20installed','stdout','stderr','9bKCckx','256416bSodvo','test','string','gSfLQ','debug','|Test\x20\x5cd+\x20of\x20\x5cd+','FAUYV','bkSaU','size','1|0|3|2|7|4|6|5','TEST','getInstance','suZjD','testFrameworkState','__currentPlatformUuids','getTestFrameworks','wpLOL','winstonLogger','KIND_LOG','catch','getData','bwMdQ','lvzzQ','|\x5cd+\x5cs+passed','kZsvz','mRfwX','kind','testcafe','level','length','4507692thfTwe','split','819885zghDdn','UKOOo','AnXro','ooSvJ','trim','getTestFramework','set','../v2/framework/testFramework'];a70_0x324f=function(){return _0x4be37e;};return a70_0x324f();}exports[a70_0x2399d6(0xbd)]=()=>{const _0x2ef25a=a70_0x2399d6,_0x48566d={'VvSej':'1|6|5|4|3|2|0','FAUYV':_0x2ef25a(0xde),'vtoun':function(_0x5900c7,_0x598301){return _0x5900c7(_0x598301);},'Oyxhk':function(_0x486e2f,_0xeb3ce4){return _0x486e2f(_0xeb3ce4);}},_0x54f005=_0x48566d[_0x2ef25a(0xae)][_0x2ef25a(0xa4)]('|');let _0x5682cb=0x0;while(!![]){switch(_0x54f005[_0x5682cb++]){case'0':logger['debug'](_0x48566d[_0x2ef25a(0x8b)]);continue;case'1':if(_installed)return;continue;case'2':_installed=!![];continue;case'3':process['stderr'][_0x2ef25a(0xd2)]=_0x48566d[_0x2ef25a(0xce)](_wrap,_origStderrWrite);continue;case'4':process['stdout'][_0x2ef25a(0xd2)]=_0x48566d['Oyxhk'](_wrap,_origStdoutWrite);continue;case'5':_origStderrWrite=process[_0x2ef25a(0x83)][_0x2ef25a(0xd2)]['bind'](process[_0x2ef25a(0x83)]);continue;case'6':_origStdoutWrite=process[_0x2ef25a(0x82)][_0x2ef25a(0xd2)]['bind'](process[_0x2ef25a(0x82)]);continue;}break;}},exports[a70_0x2399d6(0xbe)]=()=>{const _0x4436d2=a70_0x2399d6,_0x1b873a={};_0x1b873a[_0x4436d2(0xbb)]=_0x4436d2(0x8e),_0x1b873a['mRfwX']=_0x4436d2(0xb8);const _0x391bad=_0x1b873a,_0x32a4d1=_0x391bad[_0x4436d2(0xbb)][_0x4436d2(0xa4)]('|');let _0x2944b0=0x0;while(!![]){switch(_0x32a4d1[_0x2944b0++]){case'0':_origStdoutWrite&&(process[_0x4436d2(0x82)][_0x4436d2(0xd2)]=_origStdoutWrite);continue;case'1':if(!_installed)return;continue;case'2':_origStdoutWrite=null;continue;case'3':_origStderrWrite&&(process[_0x4436d2(0x83)][_0x4436d2(0xd2)]=_origStderrWrite);continue;case'4':_installed=![];continue;case'5':logger[_0x4436d2(0x89)](_0x391bad[_0x4436d2(0x9e)]);continue;case'6':_recent['clear']();continue;case'7':_origStderrWrite=null;continue;}break;}};
1
+ 'use strict';const a70_0x506ddf=a70_0x46dd;(function(_0x4e605e,_0x37a05f){const _0xa9775c=a70_0x46dd,_0x16d76b=_0x4e605e();while(!![]){try{const _0x41da65=-parseInt(_0xa9775c(0x212))/0x1*(-parseInt(_0xa9775c(0x1e0))/0x2)+parseInt(_0xa9775c(0x1f7))/0x3*(-parseInt(_0xa9775c(0x1fa))/0x4)+-parseInt(_0xa9775c(0x214))/0x5*(parseInt(_0xa9775c(0x20b))/0x6)+parseInt(_0xa9775c(0x223))/0x7*(parseInt(_0xa9775c(0x205))/0x8)+parseInt(_0xa9775c(0x1d2))/0x9+parseInt(_0xa9775c(0x1df))/0xa*(parseInt(_0xa9775c(0x210))/0xb)+-parseInt(_0xa9775c(0x20e))/0xc;if(_0x41da65===_0x37a05f)break;else _0x16d76b['push'](_0x16d76b['shift']());}catch(_0x569ede){_0x16d76b['push'](_0x16d76b['shift']());}}}(a70_0x40ca,0xdf811));function a70_0x46dd(_0x42e7f5,_0x36f6b9){const _0x40ca12=a70_0x40ca();return a70_0x46dd=function(_0x46dda6,_0x3755e8){_0x46dda6=_0x46dda6-0x1cc;let _0x5664b4=_0x40ca12[_0x46dda6];return _0x5664b4;},a70_0x46dd(_0x42e7f5,_0x36f6b9);}const {v4:uuidv4}=require(a70_0x506ddf(0x1d7)),logger=require(a70_0x506ddf(0x225))[a70_0x506ddf(0x215)];let _origStdoutWrite=null,_origStderrWrite=null,_installed=![];const INTERNAL_LOG_RE=/^\d{4}-\d{2}-\d{2}[ T]\d{2}:\d{2}:\d{2}/,ANSI_RE=/\x1b\[[0-9;]*[a-zA-Z]/g,SPEC_REPORTER_RE=new RegExp(a70_0x506ddf(0x1e2)+'('+a70_0x506ddf(0x226)+a70_0x506ddf(0x1d8)+a70_0x506ddf(0x1ea)+a70_0x506ddf(0x1f3)+a70_0x506ddf(0x1ef)+a70_0x506ddf(0x21d)+'|Test\x20\x5cd+\x20of\x20\x5cd+'+a70_0x506ddf(0x1d9)+'|Waiting\x20for'+')');function _stripAnsi(_0xe556b7){const _0x197c39=a70_0x506ddf,_0x2aaf85={};_0x2aaf85[_0x197c39(0x1cd)]=function(_0x4d33e1,_0x403c61){return _0x4d33e1!==_0x403c61;},_0x2aaf85['fZCcz']=_0x197c39(0x1de);const _0x108b98=_0x2aaf85;if(_0x108b98[_0x197c39(0x1cd)](typeof _0xe556b7,_0x108b98[_0x197c39(0x229)]))return _0xe556b7;return _0xe556b7['replace'](ANSI_RE,'');}function a70_0x40ca(){const _0x37dc2b=['flBkA','../v2/grpcClient','platformIndex','dfLaG','KJixB','|Hostname:','odYLp','getData','info','zHJEQ','BnTwF','19243PxiGmG','write','../../helpers/logger','[✓✔✗✘×]\x5cs','wRHGp','XIfar','fZCcz','WtHwa','RVziu','kvORZ','TEST','uUlkp','getTestFramework','3161520gCMIgU','UbQyW','vRUqM','length','catch','uuid','|\x5cd+\x5cs+passed','|Connecting\x20to\x20.*://','kind','../v2/framework/testFramework','2|3|4|1|5|7|0|6','get','string','4770670fqsgqT','19978GNpipk','level','^(\x5cs*)','[stdout-interceptor]\x20uninstalled','size','xEPyO','1|0|4|2|5|6|3','testcafe','stderr','utf8','|\x5cd+\x5cs+failed','yDPOv','NlspY','getTrackedInstance','logCreatedEvent','|Running\x20tests\x20in','VAvIi','split','CAgqs','|\x5cd+\x5cs+skipped','toString','test','toISOString','6GkqvjQ','RuOnx','aXWcA','1389176JsrKVR','isArray','stdout','JoJrR','../v2/browserstackCLI','test_run_uuid','clear','getTestFrameworksVersions','YZxma','getInstance','FchxX','2456gKjCgk','delete','timestamp','message','KIND_LOG','DonDL','162gZzTtq','uninstall','testFrameworkState','15113604heSwBj','debug','33gCmpLR','testFrameworkName','85EeXnkL','FoiGy','112215QNddpM','winstonLogger','[stdout-interceptor]\x20installed','trim'];a70_0x40ca=function(){return _0x37dc2b;};return a70_0x40ca();}function _shouldForward(_0x5c09c3){const _0xaf7112=a70_0x506ddf,_0x33fdf={'UbQyW':function(_0x1d4f0f,_0x52eaaf){return _0x1d4f0f(_0x52eaaf);}};if(!_0x5c09c3||!_0x5c09c3[_0xaf7112(0x217)]())return![];if(INTERNAL_LOG_RE[_0xaf7112(0x1f5)](_0x5c09c3))return![];const _0x53a64d=_0x33fdf[_0xaf7112(0x1d3)](_stripAnsi,_0x5c09c3)['trim']();if(!_0x53a64d)return![];if(SPEC_REPORTER_RE[_0xaf7112(0x1f5)](_0x53a64d))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x477341){const _0x57fcab=a70_0x506ddf,_0x1030cb={};_0x1030cb['KJixB']=function(_0x2d619e,_0x5720ac){return _0x2d619e>_0x5720ac;},_0x1030cb[_0x57fcab(0x1f8)]=function(_0x2a6197,_0x2bd8f8){return _0x2a6197-_0x2bd8f8;},_0x1030cb['NlspY']=function(_0x40c5f9,_0xef5bb8){return _0x40c5f9!==_0xef5bb8;},_0x1030cb[_0x57fcab(0x1cc)]=function(_0x4a7e44,_0xa8f2){return _0x4a7e44<_0xa8f2;};const _0x9e85fa=_0x1030cb,_0x39dbee=Date['now']();if(_0x9e85fa[_0x57fcab(0x21c)](_recent[_0x57fcab(0x1e4)],0xc8))for(const [_0x49dcee,_0x5f48d4]of _recent){_0x9e85fa[_0x57fcab(0x21c)](_0x9e85fa[_0x57fcab(0x1f8)](_0x39dbee,_0x5f48d4),DEDUP_WINDOW_MS)&&_recent[_0x57fcab(0x206)](_0x49dcee);}const _0x2c4da1=_recent[_0x57fcab(0x1dd)](_0x477341);if(_0x9e85fa[_0x57fcab(0x1ec)](_0x2c4da1,undefined)&&_0x9e85fa[_0x57fcab(0x1cc)](_0x9e85fa[_0x57fcab(0x1f8)](_0x39dbee,_0x2c4da1),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x477341,_0x39dbee),![];}function _emitLog(_0xc34777){const _0x19d079=a70_0x506ddf,_0x1d17a5={'kvORZ':function(_0x55900b,_0x465c96){return _0x55900b(_0x465c96);},'Hjjjf':_0x19d079(0x1fe),'uUlkp':function(_0x23f327,_0x14a3b2){return _0x23f327(_0x14a3b2);},'CqScU':_0x19d079(0x219),'BnTwF':_0x19d079(0x1db),'vRUqM':'../v2/framework/constants/testFrameworkConstants','FchxX':'__currentPlatformUuids','YZxma':function(_0x59aaaa,_0x5a19a6){return _0x59aaaa===_0x5a19a6;},'yDPOv':'function','xEPyO':function(_0x3089dd,_0x37ee17){return _0x3089dd<_0x37ee17;},'wRHGp':_0x19d079(0x220),'CAgqs':_0x19d079(0x1e7),'zHJEQ':_0x19d079(0x1cf)};try{const _0x5209d2=_0x1d17a5[_0x19d079(0x1ce)](require,_0x1d17a5['Hjjjf']),_0x129f4b=_0x1d17a5[_0x19d079(0x1d0)](require,_0x1d17a5['CqScU']),_0x48dfef=_0x1d17a5[_0x19d079(0x1ce)](require,_0x1d17a5[_0x19d079(0x222)]),_0x4881a3=_0x1d17a5[_0x19d079(0x1ce)](require,_0x1d17a5[_0x19d079(0x1d4)]),_0x5134b1=_0x5209d2[_0x19d079(0x203)]&&_0x5209d2[_0x19d079(0x203)]();if(!_0x5134b1||!_0x5134b1['isRunning']())return;const _0x107b87=_0x5134b1[_0x19d079(0x1d1)]&&_0x5134b1[_0x19d079(0x1d1)](),_0x8b0eed=_0x48dfef[_0x19d079(0x1ed)]&&_0x48dfef[_0x19d079(0x1ed)]();if(!_0x8b0eed)return;const _0x2c59d6=Array[_0x19d079(0x1fb)](_0x8b0eed[_0x19d079(0x21f)](_0x1d17a5[_0x19d079(0x204)]))?_0x8b0eed[_0x19d079(0x21f)](_0x1d17a5[_0x19d079(0x204)]):[];if(_0x1d17a5[_0x19d079(0x202)](_0x2c59d6[_0x19d079(0x1d5)],0x0))return;const _0x5ddb70=_0x107b87&&_0x1d17a5['YZxma'](typeof _0x107b87[_0x19d079(0x201)],_0x1d17a5[_0x19d079(0x1eb)])?_0x107b87[_0x19d079(0x201)]():{},_0xe29795=_0x107b87&&_0x1d17a5[_0x19d079(0x202)](typeof _0x107b87['getTestFrameworks'],_0x1d17a5[_0x19d079(0x1eb)])?_0x107b87['getTestFrameworks']():[],_0x31289c=_0xe29795&&_0xe29795[0x0]&&_0x5ddb70&&_0x5ddb70[_0xe29795[0x0]]||'',_0x238a24=_0x1d17a5[_0x19d079(0x1ce)](_stripAnsi,_0xc34777)[_0x19d079(0x217)]();if(_0x1d17a5[_0x19d079(0x1d0)](_isDuplicate,_0x238a24))return;const _0x39752e=new Date()[_0x19d079(0x1f6)]();for(let _0x8e4b2a=0x0;_0x1d17a5[_0x19d079(0x1e5)](_0x8e4b2a,_0x2c59d6[_0x19d079(0x1d5)]);_0x8e4b2a++){const _0x32bb00=_0x2c59d6[_0x8e4b2a];if(!_0x32bb00)continue;const _0xf2d8d3={};_0xf2d8d3[_0x19d079(0x1d7)]=_0x32bb00,_0xf2d8d3[_0x19d079(0x1ff)]=_0x32bb00,_0xf2d8d3[_0x19d079(0x207)]=_0x39752e,_0xf2d8d3[_0x19d079(0x208)]=_0x238a24,_0xf2d8d3[_0x19d079(0x1da)]=_0x4881a3[_0x19d079(0x209)],_0xf2d8d3[_0x19d079(0x1e1)]=_0x1d17a5[_0x19d079(0x227)];const _0x55639d=_0xf2d8d3,_0x272261={};_0x272261[_0x19d079(0x21a)]=_0x8e4b2a,_0x272261['logs']=[_0x55639d],_0x272261[_0x19d079(0x211)]=_0x1d17a5[_0x19d079(0x1f2)],_0x272261['testFrameworkVersion']=_0x31289c,_0x272261[_0x19d079(0x20d)]=_0x1d17a5[_0x19d079(0x221)];const _0x3762bb=_0x272261;_0x129f4b[_0x19d079(0x203)]()[_0x19d079(0x1ee)](_0x3762bb)[_0x19d079(0x1d6)](()=>{});}}catch(_0x4f2804){}}function _wrap(_0x30075b){const _0x4caa23=a70_0x506ddf,_0x5304ef={'aXWcA':function(_0x46f58c,_0x27ab33,_0x151e37,_0x3c1f2a){return _0x46f58c(_0x27ab33,_0x151e37,_0x3c1f2a);},'dfLaG':function(_0x5c3550,_0x2125f3){return _0x5c3550===_0x2125f3;},'DonDL':_0x4caa23(0x1de),'odYLp':_0x4caa23(0x1e9),'VAvIi':function(_0x543377,_0x335e00){return _0x543377(_0x335e00);},'FoiGy':function(_0x51ed7a,_0x4a79eb){return _0x51ed7a(_0x4a79eb);},'ApjpJ':function(_0x37f87a,_0x5c8bbc){return _0x37f87a(_0x5c8bbc);}};return function(_0x4f6224,_0x592246,_0x539ff7){const _0x45da1a=_0x4caa23,_0x3e890b=_0x5304ef[_0x45da1a(0x1f9)](_0x30075b,_0x4f6224,_0x592246,_0x539ff7);try{const _0x452787=_0x5304ef[_0x45da1a(0x21b)](typeof _0x4f6224,_0x5304ef[_0x45da1a(0x20a)])?_0x4f6224:Buffer['isBuffer'](_0x4f6224)?_0x4f6224[_0x45da1a(0x1f4)](_0x5304ef[_0x45da1a(0x21e)]):_0x5304ef[_0x45da1a(0x1f0)](String,_0x4f6224),_0x31cb50=_0x452787[_0x45da1a(0x1f1)](/\r?\n/);for(const _0x5259a2 of _0x31cb50){_0x5304ef[_0x45da1a(0x213)](_shouldForward,_0x5259a2)&&_0x5304ef['ApjpJ'](_emitLog,_0x5259a2);}}catch(_0x6e6b98){}return _0x3e890b;};}exports['install']=()=>{const _0x1f3a98=a70_0x506ddf,_0x1263e4={'JoJrR':_0x1f3a98(0x1e6),'LroOO':function(_0x39af10,_0x4ba664){return _0x39af10(_0x4ba664);},'XunaH':_0x1f3a98(0x216),'XIfar':function(_0x3a08dd,_0x369b7e){return _0x3a08dd(_0x369b7e);}},_0x1646f9=_0x1263e4[_0x1f3a98(0x1fd)][_0x1f3a98(0x1f1)]('|');let _0x6d0317=0x0;while(!![]){switch(_0x1646f9[_0x6d0317++]){case'0':_origStdoutWrite=process[_0x1f3a98(0x1fc)][_0x1f3a98(0x224)]['bind'](process['stdout']);continue;case'1':if(_installed)return;continue;case'2':process[_0x1f3a98(0x1fc)][_0x1f3a98(0x224)]=_0x1263e4['LroOO'](_wrap,_origStdoutWrite);continue;case'3':logger[_0x1f3a98(0x20f)](_0x1263e4['XunaH']);continue;case'4':_origStderrWrite=process[_0x1f3a98(0x1e8)][_0x1f3a98(0x224)]['bind'](process[_0x1f3a98(0x1e8)]);continue;case'5':process[_0x1f3a98(0x1e8)][_0x1f3a98(0x224)]=_0x1263e4[_0x1f3a98(0x228)](_wrap,_origStderrWrite);continue;case'6':_installed=!![];continue;}break;}},exports[a70_0x506ddf(0x20c)]=()=>{const _0x50d80e=a70_0x506ddf,_0x209389={};_0x209389['bkNvW']=_0x50d80e(0x1dc),_0x209389[_0x50d80e(0x218)]=_0x50d80e(0x1e3);const _0x168345=_0x209389,_0x4dd64a=_0x168345['bkNvW'][_0x50d80e(0x1f1)]('|');let _0xa2b18e=0x0;while(!![]){switch(_0x4dd64a[_0xa2b18e++]){case'0':_recent[_0x50d80e(0x200)]();continue;case'1':_origStdoutWrite=null;continue;case'2':if(!_installed)return;continue;case'3':_origStdoutWrite&&(process[_0x50d80e(0x1fc)][_0x50d80e(0x224)]=_origStdoutWrite);continue;case'4':_origStderrWrite&&(process[_0x50d80e(0x1e8)]['write']=_origStderrWrite);continue;case'5':_origStderrWrite=null;continue;case'6':logger[_0x50d80e(0x20f)](_0x168345[_0x50d80e(0x218)]);continue;case'7':_installed=![];continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a71_0x382617=a71_0x3004;(function(_0x354740,_0x5c4f61){const _0x57da78=a71_0x3004,_0x417763=_0x354740();while(!![]){try{const _0x2f1a62=parseInt(_0x57da78(0x16b))/0x1+-parseInt(_0x57da78(0x193))/0x2+parseInt(_0x57da78(0x17e))/0x3*(parseInt(_0x57da78(0x19c))/0x4)+parseInt(_0x57da78(0x19a))/0x5*(-parseInt(_0x57da78(0x141))/0x6)+parseInt(_0x57da78(0x157))/0x7+-parseInt(_0x57da78(0x15c))/0x8+parseInt(_0x57da78(0x12c))/0x9*(-parseInt(_0x57da78(0x133))/0xa);if(_0x2f1a62===_0x5c4f61)break;else _0x417763['push'](_0x417763['shift']());}catch(_0x3c941e){_0x417763['push'](_0x417763['shift']());}}}(a71_0x1a6d,0xc9b86));const logger=require(a71_0x382617(0x134))[a71_0x382617(0x12a)];let _installed=![];const _patchedDescriptors=new Map();function a71_0x3004(_0xb54185,_0x56e3cf){const _0x1a6d5f=a71_0x1a6d();return a71_0x3004=function(_0x3004d1,_0x143f40){_0x3004d1=_0x3004d1-0x12a;let _0x3eaa1e=_0x1a6d5f[_0x3004d1];return _0x3eaa1e;},a71_0x3004(_0xb54185,_0x56e3cf);}function _requireTestController(){const _0x57ec66=a71_0x382617,_0x490195={'mXXXT':function(_0x32809a,_0x1d64c4){return _0x32809a(_0x1d64c4);},'CBArA':_0x57ec66(0x13e),'IoZba':'testcafe/package.json','tITUU':_0x57ec66(0x18f),'cdlpS':_0x57ec66(0x159),'TtdTI':_0x57ec66(0x132),'Gnhhx':function(_0x1a4f63,_0x355828){return _0x1a4f63(_0x355828);}},_0x22e8b2=_0x490195[_0x57ec66(0x15b)](require,_0x490195['CBArA']),_0x1e1dfc=_0x22e8b2['dirname'](require['resolve'](_0x490195[_0x57ec66(0x171)],{'paths':[process[_0x57ec66(0x154)]()]})),_0x2f8aaf=_0x22e8b2[_0x57ec66(0x135)](_0x1e1dfc,_0x490195[_0x57ec66(0x12b)],_0x490195[_0x57ec66(0x16e)],_0x490195[_0x57ec66(0x175)]),_0x4ca185=_0x490195[_0x57ec66(0x155)](require,_0x2f8aaf);return _0x4ca185&&(_0x4ca185[_0x57ec66(0x18c)]||_0x4ca185);}async function _performScanForAllDrivers(_0x2b0866){const _0x42b689=a71_0x382617,_0x8d9bad={'ZSTye':function(_0x5567fe,_0x4166c3){return _0x5567fe(_0x4166c3);},'UmlkR':_0x42b689(0x150),'ZQmkA':function(_0xbb7284,_0x537c72){return _0xbb7284(_0x537c72);},'gAMCN':'../v2/framework/testcafeAutomationFramework','GMAlm':function(_0x14006b,_0x4386fb){return _0x14006b(_0x4386fb);},'HkvHP':_0x42b689(0x165),'DAwPf':function(_0x2045e4,_0x5acf87){return _0x2045e4(_0x5acf87);},'JtcBI':_0x42b689(0x164),'uYPOh':_0x42b689(0x177),'cTUxT':function(_0x1c5171,_0x2b9276){return _0x1c5171===_0x2b9276;},'FnWhR':_0x42b689(0x15e),'lwXhz':_0x42b689(0x17c),'XTNwW':function(_0x266a5b,_0x5e5407){return _0x266a5b===_0x5e5407;},'DMHbL':function(_0x669e5f,_0x31004c){return _0x669e5f(_0x31004c);},'euaNT':_0x42b689(0x14c),'wChTl':function(_0x10b4d5,_0x3ad327){return _0x10b4d5===_0x3ad327;},'XqnLM':function(_0x285ec0,_0x25dfb0){return _0x285ec0===_0x25dfb0;},'PBTHT':function(_0x4063d3,_0x574406){return _0x4063d3===_0x574406;},'YGdCd':_0x42b689(0x136),'UkMuw':function(_0x25627c,_0x304f6f){return _0x25627c>_0x304f6f;},'fVhUv':_0x42b689(0x19e),'KlGAW':_0x42b689(0x18d),'Dbuff':function(_0x30ae3b,_0x5474d9){return _0x30ae3b(_0x5474d9);},'YLAnF':_0x42b689(0x152)};try{const _0x55c993=_0x8d9bad[_0x42b689(0x14e)](require,_0x8d9bad[_0x42b689(0x149)]),_0x1277cd=_0x8d9bad[_0x42b689(0x181)](require,_0x8d9bad[_0x42b689(0x186)]),_0x37c2ae=_0x8d9bad[_0x42b689(0x12f)](require,_0x8d9bad['HkvHP']),_0x35aaf4=_0x8d9bad['DAwPf'](require,_0x8d9bad['JtcBI']),_0x5a9b87=_0x8d9bad[_0x42b689(0x12f)](require,_0x8d9bad[_0x42b689(0x167)]),_0x3c2009=_0x55c993['getInstance']();if(!_0x3c2009||!_0x3c2009[_0x42b689(0x166)]())return;const _0x4a975e=_0x3c2009[_0x42b689(0x163)]&&_0x3c2009['getAccessibilityModule']();if(!_0x4a975e)return;if(_0x8d9bad['cTUxT'](typeof _0x4a975e[_0x42b689(0x19d)],_0x8d9bad[_0x42b689(0x148)])&&!_0x4a975e[_0x42b689(0x19d)](_0x2b0866))return;const _0x164d16=_0x5a9b87[_0x42b689(0x14b)]&&_0x5a9b87[_0x42b689(0x14b)]();if(!_0x164d16)return;const _0xc1b454=Array[_0x42b689(0x138)](_0x164d16['getData'](_0x8d9bad[_0x42b689(0x13d)]))?_0x164d16['getData'](_0x8d9bad['lwXhz']):[];if(_0x8d9bad['XTNwW'](_0xc1b454['length'],0x0))return;try{const _0x4a6bec=_0x8d9bad['DMHbL'](require,_0x8d9bad[_0x42b689(0x17d)]),_0x44d5ec=_0x8d9bad[_0x42b689(0x190)](typeof _0x164d16[_0x42b689(0x13c)],_0x8d9bad[_0x42b689(0x148)])?_0x164d16['getAllData']():null;if(_0x44d5ec&&_0x8d9bad[_0x42b689(0x143)](typeof _0x44d5ec[_0x42b689(0x170)],_0x8d9bad[_0x42b689(0x148)])&&_0x8d9bad[_0x42b689(0x190)](typeof _0x4a975e[_0x42b689(0x18e)],_0x8d9bad['FnWhR'])){let _0x46c1b2=null,_0x46bca2='';for(const _0x7f1784 of _0x44d5ec[_0x42b689(0x170)]()){if(!_0x7f1784)continue;const _0x23e293=_0x7f1784[_0x4a6bec[_0x42b689(0x197)]],_0x1ec14f=_0x7f1784[_0x4a6bec[_0x42b689(0x14a)]];_0x23e293&&(_0x8d9bad['PBTHT'](_0x1ec14f,_0x8d9bad[_0x42b689(0x168)])||_0x8d9bad[_0x42b689(0x143)](_0x1ec14f,_0x4a6bec[_0x42b689(0x188)]))&&(_0x8d9bad[_0x42b689(0x137)](_0x23e293,_0x46bca2)&&(_0x46bca2=_0x23e293,_0x46c1b2=_0x7f1784));}if(_0x46c1b2){const _0xe096ad=_0x46c1b2[_0x4a6bec['KEY_TEST_TAGS']]||[],_0x4397e2=_0x46c1b2[_0x4a6bec[_0x42b689(0x15d)]]||_0x8d9bad[_0x42b689(0x187)],_0x534b4e=_0x4a975e[_0x42b689(0x18e)](_0xe096ad,null,_0x8d9bad[_0x42b689(0x172)]);if(!_0x534b4e){logger[_0x42b689(0x12e)](_0x42b689(0x189)+_0x2b0866+'\x20testName='+_0x4397e2+_0x42b689(0x185)+JSON[_0x42b689(0x160)](_0xe096ad)+_0x42b689(0x178));return;}}}}catch(_0x1f18e0){logger[_0x42b689(0x12e)](_0x42b689(0x16c)+(_0x1f18e0[_0x42b689(0x17f)]||_0x1f18e0));}const _0x59d9f0=_0x8d9bad[_0x42b689(0x184)](require,_0x8d9bad[_0x42b689(0x183)]);for(const {platformIndex:_0x2892be,instance:_0x5c8a65}of _0x1277cd[_0x42b689(0x192)]()){const _0x2ab3d6=_0x37c2ae[_0x42b689(0x199)](_0x5c8a65,_0x35aaf4[_0x42b689(0x131)],null);if(!_0x2ab3d6)continue;const _0x3de8de=_0xc1b454[_0x2892be]||_0xc1b454[0x0]||'';try{await _0x59d9f0[_0x42b689(0x16a)](_0x2ab3d6,_0x3de8de,_0x2b0866,![]);}catch(_0x4b7f68){logger[_0x42b689(0x12e)](_0x42b689(0x153)+_0x2892be+_0x42b689(0x198)+_0x2b0866+_0x42b689(0x18b)+(_0x4b7f68['message']||_0x4b7f68));}}}catch(_0x1bf8ca){logger['debug'](_0x42b689(0x13a)+(_0x1bf8ca[_0x42b689(0x17f)]||_0x1bf8ca));}}function a71_0x1a6d(){const _0x5cf392=['testController','../v2/browserstackCLI','apply','./a11y-runner','[testcafe-action-patcher]\x20performScan\x20pi=','cwd','Gnhhx','uninstall','9351076CbuDLl','descriptor','api','ebDcp','mXXXT','6188040ybNwVA','KEY_TEST_NAME','function','originalDescriptor','stringify','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','call','getAccessibilityModule','../v2/modules/testcafeDriverModule','../v2/framework/automationFramework','isRunning','uYPOh','YGdCd','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','runScan','679424lIXcIj','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','ulyfm','cdlpS','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','values','IoZba','KlGAW','dEnHg','KiUwB','TtdTI','name','../v2/framework/testFramework','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','defineProperty','aYaDz','TwIWT','__currentPlatformUuids','euaNT','33ZzqdXa','message','owner','ZQmkA','catch','YLAnF','Dbuff','\x20tags=','gAMCN','fVhUv','DEFAULT_TEST_RESULT','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','\x20failed:\x20','default','cucumber','isEnabledTestcase','lib','wChTl','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','iterAllInstances','461030MAyCIw','prototype','DrZkR','[testcafe-action-patcher]\x20uninstalled','KEY_TEST_STARTED_AT','\x20cmd=','getState','2075TouFwq','getOwnPropertyDescriptor','371164VzDcfQ','shouldScanForCommand','<unnamed>','set','winstonLogger','tITUU','63fxSELh','XkRyd','debug','GMAlm','length','KEY_DRIVER','test-controller','511260ThKQAc','../../helpers/logger','join','pending','UkMuw','isArray','OrJtr','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','exports','getAllData','lwXhz','path','get','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','12258kMInAc','VOoxv','XqnLM','enumerable','mSONq','__bstack_a11y_wrapped','value','FnWhR','UmlkR','KEY_TEST_RESULT','getTrackedInstance','../v2/framework/constants/testFrameworkConstants','info','ZSTye'];a71_0x1a6d=function(){return _0x5cf392;};return a71_0x1a6d();}function install(_0x34e76e){const _0x57cf47=a71_0x382617,_0x4775e3={'dEnHg':function(_0x4c7a5f,_0x3199ff){return _0x4c7a5f(_0x3199ff);},'KiUwB':function(_0x4f5d8e,_0x5dc2d4){return _0x4f5d8e(_0x5dc2d4);},'ebDcp':function(_0x377071,_0x4aaf7e){return _0x377071!==_0x4aaf7e;},'aYaDz':'function','VOoxv':function(_0x1684ba,_0x4e86f9){return _0x1684ba===_0x4e86f9;},'EHWNs':_0x57cf47(0x18a),'OrJtr':function(_0x25653c){return _0x25653c();},'TwIWT':_0x57cf47(0x169),'ulyfm':function(_0x3254af,_0x35854e){return _0x3254af!==_0x35854e;},'mSONq':_0x57cf47(0x14f),'wbRyq':function(_0x43cf6f,_0x202ec0){return _0x43cf6f===_0x202ec0;}};if(_installed)return;if(!Array[_0x57cf47(0x138)](_0x34e76e)||_0x4775e3[_0x57cf47(0x142)](_0x34e76e[_0x57cf47(0x130)],0x0)){logger[_0x57cf47(0x12e)](_0x4775e3['EHWNs']);return;}let _0x55d71b;try{_0x55d71b=_0x4775e3[_0x57cf47(0x139)](_requireTestController);}catch(_0x42a6dd){logger[_0x57cf47(0x12e)](_0x57cf47(0x16f)+(_0x42a6dd[_0x57cf47(0x17f)]||_0x42a6dd));return;}if(!_0x55d71b||!_0x55d71b[_0x57cf47(0x194)]){logger['debug'](_0x4775e3[_0x57cf47(0x17b)]);return;}const _0x152881=_0x55d71b[_0x57cf47(0x194)];let _0x509eef=0x0;function _0x507a5d(_0x575616){const _0x395678=_0x57cf47;let _0x41c3c7=_0x152881;while(_0x41c3c7){const _0x326820=Object[_0x395678(0x19b)](_0x41c3c7,_0x575616);if(_0x326820){const _0x17bb13={};return _0x17bb13[_0x395678(0x158)]=_0x326820,_0x17bb13[_0x395678(0x180)]=_0x41c3c7,_0x17bb13;}_0x41c3c7=Object['getPrototypeOf'](_0x41c3c7);}return null;}for(const _0x2f33c2 of _0x34e76e){if(!_0x2f33c2||_0x4775e3[_0x57cf47(0x16d)](_0x2f33c2['module'],_0x4775e3[_0x57cf47(0x145)]))continue;const _0x12634e=_0x2f33c2[_0x57cf47(0x176)],_0x38575c=_0x4775e3[_0x57cf47(0x173)](_0x507a5d,_0x12634e);if(!_0x38575c)continue;const {descriptor:_0x298d47,owner:_0x2cf697}=_0x38575c;if(_0x298d47['__bstack_a11y_wrapped'])continue;let _0x56dca6;if(_0x4775e3['wbRyq'](typeof _0x298d47[_0x57cf47(0x147)],_0x4775e3[_0x57cf47(0x17a)])){const _0x4ae0b9=_0x298d47['value'];_0x56dca6={'configurable':!![],'writable':!![],'enumerable':_0x298d47[_0x57cf47(0x144)],'value':function(..._0x405b87){const _0x35371a=_0x57cf47;return _0x4775e3[_0x35371a(0x173)](_performScanForAllDrivers,_0x12634e)[_0x35371a(0x182)](()=>{}),_0x4ae0b9[_0x35371a(0x151)](this,_0x405b87);}};}else{if(_0x4775e3[_0x57cf47(0x142)](typeof _0x298d47[_0x57cf47(0x13f)],_0x4775e3[_0x57cf47(0x17a)])){const _0x29f5b1=_0x298d47[_0x57cf47(0x13f)];_0x56dca6={'configurable':!![],'enumerable':_0x298d47[_0x57cf47(0x144)],'get'(){const _0x4ea6e5=_0x57cf47,_0x77a5c6={'XkRyd':function(_0x53d7fd,_0x2b8b9a){const _0x3287e7=a71_0x3004;return _0x4775e3[_0x3287e7(0x174)](_0x53d7fd,_0x2b8b9a);}},_0x4c3917=_0x29f5b1[_0x4ea6e5(0x162)](this);if(_0x4775e3[_0x4ea6e5(0x15a)](typeof _0x4c3917,_0x4775e3[_0x4ea6e5(0x17a)]))return _0x4c3917;return function(..._0x67ea70){const _0x2f8287=_0x4ea6e5;return _0x77a5c6[_0x2f8287(0x12d)](_performScanForAllDrivers,_0x12634e)['catch'](()=>{}),_0x4c3917[_0x2f8287(0x151)](this,_0x67ea70);};},'set':_0x298d47['set']||function(){}};}else continue;}_0x56dca6[_0x57cf47(0x146)]=!![];try{Object['defineProperty'](_0x2cf697,_0x12634e,_0x56dca6);const _0x538f09={};_0x538f09[_0x57cf47(0x180)]=_0x2cf697,_0x538f09[_0x57cf47(0x15f)]=_0x298d47,_patchedDescriptors[_0x57cf47(0x19f)](_0x12634e,_0x538f09),_0x509eef+=0x1;}catch(_0x310914){logger[_0x57cf47(0x12e)](_0x57cf47(0x161)+_0x12634e+':\x20'+(_0x310914[_0x57cf47(0x17f)]||_0x310914));}}_installed=!![],logger[_0x57cf47(0x14d)]('[testcafe-action-patcher]\x20wrapped\x20'+_0x509eef+'/'+_0x34e76e[_0x57cf47(0x130)]+_0x57cf47(0x140));}function uninstall(){const _0x5bae3b=a71_0x382617,_0xbbbea6={};_0xbbbea6[_0x5bae3b(0x195)]=_0x5bae3b(0x196);const _0x4e56fc=_0xbbbea6;if(!_installed)return;for(const [_0x244810,{owner:_0x2025c6,originalDescriptor:_0x569a36}]of _patchedDescriptors){try{Object[_0x5bae3b(0x179)](_0x2025c6,_0x244810,_0x569a36);}catch(_0x4b0f1d){logger[_0x5bae3b(0x12e)](_0x5bae3b(0x191)+_0x244810+':\x20'+(_0x4b0f1d[_0x5bae3b(0x17f)]||_0x4b0f1d));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x5bae3b(0x12e)](_0x4e56fc['DrZkR']);}const a71_0x52027b={};a71_0x52027b['install']=install,a71_0x52027b[a71_0x382617(0x156)]=uninstall,module[a71_0x382617(0x13b)]=a71_0x52027b;
1
+ 'use strict';function a71_0x1dbd(_0x55bf87,_0x2d46db){const _0x3caa4f=a71_0x3caa();return a71_0x1dbd=function(_0x1dbdc3,_0x513d2b){_0x1dbdc3=_0x1dbdc3-0xa5;let _0x52ded7=_0x3caa4f[_0x1dbdc3];return _0x52ded7;},a71_0x1dbd(_0x55bf87,_0x2d46db);}const a71_0x109dba=a71_0x1dbd;(function(_0x28e0bc,_0x5499d3){const _0xd4e38c=a71_0x1dbd,_0x5285ff=_0x28e0bc();while(!![]){try{const _0x1ae012=parseInt(_0xd4e38c(0xbf))/0x1+-parseInt(_0xd4e38c(0x10b))/0x2+parseInt(_0xd4e38c(0xf6))/0x3*(-parseInt(_0xd4e38c(0xfd))/0x4)+parseInt(_0xd4e38c(0xd0))/0x5+-parseInt(_0xd4e38c(0xed))/0x6*(-parseInt(_0xd4e38c(0xf0))/0x7)+-parseInt(_0xd4e38c(0xd7))/0x8+-parseInt(_0xd4e38c(0xe2))/0x9;if(_0x1ae012===_0x5499d3)break;else _0x5285ff['push'](_0x5285ff['shift']());}catch(_0x573c0b){_0x5285ff['push'](_0x5285ff['shift']());}}}(a71_0x3caa,0x678e9));const logger=require('../../helpers/logger')['winstonLogger'];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x4816f6=a71_0x1dbd,_0x37ce69={'MUxCu':function(_0x3eadc3,_0xeb148e){return _0x3eadc3(_0xeb148e);},'dGoZB':'path','ORCOz':'testcafe/package.json','NFZnQ':'lib','VgWLJ':_0x4816f6(0xa8),'lvYrK':_0x4816f6(0xd1),'tcjtd':function(_0x5d8736,_0x161e3c){return _0x5d8736(_0x161e3c);}},_0x3600d5=_0x37ce69['MUxCu'](require,_0x37ce69[_0x4816f6(0xb0)]),_0x24d4fb=_0x3600d5[_0x4816f6(0xfa)](require[_0x4816f6(0xe5)](_0x37ce69[_0x4816f6(0x106)],{'paths':[process['cwd']()]})),_0x22c8c6=_0x3600d5[_0x4816f6(0xf2)](_0x24d4fb,_0x37ce69[_0x4816f6(0xa6)],_0x37ce69[_0x4816f6(0xea)],_0x37ce69[_0x4816f6(0xd5)]),_0x53dfa7=_0x37ce69['tcjtd'](require,_0x22c8c6);return _0x53dfa7&&(_0x53dfa7[_0x4816f6(0x108)]||_0x53dfa7);}function a71_0x3caa(){const _0x3a4175=['VgWLJ','RTyFe','enumerable','6PaXjTu','KEY_TEST_STARTED_AT','../v2/framework/testFramework','3999779QzDdZA','__bstack_a11y_wrapped','join','PTNwr','KEY_DRIVER','getInstance','99zmptfd','DEFAULT_TEST_RESULT','module','tCczc','dirname','FwMzp','xYkFb','49744HvSRNF','values','getPrototypeOf','defineProperty','OjExO','getAllData','../v2/framework/testcafeAutomationFramework','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','getData','ORCOz','getTrackedInstance','default','YEzSm','iCqRI','1404866HoTqxJ','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','runScan','isRunning','shouldScanForCommand','NFZnQ','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','api','ffVft','../v2/framework/constants/testFrameworkConstants','function','KEY_TEST_NAME','<unnamed>','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','set','dGoZB','owvps','[testcafe-action-patcher]\x20performScan\x20pi=','pending','install','EYZpL','[testcafe-action-patcher]\x20wrapped\x20','MubTa','prototype','\x20cmd=','VEAVl','kFYdH','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','testController','stringify','556960QcQffG','KEY_TEST_TAGS','ZdZPU','WLiSy','exports','apply','owner','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','tSoEo','UeSee','value','name','isArray','\x20failed:\x20','../v2/browserstackCLI','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','OFUJH','4164625goFktN','test-controller','OJIap','AOJSR','info','lvYrK','../v2/modules/testcafeDriverModule','1009456tBkpuf','length','isEnabledTestcase','cucumber','SJWys','message','getAccessibilityModule','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','[testcafe-action-patcher]\x20could\x20not\x20patch\x20','\x20testName=','2682990BoAtUI','kdYAl','debug','resolve','getState','KEY_TEST_RESULT','catch','descriptor'];a71_0x3caa=function(){return _0x3a4175;};return a71_0x3caa();}async function _performScanForAllDrivers(_0x57cb86){const _0x4f99da=a71_0x1dbd,_0xa035bf={'xYkFb':function(_0x4b7186,_0x57a345){return _0x4b7186(_0x57a345);},'rvciq':_0x4f99da(0xcd),'dukLW':_0x4f99da(0x103),'YEzSm':function(_0x26c9fd,_0x34d0bf){return _0x26c9fd(_0x34d0bf);},'ZdZPU':'../v2/framework/automationFramework','RTyFe':_0x4f99da(0xd6),'gidOY':_0x4f99da(0xef),'tSoEo':function(_0xa3426d,_0x3105d4){return _0xa3426d===_0x3105d4;},'ffVft':_0x4f99da(0xab),'VEAVl':'__currentPlatformUuids','SJWys':_0x4f99da(0xaa),'DGMrf':function(_0x613601,_0x885039){return _0x613601===_0x885039;},'WLiSy':function(_0x6d8983,_0x28f236){return _0x6d8983===_0x28f236;},'MJvkP':_0x4f99da(0xb3),'owvps':function(_0x37afc5,_0x2a8ace){return _0x37afc5===_0x2a8ace;},'UeSee':function(_0x3bc5b3,_0x577372){return _0x3bc5b3>_0x577372;},'OFUJH':_0x4f99da(0xad),'xbvWm':_0x4f99da(0xda),'aQnls':'./a11y-runner'};try{const _0x3eafa2=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['rvciq']),_0x1fe981=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['dukLW']),_0x24be6a=_0xa035bf[_0x4f99da(0x109)](require,_0xa035bf[_0x4f99da(0xc1)]),_0x4eb634=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf[_0x4f99da(0xeb)]),_0x31273b=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['gidOY']),_0xe52d35=_0x3eafa2[_0x4f99da(0xf5)]();if(!_0xe52d35||!_0xe52d35[_0x4f99da(0x10e)]())return;const _0x10f6b3=_0xe52d35[_0x4f99da(0xdd)]&&_0xe52d35[_0x4f99da(0xdd)]();if(!_0x10f6b3)return;if(_0xa035bf[_0x4f99da(0xc7)](typeof _0x10f6b3[_0x4f99da(0xa5)],_0xa035bf[_0x4f99da(0xa9)])&&!_0x10f6b3[_0x4f99da(0xa5)](_0x57cb86))return;const _0x24d929=_0x31273b[_0x4f99da(0x107)]&&_0x31273b[_0x4f99da(0x107)]();if(!_0x24d929)return;const _0x57771b=Array[_0x4f99da(0xcb)](_0x24d929[_0x4f99da(0x105)](_0xa035bf[_0x4f99da(0xba)]))?_0x24d929['getData'](_0xa035bf[_0x4f99da(0xba)]):[];if(_0xa035bf[_0x4f99da(0xc7)](_0x57771b[_0x4f99da(0xd8)],0x0))return;try{const _0x1821d0=_0xa035bf['xYkFb'](require,_0xa035bf[_0x4f99da(0xdb)]),_0x4821be=_0xa035bf['DGMrf'](typeof _0x24d929[_0x4f99da(0x102)],_0xa035bf[_0x4f99da(0xa9)])?_0x24d929['getAllData']():null;if(_0x4821be&&_0xa035bf[_0x4f99da(0xc7)](typeof _0x4821be[_0x4f99da(0xfe)],_0xa035bf['ffVft'])&&_0xa035bf[_0x4f99da(0xc2)](typeof _0x10f6b3[_0x4f99da(0xd9)],_0xa035bf[_0x4f99da(0xa9)])){let _0x22f3bc=null,_0x3b4047='';for(const _0xb68f32 of _0x4821be[_0x4f99da(0xfe)]()){if(!_0xb68f32)continue;const _0xb4834c=_0xb68f32[_0x1821d0[_0x4f99da(0xee)]],_0x4a2ad6=_0xb68f32[_0x1821d0[_0x4f99da(0xe7)]];_0xb4834c&&(_0xa035bf[_0x4f99da(0xc7)](_0x4a2ad6,_0xa035bf['MJvkP'])||_0xa035bf[_0x4f99da(0xb1)](_0x4a2ad6,_0x1821d0[_0x4f99da(0xf7)]))&&(_0xa035bf[_0x4f99da(0xc8)](_0xb4834c,_0x3b4047)&&(_0x3b4047=_0xb4834c,_0x22f3bc=_0xb68f32));}if(_0x22f3bc){const _0x914dd=_0x22f3bc[_0x1821d0[_0x4f99da(0xc0)]]||[],_0x11ad1a=_0x22f3bc[_0x1821d0[_0x4f99da(0xac)]]||_0xa035bf[_0x4f99da(0xcf)],_0xe52d2c=_0x10f6b3[_0x4f99da(0xd9)](_0x914dd,null,_0xa035bf['xbvWm']);if(!_0xe52d2c){logger[_0x4f99da(0xe4)](_0x4f99da(0xdf)+_0x57cb86+_0x4f99da(0xe1)+_0x11ad1a+'\x20tags='+JSON[_0x4f99da(0xbe)](_0x914dd)+_0x4f99da(0x10c));return;}}}}catch(_0x296cec){logger[_0x4f99da(0xe4)](_0x4f99da(0xae)+(_0x296cec['message']||_0x296cec));}const _0x577eea=_0xa035bf[_0x4f99da(0xfc)](require,_0xa035bf['aQnls']);for(const {platformIndex:_0x400af5,instance:_0x11e957}of _0x1fe981['iterAllInstances']()){const _0x37890c=_0x24be6a[_0x4f99da(0xe6)](_0x11e957,_0x4eb634[_0x4f99da(0xf4)],null);if(!_0x37890c)continue;const _0x586b2a=_0x57771b[_0x400af5]||_0x57771b[0x0]||'';try{await _0x577eea[_0x4f99da(0x10d)](_0x37890c,_0x586b2a,_0x57cb86,![]);}catch(_0x55a67b){logger[_0x4f99da(0xe4)](_0x4f99da(0xb2)+_0x400af5+_0x4f99da(0xb9)+_0x57cb86+_0x4f99da(0xcc)+(_0x55a67b['message']||_0x55a67b));}}}catch(_0x29f917){logger[_0x4f99da(0xe4)](_0x4f99da(0x104)+(_0x29f917[_0x4f99da(0xdc)]||_0x29f917));}}function install(_0x2d4c1f){const _0x5a7503=a71_0x1dbd,_0x4a822e={'MubTa':function(_0x5b07bc,_0x1b5d89){return _0x5b07bc(_0x1b5d89);},'PTNwr':function(_0x13df36,_0x281bb9){return _0x13df36!==_0x281bb9;},'FwMzp':_0x5a7503(0xab),'OjExO':function(_0x444168,_0x142a2c){return _0x444168===_0x142a2c;},'kdYAl':_0x5a7503(0xbc),'kFYdH':function(_0x7153a){return _0x7153a();},'tCczc':_0x5a7503(0xa7),'EYZpL':function(_0x289fbd,_0x3427a4){return _0x289fbd!==_0x3427a4;},'AXzoJ':_0x5a7503(0xbd),'AOJSR':function(_0x229f68,_0x1a8b0a){return _0x229f68===_0x1a8b0a;},'OJIap':function(_0x201bb2,_0x191185){return _0x201bb2===_0x191185;}};if(_installed)return;if(!Array[_0x5a7503(0xcb)](_0x2d4c1f)||_0x4a822e[_0x5a7503(0x101)](_0x2d4c1f[_0x5a7503(0xd8)],0x0)){logger[_0x5a7503(0xe4)](_0x4a822e[_0x5a7503(0xe3)]);return;}let _0x20db68;try{_0x20db68=_0x4a822e[_0x5a7503(0xbb)](_requireTestController);}catch(_0x2fd0fa){logger[_0x5a7503(0xe4)](_0x5a7503(0xc6)+(_0x2fd0fa['message']||_0x2fd0fa));return;}if(!_0x20db68||!_0x20db68[_0x5a7503(0xb8)]){logger[_0x5a7503(0xe4)](_0x4a822e[_0x5a7503(0xf9)]);return;}const _0x61b57e=_0x20db68[_0x5a7503(0xb8)];let _0x6087bf=0x0;function _0x46a451(_0x4a1d24){const _0x32b3dd=_0x5a7503;let _0x1b7866=_0x61b57e;while(_0x1b7866){const _0x163839=Object['getOwnPropertyDescriptor'](_0x1b7866,_0x4a1d24);if(_0x163839){const _0x4a327a={};return _0x4a327a[_0x32b3dd(0xe9)]=_0x163839,_0x4a327a[_0x32b3dd(0xc5)]=_0x1b7866,_0x4a327a;}_0x1b7866=Object[_0x32b3dd(0xff)](_0x1b7866);}return null;}for(const _0x6d29e5 of _0x2d4c1f){if(!_0x6d29e5||_0x4a822e[_0x5a7503(0xb5)](_0x6d29e5[_0x5a7503(0xf8)],_0x4a822e['AXzoJ']))continue;const _0x4b8708=_0x6d29e5[_0x5a7503(0xca)],_0x589ec5=_0x4a822e[_0x5a7503(0xb7)](_0x46a451,_0x4b8708);if(!_0x589ec5)continue;const {descriptor:_0x1eadf7,owner:_0x2e6fb0}=_0x589ec5;if(_0x1eadf7[_0x5a7503(0xf1)])continue;let _0x33ae49;if(_0x4a822e[_0x5a7503(0xd3)](typeof _0x1eadf7[_0x5a7503(0xc9)],_0x4a822e[_0x5a7503(0xfb)])){const _0x5f7f7f=_0x1eadf7[_0x5a7503(0xc9)];_0x33ae49={'configurable':!![],'writable':!![],'enumerable':_0x1eadf7[_0x5a7503(0xec)],'value':function(..._0x192ad3){const _0x30ea22=_0x5a7503;return _0x4a822e[_0x30ea22(0xb7)](_performScanForAllDrivers,_0x4b8708)[_0x30ea22(0xe8)](()=>{}),_0x5f7f7f['apply'](this,_0x192ad3);}};}else{if(_0x4a822e[_0x5a7503(0xd2)](typeof _0x1eadf7['get'],_0x4a822e[_0x5a7503(0xfb)])){const _0xf08783=_0x1eadf7['get'];_0x33ae49={'configurable':!![],'enumerable':_0x1eadf7[_0x5a7503(0xec)],'get'(){const _0x130c38=_0x5a7503,_0x40f4e0=_0xf08783['call'](this);if(_0x4a822e[_0x130c38(0xf3)](typeof _0x40f4e0,_0x4a822e[_0x130c38(0xfb)]))return _0x40f4e0;return function(..._0x5a63f6){const _0x4d8e96=_0x130c38;return _0x4a822e[_0x4d8e96(0xb7)](_performScanForAllDrivers,_0x4b8708)['catch'](()=>{}),_0x40f4e0[_0x4d8e96(0xc4)](this,_0x5a63f6);};},'set':_0x1eadf7[_0x5a7503(0xaf)]||function(){}};}else continue;}_0x33ae49[_0x5a7503(0xf1)]=!![];try{Object[_0x5a7503(0x100)](_0x2e6fb0,_0x4b8708,_0x33ae49);const _0x499321={};_0x499321[_0x5a7503(0xc5)]=_0x2e6fb0,_0x499321['originalDescriptor']=_0x1eadf7,_patchedDescriptors[_0x5a7503(0xaf)](_0x4b8708,_0x499321),_0x6087bf+=0x1;}catch(_0x1ee3e2){logger[_0x5a7503(0xe4)](_0x5a7503(0xe0)+_0x4b8708+':\x20'+(_0x1ee3e2[_0x5a7503(0xdc)]||_0x1ee3e2));}}_installed=!![],logger[_0x5a7503(0xd4)](_0x5a7503(0xb6)+_0x6087bf+'/'+_0x2d4c1f[_0x5a7503(0xd8)]+_0x5a7503(0xde));}function uninstall(){const _0x349b60=a71_0x1dbd,_0x5f4fad={};_0x5f4fad[_0x349b60(0x10a)]='[testcafe-action-patcher]\x20uninstalled';const _0x32b9d6=_0x5f4fad;if(!_installed)return;for(const [_0x37fa93,{owner:_0x322336,originalDescriptor:_0x2b6ae1}]of _patchedDescriptors){try{Object['defineProperty'](_0x322336,_0x37fa93,_0x2b6ae1);}catch(_0x426013){logger[_0x349b60(0xe4)](_0x349b60(0xce)+_0x37fa93+':\x20'+(_0x426013[_0x349b60(0xdc)]||_0x426013));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x349b60(0xe4)](_0x32b9d6[_0x349b60(0x10a)]);}const a71_0x659c6={};a71_0x659c6[a71_0x109dba(0xb4)]=install,a71_0x659c6['uninstall']=uninstall,module[a71_0x109dba(0xc3)]=a71_0x659c6;
@@ -1 +1 @@
1
- 'use strict';const a72_0xf9d443=a72_0x26ff;(function(_0x301d40,_0x44ec28){const _0x3f7662=a72_0x26ff,_0x31608f=_0x301d40();while(!![]){try{const _0x11d46d=-parseInt(_0x3f7662(0x1e3))/0x1+parseInt(_0x3f7662(0x215))/0x2*(-parseInt(_0x3f7662(0x1db))/0x3)+parseInt(_0x3f7662(0x20a))/0x4+-parseInt(_0x3f7662(0x214))/0x5+-parseInt(_0x3f7662(0x1e4))/0x6+-parseInt(_0x3f7662(0x212))/0x7*(parseInt(_0x3f7662(0x1df))/0x8)+parseInt(_0x3f7662(0x1e8))/0x9*(parseInt(_0x3f7662(0x1f2))/0xa);if(_0x11d46d===_0x44ec28)break;else _0x31608f['push'](_0x31608f['shift']());}catch(_0x231de0){_0x31608f['push'](_0x31608f['shift']());}}}(a72_0x5c5d,0x3534a));const got=require(a72_0xf9d443(0x1d2)),logger=require(a72_0xf9d443(0x1d7))['winstonLogger'],_trim=_0x5bb50=>(_0x5bb50||'')[a72_0xf9d443(0x1e2)](/\/+$/,'');function _normalizeScheme(_0x349f31){const _0x17deae=a72_0xf9d443,_0x25e0fe={};_0x25e0fe['OtzNo']=function(_0x8199aa,_0x4819a3){return _0x8199aa||_0x4819a3;};const _0x4c2196=_0x25e0fe,_0xafd2d9=_0x4c2196[_0x17deae(0x1e6)](_0x349f31,'')[_0x17deae(0x1f4)]();if(!_0xafd2d9)return _0xafd2d9;if(/^https?:\/\//i[_0x17deae(0x219)](_0xafd2d9))return _0xafd2d9;return _0x17deae(0x1d4)+_0xafd2d9[_0x17deae(0x1e2)](/^\/+/,'');}function _resolveAuth(_0x194474){const _0x4de6f4=a72_0xf9d443,_0x2bfedf={'tYTQg':function(_0x11adfa,_0x338693){return _0x11adfa(_0x338693);}},_0x418a37=_0x2bfedf[_0x4de6f4(0x20f)](_normalizeScheme,_0x194474);try{const _0x5b6748=new URL(_0x418a37);if(_0x5b6748[_0x4de6f4(0x1d1)]||_0x5b6748[_0x4de6f4(0x1f1)]){const _0x22c6b8=_0x2bfedf[_0x4de6f4(0x20f)](decodeURIComponent,_0x5b6748[_0x4de6f4(0x1d1)]||''),_0x55b9ad=_0x2bfedf[_0x4de6f4(0x20f)](decodeURIComponent,_0x5b6748[_0x4de6f4(0x1f1)]||'');return _0x5b6748[_0x4de6f4(0x1d1)]='',_0x5b6748['password']='',{'username':_0x22c6b8,'password':_0x55b9ad,'url':_0x2bfedf[_0x4de6f4(0x20f)](_trim,_0x5b6748[_0x4de6f4(0x211)]())};}}catch(_0x228f6b){}return{'username':process['env'][_0x4de6f4(0x1c6)]||'','password':process[_0x4de6f4(0x1e0)][_0x4de6f4(0x1cd)]||'','url':_0x2bfedf['tYTQg'](_trim,_0x418a37)};}class W3CDriver{constructor({hubUrl:_0xb4fc29,sessionId:_0x198c3a,username:_0x5f04a6,password:_0x87268e}){const _0x447d9d=a72_0xf9d443,_0x11aa15={'slAqu':function(_0x159bd7,_0x3a1245){return _0x159bd7(_0x3a1245);}};this[_0x447d9d(0x1d8)]=_0x11aa15[_0x447d9d(0x1c9)](_trim,_0xb4fc29),this[_0x447d9d(0x1fc)]=_0x198c3a,this[_0x447d9d(0x216)]=_0x5f04a6,this[_0x447d9d(0x206)]=_0x87268e;}get['sessionId'](){return this['_sessionId'];}[a72_0xf9d443(0x1d3)](_0x5dbe5e={}){const _0x3ee69f=a72_0xf9d443,_0x5a2043={};_0x5a2043['nBWcC']=_0x3ee69f(0x1d0),_0x5a2043['CPDpd']=_0x3ee69f(0x1d9);const _0x2d72d7=_0x5a2043,_0x231f1a={'username':this['_username'],'password':this[_0x3ee69f(0x206)],'responseType':_0x2d72d7[_0x3ee69f(0x1cf)],'headers':{'user-agent':_0x2d72d7[_0x3ee69f(0x20d)]},'throwHttpErrors':![],..._0x5dbe5e};return _0x231f1a;}async[a72_0xf9d443(0x1f6)](_0x579649){const _0x33a2f1=a72_0xf9d443,_0x241f43={};_0x241f43[_0x33a2f1(0x1eb)]=function(_0x5e12b8,_0x91165b){return _0x5e12b8>=_0x91165b;};const _0x40c7a3=_0x241f43,_0x1c405f={};_0x1c405f[_0x33a2f1(0x207)]=_0x579649;const _0x358675={};_0x358675[_0x33a2f1(0x209)]=0xea60;const _0x33e789={};_0x33e789[_0x33a2f1(0x1d0)]=_0x1c405f,_0x33e789[_0x33a2f1(0x1cb)]=_0x358675;const _0x5259e8=await got['post'](this[_0x33a2f1(0x1d8)]+_0x33a2f1(0x1c7)+this[_0x33a2f1(0x1fc)]+_0x33a2f1(0x20b),this[_0x33a2f1(0x1d3)](_0x33e789));if(_0x40c7a3[_0x33a2f1(0x1eb)](_0x5259e8['statusCode'],0x190))throw new Error(_0x33a2f1(0x213)+this[_0x33a2f1(0x1fc)]+_0x33a2f1(0x201)+_0x5259e8['statusCode']+'\x20'+JSON[_0x33a2f1(0x1fb)](_0x5259e8[_0x33a2f1(0x202)])[_0x33a2f1(0x1c5)](0x0,0x12c));}async[a72_0xf9d443(0x1ee)](){const _0x37ec49=a72_0xf9d443,_0x15cc1d={};_0x15cc1d[_0x37ec49(0x209)]=0x7530;const _0x393557={};_0x393557[_0x37ec49(0x1cb)]=_0x15cc1d;const _0x47804e=await got[_0x37ec49(0x1ec)](this['_hubUrl']+_0x37ec49(0x1c7)+this[_0x37ec49(0x1fc)]+_0x37ec49(0x20b),this[_0x37ec49(0x1d3)](_0x393557));return _0x47804e[_0x37ec49(0x202)]&&_0x47804e[_0x37ec49(0x202)]['value']||'';}async[a72_0xf9d443(0x1e9)](_0x1b2f67,..._0x37ba15){const _0x506e6b=a72_0xf9d443,_0x54dbac={};_0x54dbac[_0x506e6b(0x208)]=_0x1b2f67,_0x54dbac[_0x506e6b(0x1dd)]=_0x37ba15;const _0x2f1572={};_0x2f1572[_0x506e6b(0x209)]=0xea60;const _0x21c771={};_0x21c771['json']=_0x54dbac,_0x21c771[_0x506e6b(0x1cb)]=_0x2f1572;const _0x5b612f=await got[_0x506e6b(0x1f5)](this['_hubUrl']+_0x506e6b(0x1c7)+this['_sessionId']+_0x506e6b(0x1fd),this[_0x506e6b(0x1d3)](_0x21c771));return _0x5b612f[_0x506e6b(0x202)]&&_0x5b612f[_0x506e6b(0x202)][_0x506e6b(0x1ff)];}async['executeAsyncScript'](_0x213d73,..._0x2952df){const _0x303e0f=a72_0xf9d443,_0x3b6574={};_0x3b6574['script']=_0x213d73,_0x3b6574['args']=_0x2952df;const _0x228fac={};_0x228fac[_0x303e0f(0x209)]=0x1d4c0;const _0x21b03d={};_0x21b03d[_0x303e0f(0x1d0)]=_0x3b6574,_0x21b03d[_0x303e0f(0x1cb)]=_0x228fac;const _0x24a5a2=await got[_0x303e0f(0x1f5)](this['_hubUrl']+_0x303e0f(0x1c7)+this[_0x303e0f(0x1fc)]+_0x303e0f(0x210),this['_opts'](_0x21b03d));return _0x24a5a2[_0x303e0f(0x202)]&&_0x24a5a2['body']['value'];}async[a72_0xf9d443(0x1e1)](){const _0x423fe4=a72_0xf9d443;try{const _0x5aba3e={};_0x5aba3e['request']=0x7530;const _0x499219={};_0x499219[_0x423fe4(0x1cb)]=_0x5aba3e,await got[_0x423fe4(0x1ea)](this['_hubUrl']+'/session/'+this['_sessionId'],this['_opts'](_0x499219));}catch(_0x207420){logger[_0x423fe4(0x20c)](_0x423fe4(0x1d5)+this[_0x423fe4(0x1fc)]+'\x20failed\x20(likely\x20already\x20closed):\x20'+_0x207420[_0x423fe4(0x1da)]);}}}async function openSession({hubUrl:_0x3dbc44,capabilities:_0x4f1119}){const _0x43f11a=a72_0xf9d443,_0x1a99ab={'VtrUc':function(_0x31e1ae,_0x105ad6){return _0x31e1ae(_0x105ad6);},'uqoBo':function(_0x5ae60c,_0x3ef4d9){return _0x5ae60c||_0x3ef4d9;},'SMXXv':_0x43f11a(0x1f3),'dBfkX':_0x43f11a(0x1d0),'LMnwD':'browserstack-node-sdk-testcafe','YhwtT':function(_0x2877a0,_0x4e564d){return _0x2877a0>=_0x4e564d;},'XPxSM':_0x43f11a(0x1f8),'OxRUa':function(_0x1634ce,_0xd82ce3){return _0x1634ce>_0xd82ce3;}},{username:_0x5d8ea3,password:_0x23d6c6,url:_0x5413b8}=_0x1a99ab[_0x43f11a(0x217)](_resolveAuth,_0x3dbc44);if(_0x1a99ab[_0x43f11a(0x1dc)](!_0x5d8ea3,!_0x23d6c6))throw new Error(_0x1a99ab['SMXXv']);const _0x5677bb={};_0x5677bb[_0x43f11a(0x1fa)]=_0x4f1119,_0x5677bb['firstMatch']=[{}];const _0x9cbf5f={};_0x9cbf5f[_0x43f11a(0x1e7)]=_0x5677bb,_0x9cbf5f[_0x43f11a(0x1e5)]=_0x4f1119;const _0x53e027=_0x9cbf5f,_0x36d4c2={};_0x36d4c2[_0x43f11a(0x209)]=0x1d4c0;const _0x131339={};_0x131339[_0x43f11a(0x1d0)]=_0x53e027,_0x131339[_0x43f11a(0x1d1)]=_0x5d8ea3,_0x131339[_0x43f11a(0x1f1)]=_0x23d6c6,_0x131339[_0x43f11a(0x1ce)]=_0x1a99ab[_0x43f11a(0x203)],_0x131339[_0x43f11a(0x1f7)]={},_0x131339[_0x43f11a(0x1cc)]=![],_0x131339['timeout']=_0x36d4c2,_0x131339[_0x43f11a(0x1f7)][_0x43f11a(0x200)]=_0x1a99ab[_0x43f11a(0x1f9)];const _0x17136a=await got['post'](_0x5413b8+_0x43f11a(0x1d6),_0x131339);if(_0x1a99ab[_0x43f11a(0x1ef)](_0x17136a[_0x43f11a(0x1ca)],0x190))throw new Error(_0x43f11a(0x218)+_0x17136a[_0x43f11a(0x1ca)]+'\x20'+JSON['stringify'](_0x17136a['body'])[_0x43f11a(0x1c5)](0x0,0x190));const _0x2842bd=_0x17136a[_0x43f11a(0x202)]||{},_0x281e09=_0x2842bd[_0x43f11a(0x1ff)]||{},_0x3c17f9=_0x281e09[_0x43f11a(0x1e7)]||{},_0x31bf00=_0x2842bd[_0x43f11a(0x1de)]||_0x281e09[_0x43f11a(0x1de)]||_0x281e09[_0x1a99ab[_0x43f11a(0x20e)]]||_0x3c17f9[_0x1a99ab[_0x43f11a(0x20e)]];if(!_0x31bf00)throw new Error(_0x43f11a(0x1c8)+JSON[_0x43f11a(0x1fb)](_0x2842bd)[_0x43f11a(0x1c5)](0x0,0x190));const _0x4d2de3={};return _0x4d2de3['hubUrl']=_0x5413b8,_0x4d2de3[_0x43f11a(0x1de)]=_0x31bf00,_0x4d2de3[_0x43f11a(0x1d1)]=_0x5d8ea3,_0x4d2de3[_0x43f11a(0x1f1)]=_0x23d6c6,{'driver':new W3CDriver(_0x4d2de3),'sessionId':_0x31bf00,'capabilities':_0x1a99ab['OxRUa'](Object[_0x43f11a(0x1f0)](_0x3c17f9)[_0x43f11a(0x205)],0x0)?_0x3c17f9:_0x4f1119};}function a72_0x5c5d(){const _0x888793=['script','request','1501028nrEbTr','/url','debug','CPDpd','XPxSM','tYTQg','/execute/async','toString','14AiuAYx','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','187135qUNasb','1280jVJPhR','_username','VtrUc','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','test','slice','BROWSERSTACK_USERNAME','/session/','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','slAqu','statusCode','timeout','throwHttpErrors','BROWSERSTACK_ACCESS_KEY','responseType','nBWcC','json','username','got','_opts','https://','[w3c-driver]\x20DELETE\x20/session\x20','/session','../../helpers/logger','_hubUrl','browserstack-node-sdk-testcafe','message','1095hoqmKy','uqoBo','args','sessionId','996568QOAitg','env','quit','replace','423466Zfldhc','1812720giIZcu','desiredCapabilities','OtzNo','capabilities','2448963QgPvQQ','executeScript','delete','HzJUH','get','W3CDriver','getCurrentUrl','YhwtT','keys','password','40GvNOTz','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','trim','post','navigateTo','headers','webdriver.remote.sessionid','LMnwD','alwaysMatch','stringify','_sessionId','/execute/sync','openSession','value','user-agent',':\x20HTTP\x20','body','dBfkX','exports','length','_password','url'];a72_0x5c5d=function(){return _0x888793;};return a72_0x5c5d();}const a72_0x4716d3={};function a72_0x26ff(_0x163693,_0x2d1ce2){const _0x5c5d25=a72_0x5c5d();return a72_0x26ff=function(_0x26ffae,_0x2b3cfb){_0x26ffae=_0x26ffae-0x1c5;let _0x19b4a6=_0x5c5d25[_0x26ffae];return _0x19b4a6;},a72_0x26ff(_0x163693,_0x2d1ce2);}a72_0x4716d3[a72_0xf9d443(0x1fe)]=openSession,a72_0x4716d3[a72_0xf9d443(0x1ed)]=W3CDriver,module[a72_0xf9d443(0x204)]=a72_0x4716d3;
1
+ 'use strict';const a72_0x1e88cf=a72_0x5685;(function(_0xf2991a,_0x15b02c){const _0x538a47=a72_0x5685,_0x18129e=_0xf2991a();while(!![]){try{const _0x5c0746=parseInt(_0x538a47(0xdb))/0x1*(-parseInt(_0x538a47(0xba))/0x2)+parseInt(_0x538a47(0xd5))/0x3*(-parseInt(_0x538a47(0xe4))/0x4)+-parseInt(_0x538a47(0xfb))/0x5*(-parseInt(_0x538a47(0xd9))/0x6)+parseInt(_0x538a47(0xb6))/0x7*(-parseInt(_0x538a47(0xbe))/0x8)+parseInt(_0x538a47(0xdc))/0x9*(-parseInt(_0x538a47(0xf5))/0xa)+parseInt(_0x538a47(0xe1))/0xb*(parseInt(_0x538a47(0xb8))/0xc)+parseInt(_0x538a47(0xd3))/0xd*(parseInt(_0x538a47(0xf2))/0xe);if(_0x5c0746===_0x15b02c)break;else _0x18129e['push'](_0x18129e['shift']());}catch(_0x3547c6){_0x18129e['push'](_0x18129e['shift']());}}}(a72_0x3ab3,0x43e94));const got=require(a72_0x1e88cf(0xe0)),logger=require('../../helpers/logger')[a72_0x1e88cf(0xcd)],_trim=_0x22a82f=>(_0x22a82f||'')['replace'](/\/+$/,'');function _normalizeScheme(_0x13714c){const _0xde610f=a72_0x1e88cf,_0x228366={};_0x228366[_0xde610f(0xe7)]=function(_0xf1fe99,_0x448157){return _0xf1fe99||_0x448157;};const _0x3358d0=_0x228366,_0x539811=_0x3358d0['dDKMk'](_0x13714c,'')['trim']();if(!_0x539811)return _0x539811;if(/^https?:\/\//i[_0xde610f(0xe6)](_0x539811))return _0x539811;return _0xde610f(0xca)+_0x539811[_0xde610f(0xbc)](/^\/+/,'');}function a72_0x3ab3(){const _0x5b9ad=['message','desiredCapabilities','webdriver.remote.sessionid','password','args','2060rseigY','script','json','/url','/execute/sync','executeAsyncScript','_opts','responseType','toString','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','WJfFw','value','get','SUWuk','GHQZe','Ncjst','574TLaMll','_username','48iWxNOb','post','2wWprAw','[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20','replace','keys','35240YuMGAu','\x20failed\x20(likely\x20already\x20closed):\x20','bWKwY','headers','timeout','stringify','[w3c-driver]\x20DELETE\x20/session\x20','user-agent','throwHttpErrors','username','alwaysMatch','vnXmb','https://','mejqO','capabilities','winstonLogger','delete','PDsKb','quit','BROWSERSTACK_ACCESS_KEY','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','13mDbZQI','FxaBu','27EMTgxA','browserstack-node-sdk-testcafe','pHfVd','slice','114VTCPtL','RWMhj','225911jrbKsZ','135ysjlkP','_hubUrl','iziMI','xHKuE','got','703021FLcBFO','MjQmd','sessionId','162028xzqdPf','body','test','dDKMk','exports','_password','/session/','statusCode','env','W3CDriver','request','navigateTo','_sessionId','hubUrl','14087234aZjHZv','WUSBt','length','26570WoQwgy'];a72_0x3ab3=function(){return _0x5b9ad;};return a72_0x3ab3();}function _resolveAuth(_0x3bd195){const _0x53729f=a72_0x1e88cf,_0x47d6ae={'bWKwY':function(_0x90429,_0x3f9ca6){return _0x90429(_0x3f9ca6);},'vnXmb':function(_0x5252d9,_0x23e7f9){return _0x5252d9(_0x23e7f9);},'RWMhj':function(_0x1a4ef5,_0x1db571){return _0x1a4ef5(_0x1db571);},'pHfVd':function(_0x5cf39c,_0x364a8d){return _0x5cf39c(_0x364a8d);}},_0x26f80b=_0x47d6ae['bWKwY'](_normalizeScheme,_0x3bd195);try{const _0x58cc32=new URL(_0x26f80b);if(_0x58cc32[_0x53729f(0xc7)]||_0x58cc32[_0x53729f(0xf9)]){const _0x1cfde1=_0x47d6ae[_0x53729f(0xc9)](decodeURIComponent,_0x58cc32[_0x53729f(0xc7)]||''),_0x416536=_0x47d6ae[_0x53729f(0xda)](decodeURIComponent,_0x58cc32['password']||'');return _0x58cc32['username']='',_0x58cc32[_0x53729f(0xf9)]='',{'username':_0x1cfde1,'password':_0x416536,'url':_0x47d6ae[_0x53729f(0xd7)](_trim,_0x58cc32[_0x53729f(0xae)]())};}}catch(_0x58bac1){}return{'username':process[_0x53729f(0xec)]['BROWSERSTACK_USERNAME']||'','password':process[_0x53729f(0xec)][_0x53729f(0xd1)]||'','url':_0x47d6ae[_0x53729f(0xc0)](_trim,_0x26f80b)};}class W3CDriver{constructor({hubUrl:_0x10c308,sessionId:_0x10a974,username:_0x2ce293,password:_0x134725}){const _0x238de9=a72_0x1e88cf,_0x4765dd={'iziMI':function(_0x48ca36,_0x24894b){return _0x48ca36(_0x24894b);}};this['_hubUrl']=_0x4765dd[_0x238de9(0xde)](_trim,_0x10c308),this[_0x238de9(0xf0)]=_0x10a974,this[_0x238de9(0xb7)]=_0x2ce293,this[_0x238de9(0xe9)]=_0x134725;}get[a72_0x1e88cf(0xe3)](){const _0x5e9158=a72_0x1e88cf;return this[_0x5e9158(0xf0)];}['_opts'](_0x5dd466={}){const _0x22ed2a=a72_0x1e88cf,_0x4dd98f={};_0x4dd98f[_0x22ed2a(0xcb)]='json',_0x4dd98f['xHKuE']='browserstack-node-sdk-testcafe';const _0x1e00bf=_0x4dd98f,_0x3d3128={'username':this[_0x22ed2a(0xb7)],'password':this[_0x22ed2a(0xe9)],'responseType':_0x1e00bf[_0x22ed2a(0xcb)],'headers':{'user-agent':_0x1e00bf[_0x22ed2a(0xdf)]},'throwHttpErrors':![],..._0x5dd466};return _0x3d3128;}async[a72_0x1e88cf(0xef)](_0x4bacdb){const _0x6a2a8d=a72_0x1e88cf,_0xa7612={};_0xa7612[_0x6a2a8d(0xb5)]=function(_0x2be0b7,_0x2f06c9){return _0x2be0b7>=_0x2f06c9;};const _0x48774f=_0xa7612,_0x3123fd={};_0x3123fd['url']=_0x4bacdb;const _0x5d676c={};_0x5d676c[_0x6a2a8d(0xee)]=0xea60;const _0x4e8eaf={};_0x4e8eaf[_0x6a2a8d(0xa8)]=_0x3123fd,_0x4e8eaf[_0x6a2a8d(0xc2)]=_0x5d676c;const _0xad0bd8=await got[_0x6a2a8d(0xb9)](this[_0x6a2a8d(0xdd)]+'/session/'+this[_0x6a2a8d(0xf0)]+_0x6a2a8d(0xa9),this['_opts'](_0x4e8eaf));if(_0x48774f['Ncjst'](_0xad0bd8['statusCode'],0x190))throw new Error(_0x6a2a8d(0xbb)+this[_0x6a2a8d(0xf0)]+':\x20HTTP\x20'+_0xad0bd8['statusCode']+'\x20'+JSON[_0x6a2a8d(0xc3)](_0xad0bd8[_0x6a2a8d(0xe5)])['slice'](0x0,0x12c));}async['getCurrentUrl'](){const _0x47ea1e=a72_0x1e88cf,_0x4820e8={};_0x4820e8[_0x47ea1e(0xee)]=0x7530;const _0x4a87f6={};_0x4a87f6['timeout']=_0x4820e8;const _0x43903b=await got[_0x47ea1e(0xb2)](this[_0x47ea1e(0xdd)]+_0x47ea1e(0xea)+this[_0x47ea1e(0xf0)]+'/url',this['_opts'](_0x4a87f6));return _0x43903b[_0x47ea1e(0xe5)]&&_0x43903b[_0x47ea1e(0xe5)][_0x47ea1e(0xb1)]||'';}async['executeScript'](_0x179543,..._0x120ac8){const _0x583fc6=a72_0x1e88cf,_0x5dfb74={};_0x5dfb74[_0x583fc6(0xa7)]=_0x179543,_0x5dfb74['args']=_0x120ac8;const _0x5d4e38={};_0x5d4e38[_0x583fc6(0xee)]=0xea60;const _0x3a42c5={};_0x3a42c5['json']=_0x5dfb74,_0x3a42c5[_0x583fc6(0xc2)]=_0x5d4e38;const _0x1f3eee=await got[_0x583fc6(0xb9)](this['_hubUrl']+_0x583fc6(0xea)+this[_0x583fc6(0xf0)]+_0x583fc6(0xaa),this[_0x583fc6(0xac)](_0x3a42c5));return _0x1f3eee[_0x583fc6(0xe5)]&&_0x1f3eee[_0x583fc6(0xe5)][_0x583fc6(0xb1)];}async[a72_0x1e88cf(0xab)](_0x122355,..._0x59e99a){const _0x110bcb=a72_0x1e88cf,_0x5814d6={};_0x5814d6[_0x110bcb(0xa7)]=_0x122355,_0x5814d6[_0x110bcb(0xfa)]=_0x59e99a;const _0x83ae92={};_0x83ae92['request']=0x1d4c0;const _0x5e8837={};_0x5e8837[_0x110bcb(0xa8)]=_0x5814d6,_0x5e8837['timeout']=_0x83ae92;const _0xf4dad8=await got[_0x110bcb(0xb9)](this[_0x110bcb(0xdd)]+_0x110bcb(0xea)+this[_0x110bcb(0xf0)]+'/execute/async',this[_0x110bcb(0xac)](_0x5e8837));return _0xf4dad8[_0x110bcb(0xe5)]&&_0xf4dad8[_0x110bcb(0xe5)][_0x110bcb(0xb1)];}async[a72_0x1e88cf(0xd0)](){const _0x4dde9b=a72_0x1e88cf;try{const _0x19648d={};_0x19648d[_0x4dde9b(0xee)]=0x7530;const _0x204d24={};_0x204d24['timeout']=_0x19648d,await got[_0x4dde9b(0xce)](this[_0x4dde9b(0xdd)]+_0x4dde9b(0xea)+this[_0x4dde9b(0xf0)],this[_0x4dde9b(0xac)](_0x204d24));}catch(_0x43a874){logger['debug'](_0x4dde9b(0xc4)+this[_0x4dde9b(0xf0)]+_0x4dde9b(0xbf)+_0x43a874[_0x4dde9b(0xf6)]);}}}function a72_0x5685(_0x5b8afd,_0x1bf239){const _0x3ab34a=a72_0x3ab3();return a72_0x5685=function(_0x5685f9,_0xba671d){_0x5685f9=_0x5685f9-0xa7;let _0x2b65dd=_0x3ab34a[_0x5685f9];return _0x2b65dd;},a72_0x5685(_0x5b8afd,_0x1bf239);}async function openSession({hubUrl:_0x22e572,capabilities:_0x29f692}){const _0x59b0a2=a72_0x1e88cf,_0x21c525={'WJfFw':function(_0x56be70,_0x351012){return _0x56be70(_0x351012);},'aDbwF':function(_0x5359b0,_0x49aedd){return _0x5359b0||_0x49aedd;},'FxaBu':'[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','MjQmd':_0x59b0a2(0xa8),'GHQZe':_0x59b0a2(0xd6),'SUWuk':function(_0x22409d,_0x227c33){return _0x22409d>=_0x227c33;},'WUSBt':_0x59b0a2(0xf8),'PDsKb':function(_0x1e85c3,_0x37b627){return _0x1e85c3>_0x37b627;}},{username:_0x39ed55,password:_0x1616e8,url:_0x1625b4}=_0x21c525[_0x59b0a2(0xb0)](_resolveAuth,_0x22e572);if(_0x21c525['aDbwF'](!_0x39ed55,!_0x1616e8))throw new Error(_0x21c525[_0x59b0a2(0xd4)]);const _0x49359c={};_0x49359c[_0x59b0a2(0xc8)]=_0x29f692,_0x49359c['firstMatch']=[{}];const _0x2d1e3f={};_0x2d1e3f[_0x59b0a2(0xcc)]=_0x49359c,_0x2d1e3f[_0x59b0a2(0xf7)]=_0x29f692;const _0x44a01a=_0x2d1e3f,_0x165d47={};_0x165d47[_0x59b0a2(0xee)]=0x1d4c0;const _0x354ea8={};_0x354ea8[_0x59b0a2(0xa8)]=_0x44a01a,_0x354ea8[_0x59b0a2(0xc7)]=_0x39ed55,_0x354ea8[_0x59b0a2(0xf9)]=_0x1616e8,_0x354ea8[_0x59b0a2(0xad)]=_0x21c525[_0x59b0a2(0xe2)],_0x354ea8[_0x59b0a2(0xc1)]={},_0x354ea8[_0x59b0a2(0xc6)]=![],_0x354ea8['timeout']=_0x165d47,_0x354ea8[_0x59b0a2(0xc1)][_0x59b0a2(0xc5)]=_0x21c525[_0x59b0a2(0xb4)];const _0x4155c7=await got['post'](_0x1625b4+'/session',_0x354ea8);if(_0x21c525[_0x59b0a2(0xb3)](_0x4155c7['statusCode'],0x190))throw new Error(_0x59b0a2(0xaf)+_0x4155c7[_0x59b0a2(0xeb)]+'\x20'+JSON[_0x59b0a2(0xc3)](_0x4155c7[_0x59b0a2(0xe5)])[_0x59b0a2(0xd8)](0x0,0x190));const _0x5d0069=_0x4155c7[_0x59b0a2(0xe5)]||{},_0x9c75da=_0x5d0069['value']||{},_0x5d279c=_0x9c75da[_0x59b0a2(0xcc)]||{},_0x35165a=_0x5d0069[_0x59b0a2(0xe3)]||_0x9c75da[_0x59b0a2(0xe3)]||_0x9c75da[_0x21c525['WUSBt']]||_0x5d279c[_0x21c525[_0x59b0a2(0xf3)]];if(!_0x35165a)throw new Error(_0x59b0a2(0xd2)+JSON[_0x59b0a2(0xc3)](_0x5d0069)[_0x59b0a2(0xd8)](0x0,0x190));const _0x4fc793={};return _0x4fc793[_0x59b0a2(0xf1)]=_0x1625b4,_0x4fc793[_0x59b0a2(0xe3)]=_0x35165a,_0x4fc793[_0x59b0a2(0xc7)]=_0x39ed55,_0x4fc793['password']=_0x1616e8,{'driver':new W3CDriver(_0x4fc793),'sessionId':_0x35165a,'capabilities':_0x21c525[_0x59b0a2(0xcf)](Object[_0x59b0a2(0xbd)](_0x5d279c)[_0x59b0a2(0xf4)],0x0)?_0x5d279c:_0x29f692};}const a72_0x5cce11={};a72_0x5cce11['openSession']=openSession,a72_0x5cce11[a72_0x1e88cf(0xed)]=W3CDriver,module[a72_0x1e88cf(0xe8)]=a72_0x5cce11;
@@ -1 +1 @@
1
- const a73_0x4300ec=a73_0x5bd3;(function(_0x207a7e,_0x36bf19){const _0x47a883=a73_0x5bd3,_0x5d7e0e=_0x207a7e();while(!![]){try{const _0x5a287b=-parseInt(_0x47a883(0x1cd))/0x1+parseInt(_0x47a883(0x1e7))/0x2*(-parseInt(_0x47a883(0x212))/0x3)+parseInt(_0x47a883(0x1bd))/0x4+-parseInt(_0x47a883(0x1c6))/0x5+-parseInt(_0x47a883(0x1fa))/0x6+parseInt(_0x47a883(0x1ce))/0x7+parseInt(_0x47a883(0x201))/0x8*(parseInt(_0x47a883(0x1d1))/0x9);if(_0x5a287b===_0x36bf19)break;else _0x5d7e0e['push'](_0x5d7e0e['shift']());}catch(_0x364f99){_0x5d7e0e['push'](_0x5d7e0e['shift']());}}}(a73_0x2655,0x96561));const constants=require('./constants'),{nestedKeyValue}=require(a73_0x4300ec(0x1b7)),getBrowserstackCLI=()=>{const _0x7ad141=a73_0x4300ec,_0x5297b9={'pPnUj':function(_0xb89938,_0x336beb){return _0xb89938(_0x336beb);},'sGKtT':_0x7ad141(0x1b0)};return _0x5297b9['pPnUj'](require,_0x5297b9[_0x7ad141(0x210)]);},ALLOWED_API_HOST_SUFFIXES=[a73_0x4300ec(0x213),a73_0x4300ec(0x1e5)],isAllowedApiHost=_0x1d6868=>{const _0x4a2865=a73_0x4300ec;try{const {hostname:_0x56211f}=new URL(_0x1d6868);return ALLOWED_API_HOST_SUFFIXES[_0x4a2865(0x1dc)](_0x235563=>_0x56211f===_0x235563||_0x56211f[_0x4a2865(0x20a)]('.'+_0x235563));}catch{return![];}},safeApiHost=(_0x18adae,_0x163666)=>{const _0x5ec6a4=a73_0x4300ec,_0x22f3bc={'aVpqp':function(_0x55a8fd,_0x5f5666){return _0x55a8fd(_0x5f5666);}};if(_0x18adae&&_0x22f3bc[_0x5ec6a4(0x1ae)](isAllowedApiHost,_0x18adae))return _0x18adae;return _0x163666;};class APIUtilityMethods{static[a73_0x4300ec(0x206)](_0x28f8d3){const _0x334c39=a73_0x4300ec,_0x5193b5={'OIZcl':function(_0x469901){return _0x469901();},'Jmbxb':function(_0x10c1e8,_0x4cf6a9,_0x38f193){return _0x10c1e8(_0x4cf6a9,_0x38f193);},'uPPEQ':_0x334c39(0x1e8),'EShpd':_0x334c39(0x20b),'QqElL':_0x334c39(0x1d2),'NohOS':function(_0x5c10b0,_0x554253,_0x2e550a){return _0x5c10b0(_0x554253,_0x2e550a);},'yavIn':function(_0x3691a6,_0x12daab){return _0x3691a6===_0x12daab;},'YNYDn':function(_0x18a70c,_0x2b073e){return _0x18a70c+_0x2b073e;}},_0xe9de3a=_0x5193b5['OIZcl'](getBrowserstackCLI),_0x4de1c9=_0x5193b5[_0x334c39(0x1c7)](nestedKeyValue,_0xe9de3a[_0x334c39(0x1e1)]()[_0x334c39(0x1d7)](),[_0x5193b5[_0x334c39(0x1be)],_0x5193b5[_0x334c39(0x1df)],_0x5193b5['QqElL']]),_0x342db1=_0x5193b5['NohOS'](safeApiHost,_0x4de1c9,constants[_0x334c39(0x1bb)]);if(!_0x28f8d3||_0x5193b5[_0x334c39(0x200)](_0x28f8d3,''))return _0x342db1;const _0x290ed6=_0x342db1['endsWith']('/')?_0x342db1:_0x5193b5[_0x334c39(0x20f)](_0x342db1,'/');return new URL(_0x28f8d3,_0x290ed6)[_0x334c39(0x20d)]();}static[a73_0x4300ec(0x1ad)](_0x569fe6){const _0x4df20c=a73_0x4300ec,_0x47fd58={'YkcwZ':function(_0x3c9e9b){return _0x3c9e9b();},'CAdZR':function(_0x1f60f4,_0x49991e,_0x1f0536){return _0x1f60f4(_0x49991e,_0x1f0536);},'LZGcW':_0x4df20c(0x1e8),'tNGgz':_0x4df20c(0x1aa),'SiKZu':_0x4df20c(0x1d2),'fNlLz':function(_0x3b206e,_0x279975){return _0x3b206e===_0x279975;},'DkNEs':function(_0x5da1cc,_0x552dd6){return _0x5da1cc+_0x552dd6;}},_0x47d732=_0x47fd58[_0x4df20c(0x1ac)](getBrowserstackCLI),_0x25d890=_0x47fd58[_0x4df20c(0x1ef)](nestedKeyValue,_0x47d732['getInstance']()[_0x4df20c(0x1d7)](),[_0x47fd58[_0x4df20c(0x1e4)],_0x47fd58[_0x4df20c(0x203)],_0x47fd58[_0x4df20c(0x1f8)]])||constants['EDS_URL'];if(!_0x569fe6||_0x47fd58['fNlLz'](_0x569fe6,''))return _0x25d890;const _0x422182=_0x25d890[_0x4df20c(0x20a)]('/')?_0x25d890:_0x47fd58[_0x4df20c(0x1f1)](_0x25d890,'/');return new URL(_0x569fe6,_0x422182)[_0x4df20c(0x20d)]();}static[a73_0x4300ec(0x1d4)](_0x546a07){const _0x795eaf=a73_0x4300ec,_0x4a79c1={'FhZec':function(_0x350c5f){return _0x350c5f();},'QsrSz':function(_0x89654d,_0x4f0982,_0x30eb5d){return _0x89654d(_0x4f0982,_0x30eb5d);},'nnsMd':'apis','CQCld':'automate','CfnFt':_0x795eaf(0x1d2),'GFrzb':function(_0x25ee3f,_0x5e88ba){return _0x25ee3f===_0x5e88ba;},'KYUSI':function(_0x2fa14b,_0x2981f6){return _0x2fa14b+_0x2981f6;}},_0x4e15f5=_0x4a79c1[_0x795eaf(0x1f7)](getBrowserstackCLI),_0x3cfba1=_0x4a79c1[_0x795eaf(0x1b4)](nestedKeyValue,_0x4e15f5[_0x795eaf(0x1e1)]()[_0x795eaf(0x1d7)](),[_0x4a79c1[_0x795eaf(0x1cb)],_0x4a79c1['CQCld'],_0x4a79c1['CfnFt']])||constants['BROWSERSTACK_API_URL'];if(!_0x546a07||_0x4a79c1['GFrzb'](_0x546a07,''))return _0x3cfba1;const _0x336a29=_0x3cfba1[_0x795eaf(0x20a)]('/')?_0x3cfba1:_0x4a79c1[_0x795eaf(0x204)](_0x3cfba1,'/');return new URL(_0x546a07,_0x336a29)[_0x795eaf(0x20d)]();}static[a73_0x4300ec(0x1b1)](_0x255336){const _0x4e23d6=a73_0x4300ec,_0x7c3e1a={'olCBM':function(_0xdfc838){return _0xdfc838();},'GVnqS':function(_0x42e5a1,_0x237d34,_0x20668e){return _0x42e5a1(_0x237d34,_0x20668e);},'KGlmr':'apis','SQNtb':'appAutomate','JKFAs':_0x4e23d6(0x1d2),'gZtxS':function(_0x528ef2,_0x417bbd){return _0x528ef2===_0x417bbd;},'OBjRj':function(_0x1e7532,_0x501aee){return _0x1e7532+_0x501aee;}},_0x3039a1=_0x7c3e1a[_0x4e23d6(0x1dd)](getBrowserstackCLI),_0x31aa6f=_0x7c3e1a[_0x4e23d6(0x1b2)](nestedKeyValue,_0x3039a1[_0x4e23d6(0x1e1)]()[_0x4e23d6(0x1d7)](),[_0x7c3e1a[_0x4e23d6(0x1ff)],_0x7c3e1a['SQNtb'],_0x7c3e1a['JKFAs']])||constants['BROWSERSTACK_API_URL'];if(!_0x255336||_0x7c3e1a[_0x4e23d6(0x1c9)](_0x255336,''))return _0x31aa6f;const _0x17b727=_0x31aa6f[_0x4e23d6(0x20a)]('/')?_0x31aa6f:_0x7c3e1a[_0x4e23d6(0x20c)](_0x31aa6f,'/');return new URL(_0x255336,_0x17b727)[_0x4e23d6(0x20d)]();}static[a73_0x4300ec(0x1ed)](_0x1c2034){const _0x1e0824=a73_0x4300ec,_0x5460b6={'juVul':function(_0x22e8c6){return _0x22e8c6();},'UdhYF':function(_0x515b92,_0xc586a7,_0x448aab){return _0x515b92(_0xc586a7,_0x448aab);},'vSGqk':_0x1e0824(0x1e8),'dyWbL':'automate','ZoOZz':_0x1e0824(0x1d2),'vjQCt':function(_0x55f26a,_0x422432){return _0x55f26a===_0x422432;},'nazgI':function(_0x14f123,_0xa105a7){return _0x14f123+_0xa105a7;}},_0x50d074=_0x5460b6[_0x1e0824(0x1b9)](getBrowserstackCLI),_0xb8e603=_0x5460b6[_0x1e0824(0x1c1)](nestedKeyValue,_0x50d074[_0x1e0824(0x1e1)]()[_0x1e0824(0x1d7)](),[_0x5460b6[_0x1e0824(0x1eb)],_0x5460b6[_0x1e0824(0x1fd)],_0x5460b6[_0x1e0824(0x1f5)]])||constants[_0x1e0824(0x1bb)];if(!_0x1c2034||_0x5460b6[_0x1e0824(0x1db)](_0x1c2034,''))return _0xb8e603;const _0x52f991=_0xb8e603[_0x1e0824(0x20a)]('/')?_0xb8e603:_0x5460b6[_0x1e0824(0x1af)](_0xb8e603,'/');return new URL(_0x1c2034,_0x52f991)['toString']();}static['getAppAutomateSessionNameAPIUrl'](_0x377e86){const _0x2e8deb=a73_0x4300ec,_0x38afcd={'fnbgp':function(_0x5a9984){return _0x5a9984();},'QohbY':function(_0x584934,_0x11795b,_0x3e3238){return _0x584934(_0x11795b,_0x3e3238);},'mJGax':'apis','ASusb':_0x2e8deb(0x1c5),'ueFeV':'api','BrdLN':function(_0x1cd768,_0x52155f){return _0x1cd768===_0x52155f;},'VwUsa':function(_0x3e7670,_0x2e523a){return _0x3e7670+_0x2e523a;}},_0x87b197=_0x38afcd['fnbgp'](getBrowserstackCLI),_0x313dd0=_0x38afcd[_0x2e8deb(0x1c3)](nestedKeyValue,_0x87b197[_0x2e8deb(0x1e1)]()[_0x2e8deb(0x1d7)](),[_0x38afcd[_0x2e8deb(0x1d6)],_0x38afcd[_0x2e8deb(0x207)],_0x38afcd[_0x2e8deb(0x1c0)]])||constants[_0x2e8deb(0x1bb)];if(!_0x377e86||_0x38afcd[_0x2e8deb(0x1e2)](_0x377e86,''))return _0x313dd0;const _0x339b61=_0x313dd0[_0x2e8deb(0x20a)]('/')?_0x313dd0:_0x38afcd[_0x2e8deb(0x1f2)](_0x313dd0,'/');return new URL(_0x377e86,_0x339b61)[_0x2e8deb(0x20d)]();}static[a73_0x4300ec(0x205)](_0x24ac58){const _0x5ce7fc=a73_0x4300ec,_0x51d2aa={'gblTZ':function(_0x542c48){return _0x542c48();},'Wlrix':function(_0x2d7a11,_0x4ee5e8,_0x19ae0e){return _0x2d7a11(_0x4ee5e8,_0x19ae0e);},'EYznl':'apis','wuEDm':'automate','TgnrD':_0x5ce7fc(0x1d2),'UvpZB':function(_0x110c84,_0x36f8de){return _0x110c84===_0x36f8de;},'KLXrv':function(_0x3f50b9,_0x44aeaf){return _0x3f50b9+_0x44aeaf;}},_0x2566cb=_0x51d2aa[_0x5ce7fc(0x1f3)](getBrowserstackCLI),_0xb608b1=_0x51d2aa[_0x5ce7fc(0x1ab)](nestedKeyValue,_0x2566cb[_0x5ce7fc(0x1e1)]()[_0x5ce7fc(0x1d7)](),[_0x51d2aa['EYznl'],_0x51d2aa[_0x5ce7fc(0x1f9)],_0x51d2aa[_0x5ce7fc(0x1ec)]])||constants['BROWSERSTACK_API_URL'];if(!_0x24ac58||_0x51d2aa[_0x5ce7fc(0x1d3)](_0x24ac58,''))return _0xb608b1;const _0xa9258f=_0xb608b1[_0x5ce7fc(0x20a)]('/')?_0xb608b1:_0x51d2aa[_0x5ce7fc(0x1e9)](_0xb608b1,'/');return new URL(_0x24ac58,_0xa9258f)[_0x5ce7fc(0x20d)]()[_0x5ce7fc(0x1cf)](/^https?:\/\//,'');}static[a73_0x4300ec(0x1d8)](_0x1c7ebe){const _0x2ae8d2=a73_0x4300ec,_0x7ba98f={'vSlbn':function(_0x279180){return _0x279180();},'YqTkM':function(_0x2fa05a,_0x3f9f46,_0x124bed){return _0x2fa05a(_0x3f9f46,_0x124bed);},'hwIkh':'apis','nqBkG':'appAutomate','lBixj':_0x2ae8d2(0x1d2),'YykxC':function(_0x25c395,_0x3f3b5c){return _0x25c395===_0x3f3b5c;},'TRxML':function(_0x25f368,_0x1b7831){return _0x25f368+_0x1b7831;}},_0x562775=_0x7ba98f[_0x2ae8d2(0x1cc)](getBrowserstackCLI),_0x1bcec7=_0x7ba98f[_0x2ae8d2(0x1a9)](nestedKeyValue,_0x562775[_0x2ae8d2(0x1e1)]()[_0x2ae8d2(0x1d7)](),[_0x7ba98f['hwIkh'],_0x7ba98f[_0x2ae8d2(0x1fc)],_0x7ba98f[_0x2ae8d2(0x1e6)]])||constants['APP_UPLOAD_URL'];if(!_0x1c7ebe||_0x7ba98f[_0x2ae8d2(0x1f0)](_0x1c7ebe,''))return _0x1bcec7;const _0x2917ec=_0x1bcec7[_0x2ae8d2(0x20a)]('/')?_0x1bcec7:_0x7ba98f['TRxML'](_0x1bcec7,'/');return new URL(_0x1c7ebe,_0x2917ec)[_0x2ae8d2(0x20d)]()['replace'](/^https?:\/\//,'');}static[a73_0x4300ec(0x1da)](_0x471975){const _0x4c6c23=a73_0x4300ec,_0x4ac7a8={'FdHXx':function(_0x1dbdfc){return _0x1dbdfc();},'BEKXU':function(_0x470add,_0x1409ab,_0xfe8169){return _0x470add(_0x1409ab,_0xfe8169);},'ZMAqu':_0x4c6c23(0x1e8),'shPKJ':_0x4c6c23(0x1c5),'BcDas':'upload','duBAN':function(_0x32eefb,_0x60b89d,_0x300213){return _0x32eefb(_0x60b89d,_0x300213);},'EcUPo':_0x4c6c23(0x1d2),'SNqUh':function(_0x12ec3e,_0xda468a){return _0x12ec3e===_0xda468a;},'TSodY':function(_0x25ea5f,_0x2a41a7){return _0x25ea5f+_0x2a41a7;}},_0x14f98b=_0x4ac7a8[_0x4c6c23(0x1fb)](getBrowserstackCLI),_0x5d2c53=_0x4ac7a8['BEKXU'](nestedKeyValue,_0x14f98b[_0x4c6c23(0x1e1)]()[_0x4c6c23(0x1d7)](),[_0x4ac7a8[_0x4c6c23(0x211)],_0x4ac7a8[_0x4c6c23(0x1d0)],_0x4ac7a8[_0x4c6c23(0x1b8)]])||_0x4ac7a8[_0x4c6c23(0x202)](nestedKeyValue,_0x14f98b['getInstance']()[_0x4c6c23(0x1d7)](),[_0x4ac7a8[_0x4c6c23(0x211)],_0x4ac7a8[_0x4c6c23(0x1d0)],_0x4ac7a8[_0x4c6c23(0x1b3)]])||constants[_0x4c6c23(0x1d5)];if(!_0x471975||_0x4ac7a8[_0x4c6c23(0x1ba)](_0x471975,''))return _0x5d2c53;const _0x5776f4=_0x5d2c53[_0x4c6c23(0x20a)]('/')?_0x5d2c53:_0x4ac7a8['TSodY'](_0x5d2c53,'/');return new URL(_0x471975,_0x5776f4)[_0x4c6c23(0x20d)]();}static[a73_0x4300ec(0x1b6)](_0x5dc1d8){const _0x1ef63b=a73_0x4300ec,_0x1c0141={'ayXuD':function(_0x4d48bd){return _0x4d48bd();},'HOtNu':function(_0x236109,_0x45dddb,_0x2f5096){return _0x236109(_0x45dddb,_0x2f5096);},'UAUOF':_0x1ef63b(0x1e8),'YusQi':_0x1ef63b(0x1f6),'iRdcM':_0x1ef63b(0x1d9),'JSiOP':function(_0x56deea,_0x119d1f){return _0x56deea===_0x119d1f;},'IsZEk':function(_0x2c31f4,_0x5e54bd){return _0x2c31f4+_0x5e54bd;}},_0x16aa0a=_0x1c0141['ayXuD'](getBrowserstackCLI),_0x259e86=_0x1c0141[_0x1ef63b(0x1e0)](nestedKeyValue,_0x16aa0a[_0x1ef63b(0x1e1)]()['getConfig'](),[_0x1c0141[_0x1ef63b(0x20e)],_0x1c0141[_0x1ef63b(0x1bf)],_0x1c0141['iRdcM']])||constants[_0x1ef63b(0x1bc)];if(!_0x5dc1d8||_0x1c0141[_0x1ef63b(0x1ca)](_0x5dc1d8,''))return _0x259e86;const _0x3c1448=_0x259e86[_0x1ef63b(0x20a)]('/')?_0x259e86:_0x1c0141['IsZEk'](_0x259e86,'/');return new URL(_0x5dc1d8,_0x3c1448)[_0x1ef63b(0x20d)]();}static[a73_0x4300ec(0x214)](_0x6851b){const _0x10341d=a73_0x4300ec,_0x11c026={'RiEYx':function(_0x2c5fca){return _0x2c5fca();},'NbfeW':function(_0x4b560d,_0x2ca237,_0x5d5d86){return _0x4b560d(_0x2ca237,_0x5d5d86);},'WrzYb':_0x10341d(0x1e8),'PIjkv':_0x10341d(0x20b),'bLecC':_0x10341d(0x1f4),'SCrzg':'wss:','VXTrO':function(_0x128c16,_0x3339c1){return _0x128c16===_0x3339c1;},'GLZUI':function(_0x5dd040,_0x32df79){return _0x5dd040+_0x32df79;},'XLDha':'/playwright?caps='},_0x40341b=_0x11c026[_0x10341d(0x209)](getBrowserstackCLI),_0xe8d3e2=_0x11c026['NbfeW'](nestedKeyValue,_0x40341b[_0x10341d(0x1e1)]()[_0x10341d(0x1d7)](),[_0x11c026['WrzYb'],_0x11c026[_0x10341d(0x216)],_0x11c026[_0x10341d(0x1fe)]]),_0x28277a=(_0xe8d3e2?_0xe8d3e2[_0x10341d(0x1cf)](/^https:/,_0x11c026[_0x10341d(0x1c4)]):null)||constants[_0x10341d(0x208)];let _0x4f0ba4;if(!_0x6851b||_0x11c026[_0x10341d(0x1de)](_0x6851b,''))_0x4f0ba4=_0x28277a;else{const _0x2fe5f7=_0x28277a[_0x10341d(0x20a)]('/')?_0x28277a:_0x11c026['GLZUI'](_0x28277a,'/');_0x4f0ba4=new URL(_0x6851b,_0x2fe5f7)[_0x10341d(0x20d)]();}return!_0x4f0ba4[_0x10341d(0x20a)](_0x11c026[_0x10341d(0x1c2)])&&(_0x4f0ba4+=_0x11c026[_0x10341d(0x1c2)]),_0x4f0ba4;}static[a73_0x4300ec(0x215)](_0x14c650){const _0x4d9970=a73_0x4300ec,_0x1be7a0={'Nvdag':function(_0x30f567){return _0x30f567();},'QkqKa':function(_0x3cd0f7,_0x3d0a54,_0x3722b5){return _0x3cd0f7(_0x3d0a54,_0x3722b5);},'MCvgC':_0x4d9970(0x1e8),'JGCeJ':_0x4d9970(0x20b),'pLOjh':_0x4d9970(0x1f4),'IFnZq':'wss:','OZrGq':function(_0x506ca8,_0x33f036){return _0x506ca8===_0x33f036;},'dFbpe':function(_0x22aa50,_0x5b8c19){return _0x22aa50+_0x5b8c19;},'ZOTIT':_0x4d9970(0x1c8)},_0x3b8788=_0x1be7a0['Nvdag'](getBrowserstackCLI),_0x24fb7a=_0x1be7a0['QkqKa'](nestedKeyValue,_0x3b8788[_0x4d9970(0x1e1)]()[_0x4d9970(0x1d7)](),[_0x1be7a0['MCvgC'],_0x1be7a0['JGCeJ'],_0x1be7a0[_0x4d9970(0x1e3)]]),_0x293062=(_0x24fb7a?_0x24fb7a[_0x4d9970(0x1cf)](/^https:/,_0x1be7a0[_0x4d9970(0x1ee)]):null)||constants['PUPPETEER_HUB_URL'];let _0x41bd98;if(!_0x14c650||_0x1be7a0['OZrGq'](_0x14c650,''))_0x41bd98=_0x293062;else{const _0x217315=_0x293062[_0x4d9970(0x20a)]('/')?_0x293062:_0x1be7a0[_0x4d9970(0x1ea)](_0x293062,'/');_0x41bd98=new URL(_0x14c650,_0x217315)[_0x4d9970(0x20d)]();}return!_0x41bd98[_0x4d9970(0x20a)](_0x1be7a0['ZOTIT'])&&(_0x41bd98+=_0x1be7a0['ZOTIT']),_0x41bd98;}}function a73_0x5bd3(_0x3edd9f,_0x35ada7){const _0x26558c=a73_0x2655();return a73_0x5bd3=function(_0x5bd3c7,_0x12c5a3){_0x5bd3c7=_0x5bd3c7-0x1a9;let _0x1a097d=_0x26558c[_0x5bd3c7];return _0x1a097d;},a73_0x5bd3(_0x3edd9f,_0x35ada7);}function a73_0x2655(){const _0x61cbda=['YkcwZ','getEdsInstrumentationAPIUrl','aVpqp','nazgI','../v2/browserstackCLI','getAppAutomateSessionStatusAPIUrl','GVnqS','EcUPo','QsrSz','exports','getAutoCaptureLogsAPIUrl','./sharedUtils','BcDas','juVul','SNqUh','BROWSERSTACK_API_URL','OBSERVABILITY_UPLOAD_URL','544304UtwQUK','uPPEQ','YusQi','ueFeV','UdhYF','XLDha','QohbY','SCrzg','appAutomate','5459840zrMjaj','Jmbxb','/puppeteer?caps=','gZtxS','JSiOP','nnsMd','vSlbn','1170562hpPATr','6865369tEWDZS','replace','shPKJ','109998JitJcG','api','UvpZB','getAutomateSessionStatusAPIUrl','APP_UPLOAD_URL','mJGax','getConfig','getAppAutomateSessionsListAPIUrl','upload','getAppAutomateUploadAPIUrl','vjQCt','some','olCBM','VXTrO','EShpd','HOtNu','getInstance','BrdLN','pLOjh','LZGcW','bsstag.com','lBixj','2HtVMmq','apis','KLXrv','dFbpe','vSGqk','TgnrD','getAutomateSessionNameAPIUrl','IFnZq','CAdZR','YykxC','DkNEs','VwUsa','gblTZ','cdp','ZoOZz','observability','FhZec','SiKZu','wuEDm','5920614kTVVYO','FdHXx','nqBkG','dyWbL','bLecC','KGlmr','yavIn','2104oXcFPM','duBAN','tNGgz','KYUSI','getAutomateSessionsListAPIUrl','getBStackAPIUrl','ASusb','PLAYWRIGHT_HUB_URL','RiEYx','endsWith','automate','OBjRj','toString','UAUOF','YNYDn','sGKtT','ZMAqu','1398459Qonylk','browserstack.com','getPlaywrightHubUrl','getPuppeteerHubUrl','PIjkv','YqTkM','edsInstrumentation','Wlrix'];a73_0x2655=function(){return _0x61cbda;};return a73_0x2655();}module[a73_0x4300ec(0x1b5)]=APIUtilityMethods;
1
+ function a73_0x5a33(_0x58dc12,_0xca638a){const _0x218612=a73_0x2186();return a73_0x5a33=function(_0x5a3362,_0x1cef9e){_0x5a3362=_0x5a3362-0x108;let _0xc3fb39=_0x218612[_0x5a3362];return _0xc3fb39;},a73_0x5a33(_0x58dc12,_0xca638a);}const a73_0x7507de=a73_0x5a33;(function(_0x3744b7,_0x2316e5){const _0x83e107=a73_0x5a33,_0x44613a=_0x3744b7();while(!![]){try{const _0x5762cf=parseInt(_0x83e107(0x132))/0x1+parseInt(_0x83e107(0x149))/0x2*(-parseInt(_0x83e107(0x11a))/0x3)+-parseInt(_0x83e107(0x158))/0x4+-parseInt(_0x83e107(0x140))/0x5+-parseInt(_0x83e107(0x126))/0x6*(-parseInt(_0x83e107(0x10e))/0x7)+parseInt(_0x83e107(0x13c))/0x8+parseInt(_0x83e107(0x157))/0x9;if(_0x5762cf===_0x2316e5)break;else _0x44613a['push'](_0x44613a['shift']());}catch(_0x434b07){_0x44613a['push'](_0x44613a['shift']());}}}(a73_0x2186,0x329ac));const constants=require('./constants'),{nestedKeyValue}=require(a73_0x7507de(0x168)),getBrowserstackCLI=()=>{const _0x2d8680=a73_0x7507de,_0x503233={'XdtAR':function(_0x3a798a,_0x31fad2){return _0x3a798a(_0x31fad2);},'GQxDE':'../v2/browserstackCLI'};return _0x503233[_0x2d8680(0x134)](require,_0x503233['GQxDE']);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a73_0x7507de(0x159)],isAllowedApiHost=_0x3db70e=>{const _0x58096f=a73_0x7507de;try{const {hostname:_0x3f9003}=new URL(_0x3db70e);return ALLOWED_API_HOST_SUFFIXES['some'](_0x5c34dd=>_0x3f9003===_0x5c34dd||_0x3f9003[_0x58096f(0x12d)]('.'+_0x5c34dd));}catch{return![];}},safeApiHost=(_0x43a219,_0x301ad7)=>{const _0x11334b=a73_0x7507de,_0x44cf04={'Dsvei':function(_0x5bb591,_0x30899a){return _0x5bb591(_0x30899a);}};if(_0x43a219&&_0x44cf04[_0x11334b(0x12a)](isAllowedApiHost,_0x43a219))return _0x43a219;return _0x301ad7;};function a73_0x2186(){const _0x5794bd=['KXnCQ','PLAYWRIGHT_HUB_URL','endsWith','NqyDd','uUYRs','JmwwV','hAoTC','97801ZYqpoX','APP_UPLOAD_URL','XdtAR','getInstance','FNGFL','fLlDl','hCNJS','observability','mtngm','TmyOo','2789744CxSbqC','cdp','wOcTf','Dbfng','2018920FDFuyU','GjZvh','UoBBQ','IuvyP','dfpNo','vZdER','getBStackAPIUrl','breIl','ezyjn','14848srMUfP','RXHkI','lQqrL','GVqtP','OQntP','IaSit','cLswY','BROWSERSTACK_API_URL','toString','tUCgn','WUhwU','YEXvN','fnLJB','api','2020194GHyUnb','1386540pzbKCN','bsstag.com','MhsAh','Ogecb','qPlBP','getAppAutomateUploadAPIUrl','OBSERVABILITY_UPLOAD_URL','iaycr','AsyHT','getEdsInstrumentationAPIUrl','phevg','fsZph','jtlar','getPuppeteerHubUrl','EDS_URL','KMmpr','./sharedUtils','getAppAutomateSessionStatusAPIUrl','xXMcb','NUpeD','tZhDf','apis','hCVBx','IvhEk','SJJId','QONNo','XWgxK','automate','bfuwc','HcSQZ','abhuf','cqisi','110418SwRlnb','dUdNO','fnwBL','xarRk','HnxnA','getAutomateSessionNameAPIUrl','IOTml','YpNuJ','gASaC','appAutomate','PxDVo','getAppAutomateSessionsListAPIUrl','18bcskXu','upload','replace','pGbON','getPlaywrightHubUrl','getConfig','/playwright?caps=','KwiJM','wss:','RQYlY','getAppAutomateSessionNameAPIUrl','NOUzB','126YQhHiT','wapAQ','lUCHy','TjVHv','Dsvei'];a73_0x2186=function(){return _0x5794bd;};return a73_0x2186();}class APIUtilityMethods{static[a73_0x7507de(0x146)](_0x3fa36e){const _0x46561b=a73_0x7507de,_0x9ac142={'IaSit':function(_0x57d941){return _0x57d941();},'wOcTf':function(_0x48e10a,_0x14f923,_0x21c9c4){return _0x48e10a(_0x14f923,_0x21c9c4);},'AsyHT':'apis','qxsef':_0x46561b(0x109),'BZxHp':_0x46561b(0x156),'KwiJM':function(_0x412520,_0x4ce23c,_0x564c80){return _0x412520(_0x4ce23c,_0x564c80);},'DVDxk':function(_0x1f4783,_0x345314){return _0x1f4783===_0x345314;},'QONNo':function(_0x24705a,_0x220537){return _0x24705a+_0x220537;}},_0x50bc6b=_0x9ac142[_0x46561b(0x14e)](getBrowserstackCLI),_0x436526=_0x9ac142[_0x46561b(0x13e)](nestedKeyValue,_0x50bc6b['getInstance']()[_0x46561b(0x11f)](),[_0x9ac142[_0x46561b(0x160)],_0x9ac142['qxsef'],_0x9ac142['BZxHp']]),_0x4878c9=_0x9ac142[_0x46561b(0x121)](safeApiHost,_0x436526,constants[_0x46561b(0x150)]);if(!_0x3fa36e||_0x9ac142['DVDxk'](_0x3fa36e,''))return _0x4878c9;const _0x2d1543=_0x4878c9[_0x46561b(0x12d)]('/')?_0x4878c9:_0x9ac142[_0x46561b(0x171)](_0x4878c9,'/');return new URL(_0x3fa36e,_0x2d1543)[_0x46561b(0x151)]();}static[a73_0x7507de(0x161)](_0x11dcbb){const _0x4efdb1=a73_0x7507de,_0x230b63={'gIhvH':function(_0x1f153f){return _0x1f153f();},'fnLJB':function(_0x466177,_0x3400b8,_0x4e0a44){return _0x466177(_0x3400b8,_0x4e0a44);},'NrgpH':_0x4efdb1(0x16d),'qPlBP':'edsInstrumentation','IOTml':_0x4efdb1(0x156),'fyOoS':function(_0x2aa526,_0x5188ef){return _0x2aa526===_0x5188ef;},'tZhDf':function(_0x24d07a,_0x595d76){return _0x24d07a+_0x595d76;}},_0x2220c5=_0x230b63['gIhvH'](getBrowserstackCLI),_0x2676f6=_0x230b63[_0x4efdb1(0x155)](nestedKeyValue,_0x2220c5[_0x4efdb1(0x135)]()[_0x4efdb1(0x11f)](),[_0x230b63['NrgpH'],_0x230b63[_0x4efdb1(0x15c)],_0x230b63[_0x4efdb1(0x114)]])||constants[_0x4efdb1(0x166)];if(!_0x11dcbb||_0x230b63['fyOoS'](_0x11dcbb,''))return _0x2676f6;const _0x5323c8=_0x2676f6[_0x4efdb1(0x12d)]('/')?_0x2676f6:_0x230b63[_0x4efdb1(0x16c)](_0x2676f6,'/');return new URL(_0x11dcbb,_0x5323c8)[_0x4efdb1(0x151)]();}static['getAutomateSessionStatusAPIUrl'](_0x57f311){const _0xa11e57=a73_0x7507de,_0x479442={'YEXvN':function(_0xe327b3){return _0xe327b3();},'hCNJS':function(_0x47a48d,_0x594f9a,_0x59b5f4){return _0x47a48d(_0x594f9a,_0x59b5f4);},'WUhwU':'apis','hCVBx':_0xa11e57(0x109),'breIl':_0xa11e57(0x156),'hAoTC':function(_0x2c12a4,_0x1f1aaa){return _0x2c12a4===_0x1f1aaa;},'hPusM':function(_0x22f6d2,_0x148092){return _0x22f6d2+_0x148092;}},_0x204dc2=_0x479442[_0xa11e57(0x154)](getBrowserstackCLI),_0x49f79e=_0x479442[_0xa11e57(0x138)](nestedKeyValue,_0x204dc2['getInstance']()[_0xa11e57(0x11f)](),[_0x479442[_0xa11e57(0x153)],_0x479442[_0xa11e57(0x16e)],_0x479442[_0xa11e57(0x147)]])||constants['BROWSERSTACK_API_URL'];if(!_0x57f311||_0x479442[_0xa11e57(0x131)](_0x57f311,''))return _0x49f79e;const _0x1c5f59=_0x49f79e['endsWith']('/')?_0x49f79e:_0x479442['hPusM'](_0x49f79e,'/');return new URL(_0x57f311,_0x1c5f59)['toString']();}static[a73_0x7507de(0x169)](_0x35e89b){const _0x341764=a73_0x7507de,_0x47865d={'IvhEk':function(_0x37671c){return _0x37671c();},'Dbfng':function(_0x230117,_0x2f38c1,_0x24a3c5){return _0x230117(_0x2f38c1,_0x24a3c5);},'UaEtt':_0x341764(0x16d),'MhsAh':'appAutomate','SCkFs':_0x341764(0x156),'vZdER':function(_0x340b6c,_0x166c93){return _0x340b6c===_0x166c93;},'btGRy':function(_0x2bc17d,_0x3d15d3){return _0x2bc17d+_0x3d15d3;}},_0x15d9f2=_0x47865d[_0x341764(0x16f)](getBrowserstackCLI),_0x4de2bc=_0x47865d[_0x341764(0x13f)](nestedKeyValue,_0x15d9f2[_0x341764(0x135)]()['getConfig'](),[_0x47865d['UaEtt'],_0x47865d[_0x341764(0x15a)],_0x47865d['SCkFs']])||constants[_0x341764(0x150)];if(!_0x35e89b||_0x47865d[_0x341764(0x145)](_0x35e89b,''))return _0x4de2bc;const _0x270642=_0x4de2bc['endsWith']('/')?_0x4de2bc:_0x47865d['btGRy'](_0x4de2bc,'/');return new URL(_0x35e89b,_0x270642)[_0x341764(0x151)]();}static[a73_0x7507de(0x113)](_0x2498f8){const _0x4230a0=a73_0x7507de,_0x5677e0={'NUpeD':function(_0x5a7252){return _0x5a7252();},'YNpFc':function(_0x1a0984,_0x395b27,_0x1166a6){return _0x1a0984(_0x395b27,_0x1166a6);},'cqisi':'apis','XWgxK':_0x4230a0(0x109),'PxDVo':_0x4230a0(0x156),'mtngm':function(_0x7862c2,_0x42e9f4){return _0x7862c2===_0x42e9f4;},'phzEs':function(_0x2d97e0,_0x5324e2){return _0x2d97e0+_0x5324e2;}},_0x422baf=_0x5677e0[_0x4230a0(0x16b)](getBrowserstackCLI),_0x16c8fd=_0x5677e0['YNpFc'](nestedKeyValue,_0x422baf[_0x4230a0(0x135)]()[_0x4230a0(0x11f)](),[_0x5677e0[_0x4230a0(0x10d)],_0x5677e0[_0x4230a0(0x108)],_0x5677e0[_0x4230a0(0x118)]])||constants['BROWSERSTACK_API_URL'];if(!_0x2498f8||_0x5677e0[_0x4230a0(0x13a)](_0x2498f8,''))return _0x16c8fd;const _0x146fe6=_0x16c8fd[_0x4230a0(0x12d)]('/')?_0x16c8fd:_0x5677e0['phzEs'](_0x16c8fd,'/');return new URL(_0x2498f8,_0x146fe6)[_0x4230a0(0x151)]();}static[a73_0x7507de(0x124)](_0x9738b){const _0x5892cc=a73_0x7507de,_0x4739e5={'oxEAz':function(_0x14b5c4){return _0x14b5c4();},'TmyOo':function(_0x4cc1b9,_0x553c8a,_0x3af6b9){return _0x4cc1b9(_0x553c8a,_0x3af6b9);},'Ogecb':'apis','YpNuJ':_0x5892cc(0x117),'dfpNo':_0x5892cc(0x156),'ezyjn':function(_0x3b2d38,_0x586ffa){return _0x3b2d38===_0x586ffa;},'QSSZQ':function(_0x41b07d,_0x392cf7){return _0x41b07d+_0x392cf7;}},_0x24eb93=_0x4739e5['oxEAz'](getBrowserstackCLI),_0x1331e1=_0x4739e5[_0x5892cc(0x13b)](nestedKeyValue,_0x24eb93[_0x5892cc(0x135)]()[_0x5892cc(0x11f)](),[_0x4739e5[_0x5892cc(0x15b)],_0x4739e5[_0x5892cc(0x115)],_0x4739e5[_0x5892cc(0x144)]])||constants['BROWSERSTACK_API_URL'];if(!_0x9738b||_0x4739e5[_0x5892cc(0x148)](_0x9738b,''))return _0x1331e1;const _0x1b61ee=_0x1331e1[_0x5892cc(0x12d)]('/')?_0x1331e1:_0x4739e5['QSSZQ'](_0x1331e1,'/');return new URL(_0x9738b,_0x1b61ee)[_0x5892cc(0x151)]();}static['getAutomateSessionsListAPIUrl'](_0x410d6a){const _0x156838=a73_0x7507de,_0x448ecb={'JmwwV':function(_0x492954){return _0x492954();},'wjVNc':function(_0x14014c,_0x130b3e,_0x3ec047){return _0x14014c(_0x130b3e,_0x3ec047);},'EStMU':_0x156838(0x16d),'SRiZR':_0x156838(0x109),'dUdNO':_0x156838(0x156),'iHaBw':function(_0x28ada6,_0x185af1){return _0x28ada6===_0x185af1;},'eYwZD':function(_0x540105,_0x1bb86f){return _0x540105+_0x1bb86f;}},_0x5290b4=_0x448ecb[_0x156838(0x130)](getBrowserstackCLI),_0x20b873=_0x448ecb['wjVNc'](nestedKeyValue,_0x5290b4[_0x156838(0x135)]()['getConfig'](),[_0x448ecb['EStMU'],_0x448ecb['SRiZR'],_0x448ecb[_0x156838(0x10f)]])||constants[_0x156838(0x150)];if(!_0x410d6a||_0x448ecb['iHaBw'](_0x410d6a,''))return _0x20b873;const _0x3d0666=_0x20b873[_0x156838(0x12d)]('/')?_0x20b873:_0x448ecb['eYwZD'](_0x20b873,'/');return new URL(_0x410d6a,_0x3d0666)[_0x156838(0x151)]()[_0x156838(0x11c)](/^https?:\/\//,'');}static[a73_0x7507de(0x119)](_0x87eb52){const _0x2a9bdd=a73_0x7507de,_0x21000e={'RQYlY':function(_0x362f7e){return _0x362f7e();},'IuvyP':function(_0x3fc2aa,_0x30ded9,_0x521521){return _0x3fc2aa(_0x30ded9,_0x521521);},'fsZph':'apis','OQntP':_0x2a9bdd(0x117),'HnxnA':_0x2a9bdd(0x156),'GVqtP':function(_0xf0f5b2,_0xc4e6df){return _0xf0f5b2===_0xc4e6df;},'NOUzB':function(_0x4e1ee4,_0x5b4c14){return _0x4e1ee4+_0x5b4c14;}},_0x41eaa=_0x21000e[_0x2a9bdd(0x123)](getBrowserstackCLI),_0x4b6238=_0x21000e[_0x2a9bdd(0x143)](nestedKeyValue,_0x41eaa['getInstance']()['getConfig'](),[_0x21000e[_0x2a9bdd(0x163)],_0x21000e[_0x2a9bdd(0x14d)],_0x21000e[_0x2a9bdd(0x112)]])||constants[_0x2a9bdd(0x133)];if(!_0x87eb52||_0x21000e[_0x2a9bdd(0x14c)](_0x87eb52,''))return _0x4b6238;const _0x6066e9=_0x4b6238[_0x2a9bdd(0x12d)]('/')?_0x4b6238:_0x21000e[_0x2a9bdd(0x125)](_0x4b6238,'/');return new URL(_0x87eb52,_0x6066e9)['toString']()[_0x2a9bdd(0x11c)](/^https?:\/\//,'');}static[a73_0x7507de(0x15d)](_0x2fb9be){const _0x5e40c6=a73_0x7507de,_0x50d856={'abhuf':function(_0x395806){return _0x395806();},'KXnCQ':function(_0x33b666,_0x474878,_0x12545e){return _0x33b666(_0x474878,_0x12545e);},'KMmpr':_0x5e40c6(0x16d),'UoBBQ':_0x5e40c6(0x117),'jtlar':_0x5e40c6(0x11b),'xsbgy':_0x5e40c6(0x156),'gASaC':function(_0x1f3c3b,_0x4932c8){return _0x1f3c3b===_0x4932c8;},'TjVHv':function(_0x4ee598,_0x3d67eb){return _0x4ee598+_0x3d67eb;}},_0xec577e=_0x50d856[_0x5e40c6(0x10c)](getBrowserstackCLI),_0x27b801=_0x50d856[_0x5e40c6(0x12b)](nestedKeyValue,_0xec577e[_0x5e40c6(0x135)]()[_0x5e40c6(0x11f)](),[_0x50d856[_0x5e40c6(0x167)],_0x50d856['UoBBQ'],_0x50d856[_0x5e40c6(0x164)]])||_0x50d856['KXnCQ'](nestedKeyValue,_0xec577e['getInstance']()[_0x5e40c6(0x11f)](),[_0x50d856[_0x5e40c6(0x167)],_0x50d856[_0x5e40c6(0x142)],_0x50d856['xsbgy']])||constants['APP_UPLOAD_URL'];if(!_0x2fb9be||_0x50d856[_0x5e40c6(0x116)](_0x2fb9be,''))return _0x27b801;const _0x3b39db=_0x27b801[_0x5e40c6(0x12d)]('/')?_0x27b801:_0x50d856[_0x5e40c6(0x129)](_0x27b801,'/');return new URL(_0x2fb9be,_0x3b39db)[_0x5e40c6(0x151)]();}static['getAutoCaptureLogsAPIUrl'](_0x210b2d){const _0x517f39=a73_0x7507de,_0x3aa497={'RXHkI':function(_0xdf8a7b){return _0xdf8a7b();},'sYKYH':function(_0xc5be1d,_0x53119b,_0x34231b){return _0xc5be1d(_0x53119b,_0x34231b);},'wapAQ':_0x517f39(0x16d),'qsQqO':_0x517f39(0x139),'bfuwc':_0x517f39(0x11b),'pGbON':function(_0x430141,_0x1c87ff){return _0x430141===_0x1c87ff;},'lUCHy':function(_0x1be151,_0xb36c72){return _0x1be151+_0xb36c72;}},_0x554393=_0x3aa497[_0x517f39(0x14a)](getBrowserstackCLI),_0x1aee88=_0x3aa497['sYKYH'](nestedKeyValue,_0x554393[_0x517f39(0x135)]()['getConfig'](),[_0x3aa497[_0x517f39(0x127)],_0x3aa497['qsQqO'],_0x3aa497[_0x517f39(0x10a)]])||constants[_0x517f39(0x15e)];if(!_0x210b2d||_0x3aa497[_0x517f39(0x11d)](_0x210b2d,''))return _0x1aee88;const _0x521ed5=_0x1aee88[_0x517f39(0x12d)]('/')?_0x1aee88:_0x3aa497[_0x517f39(0x128)](_0x1aee88,'/');return new URL(_0x210b2d,_0x521ed5)[_0x517f39(0x151)]();}static[a73_0x7507de(0x11e)](_0x159972){const _0x2d5074=a73_0x7507de,_0x283d09={'cLswY':function(_0x23e960){return _0x23e960();},'tZaAP':function(_0xaf95c7,_0xdbe9a4,_0x6f4831){return _0xaf95c7(_0xdbe9a4,_0x6f4831);},'HcSQZ':_0x2d5074(0x16d),'uUYRs':'automate','FNGFL':'cdp','lQqrL':_0x2d5074(0x122),'GjZvh':function(_0x358f59,_0x2e2f44){return _0x358f59===_0x2e2f44;},'iaycr':function(_0x3b2b7f,_0x3720b8){return _0x3b2b7f+_0x3720b8;},'phevg':_0x2d5074(0x120)},_0x48fdc9=_0x283d09[_0x2d5074(0x14f)](getBrowserstackCLI),_0x229cfb=_0x283d09['tZaAP'](nestedKeyValue,_0x48fdc9[_0x2d5074(0x135)]()[_0x2d5074(0x11f)](),[_0x283d09[_0x2d5074(0x10b)],_0x283d09[_0x2d5074(0x12f)],_0x283d09[_0x2d5074(0x136)]]),_0x287302=(_0x229cfb?_0x229cfb['replace'](/^https:/,_0x283d09[_0x2d5074(0x14b)]):null)||constants[_0x2d5074(0x12c)];let _0x4e076a;if(!_0x159972||_0x283d09[_0x2d5074(0x141)](_0x159972,''))_0x4e076a=_0x287302;else{const _0x307bab=_0x287302[_0x2d5074(0x12d)]('/')?_0x287302:_0x283d09[_0x2d5074(0x15f)](_0x287302,'/');_0x4e076a=new URL(_0x159972,_0x307bab)[_0x2d5074(0x151)]();}return!_0x4e076a['endsWith'](_0x283d09['phevg'])&&(_0x4e076a+=_0x283d09[_0x2d5074(0x162)]),_0x4e076a;}static[a73_0x7507de(0x165)](_0x50e9e7){const _0x3c9ab5=a73_0x7507de,_0x38a4b2={'DAtPL':function(_0x36093c){return _0x36093c();},'fLlDl':function(_0x1d2262,_0x4c4d6c,_0x5cf4a3){return _0x1d2262(_0x4c4d6c,_0x5cf4a3);},'xarRk':'apis','CrtSo':_0x3c9ab5(0x109),'fnwBL':_0x3c9ab5(0x13d),'xXMcb':_0x3c9ab5(0x122),'SJJId':function(_0x42e0f3,_0x5b6bbd){return _0x42e0f3===_0x5b6bbd;},'NqyDd':function(_0x3eebb5,_0x593579){return _0x3eebb5+_0x593579;},'tUCgn':'/puppeteer?caps='},_0x367445=_0x38a4b2['DAtPL'](getBrowserstackCLI),_0x231d8d=_0x38a4b2[_0x3c9ab5(0x137)](nestedKeyValue,_0x367445[_0x3c9ab5(0x135)]()[_0x3c9ab5(0x11f)](),[_0x38a4b2[_0x3c9ab5(0x111)],_0x38a4b2['CrtSo'],_0x38a4b2[_0x3c9ab5(0x110)]]),_0x401b62=(_0x231d8d?_0x231d8d[_0x3c9ab5(0x11c)](/^https:/,_0x38a4b2[_0x3c9ab5(0x16a)]):null)||constants['PUPPETEER_HUB_URL'];let _0x4cca56;if(!_0x50e9e7||_0x38a4b2[_0x3c9ab5(0x170)](_0x50e9e7,''))_0x4cca56=_0x401b62;else{const _0xc4be2d=_0x401b62[_0x3c9ab5(0x12d)]('/')?_0x401b62:_0x38a4b2[_0x3c9ab5(0x12e)](_0x401b62,'/');_0x4cca56=new URL(_0x50e9e7,_0xc4be2d)['toString']();}return!_0x4cca56[_0x3c9ab5(0x12d)](_0x38a4b2[_0x3c9ab5(0x152)])&&(_0x4cca56+=_0x38a4b2[_0x3c9ab5(0x152)]),_0x4cca56;}}module['exports']=APIUtilityMethods;
@@ -1 +1 @@
1
- const a74_0x4b22ba=a74_0x4e00;(function(_0xdcc7fa,_0x31df53){const _0x3b60c9=a74_0x4e00,_0x5dba36=_0xdcc7fa();while(!![]){try{const _0x4dc32f=parseInt(_0x3b60c9(0xea))/0x1+parseInt(_0x3b60c9(0x13a))/0x2+parseInt(_0x3b60c9(0x130))/0x3*(parseInt(_0x3b60c9(0x10d))/0x4)+parseInt(_0x3b60c9(0xf1))/0x5+parseInt(_0x3b60c9(0x137))/0x6+parseInt(_0x3b60c9(0x112))/0x7+parseInt(_0x3b60c9(0x13d))/0x8*(-parseInt(_0x3b60c9(0xfa))/0x9);if(_0x4dc32f===_0x31df53)break;else _0x5dba36['push'](_0x5dba36['shift']());}catch(_0xebb459){_0x5dba36['push'](_0x5dba36['shift']());}}}(a74_0x4eae,0xbbaca));const logger=require(a74_0x4b22ba(0x101))[a74_0x4b22ba(0x109)],BrowserstackCLI=require(a74_0x4b22ba(0x120)),GrpcClient=require(a74_0x4b22ba(0x133)),constants=require('./constants');class ClientTroubleShootingService{static [a74_0x4b22ba(0x143)]=null;static [a74_0x4b22ba(0x11b)]=new Set();static async[a74_0x4b22ba(0x10e)](_0x37ef66){const _0x3bf88d=a74_0x4b22ba,_0x5a3ac6={};_0x5a3ac6[_0x3bf88d(0x121)]=function(_0x5f37eb,_0x1806b1){return _0x5f37eb!==_0x1806b1;};const _0x3d86a4=_0x5a3ac6;try{if(BrowserstackCLI[_0x3bf88d(0x123)]()['isRunning']()){const _0x5bda3b=await GrpcClient[_0x3bf88d(0x123)]()[_0x3bf88d(0x119)](_0x37ef66);if(_0x3d86a4[_0x3bf88d(0x121)](_0x5bda3b,null)&&_0x5bda3b[_0x3bf88d(0x125)]())return{'errorCode':_0x5bda3b[_0x3bf88d(0x141)](),'errorMessage':_0x5bda3b[_0x3bf88d(0x13c)]()};return{};}return{};}catch(_0x3274b6){return this[_0x3bf88d(0xfb)](_0x3bf88d(0xe7)+_0x37ef66+':',_0x3274b6),{};}}static async['getAggregatedErrorCodes'](){const _0x54cc4e=a74_0x4b22ba,_0x495d52={};_0x495d52['EMSlh']=function(_0x324277,_0x5bc9f9){return _0x324277!==_0x5bc9f9;},_0x495d52[_0x54cc4e(0x136)]=_0x54cc4e(0xed),_0x495d52[_0x54cc4e(0x134)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x2a0992=_0x495d52;try{if(BrowserstackCLI[_0x54cc4e(0x123)]()[_0x54cc4e(0x13e)]()){const _0x40c485=await GrpcClient[_0x54cc4e(0x123)]()[_0x54cc4e(0x13b)]();if(_0x2a0992[_0x54cc4e(0xe8)](_0x40c485,null)&&_0x40c485[_0x54cc4e(0x125)]()){const _0x22c2a1=Buffer[_0x54cc4e(0x131)](_0x40c485[_0x54cc4e(0x107)](),_0x2a0992[_0x54cc4e(0x136)])[_0x54cc4e(0x110)](),_0x3559e4=_0x22c2a1?JSON[_0x54cc4e(0x140)](_0x22c2a1):[],_0x122d35=_0x40c485[_0x54cc4e(0x148)](),_0x242301=_0x40c485[_0x54cc4e(0x102)](),_0x366df7=Buffer[_0x54cc4e(0x131)](_0x40c485[_0x54cc4e(0x144)](),_0x2a0992[_0x54cc4e(0x136)])[_0x54cc4e(0x110)](),_0x1404b8=_0x366df7?JSON['parse'](_0x366df7):[],_0x54eda2={};return _0x54eda2[_0x54cc4e(0x108)]=_0x3559e4,_0x54eda2[_0x54cc4e(0xff)]=_0x122d35,_0x54eda2['finalErrorMessage']=_0x242301,_0x54eda2['errorCodesOccurredInCLI']=_0x1404b8,_0x54eda2;}const _0x3854c0={};return _0x3854c0[_0x54cc4e(0x108)]=[],_0x3854c0['documentationLink']='',_0x3854c0[_0x54cc4e(0xfd)]='',_0x3854c0['errorCodesOccurredInCLI']=[],_0x3854c0;}const _0x231d04={};return _0x231d04[_0x54cc4e(0x108)]=[],_0x231d04[_0x54cc4e(0xff)]='',_0x231d04[_0x54cc4e(0xfd)]='',_0x231d04[_0x54cc4e(0xf3)]=[],_0x231d04;}catch(_0x212450){this[_0x54cc4e(0xfb)](_0x2a0992[_0x54cc4e(0x134)],_0x212450);const _0x541f21={};return _0x541f21[_0x54cc4e(0x108)]=[],_0x541f21[_0x54cc4e(0xff)]='',_0x541f21[_0x54cc4e(0xfd)]='',_0x541f21[_0x54cc4e(0xf3)]=[],_0x541f21;}}static[a74_0x4b22ba(0x100)](_0x420ec1,_0x3d7d44){const _0x1bcb76=a74_0x4b22ba;logger[_0x1bcb76(0x132)](_0x420ec1+':\x20'+_0x3d7d44);}static[a74_0x4b22ba(0x122)](_0x567452){const _0x46bbf4=a74_0x4b22ba,_0x41476b={};_0x41476b[_0x46bbf4(0x124)]=function(_0x2678b5,_0x1cd049){return _0x2678b5!=_0x1cd049;},_0x41476b['IOOvT']=function(_0x456f1f,_0x1e6bac){return _0x456f1f!=_0x1e6bac;},_0x41476b[_0x46bbf4(0x149)]=function(_0x5a0e70,_0x5c057d){return _0x5a0e70>_0x5c057d;};const _0xd12b58=_0x41476b,_0xc1cfb0=[];if(_0xd12b58[_0x46bbf4(0x124)](_0x567452,null)&&_0xd12b58[_0x46bbf4(0x106)](_0x567452[_0x46bbf4(0xf3)],null)&&_0xd12b58['ZXnvh'](_0x567452[_0x46bbf4(0xf3)][_0x46bbf4(0x146)],0x0))for(const _0x299811 of _0x567452[_0x46bbf4(0xf3)]){_0xd12b58[_0x46bbf4(0x124)](_0x299811[_0x46bbf4(0xfc)],null)&&_0xd12b58[_0x46bbf4(0x124)](_0x299811[_0x46bbf4(0x111)],null)&&(_0xc1cfb0[_0x46bbf4(0xf8)](_0x299811[_0x46bbf4(0xfc)]),this[_0x46bbf4(0x100)](_0x299811['errorCode'],_0x299811[_0x46bbf4(0x111)]));}return _0xc1cfb0;}static['getCachedErrorCodes'](){const _0x3a0d3e=a74_0x4b22ba;return this[_0x3a0d3e(0x143)];}static['logError'](_0x1e6fab,_0xfcbcf4){const _0x2140ec=a74_0x4b22ba,_0x4765a1={};_0x4765a1[_0x2140ec(0x104)]=function(_0x4dcad8,_0x206041){return _0x4dcad8===_0x206041;},_0x4765a1['eejeH']=_0x2140ec(0xef);const _0x22b239=_0x4765a1;if(_0x22b239[_0x2140ec(0x104)](typeof _0xfcbcf4,_0x22b239[_0x2140ec(0x139)]))try{logger['error'](_0x2140ec(0x117)+_0x1e6fab+'\x20'+JSON['stringify'](_0xfcbcf4));}catch(_0x4dcb21){logger[_0x2140ec(0x126)](_0x2140ec(0x117)+_0x1e6fab+'\x20'+_0xfcbcf4);}else logger[_0x2140ec(0x126)](_0x2140ec(0x117)+_0x1e6fab+'\x20'+_0xfcbcf4);}static async[a74_0x4b22ba(0x10f)](_0xd4bc46){const _0x41f4f1=a74_0x4b22ba,_0x5e7eb4={};_0x5e7eb4['EZxXF']=_0x41f4f1(0x12e),_0x5e7eb4['aFPIh']=function(_0x50cd46,_0x48a4cb){return _0x50cd46===_0x48a4cb;},_0x5e7eb4[_0x41f4f1(0x11a)]='Process\x20Interruption\x20details\x20not\x20found:',_0x5e7eb4['IqRsz']=_0x41f4f1(0x12f);const _0x56c5ba=_0x5e7eb4,_0x27975c=await this[_0x41f4f1(0x10e)](_0x56c5ba[_0x41f4f1(0x129)]);if(!_0x27975c||_0x56c5ba['aFPIh'](Object[_0x41f4f1(0x12a)](_0x27975c)[_0x41f4f1(0x146)],0x0)){this['logError'](_0x56c5ba[_0x41f4f1(0x11a)],_0x27975c);return;}this['logSituation'](_0x27975c[_0x41f4f1(0xfc)],_0x27975c[_0x41f4f1(0x111)][_0x41f4f1(0x10b)](_0x56c5ba[_0x41f4f1(0xe9)],_0xd4bc46));}static async[a74_0x4b22ba(0x114)](){const _0xd7b74c=a74_0x4b22ba,_0x2e9c33={};_0x2e9c33[_0xd7b74c(0x12b)]=_0xd7b74c(0xec),_0x2e9c33[_0xd7b74c(0x116)]=function(_0x4f2b69,_0x2128dd){return _0x4f2b69===_0x2128dd;},_0x2e9c33[_0xd7b74c(0x145)]=_0xd7b74c(0xe6);const _0xa62aa4=_0x2e9c33,_0x491000=await this[_0xd7b74c(0x10e)](_0xa62aa4[_0xd7b74c(0x12b)]);if(!_0x491000||_0xa62aa4[_0xd7b74c(0x116)](Object[_0xd7b74c(0x12a)](_0x491000)['length'],0x0)){this['logError'](_0xa62aa4[_0xd7b74c(0x145)],_0x491000);return;}this[_0xd7b74c(0x100)](_0x491000[_0xd7b74c(0xfc)],_0x491000[_0xd7b74c(0x111)]);}static async['reportConnectivityIssue'](){const _0x35d35f=a74_0x4b22ba,_0x3f74ee={};_0x3f74ee[_0x35d35f(0xf5)]='browserstack\x20cloud\x20not\x20reachable',_0x3f74ee[_0x35d35f(0xf6)]=function(_0x55ba52,_0x1ddb27){return _0x55ba52===_0x1ddb27;},_0x3f74ee[_0x35d35f(0xf2)]=_0x35d35f(0x103);const _0xcdf3a3=_0x3f74ee,_0x2090a5=await this[_0x35d35f(0x10e)](_0xcdf3a3['CVzcq']);if(!_0x2090a5||_0xcdf3a3['RSUil'](Object['keys'](_0x2090a5)[_0x35d35f(0x146)],0x0)){this[_0x35d35f(0xfb)](_0xcdf3a3[_0x35d35f(0xf2)],_0x2090a5);return;}this['logSituation'](_0x2090a5['errorCode'],_0x2090a5[_0x35d35f(0x111)]);}static async[a74_0x4b22ba(0x10c)](){const _0x4a11b8=a74_0x4b22ba,_0x5a0f78={};_0x5a0f78[_0x4a11b8(0x11e)]=_0x4a11b8(0x11c),_0x5a0f78[_0x4a11b8(0xeb)]=function(_0xa4471c,_0x3013eb){return _0xa4471c===_0x3013eb;},_0x5a0f78[_0x4a11b8(0x13f)]=_0x4a11b8(0xf7);const _0x2616c0=_0x5a0f78,_0x57dcff=await this['getErrorDetails'](_0x2616c0['fdfXm']);if(!_0x57dcff||_0x2616c0['OAzxs'](Object['keys'](_0x57dcff)['length'],0x0)){this[_0x4a11b8(0xfb)](_0x2616c0[_0x4a11b8(0x13f)],_0x57dcff);return;}this[_0x4a11b8(0x100)](_0x57dcff[_0x4a11b8(0xfc)],_0x57dcff['errorMessage']);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x36b1f0=a74_0x4b22ba,_0x2cbaba={};_0x2cbaba['avxeE']='.browserstack\x20folder\x20not\x20accessible',_0x2cbaba['ZUBzK']=function(_0x4c9bfb,_0x2afa29){return _0x4c9bfb===_0x2afa29;},_0x2cbaba['njsOF']=_0x36b1f0(0x135);const _0x4d0a23=_0x2cbaba,_0x1db93e=constants[_0x36b1f0(0x138)][_0x4d0a23['avxeE']];if(!_0x1db93e||_0x4d0a23[_0x36b1f0(0x10a)](Object[_0x36b1f0(0x12a)](_0x1db93e)['length'],0x0)){this[_0x36b1f0(0xfb)](_0x4d0a23['njsOF'],_0x1db93e);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x36b1f0(0xee)](_0x1db93e[0x0]),this[_0x36b1f0(0x100)](_0x1db93e[0x0],_0x1db93e[0x1]);}static async['reportConflictingEnvVarIssue'](_0x1b08df){const _0x50f779=a74_0x4b22ba,_0xdc0eca={};_0xdc0eca['iEFwN']=_0x50f779(0x12d),_0xdc0eca['zZRrp']=function(_0x2d5353,_0x5256e1){return _0x2d5353===_0x5256e1;},_0xdc0eca['FzUIs']=_0x50f779(0x147),_0xdc0eca[_0x50f779(0x11d)]=_0x50f779(0x118);const _0x46fa40=_0xdc0eca,_0x4abe60=await this['getErrorDetails'](_0x46fa40[_0x50f779(0x128)]);if(!_0x4abe60||_0x46fa40[_0x50f779(0xf9)](Object[_0x50f779(0x12a)](_0x4abe60)[_0x50f779(0x146)],0x0)){this[_0x50f779(0xfb)](_0x46fa40[_0x50f779(0x12c)],_0x4abe60);return;}const _0x4c01ae=_0x4abe60['errorMessage'][_0x50f779(0x10b)](_0x46fa40[_0x50f779(0x11d)],_0x1b08df);this[_0x50f779(0x100)](_0x4abe60[_0x50f779(0xfc)],_0x4c01ae);}static async[a74_0x4b22ba(0x105)](){const _0x4e5d72=a74_0x4b22ba,_0x3eea35={};_0x3eea35[_0x4e5d72(0xf0)]=function(_0x518162,_0x523b55){return _0x518162>_0x523b55;},_0x3eea35[_0x4e5d72(0x142)]=function(_0x401c20,_0x4f473b){return _0x401c20>_0x4f473b;},_0x3eea35['LLhyG']=_0x4e5d72(0x115),_0x3eea35['BcgDX']=_0x4e5d72(0xf4);const _0x39394b=_0x3eea35,_0x48c147=await this['getAggregatedErrorCodes'](),_0xbe812=this[_0x4e5d72(0x122)](_0x48c147),_0x3e4c6d=Array[_0x4e5d72(0x11f)](_0x48c147[_0x4e5d72(0x108)])?_0x48c147[_0x4e5d72(0x108)]:[],_0xa5cabb=_0x39394b['HbTuo'](this[_0x4e5d72(0x11b)][_0x4e5d72(0x14a)],0x0)?Array[_0x4e5d72(0x131)](this[_0x4e5d72(0x11b)]):[],_0x10b9a3=new Set([..._0x3e4c6d,..._0xbe812,..._0xa5cabb]),_0x5362c5=Array[_0x4e5d72(0x131)](_0x10b9a3);if(_0x39394b[_0x4e5d72(0x142)](_0x5362c5[_0x4e5d72(0x146)],0x0)){const _0x42f8f3=_0x48c147[_0x4e5d72(0xfd)][_0x4e5d72(0x10b)](_0x39394b[_0x4e5d72(0xfe)],_0x5362c5['join'](',\x20'))['replace'](_0x39394b[_0x4e5d72(0x113)],_0x48c147[_0x4e5d72(0xff)]);logger[_0x4e5d72(0x132)](_0x42f8f3),this[_0x4e5d72(0x143)]=_0x5362c5;}}}function a74_0x4e00(_0x5ae9f8,_0x131825){const _0x4eae87=a74_0x4eae();return a74_0x4e00=function(_0x4e003b,_0x433ad2){_0x4e003b=_0x4e003b-0xe6;let _0x224e70=_0x4eae87[_0x4e003b];return _0x224e70;},a74_0x4e00(_0x5ae9f8,_0x131825);}function a74_0x4eae(){const _0x380293=['getInstance','UFzah','getSuccess','error','exports','iEFwN','EZxXF','keys','WSWSN','FzUIs','conflicting\x20env\x20var\x20detected','Process\x20Interruption','{SIGNAL}','12015FOhibi','from','warn','../v2/grpcClient','fziuR','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','fWfaj','1354404Wkjxre','CLIENT_TROUBLESHOOTING_HASH','eejeH','2004256HbOLWX','getAggregatedClientTroubleshootingErrors','getErrorMessage','7738752lTLxVW','isRunning','UyvfM','parse','getErrorCode','pWsZC','cachedErrorCodes','getErrorCodesOccurredInCli','VnFSD','length','Conflicting\x20Env\x20Var\x20details\x20not\x20found','getDocumentationLink','ZXnvh','size','Session\x20Linking\x20Issue\x20details\x20not\x20found','Error\x20in\x20getting\x20error\x20details\x20for\x20','EMSlh','IqRsz','485056UaxkpW','OAzxs','Session\x20Linking\x20Issue','base64','add','object','HbTuo','1756385ANZPYg','xZaFR','errorCodesOccurredInCLI','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','CVzcq','RSUil','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.','push','zZRrp','36ZdTpNg','logError','errorCode','finalErrorMessage','LLhyG','documentationLink','logSituation','../../helpers/logger','getFinalErrorMessage','Connectivity\x20Issue\x20details\x20not\x20found','TNOqH','reportFinalDetectionState','IOOvT','getErrorCodes','errorCodes','winstonLogger','ZUBzK','replace','reportSSLCertIssue','1388FARfhB','getErrorDetails','reportProcessInterruptionSituation','toString','errorMessage','8289120pszcVP','BcgDX','reportSessionLinkingIssue','{ERROR_CODES}','OGzvh','[ClientTroubleShootingService]\x20','{ENV_VAR}','reportClientTroubleshootingError','ldYhA','errorCodesOccurredWhenCLINotRunning','ssl\x20cert\x20issue','XrIav','fdfXm','isArray','../v2/browserstackCLI','bEJoi','checkForErrorsOccuredInCLI'];a74_0x4eae=function(){return _0x380293;};return a74_0x4eae();}module[a74_0x4b22ba(0x127)]=ClientTroubleShootingService;
1
+ const a74_0x159e2a=a74_0x29f2;(function(_0x5bf697,_0x219c6b){const _0x42601a=a74_0x29f2,_0xf148c3=_0x5bf697();while(!![]){try{const _0x59206d=parseInt(_0x42601a(0x1d4))/0x1*(parseInt(_0x42601a(0x1e4))/0x2)+-parseInt(_0x42601a(0x1df))/0x3+parseInt(_0x42601a(0x225))/0x4*(parseInt(_0x42601a(0x22b))/0x5)+parseInt(_0x42601a(0x233))/0x6+parseInt(_0x42601a(0x207))/0x7*(-parseInt(_0x42601a(0x1d3))/0x8)+parseInt(_0x42601a(0x1fd))/0x9*(parseInt(_0x42601a(0x230))/0xa)+-parseInt(_0x42601a(0x204))/0xb;if(_0x59206d===_0x219c6b)break;else _0xf148c3['push'](_0xf148c3['shift']());}catch(_0x1a750f){_0xf148c3['push'](_0xf148c3['shift']());}}}(a74_0x18fd,0xa0c65));const logger=require(a74_0x159e2a(0x1e3))[a74_0x159e2a(0x236)],BrowserstackCLI=require(a74_0x159e2a(0x211)),GrpcClient=require(a74_0x159e2a(0x20a)),constants=require(a74_0x159e2a(0x1fb));class ClientTroubleShootingService{static ['cachedErrorCodes']=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async['getErrorDetails'](_0x8d3755){const _0x2afbc8=a74_0x159e2a,_0x1f6c2a={};_0x1f6c2a['aVEDI']=function(_0x2048e8,_0x21d46a){return _0x2048e8!==_0x21d46a;};const _0x48d5ea=_0x1f6c2a;try{if(BrowserstackCLI[_0x2afbc8(0x202)]()[_0x2afbc8(0x217)]()){const _0x5ed1af=await GrpcClient[_0x2afbc8(0x202)]()['reportClientTroubleshootingError'](_0x8d3755);if(_0x48d5ea[_0x2afbc8(0x1e7)](_0x5ed1af,null)&&_0x5ed1af[_0x2afbc8(0x1e9)]())return{'errorCode':_0x5ed1af[_0x2afbc8(0x206)](),'errorMessage':_0x5ed1af['getErrorMessage']()};return{};}return{};}catch(_0x19bf7e){return this[_0x2afbc8(0x201)](_0x2afbc8(0x1ec)+_0x8d3755+':',_0x19bf7e),{};}}static async[a74_0x159e2a(0x232)](){const _0xf97b23=a74_0x159e2a,_0x3defc0={};_0x3defc0[_0xf97b23(0x229)]=function(_0x3c95c6,_0x481c23){return _0x3c95c6!==_0x481c23;},_0x3defc0[_0xf97b23(0x21d)]=_0xf97b23(0x1f2),_0x3defc0['kpllz']=_0xf97b23(0x1f1);const _0x1ffe0c=_0x3defc0;try{if(BrowserstackCLI[_0xf97b23(0x202)]()[_0xf97b23(0x217)]()){const _0x51f6a7=await GrpcClient[_0xf97b23(0x202)]()[_0xf97b23(0x1e2)]();if(_0x1ffe0c[_0xf97b23(0x229)](_0x51f6a7,null)&&_0x51f6a7['getSuccess']()){const _0x376f44=Buffer[_0xf97b23(0x22c)](_0x51f6a7[_0xf97b23(0x223)](),_0x1ffe0c[_0xf97b23(0x21d)])[_0xf97b23(0x1dd)](),_0x506e8b=_0x376f44?JSON[_0xf97b23(0x212)](_0x376f44):[],_0x1da317=_0x51f6a7[_0xf97b23(0x228)](),_0x56a7a8=_0x51f6a7[_0xf97b23(0x1de)](),_0x599b80=Buffer[_0xf97b23(0x22c)](_0x51f6a7[_0xf97b23(0x218)](),_0x1ffe0c[_0xf97b23(0x21d)])[_0xf97b23(0x1dd)](),_0x2c3cd5=_0x599b80?JSON['parse'](_0x599b80):[],_0x19da65={};return _0x19da65[_0xf97b23(0x1e8)]=_0x506e8b,_0x19da65[_0xf97b23(0x224)]=_0x1da317,_0x19da65['finalErrorMessage']=_0x56a7a8,_0x19da65[_0xf97b23(0x1f9)]=_0x2c3cd5,_0x19da65;}const _0x54735c={};return _0x54735c[_0xf97b23(0x1e8)]=[],_0x54735c['documentationLink']='',_0x54735c['finalErrorMessage']='',_0x54735c[_0xf97b23(0x1f9)]=[],_0x54735c;}const _0x45b0e9={};return _0x45b0e9[_0xf97b23(0x1e8)]=[],_0x45b0e9['documentationLink']='',_0x45b0e9['finalErrorMessage']='',_0x45b0e9['errorCodesOccurredInCLI']=[],_0x45b0e9;}catch(_0x2f745e){this[_0xf97b23(0x201)](_0x1ffe0c['kpllz'],_0x2f745e);const _0x509b7f={};return _0x509b7f['errorCodes']=[],_0x509b7f['documentationLink']='',_0x509b7f[_0xf97b23(0x1d9)]='',_0x509b7f[_0xf97b23(0x1f9)]=[],_0x509b7f;}}static[a74_0x159e2a(0x21e)](_0x18a864,_0x5d8a40){const _0x34bcf1=a74_0x159e2a;logger[_0x34bcf1(0x1fc)](_0x18a864+':\x20'+_0x5d8a40);}static[a74_0x159e2a(0x1fa)](_0x699141){const _0x565164=a74_0x159e2a,_0x3930b6={};_0x3930b6['yZndU']=function(_0x1e7ec1,_0x4f4d4e){return _0x1e7ec1!=_0x4f4d4e;},_0x3930b6[_0x565164(0x231)]=function(_0x58d415,_0x3d22ca){return _0x58d415!=_0x3d22ca;},_0x3930b6[_0x565164(0x22e)]=function(_0x4f14dd,_0x275c89){return _0x4f14dd>_0x275c89;},_0x3930b6[_0x565164(0x1e6)]=function(_0x9e38c2,_0x3b5b48){return _0x9e38c2!=_0x3b5b48;},_0x3930b6[_0x565164(0x219)]=function(_0x3d9ce2,_0x5ebe15){return _0x3d9ce2!=_0x5ebe15;};const _0x2c47c7=_0x3930b6,_0x1d4aaa=[];if(_0x2c47c7['yZndU'](_0x699141,null)&&_0x2c47c7[_0x565164(0x231)](_0x699141[_0x565164(0x1f9)],null)&&_0x2c47c7['xVhEy'](_0x699141[_0x565164(0x1f9)]['length'],0x0))for(const _0x2453b4 of _0x699141[_0x565164(0x1f9)]){_0x2c47c7[_0x565164(0x1e6)](_0x2453b4[_0x565164(0x1e0)],null)&&_0x2c47c7[_0x565164(0x219)](_0x2453b4[_0x565164(0x1dc)],null)&&(_0x1d4aaa[_0x565164(0x1ed)](_0x2453b4[_0x565164(0x1e0)]),this[_0x565164(0x21e)](_0x2453b4[_0x565164(0x1e0)],_0x2453b4['errorMessage']));}return _0x1d4aaa;}static[a74_0x159e2a(0x1da)](){return this['cachedErrorCodes'];}static['logError'](_0x3fd3f5,_0x12a8c9){const _0x8ca60f=a74_0x159e2a,_0x327bc7={};_0x327bc7['SBSRF']=function(_0x5a35a0,_0x1802fc){return _0x5a35a0===_0x1802fc;},_0x327bc7[_0x8ca60f(0x221)]=_0x8ca60f(0x1fe);const _0x2db2a2=_0x327bc7;if(_0x2db2a2['SBSRF'](typeof _0x12a8c9,_0x2db2a2[_0x8ca60f(0x221)]))try{logger[_0x8ca60f(0x1ee)](_0x8ca60f(0x227)+_0x3fd3f5+'\x20'+JSON[_0x8ca60f(0x210)](_0x12a8c9));}catch(_0xa1444e){logger[_0x8ca60f(0x1ee)](_0x8ca60f(0x227)+_0x3fd3f5+'\x20'+_0x12a8c9);}else logger[_0x8ca60f(0x1ee)](_0x8ca60f(0x227)+_0x3fd3f5+'\x20'+_0x12a8c9);}static async[a74_0x159e2a(0x220)](_0x8d72d2){const _0x227b26=a74_0x159e2a,_0x194ba2={};_0x194ba2[_0x227b26(0x216)]=_0x227b26(0x1eb),_0x194ba2['sYYwm']=function(_0x59b116,_0xb1d693){return _0x59b116===_0xb1d693;},_0x194ba2[_0x227b26(0x20e)]=_0x227b26(0x20d),_0x194ba2[_0x227b26(0x238)]=_0x227b26(0x213);const _0x38e46f=_0x194ba2,_0x409f05=await this['getErrorDetails'](_0x38e46f['HrfEY']);if(!_0x409f05||_0x38e46f[_0x227b26(0x22d)](Object[_0x227b26(0x21a)](_0x409f05)[_0x227b26(0x1f7)],0x0)){this[_0x227b26(0x201)](_0x38e46f[_0x227b26(0x20e)],_0x409f05);return;}this[_0x227b26(0x21e)](_0x409f05[_0x227b26(0x1e0)],_0x409f05[_0x227b26(0x1dc)]['replace'](_0x38e46f['vHoDp'],_0x8d72d2));}static async[a74_0x159e2a(0x237)](){const _0x230380=a74_0x159e2a,_0xff07ad={};_0xff07ad[_0x230380(0x208)]=_0x230380(0x23a),_0xff07ad[_0x230380(0x1ef)]=function(_0x1b2809,_0x11af32){return _0x1b2809===_0x11af32;},_0xff07ad[_0x230380(0x1d8)]=_0x230380(0x226);const _0x4fec20=_0xff07ad,_0x2d7925=await this[_0x230380(0x215)](_0x4fec20[_0x230380(0x208)]);if(!_0x2d7925||_0x4fec20['kuHDi'](Object[_0x230380(0x21a)](_0x2d7925)[_0x230380(0x1f7)],0x0)){this[_0x230380(0x201)](_0x4fec20[_0x230380(0x1d8)],_0x2d7925);return;}this[_0x230380(0x21e)](_0x2d7925[_0x230380(0x1e0)],_0x2d7925[_0x230380(0x1dc)]);}static async[a74_0x159e2a(0x20c)](){const _0xe1e719=a74_0x159e2a,_0x26ffb0={};_0x26ffb0[_0xe1e719(0x1f6)]=_0xe1e719(0x1d2),_0x26ffb0[_0xe1e719(0x21b)]=function(_0x208a89,_0xe9c8ec){return _0x208a89===_0xe9c8ec;},_0x26ffb0[_0xe1e719(0x23c)]=_0xe1e719(0x1e5);const _0x44b304=_0x26ffb0,_0x37ae16=await this['getErrorDetails'](_0x44b304[_0xe1e719(0x1f6)]);if(!_0x37ae16||_0x44b304[_0xe1e719(0x21b)](Object['keys'](_0x37ae16)[_0xe1e719(0x1f7)],0x0)){this['logError'](_0x44b304[_0xe1e719(0x23c)],_0x37ae16);return;}this[_0xe1e719(0x21e)](_0x37ae16['errorCode'],_0x37ae16[_0xe1e719(0x1dc)]);}static async['reportSSLCertIssue'](){const _0x43247b=a74_0x159e2a,_0x4854ca={};_0x4854ca['UuSre']=_0x43247b(0x222),_0x4854ca[_0x43247b(0x1f3)]=function(_0x233f86,_0x176f94){return _0x233f86===_0x176f94;},_0x4854ca[_0x43247b(0x21f)]=_0x43247b(0x23b);const _0x3e6084=_0x4854ca,_0x2fdea1=await this[_0x43247b(0x215)](_0x3e6084['UuSre']);if(!_0x2fdea1||_0x3e6084[_0x43247b(0x1f3)](Object['keys'](_0x2fdea1)[_0x43247b(0x1f7)],0x0)){this[_0x43247b(0x201)](_0x3e6084['ehiTt'],_0x2fdea1);return;}this[_0x43247b(0x21e)](_0x2fdea1[_0x43247b(0x1e0)],_0x2fdea1['errorMessage']);}static[a74_0x159e2a(0x214)](){const _0x61bdef=a74_0x159e2a,_0x424c8c={};_0x424c8c[_0x61bdef(0x1d5)]=_0x61bdef(0x200),_0x424c8c[_0x61bdef(0x1ea)]=function(_0x261988,_0x2ad894){return _0x261988===_0x2ad894;},_0x424c8c['NgOlU']='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x5be93c=_0x424c8c,_0x1b930e=constants[_0x61bdef(0x209)][_0x5be93c[_0x61bdef(0x1d5)]];if(!_0x1b930e||_0x5be93c[_0x61bdef(0x1ea)](Object[_0x61bdef(0x21a)](_0x1b930e)[_0x61bdef(0x1f7)],0x0)){this['logError'](_0x5be93c[_0x61bdef(0x203)],_0x1b930e);return;}this[_0x61bdef(0x1d6)]['add'](_0x1b930e[0x0]),this[_0x61bdef(0x21e)](_0x1b930e[0x0],_0x1b930e[0x1]);}static async[a74_0x159e2a(0x21c)](_0x3cb63a){const _0x418039=a74_0x159e2a,_0x1ab2de={};_0x1ab2de[_0x418039(0x1f5)]=_0x418039(0x1f8),_0x1ab2de[_0x418039(0x1f0)]=function(_0x4b9769,_0x103b07){return _0x4b9769===_0x103b07;},_0x1ab2de[_0x418039(0x1d1)]=_0x418039(0x234),_0x1ab2de['AEEJf']=_0x418039(0x239);const _0x2f4506=_0x1ab2de,_0x398510=await this['getErrorDetails'](_0x2f4506[_0x418039(0x1f5)]);if(!_0x398510||_0x2f4506[_0x418039(0x1f0)](Object[_0x418039(0x21a)](_0x398510)[_0x418039(0x1f7)],0x0)){this[_0x418039(0x201)](_0x2f4506[_0x418039(0x1d1)],_0x398510);return;}const _0x431722=_0x398510['errorMessage'][_0x418039(0x20b)](_0x2f4506[_0x418039(0x1f4)],_0x3cb63a);this['logSituation'](_0x398510[_0x418039(0x1e0)],_0x431722);}static async[a74_0x159e2a(0x1db)](){const _0x2b3822=a74_0x159e2a,_0x521e95={};_0x521e95['Clytw']=function(_0x181957,_0x38d460){return _0x181957>_0x38d460;},_0x521e95[_0x2b3822(0x22a)]=_0x2b3822(0x22f),_0x521e95[_0x2b3822(0x1ff)]=_0x2b3822(0x1e1);const _0x23783e=_0x521e95,_0x23b690=await this[_0x2b3822(0x232)](),_0x3a5f48=this[_0x2b3822(0x1fa)](_0x23b690),_0x1b3d25=Array[_0x2b3822(0x1d7)](_0x23b690['errorCodes'])?_0x23b690['errorCodes']:[],_0x8c9797=_0x23783e[_0x2b3822(0x235)](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array[_0x2b3822(0x22c)](this['errorCodesOccurredWhenCLINotRunning']):[],_0xcc9a26=new Set([..._0x1b3d25,..._0x3a5f48,..._0x8c9797]),_0x1de60d=Array[_0x2b3822(0x22c)](_0xcc9a26);if(_0x23783e[_0x2b3822(0x235)](_0x1de60d[_0x2b3822(0x1f7)],0x0)){const _0x2b8613=_0x23b690[_0x2b3822(0x1d9)][_0x2b3822(0x20b)](_0x23783e[_0x2b3822(0x22a)],_0x1de60d[_0x2b3822(0x205)](',\x20'))['replace'](_0x23783e[_0x2b3822(0x1ff)],_0x23b690[_0x2b3822(0x224)]);logger[_0x2b3822(0x1fc)](_0x2b8613),this['cachedErrorCodes']=_0x1de60d;}}}function a74_0x29f2(_0x3401fb,_0xa66719){const _0x18fd85=a74_0x18fd();return a74_0x29f2=function(_0x29f2f2,_0xd239d9){_0x29f2f2=_0x29f2f2-0x1d1;let _0x525b7e=_0x18fd85[_0x29f2f2];return _0x525b7e;},a74_0x29f2(_0x3401fb,_0xa66719);}function a74_0x18fd(){const _0x1f89c6=['isArray','WZxvI','finalErrorMessage','getCachedErrorCodes','reportFinalDetectionState','errorMessage','toString','getFinalErrorMessage','2123880UcPpig','errorCode','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getAggregatedClientTroubleshootingErrors','../../helpers/logger','150614UbJmCi','Connectivity\x20Issue\x20details\x20not\x20found','getRf','aVEDI','errorCodes','getSuccess','fwHUO','Process\x20Interruption','Error\x20in\x20getting\x20error\x20details\x20for\x20','push','error','kuHDi','NVXGl','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','base64','meBtB','AEEJf','YSJFu','EJevC','length','conflicting\x20env\x20var\x20detected','errorCodesOccurredInCLI','checkForErrorsOccuredInCLI','./constants','warn','29214DctseE','object','wSQOv','.browserstack\x20folder\x20not\x20accessible','logError','getInstance','NgOlU','4516138lETLEj','join','getErrorCode','57414cjknlc','bPAFd','CLIENT_TROUBLESHOOTING_HASH','../v2/grpcClient','replace','reportConnectivityIssue','Process\x20Interruption\x20details\x20not\x20found:','WuqZH','exports','stringify','../v2/browserstackCLI','parse','{SIGNAL}','reportDotBrowserStackFolderNotAccessibleIssue','getErrorDetails','HrfEY','isRunning','getErrorCodesOccurredInCli','itdiN','keys','wGhqr','reportConflictingEnvVarIssue','GHNHT','logSituation','ehiTt','reportProcessInterruptionSituation','TBPtC','ssl\x20cert\x20issue','getErrorCodes','documentationLink','4oXgMZO','Session\x20Linking\x20Issue\x20details\x20not\x20found','[ClientTroubleShootingService]\x20','getDocumentationLink','jYhBz','efjTz','1911190JTlaZj','from','sYYwm','xVhEy','{ERROR_CODES}','1490VqBEDF','nIoAt','getAggregatedErrorCodes','2800722CIIjnK','Conflicting\x20Env\x20Var\x20details\x20not\x20found','Clytw','winstonLogger','reportSessionLinkingIssue','vHoDp','{ENV_VAR}','Session\x20Linking\x20Issue','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.','JGIBQ','vOxXA','browserstack\x20cloud\x20not\x20reachable','448fXQWeY','12KccwBI','ulUVg','errorCodesOccurredWhenCLINotRunning'];a74_0x18fd=function(){return _0x1f89c6;};return a74_0x18fd();}module[a74_0x159e2a(0x20f)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a75_0x13f2f4=a75_0x238d;(function(_0x5e8c72,_0x5dc521){const _0x3aaa82=a75_0x238d,_0x3f4765=_0x5e8c72();while(!![]){try{const _0x4dc592=-parseInt(_0x3aaa82(0x218))/0x1*(-parseInt(_0x3aaa82(0x276))/0x2)+parseInt(_0x3aaa82(0x286))/0x3*(parseInt(_0x3aaa82(0x1be))/0x4)+-parseInt(_0x3aaa82(0x268))/0x5*(-parseInt(_0x3aaa82(0x1f4))/0x6)+-parseInt(_0x3aaa82(0x1d6))/0x7*(-parseInt(_0x3aaa82(0x1ab))/0x8)+parseInt(_0x3aaa82(0x28a))/0x9*(-parseInt(_0x3aaa82(0x1e4))/0xa)+-parseInt(_0x3aaa82(0x29e))/0xb+-parseInt(_0x3aaa82(0x245))/0xc*(parseInt(_0x3aaa82(0x20a))/0xd);if(_0x4dc592===_0x5dc521)break;else _0x3f4765['push'](_0x3f4765['shift']());}catch(_0x2c70f1){_0x3f4765['push'](_0x3f4765['shift']());}}}(a75_0x3bc2,0x27c9b));const a75_0x5c3d57={};a75_0x5c3d57[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x25a),a75_0x5c3d57[a75_0x13f2f4(0x1af)]=a75_0x13f2f4(0x29a);const a75_0x1055da={};a75_0x1055da[a75_0x13f2f4(0x264)]='Run\x20jest\x20tests\x20on\x20browserstack';const a75_0x47af77={};a75_0x47af77[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x215);const a75_0x3d693d={};a75_0x3d693d['INFO']=a75_0x13f2f4(0x283);const a75_0x764d75={};a75_0x764d75[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x1e1);const a75_0x3cc3a9={};a75_0x3cc3a9[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x25f);const a75_0x300c87={};a75_0x300c87[a75_0x13f2f4(0x264)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a75_0x146833={};function a75_0x3bc2(){const _0xb78d55=['browserstackAutomation','chromeOptions','EBUSY','uniqueDependency','https://automate-preprod.bsstag.com/dashboard/v2/builds/','TESTCAFE','localProxyUser','UPGRADE_REQUIRED','8XPfJDQ','sdk-cli-debug.log','INVALID_INIT_RESP_WITH_USER_IMPACT','SDK-GEN-001','HELP','COMMONJS','sdk/v1/event','testcafe','ERR_CONNECTION_TIMED_OUT','https://api-cloud.browserstack.com','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','HST','ERR_TUNNEL_CONNECTION_FAILED','BSTACK_URL','https://hub.browserstack.com/wd/hub','timeouts','https://observability-devtestops.bsstag.com','commonjs','root','36gcuWrO','PUPPETEER_HUB_URL','invalidTestInputType','unable\x20to\x20get\x20local\x20issuer\x20certificate','A11Y_SAVE_RESULTS','hub-us-only.browserstack.com','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','ERR_BLOCKED_BY_CLIENT','ERR_ADDRESS_INVALID','browserstack.com','VALID_APP_EXTENSION','A11Y_GET_RESULTS_SUMMARY','bsstag','CERT_HAS_EXPIRED','CUCUMBER','observability','percyCaptureMode','CLIENT_TROUBLESHOOTING_HASH','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','HEALING_LOG_DATA_TIMEOUT','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','browserstack.accessKey','PLAYWRIGHT_CONFIG_OPTION_ERRORS','automation','1323427cScFYR','httpsProxy','AI_PROXY_FAILURE','https://tcg.bsstag.com','ERR_ADDRESS_UNREACHABLE','[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.','TEST_FRAMEWORK_HOOK_TIMEOUT','cucumber','Upgrade\x20required','^[a-zA-Z0-9_.-]*$','SHAREABLE_ID_REGEX','Run\x20cucumber-js\x20tests\x20on\x20browserstack','jest','BSTACK_DELTA','10eqSPOg','wss://cdp-preprod.bsstag.com/playwright?caps=','sdk/v1/update_cli','https://hub-devtestops.bsstag.com/wd/hub','Cucumber-JS','O11Y_URL','2|12|1|11|0|3|9|5|4|6|13|10|7|8','ROOT_CAPS','stag','testReporting','TCG_AUTH_FAILURE','testObservability','APP_AUTOMATE','browserstack-ats.com','firefoxOptions','localProxyPass','1819410GSUQnl','.apk','https://tcg-preprod.bsstag.com','userName','AI_INIT_FAILURE','certificate\x20has\x20expired','bsstag.com','USER_CONFIG_DETAILS_PATH','browserStackLocalOptions','platforms','ieOptions','self\x20signed\x20certificate','ERR_SOCKS_CONNECTION_FAILED','TEST_REPORTING_ANALYTICS','BROWSERSTACK_API_URL','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','proxyPass','AI_INIT_SUCCESSFUL','hubUrl','strictFileInteractability','NEWMAN','MAX_DRIVER_INIT_ERROR_BYTES','65oKATUg','wss://cdp-preprod.bsstag.com/puppeteer?caps=','proxyPassword','MODULE','https://automation-preprod.bsstag.com','TCG_REGION','BINARY_BUSY_ERROR_CODES','exports','localOptions','mocha','use','Run\x20jasmine\x20tests\x20on\x20browserstack','GIT_META_DATA_TRUNCATED','TCG_AUTH_TIMEOUT','261619fGWgyz','split','FRAMEWORKS','https://eds.browserstack.com','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','...[TRUNCATED]','app-automate','preprod','browserstack.userName','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','APP_AUTOMATE_PRODUCTS','ATS_HUB_URL_REGEX','NIGHTWATCH','jasmine','newman','Jest','ERR_SOCKET_NOT_CONNECTED','PRIVATE_DOMAIN_OR_IP_REGEX','SPAWN_RETRY_DELAY_MS','edgeOptions','FUNNEL_INSTRUMENTATION_API_URL','Run\x20testcafe\x20tests\x20on\x20browserstack','proxySettings','rerunTests','codeceptjs','percy','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','JEST','puppeteer','PUPPETEER','accessibility','ERR_TIMED_OUT','AUTOMATION_LOG_COMMANDS','browserstack.overridelocalInfo.userAuthToken','customVariables','logLevel','CUSTOM_ID_REGEX','module','https://edsstaging.bsstag.com','staging','INTERNALLY_USED_ENV_VARS','testContextOptions','NUDGE_LOCAL_ERRORS','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','https://automation.browserstack.com','1073628ygXeZX','SET_TCG_TOKEN_TIMEOUT','Run\x20codeceptjs\x20tests\x20on\x20browserstack','CONNECTIVITY_ISSUE_ERROR_CODES','https://api-preprod.bsstag.com','browserstack.key','testOrchestrationOptions','hub.browserstack.com','env','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','PLAYWRIGHT_HUB_URL','authToken','HUB_URL_MAP','ERR_NAME_RESOLUTION_FAILED','LOG_FILE_NAME','hub-aps-only.browserstack.com','wss://cdp.browserstack.com/puppeteer?caps=','SSL_ERROR_MESSAGES','proxyUrl','DEPTH_ZERO_SELF_SIGNED_CERT','GLOBAL_AGENT_HTTP_PROXY','shows\x20version\x20information','EDS_URL','12|4|9|8|0|10|6|2|11|1|5|7|13|3','https://api-cloud-devtestops.bsstag.com','codeceptjs-cucumber','Run\x20js\x20tests\x20on\x20browserstack','MOCHA','turboScaleOptions','INTEGRATIONS','BROWSERSTACK_APP_AUTOMATE_URL','INFO','SSL_ERROR_CODES','https://upload-observability.browserstack.com','.browserstack\x20folder\x20not\x20accessible','5jtJYCC','LT_SUPPORTED_NODE','TCG_DOWN','https://hub-preprod.bsstag.com/wd/hub','ETXTBSY','Mocha','JASMINE','minTestedMajor','disableAutoCaptureLogs','.aab','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','acceptSslCert','automate','accessKey','2XwQDLj','ERR_FAILED','https://apidevtestops.bsstag.com','BROWSERSTACK','AUTOLOGCAPTURE_NOTIFICATION','framework','https://upload-observability-preprod.bsstag.com','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','ERR_TLS_CERT_ALTNAME_INVALID','REDACTED_KEYS','ROOT_REGEX','TCG_URL','BSTACK_ATS_URL','Run\x20mocha\x20tests\x20on\x20browserstack','HUB_URL_REGEX','PLAYWRIGHT_TRACE_LOGS','19131MpbPew','hub-eu-only.browserstack.com','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','./browserstack-artifacts/','772353QZnRfR','VERSION','toLowerCase','PACKAGE_TYPE','AI_ENABLED_FRAMEWORK','BROWSERSTACK_AUTOMATE_URL','GLOBAL_AGENT_NO_PROXY','vanilla','browserstackLocal','accessibilityOptions','SDKTestTcgAuthFailure','parallelsPerPlatform','wss://cdp-devtestops.bsstag.com/playwright?caps=','testReportingOptions','PERCY_SUPPORTED_FRAMEWORKS','A11Y_GET_RESULTS','Specify\x20--help\x20for\x20available\x20options','https://tcg.browserstack.com','pageLoadStrategy','ERR_PROXY_CONNECTION_FAILED','1266925uGPRkn','Playwright','SDKTestTcgDownResponse','/usage-debug.log','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','ATS_WSS_URL_REGEX','VANILLA','browserVersion','testObservabilityOptions','MAX_SPAWN_RETRIES','prod','httpProxy','percyOptions','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','browserName','APP_UPLOAD_URL','pre-prod','wss://cdp.browserstack.com/playwright?caps=','CLI_SUPPORTED_FRAMEWORKS','proxyUser','ERR_CONNECTION_ABORTED','OBSERVABILITY_UPLOAD_URL','SDKTestTcgtInitSuccessful','turboScale','ERR_CONNECTION_RESET','user_data','hub-use-only.browserstack.com','browserstack','maxTestedMajor'];a75_0x3bc2=function(){return _0xb78d55;};return a75_0x3bc2();}a75_0x146833['INFO']='Run\x20playwright\x20tests\x20on\x20Browserstack';const a75_0x27d277={};a75_0x27d277[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x22d);const a75_0x4d1dd2={};a75_0x4d1dd2[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x243);const a75_0x52c5c5={};function a75_0x238d(_0x17ae37,_0x564647){const _0x3bc255=a75_0x3bc2();return a75_0x238d=function(_0x238ddf,_0x23b531){_0x238ddf=_0x238ddf-0x195;let _0xd5ba3b=_0x3bc255[_0x238ddf];return _0xd5ba3b;},a75_0x238d(_0x17ae37,_0x564647);}a75_0x52c5c5[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x247);const a75_0xdc626a={};a75_0xdc626a[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x203);const a75_0x514b0f={};a75_0x514b0f[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x21c);const a75_0x2f0dba={};a75_0x2f0dba[a75_0x13f2f4(0x264)]=a75_0x13f2f4(0x2ab);const a75_0x27c546={};a75_0x27c546['hardMinMajor']=null,a75_0x27c546[a75_0x13f2f4(0x26f)]=0xe,a75_0x27c546[a75_0x13f2f4(0x1a2)]=0x1a;const a75_0x19e11b={};a75_0x19e11b['PLAYWRIGHT']='Playwright',a75_0x19e11b[a75_0x13f2f4(0x260)]=a75_0x13f2f4(0x213),a75_0x19e11b[a75_0x13f2f4(0x233)]=a75_0x13f2f4(0x1e2),a75_0x19e11b['CODECEPT']=a75_0x13f2f4(0x230),a75_0x19e11b['CODECEPT_CUCUMBER']=a75_0x13f2f4(0x25e),a75_0x19e11b[a75_0x13f2f4(0x1cc)]=a75_0x13f2f4(0x1dd),a75_0x19e11b[a75_0x13f2f4(0x2a4)]='vanilla',a75_0x19e11b[a75_0x13f2f4(0x235)]='puppeteer',a75_0x19e11b[a75_0x13f2f4(0x1a8)]=a75_0x13f2f4(0x1b2),a75_0x19e11b['NEWMAN']=a75_0x13f2f4(0x226),a75_0x19e11b[a75_0x13f2f4(0x26e)]=a75_0x13f2f4(0x225);const a75_0x1d176f={};a75_0x1d176f['invalidKeys']=a75_0x13f2f4(0x232),a75_0x1d176f[a75_0x13f2f4(0x1a6)]=a75_0x13f2f4(0x24e),a75_0x1d176f['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x1d176f[a75_0x13f2f4(0x1c0)]=a75_0x13f2f4(0x1d2);const a75_0x3d66a0={};a75_0x3d66a0[a75_0x13f2f4(0x1b0)]=a75_0x13f2f4(0x1bc),a75_0x3d66a0[a75_0x13f2f4(0x20d)]=a75_0x13f2f4(0x23d);const a75_0x4bb7cc={};a75_0x4bb7cc[a75_0x13f2f4(0x26d)]=0xfde8,a75_0x4bb7cc[a75_0x13f2f4(0x1e8)]=0xfde8,a75_0x4bb7cc[a75_0x13f2f4(0x227)]=0x186a0;const a75_0x336440={};a75_0x336440[a75_0x13f2f4(0x1bd)]=[a75_0x13f2f4(0x1f7),a75_0x13f2f4(0x275),a75_0x13f2f4(0x220),a75_0x13f2f4(0x1d3),'browserstack.user',a75_0x13f2f4(0x24a),'password',a75_0x13f2f4(0x19f),'httpProxy','httpsProxy',a75_0x13f2f4(0x23a),a75_0x13f2f4(0x20c),a75_0x13f2f4(0x250),a75_0x13f2f4(0x257),a75_0x13f2f4(0x239)],a75_0x336440[a75_0x13f2f4(0x1fc)]=[a75_0x13f2f4(0x199),a75_0x13f2f4(0x204),a75_0x13f2f4(0x1a9),a75_0x13f2f4(0x1f3)];const a75_0x1312e0={};a75_0x1312e0[a75_0x13f2f4(0x292)]=a75_0x13f2f4(0x292),a75_0x1312e0[a75_0x13f2f4(0x1fc)]=a75_0x13f2f4(0x1fc),a75_0x1312e0[a75_0x13f2f4(0x212)]='browserStackLocalOptions',a75_0x1312e0[a75_0x13f2f4(0x295)]='parallelsPerPlatform',a75_0x1312e0[a75_0x13f2f4(0x1fd)]=a75_0x13f2f4(0x1fd),a75_0x1312e0[a75_0x13f2f4(0x23b)]=a75_0x13f2f4(0x23b),a75_0x1312e0[a75_0x13f2f4(0x2a9)]='httpProxy',a75_0x1312e0['httpsProxy']=a75_0x13f2f4(0x1d7),a75_0x1312e0[a75_0x13f2f4(0x27b)]=a75_0x13f2f4(0x27b),a75_0x1312e0[a75_0x13f2f4(0x241)]=a75_0x13f2f4(0x241),a75_0x1312e0['testObservability']=a75_0x13f2f4(0x1ef),a75_0x1312e0[a75_0x13f2f4(0x1ed)]='testReporting',a75_0x1312e0['testObservabilityOptions']=a75_0x13f2f4(0x2a6),a75_0x1312e0[a75_0x13f2f4(0x297)]='testReportingOptions',a75_0x1312e0['customVariables']='customVariables',a75_0x1312e0[a75_0x13f2f4(0x1d5)]=a75_0x13f2f4(0x1a3),a75_0x1312e0[a75_0x13f2f4(0x1a3)]=a75_0x13f2f4(0x1a3),a75_0x1312e0[a75_0x13f2f4(0x22f)]='rerunTests',a75_0x1312e0[a75_0x13f2f4(0x231)]='percy',a75_0x1312e0[a75_0x13f2f4(0x2aa)]=a75_0x13f2f4(0x2aa),a75_0x1312e0['percyCaptureMode']=a75_0x13f2f4(0x1ce),a75_0x1312e0[a75_0x13f2f4(0x270)]=a75_0x13f2f4(0x270),a75_0x1312e0[a75_0x13f2f4(0x236)]=a75_0x13f2f4(0x236),a75_0x1312e0['accessibilityOptions']=a75_0x13f2f4(0x293),a75_0x1312e0[a75_0x13f2f4(0x19d)]='turboScale',a75_0x1312e0[a75_0x13f2f4(0x261)]=a75_0x13f2f4(0x261),a75_0x1312e0[a75_0x13f2f4(0x22e)]=a75_0x13f2f4(0x22e),a75_0x1312e0[a75_0x13f2f4(0x24b)]=a75_0x13f2f4(0x24b);const a75_0x4f74a2={};a75_0x4f74a2['default']=a75_0x13f2f4(0x24c),a75_0x4f74a2['us-east']=a75_0x13f2f4(0x1a0),a75_0x4f74a2['us']=a75_0x13f2f4(0x1c3),a75_0x4f74a2['eu']=a75_0x13f2f4(0x287),a75_0x4f74a2['in']=a75_0x13f2f4(0x254),a75_0x4f74a2['au']='hub-apse-only.browserstack.com';const a75_0x10f58c={};a75_0x10f58c[a75_0x13f2f4(0x267)]=[a75_0x13f2f4(0x1ae),a75_0x13f2f4(0x1db)];const a75_0x47fc12={};a75_0x47fc12[a75_0x13f2f4(0x28b)]=a75_0x5c3d57,a75_0x47fc12[a75_0x13f2f4(0x233)]=a75_0x1055da,a75_0x47fc12[a75_0x13f2f4(0x26e)]=a75_0x47af77,a75_0x47fc12[a75_0x13f2f4(0x260)]=a75_0x3d693d,a75_0x47fc12[a75_0x13f2f4(0x1cc)]=a75_0x764d75,a75_0x47fc12[a75_0x13f2f4(0x2a4)]=a75_0x3cc3a9,a75_0x47fc12[a75_0x13f2f4(0x224)]=a75_0x300c87,a75_0x47fc12['PLAYWRIGHT']=a75_0x146833,a75_0x47fc12[a75_0x13f2f4(0x1a8)]=a75_0x27d277,a75_0x47fc12[a75_0x13f2f4(0x235)]=a75_0x4d1dd2,a75_0x47fc12['CODECEPTJS']=a75_0x52c5c5,a75_0x47fc12[a75_0x13f2f4(0x208)]=a75_0xdc626a,a75_0x47fc12[a75_0x13f2f4(0x1b6)]=a75_0x514b0f,a75_0x47fc12[a75_0x13f2f4(0x262)]=a75_0x2f0dba,a75_0x47fc12[a75_0x13f2f4(0x1e3)]=0x8*0x3c*0x3e8,a75_0x47fc12[a75_0x13f2f4(0x206)]=a75_0x13f2f4(0x1b9),a75_0x47fc12['TCG_URL']=a75_0x13f2f4(0x29b),a75_0x47fc12[a75_0x13f2f4(0x20f)]=a75_0x13f2f4(0x214),a75_0x47fc12[a75_0x13f2f4(0x284)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x47fc12[a75_0x13f2f4(0x223)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x47fc12[a75_0x13f2f4(0x2a3)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x47fc12[a75_0x13f2f4(0x1eb)]=['acceptInsecureCerts',a75_0x13f2f4(0x29c),a75_0x13f2f4(0x207),'unhandledPromptBehavior',a75_0x13f2f4(0x1ba),a75_0x13f2f4(0x2ac),a75_0x13f2f4(0x2a5),'acceptSslCerts',a75_0x13f2f4(0x273),a75_0x13f2f4(0x1a4),a75_0x13f2f4(0x1f2),a75_0x13f2f4(0x22b),a75_0x13f2f4(0x1fe)],a75_0x47fc12[a75_0x13f2f4(0x280)]=/^[\w-]+:.*$/,a75_0x47fc12[a75_0x13f2f4(0x229)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x47fc12[a75_0x13f2f4(0x25b)]=a75_0x13f2f4(0x21b),a75_0x47fc12['BROWSERSTACK_API_URL']='https://api.browserstack.com',a75_0x47fc12[a75_0x13f2f4(0x195)]=a75_0x13f2f4(0x1b4),a75_0x47fc12['UPDATED_CLI_ENDPOINT']=a75_0x13f2f4(0x1e6),a75_0x47fc12[a75_0x13f2f4(0x269)]=a75_0x27c546,a75_0x47fc12[a75_0x13f2f4(0x22c)]=a75_0x13f2f4(0x1b1),a75_0x47fc12['AUTOMATE_PRODUCTS']=['automate',a75_0x13f2f4(0x1cd)],a75_0x47fc12[a75_0x13f2f4(0x222)]=[a75_0x13f2f4(0x21e),a75_0x13f2f4(0x1cd)],a75_0x47fc12[a75_0x13f2f4(0x1b5)]=[a75_0x13f2f4(0x1cd)],a75_0x47fc12['OBSERVABILITY_UPLOAD_URL']=a75_0x13f2f4(0x266),a75_0x47fc12['OBSERVABILITY_SUPPORTED_FWS']=[a75_0x13f2f4(0x213),a75_0x13f2f4(0x29f),'testcafe',a75_0x13f2f4(0x225)],a75_0x47fc12['AUTOMATE']=[a75_0x13f2f4(0x274)],a75_0x47fc12[a75_0x13f2f4(0x28f)]='https://automate.browserstack.com/dashboard/v2/builds/',a75_0x47fc12[a75_0x13f2f4(0x263)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a75_0x47fc12[a75_0x13f2f4(0x1f0)]=[a75_0x13f2f4(0x21e)],a75_0x47fc12[a75_0x13f2f4(0x242)]=[a75_0x13f2f4(0x277),a75_0x13f2f4(0x237),a75_0x13f2f4(0x1c5),'ERR_NETWORK_CHANGED',a75_0x13f2f4(0x228),'ERR_CONNECTION_CLOSED',a75_0x13f2f4(0x19e),'ERR_CONNECTION_REFUSED',a75_0x13f2f4(0x19a),'ERR_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED',a75_0x13f2f4(0x1c6),a75_0x13f2f4(0x1da),a75_0x13f2f4(0x1b7),a75_0x13f2f4(0x1b3),a75_0x13f2f4(0x200),a75_0x13f2f4(0x221),a75_0x13f2f4(0x29d),'ERR_NAME_NOT_RESOLVED',a75_0x13f2f4(0x252),a75_0x13f2f4(0x1c4)],a75_0x47fc12[a75_0x13f2f4(0x1c8)]=[a75_0x13f2f4(0x1f5),a75_0x13f2f4(0x271),'.ipa'],a75_0x47fc12[a75_0x13f2f4(0x23c)]=a75_0x13f2f4(0x1df),a75_0x47fc12[a75_0x13f2f4(0x1e0)]=a75_0x13f2f4(0x27d),a75_0x47fc12['CI_ARTIFACTS_PATH']=a75_0x13f2f4(0x289),a75_0x47fc12[a75_0x13f2f4(0x24f)]=a75_0x13f2f4(0x197),a75_0x47fc12['PUPPETEER_HUB_URL']=a75_0x13f2f4(0x255),a75_0x47fc12[a75_0x13f2f4(0x21a)]=a75_0x19e11b,a75_0x47fc12[a75_0x13f2f4(0x298)]=[a75_0x13f2f4(0x1e2),a75_0x13f2f4(0x213)],a75_0x47fc12[a75_0x13f2f4(0x1d4)]=a75_0x1d176f,a75_0x47fc12[a75_0x13f2f4(0x27a)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a75_0x47fc12[a75_0x13f2f4(0x28d)]=a75_0x3d66a0,a75_0x47fc12['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a75_0x47fc12[a75_0x13f2f4(0x216)]=a75_0x13f2f4(0x21d),a75_0x47fc12[a75_0x13f2f4(0x1aa)]=a75_0x13f2f4(0x1de),a75_0x47fc12[a75_0x13f2f4(0x26a)]=a75_0x13f2f4(0x2a0),a75_0x47fc12[a75_0x13f2f4(0x1ad)]='SDKTestInvalidTcgAuthResponseWithUserImpact',a75_0x47fc12[a75_0x13f2f4(0x1ee)]=a75_0x13f2f4(0x294),a75_0x47fc12[a75_0x13f2f4(0x205)]=a75_0x13f2f4(0x19c),a75_0x47fc12[a75_0x13f2f4(0x1f8)]='SDKTestInitFailedResponse',a75_0x47fc12[a75_0x13f2f4(0x1d8)]='SDKTestTcgProxyFailure',a75_0x47fc12[a75_0x13f2f4(0x217)]=0x1388,a75_0x47fc12[a75_0x13f2f4(0x246)]=0x1388,a75_0x47fc12[a75_0x13f2f4(0x1d1)]=0x1388,a75_0x47fc12['HEALING_FAILURE_TIMEOUT']=0x1388,a75_0x47fc12['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a75_0x47fc12[a75_0x13f2f4(0x1dc)]=a75_0x4bb7cc,a75_0x47fc12[a75_0x13f2f4(0x27f)]=a75_0x336440,a75_0x47fc12[a75_0x13f2f4(0x28e)]=[a75_0x13f2f4(0x291),a75_0x13f2f4(0x230)],a75_0x47fc12['SDK_INSTRUMENTATION_CONFIG']=a75_0x1312e0,a75_0x47fc12[a75_0x13f2f4(0x253)]='/usage.log',a75_0x47fc12['DEBUG_LOG_FILE_NAME']=a75_0x13f2f4(0x2a1),a75_0x47fc12['DEBUG_CLI_LOG_FILE_NAME']=a75_0x13f2f4(0x1ac),a75_0x47fc12[a75_0x13f2f4(0x1b8)]=a75_0x13f2f4(0x1c7),a75_0x47fc12[a75_0x13f2f4(0x282)]=a75_0x13f2f4(0x1f1),a75_0x47fc12[a75_0x13f2f4(0x1e9)]=a75_0x13f2f4(0x244),a75_0x47fc12[a75_0x13f2f4(0x201)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a75_0x47fc12[a75_0x13f2f4(0x279)]=a75_0x13f2f4(0x1a1),a75_0x47fc12[a75_0x13f2f4(0x198)]=['playwright',a75_0x13f2f4(0x1dd),a75_0x13f2f4(0x1e2),a75_0x13f2f4(0x234),a75_0x13f2f4(0x1b2),'newman'],a75_0x47fc12[a75_0x13f2f4(0x238)]=['A11Y_SCAN',a75_0x13f2f4(0x1c9),a75_0x13f2f4(0x299),a75_0x13f2f4(0x1c2),'percyScreenshot','ObservabilitySync'],a75_0x47fc12[a75_0x13f2f4(0x285)]=a75_0x13f2f4(0x285),a75_0x47fc12[a75_0x13f2f4(0x251)]=a75_0x4f74a2,a75_0x47fc12[a75_0x13f2f4(0x256)]=[a75_0x13f2f4(0x1ff),'unable\x20to\x20verify\x20the\x20first\x20certificate',a75_0x13f2f4(0x1f9),a75_0x13f2f4(0x1c1),'ERR_TLS_CERT_ALTNAME_INVALID',a75_0x13f2f4(0x258)],a75_0x47fc12[a75_0x13f2f4(0x265)]=['SELF_SIGNED_CERT_IN_CHAIN','DEPTH_ZERO_SELF_SIGNED_CERT','UNABLE_TO_VERIFY_LEAF_SIGNATURE',a75_0x13f2f4(0x1cb),a75_0x13f2f4(0x27e),a75_0x13f2f4(0x2a2)],a75_0x47fc12[a75_0x13f2f4(0x248)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x47fc12[a75_0x13f2f4(0x1cf)]=a75_0x10f58c,a75_0x47fc12[a75_0x13f2f4(0x240)]=[a75_0x13f2f4(0x259),a75_0x13f2f4(0x290),a75_0x13f2f4(0x1fb)],a75_0x47fc12[a75_0x13f2f4(0x210)]=[a75_0x13f2f4(0x26c),a75_0x13f2f4(0x1a5)],a75_0x47fc12[a75_0x13f2f4(0x2a7)]=0x3,a75_0x47fc12[a75_0x13f2f4(0x22a)]=0x3e8,a75_0x47fc12[a75_0x13f2f4(0x209)]=0x1f40,module[a75_0x13f2f4(0x211)]=a75_0x47fc12;const _env=(process[a75_0x13f2f4(0x24d)]['BROWSERSTACK_ENV']||a75_0x13f2f4(0x2a8))[a75_0x13f2f4(0x28c)]();if(_env===a75_0x13f2f4(0x23f)||_env===a75_0x13f2f4(0x1ec)){const QUVkmT=a75_0x13f2f4(0x25c)[a75_0x13f2f4(0x219)]('|');let NbhZgL=0x0;while(!![]){switch(QUVkmT[NbhZgL++]){case'0':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x28f)]=a75_0x13f2f4(0x288);continue;case'1':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x1b8)]=a75_0x13f2f4(0x1fa);continue;case'2':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x24f)]=a75_0x13f2f4(0x296);continue;case'3':module[a75_0x13f2f4(0x211)]['BROWSERSTACK']='bsstag';continue;case'4':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x202)]=a75_0x13f2f4(0x278);continue;case'5':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x1e9)]=a75_0x13f2f4(0x1bb);continue;case'6':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x195)]=a75_0x13f2f4(0x25d);continue;case'7':module['exports']['OBSERVABILITY_UPLOAD_URL']='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'8':module[a75_0x13f2f4(0x211)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'9':module[a75_0x13f2f4(0x211)]['TCG_URL']=a75_0x13f2f4(0x1d9);continue;case'10':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x263)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'11':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x1bf)]=a75_0x13f2f4(0x272);continue;case'12':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x206)]=a75_0x13f2f4(0x1e7);continue;case'13':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x25b)]='https://edsstaging.bsstag.com';continue;}break;}}else{if(_env===a75_0x13f2f4(0x21f)||_env===a75_0x13f2f4(0x196)){const zmGvZQ=a75_0x13f2f4(0x1ea)[a75_0x13f2f4(0x219)]('|');let ETCSGJ=0x0;while(!![]){switch(zmGvZQ[ETCSGJ++]){case'0':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x28f)]=a75_0x13f2f4(0x1a7);continue;case'1':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x281)]=a75_0x13f2f4(0x1f6);continue;case'2':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x206)]=a75_0x13f2f4(0x26b);continue;case'3':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x263)]=a75_0x13f2f4(0x1d0);continue;case'4':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x1bf)]=a75_0x13f2f4(0x20b);continue;case'5':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x24f)]=a75_0x13f2f4(0x1e5);continue;case'6':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x1b8)]=a75_0x13f2f4(0x1fa);continue;case'7':module[a75_0x13f2f4(0x211)]['EDS_URL']=a75_0x13f2f4(0x23e);continue;case'8':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x279)]=a75_0x13f2f4(0x1ca);continue;case'9':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x195)]=a75_0x13f2f4(0x249);continue;case'10':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x19b)]=a75_0x13f2f4(0x27c);continue;case'11':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x284)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x202)]=a75_0x13f2f4(0x249);continue;case'13':module[a75_0x13f2f4(0x211)][a75_0x13f2f4(0x1e9)]=a75_0x13f2f4(0x20e);continue;}break;}}}
1
+ const a75_0x5b0e24=a75_0x50d1;(function(_0x5659a0,_0x180bdd){const _0x5e65a1=a75_0x50d1,_0x1453fb=_0x5659a0();while(!![]){try{const _0x1dc6ba=parseInt(_0x5e65a1(0x1b2))/0x1+-parseInt(_0x5e65a1(0x237))/0x2+-parseInt(_0x5e65a1(0x1a8))/0x3*(-parseInt(_0x5e65a1(0x20b))/0x4)+parseInt(_0x5e65a1(0x27b))/0x5+parseInt(_0x5e65a1(0x217))/0x6*(-parseInt(_0x5e65a1(0x1ee))/0x7)+parseInt(_0x5e65a1(0x253))/0x8+-parseInt(_0x5e65a1(0x1a0))/0x9;if(_0x1dc6ba===_0x180bdd)break;else _0x1453fb['push'](_0x1453fb['shift']());}catch(_0x5d60e6){_0x1453fb['push'](_0x1453fb['shift']());}}}(a75_0x1448,0x99ac7));const a75_0xae7ee1={};a75_0xae7ee1[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x19a),a75_0xae7ee1['HELP']='Specify\x20--help\x20for\x20available\x20options';const a75_0x572dd8={};a75_0x572dd8[a75_0x5b0e24(0x1f9)]='Run\x20jest\x20tests\x20on\x20browserstack';const a75_0x9a5d98={};a75_0x9a5d98[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x246);const a75_0x56f7f9={};a75_0x56f7f9[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x186);const a75_0x51c8be={};a75_0x51c8be[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x16f);const a75_0x4a77ad={};a75_0x4a77ad[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x21c);const a75_0x59818e={};a75_0x59818e[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x21e);const a75_0x4faed4={};a75_0x4faed4[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x1d7);const a75_0x54c865={};a75_0x54c865['INFO']='Run\x20testcafe\x20tests\x20on\x20browserstack';const a75_0x2084be={};a75_0x2084be[a75_0x5b0e24(0x1f9)]='Run\x20puppeteer\x20tests\x20on\x20BrowserStack';const a75_0x348af8={};a75_0x348af8['INFO']=a75_0x5b0e24(0x1eb);const a75_0x3b29d3={};a75_0x3b29d3[a75_0x5b0e24(0x1f9)]='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a75_0x1aa789={};a75_0x1aa789[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x1e6);const a75_0x38bcaa={};a75_0x38bcaa[a75_0x5b0e24(0x1f9)]=a75_0x5b0e24(0x203);const a75_0x4303a3={};a75_0x4303a3[a75_0x5b0e24(0x1c5)]=null,a75_0x4303a3[a75_0x5b0e24(0x191)]=0xe,a75_0x4303a3[a75_0x5b0e24(0x269)]=0x1a;const a75_0xd8ebd8={};a75_0xd8ebd8[a75_0x5b0e24(0x257)]=a75_0x5b0e24(0x242),a75_0xd8ebd8[a75_0x5b0e24(0x16d)]='mocha',a75_0xd8ebd8[a75_0x5b0e24(0x233)]=a75_0x5b0e24(0x17a),a75_0xd8ebd8[a75_0x5b0e24(0x205)]='codeceptjs',a75_0xd8ebd8['CODECEPT_CUCUMBER']=a75_0x5b0e24(0x1f6),a75_0xd8ebd8[a75_0x5b0e24(0x244)]=a75_0x5b0e24(0x239),a75_0xd8ebd8[a75_0x5b0e24(0x18d)]=a75_0x5b0e24(0x1aa),a75_0xd8ebd8[a75_0x5b0e24(0x270)]=a75_0x5b0e24(0x181),a75_0xd8ebd8[a75_0x5b0e24(0x241)]=a75_0x5b0e24(0x274),a75_0xd8ebd8[a75_0x5b0e24(0x258)]='newman',a75_0xd8ebd8[a75_0x5b0e24(0x180)]=a75_0x5b0e24(0x229);const a75_0x45bc20={};a75_0x45bc20[a75_0x5b0e24(0x259)]=a75_0x5b0e24(0x251),a75_0x45bc20[a75_0x5b0e24(0x223)]=a75_0x5b0e24(0x1bd),a75_0x45bc20[a75_0x5b0e24(0x268)]=a75_0x5b0e24(0x27a),a75_0x45bc20[a75_0x5b0e24(0x22e)]=a75_0x5b0e24(0x26d);const a75_0x8c73e7={};a75_0x8c73e7[a75_0x5b0e24(0x190)]=a75_0x5b0e24(0x1a3),a75_0x8c73e7[a75_0x5b0e24(0x171)]='module';const a75_0x203099={};a75_0x203099[a75_0x5b0e24(0x22d)]=0xfde8,a75_0x203099[a75_0x5b0e24(0x20d)]=0xfde8,a75_0x203099[a75_0x5b0e24(0x1ad)]=0x186a0;const a75_0xc61288={};a75_0xc61288[a75_0x5b0e24(0x1ca)]=['userName',a75_0x5b0e24(0x22c),a75_0x5b0e24(0x23b),a75_0x5b0e24(0x17f),'browserstack.user',a75_0x5b0e24(0x1b0),a75_0x5b0e24(0x222),a75_0x5b0e24(0x1cc),a75_0x5b0e24(0x1b9),'httpsProxy',a75_0x5b0e24(0x23c),a75_0x5b0e24(0x219),a75_0x5b0e24(0x1a1),'proxyUrl',a75_0x5b0e24(0x273)],a75_0xc61288['browserStackLocalOptions']=['proxyUser',a75_0x5b0e24(0x1a4),'localProxyUser',a75_0x5b0e24(0x1b4)];const a75_0x1c969b={};a75_0x1c969b[a75_0x5b0e24(0x19f)]=a75_0x5b0e24(0x19f),a75_0x1c969b[a75_0x5b0e24(0x208)]=a75_0x5b0e24(0x208),a75_0x1c969b[a75_0x5b0e24(0x197)]='browserStackLocalOptions',a75_0x1c969b[a75_0x5b0e24(0x243)]=a75_0x5b0e24(0x243),a75_0x1c969b[a75_0x5b0e24(0x263)]='platforms',a75_0x1c969b[a75_0x5b0e24(0x1fd)]='logLevel',a75_0x1c969b[a75_0x5b0e24(0x1b9)]='httpProxy',a75_0x1c969b[a75_0x5b0e24(0x1fe)]='httpsProxy',a75_0x1c969b['framework']='framework',a75_0x1c969b[a75_0x5b0e24(0x1f5)]=a75_0x5b0e24(0x1f5),a75_0x1c969b['testObservability']=a75_0x5b0e24(0x17e),a75_0x1c969b['testReporting']=a75_0x5b0e24(0x227),a75_0x1c969b['testObservabilityOptions']=a75_0x5b0e24(0x212),a75_0x1c969b['testReportingOptions']=a75_0x5b0e24(0x1de),a75_0x1c969b[a75_0x5b0e24(0x23c)]=a75_0x5b0e24(0x23c),a75_0x1c969b[a75_0x5b0e24(0x24c)]=a75_0x5b0e24(0x189),a75_0x1c969b[a75_0x5b0e24(0x189)]=a75_0x5b0e24(0x189),a75_0x1c969b['rerunTests']=a75_0x5b0e24(0x235),a75_0x1c969b[a75_0x5b0e24(0x1a6)]=a75_0x5b0e24(0x1a6),a75_0x1c969b[a75_0x5b0e24(0x1da)]=a75_0x5b0e24(0x1da),a75_0x1c969b['percyCaptureMode']=a75_0x5b0e24(0x1d1),a75_0x1c969b['disableAutoCaptureLogs']=a75_0x5b0e24(0x238),a75_0x1c969b['accessibility']='accessibility',a75_0x1c969b['accessibilityOptions']='accessibilityOptions',a75_0x1c969b[a75_0x5b0e24(0x1af)]='turboScale',a75_0x1c969b[a75_0x5b0e24(0x1b8)]=a75_0x5b0e24(0x1b8),a75_0x1c969b[a75_0x5b0e24(0x200)]=a75_0x5b0e24(0x200),a75_0x1c969b['testOrchestrationOptions']=a75_0x5b0e24(0x176);const a75_0x5866b4={};a75_0x5866b4[a75_0x5b0e24(0x19b)]='hub.browserstack.com',a75_0x5866b4[a75_0x5b0e24(0x22f)]='hub-use-only.browserstack.com',a75_0x5866b4['us']=a75_0x5b0e24(0x196),a75_0x5866b4['eu']=a75_0x5b0e24(0x1c2),a75_0x5866b4['in']=a75_0x5b0e24(0x17c),a75_0x5866b4['au']=a75_0x5b0e24(0x234);const a75_0x232bb3={};a75_0x232bb3[a75_0x5b0e24(0x1ed)]=[a75_0x5b0e24(0x24d),a75_0x5b0e24(0x1a2)];const a75_0x550b84={};a75_0x550b84[a75_0x5b0e24(0x1d0)]=a75_0xae7ee1,a75_0x550b84[a75_0x5b0e24(0x233)]=a75_0x572dd8,a75_0x550b84[a75_0x5b0e24(0x180)]=a75_0x9a5d98,a75_0x550b84[a75_0x5b0e24(0x16d)]=a75_0x56f7f9,a75_0x550b84['CUCUMBER']=a75_0x51c8be,a75_0x550b84[a75_0x5b0e24(0x18d)]=a75_0x4a77ad,a75_0x550b84['NIGHTWATCH']=a75_0x59818e,a75_0x550b84[a75_0x5b0e24(0x257)]=a75_0x4faed4,a75_0x550b84[a75_0x5b0e24(0x241)]=a75_0x54c865,a75_0x550b84[a75_0x5b0e24(0x270)]=a75_0x2084be,a75_0x550b84['CODECEPTJS']=a75_0x348af8,a75_0x550b84[a75_0x5b0e24(0x258)]=a75_0x3b29d3,a75_0x550b84[a75_0x5b0e24(0x1d2)]=a75_0x1aa789,a75_0x550b84[a75_0x5b0e24(0x25e)]=a75_0x38bcaa,a75_0x550b84[a75_0x5b0e24(0x25b)]=0x8*0x3c*0x3e8,a75_0x550b84[a75_0x5b0e24(0x20f)]=a75_0x5b0e24(0x255),a75_0x550b84[a75_0x5b0e24(0x1c3)]=a75_0x5b0e24(0x216),a75_0x550b84[a75_0x5b0e24(0x21d)]=a75_0x5b0e24(0x1e9),a75_0x550b84['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x550b84['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x550b84[a75_0x5b0e24(0x1c4)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x550b84['ROOT_CAPS']=[a75_0x5b0e24(0x16e),a75_0x5b0e24(0x277),'strictFileInteractability',a75_0x5b0e24(0x23a),a75_0x5b0e24(0x1c0),a75_0x5b0e24(0x25a),a75_0x5b0e24(0x215),a75_0x5b0e24(0x201),a75_0x5b0e24(0x1f2),a75_0x5b0e24(0x218),a75_0x5b0e24(0x1bf),'edgeOptions',a75_0x5b0e24(0x198)],a75_0x550b84['ROOT_REGEX']=/^[\w-]+:.*$/,a75_0x550b84['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x550b84[a75_0x5b0e24(0x1d5)]=a75_0x5b0e24(0x19c),a75_0x550b84[a75_0x5b0e24(0x1cf)]=a75_0x5b0e24(0x1be),a75_0x550b84[a75_0x5b0e24(0x21b)]=a75_0x5b0e24(0x18f),a75_0x550b84[a75_0x5b0e24(0x1df)]=a75_0x5b0e24(0x182),a75_0x550b84[a75_0x5b0e24(0x24b)]=a75_0x4303a3,a75_0x550b84[a75_0x5b0e24(0x1db)]='sdk/v1/event',a75_0x550b84[a75_0x5b0e24(0x178)]=['automate',a75_0x5b0e24(0x194)],a75_0x550b84[a75_0x5b0e24(0x245)]=[a75_0x5b0e24(0x209),a75_0x5b0e24(0x194)],a75_0x550b84[a75_0x5b0e24(0x254)]=[a75_0x5b0e24(0x194)],a75_0x550b84['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a75_0x550b84['OBSERVABILITY_SUPPORTED_FWS']=[a75_0x5b0e24(0x24e),a75_0x5b0e24(0x242),a75_0x5b0e24(0x274),'jasmine'],a75_0x550b84[a75_0x5b0e24(0x231)]=[a75_0x5b0e24(0x261)],a75_0x550b84[a75_0x5b0e24(0x213)]='https://automate.browserstack.com/dashboard/v2/builds/',a75_0x550b84[a75_0x5b0e24(0x177)]=a75_0x5b0e24(0x26e),a75_0x550b84[a75_0x5b0e24(0x207)]=[a75_0x5b0e24(0x209)],a75_0x550b84[a75_0x5b0e24(0x260)]=[a75_0x5b0e24(0x25d),a75_0x5b0e24(0x1cb),'ERR_BLOCKED_BY_CLIENT',a75_0x5b0e24(0x1a7),a75_0x5b0e24(0x1f8),'ERR_CONNECTION_CLOSED',a75_0x5b0e24(0x192),a75_0x5b0e24(0x1d9),a75_0x5b0e24(0x1a5),'ERR_CONNECTION_FAILED',a75_0x5b0e24(0x1e0),a75_0x5b0e24(0x1c8),a75_0x5b0e24(0x20e),a75_0x5b0e24(0x271),'ERR_CONNECTION_TIMED_OUT','ERR_SOCKS_CONNECTION_FAILED',a75_0x5b0e24(0x266),a75_0x5b0e24(0x1cd),'ERR_NAME_NOT_RESOLVED',a75_0x5b0e24(0x278),a75_0x5b0e24(0x1ba)],a75_0x550b84[a75_0x5b0e24(0x199)]=['.apk',a75_0x5b0e24(0x252),a75_0x5b0e24(0x188)],a75_0x550b84['CUSTOM_ID_REGEX']=a75_0x5b0e24(0x170),a75_0x550b84['SHAREABLE_ID_REGEX']='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a75_0x550b84['CI_ARTIFACTS_PATH']=a75_0x5b0e24(0x1b3),a75_0x550b84['PLAYWRIGHT_HUB_URL']=a75_0x5b0e24(0x220),a75_0x550b84[a75_0x5b0e24(0x26a)]=a75_0x5b0e24(0x256),a75_0x550b84[a75_0x5b0e24(0x26c)]=a75_0xd8ebd8,a75_0x550b84[a75_0x5b0e24(0x174)]=[a75_0x5b0e24(0x17a),a75_0x5b0e24(0x24e)],a75_0x550b84[a75_0x5b0e24(0x1e4)]=a75_0x45bc20,a75_0x550b84[a75_0x5b0e24(0x250)]=a75_0x5b0e24(0x1fb),a75_0x550b84[a75_0x5b0e24(0x204)]=a75_0x8c73e7,a75_0x550b84['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a75_0x550b84[a75_0x5b0e24(0x23e)]=a75_0x5b0e24(0x221),a75_0x550b84[a75_0x5b0e24(0x1b5)]=a75_0x5b0e24(0x1b7),a75_0x550b84[a75_0x5b0e24(0x1b6)]=a75_0x5b0e24(0x26f),a75_0x550b84[a75_0x5b0e24(0x262)]=a75_0x5b0e24(0x1f3),a75_0x550b84['TCG_AUTH_FAILURE']=a75_0x5b0e24(0x1f7),a75_0x550b84[a75_0x5b0e24(0x1bc)]='SDKTestTcgtInitSuccessful',a75_0x550b84[a75_0x5b0e24(0x1e5)]=a75_0x5b0e24(0x248),a75_0x550b84[a75_0x5b0e24(0x173)]='SDKTestTcgProxyFailure',a75_0x550b84[a75_0x5b0e24(0x1d8)]=0x1388,a75_0x550b84['SET_TCG_TOKEN_TIMEOUT']=0x1388,a75_0x550b84['HEALING_LOG_DATA_TIMEOUT']=0x1388,a75_0x550b84[a75_0x5b0e24(0x1fc)]=0x1388,a75_0x550b84[a75_0x5b0e24(0x272)]=0xc350,a75_0x550b84[a75_0x5b0e24(0x249)]=a75_0x203099,a75_0x550b84[a75_0x5b0e24(0x1e8)]=a75_0xc61288,a75_0x550b84[a75_0x5b0e24(0x228)]=[a75_0x5b0e24(0x1aa),'codeceptjs'],a75_0x550b84['SDK_INSTRUMENTATION_CONFIG']=a75_0x1c969b,a75_0x550b84[a75_0x5b0e24(0x1ce)]=a75_0x5b0e24(0x1c7),a75_0x550b84[a75_0x5b0e24(0x18e)]='/usage-debug.log',a75_0x550b84[a75_0x5b0e24(0x1d3)]=a75_0x5b0e24(0x1fa),a75_0x550b84[a75_0x5b0e24(0x1a9)]=a75_0x5b0e24(0x24a),a75_0x550b84[a75_0x5b0e24(0x275)]=a75_0x5b0e24(0x210),a75_0x550b84[a75_0x5b0e24(0x185)]=a75_0x5b0e24(0x17b),a75_0x550b84[a75_0x5b0e24(0x22a)]=a75_0x5b0e24(0x1dc),a75_0x550b84[a75_0x5b0e24(0x23f)]=a75_0x5b0e24(0x20a),a75_0x550b84[a75_0x5b0e24(0x1d6)]=[a75_0x5b0e24(0x247),'cucumber',a75_0x5b0e24(0x17a),a75_0x5b0e24(0x181),a75_0x5b0e24(0x274),a75_0x5b0e24(0x240)],a75_0x550b84['AUTOMATION_LOG_COMMANDS']=['A11Y_SCAN',a75_0x5b0e24(0x193),a75_0x5b0e24(0x26b),a75_0x5b0e24(0x179),a75_0x5b0e24(0x175),a75_0x5b0e24(0x232)],a75_0x550b84['PLAYWRIGHT_TRACE_LOGS']=a75_0x5b0e24(0x1ae),a75_0x550b84[a75_0x5b0e24(0x226)]=a75_0x5866b4,a75_0x550b84[a75_0x5b0e24(0x19d)]=[a75_0x5b0e24(0x236),'unable\x20to\x20verify\x20the\x20first\x20certificate',a75_0x5b0e24(0x23d),'unable\x20to\x20get\x20local\x20issuer\x20certificate','ERR_TLS_CERT_ALTNAME_INVALID',a75_0x5b0e24(0x279)],a75_0x550b84[a75_0x5b0e24(0x265)]=['SELF_SIGNED_CERT_IN_CHAIN','DEPTH_ZERO_SELF_SIGNED_CERT',a75_0x5b0e24(0x25f),a75_0x5b0e24(0x276),a75_0x5b0e24(0x1e3),a75_0x5b0e24(0x1f0)],a75_0x550b84[a75_0x5b0e24(0x202)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x550b84[a75_0x5b0e24(0x19e)]=a75_0x232bb3,a75_0x550b84[a75_0x5b0e24(0x183)]=[a75_0x5b0e24(0x1d4),a75_0x5b0e24(0x24f),a75_0x5b0e24(0x1c9)],a75_0x550b84[a75_0x5b0e24(0x18a)]=['ETXTBSY',a75_0x5b0e24(0x225)],a75_0x550b84[a75_0x5b0e24(0x17d)]=0x3,a75_0x550b84[a75_0x5b0e24(0x1ef)]=0x3e8,a75_0x550b84[a75_0x5b0e24(0x187)]=0x1f40,module[a75_0x5b0e24(0x264)]=a75_0x550b84;function a75_0x1448(){const _0x5ac0dc=['testReporting','AI_ENABLED_FRAMEWORK','jasmine','TEST_REPORTING_ANALYTICS','https://automation-preprod.bsstag.com','accessKey','Mocha','invalidTestInputType','us-east','preprod','AUTOMATE','ObservabilitySync','JEST','hub-apse-only.browserstack.com','rerunTests','self\x20signed\x20certificate','581816eQrdcz','disableAutoCaptureLogs','cucumber','unhandledPromptBehavior','browserstack.userName','customVariables','certificate\x20has\x20expired','GIT_META_DATA_TRUNCATED','BROWSERSTACK','newman','TESTCAFE','Playwright','parallelsPerPlatform','CUCUMBER','APP_AUTOMATE_PRODUCTS','Run\x20jasmine\x20tests\x20on\x20browserstack','playwright','SDKTestInitFailedResponse','TEST_FRAMEWORK_HOOK_TIMEOUT','browserstack.com','LT_SUPPORTED_NODE','automation','SDK-GEN-001','mocha','GLOBAL_AGENT_NO_PROXY','AUTOLOGCAPTURE_NOTIFICATION','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','.aab','8751248UqQKWh','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','https://hub.browserstack.com/wd/hub','wss://cdp.browserstack.com/puppeteer?caps=','PLAYWRIGHT','NEWMAN','invalidKeys','browserName','BSTACK_DELTA','staging','ERR_FAILED','INTEGRATIONS','UNABLE_TO_VERIFY_LEAF_SIGNATURE','NUDGE_LOCAL_ERRORS','automate','INVALID_INIT_RESP_WITH_USER_IMPACT','platforms','exports','SSL_ERROR_CODES','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','wss://cdp-devtestops.bsstag.com/playwright?caps=','mandatoryDependency','maxTestedMajor','PUPPETEER_HUB_URL','A11Y_GET_RESULTS','FRAMEWORKS','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','https://app-automate.browserstack.com/dashboard/v2/builds/','SDKTestTcgDownResponse','PUPPETEER','ERR_TUNNEL_CONNECTION_FAILED','POLL_HEALING_RESULT_TIMEOUT','browserstack.overridelocalInfo.userAuthToken','testcafe','BSTACK_ATS_URL','CERT_HAS_EXPIRED','pageLoadStrategy','ERR_NAME_RESOLUTION_FAILED','DEPTH_ZERO_SELF_SIGNED_CERT','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','3614250agSuFK','MOCHA','acceptInsecureCerts','Run\x20cucumber-js\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','MODULE','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','AI_PROXY_FAILURE','PERCY_SUPPORTED_FRAMEWORKS','percyScreenshot','testOrchestrationOptions','BROWSERSTACK_APP_AUTOMATE_URL','AUTOMATE_PRODUCTS','A11Y_SAVE_RESULTS','jest','https://automation.browserstack.com','hub-aps-only.browserstack.com','MAX_SPAWN_RETRIES','testObservability','browserstack.accessKey','JASMINE','puppeteer','sdk/v1/update_cli','INTERNALLY_USED_ENV_VARS','stag','O11Y_URL','Run\x20mocha\x20tests\x20on\x20browserstack','MAX_DRIVER_INIT_ERROR_BYTES','.ipa','browserstackAutomation','BINARY_BUSY_ERROR_CODES','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','env','VANILLA','DEBUG_LOG_FILE_NAME','https://api-cloud.browserstack.com','COMMONJS','minTestedMajor','ERR_CONNECTION_RESET','A11Y_GET_RESULTS_SUMMARY','observability','https://hub-devtestops.bsstag.com/wd/hub','hub-us-only.browserstack.com','localOptions','ieOptions','VALID_APP_EXTENSION','shows\x20version\x20information','default','https://eds.browserstack.com','SSL_ERROR_MESSAGES','CLIENT_TROUBLESHOOTING_HASH','browserstackLocal','8794179OuuuPf','authToken','[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.','commonjs','proxyPass','ERR_CONNECTION_ABORTED','percy','ERR_NETWORK_CHANGED','6xCMBiZ','BSTACK_URL','vanilla','https://upload-observability-preprod.bsstag.com','bsstag','Jest','PLAYWRIGHT_TRACE_LOGS','turboScale','browserstack.key','https://hub-preprod.bsstag.com/wd/hub','62968USeAtX','./browserstack-artifacts/','localProxyPass','UPGRADE_REQUIRED','TCG_DOWN','Upgrade\x20required','turboScaleOptions','httpProxy','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','https://observability-devtestops.bsstag.com','AI_INIT_SUCCESSFUL','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://api.browserstack.com','firefoxOptions','timeouts','PLAYWRIGHT_HUB_URL','hub-eu-only.browserstack.com','TCG_URL','ATS_WSS_URL_REGEX','hardMinMajor','https://upload-observability-devtestops-ssi.bsstag.com','/usage.log','ERR_ADDRESS_INVALID','USER_CONFIG_DETAILS_PATH','root','ERR_TIMED_OUT','user_data','ERR_PROXY_CONNECTION_FAILED','LOG_FILE_NAME','BROWSERSTACK_API_URL','VERSION','percyCaptureMode','HST','DEBUG_CLI_LOG_FILE_NAME','GLOBAL_AGENT_HTTP_PROXY','EDS_URL','CLI_SUPPORTED_FRAMEWORKS','Run\x20playwright\x20tests\x20on\x20Browserstack','TCG_AUTH_TIMEOUT','ERR_CONNECTION_REFUSED','percyOptions','FUNNEL_INSTRUMENTATION_API_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','wss://cdp-preprod.bsstag.com/playwright?caps=','testReportingOptions','UPDATED_CLI_ENDPOINT','ERR_NAME_NOT_RESOLVED','https://api-cloud-devtestops.bsstag.com','prod','ERR_TLS_CERT_ALTNAME_INVALID','PLAYWRIGHT_CONFIG_OPTION_ERRORS','AI_INIT_FAILURE','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','https://tcg.bsstag.com','REDACTED_KEYS','use','OBSERVABILITY_UPLOAD_URL','Run\x20codeceptjs\x20tests\x20on\x20browserstack','BROWSERSTACK_ENV','.browserstack\x20folder\x20not\x20accessible','1967609JttZzW','SPAWN_RETRY_DELAY_MS','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','10|8|1|3|4|12|13|5|7|0|2|6|9|11','acceptSslCert','SDKTestInvalidTcgAuthResponseWithUserImpact','toLowerCase','testContextOptions','codeceptjs-cucumber','SDKTestTcgAuthFailure','ERR_SOCKET_NOT_CONNECTED','INFO','sdk-cli-debug.log','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','HEALING_FAILURE_TIMEOUT','logLevel','httpsProxy','HUB_URL_REGEX','proxySettings','acceptSslCerts','CONNECTIVITY_ISSUE_ERROR_CODES','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','PACKAGE_TYPE','CODECEPT','https://api-preprod.bsstag.com','APP_AUTOMATE','browserStackLocalOptions','app-automate','browserstack','1159872QBmJYC','https://automate-preprod.bsstag.com/dashboard/v2/builds/','Cucumber-JS','ERR_ADDRESS_UNREACHABLE','hubUrl','browserstack-ats.com','bsstag.com','testObservabilityOptions','BROWSERSTACK_AUTOMATE_URL','10|5|0|7|3|8|9|1|4|13|2|6|12|11','browserVersion','https://tcg.browserstack.com','12zQcdcy','chromeOptions','proxyPassword','https://apidevtestops.bsstag.com','APP_UPLOAD_URL','Run\x20js\x20tests\x20on\x20browserstack','TCG_REGION','Run\x20nightwatch\x20tests\x20on\x20browserstack','split','wss://cdp.browserstack.com/playwright?caps=','...[TRUNCATED]','password','uniqueDependency','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','EBUSY','HUB_URL_MAP'];a75_0x1448=function(){return _0x5ac0dc;};return a75_0x1448();}function a75_0x50d1(_0x3d71ea,_0x5a0af8){const _0x144866=a75_0x1448();return a75_0x50d1=function(_0x50d199,_0x39dc30){_0x50d199=_0x50d199-0x16d;let _0x139e3e=_0x144866[_0x50d199];return _0x139e3e;},a75_0x50d1(_0x3d71ea,_0x5a0af8);}const _env=(process[a75_0x5b0e24(0x18c)][a75_0x5b0e24(0x1ec)]||a75_0x5b0e24(0x1e2))[a75_0x5b0e24(0x1f4)]();if(_env===a75_0x5b0e24(0x25c)||_env===a75_0x5b0e24(0x184)){const LGQMXq=a75_0x5b0e24(0x214)['split']('|');let yqMRES=0x0;while(!![]){switch(LGQMXq[yqMRES++]){case'0':module[a75_0x5b0e24(0x264)]['TCG_URL']=a75_0x5b0e24(0x1e7);continue;case'1':module[a75_0x5b0e24(0x264)]['PLAYWRIGHT_HUB_URL']=a75_0x5b0e24(0x267);continue;case'2':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x185)]=a75_0x5b0e24(0x1bb);continue;case'3':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x213)]=a75_0x5b0e24(0x18b);continue;case'4':module['exports'][a75_0x5b0e24(0x26a)]=a75_0x5b0e24(0x224);continue;case'5':module['exports'][a75_0x5b0e24(0x1cf)]=a75_0x5b0e24(0x21a);continue;case'6':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ea)]=a75_0x5b0e24(0x1c6);continue;case'7':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ff)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module['exports'][a75_0x5b0e24(0x177)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'9':module['exports'][a75_0x5b0e24(0x21b)]=a75_0x5b0e24(0x1e1);continue;case'10':module[a75_0x5b0e24(0x264)]['hubUrl']=a75_0x5b0e24(0x195);continue;case'11':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x23f)]='bsstag';continue;case'12':module[a75_0x5b0e24(0x264)]['EDS_URL']='https://edsstaging.bsstag.com';continue;case'13':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1a9)]=a75_0x5b0e24(0x211);continue;}break;}}else{if(_env===a75_0x5b0e24(0x230)||_env==='pre-prod'){const awXTEI=a75_0x5b0e24(0x1f1)[a75_0x5b0e24(0x21f)]('|');let qgHKpo=0x0;while(!![]){switch(awXTEI[qgHKpo++]){case'0':module[a75_0x5b0e24(0x264)]['BSTACK_URL']=a75_0x5b0e24(0x211);continue;case'1':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1c3)]='https://tcg-preprod.bsstag.com';continue;case'2':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x185)]=a75_0x5b0e24(0x22b);continue;case'3':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ff)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'4':module[a75_0x5b0e24(0x264)]['BROWSERSTACK_AUTOMATE_URL']=a75_0x5b0e24(0x20c);continue;case'5':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1c1)]=a75_0x5b0e24(0x1dd);continue;case'6':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1ea)]=a75_0x5b0e24(0x1ab);continue;case'7':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x26a)]='wss://cdp-preprod.bsstag.com/puppeteer?caps=';continue;case'8':module[a75_0x5b0e24(0x264)][a75_0x5b0e24(0x1cf)]=a75_0x5b0e24(0x206);continue;case'9':module['exports'][a75_0x5b0e24(0x1d5)]='https://edsstaging.bsstag.com';continue;case'10':module['exports'][a75_0x5b0e24(0x20f)]=a75_0x5b0e24(0x1b1);continue;case'11':module[a75_0x5b0e24(0x264)]['BROWSERSTACK']=a75_0x5b0e24(0x1ac);continue;case'12':module[a75_0x5b0e24(0x264)]['BROWSERSTACK_APP_AUTOMATE_URL']=a75_0x5b0e24(0x172);continue;case'13':module['exports']['APP_UPLOAD_URL']=a75_0x5b0e24(0x206);continue;}break;}}}
@@ -1 +1 @@
1
- const a76_0x1fb217=a76_0x5c0c;(function(_0x543072,_0x44f1ae){const _0x34e490=a76_0x5c0c,_0x23fe6c=_0x543072();while(!![]){try{const _0x36bbb0=parseInt(_0x34e490(0x8e))/0x1*(parseInt(_0x34e490(0x92))/0x2)+-parseInt(_0x34e490(0x89))/0x3*(-parseInt(_0x34e490(0x8a))/0x4)+parseInt(_0x34e490(0x94))/0x5*(parseInt(_0x34e490(0x95))/0x6)+parseInt(_0x34e490(0x86))/0x7*(parseInt(_0x34e490(0x91))/0x8)+-parseInt(_0x34e490(0x83))/0x9*(-parseInt(_0x34e490(0x96))/0xa)+parseInt(_0x34e490(0x85))/0xb*(-parseInt(_0x34e490(0x81))/0xc)+-parseInt(_0x34e490(0x80))/0xd*(parseInt(_0x34e490(0x87))/0xe);if(_0x36bbb0===_0x44f1ae)break;else _0x23fe6c['push'](_0x23fe6c['shift']());}catch(_0x5259c9){_0x23fe6c['push'](_0x23fe6c['shift']());}}}(a76_0x3635,0xcac93));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x8b0597,_0x525786){return _0x12afc0=>{const _0x1e1150=a76_0x5c0c;BSTestOpsLogger[_0x1e1150(0x93)]({'level':_0x12afc0[_0x1e1150(0x82)]?_0x12afc0['level'][_0x1e1150(0x8d)]:null,'message':_0x12afc0['data']?_0x12afc0[_0x1e1150(0x84)][_0x1e1150(0x8c)]('\x20'):null});};}function a76_0x3635(){const _0xe8c433=['level','35163OJpqTe','data','399025EeaLcW','6111zxzbzD','2866346rWsxWq','layout','99501PRaLlP','140opaYNn','NrhUN','join','levelStr','376657mftPIy','timezoneOffset','configure','7288XComwa','2vugSNR','log','23200nvVKiy','1812srDgYz','130niFgfB','130EUdJUJ','300rciFFJ'];a76_0x3635=function(){return _0xe8c433;};return a76_0x3635();}function a76_0x5c0c(_0x1fb703,_0x56405c){const _0x363571=a76_0x3635();return a76_0x5c0c=function(_0x5c0c9d,_0x5e0f5b){_0x5c0c9d=_0x5c0c9d-0x80;let _0x1356b6=_0x363571[_0x5c0c9d];return _0x1356b6;},a76_0x5c0c(_0x1fb703,_0x56405c);}exports[a76_0x1fb217(0x90)]=(_0x3bba8b,_0x792f7e)=>{const _0x2cbe2d=a76_0x1fb217,_0x190f9d={'NrhUN':function(_0x17767e,_0x3dbe8a,_0x16ad67){return _0x17767e(_0x3dbe8a,_0x16ad67);}};let _0xe54551=_0x792f7e['colouredLayout'];return _0x3bba8b[_0x2cbe2d(0x88)]&&(_0xe54551=_0x792f7e[_0x2cbe2d(0x88)](_0x3bba8b[_0x2cbe2d(0x88)]['type'],_0x3bba8b[_0x2cbe2d(0x88)])),_0x190f9d[_0x2cbe2d(0x8b)](BSTestOpsLog4JSAppender,_0xe54551,_0x3bba8b[_0x2cbe2d(0x8f)]);};
1
+ const a76_0x5a2cf7=a76_0x1d13;function a76_0x1d13(_0x50f8ae,_0x164b53){const _0x1719bf=a76_0x1719();return a76_0x1d13=function(_0x1d1351,_0xe99612){_0x1d1351=_0x1d1351-0xf0;let _0x9249b9=_0x1719bf[_0x1d1351];return _0x9249b9;},a76_0x1d13(_0x50f8ae,_0x164b53);}(function(_0x58d482,_0x56f81c){const _0x5d7d68=a76_0x1d13,_0x4ca088=_0x58d482();while(!![]){try{const _0x56793d=parseInt(_0x5d7d68(0xfd))/0x1+-parseInt(_0x5d7d68(0xf1))/0x2+-parseInt(_0x5d7d68(0x103))/0x3+-parseInt(_0x5d7d68(0xff))/0x4*(-parseInt(_0x5d7d68(0xf4))/0x5)+parseInt(_0x5d7d68(0x101))/0x6*(-parseInt(_0x5d7d68(0xf3))/0x7)+parseInt(_0x5d7d68(0xf5))/0x8*(parseInt(_0x5d7d68(0xf0))/0x9)+-parseInt(_0x5d7d68(0xf9))/0xa;if(_0x56793d===_0x56f81c)break;else _0x4ca088['push'](_0x4ca088['shift']());}catch(_0x445858){_0x4ca088['push'](_0x4ca088['shift']());}}}(a76_0x1719,0x31bf7));const logReportingAPI=require(a76_0x5a2cf7(0xf2)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x14fec6,_0x508079){return _0x19a19b=>{const _0x3d0894=a76_0x1d13;BSTestOpsLogger[_0x3d0894(0xf8)]({'level':_0x19a19b[_0x3d0894(0xf7)]?_0x19a19b[_0x3d0894(0xf7)]['levelStr']:null,'message':_0x19a19b[_0x3d0894(0xf6)]?_0x19a19b[_0x3d0894(0xf6)][_0x3d0894(0xfe)]('\x20'):null});};}exports['configure']=(_0x588503,_0x1a9fb9)=>{const _0x3e2d26=a76_0x5a2cf7,_0x289a37={'VoImi':function(_0x51d7a8,_0x4fb075,_0x479a23){return _0x51d7a8(_0x4fb075,_0x479a23);}};let _0x46de18=_0x1a9fb9[_0x3e2d26(0xfa)];return _0x588503[_0x3e2d26(0xfc)]&&(_0x46de18=_0x1a9fb9[_0x3e2d26(0xfc)](_0x588503[_0x3e2d26(0xfc)][_0x3e2d26(0x100)],_0x588503['layout'])),_0x289a37[_0x3e2d26(0xfb)](BSTestOpsLog4JSAppender,_0x46de18,_0x588503[_0x3e2d26(0x102)]);};function a76_0x1719(){const _0x1cb7fb=['335070FnLzmV','join','24wwHZFY','type','15186jTwJnU','timezoneOffset','149535yJTpxO','9HQZyUy','658440WLVFbU','./logReportingAPI','707RIuxpG','243670VVMTjS','2783320JuniDr','data','level','log','1369260QOuGrP','colouredLayout','VoImi','layout'];a76_0x1719=function(){return _0x1cb7fb;};return a76_0x1719();}
@@ -1 +1 @@
1
- const a77_0x3f957c=a77_0x17ba;function a77_0x17ba(_0x14d8c4,_0x255442){const _0x1b62cf=a77_0x1b62();return a77_0x17ba=function(_0x17ba96,_0x2866ab){_0x17ba96=_0x17ba96-0xbd;let _0xa77942=_0x1b62cf[_0x17ba96];return _0xa77942;},a77_0x17ba(_0x14d8c4,_0x255442);}(function(_0x449f73,_0x14e847){const _0x3f7715=a77_0x17ba,_0x57a220=_0x449f73();while(!![]){try{const _0x23837f=parseInt(_0x3f7715(0xbd))/0x1*(parseInt(_0x3f7715(0xc1))/0x2)+-parseInt(_0x3f7715(0xd7))/0x3*(parseInt(_0x3f7715(0xc4))/0x4)+parseInt(_0x3f7715(0xd8))/0x5+parseInt(_0x3f7715(0xce))/0x6*(parseInt(_0x3f7715(0xcc))/0x7)+parseInt(_0x3f7715(0xcf))/0x8+-parseInt(_0x3f7715(0xc3))/0x9+-parseInt(_0x3f7715(0xc9))/0xa*(parseInt(_0x3f7715(0xc8))/0xb);if(_0x23837f===_0x14e847)break;else _0x57a220['push'](_0x57a220['shift']());}catch(_0x575d1d){_0x57a220['push'](_0x57a220['shift']());}}}(a77_0x1b62,0x64e9c));const Transport=require('winston-transport'),{consoleHolder}=require(a77_0x3f957c(0xd6)),a77_0x418524={};a77_0x418524['INFO']=a77_0x3f957c(0xd0),a77_0x418524[a77_0x3f957c(0xca)]='ERROR',a77_0x418524[a77_0x3f957c(0xdb)]=a77_0x3f957c(0xdb),a77_0x418524['TRACE']=a77_0x3f957c(0xc5),a77_0x418524[a77_0x3f957c(0xbe)]='WARN';const LOG_LEVELS=a77_0x418524;class logPatcher extends Transport{constructor(_0x619c72){super(_0x619c72);}[a77_0x3f957c(0xc7)]=(_0x526b99=LOG_LEVELS[a77_0x3f957c(0xd0)],_0x3090c2=[''])=>{const _0x47f1db=a77_0x3f957c,_0x3a59b5={};_0x3a59b5['pNkfq']=_0x47f1db(0xd3);const _0x5c1e88=_0x3a59b5;consoleHolder[_0x526b99['toLowerCase']()](..._0x3090c2),process[_0x47f1db(0xcb)](_0x47f1db(0xd2)+process['pid'],{'timestamp':new Date()[_0x47f1db(0xc0)](),'level':_0x526b99[_0x47f1db(0xd5)](),'message':'\x22'+_0x3090c2[_0x47f1db(0xc2)](',\x20')+'\x22','kind':_0x5c1e88['pNkfq'],'http_response':{}});};[a77_0x3f957c(0xbf)]=(..._0x6e068b)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0x6e068b);};[a77_0x3f957c(0xd9)]=(..._0xc0979f)=>{const _0xe5aff5=a77_0x3f957c;this[_0xe5aff5(0xc7)](LOG_LEVELS['DEBUG'],_0xc0979f);};[a77_0x3f957c(0xcd)]=(..._0x376f14)=>{const _0x142f8e=a77_0x3f957c;this[_0x142f8e(0xc7)](LOG_LEVELS[_0x142f8e(0xd0)],_0x376f14);};[a77_0x3f957c(0xd4)]=(..._0x217797)=>{const _0x69bbac=a77_0x3f957c;this[_0x69bbac(0xc7)](LOG_LEVELS[_0x69bbac(0xbe)],_0x217797);};[a77_0x3f957c(0xd1)]=(..._0x5e256a)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x5e256a);};[a77_0x3f957c(0xda)]=(..._0x5c07c4)=>{const _0x330c94=a77_0x3f957c;this[_0x330c94(0xc7)](LOG_LEVELS['INFO'],_0x5c07c4);};};function a77_0x1b62(){const _0x1c7eda=['log','DEBUG','982XCmYSa','WARN','trace','toISOString','712yDGnef','join','939996loXFUu','1412pXEgKs','TRACE','exports','logToTestOps','11fLyXRk','8575390EhhOiG','ERROR','emit','35YEQRSO','info','914322WmrxzO','5884496swCfIA','INFO','error','bs:addLog:','TEST_LOG','warn','toUpperCase','../../helpers/test-observability/constants','6129GZwFsE','1247065YZXQZX','debug'];a77_0x1b62=function(){return _0x1c7eda;};return a77_0x1b62();}module[a77_0x3f957c(0xc6)]=logPatcher;
1
+ const a77_0x3c40bb=a77_0x2fa1;function a77_0x2fa1(_0x20d94f,_0x2ffd85){const _0x64acaa=a77_0x64ac();return a77_0x2fa1=function(_0x2fa15a,_0x16f041){_0x2fa15a=_0x2fa15a-0xaf;let _0x3625a7=_0x64acaa[_0x2fa15a];return _0x3625a7;},a77_0x2fa1(_0x20d94f,_0x2ffd85);}(function(_0x34e7a6,_0x489291){const _0x364d9b=a77_0x2fa1,_0x375507=_0x34e7a6();while(!![]){try{const _0x433e94=-parseInt(_0x364d9b(0xbc))/0x1+parseInt(_0x364d9b(0xc9))/0x2*(-parseInt(_0x364d9b(0xb3))/0x3)+parseInt(_0x364d9b(0xaf))/0x4+parseInt(_0x364d9b(0xb7))/0x5*(parseInt(_0x364d9b(0xc2))/0x6)+parseInt(_0x364d9b(0xbf))/0x7+parseInt(_0x364d9b(0xc3))/0x8+-parseInt(_0x364d9b(0xb4))/0x9;if(_0x433e94===_0x489291)break;else _0x375507['push'](_0x375507['shift']());}catch(_0x3dbe88){_0x375507['push'](_0x375507['shift']());}}}(a77_0x64ac,0x9b9a0));function a77_0x64ac(){const _0x37ec91=['trace','info','42252MIyFaZ','2041904QBrLnz','TEST_LOG','warn','ERROR','TRACE','logToTestOps','14FYjcPx','4395384tOrTcL','log','MlqJw','../../helpers/test-observability/constants','362265RQtEgg','8464770VbqzOy','INFO','bs:addLog:','785fiCDTZ','DEBUG','join','WARN','toISOString','142512EHMigJ','winston-transport','error','741951WqkljA'];a77_0x64ac=function(){return _0x37ec91;};return a77_0x64ac();}const Transport=require(a77_0x3c40bb(0xbd)),{consoleHolder}=require(a77_0x3c40bb(0xb2)),a77_0x598fb8={};a77_0x598fb8[a77_0x3c40bb(0xb5)]=a77_0x3c40bb(0xb5),a77_0x598fb8['ERROR']=a77_0x3c40bb(0xc6),a77_0x598fb8[a77_0x3c40bb(0xb8)]=a77_0x3c40bb(0xb8),a77_0x598fb8[a77_0x3c40bb(0xc7)]='TRACE',a77_0x598fb8['WARN']=a77_0x3c40bb(0xba);const LOG_LEVELS=a77_0x598fb8;class logPatcher extends Transport{constructor(_0x2a8e91){super(_0x2a8e91);}[a77_0x3c40bb(0xc8)]=(_0x4af324=LOG_LEVELS[a77_0x3c40bb(0xb5)],_0x2ef0d0=[''])=>{const _0x20b57b=a77_0x3c40bb,_0x4a7251={};_0x4a7251[_0x20b57b(0xb1)]=_0x20b57b(0xc4);const _0x1f9bd6=_0x4a7251;consoleHolder[_0x4af324['toLowerCase']()](..._0x2ef0d0),process['emit'](_0x20b57b(0xb6)+process['pid'],{'timestamp':new Date()[_0x20b57b(0xbb)](),'level':_0x4af324['toUpperCase'](),'message':'\x22'+_0x2ef0d0[_0x20b57b(0xb9)](',\x20')+'\x22','kind':_0x1f9bd6[_0x20b57b(0xb1)],'http_response':{}});};[a77_0x3c40bb(0xc0)]=(..._0x4c6569)=>{const _0x5c9d67=a77_0x3c40bb;this[_0x5c9d67(0xc8)](LOG_LEVELS[_0x5c9d67(0xc7)],_0x4c6569);};['debug']=(..._0x33a604)=>{const _0x63b5c1=a77_0x3c40bb;this[_0x63b5c1(0xc8)](LOG_LEVELS['DEBUG'],_0x33a604);};[a77_0x3c40bb(0xc1)]=(..._0x369653)=>{const _0x516a6c=a77_0x3c40bb;this[_0x516a6c(0xc8)](LOG_LEVELS[_0x516a6c(0xb5)],_0x369653);};[a77_0x3c40bb(0xc5)]=(..._0x399bf4)=>{const _0x343b55=a77_0x3c40bb;this[_0x343b55(0xc8)](LOG_LEVELS[_0x343b55(0xba)],_0x399bf4);};[a77_0x3c40bb(0xbe)]=(..._0x296323)=>{const _0x3642a4=a77_0x3c40bb;this[_0x3642a4(0xc8)](LOG_LEVELS[_0x3642a4(0xc6)],_0x296323);};[a77_0x3c40bb(0xb0)]=(..._0x40d42b)=>{const _0x193b7d=a77_0x3c40bb;this[_0x193b7d(0xc8)](LOG_LEVELS[_0x193b7d(0xb5)],_0x40d42b);};};module['exports']=logPatcher;
@@ -1 +1 @@
1
- function a78_0x2a93(_0x5af648,_0x5688c6){const _0x4e729b=a78_0x4e72();return a78_0x2a93=function(_0x2a9361,_0x4283ac){_0x2a9361=_0x2a9361-0xcf;let _0x5ee0cd=_0x4e729b[_0x2a9361];return _0x5ee0cd;},a78_0x2a93(_0x5af648,_0x5688c6);}const a78_0x67a262=a78_0x2a93;(function(_0x148fce,_0x57dcae){const _0x2b5a1e=a78_0x2a93,_0x2729c7=_0x148fce();while(!![]){try{const _0x20d13a=-parseInt(_0x2b5a1e(0xe0))/0x1*(parseInt(_0x2b5a1e(0xde))/0x2)+-parseInt(_0x2b5a1e(0xe3))/0x3*(-parseInt(_0x2b5a1e(0xeb))/0x4)+parseInt(_0x2b5a1e(0xf0))/0x5*(parseInt(_0x2b5a1e(0xf3))/0x6)+-parseInt(_0x2b5a1e(0xd2))/0x7*(-parseInt(_0x2b5a1e(0xe1))/0x8)+parseInt(_0x2b5a1e(0xe8))/0x9*(-parseInt(_0x2b5a1e(0xe2))/0xa)+parseInt(_0x2b5a1e(0xe4))/0xb*(-parseInt(_0x2b5a1e(0xd0))/0xc)+-parseInt(_0x2b5a1e(0xed))/0xd*(parseInt(_0x2b5a1e(0xdd))/0xe);if(_0x20d13a===_0x57dcae)break;else _0x2729c7['push'](_0x2729c7['shift']());}catch(_0xbc9521){_0x2729c7['push'](_0x2729c7['shift']());}}}(a78_0x4e72,0xc4924));const Transport=require('winston-transport'),{consoleHolder}=require('../../helpers/test-observability/constants'),a78_0x552bbc={};a78_0x552bbc[a78_0x67a262(0xef)]=a78_0x67a262(0xef),a78_0x552bbc[a78_0x67a262(0xd5)]=a78_0x67a262(0xd5),a78_0x552bbc[a78_0x67a262(0xda)]=a78_0x67a262(0xda),a78_0x552bbc[a78_0x67a262(0xd8)]=a78_0x67a262(0xd8),a78_0x552bbc[a78_0x67a262(0xdc)]=a78_0x67a262(0xdc);const LOG_LEVELS=a78_0x552bbc;function a78_0x4e72(){const _0x356e3a=['TRACE','logToTestOps','DEBUG','AoLMe','WARN','1742468IVaQom','39450GpRUvw','warn','27eXXBVt','1211544lBJywm','65620cpBlkO','27453sqGmjL','57849yYTYSe','EWjUG','emit','ffWBY','1341DdOHkb','toLowerCase','error','508CeEDvd','toUpperCase','104SFRxns','pid','INFO','2083330TGxsoh','info','message','12pIMGxJ','exports','level','108tfOnPy','flKmM','63uUXvzB','TEST_LOG','log','ERROR','dXvIi','logged'];a78_0x4e72=function(){return _0x356e3a;};return a78_0x4e72();}class logReportingAPI extends Transport{constructor(_0x308a97){super(_0x308a97);}[a78_0x67a262(0xd4)](_0x523081,_0x5ae29a){const _0x2d7aa4=a78_0x67a262,_0xa3ae33={'flKmM':_0x2d7aa4(0xd7),'EWjUG':function(_0x3c1738,_0x3a2bdf){return _0x3c1738(_0x3a2bdf);},'dXvIi':function(_0xeebd1d,_0x5d174a){return _0xeebd1d===_0x5d174a;},'csoAD':'object','AoLMe':function(_0x4c7922){return _0x4c7922();}};_0xa3ae33[_0x2d7aa4(0xe5)](setImmediate,()=>{const _0x4e1167=_0x2d7aa4;this[_0x4e1167(0xe6)](_0xa3ae33[_0x4e1167(0xd1)],_0x523081);}),_0xa3ae33[_0x2d7aa4(0xd6)](typeof _0x523081,_0xa3ae33['csoAD'])?this[_0x2d7aa4(0xd9)](_0x523081[_0x2d7aa4(0xcf)]||LOG_LEVELS[_0x2d7aa4(0xef)],_0x523081[_0x2d7aa4(0xf2)],![]):this['logToTestOps'](LOG_LEVELS[_0x2d7aa4(0xef)],_0x523081),_0x5ae29a&&_0xa3ae33[_0x2d7aa4(0xdb)](_0x5ae29a);}[a78_0x67a262(0xd9)]=(_0x159ef5=LOG_LEVELS['INFO'],_0x10fdd2='',_0x3855b6=!![])=>{const _0x4aec02=a78_0x67a262,_0x56064e={};_0x56064e[_0x4aec02(0xe7)]=_0x4aec02(0xd3);const _0x2991e8=_0x56064e;_0x3855b6&&consoleHolder[_0x159ef5[_0x4aec02(0xe9)]()](_0x10fdd2),process[_0x4aec02(0xe6)]('bs:addLog:'+process[_0x4aec02(0xee)],{'timestamp':new Date()['toISOString'](),'level':_0x159ef5[_0x4aec02(0xec)](),'message':_0x10fdd2,'kind':_0x2991e8[_0x4aec02(0xe7)],'http_response':{}});};['trace']=(_0x21489e,_0x535d7c)=>{const _0x4fc09c=a78_0x67a262;this[_0x4fc09c(0xd9)](LOG_LEVELS['TRACE'],_0x21489e);};['debug']=(_0x5c18a5,_0x3b0367)=>{const _0x107272=a78_0x67a262;this[_0x107272(0xd9)](LOG_LEVELS[_0x107272(0xda)],_0x5c18a5);};[a78_0x67a262(0xf1)]=(_0x5d1a8d,_0x264225)=>{const _0x146109=a78_0x67a262;this[_0x146109(0xd9)](LOG_LEVELS[_0x146109(0xef)],_0x5d1a8d);};[a78_0x67a262(0xdf)]=(_0x26565c,_0x1ec1d8)=>{const _0x659c4c=a78_0x67a262;this[_0x659c4c(0xd9)](LOG_LEVELS[_0x659c4c(0xdc)],_0x26565c);};[a78_0x67a262(0xea)]=(_0x3ee0b8,_0x572c60)=>{const _0x342f65=a78_0x67a262;this['logToTestOps'](LOG_LEVELS[_0x342f65(0xd5)],_0x3ee0b8);};};module[a78_0x67a262(0xf4)]=logReportingAPI;
1
+ const a78_0x1921c9=a78_0x47b2;(function(_0x266735,_0x5c05f0){const _0x31ea95=a78_0x47b2,_0x57b5b7=_0x266735();while(!![]){try{const _0x361854=parseInt(_0x31ea95(0x1c2))/0x1*(parseInt(_0x31ea95(0x1df))/0x2)+parseInt(_0x31ea95(0x1c3))/0x3*(-parseInt(_0x31ea95(0x1dc))/0x4)+-parseInt(_0x31ea95(0x1d2))/0x5*(-parseInt(_0x31ea95(0x1dd))/0x6)+-parseInt(_0x31ea95(0x1cc))/0x7+parseInt(_0x31ea95(0x1d1))/0x8+parseInt(_0x31ea95(0x1d0))/0x9+-parseInt(_0x31ea95(0x1d6))/0xa;if(_0x361854===_0x5c05f0)break;else _0x57b5b7['push'](_0x57b5b7['shift']());}catch(_0x55e3de){_0x57b5b7['push'](_0x57b5b7['shift']());}}}(a78_0x310d,0x8a513));const Transport=require(a78_0x1921c9(0x1e5)),{consoleHolder}=require(a78_0x1921c9(0x1c7)),a78_0x5c72d7={};a78_0x5c72d7[a78_0x1921c9(0x1c8)]=a78_0x1921c9(0x1c8),a78_0x5c72d7[a78_0x1921c9(0x1cf)]=a78_0x1921c9(0x1cf),a78_0x5c72d7[a78_0x1921c9(0x1d5)]=a78_0x1921c9(0x1d5),a78_0x5c72d7['TRACE']='TRACE',a78_0x5c72d7[a78_0x1921c9(0x1c6)]=a78_0x1921c9(0x1c6);const LOG_LEVELS=a78_0x5c72d7;function a78_0x47b2(_0x390079,_0x38107f){const _0x310d57=a78_0x310d();return a78_0x47b2=function(_0x47b2a6,_0x521dd0){_0x47b2a6=_0x47b2a6-0x1c2;let _0x74ad9b=_0x310d57[_0x47b2a6];return _0x74ad9b;},a78_0x47b2(_0x390079,_0x38107f);}function a78_0x310d(){const _0x132a80=['INFO','logToTestOps','object','zfHqN','7016989sTkSsH','level','logged','ERROR','1250370FCIYAc','6441336yyeLIA','71365gvkQcG','zCUGh','error','DEBUG','1602410UyRpJK','message','emit','trace','toISOString','bs:addLog:','4ZIuvgr','366HHojHd','debug','18KTiBwi','toLowerCase','FlgVn','warn','info','exports','winston-transport','39141lvqmfh','1313412ZCnfMi','aVQyl','dSyym','WARN','../../helpers/test-observability/constants'];a78_0x310d=function(){return _0x132a80;};return a78_0x310d();}class logReportingAPI extends Transport{constructor(_0x2346b7){super(_0x2346b7);}['log'](_0x479262,_0x593db9){const _0x49cae7=a78_0x1921c9,_0x414edc={'FlgVn':_0x49cae7(0x1ce),'dSyym':function(_0x5a600b,_0x49e965){return _0x5a600b(_0x49e965);},'GfTZm':function(_0x14e295,_0x38da51){return _0x14e295===_0x38da51;},'aVQyl':_0x49cae7(0x1ca),'zfHqN':function(_0x5b0474){return _0x5b0474();}};_0x414edc[_0x49cae7(0x1c5)](setImmediate,()=>{const _0x2509b3=_0x49cae7;this[_0x2509b3(0x1d8)](_0x414edc[_0x2509b3(0x1e1)],_0x479262);}),_0x414edc['GfTZm'](typeof _0x479262,_0x414edc[_0x49cae7(0x1c4)])?this[_0x49cae7(0x1c9)](_0x479262[_0x49cae7(0x1cd)]||LOG_LEVELS['INFO'],_0x479262[_0x49cae7(0x1d7)],![]):this['logToTestOps'](LOG_LEVELS[_0x49cae7(0x1c8)],_0x479262),_0x593db9&&_0x414edc[_0x49cae7(0x1cb)](_0x593db9);}[a78_0x1921c9(0x1c9)]=(_0x31f404=LOG_LEVELS[a78_0x1921c9(0x1c8)],_0x3a9dbd='',_0x4adff8=!![])=>{const _0x4039ee=a78_0x1921c9,_0x47094c={};_0x47094c[_0x4039ee(0x1d3)]='TEST_LOG';const _0x5747ee=_0x47094c;_0x4adff8&&consoleHolder[_0x31f404[_0x4039ee(0x1e0)]()](_0x3a9dbd),process[_0x4039ee(0x1d8)](_0x4039ee(0x1db)+process['pid'],{'timestamp':new Date()[_0x4039ee(0x1da)](),'level':_0x31f404['toUpperCase'](),'message':_0x3a9dbd,'kind':_0x5747ee['zCUGh'],'http_response':{}});};[a78_0x1921c9(0x1d9)]=(_0x22bc2d,_0x56d8c1)=>{const _0x4f69de=a78_0x1921c9;this[_0x4f69de(0x1c9)](LOG_LEVELS['TRACE'],_0x22bc2d);};[a78_0x1921c9(0x1de)]=(_0x456abd,_0x7ad35b)=>{const _0x19930b=a78_0x1921c9;this['logToTestOps'](LOG_LEVELS[_0x19930b(0x1d5)],_0x456abd);};[a78_0x1921c9(0x1e3)]=(_0x2c2e4e,_0x49f027)=>{const _0xa3e37e=a78_0x1921c9;this[_0xa3e37e(0x1c9)](LOG_LEVELS[_0xa3e37e(0x1c8)],_0x2c2e4e);};[a78_0x1921c9(0x1e2)]=(_0x274c10,_0x189bbd)=>{const _0x5cabe6=a78_0x1921c9;this[_0x5cabe6(0x1c9)](LOG_LEVELS[_0x5cabe6(0x1c6)],_0x274c10);};[a78_0x1921c9(0x1d4)]=(_0xf597d8,_0x515e74)=>{const _0x3dd8a6=a78_0x1921c9;this[_0x3dd8a6(0x1c9)](LOG_LEVELS[_0x3dd8a6(0x1cf)],_0xf597d8);};};module[a78_0x1921c9(0x1e4)]=logReportingAPI;