browserstack-node-sdk 1.70.1 → 1.70.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 (223) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a178_0x285c(_0x420820,_0x48fda2){const _0x1e36be=a178_0x1e36();return a178_0x285c=function(_0x285c43,_0x2de37a){_0x285c43=_0x285c43-0x1ca;let _0xbbdef7=_0x1e36be[_0x285c43];return _0xbbdef7;},a178_0x285c(_0x420820,_0x48fda2);}const a178_0x2b3f2f=a178_0x285c;(function(_0x39b0ad,_0x51d250){const _0x1d3de4=a178_0x285c,_0x2f6e99=_0x39b0ad();while(!![]){try{const _0x596325=parseInt(_0x1d3de4(0x28a))/0x1+-parseInt(_0x1d3de4(0x255))/0x2*(-parseInt(_0x1d3de4(0x22d))/0x3)+parseInt(_0x1d3de4(0x1e7))/0x4*(parseInt(_0x1d3de4(0x222))/0x5)+parseInt(_0x1d3de4(0x262))/0x6*(parseInt(_0x1d3de4(0x28d))/0x7)+-parseInt(_0x1d3de4(0x1ee))/0x8*(parseInt(_0x1d3de4(0x239))/0x9)+-parseInt(_0x1d3de4(0x23f))/0xa*(-parseInt(_0x1d3de4(0x293))/0xb)+-parseInt(_0x1d3de4(0x202))/0xc;if(_0x596325===_0x51d250)break;else _0x2f6e99['push'](_0x2f6e99['shift']());}catch(_0xf9dfbc){_0x2f6e99['push'](_0x2f6e99['shift']());}}}(a178_0x1e36,0x1d0bf));const bsSetupHelper=require(a178_0x2b3f2f(0x2a3)),LoadTestModule=require(a178_0x2b3f2f(0x20b)),{isTestObservabilitySession,getFrameworkVersion}=require(a178_0x2b3f2f(0x244)),accessibilityHelper=require('../accessibility-automation/helper'),logger=require('../logger')['winstonLogger'],{nestedKeyValue}=require('../helper.js'),scripts=require(a178_0x2b3f2f(0x2a4)),globals=require(a178_0x2b3f2f(0x24c)),testHubConstants=require(a178_0x2b3f2f(0x282)),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a178_0x2b3f2f(0x1f2)),{FRAMEWORKS}=require(a178_0x2b3f2f(0x1ed)),{isTurboScaleSession}=require(a178_0x2b3f2f(0x1f0)),OrchestrationUtils=require(a178_0x2b3f2f(0x295)),constants=require('../../bin/utils/constants.js');let testData={};exports[a178_0x2b3f2f(0x246)]=_0x10f8a4=>{const _0x2bb4c6=a178_0x2b3f2f,_0x5397fd={'UtWFH':function(_0x346512){return _0x346512();},'csSBC':function(_0x2d62c0,_0x7cf2a1){return _0x2d62c0===_0x7cf2a1;},'laUui':_0x2bb4c6(0x289)};let _0x7248a9=![],_0x510488=![];if(bsSetupHelper[_0x2bb4c6(0x22c)]()&&bsSetupHelper['isAppAutomateSession'](_0x10f8a4))_0x510488=!![];else bsSetupHelper[_0x2bb4c6(0x22c)]()&&(_0x7248a9=!![]);return Object[_0x2bb4c6(0x1f4)]({'observability':_0x5397fd[_0x2bb4c6(0x212)](isTestObservabilitySession),'accessibility':exports[_0x2bb4c6(0x24b)](_0x10f8a4),'percy':_0x10f8a4['percy']||![],'sr_automation':_0x5397fd[_0x2bb4c6(0x1ff)](process['env'][_0x2bb4c6(0x249)],_0x5397fd[_0x2bb4c6(0x292)])||_0x10f8a4[_0x2bb4c6(0x1d2)]||![],'automate':_0x7248a9,'app_automate':_0x510488,'turboscale':bsSetupHelper[_0x2bb4c6(0x290)](_0x10f8a4),'lts':LoadTestModule[_0x2bb4c6(0x241)](_0x10f8a4)},bsSetupHelper[_0x2bb4c6(0x276)]());},exports['getFrameworkDetails']=(_0xc278f6,_0x492cc5)=>{const _0x1e493e=a178_0x2b3f2f,_0x2b1dbb={'JdvoT':function(_0x560b8d,_0x43316e){return _0x560b8d(_0x43316e);},'gCMjx':_0x1e493e(0x21d)},_0x49dc3a={'frameworkName':_0x492cc5,'frameworkVersion':_0x2b1dbb['JdvoT'](getFrameworkVersion,_0x492cc5),'sdkVersion':bsSetupHelper[_0x1e493e(0x1e2)](),'language':_0x2b1dbb[_0x1e493e(0x221)],'testFramework':bsSetupHelper[_0x1e493e(0x1f1)](_0xc278f6,_0x492cc5)};return process[_0x1e493e(0x219)]['FRAMEWORK_DETAILS']=JSON[_0x1e493e(0x243)](_0x49dc3a),_0x49dc3a;},exports[a178_0x2b3f2f(0x1d3)]=_0x2393c8=>{const _0x31e52c=a178_0x2b3f2f,_0x155040={};_0x155040['MMWsp']=_0x31e52c(0x1dc),_0x155040[_0x31e52c(0x22a)]='true';const _0x234417=_0x155040;process[_0x31e52c(0x219)][_0x31e52c(0x280)]=_0x234417[_0x31e52c(0x258)],bsSetupHelper['isTrue'](_0x2393c8[_0x31e52c(0x286)][_0x31e52c(0x209)])&&(!_0x2393c8[_0x31e52c(0x209)]||!_0x2393c8[_0x31e52c(0x209)][_0x31e52c(0x28b)]())&&(process[_0x31e52c(0x219)][_0x31e52c(0x280)]=_0x234417[_0x31e52c(0x22a)]);},exports['isPercyBuild']=()=>{const _0x2bf3cb=a178_0x2b3f2f;return bsSetupHelper[_0x2bf3cb(0x25f)](process[_0x2bf3cb(0x219)]['BROWSERSTACK_PERCY']);},exports[a178_0x2b3f2f(0x24b)]=(_0x32e519={})=>{const _0x4d5bf0=a178_0x2b3f2f,_0x16bbda={};_0x16bbda[_0x4d5bf0(0x1e0)]=function(_0x5c6c82,_0x27a80a){return _0x5c6c82!==_0x27a80a;},_0x16bbda[_0x4d5bf0(0x20e)]=function(_0x1e4ca2,_0x2b22bf){return _0x1e4ca2===_0x2b22bf;},_0x16bbda['eWvtp']='true',_0x16bbda['Wdval']=function(_0x4bc40e,_0xb25820){return _0x4bc40e>_0xb25820;},_0x16bbda[_0x4d5bf0(0x29f)]=function(_0x480311,_0xaf35fe){return _0x480311===_0xaf35fe;};const _0x26cc3f=_0x16bbda;if(_0x26cc3f[_0x4d5bf0(0x1e0)](process['env'][_0x4d5bf0(0x20c)],undefined))return bsSetupHelper[_0x4d5bf0(0x25f)](process[_0x4d5bf0(0x219)][_0x4d5bf0(0x20c)]);let _0x3d57a7=_0x26cc3f['YfSlI'](process[_0x4d5bf0(0x219)][_0x4d5bf0(0x1e4)],_0x26cc3f[_0x4d5bf0(0x27f)]);return _0x26cc3f[_0x4d5bf0(0x22b)](Object['keys'](_0x32e519)[_0x4d5bf0(0x21a)],0x0)&&(process[_0x4d5bf0(0x219)][_0x4d5bf0(0x21b)]=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x32e519)),_0x3d57a7=_0x3d57a7||_0x26cc3f[_0x4d5bf0(0x29f)](process[_0x4d5bf0(0x219)][_0x4d5bf0(0x21b)],_0x26cc3f[_0x4d5bf0(0x27f)]),_0x3d57a7;},exports['setTestObservabilityVariables']=(_0x1ad0c8,_0x18576e)=>{const _0x4aba69=a178_0x2b3f2f,_0x9405d={'gdaff':function(_0x292165){return _0x292165();},'tqelt':_0x4aba69(0x21e),'aowJP':function(_0x1edc93,_0xdb62c,_0x3d70ae){return _0x1edc93(_0xdb62c,_0x3d70ae);},'xIZRf':'observability','rNKED':_0x4aba69(0x1eb),'vriZH':_0x4aba69(0x289)};if(!_0x1ad0c8||!_0x1ad0c8[_0x4aba69(0x1cb)])return exports[_0x4aba69(0x29d)](),[null,null,null];if(!_0x1ad0c8[_0x4aba69(0x1cb)][_0x4aba69(0x251)])return exports['handleErrorForObservability'](_0x1ad0c8[_0x4aba69(0x1cb)]),[null,null,null];if(_0x9405d[_0x4aba69(0x228)](isTestObservabilitySession)){const _0x55c214=_0x9405d[_0x4aba69(0x1ec)][_0x4aba69(0x23d)]('|');let _0x2dfb45=0x0;while(!![]){switch(_0x55c214[_0x2dfb45++]){case'0':return[_0x1ad0c8[_0x4aba69(0x1dd)],_0x1ad0c8[_0x4aba69(0x1d6)],process['env'][_0x4aba69(0x1d7)]];case'1':if(_0x1ad0c8[_0x4aba69(0x1dd)]){process['env'][_0x4aba69(0x2a0)]=_0x1ad0c8['jwt'];const _0x5cdff2={};_0x5cdff2[_0x4aba69(0x298)]=_0x18576e['username'],_0x5cdff2['password']=_0x18576e[_0x4aba69(0x1d4)],process['env']['CREDENTIALS_FOR_CRASH_REPORTING']=JSON['stringify'](_0x5cdff2);}continue;case'2':logger[_0x4aba69(0x275)]('['+constants[_0x4aba69(0x1f8)]+_0x4aba69(0x1cd)+_0x1ad0c8['build_hashed_id']);continue;case'3':_0x1ad0c8[_0x4aba69(0x1d6)]&&(process[_0x4aba69(0x219)][_0x4aba69(0x226)]=_0x1ad0c8[_0x4aba69(0x1d6)]);continue;case'4':_0x9405d['aowJP'](nestedKeyValue,_0x1ad0c8,[_0x9405d[_0x4aba69(0x1da)],_0x9405d['rNKED']])&&(process[_0x4aba69(0x219)][_0x4aba69(0x1d7)]=_0x1ad0c8[_0x4aba69(0x1cb)]['options'][_0x4aba69(0x20d)][_0x4aba69(0x1f9)]());continue;case'5':process[_0x4aba69(0x219)][_0x4aba69(0x215)]=_0x9405d[_0x4aba69(0x242)];continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x1ef55a=>{const _0x126a7e=a178_0x2b3f2f,_0x5a2e1c={'oIVgD':function(_0x79eea4,_0x56ef2e,_0x46e961){return _0x79eea4(_0x56ef2e,_0x46e961);},'TXFuc':'accessibility','fNVtf':_0x126a7e(0x1eb),'EcCbA':function(_0xdb1f48,_0x521e6e,_0x5e0f23,_0x1e8fa7){return _0xdb1f48(_0x521e6e,_0x5e0f23,_0x1e8fa7);},'yJLVc':'name','mBRUM':_0x126a7e(0x260),'qdGZG':_0x126a7e(0x205),'qGySQ':'commands','nXwGX':function(_0x33aa46,_0x2ef5c3,_0x4074ac,_0x2af822){return _0x33aa46(_0x2ef5c3,_0x4074ac,_0x2af822);},'egOai':_0x126a7e(0x220),'NKELS':_0x126a7e(0x257),'gXlit':function(_0x283680,_0x3e3d03){return _0x283680(_0x3e3d03);},'FNsIe':function(_0x450db6,_0x51e593){return _0x450db6===_0x51e593;},'AAznE':function(_0x4c6763,_0x101d8d){return _0x4c6763===_0x101d8d;},'qTZsA':_0x126a7e(0x289),'vPalt':_0x126a7e(0x283)};if(!_0x1ef55a[_0x126a7e(0x1e1)])return exports[_0x126a7e(0x227)](),[null,null];if(!_0x1ef55a[_0x126a7e(0x1e1)]['success'])return exports['handleErrorForAccessibility'](_0x1ef55a[_0x126a7e(0x1e1)]),[null,null];if(_0x5a2e1c[_0x126a7e(0x263)](nestedKeyValue,_0x1ef55a,[_0x5a2e1c['TXFuc'],_0x5a2e1c[_0x126a7e(0x1f7)]])){const {accessibilityToken:_0x2d1e6b,scannerVersion:_0x16f112,scannerProcessingTimeout:_0x1b4af9,isMobileScanningEnabledForGroup:_0x22b82e}=_0x5a2e1c[_0x126a7e(0x1fa)](jsonifyAccessibilityArray,_0x1ef55a['accessibility']['options']['capabilities'],_0x5a2e1c[_0x126a7e(0x27e)],_0x5a2e1c[_0x126a7e(0x288)]),_0x4da18b={'scripts':_0x5a2e1c[_0x126a7e(0x1fa)](jsonifyAccessibilityArray,_0x1ef55a['accessibility']['options'][_0x126a7e(0x27d)],_0x5a2e1c['yJLVc'],_0x5a2e1c[_0x126a7e(0x28f)])};_0x4da18b[_0x5a2e1c[_0x126a7e(0x20f)]]=_0x1ef55a[_0x126a7e(0x1e1)][_0x126a7e(0x1eb)][_0x126a7e(0x248)][_0x126a7e(0x274)];const _0x18c87f=_0x5a2e1c[_0x126a7e(0x223)](jsonifyAccessibilityArray,_0x1ef55a['accessibility'][_0x126a7e(0x1eb)][_0x126a7e(0x299)],_0x5a2e1c[_0x126a7e(0x27e)],_0x5a2e1c[_0x126a7e(0x288)]);_0x4da18b[_0x5a2e1c[_0x126a7e(0x284)]]=_0x18c87f[_0x5a2e1c['NKELS']],scripts['parseFromJson'](_0x4da18b),scripts['toJson']();let _0x367a94=process[_0x126a7e(0x219)][_0x126a7e(0x200)];_0x367a94=!!_0x367a94?JSON[_0x126a7e(0x287)](_0x367a94):{},_0x367a94['scannerVersion']=_0x16f112,process[_0x126a7e(0x219)][_0x126a7e(0x200)]=JSON[_0x126a7e(0x243)](_0x367a94),process[_0x126a7e(0x219)][_0x126a7e(0x229)]=_0x2d1e6b,process[_0x126a7e(0x219)][_0x126a7e(0x236)]=_0x5a2e1c[_0x126a7e(0x1d9)](String,_0x5a2e1c[_0x126a7e(0x1d0)](_0x22b82e,!![])||_0x5a2e1c[_0x126a7e(0x224)](_0x22b82e,_0x5a2e1c['qTZsA'])),logger[_0x126a7e(0x275)](_0x126a7e(0x1e8)+_0x1ef55a['build_hashed_id']);const _0x586546=accessibilityHelper['parseA11yJwtPayload'](_0x2d1e6b);return _0x586546&&bsSetupHelper[_0x126a7e(0x25f)](_0x586546[_0x126a7e(0x26c)])&&(process[_0x126a7e(0x219)][_0x126a7e(0x252)]=!![],logger[_0x126a7e(0x275)](_0x5a2e1c[_0x126a7e(0x204)])),[_0x2d1e6b,_0x1ef55a['build_hashed_id'],_0x1b4af9];}return[null,null];},exports[a178_0x2b3f2f(0x29d)]=_0x3fd9be=>{const _0x22567f=a178_0x2b3f2f,_0x4b32b7={};_0x4b32b7['KilLk']=_0x22567f(0x1f3),_0x4b32b7['LTYXs']=_0x22567f(0x1dc),_0x4b32b7['uTJkH']=_0x22567f(0x1e3);const _0x46ce19=_0x4b32b7,_0x5131e1=_0x46ce19[_0x22567f(0x24d)]['split']('|');let _0x500116=0x0;while(!![]){switch(_0x5131e1[_0x500116++]){case'0':process[_0x22567f(0x219)][_0x22567f(0x215)]=_0x46ce19['LTYXs'];continue;case'1':process['env'][_0x22567f(0x1d7)]=_0x46ce19['uTJkH'];continue;case'2':process[_0x22567f(0x219)][_0x22567f(0x226)]=_0x46ce19['uTJkH'];continue;case'3':process['env'][_0x22567f(0x27c)]=_0x46ce19[_0x22567f(0x1fe)];continue;case'4':process[_0x22567f(0x219)]['BROWSERSTACK_TESTHUB_UUID']=_0x46ce19[_0x22567f(0x1fe)];continue;case'5':exports[_0x22567f(0x1e5)](_0x3fd9be,testHubConstants[_0x22567f(0x254)]);continue;case'6':process[_0x22567f(0x219)][_0x22567f(0x2a0)]=_0x46ce19['uTJkH'];continue;}break;}},exports[a178_0x2b3f2f(0x227)]=_0x2d5ac9=>{const _0x275543=a178_0x2b3f2f,_0x370cc1={};_0x370cc1[_0x275543(0x207)]=_0x275543(0x26e),_0x370cc1[_0x275543(0x25c)]=_0x275543(0x1e3),_0x370cc1['qverC']='false';const _0x4d9a2a=_0x370cc1,_0x9cd2da=_0x4d9a2a[_0x275543(0x207)]['split']('|');let _0x291145=0x0;while(!![]){switch(_0x9cd2da[_0x291145++]){case'0':process[_0x275543(0x219)][_0x275543(0x211)]=_0x4d9a2a[_0x275543(0x25c)];continue;case'1':process[_0x275543(0x219)][_0x275543(0x27c)]=_0x4d9a2a['rrcBy'];continue;case'2':exports['logBuildError'](_0x2d5ac9,testHubConstants['ACCESSIBILITY']);continue;case'3':process[_0x275543(0x219)][_0x275543(0x21b)]=_0x4d9a2a[_0x275543(0x234)];continue;case'4':process[_0x275543(0x219)][_0x275543(0x1e4)]=_0x4d9a2a[_0x275543(0x234)];continue;}break;}},exports[a178_0x2b3f2f(0x1e5)]=(_0x160485,_0x7f2dd8='')=>{const _0x4b8722=a178_0x2b3f2f,_0x3542fd={};_0x3542fd[_0x4b8722(0x267)]=function(_0x17809c,_0x3e4b1e){return _0x17809c===_0x3e4b1e;};const _0x7c8054=_0x3542fd;if(_0x7c8054[_0x4b8722(0x267)](_0x160485,undefined)){logger[_0x4b8722(0x208)](_0x7f2dd8[_0x4b8722(0x235)]()+_0x4b8722(0x2a1));return;}for(const _0x393362 of _0x160485[_0x4b8722(0x259)]){const _0x3ba3ad=_0x393362[_0x4b8722(0x272)],_0x44bf86=_0x393362['message'];if(_0x44bf86)switch(_0x3ba3ad){case testHubConstants[_0x4b8722(0x26a)][_0x4b8722(0x217)]:logger[_0x4b8722(0x208)](_0x44bf86);break;case testHubConstants['ERROR']['ACCESS_DENIED']:logger['info'](_0x44bf86);break;case testHubConstants[_0x4b8722(0x26a)][_0x4b8722(0x1f6)]:logger[_0x4b8722(0x208)](_0x44bf86);break;default:logger[_0x4b8722(0x208)](_0x44bf86);}}};const jsonifyAccessibilityArray=(_0x55574b,_0x1684be,_0x38da2e)=>{const _0x2136b7=a178_0x2b3f2f,_0x55b36d={};return _0x55574b[_0x2136b7(0x201)](_0xb3b68d=>{_0x55b36d[_0xb3b68d[_0x1684be]]=_0xb3b68d[_0x38da2e];}),_0x55b36d;};exports['setTestHubCommonMetaInfo']=_0x5ed6c5=>{const _0x2c8b3e=a178_0x2b3f2f;_0x5ed6c5['jwt']&&(process[_0x2c8b3e(0x219)]['BROWSERSTACK_TESTHUB_JWT']=_0x5ed6c5[_0x2c8b3e(0x1dd)]);_0x5ed6c5[_0x2c8b3e(0x1d6)]&&(process['env']['BROWSERSTACK_TESTHUB_UUID']=_0x5ed6c5['build_hashed_id'],logger[_0x2c8b3e(0x275)](_0x2c8b3e(0x24f)+_0x5ed6c5[_0x2c8b3e(0x1d6)]));;},exports[a178_0x2b3f2f(0x216)]=(_0x206327='',_0x2a1a1f='')=>{const _0x453fba=a178_0x2b3f2f,_0x2a6bb6={'iWQrM':function(_0x9736cf){return _0x9736cf();},'ZXKKd':function(_0x3908c4,_0x262620){return _0x3908c4===_0x262620;},'nUXuS':'uploadEventData','BZxvz':_0x453fba(0x21c),'oImKm':'CBTSessionCreated','oAcCv':function(_0x279734){return _0x279734();},'YVMUS':_0x453fba(0x271),'iKTkd':_0x453fba(0x24e),'luMog':function(_0x557cac){return _0x557cac();}};if(exports[_0x453fba(0x26f)]()&&!exports[_0x453fba(0x24b)]()&&!_0x2a6bb6[_0x453fba(0x29e)](isTestObservabilitySession)){if(_0x2a6bb6['ZXKKd'](_0x2a1a1f,_0x2a6bb6['nUXuS']))return![];if([_0x2a6bb6[_0x453fba(0x25d)],_0x2a6bb6[_0x453fba(0x28c)]][_0x453fba(0x296)](_0x206327))return![];return!![];}if(exports[_0x453fba(0x24b)]()&&!_0x2a6bb6['oAcCv'](isTestObservabilitySession)){if([_0x2a6bb6['YVMUS'],_0x2a6bb6[_0x453fba(0x22e)],_0x2a6bb6['BZxvz']]['includes'](_0x206327))return![];return!![];}return exports['isAccessibilityEnabled']()||_0x2a6bb6[_0x453fba(0x253)](isTestObservabilitySession)||exports[_0x453fba(0x26f)]();},exports[a178_0x2b3f2f(0x285)]=(_0x23ba19,_0x38de0b,_0x25d5ee='',_0x3a6d45)=>{const _0x406374=a178_0x2b3f2f,_0x259797={'ATXwV':_0x406374(0x271),'miXWS':_0x406374(0x24e),'waAeA':function(_0x19cd3,_0x55bae2){return _0x19cd3===_0x55bae2;},'jUpmP':_0x406374(0x297),'vbysm':_0x406374(0x230),'mXqPr':_0x406374(0x1e1),'LxeKe':function(_0xc416e7,_0x479d37){return _0xc416e7&&_0x479d37;},'UYAwG':function(_0x4992b7,_0x261b91){return _0x4992b7===_0x261b91;},'lAviJ':function(_0x1d32e4,_0x5de0bb){return _0x1d32e4+_0x5de0bb;},'EeMlN':function(_0x2ce20a,_0x4d3796){return _0x2ce20a&&_0x4d3796;},'SKaaM':function(_0x56137a,_0x3dbec2){return _0x56137a(_0x3dbec2);},'aPjjn':_0x406374(0x29a),'AySCx':function(_0x54017c,_0x4c34c2){return _0x54017c+_0x4c34c2;},'kPMzk':function(_0x54e46b,_0x186996){return _0x54e46b===_0x186996;},'rmTAO':function(_0x9dbfb2,_0x23e4cd){return _0x9dbfb2!==_0x23e4cd;},'ZUtxE':_0x406374(0x1df),'AFYxZ':function(_0x393c17,_0x28a1a8){return _0x393c17===_0x28a1a8;},'HFXfA':function(_0x17be00,_0x5df626){return _0x17be00&&_0x5df626;},'JKIJk':function(_0x30f822,_0xada6f){return _0x30f822===_0xada6f;},'MmdFt':'product_map'};if([_0x259797[_0x406374(0x278)],_0x259797['miXWS']][_0x406374(0x296)](_0x38de0b))return;let _0x56cd38={};try{process[_0x406374(0x219)][_0x406374(0x264)]&&(_0x56cd38=JSON[_0x406374(0x287)](process[_0x406374(0x219)][_0x406374(0x264)])||{});}catch(_0x16d669){logger['debug'](_0x406374(0x210)+_0x16d669),_0x56cd38={};}if(exports[_0x406374(0x24b)]()){if(_0x259797[_0x406374(0x231)](_0x3a6d45,FRAMEWORKS['MOCHA'])){const _0x2a9a4d=globals[_0x406374(0x1cf)](_0x259797['jUpmP'])||accessibilityHelper[_0x406374(0x277)](_0x25d5ee[_0x406374(0x281)](),!![]),_0x5615a2=globals[_0x406374(0x1cf)](_0x259797[_0x406374(0x233)]);_0x56cd38[_0x259797[_0x406374(0x261)]]=_0x259797['LxeKe'](_0x5615a2,_0x2a9a4d);}if(_0x259797['UYAwG'](_0x3a6d45,FRAMEWORKS[_0x406374(0x273)])){const _0x49dfef=_0x259797['lAviJ'](_0x259797[_0x406374(0x256)](_0x23ba19[_0x406374(0x26d)][_0x406374(0x27b)]('\x20'),'\x20'),_0x25d5ee[_0x406374(0x1e9)]),_0x567d35=globals[_0x406374(0x1cf)](_0x259797[_0x406374(0x23c)])||accessibilityHelper[_0x406374(0x277)](_0x49dfef,![]),_0x307ce9=browserStackGlobals['isAccessibilityPlatform'];_0x56cd38[_0x259797[_0x406374(0x261)]]=_0x259797[_0x406374(0x214)](_0x307ce9,_0x567d35);}if(_0x259797[_0x406374(0x1e6)](_0x3a6d45,FRAMEWORKS[_0x406374(0x29b)])){const _0x3bcf1e=_0x259797[_0x406374(0x2a2)](require,_0x259797[_0x406374(0x250)]),_0x237c65=_0x25d5ee&&_0x3bcf1e[_0x406374(0x265)](_0x25d5ee['id'])||_0x23ba19[_0x406374(0x279)];_0x237c65&&(_0x23ba19[_0x406374(0x279)]=_0x237c65);const _0x44d920=_0x259797[_0x406374(0x256)](_0x259797['AySCx'](_0x23ba19[_0x406374(0x26d)][_0x406374(0x27b)]('\x20'),'\x20'),_0x25d5ee[_0x406374(0x238)]||_0x23ba19[_0x406374(0x1e9)]),_0x2a1827=globals['getGlobal'](_0x259797[_0x406374(0x23c)])||accessibilityHelper[_0x406374(0x277)](_0x44d920,![]),_0x2d160e=globals[_0x406374(0x1cf)](_0x259797[_0x406374(0x233)]);_0x56cd38[_0x259797[_0x406374(0x261)]]=_0x259797[_0x406374(0x23a)](_0x2d160e,_0x2a1827);}_0x259797[_0x406374(0x294)](_0x3a6d45,FRAMEWORKS[_0x406374(0x268)])&&_0x259797[_0x406374(0x232)](_0x38de0b,_0x259797['ZUtxE'])&&(_0x56cd38[_0x259797[_0x406374(0x261)]]=PWTestDetails[_0x406374(0x22f)](_0x23ba19[_0x406374(0x279)]));if(_0x259797[_0x406374(0x29c)](_0x3a6d45,FRAMEWORKS['CODECEPT'])){const _0x1e5d40=accessibilityHelper[_0x406374(0x277)](_0x25d5ee[_0x406374(0x281)](),!![]),_0x3dc446=global['accessibilityPlatform'];_0x56cd38[_0x259797[_0x406374(0x261)]]=_0x259797[_0x406374(0x1ce)](_0x3dc446,_0x1e5d40);}if(_0x259797['JKIJk'](_0x3a6d45,FRAMEWORKS[_0x406374(0x237)])){const _0x3d8584=accessibilityHelper['shouldScanTestForAccessibility'](null,![],_0x23ba19[_0x406374(0x269)]),_0x596518=globals['getGlobal'](_0x259797['vbysm']);_0x56cd38[_0x259797[_0x406374(0x261)]]=_0x259797[_0x406374(0x214)](_0x596518,_0x3d8584);}}_0x23ba19[_0x259797[_0x406374(0x225)]]=_0x56cd38;},exports[a178_0x2b3f2f(0x21f)]=_0x379ded=>{const _0x3c75a4=a178_0x2b3f2f,_0x3c0d12={};_0x3c0d12[_0x3c75a4(0x213)]=function(_0x590f65,_0x1bdc56){return _0x590f65>_0x1bdc56;},_0x3c0d12['KuHee']=function(_0x24fdd2,_0x11a501){return _0x24fdd2>_0x11a501;};const _0x37fb4c=_0x3c0d12;let _0xc8c9bc={};if(_0x37fb4c[_0x3c75a4(0x213)](Object[_0x3c75a4(0x1ca)](testData)[_0x3c75a4(0x21a)],0x0))return testData;_0xc8c9bc=JestTestDetails['getTestData']();if(_0x37fb4c[_0x3c75a4(0x206)](Object[_0x3c75a4(0x1ca)](_0xc8c9bc)[_0x3c75a4(0x21a)],0x0))return _0xc8c9bc;return _0xc8c9bc;},exports[a178_0x2b3f2f(0x218)]=(_0x72f073,_0x393f29={})=>{const _0x4c7779=a178_0x2b3f2f;if(bsSetupHelper['isUndefined'](_0x393f29['test_run']))return;switch(_0x72f073){case FRAMEWORKS[_0x4c7779(0x291)]:testData=_0x393f29['test_run'];break;case FRAMEWORKS[_0x4c7779(0x273)]:JestTestDetails['setTestData'](_0x393f29[_0x4c7779(0x1db)]);break;case FRAMEWORKS[_0x4c7779(0x29b)]:testData=_0x393f29[_0x4c7779(0x1db)];break;default:break;}},exports[a178_0x2b3f2f(0x26b)]=_0x3acb79=>{const _0x5399df=a178_0x2b3f2f,_0x19e47f={};_0x19e47f['feqmF']=function(_0x3cce83,_0x1913ec){return _0x3cce83!==_0x1913ec;},_0x19e47f['Trvsp']=function(_0x11d437,_0x45bb38){return _0x11d437!==_0x45bb38;};const _0x1b9cc3=_0x19e47f;if(_0x1b9cc3[_0x5399df(0x25a)](_0x3acb79[_0x5399df(0x1e1)],null)&&_0x1b9cc3['feqmF'](_0x3acb79[_0x5399df(0x1e1)],undefined))return _0x3acb79['accessibility'];let _0x2bb1c8=![],_0xad488c=![];if(_0x3acb79['platforms'])for(const _0x33199c of _0x3acb79['platforms']){_0x1b9cc3[_0x5399df(0x25a)](_0x33199c[_0x5399df(0x1e1)],null)&&_0x1b9cc3[_0x5399df(0x1d8)](_0x33199c[_0x5399df(0x1e1)],undefined)&&(_0x2bb1c8=_0x2bb1c8||bsSetupHelper['isTrue'](_0x33199c[_0x5399df(0x1e1)]),_0xad488c=!![]);}if(_0xad488c)return _0x2bb1c8;return null;},exports[a178_0x2b3f2f(0x23b)]=_0x782006=>{const _0x253cdd=a178_0x2b3f2f;if(!_0x782006)return{};const _0x5cbaa6=new OrchestrationUtils(_0x782006);return _0x5cbaa6[_0x253cdd(0x240)]();},exports[a178_0x2b3f2f(0x1fb)]=_0x46d594=>{const _0x2304fe=a178_0x2b3f2f,_0x54cf6b={'cGTkR':function(_0x582c75){return _0x582c75();},'xsxfU':function(_0x2408d3,_0x39f2d1){return _0x2408d3===_0x39f2d1;},'Eqzdy':_0x2304fe(0x289)};let _0xf44b51=![],_0x147549=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x2304fe(0x266)](_0x46d594))_0x147549=!![];else bsSetupHelper[_0x2304fe(0x22c)]()&&(_0xf44b51=!![]);return Object[_0x2304fe(0x1f4)]({'observability':_0x54cf6b[_0x2304fe(0x203)](isTestObservabilitySession),'accessibility':exports[_0x2304fe(0x26b)](_0x46d594),'percy':_0x46d594[_0x2304fe(0x209)]||![],'sr_automation':_0x54cf6b[_0x2304fe(0x245)](process[_0x2304fe(0x219)][_0x2304fe(0x249)],_0x54cf6b['Eqzdy'])||_0x46d594[_0x2304fe(0x1d2)]||![],'automate':_0xf44b51,'app_automate':_0x147549,'turboscale':bsSetupHelper[_0x2304fe(0x290)](_0x46d594),'lts':LoadTestModule[_0x2304fe(0x241)](_0x46d594)},bsSetupHelper[_0x2304fe(0x276)]());};function a178_0x1e36(){const _0x45c14b=['null','BROWSERSTACK_TEST_ACCESSIBILITY_YML','logBuildError','UYAwG','180504smDUTT','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','name','testManagementOptions','options','tqelt','../test-observability/constants.js','2248IkoyxY','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','../ats/helper','getTestFrameworkDetails','../../bin/jest/test-observability/test-details.js','4|3|0|6|2|1|5','assign','startsWith','DEPRECATED','fNVtf','TEST_REPORTING_ANALYTICS','toString','EcCbA','getProductMapForBuildStartCall','message','MptvK','uTJkH','csSBC','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','forEach','5197668wQYUvW','cGTkR','vPalt','command','KuHee','FrwGJ','error','percy','getTestPlanId','../../bin/v2/modules/loadTestModule','BROWSERSTACK_ACCESSIBILITY','allow_screenshots','YfSlI','qGySQ','Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20','BROWSERSTACK_TESTHUB_UUID','UtWFH','OlFhL','EeMlN','BS_TESTOPS_BUILD_COMPLETED','shouldProcessEventForTesthub','INVALID_CREDENTIALS','setCurrentTestData','env','length','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','LogCreated','javascript','5|1|3|4|2|0','getCurrentTestData','nonBStackInfraA11yChromeOptions','gCMjx','10YDkegL','nXwGX','AAznE','MmdFt','BS_TESTOPS_BUILD_HASHED_ID','handleErrorForAccessibility','gdaff','BS_A11Y_JWT','WjBtI','Wdval','isBrowserstackInfra','5286CxXRmz','iKTkd','getAccessibilityPlatformValidation','isAccessibilityPlatform','waAeA','rmTAO','vbysm','qverC','toUpperCase','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','CUCUMBER','description','2079aAfAaw','LxeKe','getTestOrchestrationBuildStartData','jUpmP','split','KXDTH','44070USgMwJ','getBuildStartData','isLTSSession','vriZH','stringify','../test-observability/utils','xsxfU','getProductMap','trim','commandsToWrap','BROWSERSTACK_SR_AUTOMATION','ENV_VAR','isAccessibilityEnabled','../globals.js','KilLk','HookRunFinished','BROWSERSTACK_TESTHUB_UUID:\x20','aPjjn','success','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','luMog','OBSERVABILITY','242XQkPqq','lAviJ','goog:chromeOptions','MMWsp','errors','feqmF','tNhiv','rrcBy','BZxvz','kahrZ','isTrue','value','mXqPr','5790cchiwe','oIVgD','BROWSERSTACK_PRODUCT_MAP','get','isAppAutomateSession','YUTdF','PLAYWRIGHT','tags','ERROR','getAccessibilityValueFromYml','skipCDPConnectOverride','scopes','0|1|4|3|2','isPercyBuild','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','HookRunStarted','key','JEST','commands','debug','getCentralUser','shouldScanTestForAccessibility','ATXwV','uuid','KGzCz','join','BROWSERSTACK_TESTHUB_JWT','scripts','yJLVc','eWvtp','BROWSERSTACK_PERCY','titlePath','./constants.js','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','egOai','appendTesthubParams','config','parse','mBRUM','true','31239mEKeOO','isRunning','oImKm','1057cxMoZU','YVWjw','qdGZG','isTurboScaleSession','MOCHA','laUui','341KwAlxK','kPMzk','../test-orchestration/orchestrationUtils.js','includes','bstackA11yShouldScan','username','capabilities','../../bin/jasmine/testRunMap.js','JASMINE','AFYxZ','handleErrorForObservability','iWQrM','GDvDW','BS_TESTOPS_JWT','\x20Build\x20creation\x20failed','SKaaM','../helper','../accessibility-automation/scripts.js','keys','observability','ZVcka',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','HFXfA','getGlobal','FNsIe','argv','sr_automation','setPercyFlag','password','OXwJB','build_hashed_id','BS_TESTOPS_ALLOW_SCREENSHOTS','Trvsp','gXlit','xIZRf','test_run','false','jwt','BROWSERSTACK_TEST_PLAN_ID','TestRunStarted','QbeAE','accessibility','getAgentVersion'];a178_0x1e36=function(){return _0x45c14b;};return a178_0x1e36();}const normalizeTestPlanId=_0x1c5eff=>{const _0xf9dee2=a178_0x2b3f2f,_0x552684={};_0x552684[_0xf9dee2(0x1d5)]=function(_0x5df87e,_0x4ee6da){return _0x5df87e!==_0x4ee6da;},_0x552684['kahrZ']='string',_0x552684[_0xf9dee2(0x23e)]=function(_0x2a21c9,_0x3793ba){return _0x2a21c9>_0x3793ba;};const _0x54892b=_0x552684;if(_0x54892b[_0xf9dee2(0x1d5)](typeof _0x1c5eff,_0x54892b[_0xf9dee2(0x25e)]))return undefined;const _0x4afa32=_0x1c5eff[_0xf9dee2(0x247)]();return _0x54892b[_0xf9dee2(0x23e)](_0x4afa32[_0xf9dee2(0x21a)],0x0)?_0x4afa32:undefined;},readTestPlanIdFromCliArgs=(_0x13ca29=process['argv'])=>{const _0xbddff=a178_0x2b3f2f,_0x3a4a1c={};_0x3a4a1c[_0xbddff(0x1cc)]=function(_0x3fc95a,_0x34bac8){return _0x3fc95a<_0x34bac8;},_0x3a4a1c[_0xbddff(0x28e)]=function(_0xd00ec1,_0x45c44f){return _0xd00ec1===_0x45c44f;},_0x3a4a1c[_0xbddff(0x1fd)]=function(_0x53b2e5,_0x225fae){return _0x53b2e5+_0x225fae;},_0x3a4a1c['KGzCz']=function(_0x4d0d18,_0x27800d){return _0x4d0d18+_0x27800d;};const _0x45a0a1=_0x3a4a1c,_0x196781='--'+testHubConstants[_0xbddff(0x1ef)];for(let _0x2988d4=0x0;_0x45a0a1[_0xbddff(0x1cc)](_0x2988d4,_0x13ca29[_0xbddff(0x21a)]);_0x2988d4+=0x1){const _0x24f32b=_0x13ca29[_0x2988d4];if(_0x45a0a1['YVWjw'](_0x24f32b,_0x196781)){const _0x19e2e5=_0x13ca29[_0x45a0a1[_0xbddff(0x1fd)](_0x2988d4,0x1)];if(!_0x19e2e5||_0x19e2e5[_0xbddff(0x1f5)]('--'))return undefined;return _0x19e2e5;}if(_0x24f32b[_0xbddff(0x1f5)](_0x196781+'='))return _0x24f32b['slice'](_0x45a0a1[_0xbddff(0x27a)](_0x196781['length'],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x25273f={})=>{const _0x1e1ec1=a178_0x2b3f2f,_0x48ad5b={'xxjoP':function(_0x248ecf,_0x2a99a0){return _0x248ecf(_0x2a99a0);}};return _0x48ad5b['xxjoP'](normalizeTestPlanId,_0x25273f&&_0x25273f[_0x1e1ec1(0x1ea)]&&_0x25273f[_0x1e1ec1(0x1ea)]['testPlanId']);};exports[a178_0x2b3f2f(0x20a)]=(_0x3aaa53={},_0x39922b=process[a178_0x2b3f2f(0x1d1)],_0x2127c2=process[a178_0x2b3f2f(0x219)])=>{const _0x3fe8f8=a178_0x2b3f2f,_0x70eed2={'tNhiv':function(_0x3f4bd4,_0x4793ee){return _0x3f4bd4(_0x4793ee);}};try{const _0x286db0=_0x70eed2['tNhiv'](normalizeTestPlanId,_0x70eed2['tNhiv'](readTestPlanIdFromCliArgs,_0x39922b));if(_0x286db0)return _0x286db0;const _0x147733=_0x70eed2[_0x3fe8f8(0x25b)](normalizeTestPlanId,_0x2127c2&&_0x2127c2[testHubConstants[_0x3fe8f8(0x24a)][_0x3fe8f8(0x1de)]]);if(_0x147733)return _0x147733;return _0x70eed2[_0x3fe8f8(0x25b)](readTestPlanIdFromConfig,_0x3aaa53);}catch(_0x3fee81){return logger[_0x3fe8f8(0x275)](_0x3fe8f8(0x270)+(_0x3fee81&&_0x3fee81[_0x3fe8f8(0x1fc)]?_0x3fee81[_0x3fe8f8(0x1fc)]:_0x3fee81)),undefined;}};
1
+ const a178_0xe2910a=a178_0x6eed;(function(_0x4a3d2d,_0x36eee4){const _0x4dad16=a178_0x6eed,_0x54f0e9=_0x4a3d2d();while(!![]){try{const _0x166ddd=-parseInt(_0x4dad16(0xc5))/0x1+-parseInt(_0x4dad16(0x180))/0x2+parseInt(_0x4dad16(0xed))/0x3+-parseInt(_0x4dad16(0xd5))/0x4*(-parseInt(_0x4dad16(0x157))/0x5)+parseInt(_0x4dad16(0x14e))/0x6*(-parseInt(_0x4dad16(0x13a))/0x7)+-parseInt(_0x4dad16(0x1a4))/0x8+parseInt(_0x4dad16(0x139))/0x9;if(_0x166ddd===_0x36eee4)break;else _0x54f0e9['push'](_0x54f0e9['shift']());}catch(_0x543ac9){_0x54f0e9['push'](_0x54f0e9['shift']());}}}(a178_0x3882,0x6f018));const bsSetupHelper=require(a178_0xe2910a(0x17b)),LoadTestModule=require(a178_0xe2910a(0x121)),{isTestObservabilitySession,getFrameworkVersion}=require(a178_0xe2910a(0x106)),accessibilityHelper=require(a178_0xe2910a(0x1a1)),logger=require(a178_0xe2910a(0xf5))[a178_0xe2910a(0x101)],{nestedKeyValue}=require(a178_0xe2910a(0xf1)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a178_0xe2910a(0x105)),testHubConstants=require(a178_0xe2910a(0x158)),PWTestDetails=require(a178_0xe2910a(0xf4)),JestTestDetails=require(a178_0xe2910a(0x126)),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a178_0xe2910a(0x171)),OrchestrationUtils=require(a178_0xe2910a(0x114)),constants=require(a178_0xe2910a(0x10d));let testData={};exports[a178_0xe2910a(0x19c)]=_0x485d0d=>{const _0x206a4a=a178_0xe2910a,_0x4e54f2={'IPEiK':function(_0x5c7696){return _0x5c7696();},'MBXVJ':function(_0x238730,_0x474ca){return _0x238730===_0x474ca;},'bhfJz':_0x206a4a(0xe0)};let _0x2c4ff5=![],_0x12c408=![];if(bsSetupHelper[_0x206a4a(0x176)]()&&bsSetupHelper[_0x206a4a(0x198)](_0x485d0d))_0x12c408=!![];else bsSetupHelper[_0x206a4a(0x176)]()&&(_0x2c4ff5=!![]);return Object[_0x206a4a(0xcf)]({'observability':_0x4e54f2[_0x206a4a(0xc3)](isTestObservabilitySession),'accessibility':exports['isAccessibilityEnabled'](_0x485d0d),'percy':_0x485d0d[_0x206a4a(0xce)]||![],'sr_automation':_0x4e54f2['MBXVJ'](process[_0x206a4a(0x161)]['BROWSERSTACK_SR_AUTOMATION'],_0x4e54f2[_0x206a4a(0xd4)])||_0x485d0d[_0x206a4a(0x143)]||![],'automate':_0x2c4ff5,'app_automate':_0x12c408,'turboscale':bsSetupHelper[_0x206a4a(0x16c)](_0x485d0d),'lts':LoadTestModule[_0x206a4a(0x190)](_0x485d0d)},bsSetupHelper['getCentralUser']());},exports[a178_0xe2910a(0x165)]=(_0x1162c8,_0x57cfc8)=>{const _0x409af8=a178_0xe2910a,_0xb62b99={'eypmS':function(_0x5a716d,_0x503b67){return _0x5a716d(_0x503b67);},'vlfkL':_0x409af8(0x123)},_0x36dea6={'frameworkName':_0x57cfc8,'frameworkVersion':_0xb62b99[_0x409af8(0xd0)](getFrameworkVersion,_0x57cfc8),'sdkVersion':bsSetupHelper[_0x409af8(0x120)](),'language':_0xb62b99[_0x409af8(0x118)],'testFramework':bsSetupHelper['getTestFrameworkDetails'](_0x1162c8,_0x57cfc8)};return process[_0x409af8(0x161)][_0x409af8(0x15a)]=JSON[_0x409af8(0xea)](_0x36dea6),_0x36dea6;},exports[a178_0xe2910a(0x172)]=_0x2a8b6b=>{const _0x4d06ce=a178_0xe2910a,_0x4c9f65={};_0x4c9f65[_0x4d06ce(0x10e)]=_0x4d06ce(0x182),_0x4c9f65[_0x4d06ce(0xf6)]=_0x4d06ce(0xe0);const _0x4650e0=_0x4c9f65;process['env'][_0x4d06ce(0x128)]=_0x4650e0[_0x4d06ce(0x10e)],bsSetupHelper[_0x4d06ce(0x107)](_0x2a8b6b[_0x4d06ce(0x14b)][_0x4d06ce(0xce)])&&(!_0x2a8b6b[_0x4d06ce(0xce)]||!_0x2a8b6b[_0x4d06ce(0xce)][_0x4d06ce(0x136)]())&&(process[_0x4d06ce(0x161)]['BROWSERSTACK_PERCY']=_0x4650e0['zqQcY']);},exports[a178_0xe2910a(0x15b)]=()=>{const _0x409f71=a178_0xe2910a;return bsSetupHelper[_0x409f71(0x107)](process[_0x409f71(0x161)][_0x409f71(0x128)]);},exports[a178_0xe2910a(0xee)]=(_0x127598={})=>{const _0x4682a5=a178_0xe2910a,_0xf8ada5={};_0xf8ada5[_0x4682a5(0x15f)]=function(_0x185a93,_0x4218a1){return _0x185a93!==_0x4218a1;},_0xf8ada5[_0x4682a5(0x108)]=function(_0x70c3c,_0x3d5621){return _0x70c3c===_0x3d5621;},_0xf8ada5['pzzuo']=_0x4682a5(0xe0),_0xf8ada5[_0x4682a5(0x170)]=function(_0x15a40d,_0x17df0d){return _0x15a40d>_0x17df0d;},_0xf8ada5[_0x4682a5(0xdb)]=function(_0x2c190f,_0x4e48f7){return _0x2c190f===_0x4e48f7;};const _0x15acab=_0xf8ada5;if(_0x15acab[_0x4682a5(0x15f)](process[_0x4682a5(0x161)]['BROWSERSTACK_ACCESSIBILITY'],undefined))return bsSetupHelper[_0x4682a5(0x107)](process[_0x4682a5(0x161)][_0x4682a5(0xe5)]);let _0x15507b=_0x15acab['TZffH'](process[_0x4682a5(0x161)][_0x4682a5(0x11a)],_0x15acab[_0x4682a5(0x174)]);return _0x15acab['RQXJx'](Object['keys'](_0x127598)[_0x4682a5(0x14a)],0x0)&&(process[_0x4682a5(0x161)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=accessibilityHelper[_0x4682a5(0x12e)](_0x127598)),_0x15507b=_0x15507b||_0x15acab['ppndz'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x15acab[_0x4682a5(0x174)]),_0x15507b;},exports[a178_0xe2910a(0x12b)]=(_0x4fee01,_0x4edb93)=>{const _0x1ff9a2=a178_0xe2910a,_0xcc53e5={'mKGiv':function(_0x33e82a){return _0x33e82a();},'fQfNF':_0x1ff9a2(0x167),'yJWdF':function(_0x394805,_0xc68b68,_0x5c99cb){return _0x394805(_0xc68b68,_0x5c99cb);},'RWVQx':_0x1ff9a2(0x189),'yhzIT':_0x1ff9a2(0x186),'KOGIE':_0x1ff9a2(0xe0)};if(!_0x4fee01||!_0x4fee01[_0x1ff9a2(0x189)])return exports[_0x1ff9a2(0xc2)](),[null,null,null];if(!_0x4fee01[_0x1ff9a2(0x189)]['success'])return exports[_0x1ff9a2(0xc2)](_0x4fee01[_0x1ff9a2(0x189)]),[null,null,null];if(_0xcc53e5[_0x1ff9a2(0x1a2)](isTestObservabilitySession)){const _0x5ce756=_0xcc53e5[_0x1ff9a2(0x146)][_0x1ff9a2(0x199)]('|');let _0x3ba6c1=0x0;while(!![]){switch(_0x5ce756[_0x3ba6c1++]){case'0':logger['debug']('['+constants['TEST_REPORTING_ANALYTICS']+_0x1ff9a2(0x168)+_0x4fee01['build_hashed_id']);continue;case'1':_0xcc53e5[_0x1ff9a2(0x15e)](nestedKeyValue,_0x4fee01,[_0xcc53e5[_0x1ff9a2(0x16f)],_0xcc53e5[_0x1ff9a2(0x110)]])&&(process[_0x1ff9a2(0x161)][_0x1ff9a2(0x13d)]=_0x4fee01[_0x1ff9a2(0x189)][_0x1ff9a2(0x186)]['allow_screenshots'][_0x1ff9a2(0x1a7)]());continue;case'2':return[_0x4fee01[_0x1ff9a2(0xe4)],_0x4fee01['build_hashed_id'],process[_0x1ff9a2(0x161)][_0x1ff9a2(0x13d)]];case'3':if(_0x4fee01[_0x1ff9a2(0xe4)]){process[_0x1ff9a2(0x161)][_0x1ff9a2(0xcb)]=_0x4fee01[_0x1ff9a2(0xe4)];const _0x242380={};_0x242380[_0x1ff9a2(0x138)]=_0x4edb93['username'],_0x242380['password']=_0x4edb93[_0x1ff9a2(0x19f)],process['env'][_0x1ff9a2(0x150)]=JSON[_0x1ff9a2(0xea)](_0x242380);}continue;case'4':process[_0x1ff9a2(0x161)][_0x1ff9a2(0x175)]=_0xcc53e5[_0x1ff9a2(0x147)];continue;case'5':_0x4fee01[_0x1ff9a2(0x12c)]&&(process[_0x1ff9a2(0x161)][_0x1ff9a2(0xfe)]=_0x4fee01['build_hashed_id']);continue;}break;}}return[null,null,null];},exports[a178_0xe2910a(0x11f)]=_0x37ad0e=>{const _0x3e2150=a178_0xe2910a,_0x4393cf={'JIaEn':function(_0x2c599f,_0xacadb8,_0x145cc1){return _0x2c599f(_0xacadb8,_0x145cc1);},'OwIyj':'accessibility','MfUYy':_0x3e2150(0x186),'kKoTo':function(_0x584ae6,_0x1cdf9f,_0x44fc06,_0xa2440f){return _0x584ae6(_0x1cdf9f,_0x44fc06,_0xa2440f);},'FAnUQ':_0x3e2150(0xdc),'bQWwZ':_0x3e2150(0x135),'OKKRO':function(_0x5a005a,_0x3b06bb,_0x1ddea2,_0x2fcb34){return _0x5a005a(_0x3b06bb,_0x1ddea2,_0x2fcb34);},'ZjePX':_0x3e2150(0x179),'Pdegt':_0x3e2150(0xfa),'UVjLf':'nonBStackInfraA11yChromeOptions','cnORS':_0x3e2150(0x131),'QwNAc':function(_0x2d39ec,_0x73312d){return _0x2d39ec(_0x73312d);},'DtUIi':function(_0x35433d,_0x66a9a6){return _0x35433d===_0x66a9a6;},'VgVVW':function(_0x41379a,_0x2d4e72){return _0x41379a===_0x2d4e72;},'jhodu':_0x3e2150(0xe0),'vHUgB':_0x3e2150(0x1a3)};if(!_0x37ad0e[_0x3e2150(0x18f)])return exports['handleErrorForAccessibility'](),[null,null];if(!_0x37ad0e[_0x3e2150(0x18f)][_0x3e2150(0x112)])return exports[_0x3e2150(0x104)](_0x37ad0e[_0x3e2150(0x18f)]),[null,null];if(_0x4393cf[_0x3e2150(0x17e)](nestedKeyValue,_0x37ad0e,[_0x4393cf['OwIyj'],_0x4393cf['MfUYy']])){const {accessibilityToken:_0x1f979a,scannerVersion:_0x3bc64a,scannerProcessingTimeout:_0x203b66,isMobileScanningEnabledForGroup:_0xeb5df7}=_0x4393cf[_0x3e2150(0xd1)](jsonifyAccessibilityArray,_0x37ad0e[_0x3e2150(0x18f)]['options'][_0x3e2150(0x151)],_0x4393cf[_0x3e2150(0x153)],_0x4393cf[_0x3e2150(0x184)]),_0x3dbbea={'scripts':_0x4393cf[_0x3e2150(0x1a5)](jsonifyAccessibilityArray,_0x37ad0e[_0x3e2150(0x18f)][_0x3e2150(0x186)][_0x3e2150(0x11b)],_0x4393cf[_0x3e2150(0x153)],_0x4393cf['ZjePX'])};_0x3dbbea[_0x4393cf[_0x3e2150(0xcc)]]=_0x37ad0e['accessibility'][_0x3e2150(0x186)][_0x3e2150(0x125)][_0x3e2150(0xfa)];const _0x5a99e7=_0x4393cf[_0x3e2150(0xd1)](jsonifyAccessibilityArray,_0x37ad0e[_0x3e2150(0x18f)][_0x3e2150(0x186)][_0x3e2150(0x151)],_0x4393cf[_0x3e2150(0x153)],_0x4393cf['bQWwZ']);_0x3dbbea[_0x4393cf[_0x3e2150(0xfd)]]=_0x5a99e7[_0x4393cf[_0x3e2150(0xda)]],scripts['parseFromJson'](_0x3dbbea),scripts['toJson']();let _0x2d8cc1=process[_0x3e2150(0x161)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];_0x2d8cc1=!!_0x2d8cc1?JSON['parse'](_0x2d8cc1):{},_0x2d8cc1[_0x3e2150(0x191)]=_0x3bc64a,process[_0x3e2150(0x161)][_0x3e2150(0xf9)]=JSON[_0x3e2150(0xea)](_0x2d8cc1),process[_0x3e2150(0x161)][_0x3e2150(0x10a)]=_0x1f979a,process[_0x3e2150(0x161)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x4393cf[_0x3e2150(0x1a6)](String,_0x4393cf[_0x3e2150(0x129)](_0xeb5df7,!![])||_0x4393cf[_0x3e2150(0xc9)](_0xeb5df7,_0x4393cf[_0x3e2150(0x15c)])),logger[_0x3e2150(0x17d)](_0x3e2150(0x15d)+_0x37ad0e[_0x3e2150(0x12c)]);const _0x1fcce6=accessibilityHelper[_0x3e2150(0x127)](_0x1f979a);return _0x1fcce6&&bsSetupHelper['isTrue'](_0x1fcce6['skipCDPConnectOverride'])&&(process[_0x3e2150(0x161)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![],logger[_0x3e2150(0x17d)](_0x4393cf[_0x3e2150(0x12a)])),[_0x1f979a,_0x37ad0e[_0x3e2150(0x12c)],_0x203b66];}return[null,null];},exports[a178_0xe2910a(0xc2)]=_0x4277e4=>{const _0x2e7270=a178_0xe2910a,_0x53b141={};_0x53b141[_0x2e7270(0x14c)]=_0x2e7270(0x166),_0x53b141[_0x2e7270(0x194)]=_0x2e7270(0x152),_0x53b141['aKXaP']=_0x2e7270(0x182);const _0x130749=_0x53b141,_0x110287=_0x130749[_0x2e7270(0x14c)][_0x2e7270(0x199)]('|');let _0x2aec33=0x0;while(!![]){switch(_0x110287[_0x2aec33++]){case'0':process[_0x2e7270(0x161)][_0x2e7270(0xcb)]=_0x130749['UpDVL'];continue;case'1':process[_0x2e7270(0x161)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x130749[_0x2e7270(0x194)];continue;case'2':process[_0x2e7270(0x161)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x130749[_0x2e7270(0x194)];continue;case'3':process[_0x2e7270(0x161)][_0x2e7270(0x175)]=_0x130749['aKXaP'];continue;case'4':process[_0x2e7270(0x161)][_0x2e7270(0xcd)]=_0x130749[_0x2e7270(0x194)];continue;case'5':exports[_0x2e7270(0xfc)](_0x4277e4,testHubConstants[_0x2e7270(0xf0)]);continue;case'6':process[_0x2e7270(0x161)]['BROWSERSTACK_TESTHUB_UUID']=_0x130749[_0x2e7270(0x194)];continue;}break;}},exports[a178_0xe2910a(0x104)]=_0x5a2bb3=>{const _0x294e47=a178_0xe2910a,_0x165ecb={};_0x165ecb['NPAgH']=_0x294e47(0x134),_0x165ecb['jSKeF']=_0x294e47(0x182),_0x165ecb[_0x294e47(0xe7)]=_0x294e47(0x152);const _0x4af06b=_0x165ecb,_0x2b153b=_0x4af06b[_0x294e47(0xd2)][_0x294e47(0x199)]('|');let _0x11c585=0x0;while(!![]){switch(_0x2b153b[_0x11c585++]){case'0':exports['logBuildError'](_0x5a2bb3,testHubConstants[_0x294e47(0x102)]);continue;case'1':process[_0x294e47(0x161)][_0x294e47(0x149)]=_0x4af06b[_0x294e47(0x156)];continue;case'2':process[_0x294e47(0x161)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4af06b[_0x294e47(0x156)];continue;case'3':process[_0x294e47(0x161)][_0x294e47(0xcd)]=_0x4af06b[_0x294e47(0xe7)];continue;case'4':process[_0x294e47(0x161)]['BROWSERSTACK_TESTHUB_UUID']=_0x4af06b[_0x294e47(0xe7)];continue;}break;}},exports['logBuildError']=(_0x1f746a,_0x28e3d5='')=>{const _0xd079d=a178_0xe2910a,_0x4764bd={};_0x4764bd['qhPJA']=function(_0x44608d,_0xe488a4){return _0x44608d===_0xe488a4;};const _0x2e20d7=_0x4764bd;if(_0x2e20d7['qhPJA'](_0x1f746a,undefined)){logger[_0xd079d(0x163)](_0x28e3d5[_0xd079d(0xef)]()+_0xd079d(0xde));return;}for(const _0x1abf2a of _0x1f746a['errors']){const _0x242832=_0x1abf2a['key'],_0x28751d=_0x1abf2a[_0xd079d(0x19b)];if(_0x28751d)switch(_0x242832){case testHubConstants[_0xd079d(0x111)][_0xd079d(0xf8)]:logger[_0xd079d(0x163)](_0x28751d);break;case testHubConstants[_0xd079d(0x111)][_0xd079d(0x154)]:logger[_0xd079d(0x12f)](_0x28751d);break;case testHubConstants[_0xd079d(0x111)][_0xd079d(0x16a)]:logger[_0xd079d(0x163)](_0x28751d);break;default:logger[_0xd079d(0x163)](_0x28751d);}}};function a178_0x6eed(_0x748b2c,_0x2b0cd3){const _0x3882db=a178_0x3882();return a178_0x6eed=function(_0x6eeda1,_0x15e49b){_0x6eeda1=_0x6eeda1-0xc2;let _0xf28d2=_0x3882db[_0x6eeda1];return _0xf28d2;},a178_0x6eed(_0x748b2c,_0x2b0cd3);}const jsonifyAccessibilityArray=(_0xe53c87,_0x2aef62,_0x320174)=>{const _0xd88e4=a178_0xe2910a,_0x2c91a8={};return _0xe53c87[_0xd88e4(0x162)](_0x1040d8=>{_0x2c91a8[_0x1040d8[_0x2aef62]]=_0x1040d8[_0x320174];}),_0x2c91a8;};exports[a178_0xe2910a(0x10c)]=_0x4db00e=>{const _0x435556=a178_0xe2910a;_0x4db00e[_0x435556(0xe4)]&&(process[_0x435556(0x161)][_0x435556(0xcd)]=_0x4db00e[_0x435556(0xe4)]);_0x4db00e[_0x435556(0x12c)]&&(process['env'][_0x435556(0x187)]=_0x4db00e[_0x435556(0x12c)],logger[_0x435556(0x17d)](_0x435556(0x192)+_0x4db00e[_0x435556(0x12c)]));;},exports[a178_0xe2910a(0xd6)]=(_0x1a58a3='',_0x1ea9bc='')=>{const _0x37b7c1=a178_0xe2910a,_0x4694bf={'etetC':function(_0x38d35f){return _0x38d35f();},'grRfb':function(_0x580b65,_0x59ed1f){return _0x580b65===_0x59ed1f;},'BLIjn':_0x37b7c1(0x11e),'kivWB':'LogCreated','WRMVJ':_0x37b7c1(0x116),'jVGcu':function(_0x30e958){return _0x30e958();},'GYKIH':_0x37b7c1(0x155),'eskSO':_0x37b7c1(0xdd),'QIYRt':function(_0x5c3128){return _0x5c3128();}};if(exports[_0x37b7c1(0x15b)]()&&!exports['isAccessibilityEnabled']()&&!_0x4694bf[_0x37b7c1(0xd9)](isTestObservabilitySession)){if(_0x4694bf[_0x37b7c1(0x177)](_0x1ea9bc,_0x4694bf[_0x37b7c1(0x144)]))return![];if([_0x4694bf[_0x37b7c1(0xe2)],_0x4694bf['WRMVJ']][_0x37b7c1(0x113)](_0x1a58a3))return![];return!![];}if(exports[_0x37b7c1(0xee)]()&&!_0x4694bf[_0x37b7c1(0x16d)](isTestObservabilitySession)){if([_0x4694bf['GYKIH'],_0x4694bf[_0x37b7c1(0xc6)],_0x4694bf[_0x37b7c1(0xe2)]][_0x37b7c1(0x113)](_0x1a58a3))return![];return!![];}return exports[_0x37b7c1(0xee)]()||_0x4694bf['QIYRt'](isTestObservabilitySession)||exports[_0x37b7c1(0x15b)]();},exports[a178_0xe2910a(0x109)]=(_0x2535bc,_0x374c13,_0x3be945='',_0x27f00c)=>{const _0x31375a=a178_0xe2910a,_0x1d44a5={'oZRYy':_0x31375a(0x155),'AUyuf':_0x31375a(0xdd),'aThNE':function(_0x9f74e2,_0x31067d){return _0x9f74e2===_0x31067d;},'srCxy':_0x31375a(0x148),'BHvsN':_0x31375a(0xe8),'FrAsx':'accessibility','IZAOn':function(_0x444c99,_0x1239d8){return _0x444c99&&_0x1239d8;},'AnmGw':function(_0x371fd2,_0x117ed6){return _0x371fd2===_0x117ed6;},'TDKVv':function(_0x55a5d5,_0x4f3ce6){return _0x55a5d5+_0x4f3ce6;},'WjlxJ':function(_0x5ef4c6,_0x5a16de){return _0x5ef4c6===_0x5a16de;},'CWnKd':function(_0x1fc903,_0x5d1287){return _0x1fc903(_0x5d1287);},'gQdIJ':_0x31375a(0x196),'TKEWc':function(_0x11559f,_0x56680b){return _0x11559f+_0x56680b;},'ucyhJ':function(_0x4a55c0,_0x3e5812){return _0x4a55c0&&_0x3e5812;},'nMEdj':function(_0x18b98c,_0x51744d){return _0x18b98c!==_0x51744d;},'Wfsqs':_0x31375a(0xca),'aYqSM':function(_0x1f2413,_0x4e076d){return _0x1f2413&&_0x4e076d;},'TnGgj':function(_0x4eaf6d,_0x5f2688){return _0x4eaf6d===_0x5f2688;},'afkzB':function(_0x312311,_0xc79fd7){return _0x312311&&_0xc79fd7;},'cyYRq':_0x31375a(0x18b)};if([_0x1d44a5[_0x31375a(0x13f)],_0x1d44a5[_0x31375a(0x13c)]]['includes'](_0x374c13))return;let _0x2b2f89={};try{process[_0x31375a(0x161)]['BROWSERSTACK_PRODUCT_MAP']&&(_0x2b2f89=JSON[_0x31375a(0x185)](process[_0x31375a(0x161)]['BROWSERSTACK_PRODUCT_MAP'])||{});}catch(_0x534276){logger[_0x31375a(0x17d)]('Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20'+_0x534276),_0x2b2f89={};}if(exports[_0x31375a(0xee)]()){if(_0x1d44a5['aThNE'](_0x27f00c,FRAMEWORKS[_0x31375a(0xff)])){const _0x459978=globals['getGlobal'](_0x1d44a5[_0x31375a(0xe6)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x3be945['titlePath'](),!![]),_0x3905c8=globals['getGlobal'](_0x1d44a5[_0x31375a(0x19e)]);_0x2b2f89[_0x1d44a5[_0x31375a(0x1a0)]]=_0x1d44a5[_0x31375a(0x169)](_0x3905c8,_0x459978);}if(_0x1d44a5[_0x31375a(0xeb)](_0x27f00c,FRAMEWORKS['JEST'])){const _0x2bc3a4=_0x1d44a5[_0x31375a(0x197)](_0x1d44a5['TDKVv'](_0x2535bc[_0x31375a(0x133)][_0x31375a(0x11c)]('\x20'),'\x20'),_0x3be945[_0x31375a(0xdc)]),_0x456e92=globals[_0x31375a(0x115)](_0x1d44a5[_0x31375a(0xe6)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x2bc3a4,![]),_0x1a9af5=browserStackGlobals[_0x31375a(0xe8)];_0x2b2f89[_0x1d44a5[_0x31375a(0x1a0)]]=_0x1d44a5['IZAOn'](_0x1a9af5,_0x456e92);}if(_0x1d44a5[_0x31375a(0xf3)](_0x27f00c,FRAMEWORKS['JASMINE'])){const _0x3c0735=_0x1d44a5[_0x31375a(0x145)](require,_0x1d44a5[_0x31375a(0xc7)]),_0x40144d=_0x3be945&&_0x3c0735[_0x31375a(0xc4)](_0x3be945['id'])||_0x2535bc['uuid'];_0x40144d&&(_0x2535bc['uuid']=_0x40144d);const _0x4ece4e=_0x1d44a5[_0x31375a(0xdf)](_0x1d44a5['TDKVv'](_0x2535bc[_0x31375a(0x133)][_0x31375a(0x11c)]('\x20'),'\x20'),_0x3be945['description']||_0x2535bc['name']),_0x566081=globals[_0x31375a(0x115)](_0x1d44a5[_0x31375a(0xe6)])||accessibilityHelper[_0x31375a(0x130)](_0x4ece4e,![]),_0x2d84d6=globals['getGlobal'](_0x1d44a5[_0x31375a(0x19e)]);_0x2b2f89[_0x1d44a5['FrAsx']]=_0x1d44a5[_0x31375a(0x13b)](_0x2d84d6,_0x566081);}_0x1d44a5[_0x31375a(0xeb)](_0x27f00c,FRAMEWORKS[_0x31375a(0x13e)])&&_0x1d44a5[_0x31375a(0x159)](_0x374c13,_0x1d44a5[_0x31375a(0x18d)])&&(_0x2b2f89[_0x1d44a5[_0x31375a(0x1a0)]]=PWTestDetails[_0x31375a(0x119)](_0x2535bc[_0x31375a(0x141)]));if(_0x1d44a5[_0x31375a(0xeb)](_0x27f00c,FRAMEWORKS['CODECEPT'])){const _0x4e2512=accessibilityHelper[_0x31375a(0x130)](_0x3be945['titlePath'](),!![]),_0x2834ee=global['accessibilityPlatform'];_0x2b2f89[_0x1d44a5[_0x31375a(0x1a0)]]=_0x1d44a5[_0x31375a(0xd7)](_0x2834ee,_0x4e2512);}if(_0x1d44a5[_0x31375a(0x19a)](_0x27f00c,FRAMEWORKS[_0x31375a(0x164)])){const _0xa19e8b=accessibilityHelper['shouldScanTestForAccessibility'](null,![],_0x2535bc['tags']),_0x37ab00=globals['getGlobal'](_0x1d44a5[_0x31375a(0x19e)]);_0x2b2f89[_0x1d44a5[_0x31375a(0x1a0)]]=_0x1d44a5[_0x31375a(0x10f)](_0x37ab00,_0xa19e8b);}}_0x2535bc[_0x1d44a5['cyYRq']]=_0x2b2f89;},exports[a178_0xe2910a(0x183)]=_0x39a384=>{const _0x389fc8=a178_0xe2910a,_0x230a0a={};_0x230a0a[_0x389fc8(0x124)]=function(_0xa80c7c,_0x33a1de){return _0xa80c7c>_0x33a1de;};const _0x43ba90=_0x230a0a;let _0x1a3acc={};if(_0x43ba90['NELRf'](Object[_0x389fc8(0xc8)](testData)[_0x389fc8(0x14a)],0x0))return testData;_0x1a3acc=JestTestDetails[_0x389fc8(0x160)]();if(_0x43ba90[_0x389fc8(0x124)](Object[_0x389fc8(0xc8)](_0x1a3acc)[_0x389fc8(0x14a)],0x0))return _0x1a3acc;return _0x1a3acc;},exports[a178_0xe2910a(0xd3)]=(_0x543c4e,_0x5e6208={})=>{const _0x1dc14a=a178_0xe2910a;if(bsSetupHelper[_0x1dc14a(0x16b)](_0x5e6208[_0x1dc14a(0x178)]))return;switch(_0x543c4e){case FRAMEWORKS[_0x1dc14a(0xff)]:testData=_0x5e6208[_0x1dc14a(0x178)];break;case FRAMEWORKS[_0x1dc14a(0x193)]:JestTestDetails[_0x1dc14a(0x19d)](_0x5e6208[_0x1dc14a(0x178)]);break;case FRAMEWORKS[_0x1dc14a(0x18c)]:testData=_0x5e6208[_0x1dc14a(0x178)];break;default:break;}},exports[a178_0xe2910a(0x103)]=_0x595eef=>{const _0x119a2e=a178_0xe2910a,_0x5b2959={};_0x5b2959[_0x119a2e(0x173)]=function(_0x5bb88c,_0x54fbcc){return _0x5bb88c!==_0x54fbcc;},_0x5b2959['DoUEX']=function(_0x3c9576,_0x52c9e0){return _0x3c9576!==_0x52c9e0;},_0x5b2959[_0x119a2e(0x117)]=function(_0x4b0c3d,_0x268f73){return _0x4b0c3d!==_0x268f73;},_0x5b2959[_0x119a2e(0x10b)]=function(_0x17efad,_0xc71d15){return _0x17efad!==_0xc71d15;};const _0x23f3f0=_0x5b2959;if(_0x23f3f0[_0x119a2e(0x173)](_0x595eef[_0x119a2e(0x18f)],null)&&_0x23f3f0[_0x119a2e(0x17f)](_0x595eef[_0x119a2e(0x18f)],undefined))return _0x595eef[_0x119a2e(0x18f)];let _0x444831=![],_0x39d753=![];if(_0x595eef[_0x119a2e(0x137)])for(const _0x2f166a of _0x595eef[_0x119a2e(0x137)]){_0x23f3f0[_0x119a2e(0x117)](_0x2f166a[_0x119a2e(0x18f)],null)&&_0x23f3f0['gyRfW'](_0x2f166a['accessibility'],undefined)&&(_0x444831=_0x444831||bsSetupHelper[_0x119a2e(0x107)](_0x2f166a[_0x119a2e(0x18f)]),_0x39d753=!![]);}if(_0x39d753)return _0x444831;return null;},exports[a178_0xe2910a(0x181)]=_0x34c00d=>{const _0x27df0a=a178_0xe2910a;if(!_0x34c00d)return{};const _0xa8a27d=new OrchestrationUtils(_0x34c00d);return _0xa8a27d[_0x27df0a(0xe3)]();},exports[a178_0xe2910a(0x18e)]=_0x2f5632=>{const _0x28171b=a178_0xe2910a,_0x4a4f19={'VoOjE':function(_0x3c49db){return _0x3c49db();},'rUzIW':function(_0x40b709,_0x4dba06){return _0x40b709===_0x4dba06;},'IwJqg':'true'};let _0x542ba8=![],_0x342687=![];if(bsSetupHelper[_0x28171b(0x176)]()&&bsSetupHelper[_0x28171b(0x198)](_0x2f5632))_0x342687=!![];else bsSetupHelper[_0x28171b(0x176)]()&&(_0x542ba8=!![]);return Object[_0x28171b(0xcf)]({'observability':_0x4a4f19['VoOjE'](isTestObservabilitySession),'accessibility':exports[_0x28171b(0x103)](_0x2f5632),'percy':_0x2f5632['percy']||![],'sr_automation':_0x4a4f19[_0x28171b(0xf2)](process['env'][_0x28171b(0x100)],_0x4a4f19[_0x28171b(0xe9)])||_0x2f5632[_0x28171b(0x143)]||![],'automate':_0x542ba8,'app_automate':_0x342687,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x2f5632),'lts':LoadTestModule['isLTSSession'](_0x2f5632)},bsSetupHelper['getCentralUser']());};function a178_0x3882(){const _0x329455=['ACCESSIBILITY','getAccessibilityValueFromYml','handleErrorForAccessibility','../globals.js','../test-observability/utils','isTrue','TZffH','appendTesthubParams','BS_A11Y_JWT','gyRfW','setTestHubCommonMetaInfo','../../bin/utils/constants.js','VWYwc','afkzB','yhzIT','ERROR','success','includes','../test-orchestration/orchestrationUtils.js','getGlobal','CBTSessionCreated','cAyQS','vlfkL','getAccessibilityPlatformValidation','BROWSERSTACK_TEST_ACCESSIBILITY_YML','scripts','join','startsWith','uploadEventData','setAccessibilityVariables','getAgentVersion','../../bin/v2/modules/loadTestModule','nRzBN','javascript','NELRf','commandsToWrap','../../bin/jest/test-observability/test-details.js','parseA11yJwtPayload','BROWSERSTACK_PERCY','DtUIi','vHUgB','setTestObservabilityVariables','build_hashed_id','string','checkAccessibilityPlatformConfig','info','shouldScanTestForAccessibility','goog:chromeOptions','BROWSERSTACK_TEST_PLAN_ID','scopes','4|3|2|1|0','value','isRunning','platforms','username','13408335FeItyZ','7bQLTNX','ucyhJ','AUyuf','BS_TESTOPS_ALLOW_SCREENSHOTS','PLAYWRIGHT','oZRYy','qRKRM','uuid','dDmno','sr_automation','BLIjn','CWnKd','fQfNF','KOGIE','bstackA11yShouldScan','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','length','config','MXCVy','trim','3036216PqPUCH','testPlanId','CREDENTIALS_FOR_CRASH_REPORTING','capabilities','null','FAnUQ','ACCESS_DENIED','HookRunStarted','jSKeF','365ApVsMO','./constants.js','nMEdj','FRAMEWORK_DETAILS','isPercyBuild','jhodu','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','yJWdF','VxcGy','getTestData','env','forEach','error','CUCUMBER','getFrameworkDetails','6|4|3|0|1|2|5','4|3|5|1|0|2',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','IZAOn','DEPRECATED','isUndefined','isTurboScaleSession','jVGcu','getTestPlanId','RWVQx','RQXJx','../ats/helper','setPercyFlag','xRqDA','pzzuo','BS_TESTOPS_BUILD_COMPLETED','isBrowserstackInfra','grRfb','test_run','command','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','../helper','slice','debug','JIaEn','DoUEX','193046fDCsKG','getTestOrchestrationBuildStartData','false','getCurrentTestData','bQWwZ','parse','options','BROWSERSTACK_TESTHUB_UUID','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','observability','UWALs','product_map','JASMINE','Wfsqs','getProductMapForBuildStartCall','accessibility','isLTSSession','scannerVersion','BROWSERSTACK_TESTHUB_UUID:\x20','JEST','UpDVL','argv','../../bin/jasmine/testRunMap.js','TDKVv','isAppAutomateSession','split','TnGgj','message','getProductMap','setTestData','BHvsN','password','FrAsx','../accessibility-automation/helper','mKGiv','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','5006336IDDfzm','OKKRO','QwNAc','toString','handleErrorForObservability','IPEiK','get','467567ZSckof','eskSO','gQdIJ','keys','VgVVW','TestRunStarted','BS_TESTOPS_JWT','Pdegt','BROWSERSTACK_TESTHUB_JWT','percy','assign','eypmS','kKoTo','NPAgH','setCurrentTestData','bhfJz','7048GpbAqf','shouldProcessEventForTesthub','aYqSM','testManagementOptions','etetC','cnORS','ppndz','name','HookRunFinished','\x20Build\x20creation\x20failed','TKEWc','true','tHGdb','kivWB','getBuildStartData','jwt','BROWSERSTACK_ACCESSIBILITY','srCxy','kztaE','isAccessibilityPlatform','IwJqg','stringify','AnmGw','ecQCw','1596471PixCCz','isAccessibilityEnabled','toUpperCase','OBSERVABILITY','../helper.js','rUzIW','WjlxJ','../../bin/playwright/reporter/test-details.js','../logger','zqQcY','OoGui','INVALID_CREDENTIALS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','commands','cFGCI','logBuildError','UVjLf','BS_TESTOPS_BUILD_HASHED_ID','MOCHA','BROWSERSTACK_SR_AUTOMATION','winstonLogger'];a178_0x3882=function(){return _0x329455;};return a178_0x3882();}const normalizeTestPlanId=_0x1341fd=>{const _0x27d1c4=a178_0xe2910a,_0x5222a8={};_0x5222a8['cFGCI']=function(_0x53e58f,_0x317b92){return _0x53e58f!==_0x317b92;},_0x5222a8[_0x27d1c4(0x18a)]=_0x27d1c4(0x12d),_0x5222a8[_0x27d1c4(0xe1)]=function(_0x351cdc,_0x5d6df5){return _0x351cdc>_0x5d6df5;};const _0x28868b=_0x5222a8;if(_0x28868b[_0x27d1c4(0xfb)](typeof _0x1341fd,_0x28868b[_0x27d1c4(0x18a)]))return undefined;const _0x259af9=_0x1341fd[_0x27d1c4(0x14d)]();return _0x28868b['tHGdb'](_0x259af9['length'],0x0)?_0x259af9:undefined;},readTestPlanIdFromCliArgs=(_0xac0fa8=process[a178_0xe2910a(0x195)])=>{const _0x9a6d61=a178_0xe2910a,_0x23cc8d={};_0x23cc8d['nRzBN']=function(_0x457ea9,_0x239244){return _0x457ea9<_0x239244;},_0x23cc8d[_0x9a6d61(0x142)]=function(_0x46a678,_0x2e007e){return _0x46a678===_0x2e007e;},_0x23cc8d['ecQCw']=function(_0x84b736,_0x404c86){return _0x84b736+_0x404c86;};const _0x2a9f85=_0x23cc8d,_0x18a699='--'+testHubConstants[_0x9a6d61(0x188)];for(let _0x67e7e1=0x0;_0x2a9f85[_0x9a6d61(0x122)](_0x67e7e1,_0xac0fa8[_0x9a6d61(0x14a)]);_0x67e7e1+=0x1){const _0x4ad8ef=_0xac0fa8[_0x67e7e1];if(_0x2a9f85[_0x9a6d61(0x142)](_0x4ad8ef,_0x18a699)){const _0xa15f8f=_0xac0fa8[_0x2a9f85[_0x9a6d61(0xec)](_0x67e7e1,0x1)];if(!_0xa15f8f||_0xa15f8f[_0x9a6d61(0x11d)]('--'))return undefined;return _0xa15f8f;}if(_0x4ad8ef[_0x9a6d61(0x11d)](_0x18a699+'='))return _0x4ad8ef[_0x9a6d61(0x17c)](_0x2a9f85[_0x9a6d61(0xec)](_0x18a699[_0x9a6d61(0x14a)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x1581fd={})=>{const _0xabf717=a178_0xe2910a,_0x58d5b5={'OoGui':function(_0x550ebf,_0x420658){return _0x550ebf(_0x420658);}};return _0x58d5b5[_0xabf717(0xf7)](normalizeTestPlanId,_0x1581fd&&_0x1581fd['testManagementOptions']&&_0x1581fd[_0xabf717(0xd8)][_0xabf717(0x14f)]);};exports[a178_0xe2910a(0x16e)]=(_0x5117f1={},_0x4f53f5=process[a178_0xe2910a(0x195)],_0x516653=process[a178_0xe2910a(0x161)])=>{const _0x529ad1=a178_0xe2910a,_0x177c0c={'qRKRM':function(_0x3f93b7,_0x3a0b0d){return _0x3f93b7(_0x3a0b0d);},'wFyXN':function(_0x5ca466,_0x16da3f){return _0x5ca466(_0x16da3f);}};try{const _0x467c71=_0x177c0c['qRKRM'](normalizeTestPlanId,_0x177c0c['wFyXN'](readTestPlanIdFromCliArgs,_0x4f53f5));if(_0x467c71)return _0x467c71;const _0xb04291=_0x177c0c['qRKRM'](normalizeTestPlanId,_0x516653&&_0x516653[testHubConstants['ENV_VAR'][_0x529ad1(0x132)]]);if(_0xb04291)return _0xb04291;return _0x177c0c[_0x529ad1(0x140)](readTestPlanIdFromConfig,_0x5117f1);}catch(_0x229bb3){return logger[_0x529ad1(0x17d)](_0x529ad1(0x17a)+(_0x229bb3&&_0x229bb3[_0x529ad1(0x19b)]?_0x229bb3[_0x529ad1(0x19b)]:_0x229bb3)),undefined;}};
@@ -1 +1 @@
1
- const a179_0x2482d6=a179_0x15ba;function a179_0x54c7(){const _0x245f69=['errorMessage','version','X_OK','stack','FNWUT','buildName','nodejs','71808ldlOII','EvVlk','codeceptjs','all','finalExecutionRan','APP_AUTOMATE_PRODUCTS','nodeRequest','content-type','PyLeD','getUserName','assign','213256tFBBNx','playwrightVersion','KYTmV','bzHfw','KDMII','GaRhj','8745234uYDhjx','getTurboScaleBuildLink','10CAasqK','yzZgp','accessSync','Directory\x20','hubAllocation','fPVMf','getStackTraceAsString','format','error','qDwJy','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','buildIdentifier','gtqHV','./performance/performance-tester','browserStackConfig','user_killed','osVersion','91ZVKTWg','lOzZi','body','notifyUpdate','split','320xOgSqA','isBrowserstackInfra','fireFunnelTestEvent','ztQuv','./test-observability/utils','../helpers/testhub/constants','replace','SoVzx','iOJys','framework','values','object','getAccessKey',',\x20testhub\x20id:\x20','deviceName','PgTHN','isNullOrEmpty','every','[REDACTED]','VUUjP','qnOKX','SDK\x20run\x20ended\x20for\x20id:\x20','trim','length','ZPyOs','AUTOMATE','getTestFrameworkDetails','./helper','reduce','name','undefined','./globals','PPimu','WsDcP','ENV_VAR','_hubAllocationData','event_properties','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','KESow','sdkRunId','isTurboScaleSession','isAppAutomateSession','../bin/utils/constants','join','seleniumVersion','\x20has\x20now\x20read/write/execute\x20permissions.','qNSdq','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','4368141LtGHdU','Failed\x20to\x20set\x20directory\x20access:\x20','UdoWa','../bin/playwright/reporter/pwUtils','BROWSERSTACK_TESTHUB_UUID','forEach','3024264NlrWqs','env','browser','setReadWriteExecuteAccess','debug','source','API\x20Event\x20','AUTOMATE_PRODUCTS','tbyNY','toString','isModifiable','getSessionsList','getBuildLink','sendLogs','finalExecution','getFrameworkVersion','Playwright','winstonLogger','getGlobal','killSignal','getNodeAgent','74450CHvwTu','MxGih','5eYMpPz','ZAZox','DUyDT','unknown','XviYM','./logger','keys','type','stopPercy','browserVersion','parse','RqFJb','chmodSync','config','\x20:\x20','getTurboScaleSessionsList','HBrXd','FWOQz','_buildHashedId','W_OK','null','\x20response\x20-\x20','tDNFr','getOptimalHubUrl','2423036YznAVk','globalException','constants'];a179_0x54c7=function(){return _0x245f69;};return a179_0x54c7();}(function(_0x5180ba,_0x39b861){const _0xe4d7d0=a179_0x15ba,_0xe927c3=_0x5180ba();while(!![]){try{const _0x119efd=-parseInt(_0xe4d7d0(0x27a))/0x1*(parseInt(_0xe4d7d0(0x243))/0x2)+parseInt(_0xe4d7d0(0x22e))/0x3+parseInt(_0xe4d7d0(0x25d))/0x4+parseInt(_0xe4d7d0(0x245))/0x5*(-parseInt(_0xe4d7d0(0x278))/0x6)+parseInt(_0xe4d7d0(0x1f3))/0x7*(parseInt(_0xe4d7d0(0x272))/0x8)+parseInt(_0xe4d7d0(0x228))/0x9+parseInt(_0xe4d7d0(0x1f8))/0xa*(parseInt(_0xe4d7d0(0x267))/0xb);if(_0x119efd===_0x39b861)break;else _0xe927c3['push'](_0xe927c3['shift']());}catch(_0x174b70){_0xe927c3['push'](_0xe927c3['shift']());}}}(a179_0x54c7,0xc960c));function a179_0x15ba(_0x1da0a3,_0x1e2923){const _0x54c784=a179_0x54c7();return a179_0x15ba=function(_0x15ba9a,_0x4f6cb1){_0x15ba9a=_0x15ba9a-0x1e8;let _0x517231=_0x54c784[_0x15ba9a];return _0x517231;},a179_0x15ba(_0x1da0a3,_0x1e2923);}const os=require('os'),util=require('util'),fs=require('fs'),{getProductMap}=require('./testhub/utils'),logger=require(a179_0x2482d6(0x24a))[a179_0x2482d6(0x23f)],constants=require(a179_0x2482d6(0x222)),testHubConstants=require(a179_0x2482d6(0x1fd)),{getTransformPath}=require(a179_0x2482d6(0x22b)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a179_0x2482d6(0x222)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a179_0x2482d6(0x213)),PerformanceTester=require(a179_0x2482d6(0x1ef)),globals=require(a179_0x2482d6(0x217)),helper=require(a179_0x2482d6(0x213)),{isTestObservabilitySession}=require(a179_0x2482d6(0x1fc));let unhandledErrors='';exports[a179_0x2482d6(0x1fa)]=async(_0x4db7c4,_0x1f6325={},_0x599bb3,_0x2ecf59,_0x9474ca=![])=>{const _0x2f1c15=a179_0x2482d6,_0x3493df={'KDMII':function(_0x59d105,_0x21519a){return _0x59d105===_0x21519a;},'gtqHV':_0x2f1c15(0x203),'yrjFm':function(_0x2d7198,_0x3d9f0f){return _0x2d7198>_0x3d9f0f;},'ZPyOs':'tests','KYTmV':function(_0x9953aa){return _0x9953aa();},'tbyNY':function(_0x4108ef,_0x428eba){return _0x4108ef==_0x428eba;},'GFdHH':_0x2f1c15(0x259),'WsDcP':function(_0x49791c,_0x488d55){return _0x49791c===_0x488d55;},'PPimu':_0x2f1c15(0x216),'qDwJy':function(_0x20dbb1,_0x45297a){return _0x20dbb1>_0x45297a;},'MxGih':_0x2f1c15(0x269),'DUyDT':function(_0x29456a,_0x2bd2f7){return _0x29456a!==_0x2bd2f7;},'PyLeD':_0x2f1c15(0x23e),'UdoWa':_0x2f1c15(0x1ea),'tDNFr':function(_0x542654,_0x2d81f3){return _0x542654>_0x2d81f3;},'PgTHN':function(_0x32332b,_0x1b5aaf){return _0x32332b+_0x1b5aaf;},'yzZgp':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','bzHfw':_0x2f1c15(0x257),'VUUjP':function(_0x25acaa,_0x3d6a3a){return _0x25acaa(_0x3d6a3a);},'XviYM':_0x2f1c15(0x248),'ztQuv':_0x2f1c15(0x266),'iOJys':function(_0xcb0f22,_0x56dfbd){return _0xcb0f22===_0x56dfbd;},'FWOQz':'SDKTestSuccessful','MpAJU':'selenium-webdriver','NeYdx':'application/json','RqFJb':_0x2f1c15(0x20a),'KESow':'POST'};let _0x12d3a6=[];if(helper['isBrowserstackInfra']()&&_0x3493df[_0x2f1c15(0x274)](isTestObservabilitySession))_0x12d3a6=helper[_0x2f1c15(0x221)](_0x599bb3)?constants[_0x2f1c15(0x26c)]:constants[_0x2f1c15(0x235)];else{if(_0x3493df[_0x2f1c15(0x274)](isTestObservabilitySession))_0x12d3a6=constants[_0x2f1c15(0x1ec)];else helper[_0x2f1c15(0x1f9)]()&&(_0x12d3a6=helper['isAppAutomateSession'](_0x599bb3)?constants['APP_AUTOMATE']:constants[_0x2f1c15(0x211)]);}let _0x1c5af0=_0x599bb3[_0x2f1c15(0x1ed)];if(_0x3493df[_0x2f1c15(0x236)](_0x1c5af0,null))_0x1c5af0=_0x3493df['GFdHH'];else _0x3493df[_0x2f1c15(0x219)](_0x1c5af0,undefined)&&(_0x1c5af0=_0x3493df[_0x2f1c15(0x218)]);unhandledErrors&&_0x3493df[_0x2f1c15(0x1eb)](unhandledErrors[_0x2f1c15(0x20f)],0x0)&&(_0x1f6325[_0x2f1c15(0x25e)]=unhandledErrors);global[_0x2f1c15(0x21f)]&&(_0x1f6325[_0x2f1c15(0x21f)]=global[_0x2f1c15(0x21f)]);try{if(_0x1f6325[_0x2f1c15(0x1ea)]){if(_0x3493df['WsDcP'](_0x2ecf59,_0x3493df[_0x2f1c15(0x244)])&&_0x3493df[_0x2f1c15(0x1eb)](_0x1f6325[_0x2f1c15(0x1ea)][_0x2f1c15(0x20f)],0x0)){const _0x9c01e8={};_0x9c01e8['os']='',_0x9c01e8['osVersion']='',_0x9c01e8[_0x2f1c15(0x230)]='',_0x9c01e8[_0x2f1c15(0x24e)]='';const _0x58dc0=_0x9c01e8;let _0x51eec7={};const _0x6e428a=_0x1f6325[_0x2f1c15(0x1ea)];_0x51eec7=_0x6e428a[_0x2f1c15(0x214)]((_0x9c698b,_0x4ab065)=>{for(const _0x2dfc5a in _0x4ab065){_0x9c698b[_0x2dfc5a]=_0x4ab065[_0x2dfc5a];}return _0x9c698b;},{});const _0x6a56d={};_0x6a56d['tests']=_0x51eec7,_0x1f6325[_0x2f1c15(0x1ea)]=[Object[_0x2f1c15(0x271)]({},_0x58dc0,_0x6a56d)];}else{let _0x5c4adb=0x0;const _0x30bb3b=_0x3493df[_0x2f1c15(0x247)](_0x2ecf59,_0x3493df[_0x2f1c15(0x26f)])?JSON[_0x2f1c15(0x24f)](_0x1f6325['error']):_0x1f6325[_0x2f1c15(0x1ea)],_0x3427ee=Object[_0x2f1c15(0x202)](_0x30bb3b);_0x3427ee[_0x2f1c15(0x22d)](_0x96a532=>{const _0x500166=_0x2f1c15;if(_0x3493df[_0x500166(0x276)](typeof _0x96a532,_0x3493df[_0x500166(0x1ee)])){const _0x16ff9b=Object[_0x500166(0x202)](_0x96a532);!_0x16ff9b[_0x500166(0x209)](_0x2b0495=>_0x2b0495===null||_0x2b0495===undefined||_0x2b0495==='')&&(_0x5c4adb+=0x1);}});if(_0x3493df['WsDcP'](_0x5c4adb,0x0))delete _0x1f6325[_0x3493df[_0x2f1c15(0x22a)]];else{const _0x10f7af=[];Object['keys'](_0x30bb3b)['forEach'](_0x165dbd=>{const _0x4311d7=_0x2f1c15,_0x33ea9e={'ykiGo':function(_0x37d962,_0x577e81){return _0x3493df['yrjFm'](_0x37d962,_0x577e81);}},[_0x367205,_0x20502d,_0x5dd4ce,_0x477bed]=_0x165dbd[_0x4311d7(0x1f7)](',\x20');let _0x21680e={};if(!_0x477bed){const _0x3321b3={};_0x3321b3[_0x4311d7(0x206)]=_0x367205,_0x3321b3['osVersion']=_0x20502d,_0x3321b3[_0x4311d7(0x230)]=_0x5dd4ce,_0x21680e=_0x3321b3;}else{const _0xe11ed={};_0xe11ed['os']=_0x367205,_0xe11ed[_0x4311d7(0x1f2)]=_0x20502d,_0xe11ed['browser']=_0x5dd4ce,_0xe11ed[_0x4311d7(0x24e)]=_0x477bed,_0x21680e=_0xe11ed;}const _0x2784e5={},_0x265ede=_0x30bb3b[_0x165dbd];Object['keys'](_0x265ede)[_0x4311d7(0x22d)](_0x8806ca=>{_0x33ea9e['ykiGo'](_0x265ede[_0x8806ca]['length'],0x0)&&(_0x2784e5[_0x8806ca]=_0x265ede[_0x8806ca]);}),_0x3493df['yrjFm'](Object[_0x4311d7(0x24b)](_0x2784e5)[_0x4311d7(0x20f)],0x0)&&(_0x21680e[_0x3493df[_0x4311d7(0x210)]]=_0x2784e5,_0x10f7af['push'](_0x21680e));}),_0x3493df[_0x2f1c15(0x25b)](_0x10f7af[_0x2f1c15(0x20f)],0x0)?_0x1f6325['error']=_0x10f7af:delete _0x1f6325[_0x3493df[_0x2f1c15(0x22a)]];}}}}catch(_0x255fca){delete _0x1f6325[_0x3493df[_0x2f1c15(0x22a)]],logger[_0x2f1c15(0x232)](_0x3493df[_0x2f1c15(0x207)](_0x3493df[_0x2f1c15(0x27b)],_0x255fca));}const _0xfd7b29=helper[_0x2f1c15(0x212)](_0x599bb3,_0x599bb3[_0x2f1c15(0x201)]),_0xfd06a9={'userName':helper[_0x2f1c15(0x270)](_0x599bb3),'accessKey':helper['getAccessKey'](_0x599bb3),'event_type':_0x4db7c4,'detectedFramework':_0x2ecf59,'buildHashedId':globals['getGlobal'](_0x3493df[_0x2f1c15(0x275)]),'optimalHubUrl':helper[_0x2f1c15(0x25c)](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0x2f1c15(0x21a)][_0x2f1c15(0x22c)]]||'','sdkRunId':global[_0x2f1c15(0x21f)],'product_map':_0x3493df[_0x2f1c15(0x20b)](getProductMap,_0x599bb3),'productMap':_0x3493df[_0x2f1c15(0x20b)](getProductMap,_0x599bb3),'language_framework':_0x599bb3[_0x2f1c15(0x233)]||_0x3493df['XviYM'],'referrer':helper[_0x2f1c15(0x242)](_0x2ecf59),'framework':_0x599bb3[_0x2f1c15(0x201)],'frameworkVersion':helper[_0x2f1c15(0x23d)](_0x2ecf59),'automationFramework':_0xfd7b29[_0x2f1c15(0x215)],'automationFrameworkVersion':_0xfd7b29[_0x2f1c15(0x261)],'language':_0x3493df[_0x2f1c15(0x1fb)],'languageVersion':process[_0x2f1c15(0x261)],'product':_0x12d3a6,'buildName':_0x599bb3[_0x2f1c15(0x265)]||_0x3493df['PPimu'],'buildIdentifier':_0x1c5af0,'os':os[_0x2f1c15(0x24c)]()||_0x3493df['XviYM'],'hostname':os['hostname']()||_0x3493df[_0x2f1c15(0x249)],..._0x1f6325,'isCLIEnabled':_0x9474ca}};try{_0x3493df[_0x2f1c15(0x200)](_0x4db7c4,_0x3493df[_0x2f1c15(0x256)])&&(_0xfd06a9['event_properties'][_0x2f1c15(0x1f0)]=helper['sanitizeBrowserStackConfig'](_0x599bb3)),_0x3493df[_0x2f1c15(0x219)](_0x2ecf59,_0x3493df[_0x2f1c15(0x26f)])?_0xfd06a9['event_properties'][_0x2f1c15(0x273)]=helper['requirePWModule']['apply'](null,_0x3493df[_0x2f1c15(0x274)](getTransformPath),!![]):_0xfd06a9[_0x2f1c15(0x21c)][_0x2f1c15(0x224)]=helper['getPackageVersion'](_0x3493df['MpAJU']);}catch(_0x18deb3){logger[_0x2f1c15(0x232)](_0x2f1c15(0x227)+_0x18deb3);}const _0x34aed0={};_0x34aed0[_0x2f1c15(0x26e)]=_0x3493df['NeYdx'];const _0xc7aab6={'headers':_0x34aed0,'body':_0xfd06a9,'auth':{'user':helper['getUserName'](_0x599bb3),'pass':helper['getAccessKey'](_0x599bb3)},'json':!![]};logger[_0x2f1c15(0x232)](_0x2f1c15(0x21d)+JSON['stringify'](_0xc7aab6[_0x2f1c15(0x1f5)])[_0x2f1c15(0x1fe)](new RegExp(helper[_0x2f1c15(0x270)](_0x599bb3),'g'),_0x3493df[_0x2f1c15(0x250)])['replace'](new RegExp(helper[_0x2f1c15(0x204)](_0x599bb3),'g'),_0x3493df[_0x2f1c15(0x250)]));try{const _0x4eaa29=await helper[_0x2f1c15(0x26d)](_0x3493df[_0x2f1c15(0x21e)],FUNNEL_INSTRUMENTATION_API_URL,_0xc7aab6,_0x599bb3);logger['debug'](_0x2f1c15(0x234)+_0x4db7c4+_0x2f1c15(0x25a)+util[_0x2f1c15(0x1e9)]('%j',_0x4eaa29));}catch(_0x272461){logger['debug']('Error\x20in\x20firing\x20request\x20to\x20'+FUNNEL_INSTRUMENTATION_API_URL+_0x2f1c15(0x253)+util[_0x2f1c15(0x1e9)](_0x272461));}},exports[a179_0x2482d6(0x23c)]=async(_0x1c3861,_0xaf7cb4=![])=>{const _0x31402c=a179_0x2482d6,_0x4495ef={'VmhgU':function(_0x5385c6){return _0x5385c6();},'fPVMf':_0x31402c(0x21b),'qNSdq':'finishedMetadata','HBrXd':_0x31402c(0x1f1),'GaRhj':'SDKTestSuccessful','qnOKX':function(_0x77bdd8,_0x4038fe,_0x44f3e4){return _0x77bdd8(_0x4038fe,_0x44f3e4);},'lOzZi':function(_0x37f7b9,_0x487544){return _0x37f7b9+_0x487544;},'ZAZox':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};if(_0x1c3861[_0x31402c(0x26b)])return;_0x1c3861['finalExecutionRan']=!![];try{await _0x1c3861[_0x31402c(0x24d)](),_0x4495ef['VmhgU'](printNudgeLocalNotSetError);const _0x5e7251={};_0x5e7251[_0x31402c(0x1ea)]=_0x1c3861[_0x31402c(0x260)]?_0x1c3861[_0x31402c(0x260)]:'{}';const _0x26c810=_0x5e7251,_0xbee8a3=Object[_0x31402c(0x271)]({},_0x26c810),_0x4e9fc2=globals[_0x31402c(0x240)](_0x4495ef[_0x31402c(0x27f)]);_0x4e9fc2&&(_0xbee8a3[_0x31402c(0x27e)]=_0x4e9fc2);!!_0x1c3861[_0x31402c(0x241)]&&(_0xbee8a3[_0x4495ef[_0x31402c(0x226)]]={'reason':_0x4495ef[_0x31402c(0x255)],'signal':_0x1c3861[_0x31402c(0x241)]});unhandledErrors=_0x1c3861['unhandledErrors'][_0x31402c(0x223)]('\x0a');let _0x4094ff,_0x556aa9,_0x87e255;helper[_0x31402c(0x220)](_0x1c3861[_0x31402c(0x252)])?([_0x4094ff,_0x556aa9]=await helper[_0x31402c(0x279)](_0x1c3861['config']),[_0x87e255]=await Promise[_0x31402c(0x26a)]([helper[_0x31402c(0x254)](_0x4094ff,_0x1c3861[_0x31402c(0x252)]),exports[_0x31402c(0x1fa)](_0x4495ef['GaRhj'],_0xbee8a3,_0x1c3861[_0x31402c(0x252)],_0x1c3861[_0x31402c(0x201)],_0xaf7cb4)])):([_0x4094ff,_0x556aa9]=await helper[_0x31402c(0x23a)](_0x1c3861[_0x31402c(0x252)]),[_0x87e255]=await Promise[_0x31402c(0x26a)]([helper[_0x31402c(0x239)](_0x4094ff,_0x1c3861['config']),exports[_0x31402c(0x1fa)](_0x4495ef[_0x31402c(0x277)],_0xbee8a3,_0x1c3861[_0x31402c(0x252)],_0x1c3861[_0x31402c(0x201)],_0xaf7cb4)])),_0x87e255&&await _0x4495ef[_0x31402c(0x20c)](generateCIArtifacts,_0x87e255,_0x556aa9),logger['info'](_0x31402c(0x20d)+_0x1c3861[_0x31402c(0x21f)]+_0x31402c(0x205)+process[_0x31402c(0x22f)]['BROWSERSTACK_TESTHUB_UUID']),await helper[_0x31402c(0x23b)](_0x1c3861[_0x31402c(0x252)]);}catch(_0x51dde3){logger[_0x31402c(0x232)](_0x4495ef[_0x31402c(0x1f4)](_0x4495ef[_0x31402c(0x246)],_0x51dde3));}helper[_0x31402c(0x1f6)]();},exports[a179_0x2482d6(0x1e8)]=_0x588392=>{const _0xd3a232=a179_0x2482d6,_0x48181b={'EvVlk':function(_0x13cf09,_0x7aa115){return _0x13cf09 instanceof _0x7aa115;},'FVjcX':function(_0x2178e0,_0x4fd1d8){return _0x2178e0(_0x4fd1d8);}};try{if(_0x48181b[_0xd3a232(0x268)](_0x588392,Error))return _0x588392[_0xd3a232(0x263)]||_0x588392[_0xd3a232(0x237)]();return _0x48181b['FVjcX'](String,_0x588392);}catch(_0xf8c58e){return _0x588392?_0x588392[_0xd3a232(0x237)]():'';}},exports[a179_0x2482d6(0x208)]=_0x47d0c7=>{const _0x5affb5=a179_0x2482d6,_0x158019={};_0x158019[_0x5affb5(0x264)]=function(_0x13f090,_0x3cce22){return _0x13f090===_0x3cce22;};const _0x3aecfa=_0x158019;return!_0x47d0c7||_0x3aecfa['FNWUT'](_0x47d0c7[_0x5affb5(0x20e)](),'');},exports[a179_0x2482d6(0x238)]=_0x2ee495=>{const _0x8cb679=a179_0x2482d6,_0x100467={};_0x100467[_0x8cb679(0x1ff)]=function(_0x35185d,_0x35d113){return _0x35185d|_0x35d113;};const _0x3093bc=_0x100467;try{return fs[_0x8cb679(0x27c)](_0x2ee495,_0x3093bc[_0x8cb679(0x1ff)](fs[_0x8cb679(0x25f)][_0x8cb679(0x258)],fs[_0x8cb679(0x25f)][_0x8cb679(0x262)])),!![];}catch(_0x1e5037){return![];}},exports[a179_0x2482d6(0x231)]=_0x1566ea=>{const _0x277d7c=a179_0x2482d6;try{fs[_0x277d7c(0x251)](_0x1566ea,0x1ff),logger[_0x277d7c(0x232)](_0x277d7c(0x27d)+_0x1566ea+_0x277d7c(0x225));}catch(_0x4446da){logger[_0x277d7c(0x1ea)](_0x277d7c(0x229)+exports[_0x277d7c(0x1e8)](_0x4446da));}};
1
+ const a179_0x295862=a179_0x2fe0;(function(_0x115a14,_0x39729c){const _0x44e4a6=a179_0x2fe0,_0x4ed8f7=_0x115a14();while(!![]){try{const _0x775728=-parseInt(_0x44e4a6(0x187))/0x1*(parseInt(_0x44e4a6(0x1c1))/0x2)+-parseInt(_0x44e4a6(0x1bd))/0x3*(-parseInt(_0x44e4a6(0x155))/0x4)+parseInt(_0x44e4a6(0x162))/0x5+-parseInt(_0x44e4a6(0x17e))/0x6*(-parseInt(_0x44e4a6(0x165))/0x7)+parseInt(_0x44e4a6(0x17a))/0x8+-parseInt(_0x44e4a6(0x173))/0x9*(parseInt(_0x44e4a6(0x1ac))/0xa)+parseInt(_0x44e4a6(0x169))/0xb;if(_0x775728===_0x39729c)break;else _0x4ed8f7['push'](_0x4ed8f7['shift']());}catch(_0x11bfb3){_0x4ed8f7['push'](_0x4ed8f7['shift']());}}}(a179_0x722a,0xb4bb5));function a179_0x722a(){const _0x200d12=['getNodeAgent','203151nPOOyk','ydUPi','stopPercy','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','1232362wnuglQ','object','nodejs','version','browserStackConfig','qAAkN',',\x20testhub\x20id:\x20','\x20response\x20-\x20','tests','env','POST','debug','./test-observability/utils','\x20:\x20','error','killSignal','getTestFrameworkDetails','EFhiP','XlJQS','BdhTO','./helper','hubAllocation','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','isModifiable','iIUke','Qvcbm','gjCRH','SDKTestSuccessful','hostname','criaG','vNyZi','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','W_OK','source','config','WKWEj','info','seleniumVersion','browser','chmodSync','getTurboScaleSessionsList','\x20has\x20now\x20read/write/execute\x20permissions.','BROWSERSTACK_TESTHUB_UUID','isBrowserstackInfra','selenium-webdriver','getBuildLink','4HHktEY','jSyjy','codeceptjs','./performance/performance-tester','APP_AUTOMATE','name','all','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','_hubAllocationData','wfAus','CJOsT','DsIAz','split','3273070GBxqDC','getSessionsList','getStackTraceAsString','4844oUxJbU','event_properties','parse','null','4693139fUiagb','eKlLO','sQPtq','PvREW','../helpers/testhub/constants','NRZrS','stringify','body','SDK\x20run\x20ended\x20for\x20id:\x20','Directory\x20','1402173dXoTBP','fCLCA','sdkRunId','ZIgPv','buildIdentifier','WEmyH','isNullOrEmpty','5257344vuuIvz','MZqDd','zkvPG','Error\x20in\x20firing\x20request\x20to\x20','4206qyIZem','QNbos','length','framework','blEmA','values','requirePWModule','undefined','rVduW','1UXckkH','getPackageVersion','HGlWq','../bin/utils/constants','APP_AUTOMATE_PRODUCTS','DCyvP','pvFSt','getOptimalHubUrl','constants','user_killed','reduce','isTurboScaleSession','deviceName','notifyUpdate','setReadWriteExecuteAccess','./testhub/utils','getAccessKey','assign','unknown','unhandledErrors','../bin/playwright/reporter/pwUtils','winstonLogger','sanitizeBrowserStackConfig','getGlobal','AUTOMATE','errorMessage','toString','format','gbZeR','ENV_VAR','push','replace','keys','content-type','getUserName','forEach','getFrameworkVersion','60NFfalp','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','zWGKW','AUTOMATE_PRODUCTS','fireFunnelTestEvent','SkBUa','finalExecution','./globals','globalException','nodeRequest','finalExecutionRan','util','[REDACTED]','browserVersion','accessSync','vuWWj'];a179_0x722a=function(){return _0x200d12;};return a179_0x722a();}function a179_0x2fe0(_0x11fcfa,_0x174396){const _0x722ab2=a179_0x722a();return a179_0x2fe0=function(_0x2fe0b3,_0x1d9b63){_0x2fe0b3=_0x2fe0b3-0x14d;let _0x433be3=_0x722ab2[_0x2fe0b3];return _0x433be3;},a179_0x2fe0(_0x11fcfa,_0x174396);}const os=require('os'),util=require(a179_0x295862(0x1b7)),fs=require('fs'),{getProductMap}=require(a179_0x295862(0x196)),logger=require('./logger')[a179_0x295862(0x19c)],constants=require(a179_0x295862(0x18a)),testHubConstants=require(a179_0x295862(0x16d)),{getTransformPath}=require(a179_0x295862(0x19b)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a179_0x295862(0x18a)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a179_0x295862(0x1d5)),PerformanceTester=require(a179_0x295862(0x158)),globals=require(a179_0x295862(0x1b3)),helper=require(a179_0x295862(0x1d5)),{isTestObservabilitySession}=require(a179_0x295862(0x1cd));let unhandledErrors='';exports[a179_0x295862(0x1b0)]=async(_0x2f358e,_0xfde24b={},_0x365e6a,_0x5ec60c,_0x37d73f=![])=>{const _0x3edd76=a179_0x295862,_0x19b2df={'HGlWq':function(_0x10a242,_0x3ec44d){return _0x10a242===_0x3ec44d;},'fCLCA':_0x3edd76(0x1c2),'WKWEj':function(_0x2d283f,_0x2edd26){return _0x2d283f>_0x2edd26;},'oZAIW':_0x3edd76(0x1c9),'zkvPG':function(_0x551b5e){return _0x551b5e();},'blEmA':function(_0xa2dc38,_0x14aa02){return _0xa2dc38==_0x14aa02;},'criaG':_0x3edd76(0x168),'ydUPi':_0x3edd76(0x185),'MrLwR':function(_0x12391c,_0x1e7da4){return _0x12391c>_0x1e7da4;},'rVduW':function(_0xffa8cf,_0x1b9e39){return _0xffa8cf===_0x1b9e39;},'zWGKW':_0x3edd76(0x157),'wfAus':function(_0x2f42cf,_0x39f129){return _0x2f42cf!==_0x39f129;},'eKlLO':'Playwright','vuWWj':_0x3edd76(0x1cf),'DCyvP':function(_0x52d3bc,_0x14e1ee){return _0x52d3bc+_0x14e1ee;},'XlJQS':_0x3edd76(0x1c0),'SkBUa':'_buildHashedId','CJOsT':function(_0x585d9d,_0x6d3d10){return _0x585d9d(_0x6d3d10);},'jSyjy':_0x3edd76(0x199),'igRXw':_0x3edd76(0x1c3),'DsIAz':_0x3edd76(0x1dc),'iIUke':function(_0x4d85eb){return _0x4d85eb();},'BdhTO':_0x3edd76(0x153),'NRZrS':'application/json','pvFSt':_0x3edd76(0x1b8),'EFhiP':_0x3edd76(0x1cb)};let _0x34ff43=[];if(helper[_0x3edd76(0x152)]()&&_0x19b2df['zkvPG'](isTestObservabilitySession))_0x34ff43=helper['isAppAutomateSession'](_0x365e6a)?constants[_0x3edd76(0x18b)]:constants[_0x3edd76(0x1af)];else{if(_0x19b2df[_0x3edd76(0x17c)](isTestObservabilitySession))_0x34ff43=constants[_0x3edd76(0x1e0)];else helper[_0x3edd76(0x152)]()&&(_0x34ff43=helper['isAppAutomateSession'](_0x365e6a)?constants[_0x3edd76(0x159)]:constants[_0x3edd76(0x19f)]);}let _0x2c926f=_0x365e6a[_0x3edd76(0x177)];if(_0x19b2df[_0x3edd76(0x182)](_0x2c926f,null))_0x2c926f=_0x19b2df[_0x3edd76(0x1de)];else _0x19b2df['HGlWq'](_0x2c926f,undefined)&&(_0x2c926f=_0x19b2df[_0x3edd76(0x1be)]);unhandledErrors&&_0x19b2df['MrLwR'](unhandledErrors[_0x3edd76(0x180)],0x0)&&(_0xfde24b[_0x3edd76(0x1b4)]=unhandledErrors);global[_0x3edd76(0x175)]&&(_0xfde24b[_0x3edd76(0x175)]=global[_0x3edd76(0x175)]);try{if(_0xfde24b[_0x3edd76(0x1cf)]){if(_0x19b2df[_0x3edd76(0x186)](_0x5ec60c,_0x19b2df[_0x3edd76(0x1ae)])&&_0x19b2df[_0x3edd76(0x1e4)](_0xfde24b[_0x3edd76(0x1cf)][_0x3edd76(0x180)],0x0)){const _0x2e2557={};_0x2e2557['os']='',_0x2e2557['osVersion']='',_0x2e2557[_0x3edd76(0x14d)]='',_0x2e2557[_0x3edd76(0x1b9)]='';const _0x1f728a=_0x2e2557;let _0x3edf44={};const _0x4c36d9=_0xfde24b[_0x3edd76(0x1cf)];_0x3edf44=_0x4c36d9[_0x3edd76(0x191)]((_0x15f09a,_0x501dc8)=>{for(const _0x1b3674 in _0x501dc8){_0x15f09a[_0x1b3674]=_0x501dc8[_0x1b3674];}return _0x15f09a;},{});const _0x5106e0={};_0x5106e0[_0x3edd76(0x1c9)]=_0x3edf44,_0xfde24b[_0x3edd76(0x1cf)]=[Object[_0x3edd76(0x198)]({},_0x1f728a,_0x5106e0)];}else{let _0x374970=0x0;const _0x19f7e5=_0x19b2df[_0x3edd76(0x15e)](_0x5ec60c,_0x19b2df[_0x3edd76(0x16a)])?JSON[_0x3edd76(0x167)](_0xfde24b[_0x3edd76(0x1cf)]):_0xfde24b[_0x3edd76(0x1cf)],_0x562192=Object['values'](_0x19f7e5);_0x562192['forEach'](_0x14b357=>{const _0x57c624=_0x3edd76;if(_0x19b2df['HGlWq'](typeof _0x14b357,_0x19b2df[_0x57c624(0x174)])){const _0xe7b629=Object[_0x57c624(0x183)](_0x14b357);!_0xe7b629['every'](_0xc6ac69=>_0xc6ac69===null||_0xc6ac69===undefined||_0xc6ac69==='')&&(_0x374970+=0x1);}});if(_0x19b2df[_0x3edd76(0x189)](_0x374970,0x0))delete _0xfde24b[_0x19b2df['vuWWj']];else{const _0x3fb6b4=[];Object['keys'](_0x19f7e5)[_0x3edd76(0x1aa)](_0xce2a14=>{const _0x2f4701=_0x3edd76,_0x97d963={'MZqDd':function(_0x9b425e,_0x342579){const _0x3e2e2d=a179_0x2fe0;return _0x19b2df[_0x3e2e2d(0x1e4)](_0x9b425e,_0x342579);}},[_0x19d00e,_0x56206c,_0x1b78fc,_0x5e3d2f]=_0xce2a14[_0x2f4701(0x161)](',\x20');let _0x2d5eb4={};if(!_0x5e3d2f){const _0x11376a={};_0x11376a[_0x2f4701(0x193)]=_0x19d00e,_0x11376a['osVersion']=_0x56206c,_0x11376a[_0x2f4701(0x14d)]=_0x1b78fc,_0x2d5eb4=_0x11376a;}else{const _0x222e0c={};_0x222e0c['os']=_0x19d00e,_0x222e0c['osVersion']=_0x56206c,_0x222e0c[_0x2f4701(0x14d)]=_0x1b78fc,_0x222e0c[_0x2f4701(0x1b9)]=_0x5e3d2f,_0x2d5eb4=_0x222e0c;}const _0x57c0b1={},_0x3a2be6=_0x19f7e5[_0xce2a14];Object[_0x2f4701(0x1a7)](_0x3a2be6)[_0x2f4701(0x1aa)](_0x478da4=>{const _0x579910=_0x2f4701;_0x97d963[_0x579910(0x17b)](_0x3a2be6[_0x478da4][_0x579910(0x180)],0x0)&&(_0x57c0b1[_0x478da4]=_0x3a2be6[_0x478da4]);}),_0x19b2df[_0x2f4701(0x1e4)](Object[_0x2f4701(0x1a7)](_0x57c0b1)[_0x2f4701(0x180)],0x0)&&(_0x2d5eb4[_0x19b2df['oZAIW']]=_0x57c0b1,_0x3fb6b4[_0x2f4701(0x1a5)](_0x2d5eb4));}),_0x19b2df[_0x3edd76(0x1e4)](_0x3fb6b4['length'],0x0)?_0xfde24b[_0x3edd76(0x1cf)]=_0x3fb6b4:delete _0xfde24b[_0x19b2df['vuWWj']];}}}}catch(_0x731901){delete _0xfde24b[_0x19b2df[_0x3edd76(0x1bb)]],logger['debug'](_0x19b2df[_0x3edd76(0x18c)](_0x19b2df[_0x3edd76(0x1d3)],_0x731901));}const _0x401694=helper[_0x3edd76(0x1d1)](_0x365e6a,_0x365e6a[_0x3edd76(0x181)]),_0x43b4b0={'userName':helper[_0x3edd76(0x1a9)](_0x365e6a),'accessKey':helper[_0x3edd76(0x197)](_0x365e6a),'event_type':_0x2f358e,'detectedFramework':_0x5ec60c,'buildHashedId':globals[_0x3edd76(0x19e)](_0x19b2df[_0x3edd76(0x1b1)]),'optimalHubUrl':helper[_0x3edd76(0x18e)](),'event_properties':{'testhub_uuid':process[_0x3edd76(0x1ca)][testHubConstants[_0x3edd76(0x1a4)][_0x3edd76(0x151)]]||'','sdkRunId':global[_0x3edd76(0x175)],'product_map':_0x19b2df[_0x3edd76(0x15f)](getProductMap,_0x365e6a),'productMap':_0x19b2df['CJOsT'](getProductMap,_0x365e6a),'language_framework':_0x365e6a[_0x3edd76(0x1e2)]||_0x19b2df[_0x3edd76(0x156)],'referrer':helper[_0x3edd76(0x1bc)](_0x5ec60c),'framework':_0x365e6a[_0x3edd76(0x181)],'frameworkVersion':helper[_0x3edd76(0x1ab)](_0x5ec60c),'automationFramework':_0x401694[_0x3edd76(0x15a)],'automationFrameworkVersion':_0x401694[_0x3edd76(0x1c4)],'language':_0x19b2df['igRXw'],'languageVersion':process[_0x3edd76(0x1c4)],'product':_0x34ff43,'buildName':_0x365e6a['buildName']||_0x19b2df['ydUPi'],'buildIdentifier':_0x2c926f,'os':os['type']()||_0x19b2df[_0x3edd76(0x156)],'hostname':os[_0x3edd76(0x1dd)]()||_0x19b2df[_0x3edd76(0x156)],..._0xfde24b,'isCLIEnabled':_0x37d73f}};try{_0x19b2df[_0x3edd76(0x186)](_0x2f358e,_0x19b2df[_0x3edd76(0x160)])&&(_0x43b4b0['event_properties'][_0x3edd76(0x1c5)]=helper[_0x3edd76(0x19d)](_0x365e6a)),_0x19b2df[_0x3edd76(0x189)](_0x5ec60c,_0x19b2df[_0x3edd76(0x16a)])?_0x43b4b0['event_properties']['playwrightVersion']=helper[_0x3edd76(0x184)]['apply'](null,_0x19b2df[_0x3edd76(0x1d9)](getTransformPath),!![]):_0x43b4b0[_0x3edd76(0x166)][_0x3edd76(0x1e6)]=helper[_0x3edd76(0x188)](_0x19b2df[_0x3edd76(0x1d4)]);}catch(_0x718523){logger[_0x3edd76(0x1cc)](_0x3edd76(0x15c)+_0x718523);}const _0x10c14f={};_0x10c14f[_0x3edd76(0x1a8)]=_0x19b2df[_0x3edd76(0x16e)];const _0x211c85={'headers':_0x10c14f,'body':_0x43b4b0,'auth':{'user':helper['getUserName'](_0x365e6a),'pass':helper[_0x3edd76(0x197)](_0x365e6a)},'json':!![]};logger[_0x3edd76(0x1cc)](_0x3edd76(0x1ad)+JSON[_0x3edd76(0x16f)](_0x211c85[_0x3edd76(0x170)])[_0x3edd76(0x1a6)](new RegExp(helper['getUserName'](_0x365e6a),'g'),_0x19b2df[_0x3edd76(0x18d)])[_0x3edd76(0x1a6)](new RegExp(helper[_0x3edd76(0x197)](_0x365e6a),'g'),_0x19b2df['pvFSt']));try{const _0x38a073=await helper[_0x3edd76(0x1b5)](_0x19b2df[_0x3edd76(0x1d2)],FUNNEL_INSTRUMENTATION_API_URL,_0x211c85,_0x365e6a);logger[_0x3edd76(0x1cc)]('API\x20Event\x20'+_0x2f358e+_0x3edd76(0x1c8)+util[_0x3edd76(0x1a2)]('%j',_0x38a073));}catch(_0x21b57e){logger['debug'](_0x3edd76(0x17d)+FUNNEL_INSTRUMENTATION_API_URL+_0x3edd76(0x1ce)+util['format'](_0x21b57e));}},exports[a179_0x295862(0x1b2)]=async(_0x4f337d,_0x111091=![])=>{const _0x58be50=a179_0x295862,_0x122d17={'gbZeR':function(_0x504f6c){return _0x504f6c();},'Qvcbm':_0x58be50(0x15d),'sQPtq':'finishedMetadata','QNbos':_0x58be50(0x190),'PvREW':_0x58be50(0x1dc),'vNyZi':function(_0x3e9ade,_0x249bd3,_0x2d0c44){return _0x3e9ade(_0x249bd3,_0x2d0c44);},'WEmyH':function(_0x3dcad7,_0x3332de){return _0x3dcad7+_0x3332de;},'ZyYdL':_0x58be50(0x1d7)};if(_0x4f337d['finalExecutionRan'])return;_0x4f337d[_0x58be50(0x1b6)]=!![];try{await _0x4f337d[_0x58be50(0x1bf)](),_0x122d17[_0x58be50(0x1a3)](printNudgeLocalNotSetError);const _0x5bbb12={};_0x5bbb12['error']=_0x4f337d[_0x58be50(0x1a0)]?_0x4f337d[_0x58be50(0x1a0)]:'{}';const _0x20c3df=_0x5bbb12,_0xc706c1=Object[_0x58be50(0x198)]({},_0x20c3df),_0x38775f=globals[_0x58be50(0x19e)](_0x122d17[_0x58be50(0x1da)]);_0x38775f&&(_0xc706c1[_0x58be50(0x1d6)]=_0x38775f);!!_0x4f337d[_0x58be50(0x1d0)]&&(_0xc706c1[_0x122d17[_0x58be50(0x16b)]]={'reason':_0x122d17[_0x58be50(0x17f)],'signal':_0x4f337d[_0x58be50(0x1d0)]});unhandledErrors=_0x4f337d[_0x58be50(0x19a)]['join']('\x0a');let _0x481a81,_0x13b019,_0x319f5b;helper[_0x58be50(0x192)](_0x4f337d[_0x58be50(0x1e3)])?([_0x481a81,_0x13b019]=await helper['getTurboScaleBuildLink'](_0x4f337d[_0x58be50(0x1e3)]),[_0x319f5b]=await Promise[_0x58be50(0x15b)]([helper[_0x58be50(0x14f)](_0x481a81,_0x4f337d[_0x58be50(0x1e3)]),exports[_0x58be50(0x1b0)](_0x122d17['PvREW'],_0xc706c1,_0x4f337d[_0x58be50(0x1e3)],_0x4f337d[_0x58be50(0x181)],_0x111091)])):([_0x481a81,_0x13b019]=await helper[_0x58be50(0x154)](_0x4f337d['config']),[_0x319f5b]=await Promise[_0x58be50(0x15b)]([helper[_0x58be50(0x163)](_0x481a81,_0x4f337d['config']),exports[_0x58be50(0x1b0)](_0x122d17[_0x58be50(0x16c)],_0xc706c1,_0x4f337d[_0x58be50(0x1e3)],_0x4f337d[_0x58be50(0x181)],_0x111091)])),_0x319f5b&&await _0x122d17[_0x58be50(0x1df)](generateCIArtifacts,_0x319f5b,_0x13b019),logger[_0x58be50(0x1e5)](_0x58be50(0x171)+_0x4f337d[_0x58be50(0x175)]+_0x58be50(0x1c7)+process[_0x58be50(0x1ca)][_0x58be50(0x151)]),await helper['sendLogs'](_0x4f337d[_0x58be50(0x1e3)]);}catch(_0x3a9b9c){logger[_0x58be50(0x1cc)](_0x122d17[_0x58be50(0x178)](_0x122d17['ZyYdL'],_0x3a9b9c));}helper[_0x58be50(0x194)]();},exports[a179_0x295862(0x164)]=_0x3cc3ec=>{const _0x5a1d42=a179_0x295862,_0x5e2f4d={'qAAkN':function(_0x1e48ca,_0x2ec2a){return _0x1e48ca instanceof _0x2ec2a;},'KrUZJ':function(_0x889533,_0x4c8094){return _0x889533(_0x4c8094);}};try{if(_0x5e2f4d[_0x5a1d42(0x1c6)](_0x3cc3ec,Error))return _0x3cc3ec['stack']||_0x3cc3ec[_0x5a1d42(0x1a1)]();return _0x5e2f4d['KrUZJ'](String,_0x3cc3ec);}catch(_0x43029f){return _0x3cc3ec?_0x3cc3ec[_0x5a1d42(0x1a1)]():'';}},exports[a179_0x295862(0x179)]=_0x41456c=>{const _0x286668=a179_0x295862,_0x3fcf89={};_0x3fcf89[_0x286668(0x176)]=function(_0x224afa,_0x3a4e90){return _0x224afa===_0x3a4e90;};const _0x234e37=_0x3fcf89;return!_0x41456c||_0x234e37[_0x286668(0x176)](_0x41456c['trim'](),'');},exports[a179_0x295862(0x1d8)]=_0x366f59=>{const _0x3e3357=a179_0x295862,_0x242bb6={};_0x242bb6[_0x3e3357(0x1db)]=function(_0x3f8a4a,_0x3da43a){return _0x3f8a4a|_0x3da43a;};const _0x14e3f9=_0x242bb6;try{return fs[_0x3e3357(0x1ba)](_0x366f59,_0x14e3f9[_0x3e3357(0x1db)](fs[_0x3e3357(0x18f)][_0x3e3357(0x1e1)],fs['constants']['X_OK'])),!![];}catch(_0x173559){return![];}},exports[a179_0x295862(0x195)]=_0x187f71=>{const _0x56317d=a179_0x295862;try{fs[_0x56317d(0x14e)](_0x187f71,0x1ff),logger[_0x56317d(0x1cc)](_0x56317d(0x172)+_0x187f71+_0x56317d(0x150));}catch(_0x124193){logger['error']('Failed\x20to\x20set\x20directory\x20access:\x20'+exports[_0x56317d(0x164)](_0x124193));}};
@@ -1 +1 @@
1
- var a180_0x48468c=a180_0x5370;function a180_0x5370(_0x110fc5,_0x5141ec){var _0x2a4cd1=a180_0x2a4c();return a180_0x5370=function(_0x5370e7,_0x1794d8){_0x5370e7=_0x5370e7-0x1ab;var _0x775c1e=_0x2a4cd1[_0x5370e7];return _0x775c1e;},a180_0x5370(_0x110fc5,_0x5141ec);}(function(_0x3e63e9,_0xe47572){var _0x5319ef=a180_0x5370,_0x1ac2c9=_0x3e63e9();while(!![]){try{var _0x512ff3=parseInt(_0x5319ef(0x214))/0x1+parseInt(_0x5319ef(0x1b7))/0x2+-parseInt(_0x5319ef(0x1fc))/0x3+parseInt(_0x5319ef(0x1b3))/0x4*(parseInt(_0x5319ef(0x218))/0x5)+parseInt(_0x5319ef(0x21a))/0x6*(parseInt(_0x5319ef(0x1d2))/0x7)+parseInt(_0x5319ef(0x226))/0x8*(parseInt(_0x5319ef(0x1e5))/0x9)+parseInt(_0x5319ef(0x1d6))/0xa*(-parseInt(_0x5319ef(0x1cc))/0xb);if(_0x512ff3===_0xe47572)break;else _0x1ac2c9['push'](_0x1ac2c9['shift']());}catch(_0x93f73a){_0x1ac2c9['push'](_0x1ac2c9['shift']());}}}(a180_0x2a4c,0x743b3),exports[a180_0x48468c(0x1d7)]=()=>{var _0x3fff2c=a180_0x48468c,_0x2adb17={};_0x2adb17['FeWIy']=_0x3fff2c(0x1cd),_0x2adb17[_0x3fff2c(0x1db)]=_0x3fff2c(0x22f),_0x2adb17['iqAvV']=_0x3fff2c(0x1ed),_0x2adb17[_0x3fff2c(0x1b0)]=_0x3fff2c(0x1c8),_0x2adb17['UROSF']=_0x3fff2c(0x213),_0x2adb17['zdjfV']=_0x3fff2c(0x1f8),_0x2adb17[_0x3fff2c(0x222)]='projectName',_0x2adb17['Vgpdp']=_0x3fff2c(0x234),_0x2adb17['WRgHV']='sessionName',_0x2adb17[_0x3fff2c(0x1b8)]=_0x3fff2c(0x228),_0x2adb17[_0x3fff2c(0x206)]=_0x3fff2c(0x1f1),_0x2adb17[_0x3fff2c(0x1d0)]=_0x3fff2c(0x1e1),_0x2adb17[_0x3fff2c(0x1c0)]=_0x3fff2c(0x205),_0x2adb17['EEobz']=_0x3fff2c(0x1fa),_0x2adb17[_0x3fff2c(0x208)]=_0x3fff2c(0x1e3),_0x2adb17[_0x3fff2c(0x1f6)]=_0x3fff2c(0x1be),_0x2adb17[_0x3fff2c(0x1b9)]='video',_0x2adb17['zicEj']=_0x3fff2c(0x1e7),_0x2adb17[_0x3fff2c(0x20c)]=_0x3fff2c(0x1ee),_0x2adb17[_0x3fff2c(0x200)]=_0x3fff2c(0x1ce),_0x2adb17[_0x3fff2c(0x1fd)]=_0x3fff2c(0x227),_0x2adb17[_0x3fff2c(0x223)]=_0x3fff2c(0x1ac),_0x2adb17[_0x3fff2c(0x1b4)]=_0x3fff2c(0x210),_0x2adb17[_0x3fff2c(0x1d5)]=_0x3fff2c(0x1ba),_0x2adb17[_0x3fff2c(0x1fe)]='idleTimeout',_0x2adb17[_0x3fff2c(0x1ab)]='maskBasicAuth',_0x2adb17[_0x3fff2c(0x232)]=_0x3fff2c(0x221),_0x2adb17[_0x3fff2c(0x1c6)]=_0x3fff2c(0x233),_0x2adb17[_0x3fff2c(0x1eb)]='bfcache',_0x2adb17['lAhrZ']=_0x3fff2c(0x1c7),_0x2adb17[_0x3fff2c(0x1b2)]='disableCorsRestrictions',_0x2adb17[_0x3fff2c(0x1e8)]='deviceName',_0x2adb17[_0x3fff2c(0x1f9)]=_0x3fff2c(0x1ff),_0x2adb17['FlLvk']='appiumVersion',_0x2adb17[_0x3fff2c(0x1f3)]=_0x3fff2c(0x20b),_0x2adb17[_0x3fff2c(0x1d1)]='customNetwork',_0x2adb17[_0x3fff2c(0x230)]=_0x3fff2c(0x1c2),_0x2adb17[_0x3fff2c(0x21b)]=_0x3fff2c(0x209),_0x2adb17['CmeLE']='browserstackSDK',_0x2adb17[_0x3fff2c(0x207)]=_0x3fff2c(0x22b),_0x2adb17[_0x3fff2c(0x231)]='buildProductMap',_0x2adb17[_0x3fff2c(0x22a)]=_0x3fff2c(0x1b1),_0x2adb17[_0x3fff2c(0x1e2)]=_0x3fff2c(0x1e0),_0x2adb17[_0x3fff2c(0x1f7)]='accessibilityOptions.scannerVersion',_0x2adb17[_0x3fff2c(0x1cb)]=_0x3fff2c(0x1af),_0x2adb17[_0x3fff2c(0x1c5)]='accessibilityOptions.includeIssueType.bestPractice',_0x2adb17[_0x3fff2c(0x21c)]=_0x3fff2c(0x1d8),_0x2adb17[_0x3fff2c(0x1c3)]='accessibilityOptions.authToken',_0x2adb17[_0x3fff2c(0x1ea)]=_0x3fff2c(0x21d),_0x2adb17[_0x3fff2c(0x204)]=_0x3fff2c(0x1e9),_0x2adb17[_0x3fff2c(0x1d9)]=_0x3fff2c(0x1ad),_0x2adb17[_0x3fff2c(0x212)]=_0x3fff2c(0x220),_0x2adb17[_0x3fff2c(0x1ae)]=_0x3fff2c(0x1da),_0x2adb17['INwMn']=_0x3fff2c(0x1f2),_0x2adb17[_0x3fff2c(0x1bc)]=_0x3fff2c(0x1de),_0x2adb17[_0x3fff2c(0x1d4)]='performance';var _0x579edf=_0x2adb17,_0x22264d={};return _0x22264d[_0x3fff2c(0x211)]=_0x579edf[_0x3fff2c(0x1f5)],_0x22264d['browserstack.key']=_0x579edf[_0x3fff2c(0x1db)],_0x22264d['os']='os',_0x22264d['os_version']=_0x579edf['iqAvV'],_0x22264d[_0x3fff2c(0x1c8)]=_0x579edf[_0x3fff2c(0x1b0)],_0x22264d[_0x3fff2c(0x21e)]=_0x579edf[_0x3fff2c(0x21f)],_0x22264d[_0x3fff2c(0x1c9)]=_0x579edf[_0x3fff2c(0x215)],_0x22264d['project']=_0x579edf[_0x3fff2c(0x222)],_0x22264d['build']=_0x579edf[_0x3fff2c(0x1ca)],_0x22264d[_0x3fff2c(0x20e)]=_0x579edf[_0x3fff2c(0x22d)],_0x22264d['browserstack.local']=_0x579edf[_0x3fff2c(0x1b8)],_0x22264d[_0x3fff2c(0x1b6)]=_0x579edf[_0x3fff2c(0x206)],_0x22264d[_0x3fff2c(0x219)]=_0x579edf[_0x3fff2c(0x1d0)],_0x22264d[_0x3fff2c(0x1e4)]=_0x579edf[_0x3fff2c(0x1c0)],_0x22264d[_0x3fff2c(0x1bf)]=_0x579edf['EEobz'],_0x22264d[_0x3fff2c(0x1f0)]=_0x579edf[_0x3fff2c(0x208)],_0x22264d['browserstack.appiumLogs']=_0x579edf[_0x3fff2c(0x1f6)],_0x22264d[_0x3fff2c(0x1bd)]=_0x579edf[_0x3fff2c(0x1b9)],_0x22264d['browserstack.seleniumLogs']=_0x579edf[_0x3fff2c(0x1dd)],_0x22264d[_0x3fff2c(0x20d)]=_0x579edf[_0x3fff2c(0x20c)],_0x22264d['browserstack.geoLocation']=_0x579edf['QFXjv'],_0x22264d[_0x3fff2c(0x1f4)]=_0x579edf[_0x3fff2c(0x1fd)],_0x22264d[_0x3fff2c(0x1ac)]=_0x579edf[_0x3fff2c(0x223)],_0x22264d[_0x3fff2c(0x216)]=_0x579edf[_0x3fff2c(0x1b4)],_0x22264d[_0x3fff2c(0x1c4)]=_0x579edf[_0x3fff2c(0x1d5)],_0x22264d[_0x3fff2c(0x217)]=_0x579edf[_0x3fff2c(0x1fe)],_0x22264d[_0x3fff2c(0x1bb)]=_0x579edf['tICJB'],_0x22264d['browserstack.autoWait']=_0x579edf[_0x3fff2c(0x232)],_0x22264d[_0x3fff2c(0x1e6)]=_0x579edf[_0x3fff2c(0x1c6)],_0x22264d[_0x3fff2c(0x201)]=_0x579edf[_0x3fff2c(0x1eb)],_0x22264d['browserstack.wsLocalSupport']=_0x579edf['lAhrZ'],_0x22264d[_0x3fff2c(0x1df)]=_0x579edf[_0x3fff2c(0x1b2)],_0x22264d[_0x3fff2c(0x20a)]=_0x579edf[_0x3fff2c(0x1e8)],_0x22264d['realMobile']=_0x579edf[_0x3fff2c(0x1f9)],_0x22264d[_0x3fff2c(0x22e)]=_0x579edf['FlLvk'],_0x22264d['deviceOrientation']=_0x579edf['dKTod'],_0x22264d['browserstack.customNetwork']=_0x579edf['HsdSq'],_0x22264d[_0x3fff2c(0x203)]=_0x579edf[_0x3fff2c(0x230)],_0x22264d[_0x3fff2c(0x1b5)]=_0x579edf[_0x3fff2c(0x21b)],_0x22264d[_0x3fff2c(0x202)]=_0x579edf[_0x3fff2c(0x225)],_0x22264d[_0x3fff2c(0x236)]=_0x579edf[_0x3fff2c(0x207)],_0x22264d[_0x3fff2c(0x224)]=_0x579edf[_0x3fff2c(0x231)],_0x22264d[_0x3fff2c(0x1fb)]=_0x579edf[_0x3fff2c(0x22a)],_0x22264d[_0x3fff2c(0x1dc)]=_0x579edf['uknCG'],_0x22264d[_0x3fff2c(0x1d3)]=_0x579edf['uqWHd'],_0x22264d['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x579edf[_0x3fff2c(0x1cb)],_0x22264d[_0x3fff2c(0x20f)]=_0x579edf[_0x3fff2c(0x1c5)],_0x22264d[_0x3fff2c(0x229)]=_0x579edf['Vbuqz'],_0x22264d[_0x3fff2c(0x1ec)]=_0x579edf[_0x3fff2c(0x1c3)],_0x22264d['browserstack.uploadMedia']=_0x579edf[_0x3fff2c(0x1ea)],_0x22264d[_0x3fff2c(0x1ef)]=_0x579edf[_0x3fff2c(0x204)],_0x22264d[_0x3fff2c(0x235)]=_0x579edf[_0x3fff2c(0x1d9)],_0x22264d['browserstack.playwrightVersion']=_0x579edf[_0x3fff2c(0x212)],_0x22264d[_0x3fff2c(0x22c)]=_0x579edf['SYpGn'],_0x22264d['browserstack.overridelocalInfo.localIdentifier']=_0x579edf['INwMn'],_0x22264d[_0x3fff2c(0x1cf)]=_0x579edf[_0x3fff2c(0x1bc)],_0x22264d[_0x3fff2c(0x1c1)]=_0x579edf[_0x3fff2c(0x1d4)],_0x22264d;});function a180_0x2a4c(){var _0x58ceb6=['browserstack.accessibilityOptions.includeIssueType.needsReview','rsvEG','accessibility','browserstack.overridelocalInfo.userAuthToken','WRgHV','browserstack.appium_version','accessKey','pwBZP','EjRRw','RCBey','hosts','buildName','browserstack.simOptions','browserstack.accessibility','tICJB','resolution','simOptions','SYpGn','accessibilityOptions.scannerProcessingTimeout','xnSAb','testhubBuildUuid','kyOUP','4YtGcMK','TFppk','browserstack.buildIdentifier','browserstack.localIdentifier','1642880NrsBSx','WQWku','TdXdv','maskCommands','browserstack.maskBasicAuth','PLXjE','browserstack.video','appiumLogs','browserstack.networkLogs','DMUDf','browserstack.performance','networkProfile','TxalU','browserstack.maskCommands','CJLRD','wbbCT','wsLocalSupport','browser','browserstack.use_w3c','Vgpdp','JyGFO','13059134JCIpKM','userName','geoLocation','browserstack.headerParams','znfrg','HsdSq','132559FYJFFu','browserstack.accessibilityOptions.scannerVersion','KdORE','gKPFr','10taGGkl','W3CMapping','accessibilityOptions.includeIssueType.needsReview','yZpwn','overridelocalInfo.userAuthToken','NIFGJ','browserstack.accessibilityOptions.wcagVersion','zicEj','headerParams','browserstack.disableCorsRestrictions','accessibilityOptions.wcagVersion','debug','uknCG','networkLogsOptions','browserstack.console','230301nsEnjq','browserstack.hosts','seleniumLogs','aVXfG','enableSim','vGVrr','zlmUk','browserstack.accessibilityOptions.authToken','osVersion','telemetryLogs','browserstack.enableSim','browserstack.networkLogsOptions','localIdentifier','overridelocalInfo.localIdentifier','dKTod','browserstack.timezone','FeWIy','HqmFm','uqWHd','useW3c','yhwEf','networkLogs','browserstack.testhubBuildUuid','1517082pOGeyj','ZARLa','iBAdY','realMobile','QFXjv','browserstack.bfcache','browserstack.browserstackSDK','browserstack.networkProfile','Uaqkw','consoleLogs','zaibi','nUfjO','YcOeW','buildIdentifier','device','deviceOrientation','ZFQYO','browserstack.telemetryLogs','name','browserstack.accessibilityOptions.includeIssueType.bestPractice','seleniumVersion','browserstack.user','bMpEY','browserVersion','418152GKglhu','zdjfV','browserstack.selenium_version','browserstack.idleTimeout','3254785KdjMti','browserstack.debug','72flrBSI','xUEHI','Vbuqz','uploadMedia','browser_version','UROSF','playwrightVersion','autoWait','QCVAD','vSdlT','browserstack.buildProductMap','CmeLE','16CdPsFc','timezone','local'];a180_0x2a4c=function(){return _0x58ceb6;};return a180_0x2a4c();}
1
+ function a180_0x9536(_0x477d1b,_0x357cd6){var _0x389455=a180_0x3894();return a180_0x9536=function(_0x953641,_0x5c244b){_0x953641=_0x953641-0x124;var _0x55a6a2=_0x389455[_0x953641];return _0x55a6a2;},a180_0x9536(_0x477d1b,_0x357cd6);}function a180_0x3894(){var _0x1f87a8=['ibiWD','hosts','Nfuad','browserstack.enableSim','overridelocalInfo.localIdentifier','appiumLogs','XBMpH','os_version','2894626TVJdoi','browserstack.appiumLogs','browserstack.simOptions','browserstack.local','843551LCXaLI','EVlVp','browserstack.customNetwork','browserstack.networkLogsOptions','oPJUi','browserstack.maskCommands','browserstack.autoWait','browserstack.performance','sessionName','browserstack.bfcache','build','browserstack.accessibilityOptions.scannerProcessingTimeout','guzcy','browserstack.accessibilityOptions.authToken','browserstack.buildProductMap','NxQBv','local','browserstack.timezone','appiumVersion','buildIdentifier','browserstack.appium_version','browserstack.headerParams','IxLXH','accessibility','accessibilityOptions.authToken','browserstack.localIdentifier','debug','yjzlQ','HGNkY','16934247dYVaOR','browserstack.testhubBuildUuid','idleTimeout','dTWGk','MpJrP','browserstack.networkLogs','zPtmr','maskCommands','browserstack.debug','feoDY','browserstack.user','osVersion','testhubBuildUuid','browser','browserstack.wsLocalSupport','baZkR','qmsha','NFQRU','2534kWNLxc','186ORuEoV','TTcll','TMmqm','browserstack.overridelocalInfo.userAuthToken','browserstack.accessibilityOptions.includeIssueType.needsReview','projectName','uPVCe','browserstack.networkProfile','overridelocalInfo.userAuthToken','video','W3CMapping','browserstack.console','ycxvX','deviceOrientation','networkLogsOptions','seleniumLogs','fknGF','browser_version','eEFGQ','browserstack.hosts','browserstack.browserstackSDK','fBmcq','buildProductMap','lktyQ','NYHSu','telemetryLogs','LarOE','timezone','browserstack.uploadMedia','tMtry','VaMJB','autoWait','device','KHrmQ','wsLocalSupport','194160CtoSJr','dQvQd','LiwJS','disableCorsRestrictions','browserstack.key','2625PSHxfL','networkProfile','cudMx','realMobile','RlHvv','enableSim','headerParams','customNetwork','browserstack.use_w3c','NqwBM','browserstack.accessibilityOptions.wcagVersion','geoLocation','buildName','userName','5238964MkxPzm','browserstack.playwrightVersion','gLveG','browserstackSDK','uploadMedia','accessKey','deviceName','WajlF','DWdLi','rHVOe','browserstack.accessibility','sQwOA','zXNcU','SojSa','FsqrA','seleniumVersion','browserstack.idleTimeout','browserstack.maskBasicAuth','name','accessibilityOptions.includeIssueType.bestPractice','cLGHJ','OAGjk','browserstack.telemetryLogs','ydsoi','dUiLg','8777136ZCuRqn','tNZol','browserstack.seleniumLogs','browserstack.accessibilityOptions.includeIssueType.bestPractice','eJUsm','vKUEN','maskBasicAuth','ZFDwV','leDGd','LMcQc','resolution','BsxXm'];a180_0x3894=function(){return _0x1f87a8;};return a180_0x3894();}var a180_0x59dc14=a180_0x9536;(function(_0x387bfc,_0x5ea5db){var _0x264688=a180_0x9536,_0x17932a=_0x387bfc();while(!![]){try{var _0x7a8421=-parseInt(_0x264688(0x18e))/0x1+-parseInt(_0x264688(0x126))/0x2*(-parseInt(_0x264688(0x14f))/0x3)+parseInt(_0x264688(0x15d))/0x4+-parseInt(_0x264688(0x14a))/0x5*(parseInt(_0x264688(0x127))/0x6)+-parseInt(_0x264688(0x18a))/0x7+-parseInt(_0x264688(0x176))/0x8+parseInt(_0x264688(0x1ab))/0x9;if(_0x7a8421===_0x5ea5db)break;else _0x17932a['push'](_0x17932a['shift']());}catch(_0x1016f){_0x17932a['push'](_0x17932a['shift']());}}}(a180_0x3894,0xb523a),exports[a180_0x59dc14(0x131)]=()=>{var _0xbc6bf1=a180_0x59dc14,_0x43c5ed={};_0x43c5ed[_0xbc6bf1(0x182)]=_0xbc6bf1(0x15c),_0x43c5ed['LMcQc']=_0xbc6bf1(0x162),_0x43c5ed[_0xbc6bf1(0x16b)]=_0xbc6bf1(0x1b6),_0x43c5ed[_0xbc6bf1(0x158)]=_0xbc6bf1(0x1b8),_0x43c5ed['guzcy']='browserVersion',_0x43c5ed[_0xbc6bf1(0x17b)]='useW3c',_0x43c5ed['KHrmQ']=_0xbc6bf1(0x12c),_0x43c5ed[_0xbc6bf1(0x141)]=_0xbc6bf1(0x15b),_0x43c5ed['pCgoN']=_0xbc6bf1(0x196),_0x43c5ed[_0xbc6bf1(0x16a)]=_0xbc6bf1(0x19e),_0x43c5ed[_0xbc6bf1(0x17d)]='localIdentifier',_0x43c5ed[_0xbc6bf1(0x177)]=_0xbc6bf1(0x1a8),_0x43c5ed[_0xbc6bf1(0x13f)]='consoleLogs',_0x43c5ed['gLveG']='networkLogs',_0x43c5ed[_0xbc6bf1(0x1ba)]=_0xbc6bf1(0x135),_0x43c5ed[_0xbc6bf1(0x12d)]=_0xbc6bf1(0x187),_0x43c5ed[_0xbc6bf1(0x1ae)]=_0xbc6bf1(0x130),_0x43c5ed['NxQBv']=_0xbc6bf1(0x136),_0x43c5ed[_0xbc6bf1(0x184)]=_0xbc6bf1(0x140),_0x43c5ed[_0xbc6bf1(0x144)]=_0xbc6bf1(0x15a),_0x43c5ed['IxLXH']=_0xbc6bf1(0x142),_0x43c5ed[_0xbc6bf1(0x175)]='resolution',_0x43c5ed[_0xbc6bf1(0x13c)]=_0xbc6bf1(0x16c),_0x43c5ed[_0xbc6bf1(0x172)]=_0xbc6bf1(0x1b2),_0x43c5ed['ipguZ']=_0xbc6bf1(0x1ad),_0x43c5ed[_0xbc6bf1(0x13e)]=_0xbc6bf1(0x17c),_0x43c5ed[_0xbc6bf1(0x145)]=_0xbc6bf1(0x146),_0x43c5ed[_0xbc6bf1(0x129)]=_0xbc6bf1(0x183),_0x43c5ed[_0xbc6bf1(0x166)]='bfcache',_0x43c5ed[_0xbc6bf1(0x128)]=_0xbc6bf1(0x149),_0x43c5ed['feoDY']=_0xbc6bf1(0x14d),_0x43c5ed[_0xbc6bf1(0x1af)]=_0xbc6bf1(0x163),_0x43c5ed[_0xbc6bf1(0x14c)]=_0xbc6bf1(0x152),_0x43c5ed[_0xbc6bf1(0x1aa)]=_0xbc6bf1(0x1a0),_0x43c5ed['WajlF']=_0xbc6bf1(0x134),_0x43c5ed[_0xbc6bf1(0x181)]=_0xbc6bf1(0x156),_0x43c5ed[_0xbc6bf1(0x14b)]=_0xbc6bf1(0x150),_0x43c5ed[_0xbc6bf1(0x18f)]=_0xbc6bf1(0x1a1),_0x43c5ed[_0xbc6bf1(0x133)]=_0xbc6bf1(0x160),_0x43c5ed[_0xbc6bf1(0x125)]=_0xbc6bf1(0x1a5),_0x43c5ed['zPtmr']=_0xbc6bf1(0x13d),_0x43c5ed[_0xbc6bf1(0x137)]=_0xbc6bf1(0x1b7),_0x43c5ed[_0xbc6bf1(0x192)]='accessibilityOptions.wcagVersion',_0x43c5ed[_0xbc6bf1(0x169)]='accessibilityOptions.scannerVersion',_0x43c5ed['DWdLi']='accessibilityOptions.scannerProcessingTimeout',_0x43c5ed[_0xbc6bf1(0x174)]=_0xbc6bf1(0x170),_0x43c5ed[_0xbc6bf1(0x151)]='accessibilityOptions.includeIssueType.needsReview',_0x43c5ed[_0xbc6bf1(0x17e)]=_0xbc6bf1(0x1a6),_0x43c5ed[_0xbc6bf1(0x171)]=_0xbc6bf1(0x161),_0x43c5ed[_0xbc6bf1(0x168)]=_0xbc6bf1(0x154),_0x43c5ed[_0xbc6bf1(0x188)]='simOptions',_0x43c5ed[_0xbc6bf1(0x139)]='playwrightVersion',_0x43c5ed[_0xbc6bf1(0x1a9)]=_0xbc6bf1(0x12f),_0x43c5ed[_0xbc6bf1(0x17a)]=_0xbc6bf1(0x186),_0x43c5ed['RlHvv']=_0xbc6bf1(0x155),_0x43c5ed['qmsha']='performance';var _0x349b35=_0x43c5ed,_0x3d33b4={};return _0x3d33b4[_0xbc6bf1(0x1b5)]=_0x349b35[_0xbc6bf1(0x182)],_0x3d33b4[_0xbc6bf1(0x14e)]=_0x349b35[_0xbc6bf1(0x17f)],_0x3d33b4['os']='os',_0x3d33b4[_0xbc6bf1(0x189)]=_0x349b35[_0xbc6bf1(0x16b)],_0x3d33b4[_0xbc6bf1(0x1b8)]=_0x349b35[_0xbc6bf1(0x158)],_0x3d33b4[_0xbc6bf1(0x138)]=_0x349b35[_0xbc6bf1(0x19a)],_0x3d33b4[_0xbc6bf1(0x157)]=_0x349b35[_0xbc6bf1(0x17b)],_0x3d33b4['project']=_0x349b35[_0xbc6bf1(0x148)],_0x3d33b4[_0xbc6bf1(0x198)]=_0x349b35[_0xbc6bf1(0x141)],_0x3d33b4[_0xbc6bf1(0x16f)]=_0x349b35['pCgoN'],_0x3d33b4[_0xbc6bf1(0x18d)]=_0x349b35['SojSa'],_0x3d33b4[_0xbc6bf1(0x1a7)]=_0x349b35['ZFDwV'],_0x3d33b4[_0xbc6bf1(0x1b3)]=_0x349b35[_0xbc6bf1(0x177)],_0x3d33b4[_0xbc6bf1(0x132)]=_0x349b35['NYHSu'],_0x3d33b4[_0xbc6bf1(0x1b0)]=_0x349b35[_0xbc6bf1(0x15f)],_0x3d33b4[_0xbc6bf1(0x191)]=_0x349b35['baZkR'],_0x3d33b4[_0xbc6bf1(0x18b)]=_0x349b35[_0xbc6bf1(0x12d)],_0x3d33b4['browserstack.video']=_0x349b35[_0xbc6bf1(0x1ae)],_0x3d33b4[_0xbc6bf1(0x178)]=_0x349b35[_0xbc6bf1(0x19d)],_0x3d33b4[_0xbc6bf1(0x173)]=_0x349b35[_0xbc6bf1(0x184)],_0x3d33b4['browserstack.geoLocation']=_0x349b35[_0xbc6bf1(0x144)],_0x3d33b4[_0xbc6bf1(0x19f)]=_0x349b35[_0xbc6bf1(0x1a4)],_0x3d33b4[_0xbc6bf1(0x180)]=_0x349b35[_0xbc6bf1(0x175)],_0x3d33b4['browserstack.selenium_version']=_0x349b35['fBmcq'],_0x3d33b4[_0xbc6bf1(0x193)]=_0x349b35['OAGjk'],_0x3d33b4[_0xbc6bf1(0x16d)]=_0x349b35['ipguZ'],_0x3d33b4[_0xbc6bf1(0x16e)]=_0x349b35['lktyQ'],_0x3d33b4[_0xbc6bf1(0x194)]=_0x349b35['VaMJB'],_0x3d33b4[_0xbc6bf1(0x13a)]=_0x349b35['TMmqm'],_0x3d33b4[_0xbc6bf1(0x197)]=_0x349b35['rHVOe'],_0x3d33b4[_0xbc6bf1(0x1b9)]=_0x349b35[_0xbc6bf1(0x128)],_0x3d33b4['browserstack.disableCorsRestrictions']=_0x349b35[_0xbc6bf1(0x1b4)],_0x3d33b4[_0xbc6bf1(0x147)]=_0x349b35[_0xbc6bf1(0x1af)],_0x3d33b4['realMobile']=_0x349b35[_0xbc6bf1(0x14c)],_0x3d33b4[_0xbc6bf1(0x1a2)]=_0x349b35[_0xbc6bf1(0x1aa)],_0x3d33b4[_0xbc6bf1(0x134)]=_0x349b35[_0xbc6bf1(0x164)],_0x3d33b4[_0xbc6bf1(0x190)]=_0x349b35[_0xbc6bf1(0x181)],_0x3d33b4[_0xbc6bf1(0x12e)]=_0x349b35[_0xbc6bf1(0x14b)],_0x3d33b4['browserstack.buildIdentifier']=_0x349b35[_0xbc6bf1(0x18f)],_0x3d33b4[_0xbc6bf1(0x13b)]=_0x349b35[_0xbc6bf1(0x133)],_0x3d33b4[_0xbc6bf1(0x167)]=_0x349b35[_0xbc6bf1(0x125)],_0x3d33b4[_0xbc6bf1(0x19c)]=_0x349b35[_0xbc6bf1(0x1b1)],_0x3d33b4[_0xbc6bf1(0x1ac)]=_0x349b35[_0xbc6bf1(0x137)],_0x3d33b4[_0xbc6bf1(0x159)]=_0x349b35[_0xbc6bf1(0x192)],_0x3d33b4['browserstack.accessibilityOptions.scannerVersion']=_0x349b35[_0xbc6bf1(0x169)],_0x3d33b4[_0xbc6bf1(0x199)]=_0x349b35[_0xbc6bf1(0x165)],_0x3d33b4[_0xbc6bf1(0x179)]=_0x349b35[_0xbc6bf1(0x174)],_0x3d33b4[_0xbc6bf1(0x12b)]=_0x349b35[_0xbc6bf1(0x151)],_0x3d33b4[_0xbc6bf1(0x19b)]=_0x349b35[_0xbc6bf1(0x17e)],_0x3d33b4[_0xbc6bf1(0x143)]=_0x349b35[_0xbc6bf1(0x171)],_0x3d33b4[_0xbc6bf1(0x185)]=_0x349b35['sQwOA'],_0x3d33b4[_0xbc6bf1(0x18c)]=_0x349b35[_0xbc6bf1(0x188)],_0x3d33b4[_0xbc6bf1(0x15e)]=_0x349b35[_0xbc6bf1(0x139)],_0x3d33b4[_0xbc6bf1(0x12a)]=_0x349b35[_0xbc6bf1(0x1a9)],_0x3d33b4['browserstack.overridelocalInfo.localIdentifier']=_0x349b35[_0xbc6bf1(0x17a)],_0x3d33b4[_0xbc6bf1(0x1a3)]=_0x349b35[_0xbc6bf1(0x153)],_0x3d33b4[_0xbc6bf1(0x195)]=_0x349b35[_0xbc6bf1(0x124)],_0x3d33b4;});
@@ -1 +1 @@
1
- function a181_0x27c4(_0x4913e4,_0x44ec4c){const _0x1d7310=a181_0x1d73();return a181_0x27c4=function(_0x27c469,_0x29c5f2){_0x27c469=_0x27c469-0x1be;let _0x7ce0f7=_0x1d7310[_0x27c469];return _0x7ce0f7;},a181_0x27c4(_0x4913e4,_0x44ec4c);}const a181_0x17384f=a181_0x27c4;function a181_0x1d73(){const _0x538997=['next_hubs','nPRZo','HiYTZ','2184484ctxHaH','hVzZS','PZOWH','hubs','util','allocateHub','AcFYG','efDwt','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','5cMUElZ','9ovMEXp','hash','getGlobal','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','hubRegion','all','gDpGG','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','Execution\x20time\x20for\x20','./bin/utils/constants','QRlwX','GET','pPPmi','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','get','21833570GzTFYu','gRief','findLatency','hubRegion\x20','set','3111798HXJaAJ','updateHubUrl','length','tIYTZ','64vbbFrj','KbPoe','/wd/hub','map','HsSPu','LCQDL','status','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','xEaAk','8936060YLwWzv','url','NEAREST\x20HUBS\x20LIST:\x20','search','path','setGlobal','format','Response:\x20','436560MwcQGL','dQQVr','replace','129073pZfpsl','has','OKdMu','NubDT','wSKja','allSettled','skipped','hubUrl','now','./helpers/helper','wFtcY','Wqotl','consumeHubUrlForSession','MLiNr','nextHubs','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','HUB_URL_MAP','latency','LBWcy','catch','newHubUrlBySession','MIHvV','pathname','check','zlmeg','winstonLogger','HUB\x20URL\x20SET\x20TO\x20-\x20','then','\x20is:\x20','https://','debug','YLSxd','JMpMg','./helpers/globals','cKysu','wLiUB','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','hubLatencies','24eGcuzY','data','eJjqv','nodeRequest','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','Invalid\x20new\x20HUB\x20URL:\x20','290878nhAWlz','cJPBG'];a181_0x1d73=function(){return _0x538997;};return a181_0x1d73();}(function(_0x59bb90,_0x1b03c9){const _0x1883b6=a181_0x27c4,_0xa73883=_0x59bb90();while(!![]){try{const _0x93d7c7=-parseInt(_0x1883b6(0x216))/0x1+-parseInt(_0x1883b6(0x1df))/0x2+parseInt(_0x1883b6(0x213))/0x3*(parseInt(_0x1883b6(0x1d4))/0x4)+-parseInt(_0x1883b6(0x1e8))/0x5*(parseInt(_0x1883b6(0x1fd))/0x6)+-parseInt(_0x1883b6(0x1da))/0x7*(-parseInt(_0x1883b6(0x201))/0x8)+parseInt(_0x1883b6(0x1e9))/0x9*(-parseInt(_0x1883b6(0x20b))/0xa)+parseInt(_0x1883b6(0x1f8))/0xb;if(_0x93d7c7===_0x1b03c9)break;else _0xa73883['push'](_0xa73883['shift']());}catch(_0x8a88cc){_0xa73883['push'](_0xa73883['shift']());}}}(a181_0x1d73,0x87f44));const url=require(a181_0x17384f(0x20c)),util=require(a181_0x17384f(0x1e3)),helper=require(a181_0x17384f(0x21f)),logger=require('./helpers/logger')[a181_0x17384f(0x1c7)],constants=require(a181_0x17384f(0x1f2)),globals=require(a181_0x17384f(0x1cf));global['newHubUrlBySession']=global[a181_0x17384f(0x1c2)]||new Map(),exports['getRequestOptions']=_0x926b08=>{const _0x3e571a=a181_0x17384f,_0x5e281b={};_0x5e281b[_0x3e571a(0x1c0)]=function(_0x290604,_0x5d235d){return _0x290604+_0x5d235d;},_0x5e281b[_0x3e571a(0x1f5)]=_0x3e571a(0x1d9);const _0xdb37df=_0x5e281b,_0x2b8bbf=url['parse'](_0x926b08);if(!_0x2b8bbf['hostname'])throw new Error(_0xdb37df['LBWcy'](_0xdb37df[_0x3e571a(0x1f5)],_0x926b08));return _0x2b8bbf[_0x3e571a(0x20e)]=null,_0x2b8bbf[_0x3e571a(0x1ea)]=null,_0x2b8bbf[_0x3e571a(0x20f)]=_0x2b8bbf[_0x3e571a(0x1c4)],_0x2b8bbf;},exports[a181_0x17384f(0x1fe)]=(_0x5d3d53,_0x48fd1b)=>{const _0x33365d=a181_0x17384f,_0x1a530d={};_0x1a530d[_0x33365d(0x1dd)]=_0x33365d(0x208);const _0x41934b=_0x1a530d;if(!_0x48fd1b){logger[_0x33365d(0x1cc)](_0x41934b['nPRZo']);return;}global['newHubUrlBySession'][_0x33365d(0x1fc)](_0x48fd1b,_0x5d3d53);},exports[a181_0x17384f(0x222)]=_0x16dcb4=>{const _0x518bb1=a181_0x17384f;if(_0x16dcb4&&global[_0x518bb1(0x1c2)][_0x518bb1(0x217)](_0x16dcb4)){const _0x3914b4=global['newHubUrlBySession'][_0x518bb1(0x1f7)](_0x16dcb4);return global[_0x518bb1(0x1c2)]['delete'](_0x16dcb4),_0x3914b4;}return'';},exports[a181_0x17384f(0x1e4)]=_0x5f759c=>{const _0x3cbca5=a181_0x17384f,_0x4437e2={'DloAN':function(_0x16c870,_0x1875d5){return _0x16c870==_0x1875d5;},'zlmeg':function(_0x1f8a4c,_0x5a12b1){return _0x1f8a4c===_0x5a12b1;},'JMpMg':function(_0x57f75c){return _0x57f75c();},'gRief':function(_0x178689,_0x554aed){return _0x178689!==_0x554aed;},'wLiUB':function(_0x314fed,_0x3fe7d2){return _0x314fed+_0x3fe7d2;},'gDpGG':_0x3cbca5(0x1cb),'QRlwX':'_hubAllocationData','PZOWH':'fulfilled','OKdMu':_0x3cbca5(0x1f0),'cRrQQ':_0x3cbca5(0x203),'zInCJ':function(_0x3aff90){return _0x3aff90();}};return new Promise(_0x68985b=>{const _0x321704=_0x3cbca5,_0x437396={'xgNXY':function(_0x27db53,_0x5990e8){const _0x5c481e=a181_0x27c4;return _0x4437e2[_0x5c481e(0x1f9)](_0x27db53,_0x5990e8);},'efDwt':function(_0x5efb95,_0x2d153e){const _0x5d5ceb=a181_0x27c4;return _0x4437e2[_0x5d5ceb(0x1d1)](_0x5efb95,_0x2d153e);},'cJPBG':_0x4437e2[_0x321704(0x1ef)],'Wqotl':_0x4437e2[_0x321704(0x1f3)],'NubDT':function(_0x4e7c5d,_0x28eda0){return _0x4437e2['zlmeg'](_0x4e7c5d,_0x28eda0);},'HsSPu':_0x4437e2[_0x321704(0x1e1)],'YLSxd':_0x4437e2[_0x321704(0x218)],'wFtcY':_0x4437e2['cRrQQ'],'MIHvV':function(_0x599da1){const _0x165e67=_0x321704;return _0x4437e2[_0x165e67(0x1ce)](_0x599da1);},'MLiNr':function(_0x48330e){return _0x4437e2['zInCJ'](_0x48330e);}};if(_0x5f759c&&_0x5f759c[_0x321704(0x1ed)]){const _0x1c6df7=constants[_0x321704(0x1be)][_0x5f759c[_0x321704(0x1ed)]];if(_0x1c6df7)return constants[_0x321704(0x21d)]=_0x1c6df7,logger[_0x321704(0x1cc)](_0x321704(0x1ec)+_0x1c6df7),globals[_0x321704(0x210)](_0x4437e2['QRlwX'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x1c6df7[_0x321704(0x215)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x321704(0x21e)]()}),_0x4437e2[_0x321704(0x1ce)](_0x68985b);logger[_0x321704(0x1cc)](_0x321704(0x1fb)+_0x5f759c[_0x321704(0x1ed)]+_0x321704(0x1d8));}Promise['resolve'](this[_0x321704(0x224)](_0x5f759c))[_0x321704(0x1c9)](_0x45fea5=>{const _0x5af2db=_0x321704;logger[_0x5af2db(0x1cc)](_0x5af2db(0x20d)+util[_0x5af2db(0x211)]('%j',_0x45fea5));if(_0x4437e2['DloAN'](_0x45fea5,null)||_0x4437e2[_0x5af2db(0x1c6)](_0x45fea5[_0x5af2db(0x1ff)],0x0))return _0x4437e2[_0x5af2db(0x1ce)](_0x68985b);const _0x1c1803=_0x45fea5['map'](_0x2d749d=>{const _0x507ece=_0x5af2db,_0x13143d={'HiYTZ':function(_0x197e86,_0x4d3223){return _0x437396['xgNXY'](_0x197e86,_0x4d3223);}},_0x4b9254=_0x437396[_0x507ece(0x1e6)](_0x437396['cJPBG'],_0x2d749d);return this[_0x507ece(0x1fa)](_0x5f759c,_0x4b9254)['then'](_0x4e5747=>{const _0x4a4a94=_0x507ece;if(_0x4e5747&&_0x4e5747['hubUrl']&&_0x13143d[_0x4a4a94(0x1de)](_0x4e5747['latency'],undefined)){const _0x2663ef={};return _0x2663ef[_0x4a4a94(0x21d)]=_0x4e5747[_0x4a4a94(0x21d)],_0x2663ef[_0x4a4a94(0x1bf)]=_0x4e5747[_0x4a4a94(0x1bf)],_0x2663ef['ok']=!![],_0x2663ef;}const _0x4a18e5={};return _0x4a18e5[_0x4a4a94(0x21d)]=_0x4b9254,_0x4a18e5[_0x4a4a94(0x1bf)]=null,_0x4a18e5['ok']=![],_0x4a18e5;})[_0x507ece(0x1c1)](()=>({'hubUrl':_0x4b9254,'latency':null,'ok':![]}));});Promise['race'](_0x1c1803['map'](_0x4fcfe5=>_0x4fcfe5[_0x5af2db(0x1c9)](_0x487a87=>_0x487a87['ok']?_0x487a87:null)))[_0x5af2db(0x1c9)](_0x1199f2=>{const _0x52da34=_0x5af2db;if(_0x1199f2)return _0x1199f2;return Promise[_0x52da34(0x1ee)](_0x1c1803)[_0x52da34(0x1c9)](()=>null);})[_0x5af2db(0x1c9)](_0xf5b7dc=>{const _0x401647=_0x5af2db,_0x4ae6a5={'cKysu':_0x437396[_0x401647(0x221)],'hVzZS':function(_0x4d7dd0,_0x589dd0){const _0x18d38b=_0x401647;return _0x437396[_0x18d38b(0x219)](_0x4d7dd0,_0x589dd0);},'eJjqv':_0x437396[_0x401647(0x205)]};if(!_0xf5b7dc){logger['debug'](_0x437396[_0x401647(0x1cd)]);const _0x1fc9d4=_0x437396[_0x401647(0x1e6)](_0x437396[_0x401647(0x1db)],_0x45fea5[0x0]);return globals[_0x401647(0x210)](_0x437396[_0x401647(0x221)],{'nearestHubs':_0x45fea5['map'](_0x36e37a=>'https://'+_0x36e37a),'hubLatencies':{},'selectedHub':_0x1fc9d4,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x401647(0x21e)]()}),constants[_0x401647(0x21d)]=_0x437396[_0x401647(0x1e6)](_0x1fc9d4,_0x437396[_0x401647(0x220)]),logger[_0x401647(0x1cc)](_0x401647(0x225)+_0x1fc9d4),_0x437396[_0x401647(0x1c3)](_0x68985b);}const _0x411e56={[_0xf5b7dc[_0x401647(0x21d)]]:_0xf5b7dc[_0x401647(0x1bf)]},_0x33318d={'nearestHubs':_0x45fea5[_0x401647(0x204)](_0x4a5df6=>_0x401647(0x1cb)+_0x4a5df6),'hubLatencies':_0x411e56,'selectedHub':_0xf5b7dc[_0x401647(0x21d)],'selectedHubLatency':_0xf5b7dc[_0x401647(0x1bf)],'timestamp':Date[_0x401647(0x21e)]()};globals[_0x401647(0x210)](_0x437396[_0x401647(0x221)],_0x33318d),constants[_0x401647(0x21d)]=_0x437396['efDwt'](_0xf5b7dc[_0x401647(0x21d)],_0x437396[_0x401647(0x220)]),logger[_0x401647(0x1cc)](_0x401647(0x1c8)+_0xf5b7dc[_0x401647(0x21d)]),_0x437396[_0x401647(0x1c3)](_0x68985b),Promise[_0x401647(0x21b)](_0x1c1803)[_0x401647(0x1c9)](_0x505300=>{const _0x52fe82=_0x401647;try{const _0xe06dcc=globals[_0x52fe82(0x1eb)](_0x4ae6a5[_0x52fe82(0x1d0)]);if(!_0xe06dcc||_0xe06dcc[_0x52fe82(0x21c)])return;const _0x213173={};for(const _0x229eda of _0x505300){_0x4ae6a5[_0x52fe82(0x1e0)](_0x229eda[_0x52fe82(0x207)],_0x4ae6a5[_0x52fe82(0x1d6)])&&_0x229eda['value']&&_0x229eda['value']['ok']&&(_0x213173[_0x229eda['value'][_0x52fe82(0x21d)]]=_0x229eda['value'][_0x52fe82(0x1bf)]);}_0xe06dcc[_0x52fe82(0x1d3)]=_0x213173;}catch(_0x45e584){logger[_0x52fe82(0x1cc)](_0x52fe82(0x209)+_0x45e584);}})[_0x401647(0x1c1)](_0x58795d=>{const _0x2ed148=_0x401647;logger[_0x2ed148(0x1cc)]('ERROR\x20in\x20background\x20hub\x20enrichment:\x20'+_0x58795d);});})[_0x5af2db(0x1c1)](_0x5670cb=>{const _0x2b1035=_0x5af2db;logger[_0x2b1035(0x1cc)]('ERROR\x20in\x20hub\x20selection:\x20'+_0x5670cb),_0x437396[_0x2b1035(0x223)](_0x68985b);});})['catch'](_0x58e9e9=>{const _0x58cd5b=_0x321704;logger[_0x58cd5b(0x1cc)](_0x58cd5b(0x1e7)+_0x58e9e9),_0x4437e2[_0x58cd5b(0x1ce)](_0x68985b);});});},exports[a181_0x17384f(0x1fa)]=async(_0x3e4937,_0x3d3f01)=>{const _0x2e3809=a181_0x17384f,_0x2d4c82={};_0x2d4c82[_0x2e3809(0x1e5)]='GET',_0x2d4c82['ZJPFj']=_0x2e3809(0x1c5),_0x2d4c82['dQQVr']=function(_0x4bfd14,_0x3307dd){return _0x4bfd14-_0x3307dd;};const _0xb9c655=_0x2d4c82;try{const _0xc741ff=new Date();await helper[_0x2e3809(0x1d7)](_0xb9c655[_0x2e3809(0x1e5)],_0xb9c655['ZJPFj'],{},_0x3e4937,_0x3d3f01,0x1388);const _0x2d2cf6=_0xb9c655[_0x2e3809(0x214)](new Date(),_0xc741ff);logger['debug'](_0x2e3809(0x1f1)+_0x3d3f01+_0x2e3809(0x1ca)+_0x2d2cf6+'ms');const _0x4e164c={};return _0x4e164c[_0x2e3809(0x21d)]=_0x3d3f01,_0x4e164c['latency']=_0x2d2cf6,_0x4e164c;}catch(_0xee511){return logger[_0x2e3809(0x1cc)](_0x2e3809(0x1d2)+_0x3d3f01+'\x20HUB\x20-\x20'+_0xee511),{};}},exports[a181_0x17384f(0x224)]=async _0x158e6d=>{const _0x3e7814=a181_0x17384f,_0x1b0c19={'LCQDL':function(_0x568a0a,_0xa4baab){return _0x568a0a(_0xa4baab);},'KbPoe':_0x3e7814(0x1f2),'xEaAk':'/wd/hub','wSKja':_0x3e7814(0x1f4),'tIYTZ':_0x3e7814(0x1dc)};try{const _0x5a64b0=_0x1b0c19[_0x3e7814(0x206)](require,_0x1b0c19[_0x3e7814(0x202)])[_0x3e7814(0x21d)][_0x3e7814(0x215)](_0x1b0c19[_0x3e7814(0x20a)],''),_0x2b0360=await helper['nodeRequest'](_0x1b0c19[_0x3e7814(0x21a)],_0x1b0c19[_0x3e7814(0x200)],{},_0x158e6d,_0x5a64b0,0x1388),_0x578df0=_0x2b0360[_0x3e7814(0x1d5)];return logger[_0x3e7814(0x1cc)](_0x3e7814(0x212)+util[_0x3e7814(0x211)]('%j',_0x578df0)),_0x578df0[_0x3e7814(0x1e2)];}catch(_0x3fa625){logger[_0x3e7814(0x1cc)](_0x3e7814(0x1f6)+_0x3fa625);}return null;};
1
+ const a181_0x3358a9=a181_0x2b30;(function(_0x47b938,_0x5128d4){const _0x1efaba=a181_0x2b30,_0x3e1110=_0x47b938();while(!![]){try{const _0x11101b=-parseInt(_0x1efaba(0x10c))/0x1*(parseInt(_0x1efaba(0xeb))/0x2)+parseInt(_0x1efaba(0x11b))/0x3+parseInt(_0x1efaba(0x148))/0x4*(-parseInt(_0x1efaba(0x12f))/0x5)+parseInt(_0x1efaba(0xe2))/0x6+parseInt(_0x1efaba(0x122))/0x7+-parseInt(_0x1efaba(0x140))/0x8+parseInt(_0x1efaba(0xf4))/0x9;if(_0x11101b===_0x5128d4)break;else _0x3e1110['push'](_0x3e1110['shift']());}catch(_0x1e0003){_0x3e1110['push'](_0x3e1110['shift']());}}}(a181_0x3ee6,0x93f91));function a181_0x2b30(_0x340dff,_0x214531){const _0x3ee691=a181_0x3ee6();return a181_0x2b30=function(_0x2b301a,_0x1096c4){_0x2b301a=_0x2b301a-0xd8;let _0x5c091f=_0x3ee691[_0x2b301a];return _0x5c091f;},a181_0x2b30(_0x340dff,_0x214531);}function a181_0x3ee6(){const _0x1fee49=['lIvAW','FCsgD','_hubAllocationData','MvGUY','911692RFKGKX','MDxde','ZpUYD','mYNts','nSoui','MCckS','now','KjqEj','getRequestOptions','HUB_URL_MAP','/wd/hub','SJzLr','XxKAr','debug','354894YnuhDJ','WkalM','fulfilled','oAwcL','fsUFs','zQxFO','newHubUrlBySession','atrYM','setGlobal','2TsumwP','fCAsk','./helpers/logger','OozbM','path','winstonLogger','Execution\x20time\x20for\x20','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','./bin/utils/constants','9051093iANchw','hubLatencies','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','skipped','util','nextHubs','IvYas','GET','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','hash','wrLJc','parse','YDKCL','findLatency','then','https://','updateHubUrl','replace','hubUrl','tntrI','HUB\x20URL\x20SET\x20TO\x20-\x20','suVaa','qTnuA','NbESo','320893ChKnqU','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','jqLMV','cRjff','SELKs','ERROR\x20in\x20hub\x20selection:\x20','hubRegion','Invalid\x20new\x20HUB\x20URL:\x20','latency','SOYNa','nBsDx','hubRegion\x20','value','XYteE','iHeCF','2427033cUTzqW','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','next_hubs','gpmKB','cpcfQ','allSettled','hubs','3504130roRcEi','hostname','delete','zQGRH','yjUHm','has','all','gBLwk','YTTJG','OeSOu','\x20is:\x20','map','VWQiZ','10nFgXkP','koszo','lWMzL','wxOFW','MZnMn','catch','NSjdW','get','MuQYV','BqeQs','consumeHubUrlForSession','url','data','THMRL','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','pathname','nIYgq','7932728JriUiX','HuHTc','getGlobal','njLTw'];a181_0x3ee6=function(){return _0x1fee49;};return a181_0x3ee6();}const url=require(a181_0x3358a9(0x13a)),util=require(a181_0x3358a9(0xf8)),helper=require('./helpers/helper'),logger=require(a181_0x3358a9(0xed))[a181_0x3358a9(0xf0)],constants=require(a181_0x3358a9(0xf3)),globals=require('./helpers/globals');global[a181_0x3358a9(0xe8)]=global['newHubUrlBySession']||new Map(),exports[a181_0x3358a9(0xdc)]=_0x9c26e6=>{const _0x5aad25=a181_0x3358a9,_0x51707d={};_0x51707d[_0x5aad25(0xd8)]=function(_0x272cbf,_0x1adbc2){return _0x272cbf+_0x1adbc2;},_0x51707d[_0x5aad25(0x131)]=_0x5aad25(0x113);const _0x3081f8=_0x51707d,_0xcae563=url[_0x5aad25(0xff)](_0x9c26e6);if(!_0xcae563[_0x5aad25(0x123)])throw new Error(_0x3081f8[_0x5aad25(0xd8)](_0x3081f8[_0x5aad25(0x131)],_0x9c26e6));return _0xcae563['search']=null,_0xcae563[_0x5aad25(0xfd)]=null,_0xcae563[_0x5aad25(0xef)]=_0xcae563[_0x5aad25(0x13e)],_0xcae563;},exports[a181_0x3358a9(0x104)]=(_0x670d20,_0x1a2970)=>{const _0x7522e1=a181_0x3358a9,_0x5cc966={};_0x5cc966['lIvAW']=_0x7522e1(0xfc);const _0x402708=_0x5cc966;if(!_0x1a2970){logger['debug'](_0x402708[_0x7522e1(0x144)]);return;}global[_0x7522e1(0xe8)]['set'](_0x1a2970,_0x670d20);},exports[a181_0x3358a9(0x139)]=_0x16503f=>{const _0x3793e5=a181_0x3358a9;if(_0x16503f&&global[_0x3793e5(0xe8)][_0x3793e5(0x127)](_0x16503f)){const _0x573ab1=global[_0x3793e5(0xe8)][_0x3793e5(0x136)](_0x16503f);return global[_0x3793e5(0xe8)][_0x3793e5(0x124)](_0x16503f),_0x573ab1;}return'';},exports['allocateHub']=_0x17ac82=>{const _0x1b791c=a181_0x3358a9,_0x5a4b38={'njLTw':function(_0x3fd559){return _0x3fd559();},'EbDjS':function(_0x43b931,_0x30d6f1){return _0x43b931!==_0x30d6f1;},'XYteE':function(_0x448f45,_0x77e1bf){return _0x448f45+_0x77e1bf;},'KjqEj':_0x1b791c(0x103),'MuQYV':_0x1b791c(0x146),'VWQiZ':function(_0x30226c,_0x1fa5e3){return _0x30226c===_0x1fa5e3;},'ysGYe':_0x1b791c(0xe4),'MCckS':_0x1b791c(0x10d),'yjUHm':_0x1b791c(0xde),'fCAsk':function(_0x12d75f){return _0x12d75f();},'OeSOu':function(_0x3f35a0,_0x215092){return _0x3f35a0+_0x215092;},'SOYNa':function(_0x36e7be,_0x1ccf1f){return _0x36e7be==_0x1ccf1f;},'wxOFW':function(_0x195f28,_0x559633){return _0x195f28===_0x559633;},'nBsDx':function(_0x2d29d9){return _0x2d29d9();},'zQxFO':function(_0x4f2088){return _0x4f2088();},'gBLwk':function(_0x1fb26c){return _0x1fb26c();}};return new Promise(_0x360376=>{const _0x5cafd2=_0x1b791c,_0x4923d5={'HuHTc':function(_0x593c49){const _0x40bbb2=a181_0x2b30;return _0x5a4b38[_0x40bbb2(0x143)](_0x593c49);},'LzPbi':function(_0x3a23a6,_0x34c447){return _0x5a4b38['EbDjS'](_0x3a23a6,_0x34c447);},'MDxde':function(_0x1b012c,_0x1612af){return _0x5a4b38['XYteE'](_0x1b012c,_0x1612af);},'ZpUYD':_0x5a4b38[_0x5cafd2(0xdb)],'koszo':_0x5a4b38[_0x5cafd2(0x137)],'YTTJG':function(_0x5b7331,_0x349a3d){const _0x75a79f=_0x5cafd2;return _0x5a4b38[_0x75a79f(0x12e)](_0x5b7331,_0x349a3d);},'cRjff':_0x5a4b38['ysGYe'],'NbESo':_0x5a4b38[_0x5cafd2(0xd9)],'IvYas':function(_0x4d6776,_0x22c034){const _0x333749=_0x5cafd2;return _0x5a4b38[_0x333749(0x119)](_0x4d6776,_0x22c034);},'jqLMV':_0x5a4b38[_0x5cafd2(0x126)],'nUiwr':function(_0x3ec11c){const _0x14fe73=_0x5cafd2;return _0x5a4b38[_0x14fe73(0xec)](_0x3ec11c);},'tntrI':function(_0x33e5a8,_0x126d48){const _0x4d20d7=_0x5cafd2;return _0x5a4b38[_0x4d20d7(0x12b)](_0x33e5a8,_0x126d48);},'fsUFs':function(_0x4b748b){const _0x5bfd2f=_0x5cafd2;return _0x5a4b38[_0x5bfd2f(0x143)](_0x4b748b);},'wrLJc':function(_0x1e0755,_0x3b5a96){const _0x518316=_0x5cafd2;return _0x5a4b38[_0x518316(0x115)](_0x1e0755,_0x3b5a96);},'atrYM':function(_0x140938,_0x3c93b3){const _0xd2fbcd=_0x5cafd2;return _0x5a4b38[_0xd2fbcd(0x132)](_0x140938,_0x3c93b3);},'NSjdW':function(_0x4d7b89){const _0x52ca79=_0x5cafd2;return _0x5a4b38[_0x52ca79(0x116)](_0x4d7b89);},'OozbM':function(_0x4ee475){const _0x52cd68=_0x5cafd2;return _0x5a4b38[_0x52cd68(0xe7)](_0x4ee475);}};if(_0x17ac82&&_0x17ac82['hubRegion']){const _0xcaf292=constants[_0x5cafd2(0xdd)][_0x17ac82[_0x5cafd2(0x112)]];if(_0xcaf292)return constants[_0x5cafd2(0x106)]=_0xcaf292,logger['debug']('HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20'+_0xcaf292),globals[_0x5cafd2(0xea)](_0x5a4b38['MuQYV'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0xcaf292[_0x5cafd2(0x105)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x5cafd2(0xda)]()}),_0x5a4b38[_0x5cafd2(0x129)](_0x360376);logger['debug'](_0x5cafd2(0x117)+_0x17ac82['hubRegion']+'\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection');}Promise['resolve'](this[_0x5cafd2(0xf9)](_0x17ac82))[_0x5cafd2(0x102)](_0x19e6e9=>{const _0x4e6824=_0x5cafd2,_0x557e65={'fDcsT':function(_0x1cbb72,_0x12bd2f){return _0x4923d5['LzPbi'](_0x1cbb72,_0x12bd2f);},'tkutT':function(_0x2cfd0a,_0x3a41b6){const _0x2c346e=a181_0x2b30;return _0x4923d5[_0x2c346e(0x149)](_0x2cfd0a,_0x3a41b6);},'FCsgD':_0x4923d5[_0x4e6824(0x14a)],'YDKCL':_0x4923d5[_0x4e6824(0x130)],'qTnuA':function(_0x290314,_0x4ec620){const _0x6db62a=_0x4e6824;return _0x4923d5[_0x6db62a(0x12a)](_0x290314,_0x4ec620);},'cpcfQ':_0x4923d5[_0x4e6824(0x10f)],'THMRL':_0x4923d5[_0x4e6824(0x10b)],'MZnMn':function(_0x252c12,_0x2819d8){const _0x4eb0b2=_0x4e6824;return _0x4923d5[_0x4eb0b2(0xfa)](_0x252c12,_0x2819d8);},'mYNts':_0x4923d5[_0x4e6824(0x10e)],'uhduj':function(_0x1b0081){return _0x4923d5['nUiwr'](_0x1b0081);},'suVaa':function(_0x3293e5,_0x874eb4){const _0x52ec3e=_0x4e6824;return _0x4923d5[_0x52ec3e(0x107)](_0x3293e5,_0x874eb4);},'nIYgq':function(_0x599526){const _0x15c04b=_0x4e6824;return _0x4923d5[_0x15c04b(0xe6)](_0x599526);}};logger[_0x4e6824(0xe1)]('NEAREST\x20HUBS\x20LIST:\x20'+util['format']('%j',_0x19e6e9));if(_0x4923d5[_0x4e6824(0xfe)](_0x19e6e9,null)||_0x4923d5[_0x4e6824(0xe9)](_0x19e6e9['length'],0x0))return _0x4923d5[_0x4e6824(0x135)](_0x360376);const _0x148cb4=_0x19e6e9['map'](_0xfba24e=>{const _0x99bd87=_0x4e6824,_0x40475f=_0x557e65['tkutT'](_0x557e65[_0x99bd87(0x145)],_0xfba24e);return this[_0x99bd87(0x101)](_0x17ac82,_0x40475f)['then'](_0x3017ec=>{const _0x58aefa=_0x99bd87;if(_0x3017ec&&_0x3017ec[_0x58aefa(0x106)]&&_0x557e65['fDcsT'](_0x3017ec[_0x58aefa(0x114)],undefined)){const _0x1e73e0={};return _0x1e73e0[_0x58aefa(0x106)]=_0x3017ec[_0x58aefa(0x106)],_0x1e73e0[_0x58aefa(0x114)]=_0x3017ec['latency'],_0x1e73e0['ok']=!![],_0x1e73e0;}const _0xd8e79a={};return _0xd8e79a[_0x58aefa(0x106)]=_0x40475f,_0xd8e79a[_0x58aefa(0x114)]=null,_0xd8e79a['ok']=![],_0xd8e79a;})[_0x99bd87(0x134)](()=>({'hubUrl':_0x40475f,'latency':null,'ok':![]}));});Promise['race'](_0x148cb4[_0x4e6824(0x12d)](_0x743b39=>_0x743b39[_0x4e6824(0x102)](_0x56d14d=>_0x56d14d['ok']?_0x56d14d:null)))['then'](_0x772cd9=>{const _0x25cb2d=_0x4e6824;if(_0x772cd9)return _0x772cd9;return Promise[_0x25cb2d(0x128)](_0x148cb4)['then'](()=>null);})['then'](_0x12f05a=>{const _0x13c1fb=_0x4e6824,_0x4b04c0={'MvGUY':_0x557e65[_0x13c1fb(0x100)],'SJzLr':function(_0x491b9f,_0x48b581){const _0x41ba40=_0x13c1fb;return _0x557e65[_0x41ba40(0x10a)](_0x491b9f,_0x48b581);},'WkalM':_0x557e65[_0x13c1fb(0x11f)]};if(!_0x12f05a){logger[_0x13c1fb(0xe1)](_0x557e65[_0x13c1fb(0x13c)]);const _0x59a3d1=_0x557e65[_0x13c1fb(0x133)](_0x557e65['FCsgD'],_0x19e6e9[0x0]);return globals[_0x13c1fb(0xea)](_0x557e65[_0x13c1fb(0x100)],{'nearestHubs':_0x19e6e9['map'](_0x1d6ca2=>_0x13c1fb(0x103)+_0x1d6ca2),'hubLatencies':{},'selectedHub':_0x59a3d1,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x13c1fb(0xda)]()}),constants['hubUrl']=_0x557e65['MZnMn'](_0x59a3d1,_0x557e65[_0x13c1fb(0x14b)]),logger[_0x13c1fb(0xe1)]('HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20'+_0x59a3d1),_0x557e65['uhduj'](_0x360376);}const _0x4bf40b={[_0x12f05a[_0x13c1fb(0x106)]]:_0x12f05a[_0x13c1fb(0x114)]},_0x3a37c5={'nearestHubs':_0x19e6e9[_0x13c1fb(0x12d)](_0x2277c3=>_0x13c1fb(0x103)+_0x2277c3),'hubLatencies':_0x4bf40b,'selectedHub':_0x12f05a[_0x13c1fb(0x106)],'selectedHubLatency':_0x12f05a['latency'],'timestamp':Date[_0x13c1fb(0xda)]()};globals[_0x13c1fb(0xea)](_0x557e65[_0x13c1fb(0x100)],_0x3a37c5),constants[_0x13c1fb(0x106)]=_0x557e65[_0x13c1fb(0x109)](_0x12f05a[_0x13c1fb(0x106)],_0x557e65[_0x13c1fb(0x14b)]),logger[_0x13c1fb(0xe1)](_0x13c1fb(0x108)+_0x12f05a[_0x13c1fb(0x106)]),_0x557e65[_0x13c1fb(0x13f)](_0x360376),Promise[_0x13c1fb(0x120)](_0x148cb4)[_0x13c1fb(0x102)](_0x1b697f=>{const _0x387f7a=_0x13c1fb;try{const _0x5bb25b=globals[_0x387f7a(0x142)](_0x4b04c0[_0x387f7a(0x147)]);if(!_0x5bb25b||_0x5bb25b[_0x387f7a(0xf7)])return;const _0x1c85a8={};for(const _0x3d809e of _0x1b697f){_0x4b04c0[_0x387f7a(0xdf)](_0x3d809e['status'],_0x4b04c0[_0x387f7a(0xe3)])&&_0x3d809e[_0x387f7a(0x118)]&&_0x3d809e[_0x387f7a(0x118)]['ok']&&(_0x1c85a8[_0x3d809e[_0x387f7a(0x118)][_0x387f7a(0x106)]]=_0x3d809e[_0x387f7a(0x118)][_0x387f7a(0x114)]);}_0x5bb25b[_0x387f7a(0xf5)]=_0x1c85a8;}catch(_0x5a90f9){logger[_0x387f7a(0xe1)](_0x387f7a(0xf2)+_0x5a90f9);}})['catch'](_0x342353=>{const _0x4aa867=_0x13c1fb;logger[_0x4aa867(0xe1)](_0x4aa867(0xf6)+_0x342353);});})[_0x4e6824(0x134)](_0x3eabe4=>{const _0x2e84a9=_0x4e6824;logger['debug'](_0x2e84a9(0x111)+_0x3eabe4),_0x4923d5[_0x2e84a9(0x141)](_0x360376);});})[_0x5cafd2(0x134)](_0xec4625=>{const _0x2c0a57=_0x5cafd2;logger[_0x2c0a57(0xe1)]('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0xec4625),_0x4923d5[_0x2c0a57(0xee)](_0x360376);});});},exports[a181_0x3358a9(0x101)]=async(_0x5931b4,_0x3a1b8c)=>{const _0x2b2b38=a181_0x3358a9,_0x2d6f49={};_0x2d6f49[_0x2b2b38(0x11e)]=_0x2b2b38(0xfb),_0x2d6f49[_0x2b2b38(0x125)]='check',_0x2d6f49[_0x2b2b38(0xe5)]=function(_0x2238f3,_0x398794){return _0x2238f3-_0x398794;};const _0x16cf4f=_0x2d6f49;try{const _0x16b0fa=new Date();await helper['nodeRequest'](_0x16cf4f[_0x2b2b38(0x11e)],_0x16cf4f['zQGRH'],{},_0x5931b4,_0x3a1b8c,0x1388);const _0x4e2b75=_0x16cf4f[_0x2b2b38(0xe5)](new Date(),_0x16b0fa);logger[_0x2b2b38(0xe1)](_0x2b2b38(0xf1)+_0x3a1b8c+_0x2b2b38(0x12c)+_0x4e2b75+'ms');const _0x5bf337={};return _0x5bf337[_0x2b2b38(0x106)]=_0x3a1b8c,_0x5bf337[_0x2b2b38(0x114)]=_0x4e2b75,_0x5bf337;}catch(_0x15671e){return logger[_0x2b2b38(0xe1)](_0x2b2b38(0x11c)+_0x3a1b8c+'\x20HUB\x20-\x20'+_0x15671e),{};}},exports[a181_0x3358a9(0xf9)]=async _0x35e370=>{const _0x4c4812=a181_0x3358a9,_0x3b7ac3={'SELKs':function(_0x24f4fe,_0x26c398){return _0x24f4fe(_0x26c398);},'XxKAr':_0x4c4812(0xf3),'iHeCF':_0x4c4812(0xde),'XRySE':_0x4c4812(0xfb),'BqeQs':_0x4c4812(0x11d)};try{const _0x2c7d95=_0x3b7ac3[_0x4c4812(0x110)](require,_0x3b7ac3[_0x4c4812(0xe0)])[_0x4c4812(0x106)][_0x4c4812(0x105)](_0x3b7ac3[_0x4c4812(0x11a)],''),_0x2934ad=await helper['nodeRequest'](_0x3b7ac3['XRySE'],_0x3b7ac3[_0x4c4812(0x138)],{},_0x35e370,_0x2c7d95,0x1388),_0x2a0e1d=_0x2934ad[_0x4c4812(0x13b)];return logger[_0x4c4812(0xe1)]('Response:\x20'+util['format']('%j',_0x2a0e1d)),_0x2a0e1d[_0x4c4812(0x121)];}catch(_0x1e749b){logger[_0x4c4812(0xe1)](_0x4c4812(0x13d)+_0x1e749b);}return null;};