browserstack-node-sdk 1.65.3 → 1.65.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.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/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a175_0x31c0(){const _0x4c18d5=['Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','nASGI','cwcfJ','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isBrowserstackInfra','browserstackSessionName','AAXnU','chromeOptions','MTjXx','fzXkH','delete','iLnVO','GasMQ','zUyDb','uSVxB','oyWQk','Lqpxc','__driver','selenium-webdriver/lib/http.js','BS_A11Y_JWT','PRuQW','requireModule','TeOku','TGnPD','CmueS','includes','eIkdP','wwdQm','FxQyR','rLRwn','New\x20hub\x20url\x20set\x20to\x20','then','warn','object','platform','args','keys','QjWyi','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','YJXvl','info','bstackA11yScanOptions','czjWT','uCmfo','getRequestOptions','getGlobal','browserstackAgent','UPRnH','ZgDeM','seDdn','bstackAllyScanning','oqEro','shouldWrapCommand','xTMdW','kSJAf','proxyUrl','se:ieOptions','QEtNv','agent_','GbixR','BrowserStackSdk','TUJwc','https://','jgpMB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','uPgqb','SDK_PRE_INITIALIZE','CAPABILITY_KEY','EIuHe','iQFFV','gBCbn','device','FzHux','WebDriver','NNsdL','206712xUTvbE','vFSOW','IehoO','Builder','arOug','selenium-webdriver','caps_','UxZCP','prototype','OlyFH','VmtyV','KQQFN','usJCR','optimalHubUrl','tNbsk','bQMuz','isAccessibilityPlatform','1539996RgYvfv','deviceName','wYhxg','nUAJq','browserstack.accessibility','__driversArray','/session','DvFhx','error','XXmbd','length','setAdditionalCapabilities','setServer','CFAKj','toLowerCase','setting\x20driver\x20Session\x20ID:\x20','measureWrapper','edgeOptions_','./helpers/helper','IJTDg','overrideQuit','nzyRx','edgeOptions','uszGM','assign','ieOptions','eLOlx','proxySettings','framework','cbIAw','debug','split','firefoxOptions','KCrKS','browserStackGlobals','VOmGq','ghMFm','5KQuUjK','AkFXo','getHubUrl','iwZZf','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','gRCld','fkBcx','yUpnT','rakfr','lkUDb','parse','Setting\x20Browserstack\x20capabilities','Proxy\x20set\x20to\x20','RJqro','BZAcb','getAccessibilityResults','ieOptions_','Unable\x20to\x20find\x20executor\x20class\x20','options_','execute','FtLzY','DpRuI','SDK_POST_INITIALIZE','AfKBM','./helpers/globals','requireSeleniumWebdriver','/wd/hub','dFNjH','./helpers/driverInitErrorReporter','SagrW','ms:edgeOptions','Shite','sPIsf','BdEKj','vjQlf','format','NvTrL','accessibility','nqrMV','PGLYp','1932090yOpxMb','DeCud','KMdtH','wFasv','QnRKS','wOcvB','omATj','apply','capabilities','KWVTI','forEach','HttpClient','Yheqh','path','hubnE','exports','IXuDp','TLBug','goog:chromeOptions','vFPTj','browserstack.accessibilityOptions','browserName','./bin/playwright/modifyPlaywrightConf','capabilities_','push','JzPes','getId','aSnrq','env','Session\x20ID:\x20','chrome','UcKLq','updateHubUrl','14fSZQZA','scannerVersion','mLIzh','WebElement','MBCnr','XBkXW','./bin/node-generic/client','ZJpNg','global','safariOptions_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','prepareCapabilities','OXHgR','RoczJ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','session_','XsJMY','useW3C','OHysf','KTfhn','installAll','MAYgd','TPdrR','RTxRb','GGpyQ','requireHttpClient','sqKdS','getServerUrl','mkUBm','./helpers/accessibility-automation/constants','isPacProxy','wCVeg','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','abDke','xqBcq','YKPCr','NzUIM','safari.options','fyPHX','epXmc','ZnTmy','QHUaf','./helpers/accessibility-automation/helper','FbObd','setGlobal','startA11yScanning','HARHW','android','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','authToken','consumeHubUrlForSession','url_','lHxcG','IcyJJ','IlgKQ','selenium-webdriver/lib/webdriver.js','JMwoZ','3304836gWovMG','iAbwB','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','capability','wfTMw','percy','RUAUi','./helpers/patchHelper','firefoxOptions_','XWslB','./browserStackSdk','./helpers/performance/constants','bstack:options','send','isUndefined','ZimMT','GjzyA','YBsjk','zKnEm','MkYYF','MhnCj','\x20to\x20global\x20drivers\x20array','from','gvJWf','set','UkASh','./helpers/percy/PercySDK','5847498uZQiLJ','Modifying\x20webdriver\x20execute','./helpers/percy/utils','nDkIr','browserstackAgentV2','GqgQd','OgDsP','mergeDeep','chromeOptions_','name_','rfeJc','GHmdP','Fsafb','proxy_','logLevel','MXtpM','winstonLogger','getHttpAgent','browserVersion','accessibilityOptions','MgIJh','PwbKw','moz:firefoxOptions','bstackA11yShouldScan','1987472YcRCIv','overrideGet','nvFxk','WDQYW','uGGce','setCapabilities','__drivers','GvLyT','oPSIN','performScan','BqZBC','RIUzM','ZvGOc','WhxHS','HQJeW','ZIdfd','zxxlD','dZbQU','originalBuilder','getAccessibilityResultsSummary','platformName','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','concat','JbONv','HiUYK','qtRPU','kjHWc','ImCmd','browserstack.com','npWbs','util','isArray','build','kgWPR','UttlV','stopA11yScanning','storeOptimalHubUrl','otCUr','patchDriverPercy','NwbCi','jQEee','3075680fKvjby','IBwWp','Modifying\x20webdriver\x20builder','get','pJZri','uQnCI','__setBrowserOptions','TWBJC','KidnI','CJTkD','JxoYk','PEwml','PHRie','TStHg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','catch'];a175_0x31c0=function(){return _0x4c18d5;};return a175_0x31c0();}const a175_0x5c4ac7=a175_0x550e;(function(_0x538433,_0x2cf24f){const _0x5abe73=a175_0x550e,_0x301ca8=_0x538433();while(!![]){try{const _0x30e82b=parseInt(_0x5abe73(0x2b6))/0x1*(-parseInt(_0x5abe73(0x280))/0x2)+-parseInt(_0x5abe73(0x291))/0x3+parseInt(_0x5abe73(0x338))/0x4+parseInt(_0x5abe73(0x225))/0x5+parseInt(_0x5abe73(0x2de))/0x6*(-parseInt(_0x5abe73(0x2ff))/0x7)+parseInt(_0x5abe73(0x1fc))/0x8+parseInt(_0x5abe73(0x353))/0x9;if(_0x30e82b===_0x2cf24f)break;else _0x301ca8['push'](_0x301ca8['shift']());}catch(_0x238966){_0x301ca8['push'](_0x301ca8['shift']());}}}(a175_0x31c0,0xa270f));const util=require(a175_0x5c4ac7(0x21a)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a175_0x5c4ac7(0x329)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a175_0x5c4ac7(0x2a3)),logger=require('./helpers/logger')[a175_0x5c4ac7(0x1f4)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a175_0x5c4ac7(0x352)),percyHelper=require(a175_0x5c4ac7(0x355)),BrowserStackSdk=require(a175_0x5c4ac7(0x342)),modifyPlaywrightConfig=require(a175_0x5c4ac7(0x2f4)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a175_0x5c4ac7(0x2ce)),{overrideExecute}=require(a175_0x5c4ac7(0x33f)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a175_0x5c4ac7(0x343)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x7eb09f=>{const _0x336317=a175_0x5c4ac7,_0x3d70b3={'wvNDb':function(_0x32a2ca,_0xe1c087){return _0x32a2ca!==_0xe1c087;},'AkFXo':_0x336317(0x297),'kjHWc':function(_0x3c16e8,_0x1aca31){return _0x3c16e8+_0x1aca31;},'RIUzM':_0x336317(0x273),'iAbwB':_0x336317(0x2d0),'GjzyA':'goog:chromeOptions','eLOlx':_0x336317(0x23c),'wOcvB':'ms:edgeOptions','UxZCP':_0x336317(0x2a7),'Ykthd':_0x336317(0x1fa),'pcFMS':_0x336317(0x2b1),'ZNRAM':_0x336317(0x324),'rfeJc':_0x336317(0x26d),'aEeFB':_0x336317(0x2aa),'WsvLG':function(_0x322087,_0xc3195f){return _0x322087===_0xc3195f;},'NvTrL':_0x336317(0x256),'DvFhx':_0x336317(0x2c1),'YBRoA':function(_0x2e921c){return _0x2e921c();},'yLInx':function(_0x579909,_0x524053){return _0x579909(_0x524053);},'jgpMB':function(_0x48deec){return _0x48deec();},'TeOku':_0x336317(0x344),'epXmc':_0x336317(0x27c),'nDkIr':_0x336317(0x292),'MBCnr':'platformName','uCmfo':_0x336317(0x257),'YKPCr':_0x336317(0x2f3),'FbObd':function(_0x11c9d6,_0x2d3543){return _0x11c9d6===_0x2d3543;},'trUGe':_0x336317(0x32e),'wFasv':_0x336317(0x2fc),'VmtyV':function(_0x8b80de){return _0x8b80de();},'OgDsP':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','RoczJ':'isMobilePlatform','oPSIN':_0x336317(0x290),'KTfhn':function(_0x4830ab,_0x37ae7d,_0x491615){return _0x4830ab(_0x37ae7d,_0x491615);},'Lqpxc':'browserstack.accessibility','MXtpM':_0x336317(0x2f2),'JzPes':_0x336317(0x25b),'lHxcG':function(_0x4e9c6e,_0x3abd68,_0x36377e,_0x5e788a,_0x4253ab){return _0x4e9c6e(_0x3abd68,_0x36377e,_0x5e788a,_0x4253ab);},'ZgDeM':function(_0xf95c43,_0x5b7830){return _0xf95c43||_0x5b7830;},'KQQFN':_0x336317(0x1fb),'zKnEm':_0x336317(0x25e),'KWVTI':'optimalHubUrl','GvLyT':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','nzyRx':_0x336317(0x235),'gvJWf':_0x336317(0x227)};logger[_0x336317(0x25d)](_0x3d70b3[_0x336317(0x2a6)]),logger[_0x336317(0x2af)](_0x3d70b3[_0x336317(0x34f)]);const _0xff92c6=helper['requireSeleniumWebdriver'](),_0x116a52=helper[_0x336317(0x318)]();class _0x45760d extends _0x116a52[_0x336317(0x2e9)]{[_0x336317(0x345)](_0x4288b6){const _0x768753=_0x336317;if(_0x3d70b3['wvNDb'](_0x4288b6[_0x768753(0x2eb)],_0x3d70b3[_0x768753(0x2b7)]))try{const _0x3e4837=_0x4288b6[_0x768753(0x2eb)][_0x768753(0x2b0)]('/')[0x2];if(_0x3e4837){const _0x401b29=hubAllocator['consumeHubUrlForSession'](_0x3e4837);if(_0x401b29){const _0x506210=_0x3d70b3[_0x768753(0x216)](_0x3d70b3[_0x768753(0x216)](_0x3d70b3[_0x768753(0x207)],_0x401b29),_0x3d70b3[_0x768753(0x339)]);this[_0x768753(0x2c8)]=hubAllocator[_0x768753(0x261)](_0x506210),logger[_0x768753(0x2af)](_0x768753(0x253)+_0x506210);}}}catch(_0x535335){logger[_0x768753(0x299)](_0x535335);}return super[_0x768753(0x345)](_0x4288b6);}}class _0x579500 extends _0xff92c6[_0x336317(0x283)]{['__setBrowserOptions'](_0xc7e7b8){const _0x5b8d2a=_0x336317;let _0x43da41={};for(const _0x35f6de in _0xc7e7b8){switch(_0x35f6de){case _0x3d70b3[_0x5b8d2a(0x348)]:case _0x3d70b3[_0x5b8d2a(0x2ab)]:this[_0x5b8d2a(0x35b)]&&(_0x43da41=this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x228)](this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x278)])||{},this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3[_0x5b8d2a(0x2e3)]:case _0x3d70b3[_0x5b8d2a(0x287)]:this[_0x5b8d2a(0x2a2)]&&(_0x43da41=this[_0x5b8d2a(0x2a2)][_0x5b8d2a(0x228)](this[_0x5b8d2a(0x2a2)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x2a2)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3['Ykthd']:case _0x3d70b3['pcFMS']:this[_0x5b8d2a(0x340)]&&(_0x43da41=this[_0x5b8d2a(0x340)][_0x5b8d2a(0x228)](this['firefoxOptions_'][_0x5b8d2a(0x278)])||{},this[_0x5b8d2a(0x340)]['set'](this[_0x5b8d2a(0x340)][_0x5b8d2a(0x278)],helper['mergeDeep'](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3['ZNRAM']:this['safariOptions_']&&(_0x43da41=this[_0x5b8d2a(0x308)][_0x5b8d2a(0x228)](this[_0x5b8d2a(0x308)]['CAPABILITY_KEY'])||{},this['safariOptions_'][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x308)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3[_0x5b8d2a(0x35d)]:case _0x3d70b3['aEeFB']:this[_0x5b8d2a(0x2c6)]&&(_0x43da41=this[_0x5b8d2a(0x2c6)][_0x5b8d2a(0x228)](this['ieOptions_'][_0x5b8d2a(0x278)])||{},this[_0x5b8d2a(0x2c6)][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x2c6)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;}}}['setServer'](){const _0x201558=_0x336317;return this[_0x201558(0x332)]=helper['getHubUrl'](_0x7eb09f),logger[_0x201558(0x2af)]('Hub\x20url\x20set\x20to\x20'+this[_0x201558(0x332)]),this;}[_0x336317(0x201)](){const _0x593657=_0x336317,_0x42a3b1={'uPgqb':function(_0xc3a04a,_0x51c59a){return _0x3d70b3['WsvLG'](_0xc3a04a,_0x51c59a);},'afoxS':_0x3d70b3[_0x593657(0x2da)]};return logger[_0x593657(0x2af)](_0x3d70b3[_0x593657(0x298)]),this[_0x593657(0x22b)](_0x7eb09f[_0x593657(0x33b)]),Object['keys'](_0x7eb09f[_0x593657(0x33b)])[_0x593657(0x2e8)](_0x2f34ff=>{const _0x4fc27f=_0x593657,_0xf38fef=this['capabilities_'][_0x4fc27f(0x228)](_0x2f34ff);_0x42a3b1[_0x4fc27f(0x276)](typeof _0xf38fef,_0x42a3b1['afoxS'])?this['capabilities_']['set'](_0x2f34ff,helper[_0x4fc27f(0x35a)](_0xf38fef,_0x7eb09f['capability'][_0x2f34ff])):this[_0x4fc27f(0x2f5)][_0x4fc27f(0x350)](_0x2f34ff,_0x7eb09f['capability'][_0x2f34ff]);}),this;}[_0x336317(0x21c)](){const _0x2ceaee=_0x336317,_0x5cfbec={'PRuQW':function(_0x473528){return _0x3d70b3['YBRoA'](_0x473528);},'ewMuE':function(_0x217e5e,_0x8ef67e){return _0x3d70b3['yLInx'](_0x217e5e,_0x8ef67e);},'jwyOn':function(_0x15f606){const _0x38997c=a175_0x550e;return _0x3d70b3[_0x38997c(0x274)](_0x15f606);},'qtRPU':_0x3d70b3[_0x2ceaee(0x24b)],'pIBzu':_0x3d70b3[_0x2ceaee(0x326)],'AAXnU':_0x3d70b3[_0x2ceaee(0x356)],'sPIsf':_0x3d70b3[_0x2ceaee(0x303)],'OXHgR':_0x3d70b3[_0x2ceaee(0x260)],'KMdtH':_0x3d70b3[_0x2ceaee(0x322)],'aCnsV':function(_0x3d1ede,_0x156641){const _0x2b0902=_0x2ceaee;return _0x3d70b3[_0x2b0902(0x32a)](_0x3d1ede,_0x156641);},'usJCR':_0x3d70b3['trUGe'],'MAYgd':_0x3d70b3[_0x2ceaee(0x2e1)],'TUJwc':function(_0x424487){const _0x2c4584=_0x2ceaee;return _0x3d70b3[_0x2c4584(0x28a)](_0x424487);},'WDQYW':_0x3d70b3[_0x2ceaee(0x359)],'mkUBm':_0x3d70b3[_0x2ceaee(0x30c)],'UPRnH':_0x3d70b3[_0x2ceaee(0x204)],'BdEKj':function(_0x10bfd9,_0x43dfc9,_0x345c46){return _0x3d70b3['KTfhn'](_0x10bfd9,_0x43dfc9,_0x345c46);},'xTMdW':_0x3d70b3[_0x2ceaee(0x245)],'XsJMY':_0x3d70b3[_0x2ceaee(0x1f3)],'KidnI':_0x3d70b3[_0x2ceaee(0x2f7)],'WhxHS':function(_0x38bf4b,_0x5ad887,_0x40dd7a){return _0x3d70b3['KTfhn'](_0x38bf4b,_0x5ad887,_0x40dd7a);},'fyPHX':function(_0x463438,_0x417f92,_0x22bd76,_0x1da88b,_0x52fc4d){const _0xa6ffe0=_0x2ceaee;return _0x3d70b3[_0xa6ffe0(0x333)](_0x463438,_0x417f92,_0x22bd76,_0x1da88b,_0x52fc4d);},'GbixR':function(_0x136016,_0x3990bb){const _0x470b72=_0x2ceaee;return _0x3d70b3[_0x470b72(0x265)](_0x136016,_0x3990bb);},'otCUr':_0x3d70b3[_0x2ceaee(0x28b)],'AfKBM':_0x3d70b3[_0x2ceaee(0x34a)],'PEwml':_0x3d70b3[_0x2ceaee(0x2e7)],'MCzZT':_0x3d70b3[_0x2ceaee(0x203)],'CFAKj':function(_0x40aeb4,_0x46cf20){const _0x21fc8e=_0x2ceaee;return _0x3d70b3[_0x21fc8e(0x265)](_0x40aeb4,_0x46cf20);},'MTjXx':function(_0x1793c8,_0x317d8b,_0x326e87){const _0x4a4330=_0x2ceaee;return _0x3d70b3[_0x4a4330(0x312)](_0x1793c8,_0x317d8b,_0x326e87);},'QjWyi':function(_0xd44f97,_0x84d1a8,_0x424205){return _0x3d70b3['KTfhn'](_0xd44f97,_0x84d1a8,_0x424205);}};PerformanceTester[_0x2ceaee(0x2a1)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2afc31=_0x2ceaee;_0x5cfbec[_0x2afc31(0x249)](isAccessibilityAutomationSession)&&_0x5cfbec['ewMuE'](setAccessibilityCapabilities,_0x7eb09f);this[_0x2afc31(0x29d)](),this[_0x2afc31(0x201)]();if(helper[_0x2afc31(0x31d)](_0x7eb09f[_0x2afc31(0x2ac)]['proxyUrl']))this[_0x2afc31(0x26f)]=helper[_0x2afc31(0x1f5)](_0x7eb09f[_0x2afc31(0x2ac)][_0x2afc31(0x26c)]);else _0x7eb09f[_0x2afc31(0x2ac)]['proxyUrl']&&(this[_0x2afc31(0x1f1)]=_0x7eb09f[_0x2afc31(0x2ac)][_0x2afc31(0x26c)],logger['debug'](_0x2afc31(0x2c2)+this[_0x2afc31(0x1f1)]));if(_0x5cfbec['jwyOn'](isAccessibilityAutomationSession)){const _0x4f6ac9=this['capabilities_'][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x215)])||{},_0x553d26=_0x4f6ac9[_0x2afc31(0x292)]||this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec['pIBzu'])||this[_0x2afc31(0x2f5)]['get'](_0x5cfbec[_0x2afc31(0x23b)]);if(_0x553d26){const _0x38ce02=(_0x4f6ac9['platformName']||_0x4f6ac9['platform']||this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x2d6)])||this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x30b)])||'')[_0x2afc31(0x29f)](),_0x479f00=(_0x4f6ac9[_0x2afc31(0x2f3)]||this[_0x2afc31(0x2f5)]['get'](_0x5cfbec[_0x2afc31(0x2e0)])||'')['toLowerCase']();_0x5cfbec['aCnsV'](_0x38ce02,_0x5cfbec[_0x2afc31(0x28c)])&&_0x479f00['includes'](_0x5cfbec[_0x2afc31(0x314)])&&(_0x5cfbec[_0x2afc31(0x272)](isMobileScanningEnabledForGroup)&&(logger[_0x2afc31(0x2af)](_0x5cfbec[_0x2afc31(0x1ff)]),globals['setGlobal'](_0x5cfbec[_0x2afc31(0x31b)],!![])));}}if(globals['getGlobal'](_0x5cfbec[_0x2afc31(0x264)])){if(!_0x5cfbec[_0x2afc31(0x2d7)](setExtension,this,_0x7eb09f)){globals[_0x2afc31(0x32b)](_0x5cfbec[_0x2afc31(0x264)],![]);const _0x191de8=this['capabilities_']['get'](_0x5cfbec[_0x2afc31(0x215)]);_0x191de8&&(_0x191de8[_0x2afc31(0x2db)]=![],delete _0x191de8[_0x2afc31(0x1f7)],this[_0x2afc31(0x2f5)]['set'](_0x5cfbec['qtRPU'],_0x191de8)),this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x26a)])&&(this[_0x2afc31(0x2f5)][_0x2afc31(0x350)](_0x5cfbec[_0x2afc31(0x26a)],![]),this[_0x2afc31(0x2f5)]['delete'](_0x5cfbec[_0x2afc31(0x30f)]));}}(!helper[_0x2afc31(0x239)]()||helper['isTurboScaleSession'](_0x7eb09f))&&helper[_0x2afc31(0x30a)](null,helper['useW3C'](_0x7eb09f),_0x7eb09f[_0x2afc31(0x2ad)],null,this,null),helper[_0x2afc31(0x29c)](_0x7eb09f[_0x2afc31(0x33b)]),logger[_0x2afc31(0x2af)](_0x5cfbec[_0x2afc31(0x22d)]);})();const _0x27cd8d=super[_0x2ceaee(0x21c)]();return PerformanceTester[_0x2ceaee(0x2a1)](PerformanceEvents[_0x2ceaee(0x2cc)],()=>{const _0x4b138c=_0x2ceaee,_0x18e622={'fkBcx':_0x5cfbec[_0x4b138c(0x230)],'PHRie':_0x5cfbec['MCzZT'],'oqEro':function(_0xf88d72,_0x274871,_0x90bdc9,_0x780a6c,_0x1f496d){const _0x415127=_0x4b138c;return _0x5cfbec[_0x415127(0x325)](_0xf88d72,_0x274871,_0x90bdc9,_0x780a6c,_0x1f496d);},'npWbs':function(_0x401420,_0x1feeea){const _0x37c713=_0x4b138c;return _0x5cfbec[_0x37c713(0x29e)](_0x401420,_0x1feeea);},'mLIzh':function(_0x4dbf16,_0x277824,_0x175bf4){const _0x5cc14c=_0x4b138c;return _0x5cfbec[_0x5cc14c(0x23d)](_0x4dbf16,_0x277824,_0x175bf4);},'DeCud':_0x5cfbec[_0x4b138c(0x221)],'cbIAw':_0x5cfbec['AfKBM'],'QSONP':function(_0x2bb262,_0x2e62e4,_0x5d5d71){const _0x1f9aa4=_0x4b138c;return _0x5cfbec[_0x1f9aa4(0x2d7)](_0x2bb262,_0x2e62e4,_0x5d5d71);}};_0x27cd8d[_0x4b138c(0x30e)]['then'](_0x5e9179=>{const _0x11ada3=_0x4b138c;try{const _0x2677e3=_0x5e9179['caps_'][_0x11ada3(0x228)](_0x18e622[_0x11ada3(0x2bc)]);_0x2677e3?(logger[_0x11ada3(0x2af)](_0x11ada3(0x31f)+_0x2677e3),hubAllocator[_0x11ada3(0x2fe)](_0x2677e3,_0x5e9179[_0x11ada3(0x2f8)]()),helper[_0x11ada3(0x220)](_0x2677e3)):logger[_0x11ada3(0x2af)](_0x18e622[_0x11ada3(0x231)]);}catch(_0x27cb0d){logger[_0x11ada3(0x2af)](_0x11ada3(0x309)+_0x27cb0d);}}),_0x27cd8d[_0x4b138c(0x254)]&&_0x27cd8d['then'](_0x23113d=>{const _0x27b15d=_0x4b138c,_0x529a9f={'uGGce':function(_0x55cf01,_0x15bfe0,_0x1527b1){const _0x3cb25c=a175_0x550e;return _0x18e622[_0x3cb25c(0x301)](_0x55cf01,_0x15bfe0,_0x1527b1);},'DpRuI':function(_0x31178c,_0x1e0cf9,_0x438d6a){return _0x18e622['mLIzh'](_0x31178c,_0x1e0cf9,_0x438d6a);},'PGLYp':_0x18e622[_0x27b15d(0x2df)],'QHUaf':_0x18e622[_0x27b15d(0x2ae)],'YSZpS':function(_0x24aa4a,_0x342f0b){return _0x18e622['npWbs'](_0x24aa4a,_0x342f0b);}};helper[_0x27b15d(0x1fd)](_0x23113d,_0x7eb09f),_0x18e622['QSONP'](overrideExecute,_0x23113d,_0x7eb09f),_0x23113d['getAccessibilityResultsSummary']=async()=>{const _0x774763=_0x27b15d;return await _0x529a9f[_0x774763(0x200)](getAccessibilityResultsSummary,_0x23113d,global);},_0x23113d['getAccessibilityResults']=async()=>{const _0x7531fe=_0x27b15d;return await _0x529a9f[_0x7531fe(0x2cb)](getAccessibilityResults,_0x23113d,global);},_0x23113d['performScan']=async _0x1ce249=>{const _0x4f7fe7=_0x27b15d;return await _0x18e622[_0x4f7fe7(0x268)](performScan,_0x23113d,null,!![],_0x18e622[_0x4f7fe7(0x219)](_0x1ce249,null));},_0x23113d[_0x27b15d(0x32c)]=async _0x163117=>{const _0x16711a=_0x27b15d;globals[_0x16711a(0x32b)](_0x529a9f[_0x16711a(0x2dd)],!![]),globals[_0x16711a(0x32b)](_0x529a9f[_0x16711a(0x328)],_0x529a9f['YSZpS'](_0x163117,null));},_0x23113d[_0x27b15d(0x21f)]=async()=>{const _0x34ce81=_0x27b15d;globals[_0x34ce81(0x32b)](_0x529a9f['PGLYp'],![]),globals['setGlobal'](_0x529a9f[_0x34ce81(0x328)],null);};}),_0x27cd8d[_0x4b138c(0x20f)]=async()=>{const _0x448db7=_0x4b138c;return await _0x5cfbec[_0x448db7(0x2d7)](getAccessibilityResultsSummary,_0x27cd8d,global);},_0x27cd8d['getAccessibilityResults']=async()=>{const _0x420382=_0x4b138c;return await _0x5cfbec[_0x420382(0x209)](getAccessibilityResults,_0x27cd8d,global);},_0x27cd8d['performScan']=async _0x149037=>{const _0x88ffb4=_0x4b138c;return await _0x5cfbec[_0x88ffb4(0x325)](performScan,_0x27cd8d,null,!![],_0x5cfbec[_0x88ffb4(0x270)](_0x149037,null));},_0x27cd8d[_0x4b138c(0x32c)]=async _0x5ed76b=>{const _0x4fb37d=_0x4b138c;globals[_0x4fb37d(0x32b)](_0x5cfbec[_0x4fb37d(0x221)],!![]),globals[_0x4fb37d(0x32b)](_0x5cfbec['AfKBM'],_0x5cfbec[_0x4fb37d(0x270)](_0x5ed76b,null));},_0x27cd8d[_0x4b138c(0x21f)]=async()=>{const _0x1a1e5e=_0x4b138c;globals[_0x1a1e5e(0x32b)](_0x5cfbec['otCUr'],![]),globals[_0x1a1e5e(0x32b)](_0x5cfbec[_0x1a1e5e(0x2cd)],null);},helper['overrideGet'](_0x27cd8d,_0x7eb09f),_0x5cfbec[_0x4b138c(0x25a)](overrideExecute,_0x27cd8d,_0x7eb09f),helper[_0x4b138c(0x346)](global[_0x4b138c(0x296)])&&(global[_0x4b138c(0x296)]=[]),global[_0x4b138c(0x296)][_0x4b138c(0x2f6)](_0x27cd8d);})(),_0x27cd8d;}}_0xff92c6[_0x336317(0x20e)]=_0xff92c6[_0x336317(0x283)],_0xff92c6[_0x336317(0x283)]=_0x579500,_0x116a52[_0x336317(0x2e9)]=_0x45760d;},propagateJestSessionName=(_0x44a4c7,_0x17f397,_0x2cc173='')=>{const _0x21a283=a175_0x5c4ac7,_0x3a4ce6={};_0x3a4ce6['nUAJq']=_0x21a283(0x33a);const _0x2d8431=_0x3a4ce6;_0x17f397&&_0x17f397['global']&&_0x17f397['global']['browserstackSessionName']&&helper[_0x21a283(0x346)](_0x44a4c7[_0x21a283(0x23a)])&&(_0x44a4c7[_0x21a283(0x23a)]=_0x17f397['global']['browserstackSessionName'],logger['debug'](util['format'](_0x2d8431[_0x21a283(0x294)],_0x2cc173?'\x20'+_0x2cc173:'',_0x44a4c7[_0x21a283(0x23a)])));},modifyV2=(_0x31ffbd,_0x3a51fa=null,_0xbeb957=![])=>{const _0x5331b0=a175_0x5c4ac7,_0x174df8={'bQMuz':function(_0x4f1ac0,_0x372f0a){return _0x4f1ac0!==_0x372f0a;},'vbcci':'/session','ZYEgC':function(_0x9384bb,_0x124f1a){return _0x9384bb+_0x124f1a;},'Yheqh':function(_0x4473dd,_0xc033a){return _0x4473dd+_0xc033a;},'RUAUi':_0x5331b0(0x273),'tNbsk':_0x5331b0(0x2d0),'wYhxg':_0x5331b0(0x2f0),'IJTDg':_0x5331b0(0x23c),'JbONv':_0x5331b0(0x2d4),'Tjaqh':_0x5331b0(0x2a7),'TPdrR':_0x5331b0(0x1fa),'GHmdP':_0x5331b0(0x2b1),'PwbKw':'safari.options','sqKdS':_0x5331b0(0x26d),'NzUIM':_0x5331b0(0x2aa),'IBwWp':function(_0x44cad9,_0x4bbf9e){return _0x44cad9===_0x4bbf9e;},'vFSOW':_0x5331b0(0x256),'nqrMV':'Setting\x20Browserstack\x20capabilities','hCowF':function(_0x5b324a,_0x1b5d60){return _0x5b324a>_0x1b5d60;},'seDdn':function(_0x25f58b){return _0x25f58b();},'wwtcf':function(_0x1aa3f9,_0x16582a,_0x25ae7d){return _0x1aa3f9(_0x16582a,_0x25ae7d);},'EIuHe':_0x5331b0(0x290),'MgIJh':_0x5331b0(0x344),'yUpnT':_0x5331b0(0x295),'RTxRb':_0x5331b0(0x2f2),'TStHg':function(_0x193def,_0x4cdf3e,_0x116276,_0x2d249,_0x126e7f){return _0x193def(_0x4cdf3e,_0x116276,_0x2d249,_0x126e7f);},'ghMFm':function(_0x30cc4d,_0x31a127){return _0x30cc4d||_0x31a127;},'XBkXW':'bstackA11yShouldScan','YJXvl':_0x5331b0(0x25e),'hubnE':function(_0x3920ce,_0x1849dd){return _0x3920ce(_0x1849dd);},'lkUDb':function(_0x772b9d,_0x4d0a71,_0xfab4a8){return _0x772b9d(_0x4d0a71,_0xfab4a8);},'IehoO':function(_0x17221f,_0x31a5cc,_0x43abab,_0x3be966){return _0x17221f(_0x31a5cc,_0x43abab,_0x3be966);},'cwcfJ':'(sync)','wCVeg':function(_0x42f96c){return _0x42f96c();},'TWBJC':function(_0x7c58f9,_0x25036f){return _0x7c58f9(_0x25036f);},'CmueS':function(_0x469f95){return _0x469f95();},'GdamH':_0x5331b0(0x27c),'GNpHc':'deviceName','oyWQk':_0x5331b0(0x210),'OlyFH':_0x5331b0(0x257),'vjQlf':_0x5331b0(0x2f3),'KDrls':'android','JxoYk':'chrome','GqgQd':function(_0x31c310){return _0x31c310();},'RjDgo':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','czjWT':'isMobilePlatform','gBCbn':function(_0x19b437,_0x5ced44,_0x2966e8){return _0x19b437(_0x5ced44,_0x2966e8);},'xxRST':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','FtLzY':function(_0x3b5b91){return _0x3b5b91();},'vFPTj':_0x5331b0(0x218),'QEtNv':_0x5331b0(0x275),'AayPI':'browserVersion','TnoNq':_0x5331b0(0x31c),'BqZBC':function(_0x135b66,_0x4d9bc1){return _0x135b66(_0x4d9bc1);},'HARHW':function(_0x48a2bf,_0x3b0bf5){return _0x48a2bf<_0x3b0bf5;},'NNsdL':function(_0x1f2349,_0x33c54a){return _0x1f2349||_0x33c54a;},'arOug':function(_0x50ab89,_0x1f4b8c){return _0x50ab89(_0x1f4b8c);},'yHaZb':_0x5331b0(0x238),'XXmbd':_0x5331b0(0x28d),'TGnPD':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','OhVpJ':function(_0x25bdaa,_0x1fab36,_0x56328c,_0x36a4fa,_0x15330a){return _0x25bdaa(_0x1fab36,_0x56328c,_0x36a4fa,_0x15330a);},'ZnTmy':function(_0x231ae5,_0xaa402d,_0x2dbf78){return _0x231ae5(_0xaa402d,_0x2dbf78);},'aSnrq':function(_0xcd5b42,_0x3ab7f7,_0xa41f43){return _0xcd5b42(_0x3ab7f7,_0xa41f43);},'iQFFV':_0x5331b0(0x267),'QnRKS':function(_0x3fd3df,_0x36cf54){return _0x3fd3df(_0x36cf54);},'wwdQm':function(_0x295fb8,_0xc049a3,_0x33171d){return _0x295fb8(_0xc049a3,_0x33171d);},'RGAAa':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','DwBar':'Modifying\x20webdriver\x20builder','nASGI':function(_0x53387a){return _0x53387a();},'eIkdP':_0x5331b0(0x336),'OHysf':_0x5331b0(0x285),'BZAcb':_0x5331b0(0x247),'NwbCi':_0x5331b0(0x354),'SagrW':_0x5331b0(0x2c7)},_0x13a1a9=helper[_0x5331b0(0x318)]();let _0x15142a;try{_0x15142a=helper[_0x5331b0(0x2cf)](),_0x15142a[_0x5331b0(0x20e)]&&(_0x15142a['Builder']=_0x15142a[_0x5331b0(0x20e)]);}catch(_0x36f79b){return;}if(helper[_0x5331b0(0x239)]()){const _0x23971b={};_0x23971b[_0x5331b0(0x1f2)]=_0x31ffbd['browserStackLogLevel'],helper['setLogLevel'](_0x23971b,new Map(),new Map()),logger[_0x5331b0(0x25d)](_0x174df8['RGAAa']),logger['debug'](_0x174df8['DwBar']);}class _0x565e1b extends _0x13a1a9['HttpClient']{[_0x5331b0(0x345)](_0x3b5f02){const _0x19d0e7=_0x5331b0;if(_0x174df8[_0x19d0e7(0x28f)](_0x3b5f02['path'],_0x174df8['vbcci']))try{const _0x430d7c=_0x3b5f02[_0x19d0e7(0x2eb)][_0x19d0e7(0x2b0)]('/')[0x2];if(_0x430d7c){const _0x5009ee=hubAllocator[_0x19d0e7(0x331)](_0x430d7c);if(_0x5009ee){const _0x3cb499=_0x174df8['ZYEgC'](_0x174df8[_0x19d0e7(0x2ea)](_0x174df8[_0x19d0e7(0x33e)],_0x5009ee),_0x174df8[_0x19d0e7(0x28e)]);this[_0x19d0e7(0x2c8)]=hubAllocator[_0x19d0e7(0x261)](_0x3cb499),logger['debug'](_0x19d0e7(0x253)+_0x3cb499);}}}catch(_0x1f6bc5){logger[_0x19d0e7(0x299)](_0x1f6bc5);}return super[_0x19d0e7(0x345)](_0x3b5f02);}}class _0x56b8f0 extends _0x15142a['Builder']{[_0x5331b0(0x29d)](){const _0x59d0bf=_0x5331b0;return helper[_0x59d0bf(0x239)]()&&(this[_0x59d0bf(0x332)]=helper[_0x59d0bf(0x2b8)](_0x31ffbd)),this;}[_0x5331b0(0x22b)](_0x579d1a){const _0x401d96=_0x5331b0;let _0x51c186={};for(const _0x3124cd in _0x579d1a){switch(_0x3124cd){case _0x174df8[_0x401d96(0x293)]:case _0x174df8[_0x401d96(0x2a4)]:this[_0x401d96(0x35b)]&&(_0x51c186=this[_0x401d96(0x35b)][_0x401d96(0x228)](this[_0x401d96(0x35b)][_0x401d96(0x278)])||{},this[_0x401d96(0x35b)][_0x401d96(0x350)](this[_0x401d96(0x35b)]['CAPABILITY_KEY'],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x213)]:case _0x174df8['Tjaqh']:this[_0x401d96(0x2a2)]&&(_0x51c186=this['edgeOptions_']['get'](this[_0x401d96(0x2a2)][_0x401d96(0x278)])||{},this[_0x401d96(0x2a2)][_0x401d96(0x350)](this[_0x401d96(0x2a2)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x315)]:case _0x174df8[_0x401d96(0x35e)]:this['firefoxOptions_']&&(_0x51c186=this[_0x401d96(0x340)]['get'](this['firefoxOptions_'][_0x401d96(0x278)])||{},this[_0x401d96(0x340)][_0x401d96(0x350)](this[_0x401d96(0x340)]['CAPABILITY_KEY'],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x1f9)]:this[_0x401d96(0x308)]&&(_0x51c186=this[_0x401d96(0x308)]['get'](this[_0x401d96(0x308)][_0x401d96(0x278)])||{},this[_0x401d96(0x308)]['set'](this[_0x401d96(0x308)][_0x401d96(0x278)],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x319)]:case _0x174df8[_0x401d96(0x323)]:this['ieOptions_']&&(_0x51c186=this[_0x401d96(0x2c6)][_0x401d96(0x228)](this[_0x401d96(0x2c6)]['CAPABILITY_KEY'])||{},this['ieOptions_']['set'](this[_0x401d96(0x2c6)][_0x401d96(0x278)],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;}}}['setCapabilities'](){const _0x1fb2a0=_0x5331b0,_0x39a7ab={'uSVxB':function(_0x13202c,_0x1564e6){const _0x2fb145=a175_0x550e;return _0x174df8[_0x2fb145(0x226)](_0x13202c,_0x1564e6);},'wfTMw':_0x174df8[_0x1fb2a0(0x281)]};logger[_0x1fb2a0(0x2af)](_0x174df8[_0x1fb2a0(0x2dc)]);const _0x28263c=_0x31ffbd[_0x1fb2a0(0x33b)]&&_0x174df8['hCowF'](Object[_0x1fb2a0(0x259)](_0x31ffbd['capability'])[_0x1fb2a0(0x29b)],0x0)?_0x31ffbd[_0x1fb2a0(0x33b)]:_0x31ffbd['capabilities']&&Array[_0x1fb2a0(0x21b)](_0x31ffbd[_0x1fb2a0(0x2e6)])&&_0x174df8['hCowF'](_0x31ffbd['capabilities'][_0x1fb2a0(0x29b)],0x0)?_0x31ffbd['capabilities'][0x0]:{};return this[_0x1fb2a0(0x22b)](_0x28263c),Object[_0x1fb2a0(0x259)](_0x28263c)[_0x1fb2a0(0x2e8)](_0x1f8d47=>{const _0x4f88db=_0x1fb2a0,_0x5f38f9=this[_0x4f88db(0x2f5)][_0x4f88db(0x228)](_0x1f8d47);_0x39a7ab[_0x4f88db(0x243)](typeof _0x5f38f9,_0x39a7ab[_0x4f88db(0x33c)])?this[_0x4f88db(0x2f5)][_0x4f88db(0x350)](_0x1f8d47,helper[_0x4f88db(0x35a)](_0x5f38f9,_0x28263c[_0x1f8d47])):this[_0x4f88db(0x2f5)][_0x4f88db(0x350)](_0x1f8d47,_0x28263c[_0x1f8d47]);}),this;}['build'](){const _0x4da113=_0x5331b0,_0x2a5e25={'MiVWw':function(_0x3ba00e){const _0xbeb180=a175_0x550e;return _0x174df8[_0xbeb180(0x31e)](_0x3ba00e);},'dZbQU':function(_0x11c24f,_0x4a6ad9){const _0x2b7911=a175_0x550e;return _0x174df8[_0x2b7911(0x22c)](_0x11c24f,_0x4a6ad9);},'IcyJJ':function(_0x3f0cad){const _0x497c89=a175_0x550e;return _0x174df8[_0x497c89(0x24d)](_0x3f0cad);},'gRCld':_0x174df8[_0x4da113(0x1f8)],'ZIdfd':_0x174df8['GdamH'],'GGpyQ':_0x174df8['GNpHc'],'HQJeW':_0x174df8[_0x4da113(0x244)],'rLRwn':_0x174df8[_0x4da113(0x289)],'UttlV':_0x174df8[_0x4da113(0x2d8)],'dFNjH':function(_0xbabff6,_0xebb8fe){const _0x44928b=_0x4da113;return _0x174df8[_0x44928b(0x226)](_0xbabff6,_0xebb8fe);},'ImCmd':_0x174df8['KDrls'],'RJqro':_0x174df8[_0x4da113(0x22f)],'TLBug':function(_0x664083){const _0x4e4bf5=_0x4da113;return _0x174df8[_0x4e4bf5(0x358)](_0x664083);},'rakfr':_0x174df8['RjDgo'],'XWslB':_0x174df8[_0x4da113(0x25f)],'UkASh':_0x174df8[_0x4da113(0x279)],'ZJpNg':function(_0x24c0a8,_0x2ee0dd,_0x390af9){const _0x5411ac=_0x4da113;return _0x174df8[_0x5411ac(0x27b)](_0x24c0a8,_0x2ee0dd,_0x390af9);},'GasMQ':_0x174df8[_0x4da113(0x2bd)],'ZvGOc':_0x174df8['RTxRb'],'FzHux':_0x174df8['xxRST'],'jQEee':_0x174df8['wYhxg'],'pJZri':function(_0x46c8af){const _0x16ce22=_0x4da113;return _0x174df8[_0x16ce22(0x2ca)](_0x46c8af);},'FxQyR':_0x174df8[_0x4da113(0x2f1)],'VOmGq':function(_0x47f484,_0x196e8d){const _0x23a51d=_0x4da113;return _0x174df8[_0x23a51d(0x226)](_0x47f484,_0x196e8d);},'nvFxk':function(_0x2ce754){const _0xf88bdf=_0x4da113;return _0x174df8[_0xf88bdf(0x358)](_0x2ce754);},'zxurr':_0x174df8[_0x4da113(0x26e)],'zxxlD':_0x174df8['AayPI'],'QIwYn':_0x174df8['TnoNq'],'iwZZf':function(_0x586a55,_0x3dcaaa){const _0x3a49d7=_0x4da113;return _0x174df8[_0x3a49d7(0x206)](_0x586a55,_0x3dcaaa);},'abDke':function(_0xabd4fc,_0x533daa){const _0x573a7d=_0x4da113;return _0x174df8[_0x573a7d(0x32d)](_0xabd4fc,_0x533daa);},'omATj':function(_0x17b45c,_0x28849a){return _0x174df8['bQMuz'](_0x17b45c,_0x28849a);},'Shite':function(_0x9aca4d,_0x322eec){const _0x47ce2b=_0x4da113;return _0x174df8[_0x47ce2b(0x27f)](_0x9aca4d,_0x322eec);},'ZimMT':function(_0x1c6e12,_0x4d4933,_0x19ee3a){return _0x174df8['wwtcf'](_0x1c6e12,_0x4d4933,_0x19ee3a);},'HiUYK':function(_0x18a04c){const _0x428525=_0x4da113;return _0x174df8[_0x428525(0x24d)](_0x18a04c);},'MkYYF':function(_0x1480e8,_0x1ee2bb){const _0x20dfbc=_0x4da113;return _0x174df8[_0x20dfbc(0x284)](_0x1480e8,_0x1ee2bb);},'dkQtz':_0x174df8['yHaZb'],'CJTkD':_0x174df8[_0x4da113(0x29a)],'oryuJ':_0x174df8[_0x4da113(0x24c)],'Fsafb':function(_0x455bd6,_0xcc3cce,_0x2af20b){const _0x2fdcea=_0x4da113;return _0x174df8[_0x2fdcea(0x2bf)](_0x455bd6,_0xcc3cce,_0x2af20b);},'UcKLq':function(_0x1a3961,_0x15de36,_0x4bf6cb,_0x191a18,_0x595eb0){return _0x174df8['OhVpJ'](_0x1a3961,_0x15de36,_0x4bf6cb,_0x191a18,_0x595eb0);},'uQnCI':_0x174df8['XBkXW'],'kgWPR':_0x174df8[_0x4da113(0x25c)],'PBacP':function(_0x166b67,_0x364e74,_0x53100e){const _0x572fdc=_0x4da113;return _0x174df8[_0x572fdc(0x327)](_0x166b67,_0x364e74,_0x53100e);},'IXuDp':function(_0x50e9ce,_0x2565ff,_0x2dbcc6){const _0x728297=_0x4da113;return _0x174df8[_0x728297(0x2f9)](_0x50e9ce,_0x2565ff,_0x2dbcc6);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x4da113(0x277)],()=>{const _0x514ece=_0x4da113;if(helper[_0x514ece(0x239)]()){helper[_0x514ece(0x29c)](_0x31ffbd[_0x514ece(0x33b)]);_0x2a5e25['MiVWw'](isAccessibilityAutomationSession)&&_0x2a5e25[_0x514ece(0x20d)](setAccessibilityCapabilities,_0x31ffbd);this[_0x514ece(0x29d)](),this[_0x514ece(0x201)]();if(helper['isPacProxy'](_0x31ffbd[_0x514ece(0x2ac)]['proxyUrl']))this[_0x514ece(0x26f)]=helper[_0x514ece(0x1f5)](_0x31ffbd['proxySettings'][_0x514ece(0x26c)]);else _0x31ffbd[_0x514ece(0x2ac)][_0x514ece(0x26c)]&&(this[_0x514ece(0x1f1)]=_0x31ffbd[_0x514ece(0x2ac)][_0x514ece(0x26c)],logger[_0x514ece(0x2af)](_0x514ece(0x2c2)+this[_0x514ece(0x1f1)]));if(_0x2a5e25[_0x514ece(0x334)](isAccessibilityAutomationSession)){const _0x5ddb33=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)])||{},_0x31e833=_0x5ddb33['deviceName']||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20b)])||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x317)]);if(_0x31e833){const _0x28ea8d=(_0x5ddb33[_0x514ece(0x210)]||_0x5ddb33['platform']||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20a)])||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x252)])||'')[_0x514ece(0x29f)](),_0x2d9346=(_0x5ddb33[_0x514ece(0x2f3)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25['UttlV'])||'')[_0x514ece(0x29f)]();_0x2a5e25[_0x514ece(0x2d1)](_0x28ea8d,_0x2a5e25[_0x514ece(0x217)])&&_0x2d9346[_0x514ece(0x24e)](_0x2a5e25[_0x514ece(0x2c3)])&&(_0x2a5e25[_0x514ece(0x2ef)](isMobileScanningEnabledForGroup)&&(logger[_0x514ece(0x2af)](_0x2a5e25['rakfr']),globals['setGlobal'](_0x2a5e25[_0x514ece(0x341)],!![])));}}if(globals[_0x514ece(0x262)](_0x2a5e25[_0x514ece(0x351)])){if(!_0x2a5e25[_0x514ece(0x306)](setExtension,this,_0x31ffbd)){globals['setGlobal'](_0x2a5e25['UkASh'],![]);const _0x5d3be3=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)]);_0x5d3be3&&(_0x5d3be3[_0x514ece(0x2db)]=![],delete _0x5d3be3['accessibilityOptions'],this[_0x514ece(0x2f5)]['set'](_0x2a5e25[_0x514ece(0x2bb)],_0x5d3be3)),this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x241)])&&(this['capabilities_'][_0x514ece(0x350)](_0x2a5e25[_0x514ece(0x241)],![]),this['capabilities_']['delete'](_0x2a5e25[_0x514ece(0x208)]));}}process[_0x514ece(0x2fa)]['BROWSERSTACK_TURBOSCALE']&&(helper[_0x514ece(0x30a)](null,helper[_0x514ece(0x310)](_0x31ffbd),_0x31ffbd['framework'],null,this,null),helper[_0x514ece(0x29c)](_0x31ffbd[_0x514ece(0x33b)])),logger[_0x514ece(0x2af)](_0x2a5e25[_0x514ece(0x27d)]);}else{if(this[_0x514ece(0x35b)]){const _0x534b27=this['chromeOptions_'][_0x514ece(0x228)](this[_0x514ece(0x35b)][_0x514ece(0x278)]||_0x2a5e25[_0x514ece(0x224)]);if(_0x534b27&&_0x534b27['args']){const _0x28a08c=this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x224)])||{},_0x4ef093=(_0x28a08c['args']||[])[_0x514ece(0x212)](_0x534b27[_0x514ece(0x258)]||[]),_0xdc98cf=Array[_0x514ece(0x34e)](new Set(_0x4ef093)),_0x282c58={};_0x282c58[_0x514ece(0x258)]=_0xdc98cf,this[_0x514ece(0x2f5)][_0x514ece(0x350)](_0x2a5e25['jQEee'],Object[_0x514ece(0x2a9)]({},_0x28a08c,_0x534b27,_0x282c58));}}if(_0x2a5e25[_0x514ece(0x229)](isAccessibilityAutomationSession)&&this[_0x514ece(0x31a)]()[_0x514ece(0x24e)](_0x2a5e25[_0x514ece(0x251)])){let _0x34e74a=!![];const _0x180c2a=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)])||{},_0x2f11c2=_0x180c2a[_0x514ece(0x292)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20b)])||this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x317)]);if(_0x2f11c2){const _0x20fe7b=(_0x180c2a[_0x514ece(0x210)]||_0x180c2a[_0x514ece(0x257)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20a)])||this[_0x514ece(0x2f5)]['get'](_0x2a5e25[_0x514ece(0x252)])||'')[_0x514ece(0x29f)](),_0x5acfbb=(_0x180c2a[_0x514ece(0x2f3)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x21e)])||'')['toLowerCase']();_0x2a5e25[_0x514ece(0x2b4)](_0x20fe7b,_0x2a5e25[_0x514ece(0x217)])&&_0x5acfbb['includes'](_0x2a5e25[_0x514ece(0x2c3)])?!_0x2a5e25[_0x514ece(0x1fe)](isMobileScanningEnabledForGroup)?(logger[_0x514ece(0x255)](MOBILE_SCANNING_DISABLED_WARNING),_0x34e74a=![]):(logger[_0x514ece(0x2af)](_0x2a5e25[_0x514ece(0x2be)]),globals[_0x514ece(0x32b)](_0x2a5e25['XWslB'],!![])):(logger[_0x514ece(0x255)](_0x2a5e25['zxurr']),_0x34e74a=![]);}if(_0x34e74a){const _0x2ef244=_0x2a5e25[_0x514ece(0x20d)](parseFloat,_0x180c2a[_0x514ece(0x1f6)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20c)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x26739a}=_0x2a5e25['dZbQU'](require,_0x2a5e25['QIwYn']),_0x49c251=_0x2a5e25[_0x514ece(0x20d)](parseFloat,_0x26739a);!_0x2a5e25['iwZZf'](isNaN,_0x2ef244)&&_0x2a5e25[_0x514ece(0x320)](_0x2ef244,_0x49c251)&&(logger[_0x514ece(0x255)](_0x514ece(0x233)+_0x26739a+'.'),_0x34e74a=![]);}if(_0x34e74a){_0x2a5e25[_0x514ece(0x20d)](setAccessibilityCapabilities,_0x31ffbd),this[_0x514ece(0x201)]();if(process[_0x514ece(0x2fa)][_0x514ece(0x248)]){let _0x55d26e={};try{process[_0x514ece(0x2fa)][_0x514ece(0x30d)]&&(_0x55d26e=JSON[_0x514ece(0x2c0)](process['env'][_0x514ece(0x30d)]));}catch(_0x33ba1b){logger['debug'](_0x514ece(0x2ba)+_0x33ba1b);}const _0x3565a6=helper[_0x514ece(0x310)](_0x31ffbd),_0xdc211c=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)]);if(_0x2a5e25[_0x514ece(0x2e4)](_0x3565a6,![])&&(_0xdc211c||!this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x241)]))){const _0x5e4a74=_0x2a5e25['Shite'](_0xdc211c,{});_0x5e4a74[_0x514ece(0x2db)]=!![];const _0x341632={};_0x341632[_0x514ece(0x330)]=process['env'][_0x514ece(0x248)],_0x341632[_0x514ece(0x300)]=_0x55d26e[_0x514ece(0x300)],_0x5e4a74[_0x514ece(0x1f7)]=Object[_0x514ece(0x2a9)]({},_0x5e4a74[_0x514ece(0x1f7)],_0x341632),this[_0x514ece(0x2f5)][_0x514ece(0x350)](_0x2a5e25[_0x514ece(0x2bb)],_0x5e4a74);}else{this[_0x514ece(0x2f5)]['set'](_0x2a5e25[_0x514ece(0x241)],!![]);const _0x3e81e4=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x208)])||{},_0x246cd7={};_0x246cd7['authToken']=process['env']['BS_A11Y_JWT'],_0x246cd7['scannerVersion']=_0x55d26e['scannerVersion'],this['capabilities_'][_0x514ece(0x350)](_0x2a5e25['ZvGOc'],Object[_0x514ece(0x2a9)]({},_0x3e81e4,_0x246cd7));}}if(!_0x2a5e25[_0x514ece(0x347)](setExtension,this,_0x31ffbd)){globals[_0x514ece(0x32b)](_0x2a5e25[_0x514ece(0x351)],![]);const _0x58edb4=this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)]);_0x58edb4&&(_0x58edb4[_0x514ece(0x2db)]=![],delete _0x58edb4[_0x514ece(0x1f7)],this['capabilities_'][_0x514ece(0x350)](_0x2a5e25[_0x514ece(0x2bb)],_0x58edb4)),this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x241)])&&(this[_0x514ece(0x2f5)]['set'](_0x2a5e25[_0x514ece(0x241)],![]),this[_0x514ece(0x2f5)][_0x514ece(0x23f)](_0x2a5e25[_0x514ece(0x208)]));}}}if(_0x2a5e25[_0x514ece(0x214)](isAccessibilityAutomationSession)&&!this[_0x514ece(0x31a)]()[_0x514ece(0x24e)](_0x2a5e25['FxQyR']))try{_0x2a5e25[_0x514ece(0x34b)](hasLegacyHeadlessArg,this)?(logger[_0x514ece(0x255)](_0x2a5e25['dkQtz']),globals[_0x514ece(0x32b)](_0x2a5e25[_0x514ece(0x351)],![])):helper[_0x514ece(0x30a)](null,helper[_0x514ece(0x310)](_0x31ffbd),_0x31ffbd[_0x514ece(0x2ad)],null,this,null);}catch(_0xf3708d){logger[_0x514ece(0x2af)](_0x514ece(0x211)+util[_0x514ece(0x2d9)](_0xf3708d));}}})();const _0x337792=super[_0x4da113(0x21c)]();return PerformanceTester[_0x4da113(0x2a1)](PerformanceEvents[_0x4da113(0x2cc)],()=>{const _0xf631b1=_0x4da113,_0x1d13c5={'uszGM':function(_0x35d3cb){const _0x34b825=a175_0x550e;return _0x174df8[_0x34b825(0x266)](_0x35d3cb);},'KCrKS':function(_0x1b11b5,_0x495efc,_0x2d7067){return _0x174df8['wwtcf'](_0x1b11b5,_0x495efc,_0x2d7067);},'fzXkH':_0x174df8[_0xf631b1(0x279)],'JMwoZ':_0x174df8[_0xf631b1(0x1f8)],'ghJzo':_0x174df8[_0xf631b1(0x2bd)],'hjAJF':_0x174df8[_0xf631b1(0x316)],'xqBcq':function(_0xc3916c,_0x1038d9,_0x338d7e,_0x1be6aa,_0x118fc1){const _0x399372=_0xf631b1;return _0x174df8[_0x399372(0x232)](_0xc3916c,_0x1038d9,_0x338d7e,_0x1be6aa,_0x118fc1);},'biBye':function(_0x227b28,_0x4b635c){const _0x477359=_0xf631b1;return _0x174df8[_0x477359(0x2b5)](_0x227b28,_0x4b635c);},'zUyDb':_0x174df8['XBkXW'],'HYQPk':_0x174df8[_0xf631b1(0x25c)]};_0x337792[_0xf631b1(0x30e)][_0xf631b1(0x254)](_0x2939e2=>{const _0x2a24bd=_0xf631b1,_0x30fe8c=_0x2939e2[_0x2a24bd(0x286)];if(!helper['isBrowserstackInfra']()&&_0x1d13c5[_0x2a24bd(0x2a8)](isAccessibilityAutomationSession)){const _0x3e6791=_0x1d13c5[_0x2a24bd(0x2b2)](nonBstackPlatformValidation,_0x30fe8c,this);globals['setGlobal'](_0x1d13c5[_0x2a24bd(0x23e)],_0x3e6791);if(!_0x3e6791){const _0x4a0903=this[_0x2a24bd(0x2f5)][_0x2a24bd(0x228)](_0x1d13c5[_0x2a24bd(0x337)]);_0x4a0903&&(_0x4a0903['accessibility']=![],delete _0x4a0903[_0x2a24bd(0x1f7)],this[_0x2a24bd(0x2f5)][_0x2a24bd(0x350)](_0x1d13c5[_0x2a24bd(0x337)],_0x4a0903)),this[_0x2a24bd(0x2f5)][_0x2a24bd(0x228)](_0x1d13c5['ghJzo'])&&(this[_0x2a24bd(0x2f5)][_0x2a24bd(0x350)](_0x1d13c5['ghJzo'],![]),this[_0x2a24bd(0x2f5)][_0x2a24bd(0x23f)](_0x1d13c5['hjAJF']));}}}),_0x337792[_0xf631b1(0x30e)][_0xf631b1(0x254)](_0x469c8f=>{const _0x5e5cb9=_0xf631b1;try{logger[_0x5e5cb9(0x2af)](_0x5e5cb9(0x2fb)+_0x469c8f[_0x5e5cb9(0x2f8)]());const _0x25c116=_0x469c8f['caps_']['get'](_0x2a5e25[_0x5e5cb9(0x22e)]);_0x25c116?(logger[_0x5e5cb9(0x2af)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x25c116),hubAllocator[_0x5e5cb9(0x2fe)](_0x25c116,_0x469c8f[_0x5e5cb9(0x2f8)]()),helper['storeOptimalHubUrl'](_0x25c116)):logger[_0x5e5cb9(0x2af)](_0x2a5e25['oryuJ']);}catch(_0x1f8f0c){logger['debug'](_0x5e5cb9(0x309)+_0x1f8f0c);}}),_0x337792['quitCount_']=0x0,_0x337792[_0xf631b1(0x254)]&&_0x337792[_0xf631b1(0x254)](_0x10772d=>{const _0x28ff03=_0xf631b1,_0x34f63f={'MhnCj':function(_0x544d73,_0x3370c9,_0x11f5c3){const _0x3cae69=a175_0x550e;return _0x2a5e25[_0x3cae69(0x1f0)](_0x544d73,_0x3370c9,_0x11f5c3);},'kSJAf':function(_0x53e541,_0x13ad9a,_0x25dec9,_0x1ead9b,_0x365f58){const _0x5657ad=a175_0x550e;return _0x2a5e25[_0x5657ad(0x2fd)](_0x53e541,_0x13ad9a,_0x25dec9,_0x1ead9b,_0x365f58);},'YBsjk':function(_0x5a21de,_0x213897){const _0x44f22e=a175_0x550e;return _0x2a5e25[_0x44f22e(0x2d5)](_0x5a21de,_0x213897);},'iLnVO':_0x2a5e25[_0x28ff03(0x22a)],'IlgKQ':_0x2a5e25[_0x28ff03(0x21d)]};helper[_0x28ff03(0x2a5)](_0x10772d,_0x337792),_0xbeb957&&_0x2a5e25[_0x28ff03(0x2b9)](overrideTakeScreenshot,_0x10772d),helper['overrideGet'](_0x10772d,_0x31ffbd),_0x2a5e25['ZimMT'](overrideExecute,_0x10772d,_0x31ffbd),_0x2a5e25['PBacP'](propagateJestSessionName,_0x10772d,_0x3a51fa),_0x31ffbd['capability']&&percyHelper[_0x28ff03(0x222)](_0x10772d,_0x15142a[_0x28ff03(0x302)],_0x31ffbd),_0x10772d['getAccessibilityResultsSummary']=async()=>{return await _0x1d13c5['KCrKS'](getAccessibilityResultsSummary,_0x10772d,global);},_0x10772d[_0x28ff03(0x2c5)]=async()=>{const _0x514498=_0x28ff03;return await _0x34f63f[_0x514498(0x34c)](getAccessibilityResults,_0x10772d,global);},_0x10772d[_0x28ff03(0x205)]=async _0x35d561=>{const _0x2ce3b2=_0x28ff03;return await _0x34f63f[_0x2ce3b2(0x26b)](performScan,_0x10772d,null,!![],_0x34f63f[_0x2ce3b2(0x349)](_0x35d561,null));},_0x10772d[_0x28ff03(0x32c)]=async _0x2efb60=>{const _0x1d33d3=_0x28ff03;globals[_0x1d33d3(0x32b)](_0x34f63f[_0x1d33d3(0x240)],!![]),globals[_0x1d33d3(0x32b)](_0x34f63f[_0x1d33d3(0x335)],_0x34f63f[_0x1d33d3(0x349)](_0x2efb60,null));},_0x10772d[_0x28ff03(0x21f)]=async()=>{const _0x58a4fe=_0x28ff03;globals[_0x58a4fe(0x32b)](_0x34f63f[_0x58a4fe(0x240)],![]),globals[_0x58a4fe(0x32b)](_0x34f63f['IlgKQ'],null);};}),_0x337792[_0xf631b1(0x20f)]=async()=>{const _0x530695=_0xf631b1;return await _0x2a5e25[_0x530695(0x306)](getAccessibilityResultsSummary,_0x337792,global);},_0x337792[_0xf631b1(0x2c5)]=async()=>{const _0x2c978b=_0xf631b1;return await _0x2a5e25[_0x2c978b(0x2ee)](getAccessibilityResults,_0x337792,global);},_0x337792[_0xf631b1(0x205)]=async _0x4bb8f1=>{const _0x109b0a=_0xf631b1;return await _0x1d13c5[_0x109b0a(0x321)](performScan,_0x337792,null,!![],_0x1d13c5['biBye'](_0x4bb8f1,null));},_0x337792[_0xf631b1(0x32c)]=async _0x46f67d=>{const _0xa31bb6=_0xf631b1;globals['setGlobal'](_0x2a5e25[_0xa31bb6(0x22a)],!![]),globals[_0xa31bb6(0x32b)](_0x2a5e25['kgWPR'],_0x2a5e25[_0xa31bb6(0x2d5)](_0x46f67d,null));},_0x337792[_0xf631b1(0x21f)]=async()=>{const _0x3246d9=_0xf631b1;globals[_0x3246d9(0x32b)](_0x1d13c5[_0x3246d9(0x242)],![]),globals[_0x3246d9(0x32b)](_0x1d13c5['HYQPk'],null);},_0xbeb957&&_0x174df8[_0xf631b1(0x2ec)](overrideTakeScreenshot,_0x337792),helper[_0xf631b1(0x2a5)](_0x337792),helper['overrideGet'](_0x337792,_0x31ffbd),_0x174df8['lkUDb'](overrideExecute,_0x337792,_0x31ffbd),_0x174df8[_0xf631b1(0x282)](propagateJestSessionName,_0x337792,_0x3a51fa,_0x174df8[_0xf631b1(0x237)]),_0x31ffbd[_0xf631b1(0x33b)]&&percyHelper[_0xf631b1(0x222)](_0x337792,_0x15142a[_0xf631b1(0x302)],_0x31ffbd);helper[_0xf631b1(0x346)](global[_0xf631b1(0x296)])&&(global['__driversArray']=[]);helper[_0xf631b1(0x346)](global[_0xf631b1(0x202)])&&(global[_0xf631b1(0x202)]=[]);global[_0xf631b1(0x296)][_0xf631b1(0x2f6)](_0x337792),global[_0xf631b1(0x246)]=_0x337792,_0x3a51fa&&(_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x246)]=_0x337792);_0x174df8[_0xf631b1(0x28f)](global['__drivers'],undefined)&&global['__drivers'][_0xf631b1(0x2f6)](_0x337792);_0x3a51fa&&helper[_0xf631b1(0x346)](_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x202)])&&(_0x3a51fa['global'][_0xf631b1(0x202)]=[]);_0x3a51fa&&helper[_0xf631b1(0x346)](_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x296)])&&(_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x296)]=[]);_0x3a51fa&&_0x174df8[_0xf631b1(0x28f)](_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x202)],undefined)&&(_0x3a51fa['global'][_0xf631b1(0x202)]['push'](_0x337792),_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x296)][_0xf631b1(0x2f6)](_0x337792));_0x337792[_0xf631b1(0x290)]=globals[_0xf631b1(0x262)](_0x174df8[_0xf631b1(0x279)]);try{global['__drivers'][0x0][_0xf631b1(0x30e)][_0xf631b1(0x254)](_0x217997=>{const _0x235ec8=_0xf631b1;logger[_0x235ec8(0x2af)](_0x235ec8(0x2a0)+_0x217997[_0x235ec8(0x2f8)]()+_0x235ec8(0x34d));})[_0xf631b1(0x234)](_0x1ec8ce=>{const _0x30c1f0=_0xf631b1;logger[_0x30c1f0(0x2af)](_0x30c1f0(0x32f)+_0x1ec8ce);});}catch(_0x28ce5a){logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x28ce5a);}globals[_0xf631b1(0x32b)](_0x174df8[_0xf631b1(0x279)],globals[_0xf631b1(0x262)](_0x174df8[_0xf631b1(0x279)]));})(),_0x337792;}}_0x3a51fa&&(globals[_0x5331b0(0x2b3)]=_0x3a51fa[_0x5331b0(0x307)][_0x5331b0(0x2b3)]);if(_0x174df8[_0x5331b0(0x236)](isAccessibilityAutomationSession))try{let _0x23c54f=helper[_0x5331b0(0x24a)](_0x174df8[_0x5331b0(0x24f)],_0x174df8['OHysf'])[_0x5331b0(0x27e)];(!_0x23c54f[_0x5331b0(0x288)]||!_0x23c54f['prototype'][_0x5331b0(0x2c9)])&&(_0x23c54f=helper[_0x5331b0(0x24a)](_0x174df8[_0x5331b0(0x2c4)],_0x174df8[_0x5331b0(0x311)])['Executor']);if(_0x23c54f[_0x5331b0(0x288)]&&_0x23c54f[_0x5331b0(0x288)][_0x5331b0(0x2c9)]){const _0x140298=_0x23c54f['prototype'][_0x5331b0(0x2c9)];logger['debug'](_0x174df8[_0x5331b0(0x223)]),_0x23c54f[_0x5331b0(0x288)]['execute']=async function(){const _0x1f56c6=_0x5331b0;try{!globals['getGlobal'](_0x174df8[_0x1f56c6(0x27a)])&&globals[_0x1f56c6(0x262)](_0x174df8[_0x1f56c6(0x279)])&&globals[_0x1f56c6(0x262)](_0x174df8[_0x1f56c6(0x304)])&&scripts[_0x1f56c6(0x269)](arguments[0x0][_0x1f56c6(0x35c)])&&!_0x174df8[_0x1f56c6(0x2e2)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x1f56c6(0x32b)](_0x174df8['iQFFV'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0x1f56c6(0x35c)]),await _0x174df8[_0x1f56c6(0x250)](performScan,global[_0x1f56c6(0x246)],arguments[0x0][_0x1f56c6(0x35c)]));}catch(_0x3d2d4c){logger[_0x1f56c6(0x2af)]('Failed\x20to\x20perform\x20scan\x20'+util['format'](_0x3d2d4c));}return globals[_0x1f56c6(0x32b)](_0x174df8['iQFFV'],![]),_0x140298[_0x1f56c6(0x2e5)](this,arguments);};}}catch(_0x1eaebb){logger['debug'](_0x174df8[_0x5331b0(0x2ea)](_0x174df8[_0x5331b0(0x2d3)],_0x1eaebb));}return _0x15142a[_0x5331b0(0x20e)]=_0x15142a['Builder'],_0x15142a[_0x5331b0(0x283)]=_0x56b8f0,_0x13a1a9['HttpClient']=_0x565e1b,_0x15142a;};function a175_0x550e(_0x5748f6,_0x375aed){const _0x31c06a=a175_0x31c0();return a175_0x550e=function(_0x550ee4,_0xb3f715){_0x550ee4=_0x550ee4-0x1f0;let _0x38e8e5=_0x31c06a[_0x550ee4];return _0x38e8e5;},a175_0x550e(_0x5748f6,_0x375aed);}module[a175_0x5c4ac7(0x2ed)][a175_0x5c4ac7(0x263)]=modify,module[a175_0x5c4ac7(0x2ed)][a175_0x5c4ac7(0x357)]=modifyV2,module['exports'][a175_0x5c4ac7(0x33d)]=percySDK,module[a175_0x5c4ac7(0x2ed)][a175_0x5c4ac7(0x271)]=BrowserStackSdk,module[a175_0x5c4ac7(0x2ed)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')[a175_0x5c4ac7(0x313)]();}catch(a175_0x36bdc9){logger[a175_0x5c4ac7(0x2af)]('driver-init\x20capture\x20install\x20failed:\x20'+(a175_0x36bdc9&&a175_0x36bdc9['message']));}module['exports']['_installDriverInitFailureCapture']=require(a175_0x5c4ac7(0x2d2))['installAll'],module[a175_0x5c4ac7(0x2ed)]['TestClient']=require(a175_0x5c4ac7(0x305));
1
+ const a175_0x53bd8b=a175_0x3e8b;function a175_0x3e8b(_0x21829b,_0x35bdba){const _0x31aedb=a175_0x31ae();return a175_0x3e8b=function(_0x3e8bb1,_0x8c0022){_0x3e8bb1=_0x3e8bb1-0x8f;let _0x2faeff=_0x31aedb[_0x3e8bb1];return _0x2faeff;},a175_0x3e8b(_0x21829b,_0x35bdba);}function a175_0x31ae(){const _0x338d5a=['BMPYD','ZBQSR','rdYho','ZTxon','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','BGwdv','Eezud','./browserStackSdk','getServerUrl','patchDriverPercy','YJGjD','gYbNb','sNDCj','XwZEN','Setting\x20Browserstack\x20capabilities','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','browserName','nydUw','winstonLogger','proxy_','ldLKZ','cqMIx','accessibilityOptions','get','consumeHubUrlForSession','isTurboScaleSession','jLPMI','then','setGlobal','chromeOptions','bstackAllyScanning','/session','useW3C','./bin/playwright/modifyPlaywrightConf','\x20to\x20global\x20drivers\x20array','authToken','setServer','lWujd','ySQvr','ylvZG','aeLCt','pkYiF','apply','isAccessibilityPlatform','ieOptions','DzQRc','assign','getHttpAgent','Hub\x20url\x20set\x20to\x20','nsjxA','RAPCA','LcRIi','bRBwe','FZoPb','BvZVU','catch','iKJHf','glwgc','driver-init\x20capture\x20install\x20failed:\x20','xjsEC','url_','Session\x20ID:\x20','_modifyPlaywright','New\x20hub\x20url\x20set\x20to\x20','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','performScan','CAPABILITY_KEY','Qqmhc','exports','rkgKt','build','nnqFw','jgqNT','debug','https://','path','UcNAL','JdhId','moz:firefoxOptions','./helpers/accessibility-automation/constants','hDfif','HAjpm','/wd/hub','yHPbN','./helpers/globals','Modifying\x20webdriver\x20execute','KydIx','qkpqY','jyoyr','__driver','133455GBOtbh','KhIQb','873790HvwvGb','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','fLafH','requireModule','WzNpq','vzZhi','toLowerCase','object','env','lVnfT','dXpRm','CcBQX','options_','./helpers/percy/utils','1530Vgydbh','percy','IfMEE','DKXQm','fTiue','JqduP','browserstack.accessibility','liMnA','./helpers/logger','24864pYsnnc','browserstackSessionName','mRjtd','Fnjmz','updateHubUrl','shouldWrapCommand','LtNHS','chrome','TcWiF','setting\x20driver\x20Session\x20ID:\x20','kjlzd','QaNbU','uufbb','szKaz','XajVr','optimalHubUrl','Uxwaz','GiQtN','from','delete','REZAL','./helpers/performance/constants','JBgSx','NFJtv','platform','Proxy\x20set\x20to\x20','Modifying\x20webdriver\x20builder','proxySettings','originalBuilder','browserstack.accessibilityOptions','jTEUc','vKDFs','getHubUrl','WIXSY','Unable\x20to\x20find\x20executor\x20class\x20','QBAaM','Ofpnc','firefoxOptions_','setAdditionalCapabilities','bQsBH','Dfspj','chromeOptions_','isUndefined','Performing\x20scan\x20for\x20','rouYH','dFLzU','Builder','14778WVpQYg','getRequestOptions','isBrowserstackInfra','name_','session_','getAccessibilityResultsSummary','rOsVi','args','browserstackAgent','platformName','safariOptions_','quitCount_','setCapabilities','FgAyk','RHkju','./bin/mocha/accessibility-automation/helper','android','__setBrowserOptions','./helpers/percy/PercySDK','wTinj','CEOKI','HQtvy','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','__drivers','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','BROWSERSTACK_TURBOSCALE','HNAFn','whion','Lsvqc','125118iuVKbD','getId','ISJVT','./bin/node-generic/client','RgNvi','BS_A11Y_JWT','MxBCR','measureWrapper','accessibility','./helpers/accessibility-automation/helper','capability','capabilities','MGRoQ','lrsaJ','installAll','selenium-webdriver','RVJTv','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','framework','oHEhc','getGlobal','parameters_','svIdc','gpHJX','pIyBC','prepareCapabilities','xEQzz','FuTWU','BYyJH','malyL','./hubAllocationMethods','./helpers/accessibility-automation/scripts','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isMobilePlatform','warn','iPBKl','ozERH','WebElement','ECdvu','dVhbg','FUiHI','SDK_PRE_INITIALIZE','IglpN','RhLdl','se:ieOptions','Obxkt','tDZhf','BRKjc','requireHttpClient','avGCz','./helpers/patchHelpers','CNVfV','rhKlM','1847880UlCAZi','concat','lgnvB','HjOXr','LHKZC','deviceName','HttpClient','bstack:options','execute','stopA11yScanning','WUCeK','JQWQq','pNzHy','edgeOptions_','OFlwz','bstackA11yShouldScan','browserstackAgentV2','263787cJiZkk','HDoYL','prototype','bMyfh','getAccessibilityResults','Dpbie','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','keys','tqhfV','170UsFIeZ','isPacProxy','./helpers/patchHelper','proxyUrl','YGzxt','dHrWg','capabilities_','qyOYb','FdFCE','global','iUwtg','./helpers/performance/performance-tester','aZgjQ','LWzRk','parse','SDK_POST_INITIALIZE','BrowserStackSdk','format','CNUpv','agent_','device','aaQSF','JuQyH','DnzFA','frXgL','KTFBy','safari.options','__driversArray','uzcQL','overrideQuit','set','NIBWG','vKAZt','browserstack.com','info','jCRGA','ms:edgeOptions','requireSeleniumWebdriver','jRgix','send','vywLp','edgeOptions','HQEqL','zxGdi','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','browserStackGlobals','push','ZgejV','bstackA11yScanOptions','ngZxf','storeOptimalHubUrl','includes','yCAZL','ieOptions_','logLevel','browserStackLogLevel','startA11yScanning','TYRcW','forEach','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','hclRg','mergeDeep','browserVersion','length','overrideGet','hKxXh','scannerVersion','setLogLevel','./helpers/driverInitErrorReporter'];a175_0x31ae=function(){return _0x338d5a;};return a175_0x31ae();}(function(_0x137262,_0x27a909){const _0x3cbe9c=a175_0x3e8b,_0x51131f=_0x137262();while(!![]){try{const _0x56bf4c=-parseInt(_0x3cbe9c(0xb2))/0x1+parseInt(_0x3cbe9c(0x15c))/0x2+parseInt(_0x3cbe9c(0x15a))/0x3+-parseInt(_0x3cbe9c(0xa1))/0x4+parseInt(_0x3cbe9c(0xbb))/0x5*(parseInt(_0x3cbe9c(0x1a2))/0x6)+parseInt(_0x3cbe9c(0x1bf))/0x7+parseInt(_0x3cbe9c(0x173))/0x8*(parseInt(_0x3cbe9c(0x16a))/0x9);if(_0x56bf4c===_0x27a909)break;else _0x51131f['push'](_0x51131f['shift']());}catch(_0x2b9477){_0x51131f['push'](_0x51131f['shift']());}}}(a175_0x31ae,0x5e23f));const util=require('util'),{overrideTakeScreenshot}=require(a175_0x53bd8b(0x9e)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a175_0x53bd8b(0x1b1)),helper=require('./helpers/helper'),logger=require(a175_0x53bd8b(0x172))[a175_0x53bd8b(0x112)],hubAllocator=require(a175_0x53bd8b(0x1dd)),percySDK=require(a175_0x53bd8b(0x1b4)),percyHelper=require(a175_0x53bd8b(0x169)),BrowserStackSdk=require(a175_0x53bd8b(0x107)),modifyPlaywrightConfig=require(a175_0x53bd8b(0x121)),scripts=require(a175_0x53bd8b(0x1de)),globals=require(a175_0x53bd8b(0x154)),{overrideExecute}=require(a175_0x53bd8b(0xbd)),PerformanceTester=require(a175_0x53bd8b(0xc6)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a175_0x53bd8b(0x188)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a175_0x53bd8b(0x1c8)),modify=_0x26c133=>{const _0x34fc32=a175_0x53bd8b,_0x52c722={'cboCr':function(_0x4dc988,_0x215446){return _0x4dc988!==_0x215446;},'WIXSY':_0x34fc32(0x11f),'ZdEuv':function(_0x5ae63a,_0x42a316){return _0x5ae63a+_0x42a316;},'Eezud':function(_0x415c8e,_0x570d6c){return _0x415c8e+_0x570d6c;},'CcBQX':_0x34fc32(0x14a),'FAOam':_0x34fc32(0x152),'uzcQL':'goog:chromeOptions','RhLdl':_0x34fc32(0x11d),'MxBCR':_0x34fc32(0xdf),'CBZXq':_0x34fc32(0xe4),'YfFni':_0x34fc32(0x14e),'mZnpW':'firefoxOptions','rhKlM':'safari.options','ozERH':_0x34fc32(0x98),'WaRTk':_0x34fc32(0x12c),'XwZEN':function(_0x1ef6d,_0x3c4104){return _0x1ef6d===_0x3c4104;},'XajVr':_0x34fc32(0x163),'HQEqL':_0x34fc32(0x10e),'glwgc':function(_0x4be999){return _0x4be999();},'tpcsy':function(_0x1625ef,_0x9f6284){return _0x1625ef(_0x9f6284);},'szKaz':_0x34fc32(0xa8),'FZoPb':_0x34fc32(0xcf),'HAjpm':_0x34fc32(0xa6),'nsjxA':_0x34fc32(0x1ab),'KhIQb':'platform','YGzxt':_0x34fc32(0x110),'WOjqA':function(_0x3caa89,_0x239c8b){return _0x3caa89===_0x239c8b;},'IfMEE':_0x34fc32(0x1b2),'Lsvqc':'chrome','Dfspj':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','RVJTv':_0x34fc32(0x1e0),'Uxwaz':_0x34fc32(0x12b),'avGCz':function(_0x36ac63,_0x2eed25,_0x16c295){return _0x36ac63(_0x2eed25,_0x16c295);},'jLPMI':_0x34fc32(0x170),'BMPYD':_0x34fc32(0x190),'JQWQq':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','KUOrR':_0x34fc32(0xb0),'aeLCt':'bstackA11yScanOptions','FUiHI':_0x34fc32(0x182),'Obxkt':_0x34fc32(0xe7),'TYRcW':function(_0x1763ee,_0x180113,_0x15480f,_0x3a5248,_0xa644b6){return _0x1763ee(_0x180113,_0x15480f,_0x3a5248,_0xa644b6);},'RAPCA':function(_0x10e654,_0x13b361){return _0x10e654||_0x13b361;},'DzQRc':function(_0x3ce0de,_0x5e8596,_0xa8000){return _0x3ce0de(_0x5e8596,_0xa8000);},'wTinj':function(_0x47130c,_0x2dca3d,_0x49cb3c){return _0x47130c(_0x2dca3d,_0x49cb3c);},'vywLp':_0x34fc32(0x1ba),'oHEhc':_0x34fc32(0x18d)};logger[_0x34fc32(0xdd)](_0x52c722[_0x34fc32(0xe3)]),logger[_0x34fc32(0x149)](_0x52c722[_0x34fc32(0x1d2)]);const _0x34dfa4=helper[_0x34fc32(0xe0)](),_0x1690cd=helper[_0x34fc32(0x9c)]();class _0x2fb681 extends _0x1690cd[_0x34fc32(0xa7)]{[_0x34fc32(0xe2)](_0x2b0477){const _0x4a3d2d=_0x34fc32;if(_0x52c722['cboCr'](_0x2b0477[_0x4a3d2d(0x14b)],_0x52c722[_0x4a3d2d(0x194)]))try{const _0x2298d4=_0x2b0477[_0x4a3d2d(0x14b)]['split']('/')[0x2];if(_0x2298d4){const _0x4d78b9=hubAllocator[_0x4a3d2d(0x118)](_0x2298d4);if(_0x4d78b9){const _0x1b03fa=_0x52c722['ZdEuv'](_0x52c722[_0x4a3d2d(0x106)](_0x52c722[_0x4a3d2d(0x167)],_0x4d78b9),_0x52c722['FAOam']);this[_0x4a3d2d(0x168)]=hubAllocator[_0x4a3d2d(0x1a3)](_0x1b03fa),logger[_0x4a3d2d(0x149)](_0x4a3d2d(0x13f)+_0x1b03fa);}}}catch(_0x3e2014){logger['error'](_0x3e2014);}return super[_0x4a3d2d(0xe2)](_0x2b0477);}}class _0x9246e extends _0x34dfa4[_0x34fc32(0x1a1)]{[_0x34fc32(0x1b3)](_0x1314fe){const _0x2157a2=_0x34fc32;let _0x4bcf76={};for(const _0x5544a7 in _0x1314fe){switch(_0x5544a7){case _0x52c722[_0x2157a2(0xd7)]:case _0x52c722[_0x2157a2(0x97)]:this[_0x2157a2(0x19c)]&&(_0x4bcf76=this[_0x2157a2(0x19c)]['get'](this[_0x2157a2(0x19c)][_0x2157a2(0x142)])||{},this[_0x2157a2(0x19c)][_0x2157a2(0xd9)](this[_0x2157a2(0x19c)][_0x2157a2(0x142)],helper['mergeDeep'](_0x4bcf76,_0x1314fe[_0x5544a7])));break;case _0x52c722[_0x2157a2(0x1c5)]:case _0x52c722['CBZXq']:this[_0x2157a2(0xae)]&&(_0x4bcf76=this[_0x2157a2(0xae)][_0x2157a2(0x117)](this[_0x2157a2(0xae)][_0x2157a2(0x142)])||{},this[_0x2157a2(0xae)]['set'](this[_0x2157a2(0xae)]['CAPABILITY_KEY'],helper[_0x2157a2(0xf8)](_0x4bcf76,_0x1314fe[_0x5544a7])));break;case _0x52c722['YfFni']:case _0x52c722['mZnpW']:this[_0x2157a2(0x198)]&&(_0x4bcf76=this[_0x2157a2(0x198)][_0x2157a2(0x117)](this[_0x2157a2(0x198)][_0x2157a2(0x142)])||{},this['firefoxOptions_'][_0x2157a2(0xd9)](this[_0x2157a2(0x198)][_0x2157a2(0x142)],helper[_0x2157a2(0xf8)](_0x4bcf76,_0x1314fe[_0x5544a7])));break;case _0x52c722[_0x2157a2(0xa0)]:this[_0x2157a2(0x1ac)]&&(_0x4bcf76=this[_0x2157a2(0x1ac)][_0x2157a2(0x117)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x2157a2(0x1ac)]['set'](this['safariOptions_'][_0x2157a2(0x142)],helper[_0x2157a2(0xf8)](_0x4bcf76,_0x1314fe[_0x5544a7])));break;case _0x52c722[_0x2157a2(0x90)]:case _0x52c722['WaRTk']:this[_0x2157a2(0xf0)]&&(_0x4bcf76=this[_0x2157a2(0xf0)][_0x2157a2(0x117)](this['ieOptions_'][_0x2157a2(0x142)])||{},this[_0x2157a2(0xf0)][_0x2157a2(0xd9)](this[_0x2157a2(0xf0)][_0x2157a2(0x142)],helper[_0x2157a2(0xf8)](_0x4bcf76,_0x1314fe[_0x5544a7])));break;}}}[_0x34fc32(0x124)](){const _0x3d6780=_0x34fc32;return this['url_']=helper['getHubUrl'](_0x26c133),logger[_0x3d6780(0x149)](_0x3d6780(0x130)+this['url_']),this;}['setCapabilities'](){const _0x596218=_0x34fc32;return logger['debug'](_0x52c722[_0x596218(0xe5)]),this[_0x596218(0x1b3)](_0x26c133['capability']),Object['keys'](_0x26c133[_0x596218(0x1c9)])[_0x596218(0xf5)](_0x5d3a44=>{const _0x568ca2=_0x596218,_0x61470b=this[_0x568ca2(0xc1)]['get'](_0x5d3a44);_0x52c722[_0x568ca2(0x10d)](typeof _0x61470b,_0x52c722[_0x568ca2(0x181)])?this[_0x568ca2(0xc1)][_0x568ca2(0xd9)](_0x5d3a44,helper[_0x568ca2(0xf8)](_0x61470b,_0x26c133[_0x568ca2(0x1c9)][_0x5d3a44])):this[_0x568ca2(0xc1)][_0x568ca2(0xd9)](_0x5d3a44,_0x26c133[_0x568ca2(0x1c9)][_0x5d3a44]);}),this;}[_0x34fc32(0x146)](){const _0x229bdd=_0x34fc32,_0x1b6a1d={'aZgjQ':_0x52c722[_0x229bdd(0x94)],'ORqts':_0x52c722[_0x229bdd(0x99)],'JqduP':function(_0x1c7533,_0x1814a1,_0x6d2ea0,_0x220e16,_0x489629){const _0x3cafa1=_0x229bdd;return _0x52c722[_0x3cafa1(0xf4)](_0x1c7533,_0x1814a1,_0x6d2ea0,_0x220e16,_0x489629);},'rdYho':function(_0x2646ed,_0x71682f){const _0x1ceb6c=_0x229bdd;return _0x52c722[_0x1ceb6c(0x132)](_0x2646ed,_0x71682f);},'NIBWG':_0x52c722['KUOrR'],'QBAaM':_0x52c722[_0x229bdd(0x128)],'xEQzz':function(_0x34ecd0,_0x41205a,_0xa69be5){const _0x12c4b7=_0x229bdd;return _0x52c722[_0x12c4b7(0x12d)](_0x34ecd0,_0x41205a,_0xa69be5);},'OFlwz':function(_0xbe3587,_0x5e376b,_0x539940){const _0x477eee=_0x229bdd;return _0x52c722[_0x477eee(0x1b5)](_0xbe3587,_0x5e376b,_0x539940);}};PerformanceTester[_0x229bdd(0x1c6)](PerformanceEvents[_0x229bdd(0x95)],()=>{const _0x2ac9f9=_0x229bdd;_0x52c722[_0x2ac9f9(0x139)](isAccessibilityAutomationSession)&&_0x52c722['tpcsy'](setAccessibilityCapabilities,_0x26c133);this[_0x2ac9f9(0x124)](),this[_0x2ac9f9(0x1ae)]();if(helper[_0x2ac9f9(0xbc)](_0x26c133[_0x2ac9f9(0x18e)][_0x2ac9f9(0xbe)]))this[_0x2ac9f9(0xce)]=helper[_0x2ac9f9(0x12f)](_0x26c133[_0x2ac9f9(0x18e)]['proxyUrl']);else _0x26c133[_0x2ac9f9(0x18e)][_0x2ac9f9(0xbe)]&&(this[_0x2ac9f9(0x113)]=_0x26c133[_0x2ac9f9(0x18e)]['proxyUrl'],logger[_0x2ac9f9(0x149)](_0x2ac9f9(0x18c)+this[_0x2ac9f9(0x113)]));if(_0x52c722[_0x2ac9f9(0x139)](isAccessibilityAutomationSession)){const _0x1e052d=this[_0x2ac9f9(0xc1)][_0x2ac9f9(0x117)](_0x52c722[_0x2ac9f9(0x180)])||{},_0x4f22c8=_0x1e052d['deviceName']||this['capabilities_'][_0x2ac9f9(0x117)](_0x52c722[_0x2ac9f9(0x135)])||this[_0x2ac9f9(0xc1)]['get'](_0x52c722[_0x2ac9f9(0x151)]);if(_0x4f22c8){const _0x49a1fb=(_0x1e052d[_0x2ac9f9(0x1ab)]||_0x1e052d[_0x2ac9f9(0x18b)]||this['capabilities_'][_0x2ac9f9(0x117)](_0x52c722[_0x2ac9f9(0x131)])||this['capabilities_']['get'](_0x52c722[_0x2ac9f9(0x15b)])||'')[_0x2ac9f9(0x162)](),_0x4dac20=(_0x1e052d[_0x2ac9f9(0x110)]||this[_0x2ac9f9(0xc1)]['get'](_0x52c722[_0x2ac9f9(0xbf)])||'')[_0x2ac9f9(0x162)]();_0x52c722['WOjqA'](_0x49a1fb,_0x52c722[_0x2ac9f9(0x16c)])&&_0x4dac20[_0x2ac9f9(0xee)](_0x52c722[_0x2ac9f9(0x1be)])&&(_0x52c722[_0x2ac9f9(0x139)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x52c722[_0x2ac9f9(0x19b)]),globals['setGlobal'](_0x52c722[_0x2ac9f9(0x1cf)],!![])));}}if(globals[_0x2ac9f9(0x1d3)](_0x52c722[_0x2ac9f9(0x183)])){if(!_0x52c722[_0x2ac9f9(0x9d)](setExtension,this,_0x26c133)){globals[_0x2ac9f9(0x11c)](_0x52c722[_0x2ac9f9(0x183)],![]);const _0x228980=this[_0x2ac9f9(0xc1)][_0x2ac9f9(0x117)](_0x52c722[_0x2ac9f9(0x180)]);_0x228980&&(_0x228980[_0x2ac9f9(0x1c7)]=![],delete _0x228980[_0x2ac9f9(0x116)],this[_0x2ac9f9(0xc1)][_0x2ac9f9(0xd9)](_0x52c722[_0x2ac9f9(0x180)],_0x228980)),this['capabilities_'][_0x2ac9f9(0x117)](_0x52c722['jLPMI'])&&(this[_0x2ac9f9(0xc1)][_0x2ac9f9(0xd9)](_0x52c722[_0x2ac9f9(0x11a)],![]),this[_0x2ac9f9(0xc1)][_0x2ac9f9(0x186)](_0x52c722[_0x2ac9f9(0x100)]));}}(!helper[_0x2ac9f9(0x1a4)]()||helper[_0x2ac9f9(0x119)](_0x26c133))&&helper['prepareCapabilities'](null,helper[_0x2ac9f9(0x120)](_0x26c133),_0x26c133['framework'],null,this,null),helper[_0x2ac9f9(0x199)](_0x26c133[_0x2ac9f9(0x1c9)]),logger[_0x2ac9f9(0x149)](_0x52c722[_0x2ac9f9(0xac)]);})();const _0x26c283=super['build']();return PerformanceTester[_0x229bdd(0x1c6)](PerformanceEvents[_0x229bdd(0xca)],()=>{const _0x5659a1=_0x229bdd,_0x1f2c7a={'YJGjD':function(_0x132fdc,_0x52e811,_0x3dfa1d){const _0x2299a8=a175_0x3e8b;return _0x52c722[_0x2299a8(0x9d)](_0x132fdc,_0x52e811,_0x3dfa1d);},'TZgFp':function(_0x466afb,_0x30ed1a,_0x29e61a){const _0x241629=a175_0x3e8b;return _0x52c722[_0x241629(0x9d)](_0x466afb,_0x30ed1a,_0x29e61a);},'iPBKl':_0x52c722['KUOrR'],'SwXPk':_0x52c722[_0x5659a1(0x128)]};_0x26c283[_0x5659a1(0x1a6)][_0x5659a1(0x11b)](_0x36cdbf=>{const _0x351a9e=_0x5659a1;try{const _0x444eea=_0x36cdbf['caps_'][_0x351a9e(0x117)](_0x1b6a1d[_0x351a9e(0xc7)]);_0x444eea?(logger[_0x351a9e(0x149)](_0x351a9e(0x10f)+_0x444eea),hubAllocator[_0x351a9e(0x177)](_0x444eea,_0x36cdbf['getId']()),helper[_0x351a9e(0xed)](_0x444eea)):logger[_0x351a9e(0x149)](_0x1b6a1d['ORqts']);}catch(_0x33eb59){logger['debug'](_0x351a9e(0x104)+_0x33eb59);}}),_0x26c283[_0x5659a1(0x11b)]&&_0x26c283['then'](_0x2782b1=>{const _0x1ca8b0=_0x5659a1,_0x808ce9={'ZBQSR':function(_0x459088,_0x1880d4,_0x261121,_0x466ebe,_0xfae12d){const _0x3a9328=a175_0x3e8b;return _0x1b6a1d[_0x3a9328(0x16f)](_0x459088,_0x1880d4,_0x261121,_0x466ebe,_0xfae12d);},'LtNHS':function(_0x12113b,_0x28c791){const _0x5a7951=a175_0x3e8b;return _0x1b6a1d[_0x5a7951(0x102)](_0x12113b,_0x28c791);},'cqMIx':_0x1b6a1d[_0x1ca8b0(0xda)],'IglpN':_0x1b6a1d[_0x1ca8b0(0x196)],'xjsEC':function(_0x277541,_0x3dc783){const _0x108531=_0x1ca8b0;return _0x1b6a1d[_0x108531(0x102)](_0x277541,_0x3dc783);}};helper[_0x1ca8b0(0xfb)](_0x2782b1,_0x26c133),_0x1b6a1d['xEQzz'](overrideExecute,_0x2782b1,_0x26c133),_0x2782b1[_0x1ca8b0(0x1a7)]=async()=>{const _0x22a468=_0x1ca8b0;return await _0x1f2c7a[_0x22a468(0x10a)](getAccessibilityResultsSummary,_0x2782b1,global);},_0x2782b1[_0x1ca8b0(0xb6)]=async()=>{return await _0x1f2c7a['TZgFp'](getAccessibilityResults,_0x2782b1,global);},_0x2782b1[_0x1ca8b0(0x141)]=async _0x34b4cb=>{const _0xc9fa2f=_0x1ca8b0;return await _0x808ce9[_0xc9fa2f(0x101)](performScan,_0x2782b1,null,!![],_0x808ce9[_0xc9fa2f(0x179)](_0x34b4cb,null));},_0x2782b1['startA11yScanning']=async _0x485653=>{const _0x3ed129=_0x1ca8b0;globals['setGlobal'](_0x808ce9[_0x3ed129(0x115)],!![]),globals['setGlobal'](_0x808ce9[_0x3ed129(0x96)],_0x808ce9[_0x3ed129(0x13b)](_0x485653,null));},_0x2782b1[_0x1ca8b0(0xaa)]=async()=>{const _0x1915a8=_0x1ca8b0;globals['setGlobal'](_0x808ce9[_0x1915a8(0x115)],![]),globals[_0x1915a8(0x11c)](_0x808ce9[_0x1915a8(0x96)],null);};}),_0x26c283[_0x5659a1(0x1a7)]=async()=>{const _0x181efe=_0x5659a1;return await _0x1b6a1d[_0x181efe(0x1d9)](getAccessibilityResultsSummary,_0x26c283,global);},_0x26c283['getAccessibilityResults']=async()=>{const _0x2eb39a=_0x5659a1;return await _0x1b6a1d[_0x2eb39a(0xaf)](getAccessibilityResults,_0x26c283,global);},_0x26c283['performScan']=async _0x9aa0d5=>{const _0x1cc6b3=_0x5659a1;return await _0x1b6a1d[_0x1cc6b3(0x16f)](performScan,_0x26c283,null,!![],_0x1b6a1d[_0x1cc6b3(0x102)](_0x9aa0d5,null));},_0x26c283[_0x5659a1(0xf3)]=async _0xc3d6f7=>{const _0x1b3293=_0x5659a1;globals[_0x1b3293(0x11c)](_0x1b6a1d[_0x1b3293(0xda)],!![]),globals[_0x1b3293(0x11c)](_0x1b6a1d[_0x1b3293(0x196)],_0x1b6a1d['rdYho'](_0xc3d6f7,null));},_0x26c283[_0x5659a1(0xaa)]=async()=>{const _0x24a11a=_0x5659a1;globals[_0x24a11a(0x11c)](_0x1f2c7a[_0x24a11a(0x8f)],![]),globals['setGlobal'](_0x1f2c7a['SwXPk'],null);},helper[_0x5659a1(0xfb)](_0x26c283,_0x26c133),_0x52c722[_0x5659a1(0x9d)](overrideExecute,_0x26c283,_0x26c133),helper[_0x5659a1(0x19d)](global[_0x5659a1(0xd6)])&&(global[_0x5659a1(0xd6)]=[]),global[_0x5659a1(0xd6)][_0x5659a1(0xe9)](_0x26c283);})(),_0x26c283;}}_0x34dfa4[_0x34fc32(0x18f)]=_0x34dfa4['Builder'],_0x34dfa4[_0x34fc32(0x1a1)]=_0x9246e,_0x1690cd[_0x34fc32(0xa7)]=_0x2fb681;},propagateJestSessionName=(_0x45fcd0,_0x36b588,_0x56bd88='')=>{const _0x5a5b8c=a175_0x53bd8b,_0x285a24={};_0x285a24['iUwtg']=_0x5a5b8c(0x140);const _0x50dd35=_0x285a24;_0x36b588&&_0x36b588[_0x5a5b8c(0xc4)]&&_0x36b588[_0x5a5b8c(0xc4)][_0x5a5b8c(0x174)]&&helper['isUndefined'](_0x45fcd0['browserstackSessionName'])&&(_0x45fcd0['browserstackSessionName']=_0x36b588[_0x5a5b8c(0xc4)][_0x5a5b8c(0x174)],logger[_0x5a5b8c(0x149)](util['format'](_0x50dd35[_0x5a5b8c(0xc5)],_0x56bd88?'\x20'+_0x56bd88:'',_0x45fcd0['browserstackSessionName'])));},modifyV2=(_0x2f905c,_0x53e192=null,_0x216de5=![])=>{const _0x2a979b=a175_0x53bd8b,_0x5b8230={'frXgL':function(_0x4d26d1,_0x2956c0){return _0x4d26d1!==_0x2956c0;},'jgqNT':_0x2a979b(0x11f),'DnzFA':function(_0x5263ed,_0x538ca4){return _0x5263ed+_0x538ca4;},'pNzHy':_0x2a979b(0x14a),'ISJVT':_0x2a979b(0x152),'whion':'goog:chromeOptions','yCAZL':'chromeOptions','jyoyr':'ms:edgeOptions','yCmbX':_0x2a979b(0xe4),'TcWiF':_0x2a979b(0x14e),'rouYH':'firefoxOptions','hmLdm':_0x2a979b(0xd5),'gpHJX':'se:ieOptions','iKJHf':_0x2a979b(0x12c),'Ofpnc':function(_0xb8bbd,_0x4fea28){return _0xb8bbd===_0x4fea28;},'bRBwe':_0x2a979b(0x163),'jTEUc':'Setting\x20Browserstack\x20capabilities','yHPbN':function(_0x425039,_0x5b2396){return _0x425039>_0x5b2396;},'dVhbg':function(_0x159aac,_0x5e6810,_0x2fa1b8){return _0x159aac(_0x5e6810,_0x2fa1b8);},'pkYiF':'bstackA11yShouldScan','RHkju':_0x2a979b(0xeb),'lVnfT':function(_0x15a0f8,_0x5771ce,_0x214ac2,_0x1e1639,_0x5489bd){return _0x15a0f8(_0x5771ce,_0x214ac2,_0x1e1639,_0x5489bd);},'jRgix':function(_0x1d57e0,_0x6f5cb1){return _0x1d57e0||_0x6f5cb1;},'tDZhf':function(_0x211009,_0x22d311){return _0x211009(_0x22d311);},'yYYCy':function(_0x4272f6,_0x4cb1b1,_0x260f1d){return _0x4272f6(_0x4cb1b1,_0x260f1d);},'WzNpq':function(_0x2343b2,_0x5baf2f,_0x2eff69,_0x55fad7){return _0x2343b2(_0x5baf2f,_0x2eff69,_0x55fad7);},'ySQvr':'(sync)','LHKZC':function(_0x2847c1,_0xef0406){return _0x2847c1!==_0xef0406;},'JBgSx':_0x2a979b(0x12b),'fLafH':function(_0x5b800b){return _0x5b800b();},'hclRg':function(_0x49d7f7,_0x13d098){return _0x49d7f7(_0x13d098);},'sNDCj':function(_0x29de1e){return _0x29de1e();},'MGRoQ':'bstack:options','YiilB':_0x2a979b(0xcf),'tvNEF':_0x2a979b(0xa6),'ZDirS':_0x2a979b(0x1ab),'HQtvy':'platform','eIomh':_0x2a979b(0x110),'mRjtd':function(_0x94c421,_0x5e610d){return _0x94c421===_0x5e610d;},'vCCVT':_0x2a979b(0x1b2),'rOsVi':_0x2a979b(0x17a),'LcRIi':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','bAiTB':_0x2a979b(0x1e0),'dHrWg':_0x2a979b(0x170),'qkpqY':_0x2a979b(0x190),'pIyBC':_0x2a979b(0xf6),'ylvZG':function(_0x5cb054){return _0x5cb054();},'HNAFn':_0x2a979b(0xdc),'xgsAI':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','bMyfh':'browserVersion','cYPYS':_0x2a979b(0x14f),'OSIZD':function(_0x3416b3,_0x4fbeb9){return _0x3416b3<_0x4fbeb9;},'EZHIc':function(_0x57b549,_0x199fd6){return _0x57b549||_0x199fd6;},'ZTxon':function(_0x2b0e62,_0xe60afd,_0x3e97db){return _0x2b0e62(_0xe60afd,_0x3e97db);},'malyL':_0x2a979b(0x15d),'kjlzd':_0x2a979b(0x182),'tKhMB':_0x2a979b(0xe7),'rUfmj':function(_0x33fa1e,_0x4d53ff,_0x5b751d,_0x66e7f6,_0x460941){return _0x33fa1e(_0x4d53ff,_0x5b751d,_0x66e7f6,_0x460941);},'RgNvi':function(_0x378d15,_0x55e996,_0x1b21c0){return _0x378d15(_0x55e996,_0x1b21c0);},'WUCeK':function(_0x5be318,_0x198bf3,_0x59b0d5){return _0x5be318(_0x198bf3,_0x59b0d5);},'ShHoV':function(_0x2b6d93,_0x2a1459,_0x5b1b04){return _0x2b6d93(_0x2a1459,_0x5b1b04);},'JuQyH':function(_0x295047,_0x9bc0a1){return _0x295047||_0x9bc0a1;},'nydUw':_0x2a979b(0x11e),'aaQSF':function(_0x113bae,_0x5d921e){return _0x113bae(_0x5d921e);},'EAhsh':function(_0xcc1c49,_0x46d4ac,_0x3dda7c){return _0xcc1c49(_0x46d4ac,_0x3dda7c);},'dFLzU':_0x2a979b(0x1ba),'bQsBH':_0x2a979b(0x18d),'qyOYb':function(_0x3979e2){return _0x3979e2();},'fTiue':'selenium-webdriver/lib/webdriver.js','ngZxf':_0x2a979b(0x1ce),'KTTVg':'selenium-webdriver/lib/http.js','WaDNt':_0x2a979b(0x155),'JdhId':_0x2a979b(0x195)},_0x3835c0=helper[_0x2a979b(0x9c)]();let _0x373883;try{_0x373883=helper['requireSeleniumWebdriver'](),_0x373883['originalBuilder']&&(_0x373883[_0x2a979b(0x1a1)]=_0x373883[_0x2a979b(0x18f)]);}catch(_0x61529e){return;}if(helper[_0x2a979b(0x1a4)]()){const _0x2e4f0c={};_0x2e4f0c[_0x2a979b(0xf1)]=_0x2f905c[_0x2a979b(0xf2)],helper[_0x2a979b(0xfe)](_0x2e4f0c,new Map(),new Map()),logger['info'](_0x5b8230[_0x2a979b(0x1a0)]),logger['debug'](_0x5b8230[_0x2a979b(0x19a)]);}class _0x1a612b extends _0x3835c0[_0x2a979b(0xa7)]{[_0x2a979b(0xe2)](_0x191f5c){const _0x306096=_0x2a979b;if(_0x5b8230[_0x306096(0xd3)](_0x191f5c[_0x306096(0x14b)],_0x5b8230[_0x306096(0x148)]))try{const _0x13dc36=_0x191f5c[_0x306096(0x14b)]['split']('/')[0x2];if(_0x13dc36){const _0x34e80c=hubAllocator['consumeHubUrlForSession'](_0x13dc36);if(_0x34e80c){const _0x2331dc=_0x5b8230[_0x306096(0xd2)](_0x5b8230[_0x306096(0xd2)](_0x5b8230[_0x306096(0xad)],_0x34e80c),_0x5b8230[_0x306096(0x1c1)]);this[_0x306096(0x168)]=hubAllocator[_0x306096(0x1a3)](_0x2331dc),logger[_0x306096(0x149)](_0x306096(0x13f)+_0x2331dc);}}}catch(_0xc04ae3){logger['error'](_0xc04ae3);}return super[_0x306096(0xe2)](_0x191f5c);}}class _0x18223d extends _0x373883[_0x2a979b(0x1a1)]{[_0x2a979b(0x124)](){const _0x57a89a=_0x2a979b;return helper[_0x57a89a(0x1a4)]()&&(this[_0x57a89a(0x13c)]=helper[_0x57a89a(0x193)](_0x2f905c)),this;}[_0x2a979b(0x1b3)](_0x560974){const _0x5a5d0b=_0x2a979b;let _0x23efcf={};for(const _0x2396b1 in _0x560974){switch(_0x2396b1){case _0x5b8230['whion']:case _0x5b8230[_0x5a5d0b(0xef)]:this[_0x5a5d0b(0x19c)]&&(_0x23efcf=this[_0x5a5d0b(0x19c)][_0x5a5d0b(0x117)](this[_0x5a5d0b(0x19c)][_0x5a5d0b(0x142)])||{},this[_0x5a5d0b(0x19c)]['set'](this[_0x5a5d0b(0x19c)][_0x5a5d0b(0x142)],helper[_0x5a5d0b(0xf8)](_0x23efcf,_0x560974[_0x2396b1])));break;case _0x5b8230[_0x5a5d0b(0x158)]:case _0x5b8230['yCmbX']:this[_0x5a5d0b(0xae)]&&(_0x23efcf=this[_0x5a5d0b(0xae)][_0x5a5d0b(0x117)](this['edgeOptions_'][_0x5a5d0b(0x142)])||{},this['edgeOptions_'][_0x5a5d0b(0xd9)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x5a5d0b(0xf8)](_0x23efcf,_0x560974[_0x2396b1])));break;case _0x5b8230[_0x5a5d0b(0x17b)]:case _0x5b8230[_0x5a5d0b(0x19f)]:this[_0x5a5d0b(0x198)]&&(_0x23efcf=this[_0x5a5d0b(0x198)][_0x5a5d0b(0x117)](this['firefoxOptions_'][_0x5a5d0b(0x142)])||{},this[_0x5a5d0b(0x198)][_0x5a5d0b(0xd9)](this[_0x5a5d0b(0x198)]['CAPABILITY_KEY'],helper[_0x5a5d0b(0xf8)](_0x23efcf,_0x560974[_0x2396b1])));break;case _0x5b8230['hmLdm']:this[_0x5a5d0b(0x1ac)]&&(_0x23efcf=this[_0x5a5d0b(0x1ac)]['get'](this['safariOptions_'][_0x5a5d0b(0x142)])||{},this[_0x5a5d0b(0x1ac)][_0x5a5d0b(0xd9)](this[_0x5a5d0b(0x1ac)][_0x5a5d0b(0x142)],helper[_0x5a5d0b(0xf8)](_0x23efcf,_0x560974[_0x2396b1])));break;case _0x5b8230[_0x5a5d0b(0x1d6)]:case _0x5b8230[_0x5a5d0b(0x138)]:this[_0x5a5d0b(0xf0)]&&(_0x23efcf=this[_0x5a5d0b(0xf0)][_0x5a5d0b(0x117)](this['ieOptions_'][_0x5a5d0b(0x142)])||{},this[_0x5a5d0b(0xf0)][_0x5a5d0b(0xd9)](this[_0x5a5d0b(0xf0)][_0x5a5d0b(0x142)],helper[_0x5a5d0b(0xf8)](_0x23efcf,_0x560974[_0x2396b1])));break;}}}['setCapabilities'](){const _0x165f9b=_0x2a979b,_0x5f5a50={'fMOOm':function(_0x1be352,_0x2ebd31){const _0x479ddf=a175_0x3e8b;return _0x5b8230[_0x479ddf(0x197)](_0x1be352,_0x2ebd31);},'BUNml':_0x5b8230[_0x165f9b(0x134)]};logger[_0x165f9b(0x149)](_0x5b8230[_0x165f9b(0x191)]);const _0x334531=_0x2f905c[_0x165f9b(0x1c9)]&&_0x5b8230[_0x165f9b(0x153)](Object[_0x165f9b(0xb9)](_0x2f905c[_0x165f9b(0x1c9)])[_0x165f9b(0xfa)],0x0)?_0x2f905c['capability']:_0x2f905c[_0x165f9b(0x1ca)]&&Array['isArray'](_0x2f905c[_0x165f9b(0x1ca)])&&_0x5b8230[_0x165f9b(0x153)](_0x2f905c[_0x165f9b(0x1ca)][_0x165f9b(0xfa)],0x0)?_0x2f905c[_0x165f9b(0x1ca)][0x0]:{};return this['__setBrowserOptions'](_0x334531),Object[_0x165f9b(0xb9)](_0x334531)['forEach'](_0x3d34ec=>{const _0x20114f=_0x165f9b,_0x3a509b=this[_0x20114f(0xc1)][_0x20114f(0x117)](_0x3d34ec);_0x5f5a50['fMOOm'](typeof _0x3a509b,_0x5f5a50['BUNml'])?this[_0x20114f(0xc1)][_0x20114f(0xd9)](_0x3d34ec,helper[_0x20114f(0xf8)](_0x3a509b,_0x334531[_0x3d34ec])):this[_0x20114f(0xc1)]['set'](_0x3d34ec,_0x334531[_0x3d34ec]);}),this;}[_0x2a979b(0x146)](){const _0x50cdc9=_0x2a979b,_0x470766={'sCNQX':function(_0x2f4530){const _0x1e7685=a175_0x3e8b;return _0x5b8230[_0x1e7685(0x15e)](_0x2f4530);},'vzZhi':function(_0x531f06,_0x545fe6){const _0x167846=a175_0x3e8b;return _0x5b8230[_0x167846(0xf7)](_0x531f06,_0x545fe6);},'Fnjmz':function(_0x28ecbf){const _0x4b7e31=a175_0x3e8b;return _0x5b8230[_0x4b7e31(0x10c)](_0x28ecbf);},'Dpbie':_0x5b8230[_0x50cdc9(0x1cb)],'FuTWU':_0x5b8230['YiilB'],'dXpRm':_0x5b8230['tvNEF'],'svIdc':_0x5b8230['ZDirS'],'nnqFw':_0x5b8230[_0x50cdc9(0x1b7)],'FdFCE':_0x5b8230['eIomh'],'NFJtv':function(_0xacc482,_0x4ac558){return _0x5b8230['mRjtd'](_0xacc482,_0x4ac558);},'LWzRk':_0x5b8230['vCCVT'],'HjOXr':_0x5b8230[_0x50cdc9(0x1a8)],'gYbNb':_0x5b8230[_0x50cdc9(0x133)],'liMnA':_0x5b8230['bAiTB'],'Qqmhc':_0x5b8230['JBgSx'],'vKDFs':function(_0x449699,_0x44900c,_0x3475f2){return _0x5b8230['dVhbg'](_0x449699,_0x44900c,_0x3475f2);},'ECdvu':_0x5b8230[_0x50cdc9(0xc0)],'rkgKt':_0x5b8230[_0x50cdc9(0x157)],'RIPOE':_0x5b8230[_0x50cdc9(0x1d7)],'CNVfV':_0x5b8230[_0x50cdc9(0x1bd)],'JIdwm':function(_0x25e497){const _0x522452=_0x50cdc9;return _0x5b8230[_0x522452(0x127)](_0x25e497);},'jCRGA':_0x5b8230[_0x50cdc9(0x1bc)],'FgAyk':function(_0x18b296,_0x499aa9){const _0x4b07f6=_0x50cdc9;return _0x5b8230[_0x4b07f6(0x175)](_0x18b296,_0x499aa9);},'BYyJH':_0x5b8230['xgsAI'],'KydIx':_0x5b8230[_0x50cdc9(0xb5)],'REZAL':function(_0x1e3ddc,_0x26c86c){return _0x5b8230['hclRg'](_0x1e3ddc,_0x26c86c);},'zxGdi':_0x5b8230['cYPYS'],'KTFBy':function(_0x76cc12,_0x1184f9){return _0x5b8230['OSIZD'](_0x76cc12,_0x1184f9);},'gqtEu':function(_0x364e79,_0x52e339){const _0x79bb09=_0x50cdc9;return _0x5b8230[_0x79bb09(0xd3)](_0x364e79,_0x52e339);},'BvZVU':function(_0x2071da,_0x27b466){return _0x5b8230['EZHIc'](_0x2071da,_0x27b466);},'kTdYZ':function(_0x37e61e,_0x1e5e09,_0x5b9b3b){return _0x5b8230['ZTxon'](_0x37e61e,_0x1e5e09,_0x5b9b3b);},'hKxXh':_0x5b8230[_0x50cdc9(0x1dc)],'lgnvB':function(_0x126bce,_0x3932d4,_0x24a503){const _0xd99cc0=_0x50cdc9;return _0x5b8230[_0xd99cc0(0x103)](_0x126bce,_0x3932d4,_0x24a503);},'uufbb':_0x5b8230[_0x50cdc9(0x17d)],'BGwdv':_0x5b8230['tKhMB'],'tqhfV':function(_0x5df577,_0x404c31,_0x1db4a2,_0x2d9b43,_0x3d4276){return _0x5b8230['rUfmj'](_0x5df577,_0x404c31,_0x1db4a2,_0x2d9b43,_0x3d4276);},'QaNbU':_0x5b8230[_0x50cdc9(0x129)],'HDoYL':_0x5b8230[_0x50cdc9(0x1b0)],'BRKjc':function(_0x5026f7,_0x48e2ee,_0x3c545a){const _0x556e4c=_0x50cdc9;return _0x5b8230[_0x556e4c(0x1c3)](_0x5026f7,_0x48e2ee,_0x3c545a);},'lrsaJ':function(_0x5857d1,_0x482f70,_0x4cfe19){const _0x1c3336=_0x50cdc9;return _0x5b8230[_0x1c3336(0xab)](_0x5857d1,_0x482f70,_0x4cfe19);},'vKAZt':function(_0x33c587,_0xbb6589,_0x5dc976){return _0x5b8230['ShHoV'](_0x33c587,_0xbb6589,_0x5dc976);},'CNUpv':function(_0x2976e1,_0xa1ae74){const _0x26aa00=_0x50cdc9;return _0x5b8230[_0x26aa00(0xd1)](_0x2976e1,_0xa1ae74);}};PerformanceTester[_0x50cdc9(0x1c6)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4d3916=_0x50cdc9;if(helper[_0x4d3916(0x1a4)]()){helper[_0x4d3916(0x199)](_0x2f905c['capability']);_0x470766['sCNQX'](isAccessibilityAutomationSession)&&_0x470766[_0x4d3916(0x161)](setAccessibilityCapabilities,_0x2f905c);this['setServer'](),this['setCapabilities']();if(helper[_0x4d3916(0xbc)](_0x2f905c[_0x4d3916(0x18e)]['proxyUrl']))this[_0x4d3916(0xce)]=helper[_0x4d3916(0x12f)](_0x2f905c[_0x4d3916(0x18e)][_0x4d3916(0xbe)]);else _0x2f905c[_0x4d3916(0x18e)][_0x4d3916(0xbe)]&&(this[_0x4d3916(0x113)]=_0x2f905c['proxySettings'][_0x4d3916(0xbe)],logger[_0x4d3916(0x149)](_0x4d3916(0x18c)+this[_0x4d3916(0x113)]));if(_0x470766[_0x4d3916(0x176)](isAccessibilityAutomationSession)){const _0x15bab5=this['capabilities_'][_0x4d3916(0x117)](_0x470766[_0x4d3916(0xb7)])||{},_0x3b4bde=_0x15bab5[_0x4d3916(0xa6)]||this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x1da)])||this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x166)]);if(_0x3b4bde){const _0x3ef352=(_0x15bab5['platformName']||_0x15bab5[_0x4d3916(0x18b)]||this[_0x4d3916(0xc1)]['get'](_0x470766[_0x4d3916(0x1d5)])||this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x147)])||'')[_0x4d3916(0x162)](),_0x1a2c2a=(_0x15bab5[_0x4d3916(0x110)]||this[_0x4d3916(0xc1)]['get'](_0x470766['FdFCE'])||'')[_0x4d3916(0x162)]();_0x470766[_0x4d3916(0x18a)](_0x3ef352,_0x470766[_0x4d3916(0xc8)])&&_0x1a2c2a[_0x4d3916(0xee)](_0x470766[_0x4d3916(0xa4)])&&(_0x470766['sCNQX'](isMobileScanningEnabledForGroup)&&(logger[_0x4d3916(0x149)](_0x470766[_0x4d3916(0x10b)]),globals[_0x4d3916(0x11c)](_0x470766[_0x4d3916(0x171)],!![])));}}if(globals[_0x4d3916(0x1d3)](_0x470766[_0x4d3916(0x143)])){if(!_0x470766['vKDFs'](setExtension,this,_0x2f905c)){globals[_0x4d3916(0x11c)](_0x470766['Qqmhc'],![]);const _0x481e38=this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0xb7)]);_0x481e38&&(_0x481e38[_0x4d3916(0x1c7)]=![],delete _0x481e38[_0x4d3916(0x116)],this['capabilities_']['set'](_0x470766[_0x4d3916(0xb7)],_0x481e38)),this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x92)])&&(this[_0x4d3916(0xc1)][_0x4d3916(0xd9)](_0x470766[_0x4d3916(0x92)],![]),this['capabilities_']['delete'](_0x470766[_0x4d3916(0x145)]));}}process[_0x4d3916(0x164)][_0x4d3916(0x1bb)]&&(helper[_0x4d3916(0x1d8)](null,helper[_0x4d3916(0x120)](_0x2f905c),_0x2f905c[_0x4d3916(0x1d1)],null,this,null),helper[_0x4d3916(0x199)](_0x2f905c['capability'])),logger['debug'](_0x470766['RIPOE']);}else{if(this[_0x4d3916(0x19c)]){const _0x421e8b=this[_0x4d3916(0x19c)][_0x4d3916(0x117)](this[_0x4d3916(0x19c)][_0x4d3916(0x142)]||_0x470766['CNVfV']);if(_0x421e8b&&_0x421e8b[_0x4d3916(0x1a9)]){const _0x4fdd01=this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x9f)])||{},_0x396d3b=(_0x4fdd01[_0x4d3916(0x1a9)]||[])[_0x4d3916(0xa2)](_0x421e8b['args']||[]),_0x15ef88=Array[_0x4d3916(0x185)](new Set(_0x396d3b)),_0x1c8935={};_0x1c8935[_0x4d3916(0x1a9)]=_0x15ef88,this[_0x4d3916(0xc1)]['set'](_0x470766[_0x4d3916(0x9f)],Object[_0x4d3916(0x12e)]({},_0x4fdd01,_0x421e8b,_0x1c8935));}}if(_0x470766['JIdwm'](isAccessibilityAutomationSession)&&this[_0x4d3916(0x108)]()[_0x4d3916(0xee)](_0x470766[_0x4d3916(0xde)])){let _0x5bbd3e=!![];const _0xf8c4fd=this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0xb7)])||{},_0x1e55d1=_0xf8c4fd['deviceName']||this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x1da)])||this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x166)]);if(_0x1e55d1){const _0x3e80c0=(_0xf8c4fd[_0x4d3916(0x1ab)]||_0xf8c4fd[_0x4d3916(0x18b)]||this[_0x4d3916(0xc1)]['get'](_0x470766[_0x4d3916(0x1d5)])||this[_0x4d3916(0xc1)]['get'](_0x470766['nnqFw'])||'')['toLowerCase'](),_0x5201d7=(_0xf8c4fd[_0x4d3916(0x110)]||this['capabilities_'][_0x4d3916(0x117)](_0x470766[_0x4d3916(0xc3)])||'')[_0x4d3916(0x162)]();_0x470766[_0x4d3916(0x1af)](_0x3e80c0,_0x470766[_0x4d3916(0xc8)])&&_0x5201d7[_0x4d3916(0xee)](_0x470766[_0x4d3916(0xa4)])?!_0x470766[_0x4d3916(0x176)](isMobileScanningEnabledForGroup)?(logger[_0x4d3916(0x1e1)](MOBILE_SCANNING_DISABLED_WARNING),_0x5bbd3e=![]):(logger[_0x4d3916(0x149)](_0x470766[_0x4d3916(0x10b)]),globals['setGlobal'](_0x470766['liMnA'],!![])):(logger['warn'](_0x470766[_0x4d3916(0x1db)]),_0x5bbd3e=![]);}if(_0x5bbd3e){const _0x43c570=_0x470766[_0x4d3916(0x161)](parseFloat,_0xf8c4fd[_0x4d3916(0xf9)]||this['capabilities_'][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x156)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x385efa}=_0x470766[_0x4d3916(0x187)](require,_0x470766[_0x4d3916(0xe6)]),_0x2b8c0b=_0x470766[_0x4d3916(0x187)](parseFloat,_0x385efa);!_0x470766['REZAL'](isNaN,_0x43c570)&&_0x470766[_0x4d3916(0xd4)](_0x43c570,_0x2b8c0b)&&(logger[_0x4d3916(0x1e1)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+_0x385efa+'.'),_0x5bbd3e=![]);}if(_0x5bbd3e){_0x470766[_0x4d3916(0x187)](setAccessibilityCapabilities,_0x2f905c),this['setCapabilities']();if(process[_0x4d3916(0x164)][_0x4d3916(0x1c4)]){let _0x110c62={};try{process[_0x4d3916(0x164)][_0x4d3916(0x1df)]&&(_0x110c62=JSON[_0x4d3916(0xc9)](process[_0x4d3916(0x164)][_0x4d3916(0x1df)]));}catch(_0xd5e79c){logger['debug'](_0x4d3916(0xb8)+_0xd5e79c);}const _0x457659=helper[_0x4d3916(0x120)](_0x2f905c),_0x26b336=this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0xb7)]);if(_0x470766['gqtEu'](_0x457659,![])&&(_0x26b336||!this[_0x4d3916(0xc1)]['get'](_0x470766[_0x4d3916(0x92)]))){const _0xb615dc=_0x470766[_0x4d3916(0x136)](_0x26b336,{});_0xb615dc[_0x4d3916(0x1c7)]=!![];const _0x233151={};_0x233151[_0x4d3916(0x123)]=process[_0x4d3916(0x164)][_0x4d3916(0x1c4)],_0x233151[_0x4d3916(0xfd)]=_0x110c62['scannerVersion'],_0xb615dc[_0x4d3916(0x116)]=Object[_0x4d3916(0x12e)]({},_0xb615dc[_0x4d3916(0x116)],_0x233151),this['capabilities_'][_0x4d3916(0xd9)](_0x470766[_0x4d3916(0xb7)],_0xb615dc);}else{this['capabilities_'][_0x4d3916(0xd9)](_0x470766[_0x4d3916(0x92)],!![]);const _0x296497=this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766[_0x4d3916(0x145)])||{},_0x3d318c={};_0x3d318c[_0x4d3916(0x123)]=process['env'][_0x4d3916(0x1c4)],_0x3d318c['scannerVersion']=_0x110c62['scannerVersion'],this[_0x4d3916(0xc1)]['set'](_0x470766[_0x4d3916(0x145)],Object[_0x4d3916(0x12e)]({},_0x296497,_0x3d318c));}}if(!_0x470766['kTdYZ'](setExtension,this,_0x2f905c)){globals[_0x4d3916(0x11c)](_0x470766['Qqmhc'],![]);const _0x2f666c=this[_0x4d3916(0xc1)][_0x4d3916(0x117)](_0x470766['Dpbie']);_0x2f666c&&(_0x2f666c['accessibility']=![],delete _0x2f666c[_0x4d3916(0x116)],this['capabilities_'][_0x4d3916(0xd9)](_0x470766['Dpbie'],_0x2f666c)),this['capabilities_']['get'](_0x470766[_0x4d3916(0x92)])&&(this[_0x4d3916(0xc1)][_0x4d3916(0xd9)](_0x470766[_0x4d3916(0x92)],![]),this['capabilities_'][_0x4d3916(0x186)](_0x470766[_0x4d3916(0x145)]));}}}if(_0x470766[_0x4d3916(0x176)](isAccessibilityAutomationSession)&&!this[_0x4d3916(0x108)]()['includes'](_0x470766[_0x4d3916(0xde)]))try{_0x470766[_0x4d3916(0x187)](hasLegacyHeadlessArg,this)?(logger[_0x4d3916(0x1e1)](_0x470766[_0x4d3916(0xfc)]),globals[_0x4d3916(0x11c)](_0x470766[_0x4d3916(0x143)],![])):helper[_0x4d3916(0x1d8)](null,helper[_0x4d3916(0x120)](_0x2f905c),_0x2f905c['framework'],null,this,null);}catch(_0xad1ebf){logger[_0x4d3916(0x149)](_0x4d3916(0x1d0)+util[_0x4d3916(0xcc)](_0xad1ebf));}}})();const _0x3a4713=super[_0x50cdc9(0x146)]();return PerformanceTester[_0x50cdc9(0x1c6)](PerformanceEvents[_0x50cdc9(0xca)],()=>{const _0x5526ec=_0x50cdc9,_0x317061={'CEOKI':function(_0x53e913,_0x32e967,_0x59ee1a){const _0x111dcf=a175_0x3e8b;return _0x5b8230[_0x111dcf(0x93)](_0x53e913,_0x32e967,_0x59ee1a);},'DKXQm':_0x5b8230[_0x5526ec(0x129)],'lWujd':_0x5b8230['RHkju'],'Qmege':function(_0x91e25c,_0x38929d,_0x399c7a,_0x29449c,_0x4f054c){const _0x36593c=_0x5526ec;return _0x5b8230[_0x36593c(0x165)](_0x91e25c,_0x38929d,_0x399c7a,_0x29449c,_0x4f054c);},'ldLKZ':function(_0x386002,_0xb3f4a3){const _0xb2b01d=_0x5526ec;return _0x5b8230[_0xb2b01d(0xe1)](_0x386002,_0xb3f4a3);}};_0x3a4713['session_']['then'](_0x2afb51=>{const _0x2fed13=_0x5526ec,_0xc3467e=_0x2afb51['caps_'];if(!helper[_0x2fed13(0x1a4)]()&&_0x470766[_0x2fed13(0x176)](isAccessibilityAutomationSession)){const _0x2ca8cc=_0x470766[_0x2fed13(0xa3)](nonBstackPlatformValidation,_0xc3467e,this);globals[_0x2fed13(0x11c)](_0x470766['Qqmhc'],_0x2ca8cc);if(!_0x2ca8cc){const _0x334d1e=this[_0x2fed13(0xc1)][_0x2fed13(0x117)](_0x470766[_0x2fed13(0xb7)]);_0x334d1e&&(_0x334d1e['accessibility']=![],delete _0x334d1e[_0x2fed13(0x116)],this[_0x2fed13(0xc1)][_0x2fed13(0xd9)](_0x470766[_0x2fed13(0xb7)],_0x334d1e)),this['capabilities_'][_0x2fed13(0x117)](_0x470766[_0x2fed13(0x92)])&&(this[_0x2fed13(0xc1)][_0x2fed13(0xd9)](_0x470766[_0x2fed13(0x92)],![]),this[_0x2fed13(0xc1)][_0x2fed13(0x186)](_0x470766[_0x2fed13(0x145)]));}}}),_0x3a4713[_0x5526ec(0x1a6)][_0x5526ec(0x11b)](_0x408b99=>{const _0x7180b0=_0x5526ec;try{logger[_0x7180b0(0x149)](_0x7180b0(0x13d)+_0x408b99[_0x7180b0(0x1c0)]());const _0x186769=_0x408b99['caps_'][_0x7180b0(0x117)](_0x470766[_0x7180b0(0x17f)]);_0x186769?(logger[_0x7180b0(0x149)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x186769),hubAllocator['updateHubUrl'](_0x186769,_0x408b99[_0x7180b0(0x1c0)]()),helper[_0x7180b0(0xed)](_0x186769)):logger[_0x7180b0(0x149)](_0x470766[_0x7180b0(0x105)]);}catch(_0x1fc87f){logger[_0x7180b0(0x149)](_0x7180b0(0x104)+_0x1fc87f);}}),_0x3a4713[_0x5526ec(0x1ad)]=0x0,_0x3a4713['then']&&_0x3a4713['then'](_0x3929cb=>{const _0x3664d4=_0x5526ec,_0x527e2b={'hDfif':function(_0x212082,_0x4aa29b,_0x4ac82f){const _0x2430cf=a175_0x3e8b;return _0x470766[_0x2430cf(0x192)](_0x212082,_0x4aa29b,_0x4ac82f);},'mcavk':function(_0x465ecf,_0x3de6d1,_0x248561,_0x9b705e,_0x40bac8){const _0x2c4189=a175_0x3e8b;return _0x470766[_0x2c4189(0xba)](_0x465ecf,_0x3de6d1,_0x248561,_0x9b705e,_0x40bac8);},'UcNAL':function(_0x3da79a,_0x44fcaa){const _0x312aa3=a175_0x3e8b;return _0x470766[_0x312aa3(0x136)](_0x3da79a,_0x44fcaa);},'ZgejV':_0x470766[_0x3664d4(0x17e)],'GiQtN':_0x470766[_0x3664d4(0xb3)]};helper[_0x3664d4(0xd8)](_0x3929cb,_0x3a4713),_0x216de5&&_0x470766['vzZhi'](overrideTakeScreenshot,_0x3929cb),helper[_0x3664d4(0xfb)](_0x3929cb,_0x2f905c),_0x470766[_0x3664d4(0x9b)](overrideExecute,_0x3929cb,_0x2f905c),_0x470766['vKDFs'](propagateJestSessionName,_0x3929cb,_0x53e192),_0x2f905c['capability']&&percyHelper[_0x3664d4(0x109)](_0x3929cb,_0x373883[_0x3664d4(0x91)],_0x2f905c),_0x3929cb[_0x3664d4(0x1a7)]=async()=>{const _0x1aa5f8=_0x3664d4;return await _0x317061[_0x1aa5f8(0x1b6)](getAccessibilityResultsSummary,_0x3929cb,global);},_0x3929cb['getAccessibilityResults']=async()=>{const _0x437faa=_0x3664d4;return await _0x527e2b[_0x437faa(0x150)](getAccessibilityResults,_0x3929cb,global);},_0x3929cb[_0x3664d4(0x141)]=async _0x3f1a9b=>{return await _0x527e2b['mcavk'](performScan,_0x3929cb,null,!![],_0x527e2b['UcNAL'](_0x3f1a9b,null));},_0x3929cb[_0x3664d4(0xf3)]=async _0x45ff4c=>{const _0xeb3f98=_0x3664d4;globals['setGlobal'](_0x527e2b[_0xeb3f98(0xea)],!![]),globals[_0xeb3f98(0x11c)](_0x527e2b[_0xeb3f98(0x184)],_0x527e2b[_0xeb3f98(0x14c)](_0x45ff4c,null));},_0x3929cb[_0x3664d4(0xaa)]=async()=>{const _0x27fc12=_0x3664d4;globals[_0x27fc12(0x11c)](_0x317061[_0x27fc12(0x16d)],![]),globals[_0x27fc12(0x11c)](_0x317061['lWujd'],null);};}),_0x3a4713[_0x5526ec(0x1a7)]=async()=>{const _0xd027b6=_0x5526ec;return await _0x470766[_0xd027b6(0x1cc)](getAccessibilityResultsSummary,_0x3a4713,global);},_0x3a4713[_0x5526ec(0xb6)]=async()=>{const _0x155a4f=_0x5526ec;return await _0x470766[_0x155a4f(0xdb)](getAccessibilityResults,_0x3a4713,global);},_0x3a4713['performScan']=async _0x383ab7=>{const _0x51233d=_0x5526ec;return await _0x317061['Qmege'](performScan,_0x3a4713,null,!![],_0x317061[_0x51233d(0x114)](_0x383ab7,null));},_0x3a4713[_0x5526ec(0xf3)]=async _0x43d00c=>{const _0x203835=_0x5526ec;globals[_0x203835(0x11c)](_0x470766['QaNbU'],!![]),globals[_0x203835(0x11c)](_0x470766[_0x203835(0xb3)],_0x470766[_0x203835(0xcd)](_0x43d00c,null));},_0x3a4713[_0x5526ec(0xaa)]=async()=>{const _0x4fc4db=_0x5526ec;globals['setGlobal'](_0x317061[_0x4fc4db(0x16d)],![]),globals[_0x4fc4db(0x11c)](_0x317061[_0x4fc4db(0x125)],null);},_0x216de5&&_0x5b8230[_0x5526ec(0x9a)](overrideTakeScreenshot,_0x3a4713),helper[_0x5526ec(0xd8)](_0x3a4713),helper[_0x5526ec(0xfb)](_0x3a4713,_0x2f905c),_0x5b8230['yYYCy'](overrideExecute,_0x3a4713,_0x2f905c),_0x5b8230[_0x5526ec(0x160)](propagateJestSessionName,_0x3a4713,_0x53e192,_0x5b8230[_0x5526ec(0x126)]),_0x2f905c['capability']&&percyHelper[_0x5526ec(0x109)](_0x3a4713,_0x373883[_0x5526ec(0x91)],_0x2f905c);helper[_0x5526ec(0x19d)](global[_0x5526ec(0xd6)])&&(global['__driversArray']=[]);helper[_0x5526ec(0x19d)](global[_0x5526ec(0x1b9)])&&(global[_0x5526ec(0x1b9)]=[]);global[_0x5526ec(0xd6)][_0x5526ec(0xe9)](_0x3a4713),global[_0x5526ec(0x159)]=_0x3a4713,_0x53e192&&(_0x53e192[_0x5526ec(0xc4)][_0x5526ec(0x159)]=_0x3a4713);_0x5b8230[_0x5526ec(0xa5)](global[_0x5526ec(0x1b9)],undefined)&&global[_0x5526ec(0x1b9)]['push'](_0x3a4713);_0x53e192&&helper[_0x5526ec(0x19d)](_0x53e192[_0x5526ec(0xc4)][_0x5526ec(0x1b9)])&&(_0x53e192['global']['__drivers']=[]);_0x53e192&&helper[_0x5526ec(0x19d)](_0x53e192[_0x5526ec(0xc4)]['__driversArray'])&&(_0x53e192[_0x5526ec(0xc4)]['__driversArray']=[]);_0x53e192&&_0x5b8230[_0x5526ec(0xa5)](_0x53e192[_0x5526ec(0xc4)]['__drivers'],undefined)&&(_0x53e192[_0x5526ec(0xc4)][_0x5526ec(0x1b9)][_0x5526ec(0xe9)](_0x3a4713),_0x53e192[_0x5526ec(0xc4)]['__driversArray'][_0x5526ec(0xe9)](_0x3a4713));_0x3a4713[_0x5526ec(0x12b)]=globals[_0x5526ec(0x1d3)](_0x5b8230['JBgSx']);try{global[_0x5526ec(0x1b9)][0x0]['session_'][_0x5526ec(0x11b)](_0x1eef60=>{const _0x47207b=_0x5526ec;logger[_0x47207b(0x149)](_0x47207b(0x17c)+_0x1eef60[_0x47207b(0x1c0)]()+_0x47207b(0x122));})[_0x5526ec(0x137)](_0x17297b=>{const _0x37ac8c=_0x5526ec;logger[_0x37ac8c(0x149)](_0x37ac8c(0x1b8)+_0x17297b);});}catch(_0x486483){logger[_0x5526ec(0x149)](_0x5526ec(0x1b8)+_0x486483);}globals[_0x5526ec(0x11c)](_0x5b8230[_0x5526ec(0x189)],globals[_0x5526ec(0x1d3)](_0x5b8230['JBgSx']));})(),_0x3a4713;}}_0x53e192&&(globals[_0x2a979b(0xe8)]=_0x53e192[_0x2a979b(0xc4)][_0x2a979b(0xe8)]);if(_0x5b8230[_0x2a979b(0xc2)](isAccessibilityAutomationSession))try{let _0x4161bb=helper[_0x2a979b(0x15f)](_0x5b8230[_0x2a979b(0x16e)],_0x5b8230[_0x2a979b(0xec)])['WebDriver'];(!_0x4161bb[_0x2a979b(0xb4)]||!_0x4161bb['prototype'][_0x2a979b(0xa9)])&&(_0x4161bb=helper[_0x2a979b(0x15f)](_0x5b8230['KTTVg'],_0x5b8230[_0x2a979b(0xec)])['Executor']);if(_0x4161bb[_0x2a979b(0xb4)]&&_0x4161bb[_0x2a979b(0xb4)][_0x2a979b(0xa9)]){const _0x54336=_0x4161bb[_0x2a979b(0xb4)]['execute'];logger[_0x2a979b(0x149)](_0x5b8230['WaDNt']),_0x4161bb[_0x2a979b(0xb4)]['execute']=async function(){const _0x5b598a=_0x2a979b;try{!globals[_0x5b598a(0x1d3)](_0x5b8230[_0x5b598a(0x111)])&&globals[_0x5b598a(0x1d3)](_0x5b8230[_0x5b598a(0x189)])&&globals[_0x5b598a(0x1d3)](_0x5b8230[_0x5b598a(0x129)])&&scripts[_0x5b598a(0x178)](arguments[0x0]['name_'])&&!_0x5b8230[_0x5b598a(0xd0)](isBrowserStackCommandExecutor,arguments[0x0][_0x5b598a(0x1d4)])&&(globals[_0x5b598a(0x11c)](_0x5b8230[_0x5b598a(0x111)],!![]),logger[_0x5b598a(0x149)](_0x5b598a(0x19e)+arguments[0x0][_0x5b598a(0x1a5)]),await _0x5b8230['EAhsh'](performScan,global[_0x5b598a(0x159)],arguments[0x0][_0x5b598a(0x1a5)]));}catch(_0x263973){logger['debug']('Failed\x20to\x20perform\x20scan\x20'+util[_0x5b598a(0xcc)](_0x263973));}return globals['setGlobal'](_0x5b8230[_0x5b598a(0x111)],![]),_0x54336[_0x5b598a(0x12a)](this,arguments);};}}catch(_0x3cc85c){logger[_0x2a979b(0x149)](_0x5b8230[_0x2a979b(0xd2)](_0x5b8230[_0x2a979b(0x14d)],_0x3cc85c));}return _0x373883['originalBuilder']=_0x373883[_0x2a979b(0x1a1)],_0x373883[_0x2a979b(0x1a1)]=_0x18223d,_0x3835c0[_0x2a979b(0xa7)]=_0x1a612b,_0x373883;};module[a175_0x53bd8b(0x144)][a175_0x53bd8b(0x1aa)]=modify,module[a175_0x53bd8b(0x144)][a175_0x53bd8b(0xb1)]=modifyV2,module['exports'][a175_0x53bd8b(0x16b)]=percySDK,module[a175_0x53bd8b(0x144)][a175_0x53bd8b(0xcb)]=BrowserStackSdk,module['exports'][a175_0x53bd8b(0x13e)]=modifyPlaywrightConfig;try{require(a175_0x53bd8b(0xff))[a175_0x53bd8b(0x1cd)]();}catch(a175_0x3e1435){logger['debug'](a175_0x53bd8b(0x13a)+(a175_0x3e1435&&a175_0x3e1435['message']));}module[a175_0x53bd8b(0x144)]['_installDriverInitFailureCapture']=require(a175_0x53bd8b(0xff))['installAll'],module[a175_0x53bd8b(0x144)]['TestClient']=require(a175_0x53bd8b(0x1c2));