browserstack-node-sdk 1.60.0 → 1.60.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 (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/newman/command.js +1 -1
  83. package/src/bin/newman/helper.js +1 -1
  84. package/src/bin/newman/reporter/index.js +1 -1
  85. package/src/bin/newman/scriptRunner.js +1 -1
  86. package/src/bin/nightwatch/command.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/patches.js +1 -1
  98. package/src/bin/puppeteer/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/test.setup.js +1 -1
  100. package/src/bin/runner.js +1 -1
  101. package/src/bin/setup.js +1 -1
  102. package/src/bin/test-runner/index.js +1 -1
  103. package/src/bin/test-runner/runTest.js +1 -1
  104. package/src/bin/test-runner/testWorker.js +1 -1
  105. package/src/bin/testcafe/a11y-runner.js +1 -1
  106. package/src/bin/testcafe/command.js +1 -1
  107. package/src/bin/testcafe/reporter/index.js +1 -1
  108. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  109. package/src/bin/testcafe/session-registry.js +1 -1
  110. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  111. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  112. package/src/bin/testcafe/w3c-driver.js +1 -1
  113. package/src/bin/utils/apiUtilityMethods.js +1 -1
  114. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  115. package/src/bin/utils/constants.js +1 -1
  116. package/src/bin/utils/log4jsAppender.js +1 -1
  117. package/src/bin/utils/logPatcher.js +1 -1
  118. package/src/bin/utils/logReportingAPI.js +1 -1
  119. package/src/bin/utils/playwright-patcher.js +1 -1
  120. package/src/bin/utils/puppeteer-patcher.js +1 -1
  121. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  122. package/src/bin/utils/sharedUtils.js +1 -1
  123. package/src/bin/v2/TestInfo.js +1 -1
  124. package/src/bin/v2/browserstackCLI.js +1 -1
  125. package/src/bin/v2/cliUtils.js +1 -1
  126. package/src/bin/v2/customTagManager.js +1 -1
  127. package/src/bin/v2/eventDispatcher.js +1 -1
  128. package/src/bin/v2/framework/automationFramework.js +1 -1
  129. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  130. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  132. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  133. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  134. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  136. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/testFramework.js +1 -1
  138. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  140. package/src/bin/v2/grpcClient.js +1 -1
  141. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  142. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/trackedContext.js +1 -1
  144. package/src/bin/v2/instances/trackedInstance.js +1 -1
  145. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  146. package/src/bin/v2/modules/baseModule.js +1 -1
  147. package/src/bin/v2/modules/loadTestModule.js +1 -1
  148. package/src/bin/v2/modules/observabilityModule.js +1 -1
  149. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  150. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  151. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testhubModule.js +1 -1
  153. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  154. package/src/bin/v2/state/hookState.js +1 -1
  155. package/src/bin/v2/state/testFrameworkState.js +1 -1
  156. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  157. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  158. package/src/bin/v2/utils/jest-utils.js +1 -1
  159. package/src/bin/vanilla-js/command.js +1 -1
  160. package/src/browserStackSdk.js +1 -1
  161. package/src/helpers/BrowserStackSetup.js +1 -1
  162. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  163. package/src/helpers/accessibility-automation/constants.js +1 -1
  164. package/src/helpers/accessibility-automation/helper.js +1 -1
  165. package/src/helpers/accessibility-automation/scripts.js +1 -1
  166. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  167. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  168. package/src/helpers/ats/constants.js +1 -1
  169. package/src/helpers/ats/helper.js +1 -1
  170. package/src/helpers/caCertHelper.js +1 -1
  171. package/src/helpers/capsMapping.js +1 -1
  172. package/src/helpers/central-scanner/constants.js +1 -1
  173. package/src/helpers/central-scanner/helpers.js +1 -1
  174. package/src/helpers/classLogger.js +1 -1
  175. package/src/helpers/driverInitErrorReporter.js +1 -1
  176. package/src/helpers/globals.js +1 -1
  177. package/src/helpers/helper.js +1 -1
  178. package/src/helpers/logger.js +1 -1
  179. package/src/helpers/metadata.js +1 -1
  180. package/src/helpers/patchHelper.js +1 -1
  181. package/src/helpers/patchHelpers.js +1 -1
  182. package/src/helpers/percy/Percy.js +1 -1
  183. package/src/helpers/percy/PercyBinary.js +1 -1
  184. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  185. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  186. package/src/helpers/percy/PercySDK.js +1 -1
  187. package/src/helpers/percy/index.js +1 -1
  188. package/src/helpers/percy/utils.js +1 -1
  189. package/src/helpers/performance/constants.js +1 -1
  190. package/src/helpers/performance/performance-tester.js +1 -1
  191. package/src/helpers/playwright-helper.js +1 -1
  192. package/src/helpers/processHelper.js +1 -1
  193. package/src/helpers/puppeteer-helper.js +1 -1
  194. package/src/helpers/request-spy.js +1 -1
  195. package/src/helpers/setKeepAlive.js +1 -1
  196. package/src/helpers/stackFrameUtils.js +1 -1
  197. package/src/helpers/test-observability/constants.js +1 -1
  198. package/src/helpers/test-observability/error-handler.js +1 -1
  199. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  200. package/src/helpers/test-observability/sessionHandler.js +1 -1
  201. package/src/helpers/test-observability/utils.js +1 -1
  202. package/src/helpers/test-orchestration/constants.js +1 -1
  203. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  204. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  205. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  206. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  207. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  208. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  209. package/src/helpers/testhub/constants.js +1 -1
  210. package/src/helpers/testhub/testhubHandler.js +1 -1
  211. package/src/helpers/testhub/utils.js +1 -1
  212. package/src/helpers/timeoutPromise.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a170_0x4bded9=a170_0x62b0;function a170_0x4d2b(){const _0x13474e=['DQbgT','JASMINE','isLTSSession','capabilities','password','isTrue','PLAYWRIGHT','ACCESS_DENIED','../globals.js','skipCDPConnectOverride','ecHtq','setTestData','oYkze','handleErrorForAccessibility','toJson','CREDENTIALS_FOR_CRASH_REPORTING','hnTlZ','errors','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','info','TqNiV','getProductMap','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','LogCreated','rMnNo','OZcoe','UoTIr','HookRunFinished','env','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','5479558UqsYxl','../accessibility-automation/helper','isUndefined','mltTc','scannerVersion','qoByD','yNhAq','getTestData','EyhOu','assign','nPTgh','\x20Build\x20creation\x20failed','percy','eliEi','2GBTall','getCurrentTestData','logBuildError','HookRunStarted','BS_TESTOPS_BUILD_HASHED_ID','TxJqJ','observability','MBkZS','split','../test-observability/utils','4799916VQIODK','BROWSERSTACK_TEST_ACCESSIBILITY_YML','includes','command','isTurboScaleSession','45834370ddavGs','../helper','WDQcf','alEky','420707pAilQE','../test-orchestration/orchestrationUtils.js','key','qYIrb','success','toString','shouldProcessEventForTesthub','MIlRW','jYvkP','javascript','gDNzb','FRAMEWORK_DETAILS','test_run','nPLGt','join','../../bin/jasmine/testRunMap.js','../logger','KSJfh','setTestObservabilityVariables',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','afrUa','JEST','goog:chromeOptions','dDBtP','parseA11yJwtPayload','iNeSo','TpZvq','yVQhi','GtisV','BS_TESTOPS_ALLOW_SCREENSHOTS','LTnLw','QZpCa','./constants.js','BS_A11Y_JWT','8DgywzM','5694615JpdDkV','username','appendTesthubParams','getAgentVersion','MOCHA','allow_screenshots','../test-observability/constants.js','4863144DKlacK','Ysjud','1|0|4|3|2','TestRunStarted','HpMOx','../helper.js','HWtHM','accessibility','iRIXV','mHdbP','getFrameworkDetails','MHFAt','getGlobal','BS_TESTOPS_JWT','awrcS','apOvQ','WHgBy','AOklR','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','config','get','ERROR','eBvMx','error','titlePath','parse','pglCn','../../bin/playwright/reporter/test-details.js','RvXJT','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','getTestFrameworkDetails','509615xhCqTO','uploadEventData','isBrowserstackInfra','name','thidV','BROWSERSTACK_TESTHUB_UUID:\x20','INVALID_CREDENTIALS','setCurrentTestData','uuid','forEach','handleErrorForObservability','lfCGz','nonBStackInfraA11yChromeOptions','axArb','KgpMg','true','getCentralUser','shouldScanTestForAccessibility','scripts','accessibilityPlatform','keys','setAccessibilityVariables','isAccessibilityEnabled','setPercyFlag','product_map','platforms','CUCUMBER','jwt','BROWSERSTACK_ACCESSIBILITY','debug','isRunning','../../bin/jest/test-observability/test-details.js','null','11nwykCQ','gtpAB','BROWSERSTACK_TESTHUB_JWT','getAccessibilityValueFromYml','6CTVQpU','FLHPW','options','ACCESSIBILITY','CsQrX','csQpB','checkAccessibilityPlatformConfig','length','isAccessibilityPlatform','OBSERVABILITY','fiywW','message','getAccessibilityPlatformValidation','pZCYY','false','BROWSERSTACK_PERCY','isPercyBuild','wzWBa','gBQnH','commandsToWrap','BROWSERSTACK_TESTHUB_UUID','DEPRECATED','FENQo','build_hashed_id','commands','parseFromJson','ujfTm','lFtQv'];a170_0x4d2b=function(){return _0x13474e;};return a170_0x4d2b();}(function(_0x3249e3,_0x3aea81){const _0x1dca06=a170_0x62b0,_0x5004c4=_0x3249e3();while(!![]){try{const _0x30a4f2=-parseInt(_0x1dca06(0xe4))/0x1*(-parseInt(_0x1dca06(0xd1))/0x2)+-parseInt(_0x1dca06(0xdb))/0x3+-parseInt(_0x1dca06(0x10e))/0x4+parseInt(_0x1dca06(0x12d))/0x5+-parseInt(_0x1dca06(0x152))/0x6*(parseInt(_0x1dca06(0xc3))/0x7)+-parseInt(_0x1dca06(0x106))/0x8*(parseInt(_0x1dca06(0x107))/0x9)+-parseInt(_0x1dca06(0xe0))/0xa*(-parseInt(_0x1dca06(0x14e))/0xb);if(_0x30a4f2===_0x3aea81)break;else _0x5004c4['push'](_0x5004c4['shift']());}catch(_0x372f50){_0x5004c4['push'](_0x5004c4['shift']());}}}(a170_0x4d2b,0xd591c));const bsSetupHelper=require(a170_0x4bded9(0xe1)),LoadTestModule=require('../../bin/v2/modules/loadTestModule'),{isTestObservabilitySession,getFrameworkVersion}=require(a170_0x4bded9(0xda)),accessibilityHelper=require(a170_0x4bded9(0xc4)),logger=require(a170_0x4bded9(0xf4))['winstonLogger'],{nestedKeyValue}=require(a170_0x4bded9(0x113)),scripts=require('../accessibility-automation/scripts.js'),globals=require(a170_0x4bded9(0xad)),testHubConstants=require(a170_0x4bded9(0x104)),PWTestDetails=require(a170_0x4bded9(0x129)),JestTestDetails=require(a170_0x4bded9(0x14c)),{FRAMEWORKS}=require(a170_0x4bded9(0x10d)),{isTurboScaleSession}=require('../ats/helper'),OrchestrationUtils=require(a170_0x4bded9(0xe5)),constants=require('../../bin/utils/constants.js');function a170_0x62b0(_0x1fe326,_0x16167d){const _0x4d2bfc=a170_0x4d2b();return a170_0x62b0=function(_0x62b045,_0x12b89d){_0x62b045=_0x62b045-0x9d;let _0x167f93=_0x4d2bfc[_0x62b045];return _0x167f93;},a170_0x62b0(_0x1fe326,_0x16167d);}let testData={};exports[a170_0x4bded9(0xba)]=_0x2a31bd=>{const _0x4bc285=a170_0x4bded9,_0x380ac5={'pZCYY':function(_0x3e9af8){return _0x3e9af8();}};let _0x3c1f59=![],_0x1206d3=![];if(bsSetupHelper[_0x4bc285(0x12f)]()&&bsSetupHelper['isAppAutomateSession'](_0x2a31bd))_0x1206d3=!![];else bsSetupHelper[_0x4bc285(0x12f)]()&&(_0x3c1f59=!![]);return Object[_0x4bc285(0xcc)]({'observability':_0x380ac5[_0x4bc285(0x15f)](isTestObservabilitySession),'accessibility':exports['isAccessibilityEnabled'](_0x2a31bd),'percy':_0x2a31bd[_0x4bc285(0xcf)]||![],'automate':_0x3c1f59,'app_automate':_0x1206d3,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x2a31bd),'lts':LoadTestModule[_0x4bc285(0xa7)](_0x2a31bd)},bsSetupHelper[_0x4bc285(0x13d)]());},exports[a170_0x4bded9(0x118)]=(_0x4f0700,_0xd4ed87)=>{const _0x526e85=a170_0x4bded9,_0x16774f={'FENQo':function(_0x3528f1,_0x310f89){return _0x3528f1(_0x310f89);},'MHFAt':_0x526e85(0xed)},_0x10df4b={'frameworkName':_0xd4ed87,'frameworkVersion':_0x16774f[_0x526e85(0x9f)](getFrameworkVersion,_0xd4ed87),'sdkVersion':bsSetupHelper[_0x526e85(0x10a)](),'language':_0x16774f[_0x526e85(0x119)],'testFramework':bsSetupHelper[_0x526e85(0x12c)](_0x4f0700,_0xd4ed87)};return process[_0x526e85(0xc1)][_0x526e85(0xef)]=JSON['stringify'](_0x10df4b),_0x10df4b;},exports[a170_0x4bded9(0x144)]=_0x39983f=>{const _0x5ec6b2=a170_0x4bded9,_0x351940={};_0x351940[_0x5ec6b2(0xaf)]=_0x5ec6b2(0x160),_0x351940[_0x5ec6b2(0x103)]=_0x5ec6b2(0x13c);const _0x3bc7f6=_0x351940;process[_0x5ec6b2(0xc1)][_0x5ec6b2(0x161)]=_0x3bc7f6[_0x5ec6b2(0xaf)],bsSetupHelper[_0x5ec6b2(0xaa)](_0x39983f[_0x5ec6b2(0x121)]['percy'])&&(!_0x39983f['percy']||!_0x39983f[_0x5ec6b2(0xcf)][_0x5ec6b2(0x14b)]())&&(process[_0x5ec6b2(0xc1)][_0x5ec6b2(0x161)]=_0x3bc7f6[_0x5ec6b2(0x103)]);},exports['isPercyBuild']=()=>{const _0x549f94=a170_0x4bded9;return bsSetupHelper[_0x549f94(0xaa)](process[_0x549f94(0xc1)][_0x549f94(0x161)]);},exports[a170_0x4bded9(0x143)]=(_0x926d5={})=>{const _0x30018f=a170_0x4bded9,_0x27ccb4={};_0x27ccb4['ujfTm']=function(_0x851a3c,_0x533b6b){return _0x851a3c!==_0x533b6b;},_0x27ccb4[_0x30018f(0x15c)]=function(_0x3176f4,_0x196f7b){return _0x3176f4===_0x196f7b;},_0x27ccb4[_0x30018f(0x153)]='true',_0x27ccb4['gDNzb']=function(_0x5cad8d,_0x27b95c){return _0x5cad8d>_0x27b95c;};const _0x4ece1e=_0x27ccb4;if(_0x4ece1e[_0x30018f(0xa3)](process[_0x30018f(0xc1)][_0x30018f(0x149)],undefined))return bsSetupHelper[_0x30018f(0xaa)](process[_0x30018f(0xc1)]['BROWSERSTACK_ACCESSIBILITY']);let _0x1a45d7=_0x4ece1e[_0x30018f(0x15c)](process[_0x30018f(0xc1)][_0x30018f(0xdc)],_0x4ece1e[_0x30018f(0x153)]);return _0x4ece1e[_0x30018f(0xee)](Object[_0x30018f(0x141)](_0x926d5)['length'],0x0)&&(process[_0x30018f(0xc1)][_0x30018f(0xc2)]=accessibilityHelper[_0x30018f(0x158)](_0x926d5)),_0x1a45d7=_0x1a45d7||_0x4ece1e[_0x30018f(0x15c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x4ece1e['FLHPW']),_0x1a45d7;},exports[a170_0x4bded9(0xf6)]=(_0x368a7b,_0x1c4329)=>{const _0x341f35=a170_0x4bded9,_0x133d9b={'yVQhi':function(_0x311502){return _0x311502();},'PEqHi':'4|1|5|3|2|0','pjZek':function(_0x2d5bcd,_0x272c58,_0xf94ea0){return _0x2d5bcd(_0x272c58,_0xf94ea0);},'yNhAq':'observability','TqNiV':_0x341f35(0x154),'zzltA':_0x341f35(0x13c)};if(!_0x368a7b||!_0x368a7b[_0x341f35(0xd7)])return exports['handleErrorForObservability'](),[null,null,null];if(!_0x368a7b[_0x341f35(0xd7)][_0x341f35(0xe8)])return exports['handleErrorForObservability'](_0x368a7b[_0x341f35(0xd7)]),[null,null,null];if(_0x133d9b[_0x341f35(0xff)](isTestObservabilitySession)){const _0x599f9a=_0x133d9b['PEqHi'][_0x341f35(0xd9)]('|');let _0x12997c=0x0;while(!![]){switch(_0x599f9a[_0x12997c++]){case'0':return[_0x368a7b[_0x341f35(0x148)],_0x368a7b[_0x341f35(0xa0)],process[_0x341f35(0xc1)][_0x341f35(0x101)]];case'1':if(_0x368a7b[_0x341f35(0x148)]){process[_0x341f35(0xc1)][_0x341f35(0x11b)]=_0x368a7b['jwt'];const _0x1dc065={};_0x1dc065[_0x341f35(0x108)]=_0x1c4329[_0x341f35(0x108)],_0x1dc065[_0x341f35(0xa9)]=_0x1c4329[_0x341f35(0xa9)],process['env'][_0x341f35(0xb4)]=JSON['stringify'](_0x1dc065);}continue;case'2':logger['debug']('['+constants['TEST_REPORTING_ANALYTICS']+_0x341f35(0xf7)+_0x368a7b[_0x341f35(0xa0)]);continue;case'3':_0x133d9b['pjZek'](nestedKeyValue,_0x368a7b,[_0x133d9b[_0x341f35(0xc9)],_0x133d9b[_0x341f35(0xb9)]])&&(process[_0x341f35(0xc1)][_0x341f35(0x101)]=_0x368a7b[_0x341f35(0xd7)][_0x341f35(0x154)][_0x341f35(0x10c)][_0x341f35(0xe9)]());continue;case'4':process[_0x341f35(0xc1)]['BS_TESTOPS_BUILD_COMPLETED']=_0x133d9b['zzltA'];continue;case'5':_0x368a7b[_0x341f35(0xa0)]&&(process[_0x341f35(0xc1)][_0x341f35(0xd5)]=_0x368a7b[_0x341f35(0xa0)]);continue;}break;}}return[null,null,null];},exports[a170_0x4bded9(0x142)]=_0x3b9906=>{const _0x4f5b9c=a170_0x4bded9,_0x2f08d1={'jMgMc':function(_0x4853e5,_0x413fb1,_0x4d5b24){return _0x4853e5(_0x413fb1,_0x4d5b24);},'cricE':'accessibility','iNeSo':'options','HpMOx':function(_0x41c79e,_0x4206f2,_0x47002f,_0x3d6eef){return _0x41c79e(_0x4206f2,_0x47002f,_0x3d6eef);},'Ysjud':'name','pglCn':'value','TxJqJ':function(_0x5bfd4c,_0x462ad4,_0x2dbf44,_0x20eb76){return _0x5bfd4c(_0x462ad4,_0x2dbf44,_0x20eb76);},'GtisV':_0x4f5b9c(0xde),'lfCGz':_0x4f5b9c(0xa1),'iRIXV':function(_0x1a8d77,_0x14fc27,_0x1b7b9b,_0x500b15){return _0x1a8d77(_0x14fc27,_0x1b7b9b,_0x500b15);},'lFtQv':_0x4f5b9c(0x139),'IHKWv':_0x4f5b9c(0xfa),'hnTlZ':function(_0x1263e3,_0x3e01e3){return _0x1263e3(_0x3e01e3);},'MBkZS':function(_0x48816a,_0x3d255c){return _0x48816a===_0x3d255c;},'gBQnH':function(_0x572bd7,_0x205e29){return _0x572bd7===_0x205e29;},'nPLGt':_0x4f5b9c(0x13c),'AOklR':_0x4f5b9c(0x12b)};if(!_0x3b9906[_0x4f5b9c(0x115)])return exports[_0x4f5b9c(0xb2)](),[null,null];if(!_0x3b9906[_0x4f5b9c(0x115)]['success'])return exports[_0x4f5b9c(0xb2)](_0x3b9906[_0x4f5b9c(0x115)]),[null,null];if(_0x2f08d1['jMgMc'](nestedKeyValue,_0x3b9906,[_0x2f08d1['cricE'],_0x2f08d1[_0x4f5b9c(0xfd)]])){const {accessibilityToken:_0x3ce38a,scannerVersion:_0x1ece25,scannerProcessingTimeout:_0x3a962d,isMobileScanningEnabledForGroup:_0x43f042}=_0x2f08d1[_0x4f5b9c(0x112)](jsonifyAccessibilityArray,_0x3b9906[_0x4f5b9c(0x115)]['options'][_0x4f5b9c(0xa8)],_0x2f08d1['Ysjud'],_0x2f08d1[_0x4f5b9c(0x128)]),_0x3acb01={'scripts':_0x2f08d1[_0x4f5b9c(0xd6)](jsonifyAccessibilityArray,_0x3b9906['accessibility']['options'][_0x4f5b9c(0x13f)],_0x2f08d1[_0x4f5b9c(0x10f)],_0x2f08d1[_0x4f5b9c(0x100)])};_0x3acb01[_0x2f08d1[_0x4f5b9c(0x138)]]=_0x3b9906[_0x4f5b9c(0x115)]['options'][_0x4f5b9c(0x165)][_0x4f5b9c(0xa1)];const _0x198b21=_0x2f08d1[_0x4f5b9c(0x116)](jsonifyAccessibilityArray,_0x3b9906['accessibility']['options'][_0x4f5b9c(0xa8)],_0x2f08d1['Ysjud'],_0x2f08d1[_0x4f5b9c(0x128)]);_0x3acb01[_0x2f08d1[_0x4f5b9c(0xa4)]]=_0x198b21[_0x2f08d1['IHKWv']],scripts[_0x4f5b9c(0xa2)](_0x3acb01),scripts[_0x4f5b9c(0xb3)]();let _0x31a3f2=process[_0x4f5b9c(0xc1)][_0x4f5b9c(0xbb)];_0x31a3f2=!!_0x31a3f2?JSON[_0x4f5b9c(0x127)](_0x31a3f2):{},_0x31a3f2[_0x4f5b9c(0xc7)]=_0x1ece25,process[_0x4f5b9c(0xc1)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x31a3f2),process[_0x4f5b9c(0xc1)][_0x4f5b9c(0x105)]=_0x3ce38a,process[_0x4f5b9c(0xc1)][_0x4f5b9c(0x120)]=_0x2f08d1[_0x4f5b9c(0xb5)](String,_0x2f08d1[_0x4f5b9c(0xd8)](_0x43f042,!![])||_0x2f08d1[_0x4f5b9c(0x164)](_0x43f042,_0x2f08d1[_0x4f5b9c(0xf1)])),logger['debug']('[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20'+_0x3b9906[_0x4f5b9c(0xa0)]);const _0x42f2ea=accessibilityHelper[_0x4f5b9c(0xfc)](_0x3ce38a);return _0x42f2ea&&bsSetupHelper[_0x4f5b9c(0xaa)](_0x42f2ea[_0x4f5b9c(0xae)])&&(process['env'][_0x4f5b9c(0xb7)]=!![],logger[_0x4f5b9c(0x14a)](_0x2f08d1[_0x4f5b9c(0x11f)])),[_0x3ce38a,_0x3b9906['build_hashed_id'],_0x3a962d];}return[null,null];},exports[a170_0x4bded9(0x137)]=_0x4130ec=>{const _0x5abba2=a170_0x4bded9,_0x122529={};_0x122529[_0x5abba2(0xeb)]='0|3|1|2|6|4|5',_0x122529[_0x5abba2(0xa5)]=_0x5abba2(0x14d),_0x122529[_0x5abba2(0xd0)]=_0x5abba2(0x160);const _0x5524b7=_0x122529,_0x13c568=_0x5524b7['MIlRW'][_0x5abba2(0xd9)]('|');let _0x4a2c49=0x0;while(!![]){switch(_0x13c568[_0x4a2c49++]){case'0':process[_0x5abba2(0xc1)]['BROWSERSTACK_TESTHUB_UUID']=_0x5524b7[_0x5abba2(0xa5)];continue;case'1':process[_0x5abba2(0xc1)]['BS_TESTOPS_BUILD_COMPLETED']=_0x5524b7[_0x5abba2(0xd0)];continue;case'2':process[_0x5abba2(0xc1)]['BS_TESTOPS_JWT']=_0x5524b7['DQbgT'];continue;case'3':process[_0x5abba2(0xc1)][_0x5abba2(0x150)]=_0x5524b7[_0x5abba2(0xa5)];continue;case'4':process[_0x5abba2(0xc1)][_0x5abba2(0x101)]=_0x5524b7['DQbgT'];continue;case'5':exports[_0x5abba2(0xd3)](_0x4130ec,testHubConstants[_0x5abba2(0x15b)]);continue;case'6':process[_0x5abba2(0xc1)][_0x5abba2(0xd5)]=_0x5524b7['DQbgT'];continue;}break;}},exports[a170_0x4bded9(0xb2)]=_0xd66407=>{const _0x19a941=a170_0x4bded9,_0x393f52={};_0x393f52[_0x19a941(0x124)]=_0x19a941(0x110),_0x393f52['LTnLw']='null',_0x393f52[_0x19a941(0xcb)]=_0x19a941(0x160);const _0x7bedc4=_0x393f52,_0x16ee04=_0x7bedc4[_0x19a941(0x124)][_0x19a941(0xd9)]('|');let _0x303394=0x0;while(!![]){switch(_0x16ee04[_0x303394++]){case'0':process[_0x19a941(0xc1)][_0x19a941(0x150)]=_0x7bedc4[_0x19a941(0x102)];continue;case'1':process[_0x19a941(0xc1)]['BROWSERSTACK_TESTHUB_UUID']=_0x7bedc4['LTnLw'];continue;case'2':exports[_0x19a941(0xd3)](_0xd66407,testHubConstants[_0x19a941(0x155)]);continue;case'3':process[_0x19a941(0xc1)][_0x19a941(0xc2)]=_0x7bedc4['EyhOu'];continue;case'4':process[_0x19a941(0xc1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x7bedc4[_0x19a941(0xcb)];continue;}break;}},exports[a170_0x4bded9(0xd3)]=(_0xa425e8,_0x84f637='')=>{const _0x3c6f62=a170_0x4bded9,_0x35819={};_0x35819[_0x3c6f62(0xf5)]=function(_0x2ffbd4,_0x2e5675){return _0x2ffbd4===_0x2e5675;};const _0x253df4=_0x35819;if(_0x253df4[_0x3c6f62(0xf5)](_0xa425e8,undefined)){logger[_0x3c6f62(0x125)](_0x84f637['toUpperCase']()+_0x3c6f62(0xce));return;}for(const _0x96368f of _0xa425e8[_0x3c6f62(0xb6)]){const _0x460cf0=_0x96368f[_0x3c6f62(0xe6)],_0x52f4d2=_0x96368f[_0x3c6f62(0x15d)];if(_0x52f4d2)switch(_0x460cf0){case testHubConstants[_0x3c6f62(0x123)][_0x3c6f62(0x133)]:logger[_0x3c6f62(0x125)](_0x52f4d2);break;case testHubConstants[_0x3c6f62(0x123)][_0x3c6f62(0xac)]:logger[_0x3c6f62(0xb8)](_0x52f4d2);break;case testHubConstants[_0x3c6f62(0x123)][_0x3c6f62(0x9e)]:logger[_0x3c6f62(0x125)](_0x52f4d2);break;default:logger[_0x3c6f62(0x125)](_0x52f4d2);}}};const jsonifyAccessibilityArray=(_0xb886ec,_0xa923d7,_0x357f0d)=>{const _0x33d01b=a170_0x4bded9,_0x330e29={};return _0xb886ec[_0x33d01b(0x136)](_0x2b7fd8=>{_0x330e29[_0x2b7fd8[_0xa923d7]]=_0x2b7fd8[_0x357f0d];}),_0x330e29;};exports['setTestHubCommonMetaInfo']=_0x2d1882=>{const _0x4d0397=a170_0x4bded9;_0x2d1882[_0x4d0397(0x148)]&&(process['env'][_0x4d0397(0x150)]=_0x2d1882['jwt']);_0x2d1882[_0x4d0397(0xa0)]&&(process[_0x4d0397(0xc1)][_0x4d0397(0x9d)]=_0x2d1882[_0x4d0397(0xa0)],logger[_0x4d0397(0x14a)](_0x4d0397(0x132)+_0x2d1882[_0x4d0397(0xa0)]));;},exports[a170_0x4bded9(0xea)]=(_0xd78e6c='',_0x410135='')=>{const _0x2046e3=a170_0x4bded9,_0x43b302={'rpnTt':function(_0x479a9a){return _0x479a9a();},'HWtHM':function(_0x5c253c,_0xc63bb){return _0x5c253c===_0xc63bb;},'CsQrX':_0x2046e3(0x12e),'WDQcf':_0x2046e3(0xbc),'axArb':'CBTSessionCreated','pJukU':function(_0x573a47){return _0x573a47();},'wzWBa':_0x2046e3(0xd4),'mHdbP':_0x2046e3(0xc0)};if(exports[_0x2046e3(0x162)]()&&!exports[_0x2046e3(0x143)]()&&!_0x43b302['rpnTt'](isTestObservabilitySession)){if(_0x43b302[_0x2046e3(0x114)](_0x410135,_0x43b302[_0x2046e3(0x156)]))return![];if([_0x43b302[_0x2046e3(0xe2)],_0x43b302[_0x2046e3(0x13a)]][_0x2046e3(0xdd)](_0xd78e6c))return![];return!![];}if(exports[_0x2046e3(0x143)]()&&!_0x43b302['pJukU'](isTestObservabilitySession)){if([_0x43b302[_0x2046e3(0x163)],_0x43b302[_0x2046e3(0x117)],_0x43b302[_0x2046e3(0xe2)]]['includes'](_0xd78e6c))return![];return!![];}return exports[_0x2046e3(0x143)]()||_0x43b302['rpnTt'](isTestObservabilitySession)||exports['isPercyBuild']();},exports[a170_0x4bded9(0x109)]=(_0x20a327,_0x26914d,_0x571b98='',_0x89f8fb)=>{const _0x2bf0ef=a170_0x4bded9,_0x1df2b4={'gtpAB':_0x2bf0ef(0xd4),'dDBtP':_0x2bf0ef(0xc0),'jYvkP':function(_0x55ae77,_0x30ac8e){return _0x55ae77===_0x30ac8e;},'alEky':'bstackA11yShouldScan','mltTc':_0x2bf0ef(0x15a),'UoTIr':'accessibility','nPTgh':function(_0x11ba40,_0x21d0da){return _0x11ba40&&_0x21d0da;},'WHgBy':function(_0x38b751,_0x55be61){return _0x38b751+_0x55be61;},'KgpMg':function(_0x3f1196,_0x47183f){return _0x3f1196&&_0x47183f;},'thidV':function(_0x3ce8df,_0x73eb66){return _0x3ce8df===_0x73eb66;},'IKcql':function(_0x164ba0,_0x11b507){return _0x164ba0(_0x11b507);},'awrcS':_0x2bf0ef(0xf3),'oYkze':function(_0x1177bb,_0x3e3569){return _0x1177bb+_0x3e3569;},'csQpB':function(_0x4911ae,_0x4b7103){return _0x4911ae+_0x4b7103;},'OZcoe':function(_0x4c384c,_0x1faec8){return _0x4c384c===_0x1faec8;},'TpZvq':function(_0x4c8d7d,_0x838a54){return _0x4c8d7d===_0x838a54;},'qYIrb':_0x2bf0ef(0x111),'RvXJT':_0x2bf0ef(0x145)};if(![_0x1df2b4[_0x2bf0ef(0x14f)],_0x1df2b4[_0x2bf0ef(0xfb)]][_0x2bf0ef(0xdd)](_0x26914d)&&exports[_0x2bf0ef(0x143)]()){const _0x5a80f5={};if(_0x1df2b4[_0x2bf0ef(0xec)](_0x89f8fb,FRAMEWORKS[_0x2bf0ef(0x10b)])){const _0x1e98f4=globals[_0x2bf0ef(0x11a)](_0x1df2b4[_0x2bf0ef(0xe3)])||accessibilityHelper[_0x2bf0ef(0x13e)](_0x571b98['titlePath'](),!![]),_0x4061dd=globals[_0x2bf0ef(0x11a)](_0x1df2b4['mltTc']);_0x5a80f5[_0x1df2b4['UoTIr']]=_0x1df2b4['nPTgh'](_0x4061dd,_0x1e98f4);}if(_0x1df2b4[_0x2bf0ef(0xec)](_0x89f8fb,FRAMEWORKS[_0x2bf0ef(0xf9)])){const _0xb884d0=_0x1df2b4[_0x2bf0ef(0x11e)](_0x1df2b4[_0x2bf0ef(0x11e)](_0x20a327['scopes'][_0x2bf0ef(0xf2)]('\x20'),'\x20'),_0x571b98[_0x2bf0ef(0x130)]),_0x5ee85f=globals['getGlobal'](_0x1df2b4['alEky'])||accessibilityHelper['shouldScanTestForAccessibility'](_0xb884d0,![]),_0x37a3d3=browserStackGlobals[_0x2bf0ef(0x15a)];_0x5a80f5[_0x1df2b4[_0x2bf0ef(0xbf)]]=_0x1df2b4[_0x2bf0ef(0x13b)](_0x37a3d3,_0x5ee85f);}if(_0x1df2b4['thidV'](_0x89f8fb,FRAMEWORKS[_0x2bf0ef(0xa6)])){const _0x3ecdd6=_0x1df2b4['IKcql'](require,_0x1df2b4[_0x2bf0ef(0x11c)]),_0x180934=_0x571b98&&_0x3ecdd6[_0x2bf0ef(0x122)](_0x571b98['id'])||_0x20a327[_0x2bf0ef(0x135)];_0x180934&&(_0x20a327[_0x2bf0ef(0x135)]=_0x180934);const _0x294f05=_0x1df2b4[_0x2bf0ef(0xb1)](_0x1df2b4[_0x2bf0ef(0x157)](_0x20a327['scopes'][_0x2bf0ef(0xf2)]('\x20'),'\x20'),_0x571b98['description']||_0x20a327['name']),_0x24ee60=globals[_0x2bf0ef(0x11a)](_0x1df2b4[_0x2bf0ef(0xe3)])||accessibilityHelper[_0x2bf0ef(0x13e)](_0x294f05,![]),_0x365e99=globals[_0x2bf0ef(0x11a)](_0x1df2b4[_0x2bf0ef(0xc6)]);_0x5a80f5[_0x1df2b4[_0x2bf0ef(0xbf)]]=_0x1df2b4[_0x2bf0ef(0xcd)](_0x365e99,_0x24ee60);}if(_0x1df2b4[_0x2bf0ef(0xbe)](_0x89f8fb,FRAMEWORKS[_0x2bf0ef(0xab)])){if(_0x1df2b4[_0x2bf0ef(0xfe)](_0x26914d,_0x1df2b4[_0x2bf0ef(0xe7)]))return;_0x5a80f5[_0x1df2b4[_0x2bf0ef(0xbf)]]=PWTestDetails[_0x2bf0ef(0x15e)](_0x20a327[_0x2bf0ef(0x135)]);}if(_0x1df2b4[_0x2bf0ef(0x131)](_0x89f8fb,FRAMEWORKS['CODECEPT'])){const _0x2352de=accessibilityHelper['shouldScanTestForAccessibility'](_0x571b98[_0x2bf0ef(0x126)](),!![]),_0x530d46=global[_0x2bf0ef(0x140)];_0x5a80f5[_0x1df2b4[_0x2bf0ef(0xbf)]]=_0x1df2b4[_0x2bf0ef(0xcd)](_0x530d46,_0x2352de);}if(_0x1df2b4[_0x2bf0ef(0x131)](_0x89f8fb,FRAMEWORKS[_0x2bf0ef(0x147)])){const _0x49045a=accessibilityHelper['shouldScanTestForAccessibility'](null,![],_0x20a327['tags']),_0x4a4cab=globals[_0x2bf0ef(0x11a)](_0x1df2b4['mltTc']);_0x5a80f5[_0x1df2b4['UoTIr']]=_0x1df2b4[_0x2bf0ef(0xcd)](_0x4a4cab,_0x49045a);}_0x20a327[_0x1df2b4[_0x2bf0ef(0x12a)]]=_0x5a80f5;}},exports[a170_0x4bded9(0xd2)]=_0x2079a1=>{const _0xaeefd8=a170_0x4bded9,_0x14c1a3={};_0x14c1a3['afrUa']=function(_0x25a4ae,_0x3f0b42){return _0x25a4ae>_0x3f0b42;},_0x14c1a3[_0xaeefd8(0xbd)]=function(_0x23c9e9,_0x3247d6){return _0x23c9e9>_0x3247d6;};const _0x1cf282=_0x14c1a3;let _0x15941d={};if(_0x1cf282[_0xaeefd8(0xf8)](Object['keys'](testData)[_0xaeefd8(0x159)],0x0))return testData;_0x15941d=JestTestDetails[_0xaeefd8(0xca)]();if(_0x1cf282[_0xaeefd8(0xbd)](Object[_0xaeefd8(0x141)](_0x15941d)['length'],0x0))return _0x15941d;return _0x15941d;},exports[a170_0x4bded9(0x134)]=(_0x18f902,_0x5f5a53={})=>{const _0x89f6ea=a170_0x4bded9;if(bsSetupHelper[_0x89f6ea(0xc5)](_0x5f5a53[_0x89f6ea(0xf0)]))return;switch(_0x18f902){case FRAMEWORKS['MOCHA']:testData=_0x5f5a53[_0x89f6ea(0xf0)];break;case FRAMEWORKS['JEST']:JestTestDetails[_0x89f6ea(0xb0)](_0x5f5a53[_0x89f6ea(0xf0)]);break;case FRAMEWORKS[_0x89f6ea(0xa6)]:testData=_0x5f5a53[_0x89f6ea(0xf0)];break;default:break;}},exports[a170_0x4bded9(0x151)]=_0x58a081=>{const _0x40a029=a170_0x4bded9,_0x3b81e0={};_0x3b81e0[_0x40a029(0xc8)]=function(_0x16147f,_0x4acfbf){return _0x16147f!==_0x4acfbf;};const _0x4da4cb=_0x3b81e0;if(_0x4da4cb[_0x40a029(0xc8)](_0x58a081['accessibility'],null)&&_0x4da4cb[_0x40a029(0xc8)](_0x58a081['accessibility'],undefined))return _0x58a081[_0x40a029(0x115)];let _0x366a52=![],_0x18365d=![];if(_0x58a081[_0x40a029(0x146)])for(const _0x481567 of _0x58a081[_0x40a029(0x146)]){_0x4da4cb['qoByD'](_0x481567[_0x40a029(0x115)],null)&&_0x4da4cb[_0x40a029(0xc8)](_0x481567[_0x40a029(0x115)],undefined)&&(_0x366a52=_0x366a52||bsSetupHelper['isTrue'](_0x481567[_0x40a029(0x115)]),_0x18365d=!![]);}if(_0x18365d)return _0x366a52;return null;},exports['getTestOrchestrationBuildStartData']=_0x5d4447=>{if(!_0x5d4447)return{};const _0x28aaa8=new OrchestrationUtils(_0x5d4447);return _0x28aaa8['getBuildStartData']();},exports['getProductMapForBuildStartCall']=_0x5720fa=>{const _0x380a0a=a170_0x4bded9,_0x53f343={'apOvQ':function(_0x10a07b){return _0x10a07b();}};let _0x1b3750=![],_0x19c132=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper['isAppAutomateSession'](_0x5720fa))_0x19c132=!![];else bsSetupHelper[_0x380a0a(0x12f)]()&&(_0x1b3750=!![]);return Object[_0x380a0a(0xcc)]({'observability':_0x53f343[_0x380a0a(0x11d)](isTestObservabilitySession),'accessibility':exports[_0x380a0a(0x151)](_0x5720fa),'percy':_0x5720fa['percy']||![],'automate':_0x1b3750,'app_automate':_0x19c132,'turboscale':bsSetupHelper[_0x380a0a(0xdf)](_0x5720fa),'lts':LoadTestModule[_0x380a0a(0xa7)](_0x5720fa)},bsSetupHelper[_0x380a0a(0x13d)]());};
1
+ const a170_0x4fb6e2=a170_0x1254;(function(_0x5c7508,_0xdbfffd){const _0x84f12d=a170_0x1254,_0x46e5c4=_0x5c7508();while(!![]){try{const _0x1c05f4=parseInt(_0x84f12d(0x1c8))/0x1+-parseInt(_0x84f12d(0x17f))/0x2*(-parseInt(_0x84f12d(0x219))/0x3)+-parseInt(_0x84f12d(0x1ce))/0x4*(-parseInt(_0x84f12d(0x20d))/0x5)+-parseInt(_0x84f12d(0x1e2))/0x6*(-parseInt(_0x84f12d(0x1a3))/0x7)+parseInt(_0x84f12d(0x1d0))/0x8*(-parseInt(_0x84f12d(0x17c))/0x9)+-parseInt(_0x84f12d(0x1db))/0xa*(-parseInt(_0x84f12d(0x1e1))/0xb)+-parseInt(_0x84f12d(0x1b9))/0xc*(parseInt(_0x84f12d(0x1a8))/0xd);if(_0x1c05f4===_0xdbfffd)break;else _0x46e5c4['push'](_0x46e5c4['shift']());}catch(_0x26ca76){_0x46e5c4['push'](_0x46e5c4['shift']());}}}(a170_0x26cf,0xc3452));function a170_0x26cf(){const _0x31fece=['BROWSERSTACK_TESTHUB_JWT','0|1|4|3|2','username','getCentralUser','ERROR','isPercyBuild','accessibilityPlatform','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','yqHtF','accessibility','isAppAutomateSession','FTAKQ','null','tcXZv','uHWAD','CBTSessionCreated','nonBStackInfraA11yChromeOptions','\x20Build\x20creation\x20failed','false','getGlobal','LTWhB','sxqEs','options','name','platforms','isUndefined','jeXIY','isTrue','6525pmaqQR','../test-observability/constants.js','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','2IZryfY','../test-orchestration/orchestrationUtils.js','PLAYWRIGHT','rPRcY','../helper.js','ZjaJe','config','zxLDe','command','xqVxI','clsRZ','HookRunStarted','CBatr','ACCESS_DENIED','forEach','scripts','eQexG','[ACCESSIBILITY]\x20skip_cdp_connect_override\x20is\x20true,\x20skipping\x20CDP\x20connect\x20override','split','MOCHA','value','eUPjj','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','get','includes','WrixI','BS_TESTOPS_BUILD_COMPLETED','zKnNg','getProductMap','BS_A11Y_JWT','NHPjV','shouldScanTestForAccessibility','isAccessibilityEnabled','BROWSERSTACK_ACCESSIBILITY','../helper','7QPvwar','isBrowserstackInfra','WtydP','UwiXB','eCFXL','456144sedcCc','env','lYSbP','getFrameworkDetails','BROWSERSTACK_TESTHUB_UUID:\x20','assign','OBSERVABILITY','rsdTn','gnVEP','TEST_REPORTING_ANALYTICS','parseA11yJwtPayload','NVRfX','HookRunFinished','handleErrorForObservability','iIwSd','DEPRECATED','../../bin/jest/test-observability/test-details.js','228OFcXkh','GmRcu','true','INVALID_CREDENTIALS','keys','password','yiGJz','BS_TESTOPS_JWT','PiOHT','join','toUpperCase','ZYlyh','BROWSERSTACK_PERCY','getTestData','GsGbh','701794dRMDFW','errors',']\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','tuSHt','../logger','CREDENTIALS_FOR_CRASH_REPORTING','4FwXxwa','ylbVm','17208BicxyW','length','uuid','javascript','../ats/helper','6|1|0|3|4|2|5','../../bin/jasmine/testRunMap.js','XpvML','JASMINE','tWbGG','CUCUMBER','140CWxSlW','qhPHb','debug','zfJcI','dRyjR','tDIYc','118888iTatwt','6818778ZXXcrx','build_hashed_id','aaflh','capabilities','pPIvT','stringify','isTurboScaleSession','UgWke','EbzFF','setTestObservabilityVariables','XjMZL','percy','BROWSERSTACK_TESTHUB_UUID','JEST','GLLPS','checkAccessibilityPlatformConfig','BS_TESTOPS_BUILD_HASHED_ID','setTestData','shouldProcessEventForTesthub','logBuildError','tAYbO','commands','test_run','MKgcG','ApAGf','setAccessibilityVariables','WFKUV','error','getTestFrameworkDetails','nZCAb','product_map','../accessibility-automation/helper','getBuildStartData','XDNCd','BS_TESTOPS_ALLOW_SCREENSHOTS','FRAMEWORK_DETAILS','jwt','parse','ACCESSIBILITY','getProductMapForBuildStartCall','bstackA11yShouldScan','../accessibility-automation/scripts.js','EfXks','1889785paHmxD','XFXEQ','allow_screenshots','BROWSERSTACK_TEST_ACCESSIBILITY_YML','commandsToWrap','uploadEventData','parseFromJson','getTestOrchestrationBuildStartData','success','dBheY','wPOEK','setTestHubCommonMetaInfo','1975341WjXdEF','isAccessibilityPlatform','titlePath','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','LogCreated','tags','PSFRt','../../bin/v2/modules/loadTestModule','observability','cQght','2|0|5|3|4|1','setCurrentTestData','TOAjR','handleErrorForAccessibility','../test-observability/utils','winstonLogger'];a170_0x26cf=function(){return _0x31fece;};return a170_0x26cf();}const bsSetupHelper=require(a170_0x4fb6e2(0x1a2)),LoadTestModule=require(a170_0x4fb6e2(0x220)),{isTestObservabilitySession,getFrameworkVersion}=require(a170_0x4fb6e2(0x15e)),accessibilityHelper=require(a170_0x4fb6e2(0x201)),logger=require(a170_0x4fb6e2(0x1cc))[a170_0x4fb6e2(0x15f)],{nestedKeyValue}=require(a170_0x4fb6e2(0x183)),scripts=require(a170_0x4fb6e2(0x20b)),globals=require('../globals.js'),testHubConstants=require('./constants.js'),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a170_0x4fb6e2(0x1b8)),{FRAMEWORKS}=require(a170_0x4fb6e2(0x17d)),{isTurboScaleSession}=require(a170_0x4fb6e2(0x1d4)),OrchestrationUtils=require(a170_0x4fb6e2(0x180)),constants=require('../../bin/utils/constants.js');let testData={};exports[a170_0x4fb6e2(0x19c)]=_0x2f3b4a=>{const _0x35b7b6=a170_0x4fb6e2,_0x50595f={'XFXEQ':function(_0x42348e){return _0x42348e();}};let _0x3aeb88=![],_0x4a165e=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper[_0x35b7b6(0x16a)](_0x2f3b4a))_0x4a165e=!![];else bsSetupHelper[_0x35b7b6(0x1a4)]()&&(_0x3aeb88=!![]);return Object[_0x35b7b6(0x1ad)]({'observability':_0x50595f[_0x35b7b6(0x20e)](isTestObservabilitySession),'accessibility':exports[_0x35b7b6(0x1a0)](_0x2f3b4a),'percy':_0x2f3b4a[_0x35b7b6(0x1ed)]||![],'automate':_0x3aeb88,'app_automate':_0x4a165e,'turboscale':bsSetupHelper['isTurboScaleSession'](_0x2f3b4a),'lts':LoadTestModule['isLTSSession'](_0x2f3b4a)},bsSetupHelper['getCentralUser']());},exports[a170_0x4fb6e2(0x1ab)]=(_0xa53b91,_0x26e634)=>{const _0x3f211f=a170_0x4fb6e2,_0x47ece1={'CEsxP':function(_0x410ffd,_0x2c0f3e){return _0x410ffd(_0x2c0f3e);},'WtydP':_0x3f211f(0x1d3)},_0x4b299b={'frameworkName':_0x26e634,'frameworkVersion':_0x47ece1['CEsxP'](getFrameworkVersion,_0x26e634),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x47ece1[_0x3f211f(0x1a5)],'testFramework':bsSetupHelper[_0x3f211f(0x1fe)](_0xa53b91,_0x26e634)};return process['env'][_0x3f211f(0x205)]=JSON[_0x3f211f(0x1e7)](_0x4b299b),_0x4b299b;},exports['setPercyFlag']=_0x119049=>{const _0x711db1=a170_0x4fb6e2,_0x22acf0={};_0x22acf0[_0x711db1(0x1d9)]=_0x711db1(0x172),_0x22acf0[_0x711db1(0x184)]='true';const _0x3e52a1=_0x22acf0;process[_0x711db1(0x1a9)][_0x711db1(0x1c5)]=_0x3e52a1[_0x711db1(0x1d9)],bsSetupHelper[_0x711db1(0x17b)](_0x119049[_0x711db1(0x185)][_0x711db1(0x1ed)])&&(!_0x119049[_0x711db1(0x1ed)]||!_0x119049[_0x711db1(0x1ed)]['isRunning']())&&(process['env'][_0x711db1(0x1c5)]=_0x3e52a1[_0x711db1(0x184)]);},exports[a170_0x4fb6e2(0x165)]=()=>{return bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_PERCY']);},exports[a170_0x4fb6e2(0x1a0)]=(_0x346af4={})=>{const _0x3b1d99=a170_0x4fb6e2,_0x21e34c={};_0x21e34c['jeXIY']=function(_0x3adf88,_0x611056){return _0x3adf88!==_0x611056;},_0x21e34c[_0x3b1d99(0x1e0)]=function(_0x2d93cd,_0x39b854){return _0x2d93cd===_0x39b854;},_0x21e34c[_0x3b1d99(0x1b6)]=_0x3b1d99(0x1bb),_0x21e34c[_0x3b1d99(0x1e6)]=function(_0x25f3fa,_0x437227){return _0x25f3fa>_0x437227;};const _0x18a7b7=_0x21e34c;if(_0x18a7b7[_0x3b1d99(0x17a)](process['env'][_0x3b1d99(0x1a1)],undefined))return bsSetupHelper[_0x3b1d99(0x17b)](process['env'][_0x3b1d99(0x1a1)]);let _0x38d0ce=_0x18a7b7[_0x3b1d99(0x1e0)](process[_0x3b1d99(0x1a9)][_0x3b1d99(0x210)],_0x18a7b7[_0x3b1d99(0x1b6)]);return _0x18a7b7[_0x3b1d99(0x1e6)](Object[_0x3b1d99(0x1bd)](_0x346af4)[_0x3b1d99(0x1d1)],0x0)&&(process[_0x3b1d99(0x1a9)][_0x3b1d99(0x195)]=accessibilityHelper[_0x3b1d99(0x1f1)](_0x346af4)),_0x38d0ce=_0x38d0ce||_0x18a7b7[_0x3b1d99(0x1e0)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x18a7b7['iIwSd']),_0x38d0ce;},exports[a170_0x4fb6e2(0x1eb)]=(_0x3707bb,_0x5432d2)=>{const _0x1b5b05=a170_0x4fb6e2,_0x5254f3={'uHWAD':function(_0x20e975){return _0x20e975();},'yiGJz':_0x1b5b05(0x223),'rPRcY':_0x1b5b05(0x1bb),'WFKUV':function(_0x95d242,_0x2e4d74,_0x2c96f4){return _0x95d242(_0x2e4d74,_0x2c96f4);},'djGfs':_0x1b5b05(0x221),'PiOHT':_0x1b5b05(0x176)};if(!_0x3707bb||!_0x3707bb['observability'])return exports[_0x1b5b05(0x1b5)](),[null,null,null];if(!_0x3707bb['observability']['success'])return exports[_0x1b5b05(0x1b5)](_0x3707bb[_0x1b5b05(0x221)]),[null,null,null];if(_0x5254f3[_0x1b5b05(0x16e)](isTestObservabilitySession)){const _0x24d142=_0x5254f3[_0x1b5b05(0x1bf)][_0x1b5b05(0x191)]('|');let _0x578640=0x0;while(!![]){switch(_0x24d142[_0x578640++]){case'0':if(_0x3707bb[_0x1b5b05(0x206)]){process[_0x1b5b05(0x1a9)][_0x1b5b05(0x1c0)]=_0x3707bb[_0x1b5b05(0x206)];const _0x31818d={};_0x31818d[_0x1b5b05(0x162)]=_0x5432d2[_0x1b5b05(0x162)],_0x31818d['password']=_0x5432d2[_0x1b5b05(0x1be)],process['env'][_0x1b5b05(0x1cd)]=JSON[_0x1b5b05(0x1e7)](_0x31818d);}continue;case'1':return[_0x3707bb[_0x1b5b05(0x206)],_0x3707bb[_0x1b5b05(0x1e3)],process['env'][_0x1b5b05(0x204)]];case'2':process['env'][_0x1b5b05(0x19a)]=_0x5254f3[_0x1b5b05(0x182)];continue;case'3':_0x5254f3[_0x1b5b05(0x1fc)](nestedKeyValue,_0x3707bb,[_0x5254f3['djGfs'],_0x5254f3[_0x1b5b05(0x1c1)]])&&(process['env'][_0x1b5b05(0x204)]=_0x3707bb['observability']['options'][_0x1b5b05(0x20f)]['toString']());continue;case'4':logger[_0x1b5b05(0x1dd)]('['+constants[_0x1b5b05(0x1b1)]+_0x1b5b05(0x1ca)+_0x3707bb['build_hashed_id']);continue;case'5':_0x3707bb[_0x1b5b05(0x1e3)]&&(process[_0x1b5b05(0x1a9)][_0x1b5b05(0x1f2)]=_0x3707bb['build_hashed_id']);continue;}break;}}return[null,null,null];},exports[a170_0x4fb6e2(0x1fb)]=_0x50f6b6=>{const _0x4f8c2d=a170_0x4fb6e2,_0x32fe1d={'zxLDe':function(_0x17c972,_0x43d471,_0x2f0c0f){return _0x17c972(_0x43d471,_0x2f0c0f);},'dpQlt':_0x4f8c2d(0x169),'TOAjR':_0x4f8c2d(0x176),'sxqEs':function(_0x552cd4,_0x54516e,_0x259d3f,_0x163255){return _0x552cd4(_0x54516e,_0x259d3f,_0x163255);},'nZCAb':'name','zfJcI':_0x4f8c2d(0x193),'yqHtF':function(_0x55c08d,_0x528fc0,_0x248e36,_0x1279ef){return _0x55c08d(_0x528fc0,_0x248e36,_0x1279ef);},'wPOEK':_0x4f8c2d(0x187),'ApAGf':_0x4f8c2d(0x1f7),'lKgEL':_0x4f8c2d(0x170),'tuSHt':'goog:chromeOptions','izOhx':function(_0x16d7c5,_0x33532c){return _0x16d7c5(_0x33532c);},'LjEAW':function(_0x404130,_0x36af9e){return _0x404130===_0x36af9e;},'gnVEP':function(_0x107466,_0x4dbddb){return _0x107466===_0x4dbddb;},'ylbVm':'true','EfXks':_0x4f8c2d(0x190)};if(!_0x50f6b6['accessibility'])return exports[_0x4f8c2d(0x15d)](),[null,null];if(!_0x50f6b6[_0x4f8c2d(0x169)][_0x4f8c2d(0x215)])return exports[_0x4f8c2d(0x15d)](_0x50f6b6[_0x4f8c2d(0x169)]),[null,null];if(_0x32fe1d[_0x4f8c2d(0x186)](nestedKeyValue,_0x50f6b6,[_0x32fe1d['dpQlt'],_0x32fe1d[_0x4f8c2d(0x225)]])){const {accessibilityToken:_0x34aa2b,scannerVersion:_0x411ba2,scannerProcessingTimeout:_0x344ada,isMobileScanningEnabledForGroup:_0x3c33bf}=_0x32fe1d[_0x4f8c2d(0x175)](jsonifyAccessibilityArray,_0x50f6b6[_0x4f8c2d(0x169)][_0x4f8c2d(0x176)][_0x4f8c2d(0x1e5)],_0x32fe1d['nZCAb'],_0x32fe1d['zfJcI']),_0x40110a={'scripts':_0x32fe1d['yqHtF'](jsonifyAccessibilityArray,_0x50f6b6['accessibility'][_0x4f8c2d(0x176)][_0x4f8c2d(0x18e)],_0x32fe1d[_0x4f8c2d(0x1ff)],_0x32fe1d[_0x4f8c2d(0x217)])};_0x40110a[_0x32fe1d[_0x4f8c2d(0x1fa)]]=_0x50f6b6[_0x4f8c2d(0x169)][_0x4f8c2d(0x176)][_0x4f8c2d(0x211)][_0x4f8c2d(0x1f7)];const _0xa2ed3d=_0x32fe1d[_0x4f8c2d(0x168)](jsonifyAccessibilityArray,_0x50f6b6['accessibility']['options']['capabilities'],_0x32fe1d[_0x4f8c2d(0x1ff)],_0x32fe1d[_0x4f8c2d(0x1de)]);_0x40110a[_0x32fe1d['lKgEL']]=_0xa2ed3d[_0x32fe1d[_0x4f8c2d(0x1cb)]],scripts[_0x4f8c2d(0x213)](_0x40110a),scripts['toJson']();let _0xa34fe3=process[_0x4f8c2d(0x1a9)][_0x4f8c2d(0x17e)];_0xa34fe3=!!_0xa34fe3?JSON[_0x4f8c2d(0x207)](_0xa34fe3):{},_0xa34fe3['scannerVersion']=_0x411ba2,process[_0x4f8c2d(0x1a9)][_0x4f8c2d(0x17e)]=JSON[_0x4f8c2d(0x1e7)](_0xa34fe3),process['env'][_0x4f8c2d(0x19d)]=_0x34aa2b,process['env'][_0x4f8c2d(0x21c)]=_0x32fe1d['izOhx'](String,_0x32fe1d['LjEAW'](_0x3c33bf,!![])||_0x32fe1d[_0x4f8c2d(0x1b0)](_0x3c33bf,_0x32fe1d[_0x4f8c2d(0x1cf)])),logger[_0x4f8c2d(0x1dd)](_0x4f8c2d(0x196)+_0x50f6b6[_0x4f8c2d(0x1e3)]);const _0x396b9b=accessibilityHelper[_0x4f8c2d(0x1b2)](_0x34aa2b);return _0x396b9b&&bsSetupHelper[_0x4f8c2d(0x17b)](_0x396b9b['skipCDPConnectOverride'])&&(process[_0x4f8c2d(0x1a9)][_0x4f8c2d(0x167)]=!![],logger[_0x4f8c2d(0x1dd)](_0x32fe1d[_0x4f8c2d(0x20c)])),[_0x34aa2b,_0x50f6b6[_0x4f8c2d(0x1e3)],_0x344ada];}return[null,null];},exports[a170_0x4fb6e2(0x1b5)]=_0x501ddd=>{const _0x3dedeb=a170_0x4fb6e2,_0x8c5aef={};_0x8c5aef[_0x3dedeb(0x18f)]=_0x3dedeb(0x1d5),_0x8c5aef['zKnNg']='false',_0x8c5aef[_0x3dedeb(0x1f6)]=_0x3dedeb(0x16c);const _0x4806a0=_0x8c5aef,_0x40556d=_0x4806a0[_0x3dedeb(0x18f)][_0x3dedeb(0x191)]('|');let _0x5f189d=0x0;while(!![]){switch(_0x40556d[_0x5f189d++]){case'0':process[_0x3dedeb(0x1a9)][_0x3dedeb(0x19a)]=_0x4806a0[_0x3dedeb(0x19b)];continue;case'1':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x4806a0[_0x3dedeb(0x1f6)];continue;case'2':process[_0x3dedeb(0x1a9)][_0x3dedeb(0x204)]=_0x4806a0[_0x3dedeb(0x1f6)];continue;case'3':process['env']['BS_TESTOPS_JWT']=_0x4806a0['tAYbO'];continue;case'4':process[_0x3dedeb(0x1a9)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x4806a0[_0x3dedeb(0x1f6)];continue;case'5':exports['logBuildError'](_0x501ddd,testHubConstants[_0x3dedeb(0x1ae)]);continue;case'6':process['env'][_0x3dedeb(0x1ee)]=_0x4806a0[_0x3dedeb(0x1f6)];continue;}break;}},exports[a170_0x4fb6e2(0x15d)]=_0x312c01=>{const _0x37f308=a170_0x4fb6e2,_0x29f690={};_0x29f690[_0x37f308(0x1f0)]=_0x37f308(0x161),_0x29f690[_0x37f308(0x1c7)]='null',_0x29f690[_0x37f308(0x1ba)]=_0x37f308(0x172);const _0x43df20=_0x29f690,_0x55fe0e=_0x43df20['GLLPS']['split']('|');let _0x539c7d=0x0;while(!![]){switch(_0x55fe0e[_0x539c7d++]){case'0':process[_0x37f308(0x1a9)][_0x37f308(0x1ee)]=_0x43df20['GsGbh'];continue;case'1':process['env'][_0x37f308(0x160)]=_0x43df20[_0x37f308(0x1c7)];continue;case'2':exports['logBuildError'](_0x312c01,testHubConstants[_0x37f308(0x208)]);continue;case'3':process[_0x37f308(0x1a9)][_0x37f308(0x195)]=_0x43df20['GmRcu'];continue;case'4':process[_0x37f308(0x1a9)][_0x37f308(0x210)]=_0x43df20[_0x37f308(0x1ba)];continue;}break;}},exports[a170_0x4fb6e2(0x1f5)]=(_0x1f0c85,_0x98ddc0='')=>{const _0xd502a8=a170_0x4fb6e2,_0x41c38f={};_0x41c38f['bZVcZ']=function(_0x3e8153,_0x2c2a93){return _0x3e8153===_0x2c2a93;};const _0x376c8d=_0x41c38f;if(_0x376c8d['bZVcZ'](_0x1f0c85,undefined)){logger[_0xd502a8(0x1fd)](_0x98ddc0[_0xd502a8(0x1c3)]()+_0xd502a8(0x171));return;}for(const _0x542e80 of _0x1f0c85[_0xd502a8(0x1c9)]){const _0x3ab80f=_0x542e80['key'],_0x444082=_0x542e80['message'];if(_0x444082)switch(_0x3ab80f){case testHubConstants[_0xd502a8(0x164)][_0xd502a8(0x1bc)]:logger[_0xd502a8(0x1fd)](_0x444082);break;case testHubConstants[_0xd502a8(0x164)][_0xd502a8(0x18c)]:logger['info'](_0x444082);break;case testHubConstants[_0xd502a8(0x164)][_0xd502a8(0x1b7)]:logger[_0xd502a8(0x1fd)](_0x444082);break;default:logger[_0xd502a8(0x1fd)](_0x444082);}}};function a170_0x1254(_0x380e9f,_0xdd5c68){const _0x26cfde=a170_0x26cf();return a170_0x1254=function(_0x125486,_0x5e25f5){_0x125486=_0x125486-0x15d;let _0x41fea9=_0x26cfde[_0x125486];return _0x41fea9;},a170_0x1254(_0x380e9f,_0xdd5c68);}const jsonifyAccessibilityArray=(_0x547ac6,_0x13b9dc,_0x526224)=>{const _0x3c3004=a170_0x4fb6e2,_0x1c6dc1={};return _0x547ac6[_0x3c3004(0x18d)](_0x4d71a0=>{_0x1c6dc1[_0x4d71a0[_0x13b9dc]]=_0x4d71a0[_0x526224];}),_0x1c6dc1;};exports[a170_0x4fb6e2(0x218)]=_0x36556f=>{const _0x1fc503=a170_0x4fb6e2;_0x36556f[_0x1fc503(0x206)]&&(process[_0x1fc503(0x1a9)][_0x1fc503(0x160)]=_0x36556f[_0x1fc503(0x206)]);_0x36556f[_0x1fc503(0x1e3)]&&(process['env'][_0x1fc503(0x1ee)]=_0x36556f[_0x1fc503(0x1e3)],logger[_0x1fc503(0x1dd)](_0x1fc503(0x1ac)+_0x36556f[_0x1fc503(0x1e3)]));;},exports[a170_0x4fb6e2(0x1f4)]=(_0x4b0b79='',_0x32a527='')=>{const _0x14c4a7=a170_0x4fb6e2,_0x126df1={'LTWhB':function(_0x111fa8){return _0x111fa8();},'FTAKQ':function(_0x6e7602,_0x4eadb4){return _0x6e7602===_0x4eadb4;},'NVRfX':_0x14c4a7(0x212),'dBheY':_0x14c4a7(0x21d),'CBatr':_0x14c4a7(0x16f),'XDNCd':_0x14c4a7(0x18a),'EbzFF':_0x14c4a7(0x1b4),'rsdTn':function(_0x4165f3){return _0x4165f3();}};if(exports[_0x14c4a7(0x165)]()&&!exports['isAccessibilityEnabled']()&&!_0x126df1[_0x14c4a7(0x174)](isTestObservabilitySession)){if(_0x126df1[_0x14c4a7(0x16b)](_0x32a527,_0x126df1[_0x14c4a7(0x1b3)]))return![];if([_0x126df1['dBheY'],_0x126df1[_0x14c4a7(0x18b)]][_0x14c4a7(0x198)](_0x4b0b79))return![];return!![];}if(exports[_0x14c4a7(0x1a0)]()&&!_0x126df1['LTWhB'](isTestObservabilitySession)){if([_0x126df1[_0x14c4a7(0x203)],_0x126df1[_0x14c4a7(0x1ea)],_0x126df1[_0x14c4a7(0x216)]][_0x14c4a7(0x198)](_0x4b0b79))return![];return!![];}return exports[_0x14c4a7(0x1a0)]()||_0x126df1[_0x14c4a7(0x1af)](isTestObservabilitySession)||exports[_0x14c4a7(0x165)]();},exports['appendTesthubParams']=(_0x1c4755,_0x4c21d5,_0x53d82f='',_0x1ddf01)=>{const _0x535c46=a170_0x4fb6e2,_0x442fc4={'xgooe':_0x535c46(0x18a),'MHAat':'HookRunFinished','ZYlyh':function(_0xa55011,_0xf3bbc){return _0xa55011===_0xf3bbc;},'XpvML':_0x535c46(0x20a),'clsRZ':_0x535c46(0x21a),'WrixI':_0x535c46(0x169),'aaflh':function(_0x1df61a,_0x5ae5b8){return _0x1df61a&&_0x5ae5b8;},'lYSbP':function(_0x164c92,_0x198404){return _0x164c92+_0x198404;},'MKgcG':function(_0x4f7d26,_0x4d2b7c){return _0x4f7d26+_0x4d2b7c;},'cQght':function(_0x3c1197,_0x56de40){return _0x3c1197&&_0x56de40;},'XjMZL':function(_0x4a0b8c,_0xf3c4ad){return _0x4a0b8c(_0xf3c4ad);},'UwiXB':_0x535c46(0x1d6),'PSFRt':function(_0x3a2f9a,_0x40f523){return _0x3a2f9a+_0x40f523;},'xqVxI':function(_0x2552bb,_0x5da5ff){return _0x2552bb===_0x5da5ff;},'NHPjV':'TestRunStarted','SRqyk':function(_0x325809,_0x9f5961){return _0x325809&&_0x9f5961;},'TnnZm':function(_0x20b821,_0x44667a){return _0x20b821===_0x44667a;},'eUPjj':function(_0x10cb6a,_0x2dcdb3){return _0x10cb6a&&_0x2dcdb3;},'rRrTq':_0x535c46(0x200)};if(![_0x442fc4['xgooe'],_0x442fc4['MHAat']][_0x535c46(0x198)](_0x4c21d5)&&exports[_0x535c46(0x1a0)]()){const _0x5a6c0f={};if(_0x442fc4['ZYlyh'](_0x1ddf01,FRAMEWORKS[_0x535c46(0x192)])){const _0x34e846=globals[_0x535c46(0x173)](_0x442fc4['XpvML'])||accessibilityHelper[_0x535c46(0x19f)](_0x53d82f[_0x535c46(0x21b)](),!![]),_0xe534fb=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x189)]);_0x5a6c0f[_0x442fc4[_0x535c46(0x199)]]=_0x442fc4[_0x535c46(0x1e4)](_0xe534fb,_0x34e846);}if(_0x442fc4[_0x535c46(0x1c4)](_0x1ddf01,FRAMEWORKS[_0x535c46(0x1ef)])){const _0x213024=_0x442fc4[_0x535c46(0x1aa)](_0x442fc4[_0x535c46(0x1f9)](_0x1c4755['scopes'][_0x535c46(0x1c2)]('\x20'),'\x20'),_0x53d82f[_0x535c46(0x177)]),_0x19a30d=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x1d7)])||accessibilityHelper['shouldScanTestForAccessibility'](_0x213024,![]),_0x4f3bb9=browserStackGlobals[_0x535c46(0x21a)];_0x5a6c0f[_0x442fc4['WrixI']]=_0x442fc4[_0x535c46(0x222)](_0x4f3bb9,_0x19a30d);}if(_0x442fc4[_0x535c46(0x1c4)](_0x1ddf01,FRAMEWORKS['JASMINE'])){const _0x3334d6=_0x442fc4[_0x535c46(0x1ec)](require,_0x442fc4[_0x535c46(0x1a6)]),_0x370897=_0x53d82f&&_0x3334d6[_0x535c46(0x197)](_0x53d82f['id'])||_0x1c4755['uuid'];_0x370897&&(_0x1c4755[_0x535c46(0x1d2)]=_0x370897);const _0x311b8e=_0x442fc4[_0x535c46(0x21f)](_0x442fc4[_0x535c46(0x1aa)](_0x1c4755['scopes'][_0x535c46(0x1c2)]('\x20'),'\x20'),_0x53d82f['description']||_0x1c4755['name']),_0x5df7ca=globals['getGlobal'](_0x442fc4['XpvML'])||accessibilityHelper[_0x535c46(0x19f)](_0x311b8e,![]),_0x339c14=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x189)]);_0x5a6c0f[_0x442fc4['WrixI']]=_0x442fc4[_0x535c46(0x222)](_0x339c14,_0x5df7ca);}if(_0x442fc4[_0x535c46(0x1c4)](_0x1ddf01,FRAMEWORKS[_0x535c46(0x181)])){if(_0x442fc4[_0x535c46(0x188)](_0x4c21d5,_0x442fc4[_0x535c46(0x19e)]))return;_0x5a6c0f[_0x442fc4['WrixI']]=PWTestDetails['getAccessibilityPlatformValidation'](_0x1c4755[_0x535c46(0x1d2)]);}if(_0x442fc4[_0x535c46(0x188)](_0x1ddf01,FRAMEWORKS['CODECEPT'])){const _0x2495c5=accessibilityHelper[_0x535c46(0x19f)](_0x53d82f[_0x535c46(0x21b)](),!![]),_0x95ffe5=global[_0x535c46(0x166)];_0x5a6c0f[_0x442fc4[_0x535c46(0x199)]]=_0x442fc4['SRqyk'](_0x95ffe5,_0x2495c5);}if(_0x442fc4['TnnZm'](_0x1ddf01,FRAMEWORKS[_0x535c46(0x1da)])){const _0x28cb85=accessibilityHelper[_0x535c46(0x19f)](null,![],_0x1c4755[_0x535c46(0x21e)]),_0x23b4a4=globals[_0x535c46(0x173)](_0x442fc4[_0x535c46(0x189)]);_0x5a6c0f[_0x442fc4['WrixI']]=_0x442fc4[_0x535c46(0x194)](_0x23b4a4,_0x28cb85);}_0x1c4755[_0x442fc4['rRrTq']]=_0x5a6c0f;}},exports['getCurrentTestData']=_0x205cc9=>{const _0x82c610=a170_0x4fb6e2,_0x40288a={};_0x40288a[_0x82c610(0x1df)]=function(_0xd0c609,_0x53caa0){return _0xd0c609>_0x53caa0;},_0x40288a[_0x82c610(0x16d)]=function(_0x5f26e2,_0x4b462d){return _0x5f26e2>_0x4b462d;};const _0x870463=_0x40288a;let _0x5714c1={};if(_0x870463['dRyjR'](Object[_0x82c610(0x1bd)](testData)[_0x82c610(0x1d1)],0x0))return testData;_0x5714c1=JestTestDetails[_0x82c610(0x1c6)]();if(_0x870463[_0x82c610(0x16d)](Object[_0x82c610(0x1bd)](_0x5714c1)[_0x82c610(0x1d1)],0x0))return _0x5714c1;return _0x5714c1;},exports[a170_0x4fb6e2(0x224)]=(_0x4dd028,_0x5f3935={})=>{const _0x1ee16=a170_0x4fb6e2;if(bsSetupHelper[_0x1ee16(0x179)](_0x5f3935[_0x1ee16(0x1f8)]))return;switch(_0x4dd028){case FRAMEWORKS['MOCHA']:testData=_0x5f3935['test_run'];break;case FRAMEWORKS[_0x1ee16(0x1ef)]:JestTestDetails[_0x1ee16(0x1f3)](_0x5f3935[_0x1ee16(0x1f8)]);break;case FRAMEWORKS[_0x1ee16(0x1d8)]:testData=_0x5f3935[_0x1ee16(0x1f8)];break;default:break;}},exports['getAccessibilityValueFromYml']=_0x2f60be=>{const _0x13488d=a170_0x4fb6e2,_0x1b1f85={};_0x1b1f85[_0x13488d(0x1e9)]=function(_0x1b0102,_0x4c9c83){return _0x1b0102!==_0x4c9c83;},_0x1b1f85['qhPHb']=function(_0x58fbf3,_0x3b6122){return _0x58fbf3!==_0x3b6122;};const _0x9894af=_0x1b1f85;if(_0x9894af[_0x13488d(0x1e9)](_0x2f60be[_0x13488d(0x169)],null)&&_0x9894af[_0x13488d(0x1dc)](_0x2f60be['accessibility'],undefined))return _0x2f60be[_0x13488d(0x169)];let _0x63c01c=![],_0x4d6cfb=![];if(_0x2f60be[_0x13488d(0x178)])for(const _0x4cedea of _0x2f60be[_0x13488d(0x178)]){_0x9894af[_0x13488d(0x1e9)](_0x4cedea[_0x13488d(0x169)],null)&&_0x9894af[_0x13488d(0x1e9)](_0x4cedea[_0x13488d(0x169)],undefined)&&(_0x63c01c=_0x63c01c||bsSetupHelper['isTrue'](_0x4cedea[_0x13488d(0x169)]),_0x4d6cfb=!![]);}if(_0x4d6cfb)return _0x63c01c;return null;},exports[a170_0x4fb6e2(0x214)]=_0xf97fc3=>{const _0x51f0fd=a170_0x4fb6e2;if(!_0xf97fc3)return{};const _0x43c936=new OrchestrationUtils(_0xf97fc3);return _0x43c936[_0x51f0fd(0x202)]();},exports[a170_0x4fb6e2(0x209)]=_0x32b324=>{const _0x23bd51=a170_0x4fb6e2,_0xa4f5b2={'eCFXL':function(_0xe0342d){return _0xe0342d();}};let _0x136cb2=![],_0x4302aa=![];if(bsSetupHelper['isBrowserstackInfra']()&&bsSetupHelper['isAppAutomateSession'](_0x32b324))_0x4302aa=!![];else bsSetupHelper[_0x23bd51(0x1a4)]()&&(_0x136cb2=!![]);return Object['assign']({'observability':_0xa4f5b2[_0x23bd51(0x1a7)](isTestObservabilitySession),'accessibility':exports['getAccessibilityValueFromYml'](_0x32b324),'percy':_0x32b324[_0x23bd51(0x1ed)]||![],'automate':_0x136cb2,'app_automate':_0x4302aa,'turboscale':bsSetupHelper[_0x23bd51(0x1e8)](_0x32b324),'lts':LoadTestModule['isLTSSession'](_0x32b324)},bsSetupHelper[_0x23bd51(0x163)]());};
@@ -1 +1 @@
1
- function a171_0x536c(_0x13dcab,_0x508888){const _0x4cd1d2=a171_0x4cd1();return a171_0x536c=function(_0x536cce,_0x4133f7){_0x536cce=_0x536cce-0xca;let _0xde4dc3=_0x4cd1d2[_0x536cce];return _0xde4dc3;},a171_0x536c(_0x13dcab,_0x508888);}const a171_0x3efc50=a171_0x536c;function a171_0x4cd1(){const _0x43b67b=['exports','1128630WZnqab','14VBNzMx','MuMDG','1838048PeqHmg','360021BVLsZc','cancel','2133556pOzOxc','3928164VCgOLb','RMgnZ','fireFunnelTestEvent','EGNFX','20jJBhwY','TFQwP','6793119KjpEkf','./utilities','3ravLmp','1783794YLqYeI'];a171_0x4cd1=function(){return _0x43b67b;};return a171_0x4cd1();}(function(_0x512ea4,_0x418136){const _0x287594=a171_0x536c,_0x52fb78=_0x512ea4();while(!![]){try{const _0x1009a8=parseInt(_0x287594(0xcd))/0x1+-parseInt(_0x287594(0xd9))/0x2+parseInt(_0x287594(0xd8))/0x3*(-parseInt(_0x287594(0xcf))/0x4)+parseInt(_0x287594(0xdb))/0x5+-parseInt(_0x287594(0xd0))/0x6+-parseInt(_0x287594(0xca))/0x7*(-parseInt(_0x287594(0xcc))/0x8)+parseInt(_0x287594(0xd6))/0x9*(parseInt(_0x287594(0xd4))/0xa);if(_0x1009a8===_0x418136)break;else _0x52fb78['push'](_0x52fb78['shift']());}catch(_0x1379fd){_0x52fb78['push'](_0x52fb78['shift']());}}}(a171_0x4cd1,0x73eed));const utilities=require(a171_0x3efc50(0xd7));module[a171_0x3efc50(0xda)]=(_0x242052,_0x331490,_0x4ef588,_0x324cbc,_0xc139ab,_0x18a7db)=>{const _0x117212=a171_0x3efc50,_0x4d9907={'tMPzc':function(_0x2d7d4b,_0x16b7cb){return _0x2d7d4b-_0x16b7cb;},'EGNFX':function(_0x59393d,_0x2d7589){return _0x59393d(_0x2d7589);},'MuMDG':function(_0x4b78bf,_0x2e68da,_0x41e1d0){return _0x4b78bf(_0x2e68da,_0x41e1d0);},'TFQwP':function(_0x33310b,_0x18da70){return _0x33310b(_0x18da70);}};let _0x2f3edf,_0x214b99=![];const _0x356aa9=new Promise((_0x2e768b,_0xba74db)=>{const _0x4eadd7=a171_0x536c,_0xd7aebb={'RMgnZ':function(_0x1653af,_0x3cfc5b){return _0x4d9907['tMPzc'](_0x1653af,_0x3cfc5b);},'AafCA':function(_0x5bba27,_0x4deab8){const _0x909ad=a171_0x536c;return _0x4d9907[_0x909ad(0xd3)](_0x5bba27,_0x4deab8);}};_0x2f3edf=_0x4d9907[_0x4eadd7(0xcb)](setTimeout,()=>{const _0x163225=_0x4eadd7;if(!_0x214b99){const _0x43f4c6={'status':''+_0x331490,'timeTaken':_0xd7aebb[_0x163225(0xd1)](new Date(),_0x324cbc)};utilities[_0x163225(0xd2)](_0x4ef588,_0x43f4c6,_0xc139ab,_0x18a7db),_0xd7aebb['AafCA'](_0xba74db,new Error(_0x331490));}},_0x242052);});return _0x356aa9[_0x117212(0xce)]=()=>{const _0x189168=_0x117212;_0x214b99=!![],_0x4d9907[_0x189168(0xd5)](clearTimeout,_0x2f3edf);},_0x356aa9;};
1
+ const a171_0x599fed=a171_0x3960;(function(_0x50e87b,_0x388b9d){const _0x474d89=a171_0x3960,_0x10e210=_0x50e87b();while(!![]){try{const _0x47ab25=parseInt(_0x474d89(0xb0))/0x1+parseInt(_0x474d89(0xba))/0x2+parseInt(_0x474d89(0xc0))/0x3*(parseInt(_0x474d89(0xb9))/0x4)+parseInt(_0x474d89(0xbb))/0x5*(-parseInt(_0x474d89(0xb1))/0x6)+parseInt(_0x474d89(0xb5))/0x7*(-parseInt(_0x474d89(0xbd))/0x8)+parseInt(_0x474d89(0xb4))/0x9+parseInt(_0x474d89(0xb7))/0xa*(-parseInt(_0x474d89(0xaf))/0xb);if(_0x47ab25===_0x388b9d)break;else _0x10e210['push'](_0x10e210['shift']());}catch(_0x588246){_0x10e210['push'](_0x10e210['shift']());}}}(a171_0x2d54,0x6ee37));function a171_0x3960(_0x2867ff,_0x4b055d){const _0x2d54e1=a171_0x2d54();return a171_0x3960=function(_0x396030,_0x4c495a){_0x396030=_0x396030-0xaf;let _0x3a54f7=_0x2d54e1[_0x396030];return _0x3a54f7;},a171_0x3960(_0x2867ff,_0x4b055d);}const utilities=require(a171_0x599fed(0xc1));function a171_0x2d54(){const _0x1574e6=['fireFunnelTestEvent','exports','81Vwyaya','./utilities','4532jUnqxH','563743laNLgp','6xmOyAO','ETqiO','EsreS','1293795EwrWsX','404411LNKiGy','uhrdj','24610SZdsWx','RzejR','129524MTjNDX','1804652INUnzj','1324655oFEZZf','cancel','104xnXVnC'];a171_0x2d54=function(){return _0x1574e6;};return a171_0x2d54();}module[a171_0x599fed(0xbf)]=(_0x28f6d5,_0x25d04f,_0x5f27b3,_0x364ba0,_0x3a8b55,_0x2008e4)=>{const _0x3bd9e6=a171_0x599fed,_0x1af7a7={'RzejR':function(_0x945c82,_0x455e4e){return _0x945c82-_0x455e4e;},'ETqiO':function(_0x3aaa5b,_0x51bdbf){return _0x3aaa5b(_0x51bdbf);},'uhrdj':function(_0x404215,_0x14e6d3,_0x5179ea){return _0x404215(_0x14e6d3,_0x5179ea);},'BAEQf':function(_0x36759b,_0x3bc96e){return _0x36759b(_0x3bc96e);}};let _0x52974b,_0x3d5c03=![];const _0x42cd0f=new Promise((_0x4f0d18,_0x1b99e3)=>{const _0x3bbf37=a171_0x3960,_0x1bc66e={'EsreS':function(_0x5f075f,_0x33b71c){const _0x3b281d=a171_0x3960;return _0x1af7a7[_0x3b281d(0xb8)](_0x5f075f,_0x33b71c);},'EOHDT':function(_0x3211f1,_0x30351b){const _0x1517cf=a171_0x3960;return _0x1af7a7[_0x1517cf(0xb2)](_0x3211f1,_0x30351b);}};_0x52974b=_0x1af7a7[_0x3bbf37(0xb6)](setTimeout,()=>{const _0x3e0b4a=_0x3bbf37;if(!_0x3d5c03){const _0x2b6c7a={'status':''+_0x25d04f,'timeTaken':_0x1bc66e[_0x3e0b4a(0xb3)](new Date(),_0x364ba0)};utilities[_0x3e0b4a(0xbe)](_0x5f27b3,_0x2b6c7a,_0x3a8b55,_0x2008e4),_0x1bc66e['EOHDT'](_0x1b99e3,new Error(_0x25d04f));}},_0x28f6d5);});return _0x42cd0f[_0x3bd9e6(0xbc)]=()=>{_0x3d5c03=!![],_0x1af7a7['BAEQf'](clearTimeout,_0x52974b);},_0x42cd0f;};
@@ -1 +1 @@
1
- const a172_0x2a398e=a172_0x4bee;(function(_0x2a86f0,_0x5bad74){const _0x9acb35=a172_0x4bee,_0x59ff60=_0x2a86f0();while(!![]){try{const _0x258b09=-parseInt(_0x9acb35(0x86))/0x1+parseInt(_0x9acb35(0xe6))/0x2*(-parseInt(_0x9acb35(0xb2))/0x3)+parseInt(_0x9acb35(0x82))/0x4+-parseInt(_0x9acb35(0xea))/0x5*(-parseInt(_0x9acb35(0x91))/0x6)+-parseInt(_0x9acb35(0xc1))/0x7*(parseInt(_0x9acb35(0xc9))/0x8)+parseInt(_0x9acb35(0xc6))/0x9+parseInt(_0x9acb35(0x98))/0xa;if(_0x258b09===_0x5bad74)break;else _0x59ff60['push'](_0x59ff60['shift']());}catch(_0x9742b6){_0x59ff60['push'](_0x59ff60['shift']());}}}(a172_0x147a,0xaf5ca));function a172_0x147a(){const _0x19a464=['\x20has\x20now\x20read/write/execute\x20permissions.','wgmyR','qrQDb','util','env','19902wOwsff','ENV_VAR','stopPercy','config','debug','isAppAutomateSession','getAccessKey','19705320mwXWUX','version','oDlbE','DGAYI','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','error','unhandledErrors','[REDACTED]','DiHXE','toString','ruadD','qABKl','user_killed','requirePWModule','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','application/json','every','SDKTestSuccessful','pRdOV','null','undefined','myteO','finishedMetadata','killSignal','HHPUU','values','9426bxgDwi','getOptimalHubUrl','YbcIg','gtkPi','getNodeAgent','deviceName','\x20:\x20','osVersion','getTurboScaleBuildLink','sendLogs','setReadWriteExecuteAccess','BZWFe','buildName','POST','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','8822674LjmdRw','push','format','stack','notifyUpdate','5420340LyDyej','sdkRunId','winstonLogger','8BeHlzJ','errorMessage','getGlobal','_buildHashedId','CbgCT','asHbk','yRMMh','W_OK','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','getSessionsList','./helper','split','Error\x20in\x20firing\x20request\x20to\x20','stringify','body','./testhub/utils','accessSync','getFrameworkVersion','content-type','KpoFC','../helpers/testhub/constants','getTurboScaleSessionsList','getPackageVersion','bdMaA','selenium-webdriver','globalException','KqLLa','apply','sanitizeBrowserStackConfig','540JvIrhQ','forEach','name','Directory\x20','1745WZhOjc','fUUdE','\x20response\x20-\x20','isBrowserstackInfra','event_properties','BROWSERSTACK_TESTHUB_UUID','keys','HKoCR','./performance/performance-tester','browser','trim','length','liTyM','anXSM','HPrfF','SDK\x20run\x20ended\x20for\x20id:\x20','source','fireFunnelTestEvent','isNullOrEmpty','buildIdentifier','assign','playwrightVersion','tests','Failed\x20to\x20set\x20directory\x20access:\x20','./globals','fUlLh','kIwgz','./logger','AUTOMATE','X_OK','parse','info','IbCjW','replace','all',',\x20testhub\x20id:\x20','ExZUa','_hubAllocationData','getUserName','./test-observability/utils','1976484CACmWz','DnmqV','vytgy','nodejs','1397542YuxtZS','framework','miiuj','browserVersion','ilqMl','getStackTraceAsString'];a172_0x147a=function(){return _0x19a464;};return a172_0x147a();}const os=require('os'),util=require(a172_0x2a398e(0x8f)),fs=require('fs'),{getProductMap}=require(a172_0x2a398e(0xd8)),logger=require(a172_0x2a398e(0x105))[a172_0x2a398e(0xc8)],constants=require('../bin/utils/constants'),testHubConstants=require(a172_0x2a398e(0xdd)),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require('../bin/utils/constants'),{generateCIArtifacts,printNudgeLocalNotSetError}=require('./helper'),PerformanceTester=require(a172_0x2a398e(0xf2)),globals=require(a172_0x2a398e(0x102)),helper=require(a172_0x2a398e(0xd3)),{isTestObservabilitySession}=require(a172_0x2a398e(0x81));let unhandledErrors='';function a172_0x4bee(_0x2b5a9d,_0x2ca74c){const _0x147a74=a172_0x147a();return a172_0x4bee=function(_0x4bee2b,_0x1dcf36){_0x4bee2b=_0x4bee2b-0x7d;let _0x5de1a0=_0x147a74[_0x4bee2b];return _0x5de1a0;},a172_0x4bee(_0x2b5a9d,_0x2ca74c);}exports['fireFunnelTestEvent']=async(_0x4a3b47,_0x55b9cf={},_0x1a4860,_0x1ff67c,_0x5cbcee=![])=>{const _0x4782b1=a172_0x2a398e,_0x2bda4c={'DGAYI':function(_0x53c0bd,_0x1e1690){return _0x53c0bd===_0x1e1690;},'UmMdD':'object','HKoCR':function(_0x324c2c,_0x502b10){return _0x324c2c>_0x502b10;},'bdMaA':function(_0xc39c5c,_0x1b0288){return _0xc39c5c>_0x1b0288;},'asHbk':_0x4782b1(0x100),'ruadD':function(_0x385bfb){return _0x385bfb();},'vytgy':function(_0x3aa684,_0x30cd33){return _0x3aa684==_0x30cd33;},'oDlbE':_0x4782b1(0xab),'BZWFe':function(_0x174081,_0x17437c){return _0x174081===_0x17437c;},'yRMMh':_0x4782b1(0xac),'KqLLa':function(_0x3812aa,_0x5b57ee){return _0x3812aa>_0x5b57ee;},'gtkPi':'codeceptjs','qFrur':function(_0x4c50e2,_0x4d0d0d){return _0x4c50e2!==_0x4d0d0d;},'liTyM':'Playwright','HHPUU':_0x4782b1(0x9d),'ilqMl':function(_0x1289c3,_0x19a6c2){return _0x1289c3>_0x19a6c2;},'IbCjW':function(_0x5846d3,_0x30a6ca){return _0x5846d3+_0x30a6ca;},'OxyaM':'Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','CbgCT':_0x4782b1(0xcc),'pRdOV':function(_0x1c125b,_0x40e395){return _0x1c125b(_0x40e395);},'fUlLh':'unknown','kIwgz':_0x4782b1(0x85),'fUUdE':function(_0x5cbcd6,_0x1ce2b7){return _0x5cbcd6===_0x1ce2b7;},'KpoFC':_0x4782b1(0xa9),'anXSM':_0x4782b1(0xe1),'DnmqV':_0x4782b1(0xa7),'qABKl':_0x4782b1(0x9f),'LYgxs':_0x4782b1(0xbf)};let _0x5726c4=[];if(helper[_0x4782b1(0xed)]()&&_0x2bda4c[_0x4782b1(0xa2)](isTestObservabilitySession))_0x5726c4=helper[_0x4782b1(0x96)](_0x1a4860)?constants['APP_AUTOMATE_PRODUCTS']:constants['AUTOMATE_PRODUCTS'];else{if(_0x2bda4c['ruadD'](isTestObservabilitySession))_0x5726c4=constants[_0x4782b1(0xd1)];else helper[_0x4782b1(0xed)]()&&(_0x5726c4=helper[_0x4782b1(0x96)](_0x1a4860)?constants['APP_AUTOMATE']:constants[_0x4782b1(0x106)]);}let _0x3fafef=_0x1a4860[_0x4782b1(0xfd)];if(_0x2bda4c[_0x4782b1(0x84)](_0x3fafef,null))_0x3fafef=_0x2bda4c[_0x4782b1(0x9a)];else _0x2bda4c[_0x4782b1(0xbd)](_0x3fafef,undefined)&&(_0x3fafef=_0x2bda4c['yRMMh']);unhandledErrors&&_0x2bda4c[_0x4782b1(0xe3)](unhandledErrors['length'],0x0)&&(_0x55b9cf[_0x4782b1(0xe2)]=unhandledErrors);global[_0x4782b1(0xc7)]&&(_0x55b9cf[_0x4782b1(0xc7)]=global['sdkRunId']);try{if(_0x55b9cf[_0x4782b1(0x9d)]){if(_0x2bda4c[_0x4782b1(0x9b)](_0x1ff67c,_0x2bda4c[_0x4782b1(0xb5)])&&_0x2bda4c['HKoCR'](_0x55b9cf['error'][_0x4782b1(0xf5)],0x0)){const _0x568fd9={};_0x568fd9['os']='',_0x568fd9[_0x4782b1(0xb9)]='',_0x568fd9[_0x4782b1(0xf3)]='',_0x568fd9[_0x4782b1(0x89)]='';const _0x157ee7=_0x568fd9;let _0x404ec8={};const _0x305290=_0x55b9cf[_0x4782b1(0x9d)];_0x404ec8=_0x305290['reduce']((_0x222c5f,_0x3fc1a4)=>{for(const _0x44b341 in _0x3fc1a4){_0x222c5f[_0x44b341]=_0x3fc1a4[_0x44b341];}return _0x222c5f;},{});const _0x410c03={};_0x410c03[_0x4782b1(0x100)]=_0x404ec8,_0x55b9cf[_0x4782b1(0x9d)]=[Object['assign']({},_0x157ee7,_0x410c03)];}else{let _0x1608ad=0x0;const _0x52e055=_0x2bda4c['qFrur'](_0x1ff67c,_0x2bda4c[_0x4782b1(0xf6)])?JSON[_0x4782b1(0x108)](_0x55b9cf[_0x4782b1(0x9d)]):_0x55b9cf['error'],_0x96ce56=Object[_0x4782b1(0xb1)](_0x52e055);_0x96ce56[_0x4782b1(0xe7)](_0x21eb84=>{const _0xe22b1d=_0x4782b1;if(_0x2bda4c[_0xe22b1d(0x9b)](typeof _0x21eb84,_0x2bda4c['UmMdD'])){const _0x3a759f=Object['values'](_0x21eb84);!_0x3a759f[_0xe22b1d(0xa8)](_0x1c71e4=>_0x1c71e4===null||_0x1c71e4===undefined||_0x1c71e4==='')&&(_0x1608ad+=0x1);}});if(_0x2bda4c['DGAYI'](_0x1608ad,0x0))delete _0x55b9cf[_0x2bda4c[_0x4782b1(0xb0)]];else{const _0x9990b1=[];Object['keys'](_0x52e055)[_0x4782b1(0xe7)](_0x208e4d=>{const _0x46669e=_0x4782b1,_0x5b0db3={'qrQDb':function(_0x3a9b4f,_0x296e4c){const _0x38f6d5=a172_0x4bee;return _0x2bda4c[_0x38f6d5(0xf1)](_0x3a9b4f,_0x296e4c);}},[_0x312d9d,_0x28ab3f,_0x12a8d4,_0x79a5af]=_0x208e4d[_0x46669e(0xd4)](',\x20');let _0x1a22ee={};if(!_0x79a5af){const _0x16f04e={};_0x16f04e[_0x46669e(0xb7)]=_0x312d9d,_0x16f04e[_0x46669e(0xb9)]=_0x28ab3f,_0x16f04e[_0x46669e(0xf3)]=_0x12a8d4,_0x1a22ee=_0x16f04e;}else{const _0x14a108={};_0x14a108['os']=_0x312d9d,_0x14a108['osVersion']=_0x28ab3f,_0x14a108[_0x46669e(0xf3)]=_0x12a8d4,_0x14a108[_0x46669e(0x89)]=_0x79a5af,_0x1a22ee=_0x14a108;}const _0x23cd39={},_0x3d5c6d=_0x52e055[_0x208e4d];Object['keys'](_0x3d5c6d)['forEach'](_0x220549=>{const _0x29a4b2=_0x46669e;_0x5b0db3[_0x29a4b2(0x8e)](_0x3d5c6d[_0x220549][_0x29a4b2(0xf5)],0x0)&&(_0x23cd39[_0x220549]=_0x3d5c6d[_0x220549]);}),_0x2bda4c[_0x46669e(0xe0)](Object[_0x46669e(0xf0)](_0x23cd39)[_0x46669e(0xf5)],0x0)&&(_0x1a22ee[_0x2bda4c[_0x46669e(0xce)]]=_0x23cd39,_0x9990b1[_0x46669e(0xc2)](_0x1a22ee));}),_0x2bda4c[_0x4782b1(0x8a)](_0x9990b1[_0x4782b1(0xf5)],0x0)?_0x55b9cf[_0x4782b1(0x9d)]=_0x9990b1:delete _0x55b9cf[_0x2bda4c[_0x4782b1(0xb0)]];}}}}catch(_0x48b7a1){delete _0x55b9cf[_0x2bda4c[_0x4782b1(0xb0)]],logger[_0x4782b1(0x95)](_0x2bda4c[_0x4782b1(0x10a)](_0x2bda4c['OxyaM'],_0x48b7a1));}const _0x18c847=helper['getTestFrameworkDetails'](_0x1a4860,_0x1a4860['framework']),_0x268a91={'userName':helper['getUserName'](_0x1a4860),'accessKey':helper[_0x4782b1(0x97)](_0x1a4860),'event_type':_0x4a3b47,'detectedFramework':_0x1ff67c,'buildHashedId':globals['getGlobal'](_0x2bda4c[_0x4782b1(0xcd)]),'optimalHubUrl':helper[_0x4782b1(0xb3)](),'event_properties':{'testhub_uuid':process[_0x4782b1(0x90)][testHubConstants[_0x4782b1(0x92)][_0x4782b1(0xef)]]||'','sdkRunId':global[_0x4782b1(0xc7)],'product_map':_0x2bda4c[_0x4782b1(0xaa)](getProductMap,_0x1a4860),'productMap':_0x2bda4c['pRdOV'](getProductMap,_0x1a4860),'language_framework':_0x1a4860[_0x4782b1(0xfa)]||_0x2bda4c[_0x4782b1(0x103)],'referrer':helper[_0x4782b1(0xb6)](_0x1ff67c),'framework':_0x1a4860['framework'],'frameworkVersion':helper[_0x4782b1(0xda)](_0x1ff67c),'automationFramework':_0x18c847[_0x4782b1(0xe8)],'automationFrameworkVersion':_0x18c847[_0x4782b1(0x99)],'language':_0x2bda4c[_0x4782b1(0x104)],'languageVersion':process[_0x4782b1(0x99)],'product':_0x5726c4,'buildName':_0x1a4860[_0x4782b1(0xbe)]||_0x2bda4c[_0x4782b1(0xcf)],'buildIdentifier':_0x3fafef,'os':os['type']()||_0x2bda4c[_0x4782b1(0x103)],'hostname':os['hostname']()||_0x2bda4c[_0x4782b1(0x103)],..._0x55b9cf,'isCLIEnabled':_0x5cbcee}};try{_0x2bda4c[_0x4782b1(0xeb)](_0x4a3b47,_0x2bda4c[_0x4782b1(0xdc)])&&(_0x268a91[_0x4782b1(0xee)]['browserStackConfig']=helper[_0x4782b1(0xe5)](_0x1a4860)),_0x2bda4c[_0x4782b1(0xeb)](_0x1ff67c,_0x2bda4c[_0x4782b1(0xf6)])?_0x268a91[_0x4782b1(0xee)][_0x4782b1(0xff)]=helper[_0x4782b1(0xa5)][_0x4782b1(0xe4)](null,_0x2bda4c[_0x4782b1(0xa2)](getTransformPath),!![]):_0x268a91[_0x4782b1(0xee)]['seleniumVersion']=helper[_0x4782b1(0xdf)](_0x2bda4c[_0x4782b1(0xf7)]);}catch(_0x23f038){logger[_0x4782b1(0x95)](_0x4782b1(0x9c)+_0x23f038);}const _0x355066={};_0x355066[_0x4782b1(0xdb)]=_0x2bda4c[_0x4782b1(0x83)];const _0x59c6fe={'headers':_0x355066,'body':_0x268a91,'auth':{'user':helper[_0x4782b1(0x80)](_0x1a4860),'pass':helper[_0x4782b1(0x97)](_0x1a4860)},'json':!![]};logger[_0x4782b1(0x95)](_0x4782b1(0xa6)+JSON[_0x4782b1(0xd6)](_0x59c6fe[_0x4782b1(0xd7)])[_0x4782b1(0x10b)](new RegExp(helper['getUserName'](_0x1a4860),'g'),_0x2bda4c[_0x4782b1(0xa3)])[_0x4782b1(0x10b)](new RegExp(helper['getAccessKey'](_0x1a4860),'g'),_0x2bda4c[_0x4782b1(0xa3)]));try{const _0x296989=await helper['nodeRequest'](_0x2bda4c['LYgxs'],FUNNEL_INSTRUMENTATION_API_URL,_0x59c6fe,_0x1a4860);logger[_0x4782b1(0x95)]('API\x20Event\x20'+_0x4a3b47+_0x4782b1(0xec)+util[_0x4782b1(0xc3)]('%j',_0x296989));}catch(_0x1bcd7f){logger[_0x4782b1(0x95)](_0x4782b1(0xd5)+FUNNEL_INSTRUMENTATION_API_URL+_0x4782b1(0xb8)+util['format'](_0x1bcd7f));}},exports['finalExecution']=async(_0x5ab777,_0x584710=![])=>{const _0x335402=a172_0x2a398e,_0x5a2568={'Cwwri':function(_0x327201){return _0x327201();},'NXYoO':_0x335402(0x7f),'miiuj':_0x335402(0xae),'DiHXE':_0x335402(0xa4),'wgmyR':_0x335402(0xa9),'ExZUa':function(_0x2bc594,_0xdd735d,_0x31af56){return _0x2bc594(_0xdd735d,_0x31af56);},'YbcIg':function(_0x2d5e04,_0x41abb4){return _0x2d5e04+_0x41abb4;},'QFFxh':_0x335402(0xc0)};try{await _0x5ab777[_0x335402(0x93)](),_0x5a2568['Cwwri'](printNudgeLocalNotSetError);const _0x21980f={};_0x21980f[_0x335402(0x9d)]=_0x5ab777[_0x335402(0xca)]?_0x5ab777[_0x335402(0xca)]:'{}';const _0x329f41=_0x21980f,_0x1bba0d=Object[_0x335402(0xfe)]({},_0x329f41),_0x203e73=globals[_0x335402(0xcb)](_0x5a2568['NXYoO']);_0x203e73&&(_0x1bba0d['hubAllocation']=_0x203e73);!!_0x5ab777[_0x335402(0xaf)]&&(_0x1bba0d[_0x5a2568[_0x335402(0x88)]]={'reason':_0x5a2568[_0x335402(0xa0)],'signal':_0x5ab777['killSignal']});unhandledErrors=_0x5ab777[_0x335402(0x9e)]['join']('\x0a');let _0x4d3834,_0x2845de,_0x56ac1f;helper['isTurboScaleSession'](_0x5ab777[_0x335402(0x94)])?([_0x4d3834,_0x2845de]=await helper[_0x335402(0xba)](_0x5ab777[_0x335402(0x94)]),[_0x56ac1f]=await Promise[_0x335402(0x10c)]([helper[_0x335402(0xde)](_0x4d3834,_0x5ab777[_0x335402(0x94)]),exports[_0x335402(0xfb)](_0x5a2568['wgmyR'],_0x1bba0d,_0x5ab777[_0x335402(0x94)],_0x5ab777['framework'],_0x584710)])):([_0x4d3834,_0x2845de]=await helper['getBuildLink'](_0x5ab777['config']),[_0x56ac1f]=await Promise[_0x335402(0x10c)]([helper[_0x335402(0xd2)](_0x4d3834,_0x5ab777['config']),exports[_0x335402(0xfb)](_0x5a2568[_0x335402(0x8d)],_0x1bba0d,_0x5ab777[_0x335402(0x94)],_0x5ab777[_0x335402(0x87)],_0x584710)])),_0x56ac1f&&await _0x5a2568[_0x335402(0x7e)](generateCIArtifacts,_0x56ac1f,_0x2845de),logger[_0x335402(0x109)](_0x335402(0xf9)+_0x5ab777[_0x335402(0xc7)]+_0x335402(0x7d)+process[_0x335402(0x90)][_0x335402(0xef)]),await helper[_0x335402(0xbb)](_0x5ab777[_0x335402(0x94)]);}catch(_0x942250){logger[_0x335402(0x95)](_0x5a2568[_0x335402(0xb4)](_0x5a2568['QFFxh'],_0x942250));}helper[_0x335402(0xc5)]();},exports[a172_0x2a398e(0x8b)]=_0xd746a7=>{const _0x3bd92f=a172_0x2a398e,_0x1e365a={'ZcECZ':function(_0x280ded,_0x4d452b){return _0x280ded instanceof _0x4d452b;},'uVQIn':function(_0x259af8,_0x510798){return _0x259af8(_0x510798);}};try{if(_0x1e365a['ZcECZ'](_0xd746a7,Error))return _0xd746a7[_0x3bd92f(0xc4)]||_0xd746a7[_0x3bd92f(0xa1)]();return _0x1e365a['uVQIn'](String,_0xd746a7);}catch(_0xbbc374){return _0xd746a7?_0xd746a7['toString']():'';}},exports[a172_0x2a398e(0xfc)]=_0x4106ca=>{const _0x5d5fad=a172_0x2a398e,_0x15b9d0={};_0x15b9d0[_0x5d5fad(0xf8)]=function(_0x425a24,_0x4ab2a9){return _0x425a24===_0x4ab2a9;};const _0x30ba15=_0x15b9d0;return!_0x4106ca||_0x30ba15[_0x5d5fad(0xf8)](_0x4106ca[_0x5d5fad(0xf4)](),'');},exports['isModifiable']=_0x3ef64f=>{const _0x7a5cd1=a172_0x2a398e,_0xf0ade9={};_0xf0ade9[_0x7a5cd1(0xad)]=function(_0x3c6166,_0x22bde2){return _0x3c6166|_0x22bde2;};const _0x13a0fc=_0xf0ade9;try{return fs[_0x7a5cd1(0xd9)](_0x3ef64f,_0x13a0fc['myteO'](fs['constants'][_0x7a5cd1(0xd0)],fs['constants'][_0x7a5cd1(0x107)])),!![];}catch(_0x268fd5){return![];}},exports[a172_0x2a398e(0xbc)]=_0x337237=>{const _0x3aeec2=a172_0x2a398e;try{fs['chmodSync'](_0x337237,0x1ff),logger['debug'](_0x3aeec2(0xe9)+_0x337237+_0x3aeec2(0x8c));}catch(_0x12b5f7){logger[_0x3aeec2(0x9d)](_0x3aeec2(0x101)+exports[_0x3aeec2(0x8b)](_0x12b5f7));}};
1
+ const a172_0x9c2a32=a172_0x259c;(function(_0x330e14,_0x1510b9){const _0x189779=a172_0x259c,_0x26952a=_0x330e14();while(!![]){try{const _0x3c481f=-parseInt(_0x189779(0xcb))/0x1+parseInt(_0x189779(0x120))/0x2*(parseInt(_0x189779(0x10b))/0x3)+-parseInt(_0x189779(0x124))/0x4+-parseInt(_0x189779(0xc0))/0x5+-parseInt(_0x189779(0xee))/0x6*(-parseInt(_0x189779(0xd5))/0x7)+parseInt(_0x189779(0xf4))/0x8+parseInt(_0x189779(0xe4))/0x9*(parseInt(_0x189779(0x14c))/0xa);if(_0x3c481f===_0x1510b9)break;else _0x26952a['push'](_0x26952a['shift']());}catch(_0x199abb){_0x26952a['push'](_0x26952a['shift']());}}}(a172_0x11d3,0x37087));const os=require('os'),util=require(a172_0x9c2a32(0x127)),fs=require('fs'),{getProductMap}=require(a172_0x9c2a32(0xf3)),logger=require('./logger')[a172_0x9c2a32(0x105)],constants=require(a172_0x9c2a32(0x112)),testHubConstants=require(a172_0x9c2a32(0xbe)),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a172_0x9c2a32(0x112)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a172_0x9c2a32(0x103)),PerformanceTester=require(a172_0x9c2a32(0x123)),globals=require('./globals'),helper=require('./helper'),{isTestObservabilitySession}=require(a172_0x9c2a32(0x100));let unhandledErrors='';function a172_0x259c(_0x45057c,_0x27a678){const _0x11d344=a172_0x11d3();return a172_0x259c=function(_0x259c8d,_0x27f823){_0x259c8d=_0x259c8d-0xb5;let _0x1e3c6f=_0x11d344[_0x259c8d];return _0x1e3c6f;},a172_0x259c(_0x45057c,_0x27a678);}exports['fireFunnelTestEvent']=async(_0x2befa6,_0x2217bc={},_0x533b50,_0x14d91d,_0x559df3=![])=>{const _0x4e0bd2=a172_0x9c2a32,_0xf01366={'iIqeD':function(_0x1a366e,_0x3d70fb){return _0x1a366e===_0x3d70fb;},'HZrmG':_0x4e0bd2(0xf6),'dZkho':function(_0x5937a4,_0x4b2b00){return _0x5937a4>_0x4b2b00;},'QDXGo':function(_0x874f44,_0x251723){return _0x874f44>_0x251723;},'EqefY':_0x4e0bd2(0xb7),'kivTG':function(_0xe08980){return _0xe08980();},'gpCHR':function(_0x189741){return _0x189741();},'GMEoW':function(_0x412363,_0x42694b){return _0x412363==_0x42694b;},'hfdZD':_0x4e0bd2(0xdf),'HoFkU':_0x4e0bd2(0x108),'yuGTu':function(_0xf6894d,_0x5dca05){return _0xf6894d===_0x5dca05;},'zzxLr':'codeceptjs','CVzCU':function(_0x3aee48,_0x1f7dd1){return _0x3aee48!==_0x1f7dd1;},'rjZlB':'Playwright','oyErP':function(_0x590028,_0x1687af){return _0x590028===_0x1687af;},'XKrkA':_0x4e0bd2(0xf1),'NOMAT':function(_0x30441c,_0x41e1df){return _0x30441c>_0x41e1df;},'eAGkG':function(_0x1735d1,_0xb811b7){return _0x1735d1+_0xb811b7;},'Cotso':_0x4e0bd2(0xd0),'XiUeY':_0x4e0bd2(0x13e),'ovFKo':function(_0x5e426d,_0x54840a){return _0x5e426d(_0x54840a);},'BwobX':_0x4e0bd2(0x11a),'WrvsA':_0x4e0bd2(0x10e),'YNDYM':_0x4e0bd2(0xff),'uKiPi':function(_0x5c5f63,_0x3afce0){return _0x5c5f63===_0x3afce0;},'ReJOS':_0x4e0bd2(0x138),'yicZd':_0x4e0bd2(0xe8),'swQYy':_0x4e0bd2(0xb8),'bQTXD':_0x4e0bd2(0xfd)};let _0xc1b4bb=[];if(helper[_0x4e0bd2(0x11f)]()&&_0xf01366[_0x4e0bd2(0xe2)](isTestObservabilitySession))_0xc1b4bb=helper[_0x4e0bd2(0x12d)](_0x533b50)?constants[_0x4e0bd2(0xd2)]:constants[_0x4e0bd2(0xc6)];else{if(_0xf01366[_0x4e0bd2(0x141)](isTestObservabilitySession))_0xc1b4bb=constants[_0x4e0bd2(0x146)];else helper[_0x4e0bd2(0x11f)]()&&(_0xc1b4bb=helper[_0x4e0bd2(0x12d)](_0x533b50)?constants[_0x4e0bd2(0xec)]:constants[_0x4e0bd2(0xf0)]);}let _0x1cbe8c=_0x533b50[_0x4e0bd2(0x14f)];if(_0xf01366[_0x4e0bd2(0xeb)](_0x1cbe8c,null))_0x1cbe8c=_0xf01366['hfdZD'];else _0xf01366[_0x4e0bd2(0xf5)](_0x1cbe8c,undefined)&&(_0x1cbe8c=_0xf01366[_0x4e0bd2(0x114)]);unhandledErrors&&_0xf01366['QDXGo'](unhandledErrors[_0x4e0bd2(0x109)],0x0)&&(_0x2217bc[_0x4e0bd2(0xca)]=unhandledErrors);global['sdkRunId']&&(_0x2217bc[_0x4e0bd2(0x10f)]=global[_0x4e0bd2(0x10f)]);try{if(_0x2217bc[_0x4e0bd2(0xf1)]){if(_0xf01366['yuGTu'](_0x14d91d,_0xf01366[_0x4e0bd2(0xfc)])&&_0xf01366[_0x4e0bd2(0x14a)](_0x2217bc[_0x4e0bd2(0xf1)][_0x4e0bd2(0x109)],0x0)){const _0x304535={};_0x304535['os']='',_0x304535[_0x4e0bd2(0x140)]='',_0x304535[_0x4e0bd2(0x11c)]='',_0x304535[_0x4e0bd2(0xf8)]='';const _0x5d41c9=_0x304535;let _0x9f90aa={};const _0x4d5e1b=_0x2217bc['error'];_0x9f90aa=_0x4d5e1b[_0x4e0bd2(0xc5)]((_0x3cc86d,_0x186ae8)=>{for(const _0x3659ce in _0x186ae8){_0x3cc86d[_0x3659ce]=_0x186ae8[_0x3659ce];}return _0x3cc86d;},{});const _0x573491={};_0x573491[_0x4e0bd2(0xb7)]=_0x9f90aa,_0x2217bc[_0x4e0bd2(0xf1)]=[Object[_0x4e0bd2(0x14d)]({},_0x5d41c9,_0x573491)];}else{let _0x55de73=0x0;const _0x24e0d4=_0xf01366[_0x4e0bd2(0x10c)](_0x14d91d,_0xf01366['rjZlB'])?JSON[_0x4e0bd2(0xe7)](_0x2217bc[_0x4e0bd2(0xf1)]):_0x2217bc[_0x4e0bd2(0xf1)],_0x15e156=Object[_0x4e0bd2(0x13b)](_0x24e0d4);_0x15e156['forEach'](_0x1af8b6=>{const _0x193600=_0x4e0bd2;if(_0xf01366[_0x193600(0xf5)](typeof _0x1af8b6,_0xf01366['HZrmG'])){const _0x427407=Object['values'](_0x1af8b6);!_0x427407[_0x193600(0x12a)](_0x3df3fb=>_0x3df3fb===null||_0x3df3fb===undefined||_0x3df3fb==='')&&(_0x55de73+=0x1);}});if(_0xf01366[_0x4e0bd2(0xb9)](_0x55de73,0x0))delete _0x2217bc[_0xf01366[_0x4e0bd2(0x11d)]];else{const _0x4363df=[];Object['keys'](_0x24e0d4)[_0x4e0bd2(0x135)](_0x1a9746=>{const _0x47b64f=_0x4e0bd2,[_0x364bd1,_0x5f1f67,_0x53faf7,_0x4c29a4]=_0x1a9746['split'](',\x20');let _0x565461={};if(!_0x4c29a4){const _0xa950f7={};_0xa950f7[_0x47b64f(0xe1)]=_0x364bd1,_0xa950f7[_0x47b64f(0x140)]=_0x5f1f67,_0xa950f7[_0x47b64f(0x11c)]=_0x53faf7,_0x565461=_0xa950f7;}else{const _0x461d78={};_0x461d78['os']=_0x364bd1,_0x461d78[_0x47b64f(0x140)]=_0x5f1f67,_0x461d78[_0x47b64f(0x11c)]=_0x53faf7,_0x461d78[_0x47b64f(0xf8)]=_0x4c29a4,_0x565461=_0x461d78;}const _0x4028a5={},_0x26c1aa=_0x24e0d4[_0x1a9746];Object['keys'](_0x26c1aa)[_0x47b64f(0x135)](_0x137336=>{const _0x3ea618=_0x47b64f;_0xf01366[_0x3ea618(0x14a)](_0x26c1aa[_0x137336][_0x3ea618(0x109)],0x0)&&(_0x4028a5[_0x137336]=_0x26c1aa[_0x137336]);}),_0xf01366[_0x47b64f(0x11b)](Object[_0x47b64f(0x11e)](_0x4028a5)['length'],0x0)&&(_0x565461[_0xf01366[_0x47b64f(0xd3)]]=_0x4028a5,_0x4363df[_0x47b64f(0xbd)](_0x565461));}),_0xf01366['NOMAT'](_0x4363df['length'],0x0)?_0x2217bc[_0x4e0bd2(0xf1)]=_0x4363df:delete _0x2217bc[_0xf01366[_0x4e0bd2(0x11d)]];}}}}catch(_0x36c9bc){delete _0x2217bc[_0xf01366[_0x4e0bd2(0x11d)]],logger[_0x4e0bd2(0xdc)](_0xf01366[_0x4e0bd2(0xda)](_0xf01366[_0x4e0bd2(0x147)],_0x36c9bc));}const _0x5599ed=helper[_0x4e0bd2(0x117)](_0x533b50,_0x533b50[_0x4e0bd2(0xc1)]),_0x50182e={'userName':helper[_0x4e0bd2(0x10d)](_0x533b50),'accessKey':helper[_0x4e0bd2(0xc2)](_0x533b50),'event_type':_0x2befa6,'detectedFramework':_0x14d91d,'buildHashedId':globals[_0x4e0bd2(0x101)](_0xf01366['XiUeY']),'optimalHubUrl':helper[_0x4e0bd2(0xd7)](),'event_properties':{'testhub_uuid':process[_0x4e0bd2(0x132)][testHubConstants[_0x4e0bd2(0xd9)]['BROWSERSTACK_TESTHUB_UUID']]||'','sdkRunId':global['sdkRunId'],'product_map':_0xf01366[_0x4e0bd2(0x129)](getProductMap,_0x533b50),'productMap':_0xf01366[_0x4e0bd2(0x129)](getProductMap,_0x533b50),'language_framework':_0x533b50[_0x4e0bd2(0xcd)]||_0xf01366['BwobX'],'referrer':helper[_0x4e0bd2(0x14b)](_0x14d91d),'framework':_0x533b50[_0x4e0bd2(0xc1)],'frameworkVersion':helper[_0x4e0bd2(0xfb)](_0x14d91d),'automationFramework':_0x5599ed[_0x4e0bd2(0xc3)],'automationFrameworkVersion':_0x5599ed['version'],'language':_0xf01366[_0x4e0bd2(0x145)],'languageVersion':process[_0x4e0bd2(0x115)],'product':_0xc1b4bb,'buildName':_0x533b50[_0x4e0bd2(0xbc)]||_0xf01366['HoFkU'],'buildIdentifier':_0x1cbe8c,'os':os[_0x4e0bd2(0xb5)]()||_0xf01366[_0x4e0bd2(0xde)],'hostname':os['hostname']()||_0xf01366['BwobX'],..._0x2217bc,'isCLIEnabled':_0x559df3}};try{_0xf01366[_0x4e0bd2(0xdd)](_0x2befa6,_0xf01366[_0x4e0bd2(0xe9)])&&(_0x50182e[_0x4e0bd2(0x12c)][_0x4e0bd2(0x136)]=helper[_0x4e0bd2(0x128)](_0x533b50)),_0xf01366['uKiPi'](_0x14d91d,_0xf01366[_0x4e0bd2(0xe3)])?_0x50182e['event_properties'][_0x4e0bd2(0xc4)]=helper[_0x4e0bd2(0xba)][_0x4e0bd2(0x12f)](null,_0xf01366[_0x4e0bd2(0xe2)](getTransformPath),!![]):_0x50182e[_0x4e0bd2(0x12c)][_0x4e0bd2(0x12b)]=helper[_0x4e0bd2(0x12e)](_0xf01366[_0x4e0bd2(0xc7)]);}catch(_0x52cb96){logger['debug'](_0x4e0bd2(0xe0)+_0x52cb96);}const _0x1e7b7c={};_0x1e7b7c['content-type']=_0xf01366[_0x4e0bd2(0x116)];const _0x4dccb7={'headers':_0x1e7b7c,'body':_0x50182e,'auth':{'user':helper[_0x4e0bd2(0x10d)](_0x533b50),'pass':helper[_0x4e0bd2(0xc2)](_0x533b50)},'json':!![]};logger[_0x4e0bd2(0xdc)](_0x4e0bd2(0x143)+JSON[_0x4e0bd2(0x133)](_0x4dccb7[_0x4e0bd2(0x142)])[_0x4e0bd2(0xd4)](new RegExp(helper[_0x4e0bd2(0x10d)](_0x533b50),'g'),_0xf01366[_0x4e0bd2(0x137)])['replace'](new RegExp(helper[_0x4e0bd2(0xc2)](_0x533b50),'g'),_0xf01366['swQYy']));try{const _0xd06d59=await helper[_0x4e0bd2(0x119)](_0xf01366[_0x4e0bd2(0x149)],FUNNEL_INSTRUMENTATION_API_URL,_0x4dccb7,_0x533b50);logger[_0x4e0bd2(0xdc)](_0x4e0bd2(0xcc)+_0x2befa6+_0x4e0bd2(0x139)+util['format']('%j',_0xd06d59));}catch(_0x37a41e){logger['debug'](_0x4e0bd2(0xf9)+FUNNEL_INSTRUMENTATION_API_URL+_0x4e0bd2(0xc8)+util[_0x4e0bd2(0x121)](_0x37a41e));}},exports['finalExecution']=async(_0x11f52d,_0x1c7a6d=![])=>{const _0x47911c=a172_0x9c2a32,_0x862f0a={'ExBJE':function(_0x52317b){return _0x52317b();},'yEFDh':_0x47911c(0x14e),'MeAIZ':_0x47911c(0xf7),'lAvrs':_0x47911c(0x130),'UIwhD':'SDKTestSuccessful','KqJPk':function(_0x1940b3,_0x4083cb,_0x181ff4){return _0x1940b3(_0x4083cb,_0x181ff4);},'puQvn':function(_0x5929cc,_0x37d62a){return _0x5929cc+_0x37d62a;},'oIhVh':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};try{await _0x11f52d['stopPercy'](),_0x862f0a[_0x47911c(0xf2)](printNudgeLocalNotSetError);const _0x396eb5={};_0x396eb5[_0x47911c(0xf1)]=_0x11f52d[_0x47911c(0x110)]?_0x11f52d[_0x47911c(0x110)]:'{}';const _0xde5cee=_0x396eb5,_0x30f319=Object[_0x47911c(0x14d)]({},_0xde5cee),_0x294be9=globals[_0x47911c(0x101)](_0x862f0a[_0x47911c(0xbf)]);_0x294be9&&(_0x30f319[_0x47911c(0xed)]=_0x294be9);!!_0x11f52d[_0x47911c(0xd6)]&&(_0x30f319[_0x862f0a[_0x47911c(0x13c)]]={'reason':_0x862f0a['lAvrs'],'signal':_0x11f52d['killSignal']});unhandledErrors=_0x11f52d[_0x47911c(0xe5)]['join']('\x0a');let _0x445fd6,_0x24a79e,_0x2fa15f;helper[_0x47911c(0x13f)](_0x11f52d[_0x47911c(0x13a)])?([_0x445fd6,_0x24a79e]=await helper[_0x47911c(0xc9)](_0x11f52d[_0x47911c(0x13a)]),[_0x2fa15f]=await Promise[_0x47911c(0x102)]([helper['getTurboScaleSessionsList'](_0x445fd6,_0x11f52d[_0x47911c(0x13a)]),exports['fireFunnelTestEvent'](_0x862f0a[_0x47911c(0xef)],_0x30f319,_0x11f52d[_0x47911c(0x13a)],_0x11f52d['framework'],_0x1c7a6d)])):([_0x445fd6,_0x24a79e]=await helper[_0x47911c(0x104)](_0x11f52d[_0x47911c(0x13a)]),[_0x2fa15f]=await Promise['all']([helper[_0x47911c(0x106)](_0x445fd6,_0x11f52d['config']),exports[_0x47911c(0x126)](_0x862f0a[_0x47911c(0xef)],_0x30f319,_0x11f52d[_0x47911c(0x13a)],_0x11f52d[_0x47911c(0xc1)],_0x1c7a6d)])),_0x2fa15f&&await _0x862f0a[_0x47911c(0xcf)](generateCIArtifacts,_0x2fa15f,_0x24a79e),logger[_0x47911c(0xfa)]('SDK\x20run\x20ended\x20for\x20id:\x20'+_0x11f52d['sdkRunId']+',\x20testhub\x20id:\x20'+process[_0x47911c(0x132)][_0x47911c(0x131)]),await helper['sendLogs'](_0x11f52d[_0x47911c(0x13a)]);}catch(_0x468a8d){logger[_0x47911c(0xdc)](_0x862f0a[_0x47911c(0xb6)](_0x862f0a[_0x47911c(0x148)],_0x468a8d));}helper[_0x47911c(0xe6)]();},exports[a172_0x9c2a32(0x118)]=_0x2763dc=>{const _0xde4ce0=a172_0x9c2a32,_0x25edf9={'Baxth':function(_0x110abd,_0x5c3b3c){return _0x110abd instanceof _0x5c3b3c;},'DGcGW':function(_0x5d1c4a,_0x2e4d63){return _0x5d1c4a(_0x2e4d63);}};try{if(_0x25edf9[_0xde4ce0(0xd8)](_0x2763dc,Error))return _0x2763dc[_0xde4ce0(0xdb)]||_0x2763dc[_0xde4ce0(0x134)]();return _0x25edf9[_0xde4ce0(0x107)](String,_0x2763dc);}catch(_0x34efab){return _0x2763dc?_0x2763dc[_0xde4ce0(0x134)]():'';}},exports[a172_0x9c2a32(0xce)]=_0x56b055=>{const _0x26c8df=a172_0x9c2a32,_0xc30b5a={};_0xc30b5a[_0x26c8df(0xd1)]=function(_0x864908,_0x1ab950){return _0x864908===_0x1ab950;};const _0x398ba0=_0xc30b5a;return!_0x56b055||_0x398ba0[_0x26c8df(0xd1)](_0x56b055[_0x26c8df(0x122)](),'');},exports[a172_0x9c2a32(0x144)]=_0x1e5b90=>{const _0x4058f5=a172_0x9c2a32,_0xff2158={};_0xff2158['tsoXj']=function(_0x44394e,_0x4a36d8){return _0x44394e|_0x4a36d8;};const _0x514601=_0xff2158;try{return fs[_0x4058f5(0xfe)](_0x1e5b90,_0x514601['tsoXj'](fs[_0x4058f5(0x111)][_0x4058f5(0xbb)],fs[_0x4058f5(0x111)][_0x4058f5(0x125)])),!![];}catch(_0x495351){return![];}},exports[a172_0x9c2a32(0x13d)]=_0x2c00bf=>{const _0x1961bc=a172_0x9c2a32;try{fs['chmodSync'](_0x2c00bf,0x1ff),logger['debug'](_0x1961bc(0x10a)+_0x2c00bf+_0x1961bc(0x113));}catch(_0x4648ce){logger[_0x1961bc(0xf1)](_0x1961bc(0xea)+exports[_0x1961bc(0x118)](_0x4648ce));}};function a172_0x11d3(){const _0x120378=['KqJPk','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','HeBTb','APP_AUTOMATE_PRODUCTS','EqefY','replace','8547JTOexi','killSignal','getOptimalHubUrl','Baxth','ENV_VAR','eAGkG','stack','debug','yuGTu','BwobX','null','Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20','deviceName','kivTG','rjZlB','1179nuwJag','unhandledErrors','notifyUpdate','parse','application/json','YNDYM','Failed\x20to\x20set\x20directory\x20access:\x20','GMEoW','APP_AUTOMATE','hubAllocation','942UVQxRV','UIwhD','AUTOMATE','error','ExBJE','./testhub/utils','563432KFiHwq','iIqeD','object','finishedMetadata','browserVersion','Error\x20in\x20firing\x20request\x20to\x20','info','getFrameworkVersion','zzxLr','POST','accessSync','SDKTestSuccessful','./test-observability/utils','getGlobal','all','./helper','getBuildLink','winstonLogger','getSessionsList','DGcGW','undefined','length','Directory\x20','15NIJBza','CVzCU','getUserName','nodejs','sdkRunId','errorMessage','constants','../bin/utils/constants','\x20has\x20now\x20read/write/execute\x20permissions.','HoFkU','version','yicZd','getTestFrameworkDetails','getStackTraceAsString','nodeRequest','unknown','QDXGo','browser','XKrkA','keys','isBrowserstackInfra','63946RbyHtg','format','trim','./performance/performance-tester','1779380TTgaYe','X_OK','fireFunnelTestEvent','util','sanitizeBrowserStackConfig','ovFKo','every','seleniumVersion','event_properties','isAppAutomateSession','getPackageVersion','apply','user_killed','BROWSERSTACK_TESTHUB_UUID','env','stringify','toString','forEach','browserStackConfig','swQYy','selenium-webdriver','\x20response\x20-\x20','config','values','MeAIZ','setReadWriteExecuteAccess','_buildHashedId','isTurboScaleSession','osVersion','gpCHR','body','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','isModifiable','WrvsA','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','Cotso','oIhVh','bQTXD','dZkho','getNodeAgent','50590FZjWEC','assign','_hubAllocationData','buildIdentifier','type','puQvn','tests','[REDACTED]','oyErP','requirePWModule','W_OK','buildName','push','../helpers/testhub/constants','yEFDh','1750150zbuyjk','framework','getAccessKey','name','playwrightVersion','reduce','AUTOMATE_PRODUCTS','ReJOS','\x20:\x20','getTurboScaleBuildLink','globalException','64430icohNH','API\x20Event\x20','source','isNullOrEmpty'];a172_0x11d3=function(){return _0x120378;};return a172_0x11d3();}
@@ -1 +1 @@
1
- function a173_0x7d40(){var _0x1fc4a7=['browserstack.appiumLogs','debug','browserstack.user','browserstack.networkLogsOptions','lRcFa','IwpsG','browser','AztEG','browserstack.disableCorsRestrictions','timezone','browserstack.accessibilityOptions.wcagVersion','autoWait','browserstack.telemetryLogs','browserstack.console','uhGfz','eHdHD','imOml','KnIKD','KLobl','networkProfile','jFheP','browserstack.timezone','ScvJj','browserstack.localIdentifier','aDwjh','browserstack.key','resolution','PUzhg','simOptions','overridelocalInfo.localIdentifier','useW3c','XJvBn','testhubBuildUuid','seleniumLogs','maskBasicAuth','networkLogs','userName','local','browserstack.hosts','appiumVersion','accessibilityOptions.authToken','browserstack.idleTimeout','zxlrv','browser_version','UWDjQ','localIdentifier','browserstack.autoWait','mhBKq','fTRmh','browserstack.testhubBuildUuid','browserstack.maskBasicAuth','MUqaY','BIatA','W3CMapping','browserstack.browserstackSDK','veUDj','browserstack.simOptions','geoLocation','dPUtD','Kieiw','QLGwd','ZjoTs','os_version','QBIxP','4828040KgYdBw','accessibilityOptions.scannerVersion','deviceName','trDtp','2921416MeKdoP','device','vhqzF','xIWfF','HtXbd','browserstack.performance','126ExXPBm','buildName','25928uLEMbA','nmwvx','browserstackSDK','browserstack.selenium_version','JFCqI','wsLocalSupport','browserstack.seleniumLogs','isWXL','overridelocalInfo.userAuthToken','browserstack.wsLocalSupport','ylnmV','UJcbM','browserstack.geoLocation','playwrightVersion','browserstack.networkLogs','725788PngSXU','uploadMedia','browserstack.debug','browserstack.accessibilityOptions.scannerVersion','browserstack.local','browserstack.maskCommands','browserstack.video','browserstack.overridelocalInfo.userAuthToken','5073082hoUbBJ','sessionName','NrDfk','qtasL','accessibilityOptions.includeIssueType.bestPractice','accessibilityOptions.includeIssueType.needsReview','lRdGh','browserstack.buildIdentifier','browserVersion','accessibility','YFuiL','NqPUd','13674npQEuZ','consoleLogs','osVersion','browserstack.accessibilityOptions.scannerProcessingTimeout','project','browserstack.accessibilityOptions.authToken','hosts','iUwQo','xPdtp','Kfbly','QedCu','name','IKQxJ','browserstack.bfcache','headerParams','browserstack.accessibilityOptions.includeIssueType.bestPractice','accessibilityOptions.scannerProcessingTimeout','performance','gznwP','hjtbv','browserstack.networkProfile','iInTV','browserstack.enableSim','telemetryLogs','JJzQD','projectName','tOoVp','GgseH','FMlCv','5112uIHQHO','browserstack.headerParams','tfoxR','fxgqq','wUZom','buildIdentifier','realMobile','gPuqr','browserstack.appium_version','build','maskCommands','deviceOrientation','idleTimeout','accessKey','2105664QmkRTw'];a173_0x7d40=function(){return _0x1fc4a7;};return a173_0x7d40();}function a173_0x54e9(_0x98a394,_0x966174){var _0x7d4000=a173_0x7d40();return a173_0x54e9=function(_0x54e966,_0x44acd8){_0x54e966=_0x54e966-0x1b4;var _0x3237b6=_0x7d4000[_0x54e966];return _0x3237b6;},a173_0x54e9(_0x98a394,_0x966174);}var a173_0x4df083=a173_0x54e9;(function(_0x245e8d,_0x3b6368){var _0x58d804=a173_0x54e9,_0x24768a=_0x245e8d();while(!![]){try{var _0x150b45=parseInt(_0x58d804(0x1de))/0x1+parseInt(_0x58d804(0x1cd))/0x2*(parseInt(_0x58d804(0x1f2))/0x3)+-parseInt(_0x58d804(0x1c7))/0x4+parseInt(_0x58d804(0x1c3))/0x5+parseInt(_0x58d804(0x21d))/0x6+parseInt(_0x58d804(0x1e6))/0x7+-parseInt(_0x58d804(0x1cf))/0x8*(parseInt(_0x58d804(0x20f))/0x9);if(_0x150b45===_0x3b6368)break;else _0x24768a['push'](_0x24768a['shift']());}catch(_0x1ebec3){_0x24768a['push'](_0x24768a['shift']());}}}(a173_0x7d40,0x75ea2),exports[a173_0x4df083(0x1b8)]=()=>{var _0x5279dc=a173_0x4df083,_0x344e53={};_0x344e53[_0x5279dc(0x1be)]=_0x5279dc(0x242),_0x344e53[_0x5279dc(0x234)]=_0x5279dc(0x21c),_0x344e53[_0x5279dc(0x22c)]=_0x5279dc(0x1f4),_0x344e53[_0x5279dc(0x20d)]=_0x5279dc(0x224),_0x344e53[_0x5279dc(0x1d0)]=_0x5279dc(0x1ee),_0x344e53[_0x5279dc(0x230)]=_0x5279dc(0x23c),_0x344e53[_0x5279dc(0x223)]=_0x5279dc(0x20b),_0x344e53[_0x5279dc(0x24a)]=_0x5279dc(0x1ce),_0x344e53[_0x5279dc(0x20a)]=_0x5279dc(0x1e7),_0x344e53[_0x5279dc(0x1bd)]=_0x5279dc(0x243),_0x344e53[_0x5279dc(0x1fc)]=_0x5279dc(0x24b),_0x344e53['lRdGh']=_0x5279dc(0x21f),_0x344e53[_0x5279dc(0x225)]=_0x5279dc(0x1f3),_0x344e53['FMlCv']=_0x5279dc(0x241),_0x344e53[_0x5279dc(0x211)]='networkLogsOptions',_0x344e53['Kfbly']='appiumLogs',_0x344e53[_0x5279dc(0x1c2)]='video',_0x344e53[_0x5279dc(0x232)]=_0x5279dc(0x23f),_0x344e53[_0x5279dc(0x1f0)]=_0x5279dc(0x209),_0x344e53[_0x5279dc(0x1c6)]=_0x5279dc(0x1bc),_0x344e53['zxlrv']=_0x5279dc(0x227),_0x344e53[_0x5279dc(0x207)]='resolution',_0x344e53[_0x5279dc(0x22f)]='seleniumVersion',_0x344e53[_0x5279dc(0x1cb)]=_0x5279dc(0x219),_0x344e53[_0x5279dc(0x1b7)]=_0x5279dc(0x21b),_0x344e53[_0x5279dc(0x222)]=_0x5279dc(0x240),_0x344e53[_0x5279dc(0x1c9)]=_0x5279dc(0x229),_0x344e53[_0x5279dc(0x213)]=_0x5279dc(0x1f8),_0x344e53[_0x5279dc(0x1c0)]='bfcache',_0x344e53['fxgqq']=_0x5279dc(0x1d4),_0x344e53[_0x5279dc(0x24e)]='disableCorsRestrictions',_0x344e53['XJvBn']=_0x5279dc(0x1c5),_0x344e53[_0x5279dc(0x1bf)]='realMobile',_0x344e53[_0x5279dc(0x24d)]=_0x5279dc(0x245),_0x344e53[_0x5279dc(0x22d)]=_0x5279dc(0x21a),_0x344e53['gPuqr']='customNetwork',_0x344e53['gznwP']=_0x5279dc(0x231),_0x344e53['tOoVp']=_0x5279dc(0x214),_0x344e53['qCvsk']=_0x5279dc(0x1d1),_0x344e53[_0x5279dc(0x1ca)]=_0x5279dc(0x1ef),_0x344e53[_0x5279dc(0x1fa)]='buildProductMap',_0x344e53[_0x5279dc(0x1d9)]=_0x5279dc(0x23e),_0x344e53[_0x5279dc(0x1e8)]='accessibilityOptions.wcagVersion',_0x344e53[_0x5279dc(0x1ba)]=_0x5279dc(0x1c4),_0x344e53[_0x5279dc(0x239)]=_0x5279dc(0x202),_0x344e53['hjtbv']=_0x5279dc(0x1ea),_0x344e53[_0x5279dc(0x1fe)]=_0x5279dc(0x1eb),_0x344e53[_0x5279dc(0x236)]=_0x5279dc(0x246),_0x344e53[_0x5279dc(0x1e9)]=_0x5279dc(0x1df),_0x344e53[_0x5279dc(0x1d3)]='enableSim',_0x344e53[_0x5279dc(0x1da)]=_0x5279dc(0x23a),_0x344e53[_0x5279dc(0x1b6)]=_0x5279dc(0x1dc),_0x344e53[_0x5279dc(0x1d6)]=_0x5279dc(0x1d7),_0x344e53[_0x5279dc(0x1f1)]=_0x5279dc(0x23b),_0x344e53[_0x5279dc(0x1f9)]=_0x5279dc(0x200),_0x344e53[_0x5279dc(0x22e)]=_0x5279dc(0x203);var _0x3206dd=_0x344e53,_0x5e2123={};return _0x5e2123[_0x5279dc(0x220)]=_0x3206dd[_0x5279dc(0x1be)],_0x5e2123[_0x5279dc(0x237)]=_0x3206dd['ScvJj'],_0x5e2123['os']='os',_0x5e2123[_0x5279dc(0x1c1)]=_0x3206dd['uhGfz'],_0x5e2123['browser']=_0x3206dd[_0x5279dc(0x20d)],_0x5e2123[_0x5279dc(0x249)]=_0x3206dd['nmwvx'],_0x5e2123['browserstack.use_w3c']=_0x3206dd[_0x5279dc(0x230)],_0x5e2123[_0x5279dc(0x1f6)]=_0x3206dd[_0x5279dc(0x223)],_0x5e2123[_0x5279dc(0x218)]=_0x3206dd[_0x5279dc(0x24a)],_0x5e2123[_0x5279dc(0x1fd)]=_0x3206dd[_0x5279dc(0x20a)],_0x5e2123[_0x5279dc(0x1e2)]=_0x3206dd[_0x5279dc(0x1bd)],_0x5e2123[_0x5279dc(0x235)]=_0x3206dd['QedCu'],_0x5e2123[_0x5279dc(0x1e0)]=_0x3206dd[_0x5279dc(0x1ec)],_0x5e2123[_0x5279dc(0x22b)]=_0x3206dd['AztEG'],_0x5e2123[_0x5279dc(0x1dd)]=_0x3206dd[_0x5279dc(0x20e)],_0x5e2123[_0x5279dc(0x221)]=_0x3206dd[_0x5279dc(0x211)],_0x5e2123[_0x5279dc(0x21e)]=_0x3206dd[_0x5279dc(0x1fb)],_0x5e2123[_0x5279dc(0x1e4)]=_0x3206dd[_0x5279dc(0x1c2)],_0x5e2123[_0x5279dc(0x1d5)]=_0x3206dd['jFheP'],_0x5e2123[_0x5279dc(0x22a)]=_0x3206dd[_0x5279dc(0x1f0)],_0x5e2123[_0x5279dc(0x1db)]=_0x3206dd[_0x5279dc(0x1c6)],_0x5e2123[_0x5279dc(0x233)]=_0x3206dd[_0x5279dc(0x248)],_0x5e2123[_0x5279dc(0x238)]=_0x3206dd[_0x5279dc(0x207)],_0x5e2123[_0x5279dc(0x1d2)]=_0x3206dd[_0x5279dc(0x22f)],_0x5e2123[_0x5279dc(0x1e3)]=_0x3206dd['HtXbd'],_0x5e2123[_0x5279dc(0x247)]=_0x3206dd[_0x5279dc(0x1b7)],_0x5e2123[_0x5279dc(0x1b5)]=_0x3206dd[_0x5279dc(0x222)],_0x5e2123[_0x5279dc(0x24c)]=_0x3206dd[_0x5279dc(0x1c9)],_0x5e2123[_0x5279dc(0x244)]=_0x3206dd['wUZom'],_0x5e2123[_0x5279dc(0x1ff)]=_0x3206dd['ZjoTs'],_0x5e2123[_0x5279dc(0x1d8)]=_0x3206dd[_0x5279dc(0x212)],_0x5e2123[_0x5279dc(0x226)]=_0x3206dd[_0x5279dc(0x24e)],_0x5e2123[_0x5279dc(0x1c8)]=_0x3206dd[_0x5279dc(0x23d)],_0x5e2123[_0x5279dc(0x215)]=_0x3206dd['QLGwd'],_0x5e2123[_0x5279dc(0x217)]=_0x3206dd['mhBKq'],_0x5e2123['deviceOrientation']=_0x3206dd[_0x5279dc(0x22d)],_0x5e2123['browserstack.customNetwork']=_0x3206dd[_0x5279dc(0x216)],_0x5e2123[_0x5279dc(0x206)]=_0x3206dd[_0x5279dc(0x204)],_0x5e2123[_0x5279dc(0x1ed)]=_0x3206dd[_0x5279dc(0x20c)],_0x5e2123[_0x5279dc(0x1b9)]=_0x3206dd['qCvsk'],_0x5e2123['browserstack.accessibility']=_0x3206dd[_0x5279dc(0x1ca)],_0x5e2123['browserstack.buildProductMap']=_0x3206dd[_0x5279dc(0x1fa)],_0x5e2123[_0x5279dc(0x1b4)]=_0x3206dd['ylnmV'],_0x5e2123[_0x5279dc(0x228)]=_0x3206dd[_0x5279dc(0x1e8)],_0x5e2123[_0x5279dc(0x1e1)]=_0x3206dd[_0x5279dc(0x1ba)],_0x5e2123[_0x5279dc(0x1f5)]=_0x3206dd[_0x5279dc(0x239)],_0x5e2123[_0x5279dc(0x201)]=_0x3206dd[_0x5279dc(0x205)],_0x5e2123['browserstack.accessibilityOptions.includeIssueType.needsReview']=_0x3206dd[_0x5279dc(0x1fe)],_0x5e2123[_0x5279dc(0x1f7)]=_0x3206dd[_0x5279dc(0x236)],_0x5e2123['browserstack.uploadMedia']=_0x3206dd[_0x5279dc(0x1e9)],_0x5e2123[_0x5279dc(0x208)]=_0x3206dd['JFCqI'],_0x5e2123[_0x5279dc(0x1bb)]=_0x3206dd[_0x5279dc(0x1da)],_0x5e2123['browserstack.playwrightVersion']=_0x3206dd[_0x5279dc(0x1b6)],_0x5e2123[_0x5279dc(0x1e5)]=_0x3206dd[_0x5279dc(0x1d6)],_0x5e2123['browserstack.overridelocalInfo.localIdentifier']=_0x3206dd['NqPUd'],_0x5e2123[_0x5279dc(0x210)]=_0x3206dd[_0x5279dc(0x1f9)],_0x5e2123[_0x5279dc(0x1cc)]=_0x3206dd[_0x5279dc(0x22e)],_0x5e2123;});
1
+ var a173_0x554df6=a173_0x5c75;function a173_0x5c75(_0x418714,_0x181493){var _0x44a552=a173_0x44a5();return a173_0x5c75=function(_0x5c7532,_0x365c7e){_0x5c7532=_0x5c7532-0x14b;var _0x35e5d4=_0x44a552[_0x5c7532];return _0x35e5d4;},a173_0x5c75(_0x418714,_0x181493);}function a173_0x44a5(){var _0x5c99e5=['browserstack.overridelocalInfo.userAuthToken','1940538pZNqQw','azZYO','browserVersion','MkfXN','maskCommands','buildIdentifier','browserstack.maskCommands','weKGD','nmWXM','FKnRs','osVersion','wsLocalSupport','device','mmPQX','hosts','browserstack.video','xbIvI','browserstack.telemetryLogs','browserstack.geoLocation','browserstack.disableCorsRestrictions','appiumLogs','NLzfi','595440AyHrKT','18FwEUam','ZOkNO','NJoHg','smkoF','accessibilityOptions.includeIssueType.needsReview','UDznX','browserstack.networkProfile','seleniumLogs','LBZFi','buildName','fxapM','accessKey','build','browserstack.accessibilityOptions.wcagVersion','browserstack.hosts','OQZfJ','consoleLogs','NpcUh','fbryV','accessibility','VUNGD','idleTimeout','browserstack.accessibility','overridelocalInfo.userAuthToken','simOptions','projectName','browserstack.simOptions','elxjy','browserstack.debug','HgLxf','browserstack.performance','overridelocalInfo.localIdentifier','buildProductMap','DqsAL','browserstack.buildIdentifier','8247491BbxQeM','VTMUM','useW3c','lWSVm','browserstack.use_w3c','ZFKwb','browserstack.user','mgweD','debug','browserstack.enableSim','playwrightVersion','browserstack.accessibilityOptions.scannerVersion','networkLogs','browser','CqAZn','browser_version','bsOYK','unQvQ','name','4865975byyuXe','telemetryLogs','ehBUI','JcVPe','accessibilityOptions.wcagVersion','os_version','eKGhI','xTPNN','xfKlL','browserstack.maskBasicAuth','RNpqg','local','heNOb','W3CMapping','6WNlzFw','accessibilityOptions.scannerProcessingTimeout','jlaGd','6QxOthm','realMobile','accessibilityOptions.includeIssueType.bestPractice','YkuCF','seleniumVersion','maskBasicAuth','LmKXQ','browserstack.bfcache','jFJqD','browserstack.selenium_version','468848SuCTQo','deviceOrientation','resolution','sessionName','browserstack.accessibilityOptions.authToken','browserstack.wsLocalSupport','browserstack.timezone','uDDAO','NKOST','bwSyn','siyCA','performance','OCtSM','testhubBuildUuid','browserstack.playwrightVersion','13219740TdvJWN','bBgnp','COxyf','browserstack.autoWait','timezone','browserstack.idleTimeout','520823WJVJgx','browserstack.local','deviceName','browserstack.accessibilityOptions.includeIssueType.bestPractice','PMvVr','browserstack.customNetwork','browserstack.appium_version','UUeZs','accessibilityOptions.authToken','IOUEs','ydZyk','pVdau','browserstack.appiumLogs','autoWait','HqQkc','geoLocation','customNetwork','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.testhubBuildUuid','Gwkpp','OIHhX','browserstack.browserstackSDK','browserstack.key','headerParams','browserstack.accessibilityOptions.scannerProcessingTimeout','browserstack.console','HsFcv','video'];a173_0x44a5=function(){return _0x5c99e5;};return a173_0x44a5();}(function(_0x5232f2,_0x233b4d){var _0xc23e88=a173_0x5c75,_0x55072f=_0x5232f2();while(!![]){try{var _0xd93250=parseInt(_0xc23e88(0x18b))/0x1+parseInt(_0xc23e88(0x1a8))/0x2+parseInt(_0xc23e88(0x169))/0x3*(parseInt(_0xc23e88(0x1be))/0x4)+-parseInt(_0xc23e88(0x15b))/0x5+-parseInt(_0xc23e88(0x16c))/0x6*(-parseInt(_0xc23e88(0x1e2))/0x7)+-parseInt(_0xc23e88(0x176))/0x8*(-parseInt(_0xc23e88(0x1bf))/0x9)+-parseInt(_0xc23e88(0x185))/0xa;if(_0xd93250===_0x233b4d)break;else _0x55072f['push'](_0x55072f['shift']());}catch(_0x1718b1){_0x55072f['push'](_0x55072f['shift']());}}}(a173_0x44a5,0xc0a4c),exports[a173_0x554df6(0x168)]=()=>{var _0x23ffe0=a173_0x554df6,_0x583fd7={};_0x583fd7['gHyoY']='userName',_0x583fd7['HqQkc']=_0x23ffe0(0x1ca),_0x583fd7[_0x23ffe0(0x1e3)]=_0x23ffe0(0x1b2),_0x583fd7[_0x23ffe0(0x187)]=_0x23ffe0(0x155),_0x583fd7[_0x23ffe0(0x1bd)]=_0x23ffe0(0x1aa),_0x583fd7[_0x23ffe0(0x14f)]=_0x23ffe0(0x1e4),_0x583fd7[_0x23ffe0(0x14b)]=_0x23ffe0(0x1d8),_0x583fd7[_0x23ffe0(0x17f)]=_0x23ffe0(0x1c8),_0x583fd7[_0x23ffe0(0x196)]=_0x23ffe0(0x179),_0x583fd7[_0x23ffe0(0x194)]=_0x23ffe0(0x166),_0x583fd7[_0x23ffe0(0x180)]='localIdentifier',_0x583fd7[_0x23ffe0(0x1b5)]=_0x23ffe0(0x150),_0x583fd7[_0x23ffe0(0x1c9)]=_0x23ffe0(0x1cf),_0x583fd7[_0x23ffe0(0x19f)]=_0x23ffe0(0x154),_0x583fd7[_0x23ffe0(0x162)]='networkLogsOptions',_0x583fd7[_0x23ffe0(0x1af)]=_0x23ffe0(0x1bc),_0x583fd7[_0x23ffe0(0x158)]=_0x23ffe0(0x1a6),_0x583fd7[_0x23ffe0(0x1c7)]=_0x23ffe0(0x1c6),_0x583fd7[_0x23ffe0(0x1d3)]=_0x23ffe0(0x15c),_0x583fd7[_0x23ffe0(0x19e)]=_0x23ffe0(0x19a),_0x583fd7[_0x23ffe0(0x186)]=_0x23ffe0(0x189),_0x583fd7[_0x23ffe0(0x17d)]=_0x23ffe0(0x178),_0x583fd7[_0x23ffe0(0x15d)]=_0x23ffe0(0x170),_0x583fd7[_0x23ffe0(0x163)]=_0x23ffe0(0x1ac),_0x583fd7[_0x23ffe0(0x167)]=_0x23ffe0(0x1d4),_0x583fd7[_0x23ffe0(0x1ab)]=_0x23ffe0(0x171),_0x583fd7[_0x23ffe0(0x15e)]=_0x23ffe0(0x198),_0x583fd7[_0x23ffe0(0x156)]=_0x23ffe0(0x1b6),_0x583fd7[_0x23ffe0(0x1d1)]='bfcache',_0x583fd7[_0x23ffe0(0x17e)]=_0x23ffe0(0x1b3),_0x583fd7[_0x23ffe0(0x1dc)]='disableCorsRestrictions',_0x583fd7[_0x23ffe0(0x1a5)]=_0x23ffe0(0x18d),_0x583fd7[_0x23ffe0(0x1b1)]=_0x23ffe0(0x16d),_0x583fd7[_0x23ffe0(0x1c1)]='appiumVersion',_0x583fd7[_0x23ffe0(0x1c0)]='deviceOrientation',_0x583fd7[_0x23ffe0(0x1b8)]=_0x23ffe0(0x19b),_0x583fd7['PMvVr']='networkProfile',_0x583fd7[_0x23ffe0(0x1da)]=_0x23ffe0(0x1ad),_0x583fd7[_0x23ffe0(0x172)]='browserstackSDK',_0x583fd7[_0x23ffe0(0x165)]=_0x23ffe0(0x1d2),_0x583fd7[_0x23ffe0(0x16f)]=_0x23ffe0(0x1df),_0x583fd7[_0x23ffe0(0x159)]=_0x23ffe0(0x183),_0x583fd7[_0x23ffe0(0x195)]=_0x23ffe0(0x15f),_0x583fd7[_0x23ffe0(0x1b0)]='accessibilityOptions.scannerVersion',_0x583fd7[_0x23ffe0(0x1ce)]=_0x23ffe0(0x16a),_0x583fd7['smkoF']=_0x23ffe0(0x16e),_0x583fd7[_0x23ffe0(0x1e0)]=_0x23ffe0(0x1c3),_0x583fd7[_0x23ffe0(0x1c4)]=_0x23ffe0(0x193),_0x583fd7['jlaGd']='uploadMedia',_0x583fd7[_0x23ffe0(0x174)]='enableSim',_0x583fd7[_0x23ffe0(0x182)]=_0x23ffe0(0x1d7),_0x583fd7['ZFKwb']=_0x23ffe0(0x152),_0x583fd7[_0x23ffe0(0x1a9)]=_0x23ffe0(0x1d6),_0x583fd7[_0x23ffe0(0x192)]=_0x23ffe0(0x1de),_0x583fd7[_0x23ffe0(0x1d0)]=_0x23ffe0(0x1a2),_0x583fd7[_0x23ffe0(0x161)]=_0x23ffe0(0x181);var _0x55c57e=_0x583fd7,_0x27f5dd={};return _0x27f5dd[_0x23ffe0(0x14e)]=_0x55c57e['gHyoY'],_0x27f5dd[_0x23ffe0(0x1a1)]=_0x55c57e[_0x23ffe0(0x199)],_0x27f5dd['os']='os',_0x27f5dd[_0x23ffe0(0x160)]=_0x55c57e[_0x23ffe0(0x1e3)],_0x27f5dd[_0x23ffe0(0x155)]=_0x55c57e[_0x23ffe0(0x187)],_0x27f5dd[_0x23ffe0(0x157)]=_0x55c57e[_0x23ffe0(0x1bd)],_0x27f5dd[_0x23ffe0(0x14c)]=_0x55c57e[_0x23ffe0(0x14f)],_0x27f5dd['project']=_0x55c57e[_0x23ffe0(0x14b)],_0x27f5dd[_0x23ffe0(0x1cb)]=_0x55c57e[_0x23ffe0(0x17f)],_0x27f5dd[_0x23ffe0(0x15a)]=_0x55c57e['pVdau'],_0x27f5dd[_0x23ffe0(0x18c)]=_0x55c57e[_0x23ffe0(0x194)],_0x27f5dd['browserstack.localIdentifier']=_0x55c57e[_0x23ffe0(0x180)],_0x27f5dd[_0x23ffe0(0x1db)]=_0x55c57e[_0x23ffe0(0x1b5)],_0x27f5dd[_0x23ffe0(0x1a4)]=_0x55c57e[_0x23ffe0(0x1c9)],_0x27f5dd['browserstack.networkLogs']=_0x55c57e[_0x23ffe0(0x19f)],_0x27f5dd['browserstack.networkLogsOptions']=_0x55c57e[_0x23ffe0(0x162)],_0x27f5dd[_0x23ffe0(0x197)]=_0x55c57e[_0x23ffe0(0x1af)],_0x27f5dd[_0x23ffe0(0x1b7)]=_0x55c57e[_0x23ffe0(0x158)],_0x27f5dd['browserstack.seleniumLogs']=_0x55c57e['LBZFi'],_0x27f5dd[_0x23ffe0(0x1b9)]=_0x55c57e[_0x23ffe0(0x1d3)],_0x27f5dd[_0x23ffe0(0x1ba)]=_0x55c57e[_0x23ffe0(0x19e)],_0x27f5dd[_0x23ffe0(0x17c)]=_0x55c57e[_0x23ffe0(0x186)],_0x27f5dd[_0x23ffe0(0x178)]=_0x55c57e[_0x23ffe0(0x17d)],_0x27f5dd[_0x23ffe0(0x175)]=_0x55c57e[_0x23ffe0(0x15d)],_0x27f5dd[_0x23ffe0(0x1ae)]=_0x55c57e[_0x23ffe0(0x163)],_0x27f5dd[_0x23ffe0(0x18a)]=_0x55c57e[_0x23ffe0(0x167)],_0x27f5dd[_0x23ffe0(0x164)]=_0x55c57e['MkfXN'],_0x27f5dd[_0x23ffe0(0x188)]=_0x55c57e[_0x23ffe0(0x15e)],_0x27f5dd[_0x23ffe0(0x1cd)]=_0x55c57e[_0x23ffe0(0x156)],_0x27f5dd[_0x23ffe0(0x173)]=_0x55c57e[_0x23ffe0(0x1d1)],_0x27f5dd[_0x23ffe0(0x17b)]=_0x55c57e[_0x23ffe0(0x17e)],_0x27f5dd[_0x23ffe0(0x1bb)]=_0x55c57e[_0x23ffe0(0x1dc)],_0x27f5dd[_0x23ffe0(0x1b4)]=_0x55c57e[_0x23ffe0(0x1a5)],_0x27f5dd[_0x23ffe0(0x16d)]=_0x55c57e[_0x23ffe0(0x1b1)],_0x27f5dd[_0x23ffe0(0x191)]=_0x55c57e[_0x23ffe0(0x1c1)],_0x27f5dd[_0x23ffe0(0x177)]=_0x55c57e['ZOkNO'],_0x27f5dd[_0x23ffe0(0x190)]=_0x55c57e['xbIvI'],_0x27f5dd[_0x23ffe0(0x1c5)]=_0x55c57e[_0x23ffe0(0x18f)],_0x27f5dd[_0x23ffe0(0x1e1)]=_0x55c57e[_0x23ffe0(0x1da)],_0x27f5dd[_0x23ffe0(0x1a0)]=_0x55c57e[_0x23ffe0(0x172)],_0x27f5dd[_0x23ffe0(0x1d5)]=_0x55c57e[_0x23ffe0(0x165)],_0x27f5dd['browserstack.buildProductMap']=_0x55c57e[_0x23ffe0(0x16f)],_0x27f5dd[_0x23ffe0(0x19d)]=_0x55c57e['unQvQ'],_0x27f5dd[_0x23ffe0(0x1cc)]=_0x55c57e[_0x23ffe0(0x195)],_0x27f5dd[_0x23ffe0(0x153)]=_0x55c57e[_0x23ffe0(0x1b0)],_0x27f5dd[_0x23ffe0(0x1a3)]=_0x55c57e['OQZfJ'],_0x27f5dd[_0x23ffe0(0x18e)]=_0x55c57e[_0x23ffe0(0x1c2)],_0x27f5dd[_0x23ffe0(0x19c)]=_0x55c57e['DqsAL'],_0x27f5dd[_0x23ffe0(0x17a)]=_0x55c57e[_0x23ffe0(0x1c4)],_0x27f5dd['browserstack.uploadMedia']=_0x55c57e[_0x23ffe0(0x16b)],_0x27f5dd[_0x23ffe0(0x151)]=_0x55c57e['jFJqD'],_0x27f5dd[_0x23ffe0(0x1d9)]=_0x55c57e['OCtSM'],_0x27f5dd[_0x23ffe0(0x184)]=_0x55c57e[_0x23ffe0(0x14d)],_0x27f5dd[_0x23ffe0(0x1a7)]=_0x55c57e['azZYO'],_0x27f5dd['browserstack.overridelocalInfo.localIdentifier']=_0x55c57e[_0x23ffe0(0x192)],_0x27f5dd['browserstack.headerParams']=_0x55c57e[_0x23ffe0(0x1d0)],_0x27f5dd[_0x23ffe0(0x1dd)]=_0x55c57e[_0x23ffe0(0x161)],_0x27f5dd;});
@@ -1 +1 @@
1
- const a174_0x176c88=a174_0x143b;(function(_0x262d0b,_0x30697f){const _0xe9b59d=a174_0x143b,_0x51f276=_0x262d0b();while(!![]){try{const _0x41faa0=-parseInt(_0xe9b59d(0x13b))/0x1+-parseInt(_0xe9b59d(0xff))/0x2+parseInt(_0xe9b59d(0xef))/0x3+parseInt(_0xe9b59d(0x13a))/0x4*(-parseInt(_0xe9b59d(0xe5))/0x5)+-parseInt(_0xe9b59d(0x104))/0x6+-parseInt(_0xe9b59d(0x135))/0x7*(-parseInt(_0xe9b59d(0xfa))/0x8)+parseInt(_0xe9b59d(0x131))/0x9;if(_0x41faa0===_0x30697f)break;else _0x51f276['push'](_0x51f276['shift']());}catch(_0x1b9176){_0x51f276['push'](_0x51f276['shift']());}}}(a174_0x1a59,0x99da1));function a174_0x143b(_0x58ccc3,_0x3b60dd){const _0x1a5925=a174_0x1a59();return a174_0x143b=function(_0x143be3,_0x9b88d6){_0x143be3=_0x143be3-0xdc;let _0x541198=_0x1a5925[_0x143be3];return _0x541198;},a174_0x143b(_0x58ccc3,_0x3b60dd);}const url=require('url'),util=require(a174_0x176c88(0xed)),helper=require(a174_0x176c88(0x13d)),logger=require('./helpers/logger')['winstonLogger'],constants=require('./bin/utils/constants'),globals=require('./helpers/globals');global[a174_0x176c88(0xdf)]=global[a174_0x176c88(0xdf)]||new Map(),exports[a174_0x176c88(0x138)]=_0x401747=>{const _0x195093=a174_0x176c88,_0x4ef52e={};_0x4ef52e[_0x195093(0x10c)]=function(_0x36b55d,_0x566911){return _0x36b55d+_0x566911;},_0x4ef52e[_0x195093(0x137)]=_0x195093(0x13c);const _0x61b464=_0x4ef52e,_0x344e9a=url[_0x195093(0x127)](_0x401747);if(!_0x344e9a[_0x195093(0xe8)])throw new Error(_0x61b464[_0x195093(0x10c)](_0x61b464[_0x195093(0x137)],_0x401747));return _0x344e9a[_0x195093(0x10b)]=null,_0x344e9a[_0x195093(0x125)]=null,_0x344e9a[_0x195093(0xf8)]=_0x344e9a[_0x195093(0x12b)],_0x344e9a;},exports[a174_0x176c88(0xf6)]=(_0x3b1a99,_0x3d7f80)=>{const _0x3e2fa9=a174_0x176c88,_0x8427c6={};_0x8427c6[_0x3e2fa9(0x143)]='updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting';const _0x19490b=_0x8427c6;if(!_0x3d7f80){logger['debug'](_0x19490b['anthF']);return;}global['newHubUrlBySession']['set'](_0x3d7f80,_0x3b1a99);},exports[a174_0x176c88(0xeb)]=_0x495b79=>{const _0x327b6d=a174_0x176c88;if(_0x495b79&&global[_0x327b6d(0xdf)][_0x327b6d(0x11d)](_0x495b79)){const _0x58badb=global['newHubUrlBySession'][_0x327b6d(0x140)](_0x495b79);return global[_0x327b6d(0xdf)][_0x327b6d(0x108)](_0x495b79),_0x58badb;}return'';},exports[a174_0x176c88(0xe7)]=_0x4e57b4=>{const _0x252b55=a174_0x176c88,_0x448619={'YzEOC':function(_0x51f49d,_0x40555d){return _0x51f49d!==_0x40555d;},'rSdpd':function(_0x55a0a8,_0x4b3b40){return _0x55a0a8+_0x4b3b40;},'fiRVY':_0x252b55(0xe6),'elWJC':_0x252b55(0x113),'keQXR':function(_0x54f63f,_0x4edc2f){return _0x54f63f===_0x4edc2f;},'TQUZf':_0x252b55(0x124),'kzrhc':function(_0x1f895e,_0x48e9ed){return _0x1f895e==_0x48e9ed;},'qZuzN':function(_0x4e700f,_0x238798){return _0x4e700f===_0x238798;},'JCyXZ':function(_0x2cc313){return _0x2cc313();},'oeYVe':function(_0x1728cc){return _0x1728cc();},'sawey':_0x252b55(0x11c),'hZjLt':function(_0x14fde1,_0x4187cd){return _0x14fde1+_0x4187cd;},'QHtZc':_0x252b55(0x134),'sebjZ':function(_0x2edef6){return _0x2edef6();},'ZyPPd':function(_0x89cec2){return _0x89cec2();}};return new Promise(_0x346544=>{const _0x34aa78=_0x252b55,_0x275cb0={'oePId':_0x448619[_0x34aa78(0x128)],'dofuq':function(_0x14282e,_0x309419){const _0xb8507c=_0x34aa78;return _0x448619[_0xb8507c(0x141)](_0x14282e,_0x309419);},'fgvUe':_0x448619[_0x34aa78(0xf1)],'KFOgM':_0x448619[_0x34aa78(0x129)],'sCpSz':_0x448619[_0x34aa78(0x13f)],'cNWtr':function(_0x24df83){const _0x562a77=_0x34aa78;return _0x448619[_0x562a77(0x123)](_0x24df83);},'yhZtB':function(_0x54d164){const _0x53046d=_0x34aa78;return _0x448619[_0x53046d(0x120)](_0x54d164);}};if(_0x4e57b4&&_0x4e57b4['hubRegion']){const _0x47e926=constants[_0x34aa78(0x12e)][_0x4e57b4['hubRegion']];if(_0x47e926)return constants[_0x34aa78(0xf2)]=_0x47e926,logger[_0x34aa78(0x100)](_0x34aa78(0x139)+_0x47e926),globals['setGlobal'](_0x448619[_0x34aa78(0x129)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x47e926[_0x34aa78(0xe9)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x34aa78(0x130)]()}),_0x448619[_0x34aa78(0x12f)](_0x346544);logger[_0x34aa78(0x100)](_0x34aa78(0xde)+_0x4e57b4[_0x34aa78(0x10e)]+_0x34aa78(0xe3));}Promise['resolve'](this[_0x34aa78(0x105)](_0x4e57b4))['then'](_0x13705f=>{const _0x5868d7=_0x34aa78,_0xa6fb50={'LNIAd':function(_0x20d09f,_0x1df378){const _0x49f92d=a174_0x143b;return _0x448619[_0x49f92d(0x112)](_0x20d09f,_0x1df378);},'RPYht':function(_0x34d3d3,_0x468af3){return _0x448619['rSdpd'](_0x34d3d3,_0x468af3);},'SMnuA':_0x448619[_0x5868d7(0xf1)],'nyeLA':_0x448619[_0x5868d7(0x129)],'vfxPO':function(_0x4ba78a,_0x1fbdfd){const _0x122c73=_0x5868d7;return _0x448619[_0x122c73(0xf0)](_0x4ba78a,_0x1fbdfd);},'qTCjW':_0x448619[_0x5868d7(0xe2)]};logger['debug'](_0x5868d7(0xfb)+util[_0x5868d7(0x133)]('%j',_0x13705f));if(_0x448619[_0x5868d7(0xea)](_0x13705f,null)||_0x448619[_0x5868d7(0xe0)](_0x13705f[_0x5868d7(0x107)],0x0))return _0x448619[_0x5868d7(0x10d)](_0x346544);const _0x2549aa=_0x13705f[_0x5868d7(0xf9)](_0x18fa50=>{const _0x206e89=_0x5868d7,_0x3bd969={'AZiSz':function(_0x3da25c,_0x5d896d){const _0x4e97de=a174_0x143b;return _0xa6fb50[_0x4e97de(0xf7)](_0x3da25c,_0x5d896d);}},_0x187f59=_0xa6fb50[_0x206e89(0xdd)](_0xa6fb50[_0x206e89(0x109)],_0x18fa50);return this[_0x206e89(0xfd)](_0x4e57b4,_0x187f59)[_0x206e89(0x121)](_0x46a058=>{const _0x1b7f2d=_0x206e89;if(_0x46a058&&_0x46a058[_0x1b7f2d(0xf2)]&&_0x3bd969[_0x1b7f2d(0x126)](_0x46a058[_0x1b7f2d(0x12d)],undefined)){const _0x1293dd={};return _0x1293dd[_0x1b7f2d(0xf2)]=_0x46a058[_0x1b7f2d(0xf2)],_0x1293dd['latency']=_0x46a058[_0x1b7f2d(0x12d)],_0x1293dd['ok']=!![],_0x1293dd;}const _0x2ec43f={};return _0x2ec43f[_0x1b7f2d(0xf2)]=_0x187f59,_0x2ec43f[_0x1b7f2d(0x12d)]=null,_0x2ec43f['ok']=![],_0x2ec43f;})['catch'](()=>({'hubUrl':_0x187f59,'latency':null,'ok':![]}));});Promise['race'](_0x2549aa[_0x5868d7(0xf9)](_0x859bf0=>_0x859bf0[_0x5868d7(0x121)](_0x3969d6=>_0x3969d6['ok']?_0x3969d6:null)))['then'](_0x480518=>{const _0x3b78f0=_0x5868d7;if(_0x480518)return _0x480518;return Promise[_0x3b78f0(0x117)](_0x2549aa)[_0x3b78f0(0x121)](()=>null);})[_0x5868d7(0x121)](_0xb7a30=>{const _0x25c392=_0x5868d7;if(!_0xb7a30){logger[_0x25c392(0x100)](_0x275cb0[_0x25c392(0xf3)]);const _0x44bbc6=_0x275cb0[_0x25c392(0xee)](_0x275cb0[_0x25c392(0x10f)],_0x13705f[0x0]);return globals['setGlobal'](_0x275cb0['KFOgM'],{'nearestHubs':_0x13705f[_0x25c392(0xf9)](_0x133205=>_0x25c392(0xe6)+_0x133205),'hubLatencies':{},'selectedHub':_0x44bbc6,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x25c392(0x130)]()}),constants[_0x25c392(0xf2)]=_0x275cb0[_0x25c392(0xee)](_0x44bbc6,_0x275cb0[_0x25c392(0x136)]),logger[_0x25c392(0x100)](_0x25c392(0xf4)+_0x44bbc6),_0x275cb0['cNWtr'](_0x346544);}const _0x3303ea={[_0xb7a30['hubUrl']]:_0xb7a30[_0x25c392(0x12d)]},_0x2a7ed3={'nearestHubs':_0x13705f[_0x25c392(0xf9)](_0xb7f6c2=>_0x25c392(0xe6)+_0xb7f6c2),'hubLatencies':_0x3303ea,'selectedHub':_0xb7a30['hubUrl'],'selectedHubLatency':_0xb7a30['latency'],'timestamp':Date[_0x25c392(0x130)]()};globals[_0x25c392(0x103)](_0x275cb0['KFOgM'],_0x2a7ed3),constants['hubUrl']=_0x275cb0[_0x25c392(0xee)](_0xb7a30[_0x25c392(0xf2)],_0x275cb0[_0x25c392(0x136)]),logger[_0x25c392(0x100)](_0x25c392(0x12c)+_0xb7a30[_0x25c392(0xf2)]),_0x275cb0['cNWtr'](_0x346544),Promise[_0x25c392(0x116)](_0x2549aa)[_0x25c392(0x121)](_0x1e5718=>{const _0x41141f=_0x25c392;try{const _0x8ce4f5=globals[_0x41141f(0xf5)](_0xa6fb50[_0x41141f(0x106)]);if(!_0x8ce4f5||_0x8ce4f5['skipped'])return;const _0x25fe5f={};for(const _0x2599f9 of _0x1e5718){_0xa6fb50[_0x41141f(0x110)](_0x2599f9['status'],_0xa6fb50['qTCjW'])&&_0x2599f9[_0x41141f(0x11e)]&&_0x2599f9[_0x41141f(0x11e)]['ok']&&(_0x25fe5f[_0x2599f9['value'][_0x41141f(0xf2)]]=_0x2599f9[_0x41141f(0x11e)][_0x41141f(0x12d)]);}_0x8ce4f5[_0x41141f(0x11b)]=_0x25fe5f;}catch(_0x49ba6a){logger[_0x41141f(0x100)]('ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20'+_0x49ba6a);}})['catch'](_0x3d1119=>{const _0x234078=_0x25c392;logger[_0x234078(0x100)](_0x234078(0x11a)+_0x3d1119);});})['catch'](_0x53910f=>{const _0x2bf020=_0x5868d7;logger['debug'](_0x2bf020(0x114)+_0x53910f),_0x275cb0[_0x2bf020(0x12a)](_0x346544);});})[_0x34aa78(0x119)](_0x411682=>{const _0x11420a=_0x34aa78;logger[_0x11420a(0x100)](_0x11420a(0x11f)+_0x411682),_0x448619['oeYVe'](_0x346544);});});},exports['findLatency']=async(_0x3c7b35,_0x214348)=>{const _0x18c58b=a174_0x176c88,_0x1f066c={};_0x1f066c[_0x18c58b(0x132)]=_0x18c58b(0xdc),_0x1f066c['irJPc']=_0x18c58b(0xe1),_0x1f066c[_0x18c58b(0xfe)]=function(_0x29b84f,_0x5b0b53){return _0x29b84f-_0x5b0b53;};const _0x5f02cb=_0x1f066c;try{const _0x2bcfc4=new Date();await helper[_0x18c58b(0xe4)](_0x5f02cb['xMQek'],_0x5f02cb['irJPc'],{},_0x3c7b35,_0x214348,0x1388);const _0x38800e=_0x5f02cb[_0x18c58b(0xfe)](new Date(),_0x2bcfc4);logger[_0x18c58b(0x100)](_0x18c58b(0x102)+_0x214348+'\x20is:\x20'+_0x38800e+'ms');const _0x214e69={};return _0x214e69[_0x18c58b(0xf2)]=_0x214348,_0x214e69['latency']=_0x38800e,_0x214e69;}catch(_0x55aa14){return logger[_0x18c58b(0x100)](_0x18c58b(0x111)+_0x214348+_0x18c58b(0x142)+_0x55aa14),{};}},exports[a174_0x176c88(0x105)]=async _0x40c890=>{const _0x49cecc=a174_0x176c88,_0xb46943={'aKoAd':function(_0x203af8,_0x1e78df){return _0x203af8(_0x1e78df);},'swQIs':_0x49cecc(0xfc),'uEyEU':_0x49cecc(0x134),'MwZuQ':_0x49cecc(0xdc),'XDgEh':'next_hubs'};try{const _0xa602aa=_0xb46943[_0x49cecc(0x13e)](require,_0xb46943[_0x49cecc(0x101)])[_0x49cecc(0xf2)][_0x49cecc(0xe9)](_0xb46943[_0x49cecc(0x144)],''),_0xff2a1c=await helper[_0x49cecc(0xe4)](_0xb46943[_0x49cecc(0x10a)],_0xb46943[_0x49cecc(0x118)],{},_0x40c890,_0xa602aa,0x1388),_0x3c7cf7=_0xff2a1c[_0x49cecc(0x115)];return logger[_0x49cecc(0x100)]('Response:\x20'+util[_0x49cecc(0x133)]('%j',_0x3c7cf7)),_0x3c7cf7[_0x49cecc(0xec)];}catch(_0x3b8629){logger['debug'](_0x49cecc(0x122)+_0x3b8629);}return null;};function a174_0x1a59(){const _0x4015ac=['now','9158274OQEDJZ','xMQek','format','/wd/hub','14bAuatF','sCpSz','rfGQi','getRequestOptions','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','3357944LvjcNy','330968bdlwyq','Invalid\x20new\x20HUB\x20URL:\x20','./helpers/helper','aKoAd','QHtZc','get','hZjLt','\x20HUB\x20-\x20','anthF','uEyEU','GET','RPYht','hubRegion\x20','newHubUrlBySession','qZuzN','check','TQUZf','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','nodeRequest','5xcpjzP','https://','allocateHub','hostname','replace','kzrhc','consumeHubUrlForSession','hubs','util','dofuq','3712674aGNHUw','keQXR','fiRVY','hubUrl','oePId','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','getGlobal','updateHubUrl','LNIAd','path','map','3115984UeTkWR','NEAREST\x20HUBS\x20LIST:\x20','./bin/utils/constants','findLatency','MRlHL','881974PjJNZp','debug','swQIs','Execution\x20time\x20for\x20','setGlobal','4755132scQyYL','nextHubs','nyeLA','length','delete','SMnuA','MwZuQ','search','IcSKr','JCyXZ','hubRegion','fgvUe','vfxPO','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','YzEOC','_hubAllocationData','ERROR\x20in\x20hub\x20selection:\x20','data','allSettled','all','XDgEh','catch','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','hubLatencies','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','has','value','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','ZyPPd','then','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','sebjZ','fulfilled','hash','AZiSz','parse','sawey','elWJC','yhZtB','pathname','HUB\x20URL\x20SET\x20TO\x20-\x20','latency','HUB_URL_MAP','oeYVe'];a174_0x1a59=function(){return _0x4015ac;};return a174_0x1a59();}
1
+ const a174_0xc9377e=a174_0x4f2b;(function(_0x3b795f,_0x257fab){const _0x12655f=a174_0x4f2b,_0x24ae81=_0x3b795f();while(!![]){try{const _0x38d70b=parseInt(_0x12655f(0x1d4))/0x1*(-parseInt(_0x12655f(0x1df))/0x2)+-parseInt(_0x12655f(0x19f))/0x3*(-parseInt(_0x12655f(0x192))/0x4)+parseInt(_0x12655f(0x1f3))/0x5+-parseInt(_0x12655f(0x1ba))/0x6+-parseInt(_0x12655f(0x1d3))/0x7*(parseInt(_0x12655f(0x1b6))/0x8)+parseInt(_0x12655f(0x1ab))/0x9+parseInt(_0x12655f(0x1a7))/0xa;if(_0x38d70b===_0x257fab)break;else _0x24ae81['push'](_0x24ae81['shift']());}catch(_0x2f222d){_0x24ae81['push'](_0x24ae81['shift']());}}}(a174_0x3e0d,0x5d472));function a174_0x4f2b(_0x2e7c1b,_0x520d02){const _0x3e0d6e=a174_0x3e0d();return a174_0x4f2b=function(_0x4f2b58,_0x26304e){_0x4f2b58=_0x4f2b58-0x18c;let _0x49de0f=_0x3e0d6e[_0x4f2b58];return _0x49de0f;},a174_0x4f2b(_0x2e7c1b,_0x520d02);}function a174_0x3e0d(){const _0x465c84=['SmhaG','updateHubUrl','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','format','findLatency','QfUKH','./helpers/logger','hubUrl','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','next_hubs','set','pHsya','qbFqM','hostname','yiEPx','getRequestOptions','newHubUrlBySession','allocateHub','mxeWg','then','DGnLv','174692cfHuqp','2078BJcguQ','qoUcf','./bin/utils/constants','winstonLogger','WgWRe','map','jLSDy','nextHubs','latency','setGlobal','QIWnw','322mSRpkZ','delete','length','PwjTF','resolve','NEAREST\x20HUBS\x20LIST:\x20','ERROR\x20in\x20hub\x20selection:\x20','getGlobal','status','\x20HUB\x20-\x20','replace','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','WZdpY','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','ElOfI','debug','Response:\x20','/wd/hub','fulfilled','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','1635805UXiKpr','_hubAllocationData','kUgxM','check','skipped','all','hubLatencies','907372iqRTvr','pqzYo','util','GET','jxTJR','qMpYV','mTsKh','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','WIqhX','./helpers/globals','ztWUK','Invalid\x20new\x20HUB\x20URL:\x20','catch','3cqAAAT','pnaHl','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','data','jWtEe','coLXH','lDMwP','value','8194180mDxDdV','gDALf','consumeHubUrlForSession','HUB\x20URL\x20SET\x20TO\x20-\x20','3231360dsXZia','POgBw','HUB_URL_MAP','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','now','lmmox','race','PTtee','https://','nodeRequest','BVUrN','136Rmmior','hubRegion','qXkiI','hGKnk','3549516zebIdQ','UoRsG','path','updateHubUrl\x20called\x20without\x20a\x20session\x20ID;\x20skipping\x20hub-URL\x20store\x20to\x20avoid\x20cross-session\x20misrouting'];a174_0x3e0d=function(){return _0x465c84;};return a174_0x3e0d();}const url=require('url'),util=require(a174_0xc9377e(0x194)),helper=require('./helpers/helper'),logger=require(a174_0xc9377e(0x1c4))[a174_0xc9377e(0x1d7)],constants=require(a174_0xc9377e(0x1d6)),globals=require(a174_0xc9377e(0x19b));global['newHubUrlBySession']=global[a174_0xc9377e(0x1ce)]||new Map(),exports[a174_0xc9377e(0x1cd)]=_0x15ff73=>{const _0x3386dd=a174_0xc9377e,_0x2d3ee8={};_0x2d3ee8[_0x3386dd(0x1a5)]=function(_0x1a58cd,_0x2195c2){return _0x1a58cd+_0x2195c2;},_0x2d3ee8['QfUKH']=_0x3386dd(0x19d);const _0x1c152b=_0x2d3ee8,_0x32d949=url['parse'](_0x15ff73);if(!_0x32d949[_0x3386dd(0x1cb)])throw new Error(_0x1c152b[_0x3386dd(0x1a5)](_0x1c152b[_0x3386dd(0x1c3)],_0x15ff73));return _0x32d949['search']=null,_0x32d949['hash']=null,_0x32d949[_0x3386dd(0x1bc)]=_0x32d949['pathname'],_0x32d949;},exports[a174_0xc9377e(0x1bf)]=(_0x1e16b4,_0x27fd39)=>{const _0x244b1a=a174_0xc9377e,_0x1d80fd={};_0x1d80fd[_0x244b1a(0x1c9)]=_0x244b1a(0x1bd);const _0x41d0ff=_0x1d80fd;if(!_0x27fd39){logger[_0x244b1a(0x1ee)](_0x41d0ff[_0x244b1a(0x1c9)]);return;}global['newHubUrlBySession'][_0x244b1a(0x1c8)](_0x27fd39,_0x1e16b4);},exports[a174_0xc9377e(0x1a9)]=_0x40e7ea=>{const _0x20aadb=a174_0xc9377e;if(_0x40e7ea&&global[_0x20aadb(0x1ce)]['has'](_0x40e7ea)){const _0x220c7f=global[_0x20aadb(0x1ce)]['get'](_0x40e7ea);return global[_0x20aadb(0x1ce)][_0x20aadb(0x1e0)](_0x40e7ea),_0x220c7f;}return'';},exports[a174_0xc9377e(0x1cf)]=_0x3da98c=>{const _0x288c20=a174_0xc9377e,_0x52c8e0={'qMpYV':_0x288c20(0x18c),'syEQi':function(_0x4df4e7,_0x233e67){return _0x4df4e7===_0x233e67;},'mTsKh':_0x288c20(0x1f1),'kUgxM':function(_0x478884){return _0x478884();},'ElOfI':function(_0x104803,_0x4aec2f){return _0x104803==_0x4aec2f;},'jLSDy':function(_0x310aef){return _0x310aef();},'NvvQF':function(_0x243157,_0xd91056){return _0x243157!==_0xd91056;},'DGnLv':function(_0x27a369,_0x1ba0fa){return _0x27a369+_0x1ba0fa;},'gDALf':_0x288c20(0x1b3),'jWtEe':_0x288c20(0x1ea),'mxeWg':function(_0x357806,_0x45ab50){return _0x357806+_0x45ab50;},'WpJry':_0x288c20(0x1f0),'hGKnk':function(_0x206908){return _0x206908();}};return new Promise(_0x5c8b8a=>{const _0x49f9f3=_0x288c20,_0x168a1a={'PTtee':function(_0x22944d,_0x70cc77){return _0x52c8e0['NvvQF'](_0x22944d,_0x70cc77);},'QIWnw':function(_0x3689c3,_0x3feeca){const _0x10d40f=a174_0x4f2b;return _0x52c8e0[_0x10d40f(0x1d2)](_0x3689c3,_0x3feeca);},'POgBw':_0x52c8e0[_0x49f9f3(0x1a8)],'UoRsG':_0x52c8e0[_0x49f9f3(0x1a3)],'WIqhX':_0x52c8e0[_0x49f9f3(0x197)],'ztWUK':function(_0x2c3fca,_0x2883af){const _0x3266d0=_0x49f9f3;return _0x52c8e0[_0x3266d0(0x1d0)](_0x2c3fca,_0x2883af);},'pnaHl':_0x52c8e0['WpJry'],'qXkiI':function(_0x23c980){const _0x2e370c=_0x49f9f3;return _0x52c8e0[_0x2e370c(0x18d)](_0x23c980);},'PwjTF':function(_0x369d82,_0x5742e3){const _0x1b8309=_0x49f9f3;return _0x52c8e0[_0x1b8309(0x1d0)](_0x369d82,_0x5742e3);},'dzQZw':function(_0x120cca){const _0x42ae83=_0x49f9f3;return _0x52c8e0[_0x42ae83(0x1b9)](_0x120cca);}};if(_0x3da98c&&_0x3da98c['hubRegion']){const _0x160783=constants[_0x49f9f3(0x1ad)][_0x3da98c[_0x49f9f3(0x1b7)]];if(_0x160783)return constants[_0x49f9f3(0x1c5)]=_0x160783,logger[_0x49f9f3(0x1ee)](_0x49f9f3(0x1c0)+_0x160783),globals[_0x49f9f3(0x1dd)](_0x52c8e0['qMpYV'],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x160783[_0x49f9f3(0x1e9)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x49f9f3(0x1af)]()}),_0x52c8e0[_0x49f9f3(0x1da)](_0x5c8b8a);logger[_0x49f9f3(0x1ee)]('hubRegion\x20'+_0x3da98c['hubRegion']+_0x49f9f3(0x1f2));}Promise[_0x49f9f3(0x1e3)](this[_0x49f9f3(0x1db)](_0x3da98c))[_0x49f9f3(0x1d1)](_0x75b06a=>{const _0x57fa17=_0x49f9f3,_0xa24c94={'coLXH':_0x52c8e0[_0x57fa17(0x197)],'WgWRe':function(_0x2a281e,_0x10c3ea){return _0x52c8e0['syEQi'](_0x2a281e,_0x10c3ea);},'hDpHw':_0x52c8e0[_0x57fa17(0x198)],'SmhaG':function(_0x39594f){const _0x2c3c51=_0x57fa17;return _0x52c8e0[_0x2c3c51(0x18d)](_0x39594f);}};logger[_0x57fa17(0x1ee)](_0x57fa17(0x1e4)+util[_0x57fa17(0x1c1)]('%j',_0x75b06a));if(_0x52c8e0[_0x57fa17(0x1ed)](_0x75b06a,null)||_0x52c8e0['syEQi'](_0x75b06a[_0x57fa17(0x1e1)],0x0))return _0x52c8e0[_0x57fa17(0x1da)](_0x5c8b8a);const _0x3e3dd7=_0x75b06a[_0x57fa17(0x1d9)](_0x1aec33=>{const _0x5d0a88=_0x57fa17,_0x1753c4={'yiEPx':function(_0x31ba5b,_0x1853bf){const _0xd05ffb=a174_0x4f2b;return _0x168a1a[_0xd05ffb(0x1b2)](_0x31ba5b,_0x1853bf);}},_0x328dd1=_0x168a1a[_0x5d0a88(0x1de)](_0x168a1a[_0x5d0a88(0x1ac)],_0x1aec33);return this[_0x5d0a88(0x1c2)](_0x3da98c,_0x328dd1)[_0x5d0a88(0x1d1)](_0x5a7640=>{const _0xb09b41=_0x5d0a88;if(_0x5a7640&&_0x5a7640[_0xb09b41(0x1c5)]&&_0x1753c4[_0xb09b41(0x1cc)](_0x5a7640[_0xb09b41(0x1dc)],undefined)){const _0x56b883={};return _0x56b883[_0xb09b41(0x1c5)]=_0x5a7640[_0xb09b41(0x1c5)],_0x56b883[_0xb09b41(0x1dc)]=_0x5a7640[_0xb09b41(0x1dc)],_0x56b883['ok']=!![],_0x56b883;}const _0x18e0de={};return _0x18e0de[_0xb09b41(0x1c5)]=_0x328dd1,_0x18e0de['latency']=null,_0x18e0de['ok']=![],_0x18e0de;})[_0x5d0a88(0x19e)](()=>({'hubUrl':_0x328dd1,'latency':null,'ok':![]}));});Promise[_0x57fa17(0x1b1)](_0x3e3dd7[_0x57fa17(0x1d9)](_0x42b9bd=>_0x42b9bd[_0x57fa17(0x1d1)](_0x5eaa86=>_0x5eaa86['ok']?_0x5eaa86:null)))['then'](_0x34d8fe=>{const _0x224525=_0x57fa17;if(_0x34d8fe)return _0x34d8fe;return Promise[_0x224525(0x190)](_0x3e3dd7)[_0x224525(0x1d1)](()=>null);})[_0x57fa17(0x1d1)](_0x59fc29=>{const _0x58c7e8=_0x57fa17;if(!_0x59fc29){logger[_0x58c7e8(0x1ee)](_0x168a1a[_0x58c7e8(0x1bb)]);const _0x5433c0=_0x168a1a[_0x58c7e8(0x1de)](_0x168a1a[_0x58c7e8(0x1ac)],_0x75b06a[0x0]);return globals[_0x58c7e8(0x1dd)](_0x168a1a[_0x58c7e8(0x19a)],{'nearestHubs':_0x75b06a[_0x58c7e8(0x1d9)](_0x4013a2=>_0x58c7e8(0x1b3)+_0x4013a2),'hubLatencies':{},'selectedHub':_0x5433c0,'selectedHubLatency':null,'fallback':!![],'timestamp':Date[_0x58c7e8(0x1af)]()}),constants[_0x58c7e8(0x1c5)]=_0x168a1a[_0x58c7e8(0x19c)](_0x5433c0,_0x168a1a[_0x58c7e8(0x1a0)]),logger[_0x58c7e8(0x1ee)]('HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20'+_0x5433c0),_0x168a1a[_0x58c7e8(0x1b8)](_0x5c8b8a);}const _0x300f9f={[_0x59fc29[_0x58c7e8(0x1c5)]]:_0x59fc29['latency']},_0x4f529d={'nearestHubs':_0x75b06a[_0x58c7e8(0x1d9)](_0x1c9b68=>'https://'+_0x1c9b68),'hubLatencies':_0x300f9f,'selectedHub':_0x59fc29['hubUrl'],'selectedHubLatency':_0x59fc29[_0x58c7e8(0x1dc)],'timestamp':Date[_0x58c7e8(0x1af)]()};globals[_0x58c7e8(0x1dd)](_0x168a1a[_0x58c7e8(0x19a)],_0x4f529d),constants['hubUrl']=_0x168a1a[_0x58c7e8(0x1e2)](_0x59fc29[_0x58c7e8(0x1c5)],_0x168a1a['pnaHl']),logger[_0x58c7e8(0x1ee)](_0x58c7e8(0x1aa)+_0x59fc29['hubUrl']),_0x168a1a['dzQZw'](_0x5c8b8a),Promise['allSettled'](_0x3e3dd7)['then'](_0x57f3a9=>{const _0x48cb6f=_0x58c7e8;try{const _0x1743b2=globals[_0x48cb6f(0x1e6)](_0xa24c94[_0x48cb6f(0x1a4)]);if(!_0x1743b2||_0x1743b2[_0x48cb6f(0x18f)])return;const _0x102e10={};for(const _0x2f10cd of _0x57f3a9){_0xa24c94[_0x48cb6f(0x1d8)](_0x2f10cd[_0x48cb6f(0x1e7)],_0xa24c94['hDpHw'])&&_0x2f10cd[_0x48cb6f(0x1a6)]&&_0x2f10cd[_0x48cb6f(0x1a6)]['ok']&&(_0x102e10[_0x2f10cd['value'][_0x48cb6f(0x1c5)]]=_0x2f10cd['value'][_0x48cb6f(0x1dc)]);}_0x1743b2[_0x48cb6f(0x191)]=_0x102e10;}catch(_0x1c5ed1){logger[_0x48cb6f(0x1ee)](_0x48cb6f(0x1ec)+_0x1c5ed1);}})[_0x58c7e8(0x19e)](_0x4571b7=>{const _0x1f16a0=_0x58c7e8;logger[_0x1f16a0(0x1ee)](_0x1f16a0(0x1ae)+_0x4571b7);});})['catch'](_0x4072ad=>{const _0x4ad87a=_0x57fa17;logger[_0x4ad87a(0x1ee)](_0x4ad87a(0x1e5)+_0x4072ad),_0xa24c94[_0x4ad87a(0x1be)](_0x5c8b8a);});})[_0x49f9f3(0x19e)](_0x321279=>{const _0x262456=_0x49f9f3;logger[_0x262456(0x1ee)](_0x262456(0x1a1)+_0x321279),_0x52c8e0['kUgxM'](_0x5c8b8a);});});},exports[a174_0xc9377e(0x1c2)]=async(_0x3ca426,_0x45bcef)=>{const _0x1f9047=a174_0xc9377e,_0x391d89={};_0x391d89[_0x1f9047(0x1eb)]=_0x1f9047(0x195),_0x391d89[_0x1f9047(0x1b0)]=_0x1f9047(0x18e),_0x391d89[_0x1f9047(0x1ca)]=function(_0x356df3,_0x44b012){return _0x356df3-_0x44b012;};const _0x3824fe=_0x391d89;try{const _0x18113d=new Date();await helper[_0x1f9047(0x1b4)](_0x3824fe[_0x1f9047(0x1eb)],_0x3824fe['lmmox'],{},_0x3ca426,_0x45bcef,0x1388);const _0x1e2c51=_0x3824fe[_0x1f9047(0x1ca)](new Date(),_0x18113d);logger[_0x1f9047(0x1ee)]('Execution\x20time\x20for\x20'+_0x45bcef+'\x20is:\x20'+_0x1e2c51+'ms');const _0x17fbce={};return _0x17fbce[_0x1f9047(0x1c5)]=_0x45bcef,_0x17fbce['latency']=_0x1e2c51,_0x17fbce;}catch(_0x3f6d14){return logger[_0x1f9047(0x1ee)](_0x1f9047(0x1c6)+_0x45bcef+_0x1f9047(0x1e8)+_0x3f6d14),{};}},exports[a174_0xc9377e(0x1db)]=async _0x5a6714=>{const _0xb857b9=a174_0xc9377e,_0x2cf3c6={'pqzYo':function(_0x37d9b6,_0x14669f){return _0x37d9b6(_0x14669f);},'jxTJR':_0xb857b9(0x1d6),'BVUrN':'/wd/hub','qoUcf':_0xb857b9(0x195),'JWfzA':_0xb857b9(0x1c7)};try{const _0x1dc9a0=_0x2cf3c6[_0xb857b9(0x193)](require,_0x2cf3c6[_0xb857b9(0x196)])[_0xb857b9(0x1c5)][_0xb857b9(0x1e9)](_0x2cf3c6[_0xb857b9(0x1b5)],''),_0x132f09=await helper[_0xb857b9(0x1b4)](_0x2cf3c6[_0xb857b9(0x1d5)],_0x2cf3c6['JWfzA'],{},_0x5a6714,_0x1dc9a0,0x1388),_0x549fce=_0x132f09[_0xb857b9(0x1a2)];return logger[_0xb857b9(0x1ee)](_0xb857b9(0x1ef)+util[_0xb857b9(0x1c1)]('%j',_0x549fce)),_0x549fce['hubs'];}catch(_0x5a33b3){logger['debug'](_0xb857b9(0x199)+_0x5a33b3);}return null;};