browserstack-node-sdk 1.63.5 → 1.63.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a172_0x49be(_0x5644d5,_0x398fab){const _0x2c2373=a172_0x2c23();return a172_0x49be=function(_0x49bef1,_0x1dfa50){_0x49bef1=_0x49bef1-0x12c;let _0x423230=_0x2c2373[_0x49bef1];return _0x423230;},a172_0x49be(_0x5644d5,_0x398fab);}const a172_0xfc9f04=a172_0x49be;(function(_0x4b3edd,_0x3d1c68){const _0x5e8351=a172_0x49be,_0x19df80=_0x4b3edd();while(!![]){try{const _0xd30d7f=parseInt(_0x5e8351(0x1e9))/0x1+parseInt(_0x5e8351(0x1b6))/0x2+-parseInt(_0x5e8351(0x1f5))/0x3+-parseInt(_0x5e8351(0x12d))/0x4+parseInt(_0x5e8351(0x1f0))/0x5+-parseInt(_0x5e8351(0x184))/0x6+parseInt(_0x5e8351(0x12f))/0x7;if(_0xd30d7f===_0x3d1c68)break;else _0x19df80['push'](_0x19df80['shift']());}catch(_0x451e30){_0x19df80['push'](_0x19df80['shift']());}}}(a172_0x2c23,0x2f9a4));const bsSetupHelper=require(a172_0xfc9f04(0x1b7)),LoadTestModule=require('../../bin/v2/modules/loadTestModule'),{isTestObservabilitySession,getFrameworkVersion}=require('../test-observability/utils'),accessibilityHelper=require(a172_0xfc9f04(0x1df)),logger=require('../logger')[a172_0xfc9f04(0x203)],{nestedKeyValue}=require(a172_0xfc9f04(0x156)),scripts=require(a172_0xfc9f04(0x1ed)),globals=require(a172_0xfc9f04(0x1b3)),testHubConstants=require(a172_0xfc9f04(0x1b0)),PWTestDetails=require(a172_0xfc9f04(0x1ba)),JestTestDetails=require('../../bin/jest/test-observability/test-details.js'),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a172_0xfc9f04(0x13e)),OrchestrationUtils=require(a172_0xfc9f04(0x1c4)),constants=require(a172_0xfc9f04(0x1d2));let testData={};function a172_0x2c23(){const _0x23e784=['szonl','skipCDPConnectOverride','debug','1106901KobiQk','isUndefined','commands','BROWSERSTACK_TESTHUB_UUID','scopes','logBuildError','eBeIB','lkgVF','../../bin/jasmine/testRunMap.js','XElTP','parseFromJson','OBSERVABILITY','Zcnhd','sr_automation','winstonLogger','value','name','description','zkVyA','kJnSG','jZdJd','QnQQk','cgHDT','1322676PUcCMS','goog:chromeOptions','2457294pXaVDE','ixGYj','checkAccessibilityPlatformConfig','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','moDwT','BS_TESTOPS_JWT','Otrgp','titlePath','toUpperCase','parse','join','false','BS_TESTOPS_BUILD_COMPLETED','BBoyw','appendTesthubParams','../ats/helper','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','fNvNT','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','gVRGC','platforms','VGKCi','parseA11yJwtPayload','length','accessibilityPlatform','CBTSessionCreated','uFemI','BROWSERSTACK_TESTHUB_UUID:\x20','fTqIW','TestRunStarted','getTestPlanId','4|0|3|2|1','mlLRC','isRunning','JEST','SkcOt','testManagementOptions','bTQPS','error','../helper.js','CPflK','ERROR','getCentralUser','hgwlJ','capabilities','CUCUMBER','cHKNU','soVRF','fKszy','BS_TESTOPS_BUILD_HASHED_ID','handleErrorForObservability','trim','isAppAutomateSession','getCurrentTestData','jiDvf','PeNOZ','keys','javascript','BROWSERSTACK_ACCESSIBILITY','EzVgP','isAccessibilityPlatform','oHPwo','setCurrentTestData','JASMINE','lWqVq','success','build_hashed_id','isPercyBuild','BROWSERSTACK_TEST_PLAN_ID','nonBStackInfraA11yChromeOptions','CZBBv','udgUs','HgMdm','HookRunStarted','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','password','options','vuOQO','BROWSERSTACK_SR_AUTOMATION','CREDENTIALS_FOR_CRASH_REPORTING','BROWSERSTACK_TESTHUB_JWT','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','testPlanId','oNyFV','wwYJD','269964dqAdrU','accessibility','tags','yefDL','yLdio',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','EWUIo','LogCreated','isTrue','BAsHp','username','assign','null','NlJMa','isBrowserstackInfra','test_run','xrykY','dgGJL','KXYBM','CODECEPT','DWqjY','key','fMckS','TUHgh','HbCnC','UhFdS','getAccessibilityPlatformValidation','DvVds','BROWSERSTACK_PERCY','env','true','argv','getBuildStartData','GdgSg','shouldProcessEventForTesthub','sNrXT','getFrameworkDetails','setPercyFlag','setAccessibilityVariables','AwITw','jwt','YXLMo','errors','pVVKE','./constants.js','PLAYWRIGHT','slice','../globals.js','stringify','isLTSSession','80662PsXTvt','../helper','isAccessibilityEnabled','handleErrorForAccessibility','../../bin/playwright/reporter/test-details.js','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','bstackA11yShouldScan','getGlobal','1|5|4|2|0|3','eOxzH','jvcXM','QaTET','uuid','SwIcn','../test-orchestration/orchestrationUtils.js','forEach','uflnr','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','includes','percy','ENV_VAR','rUGbT','getAccessibilityValueFromYml','shouldScanTestForAccessibility','string','YnDra','UMczm','startsWith','../../bin/utils/constants.js','aMkEC','product_map','isTurboScaleSession','BuNFn','command','message','ZVwgz','MOCHA','SEzeZ','RXXfw','split','DEPRECATED','../accessibility-automation/helper','TEST_REPORTING_ANALYTICS','get','PrEfg','setTestData','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getTestFrameworkDetails','MuOzp','fbIbA','getTestOrchestrationBuildStartData','238779cFMWEd','observability','yVbAm','HookRunFinished','../accessibility-automation/scripts.js','nbNgq','vcFyJ','1547290wwmCVF','BS_TESTOPS_ALLOW_SCREENSHOTS'];a172_0x2c23=function(){return _0x23e784;};return a172_0x2c23();}exports['getProductMap']=_0x4269af=>{const _0x401d1c=a172_0xfc9f04,_0x918545={'sNrXT':function(_0x5bf0fd){return _0x5bf0fd();},'VGKCi':function(_0x1114cf,_0x2307dd){return _0x1114cf===_0x2307dd;},'tKWVN':_0x401d1c(0x1a2)};let _0x32d6ea=![],_0x6684f4=![];if(bsSetupHelper[_0x401d1c(0x192)]()&&bsSetupHelper[_0x401d1c(0x163)](_0x4269af))_0x6684f4=!![];else bsSetupHelper[_0x401d1c(0x192)]()&&(_0x32d6ea=!![]);return Object[_0x401d1c(0x18f)]({'observability':_0x918545[_0x401d1c(0x1a7)](isTestObservabilitySession),'accessibility':exports[_0x401d1c(0x1b8)](_0x4269af),'percy':_0x4269af['percy']||![],'sr_automation':_0x918545[_0x401d1c(0x144)](process['env'][_0x401d1c(0x17d)],_0x918545['tKWVN'])||_0x4269af[_0x401d1c(0x202)]||![],'automate':_0x32d6ea,'app_automate':_0x6684f4,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x4269af),'lts':LoadTestModule['isLTSSession'](_0x4269af)},bsSetupHelper[_0x401d1c(0x159)]());},exports[a172_0xfc9f04(0x1a8)]=(_0x3ef8c1,_0x139193)=>{const _0x25ddbc=a172_0xfc9f04,_0x549cd3={'xrykY':function(_0x42dfcd,_0x11c42f){return _0x42dfcd(_0x11c42f);},'XElTP':_0x25ddbc(0x168)},_0x431add={'frameworkName':_0x139193,'frameworkVersion':_0x549cd3[_0x25ddbc(0x194)](getFrameworkVersion,_0x139193),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x549cd3[_0x25ddbc(0x1fe)],'testFramework':bsSetupHelper[_0x25ddbc(0x1e5)](_0x3ef8c1,_0x139193)};return process['env']['FRAMEWORK_DETAILS']=JSON[_0x25ddbc(0x1b4)](_0x431add),_0x431add;},exports[a172_0xfc9f04(0x1a9)]=_0x3c1080=>{const _0x40b4af=a172_0xfc9f04,_0x2b6982={};_0x2b6982[_0x40b4af(0x14b)]=_0x40b4af(0x13a),_0x2b6982[_0x40b4af(0x1db)]=_0x40b4af(0x1a2);const _0x5c082f=_0x2b6982;process[_0x40b4af(0x1a1)][_0x40b4af(0x1a0)]=_0x5c082f['fTqIW'],bsSetupHelper[_0x40b4af(0x18c)](_0x3c1080['config'][_0x40b4af(0x1c9)])&&(!_0x3c1080['percy']||!_0x3c1080[_0x40b4af(0x1c9)][_0x40b4af(0x150)]())&&(process['env'][_0x40b4af(0x1a0)]=_0x5c082f[_0x40b4af(0x1db)]);},exports[a172_0xfc9f04(0x172)]=()=>{const _0x3f1163=a172_0xfc9f04;return bsSetupHelper['isTrue'](process[_0x3f1163(0x1a1)][_0x3f1163(0x1a0)]);},exports['isAccessibilityEnabled']=(_0xf509e4={})=>{const _0x599339=a172_0xfc9f04,_0x4ceb97={};_0x4ceb97[_0x599339(0x15e)]=function(_0x443b54,_0x1c62b4){return _0x443b54!==_0x1c62b4;},_0x4ceb97[_0x599339(0x1a5)]=function(_0x14e1f8,_0x4f550e){return _0x14e1f8===_0x4f550e;},_0x4ceb97[_0x599339(0x19b)]=_0x599339(0x1a2),_0x4ceb97[_0x599339(0x1f2)]=function(_0x113ecf,_0x1c8eb3){return _0x113ecf>_0x1c8eb3;},_0x4ceb97[_0x599339(0x208)]=function(_0x38b2a6,_0x41fb0f){return _0x38b2a6===_0x41fb0f;};const _0x492312=_0x4ceb97;if(_0x492312[_0x599339(0x15e)](process[_0x599339(0x1a1)]['BROWSERSTACK_ACCESSIBILITY'],undefined))return bsSetupHelper[_0x599339(0x18c)](process[_0x599339(0x1a1)][_0x599339(0x169)]);let _0x55e8c4=_0x492312[_0x599339(0x1a5)](process[_0x599339(0x1a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x492312['TUHgh']);return _0x492312[_0x599339(0x1f2)](Object['keys'](_0xf509e4)[_0x599339(0x146)],0x0)&&(process['env'][_0x599339(0x1bb)]=accessibilityHelper[_0x599339(0x131)](_0xf509e4)),_0x55e8c4=_0x55e8c4||_0x492312['kJnSG'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x492312[_0x599339(0x19b)]),_0x55e8c4;},exports['setTestObservabilityVariables']=(_0x23d260,_0x48acb0)=>{const _0x3f95d3=a172_0xfc9f04,_0x129617={'Otrgp':function(_0xba03f){return _0xba03f();},'DWqjY':_0x3f95d3(0x1be),'jvcXM':_0x3f95d3(0x1a2),'PeNOZ':function(_0x51f433,_0x57ad27,_0x566a48){return _0x51f433(_0x57ad27,_0x566a48);},'hgwlJ':_0x3f95d3(0x1ea),'ZVwgz':_0x3f95d3(0x17b)};if(!_0x23d260||!_0x23d260['observability'])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x23d260['observability'][_0x3f95d3(0x170)])return exports[_0x3f95d3(0x161)](_0x23d260[_0x3f95d3(0x1ea)]),[null,null,null];if(_0x129617[_0x3f95d3(0x135)](isTestObservabilitySession)){const _0x499561=_0x129617[_0x3f95d3(0x198)]['split']('|');let _0x281ed5=0x0;while(!![]){switch(_0x499561[_0x281ed5++]){case'0':logger[_0x3f95d3(0x1f4)]('['+constants[_0x3f95d3(0x1e0)]+_0x3f95d3(0x189)+_0x23d260[_0x3f95d3(0x171)]);continue;case'1':process[_0x3f95d3(0x1a1)][_0x3f95d3(0x13b)]=_0x129617[_0x3f95d3(0x1c0)];continue;case'2':_0x129617[_0x3f95d3(0x166)](nestedKeyValue,_0x23d260,[_0x129617[_0x3f95d3(0x15a)],_0x129617[_0x3f95d3(0x1d9)]])&&(process[_0x3f95d3(0x1a1)][_0x3f95d3(0x1f1)]=_0x23d260[_0x3f95d3(0x1ea)][_0x3f95d3(0x17b)]['allow_screenshots']['toString']());continue;case'3':return[_0x23d260[_0x3f95d3(0x1ac)],_0x23d260[_0x3f95d3(0x171)],process['env'][_0x3f95d3(0x1f1)]];case'4':_0x23d260['build_hashed_id']&&(process[_0x3f95d3(0x1a1)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x23d260[_0x3f95d3(0x171)]);continue;case'5':if(_0x23d260['jwt']){process['env'][_0x3f95d3(0x134)]=_0x23d260[_0x3f95d3(0x1ac)];const _0x144ac6={};_0x144ac6[_0x3f95d3(0x18e)]=_0x48acb0[_0x3f95d3(0x18e)],_0x144ac6[_0x3f95d3(0x17a)]=_0x48acb0[_0x3f95d3(0x17a)],process[_0x3f95d3(0x1a1)][_0x3f95d3(0x17e)]=JSON[_0x3f95d3(0x1b4)](_0x144ac6);}continue;}break;}}return[null,null,null];},exports[a172_0xfc9f04(0x1aa)]=_0xf0d5da=>{const _0xa359b6=a172_0xfc9f04,_0x1e1f00={'fNvNT':function(_0x2557be,_0x2dc1e9,_0x14fb47){return _0x2557be(_0x2dc1e9,_0x14fb47);},'KXYBM':'accessibility','jiDvf':_0xa359b6(0x17b),'UCHMZ':function(_0x19d6c2,_0x49aae2,_0x24c2ae,_0x23d9d9){return _0x19d6c2(_0x49aae2,_0x24c2ae,_0x23d9d9);},'pVVKE':_0xa359b6(0x205),'cHKNU':_0xa359b6(0x204),'pzjMI':function(_0x2f164d,_0x43e61a,_0x494f43,_0x91de23){return _0x2f164d(_0x43e61a,_0x494f43,_0x91de23);},'MuOzp':_0xa359b6(0x1d7),'rZqWh':_0xa359b6(0x1f7),'Zcnhd':function(_0x16d993,_0x54eb80,_0x342bc7,_0x3b6f45){return _0x16d993(_0x54eb80,_0x342bc7,_0x3b6f45);},'lkgVF':_0xa359b6(0x174),'EzVgP':_0xa359b6(0x12e),'jZdJd':function(_0x38e75a,_0xe7d40d){return _0x38e75a(_0xe7d40d);},'vuOQO':function(_0x2bafe2,_0x48bca7){return _0x2bafe2===_0x48bca7;},'FDToC':function(_0x5012d1,_0x44fd3a){return _0x5012d1===_0x44fd3a;},'bTQPS':_0xa359b6(0x1a2),'Qtxhq':_0xa359b6(0x132)};if(!_0xf0d5da[_0xa359b6(0x185)])return exports[_0xa359b6(0x1b9)](),[null,null];if(!_0xf0d5da[_0xa359b6(0x185)][_0xa359b6(0x170)])return exports[_0xa359b6(0x1b9)](_0xf0d5da[_0xa359b6(0x185)]),[null,null];if(_0x1e1f00[_0xa359b6(0x140)](nestedKeyValue,_0xf0d5da,[_0x1e1f00[_0xa359b6(0x196)],_0x1e1f00[_0xa359b6(0x165)]])){const {accessibilityToken:_0x52cb36,scannerVersion:_0x4c54a1,scannerProcessingTimeout:_0xdd5706,isMobileScanningEnabledForGroup:_0x473902}=_0x1e1f00['UCHMZ'](jsonifyAccessibilityArray,_0xf0d5da[_0xa359b6(0x185)][_0xa359b6(0x17b)]['capabilities'],_0x1e1f00[_0xa359b6(0x1af)],_0x1e1f00[_0xa359b6(0x15d)]),_0x51fa94={'scripts':_0x1e1f00['pzjMI'](jsonifyAccessibilityArray,_0xf0d5da[_0xa359b6(0x185)]['options']['scripts'],_0x1e1f00['pVVKE'],_0x1e1f00[_0xa359b6(0x1e6)])};_0x51fa94[_0x1e1f00['rZqWh']]=_0xf0d5da[_0xa359b6(0x185)][_0xa359b6(0x17b)]['commandsToWrap']['commands'];const _0x5456f0=_0x1e1f00[_0xa359b6(0x201)](jsonifyAccessibilityArray,_0xf0d5da[_0xa359b6(0x185)][_0xa359b6(0x17b)][_0xa359b6(0x15b)],_0x1e1f00[_0xa359b6(0x1af)],_0x1e1f00[_0xa359b6(0x15d)]);_0x51fa94[_0x1e1f00[_0xa359b6(0x1fc)]]=_0x5456f0[_0x1e1f00[_0xa359b6(0x16a)]],scripts[_0xa359b6(0x1ff)](_0x51fa94),scripts['toJson']();let _0x3e6d63=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];_0x3e6d63=!!_0x3e6d63?JSON[_0xa359b6(0x138)](_0x3e6d63):{},_0x3e6d63['scannerVersion']=_0x4c54a1,process[_0xa359b6(0x1a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0xa359b6(0x1b4)](_0x3e6d63),process[_0xa359b6(0x1a1)]['BS_A11Y_JWT']=_0x52cb36,process['env'][_0xa359b6(0x13f)]=_0x1e1f00[_0xa359b6(0x209)](String,_0x1e1f00[_0xa359b6(0x17c)](_0x473902,!![])||_0x1e1f00['FDToC'](_0x473902,_0x1e1f00[_0xa359b6(0x154)])),logger[_0xa359b6(0x1f4)](_0xa359b6(0x1c7)+_0xf0d5da[_0xa359b6(0x171)]);const _0x543e4e=accessibilityHelper[_0xa359b6(0x145)](_0x52cb36);return _0x543e4e&&bsSetupHelper[_0xa359b6(0x18c)](_0x543e4e[_0xa359b6(0x1f3)])&&(process['env'][_0xa359b6(0x180)]=!![],logger[_0xa359b6(0x1f4)](_0x1e1f00['Qtxhq'])),[_0x52cb36,_0xf0d5da[_0xa359b6(0x171)],_0xdd5706];}return[null,null];},exports[a172_0xfc9f04(0x161)]=_0x5f5606=>{const _0x42c293=a172_0xfc9f04,_0x2d003f={};_0x2d003f[_0x42c293(0x182)]='2|6|3|4|1|0|5',_0x2d003f['BuNFn']=_0x42c293(0x190),_0x2d003f[_0x42c293(0x1cf)]=_0x42c293(0x13a);const _0x517ab9=_0x2d003f,_0x1dc233=_0x517ab9[_0x42c293(0x182)][_0x42c293(0x1dd)]('|');let _0x767392=0x0;while(!![]){switch(_0x1dc233[_0x767392++]){case'0':process[_0x42c293(0x1a1)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x517ab9[_0x42c293(0x1d6)];continue;case'1':process['env'][_0x42c293(0x160)]=_0x517ab9[_0x42c293(0x1d6)];continue;case'2':process[_0x42c293(0x1a1)]['BROWSERSTACK_TESTHUB_UUID']=_0x517ab9[_0x42c293(0x1d6)];continue;case'3':process[_0x42c293(0x1a1)]['BS_TESTOPS_BUILD_COMPLETED']=_0x517ab9[_0x42c293(0x1cf)];continue;case'4':process[_0x42c293(0x1a1)]['BS_TESTOPS_JWT']=_0x517ab9[_0x42c293(0x1d6)];continue;case'5':exports[_0x42c293(0x1fa)](_0x5f5606,testHubConstants[_0x42c293(0x200)]);continue;case'6':process['env'][_0x42c293(0x17f)]=_0x517ab9[_0x42c293(0x1d6)];continue;}break;}},exports['handleErrorForAccessibility']=_0x53c35f=>{const _0x1d0f6e=a172_0xfc9f04,_0x33ca17={};_0x33ca17[_0x1d0f6e(0x20a)]=_0x1d0f6e(0x14e),_0x33ca17['EWUIo']=_0x1d0f6e(0x190),_0x33ca17[_0x1d0f6e(0x18d)]=_0x1d0f6e(0x13a);const _0x25b471=_0x33ca17,_0x4c96fd=_0x25b471[_0x1d0f6e(0x20a)][_0x1d0f6e(0x1dd)]('|');let _0x42c616=0x0;while(!![]){switch(_0x4c96fd[_0x42c616++]){case'0':process[_0x1d0f6e(0x1a1)][_0x1d0f6e(0x17f)]=_0x25b471[_0x1d0f6e(0x18a)];continue;case'1':exports[_0x1d0f6e(0x1fa)](_0x53c35f,testHubConstants['ACCESSIBILITY']);continue;case'2':process[_0x1d0f6e(0x1a1)][_0x1d0f6e(0x1bb)]=_0x25b471[_0x1d0f6e(0x18d)];continue;case'3':process['env'][_0x1d0f6e(0x1e4)]=_0x25b471['BAsHp'];continue;case'4':process['env'][_0x1d0f6e(0x1f8)]=_0x25b471['EWUIo'];continue;}break;}},exports['logBuildError']=(_0x2b5d50,_0x53723b='')=>{const _0x568112=a172_0xfc9f04,_0x5952ca={};_0x5952ca[_0x568112(0x1c1)]=function(_0x4fe4e7,_0x5e3c94){return _0x4fe4e7===_0x5e3c94;};const _0x14aa56=_0x5952ca;if(_0x14aa56[_0x568112(0x1c1)](_0x2b5d50,undefined)){logger[_0x568112(0x155)](_0x53723b[_0x568112(0x137)]()+'\x20Build\x20creation\x20failed');return;}for(const _0x15b886 of _0x2b5d50[_0x568112(0x1ae)]){const _0x589317=_0x15b886[_0x568112(0x199)],_0x862cae=_0x15b886[_0x568112(0x1d8)];if(_0x862cae)switch(_0x589317){case testHubConstants[_0x568112(0x158)]['INVALID_CREDENTIALS']:logger[_0x568112(0x155)](_0x862cae);break;case testHubConstants[_0x568112(0x158)]['ACCESS_DENIED']:logger['info'](_0x862cae);break;case testHubConstants[_0x568112(0x158)][_0x568112(0x1de)]:logger['error'](_0x862cae);break;default:logger[_0x568112(0x155)](_0x862cae);}}};const jsonifyAccessibilityArray=(_0x4845aa,_0x1fe514,_0xe7b0cf)=>{const _0x2ba66c=a172_0xfc9f04,_0x520c8e={};return _0x4845aa[_0x2ba66c(0x1c5)](_0x46959a=>{_0x520c8e[_0x46959a[_0x1fe514]]=_0x46959a[_0xe7b0cf];}),_0x520c8e;};exports['setTestHubCommonMetaInfo']=_0xe58b9a=>{const _0x1cbe21=a172_0xfc9f04;_0xe58b9a[_0x1cbe21(0x1ac)]&&(process[_0x1cbe21(0x1a1)][_0x1cbe21(0x17f)]=_0xe58b9a[_0x1cbe21(0x1ac)]);_0xe58b9a[_0x1cbe21(0x171)]&&(process[_0x1cbe21(0x1a1)]['BROWSERSTACK_TESTHUB_UUID']=_0xe58b9a[_0x1cbe21(0x171)],logger[_0x1cbe21(0x1f4)](_0x1cbe21(0x14a)+_0xe58b9a[_0x1cbe21(0x171)]));;},exports[a172_0xfc9f04(0x1a6)]=(_0x2f81d1='',_0x577486='')=>{const _0xbdf6ac=a172_0xfc9f04,_0x11d6d1={'YXLMo':function(_0x412de3){return _0x412de3();},'vcFyJ':function(_0x2c1c4a,_0x477778){return _0x2c1c4a===_0x477778;},'oHPwo':'uploadEventData','AwITw':_0xbdf6ac(0x18b),'SwIcn':_0xbdf6ac(0x148),'CMZHP':_0xbdf6ac(0x178),'BJxuo':_0xbdf6ac(0x1ec)};if(exports[_0xbdf6ac(0x172)]()&&!exports[_0xbdf6ac(0x1b8)]()&&!_0x11d6d1[_0xbdf6ac(0x1ad)](isTestObservabilitySession)){if(_0x11d6d1[_0xbdf6ac(0x1ef)](_0x577486,_0x11d6d1[_0xbdf6ac(0x16c)]))return![];if([_0x11d6d1[_0xbdf6ac(0x1ab)],_0x11d6d1[_0xbdf6ac(0x1c3)]][_0xbdf6ac(0x1c8)](_0x2f81d1))return![];return!![];}if(exports[_0xbdf6ac(0x1b8)]()&&!_0x11d6d1[_0xbdf6ac(0x1ad)](isTestObservabilitySession)){if([_0x11d6d1['CMZHP'],_0x11d6d1['BJxuo'],_0x11d6d1['AwITw']][_0xbdf6ac(0x1c8)](_0x2f81d1))return![];return!![];}return exports['isAccessibilityEnabled']()||_0x11d6d1[_0xbdf6ac(0x1ad)](isTestObservabilitySession)||exports[_0xbdf6ac(0x172)]();},exports[a172_0xfc9f04(0x13d)]=(_0x3a4a1c,_0x6a3991,_0x527173='',_0x3e4ddc)=>{const _0x3d4df3=a172_0xfc9f04,_0x2f964e={'eOxzH':_0x3d4df3(0x178),'yLdio':_0x3d4df3(0x1ec),'wwYJD':function(_0x359732,_0x5d7725){return _0x359732===_0x5d7725;},'nbNgq':_0x3d4df3(0x1bc),'UhFdS':_0x3d4df3(0x16b),'zkVyA':'accessibility','jUfJw':function(_0xb019cc,_0x532faa){return _0xb019cc&&_0x532faa;},'cgHDT':function(_0x3add65,_0x21fbe0){return _0x3add65===_0x21fbe0;},'RXXfw':function(_0x453c78,_0xc8e8dc){return _0x453c78+_0xc8e8dc;},'mlLRC':function(_0x4a8175,_0x19ff02){return _0x4a8175+_0x19ff02;},'bDUBn':function(_0x1d51fc,_0x2413ff){return _0x1d51fc&&_0x2413ff;},'DvVds':function(_0x41dfe0,_0x2afe71){return _0x41dfe0===_0x2afe71;},'yefDL':function(_0x51c0f0,_0x5d28e3){return _0x51c0f0(_0x5d28e3);},'rUGbT':_0x3d4df3(0x1fd),'BBoyw':function(_0x45de83,_0xa1b48c){return _0x45de83+_0xa1b48c;},'riKgF':function(_0xbbb9d5,_0x963674){return _0xbbb9d5&&_0x963674;},'moDwT':function(_0x12d431,_0x3bf0a3){return _0x12d431===_0x3bf0a3;},'ixGYj':function(_0x118eeb,_0x8985b7){return _0x118eeb===_0x8985b7;},'CZBBv':_0x3d4df3(0x14c),'HbCnC':function(_0x130105,_0x11a830){return _0x130105&&_0x11a830;},'lWqVq':function(_0x506ba7,_0x58a928){return _0x506ba7===_0x58a928;},'CPflK':function(_0x2d0f05,_0x2d2a69){return _0x2d0f05&&_0x2d2a69;},'Oskod':_0x3d4df3(0x1d4)};if(![_0x2f964e[_0x3d4df3(0x1bf)],_0x2f964e[_0x3d4df3(0x188)]][_0x3d4df3(0x1c8)](_0x6a3991)&&exports['isAccessibilityEnabled']()){const _0xfec1b6={};if(_0x2f964e[_0x3d4df3(0x183)](_0x3e4ddc,FRAMEWORKS[_0x3d4df3(0x1da)])){const _0x21e4d6=globals[_0x3d4df3(0x1bd)](_0x2f964e['nbNgq'])||accessibilityHelper[_0x3d4df3(0x1cd)](_0x527173['titlePath'](),!![]),_0x106ac1=globals[_0x3d4df3(0x1bd)](_0x2f964e[_0x3d4df3(0x19d)]);_0xfec1b6[_0x2f964e[_0x3d4df3(0x207)]]=_0x2f964e['jUfJw'](_0x106ac1,_0x21e4d6);}if(_0x2f964e[_0x3d4df3(0x12c)](_0x3e4ddc,FRAMEWORKS[_0x3d4df3(0x151)])){const _0x174ede=_0x2f964e[_0x3d4df3(0x1dc)](_0x2f964e['mlLRC'](_0x3a4a1c[_0x3d4df3(0x1f9)]['join']('\x20'),'\x20'),_0x527173['name']),_0x49c8ef=globals[_0x3d4df3(0x1bd)](_0x2f964e[_0x3d4df3(0x1ee)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x174ede,![]),_0x21613a=browserStackGlobals['isAccessibilityPlatform'];_0xfec1b6[_0x2f964e[_0x3d4df3(0x207)]]=_0x2f964e['bDUBn'](_0x21613a,_0x49c8ef);}if(_0x2f964e[_0x3d4df3(0x19f)](_0x3e4ddc,FRAMEWORKS[_0x3d4df3(0x16e)])){const _0x4dee9c=_0x2f964e[_0x3d4df3(0x187)](require,_0x2f964e[_0x3d4df3(0x1cb)]),_0x4174bf=_0x527173&&_0x4dee9c[_0x3d4df3(0x1e1)](_0x527173['id'])||_0x3a4a1c[_0x3d4df3(0x1c2)];_0x4174bf&&(_0x3a4a1c[_0x3d4df3(0x1c2)]=_0x4174bf);const _0x47adab=_0x2f964e[_0x3d4df3(0x14f)](_0x2f964e[_0x3d4df3(0x13c)](_0x3a4a1c[_0x3d4df3(0x1f9)][_0x3d4df3(0x139)]('\x20'),'\x20'),_0x527173[_0x3d4df3(0x206)]||_0x3a4a1c['name']),_0x504f16=globals[_0x3d4df3(0x1bd)](_0x2f964e['nbNgq'])||accessibilityHelper[_0x3d4df3(0x1cd)](_0x47adab,![]),_0x63e91f=globals[_0x3d4df3(0x1bd)](_0x2f964e[_0x3d4df3(0x19d)]);_0xfec1b6[_0x2f964e[_0x3d4df3(0x207)]]=_0x2f964e['riKgF'](_0x63e91f,_0x504f16);}if(_0x2f964e[_0x3d4df3(0x133)](_0x3e4ddc,FRAMEWORKS[_0x3d4df3(0x1b1)])){if(_0x2f964e[_0x3d4df3(0x130)](_0x6a3991,_0x2f964e[_0x3d4df3(0x175)]))return;_0xfec1b6[_0x2f964e[_0x3d4df3(0x207)]]=PWTestDetails[_0x3d4df3(0x19e)](_0x3a4a1c['uuid']);}if(_0x2f964e['ixGYj'](_0x3e4ddc,FRAMEWORKS[_0x3d4df3(0x197)])){const _0x52f341=accessibilityHelper['shouldScanTestForAccessibility'](_0x527173[_0x3d4df3(0x136)](),!![]),_0x2183ea=global[_0x3d4df3(0x147)];_0xfec1b6[_0x2f964e[_0x3d4df3(0x207)]]=_0x2f964e[_0x3d4df3(0x19c)](_0x2183ea,_0x52f341);}if(_0x2f964e[_0x3d4df3(0x16f)](_0x3e4ddc,FRAMEWORKS[_0x3d4df3(0x15c)])){const _0x584b65=accessibilityHelper[_0x3d4df3(0x1cd)](null,![],_0x3a4a1c[_0x3d4df3(0x186)]),_0x542973=globals[_0x3d4df3(0x1bd)](_0x2f964e[_0x3d4df3(0x19d)]);_0xfec1b6[_0x2f964e[_0x3d4df3(0x207)]]=_0x2f964e[_0x3d4df3(0x157)](_0x542973,_0x584b65);}_0x3a4a1c[_0x2f964e['Oskod']]=_0xfec1b6;}},exports[a172_0xfc9f04(0x164)]=_0x5e74f4=>{const _0x120c87=a172_0xfc9f04,_0x53f2dd={};_0x53f2dd['dgGJL']=function(_0x13f68b,_0x41ef3e){return _0x13f68b>_0x41ef3e;};const _0x2b1a96=_0x53f2dd;let _0x4a16ea={};if(_0x2b1a96['dgGJL'](Object['keys'](testData)['length'],0x0))return testData;_0x4a16ea=JestTestDetails['getTestData']();if(_0x2b1a96[_0x120c87(0x195)](Object[_0x120c87(0x167)](_0x4a16ea)['length'],0x0))return _0x4a16ea;return _0x4a16ea;},exports[a172_0xfc9f04(0x16d)]=(_0x35512d,_0x27bb32={})=>{const _0x6c74fd=a172_0xfc9f04;if(bsSetupHelper[_0x6c74fd(0x1f6)](_0x27bb32[_0x6c74fd(0x193)]))return;switch(_0x35512d){case FRAMEWORKS[_0x6c74fd(0x1da)]:testData=_0x27bb32[_0x6c74fd(0x193)];break;case FRAMEWORKS[_0x6c74fd(0x151)]:JestTestDetails[_0x6c74fd(0x1e3)](_0x27bb32[_0x6c74fd(0x193)]);break;case FRAMEWORKS['JASMINE']:testData=_0x27bb32['test_run'];break;default:break;}},exports[a172_0xfc9f04(0x1cc)]=_0xbe50b5=>{const _0xcfcb33=a172_0xfc9f04,_0x1c51a5={};_0x1c51a5[_0xcfcb33(0x177)]=function(_0x1566bc,_0x25b967){return _0x1566bc!==_0x25b967;},_0x1c51a5[_0xcfcb33(0x1fb)]=function(_0x335eff,_0x136989){return _0x335eff!==_0x136989;},_0x1c51a5[_0xcfcb33(0x152)]=function(_0x2b044c,_0x233174){return _0x2b044c!==_0x233174;};const _0x9b488b=_0x1c51a5;if(_0x9b488b['HgMdm'](_0xbe50b5[_0xcfcb33(0x185)],null)&&_0x9b488b[_0xcfcb33(0x177)](_0xbe50b5[_0xcfcb33(0x185)],undefined))return _0xbe50b5['accessibility'];let _0x18eba4=![],_0x2c036b=![];if(_0xbe50b5[_0xcfcb33(0x143)])for(const _0x667201 of _0xbe50b5[_0xcfcb33(0x143)]){_0x9b488b[_0xcfcb33(0x1fb)](_0x667201[_0xcfcb33(0x185)],null)&&_0x9b488b[_0xcfcb33(0x152)](_0x667201[_0xcfcb33(0x185)],undefined)&&(_0x18eba4=_0x18eba4||bsSetupHelper[_0xcfcb33(0x18c)](_0x667201[_0xcfcb33(0x185)]),_0x2c036b=!![]);}if(_0x2c036b)return _0x18eba4;return null;},exports[a172_0xfc9f04(0x1e8)]=_0x11b3bd=>{const _0x4fcb25=a172_0xfc9f04;if(!_0x11b3bd)return{};const _0x350d32=new OrchestrationUtils(_0x11b3bd);return _0x350d32[_0x4fcb25(0x1a4)]();},exports['getProductMapForBuildStartCall']=_0x481dae=>{const _0x496bf8=a172_0xfc9f04,_0x4b97fd={'PrEfg':function(_0x27443d){return _0x27443d();},'NlJMa':function(_0x45c1c6,_0x2f16ad){return _0x45c1c6===_0x2f16ad;},'uFemI':_0x496bf8(0x1a2)};let _0x434ccf=![],_0x45a494=![];if(bsSetupHelper[_0x496bf8(0x192)]()&&bsSetupHelper[_0x496bf8(0x163)](_0x481dae))_0x45a494=!![];else bsSetupHelper[_0x496bf8(0x192)]()&&(_0x434ccf=!![]);return Object[_0x496bf8(0x18f)]({'observability':_0x4b97fd[_0x496bf8(0x1e2)](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0x481dae),'percy':_0x481dae[_0x496bf8(0x1c9)]||![],'sr_automation':_0x4b97fd[_0x496bf8(0x191)](process['env'][_0x496bf8(0x17d)],_0x4b97fd[_0x496bf8(0x149)])||_0x481dae['sr_automation']||![],'automate':_0x434ccf,'app_automate':_0x45a494,'turboscale':bsSetupHelper[_0x496bf8(0x1d5)](_0x481dae),'lts':LoadTestModule[_0x496bf8(0x1b5)](_0x481dae)},bsSetupHelper['getCentralUser']());};const normalizeTestPlanId=_0x3e7048=>{const _0x596a36=a172_0xfc9f04,_0x560e13={};_0x560e13['fbIbA']=function(_0x384963,_0x48a4ce){return _0x384963!==_0x48a4ce;},_0x560e13[_0x596a36(0x1c6)]=_0x596a36(0x1ce),_0x560e13[_0x596a36(0x19a)]=function(_0x20bd86,_0x386281){return _0x20bd86>_0x386281;};const _0x28ca2f=_0x560e13;if(_0x28ca2f[_0x596a36(0x1e7)](typeof _0x3e7048,_0x28ca2f[_0x596a36(0x1c6)]))return undefined;const _0x2065ba=_0x3e7048[_0x596a36(0x162)]();return _0x28ca2f[_0x596a36(0x19a)](_0x2065ba[_0x596a36(0x146)],0x0)?_0x2065ba:undefined;},readTestPlanIdFromCliArgs=(_0x348fdc=process[a172_0xfc9f04(0x1a3)])=>{const _0x5933d2=a172_0xfc9f04,_0x45804b={};_0x45804b[_0x5933d2(0x1d0)]=function(_0x59a545,_0x2d0185){return _0x59a545<_0x2d0185;},_0x45804b[_0x5933d2(0x1d3)]=function(_0x11a09b,_0x3d6642){return _0x11a09b===_0x3d6642;},_0x45804b['gVRGC']=function(_0x1e5bda,_0x327d83){return _0x1e5bda+_0x327d83;};const _0x33bb66=_0x45804b,_0x2db342='--'+testHubConstants[_0x5933d2(0x179)];for(let _0x14d17e=0x0;_0x33bb66[_0x5933d2(0x1d0)](_0x14d17e,_0x348fdc[_0x5933d2(0x146)]);_0x14d17e+=0x1){const _0x4c80e2=_0x348fdc[_0x14d17e];if(_0x33bb66[_0x5933d2(0x1d3)](_0x4c80e2,_0x2db342)){const _0x37174d=_0x348fdc[_0x33bb66[_0x5933d2(0x142)](_0x14d17e,0x1)];if(!_0x37174d||_0x37174d[_0x5933d2(0x1d1)]('--'))return undefined;return _0x37174d;}if(_0x4c80e2[_0x5933d2(0x1d1)](_0x2db342+'='))return _0x4c80e2[_0x5933d2(0x1b2)](_0x33bb66['gVRGC'](_0x2db342[_0x5933d2(0x146)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x2f1016={})=>{const _0x2e066f=a172_0xfc9f04,_0x3367c8={'fKszy':function(_0x25917f,_0x154924){return _0x25917f(_0x154924);}};return _0x3367c8[_0x2e066f(0x15f)](normalizeTestPlanId,_0x2f1016&&_0x2f1016[_0x2e066f(0x153)]&&_0x2f1016[_0x2e066f(0x153)][_0x2e066f(0x181)]);};exports[a172_0xfc9f04(0x14d)]=(_0x1712d6={},_0x4a7bbb=process['argv'],_0x29d365=process['env'])=>{const _0x118035=a172_0xfc9f04,_0x231601={'udgUs':function(_0x1d4efe,_0x4418cd){return _0x1d4efe(_0x4418cd);},'yVbAm':function(_0x129ab0,_0x4ea00c){return _0x129ab0(_0x4ea00c);},'VAJpz':function(_0x721e5a,_0x3343e5){return _0x721e5a(_0x3343e5);}};try{const _0x26ae4a=_0x231601[_0x118035(0x176)](normalizeTestPlanId,_0x231601[_0x118035(0x1eb)](readTestPlanIdFromCliArgs,_0x4a7bbb));if(_0x26ae4a)return _0x26ae4a;const _0xa42eca=_0x231601[_0x118035(0x176)](normalizeTestPlanId,_0x29d365&&_0x29d365[testHubConstants[_0x118035(0x1ca)][_0x118035(0x173)]]);if(_0xa42eca)return _0xa42eca;return _0x231601['VAJpz'](readTestPlanIdFromConfig,_0x1712d6);}catch(_0x4f41e0){return logger[_0x118035(0x1f4)](_0x118035(0x141)+(_0x4f41e0&&_0x4f41e0['message']?_0x4f41e0[_0x118035(0x1d8)]:_0x4f41e0)),undefined;}};
1
+ const a172_0x55b8f0=a172_0x1f6a;(function(_0x5346d8,_0x37b5d2){const _0xc40448=a172_0x1f6a,_0x275709=_0x5346d8();while(!![]){try{const _0x569974=-parseInt(_0xc40448(0x1e6))/0x1+parseInt(_0xc40448(0x26e))/0x2*(parseInt(_0xc40448(0x241))/0x3)+-parseInt(_0xc40448(0x203))/0x4*(parseInt(_0xc40448(0x224))/0x5)+parseInt(_0xc40448(0x220))/0x6*(-parseInt(_0xc40448(0x252))/0x7)+-parseInt(_0xc40448(0x244))/0x8+-parseInt(_0xc40448(0x258))/0x9+parseInt(_0xc40448(0x291))/0xa;if(_0x569974===_0x37b5d2)break;else _0x275709['push'](_0x275709['shift']());}catch(_0x1c8504){_0x275709['push'](_0x275709['shift']());}}}(a172_0x2788,0x4b869));const bsSetupHelper=require(a172_0x55b8f0(0x284)),LoadTestModule=require('../../bin/v2/modules/loadTestModule'),{isTestObservabilitySession,getFrameworkVersion}=require(a172_0x55b8f0(0x21a)),accessibilityHelper=require(a172_0x55b8f0(0x296)),logger=require(a172_0x55b8f0(0x232))[a172_0x55b8f0(0x2a9)],{nestedKeyValue}=require(a172_0x55b8f0(0x1fd)),scripts=require(a172_0x55b8f0(0x20d)),globals=require(a172_0x55b8f0(0x23c)),testHubConstants=require('./constants.js'),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require('../../bin/jest/test-observability/test-details.js'),{FRAMEWORKS}=require(a172_0x55b8f0(0x24f)),{isTurboScaleSession}=require('../ats/helper'),OrchestrationUtils=require('../test-orchestration/orchestrationUtils.js'),constants=require('../../bin/utils/constants.js');let testData={};exports[a172_0x55b8f0(0x299)]=_0x4362cf=>{const _0x5a3400=a172_0x55b8f0,_0x535359={'INcSd':function(_0xdb3a8d){return _0xdb3a8d();},'oFacG':function(_0x3ee8fe,_0x1aa9ff){return _0x3ee8fe===_0x1aa9ff;},'NmsCI':_0x5a3400(0x29d)};let _0xe14be8=![],_0x38e355=![];if(bsSetupHelper[_0x5a3400(0x297)]()&&bsSetupHelper[_0x5a3400(0x23a)](_0x4362cf))_0x38e355=!![];else bsSetupHelper[_0x5a3400(0x297)]()&&(_0xe14be8=!![]);return Object[_0x5a3400(0x298)]({'observability':_0x535359[_0x5a3400(0x247)](isTestObservabilitySession),'accessibility':exports[_0x5a3400(0x249)](_0x4362cf),'percy':_0x4362cf[_0x5a3400(0x208)]||![],'sr_automation':_0x535359['oFacG'](process[_0x5a3400(0x209)]['BROWSERSTACK_SR_AUTOMATION'],_0x535359[_0x5a3400(0x204)])||_0x4362cf[_0x5a3400(0x1e2)]||![],'automate':_0xe14be8,'app_automate':_0x38e355,'turboscale':bsSetupHelper[_0x5a3400(0x223)](_0x4362cf),'lts':LoadTestModule[_0x5a3400(0x2a4)](_0x4362cf)},bsSetupHelper[_0x5a3400(0x237)]());},exports['getFrameworkDetails']=(_0x1aa3c8,_0x110ced)=>{const _0x148702=a172_0x55b8f0,_0x1da367={'uNgjB':function(_0x3f298d,_0x4ed440){return _0x3f298d(_0x4ed440);},'qxXCf':_0x148702(0x1dd)},_0x1bb1a7={'frameworkName':_0x110ced,'frameworkVersion':_0x1da367[_0x148702(0x239)](getFrameworkVersion,_0x110ced),'sdkVersion':bsSetupHelper[_0x148702(0x281)](),'language':_0x1da367['qxXCf'],'testFramework':bsSetupHelper['getTestFrameworkDetails'](_0x1aa3c8,_0x110ced)};return process[_0x148702(0x209)][_0x148702(0x21c)]=JSON[_0x148702(0x22b)](_0x1bb1a7),_0x1bb1a7;},exports[a172_0x55b8f0(0x2ab)]=_0x1a69fb=>{const _0xf28048=a172_0x55b8f0,_0x40739d={};_0x40739d[_0xf28048(0x212)]=_0xf28048(0x245),_0x40739d[_0xf28048(0x202)]='true';const _0x55d178=_0x40739d;process[_0xf28048(0x209)][_0xf28048(0x2ac)]=_0x55d178[_0xf28048(0x212)],bsSetupHelper['isTrue'](_0x1a69fb[_0xf28048(0x274)][_0xf28048(0x208)])&&(!_0x1a69fb[_0xf28048(0x208)]||!_0x1a69fb['percy'][_0xf28048(0x22f)]())&&(process[_0xf28048(0x209)][_0xf28048(0x2ac)]=_0x55d178['oUDbl']);},exports['isPercyBuild']=()=>{const _0x53ca66=a172_0x55b8f0;return bsSetupHelper[_0x53ca66(0x259)](process[_0x53ca66(0x209)]['BROWSERSTACK_PERCY']);},exports[a172_0x55b8f0(0x249)]=(_0x4d8803={})=>{const _0x1eb12e=a172_0x55b8f0,_0x508433={};_0x508433[_0x1eb12e(0x272)]=function(_0x4ed03e,_0x2a6705){return _0x4ed03e!==_0x2a6705;},_0x508433[_0x1eb12e(0x277)]=function(_0x137d56,_0x9b5e02){return _0x137d56===_0x9b5e02;},_0x508433[_0x1eb12e(0x2b0)]=_0x1eb12e(0x29d),_0x508433[_0x1eb12e(0x27a)]=function(_0x4324bd,_0x18af97){return _0x4324bd>_0x18af97;};const _0x425139=_0x508433;if(_0x425139[_0x1eb12e(0x272)](process[_0x1eb12e(0x209)][_0x1eb12e(0x264)],undefined))return bsSetupHelper['isTrue'](process[_0x1eb12e(0x209)][_0x1eb12e(0x264)]);let _0x25a6be=_0x425139[_0x1eb12e(0x277)](process['env'][_0x1eb12e(0x20e)],_0x425139[_0x1eb12e(0x2b0)]);return _0x425139[_0x1eb12e(0x27a)](Object[_0x1eb12e(0x24a)](_0x4d8803)[_0x1eb12e(0x1f5)],0x0)&&(process[_0x1eb12e(0x209)][_0x1eb12e(0x21d)]=accessibilityHelper[_0x1eb12e(0x1f6)](_0x4d8803)),_0x25a6be=_0x25a6be||_0x425139['yOaUL'](process['env'][_0x1eb12e(0x21d)],_0x425139[_0x1eb12e(0x2b0)]),_0x25a6be;},exports[a172_0x55b8f0(0x260)]=(_0x1ffe4b,_0x581621)=>{const _0x2a52cc=a172_0x55b8f0,_0xff2c50={'xNwSh':function(_0x3182d1){return _0x3182d1();},'EwKDO':'4|5|3|1|0|2','XHDKT':function(_0x176d91,_0x5bd00e,_0x578bb8){return _0x176d91(_0x5bd00e,_0x578bb8);},'VLTfM':'observability','IQXSR':'options','DrWSK':_0x2a52cc(0x29d)};if(!_0x1ffe4b||!_0x1ffe4b[_0x2a52cc(0x215)])return exports[_0x2a52cc(0x26c)](),[null,null,null];if(!_0x1ffe4b[_0x2a52cc(0x215)][_0x2a52cc(0x24e)])return exports['handleErrorForObservability'](_0x1ffe4b[_0x2a52cc(0x215)]),[null,null,null];if(_0xff2c50['xNwSh'](isTestObservabilitySession)){const _0x2764fd=_0xff2c50[_0x2a52cc(0x22d)][_0x2a52cc(0x2a8)]('|');let _0x453ecb=0x0;while(!![]){switch(_0x2764fd[_0x453ecb++]){case'0':logger[_0x2a52cc(0x1f2)]('['+constants['TEST_REPORTING_ANALYTICS']+']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0x1ffe4b[_0x2a52cc(0x28e)]);continue;case'1':_0xff2c50[_0x2a52cc(0x263)](nestedKeyValue,_0x1ffe4b,[_0xff2c50[_0x2a52cc(0x1fa)],_0xff2c50[_0x2a52cc(0x23d)]])&&(process[_0x2a52cc(0x209)]['BS_TESTOPS_ALLOW_SCREENSHOTS']=_0x1ffe4b[_0x2a52cc(0x215)][_0x2a52cc(0x23e)]['allow_screenshots'][_0x2a52cc(0x23b)]());continue;case'2':return[_0x1ffe4b['jwt'],_0x1ffe4b[_0x2a52cc(0x28e)],process[_0x2a52cc(0x209)][_0x2a52cc(0x210)]];case'3':_0x1ffe4b[_0x2a52cc(0x28e)]&&(process[_0x2a52cc(0x209)][_0x2a52cc(0x2ad)]=_0x1ffe4b[_0x2a52cc(0x28e)]);continue;case'4':process['env'][_0x2a52cc(0x211)]=_0xff2c50[_0x2a52cc(0x273)];continue;case'5':if(_0x1ffe4b[_0x2a52cc(0x28c)]){process[_0x2a52cc(0x209)]['BS_TESTOPS_JWT']=_0x1ffe4b['jwt'];const _0x4250e5={};_0x4250e5[_0x2a52cc(0x228)]=_0x581621[_0x2a52cc(0x228)],_0x4250e5[_0x2a52cc(0x20b)]=_0x581621[_0x2a52cc(0x20b)],process['env'][_0x2a52cc(0x266)]=JSON['stringify'](_0x4250e5);}continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x281420=>{const _0xe12d5f=a172_0x55b8f0,_0x6656ce={'vbGDr':function(_0x2fd9e8,_0x4927e0,_0xb75792){return _0x2fd9e8(_0x4927e0,_0xb75792);},'nGidX':'accessibility','sDleD':_0xe12d5f(0x23e),'towIU':function(_0x3b9daa,_0xf0cea2,_0xbf1e36,_0x422080){return _0x3b9daa(_0xf0cea2,_0xbf1e36,_0x422080);},'VcDDQ':'name','HTtda':_0xe12d5f(0x21e),'DGtJy':_0xe12d5f(0x201),'VtBPK':_0xe12d5f(0x26b),'hNfYB':_0xe12d5f(0x287),'FRyeB':_0xe12d5f(0x234),'aMswL':function(_0x40951c,_0x5e1462){return _0x40951c(_0x5e1462);},'SVCNj':function(_0x2114e3,_0xf73f0a){return _0x2114e3===_0xf73f0a;},'peclK':_0xe12d5f(0x29d),'nNSPL':_0xe12d5f(0x262)};if(!_0x281420[_0xe12d5f(0x279)])return exports[_0xe12d5f(0x2a1)](),[null,null];if(!_0x281420[_0xe12d5f(0x279)][_0xe12d5f(0x24e)])return exports[_0xe12d5f(0x2a1)](_0x281420[_0xe12d5f(0x279)]),[null,null];if(_0x6656ce['vbGDr'](nestedKeyValue,_0x281420,[_0x6656ce[_0xe12d5f(0x242)],_0x6656ce['sDleD']])){const {accessibilityToken:_0x32d940,scannerVersion:_0x24bf78,scannerProcessingTimeout:_0x56c822,isMobileScanningEnabledForGroup:_0x4f2845}=_0x6656ce[_0xe12d5f(0x29f)](jsonifyAccessibilityArray,_0x281420[_0xe12d5f(0x279)][_0xe12d5f(0x23e)]['capabilities'],_0x6656ce[_0xe12d5f(0x276)],_0x6656ce[_0xe12d5f(0x278)]),_0x1b17fb={'scripts':_0x6656ce[_0xe12d5f(0x29f)](jsonifyAccessibilityArray,_0x281420[_0xe12d5f(0x279)][_0xe12d5f(0x23e)][_0xe12d5f(0x25c)],_0x6656ce['VcDDQ'],_0x6656ce[_0xe12d5f(0x205)])};_0x1b17fb[_0x6656ce[_0xe12d5f(0x2a5)]]=_0x281420[_0xe12d5f(0x279)][_0xe12d5f(0x23e)][_0xe12d5f(0x253)][_0xe12d5f(0x26b)];const _0x1bb3bd=_0x6656ce['towIU'](jsonifyAccessibilityArray,_0x281420[_0xe12d5f(0x279)][_0xe12d5f(0x23e)][_0xe12d5f(0x1f7)],_0x6656ce[_0xe12d5f(0x276)],_0x6656ce[_0xe12d5f(0x278)]);_0x1b17fb[_0x6656ce[_0xe12d5f(0x283)]]=_0x1bb3bd[_0x6656ce[_0xe12d5f(0x1fc)]],scripts[_0xe12d5f(0x292)](_0x1b17fb),scripts[_0xe12d5f(0x254)]();let _0x3780ae=process[_0xe12d5f(0x209)][_0xe12d5f(0x295)];_0x3780ae=!!_0x3780ae?JSON[_0xe12d5f(0x28a)](_0x3780ae):{},_0x3780ae['scannerVersion']=_0x24bf78,process[_0xe12d5f(0x209)][_0xe12d5f(0x295)]=JSON['stringify'](_0x3780ae),process[_0xe12d5f(0x209)]['BS_A11Y_JWT']=_0x32d940,process['env'][_0xe12d5f(0x216)]=_0x6656ce[_0xe12d5f(0x238)](String,_0x6656ce[_0xe12d5f(0x24d)](_0x4f2845,!![])||_0x6656ce[_0xe12d5f(0x24d)](_0x4f2845,_0x6656ce[_0xe12d5f(0x29e)])),logger[_0xe12d5f(0x1f2)](_0xe12d5f(0x243)+_0x281420['build_hashed_id']);const _0x39aba3=accessibilityHelper[_0xe12d5f(0x1ec)](_0x32d940);return _0x39aba3&&bsSetupHelper[_0xe12d5f(0x259)](_0x39aba3[_0xe12d5f(0x1ed)])&&(process['env'][_0xe12d5f(0x1e5)]=!![],logger[_0xe12d5f(0x1f2)](_0x6656ce['nNSPL'])),[_0x32d940,_0x281420['build_hashed_id'],_0x56c822];}return[null,null];},exports[a172_0x55b8f0(0x26c)]=_0x578fd1=>{const _0x24d3e7=a172_0x55b8f0,_0x2858ea={};_0x2858ea[_0x24d3e7(0x256)]='6|0|4|5|1|2|3',_0x2858ea[_0x24d3e7(0x27e)]='null',_0x2858ea['nwiwk']=_0x24d3e7(0x245);const _0x39f916=_0x2858ea,_0x4328e9=_0x39f916[_0x24d3e7(0x256)][_0x24d3e7(0x2a8)]('|');let _0x11eb28=0x0;while(!![]){switch(_0x4328e9[_0x11eb28++]){case'0':process['env'][_0x24d3e7(0x271)]=_0x39f916[_0x24d3e7(0x27e)];continue;case'1':process[_0x24d3e7(0x209)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x39f916[_0x24d3e7(0x27e)];continue;case'2':process[_0x24d3e7(0x209)][_0x24d3e7(0x210)]=_0x39f916[_0x24d3e7(0x27e)];continue;case'3':exports[_0x24d3e7(0x1e9)](_0x578fd1,testHubConstants[_0x24d3e7(0x1df)]);continue;case'4':process[_0x24d3e7(0x209)][_0x24d3e7(0x211)]=_0x39f916[_0x24d3e7(0x27d)];continue;case'5':process[_0x24d3e7(0x209)]['BS_TESTOPS_JWT']=_0x39f916[_0x24d3e7(0x27e)];continue;case'6':process[_0x24d3e7(0x209)]['BROWSERSTACK_TESTHUB_UUID']=_0x39f916[_0x24d3e7(0x27e)];continue;}break;}},exports[a172_0x55b8f0(0x2a1)]=_0x56c1db=>{const _0x1f9708=a172_0x55b8f0,_0x1ca84a={};_0x1ca84a[_0x1f9708(0x1f9)]='1|4|0|2|3',_0x1ca84a[_0x1f9708(0x29b)]=_0x1f9708(0x245),_0x1ca84a['wxvpP']=_0x1f9708(0x289);const _0x56b876=_0x1ca84a,_0x31a168=_0x56b876[_0x1f9708(0x1f9)][_0x1f9708(0x2a8)]('|');let _0x597605=0x0;while(!![]){switch(_0x31a168[_0x597605++]){case'0':process[_0x1f9708(0x209)][_0x1f9708(0x20e)]=_0x56b876[_0x1f9708(0x29b)];continue;case'1':process[_0x1f9708(0x209)][_0x1f9708(0x236)]=_0x56b876[_0x1f9708(0x2b1)];continue;case'2':process[_0x1f9708(0x209)][_0x1f9708(0x21d)]=_0x56b876[_0x1f9708(0x29b)];continue;case'3':exports[_0x1f9708(0x1e9)](_0x56c1db,testHubConstants[_0x1f9708(0x21f)]);continue;case'4':process[_0x1f9708(0x209)]['BROWSERSTACK_TESTHUB_JWT']=_0x56b876[_0x1f9708(0x2b1)];continue;}break;}},exports[a172_0x55b8f0(0x1e9)]=(_0x19f502,_0x26aa81='')=>{const _0x27d857=a172_0x55b8f0,_0x22f2c3={};_0x22f2c3['NgnHB']=function(_0x24d41e,_0x3d404b){return _0x24d41e===_0x3d404b;};const _0x51bb71=_0x22f2c3;if(_0x51bb71['NgnHB'](_0x19f502,undefined)){logger[_0x27d857(0x1fb)](_0x26aa81['toUpperCase']()+_0x27d857(0x280));return;}for(const _0x437af0 of _0x19f502[_0x27d857(0x2a7)]){const _0x16ebcb=_0x437af0[_0x27d857(0x26f)],_0x184ae4=_0x437af0[_0x27d857(0x1e1)];if(_0x184ae4)switch(_0x16ebcb){case testHubConstants[_0x27d857(0x25e)][_0x27d857(0x255)]:logger[_0x27d857(0x1fb)](_0x184ae4);break;case testHubConstants['ERROR'][_0x27d857(0x2af)]:logger[_0x27d857(0x270)](_0x184ae4);break;case testHubConstants[_0x27d857(0x25e)][_0x27d857(0x1f0)]:logger['error'](_0x184ae4);break;default:logger[_0x27d857(0x1fb)](_0x184ae4);}}};function a172_0x2788(){const _0x3aced4=['env','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','password','PLAYWRIGHT','../accessibility-automation/scripts.js','BROWSERSTACK_TEST_ACCESSIBILITY_YML','TOTuW','BS_TESTOPS_ALLOW_SCREENSHOTS','BS_TESTOPS_BUILD_COMPLETED','soVVg','JEST','BgJwz','observability','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','getTestData','JASMINE','BROWSERSTACK_TESTHUB_UUID:\x20','../test-observability/utils','rCgBk','FRAMEWORK_DETAILS','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','value','ACCESSIBILITY','12zdsWnN','XXIdl','aQZbb','isTurboScaleSession','170ItrIsf','slice','fFjSe','CBTSessionCreated','username','shouldProcessEventForTesthub','LLryT','stringify','TQmAo','EwKDO','description','isRunning','ZfcWy','sHTHb','../logger','lApZy','goog:chromeOptions','isAccessibilityPlatform','BROWSERSTACK_TESTHUB_UUID','getCentralUser','aMswL','uNgjB','isAppAutomateSession','toString','../globals.js','IQXSR','options','tags','isUndefined','187899xQaRaY','nGidX','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','28528AcsTyp','false','join','INcSd','durlR','isAccessibilityEnabled','keys','vjWVt','setTestData','SVCNj','success','../test-observability/constants.js','HookRunStarted','mdrvN','1750357yLRcQK','commandsToWrap','toJson','INVALID_CREDENTIALS','sHTyT','OPXPC','1855863tvSFQb','isTrue','BROWSERSTACK_TEST_PLAN_ID','uploadEventData','scripts','getGlobal','ERROR','LogCreated','setTestObservabilityVariables','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','XHDKT','BROWSERSTACK_ACCESSIBILITY','platforms','CREDENTIALS_FOR_CRASH_REPORTING','mIGHB','getBuildStartData','includes','getAccessibilityValueFromYml','commands','handleErrorForObservability','FoUQW','12RteTTr','key','info','BROWSERSTACK_TESTHUB_JWT','txkkN','DrWSK','config','GcSdu','VcDDQ','yOaUL','HTtda','accessibility','DblIH','testManagementOptions','testPlanId','nwiwk','zTosS','setTestHubCommonMetaInfo','\x20Build\x20creation\x20failed','getAgentVersion','ITeZK','hNfYB','../helper','isPercyBuild','YCsqz','nonBStackInfraA11yChromeOptions','OZxhy','null','parse','test_run','jwt','bVdNE','build_hashed_id','startsWith','HMXcm','8864140TAcigl','parseFromJson','XjYZw','product_map','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','../accessibility-automation/helper','isBrowserstackInfra','assign','getProductMap','eNHWI','HwdjM','qgFxj','true','peclK','towIU','MOCHA','handleErrorForAccessibility','getCurrentTestData','uuid','isLTSSession','VtBPK','LZCnh','errors','split','winstonLogger','FJxsf','setPercyFlag','BROWSERSTACK_PERCY','BS_TESTOPS_BUILD_HASHED_ID','PikEK','ACCESS_DENIED','QtmQX','wxvpP','javascript','CODECEPT','OBSERVABILITY','scopes','message','sr_automation','aSufm','Mmpic','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','216226GHuXBH','getTestOrchestrationBuildStartData','GlmRc','logBuildError','zHqcv','getTestPlanId','parseA11yJwtPayload','skipCDPConnectOverride','oiNNu','gkTeR','DEPRECATED','appendTesthubParams','debug','BROWSERSTACK_SR_AUTOMATION','argv','length','checkAccessibilityPlatformConfig','capabilities','CUCUMBER','WTUPS','VLTfM','error','FRyeB','../helper.js','enYKh','shouldScanTestForAccessibility','bDheZ','command','oUDbl','3148WAJRHx','NmsCI','DGtJy','TDDZp','ZILBY','percy'];a172_0x2788=function(){return _0x3aced4;};return a172_0x2788();}const jsonifyAccessibilityArray=(_0x3d17c2,_0x38632e,_0x468ccb)=>{const _0x46a317={};return _0x3d17c2['forEach'](_0x7f393e=>{_0x46a317[_0x7f393e[_0x38632e]]=_0x7f393e[_0x468ccb];}),_0x46a317;};exports[a172_0x55b8f0(0x27f)]=_0x44297c=>{const _0x7bff7a=a172_0x55b8f0;_0x44297c[_0x7bff7a(0x28c)]&&(process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x44297c[_0x7bff7a(0x28c)]);_0x44297c[_0x7bff7a(0x28e)]&&(process[_0x7bff7a(0x209)][_0x7bff7a(0x236)]=_0x44297c['build_hashed_id'],logger['debug'](_0x7bff7a(0x219)+_0x44297c[_0x7bff7a(0x28e)]));;},exports[a172_0x55b8f0(0x229)]=(_0xb73f6d='',_0x4b12f8='')=>{const _0x1f3df3=a172_0x55b8f0,_0x3e2ddd={'LZCnh':function(_0x4f6e36){return _0x4f6e36();},'aQZbb':function(_0x13e3d4,_0x21f08){return _0x13e3d4===_0x21f08;},'PikEK':_0x1f3df3(0x25b),'TQmAo':_0x1f3df3(0x25f),'eNHWI':_0x1f3df3(0x227),'BgJwz':function(_0x501bde){return _0x501bde();},'durlR':_0x1f3df3(0x250),'ZfcWy':'HookRunFinished','ITeZK':function(_0x296d85){return _0x296d85();}};if(exports[_0x1f3df3(0x285)]()&&!exports['isAccessibilityEnabled']()&&!_0x3e2ddd[_0x1f3df3(0x2a6)](isTestObservabilitySession)){if(_0x3e2ddd[_0x1f3df3(0x222)](_0x4b12f8,_0x3e2ddd[_0x1f3df3(0x2ae)]))return![];if([_0x3e2ddd[_0x1f3df3(0x22c)],_0x3e2ddd[_0x1f3df3(0x29a)]][_0x1f3df3(0x269)](_0xb73f6d))return![];return!![];}if(exports[_0x1f3df3(0x249)]()&&!_0x3e2ddd[_0x1f3df3(0x214)](isTestObservabilitySession)){if([_0x3e2ddd[_0x1f3df3(0x248)],_0x3e2ddd[_0x1f3df3(0x230)],_0x3e2ddd[_0x1f3df3(0x22c)]]['includes'](_0xb73f6d))return![];return!![];}return exports[_0x1f3df3(0x249)]()||_0x3e2ddd[_0x1f3df3(0x282)](isTestObservabilitySession)||exports[_0x1f3df3(0x285)]();},exports[a172_0x55b8f0(0x1f1)]=(_0x458ff8,_0x12acc9,_0x23a2f5='',_0x1d7cc0)=>{const _0x58b878=a172_0x55b8f0,_0xfe25d4={'bVdNE':'HookRunStarted','FJxsf':'HookRunFinished','enYKh':function(_0x2533e2,_0x469992){return _0x2533e2===_0x469992;},'fFjSe':'bstackA11yShouldScan','XXIdl':'isAccessibilityPlatform','FoUQW':_0x58b878(0x279),'YCsqz':function(_0x353036,_0x199e88){return _0x353036&&_0x199e88;},'oiNNu':function(_0x1447da,_0x12f7c4){return _0x1447da+_0x12f7c4;},'GlmRc':function(_0x2ff895,_0x5bd396){return _0x2ff895+_0x5bd396;},'qgFxj':function(_0x14c18f,_0x5eb80f){return _0x14c18f(_0x5eb80f);},'bDheZ':'../../bin/jasmine/testRunMap.js','OZxhy':function(_0x151b7f,_0x44a76e){return _0x151b7f+_0x44a76e;},'YZgWO':function(_0x250081,_0x4efa6a){return _0x250081+_0x4efa6a;},'aNFjN':function(_0x522fec,_0x297b05){return _0x522fec===_0x297b05;},'aSufm':function(_0x1bf912,_0x3667fe){return _0x1bf912===_0x3667fe;},'TDDZp':'TestRunStarted','XjYZw':function(_0x413bcf,_0x5d21db){return _0x413bcf===_0x5d21db;},'mIGHB':function(_0x34ae95,_0x3f3cff){return _0x34ae95&&_0x3f3cff;},'gkTeR':function(_0x37cab7,_0x59199d){return _0x37cab7===_0x59199d;},'nUusX':_0x58b878(0x294)};if(![_0xfe25d4[_0x58b878(0x28d)],_0xfe25d4[_0x58b878(0x2aa)]]['includes'](_0x12acc9)&&exports['isAccessibilityEnabled']()){const _0x5edc93={};if(_0xfe25d4['enYKh'](_0x1d7cc0,FRAMEWORKS[_0x58b878(0x2a0)])){const _0x49135b=globals[_0x58b878(0x25d)](_0xfe25d4[_0x58b878(0x226)])||accessibilityHelper[_0x58b878(0x1ff)](_0x23a2f5['titlePath'](),!![]),_0x5e3303=globals[_0x58b878(0x25d)](_0xfe25d4[_0x58b878(0x221)]);_0x5edc93[_0xfe25d4[_0x58b878(0x26d)]]=_0xfe25d4[_0x58b878(0x286)](_0x5e3303,_0x49135b);}if(_0xfe25d4['enYKh'](_0x1d7cc0,FRAMEWORKS[_0x58b878(0x213)])){const _0x996e16=_0xfe25d4[_0x58b878(0x1ee)](_0xfe25d4[_0x58b878(0x1e8)](_0x458ff8[_0x58b878(0x1e0)][_0x58b878(0x246)]('\x20'),'\x20'),_0x23a2f5['name']),_0x2a5e1d=globals['getGlobal'](_0xfe25d4[_0x58b878(0x226)])||accessibilityHelper[_0x58b878(0x1ff)](_0x996e16,![]),_0x6d1457=browserStackGlobals[_0x58b878(0x235)];_0x5edc93[_0xfe25d4[_0x58b878(0x26d)]]=_0xfe25d4[_0x58b878(0x286)](_0x6d1457,_0x2a5e1d);}if(_0xfe25d4[_0x58b878(0x1fe)](_0x1d7cc0,FRAMEWORKS[_0x58b878(0x218)])){const _0x24ad3e=_0xfe25d4[_0x58b878(0x29c)](require,_0xfe25d4[_0x58b878(0x200)]),_0x3f8e72=_0x23a2f5&&_0x24ad3e['get'](_0x23a2f5['id'])||_0x458ff8[_0x58b878(0x2a3)];_0x3f8e72&&(_0x458ff8['uuid']=_0x3f8e72);const _0x54b6f7=_0xfe25d4[_0x58b878(0x288)](_0xfe25d4['YZgWO'](_0x458ff8[_0x58b878(0x1e0)][_0x58b878(0x246)]('\x20'),'\x20'),_0x23a2f5[_0x58b878(0x22e)]||_0x458ff8['name']),_0xe062d2=globals[_0x58b878(0x25d)](_0xfe25d4[_0x58b878(0x226)])||accessibilityHelper[_0x58b878(0x1ff)](_0x54b6f7,![]),_0x15e426=globals[_0x58b878(0x25d)](_0xfe25d4[_0x58b878(0x221)]);_0x5edc93[_0xfe25d4[_0x58b878(0x26d)]]=_0xfe25d4[_0x58b878(0x286)](_0x15e426,_0xe062d2);}if(_0xfe25d4['aNFjN'](_0x1d7cc0,FRAMEWORKS[_0x58b878(0x20c)])){if(_0xfe25d4[_0x58b878(0x1e3)](_0x12acc9,_0xfe25d4[_0x58b878(0x206)]))return;_0x5edc93[_0xfe25d4[_0x58b878(0x26d)]]=PWTestDetails['getAccessibilityPlatformValidation'](_0x458ff8[_0x58b878(0x2a3)]);}if(_0xfe25d4[_0x58b878(0x293)](_0x1d7cc0,FRAMEWORKS[_0x58b878(0x1de)])){const _0x34e7cc=accessibilityHelper[_0x58b878(0x1ff)](_0x23a2f5['titlePath'](),!![]),_0x47587e=global['accessibilityPlatform'];_0x5edc93[_0xfe25d4[_0x58b878(0x26d)]]=_0xfe25d4[_0x58b878(0x267)](_0x47587e,_0x34e7cc);}if(_0xfe25d4[_0x58b878(0x1ef)](_0x1d7cc0,FRAMEWORKS[_0x58b878(0x1f8)])){const _0x22332b=accessibilityHelper['shouldScanTestForAccessibility'](null,![],_0x458ff8[_0x58b878(0x23f)]),_0x3c9e1d=globals[_0x58b878(0x25d)](_0xfe25d4[_0x58b878(0x221)]);_0x5edc93[_0xfe25d4[_0x58b878(0x26d)]]=_0xfe25d4[_0x58b878(0x267)](_0x3c9e1d,_0x22332b);}_0x458ff8[_0xfe25d4['nUusX']]=_0x5edc93;}},exports[a172_0x55b8f0(0x2a2)]=_0x51f04e=>{const _0x3a989a=a172_0x55b8f0,_0x373687={};_0x373687[_0x3a989a(0x22a)]=function(_0x23157f,_0x23c701){return _0x23157f>_0x23c701;},_0x373687['ZILBY']=function(_0x124cec,_0x392d92){return _0x124cec>_0x392d92;};const _0x21f2c3=_0x373687;let _0x305aa4={};if(_0x21f2c3[_0x3a989a(0x22a)](Object[_0x3a989a(0x24a)](testData)[_0x3a989a(0x1f5)],0x0))return testData;_0x305aa4=JestTestDetails[_0x3a989a(0x217)]();if(_0x21f2c3[_0x3a989a(0x207)](Object[_0x3a989a(0x24a)](_0x305aa4)[_0x3a989a(0x1f5)],0x0))return _0x305aa4;return _0x305aa4;},exports['setCurrentTestData']=(_0x17d3e8,_0x335651={})=>{const _0x57e2dd=a172_0x55b8f0;if(bsSetupHelper[_0x57e2dd(0x240)](_0x335651[_0x57e2dd(0x28b)]))return;switch(_0x17d3e8){case FRAMEWORKS['MOCHA']:testData=_0x335651[_0x57e2dd(0x28b)];break;case FRAMEWORKS[_0x57e2dd(0x213)]:JestTestDetails[_0x57e2dd(0x24c)](_0x335651[_0x57e2dd(0x28b)]);break;case FRAMEWORKS[_0x57e2dd(0x218)]:testData=_0x335651[_0x57e2dd(0x28b)];break;default:break;}},exports[a172_0x55b8f0(0x26a)]=_0x47805a=>{const _0x220c22=a172_0x55b8f0,_0x3f1b44={};_0x3f1b44['KMqUz']=function(_0x4fb98f,_0xa69e30){return _0x4fb98f!==_0xa69e30;},_0x3f1b44[_0x220c22(0x21b)]=function(_0x17197f,_0x1b3fb4){return _0x17197f!==_0x1b3fb4;},_0x3f1b44[_0x220c22(0x275)]=function(_0xc2873f,_0xa4834e){return _0xc2873f!==_0xa4834e;};const _0x289164=_0x3f1b44;if(_0x289164['KMqUz'](_0x47805a[_0x220c22(0x279)],null)&&_0x289164['rCgBk'](_0x47805a['accessibility'],undefined))return _0x47805a[_0x220c22(0x279)];let _0x104f65=![],_0x3b4dee=![];if(_0x47805a['platforms'])for(const _0x1781ea of _0x47805a[_0x220c22(0x265)]){_0x289164[_0x220c22(0x275)](_0x1781ea[_0x220c22(0x279)],null)&&_0x289164['GcSdu'](_0x1781ea[_0x220c22(0x279)],undefined)&&(_0x104f65=_0x104f65||bsSetupHelper[_0x220c22(0x259)](_0x1781ea[_0x220c22(0x279)]),_0x3b4dee=!![]);}if(_0x3b4dee)return _0x104f65;return null;},exports[a172_0x55b8f0(0x1e7)]=_0x497ab9=>{const _0x10972e=a172_0x55b8f0;if(!_0x497ab9)return{};const _0x5b59b7=new OrchestrationUtils(_0x497ab9);return _0x5b59b7[_0x10972e(0x268)]();},exports['getProductMapForBuildStartCall']=_0xb20ee9=>{const _0x51c178=a172_0x55b8f0,_0x466001={'mdrvN':function(_0x36d5aa){return _0x36d5aa();},'NxSVw':function(_0x4facc7,_0x3210f7){return _0x4facc7===_0x3210f7;},'lApZy':_0x51c178(0x29d)};let _0x5d3ab8=![],_0xd35c32=![];if(bsSetupHelper[_0x51c178(0x297)]()&&bsSetupHelper[_0x51c178(0x23a)](_0xb20ee9))_0xd35c32=!![];else bsSetupHelper[_0x51c178(0x297)]()&&(_0x5d3ab8=!![]);return Object[_0x51c178(0x298)]({'observability':_0x466001[_0x51c178(0x251)](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0xb20ee9),'percy':_0xb20ee9[_0x51c178(0x208)]||![],'sr_automation':_0x466001['NxSVw'](process[_0x51c178(0x209)][_0x51c178(0x1f3)],_0x466001[_0x51c178(0x233)])||_0xb20ee9[_0x51c178(0x1e2)]||![],'automate':_0x5d3ab8,'app_automate':_0xd35c32,'turboscale':bsSetupHelper[_0x51c178(0x223)](_0xb20ee9),'lts':LoadTestModule['isLTSSession'](_0xb20ee9)},bsSetupHelper['getCentralUser']());};const normalizeTestPlanId=_0x708f82=>{const _0x13985f=a172_0x55b8f0,_0xf7464d={};_0xf7464d[_0x13985f(0x20f)]=function(_0x417018,_0x3c0f79){return _0x417018!==_0x3c0f79;},_0xf7464d[_0x13985f(0x231)]='string',_0xf7464d[_0x13985f(0x1ea)]=function(_0x1817e5,_0x5b90dd){return _0x1817e5>_0x5b90dd;};const _0x40b218=_0xf7464d;if(_0x40b218[_0x13985f(0x20f)](typeof _0x708f82,_0x40b218['sHTHb']))return undefined;const _0x7e7902=_0x708f82['trim']();return _0x40b218[_0x13985f(0x1ea)](_0x7e7902[_0x13985f(0x1f5)],0x0)?_0x7e7902:undefined;},readTestPlanIdFromCliArgs=(_0x465bce=process['argv'])=>{const _0x4a25b8=a172_0x55b8f0,_0x1c4924={};_0x1c4924[_0x4a25b8(0x257)]=function(_0x3d0475,_0x52d643){return _0x3d0475<_0x52d643;},_0x1c4924[_0x4a25b8(0x290)]=function(_0x242edf,_0x18e7dd){return _0x242edf===_0x18e7dd;},_0x1c4924[_0x4a25b8(0x1e4)]=function(_0x208950,_0x451b07){return _0x208950+_0x451b07;};const _0x5bc7ff=_0x1c4924,_0x1f86b5='--'+testHubConstants[_0x4a25b8(0x20a)];for(let _0x305256=0x0;_0x5bc7ff[_0x4a25b8(0x257)](_0x305256,_0x465bce[_0x4a25b8(0x1f5)]);_0x305256+=0x1){const _0x550a46=_0x465bce[_0x305256];if(_0x5bc7ff[_0x4a25b8(0x290)](_0x550a46,_0x1f86b5)){const _0x1c89d3=_0x465bce[_0x5bc7ff[_0x4a25b8(0x1e4)](_0x305256,0x1)];if(!_0x1c89d3||_0x1c89d3[_0x4a25b8(0x28f)]('--'))return undefined;return _0x1c89d3;}if(_0x550a46[_0x4a25b8(0x28f)](_0x1f86b5+'='))return _0x550a46[_0x4a25b8(0x225)](_0x5bc7ff['Mmpic'](_0x1f86b5[_0x4a25b8(0x1f5)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x168bb2={})=>{const _0x30369e=a172_0x55b8f0,_0x599be6={'etvaA':function(_0x4d8030,_0x456c2e){return _0x4d8030(_0x456c2e);}};return _0x599be6['etvaA'](normalizeTestPlanId,_0x168bb2&&_0x168bb2['testManagementOptions']&&_0x168bb2[_0x30369e(0x27b)][_0x30369e(0x27c)]);};function a172_0x1f6a(_0x352dd2,_0x35aa4c){const _0x27889c=a172_0x2788();return a172_0x1f6a=function(_0x1f6aee,_0x5a2057){_0x1f6aee=_0x1f6aee-0x1dd;let _0x2cabd0=_0x27889c[_0x1f6aee];return _0x2cabd0;},a172_0x1f6a(_0x352dd2,_0x35aa4c);}exports[a172_0x55b8f0(0x1eb)]=(_0xe76638={},_0x61e10a=process[a172_0x55b8f0(0x1f4)],_0xbea153=process[a172_0x55b8f0(0x209)])=>{const _0x5f3434=a172_0x55b8f0,_0xcf8dbc={'vjWVt':function(_0x1ca1f0,_0x402efb){return _0x1ca1f0(_0x402efb);},'enHqH':function(_0x3d2a8f,_0x3f46b9){return _0x3d2a8f(_0x3f46b9);},'SmRPa':function(_0x22eb2b,_0x47fd12){return _0x22eb2b(_0x47fd12);}};try{const _0x1a14e5=_0xcf8dbc[_0x5f3434(0x24b)](normalizeTestPlanId,_0xcf8dbc[_0x5f3434(0x24b)](readTestPlanIdFromCliArgs,_0x61e10a));if(_0x1a14e5)return _0x1a14e5;const _0x14e44e=_0xcf8dbc['enHqH'](normalizeTestPlanId,_0xbea153&&_0xbea153[testHubConstants['ENV_VAR'][_0x5f3434(0x25a)]]);if(_0x14e44e)return _0x14e44e;return _0xcf8dbc['SmRPa'](readTestPlanIdFromConfig,_0xe76638);}catch(_0x40e345){return logger[_0x5f3434(0x1f2)](_0x5f3434(0x261)+(_0x40e345&&_0x40e345[_0x5f3434(0x1e1)]?_0x40e345['message']:_0x40e345)),undefined;}};
@@ -1 +1 @@
1
- const a173_0xaf7aed=a173_0x12ea;function a173_0x57c5(){const _0x5b8872=['6580788uKAhKk','15878urFIXM','20AZKJPN','./utilities','YsvZq','763255FVxjVK','DCzJV','MBpOw','6tXGrQO','24240194UbWptO','312EEvnLM','7391272PPPMkr','12tWqhHi','cancel','317862lNEcgU','201627weATtj','fireFunnelTestEvent','QOSSe'];a173_0x57c5=function(){return _0x5b8872;};return a173_0x57c5();}function a173_0x12ea(_0x23f258,_0x1878a6){const _0x57c5e8=a173_0x57c5();return a173_0x12ea=function(_0x12ea2b,_0xf02809){_0x12ea2b=_0x12ea2b-0x15d;let _0x4c8f9a=_0x57c5e8[_0x12ea2b];return _0x4c8f9a;},a173_0x12ea(_0x23f258,_0x1878a6);}(function(_0x2209b2,_0x419a43){const _0x41c35d=a173_0x12ea,_0x4d7261=_0x2209b2();while(!![]){try{const _0x2ce84f=-parseInt(_0x41c35d(0x16a))/0x1+-parseInt(_0x41c35d(0x15d))/0x2*(parseInt(_0x41c35d(0x164))/0x3)+-parseInt(_0x41c35d(0x168))/0x4*(parseInt(_0x41c35d(0x161))/0x5)+-parseInt(_0x41c35d(0x16e))/0x6+-parseInt(_0x41c35d(0x167))/0x7+-parseInt(_0x41c35d(0x166))/0x8*(parseInt(_0x41c35d(0x16b))/0x9)+-parseInt(_0x41c35d(0x15e))/0xa*(-parseInt(_0x41c35d(0x165))/0xb);if(_0x2ce84f===_0x419a43)break;else _0x4d7261['push'](_0x4d7261['shift']());}catch(_0x2cb603){_0x4d7261['push'](_0x4d7261['shift']());}}}(a173_0x57c5,0x8fd94));const utilities=require(a173_0xaf7aed(0x15f));module['exports']=(_0x458c48,_0x199e79,_0x356afb,_0x171120,_0x37e82f,_0x4fe8dd)=>{const _0x317b32=a173_0xaf7aed,_0x4a6f94={'QOSSe':function(_0x18ed90,_0x492361){return _0x18ed90-_0x492361;},'DCzJV':function(_0x2de636,_0x5ae058){return _0x2de636(_0x5ae058);},'YsvZq':function(_0x367e79,_0x35e0cc,_0x4df65d){return _0x367e79(_0x35e0cc,_0x4df65d);},'MBpOw':function(_0x375199,_0xe4dda6){return _0x375199(_0xe4dda6);}};let _0x5e10ec,_0x434629=![];const _0x415b3c=new Promise((_0x52b081,_0x534e36)=>{const _0x49f032=a173_0x12ea;_0x5e10ec=_0x4a6f94[_0x49f032(0x160)](setTimeout,()=>{const _0x25c40e=_0x49f032;if(!_0x434629){const _0x7d5881={'status':''+_0x199e79,'timeTaken':_0x4a6f94[_0x25c40e(0x16d)](new Date(),_0x171120)};utilities[_0x25c40e(0x16c)](_0x356afb,_0x7d5881,_0x37e82f,_0x4fe8dd),_0x4a6f94[_0x25c40e(0x162)](_0x534e36,new Error(_0x199e79));}},_0x458c48);});return _0x415b3c[_0x317b32(0x169)]=()=>{const _0xf30185=_0x317b32;_0x434629=!![],_0x4a6f94[_0xf30185(0x163)](clearTimeout,_0x5e10ec);},_0x415b3c;};
1
+ function a173_0xde41(_0x14925e,_0x564ce3){const _0x11565e=a173_0x1156();return a173_0xde41=function(_0xde41fa,_0x16ae6c){_0xde41fa=_0xde41fa-0x9e;let _0x53332b=_0x11565e[_0xde41fa];return _0x53332b;},a173_0xde41(_0x14925e,_0x564ce3);}const a173_0x870731=a173_0xde41;(function(_0x25ff7c,_0x501ee7){const _0x3e49af=a173_0xde41,_0xe288f0=_0x25ff7c();while(!![]){try{const _0x4ab243=-parseInt(_0x3e49af(0xa2))/0x1*(parseInt(_0x3e49af(0xaf))/0x2)+parseInt(_0x3e49af(0xa6))/0x3*(parseInt(_0x3e49af(0xa1))/0x4)+-parseInt(_0x3e49af(0xaa))/0x5*(parseInt(_0x3e49af(0xac))/0x6)+-parseInt(_0x3e49af(0xab))/0x7+-parseInt(_0x3e49af(0xae))/0x8*(-parseInt(_0x3e49af(0xa7))/0x9)+parseInt(_0x3e49af(0xa4))/0xa+parseInt(_0x3e49af(0xa3))/0xb*(parseInt(_0x3e49af(0xa0))/0xc);if(_0x4ab243===_0x501ee7)break;else _0xe288f0['push'](_0xe288f0['shift']());}catch(_0x52661f){_0xe288f0['push'](_0xe288f0['shift']());}}}(a173_0x1156,0xcedd5));const utilities=require(a173_0x870731(0xa8));function a173_0x1156(){const _0x460d68=['6418279dxgbPL','12rVGLyt','GqbjZ','2118328oBezvP','1620572crZumP','JwRhU','fireFunnelTestEvent','cancel','60vjQcSE','3151644nXlODS','2yfAIqD','3248685rNOIsA','10971790oFfZNW','OyQTy','6eedYFm','18FCJtAZ','./utilities','yHiOK','3236180BsqXQt'];a173_0x1156=function(){return _0x460d68;};return a173_0x1156();}module['exports']=(_0x1d7309,_0x34af2e,_0x3139d9,_0x324e0c,_0x4606c2,_0x49995d)=>{const _0x58386d=a173_0x870731,_0x104b8b={'hcCGo':function(_0x93957c,_0x1ebf03){return _0x93957c-_0x1ebf03;},'OyQTy':function(_0x4b9443,_0x1da8ff){return _0x4b9443(_0x1da8ff);},'vdUgI':function(_0x212ff3,_0x26e866,_0x424d42){return _0x212ff3(_0x26e866,_0x424d42);},'GqbjZ':function(_0x5af544,_0x723772){return _0x5af544(_0x723772);}};let _0x181223,_0x1a71ae=![];const _0x5443c4=new Promise((_0x542d62,_0x3483c4)=>{const _0x577821={'yHiOK':function(_0x230bc1,_0x5bfb6f){return _0x104b8b['hcCGo'](_0x230bc1,_0x5bfb6f);},'JwRhU':function(_0x3660cc,_0x52f3ac){const _0x3dd4ad=a173_0xde41;return _0x104b8b[_0x3dd4ad(0xa5)](_0x3660cc,_0x52f3ac);}};_0x181223=_0x104b8b['vdUgI'](setTimeout,()=>{const _0x2059f4=a173_0xde41;if(!_0x1a71ae){const _0x5b6bde={'status':''+_0x34af2e,'timeTaken':_0x577821[_0x2059f4(0xa9)](new Date(),_0x324e0c)};utilities[_0x2059f4(0x9e)](_0x3139d9,_0x5b6bde,_0x4606c2,_0x49995d),_0x577821[_0x2059f4(0xb0)](_0x3483c4,new Error(_0x34af2e));}},_0x1d7309);});return _0x5443c4[_0x58386d(0x9f)]=()=>{const _0x59b7de=_0x58386d;_0x1a71ae=!![],_0x104b8b[_0x59b7de(0xad)](clearTimeout,_0x181223);},_0x5443c4;};
@@ -1 +1 @@
1
- function a174_0x1896(_0x229712,_0x2452f5){const _0x5a2389=a174_0x5a23();return a174_0x1896=function(_0x189607,_0x23e017){_0x189607=_0x189607-0x121;let _0x414f53=_0x5a2389[_0x189607];return _0x414f53;},a174_0x1896(_0x229712,_0x2452f5);}const a174_0x341712=a174_0x1896;(function(_0x527a38,_0x41a299){const _0x4d6eb2=a174_0x1896,_0x55319a=_0x527a38();while(!![]){try{const _0xb6f90f=parseInt(_0x4d6eb2(0x135))/0x1+parseInt(_0x4d6eb2(0x123))/0x2*(parseInt(_0x4d6eb2(0x19f))/0x3)+-parseInt(_0x4d6eb2(0x187))/0x4*(parseInt(_0x4d6eb2(0x19d))/0x5)+-parseInt(_0x4d6eb2(0x199))/0x6+parseInt(_0x4d6eb2(0x177))/0x7*(parseInt(_0x4d6eb2(0x167))/0x8)+-parseInt(_0x4d6eb2(0x18b))/0x9+parseInt(_0x4d6eb2(0x181))/0xa;if(_0xb6f90f===_0x41a299)break;else _0x55319a['push'](_0x55319a['shift']());}catch(_0x3fa07b){_0x55319a['push'](_0x55319a['shift']());}}}(a174_0x5a23,0x1e7ee));const os=require('os'),util=require(a174_0x341712(0x12d)),fs=require('fs'),{getProductMap}=require(a174_0x341712(0x189)),logger=require(a174_0x341712(0x194))[a174_0x341712(0x159)],constants=require('../bin/utils/constants'),testHubConstants=require(a174_0x341712(0x14d)),{getTransformPath}=require(a174_0x341712(0x18c)),{FUNNEL_INSTRUMENTATION_API_URL}=require('../bin/utils/constants'),{generateCIArtifacts,printNudgeLocalNotSetError}=require('./helper'),PerformanceTester=require(a174_0x341712(0x170)),globals=require('./globals'),helper=require(a174_0x341712(0x1ab)),{isTestObservabilitySession}=require(a174_0x341712(0x1a2));let unhandledErrors='';function a174_0x5a23(){const _0x105dc9=['sanitizeBrowserStackConfig','application/json','./performance/performance-tester','xGOLm','ENV_VAR','gNWBs','isModifiable','source','toRfu','283388AJOaQE','trim','hostname','getOptimalHubUrl','reduce','unknown','errorMessage','Tgexp','config','codeceptjs','2736240gPtcDm','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','notifyUpdate','null','iIqDQ','hmXij','28HYELiz','QhMKV','./testhub/utils','POST','1540098PihgUR','../bin/playwright/reporter/pwUtils','killSignal','QDmgX','getPackageVersion','forEach','browserStackConfig','accessSync','Directory\x20','./logger','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','isAppAutomateSession','buildName','ZdCJS','60648FqVNxD','[REDACTED]','\x20has\x20now\x20read/write/execute\x20permissions.','stringify','173760wLPtyL','sdkRunId','3jVnvmA','fireFunnelTestEvent','isBrowserstackInfra','./test-observability/utils','OoxoD','KnfOa','bNNzX','APP_AUTOMATE_PRODUCTS','X_OK','finalExecution','API\x20Event\x20','CbINj','./helper','user_killed','tests','getAccessKey','split','seleniumVersion','prAhU','RavDN','every','SDK\x20run\x20ended\x20for\x20id:\x20','SDKTestSuccessful','browserVersion','257118fBmPmD','apply','stopPercy','framework','length','Oxxyp','isTurboScaleSession','oKBeh','values','getNodeAgent','util','IVFCP','SDiMP','getTurboScaleSessionsList','qQyhk','body','W_OK','name','66253IGRCvi','chmodSync','getGlobal','MYZAy','event_properties','type','YEbRZ','APP_AUTOMATE','version','nodejs','getStackTraceAsString','content-type','sendLogs','info','constants','Failed\x20to\x20set\x20directory\x20access:\x20','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','undefined','nodeRequest','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','format','getTestFrameworkDetails',',\x20testhub\x20id:\x20','replace','../helpers/testhub/constants','lfpwU','FqYmG','deviceName','object','hxODa','error','requirePWModule','getUserName','playwrightVersion','klqWp','\x20:\x20','winstonLogger','assign','debug','browser','BROWSERSTACK_TESTHUB_UUID','AUTOMATE_PRODUCTS','PofAD','stack','toString','BGQeI','qPOvn','_hubAllocationData','_buildHashedId','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','16bSeLGS','getSessionsList','env','Playwright','Error\x20in\x20firing\x20request\x20to\x20','all','keys'];a174_0x5a23=function(){return _0x105dc9;};return a174_0x5a23();}exports['fireFunnelTestEvent']=async(_0x5ac0ea,_0x4ded14={},_0x42fe52,_0x13ead9,_0x5438d7=![])=>{const _0x5294e1=a174_0x341712,_0x3d4ff7={'qPOvn':function(_0x13646b,_0x54b18f){return _0x13646b===_0x54b18f;},'gNWBs':_0x5294e1(0x151),'IVFCP':function(_0x72044c,_0x1c4bca){return _0x72044c>_0x1c4bca;},'ZdCJS':_0x5294e1(0x1ad),'PofAD':function(_0x1b7ff6){return _0x1b7ff6();},'hxODa':function(_0x26cee0,_0x210077){return _0x26cee0==_0x210077;},'BGQeI':_0x5294e1(0x184),'YEbRZ':_0x5294e1(0x146),'IgufK':_0x5294e1(0x180),'WAmJr':function(_0x34c189,_0x39643d){return _0x34c189!==_0x39643d;},'lfpwU':_0x5294e1(0x16a),'FqYmG':function(_0x4238fe,_0x3aa20a){return _0x4238fe===_0x3aa20a;},'prAhU':_0x5294e1(0x153),'qQyhk':function(_0x5a6e23,_0x2852c0){return _0x5a6e23>_0x2852c0;},'IfOAd':function(_0x53df53,_0x5da1e4){return _0x53df53+_0x5da1e4;},'klqWp':_0x5294e1(0x166),'bNNzX':_0x5294e1(0x165),'SDiMP':function(_0x2b922c,_0x5a100f){return _0x2b922c(_0x5a100f);},'SNTfX':function(_0x3623c5,_0x48459f){return _0x3623c5(_0x48459f);},'toRfu':_0x5294e1(0x17c),'IXHjG':_0x5294e1(0x13e),'QhMKV':_0x5294e1(0x121),'Tgexp':function(_0x534152){return _0x534152();},'mMWnD':'selenium-webdriver','WRYFt':_0x5294e1(0x16f),'oKBeh':_0x5294e1(0x19a),'CbINj':_0x5294e1(0x18a)};let _0x469634=[];if(helper['isBrowserstackInfra']()&&_0x3d4ff7[_0x5294e1(0x15f)](isTestObservabilitySession))_0x469634=helper[_0x5294e1(0x196)](_0x42fe52)?constants[_0x5294e1(0x1a6)]:constants[_0x5294e1(0x15e)];else{if(_0x3d4ff7['PofAD'](isTestObservabilitySession))_0x469634=constants[_0x5294e1(0x145)];else helper[_0x5294e1(0x1a1)]()&&(_0x469634=helper[_0x5294e1(0x196)](_0x42fe52)?constants[_0x5294e1(0x13c)]:constants['AUTOMATE']);}let _0x5c4ad8=_0x42fe52['buildIdentifier'];if(_0x3d4ff7[_0x5294e1(0x152)](_0x5c4ad8,null))_0x5c4ad8=_0x3d4ff7[_0x5294e1(0x162)];else _0x3d4ff7[_0x5294e1(0x163)](_0x5c4ad8,undefined)&&(_0x5c4ad8=_0x3d4ff7[_0x5294e1(0x13b)]);unhandledErrors&&_0x3d4ff7[_0x5294e1(0x12e)](unhandledErrors[_0x5294e1(0x127)],0x0)&&(_0x4ded14['globalException']=unhandledErrors);global['sdkRunId']&&(_0x4ded14[_0x5294e1(0x19e)]=global['sdkRunId']);try{if(_0x4ded14[_0x5294e1(0x153)]){if(_0x3d4ff7[_0x5294e1(0x163)](_0x13ead9,_0x3d4ff7['IgufK'])&&_0x3d4ff7[_0x5294e1(0x12e)](_0x4ded14[_0x5294e1(0x153)]['length'],0x0)){const _0x2cc8ac={};_0x2cc8ac['os']='',_0x2cc8ac['osVersion']='',_0x2cc8ac[_0x5294e1(0x15c)]='',_0x2cc8ac[_0x5294e1(0x122)]='';const _0x467272=_0x2cc8ac;let _0x5b273e={};const _0x2f65c5=_0x4ded14['error'];_0x5b273e=_0x2f65c5[_0x5294e1(0x17b)]((_0x56c1b5,_0x177630)=>{for(const _0x509c7b in _0x177630){_0x56c1b5[_0x509c7b]=_0x177630[_0x509c7b];}return _0x56c1b5;},{});const _0x4eda18={};_0x4eda18[_0x5294e1(0x1ad)]=_0x5b273e,_0x4ded14['error']=[Object[_0x5294e1(0x15a)]({},_0x467272,_0x4eda18)];}else{let _0x27d03b=0x0;const _0x822700=_0x3d4ff7['WAmJr'](_0x13ead9,_0x3d4ff7[_0x5294e1(0x14e)])?JSON['parse'](_0x4ded14[_0x5294e1(0x153)]):_0x4ded14['error'],_0x88b4d9=Object[_0x5294e1(0x12b)](_0x822700);_0x88b4d9['forEach'](_0x5ad24b=>{const _0x1ebd8e=_0x5294e1;if(_0x3d4ff7[_0x1ebd8e(0x163)](typeof _0x5ad24b,_0x3d4ff7[_0x1ebd8e(0x173)])){const _0x2c1033=Object[_0x1ebd8e(0x12b)](_0x5ad24b);!_0x2c1033[_0x1ebd8e(0x1b3)](_0x4608d4=>_0x4608d4===null||_0x4608d4===undefined||_0x4608d4==='')&&(_0x27d03b+=0x1);}});if(_0x3d4ff7[_0x5294e1(0x14f)](_0x27d03b,0x0))delete _0x4ded14[_0x3d4ff7[_0x5294e1(0x1b1)]];else{const _0x160a28=[];Object[_0x5294e1(0x16d)](_0x822700)[_0x5294e1(0x190)](_0x161cc7=>{const _0x83a3e2=_0x5294e1,_0x9d09e1={'QDmgX':function(_0x361780,_0x57d236){const _0x58867b=a174_0x1896;return _0x3d4ff7[_0x58867b(0x12e)](_0x361780,_0x57d236);}},[_0x1f3a1b,_0x139367,_0x351272,_0xa28c6a]=_0x161cc7[_0x83a3e2(0x1af)](',\x20');let _0x5ea0cd={};if(!_0xa28c6a){const _0x1f3b7d={};_0x1f3b7d[_0x83a3e2(0x150)]=_0x1f3a1b,_0x1f3b7d['osVersion']=_0x139367,_0x1f3b7d['browser']=_0x351272,_0x5ea0cd=_0x1f3b7d;}else{const _0x18d0af={};_0x18d0af['os']=_0x1f3a1b,_0x18d0af['osVersion']=_0x139367,_0x18d0af[_0x83a3e2(0x15c)]=_0x351272,_0x18d0af['browserVersion']=_0xa28c6a,_0x5ea0cd=_0x18d0af;}const _0x123d96={},_0x1473aa=_0x822700[_0x161cc7];Object['keys'](_0x1473aa)[_0x83a3e2(0x190)](_0x399300=>{const _0x5a11d7=_0x83a3e2;_0x9d09e1[_0x5a11d7(0x18e)](_0x1473aa[_0x399300][_0x5a11d7(0x127)],0x0)&&(_0x123d96[_0x399300]=_0x1473aa[_0x399300]);}),_0x3d4ff7[_0x83a3e2(0x12e)](Object[_0x83a3e2(0x16d)](_0x123d96)[_0x83a3e2(0x127)],0x0)&&(_0x5ea0cd[_0x3d4ff7[_0x83a3e2(0x198)]]=_0x123d96,_0x160a28['push'](_0x5ea0cd));}),_0x3d4ff7[_0x5294e1(0x131)](_0x160a28['length'],0x0)?_0x4ded14[_0x5294e1(0x153)]=_0x160a28:delete _0x4ded14[_0x3d4ff7[_0x5294e1(0x1b1)]];}}}}catch(_0x19af8b){delete _0x4ded14[_0x3d4ff7[_0x5294e1(0x1b1)]],logger[_0x5294e1(0x15b)](_0x3d4ff7['IfOAd'](_0x3d4ff7[_0x5294e1(0x157)],_0x19af8b));}const _0x3b5850=helper[_0x5294e1(0x14a)](_0x42fe52,_0x42fe52[_0x5294e1(0x126)]),_0xf10c9e={'userName':helper[_0x5294e1(0x155)](_0x42fe52),'accessKey':helper['getAccessKey'](_0x42fe52),'event_type':_0x5ac0ea,'detectedFramework':_0x13ead9,'buildHashedId':globals[_0x5294e1(0x137)](_0x3d4ff7[_0x5294e1(0x1a5)]),'optimalHubUrl':helper[_0x5294e1(0x17a)](),'event_properties':{'testhub_uuid':process[_0x5294e1(0x169)][testHubConstants[_0x5294e1(0x172)]['BROWSERSTACK_TESTHUB_UUID']]||'','sdkRunId':global[_0x5294e1(0x19e)],'product_map':_0x3d4ff7[_0x5294e1(0x12f)](getProductMap,_0x42fe52),'productMap':_0x3d4ff7['SNTfX'](getProductMap,_0x42fe52),'language_framework':_0x42fe52[_0x5294e1(0x175)]||_0x3d4ff7[_0x5294e1(0x176)],'referrer':helper[_0x5294e1(0x12c)](_0x13ead9),'framework':_0x42fe52['framework'],'frameworkVersion':helper['getFrameworkVersion'](_0x13ead9),'automationFramework':_0x3b5850[_0x5294e1(0x134)],'automationFrameworkVersion':_0x3b5850[_0x5294e1(0x13d)],'language':_0x3d4ff7['IXHjG'],'languageVersion':process['version'],'product':_0x469634,'buildName':_0x42fe52[_0x5294e1(0x197)]||_0x3d4ff7[_0x5294e1(0x13b)],'buildIdentifier':_0x5c4ad8,'os':os[_0x5294e1(0x13a)]()||_0x3d4ff7[_0x5294e1(0x176)],'hostname':os[_0x5294e1(0x179)]()||_0x3d4ff7[_0x5294e1(0x176)],..._0x4ded14,'isCLIEnabled':_0x5438d7}};try{_0x3d4ff7['qPOvn'](_0x5ac0ea,_0x3d4ff7[_0x5294e1(0x188)])&&(_0xf10c9e[_0x5294e1(0x139)][_0x5294e1(0x191)]=helper[_0x5294e1(0x16e)](_0x42fe52)),_0x3d4ff7['FqYmG'](_0x13ead9,_0x3d4ff7[_0x5294e1(0x14e)])?_0xf10c9e[_0x5294e1(0x139)][_0x5294e1(0x156)]=helper[_0x5294e1(0x154)][_0x5294e1(0x124)](null,_0x3d4ff7[_0x5294e1(0x17e)](getTransformPath),!![]):_0xf10c9e['event_properties'][_0x5294e1(0x1b0)]=helper[_0x5294e1(0x18f)](_0x3d4ff7['mMWnD']);}catch(_0x401c11){logger[_0x5294e1(0x15b)](_0x5294e1(0x148)+_0x401c11);}const _0x22bc7c={};_0x22bc7c[_0x5294e1(0x140)]=_0x3d4ff7['WRYFt'];const _0x11a3a5={'headers':_0x22bc7c,'body':_0xf10c9e,'auth':{'user':helper[_0x5294e1(0x155)](_0x42fe52),'pass':helper[_0x5294e1(0x1ae)](_0x42fe52)},'json':!![]};logger['debug'](_0x5294e1(0x182)+JSON[_0x5294e1(0x19c)](_0x11a3a5[_0x5294e1(0x132)])[_0x5294e1(0x14c)](new RegExp(helper[_0x5294e1(0x155)](_0x42fe52),'g'),_0x3d4ff7[_0x5294e1(0x12a)])[_0x5294e1(0x14c)](new RegExp(helper['getAccessKey'](_0x42fe52),'g'),_0x3d4ff7[_0x5294e1(0x12a)]));try{const _0x38779c=await helper[_0x5294e1(0x147)](_0x3d4ff7[_0x5294e1(0x1aa)],FUNNEL_INSTRUMENTATION_API_URL,_0x11a3a5,_0x42fe52);logger[_0x5294e1(0x15b)](_0x5294e1(0x1a9)+_0x5ac0ea+'\x20response\x20-\x20'+util[_0x5294e1(0x149)]('%j',_0x38779c));}catch(_0xc22427){logger[_0x5294e1(0x15b)](_0x5294e1(0x16b)+FUNNEL_INSTRUMENTATION_API_URL+_0x5294e1(0x158)+util[_0x5294e1(0x149)](_0xc22427));}},exports[a174_0x341712(0x1a8)]=async(_0x54542f,_0x203e1c=![])=>{const _0x31f369=a174_0x341712,_0x167203={'xGOLm':function(_0x9d2594){return _0x9d2594();},'RavDN':_0x31f369(0x164),'hmXij':'finishedMetadata','EOrrb':_0x31f369(0x1ac),'Oxxyp':_0x31f369(0x121),'iIqDQ':function(_0x450638,_0x4d1545,_0x342b3c){return _0x450638(_0x4d1545,_0x342b3c);},'KnfOa':function(_0x1bf443,_0x33a32d){return _0x1bf443+_0x33a32d;},'OMeGQ':_0x31f369(0x195)};try{await _0x54542f[_0x31f369(0x125)](),_0x167203[_0x31f369(0x171)](printNudgeLocalNotSetError);const _0x5539fd={};_0x5539fd[_0x31f369(0x153)]=_0x54542f[_0x31f369(0x17d)]?_0x54542f[_0x31f369(0x17d)]:'{}';const _0x8e8711=_0x5539fd,_0x4f66a0=Object[_0x31f369(0x15a)]({},_0x8e8711),_0x2cd840=globals['getGlobal'](_0x167203[_0x31f369(0x1b2)]);_0x2cd840&&(_0x4f66a0['hubAllocation']=_0x2cd840);!!_0x54542f['killSignal']&&(_0x4f66a0[_0x167203[_0x31f369(0x186)]]={'reason':_0x167203['EOrrb'],'signal':_0x54542f[_0x31f369(0x18d)]});unhandledErrors=_0x54542f['unhandledErrors']['join']('\x0a');let _0x233331,_0x719fb4,_0x4df035;helper[_0x31f369(0x129)](_0x54542f[_0x31f369(0x17f)])?([_0x233331,_0x719fb4]=await helper['getTurboScaleBuildLink'](_0x54542f[_0x31f369(0x17f)]),[_0x4df035]=await Promise[_0x31f369(0x16c)]([helper[_0x31f369(0x130)](_0x233331,_0x54542f[_0x31f369(0x17f)]),exports[_0x31f369(0x1a0)](_0x167203[_0x31f369(0x128)],_0x4f66a0,_0x54542f[_0x31f369(0x17f)],_0x54542f[_0x31f369(0x126)],_0x203e1c)])):([_0x233331,_0x719fb4]=await helper['getBuildLink'](_0x54542f['config']),[_0x4df035]=await Promise[_0x31f369(0x16c)]([helper[_0x31f369(0x168)](_0x233331,_0x54542f['config']),exports['fireFunnelTestEvent'](_0x167203[_0x31f369(0x128)],_0x4f66a0,_0x54542f[_0x31f369(0x17f)],_0x54542f[_0x31f369(0x126)],_0x203e1c)])),_0x4df035&&await _0x167203[_0x31f369(0x185)](generateCIArtifacts,_0x4df035,_0x719fb4),logger[_0x31f369(0x142)](_0x31f369(0x1b4)+_0x54542f[_0x31f369(0x19e)]+_0x31f369(0x14b)+process[_0x31f369(0x169)][_0x31f369(0x15d)]),await helper[_0x31f369(0x141)](_0x54542f['config']);}catch(_0x1eef8b){logger['debug'](_0x167203[_0x31f369(0x1a4)](_0x167203['OMeGQ'],_0x1eef8b));}helper[_0x31f369(0x183)]();},exports[a174_0x341712(0x13f)]=_0x4911d5=>{const _0x1aaaca=a174_0x341712,_0x3d4414={'nkrhM':function(_0x53d183,_0x85a2d3){return _0x53d183 instanceof _0x85a2d3;},'MYZAy':function(_0x5e7a27,_0x256a1f){return _0x5e7a27(_0x256a1f);}};try{if(_0x3d4414['nkrhM'](_0x4911d5,Error))return _0x4911d5[_0x1aaaca(0x160)]||_0x4911d5[_0x1aaaca(0x161)]();return _0x3d4414[_0x1aaaca(0x138)](String,_0x4911d5);}catch(_0x3cdbbf){return _0x4911d5?_0x4911d5[_0x1aaaca(0x161)]():'';}},exports['isNullOrEmpty']=_0x592324=>{const _0x4612d3=a174_0x341712,_0x548887={};_0x548887[_0x4612d3(0x1a3)]=function(_0x462b01,_0x3daa51){return _0x462b01===_0x3daa51;};const _0xa6c367=_0x548887;return!_0x592324||_0xa6c367[_0x4612d3(0x1a3)](_0x592324[_0x4612d3(0x178)](),'');},exports[a174_0x341712(0x174)]=_0xad57de=>{const _0x31c750=a174_0x341712,_0x3de32c={};_0x3de32c['YlYdc']=function(_0xe08f3a,_0x5c1a8){return _0xe08f3a|_0x5c1a8;};const _0xdccdd2=_0x3de32c;try{return fs[_0x31c750(0x192)](_0xad57de,_0xdccdd2['YlYdc'](fs[_0x31c750(0x143)][_0x31c750(0x133)],fs[_0x31c750(0x143)][_0x31c750(0x1a7)])),!![];}catch(_0x413b4c){return![];}},exports['setReadWriteExecuteAccess']=_0x1190a8=>{const _0x43f810=a174_0x341712;try{fs[_0x43f810(0x136)](_0x1190a8,0x1ff),logger['debug'](_0x43f810(0x193)+_0x1190a8+_0x43f810(0x19b));}catch(_0x242fe2){logger[_0x43f810(0x153)](_0x43f810(0x144)+exports['getStackTraceAsString'](_0x242fe2));}};
1
+ const a174_0xd752ed=a174_0x1a73;(function(_0x2b4ec6,_0x2ef42d){const _0x3c7f61=a174_0x1a73,_0x5c9d1f=_0x2b4ec6();while(!![]){try{const _0x4f66ac=parseInt(_0x3c7f61(0x115))/0x1*(-parseInt(_0x3c7f61(0x180))/0x2)+parseInt(_0x3c7f61(0x108))/0x3+-parseInt(_0x3c7f61(0x157))/0x4*(-parseInt(_0x3c7f61(0x100))/0x5)+-parseInt(_0x3c7f61(0x172))/0x6+parseInt(_0x3c7f61(0x10a))/0x7*(parseInt(_0x3c7f61(0x144))/0x8)+-parseInt(_0x3c7f61(0x10c))/0x9+-parseInt(_0x3c7f61(0x151))/0xa*(parseInt(_0x3c7f61(0x17f))/0xb);if(_0x4f66ac===_0x2ef42d)break;else _0x5c9d1f['push'](_0x5c9d1f['shift']());}catch(_0x3daf6b){_0x5c9d1f['push'](_0x5c9d1f['shift']());}}}(a174_0x5241,0xa043e));function a174_0x1a73(_0x2add7d,_0x54f509){const _0x524174=a174_0x5241();return a174_0x1a73=function(_0x1a7345,_0x501bca){_0x1a7345=_0x1a7345-0xf9;let _0x1014aa=_0x524174[_0x1a7345];return _0x1014aa;},a174_0x1a73(_0x2add7d,_0x54f509);}function a174_0x5241(){const _0x3e6837=['IoGsF','APP_AUTOMATE_PRODUCTS','PwWFH','sdkRunId','lqNaz','nLxBl','5gDhTcb','APP_AUTOMATE','../bin/utils/constants','getTurboScaleSessionsList','winstonLogger','GUFyJ','format','getStackTraceAsString','3477393nmphrG','vBkUL','35021XVfRJR','debug','3748581MqFcsS','version','./testhub/utils','osVersion','IbwLu','getFrameworkVersion','W_OK','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','SNasp','1250339DPWzhC','assign','SubjC','DHDzc','stringify','AUTOMATE','notifyUpdate','sendLogs','nXshY','VsSPz','all','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','reduce','globalException','FGbew','buildIdentifier','isNullOrEmpty','browser','replace','../helpers/testhub/constants','getNodeAgent','abAzX','Directory\x20','setReadWriteExecuteAccess','Playwright','DxYbd','VZspZ','X_OK','GDbit','util','MihgI','isBrowserstackInfra','TmqtT','parse','toString','forEach','isAppAutomateSession','chmodSync','selenium-webdriver','mKepz','unhandledErrors','trim','playwrightVersion','seleniumVersion','getGlobal','nodejs','push','1112ZehLte','browserVersion','AUTOMATE_PRODUCTS','wWqur','fireFunnelTestEvent','\x20has\x20now\x20read/write/execute\x20permissions.','nywsi','eDxtc','undefined','values','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','Exfey','source','1190600JcSKPe','CGwkh','API\x20Event\x20','constants','SDKTestSuccessful','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','3292268ccodEq','apply','mbnTl','jlDst','framework','content-type','BJOXR','./performance/performance-tester','POST','killSignal','TNBHL','BQYls','BROWSERSTACK_TESTHUB_UUID','split','UnzQQ','xcwRh','type','./globals',',\x20testhub\x20id:\x20','env','accessSync','getAccessKey','every','length','fDBpR','Error\x20in\x20firing\x20request\x20to\x20','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','697206dRjpYA','errorMessage','lWlTx','Failed\x20to\x20set\x20directory\x20access:\x20','event_properties','error','getTestFrameworkDetails','requirePWModule','keys','./test-observability/utils','getUserName','config','tests','22MirFHa','2wVRuox','_buildHashedId','[REDACTED]','SDK\x20run\x20ended\x20for\x20id:\x20','name','./logger','OlbbD','nodeRequest','AFiSk','./helper','hostname','browserStackConfig'];a174_0x5241=function(){return _0x3e6837;};return a174_0x5241();}const os=require('os'),util=require(a174_0xd752ed(0x132)),fs=require('fs'),{getProductMap}=require(a174_0xd752ed(0x10e)),logger=require(a174_0xd752ed(0x185))[a174_0xd752ed(0x104)],constants=require(a174_0xd752ed(0x102)),testHubConstants=require(a174_0xd752ed(0x128)),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a174_0xd752ed(0x102)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a174_0xd752ed(0x189)),PerformanceTester=require(a174_0xd752ed(0x15e)),globals=require(a174_0xd752ed(0x168)),helper=require(a174_0xd752ed(0x189)),{isTestObservabilitySession}=require(a174_0xd752ed(0x17b));let unhandledErrors='';exports['fireFunnelTestEvent']=async(_0x563a6e,_0x3ee527={},_0x2f513f,_0x1bf0bb,_0x4ba79a=![])=>{const _0x1ba30c=a174_0xd752ed,_0x2662cd={'mbnTl':function(_0x4e5f21,_0x210fcd){return _0x4e5f21===_0x210fcd;},'DHDzc':'object','UnzQQ':function(_0x1b8c52,_0x1e825c){return _0x1b8c52>_0x1e825c;},'IbwLu':function(_0xa62c1f,_0x3c4887){return _0xa62c1f>_0x3c4887;},'oeNbL':_0x1ba30c(0x17e),'sDuqB':function(_0x4d4d3d){return _0x4d4d3d();},'PwWFH':function(_0x219773){return _0x219773();},'eDxtc':function(_0x508ddd,_0x5a8772){return _0x508ddd==_0x5a8772;},'qwagf':'null','TNBHL':_0x1ba30c(0x14c),'IoGsF':function(_0x3b2ba1,_0x2dd53b){return _0x3b2ba1>_0x2dd53b;},'DxYbd':function(_0x88bd4a,_0x3675e2){return _0x88bd4a===_0x3675e2;},'BJOXR':'codeceptjs','SubjC':function(_0x27725a,_0x40e0a8){return _0x27725a!==_0x40e0a8;},'jlDst':_0x1ba30c(0x12d),'GDbit':'error','Ntulr':function(_0x5de154,_0xab85ee){return _0x5de154>_0xab85ee;},'BQYls':function(_0x221b3e,_0x240272){return _0x221b3e+_0x240272;},'vwgFs':_0x1ba30c(0x171),'FGbew':_0x1ba30c(0x181),'xcwRh':function(_0x482ec2,_0xd2afbd){return _0x482ec2(_0xd2afbd);},'TmqtT':function(_0x48ee6a,_0x2bf72d){return _0x48ee6a(_0x2bf72d);},'SNasp':'unknown','nywsi':_0x1ba30c(0x142),'GUFyJ':_0x1ba30c(0x155),'lqNaz':function(_0x36e4cc){return _0x36e4cc();},'VZspZ':_0x1ba30c(0x13b),'OlbbD':'application/json','Exfey':_0x1ba30c(0x182),'lWlTx':_0x1ba30c(0x15f)};let _0x120d80=[];if(helper[_0x1ba30c(0x134)]()&&_0x2662cd['sDuqB'](isTestObservabilitySession))_0x120d80=helper[_0x1ba30c(0x139)](_0x2f513f)?constants[_0x1ba30c(0xfb)]:constants[_0x1ba30c(0x146)];else{if(_0x2662cd[_0x1ba30c(0xfc)](isTestObservabilitySession))_0x120d80=constants[_0x1ba30c(0x120)];else helper[_0x1ba30c(0x134)]()&&(_0x120d80=helper[_0x1ba30c(0x139)](_0x2f513f)?constants[_0x1ba30c(0x101)]:constants[_0x1ba30c(0x11a)]);}let _0xa561a2=_0x2f513f[_0x1ba30c(0x124)];if(_0x2662cd[_0x1ba30c(0x14b)](_0xa561a2,null))_0xa561a2=_0x2662cd['qwagf'];else _0x2662cd[_0x1ba30c(0x159)](_0xa561a2,undefined)&&(_0xa561a2=_0x2662cd[_0x1ba30c(0x161)]);unhandledErrors&&_0x2662cd[_0x1ba30c(0xfa)](unhandledErrors[_0x1ba30c(0x16e)],0x0)&&(_0x3ee527[_0x1ba30c(0x122)]=unhandledErrors);global['sdkRunId']&&(_0x3ee527['sdkRunId']=global[_0x1ba30c(0xfd)]);try{if(_0x3ee527[_0x1ba30c(0x177)]){if(_0x2662cd[_0x1ba30c(0x12e)](_0x1bf0bb,_0x2662cd[_0x1ba30c(0x15d)])&&_0x2662cd[_0x1ba30c(0x110)](_0x3ee527[_0x1ba30c(0x177)][_0x1ba30c(0x16e)],0x0)){const _0x3581ee={};_0x3581ee['os']='',_0x3581ee['osVersion']='',_0x3581ee[_0x1ba30c(0x126)]='',_0x3581ee['browserVersion']='';const _0x246812=_0x3581ee;let _0x3e3a34={};const _0x3e5e81=_0x3ee527['error'];_0x3e3a34=_0x3e5e81[_0x1ba30c(0x121)]((_0x428e29,_0x21ad63)=>{for(const _0x538963 in _0x21ad63){_0x428e29[_0x538963]=_0x21ad63[_0x538963];}return _0x428e29;},{});const _0xbf2af5={};_0xbf2af5['tests']=_0x3e3a34,_0x3ee527['error']=[Object['assign']({},_0x246812,_0xbf2af5)];}else{let _0x24d701=0x0;const _0x4c44ba=_0x2662cd[_0x1ba30c(0x117)](_0x1bf0bb,_0x2662cd[_0x1ba30c(0x15a)])?JSON[_0x1ba30c(0x136)](_0x3ee527[_0x1ba30c(0x177)]):_0x3ee527[_0x1ba30c(0x177)],_0x21de71=Object['values'](_0x4c44ba);_0x21de71[_0x1ba30c(0x138)](_0x2e148d=>{const _0x460de9=_0x1ba30c;if(_0x2662cd[_0x460de9(0x159)](typeof _0x2e148d,_0x2662cd[_0x460de9(0x118)])){const _0x5c1f6d=Object[_0x460de9(0x14d)](_0x2e148d);!_0x5c1f6d[_0x460de9(0x16d)](_0x4af0bc=>_0x4af0bc===null||_0x4af0bc===undefined||_0x4af0bc==='')&&(_0x24d701+=0x1);}});if(_0x2662cd['mbnTl'](_0x24d701,0x0))delete _0x3ee527[_0x2662cd[_0x1ba30c(0x131)]];else{const _0x39be3e=[];Object['keys'](_0x4c44ba)['forEach'](_0xcf32da=>{const _0x26100c=_0x1ba30c,[_0x181aae,_0x5e5b6a,_0x2c894e,_0x497acb]=_0xcf32da[_0x26100c(0x164)](',\x20');let _0x3b0753={};if(!_0x497acb){const _0xff7dbc={};_0xff7dbc['deviceName']=_0x181aae,_0xff7dbc[_0x26100c(0x10f)]=_0x5e5b6a,_0xff7dbc[_0x26100c(0x126)]=_0x2c894e,_0x3b0753=_0xff7dbc;}else{const _0x5fba4e={};_0x5fba4e['os']=_0x181aae,_0x5fba4e[_0x26100c(0x10f)]=_0x5e5b6a,_0x5fba4e[_0x26100c(0x126)]=_0x2c894e,_0x5fba4e[_0x26100c(0x145)]=_0x497acb,_0x3b0753=_0x5fba4e;}const _0x2faecf={},_0x635a61=_0x4c44ba[_0xcf32da];Object['keys'](_0x635a61)[_0x26100c(0x138)](_0x2e4e83=>{const _0x110870=_0x26100c;_0x2662cd[_0x110870(0x165)](_0x635a61[_0x2e4e83][_0x110870(0x16e)],0x0)&&(_0x2faecf[_0x2e4e83]=_0x635a61[_0x2e4e83]);}),_0x2662cd['IbwLu'](Object[_0x26100c(0x17a)](_0x2faecf)[_0x26100c(0x16e)],0x0)&&(_0x3b0753[_0x2662cd['oeNbL']]=_0x2faecf,_0x39be3e[_0x26100c(0x143)](_0x3b0753));}),_0x2662cd['Ntulr'](_0x39be3e['length'],0x0)?_0x3ee527[_0x1ba30c(0x177)]=_0x39be3e:delete _0x3ee527[_0x2662cd[_0x1ba30c(0x131)]];}}}}catch(_0x192b3c){delete _0x3ee527[_0x2662cd[_0x1ba30c(0x131)]],logger['debug'](_0x2662cd[_0x1ba30c(0x162)](_0x2662cd['vwgFs'],_0x192b3c));}const _0x4e5ea1=helper[_0x1ba30c(0x178)](_0x2f513f,_0x2f513f[_0x1ba30c(0x15b)]),_0x43649b={'userName':helper['getUserName'](_0x2f513f),'accessKey':helper[_0x1ba30c(0x16c)](_0x2f513f),'event_type':_0x563a6e,'detectedFramework':_0x1bf0bb,'buildHashedId':globals[_0x1ba30c(0x141)](_0x2662cd[_0x1ba30c(0x123)]),'optimalHubUrl':helper['getOptimalHubUrl'](),'event_properties':{'testhub_uuid':process[_0x1ba30c(0x16a)][testHubConstants['ENV_VAR'][_0x1ba30c(0x163)]]||'','sdkRunId':global[_0x1ba30c(0xfd)],'product_map':_0x2662cd[_0x1ba30c(0x166)](getProductMap,_0x2f513f),'productMap':_0x2662cd[_0x1ba30c(0x135)](getProductMap,_0x2f513f),'language_framework':_0x2f513f[_0x1ba30c(0x150)]||_0x2662cd[_0x1ba30c(0x114)],'referrer':helper[_0x1ba30c(0x129)](_0x1bf0bb),'framework':_0x2f513f['framework'],'frameworkVersion':helper[_0x1ba30c(0x111)](_0x1bf0bb),'automationFramework':_0x4e5ea1[_0x1ba30c(0x184)],'automationFrameworkVersion':_0x4e5ea1['version'],'language':_0x2662cd[_0x1ba30c(0x14a)],'languageVersion':process[_0x1ba30c(0x10d)],'product':_0x120d80,'buildName':_0x2f513f['buildName']||_0x2662cd[_0x1ba30c(0x161)],'buildIdentifier':_0xa561a2,'os':os[_0x1ba30c(0x167)]()||_0x2662cd[_0x1ba30c(0x114)],'hostname':os[_0x1ba30c(0x18a)]()||_0x2662cd[_0x1ba30c(0x114)],..._0x3ee527,'isCLIEnabled':_0x4ba79a}};try{_0x2662cd[_0x1ba30c(0x159)](_0x563a6e,_0x2662cd[_0x1ba30c(0x105)])&&(_0x43649b[_0x1ba30c(0x176)][_0x1ba30c(0xf9)]=helper['sanitizeBrowserStackConfig'](_0x2f513f)),_0x2662cd[_0x1ba30c(0x12e)](_0x1bf0bb,_0x2662cd[_0x1ba30c(0x15a)])?_0x43649b['event_properties'][_0x1ba30c(0x13f)]=helper[_0x1ba30c(0x179)][_0x1ba30c(0x158)](null,_0x2662cd[_0x1ba30c(0xfe)](getTransformPath),!![]):_0x43649b[_0x1ba30c(0x176)][_0x1ba30c(0x140)]=helper['getPackageVersion'](_0x2662cd[_0x1ba30c(0x12f)]);}catch(_0x5eafca){logger[_0x1ba30c(0x10b)](_0x1ba30c(0x156)+_0x5eafca);}const _0x1fe805={};_0x1fe805[_0x1ba30c(0x15c)]=_0x2662cd[_0x1ba30c(0x186)];const _0x3fe983={'headers':_0x1fe805,'body':_0x43649b,'auth':{'user':helper[_0x1ba30c(0x17c)](_0x2f513f),'pass':helper[_0x1ba30c(0x16c)](_0x2f513f)},'json':!![]};logger[_0x1ba30c(0x10b)](_0x1ba30c(0x14e)+JSON[_0x1ba30c(0x119)](_0x3fe983['body'])[_0x1ba30c(0x127)](new RegExp(helper[_0x1ba30c(0x17c)](_0x2f513f),'g'),_0x2662cd[_0x1ba30c(0x14f)])[_0x1ba30c(0x127)](new RegExp(helper[_0x1ba30c(0x16c)](_0x2f513f),'g'),_0x2662cd['Exfey']));try{const _0xf725b9=await helper[_0x1ba30c(0x187)](_0x2662cd[_0x1ba30c(0x174)],FUNNEL_INSTRUMENTATION_API_URL,_0x3fe983,_0x2f513f);logger['debug'](_0x1ba30c(0x153)+_0x563a6e+'\x20response\x20-\x20'+util[_0x1ba30c(0x106)]('%j',_0xf725b9));}catch(_0x5d21df){logger[_0x1ba30c(0x10b)](_0x1ba30c(0x170)+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util['format'](_0x5d21df));}},exports['finalExecution']=async(_0x1c51f1,_0x3308b=![])=>{const _0x2b9d9b=a174_0xd752ed,_0x28205d={'nXshY':function(_0x2df282){return _0x2df282();},'VsSPz':'_hubAllocationData','AFiSk':'finishedMetadata','HyMsl':'user_killed','nLxBl':'SDKTestSuccessful','fDBpR':function(_0x196052,_0x4afe0d,_0x1fc447){return _0x196052(_0x4afe0d,_0x1fc447);},'vBkUL':function(_0x4654d2,_0x339ddf){return _0x4654d2+_0x339ddf;},'abAzX':_0x2b9d9b(0x113)};try{await _0x1c51f1['stopPercy'](),_0x28205d[_0x2b9d9b(0x11d)](printNudgeLocalNotSetError);const _0x51ce69={};_0x51ce69[_0x2b9d9b(0x177)]=_0x1c51f1[_0x2b9d9b(0x173)]?_0x1c51f1[_0x2b9d9b(0x173)]:'{}';const _0x18f7c6=_0x51ce69,_0x5e3827=Object[_0x2b9d9b(0x116)]({},_0x18f7c6),_0x46e7c6=globals[_0x2b9d9b(0x141)](_0x28205d[_0x2b9d9b(0x11e)]);_0x46e7c6&&(_0x5e3827['hubAllocation']=_0x46e7c6);!!_0x1c51f1[_0x2b9d9b(0x160)]&&(_0x5e3827[_0x28205d[_0x2b9d9b(0x188)]]={'reason':_0x28205d['HyMsl'],'signal':_0x1c51f1[_0x2b9d9b(0x160)]});unhandledErrors=_0x1c51f1[_0x2b9d9b(0x13d)]['join']('\x0a');let _0x547781,_0x207fa7,_0x154e28;helper['isTurboScaleSession'](_0x1c51f1['config'])?([_0x547781,_0x207fa7]=await helper['getTurboScaleBuildLink'](_0x1c51f1[_0x2b9d9b(0x17d)]),[_0x154e28]=await Promise['all']([helper[_0x2b9d9b(0x103)](_0x547781,_0x1c51f1[_0x2b9d9b(0x17d)]),exports[_0x2b9d9b(0x148)](_0x28205d['nLxBl'],_0x5e3827,_0x1c51f1[_0x2b9d9b(0x17d)],_0x1c51f1[_0x2b9d9b(0x15b)],_0x3308b)])):([_0x547781,_0x207fa7]=await helper['getBuildLink'](_0x1c51f1[_0x2b9d9b(0x17d)]),[_0x154e28]=await Promise[_0x2b9d9b(0x11f)]([helper['getSessionsList'](_0x547781,_0x1c51f1[_0x2b9d9b(0x17d)]),exports[_0x2b9d9b(0x148)](_0x28205d[_0x2b9d9b(0xff)],_0x5e3827,_0x1c51f1[_0x2b9d9b(0x17d)],_0x1c51f1[_0x2b9d9b(0x15b)],_0x3308b)])),_0x154e28&&await _0x28205d[_0x2b9d9b(0x16f)](generateCIArtifacts,_0x154e28,_0x207fa7),logger['info'](_0x2b9d9b(0x183)+_0x1c51f1[_0x2b9d9b(0xfd)]+_0x2b9d9b(0x169)+process[_0x2b9d9b(0x16a)][_0x2b9d9b(0x163)]),await helper[_0x2b9d9b(0x11c)](_0x1c51f1[_0x2b9d9b(0x17d)]);}catch(_0xfd9b48){logger[_0x2b9d9b(0x10b)](_0x28205d[_0x2b9d9b(0x109)](_0x28205d[_0x2b9d9b(0x12a)],_0xfd9b48));}helper[_0x2b9d9b(0x11b)]();},exports[a174_0xd752ed(0x107)]=_0x497a0b=>{const _0x535877=a174_0xd752ed,_0x1f1e60={'MihgI':function(_0x4a9665,_0x41a7b9){return _0x4a9665 instanceof _0x41a7b9;},'wWqur':function(_0xfceee6,_0x4bcd38){return _0xfceee6(_0x4bcd38);}};try{if(_0x1f1e60[_0x535877(0x133)](_0x497a0b,Error))return _0x497a0b['stack']||_0x497a0b['toString']();return _0x1f1e60[_0x535877(0x147)](String,_0x497a0b);}catch(_0x288fb7){return _0x497a0b?_0x497a0b[_0x535877(0x137)]():'';}},exports[a174_0xd752ed(0x125)]=_0x3e7293=>{const _0x471707=a174_0xd752ed,_0x31d205={};_0x31d205[_0x471707(0x152)]=function(_0x49645d,_0x54899f){return _0x49645d===_0x54899f;};const _0x240b95=_0x31d205;return!_0x3e7293||_0x240b95[_0x471707(0x152)](_0x3e7293[_0x471707(0x13e)](),'');},exports['isModifiable']=_0x57c398=>{const _0x5e1733=a174_0xd752ed,_0x3bc14a={};_0x3bc14a[_0x5e1733(0x13c)]=function(_0x2c77cf,_0x4d51a3){return _0x2c77cf|_0x4d51a3;};const _0x4aa611=_0x3bc14a;try{return fs[_0x5e1733(0x16b)](_0x57c398,_0x4aa611[_0x5e1733(0x13c)](fs[_0x5e1733(0x154)][_0x5e1733(0x112)],fs[_0x5e1733(0x154)][_0x5e1733(0x130)])),!![];}catch(_0x580867){return![];}},exports[a174_0xd752ed(0x12c)]=_0x32bf5d=>{const _0x2287bc=a174_0xd752ed;try{fs[_0x2287bc(0x13a)](_0x32bf5d,0x1ff),logger[_0x2287bc(0x10b)](_0x2287bc(0x12b)+_0x32bf5d+_0x2287bc(0x149));}catch(_0x3a7ddd){logger[_0x2287bc(0x177)](_0x2287bc(0x175)+exports[_0x2287bc(0x107)](_0x3a7ddd));}};
@@ -1 +1 @@
1
- var a175_0x368fad=a175_0x62f0;(function(_0x249231,_0x2dfad9){var _0x10169d=a175_0x62f0,_0x5adaa6=_0x249231();while(!![]){try{var _0x29be72=-parseInt(_0x10169d(0x23d))/0x1+-parseInt(_0x10169d(0x22c))/0x2+parseInt(_0x10169d(0x1ee))/0x3+parseInt(_0x10169d(0x242))/0x4*(parseInt(_0x10169d(0x249))/0x5)+parseInt(_0x10169d(0x206))/0x6*(parseInt(_0x10169d(0x1d9))/0x7)+parseInt(_0x10169d(0x1fb))/0x8*(parseInt(_0x10169d(0x24d))/0x9)+parseInt(_0x10169d(0x20e))/0xa;if(_0x29be72===_0x2dfad9)break;else _0x5adaa6['push'](_0x5adaa6['shift']());}catch(_0x51f46d){_0x5adaa6['push'](_0x5adaa6['shift']());}}}(a175_0x17b4,0xa8776),exports[a175_0x368fad(0x1f2)]=()=>{var _0x41acc9=a175_0x368fad,_0x4587cd={};_0x4587cd[_0x41acc9(0x1de)]=_0x41acc9(0x205),_0x4587cd[_0x41acc9(0x25c)]=_0x41acc9(0x1f0),_0x4587cd[_0x41acc9(0x254)]='osVersion',_0x4587cd['OXJmc']='browser',_0x4587cd[_0x41acc9(0x239)]='browserVersion',_0x4587cd[_0x41acc9(0x231)]=_0x41acc9(0x22f),_0x4587cd[_0x41acc9(0x259)]='projectName',_0x4587cd['jjFqU']=_0x41acc9(0x248),_0x4587cd[_0x41acc9(0x23a)]=_0x41acc9(0x1e5),_0x4587cd[_0x41acc9(0x20c)]='local',_0x4587cd[_0x41acc9(0x1e2)]=_0x41acc9(0x1ea),_0x4587cd['scJyM']=_0x41acc9(0x1e7),_0x4587cd[_0x41acc9(0x25b)]=_0x41acc9(0x246),_0x4587cd[_0x41acc9(0x241)]=_0x41acc9(0x224),_0x4587cd[_0x41acc9(0x22d)]=_0x41acc9(0x20f),_0x4587cd[_0x41acc9(0x23b)]=_0x41acc9(0x251),_0x4587cd[_0x41acc9(0x216)]=_0x41acc9(0x1d6),_0x4587cd[_0x41acc9(0x1d8)]=_0x41acc9(0x234),_0x4587cd['kMINu']=_0x41acc9(0x1ed),_0x4587cd[_0x41acc9(0x1ec)]=_0x41acc9(0x1dc),_0x4587cd['pPwRS']='timezone',_0x4587cd[_0x41acc9(0x1e8)]=_0x41acc9(0x211),_0x4587cd[_0x41acc9(0x1d2)]=_0x41acc9(0x225),_0x4587cd[_0x41acc9(0x1f3)]=_0x41acc9(0x207),_0x4587cd['UbQyG']=_0x41acc9(0x203),_0x4587cd[_0x41acc9(0x24e)]=_0x41acc9(0x220),_0x4587cd[_0x41acc9(0x1d3)]=_0x41acc9(0x1e1),_0x4587cd[_0x41acc9(0x257)]=_0x41acc9(0x1ff),_0x4587cd[_0x41acc9(0x223)]=_0x41acc9(0x233),_0x4587cd[_0x41acc9(0x1e6)]='wsLocalSupport',_0x4587cd['afjQu']='disableCorsRestrictions',_0x4587cd[_0x41acc9(0x23f)]=_0x41acc9(0x245),_0x4587cd[_0x41acc9(0x23c)]=_0x41acc9(0x243),_0x4587cd[_0x41acc9(0x1da)]=_0x41acc9(0x21b),_0x4587cd[_0x41acc9(0x1fe)]='deviceOrientation',_0x4587cd[_0x41acc9(0x1e9)]=_0x41acc9(0x1f5),_0x4587cd['TzpSZ']=_0x41acc9(0x1eb),_0x4587cd[_0x41acc9(0x236)]=_0x41acc9(0x20a),_0x4587cd[_0x41acc9(0x215)]=_0x41acc9(0x1e3),_0x4587cd[_0x41acc9(0x210)]=_0x41acc9(0x1f1),_0x4587cd['YGfSc']=_0x41acc9(0x21d),_0x4587cd['lzgeA']='testhubBuildUuid',_0x4587cd[_0x41acc9(0x1f6)]=_0x41acc9(0x24c),_0x4587cd['ofsxE']='accessibilityOptions.scannerVersion',_0x4587cd[_0x41acc9(0x21a)]=_0x41acc9(0x24f),_0x4587cd['FTKjH']='accessibilityOptions.includeIssueType.bestPractice',_0x4587cd[_0x41acc9(0x1d7)]='accessibilityOptions.includeIssueType.needsReview',_0x4587cd[_0x41acc9(0x247)]=_0x41acc9(0x25a),_0x4587cd[_0x41acc9(0x256)]='uploadMedia',_0x4587cd[_0x41acc9(0x235)]='enableSim',_0x4587cd[_0x41acc9(0x1d1)]=_0x41acc9(0x227),_0x4587cd[_0x41acc9(0x230)]='playwrightVersion',_0x4587cd[_0x41acc9(0x1d5)]=_0x41acc9(0x20d),_0x4587cd['rOAfN']=_0x41acc9(0x1f8),_0x4587cd['THxnG']='headerParams',_0x4587cd[_0x41acc9(0x1db)]='performance';var _0x1f3522=_0x4587cd,_0x272bcc={};return _0x272bcc[_0x41acc9(0x1e4)]=_0x1f3522[_0x41acc9(0x1de)],_0x272bcc[_0x41acc9(0x252)]=_0x1f3522[_0x41acc9(0x25c)],_0x272bcc['os']='os',_0x272bcc[_0x41acc9(0x1df)]=_0x1f3522['iNVfn'],_0x272bcc[_0x41acc9(0x1fa)]=_0x1f3522[_0x41acc9(0x221)],_0x272bcc['browser_version']=_0x1f3522['PFrSL'],_0x272bcc[_0x41acc9(0x1fc)]=_0x1f3522[_0x41acc9(0x231)],_0x272bcc[_0x41acc9(0x1d4)]=_0x1f3522[_0x41acc9(0x259)],_0x272bcc[_0x41acc9(0x22b)]=_0x1f3522[_0x41acc9(0x202)],_0x272bcc['name']=_0x1f3522['PiEZp'],_0x272bcc[_0x41acc9(0x21e)]=_0x1f3522[_0x41acc9(0x20c)],_0x272bcc[_0x41acc9(0x204)]=_0x1f3522[_0x41acc9(0x1e2)],_0x272bcc[_0x41acc9(0x1cf)]=_0x1f3522[_0x41acc9(0x22e)],_0x272bcc[_0x41acc9(0x1ef)]=_0x1f3522[_0x41acc9(0x25b)],_0x272bcc[_0x41acc9(0x1dd)]=_0x1f3522[_0x41acc9(0x241)],_0x272bcc[_0x41acc9(0x21c)]=_0x1f3522['ybMII'],_0x272bcc[_0x41acc9(0x238)]=_0x1f3522[_0x41acc9(0x23b)],_0x272bcc['browserstack.video']=_0x1f3522[_0x41acc9(0x216)],_0x272bcc[_0x41acc9(0x20b)]=_0x1f3522[_0x41acc9(0x1d8)],_0x272bcc[_0x41acc9(0x250)]=_0x1f3522[_0x41acc9(0x214)],_0x272bcc[_0x41acc9(0x1e0)]=_0x1f3522[_0x41acc9(0x1ec)],_0x272bcc[_0x41acc9(0x228)]=_0x1f3522[_0x41acc9(0x240)],_0x272bcc[_0x41acc9(0x211)]=_0x1f3522[_0x41acc9(0x1e8)],_0x272bcc['browserstack.selenium_version']=_0x1f3522[_0x41acc9(0x1d2)],_0x272bcc[_0x41acc9(0x24a)]=_0x1f3522[_0x41acc9(0x1f3)],_0x272bcc[_0x41acc9(0x1f7)]=_0x1f3522['UbQyG'],_0x272bcc[_0x41acc9(0x212)]=_0x1f3522[_0x41acc9(0x24e)],_0x272bcc[_0x41acc9(0x208)]=_0x1f3522[_0x41acc9(0x1d3)],_0x272bcc[_0x41acc9(0x226)]=_0x1f3522[_0x41acc9(0x257)],_0x272bcc['browserstack.bfcache']=_0x1f3522[_0x41acc9(0x223)],_0x272bcc[_0x41acc9(0x217)]=_0x1f3522['wkasU'],_0x272bcc[_0x41acc9(0x232)]=_0x1f3522['afjQu'],_0x272bcc['device']=_0x1f3522[_0x41acc9(0x23f)],_0x272bcc[_0x41acc9(0x243)]=_0x1f3522[_0x41acc9(0x23c)],_0x272bcc[_0x41acc9(0x23e)]=_0x1f3522['eQMFL'],_0x272bcc[_0x41acc9(0x258)]=_0x1f3522[_0x41acc9(0x1fe)],_0x272bcc['browserstack.customNetwork']=_0x1f3522[_0x41acc9(0x1e9)],_0x272bcc[_0x41acc9(0x1f9)]=_0x1f3522['TzpSZ'],_0x272bcc['browserstack.buildIdentifier']=_0x1f3522['JUQiG'],_0x272bcc['browserstack.browserstackSDK']=_0x1f3522[_0x41acc9(0x215)],_0x272bcc['browserstack.accessibility']=_0x1f3522[_0x41acc9(0x210)],_0x272bcc[_0x41acc9(0x229)]=_0x1f3522[_0x41acc9(0x22a)],_0x272bcc[_0x41acc9(0x237)]=_0x1f3522[_0x41acc9(0x244)],_0x272bcc[_0x41acc9(0x213)]=_0x1f3522[_0x41acc9(0x1f6)],_0x272bcc['browserstack.accessibilityOptions.scannerVersion']=_0x1f3522[_0x41acc9(0x200)],_0x272bcc['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x1f3522[_0x41acc9(0x21a)],_0x272bcc[_0x41acc9(0x255)]=_0x1f3522[_0x41acc9(0x201)],_0x272bcc[_0x41acc9(0x1f4)]=_0x1f3522['EuVeT'],_0x272bcc[_0x41acc9(0x218)]=_0x1f3522[_0x41acc9(0x247)],_0x272bcc[_0x41acc9(0x219)]=_0x1f3522[_0x41acc9(0x256)],_0x272bcc[_0x41acc9(0x21f)]=_0x1f3522[_0x41acc9(0x235)],_0x272bcc[_0x41acc9(0x25d)]=_0x1f3522['EMwaD'],_0x272bcc[_0x41acc9(0x253)]=_0x1f3522[_0x41acc9(0x230)],_0x272bcc['browserstack.overridelocalInfo.userAuthToken']=_0x1f3522['XBUZY'],_0x272bcc[_0x41acc9(0x1d0)]=_0x1f3522[_0x41acc9(0x1fd)],_0x272bcc[_0x41acc9(0x222)]=_0x1f3522[_0x41acc9(0x209)],_0x272bcc[_0x41acc9(0x24b)]=_0x1f3522[_0x41acc9(0x1db)],_0x272bcc;});function a175_0x62f0(_0x1fab68,_0x24e5a3){var _0x17b4c8=a175_0x17b4();return a175_0x62f0=function(_0x62f011,_0x4922ff){_0x62f011=_0x62f011-0x1cf;var _0x4b1f03=_0x17b4c8[_0x62f011];return _0x4b1f03;},a175_0x62f0(_0x1fab68,_0x24e5a3);}function a175_0x17b4(){var _0x117b75=['accessibility','W3CMapping','eyllz','browserstack.accessibilityOptions.includeIssueType.needsReview','customNetwork','FCAoH','browserstack.idleTimeout','overridelocalInfo.localIdentifier','browserstack.networkProfile','browser','2138856gwOAuN','browserstack.use_w3c','rOAfN','HegrZ','hosts','ofsxE','FTKjH','jjFqU','idleTimeout','browserstack.localIdentifier','userName','11526UQqszh','maskCommands','browserstack.autoWait','THxnG','buildIdentifier','browserstack.seleniumLogs','jcCwM','overridelocalInfo.userAuthToken','7730080CSSRmv','networkLogsOptions','AtTSX','resolution','browserstack.maskBasicAuth','browserstack.accessibilityOptions.wcagVersion','kMINu','gUFuR','fBKUN','browserstack.wsLocalSupport','browserstack.accessibilityOptions.authToken','browserstack.uploadMedia','VzrRe','appiumVersion','browserstack.networkLogsOptions','buildProductMap','browserstack.local','browserstack.enableSim','maskBasicAuth','OXJmc','browserstack.headerParams','EwPsB','networkLogs','seleniumVersion','browserstack.hosts','simOptions','browserstack.timezone','browserstack.buildProductMap','YGfSc','build','1372340bAlnrv','ybMII','scJyM','useW3c','abmIU','uywRf','browserstack.disableCorsRestrictions','bfcache','seleniumLogs','FjpES','JUQiG','browserstack.testhubBuildUuid','browserstack.appiumLogs','PFrSL','PiEZp','mgCaz','FtAAg','653293hDBADf','browserstack.appium_version','rZxOv','pPwRS','dTDpz','12fWMHJm','realMobile','lzgeA','deviceName','consoleLogs','OQBPH','buildName','717855LlDDaz','browserstack.maskCommands','browserstack.performance','accessibilityOptions.wcagVersion','9GPMfEP','yqnWK','accessibilityOptions.scannerProcessingTimeout','browserstack.telemetryLogs','appiumLogs','browserstack.key','browserstack.playwrightVersion','iNVfn','browserstack.accessibilityOptions.includeIssueType.bestPractice','UpwNL','uNlGr','deviceOrientation','LsIWf','accessibilityOptions.authToken','sVRlB','TYQFv','browserstack.simOptions','browserstack.debug','browserstack.overridelocalInfo.localIdentifier','EMwaD','PaXxK','iqDzR','project','XBUZY','video','EuVeT','uJEwx','546gEgmUp','eQMFL','xmhTh','geoLocation','browserstack.networkLogs','rtzDx','os_version','browserstack.geoLocation','autoWait','VUJSe','browserstackSDK','browserstack.user','sessionName','wkasU','debug','lrcXx','zKJbx','localIdentifier','networkProfile','lzjly','telemetryLogs','1225755yeAOab','browserstack.console','accessKey'];a175_0x17b4=function(){return _0x117b75;};return a175_0x17b4();}
1
+ function a175_0x58a1(_0x1cfa73,_0xfb948a){var _0x537f92=a175_0x537f();return a175_0x58a1=function(_0x58a1ba,_0x108758){_0x58a1ba=_0x58a1ba-0x12b;var _0x2ef6ea=_0x537f92[_0x58a1ba];return _0x2ef6ea;},a175_0x58a1(_0x1cfa73,_0xfb948a);}(function(_0x5be7a8,_0x542685){var _0x372584=a175_0x58a1,_0x1d4289=_0x5be7a8();while(!![]){try{var _0x4bd4a6=parseInt(_0x372584(0x15e))/0x1*(-parseInt(_0x372584(0x174))/0x2)+parseInt(_0x372584(0x13b))/0x3+-parseInt(_0x372584(0x177))/0x4*(-parseInt(_0x372584(0x1ac))/0x5)+parseInt(_0x372584(0x16f))/0x6*(parseInt(_0x372584(0x175))/0x7)+parseInt(_0x372584(0x16d))/0x8+parseInt(_0x372584(0x189))/0x9*(-parseInt(_0x372584(0x131))/0xa)+parseInt(_0x372584(0x1a5))/0xb*(-parseInt(_0x372584(0x172))/0xc);if(_0x4bd4a6===_0x542685)break;else _0x1d4289['push'](_0x1d4289['shift']());}catch(_0x266c0b){_0x1d4289['push'](_0x1d4289['shift']());}}}(a175_0x537f,0xa2733),exports['W3CMapping']=()=>{var _0x2c59a2=a175_0x58a1,_0x230dfe={};_0x230dfe[_0x2c59a2(0x167)]=_0x2c59a2(0x13c),_0x230dfe['HoKkm']=_0x2c59a2(0x1ae),_0x230dfe['HgyLm']=_0x2c59a2(0x140),_0x230dfe['cJacQ']=_0x2c59a2(0x18f),_0x230dfe[_0x2c59a2(0x15a)]='browserVersion',_0x230dfe[_0x2c59a2(0x186)]='useW3c',_0x230dfe[_0x2c59a2(0x143)]=_0x2c59a2(0x156),_0x230dfe[_0x2c59a2(0x15c)]='buildName',_0x230dfe[_0x2c59a2(0x150)]=_0x2c59a2(0x132),_0x230dfe['DzXJP']=_0x2c59a2(0x130),_0x230dfe[_0x2c59a2(0x19f)]=_0x2c59a2(0x14b),_0x230dfe[_0x2c59a2(0x12b)]='debug',_0x230dfe[_0x2c59a2(0x17e)]=_0x2c59a2(0x16a),_0x230dfe['HtqWK']=_0x2c59a2(0x12e),_0x230dfe[_0x2c59a2(0x196)]=_0x2c59a2(0x1b4),_0x230dfe['kyndl']='appiumLogs',_0x230dfe[_0x2c59a2(0x139)]=_0x2c59a2(0x164),_0x230dfe[_0x2c59a2(0x1bc)]=_0x2c59a2(0x1bb),_0x230dfe[_0x2c59a2(0x153)]=_0x2c59a2(0x13a),_0x230dfe['IWoPA']='geoLocation',_0x230dfe['GwgKN']=_0x2c59a2(0x141),_0x230dfe[_0x2c59a2(0x147)]=_0x2c59a2(0x136),_0x230dfe[_0x2c59a2(0x144)]=_0x2c59a2(0x19e),_0x230dfe[_0x2c59a2(0x149)]=_0x2c59a2(0x187),_0x230dfe[_0x2c59a2(0x1ab)]=_0x2c59a2(0x14c),_0x230dfe[_0x2c59a2(0x1b7)]='maskBasicAuth',_0x230dfe['UMuCY']=_0x2c59a2(0x146),_0x230dfe['KHfpg']='hosts',_0x230dfe['pthAe']=_0x2c59a2(0x170),_0x230dfe[_0x2c59a2(0x142)]='wsLocalSupport',_0x230dfe[_0x2c59a2(0x1ba)]=_0x2c59a2(0x137),_0x230dfe[_0x2c59a2(0x193)]=_0x2c59a2(0x1a1),_0x230dfe[_0x2c59a2(0x197)]=_0x2c59a2(0x12c),_0x230dfe[_0x2c59a2(0x133)]=_0x2c59a2(0x1af),_0x230dfe['ICrVz']=_0x2c59a2(0x151),_0x230dfe[_0x2c59a2(0x165)]=_0x2c59a2(0x18c),_0x230dfe[_0x2c59a2(0x1a7)]='networkProfile',_0x230dfe[_0x2c59a2(0x16e)]='buildIdentifier',_0x230dfe[_0x2c59a2(0x15b)]=_0x2c59a2(0x152),_0x230dfe[_0x2c59a2(0x135)]=_0x2c59a2(0x178),_0x230dfe['jhuTb']=_0x2c59a2(0x1a3),_0x230dfe[_0x2c59a2(0x1b9)]=_0x2c59a2(0x17b),_0x230dfe['nCXSW']='accessibilityOptions.wcagVersion',_0x230dfe['jKSBW']=_0x2c59a2(0x15f),_0x230dfe['zOTVm']=_0x2c59a2(0x18b),_0x230dfe[_0x2c59a2(0x1a6)]='accessibilityOptions.includeIssueType.bestPractice',_0x230dfe[_0x2c59a2(0x195)]=_0x2c59a2(0x1b0),_0x230dfe[_0x2c59a2(0x1b8)]=_0x2c59a2(0x1b3),_0x230dfe[_0x2c59a2(0x14f)]=_0x2c59a2(0x12d),_0x230dfe[_0x2c59a2(0x169)]='enableSim',_0x230dfe[_0x2c59a2(0x155)]=_0x2c59a2(0x161),_0x230dfe[_0x2c59a2(0x14a)]=_0x2c59a2(0x179),_0x230dfe[_0x2c59a2(0x1a8)]=_0x2c59a2(0x148),_0x230dfe[_0x2c59a2(0x154)]=_0x2c59a2(0x162),_0x230dfe[_0x2c59a2(0x13d)]=_0x2c59a2(0x1a9),_0x230dfe[_0x2c59a2(0x13f)]=_0x2c59a2(0x183);var _0x356336=_0x230dfe,_0x5c3b5c={};return _0x5c3b5c[_0x2c59a2(0x1a2)]=_0x356336[_0x2c59a2(0x167)],_0x5c3b5c[_0x2c59a2(0x168)]=_0x356336[_0x2c59a2(0x13e)],_0x5c3b5c['os']='os',_0x5c3b5c[_0x2c59a2(0x1b1)]=_0x356336[_0x2c59a2(0x192)],_0x5c3b5c[_0x2c59a2(0x18f)]=_0x356336['cJacQ'],_0x5c3b5c['browser_version']=_0x356336[_0x2c59a2(0x15a)],_0x5c3b5c[_0x2c59a2(0x145)]=_0x356336[_0x2c59a2(0x186)],_0x5c3b5c[_0x2c59a2(0x185)]=_0x356336[_0x2c59a2(0x143)],_0x5c3b5c[_0x2c59a2(0x16c)]=_0x356336[_0x2c59a2(0x15c)],_0x5c3b5c[_0x2c59a2(0x1a0)]=_0x356336[_0x2c59a2(0x150)],_0x5c3b5c[_0x2c59a2(0x173)]=_0x356336[_0x2c59a2(0x198)],_0x5c3b5c['browserstack.localIdentifier']=_0x356336[_0x2c59a2(0x19f)],_0x5c3b5c[_0x2c59a2(0x194)]=_0x356336['RZJVS'],_0x5c3b5c[_0x2c59a2(0x17f)]=_0x356336['GqrTQ'],_0x5c3b5c[_0x2c59a2(0x188)]=_0x356336[_0x2c59a2(0x1a4)],_0x5c3b5c[_0x2c59a2(0x1aa)]=_0x356336[_0x2c59a2(0x196)],_0x5c3b5c['browserstack.appiumLogs']=_0x356336[_0x2c59a2(0x18d)],_0x5c3b5c[_0x2c59a2(0x19b)]=_0x356336['evTTh'],_0x5c3b5c['browserstack.seleniumLogs']=_0x356336[_0x2c59a2(0x1bc)],_0x5c3b5c['browserstack.telemetryLogs']=_0x356336[_0x2c59a2(0x153)],_0x5c3b5c[_0x2c59a2(0x160)]=_0x356336[_0x2c59a2(0x158)],_0x5c3b5c[_0x2c59a2(0x138)]=_0x356336[_0x2c59a2(0x171)],_0x5c3b5c['resolution']=_0x356336['YAfak'],_0x5c3b5c['browserstack.selenium_version']=_0x356336[_0x2c59a2(0x144)],_0x5c3b5c[_0x2c59a2(0x19d)]=_0x356336[_0x2c59a2(0x149)],_0x5c3b5c['browserstack.idleTimeout']=_0x356336['KJDTm'],_0x5c3b5c[_0x2c59a2(0x12f)]=_0x356336[_0x2c59a2(0x1b7)],_0x5c3b5c[_0x2c59a2(0x19c)]=_0x356336[_0x2c59a2(0x199)],_0x5c3b5c[_0x2c59a2(0x18a)]=_0x356336[_0x2c59a2(0x163)],_0x5c3b5c[_0x2c59a2(0x191)]=_0x356336['pthAe'],_0x5c3b5c[_0x2c59a2(0x14d)]=_0x356336['aEzTz'],_0x5c3b5c[_0x2c59a2(0x1b2)]=_0x356336[_0x2c59a2(0x1ba)],_0x5c3b5c['device']=_0x356336[_0x2c59a2(0x193)],_0x5c3b5c[_0x2c59a2(0x12c)]=_0x356336[_0x2c59a2(0x197)],_0x5c3b5c['browserstack.appium_version']=_0x356336[_0x2c59a2(0x133)],_0x5c3b5c[_0x2c59a2(0x151)]=_0x356336[_0x2c59a2(0x1b5)],_0x5c3b5c[_0x2c59a2(0x180)]=_0x356336[_0x2c59a2(0x165)],_0x5c3b5c[_0x2c59a2(0x134)]=_0x356336[_0x2c59a2(0x1a7)],_0x5c3b5c[_0x2c59a2(0x17a)]=_0x356336[_0x2c59a2(0x16e)],_0x5c3b5c['browserstack.browserstackSDK']=_0x356336[_0x2c59a2(0x15b)],_0x5c3b5c['browserstack.accessibility']=_0x356336[_0x2c59a2(0x135)],_0x5c3b5c['browserstack.buildProductMap']=_0x356336[_0x2c59a2(0x157)],_0x5c3b5c[_0x2c59a2(0x15d)]=_0x356336[_0x2c59a2(0x1b9)],_0x5c3b5c[_0x2c59a2(0x18e)]=_0x356336[_0x2c59a2(0x181)],_0x5c3b5c[_0x2c59a2(0x1ad)]=_0x356336[_0x2c59a2(0x190)],_0x5c3b5c[_0x2c59a2(0x166)]=_0x356336['zOTVm'],_0x5c3b5c[_0x2c59a2(0x17c)]=_0x356336[_0x2c59a2(0x1a6)],_0x5c3b5c[_0x2c59a2(0x184)]=_0x356336[_0x2c59a2(0x195)],_0x5c3b5c[_0x2c59a2(0x1b6)]=_0x356336['OVYTr'],_0x5c3b5c[_0x2c59a2(0x176)]=_0x356336[_0x2c59a2(0x14f)],_0x5c3b5c[_0x2c59a2(0x16b)]=_0x356336['bRbLp'],_0x5c3b5c[_0x2c59a2(0x19a)]=_0x356336[_0x2c59a2(0x155)],_0x5c3b5c[_0x2c59a2(0x182)]=_0x356336[_0x2c59a2(0x14a)],_0x5c3b5c['browserstack.overridelocalInfo.userAuthToken']=_0x356336[_0x2c59a2(0x1a8)],_0x5c3b5c[_0x2c59a2(0x159)]=_0x356336['YEopK'],_0x5c3b5c[_0x2c59a2(0x14e)]=_0x356336[_0x2c59a2(0x13d)],_0x5c3b5c[_0x2c59a2(0x17d)]=_0x356336[_0x2c59a2(0x13f)],_0x5c3b5c;});function a175_0x537f(){var _0x2947f8=['3055012uRZUCB','accessibility','playwrightVersion','browserstack.buildIdentifier','testhubBuildUuid','browserstack.accessibilityOptions.includeIssueType.bestPractice','browserstack.performance','GqrTQ','browserstack.console','browserstack.customNetwork','nCXSW','browserstack.playwrightVersion','performance','browserstack.accessibilityOptions.includeIssueType.needsReview','project','Fvfbl','maskCommands','browserstack.networkLogs','9tFqojm','browserstack.hosts','accessibilityOptions.scannerProcessingTimeout','customNetwork','kyndl','browserstack.accessibilityOptions.wcagVersion','browser','jKSBW','browserstack.bfcache','HgyLm','qbrGK','browserstack.debug','zdWZK','uvBCU','RYqcQ','DzXJP','UMuCY','browserstack.simOptions','browserstack.video','browserstack.autoWait','browserstack.maskCommands','seleniumVersion','qpNUM','name','deviceName','browserstack.user','buildProductMap','HtqWK','11EstLeW','VeBZU','NnRdb','vAcbi','headerParams','browserstack.networkLogsOptions','KJDTm','5FtOKOm','browserstack.accessibilityOptions.scannerVersion','accessKey','appiumVersion','accessibilityOptions.includeIssueType.needsReview','os_version','browserstack.disableCorsRestrictions','accessibilityOptions.authToken','networkLogsOptions','ICrVz','browserstack.accessibilityOptions.authToken','aqjdF','OVYTr','cDSyK','heGDg','seleniumLogs','ZUYfL','RZJVS','realMobile','uploadMedia','networkLogs','browserstack.maskBasicAuth','local','4514810QkXcVO','sessionName','LixaQ','browserstack.networkProfile','fExgJ','resolution','disableCorsRestrictions','browserstack.timezone','evTTh','telemetryLogs','1620735qqoDLi','userName','RFjRz','HoKkm','jKpsz','osVersion','timezone','aEzTz','tUwSC','qRqiL','browserstack.use_w3c','autoWait','YAfak','overridelocalInfo.userAuthToken','SQkFs','onReU','localIdentifier','idleTimeout','browserstack.wsLocalSupport','browserstack.headerParams','PIuEh','cGmrz','deviceOrientation','browserstackSDK','LEvIQ','YEopK','JAHnt','projectName','jhuTb','IWoPA','browserstack.overridelocalInfo.localIdentifier','tNWVI','aPpap','BfKzL','browserstack.testhubBuildUuid','2683OnirFk','accessibilityOptions.scannerVersion','browserstack.geoLocation','simOptions','overridelocalInfo.localIdentifier','KHfpg','video','FhCXP','browserstack.accessibilityOptions.scannerProcessingTimeout','BRvej','browserstack.key','bRbLp','consoleLogs','browserstack.enableSim','build','6274888xGCiRi','EVeWr','610608RlqmdO','bfcache','GwgKN','21968160xYgEbk','browserstack.local','194OjYorC','77AGWADn','browserstack.uploadMedia'];a175_0x537f=function(){return _0x2947f8;};return a175_0x537f();}
@@ -1 +1 @@
1
- const a176_0x221821=a176_0x15fd;function a176_0x15fd(_0xe46bd9,_0x400cf7){const _0x3990ce=a176_0x3990();return a176_0x15fd=function(_0x15fdc1,_0xc02879){_0x15fdc1=_0x15fdc1-0x198;let _0x1bac9d=_0x3990ce[_0x15fdc1];return _0x1bac9d;},a176_0x15fd(_0xe46bd9,_0x400cf7);}(function(_0x5e391f,_0x36d142){const _0x26c928=a176_0x15fd,_0x1720d1=_0x5e391f();while(!![]){try{const _0x8082ad=-parseInt(_0x26c928(0x19b))/0x1+-parseInt(_0x26c928(0x1a1))/0x2+parseInt(_0x26c928(0x1a2))/0x3*(-parseInt(_0x26c928(0x1a0))/0x4)+-parseInt(_0x26c928(0x1dd))/0x5+-parseInt(_0x26c928(0x1ab))/0x6+parseInt(_0x26c928(0x1b8))/0x7*(-parseInt(_0x26c928(0x1e4))/0x8)+parseInt(_0x26c928(0x1b7))/0x9;if(_0x8082ad===_0x36d142)break;else _0x1720d1['push'](_0x1720d1['shift']());}catch(_0x5288b1){_0x1720d1['push'](_0x1720d1['shift']());}}}(a176_0x3990,0xe9ef7));const url=require(a176_0x221821(0x1aa)),util=require(a176_0x221821(0x1e5)),helper=require(a176_0x221821(0x1f7)),logger=require(a176_0x221821(0x1e0))[a176_0x221821(0x1ec)],constants=require(a176_0x221821(0x1b3)),globals=require(a176_0x221821(0x199));function a176_0x3990(){const _0x13cddc=['./helpers/globals','findLatency','1910869UYmigI','hostname','map','fulfilled','kRvhI','2419608OXtHNL','3635488ChjndN','9wrmKnf','GBBHD','then','GsBaR','resolve','CIfZf','fqEMA','DWboG','url','9052812qmDkdp','KhBWo','pathname','debug','HUB\x20URL\x20SET\x20TO\x20-\x20','has','delete','uTtig','./bin/utils/constants','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','/wd/hub','_hubAllocationData','94868055HMKjlg','26110OExQou','hash','hubUrl','GET','ERROR\x20in\x20hub\x20selection:\x20','Execution\x20time\x20for\x20','soipA','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','value','\x20HUB\x20-\x20','wQPhc','latency','search','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','Invalid\x20new\x20HUB\x20URL:\x20','HIiKq','lqPEg','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','hubRegion\x20','yrxYI','ppQgs','newHubUrlBySession','TDHSh','updateHubUrl','RnmWY','xlwkQ','https://','yVBmy','length','DsRCB','now','Response:\x20','allSettled','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','hubLatencies','check','7636025XoZpQT','EWkHl','hubs','./helpers/logger','WzWNd','NYvEa','NEAREST\x20HUBS\x20LIST:\x20','2152JFfGBg','util','race','set','replace','skipped','GbjAV','\x20is:\x20','winstonLogger','catch','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','data','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','status','setGlobal','ipscy','parse','MuYlr','Mbuhj','./helpers/helper','format','QnaMc','consumeHubUrlForSession','KODfI','nodeRequest','FFvdk'];a176_0x3990=function(){return _0x13cddc;};return a176_0x3990();}global[a176_0x221821(0x1cd)]=global['newHubUrlBySession']||new Map(),exports['getRequestOptions']=_0x327b4f=>{const _0x15a6c7=a176_0x221821,_0xe277cb={};_0xe277cb[_0x15a6c7(0x1a7)]=function(_0x1fa91d,_0x1353bc){return _0x1fa91d+_0x1353bc;},_0xe277cb[_0x15a6c7(0x198)]=_0x15a6c7(0x1c6);const _0x7a3e7e=_0xe277cb,_0x458b56=url[_0x15a6c7(0x1f4)](_0x327b4f);if(!_0x458b56[_0x15a6c7(0x19c)])throw new Error(_0x7a3e7e[_0x15a6c7(0x1a7)](_0x7a3e7e[_0x15a6c7(0x198)],_0x327b4f));return _0x458b56[_0x15a6c7(0x1c4)]=null,_0x458b56[_0x15a6c7(0x1b9)]=null,_0x458b56['path']=_0x458b56[_0x15a6c7(0x1ad)],_0x458b56;},exports[a176_0x221821(0x1cf)]=(_0xa35d20,_0x37725f)=>{const _0x2e62e6=a176_0x221821,_0x4857a1={};_0x4857a1[_0x2e62e6(0x1f9)]='updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting';const _0x20896c=_0x4857a1;if(!_0x37725f){logger['debug'](_0x20896c[_0x2e62e6(0x1f9)]);return;}global[_0x2e62e6(0x1cd)][_0x2e62e6(0x1e7)](_0x37725f,_0xa35d20);},exports[a176_0x221821(0x1fa)]=_0x1d1c4d=>{const _0x1d524b=a176_0x221821;if(_0x1d1c4d&&global[_0x1d524b(0x1cd)][_0x1d524b(0x1b0)](_0x1d1c4d)){const _0x4c058e=global[_0x1d524b(0x1cd)]['get'](_0x1d1c4d);return global[_0x1d524b(0x1cd)][_0x1d524b(0x1b1)](_0x1d1c4d),_0x4c058e;}return'';},exports['allocateHub']=_0x823ed1=>{const _0x25f690=a176_0x221821,_0x19c59c={'soipA':function(_0x484269,_0x4235aa){return _0x484269!==_0x4235aa;},'yVBmy':_0x25f690(0x1b6),'kRvhI':function(_0x223025,_0x45ec78){return _0x223025===_0x45ec78;},'KhBWo':_0x25f690(0x19e),'UfceM':_0x25f690(0x1bf),'WUdlX':function(_0x292fe2,_0x2b523e){return _0x292fe2+_0x2b523e;},'Mbuhj':_0x25f690(0x1d2),'RnmWY':function(_0x52d613,_0x400159){return _0x52d613+_0x400159;},'DWboG':_0x25f690(0x1b5),'DsRCB':function(_0x546f5f){return _0x546f5f();},'MuYlr':function(_0x5f10d9,_0x2c68e9){return _0x5f10d9==_0x2c68e9;},'fqEMA':function(_0x3405fb){return _0x3405fb();}};return new Promise(_0xd2c1cc=>{const _0x2dbdf1=_0x25f690,_0x300a27={'wQPhc':function(_0x58cd38,_0x12dcc8){const _0x2bad3d=a176_0x15fd;return _0x19c59c[_0x2bad3d(0x1d0)](_0x58cd38,_0x12dcc8);},'TDHSh':_0x19c59c['Mbuhj'],'KODfI':function(_0x31e3bc){const _0x2ee49f=a176_0x15fd;return _0x19c59c[_0x2ee49f(0x1a8)](_0x31e3bc);}};if(_0x823ed1&&_0x823ed1['hubRegion']){const _0x11852f=constants['HUB_URL_MAP'][_0x823ed1['hubRegion']];if(_0x11852f)return constants[_0x2dbdf1(0x1ba)]=_0x11852f,logger[_0x2dbdf1(0x1ae)](_0x2dbdf1(0x1f0)+_0x11852f),globals[_0x2dbdf1(0x1f2)](_0x19c59c[_0x2dbdf1(0x1d3)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x11852f[_0x2dbdf1(0x1e8)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x2dbdf1(0x1d6)]()}),_0x19c59c[_0x2dbdf1(0x1d5)](_0xd2c1cc);logger[_0x2dbdf1(0x1ae)](_0x2dbdf1(0x1ca)+_0x823ed1['hubRegion']+_0x2dbdf1(0x1da));}Promise[_0x2dbdf1(0x1a6)](this['nextHubs'](_0x823ed1))[_0x2dbdf1(0x1a4)](_0x11ad3a=>{const _0x2846f6=_0x2dbdf1,_0x104acc={'GBBHD':function(_0x7143dd,_0x226721){const _0x3a4fe0=a176_0x15fd;return _0x19c59c[_0x3a4fe0(0x1be)](_0x7143dd,_0x226721);},'ipscy':_0x19c59c[_0x2846f6(0x1d3)],'uTtig':function(_0x43b561,_0x48df7b){const _0x2b3878=_0x2846f6;return _0x19c59c[_0x2b3878(0x19f)](_0x43b561,_0x48df7b);},'xlwkQ':_0x19c59c[_0x2846f6(0x1ac)],'fPkha':_0x19c59c['UfceM'],'MhQkn':function(_0xfa45c,_0xa46a4d){return _0x19c59c['WUdlX'](_0xfa45c,_0xa46a4d);},'pFRii':_0x19c59c[_0x2846f6(0x1f6)],'lqPEg':function(_0x599f9e,_0x229d67){return _0x19c59c['RnmWY'](_0x599f9e,_0x229d67);},'WzWNd':_0x19c59c[_0x2846f6(0x1a9)],'ppQgs':function(_0x26df71){const _0x49ccb0=_0x2846f6;return _0x19c59c[_0x49ccb0(0x1d5)](_0x26df71);},'PvkQK':function(_0x56c50e,_0xa4b290){const _0x55df44=_0x2846f6;return _0x19c59c[_0x55df44(0x1d0)](_0x56c50e,_0xa4b290);},'VgtBX':function(_0x3584a9){return _0x19c59c['DsRCB'](_0x3584a9);}};logger['debug'](_0x2846f6(0x1e3)+util['format']('%j',_0x11ad3a));if(_0x19c59c[_0x2846f6(0x1f5)](_0x11ad3a,null)||_0x19c59c[_0x2846f6(0x19f)](_0x11ad3a[_0x2846f6(0x1d4)],0x0))return _0x19c59c[_0x2846f6(0x1d5)](_0xd2c1cc);const _0x392003=_0x11ad3a[_0x2846f6(0x19d)](_0x2a7382=>{const _0x543190=_0x2846f6,_0x11736a=_0x300a27[_0x543190(0x1c2)](_0x300a27[_0x543190(0x1ce)],_0x2a7382);return this[_0x543190(0x19a)](_0x823ed1,_0x11736a)[_0x543190(0x1a4)](_0x591348=>{const _0x32d2ec=_0x543190;if(_0x591348&&_0x591348[_0x32d2ec(0x1ba)]&&_0x104acc[_0x32d2ec(0x1a3)](_0x591348['latency'],undefined)){const _0x13efd5={};return _0x13efd5[_0x32d2ec(0x1ba)]=_0x591348['hubUrl'],_0x13efd5['latency']=_0x591348[_0x32d2ec(0x1c3)],_0x13efd5['ok']=!![],_0x13efd5;}const _0xd632be={};return _0xd632be[_0x32d2ec(0x1ba)]=_0x11736a,_0xd632be[_0x32d2ec(0x1c3)]=null,_0xd632be['ok']=![],_0xd632be;})[_0x543190(0x1ed)](()=>({'hubUrl':_0x11736a,'latency':null,'ok':![]}));});Promise[_0x2846f6(0x1e6)](_0x392003[_0x2846f6(0x19d)](_0x24a3b0=>_0x24a3b0[_0x2846f6(0x1a4)](_0x2d2339=>_0x2d2339['ok']?_0x2d2339:null)))[_0x2846f6(0x1a4)](_0x2fc5c0=>{if(_0x2fc5c0)return _0x2fc5c0;return Promise['all'](_0x392003)['then'](()=>null);})[_0x2846f6(0x1a4)](_0x2d3c79=>{const _0x4de1af=_0x2846f6;if(!_0x2d3c79){logger['debug'](_0x104acc['fPkha']);const _0x4002e3=_0x104acc['MhQkn'](_0x104acc['pFRii'],_0x11ad3a[0x0]);return globals[_0x4de1af(0x1f2)](_0x104acc[_0x4de1af(0x1f3)],{'nearestHubs':_0x11ad3a[_0x4de1af(0x19d)](_0x350cc1=>_0x4de1af(0x1d2)+_0x350cc1),'hubLatencies':{},'selectedHub':_0x4002e3,'selectedHubLatency':null,'fallback':!![],'timestamp':Date['now']()}),constants[_0x4de1af(0x1ba)]=_0x104acc[_0x4de1af(0x1c8)](_0x4002e3,_0x104acc[_0x4de1af(0x1e1)]),logger[_0x4de1af(0x1ae)](_0x4de1af(0x1ee)+_0x4002e3),_0x104acc[_0x4de1af(0x1cc)](_0xd2c1cc);}const _0x9eba8d={[_0x2d3c79['hubUrl']]:_0x2d3c79[_0x4de1af(0x1c3)]},_0x3ed402={'nearestHubs':_0x11ad3a['map'](_0x9e159b=>_0x4de1af(0x1d2)+_0x9e159b),'hubLatencies':_0x9eba8d,'selectedHub':_0x2d3c79['hubUrl'],'selectedHubLatency':_0x2d3c79[_0x4de1af(0x1c3)],'timestamp':Date[_0x4de1af(0x1d6)]()};globals[_0x4de1af(0x1f2)](_0x104acc[_0x4de1af(0x1f3)],_0x3ed402),constants['hubUrl']=_0x104acc['PvkQK'](_0x2d3c79[_0x4de1af(0x1ba)],_0x104acc['WzWNd']),logger['debug'](_0x4de1af(0x1af)+_0x2d3c79[_0x4de1af(0x1ba)]),_0x104acc['VgtBX'](_0xd2c1cc),Promise[_0x4de1af(0x1d8)](_0x392003)[_0x4de1af(0x1a4)](_0xf3f751=>{const _0x180dd4=_0x4de1af;try{const _0x1b35ca=globals['getGlobal'](_0x104acc[_0x180dd4(0x1f3)]);if(!_0x1b35ca||_0x1b35ca[_0x180dd4(0x1e9)])return;const _0x513465={};for(const _0x5d9cf3 of _0xf3f751){_0x104acc[_0x180dd4(0x1b2)](_0x5d9cf3[_0x180dd4(0x1f1)],_0x104acc[_0x180dd4(0x1d1)])&&_0x5d9cf3['value']&&_0x5d9cf3['value']['ok']&&(_0x513465[_0x5d9cf3[_0x180dd4(0x1c0)]['hubUrl']]=_0x5d9cf3['value'][_0x180dd4(0x1c3)]);}_0x1b35ca[_0x180dd4(0x1db)]=_0x513465;}catch(_0x58334f){logger[_0x180dd4(0x1ae)](_0x180dd4(0x1c5)+_0x58334f);}})[_0x4de1af(0x1ed)](_0x46830f=>{logger['debug']('ERROR\x20in\x20background\x20hub\x20enrichment:\x20'+_0x46830f);});})[_0x2846f6(0x1ed)](_0x33ccdb=>{const _0x46eac4=_0x2846f6;logger[_0x46eac4(0x1ae)](_0x46eac4(0x1bc)+_0x33ccdb),_0x300a27[_0x46eac4(0x1fb)](_0xd2c1cc);});})['catch'](_0x3fa73e=>{const _0x1479b3=_0x2dbdf1;logger[_0x1479b3(0x1ae)](_0x1479b3(0x1c9)+_0x3fa73e),_0x300a27[_0x1479b3(0x1fb)](_0xd2c1cc);});});},exports['findLatency']=async(_0x4ac382,_0x344a53)=>{const _0x1bb9e3=a176_0x221821,_0x44ff08={};_0x44ff08[_0x1bb9e3(0x1e2)]=_0x1bb9e3(0x1bb),_0x44ff08['HIiKq']=_0x1bb9e3(0x1dc),_0x44ff08[_0x1bb9e3(0x1ea)]=function(_0x335006,_0x46a5f0){return _0x335006-_0x46a5f0;};const _0x3ee434=_0x44ff08;try{const _0xf05a13=new Date();await helper[_0x1bb9e3(0x1fc)](_0x3ee434[_0x1bb9e3(0x1e2)],_0x3ee434[_0x1bb9e3(0x1c7)],{},_0x4ac382,_0x344a53,0x1388);const _0x28d29b=_0x3ee434[_0x1bb9e3(0x1ea)](new Date(),_0xf05a13);logger['debug'](_0x1bb9e3(0x1bd)+_0x344a53+_0x1bb9e3(0x1eb)+_0x28d29b+'ms');const _0x272502={};return _0x272502['hubUrl']=_0x344a53,_0x272502[_0x1bb9e3(0x1c3)]=_0x28d29b,_0x272502;}catch(_0xa74c0b){return logger[_0x1bb9e3(0x1ae)](_0x1bb9e3(0x1d9)+_0x344a53+_0x1bb9e3(0x1c1)+_0xa74c0b),{};}},exports['nextHubs']=async _0x1c3fbd=>{const _0x47dac2=a176_0x221821,_0x339ed0={'yrxYI':function(_0x4d5462,_0x1a7ad6){return _0x4d5462(_0x1a7ad6);},'GsBaR':_0x47dac2(0x1b3),'EWkHl':_0x47dac2(0x1b5),'PvNvZ':'GET','VcNqd':'next_hubs'};try{const _0x4eeda6=_0x339ed0[_0x47dac2(0x1cb)](require,_0x339ed0[_0x47dac2(0x1a5)])['hubUrl'][_0x47dac2(0x1e8)](_0x339ed0[_0x47dac2(0x1de)],''),_0x5f03be=await helper[_0x47dac2(0x1fc)](_0x339ed0['PvNvZ'],_0x339ed0['VcNqd'],{},_0x1c3fbd,_0x4eeda6,0x1388),_0x5b6753=_0x5f03be[_0x47dac2(0x1ef)];return logger['debug'](_0x47dac2(0x1d7)+util[_0x47dac2(0x1f8)]('%j',_0x5b6753)),_0x5b6753[_0x47dac2(0x1df)];}catch(_0x2b49fb){logger[_0x47dac2(0x1ae)](_0x47dac2(0x1b4)+_0x2b49fb);}return null;};
1
+ function a176_0x5e49(_0x3f2f6a,_0x4628ea){const _0x4bfb1d=a176_0x4bfb();return a176_0x5e49=function(_0x5e4939,_0x1447ce){_0x5e4939=_0x5e4939-0x1b8;let _0x440fb5=_0x4bfb1d[_0x5e4939];return _0x440fb5;},a176_0x5e49(_0x3f2f6a,_0x4628ea);}const a176_0x43cf0c=a176_0x5e49;(function(_0x87a181,_0x5f4103){const _0x8751c2=a176_0x5e49,_0x275304=_0x87a181();while(!![]){try{const _0x5e90de=parseInt(_0x8751c2(0x1fe))/0x1*(-parseInt(_0x8751c2(0x1f2))/0x2)+-parseInt(_0x8751c2(0x1f1))/0x3*(parseInt(_0x8751c2(0x218))/0x4)+parseInt(_0x8751c2(0x1fb))/0x5*(-parseInt(_0x8751c2(0x1fd))/0x6)+parseInt(_0x8751c2(0x224))/0x7+parseInt(_0x8751c2(0x1ed))/0x8*(parseInt(_0x8751c2(0x209))/0x9)+-parseInt(_0x8751c2(0x1c0))/0xa*(-parseInt(_0x8751c2(0x215))/0xb)+parseInt(_0x8751c2(0x1cb))/0xc;if(_0x5e90de===_0x5f4103)break;else _0x275304['push'](_0x275304['shift']());}catch(_0x1b4d20){_0x275304['push'](_0x275304['shift']());}}}(a176_0x4bfb,0xaf7bf));const url=require(a176_0x43cf0c(0x1e9)),util=require(a176_0x43cf0c(0x1c7)),helper=require(a176_0x43cf0c(0x1dc)),logger=require(a176_0x43cf0c(0x1c1))[a176_0x43cf0c(0x1c6)],constants=require(a176_0x43cf0c(0x1ce)),globals=require(a176_0x43cf0c(0x200));function a176_0x4bfb(){const _0x3c812d=['now','./helpers/globals','AjnUQ','nihVS','replace','path','MHYGK','has','findLatency','CPdYK','63ADCEwt','fulfilled','latency','srGsv','jVNgB','setGlobal','check','YtbGV','LZeMy','newHubUrlBySession','hubUrl','wrPlA','682NmfbpO','ruXsd','XbOED','1762916YSqzKn','debug','rpDya','fhOSz','MLCct','cGhWg','length','/wd/hub','cyWKK','Xbxop','hubRegion\x20','skipped','211407efizpl','\x20is:\x20','VEIjz','Execution\x20time\x20for\x20','GET','all','zWrKt','catch','yDAGL','SJbjV','107740XYoWzW','./helpers/logger','IdNiI','hostname','NEAREST\x20HUBS\x20LIST:\x20','DWAgQ','winstonLogger','util','HUB\x20URL\x20SET\x20TO\x20-\x20','RstoH','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','17009412IElQFW','EErLB','fbOmH','./bin/utils/constants','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','search','Invalid\x20new\x20HUB\x20URL:\x20','format','data','allSettled','consumeHubUrlForSession','resolve','https://','then','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','pathname','./helpers/helper','allocateHub','eyOtv','get','hubRegion','getGlobal','dkTGF','set','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','hash','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','nextHubs','rjJQR','url','value','vEXmn','map','917224mYLDTd','RuAxQ','updateHubUrl','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','6KnTTYZ','102682xfUMEP','UretP','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','hubLatencies','GBBbO','ERROR\x20in\x20hub\x20selection:\x20','SaDaT','jEzFi','nodeRequest','84395zUgpBB','getRequestOptions','432quPTXo','2mCVGdh'];a176_0x4bfb=function(){return _0x3c812d;};return a176_0x4bfb();}global[a176_0x43cf0c(0x212)]=global[a176_0x43cf0c(0x212)]||new Map(),exports[a176_0x43cf0c(0x1fc)]=_0x1a869f=>{const _0x1ace3e=a176_0x43cf0c,_0x7df7ad={};_0x7df7ad[_0x1ace3e(0x21d)]=function(_0x1ac374,_0x33014a){return _0x1ac374+_0x33014a;},_0x7df7ad[_0x1ace3e(0x1de)]=_0x1ace3e(0x1d1);const _0x4393d1=_0x7df7ad,_0xbccf6c=url['parse'](_0x1a869f);if(!_0xbccf6c[_0x1ace3e(0x1c3)])throw new Error(_0x4393d1['cGhWg'](_0x4393d1[_0x1ace3e(0x1de)],_0x1a869f));return _0xbccf6c[_0x1ace3e(0x1d0)]=null,_0xbccf6c[_0x1ace3e(0x1e5)]=null,_0xbccf6c[_0x1ace3e(0x204)]=_0xbccf6c[_0x1ace3e(0x1db)],_0xbccf6c;},exports[a176_0x43cf0c(0x1ef)]=(_0x241d5d,_0x406149)=>{const _0x5ce258=a176_0x43cf0c,_0x31778b={};_0x31778b[_0x5ce258(0x1f8)]=_0x5ce258(0x1ca);const _0x402c3c=_0x31778b;if(!_0x406149){logger[_0x5ce258(0x219)](_0x402c3c[_0x5ce258(0x1f8)]);return;}global[_0x5ce258(0x212)][_0x5ce258(0x1e3)](_0x406149,_0x241d5d);},exports[a176_0x43cf0c(0x1d5)]=_0x51399b=>{const _0x23636=a176_0x43cf0c;if(_0x51399b&&global[_0x23636(0x212)][_0x23636(0x206)](_0x51399b)){const _0x15c661=global['newHubUrlBySession'][_0x23636(0x1df)](_0x51399b);return global['newHubUrlBySession']['delete'](_0x51399b),_0x15c661;}return'';},exports[a176_0x43cf0c(0x1dd)]=_0x189259=>{const _0x23fc65=a176_0x43cf0c,_0x45852f={'MHYGK':function(_0x1e3555,_0x582571){return _0x1e3555!==_0x582571;},'zWrKt':function(_0x591347,_0x59530a){return _0x591347+_0x59530a;},'nihVS':_0x23fc65(0x1d7),'jVNgB':function(_0x5752ef,_0x441729){return _0x5752ef==_0x441729;},'VEIjz':function(_0x3e7c55,_0x4677ce){return _0x3e7c55===_0x4677ce;},'srGsv':function(_0x1b26a4){return _0x1b26a4();},'MLCct':'_hubAllocationData','ZifSY':function(_0x587aa1,_0x2ce6c9){return _0x587aa1===_0x2ce6c9;},'cyWxH':_0x23fc65(0x20a),'fbOmH':_0x23fc65(0x1f4),'XbOED':'/wd/hub','ruXsd':function(_0x166b13){return _0x166b13();}};return new Promise(_0x3a13ef=>{const _0x32d8b9=_0x23fc65,_0x3deb62={'yDAGL':_0x45852f[_0x32d8b9(0x21c)],'rjJQR':function(_0x23d606,_0x519973){return _0x45852f['ZifSY'](_0x23d606,_0x519973);},'fhOSz':_0x45852f['cyWxH'],'RstoH':_0x45852f[_0x32d8b9(0x1cd)],'DWAgQ':function(_0x130a0a,_0x498e4e){const _0x43992c=_0x32d8b9;return _0x45852f[_0x43992c(0x1bc)](_0x130a0a,_0x498e4e);},'SJbjV':_0x45852f[_0x32d8b9(0x202)],'dkTGF':function(_0x2b4258,_0x1666d5){const _0x1ec631=_0x32d8b9;return _0x45852f[_0x1ec631(0x1bc)](_0x2b4258,_0x1666d5);},'CPdYK':_0x45852f[_0x32d8b9(0x217)],'AjnUQ':function(_0x312afb){const _0x57b5a5=_0x32d8b9;return _0x45852f[_0x57b5a5(0x20c)](_0x312afb);},'cyWKK':function(_0x88f8b4){return _0x45852f['ruXsd'](_0x88f8b4);}};if(_0x189259&&_0x189259[_0x32d8b9(0x1e0)]){const _0x253ab5=constants['HUB_URL_MAP'][_0x189259[_0x32d8b9(0x1e0)]];if(_0x253ab5)return constants[_0x32d8b9(0x213)]=_0x253ab5,logger[_0x32d8b9(0x219)](_0x32d8b9(0x1e6)+_0x253ab5),globals['setGlobal'](_0x45852f[_0x32d8b9(0x21c)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x253ab5['replace'](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x32d8b9(0x1ff)]()}),_0x45852f[_0x32d8b9(0x216)](_0x3a13ef);logger[_0x32d8b9(0x219)](_0x32d8b9(0x222)+_0x189259[_0x32d8b9(0x1e0)]+_0x32d8b9(0x1d9));}Promise[_0x32d8b9(0x1d6)](this[_0x32d8b9(0x1e7)](_0x189259))['then'](_0x412a95=>{const _0x2d51ce=_0x32d8b9,_0x4fb6d0={'wrPlA':function(_0x54501b,_0x37cd1d){const _0x3749d7=a176_0x5e49;return _0x45852f[_0x3749d7(0x205)](_0x54501b,_0x37cd1d);},'rpDya':function(_0x4fe132,_0x219fd9){const _0x1ec1d7=a176_0x5e49;return _0x45852f[_0x1ec1d7(0x1bc)](_0x4fe132,_0x219fd9);},'jEzFi':_0x45852f[_0x2d51ce(0x202)]};logger['debug'](_0x2d51ce(0x1c4)+util[_0x2d51ce(0x1d2)]('%j',_0x412a95));if(_0x45852f[_0x2d51ce(0x20d)](_0x412a95,null)||_0x45852f[_0x2d51ce(0x1b8)](_0x412a95[_0x2d51ce(0x21e)],0x0))return _0x45852f[_0x2d51ce(0x20c)](_0x3a13ef);const _0x1923ed=_0x412a95['map'](_0x4c1b32=>{const _0x276f94=_0x2d51ce,_0x545ff5={'HhckL':function(_0x393837,_0x4c3feb){const _0x1fb1ea=a176_0x5e49;return _0x4fb6d0[_0x1fb1ea(0x214)](_0x393837,_0x4c3feb);}},_0x5c3261=_0x4fb6d0[_0x276f94(0x21a)](_0x4fb6d0[_0x276f94(0x1f9)],_0x4c1b32);return this[_0x276f94(0x207)](_0x189259,_0x5c3261)[_0x276f94(0x1d8)](_0x268f5e=>{const _0x182016=_0x276f94;if(_0x268f5e&&_0x268f5e[_0x182016(0x213)]&&_0x545ff5['HhckL'](_0x268f5e['latency'],undefined)){const _0x37cc1d={};return _0x37cc1d[_0x182016(0x213)]=_0x268f5e[_0x182016(0x213)],_0x37cc1d[_0x182016(0x20b)]=_0x268f5e[_0x182016(0x20b)],_0x37cc1d['ok']=!![],_0x37cc1d;}const _0x1af929={};return _0x1af929['hubUrl']=_0x5c3261,_0x1af929['latency']=null,_0x1af929['ok']=![],_0x1af929;})[_0x276f94(0x1bd)](()=>({'hubUrl':_0x5c3261,'latency':null,'ok':![]}));});Promise['race'](_0x1923ed[_0x2d51ce(0x1ec)](_0x1234be=>_0x1234be[_0x2d51ce(0x1d8)](_0x3b58f9=>_0x3b58f9['ok']?_0x3b58f9:null)))['then'](_0x49c70c=>{const _0x3d4855=_0x2d51ce;if(_0x49c70c)return _0x49c70c;return Promise[_0x3d4855(0x1bb)](_0x1923ed)[_0x3d4855(0x1d8)](()=>null);})[_0x2d51ce(0x1d8)](_0x5e09c5=>{const _0x455913=_0x2d51ce,_0x3dcf74={'UretP':_0x3deb62['yDAGL'],'YtbGV':function(_0x3603da,_0x5e813e){const _0x9ae281=a176_0x5e49;return _0x3deb62[_0x9ae281(0x1e8)](_0x3603da,_0x5e813e);},'IdNiI':_0x3deb62[_0x455913(0x21b)]};if(!_0x5e09c5){logger['debug'](_0x3deb62[_0x455913(0x1c9)]);const _0x43d484=_0x3deb62[_0x455913(0x1c5)](_0x3deb62[_0x455913(0x1bf)],_0x412a95[0x0]);return globals[_0x455913(0x20e)](_0x3deb62[_0x455913(0x1be)],{'nearestHubs':_0x412a95[_0x455913(0x1ec)](_0x46b08a=>_0x455913(0x1d7)+_0x46b08a),'hubLatencies':{},'selectedHub':_0x43d484,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x455913(0x1ff)]()}),constants[_0x455913(0x213)]=_0x3deb62[_0x455913(0x1e2)](_0x43d484,_0x3deb62[_0x455913(0x208)]),logger[_0x455913(0x219)](_0x455913(0x1f0)+_0x43d484),_0x3deb62[_0x455913(0x201)](_0x3a13ef);}const _0x5e7207={[_0x5e09c5[_0x455913(0x213)]]:_0x5e09c5['latency']},_0x112083={'nearestHubs':_0x412a95[_0x455913(0x1ec)](_0x14d006=>'https://'+_0x14d006),'hubLatencies':_0x5e7207,'selectedHub':_0x5e09c5[_0x455913(0x213)],'selectedHubLatency':_0x5e09c5[_0x455913(0x20b)],'timestamp':Date[_0x455913(0x1ff)]()};globals[_0x455913(0x20e)](_0x3deb62[_0x455913(0x1be)],_0x112083),constants[_0x455913(0x213)]=_0x3deb62[_0x455913(0x1c5)](_0x5e09c5[_0x455913(0x213)],_0x3deb62[_0x455913(0x208)]),logger[_0x455913(0x219)](_0x455913(0x1c8)+_0x5e09c5['hubUrl']),_0x3deb62[_0x455913(0x201)](_0x3a13ef),Promise[_0x455913(0x1d4)](_0x1923ed)['then'](_0x1eaae8=>{const _0x6b558a=_0x455913;try{const _0x59fd60=globals[_0x6b558a(0x1e1)](_0x3dcf74[_0x6b558a(0x1f3)]);if(!_0x59fd60||_0x59fd60[_0x6b558a(0x223)])return;const _0x201c8f={};for(const _0x5ea594 of _0x1eaae8){_0x3dcf74[_0x6b558a(0x210)](_0x5ea594['status'],_0x3dcf74[_0x6b558a(0x1c2)])&&_0x5ea594['value']&&_0x5ea594[_0x6b558a(0x1ea)]['ok']&&(_0x201c8f[_0x5ea594[_0x6b558a(0x1ea)][_0x6b558a(0x213)]]=_0x5ea594[_0x6b558a(0x1ea)][_0x6b558a(0x20b)]);}_0x59fd60[_0x6b558a(0x1f5)]=_0x201c8f;}catch(_0x49ec74){logger[_0x6b558a(0x219)]('ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20'+_0x49ec74);}})[_0x455913(0x1bd)](_0x1a7967=>{const _0x1241a6=_0x455913;logger[_0x1241a6(0x219)]('ERROR\x20in\x20background\x20hub\x20enrichment:\x20'+_0x1a7967);});})['catch'](_0x13b52e=>{const _0x1f9708=_0x2d51ce;logger['debug'](_0x1f9708(0x1f7)+_0x13b52e),_0x3deb62[_0x1f9708(0x220)](_0x3a13ef);});})['catch'](_0x166af3=>{const _0x1dc0d2=_0x32d8b9;logger['debug'](_0x1dc0d2(0x1cf)+_0x166af3),_0x45852f[_0x1dc0d2(0x20c)](_0x3a13ef);});});},exports[a176_0x43cf0c(0x207)]=async(_0x29182b,_0xfde32f)=>{const _0x2e0db6=a176_0x43cf0c,_0x8100ab={};_0x8100ab['nkBHQ']='GET',_0x8100ab[_0x2e0db6(0x221)]=_0x2e0db6(0x20f),_0x8100ab[_0x2e0db6(0x1ee)]=function(_0x279a8d,_0x71af5d){return _0x279a8d-_0x71af5d;};const _0x3f7c8d=_0x8100ab;try{const _0xccbe95=new Date();await helper[_0x2e0db6(0x1fa)](_0x3f7c8d['nkBHQ'],_0x3f7c8d[_0x2e0db6(0x221)],{},_0x29182b,_0xfde32f,0x1388);const _0x50ac0f=_0x3f7c8d[_0x2e0db6(0x1ee)](new Date(),_0xccbe95);logger[_0x2e0db6(0x219)](_0x2e0db6(0x1b9)+_0xfde32f+_0x2e0db6(0x225)+_0x50ac0f+'ms');const _0x454071={};return _0x454071[_0x2e0db6(0x213)]=_0xfde32f,_0x454071[_0x2e0db6(0x20b)]=_0x50ac0f,_0x454071;}catch(_0x405045){return logger[_0x2e0db6(0x219)](_0x2e0db6(0x1e4)+_0xfde32f+'\x20HUB\x20-\x20'+_0x405045),{};}},exports[a176_0x43cf0c(0x1e7)]=async _0x53f3d2=>{const _0xa4cfdd=a176_0x43cf0c,_0x1f1bc8={'dBHGm':function(_0x495dbc,_0x50d192){return _0x495dbc(_0x50d192);},'GBBbO':_0xa4cfdd(0x1ce),'EErLB':_0xa4cfdd(0x21f),'vEXmn':_0xa4cfdd(0x1ba),'LZeMy':'next_hubs'};try{const _0x2d43d2=_0x1f1bc8['dBHGm'](require,_0x1f1bc8[_0xa4cfdd(0x1f6)])[_0xa4cfdd(0x213)][_0xa4cfdd(0x203)](_0x1f1bc8[_0xa4cfdd(0x1cc)],''),_0x427bfd=await helper[_0xa4cfdd(0x1fa)](_0x1f1bc8[_0xa4cfdd(0x1eb)],_0x1f1bc8[_0xa4cfdd(0x211)],{},_0x53f3d2,_0x2d43d2,0x1388),_0x5dd444=_0x427bfd[_0xa4cfdd(0x1d3)];return logger[_0xa4cfdd(0x219)]('Response:\x20'+util[_0xa4cfdd(0x1d2)]('%j',_0x5dd444)),_0x5dd444['hubs'];}catch(_0x2973ca){logger[_0xa4cfdd(0x219)](_0xa4cfdd(0x1da)+_0x2973ca);}return null;};