browserstack-node-sdk 1.64.3 → 1.65.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages-accessibility_pb.d.ts +70 -0
  41. package/generated/sdk-messages-accessibility_pb.js +545 -1
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +33 -0
  44. package/package.json +3 -3
  45. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  46. package/src/bin/codeceptjs/command.js +1 -1
  47. package/src/bin/codeceptjs/helper.js +1 -1
  48. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  49. package/src/bin/cucumber-js/command.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  52. package/src/bin/cucumber-js/test-observability.js +1 -1
  53. package/src/bin/cucumber-js/test.setup.js +1 -1
  54. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  55. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -0
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -0
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -0
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a172_0x22e7(_0x5a3630,_0x445330){const _0x1aa588=a172_0x1aa5();return a172_0x22e7=function(_0x22e780,_0x1b7a8e){_0x22e780=_0x22e780-0x1a3;let _0x1040f3=_0x1aa588[_0x22e780];return _0x1040f3;},a172_0x22e7(_0x5a3630,_0x445330);}function a172_0x1aa5(){const _0x436d96=['rUCos','bstack:options','proxy_','authToken','YvpeV','fQlmW','browserstackAgent','tzOQt','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','CAPABILITY_KEY','fzHlX','browserstack.accessibility','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','__driversArray','delete','bstackA11yShouldScan','framework','UqZPo','url_','WebDriver','useW3C','iYTfO','OIIBE','CyKvZ','agWTr','QxZXh','jXrwP','\x20to\x20global\x20drivers\x20array','RJXTp','accessibilityOptions','getHubUrl','browserVersion','GkFka','./helpers/patchHelpers','browserstack.accessibilityOptions','requireModule','driver-init\x20capture\x20install\x20failed:\x20','BQIBj','8Crzgpc','qNYyU','DfSal','cCern','se:ieOptions','vkTrV','./helpers/percy/PercySDK','./helpers/accessibility-automation/helper','requireSeleniumWebdriver','info','neEal','RVVGy','55969944AUHCKL','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','CdMfp','tdMJF','HojrD','from','hAmJo','aVYlh','fmxYG','name_','error','parse','tqgmE','debug','yicVL','stopA11yScanning','./helpers/globals','deviceName','https://','prototype','path','apply','./helpers/driverInitErrorReporter','getGlobal','updateHubUrl','percy','BdGfK','selenium-webdriver/lib/webdriver.js','Gwvwg','WrDRO','caps_','getHttpAgent','OeUlg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','reQnS','DPjiY','Hub\x20url\x20set\x20to\x20','qobSj','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BS_A11Y_JWT','SDK_POST_INITIALIZE','acKUz','4470186ybRlcY','warn','hHGVM','6657690uvrrjG','ZGEJe','cRJVR','browserStackGlobals','ms:edgeOptions','Failed\x20to\x20perform\x20scan\x20','edgeOptions_','options_','toLowerCase','SDK_PRE_INITIALIZE','Builder','Unable\x20to\x20find\x20executor\x20class\x20','browserStackLogLevel','LsEea','isMobilePlatform','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','getAccessibilityResultsSummary','Setting\x20Browserstack\x20capabilities','setAdditionalCapabilities','./helpers/helper','kFLNs','shouldWrapCommand','kAWjJ','patchDriverPercy','TSAyL','JKlST','capabilities_','ZUuxr','session_','FvvOk','pWDOr','startA11yScanning','dphDg','overrideGet','PdwTN','isUndefined','New\x20hub\x20url\x20set\x20to\x20','TWGiY','HttpClient','418455CCXIrf','chromeOptions_','sNoYo','includes','browserName','eMfOw','RxWjO','pYHnB','UEKyB','firefoxOptions_','safariOptions_','KAjBk','qFisw','setting\x20driver\x20Session\x20ID:\x20','IhKGk','isTurboScaleSession','getRequestOptions','Performing\x20scan\x20for\x20','tdHhR','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','agent_','qdWTc','366096HxSRvv','Proxy\x20set\x20to\x20','dVYXg','STwBC','platform','capability','cYUSc','__driver','wRXfG','1203TaJryY','safari.options','./helpers/logger','ctQCY','ttafl','HETam','Modifying\x20webdriver\x20builder','Executor','push','build','sgEfD','./helpers/performance/performance-tester','NVCBP','send','6235960tiqPSS','./hubAllocationMethods','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','sCtSo','args','vuALP','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','KUiQv','CreNC','oDokP','goog:chromeOptions','PuaxQ','Suimk','/session','optimalHubUrl','EnqYg','isBrowserstackInfra','performScan','tPamh','pPffb','platformName','vMGDq','edgeOptions','iAvLq','CaYHG','wocnU','browserstackSessionName','dDzdR','object','uNrxW','LdfLp','lDxbH','consumeHubUrlForSession','proxySettings','yDonb','OSyeB','exports','zkURh','BROWSERSTACK_TURBOSCALE','dsUrV','WebElement','format','QSndG','capabilities','bstackAllyScanning','./helpers/accessibility-automation/scripts','util','6SJwfoW','device','wnIIj','measureWrapper','ABPYi','./helpers/patchHelper','isPacProxy','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','qGtxV','8852wDBjGN','get','firefoxOptions','global','_installDriverInitFailureCapture','concat','Gxwbt','env','zYItq','accessibility','jZdPR','SviCI','bFEHf','proxyUrl','tkQAm','sroDv','getId','set','bmdcE','bstackA11yScanOptions','scannerVersion','forEach','YXoUJ','22wUZTwo','NzwCj','cYYkb','./helpers/performance/constants','installAll','NOsEz','pgcOA','uIncI','SdFcA','./bin/mocha/accessibility-automation/helper','isAccessibilityPlatform','KjWDN','YLkhV','ONavD','chrome','then','NoLMf','BrowserStackSdk','sVeWT','tsMcF','SyRzj','assign','__setBrowserOptions','ieOptions_','PBmJS','VeHDl','nFRFs','keys','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','(sync)','prepareCapabilities','setGlobal','uKclJ','./browserStackSdk','getAccessibilityResults','qHZvZ','originalBuilder','/wd/hub','uPLwh','Modifying\x20webdriver\x20execute','overrideQuit','setServer','jDrtv','ySxOG','browserstackAgentV2','tIHGe','LLdwY','requireHttpClient','6Yuylmq','JdBdk','xVNYk','setCapabilities','moz:firefoxOptions','split','execute','gvSXA','android','__drivers','QsCRR','hhbqA','QVyDs','browserstack.com','JKmtq','rmDXa','loYHM','storeOptimalHubUrl','mergeDeep','npLrJ','chromeOptions','CjhYj','eHPRA','WzyUP','./helpers/accessibility-automation/constants'];a172_0x1aa5=function(){return _0x436d96;};return a172_0x1aa5();}const a172_0x16f15b=a172_0x22e7;(function(_0x568723,_0x5362f4){const _0x1a654a=a172_0x22e7,_0x12b9e6=_0x568723();while(!![]){try{const _0x122eca=-parseInt(_0x1a654a(0x1ab))/0x1*(parseInt(_0x1a654a(0x261))/0x2)+-parseInt(_0x1a654a(0x26a))/0x3*(parseInt(_0x1a654a(0x2b0))/0x4)+parseInt(_0x1a654a(0x278))/0x5*(-parseInt(_0x1a654a(0x2a7))/0x6)+parseInt(_0x1a654a(0x220))/0x7*(parseInt(_0x1a654a(0x1ea))/0x8)+-parseInt(_0x1a654a(0x24b))/0x9+-parseInt(_0x1a654a(0x223))/0xa*(parseInt(_0x1a654a(0x2c7))/0xb)+parseInt(_0x1a654a(0x1f6))/0xc;if(_0x122eca===_0x5362f4)break;else _0x12b9e6['push'](_0x12b9e6['shift']());}catch(_0x5aa603){_0x12b9e6['push'](_0x12b9e6['shift']());}}}(a172_0x1aa5,0xa8e7a));const util=require(a172_0x16f15b(0x2a6)),{overrideTakeScreenshot}=require(a172_0x16f15b(0x1e5)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a172_0x16f15b(0x1f1)),{setAccessibilityCapabilities,setExtension}=require(a172_0x16f15b(0x2d0)),helper=require(a172_0x16f15b(0x237)),logger=require(a172_0x16f15b(0x26c))['winstonLogger'],hubAllocator=require(a172_0x16f15b(0x279)),percySDK=require(a172_0x16f15b(0x1f0)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a172_0x16f15b(0x2e8)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a172_0x16f15b(0x2a5)),globals=require(a172_0x16f15b(0x206)),{overrideExecute}=require(a172_0x16f15b(0x2ac)),PerformanceTester=require(a172_0x16f15b(0x275)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a172_0x16f15b(0x2ca)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a172_0x16f15b(0x1f1)),modify=_0x346b9d=>{const _0x4aa0cc=a172_0x16f15b,_0x24f2a9={'vMGDq':function(_0xa8193f,_0xa0145f){return _0xa8193f!==_0xa0145f;},'enqPz':_0x4aa0cc(0x285),'HHdqa':function(_0x574120,_0x1c865f){return _0x574120+_0x1c865f;},'lDxbH':function(_0x27db6a,_0x387e5d){return _0x27db6a+_0x387e5d;},'dphDg':'https://','ystXk':'/wd/hub','dNfjr':'goog:chromeOptions','tqgmE':'chromeOptions','JKlST':_0x4aa0cc(0x227),'tzOQt':_0x4aa0cc(0x28e),'sCtSo':_0x4aa0cc(0x1af),'WJfPB':_0x4aa0cc(0x2b2),'jXrwP':_0x4aa0cc(0x26b),'kFLNs':_0x4aa0cc(0x1ee),'xVNYk':'ieOptions','qFisw':function(_0x1cb4de,_0x86c8ae){return _0x1cb4de===_0x86c8ae;},'FdolK':_0x4aa0cc(0x294),'hAmJo':_0x4aa0cc(0x235),'qJdxj':function(_0x1ea327,_0x443981,_0x50a690){return _0x1ea327(_0x443981,_0x50a690);},'loYHM':_0x4aa0cc(0x1d3),'qobSj':_0x4aa0cc(0x2c3),'LdfLp':function(_0x4317e6,_0x23d5c3,_0x1cf825,_0x1d856f,_0x1db077){return _0x4317e6(_0x23d5c3,_0x1cf825,_0x1d856f,_0x1db077);},'uKclJ':function(_0x30eec4,_0x2f6d04){return _0x30eec4||_0x2f6d04;},'pHDEP':function(_0x13d42d,_0x20560d,_0x1bd2c6){return _0x13d42d(_0x20560d,_0x1bd2c6);},'sVeWT':function(_0x445811){return _0x445811();},'bdjxc':function(_0x560644,_0x45b422){return _0x560644(_0x45b422);},'OIIBE':_0x4aa0cc(0x1c5),'kMSyY':_0x4aa0cc(0x2a8),'CyKvZ':_0x4aa0cc(0x207),'sNoYo':_0x4aa0cc(0x28c),'PrmfB':_0x4aa0cc(0x265),'KQvLH':_0x4aa0cc(0x24f),'jDrtv':function(_0x15e18d,_0x1c9ca9){return _0x15e18d===_0x1c9ca9;},'ZcoPh':'android','SyRzj':_0x4aa0cc(0x2d5),'ySxOG':function(_0x790947){return _0x790947();},'ipPtl':_0x4aa0cc(0x27e),'uHzNu':_0x4aa0cc(0x231),'CdMfp':_0x4aa0cc(0x2d1),'PBmJS':'browserstack.accessibility','YLkhV':'browserstack.accessibilityOptions','YlDlf':_0x4aa0cc(0x1f7),'RBgsg':_0x4aa0cc(0x286),'HETam':_0x4aa0cc(0x25e),'wnIIj':_0x4aa0cc(0x1d0),'fuQvO':_0x4aa0cc(0x270)};logger[_0x4aa0cc(0x1f3)](_0x24f2a9[_0x4aa0cc(0x2a9)]),logger[_0x4aa0cc(0x203)](_0x24f2a9['fuQvO']);const _0x1a02b7=helper[_0x4aa0cc(0x1f2)](),_0xc2fb36=helper[_0x4aa0cc(0x1aa)]();class _0x59b82e extends _0xc2fb36[_0x4aa0cc(0x24a)]{['send'](_0x195eca){const _0x5b806d=_0x4aa0cc;if(_0x24f2a9[_0x5b806d(0x28d)](_0x195eca[_0x5b806d(0x20a)],_0x24f2a9['enqPz']))try{const _0x43d0b8=_0x195eca['path'][_0x5b806d(0x1b0)]('/')[0x2];if(_0x43d0b8){const _0x36d082=hubAllocator[_0x5b806d(0x298)](_0x43d0b8);if(_0x36d082){const _0x4c9d16=_0x24f2a9['HHdqa'](_0x24f2a9[_0x5b806d(0x297)](_0x24f2a9[_0x5b806d(0x244)],_0x36d082),_0x24f2a9['ystXk']);this[_0x5b806d(0x22a)]=hubAllocator['getRequestOptions'](_0x4c9d16),logger['debug'](_0x5b806d(0x248)+_0x4c9d16);}}}catch(_0x30de05){logger[_0x5b806d(0x200)](_0x30de05);}return super[_0x5b806d(0x277)](_0x195eca);}}class _0x453dea extends _0x1a02b7[_0x4aa0cc(0x22d)]{[_0x4aa0cc(0x2dd)](_0x11797e){const _0xc2d011=_0x4aa0cc;let _0x37ccfd={};for(const _0x551b8f in _0x11797e){switch(_0x551b8f){case _0x24f2a9['dNfjr']:case _0x24f2a9[_0xc2d011(0x202)]:this[_0xc2d011(0x24c)]&&(_0x37ccfd=this[_0xc2d011(0x24c)][_0xc2d011(0x2b1)](this['chromeOptions_'][_0xc2d011(0x1cd)])||{},this['chromeOptions_'][_0xc2d011(0x2c1)](this[_0xc2d011(0x24c)][_0xc2d011(0x1cd)],helper[_0xc2d011(0x1bd)](_0x37ccfd,_0x11797e[_0x551b8f])));break;case _0x24f2a9[_0xc2d011(0x23d)]:case _0x24f2a9[_0xc2d011(0x1cb)]:this['edgeOptions_']&&(_0x37ccfd=this[_0xc2d011(0x229)][_0xc2d011(0x2b1)](this['edgeOptions_']['CAPABILITY_KEY'])||{},this[_0xc2d011(0x229)]['set'](this['edgeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x37ccfd,_0x11797e[_0x551b8f])));break;case _0x24f2a9[_0xc2d011(0x27b)]:case _0x24f2a9['WJfPB']:this[_0xc2d011(0x254)]&&(_0x37ccfd=this[_0xc2d011(0x254)][_0xc2d011(0x2b1)](this[_0xc2d011(0x254)]['CAPABILITY_KEY'])||{},this[_0xc2d011(0x254)]['set'](this[_0xc2d011(0x254)][_0xc2d011(0x1cd)],helper[_0xc2d011(0x1bd)](_0x37ccfd,_0x11797e[_0x551b8f])));break;case _0x24f2a9[_0xc2d011(0x1de)]:this[_0xc2d011(0x255)]&&(_0x37ccfd=this[_0xc2d011(0x255)]['get'](this['safariOptions_'][_0xc2d011(0x1cd)])||{},this[_0xc2d011(0x255)][_0xc2d011(0x2c1)](this['safariOptions_'][_0xc2d011(0x1cd)],helper['mergeDeep'](_0x37ccfd,_0x11797e[_0x551b8f])));break;case _0x24f2a9[_0xc2d011(0x238)]:case _0x24f2a9[_0xc2d011(0x1ad)]:this[_0xc2d011(0x2de)]&&(_0x37ccfd=this[_0xc2d011(0x2de)]['get'](this[_0xc2d011(0x2de)][_0xc2d011(0x1cd)])||{},this['ieOptions_'][_0xc2d011(0x2c1)](this['ieOptions_'][_0xc2d011(0x1cd)],helper[_0xc2d011(0x1bd)](_0x37ccfd,_0x11797e[_0x551b8f])));break;}}}['setServer'](){const _0x5008cc=_0x4aa0cc;return this[_0x5008cc(0x1d6)]=helper['getHubUrl'](_0x346b9d),logger[_0x5008cc(0x203)](_0x5008cc(0x21a)+this['url_']),this;}[_0x4aa0cc(0x1ae)](){const _0x58874c=_0x4aa0cc;return logger['debug'](_0x24f2a9[_0x58874c(0x1fc)]),this[_0x58874c(0x2dd)](_0x346b9d[_0x58874c(0x266)]),Object[_0x58874c(0x2e2)](_0x346b9d[_0x58874c(0x266)])['forEach'](_0x5f52ab=>{const _0x38af0c=_0x58874c,_0xa689aa=this[_0x38af0c(0x23e)][_0x38af0c(0x2b1)](_0x5f52ab);_0x24f2a9[_0x38af0c(0x257)](typeof _0xa689aa,_0x24f2a9['FdolK'])?this['capabilities_'][_0x38af0c(0x2c1)](_0x5f52ab,helper[_0x38af0c(0x1bd)](_0xa689aa,_0x346b9d[_0x38af0c(0x266)][_0x5f52ab])):this[_0x38af0c(0x23e)]['set'](_0x5f52ab,_0x346b9d[_0x38af0c(0x266)][_0x5f52ab]);}),this;}[_0x4aa0cc(0x273)](){const _0x20e731=_0x4aa0cc,_0x26e071={'OeUlg':function(_0x81cc15){const _0x4bb588=a172_0x22e7;return _0x24f2a9[_0x4bb588(0x2d9)](_0x81cc15);},'zBUpq':function(_0x4b854f,_0x5a691c){return _0x24f2a9['bdjxc'](_0x4b854f,_0x5a691c);},'SdFcA':function(_0x5a0ce7){return _0x24f2a9['sVeWT'](_0x5a0ce7);},'gvSXA':_0x24f2a9[_0x20e731(0x1da)],'WjxJZ':_0x24f2a9['kMSyY'],'urIwP':_0x24f2a9[_0x20e731(0x1db)],'ctQCY':_0x24f2a9[_0x20e731(0x24d)],'lhOHi':_0x24f2a9['PrmfB'],'npLrJ':_0x24f2a9['KQvLH'],'rmDXa':function(_0x4d183e,_0x4f795a){const _0x1d41c0=_0x20e731;return _0x24f2a9[_0x1d41c0(0x1a5)](_0x4d183e,_0x4f795a);},'DoYrX':_0x24f2a9['ZcoPh'],'eHPRA':_0x24f2a9[_0x20e731(0x2db)],'eyLtT':function(_0x5b2ff9){const _0x12d114=_0x20e731;return _0x24f2a9[_0x12d114(0x1a6)](_0x5b2ff9);},'WgUEU':_0x24f2a9['ipPtl'],'pWDOr':_0x24f2a9['uHzNu'],'yicVL':_0x24f2a9[_0x20e731(0x1f8)],'DfSal':function(_0x4f9e32,_0x50d5e1,_0x4d86d9){return _0x24f2a9['qJdxj'](_0x4f9e32,_0x50d5e1,_0x4d86d9);},'KjWDN':_0x24f2a9[_0x20e731(0x2df)],'qNYyU':_0x24f2a9[_0x20e731(0x2d3)],'tIHGe':_0x24f2a9['YlDlf'],'OSyeB':_0x24f2a9['RBgsg'],'vuALP':_0x24f2a9[_0x20e731(0x26f)],'XhTdV':function(_0x252dfe,_0xeb93bb,_0x24e832,_0x27280a,_0x3e8e2a){const _0x2a744a=_0x20e731;return _0x24f2a9[_0x2a744a(0x296)](_0x252dfe,_0xeb93bb,_0x24e832,_0x27280a,_0x3e8e2a);},'qdWTc':function(_0x469b35,_0x3a42d9){const _0x2595cd=_0x20e731;return _0x24f2a9[_0x2595cd(0x2e7)](_0x469b35,_0x3a42d9);},'acKUz':_0x24f2a9[_0x20e731(0x1bb)],'qGtxV':_0x24f2a9[_0x20e731(0x21b)]};PerformanceTester[_0x20e731(0x2aa)](PerformanceEvents[_0x20e731(0x22c)],()=>{const _0x49d304=_0x20e731;_0x26e071[_0x49d304(0x216)](isAccessibilityAutomationSession)&&_0x26e071['zBUpq'](setAccessibilityCapabilities,_0x346b9d);this['setServer'](),this['setCapabilities']();if(helper[_0x49d304(0x2ad)](_0x346b9d[_0x49d304(0x299)][_0x49d304(0x2bd)]))this['agent_']=helper[_0x49d304(0x215)](_0x346b9d['proxySettings'][_0x49d304(0x2bd)]);else _0x346b9d[_0x49d304(0x299)][_0x49d304(0x2bd)]&&(this['proxy_']=_0x346b9d['proxySettings']['proxyUrl'],logger[_0x49d304(0x203)]('Proxy\x20set\x20to\x20'+this[_0x49d304(0x1c6)]));if(_0x26e071[_0x49d304(0x2cf)](isAccessibilityAutomationSession)){const _0x48e5a1=this[_0x49d304(0x23e)][_0x49d304(0x2b1)](_0x26e071[_0x49d304(0x1b2)])||{},_0x4bb8c0=_0x48e5a1[_0x49d304(0x207)]||this['capabilities_'][_0x49d304(0x2b1)](_0x26e071['WjxJZ'])||this[_0x49d304(0x23e)][_0x49d304(0x2b1)](_0x26e071['urIwP']);if(_0x4bb8c0){const _0x1f6289=(_0x48e5a1[_0x49d304(0x28c)]||_0x48e5a1[_0x49d304(0x265)]||this['capabilities_']['get'](_0x26e071[_0x49d304(0x26d)])||this['capabilities_'][_0x49d304(0x2b1)](_0x26e071['lhOHi'])||'')['toLowerCase'](),_0x120bd2=(_0x48e5a1[_0x49d304(0x24f)]||this['capabilities_'][_0x49d304(0x2b1)](_0x26e071[_0x49d304(0x1be)])||'')[_0x49d304(0x22b)]();_0x26e071[_0x49d304(0x1ba)](_0x1f6289,_0x26e071['DoYrX'])&&_0x120bd2[_0x49d304(0x24e)](_0x26e071[_0x49d304(0x1c1)])&&(_0x26e071['eyLtT'](isMobileScanningEnabledForGroup)&&(logger[_0x49d304(0x203)](_0x26e071['WgUEU']),globals['setGlobal'](_0x26e071[_0x49d304(0x242)],!![])));}}if(globals[_0x49d304(0x20d)](_0x26e071[_0x49d304(0x204)])){if(!_0x26e071[_0x49d304(0x1ec)](setExtension,this,_0x346b9d)){globals[_0x49d304(0x2e6)](_0x26e071['yicVL'],![]);const _0x18777d=this[_0x49d304(0x23e)][_0x49d304(0x2b1)](_0x26e071[_0x49d304(0x1b2)]);_0x18777d&&(_0x18777d[_0x49d304(0x2b9)]=![],delete _0x18777d[_0x49d304(0x1e1)],this['capabilities_'][_0x49d304(0x2c1)](_0x26e071[_0x49d304(0x1b2)],_0x18777d)),this[_0x49d304(0x23e)][_0x49d304(0x2b1)](_0x26e071[_0x49d304(0x2d2)])&&(this['capabilities_'][_0x49d304(0x2c1)](_0x26e071[_0x49d304(0x2d2)],![]),this[_0x49d304(0x23e)][_0x49d304(0x1d2)](_0x26e071[_0x49d304(0x1eb)]));}}(!helper[_0x49d304(0x288)]()||helper[_0x49d304(0x25a)](_0x346b9d))&&helper[_0x49d304(0x2e5)](null,helper['useW3C'](_0x346b9d),_0x346b9d['framework'],null,this,null),helper[_0x49d304(0x236)](_0x346b9d[_0x49d304(0x266)]),logger[_0x49d304(0x203)](_0x26e071[_0x49d304(0x1a8)]);})();const _0x11905c=super[_0x20e731(0x273)]();return PerformanceTester[_0x20e731(0x2aa)](PerformanceEvents[_0x20e731(0x21e)],()=>{const _0x2af665=_0x20e731,_0x454684={'BdGfK':function(_0x58af6c,_0x1d2527,_0x2e77fd){return _0x24f2a9['qJdxj'](_0x58af6c,_0x1d2527,_0x2e77fd);},'UqZPo':_0x24f2a9['loYHM'],'BQIBj':_0x24f2a9[_0x2af665(0x21b)],'cCern':function(_0x42423c,_0x5d5123,_0x776c3d,_0x585dcd,_0xa0a1f3){const _0x4a2973=_0x2af665;return _0x24f2a9[_0x4a2973(0x296)](_0x42423c,_0x5d5123,_0x776c3d,_0x585dcd,_0xa0a1f3);},'pgcOA':function(_0x2c9747,_0x177889){const _0x1be39f=_0x2af665;return _0x24f2a9[_0x1be39f(0x2e7)](_0x2c9747,_0x177889);},'rUCos':function(_0x359c67,_0x34cbeb){const _0x544d02=_0x2af665;return _0x24f2a9[_0x544d02(0x2e7)](_0x359c67,_0x34cbeb);}};_0x11905c[_0x2af665(0x240)]['then'](_0x1d140e=>{const _0x4d23aa=_0x2af665;try{const _0xe415ad=_0x1d140e[_0x4d23aa(0x214)]['get'](_0x26e071[_0x4d23aa(0x29b)]);_0xe415ad?(logger[_0x4d23aa(0x203)](_0x4d23aa(0x233)+_0xe415ad),hubAllocator[_0x4d23aa(0x20e)](_0xe415ad,_0x1d140e['getId']()),helper[_0x4d23aa(0x1bc)](_0xe415ad)):logger[_0x4d23aa(0x203)](_0x26e071[_0x4d23aa(0x27d)]);}catch(_0x405606){logger['debug'](_0x4d23aa(0x2ae)+_0x405606);}}),_0x11905c[_0x2af665(0x2d6)]&&_0x11905c[_0x2af665(0x2d6)](_0x1a5295=>{const _0xad5931=_0x2af665,_0x22eee3={'Olrxf':function(_0x3d9874,_0xb45b0d,_0x317b5f,_0x34616b,_0x22eabb){const _0x5d65fb=a172_0x22e7;return _0x454684[_0x5d65fb(0x1ed)](_0x3d9874,_0xb45b0d,_0x317b5f,_0x34616b,_0x22eabb);},'cYYkb':function(_0x5b2c77,_0x2501d7){const _0x570b5f=a172_0x22e7;return _0x454684[_0x570b5f(0x2cd)](_0x5b2c77,_0x2501d7);},'JKmtq':_0x454684[_0xad5931(0x1d5)],'bFEHf':_0x454684[_0xad5931(0x1e9)],'aVYlh':function(_0xf9c1e,_0x5f523d){const _0x127c60=_0xad5931;return _0x454684[_0x127c60(0x1c4)](_0xf9c1e,_0x5f523d);}};helper[_0xad5931(0x245)](_0x1a5295,_0x346b9d),_0x454684[_0xad5931(0x210)](overrideExecute,_0x1a5295,_0x346b9d),_0x1a5295[_0xad5931(0x234)]=async()=>{return await _0x454684['BdGfK'](getAccessibilityResultsSummary,_0x1a5295,global);},_0x1a5295[_0xad5931(0x2e9)]=async()=>{const _0x5e2f0c=_0xad5931;return await _0x454684[_0x5e2f0c(0x210)](getAccessibilityResults,_0x1a5295,global);},_0x1a5295['performScan']=async _0x2231e1=>{const _0x3a2988=_0xad5931;return await _0x22eee3['Olrxf'](performScan,_0x1a5295,null,!![],_0x22eee3[_0x3a2988(0x2c9)](_0x2231e1,null));},_0x1a5295[_0xad5931(0x243)]=async _0x21f0f8=>{const _0x4e070b=_0xad5931;globals[_0x4e070b(0x2e6)](_0x22eee3[_0x4e070b(0x1b9)],!![]),globals[_0x4e070b(0x2e6)](_0x22eee3[_0x4e070b(0x2bc)],_0x22eee3[_0x4e070b(0x1fd)](_0x21f0f8,null));},_0x1a5295[_0xad5931(0x205)]=async()=>{const _0x33ca17=_0xad5931;globals[_0x33ca17(0x2e6)](_0x454684[_0x33ca17(0x1d5)],![]),globals[_0x33ca17(0x2e6)](_0x454684[_0x33ca17(0x1e9)],null);};}),_0x11905c[_0x2af665(0x234)]=async()=>{const _0x43f225=_0x2af665;return await _0x454684[_0x43f225(0x210)](getAccessibilityResultsSummary,_0x11905c,global);},_0x11905c[_0x2af665(0x2e9)]=async()=>{const _0x1038e5=_0x2af665;return await _0x26e071[_0x1038e5(0x1ec)](getAccessibilityResults,_0x11905c,global);},_0x11905c[_0x2af665(0x289)]=async _0x2980bc=>{const _0x5c6672=_0x2af665;return await _0x26e071['XhTdV'](performScan,_0x11905c,null,!![],_0x26e071[_0x5c6672(0x260)](_0x2980bc,null));},_0x11905c[_0x2af665(0x243)]=async _0x518ec3=>{const _0x3100fe=_0x2af665;globals[_0x3100fe(0x2e6)](_0x26e071[_0x3100fe(0x21f)],!![]),globals['setGlobal'](_0x26e071[_0x3100fe(0x2af)],_0x26e071['qdWTc'](_0x518ec3,null));},_0x11905c[_0x2af665(0x205)]=async()=>{const _0x2659ac=_0x2af665;globals[_0x2659ac(0x2e6)](_0x26e071[_0x2659ac(0x21f)],![]),globals[_0x2659ac(0x2e6)](_0x26e071[_0x2659ac(0x2af)],null);},helper['overrideGet'](_0x11905c,_0x346b9d),_0x24f2a9['pHDEP'](overrideExecute,_0x11905c,_0x346b9d),helper[_0x2af665(0x247)](global[_0x2af665(0x1d1)])&&(global[_0x2af665(0x1d1)]=[]),global[_0x2af665(0x1d1)][_0x2af665(0x272)](_0x11905c);})(),_0x11905c;}}_0x1a02b7[_0x4aa0cc(0x2eb)]=_0x1a02b7[_0x4aa0cc(0x22d)],_0x1a02b7['Builder']=_0x453dea,_0xc2fb36[_0x4aa0cc(0x24a)]=_0x59b82e;},propagateJestSessionName=(_0x35dc73,_0x5dad64,_0x45cfe4='')=>{const _0x2d88f7=a172_0x16f15b,_0x4ed1e3={};_0x4ed1e3[_0x2d88f7(0x269)]=_0x2d88f7(0x27a);const _0x2208df=_0x4ed1e3;_0x5dad64&&_0x5dad64[_0x2d88f7(0x2b3)]&&_0x5dad64[_0x2d88f7(0x2b3)]['browserstackSessionName']&&helper[_0x2d88f7(0x247)](_0x35dc73[_0x2d88f7(0x292)])&&(_0x35dc73[_0x2d88f7(0x292)]=_0x5dad64[_0x2d88f7(0x2b3)][_0x2d88f7(0x292)],logger['debug'](util['format'](_0x2208df['wRXfG'],_0x45cfe4?'\x20'+_0x45cfe4:'',_0x35dc73[_0x2d88f7(0x292)])));},modifyV2=(_0x36d2ae,_0x47f69d=null,_0x26f59b=![])=>{const _0x56170f=a172_0x16f15b,_0x22d4b8={'nFRFs':function(_0x3ec6a6,_0x2f945c){return _0x3ec6a6!==_0x2f945c;},'RcZVC':_0x56170f(0x285),'ABPYi':function(_0x35462a,_0x3dd867){return _0x35462a+_0x3dd867;},'PdwTN':_0x56170f(0x208),'Gwvwg':_0x56170f(0x2ec),'ONavD':_0x56170f(0x282),'UEKyB':_0x56170f(0x1bf),'RxWjO':_0x56170f(0x227),'sIhwt':_0x56170f(0x28e),'cYUSc':_0x56170f(0x1af),'HojrD':_0x56170f(0x2b2),'kgOau':_0x56170f(0x26b),'VVEHD':_0x56170f(0x1ee),'fwrQM':'ieOptions','DPjiY':function(_0x38f916,_0x242567){return _0x38f916===_0x242567;},'NoLMf':_0x56170f(0x294),'pYHnB':_0x56170f(0x235),'IhKGk':function(_0x39e326,_0x400418){return _0x39e326>_0x400418;},'NzwCj':function(_0x3e03e0,_0xf7821f){return _0x3e03e0>_0xf7821f;},'AEmlT':function(_0x247c34){return _0x247c34();},'iAvLq':function(_0x28b4ab,_0x2acae0){return _0x28b4ab(_0x2acae0);},'QVyDs':function(_0x57d6f6){return _0x57d6f6();},'dDzdR':'bstack:options','YvpeV':_0x56170f(0x2a8),'GkFka':_0x56170f(0x207),'FvvOk':_0x56170f(0x28c),'reQnS':_0x56170f(0x265),'RJXTp':_0x56170f(0x24f),'PWEMI':function(_0x12499b,_0x544311){return _0x12499b===_0x544311;},'QSndG':_0x56170f(0x1b3),'SHqhV':'chrome','EnqYg':_0x56170f(0x27e),'SviCI':_0x56170f(0x231),'QsCRR':'isAccessibilityPlatform','oDokP':function(_0x5dce5c,_0x241963,_0x4d7f68){return _0x5dce5c(_0x241963,_0x4d7f68);},'LLdwY':_0x56170f(0x1cf),'uPLwh':_0x56170f(0x1e6),'tdHhR':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','QxZXh':function(_0x5cffdf){return _0x5cffdf();},'Suimk':_0x56170f(0x1b8),'TSAyL':function(_0x26e827,_0xc8bb2c){return _0x26e827===_0xc8bb2c;},'RVVGy':_0x56170f(0x2e3),'TWGiY':function(_0x3d145e,_0xe350f4){return _0x3d145e(_0xe350f4);},'kAWjJ':_0x56170f(0x1e3),'dsUrV':function(_0x4e59fc,_0x152f81){return _0x4e59fc(_0x152f81);},'sgEfD':_0x56170f(0x1c3),'CjhYj':function(_0x26715d,_0xadc88e){return _0x26715d(_0xadc88e);},'LsEea':function(_0x416dd9,_0x1a89fd){return _0x416dd9(_0x1a89fd);},'CaYHG':function(_0x403772,_0x5bfec1){return _0x403772<_0x5bfec1;},'iYTfO':function(_0x3b4d15,_0x25dead){return _0x3b4d15(_0x25dead);},'zkURh':function(_0x27d8e1,_0x5317ae){return _0x27d8e1!==_0x5317ae;},'cRJVR':function(_0x2f0278,_0x410f44){return _0x2f0278||_0x410f44;},'neEal':function(_0x47fba3,_0x79c34d,_0x942efc){return _0x47fba3(_0x79c34d,_0x942efc);},'TaZwH':function(_0x33fe4f){return _0x33fe4f();},'qHZvZ':function(_0x2c99ff,_0x28fae9){return _0x2c99ff(_0x28fae9);},'tkQAm':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','YXoUJ':function(_0x4d58ed){return _0x4d58ed();},'STwBC':_0x56170f(0x286),'glslN':_0x56170f(0x25e),'WrDRO':function(_0x2923c6,_0x2deb72,_0x1595f4){return _0x2923c6(_0x2deb72,_0x1595f4);},'bmdcE':_0x56170f(0x1d3),'CreNC':_0x56170f(0x2c3),'WzyUP':function(_0x2aaaeb,_0xeef7f,_0x41245c){return _0x2aaaeb(_0xeef7f,_0x41245c);},'uNrxW':function(_0x5aeb41,_0x157b08,_0xa0485c,_0x263163){return _0x5aeb41(_0x157b08,_0xa0485c,_0x263163);},'PuaxQ':_0x56170f(0x2e4),'wocnU':function(_0x576cf6,_0x1fb3c9){return _0x576cf6!==_0x1fb3c9;},'xTJaf':function(_0x54b116,_0x4fe641){return _0x54b116!==_0x4fe641;},'Dasnt':function(_0x5db2c4,_0x19ce81,_0x3cbe52,_0x7343b3,_0x190dcf){return _0x5db2c4(_0x19ce81,_0x3cbe52,_0x7343b3,_0x190dcf);},'Gxwbt':function(_0x36b6e8,_0x2c40fc){return _0x36b6e8||_0x2c40fc;},'dVYXg':function(_0xadd157,_0x3e9cdc,_0x46e7c2){return _0xadd157(_0x3e9cdc,_0x46e7c2);},'VeHDl':_0x56170f(0x2a4),'zYItq':function(_0x387057,_0x56db5c,_0x2f7bd9){return _0x387057(_0x56db5c,_0x2f7bd9);},'hVgvB':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','vkTrV':_0x56170f(0x270),'XVOwt':_0x56170f(0x211),'tPamh':'selenium-webdriver','YwyNW':'selenium-webdriver/lib/http.js','sroDv':_0x56170f(0x2ee),'oCede':_0x56170f(0x22e)},_0xe848ab=helper[_0x56170f(0x1aa)]();let _0x86f78d;try{_0x86f78d=helper['requireSeleniumWebdriver'](),_0x86f78d[_0x56170f(0x2eb)]&&(_0x86f78d[_0x56170f(0x22d)]=_0x86f78d[_0x56170f(0x2eb)]);}catch(_0x43d7e5){return;}if(helper[_0x56170f(0x288)]()){const _0x162f4d={};_0x162f4d['logLevel']=_0x36d2ae[_0x56170f(0x22f)],helper['setLogLevel'](_0x162f4d,new Map(),new Map()),logger[_0x56170f(0x1f3)](_0x22d4b8['hVgvB']),logger[_0x56170f(0x203)](_0x22d4b8[_0x56170f(0x1ef)]);}class _0x4eb235 extends _0xe848ab[_0x56170f(0x24a)]{[_0x56170f(0x277)](_0x4b0929){const _0x1e34ee=_0x56170f;if(_0x22d4b8[_0x1e34ee(0x2e1)](_0x4b0929[_0x1e34ee(0x20a)],_0x22d4b8['RcZVC']))try{const _0x315346=_0x4b0929[_0x1e34ee(0x20a)][_0x1e34ee(0x1b0)]('/')[0x2];if(_0x315346){const _0x5aa3da=hubAllocator['consumeHubUrlForSession'](_0x315346);if(_0x5aa3da){const _0x4181fa=_0x22d4b8['ABPYi'](_0x22d4b8['ABPYi'](_0x22d4b8[_0x1e34ee(0x246)],_0x5aa3da),_0x22d4b8[_0x1e34ee(0x212)]);this[_0x1e34ee(0x22a)]=hubAllocator[_0x1e34ee(0x25b)](_0x4181fa),logger[_0x1e34ee(0x203)]('New\x20hub\x20url\x20set\x20to\x20'+_0x4181fa);}}}catch(_0x4872cd){logger['error'](_0x4872cd);}return super[_0x1e34ee(0x277)](_0x4b0929);}}class _0x49bd47 extends _0x86f78d[_0x56170f(0x22d)]{[_0x56170f(0x1a4)](){const _0x4529fc=_0x56170f;return helper[_0x4529fc(0x288)]()&&(this[_0x4529fc(0x1d6)]=helper[_0x4529fc(0x1e2)](_0x36d2ae)),this;}[_0x56170f(0x2dd)](_0x5e6cf5){const _0x8a08f2=_0x56170f;let _0x55fd50={};for(const _0x12d499 in _0x5e6cf5){switch(_0x12d499){case _0x22d4b8[_0x8a08f2(0x2d4)]:case _0x22d4b8[_0x8a08f2(0x253)]:this[_0x8a08f2(0x24c)]&&(_0x55fd50=this['chromeOptions_']['get'](this[_0x8a08f2(0x24c)][_0x8a08f2(0x1cd)])||{},this[_0x8a08f2(0x24c)]['set'](this[_0x8a08f2(0x24c)][_0x8a08f2(0x1cd)],helper['mergeDeep'](_0x55fd50,_0x5e6cf5[_0x12d499])));break;case _0x22d4b8[_0x8a08f2(0x251)]:case _0x22d4b8['sIhwt']:this[_0x8a08f2(0x229)]&&(_0x55fd50=this['edgeOptions_'][_0x8a08f2(0x2b1)](this[_0x8a08f2(0x229)][_0x8a08f2(0x1cd)])||{},this[_0x8a08f2(0x229)]['set'](this[_0x8a08f2(0x229)][_0x8a08f2(0x1cd)],helper[_0x8a08f2(0x1bd)](_0x55fd50,_0x5e6cf5[_0x12d499])));break;case _0x22d4b8[_0x8a08f2(0x267)]:case _0x22d4b8[_0x8a08f2(0x1fa)]:this['firefoxOptions_']&&(_0x55fd50=this[_0x8a08f2(0x254)]['get'](this['firefoxOptions_'][_0x8a08f2(0x1cd)])||{},this['firefoxOptions_'][_0x8a08f2(0x2c1)](this[_0x8a08f2(0x254)][_0x8a08f2(0x1cd)],helper['mergeDeep'](_0x55fd50,_0x5e6cf5[_0x12d499])));break;case _0x22d4b8['kgOau']:this[_0x8a08f2(0x255)]&&(_0x55fd50=this[_0x8a08f2(0x255)][_0x8a08f2(0x2b1)](this[_0x8a08f2(0x255)][_0x8a08f2(0x1cd)])||{},this[_0x8a08f2(0x255)][_0x8a08f2(0x2c1)](this[_0x8a08f2(0x255)][_0x8a08f2(0x1cd)],helper['mergeDeep'](_0x55fd50,_0x5e6cf5[_0x12d499])));break;case _0x22d4b8['VVEHD']:case _0x22d4b8['fwrQM']:this[_0x8a08f2(0x2de)]&&(_0x55fd50=this[_0x8a08f2(0x2de)][_0x8a08f2(0x2b1)](this['ieOptions_'][_0x8a08f2(0x1cd)])||{},this[_0x8a08f2(0x2de)][_0x8a08f2(0x2c1)](this['ieOptions_'][_0x8a08f2(0x1cd)],helper[_0x8a08f2(0x1bd)](_0x55fd50,_0x5e6cf5[_0x12d499])));break;}}}[_0x56170f(0x1ae)](){const _0x359cf8=_0x56170f;logger['debug'](_0x22d4b8[_0x359cf8(0x252)]);const _0x256083=_0x36d2ae[_0x359cf8(0x266)]&&_0x22d4b8[_0x359cf8(0x259)](Object[_0x359cf8(0x2e2)](_0x36d2ae[_0x359cf8(0x266)])['length'],0x0)?_0x36d2ae[_0x359cf8(0x266)]:_0x36d2ae[_0x359cf8(0x2a3)]&&Array['isArray'](_0x36d2ae[_0x359cf8(0x2a3)])&&_0x22d4b8[_0x359cf8(0x2c8)](_0x36d2ae['capabilities']['length'],0x0)?_0x36d2ae[_0x359cf8(0x2a3)][0x0]:{};return this[_0x359cf8(0x2dd)](_0x256083),Object[_0x359cf8(0x2e2)](_0x256083)[_0x359cf8(0x2c5)](_0x288718=>{const _0x3c2b5d=_0x359cf8,_0x91eb82=this['capabilities_'][_0x3c2b5d(0x2b1)](_0x288718);_0x22d4b8[_0x3c2b5d(0x219)](typeof _0x91eb82,_0x22d4b8[_0x3c2b5d(0x2d7)])?this['capabilities_'][_0x3c2b5d(0x2c1)](_0x288718,helper['mergeDeep'](_0x91eb82,_0x256083[_0x288718])):this[_0x3c2b5d(0x23e)][_0x3c2b5d(0x2c1)](_0x288718,_0x256083[_0x288718]);}),this;}['build'](){const _0xddb44b=_0x56170f,_0x40646a={'fmxYG':function(_0x5edc82,_0x46bc9b,_0x5cfd7c,_0x2d8e08,_0x4644c3){return _0x22d4b8['Dasnt'](_0x5edc82,_0x46bc9b,_0x5cfd7c,_0x2d8e08,_0x4644c3);},'tsMcF':function(_0x3b7854,_0xcf0c00){const _0x46114e=a172_0x22e7;return _0x22d4b8[_0x46114e(0x2b6)](_0x3b7854,_0xcf0c00);},'jZdPR':_0x22d4b8[_0xddb44b(0x2c2)],'ZGEJe':_0x22d4b8['CreNC'],'JdBdk':function(_0x24da6d,_0x575610){const _0x29ab1e=_0xddb44b;return _0x22d4b8[_0x29ab1e(0x28f)](_0x24da6d,_0x575610);},'NOsEz':function(_0x256c3b,_0x4c9f7e,_0x2b8bd3){const _0x2f329a=_0xddb44b;return _0x22d4b8[_0x2f329a(0x263)](_0x256c3b,_0x4c9f7e,_0x2b8bd3);},'uIncI':function(_0x1c317d,_0x29de49,_0x1f244d){const _0x470df0=_0xddb44b;return _0x22d4b8[_0x470df0(0x281)](_0x1c317d,_0x29de49,_0x1f244d);},'pPffb':function(_0x3f9a40,_0x14488c,_0x31bf89){return _0x22d4b8['dVYXg'](_0x3f9a40,_0x14488c,_0x31bf89);}};PerformanceTester[_0xddb44b(0x2aa)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x10bd05=_0xddb44b;if(helper[_0x10bd05(0x288)]()){helper[_0x10bd05(0x236)](_0x36d2ae[_0x10bd05(0x266)]);_0x22d4b8['AEmlT'](isAccessibilityAutomationSession)&&_0x22d4b8[_0x10bd05(0x28f)](setAccessibilityCapabilities,_0x36d2ae);this[_0x10bd05(0x1a4)](),this['setCapabilities']();if(helper[_0x10bd05(0x2ad)](_0x36d2ae[_0x10bd05(0x299)][_0x10bd05(0x2bd)]))this[_0x10bd05(0x25f)]=helper[_0x10bd05(0x215)](_0x36d2ae[_0x10bd05(0x299)][_0x10bd05(0x2bd)]);else _0x36d2ae[_0x10bd05(0x299)]['proxyUrl']&&(this[_0x10bd05(0x1c6)]=_0x36d2ae[_0x10bd05(0x299)]['proxyUrl'],logger[_0x10bd05(0x203)](_0x10bd05(0x262)+this['proxy_']));if(_0x22d4b8[_0x10bd05(0x1b7)](isAccessibilityAutomationSession)){const _0x590068=this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x293)])||{},_0x3ee15f=_0x590068[_0x10bd05(0x207)]||this['capabilities_'][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x1c8)])||this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x1e4)]);if(_0x3ee15f){const _0x49038d=(_0x590068['platformName']||_0x590068['platform']||this[_0x10bd05(0x23e)]['get'](_0x22d4b8['FvvOk'])||this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8['reQnS'])||'')[_0x10bd05(0x22b)](),_0x12998a=(_0x590068[_0x10bd05(0x24f)]||this[_0x10bd05(0x23e)]['get'](_0x22d4b8[_0x10bd05(0x1e0)])||'')['toLowerCase']();_0x22d4b8['PWEMI'](_0x49038d,_0x22d4b8['QSndG'])&&_0x12998a['includes'](_0x22d4b8['SHqhV'])&&(_0x22d4b8[_0x10bd05(0x1b7)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x22d4b8['EnqYg']),globals[_0x10bd05(0x2e6)](_0x22d4b8[_0x10bd05(0x2bb)],!![])));}}if(globals[_0x10bd05(0x20d)](_0x22d4b8[_0x10bd05(0x1b5)])){if(!_0x22d4b8[_0x10bd05(0x281)](setExtension,this,_0x36d2ae)){globals[_0x10bd05(0x2e6)](_0x22d4b8['QsCRR'],![]);const _0x5f39a0=this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x293)]);_0x5f39a0&&(_0x5f39a0[_0x10bd05(0x2b9)]=![],delete _0x5f39a0[_0x10bd05(0x1e1)],this[_0x10bd05(0x23e)]['set'](_0x22d4b8[_0x10bd05(0x293)],_0x5f39a0)),this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x1a9)])&&(this[_0x10bd05(0x23e)][_0x10bd05(0x2c1)](_0x22d4b8[_0x10bd05(0x1a9)],![]),this[_0x10bd05(0x23e)]['delete'](_0x22d4b8[_0x10bd05(0x2ed)]));}}process[_0x10bd05(0x2b7)][_0x10bd05(0x29e)]&&(helper['prepareCapabilities'](null,helper[_0x10bd05(0x1d8)](_0x36d2ae),_0x36d2ae[_0x10bd05(0x1d4)],null,this,null),helper['setAdditionalCapabilities'](_0x36d2ae[_0x10bd05(0x266)])),logger[_0x10bd05(0x203)](_0x22d4b8[_0x10bd05(0x25d)]);}else{if(this['chromeOptions_']){const _0x5f2f44=this[_0x10bd05(0x24c)][_0x10bd05(0x2b1)](this[_0x10bd05(0x24c)][_0x10bd05(0x1cd)]||_0x22d4b8[_0x10bd05(0x2d4)]);if(_0x5f2f44&&_0x5f2f44[_0x10bd05(0x27c)]){const _0xa4dd48=this['capabilities_'][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x2d4)])||{},_0x2bc3f5=(_0xa4dd48['args']||[])[_0x10bd05(0x2b5)](_0x5f2f44['args']||[]),_0x73eeba=Array[_0x10bd05(0x1fb)](new Set(_0x2bc3f5)),_0x599890={};_0x599890[_0x10bd05(0x27c)]=_0x73eeba,this[_0x10bd05(0x23e)]['set'](_0x22d4b8[_0x10bd05(0x2d4)],Object[_0x10bd05(0x2dc)]({},_0xa4dd48,_0x5f2f44,_0x599890));}}if(_0x22d4b8[_0x10bd05(0x1dd)](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x10bd05(0x24e)](_0x22d4b8[_0x10bd05(0x284)])){let _0x3c8a69=!![];const _0x584849=this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x293)])||{},_0x332e1b=_0x584849[_0x10bd05(0x207)]||this[_0x10bd05(0x23e)]['get'](_0x22d4b8['YvpeV'])||this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x1e4)]);if(_0x332e1b){const _0x38062f=(_0x584849[_0x10bd05(0x28c)]||_0x584849[_0x10bd05(0x265)]||this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x241)])||this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x218)])||'')[_0x10bd05(0x22b)](),_0x168bc6=(_0x584849[_0x10bd05(0x24f)]||this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x1e0)])||'')[_0x10bd05(0x22b)]();_0x22d4b8[_0x10bd05(0x23c)](_0x38062f,_0x22d4b8[_0x10bd05(0x2a2)])&&_0x168bc6[_0x10bd05(0x24e)](_0x22d4b8['SHqhV'])?!_0x22d4b8[_0x10bd05(0x1dd)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x3c8a69=![]):(logger[_0x10bd05(0x203)](_0x22d4b8[_0x10bd05(0x287)]),globals[_0x10bd05(0x2e6)](_0x22d4b8[_0x10bd05(0x2bb)],!![])):(logger[_0x10bd05(0x221)](_0x22d4b8[_0x10bd05(0x1f5)]),_0x3c8a69=![]);}if(_0x3c8a69){const _0x5870e5=_0x22d4b8[_0x10bd05(0x249)](parseFloat,_0x584849['browserVersion']||this['capabilities_'][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x23a)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x44a029}=_0x22d4b8['dsUrV'](require,_0x22d4b8[_0x10bd05(0x274)]),_0x2219a6=_0x22d4b8[_0x10bd05(0x1c0)](parseFloat,_0x44a029);!_0x22d4b8[_0x10bd05(0x230)](isNaN,_0x5870e5)&&_0x22d4b8[_0x10bd05(0x290)](_0x5870e5,_0x2219a6)&&(logger[_0x10bd05(0x221)](_0x10bd05(0x217)+_0x44a029+'.'),_0x3c8a69=![]);}if(_0x3c8a69){_0x22d4b8[_0x10bd05(0x1d9)](setAccessibilityCapabilities,_0x36d2ae),this[_0x10bd05(0x1ae)]();if(process['env'][_0x10bd05(0x21d)]){let _0x4bcd98={};try{process[_0x10bd05(0x2b7)][_0x10bd05(0x21c)]&&(_0x4bcd98=JSON[_0x10bd05(0x201)](process[_0x10bd05(0x2b7)][_0x10bd05(0x21c)]));}catch(_0x3e640e){logger[_0x10bd05(0x203)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x3e640e);}const _0x2c6554=helper[_0x10bd05(0x1d8)](_0x36d2ae),_0x20fd68=this[_0x10bd05(0x23e)]['get'](_0x22d4b8[_0x10bd05(0x293)]);if(_0x22d4b8[_0x10bd05(0x29d)](_0x2c6554,![])&&(_0x20fd68||!this[_0x10bd05(0x23e)]['get'](_0x22d4b8[_0x10bd05(0x1a9)]))){const _0x44a212=_0x22d4b8[_0x10bd05(0x225)](_0x20fd68,{});_0x44a212[_0x10bd05(0x2b9)]=!![];const _0x1fd6f2={};_0x1fd6f2[_0x10bd05(0x1c7)]=process[_0x10bd05(0x2b7)]['BS_A11Y_JWT'],_0x1fd6f2[_0x10bd05(0x2c4)]=_0x4bcd98[_0x10bd05(0x2c4)],_0x44a212[_0x10bd05(0x1e1)]=Object[_0x10bd05(0x2dc)]({},_0x44a212[_0x10bd05(0x1e1)],_0x1fd6f2),this['capabilities_'][_0x10bd05(0x2c1)](_0x22d4b8[_0x10bd05(0x293)],_0x44a212);}else{this[_0x10bd05(0x23e)]['set'](_0x22d4b8['LLdwY'],!![]);const _0x5ef40d=this['capabilities_'][_0x10bd05(0x2b1)](_0x22d4b8['uPLwh'])||{},_0x332ffc={};_0x332ffc[_0x10bd05(0x1c7)]=process[_0x10bd05(0x2b7)][_0x10bd05(0x21d)],_0x332ffc[_0x10bd05(0x2c4)]=_0x4bcd98[_0x10bd05(0x2c4)],this[_0x10bd05(0x23e)][_0x10bd05(0x2c1)](_0x22d4b8[_0x10bd05(0x2ed)],Object['assign']({},_0x5ef40d,_0x332ffc));}}if(!_0x22d4b8[_0x10bd05(0x1f4)](setExtension,this,_0x36d2ae)){globals[_0x10bd05(0x2e6)](_0x22d4b8[_0x10bd05(0x1b5)],![]);const _0x56f595=this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x293)]);_0x56f595&&(_0x56f595['accessibility']=![],delete _0x56f595[_0x10bd05(0x1e1)],this[_0x10bd05(0x23e)][_0x10bd05(0x2c1)](_0x22d4b8['dDzdR'],_0x56f595)),this[_0x10bd05(0x23e)][_0x10bd05(0x2b1)](_0x22d4b8[_0x10bd05(0x1a9)])&&(this['capabilities_'][_0x10bd05(0x2c1)](_0x22d4b8['LLdwY'],![]),this[_0x10bd05(0x23e)][_0x10bd05(0x1d2)](_0x22d4b8[_0x10bd05(0x2ed)]));}}}if(_0x22d4b8['TaZwH'](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x10bd05(0x24e)](_0x22d4b8[_0x10bd05(0x284)]))try{_0x22d4b8[_0x10bd05(0x2ea)](hasLegacyHeadlessArg,this)?(logger[_0x10bd05(0x221)](_0x22d4b8[_0x10bd05(0x2be)]),globals[_0x10bd05(0x2e6)](_0x22d4b8[_0x10bd05(0x1b5)],![])):helper['prepareCapabilities'](null,helper['useW3C'](_0x36d2ae),_0x36d2ae[_0x10bd05(0x1d4)],null,this,null);}catch(_0x3548c5){logger['debug'](_0x10bd05(0x232)+util['format'](_0x3548c5));}}})();const _0x5a3f97=super[_0xddb44b(0x273)]();return PerformanceTester[_0xddb44b(0x2aa)](PerformanceEvents[_0xddb44b(0x21e)],()=>{const _0x1a6530=_0xddb44b,_0x31eefa={'NVCBP':function(_0x4086f7){const _0x240a4b=a172_0x22e7;return _0x22d4b8[_0x240a4b(0x2c6)](_0x4086f7);},'hHGVM':function(_0x4dacc8,_0x1bdda6,_0x73688){return _0x22d4b8['oDokP'](_0x4dacc8,_0x1bdda6,_0x73688);},'ZUuxr':_0x22d4b8['QsCRR'],'agWTr':_0x22d4b8[_0x1a6530(0x293)],'KAjBk':_0x22d4b8[_0x1a6530(0x1a9)],'hhbqA':_0x22d4b8['uPLwh'],'ttafl':_0x22d4b8[_0x1a6530(0x264)],'fzHlX':_0x22d4b8['glslN'],'yDonb':function(_0x41d34d,_0x2daccd,_0x1fec0a){const _0x39b8f8=_0x1a6530;return _0x22d4b8[_0x39b8f8(0x213)](_0x41d34d,_0x2daccd,_0x1fec0a);},'KUiQv':_0x22d4b8['bmdcE'],'fQlmW':_0x22d4b8[_0x1a6530(0x280)],'tdMJF':function(_0x18f94d,_0x1bd425,_0x5ccb40){const _0x3cae3b=_0x1a6530;return _0x22d4b8[_0x3cae3b(0x1c2)](_0x18f94d,_0x1bd425,_0x5ccb40);}};_0x5a3f97['session_'][_0x1a6530(0x2d6)](_0x5e8f96=>{const _0x105ccc=_0x1a6530,_0x512b30=_0x5e8f96[_0x105ccc(0x214)];if(!helper[_0x105ccc(0x288)]()&&_0x31eefa[_0x105ccc(0x276)](isAccessibilityAutomationSession)){const _0x2c0e56=_0x31eefa[_0x105ccc(0x222)](nonBstackPlatformValidation,_0x512b30,this);globals[_0x105ccc(0x2e6)](_0x31eefa[_0x105ccc(0x23f)],_0x2c0e56);if(!_0x2c0e56){const _0x508768=this[_0x105ccc(0x23e)]['get'](_0x31eefa['agWTr']);_0x508768&&(_0x508768['accessibility']=![],delete _0x508768[_0x105ccc(0x1e1)],this[_0x105ccc(0x23e)]['set'](_0x31eefa[_0x105ccc(0x1dc)],_0x508768)),this[_0x105ccc(0x23e)]['get'](_0x31eefa['KAjBk'])&&(this[_0x105ccc(0x23e)][_0x105ccc(0x2c1)](_0x31eefa[_0x105ccc(0x256)],![]),this[_0x105ccc(0x23e)][_0x105ccc(0x1d2)](_0x31eefa[_0x105ccc(0x1b6)]));}}}),_0x5a3f97['session_']['then'](_0x46c06f=>{const _0x475e07=_0x1a6530;try{logger[_0x475e07(0x203)]('Session\x20ID:\x20'+_0x46c06f[_0x475e07(0x2c0)]());const _0x44929f=_0x46c06f[_0x475e07(0x214)]['get'](_0x31eefa[_0x475e07(0x26e)]);_0x44929f?(logger['debug'](_0x475e07(0x233)+_0x44929f),hubAllocator[_0x475e07(0x20e)](_0x44929f,_0x46c06f[_0x475e07(0x2c0)]()),helper[_0x475e07(0x1bc)](_0x44929f)):logger['debug'](_0x31eefa[_0x475e07(0x1ce)]);}catch(_0x1a0e61){logger['debug'](_0x475e07(0x2ae)+_0x1a0e61);}}),_0x5a3f97['quitCount_']=0x0,_0x5a3f97[_0x1a6530(0x2d6)]&&_0x5a3f97[_0x1a6530(0x2d6)](_0x345097=>{const _0x56f8fd=_0x1a6530,_0x2b361b={'ycKhL':function(_0xe3753b,_0x50bbd7,_0x1a551e,_0x26a51f,_0x147872){return _0x40646a['fmxYG'](_0xe3753b,_0x50bbd7,_0x1a551e,_0x26a51f,_0x147872);},'eMfOw':function(_0x5f0304,_0x25311c){const _0x1bb695=a172_0x22e7;return _0x40646a[_0x1bb695(0x2da)](_0x5f0304,_0x25311c);},'RZvsw':_0x40646a[_0x56f8fd(0x2ba)],'qGqpq':_0x40646a[_0x56f8fd(0x224)]};helper[_0x56f8fd(0x1a3)](_0x345097,_0x5a3f97),_0x26f59b&&_0x40646a[_0x56f8fd(0x1ac)](overrideTakeScreenshot,_0x345097),helper[_0x56f8fd(0x245)](_0x345097,_0x36d2ae),_0x40646a[_0x56f8fd(0x2cc)](overrideExecute,_0x345097,_0x36d2ae),_0x40646a[_0x56f8fd(0x2ce)](propagateJestSessionName,_0x345097,_0x47f69d),_0x36d2ae[_0x56f8fd(0x266)]&&percyHelper[_0x56f8fd(0x23b)](_0x345097,_0x86f78d['WebElement'],_0x36d2ae),_0x345097[_0x56f8fd(0x234)]=async()=>{return await _0x31eefa['hHGVM'](getAccessibilityResultsSummary,_0x345097,global);},_0x345097[_0x56f8fd(0x2e9)]=async()=>{const _0xa6501a=_0x56f8fd;return await _0x31eefa[_0xa6501a(0x29a)](getAccessibilityResults,_0x345097,global);},_0x345097[_0x56f8fd(0x289)]=async _0x2d87e2=>{const _0x3e2088=_0x56f8fd;return await _0x2b361b['ycKhL'](performScan,_0x345097,null,!![],_0x2b361b[_0x3e2088(0x250)](_0x2d87e2,null));},_0x345097[_0x56f8fd(0x243)]=async _0x5a5b5f=>{const _0x34faaa=_0x56f8fd;globals[_0x34faaa(0x2e6)](_0x2b361b['RZvsw'],!![]),globals['setGlobal'](_0x2b361b['qGqpq'],_0x2b361b[_0x34faaa(0x250)](_0x5a5b5f,null));},_0x345097[_0x56f8fd(0x205)]=async()=>{const _0x51aa08=_0x56f8fd;globals[_0x51aa08(0x2e6)](_0x31eefa['KUiQv'],![]),globals[_0x51aa08(0x2e6)](_0x31eefa[_0x51aa08(0x1c9)],null);};}),_0x5a3f97[_0x1a6530(0x234)]=async()=>{const _0x380271=_0x1a6530;return await _0x40646a[_0x380271(0x28b)](getAccessibilityResultsSummary,_0x5a3f97,global);},_0x5a3f97[_0x1a6530(0x2e9)]=async()=>{const _0x431a06=_0x1a6530;return await _0x31eefa[_0x431a06(0x1f9)](getAccessibilityResults,_0x5a3f97,global);},_0x5a3f97[_0x1a6530(0x289)]=async _0x1c3561=>{const _0x295aef=_0x1a6530;return await _0x40646a[_0x295aef(0x1fe)](performScan,_0x5a3f97,null,!![],_0x40646a[_0x295aef(0x2da)](_0x1c3561,null));},_0x5a3f97[_0x1a6530(0x243)]=async _0x4fce0b=>{const _0x92b852=_0x1a6530;globals[_0x92b852(0x2e6)](_0x40646a['jZdPR'],!![]),globals[_0x92b852(0x2e6)](_0x40646a[_0x92b852(0x224)],_0x40646a[_0x92b852(0x2da)](_0x4fce0b,null));},_0x5a3f97[_0x1a6530(0x205)]=async()=>{const _0x3b911e=_0x1a6530;globals[_0x3b911e(0x2e6)](_0x31eefa[_0x3b911e(0x27f)],![]),globals[_0x3b911e(0x2e6)](_0x31eefa[_0x3b911e(0x1c9)],null);},_0x26f59b&&_0x22d4b8[_0x1a6530(0x1c0)](overrideTakeScreenshot,_0x5a3f97),helper['overrideQuit'](_0x5a3f97),helper['overrideGet'](_0x5a3f97,_0x36d2ae),_0x22d4b8[_0x1a6530(0x281)](overrideExecute,_0x5a3f97,_0x36d2ae),_0x22d4b8[_0x1a6530(0x295)](propagateJestSessionName,_0x5a3f97,_0x47f69d,_0x22d4b8[_0x1a6530(0x283)]),_0x36d2ae[_0x1a6530(0x266)]&&percyHelper[_0x1a6530(0x23b)](_0x5a3f97,_0x86f78d[_0x1a6530(0x2a0)],_0x36d2ae);helper[_0x1a6530(0x247)](global[_0x1a6530(0x1d1)])&&(global[_0x1a6530(0x1d1)]=[]);helper[_0x1a6530(0x247)](global[_0x1a6530(0x1b4)])&&(global[_0x1a6530(0x1b4)]=[]);global[_0x1a6530(0x1d1)][_0x1a6530(0x272)](_0x5a3f97),global[_0x1a6530(0x268)]=_0x5a3f97,_0x47f69d&&(_0x47f69d[_0x1a6530(0x2b3)][_0x1a6530(0x268)]=_0x5a3f97);_0x22d4b8[_0x1a6530(0x291)](global[_0x1a6530(0x1b4)],undefined)&&global['__drivers'][_0x1a6530(0x272)](_0x5a3f97);_0x47f69d&&helper['isUndefined'](_0x47f69d[_0x1a6530(0x2b3)]['__drivers'])&&(_0x47f69d[_0x1a6530(0x2b3)][_0x1a6530(0x1b4)]=[]);_0x47f69d&&helper['isUndefined'](_0x47f69d['global']['__driversArray'])&&(_0x47f69d['global']['__driversArray']=[]);_0x47f69d&&_0x22d4b8['xTJaf'](_0x47f69d[_0x1a6530(0x2b3)][_0x1a6530(0x1b4)],undefined)&&(_0x47f69d[_0x1a6530(0x2b3)][_0x1a6530(0x1b4)][_0x1a6530(0x272)](_0x5a3f97),_0x47f69d[_0x1a6530(0x2b3)][_0x1a6530(0x1d1)][_0x1a6530(0x272)](_0x5a3f97));_0x5a3f97[_0x1a6530(0x2d1)]=globals[_0x1a6530(0x20d)](_0x22d4b8[_0x1a6530(0x1b5)]);try{global[_0x1a6530(0x1b4)][0x0]['session_'][_0x1a6530(0x2d6)](_0x41506e=>{const _0x420f2a=_0x1a6530;logger[_0x420f2a(0x203)](_0x420f2a(0x258)+_0x41506e['getId']()+_0x420f2a(0x1df));})['catch'](_0x41c419=>{const _0x277a8a=_0x1a6530;logger[_0x277a8a(0x203)](_0x277a8a(0x1cc)+_0x41c419);});}catch(_0x38ac39){logger[_0x1a6530(0x203)](_0x1a6530(0x1cc)+_0x38ac39);}globals[_0x1a6530(0x2e6)](_0x22d4b8[_0x1a6530(0x1b5)],globals['getGlobal'](_0x22d4b8[_0x1a6530(0x1b5)]));})(),_0x5a3f97;}}_0x47f69d&&(globals[_0x56170f(0x226)]=_0x47f69d['global']['browserStackGlobals']);if(_0x22d4b8[_0x56170f(0x1b7)](isAccessibilityAutomationSession))try{let _0x66e019=helper[_0x56170f(0x1e7)](_0x22d4b8['XVOwt'],_0x22d4b8[_0x56170f(0x28a)])[_0x56170f(0x1d7)];(!_0x66e019['prototype']||!_0x66e019[_0x56170f(0x209)][_0x56170f(0x1b1)])&&(_0x66e019=helper[_0x56170f(0x1e7)](_0x22d4b8['YwyNW'],_0x22d4b8[_0x56170f(0x28a)])[_0x56170f(0x271)]);if(_0x66e019[_0x56170f(0x209)]&&_0x66e019['prototype']['execute']){const _0x347abb=_0x66e019['prototype']['execute'];logger['debug'](_0x22d4b8[_0x56170f(0x2bf)]),_0x66e019[_0x56170f(0x209)][_0x56170f(0x1b1)]=async function(){const _0x6440cf=_0x56170f;try{!globals['getGlobal'](_0x22d4b8[_0x6440cf(0x2e0)])&&globals[_0x6440cf(0x20d)](_0x22d4b8['QsCRR'])&&globals[_0x6440cf(0x20d)](_0x22d4b8['bmdcE'])&&scripts[_0x6440cf(0x239)](arguments[0x0][_0x6440cf(0x1ff)])&&!_0x22d4b8[_0x6440cf(0x29f)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x6440cf(0x2e6)](_0x22d4b8['VeHDl'],!![]),logger[_0x6440cf(0x203)](_0x6440cf(0x25c)+arguments[0x0][_0x6440cf(0x1ff)]),await _0x22d4b8[_0x6440cf(0x2b8)](performScan,global[_0x6440cf(0x268)],arguments[0x0]['name_']));}catch(_0x1f1a73){logger[_0x6440cf(0x203)](_0x6440cf(0x228)+util[_0x6440cf(0x2a1)](_0x1f1a73));}return globals[_0x6440cf(0x2e6)](_0x22d4b8[_0x6440cf(0x2e0)],![]),_0x347abb[_0x6440cf(0x20b)](this,arguments);};}}catch(_0x1b157d){logger['debug'](_0x22d4b8[_0x56170f(0x2ab)](_0x22d4b8['oCede'],_0x1b157d));}return _0x86f78d['originalBuilder']=_0x86f78d[_0x56170f(0x22d)],_0x86f78d['Builder']=_0x49bd47,_0xe848ab['HttpClient']=_0x4eb235,_0x86f78d;};module['exports'][a172_0x16f15b(0x1ca)]=modify,module['exports'][a172_0x16f15b(0x1a7)]=modifyV2,module[a172_0x16f15b(0x29c)][a172_0x16f15b(0x20f)]=percySDK,module['exports'][a172_0x16f15b(0x2d8)]=BrowserStackSdk,module[a172_0x16f15b(0x29c)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a172_0x16f15b(0x20c))['installAll']();}catch(a172_0x567f3a){logger[a172_0x16f15b(0x203)](a172_0x16f15b(0x1e8)+(a172_0x567f3a&&a172_0x567f3a['message']));}module[a172_0x16f15b(0x29c)][a172_0x16f15b(0x2b4)]=require(a172_0x16f15b(0x20c))[a172_0x16f15b(0x2cb)];
1
+ function a175_0x2f5a(){const _0x2c44eb=['./browserStackSdk','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','DAZbZ','platform','603815oDnIsD','format','mufjm','WebDriver','./bin/node-generic/client','sPLEc','caps_','DXnrn','kQyUB','isTurboScaleSession','NyrUI','mnHjk','qzsLa','./helpers/driverInitErrorReporter','getAccessibilityResultsSummary','catch','error','push','includes','1207374skEBto','CAkmp','atLhn','eaRSb','bwkZl','edgeOptions_','agent_','bstackA11yShouldScan','qjjkW','gklCJ','DbLcg','./helpers/patchHelper','browserstackAgentV2','setServer','ACAOZ','toLowerCase','set','getId','./helpers/percy/PercySDK','fDuBz','exCFL','platformName','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','optimalHubUrl','hqTXE','hSUia','info','keys','ieOptions_','wvWcH','capabilities_','CinZs','sGiSj','AlrHN','SvhqE','xXbSq','startA11yScanning','nunnO','path','xOcdS','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','Failed\x20to\x20perform\x20scan\x20','url_','getRequestOptions','MBQHS','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','AJDAB','HttpClient','shouldWrapCommand','useW3C','LdCHD','chromeOptions','quitCount_','eOWYz','bstackA11yScanOptions','XeEuP','split','debug','selenium-webdriver/lib/http.js','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','isUndefined','wXRGM','goog:chromeOptions','jPHpv','/wd/hub','jYFSz','54vNwVoo','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','OuOLm','patchDriverPercy','warn','Unable\x20to\x20find\x20executor\x20class\x20','yLqdD','quETW','WebElement','yiTyf','scannerVersion','tDKlM','EcmFA','capabilities','dYTSS','get','cMDDC','wSqpI','installAll','wjbAY','updateHubUrl','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','diAJs','JzWFf','mFJhZ','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','yOpMJ','percy','Performing\x20scan\x20for\x20','storeOptimalHubUrl','rWxnI','oLgxR','./helpers/patchHelpers','apply','BmlCH','ITtGr','wWXcn','Ncjkr','cflJP','AMlfo','(sync)','FpEUz','Yucdz','Proxy\x20set\x20to\x20','__setBrowserOptions','WHBKr','proxyUrl','authToken','args','message','GCByJ','./bin/mocha/accessibility-automation/helper','RUexl','dJPXx','delete','KtZxT','DdDfn','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','browserVersion','proxySettings','forEach','Setting\x20Browserstack\x20capabilities','ngyOs','QAHER','length','uPiNd','sldwM','ntwSI','BROWSERSTACK_TURBOSCALE','originalBuilder','./helpers/performance/constants','AaEKi','xotjQ','exports','__driversArray','framework','jKeYH','deviceName','18LnQHGB','Executor','chrome','JieCU','FlGDm','pWbTt','./helpers/accessibility-automation/helper','aotHY','WIvCv','getGlobal','CAPABILITY_KEY','assign','hkFav','bdvPV','DGxTN','wsIAX','ADycS','./hubAllocationMethods','then','yqNTT','rfejv','TestClient','kBHAc','browserStackLogLevel','Builder','xIfdt','NmVGw','accessibilityOptions','browserstack.accessibility','wCuSj','SZmWd','ms:edgeOptions','browserStackGlobals','ziuSu','./helpers/percy/utils','NOfoa','global','winstonLogger','bCQEW','DbaaM','GCuMS','consumeHubUrlForSession','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','safari.options','spQJq','isBrowserstackInfra','6417830IxNLMB','android','AoByq','requireSeleniumWebdriver','setGlobal','isMobilePlatform','concat','CETxP','performScan','TJRyZ','from','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','AEkQW','getHubUrl','getAccessibilityResults','options_','rhFGs','mergeDeep','LYsHx','BS_A11Y_JWT','overrideGet','session_','env','execute','rsVem','/session','name_','lwmip','stopA11yScanning','EiBwO','eynjm','setCapabilities','proxy_','firefoxOptions_','util','browserstackAgent','pUnem','send','xeAyM','fcshp','UePaQ','./helpers/accessibility-automation/scripts','KScIv','IAhus','device','__driver','SDK_POST_INITIALIZE','selenium-webdriver','setting\x20driver\x20Session\x20ID:\x20','1024040ZuqOeR','browserName','dzpMh','dzyUk','XRVNJ','tiNUW','setAdditionalCapabilities','se:ieOptions','__drivers','eMlYT','selenium-webdriver/lib/webdriver.js','isArray','10807TLrvTI','IfGOs','AThHp','sKGcd','parse','WerOH','object','BrowserStackSdk','capability','SQJfA','4YtAHvL','New\x20hub\x20url\x20set\x20to\x20','BHXXs','edgeOptions','requireModule','QnBkW','2940MqLOfQ','maMZh','Modifying\x20webdriver\x20builder','mKPIX','overrideQuit','isAccessibilityPlatform','firefoxOptions','build','VjbRb','./helpers/helper','YhzRX','setLogLevel','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','yPpBG','KoEVL','browserstack.accessibilityOptions','accessibility','eoIUh','chromeOptions_','jZYjR','measureWrapper','oRiWJ','dZMNP','jsoen','bstack:options','obpcy','FBQlS','VJVOl','prepareCapabilities','safariOptions_','./helpers/accessibility-automation/constants','requireHttpClient','moz:firefoxOptions','getHttpAgent','ZiqJS','pQgTz','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','sFKiZ','browserstackSessionName','vyyAN','https://','VbIpb','549052bLXfpc','guDIc','prototype'];a175_0x2f5a=function(){return _0x2c44eb;};return a175_0x2f5a();}const a175_0x258a45=a175_0x1abf;function a175_0x1abf(_0x149d77,_0x24d21b){const _0x2f5a2e=a175_0x2f5a();return a175_0x1abf=function(_0x1abf2d,_0xf1f654){_0x1abf2d=_0x1abf2d-0xe5;let _0x596391=_0x2f5a2e[_0x1abf2d];return _0x596391;},a175_0x1abf(_0x149d77,_0x24d21b);}(function(_0x3515b4,_0x67ad0c){const _0x1e1a5c=a175_0x1abf,_0x3cddb0=_0x3515b4();while(!![]){try{const _0x3a816f=-parseInt(_0x1e1a5c(0x102))/0x1*(-parseInt(_0x1e1a5c(0x198))/0x2)+parseInt(_0x1e1a5c(0x112))/0x3+parseInt(_0x1e1a5c(0x10c))/0x4*(parseInt(_0x1e1a5c(0x143))/0x5)+parseInt(_0x1e1a5c(0x156))/0x6+-parseInt(_0x1e1a5c(0x13c))/0x7+-parseInt(_0x1e1a5c(0xf6))/0x8*(-parseInt(_0x1e1a5c(0x1e6))/0x9)+-parseInt(_0x1e1a5c(0x214))/0xa;if(_0x3a816f===_0x67ad0c)break;else _0x3cddb0['push'](_0x3cddb0['shift']());}catch(_0x2d7c35){_0x3cddb0['push'](_0x3cddb0['shift']());}}}(a175_0x2f5a,0x24c18));const util=require(a175_0x258a45(0xe7)),{overrideTakeScreenshot}=require(a175_0x258a45(0x1b8)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a175_0x258a45(0x1ec)),{setAccessibilityCapabilities,setExtension}=require(a175_0x258a45(0x1cb)),helper=require(a175_0x258a45(0x11b)),logger=require('./helpers/logger')[a175_0x258a45(0x20b)],hubAllocator=require(a175_0x258a45(0x1f7)),percySDK=require(a175_0x258a45(0x168)),percyHelper=require(a175_0x258a45(0x208)),BrowserStackSdk=require(a175_0x258a45(0x13f)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a175_0x258a45(0xee)),globals=require('./helpers/globals'),{overrideExecute}=require(a175_0x258a45(0x161)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a175_0x258a45(0x1de)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x488538=>{const _0x53d7db=a175_0x258a45,_0x10f3c7={'oRiWJ':function(_0x3a5e44,_0x2fef4a){return _0x3a5e44!==_0x2fef4a;},'PtqaN':_0x53d7db(0x22d),'BmlCH':function(_0x5b029d,_0x2d4170){return _0x5b029d+_0x2d4170;},'wXRGM':function(_0x19f602,_0x345fc6){return _0x19f602+_0x345fc6;},'kFrvg':_0x53d7db(0x13a),'wSqpI':'/wd/hub','TJRyZ':'goog:chromeOptions','jYFSz':'chromeOptions','MBQHS':_0x53d7db(0x205),'hkFav':_0x53d7db(0x10f),'IfGOs':_0x53d7db(0x132),'tmUBQ':_0x53d7db(0x118),'xXbSq':_0x53d7db(0x211),'pQgTz':_0x53d7db(0xfd),'LzyWr':'ieOptions','jKeYH':function(_0x4fe68a,_0x57dcd6){return _0x4fe68a===_0x57dcd6;},'NmVGw':'object','javxC':'Setting\x20Browserstack\x20capabilities','qzsLa':function(_0x13cf2d){return _0x13cf2d();},'SvhqE':function(_0x39ddec,_0x4dd0ed){return _0x39ddec(_0x4dd0ed);},'atLhn':function(_0x5f3747){return _0x5f3747();},'pUnem':_0x53d7db(0x12a),'xIfdt':_0x53d7db(0xf1),'ACAOZ':_0x53d7db(0x1e5),'wCxIA':_0x53d7db(0x16b),'dzyUk':_0x53d7db(0x142),'wWXcn':'browserName','hqTXE':function(_0x3f0ae4,_0x3acc9e){return _0x3f0ae4===_0x3acc9e;},'Ncjkr':'android','AMlfo':_0x53d7db(0x1e8),'AEzrg':function(_0x329909){return _0x329909();},'AlrHN':_0x53d7db(0x136),'fDuBz':_0x53d7db(0x219),'jZYjR':_0x53d7db(0x117),'SQJfA':function(_0x332200,_0x5e01e0,_0x47e364){return _0x332200(_0x5e01e0,_0x47e364);},'jPHpv':_0x53d7db(0x202),'jsoen':'browserstack.accessibilityOptions','mnHjk':_0x53d7db(0x140),'LYsHx':'bstackA11yShouldScan','gklCJ':_0x53d7db(0x18c),'iQEoQ':function(_0x53e1cd,_0x257772){return _0x53e1cd||_0x257772;},'aotHY':function(_0x367293,_0x5ac5b1,_0xfe90a1){return _0x367293(_0x5ac5b1,_0xfe90a1);},'BlOHj':_0x53d7db(0x16d),'QAHER':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','pWbTt':function(_0x1d868a,_0x6a6371,_0x4aac2e,_0x40fe56,_0x5f18c4){return _0x1d868a(_0x6a6371,_0x4aac2e,_0x40fe56,_0x5f18c4);},'BHXXs':function(_0x1d1c4a,_0x340261,_0x492c16,_0x441979,_0x274468){return _0x1d1c4a(_0x340261,_0x492c16,_0x441979,_0x274468);},'EiBwO':function(_0x29fbcc,_0x447b82){return _0x29fbcc||_0x447b82;},'WHBKr':_0x53d7db(0x183),'vyyAN':_0x53d7db(0x114)};logger[_0x53d7db(0x170)](_0x10f3c7[_0x53d7db(0x1c5)]),logger[_0x53d7db(0x18f)](_0x10f3c7[_0x53d7db(0x139)]);const _0x335c22=helper[_0x53d7db(0x217)](),_0x33b659=helper[_0x53d7db(0x131)]();class _0x2e27ea extends _0x33b659[_0x53d7db(0x185)]{['send'](_0x367936){const _0x196a31=_0x53d7db;if(_0x10f3c7[_0x196a31(0x127)](_0x367936[_0x196a31(0x17c)],_0x10f3c7['PtqaN']))try{const _0x423cc9=_0x367936[_0x196a31(0x17c)][_0x196a31(0x18e)]('/')[0x2];if(_0x423cc9){const _0x486405=hubAllocator['consumeHubUrlForSession'](_0x423cc9);if(_0x486405){const _0x56fdef=_0x10f3c7[_0x196a31(0x1ba)](_0x10f3c7[_0x196a31(0x193)](_0x10f3c7['kFrvg'],_0x486405),_0x10f3c7[_0x196a31(0x1a9)]);this[_0x196a31(0x223)]=hubAllocator['getRequestOptions'](_0x56fdef),logger[_0x196a31(0x18f)](_0x196a31(0x10d)+_0x56fdef);}}}catch(_0x5a034e){logger[_0x196a31(0x153)](_0x5a034e);}return super[_0x196a31(0xea)](_0x367936);}}class _0x304e73 extends _0x335c22[_0x53d7db(0x1fe)]{[_0x53d7db(0x1c4)](_0x453548){const _0x5a8255=_0x53d7db;let _0x73349a={};for(const _0x46b3e1 in _0x453548){switch(_0x46b3e1){case _0x10f3c7[_0x5a8255(0x21d)]:case _0x10f3c7[_0x5a8255(0x197)]:this[_0x5a8255(0x124)]&&(_0x73349a=this[_0x5a8255(0x124)][_0x5a8255(0x1a7)](this[_0x5a8255(0x124)][_0x5a8255(0x1f0)])||{},this['chromeOptions_'][_0x5a8255(0x166)](this[_0x5a8255(0x124)][_0x5a8255(0x1f0)],helper[_0x5a8255(0x225)](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x182)]:case _0x10f3c7[_0x5a8255(0x1f2)]:this[_0x5a8255(0x15b)]&&(_0x73349a=this[_0x5a8255(0x15b)][_0x5a8255(0x1a7)](this[_0x5a8255(0x15b)][_0x5a8255(0x1f0)])||{},this[_0x5a8255(0x15b)][_0x5a8255(0x166)](this[_0x5a8255(0x15b)][_0x5a8255(0x1f0)],helper[_0x5a8255(0x225)](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x103)]:case _0x10f3c7['tmUBQ']:this[_0x5a8255(0xe6)]&&(_0x73349a=this[_0x5a8255(0xe6)]['get'](this[_0x5a8255(0xe6)][_0x5a8255(0x1f0)])||{},this[_0x5a8255(0xe6)][_0x5a8255(0x166)](this[_0x5a8255(0xe6)]['CAPABILITY_KEY'],helper[_0x5a8255(0x225)](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x179)]:this[_0x5a8255(0x12f)]&&(_0x73349a=this[_0x5a8255(0x12f)]['get'](this[_0x5a8255(0x12f)]['CAPABILITY_KEY'])||{},this[_0x5a8255(0x12f)][_0x5a8255(0x166)](this[_0x5a8255(0x12f)][_0x5a8255(0x1f0)],helper['mergeDeep'](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x135)]:case _0x10f3c7['LzyWr']:this['ieOptions_']&&(_0x73349a=this[_0x5a8255(0x172)][_0x5a8255(0x1a7)](this['ieOptions_'][_0x5a8255(0x1f0)])||{},this[_0x5a8255(0x172)][_0x5a8255(0x166)](this['ieOptions_'][_0x5a8255(0x1f0)],helper['mergeDeep'](_0x73349a,_0x453548[_0x46b3e1])));break;}}}[_0x53d7db(0x163)](){const _0x5605a7=_0x53d7db;return this[_0x5605a7(0x180)]=helper['getHubUrl'](_0x488538),logger[_0x5605a7(0x18f)]('Hub\x20url\x20set\x20to\x20'+this[_0x5605a7(0x180)]),this;}[_0x53d7db(0x233)](){const _0x521503=_0x53d7db;return logger['debug'](_0x10f3c7['javxC']),this[_0x521503(0x1c4)](_0x488538[_0x521503(0x10a)]),Object[_0x521503(0x171)](_0x488538['capability'])[_0x521503(0x1d4)](_0x126957=>{const _0x30fc9e=_0x521503,_0x40b849=this[_0x30fc9e(0x174)]['get'](_0x126957);_0x10f3c7[_0x30fc9e(0x1e4)](typeof _0x40b849,_0x10f3c7[_0x30fc9e(0x200)])?this[_0x30fc9e(0x174)][_0x30fc9e(0x166)](_0x126957,helper[_0x30fc9e(0x225)](_0x40b849,_0x488538[_0x30fc9e(0x10a)][_0x126957])):this[_0x30fc9e(0x174)][_0x30fc9e(0x166)](_0x126957,_0x488538['capability'][_0x126957]);}),this;}[_0x53d7db(0x119)](){const _0x25e47d=_0x53d7db,_0x433225={'diAJs':_0x10f3c7[_0x25e47d(0x226)],'eynjm':_0x10f3c7[_0x25e47d(0x15f)],'rhFGs':function(_0x5d98b5,_0xeccaa){return _0x10f3c7['iQEoQ'](_0x5d98b5,_0xeccaa);},'ngyOs':function(_0x36cc3e,_0x2250c8,_0x4f4b97){const _0x4bbcca=_0x25e47d;return _0x10f3c7[_0x4bbcca(0x1ed)](_0x36cc3e,_0x2250c8,_0x4f4b97);},'NyrUI':_0x10f3c7['BlOHj'],'PDeHC':_0x10f3c7[_0x25e47d(0x1d7)],'wCuSj':function(_0x24896d,_0x505f46,_0x4d24ea,_0x264933,_0x2061b5){const _0x4a479f=_0x25e47d;return _0x10f3c7[_0x4a479f(0x1eb)](_0x24896d,_0x505f46,_0x4d24ea,_0x264933,_0x2061b5);},'kgFvd':function(_0x2aeebc,_0x435962,_0x5afe95,_0x21b65b,_0x379d9b){const _0x3387c2=_0x25e47d;return _0x10f3c7[_0x3387c2(0x10e)](_0x2aeebc,_0x435962,_0x5afe95,_0x21b65b,_0x379d9b);},'KoEVL':function(_0x3fba9e,_0x569a2b){const _0x495b8c=_0x25e47d;return _0x10f3c7[_0x495b8c(0x231)](_0x3fba9e,_0x569a2b);},'GCByJ':function(_0x8045f7,_0x3e811f,_0x194458){const _0x25b2ad=_0x25e47d;return _0x10f3c7[_0x25b2ad(0x10b)](_0x8045f7,_0x3e811f,_0x194458);}};PerformanceTester[_0x25e47d(0x126)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2d1f53=_0x25e47d;_0x10f3c7[_0x2d1f53(0x14f)](isAccessibilityAutomationSession)&&_0x10f3c7[_0x2d1f53(0x178)](setAccessibilityCapabilities,_0x488538);this[_0x2d1f53(0x163)](),this[_0x2d1f53(0x233)]();if(helper['isPacProxy'](_0x488538[_0x2d1f53(0x1d3)][_0x2d1f53(0x1c6)]))this[_0x2d1f53(0x15c)]=helper[_0x2d1f53(0x133)](_0x488538['proxySettings'][_0x2d1f53(0x1c6)]);else _0x488538['proxySettings'][_0x2d1f53(0x1c6)]&&(this[_0x2d1f53(0xe5)]=_0x488538[_0x2d1f53(0x1d3)]['proxyUrl'],logger[_0x2d1f53(0x18f)]('Proxy\x20set\x20to\x20'+this[_0x2d1f53(0xe5)]));if(_0x10f3c7[_0x2d1f53(0x158)](isAccessibilityAutomationSession)){const _0x482df1=this['capabilities_']['get'](_0x10f3c7[_0x2d1f53(0xe9)])||{},_0x11357f=_0x482df1['deviceName']||this[_0x2d1f53(0x174)]['get'](_0x10f3c7[_0x2d1f53(0x1ff)])||this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0x164)]);if(_0x11357f){const _0x4f94a5=(_0x482df1[_0x2d1f53(0x16b)]||_0x482df1[_0x2d1f53(0x142)]||this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7['wCxIA'])||this['capabilities_'][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0xf9)])||'')[_0x2d1f53(0x165)](),_0x910e80=(_0x482df1[_0x2d1f53(0xf7)]||this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0x1bc)])||'')[_0x2d1f53(0x165)]();_0x10f3c7[_0x2d1f53(0x16e)](_0x4f94a5,_0x10f3c7[_0x2d1f53(0x1bd)])&&_0x910e80[_0x2d1f53(0x155)](_0x10f3c7[_0x2d1f53(0x1bf)])&&(_0x10f3c7['AEzrg'](isMobileScanningEnabledForGroup)&&(logger[_0x2d1f53(0x18f)](_0x10f3c7[_0x2d1f53(0x177)]),globals[_0x2d1f53(0x218)](_0x10f3c7[_0x2d1f53(0x169)],!![])));}}if(globals['getGlobal'](_0x10f3c7[_0x2d1f53(0x125)])){if(!_0x10f3c7['SQJfA'](setExtension,this,_0x488538)){globals['setGlobal'](_0x10f3c7[_0x2d1f53(0x125)],![]);const _0x2611e6=this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0xe9)]);_0x2611e6&&(_0x2611e6[_0x2d1f53(0x122)]=![],delete _0x2611e6[_0x2d1f53(0x201)],this[_0x2d1f53(0x174)]['set'](_0x10f3c7[_0x2d1f53(0xe9)],_0x2611e6)),this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0x195)])&&(this['capabilities_'][_0x2d1f53(0x166)](_0x10f3c7['jPHpv'],![]),this[_0x2d1f53(0x174)]['delete'](_0x10f3c7[_0x2d1f53(0x129)]));}}(!helper[_0x2d1f53(0x213)]()||helper[_0x2d1f53(0x14c)](_0x488538))&&helper[_0x2d1f53(0x12e)](null,helper['useW3C'](_0x488538),_0x488538[_0x2d1f53(0x1e3)],null,this,null),helper[_0x2d1f53(0xfc)](_0x488538[_0x2d1f53(0x10a)]),logger[_0x2d1f53(0x18f)](_0x10f3c7[_0x2d1f53(0x14e)]);})();const _0x59d638=super['build']();return PerformanceTester[_0x25e47d(0x126)](PerformanceEvents[_0x25e47d(0xf3)],()=>{const _0x5ea2b6=_0x25e47d,_0x22142d={'ITtGr':_0x433225[_0x5ea2b6(0x14d)],'OiipE':_0x433225['PDeHC'],'mKPIX':function(_0x3cca1c,_0x598c27,_0x4177b8){const _0x1b3536=_0x5ea2b6;return _0x433225[_0x1b3536(0x1d6)](_0x3cca1c,_0x598c27,_0x4177b8);},'tyXQl':function(_0x143955,_0x291ed1,_0x3a3196,_0x5218bd,_0x34b11a){const _0x27a339=_0x5ea2b6;return _0x433225[_0x27a339(0x203)](_0x143955,_0x291ed1,_0x3a3196,_0x5218bd,_0x34b11a);},'mufjm':function(_0x2f08ad,_0x2e2513){const _0x8ce54d=_0x5ea2b6;return _0x433225[_0x8ce54d(0x224)](_0x2f08ad,_0x2e2513);},'WerOH':_0x433225['diAJs'],'VJVOl':_0x433225[_0x5ea2b6(0x232)],'TsaZT':function(_0x146e88,_0x5d701e,_0x1a8d2b,_0x2bc1f7,_0x583ddd){return _0x433225['kgFvd'](_0x146e88,_0x5d701e,_0x1a8d2b,_0x2bc1f7,_0x583ddd);},'yqNTT':function(_0x327bec,_0x3168c5){const _0x450643=_0x5ea2b6;return _0x433225[_0x450643(0x120)](_0x327bec,_0x3168c5);}};_0x59d638[_0x5ea2b6(0x229)][_0x5ea2b6(0x1f8)](_0xc5a080=>{const _0xec1508=_0x5ea2b6;try{const _0x50614d=_0xc5a080[_0xec1508(0x149)][_0xec1508(0x1a7)](_0x22142d[_0xec1508(0x1bb)]);_0x50614d?(logger['debug'](_0xec1508(0x21f)+_0x50614d),hubAllocator[_0xec1508(0x1ac)](_0x50614d,_0xc5a080[_0xec1508(0x167)]()),helper['storeOptimalHubUrl'](_0x50614d)):logger[_0xec1508(0x18f)](_0x22142d['OiipE']);}catch(_0xd0f278){logger['debug'](_0xec1508(0x210)+_0xd0f278);}}),_0x59d638[_0x5ea2b6(0x1f8)]&&_0x59d638[_0x5ea2b6(0x1f8)](_0x4fe4bd=>{const _0x13cbf3=_0x5ea2b6,_0x17eae6={'RUexl':_0x433225[_0x13cbf3(0x1ae)],'zxnTi':_0x433225[_0x13cbf3(0x232)],'dwkTk':function(_0x52a63b,_0x1d90b3){const _0x21bbdb=_0x13cbf3;return _0x433225[_0x21bbdb(0x224)](_0x52a63b,_0x1d90b3);}};helper[_0x13cbf3(0x228)](_0x4fe4bd,_0x488538),_0x433225[_0x13cbf3(0x1d6)](overrideExecute,_0x4fe4bd,_0x488538),_0x4fe4bd['getAccessibilityResultsSummary']=async()=>{const _0x53c979=_0x13cbf3;return await _0x22142d[_0x53c979(0x115)](getAccessibilityResultsSummary,_0x4fe4bd,global);},_0x4fe4bd['getAccessibilityResults']=async()=>{const _0x2bc215=_0x13cbf3;return await _0x22142d[_0x2bc215(0x115)](getAccessibilityResults,_0x4fe4bd,global);},_0x4fe4bd[_0x13cbf3(0x21c)]=async _0x21a547=>{return await _0x22142d['tyXQl'](performScan,_0x4fe4bd,null,!![],_0x22142d['mufjm'](_0x21a547,null));},_0x4fe4bd[_0x13cbf3(0x17a)]=async _0x31c700=>{const _0x232146=_0x13cbf3;globals[_0x232146(0x218)](_0x17eae6[_0x232146(0x1cc)],!![]),globals[_0x232146(0x218)](_0x17eae6['zxnTi'],_0x17eae6['dwkTk'](_0x31c700,null));},_0x4fe4bd[_0x13cbf3(0x230)]=async()=>{const _0x39e5f1=_0x13cbf3;globals[_0x39e5f1(0x218)](_0x22142d[_0x39e5f1(0x107)],![]),globals[_0x39e5f1(0x218)](_0x22142d[_0x39e5f1(0x12d)],null);};}),_0x59d638['getAccessibilityResultsSummary']=async()=>{const _0x5172e0=_0x5ea2b6;return await _0x22142d[_0x5172e0(0x115)](getAccessibilityResultsSummary,_0x59d638,global);},_0x59d638['getAccessibilityResults']=async()=>{return await _0x433225['ngyOs'](getAccessibilityResults,_0x59d638,global);},_0x59d638[_0x5ea2b6(0x21c)]=async _0xb9d714=>{const _0x2431a3=_0x5ea2b6;return await _0x22142d['TsaZT'](performScan,_0x59d638,null,!![],_0x22142d[_0x2431a3(0x145)](_0xb9d714,null));},_0x59d638['startA11yScanning']=async _0x3dabfb=>{const _0x2ec554=_0x5ea2b6;globals[_0x2ec554(0x218)](_0x22142d['WerOH'],!![]),globals[_0x2ec554(0x218)](_0x22142d[_0x2ec554(0x12d)],_0x22142d[_0x2ec554(0x1f9)](_0x3dabfb,null));},_0x59d638[_0x5ea2b6(0x230)]=async()=>{const _0x426842=_0x5ea2b6;globals[_0x426842(0x218)](_0x433225['diAJs'],![]),globals['setGlobal'](_0x433225[_0x426842(0x232)],null);},helper['overrideGet'](_0x59d638,_0x488538),_0x433225[_0x5ea2b6(0x1ca)](overrideExecute,_0x59d638,_0x488538),helper[_0x5ea2b6(0x192)](global[_0x5ea2b6(0x1e2)])&&(global['__driversArray']=[]),global[_0x5ea2b6(0x1e2)][_0x5ea2b6(0x154)](_0x59d638);})(),_0x59d638;}}_0x335c22[_0x53d7db(0x1dd)]=_0x335c22[_0x53d7db(0x1fe)],_0x335c22[_0x53d7db(0x1fe)]=_0x304e73,_0x33b659[_0x53d7db(0x185)]=_0x2e27ea;},propagateJestSessionName=(_0x4bf775,_0xe20d3b,_0x71da63='')=>{const _0x321e50=a175_0x258a45,_0x4fb81e={};_0x4fb81e[_0x321e50(0x188)]=_0x321e50(0x1ad);const _0x8ff19b=_0x4fb81e;_0xe20d3b&&_0xe20d3b[_0x321e50(0x20a)]&&_0xe20d3b['global'][_0x321e50(0x138)]&&helper['isUndefined'](_0x4bf775[_0x321e50(0x138)])&&(_0x4bf775[_0x321e50(0x138)]=_0xe20d3b[_0x321e50(0x20a)][_0x321e50(0x138)],logger['debug'](util[_0x321e50(0x144)](_0x8ff19b[_0x321e50(0x188)],_0x71da63?'\x20'+_0x71da63:'',_0x4bf775[_0x321e50(0x138)])));},modifyV2=(_0x141440,_0x53be06=null,_0x4d36c9=![])=>{const _0x5e7ac9=a175_0x258a45,_0x55e240={'kBHAc':function(_0x8b0724,_0x50a985){return _0x8b0724!==_0x50a985;},'eMlYT':_0x5e7ac9(0x22d),'eoIUh':function(_0x51225d,_0x3340bc){return _0x51225d+_0x3340bc;},'xeAyM':_0x5e7ac9(0x13a),'yPpBG':_0x5e7ac9(0x196),'FlGDm':_0x5e7ac9(0x194),'DbLcg':_0x5e7ac9(0x189),'XeEuP':'ms:edgeOptions','KtZxT':_0x5e7ac9(0x10f),'yOpMJ':_0x5e7ac9(0x132),'dYTSS':_0x5e7ac9(0x118),'WIvCv':_0x5e7ac9(0x211),'KScIv':'se:ieOptions','VjbRb':'ieOptions','UePaQ':function(_0x4a69d3,_0x5da286){return _0x4a69d3===_0x5da286;},'QnBkW':_0x5e7ac9(0x108),'kQyUB':_0x5e7ac9(0x1d5),'JzWFf':function(_0x27ed24,_0x528b44){return _0x27ed24>_0x528b44;},'bwkZl':function(_0x554b8b){return _0x554b8b();},'XRVNJ':function(_0x4f4af5,_0x1987bc){return _0x4f4af5(_0x1987bc);},'DGxTN':function(_0x2f8c79){return _0x2f8c79();},'FpEUz':_0x5e7ac9(0x12a),'bdvPV':_0x5e7ac9(0xf1),'AEkQW':_0x5e7ac9(0x1e5),'rfejv':_0x5e7ac9(0x16b),'bCQEW':'platform','eOWYz':'browserName','sldwM':function(_0x3f10a9,_0x48660c){return _0x3f10a9===_0x48660c;},'Yucdz':_0x5e7ac9(0x215),'AJDAB':'chrome','ziuSu':function(_0x476a37){return _0x476a37();},'xotjQ':_0x5e7ac9(0x136),'maMZh':_0x5e7ac9(0x219),'hSUia':_0x5e7ac9(0x117),'wjbAY':function(_0x30a9a9,_0x2cf38d,_0x4b083a){return _0x30a9a9(_0x2cf38d,_0x4b083a);},'CETxP':_0x5e7ac9(0x202),'oLgxR':_0x5e7ac9(0x121),'fcshp':_0x5e7ac9(0x140),'GCuMS':'browserstack.com','sKGcd':function(_0xeab348){return _0xeab348();},'exCFL':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','yLqdD':function(_0x820dd,_0x3e0007){return _0x820dd(_0x3e0007);},'wsIAX':_0x5e7ac9(0x1d2),'tiNUW':function(_0x47d0cc,_0x36148d){return _0x47d0cc(_0x36148d);},'Ojghh':_0x5e7ac9(0x130),'eaRSb':function(_0xf911d7,_0x574cfe){return _0xf911d7(_0x574cfe);},'yiTyf':function(_0xcd8e38,_0x2cb67d){return _0xcd8e38<_0x2cb67d;},'guDIc':function(_0x82f9de,_0x40d88a){return _0x82f9de(_0x40d88a);},'gMjWK':function(_0x3eba87,_0x58e3ec){return _0x3eba87||_0x58e3ec;},'cflJP':function(_0x2e569c){return _0x2e569c();},'dJPXx':function(_0x4bcbed,_0x1ae8c8){return _0x4bcbed(_0x1ae8c8);},'mFJhZ':_0x5e7ac9(0x11e),'sGiSj':_0x5e7ac9(0x16d),'sFKiZ':_0x5e7ac9(0x199),'spQJq':function(_0x6111bf,_0x5d2241,_0x1b3678){return _0x6111bf(_0x5d2241,_0x1b3678);},'OuOLm':function(_0x10c96b,_0x1b692,_0x1f11bf,_0x5c68f5,_0x79c11c){return _0x10c96b(_0x1b692,_0x1f11bf,_0x5c68f5,_0x79c11c);},'VbIpb':function(_0x38e27c,_0x5c2ab0){return _0x38e27c||_0x5c2ab0;},'quETW':_0x5e7ac9(0x15d),'obpcy':_0x5e7ac9(0x18c),'AThHp':function(_0xfb205c,_0x1d76f8){return _0xfb205c||_0x1d76f8;},'wvWcH':function(_0xfa2127,_0x53e8d0){return _0xfa2127(_0x53e8d0);},'iVKon':function(_0x5e4ad3,_0x485d5f,_0x480abc,_0x4bda62){return _0x5e4ad3(_0x485d5f,_0x480abc,_0x4bda62);},'fNqbD':_0x5e7ac9(0x1c0),'ntwSI':function(_0x3ec82b,_0x64e6ac){return _0x3ec82b!==_0x64e6ac;},'XMeMH':function(_0x3cad14,_0x5b2a0a){return _0x3cad14(_0x5b2a0a);},'JieCU':'bstackAllyScanning','dZMNP':function(_0x29efaa,_0xae3899){return _0x29efaa(_0xae3899);},'ZiqJS':function(_0x38474d,_0x16079b,_0x49ef71){return _0x38474d(_0x16079b,_0x49ef71);},'cMDDC':_0x5e7ac9(0x183),'xOcdS':_0x5e7ac9(0x114),'IAhus':_0x5e7ac9(0x100),'dzpMh':_0x5e7ac9(0xf4),'eThSI':_0x5e7ac9(0x190),'ADycS':'Modifying\x20webdriver\x20execute','NOfoa':_0x5e7ac9(0x19d)},_0x2785b6=helper[_0x5e7ac9(0x131)]();let _0x3af519;try{_0x3af519=helper[_0x5e7ac9(0x217)](),_0x3af519[_0x5e7ac9(0x1dd)]&&(_0x3af519[_0x5e7ac9(0x1fe)]=_0x3af519[_0x5e7ac9(0x1dd)]);}catch(_0x30105b){return;}if(helper[_0x5e7ac9(0x213)]()){const _0x36cd49={};_0x36cd49['logLevel']=_0x141440[_0x5e7ac9(0x1fd)],helper[_0x5e7ac9(0x11d)](_0x36cd49,new Map(),new Map()),logger[_0x5e7ac9(0x170)](_0x55e240[_0x5e7ac9(0x1a8)]),logger[_0x5e7ac9(0x18f)](_0x55e240[_0x5e7ac9(0x17d)]);}class _0x6a20cc extends _0x2785b6[_0x5e7ac9(0x185)]{[_0x5e7ac9(0xea)](_0x28f9e7){const _0x25c4cc=_0x5e7ac9;if(_0x55e240[_0x25c4cc(0x1fc)](_0x28f9e7[_0x25c4cc(0x17c)],_0x55e240[_0x25c4cc(0xff)]))try{const _0x3ae205=_0x28f9e7[_0x25c4cc(0x17c)][_0x25c4cc(0x18e)]('/')[0x2];if(_0x3ae205){const _0x9c14bd=hubAllocator[_0x25c4cc(0x20f)](_0x3ae205);if(_0x9c14bd){const _0x4db4f2=_0x55e240[_0x25c4cc(0x123)](_0x55e240['eoIUh'](_0x55e240[_0x25c4cc(0xeb)],_0x9c14bd),_0x55e240[_0x25c4cc(0x11f)]);this[_0x25c4cc(0x223)]=hubAllocator[_0x25c4cc(0x181)](_0x4db4f2),logger[_0x25c4cc(0x18f)]('New\x20hub\x20url\x20set\x20to\x20'+_0x4db4f2);}}}catch(_0x6ac3d6){logger[_0x25c4cc(0x153)](_0x6ac3d6);}return super['send'](_0x28f9e7);}}class _0x2e6e86 extends _0x3af519[_0x5e7ac9(0x1fe)]{['setServer'](){const _0x3856f8=_0x5e7ac9;return helper['isBrowserstackInfra']()&&(this[_0x3856f8(0x180)]=helper[_0x3856f8(0x221)](_0x141440)),this;}['__setBrowserOptions'](_0x34068c){const _0x272636=_0x5e7ac9;let _0x5b519d={};for(const _0xf71e10 in _0x34068c){switch(_0xf71e10){case _0x55e240[_0x272636(0x1ea)]:case _0x55e240[_0x272636(0x160)]:this[_0x272636(0x124)]&&(_0x5b519d=this[_0x272636(0x124)][_0x272636(0x1a7)](this['chromeOptions_'][_0x272636(0x1f0)])||{},this[_0x272636(0x124)][_0x272636(0x166)](this[_0x272636(0x124)][_0x272636(0x1f0)],helper[_0x272636(0x225)](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0x18d)]:case _0x55e240[_0x272636(0x1cf)]:this[_0x272636(0x15b)]&&(_0x5b519d=this['edgeOptions_'][_0x272636(0x1a7)](this[_0x272636(0x15b)][_0x272636(0x1f0)])||{},this['edgeOptions_']['set'](this[_0x272636(0x15b)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0x1b2)]:case _0x55e240[_0x272636(0x1a6)]:this[_0x272636(0xe6)]&&(_0x5b519d=this[_0x272636(0xe6)][_0x272636(0x1a7)](this['firefoxOptions_'][_0x272636(0x1f0)])||{},this['firefoxOptions_']['set'](this[_0x272636(0xe6)][_0x272636(0x1f0)],helper[_0x272636(0x225)](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0x1ee)]:this[_0x272636(0x12f)]&&(_0x5b519d=this['safariOptions_'][_0x272636(0x1a7)](this[_0x272636(0x12f)][_0x272636(0x1f0)])||{},this['safariOptions_'][_0x272636(0x166)](this[_0x272636(0x12f)][_0x272636(0x1f0)],helper[_0x272636(0x225)](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0xef)]:case _0x55e240[_0x272636(0x11a)]:this['ieOptions_']&&(_0x5b519d=this[_0x272636(0x172)][_0x272636(0x1a7)](this[_0x272636(0x172)]['CAPABILITY_KEY'])||{},this[_0x272636(0x172)]['set'](this[_0x272636(0x172)][_0x272636(0x1f0)],helper['mergeDeep'](_0x5b519d,_0x34068c[_0xf71e10])));break;}}}[_0x5e7ac9(0x233)](){const _0x152a47=_0x5e7ac9,_0x41db69={'CinZs':function(_0x4f53aa,_0x3a5790){const _0x33139b=a175_0x1abf;return _0x55e240[_0x33139b(0xed)](_0x4f53aa,_0x3a5790);},'JOLHV':_0x55e240[_0x152a47(0x111)]};logger[_0x152a47(0x18f)](_0x55e240[_0x152a47(0x14b)]);const _0x2b329d=_0x141440[_0x152a47(0x10a)]&&_0x55e240[_0x152a47(0x1af)](Object['keys'](_0x141440[_0x152a47(0x10a)])[_0x152a47(0x1d8)],0x0)?_0x141440['capability']:_0x141440[_0x152a47(0x1a5)]&&Array[_0x152a47(0x101)](_0x141440[_0x152a47(0x1a5)])&&_0x55e240[_0x152a47(0x1af)](_0x141440[_0x152a47(0x1a5)][_0x152a47(0x1d8)],0x0)?_0x141440[_0x152a47(0x1a5)][0x0]:{};return this['__setBrowserOptions'](_0x2b329d),Object['keys'](_0x2b329d)[_0x152a47(0x1d4)](_0x1f7b7b=>{const _0x367e29=_0x152a47,_0x2ad0b7=this['capabilities_'][_0x367e29(0x1a7)](_0x1f7b7b);_0x41db69[_0x367e29(0x175)](typeof _0x2ad0b7,_0x41db69['JOLHV'])?this['capabilities_'][_0x367e29(0x166)](_0x1f7b7b,helper['mergeDeep'](_0x2ad0b7,_0x2b329d[_0x1f7b7b])):this['capabilities_']['set'](_0x1f7b7b,_0x2b329d[_0x1f7b7b]);}),this;}[_0x5e7ac9(0x119)](){const _0x3dbf7f=_0x5e7ac9,_0x4d5223={'nunnO':function(_0x239951){const _0x514ee1=a175_0x1abf;return _0x55e240[_0x514ee1(0x15a)](_0x239951);},'rsVem':function(_0x215611,_0x1a362e,_0x9d561e){const _0x327c65=a175_0x1abf;return _0x55e240[_0x327c65(0x212)](_0x215611,_0x1a362e,_0x9d561e);},'DAZbZ':_0x55e240['hSUia'],'DhzJi':_0x55e240[_0x3dbf7f(0x1c1)],'DbaaM':_0x55e240['CETxP'],'lwmip':_0x55e240[_0x3dbf7f(0x1b7)],'edmPG':function(_0x1aa788,_0x3c4d5c,_0x1dfd1a,_0x49fdf2,_0x249ac9){const _0x210f7a=_0x3dbf7f;return _0x55e240[_0x210f7a(0x19a)](_0x1aa788,_0x3c4d5c,_0x1dfd1a,_0x49fdf2,_0x249ac9);},'aJtqS':function(_0x3e1db4,_0x3343f6){const _0x5e9556=_0x3dbf7f;return _0x55e240[_0x5e9556(0x13b)](_0x3e1db4,_0x3343f6);},'NQkGi':_0x55e240[_0x3dbf7f(0x19f)],'DXnrn':_0x55e240[_0x3dbf7f(0x12b)],'DdDfn':function(_0x339b4b,_0x38050b){return _0x55e240['XMeMH'](_0x339b4b,_0x38050b);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4923de=_0x3dbf7f;if(helper['isBrowserstackInfra']()){helper[_0x4923de(0xfc)](_0x141440[_0x4923de(0x10a)]);_0x55e240[_0x4923de(0x15a)](isAccessibilityAutomationSession)&&_0x55e240[_0x4923de(0xfa)](setAccessibilityCapabilities,_0x141440);this['setServer'](),this[_0x4923de(0x233)]();if(helper['isPacProxy'](_0x141440[_0x4923de(0x1d3)][_0x4923de(0x1c6)]))this[_0x4923de(0x15c)]=helper[_0x4923de(0x133)](_0x141440[_0x4923de(0x1d3)][_0x4923de(0x1c6)]);else _0x141440[_0x4923de(0x1d3)][_0x4923de(0x1c6)]&&(this[_0x4923de(0xe5)]=_0x141440['proxySettings'][_0x4923de(0x1c6)],logger['debug'](_0x4923de(0x1c3)+this[_0x4923de(0xe5)]));if(_0x55e240[_0x4923de(0x1f4)](isAccessibilityAutomationSession)){const _0x589fd9=this['capabilities_'][_0x4923de(0x1a7)](_0x55e240['FpEUz'])||{},_0x3c1bca=_0x589fd9[_0x4923de(0x1e5)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1f3)])||this['capabilities_']['get'](_0x55e240[_0x4923de(0x220)]);if(_0x3c1bca){const _0x16ec6d=(_0x589fd9[_0x4923de(0x16b)]||_0x589fd9['platform']||this['capabilities_'][_0x4923de(0x1a7)](_0x55e240['rfejv'])||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240['bCQEW'])||'')[_0x4923de(0x165)](),_0x109796=(_0x589fd9[_0x4923de(0xf7)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x18b)])||'')[_0x4923de(0x165)]();_0x55e240[_0x4923de(0x1da)](_0x16ec6d,_0x55e240[_0x4923de(0x1c2)])&&_0x109796[_0x4923de(0x155)](_0x55e240[_0x4923de(0x184)])&&(_0x55e240[_0x4923de(0x207)](isMobileScanningEnabledForGroup)&&(logger[_0x4923de(0x18f)](_0x55e240[_0x4923de(0x1e0)]),globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x113)],!![])));}}if(globals['getGlobal'](_0x55e240['hSUia'])){if(!_0x55e240[_0x4923de(0x1ab)](setExtension,this,_0x141440)){globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x16f)],![]);const _0xec4bf2=this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1c1)]);_0xec4bf2&&(_0xec4bf2[_0x4923de(0x122)]=![],delete _0xec4bf2[_0x4923de(0x201)],this[_0x4923de(0x174)][_0x4923de(0x166)](_0x55e240['FpEUz'],_0xec4bf2)),this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x21b)])&&(this['capabilities_']['set'](_0x55e240[_0x4923de(0x21b)],![]),this['capabilities_'][_0x4923de(0x1ce)](_0x55e240['oLgxR']));}}process[_0x4923de(0x22a)][_0x4923de(0x1dc)]&&(helper[_0x4923de(0x12e)](null,helper[_0x4923de(0x187)](_0x141440),_0x141440['framework'],null,this,null),helper[_0x4923de(0xfc)](_0x141440[_0x4923de(0x10a)])),logger[_0x4923de(0x18f)](_0x55e240[_0x4923de(0xec)]);}else{if(this[_0x4923de(0x124)]){const _0x2c38dc=this[_0x4923de(0x124)][_0x4923de(0x1a7)](this[_0x4923de(0x124)][_0x4923de(0x1f0)]||_0x55e240['FlGDm']);if(_0x2c38dc&&_0x2c38dc['args']){const _0x345122=this['capabilities_'][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1ea)])||{},_0x11c187=(_0x345122[_0x4923de(0x1c8)]||[])[_0x4923de(0x21a)](_0x2c38dc[_0x4923de(0x1c8)]||[]),_0xa346fb=Array[_0x4923de(0x21e)](new Set(_0x11c187)),_0x217d71={};_0x217d71[_0x4923de(0x1c8)]=_0xa346fb,this[_0x4923de(0x174)][_0x4923de(0x166)](_0x55e240[_0x4923de(0x1ea)],Object[_0x4923de(0x1f1)]({},_0x345122,_0x2c38dc,_0x217d71));}}if(_0x55e240['ziuSu'](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x4923de(0x155)](_0x55e240[_0x4923de(0x20e)])){let _0x8cc56f=!![];const _0x575ba3=this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1c1)])||{},_0x38fecb=_0x575ba3[_0x4923de(0x1e5)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1f3)])||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x220)]);if(_0x38fecb){const _0x1ce87f=(_0x575ba3['platformName']||_0x575ba3[_0x4923de(0x142)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1fa)])||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x20c)])||'')[_0x4923de(0x165)](),_0x221812=(_0x575ba3['browserName']||this[_0x4923de(0x174)]['get'](_0x55e240[_0x4923de(0x18b)])||'')['toLowerCase']();_0x55e240['sldwM'](_0x1ce87f,_0x55e240[_0x4923de(0x1c2)])&&_0x221812[_0x4923de(0x155)](_0x55e240[_0x4923de(0x184)])?!_0x55e240[_0x4923de(0x105)](isMobileScanningEnabledForGroup)?(logger[_0x4923de(0x19c)](MOBILE_SCANNING_DISABLED_WARNING),_0x8cc56f=![]):(logger[_0x4923de(0x18f)](_0x55e240[_0x4923de(0x1e0)]),globals[_0x4923de(0x218)](_0x55e240['maMZh'],!![])):(logger[_0x4923de(0x19c)](_0x55e240[_0x4923de(0x16a)]),_0x8cc56f=![]);}if(_0x8cc56f){const _0x56aa09=_0x55e240[_0x4923de(0x19e)](parseFloat,_0x575ba3['browserVersion']||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1f5)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3bf938}=_0x55e240[_0x4923de(0xfb)](require,_0x55e240['Ojghh']),_0xa3aa1f=_0x55e240[_0x4923de(0x159)](parseFloat,_0x3bf938);!_0x55e240[_0x4923de(0x159)](isNaN,_0x56aa09)&&_0x55e240[_0x4923de(0x1a1)](_0x56aa09,_0xa3aa1f)&&(logger['warn'](_0x4923de(0x191)+_0x3bf938+'.'),_0x8cc56f=![]);}if(_0x8cc56f){_0x55e240[_0x4923de(0x13d)](setAccessibilityCapabilities,_0x141440),this[_0x4923de(0x233)]();if(process[_0x4923de(0x22a)][_0x4923de(0x227)]){let _0x78cea6={};try{process[_0x4923de(0x22a)][_0x4923de(0x1d1)]&&(_0x78cea6=JSON[_0x4923de(0x106)](process[_0x4923de(0x22a)][_0x4923de(0x1d1)]));}catch(_0x362fba){logger[_0x4923de(0x18f)](_0x4923de(0x17e)+_0x362fba);}const _0x159659=helper[_0x4923de(0x187)](_0x141440),_0x2f5444=this[_0x4923de(0x174)]['get'](_0x55e240[_0x4923de(0x1c1)]);if(_0x55e240[_0x4923de(0x1fc)](_0x159659,![])&&(_0x2f5444||!this[_0x4923de(0x174)]['get'](_0x55e240['CETxP']))){const _0x476932=_0x55e240['gMjWK'](_0x2f5444,{});_0x476932[_0x4923de(0x122)]=!![];const _0x416da0={};_0x416da0[_0x4923de(0x1c7)]=process[_0x4923de(0x22a)][_0x4923de(0x227)],_0x416da0[_0x4923de(0x1a2)]=_0x78cea6[_0x4923de(0x1a2)],_0x476932[_0x4923de(0x201)]=Object[_0x4923de(0x1f1)]({},_0x476932[_0x4923de(0x201)],_0x416da0),this[_0x4923de(0x174)][_0x4923de(0x166)](_0x55e240['FpEUz'],_0x476932);}else{this[_0x4923de(0x174)]['set'](_0x55e240[_0x4923de(0x21b)],!![]);const _0x31845e=this['capabilities_'][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1b7)])||{},_0x5c6946={};_0x5c6946[_0x4923de(0x1c7)]=process[_0x4923de(0x22a)]['BS_A11Y_JWT'],_0x5c6946[_0x4923de(0x1a2)]=_0x78cea6['scannerVersion'],this['capabilities_'][_0x4923de(0x166)](_0x55e240[_0x4923de(0x1b7)],Object[_0x4923de(0x1f1)]({},_0x31845e,_0x5c6946));}}if(!_0x55e240[_0x4923de(0x1ab)](setExtension,this,_0x141440)){globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x16f)],![]);const _0x530cee=this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1c1)]);_0x530cee&&(_0x530cee['accessibility']=![],delete _0x530cee[_0x4923de(0x201)],this[_0x4923de(0x174)]['set'](_0x55e240[_0x4923de(0x1c1)],_0x530cee)),this[_0x4923de(0x174)]['get'](_0x55e240[_0x4923de(0x21b)])&&(this[_0x4923de(0x174)]['set'](_0x55e240[_0x4923de(0x21b)],![]),this[_0x4923de(0x174)]['delete'](_0x55e240[_0x4923de(0x1b7)]));}}}if(_0x55e240[_0x4923de(0x1be)](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x4923de(0x155)](_0x55e240[_0x4923de(0x20e)]))try{_0x55e240[_0x4923de(0x1cd)](hasLegacyHeadlessArg,this)?(logger[_0x4923de(0x19c)](_0x55e240[_0x4923de(0x1b0)]),globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x16f)],![])):helper['prepareCapabilities'](null,helper[_0x4923de(0x187)](_0x141440),_0x141440[_0x4923de(0x1e3)],null,this,null);}catch(_0x9e8bde){logger[_0x4923de(0x18f)](_0x4923de(0x1b1)+util[_0x4923de(0x144)](_0x9e8bde));}}})();const _0x5223ec=super[_0x3dbf7f(0x119)]();return PerformanceTester[_0x3dbf7f(0x126)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4eb9e7=_0x3dbf7f,_0x1760df={'Dmlaz':_0x55e240[_0x4eb9e7(0x176)],'uPiNd':_0x55e240[_0x4eb9e7(0x137)],'sPLEc':function(_0x3a74f0,_0x52aa11,_0x6ba913){const _0x574dc6=_0x4eb9e7;return _0x55e240[_0x574dc6(0x212)](_0x3a74f0,_0x52aa11,_0x6ba913);},'FBQlS':function(_0x3431c9,_0x5a6d82,_0x1eaf92,_0x114f8d,_0x2859ad){return _0x55e240['OuOLm'](_0x3431c9,_0x5a6d82,_0x1eaf92,_0x114f8d,_0x2859ad);},'EcmFA':function(_0xa5e5b7,_0x34171b){const _0x1c6a81=_0x4eb9e7;return _0x55e240[_0x1c6a81(0x13b)](_0xa5e5b7,_0x34171b);},'rWxnI':_0x55e240['quETW'],'AaEKi':_0x55e240[_0x4eb9e7(0x12b)],'AoByq':function(_0x52f5a0,_0x51d6d6){const _0x17f024=_0x4eb9e7;return _0x55e240[_0x17f024(0x104)](_0x52f5a0,_0x51d6d6);}};_0x5223ec[_0x4eb9e7(0x229)]['then'](_0x55e329=>{const _0x4022ec=_0x4eb9e7,_0x46eda1=_0x55e329[_0x4022ec(0x149)];if(!helper[_0x4022ec(0x213)]()&&_0x4d5223[_0x4022ec(0x17b)](isAccessibilityAutomationSession)){const _0x115b84=_0x4d5223[_0x4022ec(0x22c)](nonBstackPlatformValidation,_0x46eda1,this);globals['setGlobal'](_0x4d5223[_0x4022ec(0x141)],_0x115b84);if(!_0x115b84){const _0x5b052f=this['capabilities_']['get'](_0x4d5223['DhzJi']);_0x5b052f&&(_0x5b052f['accessibility']=![],delete _0x5b052f[_0x4022ec(0x201)],this[_0x4022ec(0x174)][_0x4022ec(0x166)](_0x4d5223['DhzJi'],_0x5b052f)),this[_0x4022ec(0x174)][_0x4022ec(0x1a7)](_0x4d5223[_0x4022ec(0x20d)])&&(this[_0x4022ec(0x174)]['set'](_0x4d5223['DbaaM'],![]),this[_0x4022ec(0x174)][_0x4022ec(0x1ce)](_0x4d5223[_0x4022ec(0x22f)]));}}}),_0x5223ec['session_'][_0x4eb9e7(0x1f8)](_0x152377=>{const _0x2a49b8=_0x4eb9e7;try{logger[_0x2a49b8(0x18f)]('Session\x20ID:\x20'+_0x152377[_0x2a49b8(0x167)]());const _0x5c608c=_0x152377['caps_'][_0x2a49b8(0x1a7)](_0x1760df['Dmlaz']);_0x5c608c?(logger[_0x2a49b8(0x18f)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5c608c),hubAllocator[_0x2a49b8(0x1ac)](_0x5c608c,_0x152377[_0x2a49b8(0x167)]()),helper[_0x2a49b8(0x1b5)](_0x5c608c)):logger[_0x2a49b8(0x18f)](_0x1760df[_0x2a49b8(0x1d9)]);}catch(_0x69d6ff){logger[_0x2a49b8(0x18f)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x69d6ff);}}),_0x5223ec[_0x4eb9e7(0x18a)]=0x0,_0x5223ec[_0x4eb9e7(0x1f8)]&&_0x5223ec[_0x4eb9e7(0x1f8)](_0x4b3888=>{const _0x1a19d1=_0x4eb9e7,_0x285ca0={'SZmWd':function(_0x18725d,_0x1c070b,_0x2ede77){const _0x3f1b8d=a175_0x1abf;return _0x4d5223[_0x3f1b8d(0x22c)](_0x18725d,_0x1c070b,_0x2ede77);},'tDKlM':function(_0x1f5bbe,_0x1d306d,_0x58c69e,_0x1469be,_0x2b9c13){return _0x4d5223['edmPG'](_0x1f5bbe,_0x1d306d,_0x58c69e,_0x1469be,_0x2b9c13);},'YhzRX':function(_0x5b23a0,_0x16750f){return _0x4d5223['aJtqS'](_0x5b23a0,_0x16750f);},'CAkmp':_0x4d5223['NQkGi'],'qjjkW':_0x4d5223[_0x1a19d1(0x14a)]};helper[_0x1a19d1(0x116)](_0x4b3888,_0x5223ec),_0x4d36c9&&_0x4d5223[_0x1a19d1(0x1d0)](overrideTakeScreenshot,_0x4b3888),helper[_0x1a19d1(0x228)](_0x4b3888,_0x141440),_0x4d5223[_0x1a19d1(0x22c)](overrideExecute,_0x4b3888,_0x141440),_0x4d5223[_0x1a19d1(0x22c)](propagateJestSessionName,_0x4b3888,_0x53be06),_0x141440[_0x1a19d1(0x10a)]&&percyHelper[_0x1a19d1(0x19b)](_0x4b3888,_0x3af519[_0x1a19d1(0x1a0)],_0x141440),_0x4b3888[_0x1a19d1(0x151)]=async()=>{const _0x459f76=_0x1a19d1;return await _0x285ca0[_0x459f76(0x204)](getAccessibilityResultsSummary,_0x4b3888,global);},_0x4b3888['getAccessibilityResults']=async()=>{const _0x27f31a=_0x1a19d1;return await _0x1760df[_0x27f31a(0x148)](getAccessibilityResults,_0x4b3888,global);},_0x4b3888['performScan']=async _0x5abaee=>{const _0x2022ff=_0x1a19d1;return await _0x285ca0[_0x2022ff(0x1a3)](performScan,_0x4b3888,null,!![],_0x285ca0[_0x2022ff(0x11c)](_0x5abaee,null));},_0x4b3888['startA11yScanning']=async _0xbb2046=>{const _0x4f73f1=_0x1a19d1;globals[_0x4f73f1(0x218)](_0x285ca0[_0x4f73f1(0x157)],!![]),globals[_0x4f73f1(0x218)](_0x285ca0[_0x4f73f1(0x15e)],_0x285ca0[_0x4f73f1(0x11c)](_0xbb2046,null));},_0x4b3888[_0x1a19d1(0x230)]=async()=>{const _0x50e4f7=_0x1a19d1;globals[_0x50e4f7(0x218)](_0x285ca0[_0x50e4f7(0x157)],![]),globals[_0x50e4f7(0x218)](_0x285ca0['qjjkW'],null);};}),_0x5223ec[_0x4eb9e7(0x151)]=async()=>{return await _0x4d5223['rsVem'](getAccessibilityResultsSummary,_0x5223ec,global);},_0x5223ec[_0x4eb9e7(0x222)]=async()=>{const _0x51aa84=_0x4eb9e7;return await _0x4d5223[_0x51aa84(0x22c)](getAccessibilityResults,_0x5223ec,global);},_0x5223ec[_0x4eb9e7(0x21c)]=async _0x4045a3=>{const _0xad6433=_0x4eb9e7;return await _0x1760df[_0xad6433(0x12c)](performScan,_0x5223ec,null,!![],_0x1760df[_0xad6433(0x1a4)](_0x4045a3,null));},_0x5223ec[_0x4eb9e7(0x17a)]=async _0x485f2c=>{const _0x5f1e32=_0x4eb9e7;globals[_0x5f1e32(0x218)](_0x1760df['rWxnI'],!![]),globals[_0x5f1e32(0x218)](_0x1760df['AaEKi'],_0x1760df[_0x5f1e32(0x216)](_0x485f2c,null));},_0x5223ec['stopA11yScanning']=async()=>{const _0x225ae7=_0x4eb9e7;globals['setGlobal'](_0x1760df[_0x225ae7(0x1b6)],![]),globals['setGlobal'](_0x1760df[_0x225ae7(0x1df)],null);},_0x4d36c9&&_0x55e240[_0x4eb9e7(0x173)](overrideTakeScreenshot,_0x5223ec),helper[_0x4eb9e7(0x116)](_0x5223ec),helper[_0x4eb9e7(0x228)](_0x5223ec,_0x141440),_0x55e240['spQJq'](overrideExecute,_0x5223ec,_0x141440),_0x55e240['iVKon'](propagateJestSessionName,_0x5223ec,_0x53be06,_0x55e240['fNqbD']),_0x141440[_0x4eb9e7(0x10a)]&&percyHelper['patchDriverPercy'](_0x5223ec,_0x3af519[_0x4eb9e7(0x1a0)],_0x141440);helper[_0x4eb9e7(0x192)](global['__driversArray'])&&(global[_0x4eb9e7(0x1e2)]=[]);helper[_0x4eb9e7(0x192)](global[_0x4eb9e7(0xfe)])&&(global[_0x4eb9e7(0xfe)]=[]);global[_0x4eb9e7(0x1e2)]['push'](_0x5223ec),global[_0x4eb9e7(0xf2)]=_0x5223ec,_0x53be06&&(_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0xf2)]=_0x5223ec);_0x55e240['kBHAc'](global[_0x4eb9e7(0xfe)],undefined)&&global[_0x4eb9e7(0xfe)][_0x4eb9e7(0x154)](_0x5223ec);_0x53be06&&helper[_0x4eb9e7(0x192)](_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0xfe)])&&(_0x53be06['global']['__drivers']=[]);_0x53be06&&helper['isUndefined'](_0x53be06['global'][_0x4eb9e7(0x1e2)])&&(_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0x1e2)]=[]);_0x53be06&&_0x55e240[_0x4eb9e7(0x1db)](_0x53be06[_0x4eb9e7(0x20a)]['__drivers'],undefined)&&(_0x53be06[_0x4eb9e7(0x20a)]['__drivers']['push'](_0x5223ec),_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0x1e2)][_0x4eb9e7(0x154)](_0x5223ec));_0x5223ec[_0x4eb9e7(0x117)]=globals[_0x4eb9e7(0x1ef)](_0x55e240[_0x4eb9e7(0x16f)]);try{global[_0x4eb9e7(0xfe)][0x0]['session_'][_0x4eb9e7(0x1f8)](_0x386b26=>{const _0x323596=_0x4eb9e7;logger[_0x323596(0x18f)](_0x323596(0xf5)+_0x386b26[_0x323596(0x167)]()+'\x20to\x20global\x20drivers\x20array');})[_0x4eb9e7(0x152)](_0x21c3ee=>{logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x21c3ee);});}catch(_0x10cbd0){logger[_0x4eb9e7(0x18f)](_0x4eb9e7(0x16c)+_0x10cbd0);}globals[_0x4eb9e7(0x218)](_0x55e240[_0x4eb9e7(0x16f)],globals[_0x4eb9e7(0x1ef)](_0x55e240[_0x4eb9e7(0x16f)]));})(),_0x5223ec;}}_0x53be06&&(globals[_0x5e7ac9(0x206)]=_0x53be06[_0x5e7ac9(0x20a)][_0x5e7ac9(0x206)]);if(_0x55e240[_0x5e7ac9(0x207)](isAccessibilityAutomationSession))try{let _0x5e266a=helper[_0x5e7ac9(0x110)](_0x55e240[_0x5e7ac9(0xf0)],_0x55e240[_0x5e7ac9(0xf8)])[_0x5e7ac9(0x146)];(!_0x5e266a[_0x5e7ac9(0x13e)]||!_0x5e266a[_0x5e7ac9(0x13e)][_0x5e7ac9(0x22b)])&&(_0x5e266a=helper['requireModule'](_0x55e240['eThSI'],_0x55e240[_0x5e7ac9(0xf8)])[_0x5e7ac9(0x1e7)]);if(_0x5e266a[_0x5e7ac9(0x13e)]&&_0x5e266a[_0x5e7ac9(0x13e)][_0x5e7ac9(0x22b)]){const _0x24f177=_0x5e266a['prototype'][_0x5e7ac9(0x22b)];logger['debug'](_0x55e240[_0x5e7ac9(0x1f6)]),_0x5e266a['prototype'][_0x5e7ac9(0x22b)]=async function(){const _0x275891=_0x5e7ac9;try{!globals[_0x275891(0x1ef)](_0x55e240[_0x275891(0x1e9)])&&globals[_0x275891(0x1ef)](_0x55e240['hSUia'])&&globals['getGlobal'](_0x55e240[_0x275891(0x19f)])&&scripts[_0x275891(0x186)](arguments[0x0][_0x275891(0x22e)])&&!_0x55e240[_0x275891(0x128)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x275891(0x218)](_0x55e240['JieCU'],!![]),logger['debug'](_0x275891(0x1b4)+arguments[0x0][_0x275891(0x22e)]),await _0x55e240[_0x275891(0x134)](performScan,global['__driver'],arguments[0x0][_0x275891(0x22e)]));}catch(_0x47ea2e){logger['debug'](_0x275891(0x17f)+util[_0x275891(0x144)](_0x47ea2e));}return globals[_0x275891(0x218)](_0x55e240[_0x275891(0x1e9)],![]),_0x24f177[_0x275891(0x1b9)](this,arguments);};}}catch(_0x15e282){logger[_0x5e7ac9(0x18f)](_0x55e240['eoIUh'](_0x55e240[_0x5e7ac9(0x209)],_0x15e282));}return _0x3af519[_0x5e7ac9(0x1dd)]=_0x3af519[_0x5e7ac9(0x1fe)],_0x3af519[_0x5e7ac9(0x1fe)]=_0x2e6e86,_0x2785b6[_0x5e7ac9(0x185)]=_0x6a20cc,_0x3af519;};module['exports'][a175_0x258a45(0xe8)]=modify,module[a175_0x258a45(0x1e1)][a175_0x258a45(0x162)]=modifyV2,module[a175_0x258a45(0x1e1)][a175_0x258a45(0x1b3)]=percySDK,module['exports'][a175_0x258a45(0x109)]=BrowserStackSdk,module[a175_0x258a45(0x1e1)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a175_0x258a45(0x150))[a175_0x258a45(0x1aa)]();}catch(a175_0x584166){logger[a175_0x258a45(0x18f)]('driver-init\x20capture\x20install\x20failed:\x20'+(a175_0x584166&&a175_0x584166[a175_0x258a45(0x1c9)]));}module[a175_0x258a45(0x1e1)]['_installDriverInitFailureCapture']=require(a175_0x258a45(0x150))[a175_0x258a45(0x1aa)],module['exports'][a175_0x258a45(0x1fb)]=require(a175_0x258a45(0x147));