browserstack-node-sdk 1.65.2 → 1.65.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.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/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 'use strict';const a69_0x5ad303=a69_0x27c0;(function(_0x421723,_0x22f1ad){const _0x3311af=a69_0x27c0,_0x4b4133=_0x421723();while(!![]){try{const _0xe0e93b=parseInt(_0x3311af(0x1a6))/0x1*(parseInt(_0x3311af(0x1aa))/0x2)+parseInt(_0x3311af(0x184))/0x3+parseInt(_0x3311af(0x1c3))/0x4+-parseInt(_0x3311af(0x193))/0x5+parseInt(_0x3311af(0x1a0))/0x6*(parseInt(_0x3311af(0x1a1))/0x7)+-parseInt(_0x3311af(0x1b3))/0x8*(-parseInt(_0x3311af(0x1c6))/0x9)+-parseInt(_0x3311af(0x191))/0xa;if(_0xe0e93b===_0x22f1ad)break;else _0x4b4133['push'](_0x4b4133['shift']());}catch(_0x20cee2){_0x4b4133['push'](_0x4b4133['shift']());}}}(a69_0x354a,0xaff1f));const got=require(a69_0x5ad303(0x180)),logger=require('../../helpers/logger')[a69_0x5ad303(0x1c5)],{BROWSERSTACK_API_URL}=require('../utils/constants'),_entries=[];function a69_0x354a(){const _0x46d547=['102FffdRr','182021jGgeFn','nBsMr','[session-registry]\x20REST\x20mark\x20HTTP\x20','[session-registry]\x20REST\x20mark\x20failed\x20for\x20','responseType','6ybCrWP','SDipu','hubUrl','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','26902JWeVZs','[session-registry]\x20executeScript\x20setSessionStatus(','warn','listEntries',')\x20OK\x20for\x20','IAzAj','PUTxw',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','json','136TThFqu','[session-registry]\x20driver.quit\x20failed\x20for\x20','arguments','stringify','bYdJT','uWThG','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','put','nTWSR','failed','euWzM','browserstack_executor:\x20','info','\x20for\x20','status','executeScript','1545784PUfVPd','username','winstonLogger','84069HSUfyn','request','pUaPc','register','got','message','sessionId','driver','828885NpDLjd','timeout','password','function','push','platformIndex','test','pknzJ','markStatus','statusCode','VFpVf','replace','reason','5712990BqtoyU','trim','261625ZvfQPk','klaNt','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','body','erZEw','action','throwHttpErrors','slice','BROWSERSTACK_ACCESS_KEY','\x20(will\x20retry\x20via\x20REST):\x20','https://','setSessionStatus','quit'];a69_0x354a=function(){return _0x46d547;};return a69_0x354a();}function register(_0x12cd2f){const _0x11109a=a69_0x5ad303,_0x264ccf={};_0x264ccf[_0x11109a(0x1b8)]='failed',_0x264ccf['VFpVf']=_0x11109a(0x1b9);const _0x230ae2=_0x264ccf,_0x47a79f={'status':_0x230ae2[_0x11109a(0x1b8)],'reason':_0x230ae2[_0x11109a(0x18e)],..._0x12cd2f};_entries[_0x11109a(0x188)](_0x47a79f);}function a69_0x27c0(_0x4ce7b5,_0x3da11a){const _0x354af7=a69_0x354a();return a69_0x27c0=function(_0x27c080,_0x2afea4){_0x27c080=_0x27c080-0x17f;let _0x2b6f6a=_0x354af7[_0x27c080];return _0x2b6f6a;},a69_0x27c0(_0x4ce7b5,_0x3da11a);}function listEntries(){const _0x4ac8f5=a69_0x5ad303;return _entries[_0x4ac8f5(0x19a)]();}function markStatus(_0x3d7655,_0x1b2d58,_0x20e7ae){const _0x317435=a69_0x5ad303,_0x5e92de={};_0x5e92de['DgbKi']=function(_0x49a600,_0x136bad){return _0x49a600===_0x136bad;};const _0xda1715=_0x5e92de;for(const _0x217025 of _entries){if(_0xda1715['DgbKi'](_0x217025[_0x317435(0x189)],_0x3d7655))return _0x217025[_0x317435(0x1c1)]=_0x1b2d58,_0x20e7ae&&(_0x217025[_0x317435(0x190)]=_0x20e7ae),!![];}return![];}function _resolveCreds(_0x1b0016){const _0x471916=a69_0x5ad303,_0x1f2bb4={'klaNt':function(_0x5571d8,_0x3691ff){return _0x5571d8(_0x3691ff);}};try{if(_0x1b0016){const _0x4a5b2b=_0x1f2bb4['klaNt'](String,_0x1b0016)[_0x471916(0x192)](),_0x3b9ede=/^https?:\/\//i[_0x471916(0x18a)](_0x4a5b2b)?_0x4a5b2b:_0x471916(0x19d)+_0x4a5b2b[_0x471916(0x18f)](/^\/+/,''),_0x359860=new URL(_0x3b9ede);if(_0x359860[_0x471916(0x1c4)]||_0x359860[_0x471916(0x186)])return{'username':_0x1f2bb4[_0x471916(0x194)](decodeURIComponent,_0x359860[_0x471916(0x1c4)]||''),'password':_0x1f2bb4['klaNt'](decodeURIComponent,_0x359860['password']||'')};}}catch(_0xd0235c){}const _0x47f4ae={};return _0x47f4ae[_0x471916(0x1c4)]=process['env']['BROWSERSTACK_USERNAME']||'',_0x47f4ae[_0x471916(0x186)]=process['env'][_0x471916(0x19b)]||'',_0x47f4ae;}async function _markViaRestApi(_0x106253){const _0x443cc0=a69_0x5ad303,_0x2453ae={'nBsMr':function(_0xdbba1a,_0x17d2fd){return _0xdbba1a(_0x17d2fd);},'pknzJ':function(_0x3df425,_0x5e81b4){return _0x3df425||_0x5e81b4;},'PUTxw':'failed','UApdO':'json','pUaPc':function(_0x3ae08b,_0x4d8dd7){return _0x3ae08b>=_0x4d8dd7;},'IAzAj':function(_0xc9112f,_0x1d31c0){return _0xc9112f<_0x1d31c0;}},{username:_0x513794,password:_0x3ac2c1}=_0x2453ae[_0x443cc0(0x1a2)](_resolveCreds,_0x106253[_0x443cc0(0x1a8)]);if(_0x2453ae[_0x443cc0(0x18b)](!_0x513794,!_0x3ac2c1))return logger['warn'](_0x443cc0(0x1a9)+_0x106253[_0x443cc0(0x182)]+_0x443cc0(0x1b1)),![];const _0x1914d2=BROWSERSTACK_API_URL+'/automate/sessions/'+_0x106253[_0x443cc0(0x182)]+'.json';try{const _0x1bbecb={};_0x1bbecb[_0x443cc0(0x1c1)]=_0x106253[_0x443cc0(0x1c1)]||_0x2453ae[_0x443cc0(0x1b0)],_0x1bbecb[_0x443cc0(0x190)]=_0x106253[_0x443cc0(0x190)]||'';const _0x2e795c={};_0x2e795c[_0x443cc0(0x1c7)]=0x7530;const _0x562ad0={};_0x562ad0[_0x443cc0(0x1c4)]=_0x513794,_0x562ad0[_0x443cc0(0x186)]=_0x3ac2c1,_0x562ad0[_0x443cc0(0x1b2)]=_0x1bbecb,_0x562ad0[_0x443cc0(0x1a5)]=_0x2453ae['UApdO'],_0x562ad0[_0x443cc0(0x199)]=![],_0x562ad0[_0x443cc0(0x185)]=_0x2e795c;const _0x2deb94=await got[_0x443cc0(0x1ba)](_0x1914d2,_0x562ad0);if(_0x2453ae[_0x443cc0(0x1c8)](_0x2deb94['statusCode'],0xc8)&&_0x2453ae[_0x443cc0(0x1af)](_0x2deb94[_0x443cc0(0x18d)],0x12c))return logger['info']('[session-registry]\x20REST\x20setSessionStatus('+_0x106253[_0x443cc0(0x1c1)]+_0x443cc0(0x1ae)+_0x106253['sessionId']),!![];return logger['warn'](_0x443cc0(0x1a3)+_0x2deb94[_0x443cc0(0x18d)]+_0x443cc0(0x1c0)+_0x106253[_0x443cc0(0x182)]+':\x20'+JSON[_0x443cc0(0x1b6)](_0x2deb94[_0x443cc0(0x196)])[_0x443cc0(0x19a)](0x0,0xc8)),![];}catch(_0x4b5414){return logger[_0x443cc0(0x1ac)](_0x443cc0(0x1a4)+_0x106253[_0x443cc0(0x182)]+':\x20'+_0x4b5414[_0x443cc0(0x181)]),![];}}async function quitAll(){const _0x521ea9=a69_0x5ad303,_0x2551ac={'advhU':function(_0x435736,_0x3d8308){return _0x435736===_0x3d8308;},'bYdJT':_0x521ea9(0x187),'erZEw':_0x521ea9(0x19e),'nTWSR':_0x521ea9(0x1bc),'SDipu':function(_0x5673a1,_0x5cb6fe){return _0x5673a1(_0x5cb6fe);},'euWzM':function(_0xc9de70,_0x225b7f){return _0xc9de70===_0x225b7f;}};try{for(const _0x30c50a of _entries){let _0xb4b82=![];try{if(_0x30c50a[_0x521ea9(0x183)]&&_0x2551ac['advhU'](typeof _0x30c50a[_0x521ea9(0x183)][_0x521ea9(0x1c2)],_0x2551ac[_0x521ea9(0x1b7)])){const _0x3569b1={};_0x3569b1[_0x521ea9(0x198)]=_0x2551ac[_0x521ea9(0x197)],_0x3569b1[_0x521ea9(0x1b5)]={},_0x3569b1[_0x521ea9(0x1b5)]['status']=_0x30c50a[_0x521ea9(0x1c1)]||_0x2551ac[_0x521ea9(0x1bb)],_0x3569b1[_0x521ea9(0x1b5)][_0x521ea9(0x190)]=_0x30c50a[_0x521ea9(0x190)]||'';const _0x18a018=_0x521ea9(0x1be)+JSON[_0x521ea9(0x1b6)](_0x3569b1);await _0x30c50a['driver'][_0x521ea9(0x1c2)](_0x18a018),_0xb4b82=!![],logger[_0x521ea9(0x1bf)](_0x521ea9(0x1ab)+_0x30c50a[_0x521ea9(0x1c1)]+_0x521ea9(0x1ae)+_0x30c50a[_0x521ea9(0x182)]);}}catch(_0x136f18){logger[_0x521ea9(0x1ac)](_0x521ea9(0x195)+_0x30c50a[_0x521ea9(0x182)]+_0x521ea9(0x19c)+_0x136f18['message']);}!_0xb4b82&&await _0x2551ac[_0x521ea9(0x1a7)](_markViaRestApi,_0x30c50a);try{_0x30c50a[_0x521ea9(0x183)]&&_0x2551ac[_0x521ea9(0x1bd)](typeof _0x30c50a['driver'][_0x521ea9(0x19f)],_0x2551ac[_0x521ea9(0x1b7)])&&await _0x30c50a[_0x521ea9(0x183)][_0x521ea9(0x19f)]();}catch(_0x4b0315){logger['warn'](_0x521ea9(0x1b4)+_0x30c50a['sessionId']+':\x20'+_0x4b0315['message']);}}}finally{_entries['length']=0x0;}}const a69_0x76dbe4={};a69_0x76dbe4[a69_0x5ad303(0x17f)]=register,a69_0x76dbe4[a69_0x5ad303(0x1ad)]=listEntries,a69_0x76dbe4[a69_0x5ad303(0x18c)]=markStatus,a69_0x76dbe4['quitAll']=quitAll,module['exports']=a69_0x76dbe4;
1
+ 'use strict';const a69_0x71b010=a69_0x55ed;(function(_0x6f0ac3,_0x4b95be){const _0x1cbb16=a69_0x55ed,_0x19d8ac=_0x6f0ac3();while(!![]){try{const _0x4ad9db=-parseInt(_0x1cbb16(0x1f0))/0x1*(parseInt(_0x1cbb16(0x1c6))/0x2)+-parseInt(_0x1cbb16(0x1f4))/0x3+-parseInt(_0x1cbb16(0x1e1))/0x4*(-parseInt(_0x1cbb16(0x1be))/0x5)+parseInt(_0x1cbb16(0x1c5))/0x6*(parseInt(_0x1cbb16(0x1ca))/0x7)+-parseInt(_0x1cbb16(0x1b4))/0x8*(-parseInt(_0x1cbb16(0x1e0))/0x9)+parseInt(_0x1cbb16(0x1ef))/0xa+parseInt(_0x1cbb16(0x1c4))/0xb;if(_0x4ad9db===_0x4b95be)break;else _0x19d8ac['push'](_0x19d8ac['shift']());}catch(_0x1830d9){_0x19d8ac['push'](_0x19d8ac['shift']());}}}(a69_0x5d39,0x20f59));const got=require('got'),logger=require(a69_0x71b010(0x1bd))[a69_0x71b010(0x1c3)],{BROWSERSTACK_API_URL}=require(a69_0x71b010(0x1fb)),_entries=[];function register(_0x308eb8){const _0x57a735=a69_0x71b010,_0x15b936={};_0x15b936[_0x57a735(0x1df)]=_0x57a735(0x1d4),_0x15b936[_0x57a735(0x1cb)]=_0x57a735(0x1da);const _0x25a550=_0x15b936,_0x3487a2={'status':_0x25a550['BIkYB'],'reason':_0x25a550['JTBhe'],..._0x308eb8};_entries['push'](_0x3487a2);}function listEntries(){return _entries['slice']();}function a69_0x5d39(){const _0x865f3c=['winstonLogger','3647875PKKdnl','6fPKVTb','72CbgZwi','[session-registry]\x20REST\x20mark\x20failed\x20for\x20','action','info','150710KwalJb','JTBhe','[session-registry]\x20REST\x20mark\x20skipped\x20for\x20','https://','hubUrl','message','kTDAC','AhnLm','responseType','[session-registry]\x20executeScript\x20setSessionStatus(','failed','IvTgc','env','trim','reason','arguments','TestCafe\x20session\x20ended\x20without\x20an\x20explicit\x20pass/fail\x20marker','[session-registry]\x20executeScript\x20setSessionStatus\x20failed\x20for\x20','listEntries','BROWSERSTACK_ACCESS_KEY','OUjrN','BIkYB','997695Jwbkiz','344diSVBs','fodps','mhIQa','sessionId','register','throwHttpErrors','quitAll',')\x20OK\x20for\x20','\x20for\x20','browserstack_executor:\x20','executeScript','[session-registry]\x20REST\x20mark\x20HTTP\x20','[session-registry]\x20driver.quit\x20failed\x20for\x20','\x20(will\x20retry\x20via\x20REST):\x20','381560TNeSWO','6982uEfBlL','json','driver','length','683097CNHbHg','warn','LipgL','password','RbVuY','stringify','usPuv','../utils/constants','rICPp','8RiEBCk',':\x20no\x20BROWSERSTACK_USERNAME/ACCESS_KEY','status','setSessionStatus','username','HsaDp','RaPEk','exports','BROWSERSTACK_USERNAME','../../helpers/logger','6505OcfiZW','body','statusCode','markStatus','.json'];a69_0x5d39=function(){return _0x865f3c;};return a69_0x5d39();}function a69_0x55ed(_0x3af7c4,_0x27ba4e){const _0x5d394e=a69_0x5d39();return a69_0x55ed=function(_0x55ed25,_0x2c21ee){_0x55ed25=_0x55ed25-0x1b4;let _0x140fe9=_0x5d394e[_0x55ed25];return _0x140fe9;},a69_0x55ed(_0x3af7c4,_0x27ba4e);}function markStatus(_0x174c84,_0x47761e,_0x79359e){const _0x562e19=a69_0x71b010,_0x599f9a={};_0x599f9a[_0x562e19(0x1d5)]=function(_0x24e856,_0x1789b5){return _0x24e856===_0x1789b5;};const _0xe50fe6=_0x599f9a;for(const _0x30215e of _entries){if(_0xe50fe6[_0x562e19(0x1d5)](_0x30215e['platformIndex'],_0x174c84))return _0x30215e[_0x562e19(0x1b6)]=_0x47761e,_0x79359e&&(_0x30215e[_0x562e19(0x1d8)]=_0x79359e),!![];}return![];}function _resolveCreds(_0x13ebee){const _0x40c8a3=a69_0x71b010,_0x57fd83={'LipgL':function(_0x159476,_0x123995){return _0x159476(_0x123995);}};try{if(_0x13ebee){const _0x7118b6=_0x57fd83[_0x40c8a3(0x1f6)](String,_0x13ebee)[_0x40c8a3(0x1d7)](),_0x6a0b4=/^https?:\/\//i['test'](_0x7118b6)?_0x7118b6:_0x40c8a3(0x1cd)+_0x7118b6['replace'](/^\/+/,''),_0x4213c7=new URL(_0x6a0b4);if(_0x4213c7[_0x40c8a3(0x1b8)]||_0x4213c7[_0x40c8a3(0x1f7)])return{'username':_0x57fd83[_0x40c8a3(0x1f6)](decodeURIComponent,_0x4213c7[_0x40c8a3(0x1b8)]||''),'password':_0x57fd83[_0x40c8a3(0x1f6)](decodeURIComponent,_0x4213c7[_0x40c8a3(0x1f7)]||'')};}}catch(_0x262e93){}const _0x4ca489={};return _0x4ca489[_0x40c8a3(0x1b8)]=process[_0x40c8a3(0x1d6)][_0x40c8a3(0x1bc)]||'',_0x4ca489['password']=process[_0x40c8a3(0x1d6)][_0x40c8a3(0x1dd)]||'',_0x4ca489;}async function _markViaRestApi(_0x5b925a){const _0x16c262=a69_0x71b010,_0x2a5398={'HsaDp':function(_0x3e371c,_0x15de58){return _0x3e371c(_0x15de58);},'fodps':function(_0x419584,_0x4aab35){return _0x419584||_0x4aab35;},'kTDAC':_0x16c262(0x1d4),'RbVuY':_0x16c262(0x1f1),'mhIQa':function(_0x1ae4b9,_0x2fe5cf){return _0x1ae4b9>=_0x2fe5cf;},'rICPp':function(_0x5d4da7,_0x51e44d){return _0x5d4da7<_0x51e44d;}},{username:_0x367fd4,password:_0x41c148}=_0x2a5398[_0x16c262(0x1b9)](_resolveCreds,_0x5b925a[_0x16c262(0x1ce)]);if(_0x2a5398[_0x16c262(0x1e2)](!_0x367fd4,!_0x41c148))return logger['warn'](_0x16c262(0x1cc)+_0x5b925a[_0x16c262(0x1e4)]+_0x16c262(0x1b5)),![];const _0x8c1b89=BROWSERSTACK_API_URL+'/automate/sessions/'+_0x5b925a[_0x16c262(0x1e4)]+_0x16c262(0x1c2);try{const _0x12f806={};_0x12f806[_0x16c262(0x1b6)]=_0x5b925a[_0x16c262(0x1b6)]||_0x2a5398[_0x16c262(0x1d0)],_0x12f806[_0x16c262(0x1d8)]=_0x5b925a[_0x16c262(0x1d8)]||'';const _0x88b19b={};_0x88b19b['request']=0x7530;const _0x5b89b8={};_0x5b89b8[_0x16c262(0x1b8)]=_0x367fd4,_0x5b89b8['password']=_0x41c148,_0x5b89b8[_0x16c262(0x1f1)]=_0x12f806,_0x5b89b8[_0x16c262(0x1d2)]=_0x2a5398[_0x16c262(0x1f8)],_0x5b89b8[_0x16c262(0x1e6)]=![],_0x5b89b8['timeout']=_0x88b19b;const _0x24d374=await got['put'](_0x8c1b89,_0x5b89b8);if(_0x2a5398[_0x16c262(0x1e3)](_0x24d374[_0x16c262(0x1c0)],0xc8)&&_0x2a5398[_0x16c262(0x1fc)](_0x24d374[_0x16c262(0x1c0)],0x12c))return logger[_0x16c262(0x1c9)]('[session-registry]\x20REST\x20setSessionStatus('+_0x5b925a['status']+')\x20OK\x20for\x20'+_0x5b925a[_0x16c262(0x1e4)]),!![];return logger[_0x16c262(0x1f5)](_0x16c262(0x1ec)+_0x24d374[_0x16c262(0x1c0)]+_0x16c262(0x1e9)+_0x5b925a[_0x16c262(0x1e4)]+':\x20'+JSON[_0x16c262(0x1f9)](_0x24d374[_0x16c262(0x1bf)])['slice'](0x0,0xc8)),![];}catch(_0x4b6397){return logger['warn'](_0x16c262(0x1c7)+_0x5b925a[_0x16c262(0x1e4)]+':\x20'+_0x4b6397[_0x16c262(0x1cf)]),![];}}async function quitAll(){const _0x360ca4=a69_0x71b010,_0x4820b8={'AhnLm':function(_0x542164,_0x455dfb){return _0x542164===_0x455dfb;},'OUjrN':'function','usPuv':_0x360ca4(0x1b7),'RaPEk':'failed','BlRat':function(_0x510dc9,_0x59128b){return _0x510dc9(_0x59128b);}};try{for(const _0xbf7c65 of _entries){let _0x4ea181=![];try{if(_0xbf7c65['driver']&&_0x4820b8[_0x360ca4(0x1d1)](typeof _0xbf7c65[_0x360ca4(0x1f2)]['executeScript'],_0x4820b8['OUjrN'])){const _0x237691={};_0x237691[_0x360ca4(0x1c8)]=_0x4820b8[_0x360ca4(0x1fa)],_0x237691[_0x360ca4(0x1d9)]={},_0x237691[_0x360ca4(0x1d9)][_0x360ca4(0x1b6)]=_0xbf7c65[_0x360ca4(0x1b6)]||_0x4820b8[_0x360ca4(0x1ba)],_0x237691[_0x360ca4(0x1d9)]['reason']=_0xbf7c65[_0x360ca4(0x1d8)]||'';const _0x4425cc=_0x360ca4(0x1ea)+JSON[_0x360ca4(0x1f9)](_0x237691);await _0xbf7c65[_0x360ca4(0x1f2)][_0x360ca4(0x1eb)](_0x4425cc),_0x4ea181=!![],logger[_0x360ca4(0x1c9)](_0x360ca4(0x1d3)+_0xbf7c65[_0x360ca4(0x1b6)]+_0x360ca4(0x1e8)+_0xbf7c65[_0x360ca4(0x1e4)]);}}catch(_0x3ae207){logger[_0x360ca4(0x1f5)](_0x360ca4(0x1db)+_0xbf7c65[_0x360ca4(0x1e4)]+_0x360ca4(0x1ee)+_0x3ae207[_0x360ca4(0x1cf)]);}!_0x4ea181&&await _0x4820b8['BlRat'](_markViaRestApi,_0xbf7c65);try{_0xbf7c65['driver']&&_0x4820b8[_0x360ca4(0x1d1)](typeof _0xbf7c65['driver']['quit'],_0x4820b8[_0x360ca4(0x1de)])&&await _0xbf7c65[_0x360ca4(0x1f2)]['quit']();}catch(_0x145434){logger[_0x360ca4(0x1f5)](_0x360ca4(0x1ed)+_0xbf7c65['sessionId']+':\x20'+_0x145434['message']);}}}finally{_entries[_0x360ca4(0x1f3)]=0x0;}}const a69_0x4247df={};a69_0x4247df[a69_0x71b010(0x1e5)]=register,a69_0x4247df[a69_0x71b010(0x1dc)]=listEntries,a69_0x4247df[a69_0x71b010(0x1c1)]=markStatus,a69_0x4247df[a69_0x71b010(0x1e7)]=quitAll,module[a69_0x71b010(0x1bb)]=a69_0x4247df;
@@ -1 +1 @@
1
- 'use strict';const a70_0x22a268=a70_0x39fa;(function(_0x490e91,_0x8291e1){const _0x1d5acc=a70_0x39fa,_0x1845fb=_0x490e91();while(!![]){try{const _0x5dbc75=parseInt(_0x1d5acc(0x19d))/0x1+-parseInt(_0x1d5acc(0x19c))/0x2*(parseInt(_0x1d5acc(0x172))/0x3)+-parseInt(_0x1d5acc(0x18b))/0x4*(parseInt(_0x1d5acc(0x178))/0x5)+parseInt(_0x1d5acc(0x166))/0x6*(parseInt(_0x1d5acc(0x16a))/0x7)+-parseInt(_0x1d5acc(0x192))/0x8*(parseInt(_0x1d5acc(0x1a9))/0x9)+-parseInt(_0x1d5acc(0x17b))/0xa+-parseInt(_0x1d5acc(0x17e))/0xb*(-parseInt(_0x1d5acc(0x17a))/0xc);if(_0x5dbc75===_0x8291e1)break;else _0x1845fb['push'](_0x1845fb['shift']());}catch(_0x3d4b0e){_0x1845fb['push'](_0x1845fb['shift']());}}}(a70_0x448c,0x6b348));const {v4:uuidv4}=require(a70_0x22a268(0x16b)),logger=require(a70_0x22a268(0x16d))[a70_0x22a268(0x184)];function a70_0x39fa(_0x6eac4,_0x3e01a3){const _0x448cce=a70_0x448c();return a70_0x39fa=function(_0x39fa3b,_0x1c1cb6){_0x39fa3b=_0x39fa3b-0x15c;let _0x268eb5=_0x448cce[_0x39fa3b];return _0x268eb5;},a70_0x39fa(_0x6eac4,_0x3e01a3);}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_0x22a268(0x1a2)+'('+a70_0x22a268(0x160)+a70_0x22a268(0x19f)+a70_0x22a268(0x1b9)+a70_0x22a268(0x18d)+a70_0x22a268(0x197)+a70_0x22a268(0x173)+'|Test\x20\x5cd+\x20of\x20\x5cd+'+a70_0x22a268(0x170)+a70_0x22a268(0x169)+')');function _stripAnsi(_0x11e646){const _0x419a0c=a70_0x22a268,_0x29ed6f={};_0x29ed6f[_0x419a0c(0x177)]=function(_0x28d10d,_0xee1347){return _0x28d10d!==_0xee1347;},_0x29ed6f[_0x419a0c(0x198)]=_0x419a0c(0x1b8);const _0x151433=_0x29ed6f;if(_0x151433['swdRY'](typeof _0x11e646,_0x151433['Stohb']))return _0x11e646;return _0x11e646[_0x419a0c(0x15c)](ANSI_RE,'');}function _shouldForward(_0x3ca129){const _0x1fa4c8=a70_0x22a268,_0x3f1f72={'OSkCU':function(_0x33a0f4,_0x2e7c9d){return _0x33a0f4(_0x2e7c9d);}};if(!_0x3ca129||!_0x3ca129[_0x1fa4c8(0x1b0)]())return![];if(INTERNAL_LOG_RE[_0x1fa4c8(0x185)](_0x3ca129))return![];const _0x425d0c=_0x3f1f72['OSkCU'](_stripAnsi,_0x3ca129)[_0x1fa4c8(0x1b0)]();if(!_0x425d0c)return![];if(SPEC_REPORTER_RE[_0x1fa4c8(0x185)](_0x425d0c))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x2ca870){const _0x5c3485=a70_0x22a268,_0x16ac4c={};_0x16ac4c[_0x5c3485(0x1a6)]=function(_0x3835f0,_0x528311){return _0x3835f0>_0x528311;},_0x16ac4c['UTIlI']=function(_0x255a67,_0x43867c){return _0x255a67-_0x43867c;},_0x16ac4c[_0x5c3485(0x1b3)]=function(_0x3a38ad,_0x3475e5){return _0x3a38ad!==_0x3475e5;},_0x16ac4c[_0x5c3485(0x174)]=function(_0x3236b4,_0x2a6750){return _0x3236b4<_0x2a6750;};const _0x39f638=_0x16ac4c,_0x2359b2=Date['now']();if(_0x39f638[_0x5c3485(0x1a6)](_recent[_0x5c3485(0x189)],0xc8))for(const [_0x47df03,_0x48d9f2]of _recent){_0x39f638['jVfaZ'](_0x39f638[_0x5c3485(0x188)](_0x2359b2,_0x48d9f2),DEDUP_WINDOW_MS)&&_recent[_0x5c3485(0x164)](_0x47df03);}const _0x3841bf=_recent['get'](_0x2ca870);if(_0x39f638[_0x5c3485(0x1b3)](_0x3841bf,undefined)&&_0x39f638['ageOw'](_0x39f638['UTIlI'](_0x2359b2,_0x3841bf),DEDUP_WINDOW_MS))return!![];return _recent['set'](_0x2ca870,_0x2359b2),![];}function _emitLog(_0x410f66){const _0x379040=a70_0x22a268,_0x1da27f={'LWyqp':function(_0x171ae3,_0x15f559){return _0x171ae3(_0x15f559);},'leLCS':'../v2/browserstackCLI','vEVJk':_0x379040(0x181),'CoNKF':function(_0xd7d1d9,_0x47d0b8){return _0xd7d1d9(_0x47d0b8);},'rNCfE':'../v2/framework/testFramework','RfMVU':'../v2/framework/constants/testFrameworkConstants','oAwMq':'__currentPlatformUuids','TlSVD':function(_0x4ec679,_0xe4d002){return _0x4ec679===_0xe4d002;},'PmjvN':_0x379040(0x168),'CVGBn':function(_0x2a7cfc,_0x28007a){return _0x2a7cfc<_0x28007a;},'ZRjJW':'info','sxMoo':_0x379040(0x1a7),'wSlSo':_0x379040(0x16f)};try{const _0x2787f5=_0x1da27f[_0x379040(0x15f)](require,_0x1da27f[_0x379040(0x187)]),_0x20030b=_0x1da27f['LWyqp'](require,_0x1da27f[_0x379040(0x1ac)]),_0x314750=_0x1da27f['CoNKF'](require,_0x1da27f[_0x379040(0x15e)]),_0x57bf1b=_0x1da27f['CoNKF'](require,_0x1da27f['RfMVU']),_0x4fabd5=_0x2787f5[_0x379040(0x162)]&&_0x2787f5['getInstance']();if(!_0x4fabd5||!_0x4fabd5[_0x379040(0x161)]())return;const _0x4dde8a=_0x4fabd5[_0x379040(0x1a0)]&&_0x4fabd5[_0x379040(0x1a0)](),_0x437d88=_0x314750['getTrackedInstance']&&_0x314750['getTrackedInstance']();if(!_0x437d88)return;const _0x38cdd7=Array['isArray'](_0x437d88[_0x379040(0x1ba)](_0x1da27f[_0x379040(0x16c)]))?_0x437d88[_0x379040(0x1ba)](_0x1da27f[_0x379040(0x16c)]):[];if(_0x1da27f[_0x379040(0x1a5)](_0x38cdd7[_0x379040(0x1b7)],0x0))return;const _0x1ef0b1=_0x4dde8a&&_0x1da27f['TlSVD'](typeof _0x4dde8a[_0x379040(0x1b4)],_0x1da27f[_0x379040(0x18f)])?_0x4dde8a[_0x379040(0x1b4)]():{},_0x6b8c66=_0x4dde8a&&_0x1da27f[_0x379040(0x1a5)](typeof _0x4dde8a[_0x379040(0x180)],_0x1da27f[_0x379040(0x18f)])?_0x4dde8a[_0x379040(0x180)]():[],_0xfebc1d=_0x6b8c66&&_0x6b8c66[0x0]&&_0x1ef0b1&&_0x1ef0b1[_0x6b8c66[0x0]]||'',_0x43aa75=_0x1da27f[_0x379040(0x15f)](_stripAnsi,_0x410f66)[_0x379040(0x1b0)]();if(_0x1da27f[_0x379040(0x167)](_isDuplicate,_0x43aa75))return;const _0x2078ff=new Date()[_0x379040(0x193)]();for(let _0xef6a2f=0x0;_0x1da27f[_0x379040(0x17d)](_0xef6a2f,_0x38cdd7[_0x379040(0x1b7)]);_0xef6a2f++){const _0x1268ca=_0x38cdd7[_0xef6a2f];if(!_0x1268ca)continue;const _0x24fb67={};_0x24fb67[_0x379040(0x16b)]=_0x1268ca,_0x24fb67[_0x379040(0x1a3)]=_0x1268ca,_0x24fb67[_0x379040(0x183)]=_0x2078ff,_0x24fb67[_0x379040(0x163)]=_0x43aa75,_0x24fb67['kind']=_0x57bf1b[_0x379040(0x191)],_0x24fb67['level']=_0x1da27f[_0x379040(0x182)];const _0x35fab3=_0x24fb67,_0x4b7615={};_0x4b7615[_0x379040(0x1a4)]=_0xef6a2f,_0x4b7615[_0x379040(0x1ae)]=[_0x35fab3],_0x4b7615[_0x379040(0x16e)]=_0x1da27f[_0x379040(0x1b1)],_0x4b7615[_0x379040(0x175)]=_0xfebc1d,_0x4b7615[_0x379040(0x165)]=_0x1da27f[_0x379040(0x1ad)];const _0x49525=_0x4b7615;_0x20030b[_0x379040(0x162)]()[_0x379040(0x17c)](_0x49525)[_0x379040(0x15d)](()=>{});}}catch(_0x1a356d){}}function _wrap(_0x49cbd4){const _0x15a86c=a70_0x22a268,_0x4dc582={'VLNFX':function(_0x3174b5,_0x3c09d3,_0x337c19,_0xf4b7a2){return _0x3174b5(_0x3c09d3,_0x337c19,_0xf4b7a2);},'VCAid':function(_0x36e34f,_0x15799e){return _0x36e34f===_0x15799e;},'UuNCi':_0x15a86c(0x1b8),'iYAGz':'utf8','ttdus':function(_0x36571f,_0x3662e7){return _0x36571f(_0x3662e7);},'jXKMO':function(_0x279842,_0x1e6c14){return _0x279842(_0x1e6c14);},'KSsTS':function(_0x6ce792,_0x5c4796){return _0x6ce792(_0x5c4796);}};return function(_0x3b2067,_0x555302,_0x37c9c2){const _0x57f54f=_0x15a86c,_0xc6247c=_0x4dc582[_0x57f54f(0x196)](_0x49cbd4,_0x3b2067,_0x555302,_0x37c9c2);try{const _0xbcb272=_0x4dc582['VCAid'](typeof _0x3b2067,_0x4dc582[_0x57f54f(0x18a)])?_0x3b2067:Buffer['isBuffer'](_0x3b2067)?_0x3b2067[_0x57f54f(0x190)](_0x4dc582[_0x57f54f(0x1b5)]):_0x4dc582[_0x57f54f(0x1b2)](String,_0x3b2067),_0x5800f8=_0xbcb272[_0x57f54f(0x171)](/\r?\n/);for(const _0x24e0bc of _0x5800f8){_0x4dc582[_0x57f54f(0x186)](_shouldForward,_0x24e0bc)&&_0x4dc582[_0x57f54f(0x1af)](_emitLog,_0x24e0bc);}}catch(_0x287261){}return _0xc6247c;};}exports[a70_0x22a268(0x19e)]=()=>{const _0x37a3ab=a70_0x22a268,_0x3158ea={'Povhy':_0x37a3ab(0x1a8),'rrbYu':function(_0x1c5e81,_0x520ffa){return _0x1c5e81(_0x520ffa);},'WlpYs':function(_0x3964d3,_0x3acf6b){return _0x3964d3(_0x3acf6b);},'fPsjC':_0x37a3ab(0x1b6)},_0x254c1e=_0x3158ea[_0x37a3ab(0x1ab)][_0x37a3ab(0x171)]('|');let _0x46baff=0x0;while(!![]){switch(_0x254c1e[_0x46baff++]){case'0':_origStdoutWrite=process[_0x37a3ab(0x19a)][_0x37a3ab(0x195)][_0x37a3ab(0x18e)](process['stdout']);continue;case'1':_origStderrWrite=process[_0x37a3ab(0x1a1)]['write'][_0x37a3ab(0x18e)](process[_0x37a3ab(0x1a1)]);continue;case'2':if(_installed)return;continue;case'3':process[_0x37a3ab(0x1a1)][_0x37a3ab(0x195)]=_0x3158ea['rrbYu'](_wrap,_origStderrWrite);continue;case'4':_installed=!![];continue;case'5':process[_0x37a3ab(0x19a)][_0x37a3ab(0x195)]=_0x3158ea['WlpYs'](_wrap,_origStdoutWrite);continue;case'6':logger['debug'](_0x3158ea[_0x37a3ab(0x199)]);continue;}break;}},exports[a70_0x22a268(0x176)]=()=>{const _0x3c3866=a70_0x22a268,_0x42f261={};_0x42f261[_0x3c3866(0x179)]=_0x3c3866(0x19b),_0x42f261[_0x3c3866(0x1aa)]=_0x3c3866(0x194);const _0xb0746=_0x42f261,_0x7ecec7=_0xb0746['ZsZWP'][_0x3c3866(0x171)]('|');let _0x5de09f=0x0;while(!![]){switch(_0x7ecec7[_0x5de09f++]){case'0':_origStdoutWrite=null;continue;case'1':_origStderrWrite&&(process[_0x3c3866(0x1a1)][_0x3c3866(0x195)]=_origStderrWrite);continue;case'2':_installed=![];continue;case'3':_origStdoutWrite&&(process[_0x3c3866(0x19a)][_0x3c3866(0x195)]=_origStdoutWrite);continue;case'4':_origStderrWrite=null;continue;case'5':if(!_installed)return;continue;case'6':logger[_0x3c3866(0x18c)](_0xb0746['OipLB']);continue;case'7':_recent[_0x3c3866(0x17f)]();continue;}break;}};function a70_0x448c(){const _0x34369b=['oAwMq','../../helpers/logger','testFrameworkName','TEST','|Connecting\x20to\x20.*://','split','3iUgglE','|Hostname:','ageOw','testFrameworkVersion','uninstall','swdRY','17785dplyMH','ZsZWP','6804SfhRhe','3245860LFwvfL','logCreatedEvent','CVGBn','18722hGVJck','clear','getTestFrameworks','../v2/grpcClient','ZRjJW','timestamp','winstonLogger','test','jXKMO','leLCS','UTIlI','size','UuNCi','332NClVKY','debug','|\x5cd+\x5cs+skipped','bind','PmjvN','toString','KIND_LOG','408hgqnsE','toISOString','[stdout-interceptor]\x20uninstalled','write','VLNFX','|Running\x20tests\x20in','Stohb','fPsjC','stdout','5|3|1|0|4|2|7|6','1623338WenVLt','571651alWvGs','install','|\x5cd+\x5cs+passed','getTestFramework','stderr','^(\x5cs*)','test_run_uuid','platformIndex','TlSVD','jVfaZ','testcafe','2|0|1|5|3|4|6','81162pMibJQ','OipLB','Povhy','vEVJk','wSlSo','logs','KSsTS','trim','sxMoo','ttdus','regWT','getTestFrameworksVersions','iYAGz','[stdout-interceptor]\x20installed','length','string','|\x5cd+\x5cs+failed','getData','replace','catch','rNCfE','LWyqp','[✓✔✗✘×]\x5cs','isRunning','getInstance','message','delete','testFrameworkState','6HrbXQc','CoNKF','function','|Waiting\x20for','5556817WXcDzP','uuid'];a70_0x448c=function(){return _0x34369b;};return a70_0x448c();}
1
+ 'use strict';const a70_0xcf6e32=a70_0x2ad5;function a70_0x46e9(){const _0x9aebca=['stderr','replace','length','684860OdSWHG','kcxtA','write','ATEGJ','jbPjb','nCSCT','ZfGuF','uuid','debug','FTOYz','getTrackedInstance','535461IeUpRR','lMLLN','KIND_LOG','TRaSC','isArray','function','getTestFrameworksVersions','test','xsAlL','[✓✔✗✘×]\x5cs','info','|Running\x20tests\x20in','trim','isBuffer','MNJXE','|\x5cd+\x5cs+failed','5324CgcgWm','FFliA','__currentPlatformUuids','getInstance','^(\x5cs*)','size','4qeEoZE','176NVaHHx','../v2/framework/testFramework','testcafe','|Hostname:','logs','|Waiting\x20for','stdout','yxVdX','split','32157kgreBw','kind','aopbs','lUFpv','set','isRunning','sSmhH','794140YPERHO','toISOString','FjEFU','fcBdL','uninstall','oRkno','install','getTestFramework','396pPRxRf','IRzrj','winstonLogger','4|0|6|3|2|1|7|5','0|6|2|5|4|3|1','JQvTw','|Test\x20\x5cd+\x20of\x20\x5cd+','65626reGwuG','../v2/browserstackCLI','itDUP','|Connecting\x20to\x20.*://','rqtFf','|\x5cd+\x5cs+skipped','../../helpers/logger','toString','getTestFrameworks','delete','159327ynoNuT','oZZMi','nqJdf','bPEmy','iBIYB','string','38tgLoGG','clear','XPfwl','testFrameworkState','bind','getData','LGLYB','message','18ELGIpn'];a70_0x46e9=function(){return _0x9aebca;};return a70_0x46e9();}(function(_0x23c069,_0x8f973d){const _0x44a3ea=a70_0x2ad5,_0x598f3f=_0x23c069();while(!![]){try{const _0x23dcef=-parseInt(_0x44a3ea(0xcc))/0x1*(-parseInt(_0x44a3ea(0xf3))/0x2)+-parseInt(_0x44a3ea(0xe3))/0x3*(-parseInt(_0x44a3ea(0xf9))/0x4)+parseInt(_0x44a3ea(0xd8))/0x5+parseInt(_0x44a3ea(0xd4))/0x6*(parseInt(_0x44a3ea(0xc6))/0x7)+-parseInt(_0x44a3ea(0x9d))/0x8*(parseInt(_0x44a3ea(0xa6))/0x9)+-parseInt(_0x44a3ea(0xad))/0xa+-parseInt(_0x44a3ea(0xbc))/0xb*(parseInt(_0x44a3ea(0xb5))/0xc);if(_0x23dcef===_0x8f973d)break;else _0x598f3f['push'](_0x598f3f['shift']());}catch(_0xe904a2){_0x598f3f['push'](_0x598f3f['shift']());}}}(a70_0x46e9,0x1fbd0));const {v4:uuidv4}=require(a70_0xcf6e32(0xdf)),logger=require(a70_0xcf6e32(0xc2))[a70_0xcf6e32(0xb7)];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_0xcf6e32(0xf7)+'('+a70_0xcf6e32(0xec)+'|\x5cd+\x5cs+passed'+a70_0xcf6e32(0xf2)+a70_0xcf6e32(0xc1)+a70_0xcf6e32(0xee)+a70_0xcf6e32(0xa0)+a70_0xcf6e32(0xbb)+a70_0xcf6e32(0xbf)+a70_0xcf6e32(0xa2)+')');function _stripAnsi(_0xd66eca){const _0x5e9199=a70_0xcf6e32,_0x21c391={};_0x21c391['abKWa']=function(_0x345283,_0x5cb70c){return _0x345283!==_0x5cb70c;},_0x21c391['XPfwl']=_0x5e9199(0xcb);const _0x3fc8ee=_0x21c391;if(_0x3fc8ee['abKWa'](typeof _0xd66eca,_0x3fc8ee[_0x5e9199(0xce)]))return _0xd66eca;return _0xd66eca[_0x5e9199(0xd6)](ANSI_RE,'');}function _shouldForward(_0x2d3076){const _0x3e83d6=a70_0xcf6e32,_0x4bfd76={'FFliA':function(_0x446a66,_0x1e9a9a){return _0x446a66(_0x1e9a9a);}};if(!_0x2d3076||!_0x2d3076[_0x3e83d6(0xef)]())return![];if(INTERNAL_LOG_RE[_0x3e83d6(0xea)](_0x2d3076))return![];const _0x102469=_0x4bfd76[_0x3e83d6(0xf4)](_stripAnsi,_0x2d3076)[_0x3e83d6(0xef)]();if(!_0x102469)return![];if(SPEC_REPORTER_RE['test'](_0x102469))return![];return!![];}const DEDUP_WINDOW_MS=0xbb8,_recent=new Map();function _isDuplicate(_0x4fa4ca){const _0x7389bf=a70_0xcf6e32,_0x3e6e63={};_0x3e6e63['oRkno']=function(_0x562f36,_0x3d6cd3){return _0x562f36>_0x3d6cd3;},_0x3e6e63[_0x7389bf(0xd9)]=function(_0x2f6d66,_0x5ea7ef){return _0x2f6d66>_0x5ea7ef;},_0x3e6e63[_0x7389bf(0xa4)]=function(_0x2b778f,_0x31f80c){return _0x2b778f-_0x31f80c;},_0x3e6e63['FTOYz']=function(_0x595153,_0x2d1710){return _0x595153!==_0x2d1710;},_0x3e6e63[_0x7389bf(0xeb)]=function(_0x45ff08,_0x24da24){return _0x45ff08<_0x24da24;};const _0x4b51d3=_0x3e6e63,_0x368084=Date['now']();if(_0x4b51d3[_0x7389bf(0xb2)](_recent[_0x7389bf(0xf8)],0xc8))for(const [_0x5c68c6,_0x18bc60]of _recent){_0x4b51d3['kcxtA'](_0x4b51d3[_0x7389bf(0xa4)](_0x368084,_0x18bc60),DEDUP_WINDOW_MS)&&_recent[_0x7389bf(0xc5)](_0x5c68c6);}const _0x588b57=_recent['get'](_0x4fa4ca);if(_0x4b51d3[_0x7389bf(0xe1)](_0x588b57,undefined)&&_0x4b51d3[_0x7389bf(0xeb)](_0x4b51d3[_0x7389bf(0xa4)](_0x368084,_0x588b57),DEDUP_WINDOW_MS))return!![];return _recent[_0x7389bf(0xaa)](_0x4fa4ca,_0x368084),![];}function a70_0x2ad5(_0x52b664,_0x198049){const _0x46e9bb=a70_0x46e9();return a70_0x2ad5=function(_0x2ad571,_0x7f92e9){_0x2ad571=_0x2ad571-0x9d;let _0x4fb788=_0x46e9bb[_0x2ad571];return _0x4fb788;},a70_0x2ad5(_0x52b664,_0x198049);}function _emitLog(_0x2cbcb3){const _0x5b44d9=a70_0xcf6e32,_0x5eab57={'rqtFf':function(_0xb47f64,_0x1f0430){return _0xb47f64(_0x1f0430);},'MNJXE':_0x5b44d9(0xbd),'TRaSC':'../v2/grpcClient','oZZMi':_0x5b44d9(0x9e),'IRzrj':'../v2/framework/constants/testFrameworkConstants','lMLLN':_0x5b44d9(0xf5),'LGLYB':function(_0x542895,_0x4a1115){return _0x542895===_0x4a1115;},'PjJGb':_0x5b44d9(0xe8),'lUFpv':function(_0x4828bd,_0x123e17){return _0x4828bd(_0x123e17);},'ATEGJ':function(_0x490de9,_0x319026){return _0x490de9<_0x319026;},'nCSCT':_0x5b44d9(0xed),'bPEmy':_0x5b44d9(0x9f),'ZfGuF':'TEST'};try{const _0x2942f2=_0x5eab57['rqtFf'](require,_0x5eab57[_0x5b44d9(0xf1)]),_0x1452fe=_0x5eab57['rqtFf'](require,_0x5eab57[_0x5b44d9(0xe6)]),_0x243785=_0x5eab57['rqtFf'](require,_0x5eab57[_0x5b44d9(0xc7)]),_0x514d1c=_0x5eab57[_0x5b44d9(0xc0)](require,_0x5eab57[_0x5b44d9(0xb6)]),_0x4fd836=_0x2942f2['getInstance']&&_0x2942f2['getInstance']();if(!_0x4fd836||!_0x4fd836[_0x5b44d9(0xab)]())return;const _0x2e44e2=_0x4fd836[_0x5b44d9(0xb4)]&&_0x4fd836[_0x5b44d9(0xb4)](),_0x108677=_0x243785[_0x5b44d9(0xe2)]&&_0x243785[_0x5b44d9(0xe2)]();if(!_0x108677)return;const _0x52c12b=Array[_0x5b44d9(0xe7)](_0x108677['getData'](_0x5eab57[_0x5b44d9(0xe4)]))?_0x108677[_0x5b44d9(0xd1)](_0x5eab57[_0x5b44d9(0xe4)]):[];if(_0x5eab57[_0x5b44d9(0xd2)](_0x52c12b[_0x5b44d9(0xd7)],0x0))return;const _0x483b02=_0x2e44e2&&_0x5eab57['LGLYB'](typeof _0x2e44e2[_0x5b44d9(0xe9)],_0x5eab57['PjJGb'])?_0x2e44e2[_0x5b44d9(0xe9)]():{},_0x49a8c0=_0x2e44e2&&_0x5eab57['LGLYB'](typeof _0x2e44e2[_0x5b44d9(0xc4)],_0x5eab57['PjJGb'])?_0x2e44e2[_0x5b44d9(0xc4)]():[],_0x2efeca=_0x49a8c0&&_0x49a8c0[0x0]&&_0x483b02&&_0x483b02[_0x49a8c0[0x0]]||'',_0x4b75c3=_0x5eab57[_0x5b44d9(0xa9)](_stripAnsi,_0x2cbcb3)['trim']();if(_0x5eab57[_0x5b44d9(0xa9)](_isDuplicate,_0x4b75c3))return;const _0x3cc871=new Date()[_0x5b44d9(0xae)]();for(let _0x2c9fc3=0x0;_0x5eab57[_0x5b44d9(0xdb)](_0x2c9fc3,_0x52c12b[_0x5b44d9(0xd7)]);_0x2c9fc3++){const _0x5c0523=_0x52c12b[_0x2c9fc3];if(!_0x5c0523)continue;const _0x365f0a={};_0x365f0a['uuid']=_0x5c0523,_0x365f0a['test_run_uuid']=_0x5c0523,_0x365f0a['timestamp']=_0x3cc871,_0x365f0a[_0x5b44d9(0xd3)]=_0x4b75c3,_0x365f0a[_0x5b44d9(0xa7)]=_0x514d1c[_0x5b44d9(0xe5)],_0x365f0a['level']=_0x5eab57[_0x5b44d9(0xdd)];const _0x1b14c2=_0x365f0a,_0x486ae4={};_0x486ae4['platformIndex']=_0x2c9fc3,_0x486ae4[_0x5b44d9(0xa1)]=[_0x1b14c2],_0x486ae4['testFrameworkName']=_0x5eab57[_0x5b44d9(0xc9)],_0x486ae4['testFrameworkVersion']=_0x2efeca,_0x486ae4[_0x5b44d9(0xcf)]=_0x5eab57[_0x5b44d9(0xde)];const _0x2aac38=_0x486ae4;_0x1452fe[_0x5b44d9(0xf6)]()['logCreatedEvent'](_0x2aac38)['catch'](()=>{});}}catch(_0x5d3c2d){}}function _wrap(_0x545f2e){const _0x53ca64={'iBIYB':function(_0x9153a0,_0x2e1ef7,_0x3980c6,_0x5b3163){return _0x9153a0(_0x2e1ef7,_0x3980c6,_0x5b3163);},'nqJdf':function(_0x959bba,_0xeddd8){return _0x959bba===_0xeddd8;},'aopbs':'string','FjEFU':'utf8','jbPjb':function(_0x30c2f0,_0x22531d){return _0x30c2f0(_0x22531d);}};return function(_0x4c8246,_0x5e17d2,_0x1655c3){const _0xb9f12f=a70_0x2ad5,_0x1d7a23=_0x53ca64[_0xb9f12f(0xca)](_0x545f2e,_0x4c8246,_0x5e17d2,_0x1655c3);try{const _0x55f3aa=_0x53ca64[_0xb9f12f(0xc8)](typeof _0x4c8246,_0x53ca64[_0xb9f12f(0xa8)])?_0x4c8246:Buffer[_0xb9f12f(0xf0)](_0x4c8246)?_0x4c8246[_0xb9f12f(0xc3)](_0x53ca64[_0xb9f12f(0xaf)]):_0x53ca64[_0xb9f12f(0xdc)](String,_0x4c8246),_0x39e7f7=_0x55f3aa[_0xb9f12f(0xa5)](/\r?\n/);for(const _0x45eb50 of _0x39e7f7){_0x53ca64[_0xb9f12f(0xdc)](_shouldForward,_0x45eb50)&&_0x53ca64[_0xb9f12f(0xdc)](_emitLog,_0x45eb50);}}catch(_0x566be8){}return _0x1d7a23;};}exports[a70_0xcf6e32(0xb3)]=()=>{const _0x940b4f=a70_0xcf6e32,_0x41a254={'hhNVX':_0x940b4f(0xb9),'GmPZh':'[stdout-interceptor]\x20installed','fcBdL':function(_0x334920,_0x8a1ea){return _0x334920(_0x8a1ea);},'sSmhH':function(_0x4c0089,_0x8afe6f){return _0x4c0089(_0x8afe6f);}},_0xc4e253=_0x41a254['hhNVX'][_0x940b4f(0xa5)]('|');let _0x48dcb2=0x0;while(!![]){switch(_0xc4e253[_0x48dcb2++]){case'0':if(_installed)return;continue;case'1':logger[_0x940b4f(0xe0)](_0x41a254['GmPZh']);continue;case'2':_origStderrWrite=process['stderr'][_0x940b4f(0xda)][_0x940b4f(0xd0)](process[_0x940b4f(0xd5)]);continue;case'3':_installed=!![];continue;case'4':process[_0x940b4f(0xd5)][_0x940b4f(0xda)]=_0x41a254[_0x940b4f(0xb0)](_wrap,_origStderrWrite);continue;case'5':process[_0x940b4f(0xa3)]['write']=_0x41a254[_0x940b4f(0xac)](_wrap,_origStdoutWrite);continue;case'6':_origStdoutWrite=process['stdout'][_0x940b4f(0xda)][_0x940b4f(0xd0)](process[_0x940b4f(0xa3)]);continue;}break;}},exports[a70_0xcf6e32(0xb1)]=()=>{const _0x2e2651=a70_0xcf6e32,_0x2e8711={};_0x2e8711[_0x2e2651(0xba)]=_0x2e2651(0xb8),_0x2e8711[_0x2e2651(0xbe)]='[stdout-interceptor]\x20uninstalled';const _0x1e24be=_0x2e8711,_0x192716=_0x1e24be[_0x2e2651(0xba)]['split']('|');let _0x428e17=0x0;while(!![]){switch(_0x192716[_0x428e17++]){case'0':_origStdoutWrite&&(process[_0x2e2651(0xa3)][_0x2e2651(0xda)]=_origStdoutWrite);continue;case'1':_installed=![];continue;case'2':_origStderrWrite=null;continue;case'3':_origStdoutWrite=null;continue;case'4':if(!_installed)return;continue;case'5':logger[_0x2e2651(0xe0)](_0x1e24be[_0x2e2651(0xbe)]);continue;case'6':_origStderrWrite&&(process[_0x2e2651(0xd5)]['write']=_origStderrWrite);continue;case'7':_recent[_0x2e2651(0xcd)]();continue;}break;}};
@@ -1 +1 @@
1
- 'use strict';const a71_0x4d53c4=a71_0x4686;(function(_0x13d73c,_0x20b7bf){const _0x3396d5=a71_0x4686,_0x24bfd4=_0x13d73c();while(!![]){try{const _0x4f3ae0=parseInt(_0x3396d5(0x1d7))/0x1+parseInt(_0x3396d5(0x220))/0x2+parseInt(_0x3396d5(0x200))/0x3*(parseInt(_0x3396d5(0x222))/0x4)+-parseInt(_0x3396d5(0x218))/0x5+-parseInt(_0x3396d5(0x1e7))/0x6+parseInt(_0x3396d5(0x1d2))/0x7+-parseInt(_0x3396d5(0x1be))/0x8*(-parseInt(_0x3396d5(0x201))/0x9);if(_0x4f3ae0===_0x20b7bf)break;else _0x24bfd4['push'](_0x24bfd4['shift']());}catch(_0x57ec13){_0x24bfd4['push'](_0x24bfd4['shift']());}}}(a71_0x5356,0x7852c));function a71_0x4686(_0x2c092a,_0x536769){const _0x535637=a71_0x5356();return a71_0x4686=function(_0x46860f,_0xac6682){_0x46860f=_0x46860f-0x1bd;let _0x186d04=_0x535637[_0x46860f];return _0x186d04;},a71_0x4686(_0x2c092a,_0x536769);}function a71_0x5356(){const _0x2dc399=['uVPtt','xAXhW','set','MzZYg','QszRo','JwIlX','cucumber','getPrototypeOf','KEY_TEST_NAME','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','ByXGG','2610060IQyAtK','../v2/framework/testcafeAutomationFramework','getAccessibilityModule','shouldScanForCommand','ICGaH','IaMQm','descriptor','exports','JTztZ','values','xFdku','catch','[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','\x20failed:\x20','default','originalDescriptor','YDscK','CPQuZ','dirname','getData','uiQZH','isRunning','../v2/framework/testFramework','__currentPlatformUuids','UNOUt','909003ooEmFc','17793UOMvOS','testController','JLhFp','YytJC','../v2/framework/automationFramework','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','runScan','uninstall','icIMn','getOwnPropertyDescriptor','[testcafe-action-patcher]\x20uninstalled','Zjtwe','vvXpd','defineProperty','module','[testcafe-action-patcher]\x20wrapped\x20','CXPlU','COoZd','\x20testName=','\x20cmd=','QtYyB','isArray','function','1629575KBoXXQ','message','apply','prototype','getState','mMYCs','WpiOB','api','1136tlbRCi','IFaEh','8YuYeGD','wTKop','BfWYh','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','testcafe/package.json','install','value','length','1656AydGrx','get','info','../v2/browserstackCLI','[testcafe-action-patcher]\x20could\x20not\x20restore\x20','gAdOm','getInstance','AshAL','debug','resolve','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','../../helpers/logger','call','enumerable','AwlQP','pending','../v2/modules/testcafeDriverModule','__bstack_a11y_wrapped','[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20','kNeVL','3815YNmOrm','jOEgX','XwHFQ','isEnabledTestcase','../v2/framework/constants/testFrameworkConstants','237415XMBLIb','KkqUO','owner','WwUog','KEY_TEST_STARTED_AT'];a71_0x5356=function(){return _0x2dc399;};return a71_0x5356();}const logger=require(a71_0x4d53c4(0x1c9))['winstonLogger'];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x1e0ded=a71_0x4d53c4,_0x24e417={'XwHFQ':function(_0x3e2f4a,_0x54c346){return _0x3e2f4a(_0x54c346);},'zghfZ':'path','mMYCs':_0x1e0ded(0x226),'ICGaH':'lib','uVPtt':_0x1e0ded(0x21f),'JpFWu':'test-controller','ByXGG':function(_0x562f01,_0x418bcb){return _0x562f01(_0x418bcb);}},_0x4675fb=_0x24e417[_0x1e0ded(0x1d4)](require,_0x24e417['zghfZ']),_0x1499b7=_0x4675fb[_0x1e0ded(0x1f9)](require[_0x1e0ded(0x1c7)](_0x24e417[_0x1e0ded(0x21d)],{'paths':[process['cwd']()]})),_0xa07d7=_0x4675fb['join'](_0x1499b7,_0x24e417[_0x1e0ded(0x1eb)],_0x24e417[_0x1e0ded(0x1dc)],_0x24e417['JpFWu']),_0x2032f1=_0x24e417[_0x1e0ded(0x1e6)](require,_0xa07d7);return _0x2032f1&&(_0x2032f1[_0x1e0ded(0x1f5)]||_0x2032f1);}async function _performScanForAllDrivers(_0x2fbb15){const _0x4f4eee=a71_0x4d53c4,_0x37ea27={'IaMQm':function(_0x5be7a4,_0x4bd550){return _0x5be7a4(_0x4bd550);},'YDscK':_0x4f4eee(0x1c1),'AwlQP':function(_0x521f54,_0x3dcf59){return _0x521f54(_0x3dcf59);},'zxqbZ':_0x4f4eee(0x1e8),'TccYi':_0x4f4eee(0x205),'JTztZ':function(_0x7c4107,_0x40e62a){return _0x7c4107(_0x40e62a);},'UNOUt':_0x4f4eee(0x1ce),'gAdOm':_0x4f4eee(0x1fd),'vvXpd':function(_0x2e4e1f,_0x4882fb){return _0x2e4e1f===_0x4882fb;},'JLhFp':_0x4f4eee(0x217),'YytJC':_0x4f4eee(0x1fe),'WwUog':function(_0x52f840,_0x241353){return _0x52f840===_0x241353;},'KkqUO':function(_0x4570ad,_0x1cc54a){return _0x4570ad(_0x1cc54a);},'xFdku':_0x4f4eee(0x1d6),'IFaEh':function(_0x242793,_0x2c502f){return _0x242793===_0x2c502f;},'BfWYh':function(_0x335b04,_0x4715fb){return _0x335b04===_0x4715fb;},'AshAL':function(_0x3ff35a,_0x4e898b){return _0x3ff35a===_0x4e898b;},'QtYyB':_0x4f4eee(0x1cd),'jOEgX':function(_0x198d9a,_0xdb95f9){return _0x198d9a>_0xdb95f9;},'kNeVL':'<unnamed>','icIMn':_0x4f4eee(0x1e2),'xOWCX':function(_0x178fbd,_0x21d813){return _0x178fbd(_0x21d813);},'JqdTi':'./a11y-runner'};try{const _0x27e7e0=_0x37ea27[_0x4f4eee(0x1ec)](require,_0x37ea27[_0x4f4eee(0x1f7)]),_0x3ffa00=_0x37ea27[_0x4f4eee(0x1cc)](require,_0x37ea27['zxqbZ']),_0x4a13f3=_0x37ea27[_0x4f4eee(0x1cc)](require,_0x37ea27['TccYi']),_0x10a9b3=_0x37ea27[_0x4f4eee(0x1ef)](require,_0x37ea27[_0x4f4eee(0x1ff)]),_0x68e977=_0x37ea27[_0x4f4eee(0x1ec)](require,_0x37ea27[_0x4f4eee(0x1c3)]),_0x1db7c5=_0x27e7e0[_0x4f4eee(0x1c4)]();if(!_0x1db7c5||!_0x1db7c5[_0x4f4eee(0x1fc)]())return;const _0x42d6ff=_0x1db7c5[_0x4f4eee(0x1e9)]&&_0x1db7c5[_0x4f4eee(0x1e9)]();if(!_0x42d6ff)return;if(_0x37ea27[_0x4f4eee(0x20d)](typeof _0x42d6ff[_0x4f4eee(0x1ea)],_0x37ea27[_0x4f4eee(0x203)])&&!_0x42d6ff[_0x4f4eee(0x1ea)](_0x2fbb15))return;const _0x84dd52=_0x68e977['getTrackedInstance']&&_0x68e977['getTrackedInstance']();if(!_0x84dd52)return;const _0x17bc7f=Array[_0x4f4eee(0x216)](_0x84dd52[_0x4f4eee(0x1fa)](_0x37ea27[_0x4f4eee(0x204)]))?_0x84dd52[_0x4f4eee(0x1fa)](_0x37ea27[_0x4f4eee(0x204)]):[];if(_0x37ea27[_0x4f4eee(0x1da)](_0x17bc7f['length'],0x0))return;try{const _0xd54708=_0x37ea27[_0x4f4eee(0x1d8)](require,_0x37ea27[_0x4f4eee(0x1f1)]),_0x39c663=_0x37ea27[_0x4f4eee(0x221)](typeof _0x84dd52['getAllData'],_0x37ea27['JLhFp'])?_0x84dd52['getAllData']():null;if(_0x39c663&&_0x37ea27[_0x4f4eee(0x221)](typeof _0x39c663[_0x4f4eee(0x1f0)],_0x37ea27['JLhFp'])&&_0x37ea27[_0x4f4eee(0x224)](typeof _0x42d6ff[_0x4f4eee(0x1d5)],_0x37ea27['JLhFp'])){let _0x1e0e9e=null,_0x4657a2='';for(const _0x94cdbf of _0x39c663[_0x4f4eee(0x1f0)]()){if(!_0x94cdbf)continue;const _0x5af965=_0x94cdbf[_0xd54708[_0x4f4eee(0x1db)]],_0x2266ab=_0x94cdbf[_0xd54708['KEY_TEST_RESULT']];_0x5af965&&(_0x37ea27[_0x4f4eee(0x1c5)](_0x2266ab,_0x37ea27[_0x4f4eee(0x215)])||_0x37ea27[_0x4f4eee(0x221)](_0x2266ab,_0xd54708['DEFAULT_TEST_RESULT']))&&(_0x37ea27[_0x4f4eee(0x1d3)](_0x5af965,_0x4657a2)&&(_0x4657a2=_0x5af965,_0x1e0e9e=_0x94cdbf));}if(_0x1e0e9e){const _0x2e68a2=_0x1e0e9e[_0xd54708['KEY_TEST_TAGS']]||[],_0x292c21=_0x1e0e9e[_0xd54708[_0x4f4eee(0x1e4)]]||_0x37ea27[_0x4f4eee(0x1d1)],_0x53736a=_0x42d6ff[_0x4f4eee(0x1d5)](_0x2e68a2,null,_0x37ea27[_0x4f4eee(0x209)]);if(!_0x53736a){logger[_0x4f4eee(0x1c6)]('[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd='+_0x2fbb15+_0x4f4eee(0x213)+_0x292c21+'\x20tags='+JSON['stringify'](_0x2e68a2)+_0x4f4eee(0x1c8));return;}}}}catch(_0x1669a5){logger[_0x4f4eee(0x1c6)](_0x4f4eee(0x225)+(_0x1669a5[_0x4f4eee(0x219)]||_0x1669a5));}const _0x938e9b=_0x37ea27['xOWCX'](require,_0x37ea27['JqdTi']);for(const {platformIndex:_0xfe5711,instance:_0x479498}of _0x3ffa00['iterAllInstances']()){const _0x1533b8=_0x4a13f3[_0x4f4eee(0x21c)](_0x479498,_0x10a9b3['KEY_DRIVER'],null);if(!_0x1533b8)continue;const _0x4a0264=_0x17bc7f[_0xfe5711]||_0x17bc7f[0x0]||'';try{await _0x938e9b[_0x4f4eee(0x207)](_0x1533b8,_0x4a0264,_0x2fbb15,![]);}catch(_0xdef12c){logger['debug']('[testcafe-action-patcher]\x20performScan\x20pi='+_0xfe5711+_0x4f4eee(0x214)+_0x2fbb15+_0x4f4eee(0x1f4)+(_0xdef12c[_0x4f4eee(0x219)]||_0xdef12c));}}}catch(_0x47b44b){logger[_0x4f4eee(0x1c6)]('[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20'+(_0x47b44b[_0x4f4eee(0x219)]||_0x47b44b));}}function install(_0x483fac){const _0xe6d3b5=a71_0x4d53c4,_0x1214ef={'WMtvD':function(_0x1018c1,_0x4466f6){return _0x1018c1(_0x4466f6);},'wTKop':function(_0x3faab8,_0x30ec6c){return _0x3faab8(_0x30ec6c);},'CPQuZ':function(_0x4342a8,_0x72e03b){return _0x4342a8!==_0x72e03b;},'CXPlU':'function','QszRo':function(_0x4c0802,_0x29f6c2){return _0x4c0802===_0x29f6c2;},'xAXhW':_0xe6d3b5(0x1f3),'Zjtwe':function(_0x45fb4c){return _0x45fb4c();},'NZjMp':_0xe6d3b5(0x206),'JwIlX':function(_0x2123f4,_0x452f3b){return _0x2123f4!==_0x452f3b;},'COoZd':_0xe6d3b5(0x202),'MzZYg':function(_0x4e0b66,_0x12d569){return _0x4e0b66(_0x12d569);}};if(_installed)return;if(!Array[_0xe6d3b5(0x216)](_0x483fac)||_0x1214ef[_0xe6d3b5(0x1e0)](_0x483fac['length'],0x0)){logger[_0xe6d3b5(0x1c6)](_0x1214ef[_0xe6d3b5(0x1dd)]);return;}let _0x4f2abd;try{_0x4f2abd=_0x1214ef[_0xe6d3b5(0x20c)](_requireTestController);}catch(_0x187d41){logger[_0xe6d3b5(0x1c6)](_0xe6d3b5(0x1d0)+(_0x187d41['message']||_0x187d41));return;}if(!_0x4f2abd||!_0x4f2abd['prototype']){logger[_0xe6d3b5(0x1c6)](_0x1214ef['NZjMp']);return;}const _0x540aa5=_0x4f2abd[_0xe6d3b5(0x21b)];let _0xd06384=0x0;function _0x2a0f24(_0xe08b51){const _0x5b9caa=_0xe6d3b5;let _0xf1343b=_0x540aa5;while(_0xf1343b){const _0x359cdb=Object[_0x5b9caa(0x20a)](_0xf1343b,_0xe08b51);if(_0x359cdb){const _0x5b05c5={};return _0x5b05c5[_0x5b9caa(0x1ed)]=_0x359cdb,_0x5b05c5[_0x5b9caa(0x1d9)]=_0xf1343b,_0x5b05c5;}_0xf1343b=Object[_0x5b9caa(0x1e3)](_0xf1343b);}return null;}for(const _0x5d1ef2 of _0x483fac){if(!_0x5d1ef2||_0x1214ef[_0xe6d3b5(0x1e1)](_0x5d1ef2[_0xe6d3b5(0x20f)],_0x1214ef[_0xe6d3b5(0x212)]))continue;const _0x51d4b5=_0x5d1ef2['name'],_0x4bd008=_0x1214ef[_0xe6d3b5(0x1df)](_0x2a0f24,_0x51d4b5);if(!_0x4bd008)continue;const {descriptor:_0x3d7b92,owner:_0x3488f8}=_0x4bd008;if(_0x3d7b92[_0xe6d3b5(0x1cf)])continue;let _0x530c2e;if(_0x1214ef[_0xe6d3b5(0x1e0)](typeof _0x3d7b92[_0xe6d3b5(0x228)],_0x1214ef[_0xe6d3b5(0x211)])){const _0x584f77=_0x3d7b92[_0xe6d3b5(0x228)];_0x530c2e={'configurable':!![],'writable':!![],'enumerable':_0x3d7b92['enumerable'],'value':function(..._0x12244f){const _0x50658f=_0xe6d3b5;return _0x1214ef['WMtvD'](_performScanForAllDrivers,_0x51d4b5)[_0x50658f(0x1f2)](()=>{}),_0x584f77[_0x50658f(0x21a)](this,_0x12244f);}};}else{if(_0x1214ef[_0xe6d3b5(0x1e0)](typeof _0x3d7b92[_0xe6d3b5(0x1bf)],_0x1214ef[_0xe6d3b5(0x211)])){const _0x4b1055=_0x3d7b92['get'];_0x530c2e={'configurable':!![],'enumerable':_0x3d7b92[_0xe6d3b5(0x1cb)],'get'(){const _0x4f98fb=_0xe6d3b5,_0x52b7cb={'WpiOB':function(_0x128ad7,_0x3967fe){const _0x13c5f7=a71_0x4686;return _0x1214ef[_0x13c5f7(0x223)](_0x128ad7,_0x3967fe);}},_0x22fa53=_0x4b1055[_0x4f98fb(0x1ca)](this);if(_0x1214ef[_0x4f98fb(0x1f8)](typeof _0x22fa53,_0x1214ef[_0x4f98fb(0x211)]))return _0x22fa53;return function(..._0x50ed43){const _0x25ef48=_0x4f98fb;return _0x52b7cb[_0x25ef48(0x21e)](_performScanForAllDrivers,_0x51d4b5)['catch'](()=>{}),_0x22fa53[_0x25ef48(0x21a)](this,_0x50ed43);};},'set':_0x3d7b92['set']||function(){}};}else continue;}_0x530c2e[_0xe6d3b5(0x1cf)]=!![];try{Object[_0xe6d3b5(0x20e)](_0x3488f8,_0x51d4b5,_0x530c2e);const _0x238631={};_0x238631['owner']=_0x3488f8,_0x238631[_0xe6d3b5(0x1f6)]=_0x3d7b92,_patchedDescriptors[_0xe6d3b5(0x1de)](_0x51d4b5,_0x238631),_0xd06384+=0x1;}catch(_0x2e53e1){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x51d4b5+':\x20'+(_0x2e53e1[_0xe6d3b5(0x219)]||_0x2e53e1));}}_installed=!![],logger[_0xe6d3b5(0x1c0)](_0xe6d3b5(0x210)+_0xd06384+'/'+_0x483fac[_0xe6d3b5(0x1bd)]+_0xe6d3b5(0x1e5));}function uninstall(){const _0x25b288=a71_0x4d53c4,_0x501626={};_0x501626[_0x25b288(0x1fb)]=_0x25b288(0x20b);const _0x46ec65=_0x501626;if(!_installed)return;for(const [_0x5a9085,{owner:_0x33ac2e,originalDescriptor:_0x52c463}]of _patchedDescriptors){try{Object['defineProperty'](_0x33ac2e,_0x5a9085,_0x52c463);}catch(_0x31099e){logger[_0x25b288(0x1c6)](_0x25b288(0x1c2)+_0x5a9085+':\x20'+(_0x31099e[_0x25b288(0x219)]||_0x31099e));}}_patchedDescriptors['clear'](),_installed=![],logger[_0x25b288(0x1c6)](_0x46ec65['uiQZH']);}const a71_0x33ecde={};a71_0x33ecde[a71_0x4d53c4(0x227)]=install,a71_0x33ecde[a71_0x4d53c4(0x208)]=uninstall,module[a71_0x4d53c4(0x1ee)]=a71_0x33ecde;
1
+ 'use strict';const a71_0x44e923=a71_0x5933;(function(_0xb6a79,_0x2b1dab){const _0x21ae53=a71_0x5933,_0x2352c2=_0xb6a79();while(!![]){try{const _0x551439=parseInt(_0x21ae53(0x236))/0x1+parseInt(_0x21ae53(0x246))/0x2*(parseInt(_0x21ae53(0x228))/0x3)+parseInt(_0x21ae53(0x232))/0x4+parseInt(_0x21ae53(0x219))/0x5*(-parseInt(_0x21ae53(0x206))/0x6)+-parseInt(_0x21ae53(0x225))/0x7+parseInt(_0x21ae53(0x235))/0x8*(parseInt(_0x21ae53(0x1f7))/0x9)+parseInt(_0x21ae53(0x202))/0xa*(-parseInt(_0x21ae53(0x21d))/0xb);if(_0x551439===_0x2b1dab)break;else _0x2352c2['push'](_0x2352c2['shift']());}catch(_0x90b8ab){_0x2352c2['push'](_0x2352c2['shift']());}}}(a71_0xd0f6,0x67b3b));const logger=require(a71_0x44e923(0x1ea))['winstonLogger'];let _installed=![];const _patchedDescriptors=new Map();function _requireTestController(){const _0x303a35=a71_0x44e923,_0x23e4c9={'iGETR':function(_0x442e54,_0x450bd5){return _0x442e54(_0x450bd5);},'uBzRR':'path','CbEmu':_0x303a35(0x253),'IhDhF':'lib','KKGUW':'api','NUuAh':_0x303a35(0x22e),'WtTkS':function(_0x46c5ee,_0x38fdb2){return _0x46c5ee(_0x38fdb2);}},_0x1fe377=_0x23e4c9['iGETR'](require,_0x23e4c9[_0x303a35(0x20f)]),_0x159bde=_0x1fe377[_0x303a35(0x220)](require[_0x303a35(0x1f2)](_0x23e4c9[_0x303a35(0x1fc)],{'paths':[process[_0x303a35(0x22a)]()]})),_0x44b319=_0x1fe377[_0x303a35(0x209)](_0x159bde,_0x23e4c9[_0x303a35(0x250)],_0x23e4c9[_0x303a35(0x229)],_0x23e4c9[_0x303a35(0x24d)]),_0x4a2ccb=_0x23e4c9['WtTkS'](require,_0x44b319);return _0x4a2ccb&&(_0x4a2ccb[_0x303a35(0x1f5)]||_0x4a2ccb);}async function _performScanForAllDrivers(_0x53186a){const _0x4e8323=a71_0x44e923,_0x5dedef={'aSRfE':function(_0x15e3a1,_0x151449){return _0x15e3a1(_0x151449);},'icIxT':_0x4e8323(0x201),'Mlhyz':function(_0x15349d,_0x273126){return _0x15349d(_0x273126);},'nkCLh':_0x4e8323(0x212),'GbzUM':_0x4e8323(0x221),'lnlxU':_0x4e8323(0x1ff),'PxybI':'../v2/framework/testFramework','OFoyV':function(_0xe327d0,_0x370b5f){return _0xe327d0===_0x370b5f;},'RMABV':'function','kADRo':_0x4e8323(0x208),'aUXRF':function(_0x151047,_0x4ea66b){return _0x151047===_0x4ea66b;},'lPZij':_0x4e8323(0x21a),'Lbagt':function(_0x42c404,_0x3097e2){return _0x42c404===_0x3097e2;},'bjgWf':function(_0x40bc57,_0x93df3d){return _0x40bc57===_0x93df3d;},'uGAma':function(_0x499e02,_0x56bfd1){return _0x499e02===_0x56bfd1;},'rziyI':function(_0x3ebd09,_0x3fedbe){return _0x3ebd09===_0x3fedbe;},'FmKnS':_0x4e8323(0x1fe),'pQtvN':function(_0x566b74,_0x1a0008){return _0x566b74>_0x1a0008;},'Rjggf':'<unnamed>','RIeeP':_0x4e8323(0x230),'XuzeQ':function(_0x14bccd,_0x50d7b2){return _0x14bccd(_0x50d7b2);},'SHUMM':'./a11y-runner'};try{const _0xd27920=_0x5dedef[_0x4e8323(0x23b)](require,_0x5dedef[_0x4e8323(0x22c)]),_0x3980ae=_0x5dedef['Mlhyz'](require,_0x5dedef[_0x4e8323(0x216)]),_0x1e7acc=_0x5dedef['aSRfE'](require,_0x5dedef[_0x4e8323(0x21c)]),_0x1d789f=_0x5dedef[_0x4e8323(0x23b)](require,_0x5dedef['lnlxU']),_0x423ee9=_0x5dedef[_0x4e8323(0x23b)](require,_0x5dedef[_0x4e8323(0x1ed)]),_0x5d4573=_0xd27920[_0x4e8323(0x231)]();if(!_0x5d4573||!_0x5d4573[_0x4e8323(0x226)]())return;const _0x334fa9=_0x5d4573[_0x4e8323(0x210)]&&_0x5d4573[_0x4e8323(0x210)]();if(!_0x334fa9)return;if(_0x5dedef[_0x4e8323(0x241)](typeof _0x334fa9[_0x4e8323(0x213)],_0x5dedef[_0x4e8323(0x1f6)])&&!_0x334fa9[_0x4e8323(0x213)](_0x53186a))return;const _0x6c37b7=_0x423ee9[_0x4e8323(0x204)]&&_0x423ee9[_0x4e8323(0x204)]();if(!_0x6c37b7)return;const _0xc706c1=Array[_0x4e8323(0x215)](_0x6c37b7['getData'](_0x5dedef[_0x4e8323(0x1fb)]))?_0x6c37b7['getData'](_0x5dedef['kADRo']):[];if(_0x5dedef['aUXRF'](_0xc706c1['length'],0x0))return;try{const _0x1b34fb=_0x5dedef[_0x4e8323(0x23b)](require,_0x5dedef[_0x4e8323(0x1f8)]),_0x5bb2e1=_0x5dedef[_0x4e8323(0x249)](typeof _0x6c37b7[_0x4e8323(0x24c)],_0x5dedef[_0x4e8323(0x1f6)])?_0x6c37b7[_0x4e8323(0x24c)]():null;if(_0x5bb2e1&&_0x5dedef[_0x4e8323(0x256)](typeof _0x5bb2e1[_0x4e8323(0x233)],_0x5dedef['RMABV'])&&_0x5dedef[_0x4e8323(0x218)](typeof _0x334fa9[_0x4e8323(0x24a)],_0x5dedef[_0x4e8323(0x1f6)])){let _0x1a620c=null,_0x29e14b='';for(const _0x838793 of _0x5bb2e1[_0x4e8323(0x233)]()){if(!_0x838793)continue;const _0x546f5d=_0x838793[_0x1b34fb[_0x4e8323(0x23f)]],_0x2358c5=_0x838793[_0x1b34fb[_0x4e8323(0x20c)]];_0x546f5d&&(_0x5dedef['rziyI'](_0x2358c5,_0x5dedef[_0x4e8323(0x217)])||_0x5dedef[_0x4e8323(0x24b)](_0x2358c5,_0x1b34fb[_0x4e8323(0x222)]))&&(_0x5dedef['pQtvN'](_0x546f5d,_0x29e14b)&&(_0x29e14b=_0x546f5d,_0x1a620c=_0x838793));}if(_0x1a620c){const _0x2c1a2b=_0x1a620c[_0x1b34fb[_0x4e8323(0x22b)]]||[],_0x5745c1=_0x1a620c[_0x1b34fb['KEY_TEST_NAME']]||_0x5dedef[_0x4e8323(0x20a)],_0x320e0e=_0x334fa9[_0x4e8323(0x24a)](_0x2c1a2b,null,_0x5dedef[_0x4e8323(0x23e)]);if(!_0x320e0e){logger[_0x4e8323(0x214)](_0x4e8323(0x254)+_0x53186a+_0x4e8323(0x239)+_0x5745c1+_0x4e8323(0x1fa)+JSON[_0x4e8323(0x1f9)](_0x2c1a2b)+_0x4e8323(0x234));return;}}}}catch(_0x25a2a7){logger['debug'](_0x4e8323(0x1f1)+(_0x25a2a7[_0x4e8323(0x23a)]||_0x25a2a7));}const _0x12801c=_0x5dedef[_0x4e8323(0x244)](require,_0x5dedef[_0x4e8323(0x1ef)]);for(const {platformIndex:_0x12dad6,instance:_0xb235e0}of _0x3980ae[_0x4e8323(0x23c)]()){const _0x3e96e0=_0x1e7acc[_0x4e8323(0x205)](_0xb235e0,_0x1d789f[_0x4e8323(0x23d)],null);if(!_0x3e96e0)continue;const _0x1db1c9=_0xc706c1[_0x12dad6]||_0xc706c1[0x0]||'';try{await _0x12801c['runScan'](_0x3e96e0,_0x1db1c9,_0x53186a,![]);}catch(_0x13a625){logger[_0x4e8323(0x214)](_0x4e8323(0x203)+_0x12dad6+_0x4e8323(0x247)+_0x53186a+_0x4e8323(0x1eb)+(_0x13a625['message']||_0x13a625));}}}catch(_0x410255){logger[_0x4e8323(0x214)](_0x4e8323(0x22d)+(_0x410255[_0x4e8323(0x23a)]||_0x410255));}}function a71_0x5933(_0x883d4f,_0xa0165c){const _0xd0f66d=a71_0xd0f6();return a71_0x5933=function(_0x593305,_0x519eaa){_0x593305=_0x593305-0x1e8;let _0x2f110e=_0xd0f66d[_0x593305];return _0x2f110e;},a71_0x5933(_0x883d4f,_0xa0165c);}function install(_0x194b0a){const _0x879702=a71_0x44e923,_0x4c308c={'UXTmI':function(_0x30a0f1,_0x2af3e5){return _0x30a0f1(_0x2af3e5);},'DyJcz':function(_0x4a49c7,_0x1433c0){return _0x4a49c7!==_0x1433c0;},'MeReh':_0x879702(0x252),'yFLnY':function(_0x45696d,_0x31c998){return _0x45696d===_0x31c998;},'kWKxJ':'[testcafe-action-patcher]\x20no\x20commands\x20to\x20wrap,\x20skipping','HTSZQ':function(_0x11f9a4){return _0x11f9a4();},'AhlIv':_0x879702(0x21e),'YKGAL':function(_0x185515,_0xfb7e62){return _0x185515!==_0xfb7e62;},'TaeIv':_0x879702(0x1f4),'cGNAU':function(_0x46ecfc,_0x12e8a0){return _0x46ecfc===_0x12e8a0;}};if(_installed)return;if(!Array[_0x879702(0x215)](_0x194b0a)||_0x4c308c[_0x879702(0x1fd)](_0x194b0a[_0x879702(0x243)],0x0)){logger['debug'](_0x4c308c[_0x879702(0x1f0)]);return;}let _0x4d4dcf;try{_0x4d4dcf=_0x4c308c[_0x879702(0x1e8)](_requireTestController);}catch(_0x321916){logger[_0x879702(0x214)]('[testcafe-action-patcher]\x20could\x20not\x20load\x20TestController:\x20'+(_0x321916[_0x879702(0x23a)]||_0x321916));return;}if(!_0x4d4dcf||!_0x4d4dcf[_0x879702(0x248)]){logger['debug'](_0x4c308c['AhlIv']);return;}const _0xf3835=_0x4d4dcf['prototype'];let _0x9aca5c=0x0;function _0x28813c(_0x279541){const _0x18e2f4=_0x879702;let _0x55ae8d=_0xf3835;while(_0x55ae8d){const _0x355a56=Object[_0x18e2f4(0x20e)](_0x55ae8d,_0x279541);if(_0x355a56){const _0x20ac8c={};return _0x20ac8c[_0x18e2f4(0x207)]=_0x355a56,_0x20ac8c[_0x18e2f4(0x1e9)]=_0x55ae8d,_0x20ac8c;}_0x55ae8d=Object['getPrototypeOf'](_0x55ae8d);}return null;}for(const _0x47940c of _0x194b0a){if(!_0x47940c||_0x4c308c[_0x879702(0x224)](_0x47940c['module'],_0x4c308c[_0x879702(0x237)]))continue;const _0x1f9558=_0x47940c[_0x879702(0x24e)],_0xd8376d=_0x4c308c[_0x879702(0x1ec)](_0x28813c,_0x1f9558);if(!_0xd8376d)continue;const {descriptor:_0x14a9d6,owner:_0x67251e}=_0xd8376d;if(_0x14a9d6[_0x879702(0x200)])continue;let _0x5337f2;if(_0x4c308c[_0x879702(0x1fd)](typeof _0x14a9d6['value'],_0x4c308c[_0x879702(0x20d)])){const _0x1ef515=_0x14a9d6[_0x879702(0x245)];_0x5337f2={'configurable':!![],'writable':!![],'enumerable':_0x14a9d6[_0x879702(0x21f)],'value':function(..._0xb1f554){const _0x160187=_0x879702;return _0x4c308c[_0x160187(0x1ec)](_performScanForAllDrivers,_0x1f9558)['catch'](()=>{}),_0x1ef515[_0x160187(0x20b)](this,_0xb1f554);}};}else{if(_0x4c308c['cGNAU'](typeof _0x14a9d6[_0x879702(0x255)],_0x4c308c[_0x879702(0x20d)])){const _0x3e076f=_0x14a9d6['get'];_0x5337f2={'configurable':!![],'enumerable':_0x14a9d6[_0x879702(0x21f)],'get'(){const _0x22cd37=_0x879702,_0x19a708=_0x3e076f['call'](this);if(_0x4c308c[_0x22cd37(0x22f)](typeof _0x19a708,_0x4c308c[_0x22cd37(0x20d)]))return _0x19a708;return function(..._0x1dcccd){const _0x1371a2=_0x22cd37;return _0x4c308c[_0x1371a2(0x1ec)](_performScanForAllDrivers,_0x1f9558)[_0x1371a2(0x227)](()=>{}),_0x19a708['apply'](this,_0x1dcccd);};},'set':_0x14a9d6['set']||function(){}};}else continue;}_0x5337f2[_0x879702(0x200)]=!![];try{Object[_0x879702(0x24f)](_0x67251e,_0x1f9558,_0x5337f2);const _0x51145e={};_0x51145e[_0x879702(0x1e9)]=_0x67251e,_0x51145e[_0x879702(0x223)]=_0x14a9d6,_patchedDescriptors[_0x879702(0x240)](_0x1f9558,_0x51145e),_0x9aca5c+=0x1;}catch(_0x25a26e){logger['debug']('[testcafe-action-patcher]\x20could\x20not\x20patch\x20'+_0x1f9558+':\x20'+(_0x25a26e[_0x879702(0x23a)]||_0x25a26e));}}_installed=!![],logger[_0x879702(0x21b)](_0x879702(0x1f3)+_0x9aca5c+'/'+_0x194b0a[_0x879702(0x243)]+_0x879702(0x238));}function uninstall(){const _0x409c2a=a71_0x44e923,_0x312f10={};_0x312f10[_0x409c2a(0x211)]='[testcafe-action-patcher]\x20uninstalled';const _0x82d67c=_0x312f10;if(!_installed)return;for(const [_0x3e2928,{owner:_0x889392,originalDescriptor:_0x30f873}]of _patchedDescriptors){try{Object[_0x409c2a(0x24f)](_0x889392,_0x3e2928,_0x30f873);}catch(_0x248ce1){logger[_0x409c2a(0x214)]('[testcafe-action-patcher]\x20could\x20not\x20restore\x20'+_0x3e2928+':\x20'+(_0x248ce1[_0x409c2a(0x23a)]||_0x248ce1));}}_patchedDescriptors[_0x409c2a(0x251)](),_installed=![],logger[_0x409c2a(0x214)](_0x82d67c[_0x409c2a(0x211)]);}const a71_0x37b7fa={};a71_0x37b7fa[a71_0x44e923(0x1ee)]=install,a71_0x37b7fa['uninstall']=uninstall,module[a71_0x44e923(0x242)]=a71_0x37b7fa;function a71_0xd0f6(){const _0x5dacf2=['set','OFoyV','exports','length','XuzeQ','value','1649662ohDgqx','\x20cmd=','prototype','Lbagt','isEnabledTestcase','aUXRF','getAllData','NUuAh','name','defineProperty','IhDhF','clear','function','testcafe/package.json','[testcafe-action-patcher]\x20scope-filter\x20skipped\x20scan\x20for\x20cmd=','get','bjgWf','HTSZQ','owner','../../helpers/logger','\x20failed:\x20','UXTmI','PxybI','install','SHUMM','kWKxJ','[testcafe-action-patcher]\x20tag-scope\x20filter\x20error\x20(continuing\x20scan):\x20','resolve','[testcafe-action-patcher]\x20wrapped\x20','testController','default','RMABV','2331dOKuYo','lPZij','stringify','\x20tags=','kADRo','CbEmu','yFLnY','pending','../v2/modules/testcafeDriverModule','__bstack_a11y_wrapped','../v2/browserstackCLI','5560770kdgBkq','[testcafe-action-patcher]\x20performScan\x20pi=','getTrackedInstance','getState','979812YDsFdc','descriptor','__currentPlatformUuids','join','Rjggf','apply','KEY_TEST_RESULT','MeReh','getOwnPropertyDescriptor','uBzRR','getAccessibilityModule','mvGLL','../v2/framework/testcafeAutomationFramework','shouldScanForCommand','debug','isArray','nkCLh','FmKnS','uGAma','15eesCKl','../v2/framework/constants/testFrameworkConstants','info','GbzUM','11OeTFMg','[testcafe-action-patcher]\x20TestController.prototype\x20missing,\x20skipping','enumerable','dirname','../v2/framework/automationFramework','DEFAULT_TEST_RESULT','originalDescriptor','YKGAL','2478728rWceBP','isRunning','catch','3DuWKQE','KKGUW','cwd','KEY_TEST_TAGS','icIxT','[testcafe-action-patcher]\x20_performScanForAllDrivers\x20failed:\x20','test-controller','DyJcz','cucumber','getInstance','671548gNMdKS','values','\x20(test\x20is\x20excluded\x20by\x20includeTagsInTestingScope\x20/\x20excludeTagsInTestingScope)','5432dKpyHE','656271WxaxWn','TaeIv','\x20TestController\x20methods\x20for\x20accessibility\x20scanning','\x20testName=','message','aSRfE','iterAllInstances','KEY_DRIVER','RIeeP','KEY_TEST_STARTED_AT'];a71_0xd0f6=function(){return _0x5dacf2;};return a71_0xd0f6();}
@@ -1 +1 @@
1
- 'use strict';const a72_0x2c3f3c=a72_0x485e;function a72_0x485e(_0x494f8b,_0x9d22ec){const _0x524873=a72_0x5248();return a72_0x485e=function(_0x485e6e,_0x56caed){_0x485e6e=_0x485e6e-0x1cb;let _0x1dbbb0=_0x524873[_0x485e6e];return _0x1dbbb0;},a72_0x485e(_0x494f8b,_0x9d22ec);}function a72_0x5248(){const _0xf074cf=['EwtgS','winstonLogger','[w3c-driver]\x20DELETE\x20/session\x20','debug','sessionId','password','browserstack-node-sdk-testcafe','args','BROWSERSTACK_ACCESS_KEY','firstMatch','navigateTo','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','VOuBW','6RvfyfB','3834030qbCDPZ','[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20','xaFTV','xjZrV','956788aFvQmQ','script','_sessionId','945654rhfygg','Eocso','mWWwW','quit','executeAsyncScript','got','2400560VHPXon','_username','getCurrentUrl','capabilities','domlk','env','length','url','lgDIq','zmtoO','MAADP','throwHttpErrors','json','headers','1044331yFggNe','24238062bBoiUo','\x20failed\x20(likely\x20already\x20closed):\x20','trim','68AAKwHu','ObrOq','sLioH','../../helpers/logger','slice','/url','JDyty','post','/execute/sync','openSession','username','request','_password','Dxexj','toString','457150oceZDo','alwaysMatch','eoDAo','statusCode','WanCi','delete','body','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','stringify','message','_opts','replace','hubUrl','timeout','/session/','executeScript','_hubUrl','https://','value'];a72_0x5248=function(){return _0xf074cf;};return a72_0x5248();}(function(_0x53b547,_0x4b068b){const _0x8d4c06=a72_0x485e,_0x596c64=_0x53b547();while(!![]){try{const _0x2e4071=parseInt(_0x8d4c06(0x1de))/0x1+-parseInt(_0x8d4c06(0x219))/0x2+parseInt(_0x8d4c06(0x212))/0x3+parseInt(_0x8d4c06(0x1e2))/0x4*(parseInt(_0x8d4c06(0x1f1))/0x5)+parseInt(_0x8d4c06(0x211))/0x6*(-parseInt(_0x8d4c06(0x216))/0x7)+parseInt(_0x8d4c06(0x1d0))/0x8+-parseInt(_0x8d4c06(0x1df))/0x9;if(_0x2e4071===_0x4b068b)break;else _0x596c64['push'](_0x596c64['shift']());}catch(_0x241ce9){_0x596c64['push'](_0x596c64['shift']());}}}(a72_0x5248,0xd566c));const got=require(a72_0x2c3f3c(0x1cf)),logger=require(a72_0x2c3f3c(0x1e5))[a72_0x2c3f3c(0x205)],_trim=_0x444c2b=>(_0x444c2b||'')[a72_0x2c3f3c(0x1fc)](/\/+$/,'');function _normalizeScheme(_0x4c028e){const _0x2ff3c4=a72_0x2c3f3c,_0x183569={};_0x183569[_0x2ff3c4(0x1da)]=function(_0x1bb8dc,_0x27a7c8){return _0x1bb8dc||_0x27a7c8;};const _0x3c559d=_0x183569,_0x465999=_0x3c559d[_0x2ff3c4(0x1da)](_0x4c028e,'')[_0x2ff3c4(0x1e1)]();if(!_0x465999)return _0x465999;if(/^https?:\/\//i['test'](_0x465999))return _0x465999;return _0x2ff3c4(0x202)+_0x465999['replace'](/^\/+/,'');}function _resolveAuth(_0x6630e7){const _0x18427e=a72_0x2c3f3c,_0x4e13fa={'WanCi':function(_0x39a795,_0x122b65){return _0x39a795(_0x122b65);},'xaFTV':function(_0xf42e8c,_0x4cad9a){return _0xf42e8c(_0x4cad9a);},'eoDAo':function(_0x96222b,_0x4d23ea){return _0x96222b(_0x4d23ea);},'Eocso':function(_0x1d77db,_0x1bfc63){return _0x1d77db(_0x1bfc63);}},_0x321dd8=_0x4e13fa[_0x18427e(0x1f5)](_normalizeScheme,_0x6630e7);try{const _0x36908d=new URL(_0x321dd8);if(_0x36908d[_0x18427e(0x1ec)]||_0x36908d[_0x18427e(0x209)]){const _0x4dae52=_0x4e13fa[_0x18427e(0x1f5)](decodeURIComponent,_0x36908d[_0x18427e(0x1ec)]||''),_0x567666=_0x4e13fa[_0x18427e(0x214)](decodeURIComponent,_0x36908d['password']||'');return _0x36908d[_0x18427e(0x1ec)]='',_0x36908d[_0x18427e(0x209)]='',{'username':_0x4dae52,'password':_0x567666,'url':_0x4e13fa[_0x18427e(0x1f3)](_trim,_0x36908d[_0x18427e(0x1f0)]())};}}catch(_0x12c284){}return{'username':process[_0x18427e(0x1d5)]['BROWSERSTACK_USERNAME']||'','password':process[_0x18427e(0x1d5)][_0x18427e(0x20c)]||'','url':_0x4e13fa[_0x18427e(0x1cb)](_trim,_0x321dd8)};}class W3CDriver{constructor({hubUrl:_0x237f75,sessionId:_0x16b5ea,username:_0x1eb9b8,password:_0x4b7d95}){const _0x34c351=a72_0x2c3f3c,_0x153775={'EDAeS':function(_0x467455,_0x4833bb){return _0x467455(_0x4833bb);}};this[_0x34c351(0x201)]=_0x153775['EDAeS'](_trim,_0x237f75),this[_0x34c351(0x218)]=_0x16b5ea,this[_0x34c351(0x1d1)]=_0x1eb9b8,this[_0x34c351(0x1ee)]=_0x4b7d95;}get[a72_0x2c3f3c(0x208)](){const _0x48291c=a72_0x2c3f3c;return this[_0x48291c(0x218)];}['_opts'](_0x31dcd9={}){const _0x546dfa=a72_0x2c3f3c,_0x46d5b0={};_0x46d5b0['VOuBW']='json',_0x46d5b0[_0x546dfa(0x1e3)]=_0x546dfa(0x20a);const _0x5983c0=_0x46d5b0,_0x1e478e={'username':this['_username'],'password':this[_0x546dfa(0x1ee)],'responseType':_0x5983c0[_0x546dfa(0x210)],'headers':{'user-agent':_0x5983c0['ObrOq']},'throwHttpErrors':![],..._0x31dcd9};return _0x1e478e;}async[a72_0x2c3f3c(0x20e)](_0xb4342d){const _0x1e9651=a72_0x2c3f3c,_0x45690a={};_0x45690a[_0x1e9651(0x1d9)]=function(_0x923f02,_0x7ac1a2){return _0x923f02>=_0x7ac1a2;};const _0x1f882c=_0x45690a,_0x55f923={};_0x55f923[_0x1e9651(0x1d7)]=_0xb4342d;const _0x24db2b={};_0x24db2b[_0x1e9651(0x1ed)]=0xea60;const _0x45eb6b={};_0x45eb6b[_0x1e9651(0x1dc)]=_0x55f923,_0x45eb6b['timeout']=_0x24db2b;const _0x461724=await got[_0x1e9651(0x1e9)](this[_0x1e9651(0x201)]+_0x1e9651(0x1ff)+this[_0x1e9651(0x218)]+_0x1e9651(0x1e7),this[_0x1e9651(0x1fb)](_0x45eb6b));if(_0x1f882c['zmtoO'](_0x461724['statusCode'],0x190))throw new Error('[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20'+this[_0x1e9651(0x218)]+':\x20HTTP\x20'+_0x461724[_0x1e9651(0x1f4)]+'\x20'+JSON['stringify'](_0x461724['body'])[_0x1e9651(0x1e6)](0x0,0x12c));}async[a72_0x2c3f3c(0x1d2)](){const _0x48cd93=a72_0x2c3f3c,_0x401f6b={};_0x401f6b[_0x48cd93(0x1ed)]=0x7530;const _0x22618d={};_0x22618d['timeout']=_0x401f6b;const _0x13f76d=await got['get'](this[_0x48cd93(0x201)]+_0x48cd93(0x1ff)+this[_0x48cd93(0x218)]+'/url',this[_0x48cd93(0x1fb)](_0x22618d));return _0x13f76d[_0x48cd93(0x1f7)]&&_0x13f76d[_0x48cd93(0x1f7)][_0x48cd93(0x203)]||'';}async[a72_0x2c3f3c(0x200)](_0x5171a6,..._0x118863){const _0xeb82d6=a72_0x2c3f3c,_0x40d532={};_0x40d532[_0xeb82d6(0x217)]=_0x5171a6,_0x40d532['args']=_0x118863;const _0xa918ab={};_0xa918ab[_0xeb82d6(0x1ed)]=0xea60;const _0x4176cd={};_0x4176cd['json']=_0x40d532,_0x4176cd[_0xeb82d6(0x1fe)]=_0xa918ab;const _0x412e7d=await got['post'](this[_0xeb82d6(0x201)]+'/session/'+this[_0xeb82d6(0x218)]+_0xeb82d6(0x1ea),this[_0xeb82d6(0x1fb)](_0x4176cd));return _0x412e7d[_0xeb82d6(0x1f7)]&&_0x412e7d['body'][_0xeb82d6(0x203)];}async[a72_0x2c3f3c(0x1ce)](_0x2381a3,..._0x2db199){const _0x248655=a72_0x2c3f3c,_0x405aa0={};_0x405aa0[_0x248655(0x217)]=_0x2381a3,_0x405aa0[_0x248655(0x20b)]=_0x2db199;const _0x45433c={};_0x45433c[_0x248655(0x1ed)]=0x1d4c0;const _0x219299={};_0x219299['json']=_0x405aa0,_0x219299['timeout']=_0x45433c;const _0x314ac8=await got['post'](this[_0x248655(0x201)]+_0x248655(0x1ff)+this[_0x248655(0x218)]+'/execute/async',this['_opts'](_0x219299));return _0x314ac8[_0x248655(0x1f7)]&&_0x314ac8['body'][_0x248655(0x203)];}async[a72_0x2c3f3c(0x1cd)](){const _0xea47ef=a72_0x2c3f3c;try{const _0xf9a306={};_0xf9a306[_0xea47ef(0x1ed)]=0x7530;const _0x5e0621={};_0x5e0621[_0xea47ef(0x1fe)]=_0xf9a306,await got[_0xea47ef(0x1f6)](this[_0xea47ef(0x201)]+_0xea47ef(0x1ff)+this[_0xea47ef(0x218)],this[_0xea47ef(0x1fb)](_0x5e0621));}catch(_0x4229a6){logger[_0xea47ef(0x207)](_0xea47ef(0x206)+this['_sessionId']+_0xea47ef(0x1e0)+_0x4229a6[_0xea47ef(0x1fa)]);}}}async function openSession({hubUrl:_0x2b88a2,capabilities:_0x2afcdb}){const _0x5d8112=a72_0x2c3f3c,_0xfc4af9={'domlk':function(_0x4c186f,_0x52fd0d){return _0x4c186f(_0x52fd0d);},'xjZrV':function(_0x3e3586,_0x2c08b8){return _0x3e3586||_0x2c08b8;},'JDyty':_0x5d8112(0x1f8),'Dxexj':_0x5d8112(0x1dc),'mWWwW':_0x5d8112(0x20a),'lgDIq':function(_0x253367,_0x210fa6){return _0x253367>=_0x210fa6;},'EwtgS':'webdriver.remote.sessionid','sLioH':function(_0x4e8b77,_0x39105f){return _0x4e8b77>_0x39105f;}},{username:_0xcc6ab1,password:_0x98f4dc,url:_0x501376}=_0xfc4af9[_0x5d8112(0x1d4)](_resolveAuth,_0x2b88a2);if(_0xfc4af9[_0x5d8112(0x215)](!_0xcc6ab1,!_0x98f4dc))throw new Error(_0xfc4af9[_0x5d8112(0x1e8)]);const _0x5a8641={};_0x5a8641[_0x5d8112(0x1f2)]=_0x2afcdb,_0x5a8641[_0x5d8112(0x20d)]=[{}];const _0x24ef87={};_0x24ef87[_0x5d8112(0x1d3)]=_0x5a8641,_0x24ef87['desiredCapabilities']=_0x2afcdb;const _0x2661e1=_0x24ef87,_0xfeeb33={};_0xfeeb33[_0x5d8112(0x1ed)]=0x1d4c0;const _0xa9f6cb={};_0xa9f6cb[_0x5d8112(0x1dc)]=_0x2661e1,_0xa9f6cb[_0x5d8112(0x1ec)]=_0xcc6ab1,_0xa9f6cb['password']=_0x98f4dc,_0xa9f6cb['responseType']=_0xfc4af9[_0x5d8112(0x1ef)],_0xa9f6cb[_0x5d8112(0x1dd)]={},_0xa9f6cb[_0x5d8112(0x1db)]=![],_0xa9f6cb[_0x5d8112(0x1fe)]=_0xfeeb33,_0xa9f6cb[_0x5d8112(0x1dd)]['user-agent']=_0xfc4af9[_0x5d8112(0x1cc)];const _0x15e559=await got['post'](_0x501376+'/session',_0xa9f6cb);if(_0xfc4af9[_0x5d8112(0x1d8)](_0x15e559[_0x5d8112(0x1f4)],0x190))throw new Error(_0x5d8112(0x20f)+_0x15e559['statusCode']+'\x20'+JSON[_0x5d8112(0x1f9)](_0x15e559[_0x5d8112(0x1f7)])['slice'](0x0,0x190));const _0x308bc3=_0x15e559[_0x5d8112(0x1f7)]||{},_0x5ce74d=_0x308bc3[_0x5d8112(0x203)]||{},_0x502420=_0x5ce74d[_0x5d8112(0x1d3)]||{},_0x21c55d=_0x308bc3[_0x5d8112(0x208)]||_0x5ce74d['sessionId']||_0x5ce74d[_0xfc4af9[_0x5d8112(0x204)]]||_0x502420[_0xfc4af9[_0x5d8112(0x204)]];if(!_0x21c55d)throw new Error(_0x5d8112(0x213)+JSON[_0x5d8112(0x1f9)](_0x308bc3)[_0x5d8112(0x1e6)](0x0,0x190));const _0x3fc425={};return _0x3fc425[_0x5d8112(0x1fd)]=_0x501376,_0x3fc425['sessionId']=_0x21c55d,_0x3fc425[_0x5d8112(0x1ec)]=_0xcc6ab1,_0x3fc425[_0x5d8112(0x209)]=_0x98f4dc,{'driver':new W3CDriver(_0x3fc425),'sessionId':_0x21c55d,'capabilities':_0xfc4af9[_0x5d8112(0x1e4)](Object['keys'](_0x502420)[_0x5d8112(0x1d6)],0x0)?_0x502420:_0x2afcdb};}const a72_0x2c801e={};a72_0x2c801e[a72_0x2c3f3c(0x1eb)]=openSession,a72_0x2c801e['W3CDriver']=W3CDriver,module['exports']=a72_0x2c801e;
1
+ 'use strict';const a72_0x39ecfc=a72_0x3472;(function(_0xcb7c16,_0x208700){const _0x524b10=a72_0x3472,_0x193833=_0xcb7c16();while(!![]){try{const _0x4b71c2=-parseInt(_0x524b10(0xf4))/0x1+parseInt(_0x524b10(0xcc))/0x2*(parseInt(_0x524b10(0xed))/0x3)+parseInt(_0x524b10(0xe2))/0x4+-parseInt(_0x524b10(0xe7))/0x5+parseInt(_0x524b10(0xc7))/0x6*(parseInt(_0x524b10(0xfe))/0x7)+parseInt(_0x524b10(0xe4))/0x8+parseInt(_0x524b10(0xe3))/0x9*(-parseInt(_0x524b10(0xe0))/0xa);if(_0x4b71c2===_0x208700)break;else _0x193833['push'](_0x193833['shift']());}catch(_0x59c550){_0x193833['push'](_0x193833['shift']());}}}(a72_0x3d5d,0x50490));const got=require('got'),logger=require('../../helpers/logger')[a72_0x39ecfc(0xeb)],_trim=_0x342892=>(_0x342892||'')[a72_0x39ecfc(0xcb)](/\/+$/,'');function a72_0x3472(_0x3d5b8b,_0xc4f77){const _0x3d5d12=a72_0x3d5d();return a72_0x3472=function(_0x347288,_0x59f175){_0x347288=_0x347288-0xbc;let _0x3a2571=_0x3d5d12[_0x347288];return _0x3a2571;},a72_0x3472(_0x3d5b8b,_0xc4f77);}function _normalizeScheme(_0x2d8a46){const _0x3c265d=a72_0x39ecfc,_0x36fa32={};_0x36fa32[_0x3c265d(0xfd)]=function(_0x1c7194,_0x398e1c){return _0x1c7194||_0x398e1c;};const _0x4390fc=_0x36fa32,_0x4979e8=_0x4390fc[_0x3c265d(0xfd)](_0x2d8a46,'')[_0x3c265d(0xdc)]();if(!_0x4979e8)return _0x4979e8;if(/^https?:\/\//i[_0x3c265d(0xfc)](_0x4979e8))return _0x4979e8;return _0x3c265d(0xc5)+_0x4979e8[_0x3c265d(0xcb)](/^\/+/,'');}function _resolveAuth(_0x6815fb){const _0x4256ff=a72_0x39ecfc,_0x119f88={'UpOyF':function(_0x3d7909,_0x32fe3d){return _0x3d7909(_0x32fe3d);},'VIKVQ':function(_0x2d1286,_0x2da31c){return _0x2d1286(_0x2da31c);},'IvABg':function(_0x23a96c,_0x183c93){return _0x23a96c(_0x183c93);},'MPasG':function(_0x4bfc43,_0x9deb3d){return _0x4bfc43(_0x9deb3d);}},_0x20370b=_0x119f88[_0x4256ff(0xbe)](_normalizeScheme,_0x6815fb);try{const _0x4617e6=new URL(_0x20370b);if(_0x4617e6[_0x4256ff(0xdb)]||_0x4617e6[_0x4256ff(0xbf)]){const _0x5600fe=_0x119f88[_0x4256ff(0xbe)](decodeURIComponent,_0x4617e6[_0x4256ff(0xdb)]||''),_0x132040=_0x119f88[_0x4256ff(0xd0)](decodeURIComponent,_0x4617e6[_0x4256ff(0xbf)]||'');return _0x4617e6[_0x4256ff(0xdb)]='',_0x4617e6[_0x4256ff(0xbf)]='',{'username':_0x5600fe,'password':_0x132040,'url':_0x119f88[_0x4256ff(0x104)](_trim,_0x4617e6[_0x4256ff(0xee)]())};}}catch(_0x4523c0){}return{'username':process[_0x4256ff(0xf3)][_0x4256ff(0xe8)]||'','password':process[_0x4256ff(0xf3)][_0x4256ff(0xc6)]||'','url':_0x119f88['MPasG'](_trim,_0x20370b)};}class W3CDriver{constructor({hubUrl:_0xcbd2aa,sessionId:_0x3488ba,username:_0x28da82,password:_0x32c7e0}){const _0x38a480=a72_0x39ecfc,_0x884cc0={'Rmghn':function(_0x494f5f,_0x46540e){return _0x494f5f(_0x46540e);}};this[_0x38a480(0xf0)]=_0x884cc0[_0x38a480(0xde)](_trim,_0xcbd2aa),this[_0x38a480(0xf9)]=_0x3488ba,this['_username']=_0x28da82,this[_0x38a480(0x100)]=_0x32c7e0;}get['sessionId'](){const _0x85e812=a72_0x39ecfc;return this[_0x85e812(0xf9)];}[a72_0x39ecfc(0xdf)](_0x5ca164={}){const _0xc429e3=a72_0x39ecfc,_0x429814={};_0x429814[_0xc429e3(0xc1)]='json',_0x429814['bjrGh']=_0xc429e3(0xd9);const _0x46baae=_0x429814,_0x2298ce={'username':this[_0xc429e3(0xc4)],'password':this['_password'],'responseType':_0x46baae[_0xc429e3(0xc1)],'headers':{'user-agent':_0x46baae['bjrGh']},'throwHttpErrors':![],..._0x5ca164};return _0x2298ce;}async[a72_0x39ecfc(0xfa)](_0x516743){const _0x4fb36a=a72_0x39ecfc,_0x480170={};_0x480170[_0x4fb36a(0xff)]=function(_0x155c10,_0x3b8fee){return _0x155c10>=_0x3b8fee;};const _0x25459c=_0x480170,_0x431b30={};_0x431b30[_0x4fb36a(0xf5)]=_0x516743;const _0x1fe791={};_0x1fe791[_0x4fb36a(0x101)]=0xea60;const _0x58bd02={};_0x58bd02[_0x4fb36a(0xca)]=_0x431b30,_0x58bd02['timeout']=_0x1fe791;const _0x5f330f=await got[_0x4fb36a(0x108)](this['_hubUrl']+_0x4fb36a(0x105)+this[_0x4fb36a(0xf9)]+'/url',this[_0x4fb36a(0xdf)](_0x58bd02));if(_0x25459c[_0x4fb36a(0xff)](_0x5f330f[_0x4fb36a(0xfb)],0x190))throw new Error('[w3c-driver]\x20POST\x20/url\x20failed\x20for\x20'+this[_0x4fb36a(0xf9)]+_0x4fb36a(0xd2)+_0x5f330f['statusCode']+'\x20'+JSON[_0x4fb36a(0xe1)](_0x5f330f[_0x4fb36a(0xcf)])['slice'](0x0,0x12c));}async[a72_0x39ecfc(0xc9)](){const _0x14670a=a72_0x39ecfc,_0x3c2c95={};_0x3c2c95[_0x14670a(0x101)]=0x7530;const _0x20ed60={};_0x20ed60[_0x14670a(0xd1)]=_0x3c2c95;const _0x22101d=await got[_0x14670a(0xd3)](this[_0x14670a(0xf0)]+_0x14670a(0x105)+this[_0x14670a(0xf9)]+_0x14670a(0xe6),this['_opts'](_0x20ed60));return _0x22101d[_0x14670a(0xcf)]&&_0x22101d[_0x14670a(0xcf)][_0x14670a(0xf7)]||'';}async[a72_0x39ecfc(0xf1)](_0xbb39d1,..._0xf5f144){const _0x4d6f7b=a72_0x39ecfc,_0x3b27e7={};_0x3b27e7['script']=_0xbb39d1,_0x3b27e7['args']=_0xf5f144;const _0x461c34={};_0x461c34[_0x4d6f7b(0x101)]=0xea60;const _0x3ea9db={};_0x3ea9db[_0x4d6f7b(0xca)]=_0x3b27e7,_0x3ea9db[_0x4d6f7b(0xd1)]=_0x461c34;const _0x7f7a0d=await got[_0x4d6f7b(0x108)](this['_hubUrl']+_0x4d6f7b(0x105)+this[_0x4d6f7b(0xf9)]+_0x4d6f7b(0x107),this[_0x4d6f7b(0xdf)](_0x3ea9db));return _0x7f7a0d[_0x4d6f7b(0xcf)]&&_0x7f7a0d[_0x4d6f7b(0xcf)][_0x4d6f7b(0xf7)];}async[a72_0x39ecfc(0xce)](_0x2fdbea,..._0x5c43a6){const _0x4e8b46=a72_0x39ecfc,_0x4aadfb={};_0x4aadfb[_0x4e8b46(0xc2)]=_0x2fdbea,_0x4aadfb[_0x4e8b46(0x102)]=_0x5c43a6;const _0x43d511={};_0x43d511['request']=0x1d4c0;const _0x23575a={};_0x23575a['json']=_0x4aadfb,_0x23575a[_0x4e8b46(0xd1)]=_0x43d511;const _0x568aea=await got[_0x4e8b46(0x108)](this['_hubUrl']+_0x4e8b46(0x105)+this[_0x4e8b46(0xf9)]+_0x4e8b46(0xbd),this[_0x4e8b46(0xdf)](_0x23575a));return _0x568aea['body']&&_0x568aea[_0x4e8b46(0xcf)][_0x4e8b46(0xf7)];}async[a72_0x39ecfc(0xbc)](){const _0x686617=a72_0x39ecfc;try{const _0x260e10={};_0x260e10['request']=0x7530;const _0x42b03c={};_0x42b03c[_0x686617(0xd1)]=_0x260e10,await got['delete'](this[_0x686617(0xf0)]+_0x686617(0x105)+this[_0x686617(0xf9)],this[_0x686617(0xdf)](_0x42b03c));}catch(_0x1aae8b){logger['debug']('[w3c-driver]\x20DELETE\x20/session\x20'+this[_0x686617(0xf9)]+_0x686617(0xea)+_0x1aae8b[_0x686617(0xdd)]);}}}function a72_0x3d5d(){const _0x111e76=['toString','slice','_hubUrl','executeScript','sessionId','env','66640xVJgDq','url','openSession','value','DXSMN','_sessionId','navigateTo','statusCode','test','zoHiO','3544793AWUvne','iHIJS','_password','request','args','[w3c-driver]\x20POST\x20/session\x20failed:\x20HTTP\x20','IvABg','/session/','exports','/execute/sync','post','quit','/execute/async','UpOyF','password','[w3c-driver]\x20BROWSERSTACK_USERNAME\x20/\x20BROWSERSTACK_ACCESS_KEY\x20not\x20set\x20—\x20cannot\x20authenticate\x20to\x20hub','eCGHL','script','QhUNA','_username','https://','BROWSERSTACK_ACCESS_KEY','6noUVEQ','MmAVP','getCurrentUrl','json','replace','2014hOQFrm','user-agent','executeAsyncScript','body','VIKVQ','timeout',':\x20HTTP\x20','get','XNDdo','keys','capabilities','alwaysMatch','otOkH','browserstack-node-sdk-testcafe','headers','username','trim','message','Rmghn','_opts','90DwjDfm','stringify','1821388bWglDC','1298529YboeRL','5082160vvAPbg','LvUkD','/url','1523960OiJJSm','BROWSERSTACK_USERNAME','desiredCapabilities','\x20failed\x20(likely\x20already\x20closed):\x20','winstonLogger','responseType','1197SdShCf'];a72_0x3d5d=function(){return _0x111e76;};return a72_0x3d5d();}async function openSession({hubUrl:_0x44db4a,capabilities:_0x53a1e5}){const _0x4d428b=a72_0x39ecfc,_0x23da4b={'XNDdo':function(_0x37927f,_0xc3dc08){return _0x37927f(_0xc3dc08);},'otOkH':function(_0x1fef7e,_0x2ca921){return _0x1fef7e||_0x2ca921;},'MmAVP':_0x4d428b(0xc0),'sAVmJ':_0x4d428b(0xca),'QhUNA':'browserstack-node-sdk-testcafe','DXSMN':function(_0x3be9e9,_0x43d52a){return _0x3be9e9>=_0x43d52a;},'LvUkD':'webdriver.remote.sessionid','ojRgp':function(_0x422af2,_0xe30907){return _0x422af2>_0xe30907;}},{username:_0x4cbe67,password:_0xefb29f,url:_0x33207c}=_0x23da4b[_0x4d428b(0xd4)](_resolveAuth,_0x44db4a);if(_0x23da4b[_0x4d428b(0xd8)](!_0x4cbe67,!_0xefb29f))throw new Error(_0x23da4b[_0x4d428b(0xc8)]);const _0x2e42d8={};_0x2e42d8[_0x4d428b(0xd7)]=_0x53a1e5,_0x2e42d8['firstMatch']=[{}];const _0x3fa458={};_0x3fa458['capabilities']=_0x2e42d8,_0x3fa458[_0x4d428b(0xe9)]=_0x53a1e5;const _0x36fae9=_0x3fa458,_0x292708={};_0x292708[_0x4d428b(0x101)]=0x1d4c0;const _0x1984db={};_0x1984db['json']=_0x36fae9,_0x1984db[_0x4d428b(0xdb)]=_0x4cbe67,_0x1984db[_0x4d428b(0xbf)]=_0xefb29f,_0x1984db[_0x4d428b(0xec)]=_0x23da4b['sAVmJ'],_0x1984db[_0x4d428b(0xda)]={},_0x1984db['throwHttpErrors']=![],_0x1984db[_0x4d428b(0xd1)]=_0x292708,_0x1984db[_0x4d428b(0xda)][_0x4d428b(0xcd)]=_0x23da4b[_0x4d428b(0xc3)];const _0xb2f4e=await got['post'](_0x33207c+'/session',_0x1984db);if(_0x23da4b[_0x4d428b(0xf8)](_0xb2f4e['statusCode'],0x190))throw new Error(_0x4d428b(0x103)+_0xb2f4e[_0x4d428b(0xfb)]+'\x20'+JSON[_0x4d428b(0xe1)](_0xb2f4e['body'])[_0x4d428b(0xef)](0x0,0x190));const _0x492704=_0xb2f4e[_0x4d428b(0xcf)]||{},_0x26d6f6=_0x492704[_0x4d428b(0xf7)]||{},_0x1ba4f0=_0x26d6f6[_0x4d428b(0xd6)]||{},_0x7c46f6=_0x492704[_0x4d428b(0xf2)]||_0x26d6f6[_0x4d428b(0xf2)]||_0x26d6f6[_0x23da4b[_0x4d428b(0xe5)]]||_0x1ba4f0[_0x23da4b['LvUkD']];if(!_0x7c46f6)throw new Error('[w3c-driver]\x20hub\x20returned\x20no\x20sessionId:\x20'+JSON[_0x4d428b(0xe1)](_0x492704)[_0x4d428b(0xef)](0x0,0x190));const _0x3e2987={};return _0x3e2987['hubUrl']=_0x33207c,_0x3e2987['sessionId']=_0x7c46f6,_0x3e2987['username']=_0x4cbe67,_0x3e2987[_0x4d428b(0xbf)]=_0xefb29f,{'driver':new W3CDriver(_0x3e2987),'sessionId':_0x7c46f6,'capabilities':_0x23da4b['ojRgp'](Object[_0x4d428b(0xd5)](_0x1ba4f0)['length'],0x0)?_0x1ba4f0:_0x53a1e5};}const a72_0xf2e51d={};a72_0xf2e51d[a72_0x39ecfc(0xf6)]=openSession,a72_0xf2e51d['W3CDriver']=W3CDriver,module[a72_0x39ecfc(0x106)]=a72_0xf2e51d;
@@ -1 +1 @@
1
- const a73_0x46a625=a73_0x8899;(function(_0x561a92,_0xdb2473){const _0x481967=a73_0x8899,_0x89079c=_0x561a92();while(!![]){try{const _0x5a5d12=parseInt(_0x481967(0x21c))/0x1+-parseInt(_0x481967(0x1e4))/0x2+-parseInt(_0x481967(0x1ca))/0x3+parseInt(_0x481967(0x1d2))/0x4+-parseInt(_0x481967(0x205))/0x5+-parseInt(_0x481967(0x1db))/0x6+parseInt(_0x481967(0x1c9))/0x7;if(_0x5a5d12===_0xdb2473)break;else _0x89079c['push'](_0x89079c['shift']());}catch(_0x249175){_0x89079c['push'](_0x89079c['shift']());}}}(a73_0x456a,0x737df));const constants=require('./constants'),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x31e412=a73_0x8899,_0x204fd5={'YNZSC':function(_0xac8768,_0x585747){return _0xac8768(_0x585747);},'LIUkS':_0x31e412(0x20d)};return _0x204fd5['YNZSC'](require,_0x204fd5[_0x31e412(0x1d5)]);},ALLOWED_API_HOST_SUFFIXES=['browserstack.com',a73_0x46a625(0x204)],isAllowedApiHost=_0x5adfaa=>{try{const {hostname:_0x26da66}=new URL(_0x5adfaa);return ALLOWED_API_HOST_SUFFIXES['some'](_0x2758a7=>_0x26da66===_0x2758a7||_0x26da66['endsWith']('.'+_0x2758a7));}catch{return![];}},safeApiHost=(_0x349b14,_0x491ec5)=>{const _0x547f43={'UdsFD':function(_0x2cd9b8,_0x4e9499){return _0x2cd9b8(_0x4e9499);}};if(_0x349b14&&_0x547f43['UdsFD'](isAllowedApiHost,_0x349b14))return _0x349b14;return _0x491ec5;};class APIUtilityMethods{static['getBStackAPIUrl'](_0x5a9126){const _0x3ef447=a73_0x46a625,_0x1b009d={'AzOpo':function(_0x114a86){return _0x114a86();},'MhXIK':function(_0x33d411,_0x2d2279,_0x35ebcf){return _0x33d411(_0x2d2279,_0x35ebcf);},'VZIbA':_0x3ef447(0x1de),'BOorD':_0x3ef447(0x20a),'myuXB':_0x3ef447(0x1f6),'YtMdN':function(_0x2fe1be,_0x289783,_0x2630ee){return _0x2fe1be(_0x289783,_0x2630ee);},'nFviM':function(_0x21b925,_0x3c644a){return _0x21b925===_0x3c644a;},'LbKQf':function(_0xa805ad,_0x43fd31){return _0xa805ad+_0x43fd31;}},_0x3d7ebb=_0x1b009d[_0x3ef447(0x21e)](getBrowserstackCLI),_0xe3f449=_0x1b009d[_0x3ef447(0x1c1)](nestedKeyValue,_0x3d7ebb[_0x3ef447(0x208)]()[_0x3ef447(0x1fd)](),[_0x1b009d[_0x3ef447(0x1e0)],_0x1b009d['BOorD'],_0x1b009d[_0x3ef447(0x1fe)]]),_0x56f8bb=_0x1b009d[_0x3ef447(0x20f)](safeApiHost,_0xe3f449,constants[_0x3ef447(0x1bd)]);if(!_0x5a9126||_0x1b009d[_0x3ef447(0x201)](_0x5a9126,''))return _0x56f8bb;const _0x45e1a5=_0x56f8bb[_0x3ef447(0x1e2)]('/')?_0x56f8bb:_0x1b009d[_0x3ef447(0x1d7)](_0x56f8bb,'/');return new URL(_0x5a9126,_0x45e1a5)[_0x3ef447(0x225)]();}static[a73_0x46a625(0x1df)](_0x1446c2){const _0x423f19=a73_0x46a625,_0x41b2b0={'VQfmb':function(_0x3821f7){return _0x3821f7();},'uCdBG':function(_0x1508f,_0x4e3e9b,_0x587780){return _0x1508f(_0x4e3e9b,_0x587780);},'BegMC':_0x423f19(0x1de),'sDdHL':_0x423f19(0x1f0),'KTlLF':_0x423f19(0x1f6),'vhoIf':function(_0x3335b4,_0x144688){return _0x3335b4===_0x144688;},'IQKzZ':function(_0x3c6cc8,_0xd82b6b){return _0x3c6cc8+_0xd82b6b;}},_0x31c67c=_0x41b2b0[_0x423f19(0x228)](getBrowserstackCLI),_0x25d5bb=_0x41b2b0[_0x423f19(0x221)](nestedKeyValue,_0x31c67c['getInstance']()[_0x423f19(0x1fd)](),[_0x41b2b0[_0x423f19(0x1ff)],_0x41b2b0[_0x423f19(0x1f5)],_0x41b2b0[_0x423f19(0x227)]])||constants[_0x423f19(0x1d8)];if(!_0x1446c2||_0x41b2b0['vhoIf'](_0x1446c2,''))return _0x25d5bb;const _0x1e9c41=_0x25d5bb[_0x423f19(0x1e2)]('/')?_0x25d5bb:_0x41b2b0[_0x423f19(0x1e5)](_0x25d5bb,'/');return new URL(_0x1446c2,_0x1e9c41)[_0x423f19(0x225)]();}static[a73_0x46a625(0x1cf)](_0x562fda){const _0x3b8f36=a73_0x46a625,_0x560c5d={'TaGrk':function(_0x52570a){return _0x52570a();},'WNjiu':function(_0x8651c7,_0x101fd3,_0xdbf2a4){return _0x8651c7(_0x101fd3,_0xdbf2a4);},'QMJwb':_0x3b8f36(0x1de),'HXwny':_0x3b8f36(0x20a),'aLsbI':_0x3b8f36(0x1f6),'tRAuz':function(_0x519631,_0x220645){return _0x519631===_0x220645;},'RQgrS':function(_0x2b193c,_0xaf10b1){return _0x2b193c+_0xaf10b1;}},_0x2bf7b5=_0x560c5d[_0x3b8f36(0x1ea)](getBrowserstackCLI),_0x3b6071=_0x560c5d[_0x3b8f36(0x1d9)](nestedKeyValue,_0x2bf7b5['getInstance']()['getConfig'](),[_0x560c5d[_0x3b8f36(0x1d0)],_0x560c5d[_0x3b8f36(0x215)],_0x560c5d[_0x3b8f36(0x220)]])||constants[_0x3b8f36(0x1bd)];if(!_0x562fda||_0x560c5d['tRAuz'](_0x562fda,''))return _0x3b6071;const _0x406101=_0x3b6071[_0x3b8f36(0x1e2)]('/')?_0x3b6071:_0x560c5d['RQgrS'](_0x3b6071,'/');return new URL(_0x562fda,_0x406101)[_0x3b8f36(0x225)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x14991a){const _0x34d272=a73_0x46a625,_0x70a914={'Hfpbn':function(_0x3cc464){return _0x3cc464();},'UBbeZ':function(_0x146cd,_0x3e58b3,_0x5c23af){return _0x146cd(_0x3e58b3,_0x5c23af);},'BFjLK':_0x34d272(0x1de),'AtpiJ':'appAutomate','KqxEv':_0x34d272(0x1f6),'KAkPx':function(_0x240947,_0x2b1b75){return _0x240947===_0x2b1b75;},'QabHj':function(_0x2a2f1a,_0x344aa4){return _0x2a2f1a+_0x344aa4;}},_0xdf4884=_0x70a914['Hfpbn'](getBrowserstackCLI),_0x195f76=_0x70a914['UBbeZ'](nestedKeyValue,_0xdf4884[_0x34d272(0x208)]()[_0x34d272(0x1fd)](),[_0x70a914[_0x34d272(0x224)],_0x70a914[_0x34d272(0x213)],_0x70a914[_0x34d272(0x1e1)]])||constants[_0x34d272(0x1bd)];if(!_0x14991a||_0x70a914[_0x34d272(0x1ce)](_0x14991a,''))return _0x195f76;const _0x15f032=_0x195f76[_0x34d272(0x1e2)]('/')?_0x195f76:_0x70a914[_0x34d272(0x20c)](_0x195f76,'/');return new URL(_0x14991a,_0x15f032)[_0x34d272(0x225)]();}static['getAutomateSessionNameAPIUrl'](_0x1ef72d){const _0x56bc72=a73_0x46a625,_0x48bbc0={'VEEWj':function(_0x56ed7e){return _0x56ed7e();},'FiAOw':function(_0x9c33b0,_0x15a084,_0x310667){return _0x9c33b0(_0x15a084,_0x310667);},'asvBc':_0x56bc72(0x1de),'agbxE':_0x56bc72(0x20a),'xkSdB':_0x56bc72(0x1f6),'jyear':function(_0x535f56,_0x1e7e16){return _0x535f56===_0x1e7e16;},'AAsbp':function(_0x53dd8f,_0xe059d8){return _0x53dd8f+_0xe059d8;}},_0x37be93=_0x48bbc0[_0x56bc72(0x1e7)](getBrowserstackCLI),_0x56e59e=_0x48bbc0[_0x56bc72(0x226)](nestedKeyValue,_0x37be93['getInstance']()[_0x56bc72(0x1fd)](),[_0x48bbc0[_0x56bc72(0x1cb)],_0x48bbc0[_0x56bc72(0x1e6)],_0x48bbc0[_0x56bc72(0x1c8)]])||constants[_0x56bc72(0x1bd)];if(!_0x1ef72d||_0x48bbc0[_0x56bc72(0x200)](_0x1ef72d,''))return _0x56e59e;const _0x450c70=_0x56e59e[_0x56bc72(0x1e2)]('/')?_0x56e59e:_0x48bbc0['AAsbp'](_0x56e59e,'/');return new URL(_0x1ef72d,_0x450c70)['toString']();}static[a73_0x46a625(0x1c6)](_0x5d9309){const _0x1fd8b7=a73_0x46a625,_0x4dd6b3={'colKH':function(_0x27beb4){return _0x27beb4();},'QlFcQ':function(_0x5869c5,_0x308d03,_0x55cc86){return _0x5869c5(_0x308d03,_0x55cc86);},'fYdct':_0x1fd8b7(0x1de),'ekQzR':'appAutomate','ltkUH':'api','XQVqs':function(_0x153b70,_0x140fb0){return _0x153b70===_0x140fb0;},'iIitw':function(_0x3da1b7,_0x2bf32c){return _0x3da1b7+_0x2bf32c;}},_0x30c592=_0x4dd6b3['colKH'](getBrowserstackCLI),_0x4d3c6=_0x4dd6b3[_0x1fd8b7(0x1dd)](nestedKeyValue,_0x30c592[_0x1fd8b7(0x208)]()[_0x1fd8b7(0x1fd)](),[_0x4dd6b3[_0x1fd8b7(0x207)],_0x4dd6b3[_0x1fd8b7(0x1f9)],_0x4dd6b3[_0x1fd8b7(0x1cd)]])||constants['BROWSERSTACK_API_URL'];if(!_0x5d9309||_0x4dd6b3[_0x1fd8b7(0x211)](_0x5d9309,''))return _0x4d3c6;const _0x4a1d6b=_0x4d3c6[_0x1fd8b7(0x1e2)]('/')?_0x4d3c6:_0x4dd6b3[_0x1fd8b7(0x1f2)](_0x4d3c6,'/');return new URL(_0x5d9309,_0x4a1d6b)[_0x1fd8b7(0x225)]();}static[a73_0x46a625(0x1d3)](_0x8506b5){const _0x282a6c=a73_0x46a625,_0x43a372={'tZvuv':function(_0x352ff6){return _0x352ff6();},'ZvGjP':function(_0x1a9d6f,_0x12d473,_0x4baea5){return _0x1a9d6f(_0x12d473,_0x4baea5);},'jkTpZ':_0x282a6c(0x1de),'tgqAz':_0x282a6c(0x20a),'XDCpG':_0x282a6c(0x1f6),'dRseu':function(_0x173bdd,_0x12a06e){return _0x173bdd===_0x12a06e;},'fidWJ':function(_0x22b2aa,_0x25960f){return _0x22b2aa+_0x25960f;}},_0x50c17b=_0x43a372['tZvuv'](getBrowserstackCLI),_0x277359=_0x43a372[_0x282a6c(0x1c2)](nestedKeyValue,_0x50c17b['getInstance']()[_0x282a6c(0x1fd)](),[_0x43a372[_0x282a6c(0x1d1)],_0x43a372[_0x282a6c(0x1c0)],_0x43a372[_0x282a6c(0x1bf)]])||constants[_0x282a6c(0x1bd)];if(!_0x8506b5||_0x43a372[_0x282a6c(0x20e)](_0x8506b5,''))return _0x277359;const _0x433d0d=_0x277359[_0x282a6c(0x1e2)]('/')?_0x277359:_0x43a372[_0x282a6c(0x1c3)](_0x277359,'/');return new URL(_0x8506b5,_0x433d0d)['toString']()[_0x282a6c(0x1d6)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x484548){const _0x2239ca=a73_0x46a625,_0x54645f={'EbUuF':function(_0xd4d5ba){return _0xd4d5ba();},'xoAqI':function(_0x5e99aa,_0xd1ff2c,_0x52fd94){return _0x5e99aa(_0xd1ff2c,_0x52fd94);},'zcwod':_0x2239ca(0x1de),'JEqmn':'appAutomate','AjlQv':_0x2239ca(0x1f6),'LzdMw':function(_0x1b6a5a,_0x277f94){return _0x1b6a5a===_0x277f94;},'aqmJg':function(_0x4a05e0,_0x200b8a){return _0x4a05e0+_0x200b8a;}},_0x35584a=_0x54645f[_0x2239ca(0x209)](getBrowserstackCLI),_0x48e256=_0x54645f['xoAqI'](nestedKeyValue,_0x35584a[_0x2239ca(0x208)]()[_0x2239ca(0x1fd)](),[_0x54645f[_0x2239ca(0x1eb)],_0x54645f[_0x2239ca(0x1f1)],_0x54645f[_0x2239ca(0x1cc)]])||constants[_0x2239ca(0x216)];if(!_0x484548||_0x54645f[_0x2239ca(0x1fb)](_0x484548,''))return _0x48e256;const _0x32513f=_0x48e256[_0x2239ca(0x1e2)]('/')?_0x48e256:_0x54645f[_0x2239ca(0x1ec)](_0x48e256,'/');return new URL(_0x484548,_0x32513f)['toString']()[_0x2239ca(0x1d6)](/^https?:\/\//,'');}static[a73_0x46a625(0x222)](_0x4d5410){const _0x122c1c=a73_0x46a625,_0x1ea823={'WAcEx':function(_0x5b3f07){return _0x5b3f07();},'OAAGh':function(_0x356fc5,_0x5d2ecc,_0x59da58){return _0x356fc5(_0x5d2ecc,_0x59da58);},'zhDFe':_0x122c1c(0x1de),'oMUqR':_0x122c1c(0x21f),'zMcPf':_0x122c1c(0x1f3),'aZJZg':'api','RKMUU':function(_0x29897d,_0x48e833){return _0x29897d===_0x48e833;},'UHEOR':function(_0x45fd8b,_0x2e9903){return _0x45fd8b+_0x2e9903;}},_0x5b2c07=_0x1ea823['WAcEx'](getBrowserstackCLI),_0xbeba74=_0x1ea823[_0x122c1c(0x210)](nestedKeyValue,_0x5b2c07[_0x122c1c(0x208)]()['getConfig'](),[_0x1ea823[_0x122c1c(0x21a)],_0x1ea823['oMUqR'],_0x1ea823['zMcPf']])||_0x1ea823[_0x122c1c(0x210)](nestedKeyValue,_0x5b2c07[_0x122c1c(0x208)]()[_0x122c1c(0x1fd)](),[_0x1ea823[_0x122c1c(0x21a)],_0x1ea823[_0x122c1c(0x20b)],_0x1ea823[_0x122c1c(0x1ee)]])||constants['APP_UPLOAD_URL'];if(!_0x4d5410||_0x1ea823[_0x122c1c(0x1d4)](_0x4d5410,''))return _0xbeba74;const _0x2fc17e=_0xbeba74['endsWith']('/')?_0xbeba74:_0x1ea823['UHEOR'](_0xbeba74,'/');return new URL(_0x4d5410,_0x2fc17e)[_0x122c1c(0x225)]();}static[a73_0x46a625(0x219)](_0x1cd05e){const _0x36aa9e=a73_0x46a625,_0x502949={'vldFV':function(_0x15a8b3){return _0x15a8b3();},'yGggQ':function(_0x4e767a,_0x5be4e7,_0x2f9a2c){return _0x4e767a(_0x5be4e7,_0x2f9a2c);},'QrkeQ':_0x36aa9e(0x1de),'zyWGc':_0x36aa9e(0x1c5),'WXXrd':'upload','Pvcfq':function(_0x565017,_0x19a15b){return _0x565017===_0x19a15b;},'iMKKV':function(_0x10f1ab,_0x5f5500){return _0x10f1ab+_0x5f5500;}},_0x8c8988=_0x502949['vldFV'](getBrowserstackCLI),_0x1bab00=_0x502949[_0x36aa9e(0x212)](nestedKeyValue,_0x8c8988[_0x36aa9e(0x208)]()['getConfig'](),[_0x502949[_0x36aa9e(0x1be)],_0x502949[_0x36aa9e(0x202)],_0x502949[_0x36aa9e(0x1e9)]])||constants['OBSERVABILITY_UPLOAD_URL'];if(!_0x1cd05e||_0x502949['Pvcfq'](_0x1cd05e,''))return _0x1bab00;const _0x392778=_0x1bab00['endsWith']('/')?_0x1bab00:_0x502949[_0x36aa9e(0x1f4)](_0x1bab00,'/');return new URL(_0x1cd05e,_0x392778)[_0x36aa9e(0x225)]();}static[a73_0x46a625(0x1dc)](_0x3586b4){const _0x5f388a=a73_0x46a625,_0x285b16={'cjlYZ':function(_0x783eb3){return _0x783eb3();},'UvKho':function(_0x517597,_0x253a11,_0xf1bd7d){return _0x517597(_0x253a11,_0xf1bd7d);},'XNHkM':_0x5f388a(0x1de),'jsYOu':_0x5f388a(0x20a),'yMywu':_0x5f388a(0x1c4),'SMFHv':'wss:','ZHJFT':function(_0x3352f2,_0x3e49a4){return _0x3352f2===_0x3e49a4;},'zwoTg':function(_0x12bd5c,_0x37f6f9){return _0x12bd5c+_0x37f6f9;},'qxMcE':_0x5f388a(0x218)},_0x5c9987=_0x285b16[_0x5f388a(0x1fa)](getBrowserstackCLI),_0xadf00f=_0x285b16[_0x5f388a(0x1e8)](nestedKeyValue,_0x5c9987[_0x5f388a(0x208)]()[_0x5f388a(0x1fd)](),[_0x285b16[_0x5f388a(0x1c7)],_0x285b16['jsYOu'],_0x285b16['yMywu']]),_0xf1d96=(_0xadf00f?_0xadf00f[_0x5f388a(0x1d6)](/^https:/,_0x285b16[_0x5f388a(0x1f7)]):null)||constants[_0x5f388a(0x21b)];let _0x266f3a;if(!_0x3586b4||_0x285b16[_0x5f388a(0x1e3)](_0x3586b4,''))_0x266f3a=_0xf1d96;else{const _0x2b2983=_0xf1d96[_0x5f388a(0x1e2)]('/')?_0xf1d96:_0x285b16[_0x5f388a(0x206)](_0xf1d96,'/');_0x266f3a=new URL(_0x3586b4,_0x2b2983)[_0x5f388a(0x225)]();}return!_0x266f3a[_0x5f388a(0x1e2)](_0x285b16[_0x5f388a(0x1ef)])&&(_0x266f3a+=_0x285b16[_0x5f388a(0x1ef)]),_0x266f3a;}static['getPuppeteerHubUrl'](_0x388e1b){const _0x3cc5c3=a73_0x46a625,_0x42b29a={'IKLWX':function(_0x412349){return _0x412349();},'vAzcn':function(_0x2f99f0,_0x5999ba,_0x4ca2a6){return _0x2f99f0(_0x5999ba,_0x4ca2a6);},'CBPxc':_0x3cc5c3(0x1de),'Nmliz':_0x3cc5c3(0x20a),'sgMiP':_0x3cc5c3(0x1c4),'mlfaS':_0x3cc5c3(0x223),'siivb':function(_0x589795,_0x25cedf){return _0x589795===_0x25cedf;},'neIuu':function(_0x3902ee,_0x150727){return _0x3902ee+_0x150727;},'FViPk':_0x3cc5c3(0x1ed)},_0x3f3a07=_0x42b29a[_0x3cc5c3(0x214)](getBrowserstackCLI),_0x5fa5f3=_0x42b29a[_0x3cc5c3(0x1da)](nestedKeyValue,_0x3f3a07[_0x3cc5c3(0x208)]()[_0x3cc5c3(0x1fd)](),[_0x42b29a[_0x3cc5c3(0x217)],_0x42b29a['Nmliz'],_0x42b29a['sgMiP']]),_0x476700=(_0x5fa5f3?_0x5fa5f3[_0x3cc5c3(0x1d6)](/^https:/,_0x42b29a['mlfaS']):null)||constants['PUPPETEER_HUB_URL'];let _0x5b4f10;if(!_0x388e1b||_0x42b29a[_0x3cc5c3(0x203)](_0x388e1b,''))_0x5b4f10=_0x476700;else{const _0x51ebfc=_0x476700[_0x3cc5c3(0x1e2)]('/')?_0x476700:_0x42b29a[_0x3cc5c3(0x21d)](_0x476700,'/');_0x5b4f10=new URL(_0x388e1b,_0x51ebfc)['toString']();}return!_0x5b4f10['endsWith'](_0x42b29a[_0x3cc5c3(0x1fc)])&&(_0x5b4f10+=_0x42b29a[_0x3cc5c3(0x1fc)]),_0x5b4f10;}}function a73_0x8899(_0x810add,_0x4ce0d7){const _0x456aa9=a73_0x456a();return a73_0x8899=function(_0x8899d3,_0x4ad680){_0x8899d3=_0x8899d3-0x1bd;let _0xeec48=_0x456aa9[_0x8899d3];return _0xeec48;},a73_0x8899(_0x810add,_0x4ce0d7);}module[a73_0x46a625(0x1f8)]=APIUtilityMethods;function a73_0x456a(){const _0x44efed=['fYdct','getInstance','EbUuF','automate','oMUqR','QabHj','../v2/browserstackCLI','dRseu','YtMdN','OAAGh','XQVqs','yGggQ','AtpiJ','IKLWX','HXwny','APP_UPLOAD_URL','CBPxc','/playwright?caps=','getAutoCaptureLogsAPIUrl','zhDFe','PLAYWRIGHT_HUB_URL','605777oViUQc','neIuu','AzOpo','appAutomate','aLsbI','uCdBG','getAppAutomateUploadAPIUrl','wss:','BFjLK','toString','FiAOw','KTlLF','VQfmb','BROWSERSTACK_API_URL','QrkeQ','XDCpG','tgqAz','MhXIK','ZvGjP','fidWJ','cdp','observability','getAppAutomateSessionNameAPIUrl','XNHkM','xkSdB','15584268bCmoNy','1488651pUOJXN','asvBc','AjlQv','ltkUH','KAkPx','getAutomateSessionStatusAPIUrl','QMJwb','jkTpZ','1581788uNrqOe','getAutomateSessionsListAPIUrl','RKMUU','LIUkS','replace','LbKQf','EDS_URL','WNjiu','vAzcn','3863172SCROiA','getPlaywrightHubUrl','QlFcQ','apis','getEdsInstrumentationAPIUrl','VZIbA','KqxEv','endsWith','ZHJFT','1578896QOrUNK','IQKzZ','agbxE','VEEWj','UvKho','WXXrd','TaGrk','zcwod','aqmJg','/puppeteer?caps=','aZJZg','qxMcE','edsInstrumentation','JEqmn','iIitw','upload','iMKKV','sDdHL','api','SMFHv','exports','ekQzR','cjlYZ','LzdMw','FViPk','getConfig','myuXB','BegMC','jyear','nFviM','zyWGc','siivb','bsstag.com','4124830CbHLFA','zwoTg'];a73_0x456a=function(){return _0x44efed;};return a73_0x456a();}
1
+ const a73_0x41c58d=a73_0x30fe;(function(_0x3cc3ad,_0x4ccf9e){const _0x12a637=a73_0x30fe,_0x3fb3d7=_0x3cc3ad();while(!![]){try{const _0x51af88=-parseInt(_0x12a637(0x207))/0x1*(parseInt(_0x12a637(0x1ad))/0x2)+parseInt(_0x12a637(0x200))/0x3*(parseInt(_0x12a637(0x1e7))/0x4)+parseInt(_0x12a637(0x1e5))/0x5*(-parseInt(_0x12a637(0x1d5))/0x6)+parseInt(_0x12a637(0x1c4))/0x7+parseInt(_0x12a637(0x1bd))/0x8*(-parseInt(_0x12a637(0x201))/0x9)+parseInt(_0x12a637(0x1bf))/0xa*(-parseInt(_0x12a637(0x1c6))/0xb)+parseInt(_0x12a637(0x1fc))/0xc*(parseInt(_0x12a637(0x1df))/0xd);if(_0x51af88===_0x4ccf9e)break;else _0x3fb3d7['push'](_0x3fb3d7['shift']());}catch(_0x3fa5af){_0x3fb3d7['push'](_0x3fb3d7['shift']());}}}(a73_0x21ab,0x78ca2));const constants=require(a73_0x41c58d(0x1b4)),{nestedKeyValue}=require(a73_0x41c58d(0x1b0)),getBrowserstackCLI=()=>{const _0x47f1a6=a73_0x41c58d,_0x1c62b0={'MKUxr':function(_0x36ac0f,_0x458609){return _0x36ac0f(_0x458609);},'rOfPT':_0x47f1a6(0x20b)};return _0x1c62b0[_0x47f1a6(0x1e1)](require,_0x1c62b0[_0x47f1a6(0x1e3)]);},ALLOWED_API_HOST_SUFFIXES=[a73_0x41c58d(0x1d9),a73_0x41c58d(0x1ed)],isAllowedApiHost=_0x5e215c=>{const _0x3db64c=a73_0x41c58d;try{const {hostname:_0x5117fc}=new URL(_0x5e215c);return ALLOWED_API_HOST_SUFFIXES['some'](_0x313cbc=>_0x5117fc===_0x313cbc||_0x5117fc[_0x3db64c(0x206)]('.'+_0x313cbc));}catch{return![];}},safeApiHost=(_0x162ae3,_0x1d9b85)=>{const _0x3f45fc=a73_0x41c58d,_0x1fc51e={'visbl':function(_0x1f0f17,_0x67e6e4){return _0x1f0f17(_0x67e6e4);}};if(_0x162ae3&&_0x1fc51e[_0x3f45fc(0x203)](isAllowedApiHost,_0x162ae3))return _0x162ae3;return _0x1d9b85;};function a73_0x30fe(_0x7a7a4b,_0x4aa1f8){const _0x21abc7=a73_0x21ab();return a73_0x30fe=function(_0x30fe02,_0x51430a){_0x30fe02=_0x30fe02-0x199;let _0x669c27=_0x21abc7[_0x30fe02];return _0x669c27;},a73_0x30fe(_0x7a7a4b,_0x4aa1f8);}class APIUtilityMethods{static[a73_0x41c58d(0x1dc)](_0x26a3c4){const _0x27b8e9=a73_0x41c58d,_0x524390={'xZAqP':function(_0x42db67){return _0x42db67();},'gvpJz':function(_0x1551de,_0x2130b1,_0x38ca1f){return _0x1551de(_0x2130b1,_0x38ca1f);},'Palnp':_0x27b8e9(0x1e4),'DDkBD':_0x27b8e9(0x1fe),'GivkD':'api','dZkoe':function(_0x242f1f,_0xc72fb5,_0x32f2a5){return _0x242f1f(_0xc72fb5,_0x32f2a5);},'avWHI':function(_0x3fd7f9,_0xbf0cba){return _0x3fd7f9===_0xbf0cba;},'mDwVX':function(_0x22213b,_0x4dbece){return _0x22213b+_0x4dbece;}},_0x146196=_0x524390[_0x27b8e9(0x1ae)](getBrowserstackCLI),_0x4c970b=_0x524390[_0x27b8e9(0x1f3)](nestedKeyValue,_0x146196[_0x27b8e9(0x19b)]()[_0x27b8e9(0x1ec)](),[_0x524390[_0x27b8e9(0x1a7)],_0x524390[_0x27b8e9(0x1b9)],_0x524390['GivkD']]),_0x2f6461=_0x524390[_0x27b8e9(0x1d4)](safeApiHost,_0x4c970b,constants[_0x27b8e9(0x1ff)]);if(!_0x26a3c4||_0x524390['avWHI'](_0x26a3c4,''))return _0x2f6461;const _0x4666b2=_0x2f6461[_0x27b8e9(0x206)]('/')?_0x2f6461:_0x524390[_0x27b8e9(0x1fb)](_0x2f6461,'/');return new URL(_0x26a3c4,_0x4666b2)['toString']();}static['getEdsInstrumentationAPIUrl'](_0x3e823b){const _0x43d5ae=a73_0x41c58d,_0x53ad5b={'GEqfw':function(_0x44d2c1){return _0x44d2c1();},'seOHb':function(_0x1eeee9,_0x2da4d2,_0x432747){return _0x1eeee9(_0x2da4d2,_0x432747);},'jVwRM':_0x43d5ae(0x1e4),'kgZtN':_0x43d5ae(0x1bc),'RTaIk':_0x43d5ae(0x20a),'qirCG':function(_0x2fb07e,_0x310fe9){return _0x2fb07e===_0x310fe9;},'FmeFZ':function(_0xde7124,_0x4297d4){return _0xde7124+_0x4297d4;}},_0x377695=_0x53ad5b[_0x43d5ae(0x1c7)](getBrowserstackCLI),_0xf4ec99=_0x53ad5b[_0x43d5ae(0x1ea)](nestedKeyValue,_0x377695['getInstance']()[_0x43d5ae(0x1ec)](),[_0x53ad5b[_0x43d5ae(0x1fa)],_0x53ad5b[_0x43d5ae(0x1a2)],_0x53ad5b[_0x43d5ae(0x1c0)]])||constants[_0x43d5ae(0x1af)];if(!_0x3e823b||_0x53ad5b['qirCG'](_0x3e823b,''))return _0xf4ec99;const _0x51aa8f=_0xf4ec99[_0x43d5ae(0x206)]('/')?_0xf4ec99:_0x53ad5b['FmeFZ'](_0xf4ec99,'/');return new URL(_0x3e823b,_0x51aa8f)['toString']();}static[a73_0x41c58d(0x1c5)](_0x4bc1dc){const _0x4cdc17=a73_0x41c58d,_0x1bad83={'mKavN':function(_0x40f967){return _0x40f967();},'dTIaG':function(_0x6630c0,_0x97cbbc,_0x1ed708){return _0x6630c0(_0x97cbbc,_0x1ed708);},'efAyt':'apis','kIZHi':_0x4cdc17(0x1fe),'nMtpc':_0x4cdc17(0x20a),'XkJRP':function(_0x13c045,_0x5e6277){return _0x13c045===_0x5e6277;},'RTibd':function(_0x4c5ea7,_0x329cec){return _0x4c5ea7+_0x329cec;}},_0x383a5d=_0x1bad83[_0x4cdc17(0x1c1)](getBrowserstackCLI),_0x1e0c1a=_0x1bad83[_0x4cdc17(0x1aa)](nestedKeyValue,_0x383a5d['getInstance']()[_0x4cdc17(0x1ec)](),[_0x1bad83[_0x4cdc17(0x1ef)],_0x1bad83['kIZHi'],_0x1bad83[_0x4cdc17(0x1e9)]])||constants[_0x4cdc17(0x1ff)];if(!_0x4bc1dc||_0x1bad83['XkJRP'](_0x4bc1dc,''))return _0x1e0c1a;const _0x35e950=_0x1e0c1a['endsWith']('/')?_0x1e0c1a:_0x1bad83[_0x4cdc17(0x1d1)](_0x1e0c1a,'/');return new URL(_0x4bc1dc,_0x35e950)[_0x4cdc17(0x1cd)]();}static[a73_0x41c58d(0x1f6)](_0xf625ff){const _0x49a868=a73_0x41c58d,_0x4d7bf6={'fzITW':function(_0x5587e8){return _0x5587e8();},'VWhBN':function(_0x1e3414,_0x531eaf,_0x30977b){return _0x1e3414(_0x531eaf,_0x30977b);},'PjpKn':_0x49a868(0x1e4),'XUNrl':_0x49a868(0x1b1),'RJFWC':_0x49a868(0x20a),'vsOUU':function(_0x1bc927,_0x48861b){return _0x1bc927===_0x48861b;},'rikHO':function(_0x27217c,_0x1d002e){return _0x27217c+_0x1d002e;}},_0x20a03f=_0x4d7bf6[_0x49a868(0x19e)](getBrowserstackCLI),_0x78cafa=_0x4d7bf6[_0x49a868(0x1a5)](nestedKeyValue,_0x20a03f['getInstance']()[_0x49a868(0x1ec)](),[_0x4d7bf6[_0x49a868(0x208)],_0x4d7bf6[_0x49a868(0x1bb)],_0x4d7bf6[_0x49a868(0x1f4)]])||constants[_0x49a868(0x1ff)];if(!_0xf625ff||_0x4d7bf6[_0x49a868(0x1f9)](_0xf625ff,''))return _0x78cafa;const _0x4fa82f=_0x78cafa['endsWith']('/')?_0x78cafa:_0x4d7bf6[_0x49a868(0x1e6)](_0x78cafa,'/');return new URL(_0xf625ff,_0x4fa82f)[_0x49a868(0x1cd)]();}static[a73_0x41c58d(0x1a6)](_0x1d1d10){const _0x1e1452=a73_0x41c58d,_0x289206={'sexUb':function(_0x1c1aef){return _0x1c1aef();},'rOWzr':function(_0xb261ab,_0x27aae1,_0x333c13){return _0xb261ab(_0x27aae1,_0x333c13);},'KZRUb':_0x1e1452(0x1e4),'FNiSw':_0x1e1452(0x1fe),'mtkeZ':_0x1e1452(0x20a),'SbZpt':function(_0x2ee7ff,_0x138b1d){return _0x2ee7ff===_0x138b1d;},'ukqOU':function(_0x3f4815,_0x248426){return _0x3f4815+_0x248426;}},_0x2a429b=_0x289206[_0x1e1452(0x1a0)](getBrowserstackCLI),_0x12fc39=_0x289206[_0x1e1452(0x1de)](nestedKeyValue,_0x2a429b[_0x1e1452(0x19b)]()[_0x1e1452(0x1ec)](),[_0x289206[_0x1e1452(0x19f)],_0x289206[_0x1e1452(0x1cf)],_0x289206[_0x1e1452(0x19a)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1d1d10||_0x289206[_0x1e1452(0x202)](_0x1d1d10,''))return _0x12fc39;const _0x365dd4=_0x12fc39['endsWith']('/')?_0x12fc39:_0x289206[_0x1e1452(0x214)](_0x12fc39,'/');return new URL(_0x1d1d10,_0x365dd4)[_0x1e1452(0x1cd)]();}static['getAppAutomateSessionNameAPIUrl'](_0x2c1e66){const _0x3f3853=a73_0x41c58d,_0x1bfc9e={'XXBKk':function(_0x344ba7){return _0x344ba7();},'kiZrK':function(_0x3fa6ef,_0x107846,_0x39f6e7){return _0x3fa6ef(_0x107846,_0x39f6e7);},'IbDDw':'apis','rtIqX':_0x3f3853(0x1b1),'tSCnR':_0x3f3853(0x20a),'BzOrs':function(_0x7e4283,_0x44ebbf){return _0x7e4283===_0x44ebbf;},'Ugssy':function(_0x140fc0,_0x37cd16){return _0x140fc0+_0x37cd16;}},_0x298bc4=_0x1bfc9e[_0x3f3853(0x210)](getBrowserstackCLI),_0x51a288=_0x1bfc9e[_0x3f3853(0x1ac)](nestedKeyValue,_0x298bc4[_0x3f3853(0x19b)]()[_0x3f3853(0x1ec)](),[_0x1bfc9e[_0x3f3853(0x1a9)],_0x1bfc9e['rtIqX'],_0x1bfc9e[_0x3f3853(0x1dd)]])||constants['BROWSERSTACK_API_URL'];if(!_0x2c1e66||_0x1bfc9e[_0x3f3853(0x1be)](_0x2c1e66,''))return _0x51a288;const _0x3d506e=_0x51a288[_0x3f3853(0x206)]('/')?_0x51a288:_0x1bfc9e[_0x3f3853(0x1c3)](_0x51a288,'/');return new URL(_0x2c1e66,_0x3d506e)[_0x3f3853(0x1cd)]();}static[a73_0x41c58d(0x1d6)](_0x1ca280){const _0x58f310=a73_0x41c58d,_0x58f03d={'Bcrxp':function(_0x2d0fea){return _0x2d0fea();},'SmyRB':function(_0x53d7a9,_0x36db1a,_0x568996){return _0x53d7a9(_0x36db1a,_0x568996);},'WfSUp':'apis','pycQu':_0x58f310(0x1fe),'XuNFx':_0x58f310(0x20a),'TrIIV':function(_0x24b90a,_0x2c706d){return _0x24b90a===_0x2c706d;},'lhfhJ':function(_0x2bbaa7,_0x2878f9){return _0x2bbaa7+_0x2878f9;}},_0x3eee84=_0x58f03d[_0x58f310(0x1cb)](getBrowserstackCLI),_0x4b78ea=_0x58f03d[_0x58f310(0x20c)](nestedKeyValue,_0x3eee84[_0x58f310(0x19b)]()[_0x58f310(0x1ec)](),[_0x58f03d['WfSUp'],_0x58f03d[_0x58f310(0x1ba)],_0x58f03d[_0x58f310(0x1b7)]])||constants[_0x58f310(0x1ff)];if(!_0x1ca280||_0x58f03d['TrIIV'](_0x1ca280,''))return _0x4b78ea;const _0x452d2e=_0x4b78ea['endsWith']('/')?_0x4b78ea:_0x58f03d[_0x58f310(0x1d3)](_0x4b78ea,'/');return new URL(_0x1ca280,_0x452d2e)[_0x58f310(0x1cd)]()[_0x58f310(0x1a1)](/^https?:\/\//,'');}static[a73_0x41c58d(0x1d8)](_0x550f66){const _0x2fe7ab=a73_0x41c58d,_0x427a4a={'sMqRw':function(_0x297178){return _0x297178();},'YYAWq':function(_0x252367,_0x2927d3,_0x174341){return _0x252367(_0x2927d3,_0x174341);},'EUYNP':_0x2fe7ab(0x1e4),'JVCiz':_0x2fe7ab(0x1b1),'MRQTH':'api','KrRmN':function(_0x58b2df,_0x26c458){return _0x58b2df===_0x26c458;},'NXyvz':function(_0x3e7e14,_0x47253f){return _0x3e7e14+_0x47253f;}},_0x5e4e15=_0x427a4a['sMqRw'](getBrowserstackCLI),_0x20ba99=_0x427a4a['YYAWq'](nestedKeyValue,_0x5e4e15[_0x2fe7ab(0x19b)]()[_0x2fe7ab(0x1ec)](),[_0x427a4a[_0x2fe7ab(0x1f8)],_0x427a4a[_0x2fe7ab(0x1fd)],_0x427a4a['MRQTH']])||constants[_0x2fe7ab(0x205)];if(!_0x550f66||_0x427a4a[_0x2fe7ab(0x1b3)](_0x550f66,''))return _0x20ba99;const _0x2ca952=_0x20ba99[_0x2fe7ab(0x206)]('/')?_0x20ba99:_0x427a4a[_0x2fe7ab(0x1ab)](_0x20ba99,'/');return new URL(_0x550f66,_0x2ca952)[_0x2fe7ab(0x1cd)]()[_0x2fe7ab(0x1a1)](/^https?:\/\//,'');}static['getAppAutomateUploadAPIUrl'](_0x2ee414){const _0x530225=a73_0x41c58d,_0x1a0ded={'JBSmd':function(_0x302929){return _0x302929();},'ajrjd':function(_0x535428,_0x58d757,_0x3efab8){return _0x535428(_0x58d757,_0x3efab8);},'EUNSA':'apis','fKmsZ':'appAutomate','RAikm':_0x530225(0x1e2),'EFpfn':_0x530225(0x20a),'tTmPm':function(_0x539254,_0x49ba7f){return _0x539254===_0x49ba7f;},'tdDlj':function(_0x4f8214,_0x396030){return _0x4f8214+_0x396030;}},_0x15221a=_0x1a0ded[_0x530225(0x20d)](getBrowserstackCLI),_0x842c05=_0x1a0ded['ajrjd'](nestedKeyValue,_0x15221a[_0x530225(0x19b)]()[_0x530225(0x1ec)](),[_0x1a0ded[_0x530225(0x1b5)],_0x1a0ded[_0x530225(0x1ee)],_0x1a0ded['RAikm']])||_0x1a0ded[_0x530225(0x204)](nestedKeyValue,_0x15221a[_0x530225(0x19b)]()[_0x530225(0x1ec)](),[_0x1a0ded['EUNSA'],_0x1a0ded[_0x530225(0x1ee)],_0x1a0ded[_0x530225(0x20e)]])||constants[_0x530225(0x205)];if(!_0x2ee414||_0x1a0ded[_0x530225(0x1b8)](_0x2ee414,''))return _0x842c05;const _0x3570fb=_0x842c05[_0x530225(0x206)]('/')?_0x842c05:_0x1a0ded[_0x530225(0x1c9)](_0x842c05,'/');return new URL(_0x2ee414,_0x3570fb)[_0x530225(0x1cd)]();}static[a73_0x41c58d(0x1a4)](_0x5491c9){const _0x126ef7=a73_0x41c58d,_0x308913={'ZTrXx':function(_0x200146){return _0x200146();},'KCflg':function(_0x4f6cff,_0x46a465,_0x4ebb6a){return _0x4f6cff(_0x46a465,_0x4ebb6a);},'JMezN':_0x126ef7(0x1e4),'RXttm':_0x126ef7(0x211),'mcRTj':_0x126ef7(0x1e2),'OWoLG':function(_0x5621c1,_0x457587){return _0x5621c1===_0x457587;},'WxFZG':function(_0x6f7fce,_0x515032){return _0x6f7fce+_0x515032;}},_0x1d5f79=_0x308913[_0x126ef7(0x1b2)](getBrowserstackCLI),_0x3ac64c=_0x308913[_0x126ef7(0x1d7)](nestedKeyValue,_0x1d5f79[_0x126ef7(0x19b)]()[_0x126ef7(0x1ec)](),[_0x308913[_0x126ef7(0x1d2)],_0x308913[_0x126ef7(0x1a3)],_0x308913[_0x126ef7(0x19c)]])||constants[_0x126ef7(0x1f7)];if(!_0x5491c9||_0x308913[_0x126ef7(0x1f5)](_0x5491c9,''))return _0x3ac64c;const _0x17fe8e=_0x3ac64c[_0x126ef7(0x206)]('/')?_0x3ac64c:_0x308913[_0x126ef7(0x19d)](_0x3ac64c,'/');return new URL(_0x5491c9,_0x17fe8e)[_0x126ef7(0x1cd)]();}static[a73_0x41c58d(0x1b6)](_0x5f0150){const _0x249b1b=a73_0x41c58d,_0x2212b4={'egOwQ':function(_0x3bc7c8){return _0x3bc7c8();},'SHREv':function(_0x6a715,_0x205a1e,_0x4178d2){return _0x6a715(_0x205a1e,_0x4178d2);},'NdRnQ':_0x249b1b(0x1e4),'XdhQj':'automate','bWupn':'cdp','bMWIz':_0x249b1b(0x20f),'WpYkn':function(_0x466468,_0x3abc22){return _0x466468===_0x3abc22;},'udlGv':function(_0x210ab2,_0x38eb47){return _0x210ab2+_0x38eb47;},'KqCdg':_0x249b1b(0x209)},_0x3b652e=_0x2212b4[_0x249b1b(0x1db)](getBrowserstackCLI),_0x380998=_0x2212b4[_0x249b1b(0x1c2)](nestedKeyValue,_0x3b652e[_0x249b1b(0x19b)]()[_0x249b1b(0x1ec)](),[_0x2212b4['NdRnQ'],_0x2212b4['XdhQj'],_0x2212b4[_0x249b1b(0x1cc)]]),_0xeda5e2=(_0x380998?_0x380998[_0x249b1b(0x1a1)](/^https:/,_0x2212b4['bMWIz']):null)||constants[_0x249b1b(0x1f0)];let _0x18f270;if(!_0x5f0150||_0x2212b4[_0x249b1b(0x1f2)](_0x5f0150,''))_0x18f270=_0xeda5e2;else{const _0x3e8a66=_0xeda5e2[_0x249b1b(0x206)]('/')?_0xeda5e2:_0x2212b4[_0x249b1b(0x1da)](_0xeda5e2,'/');_0x18f270=new URL(_0x5f0150,_0x3e8a66)[_0x249b1b(0x1cd)]();}return!_0x18f270[_0x249b1b(0x206)](_0x2212b4['KqCdg'])&&(_0x18f270+=_0x2212b4[_0x249b1b(0x199)]),_0x18f270;}static[a73_0x41c58d(0x1eb)](_0x13e819){const _0x96a77c=a73_0x41c58d,_0x5a43f0={'WhnHZ':function(_0x2b6b0b){return _0x2b6b0b();},'QIUmz':function(_0x526917,_0x11eebb,_0x3ebcbd){return _0x526917(_0x11eebb,_0x3ebcbd);},'JFnmu':_0x96a77c(0x1e4),'PAsOC':'automate','yOkkG':'cdp','tQAAj':_0x96a77c(0x20f),'QzEmf':function(_0x29843f,_0xef0b64){return _0x29843f===_0xef0b64;},'pUKqV':function(_0x433e27,_0xd6a1aa){return _0x433e27+_0xd6a1aa;},'sQmyr':_0x96a77c(0x1c8)},_0x2dd387=_0x5a43f0[_0x96a77c(0x1e8)](getBrowserstackCLI),_0x35308f=_0x5a43f0[_0x96a77c(0x1d0)](nestedKeyValue,_0x2dd387[_0x96a77c(0x19b)]()['getConfig'](),[_0x5a43f0[_0x96a77c(0x1e0)],_0x5a43f0[_0x96a77c(0x1f1)],_0x5a43f0['yOkkG']]),_0xc301e2=(_0x35308f?_0x35308f[_0x96a77c(0x1a1)](/^https:/,_0x5a43f0[_0x96a77c(0x213)]):null)||constants[_0x96a77c(0x1ca)];let _0x3663ef;if(!_0x13e819||_0x5a43f0[_0x96a77c(0x212)](_0x13e819,''))_0x3663ef=_0xc301e2;else{const _0x5e818a=_0xc301e2[_0x96a77c(0x206)]('/')?_0xc301e2:_0x5a43f0[_0x96a77c(0x1ce)](_0xc301e2,'/');_0x3663ef=new URL(_0x13e819,_0x5e818a)[_0x96a77c(0x1cd)]();}return!_0x3663ef[_0x96a77c(0x206)](_0x5a43f0['sQmyr'])&&(_0x3663ef+=_0x5a43f0['sQmyr']),_0x3663ef;}}module[a73_0x41c58d(0x1a8)]=APIUtilityMethods;function a73_0x21ab(){const _0xc6bc9=['apis','5HhURym','rikHO','3756rHGHSA','WhnHZ','nMtpc','seOHb','getPuppeteerHubUrl','getConfig','bsstag.com','fKmsZ','efAyt','PLAYWRIGHT_HUB_URL','PAsOC','WpYkn','gvpJz','RJFWC','OWoLG','getAppAutomateSessionStatusAPIUrl','OBSERVABILITY_UPLOAD_URL','EUYNP','vsOUU','jVwRM','mDwVX','12RpXWPE','JVCiz','automate','BROWSERSTACK_API_URL','456qpHuTX','92052kenFqh','SbZpt','visbl','ajrjd','APP_UPLOAD_URL','endsWith','17129ARtxUp','PjpKn','/playwright?caps=','api','../v2/browserstackCLI','SmyRB','JBSmd','EFpfn','wss:','XXBKk','observability','QzEmf','tQAAj','ukqOU','KqCdg','mtkeZ','getInstance','mcRTj','WxFZG','fzITW','KZRUb','sexUb','replace','kgZtN','RXttm','getAutoCaptureLogsAPIUrl','VWhBN','getAutomateSessionNameAPIUrl','Palnp','exports','IbDDw','dTIaG','NXyvz','kiZrK','24CnVfiP','xZAqP','EDS_URL','./sharedUtils','appAutomate','ZTrXx','KrRmN','./constants','EUNSA','getPlaywrightHubUrl','XuNFx','tTmPm','DDkBD','pycQu','XUNrl','edsInstrumentation','48CgwSjj','BzOrs','1970vOqYYD','RTaIk','mKavN','SHREv','Ugssy','2279403BPtyEX','getAutomateSessionStatusAPIUrl','2783NpjLaX','GEqfw','/puppeteer?caps=','tdDlj','PUPPETEER_HUB_URL','Bcrxp','bWupn','toString','pUKqV','FNiSw','QIUmz','RTibd','JMezN','lhfhJ','dZkoe','4304232VsHiJW','getAutomateSessionsListAPIUrl','KCflg','getAppAutomateSessionsListAPIUrl','browserstack.com','udlGv','egOwQ','getBStackAPIUrl','tSCnR','rOWzr','13786838WBCyEI','JFnmu','MKUxr','upload','rOfPT'];a73_0x21ab=function(){return _0xc6bc9;};return a73_0x21ab();}
@@ -1 +1 @@
1
- const a74_0x118b4e=a74_0x5dc2;(function(_0x13440e,_0xf8278c){const _0x20a22d=a74_0x5dc2,_0x433b73=_0x13440e();while(!![]){try{const _0x471ad4=-parseInt(_0x20a22d(0x83))/0x1*(parseInt(_0x20a22d(0xba))/0x2)+parseInt(_0x20a22d(0xbb))/0x3+-parseInt(_0x20a22d(0x9d))/0x4+-parseInt(_0x20a22d(0x93))/0x5+parseInt(_0x20a22d(0xc0))/0x6*(-parseInt(_0x20a22d(0xd3))/0x7)+-parseInt(_0x20a22d(0x81))/0x8+parseInt(_0x20a22d(0xc2))/0x9*(parseInt(_0x20a22d(0xc4))/0xa);if(_0x471ad4===_0xf8278c)break;else _0x433b73['push'](_0x433b73['shift']());}catch(_0x502e93){_0x433b73['push'](_0x433b73['shift']());}}}(a74_0xc003,0x56b4f));function a74_0x5dc2(_0x10bcd8,_0x126e28){const _0xc00368=a74_0xc003();return a74_0x5dc2=function(_0x5dc23c,_0x60de9a){_0x5dc23c=_0x5dc23c-0x7b;let _0x222b30=_0xc00368[_0x5dc23c];return _0x222b30;},a74_0x5dc2(_0x10bcd8,_0x126e28);}const logger=require(a74_0x118b4e(0xd7))['winstonLogger'],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a74_0x118b4e(0x91)),constants=require(a74_0x118b4e(0xa7));class ClientTroubleShootingService{static [a74_0x118b4e(0xda)]=null;static [a74_0x118b4e(0xc9)]=new Set();static async[a74_0x118b4e(0xd8)](_0x4ea6ab){const _0x54704b=a74_0x118b4e,_0x20c932={};_0x20c932[_0x54704b(0x9f)]=function(_0x11ad33,_0x126bb7){return _0x11ad33!==_0x126bb7;};const _0x32c59a=_0x20c932;try{if(BrowserstackCLI[_0x54704b(0x99)]()['isRunning']()){const _0x185070=await GrpcClient[_0x54704b(0x99)]()['reportClientTroubleshootingError'](_0x4ea6ab);if(_0x32c59a['cSkYA'](_0x185070,null)&&_0x185070[_0x54704b(0xa6)]())return{'errorCode':_0x185070[_0x54704b(0x97)](),'errorMessage':_0x185070[_0x54704b(0xa3)]()};return{};}return{};}catch(_0x2ebba6){return this['logError'](_0x54704b(0xa9)+_0x4ea6ab+':',_0x2ebba6),{};}}static async[a74_0x118b4e(0x98)](){const _0x1bf1a1=a74_0x118b4e,_0x49b142={};_0x49b142['vbEIA']=function(_0x1255f7,_0x14a9cd){return _0x1255f7!==_0x14a9cd;},_0x49b142['FWLYP']='base64',_0x49b142[_0x1bf1a1(0x9e)]=_0x1bf1a1(0x82);const _0x7506df=_0x49b142;try{if(BrowserstackCLI[_0x1bf1a1(0x99)]()[_0x1bf1a1(0x8f)]()){const _0x267ffd=await GrpcClient['getInstance']()[_0x1bf1a1(0xae)]();if(_0x7506df[_0x1bf1a1(0x88)](_0x267ffd,null)&&_0x267ffd[_0x1bf1a1(0xa6)]()){const _0x19d395=Buffer[_0x1bf1a1(0xb5)](_0x267ffd[_0x1bf1a1(0x8c)](),_0x7506df[_0x1bf1a1(0x8a)])['toString'](),_0x4c949f=_0x19d395?JSON[_0x1bf1a1(0xc5)](_0x19d395):[],_0x1eb4b8=_0x267ffd['getDocumentationLink'](),_0x517b2f=_0x267ffd[_0x1bf1a1(0xdb)](),_0x489519=Buffer[_0x1bf1a1(0xb5)](_0x267ffd['getErrorCodesOccurredInCli'](),_0x7506df[_0x1bf1a1(0x8a)])[_0x1bf1a1(0xac)](),_0x4b7620=_0x489519?JSON['parse'](_0x489519):[],_0x47cf26={};return _0x47cf26[_0x1bf1a1(0x89)]=_0x4c949f,_0x47cf26['documentationLink']=_0x1eb4b8,_0x47cf26[_0x1bf1a1(0x85)]=_0x517b2f,_0x47cf26['errorCodesOccurredInCLI']=_0x4b7620,_0x47cf26;}const _0x5d7fb7={};return _0x5d7fb7['errorCodes']=[],_0x5d7fb7['documentationLink']='',_0x5d7fb7[_0x1bf1a1(0x85)]='',_0x5d7fb7[_0x1bf1a1(0x80)]=[],_0x5d7fb7;}const _0x5b16bd={};return _0x5b16bd['errorCodes']=[],_0x5b16bd['documentationLink']='',_0x5b16bd['finalErrorMessage']='',_0x5b16bd[_0x1bf1a1(0x80)]=[],_0x5b16bd;}catch(_0x22c618){this[_0x1bf1a1(0xcb)](_0x7506df[_0x1bf1a1(0x9e)],_0x22c618);const _0x3a068f={};return _0x3a068f[_0x1bf1a1(0x89)]=[],_0x3a068f[_0x1bf1a1(0x7b)]='',_0x3a068f['finalErrorMessage']='',_0x3a068f[_0x1bf1a1(0x80)]=[],_0x3a068f;}}static[a74_0x118b4e(0xbe)](_0x5cfb2c,_0x2885c5){const _0x31a2aa=a74_0x118b4e;logger[_0x31a2aa(0x84)](_0x5cfb2c+':\x20'+_0x2885c5);}static[a74_0x118b4e(0x7f)](_0x4308fa){const _0x1dfe4f=a74_0x118b4e,_0x43e40f={};_0x43e40f[_0x1dfe4f(0xaa)]=function(_0x2331e8,_0x40c4f8){return _0x2331e8!=_0x40c4f8;},_0x43e40f[_0x1dfe4f(0xd0)]=function(_0x5e7105,_0x5936f7){return _0x5e7105>_0x5936f7;},_0x43e40f[_0x1dfe4f(0xbc)]=function(_0x3428b8,_0x28a9ac){return _0x3428b8!=_0x28a9ac;};const _0x5aac6f=_0x43e40f,_0x484ec3=[];if(_0x5aac6f[_0x1dfe4f(0xaa)](_0x4308fa,null)&&_0x5aac6f[_0x1dfe4f(0xaa)](_0x4308fa[_0x1dfe4f(0x80)],null)&&_0x5aac6f['NcPyz'](_0x4308fa[_0x1dfe4f(0x80)][_0x1dfe4f(0xca)],0x0))for(const _0x20f8a6 of _0x4308fa[_0x1dfe4f(0x80)]){_0x5aac6f[_0x1dfe4f(0xaa)](_0x20f8a6[_0x1dfe4f(0x87)],null)&&_0x5aac6f[_0x1dfe4f(0xbc)](_0x20f8a6[_0x1dfe4f(0x92)],null)&&(_0x484ec3[_0x1dfe4f(0xd6)](_0x20f8a6['errorCode']),this[_0x1dfe4f(0xbe)](_0x20f8a6['errorCode'],_0x20f8a6[_0x1dfe4f(0x92)]));}return _0x484ec3;}static[a74_0x118b4e(0xb6)](){const _0x15ecc1=a74_0x118b4e;return this[_0x15ecc1(0xda)];}static[a74_0x118b4e(0xcb)](_0x24d60e,_0x11ca38){const _0x39a6b6=a74_0x118b4e,_0x406a0b={};_0x406a0b[_0x39a6b6(0x96)]=function(_0x329738,_0x91ed0c){return _0x329738===_0x91ed0c;},_0x406a0b[_0x39a6b6(0xb1)]='object';const _0x27f747=_0x406a0b;if(_0x27f747['UbvOm'](typeof _0x11ca38,_0x27f747[_0x39a6b6(0xb1)]))try{logger[_0x39a6b6(0xb3)](_0x39a6b6(0xb2)+_0x24d60e+'\x20'+JSON['stringify'](_0x11ca38));}catch(_0x5bc2a4){logger['error'](_0x39a6b6(0xb2)+_0x24d60e+'\x20'+_0x11ca38);}else logger['error']('[ClientTroubleShootingService]\x20'+_0x24d60e+'\x20'+_0x11ca38);}static async['reportProcessInterruptionSituation'](_0x1d5f38){const _0x219bd9=a74_0x118b4e,_0x27982e={};_0x27982e[_0x219bd9(0xb0)]=_0x219bd9(0x7e),_0x27982e[_0x219bd9(0x94)]=function(_0x1288e5,_0x3ea35f){return _0x1288e5===_0x3ea35f;},_0x27982e['mZVRt']=_0x219bd9(0x7c),_0x27982e[_0x219bd9(0xa8)]='{SIGNAL}';const _0x266316=_0x27982e,_0x4cb9c7=await this[_0x219bd9(0xd8)](_0x266316[_0x219bd9(0xb0)]);if(!_0x4cb9c7||_0x266316['rrCIv'](Object['keys'](_0x4cb9c7)[_0x219bd9(0xca)],0x0)){this[_0x219bd9(0xcb)](_0x266316[_0x219bd9(0xcc)],_0x4cb9c7);return;}this[_0x219bd9(0xbe)](_0x4cb9c7['errorCode'],_0x4cb9c7[_0x219bd9(0x92)]['replace'](_0x266316['VlOby'],_0x1d5f38));}static async[a74_0x118b4e(0xcd)](){const _0x30e38e=a74_0x118b4e,_0x4015bb={};_0x4015bb['kXFKo']=_0x30e38e(0xd4),_0x4015bb['LRYDx']=function(_0x29c1d3,_0xc51c6f){return _0x29c1d3===_0xc51c6f;},_0x4015bb[_0x30e38e(0x90)]=_0x30e38e(0xc1);const _0x15310b=_0x4015bb,_0x3af378=await this['getErrorDetails'](_0x15310b['kXFKo']);if(!_0x3af378||_0x15310b[_0x30e38e(0x86)](Object['keys'](_0x3af378)[_0x30e38e(0xca)],0x0)){this[_0x30e38e(0xcb)](_0x15310b[_0x30e38e(0x90)],_0x3af378);return;}this[_0x30e38e(0xbe)](_0x3af378['errorCode'],_0x3af378['errorMessage']);}static async[a74_0x118b4e(0x9a)](){const _0x245fac=a74_0x118b4e,_0x5163dd={};_0x5163dd[_0x245fac(0xab)]=_0x245fac(0x8b),_0x5163dd[_0x245fac(0xbd)]=function(_0xeec33d,_0x6e7244){return _0xeec33d===_0x6e7244;},_0x5163dd[_0x245fac(0x95)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x407570=_0x5163dd,_0x4cd878=await this[_0x245fac(0xd8)](_0x407570[_0x245fac(0xab)]);if(!_0x4cd878||_0x407570['qTkSx'](Object[_0x245fac(0xc3)](_0x4cd878)['length'],0x0)){this[_0x245fac(0xcb)](_0x407570[_0x245fac(0x95)],_0x4cd878);return;}this['logSituation'](_0x4cd878['errorCode'],_0x4cd878[_0x245fac(0x92)]);}static async['reportSSLCertIssue'](){const _0x5587e4=a74_0x118b4e,_0xe597c={};_0xe597c[_0x5587e4(0xd2)]=_0x5587e4(0xaf),_0xe597c[_0x5587e4(0x9b)]=function(_0x209430,_0x467a26){return _0x209430===_0x467a26;},_0xe597c[_0x5587e4(0xc7)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.';const _0x330663=_0xe597c,_0x23b024=await this['getErrorDetails'](_0x330663[_0x5587e4(0xd2)]);if(!_0x23b024||_0x330663[_0x5587e4(0x9b)](Object[_0x5587e4(0xc3)](_0x23b024)[_0x5587e4(0xca)],0x0)){this[_0x5587e4(0xcb)](_0x330663[_0x5587e4(0xc7)],_0x23b024);return;}this[_0x5587e4(0xbe)](_0x23b024[_0x5587e4(0x87)],_0x23b024[_0x5587e4(0x92)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0xf4c127=a74_0x118b4e,_0x285de6={};_0x285de6[_0xf4c127(0x8e)]=_0xf4c127(0xd1),_0x285de6[_0xf4c127(0xb8)]=function(_0x2d2551,_0x309c15){return _0x2d2551===_0x309c15;},_0x285de6[_0xf4c127(0xcf)]=_0xf4c127(0x7d);const _0x13d7f2=_0x285de6,_0x5c0df6=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x13d7f2['AUdFj']];if(!_0x5c0df6||_0x13d7f2[_0xf4c127(0xb8)](Object[_0xf4c127(0xc3)](_0x5c0df6)[_0xf4c127(0xca)],0x0)){this[_0xf4c127(0xcb)](_0x13d7f2['Vrwos'],_0x5c0df6);return;}this[_0xf4c127(0xc9)][_0xf4c127(0xc8)](_0x5c0df6[0x0]),this[_0xf4c127(0xbe)](_0x5c0df6[0x0],_0x5c0df6[0x1]);}static async[a74_0x118b4e(0xc6)](_0x1b5cf7){const _0x4449c7=a74_0x118b4e,_0x5b623a={};_0x5b623a[_0x4449c7(0xce)]=_0x4449c7(0xd9),_0x5b623a['Ctbyo']=function(_0x454eab,_0x697dbb){return _0x454eab===_0x697dbb;},_0x5b623a['hYzwh']=_0x4449c7(0xb9),_0x5b623a['Youug']=_0x4449c7(0xa5);const _0x48dab3=_0x5b623a,_0x2d0586=await this[_0x4449c7(0xd8)](_0x48dab3['wHrDR']);if(!_0x2d0586||_0x48dab3[_0x4449c7(0x8d)](Object[_0x4449c7(0xc3)](_0x2d0586)[_0x4449c7(0xca)],0x0)){this[_0x4449c7(0xcb)](_0x48dab3['hYzwh'],_0x2d0586);return;}const _0x5b9514=_0x2d0586[_0x4449c7(0x92)]['replace'](_0x48dab3[_0x4449c7(0xb7)],_0x1b5cf7);this['logSituation'](_0x2d0586[_0x4449c7(0x87)],_0x5b9514);}static async[a74_0x118b4e(0xa0)](){const _0x2a32ab=a74_0x118b4e,_0x412c7e={};_0x412c7e[_0x2a32ab(0xa4)]=function(_0x3ea757,_0x1bdf16){return _0x3ea757>_0x1bdf16;},_0x412c7e[_0x2a32ab(0xd5)]='{ERROR_CODES}',_0x412c7e[_0x2a32ab(0xb4)]=_0x2a32ab(0xad);const _0xe97cf9=_0x412c7e,_0x76b72d=await this[_0x2a32ab(0x98)](),_0x90728e=this[_0x2a32ab(0x7f)](_0x76b72d),_0x4922f9=Array[_0x2a32ab(0x9c)](_0x76b72d[_0x2a32ab(0x89)])?_0x76b72d[_0x2a32ab(0x89)]:[],_0x599a6b=_0xe97cf9[_0x2a32ab(0xa4)](this[_0x2a32ab(0xc9)][_0x2a32ab(0xbf)],0x0)?Array[_0x2a32ab(0xb5)](this[_0x2a32ab(0xc9)]):[],_0x5157b1=new Set([..._0x4922f9,..._0x90728e,..._0x599a6b]),_0x210b08=Array[_0x2a32ab(0xb5)](_0x5157b1);if(_0xe97cf9[_0x2a32ab(0xa4)](_0x210b08[_0x2a32ab(0xca)],0x0)){const _0x3c9ed9=_0x76b72d[_0x2a32ab(0x85)][_0x2a32ab(0xa1)](_0xe97cf9['cBwol'],_0x210b08[_0x2a32ab(0xa2)](',\x20'))[_0x2a32ab(0xa1)](_0xe97cf9['Lfngf'],_0x76b72d[_0x2a32ab(0x7b)]);logger[_0x2a32ab(0x84)](_0x3c9ed9),this[_0x2a32ab(0xda)]=_0x210b08;}}}function a74_0xc003(){const _0x7724c7=['getErrorDetails','conflicting\x20env\x20var\x20detected','cachedErrorCodes','getFinalErrorMessage','documentationLink','Process\x20Interruption\x20details\x20not\x20found:','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','Process\x20Interruption','checkForErrorsOccuredInCLI','errorCodesOccurredInCLI','4718656ykxjnx','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','26074zsoUCA','warn','finalErrorMessage','LRYDx','errorCode','vbEIA','errorCodes','FWLYP','browserstack\x20cloud\x20not\x20reachable','getErrorCodes','Ctbyo','AUdFj','isRunning','jfEGt','../v2/grpcClient','errorMessage','2122855vvPzgC','rrCIv','mYQYr','UbvOm','getErrorCode','getAggregatedErrorCodes','getInstance','reportConnectivityIssue','tCPGF','isArray','528108UTObAC','UQmUb','cSkYA','reportFinalDetectionState','replace','join','getErrorMessage','vmNwj','{ENV_VAR}','getSuccess','./constants','VlOby','Error\x20in\x20getting\x20error\x20details\x20for\x20','HGjHt','wChGa','toString','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','getAggregatedClientTroubleshootingErrors','ssl\x20cert\x20issue','ZevhT','nKXIU','[ClientTroubleShootingService]\x20','error','Lfngf','from','getCachedErrorCodes','Youug','iRklA','Conflicting\x20Env\x20Var\x20details\x20not\x20found','38DHnrbn','719403luLNtU','daItN','qTkSx','logSituation','size','40218khczyQ','Session\x20Linking\x20Issue\x20details\x20not\x20found','9PTvKtS','keys','23537530yrPuHf','parse','reportConflictingEnvVarIssue','dwPhb','add','errorCodesOccurredWhenCLINotRunning','length','logError','mZVRt','reportSessionLinkingIssue','wHrDR','Vrwos','NcPyz','.browserstack\x20folder\x20not\x20accessible','pRdRZ','623rSAnlc','Session\x20Linking\x20Issue','cBwol','push','../../helpers/logger'];a74_0xc003=function(){return _0x7724c7;};return a74_0xc003();}module['exports']=ClientTroubleShootingService;
1
+ const a74_0x4599fa=a74_0x3b28;(function(_0x3b7dc5,_0x553499){const _0x2722e0=a74_0x3b28,_0x1125b5=_0x3b7dc5();while(!![]){try{const _0xfb2d82=parseInt(_0x2722e0(0x72))/0x1*(parseInt(_0x2722e0(0xce))/0x2)+parseInt(_0x2722e0(0x98))/0x3*(parseInt(_0x2722e0(0xbe))/0x4)+-parseInt(_0x2722e0(0x80))/0x5*(-parseInt(_0x2722e0(0xb3))/0x6)+-parseInt(_0x2722e0(0xa4))/0x7*(parseInt(_0x2722e0(0xaa))/0x8)+parseInt(_0x2722e0(0xdb))/0x9*(-parseInt(_0x2722e0(0xcd))/0xa)+parseInt(_0x2722e0(0xd0))/0xb+parseInt(_0x2722e0(0xd3))/0xc;if(_0xfb2d82===_0x553499)break;else _0x1125b5['push'](_0x1125b5['shift']());}catch(_0x56372f){_0x1125b5['push'](_0x1125b5['shift']());}}}(a74_0x38db,0x3af7f));function a74_0x38db(){const _0x45d8dc=['.browserstack\x20folder\x20not\x20accessible','1130qSXcOi','1646GLQBpL','isArray','2651275yhhjOq','reportClientTroubleshootingError','reportFinalDetectionState','480072OOsYks','Process\x20Interruption\x20details\x20not\x20found:','eQnpt','getDocumentationLink','TMPcz','size','zChTH','getAggregatedErrorCodes','21807qoTswh','error','[ClientTroubleShootingService]\x20','OBPPT','58OeHqhN','getErrorCodes','LUVdL','../v2/browserstackCLI','keys','errorCodesOccurredWhenCLINotRunning','./constants','reportProcessInterruptionSituation','errorMessage','reportDotBrowserStackFolderNotAccessibleIssue','logError','stringify','length','warn','2232145fKlSzg','checkForErrorsOccuredInCLI','reportSessionLinkingIssue','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','mKAaA','Connectivity\x20Issue\x20details\x20not\x20found','zFlzf','RMXwB','UXYfR','../v2/grpcClient','sXbBd','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','iezpF','Error\x20in\x20getting\x20error\x20details\x20for\x20','reportConflictingEnvVarIssue','ZSvVm','Session\x20Linking\x20Issue\x20details\x20not\x20found','ggBgI','qqXDq','getSuccess','cachedErrorCodes','from','isRunning','errorCode','1779YKziPr','winstonLogger','add','aIVWt','{ERROR_CODES}','documentationLink','errorCodesOccurredInCLI','mijLG','MmDAf','push','join','SquBN','7AAncDb','../../helpers/logger','oFohH','WLzvd','getInstance','Conflicting\x20Env\x20Var\x20details\x20not\x20found','2918568mccODB','{ENV_VAR}','{SIGNAL}','UHTrL','qdLWZ','GEYXn','Process\x20Interruption','cqtJa','QFfas','6nIhVsT','base64','QNxTQ','CLIENT_TROUBLESHOOTING_HASH','getErrorCode','getErrorCodesOccurredInCli','getErrorMessage','sCPcc','Session\x20Linking\x20Issue','toString','ssl\x20cert\x20issue','708LybWoq','getCachedErrorCodes','logSituation','finalErrorMessage','replace','TejBR','getFinalErrorMessage','conflicting\x20env\x20var\x20detected','reportSSLCertIssue','arBad','getErrorDetails','object','errorCodes','vPtXW'];a74_0x38db=function(){return _0x45d8dc;};return a74_0x38db();}const logger=require(a74_0x4599fa(0xa5))[a74_0x4599fa(0x99)],BrowserstackCLI=require(a74_0x4599fa(0x75)),GrpcClient=require(a74_0x4599fa(0x89)),constants=require(a74_0x4599fa(0x78));function a74_0x3b28(_0xb22277,_0x124e32){const _0x38dbfe=a74_0x38db();return a74_0x3b28=function(_0x3b2838,_0x4354ef){_0x3b2838=_0x3b2838-0x6f;let _0x24fa4e=_0x38dbfe[_0x3b2838];return _0x24fa4e;},a74_0x3b28(_0xb22277,_0x124e32);}class ClientTroubleShootingService{static [a74_0x4599fa(0x94)]=null;static [a74_0x4599fa(0x77)]=new Set();static async[a74_0x4599fa(0xc8)](_0x14bb3a){const _0x18e70b=a74_0x4599fa,_0x37dc64={};_0x37dc64[_0x18e70b(0x74)]=function(_0x50c09d,_0x447ce6){return _0x50c09d!==_0x447ce6;};const _0x59cd9d=_0x37dc64;try{if(BrowserstackCLI['getInstance']()[_0x18e70b(0x96)]()){const _0x48d99a=await GrpcClient[_0x18e70b(0xa8)]()[_0x18e70b(0xd1)](_0x14bb3a);if(_0x59cd9d[_0x18e70b(0x74)](_0x48d99a,null)&&_0x48d99a[_0x18e70b(0x93)]())return{'errorCode':_0x48d99a[_0x18e70b(0xb7)](),'errorMessage':_0x48d99a[_0x18e70b(0xb9)]()};return{};}return{};}catch(_0x836b86){return this[_0x18e70b(0x7c)](_0x18e70b(0x8d)+_0x14bb3a+':',_0x836b86),{};}}static async[a74_0x4599fa(0xda)](){const _0x3a1184=a74_0x4599fa,_0x49c7ac={};_0x49c7ac['HcOpN']=function(_0x4e5909,_0xe83cf2){return _0x4e5909!==_0xe83cf2;},_0x49c7ac[_0x3a1184(0xd5)]=_0x3a1184(0xb4),_0x49c7ac['TMPcz']=_0x3a1184(0x83);const _0x4669ce=_0x49c7ac;try{if(BrowserstackCLI['getInstance']()[_0x3a1184(0x96)]()){const _0x42866f=await GrpcClient[_0x3a1184(0xa8)]()['getAggregatedClientTroubleshootingErrors']();if(_0x4669ce['HcOpN'](_0x42866f,null)&&_0x42866f['getSuccess']()){const _0x30de90=Buffer[_0x3a1184(0x95)](_0x42866f[_0x3a1184(0x73)](),_0x4669ce[_0x3a1184(0xd5)])[_0x3a1184(0xbc)](),_0x1d21cf=_0x30de90?JSON['parse'](_0x30de90):[],_0xfc24d=_0x42866f[_0x3a1184(0xd6)](),_0x4d2c8d=_0x42866f[_0x3a1184(0xc4)](),_0x53f0f8=Buffer['from'](_0x42866f[_0x3a1184(0xb8)](),_0x4669ce['eQnpt'])['toString'](),_0xd1d73a=_0x53f0f8?JSON['parse'](_0x53f0f8):[],_0x310473={};return _0x310473[_0x3a1184(0xca)]=_0x1d21cf,_0x310473[_0x3a1184(0x9d)]=_0xfc24d,_0x310473[_0x3a1184(0xc1)]=_0x4d2c8d,_0x310473['errorCodesOccurredInCLI']=_0xd1d73a,_0x310473;}const _0x4986e3={};return _0x4986e3[_0x3a1184(0xca)]=[],_0x4986e3['documentationLink']='',_0x4986e3[_0x3a1184(0xc1)]='',_0x4986e3[_0x3a1184(0x9e)]=[],_0x4986e3;}const _0x68cdfd={};return _0x68cdfd[_0x3a1184(0xca)]=[],_0x68cdfd['documentationLink']='',_0x68cdfd[_0x3a1184(0xc1)]='',_0x68cdfd[_0x3a1184(0x9e)]=[],_0x68cdfd;}catch(_0xd8b7ba){this['logError'](_0x4669ce[_0x3a1184(0xd7)],_0xd8b7ba);const _0x712164={};return _0x712164['errorCodes']=[],_0x712164[_0x3a1184(0x9d)]='',_0x712164[_0x3a1184(0xc1)]='',_0x712164[_0x3a1184(0x9e)]=[],_0x712164;}}static[a74_0x4599fa(0xc0)](_0x1384c3,_0x4b6032){const _0xabb68=a74_0x4599fa;logger[_0xabb68(0x7f)](_0x1384c3+':\x20'+_0x4b6032);}static[a74_0x4599fa(0x81)](_0x5779f5){const _0x3eb1d4=a74_0x4599fa,_0x3fb9f7={};_0x3fb9f7[_0x3eb1d4(0xc3)]=function(_0x4c5682,_0x3cad29){return _0x4c5682!=_0x3cad29;},_0x3fb9f7[_0x3eb1d4(0x8a)]=function(_0x4926ba,_0x4ca85a){return _0x4926ba>_0x4ca85a;},_0x3fb9f7[_0x3eb1d4(0xae)]=function(_0x3f632c,_0xe3e63c){return _0x3f632c!=_0xe3e63c;};const _0x3cb035=_0x3fb9f7,_0x3608b5=[];if(_0x3cb035[_0x3eb1d4(0xc3)](_0x5779f5,null)&&_0x3cb035['TejBR'](_0x5779f5[_0x3eb1d4(0x9e)],null)&&_0x3cb035['sXbBd'](_0x5779f5['errorCodesOccurredInCLI'][_0x3eb1d4(0x7e)],0x0))for(const _0x5d0635 of _0x5779f5['errorCodesOccurredInCLI']){_0x3cb035[_0x3eb1d4(0xae)](_0x5d0635['errorCode'],null)&&_0x3cb035[_0x3eb1d4(0xc3)](_0x5d0635[_0x3eb1d4(0x7a)],null)&&(_0x3608b5[_0x3eb1d4(0xa1)](_0x5d0635[_0x3eb1d4(0x97)]),this[_0x3eb1d4(0xc0)](_0x5d0635[_0x3eb1d4(0x97)],_0x5d0635[_0x3eb1d4(0x7a)]));}return _0x3608b5;}static[a74_0x4599fa(0xbf)](){const _0x5e948e=a74_0x4599fa;return this[_0x5e948e(0x94)];}static[a74_0x4599fa(0x7c)](_0x4b4d68,_0x330498){const _0x3f4df6=a74_0x4599fa,_0x284b44={};_0x284b44[_0x3f4df6(0x8f)]=function(_0xb21aa6,_0x239ae0){return _0xb21aa6===_0x239ae0;},_0x284b44[_0x3f4df6(0xaf)]=_0x3f4df6(0xc9);const _0x5af323=_0x284b44;if(_0x5af323['ZSvVm'](typeof _0x330498,_0x5af323[_0x3f4df6(0xaf)]))try{logger[_0x3f4df6(0x6f)](_0x3f4df6(0x70)+_0x4b4d68+'\x20'+JSON[_0x3f4df6(0x7d)](_0x330498));}catch(_0x1fb708){logger[_0x3f4df6(0x6f)]('[ClientTroubleShootingService]\x20'+_0x4b4d68+'\x20'+_0x330498);}else logger[_0x3f4df6(0x6f)]('[ClientTroubleShootingService]\x20'+_0x4b4d68+'\x20'+_0x330498);}static async[a74_0x4599fa(0x79)](_0x4dd6d1){const _0x1de9fe=a74_0x4599fa,_0x446897={};_0x446897['OBPPT']=_0x1de9fe(0xb0),_0x446897[_0x1de9fe(0x8c)]=function(_0x12cb5b,_0x586ee7){return _0x12cb5b===_0x586ee7;},_0x446897['SquBN']=_0x1de9fe(0xd4),_0x446897['hneOF']=_0x1de9fe(0xac);const _0x414d74=_0x446897,_0xd3702e=await this['getErrorDetails'](_0x414d74[_0x1de9fe(0x71)]);if(!_0xd3702e||_0x414d74['iezpF'](Object[_0x1de9fe(0x76)](_0xd3702e)['length'],0x0)){this[_0x1de9fe(0x7c)](_0x414d74[_0x1de9fe(0xa3)],_0xd3702e);return;}this[_0x1de9fe(0xc0)](_0xd3702e['errorCode'],_0xd3702e[_0x1de9fe(0x7a)][_0x1de9fe(0xc2)](_0x414d74['hneOF'],_0x4dd6d1));}static async[a74_0x4599fa(0x82)](){const _0x547b76=a74_0x4599fa,_0x427fce={};_0x427fce['QFfas']=_0x547b76(0xbb),_0x427fce[_0x547b76(0x9f)]=function(_0xcd5be0,_0x3ac567){return _0xcd5be0===_0x3ac567;},_0x427fce[_0x547b76(0xa6)]=_0x547b76(0x90);const _0xc0740a=_0x427fce,_0x350220=await this[_0x547b76(0xc8)](_0xc0740a[_0x547b76(0xb2)]);if(!_0x350220||_0xc0740a[_0x547b76(0x9f)](Object[_0x547b76(0x76)](_0x350220)[_0x547b76(0x7e)],0x0)){this[_0x547b76(0x7c)](_0xc0740a[_0x547b76(0xa6)],_0x350220);return;}this[_0x547b76(0xc0)](_0x350220[_0x547b76(0x97)],_0x350220[_0x547b76(0x7a)]);}static async['reportConnectivityIssue'](){const _0x301d1d=a74_0x4599fa,_0x583371={};_0x583371[_0x301d1d(0x92)]='browserstack\x20cloud\x20not\x20reachable',_0x583371['MmDAf']=function(_0x779c75,_0xa4285d){return _0x779c75===_0xa4285d;},_0x583371[_0x301d1d(0xad)]=_0x301d1d(0x85);const _0x9c0bd5=_0x583371,_0x3e5ec2=await this['getErrorDetails'](_0x9c0bd5[_0x301d1d(0x92)]);if(!_0x3e5ec2||_0x9c0bd5[_0x301d1d(0xa0)](Object[_0x301d1d(0x76)](_0x3e5ec2)['length'],0x0)){this['logError'](_0x9c0bd5[_0x301d1d(0xad)],_0x3e5ec2);return;}this[_0x301d1d(0xc0)](_0x3e5ec2[_0x301d1d(0x97)],_0x3e5ec2['errorMessage']);}static async[a74_0x4599fa(0xc6)](){const _0x2380c3=a74_0x4599fa,_0x3bf4f4={};_0x3bf4f4[_0x2380c3(0xb5)]=_0x2380c3(0xbd),_0x3bf4f4[_0x2380c3(0x87)]=function(_0x383411,_0x1d943e){return _0x383411===_0x1d943e;},_0x3bf4f4['mKAaA']='SSL\x20Certificate\x20Issue\x20details\x20not\x20found.\x20To\x20pass\x20a\x20custom\x20CA\x20bundle,\x20set\x20NODE_EXTRA_CA_CERTS\x20or\x20BROWSERSTACK_EXTRA_CA_CERTS\x20env\x20var\x20to\x20the\x20certificate\x20file\x20path.';const _0x23bbf9=_0x3bf4f4,_0x2d36a1=await this[_0x2380c3(0xc8)](_0x23bbf9[_0x2380c3(0xb5)]);if(!_0x2d36a1||_0x23bbf9[_0x2380c3(0x87)](Object[_0x2380c3(0x76)](_0x2d36a1)['length'],0x0)){this[_0x2380c3(0x7c)](_0x23bbf9[_0x2380c3(0x84)],_0x2d36a1);return;}this[_0x2380c3(0xc0)](_0x2d36a1[_0x2380c3(0x97)],_0x2d36a1[_0x2380c3(0x7a)]);}static[a74_0x4599fa(0x7b)](){const _0x2f801f=a74_0x4599fa,_0x3c5ac8={};_0x3c5ac8[_0x2f801f(0x91)]=_0x2f801f(0xcc),_0x3c5ac8[_0x2f801f(0xba)]=function(_0x200157,_0x3d308b){return _0x200157===_0x3d308b;},_0x3c5ac8['cqtJa']=_0x2f801f(0x8b);const _0x4e39a8=_0x3c5ac8,_0xace27e=constants[_0x2f801f(0xb6)][_0x4e39a8[_0x2f801f(0x91)]];if(!_0xace27e||_0x4e39a8[_0x2f801f(0xba)](Object[_0x2f801f(0x76)](_0xace27e)[_0x2f801f(0x7e)],0x0)){this[_0x2f801f(0x7c)](_0x4e39a8[_0x2f801f(0xb1)],_0xace27e);return;}this[_0x2f801f(0x77)][_0x2f801f(0x9a)](_0xace27e[0x0]),this[_0x2f801f(0xc0)](_0xace27e[0x0],_0xace27e[0x1]);}static async[a74_0x4599fa(0x8e)](_0x72fd66){const _0x9aaa46=a74_0x4599fa,_0x11180c={};_0x11180c[_0x9aaa46(0xd9)]=_0x9aaa46(0xc5),_0x11180c[_0x9aaa46(0xcb)]=function(_0x3d175f,_0x2c3b4a){return _0x3d175f===_0x2c3b4a;},_0x11180c[_0x9aaa46(0x9b)]=_0x9aaa46(0xa9),_0x11180c['UXYfR']=_0x9aaa46(0xab);const _0x4f5185=_0x11180c,_0x3466c3=await this[_0x9aaa46(0xc8)](_0x4f5185['zChTH']);if(!_0x3466c3||_0x4f5185[_0x9aaa46(0xcb)](Object[_0x9aaa46(0x76)](_0x3466c3)[_0x9aaa46(0x7e)],0x0)){this[_0x9aaa46(0x7c)](_0x4f5185[_0x9aaa46(0x9b)],_0x3466c3);return;}const _0xdf6784=_0x3466c3[_0x9aaa46(0x7a)][_0x9aaa46(0xc2)](_0x4f5185[_0x9aaa46(0x88)],_0x72fd66);this[_0x9aaa46(0xc0)](_0x3466c3[_0x9aaa46(0x97)],_0xdf6784);}static async[a74_0x4599fa(0xd2)](){const _0x603264=a74_0x4599fa,_0x290547={};_0x290547['GPLDr']=function(_0x428dc4,_0x18ba0f){return _0x428dc4>_0x18ba0f;},_0x290547['WLzvd']=function(_0x2671a7,_0x2ab9ae){return _0x2671a7>_0x2ab9ae;},_0x290547[_0x603264(0xc7)]=_0x603264(0x9c),_0x290547[_0x603264(0x86)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x15056b=_0x290547,_0x2bb76f=await this[_0x603264(0xda)](),_0x244f1a=this['checkForErrorsOccuredInCLI'](_0x2bb76f),_0x55ae57=Array[_0x603264(0xcf)](_0x2bb76f[_0x603264(0xca)])?_0x2bb76f[_0x603264(0xca)]:[],_0xd5c821=_0x15056b['GPLDr'](this[_0x603264(0x77)][_0x603264(0xd8)],0x0)?Array['from'](this[_0x603264(0x77)]):[],_0x11ba12=new Set([..._0x55ae57,..._0x244f1a,..._0xd5c821]),_0x329ab0=Array[_0x603264(0x95)](_0x11ba12);if(_0x15056b[_0x603264(0xa7)](_0x329ab0['length'],0x0)){const _0xdfe5de=_0x2bb76f['finalErrorMessage'][_0x603264(0xc2)](_0x15056b[_0x603264(0xc7)],_0x329ab0[_0x603264(0xa2)](',\x20'))[_0x603264(0xc2)](_0x15056b[_0x603264(0x86)],_0x2bb76f[_0x603264(0x9d)]);logger['warn'](_0xdfe5de),this[_0x603264(0x94)]=_0x329ab0;}}}module['exports']=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a75_0x469efd=a75_0x8f88;(function(_0x14a82e,_0x26804e){const _0x37b2b8=a75_0x8f88,_0x3ba665=_0x14a82e();while(!![]){try{const _0x4c8ba7=parseInt(_0x37b2b8(0x209))/0x1+parseInt(_0x37b2b8(0x29e))/0x2*(-parseInt(_0x37b2b8(0x2b8))/0x3)+parseInt(_0x37b2b8(0x2ce))/0x4*(parseInt(_0x37b2b8(0x2a7))/0x5)+-parseInt(_0x37b2b8(0x229))/0x6+-parseInt(_0x37b2b8(0x273))/0x7+-parseInt(_0x37b2b8(0x2cc))/0x8+-parseInt(_0x37b2b8(0x202))/0x9*(-parseInt(_0x37b2b8(0x285))/0xa);if(_0x4c8ba7===_0x26804e)break;else _0x3ba665['push'](_0x3ba665['shift']());}catch(_0x366833){_0x3ba665['push'](_0x3ba665['shift']());}}}(a75_0x7b05,0x95337));const a75_0x10cbef={};a75_0x10cbef[a75_0x469efd(0x2c1)]=a75_0x469efd(0x21a),a75_0x10cbef[a75_0x469efd(0x2cf)]=a75_0x469efd(0x23f);const a75_0x98b8c={};a75_0x98b8c[a75_0x469efd(0x2c1)]=a75_0x469efd(0x2ae);const a75_0x15e92b={};a75_0x15e92b[a75_0x469efd(0x2c1)]='Run\x20jasmine\x20tests\x20on\x20browserstack';const a75_0x4d44eb={};a75_0x4d44eb['INFO']=a75_0x469efd(0x1ec);const a75_0x29ba5b={};a75_0x29ba5b[a75_0x469efd(0x2c1)]=a75_0x469efd(0x26a);const a75_0x4ab702={};a75_0x4ab702['INFO']=a75_0x469efd(0x222);function a75_0x8f88(_0x5d7643,_0x351ae9){const _0x7b05c3=a75_0x7b05();return a75_0x8f88=function(_0x8f887a,_0x21b2e4){_0x8f887a=_0x8f887a-0x1dd;let _0x229c58=_0x7b05c3[_0x8f887a];return _0x229c58;},a75_0x8f88(_0x5d7643,_0x351ae9);}const a75_0x2a5798={};a75_0x2a5798['INFO']=a75_0x469efd(0x223);const a75_0x13b41f={};a75_0x13b41f[a75_0x469efd(0x2c1)]=a75_0x469efd(0x264);const a75_0x4d021a={};a75_0x4d021a[a75_0x469efd(0x2c1)]=a75_0x469efd(0x267);const a75_0x2bef43={};a75_0x2bef43[a75_0x469efd(0x2c1)]=a75_0x469efd(0x24a);const a75_0x39ee6f={};a75_0x39ee6f['INFO']=a75_0x469efd(0x277);const a75_0x43fee9={};a75_0x43fee9['INFO']=a75_0x469efd(0x240);const a75_0x535253={};a75_0x535253[a75_0x469efd(0x2c1)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a75_0x2f842e={};a75_0x2f842e[a75_0x469efd(0x2c1)]=a75_0x469efd(0x2c5);const a75_0x2cf44e={};a75_0x2cf44e[a75_0x469efd(0x259)]=null,a75_0x2cf44e[a75_0x469efd(0x260)]=0xe,a75_0x2cf44e[a75_0x469efd(0x27c)]=0x1a;const a75_0x39ada8={};a75_0x39ada8[a75_0x469efd(0x25b)]='Playwright',a75_0x39ada8['MOCHA']=a75_0x469efd(0x1f3),a75_0x39ada8['JEST']=a75_0x469efd(0x2a8),a75_0x39ada8[a75_0x469efd(0x1ef)]=a75_0x469efd(0x2c3),a75_0x39ada8[a75_0x469efd(0x1f5)]=a75_0x469efd(0x21b),a75_0x39ada8[a75_0x469efd(0x256)]='cucumber',a75_0x39ada8[a75_0x469efd(0x215)]='vanilla',a75_0x39ada8[a75_0x469efd(0x26c)]='puppeteer',a75_0x39ada8[a75_0x469efd(0x1f6)]='testcafe',a75_0x39ada8[a75_0x469efd(0x1f8)]=a75_0x469efd(0x2bb),a75_0x39ada8[a75_0x469efd(0x251)]='jasmine',a75_0x39ada8['NODE_GENERIC']=a75_0x469efd(0x220);const a75_0x23ef24={};a75_0x23ef24[a75_0x469efd(0x26b)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x23ef24[a75_0x469efd(0x2d6)]=a75_0x469efd(0x211),a75_0x23ef24[a75_0x469efd(0x286)]=a75_0x469efd(0x219),a75_0x23ef24[a75_0x469efd(0x237)]=a75_0x469efd(0x1eb);const a75_0x1c4160={};a75_0x1c4160[a75_0x469efd(0x281)]='commonjs',a75_0x1c4160[a75_0x469efd(0x208)]=a75_0x469efd(0x29a);const a75_0x3530b7={};a75_0x3530b7['Mocha']=0xfde8,a75_0x3530b7[a75_0x469efd(0x27a)]=0xfde8,a75_0x3530b7['Jest']=0x186a0;const a75_0x42332b={};a75_0x42332b[a75_0x469efd(0x26d)]=[a75_0x469efd(0x241),a75_0x469efd(0x2c7),'browserstack.userName',a75_0x469efd(0x268),'browserstack.user',a75_0x469efd(0x1f9),a75_0x469efd(0x239),'user_data',a75_0x469efd(0x2d1),'httpsProxy',a75_0x469efd(0x297),a75_0x469efd(0x2c4),a75_0x469efd(0x26f),a75_0x469efd(0x2a3),a75_0x469efd(0x27b)],a75_0x42332b['browserStackLocalOptions']=[a75_0x469efd(0x2bc),a75_0x469efd(0x24f),a75_0x469efd(0x290),'localProxyPass'];const a75_0x2863d1={};function a75_0x7b05(){const _0x1cb2aa=['authToken','sdk/v1/event','MAX_DRIVER_INIT_ERROR_BYTES','^[a-zA-Z0-9_.-]*$','1811775aSdzMt','ERR_ADDRESS_INVALID','testReporting','stag','Run\x20codeceptjs\x20tests\x20on\x20browserstack','playwright','ROOT_CAPS','Cucumber-JS','browserstack.overridelocalInfo.userAuthToken','maxTestedMajor','4|3|10|8|9|11|7|12|6|2|5|1|0','INTERNALLY_USED_ENV_VARS','BINARY_BUSY_ERROR_CODES','default','COMMONJS','HUB_URL_REGEX','pageLoadStrategy','toLowerCase','965450ZBqBUE','mandatoryDependency','SDK-GEN-001','https://automation-preprod.bsstag.com','CONNECTIVITY_ISSUE_ERROR_CODES','edgeOptions','logLevel','ObservabilitySync','O11Y_URL','BROWSERSTACK_APP_AUTOMATE_URL','timeouts','localProxyUser','CI_ARTIFACTS_PATH','AUTOMATION_LOG_COMMANDS','11|1|4|9|8|7|5|12|0|2|6|10|3','exports','ERR_TIMED_OUT','INTEGRATIONS','customVariables','browserName','UPDATED_CLI_ENDPOINT','module','https://api-preprod.bsstag.com','strictFileInteractability','JEST','875946GFjxHt','platforms','browserstackLocal','parallelsPerPlatform','GLOBAL_AGENT_NO_PROXY','proxyUrl','prod','firefoxOptions','testContextOptions','5370CduBoF','jest','unable\x20to\x20verify\x20the\x20first\x20certificate','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','...[TRUNCATED]','app-automate','/usage.log','Run\x20jest\x20tests\x20on\x20browserstack','sdk-cli-debug.log','browserstack.com','TEST_FRAMEWORK_HOOK_TIMEOUT','self\x20signed\x20certificate','https://eds.browserstack.com','https://hub-devtestops.bsstag.com/wd/hub','HUB_URL_MAP','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','bsstag.com','3UKeyZF','CUSTOM_ID_REGEX','A11Y_GET_RESULTS_SUMMARY','newman','proxyUser','NIGHTWATCH','unable\x20to\x20get\x20local\x20issuer\x20certificate','staging','LOG_FILE_NAME','INFO','https://automate-preprod.bsstag.com/dashboard/v2/builds/','codeceptjs','proxyPassword','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','hub.browserstack.com','accessKey','PLAYWRIGHT_HUB_URL','/usage-debug.log','percyScreenshot','NUDGE_LOCAL_ERRORS','3062472aXAuIh','VERSION','100EgbkLL','HELP','BSTACK_DELTA','httpProxy','proxySettings','MAX_GIT_META_DATA_SIZE_IN_BYTES','OBSERVABILITY_UPLOAD_URL','percyOptions','uniqueDependency','DEBUG_CLI_LOG_FILE_NAME','browserVersion','PLAYWRIGHT_TRACE_LOGS','wss://cdp.browserstack.com/puppeteer?caps=','SIGINT','A11Y_GET_RESULTS','puppeteer','hubUrl','certificate\x20has\x20expired','https://apidevtestops.bsstag.com','accessibility','BROWSERSTACK_API_URL','hub-aps-only.browserstack.com','testcafe','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','Run\x20mocha\x20tests\x20on\x20browserstack','PUPPETEER_HUB_URL','SIGBREAK','CODECEPT','https://upload-observability-devtestops-ssi.bsstag.com','DEPTH_ZERO_SELF_SIGNED_CERT','ATS_WSS_URL_REGEX','mocha','PACKAGE_TYPE','CODECEPT_CUCUMBER','TESTCAFE','unhandledPromptBehavior','NEWMAN','browserstack.key','hub-use-only.browserstack.com','ERR_TLS_CERT_ALTNAME_INVALID','SIGNAL_EXIT_CODES','ERR_TUNNEL_CONNECTION_FAILED','wss://cdp-preprod.bsstag.com/puppeteer?caps=','pre-prod','./browserstack-artifacts/','wss://cdp.browserstack.com/playwright?caps=','90jRKDgq','MOCHA','.aab','acceptSslCert','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_FAILED','MODULE','857447SrDpdz','testObservabilityOptions','BROWSERSTACK_AUTOMATE_URL','ERR_CONNECTION_CLOSED','SIGTERM','LT_SUPPORTED_NODE','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','bsstag','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_ADDRESS_UNREACHABLE','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','ERR_SOCKS_CONNECTION_FAILED','VANILLA','us-east','rerunTests','disableAutoCaptureLogs','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','shows\x20version\x20information','codeceptjs-cucumber','https://api.browserstack.com','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','SPAWN_RETRY_DELAY_MS','SIGABRT','node-generic','ERR_SOCKET_NOT_CONNECTED','Run\x20js\x20tests\x20on\x20browserstack','Run\x20nightwatch\x20tests\x20on\x20browserstack','FRAMEWORKS','SELF_SIGNED_CERT_IN_CHAIN','APP_UPLOAD_URL','https://observability-devtestops.bsstag.com','https://upload-observability-preprod.bsstag.com','954078DzXhwy','SIGHUP','automate','browserStackLocalOptions','hub-eu-only.browserstack.com','https://api-cloud.browserstack.com','cucumber','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','ERR_NAME_NOT_RESOLVED','ERR_NAME_RESOLUTION_FAILED','REDACTED_KEYS','.ipa','testOrchestrationOptions','https://edsstaging.bsstag.com','invalidTestInputType','https://hub-preprod.bsstag.com/wd/hub','password','EDS_URL','https://automation.browserstack.com','CLI_SUPPORTED_FRAMEWORKS','FUNNEL_INSTRUMENTATION_API_URL','acceptInsecureCerts','Specify\x20--help\x20for\x20available\x20options','Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability','userName','sdk/v1/update_cli','observability','ETXTBSY','hub-us-only.browserstack.com','https://hub.browserstack.com/wd/hub','AUTOLOGCAPTURE_NOTIFICATION','MAX_SPAWN_RETRIES','wss://cdp-devtestops.bsstag.com/playwright?caps=','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','BSTACK_URL','browserstackAutomation','APP_AUTOMATE','percyCaptureMode','proxyPass','framework','JASMINE','SDK_INSTRUMENTATION_CONFIG','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','A11Y_SAVE_RESULTS','HST','CUCUMBER','VALID_APP_EXTENSION','https://automate.browserstack.com/dashboard/v2/builds/','hardMinMajor','percy','PLAYWRIGHT','ERR_CONNECTION_REFUSED','preprod','httpsProxy','BROWSERSTACK','minTestedMajor','turboScale','ERR_NETWORK_CHANGED','PRIVATE_DOMAIN_OR_IP_REGEX','Run\x20playwright\x20tests\x20on\x20Browserstack','split','AUTOMATE','Run\x20testcafe\x20tests\x20on\x20browserstack','browserstack.accessKey','testReportingOptions','Run\x20cucumber-js\x20tests\x20on\x20browserstack','invalidKeys','PUPPETEER','root','ERR_CONNECTION_TIMED_OUT'];a75_0x7b05=function(){return _0x1cb2aa;};return a75_0x7b05();}a75_0x2863d1[a75_0x469efd(0x2a0)]=a75_0x469efd(0x2a0),a75_0x2863d1['browserStackLocalOptions']=a75_0x469efd(0x22c),a75_0x2863d1['localOptions']='browserStackLocalOptions',a75_0x2863d1[a75_0x469efd(0x2a1)]=a75_0x469efd(0x2a1),a75_0x2863d1[a75_0x469efd(0x29f)]='platforms',a75_0x2863d1[a75_0x469efd(0x28b)]=a75_0x469efd(0x28b),a75_0x2863d1['httpProxy']='httpProxy',a75_0x2863d1['httpsProxy']=a75_0x469efd(0x25e),a75_0x2863d1[a75_0x469efd(0x250)]='framework',a75_0x2863d1['testContextOptions']=a75_0x469efd(0x2a6),a75_0x2863d1['testObservability']='testObservability',a75_0x2863d1[a75_0x469efd(0x275)]=a75_0x469efd(0x275),a75_0x2863d1[a75_0x469efd(0x20a)]='testObservabilityOptions',a75_0x2863d1['testReportingOptions']=a75_0x469efd(0x269),a75_0x2863d1[a75_0x469efd(0x297)]=a75_0x469efd(0x297),a75_0x2863d1['automation']='browserstackAutomation',a75_0x2863d1[a75_0x469efd(0x24c)]=a75_0x469efd(0x24c),a75_0x2863d1['rerunTests']=a75_0x469efd(0x217),a75_0x2863d1['percy']=a75_0x469efd(0x25a),a75_0x2863d1['percyOptions']=a75_0x469efd(0x2d5),a75_0x2863d1[a75_0x469efd(0x24e)]=a75_0x469efd(0x24e),a75_0x2863d1['disableAutoCaptureLogs']=a75_0x469efd(0x218),a75_0x2863d1[a75_0x469efd(0x1e7)]=a75_0x469efd(0x1e7),a75_0x2863d1['accessibilityOptions']='accessibilityOptions',a75_0x2863d1['turboScale']=a75_0x469efd(0x261),a75_0x2863d1['turboScaleOptions']='turboScaleOptions',a75_0x2863d1[a75_0x469efd(0x2d2)]=a75_0x469efd(0x2d2),a75_0x2863d1['testOrchestrationOptions']=a75_0x469efd(0x235);const a75_0x5877f9={};a75_0x5877f9[a75_0x469efd(0x280)]=a75_0x469efd(0x2c6),a75_0x5877f9[a75_0x469efd(0x216)]=a75_0x469efd(0x1fa),a75_0x5877f9['us']=a75_0x469efd(0x245),a75_0x5877f9['eu']=a75_0x469efd(0x22d),a75_0x5877f9['in']=a75_0x469efd(0x1e9),a75_0x5877f9['au']='hub-apse-only.browserstack.com';const a75_0x42d0bd={};a75_0x42d0bd['.browserstack\x20folder\x20not\x20accessible']=[a75_0x469efd(0x287),'[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a75_0x5e0131={};a75_0x5e0131[a75_0x469efd(0x22a)]=0x1,a75_0x5e0131[a75_0x469efd(0x1e1)]=0x2,a75_0x5e0131['SIGQUIT']=0x3,a75_0x5e0131[a75_0x469efd(0x21f)]=0x6,a75_0x5e0131[a75_0x469efd(0x20d)]=0xf,a75_0x5e0131[a75_0x469efd(0x1ee)]=0x15;const a75_0x55a5b8={};a75_0x55a5b8[a75_0x469efd(0x2cd)]=a75_0x10cbef,a75_0x55a5b8[a75_0x469efd(0x29d)]=a75_0x98b8c,a75_0x55a5b8['JASMINE']=a75_0x15e92b,a75_0x55a5b8[a75_0x469efd(0x203)]=a75_0x4d44eb,a75_0x55a5b8[a75_0x469efd(0x256)]=a75_0x29ba5b,a75_0x55a5b8[a75_0x469efd(0x215)]=a75_0x4ab702,a75_0x55a5b8[a75_0x469efd(0x2bd)]=a75_0x2a5798,a75_0x55a5b8[a75_0x469efd(0x25b)]=a75_0x13b41f,a75_0x55a5b8[a75_0x469efd(0x1f6)]=a75_0x4d021a,a75_0x55a5b8[a75_0x469efd(0x26c)]=a75_0x2bef43,a75_0x55a5b8['CODECEPTJS']=a75_0x39ee6f,a75_0x55a5b8[a75_0x469efd(0x1f8)]=a75_0x43fee9,a75_0x55a5b8[a75_0x469efd(0x255)]=a75_0x535253,a75_0x55a5b8[a75_0x469efd(0x296)]=a75_0x2f842e,a75_0x55a5b8[a75_0x469efd(0x2d0)]=0x8*0x3c*0x3e8,a75_0x55a5b8[a75_0x469efd(0x1e4)]=a75_0x469efd(0x246),a75_0x55a5b8[a75_0x469efd(0x282)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x55a5b8['ATS_HUB_URL_REGEX']=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x55a5b8[a75_0x469efd(0x1f2)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x55a5b8[a75_0x469efd(0x279)]=[a75_0x469efd(0x23e),a75_0x469efd(0x283),a75_0x469efd(0x29c),a75_0x469efd(0x1f7),a75_0x469efd(0x28f),a75_0x469efd(0x298),a75_0x469efd(0x1de),'acceptSslCerts',a75_0x469efd(0x205),'chromeOptions',a75_0x469efd(0x2a5),a75_0x469efd(0x28a),'ieOptions'],a75_0x55a5b8['ROOT_REGEX']=/^[\w-]+:.*$/,a75_0x55a5b8[a75_0x469efd(0x263)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x55a5b8[a75_0x469efd(0x23a)]=a75_0x469efd(0x2b3),a75_0x55a5b8[a75_0x469efd(0x1e8)]=a75_0x469efd(0x21c),a75_0x55a5b8[a75_0x469efd(0x226)]=a75_0x469efd(0x22e),a75_0x55a5b8[a75_0x469efd(0x299)]=a75_0x469efd(0x242),a75_0x55a5b8[a75_0x469efd(0x20e)]=a75_0x2cf44e,a75_0x55a5b8[a75_0x469efd(0x23d)]=a75_0x469efd(0x270),a75_0x55a5b8['AUTOMATE_PRODUCTS']=[a75_0x469efd(0x22b),a75_0x469efd(0x243)],a75_0x55a5b8['APP_AUTOMATE_PRODUCTS']=[a75_0x469efd(0x2ac),a75_0x469efd(0x243)],a75_0x55a5b8[a75_0x469efd(0x2b6)]=[a75_0x469efd(0x243)],a75_0x55a5b8['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a75_0x55a5b8['OBSERVABILITY_SUPPORTED_FWS']=['mocha','Playwright','testcafe','jasmine'],a75_0x55a5b8[a75_0x469efd(0x266)]=[a75_0x469efd(0x22b)],a75_0x55a5b8[a75_0x469efd(0x20b)]=a75_0x469efd(0x258),a75_0x55a5b8[a75_0x469efd(0x28e)]='https://app-automate.browserstack.com/dashboard/v2/builds/',a75_0x55a5b8[a75_0x469efd(0x24d)]=[a75_0x469efd(0x2ac)],a75_0x55a5b8[a75_0x469efd(0x2cb)]=[a75_0x469efd(0x207),a75_0x469efd(0x295),'ERR_BLOCKED_BY_CLIENT',a75_0x469efd(0x262),a75_0x469efd(0x221),a75_0x469efd(0x20c),'ERR_CONNECTION_RESET',a75_0x469efd(0x25c),'ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a75_0x469efd(0x231),a75_0x469efd(0x274),a75_0x469efd(0x212),a75_0x469efd(0x1fd),a75_0x469efd(0x26e),a75_0x469efd(0x214),a75_0x469efd(0x206),'ERR_PROXY_CONNECTION_FAILED',a75_0x469efd(0x231),a75_0x469efd(0x232),a75_0x469efd(0x253)],a75_0x55a5b8[a75_0x469efd(0x257)]=['.apk',a75_0x469efd(0x204),a75_0x469efd(0x234)],a75_0x55a5b8[a75_0x469efd(0x2b9)]=a75_0x469efd(0x272),a75_0x55a5b8['SHAREABLE_ID_REGEX']=a75_0x469efd(0x20f),a75_0x55a5b8[a75_0x469efd(0x291)]=a75_0x469efd(0x200),a75_0x55a5b8[a75_0x469efd(0x2c8)]=a75_0x469efd(0x201),a75_0x55a5b8[a75_0x469efd(0x1ed)]=a75_0x469efd(0x1e0),a75_0x55a5b8[a75_0x469efd(0x224)]=a75_0x39ada8,a75_0x55a5b8['PERCY_SUPPORTED_FRAMEWORKS']=[a75_0x469efd(0x2a8),a75_0x469efd(0x1f3)],a75_0x55a5b8['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a75_0x23ef24,a75_0x55a5b8[a75_0x469efd(0x247)]=a75_0x469efd(0x2aa),a75_0x55a5b8[a75_0x469efd(0x1f4)]=a75_0x1c4160,a75_0x55a5b8[a75_0x469efd(0x2d3)]=0x40*0x400,a75_0x55a5b8['GIT_META_DATA_TRUNCATED']=a75_0x469efd(0x2ab),a75_0x55a5b8[a75_0x469efd(0x2b1)]=a75_0x3530b7,a75_0x55a5b8[a75_0x469efd(0x233)]=a75_0x42332b,a75_0x55a5b8[a75_0x469efd(0x252)]=a75_0x2863d1,a75_0x55a5b8[a75_0x469efd(0x2c0)]=a75_0x469efd(0x2ad),a75_0x55a5b8['DEBUG_LOG_FILE_NAME']=a75_0x469efd(0x2c9),a75_0x55a5b8[a75_0x469efd(0x1dd)]=a75_0x469efd(0x2af),a75_0x55a5b8[a75_0x469efd(0x24b)]=a75_0x469efd(0x2b0),a75_0x55a5b8['BSTACK_ATS_URL']='browserstack-ats.com',a75_0x55a5b8['O11Y_URL']=a75_0x469efd(0x23b),a75_0x55a5b8['TEST_REPORTING_ANALYTICS']='TEST\x20REPORTING\x20AND\x20ANALYTICS',a75_0x55a5b8[a75_0x469efd(0x25f)]='browserstack',a75_0x55a5b8[a75_0x469efd(0x23c)]=[a75_0x469efd(0x278),a75_0x469efd(0x22f),'jest',a75_0x469efd(0x1e3),a75_0x469efd(0x1ea),a75_0x469efd(0x2bb),'node-generic'],a75_0x55a5b8[a75_0x469efd(0x292)]=['A11Y_SCAN',a75_0x469efd(0x2ba),a75_0x469efd(0x1e2),a75_0x469efd(0x254),a75_0x469efd(0x2ca),a75_0x469efd(0x28c)],a75_0x55a5b8[a75_0x469efd(0x1df)]=a75_0x469efd(0x1df),a75_0x55a5b8[a75_0x469efd(0x2b5)]=a75_0x5877f9,a75_0x55a5b8['SSL_ERROR_MESSAGES']=[a75_0x469efd(0x2b2),a75_0x469efd(0x2a9),a75_0x469efd(0x1e5),a75_0x469efd(0x2be),a75_0x469efd(0x1fb),a75_0x469efd(0x1f1)],a75_0x55a5b8['SSL_ERROR_CODES']=[a75_0x469efd(0x225),a75_0x469efd(0x1f1),'UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED',a75_0x469efd(0x1fb),a75_0x469efd(0x230)],a75_0x55a5b8[a75_0x469efd(0x289)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x55a5b8['CLIENT_TROUBLESHOOTING_HASH']=a75_0x42d0bd,a75_0x55a5b8[a75_0x469efd(0x27e)]=['GLOBAL_AGENT_HTTP_PROXY',a75_0x469efd(0x2a2),'USER_CONFIG_DETAILS_PATH'],a75_0x55a5b8[a75_0x469efd(0x27f)]=[a75_0x469efd(0x244),'EBUSY'],a75_0x55a5b8[a75_0x469efd(0x248)]=0x3,a75_0x55a5b8[a75_0x469efd(0x21e)]=0x3e8,a75_0x55a5b8[a75_0x469efd(0x271)]=0x1f40,a75_0x55a5b8[a75_0x469efd(0x1fc)]=a75_0x5e0131,module['exports']=a75_0x55a5b8;const _env=(process['env']['BROWSERSTACK_ENV']||a75_0x469efd(0x2a4))[a75_0x469efd(0x284)]();if(_env===a75_0x469efd(0x2bf)||_env===a75_0x469efd(0x276)){const ygabmi=a75_0x469efd(0x293)[a75_0x469efd(0x265)]('|');let HFhLCo=0x0;while(!![]){switch(ygabmi[HFhLCo++]){case'0':module['exports'][a75_0x469efd(0x24b)]='bsstag.com';continue;case'1':module[a75_0x469efd(0x294)][a75_0x469efd(0x1e8)]=a75_0x469efd(0x1e6);continue;case'2':module[a75_0x469efd(0x294)]['O11Y_URL']=a75_0x469efd(0x227);continue;case'3':module[a75_0x469efd(0x294)][a75_0x469efd(0x25f)]='bsstag';continue;case'4':module[a75_0x469efd(0x294)][a75_0x469efd(0x282)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a75_0x469efd(0x294)][a75_0x469efd(0x2c8)]=a75_0x469efd(0x249);continue;case'6':module[a75_0x469efd(0x294)]['OBSERVABILITY_UPLOAD_URL']=a75_0x469efd(0x1f0);continue;case'7':module[a75_0x469efd(0x294)][a75_0x469efd(0x226)]='https://api-cloud-devtestops.bsstag.com';continue;case'8':module[a75_0x469efd(0x294)]['BROWSERSTACK_APP_AUTOMATE_URL']=a75_0x469efd(0x213);continue;case'9':module[a75_0x469efd(0x294)][a75_0x469efd(0x20b)]='https://automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'10':module[a75_0x469efd(0x294)]['EDS_URL']=a75_0x469efd(0x236);continue;case'11':module['exports']['hubUrl']=a75_0x469efd(0x2b4);continue;case'12':module[a75_0x469efd(0x294)][a75_0x469efd(0x1ed)]='wss://cdp-devtestops.bsstag.com/puppeteer?caps=';continue;}break;}}else{if(_env===a75_0x469efd(0x25d)||_env===a75_0x469efd(0x1ff)){const dvXeqJ=a75_0x469efd(0x27d)[a75_0x469efd(0x265)]('|');let KasuvD=0x0;while(!![]){switch(dvXeqJ[KasuvD++]){case'0':module[a75_0x469efd(0x294)]['BROWSERSTACK']=a75_0x469efd(0x210);continue;case'1':module[a75_0x469efd(0x294)][a75_0x469efd(0x23a)]='https://edsstaging.bsstag.com';continue;case'2':module['exports'][a75_0x469efd(0x28d)]=a75_0x469efd(0x288);continue;case'3':module[a75_0x469efd(0x294)][a75_0x469efd(0x1e8)]='https://api-preprod.bsstag.com';continue;case'4':module['exports']['hubUrl']=a75_0x469efd(0x238);continue;case'5':module[a75_0x469efd(0x294)][a75_0x469efd(0x2d4)]=a75_0x469efd(0x228);continue;case'6':module[a75_0x469efd(0x294)][a75_0x469efd(0x24b)]=a75_0x469efd(0x2b7);continue;case'7':module[a75_0x469efd(0x294)]['PLAYWRIGHT_HUB_URL']='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module['exports'][a75_0x469efd(0x20b)]=a75_0x469efd(0x2c2);continue;case'9':module[a75_0x469efd(0x294)]['BROWSERSTACK_APP_AUTOMATE_URL']=a75_0x469efd(0x21d);continue;case'10':module[a75_0x469efd(0x294)][a75_0x469efd(0x282)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'11':module[a75_0x469efd(0x294)]['APP_UPLOAD_URL']=a75_0x469efd(0x29b);continue;case'12':module['exports'][a75_0x469efd(0x1ed)]=a75_0x469efd(0x1fe);continue;}break;}}}
1
+ const a75_0x58c057=a75_0x1ffc;(function(_0xe49a8,_0x534162){const _0x4a4528=a75_0x1ffc,_0x5923cd=_0xe49a8();while(!![]){try{const _0x4c45a6=parseInt(_0x4a4528(0x1f1))/0x1*(parseInt(_0x4a4528(0x14d))/0x2)+-parseInt(_0x4a4528(0x1b2))/0x3+parseInt(_0x4a4528(0x1d9))/0x4*(-parseInt(_0x4a4528(0x1fb))/0x5)+parseInt(_0x4a4528(0x16e))/0x6*(parseInt(_0x4a4528(0x1d3))/0x7)+-parseInt(_0x4a4528(0x188))/0x8+-parseInt(_0x4a4528(0x17c))/0x9*(-parseInt(_0x4a4528(0x1bf))/0xa)+parseInt(_0x4a4528(0x1d2))/0xb;if(_0x4c45a6===_0x534162)break;else _0x5923cd['push'](_0x5923cd['shift']());}catch(_0x44a4f0){_0x5923cd['push'](_0x5923cd['shift']());}}}(a75_0x2749,0xecf02));const a75_0x6ad9c2={};function a75_0x1ffc(_0x49f901,_0x5c6c5a){const _0x274953=a75_0x2749();return a75_0x1ffc=function(_0x1ffc41,_0x27de97){_0x1ffc41=_0x1ffc41-0x11b;let _0x59e860=_0x274953[_0x1ffc41];return _0x59e860;},a75_0x1ffc(_0x49f901,_0x5c6c5a);}a75_0x6ad9c2[a75_0x58c057(0x11d)]='shows\x20version\x20information',a75_0x6ad9c2[a75_0x58c057(0x1ba)]=a75_0x58c057(0x203);function a75_0x2749(){const _0x31aa8b=['https://hub.browserstack.com/wd/hub','CONNECTIVITY_ISSUE_ERROR_CODES','BROWSERSTACK_APP_AUTOMATE_URL','framework','O11Y_URL','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','browserstack-ats.com','browserName','CUCUMBER','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','wss://cdp-preprod.bsstag.com/puppeteer?caps=','PERCY_SUPPORTED_FRAMEWORKS','ATS_WSS_URL_REGEX','prod','customVariables','testObservability','EDS_URL','https://upload-observability.browserstack.com','sdk/v1/event','Playwright','Jest','https://automation-preprod.bsstag.com','https://app-automate.browserstack.com/dashboard/v2/builds/','accessKey','ATS_HUB_URL_REGEX','PUPPETEER','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','HUB_URL_REGEX','proxyUrl','localOptions','CLIENT_TROUBLESHOOTING_HASH','browserstackLocal','CUSTOM_ID_REGEX','percyCaptureMode','accessibility','INTERNALLY_USED_ENV_VARS','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','parallelsPerPlatform','proxyPassword','TEST\x20REPORTING\x20AND\x20ANALYTICS','Run\x20testcafe\x20tests\x20on\x20browserstack','AUTOLOGCAPTURE_NOTIFICATION','51236TgDCdr','ERR_NAME_NOT_RESOLVED','acceptInsecureCerts','hubUrl','PLAYWRIGHT_TRACE_LOGS','turboScaleOptions','SIGBREAK','ROOT_CAPS','browserStackLocalOptions','[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.','ERR_ADDRESS_INVALID','edgeOptions','PACKAGE_TYPE','APP_UPLOAD_URL','certificate\x20has\x20expired','ERR_SOCKS_CONNECTION_FAILED','disableAutoCaptureLogs','localProxyPass','ERR_CONNECTION_REFUSED','ROOT_REGEX','Run\x20jasmine\x20tests\x20on\x20browserstack','Run\x20puppeteer\x20tests\x20on\x20BrowserStack','acceptSslCerts','BSTACK_DELTA','testReportingOptions','codeceptjs-cucumber','A11Y_GET_RESULTS','app-automate','https://hub-preprod.bsstag.com/wd/hub','MAX_DRIVER_INIT_ERROR_BYTES','CODECEPT_CUCUMBER','A11Y_SCAN','root','6xkNQxq','https://automation.browserstack.com','ERR_CONNECTION_TIMED_OUT','strictFileInteractability','https://api.browserstack.com','NUDGE_LOCAL_ERRORS','env','HUB_URL_MAP','observability','VANILLA','ERR_CONNECTION_RESET','maxTestedMajor','platforms','testcafe','5068683FyQUwd','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','localProxyUser','GLOBAL_AGENT_NO_PROXY','BSTACK_URL','BROWSERSTACK_AUTOMATE_URL','Run\x20nightwatch\x20tests\x20on\x20browserstack','GLOBAL_AGENT_HTTP_PROXY','browserstack','percyScreenshot','percy','unable\x20to\x20get\x20local\x20issuer\x20certificate','7174704WMbaTc','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','browserstack.userName','GIT_META_DATA_TRUNCATED','https://automate.browserstack.com/dashboard/v2/builds/','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','A11Y_GET_RESULTS_SUMMARY','wss://cdp.browserstack.com/playwright?caps=','Run\x20js\x20tests\x20on\x20browserstack','HST','PLAYWRIGHT_HUB_URL','TESTCAFE','hub.browserstack.com','hub-use-only.browserstack.com','Cucumber-JS','jasmine','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','ETXTBSY','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','APP_AUTOMATE','chromeOptions','ERR_SOCKET_NOT_CONNECTED','ERR_NAME_RESOLUTION_FAILED','default','preprod','.aab','vanilla','https://hub-devtestops.bsstag.com/wd/hub','https://eds.browserstack.com','MAX_SPAWN_RETRIES','accessibilityOptions','unhandledPromptBehavior','FUNNEL_INSTRUMENTATION_API_URL','CODECEPTJS','CLI_SUPPORTED_FRAMEWORKS','.browserstack\x20folder\x20not\x20accessible','newman','hub-eu-only.browserstack.com','browserstack.user','TEST_REPORTING_ANALYTICS','browserstack.accessKey','module','2452920YxUPSe','PLAYWRIGHT','browserstack.overridelocalInfo.userAuthToken','Run\x20codeceptjs\x20tests\x20on\x20browserstack','PRIVATE_DOMAIN_OR_IP_REGEX','node-generic','ERR_CONNECTION_CLOSED','turboScale','HELP','wss://cdp.browserstack.com/puppeteer?caps=','bsstag.com','SSL_ERROR_CODES','./browserstack-artifacts/','20tgUuuN','3|2|6|0|4|12|7|5|8|9|10|1|11','CI_ARTIFACTS_PATH','BROWSERSTACK_API_URL','NEWMAN','self\x20signed\x20certificate','VERSION','ERR_NETWORK_CHANGED','automation','MOCHA','automate','SPAWN_RETRY_DELAY_MS','jest','ObservabilitySync','USER_CONFIG_DETAILS_PATH','puppeteer','BROWSERSTACK','ERR_CONNECTION_FAILED','invalidKeys','10593110lfgiVW','4094867yOWJZh','SDK_INSTRUMENTATION_CONFIG','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','password','SIGTERM','https://automate-preprod.bsstag.com/dashboard/v2/builds/','3548YnPEGt','wss://cdp-devtestops.bsstag.com/puppeteer?caps=','/usage-debug.log','proxySettings','bsstag','JEST','EBUSY','playwright','INTEGRATIONS','ERR_CONNECTION_ABORTED','browserstack.key','Run\x20playwright\x20tests\x20on\x20Browserstack','OBSERVABILITY_UPLOAD_URL','SIGHUP','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','SIGINT','https://upload-observability-devtestops-ssi.bsstag.com','authToken','OBSERVABILITY_SUPPORTED_FWS','sdk/v1/update_cli','testContextOptions','mocha','firefoxOptions','https://api-cloud-devtestops.bsstag.com','51jUASSE','pageLoadStrategy','commonjs','exports','ERR_TLS_CERT_ALTNAME_INVALID','codeceptjs','unable\x20to\x20verify\x20the\x20first\x20certificate','BROWSERSTACK_ENV','rerunTests','AUTOMATE','7305RxfLuQ','Mocha','logLevel','Run\x20cucumber-js\x20tests\x20on\x20browserstack','PLAYWRIGHT_CONFIG_OPTION_ERRORS','TEST_FRAMEWORK_HOOK_TIMEOUT','proxyUser','hub-aps-only.browserstack.com','Specify\x20--help\x20for\x20available\x20options','us-east','DEPTH_ZERO_SELF_SIGNED_CERT','LT_SUPPORTED_NODE','https://edsstaging.bsstag.com','browserVersion','Run\x20jest\x20tests\x20on\x20browserstack','SIGQUIT','hub-apse-only.browserstack.com','UPDATED_CLI_ENDPOINT','percyOptions','testObservabilityOptions','NIGHTWATCH','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','hub-us-only.browserstack.com','ERR_TIMED_OUT','PUPPETEER_HUB_URL','pre-prod','DEBUG_LOG_FILE_NAME','/usage.log','httpsProxy','INFO','AUTOMATION_LOG_COMMANDS','ERR_FAILED','invalidTestInputType','REDACTED_KEYS','browserstack.com'];a75_0x2749=function(){return _0x31aa8b;};return a75_0x2749();}const a75_0x1a21dc={};a75_0x1a21dc['INFO']=a75_0x58c057(0x209);const a75_0x37a5b7={};a75_0x37a5b7['INFO']=a75_0x58c057(0x161);const a75_0xa2b5f1={};a75_0xa2b5f1[a75_0x58c057(0x11d)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a75_0x4b1043={};a75_0x4b1043['INFO']=a75_0x58c057(0x1fe);const a75_0x3b2c89={};a75_0x3b2c89[a75_0x58c057(0x11d)]=a75_0x58c057(0x190);const a75_0x2e7c2a={};a75_0x2e7c2a['INFO']=a75_0x58c057(0x182);const a75_0x26fca9={};a75_0x26fca9[a75_0x58c057(0x11d)]=a75_0x58c057(0x1e4);const a75_0x40c238={};a75_0x40c238['INFO']=a75_0x58c057(0x14b);const a75_0x1b70ca={};a75_0x1b70ca[a75_0x58c057(0x11d)]=a75_0x58c057(0x162);const a75_0x34475a={};a75_0x34475a[a75_0x58c057(0x11d)]=a75_0x58c057(0x1b5);const a75_0x10aa83={};a75_0x10aa83[a75_0x58c057(0x11d)]='Run\x20Newman\x20API\x20tests\x20with\x20BrowserStack\x20observability';const a75_0x5f33e5={};a75_0x5f33e5['INFO']=a75_0x58c057(0x198);const a75_0x14f419={};a75_0x14f419[a75_0x58c057(0x11d)]=a75_0x58c057(0x210);const a75_0x5f502a={};a75_0x5f502a['hardMinMajor']=null,a75_0x5f502a['minTestedMajor']=0xe,a75_0x5f502a[a75_0x58c057(0x179)]=0x1a;const a75_0x4d5edd={};a75_0x4d5edd[a75_0x58c057(0x1b3)]=a75_0x58c057(0x136),a75_0x4d5edd[a75_0x58c057(0x1c8)]=a75_0x58c057(0x1ee),a75_0x4d5edd['JEST']='jest',a75_0x4d5edd['CODECEPT']=a75_0x58c057(0x1f6),a75_0x4d5edd[a75_0x58c057(0x16b)]=a75_0x58c057(0x166),a75_0x4d5edd[a75_0x58c057(0x12b)]='cucumber',a75_0x4d5edd[a75_0x58c057(0x177)]=a75_0x58c057(0x1a2),a75_0x4d5edd[a75_0x58c057(0x13c)]=a75_0x58c057(0x1ce),a75_0x4d5edd['TESTCAFE']=a75_0x58c057(0x17b),a75_0x4d5edd[a75_0x58c057(0x1c3)]=a75_0x58c057(0x1ac),a75_0x4d5edd['JASMINE']=a75_0x58c057(0x197),a75_0x4d5edd['NODE_GENERIC']='node-generic';const a75_0x3a7728={};a75_0x3a7728[a75_0x58c057(0x1d1)]=a75_0x58c057(0x17d),a75_0x3a7728['uniqueDependency']='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a75_0x3a7728['mandatoryDependency']=a75_0x58c057(0x18d),a75_0x3a7728[a75_0x58c057(0x120)]=a75_0x58c057(0x1d5);const a75_0x125811={};a75_0x125811['COMMONJS']=a75_0x58c057(0x1f3),a75_0x125811['MODULE']=a75_0x58c057(0x1b1);const a75_0x100dc4={};a75_0x100dc4[a75_0x58c057(0x1fc)]=0xfde8,a75_0x100dc4[a75_0x58c057(0x196)]=0xfde8,a75_0x100dc4[a75_0x58c057(0x137)]=0x186a0;const a75_0x179c81={};a75_0x179c81[a75_0x58c057(0x16d)]=['userName',a75_0x58c057(0x13a),a75_0x58c057(0x18a),a75_0x58c057(0x1b0),a75_0x58c057(0x1ae),a75_0x58c057(0x1e3),a75_0x58c057(0x1d6),'user_data','httpProxy',a75_0x58c057(0x11c),'customVariables',a75_0x58c057(0x149),a75_0x58c057(0x1ea),a75_0x58c057(0x13f),a75_0x58c057(0x1b4)],a75_0x179c81[a75_0x58c057(0x155)]=[a75_0x58c057(0x201),'proxyPass',a75_0x58c057(0x17e),a75_0x58c057(0x15e)];const a75_0x570822={};a75_0x570822['browserstackLocal']=a75_0x58c057(0x142),a75_0x570822[a75_0x58c057(0x155)]=a75_0x58c057(0x155),a75_0x570822[a75_0x58c057(0x140)]=a75_0x58c057(0x155),a75_0x570822[a75_0x58c057(0x148)]=a75_0x58c057(0x148),a75_0x570822[a75_0x58c057(0x17a)]=a75_0x58c057(0x17a),a75_0x570822[a75_0x58c057(0x1fd)]='logLevel',a75_0x570822['httpProxy']='httpProxy',a75_0x570822[a75_0x58c057(0x11c)]=a75_0x58c057(0x11c),a75_0x570822[a75_0x58c057(0x126)]=a75_0x58c057(0x126),a75_0x570822[a75_0x58c057(0x1ed)]='testContextOptions',a75_0x570822[a75_0x58c057(0x132)]=a75_0x58c057(0x132),a75_0x570822['testReporting']='testReporting',a75_0x570822['testObservabilityOptions']=a75_0x58c057(0x20e),a75_0x570822[a75_0x58c057(0x165)]=a75_0x58c057(0x165),a75_0x570822[a75_0x58c057(0x131)]=a75_0x58c057(0x131),a75_0x570822[a75_0x58c057(0x1c7)]='browserstackAutomation',a75_0x570822['browserstackAutomation']='browserstackAutomation',a75_0x570822[a75_0x58c057(0x1f9)]=a75_0x58c057(0x1f9),a75_0x570822[a75_0x58c057(0x186)]='percy',a75_0x570822[a75_0x58c057(0x20d)]='percyOptions',a75_0x570822[a75_0x58c057(0x144)]=a75_0x58c057(0x144),a75_0x570822[a75_0x58c057(0x15d)]=a75_0x58c057(0x15d),a75_0x570822[a75_0x58c057(0x145)]=a75_0x58c057(0x145),a75_0x570822[a75_0x58c057(0x1a6)]='accessibilityOptions',a75_0x570822[a75_0x58c057(0x1b9)]=a75_0x58c057(0x1b9),a75_0x570822[a75_0x58c057(0x152)]='turboScaleOptions',a75_0x570822[a75_0x58c057(0x1dc)]=a75_0x58c057(0x1dc),a75_0x570822['testOrchestrationOptions']='testOrchestrationOptions';const a75_0x1f8c8f={};a75_0x1f8c8f[a75_0x58c057(0x19f)]=a75_0x58c057(0x194),a75_0x1f8c8f[a75_0x58c057(0x204)]=a75_0x58c057(0x195),a75_0x1f8c8f['us']=a75_0x58c057(0x211),a75_0x1f8c8f['eu']=a75_0x58c057(0x1ad),a75_0x1f8c8f['in']=a75_0x58c057(0x202),a75_0x1f8c8f['au']=a75_0x58c057(0x20b);const a75_0x57d134={};a75_0x57d134[a75_0x58c057(0x1ab)]=['SDK-GEN-001',a75_0x58c057(0x156)];const a75_0x5272eb={};a75_0x5272eb[a75_0x58c057(0x1e6)]=0x1,a75_0x5272eb[a75_0x58c057(0x1e8)]=0x2,a75_0x5272eb[a75_0x58c057(0x20a)]=0x3,a75_0x5272eb['SIGABRT']=0x6,a75_0x5272eb[a75_0x58c057(0x1d7)]=0xf,a75_0x5272eb[a75_0x58c057(0x153)]=0x15;const a75_0x22348a={};a75_0x22348a[a75_0x58c057(0x1c5)]=a75_0x6ad9c2,a75_0x22348a[a75_0x58c057(0x1de)]=a75_0x1a21dc,a75_0x22348a['JASMINE']=a75_0x37a5b7,a75_0x22348a[a75_0x58c057(0x1c8)]=a75_0xa2b5f1,a75_0x22348a[a75_0x58c057(0x12b)]=a75_0x4b1043,a75_0x22348a['VANILLA']=a75_0x3b2c89,a75_0x22348a[a75_0x58c057(0x20f)]=a75_0x2e7c2a,a75_0x22348a[a75_0x58c057(0x1b3)]=a75_0x26fca9,a75_0x22348a[a75_0x58c057(0x193)]=a75_0x40c238,a75_0x22348a[a75_0x58c057(0x13c)]=a75_0x1b70ca,a75_0x22348a[a75_0x58c057(0x1a9)]=a75_0x34475a,a75_0x22348a['NEWMAN']=a75_0x10aa83,a75_0x22348a[a75_0x58c057(0x191)]=a75_0x5f33e5,a75_0x22348a[a75_0x58c057(0x1e1)]=a75_0x14f419,a75_0x22348a[a75_0x58c057(0x164)]=0x8*0x3c*0x3e8,a75_0x22348a[a75_0x58c057(0x150)]=a75_0x58c057(0x123),a75_0x22348a['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a75_0x22348a[a75_0x58c057(0x13b)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a75_0x22348a[a75_0x58c057(0x12f)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a75_0x22348a[a75_0x58c057(0x154)]=[a75_0x58c057(0x14f),a75_0x58c057(0x1f2),a75_0x58c057(0x171),a75_0x58c057(0x1a7),'timeouts',a75_0x58c057(0x12a),a75_0x58c057(0x208),a75_0x58c057(0x163),'acceptSslCert',a75_0x58c057(0x19c),a75_0x58c057(0x1ef),a75_0x58c057(0x158),'ieOptions'],a75_0x22348a[a75_0x58c057(0x160)]=/^[\w-]+:.*$/,a75_0x22348a[a75_0x58c057(0x1b6)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a75_0x22348a[a75_0x58c057(0x133)]=a75_0x58c057(0x1a4),a75_0x22348a[a75_0x58c057(0x1c2)]=a75_0x58c057(0x172),a75_0x22348a[a75_0x58c057(0x15a)]='https://api-cloud.browserstack.com',a75_0x22348a[a75_0x58c057(0x20c)]=a75_0x58c057(0x1ec),a75_0x22348a[a75_0x58c057(0x206)]=a75_0x5f502a,a75_0x22348a[a75_0x58c057(0x1a8)]=a75_0x58c057(0x135),a75_0x22348a['AUTOMATE_PRODUCTS']=[a75_0x58c057(0x1c9),a75_0x58c057(0x176)],a75_0x22348a['APP_AUTOMATE_PRODUCTS']=[a75_0x58c057(0x168),a75_0x58c057(0x176)],a75_0x22348a[a75_0x58c057(0x189)]=['observability'],a75_0x22348a[a75_0x58c057(0x1e5)]=a75_0x58c057(0x134),a75_0x22348a[a75_0x58c057(0x1eb)]=['mocha','Playwright','testcafe',a75_0x58c057(0x197)],a75_0x22348a[a75_0x58c057(0x1fa)]=[a75_0x58c057(0x1c9)],a75_0x22348a['BROWSERSTACK_AUTOMATE_URL']=a75_0x58c057(0x18c),a75_0x22348a[a75_0x58c057(0x125)]=a75_0x58c057(0x139),a75_0x22348a[a75_0x58c057(0x19b)]=[a75_0x58c057(0x168)],a75_0x22348a[a75_0x58c057(0x173)]=[a75_0x58c057(0x11f),a75_0x58c057(0x212),'ERR_BLOCKED_BY_CLIENT',a75_0x58c057(0x1c6),a75_0x58c057(0x19d),a75_0x58c057(0x1b8),a75_0x58c057(0x178),a75_0x58c057(0x15f),a75_0x58c057(0x1e2),a75_0x58c057(0x1d0),a75_0x58c057(0x14e),a75_0x58c057(0x157),'ERR_ADDRESS_UNREACHABLE','ERR_TUNNEL_CONNECTION_FAILED',a75_0x58c057(0x170),a75_0x58c057(0x15c),a75_0x58c057(0x13d),'ERR_PROXY_CONNECTION_FAILED',a75_0x58c057(0x14e),a75_0x58c057(0x19e),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a75_0x22348a['VALID_APP_EXTENSION']=['.apk',a75_0x58c057(0x1a1),'.ipa'],a75_0x22348a[a75_0x58c057(0x143)]='^[a-zA-Z0-9_.-]*$',a75_0x22348a['SHAREABLE_ID_REGEX']=a75_0x58c057(0x147),a75_0x22348a[a75_0x58c057(0x1c1)]=a75_0x58c057(0x1be),a75_0x22348a['PLAYWRIGHT_HUB_URL']=a75_0x58c057(0x18f),a75_0x22348a[a75_0x58c057(0x213)]=a75_0x58c057(0x1bb),a75_0x22348a['FRAMEWORKS']=a75_0x4d5edd,a75_0x22348a[a75_0x58c057(0x12e)]=[a75_0x58c057(0x1cb),a75_0x58c057(0x1ee)],a75_0x22348a[a75_0x58c057(0x1ff)]=a75_0x3a7728,a75_0x22348a[a75_0x58c057(0x14c)]=a75_0x58c057(0x128),a75_0x22348a[a75_0x58c057(0x159)]=a75_0x125811,a75_0x22348a['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a75_0x22348a[a75_0x58c057(0x18b)]='...[TRUNCATED]',a75_0x22348a[a75_0x58c057(0x200)]=a75_0x100dc4,a75_0x22348a[a75_0x58c057(0x121)]=a75_0x179c81,a75_0x22348a[a75_0x58c057(0x1d4)]=a75_0x570822,a75_0x22348a['LOG_FILE_NAME']=a75_0x58c057(0x11b),a75_0x22348a[a75_0x58c057(0x215)]=a75_0x58c057(0x1db),a75_0x22348a['DEBUG_CLI_LOG_FILE_NAME']='sdk-cli-debug.log',a75_0x22348a[a75_0x58c057(0x180)]=a75_0x58c057(0x122),a75_0x22348a['BSTACK_ATS_URL']=a75_0x58c057(0x129),a75_0x22348a[a75_0x58c057(0x127)]=a75_0x58c057(0x16f),a75_0x22348a[a75_0x58c057(0x1af)]=a75_0x58c057(0x14a),a75_0x22348a[a75_0x58c057(0x1cf)]=a75_0x58c057(0x184),a75_0x22348a[a75_0x58c057(0x1aa)]=[a75_0x58c057(0x1e0),'cucumber',a75_0x58c057(0x1cb),a75_0x58c057(0x1ce),a75_0x58c057(0x17b),a75_0x58c057(0x1ac),a75_0x58c057(0x1b7)],a75_0x22348a[a75_0x58c057(0x11e)]=[a75_0x58c057(0x16c),a75_0x58c057(0x18e),a75_0x58c057(0x167),'A11Y_SAVE_RESULTS',a75_0x58c057(0x185),a75_0x58c057(0x1cc)],a75_0x22348a[a75_0x58c057(0x151)]=a75_0x58c057(0x151),a75_0x22348a[a75_0x58c057(0x175)]=a75_0x1f8c8f,a75_0x22348a['SSL_ERROR_MESSAGES']=[a75_0x58c057(0x1c4),a75_0x58c057(0x1f7),a75_0x58c057(0x15b),a75_0x58c057(0x187),a75_0x58c057(0x1f5),a75_0x58c057(0x205)],a75_0x22348a[a75_0x58c057(0x1bd)]=['SELF_SIGNED_CERT_IN_CHAIN',a75_0x58c057(0x205),'UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED',a75_0x58c057(0x1f5),a75_0x58c057(0x12c)],a75_0x22348a[a75_0x58c057(0x124)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a75_0x22348a[a75_0x58c057(0x141)]=a75_0x57d134,a75_0x22348a[a75_0x58c057(0x146)]=[a75_0x58c057(0x183),a75_0x58c057(0x17f),a75_0x58c057(0x1cd)],a75_0x22348a['BINARY_BUSY_ERROR_CODES']=[a75_0x58c057(0x199),a75_0x58c057(0x1df)],a75_0x22348a[a75_0x58c057(0x1a5)]=0x3,a75_0x22348a[a75_0x58c057(0x1ca)]=0x3e8,a75_0x22348a[a75_0x58c057(0x16a)]=0x1f40,a75_0x22348a['SIGNAL_EXIT_CODES']=a75_0x5272eb,module[a75_0x58c057(0x1f4)]=a75_0x22348a;const _env=(process[a75_0x58c057(0x174)][a75_0x58c057(0x1f8)]||a75_0x58c057(0x130))['toLowerCase']();if(_env==='staging'||_env==='stag'){const qOrSpq=a75_0x58c057(0x1c0)['split']('|');let vldtRB=0x0;while(!![]){switch(qOrSpq[vldtRB++]){case'0':module[a75_0x58c057(0x1f4)]['BROWSERSTACK_AUTOMATE_URL']=a75_0x58c057(0x1e7);continue;case'1':module['exports'][a75_0x58c057(0x133)]='https://edsstaging.bsstag.com';continue;case'2':module['exports'][a75_0x58c057(0x1c2)]='https://apidevtestops.bsstag.com';continue;case'3':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x150)]=a75_0x58c057(0x1a3);continue;case'4':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x125)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'5':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x213)]=a75_0x58c057(0x1da);continue;case'6':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x13e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module['exports'][a75_0x58c057(0x192)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'8':module[a75_0x58c057(0x1f4)]['BSTACK_URL']=a75_0x58c057(0x1bc);continue;case'9':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x127)]='https://observability-devtestops.bsstag.com';continue;case'10':module['exports'][a75_0x58c057(0x1e5)]=a75_0x58c057(0x1e9);continue;case'11':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x1cf)]=a75_0x58c057(0x1dd);continue;case'12':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x15a)]=a75_0x58c057(0x1f0);continue;}break;}}else{if(_env===a75_0x58c057(0x1a0)||_env===a75_0x58c057(0x214)){const FElTbS='8|0|4|10|12|1|11|6|5|7|2|9|3'['split']('|');let qxYFtM=0x0;while(!![]){switch(FElTbS[qxYFtM++]){case'0':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x1c2)]='https://api-preprod.bsstag.com';continue;case'1':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x15a)]='https://api-preprod.bsstag.com';continue;case'2':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x1e5)]='https://upload-observability-preprod.bsstag.com';continue;case'3':module[a75_0x58c057(0x1f4)]['BROWSERSTACK']=a75_0x58c057(0x1dd);continue;case'4':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x13e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module['exports']['BSTACK_URL']='bsstag.com';continue;case'6':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x213)]=a75_0x58c057(0x12d);continue;case'7':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x127)]=a75_0x58c057(0x138);continue;case'8':module[a75_0x58c057(0x1f4)]['hubUrl']=a75_0x58c057(0x169);continue;case'9':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x133)]=a75_0x58c057(0x207);continue;case'10':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x181)]=a75_0x58c057(0x1d8);continue;case'11':module[a75_0x58c057(0x1f4)][a75_0x58c057(0x192)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'12':module['exports'][a75_0x58c057(0x125)]=a75_0x58c057(0x19a);continue;}break;}}}
@@ -1 +1 @@
1
- const a76_0x1a7524=a76_0x51be;function a76_0x3528(){const _0x139628=['7GHEtFI','1806094DWjemy','./logReportingAPI','data','13193980QJqdJH','levelStr','timezoneOffset','level','991254VPcRGb','layout','731695fWzGGQ','3297018ecTDtX','4660029amYHLX','16XdhHXe','1NAHrzI','configure','type','7126680sBEqvk'];a76_0x3528=function(){return _0x139628;};return a76_0x3528();}(function(_0x48cc74,_0x4019d5){const _0x4cfb69=a76_0x51be,_0x16e62a=_0x48cc74();while(!![]){try{const _0x14b300=parseInt(_0x4cfb69(0x1e7))/0x1*(parseInt(_0x4cfb69(0x1ec))/0x2)+-parseInt(_0x4cfb69(0x1e1))/0x3+parseInt(_0x4cfb69(0x1e6))/0x4*(parseInt(_0x4cfb69(0x1e3))/0x5)+parseInt(_0x4cfb69(0x1e4))/0x6*(-parseInt(_0x4cfb69(0x1eb))/0x7)+parseInt(_0x4cfb69(0x1ea))/0x8+parseInt(_0x4cfb69(0x1e5))/0x9+-parseInt(_0x4cfb69(0x1dd))/0xa;if(_0x14b300===_0x4019d5)break;else _0x16e62a['push'](_0x16e62a['shift']());}catch(_0x199ce5){_0x16e62a['push'](_0x16e62a['shift']());}}}(a76_0x3528,0xaa564));const logReportingAPI=require(a76_0x1a7524(0x1ed)),BSTestOpsLogger=new logReportingAPI({});function a76_0x51be(_0x2e880d,_0x4f0a3d){const _0x3528c8=a76_0x3528();return a76_0x51be=function(_0x51be76,_0x5bbc0d){_0x51be76=_0x51be76-0x1dc;let _0x21426b=_0x3528c8[_0x51be76];return _0x21426b;},a76_0x51be(_0x2e880d,_0x4f0a3d);}function BSTestOpsLog4JSAppender(_0x28d8fb,_0x1f5ce0){return _0x56e129=>{const _0x2c4787=a76_0x51be;BSTestOpsLogger['log']({'level':_0x56e129[_0x2c4787(0x1e0)]?_0x56e129[_0x2c4787(0x1e0)][_0x2c4787(0x1de)]:null,'message':_0x56e129[_0x2c4787(0x1dc)]?_0x56e129[_0x2c4787(0x1dc)]['join']('\x20'):null});};}exports[a76_0x1a7524(0x1e8)]=(_0x188e04,_0x55868e)=>{const _0x43e7dc=a76_0x1a7524,_0x4f958e={'MHPHP':function(_0x185588,_0x3c7230,_0x4711e4){return _0x185588(_0x3c7230,_0x4711e4);}};let _0x1199e9=_0x55868e['colouredLayout'];return _0x188e04[_0x43e7dc(0x1e2)]&&(_0x1199e9=_0x55868e['layout'](_0x188e04[_0x43e7dc(0x1e2)][_0x43e7dc(0x1e9)],_0x188e04[_0x43e7dc(0x1e2)])),_0x4f958e['MHPHP'](BSTestOpsLog4JSAppender,_0x1199e9,_0x188e04[_0x43e7dc(0x1df)]);};
1
+ (function(_0x53a1fd,_0x1112e5){const _0x3a0962=a76_0x67dd,_0x31394c=_0x53a1fd();while(!![]){try{const _0x3a7eeb=-parseInt(_0x3a0962(0x126))/0x1+-parseInt(_0x3a0962(0x12a))/0x2*(parseInt(_0x3a0962(0x131))/0x3)+-parseInt(_0x3a0962(0x121))/0x4*(-parseInt(_0x3a0962(0x12f))/0x5)+-parseInt(_0x3a0962(0x124))/0x6+-parseInt(_0x3a0962(0x129))/0x7*(-parseInt(_0x3a0962(0x123))/0x8)+parseInt(_0x3a0962(0x12b))/0x9+-parseInt(_0x3a0962(0x12e))/0xa;if(_0x3a7eeb===_0x1112e5)break;else _0x31394c['push'](_0x31394c['shift']());}catch(_0x31d42b){_0x31394c['push'](_0x31394c['shift']());}}}(a76_0x1124,0xda674));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x2f1d22,_0x519ead){return _0x21b02c=>{const _0x4cc8e7=a76_0x67dd;BSTestOpsLogger[_0x4cc8e7(0x12c)]({'level':_0x21b02c[_0x4cc8e7(0x12d)]?_0x21b02c[_0x4cc8e7(0x12d)][_0x4cc8e7(0x122)]:null,'message':_0x21b02c['data']?_0x21b02c[_0x4cc8e7(0x132)][_0x4cc8e7(0x133)]('\x20'):null});};}function a76_0x67dd(_0x36daf3,_0x209f83){const _0x1124be=a76_0x1124();return a76_0x67dd=function(_0x67dd67,_0x342e28){_0x67dd67=_0x67dd67-0x121;let _0x19c4cf=_0x1124be[_0x67dd67];return _0x19c4cf;},a76_0x67dd(_0x36daf3,_0x209f83);}function a76_0x1124(){const _0x2a3c71=['9082314hvozqX','log','level','2364920HReWXY','535490qLpoeR','layout','515301KepOZy','data','join','64JAbWdH','levelStr','830136JfUyaz','6996960OVLQod','type','471851jFVtWQ','timezoneOffset','fNVFi','119PMbtVh','20Pmenjl'];a76_0x1124=function(){return _0x2a3c71;};return a76_0x1124();}exports['configure']=(_0x537246,_0x416341)=>{const _0x2fd1b8=a76_0x67dd,_0x294aae={'fNVFi':function(_0x212d8,_0x122777,_0x11f528){return _0x212d8(_0x122777,_0x11f528);}};let _0x72ffda=_0x416341['colouredLayout'];return _0x537246[_0x2fd1b8(0x130)]&&(_0x72ffda=_0x416341[_0x2fd1b8(0x130)](_0x537246[_0x2fd1b8(0x130)][_0x2fd1b8(0x125)],_0x537246['layout'])),_0x294aae[_0x2fd1b8(0x128)](BSTestOpsLog4JSAppender,_0x72ffda,_0x537246[_0x2fd1b8(0x127)]);};