browserstack-node-sdk 1.63.2 → 1.63.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a177_0x197019=a177_0x677c;(function(_0x43ecd3,_0x20ea75){const _0x309e41=a177_0x677c,_0x5548c7=_0x43ecd3();while(!![]){try{const _0x8f17=-parseInt(_0x309e41(0x151))/0x1+parseInt(_0x309e41(0x158))/0x2+-parseInt(_0x309e41(0x1fc))/0x3*(-parseInt(_0x309e41(0x17f))/0x4)+-parseInt(_0x309e41(0x1b4))/0x5*(parseInt(_0x309e41(0x15a))/0x6)+-parseInt(_0x309e41(0x224))/0x7+parseInt(_0x309e41(0x1f4))/0x8*(parseInt(_0x309e41(0x23c))/0x9)+parseInt(_0x309e41(0x1a4))/0xa;if(_0x8f17===_0x20ea75)break;else _0x5548c7['push'](_0x5548c7['shift']());}catch(_0x2cf351){_0x5548c7['push'](_0x5548c7['shift']());}}}(a177_0x35f0,0x3d16d));function a177_0x35f0(){const _0x30673a=['BS_A11Y_JWT','RAHnH','keys','getHttpAgent','wlgQt','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','sfbNc','pZYdN','logLevel','Hub\x20url\x20set\x20to\x20','qKFcA','Yqhzo','__driver','forEach','setServer','selenium-webdriver','delete','./helpers/accessibility-automation/helper','dGPUy','capabilities','ypzEY','sgfgG','Modifying\x20webdriver\x20builder','buWAM','android','NUbyh','safari.options','info','jlDwF','getRequestOptions','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','push','LlnjR','isAccessibilityPlatform','execute','path','OMotc','ZUtNt','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','selenium-webdriver/lib/webdriver.js','fFDgZ','browserVersion','ItxJp','platform','OQFXH','kIkiJ','__setBrowserOptions','getGlobal','BROWSERSTACK_TURBOSCALE','MfAXu','installAll','jwrRI','chromeOptions_','./helpers/performance/constants','ttPCq','wIGGu','zFHBk','vPQFN','./browserStackSdk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','length','kpIBb','roAoG','startA11yScanning','kEpgo','patchDriverPercy','getAccessibilityResults','UPIKK','setGlobal','cEAoI','accessibility','uOpMF','uBoCI','mmJvF','browserstack.accessibilityOptions','percy','options_','deviceName','htcVl','env','ZBIKD','requireModule','bstack:options','goog:chromeOptions','uqhcL','shouldWrapCommand','IyMEc','session_','Aqhrw','aiSdk_bstackConfig','BECrW','nzUpz','Mjogv','BrowserStackSdk','HHkEn','RCbbp','yVMfs','warn','OPZWz','qthRC','./helpers/logger','oyLfD','prototype','./bin/mocha/accessibility-automation/helper','Failed\x20to\x20perform\x20scan\x20','BYkHF','aukpf','usVOB','getId','./helpers/driverInitErrorReporter','performScan','exports','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','miUaf','SRnzZ','kdtkt','Builder','browserstack.accessibility','./helpers/patchHelpers','HttpClient','proxySettings','isMobilePlatform','yDAfu','RSQiW','KhhMa','apply','cLjMm','winstonLogger','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','safariOptions_','hngvW','AhqRm','470266HrNNke','toLowerCase','bqgqn','isPacProxy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Setting\x20Browserstack\x20capabilities','nuNMl','835124HdomaJ','hhgtK','2865498clMKEb','proxy_','mergeDeep','then','WebElement','browserstackAgent','hgQiF','hcYmc','(sync)','\x20to\x20global\x20drivers\x20array','gkELW','bstackA11yShouldScan','ms:edgeOptions','gWtlE','authToken','LdKPR','vrtvS','moz:firefoxOptions','WBBdK','oPtBL','getServerUrl','prepareCapabilities','Performing\x20scan\x20for\x20','BkSjz','accessibilityOptions','IgvMf','set','updateHubUrl','KTFUV','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','JfMGP','dfoMe','isBrowserstackInfra','fCkOl','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','zDyca','kmygY','225068LwFkdv','hSknX','vnPqs','isUndefined','wzpdC','dXKxK','requireHttpClient','originalBuilder','YbqOi','./helpers/ai-sdk/autoHealHelper','from','./helpers/percy/utils','ilYBe','AJbTG','XEiKJ','aiHeal_isHealingEnabled','toKgA','tKxlr','overrideGet','fRFow','jest','proxyUrl','isTurboScaleSession','AwnBv','Jgpoh','format','browserstackSessionName','YXNoA','scannerVersion','JfZdl','IjhWT','platformName','cGlkG','parameters_','includes','tpRnt','device','3231220CIixGJ','ZpGaq','./helpers/ai-sdk/aiSdkWrapper','kNasJ','requireSeleniumWebdriver','Lnxlo','get','Imzhr','se:ieOptions','./hubAllocationMethods','edgeOptions','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','VOvpc','lNGBd','global','uLanm','5WkGQDI','consumeHubUrlForSession','setFramework','ETTkm','ZSBPa','lVphH','/session','object','POpLb','catch','concat','KSEZS','url_','SoCRy','tKoCo','./helpers/accessibility-automation/constants','Dkbpx','HRLHL','./helpers/globals','setLogLevel','browserName','NNOwE','nmuDs','/wd/hub','UYDoC','Mstbg','./bin/playwright/modifyPlaywrightConf','ndmpH','mmOsA','assign','parse','LskaT','./helpers/patchHelper','QBKiu','BXeFK','IbnlD','RcLMv','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','YzQhR','aiHeal_isAuthenticated','VPZfL','measureWrapper','firefoxOptions','optimalHubUrl','LRNwh','OpXOq','ldyol','useW3C','Zsvoe','driver-init\x20capture\x20install\x20failed:\x20','stopA11yScanning','wzyuU','error','overrideQuit','build','WNUXz','iBMCD','./helpers/helper','setAdditionalCapabilities','QQTIE','qOFQW','https://','ieOptions','firefoxOptions_','13080SlwyIw','args','caps_','chrome','LYsIm','GRXkh','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','CyIhg','9MNMfDD','__drivers','vARLM','YsqfM','setCapabilities','SDK_PRE_INITIALIZE','HqIBL','RhdTi','SiirW','mqNek','aVSQW','browserstackAgentV2','NvzVA','name_','oGBJg','fmNqT','vZLge','.browserstack.com','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','capability','debug','getAccessibilityResultsSummary','tuMPv','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','boSeb','oOxVi','WebDriver','IeTYn','GJgVB','quitCount_','CAPABILITY_KEY','capabilities_','selenium-webdriver/lib/http.js','cslaj','vuOVa','QgyYM','ojsCK','tadGr','cvXBq','LCZkL','1436295gEqaCM','uNFyP','send','isArray','yPxVX','ELVDi','EXUyf','SDK_POST_INITIALIZE','dyQFh','hvQNT','__driversArray','BwGJz','ieOptions_','split','Unable\x20to\x20find\x20executor\x20class\x20','pzrlq','pyRIQ','_installDriverInitFailureCapture','browserStackGlobals','Proxy\x20set\x20to\x20','edgeOptions_','MORfF','chromeOptions','framework','2718FtFkHF','readTcgAuthConfigToGlobal','_modifyPlaywright','pushCommand'];a177_0x35f0=function(){return _0x30673a;};return a177_0x35f0();}function a177_0x677c(_0x5a4408,_0x807e76){const _0x35f0c9=a177_0x35f0();return a177_0x677c=function(_0x677cb5,_0x2964a0){_0x677cb5=_0x677cb5-0xce;let _0x3adf65=_0x35f0c9[_0x677cb5];return _0x3adf65;},a177_0x677c(_0x5a4408,_0x807e76);}const util=require('util'),{overrideTakeScreenshot}=require(a177_0x197019(0x143)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x197019(0xde)),{setAccessibilityCapabilities,setExtension}=require(a177_0x197019(0x134)),helper=require(a177_0x197019(0x1ed)),logger=require(a177_0x197019(0x131))[a177_0x197019(0x14c)],hubAllocator=require(a177_0x197019(0x1ad)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a177_0x197019(0x18a)),BrowserStackSdk=require(a177_0x197019(0x107)),modifyPlaywrightConfig=require(a177_0x197019(0x1ce)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a177_0x197019(0x1c6)),{commandRepository}=require(a177_0x197019(0x188)),{aiSdkWrapper}=require(a177_0x197019(0x1a6)),{overrideExecute}=require(a177_0x197019(0x1d4)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x197019(0x102)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x197019(0xde)),modify=_0x53c254=>{const _0x309ba2=a177_0x197019,_0x34b3c9={'qthRC':function(_0x458170,_0x38c2a0){return _0x458170!==_0x38c2a0;},'wzyuU':_0x309ba2(0x1ba),'yDAfu':function(_0x236543,_0x48e9b7){return _0x236543+_0x48e9b7;},'QgyYM':_0x309ba2(0x1f1),'uNFyP':_0x309ba2(0x1cb),'dICZR':_0x309ba2(0x120),'Zsvoe':_0x309ba2(0x23a),'iBMCD':_0x309ba2(0x166),'kIkiJ':_0x309ba2(0x1ae),'gWtlE':_0x309ba2(0x16b),'POpLb':_0x309ba2(0x1de),'stOfJ':_0x309ba2(0xe7),'MEHbE':_0x309ba2(0x1ac),'tKoCo':_0x309ba2(0x1f2),'LdKPR':function(_0x5e6e3f,_0x57565e){return _0x5e6e3f===_0x57565e;},'zyLjq':_0x309ba2(0x1bb),'pZYdN':'Setting\x20Browserstack\x20capabilities','ypzEY':function(_0x329129){return _0x329129();},'SRnzZ':function(_0x2e128a,_0x1fb228){return _0x2e128a(_0x1fb228);},'aukpf':_0x309ba2(0x11f),'QUVhd':_0x309ba2(0x1a3),'iCoqF':'deviceName','nzUpz':_0x309ba2(0x19e),'zBHXI':_0x309ba2(0xf8),'HHkEn':_0x309ba2(0x1c8),'AhqRm':_0x309ba2(0xe5),'wzpdC':_0x309ba2(0x1f7),'owkmq':_0x309ba2(0x17c),'HNyag':_0x309ba2(0x146),'YsqfM':_0x309ba2(0xee),'sgfgG':function(_0x301904,_0x17f96c,_0x370b84){return _0x301904(_0x17f96c,_0x370b84);},'ojsCK':_0x309ba2(0x142),'yPxVX':_0x309ba2(0x117),'WBBdK':_0x309ba2(0x20e),'UYDoC':_0x309ba2(0x165),'vARLM':'bstackA11yScanOptions','fRFow':function(_0x598305,_0x26c970,_0x3301dc,_0x336e38,_0x3823a4){return _0x598305(_0x26c970,_0x3301dc,_0x336e38,_0x3823a4);},'LlnjR':function(_0xb3a3c5,_0x379d4a){return _0xb3a3c5||_0x379d4a;},'pyRIQ':function(_0x423f38,_0x20439f,_0x5a7505){return _0x423f38(_0x20439f,_0x5a7505);},'hvQNT':function(_0x1fa7dc,_0x2d6cd7,_0x314111){return _0x1fa7dc(_0x2d6cd7,_0x314111);},'BkSjz':_0x309ba2(0x1df),'IUNaE':_0x309ba2(0xeb),'dgRRp':function(_0x91406e,_0x3f2c0a){return _0x91406e||_0x3f2c0a;},'tpRnt':_0x309ba2(0xd2),'ilYBe':_0x309ba2(0xe3)};logger[_0x309ba2(0xe8)](_0x34b3c9[_0x309ba2(0x1a2)]),logger['debug'](_0x34b3c9[_0x309ba2(0x18b)]);const _0x20504f=helper[_0x309ba2(0x1a8)](),_0x9a4d1e=helper[_0x309ba2(0x185)]();class _0x1e7203 extends _0x9a4d1e[_0x309ba2(0x144)]{[_0x309ba2(0x226)](_0x16ee0b){const _0x2745d0=_0x309ba2;if(_0x34b3c9[_0x2745d0(0x130)](_0x16ee0b[_0x2745d0(0xf0)],_0x34b3c9[_0x2745d0(0x1e7)]))try{const _0x403079=_0x16ee0b['path'][_0x2745d0(0x231)]('/')[0x2];if(_0x403079){const _0x5a27a4=hubAllocator[_0x2745d0(0x1b5)](_0x403079);if(_0x5a27a4){const _0x20fb14=_0x34b3c9['yDAfu'](_0x34b3c9[_0x2745d0(0x147)](_0x34b3c9[_0x2745d0(0x21f)],_0x5a27a4),_0x34b3c9[_0x2745d0(0x225)]);this[_0x2745d0(0x119)]=hubAllocator['getRequestOptions'](_0x20fb14),logger[_0x2745d0(0x210)]('New\x20hub\x20url\x20set\x20to\x20'+_0x20fb14);}}}catch(_0x55f57b){logger[_0x2745d0(0x1e8)](_0x55f57b);}return super[_0x2745d0(0x226)](_0x16ee0b);}}class _0x5808e8 extends _0x20504f['Builder']{[_0x309ba2(0xfb)](_0x535353){const _0x3abfc6=_0x309ba2;let _0x476290={};for(const _0x482202 in _0x535353){switch(_0x482202){case _0x34b3c9['dICZR']:case _0x34b3c9[_0x3abfc6(0x1e4)]:this[_0x3abfc6(0x101)]&&(_0x476290=this[_0x3abfc6(0x101)][_0x3abfc6(0x1aa)](this[_0x3abfc6(0x101)][_0x3abfc6(0x21a)])||{},this['chromeOptions_'][_0x3abfc6(0x174)](this[_0x3abfc6(0x101)]['CAPABILITY_KEY'],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9[_0x3abfc6(0x1ec)]:case _0x34b3c9[_0x3abfc6(0xfa)]:this['edgeOptions_']&&(_0x476290=this[_0x3abfc6(0x238)]['get'](this['edgeOptions_'][_0x3abfc6(0x21a)])||{},this[_0x3abfc6(0x238)]['set'](this[_0x3abfc6(0x238)][_0x3abfc6(0x21a)],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9[_0x3abfc6(0x167)]:case _0x34b3c9[_0x3abfc6(0x1bc)]:this[_0x3abfc6(0x1f3)]&&(_0x476290=this[_0x3abfc6(0x1f3)]['get'](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x3abfc6(0x1f3)][_0x3abfc6(0x174)](this[_0x3abfc6(0x1f3)][_0x3abfc6(0x21a)],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9['stOfJ']:this[_0x3abfc6(0x14e)]&&(_0x476290=this[_0x3abfc6(0x14e)][_0x3abfc6(0x1aa)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x3abfc6(0x14e)][_0x3abfc6(0x174)](this[_0x3abfc6(0x14e)][_0x3abfc6(0x21a)],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9['MEHbE']:case _0x34b3c9[_0x3abfc6(0x1c2)]:this[_0x3abfc6(0x230)]&&(_0x476290=this[_0x3abfc6(0x230)][_0x3abfc6(0x1aa)](this[_0x3abfc6(0x230)][_0x3abfc6(0x21a)])||{},this[_0x3abfc6(0x230)]['set'](this[_0x3abfc6(0x230)]['CAPABILITY_KEY'],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;}}}[_0x309ba2(0xdb)](){const _0x503003=_0x309ba2;return this['url_']=helper['getHubUrl'](_0x53c254),logger['debug'](_0x503003(0xd6)+this[_0x503003(0x1c0)]),this;}[_0x309ba2(0x200)](){const _0x9b29e8=_0x309ba2,_0x269954={'xAhVw':function(_0x17c213,_0x5e9415){return _0x34b3c9['LdKPR'](_0x17c213,_0x5e9415);},'Lnxlo':_0x34b3c9['zyLjq']};return logger['debug'](_0x34b3c9[_0x9b29e8(0xd4)]),this['__setBrowserOptions'](_0x53c254[_0x9b29e8(0x20f)]),Object[_0x9b29e8(0xcf)](_0x53c254[_0x9b29e8(0x20f)])[_0x9b29e8(0xda)](_0x3e8d3b=>{const _0x3795e2=_0x9b29e8,_0x28ad17=this['capabilities_'][_0x3795e2(0x1aa)](_0x3e8d3b);_0x269954['xAhVw'](typeof _0x28ad17,_0x269954[_0x3795e2(0x1a9)])?this[_0x3795e2(0x21b)][_0x3795e2(0x174)](_0x3e8d3b,helper['mergeDeep'](_0x28ad17,_0x53c254['capability'][_0x3e8d3b])):this[_0x3795e2(0x21b)][_0x3795e2(0x174)](_0x3e8d3b,_0x53c254[_0x3795e2(0x20f)][_0x3e8d3b]);}),this;}[_0x309ba2(0x1ea)](){const _0x16e88a=_0x309ba2,_0xfdf604={'hSknX':_0x34b3c9[_0x16e88a(0x171)],'NvzVA':_0x34b3c9['IUNaE'],'Mjogv':function(_0x680a1b,_0x5e69f9,_0x23a012,_0x56d82e,_0x2e3cc9){const _0x20050e=_0x16e88a;return _0x34b3c9[_0x20050e(0x192)](_0x680a1b,_0x5e69f9,_0x23a012,_0x56d82e,_0x2e3cc9);},'dXKxK':function(_0x51610f,_0x394ccb){const _0x4c245f=_0x16e88a;return _0x34b3c9[_0x4c245f(0xed)](_0x51610f,_0x394ccb);},'fmNqT':_0x34b3c9[_0x16e88a(0x1cc)],'eqlVe':_0x34b3c9['vARLM'],'MshZu':function(_0x2a6216,_0x4d5655){return _0x34b3c9['dgRRp'](_0x2a6216,_0x4d5655);}};PerformanceTester[_0x16e88a(0x1dd)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0xf3163=_0x16e88a;_0x34b3c9[_0xf3163(0xe1)](isAccessibilityAutomationSession)&&_0x34b3c9[_0xf3163(0x13f)](setAccessibilityCapabilities,_0x53c254);this[_0xf3163(0xdb)](),this[_0xf3163(0x200)]();if(helper[_0xf3163(0x154)](_0x53c254[_0xf3163(0x145)][_0xf3163(0x194)]))this['agent_']=helper['getHttpAgent'](_0x53c254[_0xf3163(0x145)]['proxyUrl']);else _0x53c254[_0xf3163(0x145)]['proxyUrl']&&(this[_0xf3163(0x15b)]=_0x53c254[_0xf3163(0x145)][_0xf3163(0x194)],logger[_0xf3163(0x210)](_0xf3163(0x237)+this[_0xf3163(0x15b)]));if(_0x34b3c9[_0xf3163(0xe1)](isAccessibilityAutomationSession)){const _0x194a3f=this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9[_0xf3163(0x137)])||{},_0x423181=_0x194a3f['deviceName']||this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9['QUVhd'])||this[_0xf3163(0x21b)]['get'](_0x34b3c9['iCoqF']);if(_0x423181){const _0x16f7aa=(_0x194a3f[_0xf3163(0x19e)]||_0x194a3f[_0xf3163(0xf8)]||this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9[_0xf3163(0x128)])||this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9['zBHXI'])||'')['toLowerCase'](),_0x113960=(_0x194a3f[_0xf3163(0x1c8)]||this['capabilities_']['get'](_0x34b3c9[_0xf3163(0x12b)])||'')['toLowerCase']();_0x34b3c9[_0xf3163(0x169)](_0x16f7aa,_0x34b3c9[_0xf3163(0x150)])&&_0x113960[_0xf3163(0x1a1)](_0x34b3c9[_0xf3163(0x183)])&&(_0x34b3c9['ypzEY'](isMobileScanningEnabledForGroup)&&(logger[_0xf3163(0x210)](_0x34b3c9['owkmq']),globals[_0xf3163(0x111)](_0x34b3c9['HNyag'],!![])));}}if(globals['getGlobal'](_0x34b3c9[_0xf3163(0x1ff)])){if(!_0x34b3c9[_0xf3163(0xe2)](setExtension,this,_0x53c254)){globals[_0xf3163(0x111)](_0x34b3c9['YsqfM'],![]);const _0xad7f8b=this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9[_0xf3163(0x137)]);_0xad7f8b&&(_0xad7f8b[_0xf3163(0x113)]=![],delete _0xad7f8b['accessibilityOptions'],this['capabilities_'][_0xf3163(0x174)](_0x34b3c9['aukpf'],_0xad7f8b)),this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9['ojsCK'])&&(this[_0xf3163(0x21b)]['set'](_0x34b3c9[_0xf3163(0x220)],![]),this[_0xf3163(0x21b)]['delete'](_0x34b3c9[_0xf3163(0x228)]));}}(!helper[_0xf3163(0x17a)]()||helper[_0xf3163(0x195)](_0x53c254))&&helper[_0xf3163(0x16f)](null,helper['useW3C'](_0x53c254),_0x53c254[_0xf3163(0x23b)],null,this,null),helper['setAdditionalCapabilities'](_0x53c254['capability']),logger[_0xf3163(0x210)](_0x34b3c9[_0xf3163(0x16c)]);})();const _0x64dfd=super[_0x16e88a(0x1ea)]();return PerformanceTester[_0x16e88a(0x1dd)](PerformanceEvents[_0x16e88a(0x22b)],()=>{const _0x50f8b3=_0x16e88a,_0x42a8c0={'fcKIS':function(_0x35a613,_0x4d3cbc,_0xd15885){const _0x55ba87=a177_0x677c;return _0x34b3c9[_0x55ba87(0xe2)](_0x35a613,_0x4d3cbc,_0xd15885);},'ELVDi':_0x34b3c9[_0x50f8b3(0x1cc)],'toKgA':_0x34b3c9[_0x50f8b3(0x1fe)],'ZHlFm':function(_0xc262a5,_0x2c9848,_0x2a30d,_0x403784,_0x36aa91){return _0x34b3c9['fRFow'](_0xc262a5,_0x2c9848,_0x2a30d,_0x403784,_0x36aa91);},'bLkqC':function(_0x4e1557,_0x3d4588){return _0x34b3c9['LlnjR'](_0x4e1557,_0x3d4588);},'zFHBk':function(_0x2aec47,_0xa28742,_0x425120){const _0x3a9bf6=_0x50f8b3;return _0x34b3c9[_0x3a9bf6(0x234)](_0x2aec47,_0xa28742,_0x425120);}};_0x64dfd[_0x50f8b3(0x124)]['then'](_0x20e1ca=>{const _0xead533=_0x50f8b3;try{const _0x3c0427=_0x20e1ca[_0xead533(0x1f6)][_0xead533(0x1aa)](_0xfdf604[_0xead533(0x180)]);_0x3c0427?(logger[_0xead533(0x210)](_0xead533(0x1af)+_0x3c0427),hubAllocator[_0xead533(0x175)](_0x3c0427,_0x20e1ca[_0xead533(0x139)]()),helper['storeOptimalHubUrl'](_0x3c0427)):logger[_0xead533(0x210)](_0xfdf604[_0xead533(0x208)]);}catch(_0x2ffb12){logger['debug'](_0xead533(0x1fa)+_0x2ffb12);}}),_0x64dfd['then']&&_0x64dfd[_0x50f8b3(0x15d)](_0x195406=>{const _0x527372=_0x50f8b3,_0x3fe522={'RCbbp':function(_0x182927,_0xfef264,_0x891194){return _0x42a8c0['fcKIS'](_0x182927,_0xfef264,_0x891194);},'OKjjz':function(_0x2efd05,_0x37a522,_0x1888bd,_0x2341cf,_0xc28c22){return _0x42a8c0['ZHlFm'](_0x2efd05,_0x37a522,_0x1888bd,_0x2341cf,_0xc28c22);},'hgQiF':function(_0x282e78,_0x582776){return _0x42a8c0['bLkqC'](_0x282e78,_0x582776);},'cLjMm':_0x42a8c0['ELVDi'],'QQTIE':_0x42a8c0[_0x527372(0x18f)]};helper['overrideGet'](_0x195406,_0x53c254),_0x42a8c0['fcKIS'](overrideExecute,_0x195406,_0x53c254),_0x195406['getAccessibilityResultsSummary']=async()=>{return await _0x42a8c0['fcKIS'](getAccessibilityResultsSummary,_0x195406,global);},_0x195406['getAccessibilityResults']=async()=>{const _0x279681=_0x527372;return await _0x3fe522[_0x279681(0x12c)](getAccessibilityResults,_0x195406,global);},_0x195406[_0x527372(0x13b)]=async _0x5d9f5f=>{return await _0x3fe522['OKjjz'](performScan,_0x195406,null,!![],_0x3fe522['hgQiF'](_0x5d9f5f,null));},_0x195406[_0x527372(0x10c)]=async _0x18c049=>{const _0x47295f=_0x527372;globals['setGlobal'](_0x3fe522[_0x47295f(0x14b)],!![]),globals[_0x47295f(0x111)](_0x3fe522[_0x47295f(0x1ef)],_0x3fe522[_0x47295f(0x160)](_0x18c049,null));},_0x195406[_0x527372(0x1e6)]=async()=>{const _0x535f9e=_0x527372;globals[_0x535f9e(0x111)](_0x42a8c0['ELVDi'],![]),globals['setGlobal'](_0x42a8c0[_0x535f9e(0x18f)],null);};}),_0x64dfd[_0x50f8b3(0x211)]=async()=>{return await _0x42a8c0['zFHBk'](getAccessibilityResultsSummary,_0x64dfd,global);},_0x64dfd['getAccessibilityResults']=async()=>{const _0x52652c=_0x50f8b3;return await _0x42a8c0[_0x52652c(0x105)](getAccessibilityResults,_0x64dfd,global);},_0x64dfd[_0x50f8b3(0x13b)]=async _0x24e4bd=>{const _0x231f35=_0x50f8b3;return await _0xfdf604[_0x231f35(0x129)](performScan,_0x64dfd,null,!![],_0xfdf604[_0x231f35(0x184)](_0x24e4bd,null));},_0x64dfd[_0x50f8b3(0x10c)]=async _0x19122e=>{const _0x40fe80=_0x50f8b3;globals[_0x40fe80(0x111)](_0xfdf604[_0x40fe80(0x20b)],!![]),globals['setGlobal'](_0xfdf604['eqlVe'],_0xfdf604['MshZu'](_0x19122e,null));},_0x64dfd[_0x50f8b3(0x1e6)]=async()=>{const _0x5262f9=_0x50f8b3;globals[_0x5262f9(0x111)](_0x42a8c0[_0x5262f9(0x229)],![]),globals[_0x5262f9(0x111)](_0x42a8c0[_0x5262f9(0x18f)],null);},helper[_0x50f8b3(0x191)](_0x64dfd,_0x53c254),_0x34b3c9[_0x50f8b3(0x22d)](overrideExecute,_0x64dfd,_0x53c254),helper['isUndefined'](global['__driversArray'])&&(global[_0x50f8b3(0x22e)]=[]),global['__driversArray'][_0x50f8b3(0xec)](_0x64dfd);})(),_0x64dfd;}}_0x20504f[_0x309ba2(0x186)]=_0x20504f[_0x309ba2(0x141)],_0x20504f[_0x309ba2(0x141)]=_0x5808e8,_0x9a4d1e[_0x309ba2(0x144)]=_0x1e7203;},propagateJestSessionName=(_0x3f8832,_0x4929e4,_0xa0e99d='')=>{const _0x54fd1e=a177_0x197019,_0x50d69c={};_0x50d69c[_0x54fd1e(0x1e1)]=_0x54fd1e(0x13d);const _0x2d6f91=_0x50d69c;_0x4929e4&&_0x4929e4[_0x54fd1e(0x1b2)]&&_0x4929e4[_0x54fd1e(0x1b2)][_0x54fd1e(0x199)]&&helper[_0x54fd1e(0x182)](_0x3f8832[_0x54fd1e(0x199)])&&(_0x3f8832[_0x54fd1e(0x199)]=_0x4929e4[_0x54fd1e(0x1b2)]['browserstackSessionName'],logger[_0x54fd1e(0x210)](util[_0x54fd1e(0x198)](_0x2d6f91[_0x54fd1e(0x1e1)],_0xa0e99d?'\x20'+_0xa0e99d:'',_0x3f8832[_0x54fd1e(0x199)])));},modifyV2=(_0x710a2e,_0x2214a4=null,_0x4837db=![])=>{const _0x10d7ef=a177_0x197019,_0x2ffccf={'ZSBPa':function(_0x57b7c2,_0x550693){return _0x57b7c2!==_0x550693;},'LXoZn':_0x10d7ef(0x1ba),'EXUyf':function(_0x959f44,_0x4fe68f){return _0x959f44+_0x4fe68f;},'WNUXz':_0x10d7ef(0x1f1),'qTogl':_0x10d7ef(0x1cb),'tadGr':_0x10d7ef(0x1db),'VPZfL':_0x10d7ef(0x18e),'RAHnH':_0x10d7ef(0x120),'RcLMv':_0x10d7ef(0x23a),'ttPCq':_0x10d7ef(0x166),'ITHYR':_0x10d7ef(0x1ae),'kpIBb':'moz:firefoxOptions','LRNwh':_0x10d7ef(0x1de),'buWAM':'safari.options','cEAoI':_0x10d7ef(0x1ac),'avOAR':'ieOptions','nlUJs':function(_0x2a879d,_0x385a53){return _0x2a879d===_0x385a53;},'uqhcL':_0x10d7ef(0x1bb),'tuMPv':_0x10d7ef(0x156),'YXNoA':function(_0xc4f89b,_0x1845d1){return _0xc4f89b>_0x1845d1;},'hcYmc':function(_0x1508b5,_0x296c33){return _0x1508b5>_0x296c33;},'ItxJp':function(_0x408d6c){return _0x408d6c();},'XnAyy':function(_0x40cbda,_0x2e5e91,_0x1eed5e){return _0x40cbda(_0x2e5e91,_0x1eed5e);},'YzQhR':_0x10d7ef(0xee),'nmuDs':_0x10d7ef(0x11f),'BwGJz':'browserstack.accessibility','yVMfs':_0x10d7ef(0x117),'KSEZS':'bstackA11yShouldScan','nuNMl':'bstackA11yScanOptions','wlgQt':function(_0x1e8fa4,_0x438424){return _0x1e8fa4||_0x438424;},'FwEqW':function(_0x4c5f34,_0x11d607,_0x22a29e,_0x49db5d,_0x32603c){return _0x4c5f34(_0x11d607,_0x22a29e,_0x49db5d,_0x32603c);},'BECrW':function(_0x1ed20c,_0x4d6b33){return _0x1ed20c(_0x4d6b33);},'SiirW':function(_0x3fcf07,_0x2b2672,_0x3af4d5,_0x319846){return _0x3fcf07(_0x2b2672,_0x3af4d5,_0x319846);},'IyMEc':_0x10d7ef(0x162),'fCkOl':function(_0x468acb,_0x3fd931){return _0x468acb!==_0x3fd931;},'hhgtK':_0x10d7ef(0x1a3),'RSQiW':'deviceName','HqIBL':'platformName','QdVcq':_0x10d7ef(0xf8),'OeBur':_0x10d7ef(0x1c8),'qOFQW':function(_0x24d70e,_0x26def6){return _0x24d70e===_0x26def6;},'LCZkL':'android','htcVl':_0x10d7ef(0x1f7),'vZLge':_0x10d7ef(0x17c),'kEpgo':_0x10d7ef(0x146),'vnPqs':function(_0x4d8a2a,_0x5d556f,_0x176fdf){return _0x4d8a2a(_0x5d556f,_0x176fdf);},'HRLHL':_0x10d7ef(0x20e),'boSeb':function(_0x5e109c){return _0x5e109c();},'NUbyh':'browserstack.com','zkkyV':function(_0x2bf1b8,_0x8a41ab){return _0x2bf1b8===_0x8a41ab;},'mmJvF':function(_0x52c6c3){return _0x52c6c3();},'mDZht':_0x10d7ef(0x108),'hjQwA':function(_0x118af9,_0x163a2e){return _0x118af9(_0x163a2e);},'GJgVB':_0x10d7ef(0xf6),'wIGGu':function(_0x48c7b2,_0x5085e8){return _0x48c7b2(_0x5085e8);},'uVLhx':_0x10d7ef(0x1c3),'JfMGP':function(_0x4cd167,_0x48cef2){return _0x4cd167<_0x48cef2;},'mmOsA':function(_0x83f410,_0x577889){return _0x83f410||_0x577889;},'MfAXu':function(_0x3decd6,_0xa4990e,_0x363774){return _0x3decd6(_0xa4990e,_0x363774);},'IjhWT':function(_0x3f4c5c){return _0x3f4c5c();},'OQFXH':_0x10d7ef(0xf3),'SfWGL':'aiSdk_framework','dGPUy':_0x10d7ef(0x193),'roAoG':_0x10d7ef(0x126),'uBoCI':_0x10d7ef(0x20d),'oPtBL':_0x10d7ef(0x213),'nWPmB':_0x10d7ef(0x1df),'oegLk':_0x10d7ef(0xeb),'MLkCa':function(_0x32165c,_0x136a3d,_0x4272df,_0x151c39,_0x512b44){return _0x32165c(_0x136a3d,_0x4272df,_0x151c39,_0x512b44);},'ZUtNt':function(_0x152f92,_0x2c2007){return _0x152f92||_0x2c2007;},'BYkHF':function(_0x323c23,_0xb9b596,_0x43fa24){return _0x323c23(_0xb9b596,_0x43fa24);},'oyLfD':function(_0x3a1595,_0x4c2f6,_0x5e4ec7){return _0x3a1595(_0x4c2f6,_0x5e4ec7);},'MORfF':function(_0x3a704b,_0xc7ed12,_0x3495ed){return _0x3a704b(_0xc7ed12,_0x3495ed);},'LskaT':'bstackAllyScanning','OMotc':_0x10d7ef(0xd2),'mqNek':'Modifying\x20webdriver\x20builder','vjoxz':function(_0x359ff7){return _0x359ff7();},'CyIhg':_0x10d7ef(0xf4),'UPIKK':_0x10d7ef(0xdc),'diwPj':_0x10d7ef(0x21c),'ZpGaq':'Modifying\x20webdriver\x20execute','NSCgW':function(_0x6c14c5,_0xa8e817){return _0x6c14c5+_0xa8e817;},'oBRja':_0x10d7ef(0x232)},_0x9f9024=helper['requireHttpClient']();let _0x2b4cda;try{_0x2b4cda=helper[_0x10d7ef(0x1a8)](),_0x2b4cda[_0x10d7ef(0x186)]&&(_0x2b4cda['Builder']=_0x2b4cda['originalBuilder']);}catch(_0x825c01){return;}if(helper['isBrowserstackInfra']()){const _0x265613={};_0x265613[_0x10d7ef(0xd5)]=_0x710a2e['browserStackLogLevel'],helper[_0x10d7ef(0x1c7)](_0x265613,new Map(),new Map()),logger['info'](_0x2ffccf[_0x10d7ef(0xf1)]),logger['debug'](_0x2ffccf[_0x10d7ef(0x205)]);}class _0x5ba6c2 extends _0x9f9024['HttpClient']{[_0x10d7ef(0x226)](_0x38a659){const _0x49ab8b=_0x10d7ef;if(_0x2ffccf[_0x49ab8b(0x1b8)](_0x38a659[_0x49ab8b(0xf0)],_0x2ffccf['LXoZn']))try{const _0x2904dc=_0x38a659[_0x49ab8b(0xf0)][_0x49ab8b(0x231)]('/')[0x2];if(_0x2904dc){const _0x2f9f08=hubAllocator[_0x49ab8b(0x1b5)](_0x2904dc);if(_0x2f9f08){const _0xe40259=_0x2ffccf[_0x49ab8b(0x22a)](_0x2ffccf[_0x49ab8b(0x22a)](_0x2ffccf[_0x49ab8b(0x1eb)],_0x2f9f08),_0x2ffccf['qTogl']);this[_0x49ab8b(0x119)]=hubAllocator[_0x49ab8b(0xea)](_0xe40259),logger[_0x49ab8b(0x210)]('New\x20hub\x20url\x20set\x20to\x20'+_0xe40259);}}}catch(_0x3be495){logger['error'](_0x3be495);}if(globals[_0x49ab8b(0xfc)](_0x2ffccf['tadGr'])&&globals[_0x49ab8b(0xfc)](_0x2ffccf[_0x49ab8b(0x1dc)])){const _0x1b1aa1=_0x38a659[_0x49ab8b(0xf0)][_0x49ab8b(0x231)]('/')[0x2];_0x1b1aa1&&commandRepository[_0x49ab8b(0x23f)](_0x1b1aa1,_0x38a659);}return super[_0x49ab8b(0x226)](_0x38a659);}}class _0x4752a0 extends _0x2b4cda['Builder']{[_0x10d7ef(0xdb)](){const _0x346263=_0x10d7ef;return helper['isBrowserstackInfra']()&&(this[_0x346263(0x1c0)]=helper['getHubUrl'](_0x710a2e)),this;}['__setBrowserOptions'](_0x55cdbf){const _0xdd8506=_0x10d7ef;let _0x28010a={};for(const _0x15fe71 in _0x55cdbf){switch(_0x15fe71){case _0x2ffccf[_0xdd8506(0xce)]:case _0x2ffccf[_0xdd8506(0x1d8)]:this[_0xdd8506(0x101)]&&(_0x28010a=this['chromeOptions_']['get'](this['chromeOptions_'][_0xdd8506(0x21a)])||{},this['chromeOptions_'][_0xdd8506(0x174)](this[_0xdd8506(0x101)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0x103)]:case _0x2ffccf['ITHYR']:this[_0xdd8506(0x238)]&&(_0x28010a=this[_0xdd8506(0x238)][_0xdd8506(0x1aa)](this['edgeOptions_'][_0xdd8506(0x21a)])||{},this[_0xdd8506(0x238)]['set'](this[_0xdd8506(0x238)][_0xdd8506(0x21a)],helper['mergeDeep'](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0x10a)]:case _0x2ffccf[_0xdd8506(0x1e0)]:this[_0xdd8506(0x1f3)]&&(_0x28010a=this['firefoxOptions_'][_0xdd8506(0x1aa)](this[_0xdd8506(0x1f3)][_0xdd8506(0x21a)])||{},this['firefoxOptions_'][_0xdd8506(0x174)](this[_0xdd8506(0x1f3)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0xe4)]:this[_0xdd8506(0x14e)]&&(_0x28010a=this[_0xdd8506(0x14e)][_0xdd8506(0x1aa)](this['safariOptions_'][_0xdd8506(0x21a)])||{},this[_0xdd8506(0x14e)][_0xdd8506(0x174)](this[_0xdd8506(0x14e)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0x112)]:case _0x2ffccf['avOAR']:this[_0xdd8506(0x230)]&&(_0x28010a=this['ieOptions_'][_0xdd8506(0x1aa)](this[_0xdd8506(0x230)][_0xdd8506(0x21a)])||{},this[_0xdd8506(0x230)]['set'](this[_0xdd8506(0x230)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;}}}['setCapabilities'](){const _0x264706=_0x10d7ef;logger[_0x264706(0x210)](_0x2ffccf[_0x264706(0x212)]);const _0x4d1001=_0x710a2e['capability']&&_0x2ffccf[_0x264706(0x19a)](Object[_0x264706(0xcf)](_0x710a2e[_0x264706(0x20f)])['length'],0x0)?_0x710a2e['capability']:_0x710a2e[_0x264706(0xe0)]&&Array[_0x264706(0x227)](_0x710a2e['capabilities'])&&_0x2ffccf[_0x264706(0x161)](_0x710a2e['capabilities'][_0x264706(0x109)],0x0)?_0x710a2e[_0x264706(0xe0)][0x0]:{};return this[_0x264706(0xfb)](_0x4d1001),Object[_0x264706(0xcf)](_0x4d1001)['forEach'](_0xf8728d=>{const _0x5acce8=_0x264706,_0x33b4d9=this[_0x5acce8(0x21b)][_0x5acce8(0x1aa)](_0xf8728d);_0x2ffccf['nlUJs'](typeof _0x33b4d9,_0x2ffccf[_0x5acce8(0x121)])?this[_0x5acce8(0x21b)][_0x5acce8(0x174)](_0xf8728d,helper[_0x5acce8(0x15c)](_0x33b4d9,_0x4d1001[_0xf8728d])):this[_0x5acce8(0x21b)][_0x5acce8(0x174)](_0xf8728d,_0x4d1001[_0xf8728d]);}),this;}[_0x10d7ef(0x1ea)](){const _0x23e34e=_0x10d7ef,_0x8a759c={'ZBIKD':function(_0xc25d30){const _0x1bf65e=a177_0x677c;return _0x2ffccf[_0x1bf65e(0xf7)](_0xc25d30);},'sfbNc':function(_0x246cab,_0x205126){const _0x1211b3=a177_0x677c;return _0x2ffccf[_0x1211b3(0x127)](_0x246cab,_0x205126);},'SoCRy':_0x2ffccf[_0x23e34e(0x1ca)],'Jgpoh':_0x2ffccf[_0x23e34e(0x159)],'Imzhr':_0x2ffccf[_0x23e34e(0x148)],'vPQFN':_0x2ffccf[_0x23e34e(0x202)],'KhhMa':_0x2ffccf['QdVcq'],'oGBJg':_0x2ffccf['OeBur'],'AJbTG':function(_0x61f655,_0x57ad30){const _0x584ff5=_0x23e34e;return _0x2ffccf[_0x584ff5(0x1f0)](_0x61f655,_0x57ad30);},'fFDgZ':_0x2ffccf[_0x23e34e(0x223)],'OPZWz':_0x2ffccf[_0x23e34e(0x11b)],'cGlkG':function(_0x44355f){const _0x26aab6=_0x23e34e;return _0x2ffccf[_0x26aab6(0xf7)](_0x44355f);},'miUaf':_0x2ffccf[_0x23e34e(0x20c)],'lVphH':_0x2ffccf[_0x23e34e(0x10d)],'ETTkm':_0x2ffccf[_0x23e34e(0x1da)],'IeTYn':function(_0x1610b7,_0x53adb5,_0x35a1aa){const _0xf6a6bc=_0x23e34e;return _0x2ffccf[_0xf6a6bc(0x181)](_0x1610b7,_0x53adb5,_0x35a1aa);},'pzrlq':_0x2ffccf[_0x23e34e(0x22f)],'LYsIm':_0x2ffccf[_0x23e34e(0x12d)],'dfoMe':_0x2ffccf[_0x23e34e(0x1c5)],'zDyca':_0x2ffccf[_0x23e34e(0xce)],'GRXkh':function(_0x2cef35){const _0x5d382e=_0x23e34e;return _0x2ffccf[_0x5d382e(0x214)](_0x2cef35);},'AwnBv':_0x2ffccf[_0x23e34e(0xe6)],'Aqhrw':function(_0x2d5403,_0xff0826){return _0x2ffccf['zkkyV'](_0x2d5403,_0xff0826);},'uLanm':function(_0x4e63f6){const _0x4a0b44=_0x23e34e;return _0x2ffccf[_0x4a0b44(0x116)](_0x4e63f6);},'tKxlr':_0x2ffccf['mDZht'],'RhdTi':function(_0x9b379e,_0x58b31b){return _0x2ffccf['hjQwA'](_0x9b379e,_0x58b31b);},'NNOwE':_0x2ffccf[_0x23e34e(0x218)],'PfLVX':function(_0x128463,_0x376f80){const _0x8edc9a=_0x23e34e;return _0x2ffccf[_0x8edc9a(0x104)](_0x128463,_0x376f80);},'UnONH':_0x2ffccf['uVLhx'],'ndmpH':function(_0x376493,_0x520610){const _0x726356=_0x23e34e;return _0x2ffccf[_0x726356(0x104)](_0x376493,_0x520610);},'vuOVa':function(_0x54bc81,_0x57b262){const _0x3a8032=_0x23e34e;return _0x2ffccf[_0x3a8032(0x178)](_0x54bc81,_0x57b262);},'dyQFh':function(_0x8e00b2,_0x1be702){const _0x5a37c4=_0x23e34e;return _0x2ffccf[_0x5a37c4(0x1b8)](_0x8e00b2,_0x1be702);},'IbnlD':function(_0x3e6fa9,_0x129871){const _0x106ea9=_0x23e34e;return _0x2ffccf[_0x106ea9(0x1d0)](_0x3e6fa9,_0x129871);},'jlDwF':function(_0x4508c6,_0x327812,_0x528f02){const _0x233d75=_0x23e34e;return _0x2ffccf[_0x233d75(0xfe)](_0x4508c6,_0x327812,_0x528f02);},'ldyol':function(_0xe8c588){const _0x1603ee=_0x23e34e;return _0x2ffccf[_0x1603ee(0x19d)](_0xe8c588);},'jwrRI':function(_0x27b869,_0x3c0019){const _0x57ac33=_0x23e34e;return _0x2ffccf[_0x57ac33(0x104)](_0x27b869,_0x3c0019);},'uOpMF':_0x2ffccf[_0x23e34e(0xf9)],'qKFcA':_0x2ffccf['SfWGL'],'usVOB':_0x2ffccf[_0x23e34e(0xdf)],'YbqOi':_0x2ffccf[_0x23e34e(0x10b)],'qldFC':_0x2ffccf[_0x23e34e(0x115)],'hngvW':_0x2ffccf[_0x23e34e(0x16d)],'cvXBq':_0x2ffccf[_0x23e34e(0x221)],'gkELW':_0x2ffccf[_0x23e34e(0x1dc)],'lNGBd':_0x2ffccf['nWPmB'],'KTFUV':_0x2ffccf['oegLk'],'bqgqn':function(_0x20f3ea,_0x1f220e,_0x3a39ed,_0xe74ab2,_0xcca6ec){return _0x2ffccf['MLkCa'](_0x20f3ea,_0x1f220e,_0x3a39ed,_0xe74ab2,_0xcca6ec);},'XEiKJ':function(_0x3d8a77,_0x1392ec){const _0x12373b=_0x23e34e;return _0x2ffccf[_0x12373b(0xf2)](_0x3d8a77,_0x1392ec);},'cslaj':function(_0x2e97b6,_0x13ca66,_0xe05f2b){const _0x5402a7=_0x23e34e;return _0x2ffccf[_0x5402a7(0x136)](_0x2e97b6,_0x13ca66,_0xe05f2b);},'oOxVi':function(_0x5f5950,_0x55bb8c,_0x5393ae){const _0x20290d=_0x23e34e;return _0x2ffccf[_0x20290d(0x132)](_0x5f5950,_0x55bb8c,_0x5393ae);},'GHzgY':function(_0x4aa192,_0x19820e,_0x449d16){const _0xbbe2f7=_0x23e34e;return _0x2ffccf[_0xbbe2f7(0x239)](_0x4aa192,_0x19820e,_0x449d16);},'IgvMf':_0x2ffccf[_0x23e34e(0x1bf)],'Yqhzo':_0x2ffccf['nuNMl']};PerformanceTester['measureWrapper'](PerformanceEvents[_0x23e34e(0x201)],()=>{const _0x1156b4=_0x23e34e;if(helper[_0x1156b4(0x17a)]()){helper[_0x1156b4(0x1ee)](_0x710a2e[_0x1156b4(0x20f)]);_0x8a759c[_0x1156b4(0x11d)](isAccessibilityAutomationSession)&&_0x8a759c[_0x1156b4(0xd3)](setAccessibilityCapabilities,_0x710a2e);this['setServer'](),this[_0x1156b4(0x200)]();if(helper[_0x1156b4(0x154)](_0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)]))this['agent_']=helper[_0x1156b4(0xd0)](_0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)]);else _0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)]&&(this['proxy_']=_0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x1156b4(0x15b)]));if(_0x8a759c['ZBIKD'](isAccessibilityAutomationSession)){const _0x3563c5=this['capabilities_']['get'](_0x8a759c[_0x1156b4(0x1c1)])||{},_0x3f4ee=_0x3563c5[_0x1156b4(0x11a)]||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x197)])||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1ab)]);if(_0x3f4ee){const _0x419657=(_0x3563c5['platformName']||_0x3563c5['platform']||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x106)])||this['capabilities_'][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x149)])||'')[_0x1156b4(0x152)](),_0x3d8763=(_0x3563c5[_0x1156b4(0x1c8)]||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x20a)])||'')[_0x1156b4(0x152)]();_0x8a759c[_0x1156b4(0x18c)](_0x419657,_0x8a759c[_0x1156b4(0xf5)])&&_0x3d8763['includes'](_0x8a759c[_0x1156b4(0x12f)])&&(_0x8a759c[_0x1156b4(0x19f)](isMobileScanningEnabledForGroup)&&(logger[_0x1156b4(0x210)](_0x8a759c[_0x1156b4(0x13e)]),globals['setGlobal'](_0x8a759c[_0x1156b4(0x1b9)],!![])));}}if(globals['getGlobal'](_0x8a759c[_0x1156b4(0x1b7)])){if(!_0x8a759c[_0x1156b4(0x217)](setExtension,this,_0x710a2e)){globals['setGlobal'](_0x8a759c[_0x1156b4(0x1b7)],![]);const _0x298186=this['capabilities_'][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1c1)]);_0x298186&&(_0x298186[_0x1156b4(0x113)]=![],delete _0x298186[_0x1156b4(0x172)],this['capabilities_']['set'](_0x8a759c[_0x1156b4(0x1c1)],_0x298186)),this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x233)])&&(this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x233)],![]),this['capabilities_'][_0x1156b4(0xdd)](_0x8a759c[_0x1156b4(0x1f8)]));}}process['env'][_0x1156b4(0xfd)]&&(helper[_0x1156b4(0x16f)](null,helper[_0x1156b4(0x1e3)](_0x710a2e),_0x710a2e[_0x1156b4(0x23b)],null,this,null),helper['setAdditionalCapabilities'](_0x710a2e['capability']),helper['readTcgAuthConfigToGlobal']()),logger[_0x1156b4(0x210)](_0x8a759c[_0x1156b4(0x179)]);}else{if(this[_0x1156b4(0x101)]){const _0x30de96=this[_0x1156b4(0x101)]['get'](this[_0x1156b4(0x101)]['CAPABILITY_KEY']||_0x8a759c[_0x1156b4(0x17d)]);if(_0x30de96&&_0x30de96[_0x1156b4(0x1f5)]){const _0x118316=this[_0x1156b4(0x21b)]['get'](_0x8a759c[_0x1156b4(0x17d)])||{},_0x8159d0=(_0x118316['args']||[])[_0x1156b4(0x1be)](_0x30de96[_0x1156b4(0x1f5)]||[]),_0x1ee82e=Array[_0x1156b4(0x189)](new Set(_0x8159d0)),_0xf900a={};_0xf900a[_0x1156b4(0x1f5)]=_0x1ee82e,this['capabilities_'][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x17d)],Object[_0x1156b4(0x1d1)]({},_0x118316,_0x30de96,_0xf900a));}}helper[_0x1156b4(0x23d)]();if(_0x8a759c[_0x1156b4(0x1f9)](isAccessibilityAutomationSession)&&this[_0x1156b4(0x16e)]()[_0x1156b4(0x1a1)](_0x8a759c[_0x1156b4(0x196)])){let _0x36d477=!![];const _0xe1c4cd=this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1c1)])||{},_0xc15dc0=_0xe1c4cd['deviceName']||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x197)])||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1ab)]);if(_0xc15dc0){const _0x233df5=(_0xe1c4cd[_0x1156b4(0x19e)]||_0xe1c4cd['platform']||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x106)])||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c['KhhMa'])||'')[_0x1156b4(0x152)](),_0xd2fd4d=(_0xe1c4cd[_0x1156b4(0x1c8)]||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c['oGBJg'])||'')['toLowerCase']();_0x8a759c[_0x1156b4(0x125)](_0x233df5,_0x8a759c[_0x1156b4(0xf5)])&&_0xd2fd4d[_0x1156b4(0x1a1)](_0x8a759c[_0x1156b4(0x12f)])?!_0x8a759c[_0x1156b4(0x1b3)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x36d477=![]):(logger[_0x1156b4(0x210)](_0x8a759c[_0x1156b4(0x13e)]),globals[_0x1156b4(0x111)](_0x8a759c['lVphH'],!![])):(logger[_0x1156b4(0x12e)](_0x8a759c[_0x1156b4(0x190)]),_0x36d477=![]);}if(_0x36d477){const _0x48fe1e=_0x8a759c[_0x1156b4(0x203)](parseFloat,_0xe1c4cd[_0x1156b4(0xf6)]||this[_0x1156b4(0x21b)]['get'](_0x8a759c[_0x1156b4(0x1c9)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3aaef7}=_0x8a759c['PfLVX'](require,_0x8a759c['UnONH']),_0x3d45d0=_0x8a759c['PfLVX'](parseFloat,_0x3aaef7);!_0x8a759c[_0x1156b4(0x1cf)](isNaN,_0x48fe1e)&&_0x8a759c[_0x1156b4(0x21e)](_0x48fe1e,_0x3d45d0)&&(logger[_0x1156b4(0x12e)](_0x1156b4(0x177)+_0x3aaef7+'.'),_0x36d477=![]);}if(_0x36d477){_0x8a759c[_0x1156b4(0x203)](setAccessibilityCapabilities,_0x710a2e),this[_0x1156b4(0x200)]();if(process['env'][_0x1156b4(0x240)]){let _0x54056a={};try{process['env'][_0x1156b4(0x155)]&&(_0x54056a=JSON[_0x1156b4(0x1d2)](process['env'][_0x1156b4(0x155)]));}catch(_0xbb0982){logger[_0x1156b4(0x210)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0xbb0982);}const _0x2512fd=helper['useW3C'](_0x710a2e),_0x4b72ab=this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c['SoCRy']);if(_0x8a759c[_0x1156b4(0x22c)](_0x2512fd,![])&&(_0x4b72ab||!this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x233)]))){const _0x5220a9=_0x8a759c[_0x1156b4(0x1d7)](_0x4b72ab,{});_0x5220a9['accessibility']=!![];const _0x49732a={};_0x49732a[_0x1156b4(0x168)]=process[_0x1156b4(0x11c)]['BS_A11Y_JWT'],_0x49732a[_0x1156b4(0x19b)]=_0x54056a[_0x1156b4(0x19b)],_0x5220a9[_0x1156b4(0x172)]=Object[_0x1156b4(0x1d1)]({},_0x5220a9[_0x1156b4(0x172)],_0x49732a),this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x1c1)],_0x5220a9);}else{this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x233)],!![]);const _0x3f3ece=this['capabilities_'][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1f8)])||{},_0x4e7c13={};_0x4e7c13[_0x1156b4(0x168)]=process['env'][_0x1156b4(0x240)],_0x4e7c13[_0x1156b4(0x19b)]=_0x54056a[_0x1156b4(0x19b)],this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c['LYsIm'],Object[_0x1156b4(0x1d1)]({},_0x3f3ece,_0x4e7c13));}}if(!_0x8a759c[_0x1156b4(0xe9)](setExtension,this,_0x710a2e)){globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x1b7)],![]);const _0x5a4ec1=this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1c1)]);_0x5a4ec1&&(_0x5a4ec1[_0x1156b4(0x113)]=![],delete _0x5a4ec1[_0x1156b4(0x172)],this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c['SoCRy'],_0x5a4ec1)),this[_0x1156b4(0x21b)]['get'](_0x8a759c[_0x1156b4(0x233)])&&(this['capabilities_'][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x233)],![]),this[_0x1156b4(0x21b)][_0x1156b4(0xdd)](_0x8a759c['LYsIm']));}}}if(_0x8a759c[_0x1156b4(0x1e2)](isAccessibilityAutomationSession)&&!this[_0x1156b4(0x16e)]()[_0x1156b4(0x1a1)](_0x8a759c['AwnBv']))try{_0x8a759c[_0x1156b4(0x100)](hasLegacyHeadlessArg,this)?(logger['warn'](_0x8a759c[_0x1156b4(0x114)]),globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x1b7)],![])):helper['prepareCapabilities'](null,helper[_0x1156b4(0x1e3)](_0x710a2e),_0x710a2e[_0x1156b4(0x23b)],null,this,null);}catch(_0x3d7033){logger[_0x1156b4(0x210)](_0x1156b4(0x1d9)+util[_0x1156b4(0x198)](_0x3d7033));}_0x8a759c[_0x1156b4(0x125)](globals[_0x1156b4(0xfc)](_0x8a759c[_0x1156b4(0xd7)]),_0x8a759c[_0x1156b4(0x138)])&&(commandRepository[_0x1156b4(0x1b6)](_0x8a759c[_0x1156b4(0x138)]),commandRepository['setConfig'](globals['getGlobal'](_0x8a759c[_0x1156b4(0x187)])));if(this[_0x1156b4(0x1c0)][_0x1156b4(0x1a1)](_0x8a759c['qldFC']))logger['debug'](_0x8a759c[_0x1156b4(0x14f)]),globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x222)],![]),globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x164)],![]);else globals[_0x1156b4(0xfc)](_0x8a759c[_0x1156b4(0x222)])&&globals['getGlobal'](_0x8a759c['gkELW'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0xd911f3=super[_0x23e34e(0x1ea)]();return PerformanceTester[_0x23e34e(0x1dd)](PerformanceEvents[_0x23e34e(0x22b)],()=>{const _0x442edc=_0x23e34e,_0x363fe1={'kNasJ':function(_0x5148d1){const _0x5d45a7=a177_0x677c;return _0x2ffccf[_0x5d45a7(0xf7)](_0x5148d1);},'JfZdl':function(_0x591608,_0x1c6122,_0x37f933){return _0x2ffccf['XnAyy'](_0x591608,_0x1c6122,_0x37f933);},'HRLTQ':_0x2ffccf[_0x442edc(0x1da)],'kdtkt':_0x2ffccf[_0x442edc(0x1ca)],'QBKiu':_0x2ffccf['BwGJz'],'BXeFK':_0x2ffccf[_0x442edc(0x12d)],'vrtvS':_0x2ffccf[_0x442edc(0x1bf)],'Mstbg':_0x2ffccf[_0x442edc(0x157)],'kmygY':function(_0x1bdbde,_0x2f92d4){const _0x6097e4=_0x442edc;return _0x2ffccf[_0x6097e4(0xd1)](_0x1bdbde,_0x2f92d4);},'Dkbpx':function(_0x2ec22b,_0x449b64,_0x54524e,_0x411abb,_0x292dfa){return _0x2ffccf['FwEqW'](_0x2ec22b,_0x449b64,_0x54524e,_0x411abb,_0x292dfa);}};_0xd911f3['session_'][_0x442edc(0x15d)](_0x4def23=>{const _0x14f27d=_0x442edc,_0x4bc29f=_0x4def23[_0x14f27d(0x1f6)];if(!helper['isBrowserstackInfra']()&&_0x363fe1[_0x14f27d(0x1a7)](isAccessibilityAutomationSession)){const _0x3668f2=_0x363fe1['JfZdl'](nonBstackPlatformValidation,_0x4bc29f,this);globals[_0x14f27d(0x111)](_0x363fe1['HRLTQ'],_0x3668f2);if(!_0x3668f2){const _0x35f5c0=this[_0x14f27d(0x21b)]['get'](_0x363fe1['kdtkt']);_0x35f5c0&&(_0x35f5c0[_0x14f27d(0x113)]=![],delete _0x35f5c0['accessibilityOptions'],this['capabilities_'][_0x14f27d(0x174)](_0x363fe1[_0x14f27d(0x140)],_0x35f5c0)),this[_0x14f27d(0x21b)]['get'](_0x363fe1['QBKiu'])&&(this[_0x14f27d(0x21b)][_0x14f27d(0x174)](_0x363fe1[_0x14f27d(0x1d5)],![]),this[_0x14f27d(0x21b)][_0x14f27d(0xdd)](_0x363fe1[_0x14f27d(0x1d6)]));}}}),_0xd911f3[_0x442edc(0x124)][_0x442edc(0x15d)](_0x530ef0=>{const _0x171aef=_0x442edc;try{logger[_0x171aef(0x210)]('Session\x20ID:\x20'+_0x530ef0[_0x171aef(0x139)]());const _0x1c1fa8=_0x530ef0[_0x171aef(0x1f6)]['get'](_0x8a759c[_0x171aef(0x1b1)]);_0x1c1fa8?(logger[_0x171aef(0x210)](_0x171aef(0x1af)+_0x1c1fa8),hubAllocator[_0x171aef(0x175)](_0x1c1fa8,_0x530ef0[_0x171aef(0x139)]()),helper['storeOptimalHubUrl'](_0x1c1fa8)):logger[_0x171aef(0x210)](_0x8a759c[_0x171aef(0x176)]);}catch(_0x1ac798){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x1ac798);}}),_0xd911f3[_0x442edc(0x219)]=0x0,_0xd911f3[_0x442edc(0x15d)]&&_0xd911f3[_0x442edc(0x15d)](_0x19b3a5=>{const _0x392ec5=_0x442edc,_0x4e6e98={'uSmzH':function(_0x56f537,_0xe2236b,_0x17fa0c){return _0x8a759c['jlDwF'](_0x56f537,_0xe2236b,_0x17fa0c);},'aVSQW':function(_0x33f22f,_0x47e233,_0x159342,_0x427e29,_0x1c5a58){const _0xaf23f=a177_0x677c;return _0x8a759c[_0xaf23f(0x153)](_0x33f22f,_0x47e233,_0x159342,_0x427e29,_0x1c5a58);},'VOvpc':function(_0x1ac5b8,_0x536660){return _0x8a759c['XEiKJ'](_0x1ac5b8,_0x536660);}};helper['overrideQuit'](_0x19b3a5,_0xd911f3),_0x4837db&&_0x8a759c[_0x392ec5(0x100)](overrideTakeScreenshot,_0x19b3a5),helper['overrideGet'](_0x19b3a5,_0x710a2e),_0x8a759c[_0x392ec5(0x21d)](overrideExecute,_0x19b3a5,_0x710a2e),_0x8a759c[_0x392ec5(0x215)](propagateJestSessionName,_0x19b3a5,_0x2214a4),_0x710a2e['capability']&&percyHelper[_0x392ec5(0x10e)](_0x19b3a5,_0x2b4cda[_0x392ec5(0x15e)],_0x710a2e),_0x19b3a5['getAccessibilityResultsSummary']=async()=>{const _0x27d819=_0x392ec5;return await _0x363fe1[_0x27d819(0x19c)](getAccessibilityResultsSummary,_0x19b3a5,global);},_0x19b3a5[_0x392ec5(0x10f)]=async()=>{return await _0x4e6e98['uSmzH'](getAccessibilityResults,_0x19b3a5,global);},_0x19b3a5[_0x392ec5(0x13b)]=async _0x442293=>{const _0x2374d9=_0x392ec5;return await _0x4e6e98[_0x2374d9(0x206)](performScan,_0x19b3a5,null,!![],_0x4e6e98[_0x2374d9(0x1b0)](_0x442293,null));},_0x19b3a5[_0x392ec5(0x10c)]=async _0x52aa99=>{const _0x5cf15e=_0x392ec5;globals[_0x5cf15e(0x111)](_0x363fe1['vrtvS'],!![]),globals[_0x5cf15e(0x111)](_0x363fe1[_0x5cf15e(0x1cd)],_0x363fe1[_0x5cf15e(0x17e)](_0x52aa99,null));},_0x19b3a5[_0x392ec5(0x1e6)]=async()=>{const _0x3e64ef=_0x392ec5;globals[_0x3e64ef(0x111)](_0x363fe1[_0x3e64ef(0x16a)],![]),globals[_0x3e64ef(0x111)](_0x363fe1['Mstbg'],null);};}),_0xd911f3[_0x442edc(0x211)]=async()=>{return await _0x8a759c['GHzgY'](getAccessibilityResultsSummary,_0xd911f3,global);},_0xd911f3['getAccessibilityResults']=async()=>{return await _0x363fe1['JfZdl'](getAccessibilityResults,_0xd911f3,global);},_0xd911f3[_0x442edc(0x13b)]=async _0x1c6a6c=>{const _0x4fac54=_0x442edc;return await _0x363fe1[_0x4fac54(0x1c4)](performScan,_0xd911f3,null,!![],_0x363fe1[_0x4fac54(0x17e)](_0x1c6a6c,null));},_0xd911f3[_0x442edc(0x10c)]=async _0x3a9442=>{const _0x1219c3=_0x442edc;globals[_0x1219c3(0x111)](_0x8a759c[_0x1219c3(0x173)],!![]),globals[_0x1219c3(0x111)](_0x8a759c[_0x1219c3(0xd8)],_0x8a759c[_0x1219c3(0x18d)](_0x3a9442,null));},_0xd911f3[_0x442edc(0x1e6)]=async()=>{const _0xa8fa65=_0x442edc;globals[_0xa8fa65(0x111)](_0x363fe1[_0xa8fa65(0x16a)],![]),globals[_0xa8fa65(0x111)](_0x363fe1['Mstbg'],null);},_0x4837db&&_0x2ffccf['BECrW'](overrideTakeScreenshot,_0xd911f3),helper[_0x442edc(0x1e9)](_0xd911f3),helper[_0x442edc(0x191)](_0xd911f3,_0x710a2e),_0x2ffccf['XnAyy'](overrideExecute,_0xd911f3,_0x710a2e),_0x2ffccf[_0x442edc(0x204)](propagateJestSessionName,_0xd911f3,_0x2214a4,_0x2ffccf[_0x442edc(0x123)]),_0x710a2e[_0x442edc(0x20f)]&&percyHelper[_0x442edc(0x10e)](_0xd911f3,_0x2b4cda[_0x442edc(0x15e)],_0x710a2e);helper[_0x442edc(0x182)](global[_0x442edc(0x22e)])&&(global[_0x442edc(0x22e)]=[]);helper[_0x442edc(0x182)](global['__drivers'])&&(global[_0x442edc(0x1fd)]=[]);global[_0x442edc(0x22e)]['push'](_0xd911f3),global[_0x442edc(0xd9)]=_0xd911f3,_0x2214a4&&(_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0xd9)]=_0xd911f3);_0x2ffccf[_0x442edc(0x17b)](global[_0x442edc(0x1fd)],undefined)&&global[_0x442edc(0x1fd)][_0x442edc(0xec)](_0xd911f3);_0x2214a4&&helper[_0x442edc(0x182)](_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x1fd)])&&(_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x1fd)]=[]);_0x2214a4&&helper[_0x442edc(0x182)](_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x22e)])&&(_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x22e)]=[]);_0x2214a4&&_0x2ffccf[_0x442edc(0x1b8)](_0x2214a4[_0x442edc(0x1b2)]['__drivers'],undefined)&&(_0x2214a4[_0x442edc(0x1b2)]['__drivers'][_0x442edc(0xec)](_0xd911f3),_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x22e)]['push'](_0xd911f3));_0xd911f3[_0x442edc(0xee)]=globals[_0x442edc(0xfc)](_0x2ffccf[_0x442edc(0x1da)]);try{global[_0x442edc(0x1fd)][0x0][_0x442edc(0x124)][_0x442edc(0x15d)](_0x816c6b=>{const _0x40719f=_0x442edc;logger[_0x40719f(0x210)]('setting\x20driver\x20Session\x20ID:\x20'+_0x816c6b[_0x40719f(0x139)]()+_0x40719f(0x163));})[_0x442edc(0x1bd)](_0x234fea=>{const _0x5de956=_0x442edc;logger[_0x5de956(0x210)](_0x5de956(0x14d)+_0x234fea);});}catch(_0x33fa64){logger[_0x442edc(0x210)](_0x442edc(0x14d)+_0x33fa64);}globals[_0x442edc(0x111)](_0x2ffccf['YzQhR'],globals[_0x442edc(0xfc)](_0x2ffccf[_0x442edc(0x1da)]));})(),_0xd911f3;}}_0x2214a4&&(globals[_0x10d7ef(0x236)]=_0x2214a4['global'][_0x10d7ef(0x236)]);if(_0x2ffccf['vjoxz'](isAccessibilityAutomationSession))try{let _0x3fe79f=helper[_0x10d7ef(0x11e)](_0x2ffccf[_0x10d7ef(0x1fb)],_0x2ffccf[_0x10d7ef(0x110)])[_0x10d7ef(0x216)];(!_0x3fe79f[_0x10d7ef(0x133)]||!_0x3fe79f['prototype']['execute'])&&(_0x3fe79f=helper[_0x10d7ef(0x11e)](_0x2ffccf['diwPj'],_0x2ffccf[_0x10d7ef(0x110)])['Executor']);if(_0x3fe79f[_0x10d7ef(0x133)]&&_0x3fe79f['prototype']['execute']){const _0x21b173=_0x3fe79f[_0x10d7ef(0x133)][_0x10d7ef(0xef)];logger['debug'](_0x2ffccf[_0x10d7ef(0x1a5)]),_0x3fe79f[_0x10d7ef(0x133)]['execute']=async function(){const _0x393aa7=_0x10d7ef;try{!globals[_0x393aa7(0xfc)](_0x2ffccf[_0x393aa7(0x1d3)])&&globals[_0x393aa7(0xfc)](_0x2ffccf[_0x393aa7(0x1da)])&&globals['getGlobal'](_0x2ffccf['KSEZS'])&&scripts[_0x393aa7(0x122)](arguments[0x0]['name_'])&&!_0x2ffccf[_0x393aa7(0x104)](isBrowserStackCommandExecutor,arguments[0x0][_0x393aa7(0x1a0)])&&(globals[_0x393aa7(0x111)](_0x2ffccf[_0x393aa7(0x1d3)],!![]),logger[_0x393aa7(0x210)](_0x393aa7(0x170)+arguments[0x0][_0x393aa7(0x209)]),await _0x2ffccf[_0x393aa7(0x239)](performScan,global[_0x393aa7(0xd9)],arguments[0x0][_0x393aa7(0x209)]));}catch(_0x363735){logger[_0x393aa7(0x210)](_0x393aa7(0x135)+util[_0x393aa7(0x198)](_0x363735));}return globals[_0x393aa7(0x111)](_0x2ffccf['LskaT'],![]),_0x21b173[_0x393aa7(0x14a)](this,arguments);};}}catch(_0x17c726){logger[_0x10d7ef(0x210)](_0x2ffccf['NSCgW'](_0x2ffccf['oBRja'],_0x17c726));}return _0x2b4cda[_0x10d7ef(0x186)]=_0x2b4cda[_0x10d7ef(0x141)],_0x2b4cda[_0x10d7ef(0x141)]=_0x4752a0,_0x9f9024[_0x10d7ef(0x144)]=_0x5ba6c2,_0x2b4cda;};module['exports'][a177_0x197019(0x15f)]=modify,module[a177_0x197019(0x13c)][a177_0x197019(0x207)]=modifyV2,module[a177_0x197019(0x13c)][a177_0x197019(0x118)]=percySDK,module[a177_0x197019(0x13c)][a177_0x197019(0x12a)]=BrowserStackSdk,module['exports'][a177_0x197019(0x23e)]=modifyPlaywrightConfig;try{require(a177_0x197019(0x13a))[a177_0x197019(0xff)]();}catch(a177_0xf3a7b6){logger[a177_0x197019(0x210)](a177_0x197019(0x1e5)+(a177_0xf3a7b6&&a177_0xf3a7b6['message']));}module[a177_0x197019(0x13c)][a177_0x197019(0x235)]=require(a177_0x197019(0x13a))[a177_0x197019(0xff)];
1
+ const a177_0x331867=a177_0x4b25;(function(_0x1a366e,_0x3545f1){const _0x1ed2bd=a177_0x4b25,_0x18ff68=_0x1a366e();while(!![]){try{const _0x25dc14=parseInt(_0x1ed2bd(0xf7))/0x1*(parseInt(_0x1ed2bd(0xcd))/0x2)+-parseInt(_0x1ed2bd(0xce))/0x3*(parseInt(_0x1ed2bd(0xcb))/0x4)+parseInt(_0x1ed2bd(0x70))/0x5*(-parseInt(_0x1ed2bd(0x1ac))/0x6)+parseInt(_0x1ed2bd(0xa2))/0x7*(parseInt(_0x1ed2bd(0x128))/0x8)+parseInt(_0x1ed2bd(0x77))/0x9+parseInt(_0x1ed2bd(0x1b5))/0xa+parseInt(_0x1ed2bd(0x104))/0xb*(-parseInt(_0x1ed2bd(0x14d))/0xc);if(_0x25dc14===_0x3545f1)break;else _0x18ff68['push'](_0x18ff68['shift']());}catch(_0x18c608){_0x18ff68['push'](_0x18ff68['shift']());}}}(a177_0x3c8c,0xb6c83));const util=require(a177_0x331867(0x116)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x331867(0x119)),{setAccessibilityCapabilities,setExtension}=require(a177_0x331867(0x150)),helper=require(a177_0x331867(0x1b7)),logger=require('./helpers/logger')[a177_0x331867(0x79)],hubAllocator=require(a177_0x331867(0x11b)),percySDK=require(a177_0x331867(0x1a7)),percyHelper=require(a177_0x331867(0x1c2)),BrowserStackSdk=require(a177_0x331867(0x167)),modifyPlaywrightConfig=require(a177_0x331867(0xca)),scripts=require(a177_0x331867(0xea)),globals=require(a177_0x331867(0x168)),{commandRepository}=require(a177_0x331867(0xac)),{aiSdkWrapper}=require(a177_0x331867(0x164)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x331867(0xd5)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x217035=>{const _0x1e4f3d=a177_0x331867,_0x528c6c={'KzKlK':function(_0x3ab87f,_0x4791b0){return _0x3ab87f!==_0x4791b0;},'BeXkR':_0x1e4f3d(0x17f),'LpRRx':function(_0x206952,_0x38d0e7){return _0x206952+_0x38d0e7;},'KQQgp':_0x1e4f3d(0xf8),'QveUC':_0x1e4f3d(0x1ce),'LDAbr':_0x1e4f3d(0x160),'sOCoR':_0x1e4f3d(0x108),'PIPYJ':_0x1e4f3d(0x15c),'AJfDM':'edgeOptions','JXuwZ':_0x1e4f3d(0xa4),'YDOTv':_0x1e4f3d(0x11a),'MrRtw':_0x1e4f3d(0x174),'jIKKK':_0x1e4f3d(0x1ab),'KJRBj':_0x1e4f3d(0x1a2),'YtBxI':function(_0x4fd728,_0x7c435b){return _0x4fd728===_0x7c435b;},'EidmM':'object','JtaEJ':_0x1e4f3d(0x102),'ZBCPB':function(_0x2de8e2){return _0x2de8e2();},'beSlA':function(_0x540035,_0x577223){return _0x540035(_0x577223);},'fbWrX':function(_0x2c7b5a){return _0x2c7b5a();},'Dsved':_0x1e4f3d(0xe8),'LCWRw':_0x1e4f3d(0xf1),'xpxOs':_0x1e4f3d(0x19a),'tljWo':_0x1e4f3d(0x1d9),'EjsDk':_0x1e4f3d(0x157),'CmGqm':_0x1e4f3d(0x189),'Nlbbd':_0x1e4f3d(0x178),'MmavE':_0x1e4f3d(0x117),'uopGS':function(_0x40496d){return _0x40496d();},'Opjat':_0x1e4f3d(0x11f),'mAPaM':_0x1e4f3d(0x85),'mhvRD':_0x1e4f3d(0x165),'gxkAy':function(_0x569a84,_0x3ce8b6,_0x539e20){return _0x569a84(_0x3ce8b6,_0x539e20);},'quVLa':'browserstack.accessibility','qZLRn':_0x1e4f3d(0xb6),'kyrDS':_0x1e4f3d(0x1d8),'MPUdL':function(_0x4a03a2,_0x1b5b35,_0x579348,_0x1ed596,_0x3ab0af){return _0x4a03a2(_0x1b5b35,_0x579348,_0x1ed596,_0x3ab0af);},'acEQB':function(_0x5d55c8,_0x2714bc){return _0x5d55c8||_0x2714bc;},'voVpp':_0x1e4f3d(0xd4),'pvZsU':_0x1e4f3d(0x1de),'Zwrdq':function(_0x24d14f,_0xc35877,_0x44b860){return _0x24d14f(_0xc35877,_0x44b860);},'rGiNU':'optimalHubUrl','YkLIu':_0x1e4f3d(0x1b8),'XVivh':function(_0x25d07c,_0x47ede0,_0x2df791){return _0x25d07c(_0x47ede0,_0x2df791);},'tcTqf':function(_0x4b89c2,_0x358a95){return _0x4b89c2||_0x358a95;},'CblcF':function(_0x284e0a,_0x580c82,_0x1e4599){return _0x284e0a(_0x580c82,_0x1e4599);},'kjqdi':function(_0x2c60cc,_0x43e533,_0x16d59e){return _0x2c60cc(_0x43e533,_0x16d59e);},'VZrBr':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','JMwgL':_0x1e4f3d(0x15a)};logger[_0x1e4f3d(0xe3)](_0x528c6c[_0x1e4f3d(0xec)]),logger['debug'](_0x528c6c[_0x1e4f3d(0xe4)]);const _0x22f671=helper['requireSeleniumWebdriver'](),_0x5df912=helper[_0x1e4f3d(0xa1)]();class _0x47bb45 extends _0x5df912[_0x1e4f3d(0x125)]{['send'](_0x40c2ee){const _0x516bfa=_0x1e4f3d;if(_0x528c6c[_0x516bfa(0xab)](_0x40c2ee['path'],_0x528c6c[_0x516bfa(0x180)]))try{const _0x3ffb7e=_0x40c2ee[_0x516bfa(0x186)]['split']('/')[0x2];if(_0x3ffb7e){const _0x26649e=hubAllocator['consumeHubUrlForSession'](_0x3ffb7e);if(_0x26649e){const _0x16d42c=_0x528c6c['LpRRx'](_0x528c6c['LpRRx'](_0x528c6c['KQQgp'],_0x26649e),_0x528c6c[_0x516bfa(0x13e)]);this[_0x516bfa(0x1c4)]=hubAllocator['getRequestOptions'](_0x16d42c),logger[_0x516bfa(0x6c)](_0x516bfa(0x1a6)+_0x16d42c);}}}catch(_0x115eae){logger[_0x516bfa(0x10e)](_0x115eae);}return super[_0x516bfa(0x173)](_0x40c2ee);}}class _0x4506a2 extends _0x22f671[_0x1e4f3d(0xd6)]{[_0x1e4f3d(0x65)](_0x41ba14){const _0x52ef47=_0x1e4f3d;let _0xae1bba={};for(const _0x4298b6 in _0x41ba14){switch(_0x4298b6){case _0x528c6c[_0x52ef47(0x1d2)]:case _0x528c6c['sOCoR']:this[_0x52ef47(0xe1)]&&(_0xae1bba=this[_0x52ef47(0xe1)][_0x52ef47(0xde)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x52ef47(0xe1)][_0x52ef47(0x122)](this[_0x52ef47(0xe1)][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x1ae)]:case _0x528c6c['AJfDM']:this['edgeOptions_']&&(_0xae1bba=this[_0x52ef47(0x1c3)][_0x52ef47(0xde)](this['edgeOptions_'][_0x52ef47(0x10b)])||{},this[_0x52ef47(0x1c3)][_0x52ef47(0x122)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x76)]:case _0x528c6c[_0x52ef47(0x14c)]:this[_0x52ef47(0xdd)]&&(_0xae1bba=this[_0x52ef47(0xdd)][_0x52ef47(0xde)](this[_0x52ef47(0xdd)][_0x52ef47(0x10b)])||{},this[_0x52ef47(0xdd)][_0x52ef47(0x122)](this['firefoxOptions_'][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c[_0x52ef47(0x17d)]:this['safariOptions_']&&(_0xae1bba=this[_0x52ef47(0x16e)][_0x52ef47(0xde)](this[_0x52ef47(0x16e)][_0x52ef47(0x10b)])||{},this['safariOptions_'][_0x52ef47(0x122)](this['safariOptions_'][_0x52ef47(0x10b)],helper[_0x52ef47(0x170)](_0xae1bba,_0x41ba14[_0x4298b6])));break;case _0x528c6c['jIKKK']:case _0x528c6c['KJRBj']:this[_0x52ef47(0xc1)]&&(_0xae1bba=this[_0x52ef47(0xc1)]['get'](this[_0x52ef47(0xc1)][_0x52ef47(0x10b)])||{},this['ieOptions_'][_0x52ef47(0x122)](this[_0x52ef47(0xc1)][_0x52ef47(0x10b)],helper['mergeDeep'](_0xae1bba,_0x41ba14[_0x4298b6])));break;}}}['setServer'](){const _0xa0da41=_0x1e4f3d;return this['url_']=helper[_0xa0da41(0x12a)](_0x217035),logger['debug'](_0xa0da41(0x1af)+this['url_']),this;}[_0x1e4f3d(0x6a)](){const _0x33dc71=_0x1e4f3d,_0x468e71={'Bfsuq':function(_0x3ea3f1,_0x216007){const _0x20b5a6=a177_0x4b25;return _0x528c6c[_0x20b5a6(0xeb)](_0x3ea3f1,_0x216007);},'XfDYo':_0x528c6c[_0x33dc71(0x15d)]};return logger['debug'](_0x528c6c[_0x33dc71(0x78)]),this[_0x33dc71(0x65)](_0x217035[_0x33dc71(0xfd)]),Object[_0x33dc71(0x18e)](_0x217035[_0x33dc71(0xfd)])[_0x33dc71(0x14e)](_0x456d94=>{const _0x52ba01=_0x33dc71,_0x58b218=this['capabilities_']['get'](_0x456d94);_0x468e71['Bfsuq'](typeof _0x58b218,_0x468e71['XfDYo'])?this[_0x52ba01(0x15e)][_0x52ba01(0x122)](_0x456d94,helper[_0x52ba01(0x170)](_0x58b218,_0x217035[_0x52ba01(0xfd)][_0x456d94])):this[_0x52ba01(0x15e)][_0x52ba01(0x122)](_0x456d94,_0x217035[_0x52ba01(0xfd)][_0x456d94]);}),this;}[_0x1e4f3d(0x103)](){const _0x50875a=_0x1e4f3d,_0x82853a={'worNS':_0x528c6c[_0x50875a(0x1dc)],'ySbmS':_0x528c6c[_0x50875a(0x13c)],'UAoJK':function(_0x22800d,_0x5499df,_0x49d07e){const _0x3dd10d=_0x50875a;return _0x528c6c[_0x3dd10d(0x137)](_0x22800d,_0x5499df,_0x49d07e);},'ZLvhe':_0x528c6c[_0x50875a(0x1d1)],'llKPf':_0x528c6c[_0x50875a(0x140)],'PFKqR':function(_0x5313aa,_0x1fae55){const _0x57d70a=_0x50875a;return _0x528c6c[_0x57d70a(0x11d)](_0x5313aa,_0x1fae55);},'iUSAC':function(_0x55f382,_0x11e52f,_0x55c11c){const _0x15cf68=_0x50875a;return _0x528c6c[_0x15cf68(0xa5)](_0x55f382,_0x11e52f,_0x55c11c);},'YjAgm':function(_0x5c3fc6,_0x22a791,_0x1f2ff7){const _0x444ad4=_0x50875a;return _0x528c6c[_0x444ad4(0x137)](_0x5c3fc6,_0x22a791,_0x1f2ff7);},'ZykUg':function(_0x5478da,_0x26cf04,_0x9edf1c){return _0x528c6c['kjqdi'](_0x5478da,_0x26cf04,_0x9edf1c);}};PerformanceTester[_0x50875a(0x1dd)](PerformanceEvents[_0x50875a(0x66)],()=>{const _0xf325d1=_0x50875a;_0x528c6c[_0xf325d1(0x1c9)](isAccessibilityAutomationSession)&&_0x528c6c[_0xf325d1(0x10d)](setAccessibilityCapabilities,_0x217035);this[_0xf325d1(0x17e)](),this['setCapabilities']();if(helper[_0xf325d1(0x11e)](_0x217035['proxySettings'][_0xf325d1(0xd8)]))this['agent_']=helper['getHttpAgent'](_0x217035['proxySettings'][_0xf325d1(0xd8)]);else _0x217035[_0xf325d1(0x9a)][_0xf325d1(0xd8)]&&(this[_0xf325d1(0x1d7)]=_0x217035[_0xf325d1(0x9a)]['proxyUrl'],logger[_0xf325d1(0x6c)](_0xf325d1(0x1d5)+this['proxy_']));if(_0x528c6c['fbWrX'](isAccessibilityAutomationSession)){const _0x2adb7e=this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x1cd)])||{},_0x13dc8e=_0x2adb7e[_0xf325d1(0x19a)]||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x9d)])||this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x19f)]);if(_0x13dc8e){const _0x28a8c3=(_0x2adb7e[_0xf325d1(0x1d9)]||_0x2adb7e[_0xf325d1(0x157)]||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x18b)])||this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0xd0)])||'')[_0xf325d1(0x187)](),_0x36bc73=(_0x2adb7e[_0xf325d1(0x189)]||this[_0xf325d1(0x15e)]['get'](_0x528c6c[_0xf325d1(0x1da)])||'')[_0xf325d1(0x187)]();_0x528c6c[_0xf325d1(0xeb)](_0x28a8c3,_0x528c6c[_0xf325d1(0x1b1)])&&_0x36bc73[_0xf325d1(0x130)](_0x528c6c[_0xf325d1(0x9e)])&&(_0x528c6c['uopGS'](isMobileScanningEnabledForGroup)&&(logger[_0xf325d1(0x6c)](_0x528c6c['Opjat']),globals['setGlobal'](_0x528c6c['mAPaM'],!![])));}}if(globals[_0xf325d1(0x7b)](_0x528c6c[_0xf325d1(0x1d6)])){if(!_0x528c6c[_0xf325d1(0x175)](setExtension,this,_0x217035)){globals[_0xf325d1(0x149)](_0x528c6c[_0xf325d1(0x1d6)],![]);const _0x445f8b=this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x1cd)]);_0x445f8b&&(_0x445f8b['accessibility']=![],delete _0x445f8b['accessibilityOptions'],this[_0xf325d1(0x15e)][_0xf325d1(0x122)](_0x528c6c[_0xf325d1(0x1cd)],_0x445f8b)),this[_0xf325d1(0x15e)][_0xf325d1(0xde)](_0x528c6c[_0xf325d1(0x18c)])&&(this['capabilities_'][_0xf325d1(0x122)](_0x528c6c[_0xf325d1(0x18c)],![]),this['capabilities_'][_0xf325d1(0x6b)](_0x528c6c[_0xf325d1(0x193)]));}}(!helper[_0xf325d1(0x10a)]()||helper[_0xf325d1(0x8b)](_0x217035))&&helper[_0xf325d1(0x12f)](null,helper[_0xf325d1(0xbd)](_0x217035),_0x217035[_0xf325d1(0xb0)],null,this,null),helper[_0xf325d1(0x127)](_0x217035['capability']),logger[_0xf325d1(0x6c)](_0x528c6c[_0xf325d1(0x72)]);})();const _0x4182e5=super[_0x50875a(0x103)]();return PerformanceTester[_0x50875a(0x1dd)](PerformanceEvents[_0x50875a(0xf6)],()=>{const _0x3186ef=_0x50875a,_0x146358={'MCuJF':function(_0x32f6c9,_0x4b7f85,_0x5e8e14,_0x1b65bb,_0x8959e1){const _0x1c2ba8=a177_0x4b25;return _0x528c6c[_0x1c2ba8(0x1a3)](_0x32f6c9,_0x4b7f85,_0x5e8e14,_0x1b65bb,_0x8959e1);},'HafMK':function(_0x4d9f27,_0x32e3cd){const _0x1db78d=a177_0x4b25;return _0x528c6c[_0x1db78d(0x198)](_0x4d9f27,_0x32e3cd);},'Lkkew':_0x528c6c[_0x3186ef(0x1d1)],'neETe':_0x528c6c[_0x3186ef(0x140)]};_0x4182e5[_0x3186ef(0x1a8)][_0x3186ef(0x110)](_0x190fab=>{const _0x4ff371=_0x3186ef;try{const _0x1cf085=_0x190fab[_0x4ff371(0x142)][_0x4ff371(0xde)](_0x82853a[_0x4ff371(0xd2)]);_0x1cf085?(logger['debug'](_0x4ff371(0x1a1)+_0x1cf085),hubAllocator['updateHubUrl'](_0x1cf085,_0x190fab['getId']()),helper[_0x4ff371(0xfe)](_0x1cf085)):logger['debug'](_0x82853a[_0x4ff371(0x123)]);}catch(_0x520bcc){logger[_0x4ff371(0x6c)](_0x4ff371(0xf5)+_0x520bcc);}}),_0x4182e5[_0x3186ef(0x110)]&&_0x4182e5[_0x3186ef(0x110)](_0xd27c53=>{const _0x563772=_0x3186ef,_0x3acd40={'HGFHB':function(_0x16b53f,_0x212ce6,_0x5491e2){const _0x556e1e=a177_0x4b25;return _0x82853a[_0x556e1e(0x17a)](_0x16b53f,_0x212ce6,_0x5491e2);},'BXhck':_0x82853a[_0x563772(0x91)],'MbVXf':_0x82853a[_0x563772(0x90)],'nTixU':function(_0x3318b6,_0x1eec25){const _0x279f81=_0x563772;return _0x82853a[_0x279f81(0x194)](_0x3318b6,_0x1eec25);}};helper[_0x563772(0x199)](_0xd27c53,_0x217035),_0x82853a[_0x563772(0x13a)](overrideExecute,_0xd27c53,_0x217035),_0xd27c53[_0x563772(0x166)]=async()=>{const _0x2804ad=_0x563772;return await _0x3acd40[_0x2804ad(0x11c)](getAccessibilityResultsSummary,_0xd27c53,global);},_0xd27c53[_0x563772(0x8a)]=async()=>{const _0x2a47e3=_0x563772;return await _0x3acd40[_0x2a47e3(0x11c)](getAccessibilityResults,_0xd27c53,global);},_0xd27c53[_0x563772(0x8e)]=async _0x60475=>{const _0x6e248=_0x563772;return await _0x146358[_0x6e248(0x1d3)](performScan,_0xd27c53,null,!![],_0x146358[_0x6e248(0x148)](_0x60475,null));},_0xd27c53[_0x563772(0xf3)]=async _0xabfa5a=>{const _0x5a25c8=_0x563772;globals[_0x5a25c8(0x149)](_0x3acd40['BXhck'],!![]),globals[_0x5a25c8(0x149)](_0x3acd40[_0x5a25c8(0xb2)],_0x3acd40[_0x5a25c8(0x9c)](_0xabfa5a,null));},_0xd27c53[_0x563772(0x1c7)]=async()=>{const _0x44755c=_0x563772;globals[_0x44755c(0x149)](_0x3acd40[_0x44755c(0x13b)],![]),globals[_0x44755c(0x149)](_0x3acd40[_0x44755c(0xb2)],null);};}),_0x4182e5[_0x3186ef(0x166)]=async()=>{const _0x2df48d=_0x3186ef;return await _0x82853a[_0x2df48d(0x132)](getAccessibilityResultsSummary,_0x4182e5,global);},_0x4182e5['getAccessibilityResults']=async()=>{const _0x7485d0=_0x3186ef;return await _0x82853a[_0x7485d0(0x1b4)](getAccessibilityResults,_0x4182e5,global);},_0x4182e5['performScan']=async _0x1ada83=>{const _0x3a65e5=_0x3186ef;return await _0x146358[_0x3a65e5(0x1d3)](performScan,_0x4182e5,null,!![],_0x146358[_0x3a65e5(0x148)](_0x1ada83,null));},_0x4182e5[_0x3186ef(0xf3)]=async _0x374e15=>{const _0x3ea742=_0x3186ef;globals[_0x3ea742(0x149)](_0x146358[_0x3ea742(0x1c5)],!![]),globals[_0x3ea742(0x149)](_0x146358[_0x3ea742(0x7c)],_0x146358[_0x3ea742(0x148)](_0x374e15,null));},_0x4182e5['stopA11yScanning']=async()=>{const _0x5c06f3=_0x3186ef;globals[_0x5c06f3(0x149)](_0x82853a['ZLvhe'],![]),globals[_0x5c06f3(0x149)](_0x82853a[_0x5c06f3(0x90)],null);},helper[_0x3186ef(0x199)](_0x4182e5,_0x217035),_0x528c6c['Zwrdq'](overrideExecute,_0x4182e5,_0x217035),helper[_0x3186ef(0xb3)](global['__driversArray'])&&(global['__driversArray']=[]),global['__driversArray'][_0x3186ef(0xaf)](_0x4182e5);})(),_0x4182e5;}}_0x22f671[_0x1e4f3d(0x169)]=_0x22f671[_0x1e4f3d(0xd6)],_0x22f671[_0x1e4f3d(0xd6)]=_0x4506a2,_0x5df912[_0x1e4f3d(0x125)]=_0x47bb45;},propagateJestSessionName=(_0xa0257a,_0x2c725b,_0x3b502e='')=>{const _0x4a4ef9=a177_0x331867,_0x274de5={};_0x274de5[_0x4a4ef9(0x73)]=_0x4a4ef9(0x153);const _0x2e62cf=_0x274de5;_0x2c725b&&_0x2c725b[_0x4a4ef9(0x143)]&&_0x2c725b['global'][_0x4a4ef9(0xc0)]&&helper[_0x4a4ef9(0xb3)](_0xa0257a[_0x4a4ef9(0xc0)])&&(_0xa0257a['browserstackSessionName']=_0x2c725b[_0x4a4ef9(0x143)][_0x4a4ef9(0xc0)],logger[_0x4a4ef9(0x6c)](util['format'](_0x2e62cf['MDwgk'],_0x3b502e?'\x20'+_0x3b502e:'',_0xa0257a[_0x4a4ef9(0xc0)])));},modifyV2=(_0x204f37,_0x780246=null,_0x2e2507=![])=>{const _0x53f188=a177_0x331867,_0x5d890e={'OASnL':function(_0xce8710,_0x3de20b){return _0xce8710!==_0x3de20b;},'hrcTk':'/session','LDCJY':function(_0x4d8c7c,_0x426407){return _0x4d8c7c+_0x426407;},'IsHMO':function(_0x28be6d,_0x463b2e){return _0x28be6d+_0x463b2e;},'WBTsh':_0x53f188(0xf8),'CaYZE':_0x53f188(0x1ce),'XSDNV':_0x53f188(0x121),'xtpwL':_0x53f188(0x171),'wgOgD':_0x53f188(0x160),'UikAr':_0x53f188(0x108),'acWgn':_0x53f188(0x15c),'UJexw':_0x53f188(0xed),'bLgyg':_0x53f188(0xa4),'qviCo':_0x53f188(0x11a),'pGjtB':_0x53f188(0x174),'rmbgS':_0x53f188(0x1ab),'JgIBZ':_0x53f188(0x1a2),'TjkYs':function(_0xcca2d0,_0xde39cb){return _0xcca2d0===_0xde39cb;},'rFZxo':_0x53f188(0xf2),'fhcKK':_0x53f188(0x102),'EopuZ':function(_0x1ca02d,_0x2de98a){return _0x1ca02d>_0x2de98a;},'jEtUY':function(_0x4a1015,_0x20637d){return _0x4a1015>_0x20637d;},'HpeJp':function(_0x267273){return _0x267273();},'qBAkV':function(_0x7194be,_0x3cacc2){return _0x7194be(_0x3cacc2);},'nhCjA':'bstack:options','MRFRc':_0x53f188(0xf1),'FSkCv':_0x53f188(0x19a),'qHdzW':_0x53f188(0x1d9),'pOWlb':_0x53f188(0x157),'DeBiT':_0x53f188(0x189),'vZjsf':function(_0x1ef517,_0x1df5cb){return _0x1ef517===_0x1df5cb;},'FKWxc':_0x53f188(0x178),'ttMCe':_0x53f188(0x117),'fbVeT':function(_0x13f77b){return _0x13f77b();},'Smrel':_0x53f188(0x11f),'vYaQY':_0x53f188(0x85),'Ahxqg':_0x53f188(0x165),'UVRaR':function(_0x53835d,_0x162c8c,_0x3fb8a5){return _0x53835d(_0x162c8c,_0x3fb8a5);},'MOHlQ':_0x53f188(0x1ad),'TWxoh':'browserstack.accessibilityOptions','WbZHE':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','edFQb':'browserstack.com','FVObe':_0x53f188(0x138),'rDTTS':_0x53f188(0x1cf),'HvQpC':_0x53f188(0x71),'lMqFa':function(_0x172af7,_0x4df7db){return _0x172af7<_0x4df7db;},'dbqgC':function(_0x3c42da,_0x1b73e2){return _0x3c42da||_0x1b73e2;},'uWfiv':_0x53f188(0xbc),'sayvH':function(_0x31ba73,_0x1705ef){return _0x31ba73===_0x1705ef;},'uQhrO':'aiSdk_framework','RQUlS':_0x53f188(0x9b),'ycgvy':_0x53f188(0x192),'CmALF':_0x53f188(0x112),'SHkjF':_0x53f188(0x19c),'dHjSx':_0x53f188(0xd9),'ZdBCb':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','cUfJX':_0x53f188(0xd4),'BylQj':_0x53f188(0x1de),'jahki':function(_0x269a17,_0x28867d,_0x2b5025){return _0x269a17(_0x28867d,_0x2b5025);},'FmTqf':function(_0x4a8889,_0x2b0b34,_0x3cb79c,_0x279e86,_0x8cc87f){return _0x4a8889(_0x2b0b34,_0x3cb79c,_0x279e86,_0x8cc87f);},'yIcCS':function(_0x55355d,_0x3a4c54){return _0x55355d(_0x3a4c54);},'cZFka':function(_0x14e175,_0x16f70a){return _0x14e175(_0x16f70a);},'bhIPO':function(_0x265b59,_0x531e43,_0x2829ff,_0xcbb618){return _0x265b59(_0x531e43,_0x2829ff,_0xcbb618);},'LWVxS':'(sync)','nAWFA':_0x53f188(0x6d),'KnoWd':function(_0x51ec14,_0x35f798,_0x3acfc3){return _0x51ec14(_0x35f798,_0x3acfc3);},'CzdEA':_0x53f188(0x1b9),'EzmXO':_0x53f188(0x15a),'FhJjT':function(_0xd3b9ee){return _0xd3b9ee();},'LXadP':_0x53f188(0x176),'InACS':_0x53f188(0x111),'IqXvC':'selenium-webdriver/lib/http.js','febyx':_0x53f188(0x68),'GmXVv':_0x53f188(0x182)},_0x459762=helper[_0x53f188(0xa1)]();let _0x58ed78;try{_0x58ed78=helper[_0x53f188(0x19e)](),_0x58ed78['originalBuilder']&&(_0x58ed78[_0x53f188(0xd6)]=_0x58ed78[_0x53f188(0x169)]);}catch(_0x46034b){return;}if(helper[_0x53f188(0x10a)]()){const _0x10f6dd={};_0x10f6dd[_0x53f188(0x86)]=_0x204f37[_0x53f188(0x82)],helper[_0x53f188(0xcc)](_0x10f6dd,new Map(),new Map()),logger['info'](_0x5d890e[_0x53f188(0x1be)]),logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x154)]);}class _0x316dcc extends _0x459762[_0x53f188(0x125)]{[_0x53f188(0x173)](_0x284b51){const _0x33b13a=_0x53f188;if(_0x5d890e[_0x33b13a(0x144)](_0x284b51[_0x33b13a(0x186)],_0x5d890e[_0x33b13a(0x184)]))try{const _0x1f6b2c=_0x284b51[_0x33b13a(0x186)][_0x33b13a(0x114)]('/')[0x2];if(_0x1f6b2c){const _0x327318=hubAllocator['consumeHubUrlForSession'](_0x1f6b2c);if(_0x327318){const _0x4cc37d=_0x5d890e[_0x33b13a(0xb9)](_0x5d890e['IsHMO'](_0x5d890e['WBTsh'],_0x327318),_0x5d890e[_0x33b13a(0x19d)]);this[_0x33b13a(0x1c4)]=hubAllocator[_0x33b13a(0x99)](_0x4cc37d),logger['debug'](_0x33b13a(0x1a6)+_0x4cc37d);}}}catch(_0x303c4a){logger['error'](_0x303c4a);}if(globals[_0x33b13a(0x7b)](_0x5d890e[_0x33b13a(0xa7)])&&globals[_0x33b13a(0x7b)](_0x5d890e['xtpwL'])){const _0x5ee12f=_0x284b51['path'][_0x33b13a(0x114)]('/')[0x2];_0x5ee12f&&commandRepository['pushCommand'](_0x5ee12f,_0x284b51);}return super[_0x33b13a(0x173)](_0x284b51);}}class _0x5cffe1 extends _0x58ed78[_0x53f188(0xd6)]{['setServer'](){const _0x5d2d86=_0x53f188;return helper[_0x5d2d86(0x10a)]()&&(this[_0x5d2d86(0x10c)]=helper[_0x5d2d86(0x12a)](_0x204f37)),this;}[_0x53f188(0x65)](_0x57180c){const _0x3d9b65=_0x53f188;let _0x46c080={};for(const _0x34086c in _0x57180c){switch(_0x34086c){case _0x5d890e[_0x3d9b65(0x1b3)]:case _0x5d890e['UikAr']:this[_0x3d9b65(0xe1)]&&(_0x46c080=this['chromeOptions_']['get'](this['chromeOptions_'][_0x3d9b65(0x10b)])||{},this['chromeOptions_']['set'](this[_0x3d9b65(0xe1)][_0x3d9b65(0x10b)],helper['mergeDeep'](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e[_0x3d9b65(0xc6)]:case _0x5d890e[_0x3d9b65(0x177)]:this[_0x3d9b65(0x1c3)]&&(_0x46c080=this['edgeOptions_']['get'](this[_0x3d9b65(0x1c3)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x3d9b65(0x122)](this['edgeOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e[_0x3d9b65(0x18d)]:case _0x5d890e['qviCo']:this[_0x3d9b65(0xdd)]&&(_0x46c080=this[_0x3d9b65(0xdd)][_0x3d9b65(0xde)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x3d9b65(0xdd)][_0x3d9b65(0x122)](this['firefoxOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e['pGjtB']:this[_0x3d9b65(0x16e)]&&(_0x46c080=this[_0x3d9b65(0x16e)][_0x3d9b65(0xde)](this[_0x3d9b65(0x16e)]['CAPABILITY_KEY'])||{},this[_0x3d9b65(0x16e)][_0x3d9b65(0x122)](this['safariOptions_'][_0x3d9b65(0x10b)],helper['mergeDeep'](_0x46c080,_0x57180c[_0x34086c])));break;case _0x5d890e['rmbgS']:case _0x5d890e[_0x3d9b65(0xb5)]:this[_0x3d9b65(0xc1)]&&(_0x46c080=this[_0x3d9b65(0xc1)][_0x3d9b65(0xde)](this[_0x3d9b65(0xc1)][_0x3d9b65(0x10b)])||{},this[_0x3d9b65(0xc1)][_0x3d9b65(0x122)](this['ieOptions_'][_0x3d9b65(0x10b)],helper[_0x3d9b65(0x170)](_0x46c080,_0x57180c[_0x34086c])));break;}}}[_0x53f188(0x6a)](){const _0x389dcd=_0x53f188,_0x1e630f={'SczGT':function(_0x5057f0,_0x2c67bf){const _0x340ebf=a177_0x4b25;return _0x5d890e[_0x340ebf(0xe6)](_0x5057f0,_0x2c67bf);},'rayst':_0x5d890e[_0x389dcd(0x92)]};logger[_0x389dcd(0x6c)](_0x5d890e['fhcKK']);const _0x3a44ad=_0x204f37[_0x389dcd(0xfd)]&&_0x5d890e['EopuZ'](Object[_0x389dcd(0x18e)](_0x204f37['capability'])[_0x389dcd(0x16d)],0x0)?_0x204f37[_0x389dcd(0xfd)]:_0x204f37['capabilities']&&Array['isArray'](_0x204f37['capabilities'])&&_0x5d890e[_0x389dcd(0x1cc)](_0x204f37[_0x389dcd(0x16a)]['length'],0x0)?_0x204f37['capabilities'][0x0]:{};return this[_0x389dcd(0x65)](_0x3a44ad),Object[_0x389dcd(0x18e)](_0x3a44ad)[_0x389dcd(0x14e)](_0x3c1d89=>{const _0x3d16b7=_0x389dcd,_0x26120f=this[_0x3d16b7(0x15e)][_0x3d16b7(0xde)](_0x3c1d89);_0x1e630f[_0x3d16b7(0x129)](typeof _0x26120f,_0x1e630f['rayst'])?this[_0x3d16b7(0x15e)]['set'](_0x3c1d89,helper[_0x3d16b7(0x170)](_0x26120f,_0x3a44ad[_0x3c1d89])):this['capabilities_'][_0x3d16b7(0x122)](_0x3c1d89,_0x3a44ad[_0x3c1d89]);}),this;}[_0x53f188(0x103)](){const _0x3b583f=_0x53f188,_0x4b0475={'wmINu':function(_0x5ebf73){const _0x142e56=a177_0x4b25;return _0x5d890e[_0x142e56(0x1a4)](_0x5ebf73);},'oNuDD':function(_0x305945,_0x58d1b2){const _0xaa5a30=a177_0x4b25;return _0x5d890e[_0xaa5a30(0x152)](_0x305945,_0x58d1b2);},'BeMgM':_0x5d890e[_0x3b583f(0x89)],'JlfBD':_0x5d890e['MRFRc'],'OgYHe':_0x5d890e[_0x3b583f(0x107)],'UQHNf':_0x5d890e[_0x3b583f(0xad)],'CXGdo':_0x5d890e[_0x3b583f(0x134)],'nTFqy':_0x5d890e[_0x3b583f(0xb4)],'huTuP':function(_0x52c168,_0x13d8a4){return _0x5d890e['vZjsf'](_0x52c168,_0x13d8a4);},'iXvGF':_0x5d890e[_0x3b583f(0xfb)],'PCjUA':_0x5d890e[_0x3b583f(0x8f)],'sxfDG':function(_0x5ed3bb){return _0x5d890e['fbVeT'](_0x5ed3bb);},'mIpko':_0x5d890e[_0x3b583f(0x1c8)],'nZnEp':_0x5d890e[_0x3b583f(0x16b)],'yjhOT':_0x5d890e[_0x3b583f(0x179)],'pVfgZ':function(_0x3ca40c,_0x2fcfa,_0x16f381){const _0x37b844=_0x3b583f;return _0x5d890e[_0x37b844(0x6f)](_0x3ca40c,_0x2fcfa,_0x16f381);},'eLuER':_0x5d890e[_0x3b583f(0xdf)],'vJQDy':_0x5d890e[_0x3b583f(0x83)],'GVnGU':_0x5d890e['WbZHE'],'ELmsw':_0x5d890e[_0x3b583f(0x1b3)],'kHpYs':_0x5d890e[_0x3b583f(0xda)],'nOqwn':_0x5d890e[_0x3b583f(0x185)],'IWtjo':_0x5d890e[_0x3b583f(0x13d)],'mVTKt':function(_0x36e2d8,_0x4fa727){return _0x5d890e['qBAkV'](_0x36e2d8,_0x4fa727);},'oSqrk':_0x5d890e['HvQpC'],'dzenC':function(_0x542c3d,_0x100d9e){const _0x1c8a2e=_0x3b583f;return _0x5d890e[_0x1c8a2e(0x152)](_0x542c3d,_0x100d9e);},'kTWVt':function(_0x5aae96,_0x1f5052){const _0x3c6540=_0x3b583f;return _0x5d890e[_0x3c6540(0x1c1)](_0x5aae96,_0x1f5052);},'VMwUO':function(_0xaa74bf,_0x6eaf2c){const _0x5715f5=_0x3b583f;return _0x5d890e[_0x5715f5(0x152)](_0xaa74bf,_0x6eaf2c);},'ljqPf':function(_0x29ab5f,_0x3f827f){return _0x5d890e['OASnL'](_0x29ab5f,_0x3f827f);},'ByCsg':function(_0x18209a,_0x56efce){const _0x4eb7d9=_0x3b583f;return _0x5d890e[_0x4eb7d9(0x1d4)](_0x18209a,_0x56efce);},'lyCtZ':function(_0x492d2f){const _0x40be34=_0x3b583f;return _0x5d890e[_0x40be34(0x113)](_0x492d2f);},'vAfLr':_0x5d890e[_0x3b583f(0x80)],'xJZgA':function(_0x4863f8,_0x4c2317){const _0x51560f=_0x3b583f;return _0x5d890e[_0x51560f(0x16f)](_0x4863f8,_0x4c2317);},'zjImT':_0x5d890e['uQhrO'],'tfryT':_0x5d890e[_0x3b583f(0x118)],'BVUnu':_0x5d890e[_0x3b583f(0x1ca)],'dfJVV':_0x5d890e[_0x3b583f(0xff)],'VVsOD':_0x5d890e[_0x3b583f(0x135)],'ytJau':_0x5d890e['XSDNV'],'Fpdng':_0x5d890e[_0x3b583f(0x93)],'UzCHA':_0x5d890e[_0x3b583f(0xc9)],'uhnKU':_0x5d890e[_0x3b583f(0x105)],'QQYkX':_0x5d890e[_0x3b583f(0x146)],'pDTYY':_0x5d890e['BylQj'],'awPXb':function(_0x2df454,_0x4f5b9f,_0x52bc79){const _0x48065f=_0x3b583f;return _0x5d890e[_0x48065f(0x163)](_0x2df454,_0x4f5b9f,_0x52bc79);},'hiBvD':function(_0x1b8e68,_0x1e4382){return _0x5d890e['dbqgC'](_0x1b8e68,_0x1e4382);},'RNjZL':function(_0x34467c,_0x37edc3,_0x2e4082,_0x4c0262,_0x2fd0a8){return _0x5d890e['FmTqf'](_0x34467c,_0x37edc3,_0x2e4082,_0x4c0262,_0x2fd0a8);},'HxiIW':function(_0x15c217,_0x2bfb83){const _0xe11203=_0x3b583f;return _0x5d890e[_0xe11203(0x1c0)](_0x15c217,_0x2bfb83);},'MQOcr':function(_0x6d5ee6,_0x431963,_0x2a6156){return _0x5d890e['UVRaR'](_0x6d5ee6,_0x431963,_0x2a6156);},'pNcLI':function(_0x5bec1c,_0x162e8f){const _0x3e1913=_0x3b583f;return _0x5d890e[_0x3e1913(0x9f)](_0x5bec1c,_0x162e8f);},'xMiej':function(_0x5cd3e9,_0x510e62,_0x8cf659,_0x32c760){const _0x164df5=_0x3b583f;return _0x5d890e[_0x164df5(0xbb)](_0x5cd3e9,_0x510e62,_0x8cf659,_0x32c760);},'nBVPf':_0x5d890e['LWVxS']};PerformanceTester[_0x3b583f(0x1dd)](PerformanceEvents[_0x3b583f(0x66)],()=>{const _0x3d478c=_0x3b583f;if(helper[_0x3d478c(0x10a)]()){helper[_0x3d478c(0x127)](_0x204f37['capability']);_0x4b0475['wmINu'](isAccessibilityAutomationSession)&&_0x4b0475[_0x3d478c(0xe9)](setAccessibilityCapabilities,_0x204f37);this['setServer'](),this[_0x3d478c(0x6a)]();if(helper[_0x3d478c(0x11e)](_0x204f37[_0x3d478c(0x9a)][_0x3d478c(0xd8)]))this[_0x3d478c(0x161)]=helper[_0x3d478c(0xa6)](_0x204f37['proxySettings']['proxyUrl']);else _0x204f37['proxySettings'][_0x3d478c(0xd8)]&&(this['proxy_']=_0x204f37[_0x3d478c(0x9a)][_0x3d478c(0xd8)],logger[_0x3d478c(0x6c)](_0x3d478c(0x1d5)+this['proxy_']));if(_0x4b0475[_0x3d478c(0x12c)](isAccessibilityAutomationSession)){const _0x372322=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['BeMgM'])||{},_0x5f3133=_0x372322[_0x3d478c(0x19a)]||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x196)])||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x18f)]);if(_0x5f3133){const _0xecc539=(_0x372322['platformName']||_0x372322[_0x3d478c(0x157)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x14f)])||this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xba)])||'')[_0x3d478c(0x187)](),_0x539126=(_0x372322['browserName']||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x162)])||'')[_0x3d478c(0x187)]();_0x4b0475['huTuP'](_0xecc539,_0x4b0475['iXvGF'])&&_0x539126[_0x3d478c(0x130)](_0x4b0475['PCjUA'])&&(_0x4b0475[_0x3d478c(0xc4)](isMobileScanningEnabledForGroup)&&(logger[_0x3d478c(0x6c)](_0x4b0475['mIpko']),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x12d)],!![])));}}if(globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0x17b)])){if(!_0x4b0475['pVfgZ'](setExtension,this,_0x204f37)){globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x17b)],![]);const _0x3b9c92=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)]);_0x3b9c92&&(_0x3b9c92[_0x3d478c(0x120)]=![],delete _0x3b9c92[_0x3d478c(0x1aa)],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0xfc)],_0x3b9c92)),this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x8c)])&&(this[_0x3d478c(0x15e)]['set'](_0x4b0475['eLuER'],![]),this[_0x3d478c(0x15e)][_0x3d478c(0x6b)](_0x4b0475[_0x3d478c(0x1b0)]));}}process[_0x3d478c(0x69)][_0x3d478c(0x7a)]&&(helper[_0x3d478c(0x12f)](null,helper[_0x3d478c(0xbd)](_0x204f37),_0x204f37[_0x3d478c(0xb0)],null,this,null),helper[_0x3d478c(0x127)](_0x204f37[_0x3d478c(0xfd)]),helper[_0x3d478c(0xd3)]()),logger['debug'](_0x4b0475[_0x3d478c(0x139)]);}else{if(this[_0x3d478c(0xe1)]){const _0x5b4390=this['chromeOptions_'][_0x3d478c(0xde)](this[_0x3d478c(0xe1)][_0x3d478c(0x10b)]||_0x4b0475['ELmsw']);if(_0x5b4390&&_0x5b4390['args']){const _0x12501e=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x1bc)])||{},_0x482689=(_0x12501e[_0x3d478c(0x1a5)]||[])[_0x3d478c(0xa3)](_0x5b4390['args']||[]),_0x3ca352=Array[_0x3d478c(0x19b)](new Set(_0x482689)),_0x1128b1={};_0x1128b1[_0x3d478c(0x1a5)]=_0x3ca352,this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x1bc)],Object[_0x3d478c(0x195)]({},_0x12501e,_0x5b4390,_0x1128b1));}}helper[_0x3d478c(0xd3)]();if(_0x4b0475[_0x3d478c(0x12c)](isAccessibilityAutomationSession)&&this[_0x3d478c(0xb1)]()[_0x3d478c(0x130)](_0x4b0475[_0x3d478c(0x10f)])){let _0x2734ac=!![];const _0x1d7ed5=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)])||{},_0x3dc6b5=_0x1d7ed5['deviceName']||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x196)])||this[_0x3d478c(0x15e)]['get'](_0x4b0475[_0x3d478c(0x18f)]);if(_0x3dc6b5){const _0x273d64=(_0x1d7ed5[_0x3d478c(0x1d9)]||_0x1d7ed5[_0x3d478c(0x157)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x14f)])||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xba)])||'')[_0x3d478c(0x187)](),_0x19b7c9=(_0x1d7ed5[_0x3d478c(0x189)]||this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x162)])||'')[_0x3d478c(0x187)]();_0x4b0475['huTuP'](_0x273d64,_0x4b0475[_0x3d478c(0x1d0)])&&_0x19b7c9['includes'](_0x4b0475[_0x3d478c(0xc7)])?!_0x4b0475[_0x3d478c(0x12c)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x2734ac=![]):(logger[_0x3d478c(0x6c)](_0x4b0475[_0x3d478c(0x172)]),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x12d)],!![])):(logger[_0x3d478c(0xf0)](_0x4b0475[_0x3d478c(0x191)]),_0x2734ac=![]);}if(_0x2734ac){const _0x1c6c87=_0x4b0475[_0x3d478c(0xe9)](parseFloat,_0x1d7ed5[_0x3d478c(0x1cf)]||this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x151)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x48b818}=_0x4b0475[_0x3d478c(0x75)](require,_0x4b0475[_0x3d478c(0xc2)]),_0x109edd=_0x4b0475[_0x3d478c(0x183)](parseFloat,_0x48b818);!_0x4b0475['oNuDD'](isNaN,_0x1c6c87)&&_0x4b0475['kTWVt'](_0x1c6c87,_0x109edd)&&(logger[_0x3d478c(0xf0)](_0x3d478c(0x124)+_0x48b818+'.'),_0x2734ac=![]);}if(_0x2734ac){_0x4b0475[_0x3d478c(0x98)](setAccessibilityCapabilities,_0x204f37),this[_0x3d478c(0x6a)]();if(process['env'][_0x3d478c(0x1bf)]){let _0x3c1d15={};try{process[_0x3d478c(0x69)][_0x3d478c(0x7e)]&&(_0x3c1d15=JSON[_0x3d478c(0x197)](process['env'][_0x3d478c(0x7e)]));}catch(_0x59ef18){logger[_0x3d478c(0x6c)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x59ef18);}const _0x87f77e=helper['useW3C'](_0x204f37),_0x162a25=this['capabilities_'][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0xfc)]);if(_0x4b0475[_0x3d478c(0x67)](_0x87f77e,![])&&(_0x162a25||!this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475[_0x3d478c(0x8c)]))){const _0x369d45=_0x4b0475[_0x3d478c(0xa9)](_0x162a25,{});_0x369d45[_0x3d478c(0x120)]=!![];const _0x3fa76d={};_0x3fa76d['authToken']=process[_0x3d478c(0x69)][_0x3d478c(0x1bf)],_0x3fa76d[_0x3d478c(0x15f)]=_0x3c1d15[_0x3d478c(0x15f)],_0x369d45[_0x3d478c(0x1aa)]=Object[_0x3d478c(0x195)]({},_0x369d45[_0x3d478c(0x1aa)],_0x3fa76d),this[_0x3d478c(0x15e)]['set'](_0x4b0475[_0x3d478c(0xfc)],_0x369d45);}else{this[_0x3d478c(0x15e)]['set'](_0x4b0475[_0x3d478c(0x8c)],!![]);const _0x37502d=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['vJQDy'])||{},_0x3872de={};_0x3872de[_0x3d478c(0xd7)]=process[_0x3d478c(0x69)][_0x3d478c(0x1bf)],_0x3872de[_0x3d478c(0x15f)]=_0x3c1d15[_0x3d478c(0x15f)],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x1b0)],Object[_0x3d478c(0x195)]({},_0x37502d,_0x3872de));}}if(!_0x4b0475[_0x3d478c(0xdc)](setExtension,this,_0x204f37)){globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x17b)],![]);const _0x3c19b7=this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['BeMgM']);_0x3c19b7&&(_0x3c19b7[_0x3d478c(0x120)]=![],delete _0x3c19b7['accessibilityOptions'],this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0xfc)],_0x3c19b7)),this[_0x3d478c(0x15e)][_0x3d478c(0xde)](_0x4b0475['eLuER'])&&(this[_0x3d478c(0x15e)][_0x3d478c(0x122)](_0x4b0475[_0x3d478c(0x8c)],![]),this[_0x3d478c(0x15e)][_0x3d478c(0x6b)](_0x4b0475[_0x3d478c(0x1b0)]));}}}if(_0x4b0475[_0x3d478c(0xb7)](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x3d478c(0x130)](_0x4b0475['kHpYs']))try{_0x4b0475[_0x3d478c(0xe9)](hasLegacyHeadlessArg,this)?(logger[_0x3d478c(0xf0)](_0x4b0475[_0x3d478c(0xbe)]),globals[_0x3d478c(0x149)](_0x4b0475['yjhOT'],![])):helper[_0x3d478c(0x12f)](null,helper[_0x3d478c(0xbd)](_0x204f37),_0x204f37[_0x3d478c(0xb0)],null,this,null);}catch(_0x538a53){logger[_0x3d478c(0x6c)](_0x3d478c(0x100)+util[_0x3d478c(0x1bd)](_0x538a53));}_0x4b0475[_0x3d478c(0x7d)](globals[_0x3d478c(0x7b)](_0x4b0475['zjImT']),_0x4b0475['tfryT'])&&(commandRepository[_0x3d478c(0x1a9)](_0x4b0475[_0x3d478c(0x1b2)]),commandRepository[_0x3d478c(0x15b)](globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0x7f)])));if(this[_0x3d478c(0x10c)][_0x3d478c(0x130)](_0x4b0475[_0x3d478c(0x97)]))logger[_0x3d478c(0x6c)](_0x4b0475[_0x3d478c(0x84)]),globals[_0x3d478c(0x149)](_0x4b0475[_0x3d478c(0x133)],![]),globals[_0x3d478c(0x149)](_0x4b0475['Fpdng'],![]);else globals['getGlobal'](_0x4b0475[_0x3d478c(0x133)])&&globals[_0x3d478c(0x7b)](_0x4b0475[_0x3d478c(0xee)])&&aiSdkWrapper[_0x3d478c(0x13f)](this);}})();const _0x2d8647=super[_0x3b583f(0x103)]();return PerformanceTester[_0x3b583f(0x1dd)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x59489c=_0x3b583f,_0x384d9f={'YUoyf':function(_0x42f1bc){return _0x4b0475['lyCtZ'](_0x42f1bc);},'ROQCc':function(_0x373bcf,_0x3a8a44,_0x1ba2b7){return _0x4b0475['awPXb'](_0x373bcf,_0x3a8a44,_0x1ba2b7);},'rDhYf':_0x4b0475[_0x59489c(0x17b)],'dbHkm':_0x4b0475[_0x59489c(0xfc)],'khLrq':_0x4b0475[_0x59489c(0x8c)],'hwANk':_0x4b0475[_0x59489c(0x1b0)],'ScKtY':_0x4b0475[_0x59489c(0x156)],'pklik':_0x4b0475[_0x59489c(0xcf)],'DHKVe':function(_0x209dfc,_0x2d2b42){const _0x5cea40=_0x59489c;return _0x4b0475[_0x5cea40(0xe5)](_0x209dfc,_0x2d2b42);},'PLYdA':function(_0x298cc3,_0x13e1e6,_0x197490,_0x264b29,_0x26ee9d){const _0x410faf=_0x59489c;return _0x4b0475[_0x410faf(0xe7)](_0x298cc3,_0x13e1e6,_0x197490,_0x264b29,_0x26ee9d);},'eFNDy':function(_0x5adb29,_0x4fc8af){const _0x21e411=_0x59489c;return _0x4b0475[_0x21e411(0x188)](_0x5adb29,_0x4fc8af);},'FOEZp':function(_0x549a39,_0x3fe392,_0x3b2a40){const _0x15040b=_0x59489c;return _0x4b0475[_0x15040b(0xdc)](_0x549a39,_0x3fe392,_0x3b2a40);},'ehpDO':function(_0x3ee6b6,_0x374433,_0x47da61){return _0x4b0475['MQOcr'](_0x3ee6b6,_0x374433,_0x47da61);}};_0x2d8647[_0x59489c(0x1a8)]['then'](_0x45328f=>{const _0x4302d5=_0x59489c,_0x34cd3c=_0x45328f['caps_'];if(!helper[_0x4302d5(0x10a)]()&&_0x384d9f[_0x4302d5(0xc5)](isAccessibilityAutomationSession)){const _0x3328f0=_0x384d9f[_0x4302d5(0x16c)](nonBstackPlatformValidation,_0x34cd3c,this);globals[_0x4302d5(0x149)](_0x384d9f[_0x4302d5(0x17c)],_0x3328f0);if(!_0x3328f0){const _0x3136f4=this[_0x4302d5(0x15e)][_0x4302d5(0xde)](_0x384d9f[_0x4302d5(0xa8)]);_0x3136f4&&(_0x3136f4[_0x4302d5(0x120)]=![],delete _0x3136f4['accessibilityOptions'],this[_0x4302d5(0x15e)][_0x4302d5(0x122)](_0x384d9f[_0x4302d5(0xa8)],_0x3136f4)),this['capabilities_'][_0x4302d5(0xde)](_0x384d9f['khLrq'])&&(this[_0x4302d5(0x15e)][_0x4302d5(0x122)](_0x384d9f['khLrq'],![]),this['capabilities_'][_0x4302d5(0x6b)](_0x384d9f[_0x4302d5(0x115)]));}}}),_0x2d8647[_0x59489c(0x1a8)][_0x59489c(0x110)](_0x2c9901=>{const _0x25bc77=_0x59489c;try{logger['debug'](_0x25bc77(0x14a)+_0x2c9901[_0x25bc77(0x1c6)]());const _0x120e0c=_0x2c9901['caps_'][_0x25bc77(0xde)](_0x4b0475['UzCHA']);_0x120e0c?(logger[_0x25bc77(0x6c)](_0x25bc77(0x1a1)+_0x120e0c),hubAllocator[_0x25bc77(0x158)](_0x120e0c,_0x2c9901[_0x25bc77(0x1c6)]()),helper['storeOptimalHubUrl'](_0x120e0c)):logger[_0x25bc77(0x6c)](_0x4b0475[_0x25bc77(0x74)]);}catch(_0x170f21){logger[_0x25bc77(0x6c)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x170f21);}}),_0x2d8647['quitCount_']=0x0,_0x2d8647[_0x59489c(0x110)]&&_0x2d8647[_0x59489c(0x110)](_0x24514a=>{const _0x27e711=_0x59489c,_0x85723c={'xjfDv':function(_0x31891d,_0x1c080e,_0x2f1e54){const _0x41251c=a177_0x4b25;return _0x384d9f[_0x41251c(0x16c)](_0x31891d,_0x1c080e,_0x2f1e54);},'tPRLi':function(_0x1a8973,_0x13af68,_0x17ff00,_0x38c2fe,_0x3f056a){const _0x5d30b6=a177_0x4b25;return _0x384d9f[_0x5d30b6(0x14b)](_0x1a8973,_0x13af68,_0x17ff00,_0x38c2fe,_0x3f056a);},'iKQed':function(_0x99c102,_0xbdd94f){const _0x3340f6=a177_0x4b25;return _0x384d9f[_0x3340f6(0x81)](_0x99c102,_0xbdd94f);},'dgpGO':_0x384d9f[_0x27e711(0xb8)],'zOVoW':_0x384d9f[_0x27e711(0xdb)]};helper[_0x27e711(0x94)](_0x24514a,_0x2d8647),_0x2e2507&&_0x384d9f[_0x27e711(0x181)](overrideTakeScreenshot,_0x24514a),helper[_0x27e711(0x199)](_0x24514a,_0x204f37),_0x384d9f[_0x27e711(0x16c)](overrideExecute,_0x24514a,_0x204f37),_0x384d9f['ROQCc'](propagateJestSessionName,_0x24514a,_0x780246),_0x204f37['capability']&&percyHelper[_0x27e711(0x12b)](_0x24514a,_0x58ed78[_0x27e711(0x1cb)],_0x204f37),_0x24514a['getAccessibilityResultsSummary']=async()=>{const _0x272792=_0x27e711;return await _0x85723c[_0x272792(0xfa)](getAccessibilityResultsSummary,_0x24514a,global);},_0x24514a[_0x27e711(0x8a)]=async()=>{const _0xb38032=_0x27e711;return await _0x85723c[_0xb38032(0xfa)](getAccessibilityResults,_0x24514a,global);},_0x24514a[_0x27e711(0x8e)]=async _0x183307=>{const _0x59ee27=_0x27e711;return await _0x85723c['tPRLi'](performScan,_0x24514a,null,!![],_0x85723c[_0x59ee27(0x6e)](_0x183307,null));},_0x24514a[_0x27e711(0xf3)]=async _0x13a0a1=>{const _0x30d1bb=_0x27e711;globals[_0x30d1bb(0x149)](_0x384d9f[_0x30d1bb(0xb8)],!![]),globals[_0x30d1bb(0x149)](_0x384d9f[_0x30d1bb(0xdb)],_0x384d9f['DHKVe'](_0x13a0a1,null));},_0x24514a[_0x27e711(0x1c7)]=async()=>{const _0x423e81=_0x27e711;globals[_0x423e81(0x149)](_0x85723c[_0x423e81(0xf9)],![]),globals['setGlobal'](_0x85723c[_0x423e81(0xaa)],null);};}),_0x2d8647[_0x59489c(0x166)]=async()=>{const _0xdb7db6=_0x59489c;return await _0x384d9f[_0xdb7db6(0x159)](getAccessibilityResultsSummary,_0x2d8647,global);},_0x2d8647[_0x59489c(0x8a)]=async()=>{const _0x317a80=_0x59489c;return await _0x384d9f[_0x317a80(0x95)](getAccessibilityResults,_0x2d8647,global);},_0x2d8647[_0x59489c(0x8e)]=async _0x54ee1f=>{const _0x11b177=_0x59489c;return await _0x384d9f[_0x11b177(0x14b)](performScan,_0x2d8647,null,!![],_0x384d9f[_0x11b177(0x81)](_0x54ee1f,null));},_0x2d8647[_0x59489c(0xf3)]=async _0x17f174=>{const _0x1883a5=_0x59489c;globals[_0x1883a5(0x149)](_0x4b0475[_0x1883a5(0x156)],!![]),globals[_0x1883a5(0x149)](_0x4b0475[_0x1883a5(0xcf)],_0x4b0475[_0x1883a5(0xa9)](_0x17f174,null));},_0x2d8647[_0x59489c(0x1c7)]=async()=>{const _0x277706=_0x59489c;globals['setGlobal'](_0x4b0475['QQYkX'],![]),globals[_0x277706(0x149)](_0x4b0475[_0x277706(0xcf)],null);},_0x2e2507&&_0x4b0475[_0x59489c(0xa0)](overrideTakeScreenshot,_0x2d8647),helper['overrideQuit'](_0x2d8647),helper['overrideGet'](_0x2d8647,_0x204f37),_0x4b0475[_0x59489c(0xdc)](overrideExecute,_0x2d8647,_0x204f37),_0x4b0475['xMiej'](propagateJestSessionName,_0x2d8647,_0x780246,_0x4b0475['nBVPf']),_0x204f37[_0x59489c(0xfd)]&&percyHelper[_0x59489c(0x12b)](_0x2d8647,_0x58ed78[_0x59489c(0x1cb)],_0x204f37);helper[_0x59489c(0xb3)](global['__driversArray'])&&(global[_0x59489c(0x141)]=[]);helper['isUndefined'](global[_0x59489c(0xc3)])&&(global[_0x59489c(0xc3)]=[]);global[_0x59489c(0x141)][_0x59489c(0xaf)](_0x2d8647),global[_0x59489c(0x88)]=_0x2d8647,_0x780246&&(_0x780246['global'][_0x59489c(0x88)]=_0x2d8647);_0x4b0475['ljqPf'](global[_0x59489c(0xc3)],undefined)&&global['__drivers'][_0x59489c(0xaf)](_0x2d8647);_0x780246&&helper[_0x59489c(0xb3)](_0x780246[_0x59489c(0x143)]['__drivers'])&&(_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)]=[]);_0x780246&&helper[_0x59489c(0xb3)](_0x780246[_0x59489c(0x143)][_0x59489c(0x141)])&&(_0x780246[_0x59489c(0x143)][_0x59489c(0x141)]=[]);_0x780246&&_0x4b0475[_0x59489c(0x67)](_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)],undefined)&&(_0x780246[_0x59489c(0x143)][_0x59489c(0xc3)][_0x59489c(0xaf)](_0x2d8647),_0x780246[_0x59489c(0x143)][_0x59489c(0x141)][_0x59489c(0xaf)](_0x2d8647));_0x2d8647[_0x59489c(0x165)]=globals['getGlobal'](_0x4b0475[_0x59489c(0x17b)]);try{global[_0x59489c(0xc3)][0x0][_0x59489c(0x1a8)]['then'](_0x6dbe36=>{const _0x54686c=_0x59489c;logger[_0x54686c(0x6c)](_0x54686c(0x155)+_0x6dbe36['getId']()+_0x54686c(0x1ba));})[_0x59489c(0xae)](_0x45d761=>{const _0x180fe0=_0x59489c;logger[_0x180fe0(0x6c)](_0x180fe0(0x131)+_0x45d761);});}catch(_0x149f55){logger[_0x59489c(0x6c)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x149f55);}globals[_0x59489c(0x149)](_0x4b0475[_0x59489c(0x17b)],globals[_0x59489c(0x7b)](_0x4b0475['yjhOT']));})(),_0x2d8647;}}_0x780246&&(globals['browserStackGlobals']=_0x780246[_0x53f188(0x143)]['browserStackGlobals']);if(_0x5d890e[_0x53f188(0x12e)](isAccessibilityAutomationSession))try{let _0x5a7702=helper['requireModule'](_0x5d890e[_0x53f188(0x8d)],_0x5d890e[_0x53f188(0x109)])[_0x53f188(0xd1)];(!_0x5a7702[_0x53f188(0xef)]||!_0x5a7702['prototype'][_0x53f188(0x136)])&&(_0x5a7702=helper[_0x53f188(0x126)](_0x5d890e['IqXvC'],_0x5d890e[_0x53f188(0x109)])['Executor']);if(_0x5a7702[_0x53f188(0xef)]&&_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)]){const _0x42e195=_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)];logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x101)]),_0x5a7702[_0x53f188(0xef)][_0x53f188(0x136)]=async function(){const _0x538c4d=_0x53f188;try{!globals[_0x538c4d(0x7b)](_0x5d890e['nAWFA'])&&globals[_0x538c4d(0x7b)](_0x5d890e[_0x538c4d(0x179)])&&globals[_0x538c4d(0x7b)](_0x5d890e[_0x538c4d(0x146)])&&scripts[_0x538c4d(0xe2)](arguments[0x0][_0x538c4d(0xe0)])&&!_0x5d890e[_0x538c4d(0x152)](isBrowserStackCommandExecutor,arguments[0x0][_0x538c4d(0x1a0)])&&(globals['setGlobal'](_0x5d890e['nAWFA'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0x538c4d(0xe0)]),await _0x5d890e[_0x538c4d(0x106)](performScan,global[_0x538c4d(0x88)],arguments[0x0][_0x538c4d(0xe0)]));}catch(_0x346794){logger[_0x538c4d(0x6c)](_0x538c4d(0x1b6)+util[_0x538c4d(0x1bd)](_0x346794));}return globals['setGlobal'](_0x5d890e['nAWFA'],![]),_0x42e195[_0x538c4d(0x18a)](this,arguments);};}}catch(_0x1603a7){logger[_0x53f188(0x6c)](_0x5d890e[_0x53f188(0x145)](_0x5d890e[_0x53f188(0x87)],_0x1603a7));}return _0x58ed78[_0x53f188(0x169)]=_0x58ed78['Builder'],_0x58ed78[_0x53f188(0xd6)]=_0x5cffe1,_0x459762['HttpClient']=_0x316dcc,_0x58ed78;};module[a177_0x331867(0xf4)]['browserstackAgent']=modify,module[a177_0x331867(0xf4)][a177_0x331867(0xbf)]=modifyV2,module['exports'][a177_0x331867(0x190)]=percySDK,module[a177_0x331867(0xf4)][a177_0x331867(0x1bb)]=BrowserStackSdk,module['exports'][a177_0x331867(0xc8)]=modifyPlaywrightConfig;function a177_0x4b25(_0x30cd46,_0x4cbe60){const _0x3c8c71=a177_0x3c8c();return a177_0x4b25=function(_0x4b25e7,_0x2750b6){_0x4b25e7=_0x4b25e7-0x65;let _0x14c0be=_0x3c8c71[_0x4b25e7];return _0x14c0be;},a177_0x4b25(_0x30cd46,_0x4cbe60);}function a177_0x3c8c(){const _0x4dc8c8=['EjsDk','WebDriver','worNS','readTcgAuthConfigToGlobal','bstackA11yShouldScan','./helpers/performance/constants','Builder','authToken','proxyUrl','optimalHubUrl','edFQb','pklik','pVfgZ','firefoxOptions_','get','MOHlQ','name_','chromeOptions_','shouldWrapCommand','info','JMwgL','hiBvD','TjkYs','RNjZL','bstack:options','oNuDD','./helpers/accessibility-automation/scripts','YtBxI','VZrBr','edgeOptions','Fpdng','prototype','warn','device','object','startA11yScanning','exports','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','SDK_POST_INITIALIZE','21459fCXOct','https://','dgpGO','xjfDv','FKWxc','BeMgM','capability','storeOptimalHubUrl','CmALF','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','febyx','Setting\x20Browserstack\x20capabilities','build','22iGZGeP','ZdBCb','KnoWd','FSkCv','chromeOptions','InACS','isBrowserstackInfra','CAPABILITY_KEY','url_','beSlA','error','kHpYs','then','selenium-webdriver','.browserstack.com','fbVeT','split','hwANk','util','chrome','RQUlS','./helpers/accessibility-automation/helper','firefoxOptions','./hubAllocationMethods','HGFHB','tcTqf','isPacProxy','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','accessibility','aiHeal_isAuthenticated','set','ySbmS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','HttpClient','requireModule','setAdditionalCapabilities','8PDEXTE','SczGT','getHubUrl','patchDriverPercy','wmINu','nZnEp','FhJjT','prepareCapabilities','includes','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','YjAgm','ytJau','pOWlb','SHkjF','execute','XVivh','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','GVnGU','iUSAC','BXhck','YkLIu','rDTTS','QveUC','initializeHealingCapabilities','pvZsU','__driversArray','caps_','global','OASnL','IsHMO','cUfJX','./helpers/driverInitErrorReporter','HafMK','setGlobal','Session\x20ID:\x20','PLYdA','YDOTv','1891128pIxdBx','forEach','UQHNf','./bin/mocha/accessibility-automation/helper','IWtjo','qBAkV','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','EzmXO','setting\x20driver\x20Session\x20ID:\x20','QQYkX','platform','updateHubUrl','FOEZp','Modifying\x20webdriver\x20builder','setConfig','ms:edgeOptions','EidmM','capabilities_','scannerVersion','goog:chromeOptions','agent_','nTFqy','jahki','./helpers/ai-sdk/aiSdkWrapper','isAccessibilityPlatform','getAccessibilityResultsSummary','./browserStackSdk','./helpers/globals','originalBuilder','capabilities','vYaQY','ROQCc','length','safariOptions_','sayvH','mergeDeep','aiHeal_isHealingEnabled','mIpko','send','safari.options','gxkAy','selenium-webdriver/lib/webdriver.js','UJexw','android','Ahxqg','UAoJK','yjhOT','rDhYf','MrRtw','setServer','/session','BeXkR','eFNDy','Unable\x20to\x20find\x20executor\x20class\x20','dzenC','hrcTk','FVObe','path','toLowerCase','HxiIW','browserName','apply','tljWo','quVLa','bLgyg','keys','OgYHe','percy','nOqwn','aiSdk_bstackConfig','qZLRn','PFKqR','assign','JlfBD','parse','acEQB','overrideGet','deviceName','from','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CaYZE','requireSeleniumWebdriver','xpxOs','parameters_','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','ieOptions','MPUdL','HpeJp','args','New\x20hub\x20url\x20set\x20to\x20','./helpers/percy/PercySDK','session_','setFramework','accessibilityOptions','se:ieOptions','200286LPelBy','browserstack.accessibility','PIPYJ','Hub\x20url\x20set\x20to\x20','vJQDy','Nlbbd','tfryT','wgOgD','ZykUg','3089260qBTMUa','Failed\x20to\x20perform\x20scan\x20','./helpers/helper','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','\x20to\x20global\x20drivers\x20array','BrowserStackSdk','ELmsw','format','CzdEA','BS_A11Y_JWT','yIcCS','lMqFa','./helpers/percy/utils','edgeOptions_','options_','Lkkew','getId','stopA11yScanning','Smrel','ZBCPB','ycgvy','WebElement','jEtUY','Dsved','/wd/hub','browserVersion','iXvGF','voVpp','LDAbr','MCuJF','dbqgC','Proxy\x20set\x20to\x20','mhvRD','proxy_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','platformName','CmGqm','_installDriverInitFailureCapture','rGiNU','measureWrapper','bstackA11yScanOptions','installAll','__setBrowserOptions','SDK_PRE_INITIALIZE','ljqPf','Modifying\x20webdriver\x20execute','env','setCapabilities','delete','debug','bstackAllyScanning','iKQed','UVRaR','85mxdeWK','./helpers/accessibility-automation/constants','kyrDS','MDwgk','uhnKU','mVTKt','JXuwZ','10285101GIuxFR','JtaEJ','winstonLogger','BROWSERSTACK_TURBOSCALE','getGlobal','neETe','xJZgA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BVUnu','uWfiv','DHKVe','browserStackLogLevel','TWxoh','VVsOD','isMobilePlatform','logLevel','GmXVv','__driver','nhCjA','getAccessibilityResults','isTurboScaleSession','eLuER','LXadP','performScan','ttMCe','llKPf','ZLvhe','rFZxo','xtpwL','overrideQuit','ehpDO','message','dfJVV','VMwUO','getRequestOptions','proxySettings','jest','nTixU','LCWRw','MmavE','cZFka','pNcLI','requireHttpClient','2939293yuwUNt','concat','moz:firefoxOptions','CblcF','getHttpAgent','XSDNV','dbHkm','ByCsg','zOVoW','KzKlK','./helpers/ai-sdk/autoHealHelper','qHdzW','catch','push','framework','getServerUrl','MbVXf','isUndefined','DeBiT','JgIBZ','browserstack.accessibilityOptions','lyCtZ','ScKtY','LDCJY','CXGdo','bhIPO','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','useW3C','vAfLr','browserstackAgentV2','browserstackSessionName','ieOptions_','oSqrk','__drivers','sxfDG','YUoyf','acWgn','PCjUA','_modifyPlaywright','dHjSx','./bin/playwright/modifyPlaywrightConf','4995388oyotwZ','setLogLevel','94YVOMow','3nhMcOL','pDTYY'];a177_0x3c8c=function(){return _0x4dc8c8;};return a177_0x3c8c();}try{require(a177_0x331867(0x147))[a177_0x331867(0x1df)]();}catch(a177_0x5735fb){logger['debug']('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x5735fb&&a177_0x5735fb[a177_0x331867(0x96)]));}module['exports'][a177_0x331867(0x1db)]=require(a177_0x331867(0x147))[a177_0x331867(0x1df)];