browserstack-node-sdk 1.69.0 → 1.70.1

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
- const a178_0x2ea43c=a178_0x2288;(function(_0x5d6efb,_0xc5479a){const _0x414ec1=a178_0x2288,_0x46fa5c=_0x5d6efb();while(!![]){try{const _0x103c81=-parseInt(_0x414ec1(0x17f))/0x1*(parseInt(_0x414ec1(0x191))/0x2)+parseInt(_0x414ec1(0x1b5))/0x3+-parseInt(_0x414ec1(0x161))/0x4*(-parseInt(_0x414ec1(0x1ad))/0x5)+parseInt(_0x414ec1(0x181))/0x6*(parseInt(_0x414ec1(0x1a8))/0x7)+parseInt(_0x414ec1(0x234))/0x8*(parseInt(_0x414ec1(0x198))/0x9)+parseInt(_0x414ec1(0x20c))/0xa+parseInt(_0x414ec1(0x237))/0xb*(-parseInt(_0x414ec1(0x1a0))/0xc);if(_0x103c81===_0xc5479a)break;else _0x46fa5c['push'](_0x46fa5c['shift']());}catch(_0x2460f0){_0x46fa5c['push'](_0x46fa5c['shift']());}}}(a178_0x121d,0x3d88d));const bsSetupHelper=require('../helper'),LoadTestModule=require('../../bin/v2/modules/loadTestModule'),{isTestObservabilitySession,getFrameworkVersion}=require('../test-observability/utils'),accessibilityHelper=require(a178_0x2ea43c(0x18f)),logger=require(a178_0x2ea43c(0x1c3))[a178_0x2ea43c(0x226)],{nestedKeyValue}=require('../helper.js'),scripts=require('../accessibility-automation/scripts.js'),globals=require(a178_0x2ea43c(0x235)),testHubConstants=require('./constants.js'),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a178_0x2ea43c(0x1a6)),{FRAMEWORKS}=require(a178_0x2ea43c(0x230)),{isTurboScaleSession}=require(a178_0x2ea43c(0x1b0)),OrchestrationUtils=require(a178_0x2ea43c(0x1de)),constants=require(a178_0x2ea43c(0x1ed));let testData={};function a178_0x121d(){const _0x5c46d8=['info','winstonLogger','getAgentVersion','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','isBrowserstackInfra','MqZbk','moXBN','scripts','shouldProcessEventForTesthub','QTrWi','YdZvU','../test-observability/constants.js','debug','handleErrorForAccessibility','MOCHA','157832ZBYnSW','../globals.js','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','22JAxdZb','qtTJy','setTestHubCommonMetaInfo','Opkpy','LnRia','36iXHvlp','FHbAK','gSPzK','BhWAn','isAccessibilityPlatform','description','\x20Build\x20creation\x20failed','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ELAWE','length','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','uploadEventData','getBuildStartData','wDbgC','xQVjs','TMvKT','BcxDK','commandsToWrap','build_hashed_id','gQfDF','EEiVK','testManagementOptions','null','getTestFrameworkDetails','allow_screenshots','shouldScanTestForAccessibility','dwmHX','getAccessibilityValueFromYml','getTestPlanId','BROWSERSTACK_PERCY','230306mysKwP','BS_TESTOPS_ALLOW_SCREENSHOTS','626934PshCqk','config','HookRunFinished','percy','JumXh','setTestData','Roriw','assign','LogCreated','RctBk','PyXHg','parse','false','stringify','../accessibility-automation/helper','PPlFP','2jpsZgB','capabilities','value','rTtKc','getGlobal','isLTSSession','scopes','90ayuPeq','success','setTestObservabilityVariables','getTestData','rfVYK','JASMINE','brwZT','xnVGO','2946180pmzPEf','HvdYp','BS_TESTOPS_JWT','split','cLTqz','CBTSessionCreated','../../bin/jest/test-observability/test-details.js','isUndefined','7QcSqEg',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','gGHQu','TestRunStarted','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','171490YwNjYB','ERROR','TvFAu','../ats/helper','keys','JEST','dOTpr','BRdVF','183147QEyUZA','qiqnP','PROEn','cqiEN','commands','LbqNH','BS_A11Y_JWT','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','zWyjY','appendTesthubParams','kXdcM','isTrue','xdjtm','isRunning','../logger','isAccessibilityEnabled','BROWSERSTACK_ACCESSIBILITY','skipCDPConnectOverride','ACCESS_DENIED','NIfuo','forEach','username','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','logBuildError','mAmHa','handleErrorForObservability','get','xyEjF','options','startsWith','tjZdf','isTurboScaleSession','BROWSERSTACK_PRODUCT_MAP','getCentralUser','observability','getProductMap','setPercyFlag','env','product_map','OBSERVABILITY','HookRunStarted','../test-orchestration/orchestrationUtils.js','getTestOrchestrationBuildStartData','txYGl','QYdxM','join','../../bin/jasmine/testRunMap.js','INVALID_CREDENTIALS','mtbaR','qxNsJ','platforms','XaWMv','bstackA11yShouldScan','parseA11yJwtPayload','uuid','KyImC','../../bin/utils/constants.js','accessibility','BROWSERSTACK_TESTHUB_UUID:\x20','RdvpQ','test_run','4|1|0|3|2','tpmsD','FIwtd','accessibilityPlatform','ENV_VAR','HoXAq','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','erOXo','PLAYWRIGHT','BS_TESTOPS_BUILD_COMPLETED','parseFromJson','true','goog:chromeOptions','argv','sIFBF','string','FRAMEWORK_DETAILS','CREDENTIALS_FOR_CRASH_REPORTING','XiKbp','CkRRI','Qemwp','CUCUMBER','BROWSERSTACK_SR_AUTOMATION','zQzct','message','3|4|0|1|5|2','3018710TRWark','getAccessibilityPlatformValidation','error','jwt','getFrameworkDetails','name','BROWSERSTACK_TEST_PLAN_ID','key','includes','TEST_REPORTING_ANALYTICS','iPsTQ','toUpperCase','NTfPj','trim','BROWSERSTACK_TESTHUB_JWT','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','isPercyBuild','fKbnG','BS_TESTOPS_BUILD_HASHED_ID','BROWSERSTACK_TESTHUB_UUID','isAppAutomateSession','FJvbj','password','sr_automation','getCurrentTestData'];a178_0x121d=function(){return _0x5c46d8;};return a178_0x121d();}exports[a178_0x2ea43c(0x1d8)]=_0x5ea321=>{const _0x335631=a178_0x2ea43c,_0x25a483={'xQVjs':function(_0x3a0424){return _0x3a0424();},'TMvKT':function(_0x32c32f,_0x1c038a){return _0x32c32f===_0x1c038a;},'TvFAu':'true'};let _0x5dcb52=![],_0xcd2724=![];if(bsSetupHelper[_0x335631(0x229)]()&&bsSetupHelper[_0x335631(0x220)](_0x5ea321))_0xcd2724=!![];else bsSetupHelper['isBrowserstackInfra']()&&(_0x5dcb52=!![]);return Object[_0x335631(0x188)]({'observability':_0x25a483[_0x335631(0x16f)](isTestObservabilitySession),'accessibility':exports[_0x335631(0x1c4)](_0x5ea321),'percy':_0x5ea321[_0x335631(0x184)]||![],'sr_automation':_0x25a483[_0x335631(0x170)](process[_0x335631(0x1da)][_0x335631(0x208)],_0x25a483[_0x335631(0x1af)])||_0x5ea321[_0x335631(0x223)]||![],'automate':_0x5dcb52,'app_automate':_0xcd2724,'turboscale':bsSetupHelper[_0x335631(0x1d4)](_0x5ea321),'lts':LoadTestModule[_0x335631(0x196)](_0x5ea321)},bsSetupHelper[_0x335631(0x1d6)]());},exports[a178_0x2ea43c(0x210)]=(_0x276609,_0x2a8343)=>{const _0x78b463=a178_0x2ea43c,_0x4d4fa6={'pkNaF':function(_0x57c244,_0x4996cf){return _0x57c244(_0x4996cf);},'rMkok':'javascript'},_0x4f7755={'frameworkName':_0x2a8343,'frameworkVersion':_0x4d4fa6['pkNaF'](getFrameworkVersion,_0x2a8343),'sdkVersion':bsSetupHelper[_0x78b463(0x227)](),'language':_0x4d4fa6['rMkok'],'testFramework':bsSetupHelper[_0x78b463(0x178)](_0x276609,_0x2a8343)};return process[_0x78b463(0x1da)][_0x78b463(0x202)]=JSON[_0x78b463(0x18e)](_0x4f7755),_0x4f7755;},exports[a178_0x2ea43c(0x1d9)]=_0x1c1a0b=>{const _0x4c3bf5=a178_0x2ea43c,_0x281d6a={};_0x281d6a[_0x4c3bf5(0x1b6)]=_0x4c3bf5(0x18d),_0x281d6a['txYGl']=_0x4c3bf5(0x1fd);const _0x1f117a=_0x281d6a;process[_0x4c3bf5(0x1da)][_0x4c3bf5(0x17e)]=_0x1f117a[_0x4c3bf5(0x1b6)],bsSetupHelper[_0x4c3bf5(0x1c0)](_0x1c1a0b[_0x4c3bf5(0x182)][_0x4c3bf5(0x184)])&&(!_0x1c1a0b[_0x4c3bf5(0x184)]||!_0x1c1a0b[_0x4c3bf5(0x184)][_0x4c3bf5(0x1c2)]())&&(process[_0x4c3bf5(0x1da)]['BROWSERSTACK_PERCY']=_0x1f117a[_0x4c3bf5(0x1e0)]);},exports[a178_0x2ea43c(0x21c)]=()=>{const _0x2f1a93=a178_0x2ea43c;return bsSetupHelper['isTrue'](process[_0x2f1a93(0x1da)][_0x2f1a93(0x17e)]);},exports[a178_0x2ea43c(0x1c4)]=(_0x5445fd={})=>{const _0x5c9436=a178_0x2ea43c,_0x5969bf={};_0x5969bf[_0x5c9436(0x1ba)]=function(_0x5b9e7c,_0x425214){return _0x5b9e7c!==_0x425214;},_0x5969bf['MqZbk']=function(_0x2a6682,_0x3f26fb){return _0x2a6682===_0x3f26fb;},_0x5969bf[_0x5c9436(0x175)]=_0x5c9436(0x1fd),_0x5969bf[_0x5c9436(0x1c8)]=function(_0x5014c9,_0x1f25eb){return _0x5014c9>_0x1f25eb;};const _0x415c61=_0x5969bf;if(_0x415c61['LbqNH'](process[_0x5c9436(0x1da)]['BROWSERSTACK_ACCESSIBILITY'],undefined))return bsSetupHelper[_0x5c9436(0x1c0)](process[_0x5c9436(0x1da)][_0x5c9436(0x1c5)]);let _0x3d9af3=_0x415c61['MqZbk'](process['env'][_0x5c9436(0x168)],_0x415c61[_0x5c9436(0x175)]);return _0x415c61[_0x5c9436(0x1c8)](Object[_0x5c9436(0x1b1)](_0x5445fd)[_0x5c9436(0x16a)],0x0)&&(process[_0x5c9436(0x1da)][_0x5c9436(0x1bc)]=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x5445fd)),_0x3d9af3=_0x3d9af3||_0x415c61[_0x5c9436(0x22a)](process['env'][_0x5c9436(0x1bc)],_0x415c61['EEiVK']),_0x3d9af3;},exports[a178_0x2ea43c(0x19a)]=(_0x5efbf6,_0x4aecc2)=>{const _0x4cb9e8=a178_0x2ea43c,_0x559867={'LZaOi':function(_0x1304af){return _0x1304af();},'GsumI':_0x4cb9e8(0x20b),'mAmHa':function(_0x4c4722,_0x1e5b48,_0xdf2631){return _0x4c4722(_0x1e5b48,_0xdf2631);},'sbMyy':_0x4cb9e8(0x1d7),'NTfPj':_0x4cb9e8(0x1d1),'rTtKc':_0x4cb9e8(0x1fd)};if(!_0x5efbf6||!_0x5efbf6['observability'])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x5efbf6[_0x4cb9e8(0x1d7)][_0x4cb9e8(0x199)])return exports[_0x4cb9e8(0x1ce)](_0x5efbf6[_0x4cb9e8(0x1d7)]),[null,null,null];if(_0x559867['LZaOi'](isTestObservabilitySession)){const _0x558896=_0x559867['GsumI'][_0x4cb9e8(0x1a3)]('|');let _0x1a3b68=0x0;while(!![]){switch(_0x558896[_0x1a3b68++]){case'0':_0x5efbf6[_0x4cb9e8(0x173)]&&(process[_0x4cb9e8(0x1da)][_0x4cb9e8(0x21e)]=_0x5efbf6['build_hashed_id']);continue;case'1':_0x559867[_0x4cb9e8(0x1cd)](nestedKeyValue,_0x5efbf6,[_0x559867['sbMyy'],_0x559867[_0x4cb9e8(0x218)]])&&(process[_0x4cb9e8(0x1da)][_0x4cb9e8(0x180)]=_0x5efbf6[_0x4cb9e8(0x1d7)]['options'][_0x4cb9e8(0x179)]['toString']());continue;case'2':return[_0x5efbf6[_0x4cb9e8(0x20f)],_0x5efbf6[_0x4cb9e8(0x173)],process['env'][_0x4cb9e8(0x180)]];case'3':process[_0x4cb9e8(0x1da)]['BS_TESTOPS_BUILD_COMPLETED']=_0x559867[_0x4cb9e8(0x194)];continue;case'4':if(_0x5efbf6[_0x4cb9e8(0x20f)]){process[_0x4cb9e8(0x1da)][_0x4cb9e8(0x1a2)]=_0x5efbf6[_0x4cb9e8(0x20f)];const _0x3ccf40={};_0x3ccf40[_0x4cb9e8(0x1ca)]=_0x4aecc2[_0x4cb9e8(0x1ca)],_0x3ccf40[_0x4cb9e8(0x222)]=_0x4aecc2[_0x4cb9e8(0x222)],process[_0x4cb9e8(0x1da)][_0x4cb9e8(0x203)]=JSON[_0x4cb9e8(0x18e)](_0x3ccf40);}continue;case'5':logger[_0x4cb9e8(0x231)]('['+constants[_0x4cb9e8(0x215)]+_0x4cb9e8(0x1a9)+_0x5efbf6[_0x4cb9e8(0x173)]);continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x1280d7=>{const _0x4ead19=a178_0x2ea43c,_0x269f0f={'AXFqV':function(_0xc1732f,_0x2b9e9e,_0x218893){return _0xc1732f(_0x2b9e9e,_0x218893);},'PyXHg':_0x4ead19(0x1ee),'PPlFP':'options','BRdVF':function(_0x32170b,_0x248e62,_0x303485,_0xe8cb53){return _0x32170b(_0x248e62,_0x303485,_0xe8cb53);},'FJvbj':'name','BcxDK':_0x4ead19(0x193),'iPsTQ':'command','RdvpQ':'commands','mtbaR':'nonBStackInfraA11yChromeOptions','gDTzx':_0x4ead19(0x1fe),'rfVYK':function(_0x13f46c,_0x5591ec){return _0x13f46c(_0x5591ec);},'Vglmh':function(_0x13adae,_0x361161){return _0x13adae===_0x361161;},'YsFhO':_0x4ead19(0x1fd),'xyEjF':_0x4ead19(0x1cb)};if(!_0x1280d7[_0x4ead19(0x1ee)])return exports[_0x4ead19(0x232)](),[null,null];if(!_0x1280d7[_0x4ead19(0x1ee)]['success'])return exports[_0x4ead19(0x232)](_0x1280d7[_0x4ead19(0x1ee)]),[null,null];if(_0x269f0f['AXFqV'](nestedKeyValue,_0x1280d7,[_0x269f0f[_0x4ead19(0x18b)],_0x269f0f[_0x4ead19(0x190)]])){const {accessibilityToken:_0x3be5cc,scannerVersion:_0x383a15,scannerProcessingTimeout:_0x4a1e86,isMobileScanningEnabledForGroup:_0x50ba65}=_0x269f0f['BRdVF'](jsonifyAccessibilityArray,_0x1280d7[_0x4ead19(0x1ee)][_0x4ead19(0x1d1)][_0x4ead19(0x192)],_0x269f0f[_0x4ead19(0x221)],_0x269f0f[_0x4ead19(0x171)]),_0x3ddc2b={'scripts':_0x269f0f['BRdVF'](jsonifyAccessibilityArray,_0x1280d7[_0x4ead19(0x1ee)][_0x4ead19(0x1d1)][_0x4ead19(0x22c)],_0x269f0f[_0x4ead19(0x221)],_0x269f0f[_0x4ead19(0x216)])};_0x3ddc2b[_0x269f0f[_0x4ead19(0x1f0)]]=_0x1280d7[_0x4ead19(0x1ee)][_0x4ead19(0x1d1)][_0x4ead19(0x172)][_0x4ead19(0x1b9)];const _0x14dbd9=_0x269f0f[_0x4ead19(0x1b4)](jsonifyAccessibilityArray,_0x1280d7['accessibility'][_0x4ead19(0x1d1)][_0x4ead19(0x192)],_0x269f0f['FJvbj'],_0x269f0f[_0x4ead19(0x171)]);_0x3ddc2b[_0x269f0f[_0x4ead19(0x1e5)]]=_0x14dbd9[_0x269f0f['gDTzx']],scripts[_0x4ead19(0x1fc)](_0x3ddc2b),scripts['toJson']();let _0x4b85e6=process[_0x4ead19(0x1da)][_0x4ead19(0x1f8)];_0x4b85e6=!!_0x4b85e6?JSON[_0x4ead19(0x18c)](_0x4b85e6):{},_0x4b85e6['scannerVersion']=_0x383a15,process[_0x4ead19(0x1da)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x4b85e6),process['env'][_0x4ead19(0x1bb)]=_0x3be5cc,process[_0x4ead19(0x1da)][_0x4ead19(0x1ac)]=_0x269f0f[_0x4ead19(0x19c)](String,_0x269f0f['Vglmh'](_0x50ba65,!![])||_0x269f0f['Vglmh'](_0x50ba65,_0x269f0f['YsFhO'])),logger[_0x4ead19(0x231)](_0x4ead19(0x228)+_0x1280d7[_0x4ead19(0x173)]);const _0x175d39=accessibilityHelper[_0x4ead19(0x1ea)](_0x3be5cc);return _0x175d39&&bsSetupHelper[_0x4ead19(0x1c0)](_0x175d39[_0x4ead19(0x1c6)])&&(process['env'][_0x4ead19(0x21b)]=!![],logger['debug'](_0x269f0f[_0x4ead19(0x1d0)])),[_0x3be5cc,_0x1280d7[_0x4ead19(0x173)],_0x4a1e86];}return[null,null];},exports[a178_0x2ea43c(0x1ce)]=_0x28d7d6=>{const _0x11d474=a178_0x2ea43c,_0x18678f={};_0x18678f['IcfGM']='6|3|2|1|4|5|0',_0x18678f[_0x11d474(0x1b3)]='null',_0x18678f['BhWAn']='false';const _0x18cc64=_0x18678f,_0x30b262=_0x18cc64['IcfGM'][_0x11d474(0x1a3)]('|');let _0x5b4085=0x0;while(!![]){switch(_0x30b262[_0x5b4085++]){case'0':exports[_0x11d474(0x1cc)](_0x28d7d6,testHubConstants[_0x11d474(0x1dc)]);continue;case'1':process[_0x11d474(0x1da)][_0x11d474(0x1a2)]=_0x18cc64[_0x11d474(0x1b3)];continue;case'2':process[_0x11d474(0x1da)][_0x11d474(0x1fb)]=_0x18cc64[_0x11d474(0x164)];continue;case'3':process[_0x11d474(0x1da)][_0x11d474(0x21a)]=_0x18cc64[_0x11d474(0x1b3)];continue;case'4':process[_0x11d474(0x1da)][_0x11d474(0x21e)]=_0x18cc64[_0x11d474(0x1b3)];continue;case'5':process[_0x11d474(0x1da)][_0x11d474(0x180)]=_0x18cc64['dOTpr'];continue;case'6':process[_0x11d474(0x1da)][_0x11d474(0x21f)]=_0x18cc64[_0x11d474(0x1b3)];continue;}break;}},exports[a178_0x2ea43c(0x232)]=_0x1a2f3b=>{const _0x39d7d7=a178_0x2ea43c,_0x2c45ab={};_0x2c45ab['Opkpy']=_0x39d7d7(0x1f2),_0x2c45ab[_0x39d7d7(0x209)]=_0x39d7d7(0x18d),_0x2c45ab['JumXh']=_0x39d7d7(0x177);const _0x5add47=_0x2c45ab,_0xef89cb=_0x5add47[_0x39d7d7(0x15f)][_0x39d7d7(0x1a3)]('|');let _0x1dafb2=0x0;while(!![]){switch(_0xef89cb[_0x1dafb2++]){case'0':process[_0x39d7d7(0x1da)][_0x39d7d7(0x168)]=_0x5add47[_0x39d7d7(0x209)];continue;case'1':process[_0x39d7d7(0x1da)][_0x39d7d7(0x21a)]=_0x5add47[_0x39d7d7(0x185)];continue;case'2':exports['logBuildError'](_0x1a2f3b,testHubConstants['ACCESSIBILITY']);continue;case'3':process[_0x39d7d7(0x1da)][_0x39d7d7(0x1bc)]=_0x5add47[_0x39d7d7(0x209)];continue;case'4':process[_0x39d7d7(0x1da)][_0x39d7d7(0x21f)]=_0x5add47[_0x39d7d7(0x185)];continue;}break;}},exports['logBuildError']=(_0x431b1a,_0x317e8c='')=>{const _0x4b36bf=a178_0x2ea43c,_0x3851e5={};_0x3851e5[_0x4b36bf(0x187)]=function(_0xb0e843,_0x3026de){return _0xb0e843===_0x3026de;};const _0x2e58ce=_0x3851e5;if(_0x2e58ce[_0x4b36bf(0x187)](_0x431b1a,undefined)){logger[_0x4b36bf(0x20e)](_0x317e8c[_0x4b36bf(0x217)]()+_0x4b36bf(0x167));return;}for(const _0xc248eb of _0x431b1a['errors']){const _0x4936a4=_0xc248eb[_0x4b36bf(0x213)],_0x168a70=_0xc248eb[_0x4b36bf(0x20a)];if(_0x168a70)switch(_0x4936a4){case testHubConstants[_0x4b36bf(0x1ae)][_0x4b36bf(0x1e4)]:logger[_0x4b36bf(0x20e)](_0x168a70);break;case testHubConstants['ERROR'][_0x4b36bf(0x1c7)]:logger[_0x4b36bf(0x225)](_0x168a70);break;case testHubConstants['ERROR']['DEPRECATED']:logger[_0x4b36bf(0x20e)](_0x168a70);break;default:logger['error'](_0x168a70);}}};function a178_0x2288(_0x252f62,_0x17dcdf){const _0x121dee=a178_0x121d();return a178_0x2288=function(_0x228841,_0x1d93d6){_0x228841=_0x228841-0x15e;let _0x59134b=_0x121dee[_0x228841];return _0x59134b;},a178_0x2288(_0x252f62,_0x17dcdf);}const jsonifyAccessibilityArray=(_0x3644a5,_0x312e32,_0x50477a)=>{const _0x4f63d1=a178_0x2ea43c,_0x14127c={};return _0x3644a5[_0x4f63d1(0x1c9)](_0x5eed13=>{_0x14127c[_0x5eed13[_0x312e32]]=_0x5eed13[_0x50477a];}),_0x14127c;};exports[a178_0x2ea43c(0x15e)]=_0x3680e4=>{const _0x2e9001=a178_0x2ea43c;_0x3680e4[_0x2e9001(0x20f)]&&(process[_0x2e9001(0x1da)][_0x2e9001(0x21a)]=_0x3680e4[_0x2e9001(0x20f)]);_0x3680e4[_0x2e9001(0x173)]&&(process[_0x2e9001(0x1da)][_0x2e9001(0x21f)]=_0x3680e4[_0x2e9001(0x173)],logger[_0x2e9001(0x231)](_0x2e9001(0x1ef)+_0x3680e4[_0x2e9001(0x173)]));;},exports[a178_0x2ea43c(0x22d)]=(_0x35e39a='',_0x2d3722='')=>{const _0x1be0d9=a178_0x2ea43c,_0x20c7de={'FIwtd':function(_0x354289){return _0x354289();},'SoybJ':function(_0x4f978a,_0x38681d){return _0x4f978a===_0x38681d;},'PKMnn':_0x1be0d9(0x16c),'gQfDF':_0x1be0d9(0x189),'qxNsJ':_0x1be0d9(0x1a5),'brwZT':_0x1be0d9(0x1dd),'NrGeA':_0x1be0d9(0x183)};if(exports[_0x1be0d9(0x21c)]()&&!exports['isAccessibilityEnabled']()&&!_0x20c7de[_0x1be0d9(0x1f4)](isTestObservabilitySession)){if(_0x20c7de['SoybJ'](_0x2d3722,_0x20c7de['PKMnn']))return![];if([_0x20c7de[_0x1be0d9(0x174)],_0x20c7de[_0x1be0d9(0x1e6)]][_0x1be0d9(0x214)](_0x35e39a))return![];return!![];}if(exports[_0x1be0d9(0x1c4)]()&&!_0x20c7de[_0x1be0d9(0x1f4)](isTestObservabilitySession)){if([_0x20c7de[_0x1be0d9(0x19e)],_0x20c7de['NrGeA'],_0x20c7de[_0x1be0d9(0x174)]]['includes'](_0x35e39a))return![];return!![];}return exports[_0x1be0d9(0x1c4)]()||_0x20c7de[_0x1be0d9(0x1f4)](isTestObservabilitySession)||exports[_0x1be0d9(0x21c)]();},exports[a178_0x2ea43c(0x1be)]=(_0x3c9814,_0xa161a,_0x2d3e5a='',_0x49937f)=>{const _0x535d13=a178_0x2ea43c,_0x3b3050={'XiKbp':'HookRunStarted','KyImC':_0x535d13(0x183),'xdjtm':function(_0x45da8a,_0x55b9eb){return _0x45da8a===_0x55b9eb;},'xnVGO':_0x535d13(0x1e9),'FHbAK':_0x535d13(0x165),'gSPzK':_0x535d13(0x1ee),'wKRiN':function(_0x1b0468,_0x576120){return _0x1b0468&&_0x576120;},'cqiEN':function(_0x1b196b,_0x3d44c4){return _0x1b196b+_0x3d44c4;},'PROEn':function(_0x16d2a9,_0x7d0372){return _0x16d2a9+_0x7d0372;},'erOXo':function(_0x31dfb6,_0x182c4c){return _0x31dfb6&&_0x182c4c;},'kXdcM':function(_0x3c4396,_0x129f03){return _0x3c4396===_0x129f03;},'KktQQ':function(_0x21968d,_0x384d76){return _0x21968d(_0x384d76);},'qtTJy':_0x535d13(0x1e3),'XaWMv':function(_0x18eeb8,_0x58eaae){return _0x18eeb8+_0x58eaae;},'HvdYp':function(_0x291e82,_0x54fc9c){return _0x291e82&&_0x54fc9c;},'wDbgC':function(_0x55609f,_0x57108d){return _0x55609f!==_0x57108d;},'Qemwp':_0x535d13(0x1ab),'cxyvM':function(_0x1baaf4,_0x1e8639){return _0x1baaf4&&_0x1e8639;},'tpmsD':function(_0x2423a3,_0x41c27a){return _0x2423a3===_0x41c27a;},'McWiU':_0x535d13(0x1db)};if([_0x3b3050[_0x535d13(0x204)],_0x3b3050[_0x535d13(0x1ec)]][_0x535d13(0x214)](_0xa161a))return;let _0x224d97={};try{process[_0x535d13(0x1da)][_0x535d13(0x1d5)]&&(_0x224d97=JSON[_0x535d13(0x18c)](process['env'][_0x535d13(0x1d5)])||{});}catch(_0x454fa9){logger[_0x535d13(0x231)]('Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20'+_0x454fa9),_0x224d97={};}if(exports[_0x535d13(0x1c4)]()){if(_0x3b3050[_0x535d13(0x1c1)](_0x49937f,FRAMEWORKS[_0x535d13(0x233)])){const _0x5c4fee=globals['getGlobal'](_0x3b3050[_0x535d13(0x19f)])||accessibilityHelper[_0x535d13(0x17a)](_0x2d3e5a['titlePath'](),!![]),_0x246329=globals[_0x535d13(0x195)](_0x3b3050['FHbAK']);_0x224d97[_0x3b3050[_0x535d13(0x163)]]=_0x3b3050['wKRiN'](_0x246329,_0x5c4fee);}if(_0x3b3050['xdjtm'](_0x49937f,FRAMEWORKS['JEST'])){const _0x57f65b=_0x3b3050[_0x535d13(0x1b8)](_0x3b3050[_0x535d13(0x1b7)](_0x3c9814[_0x535d13(0x197)][_0x535d13(0x1e2)]('\x20'),'\x20'),_0x2d3e5a[_0x535d13(0x211)]),_0x419cb2=globals[_0x535d13(0x195)](_0x3b3050[_0x535d13(0x19f)])||accessibilityHelper[_0x535d13(0x17a)](_0x57f65b,![]),_0x1db487=browserStackGlobals[_0x535d13(0x165)];_0x224d97[_0x3b3050[_0x535d13(0x163)]]=_0x3b3050[_0x535d13(0x1f9)](_0x1db487,_0x419cb2);}if(_0x3b3050[_0x535d13(0x1bf)](_0x49937f,FRAMEWORKS[_0x535d13(0x19d)])){const _0x5e63a7=_0x3b3050['KktQQ'](require,_0x3b3050[_0x535d13(0x238)]),_0x404512=_0x2d3e5a&&_0x5e63a7[_0x535d13(0x1cf)](_0x2d3e5a['id'])||_0x3c9814[_0x535d13(0x1eb)];_0x404512&&(_0x3c9814[_0x535d13(0x1eb)]=_0x404512);const _0x375d7a=_0x3b3050[_0x535d13(0x1e8)](_0x3b3050[_0x535d13(0x1b8)](_0x3c9814[_0x535d13(0x197)][_0x535d13(0x1e2)]('\x20'),'\x20'),_0x2d3e5a[_0x535d13(0x166)]||_0x3c9814['name']),_0x192a63=globals[_0x535d13(0x195)](_0x3b3050['xnVGO'])||accessibilityHelper[_0x535d13(0x17a)](_0x375d7a,![]),_0x364e9b=globals[_0x535d13(0x195)](_0x3b3050[_0x535d13(0x162)]);_0x224d97[_0x3b3050[_0x535d13(0x163)]]=_0x3b3050[_0x535d13(0x1a1)](_0x364e9b,_0x192a63);}_0x3b3050[_0x535d13(0x1bf)](_0x49937f,FRAMEWORKS[_0x535d13(0x1fa)])&&_0x3b3050[_0x535d13(0x16e)](_0xa161a,_0x3b3050[_0x535d13(0x206)])&&(_0x224d97[_0x3b3050['gSPzK']]=PWTestDetails[_0x535d13(0x20d)](_0x3c9814[_0x535d13(0x1eb)]));if(_0x3b3050['kXdcM'](_0x49937f,FRAMEWORKS['CODECEPT'])){const _0x290d46=accessibilityHelper[_0x535d13(0x17a)](_0x2d3e5a['titlePath'](),!![]),_0x2cd3d3=global[_0x535d13(0x1f5)];_0x224d97[_0x3b3050[_0x535d13(0x163)]]=_0x3b3050['cxyvM'](_0x2cd3d3,_0x290d46);}if(_0x3b3050[_0x535d13(0x1f3)](_0x49937f,FRAMEWORKS[_0x535d13(0x207)])){const _0x55ca68=accessibilityHelper[_0x535d13(0x17a)](null,![],_0x3c9814['tags']),_0x4c5311=globals[_0x535d13(0x195)](_0x3b3050[_0x535d13(0x162)]);_0x224d97[_0x3b3050['gSPzK']]=_0x3b3050['cxyvM'](_0x4c5311,_0x55ca68);}}_0x3c9814[_0x3b3050['McWiU']]=_0x224d97;},exports[a178_0x2ea43c(0x224)]=_0x55e9d2=>{const _0x37fed4=a178_0x2ea43c,_0x2537fe={};_0x2537fe['dwmHX']=function(_0x1d9138,_0x54e40f){return _0x1d9138>_0x54e40f;},_0x2537fe[_0x37fed4(0x22b)]=function(_0x1b2b52,_0x334171){return _0x1b2b52>_0x334171;};const _0x1931ad=_0x2537fe;let _0x148932={};if(_0x1931ad[_0x37fed4(0x17b)](Object[_0x37fed4(0x1b1)](testData)[_0x37fed4(0x16a)],0x0))return testData;_0x148932=JestTestDetails[_0x37fed4(0x19b)]();if(_0x1931ad[_0x37fed4(0x22b)](Object['keys'](_0x148932)[_0x37fed4(0x16a)],0x0))return _0x148932;return _0x148932;},exports['setCurrentTestData']=(_0x4c3026,_0x159854={})=>{const _0x3318fb=a178_0x2ea43c;if(bsSetupHelper[_0x3318fb(0x1a7)](_0x159854[_0x3318fb(0x1f1)]))return;switch(_0x4c3026){case FRAMEWORKS[_0x3318fb(0x233)]:testData=_0x159854[_0x3318fb(0x1f1)];break;case FRAMEWORKS[_0x3318fb(0x1b2)]:JestTestDetails[_0x3318fb(0x186)](_0x159854['test_run']);break;case FRAMEWORKS[_0x3318fb(0x19d)]:testData=_0x159854[_0x3318fb(0x1f1)];break;default:break;}},exports[a178_0x2ea43c(0x17c)]=_0x30adf3=>{const _0x1cbfc8=a178_0x2ea43c,_0x54987c={};_0x54987c[_0x1cbfc8(0x169)]=function(_0x10ad29,_0x243e57){return _0x10ad29!==_0x243e57;},_0x54987c[_0x1cbfc8(0x160)]=function(_0x142a95,_0x5939fd){return _0x142a95!==_0x5939fd;},_0x54987c['RctBk']=function(_0x253e71,_0x57b767){return _0x253e71!==_0x57b767;};const _0x231527=_0x54987c;if(_0x231527['ELAWE'](_0x30adf3['accessibility'],null)&&_0x231527['ELAWE'](_0x30adf3[_0x1cbfc8(0x1ee)],undefined))return _0x30adf3[_0x1cbfc8(0x1ee)];let _0x2156dd=![],_0x4651f2=![];if(_0x30adf3[_0x1cbfc8(0x1e7)])for(const _0xe6f8d0 of _0x30adf3[_0x1cbfc8(0x1e7)]){_0x231527['LnRia'](_0xe6f8d0[_0x1cbfc8(0x1ee)],null)&&_0x231527[_0x1cbfc8(0x18a)](_0xe6f8d0[_0x1cbfc8(0x1ee)],undefined)&&(_0x2156dd=_0x2156dd||bsSetupHelper['isTrue'](_0xe6f8d0['accessibility']),_0x4651f2=!![]);}if(_0x4651f2)return _0x2156dd;return null;},exports[a178_0x2ea43c(0x1df)]=_0x2ece4e=>{const _0x5d25e3=a178_0x2ea43c;if(!_0x2ece4e)return{};const _0xcfce0d=new OrchestrationUtils(_0x2ece4e);return _0xcfce0d[_0x5d25e3(0x16d)]();},exports['getProductMapForBuildStartCall']=_0x2dc9da=>{const _0x39fed3=a178_0x2ea43c,_0x256a41={'gVVvB':function(_0x75e7f){return _0x75e7f();},'cLTqz':function(_0x2d734f,_0x4d517a){return _0x2d734f===_0x4d517a;},'QYdxM':_0x39fed3(0x1fd)};let _0x22af7d=![],_0x18ee8b=![];if(bsSetupHelper[_0x39fed3(0x229)]()&&bsSetupHelper[_0x39fed3(0x220)](_0x2dc9da))_0x18ee8b=!![];else bsSetupHelper[_0x39fed3(0x229)]()&&(_0x22af7d=!![]);return Object[_0x39fed3(0x188)]({'observability':_0x256a41['gVVvB'](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0x2dc9da),'percy':_0x2dc9da[_0x39fed3(0x184)]||![],'sr_automation':_0x256a41[_0x39fed3(0x1a4)](process[_0x39fed3(0x1da)][_0x39fed3(0x208)],_0x256a41[_0x39fed3(0x1e1)])||_0x2dc9da['sr_automation']||![],'automate':_0x22af7d,'app_automate':_0x18ee8b,'turboscale':bsSetupHelper[_0x39fed3(0x1d4)](_0x2dc9da),'lts':LoadTestModule[_0x39fed3(0x196)](_0x2dc9da)},bsSetupHelper[_0x39fed3(0x1d6)]());};const normalizeTestPlanId=_0x32c8ec=>{const _0x23c0cc=a178_0x2ea43c,_0x1f1475={};_0x1f1475[_0x23c0cc(0x1f7)]=function(_0x4dc720,_0x27b8c2){return _0x4dc720!==_0x27b8c2;},_0x1f1475[_0x23c0cc(0x1d3)]=_0x23c0cc(0x201),_0x1f1475[_0x23c0cc(0x22e)]=function(_0x1f19d9,_0x25d4d3){return _0x1f19d9>_0x25d4d3;};const _0x5438d4=_0x1f1475;if(_0x5438d4['HoXAq'](typeof _0x32c8ec,_0x5438d4[_0x23c0cc(0x1d3)]))return undefined;const _0x13be58=_0x32c8ec[_0x23c0cc(0x219)]();return _0x5438d4[_0x23c0cc(0x22e)](_0x13be58['length'],0x0)?_0x13be58:undefined;},readTestPlanIdFromCliArgs=(_0x4e1c7d=process[a178_0x2ea43c(0x1ff)])=>{const _0x1b89ec=a178_0x2ea43c,_0x4957e7={};_0x4957e7[_0x1b89ec(0x1aa)]=function(_0x5673c8,_0x389e7a){return _0x5673c8<_0x389e7a;},_0x4957e7['CkRRI']=function(_0x46da59,_0x2cd28a){return _0x46da59===_0x2cd28a;},_0x4957e7[_0x1b89ec(0x22f)]=function(_0x456983,_0x5d07ad){return _0x456983+_0x5d07ad;};const _0x138fd0=_0x4957e7,_0x162215='--'+testHubConstants[_0x1b89ec(0x16b)];for(let _0x2cc9d1=0x0;_0x138fd0[_0x1b89ec(0x1aa)](_0x2cc9d1,_0x4e1c7d[_0x1b89ec(0x16a)]);_0x2cc9d1+=0x1){const _0x3fe606=_0x4e1c7d[_0x2cc9d1];if(_0x138fd0[_0x1b89ec(0x205)](_0x3fe606,_0x162215)){const _0x4de201=_0x4e1c7d[_0x138fd0[_0x1b89ec(0x22f)](_0x2cc9d1,0x1)];if(!_0x4de201||_0x4de201[_0x1b89ec(0x1d2)]('--'))return undefined;return _0x4de201;}if(_0x3fe606[_0x1b89ec(0x1d2)](_0x162215+'='))return _0x3fe606['slice'](_0x138fd0['YdZvU'](_0x162215['length'],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x366def={})=>{const _0x51d711=a178_0x2ea43c,_0x1258f2={'ochQU':function(_0x1c83ed,_0x13ef66){return _0x1c83ed(_0x13ef66);}};return _0x1258f2['ochQU'](normalizeTestPlanId,_0x366def&&_0x366def[_0x51d711(0x176)]&&_0x366def[_0x51d711(0x176)]['testPlanId']);};exports[a178_0x2ea43c(0x17d)]=(_0x3c8250={},_0x3e3fc6=process[a178_0x2ea43c(0x1ff)],_0x388f43=process[a178_0x2ea43c(0x1da)])=>{const _0x4b36d6=a178_0x2ea43c,_0x2855a6={'zWyjY':function(_0x54ef64,_0x5856b8){return _0x54ef64(_0x5856b8);},'sIFBF':function(_0x3d79a8,_0x3c43d2){return _0x3d79a8(_0x3c43d2);},'fKbnG':function(_0x1fd8eb,_0x54413c){return _0x1fd8eb(_0x54413c);}};try{const _0x19aff9=_0x2855a6[_0x4b36d6(0x1bd)](normalizeTestPlanId,_0x2855a6[_0x4b36d6(0x200)](readTestPlanIdFromCliArgs,_0x3e3fc6));if(_0x19aff9)return _0x19aff9;const _0x17e04c=_0x2855a6[_0x4b36d6(0x200)](normalizeTestPlanId,_0x388f43&&_0x388f43[testHubConstants[_0x4b36d6(0x1f6)][_0x4b36d6(0x212)]]);if(_0x17e04c)return _0x17e04c;return _0x2855a6[_0x4b36d6(0x21d)](readTestPlanIdFromConfig,_0x3c8250);}catch(_0xe4eb22){return logger[_0x4b36d6(0x231)](_0x4b36d6(0x236)+(_0xe4eb22&&_0xe4eb22[_0x4b36d6(0x20a)]?_0xe4eb22['message']:_0xe4eb22)),undefined;}};
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 +1 @@
1
- const a179_0xf109c6=a179_0x3890;function a179_0x2603(){const _0x5caf25=['Directory\x20','Failed\x20to\x20set\x20directory\x20access:\x20','globalException','finalExecutionRan','source','null','\x20has\x20now\x20read/write/execute\x20permissions.','hubAllocation','codeceptjs','body','event_properties','object','isBrowserstackInfra','EimXM','split','Error\x20in\x20firing\x20request\x20to\x20','FIvOc','Dwtwz','getPackageVersion','24CGcxJg','stack','browserStackConfig','SwjgJ','eBoUt','finalExecution','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','ZjjWC','getAccessKey','6727900zhBzRv','_hubAllocationData','W_OK','isTurboScaleSession','376584idUfMy','YAWoZ','getTurboScaleSessionsList','UnFmz','LkYBC','1230744OPVSFd','type','../bin/utils/constants','framework','./globals','getTurboScaleBuildLink','9YwcdDU','osVersion','user_killed','content-type','HJptT','requirePWModule','debug','./helper','unknown','NsfFh','API\x20Event\x20','playwrightVersion','apply','wzqDX','vzItu','parse','browserVersion','mGZdp','undefined','trim','603463OmIbKA','chmodSync','wnyYn','../helpers/testhub/constants','reduce','stringify','nodejs','260sutWog','APP_AUTOMATE_PRODUCTS','SDK\x20run\x20ended\x20for\x20id:\x20','isNullOrEmpty','setReadWriteExecuteAccess','durnR','iMijC','sdkRunId','util','./logger','killSignal','uXvZV','nodeRequest','join','XOHwf','nPzlB','all','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','ZEORT','bODKN','forEach','error','isAppAutomateSession','push','../bin/playwright/reporter/pwUtils','accessSync','getFrameworkVersion','fireFunnelTestEvent','gUEdG','584541jXxYLT','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','values','env','toString','winstonLogger','getSessionsList','getBuildLink','every','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','30072nWyQEB','info','pLcwu','ynOII','browser','buildIdentifier','format','BROWSERSTACK_TESTHUB_UUID','replace','IkvWW','keys','DHlTx','sendLogs','\x20:\x20','sanitizeBrowserStackConfig','getStackTraceAsString','WpXab','AUTOMATE_PRODUCTS','844040LLhOQg','constants','getNodeAgent','getUserName','SDKTestSuccessful','ZPhAy','config','eZwID','stopPercy','YkHhx','application/json','seleniumVersion','length','tests','./test-observability/utils','NhCvr','name','getGlobal','selenium-webdriver','errorMessage'];a179_0x2603=function(){return _0x5caf25;};return a179_0x2603();}(function(_0x51a96f,_0xe7a332){const _0x2f8267=a179_0x3890,_0x570aec=_0x51a96f();while(!![]){try{const _0x22fe49=parseInt(_0x2f8267(0xd7))/0x1+parseInt(_0x2f8267(0x110))/0x2+-parseInt(_0x2f8267(0x116))/0x3*(parseInt(_0x2f8267(0x10b))/0x4)+-parseInt(_0x2f8267(0x131))/0x5*(-parseInt(_0x2f8267(0xc5))/0x6)+parseInt(_0x2f8267(0x12a))/0x7*(-parseInt(_0x2f8267(0xfe))/0x8)+-parseInt(_0x2f8267(0xbb))/0x9+-parseInt(_0x2f8267(0x107))/0xa;if(_0x22fe49===_0xe7a332)break;else _0x570aec['push'](_0x570aec['shift']());}catch(_0x23a92c){_0x570aec['push'](_0x570aec['shift']());}}}(a179_0x2603,0x6bb90));function a179_0x3890(_0x17b46e,_0x57d056){const _0x260350=a179_0x2603();return a179_0x3890=function(_0x38901d,_0x17fbf0){_0x38901d=_0x38901d-0xac;let _0x1f1615=_0x260350[_0x38901d];return _0x1f1615;},a179_0x3890(_0x17b46e,_0x57d056);}const os=require('os'),util=require(a179_0xf109c6(0x139)),fs=require('fs'),{getProductMap}=require('./testhub/utils'),logger=require(a179_0xf109c6(0x13a))[a179_0xf109c6(0xc0)],constants=require(a179_0xf109c6(0x112)),testHubConstants=require(a179_0xf109c6(0x12d)),{getTransformPath}=require(a179_0xf109c6(0xb6)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a179_0xf109c6(0x112)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a179_0xf109c6(0x11d)),PerformanceTester=require('./performance/performance-tester'),globals=require(a179_0xf109c6(0x114)),helper=require('./helper'),{isTestObservabilitySession}=require(a179_0xf109c6(0xe5));let unhandledErrors='';exports[a179_0xf109c6(0xb9)]=async(_0x3275a3,_0x17d146={},_0x3fd06c,_0x5d1cdf,_0x457edb=![])=>{const _0x4c6e54=a179_0xf109c6,_0x358c2b={'gIOCW':function(_0x191f03,_0x5e59fe){return _0x191f03===_0x5e59fe;},'BEReC':_0x4c6e54(0xf6),'LkYBC':function(_0x4d0067,_0x539e79){return _0x4d0067>_0x539e79;},'IRAJn':function(_0x528dc2,_0x336d3f){return _0x528dc2>_0x336d3f;},'wzqDX':_0x4c6e54(0xe4),'NhCvr':function(_0x590ee){return _0x590ee();},'ZEORT':function(_0x5d964c){return _0x5d964c();},'SwjgJ':function(_0x53fd75,_0x226a17){return _0x53fd75==_0x226a17;},'OnPMW':_0x4c6e54(0xf0),'ZPhAy':function(_0x5789ff,_0x4b630b){return _0x5789ff===_0x4b630b;},'wnyYn':_0x4c6e54(0x128),'NsfFh':function(_0x2acf9c,_0x593b35){return _0x2acf9c===_0x593b35;},'WpXab':_0x4c6e54(0xf3),'BySgn':function(_0x1cf523,_0x1a2e3d){return _0x1cf523!==_0x1a2e3d;},'pLcwu':'Playwright','YAWoZ':function(_0x4b0b9a,_0x28aa55){return _0x4b0b9a===_0x28aa55;},'durnR':_0x4c6e54(0xb3),'fEZUX':function(_0x178583,_0x3d568f){return _0x178583+_0x3d568f;},'DHlTx':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','ZjjWC':'_buildHashedId','FIvOc':function(_0x507113,_0x1ebd39){return _0x507113(_0x1ebd39);},'iMijC':function(_0x1bc17e,_0x3f854b){return _0x1bc17e(_0x3f854b);},'mGZdp':_0x4c6e54(0x11e),'IkvWW':_0x4c6e54(0x130),'eZwID':_0x4c6e54(0xdb),'bODKN':_0x4c6e54(0xe9),'nPzlB':_0x4c6e54(0xe1),'Dwtwz':'[REDACTED]','HJptT':'POST'};let _0x2d318a=[];if(helper[_0x4c6e54(0xf7)]()&&_0x358c2b[_0x4c6e54(0xe6)](isTestObservabilitySession))_0x2d318a=helper[_0x4c6e54(0xb4)](_0x3fd06c)?constants[_0x4c6e54(0x132)]:constants[_0x4c6e54(0xd6)];else{if(_0x358c2b[_0x4c6e54(0xb0)](isTestObservabilitySession))_0x2d318a=constants[_0x4c6e54(0xc4)];else helper[_0x4c6e54(0xf7)]()&&(_0x2d318a=helper[_0x4c6e54(0xb4)](_0x3fd06c)?constants['APP_AUTOMATE']:constants['AUTOMATE']);}let _0xebe770=_0x3fd06c[_0x4c6e54(0xca)];if(_0x358c2b[_0x4c6e54(0x101)](_0xebe770,null))_0xebe770=_0x358c2b['OnPMW'];else _0x358c2b[_0x4c6e54(0xdc)](_0xebe770,undefined)&&(_0xebe770=_0x358c2b[_0x4c6e54(0x12c)]);unhandledErrors&&_0x358c2b[_0x4c6e54(0x10f)](unhandledErrors['length'],0x0)&&(_0x17d146[_0x4c6e54(0xed)]=unhandledErrors);global['sdkRunId']&&(_0x17d146[_0x4c6e54(0x138)]=global[_0x4c6e54(0x138)]);try{if(_0x17d146[_0x4c6e54(0xb3)]){if(_0x358c2b[_0x4c6e54(0x11f)](_0x5d1cdf,_0x358c2b[_0x4c6e54(0xd5)])&&_0x358c2b[_0x4c6e54(0x10f)](_0x17d146[_0x4c6e54(0xb3)][_0x4c6e54(0xe3)],0x0)){const _0x2c8cbd={};_0x2c8cbd['os']='',_0x2c8cbd[_0x4c6e54(0x117)]='',_0x2c8cbd[_0x4c6e54(0xc9)]='',_0x2c8cbd['browserVersion']='';const _0x25b2d9=_0x2c8cbd;let _0x4c4848={};const _0x21bbbf=_0x17d146[_0x4c6e54(0xb3)];_0x4c4848=_0x21bbbf[_0x4c6e54(0x12e)]((_0x99e567,_0x26e962)=>{for(const _0x2452e2 in _0x26e962){_0x99e567[_0x2452e2]=_0x26e962[_0x2452e2];}return _0x99e567;},{});const _0x5b2c9a={};_0x5b2c9a[_0x4c6e54(0xe4)]=_0x4c4848,_0x17d146[_0x4c6e54(0xb3)]=[Object['assign']({},_0x25b2d9,_0x5b2c9a)];}else{let _0x49d722=0x0;const _0x208f78=_0x358c2b['BySgn'](_0x5d1cdf,_0x358c2b[_0x4c6e54(0xc7)])?JSON[_0x4c6e54(0x125)](_0x17d146[_0x4c6e54(0xb3)]):_0x17d146[_0x4c6e54(0xb3)],_0x1feb6e=Object[_0x4c6e54(0xbd)](_0x208f78);_0x1feb6e['forEach'](_0x5dc601=>{const _0x2eae6f=_0x4c6e54;if(_0x358c2b['gIOCW'](typeof _0x5dc601,_0x358c2b['BEReC'])){const _0xf7988c=Object[_0x2eae6f(0xbd)](_0x5dc601);!_0xf7988c[_0x2eae6f(0xc3)](_0x4152f7=>_0x4152f7===null||_0x4152f7===undefined||_0x4152f7==='')&&(_0x49d722+=0x1);}});if(_0x358c2b[_0x4c6e54(0x10c)](_0x49d722,0x0))delete _0x17d146[_0x358c2b[_0x4c6e54(0x136)]];else{const _0x7be2f9=[];Object['keys'](_0x208f78)[_0x4c6e54(0xb2)](_0x2a29c9=>{const _0x59b024=_0x4c6e54,_0x4d178b={'DCUdj':function(_0x4b36e3,_0x5f261f){return _0x358c2b['LkYBC'](_0x4b36e3,_0x5f261f);}},[_0x31345c,_0x19e0b3,_0x35c9a4,_0x905ab8]=_0x2a29c9[_0x59b024(0xf9)](',\x20');let _0x54862f={};if(!_0x905ab8){const _0x1b9c8e={};_0x1b9c8e['deviceName']=_0x31345c,_0x1b9c8e[_0x59b024(0x117)]=_0x19e0b3,_0x1b9c8e[_0x59b024(0xc9)]=_0x35c9a4,_0x54862f=_0x1b9c8e;}else{const _0x21eff8={};_0x21eff8['os']=_0x31345c,_0x21eff8['osVersion']=_0x19e0b3,_0x21eff8[_0x59b024(0xc9)]=_0x35c9a4,_0x21eff8[_0x59b024(0x126)]=_0x905ab8,_0x54862f=_0x21eff8;}const _0x1c3130={},_0x228d92=_0x208f78[_0x2a29c9];Object['keys'](_0x228d92)[_0x59b024(0xb2)](_0x8fe55=>{const _0x5b459e=_0x59b024;_0x4d178b['DCUdj'](_0x228d92[_0x8fe55][_0x5b459e(0xe3)],0x0)&&(_0x1c3130[_0x8fe55]=_0x228d92[_0x8fe55]);}),_0x358c2b['IRAJn'](Object[_0x59b024(0xcf)](_0x1c3130)[_0x59b024(0xe3)],0x0)&&(_0x54862f[_0x358c2b[_0x59b024(0x123)]]=_0x1c3130,_0x7be2f9[_0x59b024(0xb5)](_0x54862f));}),_0x358c2b[_0x4c6e54(0x10f)](_0x7be2f9['length'],0x0)?_0x17d146[_0x4c6e54(0xb3)]=_0x7be2f9:delete _0x17d146[_0x358c2b['durnR']];}}}}catch(_0x183d1d){delete _0x17d146[_0x358c2b[_0x4c6e54(0x136)]],logger['debug'](_0x358c2b['fEZUX'](_0x358c2b[_0x4c6e54(0xd0)],_0x183d1d));}const _0x27c109=helper['getTestFrameworkDetails'](_0x3fd06c,_0x3fd06c['framework']),_0x36b352={'userName':helper[_0x4c6e54(0xda)](_0x3fd06c),'accessKey':helper['getAccessKey'](_0x3fd06c),'event_type':_0x3275a3,'detectedFramework':_0x5d1cdf,'buildHashedId':globals[_0x4c6e54(0xe8)](_0x358c2b[_0x4c6e54(0x105)]),'optimalHubUrl':helper['getOptimalHubUrl'](),'event_properties':{'testhub_uuid':process[_0x4c6e54(0xbe)][testHubConstants['ENV_VAR'][_0x4c6e54(0xcc)]]||'','sdkRunId':global[_0x4c6e54(0x138)],'product_map':_0x358c2b[_0x4c6e54(0xfb)](getProductMap,_0x3fd06c),'productMap':_0x358c2b[_0x4c6e54(0x137)](getProductMap,_0x3fd06c),'language_framework':_0x3fd06c[_0x4c6e54(0xef)]||_0x358c2b[_0x4c6e54(0x127)],'referrer':helper[_0x4c6e54(0xd9)](_0x5d1cdf),'framework':_0x3fd06c[_0x4c6e54(0x113)],'frameworkVersion':helper[_0x4c6e54(0xb8)](_0x5d1cdf),'automationFramework':_0x27c109[_0x4c6e54(0xe7)],'automationFrameworkVersion':_0x27c109['version'],'language':_0x358c2b[_0x4c6e54(0xce)],'languageVersion':process['version'],'product':_0x2d318a,'buildName':_0x3fd06c['buildName']||_0x358c2b[_0x4c6e54(0x12c)],'buildIdentifier':_0xebe770,'os':os[_0x4c6e54(0x111)]()||_0x358c2b[_0x4c6e54(0x127)],'hostname':os['hostname']()||_0x358c2b['mGZdp'],..._0x17d146,'isCLIEnabled':_0x457edb}};try{_0x358c2b[_0x4c6e54(0xdc)](_0x3275a3,_0x358c2b[_0x4c6e54(0xde)])&&(_0x36b352[_0x4c6e54(0xf5)][_0x4c6e54(0x100)]=helper[_0x4c6e54(0xd3)](_0x3fd06c)),_0x358c2b[_0x4c6e54(0x11f)](_0x5d1cdf,_0x358c2b[_0x4c6e54(0xc7)])?_0x36b352[_0x4c6e54(0xf5)][_0x4c6e54(0x121)]=helper[_0x4c6e54(0x11b)][_0x4c6e54(0x122)](null,_0x358c2b[_0x4c6e54(0xb0)](getTransformPath),!![]):_0x36b352['event_properties'][_0x4c6e54(0xe2)]=helper[_0x4c6e54(0xfd)](_0x358c2b[_0x4c6e54(0xb1)]);}catch(_0x3f5b4e){logger['debug'](_0x4c6e54(0xbc)+_0x3f5b4e);}const _0xd01936={};_0xd01936[_0x4c6e54(0x119)]=_0x358c2b[_0x4c6e54(0xad)];const _0x1b438d={'headers':_0xd01936,'body':_0x36b352,'auth':{'user':helper[_0x4c6e54(0xda)](_0x3fd06c),'pass':helper[_0x4c6e54(0x106)](_0x3fd06c)},'json':!![]};logger[_0x4c6e54(0x11c)](_0x4c6e54(0x104)+JSON[_0x4c6e54(0x12f)](_0x1b438d[_0x4c6e54(0xf4)])[_0x4c6e54(0xcd)](new RegExp(helper[_0x4c6e54(0xda)](_0x3fd06c),'g'),_0x358c2b[_0x4c6e54(0xfc)])[_0x4c6e54(0xcd)](new RegExp(helper['getAccessKey'](_0x3fd06c),'g'),_0x358c2b[_0x4c6e54(0xfc)]));try{const _0x22bbff=await helper[_0x4c6e54(0x13d)](_0x358c2b[_0x4c6e54(0x11a)],FUNNEL_INSTRUMENTATION_API_URL,_0x1b438d,_0x3fd06c);logger[_0x4c6e54(0x11c)](_0x4c6e54(0x120)+_0x3275a3+'\x20response\x20-\x20'+util[_0x4c6e54(0xcb)]('%j',_0x22bbff));}catch(_0x152c2c){logger[_0x4c6e54(0x11c)](_0x4c6e54(0xfa)+FUNNEL_INSTRUMENTATION_API_URL+_0x4c6e54(0xd2)+util['format'](_0x152c2c));}},exports[a179_0xf109c6(0x103)]=async(_0x2dfb9c,_0x3b282b=![])=>{const _0x129672=a179_0xf109c6,_0x23c2f9={'ffhus':function(_0x2aa271){return _0x2aa271();},'ynOII':_0x129672(0x108),'UnFmz':'finishedMetadata','gUEdG':_0x129672(0x118),'EimXM':'SDKTestSuccessful','vzItu':function(_0x4a5bbb,_0x1b41ef,_0x3f1c36){return _0x4a5bbb(_0x1b41ef,_0x3f1c36);},'XOHwf':function(_0xdd3eb3,_0x16d0f2){return _0xdd3eb3+_0x16d0f2;},'eBoUt':_0x129672(0xaf)};if(_0x2dfb9c[_0x129672(0xee)])return;_0x2dfb9c['finalExecutionRan']=!![];try{await _0x2dfb9c[_0x129672(0xdf)](),_0x23c2f9['ffhus'](printNudgeLocalNotSetError);const _0x29b24c={};_0x29b24c[_0x129672(0xb3)]=_0x2dfb9c[_0x129672(0xea)]?_0x2dfb9c[_0x129672(0xea)]:'{}';const _0x56a8c3=_0x29b24c,_0x2238c4=Object['assign']({},_0x56a8c3),_0x55b42e=globals['getGlobal'](_0x23c2f9[_0x129672(0xc8)]);_0x55b42e&&(_0x2238c4[_0x129672(0xf2)]=_0x55b42e);!!_0x2dfb9c[_0x129672(0x13b)]&&(_0x2238c4[_0x23c2f9[_0x129672(0x10e)]]={'reason':_0x23c2f9[_0x129672(0xba)],'signal':_0x2dfb9c[_0x129672(0x13b)]});unhandledErrors=_0x2dfb9c['unhandledErrors'][_0x129672(0x13e)]('\x0a');let _0x2bd91c,_0x227d98,_0x1bb41b;helper[_0x129672(0x10a)](_0x2dfb9c[_0x129672(0xdd)])?([_0x2bd91c,_0x227d98]=await helper[_0x129672(0x115)](_0x2dfb9c[_0x129672(0xdd)]),[_0x1bb41b]=await Promise[_0x129672(0xae)]([helper[_0x129672(0x10d)](_0x2bd91c,_0x2dfb9c['config']),exports[_0x129672(0xb9)](_0x23c2f9[_0x129672(0xf8)],_0x2238c4,_0x2dfb9c[_0x129672(0xdd)],_0x2dfb9c['framework'],_0x3b282b)])):([_0x2bd91c,_0x227d98]=await helper[_0x129672(0xc2)](_0x2dfb9c[_0x129672(0xdd)]),[_0x1bb41b]=await Promise[_0x129672(0xae)]([helper[_0x129672(0xc1)](_0x2bd91c,_0x2dfb9c[_0x129672(0xdd)]),exports[_0x129672(0xb9)](_0x23c2f9['EimXM'],_0x2238c4,_0x2dfb9c[_0x129672(0xdd)],_0x2dfb9c['framework'],_0x3b282b)])),_0x1bb41b&&await _0x23c2f9[_0x129672(0x124)](generateCIArtifacts,_0x1bb41b,_0x227d98),logger[_0x129672(0xc6)](_0x129672(0x133)+_0x2dfb9c[_0x129672(0x138)]+',\x20testhub\x20id:\x20'+process[_0x129672(0xbe)][_0x129672(0xcc)]),await helper[_0x129672(0xd1)](_0x2dfb9c[_0x129672(0xdd)]);}catch(_0x422e51){logger[_0x129672(0x11c)](_0x23c2f9[_0x129672(0xac)](_0x23c2f9[_0x129672(0x102)],_0x422e51));}helper['notifyUpdate']();},exports[a179_0xf109c6(0xd4)]=_0x4cfacf=>{const _0x573e9e=a179_0xf109c6,_0x1d1359={'MWWVD':function(_0x22d178,_0x1827cf){return _0x22d178 instanceof _0x1827cf;},'fJkyd':function(_0xe12f45,_0x2ae61f){return _0xe12f45(_0x2ae61f);}};try{if(_0x1d1359['MWWVD'](_0x4cfacf,Error))return _0x4cfacf[_0x573e9e(0xff)]||_0x4cfacf['toString']();return _0x1d1359['fJkyd'](String,_0x4cfacf);}catch(_0x3f8aaf){return _0x4cfacf?_0x4cfacf[_0x573e9e(0xbf)]():'';}},exports[a179_0xf109c6(0x134)]=_0x1b0df2=>{const _0x130834=a179_0xf109c6,_0x51a998={};_0x51a998[_0x130834(0x13c)]=function(_0xf7d921,_0x19719){return _0xf7d921===_0x19719;};const _0x510361=_0x51a998;return!_0x1b0df2||_0x510361[_0x130834(0x13c)](_0x1b0df2[_0x130834(0x129)](),'');},exports['isModifiable']=_0x236b72=>{const _0x25b2e1=a179_0xf109c6,_0x17e0d1={};_0x17e0d1[_0x25b2e1(0xe0)]=function(_0x23e647,_0xa6a962){return _0x23e647|_0xa6a962;};const _0x5453b2=_0x17e0d1;try{return fs[_0x25b2e1(0xb7)](_0x236b72,_0x5453b2[_0x25b2e1(0xe0)](fs[_0x25b2e1(0xd8)][_0x25b2e1(0x109)],fs[_0x25b2e1(0xd8)]['X_OK'])),!![];}catch(_0x3466ea){return![];}},exports[a179_0xf109c6(0x135)]=_0x110765=>{const _0x409b18=a179_0xf109c6;try{fs[_0x409b18(0x12b)](_0x110765,0x1ff),logger[_0x409b18(0x11c)](_0x409b18(0xeb)+_0x110765+_0x409b18(0xf1));}catch(_0x3051ca){logger[_0x409b18(0xb3)](_0x409b18(0xec)+exports[_0x409b18(0xd4)](_0x3051ca));}};
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 +1 @@
1
- function a180_0xda34(){var _0x5bd861=['W3CMapping','gaUwC','browserstack.overridelocalInfo.userAuthToken','browserstack.bfcache','browserstack.accessibilityOptions.includeIssueType.needsReview','jmSFx','CpIWK','RyCUA','accessibilityOptions.authToken','JeHFY','USaJm','accessibilityOptions.scannerVersion','browserstack.simOptions','wHzdU','resolution','browserstack.maskCommands','maskCommands','browserstack.user','networkLogs','yfFaJ','ZxsOn','geoLocation','useW3c','BxMBk','autoWait','browserstack.networkLogs','browserstack.accessibilityOptions.wcagVersion','oJdxm','browserstack.key','buLij','accessibilityOptions.wcagVersion','buildProductMap','fEuna','voXPr','realMobile','debug','1328GxXIlD','browserstack.debug','playwrightVersion','telemetryLogs','kMNqc','sessionName','idleTimeout','rBrQN','os_version','osVersion','bnsed','browserstack.console','browserstack.networkProfile','appiumLogs','browserstack.use_w3c','423425dUtDqU','accessKey','browserstack.telemetryLogs','browserstack.buildProductMap','iLwKp','browserstack.appium_version','accessibilityOptions.scannerProcessingTimeout','disableCorsRestrictions','browserstack.customNetwork','browserstack.performance','browserstack.uploadMedia','NImgg','24rwfEEL','deviceName','2163007jzPgvT','browserstack.testhubBuildUuid','qaYsV','overridelocalInfo.localIdentifier','browserstack.accessibilityOptions.scannerVersion','video','browserstack.networkLogsOptions','zXGLP','browserstack.enableSim','project','browserstack.appiumLogs','PqWxG','bAtuc','YTecg','30GVsSxK','2117556vgQrYB','BNzAS','SqPgC','cGmCe','bngcR','QEMkJ','browserstack.accessibilityOptions.scannerProcessingTimeout','seleniumVersion','NxzCH','browserstack.accessibilityOptions.authToken','headerParams','buildIdentifier','browserVersion','dcXWT','browserstack.geoLocation','SsQfS','770823BFxwQb','dPYQl','browserstack.hosts','simOptions','browserstack.seleniumLogs','unNaN','WBPnN','buildName','CcOJC','deviceOrientation','PJtHw','rVMws','LKBVl','tbKTZ','PlOnC','xJFMc','wsLocalSupport','customNetwork','networkLogsOptions','consoleLogs','browserstack.wsLocalSupport','testhubBuildUuid','23868WfJnjM','browser','browserstack.disableCorsRestrictions','enableSim','browserstack.timezone','browserstack.maskBasicAuth','browserstack.selenium_version','device','vKfJL','accessibilityOptions.includeIssueType.needsReview','vhhHV','build','4801115ZfliML','browserstackSDK','nbsLf','browserstack.overridelocalInfo.localIdentifier','TYGPV','CzkNC','performance','545132TZJEHC','rZPpO','4kKqpvb','hosts'];a180_0xda34=function(){return _0x5bd861;};return a180_0xda34();}var a180_0x42a8b4=a180_0xbc10;function a180_0xbc10(_0x1ddded,_0x25b658){var _0xda3497=a180_0xda34();return a180_0xbc10=function(_0xbc10e7,_0x432b79){_0xbc10e7=_0xbc10e7-0x13a;var _0x360202=_0xda3497[_0xbc10e7];return _0x360202;},a180_0xbc10(_0x1ddded,_0x25b658);}(function(_0x54d512,_0x10d083){var _0xde42ee=a180_0xbc10,_0x2b53ea=_0x54d512();while(!![]){try{var _0x2af1b5=parseInt(_0xde42ee(0x186))/0x1+parseInt(_0xde42ee(0x188))/0x2*(parseInt(_0xde42ee(0x15d))/0x3)+parseInt(_0xde42ee(0x13c))/0x4*(-parseInt(_0xde42ee(0x1bd))/0x5)+parseInt(_0xde42ee(0x14d))/0x6+parseInt(_0xde42ee(0x13e))/0x7+-parseInt(_0xde42ee(0x1ae))/0x8*(-parseInt(_0xde42ee(0x173))/0x9)+parseInt(_0xde42ee(0x14c))/0xa*(-parseInt(_0xde42ee(0x17f))/0xb);if(_0x2af1b5===_0x10d083)break;else _0x2b53ea['push'](_0x2b53ea['shift']());}catch(_0x1038dd){_0x2b53ea['push'](_0x2b53ea['shift']());}}}(a180_0xda34,0x53e74),exports[a180_0x42a8b4(0x18a)]=()=>{var _0x1fe03c=a180_0x42a8b4,_0x163870={};_0x163870['PvcNt']='userName',_0x163870['ExMDA']=_0x1fe03c(0x1be),_0x163870['CcOJC']=_0x1fe03c(0x1b7),_0x163870[_0x1fe03c(0x151)]=_0x1fe03c(0x174),_0x163870['iLwKp']=_0x1fe03c(0x159),_0x163870['kisVl']=_0x1fe03c(0x1a0),_0x163870['gaUwC']='projectName',_0x163870['unNaN']=_0x1fe03c(0x164),_0x163870[_0x1fe03c(0x14a)]=_0x1fe03c(0x1b3),_0x163870[_0x1fe03c(0x1a7)]='local',_0x163870[_0x1fe03c(0x152)]='localIdentifier',_0x163870[_0x1fe03c(0x1a5)]=_0x1fe03c(0x1ad),_0x163870[_0x1fe03c(0x19e)]=_0x1fe03c(0x170),_0x163870['jBlaL']=_0x1fe03c(0x19c),_0x163870[_0x1fe03c(0x1b8)]=_0x1fe03c(0x16f),_0x163870[_0x1fe03c(0x181)]=_0x1fe03c(0x1bb),_0x163870[_0x1fe03c(0x169)]=_0x1fe03c(0x143),_0x163870[_0x1fe03c(0x16b)]='seleniumLogs',_0x163870[_0x1fe03c(0x18f)]=_0x1fe03c(0x1b1),_0x163870[_0x1fe03c(0x163)]=_0x1fe03c(0x19f),_0x163870[_0x1fe03c(0x194)]='timezone',_0x163870['vhhHV']=_0x1fe03c(0x198),_0x163870[_0x1fe03c(0x14f)]=_0x1fe03c(0x154),_0x163870[_0x1fe03c(0x197)]=_0x1fe03c(0x19a),_0x163870[_0x1fe03c(0x15c)]=_0x1fe03c(0x1b4),_0x163870[_0x1fe03c(0x155)]='maskBasicAuth',_0x163870[_0x1fe03c(0x16a)]=_0x1fe03c(0x1a2),_0x163870['NImgg']=_0x1fe03c(0x189),_0x163870[_0x1fe03c(0x14e)]='bfcache',_0x163870[_0x1fe03c(0x145)]=_0x1fe03c(0x16d),_0x163870[_0x1fe03c(0x1b2)]=_0x1fe03c(0x1c4),_0x163870['ZnZzE']=_0x1fe03c(0x13d),_0x163870[_0x1fe03c(0x1aa)]='realMobile',_0x163870['cGmCe']='appiumVersion',_0x163870[_0x1fe03c(0x1ab)]=_0x1fe03c(0x166),_0x163870[_0x1fe03c(0x183)]=_0x1fe03c(0x16e),_0x163870[_0x1fe03c(0x149)]='networkProfile',_0x163870[_0x1fe03c(0x1b5)]=_0x1fe03c(0x158),_0x163870[_0x1fe03c(0x187)]=_0x1fe03c(0x180),_0x163870[_0x1fe03c(0x14b)]='accessibility',_0x163870[_0x1fe03c(0x16c)]=_0x1fe03c(0x1a9),_0x163870['yNGUL']=_0x1fe03c(0x172),_0x163870['ovnCo']=_0x1fe03c(0x1a8),_0x163870[_0x1fe03c(0x168)]=_0x1fe03c(0x195),_0x163870['CzkNC']=_0x1fe03c(0x1c3),_0x163870[_0x1fe03c(0x167)]='accessibilityOptions.includeIssueType.bestPractice',_0x163870[_0x1fe03c(0x15a)]=_0x1fe03c(0x17c),_0x163870['yfFaJ']=_0x1fe03c(0x192),_0x163870[_0x1fe03c(0x193)]='uploadMedia',_0x163870[_0x1fe03c(0x1a1)]=_0x1fe03c(0x176),_0x163870[_0x1fe03c(0x190)]=_0x1fe03c(0x160),_0x163870['zvZRS']=_0x1fe03c(0x1b0),_0x163870[_0x1fe03c(0x15e)]='overridelocalInfo.userAuthToken',_0x163870[_0x1fe03c(0x191)]=_0x1fe03c(0x141),_0x163870['qaYsV']=_0x1fe03c(0x157),_0x163870[_0x1fe03c(0x17b)]=_0x1fe03c(0x185);var _0x5f1b5c=_0x163870,_0x83318c={};return _0x83318c[_0x1fe03c(0x19b)]=_0x5f1b5c['PvcNt'],_0x83318c[_0x1fe03c(0x1a6)]=_0x5f1b5c['ExMDA'],_0x83318c['os']='os',_0x83318c[_0x1fe03c(0x1b6)]=_0x5f1b5c[_0x1fe03c(0x165)],_0x83318c[_0x1fe03c(0x174)]=_0x5f1b5c[_0x1fe03c(0x151)],_0x83318c['browser_version']=_0x5f1b5c[_0x1fe03c(0x1c1)],_0x83318c[_0x1fe03c(0x1bc)]=_0x5f1b5c['kisVl'],_0x83318c[_0x1fe03c(0x147)]=_0x5f1b5c[_0x1fe03c(0x18b)],_0x83318c[_0x1fe03c(0x17e)]=_0x5f1b5c[_0x1fe03c(0x162)],_0x83318c['name']=_0x5f1b5c[_0x1fe03c(0x14a)],_0x83318c['browserstack.local']=_0x5f1b5c['buLij'],_0x83318c['browserstack.localIdentifier']=_0x5f1b5c['QEMkJ'],_0x83318c[_0x1fe03c(0x1af)]=_0x5f1b5c['oJdxm'],_0x83318c[_0x1fe03c(0x1b9)]=_0x5f1b5c['ZxsOn'],_0x83318c[_0x1fe03c(0x1a3)]=_0x5f1b5c['jBlaL'],_0x83318c[_0x1fe03c(0x144)]=_0x5f1b5c[_0x1fe03c(0x1b8)],_0x83318c[_0x1fe03c(0x148)]=_0x5f1b5c['nbsLf'],_0x83318c['browserstack.video']=_0x5f1b5c[_0x1fe03c(0x169)],_0x83318c[_0x1fe03c(0x161)]=_0x5f1b5c['PlOnC'],_0x83318c[_0x1fe03c(0x1bf)]=_0x5f1b5c[_0x1fe03c(0x18f)],_0x83318c[_0x1fe03c(0x15b)]=_0x5f1b5c[_0x1fe03c(0x163)],_0x83318c[_0x1fe03c(0x177)]=_0x5f1b5c['USaJm'],_0x83318c[_0x1fe03c(0x198)]=_0x5f1b5c[_0x1fe03c(0x17d)],_0x83318c[_0x1fe03c(0x179)]=_0x5f1b5c[_0x1fe03c(0x14f)],_0x83318c[_0x1fe03c(0x199)]=_0x5f1b5c[_0x1fe03c(0x197)],_0x83318c['browserstack.idleTimeout']=_0x5f1b5c[_0x1fe03c(0x15c)],_0x83318c[_0x1fe03c(0x178)]=_0x5f1b5c['NxzCH'],_0x83318c['browserstack.autoWait']=_0x5f1b5c[_0x1fe03c(0x16a)],_0x83318c[_0x1fe03c(0x15f)]=_0x5f1b5c[_0x1fe03c(0x13b)],_0x83318c[_0x1fe03c(0x18d)]=_0x5f1b5c['BNzAS'],_0x83318c[_0x1fe03c(0x171)]=_0x5f1b5c[_0x1fe03c(0x145)],_0x83318c[_0x1fe03c(0x175)]=_0x5f1b5c['kMNqc'],_0x83318c[_0x1fe03c(0x17a)]=_0x5f1b5c['ZnZzE'],_0x83318c[_0x1fe03c(0x1ac)]=_0x5f1b5c[_0x1fe03c(0x1aa)],_0x83318c[_0x1fe03c(0x1c2)]=_0x5f1b5c[_0x1fe03c(0x150)],_0x83318c['deviceOrientation']=_0x5f1b5c[_0x1fe03c(0x1ab)],_0x83318c[_0x1fe03c(0x1c5)]=_0x5f1b5c[_0x1fe03c(0x183)],_0x83318c[_0x1fe03c(0x1ba)]=_0x5f1b5c[_0x1fe03c(0x149)],_0x83318c['browserstack.buildIdentifier']=_0x5f1b5c['rBrQN'],_0x83318c['browserstack.browserstackSDK']=_0x5f1b5c[_0x1fe03c(0x187)],_0x83318c['browserstack.accessibility']=_0x5f1b5c['YTecg'],_0x83318c[_0x1fe03c(0x1c0)]=_0x5f1b5c[_0x1fe03c(0x16c)],_0x83318c[_0x1fe03c(0x13f)]=_0x5f1b5c['yNGUL'],_0x83318c[_0x1fe03c(0x1a4)]=_0x5f1b5c['ovnCo'],_0x83318c[_0x1fe03c(0x142)]=_0x5f1b5c[_0x1fe03c(0x168)],_0x83318c[_0x1fe03c(0x153)]=_0x5f1b5c[_0x1fe03c(0x184)],_0x83318c['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x5f1b5c[_0x1fe03c(0x167)],_0x83318c[_0x1fe03c(0x18e)]=_0x5f1b5c['dcXWT'],_0x83318c[_0x1fe03c(0x156)]=_0x5f1b5c[_0x1fe03c(0x19d)],_0x83318c[_0x1fe03c(0x13a)]=_0x5f1b5c['JeHFY'],_0x83318c[_0x1fe03c(0x146)]=_0x5f1b5c['BxMBk'],_0x83318c[_0x1fe03c(0x196)]=_0x5f1b5c[_0x1fe03c(0x190)],_0x83318c['browserstack.playwrightVersion']=_0x5f1b5c['zvZRS'],_0x83318c[_0x1fe03c(0x18c)]=_0x5f1b5c['dPYQl'],_0x83318c[_0x1fe03c(0x182)]=_0x5f1b5c[_0x1fe03c(0x191)],_0x83318c['browserstack.headerParams']=_0x5f1b5c[_0x1fe03c(0x140)],_0x83318c[_0x1fe03c(0x1c6)]=_0x5f1b5c[_0x1fe03c(0x17b)],_0x83318c;});
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 +1 @@
1
- const a181_0x19ab8d=a181_0x3536;(function(_0x48aba0,_0x44bac3){const _0x375954=a181_0x3536,_0x41d14f=_0x48aba0();while(!![]){try{const _0x47588f=parseInt(_0x375954(0x21b))/0x1*(parseInt(_0x375954(0x204))/0x2)+parseInt(_0x375954(0x1fc))/0x3*(-parseInt(_0x375954(0x237))/0x4)+parseInt(_0x375954(0x202))/0x5+parseInt(_0x375954(0x249))/0x6*(parseInt(_0x375954(0x230))/0x7)+parseInt(_0x375954(0x247))/0x8+-parseInt(_0x375954(0x207))/0x9+-parseInt(_0x375954(0x1ee))/0xa;if(_0x47588f===_0x44bac3)break;else _0x41d14f['push'](_0x41d14f['shift']());}catch(_0x3af081){_0x41d14f['push'](_0x41d14f['shift']());}}}(a181_0x1602,0x6ba01));function a181_0x3536(_0x27af1b,_0x12de50){const _0x160273=a181_0x1602();return a181_0x3536=function(_0x3536cb,_0x1a25cc){_0x3536cb=_0x3536cb-0x1de;let _0x20e306=_0x160273[_0x3536cb];return _0x20e306;},a181_0x3536(_0x27af1b,_0x12de50);}const url=require('url'),util=require('util'),helper=require(a181_0x19ab8d(0x23b)),logger=require(a181_0x19ab8d(0x20d))[a181_0x19ab8d(0x1f7)],constants=require('./bin/utils/constants'),globals=require(a181_0x19ab8d(0x21f));global[a181_0x19ab8d(0x1fb)]=global[a181_0x19ab8d(0x1fb)]||new Map(),exports[a181_0x19ab8d(0x1f8)]=_0x2434c0=>{const _0x5399a0=a181_0x19ab8d,_0x1a6274={};_0x1a6274[_0x5399a0(0x211)]=function(_0x20f46c,_0x2c3786){return _0x20f46c+_0x2c3786;},_0x1a6274['wZnHg']='Invalid\x20new\x20HUB\x20URL:\x20';const _0x4e7193=_0x1a6274,_0x694375=url[_0x5399a0(0x22d)](_0x2434c0);if(!_0x694375['hostname'])throw new Error(_0x4e7193[_0x5399a0(0x211)](_0x4e7193[_0x5399a0(0x246)],_0x2434c0));return _0x694375[_0x5399a0(0x223)]=null,_0x694375[_0x5399a0(0x1e2)]=null,_0x694375[_0x5399a0(0x1f5)]=_0x694375[_0x5399a0(0x225)],_0x694375;},exports[a181_0x19ab8d(0x248)]=(_0x126f3c,_0xede8a3)=>{const _0x1303b9=a181_0x19ab8d,_0x3e6634={};_0x3e6634[_0x1303b9(0x206)]=_0x1303b9(0x205);const _0x449031=_0x3e6634;if(!_0xede8a3){logger[_0x1303b9(0x1f2)](_0x449031[_0x1303b9(0x206)]);return;}global['newHubUrlBySession'][_0x1303b9(0x1eb)](_0xede8a3,_0x126f3c);},exports[a181_0x19ab8d(0x201)]=_0x1ea9e0=>{const _0xf2a78a=a181_0x19ab8d;if(_0x1ea9e0&&global[_0xf2a78a(0x1fb)]['has'](_0x1ea9e0)){const _0x1ef5dd=global[_0xf2a78a(0x1fb)][_0xf2a78a(0x1e9)](_0x1ea9e0);return global[_0xf2a78a(0x1fb)][_0xf2a78a(0x1ff)](_0x1ea9e0),_0x1ef5dd;}return'';},exports['allocateHub']=_0x3b32e5=>{const _0x18ead9=a181_0x19ab8d,_0x1fb80f={'QAaVD':function(_0xbf503d,_0x31ff5d){return _0xbf503d+_0x31ff5d;},'sjLCr':_0x18ead9(0x1f9),'cbZyF':_0x18ead9(0x22a),'vocwI':_0x18ead9(0x1f1),'nuqDd':_0x18ead9(0x21d),'wIWlV':function(_0x58bea7){return _0x58bea7();},'xxqIV':function(_0x548774,_0x51a10b){return _0x548774!==_0x51a10b;},'FHkFD':function(_0x1f4cfc,_0xaa10e1){return _0x1f4cfc===_0xaa10e1;},'gDAWj':_0x18ead9(0x1f0),'AhGit':function(_0x382efe,_0x1d360b){return _0x382efe==_0x1d360b;},'qfXXz':function(_0x50d791,_0x1b0dd0){return _0x50d791===_0x1b0dd0;},'OuudY':function(_0x344325){return _0x344325();}};return new Promise(_0xa042d0=>{const _0x295bdb=_0x18ead9,_0x46741c={'aadeH':function(_0x274a02,_0x101b7d){const _0x32f548=a181_0x3536;return _0x1fb80f[_0x32f548(0x1fd)](_0x274a02,_0x101b7d);},'ivWCo':_0x1fb80f[_0x295bdb(0x23d)],'GCOsZ':_0x1fb80f[_0x295bdb(0x22e)],'NpZav':function(_0x4d2eda,_0x3de9eb){const _0x5a0ab8=_0x295bdb;return _0x1fb80f[_0x5a0ab8(0x1fd)](_0x4d2eda,_0x3de9eb);},'mvdsc':_0x1fb80f[_0x295bdb(0x213)],'PYdUO':_0x1fb80f[_0x295bdb(0x236)],'zeUaD':function(_0x1ac125){const _0x55b368=_0x295bdb;return _0x1fb80f[_0x55b368(0x1ea)](_0x1ac125);},'defdk':function(_0x1e2430,_0x2b6966){const _0x11bfc7=_0x295bdb;return _0x1fb80f[_0x11bfc7(0x1fd)](_0x1e2430,_0x2b6966);},'UnNBw':function(_0x110790){const _0xc151b1=_0x295bdb;return _0x1fb80f[_0xc151b1(0x1ea)](_0x110790);},'cKgCg':function(_0x29757f){const _0x2b72fa=_0x295bdb;return _0x1fb80f[_0x2b72fa(0x1ea)](_0x29757f);},'HntLK':function(_0x5c438e,_0x1d9fc5){const _0x1805bc=_0x295bdb;return _0x1fb80f[_0x1805bc(0x233)](_0x5c438e,_0x1d9fc5);},'iusxA':function(_0x56f2ec,_0x5b2cd9){const _0x3a3084=_0x295bdb;return _0x1fb80f[_0x3a3084(0x1f4)](_0x56f2ec,_0x5b2cd9);},'AsRCj':_0x1fb80f['gDAWj'],'cmBnP':function(_0x50cf92,_0xef0c1c){const _0x59e95a=_0x295bdb;return _0x1fb80f[_0x59e95a(0x243)](_0x50cf92,_0xef0c1c);},'WTizo':function(_0x41f91d,_0x156f38){const _0x12b494=_0x295bdb;return _0x1fb80f[_0x12b494(0x22c)](_0x41f91d,_0x156f38);}};if(_0x3b32e5&&_0x3b32e5[_0x295bdb(0x1e1)]){const _0x1312bf=constants[_0x295bdb(0x232)][_0x3b32e5['hubRegion']];if(_0x1312bf)return constants[_0x295bdb(0x241)]=_0x1312bf,logger[_0x295bdb(0x1f2)]('HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20'+_0x1312bf),globals[_0x295bdb(0x218)](_0x1fb80f[_0x295bdb(0x213)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x1312bf[_0x295bdb(0x229)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x295bdb(0x1f6)]()}),_0x1fb80f['OuudY'](_0xa042d0);logger[_0x295bdb(0x1f2)](_0x295bdb(0x20e)+_0x3b32e5['hubRegion']+_0x295bdb(0x1df));}Promise[_0x295bdb(0x234)](this['nextHubs'](_0x3b32e5))[_0x295bdb(0x228)](_0x3e4f58=>{const _0x54ddf7=_0x295bdb,_0x484a73={'AhiXI':function(_0xb6fa92,_0x1c8b57){const _0xa240df=a181_0x3536;return _0x46741c[_0xa240df(0x20a)](_0xb6fa92,_0x1c8b57);},'EsaIL':_0x46741c[_0x54ddf7(0x21c)],'CnKaq':function(_0x711d61,_0x10916b){return _0x46741c['iusxA'](_0x711d61,_0x10916b);},'bQznS':_0x46741c[_0x54ddf7(0x222)]};logger[_0x54ddf7(0x1f2)]('NEAREST\x20HUBS\x20LIST:\x20'+util['format']('%j',_0x3e4f58));if(_0x46741c[_0x54ddf7(0x20f)](_0x3e4f58,null)||_0x46741c[_0x54ddf7(0x215)](_0x3e4f58[_0x54ddf7(0x208)],0x0))return _0x46741c[_0x54ddf7(0x200)](_0xa042d0);const _0x3423d0=_0x3e4f58[_0x54ddf7(0x219)](_0x3eb693=>{const _0x1c883f=_0x54ddf7,_0x4dca5f=_0x46741c[_0x1c883f(0x212)](_0x46741c[_0x1c883f(0x1ec)],_0x3eb693);return this[_0x1c883f(0x1ed)](_0x3b32e5,_0x4dca5f)['then'](_0x31729c=>{const _0x302b98=_0x1c883f;if(_0x31729c&&_0x31729c['hubUrl']&&_0x484a73[_0x302b98(0x220)](_0x31729c[_0x302b98(0x22f)],undefined)){const _0x51b0b3={};return _0x51b0b3[_0x302b98(0x241)]=_0x31729c[_0x302b98(0x241)],_0x51b0b3['latency']=_0x31729c[_0x302b98(0x22f)],_0x51b0b3['ok']=!![],_0x51b0b3;}const _0x309a5e={};return _0x309a5e[_0x302b98(0x241)]=_0x4dca5f,_0x309a5e[_0x302b98(0x22f)]=null,_0x309a5e['ok']=![],_0x309a5e;})[_0x1c883f(0x22b)](()=>({'hubUrl':_0x4dca5f,'latency':null,'ok':![]}));});Promise[_0x54ddf7(0x23c)](_0x3423d0[_0x54ddf7(0x219)](_0xfe9cf9=>_0xfe9cf9[_0x54ddf7(0x228)](_0x28eac8=>_0x28eac8['ok']?_0x28eac8:null)))['then'](_0x33c2f4=>{const _0x1223d0=_0x54ddf7;if(_0x33c2f4)return _0x33c2f4;return Promise[_0x1223d0(0x244)](_0x3423d0)['then'](()=>null);})[_0x54ddf7(0x228)](_0x29667d=>{const _0x31a194=_0x54ddf7;if(!_0x29667d){logger['debug'](_0x46741c[_0x31a194(0x1e0)]);const _0x33fca0=_0x46741c['NpZav'](_0x46741c[_0x31a194(0x1ec)],_0x3e4f58[0x0]);return globals[_0x31a194(0x218)](_0x46741c[_0x31a194(0x21c)],{'nearestHubs':_0x3e4f58[_0x31a194(0x219)](_0x1bcf1f=>_0x31a194(0x1f9)+_0x1bcf1f),'hubLatencies':{},'selectedHub':_0x33fca0,'selectedHubLatency':null,'fallback':!![],'timestamp':Date['now']()}),constants[_0x31a194(0x241)]=_0x46741c[_0x31a194(0x1ef)](_0x33fca0,_0x46741c[_0x31a194(0x1de)]),logger[_0x31a194(0x1f2)](_0x31a194(0x245)+_0x33fca0),_0x46741c[_0x31a194(0x1e7)](_0xa042d0);}const _0x358c3b={[_0x29667d[_0x31a194(0x241)]]:_0x29667d['latency']},_0x578c1f={'nearestHubs':_0x3e4f58['map'](_0x525974=>_0x31a194(0x1f9)+_0x525974),'hubLatencies':_0x358c3b,'selectedHub':_0x29667d[_0x31a194(0x241)],'selectedHubLatency':_0x29667d['latency'],'timestamp':Date[_0x31a194(0x1f6)]()};globals['setGlobal'](_0x46741c[_0x31a194(0x21c)],_0x578c1f),constants['hubUrl']=_0x46741c[_0x31a194(0x23e)](_0x29667d[_0x31a194(0x241)],_0x46741c[_0x31a194(0x1de)]),logger['debug'](_0x31a194(0x1e3)+_0x29667d[_0x31a194(0x241)]),_0x46741c[_0x31a194(0x216)](_0xa042d0),Promise[_0x31a194(0x235)](_0x3423d0)['then'](_0x5182ee=>{const _0x4e1efa=_0x31a194;try{const _0x5a89eb=globals[_0x4e1efa(0x1e4)](_0x484a73[_0x4e1efa(0x1e8)]);if(!_0x5a89eb||_0x5a89eb[_0x4e1efa(0x227)])return;const _0x502bde={};for(const _0x1724ba of _0x5182ee){_0x484a73[_0x4e1efa(0x203)](_0x1724ba[_0x4e1efa(0x21e)],_0x484a73['bQznS'])&&_0x1724ba[_0x4e1efa(0x23f)]&&_0x1724ba[_0x4e1efa(0x23f)]['ok']&&(_0x502bde[_0x1724ba[_0x4e1efa(0x23f)][_0x4e1efa(0x241)]]=_0x1724ba[_0x4e1efa(0x23f)][_0x4e1efa(0x22f)]);}_0x5a89eb[_0x4e1efa(0x1e5)]=_0x502bde;}catch(_0x8ab98e){logger[_0x4e1efa(0x1f2)](_0x4e1efa(0x21a)+_0x8ab98e);}})[_0x31a194(0x22b)](_0x2584cc=>{const _0x179daf=_0x31a194;logger['debug'](_0x179daf(0x1fe)+_0x2584cc);});})[_0x54ddf7(0x22b)](_0x25f59a=>{const _0x4dec0a=_0x54ddf7;logger[_0x4dec0a(0x1f2)](_0x4dec0a(0x226)+_0x25f59a),_0x46741c[_0x4dec0a(0x200)](_0xa042d0);});})[_0x295bdb(0x22b)](_0x58d7da=>{const _0x365a27=_0x295bdb;logger[_0x365a27(0x1f2)](_0x365a27(0x240)+_0x58d7da),_0x46741c['UnNBw'](_0xa042d0);});});},exports[a181_0x19ab8d(0x1ed)]=async(_0x395434,_0x5b286c)=>{const _0x3e5adb=a181_0x19ab8d,_0x43a892={};_0x43a892[_0x3e5adb(0x231)]=_0x3e5adb(0x238),_0x43a892[_0x3e5adb(0x1f3)]=_0x3e5adb(0x20c),_0x43a892['DAroT']=function(_0x2dcf19,_0x254319){return _0x2dcf19-_0x254319;};const _0x3c46dc=_0x43a892;try{const _0x591b47=new Date();await helper[_0x3e5adb(0x221)](_0x3c46dc['wdwXJ'],_0x3c46dc[_0x3e5adb(0x1f3)],{},_0x395434,_0x5b286c,0x1388);const _0x5cf815=_0x3c46dc['DAroT'](new Date(),_0x591b47);logger['debug'](_0x3e5adb(0x20b)+_0x5b286c+_0x3e5adb(0x209)+_0x5cf815+'ms');const _0x48e828={};return _0x48e828['hubUrl']=_0x5b286c,_0x48e828[_0x3e5adb(0x22f)]=_0x5cf815,_0x48e828;}catch(_0x1248fc){return logger[_0x3e5adb(0x1f2)](_0x3e5adb(0x242)+_0x5b286c+'\x20HUB\x20-\x20'+_0x1248fc),{};}},exports['nextHubs']=async _0x5268b9=>{const _0x3304ef=a181_0x19ab8d,_0x4f4990={'nxALD':function(_0x2dbc24,_0x17e785){return _0x2dbc24(_0x17e785);},'ovveb':_0x3304ef(0x224),'iSXpu':'/wd/hub','vJJXv':_0x3304ef(0x238),'nhZQw':_0x3304ef(0x217)};try{const _0x537f9d=_0x4f4990[_0x3304ef(0x210)](require,_0x4f4990[_0x3304ef(0x23a)])[_0x3304ef(0x241)][_0x3304ef(0x229)](_0x4f4990[_0x3304ef(0x1e6)],''),_0x5a2851=await helper[_0x3304ef(0x221)](_0x4f4990['vJJXv'],_0x4f4990['nhZQw'],{},_0x5268b9,_0x537f9d,0x1388),_0x2ca215=_0x5a2851[_0x3304ef(0x239)];return logger[_0x3304ef(0x1f2)]('Response:\x20'+util[_0x3304ef(0x1fa)]('%j',_0x2ca215)),_0x2ca215['hubs'];}catch(_0x3ee689){logger[_0x3304ef(0x1f2)](_0x3304ef(0x214)+_0x3ee689);}return null;};function a181_0x1602(){const _0x10f475=['then','replace','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','catch','qfXXz','parse','cbZyF','latency','1513715LvNuUh','wdwXJ','HUB_URL_MAP','xxqIV','resolve','allSettled','nuqDd','55592IPZeqS','GET','data','ovveb','./helpers/helper','race','sjLCr','defdk','value','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','hubUrl','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','AhGit','all','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','wZnHg','5190456mOZwlT','updateHubUrl','18ZoXGaI','PYdUO','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','GCOsZ','hubRegion','hash','HUB\x20URL\x20SET\x20TO\x20-\x20','getGlobal','hubLatencies','iSXpu','zeUaD','EsaIL','get','wIWlV','set','ivWCo','findLatency','7235070exeHqA','NpZav','fulfilled','_hubAllocationData','debug','nFmsI','FHkFD','path','now','winstonLogger','getRequestOptions','https://','format','newHubUrlBySession','186onuwSy','QAaVD','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','delete','cKgCg','consumeHubUrlForSession','3777035ZQYUhS','CnKaq','25192zefuNv','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','IuzQE','1602765dMIubX','length','\x20is:\x20','HntLK','Execution\x20time\x20for\x20','check','./helpers/logger','hubRegion\x20','cmBnP','nxALD','ZeijA','aadeH','vocwI','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','WTizo','UnNBw','next_hubs','setGlobal','map','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','12SwvTpK','mvdsc','/wd/hub','status','./helpers/globals','AhiXI','nodeRequest','AsRCj','search','./bin/utils/constants','pathname','ERROR\x20in\x20hub\x20selection:\x20','skipped'];a181_0x1602=function(){return _0x10f475;};return a181_0x1602();}
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;};