browserstack-node-sdk 1.66.3 → 1.66.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- 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_0x293ba2=a179_0x8c52;(function(_0x31d239,_0x183a14){const _0xdb7886=a179_0x8c52,_0x1df6c3=_0x31d239();while(!![]){try{const _0x44d00a=parseInt(_0xdb7886(0x1f4))/0x1*(-parseInt(_0xdb7886(0x257))/0x2)+parseInt(_0xdb7886(0x25e))/0x3*(parseInt(_0xdb7886(0x1c3))/0x4)+parseInt(_0xdb7886(0x2ba))/0x5+parseInt(_0xdb7886(0x2c7))/0x6*(parseInt(_0xdb7886(0x234))/0x7)+-parseInt(_0xdb7886(0x22b))/0x8*(parseInt(_0xdb7886(0x1c4))/0x9)+-parseInt(_0xdb7886(0x1a8))/0xa*(-parseInt(_0xdb7886(0x1a2))/0xb)+-parseInt(_0xdb7886(0x1a6))/0xc*(-parseInt(_0xdb7886(0x1c5))/0xd);if(_0x44d00a===_0x183a14)break;else _0x1df6c3['push'](_0x1df6c3['shift']());}catch(_0x6bbf43){_0x1df6c3['push'](_0x1df6c3['shift']());}}}(a179_0x54c7,0xa93f9));const util=require('util'),{overrideTakeScreenshot}=require(a179_0x293ba2(0x23f)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a179_0x293ba2(0x17a)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a179_0x293ba2(0x1c6)),logger=require('./helpers/logger')[a179_0x293ba2(0x1ad)],hubAllocator=require(a179_0x293ba2(0x1fc)),percySDK=require(a179_0x293ba2(0x20e)),percyHelper=require(a179_0x293ba2(0x211)),BrowserStackSdk=require(a179_0x293ba2(0x24e)),modifyPlaywrightConfig=require(a179_0x293ba2(0x18f)),scripts=require(a179_0x293ba2(0x2a1)),globals=require(a179_0x293ba2(0x203)),{overrideExecute}=require(a179_0x293ba2(0x1e0)),PerformanceTester=require(a179_0x293ba2(0x26f)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x5d8605=>{const _0x408f20=a179_0x293ba2,_0x367d80={'uAPIP':function(_0x4a46cc,_0x164acb){return _0x4a46cc!==_0x164acb;},'vTIkX':'/session','mpotB':function(_0x57824d,_0x7d1aad){return _0x57824d+_0x7d1aad;},'KRGiD':'https://','DGzxB':_0x408f20(0x2cc),'GckJC':'goog:chromeOptions','GaUqh':_0x408f20(0x229),'KLOim':_0x408f20(0x1e3),'TboVe':'edgeOptions','JXEHy':_0x408f20(0x21a),'kSqPq':_0x408f20(0x248),'mMIRJ':_0x408f20(0x1d9),'EIkmQ':_0x408f20(0x24c),'JScXc':_0x408f20(0x2ca),'UQRvr':function(_0x4b4b98,_0x5660c8){return _0x4b4b98===_0x5660c8;},'INYuE':'object','XBxtp':_0x408f20(0x1e1),'Qbknw':function(_0xaa3dd4){return _0xaa3dd4();},'MrWWC':function(_0x21871d,_0x2dbbb9){return _0x21871d(_0x2dbbb9);},'FoDRC':function(_0x38b4d7){return _0x38b4d7();},'CNBhD':_0x408f20(0x275),'HCiaa':'device','lKMzB':_0x408f20(0x181),'hJyvd':_0x408f20(0x1a3),'qiGqQ':_0x408f20(0x17e),'qvfTT':'browserName','PQoUo':function(_0x58de9f,_0x5719e5){return _0x58de9f===_0x5719e5;},'tdEig':'android','qWbJK':_0x408f20(0x183),'sXbGI':_0x408f20(0x1ef),'LuMCj':_0x408f20(0x1d7),'JCtpP':_0x408f20(0x262),'XuFKm':function(_0x29f9d6,_0x3f48af,_0x543976){return _0x29f9d6(_0x3f48af,_0x543976);},'kQmjN':_0x408f20(0x1f1),'KFFtP':_0x408f20(0x16a),'OiDkj':_0x408f20(0x2b4),'CSIgy':function(_0x445631,_0x382b42,_0x31304f){return _0x445631(_0x382b42,_0x31304f);},'HbhHa':function(_0x1d8c0a,_0x3b00d4,_0x55d8f6,_0x8cc25d,_0x1ca08e){return _0x1d8c0a(_0x3b00d4,_0x55d8f6,_0x8cc25d,_0x1ca08e);},'jtUGE':function(_0x5d4fed,_0x21cd42){return _0x5d4fed||_0x21cd42;},'fJYbN':'bstackA11yShouldScan','emxcq':_0x408f20(0x240),'EPZJk':'optimalHubUrl','lHfYA':_0x408f20(0x1d4),'QAqPI':function(_0x51f6f1,_0x49b0db){return _0x51f6f1||_0x49b0db;},'noFiU':function(_0x365776,_0xe9f470,_0xb9e134){return _0x365776(_0xe9f470,_0xb9e134);},'lNApQ':_0x408f20(0x287),'LSOUo':_0x408f20(0x26d)};logger[_0x408f20(0x1ab)](_0x367d80[_0x408f20(0x263)]),logger[_0x408f20(0x2ce)](_0x367d80['LSOUo']);const _0x3ede67=helper[_0x408f20(0x1f5)](),_0x3e599b=helper[_0x408f20(0x173)]();class _0x1a65ae extends _0x3e599b['HttpClient']{[_0x408f20(0x1c2)](_0x5e1327){const _0x32f4fd=_0x408f20;if(_0x367d80['uAPIP'](_0x5e1327[_0x32f4fd(0x17b)],_0x367d80['vTIkX']))try{const _0x1e7212=_0x5e1327['path'][_0x32f4fd(0x175)]('/')[0x2];if(_0x1e7212){const _0x206d71=hubAllocator[_0x32f4fd(0x2b3)](_0x1e7212);if(_0x206d71){const _0x1b4e37=_0x367d80['mpotB'](_0x367d80[_0x32f4fd(0x25a)](_0x367d80[_0x32f4fd(0x244)],_0x206d71),_0x367d80[_0x32f4fd(0x219)]);this[_0x32f4fd(0x2ad)]=hubAllocator[_0x32f4fd(0x238)](_0x1b4e37),logger[_0x32f4fd(0x2ce)](_0x32f4fd(0x182)+_0x1b4e37);}}}catch(_0xc353e6){logger['error'](_0xc353e6);}return super[_0x32f4fd(0x1c2)](_0x5e1327);}}class _0x10aa1a extends _0x3ede67[_0x408f20(0x2cb)]{['__setBrowserOptions'](_0x28e1c8){const _0x537f56=_0x408f20;let _0x1c3455={};for(const _0x52d472 in _0x28e1c8){switch(_0x52d472){case _0x367d80[_0x537f56(0x1b4)]:case _0x367d80[_0x537f56(0x243)]:this[_0x537f56(0x1cf)]&&(_0x1c3455=this['chromeOptions_'][_0x537f56(0x2bd)](this[_0x537f56(0x1cf)][_0x537f56(0x174)])||{},this['chromeOptions_'][_0x537f56(0x21d)](this[_0x537f56(0x1cf)][_0x537f56(0x174)],helper['mergeDeep'](_0x1c3455,_0x28e1c8[_0x52d472])));break;case _0x367d80['KLOim']:case _0x367d80[_0x537f56(0x177)]:this[_0x537f56(0x204)]&&(_0x1c3455=this[_0x537f56(0x204)][_0x537f56(0x2bd)](this[_0x537f56(0x204)]['CAPABILITY_KEY'])||{},this['edgeOptions_']['set'](this[_0x537f56(0x204)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1c3455,_0x28e1c8[_0x52d472])));break;case _0x367d80[_0x537f56(0x25b)]:case _0x367d80[_0x537f56(0x225)]:this[_0x537f56(0x1eb)]&&(_0x1c3455=this['firefoxOptions_'][_0x537f56(0x2bd)](this[_0x537f56(0x1eb)][_0x537f56(0x174)])||{},this[_0x537f56(0x1eb)][_0x537f56(0x21d)](this[_0x537f56(0x1eb)][_0x537f56(0x174)],helper[_0x537f56(0x27a)](_0x1c3455,_0x28e1c8[_0x52d472])));break;case _0x367d80[_0x537f56(0x189)]:this[_0x537f56(0x2c8)]&&(_0x1c3455=this[_0x537f56(0x2c8)][_0x537f56(0x2bd)](this[_0x537f56(0x2c8)][_0x537f56(0x174)])||{},this['safariOptions_'][_0x537f56(0x21d)](this['safariOptions_'][_0x537f56(0x174)],helper[_0x537f56(0x27a)](_0x1c3455,_0x28e1c8[_0x52d472])));break;case _0x367d80[_0x537f56(0x280)]:case _0x367d80['JScXc']:this[_0x537f56(0x2c4)]&&(_0x1c3455=this[_0x537f56(0x2c4)][_0x537f56(0x2bd)](this['ieOptions_'][_0x537f56(0x174)])||{},this[_0x537f56(0x2c4)][_0x537f56(0x21d)](this[_0x537f56(0x2c4)]['CAPABILITY_KEY'],helper[_0x537f56(0x27a)](_0x1c3455,_0x28e1c8[_0x52d472])));break;}}}[_0x408f20(0x253)](){const _0x393a71=_0x408f20;return this[_0x393a71(0x1dc)]=helper[_0x393a71(0x1f8)](_0x5d8605),logger[_0x393a71(0x2ce)]('Hub\x20url\x20set\x20to\x20'+this['url_']),this;}[_0x408f20(0x228)](){const _0x2a0126=_0x408f20;return logger['debug'](_0x367d80['XBxtp']),this[_0x2a0126(0x2d5)](_0x5d8605[_0x2a0126(0x290)]),Object['keys'](_0x5d8605[_0x2a0126(0x290)])[_0x2a0126(0x22d)](_0xee3252=>{const _0x21e015=_0x2a0126,_0x5ea973=this[_0x21e015(0x184)][_0x21e015(0x2bd)](_0xee3252);_0x367d80[_0x21e015(0x2b8)](typeof _0x5ea973,_0x367d80[_0x21e015(0x208)])?this[_0x21e015(0x184)][_0x21e015(0x21d)](_0xee3252,helper['mergeDeep'](_0x5ea973,_0x5d8605[_0x21e015(0x290)][_0xee3252])):this[_0x21e015(0x184)]['set'](_0xee3252,_0x5d8605[_0x21e015(0x290)][_0xee3252]);}),this;}['build'](){const _0x384e76=_0x408f20,_0x2948de={'Dmfog':function(_0x5a1b14){const _0x2e66db=a179_0x8c52;return _0x367d80[_0x2e66db(0x19f)](_0x5a1b14);},'xiunJ':function(_0x32da4c,_0x609099){return _0x367d80['MrWWC'](_0x32da4c,_0x609099);},'Rewxh':function(_0x15d197){const _0xa40605=a179_0x8c52;return _0x367d80[_0xa40605(0x215)](_0x15d197);},'RfOVK':_0x367d80[_0x384e76(0x2a5)],'VTaIF':_0x367d80[_0x384e76(0x226)],'HUwgi':_0x367d80[_0x384e76(0x1be)],'Wfmqu':_0x367d80['hJyvd'],'qcNPa':_0x367d80[_0x384e76(0x266)],'FbZDh':_0x367d80[_0x384e76(0x256)],'pjIvA':function(_0x1421d5,_0x2f8678){const _0x2163f0=_0x384e76;return _0x367d80[_0x2163f0(0x207)](_0x1421d5,_0x2f8678);},'xjYMJ':_0x367d80[_0x384e76(0x16b)],'cnkNd':_0x367d80[_0x384e76(0x2a3)],'eiMys':_0x367d80[_0x384e76(0x2b7)],'FMTyZ':_0x367d80[_0x384e76(0x194)],'PzQPl':_0x367d80['JCtpP'],'BWhbl':function(_0x540e8f,_0xce490e,_0x3f1b33){const _0x5ca0bd=_0x384e76;return _0x367d80[_0x5ca0bd(0x190)](_0x540e8f,_0xce490e,_0x3f1b33);},'jHMMc':_0x367d80[_0x384e76(0x285)],'GvvWd':_0x367d80[_0x384e76(0x1ae)],'jSthZ':_0x367d80[_0x384e76(0x20b)],'FRTPp':function(_0x40efe9,_0x8fe062,_0x32ee74){const _0x2849be=_0x384e76;return _0x367d80[_0x2849be(0x190)](_0x40efe9,_0x8fe062,_0x32ee74);},'pEUMv':function(_0x1dc6e5,_0x390060,_0x33fceb){const _0x1cb7ff=_0x384e76;return _0x367d80[_0x1cb7ff(0x190)](_0x1dc6e5,_0x390060,_0x33fceb);},'fyKBV':function(_0x4bec45,_0x257d36,_0x580f56){const _0x12c231=_0x384e76;return _0x367d80[_0x12c231(0x231)](_0x4bec45,_0x257d36,_0x580f56);},'sRzJS':function(_0x29560b,_0x157786,_0x5e54ba,_0x1adb61,_0x1d3008){const _0x3cb3e5=_0x384e76;return _0x367d80[_0x3cb3e5(0x20f)](_0x29560b,_0x157786,_0x5e54ba,_0x1adb61,_0x1d3008);},'QjRsD':function(_0x318430,_0x14cf51){const _0x50e71d=_0x384e76;return _0x367d80[_0x50e71d(0x1ce)](_0x318430,_0x14cf51);},'HwZaj':_0x367d80[_0x384e76(0x264)],'gombw':_0x367d80[_0x384e76(0x178)],'ixRJy':_0x367d80['EPZJk'],'CMGCo':_0x367d80[_0x384e76(0x1fd)],'SnfKb':function(_0x22716c,_0x577f66){const _0xfb2731=_0x384e76;return _0x367d80[_0xfb2731(0x2d9)](_0x22716c,_0x577f66);},'FzgNv':function(_0xf622c9,_0x3b0a12,_0xeb5a93){return _0x367d80['noFiU'](_0xf622c9,_0x3b0a12,_0xeb5a93);}};PerformanceTester[_0x384e76(0x221)](PerformanceEvents[_0x384e76(0x1b8)],()=>{const _0x344d64=_0x384e76;_0x2948de[_0x344d64(0x293)](isAccessibilityAutomationSession)&&_0x2948de['xiunJ'](setAccessibilityCapabilities,_0x5d8605);this[_0x344d64(0x253)](),this[_0x344d64(0x228)]();if(helper[_0x344d64(0x172)](_0x5d8605[_0x344d64(0x191)]['proxyUrl']))this['agent_']=helper['getHttpAgent'](_0x5d8605[_0x344d64(0x191)][_0x344d64(0x18a)]);else _0x5d8605[_0x344d64(0x191)][_0x344d64(0x18a)]&&(this[_0x344d64(0x179)]=_0x5d8605[_0x344d64(0x191)][_0x344d64(0x18a)],logger[_0x344d64(0x2ce)](_0x344d64(0x171)+this[_0x344d64(0x179)]));if(_0x2948de[_0x344d64(0x1a1)](isAccessibilityAutomationSession)){const _0x54a6f7=this[_0x344d64(0x184)][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x23b)])||{},_0x14cc18=_0x54a6f7['deviceName']||this[_0x344d64(0x184)][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x25f)])||this[_0x344d64(0x184)][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x1d5)]);if(_0x14cc18){const _0x26309f=(_0x54a6f7[_0x344d64(0x1a3)]||_0x54a6f7[_0x344d64(0x17e)]||this['capabilities_'][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x1d6)])||this['capabilities_'][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x1b1)])||'')[_0x344d64(0x26e)](),_0x436afd=(_0x54a6f7[_0x344d64(0x22a)]||this[_0x344d64(0x184)][_0x344d64(0x2bd)](_0x2948de['FbZDh'])||'')['toLowerCase']();_0x2948de['pjIvA'](_0x26309f,_0x2948de[_0x344d64(0x196)])&&_0x436afd['includes'](_0x2948de[_0x344d64(0x2d0)])&&(_0x2948de[_0x344d64(0x293)](isMobileScanningEnabledForGroup)&&(logger[_0x344d64(0x2ce)](_0x2948de[_0x344d64(0x1ba)]),globals[_0x344d64(0x2a7)](_0x2948de[_0x344d64(0x24f)],!![])));}}if(globals[_0x344d64(0x1a0)](_0x2948de['PzQPl'])){if(!_0x2948de[_0x344d64(0x2a8)](setExtension,this,_0x5d8605)){globals[_0x344d64(0x2a7)](_0x2948de[_0x344d64(0x2d2)],![]);const _0x4230f9=this[_0x344d64(0x184)][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x23b)]);_0x4230f9&&(_0x4230f9['accessibility']=![],delete _0x4230f9[_0x344d64(0x24b)],this[_0x344d64(0x184)][_0x344d64(0x21d)](_0x2948de[_0x344d64(0x23b)],_0x4230f9)),this[_0x344d64(0x184)][_0x344d64(0x2bd)](_0x2948de[_0x344d64(0x216)])&&(this[_0x344d64(0x184)][_0x344d64(0x21d)](_0x2948de[_0x344d64(0x216)],![]),this[_0x344d64(0x184)]['delete'](_0x2948de[_0x344d64(0x201)]));}}(!helper[_0x344d64(0x198)]()||helper[_0x344d64(0x210)](_0x5d8605))&&helper['prepareCapabilities'](null,helper[_0x344d64(0x1d8)](_0x5d8605),_0x5d8605[_0x344d64(0x1e9)],null,this,null),helper['setAdditionalCapabilities'](_0x5d8605[_0x344d64(0x290)]),logger['debug'](_0x2948de[_0x344d64(0x247)]);})();const _0xe8e356=super[_0x384e76(0x218)]();return PerformanceTester[_0x384e76(0x221)](PerformanceEvents[_0x384e76(0x212)],()=>{const _0x2e9935=_0x384e76,_0x254815={'MMler':_0x2948de[_0x2e9935(0x26b)],'uRgNn':_0x2948de['CMGCo'],'vOanu':function(_0x13eb4e,_0x32f0ef,_0x2c5998,_0x402033,_0x21a70d){const _0x2910a1=_0x2e9935;return _0x2948de[_0x2910a1(0x261)](_0x13eb4e,_0x32f0ef,_0x2c5998,_0x402033,_0x21a70d);},'gXwgK':function(_0x453935,_0xa2591e){const _0x2adc7e=_0x2e9935;return _0x2948de[_0x2adc7e(0x19a)](_0x453935,_0xa2591e);},'lERPE':_0x2948de[_0x2e9935(0x21c)],'paqig':_0x2948de[_0x2e9935(0x2c0)],'srsgw':function(_0xf059a0,_0xcf4a51,_0x5643d7){return _0x2948de['fyKBV'](_0xf059a0,_0xcf4a51,_0x5643d7);}};_0xe8e356[_0x2e9935(0x170)][_0x2e9935(0x23c)](_0x302be9=>{const _0x4df36b=_0x2e9935;try{const _0x5dd85a=_0x302be9[_0x4df36b(0x1a9)][_0x4df36b(0x2bd)](_0x254815['MMler']);_0x5dd85a?(logger[_0x4df36b(0x2ce)](_0x4df36b(0x19c)+_0x5dd85a),hubAllocator[_0x4df36b(0x2bf)](_0x5dd85a,_0x302be9[_0x4df36b(0x2b9)]()),helper[_0x4df36b(0x2c9)](_0x5dd85a)):logger[_0x4df36b(0x2ce)](_0x254815[_0x4df36b(0x296)]);}catch(_0x133106){logger[_0x4df36b(0x2ce)](_0x4df36b(0x1f0)+_0x133106);}}),_0xe8e356[_0x2e9935(0x23c)]&&_0xe8e356['then'](_0x144265=>{const _0x5d06f3=_0x2e9935,_0x110594={'XSumA':function(_0x25d677,_0x3c8e8f,_0x408f50){const _0x2edda5=a179_0x8c52;return _0x2948de[_0x2edda5(0x1f6)](_0x25d677,_0x3c8e8f,_0x408f50);}};helper[_0x5d06f3(0x1b3)](_0x144265,_0x5d8605),_0x2948de['pEUMv'](overrideExecute,_0x144265,_0x5d8605),_0x144265[_0x5d06f3(0x1de)]=async()=>{const _0x34f96c=_0x5d06f3;return await _0x110594[_0x34f96c(0x1bf)](getAccessibilityResultsSummary,_0x144265,global);},_0x144265[_0x5d06f3(0x29d)]=async()=>{const _0x22b0bf=_0x5d06f3;return await _0x110594[_0x22b0bf(0x1bf)](getAccessibilityResults,_0x144265,global);},_0x144265[_0x5d06f3(0x199)]=async _0xc3e1e0=>{const _0x4e5981=_0x5d06f3;return await _0x254815[_0x4e5981(0x2d7)](performScan,_0x144265,null,!![],_0x254815[_0x4e5981(0x1f7)](_0xc3e1e0,null));},_0x144265[_0x5d06f3(0x1fb)]=async _0x514471=>{const _0x52cee7=_0x5d06f3;globals[_0x52cee7(0x2a7)](_0x254815[_0x52cee7(0x200)],!![]),globals[_0x52cee7(0x2a7)](_0x254815[_0x52cee7(0x282)],_0x254815['gXwgK'](_0x514471,null));},_0x144265['stopA11yScanning']=async()=>{const _0x313a27=_0x5d06f3;globals[_0x313a27(0x2a7)](_0x254815['lERPE'],![]),globals['setGlobal'](_0x254815[_0x313a27(0x282)],null);};}),_0xe8e356[_0x2e9935(0x1de)]=async()=>{const _0xa1b964=_0x2e9935;return await _0x254815[_0xa1b964(0x1c8)](getAccessibilityResultsSummary,_0xe8e356,global);},_0xe8e356['getAccessibilityResults']=async()=>{const _0xef528f=_0x2e9935;return await _0x2948de[_0xef528f(0x1f9)](getAccessibilityResults,_0xe8e356,global);},_0xe8e356['performScan']=async _0x24f0ac=>{const _0x524dfd=_0x2e9935;return await _0x2948de[_0x524dfd(0x261)](performScan,_0xe8e356,null,!![],_0x2948de[_0x524dfd(0x297)](_0x24f0ac,null));},_0xe8e356[_0x2e9935(0x1fb)]=async _0x20a6e5=>{const _0x1256c5=_0x2e9935;globals[_0x1256c5(0x2a7)](_0x2948de[_0x1256c5(0x21c)],!![]),globals[_0x1256c5(0x2a7)](_0x2948de[_0x1256c5(0x2c0)],_0x2948de[_0x1256c5(0x297)](_0x20a6e5,null));},_0xe8e356[_0x2e9935(0x2a2)]=async()=>{const _0xfd0d7e=_0x2e9935;globals[_0xfd0d7e(0x2a7)](_0x2948de[_0xfd0d7e(0x21c)],![]),globals[_0xfd0d7e(0x2a7)](_0x2948de[_0xfd0d7e(0x2c0)],null);},helper['overrideGet'](_0xe8e356,_0x5d8605),_0x2948de[_0x2e9935(0x269)](overrideExecute,_0xe8e356,_0x5d8605),helper['isUndefined'](global[_0x2e9935(0x18c)])&&(global[_0x2e9935(0x18c)]=[]),global[_0x2e9935(0x18c)][_0x2e9935(0x21b)](_0xe8e356);})(),_0xe8e356;}}_0x3ede67[_0x408f20(0x16f)]=_0x3ede67[_0x408f20(0x2cb)],_0x3ede67['Builder']=_0x10aa1a,_0x3e599b[_0x408f20(0x1e5)]=_0x1a65ae;},propagateJestSessionName=(_0x19c3a5,_0x225e9f,_0x4b07ac='')=>{const _0x2a9250=a179_0x293ba2,_0x282bc1={};_0x282bc1[_0x2a9250(0x28a)]=_0x2a9250(0x187);const _0x358510=_0x282bc1;_0x225e9f&&_0x225e9f[_0x2a9250(0x22e)]&&_0x225e9f[_0x2a9250(0x22e)][_0x2a9250(0x1a4)]&&helper[_0x2a9250(0x270)](_0x19c3a5[_0x2a9250(0x1a4)])&&(_0x19c3a5[_0x2a9250(0x1a4)]=_0x225e9f[_0x2a9250(0x22e)][_0x2a9250(0x1a4)],logger['debug'](util[_0x2a9250(0x2b1)](_0x358510['WZmJv'],_0x4b07ac?'\x20'+_0x4b07ac:'',_0x19c3a5[_0x2a9250(0x1a4)])));},modifyV2=(_0x2e94e1,_0x2bac7b=null,_0x5a8d33=![])=>{const _0x198b2e=a179_0x293ba2,_0x15a81a={'YPoEy':function(_0x59dbfe,_0x51099a){return _0x59dbfe!==_0x51099a;},'ipSEH':_0x198b2e(0x27d),'AJYng':function(_0x26d8d6,_0x4f1191){return _0x26d8d6+_0x4f1191;},'hiqBs':_0x198b2e(0x27c),'teQFu':_0x198b2e(0x2cc),'xKlzX':_0x198b2e(0x23a),'RksFu':_0x198b2e(0x229),'rknoS':_0x198b2e(0x1e3),'yxEle':'edgeOptions','zZWkD':_0x198b2e(0x21a),'llqoY':_0x198b2e(0x248),'vjAem':_0x198b2e(0x1d9),'RodUQ':_0x198b2e(0x24c),'EaJJX':_0x198b2e(0x2ca),'SkGRx':function(_0x4bc724,_0x5c9543){return _0x4bc724===_0x5c9543;},'NOyBA':_0x198b2e(0x16e),'fkEsS':'Setting\x20Browserstack\x20capabilities','DdtlK':function(_0x2d655f,_0x2f9184){return _0x2d655f>_0x2f9184;},'dAWMO':function(_0x4669c1,_0x5a21e3){return _0x4669c1>_0x5a21e3;},'HbeOg':function(_0x57a6f1){return _0x57a6f1();},'EzozW':function(_0x19f76f,_0x9050e4,_0x466c20){return _0x19f76f(_0x9050e4,_0x466c20);},'OKyyD':_0x198b2e(0x262),'wOTNx':_0x198b2e(0x275),'Ogovz':_0x198b2e(0x1f1),'EWWUn':_0x198b2e(0x16a),'MrrRl':function(_0x3b5857,_0x45da6f,_0x183ba6,_0x5e4a7a,_0x171fc7){return _0x3b5857(_0x45da6f,_0x183ba6,_0x5e4a7a,_0x171fc7);},'wXmQV':function(_0x476259,_0x139fb8){return _0x476259||_0x139fb8;},'hmPcu':_0x198b2e(0x16c),'tUijt':_0x198b2e(0x240),'ezMlx':function(_0x5484c4,_0x4f5e6e){return _0x5484c4||_0x4f5e6e;},'TeaXJ':function(_0xfbdb85,_0x2884cc){return _0xfbdb85(_0x2884cc);},'cDikc':function(_0x45f4b2,_0x19307b,_0x284697,_0x3b01cb){return _0x45f4b2(_0x19307b,_0x284697,_0x3b01cb);},'umuwi':_0x198b2e(0x2cf),'VdIbL':function(_0x3d510c,_0x53d02a){return _0x3d510c!==_0x53d02a;},'zybfP':function(_0x59e192,_0x5251cc){return _0x59e192!==_0x5251cc;},'pjIOh':function(_0x12d024,_0x50a77e){return _0x12d024(_0x50a77e);},'lnEvd':function(_0x22f44b){return _0x22f44b();},'qWXzR':_0x198b2e(0x1b5),'cTYzi':'deviceName','yKRXh':_0x198b2e(0x1a3),'CQSlP':_0x198b2e(0x17e),'CjBOp':'browserName','Jgilx':'android','rOyuo':_0x198b2e(0x183),'anEZA':function(_0x5cf5fd){return _0x5cf5fd();},'XDPRX':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','pbgPz':'isMobilePlatform','PvYzt':function(_0x24da1f,_0x19df28,_0x3c3c56){return _0x24da1f(_0x19df28,_0x3c3c56);},'Litgo':_0x198b2e(0x2b4),'uzftn':_0x198b2e(0x202),'WyqNi':_0x198b2e(0x268),'IUFOw':'browserVersion','DHwYr':'./helpers/accessibility-automation/constants','GzNAC':function(_0xb808b6,_0xfd7116){return _0xb808b6(_0xfd7116);},'cTLAq':function(_0x10ef3a,_0x1ca130){return _0x10ef3a<_0x1ca130;},'SLpyC':function(_0x1021f4,_0x3f6fc2){return _0x1021f4!==_0x3f6fc2;},'wluPq':function(_0x268e56,_0x2f8759){return _0x268e56||_0x2f8759;},'ulIxA':_0x198b2e(0x271),'eeKoc':'optimalHubUrl','qmpUh':_0x198b2e(0x1d4),'dxOnK':function(_0x8a3205,_0xeaf9eb,_0x3bfe1f){return _0x8a3205(_0xeaf9eb,_0x3bfe1f);},'Fgawz':function(_0x1bbd73,_0x28b296){return _0x1bbd73(_0x28b296);},'lxudu':function(_0x384769,_0x139906,_0x1d3063){return _0x384769(_0x139906,_0x1d3063);},'GQLkN':_0x198b2e(0x2a4),'iUOTR':function(_0x1a8381,_0x618d2a){return _0x1a8381(_0x618d2a);},'IBSce':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','OImjL':_0x198b2e(0x26d),'KRMmp':'selenium-webdriver/lib/webdriver.js','Zmomy':_0x198b2e(0x276),'LhVjy':_0x198b2e(0x242),'qUNJd':_0x198b2e(0x274),'zuElJ':_0x198b2e(0x217)},_0x34cf0d=helper[_0x198b2e(0x173)]();let _0x51177e;try{_0x51177e=helper[_0x198b2e(0x1f5)](),_0x51177e[_0x198b2e(0x16f)]&&(_0x51177e[_0x198b2e(0x2cb)]=_0x51177e[_0x198b2e(0x16f)]);}catch(_0x32b6dc){return;}if(helper[_0x198b2e(0x198)]()){const _0x4d2342={};_0x4d2342[_0x198b2e(0x2ab)]=_0x2e94e1['browserStackLogLevel'],helper[_0x198b2e(0x2c1)](_0x4d2342,new Map(),new Map()),logger[_0x198b2e(0x1ab)](_0x15a81a['IBSce']),logger[_0x198b2e(0x2ce)](_0x15a81a[_0x198b2e(0x1ff)]);}class _0x18571d extends _0x34cf0d[_0x198b2e(0x1e5)]{[_0x198b2e(0x1c2)](_0x4a246e){const _0xbcac95=_0x198b2e;if(_0x15a81a[_0xbcac95(0x1e6)](_0x4a246e[_0xbcac95(0x17b)],_0x15a81a['ipSEH']))try{const _0x367d43=_0x4a246e['path'][_0xbcac95(0x175)]('/')[0x2];if(_0x367d43){const _0x439863=hubAllocator[_0xbcac95(0x2b3)](_0x367d43);if(_0x439863){const _0x565b41=_0x15a81a['AJYng'](_0x15a81a[_0xbcac95(0x250)](_0x15a81a[_0xbcac95(0x209)],_0x439863),_0x15a81a['teQFu']);this['options_']=hubAllocator[_0xbcac95(0x238)](_0x565b41),logger['debug'](_0xbcac95(0x182)+_0x565b41);}}}catch(_0xb418a5){logger[_0xbcac95(0x2af)](_0xb418a5);}return super['send'](_0x4a246e);}}class _0x5894cd extends _0x51177e['Builder']{[_0x198b2e(0x253)](){const _0x19558b=_0x198b2e;return helper[_0x19558b(0x198)]()&&(this[_0x19558b(0x1dc)]=helper[_0x19558b(0x1f8)](_0x2e94e1)),this;}[_0x198b2e(0x2d5)](_0x2b366b){const _0x4a1a7a=_0x198b2e;let _0x5825bb={};for(const _0x3309db in _0x2b366b){switch(_0x3309db){case _0x15a81a['xKlzX']:case _0x15a81a[_0x4a1a7a(0x1aa)]:this['chromeOptions_']&&(_0x5825bb=this[_0x4a1a7a(0x1cf)][_0x4a1a7a(0x2bd)](this[_0x4a1a7a(0x1cf)][_0x4a1a7a(0x174)])||{},this[_0x4a1a7a(0x1cf)][_0x4a1a7a(0x21d)](this[_0x4a1a7a(0x1cf)]['CAPABILITY_KEY'],helper[_0x4a1a7a(0x27a)](_0x5825bb,_0x2b366b[_0x3309db])));break;case _0x15a81a[_0x4a1a7a(0x233)]:case _0x15a81a[_0x4a1a7a(0x2a0)]:this[_0x4a1a7a(0x204)]&&(_0x5825bb=this[_0x4a1a7a(0x204)][_0x4a1a7a(0x2bd)](this[_0x4a1a7a(0x204)][_0x4a1a7a(0x174)])||{},this['edgeOptions_']['set'](this[_0x4a1a7a(0x204)]['CAPABILITY_KEY'],helper[_0x4a1a7a(0x27a)](_0x5825bb,_0x2b366b[_0x3309db])));break;case _0x15a81a['zZWkD']:case _0x15a81a[_0x4a1a7a(0x291)]:this[_0x4a1a7a(0x1eb)]&&(_0x5825bb=this['firefoxOptions_'][_0x4a1a7a(0x2bd)](this[_0x4a1a7a(0x1eb)]['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x4a1a7a(0x21d)](this[_0x4a1a7a(0x1eb)][_0x4a1a7a(0x174)],helper[_0x4a1a7a(0x27a)](_0x5825bb,_0x2b366b[_0x3309db])));break;case _0x15a81a['vjAem']:this['safariOptions_']&&(_0x5825bb=this[_0x4a1a7a(0x2c8)][_0x4a1a7a(0x2bd)](this['safariOptions_'][_0x4a1a7a(0x174)])||{},this[_0x4a1a7a(0x2c8)][_0x4a1a7a(0x21d)](this[_0x4a1a7a(0x2c8)][_0x4a1a7a(0x174)],helper[_0x4a1a7a(0x27a)](_0x5825bb,_0x2b366b[_0x3309db])));break;case _0x15a81a[_0x4a1a7a(0x1ea)]:case _0x15a81a['EaJJX']:this['ieOptions_']&&(_0x5825bb=this[_0x4a1a7a(0x2c4)][_0x4a1a7a(0x2bd)](this[_0x4a1a7a(0x2c4)][_0x4a1a7a(0x174)])||{},this[_0x4a1a7a(0x2c4)][_0x4a1a7a(0x21d)](this[_0x4a1a7a(0x2c4)][_0x4a1a7a(0x174)],helper['mergeDeep'](_0x5825bb,_0x2b366b[_0x3309db])));break;}}}[_0x198b2e(0x228)](){const _0x7a2ad7=_0x198b2e,_0x4897c6={'YGWyt':function(_0x21d809,_0x4e0b3c){const _0x30aba9=a179_0x8c52;return _0x15a81a[_0x30aba9(0x1b7)](_0x21d809,_0x4e0b3c);},'syBUk':_0x15a81a[_0x7a2ad7(0x1f3)]};logger[_0x7a2ad7(0x2ce)](_0x15a81a[_0x7a2ad7(0x1ac)]);const _0x3c7321=_0x2e94e1[_0x7a2ad7(0x290)]&&_0x15a81a[_0x7a2ad7(0x230)](Object[_0x7a2ad7(0x29f)](_0x2e94e1['capability'])[_0x7a2ad7(0x192)],0x0)?_0x2e94e1[_0x7a2ad7(0x290)]:_0x2e94e1[_0x7a2ad7(0x288)]&&Array[_0x7a2ad7(0x29a)](_0x2e94e1[_0x7a2ad7(0x288)])&&_0x15a81a[_0x7a2ad7(0x2c2)](_0x2e94e1[_0x7a2ad7(0x288)][_0x7a2ad7(0x192)],0x0)?_0x2e94e1[_0x7a2ad7(0x288)][0x0]:{};return this[_0x7a2ad7(0x2d5)](_0x3c7321),Object[_0x7a2ad7(0x29f)](_0x3c7321)['forEach'](_0x226c2c=>{const _0x20dbf3=_0x7a2ad7,_0x457fad=this[_0x20dbf3(0x184)][_0x20dbf3(0x2bd)](_0x226c2c);_0x4897c6[_0x20dbf3(0x222)](typeof _0x457fad,_0x4897c6[_0x20dbf3(0x1ed)])?this[_0x20dbf3(0x184)][_0x20dbf3(0x21d)](_0x226c2c,helper[_0x20dbf3(0x27a)](_0x457fad,_0x3c7321[_0x226c2c])):this[_0x20dbf3(0x184)][_0x20dbf3(0x21d)](_0x226c2c,_0x3c7321[_0x226c2c]);}),this;}[_0x198b2e(0x218)](){const _0x15eea8=_0x198b2e,_0x5cac63={'FfuTl':function(_0x77556e){const _0x1126e9=a179_0x8c52;return _0x15a81a[_0x1126e9(0x1bd)](_0x77556e);},'DRxmU':function(_0x2cd396,_0x57aeeb){const _0x25231d=a179_0x8c52;return _0x15a81a[_0x25231d(0x1b6)](_0x2cd396,_0x57aeeb);},'deMbg':function(_0x16893d){return _0x15a81a['lnEvd'](_0x16893d);},'KvhOW':_0x15a81a[_0x15eea8(0x186)],'xXCmF':_0x15a81a['qWXzR'],'TDOIq':_0x15a81a[_0x15eea8(0x2bb)],'QnALX':_0x15a81a[_0x15eea8(0x1f2)],'Qwpny':_0x15a81a[_0x15eea8(0x292)],'lcGRj':_0x15a81a['CjBOp'],'gsHWV':function(_0x1a57c2,_0x33fdba){const _0x214e50=_0x15eea8;return _0x15a81a[_0x214e50(0x1b7)](_0x1a57c2,_0x33fdba);},'HFUAc':_0x15a81a['Jgilx'],'fMOlJ':_0x15a81a[_0x15eea8(0x1c7)],'yyaMh':function(_0x4b597a){const _0x2117b1=_0x15eea8;return _0x15a81a[_0x2117b1(0x2bc)](_0x4b597a);},'tqIhJ':_0x15a81a[_0x15eea8(0x1af)],'JVbpo':_0x15a81a[_0x15eea8(0x213)],'iWfDC':_0x15a81a[_0x15eea8(0x273)],'gIzSo':function(_0x296e4f,_0x2a75e9,_0x119a75){const _0x23884a=_0x15eea8;return _0x15a81a[_0x23884a(0x1da)](_0x296e4f,_0x2a75e9,_0x119a75);},'PuOeH':_0x15a81a[_0x15eea8(0x2b6)],'oobbI':_0x15a81a['EWWUn'],'MPZjX':_0x15a81a[_0x15eea8(0x205)],'nGBRe':_0x15a81a[_0x15eea8(0x29b)],'vxSJw':_0x15a81a['uzftn'],'yCkWw':_0x15a81a['WyqNi'],'jHAOx':function(_0x5efb59,_0xdf766e){return _0x15a81a['TeaXJ'](_0x5efb59,_0xdf766e);},'JQjJI':_0x15a81a['IUFOw'],'OGNYS':function(_0x5cd0aa,_0x42f6d9){const _0xc3e883=_0x15eea8;return _0x15a81a[_0xc3e883(0x1b6)](_0x5cd0aa,_0x42f6d9);},'CYrdA':_0x15a81a['DHwYr'],'hXSTo':function(_0x3cc98d,_0x2ba48f){const _0x514bf3=_0x15eea8;return _0x15a81a[_0x514bf3(0x2d3)](_0x3cc98d,_0x2ba48f);},'yTktW':function(_0x5b5654,_0x3bcf21){return _0x15a81a['cTLAq'](_0x5b5654,_0x3bcf21);},'ExFFc':function(_0xad20ba,_0xc72da7){const _0x3866bd=_0x15eea8;return _0x15a81a[_0x3866bd(0x24a)](_0xad20ba,_0xc72da7);},'HcJbp':function(_0x3611ef,_0x96c1ee){const _0x384ee4=_0x15eea8;return _0x15a81a[_0x384ee4(0x19b)](_0x3611ef,_0x96c1ee);},'CCVoB':function(_0x243fcb){return _0x15a81a['anEZA'](_0x243fcb);},'mKEAn':function(_0x1b1824,_0x2298c4){const _0x4785f6=_0x15eea8;return _0x15a81a[_0x4785f6(0x1b6)](_0x1b1824,_0x2298c4);},'ADVdR':_0x15a81a[_0x15eea8(0x1d1)],'iaMrF':_0x15a81a[_0x15eea8(0x2b2)],'qTPfN':_0x15a81a[_0x15eea8(0x27f)],'PyzkJ':function(_0x37dfd3,_0x5bb05d,_0x49b565){const _0x16b710=_0x15eea8;return _0x15a81a[_0x16b710(0x28e)](_0x37dfd3,_0x5bb05d,_0x49b565);},'iNFCh':_0x15a81a[_0x15eea8(0x28c)],'LFgtI':_0x15a81a[_0x15eea8(0x1c0)],'VpfiJ':function(_0x5d4cb3,_0x4b9ccb){const _0x2d3fbe=_0x15eea8;return _0x15a81a[_0x2d3fbe(0x298)](_0x5d4cb3,_0x4b9ccb);},'jdkrH':function(_0x320316,_0x24274b,_0x4607be){const _0x19c2fa=_0x15eea8;return _0x15a81a[_0x19c2fa(0x235)](_0x320316,_0x24274b,_0x4607be);}};PerformanceTester[_0x15eea8(0x221)](PerformanceEvents[_0x15eea8(0x1b8)],()=>{const _0x38915b=_0x15eea8;if(helper[_0x38915b(0x198)]()){helper[_0x38915b(0x1ca)](_0x2e94e1[_0x38915b(0x290)]);_0x5cac63[_0x38915b(0x1c1)](isAccessibilityAutomationSession)&&_0x5cac63[_0x38915b(0x1dd)](setAccessibilityCapabilities,_0x2e94e1);this[_0x38915b(0x253)](),this['setCapabilities']();if(helper[_0x38915b(0x172)](_0x2e94e1['proxySettings']['proxyUrl']))this[_0x38915b(0x223)]=helper[_0x38915b(0x283)](_0x2e94e1[_0x38915b(0x191)]['proxyUrl']);else _0x2e94e1['proxySettings'][_0x38915b(0x18a)]&&(this[_0x38915b(0x179)]=_0x2e94e1['proxySettings'][_0x38915b(0x18a)],logger[_0x38915b(0x2ce)](_0x38915b(0x171)+this['proxy_']));if(_0x5cac63['deMbg'](isAccessibilityAutomationSession)){const _0x10ac09=this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x19e)])||{},_0x345b18=_0x10ac09[_0x38915b(0x181)]||this[_0x38915b(0x184)]['get'](_0x5cac63[_0x38915b(0x18d)])||this['capabilities_'][_0x38915b(0x2bd)](_0x5cac63['TDOIq']);if(_0x345b18){const _0x3c5a1f=(_0x10ac09[_0x38915b(0x1a3)]||_0x10ac09[_0x38915b(0x17e)]||this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63['QnALX'])||this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x16d)])||'')[_0x38915b(0x26e)](),_0x236d16=(_0x10ac09[_0x38915b(0x22a)]||this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x2d4)])||'')[_0x38915b(0x26e)]();_0x5cac63[_0x38915b(0x195)](_0x3c5a1f,_0x5cac63[_0x38915b(0x1c9)])&&_0x236d16['includes'](_0x5cac63[_0x38915b(0x2b5)])&&(_0x5cac63[_0x38915b(0x206)](isMobileScanningEnabledForGroup)&&(logger[_0x38915b(0x2ce)](_0x5cac63[_0x38915b(0x22f)]),globals[_0x38915b(0x2a7)](_0x5cac63[_0x38915b(0x245)],!![])));}}if(globals['getGlobal'](_0x5cac63[_0x38915b(0x29c)])){if(!_0x5cac63[_0x38915b(0x1b2)](setExtension,this,_0x2e94e1)){globals[_0x38915b(0x2a7)](_0x5cac63[_0x38915b(0x29c)],![]);const _0x277d5d=this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x19e)]);_0x277d5d&&(_0x277d5d[_0x38915b(0x27e)]=![],delete _0x277d5d[_0x38915b(0x24b)],this[_0x38915b(0x184)]['set'](_0x5cac63[_0x38915b(0x19e)],_0x277d5d)),this['capabilities_'][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x185)])&&(this['capabilities_']['set'](_0x5cac63[_0x38915b(0x185)],![]),this[_0x38915b(0x184)][_0x38915b(0x1fa)](_0x5cac63[_0x38915b(0x236)]));}}process[_0x38915b(0x294)][_0x38915b(0x188)]&&(helper[_0x38915b(0x278)](null,helper[_0x38915b(0x1d8)](_0x2e94e1),_0x2e94e1[_0x38915b(0x1e9)],null,this,null),helper['setAdditionalCapabilities'](_0x2e94e1[_0x38915b(0x290)])),logger[_0x38915b(0x2ce)](_0x5cac63[_0x38915b(0x180)]);}else{if(this[_0x38915b(0x1cf)]){const _0x5354d0=this[_0x38915b(0x1cf)][_0x38915b(0x2bd)](this[_0x38915b(0x1cf)]['CAPABILITY_KEY']||_0x5cac63[_0x38915b(0x22c)]);if(_0x5354d0&&_0x5354d0[_0x38915b(0x1db)]){const _0x14a741=this['capabilities_'][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x22c)])||{},_0x1ba779=(_0x14a741[_0x38915b(0x1db)]||[])[_0x38915b(0x2d6)](_0x5354d0[_0x38915b(0x1db)]||[]),_0x294272=Array[_0x38915b(0x21e)](new Set(_0x1ba779)),_0x31f44e={};_0x31f44e[_0x38915b(0x1db)]=_0x294272,this[_0x38915b(0x184)][_0x38915b(0x21d)](_0x5cac63[_0x38915b(0x22c)],Object[_0x38915b(0x17c)]({},_0x14a741,_0x5354d0,_0x31f44e));}}if(_0x5cac63['deMbg'](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x38915b(0x279)](_0x5cac63[_0x38915b(0x2c6)])){let _0x559c2c=!![];const _0x244088=this['capabilities_'][_0x38915b(0x2bd)](_0x5cac63['KvhOW'])||{},_0xde89ba=_0x244088[_0x38915b(0x181)]||this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x18d)])||this['capabilities_']['get'](_0x5cac63[_0x38915b(0x246)]);if(_0xde89ba){const _0x1cf812=(_0x244088[_0x38915b(0x1a3)]||_0x244088['platform']||this[_0x38915b(0x184)]['get'](_0x5cac63[_0x38915b(0x251)])||this['capabilities_'][_0x38915b(0x2bd)](_0x5cac63['Qwpny'])||'')['toLowerCase'](),_0x4a724e=(_0x244088['browserName']||this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x2d4)])||'')[_0x38915b(0x26e)]();_0x5cac63[_0x38915b(0x195)](_0x1cf812,_0x5cac63[_0x38915b(0x1c9)])&&_0x4a724e['includes'](_0x5cac63[_0x38915b(0x2b5)])?!_0x5cac63[_0x38915b(0x25c)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x559c2c=![]):(logger['debug'](_0x5cac63['tqIhJ']),globals[_0x38915b(0x2a7)](_0x5cac63[_0x38915b(0x245)],!![])):(logger[_0x38915b(0x25d)](_0x5cac63[_0x38915b(0x18e)]),_0x559c2c=![]);}if(_0x559c2c){const _0x37af49=_0x5cac63[_0x38915b(0x258)](parseFloat,_0x244088[_0x38915b(0x241)]||this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x252)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x4103d3}=_0x5cac63[_0x38915b(0x2a9)](require,_0x5cac63['CYrdA']),_0x3176c2=_0x5cac63[_0x38915b(0x1dd)](parseFloat,_0x4103d3);!_0x5cac63['hXSTo'](isNaN,_0x37af49)&&_0x5cac63[_0x38915b(0x2c5)](_0x37af49,_0x3176c2)&&(logger['warn'](_0x38915b(0x2be)+_0x4103d3+'.'),_0x559c2c=![]);}if(_0x559c2c){_0x5cac63[_0x38915b(0x1dd)](setAccessibilityCapabilities,_0x2e94e1),this[_0x38915b(0x228)]();if(process['env'][_0x38915b(0x1b0)]){let _0x1d77e0={};try{process[_0x38915b(0x294)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']&&(_0x1d77e0=JSON[_0x38915b(0x26a)](process['env'][_0x38915b(0x2ac)]));}catch(_0x160da5){logger[_0x38915b(0x2ce)](_0x38915b(0x1df)+_0x160da5);}const _0x4bac3e=helper[_0x38915b(0x1d8)](_0x2e94e1),_0x113656=this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x19e)]);if(_0x5cac63[_0x38915b(0x260)](_0x4bac3e,![])&&(_0x113656||!this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x185)]))){const _0x41c4ee=_0x5cac63['HcJbp'](_0x113656,{});_0x41c4ee[_0x38915b(0x27e)]=!![];const _0x3d4c81={};_0x3d4c81[_0x38915b(0x239)]=process['env'][_0x38915b(0x1b0)],_0x3d4c81[_0x38915b(0x232)]=_0x1d77e0[_0x38915b(0x232)],_0x41c4ee[_0x38915b(0x24b)]=Object[_0x38915b(0x17c)]({},_0x41c4ee[_0x38915b(0x24b)],_0x3d4c81),this[_0x38915b(0x184)][_0x38915b(0x21d)](_0x5cac63['KvhOW'],_0x41c4ee);}else{this[_0x38915b(0x184)][_0x38915b(0x21d)](_0x5cac63[_0x38915b(0x185)],!![]);const _0x2fc5e8=this['capabilities_'][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x236)])||{},_0x419da1={};_0x419da1[_0x38915b(0x239)]=process['env'][_0x38915b(0x1b0)],_0x419da1[_0x38915b(0x232)]=_0x1d77e0[_0x38915b(0x232)],this['capabilities_'][_0x38915b(0x21d)](_0x5cac63[_0x38915b(0x236)],Object[_0x38915b(0x17c)]({},_0x2fc5e8,_0x419da1));}}if(!_0x5cac63[_0x38915b(0x1b2)](setExtension,this,_0x2e94e1)){globals[_0x38915b(0x2a7)](_0x5cac63[_0x38915b(0x29c)],![]);const _0x37b84a=this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63[_0x38915b(0x19e)]);_0x37b84a&&(_0x37b84a[_0x38915b(0x27e)]=![],delete _0x37b84a[_0x38915b(0x24b)],this[_0x38915b(0x184)]['set'](_0x5cac63[_0x38915b(0x19e)],_0x37b84a)),this[_0x38915b(0x184)][_0x38915b(0x2bd)](_0x5cac63['PuOeH'])&&(this[_0x38915b(0x184)][_0x38915b(0x21d)](_0x5cac63[_0x38915b(0x185)],![]),this[_0x38915b(0x184)]['delete'](_0x5cac63[_0x38915b(0x236)]));}}}if(_0x5cac63[_0x38915b(0x281)](isAccessibilityAutomationSession)&&!this[_0x38915b(0x1e8)]()[_0x38915b(0x279)](_0x5cac63[_0x38915b(0x2c6)]))try{_0x5cac63[_0x38915b(0x2da)](hasLegacyHeadlessArg,this)?(logger[_0x38915b(0x25d)](_0x5cac63['ADVdR']),globals['setGlobal'](_0x5cac63['iWfDC'],![])):helper[_0x38915b(0x278)](null,helper[_0x38915b(0x1d8)](_0x2e94e1),_0x2e94e1[_0x38915b(0x1e9)],null,this,null);}catch(_0x49d1fe){logger[_0x38915b(0x2ce)]('Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20'+util[_0x38915b(0x2b1)](_0x49d1fe));}}})();const _0x565aba=super[_0x15eea8(0x218)]();return PerformanceTester[_0x15eea8(0x221)](PerformanceEvents[_0x15eea8(0x212)],()=>{const _0x3c8b1d=_0x15eea8,_0x270836={'PaYeg':function(_0x4eae7a){const _0x45c2ff=a179_0x8c52;return _0x15a81a[_0x45c2ff(0x1bd)](_0x4eae7a);},'ppKUo':function(_0xf9fce9,_0x18905a,_0x56eea0){const _0x3a8371=a179_0x8c52;return _0x15a81a[_0x3a8371(0x267)](_0xf9fce9,_0x18905a,_0x56eea0);},'IMwfr':_0x15a81a[_0x3c8b1d(0x273)],'PeiOj':_0x15a81a['wOTNx'],'vnPTC':_0x15a81a[_0x3c8b1d(0x2b6)],'WtdeN':_0x15a81a[_0x3c8b1d(0x220)],'DBKXW':function(_0x16da47,_0x36450e,_0x2b8df2){return _0x15a81a['EzozW'](_0x16da47,_0x36450e,_0x2b8df2);},'otvyt':function(_0x39b4f2,_0x389f21,_0x431541,_0x48321c,_0x4f4852){const _0x4a1660=_0x3c8b1d;return _0x15a81a[_0x4a1660(0x197)](_0x39b4f2,_0x389f21,_0x431541,_0x48321c,_0x4f4852);},'NrOel':function(_0x224146,_0x45d34d){return _0x15a81a['wXmQV'](_0x224146,_0x45d34d);},'znvWM':_0x15a81a['hmPcu'],'HaVLE':_0x15a81a[_0x3c8b1d(0x1c0)],'vaPnm':function(_0x259fe1,_0x231b58){const _0x5878d1=_0x3c8b1d;return _0x15a81a[_0x5878d1(0x29e)](_0x259fe1,_0x231b58);}};_0x565aba[_0x3c8b1d(0x170)][_0x3c8b1d(0x23c)](_0xd701ce=>{const _0x12a5f8=_0x3c8b1d,_0x29f525=_0xd701ce[_0x12a5f8(0x1a9)];if(!helper[_0x12a5f8(0x198)]()&&_0x270836[_0x12a5f8(0x1d3)](isAccessibilityAutomationSession)){const _0x584d91=_0x270836['ppKUo'](nonBstackPlatformValidation,_0x29f525,this);globals[_0x12a5f8(0x2a7)](_0x270836[_0x12a5f8(0x20a)],_0x584d91);if(!_0x584d91){const _0x397d92=this[_0x12a5f8(0x184)][_0x12a5f8(0x2bd)](_0x270836['PeiOj']);_0x397d92&&(_0x397d92[_0x12a5f8(0x27e)]=![],delete _0x397d92[_0x12a5f8(0x24b)],this[_0x12a5f8(0x184)][_0x12a5f8(0x21d)](_0x270836['PeiOj'],_0x397d92)),this[_0x12a5f8(0x184)][_0x12a5f8(0x2bd)](_0x270836['vnPTC'])&&(this[_0x12a5f8(0x184)][_0x12a5f8(0x21d)](_0x270836['vnPTC'],![]),this[_0x12a5f8(0x184)][_0x12a5f8(0x1fa)](_0x270836[_0x12a5f8(0x28d)]));}}}),_0x565aba[_0x3c8b1d(0x170)][_0x3c8b1d(0x23c)](_0x415c74=>{const _0x9c950b=_0x3c8b1d;try{logger['debug'](_0x9c950b(0x1ec)+_0x415c74[_0x9c950b(0x2b9)]());const _0x2fb819=_0x415c74[_0x9c950b(0x1a9)][_0x9c950b(0x2bd)](_0x5cac63[_0x9c950b(0x18b)]);_0x2fb819?(logger['debug'](_0x9c950b(0x19c)+_0x2fb819),hubAllocator[_0x9c950b(0x2bf)](_0x2fb819,_0x415c74[_0x9c950b(0x2b9)]()),helper[_0x9c950b(0x2c9)](_0x2fb819)):logger[_0x9c950b(0x2ce)](_0x5cac63[_0x9c950b(0x2aa)]);}catch(_0x147d71){logger[_0x9c950b(0x2ce)](_0x9c950b(0x1f0)+_0x147d71);}}),_0x565aba[_0x3c8b1d(0x17d)]=0x0,_0x565aba[_0x3c8b1d(0x23c)]&&_0x565aba[_0x3c8b1d(0x23c)](_0xcfebe2=>{const _0x719e82=_0x3c8b1d,_0x24850c={'yAOYe':function(_0x491f7c,_0x18194c,_0x264d0e){const _0x1d8709=a179_0x8c52;return _0x5cac63[_0x1d8709(0x259)](_0x491f7c,_0x18194c,_0x264d0e);},'Thbxe':_0x5cac63['iNFCh'],'iNEgH':_0x5cac63['LFgtI']};helper[_0x719e82(0x1e7)](_0xcfebe2,_0x565aba),_0x5a8d33&&_0x5cac63['VpfiJ'](overrideTakeScreenshot,_0xcfebe2),helper[_0x719e82(0x1b3)](_0xcfebe2,_0x2e94e1),_0x5cac63[_0x719e82(0x1b2)](overrideExecute,_0xcfebe2,_0x2e94e1),_0x5cac63['PyzkJ'](propagateJestSessionName,_0xcfebe2,_0x2bac7b),_0x2e94e1[_0x719e82(0x290)]&&percyHelper[_0x719e82(0x2a6)](_0xcfebe2,_0x51177e[_0x719e82(0x1bc)],_0x2e94e1),_0xcfebe2[_0x719e82(0x1de)]=async()=>{const _0xd1850e=_0x719e82;return await _0x24850c[_0xd1850e(0x1b9)](getAccessibilityResultsSummary,_0xcfebe2,global);},_0xcfebe2[_0x719e82(0x29d)]=async()=>{const _0x567504=_0x719e82;return await _0x270836[_0x567504(0x289)](getAccessibilityResults,_0xcfebe2,global);},_0xcfebe2[_0x719e82(0x199)]=async _0x2fdea8=>{const _0x5241ff=_0x719e82;return await _0x270836[_0x5241ff(0x2cd)](performScan,_0xcfebe2,null,!![],_0x270836[_0x5241ff(0x28b)](_0x2fdea8,null));},_0xcfebe2[_0x719e82(0x1fb)]=async _0x4629e8=>{const _0xe8cc28=_0x719e82;globals[_0xe8cc28(0x2a7)](_0x270836[_0xe8cc28(0x1d2)],!![]),globals[_0xe8cc28(0x2a7)](_0x270836[_0xe8cc28(0x249)],_0x270836[_0xe8cc28(0x295)](_0x4629e8,null));},_0xcfebe2[_0x719e82(0x2a2)]=async()=>{const _0x4e017f=_0x719e82;globals[_0x4e017f(0x2a7)](_0x24850c['Thbxe'],![]),globals['setGlobal'](_0x24850c[_0x4e017f(0x19d)],null);};}),_0x565aba[_0x3c8b1d(0x1de)]=async()=>{const _0x39a04a=_0x3c8b1d;return await _0x270836[_0x39a04a(0x26c)](getAccessibilityResultsSummary,_0x565aba,global);},_0x565aba[_0x3c8b1d(0x29d)]=async()=>{const _0x50c300=_0x3c8b1d;return await _0x5cac63[_0x50c300(0x1ee)](getAccessibilityResults,_0x565aba,global);},_0x565aba[_0x3c8b1d(0x199)]=async _0x179a54=>{const _0x290bfc=_0x3c8b1d;return await _0x270836[_0x290bfc(0x2cd)](performScan,_0x565aba,null,!![],_0x270836[_0x290bfc(0x295)](_0x179a54,null));},_0x565aba['startA11yScanning']=async _0x238a1b=>{const _0x4f69b8=_0x3c8b1d;globals[_0x4f69b8(0x2a7)](_0x270836[_0x4f69b8(0x1d2)],!![]),globals['setGlobal'](_0x270836[_0x4f69b8(0x249)],_0x270836[_0x4f69b8(0x295)](_0x238a1b,null));},_0x565aba[_0x3c8b1d(0x2a2)]=async()=>{const _0x3b9fcc=_0x3c8b1d;globals[_0x3b9fcc(0x2a7)](_0x5cac63[_0x3b9fcc(0x299)],![]),globals[_0x3b9fcc(0x2a7)](_0x5cac63[_0x3b9fcc(0x1a7)],null);},_0x5a8d33&&_0x15a81a[_0x3c8b1d(0x1bb)](overrideTakeScreenshot,_0x565aba),helper[_0x3c8b1d(0x1e7)](_0x565aba),helper[_0x3c8b1d(0x1b3)](_0x565aba,_0x2e94e1),_0x15a81a[_0x3c8b1d(0x267)](overrideExecute,_0x565aba,_0x2e94e1),_0x15a81a[_0x3c8b1d(0x254)](propagateJestSessionName,_0x565aba,_0x2bac7b,_0x15a81a[_0x3c8b1d(0x277)]),_0x2e94e1[_0x3c8b1d(0x290)]&&percyHelper[_0x3c8b1d(0x2a6)](_0x565aba,_0x51177e['WebElement'],_0x2e94e1);helper[_0x3c8b1d(0x270)](global['__driversArray'])&&(global[_0x3c8b1d(0x18c)]=[]);helper[_0x3c8b1d(0x270)](global[_0x3c8b1d(0x176)])&&(global['__drivers']=[]);global[_0x3c8b1d(0x18c)][_0x3c8b1d(0x21b)](_0x565aba),global[_0x3c8b1d(0x272)]=_0x565aba,_0x2bac7b&&(_0x2bac7b[_0x3c8b1d(0x22e)][_0x3c8b1d(0x272)]=_0x565aba);_0x15a81a['VdIbL'](global['__drivers'],undefined)&&global[_0x3c8b1d(0x176)][_0x3c8b1d(0x21b)](_0x565aba);_0x2bac7b&&helper[_0x3c8b1d(0x270)](_0x2bac7b['global'][_0x3c8b1d(0x176)])&&(_0x2bac7b[_0x3c8b1d(0x22e)]['__drivers']=[]);_0x2bac7b&&helper[_0x3c8b1d(0x270)](_0x2bac7b['global']['__driversArray'])&&(_0x2bac7b['global'][_0x3c8b1d(0x18c)]=[]);_0x2bac7b&&_0x15a81a[_0x3c8b1d(0x23d)](_0x2bac7b['global'][_0x3c8b1d(0x176)],undefined)&&(_0x2bac7b[_0x3c8b1d(0x22e)][_0x3c8b1d(0x176)][_0x3c8b1d(0x21b)](_0x565aba),_0x2bac7b[_0x3c8b1d(0x22e)]['__driversArray'][_0x3c8b1d(0x21b)](_0x565aba));_0x565aba['isAccessibilityPlatform']=globals[_0x3c8b1d(0x1a0)](_0x15a81a[_0x3c8b1d(0x273)]);try{global[_0x3c8b1d(0x176)][0x0]['session_']['then'](_0x3cfa51=>{const _0x38bbcb=_0x3c8b1d;logger[_0x38bbcb(0x2ce)](_0x38bbcb(0x23e)+_0x3cfa51[_0x38bbcb(0x2b9)]()+_0x38bbcb(0x20c));})[_0x3c8b1d(0x237)](_0x5639e6=>{const _0x1cb5d2=_0x3c8b1d;logger[_0x1cb5d2(0x2ce)](_0x1cb5d2(0x265)+_0x5639e6);});}catch(_0x320e03){logger[_0x3c8b1d(0x2ce)](_0x3c8b1d(0x265)+_0x320e03);}globals[_0x3c8b1d(0x2a7)](_0x15a81a['OKyyD'],globals['getGlobal'](_0x15a81a[_0x3c8b1d(0x273)]));})(),_0x565aba;}}_0x2bac7b&&(globals[_0x198b2e(0x21f)]=_0x2bac7b[_0x198b2e(0x22e)]['browserStackGlobals']);if(_0x15a81a[_0x198b2e(0x1bd)](isAccessibilityAutomationSession))try{let _0x59f900=helper[_0x198b2e(0x286)](_0x15a81a[_0x198b2e(0x1e4)],_0x15a81a['Zmomy'])[_0x198b2e(0x27b)];(!_0x59f900['prototype']||!_0x59f900['prototype'][_0x198b2e(0x1cd)])&&(_0x59f900=helper['requireModule'](_0x15a81a['LhVjy'],_0x15a81a[_0x198b2e(0x214)])[_0x198b2e(0x193)]);if(_0x59f900['prototype']&&_0x59f900[_0x198b2e(0x20d)][_0x198b2e(0x1cd)]){const _0x2d47ba=_0x59f900['prototype'][_0x198b2e(0x1cd)];logger[_0x198b2e(0x2ce)](_0x15a81a[_0x198b2e(0x2c3)]),_0x59f900[_0x198b2e(0x20d)][_0x198b2e(0x1cd)]=async function(){const _0x16c319=_0x198b2e;try{!globals['getGlobal'](_0x15a81a['GQLkN'])&&globals[_0x16c319(0x1a0)](_0x15a81a[_0x16c319(0x273)])&&globals[_0x16c319(0x1a0)](_0x15a81a[_0x16c319(0x28c)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x16c319(0x2b0)])&&!_0x15a81a[_0x16c319(0x1fe)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals['setGlobal'](_0x15a81a[_0x16c319(0x24d)],!![]),logger[_0x16c319(0x2ce)](_0x16c319(0x284)+arguments[0x0][_0x16c319(0x2b0)]),await _0x15a81a[_0x16c319(0x28e)](performScan,global['__driver'],arguments[0x0][_0x16c319(0x2b0)]));}catch(_0x1f4bc6){logger[_0x16c319(0x2ce)](_0x16c319(0x1d0)+util[_0x16c319(0x2b1)](_0x1f4bc6));}return globals[_0x16c319(0x2a7)](_0x15a81a[_0x16c319(0x24d)],![]),_0x2d47ba[_0x16c319(0x1cc)](this,arguments);};}}catch(_0x1fa2f3){logger[_0x198b2e(0x2ce)](_0x15a81a[_0x198b2e(0x250)](_0x15a81a[_0x198b2e(0x17f)],_0x1fa2f3));}return _0x51177e[_0x198b2e(0x16f)]=_0x51177e['Builder'],_0x51177e[_0x198b2e(0x2cb)]=_0x5894cd,_0x34cf0d[_0x198b2e(0x1e5)]=_0x18571d,_0x51177e;};function a179_0x8c52(_0x1654a5,_0x55cd4e){const _0x54c742=a179_0x54c7();return a179_0x8c52=function(_0x8c5205,_0x15fa0e){_0x8c5205=_0x8c5205-0x16a;let _0x5ee06e=_0x54c742[_0x8c5205];return _0x5ee06e;},a179_0x8c52(_0x1654a5,_0x55cd4e);}module[a179_0x293ba2(0x2d8)][a179_0x293ba2(0x28f)]=modify,module[a179_0x293ba2(0x2d8)][a179_0x293ba2(0x224)]=modifyV2,module[a179_0x293ba2(0x2d8)][a179_0x293ba2(0x2ae)]=percySDK,module[a179_0x293ba2(0x2d8)][a179_0x293ba2(0x1a5)]=BrowserStackSdk,module[a179_0x293ba2(0x2d8)]['_modifyPlaywright']=modifyPlaywrightConfig;function a179_0x54c7(){const _0x26b031=['url_','DRxmU','getAccessibilityResultsSummary','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','./helpers/patchHelper','Setting\x20Browserstack\x20capabilities','installAll','ms:edgeOptions','KRMmp','HttpClient','YPoEy','overrideQuit','getServerUrl','framework','RodUQ','firefoxOptions_','Session\x20ID:\x20','syBUk','jdkrH','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','browserstack.accessibility','yKRXh','NOyBA','297hfolBf','requireSeleniumWebdriver','FRTPp','gXwgK','getHubUrl','fyKBV','delete','startA11yScanning','./hubAllocationMethods','lHfYA','iUOTR','OImjL','lERPE','GvvWd','browserstack.com','./helpers/globals','edgeOptions_','Litgo','yyaMh','PQoUo','INYuE','hiqBs','IMwfr','OiDkj','\x20to\x20global\x20drivers\x20array','prototype','./helpers/percy/PercySDK','HbhHa','isTurboScaleSession','./helpers/percy/utils','SDK_POST_INITIALIZE','pbgPz','Zmomy','FoDRC','jHMMc','Unable\x20to\x20find\x20executor\x20class\x20','build','DGzxB','moz:firefoxOptions','push','HwZaj','set','from','browserStackGlobals','EWWUn','measureWrapper','YGWyt','agent_','browserstackAgentV2','kSqPq','HCiaa','driver-init\x20capture\x20install\x20failed:\x20','setCapabilities','chromeOptions','browserName','18728AqGuxe','nGBRe','forEach','global','tqIhJ','DdtlK','CSIgy','scannerVersion','rknoS','28RaGCaH','lxudu','oobbI','catch','getRequestOptions','authToken','goog:chromeOptions','RfOVK','then','zybfP','setting\x20driver\x20Session\x20ID:\x20','./helpers/patchHelpers','bstackA11yScanOptions','browserVersion','selenium-webdriver/lib/http.js','GaUqh','KRGiD','JVbpo','TDOIq','jSthZ','firefoxOptions','HaVLE','SLpyC','accessibilityOptions','se:ieOptions','GQLkN','./browserStackSdk','FMTyZ','AJYng','QnALX','JQjJI','setServer','cDikc','message','qvfTT','6516bEsYIe','jHAOx','PyzkJ','mpotB','JXEHy','deMbg','warn','3qRPKwp','VTaIF','ExFFc','sRzJS','isAccessibilityPlatform','lNApQ','fJYbN','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','qiGqQ','EzozW','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','FzgNv','parse','ixRJy','ppKUo','Modifying\x20webdriver\x20builder','toLowerCase','./helpers/performance/performance-tester','isUndefined','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','__driver','OKyyD','Modifying\x20webdriver\x20execute','bstack:options','selenium-webdriver','umuwi','prepareCapabilities','includes','mergeDeep','WebDriver','https://','/session','accessibility','qmpUh','EIkmQ','CCVoB','paqig','getHttpAgent','Performing\x20scan\x20for\x20','kQmjN','requireModule','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','capabilities','DBKXW','WZmJv','NrOel','hmPcu','WtdeN','dxOnK','browserstackAgent','capability','llqoY','CQSlP','Dmfog','env','vaPnm','uRgNn','QjRsD','Fgawz','iNFCh','isArray','xKlzX','iWfDC','getAccessibilityResults','ezMlx','keys','yxEle','./helpers/accessibility-automation/scripts','stopA11yScanning','qWbJK','bstackAllyScanning','CNBhD','patchDriverPercy','setGlobal','BWhbl','OGNYS','qTPfN','logLevel','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','options_','percy','error','name_','format','eeKoc','consumeHubUrlForSession','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','fMOlJ','Ogovz','sXbGI','UQRvr','getId','2562280CESDoz','cTYzi','anEZA','get','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','updateHubUrl','gombw','setLogLevel','dAWMO','qUNJd','ieOptions_','yTktW','vxSJw','1015674rTIYBk','safariOptions_','storeOptimalHubUrl','ieOptions','Builder','/wd/hub','otvyt','debug','(sync)','cnkNd','./helpers/driverInitErrorReporter','PzQPl','GzNAC','lcGRj','__setBrowserOptions','concat','vOanu','exports','QAqPI','mKEAn','browserstack.accessibilityOptions','tdEig','bstackA11yShouldScan','Qwpny','object','originalBuilder','session_','Proxy\x20set\x20to\x20','isPacProxy','requireHttpClient','CAPABILITY_KEY','split','__drivers','TboVe','emxcq','proxy_','./helpers/accessibility-automation/helper','path','assign','quitCount_','platform','zuElJ','MPZjX','deviceName','New\x20hub\x20url\x20set\x20to\x20','chrome','capabilities_','PuOeH','wOTNx','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','BROWSERSTACK_TURBOSCALE','mMIRJ','proxyUrl','iaMrF','__driversArray','xXCmF','yCkWw','./bin/playwright/modifyPlaywrightConf','XuFKm','proxySettings','length','Executor','LuMCj','gsHWV','xjYMJ','MrrRl','isBrowserstackInfra','performScan','SnfKb','wluPq','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','iNEgH','KvhOW','Qbknw','getGlobal','Rewxh','11ycbhFN','platformName','browserstackSessionName','BrowserStackSdk','36fIBQJg','LFgtI','233590DjeLgd','caps_','RksFu','info','fkEsS','winstonLogger','KFFtP','XDPRX','BS_A11Y_JWT','qcNPa','gIzSo','overrideGet','GckJC','device','pjIOh','SkGRx','SDK_PRE_INITIALIZE','yAOYe','eiMys','TeaXJ','WebElement','HbeOg','lKMzB','XSumA','tUijt','FfuTl','send','538624mDeCfa','4059KPhhnz','5932641bvVKYF','./helpers/helper','rOyuo','srsgw','HFUAc','setAdditionalCapabilities','./bin/node-generic/client','apply','execute','jtUGE','chromeOptions_','Failed\x20to\x20perform\x20scan\x20','ulIxA','znvWM','PaYeg','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','HUwgi','Wfmqu','isMobilePlatform','useW3C','safari.options','PvYzt','args'];a179_0x54c7=function(){return _0x26b031;};return a179_0x54c7();}try{require(a179_0x293ba2(0x2d1))[a179_0x293ba2(0x1e2)]();}catch(a179_0xb7db43){logger[a179_0x293ba2(0x2ce)](a179_0x293ba2(0x227)+(a179_0xb7db43&&a179_0xb7db43[a179_0x293ba2(0x255)]));}module[a179_0x293ba2(0x2d8)]['_installDriverInitFailureCapture']=require(a179_0x293ba2(0x2d1))[a179_0x293ba2(0x1e2)],module['exports']['TestClient']=require(a179_0x293ba2(0x1cb));
|