browserstack-node-sdk 1.55.4 → 1.55.5

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 (199) 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 +3 -2
  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/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/stackFrameUtils.js +1 -0
  180. package/src/helpers/test-observability/constants.js +1 -1
  181. package/src/helpers/test-observability/error-handler.js +1 -1
  182. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  183. package/src/helpers/test-observability/sessionHandler.js +1 -1
  184. package/src/helpers/test-observability/utils.js +1 -1
  185. package/src/helpers/test-orchestration/constants.js +1 -1
  186. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  187. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  188. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  189. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  190. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  191. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  192. package/src/helpers/testhub/constants.js +1 -1
  193. package/src/helpers/testhub/testhubHandler.js +1 -1
  194. package/src/helpers/testhub/utils.js +1 -1
  195. package/src/helpers/timeoutPromise.js +1 -1
  196. package/src/helpers/utilities.js +1 -1
  197. package/src/helpers/w3cMapping.js +1 -1
  198. package/src/hubAllocationMethods.js +1 -1
  199. package/src/index.js +1 -1
@@ -1 +1 @@
1
- var a155_0x54c143=a155_0x41a4;function a155_0x41a4(_0x4bb9ca,_0x55f811){var _0xa96eb8=a155_0xa96e();return a155_0x41a4=function(_0x41a430,_0x35bf17){_0x41a430=_0x41a430-0x192;var _0x125620=_0xa96eb8[_0x41a430];return _0x125620;},a155_0x41a4(_0x4bb9ca,_0x55f811);}(function(_0x28ac4c,_0x62502){var _0x98099a=a155_0x41a4,_0x308351=_0x28ac4c();while(!![]){try{var _0x230335=-parseInt(_0x98099a(0x1c6))/0x1+parseInt(_0x98099a(0x19a))/0x2*(parseInt(_0x98099a(0x1d6))/0x3)+parseInt(_0x98099a(0x1f1))/0x4+-parseInt(_0x98099a(0x1a7))/0x5*(parseInt(_0x98099a(0x196))/0x6)+-parseInt(_0x98099a(0x1ad))/0x7*(parseInt(_0x98099a(0x1c5))/0x8)+parseInt(_0x98099a(0x1fb))/0x9*(parseInt(_0x98099a(0x210))/0xa)+parseInt(_0x98099a(0x1de))/0xb;if(_0x230335===_0x62502)break;else _0x308351['push'](_0x308351['shift']());}catch(_0x7dab3f){_0x308351['push'](_0x308351['shift']());}}}(a155_0xa96e,0x390d3),exports[a155_0x54c143(0x1c8)]=()=>{var _0x226346=a155_0x54c143,_0x4c2c0e={};_0x4c2c0e[_0x226346(0x202)]=_0x226346(0x1dc),_0x4c2c0e[_0x226346(0x208)]='accessKey',_0x4c2c0e[_0x226346(0x1f4)]='osVersion',_0x4c2c0e['ABZUJ']=_0x226346(0x1ff),_0x4c2c0e[_0x226346(0x19f)]=_0x226346(0x1c2),_0x4c2c0e[_0x226346(0x20e)]=_0x226346(0x1ee),_0x4c2c0e[_0x226346(0x1c9)]='projectName',_0x4c2c0e[_0x226346(0x1f7)]=_0x226346(0x1f8),_0x4c2c0e['ZDkez']=_0x226346(0x21c),_0x4c2c0e[_0x226346(0x197)]=_0x226346(0x1e6),_0x4c2c0e['VlGcV']=_0x226346(0x1f2),_0x4c2c0e[_0x226346(0x1f6)]=_0x226346(0x1b1),_0x4c2c0e[_0x226346(0x1a8)]='consoleLogs',_0x4c2c0e[_0x226346(0x20f)]=_0x226346(0x1a0),_0x4c2c0e[_0x226346(0x1fc)]=_0x226346(0x1a4),_0x4c2c0e[_0x226346(0x218)]=_0x226346(0x213),_0x4c2c0e[_0x226346(0x199)]='video',_0x4c2c0e[_0x226346(0x1c0)]=_0x226346(0x1f3),_0x4c2c0e[_0x226346(0x203)]=_0x226346(0x1a2),_0x4c2c0e[_0x226346(0x1d9)]=_0x226346(0x20c),_0x4c2c0e['nSISO']=_0x226346(0x1aa),_0x4c2c0e[_0x226346(0x20a)]=_0x226346(0x1bb),_0x4c2c0e[_0x226346(0x1af)]='seleniumVersion',_0x4c2c0e[_0x226346(0x1b4)]=_0x226346(0x1be),_0x4c2c0e[_0x226346(0x1d0)]='idleTimeout',_0x4c2c0e[_0x226346(0x198)]=_0x226346(0x1ed),_0x4c2c0e[_0x226346(0x1cf)]=_0x226346(0x217),_0x4c2c0e['XjErV']=_0x226346(0x192),_0x4c2c0e['BWJne']=_0x226346(0x1fd),_0x4c2c0e[_0x226346(0x1ac)]='wsLocalSupport',_0x4c2c0e[_0x226346(0x1b6)]='disableCorsRestrictions',_0x4c2c0e['EXMHn']=_0x226346(0x209),_0x4c2c0e[_0x226346(0x1f5)]=_0x226346(0x1e9),_0x4c2c0e[_0x226346(0x1ba)]=_0x226346(0x1da),_0x4c2c0e[_0x226346(0x212)]='deviceOrientation',_0x4c2c0e['FMhXg']=_0x226346(0x1b7),_0x4c2c0e[_0x226346(0x211)]=_0x226346(0x1fa),_0x4c2c0e[_0x226346(0x19b)]=_0x226346(0x1bc),_0x4c2c0e['cobKq']=_0x226346(0x1e5),_0x4c2c0e['oYJnZ']='accessibility',_0x4c2c0e[_0x226346(0x216)]=_0x226346(0x1f9),_0x4c2c0e[_0x226346(0x1d4)]='testhubBuildUuid',_0x4c2c0e['ciHWx']=_0x226346(0x21b),_0x4c2c0e[_0x226346(0x1c7)]=_0x226346(0x1cb),_0x4c2c0e['qZrJh']='accessibilityOptions.scannerProcessingTimeout',_0x4c2c0e[_0x226346(0x20b)]=_0x226346(0x1e1),_0x4c2c0e[_0x226346(0x19d)]=_0x226346(0x1b0),_0x4c2c0e['oegvL']=_0x226346(0x1e4),_0x4c2c0e[_0x226346(0x201)]=_0x226346(0x1a1),_0x4c2c0e[_0x226346(0x1bf)]='enableSim',_0x4c2c0e[_0x226346(0x1d1)]='simOptions',_0x4c2c0e[_0x226346(0x1ae)]=_0x226346(0x200),_0x4c2c0e[_0x226346(0x195)]=_0x226346(0x1ec),_0x4c2c0e[_0x226346(0x21a)]=_0x226346(0x205),_0x4c2c0e['RFqVb']=_0x226346(0x1d7),_0x4c2c0e['Evdjp']='performance';var _0x504fe7=_0x4c2c0e,_0x2b7b78={};return _0x2b7b78[_0x226346(0x1f0)]=_0x504fe7[_0x226346(0x202)],_0x2b7b78[_0x226346(0x1bd)]=_0x504fe7['Iyusg'],_0x2b7b78['os']='os',_0x2b7b78['os_version']=_0x504fe7[_0x226346(0x1f4)],_0x2b7b78[_0x226346(0x1ff)]=_0x504fe7['ABZUJ'],_0x2b7b78[_0x226346(0x204)]=_0x504fe7[_0x226346(0x19f)],_0x2b7b78[_0x226346(0x1db)]=_0x504fe7[_0x226346(0x20e)],_0x2b7b78[_0x226346(0x1c3)]=_0x504fe7['vEgpr'],_0x2b7b78['build']=_0x504fe7[_0x226346(0x1f7)],_0x2b7b78[_0x226346(0x1e3)]=_0x504fe7[_0x226346(0x214)],_0x2b7b78['browserstack.local']=_0x504fe7['ZKHqZ'],_0x2b7b78[_0x226346(0x193)]=_0x504fe7[_0x226346(0x1d5)],_0x2b7b78[_0x226346(0x1b2)]=_0x504fe7[_0x226346(0x1f6)],_0x2b7b78['browserstack.console']=_0x504fe7[_0x226346(0x1a8)],_0x2b7b78[_0x226346(0x1e8)]=_0x504fe7['vsKUI'],_0x2b7b78[_0x226346(0x19e)]=_0x504fe7[_0x226346(0x1fc)],_0x2b7b78['browserstack.appiumLogs']=_0x504fe7[_0x226346(0x218)],_0x2b7b78['browserstack.video']=_0x504fe7[_0x226346(0x199)],_0x2b7b78[_0x226346(0x1a3)]=_0x504fe7[_0x226346(0x1c0)],_0x2b7b78[_0x226346(0x215)]=_0x504fe7[_0x226346(0x203)],_0x2b7b78[_0x226346(0x1b5)]=_0x504fe7[_0x226346(0x1d9)],_0x2b7b78[_0x226346(0x1b9)]=_0x504fe7[_0x226346(0x1c4)],_0x2b7b78[_0x226346(0x1bb)]=_0x504fe7['CycGb'],_0x2b7b78[_0x226346(0x1e2)]=_0x504fe7[_0x226346(0x1af)],_0x2b7b78['browserstack.maskCommands']=_0x504fe7[_0x226346(0x1b4)],_0x2b7b78[_0x226346(0x1a6)]=_0x504fe7['QYgBJ'],_0x2b7b78[_0x226346(0x1df)]=_0x504fe7[_0x226346(0x198)],_0x2b7b78['browserstack.autoWait']=_0x504fe7[_0x226346(0x1cf)],_0x2b7b78['browserstack.hosts']=_0x504fe7[_0x226346(0x1e0)],_0x2b7b78[_0x226346(0x1ef)]=_0x504fe7['BWJne'],_0x2b7b78['browserstack.wsLocalSupport']=_0x504fe7[_0x226346(0x1ac)],_0x2b7b78[_0x226346(0x1d3)]=_0x504fe7['IaIUy'],_0x2b7b78['device']=_0x504fe7[_0x226346(0x1d2)],_0x2b7b78[_0x226346(0x1e9)]=_0x504fe7[_0x226346(0x1f5)],_0x2b7b78[_0x226346(0x1ea)]=_0x504fe7[_0x226346(0x1ba)],_0x2b7b78[_0x226346(0x1eb)]=_0x504fe7['KUtHp'],_0x2b7b78[_0x226346(0x1fe)]=_0x504fe7['FMhXg'],_0x2b7b78['browserstack.networkProfile']=_0x504fe7[_0x226346(0x211)],_0x2b7b78['browserstack.buildIdentifier']=_0x504fe7[_0x226346(0x19b)],_0x2b7b78[_0x226346(0x1b8)]=_0x504fe7[_0x226346(0x1e7)],_0x2b7b78[_0x226346(0x1cd)]=_0x504fe7['oYJnZ'],_0x2b7b78[_0x226346(0x1cc)]=_0x504fe7[_0x226346(0x216)],_0x2b7b78['browserstack.testhubBuildUuid']=_0x504fe7[_0x226346(0x1d4)],_0x2b7b78[_0x226346(0x20d)]=_0x504fe7['ciHWx'],_0x2b7b78[_0x226346(0x1d8)]=_0x504fe7[_0x226346(0x1c7)],_0x2b7b78[_0x226346(0x19c)]=_0x504fe7[_0x226346(0x1a9)],_0x2b7b78['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x504fe7[_0x226346(0x20b)],_0x2b7b78[_0x226346(0x1c1)]=_0x504fe7[_0x226346(0x19d)],_0x2b7b78[_0x226346(0x1ab)]=_0x504fe7[_0x226346(0x1ce)],_0x2b7b78[_0x226346(0x1a5)]=_0x504fe7[_0x226346(0x201)],_0x2b7b78[_0x226346(0x1ca)]=_0x504fe7[_0x226346(0x1bf)],_0x2b7b78['browserstack.simOptions']=_0x504fe7[_0x226346(0x1d1)],_0x2b7b78[_0x226346(0x219)]=_0x504fe7[_0x226346(0x1ae)],_0x2b7b78[_0x226346(0x194)]=_0x504fe7[_0x226346(0x195)],_0x2b7b78[_0x226346(0x1dd)]=_0x504fe7[_0x226346(0x21a)],_0x2b7b78[_0x226346(0x207)]=_0x504fe7[_0x226346(0x206)],_0x2b7b78[_0x226346(0x1b3)]=_0x504fe7['Evdjp'],_0x2b7b78;});function a155_0xa96e(){var _0x7c2379=['browserstack.seleniumLogs','networkLogsOptions','browserstack.uploadMedia','browserstack.idleTimeout','8705FZUXAw','NkSaO','qZrJh','timezone','browserstack.accessibilityOptions.authToken','hWpCG','7aockmC','FZnxM','VvhOx','accessibilityOptions.includeIssueType.needsReview','debug','browserstack.debug','browserstack.performance','twBNi','browserstack.geoLocation','IaIUy','customNetwork','browserstack.browserstackSDK','browserstack.timezone','qAgJO','resolution','buildIdentifier','browserstack.key','maskCommands','pXPYN','zoECg','browserstack.accessibilityOptions.includeIssueType.needsReview','browserVersion','project','nSISO','3007960sAODUX','69018ejGYKX','MTMuj','W3CMapping','vEgpr','browserstack.enableSim','accessibilityOptions.scannerVersion','browserstack.buildProductMap','browserstack.accessibility','oegvL','REGVx','QYgBJ','VhYkd','EXMHn','browserstack.disableCorsRestrictions','BANsT','VlGcV','9ZGKjWz','headerParams','browserstack.accessibilityOptions.scannerVersion','DdCBZ','appiumVersion','browserstack.use_w3c','userName','browserstack.overridelocalInfo.localIdentifier','1393348Ruhhef','browserstack.maskBasicAuth','XjErV','accessibilityOptions.includeIssueType.bestPractice','browserstack.selenium_version','name','accessibilityOptions.authToken','browserstackSDK','local','cobKq','browserstack.networkLogs','realMobile','browserstack.appium_version','deviceOrientation','overridelocalInfo.userAuthToken','maskBasicAuth','useW3c','browserstack.bfcache','browserstack.user','795384SRWEya','localIdentifier','seleniumLogs','mYakH','BmCNE','rfPYr','jLwPW','buildName','buildProductMap','networkProfile','9rzoKyv','oJmhA','bfcache','browserstack.customNetwork','browser','playwrightVersion','Rsfzi','chbeL','MlcHG','browser_version','overridelocalInfo.localIdentifier','RFqVb','browserstack.headerParams','Iyusg','deviceName','CycGb','UDxCr','geoLocation','browserstack.accessibilityOptions.wcagVersion','GuLLL','vsKUI','2535490VOVFiK','bhdcM','KUtHp','appiumLogs','ZDkez','browserstack.telemetryLogs','fqYgR','autoWait','LXGiP','browserstack.playwrightVersion','hfUpu','accessibilityOptions.wcagVersion','sessionName','hosts','browserstack.localIdentifier','browserstack.overridelocalInfo.userAuthToken','uJMpN','468OfBMEt','ZKHqZ','TGwLP','cimXh','156954kcQziT','jOJHR','browserstack.accessibilityOptions.scannerProcessingTimeout','jwwvS','browserstack.networkLogsOptions','pmXiR','networkLogs','uploadMedia','telemetryLogs'];a155_0xa96e=function(){return _0x7c2379;};return a155_0xa96e();}
1
+ var a156_0x40beb4=a156_0x52da;function a156_0x52da(_0x2f1214,_0x4011c3){var _0x149a5f=a156_0x149a();return a156_0x52da=function(_0x52da55,_0x20c719){_0x52da55=_0x52da55-0x1ca;var _0x51c9e4=_0x149a5f[_0x52da55];return _0x51c9e4;},a156_0x52da(_0x2f1214,_0x4011c3);}(function(_0x1bb3b6,_0x424cd6){var _0x160d31=a156_0x52da,_0x4addf2=_0x1bb3b6();while(!![]){try{var _0x4e727e=-parseInt(_0x160d31(0x1e0))/0x1+-parseInt(_0x160d31(0x1ee))/0x2+-parseInt(_0x160d31(0x23b))/0x3*(-parseInt(_0x160d31(0x202))/0x4)+parseInt(_0x160d31(0x1dd))/0x5*(-parseInt(_0x160d31(0x238))/0x6)+-parseInt(_0x160d31(0x1d2))/0x7+parseInt(_0x160d31(0x1e2))/0x8*(parseInt(_0x160d31(0x1ef))/0x9)+parseInt(_0x160d31(0x208))/0xa;if(_0x4e727e===_0x424cd6)break;else _0x4addf2['push'](_0x4addf2['shift']());}catch(_0x11aaa6){_0x4addf2['push'](_0x4addf2['shift']());}}}(a156_0x149a,0x93db5),exports[a156_0x40beb4(0x233)]=()=>{var _0x1fadf3=a156_0x40beb4,_0x2915d8={};_0x2915d8[_0x1fadf3(0x242)]=_0x1fadf3(0x1de),_0x2915d8[_0x1fadf3(0x1ff)]='accessKey',_0x2915d8['zibNc']=_0x1fadf3(0x1f4),_0x2915d8[_0x1fadf3(0x1f9)]=_0x1fadf3(0x245),_0x2915d8[_0x1fadf3(0x243)]=_0x1fadf3(0x203),_0x2915d8[_0x1fadf3(0x1f5)]=_0x1fadf3(0x1e5),_0x2915d8[_0x1fadf3(0x1fb)]='projectName',_0x2915d8[_0x1fadf3(0x212)]=_0x1fadf3(0x215),_0x2915d8[_0x1fadf3(0x1e8)]=_0x1fadf3(0x1ea),_0x2915d8[_0x1fadf3(0x24f)]='local',_0x2915d8[_0x1fadf3(0x22d)]=_0x1fadf3(0x21e),_0x2915d8[_0x1fadf3(0x23e)]='debug',_0x2915d8[_0x1fadf3(0x234)]=_0x1fadf3(0x255),_0x2915d8[_0x1fadf3(0x218)]=_0x1fadf3(0x1ca),_0x2915d8[_0x1fadf3(0x1eb)]='networkLogsOptions',_0x2915d8[_0x1fadf3(0x211)]=_0x1fadf3(0x1f8),_0x2915d8[_0x1fadf3(0x1e3)]=_0x1fadf3(0x201),_0x2915d8[_0x1fadf3(0x1ce)]=_0x1fadf3(0x1df),_0x2915d8[_0x1fadf3(0x251)]=_0x1fadf3(0x225),_0x2915d8[_0x1fadf3(0x249)]='geoLocation',_0x2915d8[_0x1fadf3(0x227)]=_0x1fadf3(0x230),_0x2915d8[_0x1fadf3(0x24e)]=_0x1fadf3(0x23f),_0x2915d8[_0x1fadf3(0x20f)]='seleniumVersion',_0x2915d8[_0x1fadf3(0x1f0)]=_0x1fadf3(0x1cc),_0x2915d8['EzGJy']=_0x1fadf3(0x1db),_0x2915d8['MLEZd']='maskBasicAuth',_0x2915d8[_0x1fadf3(0x239)]=_0x1fadf3(0x226),_0x2915d8[_0x1fadf3(0x21a)]=_0x1fadf3(0x20d),_0x2915d8[_0x1fadf3(0x1d1)]=_0x1fadf3(0x1e7),_0x2915d8[_0x1fadf3(0x1d9)]=_0x1fadf3(0x248),_0x2915d8[_0x1fadf3(0x1d7)]=_0x1fadf3(0x1cb),_0x2915d8[_0x1fadf3(0x244)]=_0x1fadf3(0x216),_0x2915d8['CqsYY']=_0x1fadf3(0x236),_0x2915d8[_0x1fadf3(0x254)]=_0x1fadf3(0x22f),_0x2915d8[_0x1fadf3(0x1ec)]='deviceOrientation',_0x2915d8[_0x1fadf3(0x247)]=_0x1fadf3(0x221),_0x2915d8['EZssL']=_0x1fadf3(0x224),_0x2915d8[_0x1fadf3(0x229)]=_0x1fadf3(0x235),_0x2915d8['kvTQN']=_0x1fadf3(0x24a),_0x2915d8['tajuE']=_0x1fadf3(0x23c),_0x2915d8['CHymW']=_0x1fadf3(0x1f7),_0x2915d8[_0x1fadf3(0x1cf)]='testhubBuildUuid',_0x2915d8[_0x1fadf3(0x250)]=_0x1fadf3(0x22a),_0x2915d8[_0x1fadf3(0x1fd)]=_0x1fadf3(0x21f),_0x2915d8[_0x1fadf3(0x200)]=_0x1fadf3(0x205),_0x2915d8['aLEPD']=_0x1fadf3(0x240),_0x2915d8['plRiL']='accessibilityOptions.includeIssueType.needsReview',_0x2915d8[_0x1fadf3(0x20b)]='accessibilityOptions.authToken',_0x2915d8[_0x1fadf3(0x1d3)]=_0x1fadf3(0x1ed),_0x2915d8[_0x1fadf3(0x231)]='enableSim',_0x2915d8['femkP']='simOptions',_0x2915d8['LCPje']=_0x1fadf3(0x1fe),_0x2915d8[_0x1fadf3(0x1e1)]=_0x1fadf3(0x1d4),_0x2915d8[_0x1fadf3(0x24b)]='overridelocalInfo.localIdentifier',_0x2915d8['VAERe']='headerParams',_0x2915d8[_0x1fadf3(0x1f2)]=_0x1fadf3(0x1d8);var _0x12ecd0=_0x2915d8,_0x4bcaa7={};return _0x4bcaa7['browserstack.user']=_0x12ecd0['HpIPp'],_0x4bcaa7[_0x1fadf3(0x223)]=_0x12ecd0[_0x1fadf3(0x1ff)],_0x4bcaa7['os']='os',_0x4bcaa7[_0x1fadf3(0x219)]=_0x12ecd0[_0x1fadf3(0x237)],_0x4bcaa7[_0x1fadf3(0x245)]=_0x12ecd0[_0x1fadf3(0x1f9)],_0x4bcaa7['browser_version']=_0x12ecd0[_0x1fadf3(0x243)],_0x4bcaa7['browserstack.use_w3c']=_0x12ecd0[_0x1fadf3(0x1f5)],_0x4bcaa7[_0x1fadf3(0x246)]=_0x12ecd0[_0x1fadf3(0x1fb)],_0x4bcaa7[_0x1fadf3(0x253)]=_0x12ecd0[_0x1fadf3(0x212)],_0x4bcaa7[_0x1fadf3(0x1e9)]=_0x12ecd0[_0x1fadf3(0x1e8)],_0x4bcaa7['browserstack.local']=_0x12ecd0[_0x1fadf3(0x24f)],_0x4bcaa7[_0x1fadf3(0x21b)]=_0x12ecd0[_0x1fadf3(0x22d)],_0x4bcaa7[_0x1fadf3(0x1f6)]=_0x12ecd0[_0x1fadf3(0x23e)],_0x4bcaa7['browserstack.console']=_0x12ecd0['qxUtC'],_0x4bcaa7[_0x1fadf3(0x20a)]=_0x12ecd0[_0x1fadf3(0x218)],_0x4bcaa7['browserstack.networkLogsOptions']=_0x12ecd0['xOPff'],_0x4bcaa7[_0x1fadf3(0x241)]=_0x12ecd0[_0x1fadf3(0x211)],_0x4bcaa7[_0x1fadf3(0x24d)]=_0x12ecd0[_0x1fadf3(0x1e3)],_0x4bcaa7[_0x1fadf3(0x228)]=_0x12ecd0[_0x1fadf3(0x1ce)],_0x4bcaa7[_0x1fadf3(0x1f3)]=_0x12ecd0[_0x1fadf3(0x251)],_0x4bcaa7[_0x1fadf3(0x1cd)]=_0x12ecd0['mRLsg'],_0x4bcaa7['browserstack.timezone']=_0x12ecd0[_0x1fadf3(0x227)],_0x4bcaa7[_0x1fadf3(0x23f)]=_0x12ecd0['nHyus'],_0x4bcaa7['browserstack.selenium_version']=_0x12ecd0[_0x1fadf3(0x20f)],_0x4bcaa7[_0x1fadf3(0x1e6)]=_0x12ecd0[_0x1fadf3(0x1f0)],_0x4bcaa7[_0x1fadf3(0x210)]=_0x12ecd0[_0x1fadf3(0x1d5)],_0x4bcaa7[_0x1fadf3(0x1e4)]=_0x12ecd0[_0x1fadf3(0x213)],_0x4bcaa7[_0x1fadf3(0x1d0)]=_0x12ecd0['KDyar'],_0x4bcaa7[_0x1fadf3(0x22c)]=_0x12ecd0['dAHfA'],_0x4bcaa7[_0x1fadf3(0x1dc)]=_0x12ecd0['FnPUl'],_0x4bcaa7['browserstack.wsLocalSupport']=_0x12ecd0['gMwgD'],_0x4bcaa7[_0x1fadf3(0x23d)]=_0x12ecd0[_0x1fadf3(0x1d7)],_0x4bcaa7['device']=_0x12ecd0['JaNdU'],_0x4bcaa7[_0x1fadf3(0x236)]=_0x12ecd0['CqsYY'],_0x4bcaa7[_0x1fadf3(0x20c)]=_0x12ecd0['oZNYQ'],_0x4bcaa7[_0x1fadf3(0x204)]=_0x12ecd0[_0x1fadf3(0x1ec)],_0x4bcaa7[_0x1fadf3(0x1f1)]=_0x12ecd0['oLSdC'],_0x4bcaa7[_0x1fadf3(0x207)]=_0x12ecd0[_0x1fadf3(0x209)],_0x4bcaa7[_0x1fadf3(0x220)]=_0x12ecd0['rWjwD'],_0x4bcaa7[_0x1fadf3(0x22e)]=_0x12ecd0[_0x1fadf3(0x23a)],_0x4bcaa7['browserstack.accessibility']=_0x12ecd0[_0x1fadf3(0x1fc)],_0x4bcaa7['browserstack.buildProductMap']=_0x12ecd0[_0x1fadf3(0x21c)],_0x4bcaa7[_0x1fadf3(0x24c)]=_0x12ecd0[_0x1fadf3(0x1cf)],_0x4bcaa7[_0x1fadf3(0x1d6)]=_0x12ecd0[_0x1fadf3(0x250)],_0x4bcaa7[_0x1fadf3(0x20e)]=_0x12ecd0['BOsjL'],_0x4bcaa7[_0x1fadf3(0x21d)]=_0x12ecd0[_0x1fadf3(0x200)],_0x4bcaa7['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x12ecd0[_0x1fadf3(0x1da)],_0x4bcaa7[_0x1fadf3(0x1fa)]=_0x12ecd0[_0x1fadf3(0x214)],_0x4bcaa7['browserstack.accessibilityOptions.authToken']=_0x12ecd0[_0x1fadf3(0x20b)],_0x4bcaa7['browserstack.uploadMedia']=_0x12ecd0['RvgaD'],_0x4bcaa7[_0x1fadf3(0x22b)]=_0x12ecd0['fbbSK'],_0x4bcaa7[_0x1fadf3(0x222)]=_0x12ecd0[_0x1fadf3(0x232)],_0x4bcaa7['browserstack.playwrightVersion']=_0x12ecd0[_0x1fadf3(0x217)],_0x4bcaa7[_0x1fadf3(0x206)]=_0x12ecd0[_0x1fadf3(0x1e1)],_0x4bcaa7['browserstack.overridelocalInfo.localIdentifier']=_0x12ecd0[_0x1fadf3(0x24b)],_0x4bcaa7[_0x1fadf3(0x252)]=_0x12ecd0['VAERe'],_0x4bcaa7['browserstack.performance']=_0x12ecd0[_0x1fadf3(0x1f2)],_0x4bcaa7;});function a156_0x149a(){var _0x1594b4=['playwrightVersion','gwWJK','eWavH','video','16BtRfUz','browserVersion','deviceOrientation','accessibilityOptions.scannerProcessingTimeout','browserstack.overridelocalInfo.userAuthToken','browserstack.networkProfile','5181260FhjjcR','EZssL','browserstack.networkLogs','fVipz','browserstack.appium_version','hosts','browserstack.accessibilityOptions.scannerVersion','zcVJF','browserstack.idleTimeout','GjzBe','BnFxW','MLEZd','plRiL','buildName','deviceName','LCPje','JzXHo','os_version','dAHfA','browserstack.localIdentifier','CHymW','browserstack.accessibilityOptions.scannerProcessingTimeout','localIdentifier','accessibilityOptions.scannerVersion','browserstack.buildIdentifier','customNetwork','browserstack.simOptions','browserstack.key','networkProfile','telemetryLogs','autoWait','LSKYe','browserstack.seleniumLogs','rWjwD','accessibilityOptions.wcagVersion','browserstack.enableSim','browserstack.hosts','OTRbG','browserstack.browserstackSDK','appiumVersion','timezone','fbbSK','femkP','W3CMapping','qxUtC','buildIdentifier','realMobile','zibNc','1211286YrMMLb','KDyar','kvTQN','391659roXboF','accessibility','browserstack.disableCorsRestrictions','Tgzyj','resolution','accessibilityOptions.includeIssueType.bestPractice','browserstack.appiumLogs','HpIPp','KLUOJ','JaNdU','browser','project','oLSdC','wsLocalSupport','mRLsg','browserstackSDK','iLyse','browserstack.testhubBuildUuid','browserstack.video','nHyus','heIAc','VcSYH','BxYdG','browserstack.headerParams','build','oZNYQ','consoleLogs','networkLogs','disableCorsRestrictions','maskCommands','browserstack.geoLocation','Iufzt','BpPpm','browserstack.autoWait','FnPUl','1149106DQIWXk','RvgaD','overridelocalInfo.userAuthToken','EzGJy','browserstack.accessibilityOptions.wcagVersion','VvlVe','performance','gMwgD','aLEPD','idleTimeout','browserstack.bfcache','15yDjRKE','userName','seleniumLogs','122308MQnzXb','MdcHK','8840UchEMc','TRAJf','browserstack.maskBasicAuth','useW3c','browserstack.maskCommands','bfcache','oYMOm','name','sessionName','xOPff','eSJIW','uploadMedia','431106wZzSSw','5481DyHIQD','TlVOc','browserstack.customNetwork','QrRJj','browserstack.telemetryLogs','osVersion','TFnyk','browserstack.debug','buildProductMap','appiumLogs','vGhvp','browserstack.accessibilityOptions.includeIssueType.needsReview','KfePR','tajuE','BOsjL'];a156_0x149a=function(){return _0x1594b4;};return a156_0x149a();}
@@ -1 +1 @@
1
- const a156_0x3e4f9f=a156_0x3496;(function(_0x27c397,_0x231ae0){const _0xd41435=a156_0x3496,_0x3de1b4=_0x27c397();while(!![]){try{const _0x1c0e14=-parseInt(_0xd41435(0xc9))/0x1+parseInt(_0xd41435(0xe6))/0x2*(-parseInt(_0xd41435(0x10e))/0x3)+parseInt(_0xd41435(0xf6))/0x4*(parseInt(_0xd41435(0xe8))/0x5)+-parseInt(_0xd41435(0xea))/0x6*(parseInt(_0xd41435(0xfc))/0x7)+-parseInt(_0xd41435(0x105))/0x8*(-parseInt(_0xd41435(0x109))/0x9)+parseInt(_0xd41435(0xd9))/0xa+parseInt(_0xd41435(0xe9))/0xb;if(_0x1c0e14===_0x231ae0)break;else _0x3de1b4['push'](_0x3de1b4['shift']());}catch(_0x623cdb){_0x3de1b4['push'](_0x3de1b4['shift']());}}}(a156_0x5bb1,0x51f97));const url=require(a156_0x3e4f9f(0x106)),util=require('util'),helper=require(a156_0x3e4f9f(0xc8)),logger=require('./helpers/logger')[a156_0x3e4f9f(0x10f)],constants=require(a156_0x3e4f9f(0xbd));global[a156_0x3e4f9f(0xc4)]='',exports[a156_0x3e4f9f(0xd0)]=_0x5103ea=>{const _0x32e88d=a156_0x3e4f9f,_0x1ccb51={};_0x1ccb51['pXaJO']=function(_0x352fd7,_0x2524ed){return _0x352fd7+_0x2524ed;},_0x1ccb51[_0x32e88d(0x10a)]=_0x32e88d(0xd5);const _0x36518b=_0x1ccb51,_0x318633=url['parse'](_0x5103ea);if(!_0x318633['hostname'])throw new Error(_0x36518b[_0x32e88d(0xe3)](_0x36518b[_0x32e88d(0x10a)],_0x5103ea));return _0x318633[_0x32e88d(0xde)]=null,_0x318633[_0x32e88d(0xc2)]=null,_0x318633[_0x32e88d(0xc3)]=_0x318633['pathname'],_0x318633;},exports[a156_0x3e4f9f(0xe2)]=_0x469366=>{const _0x109d16=a156_0x3e4f9f;global[_0x109d16(0xc4)]=_0x469366;},exports['allocateHub']=_0x4204a1=>{const _0x2f2d5b=a156_0x3e4f9f,_0x1fb323={'ohCas':function(_0x2b498f,_0x12330a){return _0x2b498f==_0x12330a;},'YCUBm':_0x2f2d5b(0xf0),'wuDJI':function(_0x1a802c,_0x29a02d){return _0x1a802c===_0x29a02d;},'hstIR':function(_0x437793){return _0x437793();},'OUmQI':function(_0x2dbeae,_0x4d842c){return _0x2dbeae+_0x4d842c;},'BUjSK':'https://','yBhjj':_0x2f2d5b(0xfa),'hzUfz':function(_0x4ada5a){return _0x4ada5a();},'jgEHL':function(_0x44ee6d,_0x306ab7){return _0x44ee6d!=_0x306ab7;},'gXMlC':function(_0xbc3889,_0x2c064c){return _0xbc3889!==_0x2c064c;},'WZMww':function(_0x2a6be8){return _0x2a6be8();},'FtZxD':function(_0x5bb126,_0x324d9a){return _0x5bb126+_0x324d9a;},'jUmFq':function(_0x44e6b9){return _0x44e6b9();},'ZBFzh':function(_0x463235){return _0x463235();},'auoCe':function(_0x336261){return _0x336261();}};return new Promise(_0x402969=>{const _0x51fe4e=_0x2f2d5b,_0x1f8952={'Qrgzr':function(_0x3e3847,_0x4fc449){return _0x1fb323['FtZxD'](_0x3e3847,_0x4fc449);},'VSIMV':_0x1fb323['yBhjj'],'YjYwV':function(_0x2d655d){const _0x5426e2=a156_0x3496;return _0x1fb323[_0x5426e2(0xd2)](_0x2d655d);},'WFSvg':function(_0x5b5420){return _0x1fb323['ZBFzh'](_0x5b5420);}};if(_0x4204a1&&_0x4204a1['hubRegion']){const _0x30fc11=constants[_0x51fe4e(0xe1)][_0x4204a1[_0x51fe4e(0x108)]];if(_0x30fc11)return constants[_0x51fe4e(0xc7)]=_0x30fc11,logger[_0x51fe4e(0xf8)](_0x51fe4e(0xd3)+_0x30fc11),_0x1fb323[_0x51fe4e(0x110)](_0x402969);logger[_0x51fe4e(0xf8)](_0x51fe4e(0xc1)+_0x4204a1['hubRegion']+_0x51fe4e(0xfb));}Promise[_0x51fe4e(0xbf)](this[_0x51fe4e(0xd1)](_0x4204a1))[_0x51fe4e(0xd4)](_0x1ba292=>{const _0x4b9201=_0x51fe4e,_0xb7217={'ijwsW':function(_0x3fc851,_0x4b94b1){const _0x4039a9=a156_0x3496;return _0x1fb323[_0x4039a9(0xce)](_0x3fc851,_0x4b94b1);},'Dnltc':_0x1fb323['YCUBm'],'yoyKb':function(_0x3a7111,_0x461301){const _0x49401c=a156_0x3496;return _0x1fb323[_0x49401c(0xf5)](_0x3a7111,_0x461301);},'zAZRo':function(_0xc88f7f){const _0x11d2d7=a156_0x3496;return _0x1fb323[_0x11d2d7(0xcc)](_0xc88f7f);},'FfiGc':function(_0x4fe2c5,_0x5c3ce6){const _0x372818=a156_0x3496;return _0x1fb323[_0x372818(0xca)](_0x4fe2c5,_0x5c3ce6);},'lkdky':_0x1fb323[_0x4b9201(0xc0)],'tAxyD':_0x1fb323['yBhjj'],'Yruis':function(_0x398540){const _0xc6718=_0x4b9201;return _0x1fb323[_0xc6718(0xd8)](_0x398540);}};logger[_0x4b9201(0xf8)](_0x4b9201(0xcf)+util[_0x4b9201(0x103)]('%j',_0x1ba292));if(_0x1fb323[_0x4b9201(0xee)](_0x1ba292,null)&&_0x1fb323[_0x4b9201(0xe4)](_0x1ba292[_0x4b9201(0xe5)],0x0)){const _0x1dcba4=_0x1ba292[_0x4b9201(0xf3)](_0x4ca735=>this[_0x4b9201(0xe0)](_0x4204a1,_0x4b9201(0xff)+_0x4ca735)[_0x4b9201(0xd4)](_0x4fe9b7=>{const _0x484c95=_0x4b9201;if(!_0x4fe9b7||_0xb7217[_0x484c95(0xfd)](_0x4fe9b7[_0x484c95(0xdb)],null))throw new Error(_0xb7217[_0x484c95(0x104)]);return _0x4fe9b7;}));new Promise(function(_0x147707,_0x184fe1){const _0x5ef368=_0x4b9201;var _0x3eb899=0x0;_0x1dcba4[_0x5ef368(0xdf)](function(_0x52a714){const _0x536cc8=_0x5ef368,_0x279b95={'KdYXH':function(_0x46f9e6,_0x35197b){const _0x7d40b9=a156_0x3496;return _0xb7217[_0x7d40b9(0x10c)](_0x46f9e6,_0x35197b);},'iUqbO':function(_0x3dc931){const _0x375513=a156_0x3496;return _0xb7217[_0x375513(0xdc)](_0x3dc931);}};_0x52a714['then'](_0x147707)[_0x536cc8(0xd7)](function(){const _0x136678=_0x536cc8;_0x279b95[_0x136678(0xf2)](++_0x3eb899,_0x1dcba4[_0x136678(0xe5)])&&_0x279b95[_0x136678(0xbe)](_0x184fe1);});});})[_0x4b9201(0xd4)](function(_0x119334){const _0x394593=_0x4b9201;constants['hubUrl']=_0x1f8952[_0x394593(0xed)](_0x119334['hubUrl'],_0x1f8952[_0x394593(0xdd)]),logger['debug']('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x119334[_0x394593(0xc7)]),_0x1f8952[_0x394593(0xec)](_0x402969);})[_0x4b9201(0xd7)](function(){const _0x3cc789=_0x4b9201,_0x20ceee=_0xb7217['FfiGc'](_0xb7217[_0x3cc789(0xe7)],_0x1ba292[0x0]);constants[_0x3cc789(0xc7)]=_0xb7217[_0x3cc789(0x107)](_0x20ceee,_0xb7217[_0x3cc789(0xf4)]),logger[_0x3cc789(0xf8)]('HUB\x20URL\x20FALLBACK\x20TO\x20-\x20'+_0x20ceee),_0xb7217['Yruis'](_0x402969);});}else _0x1fb323[_0x4b9201(0xcd)](_0x402969);})['catch'](_0x5e2f5e=>{const _0x19aedd=_0x51fe4e;logger[_0x19aedd(0xf8)](_0x19aedd(0xf9)+_0x5e2f5e),_0x1f8952[_0x19aedd(0xc6)](_0x402969);});});},exports['findLatency']=async(_0x19695c,_0x2c35da)=>{const _0x4aee04=a156_0x3e4f9f,_0x540b42={};_0x540b42[_0x4aee04(0xfe)]='GET',_0x540b42['eCTKb']='check',_0x540b42['UDxXb']=function(_0x1697bf,_0x372835){return _0x1697bf-_0x372835;};const _0x347ddd=_0x540b42;try{const _0x22a864=new Date();await helper[_0x4aee04(0xef)](_0x347ddd[_0x4aee04(0xfe)],_0x347ddd['eCTKb'],{},_0x19695c,_0x2c35da,0x1388);const _0x4184b3=_0x347ddd['UDxXb'](new Date(),_0x22a864);logger[_0x4aee04(0xf8)](_0x4aee04(0xda)+_0x2c35da+'\x20is:\x20'+_0x4184b3+'ms');const _0xa60e6e={};return _0xa60e6e[_0x4aee04(0xc7)]=_0x2c35da,_0xa60e6e[_0x4aee04(0xdb)]=_0x4184b3,_0xa60e6e;}catch(_0x3f237c){return logger[_0x4aee04(0xf8)](_0x4aee04(0xcb)+_0x2c35da+_0x4aee04(0x10b)+_0x3f237c),{};}},exports['nextHubs']=async _0x4ee1cf=>{const _0x4ceaa1=a156_0x3e4f9f,_0x48dc46={'LfXhp':function(_0x1ec545,_0x4dd9e7){return _0x1ec545(_0x4dd9e7);},'SnjUn':_0x4ceaa1(0xbd),'EGxmO':_0x4ceaa1(0xfa),'Lhhdi':'GET','yJeqn':_0x4ceaa1(0x100)};try{const _0x189495=_0x48dc46[_0x4ceaa1(0xf7)](require,_0x48dc46[_0x4ceaa1(0x10d)])['hubUrl'][_0x4ceaa1(0xf1)](_0x48dc46[_0x4ceaa1(0xd6)],''),_0x53edc5=await helper[_0x4ceaa1(0xef)](_0x48dc46['Lhhdi'],_0x48dc46[_0x4ceaa1(0xc5)],{},_0x4ee1cf,_0x189495,0x1388),_0x10e8b4=_0x53edc5[_0x4ceaa1(0x102)];return logger[_0x4ceaa1(0xf8)](_0x4ceaa1(0xeb)+util[_0x4ceaa1(0x103)]('%j',_0x10e8b4)),_0x10e8b4[_0x4ceaa1(0x101)];}catch(_0x47067c){logger[_0x4ceaa1(0xf8)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x47067c);}return null;};function a156_0x3496(_0x3cfa88,_0x12fa45){const _0x5bb1b0=a156_0x5bb1();return a156_0x3496=function(_0x3496b5,_0x207a48){_0x3496b5=_0x3496b5-0xbd;let _0x501bfa=_0x5bb1b0[_0x3496b5];return _0x501bfa;},a156_0x3496(_0x3cfa88,_0x12fa45);}function a156_0x5bb1(){const _0x161092=['auoCe','./bin/utils/constants','iUqbO','resolve','BUjSK','hubRegion\x20','hash','path','newHubUrl','yJeqn','WFSvg','hubUrl','./helpers/helper','348590JWNyyC','OUmQI','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','hstIR','WZMww','ohCas','NEAREST\x20HUBS\x20LIST:\x20','getRequestOptions','nextHubs','jUmFq','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','then','Invalid\x20new\x20HUB\x20URL:\x20','EGxmO','catch','hzUfz','4140310yrUhjZ','Execution\x20time\x20for\x20','latency','zAZRo','VSIMV','search','forEach','findLatency','HUB_URL_MAP','updateHubUrl','pXaJO','gXMlC','length','3754riyDKe','lkdky','1062630cUTEuZ','682484Deysvf','558060uZrayN','Response:\x20','YjYwV','Qrgzr','jgEHL','nodeRequest','no\x20latency','replace','KdYXH','map','tAxyD','wuDJI','12HpjExI','LfXhp','debug','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','/wd/hub','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','42SpVEuh','ijwsW','hUKeP','https://','next_hubs','hubs','data','format','Dnltc','8XKnWhY','url','FfiGc','hubRegion','1851489LHhtku','jktRL','\x20HUB\x20-\x20','yoyKb','SnjUn','123yWrJnC','winstonLogger'];a156_0x5bb1=function(){return _0x161092;};return a156_0x5bb1();}
1
+ function a157_0x28b1(){const _0x4416f6=['YDgxE','value','kmaym','ERROR\x20enriching\x20_hubAllocationData.hubLatencies\x20in\x20background:\x20','then','Cdaql','1290924CThiPK','\x20HUB\x20-\x20','catch','NFtZm','debug','/wd/hub','./bin/utils/constants','getGlobal','LtsgI','check','url','map','NqHOv','hubRegion\x20','VzPJz','ytxjx','JnMNU','2316tQYzRD','4646460fHDhkr','now','fZSGW','replace','hkSvF','path','btSnS','inihM','24wDvCyt','nextHubs','876xiSMbb','1038HWOTuF','Execution\x20time\x20for\x20','_hubAllocationData','bFyCf','473938GtzuMe','YudyF','\x20not\x20found\x20in\x20HUB_URL_MAP,\x20falling\x20back\x20to\x20dynamic\x20hub\x20detection','taSqu','hubRegion','./helpers/helper','hostname','latency','IViys','6122853CRpjAk','all','nodeRequest','updateHubUrl','uhGkJ','1873823CRDoIV','format','lPmqQ','newHubUrl','GET','./helpers/globals','pathname','util','HUB\x20URL\x20SET\x20TO\x20-\x20','winstonLogger','race','All\x20hub\x20latency\x20checks\x20failed,\x20falling\x20back\x20to\x20first\x20hub','fulfilled','esYxu','KOWEi','HUB\x20URL\x20SET\x20TO\x20(fallback)\x20-\x20','HUB\x20URL\x20SET\x20TO\x20(from\x20hubRegion)\x20-\x20','sJLGh','setGlobal','search','Invalid\x20new\x20HUB\x20URL:\x20','16670PfXrpF','length','findLatency','JVVSy','status','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','getRequestOptions','ikWoa','Mxxzx','PgTsW','resolve','ERROR\x20in\x20background\x20hub\x20enrichment:\x20','gwIPV','rEyEw','./helpers/logger','hash','jIorn','NEAREST\x20HUBS\x20LIST:\x20','https://','\x20is:\x20','hubLatencies','allSettled','ZOVyP','IvgUc','WWnDZ','hubUrl'];a157_0x28b1=function(){return _0x4416f6;};return a157_0x28b1();}function a157_0x201c(_0x577b46,_0x2f2646){const _0x28b109=a157_0x28b1();return a157_0x201c=function(_0x201c24,_0xff25a5){_0x201c24=_0x201c24-0xdd;let _0x4f1bed=_0x28b109[_0x201c24];return _0x4f1bed;},a157_0x201c(_0x577b46,_0x2f2646);}const a157_0x3b2aa4=a157_0x201c;(function(_0xa44742,_0xe90b71){const _0x4dd576=a157_0x201c,_0x497a12=_0xa44742();while(!![]){try{const _0xe864f3=parseInt(_0x4dd576(0xe5))/0x1+-parseInt(_0x4dd576(0xe1))/0x2*(-parseInt(_0x4dd576(0x139))/0x3)+-parseInt(_0x4dd576(0x128))/0x4+parseInt(_0x4dd576(0x108))/0x5*(-parseInt(_0x4dd576(0xe0))/0x6)+-parseInt(_0x4dd576(0xf3))/0x7*(parseInt(_0x4dd576(0xde))/0x8)+parseInt(_0x4dd576(0xee))/0x9+parseInt(_0x4dd576(0x13a))/0xa;if(_0xe864f3===_0xe90b71)break;else _0x497a12['push'](_0x497a12['shift']());}catch(_0x35bc69){_0x497a12['push'](_0x497a12['shift']());}}}(a157_0x28b1,0x635df));const url=require(a157_0x3b2aa4(0x132)),util=require(a157_0x3b2aa4(0xfa)),helper=require(a157_0x3b2aa4(0xea)),logger=require(a157_0x3b2aa4(0x116))[a157_0x3b2aa4(0xfc)],constants=require(a157_0x3b2aa4(0x12e)),globals=require(a157_0x3b2aa4(0xf8));global[a157_0x3b2aa4(0xf6)]='',exports[a157_0x3b2aa4(0x10e)]=_0xb166b3=>{const _0x1a96cc=a157_0x3b2aa4,_0x4547d0={};_0x4547d0[_0x1a96cc(0x10b)]=function(_0x5f285f,_0x208276){return _0x5f285f+_0x208276;},_0x4547d0[_0x1a96cc(0x124)]=_0x1a96cc(0x107);const _0x286c15=_0x4547d0,_0x2afb1f=url['parse'](_0xb166b3);if(!_0x2afb1f[_0x1a96cc(0xeb)])throw new Error(_0x286c15[_0x1a96cc(0x10b)](_0x286c15[_0x1a96cc(0x124)],_0xb166b3));return _0x2afb1f[_0x1a96cc(0x106)]=null,_0x2afb1f[_0x1a96cc(0x117)]=null,_0x2afb1f[_0x1a96cc(0x13f)]=_0x2afb1f[_0x1a96cc(0xf9)],_0x2afb1f;},exports[a157_0x3b2aa4(0xf1)]=_0x258e9f=>{const _0xcc56dd=a157_0x3b2aa4;global[_0xcc56dd(0xf6)]=_0x258e9f;},exports['allocateHub']=_0x4a2980=>{const _0x2d2e87=a157_0x3b2aa4,_0x32c6c8={'sJLGh':function(_0x2712f1){return _0x2712f1();},'uhGkJ':function(_0x9b756f,_0x22a09b){return _0x9b756f+_0x22a09b;},'JnMNU':_0x2d2e87(0x11a),'YudyF':_0x2d2e87(0xfe),'IvgUc':_0x2d2e87(0xe3),'LtsgI':'/wd/hub','gwIPV':function(_0x192129,_0x533777){return _0x192129!==_0x533777;},'taSqu':function(_0x49503d,_0x8f732d){return _0x49503d===_0x8f732d;},'inihM':_0x2d2e87(0xff),'IViys':function(_0x314805,_0x59a932){return _0x314805==_0x59a932;},'hkSvF':function(_0x1efe85){return _0x1efe85();}};return new Promise(_0x2a83dc=>{const _0x4f8e5f=_0x2d2e87,_0x1f39dd={'rEyEw':function(_0x2d581e,_0x33a802){const _0x25d36f=a157_0x201c;return _0x32c6c8[_0x25d36f(0xf2)](_0x2d581e,_0x33a802);},'VzPJz':_0x32c6c8[_0x4f8e5f(0x138)],'tZlsh':_0x32c6c8[_0x4f8e5f(0xe6)],'bFyCf':function(_0x3498e5,_0x5c761f){const _0x118aa2=_0x4f8e5f;return _0x32c6c8[_0x118aa2(0xf2)](_0x3498e5,_0x5c761f);},'PgTsW':_0x32c6c8[_0x4f8e5f(0x11f)],'Cdaql':_0x32c6c8[_0x4f8e5f(0x130)],'jIorn':function(_0x276a6d){return _0x32c6c8['sJLGh'](_0x276a6d);},'odzDN':function(_0x2880da,_0x247d41){const _0x56dfb0=_0x4f8e5f;return _0x32c6c8[_0x56dfb0(0x114)](_0x2880da,_0x247d41);},'WWnDZ':function(_0x28d173,_0x2969bd){const _0x3b66bc=_0x4f8e5f;return _0x32c6c8[_0x3b66bc(0xe8)](_0x28d173,_0x2969bd);},'ngWqg':_0x32c6c8[_0x4f8e5f(0xdd)],'Mxxzx':function(_0x1b533c,_0x224a1e){const _0x46def2=_0x4f8e5f;return _0x32c6c8[_0x46def2(0xed)](_0x1b533c,_0x224a1e);},'KOWEi':function(_0x3de3d3,_0x7302ae){return _0x32c6c8['taSqu'](_0x3de3d3,_0x7302ae);}};if(_0x4a2980&&_0x4a2980[_0x4f8e5f(0xe9)]){const _0x286ede=constants['HUB_URL_MAP'][_0x4a2980[_0x4f8e5f(0xe9)]];if(_0x286ede)return constants[_0x4f8e5f(0x121)]=_0x286ede,logger[_0x4f8e5f(0x12c)](_0x4f8e5f(0x103)+_0x286ede),globals[_0x4f8e5f(0x105)](_0x32c6c8[_0x4f8e5f(0x11f)],{'nearestHubs':[],'hubLatencies':{},'selectedHub':_0x286ede[_0x4f8e5f(0x13d)](/\/wd\/hub$/,''),'selectedHubLatency':null,'timestamp':Date[_0x4f8e5f(0x13b)]()}),_0x32c6c8[_0x4f8e5f(0x13e)](_0x2a83dc);logger[_0x4f8e5f(0x12c)](_0x4f8e5f(0x135)+_0x4a2980['hubRegion']+_0x4f8e5f(0xe7));}Promise[_0x4f8e5f(0x112)](this[_0x4f8e5f(0xdf)](_0x4a2980))['then'](_0x5aa9b5=>{const _0x55c863=_0x4f8e5f,_0x397914={'NqHOv':function(_0xbe2afe,_0x58137b){return _0x1f39dd['odzDN'](_0xbe2afe,_0x58137b);},'esYxu':_0x1f39dd['PgTsW'],'fZSGW':function(_0x34278b,_0xa19393){const _0x55faf2=a157_0x201c;return _0x1f39dd[_0x55faf2(0x120)](_0x34278b,_0xa19393);},'YDgxE':_0x1f39dd['ngWqg'],'NFtZm':function(_0x3ccc93){const _0x356967=a157_0x201c;return _0x1f39dd[_0x356967(0x118)](_0x3ccc93);}};logger['debug'](_0x55c863(0x119)+util[_0x55c863(0xf4)]('%j',_0x5aa9b5));if(_0x1f39dd[_0x55c863(0x110)](_0x5aa9b5,null)||_0x1f39dd[_0x55c863(0x101)](_0x5aa9b5[_0x55c863(0x109)],0x0))return _0x1f39dd[_0x55c863(0x118)](_0x2a83dc);const _0x1fb8e4=_0x5aa9b5[_0x55c863(0x133)](_0x16384a=>{const _0x828517=_0x55c863,_0x5c3c8b=_0x1f39dd[_0x828517(0x115)](_0x1f39dd[_0x828517(0x136)],_0x16384a);return this[_0x828517(0x10a)](_0x4a2980,_0x5c3c8b)[_0x828517(0x126)](_0xedd357=>{const _0x3f7966=_0x828517;if(_0xedd357&&_0xedd357['hubUrl']&&_0x397914[_0x3f7966(0x134)](_0xedd357[_0x3f7966(0xec)],undefined)){const _0x5e6b2f={};return _0x5e6b2f['hubUrl']=_0xedd357['hubUrl'],_0x5e6b2f[_0x3f7966(0xec)]=_0xedd357[_0x3f7966(0xec)],_0x5e6b2f['ok']=!![],_0x5e6b2f;}const _0x57d917={};return _0x57d917[_0x3f7966(0x121)]=_0x5c3c8b,_0x57d917[_0x3f7966(0xec)]=null,_0x57d917['ok']=![],_0x57d917;})[_0x828517(0x12a)](()=>({'hubUrl':_0x5c3c8b,'latency':null,'ok':![]}));});Promise[_0x55c863(0xfd)](_0x1fb8e4[_0x55c863(0x133)](_0x101ebd=>_0x101ebd[_0x55c863(0x126)](_0x41ed5e=>_0x41ed5e['ok']?_0x41ed5e:null)))[_0x55c863(0x126)](_0x17a6ce=>{const _0x27a07d=_0x55c863;if(_0x17a6ce)return _0x17a6ce;return Promise[_0x27a07d(0xef)](_0x1fb8e4)[_0x27a07d(0x126)](()=>null);})[_0x55c863(0x126)](_0xb2d1dd=>{const _0x26746e=_0x55c863;if(!_0xb2d1dd){logger[_0x26746e(0x12c)](_0x1f39dd['tZlsh']);const _0x12bcc7=_0x1f39dd[_0x26746e(0xe4)](_0x1f39dd[_0x26746e(0x136)],_0x5aa9b5[0x0]);return globals['setGlobal'](_0x1f39dd[_0x26746e(0x111)],{'nearestHubs':_0x5aa9b5['map'](_0x265e98=>'https://'+_0x265e98),'hubLatencies':{},'selectedHub':_0x12bcc7,'selectedHubLatency':null,'fallback':!![],'timestamp':Date['now']()}),constants['hubUrl']=_0x1f39dd[_0x26746e(0xe4)](_0x12bcc7,_0x1f39dd[_0x26746e(0x127)]),logger[_0x26746e(0x12c)](_0x26746e(0x102)+_0x12bcc7),_0x1f39dd[_0x26746e(0x118)](_0x2a83dc);}const _0x32df0c={[_0xb2d1dd[_0x26746e(0x121)]]:_0xb2d1dd['latency']},_0x3a9777={'nearestHubs':_0x5aa9b5['map'](_0x36b0ea=>_0x26746e(0x11a)+_0x36b0ea),'hubLatencies':_0x32df0c,'selectedHub':_0xb2d1dd[_0x26746e(0x121)],'selectedHubLatency':_0xb2d1dd['latency'],'timestamp':Date['now']()};globals[_0x26746e(0x105)](_0x1f39dd[_0x26746e(0x111)],_0x3a9777),constants['hubUrl']=_0x1f39dd[_0x26746e(0xe4)](_0xb2d1dd['hubUrl'],_0x1f39dd[_0x26746e(0x127)]),logger[_0x26746e(0x12c)](_0x26746e(0xfb)+_0xb2d1dd[_0x26746e(0x121)]),_0x1f39dd[_0x26746e(0x118)](_0x2a83dc),Promise[_0x26746e(0x11d)](_0x1fb8e4)[_0x26746e(0x126)](_0x31751f=>{const _0x56372d=_0x26746e;try{const _0x1e6c74=globals[_0x56372d(0x12f)](_0x397914[_0x56372d(0x100)]);if(!_0x1e6c74||_0x1e6c74['skipped'])return;const _0x27ad48={};for(const _0x4d87e0 of _0x31751f){_0x397914[_0x56372d(0x13c)](_0x4d87e0[_0x56372d(0x10c)],_0x397914[_0x56372d(0x122)])&&_0x4d87e0[_0x56372d(0x123)]&&_0x4d87e0[_0x56372d(0x123)]['ok']&&(_0x27ad48[_0x4d87e0[_0x56372d(0x123)][_0x56372d(0x121)]]=_0x4d87e0[_0x56372d(0x123)][_0x56372d(0xec)]);}_0x1e6c74[_0x56372d(0x11c)]=_0x27ad48;}catch(_0x3a189d){logger[_0x56372d(0x12c)](_0x56372d(0x125)+_0x3a189d);}})[_0x26746e(0x12a)](_0x184557=>{const _0x3621df=_0x26746e;logger[_0x3621df(0x12c)](_0x3621df(0x113)+_0x184557);});})[_0x55c863(0x12a)](_0x2e62d3=>{const _0x565055=_0x55c863;logger['debug']('ERROR\x20in\x20hub\x20selection:\x20'+_0x2e62d3),_0x397914[_0x565055(0x12b)](_0x2a83dc);});})['catch'](_0x5ebac8=>{const _0x21fb6d=_0x4f8e5f;logger[_0x21fb6d(0x12c)](_0x21fb6d(0x10d)+_0x5ebac8),_0x32c6c8[_0x21fb6d(0x104)](_0x2a83dc);});});},exports[a157_0x3b2aa4(0x10a)]=async(_0x28ea58,_0x49ddca)=>{const _0x11c3ed=a157_0x3b2aa4,_0x5c8cd1={};_0x5c8cd1[_0x11c3ed(0x10f)]='GET',_0x5c8cd1[_0x11c3ed(0xf5)]=_0x11c3ed(0x131),_0x5c8cd1['odMSC']=function(_0xb05238,_0x103452){return _0xb05238-_0x103452;};const _0x2549de=_0x5c8cd1;try{const _0x49ff4e=new Date();await helper[_0x11c3ed(0xf0)](_0x2549de[_0x11c3ed(0x10f)],_0x2549de[_0x11c3ed(0xf5)],{},_0x28ea58,_0x49ddca,0x1388);const _0x1805d5=_0x2549de['odMSC'](new Date(),_0x49ff4e);logger['debug'](_0x11c3ed(0xe2)+_0x49ddca+_0x11c3ed(0x11b)+_0x1805d5+'ms');const _0x4d214e={};return _0x4d214e[_0x11c3ed(0x121)]=_0x49ddca,_0x4d214e[_0x11c3ed(0xec)]=_0x1805d5,_0x4d214e;}catch(_0x442ea4){return logger[_0x11c3ed(0x12c)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x49ddca+_0x11c3ed(0x129)+_0x442ea4),{};}},exports[a157_0x3b2aa4(0xdf)]=async _0x3b50d1=>{const _0xfc1958=a157_0x3b2aa4,_0x1a2cf6={'ytxjx':function(_0x2f10fb,_0x3ce453){return _0x2f10fb(_0x3ce453);},'qQrUE':_0xfc1958(0x12e),'ONKEr':_0xfc1958(0x12d),'btSnS':_0xfc1958(0xf7),'ZOVyP':'next_hubs'};try{const _0x265811=_0x1a2cf6[_0xfc1958(0x137)](require,_0x1a2cf6['qQrUE'])[_0xfc1958(0x121)][_0xfc1958(0x13d)](_0x1a2cf6['ONKEr'],''),_0x334717=await helper[_0xfc1958(0xf0)](_0x1a2cf6[_0xfc1958(0x140)],_0x1a2cf6[_0xfc1958(0x11e)],{},_0x3b50d1,_0x265811,0x1388),_0x4bf120=_0x334717['data'];return logger['debug']('Response:\x20'+util['format']('%j',_0x4bf120)),_0x4bf120['hubs'];}catch(_0x34ea16){logger[_0xfc1958(0x12c)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x34ea16);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a157_0x3211(){const _0x28aeae=['zFNdU','wmEnc','performScan','ebiXq','MfIbN','https://','ENLUi','Failed\x20to\x20perform\x20scan\x20','getHttpAgent','then','bstackA11yShouldScan','DghhQ','storeOptimalHubUrl','device','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','VnEAS','setCapabilities','safari.options','ONuWL','vZLjm','WebElement','cCzms','INeIY','URnsS','hMKYX','startA11yScanning','QYeeS','sUAFY','SDK_PRE_INITIALIZE','goog:chromeOptions','prepareCapabilities','qKUeE','selenium-webdriver/lib/http.js','chrome','jest','aiSdk_framework','daJEr','JeOMf','Unable\x20to\x20find\x20executor\x20class\x20','npJLN','nzuzf','chromeOptions','getRequestOptions','fUaXF','xVbVi','gDNZd','bstack:options','oSEuz','accessibility','BROWSERSTACK_TURBOSCALE','accessibilityOptions','RrIbn','RnJQE','browserstack.com','setAdditionalCapabilities','Modifying\x20webdriver\x20builder','BPaXZ','NNFag','EwcRi','session_','FpmAw','2287780pqSmVb','delete','aiHeal_isHealingEnabled','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','Builder','se:ieOptions','WebDriver','chromeOptions_','ikjaP','NWvNE','prototype','OgUnS','proxyUrl','aRobP','\x20to\x20global\x20drivers\x20array','framework','xXjBh','PJFrs','80KAgFGt','keys','length','setConfig','path','wuPCX','./hubAllocationMethods','UGoqe','proxySettings','DqVoB','nZuAo','agent_','./helpers/helper','./helpers/ai-sdk/autoHealHelper','aiSdk_bstackConfig','WBZKj','/wd/hub','VHAwJ','KqeWg','browserVersion','wDihI','USzhU','name_','overrideGet','shouldWrapCommand','dLhFD','ieOptions','url_','saPcF','LhCZh','push','setGlobal','isBrowserstackInfra','kefaq','48048QWjTYT','getGlobal','CAPABILITY_KEY','QYFwx','fyctE','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','MOFMe','qrUNZ','newHubUrl','browserstackAgentV2','iNjvE','LaTHW','edgeOptions','XLnFY','InkaH','caps_','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','ms:edgeOptions','get','build','getId','KOqsG','proxy_','capabilities_','/session','edgeOptions_','BrowserStackSdk','OsBgW','blQKq','sxgON','__drivers','firefoxOptions_','quitCount_','YOJsN','OYoSt','Performing\x20scan\x20for\x20','logLevel','./helpers/ai-sdk/aiSdkWrapper','args','mergeDeep','URgWo','1515338vhoLJm','NHION','setLogLevel','./helpers/performance/performance-tester','assign','qRRlB','selenium-webdriver','__setBrowserOptions','ouIfp','./helpers/patchHelper','zJHeY','nOUmI','exports','ftSkg','_modifyPlaywright','wLNpJ','edqQE','setFramework','wHqYH','WxkCQ','HttpClient','./helpers/percy/PercySDK','fiiKB','lRNSH','10245087PPNkuA','./bin/playwright/modifyPlaywrightConf','BUBXy','global','getAccessibilityResultsSummary','OXiYp','browserstack.accessibilityOptions','110lfByJR','overrideQuit','UkAJY','forEach','execute','isAccessibilityPlatform','TFZpP','Executor','env','AcqNW','cxwzF','warn','readTcgAuthConfigToGlobal','./helpers/performance/constants','browserstackSessionName','(sync)','NzbQY','Shauu','WznlD','kiVdk','wKsdD','sTBxp','ZKdam','./bin/mocha/accessibility-automation/helper','zQjzZ','oHFTg','percy','CBFzY','isUndefined','capabilities','bKGQY','browserName','eMXlS','includes','./helpers/accessibility-automation/constants','emJIV','Setting\x20Browserstack\x20capabilities','Proxy\x20set\x20to\x20','object','YXYhJ','500857xvPFmn','CPRHs','__driver','dwTPg','sztmJ','firefoxOptions','qfYMS','./helpers/accessibility-automation/scripts','yPWkH','OXXCA','aiHeal_isAuthenticated','Wypmt','getHubUrl','set','pGTVO','rNRuP','ieOptions_','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','LeUzQ','send','catch','FWeMH','mPldZ','Lnpie','oWPIQ','ZPsGx','SgdXl','LgOVt','nLcSB','49444FsYMZq','zoLhh','getAccessibilityResults','isPacProxy','Dggkf','SDK_POST_INITIALIZE','30EwDCNi','RDmCQ','rLrKp','bstackA11yScanOptions','OmHjY','PioWM','measureWrapper','New\x20hub\x20url\x20set\x20to\x20','IhZCZ','NuOVQ','xNWRl','.browserstack.com','isMobilePlatform','setServer','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','ozyxV','uEIuf','cuYbC','optimalHubUrl','ZXTCe','Hohmi','originalBuilder','xJPtH','dwdQG','deviceName','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','Hub\x20url\x20set\x20to\x20','VNzrN','BoOFN','debug','format','UMflf','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','MgMcJ','bstackAllyScanning','safariOptions_','capability','toLowerCase','platformName','initializeHealingCapabilities','from','patchDriverPercy','./helpers/accessibility-automation/helper','jJrCG','xbKYi','requireModule','requireHttpClient','89718EdcRVx','Lhujg','./helpers/percy/utils','iwkhf','selenium-webdriver/lib/webdriver.js','ZpJvx','error','MdVsE','__driversArray','roJXW','uwAEV','concat','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','13RydiSE','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','niWmG','stopA11yScanning','moz:firefoxOptions'];a157_0x3211=function(){return _0x28aeae;};return a157_0x3211();}const a157_0x2c54c9=a157_0x2bbd;function a157_0x2bbd(_0x1b104d,_0xaa10d7){const _0x3211b3=a157_0x3211();return a157_0x2bbd=function(_0x2bbd26,_0x396f71){_0x2bbd26=_0x2bbd26-0x1ed;let _0x394c0=_0x3211b3[_0x2bbd26];return _0x394c0;},a157_0x2bbd(_0x1b104d,_0xaa10d7);}(function(_0x3a2818,_0x320124){const _0xa796ca=a157_0x2bbd,_0x38a087=_0x3a2818();while(!![]){try{const _0x414cf1=parseInt(_0xa796ca(0x218))/0x1*(-parseInt(_0xa796ca(0x31b))/0x2)+-parseInt(_0xa796ca(0x28e))/0x3+parseInt(_0xa796ca(0x25a))/0x4+parseInt(_0xa796ca(0x2d6))/0x5*(parseInt(_0xa796ca(0x20b))/0x6)+-parseInt(_0xa796ca(0x2fe))/0x7*(parseInt(_0xa796ca(0x26c))/0x8)+parseInt(_0xa796ca(0x2cf))/0x9+parseInt(_0xa796ca(0x321))/0xa*(-parseInt(_0xa796ca(0x2b7))/0xb);if(_0x414cf1===_0x320124)break;else _0x38a087['push'](_0x38a087['shift']());}catch(_0x593de5){_0x38a087['push'](_0x38a087['shift']());}}}(a157_0x3211,0x8be8c));const util=require('util'),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a157_0x2c54c9(0x206)),{setAccessibilityCapabilities,setExtension}=require(a157_0x2c54c9(0x2ed)),helper=require(a157_0x2c54c9(0x278)),logger=require('./helpers/logger')['winstonLogger'],hubAllocator=require(a157_0x2c54c9(0x272)),percySDK=require(a157_0x2c54c9(0x2cc)),percyHelper=require(a157_0x2c54c9(0x20d)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a157_0x2c54c9(0x2d0)),scripts=require(a157_0x2c54c9(0x305)),globals=require('./helpers/globals'),{commandRepository}=require(a157_0x2c54c9(0x279)),{aiSdkWrapper}=require(a157_0x2c54c9(0x2b3)),{overrideExecute}=require(a157_0x2c54c9(0x2c0)),PerformanceTester=require(a157_0x2c54c9(0x2ba)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a157_0x2c54c9(0x2e3)),{nonBstackPlatformValidation}=require(a157_0x2c54c9(0x206)),modify=_0x550745=>{const _0x43203d=a157_0x2c54c9,_0xacbfc8={'dwTPg':function(_0x23962a,_0x26ca63){return _0x23962a!==_0x26ca63;},'whGOo':_0x43203d(0x2a6),'VnEAS':function(_0x457b90,_0x45814b){return _0x457b90+_0x45814b;},'BUBXy':function(_0x51dfe2,_0x3a6fc6){return _0x51dfe2+_0x3a6fc6;},'OXiYp':_0x43203d(0x222),'wKsdD':_0x43203d(0x27c),'flJHJ':_0x43203d(0x23a),'MdVsE':_0x43203d(0x246),'IhZCZ':_0x43203d(0x29f),'fyctE':_0x43203d(0x29a),'wmEnc':'moz:firefoxOptions','nzuzf':_0x43203d(0x303),'sTBxp':_0x43203d(0x22e),'xVbVi':'se:ieOptions','jmukq':_0x43203d(0x286),'YOJsN':function(_0xd8fc6a,_0x5c9e7b){return _0xd8fc6a===_0x5c9e7b;},'YsoqM':_0x43203d(0x2fc),'QvGay':_0x43203d(0x2fa),'OYoSt':function(_0x412d83,_0x2396dc,_0x557c37){return _0x412d83(_0x2396dc,_0x557c37);},'hMKYX':function(_0x2911aa,_0x2c6be5,_0x2262ad,_0x2cc392,_0x12e97b){return _0x2911aa(_0x2c6be5,_0x2262ad,_0x2cc392,_0x12e97b);},'ZKdam':function(_0x2d32f7,_0x31bf49){return _0x2d32f7||_0x31bf49;},'IMDAG':_0x43203d(0x227),'OsBgW':'bstackA11yScanOptions','vZLjm':function(_0x19e51d,_0x460734,_0x1faa77){return _0x19e51d(_0x460734,_0x1faa77);},'PioWM':function(_0x5bac10,_0x1cac43){return _0x5bac10||_0x1cac43;},'NzbQY':function(_0x28f8a0){return _0x28f8a0();},'xXjBh':function(_0x2c1208,_0x1ac7cf){return _0x2c1208(_0x1ac7cf);},'daJEr':function(_0x96a9ff){return _0x96a9ff();},'NyZbT':_0x43203d(0x24b),'blQKq':_0x43203d(0x22a),'JeOMf':_0x43203d(0x1f4),'sToJj':_0x43203d(0x202),'nOUmI':'browserName','NHION':'android','uFQuj':_0x43203d(0x23e),'MfIbN':_0x43203d(0x32f),'VNzrN':_0x43203d(0x32d),'sjCnf':_0x43203d(0x2db),'fiiKB':'browserstack.accessibility','ncQSs':_0x43203d(0x2d5),'ntYuh':_0x43203d(0x217),'dnXKS':_0x43203d(0x1ee),'cCzms':_0x43203d(0x1fc),'zQjzZ':_0x43203d(0x25d),'KqeWg':_0x43203d(0x254)};logger['info'](_0xacbfc8[_0x43203d(0x2ee)]),logger[_0x43203d(0x1f9)](_0xacbfc8[_0x43203d(0x27e)]);const _0x10e8f7=helper['requireSeleniumWebdriver'](),_0x1e9d99=helper[_0x43203d(0x20a)]();class _0x389f55 extends _0x1e9d99[_0x43203d(0x2cb)]{[_0x43203d(0x311)](_0x372780){const _0x43f295=_0x43203d;if(_0xacbfc8[_0x43f295(0x301)](_0x372780[_0x43f295(0x270)],_0xacbfc8['whGOo'])&&_0xacbfc8[_0x43f295(0x301)](global[_0x43f295(0x296)],''))try{global['newHubUrl']=_0xacbfc8[_0x43f295(0x22c)](_0xacbfc8[_0x43f295(0x2d1)](_0xacbfc8[_0x43f295(0x2d4)],global[_0x43f295(0x296)]),_0xacbfc8[_0x43f295(0x2ea)]),this['options_']=hubAllocator['getRequestOptions'](global[_0x43f295(0x296)]),logger[_0x43f295(0x1f9)](_0x43f295(0x328)+global[_0x43f295(0x296)]),global[_0x43f295(0x296)]='';}catch(_0x5844e8){logger[_0x43f295(0x211)](_0x5844e8);}return super[_0x43f295(0x311)](_0x372780);}}class _0x506f49 extends _0x10e8f7[_0x43203d(0x25e)]{[_0x43203d(0x2be)](_0x290742){const _0x5e9977=_0x43203d;let _0x150b66={};for(const _0x5e5e5d in _0x290742){switch(_0x5e5e5d){case _0xacbfc8['flJHJ']:case _0xacbfc8[_0x5e9977(0x212)]:this[_0x5e9977(0x261)]&&(_0x150b66=this[_0x5e9977(0x261)]['get'](this[_0x5e9977(0x261)][_0x5e9977(0x290)])||{},this[_0x5e9977(0x261)][_0x5e9977(0x30b)](this[_0x5e9977(0x261)][_0x5e9977(0x290)],helper[_0x5e9977(0x2b5)](_0x150b66,_0x290742[_0x5e5e5d])));break;case _0xacbfc8[_0x5e9977(0x329)]:case _0xacbfc8[_0x5e9977(0x292)]:this[_0x5e9977(0x2a7)]&&(_0x150b66=this[_0x5e9977(0x2a7)][_0x5e9977(0x2a0)](this[_0x5e9977(0x2a7)][_0x5e9977(0x290)])||{},this[_0x5e9977(0x2a7)]['set'](this['edgeOptions_'][_0x5e9977(0x290)],helper[_0x5e9977(0x2b5)](_0x150b66,_0x290742[_0x5e5e5d])));break;case _0xacbfc8[_0x5e9977(0x21e)]:case _0xacbfc8[_0x5e9977(0x245)]:this[_0x5e9977(0x2ad)]&&(_0x150b66=this[_0x5e9977(0x2ad)][_0x5e9977(0x2a0)](this[_0x5e9977(0x2ad)]['CAPABILITY_KEY'])||{},this[_0x5e9977(0x2ad)][_0x5e9977(0x30b)](this[_0x5e9977(0x2ad)][_0x5e9977(0x290)],helper['mergeDeep'](_0x150b66,_0x290742[_0x5e5e5d])));break;case _0xacbfc8[_0x5e9977(0x2eb)]:this[_0x5e9977(0x1ff)]&&(_0x150b66=this[_0x5e9977(0x1ff)][_0x5e9977(0x2a0)](this[_0x5e9977(0x1ff)][_0x5e9977(0x290)])||{},this[_0x5e9977(0x1ff)][_0x5e9977(0x30b)](this['safariOptions_'][_0x5e9977(0x290)],helper[_0x5e9977(0x2b5)](_0x150b66,_0x290742[_0x5e5e5d])));break;case _0xacbfc8[_0x5e9977(0x249)]:case _0xacbfc8['jmukq']:this['ieOptions_']&&(_0x150b66=this[_0x5e9977(0x30e)][_0x5e9977(0x2a0)](this[_0x5e9977(0x30e)][_0x5e9977(0x290)])||{},this[_0x5e9977(0x30e)][_0x5e9977(0x30b)](this[_0x5e9977(0x30e)]['CAPABILITY_KEY'],helper[_0x5e9977(0x2b5)](_0x150b66,_0x290742[_0x5e5e5d])));break;}}}[_0x43203d(0x32e)](){const _0x5e4441=_0x43203d;return this[_0x5e4441(0x287)]=helper[_0x5e4441(0x30a)](_0x550745),logger[_0x5e4441(0x1f9)](_0x5e4441(0x1f6)+this[_0x5e4441(0x287)]),this;}[_0x43203d(0x22d)](){const _0x387352=_0x43203d,_0x547010={'npJLN':function(_0x1b3942,_0x201209){const _0x5813b4=a157_0x2bbd;return _0xacbfc8[_0x5813b4(0x2af)](_0x1b3942,_0x201209);},'sxgON':_0xacbfc8['YsoqM']};return logger[_0x387352(0x1f9)](_0xacbfc8['QvGay']),this[_0x387352(0x2be)](_0x550745['capability']),Object[_0x387352(0x26d)](_0x550745['capability'])[_0x387352(0x2d9)](_0x1bcf7=>{const _0x3602e1=_0x387352,_0x3e732a=this[_0x3602e1(0x2a5)][_0x3602e1(0x2a0)](_0x1bcf7);_0x547010[_0x3602e1(0x244)](typeof _0x3e732a,_0x547010[_0x3602e1(0x2ab)])?this['capabilities_']['set'](_0x1bcf7,helper[_0x3602e1(0x2b5)](_0x3e732a,_0x550745[_0x3602e1(0x200)][_0x1bcf7])):this[_0x3602e1(0x2a5)][_0x3602e1(0x30b)](_0x1bcf7,_0x550745[_0x3602e1(0x200)][_0x1bcf7]);}),this;}[_0x43203d(0x2a1)](){const _0x13d0ef=_0x43203d,_0x3ba373={'aEZZT':function(_0x5c1e22){const _0x5c49a2=a157_0x2bbd;return _0xacbfc8[_0x5c49a2(0x2e6)](_0x5c1e22);},'ONuWL':function(_0x25f628,_0x374d63){const _0x14619b=a157_0x2bbd;return _0xacbfc8[_0x14619b(0x26a)](_0x25f628,_0x374d63);},'RiNkE':function(_0x102631){const _0x282fc3=a157_0x2bbd;return _0xacbfc8[_0x282fc3(0x241)](_0x102631);},'sztmJ':_0xacbfc8['NyZbT'],'sUAFY':_0xacbfc8[_0x13d0ef(0x2aa)],'GmaiX':_0xacbfc8[_0x13d0ef(0x242)],'jvHDx':_0xacbfc8['sToJj'],'oSEuz':_0xacbfc8[_0x13d0ef(0x2c2)],'ZpJvx':function(_0x456eb6,_0x3e1208){return _0xacbfc8['YOJsN'](_0x456eb6,_0x3e1208);},'INeIY':_0xacbfc8[_0x13d0ef(0x2b8)],'xAaDF':_0xacbfc8['uFQuj'],'RnJQE':function(_0x44d8cb){const _0x5a4751=_0x13d0ef;return _0xacbfc8[_0x5a4751(0x241)](_0x44d8cb);},'saPcF':_0xacbfc8[_0x13d0ef(0x221)],'xNWRl':_0xacbfc8[_0x13d0ef(0x1f7)],'Dggkf':_0xacbfc8['sjCnf'],'vnjEc':function(_0x10b3c2,_0x4c458e,_0xb415c7){return _0xacbfc8['OYoSt'](_0x10b3c2,_0x4c458e,_0xb415c7);},'WBZKj':_0xacbfc8[_0x13d0ef(0x2cd)],'iwkhf':_0xacbfc8['ncQSs'],'xwjRv':_0xacbfc8['ntYuh'],'kAUFN':_0xacbfc8['dnXKS'],'lRNSH':_0xacbfc8[_0x13d0ef(0x232)]};PerformanceTester[_0x13d0ef(0x327)](PerformanceEvents[_0x13d0ef(0x239)],()=>{const _0x392917=_0x13d0ef;_0x3ba373['aEZZT'](isAccessibilityAutomationSession)&&_0x3ba373[_0x392917(0x22f)](setAccessibilityCapabilities,_0x550745);this['setServer'](),this[_0x392917(0x22d)]();if(helper[_0x392917(0x31e)](_0x550745[_0x392917(0x274)][_0x392917(0x266)]))this['agent_']=helper['getHttpAgent'](_0x550745[_0x392917(0x274)]['proxyUrl']);else _0x550745[_0x392917(0x274)]['proxyUrl']&&(this[_0x392917(0x2a4)]=_0x550745[_0x392917(0x274)][_0x392917(0x266)],logger[_0x392917(0x1f9)](_0x392917(0x2fb)+this[_0x392917(0x2a4)]));if(_0x3ba373['RiNkE'](isAccessibilityAutomationSession)){const _0x4280b8=this[_0x392917(0x2a5)][_0x392917(0x2a0)](_0x3ba373[_0x392917(0x302)])||{},_0x4d63f4=_0x4280b8[_0x392917(0x1f4)]||this[_0x392917(0x2a5)][_0x392917(0x2a0)](_0x3ba373[_0x392917(0x238)])||this[_0x392917(0x2a5)][_0x392917(0x2a0)](_0x3ba373['GmaiX']);if(_0x4d63f4){const _0x1957a0=(_0x4280b8['platformName']||this[_0x392917(0x2a5)][_0x392917(0x2a0)](_0x3ba373['jvHDx'])||'')[_0x392917(0x201)](),_0x5c5966=(_0x4280b8['browserName']||this['capabilities_']['get'](_0x3ba373[_0x392917(0x24c)])||'')['toLowerCase']();_0x3ba373[_0x392917(0x210)](_0x1957a0,_0x3ba373[_0x392917(0x233)])&&_0x5c5966[_0x392917(0x2f7)](_0x3ba373['xAaDF'])&&(_0x3ba373[_0x392917(0x251)](isMobileScanningEnabledForGroup)&&(logger[_0x392917(0x1f9)](_0x3ba373[_0x392917(0x288)]),globals['setGlobal'](_0x3ba373[_0x392917(0x32b)],!![])));}}if(globals[_0x392917(0x28f)](_0x3ba373[_0x392917(0x31f)])){if(!_0x3ba373['vnjEc'](setExtension,this,_0x550745)){globals[_0x392917(0x28b)](_0x3ba373['Dggkf'],![]);const _0x4e2517=this[_0x392917(0x2a5)]['get'](_0x3ba373[_0x392917(0x302)]);_0x4e2517&&(_0x4e2517[_0x392917(0x24d)]=![],delete _0x4e2517[_0x392917(0x24f)],this['capabilities_']['set'](_0x3ba373[_0x392917(0x302)],_0x4e2517)),this['capabilities_'][_0x392917(0x2a0)](_0x3ba373[_0x392917(0x27b)])&&(this[_0x392917(0x2a5)][_0x392917(0x30b)](_0x3ba373[_0x392917(0x27b)],![]),this[_0x392917(0x2a5)][_0x392917(0x25b)](_0x3ba373[_0x392917(0x20e)]));}}(!helper[_0x392917(0x28c)]()||helper['isTurboScaleSession'](_0x550745))&&helper[_0x392917(0x23b)](null,null,_0x550745['framework'],null,this,null),helper[_0x392917(0x253)](_0x550745['capability']),logger[_0x392917(0x1f9)](_0x3ba373['xwjRv']);})();const _0x44f35c=super[_0x13d0ef(0x2a1)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x13d0ef(0x320)],()=>{const _0x2999e4=_0x13d0ef,_0x1ab0cf={'ENLUi':function(_0x5eea0f,_0x4c368e,_0xaac3a5){const _0x3a8347=a157_0x2bbd;return _0xacbfc8[_0x3a8347(0x2b0)](_0x5eea0f,_0x4c368e,_0xaac3a5);},'DghhQ':function(_0x514eb,_0x250803,_0x1d8dde,_0x127729,_0x36c7c3){return _0xacbfc8['hMKYX'](_0x514eb,_0x250803,_0x1d8dde,_0x127729,_0x36c7c3);},'kefaq':function(_0x1a9b86,_0xf41efe){const _0x305e82=a157_0x2bbd;return _0xacbfc8[_0x305e82(0x2ec)](_0x1a9b86,_0xf41efe);},'qRRlB':_0xacbfc8['IMDAG'],'URgWo':_0xacbfc8[_0x2999e4(0x2a9)],'TFZpP':function(_0x9efcdb,_0x1d0cef,_0x2089fd){const _0x5c4eed=_0x2999e4;return _0xacbfc8[_0x5c4eed(0x2b0)](_0x9efcdb,_0x1d0cef,_0x2089fd);},'kiVdk':function(_0x5a5123,_0xf7cfa9,_0x34570e){const _0x315b6f=_0x2999e4;return _0xacbfc8[_0x315b6f(0x230)](_0x5a5123,_0xf7cfa9,_0x34570e);},'UMflf':function(_0xf9ad3a,_0x2da50d,_0x2b839f,_0x1ad33a,_0x4a8758){const _0x2f4c4c=_0x2999e4;return _0xacbfc8[_0x2f4c4c(0x235)](_0xf9ad3a,_0x2da50d,_0x2b839f,_0x1ad33a,_0x4a8758);},'MgMcJ':function(_0x5e26c9,_0x9c30e1){const _0x551ad7=_0x2999e4;return _0xacbfc8[_0x551ad7(0x326)](_0x5e26c9,_0x9c30e1);}};_0x44f35c['session_'][_0x2999e4(0x226)](_0x4aabb5=>{const _0xf02c48=_0x2999e4;try{const _0x2b9d9c=_0x4aabb5[_0xf02c48(0x29d)][_0xf02c48(0x2a0)](_0x3ba373['kAUFN']);_0x2b9d9c?(logger[_0xf02c48(0x1f9)](_0xf02c48(0x293)+_0x2b9d9c),hubAllocator['updateHubUrl'](_0x2b9d9c),helper[_0xf02c48(0x229)](_0x2b9d9c)):logger[_0xf02c48(0x1f9)](_0x3ba373[_0xf02c48(0x2ce)]);}catch(_0x53b268){logger[_0xf02c48(0x1f9)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x53b268);}}),_0x44f35c[_0x2999e4(0x226)]&&_0x44f35c[_0x2999e4(0x226)](_0x1d93e8=>{const _0x1a839b=_0x2999e4,_0x10c118={'FRQyf':function(_0x232354,_0x22e19b,_0x3f030e){const _0x285853=a157_0x2bbd;return _0x1ab0cf[_0x285853(0x223)](_0x232354,_0x22e19b,_0x3f030e);}};helper[_0x1a839b(0x283)](_0x1d93e8,_0x550745),_0x1ab0cf[_0x1a839b(0x2dc)](overrideExecute,_0x1d93e8,_0x550745),_0x1d93e8[_0x1a839b(0x2d3)]=async()=>{return await _0x10c118['FRQyf'](getAccessibilityResultsSummary,_0x1d93e8,global);},_0x1d93e8[_0x1a839b(0x31d)]=async()=>{return await _0x1ab0cf['ENLUi'](getAccessibilityResults,_0x1d93e8,global);},_0x1d93e8['performScan']=async _0x15d86c=>{const _0x5f0c5b=_0x1a839b;return await _0x1ab0cf[_0x5f0c5b(0x228)](performScan,_0x1d93e8,null,!![],_0x1ab0cf[_0x5f0c5b(0x28d)](_0x15d86c,null));},_0x1d93e8[_0x1a839b(0x236)]=async _0x396140=>{const _0x327fed=_0x1a839b;globals['setGlobal'](_0x1ab0cf[_0x327fed(0x2bc)],!![]),globals[_0x327fed(0x28b)](_0x1ab0cf[_0x327fed(0x2b6)],_0x1ab0cf[_0x327fed(0x28d)](_0x396140,null));},_0x1d93e8[_0x1a839b(0x21b)]=async()=>{const _0x1ac665=_0x1a839b;globals['setGlobal'](_0x1ab0cf['qRRlB'],![]),globals[_0x1ac665(0x28b)](_0x1ab0cf[_0x1ac665(0x2b6)],null);};}),_0x44f35c[_0x2999e4(0x2d3)]=async()=>{return await _0x1ab0cf['ENLUi'](getAccessibilityResultsSummary,_0x44f35c,global);},_0x44f35c[_0x2999e4(0x31d)]=async()=>{const _0x25120b=_0x2999e4;return await _0x1ab0cf[_0x25120b(0x2e9)](getAccessibilityResults,_0x44f35c,global);},_0x44f35c[_0x2999e4(0x21f)]=async _0x1a2bbf=>{const _0x1eea65=_0x2999e4;return await _0x1ab0cf[_0x1eea65(0x1fb)](performScan,_0x44f35c,null,!![],_0x1ab0cf['MgMcJ'](_0x1a2bbf,null));},_0x44f35c[_0x2999e4(0x236)]=async _0x3564e1=>{const _0x1efd4b=_0x2999e4;globals[_0x1efd4b(0x28b)](_0x1ab0cf[_0x1efd4b(0x2bc)],!![]),globals['setGlobal'](_0x1ab0cf['URgWo'],_0x1ab0cf[_0x1efd4b(0x1fd)](_0x3564e1,null));},_0x44f35c[_0x2999e4(0x21b)]=async()=>{const _0x1115d=_0x2999e4;globals['setGlobal'](_0x1ab0cf[_0x1115d(0x2bc)],![]),globals[_0x1115d(0x28b)](_0x1ab0cf[_0x1115d(0x2b6)],null);},helper[_0x2999e4(0x283)](_0x44f35c,_0x550745),_0xacbfc8[_0x2999e4(0x230)](overrideExecute,_0x44f35c,_0x550745),helper[_0x2999e4(0x2f2)](global[_0x2999e4(0x213)])&&(global[_0x2999e4(0x213)]=[]),global[_0x2999e4(0x213)][_0x2999e4(0x28a)](_0x44f35c);})(),_0x44f35c;}}_0x10e8f7[_0x43203d(0x1f1)]=_0x10e8f7[_0x43203d(0x25e)],_0x10e8f7[_0x43203d(0x25e)]=_0x506f49,_0x1e9d99['HttpClient']=_0x389f55;},propagateJestSessionName=(_0x5559ac,_0xd76925,_0x14e76c='')=>{const _0x226e39=a157_0x2c54c9,_0x2f69fc={};_0x2f69fc[_0x226e39(0x1ed)]=_0x226e39(0x1f5);const _0x2c742d=_0x2f69fc;_0xd76925&&_0xd76925[_0x226e39(0x2d2)]&&_0xd76925[_0x226e39(0x2d2)]['browserstackSessionName']&&helper[_0x226e39(0x2f2)](_0x5559ac[_0x226e39(0x2e4)])&&(_0x5559ac[_0x226e39(0x2e4)]=_0xd76925[_0x226e39(0x2d2)][_0x226e39(0x2e4)],logger['debug'](util[_0x226e39(0x1fa)](_0x2c742d[_0x226e39(0x1ed)],_0x14e76c?'\x20'+_0x14e76c:'',_0x5559ac['browserstackSessionName'])));},modifyV2=(_0x5bc278,_0x2b88a3=null,_0xff9862=![])=>{const _0x55b3e8=a157_0x2c54c9,_0xf94c0f={'Wypmt':function(_0xc8d4a5,_0x507f83){return _0xc8d4a5!==_0x507f83;},'yPWkH':_0x55b3e8(0x2a6),'MczrL':function(_0x29345e,_0x1f779e){return _0x29345e+_0x1f779e;},'zJHeY':'https://','oZaDF':'/wd/hub','WznlD':_0x55b3e8(0x308),'zFNdU':_0x55b3e8(0x25c),'jJrCG':_0x55b3e8(0x23a),'nZuAo':_0x55b3e8(0x246),'NuOVQ':'ms:edgeOptions','ftSkg':'edgeOptions','qrUNZ':_0x55b3e8(0x21c),'OmHjY':_0x55b3e8(0x303),'URnsS':_0x55b3e8(0x22e),'dwdQG':_0x55b3e8(0x25f),'wHqYH':_0x55b3e8(0x286),'QYeeS':function(_0x514bfa,_0x1b6b4e){return _0x514bfa===_0x1b6b4e;},'HkSuy':_0x55b3e8(0x2fc),'aTeTb':_0x55b3e8(0x2fa),'smjfI':function(_0x3a4e66,_0x6051e9){return _0x3a4e66>_0x6051e9;},'nHsas':function(_0x3c2758,_0x310e1b){return _0x3c2758>_0x310e1b;},'qKUeE':function(_0x5f698b){return _0x5f698b();},'ZPsGx':function(_0x40eb57,_0x4b0854){return _0x40eb57(_0x4b0854);},'FWeMH':function(_0x4acf13){return _0x4acf13();},'wDihI':_0x55b3e8(0x24b),'FpmAw':_0x55b3e8(0x22a),'mPldZ':_0x55b3e8(0x1f4),'dLhFD':'platformName','WxkCQ':_0x55b3e8(0x2f5),'fUaXF':function(_0x1e5849,_0x1ed4fb){return _0x1e5849===_0x1ed4fb;},'NWvNE':'android','LaTHW':_0x55b3e8(0x23e),'Shauu':_0x55b3e8(0x32f),'rLrKp':'isMobilePlatform','XLnFY':_0x55b3e8(0x2db),'AcqNW':function(_0x43ccac,_0x62f221,_0x4734ce){return _0x43ccac(_0x62f221,_0x4734ce);},'edqQE':'browserstack.accessibility','nLcSB':_0x55b3e8(0x2d5),'wLNpJ':_0x55b3e8(0x217),'gDNZd':function(_0x5eee70){return _0x5eee70();},'QJXvO':_0x55b3e8(0x252),'uwAEV':function(_0x81f3c5){return _0x81f3c5();},'cxwzF':_0x55b3e8(0x29e),'aRobP':_0x55b3e8(0x27f),'xJPtH':function(_0x25f04c,_0x673456){return _0x25f04c(_0x673456);},'roJXW':_0x55b3e8(0x2f8),'SgdXl':function(_0x46bf52,_0xcbd286){return _0x46bf52(_0xcbd286);},'YMkaE':function(_0x4cf713,_0x20fd0a){return _0x4cf713<_0x20fd0a;},'LgOVt':function(_0x2a1d01,_0x238400){return _0x2a1d01(_0x238400);},'PJFrs':function(_0x371ecf,_0x267ef4,_0x33e2a7){return _0x371ecf(_0x267ef4,_0x33e2a7);},'Hohmi':function(_0x4b4f40,_0x169ddb){return _0x4b4f40===_0x169ddb;},'ZXTCe':_0x55b3e8(0x240),'Lhujg':_0x55b3e8(0x23f),'niWmG':_0x55b3e8(0x27a),'RrIbn':_0x55b3e8(0x32c),'BoOFN':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','InkaH':function(_0x4f0cb4){return _0x4f0cb4();},'QYFwx':_0x55b3e8(0x1ee),'VHAwJ':_0x55b3e8(0x1fc),'ikjaP':function(_0x3913e9,_0x4e04bf,_0x2add94){return _0x3913e9(_0x4e04bf,_0x2add94);},'pGTVO':function(_0xa149e3,_0x11062a,_0x56dba9,_0x17abe8,_0x25d8c9){return _0xa149e3(_0x11062a,_0x56dba9,_0x17abe8,_0x25d8c9);},'RDmCQ':function(_0x2e184e,_0x1da57b){return _0x2e184e||_0x1da57b;},'YXYhJ':'bstackA11yShouldScan','eMXlS':_0x55b3e8(0x324),'UAykB':function(_0x46c1ea,_0xe5a8b4,_0x3a11c5,_0x4dd720){return _0x46c1ea(_0xe5a8b4,_0x3a11c5,_0x4dd720);},'cXwvd':_0x55b3e8(0x2e5),'USzhU':function(_0x2215d9,_0x5d0b47){return _0x2215d9!==_0x5d0b47;},'EwcRi':function(_0x487c7a,_0x53d9c2,_0x412bea){return _0x487c7a(_0x53d9c2,_0x412bea);},'LeUzQ':_0x55b3e8(0x1fe),'enVAT':function(_0x2a7621,_0xe8dda3,_0x52db1f){return _0x2a7621(_0xe8dda3,_0x52db1f);},'oHFTg':_0x55b3e8(0x25d),'Lnpie':_0x55b3e8(0x254),'EQyTO':function(_0x4ede79){return _0x4ede79();},'CPRHs':_0x55b3e8(0x20f),'qfYMS':_0x55b3e8(0x2bd),'uQYaR':_0x55b3e8(0x23d),'ouIfp':'Modifying\x20webdriver\x20execute','BPaXZ':function(_0x38d724,_0x35947f){return _0x38d724+_0x35947f;},'wuPCX':_0x55b3e8(0x243)},_0x5982b5=helper[_0x55b3e8(0x20a)]();let _0x4f1caf;try{_0x4f1caf=helper['requireSeleniumWebdriver'](),_0x4f1caf[_0x55b3e8(0x1f1)]&&(_0x4f1caf['Builder']=_0x4f1caf[_0x55b3e8(0x1f1)]);}catch(_0x318083){return;}if(helper[_0x55b3e8(0x28c)]()){const _0x557c16={};_0x557c16[_0x55b3e8(0x2b2)]=_0x5bc278['browserStackLogLevel'],helper[_0x55b3e8(0x2b9)](_0x557c16,new Map(),new Map()),logger['info'](_0xf94c0f[_0x55b3e8(0x2ef)]),logger[_0x55b3e8(0x1f9)](_0xf94c0f[_0x55b3e8(0x315)]);}class _0x156168 extends _0x5982b5[_0x55b3e8(0x2cb)]{[_0x55b3e8(0x311)](_0x24c716){const _0x51898c=_0x55b3e8;if(_0xf94c0f[_0x51898c(0x309)](_0x24c716[_0x51898c(0x270)],_0xf94c0f[_0x51898c(0x306)])&&_0xf94c0f[_0x51898c(0x309)](global['newHubUrl'],''))try{global[_0x51898c(0x296)]=_0xf94c0f['MczrL'](_0xf94c0f['MczrL'](_0xf94c0f[_0x51898c(0x2c1)],global[_0x51898c(0x296)]),_0xf94c0f['oZaDF']),this['options_']=hubAllocator[_0x51898c(0x247)](global['newHubUrl']),logger[_0x51898c(0x1f9)](_0x51898c(0x328)+global[_0x51898c(0x296)]),global['newHubUrl']='';}catch(_0x1d45bc){logger[_0x51898c(0x211)](_0x1d45bc);}if(globals[_0x51898c(0x28f)](_0xf94c0f[_0x51898c(0x2e8)])&&globals[_0x51898c(0x28f)](_0xf94c0f[_0x51898c(0x21d)])){const _0x56db33=_0x24c716['path']['split']('/')[0x2];_0x56db33&&commandRepository['pushCommand'](_0x56db33,_0x24c716);}return super['send'](_0x24c716);}}class _0x200662 extends _0x4f1caf['Builder']{[_0x55b3e8(0x32e)](){const _0x27a7a2=_0x55b3e8;return helper[_0x27a7a2(0x28c)]()&&(this[_0x27a7a2(0x287)]=helper['getHubUrl'](_0x5bc278)),this;}[_0x55b3e8(0x2be)](_0x38da3e){const _0xe4acb5=_0x55b3e8;let _0x5c0c18={};for(const _0x83f3a6 in _0x38da3e){switch(_0x83f3a6){case _0xf94c0f[_0xe4acb5(0x207)]:case _0xf94c0f[_0xe4acb5(0x276)]:this['chromeOptions_']&&(_0x5c0c18=this[_0xe4acb5(0x261)][_0xe4acb5(0x2a0)](this['chromeOptions_'][_0xe4acb5(0x290)])||{},this['chromeOptions_'][_0xe4acb5(0x30b)](this[_0xe4acb5(0x261)][_0xe4acb5(0x290)],helper[_0xe4acb5(0x2b5)](_0x5c0c18,_0x38da3e[_0x83f3a6])));break;case _0xf94c0f[_0xe4acb5(0x32a)]:case _0xf94c0f[_0xe4acb5(0x2c4)]:this[_0xe4acb5(0x2a7)]&&(_0x5c0c18=this[_0xe4acb5(0x2a7)][_0xe4acb5(0x2a0)](this[_0xe4acb5(0x2a7)][_0xe4acb5(0x290)])||{},this[_0xe4acb5(0x2a7)][_0xe4acb5(0x30b)](this['edgeOptions_'][_0xe4acb5(0x290)],helper['mergeDeep'](_0x5c0c18,_0x38da3e[_0x83f3a6])));break;case _0xf94c0f[_0xe4acb5(0x295)]:case _0xf94c0f[_0xe4acb5(0x325)]:this[_0xe4acb5(0x2ad)]&&(_0x5c0c18=this[_0xe4acb5(0x2ad)][_0xe4acb5(0x2a0)](this[_0xe4acb5(0x2ad)][_0xe4acb5(0x290)])||{},this[_0xe4acb5(0x2ad)][_0xe4acb5(0x30b)](this[_0xe4acb5(0x2ad)][_0xe4acb5(0x290)],helper['mergeDeep'](_0x5c0c18,_0x38da3e[_0x83f3a6])));break;case _0xf94c0f[_0xe4acb5(0x234)]:this[_0xe4acb5(0x1ff)]&&(_0x5c0c18=this[_0xe4acb5(0x1ff)][_0xe4acb5(0x2a0)](this[_0xe4acb5(0x1ff)][_0xe4acb5(0x290)])||{},this[_0xe4acb5(0x1ff)][_0xe4acb5(0x30b)](this[_0xe4acb5(0x1ff)][_0xe4acb5(0x290)],helper['mergeDeep'](_0x5c0c18,_0x38da3e[_0x83f3a6])));break;case _0xf94c0f[_0xe4acb5(0x1f3)]:case _0xf94c0f[_0xe4acb5(0x2c9)]:this[_0xe4acb5(0x30e)]&&(_0x5c0c18=this[_0xe4acb5(0x30e)][_0xe4acb5(0x2a0)](this['ieOptions_'][_0xe4acb5(0x290)])||{},this[_0xe4acb5(0x30e)][_0xe4acb5(0x30b)](this['ieOptions_'][_0xe4acb5(0x290)],helper['mergeDeep'](_0x5c0c18,_0x38da3e[_0x83f3a6])));break;}}}[_0x55b3e8(0x22d)](){const _0x1e90df=_0x55b3e8,_0x5f0676={'KOqsG':function(_0x46c573,_0x4dc774){const _0x2d3ae4=a157_0x2bbd;return _0xf94c0f[_0x2d3ae4(0x237)](_0x46c573,_0x4dc774);},'xbKYi':_0xf94c0f['HkSuy']};logger[_0x1e90df(0x1f9)](_0xf94c0f['aTeTb']);const _0x389c18=_0x5bc278[_0x1e90df(0x200)]&&_0xf94c0f['smjfI'](Object[_0x1e90df(0x26d)](_0x5bc278[_0x1e90df(0x200)])[_0x1e90df(0x26e)],0x0)?_0x5bc278[_0x1e90df(0x200)]:_0x5bc278[_0x1e90df(0x2f3)]&&Array['isArray'](_0x5bc278[_0x1e90df(0x2f3)])&&_0xf94c0f['nHsas'](_0x5bc278[_0x1e90df(0x2f3)]['length'],0x0)?_0x5bc278['capabilities'][0x0]:{};return this['__setBrowserOptions'](_0x389c18),Object[_0x1e90df(0x26d)](_0x389c18)[_0x1e90df(0x2d9)](_0x38b4ed=>{const _0x374a58=_0x1e90df,_0xab4275=this[_0x374a58(0x2a5)][_0x374a58(0x2a0)](_0x38b4ed);_0x5f0676[_0x374a58(0x2a3)](typeof _0xab4275,_0x5f0676[_0x374a58(0x208)])?this[_0x374a58(0x2a5)][_0x374a58(0x30b)](_0x38b4ed,helper[_0x374a58(0x2b5)](_0xab4275,_0x389c18[_0x38b4ed])):this[_0x374a58(0x2a5)][_0x374a58(0x30b)](_0x38b4ed,_0x389c18[_0x38b4ed]);}),this;}[_0x55b3e8(0x2a1)](){const _0x159f6d=_0x55b3e8,_0x4cd9e5={'DqVoB':function(_0x4cfd18,_0x50bc5c,_0x4a6b9b){const _0x8ca8d7=a157_0x2bbd;return _0xf94c0f[_0x8ca8d7(0x257)](_0x4cfd18,_0x50bc5c,_0x4a6b9b);},'UkAJY':_0xf94c0f[_0x159f6d(0x2fd)],'Husge':_0xf94c0f[_0x159f6d(0x2f6)],'iNjvE':function(_0x36012e,_0x125394){const _0x24557f=_0x159f6d;return _0xf94c0f[_0x24557f(0x322)](_0x36012e,_0x125394);},'oWPIQ':function(_0x5991b8,_0x1bbc4a){const _0x4f75d8=_0x159f6d;return _0xf94c0f[_0x4f75d8(0x318)](_0x5991b8,_0x1bbc4a);}};PerformanceTester[_0x159f6d(0x327)](PerformanceEvents[_0x159f6d(0x239)],()=>{const _0x68149b=_0x159f6d;if(helper['isBrowserstackInfra']()){helper[_0x68149b(0x253)](_0x5bc278['capability']);_0xf94c0f[_0x68149b(0x23c)](isAccessibilityAutomationSession)&&_0xf94c0f[_0x68149b(0x317)](setAccessibilityCapabilities,_0x5bc278);this['setServer'](),this[_0x68149b(0x22d)]();if(helper[_0x68149b(0x31e)](_0x5bc278['proxySettings'][_0x68149b(0x266)]))this[_0x68149b(0x277)]=helper[_0x68149b(0x225)](_0x5bc278[_0x68149b(0x274)][_0x68149b(0x266)]);else _0x5bc278['proxySettings'][_0x68149b(0x266)]&&(this['proxy_']=_0x5bc278[_0x68149b(0x274)][_0x68149b(0x266)],logger[_0x68149b(0x1f9)](_0x68149b(0x2fb)+this[_0x68149b(0x2a4)]));if(_0xf94c0f[_0x68149b(0x313)](isAccessibilityAutomationSession)){const _0x456f3d=this['capabilities_'][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x280)])||{},_0x4a2e45=_0x456f3d[_0x68149b(0x1f4)]||this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f['FpmAw'])||this['capabilities_'][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x314)]);if(_0x4a2e45){const _0x2c156d=(_0x456f3d[_0x68149b(0x202)]||this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x285)])||'')[_0x68149b(0x201)](),_0x148d02=(_0x456f3d[_0x68149b(0x2f5)]||this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x2ca)])||'')[_0x68149b(0x201)]();_0xf94c0f[_0x68149b(0x248)](_0x2c156d,_0xf94c0f[_0x68149b(0x263)])&&_0x148d02[_0x68149b(0x2f7)](_0xf94c0f[_0x68149b(0x299)])&&(_0xf94c0f[_0x68149b(0x313)](isMobileScanningEnabledForGroup)&&(logger[_0x68149b(0x1f9)](_0xf94c0f[_0x68149b(0x2e7)]),globals[_0x68149b(0x28b)](_0xf94c0f['rLrKp'],!![])));}}if(globals[_0x68149b(0x28f)](_0xf94c0f['XLnFY'])){if(!_0xf94c0f[_0x68149b(0x2df)](setExtension,this,_0x5bc278)){globals[_0x68149b(0x28b)](_0xf94c0f[_0x68149b(0x29b)],![]);const _0x545934=this['capabilities_'][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x280)]);_0x545934&&(_0x545934[_0x68149b(0x24d)]=![],delete _0x545934['accessibilityOptions'],this[_0x68149b(0x2a5)]['set'](_0xf94c0f[_0x68149b(0x280)],_0x545934)),this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x2c7)])&&(this[_0x68149b(0x2a5)][_0x68149b(0x30b)](_0xf94c0f[_0x68149b(0x2c7)],![]),this[_0x68149b(0x2a5)]['delete'](_0xf94c0f[_0x68149b(0x31a)]));}}process[_0x68149b(0x2de)][_0x68149b(0x24e)]&&(helper[_0x68149b(0x23b)](null,null,_0x5bc278[_0x68149b(0x269)],null,this,null),helper[_0x68149b(0x253)](_0x5bc278[_0x68149b(0x200)]),helper['readTcgAuthConfigToGlobal']()),logger[_0x68149b(0x1f9)](_0xf94c0f[_0x68149b(0x2c6)]);}else{if(this['chromeOptions_']){const _0x6425bf=this[_0x68149b(0x261)][_0x68149b(0x2a0)](this[_0x68149b(0x261)][_0x68149b(0x290)]||_0xf94c0f[_0x68149b(0x207)]);if(_0x6425bf&&_0x6425bf[_0x68149b(0x2b4)]){const _0x4aaac5=this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x207)])||{},_0x57f5a5=(_0x4aaac5[_0x68149b(0x2b4)]||[])[_0x68149b(0x216)](_0x6425bf['args']||[]),_0x2d88ce=Array[_0x68149b(0x204)](new Set(_0x57f5a5)),_0x300105={};_0x300105[_0x68149b(0x2b4)]=_0x2d88ce,this[_0x68149b(0x2a5)][_0x68149b(0x30b)](_0xf94c0f[_0x68149b(0x207)],Object[_0x68149b(0x2bb)]({},_0x4aaac5,_0x6425bf,_0x300105));}}helper[_0x68149b(0x2e2)]();if(_0xf94c0f[_0x68149b(0x24a)](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x68149b(0x2f7)](_0xf94c0f['QJXvO'])){let _0x1f7d71=!![];const _0x55d9da=this[_0x68149b(0x2a5)]['get'](_0xf94c0f[_0x68149b(0x280)])||{},_0x3f927f=_0x55d9da[_0x68149b(0x1f4)]||this['capabilities_'][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x259)])||this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x314)]);if(_0x3f927f){const _0x381291=(_0x55d9da[_0x68149b(0x202)]||this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f['dLhFD'])||'')['toLowerCase'](),_0x4412d0=(_0x55d9da['browserName']||this['capabilities_'][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x2ca)])||'')[_0x68149b(0x201)]();_0xf94c0f[_0x68149b(0x237)](_0x381291,_0xf94c0f[_0x68149b(0x263)])&&_0x4412d0['includes'](_0xf94c0f[_0x68149b(0x299)])?!_0xf94c0f[_0x68149b(0x215)](isMobileScanningEnabledForGroup)?(logger[_0x68149b(0x2e1)](MOBILE_SCANNING_DISABLED_WARNING),_0x1f7d71=![]):(logger[_0x68149b(0x1f9)](_0xf94c0f[_0x68149b(0x2e7)]),globals['setGlobal'](_0xf94c0f[_0x68149b(0x323)],!![])):(logger['warn'](_0xf94c0f[_0x68149b(0x2e0)]),_0x1f7d71=![]);}if(_0x1f7d71){const _0x2023d0=_0xf94c0f[_0x68149b(0x317)](parseFloat,_0x55d9da['browserVersion']||this[_0x68149b(0x2a5)]['get'](_0xf94c0f[_0x68149b(0x267)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x4ba481}=_0xf94c0f[_0x68149b(0x1f2)](require,_0xf94c0f[_0x68149b(0x214)]),_0x2f7ae9=_0xf94c0f[_0x68149b(0x317)](parseFloat,_0x4ba481);!_0xf94c0f['SgdXl'](isNaN,_0x2023d0)&&_0xf94c0f['YMkaE'](_0x2023d0,_0x2f7ae9)&&(logger['warn'](_0x68149b(0x30f)+_0x4ba481+'.'),_0x1f7d71=![]);}if(_0x1f7d71){_0xf94c0f[_0x68149b(0x319)](setAccessibilityCapabilities,_0x5bc278),this[_0x68149b(0x22d)]();if(!_0xf94c0f[_0x68149b(0x26b)](setExtension,this,_0x5bc278)){globals['setGlobal'](_0xf94c0f[_0x68149b(0x29b)],![]);const _0x4c54e5=this[_0x68149b(0x2a5)][_0x68149b(0x2a0)](_0xf94c0f[_0x68149b(0x280)]);_0x4c54e5&&(_0x4c54e5['accessibility']=![],delete _0x4c54e5['accessibilityOptions'],this[_0x68149b(0x2a5)][_0x68149b(0x30b)](_0xf94c0f[_0x68149b(0x280)],_0x4c54e5)),this[_0x68149b(0x2a5)]['get'](_0xf94c0f[_0x68149b(0x2c7)])&&(this[_0x68149b(0x2a5)][_0x68149b(0x30b)](_0xf94c0f[_0x68149b(0x2c7)],![]),this['capabilities_'][_0x68149b(0x25b)](_0xf94c0f[_0x68149b(0x31a)]));}}}_0xf94c0f[_0x68149b(0x1f0)](globals['getGlobal'](_0xf94c0f[_0x68149b(0x1ef)]),_0xf94c0f[_0x68149b(0x20c)])&&(commandRepository[_0x68149b(0x2c8)](_0xf94c0f['Lhujg']),commandRepository[_0x68149b(0x26f)](globals[_0x68149b(0x28f)](_0xf94c0f[_0x68149b(0x21a)])));if(this[_0x68149b(0x287)][_0x68149b(0x2f7)](_0xf94c0f[_0x68149b(0x250)]))logger[_0x68149b(0x1f9)](_0xf94c0f[_0x68149b(0x1f8)]),globals[_0x68149b(0x28b)](_0xf94c0f['WznlD'],![]),globals['setGlobal'](_0xf94c0f[_0x68149b(0x21d)],![]);else globals[_0x68149b(0x28f)](_0xf94c0f[_0x68149b(0x2e8)])&&globals[_0x68149b(0x28f)](_0xf94c0f[_0x68149b(0x21d)])&&aiSdkWrapper[_0x68149b(0x203)](this);}})();const _0x169cca=super[_0x159f6d(0x2a1)]();return PerformanceTester[_0x159f6d(0x327)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4df5ee=_0x159f6d,_0x560b8c={'ErOcT':function(_0x31eba8){const _0x283826=a157_0x2bbd;return _0xf94c0f[_0x283826(0x29c)](_0x31eba8);},'emJIV':function(_0x5af3d7,_0x5393a0,_0xd401f4){return _0xf94c0f['PJFrs'](_0x5af3d7,_0x5393a0,_0xd401f4);},'zoLhh':_0xf94c0f['XLnFY'],'uEIuf':_0xf94c0f[_0x4df5ee(0x280)],'OXXCA':_0xf94c0f[_0x4df5ee(0x2c7)],'rNRuP':_0xf94c0f['nLcSB'],'ebiXq':_0xf94c0f[_0x4df5ee(0x291)],'HiHRF':_0xf94c0f[_0x4df5ee(0x27d)],'CBFzY':function(_0x458d7a,_0x56d64f,_0x4e7831){const _0x5200fc=_0x4df5ee;return _0xf94c0f[_0x5200fc(0x262)](_0x458d7a,_0x56d64f,_0x4e7831);},'ozyxV':function(_0x45c9b8,_0x552da1,_0xf1538f,_0x24dc15,_0x4ac553){const _0x44c4f9=_0x4df5ee;return _0xf94c0f[_0x44c4f9(0x30c)](_0x45c9b8,_0x552da1,_0xf1538f,_0x24dc15,_0x4ac553);},'UGoqe':function(_0x54990c,_0x53d84b){const _0x366f0e=_0x4df5ee;return _0xf94c0f[_0x366f0e(0x322)](_0x54990c,_0x53d84b);},'OgUnS':_0xf94c0f[_0x4df5ee(0x2fd)],'bKGQY':_0xf94c0f[_0x4df5ee(0x2f6)]};_0x169cca[_0x4df5ee(0x258)][_0x4df5ee(0x226)](_0x2d0937=>{const _0x154769=_0x4df5ee,_0x2f5aa7=_0x2d0937['caps_'];if(!helper['isBrowserstackInfra']()&&_0x560b8c['ErOcT'](isAccessibilityAutomationSession)){const _0x2f1ab1=_0x560b8c[_0x154769(0x2f9)](nonBstackPlatformValidation,_0x2f5aa7,this);globals[_0x154769(0x28b)](_0x560b8c[_0x154769(0x31c)],_0x2f1ab1);if(!_0x2f1ab1){const _0x499fe9=this[_0x154769(0x2a5)]['get'](_0x560b8c[_0x154769(0x331)]);_0x499fe9&&(_0x499fe9[_0x154769(0x24d)]=![],delete _0x499fe9[_0x154769(0x24f)],this[_0x154769(0x2a5)][_0x154769(0x30b)](_0x560b8c[_0x154769(0x331)],_0x499fe9)),this[_0x154769(0x2a5)][_0x154769(0x2a0)](_0x560b8c[_0x154769(0x307)])&&(this[_0x154769(0x2a5)][_0x154769(0x30b)](_0x560b8c[_0x154769(0x307)],![]),this[_0x154769(0x2a5)][_0x154769(0x25b)](_0x560b8c[_0x154769(0x30d)]));}}}),_0x169cca[_0x4df5ee(0x258)][_0x4df5ee(0x226)](_0x24e4de=>{const _0x1ee8aa=_0x4df5ee;try{logger[_0x1ee8aa(0x1f9)]('Session\x20ID:\x20'+_0x24e4de[_0x1ee8aa(0x2a2)]());const _0x5d9daa=_0x24e4de[_0x1ee8aa(0x29d)][_0x1ee8aa(0x2a0)](_0x560b8c[_0x1ee8aa(0x220)]);_0x5d9daa?(logger[_0x1ee8aa(0x1f9)](_0x1ee8aa(0x293)+_0x5d9daa),hubAllocator['updateHubUrl'](_0x5d9daa),helper[_0x1ee8aa(0x229)](_0x5d9daa)):logger[_0x1ee8aa(0x1f9)](_0x560b8c['HiHRF']);}catch(_0x5ac550){logger[_0x1ee8aa(0x1f9)](_0x1ee8aa(0x219)+_0x5ac550);}}),_0x169cca[_0x4df5ee(0x2ae)]=0x0,_0x169cca[_0x4df5ee(0x226)]&&_0x169cca['then'](_0x57ef18=>{const _0x3cc71a=_0x4df5ee,_0x3d53a3={'NNFag':function(_0x380d7d,_0x55a855,_0x5d718d){const _0x169dd4=a157_0x2bbd;return _0x4cd9e5[_0x169dd4(0x275)](_0x380d7d,_0x55a855,_0x5d718d);},'MOFMe':_0x4cd9e5[_0x3cc71a(0x2d8)],'LhCZh':_0x4cd9e5['Husge'],'dCcKG':function(_0x1afcba,_0x388a76){const _0x947535=_0x3cc71a;return _0x4cd9e5[_0x947535(0x298)](_0x1afcba,_0x388a76);}};helper['overrideQuit'](_0x57ef18,_0x169cca),_0xff9862&&_0x4cd9e5[_0x3cc71a(0x316)](overrideTakeScreenshot,_0x57ef18),helper[_0x3cc71a(0x283)](_0x57ef18,_0x5bc278),_0x4cd9e5[_0x3cc71a(0x275)](overrideExecute,_0x57ef18,_0x5bc278),_0x4cd9e5[_0x3cc71a(0x275)](propagateJestSessionName,_0x57ef18,_0x2b88a3),_0x5bc278[_0x3cc71a(0x200)]&&percyHelper[_0x3cc71a(0x205)](_0x57ef18,_0x4f1caf[_0x3cc71a(0x231)],_0x5bc278),_0x57ef18[_0x3cc71a(0x2d3)]=async()=>{const _0x144c88=_0x3cc71a;return await _0x3d53a3[_0x144c88(0x256)](getAccessibilityResultsSummary,_0x57ef18,global);},_0x57ef18[_0x3cc71a(0x31d)]=async()=>{const _0x224380=_0x3cc71a;return await _0x560b8c[_0x224380(0x2f1)](getAccessibilityResults,_0x57ef18,global);},_0x57ef18[_0x3cc71a(0x21f)]=async _0x47734b=>{const _0xc46526=_0x3cc71a;return await _0x560b8c[_0xc46526(0x330)](performScan,_0x57ef18,null,!![],_0x560b8c[_0xc46526(0x273)](_0x47734b,null));},_0x57ef18[_0x3cc71a(0x236)]=async _0x26fd7f=>{const _0x977123=_0x3cc71a;globals[_0x977123(0x28b)](_0x3d53a3[_0x977123(0x294)],!![]),globals['setGlobal'](_0x3d53a3[_0x977123(0x289)],_0x3d53a3['dCcKG'](_0x26fd7f,null));},_0x57ef18[_0x3cc71a(0x21b)]=async()=>{const _0x2fdcc0=_0x3cc71a;globals[_0x2fdcc0(0x28b)](_0x3d53a3[_0x2fdcc0(0x294)],![]),globals[_0x2fdcc0(0x28b)](_0x3d53a3[_0x2fdcc0(0x289)],null);};}),_0x169cca['getAccessibilityResultsSummary']=async()=>{const _0x13fc28=_0x4df5ee;return await _0x4cd9e5[_0x13fc28(0x275)](getAccessibilityResultsSummary,_0x169cca,global);},_0x169cca['getAccessibilityResults']=async()=>{const _0x2ce54e=_0x4df5ee;return await _0x4cd9e5[_0x2ce54e(0x275)](getAccessibilityResults,_0x169cca,global);},_0x169cca['performScan']=async _0x24621e=>{const _0x17d8b4=_0x4df5ee;return await _0x560b8c[_0x17d8b4(0x330)](performScan,_0x169cca,null,!![],_0x560b8c[_0x17d8b4(0x273)](_0x24621e,null));},_0x169cca[_0x4df5ee(0x236)]=async _0x2927d=>{const _0x3cfa8b=_0x4df5ee;globals[_0x3cfa8b(0x28b)](_0x560b8c['OgUnS'],!![]),globals['setGlobal'](_0x560b8c[_0x3cfa8b(0x2f4)],_0x560b8c[_0x3cfa8b(0x273)](_0x2927d,null));},_0x169cca[_0x4df5ee(0x21b)]=async()=>{const _0x4a01e7=_0x4df5ee;globals[_0x4a01e7(0x28b)](_0x560b8c[_0x4a01e7(0x265)],![]),globals[_0x4a01e7(0x28b)](_0x560b8c[_0x4a01e7(0x2f4)],null);},_0xff9862&&_0xf94c0f[_0x4df5ee(0x1f2)](overrideTakeScreenshot,_0x169cca),helper[_0x4df5ee(0x2d7)](_0x169cca),helper[_0x4df5ee(0x283)](_0x169cca,_0x5bc278),_0xf94c0f['AcqNW'](overrideExecute,_0x169cca,_0x5bc278),_0xf94c0f['UAykB'](propagateJestSessionName,_0x169cca,_0x2b88a3,_0xf94c0f['cXwvd']),_0x5bc278['capability']&&percyHelper[_0x4df5ee(0x205)](_0x169cca,_0x4f1caf[_0x4df5ee(0x231)],_0x5bc278);helper[_0x4df5ee(0x2f2)](global[_0x4df5ee(0x213)])&&(global[_0x4df5ee(0x213)]=[]);helper[_0x4df5ee(0x2f2)](global[_0x4df5ee(0x2ac)])&&(global[_0x4df5ee(0x2ac)]=[]);global[_0x4df5ee(0x213)][_0x4df5ee(0x28a)](_0x169cca),global['__driver']=_0x169cca,_0x2b88a3&&(_0x2b88a3[_0x4df5ee(0x2d2)][_0x4df5ee(0x300)]=_0x169cca);_0xf94c0f['Wypmt'](global[_0x4df5ee(0x2ac)],undefined)&&global['__drivers'][_0x4df5ee(0x28a)](_0x169cca);_0x2b88a3&&helper[_0x4df5ee(0x2f2)](_0x2b88a3['global']['__drivers'])&&(_0x2b88a3[_0x4df5ee(0x2d2)][_0x4df5ee(0x2ac)]=[]);_0x2b88a3&&helper['isUndefined'](_0x2b88a3[_0x4df5ee(0x2d2)][_0x4df5ee(0x213)])&&(_0x2b88a3[_0x4df5ee(0x2d2)][_0x4df5ee(0x213)]=[]);_0x2b88a3&&_0xf94c0f[_0x4df5ee(0x281)](_0x2b88a3[_0x4df5ee(0x2d2)][_0x4df5ee(0x2ac)],undefined)&&(_0x2b88a3['global'][_0x4df5ee(0x2ac)]['push'](_0x169cca),_0x2b88a3['global'][_0x4df5ee(0x213)]['push'](_0x169cca));_0x169cca[_0x4df5ee(0x2db)]=globals['getGlobal'](_0xf94c0f[_0x4df5ee(0x29b)]);try{global[_0x4df5ee(0x2ac)][0x0][_0x4df5ee(0x258)]['then'](_0x24b559=>{const _0x4677e9=_0x4df5ee;logger[_0x4677e9(0x1f9)]('setting\x20driver\x20Session\x20ID:\x20'+_0x24b559['getId']()+_0x4677e9(0x268));})[_0x4df5ee(0x312)](_0x335571=>{const _0x5c41eb=_0x4df5ee;logger['debug'](_0x5c41eb(0x22b)+_0x335571);});}catch(_0x3fdb4b){logger[_0x4df5ee(0x1f9)](_0x4df5ee(0x22b)+_0x3fdb4b);}globals[_0x4df5ee(0x28b)](_0xf94c0f[_0x4df5ee(0x29b)],globals[_0x4df5ee(0x28f)](_0xf94c0f['XLnFY']));})(),_0x169cca;}}_0x2b88a3&&(globals['browserStackGlobals']=_0x2b88a3['global']['browserStackGlobals']);if(_0xf94c0f['EQyTO'](isAccessibilityAutomationSession))try{let _0x1a398b=helper[_0x55b3e8(0x209)](_0xf94c0f[_0x55b3e8(0x2ff)],_0xf94c0f[_0x55b3e8(0x304)])[_0x55b3e8(0x260)];(!_0x1a398b[_0x55b3e8(0x264)]||!_0x1a398b[_0x55b3e8(0x264)][_0x55b3e8(0x2da)])&&(_0x1a398b=helper[_0x55b3e8(0x209)](_0xf94c0f['uQYaR'],_0xf94c0f[_0x55b3e8(0x304)])[_0x55b3e8(0x2dd)]);if(_0x1a398b[_0x55b3e8(0x264)]&&_0x1a398b[_0x55b3e8(0x264)]['execute']){const _0x4f9823=_0x1a398b[_0x55b3e8(0x264)]['execute'];logger[_0x55b3e8(0x1f9)](_0xf94c0f[_0x55b3e8(0x2bf)]),_0x1a398b[_0x55b3e8(0x264)][_0x55b3e8(0x2da)]=async function(){const _0x3f49f9=_0x55b3e8;try{!globals[_0x3f49f9(0x28f)](_0xf94c0f[_0x3f49f9(0x310)])&&globals[_0x3f49f9(0x28f)](_0xf94c0f[_0x3f49f9(0x29b)])&&globals[_0x3f49f9(0x28f)](_0xf94c0f[_0x3f49f9(0x2fd)])&&scripts[_0x3f49f9(0x284)](arguments[0x0][_0x3f49f9(0x282)])&&!_0xf94c0f['SgdXl'](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x3f49f9(0x28b)](_0xf94c0f[_0x3f49f9(0x310)],!![]),logger[_0x3f49f9(0x1f9)](_0x3f49f9(0x2b1)+arguments[0x0][_0x3f49f9(0x282)]),await _0xf94c0f['enVAT'](performScan,global[_0x3f49f9(0x300)],arguments[0x0][_0x3f49f9(0x282)]));}catch(_0x1d862d){logger[_0x3f49f9(0x1f9)](_0x3f49f9(0x224)+util[_0x3f49f9(0x1fa)](_0x1d862d));}return globals[_0x3f49f9(0x28b)](_0xf94c0f[_0x3f49f9(0x310)],![]),_0x4f9823['apply'](this,arguments);};}}catch(_0x36e60c){logger['debug'](_0xf94c0f[_0x55b3e8(0x255)](_0xf94c0f[_0x55b3e8(0x271)],_0x36e60c));}return _0x4f1caf[_0x55b3e8(0x1f1)]=_0x4f1caf[_0x55b3e8(0x25e)],_0x4f1caf[_0x55b3e8(0x25e)]=_0x200662,_0x5982b5['HttpClient']=_0x156168,_0x4f1caf;};module[a157_0x2c54c9(0x2c3)]['browserstackAgent']=modify,module[a157_0x2c54c9(0x2c3)][a157_0x2c54c9(0x297)]=modifyV2,module[a157_0x2c54c9(0x2c3)][a157_0x2c54c9(0x2f0)]=percySDK,module['exports'][a157_0x2c54c9(0x2a8)]=BrowserStackSdk,module[a157_0x2c54c9(0x2c3)][a157_0x2c54c9(0x2c5)]=modifyPlaywrightConfig;
1
+ const a158_0x4177b7=a158_0x5589;function a158_0x5589(_0x555d97,_0x16abe9){const _0x304536=a158_0x3045();return a158_0x5589=function(_0x5589ae,_0x17290d){_0x5589ae=_0x5589ae-0xb7;let _0x4c5022=_0x304536[_0x5589ae];return _0x4c5022;},a158_0x5589(_0x555d97,_0x16abe9);}function a158_0x3045(){const _0x362b75=['Builder','AoJEH','TvwTt','gEVCs','etmgY','debug','capabilities_','info','ejzqu','setGlobal','EKWZZ','SkpGl','getHubUrl','xBqLb','browserstackAgentV2','getRequestOptions','overrideQuit','VrStZ','includes','CdACp','ChJMk','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','prototype','LnjRL','newHubUrl','McCCE','parameters_','error','chromeOptions_','YUbFZ','fYuTK','oEKwm','PxZAw','util','LXPQm','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','SxKse','ftYhv','KOkYy','BrowserStackSdk','shouldWrapCommand','winstonLogger','VsnZI','fpRmC','gaIUl','bstackA11yShouldScan','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','auzTO','./bin/mocha/accessibility-automation/helper','whbgC','browserstack.accessibilityOptions','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','ofMjQ','OUaun','selenium-webdriver/lib/webdriver.js','tfybe','get','okgIA','MwaPz','LNnnL','zzdli','keys','getId','edgeOptions_','aiHeal_isHealingEnabled','browserstackAgent','FXtiM','overrideGet','lfRbF','ZDnYg','ZJwCo','safari.options','.browserstack.com','firefoxOptions_','gNsCW','VzwSR','NLWil','YwcqS','ms:edgeOptions','MslTE','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./helpers/accessibility-automation/scripts','getHttpAgent','PigCu','args','./helpers/patchHelpers','FanNa','WHPpr','stopA11yScanning','OPYeD','CNBcO','./helpers/accessibility-automation/constants','QWQQy','android','uPGJj','JChjf','DztKL','HxuIn','caps_','XiHTd','bstack:options','prepareCapabilities','./helpers/globals','concat','FvWOq','isUndefined','SDK_PRE_INITIALIZE','xPSle','EsezI','accessibility','HttpClient','qtDiR','length','EEvAO','./helpers/logger','IzRGF','VQRlT','platformName','initializeHealingCapabilities','dvyRZ','originalBuilder','./helpers/ai-sdk/aiSdkWrapper','https://','VNqET','push','wCcSj','global','WebDriver','XyxAW','IcaIh','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','moz:firefoxOptions','aPmFa','set','./helpers/ai-sdk/autoHealHelper','NKXfm','AxMqO','Hdpjs','LpaJE','VrUfb','send','OYcuM','UOvIo','jSoQb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','2268201gsOpsN','pFCqe','ahwzB','KQJHI','zkFmk','wYCoN','setLogLevel','aiHeal_isAuthenticated','build','firefoxOptions','PgBWn','fslYw','startA11yScanning','hbTgt','523664IPKMIp','cEWaF','ieOptions_','edgeOptions','dhYSS','getGlobal','mergeDeep','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','Dyfmd','__drivers','WebElement','yMAHw','bKFEY','580008HWPaAG','aiSdk_framework','path','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','(sync)','getAccessibilityResultsSummary','_modifyPlaywright','nPntm','KDwjg','percy','WtbEC','kRiFo','proxyUrl','wWHRU','storeOptimalHubUrl','fwcQf','chrome','./helpers/performance/performance-tester','ZtouN','rAShP','FOzSP','PBsTr','yTurd','TTMTO','browserstack.com','hOrfT','NWPDF','XnaIV','bQdWw','warn','CFADp','eAgVe','GsyVO','goog:chromeOptions','PdfUD','RmuKf','YtcTa','proxySettings','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','XpWXm','logLevel','assign','device','measureWrapper','isBrowserstackInfra','toLowerCase','agent_','session_','se:ieOptions','OWGEs','ZUwwk','SKbDy','delete','dKJeJ','dqtMr','60VMYqJH','2GfcHFa','env','accessibilityOptions','bstackAllyScanning','fnhvQ','uaxwV','cIbdJ','IrhIS','framework','browserName','zCTlK','pxppn','zRFBy','/session','lDVcz','SDK_POST_INITIALIZE','mVMmK','hPKIF','__driversArray','ckFtW','BbExf','QZFZo','JnRzi','browserstackSessionName','SVFwY','Setting\x20Browserstack\x20capabilities','url_','setServer','xTBqx','selenium-webdriver/lib/http.js','then','hdiNI','name_','LtTtN','catch','setAdditionalCapabilities','New\x20hub\x20url\x20set\x20to\x20','performScan','cLHgB','capabilities','vNyeM','klwVK','isArray','bLpCK','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','VtHVT','iSNft','PhBYA','proxy_','ieOptions','Bmxqr','wkDxk','getAccessibilityResults','safariOptions_','isMobilePlatform','bstackA11yScanOptions','dvqJt','cxRKR','apply','tiEZk','ZFXDl','deviceName','oALCb','ZoPvc','btClx','CAPABILITY_KEY','vdCSV','aiSdk_bstackConfig','chromeOptions','cDIpF','TLLRJ','vCMce','mbrMi','crlgb','hQiAl','updateHubUrl','from','Proxy\x20set\x20to\x20','setCapabilities','76qzfXss','Performing\x20scan\x20for\x20','3668268svtrLG','__setBrowserOptions','HzEmG','requireModule','./helpers/accessibility-automation/helper','pxcey','FDGIv','MLNuK','VjnYk','xQPoC','GnlJO','execute','browserstack.accessibility','988425EBmeRA','jest','__driver','PiqFN','./helpers/patchHelper','options_','isAccessibilityPlatform','OZztG','EUvEA','requireHttpClient','aSZdb','pyjIo','aJQjg','166570jYvTNH','Modifying\x20webdriver\x20execute','capability','./browserStackSdk','QKIOT','/wd/hub','GCTya','14jfDrIr','kjNwU','patchDriverPercy','315433HYYWja','requireSeleniumWebdriver','exports','SdGXQ','CjXdY','browserVersion','ttmjA','\x20to\x20global\x20drivers\x20array','RDtPC','aDzOZ'];a158_0x3045=function(){return _0x362b75;};return a158_0x3045();}(function(_0x30e5aa,_0x21c1a4){const _0x13a5bb=a158_0x5589,_0x5bbbe8=_0x30e5aa();while(!![]){try{const _0x4981c2=-parseInt(_0x13a5bb(0x13d))/0x1+-parseInt(_0x13a5bb(0xc8))/0x2*(-parseInt(_0x13a5bb(0x1d8))/0x3)+parseInt(_0x13a5bb(0x117))/0x4*(parseInt(_0x13a5bb(0x133))/0x5)+-parseInt(_0x13a5bb(0x119))/0x6+parseInt(_0x13a5bb(0x13a))/0x7*(parseInt(_0x13a5bb(0x1e6))/0x8)+parseInt(_0x13a5bb(0x126))/0x9+-parseInt(_0x13a5bb(0xc7))/0xa*(parseInt(_0x13a5bb(0x1f3))/0xb);if(_0x4981c2===_0x21c1a4)break;else _0x5bbbe8['push'](_0x5bbbe8['shift']());}catch(_0x13e2e0){_0x5bbbe8['push'](_0x5bbbe8['shift']());}}}(a158_0x3045,0x5e623));const util=require(a158_0x4177b7(0x168)),{overrideTakeScreenshot}=require(a158_0x4177b7(0x19c)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a158_0x4177b7(0x11d)),{setAccessibilityCapabilities,setExtension}=require(a158_0x4177b7(0x177)),helper=require('./helpers/helper'),logger=require(a158_0x4177b7(0x1b9))[a158_0x4177b7(0x170)],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a158_0x4177b7(0x136)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a158_0x4177b7(0x198)),globals=require(a158_0x4177b7(0x1ad)),{commandRepository}=require(a158_0x4177b7(0x1cd)),{aiSdkWrapper}=require(a158_0x4177b7(0x1c0)),{overrideExecute}=require(a158_0x4177b7(0x12a)),PerformanceTester=require(a158_0x4177b7(0x204)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require(a158_0x4177b7(0x11d)),modify=_0x155c69=>{const _0x59b71d=a158_0x4177b7,_0x539c62={'PgBWn':function(_0x2324d2,_0x349f29){return _0x2324d2!==_0x349f29;},'OUaun':_0x59b71d(0xd5),'EKTeU':function(_0x4a1267,_0x2c422c){return _0x4a1267+_0x2c422c;},'jSoQb':function(_0x33c21c,_0x5ab436){return _0x33c21c+_0x5ab436;},'Jwvij':_0x59b71d(0x1c1),'HoJrK':_0x59b71d(0x138),'ZDnYg':_0x59b71d(0x214),'kRiFo':'chromeOptions','itjbi':_0x59b71d(0x195),'FOzSP':_0x59b71d(0x1e9),'zkFmk':_0x59b71d(0x1ca),'vdCSV':_0x59b71d(0x1e1),'EsezI':'safari.options','luGyD':'se:ieOptions','PBsTr':'ieOptions','vCMce':function(_0x1e9486,_0x2e7a6f){return _0x1e9486===_0x2e7a6f;},'lDVcz':'object','oEKwm':_0x59b71d(0xe1),'hPKIF':function(_0x3615ed){return _0x3615ed();},'bQdWw':function(_0x44d809,_0x4c809c){return _0x44d809(_0x4c809c);},'btClx':function(_0x7da49){return _0x7da49();},'JChjf':_0x59b71d(0x1ab),'KOkYy':_0x59b71d(0xba),'fYuTK':_0x59b71d(0x105),'AoJEH':_0x59b71d(0x1bc),'vNyeM':_0x59b71d(0xd1),'xPSle':_0x59b71d(0x1a4),'cIbdJ':_0x59b71d(0x203),'dvqJt':_0x59b71d(0x1c9),'aJQjg':_0x59b71d(0xfe),'etmgY':_0x59b71d(0x12c),'zCTlK':function(_0x411280,_0x539d58,_0x1d04d3){return _0x411280(_0x539d58,_0x1d04d3);},'ZFXDl':'browserstack.accessibility','ZQTRi':_0x59b71d(0x179),'ChJMk':_0x59b71d(0x17a),'ZJwCo':'optimalHubUrl','ZUwwk':_0x59b71d(0x175),'TiqgO':function(_0x3f7ee3,_0x266c23,_0x134b1c,_0x514072,_0x35214c){return _0x3f7ee3(_0x266c23,_0x134b1c,_0x514072,_0x35214c);},'nFHeM':function(_0x5a96b0,_0x225501){return _0x5a96b0||_0x225501;},'MslTE':_0x59b71d(0x174),'EKWZZ':_0x59b71d(0xff),'GnlJO':_0x59b71d(0x197),'iSNft':'Modifying\x20webdriver\x20builder'};logger[_0x59b71d(0x14e)](_0x539c62[_0x59b71d(0x123)]),logger[_0x59b71d(0x14c)](_0x539c62[_0x59b71d(0xf6)]);const _0x509678=helper[_0x59b71d(0x13e)](),_0x3cccac=helper['requireHttpClient']();class _0x3e84e7 extends _0x3cccac[_0x59b71d(0x1b5)]{[_0x59b71d(0x1d3)](_0x2b3a37){const _0x4cb6fc=_0x59b71d;if(_0x539c62['PgBWn'](_0x2b3a37[_0x4cb6fc(0x1f5)],_0x539c62[_0x4cb6fc(0x17c)])&&_0x539c62[_0x4cb6fc(0x1e2)](global['newHubUrl'],''))try{global[_0x4cb6fc(0x15f)]=_0x539c62['EKTeU'](_0x539c62[_0x4cb6fc(0x1d6)](_0x539c62['Jwvij'],global[_0x4cb6fc(0x15f)]),_0x539c62['HoJrK']),this['options_']=hubAllocator[_0x4cb6fc(0x156)](global[_0x4cb6fc(0x15f)]),logger[_0x4cb6fc(0x14c)](_0x4cb6fc(0xec)+global[_0x4cb6fc(0x15f)]),global[_0x4cb6fc(0x15f)]='';}catch(_0x2cc1fb){logger[_0x4cb6fc(0x162)](_0x2cc1fb);}return super['send'](_0x2b3a37);}}class _0x3dd6a1 extends _0x509678['Builder']{[_0x59b71d(0x11a)](_0x3c3519){const _0x25d045=_0x59b71d;let _0xa5c686={};for(const _0x5049ce in _0x3c3519){switch(_0x5049ce){case _0x539c62[_0x25d045(0x18c)]:case _0x539c62[_0x25d045(0x1fe)]:this['chromeOptions_']&&(_0xa5c686=this[_0x25d045(0x163)][_0x25d045(0x17f)](this[_0x25d045(0x163)][_0x25d045(0x109)])||{},this['chromeOptions_'][_0x25d045(0x1cc)](this[_0x25d045(0x163)][_0x25d045(0x109)],helper[_0x25d045(0x1ec)](_0xa5c686,_0x3c3519[_0x5049ce])));break;case _0x539c62['itjbi']:case _0x539c62[_0x25d045(0x207)]:this[_0x25d045(0x186)]&&(_0xa5c686=this[_0x25d045(0x186)][_0x25d045(0x17f)](this[_0x25d045(0x186)][_0x25d045(0x109)])||{},this['edgeOptions_'][_0x25d045(0x1cc)](this[_0x25d045(0x186)][_0x25d045(0x109)],helper[_0x25d045(0x1ec)](_0xa5c686,_0x3c3519[_0x5049ce])));break;case _0x539c62[_0x25d045(0x1dc)]:case _0x539c62[_0x25d045(0x10a)]:this[_0x25d045(0x190)]&&(_0xa5c686=this[_0x25d045(0x190)][_0x25d045(0x17f)](this[_0x25d045(0x190)][_0x25d045(0x109)])||{},this[_0x25d045(0x190)][_0x25d045(0x1cc)](this['firefoxOptions_'][_0x25d045(0x109)],helper[_0x25d045(0x1ec)](_0xa5c686,_0x3c3519[_0x5049ce])));break;case _0x539c62[_0x25d045(0x1b3)]:this['safariOptions_']&&(_0xa5c686=this['safariOptions_'][_0x25d045(0x17f)](this[_0x25d045(0xfd)][_0x25d045(0x109)])||{},this[_0x25d045(0xfd)][_0x25d045(0x1cc)](this[_0x25d045(0xfd)]['CAPABILITY_KEY'],helper[_0x25d045(0x1ec)](_0xa5c686,_0x3c3519[_0x5049ce])));break;case _0x539c62['luGyD']:case _0x539c62[_0x25d045(0x208)]:this[_0x25d045(0x1e8)]&&(_0xa5c686=this[_0x25d045(0x1e8)]['get'](this[_0x25d045(0x1e8)][_0x25d045(0x109)])||{},this['ieOptions_'][_0x25d045(0x1cc)](this[_0x25d045(0x1e8)][_0x25d045(0x109)],helper['mergeDeep'](_0xa5c686,_0x3c3519[_0x5049ce])));break;}}}[_0x59b71d(0xe3)](){const _0x3d1fa7=_0x59b71d;return this[_0x3d1fa7(0xe2)]=helper[_0x3d1fa7(0x153)](_0x155c69),logger[_0x3d1fa7(0x14c)]('Hub\x20url\x20set\x20to\x20'+this[_0x3d1fa7(0xe2)]),this;}[_0x59b71d(0x116)](){const _0x3f626c=_0x59b71d;return logger[_0x3f626c(0x14c)](_0x539c62[_0x3f626c(0x166)]),this[_0x3f626c(0x11a)](_0x155c69[_0x3f626c(0x135)]),Object['keys'](_0x155c69[_0x3f626c(0x135)])['forEach'](_0x5060ac=>{const _0x62bd47=_0x3f626c,_0x30f941=this[_0x62bd47(0x14d)][_0x62bd47(0x17f)](_0x5060ac);_0x539c62[_0x62bd47(0x10f)](typeof _0x30f941,_0x539c62[_0x62bd47(0xd6)])?this[_0x62bd47(0x14d)][_0x62bd47(0x1cc)](_0x5060ac,helper[_0x62bd47(0x1ec)](_0x30f941,_0x155c69[_0x62bd47(0x135)][_0x5060ac])):this[_0x62bd47(0x14d)][_0x62bd47(0x1cc)](_0x5060ac,_0x155c69[_0x62bd47(0x135)][_0x5060ac]);}),this;}[_0x59b71d(0x1e0)](){const _0x19327a=_0x59b71d,_0x1e5777={'mVMmK':function(_0x4bc823){const _0x262a11=a158_0x5589;return _0x539c62[_0x262a11(0xd9)](_0x4bc823);},'Dyfmd':function(_0x4a9819,_0x18e5d4){const _0x460749=a158_0x5589;return _0x539c62[_0x460749(0x20f)](_0x4a9819,_0x18e5d4);},'QWQQy':function(_0x100a0e){const _0xa5908=a158_0x5589;return _0x539c62[_0xa5908(0x108)](_0x100a0e);},'zRFBy':_0x539c62[_0x19327a(0x1a6)],'wvPTz':_0x539c62[_0x19327a(0x16d)],'xjuaE':_0x539c62[_0x19327a(0x165)],'UJZrV':_0x539c62[_0x19327a(0x148)],'BhbJj':_0x539c62[_0x19327a(0xf0)],'GsyVO':function(_0xc6bc76,_0x583e04){return _0x539c62['vCMce'](_0xc6bc76,_0x583e04);},'YUbFZ':_0x539c62[_0x19327a(0x1b2)],'wiokf':_0x539c62[_0x19327a(0xce)],'EEvAO':_0x539c62[_0x19327a(0x100)],'IcaIh':_0x539c62[_0x19327a(0x132)],'TLLRJ':_0x539c62[_0x19327a(0x14b)],'OZztG':function(_0x585cc5,_0x2e963b,_0x177752){const _0x56cc8e=_0x19327a;return _0x539c62[_0x56cc8e(0xd2)](_0x585cc5,_0x2e963b,_0x177752);},'yMAHw':_0x539c62[_0x19327a(0x104)],'DAvKh':_0x539c62['ZQTRi'],'Hdpjs':_0x539c62[_0x19327a(0x15b)],'KQJHI':_0x539c62[_0x19327a(0x18d)],'wkDxk':_0x539c62[_0x19327a(0xc2)],'pyjIo':function(_0x296173,_0xc76b30,_0x55dcc5){const _0x101f42=_0x19327a;return _0x539c62[_0x101f42(0xd2)](_0x296173,_0xc76b30,_0x55dcc5);},'LpaJE':function(_0x323fdc,_0x14597b,_0x557380,_0x56968c,_0x3a47c9){return _0x539c62['TiqgO'](_0x323fdc,_0x14597b,_0x557380,_0x56968c,_0x3a47c9);},'ftYhv':function(_0x57b390,_0x2aa4a6){return _0x539c62['nFHeM'](_0x57b390,_0x2aa4a6);},'qtDiR':_0x539c62[_0x19327a(0x196)],'tfybe':_0x539c62[_0x19327a(0x151)],'ttmjA':function(_0x102603,_0x392cf3,_0x2c217c){const _0x2a65dc=_0x19327a;return _0x539c62[_0x2a65dc(0xd2)](_0x102603,_0x392cf3,_0x2c217c);}};PerformanceTester[_0x19327a(0xbb)](PerformanceEvents[_0x19327a(0x1b1)],()=>{const _0x2dcad7=_0x19327a;_0x1e5777[_0x2dcad7(0xd8)](isAccessibilityAutomationSession)&&_0x1e5777[_0x2dcad7(0x1ee)](setAccessibilityCapabilities,_0x155c69);this[_0x2dcad7(0xe3)](),this[_0x2dcad7(0x116)]();if(helper['isPacProxy'](_0x155c69[_0x2dcad7(0x218)][_0x2dcad7(0x1ff)]))this[_0x2dcad7(0xbe)]=helper[_0x2dcad7(0x199)](_0x155c69[_0x2dcad7(0x218)][_0x2dcad7(0x1ff)]);else _0x155c69[_0x2dcad7(0x218)]['proxyUrl']&&(this[_0x2dcad7(0xf8)]=_0x155c69[_0x2dcad7(0x218)]['proxyUrl'],logger['debug'](_0x2dcad7(0x115)+this['proxy_']));if(_0x1e5777[_0x2dcad7(0x1a3)](isAccessibilityAutomationSession)){const _0x3a8f77=this[_0x2dcad7(0x14d)]['get'](_0x1e5777[_0x2dcad7(0xd4)])||{},_0x16930a=_0x3a8f77[_0x2dcad7(0x105)]||this['capabilities_'][_0x2dcad7(0x17f)](_0x1e5777['wvPTz'])||this[_0x2dcad7(0x14d)][_0x2dcad7(0x17f)](_0x1e5777['xjuaE']);if(_0x16930a){const _0x1b186b=(_0x3a8f77[_0x2dcad7(0x1bc)]||this['capabilities_'][_0x2dcad7(0x17f)](_0x1e5777['UJZrV'])||'')['toLowerCase'](),_0x108c1e=(_0x3a8f77['browserName']||this['capabilities_']['get'](_0x1e5777['BhbJj'])||'')[_0x2dcad7(0xbd)]();_0x1e5777[_0x2dcad7(0x213)](_0x1b186b,_0x1e5777[_0x2dcad7(0x164)])&&_0x108c1e[_0x2dcad7(0x159)](_0x1e5777['wiokf'])&&(_0x1e5777[_0x2dcad7(0x1a3)](isMobileScanningEnabledForGroup)&&(logger[_0x2dcad7(0x14c)](_0x1e5777[_0x2dcad7(0x1b8)]),globals[_0x2dcad7(0x150)](_0x1e5777[_0x2dcad7(0x1c8)],!![])));}}if(globals[_0x2dcad7(0x1eb)](_0x1e5777[_0x2dcad7(0x10e)])){if(!_0x1e5777[_0x2dcad7(0x12d)](setExtension,this,_0x155c69)){globals[_0x2dcad7(0x150)](_0x1e5777[_0x2dcad7(0x10e)],![]);const _0x3262ea=this[_0x2dcad7(0x14d)][_0x2dcad7(0x17f)](_0x1e5777['zRFBy']);_0x3262ea&&(_0x3262ea[_0x2dcad7(0x1b4)]=![],delete _0x3262ea['accessibilityOptions'],this[_0x2dcad7(0x14d)][_0x2dcad7(0x1cc)](_0x1e5777[_0x2dcad7(0xd4)],_0x3262ea)),this[_0x2dcad7(0x14d)][_0x2dcad7(0x17f)](_0x1e5777[_0x2dcad7(0x1f1)])&&(this[_0x2dcad7(0x14d)][_0x2dcad7(0x1cc)](_0x1e5777[_0x2dcad7(0x1f1)],![]),this[_0x2dcad7(0x14d)][_0x2dcad7(0xc4)](_0x1e5777['DAvKh']));}}(!helper['isBrowserstackInfra']()||helper['isTurboScaleSession'](_0x155c69))&&helper[_0x2dcad7(0x1ac)](null,null,_0x155c69[_0x2dcad7(0xd0)],null,this,null),helper['setAdditionalCapabilities'](_0x155c69['capability']),logger[_0x2dcad7(0x14c)](_0x1e5777[_0x2dcad7(0x1d0)]);})();const _0x2fb013=super['build']();return PerformanceTester[_0x19327a(0xbb)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x1d7c70=_0x19327a,_0x29b761={'cxRKR':function(_0x4a4bb2,_0x3c8f19,_0x52774c){const _0x293b83=a158_0x5589;return _0x1e5777[_0x293b83(0x131)](_0x4a4bb2,_0x3c8f19,_0x52774c);},'tiEZk':function(_0x5117a4,_0x1762ed,_0x497230){return _0x1e5777['OZztG'](_0x5117a4,_0x1762ed,_0x497230);},'ebavZ':function(_0x34033b,_0x3a4e80,_0x400be4,_0x16603e,_0x259700){const _0x2c093c=a158_0x5589;return _0x1e5777[_0x2c093c(0x1d1)](_0x34033b,_0x3a4e80,_0x400be4,_0x16603e,_0x259700);},'VrUfb':function(_0x486991,_0x324378){const _0x616177=a158_0x5589;return _0x1e5777[_0x616177(0x16c)](_0x486991,_0x324378);},'aPmFa':_0x1e5777[_0x1d7c70(0x1b6)],'crlgb':_0x1e5777['tfybe'],'QKIOT':function(_0x5434da,_0x150b1d){const _0x442dfd=_0x1d7c70;return _0x1e5777[_0x442dfd(0x16c)](_0x5434da,_0x150b1d);},'hQiAl':function(_0x212803,_0x1a94f8,_0x1c75ce){return _0x1e5777['pyjIo'](_0x212803,_0x1a94f8,_0x1c75ce);},'FanNa':function(_0x34f5e3,_0x575566,_0x484f22){const _0x54ecc8=_0x1d7c70;return _0x1e5777[_0x54ecc8(0x12d)](_0x34f5e3,_0x575566,_0x484f22);}};_0x2fb013['session_']['then'](_0x2314f5=>{const _0x444bc9=_0x1d7c70;try{const _0x1154f7=_0x2314f5[_0x444bc9(0x1a9)][_0x444bc9(0x17f)](_0x1e5777[_0x444bc9(0x1db)]);_0x1154f7?(logger[_0x444bc9(0x14c)](_0x444bc9(0x15c)+_0x1154f7),hubAllocator[_0x444bc9(0x113)](_0x1154f7),helper[_0x444bc9(0x201)](_0x1154f7)):logger[_0x444bc9(0x14c)](_0x1e5777[_0x444bc9(0xfb)]);}catch(_0x5186b9){logger[_0x444bc9(0x14c)](_0x444bc9(0x16a)+_0x5186b9);}}),_0x2fb013[_0x1d7c70(0xe6)]&&_0x2fb013[_0x1d7c70(0xe6)](_0x209bf2=>{const _0x4c1bbf=_0x1d7c70,_0x16e4d9={};_0x16e4d9['XpWXm']=_0x29b761['aPmFa'],_0x16e4d9[_0x4c1bbf(0xdd)]=_0x29b761[_0x4c1bbf(0x111)];const _0x47eb25=_0x16e4d9;helper[_0x4c1bbf(0x18a)](_0x209bf2,_0x155c69),_0x29b761[_0x4c1bbf(0x112)](overrideExecute,_0x209bf2,_0x155c69),_0x209bf2[_0x4c1bbf(0x1f8)]=async()=>{const _0x10c0ec=_0x4c1bbf;return await _0x29b761[_0x10c0ec(0x101)](getAccessibilityResultsSummary,_0x209bf2,global);},_0x209bf2['getAccessibilityResults']=async()=>{const _0x20fca9=_0x4c1bbf;return await _0x29b761[_0x20fca9(0x103)](getAccessibilityResults,_0x209bf2,global);},_0x209bf2[_0x4c1bbf(0xed)]=async _0x36e361=>{const _0x6c6ae6=_0x4c1bbf;return await _0x29b761['ebavZ'](performScan,_0x209bf2,null,!![],_0x29b761[_0x6c6ae6(0x1d2)](_0x36e361,null));},_0x209bf2[_0x4c1bbf(0x1e4)]=async _0x343b32=>{const _0x25aa3b=_0x4c1bbf;globals[_0x25aa3b(0x150)](_0x29b761[_0x25aa3b(0x1cb)],!![]),globals[_0x25aa3b(0x150)](_0x29b761[_0x25aa3b(0x111)],_0x29b761[_0x25aa3b(0x137)](_0x343b32,null));},_0x209bf2[_0x4c1bbf(0x19f)]=async()=>{const _0x4377c6=_0x4c1bbf;globals[_0x4377c6(0x150)](_0x47eb25[_0x4377c6(0xb7)],![]),globals[_0x4377c6(0x150)](_0x47eb25['QZFZo'],null);};}),_0x2fb013[_0x1d7c70(0x1f8)]=async()=>{const _0x5f4d4d=_0x1d7c70;return await _0x1e5777[_0x5f4d4d(0x131)](getAccessibilityResultsSummary,_0x2fb013,global);},_0x2fb013['getAccessibilityResults']=async()=>{const _0x46b716=_0x1d7c70;return await _0x29b761[_0x46b716(0x19d)](getAccessibilityResults,_0x2fb013,global);},_0x2fb013[_0x1d7c70(0xed)]=async _0x1e4747=>{const _0x4e07ec=_0x1d7c70;return await _0x1e5777[_0x4e07ec(0x1d1)](performScan,_0x2fb013,null,!![],_0x1e5777[_0x4e07ec(0x16c)](_0x1e4747,null));},_0x2fb013[_0x1d7c70(0x1e4)]=async _0x37ef70=>{const _0x3992bc=_0x1d7c70;globals['setGlobal'](_0x29b761[_0x3992bc(0x1cb)],!![]),globals[_0x3992bc(0x150)](_0x29b761[_0x3992bc(0x111)],_0x29b761[_0x3992bc(0x1d2)](_0x37ef70,null));},_0x2fb013[_0x1d7c70(0x19f)]=async()=>{const _0x229f61=_0x1d7c70;globals[_0x229f61(0x150)](_0x1e5777['qtDiR'],![]),globals[_0x229f61(0x150)](_0x1e5777[_0x229f61(0x17e)],null);},helper[_0x1d7c70(0x18a)](_0x2fb013,_0x155c69),_0x1e5777[_0x1d7c70(0x143)](overrideExecute,_0x2fb013,_0x155c69),helper['isUndefined'](global[_0x1d7c70(0xda)])&&(global[_0x1d7c70(0xda)]=[]),global['__driversArray'][_0x1d7c70(0x1c3)](_0x2fb013);})(),_0x2fb013;}}_0x509678[_0x59b71d(0x1bf)]=_0x509678[_0x59b71d(0x147)],_0x509678[_0x59b71d(0x147)]=_0x3dd6a1,_0x3cccac[_0x59b71d(0x1b5)]=_0x3e84e7;},propagateJestSessionName=(_0xcc0d14,_0x4ff181,_0x2b26f4='')=>{const _0x37ac4a=a158_0x4177b7,_0x3d04f0={};_0x3d04f0[_0x37ac4a(0x169)]=_0x37ac4a(0xf4);const _0x4ceec7=_0x3d04f0;_0x4ff181&&_0x4ff181['global']&&_0x4ff181['global']['browserstackSessionName']&&helper['isUndefined'](_0xcc0d14[_0x37ac4a(0xdf)])&&(_0xcc0d14['browserstackSessionName']=_0x4ff181[_0x37ac4a(0x1c5)][_0x37ac4a(0xdf)],logger['debug'](util['format'](_0x4ceec7['LXPQm'],_0x2b26f4?'\x20'+_0x2b26f4:'',_0xcc0d14['browserstackSessionName'])));},modifyV2=(_0x4adb9c,_0x41ca7e=null,_0x1f0ecc=![])=>{const _0x344d3d=a158_0x4177b7,_0x9e5600={'hOrfT':function(_0x466234,_0x480f5b){return _0x466234!==_0x480f5b;},'ejzqu':_0x344d3d(0xd5),'RDtPC':function(_0x17d54e,_0xe4828a){return _0x17d54e+_0xe4828a;},'SKbDy':_0x344d3d(0x1c1),'TTMTO':_0x344d3d(0x138),'FvWOq':_0x344d3d(0x1df),'pxcey':_0x344d3d(0x187),'bKFEY':_0x344d3d(0x214),'uaxwV':_0x344d3d(0x10c),'cDIpF':_0x344d3d(0x195),'YwcqS':'edgeOptions','VzwSR':_0x344d3d(0x1ca),'IrhIS':_0x344d3d(0x1e1),'CdACp':_0x344d3d(0x18e),'bnUGD':_0x344d3d(0xc0),'XnaIV':_0x344d3d(0xf9),'SkpGl':function(_0x4939f0,_0x3284c5){return _0x4939f0===_0x3284c5;},'OPYeD':'object','xOnMd':_0x344d3d(0xe1),'VQRlT':function(_0x7dcd3c,_0x865cce){return _0x7dcd3c>_0x865cce;},'pFCqe':function(_0x346112,_0x3668b7){return _0x346112>_0x3668b7;},'gaIUl':function(_0x549b08){return _0x549b08();},'IzRGF':function(_0x672574,_0x459d67,_0x43e370){return _0x672574(_0x459d67,_0x43e370);},'wWHRU':_0x344d3d(0x12c),'ckFtW':_0x344d3d(0x1ab),'LnjRL':_0x344d3d(0x125),'MwaPz':_0x344d3d(0x179),'EZtnH':'optimalHubUrl','WHPpr':_0x344d3d(0x175),'VjnYk':'bstackA11yShouldScan','pxppn':'bstackA11yScanOptions','MLNuK':function(_0x4b2e5a,_0x3541cb){return _0x4b2e5a||_0x3541cb;},'SVFwY':function(_0x18e083,_0x39cf6d,_0x121138,_0x1a4306,_0x3c1fbc){return _0x18e083(_0x39cf6d,_0x121138,_0x1a4306,_0x3c1fbc);},'psJvj':function(_0x37915e,_0x5e8a4e){return _0x37915e||_0x5e8a4e;},'FXtiM':function(_0x5686a6,_0x2fdfff){return _0x5686a6(_0x2fdfff);},'EUvEA':function(_0xcc1561,_0x101fb5){return _0xcc1561(_0x101fb5);},'CTxci':function(_0x1b4949,_0x5e3451,_0x42f856){return _0x1b4949(_0x5e3451,_0x42f856);},'iWMzj':function(_0x238d22,_0x5437fa,_0x3ef23c,_0x865689){return _0x238d22(_0x5437fa,_0x3ef23c,_0x865689);},'fslYw':_0x344d3d(0x1f7),'VsnZI':function(_0x100f55,_0x5d269d){return _0x100f55!==_0x5d269d;},'xTBqx':function(_0x47bf7c){return _0x47bf7c();},'VtHVT':_0x344d3d(0xba),'dqtMr':_0x344d3d(0x105),'nPntm':_0x344d3d(0x1bc),'FDGIv':_0x344d3d(0xd1),'UOvIo':_0x344d3d(0x1a4),'mbrMi':_0x344d3d(0x203),'XGOox':_0x344d3d(0x1c9),'SxKse':_0x344d3d(0xfe),'hlPtT':_0x344d3d(0x17a),'FkVGt':_0x344d3d(0x20b),'yTurd':_0x344d3d(0x219),'yyUUP':function(_0x2fe0be,_0x1da39a){return _0x2fe0be(_0x1da39a);},'PdfUD':'browserVersion','VNqET':function(_0x1b175f,_0x1285a5){return _0x1b175f(_0x1285a5);},'TvwTt':_0x344d3d(0x1a2),'rAShP':function(_0xe2dac7,_0x7c62a9){return _0xe2dac7<_0x7c62a9;},'hdiNI':_0x344d3d(0x1f4),'NLWil':_0x344d3d(0x127),'cLHgB':_0x344d3d(0x10b),'oALCb':_0x344d3d(0x18f),'whbgC':_0x344d3d(0x1f6),'PxZAw':_0x344d3d(0xcb),'auzTO':function(_0x4ed899,_0x14be2c,_0x1b6055){return _0x4ed899(_0x14be2c,_0x1b6055);},'hGsip':_0x344d3d(0x197),'OYcuM':'Modifying\x20webdriver\x20builder','okgIA':_0x344d3d(0x17d),'ZoPvc':'selenium-webdriver','aSZdb':_0x344d3d(0xe5),'QVdLH':_0x344d3d(0x134),'aDzOZ':function(_0x379c8d,_0x919a6){return _0x379c8d+_0x919a6;},'RmuKf':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x3cc6da=helper[_0x344d3d(0x12f)]();let _0x393422;try{_0x393422=helper[_0x344d3d(0x13e)](),_0x393422['originalBuilder']&&(_0x393422[_0x344d3d(0x147)]=_0x393422[_0x344d3d(0x1bf)]);}catch(_0x2ee7dd){return;}if(helper['isBrowserstackInfra']()){const _0x344a91={};_0x344a91[_0x344d3d(0xb8)]=_0x4adb9c['browserStackLogLevel'],helper[_0x344d3d(0x1de)](_0x344a91,new Map(),new Map()),logger[_0x344d3d(0x14e)](_0x9e5600['hGsip']),logger['debug'](_0x9e5600[_0x344d3d(0x1d4)]);}class _0x1c344a extends _0x3cc6da[_0x344d3d(0x1b5)]{['send'](_0x23367c){const _0x215419=_0x344d3d;if(_0x9e5600[_0x215419(0x20c)](_0x23367c[_0x215419(0x1f5)],_0x9e5600[_0x215419(0x14f)])&&_0x9e5600[_0x215419(0x20c)](global['newHubUrl'],''))try{global[_0x215419(0x15f)]=_0x9e5600['RDtPC'](_0x9e5600[_0x215419(0x145)](_0x9e5600[_0x215419(0xc3)],global[_0x215419(0x15f)]),_0x9e5600[_0x215419(0x20a)]),this[_0x215419(0x12b)]=hubAllocator[_0x215419(0x156)](global[_0x215419(0x15f)]),logger[_0x215419(0x14c)](_0x215419(0xec)+global['newHubUrl']),global[_0x215419(0x15f)]='';}catch(_0x450c57){logger[_0x215419(0x162)](_0x450c57);}if(globals[_0x215419(0x1eb)](_0x9e5600[_0x215419(0x1af)])&&globals[_0x215419(0x1eb)](_0x9e5600[_0x215419(0x11e)])){const _0x4070b2=_0x23367c[_0x215419(0x1f5)]['split']('/')[0x2];_0x4070b2&&commandRepository['pushCommand'](_0x4070b2,_0x23367c);}return super['send'](_0x23367c);}}class _0xd8f197 extends _0x393422[_0x344d3d(0x147)]{['setServer'](){return helper['isBrowserstackInfra']()&&(this['url_']=helper['getHubUrl'](_0x4adb9c)),this;}['__setBrowserOptions'](_0x5c8957){const _0x4a202f=_0x344d3d;let _0x9e3cb8={};for(const _0x355794 in _0x5c8957){switch(_0x355794){case _0x9e5600[_0x4a202f(0x1f2)]:case _0x9e5600[_0x4a202f(0xcd)]:this[_0x4a202f(0x163)]&&(_0x9e3cb8=this[_0x4a202f(0x163)][_0x4a202f(0x17f)](this[_0x4a202f(0x163)]['CAPABILITY_KEY'])||{},this[_0x4a202f(0x163)]['set'](this[_0x4a202f(0x163)][_0x4a202f(0x109)],helper['mergeDeep'](_0x9e3cb8,_0x5c8957[_0x355794])));break;case _0x9e5600[_0x4a202f(0x10d)]:case _0x9e5600[_0x4a202f(0x194)]:this[_0x4a202f(0x186)]&&(_0x9e3cb8=this[_0x4a202f(0x186)][_0x4a202f(0x17f)](this[_0x4a202f(0x186)][_0x4a202f(0x109)])||{},this[_0x4a202f(0x186)][_0x4a202f(0x1cc)](this[_0x4a202f(0x186)][_0x4a202f(0x109)],helper[_0x4a202f(0x1ec)](_0x9e3cb8,_0x5c8957[_0x355794])));break;case _0x9e5600[_0x4a202f(0x192)]:case _0x9e5600[_0x4a202f(0xcf)]:this[_0x4a202f(0x190)]&&(_0x9e3cb8=this[_0x4a202f(0x190)][_0x4a202f(0x17f)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x4a202f(0x1cc)](this[_0x4a202f(0x190)]['CAPABILITY_KEY'],helper[_0x4a202f(0x1ec)](_0x9e3cb8,_0x5c8957[_0x355794])));break;case _0x9e5600[_0x4a202f(0x15a)]:this[_0x4a202f(0xfd)]&&(_0x9e3cb8=this[_0x4a202f(0xfd)][_0x4a202f(0x17f)](this[_0x4a202f(0xfd)][_0x4a202f(0x109)])||{},this[_0x4a202f(0xfd)]['set'](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x4a202f(0x1ec)](_0x9e3cb8,_0x5c8957[_0x355794])));break;case _0x9e5600['bnUGD']:case _0x9e5600[_0x4a202f(0x20e)]:this[_0x4a202f(0x1e8)]&&(_0x9e3cb8=this['ieOptions_'][_0x4a202f(0x17f)](this[_0x4a202f(0x1e8)][_0x4a202f(0x109)])||{},this[_0x4a202f(0x1e8)][_0x4a202f(0x1cc)](this[_0x4a202f(0x1e8)][_0x4a202f(0x109)],helper[_0x4a202f(0x1ec)](_0x9e3cb8,_0x5c8957[_0x355794])));break;}}}[_0x344d3d(0x116)](){const _0x393c41=_0x344d3d;logger[_0x393c41(0x14c)](_0x9e5600['xOnMd']);const _0x5aac21=_0x4adb9c['capability']&&_0x9e5600[_0x393c41(0x1bb)](Object[_0x393c41(0x184)](_0x4adb9c[_0x393c41(0x135)])[_0x393c41(0x1b7)],0x0)?_0x4adb9c[_0x393c41(0x135)]:_0x4adb9c['capabilities']&&Array[_0x393c41(0xf2)](_0x4adb9c[_0x393c41(0xef)])&&_0x9e5600[_0x393c41(0x1d9)](_0x4adb9c[_0x393c41(0xef)][_0x393c41(0x1b7)],0x0)?_0x4adb9c['capabilities'][0x0]:{};return this[_0x393c41(0x11a)](_0x5aac21),Object[_0x393c41(0x184)](_0x5aac21)['forEach'](_0x3f1c18=>{const _0x13975e=_0x393c41,_0x5f3a35=this['capabilities_'][_0x13975e(0x17f)](_0x3f1c18);_0x9e5600[_0x13975e(0x152)](typeof _0x5f3a35,_0x9e5600[_0x13975e(0x1a0)])?this['capabilities_']['set'](_0x3f1c18,helper[_0x13975e(0x1ec)](_0x5f3a35,_0x5aac21[_0x3f1c18])):this[_0x13975e(0x14d)]['set'](_0x3f1c18,_0x5aac21[_0x3f1c18]);}),this;}[_0x344d3d(0x1e0)](){const _0x45aaf6=_0x344d3d,_0x80dcc4={'CFADp':function(_0xd2f4de){return _0x9e5600['gaIUl'](_0xd2f4de);},'LNnnL':function(_0x3c22c6,_0x4edbc0){return _0x9e5600['EUvEA'](_0x3c22c6,_0x4edbc0);},'xQPoC':function(_0x2935d8){const _0x1a398b=a158_0x5589;return _0x9e5600[_0x1a398b(0xe4)](_0x2935d8);},'cEWaF':_0x9e5600[_0x45aaf6(0xdb)],'NKXfm':_0x9e5600[_0x45aaf6(0xf5)],'DztKL':_0x9e5600[_0x45aaf6(0xc6)],'bLpCK':_0x9e5600[_0x45aaf6(0x1fa)],'JnRzi':_0x9e5600[_0x45aaf6(0x11f)],'HzEmG':function(_0x133c03,_0x58e05a){return _0x9e5600['SkpGl'](_0x133c03,_0x58e05a);},'fpRmC':_0x9e5600[_0x45aaf6(0x1d5)],'dhYSS':_0x9e5600[_0x45aaf6(0x110)],'SdGXQ':_0x9e5600['XGOox'],'GCTya':_0x9e5600[_0x45aaf6(0x16b)],'PigCu':_0x9e5600['wWHRU'],'zzdli':function(_0x123c85,_0x20469c,_0x5c2511){return _0x9e5600['IzRGF'](_0x123c85,_0x20469c,_0x5c2511);},'CjXdY':_0x9e5600[_0x45aaf6(0x15e)],'ahwzB':_0x9e5600[_0x45aaf6(0x181)],'NWPDF':_0x9e5600['hlPtT'],'fnhvQ':_0x9e5600['bKFEY'],'AxMqO':_0x9e5600['FkVGt'],'HxuIn':function(_0x2a08e5,_0x32145e){const _0x298b09=_0x45aaf6;return _0x9e5600[_0x298b09(0x152)](_0x2a08e5,_0x32145e);},'nvArV':_0x9e5600[_0x45aaf6(0x209)],'PiqFN':function(_0xf6afc0,_0x52c66e){return _0x9e5600['yyUUP'](_0xf6afc0,_0x52c66e);},'fwcQf':_0x9e5600[_0x45aaf6(0x215)],'ZtouN':function(_0xc5b7c7,_0x39dd0c){const _0x4ef001=_0x45aaf6;return _0x9e5600[_0x4ef001(0x1c2)](_0xc5b7c7,_0x39dd0c);},'eAgVe':_0x9e5600[_0x45aaf6(0x149)],'XyxAW':function(_0x43e329,_0x112c06){const _0x16e02e=_0x45aaf6;return _0x9e5600[_0x16e02e(0x206)](_0x43e329,_0x112c06);},'gEVCs':function(_0x2e6c66,_0x11a96d){return _0x9e5600['SkpGl'](_0x2e6c66,_0x11a96d);},'McCCE':_0x9e5600[_0x45aaf6(0xe7)],'PhBYA':_0x9e5600[_0x45aaf6(0x193)],'VFpLn':_0x9e5600[_0x45aaf6(0xee)],'ofMjQ':_0x9e5600[_0x45aaf6(0x106)],'uPGJj':_0x9e5600[_0x45aaf6(0x178)],'dKJeJ':_0x9e5600[_0x45aaf6(0x1af)],'xBqLb':_0x9e5600['pxcey'],'wYCoN':function(_0x235bd2,_0x975415,_0x355085){const _0x453bd1=_0x45aaf6;return _0x9e5600[_0x453bd1(0x1ba)](_0x235bd2,_0x975415,_0x355085);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x1a22e5=_0x45aaf6;if(helper[_0x1a22e5(0xbc)]()){helper['setAdditionalCapabilities'](_0x4adb9c[_0x1a22e5(0x135)]);_0x80dcc4['CFADp'](isAccessibilityAutomationSession)&&_0x80dcc4[_0x1a22e5(0x182)](setAccessibilityCapabilities,_0x4adb9c);this['setServer'](),this['setCapabilities']();if(helper['isPacProxy'](_0x4adb9c[_0x1a22e5(0x218)][_0x1a22e5(0x1ff)]))this[_0x1a22e5(0xbe)]=helper[_0x1a22e5(0x199)](_0x4adb9c['proxySettings'][_0x1a22e5(0x1ff)]);else _0x4adb9c['proxySettings'][_0x1a22e5(0x1ff)]&&(this['proxy_']=_0x4adb9c[_0x1a22e5(0x218)][_0x1a22e5(0x1ff)],logger[_0x1a22e5(0x14c)](_0x1a22e5(0x115)+this[_0x1a22e5(0xf8)]));if(_0x80dcc4[_0x1a22e5(0x122)](isAccessibilityAutomationSession)){const _0x49d4c3=this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4['cEWaF'])||{},_0x2e04f4=_0x49d4c3[_0x1a22e5(0x105)]||this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4[_0x1a22e5(0x1ce)])||this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4['DztKL']);if(_0x2e04f4){const _0x25dc51=(_0x49d4c3[_0x1a22e5(0x1bc)]||this['capabilities_']['get'](_0x80dcc4[_0x1a22e5(0xf3)])||'')[_0x1a22e5(0xbd)](),_0x2b858c=(_0x49d4c3[_0x1a22e5(0xd1)]||this['capabilities_'][_0x1a22e5(0x17f)](_0x80dcc4[_0x1a22e5(0xde)])||'')[_0x1a22e5(0xbd)]();_0x80dcc4[_0x1a22e5(0x11b)](_0x25dc51,_0x80dcc4['fpRmC'])&&_0x2b858c[_0x1a22e5(0x159)](_0x80dcc4[_0x1a22e5(0x1ea)])&&(_0x80dcc4[_0x1a22e5(0x211)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x80dcc4[_0x1a22e5(0x140)]),globals['setGlobal'](_0x80dcc4[_0x1a22e5(0x139)],!![])));}}if(globals[_0x1a22e5(0x1eb)](_0x80dcc4[_0x1a22e5(0x19a)])){if(!_0x80dcc4[_0x1a22e5(0x183)](setExtension,this,_0x4adb9c)){globals['setGlobal'](_0x80dcc4[_0x1a22e5(0x19a)],![]);const _0x3249b8=this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4[_0x1a22e5(0x1e7)]);_0x3249b8&&(_0x3249b8[_0x1a22e5(0x1b4)]=![],delete _0x3249b8[_0x1a22e5(0xca)],this[_0x1a22e5(0x14d)]['set'](_0x80dcc4[_0x1a22e5(0x1e7)],_0x3249b8)),this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4['CjXdY'])&&(this[_0x1a22e5(0x14d)][_0x1a22e5(0x1cc)](_0x80dcc4[_0x1a22e5(0x141)],![]),this[_0x1a22e5(0x14d)][_0x1a22e5(0xc4)](_0x80dcc4[_0x1a22e5(0x1da)]));}}process[_0x1a22e5(0xc9)]['BROWSERSTACK_TURBOSCALE']&&(helper[_0x1a22e5(0x1ac)](null,null,_0x4adb9c[_0x1a22e5(0xd0)],null,this,null),helper[_0x1a22e5(0xeb)](_0x4adb9c[_0x1a22e5(0x135)]),helper['readTcgAuthConfigToGlobal']()),logger['debug'](_0x80dcc4[_0x1a22e5(0x20d)]);}else{if(this[_0x1a22e5(0x163)]){const _0x2d5ab8=this[_0x1a22e5(0x163)][_0x1a22e5(0x17f)](this[_0x1a22e5(0x163)][_0x1a22e5(0x109)]||_0x80dcc4[_0x1a22e5(0xcc)]);if(_0x2d5ab8&&_0x2d5ab8[_0x1a22e5(0x19b)]){const _0x213c8a=this[_0x1a22e5(0x14d)]['get'](_0x80dcc4[_0x1a22e5(0xcc)])||{},_0xd68281=(_0x213c8a[_0x1a22e5(0x19b)]||[])[_0x1a22e5(0x1ae)](_0x2d5ab8[_0x1a22e5(0x19b)]||[]),_0x1d4c59=Array[_0x1a22e5(0x114)](new Set(_0xd68281)),_0x5df9b8={};_0x5df9b8['args']=_0x1d4c59,this[_0x1a22e5(0x14d)][_0x1a22e5(0x1cc)](_0x80dcc4[_0x1a22e5(0xcc)],Object[_0x1a22e5(0xb9)]({},_0x213c8a,_0x2d5ab8,_0x5df9b8));}}helper['readTcgAuthConfigToGlobal']();if(_0x80dcc4[_0x1a22e5(0x211)](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x1a22e5(0x159)](_0x80dcc4[_0x1a22e5(0x1cf)])){let _0x4aaf46=!![];const _0x39712d=this[_0x1a22e5(0x14d)]['get'](_0x80dcc4['cEWaF'])||{},_0x58da16=_0x39712d['deviceName']||this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4[_0x1a22e5(0x1ce)])||this[_0x1a22e5(0x14d)]['get'](_0x80dcc4[_0x1a22e5(0x1a7)]);if(_0x58da16){const _0x2d138a=(_0x39712d[_0x1a22e5(0x1bc)]||this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4['bLpCK'])||'')[_0x1a22e5(0xbd)](),_0x192436=(_0x39712d[_0x1a22e5(0xd1)]||this['capabilities_']['get'](_0x80dcc4[_0x1a22e5(0xde)])||'')[_0x1a22e5(0xbd)]();_0x80dcc4[_0x1a22e5(0x1a8)](_0x2d138a,_0x80dcc4[_0x1a22e5(0x172)])&&_0x192436['includes'](_0x80dcc4['dhYSS'])?!_0x80dcc4[_0x1a22e5(0x122)](isMobileScanningEnabledForGroup)?(logger[_0x1a22e5(0x210)](MOBILE_SCANNING_DISABLED_WARNING),_0x4aaf46=![]):(logger[_0x1a22e5(0x14c)](_0x80dcc4[_0x1a22e5(0x140)]),globals[_0x1a22e5(0x150)](_0x80dcc4[_0x1a22e5(0x139)],!![])):(logger['warn'](_0x80dcc4['nvArV']),_0x4aaf46=![]);}if(_0x4aaf46){const _0x568aeb=_0x80dcc4[_0x1a22e5(0x129)](parseFloat,_0x39712d[_0x1a22e5(0x142)]||this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4[_0x1a22e5(0x202)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x2bd640}=_0x80dcc4[_0x1a22e5(0x205)](require,_0x80dcc4[_0x1a22e5(0x212)]),_0x4373a1=_0x80dcc4[_0x1a22e5(0x182)](parseFloat,_0x2bd640);!_0x80dcc4[_0x1a22e5(0x205)](isNaN,_0x568aeb)&&_0x80dcc4[_0x1a22e5(0x1c7)](_0x568aeb,_0x4373a1)&&(logger[_0x1a22e5(0x210)](_0x1a22e5(0x1d7)+_0x2bd640+'.'),_0x4aaf46=![]);}if(_0x4aaf46){_0x80dcc4[_0x1a22e5(0x182)](setAccessibilityCapabilities,_0x4adb9c),this['setCapabilities']();if(!_0x80dcc4[_0x1a22e5(0x183)](setExtension,this,_0x4adb9c)){globals[_0x1a22e5(0x150)](_0x80dcc4[_0x1a22e5(0x19a)],![]);const _0x460620=this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4[_0x1a22e5(0x1e7)]);_0x460620&&(_0x460620[_0x1a22e5(0x1b4)]=![],delete _0x460620[_0x1a22e5(0xca)],this[_0x1a22e5(0x14d)]['set'](_0x80dcc4[_0x1a22e5(0x1e7)],_0x460620)),this[_0x1a22e5(0x14d)][_0x1a22e5(0x17f)](_0x80dcc4['CjXdY'])&&(this['capabilities_'][_0x1a22e5(0x1cc)](_0x80dcc4[_0x1a22e5(0x141)],![]),this[_0x1a22e5(0x14d)][_0x1a22e5(0xc4)](_0x80dcc4['ahwzB']));}}}_0x80dcc4[_0x1a22e5(0x14a)](globals[_0x1a22e5(0x1eb)](_0x80dcc4[_0x1a22e5(0x160)]),_0x80dcc4[_0x1a22e5(0xf7)])&&(commandRepository['setFramework'](_0x80dcc4[_0x1a22e5(0xf7)]),commandRepository['setConfig'](globals[_0x1a22e5(0x1eb)](_0x80dcc4['VFpLn'])));if(this[_0x1a22e5(0xe2)][_0x1a22e5(0x159)](_0x80dcc4[_0x1a22e5(0x17b)]))logger['debug'](_0x80dcc4[_0x1a22e5(0x1a5)]),globals[_0x1a22e5(0x150)](_0x80dcc4[_0x1a22e5(0xc5)],![]),globals[_0x1a22e5(0x150)](_0x80dcc4['xBqLb'],![]);else globals[_0x1a22e5(0x1eb)](_0x80dcc4[_0x1a22e5(0xc5)])&&globals['getGlobal'](_0x80dcc4[_0x1a22e5(0x154)])&&aiSdkWrapper[_0x1a22e5(0x1bd)](this);}})();const _0x3fda76=super[_0x45aaf6(0x1e0)]();return PerformanceTester[_0x45aaf6(0xbb)](PerformanceEvents[_0x45aaf6(0xd7)],()=>{const _0x158022=_0x45aaf6,_0x451c68={'Bmxqr':function(_0x43cc02){const _0x5a8bd6=a158_0x5589;return _0x9e5600[_0x5a8bd6(0x173)](_0x43cc02);},'XiHTd':function(_0x20aeb6,_0xdcfdf7,_0x553539){const _0x5ff10f=a158_0x5589;return _0x9e5600[_0x5ff10f(0x1ba)](_0x20aeb6,_0xdcfdf7,_0x553539);},'OWGEs':_0x9e5600[_0x158022(0x200)],'dvyRZ':_0x9e5600[_0x158022(0xdb)],'VrStZ':_0x9e5600[_0x158022(0x15e)],'YtcTa':_0x9e5600[_0x158022(0x181)],'wCcSj':_0x9e5600['EZtnH'],'WtbEC':_0x9e5600[_0x158022(0x19e)],'BbExf':function(_0x3829ab,_0x2ca2e2,_0x107159){return _0x9e5600['IzRGF'](_0x3829ab,_0x2ca2e2,_0x107159);},'kjNwU':_0x9e5600[_0x158022(0x121)],'KDwjg':_0x9e5600[_0x158022(0xd3)],'aCoAD':function(_0x45fa84,_0x420165){const _0x2bb981=_0x158022;return _0x9e5600[_0x2bb981(0x120)](_0x45fa84,_0x420165);},'gNsCW':function(_0x361561,_0x92979f,_0xd7a9f0,_0x9b0133,_0x22499e){const _0x352ac7=_0x158022;return _0x9e5600[_0x352ac7(0xe0)](_0x361561,_0x92979f,_0xd7a9f0,_0x9b0133,_0x22499e);},'hbTgt':function(_0x746d00,_0x3fc6a3){return _0x9e5600['psJvj'](_0x746d00,_0x3fc6a3);},'DSOCO':function(_0x18adb6,_0x45e85d){const _0x550f53=_0x158022;return _0x9e5600[_0x550f53(0x189)](_0x18adb6,_0x45e85d);},'LtTtN':function(_0x48fe43,_0x549b24,_0xba85e4){const _0x21e0e7=_0x158022;return _0x9e5600[_0x21e0e7(0x1ba)](_0x48fe43,_0x549b24,_0xba85e4);},'bpHSD':function(_0xb6ce62,_0x4796fa,_0x455c13){const _0x32d008=_0x158022;return _0x9e5600[_0x32d008(0x1ba)](_0xb6ce62,_0x4796fa,_0x455c13);}};_0x3fda76[_0x158022(0xbf)][_0x158022(0xe6)](_0x3f7791=>{const _0x2264e3=_0x158022,_0x3f5110=_0x3f7791[_0x2264e3(0x1a9)];if(!helper['isBrowserstackInfra']()&&_0x451c68[_0x2264e3(0xfa)](isAccessibilityAutomationSession)){const _0x1a56a6=_0x451c68[_0x2264e3(0x1aa)](nonBstackPlatformValidation,_0x3f5110,this);globals['setGlobal'](_0x451c68[_0x2264e3(0xc1)],_0x1a56a6);if(!_0x1a56a6){const _0x1e0c34=this['capabilities_'][_0x2264e3(0x17f)](_0x451c68[_0x2264e3(0x1be)]);_0x1e0c34&&(_0x1e0c34[_0x2264e3(0x1b4)]=![],delete _0x1e0c34['accessibilityOptions'],this[_0x2264e3(0x14d)][_0x2264e3(0x1cc)](_0x451c68['dvyRZ'],_0x1e0c34)),this[_0x2264e3(0x14d)]['get'](_0x451c68['VrStZ'])&&(this['capabilities_'][_0x2264e3(0x1cc)](_0x451c68[_0x2264e3(0x158)],![]),this['capabilities_'][_0x2264e3(0xc4)](_0x451c68[_0x2264e3(0x217)]));}}}),_0x3fda76[_0x158022(0xbf)]['then'](_0xcd56a3=>{const _0xa0575b=_0x158022;try{logger[_0xa0575b(0x14c)]('Session\x20ID:\x20'+_0xcd56a3[_0xa0575b(0x185)]());const _0x318d8d=_0xcd56a3['caps_']['get'](_0x451c68[_0xa0575b(0x1c4)]);_0x318d8d?(logger[_0xa0575b(0x14c)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x318d8d),hubAllocator[_0xa0575b(0x113)](_0x318d8d),helper[_0xa0575b(0x201)](_0x318d8d)):logger[_0xa0575b(0x14c)](_0x451c68[_0xa0575b(0x1fd)]);}catch(_0xe9b975){logger['debug'](_0xa0575b(0x16a)+_0xe9b975);}}),_0x3fda76['quitCount_']=0x0,_0x3fda76[_0x158022(0xe6)]&&_0x3fda76[_0x158022(0xe6)](_0x30f6ae=>{const _0x5aeef8=_0x158022,_0x7ab069={'SrPES':function(_0x5bcc7f,_0x310953,_0x9b8f3,_0x1a43a1,_0x417873){const _0x4dc440=a158_0x5589;return _0x451c68[_0x4dc440(0x191)](_0x5bcc7f,_0x310953,_0x9b8f3,_0x1a43a1,_0x417873);},'CNBcO':function(_0x557106,_0x13fed5){return _0x451c68['hbTgt'](_0x557106,_0x13fed5);},'klwVK':_0x451c68[_0x5aeef8(0x13b)],'lfRbF':_0x451c68[_0x5aeef8(0x1fb)]};helper[_0x5aeef8(0x157)](_0x30f6ae,_0x3fda76),_0x1f0ecc&&_0x451c68['DSOCO'](overrideTakeScreenshot,_0x30f6ae),helper[_0x5aeef8(0x18a)](_0x30f6ae,_0x4adb9c),_0x451c68[_0x5aeef8(0xe9)](overrideExecute,_0x30f6ae,_0x4adb9c),_0x451c68['bpHSD'](propagateJestSessionName,_0x30f6ae,_0x41ca7e),_0x4adb9c[_0x5aeef8(0x135)]&&percyHelper[_0x5aeef8(0x13c)](_0x30f6ae,_0x393422['WebElement'],_0x4adb9c),_0x30f6ae[_0x5aeef8(0x1f8)]=async()=>{const _0x4337ca=_0x5aeef8;return await _0x451c68[_0x4337ca(0x1aa)](getAccessibilityResultsSummary,_0x30f6ae,global);},_0x30f6ae[_0x5aeef8(0xfc)]=async()=>{const _0x5c6cf9=_0x5aeef8;return await _0x451c68[_0x5c6cf9(0xdc)](getAccessibilityResults,_0x30f6ae,global);},_0x30f6ae[_0x5aeef8(0xed)]=async _0x5df98e=>{const _0x547b52=_0x5aeef8;return await _0x7ab069['SrPES'](performScan,_0x30f6ae,null,!![],_0x7ab069[_0x547b52(0x1a1)](_0x5df98e,null));},_0x30f6ae['startA11yScanning']=async _0x398823=>{const _0x3c4ef5=_0x5aeef8;globals[_0x3c4ef5(0x150)](_0x451c68[_0x3c4ef5(0x13b)],!![]),globals['setGlobal'](_0x451c68[_0x3c4ef5(0x1fb)],_0x451c68['aCoAD'](_0x398823,null));},_0x30f6ae[_0x5aeef8(0x19f)]=async()=>{const _0x284d93=_0x5aeef8;globals[_0x284d93(0x150)](_0x7ab069[_0x284d93(0xf1)],![]),globals[_0x284d93(0x150)](_0x7ab069[_0x284d93(0x18b)],null);};}),_0x3fda76['getAccessibilityResultsSummary']=async()=>{const _0x2764a5=_0x158022;return await _0x80dcc4[_0x2764a5(0x1dd)](getAccessibilityResultsSummary,_0x3fda76,global);},_0x3fda76[_0x158022(0xfc)]=async()=>{const _0x2bfbf4=_0x158022;return await _0x80dcc4[_0x2bfbf4(0x183)](getAccessibilityResults,_0x3fda76,global);},_0x3fda76['performScan']=async _0x24b7a3=>{const _0x8197c8=_0x158022;return await _0x451c68[_0x8197c8(0x191)](performScan,_0x3fda76,null,!![],_0x451c68[_0x8197c8(0x1e5)](_0x24b7a3,null));},_0x3fda76[_0x158022(0x1e4)]=async _0x32486f=>{const _0x3951fc=_0x158022;globals['setGlobal'](_0x451c68['kjNwU'],!![]),globals[_0x3951fc(0x150)](_0x451c68[_0x3951fc(0x1fb)],_0x451c68[_0x3951fc(0x1e5)](_0x32486f,null));},_0x3fda76['stopA11yScanning']=async()=>{const _0x6ef61e=_0x158022;globals[_0x6ef61e(0x150)](_0x451c68[_0x6ef61e(0x13b)],![]),globals[_0x6ef61e(0x150)](_0x451c68['KDwjg'],null);},_0x1f0ecc&&_0x9e5600[_0x158022(0x12e)](overrideTakeScreenshot,_0x3fda76),helper['overrideQuit'](_0x3fda76),helper['overrideGet'](_0x3fda76,_0x4adb9c),_0x9e5600['CTxci'](overrideExecute,_0x3fda76,_0x4adb9c),_0x9e5600['iWMzj'](propagateJestSessionName,_0x3fda76,_0x41ca7e,_0x9e5600[_0x158022(0x1e3)]),_0x4adb9c[_0x158022(0x135)]&&percyHelper[_0x158022(0x13c)](_0x3fda76,_0x393422[_0x158022(0x1f0)],_0x4adb9c);helper['isUndefined'](global['__driversArray'])&&(global['__driversArray']=[]);helper[_0x158022(0x1b0)](global[_0x158022(0x1ef)])&&(global[_0x158022(0x1ef)]=[]);global[_0x158022(0xda)][_0x158022(0x1c3)](_0x3fda76),global['__driver']=_0x3fda76,_0x41ca7e&&(_0x41ca7e[_0x158022(0x1c5)][_0x158022(0x128)]=_0x3fda76);_0x9e5600[_0x158022(0x20c)](global[_0x158022(0x1ef)],undefined)&&global[_0x158022(0x1ef)][_0x158022(0x1c3)](_0x3fda76);_0x41ca7e&&helper[_0x158022(0x1b0)](_0x41ca7e[_0x158022(0x1c5)][_0x158022(0x1ef)])&&(_0x41ca7e['global'][_0x158022(0x1ef)]=[]);_0x41ca7e&&helper[_0x158022(0x1b0)](_0x41ca7e[_0x158022(0x1c5)]['__driversArray'])&&(_0x41ca7e[_0x158022(0x1c5)][_0x158022(0xda)]=[]);_0x41ca7e&&_0x9e5600[_0x158022(0x171)](_0x41ca7e[_0x158022(0x1c5)][_0x158022(0x1ef)],undefined)&&(_0x41ca7e[_0x158022(0x1c5)][_0x158022(0x1ef)][_0x158022(0x1c3)](_0x3fda76),_0x41ca7e[_0x158022(0x1c5)][_0x158022(0xda)][_0x158022(0x1c3)](_0x3fda76));_0x3fda76['isAccessibilityPlatform']=globals['getGlobal'](_0x9e5600[_0x158022(0x200)]);try{global[_0x158022(0x1ef)][0x0]['session_'][_0x158022(0xe6)](_0x5c85f7=>{const _0x4aef74=_0x158022;logger[_0x4aef74(0x14c)]('setting\x20driver\x20Session\x20ID:\x20'+_0x5c85f7[_0x4aef74(0x185)]()+_0x4aef74(0x144));})[_0x158022(0xea)](_0x5759dd=>{const _0x11c848=_0x158022;logger[_0x11c848(0x14c)](_0x11c848(0x1ed)+_0x5759dd);});}catch(_0x36eb31){logger[_0x158022(0x14c)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x36eb31);}globals[_0x158022(0x150)](_0x9e5600['wWHRU'],globals[_0x158022(0x1eb)](_0x9e5600['wWHRU']));})(),_0x3fda76;}}_0x41ca7e&&(globals['browserStackGlobals']=_0x41ca7e['global']['browserStackGlobals']);if(_0x9e5600[_0x344d3d(0xe4)](isAccessibilityAutomationSession))try{let _0x572f3c=helper['requireModule'](_0x9e5600[_0x344d3d(0x180)],_0x9e5600[_0x344d3d(0x107)])[_0x344d3d(0x1c6)];(!_0x572f3c[_0x344d3d(0x15d)]||!_0x572f3c[_0x344d3d(0x15d)]['execute'])&&(_0x572f3c=helper[_0x344d3d(0x11c)](_0x9e5600[_0x344d3d(0x130)],_0x9e5600[_0x344d3d(0x107)])['Executor']);if(_0x572f3c[_0x344d3d(0x15d)]&&_0x572f3c[_0x344d3d(0x15d)]['execute']){const _0x2add3a=_0x572f3c[_0x344d3d(0x15d)]['execute'];logger[_0x344d3d(0x14c)](_0x9e5600['QVdLH']),_0x572f3c[_0x344d3d(0x15d)][_0x344d3d(0x124)]=async function(){const _0x1ca698=_0x344d3d;try{!globals[_0x1ca698(0x1eb)](_0x9e5600['PxZAw'])&&globals['getGlobal'](_0x9e5600[_0x1ca698(0x200)])&&globals[_0x1ca698(0x1eb)](_0x9e5600[_0x1ca698(0x121)])&&scripts[_0x1ca698(0x16f)](arguments[0x0][_0x1ca698(0xe8)])&&!_0x9e5600['yyUUP'](isBrowserStackCommandExecutor,arguments[0x0][_0x1ca698(0x161)])&&(globals[_0x1ca698(0x150)](_0x9e5600['PxZAw'],!![]),logger[_0x1ca698(0x14c)](_0x1ca698(0x118)+arguments[0x0]['name_']),await _0x9e5600[_0x1ca698(0x176)](performScan,global[_0x1ca698(0x128)],arguments[0x0][_0x1ca698(0xe8)]));}catch(_0x2edcdc){logger[_0x1ca698(0x14c)]('Failed\x20to\x20perform\x20scan\x20'+util['format'](_0x2edcdc));}return globals[_0x1ca698(0x150)](_0x9e5600[_0x1ca698(0x167)],![]),_0x2add3a[_0x1ca698(0x102)](this,arguments);};}}catch(_0x4c67d3){logger[_0x344d3d(0x14c)](_0x9e5600[_0x344d3d(0x146)](_0x9e5600[_0x344d3d(0x216)],_0x4c67d3));}return _0x393422[_0x344d3d(0x1bf)]=_0x393422[_0x344d3d(0x147)],_0x393422['Builder']=_0xd8f197,_0x3cc6da[_0x344d3d(0x1b5)]=_0x1c344a,_0x393422;};module[a158_0x4177b7(0x13f)][a158_0x4177b7(0x188)]=modify,module[a158_0x4177b7(0x13f)][a158_0x4177b7(0x155)]=modifyV2,module[a158_0x4177b7(0x13f)][a158_0x4177b7(0x1fc)]=percySDK,module[a158_0x4177b7(0x13f)][a158_0x4177b7(0x16e)]=BrowserStackSdk,module[a158_0x4177b7(0x13f)][a158_0x4177b7(0x1f9)]=modifyPlaywrightConfig;