browserstack-node-sdk 1.66.3 → 1.67.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/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/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a179_0x19bd(){const _0x4d469f=['gqpCC','xhtmA','split','chromeOptions_','HOcLr','VgOEZ','getAccessibilityResultsSummary','tKJzf','ZBfgM','updateHubUrl','patchDriverPercy','getHttpAgent','object','luCBZ','FhtDc','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./helpers/globals','ZVcxq','./bin/mocha/accessibility-automation/helper','asDoj','rblJj','prototype','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','5282gtkoom','browserstackSessionName','HYgyT','message','edgeOptions_','awVSs','delete','HCuQL','browserstackAgent','uJNfD','8828160YupJOV','wSjTa','getHubUrl','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','proxyUrl','caps_','__driver','vXkaN','installAll','PtTuu','AtPAc','execute','fSmrF','CyzXP','rRXEN','1602BGrRLq','path','SDK_PRE_INITIALIZE','getGlobal','IDRGs','UOzyn','aIHxc','kkNNA','ujXRl','WexTY','jlbTT','bGqGp','keys','setting\x20driver\x20Session\x20ID:\x20','_installDriverInitFailureCapture','SLAcL','hobdb','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','dxzQh','android','__drivers','NXElA','format','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','380wTbNFf','setServer','fbvKG','assign','isPacProxy','browserstack.com','hwhZi','options_','prepareCapabilities','isTurboScaleSession','oxDAX','exfIU','./helpers/accessibility-automation/helper','getServerUrl','Proxy\x20set\x20to\x20','bstackA11yScanOptions','startA11yScanning','mUWYx','logLevel','driver-init\x20capture\x20install\x20failed:\x20','nXLXD','parse','args','Nkhax','scannerVersion','ZbtpO','LHlXn','device','XTCkN','ZcqOx','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','NgORB','framework','voHTi','Session\x20ID:\x20','capabilities','387279VHMQmd','16770OPcQCp','optimalHubUrl','ovitO','firefoxOptions_','duSIG','then','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','TvUxR','info','from','DeLcT','BROWSERSTACK_TURBOSCALE','capability','proxy_','name_','bXgNT','safariOptions_','getId','frKbW','pewEU','setCapabilities','bstackA11yShouldScan','qHkFS','set','browserVersion','Modifying\x20webdriver\x20builder','se:ieOptions','./helpers/accessibility-automation/constants','session_','eWKJf','LvbqN','./bin/playwright/modifyPlaywrightConf','get','ZhOSC','requireSeleniumWebdriver','vsXEK','RJNYW','vUSjW','Hub\x20url\x20set\x20to\x20','exports','wxxCO','safari.options','WebElement','performScan','OGjdH','sYGEh','selenium-webdriver/lib/webdriver.js','capabilities_','VZoDr','SDK_POST_INITIALIZE','measureWrapper','IXLHd','CBRkW','iJHEb','nkOrE','overrideGet','OQeNQ','hhtHF','zxCfO','isMobilePlatform','HZMnY','browserName','ArIoz','/wd/hub','VEZCr','NZoYw','EwUmo','apply','Hhuca','jwczR','sSYdv','./helpers/driverInitErrorReporter','browserstack.accessibilityOptions','originalBuilder','Setting\x20Browserstack\x20capabilities','uvooI','LUOMx','ieOptions_','YtfCe','cYEMV','./helpers/performance/constants','deviceName','ANgKZ','rJfwC','./hubAllocationMethods','mCQof','5161681ScByif','firefoxOptions','DBnEK','./browserStackSdk','./helpers/performance/performance-tester','OSZbT','./helpers/percy/PercySDK','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isAccessibilityPlatform','util','wJHDn','hIooh','setGlobal','env','nZZUD','rnPYC','nXowx','XTpEI','cCnit','DKyRk','ZbPgr','CKJIZ','kTBOx','PCFFr','isUndefined','hKpTD','global','BrowserStackSdk','accessibility','ms:edgeOptions','ylFDM','luIGt','bzGUG','chromeOptions','includes','https://','./bin/node-generic/client','rQPJQ','__driversArray','tZkIg','rCjhV','vtWlF','error','DcUiA','WGOPw','WkXVx','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','GLIMw','7941076wJckym','forEach','mergeDeep','AKnVV','FcKtt','./helpers/helper','storeOptimalHubUrl','Failed\x20to\x20perform\x20scan\x20','consumeHubUrlForSession','browserstack.accessibility','requireModule','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','browserStackGlobals','XDhrb','New\x20hub\x20url\x20set\x20to\x20','stopA11yScanning','QUxGF','fugiQ','xDbiJ','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','HpulN','bstackAllyScanning','dQyzq','pJopa','QKMyf','ejRqu','AfsJo','yPhcQ','getRequestOptions','./helpers/patchHelpers','agent_','HttpClient','FtNjW','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','send','shouldWrapCommand','vGpGw','fBMkB','ELDUh','61hvXlEB','Unable\x20to\x20find\x20executor\x20class\x20','goog:chromeOptions','requireHttpClient','wNQyQ','./helpers/logger','aJyPi','25105GjiqLb','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','browserStackLogLevel','wEFJX','BS_A11Y_JWT','useW3C','ndtNV','platform','getAccessibilityResults','debug','edgeOptions','kCAtH','proxySettings','BCmmF','accessibilityOptions','./helpers/percy/utils','Builder','push','catch','tyMgv','nUoyU','GqnDx','UkEiR','MPGWi','authToken','warn','RMoNr','__setBrowserOptions','wAlDb','bstack:options','xzcjF','parameters_','\x20to\x20global\x20drivers\x20array','Executor','OoSfR','KwWMQ','dzcoP','iRplI','vAfRw','cNYCq','WrPXj','yBseB','moz:firefoxOptions','qJFjW','dZwdH','VpILf','isBrowserstackInfra','zzjyr','selenium-webdriver','setAdditionalCapabilities','oTQqv','16yQSDtu','percy','build','toLowerCase','concat','length','DkWCF','KWbpV','zDBti','platformName','Modifying\x20webdriver\x20execute','url_','eNwqj','ohYwS','winstonLogger','CBcQf','oLJRI','CAPABILITY_KEY','dhtYq','IGoBh'];a179_0x19bd=function(){return _0x4d469f;};return a179_0x19bd();}const a179_0x1aade0=a179_0x3d58;(function(_0x51a6b6,_0x17eca9){const _0xddf099=a179_0x3d58,_0xc03030=_0x51a6b6();while(!![]){try{const _0x24a8eb=parseInt(_0xddf099(0x261))/0x1*(parseInt(_0xddf099(0x2c6))/0x2)+-parseInt(_0xddf099(0x31c))/0x3*(-parseInt(_0xddf099(0x29b))/0x4)+-parseInt(_0xddf099(0x268))/0x5*(parseInt(_0xddf099(0x2df))/0x6)+parseInt(_0xddf099(0x20a))/0x7+-parseInt(_0xddf099(0x2d0))/0x8+-parseInt(_0xddf099(0x31b))/0x9*(-parseInt(_0xddf099(0x2f7))/0xa)+parseInt(_0xddf099(0x23a))/0xb;if(_0x24a8eb===_0x17eca9)break;else _0xc03030['push'](_0xc03030['shift']());}catch(_0x3c2591){_0xc03030['push'](_0xc03030['shift']());}}}(a179_0x19bd,0xcb913));const util=require(a179_0x1aade0(0x213)),{overrideTakeScreenshot}=require(a179_0x1aade0(0x257)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a179_0x1aade0(0x303)),{setAccessibilityCapabilities,setExtension}=require(a179_0x1aade0(0x2c1)),helper=require(a179_0x1aade0(0x23f)),logger=require(a179_0x1aade0(0x266))[a179_0x1aade0(0x2a9)],hubAllocator=require(a179_0x1aade0(0x208)),percySDK=require(a179_0x1aade0(0x210)),percyHelper=require(a179_0x1aade0(0x277)),BrowserStackSdk=require(a179_0x1aade0(0x20d)),modifyPlaywrightConfig=require(a179_0x1aade0(0x1d3)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a179_0x1aade0(0x2bf)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a179_0x1aade0(0x20e)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a179_0x1aade0(0x204)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x3059e2=>{const _0x36323a=a179_0x1aade0,_0x43eb1c={'DcUiA':function(_0x45b57c,_0x497880){return _0x45b57c!==_0x497880;},'qHkFS':'/session','rRXEN':function(_0x4c4dd5,_0x2113a7){return _0x4c4dd5+_0x2113a7;},'AazoM':'https://','AtPAc':'/wd/hub','uJNfD':_0x36323a(0x263),'wEFJX':_0x36323a(0x22b),'ANgKZ':_0x36323a(0x227),'hhtHF':'edgeOptions','Boszm':'moz:firefoxOptions','UOzyn':'firefoxOptions','hobdb':'safari.options','bzGUG':_0x36323a(0x1ce),'dBJcw':'ieOptions','ZbPgr':function(_0x475fbe,_0x18ae50){return _0x475fbe===_0x18ae50;},'ujXRl':_0x36323a(0x2bb),'CBcQf':_0x36323a(0x1fe),'luCBZ':'optimalHubUrl','NizUw':_0x36323a(0x322),'vXkaN':function(_0x74ecf2,_0x583fce,_0x22637f){return _0x74ecf2(_0x583fce,_0x22637f);},'ovitO':function(_0x3ea398,_0x53213b,_0x284640,_0x54911b,_0x48e491){return _0x3ea398(_0x53213b,_0x284640,_0x54911b,_0x48e491);},'DKyRk':function(_0x42a040,_0x370626){return _0x42a040||_0x370626;},'RJNYW':function(_0x1522d5,_0xe5d991,_0x10065f){return _0x1522d5(_0xe5d991,_0x10065f);},'GLIMw':'bstackA11yShouldScan','ZVcxq':_0x36323a(0x306),'FVnWN':function(_0x20533d){return _0x20533d();},'zDBti':function(_0x3e95fd,_0x195248){return _0x3e95fd(_0x195248);},'wyAIp':_0x36323a(0x285),'XDhrb':'device','QUxGF':_0x36323a(0x205),'kmJhD':'platformName','OoSfR':'platform','REroB':'browserName','VgOEZ':function(_0x70d8d6,_0x220e8c){return _0x70d8d6===_0x220e8c;},'NEyBQ':_0x36323a(0x2f2),'ELDUh':'chrome','LcmhP':_0x36323a(0x24d),'Hhuca':_0x36323a(0x1ef),'vsXEK':_0x36323a(0x212),'kkNNA':'browserstack.accessibility','uGBDd':_0x36323a(0x1fc),'eouMM':_0x36323a(0x245),'xzcjF':function(_0x4891d3,_0x5e1c61,_0x4a1f5f){return _0x4891d3(_0x5e1c61,_0x4a1f5f);},'NgORB':_0x36323a(0x2be),'ohYwS':_0x36323a(0x1cd)};logger[_0x36323a(0x324)](_0x43eb1c[_0x36323a(0x316)]),logger[_0x36323a(0x271)](_0x43eb1c[_0x36323a(0x2a8)]);const _0x6a93be=helper[_0x36323a(0x1d6)](),_0x19e933=helper[_0x36323a(0x264)]();class _0x21aa4d extends _0x19e933[_0x36323a(0x259)]{['send'](_0x5361fc){const _0x498a39=_0x36323a;if(_0x43eb1c[_0x498a39(0x235)](_0x5361fc[_0x498a39(0x2e0)],_0x43eb1c[_0x498a39(0x1ca)]))try{const _0x11d351=_0x5361fc[_0x498a39(0x2e0)]['split']('/')[0x2];if(_0x11d351){const _0x4c1f02=hubAllocator[_0x498a39(0x242)](_0x11d351);if(_0x4c1f02){const _0x287080=_0x43eb1c[_0x498a39(0x2de)](_0x43eb1c[_0x498a39(0x2de)](_0x43eb1c['AazoM'],_0x4c1f02),_0x43eb1c[_0x498a39(0x2da)]);this[_0x498a39(0x2fe)]=hubAllocator[_0x498a39(0x256)](_0x287080),logger[_0x498a39(0x271)](_0x498a39(0x248)+_0x287080);}}}catch(_0x418eb7){logger[_0x498a39(0x234)](_0x418eb7);}return super[_0x498a39(0x25c)](_0x5361fc);}}class _0x28c2e9 extends _0x6a93be[_0x36323a(0x278)]{[_0x36323a(0x283)](_0x19c069){const _0x417540=_0x36323a;let _0x23b811={};for(const _0x2ad9fb in _0x19c069){switch(_0x2ad9fb){case _0x43eb1c[_0x417540(0x2cf)]:case _0x43eb1c[_0x417540(0x26b)]:this[_0x417540(0x2b2)]&&(_0x23b811=this['chromeOptions_']['get'](this['chromeOptions_'][_0x417540(0x2ac)])||{},this['chromeOptions_'][_0x417540(0x1cb)](this[_0x417540(0x2b2)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c[_0x417540(0x206)]:case _0x43eb1c[_0x417540(0x1ed)]:this[_0x417540(0x2ca)]&&(_0x23b811=this[_0x417540(0x2ca)][_0x417540(0x1d4)](this['edgeOptions_'][_0x417540(0x2ac)])||{},this['edgeOptions_'][_0x417540(0x1cb)](this['edgeOptions_'][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c['Boszm']:case _0x43eb1c[_0x417540(0x2e4)]:this['firefoxOptions_']&&(_0x23b811=this[_0x417540(0x31f)][_0x417540(0x1d4)](this[_0x417540(0x31f)][_0x417540(0x2ac)])||{},this['firefoxOptions_'][_0x417540(0x1cb)](this[_0x417540(0x31f)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c[_0x417540(0x2ef)]:this['safariOptions_']&&(_0x23b811=this[_0x417540(0x1c4)][_0x417540(0x1d4)](this[_0x417540(0x1c4)][_0x417540(0x2ac)])||{},this[_0x417540(0x1c4)][_0x417540(0x1cb)](this[_0x417540(0x1c4)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c[_0x417540(0x22a)]:case _0x43eb1c['dBJcw']:this[_0x417540(0x201)]&&(_0x23b811=this['ieOptions_']['get'](this[_0x417540(0x201)][_0x417540(0x2ac)])||{},this[_0x417540(0x201)][_0x417540(0x1cb)](this[_0x417540(0x201)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;}}}[_0x36323a(0x2f8)](){const _0x43425c=_0x36323a;return this[_0x43425c(0x2a6)]=helper['getHubUrl'](_0x3059e2),logger['debug'](_0x43425c(0x1da)+this[_0x43425c(0x2a6)]),this;}[_0x36323a(0x1c8)](){const _0x2ebce3=_0x36323a;return logger[_0x2ebce3(0x271)](_0x43eb1c[_0x2ebce3(0x2aa)]),this['__setBrowserOptions'](_0x3059e2['capability']),Object[_0x2ebce3(0x2eb)](_0x3059e2[_0x2ebce3(0x328)])['forEach'](_0x2546de=>{const _0x1a4668=_0x2ebce3,_0x354f87=this['capabilities_'][_0x1a4668(0x1d4)](_0x2546de);_0x43eb1c[_0x1a4668(0x21e)](typeof _0x354f87,_0x43eb1c[_0x1a4668(0x2e7)])?this[_0x1a4668(0x1e3)][_0x1a4668(0x1cb)](_0x2546de,helper[_0x1a4668(0x23c)](_0x354f87,_0x3059e2['capability'][_0x2546de])):this[_0x1a4668(0x1e3)][_0x1a4668(0x1cb)](_0x2546de,_0x3059e2[_0x1a4668(0x328)][_0x2546de]);}),this;}[_0x36323a(0x29d)](){const _0xd393c8=_0x36323a,_0x17d965={'nXLXD':function(_0x54a037){return _0x43eb1c['FVnWN'](_0x54a037);},'XmQVg':function(_0x201706,_0x4794ff){const _0x5f15d5=a179_0x3d58;return _0x43eb1c[_0x5f15d5(0x2a3)](_0x201706,_0x4794ff);},'BCmmF':_0x43eb1c['wyAIp'],'mCQof':_0x43eb1c[_0xd393c8(0x247)],'vAfRw':_0x43eb1c[_0xd393c8(0x24a)],'ZeTDO':_0x43eb1c['kmJhD'],'ArIoz':_0x43eb1c[_0xd393c8(0x28a)],'MPGWi':_0x43eb1c['REroB'],'ZbtpO':function(_0x38d393,_0x19b5f2){const _0x13606a=_0xd393c8;return _0x43eb1c[_0x13606a(0x2b4)](_0x38d393,_0x19b5f2);},'cNYCq':_0x43eb1c['NEyBQ'],'kjAhh':_0x43eb1c[_0xd393c8(0x260)],'CKJIZ':_0x43eb1c['LcmhP'],'vUSjW':_0x43eb1c[_0xd393c8(0x1f8)],'nUoyU':_0x43eb1c[_0xd393c8(0x1d7)],'HCuQL':function(_0x33c769,_0x18f894,_0x1f2c30){const _0x4ff8a8=_0xd393c8;return _0x43eb1c[_0x4ff8a8(0x2d7)](_0x33c769,_0x18f894,_0x1f2c30);},'fbvKG':_0x43eb1c[_0xd393c8(0x2e6)],'rCjhV':_0x43eb1c['uGBDd'],'tKJzf':_0x43eb1c['eouMM'],'nZZUD':function(_0x4d189c,_0x48d3dd,_0x115ca6){const _0x15a67d=_0xd393c8;return _0x43eb1c[_0x15a67d(0x2d7)](_0x4d189c,_0x48d3dd,_0x115ca6);},'PtTuu':_0x43eb1c[_0xd393c8(0x239)],'aJyPi':_0x43eb1c[_0xd393c8(0x2c0)],'tGGfq':function(_0x1e1f4d,_0x1866b4){return _0x43eb1c['DKyRk'](_0x1e1f4d,_0x1866b4);},'xOOSl':function(_0x64c4bd,_0x4ed6bf,_0x125591){const _0x577b7f=_0xd393c8;return _0x43eb1c[_0x577b7f(0x286)](_0x64c4bd,_0x4ed6bf,_0x125591);},'bXgNT':function(_0x3b25bc,_0x347af6){const _0x57c090=_0xd393c8;return _0x43eb1c[_0x57c090(0x21d)](_0x3b25bc,_0x347af6);}};PerformanceTester[_0xd393c8(0x1e6)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x39098e=_0xd393c8;_0x17d965[_0x39098e(0x30b)](isAccessibilityAutomationSession)&&_0x17d965['XmQVg'](setAccessibilityCapabilities,_0x3059e2);this[_0x39098e(0x2f8)](),this[_0x39098e(0x1c8)]();if(helper['isPacProxy'](_0x3059e2['proxySettings']['proxyUrl']))this[_0x39098e(0x258)]=helper[_0x39098e(0x2ba)](_0x3059e2[_0x39098e(0x274)]['proxyUrl']);else _0x3059e2[_0x39098e(0x274)]['proxyUrl']&&(this[_0x39098e(0x329)]=_0x3059e2[_0x39098e(0x274)][_0x39098e(0x2d4)],logger[_0x39098e(0x271)](_0x39098e(0x305)+this['proxy_']));if(_0x17d965['nXLXD'](isAccessibilityAutomationSession)){const _0xe607f6=this['capabilities_'][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x275)])||{},_0x54cde9=_0xe607f6[_0x39098e(0x205)]||this['capabilities_']['get'](_0x17d965[_0x39098e(0x209)])||this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x28e)]);if(_0x54cde9){const _0x3eb024=(_0xe607f6['platformName']||_0xe607f6[_0x39098e(0x26f)]||this['capabilities_'][_0x39098e(0x1d4)](_0x17d965['ZeTDO'])||this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x1f2)])||'')['toLowerCase'](),_0x54e3fd=(_0xe607f6[_0x39098e(0x1f1)]||this[_0x39098e(0x1e3)]['get'](_0x17d965[_0x39098e(0x27f)])||'')[_0x39098e(0x29e)]();_0x17d965[_0x39098e(0x310)](_0x3eb024,_0x17d965[_0x39098e(0x28f)])&&_0x54e3fd[_0x39098e(0x22c)](_0x17d965['kjAhh'])&&(_0x17d965[_0x39098e(0x30b)](isMobileScanningEnabledForGroup)&&(logger[_0x39098e(0x271)](_0x17d965[_0x39098e(0x21f)]),globals['setGlobal'](_0x17d965[_0x39098e(0x1d9)],!![])));}}if(globals[_0x39098e(0x2e2)](_0x17d965[_0x39098e(0x27c)])){if(!_0x17d965[_0x39098e(0x2cd)](setExtension,this,_0x3059e2)){globals[_0x39098e(0x216)](_0x17d965['nUoyU'],![]);const _0x3d78c3=this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965['BCmmF']);_0x3d78c3&&(_0x3d78c3[_0x39098e(0x226)]=![],delete _0x3d78c3['accessibilityOptions'],this[_0x39098e(0x1e3)][_0x39098e(0x1cb)](_0x17d965[_0x39098e(0x275)],_0x3d78c3)),this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x2f9)])&&(this['capabilities_'][_0x39098e(0x1cb)](_0x17d965[_0x39098e(0x2f9)],![]),this['capabilities_'][_0x39098e(0x2cc)](_0x17d965[_0x39098e(0x232)]));}}(!helper[_0x39098e(0x296)]()||helper[_0x39098e(0x300)](_0x3059e2))&&helper['prepareCapabilities'](null,helper[_0x39098e(0x26d)](_0x3059e2),_0x3059e2['framework'],null,this,null),helper['setAdditionalCapabilities'](_0x3059e2[_0x39098e(0x328)]),logger[_0x39098e(0x271)](_0x17d965[_0x39098e(0x2b6)]);})();const _0x4ea1ac=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents[_0xd393c8(0x1e5)],()=>{const _0x30e243=_0xd393c8,_0x2952f7={'hwhZi':_0x43eb1c[_0x30e243(0x2bc)],'hKpTD':_0x43eb1c['NizUw'],'kTBOx':function(_0x4d1675,_0x5ec520,_0x209659){const _0x5a40d9=_0x30e243;return _0x43eb1c[_0x5a40d9(0x2d7)](_0x4d1675,_0x5ec520,_0x209659);},'zdiZQ':function(_0x30a186,_0x45a84f,_0x4e40a7,_0x5e9509,_0x17f6a1){const _0x20ecac=_0x30e243;return _0x43eb1c[_0x20ecac(0x31e)](_0x30a186,_0x45a84f,_0x4e40a7,_0x5e9509,_0x17f6a1);},'URfbR':function(_0x425e4b,_0x2e5e06){return _0x43eb1c['DKyRk'](_0x425e4b,_0x2e5e06);},'BySMc':function(_0x335767,_0x3089a5,_0x12ea79){const _0x5e0da5=_0x30e243;return _0x43eb1c[_0x5e0da5(0x1d8)](_0x335767,_0x3089a5,_0x12ea79);},'ylFDM':function(_0x4e9686,_0x34271c,_0x3aeb6e,_0x353ad4,_0xe0c074){const _0x30b7f8=_0x30e243;return _0x43eb1c[_0x30b7f8(0x31e)](_0x4e9686,_0x34271c,_0x3aeb6e,_0x353ad4,_0xe0c074);},'qaqOW':function(_0x472ec8,_0x18381e){const _0x249844=_0x30e243;return _0x43eb1c[_0x249844(0x21d)](_0x472ec8,_0x18381e);},'nXowx':_0x43eb1c[_0x30e243(0x239)],'xhtmA':_0x43eb1c[_0x30e243(0x2c0)]};_0x4ea1ac[_0x30e243(0x1d0)][_0x30e243(0x321)](_0x17e67b=>{const _0x319130=_0x30e243;try{const _0x5ab74d=_0x17e67b['caps_'][_0x319130(0x1d4)](_0x2952f7[_0x319130(0x2fd)]);_0x5ab74d?(logger['debug'](_0x319130(0x2f6)+_0x5ab74d),hubAllocator[_0x319130(0x2b8)](_0x5ab74d,_0x17e67b[_0x319130(0x1c5)]()),helper[_0x319130(0x240)](_0x5ab74d)):logger['debug'](_0x2952f7[_0x319130(0x223)]);}catch(_0x24c88f){logger[_0x319130(0x271)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x24c88f);}}),_0x4ea1ac[_0x30e243(0x321)]&&_0x4ea1ac[_0x30e243(0x321)](_0x1fcdbf=>{const _0x2e03e3=_0x30e243,_0xa47592={'wNQyQ':function(_0x48c640,_0x7ae1c2,_0x4f1bcc){const _0x1076fb=a179_0x3d58;return _0x17d965[_0x1076fb(0x218)](_0x48c640,_0x7ae1c2,_0x4f1bcc);},'wxxCO':_0x17d965[_0x2e03e3(0x2d9)],'rJfwC':_0x17d965[_0x2e03e3(0x267)],'XTCkN':function(_0x3fafee,_0x10e01f){return _0x17d965['tGGfq'](_0x3fafee,_0x10e01f);}};helper[_0x2e03e3(0x1eb)](_0x1fcdbf,_0x3059e2),_0x17d965['xOOSl'](overrideExecute,_0x1fcdbf,_0x3059e2),_0x1fcdbf[_0x2e03e3(0x2b5)]=async()=>{const _0x499929=_0x2e03e3;return await _0x2952f7[_0x499929(0x220)](getAccessibilityResultsSummary,_0x1fcdbf,global);},_0x1fcdbf[_0x2e03e3(0x270)]=async()=>{const _0x433ef0=_0x2e03e3;return await _0xa47592[_0x433ef0(0x265)](getAccessibilityResults,_0x1fcdbf,global);},_0x1fcdbf['performScan']=async _0x53f94b=>{return await _0x2952f7['zdiZQ'](performScan,_0x1fcdbf,null,!![],_0x2952f7['URfbR'](_0x53f94b,null));},_0x1fcdbf[_0x2e03e3(0x307)]=async _0x64bd14=>{const _0x5e66ca=_0x2e03e3;globals[_0x5e66ca(0x216)](_0xa47592[_0x5e66ca(0x1dc)],!![]),globals[_0x5e66ca(0x216)](_0xa47592['rJfwC'],_0xa47592[_0x5e66ca(0x313)](_0x64bd14,null));},_0x1fcdbf[_0x2e03e3(0x249)]=async()=>{const _0x34bbb3=_0x2e03e3;globals['setGlobal'](_0xa47592[_0x34bbb3(0x1dc)],![]),globals[_0x34bbb3(0x216)](_0xa47592[_0x34bbb3(0x207)],null);};}),_0x4ea1ac[_0x30e243(0x2b5)]=async()=>{const _0x22b364=_0x30e243;return await _0x17d965[_0x22b364(0x218)](getAccessibilityResultsSummary,_0x4ea1ac,global);},_0x4ea1ac[_0x30e243(0x270)]=async()=>{return await _0x2952f7['BySMc'](getAccessibilityResults,_0x4ea1ac,global);},_0x4ea1ac[_0x30e243(0x1df)]=async _0x551786=>{const _0x441fd7=_0x30e243;return await _0x2952f7[_0x441fd7(0x228)](performScan,_0x4ea1ac,null,!![],_0x2952f7['qaqOW'](_0x551786,null));},_0x4ea1ac[_0x30e243(0x307)]=async _0x26f62b=>{const _0x12c9a0=_0x30e243;globals[_0x12c9a0(0x216)](_0x17d965[_0x12c9a0(0x2d9)],!![]),globals[_0x12c9a0(0x216)](_0x17d965[_0x12c9a0(0x267)],_0x17d965[_0x12c9a0(0x1c3)](_0x26f62b,null));},_0x4ea1ac[_0x30e243(0x249)]=async()=>{const _0x24502e=_0x30e243;globals[_0x24502e(0x216)](_0x2952f7[_0x24502e(0x21a)],![]),globals[_0x24502e(0x216)](_0x2952f7[_0x24502e(0x2b0)],null);},helper[_0x30e243(0x1eb)](_0x4ea1ac,_0x3059e2),_0x43eb1c[_0x30e243(0x1d8)](overrideExecute,_0x4ea1ac,_0x3059e2),helper[_0x30e243(0x222)](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x30e243(0x230)]['push'](_0x4ea1ac);})(),_0x4ea1ac;}}_0x6a93be[_0x36323a(0x1fd)]=_0x6a93be[_0x36323a(0x278)],_0x6a93be[_0x36323a(0x278)]=_0x28c2e9,_0x19e933['HttpClient']=_0x21aa4d;},propagateJestSessionName=(_0x1fca7c,_0x407595,_0xfbe753='')=>{const _0x459f02=a179_0x1aade0,_0x34a904={};_0x34a904[_0x459f02(0x23e)]=_0x459f02(0x238);const _0x2b75a8=_0x34a904;_0x407595&&_0x407595[_0x459f02(0x224)]&&_0x407595[_0x459f02(0x224)][_0x459f02(0x2c7)]&&helper[_0x459f02(0x222)](_0x1fca7c[_0x459f02(0x2c7)])&&(_0x1fca7c['browserstackSessionName']=_0x407595[_0x459f02(0x224)][_0x459f02(0x2c7)],logger[_0x459f02(0x271)](util['format'](_0x2b75a8[_0x459f02(0x23e)],_0xfbe753?'\x20'+_0xfbe753:'',_0x1fca7c[_0x459f02(0x2c7)])));},modifyV2=(_0x47c449,_0xe9a474=null,_0x5d3c72=![])=>{const _0x4033d9=a179_0x1aade0,_0x1c4cc2={'ZhOSC':function(_0x3c8066,_0x3ee800){return _0x3c8066!==_0x3ee800;},'CSCvF':'/session','fSmrF':function(_0x132b2e,_0x4fd8f5){return _0x132b2e+_0x4fd8f5;},'xDbiJ':function(_0x185733,_0x1bc6ff){return _0x185733+_0x1bc6ff;},'iRplI':_0x4033d9(0x22d),'tZkIg':_0x4033d9(0x1f3),'IGoBh':_0x4033d9(0x263),'AfsJo':_0x4033d9(0x22b),'DeLcT':_0x4033d9(0x227),'bGqGp':_0x4033d9(0x272),'EwUmo':_0x4033d9(0x292),'KaNfE':_0x4033d9(0x20b),'zxCfO':_0x4033d9(0x1dd),'QxbZR':'se:ieOptions','dzcoP':'ieOptions','KWbpV':function(_0x5ceec6,_0x3acb36){return _0x5ceec6===_0x3acb36;},'vehLI':_0x4033d9(0x2bb),'tyMgv':_0x4033d9(0x1fe),'oxDAX':function(_0x47c76c,_0x124c22){return _0x47c76c>_0x124c22;},'OGjdH':function(_0x594505,_0x5a586a){return _0x594505>_0x5a586a;},'aIHxc':function(_0x3b0f50){return _0x3b0f50();},'pewEU':function(_0x43d099,_0x28025d){return _0x43d099(_0x28025d);},'dxzQh':function(_0x58c6e2){return _0x58c6e2();},'JjGRb':_0x4033d9(0x285),'rblJj':_0x4033d9(0x312),'HpulN':_0x4033d9(0x205),'iJHEb':_0x4033d9(0x2a4),'qJFjW':_0x4033d9(0x26f),'HZMnY':_0x4033d9(0x1f1),'CBRkW':function(_0x1aab17,_0x10a29a){return _0x1aab17===_0x10a29a;},'VEZCr':_0x4033d9(0x2f2),'NXElA':'chrome','HYgyT':_0x4033d9(0x24d),'wSjTa':_0x4033d9(0x1ef),'HOcLr':'isAccessibilityPlatform','KkdVf':function(_0x5dcdb0,_0x465b6d,_0x3745f7){return _0x5dcdb0(_0x465b6d,_0x3745f7);},'QKMyf':_0x4033d9(0x243),'LUOMx':_0x4033d9(0x1fc),'OLdRL':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','UkEiR':_0x4033d9(0x2fc),'cYEMV':function(_0x35481b,_0xc257ec){return _0x35481b===_0xc257ec;},'vGpGw':_0x4033d9(0x2c5),'ndtNV':'browserVersion','ZcqOx':_0x4033d9(0x1cf),'voHTi':function(_0x4a59cb,_0x35f6dc){return _0x4a59cb<_0x35f6dc;},'KwWMQ':function(_0x2ef90f,_0x101de8){return _0x2ef90f!==_0x101de8;},'asDoj':function(_0x6968b1,_0x40634e){return _0x6968b1||_0x40634e;},'WkXVx':function(_0x4809b7,_0x4fcc2b,_0x4303a3){return _0x4809b7(_0x4fcc2b,_0x4303a3);},'GqnDx':function(_0x2b5b22){return _0x2b5b22();},'fBMkB':_0x4033d9(0x211),'jlbTT':_0x4033d9(0x1c9),'sYGEh':_0x4033d9(0x306),'MIZRA':function(_0x2a7d18,_0x4eb6af,_0x24de59){return _0x2a7d18(_0x4eb6af,_0x24de59);},'NZoYw':function(_0x1be806,_0x5471b0,_0x3e690b){return _0x1be806(_0x5471b0,_0x3e690b);},'fugiQ':function(_0x2a3262,_0x497002,_0x4b7e3d,_0x2587d1,_0x1eba6a){return _0x2a3262(_0x497002,_0x4b7e3d,_0x2587d1,_0x1eba6a);},'aYNdj':_0x4033d9(0x31d),'IDRGs':_0x4033d9(0x322),'wDVfa':function(_0x2a8ef9,_0x4b0846,_0x359722,_0x2a9f5a,_0x1b19a3){return _0x2a8ef9(_0x4b0846,_0x359722,_0x2a9f5a,_0x1b19a3);},'QMYLq':function(_0x3c7c88,_0x1973b3){return _0x3c7c88||_0x1973b3;},'kzbdM':function(_0x4ffef9,_0x42e536,_0x4dc7c3,_0x448429){return _0x4ffef9(_0x42e536,_0x4dc7c3,_0x448429);},'CDMmB':'(sync)','sgWIc':function(_0x531a20,_0xb31182){return _0x531a20!==_0xb31182;},'dQyzq':_0x4033d9(0x24f),'WrPXj':function(_0x53bab6,_0x3c9140,_0x2093f0){return _0x53bab6(_0x3c9140,_0x2093f0);},'moXnF':_0x4033d9(0x2be),'ZBfgM':_0x4033d9(0x1cd),'cGsDc':function(_0x585033){return _0x585033();},'VpILf':_0x4033d9(0x1e2),'RMoNr':_0x4033d9(0x298),'OQeNQ':'selenium-webdriver/lib/http.js','mJhNs':_0x4033d9(0x2a5),'IMljv':_0x4033d9(0x262)},_0x54209a=helper['requireHttpClient']();let _0x5491da;try{_0x5491da=helper['requireSeleniumWebdriver'](),_0x5491da[_0x4033d9(0x1fd)]&&(_0x5491da[_0x4033d9(0x278)]=_0x5491da[_0x4033d9(0x1fd)]);}catch(_0x1c53fe){return;}if(helper[_0x4033d9(0x296)]()){const _0x2b9e9c={};_0x2b9e9c[_0x4033d9(0x309)]=_0x47c449[_0x4033d9(0x26a)],helper['setLogLevel'](_0x2b9e9c,new Map(),new Map()),logger[_0x4033d9(0x324)](_0x1c4cc2['moXnF']),logger[_0x4033d9(0x271)](_0x1c4cc2[_0x4033d9(0x2b7)]);}class _0x399176 extends _0x54209a[_0x4033d9(0x259)]{['send'](_0x30cd8b){const _0x4486cf=_0x4033d9;if(_0x1c4cc2[_0x4486cf(0x1d5)](_0x30cd8b[_0x4486cf(0x2e0)],_0x1c4cc2['CSCvF']))try{const _0x48ba5f=_0x30cd8b[_0x4486cf(0x2e0)][_0x4486cf(0x2b1)]('/')[0x2];if(_0x48ba5f){const _0x190ff8=hubAllocator[_0x4486cf(0x242)](_0x48ba5f);if(_0x190ff8){const _0x441b53=_0x1c4cc2[_0x4486cf(0x2dc)](_0x1c4cc2[_0x4486cf(0x24c)](_0x1c4cc2[_0x4486cf(0x28d)],_0x190ff8),_0x1c4cc2[_0x4486cf(0x231)]);this[_0x4486cf(0x2fe)]=hubAllocator[_0x4486cf(0x256)](_0x441b53),logger[_0x4486cf(0x271)]('New\x20hub\x20url\x20set\x20to\x20'+_0x441b53);}}}catch(_0xeb1c4e){logger[_0x4486cf(0x234)](_0xeb1c4e);}return super[_0x4486cf(0x25c)](_0x30cd8b);}}class _0x332415 extends _0x5491da[_0x4033d9(0x278)]{[_0x4033d9(0x2f8)](){const _0x4ef431=_0x4033d9;return helper[_0x4ef431(0x296)]()&&(this[_0x4ef431(0x2a6)]=helper[_0x4ef431(0x2d2)](_0x47c449)),this;}[_0x4033d9(0x283)](_0x6be7fe){const _0x349e1c=_0x4033d9;let _0x37a7cf={};for(const _0x5dc27e in _0x6be7fe){switch(_0x5dc27e){case _0x1c4cc2[_0x349e1c(0x2ae)]:case _0x1c4cc2[_0x349e1c(0x254)]:this[_0x349e1c(0x2b2)]&&(_0x37a7cf=this[_0x349e1c(0x2b2)][_0x349e1c(0x1d4)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x349e1c(0x2b2)]['set'](this[_0x349e1c(0x2b2)]['CAPABILITY_KEY'],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2[_0x349e1c(0x326)]:case _0x1c4cc2[_0x349e1c(0x2ea)]:this[_0x349e1c(0x2ca)]&&(_0x37a7cf=this[_0x349e1c(0x2ca)]['get'](this['edgeOptions_']['CAPABILITY_KEY'])||{},this[_0x349e1c(0x2ca)][_0x349e1c(0x1cb)](this[_0x349e1c(0x2ca)][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2[_0x349e1c(0x1f6)]:case _0x1c4cc2['KaNfE']:this['firefoxOptions_']&&(_0x37a7cf=this[_0x349e1c(0x31f)][_0x349e1c(0x1d4)](this[_0x349e1c(0x31f)]['CAPABILITY_KEY'])||{},this[_0x349e1c(0x31f)][_0x349e1c(0x1cb)](this[_0x349e1c(0x31f)][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2[_0x349e1c(0x1ee)]:this[_0x349e1c(0x1c4)]&&(_0x37a7cf=this[_0x349e1c(0x1c4)][_0x349e1c(0x1d4)](this[_0x349e1c(0x1c4)][_0x349e1c(0x2ac)])||{},this['safariOptions_']['set'](this[_0x349e1c(0x1c4)][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2['QxbZR']:case _0x1c4cc2[_0x349e1c(0x28c)]:this[_0x349e1c(0x201)]&&(_0x37a7cf=this[_0x349e1c(0x201)][_0x349e1c(0x1d4)](this[_0x349e1c(0x201)][_0x349e1c(0x2ac)])||{},this[_0x349e1c(0x201)]['set'](this['ieOptions_'][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;}}}[_0x4033d9(0x1c8)](){const _0x34e67b=_0x4033d9,_0x5b325b={'qPFfQ':function(_0x12af03,_0x218563){const _0x1e8da8=a179_0x3d58;return _0x1c4cc2[_0x1e8da8(0x2a2)](_0x12af03,_0x218563);},'nkOrE':_0x1c4cc2['vehLI']};logger['debug'](_0x1c4cc2[_0x34e67b(0x27b)]);const _0x4a4739=_0x47c449[_0x34e67b(0x328)]&&_0x1c4cc2[_0x34e67b(0x301)](Object[_0x34e67b(0x2eb)](_0x47c449['capability'])[_0x34e67b(0x2a0)],0x0)?_0x47c449[_0x34e67b(0x328)]:_0x47c449['capabilities']&&Array['isArray'](_0x47c449[_0x34e67b(0x31a)])&&_0x1c4cc2[_0x34e67b(0x1e0)](_0x47c449[_0x34e67b(0x31a)]['length'],0x0)?_0x47c449['capabilities'][0x0]:{};return this['__setBrowserOptions'](_0x4a4739),Object[_0x34e67b(0x2eb)](_0x4a4739)[_0x34e67b(0x23b)](_0x41e381=>{const _0x2664d5=_0x34e67b,_0x5ce2a7=this['capabilities_'][_0x2664d5(0x1d4)](_0x41e381);_0x5b325b['qPFfQ'](typeof _0x5ce2a7,_0x5b325b[_0x2664d5(0x1ea)])?this[_0x2664d5(0x1e3)][_0x2664d5(0x1cb)](_0x41e381,helper[_0x2664d5(0x23c)](_0x5ce2a7,_0x4a4739[_0x41e381])):this['capabilities_'][_0x2664d5(0x1cb)](_0x41e381,_0x4a4739[_0x41e381]);}),this;}['build'](){const _0x4f45d2=_0x4033d9,_0x14f03c={'duSIG':function(_0x540e81){const _0x492d4f=a179_0x3d58;return _0x1c4cc2[_0x492d4f(0x2e5)](_0x540e81);},'DkWCF':function(_0x1d4a2b,_0x156ad9){const _0x481213=a179_0x3d58;return _0x1c4cc2[_0x481213(0x1c7)](_0x1d4a2b,_0x156ad9);},'AKnVV':function(_0x384132){const _0x5763b3=a179_0x3d58;return _0x1c4cc2[_0x5763b3(0x2f1)](_0x384132);},'wAlDb':_0x1c4cc2['JjGRb'],'jwczR':_0x1c4cc2[_0x4f45d2(0x2c3)],'oTQqv':_0x1c4cc2[_0x4f45d2(0x24e)],'YtfCe':_0x1c4cc2[_0x4f45d2(0x1e9)],'PCFFr':_0x1c4cc2[_0x4f45d2(0x293)],'VZoDr':_0x1c4cc2[_0x4f45d2(0x1f0)],'vtWlF':function(_0x40bc03,_0x28781a){const _0x5b0b50=_0x4f45d2;return _0x1c4cc2[_0x5b0b50(0x1e8)](_0x40bc03,_0x28781a);},'luIGt':_0x1c4cc2[_0x4f45d2(0x1f4)],'yPhcQ':_0x1c4cc2[_0x4f45d2(0x2f4)],'awVSs':_0x1c4cc2[_0x4f45d2(0x2c8)],'ejRqu':_0x1c4cc2[_0x4f45d2(0x2d1)],'FhtDc':_0x1c4cc2[_0x4f45d2(0x2b3)],'frKbW':function(_0xa32cd5,_0xebdbc9,_0x44855b){return _0x1c4cc2['KkdVf'](_0xa32cd5,_0xebdbc9,_0x44855b);},'CyzXP':_0x1c4cc2[_0x4f45d2(0x252)],'mUWYx':_0x1c4cc2[_0x4f45d2(0x200)],'SLAcL':_0x1c4cc2['OLdRL'],'pJopa':_0x1c4cc2[_0x4f45d2(0x2ae)],'GGoLz':function(_0x422b41){const _0x58b56b=_0x4f45d2;return _0x1c4cc2[_0x58b56b(0x2f1)](_0x422b41);},'DBnEK':_0x1c4cc2[_0x4f45d2(0x27e)],'uvooI':function(_0x12b885,_0x177e9f){const _0x24887c=_0x4f45d2;return _0x1c4cc2[_0x24887c(0x203)](_0x12b885,_0x177e9f);},'eNwqj':_0x1c4cc2[_0x4f45d2(0x25e)],'YBzXT':_0x1c4cc2[_0x4f45d2(0x26e)],'ojLPl':_0x1c4cc2[_0x4f45d2(0x314)],'kCAtH':function(_0x1b82b9,_0x32364e){const _0x1dd550=_0x4f45d2;return _0x1c4cc2[_0x1dd550(0x318)](_0x1b82b9,_0x32364e);},'LvbqN':function(_0x271bca,_0x3ed637){const _0x5d11e4=_0x4f45d2;return _0x1c4cc2[_0x5d11e4(0x28b)](_0x271bca,_0x3ed637);},'zzjyr':function(_0x1be578,_0x54fbea){const _0x16a0b1=_0x4f45d2;return _0x1c4cc2[_0x16a0b1(0x2c2)](_0x1be578,_0x54fbea);},'XTpEI':function(_0x49fdcb,_0x1a4617,_0x2e604a){const _0x56e8ca=_0x4f45d2;return _0x1c4cc2[_0x56e8ca(0x237)](_0x49fdcb,_0x1a4617,_0x2e604a);},'wJHDn':function(_0x59ac71){const _0xcfa2c7=_0x4f45d2;return _0x1c4cc2[_0xcfa2c7(0x27d)](_0x59ac71);},'dhtYq':function(_0xdf3286,_0x4f133b){const _0x5632cb=_0x4f45d2;return _0x1c4cc2[_0x5632cb(0x1c7)](_0xdf3286,_0x4f133b);},'BcGKV':_0x1c4cc2[_0x4f45d2(0x25f)],'SsImp':_0x1c4cc2[_0x4f45d2(0x2e9)],'TvUxR':_0x1c4cc2[_0x4f45d2(0x1e1)],'OSZbT':function(_0x5bd0f3,_0x15ac04,_0x374938){return _0x1c4cc2['MIZRA'](_0x5bd0f3,_0x15ac04,_0x374938);},'NzYmY':function(_0x56da00,_0x19c54e,_0x22f9c3){const _0x36f018=_0x4f45d2;return _0x1c4cc2[_0x36f018(0x1f5)](_0x56da00,_0x19c54e,_0x22f9c3);},'eYNZC':function(_0x433d7c,_0xd6e8ac,_0x5a4ade,_0x242af2,_0x12fb7f){const _0x38a67e=_0x4f45d2;return _0x1c4cc2[_0x38a67e(0x24b)](_0x433d7c,_0xd6e8ac,_0x5a4ade,_0x242af2,_0x12fb7f);},'WexTY':_0x1c4cc2['aYNdj'],'yYpwF':_0x1c4cc2[_0x4f45d2(0x2e3)],'dZwdH':function(_0x458e64,_0x377500,_0x20fcb4){const _0x15e52f=_0x4f45d2;return _0x1c4cc2[_0x15e52f(0x237)](_0x458e64,_0x377500,_0x20fcb4);},'oLJRI':function(_0x177070,_0x4998c7,_0x410af3,_0x356265,_0x20b663){return _0x1c4cc2['wDVfa'](_0x177070,_0x4998c7,_0x410af3,_0x356265,_0x20b663);},'cCnit':function(_0x1a51e6,_0x407a56){return _0x1c4cc2['QMYLq'](_0x1a51e6,_0x407a56);},'juExk':function(_0x5c4ff2,_0x39831d){return _0x1c4cc2['QMYLq'](_0x5c4ff2,_0x39831d);},'yBseB':function(_0x2e7340,_0x225113){const _0x4d7883=_0x4f45d2;return _0x1c4cc2[_0x4d7883(0x1c7)](_0x2e7340,_0x225113);},'eWKJf':function(_0x6d2a7b,_0x1ea0e9,_0x591374,_0x200516){return _0x1c4cc2['kzbdM'](_0x6d2a7b,_0x1ea0e9,_0x591374,_0x200516);},'HKQcO':_0x1c4cc2['CDMmB'],'LHlXn':function(_0x427d5d,_0x3b533f){return _0x1c4cc2['sgWIc'](_0x427d5d,_0x3b533f);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x4f45d2(0x2e1)],()=>{const _0x48110f=_0x4f45d2;if(helper[_0x48110f(0x296)]()){helper[_0x48110f(0x299)](_0x47c449[_0x48110f(0x328)]);_0x14f03c[_0x48110f(0x320)](isAccessibilityAutomationSession)&&_0x14f03c[_0x48110f(0x2a1)](setAccessibilityCapabilities,_0x47c449);this[_0x48110f(0x2f8)](),this[_0x48110f(0x1c8)]();if(helper[_0x48110f(0x2fb)](_0x47c449[_0x48110f(0x274)][_0x48110f(0x2d4)]))this[_0x48110f(0x258)]=helper['getHttpAgent'](_0x47c449['proxySettings'][_0x48110f(0x2d4)]);else _0x47c449[_0x48110f(0x274)][_0x48110f(0x2d4)]&&(this[_0x48110f(0x329)]=_0x47c449[_0x48110f(0x274)][_0x48110f(0x2d4)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x48110f(0x329)]));if(_0x14f03c[_0x48110f(0x23d)](isAccessibilityAutomationSession)){const _0x58fab9=this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x284)])||{},_0x3419f1=_0x58fab9[_0x48110f(0x205)]||this[_0x48110f(0x1e3)]['get'](_0x14f03c['jwczR'])||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x29a)]);if(_0x3419f1){const _0x3b2ab8=(_0x58fab9[_0x48110f(0x2a4)]||_0x58fab9[_0x48110f(0x26f)]||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['YtfCe'])||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x221)])||'')[_0x48110f(0x29e)](),_0x4c47d0=(_0x58fab9[_0x48110f(0x1f1)]||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x1e4)])||'')[_0x48110f(0x29e)]();_0x14f03c[_0x48110f(0x233)](_0x3b2ab8,_0x14f03c[_0x48110f(0x229)])&&_0x4c47d0[_0x48110f(0x22c)](_0x14f03c[_0x48110f(0x255)])&&(_0x14f03c['duSIG'](isMobileScanningEnabledForGroup)&&(logger[_0x48110f(0x271)](_0x14f03c[_0x48110f(0x2cb)]),globals['setGlobal'](_0x14f03c[_0x48110f(0x253)],!![])));}}if(globals[_0x48110f(0x2e2)](_0x14f03c['FhtDc'])){if(!_0x14f03c['frKbW'](setExtension,this,_0x47c449)){globals['setGlobal'](_0x14f03c['FhtDc'],![]);const _0x1dce6b=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['wAlDb']);_0x1dce6b&&(_0x1dce6b['accessibility']=![],delete _0x1dce6b['accessibilityOptions'],this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x284)],_0x1dce6b)),this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x2dd)])&&(this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c['CyzXP'],![]),this[_0x48110f(0x1e3)][_0x48110f(0x2cc)](_0x14f03c[_0x48110f(0x308)]));}}process[_0x48110f(0x217)][_0x48110f(0x327)]&&(helper[_0x48110f(0x2ff)](null,helper[_0x48110f(0x26d)](_0x47c449),_0x47c449[_0x48110f(0x317)],null,this,null),helper[_0x48110f(0x299)](_0x47c449[_0x48110f(0x328)])),logger[_0x48110f(0x271)](_0x14f03c[_0x48110f(0x2ee)]);}else{if(this['chromeOptions_']){const _0x4ef15e=this[_0x48110f(0x2b2)]['get'](this[_0x48110f(0x2b2)]['CAPABILITY_KEY']||_0x14f03c[_0x48110f(0x251)]);if(_0x4ef15e&&_0x4ef15e[_0x48110f(0x30d)]){const _0x41bdad=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x251)])||{},_0x4bb9c4=(_0x41bdad[_0x48110f(0x30d)]||[])[_0x48110f(0x29f)](_0x4ef15e[_0x48110f(0x30d)]||[]),_0x93e983=Array[_0x48110f(0x325)](new Set(_0x4bb9c4)),_0x5ee973={};_0x5ee973[_0x48110f(0x30d)]=_0x93e983,this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x251)],Object[_0x48110f(0x2fa)]({},_0x41bdad,_0x4ef15e,_0x5ee973));}}if(_0x14f03c['GGoLz'](isAccessibilityAutomationSession)&&this[_0x48110f(0x304)]()[_0x48110f(0x22c)](_0x14f03c['DBnEK'])){let _0x2208e0=!![];const _0x275f5f=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['wAlDb'])||{},_0xdf3871=_0x275f5f[_0x48110f(0x205)]||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x1f9)])||this[_0x48110f(0x1e3)]['get'](_0x14f03c[_0x48110f(0x29a)]);if(_0xdf3871){const _0x56d9ea=(_0x275f5f[_0x48110f(0x2a4)]||_0x275f5f[_0x48110f(0x26f)]||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x202)])||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x221)])||'')[_0x48110f(0x29e)](),_0x3ca1d8=(_0x275f5f['browserName']||this[_0x48110f(0x1e3)]['get'](_0x14f03c[_0x48110f(0x1e4)])||'')[_0x48110f(0x29e)]();_0x14f03c[_0x48110f(0x1ff)](_0x56d9ea,_0x14f03c[_0x48110f(0x229)])&&_0x3ca1d8[_0x48110f(0x22c)](_0x14f03c[_0x48110f(0x255)])?!_0x14f03c[_0x48110f(0x23d)](isMobileScanningEnabledForGroup)?(logger[_0x48110f(0x281)](MOBILE_SCANNING_DISABLED_WARNING),_0x2208e0=![]):(logger['debug'](_0x14f03c[_0x48110f(0x2cb)]),globals[_0x48110f(0x216)](_0x14f03c['ejRqu'],!![])):(logger[_0x48110f(0x281)](_0x14f03c[_0x48110f(0x2a7)]),_0x2208e0=![]);}if(_0x2208e0){const _0x247c34=_0x14f03c[_0x48110f(0x2a1)](parseFloat,_0x275f5f[_0x48110f(0x1cc)]||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c['YBzXT'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3f990f}=_0x14f03c['DkWCF'](require,_0x14f03c['ojLPl']),_0x34f1ce=_0x14f03c[_0x48110f(0x2a1)](parseFloat,_0x3f990f);!_0x14f03c[_0x48110f(0x2a1)](isNaN,_0x247c34)&&_0x14f03c[_0x48110f(0x273)](_0x247c34,_0x34f1ce)&&(logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+_0x3f990f+'.'),_0x2208e0=![]);}if(_0x2208e0){_0x14f03c[_0x48110f(0x2a1)](setAccessibilityCapabilities,_0x47c449),this['setCapabilities']();if(process[_0x48110f(0x217)][_0x48110f(0x26c)]){let _0x50efc7={};try{process['env'][_0x48110f(0x25b)]&&(_0x50efc7=JSON[_0x48110f(0x30c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0x12f0aa){logger[_0x48110f(0x271)](_0x48110f(0x315)+_0x12f0aa);}const _0x3b9c3f=helper[_0x48110f(0x26d)](_0x47c449),_0x1aea9b=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x284)]);if(_0x14f03c[_0x48110f(0x1d2)](_0x3b9c3f,![])&&(_0x1aea9b||!this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x2dd)]))){const _0x4c9ca4=_0x14f03c['zzjyr'](_0x1aea9b,{});_0x4c9ca4[_0x48110f(0x226)]=!![];const _0x4e455f={};_0x4e455f[_0x48110f(0x280)]=process['env'][_0x48110f(0x26c)],_0x4e455f['scannerVersion']=_0x50efc7['scannerVersion'],_0x4c9ca4[_0x48110f(0x276)]=Object[_0x48110f(0x2fa)]({},_0x4c9ca4[_0x48110f(0x276)],_0x4e455f),this[_0x48110f(0x1e3)]['set'](_0x14f03c['wAlDb'],_0x4c9ca4);}else{this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x2dd)],!![]);const _0x1a5231=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['mUWYx'])||{},_0xbf35fb={};_0xbf35fb['authToken']=process['env'][_0x48110f(0x26c)],_0xbf35fb[_0x48110f(0x30f)]=_0x50efc7[_0x48110f(0x30f)],this['capabilities_'][_0x48110f(0x1cb)](_0x14f03c['mUWYx'],Object[_0x48110f(0x2fa)]({},_0x1a5231,_0xbf35fb));}}if(!_0x14f03c[_0x48110f(0x21b)](setExtension,this,_0x47c449)){globals[_0x48110f(0x216)](_0x14f03c[_0x48110f(0x2bd)],![]);const _0x102239=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x284)]);_0x102239&&(_0x102239[_0x48110f(0x226)]=![],delete _0x102239[_0x48110f(0x276)],this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x284)],_0x102239)),this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x2dd)])&&(this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x2dd)],![]),this[_0x48110f(0x1e3)][_0x48110f(0x2cc)](_0x14f03c['mUWYx']));}}}if(_0x14f03c[_0x48110f(0x214)](isAccessibilityAutomationSession)&&!this[_0x48110f(0x304)]()[_0x48110f(0x22c)](_0x14f03c[_0x48110f(0x20c)]))try{_0x14f03c['dhtYq'](hasLegacyHeadlessArg,this)?(logger['warn'](_0x14f03c['BcGKV']),globals[_0x48110f(0x216)](_0x14f03c['FhtDc'],![])):helper[_0x48110f(0x2ff)](null,helper['useW3C'](_0x47c449),_0x47c449[_0x48110f(0x317)],null,this,null);}catch(_0x3df440){logger['debug'](_0x48110f(0x269)+util[_0x48110f(0x2f5)](_0x3df440));}}})();const _0x22838c=super[_0x4f45d2(0x29d)]();return PerformanceTester[_0x4f45d2(0x1e6)](PerformanceEvents[_0x4f45d2(0x1e5)],()=>{const _0x46f52f=_0x4f45d2,_0x5e07ff={'FtNjW':_0x14f03c[_0x46f52f(0x2e8)],'hIooh':_0x14f03c['yYpwF'],'gqpCC':function(_0x34924f,_0x14bde2,_0x5394c2){const _0x2e0cd7=_0x46f52f;return _0x14f03c[_0x2e0cd7(0x294)](_0x34924f,_0x14bde2,_0x5394c2);},'WGOPw':function(_0x392309,_0x5a227c,_0x4b5efd){const _0x5df577=_0x46f52f;return _0x14f03c[_0x5df577(0x1c6)](_0x392309,_0x5a227c,_0x4b5efd);},'IXLHd':function(_0x5cbe2a,_0x40d7db,_0x2da8fc,_0x165df3,_0x328c80){const _0x31a323=_0x46f52f;return _0x14f03c[_0x31a323(0x2ab)](_0x5cbe2a,_0x40d7db,_0x2da8fc,_0x165df3,_0x328c80);},'sSYdv':function(_0x4f207d,_0xd3e60a){const _0x9cc85f=_0x46f52f;return _0x14f03c[_0x9cc85f(0x21c)](_0x4f207d,_0xd3e60a);},'Nkhax':_0x14f03c['SsImp'],'rQPJQ':_0x14f03c[_0x46f52f(0x323)],'IkEin':function(_0x3e2766,_0x901ad0){return _0x14f03c['juExk'](_0x3e2766,_0x901ad0);}};_0x22838c[_0x46f52f(0x1d0)][_0x46f52f(0x321)](_0x296ed4=>{const _0x448935=_0x46f52f,_0x247112=_0x296ed4['caps_'];if(!helper[_0x448935(0x296)]()&&_0x14f03c[_0x448935(0x320)](isAccessibilityAutomationSession)){const _0x3df6d7=_0x14f03c[_0x448935(0x1c6)](nonBstackPlatformValidation,_0x247112,this);globals[_0x448935(0x216)](_0x14f03c[_0x448935(0x2bd)],_0x3df6d7);if(!_0x3df6d7){const _0x1bb685=this['capabilities_']['get'](_0x14f03c[_0x448935(0x284)]);_0x1bb685&&(_0x1bb685[_0x448935(0x226)]=![],delete _0x1bb685[_0x448935(0x276)],this[_0x448935(0x1e3)][_0x448935(0x1cb)](_0x14f03c[_0x448935(0x284)],_0x1bb685)),this[_0x448935(0x1e3)][_0x448935(0x1d4)](_0x14f03c[_0x448935(0x2dd)])&&(this[_0x448935(0x1e3)][_0x448935(0x1cb)](_0x14f03c[_0x448935(0x2dd)],![]),this['capabilities_']['delete'](_0x14f03c[_0x448935(0x308)]));}}}),_0x22838c[_0x46f52f(0x1d0)][_0x46f52f(0x321)](_0x304e7d=>{const _0x2158bd=_0x46f52f;try{logger[_0x2158bd(0x271)](_0x2158bd(0x319)+_0x304e7d[_0x2158bd(0x1c5)]());const _0x5a0d66=_0x304e7d[_0x2158bd(0x2d5)]['get'](_0x5e07ff[_0x2158bd(0x25a)]);_0x5a0d66?(logger[_0x2158bd(0x271)](_0x2158bd(0x2f6)+_0x5a0d66),hubAllocator[_0x2158bd(0x2b8)](_0x5a0d66,_0x304e7d['getId']()),helper[_0x2158bd(0x240)](_0x5a0d66)):logger[_0x2158bd(0x271)](_0x5e07ff[_0x2158bd(0x215)]);}catch(_0xeb947){logger[_0x2158bd(0x271)](_0x2158bd(0x2f0)+_0xeb947);}}),_0x22838c['quitCount_']=0x0,_0x22838c[_0x46f52f(0x321)]&&_0x22838c['then'](_0x5f285b=>{const _0x2f59f6=_0x46f52f,_0x41facd={};_0x41facd[_0x2f59f6(0x219)]=_0x14f03c['SsImp'],_0x41facd[_0x2f59f6(0x302)]=_0x14f03c[_0x2f59f6(0x323)];const _0x4612e6=_0x41facd;helper['overrideQuit'](_0x5f285b,_0x22838c),_0x5d3c72&&_0x14f03c[_0x2f59f6(0x2ad)](overrideTakeScreenshot,_0x5f285b),helper['overrideGet'](_0x5f285b,_0x47c449),_0x14f03c[_0x2f59f6(0x21b)](overrideExecute,_0x5f285b,_0x47c449),_0x14f03c['OSZbT'](propagateJestSessionName,_0x5f285b,_0xe9a474),_0x47c449['capability']&&percyHelper[_0x2f59f6(0x2b9)](_0x5f285b,_0x5491da[_0x2f59f6(0x1de)],_0x47c449),_0x5f285b[_0x2f59f6(0x2b5)]=async()=>{const _0x2dc734=_0x2f59f6;return await _0x5e07ff[_0x2dc734(0x2af)](getAccessibilityResultsSummary,_0x5f285b,global);},_0x5f285b[_0x2f59f6(0x270)]=async()=>{const _0x401111=_0x2f59f6;return await _0x5e07ff[_0x401111(0x236)](getAccessibilityResults,_0x5f285b,global);},_0x5f285b['performScan']=async _0x562d67=>{const _0x161442=_0x2f59f6;return await _0x5e07ff[_0x161442(0x1e7)](performScan,_0x5f285b,null,!![],_0x5e07ff[_0x161442(0x1fa)](_0x562d67,null));},_0x5f285b[_0x2f59f6(0x307)]=async _0x163e32=>{const _0x110ff8=_0x2f59f6;globals['setGlobal'](_0x5e07ff['Nkhax'],!![]),globals['setGlobal'](_0x5e07ff['rQPJQ'],_0x5e07ff[_0x110ff8(0x1fa)](_0x163e32,null));},_0x5f285b[_0x2f59f6(0x249)]=async()=>{const _0x125dfa=_0x2f59f6;globals[_0x125dfa(0x216)](_0x4612e6[_0x125dfa(0x219)],![]),globals[_0x125dfa(0x216)](_0x4612e6[_0x125dfa(0x302)],null);};}),_0x22838c[_0x46f52f(0x2b5)]=async()=>{return await _0x14f03c['NzYmY'](getAccessibilityResultsSummary,_0x22838c,global);},_0x22838c[_0x46f52f(0x270)]=async()=>{return await _0x14f03c['frKbW'](getAccessibilityResults,_0x22838c,global);},_0x22838c['performScan']=async _0x1b90ed=>{const _0x3d6b20=_0x46f52f;return await _0x14f03c['eYNZC'](performScan,_0x22838c,null,!![],_0x14f03c[_0x3d6b20(0x297)](_0x1b90ed,null));},_0x22838c[_0x46f52f(0x307)]=async _0x469a03=>{const _0x37264a=_0x46f52f;globals[_0x37264a(0x216)](_0x5e07ff[_0x37264a(0x30e)],!![]),globals[_0x37264a(0x216)](_0x5e07ff[_0x37264a(0x22f)],_0x5e07ff['IkEin'](_0x469a03,null));},_0x22838c[_0x46f52f(0x249)]=async()=>{const _0x140eb9=_0x46f52f;globals[_0x140eb9(0x216)](_0x5e07ff['Nkhax'],![]),globals['setGlobal'](_0x5e07ff[_0x140eb9(0x22f)],null);},_0x5d3c72&&_0x14f03c[_0x46f52f(0x291)](overrideTakeScreenshot,_0x22838c),helper['overrideQuit'](_0x22838c),helper[_0x46f52f(0x1eb)](_0x22838c,_0x47c449),_0x14f03c[_0x46f52f(0x20f)](overrideExecute,_0x22838c,_0x47c449),_0x14f03c[_0x46f52f(0x1d1)](propagateJestSessionName,_0x22838c,_0xe9a474,_0x14f03c['HKQcO']),_0x47c449[_0x46f52f(0x328)]&&percyHelper['patchDriverPercy'](_0x22838c,_0x5491da[_0x46f52f(0x1de)],_0x47c449);helper[_0x46f52f(0x222)](global[_0x46f52f(0x230)])&&(global[_0x46f52f(0x230)]=[]);helper['isUndefined'](global[_0x46f52f(0x2f3)])&&(global['__drivers']=[]);global['__driversArray']['push'](_0x22838c),global['__driver']=_0x22838c,_0xe9a474&&(_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2d6)]=_0x22838c);_0x14f03c['LvbqN'](global[_0x46f52f(0x2f3)],undefined)&&global[_0x46f52f(0x2f3)]['push'](_0x22838c);_0xe9a474&&helper[_0x46f52f(0x222)](_0xe9a474['global'][_0x46f52f(0x2f3)])&&(_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2f3)]=[]);_0xe9a474&&helper[_0x46f52f(0x222)](_0xe9a474['global'][_0x46f52f(0x230)])&&(_0xe9a474['global'][_0x46f52f(0x230)]=[]);_0xe9a474&&_0x14f03c[_0x46f52f(0x311)](_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2f3)],undefined)&&(_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2f3)][_0x46f52f(0x279)](_0x22838c),_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x230)][_0x46f52f(0x279)](_0x22838c));_0x22838c[_0x46f52f(0x212)]=globals[_0x46f52f(0x2e2)](_0x14f03c[_0x46f52f(0x2bd)]);try{global[_0x46f52f(0x2f3)][0x0][_0x46f52f(0x1d0)]['then'](_0x59749b=>{const _0x315701=_0x46f52f;logger[_0x315701(0x271)](_0x315701(0x2ec)+_0x59749b['getId']()+_0x315701(0x288));})[_0x46f52f(0x27a)](_0x4a531e=>{const _0x592008=_0x46f52f;logger[_0x592008(0x271)](_0x592008(0x2d3)+_0x4a531e);});}catch(_0x4cb716){logger[_0x46f52f(0x271)](_0x46f52f(0x2d3)+_0x4cb716);}globals[_0x46f52f(0x216)](_0x14f03c[_0x46f52f(0x2bd)],globals[_0x46f52f(0x2e2)](_0x14f03c['FhtDc']));})(),_0x22838c;}}_0xe9a474&&(globals['browserStackGlobals']=_0xe9a474[_0x4033d9(0x224)][_0x4033d9(0x246)]);if(_0x1c4cc2['cGsDc'](isAccessibilityAutomationSession))try{let _0x34981d=helper[_0x4033d9(0x244)](_0x1c4cc2[_0x4033d9(0x295)],_0x1c4cc2[_0x4033d9(0x282)])['WebDriver'];(!_0x34981d['prototype']||!_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)])&&(_0x34981d=helper[_0x4033d9(0x244)](_0x1c4cc2[_0x4033d9(0x1ec)],_0x1c4cc2[_0x4033d9(0x282)])[_0x4033d9(0x289)]);if(_0x34981d[_0x4033d9(0x2c4)]&&_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)]){const _0xd3b658=_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)];logger['debug'](_0x1c4cc2['mJhNs']),_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)]=async function(){const _0x35d4f8=_0x4033d9;try{!globals[_0x35d4f8(0x2e2)](_0x1c4cc2[_0x35d4f8(0x250)])&&globals[_0x35d4f8(0x2e2)](_0x1c4cc2['HOcLr'])&&globals[_0x35d4f8(0x2e2)](_0x1c4cc2['jlbTT'])&&scripts[_0x35d4f8(0x25d)](arguments[0x0]['name_'])&&!_0x1c4cc2[_0x35d4f8(0x1c7)](isBrowserStackCommandExecutor,arguments[0x0][_0x35d4f8(0x287)])&&(globals['setGlobal'](_0x1c4cc2['dQyzq'],!![]),logger[_0x35d4f8(0x271)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x35d4f8(0x1c2)]),await _0x1c4cc2[_0x35d4f8(0x290)](performScan,global[_0x35d4f8(0x2d6)],arguments[0x0]['name_']));}catch(_0x470df7){logger[_0x35d4f8(0x271)](_0x35d4f8(0x241)+util[_0x35d4f8(0x2f5)](_0x470df7));}return globals['setGlobal'](_0x1c4cc2['dQyzq'],![]),_0xd3b658[_0x35d4f8(0x1f7)](this,arguments);};}}catch(_0x44e2bb){logger[_0x4033d9(0x271)](_0x1c4cc2[_0x4033d9(0x2dc)](_0x1c4cc2['IMljv'],_0x44e2bb));}return _0x5491da[_0x4033d9(0x1fd)]=_0x5491da[_0x4033d9(0x278)],_0x5491da['Builder']=_0x332415,_0x54209a[_0x4033d9(0x259)]=_0x399176,_0x5491da;};function a179_0x3d58(_0x118885,_0x429ef0){const _0x19bdef=a179_0x19bd();return a179_0x3d58=function(_0x3d5834,_0x269f73){_0x3d5834=_0x3d5834-0x1c2;let _0x1b300e=_0x19bdef[_0x3d5834];return _0x1b300e;},a179_0x3d58(_0x118885,_0x429ef0);}module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x2ce)]=modify,module['exports']['browserstackAgentV2']=modifyV2,module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x29c)]=percySDK,module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x225)]=BrowserStackSdk,module[a179_0x1aade0(0x1db)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a179_0x1aade0(0x1fb))[a179_0x1aade0(0x2d8)]();}catch(a179_0x5bdcb1){logger[a179_0x1aade0(0x271)](a179_0x1aade0(0x30a)+(a179_0x5bdcb1&&a179_0x5bdcb1[a179_0x1aade0(0x2c9)]));}module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x2ed)]=require('./helpers/driverInitErrorReporter')['installAll'],module['exports']['TestClient']=require(a179_0x1aade0(0x22e));
1
+ const a179_0x1756d9=a179_0x1a96;(function(_0x206e04,_0x28b05c){const _0x6ae803=a179_0x1a96,_0xa41380=_0x206e04();while(!![]){try{const _0x14ee85=parseInt(_0x6ae803(0xc2))/0x1*(-parseInt(_0x6ae803(0xa7))/0x2)+-parseInt(_0x6ae803(0x197))/0x3+parseInt(_0x6ae803(0x1e7))/0x4+-parseInt(_0x6ae803(0xb4))/0x5*(parseInt(_0x6ae803(0x1bd))/0x6)+parseInt(_0x6ae803(0x112))/0x7*(-parseInt(_0x6ae803(0x187))/0x8)+-parseInt(_0x6ae803(0x177))/0x9*(parseInt(_0x6ae803(0x1b1))/0xa)+parseInt(_0x6ae803(0x1ad))/0xb;if(_0x14ee85===_0x28b05c)break;else _0xa41380['push'](_0xa41380['shift']());}catch(_0x98c747){_0xa41380['push'](_0xa41380['shift']());}}}(a179_0x1fbc,0x18a24));function a179_0x1a96(_0x45a301,_0x446b6a){const _0x1fbcf0=a179_0x1fbc();return a179_0x1a96=function(_0x1a96f4,_0x3bb85d){_0x1a96f4=_0x1a96f4-0x80;let _0x218883=_0x1fbcf0[_0x1a96f4];return _0x218883;},a179_0x1a96(_0x45a301,_0x446b6a);}const util=require(a179_0x1756d9(0x1db)),{overrideTakeScreenshot}=require(a179_0x1756d9(0xed)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a179_0x1756d9(0x17a)),{setAccessibilityCapabilities,setExtension}=require(a179_0x1756d9(0x17e)),helper=require(a179_0x1756d9(0x135)),logger=require(a179_0x1756d9(0x86))[a179_0x1756d9(0x1e6)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a179_0x1756d9(0x116)),percyHelper=require(a179_0x1756d9(0x13d)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a179_0x1756d9(0xb1)),scripts=require(a179_0x1756d9(0x113)),globals=require('./helpers/globals'),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a179_0x1756d9(0x1c5)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a179_0x1756d9(0x185)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a179_0x1756d9(0x17a)),modify=_0x46bf66=>{const _0x3ab6d6=a179_0x1756d9,_0x453a82={'TbyIR':function(_0x239f4c,_0x5c778d){return _0x239f4c!==_0x5c778d;},'jtkdP':_0x3ab6d6(0x14a),'VksIo':function(_0x8d46db,_0x3d0561){return _0x8d46db+_0x3d0561;},'xbSNS':function(_0x1793e5,_0x56b316){return _0x1793e5+_0x56b316;},'EIRjD':_0x3ab6d6(0x1b8),'KdPZY':_0x3ab6d6(0x1da),'FtUXs':'goog:chromeOptions','vxPOJ':_0x3ab6d6(0xd0),'TRxDy':_0x3ab6d6(0x119),'egjRZ':_0x3ab6d6(0xff),'ncXxr':_0x3ab6d6(0x123),'lLhcU':_0x3ab6d6(0xe5),'XSThf':'safari.options','kTEHj':_0x3ab6d6(0x1ee),'kedDT':_0x3ab6d6(0x1cc),'XVqjN':function(_0x40d885,_0x2b304e){return _0x40d885===_0x2b304e;},'BnZUb':_0x3ab6d6(0x1c3),'XHYQS':_0x3ab6d6(0xf8),'IOcGq':function(_0x15b70a){return _0x15b70a();},'DHqTN':function(_0x4dbac1,_0x1c2f02){return _0x4dbac1(_0x1c2f02);},'JWTKD':_0x3ab6d6(0x1a5),'lhVbH':_0x3ab6d6(0xdf),'uAunM':_0x3ab6d6(0x1a7),'jHdsA':_0x3ab6d6(0x15e),'pgRxU':'platform','XckRM':'browserName','kbWeU':function(_0x5ada4b,_0xe2f1f){return _0x5ada4b===_0xe2f1f;},'gbYsc':_0x3ab6d6(0x195),'UClVQ':_0x3ab6d6(0x1ba),'xXvwq':_0x3ab6d6(0x168),'OdeiR':_0x3ab6d6(0x1d7),'JoUqE':'isAccessibilityPlatform','ZVtMx':function(_0x42427a,_0x26446c,_0x112f22){return _0x42427a(_0x26446c,_0x112f22);},'batpe':_0x3ab6d6(0xc5),'Smial':_0x3ab6d6(0xa2),'lOJps':_0x3ab6d6(0x137),'DRTQB':_0x3ab6d6(0xe8),'SYQRu':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','lsXff':function(_0x41c43c,_0x5e5622,_0x249ab0,_0x2802a3,_0x19782f){return _0x41c43c(_0x5e5622,_0x249ab0,_0x2802a3,_0x19782f);},'DnOgz':function(_0x5d7cf2,_0x140b8e){return _0x5d7cf2||_0x140b8e;},'UnOjP':_0x3ab6d6(0x97),'AEscU':_0x3ab6d6(0x161),'IpXYp':function(_0x2fd800,_0x945418,_0x41a7a5){return _0x2fd800(_0x945418,_0x41a7a5);},'TrQNp':function(_0x5510f2,_0xf1410c,_0x371171){return _0x5510f2(_0xf1410c,_0x371171);},'ATBkY':_0x3ab6d6(0x134),'DacUV':_0x3ab6d6(0x13b)};logger['info'](_0x453a82['ATBkY']),logger[_0x3ab6d6(0x14b)](_0x453a82[_0x3ab6d6(0xf0)]);const _0x4dcc37=helper['requireSeleniumWebdriver'](),_0x470689=helper[_0x3ab6d6(0x15b)]();class _0x5c373c extends _0x470689[_0x3ab6d6(0xd9)]{['send'](_0x38878b){const _0x3e71a5=_0x3ab6d6;if(_0x453a82[_0x3e71a5(0x1d4)](_0x38878b['path'],_0x453a82['jtkdP']))try{const _0x2a5db1=_0x38878b['path'][_0x3e71a5(0x157)]('/')[0x2];if(_0x2a5db1){const _0x290acf=hubAllocator[_0x3e71a5(0x95)](_0x2a5db1);if(_0x290acf){const _0x2c37ba=_0x453a82['VksIo'](_0x453a82[_0x3e71a5(0x121)](_0x453a82[_0x3e71a5(0x178)],_0x290acf),_0x453a82[_0x3e71a5(0xc8)]);this[_0x3e71a5(0xbc)]=hubAllocator[_0x3e71a5(0x16d)](_0x2c37ba),logger['debug'](_0x3e71a5(0x15d)+_0x2c37ba);}}}catch(_0x3e2565){logger['error'](_0x3e2565);}return super[_0x3e71a5(0x17d)](_0x38878b);}}class _0x3b6737 extends _0x4dcc37[_0x3ab6d6(0x13c)]{[_0x3ab6d6(0x89)](_0x27ac29){const _0x2242cf=_0x3ab6d6;let _0x298f76={};for(const _0x336d5d in _0x27ac29){switch(_0x336d5d){case _0x453a82[_0x2242cf(0x156)]:case _0x453a82['vxPOJ']:this[_0x2242cf(0x1bb)]&&(_0x298f76=this[_0x2242cf(0x1bb)][_0x2242cf(0xa9)](this[_0x2242cf(0x1bb)][_0x2242cf(0xa3)])||{},this[_0x2242cf(0x1bb)]['set'](this[_0x2242cf(0x1bb)][_0x2242cf(0xa3)],helper[_0x2242cf(0x11f)](_0x298f76,_0x27ac29[_0x336d5d])));break;case _0x453a82[_0x2242cf(0x1ac)]:case _0x453a82[_0x2242cf(0x158)]:this[_0x2242cf(0x1cb)]&&(_0x298f76=this[_0x2242cf(0x1cb)]['get'](this[_0x2242cf(0x1cb)][_0x2242cf(0xa3)])||{},this[_0x2242cf(0x1cb)][_0x2242cf(0xe2)](this[_0x2242cf(0x1cb)][_0x2242cf(0xa3)],helper[_0x2242cf(0x11f)](_0x298f76,_0x27ac29[_0x336d5d])));break;case _0x453a82[_0x2242cf(0x16a)]:case _0x453a82[_0x2242cf(0x16c)]:this[_0x2242cf(0x1c2)]&&(_0x298f76=this[_0x2242cf(0x1c2)]['get'](this[_0x2242cf(0x1c2)][_0x2242cf(0xa3)])||{},this[_0x2242cf(0x1c2)][_0x2242cf(0xe2)](this['firefoxOptions_'][_0x2242cf(0xa3)],helper[_0x2242cf(0x11f)](_0x298f76,_0x27ac29[_0x336d5d])));break;case _0x453a82[_0x2242cf(0x160)]:this[_0x2242cf(0xcb)]&&(_0x298f76=this[_0x2242cf(0xcb)][_0x2242cf(0xa9)](this[_0x2242cf(0xcb)]['CAPABILITY_KEY'])||{},this[_0x2242cf(0xcb)][_0x2242cf(0xe2)](this[_0x2242cf(0xcb)]['CAPABILITY_KEY'],helper[_0x2242cf(0x11f)](_0x298f76,_0x27ac29[_0x336d5d])));break;case _0x453a82[_0x2242cf(0x8e)]:case _0x453a82[_0x2242cf(0x174)]:this[_0x2242cf(0xcc)]&&(_0x298f76=this[_0x2242cf(0xcc)][_0x2242cf(0xa9)](this['ieOptions_'][_0x2242cf(0xa3)])||{},this[_0x2242cf(0xcc)]['set'](this[_0x2242cf(0xcc)][_0x2242cf(0xa3)],helper[_0x2242cf(0x11f)](_0x298f76,_0x27ac29[_0x336d5d])));break;}}}[_0x3ab6d6(0x196)](){const _0x1dc11f=_0x3ab6d6;return this[_0x1dc11f(0x192)]=helper['getHubUrl'](_0x46bf66),logger[_0x1dc11f(0x14b)](_0x1dc11f(0x169)+this[_0x1dc11f(0x192)]),this;}['setCapabilities'](){const _0x107b2d=_0x3ab6d6,_0x21bdad={'BGrxX':function(_0x4b9045,_0x1aae97){const _0x2fcead=a179_0x1a96;return _0x453a82[_0x2fcead(0x1ab)](_0x4b9045,_0x1aae97);},'NgUEI':_0x453a82['BnZUb']};return logger[_0x107b2d(0x14b)](_0x453a82[_0x107b2d(0x17f)]),this[_0x107b2d(0x89)](_0x46bf66['capability']),Object[_0x107b2d(0x170)](_0x46bf66[_0x107b2d(0x8c)])[_0x107b2d(0x136)](_0x311b83=>{const _0x2c26f8=_0x107b2d,_0x59fe66=this['capabilities_']['get'](_0x311b83);_0x21bdad[_0x2c26f8(0x18d)](typeof _0x59fe66,_0x21bdad['NgUEI'])?this[_0x2c26f8(0xa4)][_0x2c26f8(0xe2)](_0x311b83,helper[_0x2c26f8(0x11f)](_0x59fe66,_0x46bf66[_0x2c26f8(0x8c)][_0x311b83])):this[_0x2c26f8(0xa4)][_0x2c26f8(0xe2)](_0x311b83,_0x46bf66[_0x2c26f8(0x8c)][_0x311b83]);}),this;}[_0x3ab6d6(0x18c)](){const _0xa67beb=_0x3ab6d6,_0x26a1d3={'kuGyG':_0x453a82[_0xa67beb(0x165)],'RUZdz':_0x453a82[_0xa67beb(0x102)],'Omsbq':function(_0x42c492,_0x35e120,_0x4d1e20){return _0x453a82['ZVtMx'](_0x42c492,_0x35e120,_0x4d1e20);},'ZsjeO':function(_0x110e18,_0x3d25db,_0x396999){const _0xe7cad8=_0xa67beb;return _0x453a82[_0xe7cad8(0x104)](_0x110e18,_0x3d25db,_0x396999);},'MJOrl':function(_0x198484,_0x2a9592,_0x3a1e78,_0x83d04e,_0x1eff7b){const _0x50fa7e=_0xa67beb;return _0x453a82[_0x50fa7e(0x10d)](_0x198484,_0x2a9592,_0x3a1e78,_0x83d04e,_0x1eff7b);},'qaVtc':function(_0x311a0b,_0x3b96c2){const _0x91ad62=_0xa67beb;return _0x453a82[_0x91ad62(0x159)](_0x311a0b,_0x3b96c2);},'aTOkN':_0x453a82[_0xa67beb(0x9f)],'fKMlw':_0x453a82[_0xa67beb(0x80)],'TrUnV':function(_0x2d9bff,_0x3c93c3,_0x2c4744){const _0x2b4ee1=_0xa67beb;return _0x453a82[_0x2b4ee1(0xdd)](_0x2d9bff,_0x3c93c3,_0x2c4744);},'tfvVm':function(_0x26f2a8,_0x46a172){return _0x453a82['DnOgz'](_0x26f2a8,_0x46a172);},'KihjY':function(_0x2969a9,_0x58abb8,_0x2ee829){const _0x49eca0=_0xa67beb;return _0x453a82[_0x49eca0(0x12a)](_0x2969a9,_0x58abb8,_0x2ee829);},'UlZxQ':function(_0x22b50b,_0x2aba10,_0x42b298,_0x3e160d,_0x4b576f){const _0x6c602f=_0xa67beb;return _0x453a82[_0x6c602f(0x10d)](_0x22b50b,_0x2aba10,_0x42b298,_0x3e160d,_0x4b576f);},'lRvve':function(_0x17d7f5,_0x314a82,_0x3f21c5){const _0x1db3cd=_0xa67beb;return _0x453a82[_0x1db3cd(0xdd)](_0x17d7f5,_0x314a82,_0x3f21c5);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0xa67beb(0xef)],()=>{const _0x242837=_0xa67beb;_0x453a82[_0x242837(0x111)](isAccessibilityAutomationSession)&&_0x453a82[_0x242837(0x198)](setAccessibilityCapabilities,_0x46bf66);this[_0x242837(0x196)](),this[_0x242837(0x11c)]();if(helper['isPacProxy'](_0x46bf66[_0x242837(0x107)][_0x242837(0xb6)]))this[_0x242837(0x184)]=helper['getHttpAgent'](_0x46bf66['proxySettings'][_0x242837(0xb6)]);else _0x46bf66[_0x242837(0x107)]['proxyUrl']&&(this[_0x242837(0xa8)]=_0x46bf66[_0x242837(0x107)][_0x242837(0xb6)],logger['debug'](_0x242837(0x1ed)+this[_0x242837(0xa8)]));if(_0x453a82[_0x242837(0x111)](isAccessibilityAutomationSession)){const _0x24cd91=this[_0x242837(0xa4)]['get'](_0x453a82['JWTKD'])||{},_0x4fe90d=_0x24cd91[_0x242837(0x1a7)]||this[_0x242837(0xa4)]['get'](_0x453a82['lhVbH'])||this[_0x242837(0xa4)][_0x242837(0xa9)](_0x453a82[_0x242837(0x81)]);if(_0x4fe90d){const _0x49701a=(_0x24cd91[_0x242837(0x15e)]||_0x24cd91[_0x242837(0x84)]||this['capabilities_'][_0x242837(0xa9)](_0x453a82[_0x242837(0x1b5)])||this[_0x242837(0xa4)][_0x242837(0xa9)](_0x453a82[_0x242837(0x109)])||'')[_0x242837(0x1b7)](),_0x5a4cc0=(_0x24cd91[_0x242837(0xc3)]||this[_0x242837(0xa4)][_0x242837(0xa9)](_0x453a82[_0x242837(0xb5)])||'')[_0x242837(0x1b7)]();_0x453a82['kbWeU'](_0x49701a,_0x453a82['gbYsc'])&&_0x5a4cc0[_0x242837(0xec)](_0x453a82[_0x242837(0x1c8)])&&(_0x453a82[_0x242837(0x111)](isMobileScanningEnabledForGroup)&&(logger[_0x242837(0x14b)](_0x453a82['xXvwq']),globals['setGlobal'](_0x453a82[_0x242837(0x18a)],!![])));}}if(globals[_0x242837(0x1e0)](_0x453a82[_0x242837(0xe1)])){if(!_0x453a82[_0x242837(0x104)](setExtension,this,_0x46bf66)){globals[_0x242837(0x93)](_0x453a82[_0x242837(0xe1)],![]);const _0x2dccbe=this[_0x242837(0xa4)][_0x242837(0xa9)](_0x453a82['JWTKD']);_0x2dccbe&&(_0x2dccbe[_0x242837(0xf4)]=![],delete _0x2dccbe[_0x242837(0x1a6)],this[_0x242837(0xa4)][_0x242837(0xe2)](_0x453a82[_0x242837(0xa5)],_0x2dccbe)),this['capabilities_']['get'](_0x453a82['batpe'])&&(this['capabilities_'][_0x242837(0xe2)](_0x453a82[_0x242837(0x142)],![]),this[_0x242837(0xa4)][_0x242837(0x1eb)](_0x453a82[_0x242837(0x1dd)]));}}(!helper[_0x242837(0xee)]()||helper[_0x242837(0x19a)](_0x46bf66))&&helper[_0x242837(0x118)](null,helper[_0x242837(0x1b6)](_0x46bf66),_0x46bf66['framework'],null,this,null),helper[_0x242837(0xf6)](_0x46bf66[_0x242837(0x8c)]),logger[_0x242837(0x14b)](_0x453a82[_0x242837(0x1df)]);})();const _0x5a8ec7=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents[_0xa67beb(0x191)],()=>{const _0x58e3be=_0xa67beb,_0x47f6f1={'clplB':function(_0x2cc40f,_0xe66620,_0x53d75d){const _0x5063fb=a179_0x1a96;return _0x26a1d3[_0x5063fb(0x1b2)](_0x2cc40f,_0xe66620,_0x53d75d);},'wkFSE':_0x26a1d3[_0x58e3be(0xd5)],'TmCYJ':_0x26a1d3['fKMlw'],'IdEKd':function(_0x3fcf78,_0x113679){const _0x1c6bf6=_0x58e3be;return _0x26a1d3[_0x1c6bf6(0x188)](_0x3fcf78,_0x113679);},'ETSXQ':function(_0x23197e,_0x226fe8,_0x4fca55){const _0x2020f1=_0x58e3be;return _0x26a1d3[_0x2020f1(0xeb)](_0x23197e,_0x226fe8,_0x4fca55);},'wXYGd':function(_0x40fd72,_0x2dd6de,_0x4db2e7,_0x112f00,_0x62e421){const _0x80c639=_0x58e3be;return _0x26a1d3[_0x80c639(0xe6)](_0x40fd72,_0x2dd6de,_0x4db2e7,_0x112f00,_0x62e421);},'TafjH':function(_0x985f4c,_0x16fe62,_0x362af5){const _0xe98c0d=_0x58e3be;return _0x26a1d3[_0xe98c0d(0x11a)](_0x985f4c,_0x16fe62,_0x362af5);}};_0x5a8ec7[_0x58e3be(0x1e9)][_0x58e3be(0x1ce)](_0x5460fb=>{const _0x12301f=_0x58e3be;try{const _0x5c066a=_0x5460fb[_0x12301f(0x90)][_0x12301f(0xa9)](_0x26a1d3[_0x12301f(0x16b)]);_0x5c066a?(logger[_0x12301f(0x14b)](_0x12301f(0x173)+_0x5c066a),hubAllocator['updateHubUrl'](_0x5c066a,_0x5460fb[_0x12301f(0x139)]()),helper[_0x12301f(0xd7)](_0x5c066a)):logger[_0x12301f(0x14b)](_0x26a1d3[_0x12301f(0x164)]);}catch(_0x2e7d09){logger[_0x12301f(0x14b)](_0x12301f(0x143)+_0x2e7d09);}}),_0x5a8ec7[_0x58e3be(0x1ce)]&&_0x5a8ec7[_0x58e3be(0x1ce)](_0x1da259=>{const _0x2633da=_0x58e3be,_0x5b6956={'qevjC':function(_0x3a9725,_0x2ffb88,_0x11347d){const _0x3ae1e4=a179_0x1a96;return _0x47f6f1[_0x3ae1e4(0x12e)](_0x3a9725,_0x2ffb88,_0x11347d);},'CRMfi':function(_0x1aff2a,_0x28ae96,_0x4617e0,_0x22a1cc,_0x16d2f8){const _0x40f7ce=a179_0x1a96;return _0x47f6f1[_0x40f7ce(0x85)](_0x1aff2a,_0x28ae96,_0x4617e0,_0x22a1cc,_0x16d2f8);},'xzCBI':function(_0x2347a9,_0x3d9e4e){const _0x27cd5e=a179_0x1a96;return _0x47f6f1[_0x27cd5e(0x17c)](_0x2347a9,_0x3d9e4e);},'diQWX':_0x47f6f1['wkFSE'],'idbzk':_0x47f6f1[_0x2633da(0x19d)]};helper[_0x2633da(0xdc)](_0x1da259,_0x46bf66),_0x47f6f1[_0x2633da(0x87)](overrideExecute,_0x1da259,_0x46bf66),_0x1da259['getAccessibilityResultsSummary']=async()=>{const _0x36af0c=_0x2633da;return await _0x47f6f1[_0x36af0c(0xad)](getAccessibilityResultsSummary,_0x1da259,global);},_0x1da259[_0x2633da(0xc4)]=async()=>{const _0xd29be9=_0x2633da;return await _0x5b6956[_0xd29be9(0x126)](getAccessibilityResults,_0x1da259,global);},_0x1da259[_0x2633da(0xa0)]=async _0x576983=>{const _0x2736e3=_0x2633da;return await _0x5b6956[_0x2736e3(0x128)](performScan,_0x1da259,null,!![],_0x5b6956[_0x2736e3(0xaa)](_0x576983,null));},_0x1da259[_0x2633da(0x1b0)]=async _0x7d1c18=>{const _0x1afc20=_0x2633da;globals[_0x1afc20(0x93)](_0x47f6f1[_0x1afc20(0x94)],!![]),globals[_0x1afc20(0x93)](_0x47f6f1[_0x1afc20(0x19d)],_0x47f6f1[_0x1afc20(0x17c)](_0x7d1c18,null));},_0x1da259[_0x2633da(0x19c)]=async()=>{const _0x4bd130=_0x2633da;globals[_0x4bd130(0x93)](_0x5b6956[_0x4bd130(0xb0)],![]),globals['setGlobal'](_0x5b6956['idbzk'],null);};}),_0x5a8ec7['getAccessibilityResultsSummary']=async()=>{return await _0x26a1d3['Omsbq'](getAccessibilityResultsSummary,_0x5a8ec7,global);},_0x5a8ec7[_0x58e3be(0xc4)]=async()=>{const _0x39bf7f=_0x58e3be;return await _0x26a1d3[_0x39bf7f(0x11a)](getAccessibilityResults,_0x5a8ec7,global);},_0x5a8ec7[_0x58e3be(0xa0)]=async _0x9cab9f=>{const _0xc1b22=_0x58e3be;return await _0x26a1d3[_0xc1b22(0x14d)](performScan,_0x5a8ec7,null,!![],_0x26a1d3[_0xc1b22(0x1c9)](_0x9cab9f,null));},_0x5a8ec7['startA11yScanning']=async _0x570838=>{const _0xf3b67d=_0x58e3be;globals['setGlobal'](_0x26a1d3[_0xf3b67d(0xd5)],!![]),globals[_0xf3b67d(0x93)](_0x26a1d3[_0xf3b67d(0x167)],_0x26a1d3[_0xf3b67d(0x1c9)](_0x570838,null));},_0x5a8ec7[_0x58e3be(0x19c)]=async()=>{const _0x113057=_0x58e3be;globals[_0x113057(0x93)](_0x26a1d3[_0x113057(0xd5)],![]),globals[_0x113057(0x93)](_0x26a1d3['fKMlw'],null);},helper[_0x58e3be(0xdc)](_0x5a8ec7,_0x46bf66),_0x26a1d3[_0x58e3be(0x125)](overrideExecute,_0x5a8ec7,_0x46bf66),helper['isUndefined'](global[_0x58e3be(0x124)])&&(global[_0x58e3be(0x124)]=[]),global[_0x58e3be(0x124)][_0x58e3be(0xfa)](_0x5a8ec7);})(),_0x5a8ec7;}}_0x4dcc37[_0x3ab6d6(0x180)]=_0x4dcc37[_0x3ab6d6(0x13c)],_0x4dcc37[_0x3ab6d6(0x13c)]=_0x3b6737,_0x470689['HttpClient']=_0x5c373c;},propagateJestSessionName=(_0x533792,_0x2deac6,_0x4d3eb1='')=>{const _0x53f74f=a179_0x1756d9,_0x1b98ca={};_0x1b98ca[_0x53f74f(0x10c)]='percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s';const _0x4f288e=_0x1b98ca;_0x2deac6&&_0x2deac6[_0x53f74f(0x1de)]&&_0x2deac6[_0x53f74f(0x1de)]['browserstackSessionName']&&helper[_0x53f74f(0x132)](_0x533792[_0x53f74f(0xb3)])&&(_0x533792['browserstackSessionName']=_0x2deac6[_0x53f74f(0x1de)]['browserstackSessionName'],logger[_0x53f74f(0x14b)](util[_0x53f74f(0x182)](_0x4f288e[_0x53f74f(0x10c)],_0x4d3eb1?'\x20'+_0x4d3eb1:'',_0x533792['browserstackSessionName'])));},modifyV2=(_0x5ca7e7,_0x5ac5e3=null,_0x11064b=![])=>{const _0x52ec7d=a179_0x1756d9,_0x1bd7ec={'PJFpk':function(_0x1bd961,_0x575a42){return _0x1bd961!==_0x575a42;},'jhTzt':'/session','OerZD':function(_0x4f436b,_0x420e56){return _0x4f436b+_0x420e56;},'VgZPT':function(_0x151f84,_0x27752d){return _0x151f84+_0x27752d;},'qYxYt':'https://','ABQye':_0x52ec7d(0x1da),'VWjwa':_0x52ec7d(0xc0),'vfStk':'chromeOptions','uQlcw':_0x52ec7d(0x119),'bjCZb':_0x52ec7d(0xff),'BMTvb':'moz:firefoxOptions','TiMXL':_0x52ec7d(0xe5),'tlUGk':_0x52ec7d(0xb8),'zZmjz':_0x52ec7d(0x1ee),'KlCYb':_0x52ec7d(0x1cc),'Ryfdi':function(_0x45b49e,_0x33e2f0){return _0x45b49e===_0x33e2f0;},'iYrVd':_0x52ec7d(0x1c3),'WYlQg':_0x52ec7d(0xf8),'DHeKD':function(_0x2423f2,_0x589559){return _0x2423f2>_0x589559;},'mdfpA':function(_0x274af5,_0x2ef5f0){return _0x274af5>_0x2ef5f0;},'hsbcj':function(_0x3d52d6){return _0x3d52d6();},'AqNOd':function(_0x145a8d,_0x27c198,_0x38bbc8){return _0x145a8d(_0x27c198,_0x38bbc8);},'hIAON':_0x52ec7d(0xc6),'ICuXp':'bstack:options','kwHVk':'browserstack.accessibility','PslJk':_0x52ec7d(0xa2),'XKRxA':_0x52ec7d(0xe8),'nQdix':_0x52ec7d(0x1d2),'pHPhT':'bstackA11yShouldScan','hQsHM':_0x52ec7d(0x161),'mzLpc':function(_0x1d49ec,_0x5e0577,_0x36b3c8){return _0x1d49ec(_0x5e0577,_0x36b3c8);},'TdMDc':function(_0x3a1fa7,_0x1b114e,_0x224422,_0x50baec,_0x49e503){return _0x3a1fa7(_0x1b114e,_0x224422,_0x50baec,_0x49e503);},'AbcRg':function(_0x347e8a,_0x585293){return _0x347e8a||_0x585293;},'VPxCM':function(_0x20a943,_0x50c424){return _0x20a943(_0x50c424);},'fiVie':function(_0x333405,_0x2c8c76){return _0x333405(_0x2c8c76);},'KFaUk':function(_0x2565e7,_0x4a069c,_0x47e3ef,_0x3658b5){return _0x2565e7(_0x4a069c,_0x47e3ef,_0x3658b5);},'MioDz':_0x52ec7d(0x8f),'jJNoC':function(_0x303df4,_0x3cd563){return _0x303df4!==_0x3cd563;},'qwdsV':_0x52ec7d(0xdf),'hAORb':_0x52ec7d(0x1a7),'FQYhE':_0x52ec7d(0x15e),'TPJBD':_0x52ec7d(0x84),'doYyZ':_0x52ec7d(0xc3),'SzrIc':_0x52ec7d(0x195),'oSDDz':'chrome','NCsMD':function(_0x4a7846){return _0x4a7846();},'laFiN':_0x52ec7d(0x168),'iFuIP':_0x52ec7d(0x1d7),'QQCcx':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','xHlle':function(_0x3cdbe1){return _0x3cdbe1();},'lQgUp':_0x52ec7d(0x101),'OZkjP':_0x52ec7d(0x103),'WrMWf':'browserVersion','jzyvp':_0x52ec7d(0x1d8),'nuTld':function(_0xaa9d7e,_0x21ca69){return _0xaa9d7e<_0x21ca69;},'HHzNT':function(_0x1d22ab,_0x51a593){return _0x1d22ab(_0x51a593);},'eKdfg':function(_0x132c07,_0x243903){return _0x132c07!==_0x243903;},'rvTqI':_0x52ec7d(0x110),'TEZsj':function(_0x25c878,_0x33f936){return _0x25c878||_0x33f936;},'tfIse':_0x52ec7d(0xa1),'AmTFL':function(_0x23df0f,_0x1d8c24){return _0x23df0f(_0x1d8c24);},'aGBDt':_0x52ec7d(0x134),'fQClu':_0x52ec7d(0x13b),'SCwHj':_0x52ec7d(0x82),'qInmi':_0x52ec7d(0x11b),'UksdX':_0x52ec7d(0x1b3),'lZJPW':_0x52ec7d(0x150),'qniPJ':function(_0xdb88c9,_0x5d09fa){return _0xdb88c9+_0x5d09fa;},'TIVZu':_0x52ec7d(0x146)},_0x50f140=helper['requireHttpClient']();let _0x5d88ea;try{_0x5d88ea=helper[_0x52ec7d(0x1e5)](),_0x5d88ea[_0x52ec7d(0x180)]&&(_0x5d88ea[_0x52ec7d(0x13c)]=_0x5d88ea[_0x52ec7d(0x180)]);}catch(_0x45ad7b){return;}if(helper[_0x52ec7d(0xee)]()){const _0x227d5a={};_0x227d5a['logLevel']=_0x5ca7e7[_0x52ec7d(0x120)],helper[_0x52ec7d(0x129)](_0x227d5a,new Map(),new Map()),logger[_0x52ec7d(0x1e4)](_0x1bd7ec[_0x52ec7d(0x9a)]),logger[_0x52ec7d(0x14b)](_0x1bd7ec[_0x52ec7d(0x117)]);}class _0x11b926 extends _0x50f140['HttpClient']{[_0x52ec7d(0x17d)](_0x588c4d){const _0x26a9b5=_0x52ec7d;if(_0x1bd7ec[_0x26a9b5(0x92)](_0x588c4d[_0x26a9b5(0x179)],_0x1bd7ec[_0x26a9b5(0x1c6)]))try{const _0x30fb04=_0x588c4d[_0x26a9b5(0x179)]['split']('/')[0x2];if(_0x30fb04){const _0x3e42e6=hubAllocator[_0x26a9b5(0x95)](_0x30fb04);if(_0x3e42e6){const _0x5a6198=_0x1bd7ec[_0x26a9b5(0xf1)](_0x1bd7ec[_0x26a9b5(0x12b)](_0x1bd7ec['qYxYt'],_0x3e42e6),_0x1bd7ec[_0x26a9b5(0x1ea)]);this['options_']=hubAllocator[_0x26a9b5(0x16d)](_0x5a6198),logger[_0x26a9b5(0x14b)](_0x26a9b5(0x15d)+_0x5a6198);}}}catch(_0x3f763e){logger[_0x26a9b5(0xae)](_0x3f763e);}return super[_0x26a9b5(0x17d)](_0x588c4d);}}class _0x148c60 extends _0x5d88ea['Builder']{[_0x52ec7d(0x196)](){const _0x40fa2b=_0x52ec7d;return helper['isBrowserstackInfra']()&&(this[_0x40fa2b(0x192)]=helper['getHubUrl'](_0x5ca7e7)),this;}[_0x52ec7d(0x89)](_0x55e0f3){const _0x484b82=_0x52ec7d;let _0x508c3c={};for(const _0x454d14 in _0x55e0f3){switch(_0x454d14){case _0x1bd7ec[_0x484b82(0x1c4)]:case _0x1bd7ec[_0x484b82(0x83)]:this[_0x484b82(0x1bb)]&&(_0x508c3c=this[_0x484b82(0x1bb)][_0x484b82(0xa9)](this[_0x484b82(0x1bb)]['CAPABILITY_KEY'])||{},this[_0x484b82(0x1bb)]['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x508c3c,_0x55e0f3[_0x454d14])));break;case _0x1bd7ec[_0x484b82(0x17b)]:case _0x1bd7ec[_0x484b82(0xd1)]:this[_0x484b82(0x1cb)]&&(_0x508c3c=this[_0x484b82(0x1cb)]['get'](this[_0x484b82(0x1cb)][_0x484b82(0xa3)])||{},this[_0x484b82(0x1cb)][_0x484b82(0xe2)](this['edgeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x508c3c,_0x55e0f3[_0x454d14])));break;case _0x1bd7ec['BMTvb']:case _0x1bd7ec[_0x484b82(0x12c)]:this[_0x484b82(0x1c2)]&&(_0x508c3c=this[_0x484b82(0x1c2)]['get'](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x484b82(0xe2)](this[_0x484b82(0x1c2)][_0x484b82(0xa3)],helper[_0x484b82(0x11f)](_0x508c3c,_0x55e0f3[_0x454d14])));break;case _0x1bd7ec['tlUGk']:this[_0x484b82(0xcb)]&&(_0x508c3c=this[_0x484b82(0xcb)][_0x484b82(0xa9)](this[_0x484b82(0xcb)][_0x484b82(0xa3)])||{},this[_0x484b82(0xcb)][_0x484b82(0xe2)](this[_0x484b82(0xcb)]['CAPABILITY_KEY'],helper[_0x484b82(0x11f)](_0x508c3c,_0x55e0f3[_0x454d14])));break;case _0x1bd7ec[_0x484b82(0x108)]:case _0x1bd7ec[_0x484b82(0x152)]:this[_0x484b82(0xcc)]&&(_0x508c3c=this[_0x484b82(0xcc)][_0x484b82(0xa9)](this[_0x484b82(0xcc)][_0x484b82(0xa3)])||{},this[_0x484b82(0xcc)]['set'](this[_0x484b82(0xcc)][_0x484b82(0xa3)],helper[_0x484b82(0x11f)](_0x508c3c,_0x55e0f3[_0x454d14])));break;}}}[_0x52ec7d(0x11c)](){const _0x27da6c=_0x52ec7d;logger[_0x27da6c(0x14b)](_0x1bd7ec[_0x27da6c(0x1d3)]);const _0x2fd27b=_0x5ca7e7[_0x27da6c(0x8c)]&&_0x1bd7ec['DHeKD'](Object[_0x27da6c(0x170)](_0x5ca7e7[_0x27da6c(0x8c)])[_0x27da6c(0xd4)],0x0)?_0x5ca7e7[_0x27da6c(0x8c)]:_0x5ca7e7[_0x27da6c(0x144)]&&Array[_0x27da6c(0x148)](_0x5ca7e7[_0x27da6c(0x144)])&&_0x1bd7ec[_0x27da6c(0x145)](_0x5ca7e7['capabilities'][_0x27da6c(0xd4)],0x0)?_0x5ca7e7[_0x27da6c(0x144)][0x0]:{};return this[_0x27da6c(0x89)](_0x2fd27b),Object[_0x27da6c(0x170)](_0x2fd27b)[_0x27da6c(0x136)](_0x310228=>{const _0x4fb1ad=_0x27da6c,_0x23bc07=this[_0x4fb1ad(0xa4)][_0x4fb1ad(0xa9)](_0x310228);_0x1bd7ec['Ryfdi'](typeof _0x23bc07,_0x1bd7ec['iYrVd'])?this[_0x4fb1ad(0xa4)][_0x4fb1ad(0xe2)](_0x310228,helper[_0x4fb1ad(0x11f)](_0x23bc07,_0x2fd27b[_0x310228])):this['capabilities_'][_0x4fb1ad(0xe2)](_0x310228,_0x2fd27b[_0x310228]);}),this;}[_0x52ec7d(0x18c)](){const _0x4df9c3=_0x52ec7d,_0x580bb9={'fqOYf':function(_0x4c59c4){const _0x5c77fe=a179_0x1a96;return _0x1bd7ec[_0x5c77fe(0x14f)](_0x4c59c4);},'upfka':function(_0x1b37cb,_0x29795d){const _0x59a949=a179_0x1a96;return _0x1bd7ec[_0x59a949(0x189)](_0x1b37cb,_0x29795d);},'Dorvk':function(_0x2aaec6){const _0xed795b=a179_0x1a96;return _0x1bd7ec[_0xed795b(0x14f)](_0x2aaec6);},'yKoYJ':_0x1bd7ec[_0x4df9c3(0x1cd)],'WCaXr':_0x1bd7ec[_0x4df9c3(0x166)],'jWkcR':_0x1bd7ec[_0x4df9c3(0x13f)],'HETCv':_0x1bd7ec[_0x4df9c3(0x1be)],'vTCly':_0x1bd7ec['TPJBD'],'fosnm':_0x1bd7ec[_0x4df9c3(0xfb)],'DLbMr':function(_0x10ee9d,_0x7d1a1d){const _0x2b2bb5=_0x4df9c3;return _0x1bd7ec[_0x2b2bb5(0xe4)](_0x10ee9d,_0x7d1a1d);},'xqDFO':_0x1bd7ec[_0x4df9c3(0x19b)],'ojVlk':_0x1bd7ec[_0x4df9c3(0x11d)],'FXnoI':function(_0x3a56ea){const _0x4c1909=_0x4df9c3;return _0x1bd7ec[_0x4c1909(0x163)](_0x3a56ea);},'uSaLp':_0x1bd7ec[_0x4df9c3(0x12f)],'XfTqS':_0x1bd7ec[_0x4df9c3(0x1b4)],'vURkA':_0x1bd7ec[_0x4df9c3(0x1bc)],'eGNwf':function(_0x124284,_0x6643f4,_0x203c54){return _0x1bd7ec['mzLpc'](_0x124284,_0x6643f4,_0x203c54);},'ivNma':_0x1bd7ec['kwHVk'],'DtEmz':_0x1bd7ec[_0x4df9c3(0x1d0)],'bHXAt':_0x1bd7ec[_0x4df9c3(0x91)],'LWyEL':_0x1bd7ec[_0x4df9c3(0x1c4)],'KrESc':function(_0x46c3ae){const _0x228a4b=_0x4df9c3;return _0x1bd7ec[_0x228a4b(0xb9)](_0x46c3ae);},'nBHab':_0x1bd7ec['lQgUp'],'Msfap':_0x1bd7ec['OZkjP'],'ceicZ':_0x1bd7ec['WrMWf'],'KVnRl':_0x1bd7ec['jzyvp'],'NmHyk':function(_0x20e41e,_0x1a2c7e){const _0x1c4980=_0x4df9c3;return _0x1bd7ec[_0x1c4980(0x1d9)](_0x20e41e,_0x1a2c7e);},'ynwHZ':function(_0xd8ebd3,_0x59330f){const _0xee05be=_0x4df9c3;return _0x1bd7ec[_0xee05be(0x1a9)](_0xd8ebd3,_0x59330f);},'ukFvC':function(_0x147d5f,_0x42c35c){return _0x1bd7ec['eKdfg'](_0x147d5f,_0x42c35c);},'xbZcb':function(_0x2cb186,_0x484bdb){return _0x1bd7ec['AbcRg'](_0x2cb186,_0x484bdb);},'TcuIO':function(_0x5c8dae){return _0x1bd7ec['NCsMD'](_0x5c8dae);},'xpuFs':function(_0x5b721a,_0x473b50){return _0x1bd7ec['VPxCM'](_0x5b721a,_0x473b50);},'zqSXI':_0x1bd7ec['rvTqI'],'QkIGT':function(_0x449773,_0x350843,_0x96be06){const _0x4b58b4=_0x4df9c3;return _0x1bd7ec[_0x4b58b4(0x1e3)](_0x449773,_0x350843,_0x96be06);},'VUcWW':_0x1bd7ec[_0x4df9c3(0xb7)],'iflXV':_0x1bd7ec['hQsHM'],'VEnzn':function(_0x20c82c,_0x13367f){const _0x52d0ee=_0x4df9c3;return _0x1bd7ec[_0x52d0ee(0x15f)](_0x20c82c,_0x13367f);}};PerformanceTester[_0x4df9c3(0xe9)](PerformanceEvents[_0x4df9c3(0xef)],()=>{const _0x4176c6=_0x4df9c3;if(helper[_0x4176c6(0xee)]()){helper['setAdditionalCapabilities'](_0x5ca7e7[_0x4176c6(0x8c)]);_0x580bb9[_0x4176c6(0xe3)](isAccessibilityAutomationSession)&&_0x580bb9[_0x4176c6(0x15c)](setAccessibilityCapabilities,_0x5ca7e7);this[_0x4176c6(0x196)](),this['setCapabilities']();if(helper[_0x4176c6(0x1a0)](_0x5ca7e7['proxySettings']['proxyUrl']))this['agent_']=helper[_0x4176c6(0x1d6)](_0x5ca7e7[_0x4176c6(0x107)][_0x4176c6(0xb6)]);else _0x5ca7e7[_0x4176c6(0x107)]['proxyUrl']&&(this[_0x4176c6(0xa8)]=_0x5ca7e7[_0x4176c6(0x107)][_0x4176c6(0xb6)],logger['debug'](_0x4176c6(0x1ed)+this['proxy_']));if(_0x580bb9['Dorvk'](isAccessibilityAutomationSession)){const _0x570c45=this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x10a)])||{},_0x20c1fd=_0x570c45[_0x4176c6(0x1a7)]||this['capabilities_'][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0xa6)])||this[_0x4176c6(0xa4)]['get'](_0x580bb9['jWkcR']);if(_0x20c1fd){const _0x4eb4bf=(_0x570c45[_0x4176c6(0x15e)]||_0x570c45['platform']||this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x133)])||this['capabilities_'][_0x4176c6(0xa9)](_0x580bb9['vTCly'])||'')['toLowerCase'](),_0x5b0a92=(_0x570c45[_0x4176c6(0xc3)]||this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0xf9)])||'')[_0x4176c6(0x1b7)]();_0x580bb9[_0x4176c6(0xf2)](_0x4eb4bf,_0x580bb9[_0x4176c6(0x183)])&&_0x5b0a92[_0x4176c6(0xec)](_0x580bb9['ojVlk'])&&(_0x580bb9[_0x4176c6(0x18b)](isMobileScanningEnabledForGroup)&&(logger[_0x4176c6(0x14b)](_0x580bb9[_0x4176c6(0xfc)]),globals[_0x4176c6(0x93)](_0x580bb9['XfTqS'],!![])));}}if(globals[_0x4176c6(0x1e0)](_0x580bb9['vURkA'])){if(!_0x580bb9[_0x4176c6(0xc1)](setExtension,this,_0x5ca7e7)){globals[_0x4176c6(0x93)](_0x580bb9[_0x4176c6(0x154)],![]);const _0x4431a9=this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9['yKoYJ']);_0x4431a9&&(_0x4431a9['accessibility']=![],delete _0x4431a9['accessibilityOptions'],this[_0x4176c6(0xa4)][_0x4176c6(0xe2)](_0x580bb9[_0x4176c6(0x10a)],_0x4431a9)),this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x16f)])&&(this[_0x4176c6(0xa4)][_0x4176c6(0xe2)](_0x580bb9[_0x4176c6(0x16f)],![]),this[_0x4176c6(0xa4)][_0x4176c6(0x1eb)](_0x580bb9['DtEmz']));}}process[_0x4176c6(0x176)][_0x4176c6(0xcd)]&&(helper[_0x4176c6(0x118)](null,helper['useW3C'](_0x5ca7e7),_0x5ca7e7[_0x4176c6(0x16e)],null,this,null),helper[_0x4176c6(0xf6)](_0x5ca7e7['capability'])),logger[_0x4176c6(0x14b)](_0x580bb9[_0x4176c6(0x10f)]);}else{if(this[_0x4176c6(0x1bb)]){const _0x905774=this[_0x4176c6(0x1bb)][_0x4176c6(0xa9)](this['chromeOptions_']['CAPABILITY_KEY']||_0x580bb9[_0x4176c6(0xbf)]);if(_0x905774&&_0x905774[_0x4176c6(0x18f)]){const _0x55242d=this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0xbf)])||{},_0x5d500f=(_0x55242d[_0x4176c6(0x18f)]||[])['concat'](_0x905774['args']||[]),_0x4fed95=Array[_0x4176c6(0xab)](new Set(_0x5d500f)),_0x13786d={};_0x13786d[_0x4176c6(0x18f)]=_0x4fed95,this['capabilities_'][_0x4176c6(0xe2)](_0x580bb9[_0x4176c6(0xbf)],Object['assign']({},_0x55242d,_0x905774,_0x13786d));}}if(_0x580bb9[_0x4176c6(0x1aa)](isAccessibilityAutomationSession)&&this['getServerUrl']()['includes'](_0x580bb9[_0x4176c6(0xf3)])){let _0x24913c=!![];const _0x3288c2=this[_0x4176c6(0xa4)]['get'](_0x580bb9[_0x4176c6(0x10a)])||{},_0x1f72f3=_0x3288c2['deviceName']||this[_0x4176c6(0xa4)]['get'](_0x580bb9[_0x4176c6(0xa6)])||this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9['jWkcR']);if(_0x1f72f3){const _0x226aa9=(_0x3288c2[_0x4176c6(0x15e)]||_0x3288c2[_0x4176c6(0x84)]||this['capabilities_']['get'](_0x580bb9['HETCv'])||this['capabilities_'][_0x4176c6(0xa9)](_0x580bb9['vTCly'])||'')['toLowerCase'](),_0x2e31ee=(_0x3288c2[_0x4176c6(0xc3)]||this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0xf9)])||'')[_0x4176c6(0x1b7)]();_0x580bb9[_0x4176c6(0xf2)](_0x226aa9,_0x580bb9[_0x4176c6(0x183)])&&_0x2e31ee[_0x4176c6(0xec)](_0x580bb9[_0x4176c6(0x193)])?!_0x580bb9[_0x4176c6(0x175)](isMobileScanningEnabledForGroup)?(logger[_0x4176c6(0x153)](MOBILE_SCANNING_DISABLED_WARNING),_0x24913c=![]):(logger[_0x4176c6(0x14b)](_0x580bb9[_0x4176c6(0xfc)]),globals[_0x4176c6(0x93)](_0x580bb9[_0x4176c6(0xde)],!![])):(logger['warn'](_0x580bb9[_0x4176c6(0x181)]),_0x24913c=![]);}if(_0x24913c){const _0x2b0449=_0x580bb9[_0x4176c6(0x15c)](parseFloat,_0x3288c2[_0x4176c6(0x1c7)]||this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x151)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x2aba99}=_0x580bb9['upfka'](require,_0x580bb9[_0x4176c6(0x99)]),_0x35b2eb=_0x580bb9[_0x4176c6(0x15c)](parseFloat,_0x2aba99);!_0x580bb9[_0x4176c6(0x15c)](isNaN,_0x2b0449)&&_0x580bb9[_0x4176c6(0x9c)](_0x2b0449,_0x35b2eb)&&(logger[_0x4176c6(0x153)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+_0x2aba99+'.'),_0x24913c=![]);}if(_0x24913c){_0x580bb9[_0x4176c6(0x9e)](setAccessibilityCapabilities,_0x5ca7e7),this[_0x4176c6(0x11c)]();if(process[_0x4176c6(0x176)][_0x4176c6(0x10b)]){let _0x1e0d00={};try{process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']&&(_0x1e0d00=JSON[_0x4176c6(0x122)](process[_0x4176c6(0x176)][_0x4176c6(0x9b)]));}catch(_0x511e06){logger[_0x4176c6(0x14b)](_0x4176c6(0x1a8)+_0x511e06);}const _0x109867=helper['useW3C'](_0x5ca7e7),_0x32d76f=this[_0x4176c6(0xa4)]['get'](_0x580bb9[_0x4176c6(0x10a)]);if(_0x580bb9['ukFvC'](_0x109867,![])&&(_0x32d76f||!this['capabilities_'][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x16f)]))){const _0x3243d5=_0x580bb9[_0x4176c6(0x114)](_0x32d76f,{});_0x3243d5['accessibility']=!![];const _0x5a087f={};_0x5a087f[_0x4176c6(0x130)]=process['env']['BS_A11Y_JWT'],_0x5a087f['scannerVersion']=_0x1e0d00[_0x4176c6(0x1c0)],_0x3243d5[_0x4176c6(0x1a6)]=Object[_0x4176c6(0x1cf)]({},_0x3243d5['accessibilityOptions'],_0x5a087f),this['capabilities_']['set'](_0x580bb9[_0x4176c6(0x10a)],_0x3243d5);}else{this[_0x4176c6(0xa4)][_0x4176c6(0xe2)](_0x580bb9['ivNma'],!![]);const _0x1150a7=this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x1b9)])||{},_0x2aac2f={};_0x2aac2f[_0x4176c6(0x130)]=process[_0x4176c6(0x176)][_0x4176c6(0x10b)],_0x2aac2f['scannerVersion']=_0x1e0d00[_0x4176c6(0x1c0)],this[_0x4176c6(0xa4)][_0x4176c6(0xe2)](_0x580bb9[_0x4176c6(0x1b9)],Object['assign']({},_0x1150a7,_0x2aac2f));}}if(!_0x580bb9[_0x4176c6(0xc1)](setExtension,this,_0x5ca7e7)){globals['setGlobal'](_0x580bb9[_0x4176c6(0x154)],![]);const _0x225f52=this['capabilities_'][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x10a)]);_0x225f52&&(_0x225f52[_0x4176c6(0xf4)]=![],delete _0x225f52[_0x4176c6(0x1a6)],this[_0x4176c6(0xa4)][_0x4176c6(0xe2)](_0x580bb9['yKoYJ'],_0x225f52)),this[_0x4176c6(0xa4)][_0x4176c6(0xa9)](_0x580bb9[_0x4176c6(0x16f)])&&(this['capabilities_']['set'](_0x580bb9['ivNma'],![]),this[_0x4176c6(0xa4)][_0x4176c6(0x1eb)](_0x580bb9[_0x4176c6(0x1b9)]));}}}if(_0x580bb9[_0x4176c6(0x88)](isAccessibilityAutomationSession)&&!this[_0x4176c6(0x1a1)]()[_0x4176c6(0xec)](_0x580bb9[_0x4176c6(0xf3)]))try{_0x580bb9[_0x4176c6(0xaf)](hasLegacyHeadlessArg,this)?(logger[_0x4176c6(0x153)](_0x580bb9['zqSXI']),globals['setGlobal'](_0x580bb9['vURkA'],![])):helper[_0x4176c6(0x118)](null,helper[_0x4176c6(0x1b6)](_0x5ca7e7),_0x5ca7e7[_0x4176c6(0x16e)],null,this,null);}catch(_0x59d1d1){logger[_0x4176c6(0x14b)]('Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20'+util[_0x4176c6(0x182)](_0x59d1d1));}}})();const _0x539510=super[_0x4df9c3(0x18c)]();return PerformanceTester[_0x4df9c3(0xe9)](PerformanceEvents[_0x4df9c3(0x191)],()=>{const _0x11d22d=_0x4df9c3,_0x59b27e={'fNvWh':function(_0x224c7d){const _0x45d20f=a179_0x1a96;return _0x1bd7ec[_0x45d20f(0x14f)](_0x224c7d);},'nCZVC':function(_0x38569b,_0x13848c,_0x280e02){const _0x576915=a179_0x1a96;return _0x1bd7ec[_0x576915(0x1d1)](_0x38569b,_0x13848c,_0x280e02);},'EmHMn':_0x1bd7ec[_0x11d22d(0x1bc)],'NlYGO':_0x1bd7ec[_0x11d22d(0x1cd)],'xvqkP':_0x1bd7ec[_0x11d22d(0x9d)],'fSBXI':_0x1bd7ec[_0x11d22d(0x1d0)],'Vtxnd':_0x1bd7ec[_0x11d22d(0xd6)],'LQIpW':_0x1bd7ec[_0x11d22d(0x14c)],'iKRfu':_0x1bd7ec['pHPhT'],'zQexU':_0x1bd7ec['hQsHM'],'uhwnh':function(_0x5ad2b8,_0x5d768d,_0x4a2781){const _0x16ae77=_0x11d22d;return _0x1bd7ec[_0x16ae77(0x1e3)](_0x5ad2b8,_0x5d768d,_0x4a2781);},'dVSme':function(_0x404d73,_0xe818cb,_0x9be10,_0x4617df,_0x1f7da7){return _0x1bd7ec['TdMDc'](_0x404d73,_0xe818cb,_0x9be10,_0x4617df,_0x1f7da7);},'idQqc':function(_0x1ca669,_0x43e6a1){const _0x34661f=_0x11d22d;return _0x1bd7ec[_0x34661f(0x190)](_0x1ca669,_0x43e6a1);},'IdIUA':function(_0x5658b3,_0x27f2ce){return _0x1bd7ec['VPxCM'](_0x5658b3,_0x27f2ce);},'xpWFa':function(_0x396a83,_0x3cb973,_0x5901f6){const _0x501739=_0x11d22d;return _0x1bd7ec[_0x501739(0x1e3)](_0x396a83,_0x3cb973,_0x5901f6);},'REjOs':function(_0xac8b91,_0x1e0074){const _0x163929=_0x11d22d;return _0x1bd7ec[_0x163929(0x190)](_0xac8b91,_0x1e0074);}};_0x539510['session_'][_0x11d22d(0x1ce)](_0x6a572e=>{const _0x320afe=_0x11d22d,_0x441a49=_0x6a572e[_0x320afe(0x90)];if(!helper[_0x320afe(0xee)]()&&_0x59b27e[_0x320afe(0x1e2)](isAccessibilityAutomationSession)){const _0x1f0205=_0x59b27e[_0x320afe(0x8d)](nonBstackPlatformValidation,_0x441a49,this);globals[_0x320afe(0x93)](_0x59b27e[_0x320afe(0xfd)],_0x1f0205);if(!_0x1f0205){const _0x4fc05b=this['capabilities_'][_0x320afe(0xa9)](_0x59b27e['NlYGO']);_0x4fc05b&&(_0x4fc05b[_0x320afe(0xf4)]=![],delete _0x4fc05b['accessibilityOptions'],this['capabilities_'][_0x320afe(0xe2)](_0x59b27e[_0x320afe(0xd3)],_0x4fc05b)),this[_0x320afe(0xa4)][_0x320afe(0xa9)](_0x59b27e['xvqkP'])&&(this[_0x320afe(0xa4)]['set'](_0x59b27e[_0x320afe(0x18e)],![]),this[_0x320afe(0xa4)][_0x320afe(0x1eb)](_0x59b27e[_0x320afe(0xbe)]));}}}),_0x539510[_0x11d22d(0x1e9)][_0x11d22d(0x1ce)](_0x5fb1df=>{const _0x487ab3=_0x11d22d;try{logger['debug'](_0x487ab3(0xac)+_0x5fb1df['getId']());const _0x1a28c=_0x5fb1df['caps_'][_0x487ab3(0xa9)](_0x59b27e[_0x487ab3(0x1d5)]);_0x1a28c?(logger[_0x487ab3(0x14b)](_0x487ab3(0x173)+_0x1a28c),hubAllocator[_0x487ab3(0xbd)](_0x1a28c,_0x5fb1df['getId']()),helper[_0x487ab3(0xd7)](_0x1a28c)):logger[_0x487ab3(0x14b)](_0x59b27e[_0x487ab3(0x105)]);}catch(_0xffb463){logger[_0x487ab3(0x14b)](_0x487ab3(0x143)+_0xffb463);}}),_0x539510[_0x11d22d(0x115)]=0x0,_0x539510[_0x11d22d(0x1ce)]&&_0x539510[_0x11d22d(0x1ce)](_0x19418d=>{const _0x335209=_0x11d22d,_0x1c16e8={'tanMb':function(_0x40ac73,_0x413e42,_0x10be93){return _0x59b27e['uhwnh'](_0x40ac73,_0x413e42,_0x10be93);},'viDvD':function(_0x251a53,_0x4905d4,_0x24f200){const _0x4229f5=a179_0x1a96;return _0x59b27e[_0x4229f5(0x8d)](_0x251a53,_0x4905d4,_0x24f200);},'kvYTr':function(_0x257806,_0xb56254,_0x351a20,_0x2c01ae,_0x26fcce){return _0x59b27e['dVSme'](_0x257806,_0xb56254,_0x351a20,_0x2c01ae,_0x26fcce);},'oPSsc':function(_0x160573,_0x429138){const _0x57ade7=a179_0x1a96;return _0x59b27e[_0x57ade7(0x199)](_0x160573,_0x429138);},'YXalo':_0x59b27e['iKRfu'],'IrEdj':_0x59b27e[_0x335209(0x13e)]};helper['overrideQuit'](_0x19418d,_0x539510),_0x11064b&&_0x59b27e[_0x335209(0x162)](overrideTakeScreenshot,_0x19418d),helper['overrideGet'](_0x19418d,_0x5ca7e7),_0x59b27e[_0x335209(0x141)](overrideExecute,_0x19418d,_0x5ca7e7),_0x59b27e['xpWFa'](propagateJestSessionName,_0x19418d,_0x5ac5e3),_0x5ca7e7[_0x335209(0x8c)]&&percyHelper['patchDriverPercy'](_0x19418d,_0x5d88ea[_0x335209(0xb2)],_0x5ca7e7),_0x19418d[_0x335209(0x1ec)]=async()=>{return await _0x1c16e8['tanMb'](getAccessibilityResultsSummary,_0x19418d,global);},_0x19418d[_0x335209(0xc4)]=async()=>{const _0x34a840=_0x335209;return await _0x1c16e8[_0x34a840(0x155)](getAccessibilityResults,_0x19418d,global);},_0x19418d['performScan']=async _0x450e2b=>{const _0x456c50=_0x335209;return await _0x1c16e8[_0x456c50(0x171)](performScan,_0x19418d,null,!![],_0x1c16e8[_0x456c50(0x8b)](_0x450e2b,null));},_0x19418d[_0x335209(0x1b0)]=async _0x434fc9=>{const _0x28554b=_0x335209;globals[_0x28554b(0x93)](_0x1c16e8[_0x28554b(0x127)],!![]),globals[_0x28554b(0x93)](_0x1c16e8[_0x28554b(0xbb)],_0x1c16e8[_0x28554b(0x8b)](_0x434fc9,null));},_0x19418d['stopA11yScanning']=async()=>{const _0x47dce0=_0x335209;globals[_0x47dce0(0x93)](_0x59b27e[_0x47dce0(0x96)],![]),globals[_0x47dce0(0x93)](_0x59b27e[_0x47dce0(0x13e)],null);};}),_0x539510[_0x11d22d(0x1ec)]=async()=>{const _0x1a8d50=_0x11d22d;return await _0x580bb9[_0x1a8d50(0x1e1)](getAccessibilityResultsSummary,_0x539510,global);},_0x539510['getAccessibilityResults']=async()=>{const _0x1f7061=_0x11d22d;return await _0x59b27e[_0x1f7061(0x141)](getAccessibilityResults,_0x539510,global);},_0x539510['performScan']=async _0x4c9ee1=>{const _0xbe62a0=_0x11d22d;return await _0x59b27e[_0xbe62a0(0x1ae)](performScan,_0x539510,null,!![],_0x59b27e['REjOs'](_0x4c9ee1,null));},_0x539510[_0x11d22d(0x1b0)]=async _0x53f3ab=>{const _0x1054f3=_0x11d22d;globals[_0x1054f3(0x93)](_0x580bb9['VUcWW'],!![]),globals[_0x1054f3(0x93)](_0x580bb9['iflXV'],_0x580bb9[_0x1054f3(0x1ca)](_0x53f3ab,null));},_0x539510[_0x11d22d(0x19c)]=async()=>{const _0x592806=_0x11d22d;globals[_0x592806(0x93)](_0x580bb9[_0x592806(0xe0)],![]),globals[_0x592806(0x93)](_0x580bb9['iflXV'],null);},_0x11064b&&_0x1bd7ec[_0x11d22d(0x149)](overrideTakeScreenshot,_0x539510),helper[_0x11d22d(0x14e)](_0x539510),helper['overrideGet'](_0x539510,_0x5ca7e7),_0x1bd7ec[_0x11d22d(0x1e3)](overrideExecute,_0x539510,_0x5ca7e7),_0x1bd7ec[_0x11d22d(0x1dc)](propagateJestSessionName,_0x539510,_0x5ac5e3,_0x1bd7ec[_0x11d22d(0xf5)]),_0x5ca7e7[_0x11d22d(0x8c)]&&percyHelper['patchDriverPercy'](_0x539510,_0x5d88ea[_0x11d22d(0xb2)],_0x5ca7e7);helper[_0x11d22d(0x132)](global[_0x11d22d(0x124)])&&(global[_0x11d22d(0x124)]=[]);helper[_0x11d22d(0x132)](global[_0x11d22d(0xca)])&&(global['__drivers']=[]);const _0x35044d=global[_0x11d22d(0xda)]||{},_0x30784c=_0x35044d[_0x11d22d(0xc9)];_0x539510[_0x11d22d(0x13a)]=_0x30784c&&_0x30784c['thHookRunUuid']||_0x35044d[_0x11d22d(0xe7)]||null,global[_0x11d22d(0x124)][_0x11d22d(0xfa)](_0x539510),global[_0x11d22d(0x10e)]=_0x539510,_0x5ac5e3&&(_0x5ac5e3[_0x11d22d(0x1de)][_0x11d22d(0x10e)]=_0x539510);_0x1bd7ec['jJNoC'](global[_0x11d22d(0xca)],undefined)&&global[_0x11d22d(0xca)][_0x11d22d(0xfa)](_0x539510);_0x5ac5e3&&helper[_0x11d22d(0x132)](_0x5ac5e3[_0x11d22d(0x1de)][_0x11d22d(0xca)])&&(_0x5ac5e3[_0x11d22d(0x1de)]['__drivers']=[]);_0x5ac5e3&&helper[_0x11d22d(0x132)](_0x5ac5e3['global'][_0x11d22d(0x124)])&&(_0x5ac5e3[_0x11d22d(0x1de)][_0x11d22d(0x124)]=[]);_0x5ac5e3&&_0x1bd7ec[_0x11d22d(0x92)](_0x5ac5e3[_0x11d22d(0x1de)][_0x11d22d(0xca)],undefined)&&(_0x5ac5e3['global'][_0x11d22d(0xca)]['push'](_0x539510),_0x5ac5e3['global'][_0x11d22d(0x124)][_0x11d22d(0xfa)](_0x539510));_0x539510[_0x11d22d(0xc6)]=globals[_0x11d22d(0x1e0)](_0x1bd7ec[_0x11d22d(0x1bc)]);try{global['__drivers'][0x0]['session_']['then'](_0x31a962=>{const _0x2a1841=_0x11d22d;logger[_0x2a1841(0x14b)](_0x2a1841(0x98)+_0x31a962[_0x2a1841(0x139)]()+_0x2a1841(0x194));})['catch'](_0xe072f6=>{const _0x14280d=_0x11d22d;logger[_0x14280d(0x14b)](_0x14280d(0xd2)+_0xe072f6);});}catch(_0xca3be1){logger[_0x11d22d(0x14b)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0xca3be1);}globals[_0x11d22d(0x93)](_0x1bd7ec['hIAON'],globals[_0x11d22d(0x1e0)](_0x1bd7ec[_0x11d22d(0x1bc)]));})(),_0x539510;}}_0x5ac5e3&&(globals[_0x52ec7d(0x8a)]=_0x5ac5e3['global'][_0x52ec7d(0x8a)]);if(_0x1bd7ec[_0x52ec7d(0x14f)](isAccessibilityAutomationSession))try{let _0x1a5f62=helper[_0x52ec7d(0x131)](_0x1bd7ec[_0x52ec7d(0x100)],_0x1bd7ec[_0x52ec7d(0x172)])[_0x52ec7d(0x1a4)];(!_0x1a5f62['prototype']||!_0x1a5f62[_0x52ec7d(0xfe)][_0x52ec7d(0x1e8)])&&(_0x1a5f62=helper[_0x52ec7d(0x131)](_0x1bd7ec[_0x52ec7d(0xc7)],_0x1bd7ec['qInmi'])['Executor']);if(_0x1a5f62[_0x52ec7d(0xfe)]&&_0x1a5f62['prototype'][_0x52ec7d(0x1e8)]){const _0x12c339=_0x1a5f62[_0x52ec7d(0xfe)][_0x52ec7d(0x1e8)];logger[_0x52ec7d(0x14b)](_0x1bd7ec[_0x52ec7d(0x19e)]),_0x1a5f62[_0x52ec7d(0xfe)]['execute']=async function(){const _0x371667=_0x52ec7d;try{!globals['getGlobal'](_0x1bd7ec[_0x371667(0x1bf)])&&globals[_0x371667(0x1e0)](_0x1bd7ec[_0x371667(0x1bc)])&&globals[_0x371667(0x1e0)](_0x1bd7ec[_0x371667(0xb7)])&&scripts[_0x371667(0xcf)](arguments[0x0][_0x371667(0x1a3)])&&!_0x1bd7ec[_0x371667(0xdb)](isBrowserStackCommandExecutor,arguments[0x0][_0x371667(0x106)])&&(globals[_0x371667(0x93)](_0x1bd7ec[_0x371667(0x1bf)],!![]),logger['debug'](_0x371667(0x1a2)+arguments[0x0][_0x371667(0x1a3)]),await _0x1bd7ec[_0x371667(0x1e3)](performScan,global[_0x371667(0x10e)],arguments[0x0]['name_']));}catch(_0x1d7624){logger[_0x371667(0x14b)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x371667(0x182)](_0x1d7624));}return globals[_0x371667(0x93)](_0x1bd7ec[_0x371667(0x1bf)],![]),_0x12c339['apply'](this,arguments);};}}catch(_0x491512){logger[_0x52ec7d(0x14b)](_0x1bd7ec[_0x52ec7d(0x140)](_0x1bd7ec[_0x52ec7d(0xea)],_0x491512));}return _0x5d88ea[_0x52ec7d(0x180)]=_0x5d88ea['Builder'],_0x5d88ea[_0x52ec7d(0x13c)]=_0x148c60,_0x50f140[_0x52ec7d(0xd9)]=_0x11b926,_0x5d88ea;};module['exports'][a179_0x1756d9(0xf7)]=modify,module['exports'][a179_0x1756d9(0xd8)]=modifyV2,module[a179_0x1756d9(0x12d)][a179_0x1756d9(0x1af)]=percySDK,module['exports'][a179_0x1756d9(0x15a)]=BrowserStackSdk,module[a179_0x1756d9(0x12d)][a179_0x1756d9(0x138)]=modifyPlaywrightConfig;try{require(a179_0x1756d9(0x147))[a179_0x1756d9(0x186)]();}catch(a179_0x3615a7){logger[a179_0x1756d9(0x14b)](a179_0x1756d9(0xba)+(a179_0x3615a7&&a179_0x3615a7[a179_0x1756d9(0x1c1)]));}module[a179_0x1756d9(0x12d)][a179_0x1756d9(0x11e)]=require('./helpers/driverInitErrorReporter')[a179_0x1756d9(0x186)],module['exports'][a179_0x1756d9(0xce)]=require(a179_0x1756d9(0x19f));function a179_0x1fbc(){const _0x1d7a17=['storeOptimalHubUrl','browserstackAgentV2','HttpClient','__workerDetails','AmTFL','overrideGet','IpXYp','XfTqS','device','VUcWW','JoUqE','set','fqOYf','Ryfdi','firefoxOptions','UlZxQ','owningTestRunUuid','optimalHubUrl','measureWrapper','TIVZu','KihjY','includes','./helpers/patchHelpers','isBrowserstackInfra','SDK_PRE_INITIALIZE','DacUV','OerZD','DLbMr','nBHab','accessibility','MioDz','setAdditionalCapabilities','browserstackAgent','Setting\x20Browserstack\x20capabilities','fosnm','push','doYyZ','uSaLp','EmHMn','prototype','edgeOptions','SCwHj','browserstack.com','SYQRu','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','ZVtMx','LQIpW','parameters_','proxySettings','zZmjz','pgRxU','yKoYJ','BS_A11Y_JWT','fzeqK','lsXff','__driver','bHXAt','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','IOcGq','14KjJRRT','./helpers/accessibility-automation/scripts','xbZcb','quitCount_','./helpers/percy/PercySDK','fQClu','prepareCapabilities','ms:edgeOptions','ZsjeO','selenium-webdriver','setCapabilities','oSDDz','_installDriverInitFailureCapture','mergeDeep','browserStackLogLevel','xbSNS','parse','moz:firefoxOptions','__driversArray','lRvve','qevjC','YXalo','CRMfi','setLogLevel','TrQNp','VgZPT','TiMXL','exports','ETSXQ','laFiN','authToken','requireModule','isUndefined','HETCv','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./helpers/helper','forEach','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','_modifyPlaywright','getId','__bstackOwningRunUuid','Modifying\x20webdriver\x20builder','Builder','./helpers/percy/utils','zQexU','hAORb','qniPJ','uhwnh','batpe','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','capabilities','mdfpA','Unable\x20to\x20find\x20executor\x20class\x20','./helpers/driverInitErrorReporter','isArray','fiVie','/session','debug','nQdix','MJOrl','overrideQuit','hsbcj','Modifying\x20webdriver\x20execute','ceicZ','KlCYb','warn','vURkA','viDvD','FtUXs','split','egjRZ','DnOgz','BrowserStackSdk','requireHttpClient','upfka','New\x20hub\x20url\x20set\x20to\x20','platformName','TEZsj','XSThf','bstackA11yScanOptions','IdIUA','NCsMD','RUZdz','DRTQB','qwdsV','fKMlw','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','Hub\x20url\x20set\x20to\x20','ncXxr','kuGyG','lLhcU','getRequestOptions','framework','ivNma','keys','kvYTr','qInmi','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','kedDT','Dorvk','env','5364FlPQpY','EIRjD','path','./helpers/accessibility-automation/helper','uQlcw','IdEKd','send','./bin/mocha/accessibility-automation/helper','XHYQS','originalBuilder','Msfap','format','xqDFO','agent_','./helpers/performance/constants','installAll','718040PdymuQ','tfvVm','VPxCM','OdeiR','FXnoI','build','BGrxX','xvqkP','args','AbcRg','SDK_POST_INITIALIZE','url_','ojVlk','\x20to\x20global\x20drivers\x20array','android','setServer','49335dLOZDf','DHqTN','idQqc','isTurboScaleSession','SzrIc','stopA11yScanning','TmCYJ','lZJPW','./bin/node-generic/client','isPacProxy','getServerUrl','Performing\x20scan\x20for\x20','name_','WebDriver','bstack:options','accessibilityOptions','deviceName','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','HHzNT','KrESc','XVqjN','TRxDy','6866288RMZwWh','dVSme','percy','startA11yScanning','2500erRvPN','TrUnV','selenium-webdriver/lib/http.js','iFuIP','jHdsA','useW3C','toLowerCase','https://','DtEmz','chrome','chromeOptions_','hIAON','282WJvKeq','FQYhE','tfIse','scannerVersion','message','firefoxOptions_','object','VWjwa','./helpers/performance/performance-tester','jhTzt','browserVersion','UClVQ','qaVtc','VEnzn','edgeOptions_','ieOptions','ICuXp','then','assign','PslJk','AqNOd','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','WYlQg','TbyIR','Vtxnd','getHttpAgent','isMobilePlatform','./helpers/accessibility-automation/constants','nuTld','/wd/hub','util','KFaUk','Smial','global','lOJps','getGlobal','QkIGT','fNvWh','mzLpc','info','requireSeleniumWebdriver','winstonLogger','77340SCIxIF','execute','session_','ABQye','delete','getAccessibilityResultsSummary','Proxy\x20set\x20to\x20','se:ieOptions','AEscU','uAunM','selenium-webdriver/lib/webdriver.js','vfStk','platform','wXYGd','./helpers/logger','TafjH','TcuIO','__setBrowserOptions','browserStackGlobals','oPSsc','capability','nCZVC','kTEHj','(sync)','caps_','QQCcx','PJFpk','setGlobal','wkFSE','consumeHubUrlForSession','iKRfu','bstackA11yShouldScan','setting\x20driver\x20Session\x20ID:\x20','KVnRl','aGBDt','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','NmHyk','kwHVk','ynwHZ','UnOjP','performScan','bstackAllyScanning','browserstack.accessibilityOptions','CAPABILITY_KEY','capabilities_','JWTKD','WCaXr','2VuMFwS','proxy_','get','xzCBI','from','Session\x20ID:\x20','clplB','error','xpuFs','diQWX','./bin/playwright/modifyPlaywrightConf','WebElement','browserstackSessionName','20015IBNbzB','XckRM','proxyUrl','pHPhT','safari.options','xHlle','driver-init\x20capture\x20install\x20failed:\x20','IrEdj','options_','updateHubUrl','fSBXI','LWyEL','goog:chromeOptions','eGNwf','9547fGtMzF','browserName','getAccessibilityResults','browserstack.accessibility','isAccessibilityPlatform','UksdX','KdPZY','currentHook','__drivers','safariOptions_','ieOptions_','BROWSERSTACK_TURBOSCALE','TestClient','shouldWrapCommand','chromeOptions','bjCZb','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','NlYGO','length','aTOkN','XKRxA'];a179_0x1fbc=function(){return _0x1d7a17;};return a179_0x1fbc();}