browserstack-node-sdk 1.64.1 → 1.64.2
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/ai-sdk-node/bundle.js +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/builderPatch.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/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/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/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/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.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/timeoutPromise.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 a177_0x439c(){const _0x101d32=['QpnBt','env','AZwbM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','OCzSC','SDK_POST_INITIALIZE','LgASk','jiamW','nQjoo','performScan','./helpers/accessibility-automation/scripts','qCXCb','./helpers/accessibility-automation/constants','36yoBUjP','821864EdSLdo','MNhVx','util','url_','getGlobal','setCapabilities','gQyaz','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isTurboScaleSession','https://','MTaga','platform','capabilities_','.browserstack.com','Builder','eNYNd','ypuVG','Unable\x20to\x20find\x20executor\x20class\x20','moz:firefoxOptions','quitCount_','bstack:options','caps_','optimalHubUrl','uRHtW','browserstack.com','./helpers/patchHelpers','browserName','13295192TPYBIK','TGFxj','HoWSa','cQjAp','bnKiq','exports','SDK_PRE_INITIALIZE','MlFiY','FWvTd','_installDriverInitFailureCapture','object','__driver','./bin/playwright/modifyPlaywrightConf','setAdditionalCapabilities','APjBD','./helpers/patchHelper','XhPYU','chromeOptions_','overrideQuit','CAPABILITY_KEY','VgbAt','./helpers/performance/performance-tester','__driversArray','1026XPBvKF','android','shouldWrapCommand','cNimD','getHubUrl','SZpHY','iKsnK','error','EJbTt','bstackA11yShouldScan','RGAdV','parameters_','Hub\x20url\x20set\x20to\x20','info','lRXbt','uxryV','SKMiU','requireHttpClient','IsdFu','DyUXk','yoqgQ','Session\x20ID:\x20','./helpers/percy/utils','isMobilePlatform','__drivers','zBLgS','yTwZJ','kucgh','bmSny','kAbAT','storeOptimalHubUrl','urQXd','parse','JSsiZ','isUndefined','mPUZK','RnioZ','build','geCgr','overrideGet','OBBvT','imYhp','aocfA','ODSdj','aiSdk_framework','format','itSKy','KLAPd','jGVtY','debug','UdGfM','wNIVH','se:ieOptions','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','accessibility','OEjlA','ZZxJr','session_','split','requireSeleniumWebdriver','./helpers/driverInitErrorReporter','./browserStackSdk','setGlobal','BosnI','forEach','isPacProxy','setConfig','winstonLogger','edgeOptions','args','Proxy\x20set\x20to\x20','browserStackGlobals','bxvsQ','sTvQu','browserstackSessionName','Performing\x20scan\x20for\x20','CmQlm','New\x20hub\x20url\x20set\x20to\x20','getRequestOptions','QZkcm','7ZaxkZV','browserStackLogLevel','JUmQp','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','framework','device','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','UxzQP','/session','ybpjf','WbdMs','/wd/hub','prototype','GwbRr','keys','from','includes','browserVersion','562805cwCFsz','BrowserStackSdk','HttpClient','BS_A11Y_JWT','isAccessibilityPlatform','firefoxOptions_','browserstackAgentV2','rUUkd','agent_','authToken','WebElement','PYeHf','iTtTs','IMfoK','IwabX','stopA11yScanning','pushCommand','BROWSERSTACK_TURBOSCALE','afDni','KnFay','./helpers/ai-sdk/aiSdkWrapper','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','push','initializeHealingCapabilities','PuGlQ','length','UCgFt','delete','aiHeal_isAuthenticated','zogcj','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','SvzbJ','170100wRivas','WebDriver','uqODo','AsWZk','uyCgM','PUJmT','safari.options','global','FnbDx','scannerVersion','QoOzT','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','yNmAm','capabilities','jZSyy','concat','__setBrowserOptions','BjdaC','TVkVU','loSGv','warn','setLogLevel','assign','YwDaj','nCxvx','ebsFe','edgeOptions_','mergeDeep','getHttpAgent','set','./helpers/ai-sdk/autoHealHelper','Executor','foQPx','ULkpV','then','proxySettings','requireModule','send','./helpers/accessibility-automation/helper','BIoId','7310VbsBmd','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','execute','./bin/mocha/accessibility-automation/helper','THKar','Modifying\x20webdriver\x20execute','aQhfW','browserstack.accessibilityOptions','RTxvj','TLwkm','saVYw','Modifying\x20webdriver\x20builder','brMMo','JjaCc','getAccessibilityResults','Setting\x20Browserstack\x20capabilities','getServerUrl','PGSaX','13574619jyAkPS','IHNJD','platformName','deviceName','wnNNN','ieOptions_','useW3C','name_','HNuFT','iKfCh','proxy_','prepareCapabilities','pDcWX','FLIay','zEVvZ','SWQTm','installAll','getId','cMIYF','qjKiY','chromeOptions','capability','clceP','TxNPn','options_','HgiPw','PBovk','HElPj','LriMo','wDfoT','PZdWT','proxyUrl','./helpers/percy/PercySDK','ms:edgeOptions','./helpers/globals','pXWcX','dfTrP','NddHz','get','toLowerCase','bVJVD','goog:chromeOptions','SoqUk','jubFJ','setServer','16049580LzaFBY','nJqwT','firefoxOptions','accessibilityOptions','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ydNiY','./helpers/logger','path','getAccessibilityResultsSummary','startA11yScanning','isArray','IyslU','xApTJ','aiSdk_bstackConfig','selenium-webdriver/lib/webdriver.js','measureWrapper','VWQBc','\x20to\x20global\x20drivers\x20array','ieOptions','dWGbG','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','RsXYD','catch','readTcgAuthConfigToGlobal','GAiCW','./hubAllocationMethods','qneJh','safariOptions_','rNzIN','tvLiL','originalBuilder','browserstack.accessibility','QMCsV','ZCCAC','isBrowserstackInfra','GQymd'];a177_0x439c=function(){return _0x101d32;};return a177_0x439c();}const a177_0x2841b9=a177_0x5d0c;(function(_0x5ce220,_0x4fce12){const _0xdfb0a6=a177_0x5d0c,_0x305ef1=_0x5ce220();while(!![]){try{const _0x9b08a7=parseInt(_0xdfb0a6(0x236))/0x1+parseInt(_0xdfb0a6(0x1c5))/0x2*(parseInt(_0xdfb0a6(0x268))/0x3)+-parseInt(_0xdfb0a6(0x19d))/0x4+parseInt(_0xdfb0a6(0x17c))/0x5*(parseInt(_0xdfb0a6(0x235))/0x6)+parseInt(_0xdfb0a6(0x16a))/0x7*(-parseInt(_0xdfb0a6(0x251))/0x8)+parseInt(_0xdfb0a6(0x1d7))/0x9+-parseInt(_0xdfb0a6(0x204))/0xa;if(_0x9b08a7===_0x4fce12)break;else _0x305ef1['push'](_0x305ef1['shift']());}catch(_0x38c3cb){_0x305ef1['push'](_0x305ef1['shift']());}}}(a177_0x439c,0xe6fe5));const util=require(a177_0x2841b9(0x238)),{overrideTakeScreenshot}=require(a177_0x2841b9(0x24f)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a177_0x2841b9(0x1c8)),helper=require('./helpers/helper'),logger=require(a177_0x2841b9(0x20a))[a177_0x2841b9(0x15d)],hubAllocator=require(a177_0x2841b9(0x21d)),percySDK=require(a177_0x2841b9(0x1f7)),percyHelper=require(a177_0x2841b9(0x27e)),BrowserStackSdk=require(a177_0x2841b9(0x157)),modifyPlaywrightConfig=require(a177_0x2841b9(0x25d)),scripts=require(a177_0x2841b9(0x232)),globals=require(a177_0x2841b9(0x1f9)),{commandRepository}=require(a177_0x2841b9(0x1bb)),{aiSdkWrapper}=require(a177_0x2841b9(0x190)),{overrideExecute}=require(a177_0x2841b9(0x260)),PerformanceTester=require(a177_0x2841b9(0x266)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x2841b9(0x1c3)),modify=_0x33a600=>{const _0x92b3ce=a177_0x2841b9,_0x52a71c={'ydNiY':function(_0x4380ce,_0x515320){return _0x4380ce!==_0x515320;},'MlFiY':_0x92b3ce(0x172),'ZZxJr':function(_0x18bc10,_0x4bcf4e){return _0x18bc10+_0x4bcf4e;},'iKfCh':_0x92b3ce(0x23f),'qcnIe':'/wd/hub','rUUkd':_0x92b3ce(0x200),'QoOzT':_0x92b3ce(0x1eb),'geCgr':_0x92b3ce(0x1f8),'TCEEX':_0x92b3ce(0x15e),'IGweH':_0x92b3ce(0x248),'MLcjh':_0x92b3ce(0x206),'aQhfW':_0x92b3ce(0x1a3),'ybpjf':_0x92b3ce(0x14e),'imYhp':_0x92b3ce(0x216),'pDcWX':function(_0x1800a1,_0x1a24f5){return _0x1800a1===_0x1a24f5;},'TBGYt':'object','ySHpn':_0x92b3ce(0x1d4),'RTxvj':function(_0x4b72fd){return _0x4b72fd();},'EnMxO':function(_0x593c77,_0x1235df){return _0x593c77(_0x1235df);},'UCgFt':function(_0x16b7e0){return _0x16b7e0();},'gyBVk':_0x92b3ce(0x24a),'ZFHtD':_0x92b3ce(0x16f),'RGAdV':_0x92b3ce(0x1da),'TGFxj':_0x92b3ce(0x1d9),'RPzXJ':_0x92b3ce(0x241),'bnKiq':_0x92b3ce(0x250),'YwDaj':function(_0x342b06,_0x521aa7){return _0x342b06===_0x521aa7;},'BjdaC':_0x92b3ce(0x269),'RsXYD':'chrome','urQXd':function(_0x18771){return _0x18771();},'GAiCW':_0x92b3ce(0x19a),'HElPj':'isMobilePlatform','iTtTs':_0x92b3ce(0x180),'yoqgQ':function(_0x427c1c,_0x1e7774,_0x3c45e1){return _0x427c1c(_0x1e7774,_0x3c45e1);},'TVkVU':_0x92b3ce(0x223),'APjBD':_0x92b3ce(0x1cc),'DyUXk':_0x92b3ce(0x218),'TxNPn':_0x92b3ce(0x24c),'qneJh':_0x92b3ce(0x191),'LriMo':function(_0x1686fd,_0x243e85,_0x10ee88){return _0x1686fd(_0x243e85,_0x10ee88);},'Ucted':function(_0x2b10d6,_0xbda7c8,_0xb49d2f,_0x56850d,_0x54ddc6){return _0x2b10d6(_0xbda7c8,_0xb49d2f,_0x56850d,_0x54ddc6);},'SoqUk':function(_0x127f02,_0x1396b3){return _0x127f02||_0x1396b3;},'dWGbG':_0x92b3ce(0x271),'VWQBc':'bstackA11yScanOptions','bVJVD':function(_0x583210,_0x5e044f,_0x50600d){return _0x583210(_0x5e044f,_0x50600d);},'aocfA':function(_0x608ad5,_0x570afb,_0x2921ee){return _0x608ad5(_0x570afb,_0x2921ee);},'CmQlm':function(_0x33033c,_0x39dbf5,_0x3f5f03,_0x1109c7,_0x2c39db){return _0x33033c(_0x39dbf5,_0x3f5f03,_0x1109c7,_0x2c39db);},'SKMiU':function(_0x55bccb,_0x30b8f7){return _0x55bccb||_0x30b8f7;},'WbdMs':_0x92b3ce(0x208),'IsdFu':_0x92b3ce(0x1d0)};logger[_0x92b3ce(0x275)](_0x52a71c[_0x92b3ce(0x174)]),logger[_0x92b3ce(0x14b)](_0x52a71c[_0x92b3ce(0x27a)]);const _0xf7adde=helper[_0x92b3ce(0x155)](),_0x5d6c8d=helper[_0x92b3ce(0x279)]();class _0x1bd2af extends _0x5d6c8d['HttpClient']{['send'](_0x5194dc){const _0x5f0e22=_0x92b3ce;if(_0x52a71c[_0x5f0e22(0x209)](_0x5194dc['path'],_0x52a71c[_0x5f0e22(0x258)]))try{const _0x5b2fab=_0x5194dc[_0x5f0e22(0x20b)][_0x5f0e22(0x154)]('/')[0x2];if(_0x5b2fab){const _0x9b628c=hubAllocator['consumeHubUrlForSession'](_0x5b2fab);if(_0x9b628c){const _0x263e34=_0x52a71c['ZZxJr'](_0x52a71c[_0x5f0e22(0x152)](_0x52a71c[_0x5f0e22(0x1e0)],_0x9b628c),_0x52a71c['qcnIe']);this[_0x5f0e22(0x1ef)]=hubAllocator['getRequestOptions'](_0x263e34),logger[_0x5f0e22(0x14b)](_0x5f0e22(0x167)+_0x263e34);}}}catch(_0x548eab){logger[_0x5f0e22(0x26f)](_0x548eab);}return super[_0x5f0e22(0x1c2)](_0x5194dc);}}class _0x45fcab extends _0xf7adde[_0x92b3ce(0x244)]{[_0x92b3ce(0x1ad)](_0x51e4e5){const _0x5dbe33=_0x92b3ce;let _0x5ada0f={};for(const _0x4d5128 in _0x51e4e5){switch(_0x4d5128){case _0x52a71c[_0x5dbe33(0x183)]:case _0x52a71c[_0x5dbe33(0x1a7)]:this[_0x5dbe33(0x262)]&&(_0x5ada0f=this[_0x5dbe33(0x262)][_0x5dbe33(0x1fd)](this[_0x5dbe33(0x262)][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x262)]['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c[_0x5dbe33(0x140)]:case _0x52a71c['TCEEX']:this['edgeOptions_']&&(_0x5ada0f=this[_0x5dbe33(0x1b7)][_0x5dbe33(0x1fd)](this[_0x5dbe33(0x1b7)][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x1b7)]['set'](this[_0x5dbe33(0x1b7)][_0x5dbe33(0x264)],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c['IGweH']:case _0x52a71c['MLcjh']:this[_0x5dbe33(0x181)]&&(_0x5ada0f=this['firefoxOptions_'][_0x5dbe33(0x1fd)](this['firefoxOptions_'][_0x5dbe33(0x264)])||{},this['firefoxOptions_']['set'](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c[_0x5dbe33(0x1cb)]:this['safariOptions_']&&(_0x5ada0f=this[_0x5dbe33(0x21f)][_0x5dbe33(0x1fd)](this[_0x5dbe33(0x21f)][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x21f)][_0x5dbe33(0x1ba)](this[_0x5dbe33(0x21f)][_0x5dbe33(0x264)],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;case _0x52a71c[_0x5dbe33(0x173)]:case _0x52a71c[_0x5dbe33(0x143)]:this[_0x5dbe33(0x1dc)]&&(_0x5ada0f=this[_0x5dbe33(0x1dc)][_0x5dbe33(0x1fd)](this['ieOptions_'][_0x5dbe33(0x264)])||{},this[_0x5dbe33(0x1dc)][_0x5dbe33(0x1ba)](this[_0x5dbe33(0x1dc)]['CAPABILITY_KEY'],helper[_0x5dbe33(0x1b8)](_0x5ada0f,_0x51e4e5[_0x4d5128])));break;}}}[_0x92b3ce(0x203)](){const _0x31ebe2=_0x92b3ce;return this[_0x31ebe2(0x239)]=helper[_0x31ebe2(0x26c)](_0x33a600),logger['debug'](_0x31ebe2(0x274)+this[_0x31ebe2(0x239)]),this;}[_0x92b3ce(0x23b)](){const _0x485baa=_0x92b3ce;return logger[_0x485baa(0x14b)](_0x52a71c['ySHpn']),this[_0x485baa(0x1ad)](_0x33a600[_0x485baa(0x1ec)]),Object[_0x485baa(0x178)](_0x33a600[_0x485baa(0x1ec)])[_0x485baa(0x15a)](_0x20c02b=>{const _0xa38c6f=_0x485baa,_0x2b726b=this[_0xa38c6f(0x242)][_0xa38c6f(0x1fd)](_0x20c02b);_0x52a71c[_0xa38c6f(0x1e3)](typeof _0x2b726b,_0x52a71c['TBGYt'])?this['capabilities_'][_0xa38c6f(0x1ba)](_0x20c02b,helper['mergeDeep'](_0x2b726b,_0x33a600[_0xa38c6f(0x1ec)][_0x20c02b])):this[_0xa38c6f(0x242)]['set'](_0x20c02b,_0x33a600[_0xa38c6f(0x1ec)][_0x20c02b]);}),this;}['build'](){const _0x1a03d0=_0x92b3ce,_0x4c3a40={'MNhVx':function(_0x4c0a35,_0x2933eb,_0x36d984){const _0x2e6509=a177_0x5d0c;return _0x52a71c[_0x2e6509(0x144)](_0x4c0a35,_0x2933eb,_0x36d984);},'FLIay':function(_0x3fa378,_0xbda08d,_0x58bcb5,_0x2c4cc2,_0x506ebb){const _0x1b2c49=a177_0x5d0c;return _0x52a71c[_0x1b2c49(0x166)](_0x3fa378,_0xbda08d,_0x58bcb5,_0x2c4cc2,_0x506ebb);},'CMoZH':function(_0x1c9407,_0x167693){const _0x527502=a177_0x5d0c;return _0x52a71c[_0x527502(0x201)](_0x1c9407,_0x167693);},'rdIRU':_0x52a71c[_0x1a03d0(0x217)],'OBBvT':_0x52a71c[_0x1a03d0(0x214)],'EJbTt':function(_0x248120,_0x17f137){const _0x2cc8f5=_0x1a03d0;return _0x52a71c[_0x2cc8f5(0x278)](_0x248120,_0x17f137);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x1a03d0(0x257)],()=>{const _0x5b64ef=_0x1a03d0;_0x52a71c[_0x5b64ef(0x1cd)](isAccessibilityAutomationSession)&&_0x52a71c['EnMxO'](setAccessibilityCapabilities,_0x33a600);this[_0x5b64ef(0x203)](),this['setCapabilities']();if(helper[_0x5b64ef(0x15b)](_0x33a600['proxySettings'][_0x5b64ef(0x1f6)]))this[_0x5b64ef(0x184)]=helper[_0x5b64ef(0x1b9)](_0x33a600[_0x5b64ef(0x1c0)]['proxyUrl']);else _0x33a600['proxySettings']['proxyUrl']&&(this[_0x5b64ef(0x1e1)]=_0x33a600[_0x5b64ef(0x1c0)]['proxyUrl'],logger[_0x5b64ef(0x14b)](_0x5b64ef(0x160)+this[_0x5b64ef(0x1e1)]));if(_0x52a71c[_0x5b64ef(0x196)](isAccessibilityAutomationSession)){const _0x438828=this[_0x5b64ef(0x242)]['get'](_0x52a71c['gyBVk'])||{},_0x1e6d84=_0x438828[_0x5b64ef(0x1da)]||this['capabilities_'][_0x5b64ef(0x1fd)](_0x52a71c['ZFHtD'])||this[_0x5b64ef(0x242)][_0x5b64ef(0x1fd)](_0x52a71c[_0x5b64ef(0x272)]);if(_0x1e6d84){const _0x2be1b1=(_0x438828[_0x5b64ef(0x1d9)]||_0x438828[_0x5b64ef(0x241)]||this['capabilities_']['get'](_0x52a71c[_0x5b64ef(0x252)])||this[_0x5b64ef(0x242)][_0x5b64ef(0x1fd)](_0x52a71c['RPzXJ'])||'')['toLowerCase'](),_0x36ff2c=(_0x438828[_0x5b64ef(0x250)]||this[_0x5b64ef(0x242)][_0x5b64ef(0x1fd)](_0x52a71c[_0x5b64ef(0x255)])||'')[_0x5b64ef(0x1fe)]();_0x52a71c[_0x5b64ef(0x1b4)](_0x2be1b1,_0x52a71c[_0x5b64ef(0x1ae)])&&_0x36ff2c['includes'](_0x52a71c[_0x5b64ef(0x219)])&&(_0x52a71c[_0x5b64ef(0x139)](isMobileScanningEnabledForGroup)&&(logger[_0x5b64ef(0x14b)](_0x52a71c[_0x5b64ef(0x21c)]),globals[_0x5b64ef(0x158)](_0x52a71c[_0x5b64ef(0x1f2)],!![])));}}if(globals[_0x5b64ef(0x23a)](_0x52a71c[_0x5b64ef(0x188)])){if(!_0x52a71c[_0x5b64ef(0x27c)](setExtension,this,_0x33a600)){globals[_0x5b64ef(0x158)](_0x52a71c[_0x5b64ef(0x188)],![]);const _0x39460e=this[_0x5b64ef(0x242)]['get'](_0x52a71c['gyBVk']);_0x39460e&&(_0x39460e[_0x5b64ef(0x150)]=![],delete _0x39460e['accessibilityOptions'],this[_0x5b64ef(0x242)][_0x5b64ef(0x1ba)](_0x52a71c['gyBVk'],_0x39460e)),this['capabilities_'][_0x5b64ef(0x1fd)](_0x52a71c['TVkVU'])&&(this[_0x5b64ef(0x242)][_0x5b64ef(0x1ba)](_0x52a71c[_0x5b64ef(0x1af)],![]),this[_0x5b64ef(0x242)]['delete'](_0x52a71c[_0x5b64ef(0x25f)]));}}(!helper[_0x5b64ef(0x226)]()||helper[_0x5b64ef(0x23e)](_0x33a600))&&helper[_0x5b64ef(0x1e2)](null,helper[_0x5b64ef(0x1dd)](_0x33a600),_0x33a600[_0x5b64ef(0x16e)],null,this,null),helper['setAdditionalCapabilities'](_0x33a600['capability']),logger['debug'](_0x52a71c[_0x5b64ef(0x27b)]);})();const _0x57c312=super[_0x1a03d0(0x13f)]();return PerformanceTester[_0x1a03d0(0x213)](PerformanceEvents[_0x1a03d0(0x22d)],()=>{const _0x57bd8d=_0x1a03d0,_0x13f994={'QBdSn':_0x52a71c[_0x57bd8d(0x1ee)],'ypuVG':_0x52a71c[_0x57bd8d(0x21e)],'JjaCc':function(_0xdc88b4,_0x4c1d0b,_0x47bad1){const _0x5420ef=_0x57bd8d;return _0x52a71c[_0x5420ef(0x1f3)](_0xdc88b4,_0x4c1d0b,_0x47bad1);},'PYeHf':function(_0x31cc6f,_0x397da5,_0x12b04f,_0xe4d49a,_0x564d55){return _0x52a71c['Ucted'](_0x31cc6f,_0x397da5,_0x12b04f,_0xe4d49a,_0x564d55);},'brMMo':function(_0x5337f3,_0x18bd52){const _0x131bea=_0x57bd8d;return _0x52a71c[_0x131bea(0x201)](_0x5337f3,_0x18bd52);},'qjKiY':_0x52a71c[_0x57bd8d(0x217)],'itSKy':_0x52a71c[_0x57bd8d(0x214)],'lFxRe':function(_0x54ce4e,_0x57331c,_0x2c15ab){return _0x52a71c['LriMo'](_0x54ce4e,_0x57331c,_0x2c15ab);}};_0x57c312[_0x57bd8d(0x153)][_0x57bd8d(0x1bf)](_0x576437=>{const _0x42bc31=_0x57bd8d;try{const _0x59a1ee=_0x576437[_0x42bc31(0x24b)][_0x42bc31(0x1fd)](_0x13f994['QBdSn']);_0x59a1ee?(logger[_0x42bc31(0x14b)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x59a1ee),hubAllocator['updateHubUrl'](_0x59a1ee,_0x576437['getId']()),helper[_0x42bc31(0x138)](_0x59a1ee)):logger[_0x42bc31(0x14b)](_0x13f994[_0x42bc31(0x246)]);}catch(_0x397081){logger[_0x42bc31(0x14b)](_0x42bc31(0x1c6)+_0x397081);}}),_0x57c312[_0x57bd8d(0x1bf)]&&_0x57c312[_0x57bd8d(0x1bf)](_0xf4a2ac=>{const _0x529c99=_0x57bd8d,_0x52df75={'SRNub':function(_0x314a3f,_0x4fb53b,_0x44ae73){const _0x3cee9a=a177_0x5d0c;return _0x13f994[_0x3cee9a(0x1d2)](_0x314a3f,_0x4fb53b,_0x44ae73);},'FWvTd':function(_0x234aea,_0x5a252c,_0x5b4b3e){const _0x9356f4=a177_0x5d0c;return _0x13f994[_0x9356f4(0x1d2)](_0x234aea,_0x5a252c,_0x5b4b3e);},'wNIVH':function(_0x10ddd7,_0x5e5103,_0x4325e5,_0x110656,_0x587902){const _0x5ec5e4=a177_0x5d0c;return _0x13f994[_0x5ec5e4(0x187)](_0x10ddd7,_0x5e5103,_0x4325e5,_0x110656,_0x587902);},'VitJg':function(_0x38fc9e,_0x275a11){const _0x2108a0=a177_0x5d0c;return _0x13f994[_0x2108a0(0x1d1)](_0x38fc9e,_0x275a11);},'gQyaz':_0x13f994[_0x529c99(0x1ea)],'xApTJ':_0x13f994['itSKy'],'BIoId':function(_0x50e6b0,_0x1b2ff2){return _0x13f994['brMMo'](_0x50e6b0,_0x1b2ff2);}};helper[_0x529c99(0x141)](_0xf4a2ac,_0x33a600),_0x13f994['lFxRe'](overrideExecute,_0xf4a2ac,_0x33a600),_0xf4a2ac[_0x529c99(0x20c)]=async()=>{return await _0x52df75['SRNub'](getAccessibilityResultsSummary,_0xf4a2ac,global);},_0xf4a2ac[_0x529c99(0x1d3)]=async()=>{const _0x1c2b2b=_0x529c99;return await _0x52df75[_0x1c2b2b(0x259)](getAccessibilityResults,_0xf4a2ac,global);},_0xf4a2ac[_0x529c99(0x231)]=async _0x125911=>{const _0x1ff954=_0x529c99;return await _0x52df75[_0x1ff954(0x14d)](performScan,_0xf4a2ac,null,!![],_0x52df75['VitJg'](_0x125911,null));},_0xf4a2ac[_0x529c99(0x20d)]=async _0x56bf64=>{const _0x1b5505=_0x529c99;globals[_0x1b5505(0x158)](_0x52df75['gQyaz'],!![]),globals[_0x1b5505(0x158)](_0x52df75[_0x1b5505(0x210)],_0x52df75[_0x1b5505(0x1c4)](_0x56bf64,null));},_0xf4a2ac[_0x529c99(0x18b)]=async()=>{const _0x13f2c4=_0x529c99;globals['setGlobal'](_0x52df75[_0x13f2c4(0x23c)],![]),globals['setGlobal'](_0x52df75[_0x13f2c4(0x210)],null);};}),_0x57c312[_0x57bd8d(0x20c)]=async()=>{return await _0x4c3a40['MNhVx'](getAccessibilityResultsSummary,_0x57c312,global);},_0x57c312[_0x57bd8d(0x1d3)]=async()=>{const _0x43ad37=_0x57bd8d;return await _0x4c3a40[_0x43ad37(0x237)](getAccessibilityResults,_0x57c312,global);},_0x57c312[_0x57bd8d(0x231)]=async _0x3e88c1=>{const _0x143c11=_0x57bd8d;return await _0x4c3a40[_0x143c11(0x1e4)](performScan,_0x57c312,null,!![],_0x4c3a40['CMoZH'](_0x3e88c1,null));},_0x57c312['startA11yScanning']=async _0x29240c=>{const _0x593ec5=_0x57bd8d;globals[_0x593ec5(0x158)](_0x4c3a40['rdIRU'],!![]),globals[_0x593ec5(0x158)](_0x4c3a40[_0x593ec5(0x142)],_0x4c3a40[_0x593ec5(0x270)](_0x29240c,null));},_0x57c312[_0x57bd8d(0x18b)]=async()=>{const _0x34141a=_0x57bd8d;globals[_0x34141a(0x158)](_0x13f994[_0x34141a(0x1ea)],![]),globals[_0x34141a(0x158)](_0x13f994[_0x34141a(0x148)],null);},helper[_0x57bd8d(0x141)](_0x57c312,_0x33a600),_0x52a71c[_0x57bd8d(0x1ff)](overrideExecute,_0x57c312,_0x33a600),helper[_0x57bd8d(0x13c)](global[_0x57bd8d(0x267)])&&(global[_0x57bd8d(0x267)]=[]),global['__driversArray'][_0x57bd8d(0x192)](_0x57c312);})(),_0x57c312;}}_0xf7adde[_0x92b3ce(0x222)]=_0xf7adde[_0x92b3ce(0x244)],_0xf7adde[_0x92b3ce(0x244)]=_0x45fcab,_0x5d6c8d['HttpClient']=_0x1bd2af;},propagateJestSessionName=(_0x2bfa4d,_0x95a2ea,_0x485751='')=>{const _0x3b9add=a177_0x2841b9,_0x2e8114={};_0x2e8114[_0x3b9add(0x202)]=_0x3b9add(0x19b);const _0x2184cd=_0x2e8114;_0x95a2ea&&_0x95a2ea[_0x3b9add(0x1a4)]&&_0x95a2ea[_0x3b9add(0x1a4)][_0x3b9add(0x164)]&&helper[_0x3b9add(0x13c)](_0x2bfa4d['browserstackSessionName'])&&(_0x2bfa4d[_0x3b9add(0x164)]=_0x95a2ea['global'][_0x3b9add(0x164)],logger[_0x3b9add(0x14b)](util[_0x3b9add(0x147)](_0x2184cd[_0x3b9add(0x202)],_0x485751?'\x20'+_0x485751:'',_0x2bfa4d[_0x3b9add(0x164)])));},modifyV2=(_0x3135ec,_0x1ba906=null,_0x152c69=![])=>{const _0x57bc78=a177_0x2841b9,_0x49801b={'uqODo':function(_0x9c3a24,_0x38c14c){return _0x9c3a24!==_0x38c14c;},'PZdWT':'/session','TLwkm':function(_0x28403c,_0x500379){return _0x28403c+_0x500379;},'loSGv':_0x57bc78(0x23f),'SWOGB':_0x57bc78(0x175),'iKsnK':_0x57bc78(0x198),'AsWZk':'aiHeal_isHealingEnabled','ZCCAC':_0x57bc78(0x200),'XYMVI':_0x57bc78(0x1eb),'QxpkR':_0x57bc78(0x1f8),'zogcj':_0x57bc78(0x15e),'bbXjK':_0x57bc78(0x248),'RnioZ':_0x57bc78(0x206),'VdQMe':'safari.options','ULkpV':'se:ieOptions','FnbDx':_0x57bc78(0x216),'tYLme':function(_0x32390a,_0x3a811d){return _0x32390a===_0x3a811d;},'uyCgM':_0x57bc78(0x25b),'eNYNd':_0x57bc78(0x1d4),'AZwbM':function(_0x528960,_0x58d7d1){return _0x528960>_0x58d7d1;},'SvzbJ':function(_0x169995){return _0x169995();},'cMIYF':function(_0x19a00b,_0x1f5b38){return _0x19a00b(_0x1f5b38);},'IMfoK':_0x57bc78(0x24a),'jZSyy':_0x57bc78(0x16f),'SZpHY':'deviceName','ODSdj':_0x57bc78(0x1d9),'PUJmT':'platform','cQjAp':'browserName','saVYw':function(_0x41fd81,_0x393e08){return _0x41fd81===_0x393e08;},'OCzSC':_0x57bc78(0x269),'OEjlA':'chrome','kAbAT':_0x57bc78(0x19a),'NddHz':_0x57bc78(0x27f),'nJqwT':_0x57bc78(0x180),'HoWSa':function(_0x5f3244,_0xbcdd2a,_0x5a9da2){return _0x5f3244(_0xbcdd2a,_0x5a9da2);},'GQymd':_0x57bc78(0x223),'JUmQp':_0x57bc78(0x1cc),'ZczJt':_0x57bc78(0x218),'GHewR':_0x57bc78(0x24e),'yNmAm':function(_0xbfc308,_0x5f5522){return _0xbfc308===_0x5f5522;},'mPUZK':function(_0x55d3cf){return _0x55d3cf();},'LgASk':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','CyPDp':_0x57bc78(0x17b),'TWVmH':function(_0x42fd11,_0xe53344){return _0x42fd11(_0xe53344);},'qCXCb':_0x57bc78(0x234),'wnNNN':function(_0x55e616,_0x5eddb2){return _0x55e616(_0x5eddb2);},'LGYmE':function(_0x38b495,_0x35c222){return _0x38b495(_0x35c222);},'UepzU':function(_0x141fc0,_0x103917){return _0x141fc0<_0x103917;},'afDni':function(_0x280973,_0x3ee7db){return _0x280973(_0x3ee7db);},'BosnI':function(_0x3c6f4d,_0x2b69db){return _0x3c6f4d!==_0x2b69db;},'MTaga':function(_0x1b7bc8,_0x2ae87c){return _0x1b7bc8||_0x2ae87c;},'UxzQP':function(_0x5b4f52,_0x12039a){return _0x5b4f52(_0x12039a);},'BYyiH':_0x57bc78(0x1a8),'JFRDk':function(_0x329561,_0x2b9a00){return _0x329561===_0x2b9a00;},'IijhH':_0x57bc78(0x146),'IwabX':'jest','uxryV':_0x57bc78(0x211),'kucgh':_0x57bc78(0x243),'VgbAt':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','sTvQu':_0x57bc78(0x24c),'XhPYU':_0x57bc78(0x191),'uRHtW':function(_0x524189,_0x5b4677,_0x285b80){return _0x524189(_0x5b4677,_0x285b80);},'QMCsV':function(_0x24949a,_0x9c69ef,_0x112cf3,_0x5c2c68,_0x1e1295){return _0x24949a(_0x9c69ef,_0x112cf3,_0x5c2c68,_0x1e1295);},'yhgmd':function(_0x30208f,_0x21aa83){return _0x30208f||_0x21aa83;},'GwbRr':'bstackA11yShouldScan','IHNJD':'bstackA11yScanOptions','HNuFT':function(_0x2c3057,_0xcef08b){return _0x2c3057(_0xcef08b);},'zBLgS':function(_0x5d1cbd,_0x48a0f4,_0x2e3b63,_0x295c97){return _0x5d1cbd(_0x48a0f4,_0x2e3b63,_0x295c97);},'SPTKc':'(sync)','yTwZJ':function(_0x37456e,_0x8c5ca){return _0x37456e!==_0x8c5ca;},'tRlKV':function(_0x11be2c,_0x32a3e1){return _0x11be2c!==_0x32a3e1;},'IyslU':function(_0x3eb2f1,_0x571c91,_0xde865b){return _0x3eb2f1(_0x571c91,_0xde865b);},'rNzIN':function(_0x50dbdd,_0xfcec75){return _0x50dbdd(_0xfcec75);},'sIOgN':function(_0x317afd,_0x270ec6){return _0x317afd||_0x270ec6;},'clceP':'bstackAllyScanning','rnjaM':function(_0x664f3,_0x34ff5d){return _0x664f3(_0x34ff5d);},'PuGlQ':function(_0x22e6fa,_0x5ad848,_0x24fb2a){return _0x22e6fa(_0x5ad848,_0x24fb2a);},'KnFay':_0x57bc78(0x208),'dfTrP':_0x57bc78(0x1d0),'QpnBt':_0x57bc78(0x212),'foQPx':'selenium-webdriver','nQjoo':'selenium-webdriver/lib/http.js','lRXbt':_0x57bc78(0x1ca),'OPSQr':_0x57bc78(0x247)},_0x28676c=helper[_0x57bc78(0x279)]();let _0x3673d2;try{_0x3673d2=helper['requireSeleniumWebdriver'](),_0x3673d2[_0x57bc78(0x222)]&&(_0x3673d2[_0x57bc78(0x244)]=_0x3673d2['originalBuilder']);}catch(_0x317266){return;}if(helper[_0x57bc78(0x226)]()){const _0x285586={};_0x285586['logLevel']=_0x3135ec[_0x57bc78(0x16b)],helper[_0x57bc78(0x1b2)](_0x285586,new Map(),new Map()),logger[_0x57bc78(0x275)](_0x49801b[_0x57bc78(0x18f)]),logger[_0x57bc78(0x14b)](_0x49801b[_0x57bc78(0x1fb)]);}class _0x5dc20a extends _0x28676c['HttpClient']{[_0x57bc78(0x1c2)](_0xfd6698){const _0xbb31a2=_0x57bc78;if(_0x49801b[_0xbb31a2(0x19f)](_0xfd6698['path'],_0x49801b[_0xbb31a2(0x1f5)]))try{const _0x21410a=_0xfd6698[_0xbb31a2(0x20b)]['split']('/')[0x2];if(_0x21410a){const _0x2d2a69=hubAllocator['consumeHubUrlForSession'](_0x21410a);if(_0x2d2a69){const _0x10765f=_0x49801b[_0xbb31a2(0x1ce)](_0x49801b['TLwkm'](_0x49801b[_0xbb31a2(0x1b0)],_0x2d2a69),_0x49801b['SWOGB']);this[_0xbb31a2(0x1ef)]=hubAllocator[_0xbb31a2(0x168)](_0x10765f),logger['debug'](_0xbb31a2(0x167)+_0x10765f);}}}catch(_0x44ea71){logger['error'](_0x44ea71);}if(globals['getGlobal'](_0x49801b['iKsnK'])&&globals[_0xbb31a2(0x23a)](_0x49801b[_0xbb31a2(0x1a0)])){const _0xabfe3e=_0xfd6698[_0xbb31a2(0x20b)][_0xbb31a2(0x154)]('/')[0x2];_0xabfe3e&&commandRepository[_0xbb31a2(0x18c)](_0xabfe3e,_0xfd6698);}return super['send'](_0xfd6698);}}class _0x49d551 extends _0x3673d2[_0x57bc78(0x244)]{[_0x57bc78(0x203)](){const _0x568476=_0x57bc78;return helper['isBrowserstackInfra']()&&(this[_0x568476(0x239)]=helper[_0x568476(0x26c)](_0x3135ec)),this;}[_0x57bc78(0x1ad)](_0xf7aa3){const _0x21c5e1=_0x57bc78;let _0xabc486={};for(const _0x5577bd in _0xf7aa3){switch(_0x5577bd){case _0x49801b[_0x21c5e1(0x225)]:case _0x49801b['XYMVI']:this[_0x21c5e1(0x262)]&&(_0xabc486=this['chromeOptions_']['get'](this[_0x21c5e1(0x262)]['CAPABILITY_KEY'])||{},this[_0x21c5e1(0x262)][_0x21c5e1(0x1ba)](this[_0x21c5e1(0x262)][_0x21c5e1(0x264)],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b['QxpkR']:case _0x49801b[_0x21c5e1(0x199)]:this[_0x21c5e1(0x1b7)]&&(_0xabc486=this[_0x21c5e1(0x1b7)]['get'](this[_0x21c5e1(0x1b7)][_0x21c5e1(0x264)])||{},this[_0x21c5e1(0x1b7)][_0x21c5e1(0x1ba)](this[_0x21c5e1(0x1b7)][_0x21c5e1(0x264)],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b['bbXjK']:case _0x49801b[_0x21c5e1(0x13e)]:this[_0x21c5e1(0x181)]&&(_0xabc486=this[_0x21c5e1(0x181)]['get'](this[_0x21c5e1(0x181)]['CAPABILITY_KEY'])||{},this[_0x21c5e1(0x181)]['set'](this['firefoxOptions_'][_0x21c5e1(0x264)],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b['VdQMe']:this[_0x21c5e1(0x21f)]&&(_0xabc486=this[_0x21c5e1(0x21f)]['get'](this[_0x21c5e1(0x21f)][_0x21c5e1(0x264)])||{},this[_0x21c5e1(0x21f)][_0x21c5e1(0x1ba)](this[_0x21c5e1(0x21f)]['CAPABILITY_KEY'],helper[_0x21c5e1(0x1b8)](_0xabc486,_0xf7aa3[_0x5577bd])));break;case _0x49801b[_0x21c5e1(0x1be)]:case _0x49801b[_0x21c5e1(0x1a5)]:this[_0x21c5e1(0x1dc)]&&(_0xabc486=this[_0x21c5e1(0x1dc)][_0x21c5e1(0x1fd)](this[_0x21c5e1(0x1dc)][_0x21c5e1(0x264)])||{},this[_0x21c5e1(0x1dc)][_0x21c5e1(0x1ba)](this['ieOptions_'][_0x21c5e1(0x264)],helper['mergeDeep'](_0xabc486,_0xf7aa3[_0x5577bd])));break;}}}[_0x57bc78(0x23b)](){const _0x51a434=_0x57bc78,_0x376505={'UdGfM':function(_0x444e72,_0x4ce6e9){return _0x49801b['tYLme'](_0x444e72,_0x4ce6e9);},'mJnTl':_0x49801b[_0x51a434(0x1a1)]};logger[_0x51a434(0x14b)](_0x49801b[_0x51a434(0x245)]);const _0x27aa0c=_0x3135ec['capability']&&_0x49801b[_0x51a434(0x22a)](Object[_0x51a434(0x178)](_0x3135ec[_0x51a434(0x1ec)])[_0x51a434(0x195)],0x0)?_0x3135ec[_0x51a434(0x1ec)]:_0x3135ec[_0x51a434(0x1aa)]&&Array[_0x51a434(0x20e)](_0x3135ec[_0x51a434(0x1aa)])&&_0x49801b[_0x51a434(0x22a)](_0x3135ec[_0x51a434(0x1aa)]['length'],0x0)?_0x3135ec[_0x51a434(0x1aa)][0x0]:{};return this[_0x51a434(0x1ad)](_0x27aa0c),Object[_0x51a434(0x178)](_0x27aa0c)[_0x51a434(0x15a)](_0x5176d0=>{const _0x571799=_0x51a434,_0x439294=this[_0x571799(0x242)][_0x571799(0x1fd)](_0x5176d0);_0x376505[_0x571799(0x14c)](typeof _0x439294,_0x376505['mJnTl'])?this[_0x571799(0x242)]['set'](_0x5176d0,helper[_0x571799(0x1b8)](_0x439294,_0x27aa0c[_0x5176d0])):this[_0x571799(0x242)][_0x571799(0x1ba)](_0x5176d0,_0x27aa0c[_0x5176d0]);}),this;}['build'](){const _0x19f2a8=_0x57bc78,_0x434e2b={'jGVtY':function(_0x222e57){const _0x514dd1=a177_0x5d0c;return _0x49801b[_0x514dd1(0x19c)](_0x222e57);},'bmSny':function(_0x321f61,_0x53f816,_0x4484c1){return _0x49801b['uRHtW'](_0x321f61,_0x53f816,_0x4484c1);},'hATXZ':_0x49801b[_0x19f2a8(0x205)],'HgiPw':_0x49801b[_0x19f2a8(0x189)],'KLAPd':_0x49801b[_0x19f2a8(0x227)],'QZkcm':_0x49801b[_0x19f2a8(0x16c)],'jiamW':function(_0x4a508b,_0x312471,_0x27bafc){const _0x46af9f=_0x19f2a8;return _0x49801b[_0x46af9f(0x20f)](_0x4a508b,_0x312471,_0x27bafc);},'EHShp':function(_0x351f62,_0x5664e9){const _0x29f933=_0x19f2a8;return _0x49801b[_0x29f933(0x220)](_0x351f62,_0x5664e9);},'PBovk':function(_0x2ecb20,_0x4b5ec0,_0x1a2ef2){return _0x49801b['uRHtW'](_0x2ecb20,_0x4b5ec0,_0x1a2ef2);},'cNimD':function(_0x477e09,_0x1f6572,_0x15bdc1,_0x11b1e2,_0x1b4d63){const _0x1f7131=_0x19f2a8;return _0x49801b[_0x1f7131(0x224)](_0x477e09,_0x1f6572,_0x15bdc1,_0x11b1e2,_0x1b4d63);},'zEVvZ':function(_0x44a9bd,_0x4a6673){return _0x49801b['sIOgN'](_0x44a9bd,_0x4a6673);},'pXWcX':_0x49801b['GwbRr'],'wDfoT':_0x49801b[_0x19f2a8(0x1d8)]};PerformanceTester[_0x19f2a8(0x213)](PerformanceEvents[_0x19f2a8(0x257)],()=>{const _0x1b795d=_0x19f2a8;if(helper[_0x1b795d(0x226)]()){helper[_0x1b795d(0x25e)](_0x3135ec['capability']);_0x49801b[_0x1b795d(0x19c)](isAccessibilityAutomationSession)&&_0x49801b[_0x1b795d(0x1e9)](setAccessibilityCapabilities,_0x3135ec);this['setServer'](),this[_0x1b795d(0x23b)]();if(helper[_0x1b795d(0x15b)](_0x3135ec[_0x1b795d(0x1c0)][_0x1b795d(0x1f6)]))this[_0x1b795d(0x184)]=helper[_0x1b795d(0x1b9)](_0x3135ec['proxySettings']['proxyUrl']);else _0x3135ec['proxySettings']['proxyUrl']&&(this[_0x1b795d(0x1e1)]=_0x3135ec[_0x1b795d(0x1c0)][_0x1b795d(0x1f6)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x1b795d(0x1e1)]));if(_0x49801b[_0x1b795d(0x19c)](isAccessibilityAutomationSession)){const _0x5a859a=this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x189)])||{},_0x426cc9=_0x5a859a[_0x1b795d(0x1da)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x1ab)])||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x26d)]);if(_0x426cc9){const _0x32194e=(_0x5a859a[_0x1b795d(0x1d9)]||_0x5a859a[_0x1b795d(0x241)]||this[_0x1b795d(0x242)]['get'](_0x49801b[_0x1b795d(0x145)])||this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x1a2)])||'')[_0x1b795d(0x1fe)](),_0x2de64c=(_0x5a859a[_0x1b795d(0x250)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x254)])||'')['toLowerCase']();_0x49801b[_0x1b795d(0x1cf)](_0x32194e,_0x49801b[_0x1b795d(0x22c)])&&_0x2de64c[_0x1b795d(0x17a)](_0x49801b[_0x1b795d(0x151)])&&(_0x49801b[_0x1b795d(0x19c)](isMobileScanningEnabledForGroup)&&(logger[_0x1b795d(0x14b)](_0x49801b[_0x1b795d(0x137)]),globals[_0x1b795d(0x158)](_0x49801b[_0x1b795d(0x1fc)],!![])));}}if(globals[_0x1b795d(0x23a)](_0x49801b[_0x1b795d(0x205)])){if(!_0x49801b['HoWSa'](setExtension,this,_0x3135ec)){globals['setGlobal'](_0x49801b[_0x1b795d(0x205)],![]);const _0x531906=this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['IMfoK']);_0x531906&&(_0x531906[_0x1b795d(0x150)]=![],delete _0x531906['accessibilityOptions'],this['capabilities_'][_0x1b795d(0x1ba)](_0x49801b['IMfoK'],_0x531906)),this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x227)])&&(this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x227)],![]),this[_0x1b795d(0x242)][_0x1b795d(0x197)](_0x49801b[_0x1b795d(0x16c)]));}}process[_0x1b795d(0x229)][_0x1b795d(0x18d)]&&(helper[_0x1b795d(0x1e2)](null,helper[_0x1b795d(0x1dd)](_0x3135ec),_0x3135ec[_0x1b795d(0x16e)],null,this,null),helper[_0x1b795d(0x25e)](_0x3135ec[_0x1b795d(0x1ec)]),helper[_0x1b795d(0x21b)]()),logger[_0x1b795d(0x14b)](_0x49801b['ZczJt']);}else{if(this[_0x1b795d(0x262)]){const _0x4dc96f=this['chromeOptions_'][_0x1b795d(0x1fd)](this[_0x1b795d(0x262)][_0x1b795d(0x264)]||_0x49801b[_0x1b795d(0x225)]);if(_0x4dc96f&&_0x4dc96f[_0x1b795d(0x15f)]){const _0x132f71=this['capabilities_']['get'](_0x49801b[_0x1b795d(0x225)])||{},_0x5e37c9=(_0x132f71[_0x1b795d(0x15f)]||[])[_0x1b795d(0x1ac)](_0x4dc96f['args']||[]),_0x29d874=Array[_0x1b795d(0x179)](new Set(_0x5e37c9)),_0x5de8e5={};_0x5de8e5['args']=_0x29d874,this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x225)],Object[_0x1b795d(0x1b3)]({},_0x132f71,_0x4dc96f,_0x5de8e5));}}helper[_0x1b795d(0x21b)]();if(_0x49801b['SvzbJ'](isAccessibilityAutomationSession)&&this[_0x1b795d(0x1d5)]()[_0x1b795d(0x17a)](_0x49801b['GHewR'])){let _0x553564=!![];const _0x1c4681=this['capabilities_'][_0x1b795d(0x1fd)](_0x49801b['IMfoK'])||{},_0x2029e4=_0x1c4681['deviceName']||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['jZSyy'])||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x26d)]);if(_0x2029e4){const _0x575f73=(_0x1c4681[_0x1b795d(0x1d9)]||_0x1c4681['platform']||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['ODSdj'])||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x1a2)])||'')[_0x1b795d(0x1fe)](),_0x57c842=(_0x1c4681[_0x1b795d(0x250)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x254)])||'')[_0x1b795d(0x1fe)]();_0x49801b[_0x1b795d(0x1a9)](_0x575f73,_0x49801b[_0x1b795d(0x22c)])&&_0x57c842[_0x1b795d(0x17a)](_0x49801b['OEjlA'])?!_0x49801b[_0x1b795d(0x13d)](isMobileScanningEnabledForGroup)?(logger[_0x1b795d(0x1b1)](MOBILE_SCANNING_DISABLED_WARNING),_0x553564=![]):(logger[_0x1b795d(0x14b)](_0x49801b['kAbAT']),globals[_0x1b795d(0x158)](_0x49801b[_0x1b795d(0x1fc)],!![])):(logger[_0x1b795d(0x1b1)](_0x49801b[_0x1b795d(0x22e)]),_0x553564=![]);}if(_0x553564){const _0x60929f=_0x49801b[_0x1b795d(0x1e9)](parseFloat,_0x1c4681[_0x1b795d(0x17b)]||this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['CyPDp'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0xca2981}=_0x49801b['TWVmH'](require,_0x49801b[_0x1b795d(0x233)]),_0x38e649=_0x49801b[_0x1b795d(0x1db)](parseFloat,_0xca2981);!_0x49801b['LGYmE'](isNaN,_0x60929f)&&_0x49801b['UepzU'](_0x60929f,_0x38e649)&&(logger[_0x1b795d(0x1b1)](_0x1b795d(0x22b)+_0xca2981+'.'),_0x553564=![]);}if(_0x553564){_0x49801b[_0x1b795d(0x18e)](setAccessibilityCapabilities,_0x3135ec),this['setCapabilities']();if(process['env'][_0x1b795d(0x17f)]){let _0x1bc044={};try{process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']&&(_0x1bc044=JSON[_0x1b795d(0x13a)](process[_0x1b795d(0x229)][_0x1b795d(0x23d)]));}catch(_0x48da21){logger[_0x1b795d(0x14b)](_0x1b795d(0x16d)+_0x48da21);}const _0x57dc6b=helper[_0x1b795d(0x1dd)](_0x3135ec),_0x4103a7=this['capabilities_']['get'](_0x49801b['IMfoK']);if(_0x49801b[_0x1b795d(0x159)](_0x57dc6b,![])&&(_0x4103a7||!this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x227)]))){const _0x6e30df=_0x49801b[_0x1b795d(0x240)](_0x4103a7,{});_0x6e30df['accessibility']=!![];const _0x2f0937={};_0x2f0937['authToken']=process[_0x1b795d(0x229)][_0x1b795d(0x17f)],_0x2f0937[_0x1b795d(0x1a6)]=_0x1bc044['scannerVersion'],_0x6e30df['accessibilityOptions']=Object['assign']({},_0x6e30df[_0x1b795d(0x207)],_0x2f0937),this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x189)],_0x6e30df);}else{this[_0x1b795d(0x242)]['set'](_0x49801b[_0x1b795d(0x227)],!![]);const _0x153d02=this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x16c)])||{},_0xa4088f={};_0xa4088f[_0x1b795d(0x185)]=process[_0x1b795d(0x229)]['BS_A11Y_JWT'],_0xa4088f[_0x1b795d(0x1a6)]=_0x1bc044[_0x1b795d(0x1a6)],this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b['JUmQp'],Object[_0x1b795d(0x1b3)]({},_0x153d02,_0xa4088f));}}if(!_0x49801b[_0x1b795d(0x253)](setExtension,this,_0x3135ec)){globals[_0x1b795d(0x158)](_0x49801b['nJqwT'],![]);const _0x54d1ce=this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b['IMfoK']);_0x54d1ce&&(_0x54d1ce[_0x1b795d(0x150)]=![],delete _0x54d1ce[_0x1b795d(0x207)],this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x189)],_0x54d1ce)),this[_0x1b795d(0x242)][_0x1b795d(0x1fd)](_0x49801b[_0x1b795d(0x227)])&&(this[_0x1b795d(0x242)][_0x1b795d(0x1ba)](_0x49801b[_0x1b795d(0x227)],![]),this[_0x1b795d(0x242)]['delete'](_0x49801b['JUmQp']));}}}if(_0x49801b[_0x1b795d(0x19c)](isAccessibilityAutomationSession)&&!this[_0x1b795d(0x1d5)]()[_0x1b795d(0x17a)](_0x49801b['GHewR']))try{_0x49801b[_0x1b795d(0x171)](hasLegacyHeadlessArg,this)?(logger[_0x1b795d(0x1b1)](_0x49801b['BYyiH']),globals[_0x1b795d(0x158)](_0x49801b[_0x1b795d(0x205)],![])):helper['prepareCapabilities'](null,helper['useW3C'](_0x3135ec),_0x3135ec['framework'],null,this,null);}catch(_0x236957){logger[_0x1b795d(0x14b)](_0x1b795d(0x170)+util[_0x1b795d(0x147)](_0x236957));}_0x49801b['JFRDk'](globals['getGlobal'](_0x49801b['IijhH']),_0x49801b[_0x1b795d(0x18a)])&&(commandRepository['setFramework'](_0x49801b[_0x1b795d(0x18a)]),commandRepository[_0x1b795d(0x15c)](globals[_0x1b795d(0x23a)](_0x49801b[_0x1b795d(0x277)])));if(this[_0x1b795d(0x239)][_0x1b795d(0x17a)](_0x49801b[_0x1b795d(0x135)]))logger['debug'](_0x49801b[_0x1b795d(0x265)]),globals['setGlobal'](_0x49801b[_0x1b795d(0x26e)],![]),globals[_0x1b795d(0x158)](_0x49801b['AsWZk'],![]);else globals['getGlobal'](_0x49801b[_0x1b795d(0x26e)])&&globals['getGlobal'](_0x49801b[_0x1b795d(0x1a0)])&&aiSdkWrapper[_0x1b795d(0x193)](this);}})();const _0x50056c=super[_0x19f2a8(0x13f)]();return PerformanceTester[_0x19f2a8(0x213)](PerformanceEvents[_0x19f2a8(0x22d)],()=>{const _0x3afa60=_0x19f2a8,_0x1acdf4={'PGSaX':_0x49801b[_0x3afa60(0x163)],'ebsFe':_0x49801b[_0x3afa60(0x261)],'THKar':function(_0x71fa63,_0x16da52,_0x40920f){const _0x328195=_0x3afa60;return _0x49801b[_0x328195(0x24d)](_0x71fa63,_0x16da52,_0x40920f);},'nCxvx':function(_0x3b140f,_0x4c0e43,_0x231249,_0x4fdac2,_0x289a4c){const _0x1fa22c=_0x3afa60;return _0x49801b[_0x1fa22c(0x224)](_0x3b140f,_0x4c0e43,_0x231249,_0x4fdac2,_0x289a4c);},'tvLiL':function(_0x17e045,_0x17a69f){return _0x49801b['yhgmd'](_0x17e045,_0x17a69f);},'bxvsQ':_0x49801b[_0x3afa60(0x177)],'JSsiZ':_0x49801b['IHNJD']};_0x50056c[_0x3afa60(0x153)][_0x3afa60(0x1bf)](_0x3d4387=>{const _0x2eaa95=_0x3afa60,_0x5e552d=_0x3d4387['caps_'];if(!helper[_0x2eaa95(0x226)]()&&_0x434e2b[_0x2eaa95(0x14a)](isAccessibilityAutomationSession)){const _0x5ab20d=_0x434e2b[_0x2eaa95(0x136)](nonBstackPlatformValidation,_0x5e552d,this);globals['setGlobal'](_0x434e2b['hATXZ'],_0x5ab20d);if(!_0x5ab20d){const _0x4a1a22=this[_0x2eaa95(0x242)][_0x2eaa95(0x1fd)](_0x434e2b['HgiPw']);_0x4a1a22&&(_0x4a1a22[_0x2eaa95(0x150)]=![],delete _0x4a1a22[_0x2eaa95(0x207)],this[_0x2eaa95(0x242)]['set'](_0x434e2b[_0x2eaa95(0x1f0)],_0x4a1a22)),this[_0x2eaa95(0x242)]['get'](_0x434e2b['KLAPd'])&&(this[_0x2eaa95(0x242)]['set'](_0x434e2b[_0x2eaa95(0x149)],![]),this[_0x2eaa95(0x242)][_0x2eaa95(0x197)](_0x434e2b[_0x2eaa95(0x169)]));}}}),_0x50056c['session_']['then'](_0x3b125e=>{const _0xc26d5d=_0x3afa60;try{logger[_0xc26d5d(0x14b)](_0xc26d5d(0x27d)+_0x3b125e['getId']());const _0x146837=_0x3b125e[_0xc26d5d(0x24b)]['get'](_0x1acdf4[_0xc26d5d(0x1d6)]);_0x146837?(logger[_0xc26d5d(0x14b)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x146837),hubAllocator['updateHubUrl'](_0x146837,_0x3b125e[_0xc26d5d(0x1e8)]()),helper[_0xc26d5d(0x138)](_0x146837)):logger[_0xc26d5d(0x14b)](_0x1acdf4[_0xc26d5d(0x1b6)]);}catch(_0x5d2176){logger[_0xc26d5d(0x14b)](_0xc26d5d(0x1c6)+_0x5d2176);}}),_0x50056c[_0x3afa60(0x249)]=0x0,_0x50056c[_0x3afa60(0x1bf)]&&_0x50056c[_0x3afa60(0x1bf)](_0x38204f=>{const _0x33c7ce=_0x3afa60,_0x247011={'SWQTm':function(_0x343dbb,_0x3aeac4,_0x55fd68){const _0x2cfd7c=a177_0x5d0c;return _0x434e2b[_0x2cfd7c(0x22f)](_0x343dbb,_0x3aeac4,_0x55fd68);}};helper[_0x33c7ce(0x263)](_0x38204f,_0x50056c),_0x152c69&&_0x434e2b['EHShp'](overrideTakeScreenshot,_0x38204f),helper['overrideGet'](_0x38204f,_0x3135ec),_0x434e2b[_0x33c7ce(0x1f1)](overrideExecute,_0x38204f,_0x3135ec),_0x434e2b['PBovk'](propagateJestSessionName,_0x38204f,_0x1ba906),_0x3135ec[_0x33c7ce(0x1ec)]&&percyHelper['patchDriverPercy'](_0x38204f,_0x3673d2[_0x33c7ce(0x186)],_0x3135ec),_0x38204f['getAccessibilityResultsSummary']=async()=>{const _0x1fd9c0=_0x33c7ce;return await _0x1acdf4[_0x1fd9c0(0x1c9)](getAccessibilityResultsSummary,_0x38204f,global);},_0x38204f['getAccessibilityResults']=async()=>{const _0x2ef291=_0x33c7ce;return await _0x247011[_0x2ef291(0x1e6)](getAccessibilityResults,_0x38204f,global);},_0x38204f['performScan']=async _0xe9555=>{const _0xfd46df=_0x33c7ce;return await _0x1acdf4[_0xfd46df(0x1b5)](performScan,_0x38204f,null,!![],_0x1acdf4[_0xfd46df(0x221)](_0xe9555,null));},_0x38204f[_0x33c7ce(0x20d)]=async _0x3b4028=>{const _0x572b00=_0x33c7ce;globals['setGlobal'](_0x1acdf4[_0x572b00(0x162)],!![]),globals['setGlobal'](_0x1acdf4[_0x572b00(0x13b)],_0x1acdf4[_0x572b00(0x221)](_0x3b4028,null));},_0x38204f[_0x33c7ce(0x18b)]=async()=>{const _0x1dab49=_0x33c7ce;globals[_0x1dab49(0x158)](_0x1acdf4[_0x1dab49(0x162)],![]),globals[_0x1dab49(0x158)](_0x1acdf4[_0x1dab49(0x13b)],null);};}),_0x50056c['getAccessibilityResultsSummary']=async()=>{const _0x34d059=_0x3afa60;return await _0x434e2b[_0x34d059(0x22f)](getAccessibilityResultsSummary,_0x50056c,global);},_0x50056c[_0x3afa60(0x1d3)]=async()=>{const _0x118919=_0x3afa60;return await _0x434e2b[_0x118919(0x136)](getAccessibilityResults,_0x50056c,global);},_0x50056c[_0x3afa60(0x231)]=async _0x563816=>{const _0x3c7a5d=_0x3afa60;return await _0x434e2b[_0x3c7a5d(0x26b)](performScan,_0x50056c,null,!![],_0x434e2b[_0x3c7a5d(0x1e5)](_0x563816,null));},_0x50056c[_0x3afa60(0x20d)]=async _0x57de81=>{const _0x5e96a2=_0x3afa60;globals[_0x5e96a2(0x158)](_0x434e2b[_0x5e96a2(0x1fa)],!![]),globals['setGlobal'](_0x434e2b['wDfoT'],_0x434e2b[_0x5e96a2(0x1e5)](_0x57de81,null));},_0x50056c[_0x3afa60(0x18b)]=async()=>{const _0x904187=_0x3afa60;globals[_0x904187(0x158)](_0x434e2b[_0x904187(0x1fa)],![]),globals[_0x904187(0x158)](_0x434e2b[_0x904187(0x1f4)],null);},_0x152c69&&_0x49801b[_0x3afa60(0x1df)](overrideTakeScreenshot,_0x50056c),helper['overrideQuit'](_0x50056c),helper[_0x3afa60(0x141)](_0x50056c,_0x3135ec),_0x49801b[_0x3afa60(0x24d)](overrideExecute,_0x50056c,_0x3135ec),_0x49801b[_0x3afa60(0x133)](propagateJestSessionName,_0x50056c,_0x1ba906,_0x49801b['SPTKc']),_0x3135ec[_0x3afa60(0x1ec)]&&percyHelper['patchDriverPercy'](_0x50056c,_0x3673d2[_0x3afa60(0x186)],_0x3135ec);helper[_0x3afa60(0x13c)](global[_0x3afa60(0x267)])&&(global[_0x3afa60(0x267)]=[]);helper[_0x3afa60(0x13c)](global['__drivers'])&&(global[_0x3afa60(0x132)]=[]);global[_0x3afa60(0x267)][_0x3afa60(0x192)](_0x50056c),global[_0x3afa60(0x25c)]=_0x50056c,_0x1ba906&&(_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x25c)]=_0x50056c);_0x49801b[_0x3afa60(0x134)](global[_0x3afa60(0x132)],undefined)&&global[_0x3afa60(0x132)][_0x3afa60(0x192)](_0x50056c);_0x1ba906&&helper['isUndefined'](_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x132)])&&(_0x1ba906[_0x3afa60(0x1a4)]['__drivers']=[]);_0x1ba906&&helper[_0x3afa60(0x13c)](_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x267)])&&(_0x1ba906[_0x3afa60(0x1a4)]['__driversArray']=[]);_0x1ba906&&_0x49801b['tRlKV'](_0x1ba906[_0x3afa60(0x1a4)][_0x3afa60(0x132)],undefined)&&(_0x1ba906['global'][_0x3afa60(0x132)][_0x3afa60(0x192)](_0x50056c),_0x1ba906[_0x3afa60(0x1a4)]['__driversArray'][_0x3afa60(0x192)](_0x50056c));_0x50056c[_0x3afa60(0x180)]=globals[_0x3afa60(0x23a)](_0x49801b['nJqwT']);try{global[_0x3afa60(0x132)][0x0]['session_']['then'](_0x44cf85=>{const _0x35930f=_0x3afa60;logger['debug']('setting\x20driver\x20Session\x20ID:\x20'+_0x44cf85[_0x35930f(0x1e8)]()+_0x35930f(0x215));})[_0x3afa60(0x21a)](_0x24ec20=>{const _0x424f47=_0x3afa60;logger[_0x424f47(0x14b)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x24ec20);});}catch(_0x372659){logger[_0x3afa60(0x14b)](_0x3afa60(0x14f)+_0x372659);}globals[_0x3afa60(0x158)](_0x49801b[_0x3afa60(0x205)],globals['getGlobal'](_0x49801b[_0x3afa60(0x205)]));})(),_0x50056c;}}_0x1ba906&&(globals[_0x57bc78(0x161)]=_0x1ba906['global'][_0x57bc78(0x161)]);if(_0x49801b[_0x57bc78(0x13d)](isAccessibilityAutomationSession))try{let _0x2266be=helper['requireModule'](_0x49801b[_0x57bc78(0x228)],_0x49801b[_0x57bc78(0x1bd)])[_0x57bc78(0x19e)];(!_0x2266be[_0x57bc78(0x176)]||!_0x2266be['prototype']['execute'])&&(_0x2266be=helper[_0x57bc78(0x1c1)](_0x49801b[_0x57bc78(0x230)],_0x49801b[_0x57bc78(0x1bd)])[_0x57bc78(0x1bc)]);if(_0x2266be['prototype']&&_0x2266be[_0x57bc78(0x176)][_0x57bc78(0x1c7)]){const _0x549a0f=_0x2266be[_0x57bc78(0x176)][_0x57bc78(0x1c7)];logger[_0x57bc78(0x14b)](_0x49801b[_0x57bc78(0x276)]),_0x2266be[_0x57bc78(0x176)][_0x57bc78(0x1c7)]=async function(){const _0x5b6abc=_0x57bc78;try{!globals['getGlobal'](_0x49801b[_0x5b6abc(0x1ed)])&&globals[_0x5b6abc(0x23a)](_0x49801b[_0x5b6abc(0x205)])&&globals['getGlobal'](_0x49801b[_0x5b6abc(0x177)])&&scripts[_0x5b6abc(0x26a)](arguments[0x0][_0x5b6abc(0x1de)])&&!_0x49801b['rnjaM'](isBrowserStackCommandExecutor,arguments[0x0][_0x5b6abc(0x273)])&&(globals[_0x5b6abc(0x158)](_0x49801b[_0x5b6abc(0x1ed)],!![]),logger[_0x5b6abc(0x14b)](_0x5b6abc(0x165)+arguments[0x0][_0x5b6abc(0x1de)]),await _0x49801b[_0x5b6abc(0x194)](performScan,global[_0x5b6abc(0x25c)],arguments[0x0]['name_']));}catch(_0x475546){logger[_0x5b6abc(0x14b)]('Failed\x20to\x20perform\x20scan\x20'+util['format'](_0x475546));}return globals[_0x5b6abc(0x158)](_0x49801b[_0x5b6abc(0x1ed)],![]),_0x549a0f['apply'](this,arguments);};}}catch(_0x303e9a){logger['debug'](_0x49801b[_0x57bc78(0x1ce)](_0x49801b['OPSQr'],_0x303e9a));}return _0x3673d2[_0x57bc78(0x222)]=_0x3673d2[_0x57bc78(0x244)],_0x3673d2['Builder']=_0x49d551,_0x28676c[_0x57bc78(0x17e)]=_0x5dc20a,_0x3673d2;};function a177_0x5d0c(_0x1991d9,_0x1e628a){const _0x439cd2=a177_0x439c();return a177_0x5d0c=function(_0x5d0cdd,_0x59673b){_0x5d0cdd=_0x5d0cdd-0x132;let _0x3fdad9=_0x439cd2[_0x5d0cdd];return _0x3fdad9;},a177_0x5d0c(_0x1991d9,_0x1e628a);}module['exports']['browserstackAgent']=modify,module[a177_0x2841b9(0x256)][a177_0x2841b9(0x182)]=modifyV2,module[a177_0x2841b9(0x256)]['percy']=percySDK,module[a177_0x2841b9(0x256)][a177_0x2841b9(0x17d)]=BrowserStackSdk,module[a177_0x2841b9(0x256)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a177_0x2841b9(0x156))[a177_0x2841b9(0x1e7)]();}catch(a177_0x5b8bcf){logger[a177_0x2841b9(0x14b)]('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x5b8bcf&&a177_0x5b8bcf['message']));}module[a177_0x2841b9(0x256)][a177_0x2841b9(0x25a)]=require(a177_0x2841b9(0x156))[a177_0x2841b9(0x1e7)];
|
|
1
|
+
function a177_0x8639(_0x4232a2,_0x80be7d){const _0x4965fc=a177_0x4965();return a177_0x8639=function(_0x86397b,_0x552982){_0x86397b=_0x86397b-0x79;let _0x4ff048=_0x4965fc[_0x86397b];return _0x4ff048;},a177_0x8639(_0x4232a2,_0x80be7d);}function a177_0x4965(){const _0xed4d9=['cnMsp','zLMDl','SbDYD','prepareCapabilities','assign','getGlobal','AMgCY','prototype','wzsaD','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','aWikU','TuUFG','11519550smVhWe','soCJv','./helpers/helper','getRequestOptions','ytDfY','execute','safariOptions_','deviceName','./helpers/driverInitErrorReporter','TAzwf','Modifying\x20webdriver\x20builder','DQShL','CAPABILITY_KEY','JeFYb','DSZoI','accessibilityOptions','edgeOptions','Unable\x20to\x20find\x20executor\x20class\x20','bgFZq','edgeOptions_','dQaHC','session_','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','debug','./helpers/patchHelper','object','yhkIM','aiSdk_framework','MjtuG','Proxy\x20set\x20to\x20','__driversArray','forEach','BuYrQ','Setting\x20Browserstack\x20capabilities','kdwTy','proxy_','OGDej','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','vWlrf','CzAnJ','ZKxOS','requireSeleniumWebdriver','odLjP','caps_','goog:chromeOptions','performScan','info','Tyjgy','wFWkn','se:ieOptions','GMAHy','PMTGE','FXeWR','ukkNd','HbrjH','getServerUrl','xxtuz','aiHeal_isHealingEnabled','2370JiRsDY','luJjI','gxEAw','hUflk','Dzsoi','RIqcM','ViDeO','LzEnA','ypWbR','inheM','GSKVJ','eMlvE','_modifyPlaywright','ieOptions','requireHttpClient','toLowerCase','bdioW','SidTQ','browserStackGlobals','useW3C','optimalHubUrl','browserstackAgentV2','spwkv','Modifying\x20webdriver\x20execute','iZnVE','CVTJp','nWlGG','358348PcIqFf','isMobilePlatform','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','CfSXa','./helpers/ai-sdk/aiSdkWrapper','bstackA11yScanOptions','SDK_POST_INITIALIZE','tOURp','zzCXh','name_','format','aiHeal_isAuthenticated','send','JvKPE','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','PsyZM','TxHog','GeNZX','JLvZV','lhsoz','asvzU','pqlPO','kBMjA','BadJE','includes','hxNBu','driver-init\x20capture\x20install\x20failed:\x20','MjTUI','AjJZc','concat','Pggsn','JPNMW','./helpers/accessibility-automation/helper','pYQXp','isPacProxy','Ufcmh','measureWrapper','AYXff','qJMfT','getId','MDZUE','browserstackSessionName','capabilities_','then','isAccessibilityPlatform','setCapabilities','QBaMI','proxyUrl','pushCommand','getHttpAgent','android','updateHubUrl','framework','yoMoW','delete','zazCi','EUKnp','overrideGet','cySgO','BS_A11Y_JWT','CeIKH','MrNKS','isUndefined','bIMAE','error','WGXoc','device','NaLrt','setConfig','FnjAI','jest','New\x20hub\x20url\x20set\x20to\x20','isTurboScaleSession','OxZGc','UkYjb','HttpClient','__driver','from','getAccessibilityResultsSummary','/session','DNWSS','9fynqBP','push','./helpers/performance/performance-tester','rAinL','browserstackAgent','Builder','MYKNz','buEWs','keys','aGcuj','./bin/mocha/accessibility-automation/helper','isBrowserstackInfra','huizz','wcevq','./bin/playwright/modifyPlaywrightConf','EHpyZ','percy','platform','Performing\x20scan\x20for\x20','rbfgM','__drivers','https://','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','yWffU','warn','(sync)','NGATb','browserName','./hubAllocationMethods','CiDtn','env','WebElement','./helpers/percy/PercySDK','firefoxOptions_','./helpers/globals','authToken','requireModule','HgIcH','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','selenium-webdriver/lib/webdriver.js','SfVoE','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','consumeHubUrlForSession','url_','safari.options','cCwxt','browserVersion','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','global','HTKJe','ms:edgeOptions','storeOptimalHubUrl','351636skApWl','build','wtmNM','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','./helpers/accessibility-automation/constants','ZexcE','Session\x20ID:\x20','LpkmO','options_','nvtgg','ibhcB','QuNHK','./helpers/ai-sdk/autoHealHelper','get','FTuEU','split','readTcgAuthConfigToGlobal','KjFSq','IKpdh','bstackA11yShouldScan','oFsQi','aiSdk_bstackConfig','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','eYDkj','platformName','TfILT','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','wtVDm','dxXaC','KKiQN','chromeOptions_','selenium-webdriver/lib/http.js','SmAkN','patchDriverPercy','JbUGg','XBzGX','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','qHGth','xHAHZ','NZhml','gEigu','_installDriverInitFailureCapture','cUuzl','bstackAllyScanning','RxPpD','dZcMF','browserstack.accessibilityOptions','getAccessibilityResults','proxySettings','setLogLevel','IQeIr','/wd/hub','ZjTsC','645875thHwij','SDK_PRE_INITIALIZE','jzJHu','nxdQE','LkGED','DMBML','2091600JjqMCD','./helpers/logger','VSJlW','__setBrowserOptions','startA11yScanning','sXBxA','nvqEb','originalBuilder','.browserstack.com','./helpers/accessibility-automation/scripts','jmmey','btRyg','RQXCQ','chromeOptions','quitCount_','jLqeY','pHNNo','VQDmG','CnmlT','Executor','tcXGC','452pVCEbd','xwXqE','63DToRlM','WSkPv','setting\x20driver\x20Session\x20ID:\x20','setServer','lHVUZ','RGyHE','selenium-webdriver','args','yBdZm','apply','logLevel','anoZo','Failed\x20to\x20perform\x20scan\x20','rdvga','oUBDs','Sxyng','4783392gjDRXo','accessibility','path','dtccX','AfrvF','setGlobal','catch','chrome','./browserStackSdk','installAll','bstack:options','parse','BrowserStackSdk','capabilities','firefoxOptions','Hxkfd','jxoCn','bYCfO','./helpers/patchHelpers','set','scannerVersion','bZFMY','BROWSERSTACK_TURBOSCALE','getHubUrl','odcgR','wdIKq','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','Jptue','stopA11yScanning','PRLow','kXpOB','GrmjW','ieOptions_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','cLOiU','rHzWs','agent_','CKMIm','mergeDeep','CetIH','exports','WkIwp','moz:firefoxOptions','setAdditionalCapabilities','capability','message','rYwFf','utoZM'];a177_0x4965=function(){return _0xed4d9;};return a177_0x4965();}const a177_0x1671d3=a177_0x8639;(function(_0x2b614,_0x2c55f7){const _0x465ea1=a177_0x8639,_0x23f2f3=_0x2b614();while(!![]){try{const _0x1e7f52=parseInt(_0x465ea1(0xa0))/0x1*(-parseInt(_0x465ea1(0x128))/0x2)+-parseInt(_0x465ea1(0x194))/0x3*(-parseInt(_0x465ea1(0x143))/0x4)+-parseInt(_0x465ea1(0x85))/0x5+parseInt(_0x465ea1(0x1c8))/0x6*(-parseInt(_0x465ea1(0xa2))/0x7)+parseInt(_0x465ea1(0xb2))/0x8+parseInt(_0x465ea1(0xee))/0x9+-parseInt(_0x465ea1(0x8b))/0xa;if(_0x1e7f52===_0x2c55f7)break;else _0x23f2f3['push'](_0x23f2f3['shift']());}catch(_0x13baa7){_0x23f2f3['push'](_0x23f2f3['shift']());}}}(a177_0x4965,0xb5f0a));const util=require('util'),{overrideTakeScreenshot}=require(a177_0x1671d3(0xc4)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x1671d3(0x163)),{setAccessibilityCapabilities,setExtension}=require(a177_0x1671d3(0x19e)),helper=require(a177_0x1671d3(0xf0)),logger=require(a177_0x1671d3(0x8c))['winstonLogger'],hubAllocator=require(a177_0x1671d3(0x1b0)),percySDK=require(a177_0x1671d3(0x1b4)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a177_0x1671d3(0xba)),modifyPlaywrightConfig=require(a177_0x1671d3(0x1a2)),scripts=require(a177_0x1671d3(0x94)),globals=require(a177_0x1671d3(0x1b6)),{commandRepository}=require(a177_0x1671d3(0x1d4)),{aiSdkWrapper}=require(a177_0x1671d3(0x147)),{overrideExecute}=require(a177_0x1671d3(0x106)),PerformanceTester=require(a177_0x1671d3(0x196)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x1671d3(0x163)),modify=_0x4c39c3=>{const _0x4279da=a177_0x1671d3,_0x25dc04={'hbAOH':function(_0x51877b,_0x355b6e){return _0x51877b!==_0x355b6e;},'YRrVT':'/session','Pggsn':function(_0x2aaac3,_0x4e083b){return _0x2aaac3+_0x4e083b;},'OVhTv':_0x4279da(0x1a9),'dZcMF':_0x4279da(0x83),'bZFMY':'goog:chromeOptions','HgIcH':'chromeOptions','qJMfT':_0x4279da(0x1c6),'UzHEI':_0x4279da(0xfe),'OGDej':_0x4279da(0xdc),'baqgG':'firefoxOptions','oUBDs':_0x4279da(0x1c0),'VSJlW':_0x4279da(0x11f),'wltzu':_0x4279da(0x135),'AYXff':function(_0x26612a,_0x1437ab){return _0x26612a===_0x1437ab;},'NjxnJ':_0x4279da(0x107),'jmmey':'Setting\x20Browserstack\x20capabilities','UkYjb':function(_0x4ce597){return _0x4ce597();},'MrNKS':function(_0x416193,_0x5a4333){return _0x416193(_0x5a4333);},'luJjI':_0x4279da(0xbc),'hxNBu':_0x4279da(0x185),'zazCi':_0x4279da(0xf5),'AvFLP':_0x4279da(0x1e0),'Dzsoi':_0x4279da(0x1a5),'yBdZm':_0x4279da(0x1af),'wtmNM':function(_0x197dde,_0x473a15){return _0x197dde===_0x473a15;},'CVTJp':_0x4279da(0x175),'yhkIM':_0x4279da(0xb9),'zLMDl':function(_0x3bae91){return _0x3bae91();},'anoZo':_0x4279da(0x151),'nWlGG':_0x4279da(0x144),'rHzWs':_0x4279da(0x16f),'ZexcE':function(_0x217b9e,_0x3ac54e,_0x213a78){return _0x217b9e(_0x3ac54e,_0x213a78);},'MjtuG':'browserstack.accessibility','qEMXN':_0x4279da(0x7e),'RIqcM':_0x4279da(0x104),'MDZUE':function(_0x5b7795,_0x405b8f,_0x128e72,_0x30103d,_0x208fc5){return _0x5b7795(_0x405b8f,_0x128e72,_0x30103d,_0x208fc5);},'GrmjW':function(_0x200e51,_0x483d81){return _0x200e51||_0x483d81;},'qsPuD':'bstackA11yShouldScan','GSKVJ':_0x4279da(0x148),'bgFZq':function(_0x100364,_0x22b2ed,_0x3d6b08){return _0x100364(_0x22b2ed,_0x3d6b08);},'AfrvF':_0x4279da(0x13c),'vwkKg':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','mZDwP':function(_0x48c305,_0x2a8167){return _0x48c305||_0x2a8167;},'DNWSS':function(_0x20382f,_0x39e270,_0x1b1c70){return _0x20382f(_0x39e270,_0x1b1c70);},'spwkv':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','SbDYD':_0x4279da(0xf8)};logger[_0x4279da(0x11c)](_0x25dc04[_0x4279da(0x13e)]),logger[_0x4279da(0x105)](_0x25dc04[_0x4279da(0xe4)]);const _0x172ab3=helper['requireSeleniumWebdriver'](),_0xdd0e07=helper[_0x4279da(0x136)]();class _0x8343d1 extends _0xdd0e07[_0x4279da(0x18e)]{[_0x4279da(0x14f)](_0x1f7971){const _0x5a9dee=_0x4279da;if(_0x25dc04['hbAOH'](_0x1f7971['path'],_0x25dc04['YRrVT']))try{const _0x3e403d=_0x1f7971[_0x5a9dee(0xb4)][_0x5a9dee(0x1d7)]('/')[0x2];if(_0x3e403d){const _0x273a98=hubAllocator[_0x5a9dee(0x1be)](_0x3e403d);if(_0x273a98){const _0x4e8fa9=_0x25dc04[_0x5a9dee(0x161)](_0x25dc04['Pggsn'](_0x25dc04['OVhTv'],_0x273a98),_0x25dc04[_0x5a9dee(0x7d)]);this['options_']=hubAllocator['getRequestOptions'](_0x4e8fa9),logger['debug'](_0x5a9dee(0x18a)+_0x4e8fa9);}}}catch(_0x16ed73){logger[_0x5a9dee(0x183)](_0x16ed73);}return super[_0x5a9dee(0x14f)](_0x1f7971);}}class _0xb463b3 extends _0x172ab3[_0x4279da(0x199)]{[_0x4279da(0x8e)](_0x210496){const _0x4dca79=_0x4279da;let _0x50198c={};for(const _0x3f7164 in _0x210496){switch(_0x3f7164){case _0x25dc04[_0x4dca79(0xc7)]:case _0x25dc04[_0x4dca79(0x1b9)]:this[_0x4dca79(0x1e6)]&&(_0x50198c=this[_0x4dca79(0x1e6)][_0x4dca79(0x1d5)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x4dca79(0x1e6)][_0x4dca79(0xc5)](this[_0x4dca79(0x1e6)][_0x4dca79(0xfa)],helper['mergeDeep'](_0x50198c,_0x210496[_0x3f7164])));break;case _0x25dc04[_0x4dca79(0x169)]:case _0x25dc04['UzHEI']:this[_0x4dca79(0x101)]&&(_0x50198c=this['edgeOptions_'][_0x4dca79(0x1d5)](this[_0x4dca79(0x101)][_0x4dca79(0xfa)])||{},this[_0x4dca79(0x101)]['set'](this[_0x4dca79(0x101)]['CAPABILITY_KEY'],helper[_0x4dca79(0xd8)](_0x50198c,_0x210496[_0x3f7164])));break;case _0x25dc04[_0x4dca79(0x112)]:case _0x25dc04['baqgG']:this[_0x4dca79(0x1b5)]&&(_0x50198c=this[_0x4dca79(0x1b5)][_0x4dca79(0x1d5)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x4dca79(0x1b5)][_0x4dca79(0xc5)](this[_0x4dca79(0x1b5)][_0x4dca79(0xfa)],helper[_0x4dca79(0xd8)](_0x50198c,_0x210496[_0x3f7164])));break;case _0x25dc04[_0x4dca79(0xb0)]:this[_0x4dca79(0xf4)]&&(_0x50198c=this[_0x4dca79(0xf4)][_0x4dca79(0x1d5)](this['safariOptions_'][_0x4dca79(0xfa)])||{},this['safariOptions_'][_0x4dca79(0xc5)](this['safariOptions_'][_0x4dca79(0xfa)],helper[_0x4dca79(0xd8)](_0x50198c,_0x210496[_0x3f7164])));break;case _0x25dc04[_0x4dca79(0x8d)]:case _0x25dc04['wltzu']:this['ieOptions_']&&(_0x50198c=this[_0x4dca79(0xd2)]['get'](this[_0x4dca79(0xd2)]['CAPABILITY_KEY'])||{},this['ieOptions_']['set'](this['ieOptions_'][_0x4dca79(0xfa)],helper[_0x4dca79(0xd8)](_0x50198c,_0x210496[_0x3f7164])));break;}}}[_0x4279da(0xa5)](){const _0x5b619e=_0x4279da;return this['url_']=helper[_0x5b619e(0xc9)](_0x4c39c3),logger[_0x5b619e(0x105)]('Hub\x20url\x20set\x20to\x20'+this[_0x5b619e(0x1bf)]),this;}[_0x4279da(0x170)](){const _0x45d67b=_0x4279da,_0x3c6827={'LzEnA':function(_0x4019c2,_0x4cba3b){const _0x59d87a=a177_0x8639;return _0x25dc04[_0x59d87a(0x168)](_0x4019c2,_0x4cba3b);},'iBTVB':_0x25dc04['NjxnJ']};return logger[_0x45d67b(0x105)](_0x25dc04[_0x45d67b(0x95)]),this[_0x45d67b(0x8e)](_0x4c39c3[_0x45d67b(0xde)]),Object[_0x45d67b(0x19c)](_0x4c39c3['capability'])[_0x45d67b(0x10d)](_0x1f441e=>{const _0x4bfc28=_0x45d67b,_0x4e386b=this[_0x4bfc28(0x16d)][_0x4bfc28(0x1d5)](_0x1f441e);_0x3c6827[_0x4bfc28(0x12f)](typeof _0x4e386b,_0x3c6827['iBTVB'])?this[_0x4bfc28(0x16d)]['set'](_0x1f441e,helper[_0x4bfc28(0xd8)](_0x4e386b,_0x4c39c3[_0x4bfc28(0xde)][_0x1f441e])):this[_0x4bfc28(0x16d)][_0x4bfc28(0xc5)](_0x1f441e,_0x4c39c3['capability'][_0x1f441e]);}),this;}[_0x4279da(0x1c9)](){const _0x591c6d=_0x4279da,_0x58b084={'rAinL':_0x25dc04[_0x591c6d(0xb6)],'pqlPO':_0x25dc04['vwkKg'],'TAzwf':function(_0x299fa0,_0x246a22,_0x437d7b){const _0x48456f=_0x591c6d;return _0x25dc04[_0x48456f(0x100)](_0x299fa0,_0x246a22,_0x437d7b);},'ytDfY':_0x25dc04['qsPuD'],'nvtgg':_0x25dc04[_0x591c6d(0x132)],'UDsgV':function(_0x4db6ea,_0x3b3ca0){return _0x25dc04['mZDwP'](_0x4db6ea,_0x3b3ca0);},'spPCD':function(_0x2cfccf,_0xca5b27,_0x19d3b1){const _0x13dfed=_0x591c6d;return _0x25dc04[_0x13dfed(0x193)](_0x2cfccf,_0xca5b27,_0x19d3b1);},'CnmlT':function(_0x4b9f06,_0x12587a,_0x35c289){const _0x54b2f=_0x591c6d;return _0x25dc04[_0x54b2f(0x1cd)](_0x4b9f06,_0x12587a,_0x35c289);}};PerformanceTester[_0x591c6d(0x167)](PerformanceEvents[_0x591c6d(0x86)],()=>{const _0x1dc516=_0x591c6d;_0x25dc04[_0x1dc516(0x18d)](isAccessibilityAutomationSession)&&_0x25dc04[_0x1dc516(0x180)](setAccessibilityCapabilities,_0x4c39c3);this[_0x1dc516(0xa5)](),this[_0x1dc516(0x170)]();if(helper[_0x1dc516(0x165)](_0x4c39c3[_0x1dc516(0x80)][_0x1dc516(0x172)]))this[_0x1dc516(0xd6)]=helper[_0x1dc516(0x174)](_0x4c39c3['proxySettings'][_0x1dc516(0x172)]);else _0x4c39c3[_0x1dc516(0x80)][_0x1dc516(0x172)]&&(this[_0x1dc516(0x111)]=_0x4c39c3['proxySettings'][_0x1dc516(0x172)],logger['debug']('Proxy\x20set\x20to\x20'+this['proxy_']));if(_0x25dc04[_0x1dc516(0x18d)](isAccessibilityAutomationSession)){const _0x22d574=this[_0x1dc516(0x16d)]['get'](_0x25dc04[_0x1dc516(0x129)])||{},_0x338439=_0x22d574[_0x1dc516(0xf5)]||this[_0x1dc516(0x16d)][_0x1dc516(0x1d5)](_0x25dc04[_0x1dc516(0x15c)])||this[_0x1dc516(0x16d)]['get'](_0x25dc04[_0x1dc516(0x17a)]);if(_0x338439){const _0x4250fc=(_0x22d574[_0x1dc516(0x1e0)]||_0x22d574[_0x1dc516(0x1a5)]||this[_0x1dc516(0x16d)][_0x1dc516(0x1d5)](_0x25dc04['AvFLP'])||this[_0x1dc516(0x16d)][_0x1dc516(0x1d5)](_0x25dc04[_0x1dc516(0x12c)])||'')['toLowerCase'](),_0x43d2c7=(_0x22d574[_0x1dc516(0x1af)]||this['capabilities_'][_0x1dc516(0x1d5)](_0x25dc04[_0x1dc516(0xaa)])||'')[_0x1dc516(0x137)]();_0x25dc04[_0x1dc516(0x1ca)](_0x4250fc,_0x25dc04[_0x1dc516(0x141)])&&_0x43d2c7[_0x1dc516(0x15b)](_0x25dc04[_0x1dc516(0x108)])&&(_0x25dc04[_0x1dc516(0xe3)](isMobileScanningEnabledForGroup)&&(logger[_0x1dc516(0x105)](_0x25dc04[_0x1dc516(0xad)]),globals['setGlobal'](_0x25dc04[_0x1dc516(0x142)],!![])));}}if(globals[_0x1dc516(0xe7)](_0x25dc04[_0x1dc516(0xd5)])){if(!_0x25dc04[_0x1dc516(0x1cd)](setExtension,this,_0x4c39c3)){globals['setGlobal'](_0x25dc04[_0x1dc516(0xd5)],![]);const _0x6b8f0b=this[_0x1dc516(0x16d)]['get'](_0x25dc04['luJjI']);_0x6b8f0b&&(_0x6b8f0b[_0x1dc516(0xb3)]=![],delete _0x6b8f0b[_0x1dc516(0xfd)],this[_0x1dc516(0x16d)]['set'](_0x25dc04[_0x1dc516(0x129)],_0x6b8f0b)),this['capabilities_'][_0x1dc516(0x1d5)](_0x25dc04[_0x1dc516(0x10a)])&&(this['capabilities_'][_0x1dc516(0xc5)](_0x25dc04[_0x1dc516(0x10a)],![]),this[_0x1dc516(0x16d)][_0x1dc516(0x179)](_0x25dc04['qEMXN']));}}(!helper[_0x1dc516(0x19f)]()||helper[_0x1dc516(0x18b)](_0x4c39c3))&&helper[_0x1dc516(0xe5)](null,helper[_0x1dc516(0x13b)](_0x4c39c3),_0x4c39c3['framework'],null,this,null),helper[_0x1dc516(0xdd)](_0x4c39c3[_0x1dc516(0xde)]),logger[_0x1dc516(0x105)](_0x25dc04[_0x1dc516(0x12d)]);})();const _0x158fff=super[_0x591c6d(0x1c9)]();return PerformanceTester[_0x591c6d(0x167)](PerformanceEvents[_0x591c6d(0x149)],()=>{const _0x33009e=_0x591c6d,_0x2e8727={'QBaMI':function(_0x28e66d,_0x11a6fc,_0x3c718a,_0x5a9e1d,_0x37d335){return _0x25dc04['MDZUE'](_0x28e66d,_0x11a6fc,_0x3c718a,_0x5a9e1d,_0x37d335);},'MhmAW':function(_0x388ae0,_0x3db81b){const _0x21da39=a177_0x8639;return _0x25dc04[_0x21da39(0xd1)](_0x388ae0,_0x3db81b);},'jLqeY':function(_0x4fef46,_0x4cdae3,_0xdf1fc9){return _0x25dc04['ZexcE'](_0x4fef46,_0x4cdae3,_0xdf1fc9);},'rYwFf':function(_0x4f3747,_0x2d1a16,_0x29fa43,_0x1e1151,_0xc758cd){const _0x55d7c4=a177_0x8639;return _0x25dc04[_0x55d7c4(0x16b)](_0x4f3747,_0x2d1a16,_0x29fa43,_0x1e1151,_0xc758cd);},'YQyEj':_0x25dc04['qsPuD'],'gEigu':_0x25dc04[_0x33009e(0x132)]};_0x158fff[_0x33009e(0x103)]['then'](_0x212893=>{const _0x2a2fd8=_0x33009e;try{const _0x2ff242=_0x212893[_0x2a2fd8(0x119)][_0x2a2fd8(0x1d5)](_0x58b084[_0x2a2fd8(0x197)]);_0x2ff242?(logger[_0x2a2fd8(0x105)](_0x2a2fd8(0x1ba)+_0x2ff242),hubAllocator[_0x2a2fd8(0x176)](_0x2ff242,_0x212893[_0x2a2fd8(0x16a)]()),helper[_0x2a2fd8(0x1c7)](_0x2ff242)):logger['debug'](_0x58b084[_0x2a2fd8(0x158)]);}catch(_0x93a0d0){logger[_0x2a2fd8(0x105)](_0x2a2fd8(0xd3)+_0x93a0d0);}}),_0x158fff['then']&&_0x158fff[_0x33009e(0x16e)](_0x555fe6=>{const _0x4f0b83=_0x33009e,_0x37a308={'kBMjA':function(_0x11356f,_0x4379ab,_0x23df85){const _0x12d576=a177_0x8639;return _0x58b084[_0x12d576(0xf7)](_0x11356f,_0x4379ab,_0x23df85);},'Hifeu':function(_0x384603,_0x4c934f,_0x492bb6){const _0x5693db=a177_0x8639;return _0x58b084[_0x5693db(0xf7)](_0x384603,_0x4c934f,_0x492bb6);},'DSZoI':_0x58b084[_0x4f0b83(0xf2)],'eYDkj':_0x58b084[_0x4f0b83(0x1d1)],'NtSlQ':function(_0x1bef69,_0x5c9974){return _0x58b084['UDsgV'](_0x1bef69,_0x5c9974);}};helper[_0x4f0b83(0x17c)](_0x555fe6,_0x4c39c3),_0x58b084['spPCD'](overrideExecute,_0x555fe6,_0x4c39c3),_0x555fe6[_0x4f0b83(0x191)]=async()=>{const _0x8bc8c=_0x4f0b83;return await _0x37a308[_0x8bc8c(0x159)](getAccessibilityResultsSummary,_0x555fe6,global);},_0x555fe6['getAccessibilityResults']=async()=>{return await _0x37a308['Hifeu'](getAccessibilityResults,_0x555fe6,global);},_0x555fe6[_0x4f0b83(0x11b)]=async _0x9aca4f=>{const _0x52a07e=_0x4f0b83;return await _0x2e8727[_0x52a07e(0x171)](performScan,_0x555fe6,null,!![],_0x2e8727['MhmAW'](_0x9aca4f,null));},_0x555fe6[_0x4f0b83(0x8f)]=async _0x1a5bdb=>{const _0x116f87=_0x4f0b83;globals[_0x116f87(0xb7)](_0x37a308[_0x116f87(0xfc)],!![]),globals[_0x116f87(0xb7)](_0x37a308[_0x116f87(0x1df)],_0x37a308['NtSlQ'](_0x1a5bdb,null));},_0x555fe6[_0x4f0b83(0xce)]=async()=>{const _0x4045f1=_0x4f0b83;globals[_0x4045f1(0xb7)](_0x37a308['DSZoI'],![]),globals[_0x4045f1(0xb7)](_0x37a308[_0x4045f1(0x1df)],null);};}),_0x158fff[_0x33009e(0x191)]=async()=>{const _0x1ae4a9=_0x33009e;return await _0x2e8727[_0x1ae4a9(0x9a)](getAccessibilityResultsSummary,_0x158fff,global);},_0x158fff[_0x33009e(0x7f)]=async()=>{const _0x180411=_0x33009e;return await _0x58b084[_0x180411(0x9d)](getAccessibilityResults,_0x158fff,global);},_0x158fff[_0x33009e(0x11b)]=async _0x5309ba=>{const _0x58bc35=_0x33009e;return await _0x2e8727[_0x58bc35(0xe0)](performScan,_0x158fff,null,!![],_0x2e8727['MhmAW'](_0x5309ba,null));},_0x158fff[_0x33009e(0x8f)]=async _0x63d7af=>{const _0x1522f0=_0x33009e;globals[_0x1522f0(0xb7)](_0x58b084[_0x1522f0(0xf2)],!![]),globals['setGlobal'](_0x58b084[_0x1522f0(0x1d1)],_0x58b084['UDsgV'](_0x63d7af,null));},_0x158fff[_0x33009e(0xce)]=async()=>{const _0x586d3c=_0x33009e;globals['setGlobal'](_0x2e8727['YQyEj'],![]),globals['setGlobal'](_0x2e8727[_0x586d3c(0x1f0)],null);},helper[_0x33009e(0x17c)](_0x158fff,_0x4c39c3),_0x25dc04['bgFZq'](overrideExecute,_0x158fff,_0x4c39c3),helper[_0x33009e(0x181)](global[_0x33009e(0x10c)])&&(global[_0x33009e(0x10c)]=[]),global[_0x33009e(0x10c)]['push'](_0x158fff);})(),_0x158fff;}}_0x172ab3[_0x4279da(0x92)]=_0x172ab3[_0x4279da(0x199)],_0x172ab3[_0x4279da(0x199)]=_0xb463b3,_0xdd0e07[_0x4279da(0x18e)]=_0x8343d1;},propagateJestSessionName=(_0x41fc14,_0x2efd6e,_0x18630f='')=>{const _0x3b2a9d=a177_0x1671d3,_0x2ff999={};_0x2ff999[_0x3b2a9d(0xed)]=_0x3b2a9d(0x1bd);const _0x56c85b=_0x2ff999;_0x2efd6e&&_0x2efd6e['global']&&_0x2efd6e[_0x3b2a9d(0x1c4)][_0x3b2a9d(0x16c)]&&helper['isUndefined'](_0x41fc14[_0x3b2a9d(0x16c)])&&(_0x41fc14[_0x3b2a9d(0x16c)]=_0x2efd6e[_0x3b2a9d(0x1c4)][_0x3b2a9d(0x16c)],logger[_0x3b2a9d(0x105)](util[_0x3b2a9d(0x14d)](_0x56c85b[_0x3b2a9d(0xed)],_0x18630f?'\x20'+_0x18630f:'',_0x41fc14[_0x3b2a9d(0x16c)])));},modifyV2=(_0x4292ff,_0x50368d=null,_0x47cfd7=![])=>{const _0x5a7686=a177_0x1671d3,_0x25457c={'HTKJe':function(_0x54f5d9,_0x58850c){return _0x54f5d9!==_0x58850c;},'PsyZM':_0x5a7686(0x192),'wFWkn':function(_0x3c288c,_0x244a63){return _0x3c288c+_0x244a63;},'hBXti':function(_0x391b9a,_0x27ec10){return _0x391b9a+_0x27ec10;},'CetIH':_0x5a7686(0x1a9),'XBzGX':_0x5a7686(0x83),'utoZM':_0x5a7686(0x14e),'bIMAE':_0x5a7686(0x127),'Tyjgy':_0x5a7686(0x11a),'xwXqE':_0x5a7686(0x98),'PRLow':_0x5a7686(0x1c6),'IjZRx':'edgeOptions','NZhml':'moz:firefoxOptions','xHAHZ':_0x5a7686(0xc0),'mfVty':_0x5a7686(0x1c0),'qHGth':_0x5a7686(0x11f),'TfILT':_0x5a7686(0x135),'ibhcB':function(_0x3f8266,_0x509ec9){return _0x3f8266===_0x509ec9;},'WGXoc':_0x5a7686(0x107),'xuVut':_0x5a7686(0x10f),'CfSXa':function(_0x53b179,_0x47fbca){return _0x53b179>_0x47fbca;},'wtVDm':function(_0x5525ce,_0x1c0578){return _0x5525ce>_0x1c0578;},'NFVME':function(_0x20e352){return _0x20e352();},'kdwTy':function(_0x86e0ef,_0x3cf8b){return _0x86e0ef(_0x3cf8b);},'buEWs':_0x5a7686(0xbc),'OxZGc':_0x5a7686(0x185),'xxtuz':'deviceName','xvWpP':_0x5a7686(0x1e0),'JeFYb':_0x5a7686(0x1a5),'MYKNz':_0x5a7686(0x1af),'LpkmO':function(_0x300e39,_0x1aed18){return _0x300e39===_0x1aed18;},'EUKnp':_0x5a7686(0x175),'dMscL':'chrome','soCJv':function(_0x2e6bff){return _0x2e6bff();},'RxPpD':_0x5a7686(0x151),'SidTQ':_0x5a7686(0x144),'DMBML':'isAccessibilityPlatform','WkIwp':function(_0x4c4d8d,_0x3c7c32,_0x3a24df){return _0x4c4d8d(_0x3c7c32,_0x3a24df);},'ovZbp':'browserstack.accessibility','ukkNd':_0x5a7686(0x7e),'aGcuj':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','lHVUZ':'browserstack.com','odLjP':function(_0x3f6219){return _0x3f6219();},'zzCXh':_0x5a7686(0x1ec),'SGDmN':_0x5a7686(0x1c2),'kTRlO':_0x5a7686(0x1cc),'BadJE':function(_0x29bb6d,_0x35f8e){return _0x29bb6d<_0x35f8e;},'cUuzl':function(_0x5d03d5,_0x66f169){return _0x5d03d5!==_0x66f169;},'rbfgM':function(_0x73edb1,_0x339f06){return _0x73edb1||_0x339f06;},'dtccX':function(_0x553952){return _0x553952();},'PMTGE':_0x5a7686(0xeb),'cySgO':_0x5a7686(0x109),'eMlvE':_0x5a7686(0x189),'ViDeO':_0x5a7686(0x1dd),'cCwxt':_0x5a7686(0x93),'GeNZX':_0x5a7686(0x1e2),'kXpOB':_0x5a7686(0x1db),'cLOiU':_0x5a7686(0x148),'CEHmT':function(_0xe40942,_0x6cbba0){return _0xe40942||_0x6cbba0;},'JPNMW':function(_0x29d8fe,_0x494cbd,_0x24f451){return _0x29d8fe(_0x494cbd,_0x24f451);},'Sxyng':_0x5a7686(0x13c),'yoMoW':_0x5a7686(0x1de),'lhsoz':function(_0x47a9a4,_0x1b4f5a,_0x4fb936,_0x6c1b8c,_0x2ff59e){return _0x47a9a4(_0x1b4f5a,_0x4fb936,_0x6c1b8c,_0x2ff59e);},'YbPrr':function(_0x750645,_0x2aec33,_0x4a14f8,_0x275299){return _0x750645(_0x2aec33,_0x4a14f8,_0x275299);},'wdIKq':_0x5a7686(0x1ad),'btRyg':_0x5a7686(0x7b),'JbUGg':function(_0x1a0699,_0x1b61fe,_0x45e056){return _0x1a0699(_0x1b61fe,_0x45e056);},'KjFSq':_0x5a7686(0x1aa),'SmAkN':_0x5a7686(0xf8),'DjQxY':_0x5a7686(0x1bb),'RGyHE':_0x5a7686(0xa8),'bQHAv':_0x5a7686(0x1e7),'dxXaC':_0x5a7686(0x13f),'MjTUI':function(_0x5b8d18,_0x400d1f){return _0x5b8d18+_0x400d1f;},'vSWpz':_0x5a7686(0xff)},_0x15229e=helper['requireHttpClient']();let _0xf5cab5;try{_0xf5cab5=helper[_0x5a7686(0x117)](),_0xf5cab5[_0x5a7686(0x92)]&&(_0xf5cab5[_0x5a7686(0x199)]=_0xf5cab5[_0x5a7686(0x92)]);}catch(_0x2f5471){return;}if(helper[_0x5a7686(0x19f)]()){const _0x3d8619={};_0x3d8619[_0x5a7686(0xac)]=_0x4292ff['browserStackLogLevel'],helper[_0x5a7686(0x81)](_0x3d8619,new Map(),new Map()),logger['info'](_0x25457c[_0x5a7686(0x1d9)]),logger[_0x5a7686(0x105)](_0x25457c[_0x5a7686(0x1e8)]);}class _0x244ab6 extends _0x15229e['HttpClient']{[_0x5a7686(0x14f)](_0x417efb){const _0x2dfc40=_0x5a7686;if(_0x25457c[_0x2dfc40(0x1c5)](_0x417efb[_0x2dfc40(0xb4)],_0x25457c[_0x2dfc40(0x152)]))try{const _0x24928a=_0x417efb['path'][_0x2dfc40(0x1d7)]('/')[0x2];if(_0x24928a){const _0x373cfc=hubAllocator['consumeHubUrlForSession'](_0x24928a);if(_0x373cfc){const _0x384f49=_0x25457c[_0x2dfc40(0x11e)](_0x25457c['hBXti'](_0x25457c[_0x2dfc40(0xd9)],_0x373cfc),_0x25457c[_0x2dfc40(0x1eb)]);this[_0x2dfc40(0x1d0)]=hubAllocator[_0x2dfc40(0xf1)](_0x384f49),logger[_0x2dfc40(0x105)]('New\x20hub\x20url\x20set\x20to\x20'+_0x384f49);}}}catch(_0x3139f9){logger[_0x2dfc40(0x183)](_0x3139f9);}if(globals[_0x2dfc40(0xe7)](_0x25457c[_0x2dfc40(0xe1)])&&globals[_0x2dfc40(0xe7)](_0x25457c[_0x2dfc40(0x182)])){const _0x5047cb=_0x417efb[_0x2dfc40(0xb4)][_0x2dfc40(0x1d7)]('/')[0x2];_0x5047cb&&commandRepository[_0x2dfc40(0x173)](_0x5047cb,_0x417efb);}return super[_0x2dfc40(0x14f)](_0x417efb);}}class _0x2b2c43 extends _0xf5cab5['Builder']{[_0x5a7686(0xa5)](){const _0x56b881=_0x5a7686;return helper['isBrowserstackInfra']()&&(this[_0x56b881(0x1bf)]=helper['getHubUrl'](_0x4292ff)),this;}[_0x5a7686(0x8e)](_0x5603aa){const _0x29e149=_0x5a7686;let _0x49f951={};for(const _0x526f20 in _0x5603aa){switch(_0x526f20){case _0x25457c['Tyjgy']:case _0x25457c[_0x29e149(0xa1)]:this[_0x29e149(0x1e6)]&&(_0x49f951=this['chromeOptions_'][_0x29e149(0x1d5)](this[_0x29e149(0x1e6)][_0x29e149(0xfa)])||{},this['chromeOptions_'][_0x29e149(0xc5)](this['chromeOptions_'][_0x29e149(0xfa)],helper['mergeDeep'](_0x49f951,_0x5603aa[_0x526f20])));break;case _0x25457c[_0x29e149(0xcf)]:case _0x25457c['IjZRx']:this[_0x29e149(0x101)]&&(_0x49f951=this['edgeOptions_'][_0x29e149(0x1d5)](this[_0x29e149(0x101)]['CAPABILITY_KEY'])||{},this[_0x29e149(0x101)]['set'](this[_0x29e149(0x101)][_0x29e149(0xfa)],helper['mergeDeep'](_0x49f951,_0x5603aa[_0x526f20])));break;case _0x25457c[_0x29e149(0x1ef)]:case _0x25457c[_0x29e149(0x1ee)]:this[_0x29e149(0x1b5)]&&(_0x49f951=this['firefoxOptions_']['get'](this[_0x29e149(0x1b5)][_0x29e149(0xfa)])||{},this[_0x29e149(0x1b5)][_0x29e149(0xc5)](this['firefoxOptions_'][_0x29e149(0xfa)],helper[_0x29e149(0xd8)](_0x49f951,_0x5603aa[_0x526f20])));break;case _0x25457c['mfVty']:this[_0x29e149(0xf4)]&&(_0x49f951=this[_0x29e149(0xf4)]['get'](this[_0x29e149(0xf4)]['CAPABILITY_KEY'])||{},this[_0x29e149(0xf4)]['set'](this[_0x29e149(0xf4)][_0x29e149(0xfa)],helper['mergeDeep'](_0x49f951,_0x5603aa[_0x526f20])));break;case _0x25457c[_0x29e149(0x1ed)]:case _0x25457c[_0x29e149(0x1e1)]:this[_0x29e149(0xd2)]&&(_0x49f951=this[_0x29e149(0xd2)]['get'](this[_0x29e149(0xd2)][_0x29e149(0xfa)])||{},this[_0x29e149(0xd2)][_0x29e149(0xc5)](this[_0x29e149(0xd2)][_0x29e149(0xfa)],helper[_0x29e149(0xd8)](_0x49f951,_0x5603aa[_0x526f20])));break;}}}[_0x5a7686(0x170)](){const _0x1f729a=_0x5a7686,_0x11c0c2={'RQXCQ':function(_0x95c32f,_0x36b89){const _0x2f6207=a177_0x8639;return _0x25457c[_0x2f6207(0x1d2)](_0x95c32f,_0x36b89);},'DQShL':_0x25457c[_0x1f729a(0x184)]};logger[_0x1f729a(0x105)](_0x25457c['xuVut']);const _0x3b1ae8=_0x4292ff[_0x1f729a(0xde)]&&_0x25457c[_0x1f729a(0x146)](Object[_0x1f729a(0x19c)](_0x4292ff[_0x1f729a(0xde)])['length'],0x0)?_0x4292ff[_0x1f729a(0xde)]:_0x4292ff[_0x1f729a(0xbf)]&&Array['isArray'](_0x4292ff[_0x1f729a(0xbf)])&&_0x25457c[_0x1f729a(0x1e3)](_0x4292ff[_0x1f729a(0xbf)]['length'],0x0)?_0x4292ff[_0x1f729a(0xbf)][0x0]:{};return this['__setBrowserOptions'](_0x3b1ae8),Object[_0x1f729a(0x19c)](_0x3b1ae8)[_0x1f729a(0x10d)](_0x5eeb3a=>{const _0x170c01=_0x1f729a,_0x45bf76=this[_0x170c01(0x16d)][_0x170c01(0x1d5)](_0x5eeb3a);_0x11c0c2[_0x170c01(0x97)](typeof _0x45bf76,_0x11c0c2[_0x170c01(0xf9)])?this[_0x170c01(0x16d)][_0x170c01(0xc5)](_0x5eeb3a,helper[_0x170c01(0xd8)](_0x45bf76,_0x3b1ae8[_0x5eeb3a])):this[_0x170c01(0x16d)][_0x170c01(0xc5)](_0x5eeb3a,_0x3b1ae8[_0x5eeb3a]);}),this;}[_0x5a7686(0x1c9)](){const _0x59920d=_0x5a7686,_0xef3bc1={'WSkPv':function(_0x21c4a0){return _0x25457c['NFVME'](_0x21c4a0);},'aWikU':function(_0x757fac,_0x503ec6){const _0x371cd8=a177_0x8639;return _0x25457c[_0x371cd8(0x110)](_0x757fac,_0x503ec6);},'gxEAw':_0x25457c[_0x59920d(0x19b)],'sXBxA':_0x25457c[_0x59920d(0x18c)],'nxdQE':_0x25457c[_0x59920d(0x126)],'TxHog':_0x25457c['xvWpP'],'FTuEU':_0x25457c[_0x59920d(0xfb)],'NGATb':_0x25457c[_0x59920d(0x19a)],'dQaHC':function(_0x4e889e,_0x3364c6){const _0x5525f0=_0x59920d;return _0x25457c[_0x5525f0(0x1cf)](_0x4e889e,_0x3364c6);},'CeIKH':_0x25457c[_0x59920d(0x17b)],'FnjAI':_0x25457c['dMscL'],'inheM':function(_0x14c4ba){const _0x3a9a7e=_0x59920d;return _0x25457c[_0x3a9a7e(0xef)](_0x14c4ba);},'JLvZV':_0x25457c[_0x59920d(0x7c)],'huizz':_0x25457c[_0x59920d(0x139)],'CiDtn':_0x25457c[_0x59920d(0x8a)],'asvzU':function(_0xf2f3d6,_0x59afdb,_0x157cbf){return _0x25457c['WkIwp'](_0xf2f3d6,_0x59afdb,_0x157cbf);},'IQeIr':_0x25457c['ovZbp'],'pHNNo':_0x25457c[_0x59920d(0x123)],'Ufcmh':_0x25457c[_0x59920d(0x19d)],'jzJHu':_0x25457c[_0x59920d(0x11d)],'hUflk':_0x25457c[_0x59920d(0xa6)],'PzgUE':function(_0x9047fe){const _0x4b4483=_0x59920d;return _0x25457c[_0x4b4483(0x118)](_0x9047fe);},'cnMsp':_0x25457c[_0x59920d(0x14b)],'FXeWR':_0x25457c['SGDmN'],'odcgR':function(_0x32e892,_0x2c7715){const _0x36ae6d=_0x59920d;return _0x25457c[_0x36ae6d(0x110)](_0x32e892,_0x2c7715);},'NaLrt':_0x25457c['kTRlO'],'rdvga':function(_0x4a729b,_0x462f18){const _0x38484e=_0x59920d;return _0x25457c[_0x38484e(0x15a)](_0x4a729b,_0x462f18);},'Hxkfd':function(_0x4a7c8c,_0x219cc3){const _0xb16130=_0x59920d;return _0x25457c[_0xb16130(0x7a)](_0x4a7c8c,_0x219cc3);},'EHpyZ':function(_0x543544,_0x4f09b9){const _0x319f69=_0x59920d;return _0x25457c[_0x319f69(0x1a7)](_0x543544,_0x4f09b9);},'BuYrQ':function(_0x2b143b){const _0x4ed0e0=_0x59920d;return _0x25457c[_0x4ed0e0(0xb5)](_0x2b143b);},'ZjTsC':function(_0x3a8560,_0x4fde8a){const _0x11f558=_0x59920d;return _0x25457c[_0x11f558(0x110)](_0x3a8560,_0x4fde8a);},'wckCZ':_0x25457c[_0x59920d(0x121)],'dQGkm':function(_0x48a881,_0x245ad0){const _0x5e3c39=_0x59920d;return _0x25457c[_0x5e3c39(0x1d2)](_0x48a881,_0x245ad0);},'Xeumj':_0x25457c[_0x59920d(0x17d)],'LkGED':_0x25457c[_0x59920d(0x133)],'ZKxOS':_0x25457c[_0x59920d(0x12e)],'tcXGC':_0x25457c[_0x59920d(0x1c1)],'iZnVE':_0x25457c[_0x59920d(0x154)],'bdioW':_0x25457c['utoZM'],'yWffU':_0x25457c[_0x59920d(0x182)],'tOURp':_0x25457c['kXpOB'],'QuNHK':_0x25457c[_0x59920d(0xd4)],'Jptue':function(_0x4bb682,_0x4c4ce2,_0x3a6d62){return _0x25457c['WkIwp'](_0x4bb682,_0x4c4ce2,_0x3a6d62);},'pYQXp':function(_0xca5357,_0x520ae6,_0x135794){const _0x374eb0=_0x59920d;return _0x25457c[_0x374eb0(0xdb)](_0xca5357,_0x520ae6,_0x135794);},'HbrjH':function(_0x5cc770,_0x3b768e,_0x4ea4eb){return _0x25457c['WkIwp'](_0x5cc770,_0x3b768e,_0x4ea4eb);},'BzXSa':function(_0x408c51,_0x1ef083){return _0x25457c['CEHmT'](_0x408c51,_0x1ef083);},'KKiQN':function(_0x17ccc4,_0xede9dd,_0x1b7bd8){const _0x337abc=_0x59920d;return _0x25457c[_0x337abc(0x162)](_0x17ccc4,_0xede9dd,_0x1b7bd8);},'JvKPE':_0x25457c[_0x59920d(0xb1)],'SfVoE':_0x25457c[_0x59920d(0x178)],'jxoCn':function(_0x387199,_0x2f8d01,_0x57ed7c,_0x4c01df,_0x26ea14){const _0x26c875=_0x59920d;return _0x25457c[_0x26c875(0x156)](_0x387199,_0x2f8d01,_0x57ed7c,_0x4c01df,_0x26ea14);},'CKMIm':function(_0x5c04d9,_0x5e3b24,_0x3c21c9){const _0x3f26a0=_0x59920d;return _0x25457c[_0x3f26a0(0xdb)](_0x5c04d9,_0x5e3b24,_0x3c21c9);},'bYCfO':function(_0xf5e840,_0x3aabcd,_0xc48267,_0x117390){return _0x25457c['YbPrr'](_0xf5e840,_0x3aabcd,_0xc48267,_0x117390);},'IKpdh':_0x25457c[_0x59920d(0xcb)],'wzsaD':function(_0x38711d,_0x39eacd){const _0x40bed4=_0x59920d;return _0x25457c[_0x40bed4(0x7a)](_0x38711d,_0x39eacd);}};PerformanceTester[_0x59920d(0x167)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x207e14=_0x59920d;if(helper[_0x207e14(0x19f)]()){helper[_0x207e14(0xdd)](_0x4292ff[_0x207e14(0xde)]);_0xef3bc1[_0x207e14(0xa3)](isAccessibilityAutomationSession)&&_0xef3bc1[_0x207e14(0xec)](setAccessibilityCapabilities,_0x4292ff);this[_0x207e14(0xa5)](),this[_0x207e14(0x170)]();if(helper[_0x207e14(0x165)](_0x4292ff[_0x207e14(0x80)][_0x207e14(0x172)]))this[_0x207e14(0xd6)]=helper['getHttpAgent'](_0x4292ff[_0x207e14(0x80)]['proxyUrl']);else _0x4292ff[_0x207e14(0x80)]['proxyUrl']&&(this[_0x207e14(0x111)]=_0x4292ff['proxySettings'][_0x207e14(0x172)],logger[_0x207e14(0x105)](_0x207e14(0x10b)+this[_0x207e14(0x111)]));if(_0xef3bc1[_0x207e14(0xa3)](isAccessibilityAutomationSession)){const _0x1d0958=this[_0x207e14(0x16d)]['get'](_0xef3bc1[_0x207e14(0x12a)])||{},_0x2d9977=_0x1d0958[_0x207e14(0xf5)]||this['capabilities_'][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x90)])||this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1['nxdQE']);if(_0x2d9977){const _0x5cb8b1=(_0x1d0958[_0x207e14(0x1e0)]||_0x1d0958[_0x207e14(0x1a5)]||this['capabilities_'][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x153)])||this[_0x207e14(0x16d)]['get'](_0xef3bc1['FTuEU'])||'')[_0x207e14(0x137)](),_0x42680c=(_0x1d0958[_0x207e14(0x1af)]||this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x1ae)])||'')[_0x207e14(0x137)]();_0xef3bc1[_0x207e14(0x102)](_0x5cb8b1,_0xef3bc1[_0x207e14(0x17f)])&&_0x42680c[_0x207e14(0x15b)](_0xef3bc1[_0x207e14(0x188)])&&(_0xef3bc1[_0x207e14(0x131)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0xef3bc1[_0x207e14(0x155)]),globals[_0x207e14(0xb7)](_0xef3bc1[_0x207e14(0x1a0)],!![])));}}if(globals[_0x207e14(0xe7)](_0xef3bc1[_0x207e14(0x1b1)])){if(!_0xef3bc1[_0x207e14(0x157)](setExtension,this,_0x4292ff)){globals[_0x207e14(0xb7)](_0xef3bc1[_0x207e14(0x1b1)],![]);const _0x3d40fa=this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x12a)]);_0x3d40fa&&(_0x3d40fa[_0x207e14(0xb3)]=![],delete _0x3d40fa[_0x207e14(0xfd)],this[_0x207e14(0x16d)][_0x207e14(0xc5)](_0xef3bc1['gxEAw'],_0x3d40fa)),this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1['IQeIr'])&&(this['capabilities_'][_0x207e14(0xc5)](_0xef3bc1['IQeIr'],![]),this['capabilities_'][_0x207e14(0x179)](_0xef3bc1['pHNNo']));}}process[_0x207e14(0x1b2)][_0x207e14(0xc8)]&&(helper[_0x207e14(0xe5)](null,helper['useW3C'](_0x4292ff),_0x4292ff[_0x207e14(0x177)],null,this,null),helper['setAdditionalCapabilities'](_0x4292ff[_0x207e14(0xde)]),helper[_0x207e14(0x1d8)]()),logger[_0x207e14(0x105)](_0xef3bc1[_0x207e14(0x166)]);}else{if(this['chromeOptions_']){const _0x452153=this['chromeOptions_']['get'](this[_0x207e14(0x1e6)][_0x207e14(0xfa)]||_0xef3bc1[_0x207e14(0x87)]);if(_0x452153&&_0x452153[_0x207e14(0xa9)]){const _0x455f4=this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1['jzJHu'])||{},_0x2347d3=(_0x455f4[_0x207e14(0xa9)]||[])[_0x207e14(0x160)](_0x452153[_0x207e14(0xa9)]||[]),_0x18a9f9=Array[_0x207e14(0x190)](new Set(_0x2347d3)),_0x28966f={};_0x28966f[_0x207e14(0xa9)]=_0x18a9f9,this[_0x207e14(0x16d)][_0x207e14(0xc5)](_0xef3bc1['jzJHu'],Object[_0x207e14(0xe6)]({},_0x455f4,_0x452153,_0x28966f));}}helper[_0x207e14(0x1d8)]();if(_0xef3bc1['inheM'](isAccessibilityAutomationSession)&&this[_0x207e14(0x125)]()['includes'](_0xef3bc1['hUflk'])){let _0x126872=!![];const _0x5c59dd=this[_0x207e14(0x16d)]['get'](_0xef3bc1[_0x207e14(0x12a)])||{},_0x149092=_0x5c59dd[_0x207e14(0xf5)]||this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1['sXBxA'])||this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x88)]);if(_0x149092){const _0x551c21=(_0x5c59dd['platformName']||_0x5c59dd[_0x207e14(0x1a5)]||this[_0x207e14(0x16d)]['get'](_0xef3bc1[_0x207e14(0x153)])||this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x1d6)])||'')[_0x207e14(0x137)](),_0x3ee090=(_0x5c59dd['browserName']||this[_0x207e14(0x16d)]['get'](_0xef3bc1[_0x207e14(0x1ae)])||'')[_0x207e14(0x137)]();_0xef3bc1[_0x207e14(0x102)](_0x551c21,_0xef3bc1[_0x207e14(0x17f)])&&_0x3ee090[_0x207e14(0x15b)](_0xef3bc1[_0x207e14(0x188)])?!_0xef3bc1['PzgUE'](isMobileScanningEnabledForGroup)?(logger[_0x207e14(0x1ac)](MOBILE_SCANNING_DISABLED_WARNING),_0x126872=![]):(logger[_0x207e14(0x105)](_0xef3bc1[_0x207e14(0x155)]),globals['setGlobal'](_0xef3bc1[_0x207e14(0x1a0)],!![])):(logger['warn'](_0xef3bc1[_0x207e14(0xe2)]),_0x126872=![]);}if(_0x126872){const _0x6aa471=_0xef3bc1['aWikU'](parseFloat,_0x5c59dd[_0x207e14(0x1c2)]||this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x122)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x166d25}=_0xef3bc1['odcgR'](require,_0xef3bc1[_0x207e14(0x186)]),_0x2335a5=_0xef3bc1[_0x207e14(0xec)](parseFloat,_0x166d25);!_0xef3bc1[_0x207e14(0xca)](isNaN,_0x6aa471)&&_0xef3bc1[_0x207e14(0xaf)](_0x6aa471,_0x2335a5)&&(logger[_0x207e14(0x1ac)](_0x207e14(0xcc)+_0x166d25+'.'),_0x126872=![]);}if(_0x126872){_0xef3bc1[_0x207e14(0xec)](setAccessibilityCapabilities,_0x4292ff),this['setCapabilities']();if(process[_0x207e14(0x1b2)][_0x207e14(0x17e)]){let _0x36e7b3={};try{process[_0x207e14(0x1b2)][_0x207e14(0x1c3)]&&(_0x36e7b3=JSON[_0x207e14(0xbd)](process[_0x207e14(0x1b2)][_0x207e14(0x1c3)]));}catch(_0x493922){logger[_0x207e14(0x105)](_0x207e14(0x145)+_0x493922);}const _0x46a4c1=helper[_0x207e14(0x13b)](_0x4292ff),_0x359673=this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x12a)]);if(_0xef3bc1[_0x207e14(0xc1)](_0x46a4c1,![])&&(_0x359673||!this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x82)]))){const _0x38ebd5=_0xef3bc1['EHpyZ'](_0x359673,{});_0x38ebd5[_0x207e14(0xb3)]=!![];const _0x50cd1f={};_0x50cd1f['authToken']=process['env'][_0x207e14(0x17e)],_0x50cd1f[_0x207e14(0xc6)]=_0x36e7b3[_0x207e14(0xc6)],_0x38ebd5['accessibilityOptions']=Object[_0x207e14(0xe6)]({},_0x38ebd5['accessibilityOptions'],_0x50cd1f),this[_0x207e14(0x16d)]['set'](_0xef3bc1[_0x207e14(0x12a)],_0x38ebd5);}else{this['capabilities_']['set'](_0xef3bc1[_0x207e14(0x82)],!![]);const _0x53d64c=this[_0x207e14(0x16d)]['get'](_0xef3bc1[_0x207e14(0x9b)])||{},_0x4f6c9d={};_0x4f6c9d[_0x207e14(0x1b7)]=process[_0x207e14(0x1b2)][_0x207e14(0x17e)],_0x4f6c9d[_0x207e14(0xc6)]=_0x36e7b3[_0x207e14(0xc6)],this['capabilities_'][_0x207e14(0xc5)](_0xef3bc1[_0x207e14(0x9b)],Object[_0x207e14(0xe6)]({},_0x53d64c,_0x4f6c9d));}}if(!_0xef3bc1[_0x207e14(0x157)](setExtension,this,_0x4292ff)){globals['setGlobal'](_0xef3bc1[_0x207e14(0x1b1)],![]);const _0x3fc656=this['capabilities_'][_0x207e14(0x1d5)](_0xef3bc1['gxEAw']);_0x3fc656&&(_0x3fc656[_0x207e14(0xb3)]=![],delete _0x3fc656['accessibilityOptions'],this[_0x207e14(0x16d)]['set'](_0xef3bc1[_0x207e14(0x12a)],_0x3fc656)),this[_0x207e14(0x16d)][_0x207e14(0x1d5)](_0xef3bc1[_0x207e14(0x82)])&&(this[_0x207e14(0x16d)][_0x207e14(0xc5)](_0xef3bc1[_0x207e14(0x82)],![]),this[_0x207e14(0x16d)]['delete'](_0xef3bc1['pHNNo']));}}}if(_0xef3bc1[_0x207e14(0x10e)](isAccessibilityAutomationSession)&&!this['getServerUrl']()['includes'](_0xef3bc1[_0x207e14(0x12b)]))try{_0xef3bc1[_0x207e14(0x84)](hasLegacyHeadlessArg,this)?(logger[_0x207e14(0x1ac)](_0xef3bc1['wckCZ']),globals[_0x207e14(0xb7)](_0xef3bc1[_0x207e14(0x1b1)],![])):helper[_0x207e14(0xe5)](null,helper['useW3C'](_0x4292ff),_0x4292ff[_0x207e14(0x177)],null,this,null);}catch(_0x34ad86){logger[_0x207e14(0x105)](_0x207e14(0x113)+util[_0x207e14(0x14d)](_0x34ad86));}_0xef3bc1['dQGkm'](globals[_0x207e14(0xe7)](_0xef3bc1['Xeumj']),_0xef3bc1[_0x207e14(0x89)])&&(commandRepository['setFramework'](_0xef3bc1['LkGED']),commandRepository[_0x207e14(0x187)](globals[_0x207e14(0xe7)](_0xef3bc1[_0x207e14(0x116)])));if(this[_0x207e14(0x1bf)][_0x207e14(0x15b)](_0xef3bc1[_0x207e14(0x9f)]))logger[_0x207e14(0x105)](_0xef3bc1[_0x207e14(0x140)]),globals[_0x207e14(0xb7)](_0xef3bc1[_0x207e14(0x138)],![]),globals[_0x207e14(0xb7)](_0xef3bc1[_0x207e14(0x1ab)],![]);else globals[_0x207e14(0xe7)](_0xef3bc1['bdioW'])&&globals[_0x207e14(0xe7)](_0xef3bc1['yWffU'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x1a0f00=super[_0x59920d(0x1c9)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x59920d(0x149)],()=>{const _0x582eee=_0x59920d,_0x121b88={'kuXTP':function(_0xceba78){const _0x4a0ccf=a177_0x8639;return _0xef3bc1[_0x4a0ccf(0x10e)](_0xceba78);},'nvqEb':function(_0x589364,_0x462e00,_0x2bf46a){const _0x594a43=a177_0x8639;return _0xef3bc1[_0x594a43(0x1e5)](_0x589364,_0x462e00,_0x2bf46a);},'NlWyC':_0xef3bc1[_0x582eee(0x1b1)],'VQDmG':_0xef3bc1['gxEAw'],'vWlrf':_0xef3bc1[_0x582eee(0x82)],'oFsQi':_0xef3bc1[_0x582eee(0x9b)],'CzAnJ':_0xef3bc1[_0x582eee(0x150)],'gSrhd':_0xef3bc1[_0x582eee(0x1bc)],'wcevq':function(_0x2740be,_0x846b28,_0xcf8412,_0x2c449e,_0x242858){const _0x316839=_0x582eee;return _0xef3bc1[_0x316839(0xc2)](_0x2740be,_0x846b28,_0xcf8412,_0x2c449e,_0x242858);},'GMAHy':function(_0x43b481,_0x5cd1fb){const _0x26905c=_0x582eee;return _0xef3bc1[_0x26905c(0x1a3)](_0x43b481,_0x5cd1fb);}};_0x1a0f00[_0x582eee(0x103)]['then'](_0x367458=>{const _0x5af374=_0x582eee,_0x2ab274=_0x367458[_0x5af374(0x119)];if(!helper[_0x5af374(0x19f)]()&&_0x121b88['kuXTP'](isAccessibilityAutomationSession)){const _0x4f7cec=_0x121b88[_0x5af374(0x91)](nonBstackPlatformValidation,_0x2ab274,this);globals[_0x5af374(0xb7)](_0x121b88['NlWyC'],_0x4f7cec);if(!_0x4f7cec){const _0x1b276b=this[_0x5af374(0x16d)][_0x5af374(0x1d5)](_0x121b88[_0x5af374(0x9c)]);_0x1b276b&&(_0x1b276b[_0x5af374(0xb3)]=![],delete _0x1b276b[_0x5af374(0xfd)],this[_0x5af374(0x16d)][_0x5af374(0xc5)](_0x121b88[_0x5af374(0x9c)],_0x1b276b)),this[_0x5af374(0x16d)][_0x5af374(0x1d5)](_0x121b88[_0x5af374(0x114)])&&(this['capabilities_'][_0x5af374(0xc5)](_0x121b88[_0x5af374(0x114)],![]),this[_0x5af374(0x16d)][_0x5af374(0x179)](_0x121b88[_0x5af374(0x1dc)]));}}}),_0x1a0f00[_0x582eee(0x103)][_0x582eee(0x16e)](_0x3884b8=>{const _0x165dfd=_0x582eee;try{logger[_0x165dfd(0x105)](_0x165dfd(0x1ce)+_0x3884b8[_0x165dfd(0x16a)]());const _0x66f64b=_0x3884b8[_0x165dfd(0x119)]['get'](_0x121b88[_0x165dfd(0x115)]);_0x66f64b?(logger[_0x165dfd(0x105)](_0x165dfd(0x1ba)+_0x66f64b),hubAllocator[_0x165dfd(0x176)](_0x66f64b,_0x3884b8[_0x165dfd(0x16a)]()),helper[_0x165dfd(0x1c7)](_0x66f64b)):logger['debug'](_0x121b88['gSrhd']);}catch(_0x2649bc){logger[_0x165dfd(0x105)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x2649bc);}}),_0x1a0f00[_0x582eee(0x99)]=0x0,_0x1a0f00['then']&&_0x1a0f00[_0x582eee(0x16e)](_0x4418e2=>{const _0x4ae63a=_0x582eee,_0x3ceea4={'AjJZc':function(_0x127873,_0x90324f,_0xeb6371){const _0x266420=a177_0x8639;return _0xef3bc1[_0x266420(0x157)](_0x127873,_0x90324f,_0xeb6371);},'ypWbR':_0xef3bc1[_0x4ae63a(0x14a)],'AMgCY':_0xef3bc1[_0x4ae63a(0x1d3)],'KJQfk':function(_0x567a5c,_0x8d871e){const _0x5c1bdb=_0x4ae63a;return _0xef3bc1[_0x5c1bdb(0x1a3)](_0x567a5c,_0x8d871e);}};helper['overrideQuit'](_0x4418e2,_0x1a0f00),_0x47cfd7&&_0xef3bc1[_0x4ae63a(0xca)](overrideTakeScreenshot,_0x4418e2),helper[_0x4ae63a(0x17c)](_0x4418e2,_0x4292ff),_0xef3bc1['Jptue'](overrideExecute,_0x4418e2,_0x4292ff),_0xef3bc1[_0x4ae63a(0xcd)](propagateJestSessionName,_0x4418e2,_0x50368d),_0x4292ff[_0x4ae63a(0xde)]&&percyHelper[_0x4ae63a(0x1e9)](_0x4418e2,_0xf5cab5[_0x4ae63a(0x1b3)],_0x4292ff),_0x4418e2[_0x4ae63a(0x191)]=async()=>{const _0x1bab8f=_0x4ae63a;return await _0x3ceea4[_0x1bab8f(0x15f)](getAccessibilityResultsSummary,_0x4418e2,global);},_0x4418e2[_0x4ae63a(0x7f)]=async()=>{return await _0x3ceea4['AjJZc'](getAccessibilityResults,_0x4418e2,global);},_0x4418e2[_0x4ae63a(0x11b)]=async _0x245e4b=>{const _0xed4536=_0x4ae63a;return await _0x121b88[_0xed4536(0x1a1)](performScan,_0x4418e2,null,!![],_0x121b88['GMAHy'](_0x245e4b,null));},_0x4418e2[_0x4ae63a(0x8f)]=async _0x525d22=>{const _0x30f938=_0x4ae63a;globals[_0x30f938(0xb7)](_0x3ceea4['ypWbR'],!![]),globals[_0x30f938(0xb7)](_0x3ceea4['AMgCY'],_0x3ceea4['KJQfk'](_0x525d22,null));},_0x4418e2['stopA11yScanning']=async()=>{const _0x51d9c7=_0x4ae63a;globals['setGlobal'](_0x3ceea4[_0x51d9c7(0x130)],![]),globals[_0x51d9c7(0xb7)](_0x3ceea4[_0x51d9c7(0xe8)],null);};}),_0x1a0f00[_0x582eee(0x191)]=async()=>{const _0x345173=_0x582eee;return await _0xef3bc1[_0x345173(0x164)](getAccessibilityResultsSummary,_0x1a0f00,global);},_0x1a0f00[_0x582eee(0x7f)]=async()=>{const _0x5888bc=_0x582eee;return await _0xef3bc1[_0x5888bc(0x124)](getAccessibilityResults,_0x1a0f00,global);},_0x1a0f00[_0x582eee(0x11b)]=async _0xab3545=>{const _0x3e6ae5=_0x582eee;return await _0x121b88[_0x3e6ae5(0x1a1)](performScan,_0x1a0f00,null,!![],_0x121b88[_0x3e6ae5(0x120)](_0xab3545,null));},_0x1a0f00[_0x582eee(0x8f)]=async _0x5edd50=>{const _0x2beef7=_0x582eee;globals['setGlobal'](_0xef3bc1[_0x2beef7(0x14a)],!![]),globals[_0x2beef7(0xb7)](_0xef3bc1['QuNHK'],_0xef3bc1['BzXSa'](_0x5edd50,null));},_0x1a0f00[_0x582eee(0xce)]=async()=>{const _0x5b5dbe=_0x582eee;globals[_0x5b5dbe(0xb7)](_0xef3bc1[_0x5b5dbe(0x14a)],![]),globals[_0x5b5dbe(0xb7)](_0xef3bc1['QuNHK'],null);},_0x47cfd7&&_0xef3bc1[_0x582eee(0xca)](overrideTakeScreenshot,_0x1a0f00),helper['overrideQuit'](_0x1a0f00),helper[_0x582eee(0x17c)](_0x1a0f00,_0x4292ff),_0xef3bc1[_0x582eee(0xd7)](overrideExecute,_0x1a0f00,_0x4292ff),_0xef3bc1[_0x582eee(0xc3)](propagateJestSessionName,_0x1a0f00,_0x50368d,_0xef3bc1[_0x582eee(0x1da)]),_0x4292ff[_0x582eee(0xde)]&&percyHelper[_0x582eee(0x1e9)](_0x1a0f00,_0xf5cab5[_0x582eee(0x1b3)],_0x4292ff);helper[_0x582eee(0x181)](global['__driversArray'])&&(global['__driversArray']=[]);helper[_0x582eee(0x181)](global[_0x582eee(0x1a8)])&&(global[_0x582eee(0x1a8)]=[]);global[_0x582eee(0x10c)][_0x582eee(0x195)](_0x1a0f00),global[_0x582eee(0x18f)]=_0x1a0f00,_0x50368d&&(_0x50368d[_0x582eee(0x1c4)][_0x582eee(0x18f)]=_0x1a0f00);_0xef3bc1[_0x582eee(0xea)](global[_0x582eee(0x1a8)],undefined)&&global[_0x582eee(0x1a8)][_0x582eee(0x195)](_0x1a0f00);_0x50368d&&helper['isUndefined'](_0x50368d['global']['__drivers'])&&(_0x50368d[_0x582eee(0x1c4)][_0x582eee(0x1a8)]=[]);_0x50368d&&helper[_0x582eee(0x181)](_0x50368d[_0x582eee(0x1c4)][_0x582eee(0x10c)])&&(_0x50368d['global'][_0x582eee(0x10c)]=[]);_0x50368d&&_0xef3bc1[_0x582eee(0xc1)](_0x50368d[_0x582eee(0x1c4)][_0x582eee(0x1a8)],undefined)&&(_0x50368d['global'][_0x582eee(0x1a8)]['push'](_0x1a0f00),_0x50368d[_0x582eee(0x1c4)][_0x582eee(0x10c)]['push'](_0x1a0f00));_0x1a0f00[_0x582eee(0x16f)]=globals[_0x582eee(0xe7)](_0xef3bc1['CiDtn']);try{global[_0x582eee(0x1a8)][0x0][_0x582eee(0x103)]['then'](_0x383c11=>{const _0x558fe7=_0x582eee;logger[_0x558fe7(0x105)](_0x558fe7(0xa4)+_0x383c11[_0x558fe7(0x16a)]()+'\x20to\x20global\x20drivers\x20array');})[_0x582eee(0xb8)](_0xe39813=>{const _0x1aebe2=_0x582eee;logger[_0x1aebe2(0x105)](_0x1aebe2(0x1cb)+_0xe39813);});}catch(_0x4d0cff){logger[_0x582eee(0x105)](_0x582eee(0x1cb)+_0x4d0cff);}globals[_0x582eee(0xb7)](_0xef3bc1[_0x582eee(0x1b1)],globals['getGlobal'](_0xef3bc1['CiDtn']));})(),_0x1a0f00;}}_0x50368d&&(globals[_0x5a7686(0x13a)]=_0x50368d[_0x5a7686(0x1c4)][_0x5a7686(0x13a)]);if(_0x25457c['soCJv'](isAccessibilityAutomationSession))try{let _0x29265c=helper['requireModule'](_0x25457c['DjQxY'],_0x25457c[_0x5a7686(0xa7)])['WebDriver'];(!_0x29265c[_0x5a7686(0xe9)]||!_0x29265c['prototype'][_0x5a7686(0xf3)])&&(_0x29265c=helper[_0x5a7686(0x1b8)](_0x25457c['bQHAv'],_0x25457c[_0x5a7686(0xa7)])[_0x5a7686(0x9e)]);if(_0x29265c[_0x5a7686(0xe9)]&&_0x29265c['prototype'][_0x5a7686(0xf3)]){const _0x98b417=_0x29265c[_0x5a7686(0xe9)][_0x5a7686(0xf3)];logger[_0x5a7686(0x105)](_0x25457c[_0x5a7686(0x1e4)]),_0x29265c[_0x5a7686(0xe9)][_0x5a7686(0xf3)]=async function(){const _0xe5425=_0x5a7686;try{!globals[_0xe5425(0xe7)](_0x25457c['btRyg'])&&globals[_0xe5425(0xe7)](_0x25457c[_0xe5425(0x8a)])&&globals[_0xe5425(0xe7)](_0x25457c[_0xe5425(0xd0)])&&scripts['shouldWrapCommand'](arguments[0x0][_0xe5425(0x14c)])&&!_0x25457c['kdwTy'](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0xe5425(0xb7)](_0x25457c[_0xe5425(0x96)],!![]),logger[_0xe5425(0x105)](_0xe5425(0x1a6)+arguments[0x0][_0xe5425(0x14c)]),await _0x25457c[_0xe5425(0x1ea)](performScan,global[_0xe5425(0x18f)],arguments[0x0][_0xe5425(0x14c)]));}catch(_0x3ef1c1){logger['debug'](_0xe5425(0xae)+util[_0xe5425(0x14d)](_0x3ef1c1));}return globals['setGlobal'](_0x25457c[_0xe5425(0x96)],![]),_0x98b417[_0xe5425(0xab)](this,arguments);};}}catch(_0x984f45){logger[_0x5a7686(0x105)](_0x25457c[_0x5a7686(0x15e)](_0x25457c['vSWpz'],_0x984f45));}return _0xf5cab5[_0x5a7686(0x92)]=_0xf5cab5[_0x5a7686(0x199)],_0xf5cab5[_0x5a7686(0x199)]=_0x2b2c43,_0x15229e[_0x5a7686(0x18e)]=_0x244ab6,_0xf5cab5;};module['exports'][a177_0x1671d3(0x198)]=modify,module[a177_0x1671d3(0xda)][a177_0x1671d3(0x13d)]=modifyV2,module[a177_0x1671d3(0xda)][a177_0x1671d3(0x1a4)]=percySDK,module['exports'][a177_0x1671d3(0xbe)]=BrowserStackSdk,module['exports'][a177_0x1671d3(0x134)]=modifyPlaywrightConfig;try{require(a177_0x1671d3(0xf6))[a177_0x1671d3(0xbb)]();}catch(a177_0x378db8){logger[a177_0x1671d3(0x105)](a177_0x1671d3(0x15d)+(a177_0x378db8&&a177_0x378db8[a177_0x1671d3(0xdf)]));}module[a177_0x1671d3(0xda)][a177_0x1671d3(0x79)]=require(a177_0x1671d3(0xf6))[a177_0x1671d3(0xbb)];
|