browserstack-node-sdk 1.65.1 → 1.65.3
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/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 a175_0x2f5a(){const _0x2c44eb=['./browserStackSdk','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','DAZbZ','platform','603815oDnIsD','format','mufjm','WebDriver','./bin/node-generic/client','sPLEc','caps_','DXnrn','kQyUB','isTurboScaleSession','NyrUI','mnHjk','qzsLa','./helpers/driverInitErrorReporter','getAccessibilityResultsSummary','catch','error','push','includes','1207374skEBto','CAkmp','atLhn','eaRSb','bwkZl','edgeOptions_','agent_','bstackA11yShouldScan','qjjkW','gklCJ','DbLcg','./helpers/patchHelper','browserstackAgentV2','setServer','ACAOZ','toLowerCase','set','getId','./helpers/percy/PercySDK','fDuBz','exCFL','platformName','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','optimalHubUrl','hqTXE','hSUia','info','keys','ieOptions_','wvWcH','capabilities_','CinZs','sGiSj','AlrHN','SvhqE','xXbSq','startA11yScanning','nunnO','path','xOcdS','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','Failed\x20to\x20perform\x20scan\x20','url_','getRequestOptions','MBQHS','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','AJDAB','HttpClient','shouldWrapCommand','useW3C','LdCHD','chromeOptions','quitCount_','eOWYz','bstackA11yScanOptions','XeEuP','split','debug','selenium-webdriver/lib/http.js','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','isUndefined','wXRGM','goog:chromeOptions','jPHpv','/wd/hub','jYFSz','54vNwVoo','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','OuOLm','patchDriverPercy','warn','Unable\x20to\x20find\x20executor\x20class\x20','yLqdD','quETW','WebElement','yiTyf','scannerVersion','tDKlM','EcmFA','capabilities','dYTSS','get','cMDDC','wSqpI','installAll','wjbAY','updateHubUrl','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','diAJs','JzWFf','mFJhZ','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','yOpMJ','percy','Performing\x20scan\x20for\x20','storeOptimalHubUrl','rWxnI','oLgxR','./helpers/patchHelpers','apply','BmlCH','ITtGr','wWXcn','Ncjkr','cflJP','AMlfo','(sync)','FpEUz','Yucdz','Proxy\x20set\x20to\x20','__setBrowserOptions','WHBKr','proxyUrl','authToken','args','message','GCByJ','./bin/mocha/accessibility-automation/helper','RUexl','dJPXx','delete','KtZxT','DdDfn','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','browserVersion','proxySettings','forEach','Setting\x20Browserstack\x20capabilities','ngyOs','QAHER','length','uPiNd','sldwM','ntwSI','BROWSERSTACK_TURBOSCALE','originalBuilder','./helpers/performance/constants','AaEKi','xotjQ','exports','__driversArray','framework','jKeYH','deviceName','18LnQHGB','Executor','chrome','JieCU','FlGDm','pWbTt','./helpers/accessibility-automation/helper','aotHY','WIvCv','getGlobal','CAPABILITY_KEY','assign','hkFav','bdvPV','DGxTN','wsIAX','ADycS','./hubAllocationMethods','then','yqNTT','rfejv','TestClient','kBHAc','browserStackLogLevel','Builder','xIfdt','NmVGw','accessibilityOptions','browserstack.accessibility','wCuSj','SZmWd','ms:edgeOptions','browserStackGlobals','ziuSu','./helpers/percy/utils','NOfoa','global','winstonLogger','bCQEW','DbaaM','GCuMS','consumeHubUrlForSession','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','safari.options','spQJq','isBrowserstackInfra','6417830IxNLMB','android','AoByq','requireSeleniumWebdriver','setGlobal','isMobilePlatform','concat','CETxP','performScan','TJRyZ','from','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','AEkQW','getHubUrl','getAccessibilityResults','options_','rhFGs','mergeDeep','LYsHx','BS_A11Y_JWT','overrideGet','session_','env','execute','rsVem','/session','name_','lwmip','stopA11yScanning','EiBwO','eynjm','setCapabilities','proxy_','firefoxOptions_','util','browserstackAgent','pUnem','send','xeAyM','fcshp','UePaQ','./helpers/accessibility-automation/scripts','KScIv','IAhus','device','__driver','SDK_POST_INITIALIZE','selenium-webdriver','setting\x20driver\x20Session\x20ID:\x20','1024040ZuqOeR','browserName','dzpMh','dzyUk','XRVNJ','tiNUW','setAdditionalCapabilities','se:ieOptions','__drivers','eMlYT','selenium-webdriver/lib/webdriver.js','isArray','10807TLrvTI','IfGOs','AThHp','sKGcd','parse','WerOH','object','BrowserStackSdk','capability','SQJfA','4YtAHvL','New\x20hub\x20url\x20set\x20to\x20','BHXXs','edgeOptions','requireModule','QnBkW','2940MqLOfQ','maMZh','Modifying\x20webdriver\x20builder','mKPIX','overrideQuit','isAccessibilityPlatform','firefoxOptions','build','VjbRb','./helpers/helper','YhzRX','setLogLevel','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','yPpBG','KoEVL','browserstack.accessibilityOptions','accessibility','eoIUh','chromeOptions_','jZYjR','measureWrapper','oRiWJ','dZMNP','jsoen','bstack:options','obpcy','FBQlS','VJVOl','prepareCapabilities','safariOptions_','./helpers/accessibility-automation/constants','requireHttpClient','moz:firefoxOptions','getHttpAgent','ZiqJS','pQgTz','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','sFKiZ','browserstackSessionName','vyyAN','https://','VbIpb','549052bLXfpc','guDIc','prototype'];a175_0x2f5a=function(){return _0x2c44eb;};return a175_0x2f5a();}const a175_0x258a45=a175_0x1abf;function a175_0x1abf(_0x149d77,_0x24d21b){const _0x2f5a2e=a175_0x2f5a();return a175_0x1abf=function(_0x1abf2d,_0xf1f654){_0x1abf2d=_0x1abf2d-0xe5;let _0x596391=_0x2f5a2e[_0x1abf2d];return _0x596391;},a175_0x1abf(_0x149d77,_0x24d21b);}(function(_0x3515b4,_0x67ad0c){const _0x1e1a5c=a175_0x1abf,_0x3cddb0=_0x3515b4();while(!![]){try{const _0x3a816f=-parseInt(_0x1e1a5c(0x102))/0x1*(-parseInt(_0x1e1a5c(0x198))/0x2)+parseInt(_0x1e1a5c(0x112))/0x3+parseInt(_0x1e1a5c(0x10c))/0x4*(parseInt(_0x1e1a5c(0x143))/0x5)+parseInt(_0x1e1a5c(0x156))/0x6+-parseInt(_0x1e1a5c(0x13c))/0x7+-parseInt(_0x1e1a5c(0xf6))/0x8*(-parseInt(_0x1e1a5c(0x1e6))/0x9)+-parseInt(_0x1e1a5c(0x214))/0xa;if(_0x3a816f===_0x67ad0c)break;else _0x3cddb0['push'](_0x3cddb0['shift']());}catch(_0x2d7c35){_0x3cddb0['push'](_0x3cddb0['shift']());}}}(a175_0x2f5a,0x24c18));const util=require(a175_0x258a45(0xe7)),{overrideTakeScreenshot}=require(a175_0x258a45(0x1b8)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a175_0x258a45(0x1ec)),{setAccessibilityCapabilities,setExtension}=require(a175_0x258a45(0x1cb)),helper=require(a175_0x258a45(0x11b)),logger=require('./helpers/logger')[a175_0x258a45(0x20b)],hubAllocator=require(a175_0x258a45(0x1f7)),percySDK=require(a175_0x258a45(0x168)),percyHelper=require(a175_0x258a45(0x208)),BrowserStackSdk=require(a175_0x258a45(0x13f)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a175_0x258a45(0xee)),globals=require('./helpers/globals'),{overrideExecute}=require(a175_0x258a45(0x161)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a175_0x258a45(0x1de)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x488538=>{const _0x53d7db=a175_0x258a45,_0x10f3c7={'oRiWJ':function(_0x3a5e44,_0x2fef4a){return _0x3a5e44!==_0x2fef4a;},'PtqaN':_0x53d7db(0x22d),'BmlCH':function(_0x5b029d,_0x2d4170){return _0x5b029d+_0x2d4170;},'wXRGM':function(_0x19f602,_0x345fc6){return _0x19f602+_0x345fc6;},'kFrvg':_0x53d7db(0x13a),'wSqpI':'/wd/hub','TJRyZ':'goog:chromeOptions','jYFSz':'chromeOptions','MBQHS':_0x53d7db(0x205),'hkFav':_0x53d7db(0x10f),'IfGOs':_0x53d7db(0x132),'tmUBQ':_0x53d7db(0x118),'xXbSq':_0x53d7db(0x211),'pQgTz':_0x53d7db(0xfd),'LzyWr':'ieOptions','jKeYH':function(_0x4fe68a,_0x57dcd6){return _0x4fe68a===_0x57dcd6;},'NmVGw':'object','javxC':'Setting\x20Browserstack\x20capabilities','qzsLa':function(_0x13cf2d){return _0x13cf2d();},'SvhqE':function(_0x39ddec,_0x4dd0ed){return _0x39ddec(_0x4dd0ed);},'atLhn':function(_0x5f3747){return _0x5f3747();},'pUnem':_0x53d7db(0x12a),'xIfdt':_0x53d7db(0xf1),'ACAOZ':_0x53d7db(0x1e5),'wCxIA':_0x53d7db(0x16b),'dzyUk':_0x53d7db(0x142),'wWXcn':'browserName','hqTXE':function(_0x3f0ae4,_0x3acc9e){return _0x3f0ae4===_0x3acc9e;},'Ncjkr':'android','AMlfo':_0x53d7db(0x1e8),'AEzrg':function(_0x329909){return _0x329909();},'AlrHN':_0x53d7db(0x136),'fDuBz':_0x53d7db(0x219),'jZYjR':_0x53d7db(0x117),'SQJfA':function(_0x332200,_0x5e01e0,_0x47e364){return _0x332200(_0x5e01e0,_0x47e364);},'jPHpv':_0x53d7db(0x202),'jsoen':'browserstack.accessibilityOptions','mnHjk':_0x53d7db(0x140),'LYsHx':'bstackA11yShouldScan','gklCJ':_0x53d7db(0x18c),'iQEoQ':function(_0x53e1cd,_0x257772){return _0x53e1cd||_0x257772;},'aotHY':function(_0x367293,_0x5ac5b1,_0xfe90a1){return _0x367293(_0x5ac5b1,_0xfe90a1);},'BlOHj':_0x53d7db(0x16d),'QAHER':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','pWbTt':function(_0x1d868a,_0x6a6371,_0x4aac2e,_0x40fe56,_0x5f18c4){return _0x1d868a(_0x6a6371,_0x4aac2e,_0x40fe56,_0x5f18c4);},'BHXXs':function(_0x1d1c4a,_0x340261,_0x492c16,_0x441979,_0x274468){return _0x1d1c4a(_0x340261,_0x492c16,_0x441979,_0x274468);},'EiBwO':function(_0x29fbcc,_0x447b82){return _0x29fbcc||_0x447b82;},'WHBKr':_0x53d7db(0x183),'vyyAN':_0x53d7db(0x114)};logger[_0x53d7db(0x170)](_0x10f3c7[_0x53d7db(0x1c5)]),logger[_0x53d7db(0x18f)](_0x10f3c7[_0x53d7db(0x139)]);const _0x335c22=helper[_0x53d7db(0x217)](),_0x33b659=helper[_0x53d7db(0x131)]();class _0x2e27ea extends _0x33b659[_0x53d7db(0x185)]{['send'](_0x367936){const _0x196a31=_0x53d7db;if(_0x10f3c7[_0x196a31(0x127)](_0x367936[_0x196a31(0x17c)],_0x10f3c7['PtqaN']))try{const _0x423cc9=_0x367936[_0x196a31(0x17c)][_0x196a31(0x18e)]('/')[0x2];if(_0x423cc9){const _0x486405=hubAllocator['consumeHubUrlForSession'](_0x423cc9);if(_0x486405){const _0x56fdef=_0x10f3c7[_0x196a31(0x1ba)](_0x10f3c7[_0x196a31(0x193)](_0x10f3c7['kFrvg'],_0x486405),_0x10f3c7[_0x196a31(0x1a9)]);this[_0x196a31(0x223)]=hubAllocator['getRequestOptions'](_0x56fdef),logger[_0x196a31(0x18f)](_0x196a31(0x10d)+_0x56fdef);}}}catch(_0x5a034e){logger[_0x196a31(0x153)](_0x5a034e);}return super[_0x196a31(0xea)](_0x367936);}}class _0x304e73 extends _0x335c22[_0x53d7db(0x1fe)]{[_0x53d7db(0x1c4)](_0x453548){const _0x5a8255=_0x53d7db;let _0x73349a={};for(const _0x46b3e1 in _0x453548){switch(_0x46b3e1){case _0x10f3c7[_0x5a8255(0x21d)]:case _0x10f3c7[_0x5a8255(0x197)]:this[_0x5a8255(0x124)]&&(_0x73349a=this[_0x5a8255(0x124)][_0x5a8255(0x1a7)](this[_0x5a8255(0x124)][_0x5a8255(0x1f0)])||{},this['chromeOptions_'][_0x5a8255(0x166)](this[_0x5a8255(0x124)][_0x5a8255(0x1f0)],helper[_0x5a8255(0x225)](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x182)]:case _0x10f3c7[_0x5a8255(0x1f2)]:this[_0x5a8255(0x15b)]&&(_0x73349a=this[_0x5a8255(0x15b)][_0x5a8255(0x1a7)](this[_0x5a8255(0x15b)][_0x5a8255(0x1f0)])||{},this[_0x5a8255(0x15b)][_0x5a8255(0x166)](this[_0x5a8255(0x15b)][_0x5a8255(0x1f0)],helper[_0x5a8255(0x225)](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x103)]:case _0x10f3c7['tmUBQ']:this[_0x5a8255(0xe6)]&&(_0x73349a=this[_0x5a8255(0xe6)]['get'](this[_0x5a8255(0xe6)][_0x5a8255(0x1f0)])||{},this[_0x5a8255(0xe6)][_0x5a8255(0x166)](this[_0x5a8255(0xe6)]['CAPABILITY_KEY'],helper[_0x5a8255(0x225)](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x179)]:this[_0x5a8255(0x12f)]&&(_0x73349a=this[_0x5a8255(0x12f)]['get'](this[_0x5a8255(0x12f)]['CAPABILITY_KEY'])||{},this[_0x5a8255(0x12f)][_0x5a8255(0x166)](this[_0x5a8255(0x12f)][_0x5a8255(0x1f0)],helper['mergeDeep'](_0x73349a,_0x453548[_0x46b3e1])));break;case _0x10f3c7[_0x5a8255(0x135)]:case _0x10f3c7['LzyWr']:this['ieOptions_']&&(_0x73349a=this[_0x5a8255(0x172)][_0x5a8255(0x1a7)](this['ieOptions_'][_0x5a8255(0x1f0)])||{},this[_0x5a8255(0x172)][_0x5a8255(0x166)](this['ieOptions_'][_0x5a8255(0x1f0)],helper['mergeDeep'](_0x73349a,_0x453548[_0x46b3e1])));break;}}}[_0x53d7db(0x163)](){const _0x5605a7=_0x53d7db;return this[_0x5605a7(0x180)]=helper['getHubUrl'](_0x488538),logger[_0x5605a7(0x18f)]('Hub\x20url\x20set\x20to\x20'+this[_0x5605a7(0x180)]),this;}[_0x53d7db(0x233)](){const _0x521503=_0x53d7db;return logger['debug'](_0x10f3c7['javxC']),this[_0x521503(0x1c4)](_0x488538[_0x521503(0x10a)]),Object[_0x521503(0x171)](_0x488538['capability'])[_0x521503(0x1d4)](_0x126957=>{const _0x30fc9e=_0x521503,_0x40b849=this[_0x30fc9e(0x174)]['get'](_0x126957);_0x10f3c7[_0x30fc9e(0x1e4)](typeof _0x40b849,_0x10f3c7[_0x30fc9e(0x200)])?this[_0x30fc9e(0x174)][_0x30fc9e(0x166)](_0x126957,helper[_0x30fc9e(0x225)](_0x40b849,_0x488538[_0x30fc9e(0x10a)][_0x126957])):this[_0x30fc9e(0x174)][_0x30fc9e(0x166)](_0x126957,_0x488538['capability'][_0x126957]);}),this;}[_0x53d7db(0x119)](){const _0x25e47d=_0x53d7db,_0x433225={'diAJs':_0x10f3c7[_0x25e47d(0x226)],'eynjm':_0x10f3c7[_0x25e47d(0x15f)],'rhFGs':function(_0x5d98b5,_0xeccaa){return _0x10f3c7['iQEoQ'](_0x5d98b5,_0xeccaa);},'ngyOs':function(_0x36cc3e,_0x2250c8,_0x4f4b97){const _0x4bbcca=_0x25e47d;return _0x10f3c7[_0x4bbcca(0x1ed)](_0x36cc3e,_0x2250c8,_0x4f4b97);},'NyrUI':_0x10f3c7['BlOHj'],'PDeHC':_0x10f3c7[_0x25e47d(0x1d7)],'wCuSj':function(_0x24896d,_0x505f46,_0x4d24ea,_0x264933,_0x2061b5){const _0x4a479f=_0x25e47d;return _0x10f3c7[_0x4a479f(0x1eb)](_0x24896d,_0x505f46,_0x4d24ea,_0x264933,_0x2061b5);},'kgFvd':function(_0x2aeebc,_0x435962,_0x5afe95,_0x21b65b,_0x379d9b){const _0x3387c2=_0x25e47d;return _0x10f3c7[_0x3387c2(0x10e)](_0x2aeebc,_0x435962,_0x5afe95,_0x21b65b,_0x379d9b);},'KoEVL':function(_0x3fba9e,_0x569a2b){const _0x495b8c=_0x25e47d;return _0x10f3c7[_0x495b8c(0x231)](_0x3fba9e,_0x569a2b);},'GCByJ':function(_0x8045f7,_0x3e811f,_0x194458){const _0x25b2ad=_0x25e47d;return _0x10f3c7[_0x25b2ad(0x10b)](_0x8045f7,_0x3e811f,_0x194458);}};PerformanceTester[_0x25e47d(0x126)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2d1f53=_0x25e47d;_0x10f3c7[_0x2d1f53(0x14f)](isAccessibilityAutomationSession)&&_0x10f3c7[_0x2d1f53(0x178)](setAccessibilityCapabilities,_0x488538);this[_0x2d1f53(0x163)](),this[_0x2d1f53(0x233)]();if(helper['isPacProxy'](_0x488538[_0x2d1f53(0x1d3)][_0x2d1f53(0x1c6)]))this[_0x2d1f53(0x15c)]=helper[_0x2d1f53(0x133)](_0x488538['proxySettings'][_0x2d1f53(0x1c6)]);else _0x488538['proxySettings'][_0x2d1f53(0x1c6)]&&(this[_0x2d1f53(0xe5)]=_0x488538[_0x2d1f53(0x1d3)]['proxyUrl'],logger[_0x2d1f53(0x18f)]('Proxy\x20set\x20to\x20'+this[_0x2d1f53(0xe5)]));if(_0x10f3c7[_0x2d1f53(0x158)](isAccessibilityAutomationSession)){const _0x482df1=this['capabilities_']['get'](_0x10f3c7[_0x2d1f53(0xe9)])||{},_0x11357f=_0x482df1['deviceName']||this[_0x2d1f53(0x174)]['get'](_0x10f3c7[_0x2d1f53(0x1ff)])||this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0x164)]);if(_0x11357f){const _0x4f94a5=(_0x482df1[_0x2d1f53(0x16b)]||_0x482df1[_0x2d1f53(0x142)]||this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7['wCxIA'])||this['capabilities_'][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0xf9)])||'')[_0x2d1f53(0x165)](),_0x910e80=(_0x482df1[_0x2d1f53(0xf7)]||this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0x1bc)])||'')[_0x2d1f53(0x165)]();_0x10f3c7[_0x2d1f53(0x16e)](_0x4f94a5,_0x10f3c7[_0x2d1f53(0x1bd)])&&_0x910e80[_0x2d1f53(0x155)](_0x10f3c7[_0x2d1f53(0x1bf)])&&(_0x10f3c7['AEzrg'](isMobileScanningEnabledForGroup)&&(logger[_0x2d1f53(0x18f)](_0x10f3c7[_0x2d1f53(0x177)]),globals[_0x2d1f53(0x218)](_0x10f3c7[_0x2d1f53(0x169)],!![])));}}if(globals['getGlobal'](_0x10f3c7[_0x2d1f53(0x125)])){if(!_0x10f3c7['SQJfA'](setExtension,this,_0x488538)){globals['setGlobal'](_0x10f3c7[_0x2d1f53(0x125)],![]);const _0x2611e6=this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0xe9)]);_0x2611e6&&(_0x2611e6[_0x2d1f53(0x122)]=![],delete _0x2611e6[_0x2d1f53(0x201)],this[_0x2d1f53(0x174)]['set'](_0x10f3c7[_0x2d1f53(0xe9)],_0x2611e6)),this[_0x2d1f53(0x174)][_0x2d1f53(0x1a7)](_0x10f3c7[_0x2d1f53(0x195)])&&(this['capabilities_'][_0x2d1f53(0x166)](_0x10f3c7['jPHpv'],![]),this[_0x2d1f53(0x174)]['delete'](_0x10f3c7[_0x2d1f53(0x129)]));}}(!helper[_0x2d1f53(0x213)]()||helper[_0x2d1f53(0x14c)](_0x488538))&&helper[_0x2d1f53(0x12e)](null,helper['useW3C'](_0x488538),_0x488538[_0x2d1f53(0x1e3)],null,this,null),helper[_0x2d1f53(0xfc)](_0x488538[_0x2d1f53(0x10a)]),logger[_0x2d1f53(0x18f)](_0x10f3c7[_0x2d1f53(0x14e)]);})();const _0x59d638=super['build']();return PerformanceTester[_0x25e47d(0x126)](PerformanceEvents[_0x25e47d(0xf3)],()=>{const _0x5ea2b6=_0x25e47d,_0x22142d={'ITtGr':_0x433225[_0x5ea2b6(0x14d)],'OiipE':_0x433225['PDeHC'],'mKPIX':function(_0x3cca1c,_0x598c27,_0x4177b8){const _0x1b3536=_0x5ea2b6;return _0x433225[_0x1b3536(0x1d6)](_0x3cca1c,_0x598c27,_0x4177b8);},'tyXQl':function(_0x143955,_0x291ed1,_0x3a3196,_0x5218bd,_0x34b11a){const _0x27a339=_0x5ea2b6;return _0x433225[_0x27a339(0x203)](_0x143955,_0x291ed1,_0x3a3196,_0x5218bd,_0x34b11a);},'mufjm':function(_0x2f08ad,_0x2e2513){const _0x8ce54d=_0x5ea2b6;return _0x433225[_0x8ce54d(0x224)](_0x2f08ad,_0x2e2513);},'WerOH':_0x433225['diAJs'],'VJVOl':_0x433225[_0x5ea2b6(0x232)],'TsaZT':function(_0x146e88,_0x5d701e,_0x1a8d2b,_0x2bc1f7,_0x583ddd){return _0x433225['kgFvd'](_0x146e88,_0x5d701e,_0x1a8d2b,_0x2bc1f7,_0x583ddd);},'yqNTT':function(_0x327bec,_0x3168c5){const _0x450643=_0x5ea2b6;return _0x433225[_0x450643(0x120)](_0x327bec,_0x3168c5);}};_0x59d638[_0x5ea2b6(0x229)][_0x5ea2b6(0x1f8)](_0xc5a080=>{const _0xec1508=_0x5ea2b6;try{const _0x50614d=_0xc5a080[_0xec1508(0x149)][_0xec1508(0x1a7)](_0x22142d[_0xec1508(0x1bb)]);_0x50614d?(logger['debug'](_0xec1508(0x21f)+_0x50614d),hubAllocator[_0xec1508(0x1ac)](_0x50614d,_0xc5a080[_0xec1508(0x167)]()),helper['storeOptimalHubUrl'](_0x50614d)):logger[_0xec1508(0x18f)](_0x22142d['OiipE']);}catch(_0xd0f278){logger['debug'](_0xec1508(0x210)+_0xd0f278);}}),_0x59d638[_0x5ea2b6(0x1f8)]&&_0x59d638[_0x5ea2b6(0x1f8)](_0x4fe4bd=>{const _0x13cbf3=_0x5ea2b6,_0x17eae6={'RUexl':_0x433225[_0x13cbf3(0x1ae)],'zxnTi':_0x433225[_0x13cbf3(0x232)],'dwkTk':function(_0x52a63b,_0x1d90b3){const _0x21bbdb=_0x13cbf3;return _0x433225[_0x21bbdb(0x224)](_0x52a63b,_0x1d90b3);}};helper[_0x13cbf3(0x228)](_0x4fe4bd,_0x488538),_0x433225[_0x13cbf3(0x1d6)](overrideExecute,_0x4fe4bd,_0x488538),_0x4fe4bd['getAccessibilityResultsSummary']=async()=>{const _0x53c979=_0x13cbf3;return await _0x22142d[_0x53c979(0x115)](getAccessibilityResultsSummary,_0x4fe4bd,global);},_0x4fe4bd['getAccessibilityResults']=async()=>{const _0x2bc215=_0x13cbf3;return await _0x22142d[_0x2bc215(0x115)](getAccessibilityResults,_0x4fe4bd,global);},_0x4fe4bd[_0x13cbf3(0x21c)]=async _0x21a547=>{return await _0x22142d['tyXQl'](performScan,_0x4fe4bd,null,!![],_0x22142d['mufjm'](_0x21a547,null));},_0x4fe4bd[_0x13cbf3(0x17a)]=async _0x31c700=>{const _0x232146=_0x13cbf3;globals[_0x232146(0x218)](_0x17eae6[_0x232146(0x1cc)],!![]),globals[_0x232146(0x218)](_0x17eae6['zxnTi'],_0x17eae6['dwkTk'](_0x31c700,null));},_0x4fe4bd[_0x13cbf3(0x230)]=async()=>{const _0x39e5f1=_0x13cbf3;globals[_0x39e5f1(0x218)](_0x22142d[_0x39e5f1(0x107)],![]),globals[_0x39e5f1(0x218)](_0x22142d[_0x39e5f1(0x12d)],null);};}),_0x59d638['getAccessibilityResultsSummary']=async()=>{const _0x5172e0=_0x5ea2b6;return await _0x22142d[_0x5172e0(0x115)](getAccessibilityResultsSummary,_0x59d638,global);},_0x59d638['getAccessibilityResults']=async()=>{return await _0x433225['ngyOs'](getAccessibilityResults,_0x59d638,global);},_0x59d638[_0x5ea2b6(0x21c)]=async _0xb9d714=>{const _0x2431a3=_0x5ea2b6;return await _0x22142d['TsaZT'](performScan,_0x59d638,null,!![],_0x22142d[_0x2431a3(0x145)](_0xb9d714,null));},_0x59d638['startA11yScanning']=async _0x3dabfb=>{const _0x2ec554=_0x5ea2b6;globals[_0x2ec554(0x218)](_0x22142d['WerOH'],!![]),globals[_0x2ec554(0x218)](_0x22142d[_0x2ec554(0x12d)],_0x22142d[_0x2ec554(0x1f9)](_0x3dabfb,null));},_0x59d638[_0x5ea2b6(0x230)]=async()=>{const _0x426842=_0x5ea2b6;globals[_0x426842(0x218)](_0x433225['diAJs'],![]),globals['setGlobal'](_0x433225[_0x426842(0x232)],null);},helper['overrideGet'](_0x59d638,_0x488538),_0x433225[_0x5ea2b6(0x1ca)](overrideExecute,_0x59d638,_0x488538),helper[_0x5ea2b6(0x192)](global[_0x5ea2b6(0x1e2)])&&(global['__driversArray']=[]),global[_0x5ea2b6(0x1e2)][_0x5ea2b6(0x154)](_0x59d638);})(),_0x59d638;}}_0x335c22[_0x53d7db(0x1dd)]=_0x335c22[_0x53d7db(0x1fe)],_0x335c22[_0x53d7db(0x1fe)]=_0x304e73,_0x33b659[_0x53d7db(0x185)]=_0x2e27ea;},propagateJestSessionName=(_0x4bf775,_0xe20d3b,_0x71da63='')=>{const _0x321e50=a175_0x258a45,_0x4fb81e={};_0x4fb81e[_0x321e50(0x188)]=_0x321e50(0x1ad);const _0x8ff19b=_0x4fb81e;_0xe20d3b&&_0xe20d3b[_0x321e50(0x20a)]&&_0xe20d3b['global'][_0x321e50(0x138)]&&helper['isUndefined'](_0x4bf775[_0x321e50(0x138)])&&(_0x4bf775[_0x321e50(0x138)]=_0xe20d3b[_0x321e50(0x20a)][_0x321e50(0x138)],logger['debug'](util[_0x321e50(0x144)](_0x8ff19b[_0x321e50(0x188)],_0x71da63?'\x20'+_0x71da63:'',_0x4bf775[_0x321e50(0x138)])));},modifyV2=(_0x141440,_0x53be06=null,_0x4d36c9=![])=>{const _0x5e7ac9=a175_0x258a45,_0x55e240={'kBHAc':function(_0x8b0724,_0x50a985){return _0x8b0724!==_0x50a985;},'eMlYT':_0x5e7ac9(0x22d),'eoIUh':function(_0x51225d,_0x3340bc){return _0x51225d+_0x3340bc;},'xeAyM':_0x5e7ac9(0x13a),'yPpBG':_0x5e7ac9(0x196),'FlGDm':_0x5e7ac9(0x194),'DbLcg':_0x5e7ac9(0x189),'XeEuP':'ms:edgeOptions','KtZxT':_0x5e7ac9(0x10f),'yOpMJ':_0x5e7ac9(0x132),'dYTSS':_0x5e7ac9(0x118),'WIvCv':_0x5e7ac9(0x211),'KScIv':'se:ieOptions','VjbRb':'ieOptions','UePaQ':function(_0x4a69d3,_0x5da286){return _0x4a69d3===_0x5da286;},'QnBkW':_0x5e7ac9(0x108),'kQyUB':_0x5e7ac9(0x1d5),'JzWFf':function(_0x27ed24,_0x528b44){return _0x27ed24>_0x528b44;},'bwkZl':function(_0x554b8b){return _0x554b8b();},'XRVNJ':function(_0x4f4af5,_0x1987bc){return _0x4f4af5(_0x1987bc);},'DGxTN':function(_0x2f8c79){return _0x2f8c79();},'FpEUz':_0x5e7ac9(0x12a),'bdvPV':_0x5e7ac9(0xf1),'AEkQW':_0x5e7ac9(0x1e5),'rfejv':_0x5e7ac9(0x16b),'bCQEW':'platform','eOWYz':'browserName','sldwM':function(_0x3f10a9,_0x48660c){return _0x3f10a9===_0x48660c;},'Yucdz':_0x5e7ac9(0x215),'AJDAB':'chrome','ziuSu':function(_0x476a37){return _0x476a37();},'xotjQ':_0x5e7ac9(0x136),'maMZh':_0x5e7ac9(0x219),'hSUia':_0x5e7ac9(0x117),'wjbAY':function(_0x30a9a9,_0x2cf38d,_0x4b083a){return _0x30a9a9(_0x2cf38d,_0x4b083a);},'CETxP':_0x5e7ac9(0x202),'oLgxR':_0x5e7ac9(0x121),'fcshp':_0x5e7ac9(0x140),'GCuMS':'browserstack.com','sKGcd':function(_0xeab348){return _0xeab348();},'exCFL':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','yLqdD':function(_0x820dd,_0x3e0007){return _0x820dd(_0x3e0007);},'wsIAX':_0x5e7ac9(0x1d2),'tiNUW':function(_0x47d0cc,_0x36148d){return _0x47d0cc(_0x36148d);},'Ojghh':_0x5e7ac9(0x130),'eaRSb':function(_0xf911d7,_0x574cfe){return _0xf911d7(_0x574cfe);},'yiTyf':function(_0xcd8e38,_0x2cb67d){return _0xcd8e38<_0x2cb67d;},'guDIc':function(_0x82f9de,_0x40d88a){return _0x82f9de(_0x40d88a);},'gMjWK':function(_0x3eba87,_0x58e3ec){return _0x3eba87||_0x58e3ec;},'cflJP':function(_0x2e569c){return _0x2e569c();},'dJPXx':function(_0x4bcbed,_0x1ae8c8){return _0x4bcbed(_0x1ae8c8);},'mFJhZ':_0x5e7ac9(0x11e),'sGiSj':_0x5e7ac9(0x16d),'sFKiZ':_0x5e7ac9(0x199),'spQJq':function(_0x6111bf,_0x5d2241,_0x1b3678){return _0x6111bf(_0x5d2241,_0x1b3678);},'OuOLm':function(_0x10c96b,_0x1b692,_0x1f11bf,_0x5c68f5,_0x79c11c){return _0x10c96b(_0x1b692,_0x1f11bf,_0x5c68f5,_0x79c11c);},'VbIpb':function(_0x38e27c,_0x5c2ab0){return _0x38e27c||_0x5c2ab0;},'quETW':_0x5e7ac9(0x15d),'obpcy':_0x5e7ac9(0x18c),'AThHp':function(_0xfb205c,_0x1d76f8){return _0xfb205c||_0x1d76f8;},'wvWcH':function(_0xfa2127,_0x53e8d0){return _0xfa2127(_0x53e8d0);},'iVKon':function(_0x5e4ad3,_0x485d5f,_0x480abc,_0x4bda62){return _0x5e4ad3(_0x485d5f,_0x480abc,_0x4bda62);},'fNqbD':_0x5e7ac9(0x1c0),'ntwSI':function(_0x3ec82b,_0x64e6ac){return _0x3ec82b!==_0x64e6ac;},'XMeMH':function(_0x3cad14,_0x5b2a0a){return _0x3cad14(_0x5b2a0a);},'JieCU':'bstackAllyScanning','dZMNP':function(_0x29efaa,_0xae3899){return _0x29efaa(_0xae3899);},'ZiqJS':function(_0x38474d,_0x16079b,_0x49ef71){return _0x38474d(_0x16079b,_0x49ef71);},'cMDDC':_0x5e7ac9(0x183),'xOcdS':_0x5e7ac9(0x114),'IAhus':_0x5e7ac9(0x100),'dzpMh':_0x5e7ac9(0xf4),'eThSI':_0x5e7ac9(0x190),'ADycS':'Modifying\x20webdriver\x20execute','NOfoa':_0x5e7ac9(0x19d)},_0x2785b6=helper[_0x5e7ac9(0x131)]();let _0x3af519;try{_0x3af519=helper[_0x5e7ac9(0x217)](),_0x3af519[_0x5e7ac9(0x1dd)]&&(_0x3af519[_0x5e7ac9(0x1fe)]=_0x3af519[_0x5e7ac9(0x1dd)]);}catch(_0x30105b){return;}if(helper[_0x5e7ac9(0x213)]()){const _0x36cd49={};_0x36cd49['logLevel']=_0x141440[_0x5e7ac9(0x1fd)],helper[_0x5e7ac9(0x11d)](_0x36cd49,new Map(),new Map()),logger[_0x5e7ac9(0x170)](_0x55e240[_0x5e7ac9(0x1a8)]),logger[_0x5e7ac9(0x18f)](_0x55e240[_0x5e7ac9(0x17d)]);}class _0x6a20cc extends _0x2785b6[_0x5e7ac9(0x185)]{[_0x5e7ac9(0xea)](_0x28f9e7){const _0x25c4cc=_0x5e7ac9;if(_0x55e240[_0x25c4cc(0x1fc)](_0x28f9e7[_0x25c4cc(0x17c)],_0x55e240[_0x25c4cc(0xff)]))try{const _0x3ae205=_0x28f9e7[_0x25c4cc(0x17c)][_0x25c4cc(0x18e)]('/')[0x2];if(_0x3ae205){const _0x9c14bd=hubAllocator[_0x25c4cc(0x20f)](_0x3ae205);if(_0x9c14bd){const _0x4db4f2=_0x55e240[_0x25c4cc(0x123)](_0x55e240['eoIUh'](_0x55e240[_0x25c4cc(0xeb)],_0x9c14bd),_0x55e240[_0x25c4cc(0x11f)]);this[_0x25c4cc(0x223)]=hubAllocator[_0x25c4cc(0x181)](_0x4db4f2),logger[_0x25c4cc(0x18f)]('New\x20hub\x20url\x20set\x20to\x20'+_0x4db4f2);}}}catch(_0x6ac3d6){logger[_0x25c4cc(0x153)](_0x6ac3d6);}return super['send'](_0x28f9e7);}}class _0x2e6e86 extends _0x3af519[_0x5e7ac9(0x1fe)]{['setServer'](){const _0x3856f8=_0x5e7ac9;return helper['isBrowserstackInfra']()&&(this[_0x3856f8(0x180)]=helper[_0x3856f8(0x221)](_0x141440)),this;}['__setBrowserOptions'](_0x34068c){const _0x272636=_0x5e7ac9;let _0x5b519d={};for(const _0xf71e10 in _0x34068c){switch(_0xf71e10){case _0x55e240[_0x272636(0x1ea)]:case _0x55e240[_0x272636(0x160)]:this[_0x272636(0x124)]&&(_0x5b519d=this[_0x272636(0x124)][_0x272636(0x1a7)](this['chromeOptions_'][_0x272636(0x1f0)])||{},this[_0x272636(0x124)][_0x272636(0x166)](this[_0x272636(0x124)][_0x272636(0x1f0)],helper[_0x272636(0x225)](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0x18d)]:case _0x55e240[_0x272636(0x1cf)]:this[_0x272636(0x15b)]&&(_0x5b519d=this['edgeOptions_'][_0x272636(0x1a7)](this[_0x272636(0x15b)][_0x272636(0x1f0)])||{},this['edgeOptions_']['set'](this[_0x272636(0x15b)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0x1b2)]:case _0x55e240[_0x272636(0x1a6)]:this[_0x272636(0xe6)]&&(_0x5b519d=this[_0x272636(0xe6)][_0x272636(0x1a7)](this['firefoxOptions_'][_0x272636(0x1f0)])||{},this['firefoxOptions_']['set'](this[_0x272636(0xe6)][_0x272636(0x1f0)],helper[_0x272636(0x225)](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0x1ee)]:this[_0x272636(0x12f)]&&(_0x5b519d=this['safariOptions_'][_0x272636(0x1a7)](this[_0x272636(0x12f)][_0x272636(0x1f0)])||{},this['safariOptions_'][_0x272636(0x166)](this[_0x272636(0x12f)][_0x272636(0x1f0)],helper[_0x272636(0x225)](_0x5b519d,_0x34068c[_0xf71e10])));break;case _0x55e240[_0x272636(0xef)]:case _0x55e240[_0x272636(0x11a)]:this['ieOptions_']&&(_0x5b519d=this[_0x272636(0x172)][_0x272636(0x1a7)](this[_0x272636(0x172)]['CAPABILITY_KEY'])||{},this[_0x272636(0x172)]['set'](this[_0x272636(0x172)][_0x272636(0x1f0)],helper['mergeDeep'](_0x5b519d,_0x34068c[_0xf71e10])));break;}}}[_0x5e7ac9(0x233)](){const _0x152a47=_0x5e7ac9,_0x41db69={'CinZs':function(_0x4f53aa,_0x3a5790){const _0x33139b=a175_0x1abf;return _0x55e240[_0x33139b(0xed)](_0x4f53aa,_0x3a5790);},'JOLHV':_0x55e240[_0x152a47(0x111)]};logger[_0x152a47(0x18f)](_0x55e240[_0x152a47(0x14b)]);const _0x2b329d=_0x141440[_0x152a47(0x10a)]&&_0x55e240[_0x152a47(0x1af)](Object['keys'](_0x141440[_0x152a47(0x10a)])[_0x152a47(0x1d8)],0x0)?_0x141440['capability']:_0x141440[_0x152a47(0x1a5)]&&Array[_0x152a47(0x101)](_0x141440[_0x152a47(0x1a5)])&&_0x55e240[_0x152a47(0x1af)](_0x141440[_0x152a47(0x1a5)][_0x152a47(0x1d8)],0x0)?_0x141440[_0x152a47(0x1a5)][0x0]:{};return this['__setBrowserOptions'](_0x2b329d),Object['keys'](_0x2b329d)[_0x152a47(0x1d4)](_0x1f7b7b=>{const _0x367e29=_0x152a47,_0x2ad0b7=this['capabilities_'][_0x367e29(0x1a7)](_0x1f7b7b);_0x41db69[_0x367e29(0x175)](typeof _0x2ad0b7,_0x41db69['JOLHV'])?this['capabilities_'][_0x367e29(0x166)](_0x1f7b7b,helper['mergeDeep'](_0x2ad0b7,_0x2b329d[_0x1f7b7b])):this['capabilities_']['set'](_0x1f7b7b,_0x2b329d[_0x1f7b7b]);}),this;}[_0x5e7ac9(0x119)](){const _0x3dbf7f=_0x5e7ac9,_0x4d5223={'nunnO':function(_0x239951){const _0x514ee1=a175_0x1abf;return _0x55e240[_0x514ee1(0x15a)](_0x239951);},'rsVem':function(_0x215611,_0x1a362e,_0x9d561e){const _0x327c65=a175_0x1abf;return _0x55e240[_0x327c65(0x212)](_0x215611,_0x1a362e,_0x9d561e);},'DAZbZ':_0x55e240['hSUia'],'DhzJi':_0x55e240[_0x3dbf7f(0x1c1)],'DbaaM':_0x55e240['CETxP'],'lwmip':_0x55e240[_0x3dbf7f(0x1b7)],'edmPG':function(_0x1aa788,_0x3c4d5c,_0x1dfd1a,_0x49fdf2,_0x249ac9){const _0x210f7a=_0x3dbf7f;return _0x55e240[_0x210f7a(0x19a)](_0x1aa788,_0x3c4d5c,_0x1dfd1a,_0x49fdf2,_0x249ac9);},'aJtqS':function(_0x3e1db4,_0x3343f6){const _0x5e9556=_0x3dbf7f;return _0x55e240[_0x5e9556(0x13b)](_0x3e1db4,_0x3343f6);},'NQkGi':_0x55e240[_0x3dbf7f(0x19f)],'DXnrn':_0x55e240[_0x3dbf7f(0x12b)],'DdDfn':function(_0x339b4b,_0x38050b){return _0x55e240['XMeMH'](_0x339b4b,_0x38050b);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x4923de=_0x3dbf7f;if(helper['isBrowserstackInfra']()){helper[_0x4923de(0xfc)](_0x141440[_0x4923de(0x10a)]);_0x55e240[_0x4923de(0x15a)](isAccessibilityAutomationSession)&&_0x55e240[_0x4923de(0xfa)](setAccessibilityCapabilities,_0x141440);this['setServer'](),this[_0x4923de(0x233)]();if(helper['isPacProxy'](_0x141440[_0x4923de(0x1d3)][_0x4923de(0x1c6)]))this[_0x4923de(0x15c)]=helper[_0x4923de(0x133)](_0x141440[_0x4923de(0x1d3)][_0x4923de(0x1c6)]);else _0x141440[_0x4923de(0x1d3)][_0x4923de(0x1c6)]&&(this[_0x4923de(0xe5)]=_0x141440['proxySettings'][_0x4923de(0x1c6)],logger['debug'](_0x4923de(0x1c3)+this[_0x4923de(0xe5)]));if(_0x55e240[_0x4923de(0x1f4)](isAccessibilityAutomationSession)){const _0x589fd9=this['capabilities_'][_0x4923de(0x1a7)](_0x55e240['FpEUz'])||{},_0x3c1bca=_0x589fd9[_0x4923de(0x1e5)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1f3)])||this['capabilities_']['get'](_0x55e240[_0x4923de(0x220)]);if(_0x3c1bca){const _0x16ec6d=(_0x589fd9[_0x4923de(0x16b)]||_0x589fd9['platform']||this['capabilities_'][_0x4923de(0x1a7)](_0x55e240['rfejv'])||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240['bCQEW'])||'')[_0x4923de(0x165)](),_0x109796=(_0x589fd9[_0x4923de(0xf7)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x18b)])||'')[_0x4923de(0x165)]();_0x55e240[_0x4923de(0x1da)](_0x16ec6d,_0x55e240[_0x4923de(0x1c2)])&&_0x109796[_0x4923de(0x155)](_0x55e240[_0x4923de(0x184)])&&(_0x55e240[_0x4923de(0x207)](isMobileScanningEnabledForGroup)&&(logger[_0x4923de(0x18f)](_0x55e240[_0x4923de(0x1e0)]),globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x113)],!![])));}}if(globals['getGlobal'](_0x55e240['hSUia'])){if(!_0x55e240[_0x4923de(0x1ab)](setExtension,this,_0x141440)){globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x16f)],![]);const _0xec4bf2=this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1c1)]);_0xec4bf2&&(_0xec4bf2[_0x4923de(0x122)]=![],delete _0xec4bf2[_0x4923de(0x201)],this[_0x4923de(0x174)][_0x4923de(0x166)](_0x55e240['FpEUz'],_0xec4bf2)),this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x21b)])&&(this['capabilities_']['set'](_0x55e240[_0x4923de(0x21b)],![]),this['capabilities_'][_0x4923de(0x1ce)](_0x55e240['oLgxR']));}}process[_0x4923de(0x22a)][_0x4923de(0x1dc)]&&(helper[_0x4923de(0x12e)](null,helper[_0x4923de(0x187)](_0x141440),_0x141440['framework'],null,this,null),helper[_0x4923de(0xfc)](_0x141440[_0x4923de(0x10a)])),logger[_0x4923de(0x18f)](_0x55e240[_0x4923de(0xec)]);}else{if(this[_0x4923de(0x124)]){const _0x2c38dc=this[_0x4923de(0x124)][_0x4923de(0x1a7)](this[_0x4923de(0x124)][_0x4923de(0x1f0)]||_0x55e240['FlGDm']);if(_0x2c38dc&&_0x2c38dc['args']){const _0x345122=this['capabilities_'][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1ea)])||{},_0x11c187=(_0x345122[_0x4923de(0x1c8)]||[])[_0x4923de(0x21a)](_0x2c38dc[_0x4923de(0x1c8)]||[]),_0xa346fb=Array[_0x4923de(0x21e)](new Set(_0x11c187)),_0x217d71={};_0x217d71[_0x4923de(0x1c8)]=_0xa346fb,this[_0x4923de(0x174)][_0x4923de(0x166)](_0x55e240[_0x4923de(0x1ea)],Object[_0x4923de(0x1f1)]({},_0x345122,_0x2c38dc,_0x217d71));}}if(_0x55e240['ziuSu'](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x4923de(0x155)](_0x55e240[_0x4923de(0x20e)])){let _0x8cc56f=!![];const _0x575ba3=this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1c1)])||{},_0x38fecb=_0x575ba3[_0x4923de(0x1e5)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1f3)])||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x220)]);if(_0x38fecb){const _0x1ce87f=(_0x575ba3['platformName']||_0x575ba3[_0x4923de(0x142)]||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1fa)])||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x20c)])||'')[_0x4923de(0x165)](),_0x221812=(_0x575ba3['browserName']||this[_0x4923de(0x174)]['get'](_0x55e240[_0x4923de(0x18b)])||'')['toLowerCase']();_0x55e240['sldwM'](_0x1ce87f,_0x55e240[_0x4923de(0x1c2)])&&_0x221812[_0x4923de(0x155)](_0x55e240[_0x4923de(0x184)])?!_0x55e240[_0x4923de(0x105)](isMobileScanningEnabledForGroup)?(logger[_0x4923de(0x19c)](MOBILE_SCANNING_DISABLED_WARNING),_0x8cc56f=![]):(logger[_0x4923de(0x18f)](_0x55e240[_0x4923de(0x1e0)]),globals[_0x4923de(0x218)](_0x55e240['maMZh'],!![])):(logger[_0x4923de(0x19c)](_0x55e240[_0x4923de(0x16a)]),_0x8cc56f=![]);}if(_0x8cc56f){const _0x56aa09=_0x55e240[_0x4923de(0x19e)](parseFloat,_0x575ba3['browserVersion']||this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1f5)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3bf938}=_0x55e240[_0x4923de(0xfb)](require,_0x55e240['Ojghh']),_0xa3aa1f=_0x55e240[_0x4923de(0x159)](parseFloat,_0x3bf938);!_0x55e240[_0x4923de(0x159)](isNaN,_0x56aa09)&&_0x55e240[_0x4923de(0x1a1)](_0x56aa09,_0xa3aa1f)&&(logger['warn'](_0x4923de(0x191)+_0x3bf938+'.'),_0x8cc56f=![]);}if(_0x8cc56f){_0x55e240[_0x4923de(0x13d)](setAccessibilityCapabilities,_0x141440),this[_0x4923de(0x233)]();if(process[_0x4923de(0x22a)][_0x4923de(0x227)]){let _0x78cea6={};try{process[_0x4923de(0x22a)][_0x4923de(0x1d1)]&&(_0x78cea6=JSON[_0x4923de(0x106)](process[_0x4923de(0x22a)][_0x4923de(0x1d1)]));}catch(_0x362fba){logger[_0x4923de(0x18f)](_0x4923de(0x17e)+_0x362fba);}const _0x159659=helper[_0x4923de(0x187)](_0x141440),_0x2f5444=this[_0x4923de(0x174)]['get'](_0x55e240[_0x4923de(0x1c1)]);if(_0x55e240[_0x4923de(0x1fc)](_0x159659,![])&&(_0x2f5444||!this[_0x4923de(0x174)]['get'](_0x55e240['CETxP']))){const _0x476932=_0x55e240['gMjWK'](_0x2f5444,{});_0x476932[_0x4923de(0x122)]=!![];const _0x416da0={};_0x416da0[_0x4923de(0x1c7)]=process[_0x4923de(0x22a)][_0x4923de(0x227)],_0x416da0[_0x4923de(0x1a2)]=_0x78cea6[_0x4923de(0x1a2)],_0x476932[_0x4923de(0x201)]=Object[_0x4923de(0x1f1)]({},_0x476932[_0x4923de(0x201)],_0x416da0),this[_0x4923de(0x174)][_0x4923de(0x166)](_0x55e240['FpEUz'],_0x476932);}else{this[_0x4923de(0x174)]['set'](_0x55e240[_0x4923de(0x21b)],!![]);const _0x31845e=this['capabilities_'][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1b7)])||{},_0x5c6946={};_0x5c6946[_0x4923de(0x1c7)]=process[_0x4923de(0x22a)]['BS_A11Y_JWT'],_0x5c6946[_0x4923de(0x1a2)]=_0x78cea6['scannerVersion'],this['capabilities_'][_0x4923de(0x166)](_0x55e240[_0x4923de(0x1b7)],Object[_0x4923de(0x1f1)]({},_0x31845e,_0x5c6946));}}if(!_0x55e240[_0x4923de(0x1ab)](setExtension,this,_0x141440)){globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x16f)],![]);const _0x530cee=this[_0x4923de(0x174)][_0x4923de(0x1a7)](_0x55e240[_0x4923de(0x1c1)]);_0x530cee&&(_0x530cee['accessibility']=![],delete _0x530cee[_0x4923de(0x201)],this[_0x4923de(0x174)]['set'](_0x55e240[_0x4923de(0x1c1)],_0x530cee)),this[_0x4923de(0x174)]['get'](_0x55e240[_0x4923de(0x21b)])&&(this[_0x4923de(0x174)]['set'](_0x55e240[_0x4923de(0x21b)],![]),this[_0x4923de(0x174)]['delete'](_0x55e240[_0x4923de(0x1b7)]));}}}if(_0x55e240[_0x4923de(0x1be)](isAccessibilityAutomationSession)&&!this['getServerUrl']()[_0x4923de(0x155)](_0x55e240[_0x4923de(0x20e)]))try{_0x55e240[_0x4923de(0x1cd)](hasLegacyHeadlessArg,this)?(logger[_0x4923de(0x19c)](_0x55e240[_0x4923de(0x1b0)]),globals[_0x4923de(0x218)](_0x55e240[_0x4923de(0x16f)],![])):helper['prepareCapabilities'](null,helper[_0x4923de(0x187)](_0x141440),_0x141440[_0x4923de(0x1e3)],null,this,null);}catch(_0x9e8bde){logger[_0x4923de(0x18f)](_0x4923de(0x1b1)+util[_0x4923de(0x144)](_0x9e8bde));}}})();const _0x5223ec=super[_0x3dbf7f(0x119)]();return PerformanceTester[_0x3dbf7f(0x126)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4eb9e7=_0x3dbf7f,_0x1760df={'Dmlaz':_0x55e240[_0x4eb9e7(0x176)],'uPiNd':_0x55e240[_0x4eb9e7(0x137)],'sPLEc':function(_0x3a74f0,_0x52aa11,_0x6ba913){const _0x574dc6=_0x4eb9e7;return _0x55e240[_0x574dc6(0x212)](_0x3a74f0,_0x52aa11,_0x6ba913);},'FBQlS':function(_0x3431c9,_0x5a6d82,_0x1eaf92,_0x114f8d,_0x2859ad){return _0x55e240['OuOLm'](_0x3431c9,_0x5a6d82,_0x1eaf92,_0x114f8d,_0x2859ad);},'EcmFA':function(_0xa5e5b7,_0x34171b){const _0x1c6a81=_0x4eb9e7;return _0x55e240[_0x1c6a81(0x13b)](_0xa5e5b7,_0x34171b);},'rWxnI':_0x55e240['quETW'],'AaEKi':_0x55e240[_0x4eb9e7(0x12b)],'AoByq':function(_0x52f5a0,_0x51d6d6){const _0x17f024=_0x4eb9e7;return _0x55e240[_0x17f024(0x104)](_0x52f5a0,_0x51d6d6);}};_0x5223ec[_0x4eb9e7(0x229)]['then'](_0x55e329=>{const _0x4022ec=_0x4eb9e7,_0x46eda1=_0x55e329[_0x4022ec(0x149)];if(!helper[_0x4022ec(0x213)]()&&_0x4d5223[_0x4022ec(0x17b)](isAccessibilityAutomationSession)){const _0x115b84=_0x4d5223[_0x4022ec(0x22c)](nonBstackPlatformValidation,_0x46eda1,this);globals['setGlobal'](_0x4d5223[_0x4022ec(0x141)],_0x115b84);if(!_0x115b84){const _0x5b052f=this['capabilities_']['get'](_0x4d5223['DhzJi']);_0x5b052f&&(_0x5b052f['accessibility']=![],delete _0x5b052f[_0x4022ec(0x201)],this[_0x4022ec(0x174)][_0x4022ec(0x166)](_0x4d5223['DhzJi'],_0x5b052f)),this[_0x4022ec(0x174)][_0x4022ec(0x1a7)](_0x4d5223[_0x4022ec(0x20d)])&&(this[_0x4022ec(0x174)]['set'](_0x4d5223['DbaaM'],![]),this[_0x4022ec(0x174)][_0x4022ec(0x1ce)](_0x4d5223[_0x4022ec(0x22f)]));}}}),_0x5223ec['session_'][_0x4eb9e7(0x1f8)](_0x152377=>{const _0x2a49b8=_0x4eb9e7;try{logger[_0x2a49b8(0x18f)]('Session\x20ID:\x20'+_0x152377[_0x2a49b8(0x167)]());const _0x5c608c=_0x152377['caps_'][_0x2a49b8(0x1a7)](_0x1760df['Dmlaz']);_0x5c608c?(logger[_0x2a49b8(0x18f)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5c608c),hubAllocator[_0x2a49b8(0x1ac)](_0x5c608c,_0x152377[_0x2a49b8(0x167)]()),helper[_0x2a49b8(0x1b5)](_0x5c608c)):logger[_0x2a49b8(0x18f)](_0x1760df[_0x2a49b8(0x1d9)]);}catch(_0x69d6ff){logger[_0x2a49b8(0x18f)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x69d6ff);}}),_0x5223ec[_0x4eb9e7(0x18a)]=0x0,_0x5223ec[_0x4eb9e7(0x1f8)]&&_0x5223ec[_0x4eb9e7(0x1f8)](_0x4b3888=>{const _0x1a19d1=_0x4eb9e7,_0x285ca0={'SZmWd':function(_0x18725d,_0x1c070b,_0x2ede77){const _0x3f1b8d=a175_0x1abf;return _0x4d5223[_0x3f1b8d(0x22c)](_0x18725d,_0x1c070b,_0x2ede77);},'tDKlM':function(_0x1f5bbe,_0x1d306d,_0x58c69e,_0x1469be,_0x2b9c13){return _0x4d5223['edmPG'](_0x1f5bbe,_0x1d306d,_0x58c69e,_0x1469be,_0x2b9c13);},'YhzRX':function(_0x5b23a0,_0x16750f){return _0x4d5223['aJtqS'](_0x5b23a0,_0x16750f);},'CAkmp':_0x4d5223['NQkGi'],'qjjkW':_0x4d5223[_0x1a19d1(0x14a)]};helper[_0x1a19d1(0x116)](_0x4b3888,_0x5223ec),_0x4d36c9&&_0x4d5223[_0x1a19d1(0x1d0)](overrideTakeScreenshot,_0x4b3888),helper[_0x1a19d1(0x228)](_0x4b3888,_0x141440),_0x4d5223[_0x1a19d1(0x22c)](overrideExecute,_0x4b3888,_0x141440),_0x4d5223[_0x1a19d1(0x22c)](propagateJestSessionName,_0x4b3888,_0x53be06),_0x141440[_0x1a19d1(0x10a)]&&percyHelper[_0x1a19d1(0x19b)](_0x4b3888,_0x3af519[_0x1a19d1(0x1a0)],_0x141440),_0x4b3888[_0x1a19d1(0x151)]=async()=>{const _0x459f76=_0x1a19d1;return await _0x285ca0[_0x459f76(0x204)](getAccessibilityResultsSummary,_0x4b3888,global);},_0x4b3888['getAccessibilityResults']=async()=>{const _0x27f31a=_0x1a19d1;return await _0x1760df[_0x27f31a(0x148)](getAccessibilityResults,_0x4b3888,global);},_0x4b3888['performScan']=async _0x5abaee=>{const _0x2022ff=_0x1a19d1;return await _0x285ca0[_0x2022ff(0x1a3)](performScan,_0x4b3888,null,!![],_0x285ca0[_0x2022ff(0x11c)](_0x5abaee,null));},_0x4b3888['startA11yScanning']=async _0xbb2046=>{const _0x4f73f1=_0x1a19d1;globals[_0x4f73f1(0x218)](_0x285ca0[_0x4f73f1(0x157)],!![]),globals[_0x4f73f1(0x218)](_0x285ca0[_0x4f73f1(0x15e)],_0x285ca0[_0x4f73f1(0x11c)](_0xbb2046,null));},_0x4b3888[_0x1a19d1(0x230)]=async()=>{const _0x50e4f7=_0x1a19d1;globals[_0x50e4f7(0x218)](_0x285ca0[_0x50e4f7(0x157)],![]),globals[_0x50e4f7(0x218)](_0x285ca0['qjjkW'],null);};}),_0x5223ec[_0x4eb9e7(0x151)]=async()=>{return await _0x4d5223['rsVem'](getAccessibilityResultsSummary,_0x5223ec,global);},_0x5223ec[_0x4eb9e7(0x222)]=async()=>{const _0x51aa84=_0x4eb9e7;return await _0x4d5223[_0x51aa84(0x22c)](getAccessibilityResults,_0x5223ec,global);},_0x5223ec[_0x4eb9e7(0x21c)]=async _0x4045a3=>{const _0xad6433=_0x4eb9e7;return await _0x1760df[_0xad6433(0x12c)](performScan,_0x5223ec,null,!![],_0x1760df[_0xad6433(0x1a4)](_0x4045a3,null));},_0x5223ec[_0x4eb9e7(0x17a)]=async _0x485f2c=>{const _0x5f1e32=_0x4eb9e7;globals[_0x5f1e32(0x218)](_0x1760df['rWxnI'],!![]),globals[_0x5f1e32(0x218)](_0x1760df['AaEKi'],_0x1760df[_0x5f1e32(0x216)](_0x485f2c,null));},_0x5223ec['stopA11yScanning']=async()=>{const _0x225ae7=_0x4eb9e7;globals['setGlobal'](_0x1760df[_0x225ae7(0x1b6)],![]),globals['setGlobal'](_0x1760df[_0x225ae7(0x1df)],null);},_0x4d36c9&&_0x55e240[_0x4eb9e7(0x173)](overrideTakeScreenshot,_0x5223ec),helper[_0x4eb9e7(0x116)](_0x5223ec),helper[_0x4eb9e7(0x228)](_0x5223ec,_0x141440),_0x55e240['spQJq'](overrideExecute,_0x5223ec,_0x141440),_0x55e240['iVKon'](propagateJestSessionName,_0x5223ec,_0x53be06,_0x55e240['fNqbD']),_0x141440[_0x4eb9e7(0x10a)]&&percyHelper['patchDriverPercy'](_0x5223ec,_0x3af519[_0x4eb9e7(0x1a0)],_0x141440);helper[_0x4eb9e7(0x192)](global['__driversArray'])&&(global[_0x4eb9e7(0x1e2)]=[]);helper[_0x4eb9e7(0x192)](global[_0x4eb9e7(0xfe)])&&(global[_0x4eb9e7(0xfe)]=[]);global[_0x4eb9e7(0x1e2)]['push'](_0x5223ec),global[_0x4eb9e7(0xf2)]=_0x5223ec,_0x53be06&&(_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0xf2)]=_0x5223ec);_0x55e240['kBHAc'](global[_0x4eb9e7(0xfe)],undefined)&&global[_0x4eb9e7(0xfe)][_0x4eb9e7(0x154)](_0x5223ec);_0x53be06&&helper[_0x4eb9e7(0x192)](_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0xfe)])&&(_0x53be06['global']['__drivers']=[]);_0x53be06&&helper['isUndefined'](_0x53be06['global'][_0x4eb9e7(0x1e2)])&&(_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0x1e2)]=[]);_0x53be06&&_0x55e240[_0x4eb9e7(0x1db)](_0x53be06[_0x4eb9e7(0x20a)]['__drivers'],undefined)&&(_0x53be06[_0x4eb9e7(0x20a)]['__drivers']['push'](_0x5223ec),_0x53be06[_0x4eb9e7(0x20a)][_0x4eb9e7(0x1e2)][_0x4eb9e7(0x154)](_0x5223ec));_0x5223ec[_0x4eb9e7(0x117)]=globals[_0x4eb9e7(0x1ef)](_0x55e240[_0x4eb9e7(0x16f)]);try{global[_0x4eb9e7(0xfe)][0x0]['session_'][_0x4eb9e7(0x1f8)](_0x386b26=>{const _0x323596=_0x4eb9e7;logger[_0x323596(0x18f)](_0x323596(0xf5)+_0x386b26[_0x323596(0x167)]()+'\x20to\x20global\x20drivers\x20array');})[_0x4eb9e7(0x152)](_0x21c3ee=>{logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x21c3ee);});}catch(_0x10cbd0){logger[_0x4eb9e7(0x18f)](_0x4eb9e7(0x16c)+_0x10cbd0);}globals[_0x4eb9e7(0x218)](_0x55e240[_0x4eb9e7(0x16f)],globals[_0x4eb9e7(0x1ef)](_0x55e240[_0x4eb9e7(0x16f)]));})(),_0x5223ec;}}_0x53be06&&(globals[_0x5e7ac9(0x206)]=_0x53be06[_0x5e7ac9(0x20a)][_0x5e7ac9(0x206)]);if(_0x55e240[_0x5e7ac9(0x207)](isAccessibilityAutomationSession))try{let _0x5e266a=helper[_0x5e7ac9(0x110)](_0x55e240[_0x5e7ac9(0xf0)],_0x55e240[_0x5e7ac9(0xf8)])[_0x5e7ac9(0x146)];(!_0x5e266a[_0x5e7ac9(0x13e)]||!_0x5e266a[_0x5e7ac9(0x13e)][_0x5e7ac9(0x22b)])&&(_0x5e266a=helper['requireModule'](_0x55e240['eThSI'],_0x55e240[_0x5e7ac9(0xf8)])[_0x5e7ac9(0x1e7)]);if(_0x5e266a[_0x5e7ac9(0x13e)]&&_0x5e266a[_0x5e7ac9(0x13e)][_0x5e7ac9(0x22b)]){const _0x24f177=_0x5e266a['prototype'][_0x5e7ac9(0x22b)];logger['debug'](_0x55e240[_0x5e7ac9(0x1f6)]),_0x5e266a['prototype'][_0x5e7ac9(0x22b)]=async function(){const _0x275891=_0x5e7ac9;try{!globals[_0x275891(0x1ef)](_0x55e240[_0x275891(0x1e9)])&&globals[_0x275891(0x1ef)](_0x55e240['hSUia'])&&globals['getGlobal'](_0x55e240[_0x275891(0x19f)])&&scripts[_0x275891(0x186)](arguments[0x0][_0x275891(0x22e)])&&!_0x55e240[_0x275891(0x128)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x275891(0x218)](_0x55e240['JieCU'],!![]),logger['debug'](_0x275891(0x1b4)+arguments[0x0][_0x275891(0x22e)]),await _0x55e240[_0x275891(0x134)](performScan,global['__driver'],arguments[0x0][_0x275891(0x22e)]));}catch(_0x47ea2e){logger['debug'](_0x275891(0x17f)+util[_0x275891(0x144)](_0x47ea2e));}return globals[_0x275891(0x218)](_0x55e240[_0x275891(0x1e9)],![]),_0x24f177[_0x275891(0x1b9)](this,arguments);};}}catch(_0x15e282){logger[_0x5e7ac9(0x18f)](_0x55e240['eoIUh'](_0x55e240[_0x5e7ac9(0x209)],_0x15e282));}return _0x3af519[_0x5e7ac9(0x1dd)]=_0x3af519[_0x5e7ac9(0x1fe)],_0x3af519[_0x5e7ac9(0x1fe)]=_0x2e6e86,_0x2785b6[_0x5e7ac9(0x185)]=_0x6a20cc,_0x3af519;};module['exports'][a175_0x258a45(0xe8)]=modify,module[a175_0x258a45(0x1e1)][a175_0x258a45(0x162)]=modifyV2,module[a175_0x258a45(0x1e1)][a175_0x258a45(0x1b3)]=percySDK,module['exports'][a175_0x258a45(0x109)]=BrowserStackSdk,module[a175_0x258a45(0x1e1)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a175_0x258a45(0x150))[a175_0x258a45(0x1aa)]();}catch(a175_0x584166){logger[a175_0x258a45(0x18f)]('driver-init\x20capture\x20install\x20failed:\x20'+(a175_0x584166&&a175_0x584166[a175_0x258a45(0x1c9)]));}module[a175_0x258a45(0x1e1)]['_installDriverInitFailureCapture']=require(a175_0x258a45(0x150))[a175_0x258a45(0x1aa)],module['exports'][a175_0x258a45(0x1fb)]=require(a175_0x258a45(0x147));
|
|
1
|
+
function a175_0x31c0(){const _0x4c18d5=['Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','nASGI','cwcfJ','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isBrowserstackInfra','browserstackSessionName','AAXnU','chromeOptions','MTjXx','fzXkH','delete','iLnVO','GasMQ','zUyDb','uSVxB','oyWQk','Lqpxc','__driver','selenium-webdriver/lib/http.js','BS_A11Y_JWT','PRuQW','requireModule','TeOku','TGnPD','CmueS','includes','eIkdP','wwdQm','FxQyR','rLRwn','New\x20hub\x20url\x20set\x20to\x20','then','warn','object','platform','args','keys','QjWyi','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','YJXvl','info','bstackA11yScanOptions','czjWT','uCmfo','getRequestOptions','getGlobal','browserstackAgent','UPRnH','ZgDeM','seDdn','bstackAllyScanning','oqEro','shouldWrapCommand','xTMdW','kSJAf','proxyUrl','se:ieOptions','QEtNv','agent_','GbixR','BrowserStackSdk','TUJwc','https://','jgpMB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','uPgqb','SDK_PRE_INITIALIZE','CAPABILITY_KEY','EIuHe','iQFFV','gBCbn','device','FzHux','WebDriver','NNsdL','206712xUTvbE','vFSOW','IehoO','Builder','arOug','selenium-webdriver','caps_','UxZCP','prototype','OlyFH','VmtyV','KQQFN','usJCR','optimalHubUrl','tNbsk','bQMuz','isAccessibilityPlatform','1539996RgYvfv','deviceName','wYhxg','nUAJq','browserstack.accessibility','__driversArray','/session','DvFhx','error','XXmbd','length','setAdditionalCapabilities','setServer','CFAKj','toLowerCase','setting\x20driver\x20Session\x20ID:\x20','measureWrapper','edgeOptions_','./helpers/helper','IJTDg','overrideQuit','nzyRx','edgeOptions','uszGM','assign','ieOptions','eLOlx','proxySettings','framework','cbIAw','debug','split','firefoxOptions','KCrKS','browserStackGlobals','VOmGq','ghMFm','5KQuUjK','AkFXo','getHubUrl','iwZZf','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','gRCld','fkBcx','yUpnT','rakfr','lkUDb','parse','Setting\x20Browserstack\x20capabilities','Proxy\x20set\x20to\x20','RJqro','BZAcb','getAccessibilityResults','ieOptions_','Unable\x20to\x20find\x20executor\x20class\x20','options_','execute','FtLzY','DpRuI','SDK_POST_INITIALIZE','AfKBM','./helpers/globals','requireSeleniumWebdriver','/wd/hub','dFNjH','./helpers/driverInitErrorReporter','SagrW','ms:edgeOptions','Shite','sPIsf','BdEKj','vjQlf','format','NvTrL','accessibility','nqrMV','PGLYp','1932090yOpxMb','DeCud','KMdtH','wFasv','QnRKS','wOcvB','omATj','apply','capabilities','KWVTI','forEach','HttpClient','Yheqh','path','hubnE','exports','IXuDp','TLBug','goog:chromeOptions','vFPTj','browserstack.accessibilityOptions','browserName','./bin/playwright/modifyPlaywrightConf','capabilities_','push','JzPes','getId','aSnrq','env','Session\x20ID:\x20','chrome','UcKLq','updateHubUrl','14fSZQZA','scannerVersion','mLIzh','WebElement','MBCnr','XBkXW','./bin/node-generic/client','ZJpNg','global','safariOptions_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','prepareCapabilities','OXHgR','RoczJ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','session_','XsJMY','useW3C','OHysf','KTfhn','installAll','MAYgd','TPdrR','RTxRb','GGpyQ','requireHttpClient','sqKdS','getServerUrl','mkUBm','./helpers/accessibility-automation/constants','isPacProxy','wCVeg','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','abDke','xqBcq','YKPCr','NzUIM','safari.options','fyPHX','epXmc','ZnTmy','QHUaf','./helpers/accessibility-automation/helper','FbObd','setGlobal','startA11yScanning','HARHW','android','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','authToken','consumeHubUrlForSession','url_','lHxcG','IcyJJ','IlgKQ','selenium-webdriver/lib/webdriver.js','JMwoZ','3304836gWovMG','iAbwB','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','capability','wfTMw','percy','RUAUi','./helpers/patchHelper','firefoxOptions_','XWslB','./browserStackSdk','./helpers/performance/constants','bstack:options','send','isUndefined','ZimMT','GjzyA','YBsjk','zKnEm','MkYYF','MhnCj','\x20to\x20global\x20drivers\x20array','from','gvJWf','set','UkASh','./helpers/percy/PercySDK','5847498uZQiLJ','Modifying\x20webdriver\x20execute','./helpers/percy/utils','nDkIr','browserstackAgentV2','GqgQd','OgDsP','mergeDeep','chromeOptions_','name_','rfeJc','GHmdP','Fsafb','proxy_','logLevel','MXtpM','winstonLogger','getHttpAgent','browserVersion','accessibilityOptions','MgIJh','PwbKw','moz:firefoxOptions','bstackA11yShouldScan','1987472YcRCIv','overrideGet','nvFxk','WDQYW','uGGce','setCapabilities','__drivers','GvLyT','oPSIN','performScan','BqZBC','RIUzM','ZvGOc','WhxHS','HQJeW','ZIdfd','zxxlD','dZbQU','originalBuilder','getAccessibilityResultsSummary','platformName','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','concat','JbONv','HiUYK','qtRPU','kjHWc','ImCmd','browserstack.com','npWbs','util','isArray','build','kgWPR','UttlV','stopA11yScanning','storeOptimalHubUrl','otCUr','patchDriverPercy','NwbCi','jQEee','3075680fKvjby','IBwWp','Modifying\x20webdriver\x20builder','get','pJZri','uQnCI','__setBrowserOptions','TWBJC','KidnI','CJTkD','JxoYk','PEwml','PHRie','TStHg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','catch'];a175_0x31c0=function(){return _0x4c18d5;};return a175_0x31c0();}const a175_0x5c4ac7=a175_0x550e;(function(_0x538433,_0x2cf24f){const _0x5abe73=a175_0x550e,_0x301ca8=_0x538433();while(!![]){try{const _0x30e82b=parseInt(_0x5abe73(0x2b6))/0x1*(-parseInt(_0x5abe73(0x280))/0x2)+-parseInt(_0x5abe73(0x291))/0x3+parseInt(_0x5abe73(0x338))/0x4+parseInt(_0x5abe73(0x225))/0x5+parseInt(_0x5abe73(0x2de))/0x6*(-parseInt(_0x5abe73(0x2ff))/0x7)+parseInt(_0x5abe73(0x1fc))/0x8+parseInt(_0x5abe73(0x353))/0x9;if(_0x30e82b===_0x2cf24f)break;else _0x301ca8['push'](_0x301ca8['shift']());}catch(_0x238966){_0x301ca8['push'](_0x301ca8['shift']());}}}(a175_0x31c0,0xa270f));const util=require(a175_0x5c4ac7(0x21a)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a175_0x5c4ac7(0x329)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a175_0x5c4ac7(0x2a3)),logger=require('./helpers/logger')[a175_0x5c4ac7(0x1f4)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a175_0x5c4ac7(0x352)),percyHelper=require(a175_0x5c4ac7(0x355)),BrowserStackSdk=require(a175_0x5c4ac7(0x342)),modifyPlaywrightConfig=require(a175_0x5c4ac7(0x2f4)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a175_0x5c4ac7(0x2ce)),{overrideExecute}=require(a175_0x5c4ac7(0x33f)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a175_0x5c4ac7(0x343)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x7eb09f=>{const _0x336317=a175_0x5c4ac7,_0x3d70b3={'wvNDb':function(_0x32a2ca,_0xe1c087){return _0x32a2ca!==_0xe1c087;},'AkFXo':_0x336317(0x297),'kjHWc':function(_0x3c16e8,_0x1aca31){return _0x3c16e8+_0x1aca31;},'RIUzM':_0x336317(0x273),'iAbwB':_0x336317(0x2d0),'GjzyA':'goog:chromeOptions','eLOlx':_0x336317(0x23c),'wOcvB':'ms:edgeOptions','UxZCP':_0x336317(0x2a7),'Ykthd':_0x336317(0x1fa),'pcFMS':_0x336317(0x2b1),'ZNRAM':_0x336317(0x324),'rfeJc':_0x336317(0x26d),'aEeFB':_0x336317(0x2aa),'WsvLG':function(_0x322087,_0xc3195f){return _0x322087===_0xc3195f;},'NvTrL':_0x336317(0x256),'DvFhx':_0x336317(0x2c1),'YBRoA':function(_0x2e921c){return _0x2e921c();},'yLInx':function(_0x579909,_0x524053){return _0x579909(_0x524053);},'jgpMB':function(_0x48deec){return _0x48deec();},'TeOku':_0x336317(0x344),'epXmc':_0x336317(0x27c),'nDkIr':_0x336317(0x292),'MBCnr':'platformName','uCmfo':_0x336317(0x257),'YKPCr':_0x336317(0x2f3),'FbObd':function(_0x11c9d6,_0x2d3543){return _0x11c9d6===_0x2d3543;},'trUGe':_0x336317(0x32e),'wFasv':_0x336317(0x2fc),'VmtyV':function(_0x8b80de){return _0x8b80de();},'OgDsP':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','RoczJ':'isMobilePlatform','oPSIN':_0x336317(0x290),'KTfhn':function(_0x4830ab,_0x37ae7d,_0x491615){return _0x4830ab(_0x37ae7d,_0x491615);},'Lqpxc':'browserstack.accessibility','MXtpM':_0x336317(0x2f2),'JzPes':_0x336317(0x25b),'lHxcG':function(_0x4e9c6e,_0x3abd68,_0x36377e,_0x5e788a,_0x4253ab){return _0x4e9c6e(_0x3abd68,_0x36377e,_0x5e788a,_0x4253ab);},'ZgDeM':function(_0xf95c43,_0x5b7830){return _0xf95c43||_0x5b7830;},'KQQFN':_0x336317(0x1fb),'zKnEm':_0x336317(0x25e),'KWVTI':'optimalHubUrl','GvLyT':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','nzyRx':_0x336317(0x235),'gvJWf':_0x336317(0x227)};logger[_0x336317(0x25d)](_0x3d70b3[_0x336317(0x2a6)]),logger[_0x336317(0x2af)](_0x3d70b3[_0x336317(0x34f)]);const _0xff92c6=helper['requireSeleniumWebdriver'](),_0x116a52=helper[_0x336317(0x318)]();class _0x45760d extends _0x116a52[_0x336317(0x2e9)]{[_0x336317(0x345)](_0x4288b6){const _0x768753=_0x336317;if(_0x3d70b3['wvNDb'](_0x4288b6[_0x768753(0x2eb)],_0x3d70b3[_0x768753(0x2b7)]))try{const _0x3e4837=_0x4288b6[_0x768753(0x2eb)][_0x768753(0x2b0)]('/')[0x2];if(_0x3e4837){const _0x401b29=hubAllocator['consumeHubUrlForSession'](_0x3e4837);if(_0x401b29){const _0x506210=_0x3d70b3[_0x768753(0x216)](_0x3d70b3[_0x768753(0x216)](_0x3d70b3[_0x768753(0x207)],_0x401b29),_0x3d70b3[_0x768753(0x339)]);this[_0x768753(0x2c8)]=hubAllocator[_0x768753(0x261)](_0x506210),logger[_0x768753(0x2af)](_0x768753(0x253)+_0x506210);}}}catch(_0x535335){logger[_0x768753(0x299)](_0x535335);}return super[_0x768753(0x345)](_0x4288b6);}}class _0x579500 extends _0xff92c6[_0x336317(0x283)]{['__setBrowserOptions'](_0xc7e7b8){const _0x5b8d2a=_0x336317;let _0x43da41={};for(const _0x35f6de in _0xc7e7b8){switch(_0x35f6de){case _0x3d70b3[_0x5b8d2a(0x348)]:case _0x3d70b3[_0x5b8d2a(0x2ab)]:this[_0x5b8d2a(0x35b)]&&(_0x43da41=this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x228)](this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x278)])||{},this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x35b)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3[_0x5b8d2a(0x2e3)]:case _0x3d70b3[_0x5b8d2a(0x287)]:this[_0x5b8d2a(0x2a2)]&&(_0x43da41=this[_0x5b8d2a(0x2a2)][_0x5b8d2a(0x228)](this[_0x5b8d2a(0x2a2)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x2a2)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3['Ykthd']:case _0x3d70b3['pcFMS']:this[_0x5b8d2a(0x340)]&&(_0x43da41=this[_0x5b8d2a(0x340)][_0x5b8d2a(0x228)](this['firefoxOptions_'][_0x5b8d2a(0x278)])||{},this[_0x5b8d2a(0x340)]['set'](this[_0x5b8d2a(0x340)][_0x5b8d2a(0x278)],helper['mergeDeep'](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3['ZNRAM']:this['safariOptions_']&&(_0x43da41=this[_0x5b8d2a(0x308)][_0x5b8d2a(0x228)](this[_0x5b8d2a(0x308)]['CAPABILITY_KEY'])||{},this['safariOptions_'][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x308)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;case _0x3d70b3[_0x5b8d2a(0x35d)]:case _0x3d70b3['aEeFB']:this[_0x5b8d2a(0x2c6)]&&(_0x43da41=this[_0x5b8d2a(0x2c6)][_0x5b8d2a(0x228)](this['ieOptions_'][_0x5b8d2a(0x278)])||{},this[_0x5b8d2a(0x2c6)][_0x5b8d2a(0x350)](this[_0x5b8d2a(0x2c6)][_0x5b8d2a(0x278)],helper[_0x5b8d2a(0x35a)](_0x43da41,_0xc7e7b8[_0x35f6de])));break;}}}['setServer'](){const _0x201558=_0x336317;return this[_0x201558(0x332)]=helper['getHubUrl'](_0x7eb09f),logger[_0x201558(0x2af)]('Hub\x20url\x20set\x20to\x20'+this[_0x201558(0x332)]),this;}[_0x336317(0x201)](){const _0x593657=_0x336317,_0x42a3b1={'uPgqb':function(_0xc3a04a,_0x51c59a){return _0x3d70b3['WsvLG'](_0xc3a04a,_0x51c59a);},'afoxS':_0x3d70b3[_0x593657(0x2da)]};return logger[_0x593657(0x2af)](_0x3d70b3[_0x593657(0x298)]),this[_0x593657(0x22b)](_0x7eb09f[_0x593657(0x33b)]),Object['keys'](_0x7eb09f[_0x593657(0x33b)])[_0x593657(0x2e8)](_0x2f34ff=>{const _0x4fc27f=_0x593657,_0xf38fef=this['capabilities_'][_0x4fc27f(0x228)](_0x2f34ff);_0x42a3b1[_0x4fc27f(0x276)](typeof _0xf38fef,_0x42a3b1['afoxS'])?this['capabilities_']['set'](_0x2f34ff,helper[_0x4fc27f(0x35a)](_0xf38fef,_0x7eb09f['capability'][_0x2f34ff])):this[_0x4fc27f(0x2f5)][_0x4fc27f(0x350)](_0x2f34ff,_0x7eb09f['capability'][_0x2f34ff]);}),this;}[_0x336317(0x21c)](){const _0x2ceaee=_0x336317,_0x5cfbec={'PRuQW':function(_0x473528){return _0x3d70b3['YBRoA'](_0x473528);},'ewMuE':function(_0x217e5e,_0x8ef67e){return _0x3d70b3['yLInx'](_0x217e5e,_0x8ef67e);},'jwyOn':function(_0x15f606){const _0x38997c=a175_0x550e;return _0x3d70b3[_0x38997c(0x274)](_0x15f606);},'qtRPU':_0x3d70b3[_0x2ceaee(0x24b)],'pIBzu':_0x3d70b3[_0x2ceaee(0x326)],'AAXnU':_0x3d70b3[_0x2ceaee(0x356)],'sPIsf':_0x3d70b3[_0x2ceaee(0x303)],'OXHgR':_0x3d70b3[_0x2ceaee(0x260)],'KMdtH':_0x3d70b3[_0x2ceaee(0x322)],'aCnsV':function(_0x3d1ede,_0x156641){const _0x2b0902=_0x2ceaee;return _0x3d70b3[_0x2b0902(0x32a)](_0x3d1ede,_0x156641);},'usJCR':_0x3d70b3['trUGe'],'MAYgd':_0x3d70b3[_0x2ceaee(0x2e1)],'TUJwc':function(_0x424487){const _0x2c4584=_0x2ceaee;return _0x3d70b3[_0x2c4584(0x28a)](_0x424487);},'WDQYW':_0x3d70b3[_0x2ceaee(0x359)],'mkUBm':_0x3d70b3[_0x2ceaee(0x30c)],'UPRnH':_0x3d70b3[_0x2ceaee(0x204)],'BdEKj':function(_0x10bfd9,_0x43dfc9,_0x345c46){return _0x3d70b3['KTfhn'](_0x10bfd9,_0x43dfc9,_0x345c46);},'xTMdW':_0x3d70b3[_0x2ceaee(0x245)],'XsJMY':_0x3d70b3[_0x2ceaee(0x1f3)],'KidnI':_0x3d70b3[_0x2ceaee(0x2f7)],'WhxHS':function(_0x38bf4b,_0x5ad887,_0x40dd7a){return _0x3d70b3['KTfhn'](_0x38bf4b,_0x5ad887,_0x40dd7a);},'fyPHX':function(_0x463438,_0x417f92,_0x22bd76,_0x1da88b,_0x52fc4d){const _0xa6ffe0=_0x2ceaee;return _0x3d70b3[_0xa6ffe0(0x333)](_0x463438,_0x417f92,_0x22bd76,_0x1da88b,_0x52fc4d);},'GbixR':function(_0x136016,_0x3990bb){const _0x470b72=_0x2ceaee;return _0x3d70b3[_0x470b72(0x265)](_0x136016,_0x3990bb);},'otCUr':_0x3d70b3[_0x2ceaee(0x28b)],'AfKBM':_0x3d70b3[_0x2ceaee(0x34a)],'PEwml':_0x3d70b3[_0x2ceaee(0x2e7)],'MCzZT':_0x3d70b3[_0x2ceaee(0x203)],'CFAKj':function(_0x40aeb4,_0x46cf20){const _0x21fc8e=_0x2ceaee;return _0x3d70b3[_0x21fc8e(0x265)](_0x40aeb4,_0x46cf20);},'MTjXx':function(_0x1793c8,_0x317d8b,_0x326e87){const _0x4a4330=_0x2ceaee;return _0x3d70b3[_0x4a4330(0x312)](_0x1793c8,_0x317d8b,_0x326e87);},'QjWyi':function(_0xd44f97,_0x84d1a8,_0x424205){return _0x3d70b3['KTfhn'](_0xd44f97,_0x84d1a8,_0x424205);}};PerformanceTester[_0x2ceaee(0x2a1)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x2afc31=_0x2ceaee;_0x5cfbec[_0x2afc31(0x249)](isAccessibilityAutomationSession)&&_0x5cfbec['ewMuE'](setAccessibilityCapabilities,_0x7eb09f);this[_0x2afc31(0x29d)](),this[_0x2afc31(0x201)]();if(helper[_0x2afc31(0x31d)](_0x7eb09f[_0x2afc31(0x2ac)]['proxyUrl']))this[_0x2afc31(0x26f)]=helper[_0x2afc31(0x1f5)](_0x7eb09f[_0x2afc31(0x2ac)][_0x2afc31(0x26c)]);else _0x7eb09f[_0x2afc31(0x2ac)]['proxyUrl']&&(this[_0x2afc31(0x1f1)]=_0x7eb09f[_0x2afc31(0x2ac)][_0x2afc31(0x26c)],logger['debug'](_0x2afc31(0x2c2)+this[_0x2afc31(0x1f1)]));if(_0x5cfbec['jwyOn'](isAccessibilityAutomationSession)){const _0x4f6ac9=this['capabilities_'][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x215)])||{},_0x553d26=_0x4f6ac9[_0x2afc31(0x292)]||this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec['pIBzu'])||this[_0x2afc31(0x2f5)]['get'](_0x5cfbec[_0x2afc31(0x23b)]);if(_0x553d26){const _0x38ce02=(_0x4f6ac9['platformName']||_0x4f6ac9['platform']||this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x2d6)])||this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x30b)])||'')[_0x2afc31(0x29f)](),_0x479f00=(_0x4f6ac9[_0x2afc31(0x2f3)]||this[_0x2afc31(0x2f5)]['get'](_0x5cfbec[_0x2afc31(0x2e0)])||'')['toLowerCase']();_0x5cfbec['aCnsV'](_0x38ce02,_0x5cfbec[_0x2afc31(0x28c)])&&_0x479f00['includes'](_0x5cfbec[_0x2afc31(0x314)])&&(_0x5cfbec[_0x2afc31(0x272)](isMobileScanningEnabledForGroup)&&(logger[_0x2afc31(0x2af)](_0x5cfbec[_0x2afc31(0x1ff)]),globals['setGlobal'](_0x5cfbec[_0x2afc31(0x31b)],!![])));}}if(globals['getGlobal'](_0x5cfbec[_0x2afc31(0x264)])){if(!_0x5cfbec[_0x2afc31(0x2d7)](setExtension,this,_0x7eb09f)){globals[_0x2afc31(0x32b)](_0x5cfbec[_0x2afc31(0x264)],![]);const _0x191de8=this['capabilities_']['get'](_0x5cfbec[_0x2afc31(0x215)]);_0x191de8&&(_0x191de8[_0x2afc31(0x2db)]=![],delete _0x191de8[_0x2afc31(0x1f7)],this[_0x2afc31(0x2f5)]['set'](_0x5cfbec['qtRPU'],_0x191de8)),this[_0x2afc31(0x2f5)][_0x2afc31(0x228)](_0x5cfbec[_0x2afc31(0x26a)])&&(this[_0x2afc31(0x2f5)][_0x2afc31(0x350)](_0x5cfbec[_0x2afc31(0x26a)],![]),this[_0x2afc31(0x2f5)]['delete'](_0x5cfbec[_0x2afc31(0x30f)]));}}(!helper[_0x2afc31(0x239)]()||helper['isTurboScaleSession'](_0x7eb09f))&&helper[_0x2afc31(0x30a)](null,helper['useW3C'](_0x7eb09f),_0x7eb09f[_0x2afc31(0x2ad)],null,this,null),helper[_0x2afc31(0x29c)](_0x7eb09f[_0x2afc31(0x33b)]),logger[_0x2afc31(0x2af)](_0x5cfbec[_0x2afc31(0x22d)]);})();const _0x27cd8d=super[_0x2ceaee(0x21c)]();return PerformanceTester[_0x2ceaee(0x2a1)](PerformanceEvents[_0x2ceaee(0x2cc)],()=>{const _0x4b138c=_0x2ceaee,_0x18e622={'fkBcx':_0x5cfbec[_0x4b138c(0x230)],'PHRie':_0x5cfbec['MCzZT'],'oqEro':function(_0xf88d72,_0x274871,_0x90bdc9,_0x780a6c,_0x1f496d){const _0x415127=_0x4b138c;return _0x5cfbec[_0x415127(0x325)](_0xf88d72,_0x274871,_0x90bdc9,_0x780a6c,_0x1f496d);},'npWbs':function(_0x401420,_0x1feeea){const _0x37c713=_0x4b138c;return _0x5cfbec[_0x37c713(0x29e)](_0x401420,_0x1feeea);},'mLIzh':function(_0x4dbf16,_0x277824,_0x175bf4){const _0x5cc14c=_0x4b138c;return _0x5cfbec[_0x5cc14c(0x23d)](_0x4dbf16,_0x277824,_0x175bf4);},'DeCud':_0x5cfbec[_0x4b138c(0x221)],'cbIAw':_0x5cfbec['AfKBM'],'QSONP':function(_0x2bb262,_0x2e62e4,_0x5d5d71){const _0x1f9aa4=_0x4b138c;return _0x5cfbec[_0x1f9aa4(0x2d7)](_0x2bb262,_0x2e62e4,_0x5d5d71);}};_0x27cd8d[_0x4b138c(0x30e)]['then'](_0x5e9179=>{const _0x11ada3=_0x4b138c;try{const _0x2677e3=_0x5e9179['caps_'][_0x11ada3(0x228)](_0x18e622[_0x11ada3(0x2bc)]);_0x2677e3?(logger[_0x11ada3(0x2af)](_0x11ada3(0x31f)+_0x2677e3),hubAllocator[_0x11ada3(0x2fe)](_0x2677e3,_0x5e9179[_0x11ada3(0x2f8)]()),helper[_0x11ada3(0x220)](_0x2677e3)):logger[_0x11ada3(0x2af)](_0x18e622[_0x11ada3(0x231)]);}catch(_0x27cb0d){logger[_0x11ada3(0x2af)](_0x11ada3(0x309)+_0x27cb0d);}}),_0x27cd8d[_0x4b138c(0x254)]&&_0x27cd8d['then'](_0x23113d=>{const _0x27b15d=_0x4b138c,_0x529a9f={'uGGce':function(_0x55cf01,_0x15bfe0,_0x1527b1){const _0x3cb25c=a175_0x550e;return _0x18e622[_0x3cb25c(0x301)](_0x55cf01,_0x15bfe0,_0x1527b1);},'DpRuI':function(_0x31178c,_0x1e0cf9,_0x438d6a){return _0x18e622['mLIzh'](_0x31178c,_0x1e0cf9,_0x438d6a);},'PGLYp':_0x18e622[_0x27b15d(0x2df)],'QHUaf':_0x18e622[_0x27b15d(0x2ae)],'YSZpS':function(_0x24aa4a,_0x342f0b){return _0x18e622['npWbs'](_0x24aa4a,_0x342f0b);}};helper[_0x27b15d(0x1fd)](_0x23113d,_0x7eb09f),_0x18e622['QSONP'](overrideExecute,_0x23113d,_0x7eb09f),_0x23113d['getAccessibilityResultsSummary']=async()=>{const _0x774763=_0x27b15d;return await _0x529a9f[_0x774763(0x200)](getAccessibilityResultsSummary,_0x23113d,global);},_0x23113d['getAccessibilityResults']=async()=>{const _0x7531fe=_0x27b15d;return await _0x529a9f[_0x7531fe(0x2cb)](getAccessibilityResults,_0x23113d,global);},_0x23113d['performScan']=async _0x1ce249=>{const _0x4f7fe7=_0x27b15d;return await _0x18e622[_0x4f7fe7(0x268)](performScan,_0x23113d,null,!![],_0x18e622[_0x4f7fe7(0x219)](_0x1ce249,null));},_0x23113d[_0x27b15d(0x32c)]=async _0x163117=>{const _0x16711a=_0x27b15d;globals[_0x16711a(0x32b)](_0x529a9f[_0x16711a(0x2dd)],!![]),globals[_0x16711a(0x32b)](_0x529a9f[_0x16711a(0x328)],_0x529a9f['YSZpS'](_0x163117,null));},_0x23113d[_0x27b15d(0x21f)]=async()=>{const _0x34ce81=_0x27b15d;globals[_0x34ce81(0x32b)](_0x529a9f['PGLYp'],![]),globals['setGlobal'](_0x529a9f[_0x34ce81(0x328)],null);};}),_0x27cd8d[_0x4b138c(0x20f)]=async()=>{const _0x448db7=_0x4b138c;return await _0x5cfbec[_0x448db7(0x2d7)](getAccessibilityResultsSummary,_0x27cd8d,global);},_0x27cd8d['getAccessibilityResults']=async()=>{const _0x420382=_0x4b138c;return await _0x5cfbec[_0x420382(0x209)](getAccessibilityResults,_0x27cd8d,global);},_0x27cd8d['performScan']=async _0x149037=>{const _0x88ffb4=_0x4b138c;return await _0x5cfbec[_0x88ffb4(0x325)](performScan,_0x27cd8d,null,!![],_0x5cfbec[_0x88ffb4(0x270)](_0x149037,null));},_0x27cd8d[_0x4b138c(0x32c)]=async _0x5ed76b=>{const _0x4fb37d=_0x4b138c;globals[_0x4fb37d(0x32b)](_0x5cfbec[_0x4fb37d(0x221)],!![]),globals[_0x4fb37d(0x32b)](_0x5cfbec['AfKBM'],_0x5cfbec[_0x4fb37d(0x270)](_0x5ed76b,null));},_0x27cd8d[_0x4b138c(0x21f)]=async()=>{const _0x1a1e5e=_0x4b138c;globals[_0x1a1e5e(0x32b)](_0x5cfbec['otCUr'],![]),globals[_0x1a1e5e(0x32b)](_0x5cfbec[_0x1a1e5e(0x2cd)],null);},helper['overrideGet'](_0x27cd8d,_0x7eb09f),_0x5cfbec[_0x4b138c(0x25a)](overrideExecute,_0x27cd8d,_0x7eb09f),helper[_0x4b138c(0x346)](global[_0x4b138c(0x296)])&&(global[_0x4b138c(0x296)]=[]),global[_0x4b138c(0x296)][_0x4b138c(0x2f6)](_0x27cd8d);})(),_0x27cd8d;}}_0xff92c6[_0x336317(0x20e)]=_0xff92c6[_0x336317(0x283)],_0xff92c6[_0x336317(0x283)]=_0x579500,_0x116a52[_0x336317(0x2e9)]=_0x45760d;},propagateJestSessionName=(_0x44a4c7,_0x17f397,_0x2cc173='')=>{const _0x21a283=a175_0x5c4ac7,_0x3a4ce6={};_0x3a4ce6['nUAJq']=_0x21a283(0x33a);const _0x2d8431=_0x3a4ce6;_0x17f397&&_0x17f397['global']&&_0x17f397['global']['browserstackSessionName']&&helper[_0x21a283(0x346)](_0x44a4c7[_0x21a283(0x23a)])&&(_0x44a4c7[_0x21a283(0x23a)]=_0x17f397['global']['browserstackSessionName'],logger['debug'](util['format'](_0x2d8431[_0x21a283(0x294)],_0x2cc173?'\x20'+_0x2cc173:'',_0x44a4c7[_0x21a283(0x23a)])));},modifyV2=(_0x31ffbd,_0x3a51fa=null,_0xbeb957=![])=>{const _0x5331b0=a175_0x5c4ac7,_0x174df8={'bQMuz':function(_0x4f1ac0,_0x372f0a){return _0x4f1ac0!==_0x372f0a;},'vbcci':'/session','ZYEgC':function(_0x9384bb,_0x124f1a){return _0x9384bb+_0x124f1a;},'Yheqh':function(_0x4473dd,_0xc033a){return _0x4473dd+_0xc033a;},'RUAUi':_0x5331b0(0x273),'tNbsk':_0x5331b0(0x2d0),'wYhxg':_0x5331b0(0x2f0),'IJTDg':_0x5331b0(0x23c),'JbONv':_0x5331b0(0x2d4),'Tjaqh':_0x5331b0(0x2a7),'TPdrR':_0x5331b0(0x1fa),'GHmdP':_0x5331b0(0x2b1),'PwbKw':'safari.options','sqKdS':_0x5331b0(0x26d),'NzUIM':_0x5331b0(0x2aa),'IBwWp':function(_0x44cad9,_0x4bbf9e){return _0x44cad9===_0x4bbf9e;},'vFSOW':_0x5331b0(0x256),'nqrMV':'Setting\x20Browserstack\x20capabilities','hCowF':function(_0x5b324a,_0x1b5d60){return _0x5b324a>_0x1b5d60;},'seDdn':function(_0x25f58b){return _0x25f58b();},'wwtcf':function(_0x1aa3f9,_0x16582a,_0x25ae7d){return _0x1aa3f9(_0x16582a,_0x25ae7d);},'EIuHe':_0x5331b0(0x290),'MgIJh':_0x5331b0(0x344),'yUpnT':_0x5331b0(0x295),'RTxRb':_0x5331b0(0x2f2),'TStHg':function(_0x193def,_0x4cdf3e,_0x116276,_0x2d249,_0x126e7f){return _0x193def(_0x4cdf3e,_0x116276,_0x2d249,_0x126e7f);},'ghMFm':function(_0x30cc4d,_0x31a127){return _0x30cc4d||_0x31a127;},'XBkXW':'bstackA11yShouldScan','YJXvl':_0x5331b0(0x25e),'hubnE':function(_0x3920ce,_0x1849dd){return _0x3920ce(_0x1849dd);},'lkUDb':function(_0x772b9d,_0x4d0a71,_0xfab4a8){return _0x772b9d(_0x4d0a71,_0xfab4a8);},'IehoO':function(_0x17221f,_0x31a5cc,_0x43abab,_0x3be966){return _0x17221f(_0x31a5cc,_0x43abab,_0x3be966);},'cwcfJ':'(sync)','wCVeg':function(_0x42f96c){return _0x42f96c();},'TWBJC':function(_0x7c58f9,_0x25036f){return _0x7c58f9(_0x25036f);},'CmueS':function(_0x469f95){return _0x469f95();},'GdamH':_0x5331b0(0x27c),'GNpHc':'deviceName','oyWQk':_0x5331b0(0x210),'OlyFH':_0x5331b0(0x257),'vjQlf':_0x5331b0(0x2f3),'KDrls':'android','JxoYk':'chrome','GqgQd':function(_0x31c310){return _0x31c310();},'RjDgo':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','czjWT':'isMobilePlatform','gBCbn':function(_0x19b437,_0x5ced44,_0x2966e8){return _0x19b437(_0x5ced44,_0x2966e8);},'xxRST':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','FtLzY':function(_0x3b5b91){return _0x3b5b91();},'vFPTj':_0x5331b0(0x218),'QEtNv':_0x5331b0(0x275),'AayPI':'browserVersion','TnoNq':_0x5331b0(0x31c),'BqZBC':function(_0x135b66,_0x4d9bc1){return _0x135b66(_0x4d9bc1);},'HARHW':function(_0x48a2bf,_0x3b0bf5){return _0x48a2bf<_0x3b0bf5;},'NNsdL':function(_0x1f2349,_0x33c54a){return _0x1f2349||_0x33c54a;},'arOug':function(_0x50ab89,_0x1f4b8c){return _0x50ab89(_0x1f4b8c);},'yHaZb':_0x5331b0(0x238),'XXmbd':_0x5331b0(0x28d),'TGnPD':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','OhVpJ':function(_0x25bdaa,_0x1fab36,_0x56328c,_0x36a4fa,_0x15330a){return _0x25bdaa(_0x1fab36,_0x56328c,_0x36a4fa,_0x15330a);},'ZnTmy':function(_0x231ae5,_0xaa402d,_0x2dbf78){return _0x231ae5(_0xaa402d,_0x2dbf78);},'aSnrq':function(_0xcd5b42,_0x3ab7f7,_0xa41f43){return _0xcd5b42(_0x3ab7f7,_0xa41f43);},'iQFFV':_0x5331b0(0x267),'QnRKS':function(_0x3fd3df,_0x36cf54){return _0x3fd3df(_0x36cf54);},'wwdQm':function(_0x295fb8,_0xc049a3,_0x33171d){return _0x295fb8(_0xc049a3,_0x33171d);},'RGAAa':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','DwBar':'Modifying\x20webdriver\x20builder','nASGI':function(_0x53387a){return _0x53387a();},'eIkdP':_0x5331b0(0x336),'OHysf':_0x5331b0(0x285),'BZAcb':_0x5331b0(0x247),'NwbCi':_0x5331b0(0x354),'SagrW':_0x5331b0(0x2c7)},_0x13a1a9=helper[_0x5331b0(0x318)]();let _0x15142a;try{_0x15142a=helper[_0x5331b0(0x2cf)](),_0x15142a[_0x5331b0(0x20e)]&&(_0x15142a['Builder']=_0x15142a[_0x5331b0(0x20e)]);}catch(_0x36f79b){return;}if(helper[_0x5331b0(0x239)]()){const _0x23971b={};_0x23971b[_0x5331b0(0x1f2)]=_0x31ffbd['browserStackLogLevel'],helper['setLogLevel'](_0x23971b,new Map(),new Map()),logger[_0x5331b0(0x25d)](_0x174df8['RGAAa']),logger['debug'](_0x174df8['DwBar']);}class _0x565e1b extends _0x13a1a9['HttpClient']{[_0x5331b0(0x345)](_0x3b5f02){const _0x19d0e7=_0x5331b0;if(_0x174df8[_0x19d0e7(0x28f)](_0x3b5f02['path'],_0x174df8['vbcci']))try{const _0x430d7c=_0x3b5f02[_0x19d0e7(0x2eb)][_0x19d0e7(0x2b0)]('/')[0x2];if(_0x430d7c){const _0x5009ee=hubAllocator[_0x19d0e7(0x331)](_0x430d7c);if(_0x5009ee){const _0x3cb499=_0x174df8['ZYEgC'](_0x174df8[_0x19d0e7(0x2ea)](_0x174df8[_0x19d0e7(0x33e)],_0x5009ee),_0x174df8[_0x19d0e7(0x28e)]);this[_0x19d0e7(0x2c8)]=hubAllocator[_0x19d0e7(0x261)](_0x3cb499),logger['debug'](_0x19d0e7(0x253)+_0x3cb499);}}}catch(_0x1f6bc5){logger[_0x19d0e7(0x299)](_0x1f6bc5);}return super[_0x19d0e7(0x345)](_0x3b5f02);}}class _0x56b8f0 extends _0x15142a['Builder']{[_0x5331b0(0x29d)](){const _0x59d0bf=_0x5331b0;return helper[_0x59d0bf(0x239)]()&&(this[_0x59d0bf(0x332)]=helper[_0x59d0bf(0x2b8)](_0x31ffbd)),this;}[_0x5331b0(0x22b)](_0x579d1a){const _0x401d96=_0x5331b0;let _0x51c186={};for(const _0x3124cd in _0x579d1a){switch(_0x3124cd){case _0x174df8[_0x401d96(0x293)]:case _0x174df8[_0x401d96(0x2a4)]:this[_0x401d96(0x35b)]&&(_0x51c186=this[_0x401d96(0x35b)][_0x401d96(0x228)](this[_0x401d96(0x35b)][_0x401d96(0x278)])||{},this[_0x401d96(0x35b)][_0x401d96(0x350)](this[_0x401d96(0x35b)]['CAPABILITY_KEY'],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x213)]:case _0x174df8['Tjaqh']:this[_0x401d96(0x2a2)]&&(_0x51c186=this['edgeOptions_']['get'](this[_0x401d96(0x2a2)][_0x401d96(0x278)])||{},this[_0x401d96(0x2a2)][_0x401d96(0x350)](this[_0x401d96(0x2a2)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x315)]:case _0x174df8[_0x401d96(0x35e)]:this['firefoxOptions_']&&(_0x51c186=this[_0x401d96(0x340)]['get'](this['firefoxOptions_'][_0x401d96(0x278)])||{},this[_0x401d96(0x340)][_0x401d96(0x350)](this[_0x401d96(0x340)]['CAPABILITY_KEY'],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x1f9)]:this[_0x401d96(0x308)]&&(_0x51c186=this[_0x401d96(0x308)]['get'](this[_0x401d96(0x308)][_0x401d96(0x278)])||{},this[_0x401d96(0x308)]['set'](this[_0x401d96(0x308)][_0x401d96(0x278)],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;case _0x174df8[_0x401d96(0x319)]:case _0x174df8[_0x401d96(0x323)]:this['ieOptions_']&&(_0x51c186=this[_0x401d96(0x2c6)][_0x401d96(0x228)](this[_0x401d96(0x2c6)]['CAPABILITY_KEY'])||{},this['ieOptions_']['set'](this[_0x401d96(0x2c6)][_0x401d96(0x278)],helper[_0x401d96(0x35a)](_0x51c186,_0x579d1a[_0x3124cd])));break;}}}['setCapabilities'](){const _0x1fb2a0=_0x5331b0,_0x39a7ab={'uSVxB':function(_0x13202c,_0x1564e6){const _0x2fb145=a175_0x550e;return _0x174df8[_0x2fb145(0x226)](_0x13202c,_0x1564e6);},'wfTMw':_0x174df8[_0x1fb2a0(0x281)]};logger[_0x1fb2a0(0x2af)](_0x174df8[_0x1fb2a0(0x2dc)]);const _0x28263c=_0x31ffbd[_0x1fb2a0(0x33b)]&&_0x174df8['hCowF'](Object[_0x1fb2a0(0x259)](_0x31ffbd['capability'])[_0x1fb2a0(0x29b)],0x0)?_0x31ffbd[_0x1fb2a0(0x33b)]:_0x31ffbd['capabilities']&&Array[_0x1fb2a0(0x21b)](_0x31ffbd[_0x1fb2a0(0x2e6)])&&_0x174df8['hCowF'](_0x31ffbd['capabilities'][_0x1fb2a0(0x29b)],0x0)?_0x31ffbd['capabilities'][0x0]:{};return this[_0x1fb2a0(0x22b)](_0x28263c),Object[_0x1fb2a0(0x259)](_0x28263c)[_0x1fb2a0(0x2e8)](_0x1f8d47=>{const _0x4f88db=_0x1fb2a0,_0x5f38f9=this[_0x4f88db(0x2f5)][_0x4f88db(0x228)](_0x1f8d47);_0x39a7ab[_0x4f88db(0x243)](typeof _0x5f38f9,_0x39a7ab[_0x4f88db(0x33c)])?this[_0x4f88db(0x2f5)][_0x4f88db(0x350)](_0x1f8d47,helper[_0x4f88db(0x35a)](_0x5f38f9,_0x28263c[_0x1f8d47])):this[_0x4f88db(0x2f5)][_0x4f88db(0x350)](_0x1f8d47,_0x28263c[_0x1f8d47]);}),this;}['build'](){const _0x4da113=_0x5331b0,_0x2a5e25={'MiVWw':function(_0x3ba00e){const _0xbeb180=a175_0x550e;return _0x174df8[_0xbeb180(0x31e)](_0x3ba00e);},'dZbQU':function(_0x11c24f,_0x4a6ad9){const _0x2b7911=a175_0x550e;return _0x174df8[_0x2b7911(0x22c)](_0x11c24f,_0x4a6ad9);},'IcyJJ':function(_0x3f0cad){const _0x497c89=a175_0x550e;return _0x174df8[_0x497c89(0x24d)](_0x3f0cad);},'gRCld':_0x174df8[_0x4da113(0x1f8)],'ZIdfd':_0x174df8['GdamH'],'GGpyQ':_0x174df8['GNpHc'],'HQJeW':_0x174df8[_0x4da113(0x244)],'rLRwn':_0x174df8[_0x4da113(0x289)],'UttlV':_0x174df8[_0x4da113(0x2d8)],'dFNjH':function(_0xbabff6,_0xebb8fe){const _0x44928b=_0x4da113;return _0x174df8[_0x44928b(0x226)](_0xbabff6,_0xebb8fe);},'ImCmd':_0x174df8['KDrls'],'RJqro':_0x174df8[_0x4da113(0x22f)],'TLBug':function(_0x664083){const _0x4e4bf5=_0x4da113;return _0x174df8[_0x4e4bf5(0x358)](_0x664083);},'rakfr':_0x174df8['RjDgo'],'XWslB':_0x174df8[_0x4da113(0x25f)],'UkASh':_0x174df8[_0x4da113(0x279)],'ZJpNg':function(_0x24c0a8,_0x2ee0dd,_0x390af9){const _0x5411ac=_0x4da113;return _0x174df8[_0x5411ac(0x27b)](_0x24c0a8,_0x2ee0dd,_0x390af9);},'GasMQ':_0x174df8[_0x4da113(0x2bd)],'ZvGOc':_0x174df8['RTxRb'],'FzHux':_0x174df8['xxRST'],'jQEee':_0x174df8['wYhxg'],'pJZri':function(_0x46c8af){const _0x16ce22=_0x4da113;return _0x174df8[_0x16ce22(0x2ca)](_0x46c8af);},'FxQyR':_0x174df8[_0x4da113(0x2f1)],'VOmGq':function(_0x47f484,_0x196e8d){const _0x23a51d=_0x4da113;return _0x174df8[_0x23a51d(0x226)](_0x47f484,_0x196e8d);},'nvFxk':function(_0x2ce754){const _0xf88bdf=_0x4da113;return _0x174df8[_0xf88bdf(0x358)](_0x2ce754);},'zxurr':_0x174df8[_0x4da113(0x26e)],'zxxlD':_0x174df8['AayPI'],'QIwYn':_0x174df8['TnoNq'],'iwZZf':function(_0x586a55,_0x3dcaaa){const _0x3a49d7=_0x4da113;return _0x174df8[_0x3a49d7(0x206)](_0x586a55,_0x3dcaaa);},'abDke':function(_0xabd4fc,_0x533daa){const _0x573a7d=_0x4da113;return _0x174df8[_0x573a7d(0x32d)](_0xabd4fc,_0x533daa);},'omATj':function(_0x17b45c,_0x28849a){return _0x174df8['bQMuz'](_0x17b45c,_0x28849a);},'Shite':function(_0x9aca4d,_0x322eec){const _0x47ce2b=_0x4da113;return _0x174df8[_0x47ce2b(0x27f)](_0x9aca4d,_0x322eec);},'ZimMT':function(_0x1c6e12,_0x4d4933,_0x19ee3a){return _0x174df8['wwtcf'](_0x1c6e12,_0x4d4933,_0x19ee3a);},'HiUYK':function(_0x18a04c){const _0x428525=_0x4da113;return _0x174df8[_0x428525(0x24d)](_0x18a04c);},'MkYYF':function(_0x1480e8,_0x1ee2bb){const _0x20dfbc=_0x4da113;return _0x174df8[_0x20dfbc(0x284)](_0x1480e8,_0x1ee2bb);},'dkQtz':_0x174df8['yHaZb'],'CJTkD':_0x174df8[_0x4da113(0x29a)],'oryuJ':_0x174df8[_0x4da113(0x24c)],'Fsafb':function(_0x455bd6,_0xcc3cce,_0x2af20b){const _0x2fdcea=_0x4da113;return _0x174df8[_0x2fdcea(0x2bf)](_0x455bd6,_0xcc3cce,_0x2af20b);},'UcKLq':function(_0x1a3961,_0x15de36,_0x4bf6cb,_0x191a18,_0x595eb0){return _0x174df8['OhVpJ'](_0x1a3961,_0x15de36,_0x4bf6cb,_0x191a18,_0x595eb0);},'uQnCI':_0x174df8['XBkXW'],'kgWPR':_0x174df8[_0x4da113(0x25c)],'PBacP':function(_0x166b67,_0x364e74,_0x53100e){const _0x572fdc=_0x4da113;return _0x174df8[_0x572fdc(0x327)](_0x166b67,_0x364e74,_0x53100e);},'IXuDp':function(_0x50e9ce,_0x2565ff,_0x2dbcc6){const _0x728297=_0x4da113;return _0x174df8[_0x728297(0x2f9)](_0x50e9ce,_0x2565ff,_0x2dbcc6);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x4da113(0x277)],()=>{const _0x514ece=_0x4da113;if(helper[_0x514ece(0x239)]()){helper[_0x514ece(0x29c)](_0x31ffbd[_0x514ece(0x33b)]);_0x2a5e25['MiVWw'](isAccessibilityAutomationSession)&&_0x2a5e25[_0x514ece(0x20d)](setAccessibilityCapabilities,_0x31ffbd);this[_0x514ece(0x29d)](),this[_0x514ece(0x201)]();if(helper['isPacProxy'](_0x31ffbd[_0x514ece(0x2ac)]['proxyUrl']))this[_0x514ece(0x26f)]=helper[_0x514ece(0x1f5)](_0x31ffbd['proxySettings'][_0x514ece(0x26c)]);else _0x31ffbd[_0x514ece(0x2ac)][_0x514ece(0x26c)]&&(this[_0x514ece(0x1f1)]=_0x31ffbd[_0x514ece(0x2ac)][_0x514ece(0x26c)],logger[_0x514ece(0x2af)](_0x514ece(0x2c2)+this[_0x514ece(0x1f1)]));if(_0x2a5e25[_0x514ece(0x334)](isAccessibilityAutomationSession)){const _0x5ddb33=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)])||{},_0x31e833=_0x5ddb33['deviceName']||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20b)])||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x317)]);if(_0x31e833){const _0x28ea8d=(_0x5ddb33[_0x514ece(0x210)]||_0x5ddb33['platform']||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20a)])||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x252)])||'')[_0x514ece(0x29f)](),_0x2d9346=(_0x5ddb33[_0x514ece(0x2f3)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25['UttlV'])||'')[_0x514ece(0x29f)]();_0x2a5e25[_0x514ece(0x2d1)](_0x28ea8d,_0x2a5e25[_0x514ece(0x217)])&&_0x2d9346[_0x514ece(0x24e)](_0x2a5e25[_0x514ece(0x2c3)])&&(_0x2a5e25[_0x514ece(0x2ef)](isMobileScanningEnabledForGroup)&&(logger[_0x514ece(0x2af)](_0x2a5e25['rakfr']),globals['setGlobal'](_0x2a5e25[_0x514ece(0x341)],!![])));}}if(globals[_0x514ece(0x262)](_0x2a5e25[_0x514ece(0x351)])){if(!_0x2a5e25[_0x514ece(0x306)](setExtension,this,_0x31ffbd)){globals['setGlobal'](_0x2a5e25['UkASh'],![]);const _0x5d3be3=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)]);_0x5d3be3&&(_0x5d3be3[_0x514ece(0x2db)]=![],delete _0x5d3be3['accessibilityOptions'],this[_0x514ece(0x2f5)]['set'](_0x2a5e25[_0x514ece(0x2bb)],_0x5d3be3)),this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x241)])&&(this['capabilities_'][_0x514ece(0x350)](_0x2a5e25[_0x514ece(0x241)],![]),this['capabilities_']['delete'](_0x2a5e25[_0x514ece(0x208)]));}}process[_0x514ece(0x2fa)]['BROWSERSTACK_TURBOSCALE']&&(helper[_0x514ece(0x30a)](null,helper[_0x514ece(0x310)](_0x31ffbd),_0x31ffbd['framework'],null,this,null),helper[_0x514ece(0x29c)](_0x31ffbd[_0x514ece(0x33b)])),logger[_0x514ece(0x2af)](_0x2a5e25[_0x514ece(0x27d)]);}else{if(this[_0x514ece(0x35b)]){const _0x534b27=this['chromeOptions_'][_0x514ece(0x228)](this[_0x514ece(0x35b)][_0x514ece(0x278)]||_0x2a5e25[_0x514ece(0x224)]);if(_0x534b27&&_0x534b27['args']){const _0x28a08c=this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x224)])||{},_0x4ef093=(_0x28a08c['args']||[])[_0x514ece(0x212)](_0x534b27[_0x514ece(0x258)]||[]),_0xdc98cf=Array[_0x514ece(0x34e)](new Set(_0x4ef093)),_0x282c58={};_0x282c58[_0x514ece(0x258)]=_0xdc98cf,this[_0x514ece(0x2f5)][_0x514ece(0x350)](_0x2a5e25['jQEee'],Object[_0x514ece(0x2a9)]({},_0x28a08c,_0x534b27,_0x282c58));}}if(_0x2a5e25[_0x514ece(0x229)](isAccessibilityAutomationSession)&&this[_0x514ece(0x31a)]()[_0x514ece(0x24e)](_0x2a5e25[_0x514ece(0x251)])){let _0x34e74a=!![];const _0x180c2a=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)])||{},_0x2f11c2=_0x180c2a[_0x514ece(0x292)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20b)])||this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x317)]);if(_0x2f11c2){const _0x20fe7b=(_0x180c2a[_0x514ece(0x210)]||_0x180c2a[_0x514ece(0x257)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20a)])||this[_0x514ece(0x2f5)]['get'](_0x2a5e25[_0x514ece(0x252)])||'')[_0x514ece(0x29f)](),_0x5acfbb=(_0x180c2a[_0x514ece(0x2f3)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x21e)])||'')['toLowerCase']();_0x2a5e25[_0x514ece(0x2b4)](_0x20fe7b,_0x2a5e25[_0x514ece(0x217)])&&_0x5acfbb['includes'](_0x2a5e25[_0x514ece(0x2c3)])?!_0x2a5e25[_0x514ece(0x1fe)](isMobileScanningEnabledForGroup)?(logger[_0x514ece(0x255)](MOBILE_SCANNING_DISABLED_WARNING),_0x34e74a=![]):(logger[_0x514ece(0x2af)](_0x2a5e25[_0x514ece(0x2be)]),globals[_0x514ece(0x32b)](_0x2a5e25['XWslB'],!![])):(logger[_0x514ece(0x255)](_0x2a5e25['zxurr']),_0x34e74a=![]);}if(_0x34e74a){const _0x2ef244=_0x2a5e25[_0x514ece(0x20d)](parseFloat,_0x180c2a[_0x514ece(0x1f6)]||this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x20c)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x26739a}=_0x2a5e25['dZbQU'](require,_0x2a5e25['QIwYn']),_0x49c251=_0x2a5e25[_0x514ece(0x20d)](parseFloat,_0x26739a);!_0x2a5e25['iwZZf'](isNaN,_0x2ef244)&&_0x2a5e25[_0x514ece(0x320)](_0x2ef244,_0x49c251)&&(logger[_0x514ece(0x255)](_0x514ece(0x233)+_0x26739a+'.'),_0x34e74a=![]);}if(_0x34e74a){_0x2a5e25[_0x514ece(0x20d)](setAccessibilityCapabilities,_0x31ffbd),this[_0x514ece(0x201)]();if(process[_0x514ece(0x2fa)][_0x514ece(0x248)]){let _0x55d26e={};try{process[_0x514ece(0x2fa)][_0x514ece(0x30d)]&&(_0x55d26e=JSON[_0x514ece(0x2c0)](process['env'][_0x514ece(0x30d)]));}catch(_0x33ba1b){logger['debug'](_0x514ece(0x2ba)+_0x33ba1b);}const _0x3565a6=helper[_0x514ece(0x310)](_0x31ffbd),_0xdc211c=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)]);if(_0x2a5e25[_0x514ece(0x2e4)](_0x3565a6,![])&&(_0xdc211c||!this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x241)]))){const _0x5e4a74=_0x2a5e25['Shite'](_0xdc211c,{});_0x5e4a74[_0x514ece(0x2db)]=!![];const _0x341632={};_0x341632[_0x514ece(0x330)]=process['env'][_0x514ece(0x248)],_0x341632[_0x514ece(0x300)]=_0x55d26e[_0x514ece(0x300)],_0x5e4a74[_0x514ece(0x1f7)]=Object[_0x514ece(0x2a9)]({},_0x5e4a74[_0x514ece(0x1f7)],_0x341632),this[_0x514ece(0x2f5)][_0x514ece(0x350)](_0x2a5e25[_0x514ece(0x2bb)],_0x5e4a74);}else{this[_0x514ece(0x2f5)]['set'](_0x2a5e25[_0x514ece(0x241)],!![]);const _0x3e81e4=this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x208)])||{},_0x246cd7={};_0x246cd7['authToken']=process['env']['BS_A11Y_JWT'],_0x246cd7['scannerVersion']=_0x55d26e['scannerVersion'],this['capabilities_'][_0x514ece(0x350)](_0x2a5e25['ZvGOc'],Object[_0x514ece(0x2a9)]({},_0x3e81e4,_0x246cd7));}}if(!_0x2a5e25[_0x514ece(0x347)](setExtension,this,_0x31ffbd)){globals[_0x514ece(0x32b)](_0x2a5e25[_0x514ece(0x351)],![]);const _0x58edb4=this['capabilities_'][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x2bb)]);_0x58edb4&&(_0x58edb4[_0x514ece(0x2db)]=![],delete _0x58edb4[_0x514ece(0x1f7)],this['capabilities_'][_0x514ece(0x350)](_0x2a5e25[_0x514ece(0x2bb)],_0x58edb4)),this[_0x514ece(0x2f5)][_0x514ece(0x228)](_0x2a5e25[_0x514ece(0x241)])&&(this[_0x514ece(0x2f5)]['set'](_0x2a5e25[_0x514ece(0x241)],![]),this[_0x514ece(0x2f5)][_0x514ece(0x23f)](_0x2a5e25[_0x514ece(0x208)]));}}}if(_0x2a5e25[_0x514ece(0x214)](isAccessibilityAutomationSession)&&!this[_0x514ece(0x31a)]()[_0x514ece(0x24e)](_0x2a5e25['FxQyR']))try{_0x2a5e25[_0x514ece(0x34b)](hasLegacyHeadlessArg,this)?(logger[_0x514ece(0x255)](_0x2a5e25['dkQtz']),globals[_0x514ece(0x32b)](_0x2a5e25[_0x514ece(0x351)],![])):helper[_0x514ece(0x30a)](null,helper[_0x514ece(0x310)](_0x31ffbd),_0x31ffbd[_0x514ece(0x2ad)],null,this,null);}catch(_0xf3708d){logger[_0x514ece(0x2af)](_0x514ece(0x211)+util[_0x514ece(0x2d9)](_0xf3708d));}}})();const _0x337792=super[_0x4da113(0x21c)]();return PerformanceTester[_0x4da113(0x2a1)](PerformanceEvents[_0x4da113(0x2cc)],()=>{const _0xf631b1=_0x4da113,_0x1d13c5={'uszGM':function(_0x35d3cb){const _0x34b825=a175_0x550e;return _0x174df8[_0x34b825(0x266)](_0x35d3cb);},'KCrKS':function(_0x1b11b5,_0x495efc,_0x2d7067){return _0x174df8['wwtcf'](_0x1b11b5,_0x495efc,_0x2d7067);},'fzXkH':_0x174df8[_0xf631b1(0x279)],'JMwoZ':_0x174df8[_0xf631b1(0x1f8)],'ghJzo':_0x174df8[_0xf631b1(0x2bd)],'hjAJF':_0x174df8[_0xf631b1(0x316)],'xqBcq':function(_0xc3916c,_0x1038d9,_0x338d7e,_0x1be6aa,_0x118fc1){const _0x399372=_0xf631b1;return _0x174df8[_0x399372(0x232)](_0xc3916c,_0x1038d9,_0x338d7e,_0x1be6aa,_0x118fc1);},'biBye':function(_0x227b28,_0x4b635c){const _0x477359=_0xf631b1;return _0x174df8[_0x477359(0x2b5)](_0x227b28,_0x4b635c);},'zUyDb':_0x174df8['XBkXW'],'HYQPk':_0x174df8[_0xf631b1(0x25c)]};_0x337792[_0xf631b1(0x30e)][_0xf631b1(0x254)](_0x2939e2=>{const _0x2a24bd=_0xf631b1,_0x30fe8c=_0x2939e2[_0x2a24bd(0x286)];if(!helper['isBrowserstackInfra']()&&_0x1d13c5[_0x2a24bd(0x2a8)](isAccessibilityAutomationSession)){const _0x3e6791=_0x1d13c5[_0x2a24bd(0x2b2)](nonBstackPlatformValidation,_0x30fe8c,this);globals['setGlobal'](_0x1d13c5[_0x2a24bd(0x23e)],_0x3e6791);if(!_0x3e6791){const _0x4a0903=this[_0x2a24bd(0x2f5)][_0x2a24bd(0x228)](_0x1d13c5[_0x2a24bd(0x337)]);_0x4a0903&&(_0x4a0903['accessibility']=![],delete _0x4a0903[_0x2a24bd(0x1f7)],this[_0x2a24bd(0x2f5)][_0x2a24bd(0x350)](_0x1d13c5[_0x2a24bd(0x337)],_0x4a0903)),this[_0x2a24bd(0x2f5)][_0x2a24bd(0x228)](_0x1d13c5['ghJzo'])&&(this[_0x2a24bd(0x2f5)][_0x2a24bd(0x350)](_0x1d13c5['ghJzo'],![]),this[_0x2a24bd(0x2f5)][_0x2a24bd(0x23f)](_0x1d13c5['hjAJF']));}}}),_0x337792[_0xf631b1(0x30e)][_0xf631b1(0x254)](_0x469c8f=>{const _0x5e5cb9=_0xf631b1;try{logger[_0x5e5cb9(0x2af)](_0x5e5cb9(0x2fb)+_0x469c8f[_0x5e5cb9(0x2f8)]());const _0x25c116=_0x469c8f['caps_']['get'](_0x2a5e25[_0x5e5cb9(0x22e)]);_0x25c116?(logger[_0x5e5cb9(0x2af)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x25c116),hubAllocator[_0x5e5cb9(0x2fe)](_0x25c116,_0x469c8f[_0x5e5cb9(0x2f8)]()),helper['storeOptimalHubUrl'](_0x25c116)):logger[_0x5e5cb9(0x2af)](_0x2a5e25['oryuJ']);}catch(_0x1f8f0c){logger['debug'](_0x5e5cb9(0x309)+_0x1f8f0c);}}),_0x337792['quitCount_']=0x0,_0x337792[_0xf631b1(0x254)]&&_0x337792[_0xf631b1(0x254)](_0x10772d=>{const _0x28ff03=_0xf631b1,_0x34f63f={'MhnCj':function(_0x544d73,_0x3370c9,_0x11f5c3){const _0x3cae69=a175_0x550e;return _0x2a5e25[_0x3cae69(0x1f0)](_0x544d73,_0x3370c9,_0x11f5c3);},'kSJAf':function(_0x53e541,_0x13ad9a,_0x25dec9,_0x1ead9b,_0x365f58){const _0x5657ad=a175_0x550e;return _0x2a5e25[_0x5657ad(0x2fd)](_0x53e541,_0x13ad9a,_0x25dec9,_0x1ead9b,_0x365f58);},'YBsjk':function(_0x5a21de,_0x213897){const _0x44f22e=a175_0x550e;return _0x2a5e25[_0x44f22e(0x2d5)](_0x5a21de,_0x213897);},'iLnVO':_0x2a5e25[_0x28ff03(0x22a)],'IlgKQ':_0x2a5e25[_0x28ff03(0x21d)]};helper[_0x28ff03(0x2a5)](_0x10772d,_0x337792),_0xbeb957&&_0x2a5e25[_0x28ff03(0x2b9)](overrideTakeScreenshot,_0x10772d),helper['overrideGet'](_0x10772d,_0x31ffbd),_0x2a5e25['ZimMT'](overrideExecute,_0x10772d,_0x31ffbd),_0x2a5e25['PBacP'](propagateJestSessionName,_0x10772d,_0x3a51fa),_0x31ffbd['capability']&&percyHelper[_0x28ff03(0x222)](_0x10772d,_0x15142a[_0x28ff03(0x302)],_0x31ffbd),_0x10772d['getAccessibilityResultsSummary']=async()=>{return await _0x1d13c5['KCrKS'](getAccessibilityResultsSummary,_0x10772d,global);},_0x10772d[_0x28ff03(0x2c5)]=async()=>{const _0x514498=_0x28ff03;return await _0x34f63f[_0x514498(0x34c)](getAccessibilityResults,_0x10772d,global);},_0x10772d[_0x28ff03(0x205)]=async _0x35d561=>{const _0x2ce3b2=_0x28ff03;return await _0x34f63f[_0x2ce3b2(0x26b)](performScan,_0x10772d,null,!![],_0x34f63f[_0x2ce3b2(0x349)](_0x35d561,null));},_0x10772d[_0x28ff03(0x32c)]=async _0x2efb60=>{const _0x1d33d3=_0x28ff03;globals[_0x1d33d3(0x32b)](_0x34f63f[_0x1d33d3(0x240)],!![]),globals[_0x1d33d3(0x32b)](_0x34f63f[_0x1d33d3(0x335)],_0x34f63f[_0x1d33d3(0x349)](_0x2efb60,null));},_0x10772d[_0x28ff03(0x21f)]=async()=>{const _0x58a4fe=_0x28ff03;globals[_0x58a4fe(0x32b)](_0x34f63f[_0x58a4fe(0x240)],![]),globals[_0x58a4fe(0x32b)](_0x34f63f['IlgKQ'],null);};}),_0x337792[_0xf631b1(0x20f)]=async()=>{const _0x530695=_0xf631b1;return await _0x2a5e25[_0x530695(0x306)](getAccessibilityResultsSummary,_0x337792,global);},_0x337792[_0xf631b1(0x2c5)]=async()=>{const _0x2c978b=_0xf631b1;return await _0x2a5e25[_0x2c978b(0x2ee)](getAccessibilityResults,_0x337792,global);},_0x337792[_0xf631b1(0x205)]=async _0x4bb8f1=>{const _0x109b0a=_0xf631b1;return await _0x1d13c5[_0x109b0a(0x321)](performScan,_0x337792,null,!![],_0x1d13c5['biBye'](_0x4bb8f1,null));},_0x337792[_0xf631b1(0x32c)]=async _0x46f67d=>{const _0xa31bb6=_0xf631b1;globals['setGlobal'](_0x2a5e25[_0xa31bb6(0x22a)],!![]),globals[_0xa31bb6(0x32b)](_0x2a5e25['kgWPR'],_0x2a5e25[_0xa31bb6(0x2d5)](_0x46f67d,null));},_0x337792[_0xf631b1(0x21f)]=async()=>{const _0x3246d9=_0xf631b1;globals[_0x3246d9(0x32b)](_0x1d13c5[_0x3246d9(0x242)],![]),globals[_0x3246d9(0x32b)](_0x1d13c5['HYQPk'],null);},_0xbeb957&&_0x174df8[_0xf631b1(0x2ec)](overrideTakeScreenshot,_0x337792),helper[_0xf631b1(0x2a5)](_0x337792),helper['overrideGet'](_0x337792,_0x31ffbd),_0x174df8['lkUDb'](overrideExecute,_0x337792,_0x31ffbd),_0x174df8[_0xf631b1(0x282)](propagateJestSessionName,_0x337792,_0x3a51fa,_0x174df8[_0xf631b1(0x237)]),_0x31ffbd[_0xf631b1(0x33b)]&&percyHelper[_0xf631b1(0x222)](_0x337792,_0x15142a[_0xf631b1(0x302)],_0x31ffbd);helper[_0xf631b1(0x346)](global[_0xf631b1(0x296)])&&(global['__driversArray']=[]);helper[_0xf631b1(0x346)](global[_0xf631b1(0x202)])&&(global[_0xf631b1(0x202)]=[]);global[_0xf631b1(0x296)][_0xf631b1(0x2f6)](_0x337792),global[_0xf631b1(0x246)]=_0x337792,_0x3a51fa&&(_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x246)]=_0x337792);_0x174df8[_0xf631b1(0x28f)](global['__drivers'],undefined)&&global['__drivers'][_0xf631b1(0x2f6)](_0x337792);_0x3a51fa&&helper[_0xf631b1(0x346)](_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x202)])&&(_0x3a51fa['global'][_0xf631b1(0x202)]=[]);_0x3a51fa&&helper[_0xf631b1(0x346)](_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x296)])&&(_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x296)]=[]);_0x3a51fa&&_0x174df8[_0xf631b1(0x28f)](_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x202)],undefined)&&(_0x3a51fa['global'][_0xf631b1(0x202)]['push'](_0x337792),_0x3a51fa[_0xf631b1(0x307)][_0xf631b1(0x296)][_0xf631b1(0x2f6)](_0x337792));_0x337792[_0xf631b1(0x290)]=globals[_0xf631b1(0x262)](_0x174df8[_0xf631b1(0x279)]);try{global['__drivers'][0x0][_0xf631b1(0x30e)][_0xf631b1(0x254)](_0x217997=>{const _0x235ec8=_0xf631b1;logger[_0x235ec8(0x2af)](_0x235ec8(0x2a0)+_0x217997[_0x235ec8(0x2f8)]()+_0x235ec8(0x34d));})[_0xf631b1(0x234)](_0x1ec8ce=>{const _0x30c1f0=_0xf631b1;logger[_0x30c1f0(0x2af)](_0x30c1f0(0x32f)+_0x1ec8ce);});}catch(_0x28ce5a){logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x28ce5a);}globals[_0xf631b1(0x32b)](_0x174df8[_0xf631b1(0x279)],globals[_0xf631b1(0x262)](_0x174df8[_0xf631b1(0x279)]));})(),_0x337792;}}_0x3a51fa&&(globals[_0x5331b0(0x2b3)]=_0x3a51fa[_0x5331b0(0x307)][_0x5331b0(0x2b3)]);if(_0x174df8[_0x5331b0(0x236)](isAccessibilityAutomationSession))try{let _0x23c54f=helper[_0x5331b0(0x24a)](_0x174df8[_0x5331b0(0x24f)],_0x174df8['OHysf'])[_0x5331b0(0x27e)];(!_0x23c54f[_0x5331b0(0x288)]||!_0x23c54f['prototype'][_0x5331b0(0x2c9)])&&(_0x23c54f=helper[_0x5331b0(0x24a)](_0x174df8[_0x5331b0(0x2c4)],_0x174df8[_0x5331b0(0x311)])['Executor']);if(_0x23c54f[_0x5331b0(0x288)]&&_0x23c54f[_0x5331b0(0x288)][_0x5331b0(0x2c9)]){const _0x140298=_0x23c54f['prototype'][_0x5331b0(0x2c9)];logger['debug'](_0x174df8[_0x5331b0(0x223)]),_0x23c54f[_0x5331b0(0x288)]['execute']=async function(){const _0x1f56c6=_0x5331b0;try{!globals['getGlobal'](_0x174df8[_0x1f56c6(0x27a)])&&globals[_0x1f56c6(0x262)](_0x174df8[_0x1f56c6(0x279)])&&globals[_0x1f56c6(0x262)](_0x174df8[_0x1f56c6(0x304)])&&scripts[_0x1f56c6(0x269)](arguments[0x0][_0x1f56c6(0x35c)])&&!_0x174df8[_0x1f56c6(0x2e2)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x1f56c6(0x32b)](_0x174df8['iQFFV'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0x1f56c6(0x35c)]),await _0x174df8[_0x1f56c6(0x250)](performScan,global[_0x1f56c6(0x246)],arguments[0x0][_0x1f56c6(0x35c)]));}catch(_0x3d2d4c){logger[_0x1f56c6(0x2af)]('Failed\x20to\x20perform\x20scan\x20'+util['format'](_0x3d2d4c));}return globals[_0x1f56c6(0x32b)](_0x174df8['iQFFV'],![]),_0x140298[_0x1f56c6(0x2e5)](this,arguments);};}}catch(_0x1eaebb){logger['debug'](_0x174df8[_0x5331b0(0x2ea)](_0x174df8[_0x5331b0(0x2d3)],_0x1eaebb));}return _0x15142a[_0x5331b0(0x20e)]=_0x15142a['Builder'],_0x15142a[_0x5331b0(0x283)]=_0x56b8f0,_0x13a1a9['HttpClient']=_0x565e1b,_0x15142a;};function a175_0x550e(_0x5748f6,_0x375aed){const _0x31c06a=a175_0x31c0();return a175_0x550e=function(_0x550ee4,_0xb3f715){_0x550ee4=_0x550ee4-0x1f0;let _0x38e8e5=_0x31c06a[_0x550ee4];return _0x38e8e5;},a175_0x550e(_0x5748f6,_0x375aed);}module[a175_0x5c4ac7(0x2ed)][a175_0x5c4ac7(0x263)]=modify,module[a175_0x5c4ac7(0x2ed)][a175_0x5c4ac7(0x357)]=modifyV2,module['exports'][a175_0x5c4ac7(0x33d)]=percySDK,module[a175_0x5c4ac7(0x2ed)][a175_0x5c4ac7(0x271)]=BrowserStackSdk,module[a175_0x5c4ac7(0x2ed)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')[a175_0x5c4ac7(0x313)]();}catch(a175_0x36bdc9){logger[a175_0x5c4ac7(0x2af)]('driver-init\x20capture\x20install\x20failed:\x20'+(a175_0x36bdc9&&a175_0x36bdc9['message']));}module['exports']['_installDriverInitFailureCapture']=require(a175_0x5c4ac7(0x2d2))['installAll'],module[a175_0x5c4ac7(0x2ed)]['TestClient']=require(a175_0x5c4ac7(0x305));
|