browserstack-node-sdk 1.68.0 → 1.68.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a175_0x200c06=a175_0x335d;(function(_0x43bd21,_0x285644){const _0x521f4e=a175_0x335d,_0x3da09c=_0x43bd21();while(!![]){try{const _0x2ffabc=parseInt(_0x521f4e(0x24a))/0x1*(parseInt(_0x521f4e(0x1ff))/0x2)+parseInt(_0x521f4e(0x255))/0x3+-parseInt(_0x521f4e(0x286))/0x4+parseInt(_0x521f4e(0x1d3))/0x5+parseInt(_0x521f4e(0x1e9))/0x6+parseInt(_0x521f4e(0x1e8))/0x7*(-parseInt(_0x521f4e(0x278))/0x8)+parseInt(_0x521f4e(0x269))/0x9*(parseInt(_0x521f4e(0x28f))/0xa);if(_0x2ffabc===_0x285644)break;else _0x3da09c['push'](_0x3da09c['shift']());}catch(_0x2bc735){_0x3da09c['push'](_0x3da09c['shift']());}}}(a175_0x54ac,0x679de));function a175_0x54ac(){const _0x21c20c=['isRunning','BROWSERSTACK_SR_AUTOMATION','logBuildError','4|6|5|1|3|2|0','zSxEv','sjsEI','jtIlX','../../bin/utils/constants.js','7ZCxYLx','1176726MMEBBX','auEkk','BS_A11Y_JWT','INVALID_CREDENTIALS','options','RIGsm','HookRunStarted','DEPRECATED','sjWxq','join','isAppAutomateSession','TqiLO','Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20','qUhfn','message','ACCESS_DENIED','cYDst','FRAMEWORK_DETAILS','isTurboScaleSession','isTrue','winstonLogger','BROWSERSTACK_PRODUCT_MAP','34XGNbvz','isAccessibilityPlatform','tags','CSCbL','EwDsO','BS_TESTOPS_ALLOW_SCREENSHOTS','key','uuid','krKhz','getAccessibilityValueFromYml','dSfKy','slice','CmKBI','commands','GBbkm','fFyUO','getTestFrameworkDetails','ACCESSIBILITY','eRpmy','getBuildStartData','JASMINE','UOwJm','RVfhR','nonBStackInfraA11yChromeOptions','\x20Build\x20creation\x20failed','AZNxg','false','../../bin/playwright/reporter/test-details.js','getFrameworkDetails','BS_TESTOPS_JWT','TaCTi','getProductMapForBuildStartCall','jwt','BwrhM','xQoXf','Xnahu','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','kcBxK','argv','YvVPz','isLTSSession','forEach','BROWSERSTACK_TEST_ACCESSIBILITY_YML','toUpperCase','toJson','eqsuj','mmOsc','Pedds','CVMWq','oAIxt','parse','build_hashed_id','titlePath','BROWSERSTACK_ACCESSIBILITY','CREDENTIALS_FOR_CRASH_REPORTING','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','env','null','../ats/helper','mYMIo','error','UhEfu','dvoNA','skipCDPConnectOverride','shouldScanTestForAccessibility','vVynE','trim','value','../helper','KwpbW','XQHsa','ltqCw','KTMUZ','setPercyFlag','LogCreated','4831WNAIpi','../../bin/jest/test-observability/test-details.js','getTestOrchestrationBuildStartData','ENV_VAR','HookRunFinished','testPlanId','isAccessibilityEnabled','AdpLy','handleErrorForAccessibility','Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20','sJAli','1637436YIcrbM','checkAccessibilityPlatformConfig','toString','getTestData','includes','keys','CBTSessionCreated','isPercyBuild','VTtmi','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','cAUnn','tNCby','accessibility','uJizX','PJMzT','VMZHD','getProductMap','OAgMp','sr_automation','description','2061YKlWTx','scannerVersion','Ymmqm','success','testManagementOptions','CODECEPT','BROWSERSTACK_TEST_PLAN_ID','VfHiB','getTestPlanId',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','BROWSERSTACK_TESTHUB_UUID','xOAmb','fRvsL','UBFbh','xjLbN','5788936NOEyCs','LBMSx','nSpim','BROWSERSTACK_PERCY','scopes','vcDqO','percy','3|1|5|2|4|0','BROWSERSTACK_TESTHUB_JWT','../../bin/v2/modules/loadTestModule','bgFsu','command','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','hkcOD','2310804xgWzkS','split','iQoFv','spcEL','capabilities','test_run','PLAYWRIGHT','SJteN','true','21020gJjppC','debug','platforms','observability','Rhqke','assign','BS_TESTOPS_BUILD_COMPLETED','get','drDpy','setTestObservabilityVariables','startsWith','DSLHX','JEST','mcaqZ','stringify','../test-orchestration/orchestrationUtils.js','qtAHg','scripts','../globals.js','hEjjZ','ldQSn','bstackA11yShouldScan','commandsToWrap','gdIGV','mwoFm','goog:chromeOptions','YKroI','DWawU','hDxVz','name','username','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','setCurrentTestData','3|1|2|0|4','2101570QCKCMT','ERROR','password','info','isBrowserstackInfra','getGlobal','FWXOI','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','./constants.js','VaIoo','length','jMBDA','BS_TESTOPS_BUILD_HASHED_ID'];a175_0x54ac=function(){return _0x21c20c;};return a175_0x54ac();}const bsSetupHelper=require(a175_0x200c06(0x243)),LoadTestModule=require(a175_0x200c06(0x281)),{isTestObservabilitySession,getFrameworkVersion}=require('../test-observability/utils'),accessibilityHelper=require('../accessibility-automation/helper'),logger=require('../logger')[a175_0x200c06(0x1fd)],{nestedKeyValue}=require('../helper.js'),scripts=require('../accessibility-automation/scripts.js'),globals=require(a175_0x200c06(0x2a1)),testHubConstants=require(a175_0x200c06(0x1db)),PWTestDetails=require(a175_0x200c06(0x21a)),JestTestDetails=require(a175_0x200c06(0x24b)),{FRAMEWORKS}=require('../test-observability/constants.js'),{isTurboScaleSession}=require(a175_0x200c06(0x239)),OrchestrationUtils=require(a175_0x200c06(0x29e)),constants=require(a175_0x200c06(0x1e7));let testData={};exports[a175_0x200c06(0x265)]=_0x6bd8fb=>{const _0x116694=a175_0x200c06,_0x522c29={'mwoFm':function(_0x35c1fd){return _0x35c1fd();},'RVfhR':function(_0x403d6d,_0x30f47b){return _0x403d6d===_0x30f47b;},'Pedds':_0x116694(0x28e)};let _0x3cb7da=![],_0x1ae308=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x116694(0x1f3)](_0x6bd8fb))_0x1ae308=!![];else bsSetupHelper[_0x116694(0x1d7)]()&&(_0x3cb7da=!![]);return Object[_0x116694(0x294)]({'observability':_0x522c29[_0x116694(0x2a7)](isTestObservabilitySession),'accessibility':exports[_0x116694(0x250)](_0x6bd8fb),'percy':_0x6bd8fb[_0x116694(0x27e)]||![],'sr_automation':_0x522c29[_0x116694(0x215)](process[_0x116694(0x237)][_0x116694(0x1e1)],_0x522c29[_0x116694(0x22e)])||_0x6bd8fb[_0x116694(0x267)]||![],'automate':_0x3cb7da,'app_automate':_0x1ae308,'turboscale':bsSetupHelper[_0x116694(0x1fb)](_0x6bd8fb),'lts':LoadTestModule[_0x116694(0x227)](_0x6bd8fb)},bsSetupHelper['getCentralUser']());},exports[a175_0x200c06(0x21b)]=(_0x110721,_0x45d2d6)=>{const _0x4fc6a5=a175_0x200c06,_0x1198a7={'OqIyU':function(_0x56702e,_0x4fdc87){return _0x56702e(_0x4fdc87);},'sJAli':'javascript'},_0x13238a={'frameworkName':_0x45d2d6,'frameworkVersion':_0x1198a7['OqIyU'](getFrameworkVersion,_0x45d2d6),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x1198a7[_0x4fc6a5(0x254)],'testFramework':bsSetupHelper[_0x4fc6a5(0x20f)](_0x110721,_0x45d2d6)};return process['env'][_0x4fc6a5(0x1fa)]=JSON[_0x4fc6a5(0x29d)](_0x13238a),_0x13238a;},exports[a175_0x200c06(0x248)]=_0x204fa9=>{const _0x2fd102=a175_0x200c06,_0x517ad5={};_0x517ad5['TqiLO']='false',_0x517ad5[_0x2fd102(0x202)]=_0x2fd102(0x28e);const _0x1fa69c=_0x517ad5;process[_0x2fd102(0x237)][_0x2fd102(0x27b)]=_0x1fa69c[_0x2fd102(0x1f4)],bsSetupHelper[_0x2fd102(0x1fc)](_0x204fa9['config'][_0x2fd102(0x27e)])&&(!_0x204fa9['percy']||!_0x204fa9[_0x2fd102(0x27e)][_0x2fd102(0x1e0)]())&&(process['env']['BROWSERSTACK_PERCY']=_0x1fa69c[_0x2fd102(0x202)]);},exports[a175_0x200c06(0x25c)]=()=>{const _0x4708a9=a175_0x200c06;return bsSetupHelper[_0x4708a9(0x1fc)](process[_0x4708a9(0x237)][_0x4708a9(0x27b)]);},exports['isAccessibilityEnabled']=(_0x8b7b48={})=>{const _0x2cf2be=a175_0x200c06,_0x375b39={};_0x375b39[_0x2cf2be(0x1ea)]=function(_0x269215,_0x36cd70){return _0x269215!==_0x36cd70;},_0x375b39[_0x2cf2be(0x2a2)]=function(_0x15ca99,_0x5731d6){return _0x15ca99===_0x5731d6;},_0x375b39[_0x2cf2be(0x22f)]=_0x2cf2be(0x28e),_0x375b39['LBMSx']=function(_0x3227a8,_0x17794a){return _0x3227a8>_0x17794a;},_0x375b39[_0x2cf2be(0x1d9)]=function(_0x2b317c,_0x15cf6c){return _0x2b317c===_0x15cf6c;};const _0x276a99=_0x375b39;if(_0x276a99[_0x2cf2be(0x1ea)](process['env'][_0x2cf2be(0x234)],undefined))return bsSetupHelper[_0x2cf2be(0x1fc)](process[_0x2cf2be(0x237)]['BROWSERSTACK_ACCESSIBILITY']);let _0x13bb4f=_0x276a99[_0x2cf2be(0x2a2)](process[_0x2cf2be(0x237)][_0x2cf2be(0x229)],_0x276a99['CVMWq']);return _0x276a99[_0x2cf2be(0x279)](Object[_0x2cf2be(0x25a)](_0x8b7b48)['length'],0x0)&&(process[_0x2cf2be(0x237)][_0x2cf2be(0x284)]=accessibilityHelper[_0x2cf2be(0x256)](_0x8b7b48)),_0x13bb4f=_0x13bb4f||_0x276a99[_0x2cf2be(0x1d9)](process[_0x2cf2be(0x237)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x276a99['CVMWq']),_0x13bb4f;},exports[a175_0x200c06(0x298)]=(_0xcd859a,_0x947532)=>{const _0x28e33d=a175_0x200c06,_0x1547fe={'RIGsm':function(_0x535d7f){return _0x535d7f();},'mYMIo':_0x28e33d(0x27f),'hKQpV':function(_0x4a00f7,_0x392730,_0xeb4962){return _0x4a00f7(_0x392730,_0xeb4962);},'drDpy':'observability','xOAmb':'options','spcEL':_0x28e33d(0x28e)};if(!_0xcd859a||!_0xcd859a['observability'])return exports['handleErrorForObservability'](),[null,null,null];if(!_0xcd859a[_0x28e33d(0x292)]['success'])return exports['handleErrorForObservability'](_0xcd859a[_0x28e33d(0x292)]),[null,null,null];if(_0x1547fe[_0x28e33d(0x1ee)](isTestObservabilitySession)){const _0xe11437=_0x1547fe[_0x28e33d(0x23a)][_0x28e33d(0x287)]('|');let _0x23768a=0x0;while(!![]){switch(_0xe11437[_0x23768a++]){case'0':return[_0xcd859a[_0x28e33d(0x21f)],_0xcd859a['build_hashed_id'],process[_0x28e33d(0x237)]['BS_TESTOPS_ALLOW_SCREENSHOTS']];case'1':if(_0xcd859a[_0x28e33d(0x21f)]){process['env']['BS_TESTOPS_JWT']=_0xcd859a[_0x28e33d(0x21f)];const _0x106562={};_0x106562[_0x28e33d(0x1cf)]=_0x947532['username'],_0x106562[_0x28e33d(0x1d5)]=_0x947532[_0x28e33d(0x1d5)],process[_0x28e33d(0x237)][_0x28e33d(0x235)]=JSON['stringify'](_0x106562);}continue;case'2':_0x1547fe['hKQpV'](nestedKeyValue,_0xcd859a,[_0x1547fe[_0x28e33d(0x297)],_0x1547fe[_0x28e33d(0x274)]])&&(process[_0x28e33d(0x237)][_0x28e33d(0x204)]=_0xcd859a[_0x28e33d(0x292)][_0x28e33d(0x1ed)]['allow_screenshots'][_0x28e33d(0x257)]());continue;case'3':process['env'][_0x28e33d(0x295)]=_0x1547fe[_0x28e33d(0x289)];continue;case'4':logger['debug']('['+constants['TEST_REPORTING_ANALYTICS']+_0x28e33d(0x272)+_0xcd859a[_0x28e33d(0x232)]);continue;case'5':_0xcd859a[_0x28e33d(0x232)]&&(process[_0x28e33d(0x237)][_0x28e33d(0x1df)]=_0xcd859a[_0x28e33d(0x232)]);continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x366aee=>{const _0x501e0f=a175_0x200c06,_0x33f592={'xjLbN':function(_0x4bfef2,_0x3b34b8,_0x38dd85){return _0x4bfef2(_0x3b34b8,_0x38dd85);},'BwrhM':_0x501e0f(0x261),'uJizX':_0x501e0f(0x1ed),'cYDst':function(_0x547b42,_0x1d0ca1,_0x14b202,_0x5bd841){return _0x547b42(_0x1d0ca1,_0x14b202,_0x5bd841);},'vVynE':_0x501e0f(0x2ac),'tNCby':_0x501e0f(0x242),'kUOdw':_0x501e0f(0x283),'SJteN':_0x501e0f(0x20c),'hkcOD':function(_0x23aebf,_0x2a7e16,_0x44f7bd,_0x26e94d){return _0x23aebf(_0x2a7e16,_0x44f7bd,_0x26e94d);},'kcBxK':_0x501e0f(0x216),'xQoXf':_0x501e0f(0x2a8),'OpzpH':function(_0x204f52,_0x38a49d){return _0x204f52(_0x38a49d);},'sjsEI':function(_0x55e1e2,_0x1a0af5){return _0x55e1e2===_0x1a0af5;},'PJMzT':function(_0x12a50f,_0x366a3e){return _0x12a50f===_0x366a3e;},'fFyUO':_0x501e0f(0x28e),'AdpLy':_0x501e0f(0x25e)};if(!_0x366aee[_0x501e0f(0x261)])return exports['handleErrorForAccessibility'](),[null,null];if(!_0x366aee['accessibility'][_0x501e0f(0x26c)])return exports[_0x501e0f(0x252)](_0x366aee['accessibility']),[null,null];if(_0x33f592[_0x501e0f(0x277)](nestedKeyValue,_0x366aee,[_0x33f592[_0x501e0f(0x220)],_0x33f592[_0x501e0f(0x262)]])){const {accessibilityToken:_0x2aeb12,scannerVersion:_0x1d4419,scannerProcessingTimeout:_0x260b93,isMobileScanningEnabledForGroup:_0x54e6b1}=_0x33f592['cYDst'](jsonifyAccessibilityArray,_0x366aee[_0x501e0f(0x261)][_0x501e0f(0x1ed)][_0x501e0f(0x28a)],_0x33f592[_0x501e0f(0x240)],_0x33f592['tNCby']),_0x4d875e={'scripts':_0x33f592[_0x501e0f(0x1f9)](jsonifyAccessibilityArray,_0x366aee[_0x501e0f(0x261)][_0x501e0f(0x1ed)][_0x501e0f(0x2a0)],_0x33f592[_0x501e0f(0x240)],_0x33f592['kUOdw'])};_0x4d875e[_0x33f592[_0x501e0f(0x28d)]]=_0x366aee['accessibility'][_0x501e0f(0x1ed)][_0x501e0f(0x2a5)][_0x501e0f(0x20c)];const _0x3f711c=_0x33f592[_0x501e0f(0x285)](jsonifyAccessibilityArray,_0x366aee[_0x501e0f(0x261)]['options'][_0x501e0f(0x28a)],_0x33f592[_0x501e0f(0x240)],_0x33f592[_0x501e0f(0x260)]);_0x4d875e[_0x33f592[_0x501e0f(0x224)]]=_0x3f711c[_0x33f592[_0x501e0f(0x221)]],scripts['parseFromJson'](_0x4d875e),scripts[_0x501e0f(0x22b)]();let _0x230b90=process[_0x501e0f(0x237)][_0x501e0f(0x223)];_0x230b90=!!_0x230b90?JSON[_0x501e0f(0x231)](_0x230b90):{},_0x230b90[_0x501e0f(0x26a)]=_0x1d4419,process[_0x501e0f(0x237)][_0x501e0f(0x223)]=JSON[_0x501e0f(0x29d)](_0x230b90),process[_0x501e0f(0x237)][_0x501e0f(0x1eb)]=_0x2aeb12,process[_0x501e0f(0x237)][_0x501e0f(0x236)]=_0x33f592['OpzpH'](String,_0x33f592[_0x501e0f(0x1e5)](_0x54e6b1,!![])||_0x33f592[_0x501e0f(0x263)](_0x54e6b1,_0x33f592[_0x501e0f(0x20e)])),logger[_0x501e0f(0x290)](_0x501e0f(0x1da)+_0x366aee[_0x501e0f(0x232)]);const _0x1ffaea=accessibilityHelper['parseA11yJwtPayload'](_0x2aeb12);return _0x1ffaea&&bsSetupHelper[_0x501e0f(0x1fc)](_0x1ffaea[_0x501e0f(0x23e)])&&(process[_0x501e0f(0x237)][_0x501e0f(0x1d0)]=!![],logger[_0x501e0f(0x290)](_0x33f592[_0x501e0f(0x251)])),[_0x2aeb12,_0x366aee['build_hashed_id'],_0x260b93];}return[null,null];},exports['handleErrorForObservability']=_0x58b59e=>{const _0x4450dc=a175_0x200c06,_0x51a821={};_0x51a821[_0x4450dc(0x25d)]=_0x4450dc(0x1e3),_0x51a821[_0x4450dc(0x1f6)]=_0x4450dc(0x238),_0x51a821['KwpbW']=_0x4450dc(0x219);const _0x5f0961=_0x51a821,_0xa38eff=_0x5f0961['VTtmi'][_0x4450dc(0x287)]('|');let _0x5868fe=0x0;while(!![]){switch(_0xa38eff[_0x5868fe++]){case'0':exports[_0x4450dc(0x1e2)](_0x58b59e,testHubConstants['OBSERVABILITY']);continue;case'1':process[_0x4450dc(0x237)][_0x4450dc(0x21c)]=_0x5f0961['qUhfn'];continue;case'2':process[_0x4450dc(0x237)][_0x4450dc(0x204)]=_0x5f0961[_0x4450dc(0x1f6)];continue;case'3':process['env'][_0x4450dc(0x1df)]=_0x5f0961[_0x4450dc(0x1f6)];continue;case'4':process[_0x4450dc(0x237)][_0x4450dc(0x273)]=_0x5f0961['qUhfn'];continue;case'5':process[_0x4450dc(0x237)][_0x4450dc(0x295)]=_0x5f0961[_0x4450dc(0x244)];continue;case'6':process[_0x4450dc(0x237)][_0x4450dc(0x280)]=_0x5f0961[_0x4450dc(0x1f6)];continue;}break;}},exports[a175_0x200c06(0x252)]=_0x2b85cb=>{const _0x14896c=a175_0x200c06,_0xd2b32a={};_0xd2b32a[_0x14896c(0x1f1)]=_0x14896c(0x1d2),_0xd2b32a['YvVPz']=_0x14896c(0x219),_0xd2b32a[_0x14896c(0x29f)]=_0x14896c(0x238);const _0x52fbd2=_0xd2b32a,_0x142f72=_0x52fbd2[_0x14896c(0x1f1)][_0x14896c(0x287)]('|');let _0x2b547f=0x0;while(!![]){switch(_0x142f72[_0x2b547f++]){case'0':process[_0x14896c(0x237)][_0x14896c(0x284)]=_0x52fbd2[_0x14896c(0x226)];continue;case'1':process[_0x14896c(0x237)][_0x14896c(0x280)]=_0x52fbd2['qtAHg'];continue;case'2':process[_0x14896c(0x237)][_0x14896c(0x229)]=_0x52fbd2[_0x14896c(0x226)];continue;case'3':process[_0x14896c(0x237)][_0x14896c(0x273)]=_0x52fbd2[_0x14896c(0x29f)];continue;case'4':exports['logBuildError'](_0x2b85cb,testHubConstants[_0x14896c(0x210)]);continue;}break;}},exports['logBuildError']=(_0x2a183a,_0x22614a='')=>{const _0x4d95e7=a175_0x200c06,_0x191bf0={};_0x191bf0['DSLHX']=function(_0x4f509b,_0x589ddf){return _0x4f509b===_0x589ddf;};const _0x1769d5=_0x191bf0;if(_0x1769d5[_0x4d95e7(0x29a)](_0x2a183a,undefined)){logger['error'](_0x22614a[_0x4d95e7(0x22a)]()+_0x4d95e7(0x217));return;}for(const _0x108c7e of _0x2a183a['errors']){const _0xed3266=_0x108c7e[_0x4d95e7(0x205)],_0x3b1206=_0x108c7e[_0x4d95e7(0x1f7)];if(_0x3b1206)switch(_0xed3266){case testHubConstants[_0x4d95e7(0x1d4)][_0x4d95e7(0x1ec)]:logger[_0x4d95e7(0x23b)](_0x3b1206);break;case testHubConstants[_0x4d95e7(0x1d4)][_0x4d95e7(0x1f8)]:logger[_0x4d95e7(0x1d6)](_0x3b1206);break;case testHubConstants[_0x4d95e7(0x1d4)][_0x4d95e7(0x1f0)]:logger[_0x4d95e7(0x23b)](_0x3b1206);break;default:logger[_0x4d95e7(0x23b)](_0x3b1206);}}};const jsonifyAccessibilityArray=(_0x5ac84a,_0x25aecf,_0x49da9a)=>{const _0x1884e5=a175_0x200c06,_0x2ef967={};return _0x5ac84a[_0x1884e5(0x228)](_0x46f489=>{_0x2ef967[_0x46f489[_0x25aecf]]=_0x46f489[_0x49da9a];}),_0x2ef967;};exports['setTestHubCommonMetaInfo']=_0x5afd6f=>{const _0x15c2d4=a175_0x200c06;_0x5afd6f[_0x15c2d4(0x21f)]&&(process[_0x15c2d4(0x237)]['BROWSERSTACK_TESTHUB_JWT']=_0x5afd6f[_0x15c2d4(0x21f)]);_0x5afd6f['build_hashed_id']&&(process['env']['BROWSERSTACK_TESTHUB_UUID']=_0x5afd6f[_0x15c2d4(0x232)],logger[_0x15c2d4(0x290)]('BROWSERSTACK_TESTHUB_UUID:\x20'+_0x5afd6f[_0x15c2d4(0x232)]));;},exports['shouldProcessEventForTesthub']=(_0x95c1dc='',_0x45fdcb='')=>{const _0xce7c3c=a175_0x200c06,_0x36ec90={'OAgMp':function(_0x1ce964){return _0x1ce964();},'YMFsr':function(_0x1f663f,_0xaf212e){return _0x1f663f===_0xaf212e;},'Rhqke':'uploadEventData','UOwJm':_0xce7c3c(0x249),'VMZHD':_0xce7c3c(0x25b),'eqsuj':function(_0x46cd12){return _0x46cd12();},'Ymmqm':_0xce7c3c(0x1ef),'VaIoo':_0xce7c3c(0x24e)};if(exports[_0xce7c3c(0x25c)]()&&!exports[_0xce7c3c(0x250)]()&&!_0x36ec90[_0xce7c3c(0x266)](isTestObservabilitySession)){if(_0x36ec90['YMFsr'](_0x45fdcb,_0x36ec90[_0xce7c3c(0x293)]))return![];if([_0x36ec90['UOwJm'],_0x36ec90[_0xce7c3c(0x264)]][_0xce7c3c(0x259)](_0x95c1dc))return![];return!![];}if(exports[_0xce7c3c(0x250)]()&&!_0x36ec90['eqsuj'](isTestObservabilitySession)){if([_0x36ec90[_0xce7c3c(0x26b)],_0x36ec90[_0xce7c3c(0x1dc)],_0x36ec90[_0xce7c3c(0x214)]][_0xce7c3c(0x259)](_0x95c1dc))return![];return!![];}return exports[_0xce7c3c(0x250)]()||_0x36ec90[_0xce7c3c(0x22c)](isTestObservabilitySession)||exports[_0xce7c3c(0x25c)]();},exports['appendTesthubParams']=(_0x350fe6,_0x336cbc,_0xb343fe='',_0xf0299b)=>{const _0x43f47a=a175_0x200c06,_0x1100cc={'UBFbh':_0x43f47a(0x1ef),'CmKBI':'HookRunFinished','XQHsa':function(_0x5c08d4,_0x3046fc){return _0x5c08d4===_0x3046fc;},'ltqCw':_0x43f47a(0x2a4),'hDxVz':_0x43f47a(0x200),'EwDsO':'accessibility','mmOsc':function(_0x245c1e,_0x17d608){return _0x245c1e&&_0x17d608;},'VfHiB':function(_0x3df11d,_0x3d6221){return _0x3df11d===_0x3d6221;},'YKroI':function(_0x2dd673,_0x45fbac){return _0x2dd673+_0x45fbac;},'KTMUZ':function(_0xf1ca13,_0xa06623){return _0xf1ca13(_0xa06623);},'vcDqO':'../../bin/jasmine/testRunMap.js','NFuAk':function(_0x262654,_0x3314b2){return _0x262654&&_0x3314b2;},'gdIGV':function(_0x2de964,_0x34305d){return _0x2de964===_0x34305d;},'oAIxt':function(_0x8407f3,_0x4893b7){return _0x8407f3!==_0x4893b7;},'fRvsL':'TestRunStarted','mcaqZ':function(_0x222c6f,_0x3e52fd){return _0x222c6f&&_0x3e52fd;},'UhEfu':function(_0x2eee32,_0x404c33){return _0x2eee32===_0x404c33;},'krKhz':function(_0xa60562,_0x2981e0){return _0xa60562&&_0x2981e0;},'Rvoac':'product_map'};if([_0x1100cc[_0x43f47a(0x276)],_0x1100cc[_0x43f47a(0x20b)]][_0x43f47a(0x259)](_0x336cbc))return;let _0x1bd783={};try{process['env']['BROWSERSTACK_PRODUCT_MAP']&&(_0x1bd783=JSON[_0x43f47a(0x231)](process['env'][_0x43f47a(0x1fe)])||{});}catch(_0x1c5f7e){logger[_0x43f47a(0x290)](_0x43f47a(0x1f5)+_0x1c5f7e),_0x1bd783={};}if(exports[_0x43f47a(0x250)]()){if(_0x1100cc[_0x43f47a(0x245)](_0xf0299b,FRAMEWORKS['MOCHA'])){const _0x3e2fb3=globals[_0x43f47a(0x1d8)](_0x1100cc[_0x43f47a(0x246)])||accessibilityHelper[_0x43f47a(0x23f)](_0xb343fe[_0x43f47a(0x233)](),!![]),_0x290536=globals['getGlobal'](_0x1100cc['hDxVz']);_0x1bd783[_0x1100cc[_0x43f47a(0x203)]]=_0x1100cc['mmOsc'](_0x290536,_0x3e2fb3);}if(_0x1100cc[_0x43f47a(0x270)](_0xf0299b,FRAMEWORKS[_0x43f47a(0x29b)])){const _0xb416eb=_0x1100cc[_0x43f47a(0x2a9)](_0x1100cc[_0x43f47a(0x2a9)](_0x350fe6[_0x43f47a(0x27c)][_0x43f47a(0x1f2)]('\x20'),'\x20'),_0xb343fe[_0x43f47a(0x2ac)]),_0x2357a6=globals[_0x43f47a(0x1d8)](_0x1100cc[_0x43f47a(0x246)])||accessibilityHelper[_0x43f47a(0x23f)](_0xb416eb,![]),_0x40ccfe=browserStackGlobals[_0x43f47a(0x200)];_0x1bd783[_0x1100cc[_0x43f47a(0x203)]]=_0x1100cc[_0x43f47a(0x22d)](_0x40ccfe,_0x2357a6);}if(_0x1100cc['XQHsa'](_0xf0299b,FRAMEWORKS['JASMINE'])){const _0x49b926=_0x1100cc[_0x43f47a(0x247)](require,_0x1100cc[_0x43f47a(0x27d)]),_0x106ba5=_0xb343fe&&_0x49b926[_0x43f47a(0x296)](_0xb343fe['id'])||_0x350fe6[_0x43f47a(0x206)];_0x106ba5&&(_0x350fe6[_0x43f47a(0x206)]=_0x106ba5);const _0x40cce7=_0x1100cc[_0x43f47a(0x2a9)](_0x1100cc['YKroI'](_0x350fe6['scopes']['join']('\x20'),'\x20'),_0xb343fe[_0x43f47a(0x268)]||_0x350fe6['name']),_0x4a062e=globals[_0x43f47a(0x1d8)](_0x1100cc[_0x43f47a(0x246)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x40cce7,![]),_0x41779=globals[_0x43f47a(0x1d8)](_0x1100cc[_0x43f47a(0x2ab)]);_0x1bd783[_0x1100cc[_0x43f47a(0x203)]]=_0x1100cc['NFuAk'](_0x41779,_0x4a062e);}_0x1100cc[_0x43f47a(0x2a6)](_0xf0299b,FRAMEWORKS[_0x43f47a(0x28c)])&&_0x1100cc[_0x43f47a(0x230)](_0x336cbc,_0x1100cc[_0x43f47a(0x275)])&&(_0x1bd783[_0x1100cc[_0x43f47a(0x203)]]=PWTestDetails['getAccessibilityPlatformValidation'](_0x350fe6[_0x43f47a(0x206)]));if(_0x1100cc[_0x43f47a(0x270)](_0xf0299b,FRAMEWORKS[_0x43f47a(0x26e)])){const _0x458396=accessibilityHelper['shouldScanTestForAccessibility'](_0xb343fe[_0x43f47a(0x233)](),!![]),_0x3e31cf=global['accessibilityPlatform'];_0x1bd783[_0x1100cc[_0x43f47a(0x203)]]=_0x1100cc[_0x43f47a(0x29c)](_0x3e31cf,_0x458396);}if(_0x1100cc[_0x43f47a(0x23c)](_0xf0299b,FRAMEWORKS['CUCUMBER'])){const _0x542c07=accessibilityHelper['shouldScanTestForAccessibility'](null,![],_0x350fe6[_0x43f47a(0x201)]),_0x501585=globals[_0x43f47a(0x1d8)](_0x1100cc[_0x43f47a(0x2ab)]);_0x1bd783[_0x1100cc[_0x43f47a(0x203)]]=_0x1100cc[_0x43f47a(0x207)](_0x501585,_0x542c07);}}_0x350fe6[_0x1100cc['Rvoac']]=_0x1bd783;},exports['getCurrentTestData']=_0x23ca3b=>{const _0x4c59bb=a175_0x200c06,_0x36cd13={};_0x36cd13[_0x4c59bb(0x2aa)]=function(_0x4c54fa,_0x4bf412){return _0x4c54fa>_0x4bf412;};const _0x32ed4a=_0x36cd13;let _0x546f0d={};if(_0x32ed4a[_0x4c59bb(0x2aa)](Object[_0x4c59bb(0x25a)](testData)[_0x4c59bb(0x1dd)],0x0))return testData;_0x546f0d=JestTestDetails[_0x4c59bb(0x258)]();if(_0x32ed4a['DWawU'](Object['keys'](_0x546f0d)[_0x4c59bb(0x1dd)],0x0))return _0x546f0d;return _0x546f0d;},exports[a175_0x200c06(0x1d1)]=(_0x47daaa,_0x25c2f8={})=>{const _0x1b86d7=a175_0x200c06;if(bsSetupHelper['isUndefined'](_0x25c2f8[_0x1b86d7(0x28b)]))return;switch(_0x47daaa){case FRAMEWORKS['MOCHA']:testData=_0x25c2f8['test_run'];break;case FRAMEWORKS[_0x1b86d7(0x29b)]:JestTestDetails['setTestData'](_0x25c2f8[_0x1b86d7(0x28b)]);break;case FRAMEWORKS[_0x1b86d7(0x213)]:testData=_0x25c2f8[_0x1b86d7(0x28b)];break;default:break;}},exports[a175_0x200c06(0x208)]=_0x295bea=>{const _0x41437a=a175_0x200c06,_0x220f0f={};_0x220f0f[_0x41437a(0x23d)]=function(_0x29db71,_0x73f556){return _0x29db71!==_0x73f556;},_0x220f0f['cAUnn']=function(_0x1cf02c,_0x59ed45){return _0x1cf02c!==_0x59ed45;},_0x220f0f['ejEOz']=function(_0x2c1463,_0x1da7fb){return _0x2c1463!==_0x1da7fb;};const _0x39a86d=_0x220f0f;if(_0x39a86d['dvoNA'](_0x295bea[_0x41437a(0x261)],null)&&_0x39a86d[_0x41437a(0x25f)](_0x295bea[_0x41437a(0x261)],undefined))return _0x295bea[_0x41437a(0x261)];let _0x2273f7=![],_0xe1692c=![];if(_0x295bea[_0x41437a(0x291)])for(const _0x5e4450 of _0x295bea[_0x41437a(0x291)]){_0x39a86d[_0x41437a(0x25f)](_0x5e4450[_0x41437a(0x261)],null)&&_0x39a86d['ejEOz'](_0x5e4450[_0x41437a(0x261)],undefined)&&(_0x2273f7=_0x2273f7||bsSetupHelper[_0x41437a(0x1fc)](_0x5e4450[_0x41437a(0x261)]),_0xe1692c=!![]);}if(_0xe1692c)return _0x2273f7;return null;},exports[a175_0x200c06(0x24c)]=_0x2a0c67=>{const _0x34df60=a175_0x200c06;if(!_0x2a0c67)return{};const _0x6074f9=new OrchestrationUtils(_0x2a0c67);return _0x6074f9[_0x34df60(0x212)]();},exports[a175_0x200c06(0x21e)]=_0x109d47=>{const _0x5e495f=a175_0x200c06,_0x3b1e3d={'zSxEv':function(_0x363c95){return _0x363c95();},'eRpmy':function(_0x46c631,_0x44f18f){return _0x46c631===_0x44f18f;},'JAyIi':_0x5e495f(0x28e)};let _0x19fb2b=![],_0xe34f97=![];if(bsSetupHelper[_0x5e495f(0x1d7)]()&&bsSetupHelper[_0x5e495f(0x1f3)](_0x109d47))_0xe34f97=!![];else bsSetupHelper[_0x5e495f(0x1d7)]()&&(_0x19fb2b=!![]);return Object['assign']({'observability':_0x3b1e3d[_0x5e495f(0x1e4)](isTestObservabilitySession),'accessibility':exports[_0x5e495f(0x208)](_0x109d47),'percy':_0x109d47[_0x5e495f(0x27e)]||![],'sr_automation':_0x3b1e3d[_0x5e495f(0x211)](process[_0x5e495f(0x237)][_0x5e495f(0x1e1)],_0x3b1e3d['JAyIi'])||_0x109d47[_0x5e495f(0x267)]||![],'automate':_0x19fb2b,'app_automate':_0xe34f97,'turboscale':bsSetupHelper[_0x5e495f(0x1fb)](_0x109d47),'lts':LoadTestModule[_0x5e495f(0x227)](_0x109d47)},bsSetupHelper['getCentralUser']());};const normalizeTestPlanId=_0x71e775=>{const _0x20ef56=a175_0x200c06,_0x263499={};_0x263499[_0x20ef56(0x2a3)]=function(_0x42d2c6,_0x331073){return _0x42d2c6!==_0x331073;},_0x263499[_0x20ef56(0x1de)]='string',_0x263499[_0x20ef56(0x288)]=function(_0x3ea489,_0x5438fe){return _0x3ea489>_0x5438fe;};const _0x577164=_0x263499;if(_0x577164[_0x20ef56(0x2a3)](typeof _0x71e775,_0x577164[_0x20ef56(0x1de)]))return undefined;const _0x3ccbf1=_0x71e775[_0x20ef56(0x241)]();return _0x577164[_0x20ef56(0x288)](_0x3ccbf1[_0x20ef56(0x1dd)],0x0)?_0x3ccbf1:undefined;},readTestPlanIdFromCliArgs=(_0x3364ee=process[a175_0x200c06(0x225)])=>{const _0x2b2980=a175_0x200c06,_0x22d95c={};_0x22d95c[_0x2b2980(0x27a)]=function(_0x3e2733,_0x3ad4ca){return _0x3e2733<_0x3ad4ca;},_0x22d95c[_0x2b2980(0x21d)]=function(_0x1485e2,_0x13fefb){return _0x1485e2===_0x13fefb;},_0x22d95c[_0x2b2980(0x20d)]=function(_0x546031,_0x84edbd){return _0x546031+_0x84edbd;},_0x22d95c[_0x2b2980(0x282)]=function(_0x3dfc52,_0x80b10d){return _0x3dfc52+_0x80b10d;};const _0x530a7b=_0x22d95c,_0x36947d='--'+testHubConstants['TEST_MANAGEMENT_TEST_PLAN_ID_ARG'];for(let _0x5e7b25=0x0;_0x530a7b['nSpim'](_0x5e7b25,_0x3364ee['length']);_0x5e7b25+=0x1){const _0x1fd01a=_0x3364ee[_0x5e7b25];if(_0x530a7b[_0x2b2980(0x21d)](_0x1fd01a,_0x36947d)){const _0x38c21e=_0x3364ee[_0x530a7b['GBbkm'](_0x5e7b25,0x1)];if(!_0x38c21e||_0x38c21e['startsWith']('--'))return undefined;return _0x38c21e;}if(_0x1fd01a[_0x2b2980(0x299)](_0x36947d+'='))return _0x1fd01a[_0x2b2980(0x20a)](_0x530a7b[_0x2b2980(0x282)](_0x36947d[_0x2b2980(0x1dd)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x134fb0={})=>{const _0x307497=a175_0x200c06,_0x2d850f={'AZNxg':function(_0xb416a1,_0x2238a3){return _0xb416a1(_0x2238a3);}};return _0x2d850f[_0x307497(0x218)](normalizeTestPlanId,_0x134fb0&&_0x134fb0[_0x307497(0x26d)]&&_0x134fb0[_0x307497(0x26d)][_0x307497(0x24f)]);};function a175_0x335d(_0x2a6150,_0x361d62){const _0x54ac3b=a175_0x54ac();return a175_0x335d=function(_0x335d16,_0x1f1bc4){_0x335d16=_0x335d16-0x1cf;let _0x466c00=_0x54ac3b[_0x335d16];return _0x466c00;},a175_0x335d(_0x2a6150,_0x361d62);}exports[a175_0x200c06(0x271)]=(_0x143f40={},_0x5661b7=process[a175_0x200c06(0x225)],_0x2ba8c0=process['env'])=>{const _0x2cb0f3=a175_0x200c06,_0x53a69b={'jtIlX':function(_0x9abcf9,_0x1530df){return _0x9abcf9(_0x1530df);},'dSfKy':function(_0x2f2681,_0x381b02){return _0x2f2681(_0x381b02);},'Xnahu':function(_0x154cc6,_0xd496e2){return _0x154cc6(_0xd496e2);}};try{const _0x2c94b5=_0x53a69b[_0x2cb0f3(0x1e6)](normalizeTestPlanId,_0x53a69b[_0x2cb0f3(0x209)](readTestPlanIdFromCliArgs,_0x5661b7));if(_0x2c94b5)return _0x2c94b5;const _0x4acd37=_0x53a69b[_0x2cb0f3(0x222)](normalizeTestPlanId,_0x2ba8c0&&_0x2ba8c0[testHubConstants[_0x2cb0f3(0x24d)][_0x2cb0f3(0x26f)]]);if(_0x4acd37)return _0x4acd37;return _0x53a69b['dSfKy'](readTestPlanIdFromConfig,_0x143f40);}catch(_0x4be3b4){return logger['debug'](_0x2cb0f3(0x253)+(_0x4be3b4&&_0x4be3b4[_0x2cb0f3(0x1f7)]?_0x4be3b4['message']:_0x4be3b4)),undefined;}};
1
+ const a175_0x52ba97=a175_0x44d1;(function(_0x5daec6,_0x47e322){const _0x23831e=a175_0x44d1,_0x457225=_0x5daec6();while(!![]){try{const _0x34722f=-parseInt(_0x23831e(0x10c))/0x1*(parseInt(_0x23831e(0xdf))/0x2)+-parseInt(_0x23831e(0xff))/0x3*(parseInt(_0x23831e(0x132))/0x4)+parseInt(_0x23831e(0x18d))/0x5+-parseInt(_0x23831e(0x11d))/0x6+parseInt(_0x23831e(0x142))/0x7+-parseInt(_0x23831e(0xd5))/0x8*(parseInt(_0x23831e(0x141))/0x9)+parseInt(_0x23831e(0x16c))/0xa;if(_0x34722f===_0x47e322)break;else _0x457225['push'](_0x457225['shift']());}catch(_0x5b3a7f){_0x457225['push'](_0x457225['shift']());}}}(a175_0xc79c,0x3c2ee));function a175_0x44d1(_0x44c643,_0x270232){const _0xc79c62=a175_0xc79c();return a175_0x44d1=function(_0x44d1be,_0x365654){_0x44d1be=_0x44d1be-0xd3;let _0x551b2a=_0xc79c62[_0x44d1be];return _0x551b2a;},a175_0x44d1(_0x44c643,_0x270232);}const bsSetupHelper=require(a175_0x52ba97(0x119)),LoadTestModule=require(a175_0x52ba97(0x18c)),{isTestObservabilitySession,getFrameworkVersion}=require(a175_0x52ba97(0xf4)),accessibilityHelper=require(a175_0x52ba97(0xea)),logger=require(a175_0x52ba97(0x10a))[a175_0x52ba97(0x11c)],{nestedKeyValue}=require('../helper.js'),scripts=require(a175_0x52ba97(0x13a)),globals=require('../globals.js'),testHubConstants=require('./constants.js'),PWTestDetails=require(a175_0x52ba97(0x17d)),JestTestDetails=require(a175_0x52ba97(0x16b)),{FRAMEWORKS}=require(a175_0x52ba97(0x104)),{isTurboScaleSession}=require(a175_0x52ba97(0xe2)),OrchestrationUtils=require('../test-orchestration/orchestrationUtils.js'),constants=require(a175_0x52ba97(0x1b0));let testData={};exports['getProductMap']=_0x20fb95=>{const _0x20062d=a175_0x52ba97,_0x5b9082={'UecMx':function(_0x307c5b){return _0x307c5b();},'PpfUm':function(_0x26b28b,_0x27aa6c){return _0x26b28b===_0x27aa6c;},'zjfiW':_0x20062d(0xd7)};let _0x57d7d2=![],_0x976159=![];if(bsSetupHelper[_0x20062d(0x19f)]()&&bsSetupHelper[_0x20062d(0x1aa)](_0x20fb95))_0x976159=!![];else bsSetupHelper[_0x20062d(0x19f)]()&&(_0x57d7d2=!![]);return Object['assign']({'observability':_0x5b9082[_0x20062d(0xe8)](isTestObservabilitySession),'accessibility':exports[_0x20062d(0x195)](_0x20fb95),'percy':_0x20fb95['percy']||![],'sr_automation':_0x5b9082['PpfUm'](process[_0x20062d(0x116)][_0x20062d(0xee)],_0x5b9082[_0x20062d(0x122)])||_0x20fb95[_0x20062d(0xf0)]||![],'automate':_0x57d7d2,'app_automate':_0x976159,'turboscale':bsSetupHelper[_0x20062d(0x158)](_0x20fb95),'lts':LoadTestModule[_0x20062d(0x179)](_0x20fb95)},bsSetupHelper[_0x20062d(0x11a)]());},exports[a175_0x52ba97(0x162)]=(_0x207f74,_0xaba58f)=>{const _0xa3f998=a175_0x52ba97,_0x44b845={'EEkSO':function(_0x51f254,_0x5ea99c){return _0x51f254(_0x5ea99c);},'DWMka':'javascript'},_0x486c69={'frameworkName':_0xaba58f,'frameworkVersion':_0x44b845['EEkSO'](getFrameworkVersion,_0xaba58f),'sdkVersion':bsSetupHelper[_0xa3f998(0x121)](),'language':_0x44b845[_0xa3f998(0x11b)],'testFramework':bsSetupHelper['getTestFrameworkDetails'](_0x207f74,_0xaba58f)};return process[_0xa3f998(0x116)]['FRAMEWORK_DETAILS']=JSON[_0xa3f998(0x12f)](_0x486c69),_0x486c69;},exports[a175_0x52ba97(0x112)]=_0x1304bb=>{const _0x3b5ba9=a175_0x52ba97,_0x3be5de={};_0x3be5de[_0x3b5ba9(0x156)]=_0x3b5ba9(0x173),_0x3be5de[_0x3b5ba9(0x14d)]=_0x3b5ba9(0xd7);const _0x31f1b1=_0x3be5de;process[_0x3b5ba9(0x116)][_0x3b5ba9(0x10d)]=_0x31f1b1[_0x3b5ba9(0x156)],bsSetupHelper[_0x3b5ba9(0x1ae)](_0x1304bb[_0x3b5ba9(0x188)][_0x3b5ba9(0x176)])&&(!_0x1304bb['percy']||!_0x1304bb[_0x3b5ba9(0x176)][_0x3b5ba9(0x15a)]())&&(process['env'][_0x3b5ba9(0x10d)]=_0x31f1b1[_0x3b5ba9(0x14d)]);},exports['isPercyBuild']=()=>{const _0xff4bd=a175_0x52ba97;return bsSetupHelper[_0xff4bd(0x1ae)](process[_0xff4bd(0x116)]['BROWSERSTACK_PERCY']);},exports[a175_0x52ba97(0x195)]=(_0x5d6a42={})=>{const _0x56400c=a175_0x52ba97,_0x4ad48d={};_0x4ad48d[_0x56400c(0x15e)]=function(_0x336c8e,_0x445bdd){return _0x336c8e!==_0x445bdd;},_0x4ad48d[_0x56400c(0x15f)]=function(_0x5d330e,_0x1edc99){return _0x5d330e===_0x1edc99;},_0x4ad48d[_0x56400c(0xde)]=_0x56400c(0xd7),_0x4ad48d[_0x56400c(0x1ad)]=function(_0x28e3fc,_0x319a5e){return _0x28e3fc>_0x319a5e;};const _0x1a2845=_0x4ad48d;if(_0x1a2845['glFxJ'](process[_0x56400c(0x116)][_0x56400c(0x124)],undefined))return bsSetupHelper[_0x56400c(0x1ae)](process[_0x56400c(0x116)][_0x56400c(0x124)]);let _0x343a7b=_0x1a2845[_0x56400c(0x15f)](process[_0x56400c(0x116)][_0x56400c(0xf6)],_0x1a2845[_0x56400c(0xde)]);return _0x1a2845[_0x56400c(0x1ad)](Object[_0x56400c(0x14b)](_0x5d6a42)[_0x56400c(0x140)],0x0)&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=accessibilityHelper[_0x56400c(0x182)](_0x5d6a42)),_0x343a7b=_0x343a7b||_0x1a2845['jlKSx'](process[_0x56400c(0x116)][_0x56400c(0x186)],_0x1a2845[_0x56400c(0xde)]),_0x343a7b;},exports[a175_0x52ba97(0xe4)]=(_0x221346,_0x81cddb)=>{const _0x2a7bd4=a175_0x52ba97,_0x3c7387={'QZBEA':function(_0x2abd71){return _0x2abd71();},'KmWig':_0x2a7bd4(0x171),'VRjuJ':_0x2a7bd4(0xd7),'TAzOc':function(_0x4411d2,_0x52f66e,_0x6243af){return _0x4411d2(_0x52f66e,_0x6243af);},'SCpZO':_0x2a7bd4(0x161),'yizbC':_0x2a7bd4(0x189)};if(!_0x221346||!_0x221346[_0x2a7bd4(0x161)])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x221346['observability'][_0x2a7bd4(0x146)])return exports[_0x2a7bd4(0xf8)](_0x221346[_0x2a7bd4(0x161)]),[null,null,null];if(_0x3c7387[_0x2a7bd4(0x198)](isTestObservabilitySession)){const _0x4da771=_0x3c7387[_0x2a7bd4(0x180)][_0x2a7bd4(0x16e)]('|');let _0x3f3b23=0x0;while(!![]){switch(_0x4da771[_0x3f3b23++]){case'0':process[_0x2a7bd4(0x116)][_0x2a7bd4(0xfd)]=_0x3c7387[_0x2a7bd4(0x103)];continue;case'1':return[_0x221346[_0x2a7bd4(0x126)],_0x221346['build_hashed_id'],process[_0x2a7bd4(0x116)][_0x2a7bd4(0x15b)]];case'2':logger['debug']('['+constants[_0x2a7bd4(0x1b1)]+_0x2a7bd4(0x151)+_0x221346[_0x2a7bd4(0xf7)]);continue;case'3':_0x3c7387[_0x2a7bd4(0x147)](nestedKeyValue,_0x221346,[_0x3c7387[_0x2a7bd4(0x129)],_0x3c7387[_0x2a7bd4(0x12d)]])&&(process['env'][_0x2a7bd4(0x15b)]=_0x221346[_0x2a7bd4(0x161)]['options'][_0x2a7bd4(0x131)][_0x2a7bd4(0xd4)]());continue;case'4':_0x221346[_0x2a7bd4(0xf7)]&&(process[_0x2a7bd4(0x116)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x221346[_0x2a7bd4(0xf7)]);continue;case'5':if(_0x221346['jwt']){process[_0x2a7bd4(0x116)]['BS_TESTOPS_JWT']=_0x221346[_0x2a7bd4(0x126)];const _0x47c2d8={};_0x47c2d8[_0x2a7bd4(0x1ab)]=_0x81cddb[_0x2a7bd4(0x1ab)],_0x47c2d8[_0x2a7bd4(0x102)]=_0x81cddb['password'],process[_0x2a7bd4(0x116)]['CREDENTIALS_FOR_CRASH_REPORTING']=JSON['stringify'](_0x47c2d8);}continue;}break;}}return[null,null,null];},exports[a175_0x52ba97(0xe3)]=_0xe7443f=>{const _0x84e7ef=a175_0x52ba97,_0x416228={'JJmtl':function(_0x356b10,_0x3b7a7d,_0x5d396e){return _0x356b10(_0x3b7a7d,_0x5d396e);},'GPavw':'accessibility','lRVcj':_0x84e7ef(0x189),'SAdhR':function(_0x56b7c8,_0x482321,_0x3a6818,_0x11fa05){return _0x56b7c8(_0x482321,_0x3a6818,_0x11fa05);},'eSANw':_0x84e7ef(0x167),'BlpXd':_0x84e7ef(0x14f),'SWwVV':function(_0x25e447,_0x1f0908,_0x5b6dba,_0x36cb29){return _0x25e447(_0x1f0908,_0x5b6dba,_0x36cb29);},'NETtz':'command','eBNVV':_0x84e7ef(0xdc),'ulpff':_0x84e7ef(0x134),'osPUM':'goog:chromeOptions','SzzUc':function(_0x30752f,_0x3da080){return _0x30752f(_0x3da080);},'cykom':function(_0x1074af,_0x3dfc08){return _0x1074af===_0x3dfc08;},'vXude':_0x84e7ef(0xd7),'lXeLM':_0x84e7ef(0x10e)};if(!_0xe7443f[_0x84e7ef(0x155)])return exports[_0x84e7ef(0x109)](),[null,null];if(!_0xe7443f[_0x84e7ef(0x155)]['success'])return exports[_0x84e7ef(0x109)](_0xe7443f[_0x84e7ef(0x155)]),[null,null];if(_0x416228[_0x84e7ef(0x172)](nestedKeyValue,_0xe7443f,[_0x416228['GPavw'],_0x416228[_0x84e7ef(0x123)]])){const {accessibilityToken:_0x1f6b77,scannerVersion:_0x2926ae,scannerProcessingTimeout:_0xb5a2b1,isMobileScanningEnabledForGroup:_0x3010b8}=_0x416228[_0x84e7ef(0x16d)](jsonifyAccessibilityArray,_0xe7443f['accessibility'][_0x84e7ef(0x189)][_0x84e7ef(0x1a6)],_0x416228[_0x84e7ef(0xfc)],_0x416228[_0x84e7ef(0xd3)]),_0x36355d={'scripts':_0x416228['SWwVV'](jsonifyAccessibilityArray,_0xe7443f[_0x84e7ef(0x155)][_0x84e7ef(0x189)][_0x84e7ef(0x1a9)],_0x416228[_0x84e7ef(0xfc)],_0x416228[_0x84e7ef(0x191)])};_0x36355d[_0x416228[_0x84e7ef(0x136)]]=_0xe7443f['accessibility'][_0x84e7ef(0x189)]['commandsToWrap']['commands'];const _0x37ad27=_0x416228[_0x84e7ef(0x17c)](jsonifyAccessibilityArray,_0xe7443f[_0x84e7ef(0x155)][_0x84e7ef(0x189)][_0x84e7ef(0x1a6)],_0x416228[_0x84e7ef(0xfc)],_0x416228[_0x84e7ef(0xd3)]);_0x36355d[_0x416228[_0x84e7ef(0xe7)]]=_0x37ad27[_0x416228[_0x84e7ef(0xeb)]],scripts[_0x84e7ef(0x114)](_0x36355d),scripts[_0x84e7ef(0x17f)]();let _0x5c340a=process[_0x84e7ef(0x116)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];_0x5c340a=!!_0x5c340a?JSON['parse'](_0x5c340a):{},_0x5c340a['scannerVersion']=_0x2926ae,process[_0x84e7ef(0x116)][_0x84e7ef(0x177)]=JSON[_0x84e7ef(0x12f)](_0x5c340a),process['env'][_0x84e7ef(0x197)]=_0x1f6b77,process[_0x84e7ef(0x116)][_0x84e7ef(0x107)]=_0x416228['SzzUc'](String,_0x416228['cykom'](_0x3010b8,!![])||_0x416228[_0x84e7ef(0x19d)](_0x3010b8,_0x416228[_0x84e7ef(0x110)])),logger['debug'](_0x84e7ef(0x106)+_0xe7443f['build_hashed_id']);const _0x38998e=accessibilityHelper[_0x84e7ef(0x1a7)](_0x1f6b77);return _0x38998e&&bsSetupHelper['isTrue'](_0x38998e['skipCDPConnectOverride'])&&(process['env'][_0x84e7ef(0x130)]=!![],logger[_0x84e7ef(0x18e)](_0x416228[_0x84e7ef(0x14a)])),[_0x1f6b77,_0xe7443f[_0x84e7ef(0xf7)],_0xb5a2b1];}return[null,null];},exports[a175_0x52ba97(0xf8)]=_0x577266=>{const _0x4310f6=a175_0x52ba97,_0x555ffc={};_0x555ffc[_0x4310f6(0x178)]='3|6|5|1|4|2|0',_0x555ffc[_0x4310f6(0x1a8)]=_0x4310f6(0xe9),_0x555ffc['cvbYi']=_0x4310f6(0x173);const _0x167c12=_0x555ffc,_0x2d3636=_0x167c12['dGnQi'][_0x4310f6(0x16e)]('|');let _0x223d1b=0x0;while(!![]){switch(_0x2d3636[_0x223d1b++]){case'0':exports[_0x4310f6(0x1af)](_0x577266,testHubConstants[_0x4310f6(0x199)]);continue;case'1':process[_0x4310f6(0x116)][_0x4310f6(0x192)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'2':process['env'][_0x4310f6(0x15b)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'3':process['env'][_0x4310f6(0x193)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'4':process[_0x4310f6(0x116)][_0x4310f6(0x170)]=_0x167c12[_0x4310f6(0x1a8)];continue;case'5':process[_0x4310f6(0x116)]['BS_TESTOPS_BUILD_COMPLETED']=_0x167c12[_0x4310f6(0x113)];continue;case'6':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x167c12[_0x4310f6(0x1a8)];continue;}break;}},exports[a175_0x52ba97(0x109)]=_0x37e4c4=>{const _0x5d9dfa=a175_0x52ba97,_0x206926={};_0x206926[_0x5d9dfa(0x169)]=_0x5d9dfa(0xed),_0x206926[_0x5d9dfa(0xe6)]='false',_0x206926[_0x5d9dfa(0x111)]=_0x5d9dfa(0xe9);const _0x57865f=_0x206926,_0x315dfd=_0x57865f['jVZja'][_0x5d9dfa(0x16e)]('|');let _0x5f5688=0x0;while(!![]){switch(_0x315dfd[_0x5f5688++]){case'0':process['env'][_0x5d9dfa(0x186)]=_0x57865f[_0x5d9dfa(0xe6)];continue;case'1':process['env'][_0x5d9dfa(0x118)]=_0x57865f[_0x5d9dfa(0x111)];continue;case'2':process['env'][_0x5d9dfa(0xf6)]=_0x57865f['Nsevv'];continue;case'3':exports[_0x5d9dfa(0x1af)](_0x37e4c4,testHubConstants['ACCESSIBILITY']);continue;case'4':process[_0x5d9dfa(0x116)][_0x5d9dfa(0x193)]=_0x57865f[_0x5d9dfa(0x111)];continue;}break;}},exports[a175_0x52ba97(0x1af)]=(_0x22c205,_0x337d10='')=>{const _0x4fd5e0=a175_0x52ba97,_0x474ed1={};_0x474ed1[_0x4fd5e0(0x1a0)]=function(_0x4f643f,_0x23b21e){return _0x4f643f===_0x23b21e;};const _0x192b93=_0x474ed1;if(_0x192b93['euSRb'](_0x22c205,undefined)){logger[_0x4fd5e0(0x181)](_0x337d10[_0x4fd5e0(0xd9)]()+_0x4fd5e0(0xfe));return;}for(const _0x3004fd of _0x22c205[_0x4fd5e0(0x13e)]){const _0x5cccff=_0x3004fd[_0x4fd5e0(0xd8)],_0x19d244=_0x3004fd[_0x4fd5e0(0x152)];if(_0x19d244)switch(_0x5cccff){case testHubConstants[_0x4fd5e0(0x18f)][_0x4fd5e0(0x16a)]:logger[_0x4fd5e0(0x181)](_0x19d244);break;case testHubConstants['ERROR'][_0x4fd5e0(0x15d)]:logger[_0x4fd5e0(0x11f)](_0x19d244);break;case testHubConstants[_0x4fd5e0(0x18f)][_0x4fd5e0(0x13d)]:logger[_0x4fd5e0(0x181)](_0x19d244);break;default:logger[_0x4fd5e0(0x181)](_0x19d244);}}};const jsonifyAccessibilityArray=(_0x499050,_0x22eb3d,_0x5cdef4)=>{const _0x523da3={};return _0x499050['forEach'](_0x5ab94a=>{_0x523da3[_0x5ab94a[_0x22eb3d]]=_0x5ab94a[_0x5cdef4];}),_0x523da3;};exports[a175_0x52ba97(0x153)]=_0x407592=>{const _0x238d55=a175_0x52ba97;_0x407592[_0x238d55(0x126)]&&(process[_0x238d55(0x116)][_0x238d55(0x118)]=_0x407592[_0x238d55(0x126)]);_0x407592[_0x238d55(0xf7)]&&(process[_0x238d55(0x116)]['BROWSERSTACK_TESTHUB_UUID']=_0x407592['build_hashed_id'],logger[_0x238d55(0x18e)](_0x238d55(0x164)+_0x407592[_0x238d55(0xf7)]));;},exports[a175_0x52ba97(0x1ac)]=(_0xec7bff='',_0x1a032d='')=>{const _0x4d67ac=a175_0x52ba97,_0x1c4c8f={'hjvqL':function(_0x11df08){return _0x11df08();},'fyzjN':function(_0x535af5,_0x4f9dcb){return _0x535af5===_0x4f9dcb;},'PgEZZ':'uploadEventData','iJPxe':_0x4d67ac(0x149),'uoUBZ':_0x4d67ac(0x196),'LUDJI':function(_0x2d4b3d){return _0x2d4b3d();},'WcAtY':_0x4d67ac(0x16f),'orTxI':'HookRunFinished'};if(exports['isPercyBuild']()&&!exports['isAccessibilityEnabled']()&&!_0x1c4c8f['hjvqL'](isTestObservabilitySession)){if(_0x1c4c8f['fyzjN'](_0x1a032d,_0x1c4c8f[_0x4d67ac(0x19c)]))return![];if([_0x1c4c8f[_0x4d67ac(0x184)],_0x1c4c8f[_0x4d67ac(0x1b4)]][_0x4d67ac(0x190)](_0xec7bff))return![];return!![];}if(exports[_0x4d67ac(0x195)]()&&!_0x1c4c8f[_0x4d67ac(0xf3)](isTestObservabilitySession)){if([_0x1c4c8f[_0x4d67ac(0x108)],_0x1c4c8f[_0x4d67ac(0x120)],_0x1c4c8f[_0x4d67ac(0x184)]][_0x4d67ac(0x190)](_0xec7bff))return![];return!![];}return exports['isAccessibilityEnabled']()||_0x1c4c8f['hjvqL'](isTestObservabilitySession)||exports[_0x4d67ac(0xf9)]();},exports[a175_0x52ba97(0x12e)]=(_0x543721,_0x51e309,_0x3396b3='',_0x1d9a2e)=>{const _0x4127f3=a175_0x52ba97,_0x216674={'xtPLK':'HookRunStarted','jpjGL':_0x4127f3(0x17e),'zjbfQ':function(_0x340386,_0x1e0aa8){return _0x340386===_0x1e0aa8;},'TqwQS':_0x4127f3(0xda),'jFcMd':'isAccessibilityPlatform','IvkoJ':_0x4127f3(0x155),'FKDbl':function(_0x5355f5,_0x227d51){return _0x5355f5&&_0x227d51;},'HhuZv':function(_0x2c5871,_0xd7ffd6){return _0x2c5871===_0xd7ffd6;},'WPitQ':function(_0x3ffeed,_0x5a075f){return _0x3ffeed+_0x5a075f;},'omMrG':function(_0x123fce,_0x3c03b5){return _0x123fce+_0x3c03b5;},'RzNPy':function(_0x1e4323,_0x38ca35){return _0x1e4323&&_0x38ca35;},'pOwOJ':function(_0x489f11,_0x1a8215){return _0x489f11(_0x1a8215);},'yWYgm':'../../bin/jasmine/testRunMap.js','mUnvY':function(_0x464527,_0x3bf7bf){return _0x464527+_0x3bf7bf;},'mrAxx':function(_0x34d380,_0xc309b5){return _0x34d380&&_0xc309b5;},'fihUr':function(_0x50a423,_0x4a92cf){return _0x50a423===_0x4a92cf;},'ELWZu':function(_0x198676,_0x4c0aef){return _0x198676!==_0x4c0aef;},'eXjoD':_0x4127f3(0x1a2),'wpYZd':function(_0x101252,_0x52e482){return _0x101252===_0x52e482;},'rVqYw':function(_0x5a957e,_0xc36127){return _0x5a957e&&_0xc36127;},'RbwNO':function(_0x23afe4,_0x37b29c){return _0x23afe4===_0x37b29c;},'oPGxx':function(_0x2d2a75,_0x309eee){return _0x2d2a75&&_0x309eee;},'sRpYs':'product_map'};if([_0x216674[_0x4127f3(0x163)],_0x216674['jpjGL']][_0x4127f3(0x190)](_0x51e309))return;let _0x10f43f={};try{process[_0x4127f3(0x116)]['BROWSERSTACK_PRODUCT_MAP']&&(_0x10f43f=JSON[_0x4127f3(0xdb)](process[_0x4127f3(0x116)][_0x4127f3(0x13f)])||{});}catch(_0x414d36){logger[_0x4127f3(0x18e)](_0x4127f3(0x175)+_0x414d36),_0x10f43f={};}if(exports[_0x4127f3(0x195)]()){if(_0x216674[_0x4127f3(0x1a1)](_0x1d9a2e,FRAMEWORKS['MOCHA'])){const _0x15fb77=globals['getGlobal'](_0x216674[_0x4127f3(0x18a)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x3396b3[_0x4127f3(0xe0)](),!![]),_0x10de1a=globals[_0x4127f3(0x127)](_0x216674[_0x4127f3(0x148)]);_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x133)](_0x10de1a,_0x15fb77);}if(_0x216674[_0x4127f3(0x168)](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0x117)])){const _0x2fe437=_0x216674[_0x4127f3(0x10f)](_0x216674[_0x4127f3(0x12c)](_0x543721[_0x4127f3(0x137)]['join']('\x20'),'\x20'),_0x3396b3['name']),_0x32a074=globals[_0x4127f3(0x127)](_0x216674[_0x4127f3(0x18a)])||accessibilityHelper[_0x4127f3(0x12b)](_0x2fe437,![]),_0x4dd396=browserStackGlobals[_0x4127f3(0x150)];_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x1a4)](_0x4dd396,_0x32a074);}if(_0x216674[_0x4127f3(0x168)](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0x1b3)])){const _0x3fbe97=_0x216674[_0x4127f3(0x143)](require,_0x216674[_0x4127f3(0xe1)]),_0x5f27fe=_0x3396b3&&_0x3fbe97[_0x4127f3(0x17b)](_0x3396b3['id'])||_0x543721[_0x4127f3(0xd6)];_0x5f27fe&&(_0x543721['uuid']=_0x5f27fe);const _0x34f303=_0x216674[_0x4127f3(0x10f)](_0x216674[_0x4127f3(0x15c)](_0x543721[_0x4127f3(0x137)][_0x4127f3(0xdd)]('\x20'),'\x20'),_0x3396b3['description']||_0x543721[_0x4127f3(0x167)]),_0x447eb7=globals[_0x4127f3(0x127)](_0x216674[_0x4127f3(0x18a)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x34f303,![]),_0x1f50d2=globals[_0x4127f3(0x127)](_0x216674['jFcMd']);_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x105)](_0x1f50d2,_0x447eb7);}_0x216674['fihUr'](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0xf1)])&&_0x216674[_0x4127f3(0xe5)](_0x51e309,_0x216674['eXjoD'])&&(_0x10f43f[_0x216674[_0x4127f3(0x183)]]=PWTestDetails[_0x4127f3(0x187)](_0x543721[_0x4127f3(0xd6)]));if(_0x216674[_0x4127f3(0x1b2)](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0x19a)])){const _0x2741c3=accessibilityHelper['shouldScanTestForAccessibility'](_0x3396b3['titlePath'](),!![]),_0x5b816c=global[_0x4127f3(0x138)];_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674[_0x4127f3(0x185)](_0x5b816c,_0x2741c3);}if(_0x216674['RbwNO'](_0x1d9a2e,FRAMEWORKS[_0x4127f3(0xec)])){const _0x43f4c1=accessibilityHelper[_0x4127f3(0x12b)](null,![],_0x543721['tags']),_0x526f7b=globals['getGlobal'](_0x216674[_0x4127f3(0x148)]);_0x10f43f[_0x216674[_0x4127f3(0x183)]]=_0x216674['oPGxx'](_0x526f7b,_0x43f4c1);}}_0x543721[_0x216674[_0x4127f3(0x12a)]]=_0x10f43f;},exports[a175_0x52ba97(0x135)]=_0xc8670f=>{const _0x1f3916=a175_0x52ba97,_0x531894={};_0x531894[_0x1f3916(0x11e)]=function(_0x1c684d,_0x1f55c5){return _0x1c684d>_0x1f55c5;};const _0x14ceb6=_0x531894;let _0x20af7b={};if(_0x14ceb6[_0x1f3916(0x11e)](Object[_0x1f3916(0x14b)](testData)['length'],0x0))return testData;_0x20af7b=JestTestDetails[_0x1f3916(0x14c)]();if(_0x14ceb6['JkOzB'](Object[_0x1f3916(0x14b)](_0x20af7b)[_0x1f3916(0x140)],0x0))return _0x20af7b;return _0x20af7b;},exports[a175_0x52ba97(0x154)]=(_0x16ed15,_0x2fcc44={})=>{const _0x5cbc9e=a175_0x52ba97;if(bsSetupHelper[_0x5cbc9e(0x100)](_0x2fcc44[_0x5cbc9e(0xf5)]))return;switch(_0x16ed15){case FRAMEWORKS[_0x5cbc9e(0x14e)]:testData=_0x2fcc44['test_run'];break;case FRAMEWORKS[_0x5cbc9e(0x117)]:JestTestDetails[_0x5cbc9e(0x157)](_0x2fcc44[_0x5cbc9e(0xf5)]);break;case FRAMEWORKS[_0x5cbc9e(0x1b3)]:testData=_0x2fcc44[_0x5cbc9e(0xf5)];break;default:break;}},exports[a175_0x52ba97(0x160)]=_0x36da42=>{const _0x579fa1=a175_0x52ba97,_0xe82fc1={};_0xe82fc1[_0x579fa1(0xef)]=function(_0x146f65,_0x4ee2d9){return _0x146f65!==_0x4ee2d9;},_0xe82fc1[_0x579fa1(0x1a5)]=function(_0x149ecd,_0x30ffd7){return _0x149ecd!==_0x30ffd7;},_0xe82fc1['qBXdx']=function(_0x379e3f,_0x3fa316){return _0x379e3f!==_0x3fa316;};const _0xdd02fb=_0xe82fc1;if(_0xdd02fb[_0x579fa1(0xef)](_0x36da42[_0x579fa1(0x155)],null)&&_0xdd02fb[_0x579fa1(0x1a5)](_0x36da42[_0x579fa1(0x155)],undefined))return _0x36da42['accessibility'];let _0x4cb720=![],_0x5b0747=![];if(_0x36da42[_0x579fa1(0x10b)])for(const _0x37f2a0 of _0x36da42[_0x579fa1(0x10b)]){_0xdd02fb[_0x579fa1(0x17a)](_0x37f2a0[_0x579fa1(0x155)],null)&&_0xdd02fb[_0x579fa1(0x17a)](_0x37f2a0['accessibility'],undefined)&&(_0x4cb720=_0x4cb720||bsSetupHelper[_0x579fa1(0x1ae)](_0x37f2a0['accessibility']),_0x5b0747=!![]);}if(_0x5b0747)return _0x4cb720;return null;},exports['getTestOrchestrationBuildStartData']=_0x4214de=>{const _0x44c589=a175_0x52ba97;if(!_0x4214de)return{};const _0x579acf=new OrchestrationUtils(_0x4214de);return _0x579acf[_0x44c589(0xf2)]();},exports['getProductMapForBuildStartCall']=_0x43075b=>{const _0x22df7d=a175_0x52ba97,_0x678ff3={'ExHim':function(_0x4e14e9){return _0x4e14e9();},'WBDGk':function(_0x4bfb6e,_0x1a3219){return _0x4bfb6e===_0x1a3219;},'ZqCqP':_0x22df7d(0xd7)};let _0x319994=![],_0x21d2b5=![];if(bsSetupHelper[_0x22df7d(0x19f)]()&&bsSetupHelper[_0x22df7d(0x1aa)](_0x43075b))_0x21d2b5=!![];else bsSetupHelper[_0x22df7d(0x19f)]()&&(_0x319994=!![]);return Object[_0x22df7d(0x139)]({'observability':_0x678ff3[_0x22df7d(0x165)](isTestObservabilitySession),'accessibility':exports[_0x22df7d(0x160)](_0x43075b),'percy':_0x43075b[_0x22df7d(0x176)]||![],'sr_automation':_0x678ff3[_0x22df7d(0xfb)](process['env'][_0x22df7d(0xee)],_0x678ff3['ZqCqP'])||_0x43075b[_0x22df7d(0xf0)]||![],'automate':_0x319994,'app_automate':_0x21d2b5,'turboscale':bsSetupHelper[_0x22df7d(0x158)](_0x43075b),'lts':LoadTestModule['isLTSSession'](_0x43075b)},bsSetupHelper[_0x22df7d(0x11a)]());};const normalizeTestPlanId=_0x4a8d72=>{const _0xda968a=a175_0x52ba97,_0x50ba3c={};_0x50ba3c[_0xda968a(0x166)]=function(_0x3d8dbb,_0x251265){return _0x3d8dbb!==_0x251265;},_0x50ba3c[_0xda968a(0x144)]=_0xda968a(0x101),_0x50ba3c['KOqCv']=function(_0x379083,_0x120092){return _0x379083>_0x120092;};const _0xa40a19=_0x50ba3c;if(_0xa40a19[_0xda968a(0x166)](typeof _0x4a8d72,_0xa40a19['XFtHU']))return undefined;const _0x2d2d85=_0x4a8d72[_0xda968a(0x13c)]();return _0xa40a19[_0xda968a(0x128)](_0x2d2d85[_0xda968a(0x140)],0x0)?_0x2d2d85:undefined;},readTestPlanIdFromCliArgs=(_0x193e72=process['argv'])=>{const _0x2c2fc5=a175_0x52ba97,_0x53e647={};_0x53e647['fHuoW']=function(_0x368f32,_0x4c9c0d){return _0x368f32<_0x4c9c0d;},_0x53e647[_0x2c2fc5(0x159)]=function(_0x267477,_0x4dc8a5){return _0x267477===_0x4dc8a5;},_0x53e647[_0x2c2fc5(0x145)]=function(_0xbeb2fc,_0x231946){return _0xbeb2fc+_0x231946;},_0x53e647[_0x2c2fc5(0x115)]=function(_0x2aca77,_0xc244f5){return _0x2aca77+_0xc244f5;};const _0x4f59c5=_0x53e647,_0x54c60e='--'+testHubConstants[_0x2c2fc5(0x19b)];for(let _0x1d390f=0x0;_0x4f59c5[_0x2c2fc5(0x1a3)](_0x1d390f,_0x193e72['length']);_0x1d390f+=0x1){const _0x570c74=_0x193e72[_0x1d390f];if(_0x4f59c5['ZlOIe'](_0x570c74,_0x54c60e)){const _0x3ba575=_0x193e72[_0x4f59c5[_0x2c2fc5(0x145)](_0x1d390f,0x1)];if(!_0x3ba575||_0x3ba575[_0x2c2fc5(0xfa)]('--'))return undefined;return _0x3ba575;}if(_0x570c74[_0x2c2fc5(0xfa)](_0x54c60e+'='))return _0x570c74[_0x2c2fc5(0x19e)](_0x4f59c5['PpWIT'](_0x54c60e[_0x2c2fc5(0x140)],0x1))||undefined;}return undefined;},readTestPlanIdFromConfig=(_0x4c5b93={})=>{const _0x54b1e3=a175_0x52ba97,_0x3558f8={'Lvqiu':function(_0x3b0975,_0x2500f6){return _0x3b0975(_0x2500f6);}};return _0x3558f8[_0x54b1e3(0x18b)](normalizeTestPlanId,_0x4c5b93&&_0x4c5b93['testManagementOptions']&&_0x4c5b93[_0x54b1e3(0x174)][_0x54b1e3(0x125)]);};function a175_0xc79c(){const _0x4b08c4=['xtPLK','BROWSERSTACK_TESTHUB_UUID:\x20','ExHim','CReCC','name','HhuZv','jVZja','INVALID_CREDENTIALS','../../bin/jest/test-observability/test-details.js','7099260RyNsZq','SAdhR','split','HookRunStarted','BS_TESTOPS_BUILD_HASHED_ID','0|5|4|3|2|1','JJmtl','false','testManagementOptions','Failed\x20to\x20parse\x20BROWSERSTACK_PRODUCT_MAP\x20env\x20var:\x20','percy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','dGnQi','isLTSSession','qBXdx','get','SWwVV','../../bin/playwright/reporter/test-details.js','HookRunFinished','toJson','KmWig','error','checkAccessibilityPlatformConfig','IvkoJ','iJPxe','rVqYw','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','getAccessibilityPlatformValidation','config','options','TqwQS','Lvqiu','../../bin/v2/modules/loadTestModule','890905NUTtlg','debug','ERROR','includes','NETtz','BS_TESTOPS_JWT','BROWSERSTACK_TESTHUB_UUID','getTestPlanId','isAccessibilityEnabled','CBTSessionCreated','BS_A11Y_JWT','QZBEA','OBSERVABILITY','CODECEPT','TEST_MANAGEMENT_TEST_PLAN_ID_ARG','PgEZZ','cykom','slice','isBrowserstackInfra','euSRb','zjbfQ','TestRunStarted','fHuoW','RzNPy','GFgLW','capabilities','parseA11yJwtPayload','JVgek','scripts','isAppAutomateSession','username','shouldProcessEventForTesthub','EJgkR','isTrue','logBuildError','../../bin/utils/constants.js','TEST_REPORTING_ANALYTICS','wpYZd','JASMINE','uoUBZ','BlpXd','toString','2152saxTMV','uuid','true','key','toUpperCase','bstackA11yShouldScan','parse','commands','join','VMFAU','34YOWqdb','titlePath','yWYgm','../ats/helper','setAccessibilityVariables','setTestObservabilityVariables','ELWZu','Nsevv','ulpff','UecMx','null','../accessibility-automation/helper','osPUM','CUCUMBER','4|1|2|0|3','BROWSERSTACK_SR_AUTOMATION','bygnp','sr_automation','PLAYWRIGHT','getBuildStartData','LUDJI','../test-observability/utils','test_run','BROWSERSTACK_TEST_ACCESSIBILITY_YML','build_hashed_id','handleErrorForObservability','isPercyBuild','startsWith','WBDGk','eSANw','BS_TESTOPS_BUILD_COMPLETED','\x20Build\x20creation\x20failed','941001jpUrIH','isUndefined','string','password','VRjuJ','../test-observability/constants.js','mrAxx','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','WcAtY','handleErrorForAccessibility','../logger','platforms','15761doZNDO','BROWSERSTACK_PERCY','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','WPitQ','vXude','jWZhY','setPercyFlag','cvbYi','parseFromJson','PpWIT','env','JEST','BROWSERSTACK_TESTHUB_JWT','../helper','getCentralUser','DWMka','winstonLogger','1419246QJlBzn','JkOzB','info','orTxI','getAgentVersion','zjfiW','lRVcj','BROWSERSTACK_ACCESSIBILITY','testPlanId','jwt','getGlobal','KOqCv','SCpZO','sRpYs','shouldScanTestForAccessibility','omMrG','yizbC','appendTesthubParams','stringify','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','allow_screenshots','4CfxXAQ','FKDbl','nonBStackInfraA11yChromeOptions','getCurrentTestData','eBNVV','scopes','accessibilityPlatform','assign','../accessibility-automation/scripts.js','JisAs','trim','DEPRECATED','errors','BROWSERSTACK_PRODUCT_MAP','length','7389AdIuXx','2781779mmEcIV','pOwOJ','XFtHU','uDQzw','success','TAzOc','jFcMd','LogCreated','lXeLM','keys','getTestData','iVyWj','MOCHA','value','isAccessibilityPlatform',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','message','setTestHubCommonMetaInfo','setCurrentTestData','accessibility','cVVDn','setTestData','isTurboScaleSession','ZlOIe','isRunning','BS_TESTOPS_ALLOW_SCREENSHOTS','mUnvY','ACCESS_DENIED','glFxJ','jlKSx','getAccessibilityValueFromYml','observability','getFrameworkDetails'];a175_0xc79c=function(){return _0x4b08c4;};return a175_0xc79c();}exports[a175_0x52ba97(0x194)]=(_0x5e4d58={},_0x30cf3a=process['argv'],_0x5edc39=process[a175_0x52ba97(0x116)])=>{const _0x31e00e=a175_0x52ba97,_0x22ff92={'JisAs':function(_0x34233e,_0x128464){return _0x34233e(_0x128464);}};try{const _0x346d81=_0x22ff92[_0x31e00e(0x13b)](normalizeTestPlanId,_0x22ff92[_0x31e00e(0x13b)](readTestPlanIdFromCliArgs,_0x30cf3a));if(_0x346d81)return _0x346d81;const _0x24b310=_0x22ff92[_0x31e00e(0x13b)](normalizeTestPlanId,_0x5edc39&&_0x5edc39[testHubConstants['ENV_VAR']['BROWSERSTACK_TEST_PLAN_ID']]);if(_0x24b310)return _0x24b310;return _0x22ff92['JisAs'](readTestPlanIdFromConfig,_0x5e4d58);}catch(_0x2ebb7e){return logger[_0x31e00e(0x18e)]('Unable\x20to\x20resolve\x20test\x20plan\x20id:\x20'+(_0x2ebb7e&&_0x2ebb7e[_0x31e00e(0x152)]?_0x2ebb7e[_0x31e00e(0x152)]:_0x2ebb7e)),undefined;}};
@@ -1 +1 @@
1
- const a176_0xf5efa9=a176_0x262c;(function(_0x9433a2,_0xf290e6){const _0x17427c=a176_0x262c,_0x6738de=_0x9433a2();while(!![]){try{const _0x9c4889=-parseInt(_0x17427c(0x176))/0x1+-parseInt(_0x17427c(0x131))/0x2+-parseInt(_0x17427c(0x17a))/0x3+parseInt(_0x17427c(0x11d))/0x4*(-parseInt(_0x17427c(0x155))/0x5)+parseInt(_0x17427c(0x169))/0x6+-parseInt(_0x17427c(0x178))/0x7+parseInt(_0x17427c(0x177))/0x8;if(_0x9c4889===_0xf290e6)break;else _0x6738de['push'](_0x6738de['shift']());}catch(_0x4d0e72){_0x6738de['push'](_0x6738de['shift']());}}}(a176_0x4c14,0x7ec46));const os=require('os'),util=require(a176_0xf5efa9(0x12b)),fs=require('fs'),{getProductMap}=require(a176_0xf5efa9(0x167)),logger=require(a176_0xf5efa9(0x191))[a176_0xf5efa9(0x197)],constants=require(a176_0xf5efa9(0x152)),testHubConstants=require(a176_0xf5efa9(0x11e)),{getTransformPath}=require(a176_0xf5efa9(0x11b)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a176_0xf5efa9(0x152)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a176_0xf5efa9(0x164)),PerformanceTester=require(a176_0xf5efa9(0x137)),globals=require(a176_0xf5efa9(0x12e)),helper=require(a176_0xf5efa9(0x164)),{isTestObservabilitySession}=require(a176_0xf5efa9(0x127));let unhandledErrors='';exports[a176_0xf5efa9(0x159)]=async(_0xa4d54,_0x1e0fd1={},_0x2f6938,_0x1f02c8,_0x1dddde=![])=>{const _0xfe57ca=a176_0xf5efa9,_0x43dc95={'lJyGW':function(_0x388cdd,_0x298da6){return _0x388cdd===_0x298da6;},'uypkB':_0xfe57ca(0x14b),'bvkoO':function(_0x445c8b,_0x5d9c03){return _0x445c8b>_0x5d9c03;},'IwkbC':_0xfe57ca(0x188),'NKUGO':function(_0x3e2a0d){return _0x3e2a0d();},'jlNVJ':function(_0x5c2b6a){return _0x5c2b6a();},'ARiGT':function(_0x4e815c,_0x501819){return _0x4e815c==_0x501819;},'SLvuN':_0xfe57ca(0x17e),'yKnZu':function(_0x42102e,_0x16b847){return _0x42102e===_0x16b847;},'SnFwa':_0xfe57ca(0x16b),'aDtRD':function(_0x4ceb9e,_0x3838f7){return _0x4ceb9e>_0x3838f7;},'bLRUt':_0xfe57ca(0x135),'aWzbi':function(_0x2b1116,_0x1fbb6e){return _0x2b1116>_0x1fbb6e;},'LVpHP':function(_0x32bfef,_0x2f460e){return _0x32bfef!==_0x2f460e;},'ptbvW':'Playwright','PmqBP':'error','gwwzG':function(_0x140c3f,_0x412d0b){return _0x140c3f+_0x412d0b;},'lyxcw':_0xfe57ca(0x18f),'XhMUd':'_buildHashedId','riXIR':function(_0x300123,_0x5aa2b7){return _0x300123(_0x5aa2b7);},'QTsmi':_0xfe57ca(0x153),'nvFkt':'nodejs','IYJhT':_0xfe57ca(0x15a),'BkGrv':'selenium-webdriver','Gynkz':_0xfe57ca(0x190),'GXUnh':_0xfe57ca(0x13d),'zYTCn':_0xfe57ca(0x139)};let _0x117e64=[];if(helper[_0xfe57ca(0x186)]()&&_0x43dc95[_0xfe57ca(0x126)](isTestObservabilitySession))_0x117e64=helper[_0xfe57ca(0x119)](_0x2f6938)?constants['APP_AUTOMATE_PRODUCTS']:constants[_0xfe57ca(0x175)];else{if(_0x43dc95['jlNVJ'](isTestObservabilitySession))_0x117e64=constants[_0xfe57ca(0x151)];else helper[_0xfe57ca(0x186)]()&&(_0x117e64=helper[_0xfe57ca(0x119)](_0x2f6938)?constants[_0xfe57ca(0x15e)]:constants['AUTOMATE']);}let _0x2f0297=_0x2f6938['buildIdentifier'];if(_0x43dc95[_0xfe57ca(0x129)](_0x2f0297,null))_0x2f0297=_0x43dc95[_0xfe57ca(0x19f)];else _0x43dc95['yKnZu'](_0x2f0297,undefined)&&(_0x2f0297=_0x43dc95[_0xfe57ca(0x193)]);unhandledErrors&&_0x43dc95[_0xfe57ca(0x1a1)](unhandledErrors[_0xfe57ca(0x1a2)],0x0)&&(_0x1e0fd1['globalException']=unhandledErrors);global[_0xfe57ca(0x13a)]&&(_0x1e0fd1[_0xfe57ca(0x13a)]=global[_0xfe57ca(0x13a)]);try{if(_0x1e0fd1[_0xfe57ca(0x198)]){if(_0x43dc95['yKnZu'](_0x1f02c8,_0x43dc95[_0xfe57ca(0x189)])&&_0x43dc95['aWzbi'](_0x1e0fd1[_0xfe57ca(0x198)]['length'],0x0)){const _0x147fa1={};_0x147fa1['os']='',_0x147fa1[_0xfe57ca(0x173)]='',_0x147fa1[_0xfe57ca(0x15c)]='',_0x147fa1[_0xfe57ca(0x123)]='';const _0x11f0de=_0x147fa1;let _0xbd542={};const _0x4fa7b5=_0x1e0fd1[_0xfe57ca(0x198)];_0xbd542=_0x4fa7b5[_0xfe57ca(0x136)]((_0x2e9e06,_0x1b54cb)=>{for(const _0x2cc0c2 in _0x1b54cb){_0x2e9e06[_0x2cc0c2]=_0x1b54cb[_0x2cc0c2];}return _0x2e9e06;},{});const _0x48e320={};_0x48e320['tests']=_0xbd542,_0x1e0fd1[_0xfe57ca(0x198)]=[Object[_0xfe57ca(0x128)]({},_0x11f0de,_0x48e320)];}else{let _0x51573d=0x0;const _0x527637=_0x43dc95[_0xfe57ca(0x195)](_0x1f02c8,_0x43dc95[_0xfe57ca(0x12d)])?JSON[_0xfe57ca(0x149)](_0x1e0fd1[_0xfe57ca(0x198)]):_0x1e0fd1[_0xfe57ca(0x198)],_0x374bba=Object[_0xfe57ca(0x12f)](_0x527637);_0x374bba[_0xfe57ca(0x15b)](_0x2c0345=>{const _0x4d405b=_0xfe57ca;if(_0x43dc95[_0x4d405b(0x148)](typeof _0x2c0345,_0x43dc95[_0x4d405b(0x1a0)])){const _0x473765=Object['values'](_0x2c0345);!_0x473765[_0x4d405b(0x124)](_0x5e3c8f=>_0x5e3c8f===null||_0x5e3c8f===undefined||_0x5e3c8f==='')&&(_0x51573d+=0x1);}});if(_0x43dc95[_0xfe57ca(0x16c)](_0x51573d,0x0))delete _0x1e0fd1[_0x43dc95[_0xfe57ca(0x1a4)]];else{const _0x235b54=[];Object['keys'](_0x527637)['forEach'](_0x354140=>{const _0x8071ad=_0xfe57ca,[_0x2fa343,_0x2812e7,_0x2ab0e9,_0xd4dad1]=_0x354140[_0x8071ad(0x170)](',\x20');let _0x3516c3={};if(!_0xd4dad1){const _0x4806cc={};_0x4806cc['deviceName']=_0x2fa343,_0x4806cc[_0x8071ad(0x173)]=_0x2812e7,_0x4806cc[_0x8071ad(0x15c)]=_0x2ab0e9,_0x3516c3=_0x4806cc;}else{const _0x512f01={};_0x512f01['os']=_0x2fa343,_0x512f01[_0x8071ad(0x173)]=_0x2812e7,_0x512f01[_0x8071ad(0x15c)]=_0x2ab0e9,_0x512f01[_0x8071ad(0x123)]=_0xd4dad1,_0x3516c3=_0x512f01;}const _0x1d9501={},_0x21de25=_0x527637[_0x354140];Object['keys'](_0x21de25)[_0x8071ad(0x15b)](_0x4d9ca2=>{const _0xd64de4=_0x8071ad;_0x43dc95['bvkoO'](_0x21de25[_0x4d9ca2][_0xd64de4(0x1a2)],0x0)&&(_0x1d9501[_0x4d9ca2]=_0x21de25[_0x4d9ca2]);}),_0x43dc95[_0x8071ad(0x14c)](Object[_0x8071ad(0x13e)](_0x1d9501)[_0x8071ad(0x1a2)],0x0)&&(_0x3516c3[_0x43dc95['IwkbC']]=_0x1d9501,_0x235b54['push'](_0x3516c3));}),_0x43dc95['bvkoO'](_0x235b54[_0xfe57ca(0x1a2)],0x0)?_0x1e0fd1['error']=_0x235b54:delete _0x1e0fd1[_0x43dc95['PmqBP']];}}}}catch(_0x1dd2d4){delete _0x1e0fd1[_0x43dc95['PmqBP']],logger[_0xfe57ca(0x18a)](_0x43dc95['gwwzG'](_0x43dc95[_0xfe57ca(0x142)],_0x1dd2d4));}const _0xa6185=helper[_0xfe57ca(0x11c)](_0x2f6938,_0x2f6938['framework']),_0x2d980b={'userName':helper[_0xfe57ca(0x11f)](_0x2f6938),'accessKey':helper[_0xfe57ca(0x162)](_0x2f6938),'event_type':_0xa4d54,'detectedFramework':_0x1f02c8,'buildHashedId':globals[_0xfe57ca(0x147)](_0x43dc95[_0xfe57ca(0x161)]),'optimalHubUrl':helper[_0xfe57ca(0x17d)](),'event_properties':{'testhub_uuid':process[_0xfe57ca(0x1a3)][testHubConstants[_0xfe57ca(0x118)]['BROWSERSTACK_TESTHUB_UUID']]||'','sdkRunId':global[_0xfe57ca(0x13a)],'product_map':_0x43dc95[_0xfe57ca(0x16d)](getProductMap,_0x2f6938),'productMap':_0x43dc95['riXIR'](getProductMap,_0x2f6938),'language_framework':_0x2f6938[_0xfe57ca(0x192)]||_0x43dc95['QTsmi'],'referrer':helper[_0xfe57ca(0x122)](_0x1f02c8),'framework':_0x2f6938[_0xfe57ca(0x18e)],'frameworkVersion':helper['getFrameworkVersion'](_0x1f02c8),'automationFramework':_0xa6185['name'],'automationFrameworkVersion':_0xa6185[_0xfe57ca(0x132)],'language':_0x43dc95[_0xfe57ca(0x17c)],'languageVersion':process[_0xfe57ca(0x132)],'product':_0x117e64,'buildName':_0x2f6938['buildName']||_0x43dc95[_0xfe57ca(0x193)],'buildIdentifier':_0x2f0297,'os':os[_0xfe57ca(0x154)]()||_0x43dc95['QTsmi'],'hostname':os[_0xfe57ca(0x187)]()||_0x43dc95['QTsmi'],..._0x1e0fd1,'isCLIEnabled':_0x1dddde}};try{_0x43dc95[_0xfe57ca(0x148)](_0xa4d54,_0x43dc95['IYJhT'])&&(_0x2d980b['event_properties'][_0xfe57ca(0x174)]=helper[_0xfe57ca(0x183)](_0x2f6938)),_0x43dc95[_0xfe57ca(0x16c)](_0x1f02c8,_0x43dc95[_0xfe57ca(0x12d)])?_0x2d980b[_0xfe57ca(0x185)][_0xfe57ca(0x19b)]=helper['requirePWModule'][_0xfe57ca(0x182)](null,_0x43dc95[_0xfe57ca(0x184)](getTransformPath),!![]):_0x2d980b['event_properties'][_0xfe57ca(0x16a)]=helper['getPackageVersion'](_0x43dc95['BkGrv']);}catch(_0x1e6c77){logger[_0xfe57ca(0x18a)](_0xfe57ca(0x14a)+_0x1e6c77);}const _0x5d2de0={};_0x5d2de0[_0xfe57ca(0x15d)]=_0x43dc95['Gynkz'];const _0x6fd241={'headers':_0x5d2de0,'body':_0x2d980b,'auth':{'user':helper[_0xfe57ca(0x11f)](_0x2f6938),'pass':helper[_0xfe57ca(0x162)](_0x2f6938)},'json':!![]};logger[_0xfe57ca(0x18a)](_0xfe57ca(0x16f)+JSON[_0xfe57ca(0x18b)](_0x6fd241['body'])[_0xfe57ca(0x145)](new RegExp(helper[_0xfe57ca(0x11f)](_0x2f6938),'g'),_0x43dc95[_0xfe57ca(0x12a)])['replace'](new RegExp(helper['getAccessKey'](_0x2f6938),'g'),_0x43dc95[_0xfe57ca(0x12a)]));try{const _0x57090b=await helper['nodeRequest'](_0x43dc95['zYTCn'],FUNNEL_INSTRUMENTATION_API_URL,_0x6fd241,_0x2f6938);logger['debug'](_0xfe57ca(0x141)+_0xa4d54+'\x20response\x20-\x20'+util[_0xfe57ca(0x171)]('%j',_0x57090b));}catch(_0x366fac){logger[_0xfe57ca(0x18a)]('Error\x20in\x20firing\x20request\x20to\x20'+FUNNEL_INSTRUMENTATION_API_URL+_0xfe57ca(0x125)+util[_0xfe57ca(0x171)](_0x366fac));}},exports[a176_0xf5efa9(0x144)]=async(_0x395a63,_0x1c6945=![])=>{const _0x35af78=a176_0xf5efa9,_0x2d099d={'GBQJF':function(_0x1232ab){return _0x1232ab();},'hbYiD':_0x35af78(0x12c),'ZsGKi':_0x35af78(0x180),'TpWBs':_0x35af78(0x179),'HLxhG':_0x35af78(0x15a),'dyisJ':function(_0xa10bbd,_0xb4e4bb,_0x10848b){return _0xa10bbd(_0xb4e4bb,_0x10848b);},'KrwPt':function(_0x2ee141,_0x34d424){return _0x2ee141+_0x34d424;},'wFGgD':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};if(_0x395a63[_0x35af78(0x166)])return;_0x395a63[_0x35af78(0x166)]=!![];try{await _0x395a63[_0x35af78(0x14f)](),_0x2d099d[_0x35af78(0x11a)](printNudgeLocalNotSetError);const _0x379c9a={};_0x379c9a[_0x35af78(0x198)]=_0x395a63[_0x35af78(0x181)]?_0x395a63[_0x35af78(0x181)]:'{}';const _0xfc3c63=_0x379c9a,_0xbe90b2=Object[_0x35af78(0x128)]({},_0xfc3c63),_0xea4f9f=globals['getGlobal'](_0x2d099d[_0x35af78(0x16e)]);_0xea4f9f&&(_0xbe90b2[_0x35af78(0x146)]=_0xea4f9f);!!_0x395a63[_0x35af78(0x133)]&&(_0xbe90b2[_0x2d099d[_0x35af78(0x14e)]]={'reason':_0x2d099d[_0x35af78(0x130)],'signal':_0x395a63[_0x35af78(0x133)]});unhandledErrors=_0x395a63[_0x35af78(0x19d)][_0x35af78(0x13c)]('\x0a');let _0x3d781c,_0x5f0017,_0x6dc03f;helper[_0x35af78(0x18c)](_0x395a63[_0x35af78(0x196)])?([_0x3d781c,_0x5f0017]=await helper[_0x35af78(0x1a5)](_0x395a63[_0x35af78(0x196)]),[_0x6dc03f]=await Promise[_0x35af78(0x172)]([helper[_0x35af78(0x13b)](_0x3d781c,_0x395a63['config']),exports[_0x35af78(0x159)](_0x2d099d['HLxhG'],_0xbe90b2,_0x395a63['config'],_0x395a63[_0x35af78(0x18e)],_0x1c6945)])):([_0x3d781c,_0x5f0017]=await helper[_0x35af78(0x17b)](_0x395a63[_0x35af78(0x196)]),[_0x6dc03f]=await Promise[_0x35af78(0x172)]([helper[_0x35af78(0x15f)](_0x3d781c,_0x395a63[_0x35af78(0x196)]),exports[_0x35af78(0x159)](_0x2d099d[_0x35af78(0x150)],_0xbe90b2,_0x395a63[_0x35af78(0x196)],_0x395a63[_0x35af78(0x18e)],_0x1c6945)])),_0x6dc03f&&await _0x2d099d[_0x35af78(0x199)](generateCIArtifacts,_0x6dc03f,_0x5f0017),logger['info'](_0x35af78(0x19e)+_0x395a63['sdkRunId']+',\x20testhub\x20id:\x20'+process[_0x35af78(0x1a3)][_0x35af78(0x143)]),await helper[_0x35af78(0x134)](_0x395a63[_0x35af78(0x196)]);}catch(_0x18dfd2){logger[_0x35af78(0x18a)](_0x2d099d[_0x35af78(0x13f)](_0x2d099d[_0x35af78(0x158)],_0x18dfd2));}helper[_0x35af78(0x160)]();},exports[a176_0xf5efa9(0x138)]=_0x51f000=>{const _0x3c850f=a176_0xf5efa9,_0xcc09e9={'bgaJM':function(_0x429eb9,_0x225222){return _0x429eb9 instanceof _0x225222;},'yvHHK':function(_0x2fa909,_0x276980){return _0x2fa909(_0x276980);}};try{if(_0xcc09e9[_0x3c850f(0x165)](_0x51f000,Error))return _0x51f000[_0x3c850f(0x163)]||_0x51f000[_0x3c850f(0x121)]();return _0xcc09e9['yvHHK'](String,_0x51f000);}catch(_0x576849){return _0x51f000?_0x51f000[_0x3c850f(0x121)]():'';}},exports[a176_0xf5efa9(0x14d)]=_0x45aa7a=>{const _0x755851=a176_0xf5efa9,_0x48eb83={};_0x48eb83['yxblT']=function(_0x320f2e,_0xf13fff){return _0x320f2e===_0xf13fff;};const _0x53a600=_0x48eb83;return!_0x45aa7a||_0x53a600[_0x755851(0x18d)](_0x45aa7a[_0x755851(0x19a)](),'');},exports[a176_0xf5efa9(0x19c)]=_0x552083=>{const _0x505d7c=a176_0xf5efa9,_0xee7e1f={};_0xee7e1f[_0x505d7c(0x120)]=function(_0x23243b,_0x17b07b){return _0x23243b|_0x17b07b;};const _0x1fd954=_0xee7e1f;try{return fs[_0x505d7c(0x156)](_0x552083,_0x1fd954['UXIJI'](fs[_0x505d7c(0x157)]['W_OK'],fs['constants'][_0x505d7c(0x194)])),!![];}catch(_0x58fe28){return![];}},exports['setReadWriteExecuteAccess']=_0x3c7cb2=>{const _0xdc543d=a176_0xf5efa9;try{fs[_0xdc543d(0x140)](_0x3c7cb2,0x1ff),logger[_0xdc543d(0x18a)](_0xdc543d(0x17f)+_0x3c7cb2+_0xdc543d(0x168));}catch(_0x536c22){logger['error']('Failed\x20to\x20set\x20directory\x20access:\x20'+exports[_0xdc543d(0x138)](_0x536c22));}};function a176_0x262c(_0x4fc93c,_0x52c8bc){const _0x4c1497=a176_0x4c14();return a176_0x262c=function(_0x262cd1,_0x29a061){_0x262cd1=_0x262cd1-0x118;let _0x239811=_0x4c1497[_0x262cd1];return _0x239811;},a176_0x262c(_0x4fc93c,_0x52c8bc);}function a176_0x4c14(){const _0x5b2e4b=['\x20:\x20','NKUGO','./test-observability/utils','assign','ARiGT','GXUnh','util','_hubAllocationData','ptbvW','./globals','values','TpWBs','10468rRxlas','version','killSignal','sendLogs','codeceptjs','reduce','./performance/performance-tester','getStackTraceAsString','POST','sdkRunId','getTurboScaleSessionsList','join','[REDACTED]','keys','KrwPt','chmodSync','API\x20Event\x20','lyxcw','BROWSERSTACK_TESTHUB_UUID','finalExecution','replace','hubAllocation','getGlobal','lJyGW','parse','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','object','bvkoO','isNullOrEmpty','ZsGKi','stopPercy','HLxhG','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','../bin/utils/constants','unknown','type','29180kTtoTB','accessSync','constants','wFGgD','fireFunnelTestEvent','SDKTestSuccessful','forEach','browser','content-type','APP_AUTOMATE','getSessionsList','notifyUpdate','XhMUd','getAccessKey','stack','./helper','bgaJM','finalExecutionRan','./testhub/utils','\x20has\x20now\x20read/write/execute\x20permissions.','4527720EFPOBG','seleniumVersion','undefined','yKnZu','riXIR','hbYiD','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','split','format','all','osVersion','browserStackConfig','AUTOMATE_PRODUCTS','638787bNLScl','14670432nZmsTs','2619680qOYMuN','user_killed','3012711jnPPxE','getBuildLink','nvFkt','getOptimalHubUrl','null','Directory\x20','finishedMetadata','errorMessage','apply','sanitizeBrowserStackConfig','jlNVJ','event_properties','isBrowserstackInfra','hostname','tests','bLRUt','debug','stringify','isTurboScaleSession','yxblT','framework','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','application/json','./logger','source','SnFwa','X_OK','LVpHP','config','winstonLogger','error','dyisJ','trim','playwrightVersion','isModifiable','unhandledErrors','SDK\x20run\x20ended\x20for\x20id:\x20','SLvuN','uypkB','aDtRD','length','env','PmqBP','getTurboScaleBuildLink','ENV_VAR','isAppAutomateSession','GBQJF','../bin/playwright/reporter/pwUtils','getTestFrameworkDetails','32qcywVS','../helpers/testhub/constants','getUserName','UXIJI','toString','getNodeAgent','browserVersion','every'];a176_0x4c14=function(){return _0x5b2e4b;};return a176_0x4c14();}
1
+ const a176_0x55973b=a176_0xc88e;(function(_0x546f4a,_0x164bda){const _0x495d9e=a176_0xc88e,_0x5c0517=_0x546f4a();while(!![]){try{const _0x3b96a7=parseInt(_0x495d9e(0x1bc))/0x1*(-parseInt(_0x495d9e(0x1e8))/0x2)+parseInt(_0x495d9e(0x207))/0x3*(parseInt(_0x495d9e(0x18a))/0x4)+parseInt(_0x495d9e(0x1c5))/0x5+-parseInt(_0x495d9e(0x1eb))/0x6+parseInt(_0x495d9e(0x1bb))/0x7+-parseInt(_0x495d9e(0x185))/0x8*(parseInt(_0x495d9e(0x1bd))/0x9)+parseInt(_0x495d9e(0x1d9))/0xa*(-parseInt(_0x495d9e(0x194))/0xb);if(_0x3b96a7===_0x164bda)break;else _0x5c0517['push'](_0x5c0517['shift']());}catch(_0x3f5965){_0x5c0517['push'](_0x5c0517['shift']());}}}(a176_0x9085,0x69000));const os=require('os'),util=require(a176_0x55973b(0x206)),fs=require('fs'),{getProductMap}=require(a176_0x55973b(0x180)),logger=require(a176_0x55973b(0x187))[a176_0x55973b(0x201)],constants=require(a176_0x55973b(0x1c0)),testHubConstants=require(a176_0x55973b(0x179)),{getTransformPath}=require(a176_0x55973b(0x1fb)),{FUNNEL_INSTRUMENTATION_API_URL}=require(a176_0x55973b(0x1c0)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a176_0x55973b(0x1d4)),PerformanceTester=require(a176_0x55973b(0x1cd)),globals=require('./globals'),helper=require(a176_0x55973b(0x1d4)),{isTestObservabilitySession}=require(a176_0x55973b(0x19f));let unhandledErrors='';function a176_0x9085(){const _0x2045bb=['name',',\x20testhub\x20id:\x20','isAppAutomateSession','config','browser','setReadWriteExecuteAccess','Error\x20in\x20firing\x20request\x20to\x20','../bin/playwright/reporter/pwUtils','KdgnW','keys','sendLogs','sdkRunId','join','winstonLogger','parse','getUserName','isTurboScaleSession','FuVbS','util','639ZYRQsA','W_OK','getTestFrameworkDetails','X_OK','APP_AUTOMATE_PRODUCTS','osVersion','../helpers/testhub/constants','deviceName','assign','info','RJAxh','SDK\x20run\x20ended\x20for\x20id:\x20','null','./testhub/utils','finishedMetadata','pVSVu','RkQad','fireFunnelTestEvent','21464bRedha','event_properties','./logger','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','sPcmJ','11396azZCAZ','stopPercy','getGlobal','toString','klYvq','framework','ZufZu','bPSXE','forEach','\x20response\x20-\x20','11JBhICW','SDKTestSuccessful','ENV_VAR','wkaRr','NseCn','Failed\x20to\x20set\x20directory\x20access:\x20','body','DTKxy','all','isBrowserstackInfra','RlZTD','./test-observability/utils','trim','TlesU','unhandledErrors','every','seleniumVersion','qXNUF','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','apply','AUTOMATE','VNcQm','getSessionsList','version','debug','\x20:\x20','hIULU','getNodeAgent','Yqfbe','split','hubAllocation','DXekZ','user_killed','push','constants','errorMessage','[REDACTED]','error','undefined','2694188ZOikQm','3547nzpVsa','2817cWDUCF','application/json','AUTOMATE_PRODUCTS','../bin/utils/constants','globalException','requirePWModule','CYUqw','sirxT','4284390VOFVQF','_hubAllocationData','getTurboScaleSessionsList','vhisi','LPEAS','MNgJg','content-type','isNullOrEmpty','./performance/performance-tester','object','zHCgL','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','length','accessSync','replace','./helper','vInka','bAsqc','getOptimalHubUrl','reduce','3089680CEYUaJ','hGLoz','values','getStackTraceAsString','gPZOT','qfosE','\x20has\x20now\x20read/write/execute\x20permissions.','source','getFrameworkVersion','env','MdjmH','selenium-webdriver','killSignal','BROWSERSTACK_TESTHUB_UUID','getTurboScaleBuildLink','70cvXzTe','cthiK','finalExecutionRan','873762wlvfOO','Playwright','format','uaQks','notifyUpdate','wSHYT','getAccessKey','browserVersion','playwrightVersion'];a176_0x9085=function(){return _0x2045bb;};return a176_0x9085();}function a176_0xc88e(_0x5432c6,_0x484372){const _0x90856=a176_0x9085();return a176_0xc88e=function(_0xc88e22,_0x5e3ae0){_0xc88e22=_0xc88e22-0x176;let _0x39128c=_0x90856[_0xc88e22];return _0x39128c;},a176_0xc88e(_0x5432c6,_0x484372);}exports[a176_0x55973b(0x184)]=async(_0x5c0e3e,_0x12f5a5={},_0x29bc28,_0x2325ab,_0x96da4d=![])=>{const _0x5310f1=a176_0x55973b,_0x1c364c={'zHCgL':function(_0x591698,_0x327715){return _0x591698===_0x327715;},'LPEAS':_0x5310f1(0x1ce),'ZufZu':function(_0x3b9c78,_0x76578d){return _0x3b9c78>_0x76578d;},'qfosE':function(_0x4bbc8e,_0x222774){return _0x4bbc8e>_0x222774;},'bAsqc':'tests','NseCn':function(_0xc42358){return _0xc42358();},'wSHYT':function(_0x705354,_0x41c0ce){return _0x705354==_0x41c0ce;},'MNgJg':_0x5310f1(0x17f),'bPSXE':_0x5310f1(0x1ba),'sirxT':'codeceptjs','DTKxy':function(_0x4fc9d2,_0x12e283){return _0x4fc9d2>_0x12e283;},'Yqfbe':function(_0x4398bd,_0xd56710){return _0x4398bd!==_0xd56710;},'pVSVu':_0x5310f1(0x1ec),'qXNUF':function(_0x41ab94,_0x35e048){return _0x41ab94===_0x35e048;},'TlesU':'error','FuVbS':function(_0xe7bdd8,_0xfd22b3){return _0xe7bdd8+_0xfd22b3;},'PuAqu':_0x5310f1(0x1d0),'WZWMa':'_buildHashedId','MdjmH':function(_0x242599,_0x508561){return _0x242599(_0x508561);},'vhisi':'unknown','hIULU':'nodejs','klYvq':_0x5310f1(0x195),'vInka':function(_0x32a956){return _0x32a956();},'ojJnO':_0x5310f1(0x1e4),'mHGEm':_0x5310f1(0x1be),'RlZTD':_0x5310f1(0x1b8),'wkaRr':'POST'};let _0x232fda=[];if(helper[_0x5310f1(0x19d)]()&&_0x1c364c[_0x5310f1(0x198)](isTestObservabilitySession))_0x232fda=helper[_0x5310f1(0x1f6)](_0x29bc28)?constants[_0x5310f1(0x177)]:constants[_0x5310f1(0x1bf)];else{if(_0x1c364c[_0x5310f1(0x198)](isTestObservabilitySession))_0x232fda=constants['PRODUCT_IF_NOT_BROWSERSTACK_INFRA'];else helper[_0x5310f1(0x19d)]()&&(_0x232fda=helper[_0x5310f1(0x1f6)](_0x29bc28)?constants['APP_AUTOMATE']:constants[_0x5310f1(0x1a8)]);}let _0xcb8ce6=_0x29bc28['buildIdentifier'];if(_0x1c364c[_0x5310f1(0x1f0)](_0xcb8ce6,null))_0xcb8ce6=_0x1c364c[_0x5310f1(0x1ca)];else _0x1c364c[_0x5310f1(0x1cf)](_0xcb8ce6,undefined)&&(_0xcb8ce6=_0x1c364c[_0x5310f1(0x191)]);unhandledErrors&&_0x1c364c['ZufZu'](unhandledErrors[_0x5310f1(0x1d1)],0x0)&&(_0x12f5a5[_0x5310f1(0x1c1)]=unhandledErrors);global[_0x5310f1(0x1ff)]&&(_0x12f5a5['sdkRunId']=global[_0x5310f1(0x1ff)]);try{if(_0x12f5a5[_0x5310f1(0x1b9)]){if(_0x1c364c[_0x5310f1(0x1cf)](_0x2325ab,_0x1c364c[_0x5310f1(0x1c4)])&&_0x1c364c[_0x5310f1(0x19b)](_0x12f5a5[_0x5310f1(0x1b9)]['length'],0x0)){const _0x44f52b={};_0x44f52b['os']='',_0x44f52b['osVersion']='',_0x44f52b[_0x5310f1(0x1f8)]='',_0x44f52b['browserVersion']='';const _0x2f2941=_0x44f52b;let _0x5be2f4={};const _0x4c74f7=_0x12f5a5[_0x5310f1(0x1b9)];_0x5be2f4=_0x4c74f7[_0x5310f1(0x1d8)]((_0x2e5a45,_0x2c1a05)=>{for(const _0x22aeae in _0x2c1a05){_0x2e5a45[_0x22aeae]=_0x2c1a05[_0x22aeae];}return _0x2e5a45;},{});const _0x5c4650={};_0x5c4650['tests']=_0x5be2f4,_0x12f5a5['error']=[Object[_0x5310f1(0x17b)]({},_0x2f2941,_0x5c4650)];}else{let _0x25a0a1=0x0;const _0x5cdac6=_0x1c364c[_0x5310f1(0x1b0)](_0x2325ab,_0x1c364c['pVSVu'])?JSON[_0x5310f1(0x202)](_0x12f5a5[_0x5310f1(0x1b9)]):_0x12f5a5[_0x5310f1(0x1b9)],_0x124d73=Object[_0x5310f1(0x1db)](_0x5cdac6);_0x124d73[_0x5310f1(0x192)](_0x103f75=>{const _0x1a8e68=_0x5310f1;if(_0x1c364c[_0x1a8e68(0x1cf)](typeof _0x103f75,_0x1c364c[_0x1a8e68(0x1c9)])){const _0x372668=Object[_0x1a8e68(0x1db)](_0x103f75);!_0x372668[_0x1a8e68(0x1a3)](_0x5208d4=>_0x5208d4===null||_0x5208d4===undefined||_0x5208d4==='')&&(_0x25a0a1+=0x1);}});if(_0x1c364c[_0x5310f1(0x1a5)](_0x25a0a1,0x0))delete _0x12f5a5[_0x1c364c[_0x5310f1(0x1a1)]];else{const _0x2fd80b=[];Object['keys'](_0x5cdac6)[_0x5310f1(0x192)](_0x53bb9f=>{const _0x346049=_0x5310f1,_0x124ce4={'uaQks':function(_0x5c4e61,_0x125886){return _0x1c364c['ZufZu'](_0x5c4e61,_0x125886);}},[_0x18edf2,_0x40fa9c,_0x327ccd,_0x5d8907]=_0x53bb9f[_0x346049(0x1b1)](',\x20');let _0xe07569={};if(!_0x5d8907){const _0x1f956b={};_0x1f956b[_0x346049(0x17a)]=_0x18edf2,_0x1f956b[_0x346049(0x178)]=_0x40fa9c,_0x1f956b[_0x346049(0x1f8)]=_0x327ccd,_0xe07569=_0x1f956b;}else{const _0x50d4f3={};_0x50d4f3['os']=_0x18edf2,_0x50d4f3['osVersion']=_0x40fa9c,_0x50d4f3[_0x346049(0x1f8)]=_0x327ccd,_0x50d4f3[_0x346049(0x1f2)]=_0x5d8907,_0xe07569=_0x50d4f3;}const _0x1a210f={},_0x3baf80=_0x5cdac6[_0x53bb9f];Object[_0x346049(0x1fd)](_0x3baf80)[_0x346049(0x192)](_0x23891c=>{const _0x171505=_0x346049;_0x124ce4[_0x171505(0x1ee)](_0x3baf80[_0x23891c]['length'],0x0)&&(_0x1a210f[_0x23891c]=_0x3baf80[_0x23891c]);}),_0x1c364c[_0x346049(0x1de)](Object['keys'](_0x1a210f)[_0x346049(0x1d1)],0x0)&&(_0xe07569[_0x1c364c[_0x346049(0x1d6)]]=_0x1a210f,_0x2fd80b[_0x346049(0x1b5)](_0xe07569));}),_0x1c364c[_0x5310f1(0x190)](_0x2fd80b[_0x5310f1(0x1d1)],0x0)?_0x12f5a5[_0x5310f1(0x1b9)]=_0x2fd80b:delete _0x12f5a5[_0x1c364c[_0x5310f1(0x1a1)]];}}}}catch(_0x47384e){delete _0x12f5a5[_0x1c364c[_0x5310f1(0x1a1)]],logger[_0x5310f1(0x1ac)](_0x1c364c[_0x5310f1(0x205)](_0x1c364c['PuAqu'],_0x47384e));}const _0x18d6b7=helper[_0x5310f1(0x209)](_0x29bc28,_0x29bc28[_0x5310f1(0x18f)]),_0x4f04fb={'userName':helper[_0x5310f1(0x203)](_0x29bc28),'accessKey':helper[_0x5310f1(0x1f1)](_0x29bc28),'event_type':_0x5c0e3e,'detectedFramework':_0x2325ab,'buildHashedId':globals[_0x5310f1(0x18c)](_0x1c364c['WZWMa']),'optimalHubUrl':helper[_0x5310f1(0x1d7)](),'event_properties':{'testhub_uuid':process[_0x5310f1(0x1e2)][testHubConstants[_0x5310f1(0x196)][_0x5310f1(0x1e6)]]||'','sdkRunId':global[_0x5310f1(0x1ff)],'product_map':_0x1c364c[_0x5310f1(0x1e3)](getProductMap,_0x29bc28),'productMap':_0x1c364c[_0x5310f1(0x1e3)](getProductMap,_0x29bc28),'language_framework':_0x29bc28[_0x5310f1(0x1e0)]||_0x1c364c['vhisi'],'referrer':helper[_0x5310f1(0x1af)](_0x2325ab),'framework':_0x29bc28[_0x5310f1(0x18f)],'frameworkVersion':helper[_0x5310f1(0x1e1)](_0x2325ab),'automationFramework':_0x18d6b7[_0x5310f1(0x1f4)],'automationFrameworkVersion':_0x18d6b7[_0x5310f1(0x1ab)],'language':_0x1c364c[_0x5310f1(0x1ae)],'languageVersion':process[_0x5310f1(0x1ab)],'product':_0x232fda,'buildName':_0x29bc28['buildName']||_0x1c364c[_0x5310f1(0x191)],'buildIdentifier':_0xcb8ce6,'os':os['type']()||_0x1c364c[_0x5310f1(0x1c8)],'hostname':os['hostname']()||_0x1c364c[_0x5310f1(0x1c8)],..._0x12f5a5,'isCLIEnabled':_0x96da4d}};try{_0x1c364c[_0x5310f1(0x1cf)](_0x5c0e3e,_0x1c364c[_0x5310f1(0x18e)])&&(_0x4f04fb[_0x5310f1(0x186)]['browserStackConfig']=helper['sanitizeBrowserStackConfig'](_0x29bc28)),_0x1c364c[_0x5310f1(0x1cf)](_0x2325ab,_0x1c364c[_0x5310f1(0x182)])?_0x4f04fb['event_properties'][_0x5310f1(0x1f3)]=helper[_0x5310f1(0x1c2)][_0x5310f1(0x1a7)](null,_0x1c364c[_0x5310f1(0x1d5)](getTransformPath),!![]):_0x4f04fb['event_properties'][_0x5310f1(0x1a4)]=helper['getPackageVersion'](_0x1c364c['ojJnO']);}catch(_0x2486d7){logger[_0x5310f1(0x1ac)](_0x5310f1(0x188)+_0x2486d7);}const _0x2a80f7={};_0x2a80f7[_0x5310f1(0x1cb)]=_0x1c364c['mHGEm'];const _0x157599={'headers':_0x2a80f7,'body':_0x4f04fb,'auth':{'user':helper[_0x5310f1(0x203)](_0x29bc28),'pass':helper[_0x5310f1(0x1f1)](_0x29bc28)},'json':!![]};logger[_0x5310f1(0x1ac)]('Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20'+JSON['stringify'](_0x157599[_0x5310f1(0x19a)])[_0x5310f1(0x1d3)](new RegExp(helper[_0x5310f1(0x203)](_0x29bc28),'g'),_0x1c364c['RlZTD'])[_0x5310f1(0x1d3)](new RegExp(helper['getAccessKey'](_0x29bc28),'g'),_0x1c364c[_0x5310f1(0x19e)]));try{const _0x40d087=await helper['nodeRequest'](_0x1c364c[_0x5310f1(0x197)],FUNNEL_INSTRUMENTATION_API_URL,_0x157599,_0x29bc28);logger[_0x5310f1(0x1ac)]('API\x20Event\x20'+_0x5c0e3e+_0x5310f1(0x193)+util[_0x5310f1(0x1ed)]('%j',_0x40d087));}catch(_0x483eff){logger[_0x5310f1(0x1ac)](_0x5310f1(0x1fa)+FUNNEL_INSTRUMENTATION_API_URL+_0x5310f1(0x1ad)+util['format'](_0x483eff));}},exports['finalExecution']=async(_0x38bed2,_0x55f2ac=![])=>{const _0xdefe45=a176_0x55973b,_0xccf368={'KdgnW':function(_0x38b80f){return _0x38b80f();},'TxGDG':_0xdefe45(0x1c6),'cthiK':_0xdefe45(0x181),'DXekZ':_0xdefe45(0x1b4),'RJAxh':_0xdefe45(0x195),'gPZOT':function(_0x5766a5,_0x4cf01e,_0x32a06c){return _0x5766a5(_0x4cf01e,_0x32a06c);},'XpAHR':function(_0x139348,_0x2dad3b){return _0x139348+_0x2dad3b;},'VNcQm':_0xdefe45(0x1a6)};if(_0x38bed2[_0xdefe45(0x1ea)])return;_0x38bed2[_0xdefe45(0x1ea)]=!![];try{await _0x38bed2[_0xdefe45(0x18b)](),_0xccf368[_0xdefe45(0x1fc)](printNudgeLocalNotSetError);const _0x13153f={};_0x13153f['error']=_0x38bed2[_0xdefe45(0x1b7)]?_0x38bed2[_0xdefe45(0x1b7)]:'{}';const _0x159811=_0x13153f,_0x542abe=Object[_0xdefe45(0x17b)]({},_0x159811),_0x4fa019=globals['getGlobal'](_0xccf368['TxGDG']);_0x4fa019&&(_0x542abe[_0xdefe45(0x1b2)]=_0x4fa019);!!_0x38bed2[_0xdefe45(0x1e5)]&&(_0x542abe[_0xccf368[_0xdefe45(0x1e9)]]={'reason':_0xccf368[_0xdefe45(0x1b3)],'signal':_0x38bed2[_0xdefe45(0x1e5)]});unhandledErrors=_0x38bed2[_0xdefe45(0x1a2)][_0xdefe45(0x200)]('\x0a');let _0xf0a4f9,_0xc2fc58,_0x48816f;helper[_0xdefe45(0x204)](_0x38bed2[_0xdefe45(0x1f7)])?([_0xf0a4f9,_0xc2fc58]=await helper[_0xdefe45(0x1e7)](_0x38bed2[_0xdefe45(0x1f7)]),[_0x48816f]=await Promise[_0xdefe45(0x19c)]([helper[_0xdefe45(0x1c7)](_0xf0a4f9,_0x38bed2[_0xdefe45(0x1f7)]),exports[_0xdefe45(0x184)](_0xccf368[_0xdefe45(0x17d)],_0x542abe,_0x38bed2[_0xdefe45(0x1f7)],_0x38bed2[_0xdefe45(0x18f)],_0x55f2ac)])):([_0xf0a4f9,_0xc2fc58]=await helper['getBuildLink'](_0x38bed2[_0xdefe45(0x1f7)]),[_0x48816f]=await Promise[_0xdefe45(0x19c)]([helper[_0xdefe45(0x1aa)](_0xf0a4f9,_0x38bed2[_0xdefe45(0x1f7)]),exports[_0xdefe45(0x184)](_0xccf368[_0xdefe45(0x17d)],_0x542abe,_0x38bed2['config'],_0x38bed2[_0xdefe45(0x18f)],_0x55f2ac)])),_0x48816f&&await _0xccf368[_0xdefe45(0x1dd)](generateCIArtifacts,_0x48816f,_0xc2fc58),logger[_0xdefe45(0x17c)](_0xdefe45(0x17e)+_0x38bed2[_0xdefe45(0x1ff)]+_0xdefe45(0x1f5)+process[_0xdefe45(0x1e2)][_0xdefe45(0x1e6)]),await helper[_0xdefe45(0x1fe)](_0x38bed2[_0xdefe45(0x1f7)]);}catch(_0x39af30){logger[_0xdefe45(0x1ac)](_0xccf368['XpAHR'](_0xccf368[_0xdefe45(0x1a9)],_0x39af30));}helper[_0xdefe45(0x1ef)]();},exports[a176_0x55973b(0x1dc)]=_0x4ca6a2=>{const _0x571ad5=a176_0x55973b,_0x1bd8c1={'sPcmJ':function(_0x4c28a1,_0x16bde3){return _0x4c28a1 instanceof _0x16bde3;},'hGLoz':function(_0x3e23de,_0x2bcf73){return _0x3e23de(_0x2bcf73);}};try{if(_0x1bd8c1[_0x571ad5(0x189)](_0x4ca6a2,Error))return _0x4ca6a2['stack']||_0x4ca6a2[_0x571ad5(0x18d)]();return _0x1bd8c1[_0x571ad5(0x1da)](String,_0x4ca6a2);}catch(_0x2e6c9e){return _0x4ca6a2?_0x4ca6a2['toString']():'';}},exports[a176_0x55973b(0x1cc)]=_0x2eeb1c=>{const _0x43d802=a176_0x55973b,_0x1df802={};_0x1df802[_0x43d802(0x1c3)]=function(_0x4d1c1e,_0x31f58c){return _0x4d1c1e===_0x31f58c;};const _0x49410e=_0x1df802;return!_0x2eeb1c||_0x49410e[_0x43d802(0x1c3)](_0x2eeb1c[_0x43d802(0x1a0)](),'');},exports['isModifiable']=_0x2f414e=>{const _0x5e4f24=a176_0x55973b,_0x5f08c2={};_0x5f08c2[_0x5e4f24(0x183)]=function(_0x32d42f,_0x24cfc1){return _0x32d42f|_0x24cfc1;};const _0x2852d0=_0x5f08c2;try{return fs[_0x5e4f24(0x1d2)](_0x2f414e,_0x2852d0[_0x5e4f24(0x183)](fs[_0x5e4f24(0x1b6)][_0x5e4f24(0x208)],fs[_0x5e4f24(0x1b6)][_0x5e4f24(0x176)])),!![];}catch(_0x2232a4){return![];}},exports[a176_0x55973b(0x1f9)]=_0x369229=>{const _0x4562ba=a176_0x55973b;try{fs['chmodSync'](_0x369229,0x1ff),logger[_0x4562ba(0x1ac)]('Directory\x20'+_0x369229+_0x4562ba(0x1df));}catch(_0x1b42cf){logger[_0x4562ba(0x1b9)](_0x4562ba(0x199)+exports[_0x4562ba(0x1dc)](_0x1b42cf));}};
@@ -1 +1 @@
1
- function a177_0x7fea(_0x35af05,_0x54e8ce){var _0x29947e=a177_0x2994();return a177_0x7fea=function(_0x7fea6a,_0x2ba733){_0x7fea6a=_0x7fea6a-0x172;var _0xb68e09=_0x29947e[_0x7fea6a];return _0xb68e09;},a177_0x7fea(_0x35af05,_0x54e8ce);}function a177_0x2994(){var _0x5f2644=['browserstackSDK','browser','zZyYg','appiumLogs','browserVersion','browserstack.browserstackSDK','lXmug','sessionName','suWwi','browserstack.geoLocation','rztJC','JWXmt','QUKWO','deviceName','tuzJR','browser_version','browserstack.telemetryLogs','PsETx','bfcache','browserstack.video','buildIdentifier','aFzze','overridelocalInfo.userAuthToken','performance','5772Qquyzn','playwrightVersion','build','CAOVG','browserstack.headerParams','jMvBT','accessibilityOptions.includeIssueType.bestPractice','browserstack.key','DMDTP','30tlHDAL','LvLSP','MPPiY','MmhfS','browserstack.networkLogsOptions','browserstack.buildProductMap','local','Rlvhd','199791cTfZzt','LPDJC','networkProfile','XMZMT','RLyDS','browserstack.appium_version','WfQkF','appiumVersion','realMobile','deviceOrientation','pjblu','buildProductMap','browserstack.uploadMedia','723966UwoXTS','browserstack.accessibilityOptions.includeIssueType.needsReview','pEKHG','browserstack.user','ixQKN','buildName','14409360zXFrkD','FPKYt','RGMAf','browserstack.maskCommands','geoLocation','IFGRk','networkLogs','W3CMapping','browserstack.networkLogs','24VlKVyn','browserstack.timezone','seleniumLogs','369486opkobN','jSrKo','idleTimeout','accessKey','browserstack.console','overridelocalInfo.localIdentifier','browserstack.networkProfile','tWqxU','networkLogsOptions','maskBasicAuth','browserstack.disableCorsRestrictions','seleniumVersion','browserstack.appiumLogs','device','RLcgr','timezone','CTIWq','name','jsCQG','accessibilityOptions.wcagVersion','hosts','browserstack.buildIdentifier','ycgDz','MWSjd','osVersion','browserstack.selenium_version','testhubBuildUuid','browserstack.accessibilityOptions.wcagVersion','localIdentifier','EylDc','browserstack.hosts','McmPX','resolution','DgQJq','headerParams','userName','customNetwork','pGpxU','browserstack.wsLocalSupport','browserstack.accessibility','GmPjG','LJbvd','accessibilityOptions.authToken','vvCRX','PINGU','152TpboyK','55KHxjXy','DlanI','rWhDS','Pxqri','uploadMedia','project','KHkqI','6618458icAiMR','maskCommands','browserstack.autoWait','browserstack.overridelocalInfo.userAuthToken','browserstack.seleniumLogs','286CHiQCw','browserstack.performance','aIcKs','disableCorsRestrictions','cSxHM','autoWait','enableSim','video','useW3c','browserstack.accessibilityOptions.scannerProcessingTimeout','SOkRt','dKles','QhFvg','accessibilityOptions.scannerVersion','browserstack.local','accessibilityOptions.includeIssueType.needsReview','projectName','browserstack.debug','browserstack.simOptions','CFfhm','vxpBw','browserstack.localIdentifier','1979020GjYqvg','ekOLP'];a177_0x2994=function(){return _0x5f2644;};return a177_0x2994();}var a177_0x48dd0c=a177_0x7fea;(function(_0x1e2d81,_0x13ed5f){var _0x1c03c7=a177_0x7fea,_0x3c1f97=_0x1e2d81();while(!![]){try{var _0x188a45=parseInt(_0x1c03c7(0x202))/0x1*(parseInt(_0x1c03c7(0x1d2))/0x2)+-parseInt(_0x1c03c7(0x198))/0x3*(parseInt(_0x1c03c7(0x195))/0x4)+parseInt(_0x1c03c7(0x20b))/0x5*(parseInt(_0x1c03c7(0x186))/0x6)+-parseInt(_0x1c03c7(0x1cd))/0x7+-parseInt(_0x1c03c7(0x1c5))/0x8*(-parseInt(_0x1c03c7(0x179))/0x9)+parseInt(_0x1c03c7(0x1e8))/0xa*(-parseInt(_0x1c03c7(0x1c6))/0xb)+parseInt(_0x1c03c7(0x18c))/0xc;if(_0x188a45===_0x13ed5f)break;else _0x3c1f97['push'](_0x3c1f97['shift']());}catch(_0x292903){_0x3c1f97['push'](_0x3c1f97['shift']());}}}(a177_0x2994,0x7991b),exports[a177_0x48dd0c(0x193)]=()=>{var _0x578772=a177_0x48dd0c,_0x3bf10a={};_0x3bf10a[_0x578772(0x17a)]=_0x578772(0x1bb),_0x3bf10a['MWSjd']=_0x578772(0x19b),_0x3bf10a[_0x578772(0x172)]=_0x578772(0x1b0),_0x3bf10a[_0x578772(0x1f2)]=_0x578772(0x1eb),_0x3bf10a[_0x578772(0x18d)]=_0x578772(0x1ee),_0x3bf10a[_0x578772(0x188)]=_0x578772(0x1da),_0x3bf10a['McmPX']=_0x578772(0x1e2),_0x3bf10a['JWwgS']=_0x578772(0x18b),_0x3bf10a[_0x578772(0x1cc)]=_0x578772(0x1f1),_0x3bf10a[_0x578772(0x1dc)]=_0x578772(0x177),_0x3bf10a[_0x578772(0x18e)]=_0x578772(0x1b4),_0x3bf10a[_0x578772(0x1fb)]='debug',_0x3bf10a[_0x578772(0x1c7)]='consoleLogs',_0x3bf10a[_0x578772(0x1f5)]=_0x578772(0x192),_0x3bf10a[_0x578772(0x1ff)]=_0x578772(0x1a0),_0x3bf10a['IFGRk']=_0x578772(0x1ed),_0x3bf10a[_0x578772(0x183)]=_0x578772(0x1d9),_0x3bf10a[_0x578772(0x1d6)]=_0x578772(0x197),_0x3bf10a['rztJC']='telemetryLogs',_0x3bf10a[_0x578772(0x173)]=_0x578772(0x190),_0x3bf10a[_0x578772(0x1a6)]=_0x578772(0x1a7),_0x3bf10a[_0x578772(0x199)]=_0x578772(0x1b8),_0x3bf10a['jsCQG']=_0x578772(0x1a3),_0x3bf10a[_0x578772(0x1ec)]=_0x578772(0x1ce),_0x3bf10a['CAOVG']=_0x578772(0x19a),_0x3bf10a[_0x578772(0x19f)]=_0x578772(0x1a1),_0x3bf10a[_0x578772(0x1ae)]=_0x578772(0x1d7),_0x3bf10a[_0x578772(0x1c8)]=_0x578772(0x1ac),_0x3bf10a[_0x578772(0x17d)]=_0x578772(0x1fc),_0x3bf10a[_0x578772(0x1f6)]='wsLocalSupport',_0x3bf10a['aIcKs']=_0x578772(0x1d5),_0x3bf10a[_0x578772(0x20a)]=_0x578772(0x1f7),_0x3bf10a['EFipt']='realMobile',_0x3bf10a[_0x578772(0x1c0)]=_0x578772(0x180),_0x3bf10a[_0x578772(0x17f)]=_0x578772(0x182),_0x3bf10a[_0x578772(0x1b5)]=_0x578772(0x1bc),_0x3bf10a[_0x578772(0x178)]=_0x578772(0x17b),_0x3bf10a[_0x578772(0x174)]=_0x578772(0x1fe),_0x3bf10a[_0x578772(0x1de)]=_0x578772(0x1ea),_0x3bf10a['LJbvd']='accessibility',_0x3bf10a[_0x578772(0x1dd)]=_0x578772(0x184),_0x3bf10a[_0x578772(0x207)]=_0x578772(0x1b2),_0x3bf10a[_0x578772(0x1f0)]=_0x578772(0x1ab),_0x3bf10a[_0x578772(0x1c3)]=_0x578772(0x1df),_0x3bf10a[_0x578772(0x1c4)]='accessibilityOptions.scannerProcessingTimeout',_0x3bf10a[_0x578772(0x1bd)]=_0x578772(0x208),_0x3bf10a['jXcoA']=_0x578772(0x1e1),_0x3bf10a[_0x578772(0x1e6)]=_0x578772(0x1c2),_0x3bf10a[_0x578772(0x1e5)]=_0x578772(0x1ca),_0x3bf10a[_0x578772(0x17c)]=_0x578772(0x1d8),_0x3bf10a[_0x578772(0x1e9)]='simOptions',_0x3bf10a[_0x578772(0x1f8)]=_0x578772(0x203),_0x3bf10a[_0x578772(0x1c9)]=_0x578772(0x200),_0x3bf10a['DgQJq']=_0x578772(0x19d),_0x3bf10a['CTIWq']=_0x578772(0x1ba),_0x3bf10a[_0x578772(0x18a)]=_0x578772(0x201);var _0x541af4=_0x3bf10a,_0x83e8c4={};return _0x83e8c4[_0x578772(0x189)]=_0x541af4[_0x578772(0x17a)],_0x83e8c4[_0x578772(0x209)]=_0x541af4[_0x578772(0x1af)],_0x83e8c4['os']='os',_0x83e8c4['os_version']=_0x541af4[_0x578772(0x172)],_0x83e8c4[_0x578772(0x1eb)]=_0x541af4[_0x578772(0x1f2)],_0x83e8c4[_0x578772(0x1f9)]=_0x541af4['FPKYt'],_0x83e8c4['browserstack.use_w3c']=_0x541af4[_0x578772(0x188)],_0x83e8c4[_0x578772(0x1cb)]=_0x541af4[_0x578772(0x1b7)],_0x83e8c4[_0x578772(0x204)]=_0x541af4['JWwgS'],_0x83e8c4[_0x578772(0x1a9)]=_0x541af4[_0x578772(0x1cc)],_0x83e8c4[_0x578772(0x1e0)]=_0x541af4[_0x578772(0x1dc)],_0x83e8c4[_0x578772(0x1e7)]=_0x541af4[_0x578772(0x18e)],_0x83e8c4[_0x578772(0x1e3)]=_0x541af4[_0x578772(0x1fb)],_0x83e8c4[_0x578772(0x19c)]=_0x541af4['DlanI'],_0x83e8c4[_0x578772(0x194)]=_0x541af4[_0x578772(0x1f5)],_0x83e8c4[_0x578772(0x175)]=_0x541af4['aFzze'],_0x83e8c4[_0x578772(0x1a4)]=_0x541af4[_0x578772(0x191)],_0x83e8c4[_0x578772(0x1fd)]=_0x541af4[_0x578772(0x183)],_0x83e8c4[_0x578772(0x1d1)]=_0x541af4[_0x578772(0x1d6)],_0x83e8c4[_0x578772(0x1fa)]=_0x541af4[_0x578772(0x1f4)],_0x83e8c4[_0x578772(0x1f3)]=_0x541af4[_0x578772(0x173)],_0x83e8c4[_0x578772(0x196)]=_0x541af4[_0x578772(0x1a6)],_0x83e8c4[_0x578772(0x1b8)]=_0x541af4[_0x578772(0x199)],_0x83e8c4[_0x578772(0x1b1)]=_0x541af4[_0x578772(0x1aa)],_0x83e8c4[_0x578772(0x18f)]=_0x541af4['zZyYg'],_0x83e8c4['browserstack.idleTimeout']=_0x541af4[_0x578772(0x205)],_0x83e8c4['browserstack.maskBasicAuth']=_0x541af4[_0x578772(0x19f)],_0x83e8c4[_0x578772(0x1cf)]=_0x541af4['ycgDz'],_0x83e8c4[_0x578772(0x1b6)]=_0x541af4[_0x578772(0x1c8)],_0x83e8c4['browserstack.bfcache']=_0x541af4[_0x578772(0x17d)],_0x83e8c4[_0x578772(0x1be)]=_0x541af4[_0x578772(0x1f6)],_0x83e8c4[_0x578772(0x1a2)]=_0x541af4[_0x578772(0x1d4)],_0x83e8c4[_0x578772(0x1a5)]=_0x541af4[_0x578772(0x20a)],_0x83e8c4[_0x578772(0x181)]=_0x541af4['EFipt'],_0x83e8c4[_0x578772(0x17e)]=_0x541af4['GmPjG'],_0x83e8c4[_0x578772(0x182)]=_0x541af4[_0x578772(0x17f)],_0x83e8c4['browserstack.customNetwork']=_0x541af4[_0x578772(0x1b5)],_0x83e8c4[_0x578772(0x19e)]=_0x541af4[_0x578772(0x178)],_0x83e8c4[_0x578772(0x1ad)]=_0x541af4[_0x578772(0x174)],_0x83e8c4[_0x578772(0x1ef)]=_0x541af4[_0x578772(0x1de)],_0x83e8c4[_0x578772(0x1bf)]=_0x541af4[_0x578772(0x1c1)],_0x83e8c4[_0x578772(0x176)]=_0x541af4[_0x578772(0x1dd)],_0x83e8c4['browserstack.testhubBuildUuid']=_0x541af4[_0x578772(0x207)],_0x83e8c4[_0x578772(0x1b3)]=_0x541af4['lXmug'],_0x83e8c4['browserstack.accessibilityOptions.scannerVersion']=_0x541af4['vvCRX'],_0x83e8c4[_0x578772(0x1db)]=_0x541af4[_0x578772(0x1c4)],_0x83e8c4['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x541af4[_0x578772(0x1bd)],_0x83e8c4[_0x578772(0x187)]=_0x541af4['jXcoA'],_0x83e8c4['browserstack.accessibilityOptions.authToken']=_0x541af4['vxpBw'],_0x83e8c4[_0x578772(0x185)]=_0x541af4[_0x578772(0x1e5)],_0x83e8c4['browserstack.enableSim']=_0x541af4['XMZMT'],_0x83e8c4[_0x578772(0x1e4)]=_0x541af4[_0x578772(0x1e9)],_0x83e8c4['browserstack.playwrightVersion']=_0x541af4[_0x578772(0x1f8)],_0x83e8c4[_0x578772(0x1d0)]=_0x541af4[_0x578772(0x1c9)],_0x83e8c4['browserstack.overridelocalInfo.localIdentifier']=_0x541af4[_0x578772(0x1b9)],_0x83e8c4[_0x578772(0x206)]=_0x541af4[_0x578772(0x1a8)],_0x83e8c4[_0x578772(0x1d3)]=_0x541af4[_0x578772(0x18a)],_0x83e8c4;});
1
+ function a177_0x112d(){var _0x72f678=['FEqmI','BfvbN','browserstack.autoWait','bADxe','cfaDC','browserstack.seleniumLogs','networkLogsOptions','170689NqqjaD','browserstack.telemetryLogs','HRpeg','performance','zosNB','consoleLogs','2548570RQPfBx','tQHNG','browserstack.wsLocalSupport','userName','xBZEI','browserstack.accessibilityOptions.wcagVersion','deviceOrientation','QHZDt','1257378fIufnm','tMWNA','aXJnS','accessibilityOptions.scannerProcessingTimeout','buildProductMap','simOptions','SHYFe','YJUsl','buildName','browserstack.use_w3c','playwrightVersion','deviceName','browserstack.maskBasicAuth','browserstack.selenium_version','projectName','browserstack.accessibility','debug','61014EJejxu','zcMGR','OWuvQ','browserstack.accessibilityOptions.authToken','seleniumVersion','W3CMapping','maskCommands','browserstack.accessibilityOptions.includeIssueType.bestPractice','browserstack.overridelocalInfo.localIdentifier','accessibilityOptions.includeIssueType.bestPractice','browserstack.idleTimeout','autoWait','kVFjz','PzCWJ','browserstack.buildProductMap','SfFRv','browserstack.performance','dckgv','disableCorsRestrictions','appiumLogs','os_version','timezone','browserstack.maskCommands','testhubBuildUuid','browserstack.video','browserstack.debug','uploadMedia','hosts','browserstack.networkLogsOptions','xeuvN','geoLocation','pPkij','accessibilityOptions.scannerVersion','browserstack.playwrightVersion','overridelocalInfo.userAuthToken','NLVMR','SZPff','customNetwork','XNxba','browserstack.disableCorsRestrictions','fLmVq','overridelocalInfo.localIdentifier','browserstack.accessibilityOptions.scannerVersion','243728TNWRfd','KCFdQ','video','sessionName','browserstack.console','aVPYN','browserstack.testhubBuildUuid','useW3c','telemetryLogs','accessibilityOptions.wcagVersion','216846TvmakZ','PSEjE','sxcDZ','AfLGX','ODxmG','build','accessibilityOptions.authToken','QQHfS','wTpQd','dwRWn','thjrw','name','buildIdentifier','11245EGgcwi','wsLocalSupport','browserstack.bfcache','7VYyauu','kcFPP','ykdPV','xtDFd','accessKey','browserstack.localIdentifier','TBDbW','jthol','AbvuD','browserstack.uploadMedia','bfcache','9Dhujjk','CZQQw','browserstack.user','realMobile','browserstack.geoLocation','ufpUv','FSmgN','fmauz','browser','TIEIU','ZLTxS','yiATx','xShHo','project','resolution','uiCFj','XmXhP','device','browserstack.accessibilityOptions.includeIssueType.needsReview','284KiQqSI','browserstack.appium_version','browserstack.enableSim','enableSim','localIdentifier'];a177_0x112d=function(){return _0x72f678;};return a177_0x112d();}function a177_0x4ae0(_0x2f1c42,_0x22af02){var _0x112d3e=a177_0x112d();return a177_0x4ae0=function(_0x4ae00e,_0x1bea00){_0x4ae00e=_0x4ae00e-0x1e4;var _0x984143=_0x112d3e[_0x4ae00e];return _0x984143;},a177_0x4ae0(_0x2f1c42,_0x22af02);}var a177_0x270527=a177_0x4ae0;(function(_0x541cc7,_0x169b9b){var _0x90e912=a177_0x4ae0,_0x471400=_0x541cc7();while(!![]){try{var _0x5ce61b=parseInt(_0x90e912(0x208))/0x1+parseInt(_0x90e912(0x25c))/0x2+parseInt(_0x90e912(0x227))/0x3+parseInt(_0x90e912(0x1fc))/0x4*(-parseInt(_0x90e912(0x269))/0x5)+parseInt(_0x90e912(0x216))/0x6+parseInt(_0x90e912(0x26c))/0x7*(parseInt(_0x90e912(0x252))/0x8)+parseInt(_0x90e912(0x1e9))/0x9*(-parseInt(_0x90e912(0x20e))/0xa);if(_0x5ce61b===_0x169b9b)break;else _0x471400['push'](_0x471400['shift']());}catch(_0x172ae0){_0x471400['push'](_0x471400['shift']());}}}(a177_0x112d,0x1e80f),exports[a177_0x270527(0x22c)]=()=>{var _0x22f646=a177_0x270527,_0x4d730c={};_0x4d730c['THBhu']=_0x22f646(0x211),_0x4d730c[_0x22f646(0x1f0)]=_0x22f646(0x270),_0x4d730c['XovDC']='osVersion',_0x4d730c[_0x22f646(0x20f)]=_0x22f646(0x1f1),_0x4d730c[_0x22f646(0x205)]='browserVersion',_0x4d730c[_0x22f646(0x202)]=_0x22f646(0x259),_0x4d730c[_0x22f646(0x26f)]=_0x22f646(0x224),_0x4d730c['ybgHo']=_0x22f646(0x21e),_0x4d730c[_0x22f646(0x24b)]=_0x22f646(0x255),_0x4d730c[_0x22f646(0x1e6)]='local',_0x4d730c['uiCFj']=_0x22f646(0x200),_0x4d730c['phOUN']=_0x22f646(0x226),_0x4d730c[_0x22f646(0x228)]=_0x22f646(0x20d),_0x4d730c[_0x22f646(0x20c)]='networkLogs',_0x4d730c['OWuvQ']=_0x22f646(0x207),_0x4d730c[_0x22f646(0x234)]=_0x22f646(0x23a),_0x4d730c[_0x22f646(0x1e4)]=_0x22f646(0x254),_0x4d730c['SHYFe']='seleniumLogs',_0x4d730c[_0x22f646(0x1ea)]=_0x22f646(0x25a),_0x4d730c[_0x22f646(0x218)]=_0x22f646(0x245),_0x4d730c[_0x22f646(0x263)]=_0x22f646(0x23c),_0x4d730c[_0x22f646(0x1f4)]=_0x22f646(0x1f7),_0x4d730c[_0x22f646(0x215)]=_0x22f646(0x22b),_0x4d730c[_0x22f646(0x260)]=_0x22f646(0x22d),_0x4d730c[_0x22f646(0x264)]='idleTimeout',_0x4d730c[_0x22f646(0x21d)]='maskBasicAuth',_0x4d730c[_0x22f646(0x238)]=_0x22f646(0x232),_0x4d730c[_0x22f646(0x24a)]=_0x22f646(0x242),_0x4d730c[_0x22f646(0x1f2)]=_0x22f646(0x1e8),_0x4d730c[_0x22f646(0x25d)]=_0x22f646(0x26a),_0x4d730c[_0x22f646(0x246)]=_0x22f646(0x239),_0x4d730c[_0x22f646(0x236)]=_0x22f646(0x221),_0x4d730c[_0x22f646(0x257)]='realMobile',_0x4d730c[_0x22f646(0x26e)]='appiumVersion',_0x4d730c['bADxe']=_0x22f646(0x214),_0x4d730c['XNxba']=_0x22f646(0x24c),_0x4d730c[_0x22f646(0x266)]='networkProfile',_0x4d730c[_0x22f646(0x25e)]=_0x22f646(0x268),_0x4d730c[_0x22f646(0x1f5)]='browserstackSDK',_0x4d730c[_0x22f646(0x25f)]='accessibility',_0x4d730c[_0x22f646(0x1ef)]=_0x22f646(0x21a),_0x4d730c[_0x22f646(0x20a)]=_0x22f646(0x23e),_0x4d730c[_0x22f646(0x1ee)]=_0x22f646(0x25b),_0x4d730c[_0x22f646(0x26d)]=_0x22f646(0x247),_0x4d730c[_0x22f646(0x244)]=_0x22f646(0x219),_0x4d730c[_0x22f646(0x217)]=_0x22f646(0x230),_0x4d730c[_0x22f646(0x1f9)]='accessibilityOptions.includeIssueType.needsReview',_0x4d730c['PuzMP']=_0x22f646(0x262),_0x4d730c[_0x22f646(0x24f)]=_0x22f646(0x241),_0x4d730c['FEqmI']=_0x22f646(0x1ff),_0x4d730c[_0x22f646(0x1e5)]=_0x22f646(0x21b),_0x4d730c[_0x22f646(0x233)]=_0x22f646(0x220),_0x4d730c[_0x22f646(0x1f3)]=_0x22f646(0x249),_0x4d730c[_0x22f646(0x265)]=_0x22f646(0x250),_0x4d730c[_0x22f646(0x212)]='headerParams',_0x4d730c[_0x22f646(0x253)]=_0x22f646(0x20b);var _0x3dc28a=_0x4d730c,_0x31b8ff={};return _0x31b8ff[_0x22f646(0x1eb)]=_0x3dc28a['THBhu'],_0x31b8ff['browserstack.key']=_0x3dc28a['fmauz'],_0x31b8ff['os']='os',_0x31b8ff[_0x22f646(0x23b)]=_0x3dc28a['XovDC'],_0x31b8ff['browser']=_0x3dc28a[_0x22f646(0x20f)],_0x31b8ff['browser_version']=_0x3dc28a[_0x22f646(0x205)],_0x31b8ff[_0x22f646(0x21f)]=_0x3dc28a[_0x22f646(0x202)],_0x31b8ff[_0x22f646(0x1f6)]=_0x3dc28a['xtDFd'],_0x31b8ff[_0x22f646(0x261)]=_0x3dc28a['ybgHo'],_0x31b8ff[_0x22f646(0x267)]=_0x3dc28a[_0x22f646(0x24b)],_0x31b8ff['browserstack.local']=_0x3dc28a[_0x22f646(0x1e6)],_0x31b8ff[_0x22f646(0x271)]=_0x3dc28a[_0x22f646(0x1f8)],_0x31b8ff[_0x22f646(0x240)]=_0x3dc28a['phOUN'],_0x31b8ff[_0x22f646(0x256)]=_0x3dc28a['zcMGR'],_0x31b8ff['browserstack.networkLogs']=_0x3dc28a['zosNB'],_0x31b8ff[_0x22f646(0x243)]=_0x3dc28a[_0x22f646(0x229)],_0x31b8ff['browserstack.appiumLogs']=_0x3dc28a[_0x22f646(0x234)],_0x31b8ff[_0x22f646(0x23f)]=_0x3dc28a[_0x22f646(0x1e4)],_0x31b8ff[_0x22f646(0x206)]=_0x3dc28a[_0x22f646(0x21c)],_0x31b8ff[_0x22f646(0x209)]=_0x3dc28a[_0x22f646(0x1ea)],_0x31b8ff[_0x22f646(0x1ed)]=_0x3dc28a[_0x22f646(0x218)],_0x31b8ff['browserstack.timezone']=_0x3dc28a[_0x22f646(0x263)],_0x31b8ff[_0x22f646(0x1f7)]=_0x3dc28a[_0x22f646(0x1f4)],_0x31b8ff[_0x22f646(0x223)]=_0x3dc28a['QHZDt'],_0x31b8ff[_0x22f646(0x23d)]=_0x3dc28a['ODxmG'],_0x31b8ff[_0x22f646(0x231)]=_0x3dc28a['wTpQd'],_0x31b8ff[_0x22f646(0x222)]=_0x3dc28a[_0x22f646(0x21d)],_0x31b8ff[_0x22f646(0x203)]=_0x3dc28a['dckgv'],_0x31b8ff['browserstack.hosts']=_0x3dc28a['NLVMR'],_0x31b8ff[_0x22f646(0x26b)]=_0x3dc28a[_0x22f646(0x1f2)],_0x31b8ff[_0x22f646(0x210)]=_0x3dc28a[_0x22f646(0x25d)],_0x31b8ff[_0x22f646(0x24e)]=_0x3dc28a['pPkij'],_0x31b8ff[_0x22f646(0x1fa)]=_0x3dc28a[_0x22f646(0x236)],_0x31b8ff[_0x22f646(0x1ec)]=_0x3dc28a['aVPYN'],_0x31b8ff[_0x22f646(0x1fd)]=_0x3dc28a[_0x22f646(0x26e)],_0x31b8ff['deviceOrientation']=_0x3dc28a[_0x22f646(0x204)],_0x31b8ff['browserstack.customNetwork']=_0x3dc28a[_0x22f646(0x24d)],_0x31b8ff['browserstack.networkProfile']=_0x3dc28a[_0x22f646(0x266)],_0x31b8ff['browserstack.buildIdentifier']=_0x3dc28a['sxcDZ'],_0x31b8ff['browserstack.browserstackSDK']=_0x3dc28a['xShHo'],_0x31b8ff[_0x22f646(0x225)]=_0x3dc28a[_0x22f646(0x25f)],_0x31b8ff[_0x22f646(0x235)]=_0x3dc28a[_0x22f646(0x1ef)],_0x31b8ff[_0x22f646(0x258)]=_0x3dc28a[_0x22f646(0x20a)],_0x31b8ff[_0x22f646(0x213)]=_0x3dc28a[_0x22f646(0x1ee)],_0x31b8ff[_0x22f646(0x251)]=_0x3dc28a[_0x22f646(0x26d)],_0x31b8ff['browserstack.accessibilityOptions.scannerProcessingTimeout']=_0x3dc28a[_0x22f646(0x244)],_0x31b8ff[_0x22f646(0x22e)]=_0x3dc28a[_0x22f646(0x217)],_0x31b8ff[_0x22f646(0x1fb)]=_0x3dc28a[_0x22f646(0x1f9)],_0x31b8ff[_0x22f646(0x22a)]=_0x3dc28a['PuzMP'],_0x31b8ff[_0x22f646(0x1e7)]=_0x3dc28a[_0x22f646(0x24f)],_0x31b8ff[_0x22f646(0x1fe)]=_0x3dc28a[_0x22f646(0x201)],_0x31b8ff['browserstack.simOptions']=_0x3dc28a[_0x22f646(0x1e5)],_0x31b8ff[_0x22f646(0x248)]=_0x3dc28a['kVFjz'],_0x31b8ff['browserstack.overridelocalInfo.userAuthToken']=_0x3dc28a[_0x22f646(0x1f3)],_0x31b8ff[_0x22f646(0x22f)]=_0x3dc28a['dwRWn'],_0x31b8ff['browserstack.headerParams']=_0x3dc28a[_0x22f646(0x212)],_0x31b8ff[_0x22f646(0x237)]=_0x3dc28a[_0x22f646(0x253)],_0x31b8ff;});
@@ -1 +1 @@
1
- const a178_0x5a1f26=a178_0x2fe2;(function(_0x4275b6,_0x110926){const _0x483136=a178_0x2fe2,_0x17e699=_0x4275b6();while(!![]){try{const _0x3fa755=parseInt(_0x483136(0x1bd))/0x1*(parseInt(_0x483136(0x188))/0x2)+parseInt(_0x483136(0x1a9))/0x3+-parseInt(_0x483136(0x1aa))/0x4*(-parseInt(_0x483136(0x178))/0x5)+-parseInt(_0x483136(0x198))/0x6*(-parseInt(_0x483136(0x177))/0x7)+-parseInt(_0x483136(0x172))/0x8*(parseInt(_0x483136(0x1a0))/0x9)+parseInt(_0x483136(0x1c3))/0xa*(-parseInt(_0x483136(0x1cc))/0xb)+-parseInt(_0x483136(0x1bf))/0xc*(-parseInt(_0x483136(0x1c2))/0xd);if(_0x3fa755===_0x110926)break;else _0x17e699['push'](_0x17e699['shift']());}catch(_0x207189){_0x17e699['push'](_0x17e699['shift']());}}}(a178_0x2545,0xc014a));function a178_0x2fe2(_0x35721e,_0x2f1d0f){const _0x25453c=a178_0x2545();return a178_0x2fe2=function(_0x2fe2b4,_0xc7180f){_0x2fe2b4=_0x2fe2b4-0x16f;let _0x314bd9=_0x25453c[_0x2fe2b4];return _0x314bd9;},a178_0x2fe2(_0x35721e,_0x2f1d0f);}function a178_0x2545(){const _0x29dc58=['trDNq','2015772KSsYcw','4838684abxpcl','CJpLb','\x20HUB\x20-\x20','NEAREST\x20HUBS\x20LIST:\x20','hostname','./helpers/globals','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','hubUrl','QoKYr','Invalid\x20new\x20HUB\x20URL:\x20','parse','FDbAg','\x20is:\x20','tvIhi','catch','path','hubs','check','kzQLe','4862RDBUou','hubRegion','636VWvPCL','_hubAllocationData','ERROR\x20in\x20hub\x20selection:\x20','27339wfKGix','10vzxlNQ','fulfilled','resolve','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','TbFAw','GgaBa','length','latency','jASKO','16565923UjrdNH','search','get','yXrfO','xnphN','tvGtU','hubLatencies','arbHO','eHbIe','nextHubs','pathname','AEjfG','Execution\x20time\x20for\x20','race','/wd/hub','allSettled','hash','HUB_URL_MAP','setGlobal','2762768lKMILM','then','zhAKT','all','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','21xUmqMD','5pDzcIs','newHubUrlBySession','debug','stBpg','LDYwB','SoJPH','util','XLIKQ','wQDoY','has','findLatency','dinTR','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','https://','format','next_hubs','50yAAChV','Aperc','VfvNA','./bin/utils/constants','status','IWcfG','GET','getGlobal','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','replace','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','DwmBG','YnDpC','Response:\x20','nodeRequest','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','3119070czPcEe','now','delete','map','value','skipped','vOIFu','HUB\x20URL\x20SET\x20TO\x20-\x20','36coEUob','updateHubUrl','winstonLogger','hubRegion\x20','mfhli','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','DgYxw','set'];a178_0x2545=function(){return _0x29dc58;};return a178_0x2545();}const url=require('url'),util=require(a178_0x5a1f26(0x17e)),helper=require('./helpers/helper'),logger=require('./helpers/logger')[a178_0x5a1f26(0x1a2)],constants=require(a178_0x5a1f26(0x18b)),globals=require(a178_0x5a1f26(0x1af));global[a178_0x5a1f26(0x179)]=global['newHubUrlBySession']||new Map(),exports['getRequestOptions']=_0x1cf009=>{const _0xa3e5ad=a178_0x5a1f26,_0x23b8b2={};_0x23b8b2[_0xa3e5ad(0x189)]=function(_0x273a92,_0x322bbc){return _0x273a92+_0x322bbc;},_0x23b8b2[_0xa3e5ad(0x1d4)]=_0xa3e5ad(0x1b3);const _0x27a1e3=_0x23b8b2,_0x31dbc6=url[_0xa3e5ad(0x1b4)](_0x1cf009);if(!_0x31dbc6[_0xa3e5ad(0x1ae)])throw new Error(_0x27a1e3['Aperc'](_0x27a1e3[_0xa3e5ad(0x1d4)],_0x1cf009));return _0x31dbc6[_0xa3e5ad(0x1cd)]=null,_0x31dbc6[_0xa3e5ad(0x16f)]=null,_0x31dbc6[_0xa3e5ad(0x1b9)]=_0x31dbc6[_0xa3e5ad(0x1d6)],_0x31dbc6;},exports[a178_0x5a1f26(0x1a1)]=(_0x21f779,_0x4730db)=>{const _0x116cae=a178_0x5a1f26,_0x1d6c4e={};_0x1d6c4e[_0x116cae(0x17b)]=_0x116cae(0x184);const _0x1ba26b=_0x1d6c4e;if(!_0x4730db){logger['debug'](_0x1ba26b['stBpg']);return;}global[_0x116cae(0x179)][_0x116cae(0x1a7)](_0x4730db,_0x21f779);},exports['consumeHubUrlForSession']=_0x34589b=>{const _0x58531a=a178_0x5a1f26;if(_0x34589b&&global[_0x58531a(0x179)][_0x58531a(0x181)](_0x34589b)){const _0x4d57c5=global[_0x58531a(0x179)][_0x58531a(0x1ce)](_0x34589b);return global[_0x58531a(0x179)][_0x58531a(0x19a)](_0x34589b),_0x4d57c5;}return'';},exports['allocateHub']=_0x105b66=>{const _0x5294d7=a178_0x5a1f26,_0x1ca8c0={'kzQLe':function(_0x44b514,_0x5a26b3){return _0x44b514!==_0x5a26b3;},'GgaBa':_0x5294d7(0x1c0),'SoJPH':function(_0xf03413,_0x30c9c7){return _0xf03413===_0x30c9c7;},'zhAKT':_0x5294d7(0x1c4),'QoKYr':function(_0x2c08e0,_0x154ff7){return _0x2c08e0==_0x154ff7;},'YnDpC':function(_0x4bbc9f,_0x2a8715){return _0x4bbc9f===_0x2a8715;},'DgYxw':function(_0x2500ba){return _0x2500ba();},'vnTjm':function(_0x275b2c,_0x370e60){return _0x275b2c+_0x370e60;},'XLIKQ':_0x5294d7(0x185),'trDNq':_0x5294d7(0x1c6),'EhRBu':'/wd/hub','yXrfO':function(_0x507be4){return _0x507be4();},'QptbF':function(_0x476aec){return _0x476aec();}};return new Promise(_0x561b27=>{const _0x3c8ae4=_0x5294d7,_0x24e471={'tvGtU':function(_0xfaae05,_0x305212){return _0x1ca8c0['vnTjm'](_0xfaae05,_0x305212);},'wQDoY':_0x1ca8c0[_0x3c8ae4(0x17f)],'Gdzmk':_0x1ca8c0[_0x3c8ae4(0x1a8)],'LDYwB':function(_0x32c8ec,_0x2c6d3d){return _0x1ca8c0['vnTjm'](_0x32c8ec,_0x2c6d3d);},'IWcfG':_0x1ca8c0[_0x3c8ae4(0x1c8)],'dinTR':_0x1ca8c0['EhRBu'],'arbHO':function(_0x5139e9){const _0x3f307f=_0x3c8ae4;return _0x1ca8c0[_0x3f307f(0x1cf)](_0x5139e9);},'VSeVG':function(_0x2c6b80){return _0x1ca8c0['QptbF'](_0x2c6b80);},'uuUKG':function(_0x356871){const _0x5e4ec0=_0x3c8ae4;return _0x1ca8c0[_0x5e4ec0(0x1cf)](_0x356871);}};if(_0x105b66&&_0x105b66[_0x3c8ae4(0x1be)]){const _0x42df66=constants[_0x3c8ae4(0x170)][_0x105b66[_0x3c8ae4(0x1be)]];if(_0x42df66)return constants[_0x3c8ae4(0x1b1)]=_0x42df66,logger[_0x3c8ae4(0x17a)](_0x3c8ae4(0x197)+_0x42df66),globals[_0x3c8ae4(0x171)](_0x1ca8c0[_0x3c8ae4(0x1c8)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x42df66[_0x3c8ae4(0x191)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date['now']()}),_0x1ca8c0['DgYxw'](_0x561b27);logger['debug'](_0x3c8ae4(0x1a3)+_0x105b66['hubRegion']+_0x3c8ae4(0x176));}Promise[_0x3c8ae4(0x1c5)](this[_0x3c8ae4(0x1d5)](_0x105b66))[_0x3c8ae4(0x173)](_0x5a7ca4=>{const _0x2562fd=_0x3c8ae4,_0x11fb6c={'mfhli':function(_0x20bbfb,_0x19d828){const _0x83be6a=a178_0x2fe2;return _0x1ca8c0[_0x83be6a(0x1bc)](_0x20bbfb,_0x19d828);},'FDbAg':_0x1ca8c0[_0x2562fd(0x1c8)],'VfvNA':function(_0x288782,_0x1cb557){const _0x4a7d11=_0x2562fd;return _0x1ca8c0[_0x4a7d11(0x17d)](_0x288782,_0x1cb557);},'AEjfG':_0x1ca8c0[_0x2562fd(0x174)]};logger[_0x2562fd(0x17a)](_0x2562fd(0x1ad)+util['format']('%j',_0x5a7ca4));if(_0x1ca8c0[_0x2562fd(0x1b2)](_0x5a7ca4,null)||_0x1ca8c0[_0x2562fd(0x194)](_0x5a7ca4[_0x2562fd(0x1c9)],0x0))return _0x1ca8c0[_0x2562fd(0x1a6)](_0x561b27);const _0x53f986=_0x5a7ca4[_0x2562fd(0x19b)](_0x34f49c=>{const _0x27c91c=_0x2562fd,_0x1e2aeb=_0x24e471[_0x27c91c(0x1d1)](_0x24e471[_0x27c91c(0x180)],_0x34f49c);return this[_0x27c91c(0x182)](_0x105b66,_0x1e2aeb)[_0x27c91c(0x173)](_0x278e5e=>{const _0x46dedc=_0x27c91c;if(_0x278e5e&&_0x278e5e[_0x46dedc(0x1b1)]&&_0x11fb6c[_0x46dedc(0x1a4)](_0x278e5e[_0x46dedc(0x1ca)],undefined)){const _0x171070={};return _0x171070[_0x46dedc(0x1b1)]=_0x278e5e[_0x46dedc(0x1b1)],_0x171070[_0x46dedc(0x1ca)]=_0x278e5e['latency'],_0x171070['ok']=!![],_0x171070;}const _0x15015c={};return _0x15015c[_0x46dedc(0x1b1)]=_0x1e2aeb,_0x15015c[_0x46dedc(0x1ca)]=null,_0x15015c['ok']=![],_0x15015c;})[_0x27c91c(0x1b8)](()=>({'hubUrl':_0x1e2aeb,'latency':null,'ok':![]}));});Promise[_0x2562fd(0x1d9)](_0x53f986[_0x2562fd(0x19b)](_0x393f9c=>_0x393f9c[_0x2562fd(0x173)](_0x1a380f=>_0x1a380f['ok']?_0x1a380f:null)))[_0x2562fd(0x173)](_0x7dd2f3=>{const _0x1ffc48=_0x2562fd;if(_0x7dd2f3)return _0x7dd2f3;return Promise[_0x1ffc48(0x175)](_0x53f986)[_0x1ffc48(0x173)](()=>null);})['then'](_0x143e46=>{const _0x42ce86=_0x2562fd;if(!_0x143e46){logger[_0x42ce86(0x17a)](_0x24e471['Gdzmk']);const _0x1507b2=_0x24e471['LDYwB'](_0x24e471['wQDoY'],_0x5a7ca4[0x0]);return globals[_0x42ce86(0x171)](_0x24e471[_0x42ce86(0x18d)],{'nearestHubs':_0x5a7ca4[_0x42ce86(0x19b)](_0x232087=>_0x42ce86(0x185)+_0x232087),'hubLatencies':{},'selectedHub':_0x1507b2,'selectedHubLatency':null,'fallback':!![],'timestamp':Date['now']()}),constants[_0x42ce86(0x1b1)]=_0x24e471[_0x42ce86(0x1d1)](_0x1507b2,_0x24e471[_0x42ce86(0x183)]),logger[_0x42ce86(0x17a)](_0x42ce86(0x1b0)+_0x1507b2),_0x24e471[_0x42ce86(0x1d3)](_0x561b27);}const _0x3a508c={[_0x143e46[_0x42ce86(0x1b1)]]:_0x143e46[_0x42ce86(0x1ca)]},_0x3d743b={'nearestHubs':_0x5a7ca4[_0x42ce86(0x19b)](_0x3c5417=>_0x42ce86(0x185)+_0x3c5417),'hubLatencies':_0x3a508c,'selectedHub':_0x143e46['hubUrl'],'selectedHubLatency':_0x143e46[_0x42ce86(0x1ca)],'timestamp':Date[_0x42ce86(0x199)]()};globals[_0x42ce86(0x171)](_0x24e471[_0x42ce86(0x18d)],_0x3d743b),constants['hubUrl']=_0x24e471[_0x42ce86(0x17c)](_0x143e46[_0x42ce86(0x1b1)],_0x24e471['dinTR']),logger[_0x42ce86(0x17a)](_0x42ce86(0x19f)+_0x143e46[_0x42ce86(0x1b1)]),_0x24e471['VSeVG'](_0x561b27),Promise[_0x42ce86(0x1db)](_0x53f986)[_0x42ce86(0x173)](_0xf8cdca=>{const _0x17f5ef=_0x42ce86;try{const _0x2571e8=globals[_0x17f5ef(0x18f)](_0x11fb6c[_0x17f5ef(0x1b5)]);if(!_0x2571e8||_0x2571e8[_0x17f5ef(0x19d)])return;const _0x135862={};for(const _0x505764 of _0xf8cdca){_0x11fb6c[_0x17f5ef(0x18a)](_0x505764[_0x17f5ef(0x18c)],_0x11fb6c[_0x17f5ef(0x1d7)])&&_0x505764['value']&&_0x505764[_0x17f5ef(0x19c)]['ok']&&(_0x135862[_0x505764[_0x17f5ef(0x19c)]['hubUrl']]=_0x505764[_0x17f5ef(0x19c)]['latency']);}_0x2571e8[_0x17f5ef(0x1d2)]=_0x135862;}catch(_0x2a417b){logger['debug'](_0x17f5ef(0x192)+_0x2a417b);}})[_0x42ce86(0x1b8)](_0x395d2a=>{const _0x4ff65e=_0x42ce86;logger[_0x4ff65e(0x17a)]('ERROR\x20in\x20background\x20hub\x20enrichment:\x20'+_0x395d2a);});})[_0x2562fd(0x1b8)](_0x3427bb=>{const _0x3e3567=_0x2562fd;logger['debug'](_0x3e3567(0x1c1)+_0x3427bb),_0x24e471['uuUKG'](_0x561b27);});})[_0x3c8ae4(0x1b8)](_0x2d3cef=>{const _0x17a260=_0x3c8ae4;logger[_0x17a260(0x17a)](_0x17a260(0x1a5)+_0x2d3cef),_0x24e471[_0x17a260(0x1d3)](_0x561b27);});});},exports[a178_0x5a1f26(0x182)]=async(_0x3eb2e8,_0x59e10b)=>{const _0x3003b4=a178_0x5a1f26,_0x47fc40={};_0x47fc40[_0x3003b4(0x193)]=_0x3003b4(0x18e),_0x47fc40[_0x3003b4(0x19e)]=_0x3003b4(0x1bb),_0x47fc40[_0x3003b4(0x1c7)]=function(_0x5816f0,_0x554284){return _0x5816f0-_0x554284;};const _0x475f0d=_0x47fc40;try{const _0x33a769=new Date();await helper['nodeRequest'](_0x475f0d['DwmBG'],_0x475f0d['vOIFu'],{},_0x3eb2e8,_0x59e10b,0x1388);const _0x15ed1b=_0x475f0d['TbFAw'](new Date(),_0x33a769);logger[_0x3003b4(0x17a)](_0x3003b4(0x1d8)+_0x59e10b+_0x3003b4(0x1b6)+_0x15ed1b+'ms');const _0x488aa1={};return _0x488aa1[_0x3003b4(0x1b1)]=_0x59e10b,_0x488aa1['latency']=_0x15ed1b,_0x488aa1;}catch(_0x37ed61){return logger[_0x3003b4(0x17a)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x59e10b+_0x3003b4(0x1ac)+_0x37ed61),{};}},exports['nextHubs']=async _0x602717=>{const _0x5222a=a178_0x5a1f26,_0x51aef0={'jASKO':function(_0x2431e7,_0x509e0d){return _0x2431e7(_0x509e0d);},'xnphN':_0x5222a(0x18b),'tvIhi':_0x5222a(0x1da),'CJpLb':_0x5222a(0x18e),'MDGSW':_0x5222a(0x187)};try{const _0x8e433c=_0x51aef0[_0x5222a(0x1cb)](require,_0x51aef0[_0x5222a(0x1d0)])[_0x5222a(0x1b1)][_0x5222a(0x191)](_0x51aef0[_0x5222a(0x1b7)],''),_0x4b7761=await helper[_0x5222a(0x196)](_0x51aef0[_0x5222a(0x1ab)],_0x51aef0['MDGSW'],{},_0x602717,_0x8e433c,0x1388),_0x188bac=_0x4b7761['data'];return logger['debug'](_0x5222a(0x195)+util[_0x5222a(0x186)]('%j',_0x188bac)),_0x188bac[_0x5222a(0x1ba)];}catch(_0x592f7d){logger[_0x5222a(0x17a)](_0x5222a(0x190)+_0x592f7d);}return null;};
1
+ const a178_0x15532b=a178_0x64eb;(function(_0x4b30fa,_0x454d4e){const _0x34e880=a178_0x64eb,_0x439555=_0x4b30fa();while(!![]){try{const _0x240a29=-parseInt(_0x34e880(0x202))/0x1+-parseInt(_0x34e880(0x1dd))/0x2*(parseInt(_0x34e880(0x20c))/0x3)+-parseInt(_0x34e880(0x1fb))/0x4*(-parseInt(_0x34e880(0x1e3))/0x5)+parseInt(_0x34e880(0x1e4))/0x6+parseInt(_0x34e880(0x1c9))/0x7*(-parseInt(_0x34e880(0x200))/0x8)+parseInt(_0x34e880(0x1c0))/0x9*(parseInt(_0x34e880(0x1df))/0xa)+parseInt(_0x34e880(0x216))/0xb;if(_0x240a29===_0x454d4e)break;else _0x439555['push'](_0x439555['shift']());}catch(_0x5b4d70){_0x439555['push'](_0x439555['shift']());}}}(a178_0x4537,0xec571));const url=require(a178_0x15532b(0x20d)),util=require(a178_0x15532b(0x1d6)),helper=require(a178_0x15532b(0x1c6)),logger=require(a178_0x15532b(0x21a))[a178_0x15532b(0x21e)],constants=require(a178_0x15532b(0x1ff)),globals=require(a178_0x15532b(0x20a));function a178_0x4537(){const _0x1cea3c=['UorBU','skipped','/wd/hub','NEAREST\x20HUBS\x20LIST:\x20','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','ulXYo','Invalid\x20new\x20HUB\x20URL:\x20','iMtkm','updateHubUrl','allSettled','198RkjKid','get','latency','hubRegion\x20','hubs','parse','./helpers/helper','qhvpL','check','1638JXJtVi','https://','IVBob','newHubUrlBySession','resolve','next_hubs','set','hash','lnAiq','GET','getRequestOptions','map','hubUrl','util','search','ERROR\x20in\x20hub\x20selection:\x20','path','gcEdg','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','CKayn','2465242jXFCgS','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting','351190TKiwEL','rTKTa','LDxZf','gMrAL','5395boonkK','321984GVHMQS','vwOxd','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','sEzxd','qruQP','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','\x20is:\x20','vSByV','Execution\x20time\x20for\x20','replace','pathname','gaJme','QPdHx','EVWnr','debug','value','status','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','catch','\x20HUB\x20-\x20','has','fulfilled','btxBe','6484WTzwcS','WWRtk','_hubAllocationData','format','./bin/utils/constants','7976EDotEM','hXxBk','1767696BtMjad','ZcYGY','nEpMI','data','race','siacA','setGlobal','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','./helpers/globals','zSbzn','3opzGBp','url','UICdV','Ktwsy','hostname','HUB\x20URL\x20SET\x20TO\x20-\x20','now','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','HUB_URL_MAP','allocateHub','17889553WJltyi','length','nextHubs','findLatency','./helpers/logger','TUGLm','rKcvd','INhZj','winstonLogger','nodeRequest','hubRegion','then','hubLatencies'];a178_0x4537=function(){return _0x1cea3c;};return a178_0x4537();}function a178_0x64eb(_0x7c7948,_0x221ad5){const _0x45376e=a178_0x4537();return a178_0x64eb=function(_0x64eb91,_0x17523b){_0x64eb91=_0x64eb91-0x1c0;let _0x55b0f2=_0x45376e[_0x64eb91];return _0x55b0f2;},a178_0x64eb(_0x7c7948,_0x221ad5);}global[a178_0x15532b(0x1cc)]=global[a178_0x15532b(0x1cc)]||new Map(),exports[a178_0x15532b(0x1d3)]=_0x21c9e3=>{const _0x1bffca=a178_0x15532b,_0x3e611c={};_0x3e611c[_0x1bffca(0x1e1)]=function(_0x3c9a01,_0x4c0639){return _0x3c9a01+_0x4c0639;},_0x3e611c['EYbzk']=_0x1bffca(0x229);const _0x211baf=_0x3e611c,_0x16ac38=url[_0x1bffca(0x1c5)](_0x21c9e3);if(!_0x16ac38[_0x1bffca(0x210)])throw new Error(_0x211baf[_0x1bffca(0x1e1)](_0x211baf['EYbzk'],_0x21c9e3));return _0x16ac38[_0x1bffca(0x1d7)]=null,_0x16ac38[_0x1bffca(0x1d0)]=null,_0x16ac38[_0x1bffca(0x1d9)]=_0x16ac38[_0x1bffca(0x1ee)],_0x16ac38;},exports[a178_0x15532b(0x22b)]=(_0x12157a,_0x25e153)=>{const _0x5864a1=a178_0x15532b,_0xa8b4ae={};_0xa8b4ae[_0x5864a1(0x1f0)]=_0x5864a1(0x1de);const _0x4cc76c=_0xa8b4ae;if(!_0x25e153){logger[_0x5864a1(0x1f2)](_0x4cc76c[_0x5864a1(0x1f0)]);return;}global[_0x5864a1(0x1cc)][_0x5864a1(0x1cf)](_0x25e153,_0x12157a);},exports['consumeHubUrlForSession']=_0x41f0d7=>{const _0xfe8627=a178_0x15532b;if(_0x41f0d7&&global[_0xfe8627(0x1cc)][_0xfe8627(0x1f8)](_0x41f0d7)){const _0x5797b7=global[_0xfe8627(0x1cc)][_0xfe8627(0x1c1)](_0x41f0d7);return global[_0xfe8627(0x1cc)]['delete'](_0x41f0d7),_0x5797b7;}return'';},exports[a178_0x15532b(0x215)]=_0x1f7534=>{const _0x32c655=a178_0x15532b,_0x540d02={'lnAiq':function(_0x170aab,_0x7a974a){return _0x170aab!==_0x7a974a;},'qruQP':function(_0x1acff7,_0x242eed){return _0x1acff7==_0x242eed;},'nGCiU':function(_0x2bf39d,_0x847446){return _0x2bf39d===_0x847446;},'btxBe':function(_0x4f8b24){return _0x4f8b24();},'qhvpL':function(_0x33b73b,_0x30558e){return _0x33b73b+_0x30558e;},'yChGy':_0x32c655(0x1ca),'ynGqS':_0x32c655(0x1fd),'sEzxd':function(_0x3d3c43,_0x55d6df){return _0x3d3c43===_0x55d6df;},'UICdV':_0x32c655(0x1f9),'vSByV':_0x32c655(0x209),'siacA':_0x32c655(0x225),'Ktwsy':function(_0x227c9f){return _0x227c9f();}};return new Promise(_0x3eece3=>{const _0x26e1b8=_0x32c655,_0x46061d={'CsUrJ':function(_0x5280fa,_0x39c1f9){return _0x540d02['qhvpL'](_0x5280fa,_0x39c1f9);},'iMtkm':_0x540d02['yChGy'],'TUGLm':_0x540d02['ynGqS'],'ulXYo':function(_0x374637,_0x2e4b3f){const _0x118b35=a178_0x64eb;return _0x540d02[_0x118b35(0x1e7)](_0x374637,_0x2e4b3f);},'vfOMk':_0x540d02[_0x26e1b8(0x20e)],'XZmNf':_0x540d02[_0x26e1b8(0x1eb)],'UorBU':function(_0x14a569,_0x4c277f){const _0x45a1e0=_0x26e1b8;return _0x540d02[_0x45a1e0(0x1c7)](_0x14a569,_0x4c277f);},'ZcYGY':_0x540d02[_0x26e1b8(0x207)],'WWRtk':function(_0x31e39c){const _0x351250=_0x26e1b8;return _0x540d02[_0x351250(0x1fa)](_0x31e39c);},'nEpMI':function(_0x2d1bad,_0x83c20b){const _0x528885=_0x26e1b8;return _0x540d02[_0x528885(0x1c7)](_0x2d1bad,_0x83c20b);},'IVBob':function(_0x424fc7){const _0x4fe59d=_0x26e1b8;return _0x540d02[_0x4fe59d(0x1fa)](_0x424fc7);}};if(_0x1f7534&&_0x1f7534['hubRegion']){const _0x171ccf=constants[_0x26e1b8(0x214)][_0x1f7534[_0x26e1b8(0x220)]];if(_0x171ccf)return constants[_0x26e1b8(0x1d5)]=_0x171ccf,logger[_0x26e1b8(0x1f2)](_0x26e1b8(0x1f5)+_0x171ccf),globals[_0x26e1b8(0x208)](_0x540d02['ynGqS'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x171ccf['replace'](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date['now']()}),_0x540d02[_0x26e1b8(0x20f)](_0x3eece3);logger[_0x26e1b8(0x1f2)](_0x26e1b8(0x1c3)+_0x1f7534[_0x26e1b8(0x220)]+'\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection');}Promise[_0x26e1b8(0x1cd)](this[_0x26e1b8(0x218)](_0x1f7534))['then'](_0x2a5397=>{const _0x4748c6=_0x26e1b8,_0x5b1e6b={'rKcvd':function(_0x10c2e0,_0x38bf86){const _0x590ba7=a178_0x64eb;return _0x540d02[_0x590ba7(0x1d1)](_0x10c2e0,_0x38bf86);}};logger[_0x4748c6(0x1f2)](_0x4748c6(0x226)+util[_0x4748c6(0x1fe)]('%j',_0x2a5397));if(_0x540d02[_0x4748c6(0x1e8)](_0x2a5397,null)||_0x540d02['nGCiU'](_0x2a5397[_0x4748c6(0x217)],0x0))return _0x540d02[_0x4748c6(0x1fa)](_0x3eece3);const _0x51feba=_0x2a5397[_0x4748c6(0x1d4)](_0x31e860=>{const _0x1b1462=_0x4748c6,_0x31256b=_0x46061d['CsUrJ'](_0x46061d['iMtkm'],_0x31e860);return this['findLatency'](_0x1f7534,_0x31256b)[_0x1b1462(0x221)](_0x1fceef=>{const _0x19bce9=_0x1b1462;if(_0x1fceef&&_0x1fceef[_0x19bce9(0x1d5)]&&_0x5b1e6b[_0x19bce9(0x21c)](_0x1fceef[_0x19bce9(0x1c2)],undefined)){const _0x5de7e6={};return _0x5de7e6[_0x19bce9(0x1d5)]=_0x1fceef['hubUrl'],_0x5de7e6[_0x19bce9(0x1c2)]=_0x1fceef['latency'],_0x5de7e6['ok']=!![],_0x5de7e6;}const _0x404438={};return _0x404438['hubUrl']=_0x31256b,_0x404438[_0x19bce9(0x1c2)]=null,_0x404438['ok']=![],_0x404438;})[_0x1b1462(0x1f6)](()=>({'hubUrl':_0x31256b,'latency':null,'ok':![]}));});Promise[_0x4748c6(0x206)](_0x51feba[_0x4748c6(0x1d4)](_0x287aac=>_0x287aac[_0x4748c6(0x221)](_0x19d2d4=>_0x19d2d4['ok']?_0x19d2d4:null)))['then'](_0x139e7c=>{const _0x588daf=_0x4748c6;if(_0x139e7c)return _0x139e7c;return Promise['all'](_0x51feba)[_0x588daf(0x221)](()=>null);})[_0x4748c6(0x221)](_0x5279b2=>{const _0x343c46=_0x4748c6,_0x490670={'INhZj':_0x46061d[_0x343c46(0x21b)],'gcEdg':function(_0x66fe4b,_0x461380){const _0x9949b0=_0x343c46;return _0x46061d[_0x9949b0(0x228)](_0x66fe4b,_0x461380);},'vwOxd':_0x46061d['vfOMk']};if(!_0x5279b2){logger[_0x343c46(0x1f2)](_0x46061d['XZmNf']);const _0x4170d1=_0x46061d['UorBU'](_0x46061d[_0x343c46(0x22a)],_0x2a5397[0x0]);return globals['setGlobal'](_0x46061d[_0x343c46(0x21b)],{'nearestHubs':_0x2a5397['map'](_0x4da9ae=>'https://'+_0x4da9ae),'hubLatencies':{},'selectedHub':_0x4170d1,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x343c46(0x212)]()}),constants[_0x343c46(0x1d5)]=_0x46061d[_0x343c46(0x223)](_0x4170d1,_0x46061d[_0x343c46(0x203)]),logger[_0x343c46(0x1f2)](_0x343c46(0x1e9)+_0x4170d1),_0x46061d[_0x343c46(0x1fc)](_0x3eece3);}const _0x4b1ea3={[_0x5279b2[_0x343c46(0x1d5)]]:_0x5279b2['latency']},_0x82a974={'nearestHubs':_0x2a5397['map'](_0x354594=>_0x343c46(0x1ca)+_0x354594),'hubLatencies':_0x4b1ea3,'selectedHub':_0x5279b2['hubUrl'],'selectedHubLatency':_0x5279b2[_0x343c46(0x1c2)],'timestamp':Date[_0x343c46(0x212)]()};globals[_0x343c46(0x208)](_0x46061d[_0x343c46(0x21b)],_0x82a974),constants[_0x343c46(0x1d5)]=_0x46061d[_0x343c46(0x204)](_0x5279b2['hubUrl'],_0x46061d[_0x343c46(0x203)]),logger['debug'](_0x343c46(0x211)+_0x5279b2['hubUrl']),_0x46061d[_0x343c46(0x1cb)](_0x3eece3),Promise[_0x343c46(0x22c)](_0x51feba)[_0x343c46(0x221)](_0xd36585=>{const _0x4fe60d=_0x343c46;try{const _0x33f89e=globals['getGlobal'](_0x490670[_0x4fe60d(0x21d)]);if(!_0x33f89e||_0x33f89e[_0x4fe60d(0x224)])return;const _0x4ecf5e={};for(const _0x56dcfa of _0xd36585){_0x490670[_0x4fe60d(0x1da)](_0x56dcfa[_0x4fe60d(0x1f4)],_0x490670[_0x4fe60d(0x1e5)])&&_0x56dcfa[_0x4fe60d(0x1f3)]&&_0x56dcfa[_0x4fe60d(0x1f3)]['ok']&&(_0x4ecf5e[_0x56dcfa[_0x4fe60d(0x1f3)]['hubUrl']]=_0x56dcfa[_0x4fe60d(0x1f3)][_0x4fe60d(0x1c2)]);}_0x33f89e[_0x4fe60d(0x222)]=_0x4ecf5e;}catch(_0x48c0a3){logger[_0x4fe60d(0x1f2)]('ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20'+_0x48c0a3);}})['catch'](_0xb975dd=>{const _0x346d62=_0x343c46;logger[_0x346d62(0x1f2)](_0x346d62(0x1e6)+_0xb975dd);});})[_0x4748c6(0x1f6)](_0x5a9e17=>{const _0x15ab64=_0x4748c6;logger['debug'](_0x15ab64(0x1d8)+_0x5a9e17),_0x46061d[_0x15ab64(0x1cb)](_0x3eece3);});})[_0x26e1b8(0x1f6)](_0x403cd5=>{const _0x362898=_0x26e1b8;logger[_0x362898(0x1f2)](_0x362898(0x227)+_0x403cd5),_0x46061d[_0x362898(0x1cb)](_0x3eece3);});});},exports[a178_0x15532b(0x219)]=async(_0x140151,_0x4a52e1)=>{const _0x377b67=a178_0x15532b,_0x4946b3={};_0x4946b3[_0x377b67(0x1e0)]=_0x377b67(0x1d2),_0x4946b3[_0x377b67(0x201)]=_0x377b67(0x1c8),_0x4946b3[_0x377b67(0x1dc)]=function(_0x53a870,_0x4aafb8){return _0x53a870-_0x4aafb8;};const _0x10e3ed=_0x4946b3;try{const _0x2602fd=new Date();await helper[_0x377b67(0x21f)](_0x10e3ed[_0x377b67(0x1e0)],_0x10e3ed['hXxBk'],{},_0x140151,_0x4a52e1,0x1388);const _0x5bdf5b=_0x10e3ed['CKayn'](new Date(),_0x2602fd);logger[_0x377b67(0x1f2)](_0x377b67(0x1ec)+_0x4a52e1+_0x377b67(0x1ea)+_0x5bdf5b+'ms');const _0x3581c4={};return _0x3581c4[_0x377b67(0x1d5)]=_0x4a52e1,_0x3581c4[_0x377b67(0x1c2)]=_0x5bdf5b,_0x3581c4;}catch(_0x540b10){return logger['debug'](_0x377b67(0x213)+_0x4a52e1+_0x377b67(0x1f7)+_0x540b10),{};}},exports['nextHubs']=async _0x1508d8=>{const _0x16d835=a178_0x15532b,_0x38c4c1={'EVWnr':function(_0x4682b3,_0x43702e){return _0x4682b3(_0x43702e);},'gaJme':_0x16d835(0x1ff),'gMrAL':_0x16d835(0x225),'kvzRC':_0x16d835(0x1d2),'zSbzn':_0x16d835(0x1ce)};try{const _0x41f061=_0x38c4c1[_0x16d835(0x1f1)](require,_0x38c4c1[_0x16d835(0x1ef)])[_0x16d835(0x1d5)][_0x16d835(0x1ed)](_0x38c4c1[_0x16d835(0x1e2)],''),_0x2d5cd5=await helper[_0x16d835(0x21f)](_0x38c4c1['kvzRC'],_0x38c4c1[_0x16d835(0x20b)],{},_0x1508d8,_0x41f061,0x1388),_0x32b79b=_0x2d5cd5[_0x16d835(0x205)];return logger[_0x16d835(0x1f2)]('Response:\x20'+util[_0x16d835(0x1fe)]('%j',_0x32b79b)),_0x32b79b[_0x16d835(0x1c4)];}catch(_0x427e75){logger[_0x16d835(0x1f2)](_0x16d835(0x1db)+_0x427e75);}return null;};