browserstack-node-sdk 1.63.0 → 1.63.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_0x1f9f(_0x23233c,_0x120a40){const _0x58be9d=a177_0x58be();return a177_0x1f9f=function(_0x1f9f36,_0x19754e){_0x1f9f36=_0x1f9f36-0xc1;let _0x50cf4f=_0x58be9d[_0x1f9f36];return _0x50cf4f;},a177_0x1f9f(_0x23233c,_0x120a40);}const a177_0x3b0d44=a177_0x1f9f;function a177_0x58be(){const _0x2f5535=['format','setGlobal','NHCRn','chromeOptions_','qlvxC','AtiYj','NcfCA','percy','SDK_PRE_INITIALIZE','KxLAw','lZcfn','device','fKksf','browserName','QQbRX','browserStackLogLevel','htnpE','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','xCDNK','lCjbU','accessibility','performScan','requireSeleniumWebdriver','VtEnh','__driver','https://','ms:edgeOptions','nTkys','JwUrC','execute','zGrnj','overrideGet','New\x20hub\x20url\x20set\x20to\x20','UnjJl','forEach','./helpers/accessibility-automation/helper','BS_A11Y_JWT','getGlobal','setConfig','xiGjA','HttpClient','edgeOptions','goog:chromeOptions','VktNN','wcRfv','dRoIH','wUWYo','./hubAllocationMethods','bstackA11yShouldScan','split','push','Modifying\x20webdriver\x20execute','160380LdBeLN','browserVersion','qxDvz','.browserstack.com','proxySettings','Builder','eOYfA','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','env','EWrJt','setCapabilities','gSKIK','Setting\x20Browserstack\x20capabilities','WNMPq','bstack:options','ykCZD','chrome','jbZlx','tGYSX','browserstack.accessibility','readTcgAuthConfigToGlobal','wtdJe','21738ZAltcz','./helpers/accessibility-automation/scripts','shouldWrapCommand','xQuKp','Proxy\x20set\x20to\x20','NyPjE','zIEUG','gtwDy','mpMSI','platformName','IQMQQ','zRZBK','prototype','dhlsN','MIxsy','se:ieOptions','TGtAW','url_','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','optimalHubUrl','__driversArray','IPcMa','includes','uGkBl','CePAg','vzDUw','KzTvj','accessibilityOptions','pushCommand','POfUt','AQYmC','KvOXy','LMVpQ','ZNosA','getId','ieOptions','toLowerCase','Unable\x20to\x20find\x20executor\x20class\x20','VsyOo','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','Performing\x20scan\x20for\x20','__drivers','prepareCapabilities','parameters_','edgeOptions_','requireHttpClient','setFramework','OqLdp','WebElement','setting\x20driver\x20Session\x20ID:\x20','Modifying\x20webdriver\x20builder','length','zDOSA','measureWrapper','(sync)','chromeOptions','1407312PDNkvk','LZacx','gnsvW','725803IPaOyW','fbXKe','consumeHubUrlForSession','wzGDO','path','platform','ZiJrU','RTRHB','isAccessibilityPlatform','proxyUrl','CAPABILITY_KEY','send','ejLtJ','framework','bstackA11yScanOptions','kTvGh','./helpers/patchHelper','GdWox','PiSEg','firefoxOptions_','BROWSERSTACK_TURBOSCALE','isPacProxy','aiHeal_isHealingEnabled','safari.options','OMoPr','__setBrowserOptions','./helpers/percy/PercySDK','aiSdk_bstackConfig','hJHMl','getAccessibilityResults','android','432ayxPmQ','scannerVersion','capabilities_','requireModule','browserStackGlobals','WRhLF','2077432HuDFIp','YMdau','DfQKp','./bin/playwright/modifyPlaywrightConf','MuOaA','SoBse','deviceName','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','mergeDeep','PAfcd','jjVOA','./helpers/performance/performance-tester','45zesTMV','ieOptions_','Executor','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','message','get','storeOptimalHubUrl','nOVHk','cQBfe','ylYFs','concat','authToken','safariOptions_','Pwjqi','HSAwl','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','dSpWt','totXS','jPPrX','selenium-webdriver/lib/webdriver.js','LWcqr','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','browserstackAgent','JyXId','htdbi','from','isUndefined','Cyyuk','kUmUr','KnXfE','overrideQuit','proxy_','drHen','mjjZa','WebDriver','installAll','isMobilePlatform','/session','LAEAm','PYITU','oJxBt','patchDriverPercy','rlaiz','warn','AXFxo','UaaOQ','CinFZ','COsyX','vScrN','OJqKl','lSKXe','firefoxOptions','MXCef','browserstackSessionName','logLevel','object','setLogLevel','EjkUK','LeLdR','parse','setServer','MqJRS','caps_','args','startA11yScanning','Cyrfc','cJyBX','iqeYA','LgQFa','CoGPp','pGcmT','updateHubUrl','./helpers/performance/constants','_installDriverInitFailureCapture','aiHeal_isAuthenticated','lcayB','assign','build','URzgH','isBrowserstackInfra','JQENe','keys','OXyMo','originalBuilder','TRMWh','moz:firefoxOptions','getAccessibilityResultsSummary','3110RlaZQI','xeqwY','NJRAn','kKGfp','delete','./helpers/ai-sdk/autoHealHelper','debug','YQDjo','./helpers/globals','JwFrg','exports','capabilities','xuVAn','qkvHJ','iIBqr','LmZcS','capability','fQDyH','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','ZsEdd','Ankyn','IIAHZ','setAdditionalCapabilities','TlSCe','FAKxZ','getRequestOptions','then','ZjQEx','7026nsysbB','kgfXx','ePPTd','hbjZX','BrowserStackSdk','global','iKDCl','wmYvg','stopA11yScanning','name_','ZPTSC','./browserStackSdk','HUaVO','winstonLogger','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','dKtlT','FdsmI','DpgzF','nLlgD','./helpers/helper','getHttpAgent','NhjUf','AcPVf','dLzcl','browserstack.accessibilityOptions','RwxjG','RFthl','set','ftAbw','selenium-webdriver','pybtp','XHOOt','session_','options_','getHubUrl','./helpers/driverInitErrorReporter','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','2247658zTHJJt','pNzLT','FnQoh','uBQFp','Ixpen','browserstack.com'];a177_0x58be=function(){return _0x2f5535;};return a177_0x58be();}(function(_0x406dac,_0x1884e5){const _0x49f189=a177_0x1f9f,_0x504542=_0x406dac();while(!![]){try{const _0x2c6817=-parseInt(_0x49f189(0xc9))/0x1+-parseInt(_0x49f189(0xc6))/0x2+-parseInt(_0x49f189(0x1e2))/0x3*(-parseInt(_0x49f189(0xe8))/0x4)+-parseInt(_0x49f189(0x151))/0x5*(-parseInt(_0x49f189(0x16d))/0x6)+parseInt(_0x49f189(0x192))/0x7+parseInt(_0x49f189(0xee))/0x8+-parseInt(_0x49f189(0xfa))/0x9*(parseInt(_0x49f189(0x1cc))/0xa);if(_0x2c6817===_0x1884e5)break;else _0x504542['push'](_0x504542['shift']());}catch(_0x4fdbf8){_0x504542['push'](_0x504542['shift']());}}}(a177_0x58be,0x8e1a6));const util=require('util'),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a177_0x3b0d44(0x180)),logger=require('./helpers/logger')[a177_0x3b0d44(0x17a)],hubAllocator=require(a177_0x3b0d44(0x1c7)),percySDK=require(a177_0x3b0d44(0xe3)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a177_0x3b0d44(0x178)),modifyPlaywrightConfig=require(a177_0x3b0d44(0xf1)),scripts=require(a177_0x3b0d44(0x1e3)),globals=require(a177_0x3b0d44(0x159)),{commandRepository}=require(a177_0x3b0d44(0x156)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a177_0x3b0d44(0xd9)),PerformanceTester=require(a177_0x3b0d44(0xf9)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x3b0d44(0x142)),{nonBstackPlatformValidation}=require(a177_0x3b0d44(0x1bb)),modify=_0x365cc8=>{const _0x2e74c4=a177_0x3b0d44,_0x4d1ec9={'PiSEg':function(_0x304935,_0x200d82){return _0x304935!==_0x200d82;},'chqUS':_0x2e74c4(0x11f),'drHen':function(_0x25618b,_0x56b2f4){return _0x25618b+_0x56b2f4;},'lSKXe':_0x2e74c4(0x1b1),'FhcYi':'/wd/hub','GGMTl':'goog:chromeOptions','qxDvz':_0x2e74c4(0xc5),'SoBse':_0x2e74c4(0x1b2),'AQYmC':_0x2e74c4(0x1c1),'TRMWh':_0x2e74c4(0x14f),'gnsvW':_0x2e74c4(0x12d),'mjjZa':_0x2e74c4(0xe0),'jjVOA':_0x2e74c4(0x1f1),'PAfcd':_0x2e74c4(0x205),'VsyOo':function(_0x2ccd13,_0x329f95){return _0x2ccd13===_0x329f95;},'ZPTSC':_0x2e74c4(0x131),'tGYSX':_0x2e74c4(0x1d8),'Pwjqi':function(_0x28995b){return _0x28995b();},'eMfeo':function(_0x122253,_0x1331ac){return _0x122253(_0x1331ac);},'wUWYo':_0x2e74c4(0x1da),'ykCZD':'device','rxaVO':_0x2e74c4(0xf4),'GdWox':'platformName','MXCef':_0x2e74c4(0xce),'WNMPq':_0x2e74c4(0x1a5),'wNidl':_0x2e74c4(0xe7),'zDOSA':_0x2e74c4(0x1dc),'vsfkW':_0x2e74c4(0x1f4),'MIxsy':'isMobilePlatform','qkvHJ':'isAccessibilityPlatform','CoGPp':function(_0x2e0c16,_0xf5cd29,_0xb43206){return _0x2e0c16(_0xf5cd29,_0xb43206);},'zIEUG':_0x2e74c4(0x1df),'KxLAw':_0x2e74c4(0x185),'vdyiQ':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','lcayB':_0x2e74c4(0x1f5),'OJqKl':_0x2e74c4(0x209),'totXS':_0x2e74c4(0x1c8),'Cyrfc':_0x2e74c4(0xd7),'RFthl':function(_0x1fdac5,_0x15cf44){return _0x1fdac5||_0x15cf44;},'iIBqr':function(_0xb628a6,_0x18fc7e,_0x47ea6c){return _0xb628a6(_0x18fc7e,_0x47ea6c);},'AcPVf':function(_0x563226,_0x4307d9,_0x3116b0,_0x242faf,_0x425c0a){return _0x563226(_0x4307d9,_0x3116b0,_0x242faf,_0x425c0a);},'QOTcK':function(_0x1825cd,_0x2df3ac,_0x107a54){return _0x1825cd(_0x2df3ac,_0x107a54);},'hbjZX':function(_0x4249eb,_0x56f1dd,_0x29aa9f){return _0x4249eb(_0x56f1dd,_0x29aa9f);},'fKksf':function(_0x190084,_0x5d5da2){return _0x190084||_0x5d5da2;},'MuOaA':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ejLtJ':_0x2e74c4(0x214)};logger['info'](_0x4d1ec9[_0x2e74c4(0xf2)]),logger[_0x2e74c4(0x157)](_0x4d1ec9[_0x2e74c4(0xd5)]);const _0x3b5ecb=helper[_0x2e74c4(0x1ae)](),_0x1df956=helper[_0x2e74c4(0x20f)]();class _0x5e6063 extends _0x1df956[_0x2e74c4(0x1c0)]{[_0x2e74c4(0xd4)](_0x2c87da){const _0x2a1633=_0x2e74c4;if(_0x4d1ec9[_0x2a1633(0xdb)](_0x2c87da['path'],_0x4d1ec9['chqUS']))try{const _0x12e0ce=_0x2c87da[_0x2a1633(0xcd)]['split']('/')[0x2];if(_0x12e0ce){const _0x39e7c7=hubAllocator[_0x2a1633(0xcb)](_0x12e0ce);if(_0x39e7c7){const _0x509dfc=_0x4d1ec9[_0x2a1633(0x11a)](_0x4d1ec9[_0x2a1633(0x11a)](_0x4d1ec9[_0x2a1633(0x12c)],_0x39e7c7),_0x4d1ec9['FhcYi']);this[_0x2a1633(0x18e)]=hubAllocator['getRequestOptions'](_0x509dfc),logger[_0x2a1633(0x157)]('New\x20hub\x20url\x20set\x20to\x20'+_0x509dfc);}}}catch(_0x51f97f){logger['error'](_0x51f97f);}return super[_0x2a1633(0xd4)](_0x2c87da);}}class _0x98de3d extends _0x3b5ecb[_0x2e74c4(0x1d1)]{[_0x2e74c4(0xe2)](_0x23faad){const _0x820820=_0x2e74c4;let _0x156206={};for(const _0x352fe6 in _0x23faad){switch(_0x352fe6){case _0x4d1ec9['GGMTl']:case _0x4d1ec9[_0x820820(0x1ce)]:this[_0x820820(0x19b)]&&(_0x156206=this[_0x820820(0x19b)][_0x820820(0xff)](this[_0x820820(0x19b)]['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x820820(0x188)](this[_0x820820(0x19b)]['CAPABILITY_KEY'],helper[_0x820820(0xf6)](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0xf3)]:case _0x4d1ec9[_0x820820(0x200)]:this[_0x820820(0x20e)]&&(_0x156206=this[_0x820820(0x20e)][_0x820820(0xff)](this[_0x820820(0x20e)]['CAPABILITY_KEY'])||{},this[_0x820820(0x20e)][_0x820820(0x188)](this[_0x820820(0x20e)]['CAPABILITY_KEY'],helper[_0x820820(0xf6)](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0x14e)]:case _0x4d1ec9[_0x820820(0xc8)]:this['firefoxOptions_']&&(_0x156206=this[_0x820820(0xdc)][_0x820820(0xff)](this['firefoxOptions_'][_0x820820(0xd3)])||{},this[_0x820820(0xdc)][_0x820820(0x188)](this['firefoxOptions_'][_0x820820(0xd3)],helper['mergeDeep'](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0x11b)]:this['safariOptions_']&&(_0x156206=this[_0x820820(0x106)][_0x820820(0xff)](this['safariOptions_'][_0x820820(0xd3)])||{},this[_0x820820(0x106)][_0x820820(0x188)](this[_0x820820(0x106)][_0x820820(0xd3)],helper['mergeDeep'](_0x156206,_0x23faad[_0x352fe6])));break;case _0x4d1ec9[_0x820820(0xf8)]:case _0x4d1ec9[_0x820820(0xf7)]:this[_0x820820(0xfb)]&&(_0x156206=this[_0x820820(0xfb)][_0x820820(0xff)](this[_0x820820(0xfb)][_0x820820(0xd3)])||{},this[_0x820820(0xfb)][_0x820820(0x188)](this[_0x820820(0xfb)][_0x820820(0xd3)],helper[_0x820820(0xf6)](_0x156206,_0x23faad[_0x352fe6])));break;}}}['setServer'](){const _0x48066f=_0x2e74c4;return this['url_']=helper['getHubUrl'](_0x365cc8),logger['debug']('Hub\x20url\x20set\x20to\x20'+this[_0x48066f(0x1f3)]),this;}[_0x2e74c4(0x1d6)](){const _0x20db01=_0x2e74c4;return logger[_0x20db01(0x157)](_0x4d1ec9[_0x20db01(0x1de)]),this[_0x20db01(0xe2)](_0x365cc8[_0x20db01(0x161)]),Object[_0x20db01(0x14b)](_0x365cc8[_0x20db01(0x161)])[_0x20db01(0x1ba)](_0x3b36e0=>{const _0x33d044=_0x20db01,_0x11b374=this[_0x33d044(0xea)]['get'](_0x3b36e0);_0x4d1ec9[_0x33d044(0x208)](typeof _0x11b374,_0x4d1ec9[_0x33d044(0x177)])?this['capabilities_']['set'](_0x3b36e0,helper[_0x33d044(0xf6)](_0x11b374,_0x365cc8[_0x33d044(0x161)][_0x3b36e0])):this[_0x33d044(0xea)][_0x33d044(0x188)](_0x3b36e0,_0x365cc8[_0x33d044(0x161)][_0x3b36e0]);}),this;}[_0x2e74c4(0x147)](){const _0xd682d8=_0x2e74c4,_0x4ac375={'LWcqr':function(_0x3b106f,_0x2fe972,_0x9286e7){const _0x3a33a4=a177_0x1f9f;return _0x4d1ec9[_0x3a33a4(0x170)](_0x3b106f,_0x2fe972,_0x9286e7);},'ZiJrU':function(_0x13f2f4,_0x3b71e5,_0x5c3f58,_0x5f1c25,_0x3d3011){const _0x633298=a177_0x1f9f;return _0x4d1ec9[_0x633298(0x183)](_0x13f2f4,_0x3b71e5,_0x5c3f58,_0x5f1c25,_0x3d3011);},'wtdJe':function(_0x51b57f,_0x289483){const _0x163b39=a177_0x1f9f;return _0x4d1ec9[_0x163b39(0x1a4)](_0x51b57f,_0x289483);},'FnQoh':_0x4d1ec9[_0xd682d8(0x10b)],'dRoIH':_0x4d1ec9[_0xd682d8(0x13b)]};PerformanceTester[_0xd682d8(0xc3)](PerformanceEvents[_0xd682d8(0x1a0)],()=>{const _0x57fa42=_0xd682d8;_0x4d1ec9[_0x57fa42(0x107)](isAccessibilityAutomationSession)&&_0x4d1ec9['eMfeo'](setAccessibilityCapabilities,_0x365cc8);this[_0x57fa42(0x136)](),this[_0x57fa42(0x1d6)]();if(helper[_0x57fa42(0xde)](_0x365cc8['proxySettings'][_0x57fa42(0xd2)]))this['agent_']=helper[_0x57fa42(0x181)](_0x365cc8[_0x57fa42(0x1d0)][_0x57fa42(0xd2)]);else _0x365cc8[_0x57fa42(0x1d0)][_0x57fa42(0xd2)]&&(this[_0x57fa42(0x119)]=_0x365cc8[_0x57fa42(0x1d0)][_0x57fa42(0xd2)],logger[_0x57fa42(0x157)]('Proxy\x20set\x20to\x20'+this['proxy_']));if(_0x4d1ec9['Pwjqi'](isAccessibilityAutomationSession)){const _0x5a2051=this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1c6)])||{},_0x5e6965=_0x5a2051[_0x57fa42(0xf4)]||this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1db)])||this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9['rxaVO']);if(_0x5e6965){const _0x3b225e=(_0x5a2051['platformName']||_0x5a2051[_0x57fa42(0xce)]||this[_0x57fa42(0xea)]['get'](_0x4d1ec9[_0x57fa42(0xda)])||this['capabilities_'][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x12e)])||'')[_0x57fa42(0x206)](),_0x4c7487=(_0x5a2051[_0x57fa42(0x1a5)]||this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1d9)])||'')[_0x57fa42(0x206)]();_0x4d1ec9['VsyOo'](_0x3b225e,_0x4d1ec9['wNidl'])&&_0x4c7487[_0x57fa42(0x1f8)](_0x4d1ec9[_0x57fa42(0xc2)])&&(_0x4d1ec9[_0x57fa42(0x107)](isMobileScanningEnabledForGroup)&&(logger['debug'](_0x4d1ec9['vsfkW']),globals[_0x57fa42(0x199)](_0x4d1ec9[_0x57fa42(0x1f0)],!![])));}}if(globals[_0x57fa42(0x1bd)](_0x4d1ec9[_0x57fa42(0x15e)])){if(!_0x4d1ec9[_0x57fa42(0x13f)](setExtension,this,_0x365cc8)){globals[_0x57fa42(0x199)](_0x4d1ec9['qkvHJ'],![]);const _0x4ce0f1=this[_0x57fa42(0xea)]['get'](_0x4d1ec9['wUWYo']);_0x4ce0f1&&(_0x4ce0f1['accessibility']=![],delete _0x4ce0f1['accessibilityOptions'],this['capabilities_'][_0x57fa42(0x188)](_0x4d1ec9[_0x57fa42(0x1c6)],_0x4ce0f1)),this[_0x57fa42(0xea)][_0x57fa42(0xff)](_0x4d1ec9[_0x57fa42(0x1e8)])&&(this[_0x57fa42(0xea)][_0x57fa42(0x188)](_0x4d1ec9[_0x57fa42(0x1e8)],![]),this[_0x57fa42(0xea)]['delete'](_0x4d1ec9[_0x57fa42(0x1a1)]));}}(!helper[_0x57fa42(0x149)]()||helper['isTurboScaleSession'](_0x365cc8))&&helper[_0x57fa42(0x20c)](null,null,_0x365cc8[_0x57fa42(0xd6)],null,this,null),helper[_0x57fa42(0x167)](_0x365cc8[_0x57fa42(0x161)]),logger[_0x57fa42(0x157)](_0x4d1ec9['vdyiQ']);})();const _0x3cf274=super['build']();return PerformanceTester[_0xd682d8(0xc3)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0xdf921b=_0xd682d8,_0x4a6289={'NcfCA':_0x4d1ec9[_0xdf921b(0x145)],'IusJB':_0x4d1ec9[_0xdf921b(0x12b)],'wcRfv':function(_0x50a31c,_0x4b716c,_0x2ca28c){const _0x2320e6=_0xdf921b;return _0x4d1ec9[_0x2320e6(0x13f)](_0x50a31c,_0x4b716c,_0x2ca28c);},'xeDgH':_0x4d1ec9[_0xdf921b(0x10b)],'fbXKe':_0x4d1ec9[_0xdf921b(0x13b)],'jPEhY':function(_0x132840,_0xf7b35){const _0x4cbec4=_0xdf921b;return _0x4d1ec9[_0x4cbec4(0x187)](_0x132840,_0xf7b35);},'IyczA':function(_0x415229,_0x149b41,_0x1693fc){return _0x4d1ec9['iIBqr'](_0x415229,_0x149b41,_0x1693fc);},'ZjQEx':function(_0x52bd18,_0x63e4b2,_0x3014b8,_0x4e6a7b,_0x8faf0){const _0xc9ba92=_0xdf921b;return _0x4d1ec9[_0xc9ba92(0x183)](_0x52bd18,_0x63e4b2,_0x3014b8,_0x4e6a7b,_0x8faf0);},'JQENe':function(_0x8695b6,_0x45a22c){return _0x4d1ec9['RFthl'](_0x8695b6,_0x45a22c);},'lCjbU':function(_0x6d12a8,_0x3ba46d,_0x59e6b3){const _0x39772e=_0xdf921b;return _0x4d1ec9[_0x39772e(0x15f)](_0x6d12a8,_0x3ba46d,_0x59e6b3);},'kOjbF':function(_0x224b92,_0xb9800b,_0x480dd4){return _0x4d1ec9['QOTcK'](_0x224b92,_0xb9800b,_0x480dd4);}};_0x3cf274[_0xdf921b(0x18d)][_0xdf921b(0x16b)](_0x45de95=>{const _0x4fde7a=_0xdf921b;try{const _0x41c6f3=_0x45de95['caps_'][_0x4fde7a(0xff)](_0x4a6289[_0x4fde7a(0x19e)]);_0x41c6f3?(logger[_0x4fde7a(0x157)](_0x4fde7a(0x1d3)+_0x41c6f3),hubAllocator[_0x4fde7a(0x141)](_0x41c6f3,_0x45de95[_0x4fde7a(0x204)]()),helper[_0x4fde7a(0x100)](_0x41c6f3)):logger['debug'](_0x4a6289['IusJB']);}catch(_0x556770){logger[_0x4fde7a(0x157)](_0x4fde7a(0xf5)+_0x556770);}}),_0x3cf274[_0xdf921b(0x16b)]&&_0x3cf274[_0xdf921b(0x16b)](_0x130036=>{const _0x1b677e=_0xdf921b,_0x5bebe7={'ePPTd':function(_0x3965a2,_0x1a9ede,_0x5309b8){return _0x4a6289['IyczA'](_0x3965a2,_0x1a9ede,_0x5309b8);},'NyPjE':function(_0x1a3a67,_0xe047e,_0x4ff420,_0x2afc06,_0x5d469a){const _0x46f3c3=a177_0x1f9f;return _0x4a6289[_0x46f3c3(0x16c)](_0x1a3a67,_0xe047e,_0x4ff420,_0x2afc06,_0x5d469a);},'XHOOt':function(_0x315084,_0x5409da){const _0x27393=a177_0x1f9f;return _0x4a6289[_0x27393(0x14a)](_0x315084,_0x5409da);},'TylMW':_0x4a6289['xeDgH'],'OqLdp':_0x4a6289[_0x1b677e(0xca)]};helper[_0x1b677e(0x1b7)](_0x130036,_0x365cc8),_0x4a6289[_0x1b677e(0x1ab)](overrideExecute,_0x130036,_0x365cc8),_0x130036[_0x1b677e(0x150)]=async()=>{const _0x15ca1c=_0x1b677e;return await _0x4a6289[_0x15ca1c(0x1c4)](getAccessibilityResultsSummary,_0x130036,global);},_0x130036[_0x1b677e(0xe6)]=async()=>{const _0x4a382b=_0x1b677e;return await _0x5bebe7[_0x4a382b(0x16f)](getAccessibilityResults,_0x130036,global);},_0x130036[_0x1b677e(0x1ad)]=async _0x524b6a=>{const _0x2a7543=_0x1b677e;return await _0x5bebe7[_0x2a7543(0x1e7)](performScan,_0x130036,null,!![],_0x5bebe7[_0x2a7543(0x18c)](_0x524b6a,null));},_0x130036[_0x1b677e(0x13a)]=async _0x199cfc=>{const _0xdf90ed=_0x1b677e;globals[_0xdf90ed(0x199)](_0x4a6289['xeDgH'],!![]),globals[_0xdf90ed(0x199)](_0x4a6289[_0xdf90ed(0xca)],_0x4a6289['jPEhY'](_0x199cfc,null));},_0x130036[_0x1b677e(0x175)]=async()=>{const _0x23273a=_0x1b677e;globals[_0x23273a(0x199)](_0x5bebe7['TylMW'],![]),globals[_0x23273a(0x199)](_0x5bebe7[_0x23273a(0x211)],null);};}),_0x3cf274[_0xdf921b(0x150)]=async()=>{const _0x1790f8=_0xdf921b;return await _0x4ac375[_0x1790f8(0x10e)](getAccessibilityResultsSummary,_0x3cf274,global);},_0x3cf274[_0xdf921b(0xe6)]=async()=>{return await _0x4a6289['kOjbF'](getAccessibilityResults,_0x3cf274,global);},_0x3cf274[_0xdf921b(0x1ad)]=async _0x4cfe2d=>{const _0xa16422=_0xdf921b;return await _0x4ac375[_0xa16422(0xcf)](performScan,_0x3cf274,null,!![],_0x4ac375[_0xa16422(0x1e1)](_0x4cfe2d,null));},_0x3cf274[_0xdf921b(0x13a)]=async _0x100783=>{const _0x3cfe1d=_0xdf921b;globals[_0x3cfe1d(0x199)](_0x4a6289['xeDgH'],!![]),globals[_0x3cfe1d(0x199)](_0x4a6289['fbXKe'],_0x4a6289[_0x3cfe1d(0x14a)](_0x100783,null));},_0x3cf274['stopA11yScanning']=async()=>{const _0x4d753b=_0xdf921b;globals['setGlobal'](_0x4ac375[_0x4d753b(0x194)],![]),globals['setGlobal'](_0x4ac375[_0x4d753b(0x1c5)],null);},helper[_0xdf921b(0x1b7)](_0x3cf274,_0x365cc8),_0x4d1ec9[_0xdf921b(0x13f)](overrideExecute,_0x3cf274,_0x365cc8),helper[_0xdf921b(0x114)](global['__driversArray'])&&(global[_0xdf921b(0x1f6)]=[]),global[_0xdf921b(0x1f6)][_0xdf921b(0x1ca)](_0x3cf274);})(),_0x3cf274;}}_0x3b5ecb['originalBuilder']=_0x3b5ecb['Builder'],_0x3b5ecb[_0x2e74c4(0x1d1)]=_0x98de3d,_0x1df956[_0x2e74c4(0x1c0)]=_0x5e6063;},propagateJestSessionName=(_0x9fe4b3,_0x1a21c5,_0x3fec76='')=>{const _0x4dddbd=a177_0x3b0d44,_0xd43027={};_0xd43027[_0x4dddbd(0x16e)]=_0x4dddbd(0x109);const _0x2ba9dc=_0xd43027;_0x1a21c5&&_0x1a21c5[_0x4dddbd(0x172)]&&_0x1a21c5[_0x4dddbd(0x172)][_0x4dddbd(0x12f)]&&helper['isUndefined'](_0x9fe4b3[_0x4dddbd(0x12f)])&&(_0x9fe4b3[_0x4dddbd(0x12f)]=_0x1a21c5[_0x4dddbd(0x172)][_0x4dddbd(0x12f)],logger[_0x4dddbd(0x157)](util['format'](_0x2ba9dc[_0x4dddbd(0x16e)],_0x3fec76?'\x20'+_0x3fec76:'',_0x9fe4b3['browserstackSessionName'])));},modifyV2=(_0x17c0a0,_0x59f596=null,_0x4ae2b6=![])=>{const _0x327b1d=a177_0x3b0d44,_0x266df6={'oJxBt':function(_0x3a4f2d,_0x5bfac4){return _0x3a4f2d!==_0x5bfac4;},'OKvcp':_0x327b1d(0x11f),'NhjUf':function(_0x3b6094,_0x3f21da){return _0x3b6094+_0x3f21da;},'sSgVr':_0x327b1d(0x1b1),'Cyyuk':'/wd/hub','VktNN':_0x327b1d(0x144),'AXFxo':_0x327b1d(0xdf),'JwFrg':_0x327b1d(0x1c2),'LgQFa':_0x327b1d(0xc5),'JwUrC':'ms:edgeOptions','RwxjG':_0x327b1d(0x1c1),'OXyMo':'moz:firefoxOptions','hJHMl':'firefoxOptions','NHCRn':'safari.options','FAKxZ':_0x327b1d(0x1f1),'LAEAm':_0x327b1d(0x205),'kTvGh':function(_0x41ada8,_0x5de603){return _0x41ada8===_0x5de603;},'Ixpen':_0x327b1d(0x131),'xCDNK':_0x327b1d(0x1d8),'ftAbw':function(_0x26c896,_0x25b11a){return _0x26c896>_0x25b11a;},'MqJRS':function(_0x23686a,_0x16ef2c){return _0x23686a>_0x16ef2c;},'DfQKp':function(_0x4a3429){return _0x4a3429();},'YQDjo':function(_0x1272ed,_0x3c79c9){return _0x1272ed(_0x3c79c9);},'vzDUw':function(_0x3a86a7){return _0x3a86a7();},'nOVHk':_0x327b1d(0x1da),'kUmUr':_0x327b1d(0x1a3),'xeqwY':'deviceName','HSAwl':_0x327b1d(0x1eb),'dLzcl':_0x327b1d(0xce),'mpMSI':_0x327b1d(0x1a5),'KvOXy':function(_0x5c8585,_0x1137e2){return _0x5c8585===_0x1137e2;},'WRhLF':_0x327b1d(0xe7),'CinFZ':'chrome','RzCKg':_0x327b1d(0x1f4),'cJyBX':_0x327b1d(0x11e),'xQuKp':_0x327b1d(0xd1),'pNzLT':function(_0x4e7dfe,_0x9f9d77,_0x3f370c){return _0x4e7dfe(_0x9f9d77,_0x3f370c);},'kKGfp':_0x327b1d(0x1df),'COsyX':_0x327b1d(0x185),'KnXfE':_0x327b1d(0x163),'iKDCl':_0x327b1d(0x197),'TlSCe':function(_0x5d3ca5,_0x1ab9b6){return _0x5d3ca5===_0x1ab9b6;},'kqMri':function(_0x32bcc5){return _0x32bcc5();},'jPPrX':_0x327b1d(0x17b),'EWrJt':_0x327b1d(0x1cd),'YMdau':function(_0x1c4a14,_0x13c1c4){return _0x1c4a14(_0x13c1c4);},'CePAg':'./helpers/accessibility-automation/constants','IQMQQ':function(_0x58dac7,_0x4dc591){return _0x58dac7<_0x4dc591;},'KzTvj':function(_0x21f06a,_0x1a7b52){return _0x21f06a(_0x1a7b52);},'QQbRX':function(_0xa3501f,_0xc43625){return _0xa3501f||_0xc43625;},'QCuvW':function(_0x13c1f6,_0x3f89b4){return _0x13c1f6===_0x3f89b4;},'uBQFp':'aiSdk_framework','IIAHZ':'jest','PYITU':_0x327b1d(0xe4),'vScrN':_0x327b1d(0x1cf),'gtwDy':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','htnpE':'optimalHubUrl','uGkBl':_0x327b1d(0x209),'cQBfe':function(_0x1d0092,_0x4612d9,_0x5927ec,_0x40f7af,_0x177fd0){return _0x1d0092(_0x4612d9,_0x5927ec,_0x40f7af,_0x177fd0);},'pGcmT':'bstackA11yShouldScan','xuVAn':_0x327b1d(0xd7),'IPcMa':function(_0x4019f7,_0x225447,_0x906b01){return _0x4019f7(_0x225447,_0x906b01);},'DpgzF':function(_0x6e3413){return _0x6e3413();},'LMVpQ':function(_0x17766c,_0x3f277b){return _0x17766c||_0x3f277b;},'ZNosA':function(_0x4dbce3,_0x45472e,_0x33d8f2){return _0x4dbce3(_0x45472e,_0x33d8f2);},'LeLdR':function(_0x43bf6b,_0x4008fb,_0x2bb5ce,_0xc5ce73){return _0x43bf6b(_0x4008fb,_0x2bb5ce,_0xc5ce73);},'AtiYj':_0x327b1d(0xc4),'zGrnj':function(_0x45f0b6,_0x4e1412){return _0x45f0b6!==_0x4e1412;},'LmZcS':'bstackAllyScanning','iqeYA':function(_0x46d022,_0x2b2560,_0x58ef69){return _0x46d022(_0x2b2560,_0x58ef69);},'OMoPr':_0x327b1d(0x10f),'Ankyn':_0x327b1d(0x214),'dSpWt':_0x327b1d(0x10d),'FdsmI':_0x327b1d(0x18a),'UnjJl':'selenium-webdriver/lib/http.js','UaaOQ':_0x327b1d(0x1cb),'zRZBK':_0x327b1d(0x207)},_0xe4efec=helper['requireHttpClient']();let _0x170573;try{_0x170573=helper[_0x327b1d(0x1ae)](),_0x170573['originalBuilder']&&(_0x170573[_0x327b1d(0x1d1)]=_0x170573['originalBuilder']);}catch(_0x2464cd){return;}if(helper[_0x327b1d(0x149)]()){const _0x30851c={};_0x30851c[_0x327b1d(0x130)]=_0x17c0a0[_0x327b1d(0x1a7)],helper[_0x327b1d(0x132)](_0x30851c,new Map(),new Map()),logger['info'](_0x266df6[_0x327b1d(0xe1)]),logger['debug'](_0x266df6[_0x327b1d(0x165)]);}class _0x52bbed extends _0xe4efec[_0x327b1d(0x1c0)]{[_0x327b1d(0xd4)](_0x441fdd){const _0x1facbb=_0x327b1d;if(_0x266df6[_0x1facbb(0x122)](_0x441fdd[_0x1facbb(0xcd)],_0x266df6['OKvcp']))try{const _0x348de7=_0x441fdd[_0x1facbb(0xcd)][_0x1facbb(0x1c9)]('/')[0x2];if(_0x348de7){const _0x1d1233=hubAllocator[_0x1facbb(0xcb)](_0x348de7);if(_0x1d1233){const _0x1d63a5=_0x266df6[_0x1facbb(0x182)](_0x266df6['NhjUf'](_0x266df6['sSgVr'],_0x1d1233),_0x266df6[_0x1facbb(0x115)]);this[_0x1facbb(0x18e)]=hubAllocator[_0x1facbb(0x16a)](_0x1d63a5),logger[_0x1facbb(0x157)](_0x1facbb(0x1b8)+_0x1d63a5);}}}catch(_0x3ab124){logger['error'](_0x3ab124);}if(globals[_0x1facbb(0x1bd)](_0x266df6['VktNN'])&&globals['getGlobal'](_0x266df6[_0x1facbb(0x126)])){const _0xddbdfb=_0x441fdd[_0x1facbb(0xcd)][_0x1facbb(0x1c9)]('/')[0x2];_0xddbdfb&&commandRepository[_0x1facbb(0x1fe)](_0xddbdfb,_0x441fdd);}return super[_0x1facbb(0xd4)](_0x441fdd);}}class _0x1c49b5 extends _0x170573['Builder']{[_0x327b1d(0x136)](){const _0x203b5b=_0x327b1d;return helper[_0x203b5b(0x149)]()&&(this[_0x203b5b(0x1f3)]=helper[_0x203b5b(0x18f)](_0x17c0a0)),this;}['__setBrowserOptions'](_0x2b55e9){const _0x3c9b7e=_0x327b1d;let _0x100ff1={};for(const _0x1e2e31 in _0x2b55e9){switch(_0x1e2e31){case _0x266df6['JwFrg']:case _0x266df6[_0x3c9b7e(0x13e)]:this[_0x3c9b7e(0x19b)]&&(_0x100ff1=this[_0x3c9b7e(0x19b)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0x19b)][_0x3c9b7e(0xd3)])||{},this[_0x3c9b7e(0x19b)][_0x3c9b7e(0x188)](this[_0x3c9b7e(0x19b)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x1b4)]:case _0x266df6[_0x3c9b7e(0x186)]:this[_0x3c9b7e(0x20e)]&&(_0x100ff1=this[_0x3c9b7e(0x20e)]['get'](this['edgeOptions_'][_0x3c9b7e(0xd3)])||{},this[_0x3c9b7e(0x20e)][_0x3c9b7e(0x188)](this[_0x3c9b7e(0x20e)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x14c)]:case _0x266df6[_0x3c9b7e(0xe5)]:this[_0x3c9b7e(0xdc)]&&(_0x100ff1=this[_0x3c9b7e(0xdc)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0xdc)][_0x3c9b7e(0xd3)])||{},this['firefoxOptions_']['set'](this[_0x3c9b7e(0xdc)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x19a)]:this[_0x3c9b7e(0x106)]&&(_0x100ff1=this[_0x3c9b7e(0x106)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0x106)][_0x3c9b7e(0xd3)])||{},this['safariOptions_'][_0x3c9b7e(0x188)](this[_0x3c9b7e(0x106)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;case _0x266df6[_0x3c9b7e(0x169)]:case _0x266df6[_0x3c9b7e(0x120)]:this[_0x3c9b7e(0xfb)]&&(_0x100ff1=this[_0x3c9b7e(0xfb)][_0x3c9b7e(0xff)](this[_0x3c9b7e(0xfb)][_0x3c9b7e(0xd3)])||{},this[_0x3c9b7e(0xfb)]['set'](this[_0x3c9b7e(0xfb)][_0x3c9b7e(0xd3)],helper[_0x3c9b7e(0xf6)](_0x100ff1,_0x2b55e9[_0x1e2e31])));break;}}}[_0x327b1d(0x1d6)](){const _0x7a006f=_0x327b1d;logger[_0x7a006f(0x157)](_0x266df6[_0x7a006f(0x1aa)]);const _0x1cc4e8=_0x17c0a0[_0x7a006f(0x161)]&&_0x266df6[_0x7a006f(0x189)](Object[_0x7a006f(0x14b)](_0x17c0a0['capability'])[_0x7a006f(0xc1)],0x0)?_0x17c0a0['capability']:_0x17c0a0[_0x7a006f(0x15c)]&&Array['isArray'](_0x17c0a0[_0x7a006f(0x15c)])&&_0x266df6[_0x7a006f(0x137)](_0x17c0a0[_0x7a006f(0x15c)][_0x7a006f(0xc1)],0x0)?_0x17c0a0['capabilities'][0x0]:{};return this[_0x7a006f(0xe2)](_0x1cc4e8),Object[_0x7a006f(0x14b)](_0x1cc4e8)['forEach'](_0x169025=>{const _0x744856=_0x7a006f,_0x111a81=this[_0x744856(0xea)][_0x744856(0xff)](_0x169025);_0x266df6[_0x744856(0xd8)](typeof _0x111a81,_0x266df6[_0x744856(0x196)])?this[_0x744856(0xea)][_0x744856(0x188)](_0x169025,helper[_0x744856(0xf6)](_0x111a81,_0x1cc4e8[_0x169025])):this[_0x744856(0xea)][_0x744856(0x188)](_0x169025,_0x1cc4e8[_0x169025]);}),this;}[_0x327b1d(0x147)](){const _0xb37af0=_0x327b1d,_0x1a57c4={'HUaVO':_0x266df6[_0xb37af0(0x1a8)],'dKtlT':_0x266df6[_0xb37af0(0x1f9)],'wzGDO':function(_0x5c81c7,_0x1a41c0,_0x29bd8c){const _0x5c22c4=_0xb37af0;return _0x266df6[_0x5c22c4(0x193)](_0x5c81c7,_0x1a41c0,_0x29bd8c);},'OrsHI':function(_0x5cb7be,_0x5c6f5b,_0x34a3a6,_0x1ecebb,_0x36481e){const _0x581d29=_0xb37af0;return _0x266df6[_0x581d29(0x102)](_0x5cb7be,_0x5c6f5b,_0x34a3a6,_0x1ecebb,_0x36481e);},'VtEnh':function(_0x50da26,_0x14aca8){return _0x266df6['QQbRX'](_0x50da26,_0x14aca8);},'RTRHB':_0x266df6[_0xb37af0(0x140)],'POfUt':_0x266df6[_0xb37af0(0x15d)],'TGtAW':function(_0x416cf4,_0x166070){const _0x509bee=_0xb37af0;return _0x266df6[_0x509bee(0x1fc)](_0x416cf4,_0x166070);},'ERkoq':function(_0x262a78,_0x309f14,_0x3bec13){return _0x266df6['pNzLT'](_0x262a78,_0x309f14,_0x3bec13);},'mucsL':function(_0x1cd8af,_0x5f5251,_0x426e0d){const _0x4759c9=_0xb37af0;return _0x266df6[_0x4759c9(0x1f7)](_0x1cd8af,_0x5f5251,_0x426e0d);},'qlvxC':function(_0x1a5217){const _0x2a1937=_0xb37af0;return _0x266df6[_0x2a1937(0x17e)](_0x1a5217);},'wmYvg':_0x266df6['xQuKp'],'Kpzcv':_0x266df6[_0xb37af0(0x101)],'xTaQn':_0x266df6[_0xb37af0(0x154)],'fQDyH':_0x266df6[_0xb37af0(0x129)],'pybtp':function(_0x336ce5,_0x1a88fb){const _0x45b1fc=_0xb37af0;return _0x266df6[_0x45b1fc(0x202)](_0x336ce5,_0x1a88fb);},'gSKIK':function(_0x4c2132,_0x4a3f23,_0x22063a,_0x56f6c7,_0x2b45c3){return _0x266df6['cQBfe'](_0x4c2132,_0x4a3f23,_0x22063a,_0x56f6c7,_0x2b45c3);},'xiGjA':function(_0x4f4f44,_0x34b4d4){const _0x28b5cf=_0xb37af0;return _0x266df6[_0x28b5cf(0x202)](_0x4f4f44,_0x34b4d4);},'fdxkN':function(_0x4d77a6,_0x103f49,_0x4bb07b){const _0x219078=_0xb37af0;return _0x266df6[_0x219078(0x203)](_0x4d77a6,_0x103f49,_0x4bb07b);},'eOPnO':function(_0x5b4d24,_0x1ad577,_0x39f1d3,_0x2da584){const _0x3e2245=_0xb37af0;return _0x266df6[_0x3e2245(0x134)](_0x5b4d24,_0x1ad577,_0x39f1d3,_0x2da584);},'NJRAn':_0x266df6[_0xb37af0(0x19d)],'nTkys':function(_0x464c57,_0x158d94){const _0x35e530=_0xb37af0;return _0x266df6[_0x35e530(0x1b6)](_0x464c57,_0x158d94);}};PerformanceTester[_0xb37af0(0xc3)](PerformanceEvents[_0xb37af0(0x1a0)],()=>{const _0x32ba13=_0xb37af0;if(helper['isBrowserstackInfra']()){helper[_0x32ba13(0x167)](_0x17c0a0[_0x32ba13(0x161)]);_0x266df6[_0x32ba13(0xf0)](isAccessibilityAutomationSession)&&_0x266df6[_0x32ba13(0x158)](setAccessibilityCapabilities,_0x17c0a0);this['setServer'](),this[_0x32ba13(0x1d6)]();if(helper[_0x32ba13(0xde)](_0x17c0a0['proxySettings'][_0x32ba13(0xd2)]))this['agent_']=helper[_0x32ba13(0x181)](_0x17c0a0[_0x32ba13(0x1d0)][_0x32ba13(0xd2)]);else _0x17c0a0[_0x32ba13(0x1d0)]['proxyUrl']&&(this[_0x32ba13(0x119)]=_0x17c0a0['proxySettings']['proxyUrl'],logger[_0x32ba13(0x157)](_0x32ba13(0x1e6)+this[_0x32ba13(0x119)]));if(_0x266df6[_0x32ba13(0x1fb)](isAccessibilityAutomationSession)){const _0x4aefad=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x101)])||{},_0xbeac89=_0x4aefad[_0x32ba13(0xf4)]||this[_0x32ba13(0xea)]['get'](_0x266df6['kUmUr'])||this[_0x32ba13(0xea)]['get'](_0x266df6[_0x32ba13(0x152)]);if(_0xbeac89){const _0x185c88=(_0x4aefad['platformName']||_0x4aefad[_0x32ba13(0xce)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x108)])||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x184)])||'')[_0x32ba13(0x206)](),_0x78a540=(_0x4aefad[_0x32ba13(0x1a5)]||this['capabilities_'][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x1ea)])||'')[_0x32ba13(0x206)]();_0x266df6[_0x32ba13(0x201)](_0x185c88,_0x266df6[_0x32ba13(0xed)])&&_0x78a540[_0x32ba13(0x1f8)](_0x266df6[_0x32ba13(0x128)])&&(_0x266df6['DfQKp'](isMobileScanningEnabledForGroup)&&(logger[_0x32ba13(0x157)](_0x266df6['RzCKg']),globals[_0x32ba13(0x199)](_0x266df6[_0x32ba13(0x13c)],!![])));}}if(globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x1e5)])){if(!_0x266df6[_0x32ba13(0x193)](setExtension,this,_0x17c0a0)){globals[_0x32ba13(0x199)](_0x266df6[_0x32ba13(0x1e5)],![]);const _0x38558a=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x101)]);_0x38558a&&(_0x38558a['accessibility']=![],delete _0x38558a[_0x32ba13(0x1fd)],this['capabilities_'][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x101)],_0x38558a)),this[_0x32ba13(0xea)]['get'](_0x266df6['kKGfp'])&&(this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6['kKGfp'],![]),this[_0x32ba13(0xea)][_0x32ba13(0x155)](_0x266df6[_0x32ba13(0x129)]));}}process['env'][_0x32ba13(0xdd)]&&(helper['prepareCapabilities'](null,null,_0x17c0a0[_0x32ba13(0xd6)],null,this,null),helper[_0x32ba13(0x167)](_0x17c0a0['capability']),helper[_0x32ba13(0x1e0)]()),logger[_0x32ba13(0x157)](_0x266df6[_0x32ba13(0x117)]);}else{if(this[_0x32ba13(0x19b)]){const _0xd5fa2d=this['chromeOptions_'][_0x32ba13(0xff)](this[_0x32ba13(0x19b)][_0x32ba13(0xd3)]||_0x266df6[_0x32ba13(0x15a)]);if(_0xd5fa2d&&_0xd5fa2d[_0x32ba13(0x139)]){const _0x4f1948=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x15a)])||{},_0x462461=(_0x4f1948[_0x32ba13(0x139)]||[])[_0x32ba13(0x104)](_0xd5fa2d[_0x32ba13(0x139)]||[]),_0x1201da=Array[_0x32ba13(0x113)](new Set(_0x462461)),_0x5cd8c8={};_0x5cd8c8[_0x32ba13(0x139)]=_0x1201da,this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x15a)],Object[_0x32ba13(0x146)]({},_0x4f1948,_0xd5fa2d,_0x5cd8c8));}}helper[_0x32ba13(0x1e0)]();if(_0x266df6[_0x32ba13(0xf0)](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x32ba13(0x1f8)](_0x266df6[_0x32ba13(0x173)])){let _0x54c3c4=!![];const _0x4e9960=this['capabilities_']['get'](_0x266df6['nOVHk'])||{},_0x5ae318=_0x4e9960[_0x32ba13(0xf4)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x116)])||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['xeqwY']);if(_0x5ae318){const _0x37ade7=(_0x4e9960[_0x32ba13(0x1eb)]||_0x4e9960[_0x32ba13(0xce)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x108)])||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['dLzcl'])||'')['toLowerCase'](),_0x2c3866=(_0x4e9960[_0x32ba13(0x1a5)]||this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x1ea)])||'')[_0x32ba13(0x206)]();_0x266df6[_0x32ba13(0x168)](_0x37ade7,_0x266df6[_0x32ba13(0xed)])&&_0x2c3866[_0x32ba13(0x1f8)](_0x266df6['CinFZ'])?!_0x266df6['kqMri'](isMobileScanningEnabledForGroup)?(logger[_0x32ba13(0x125)](MOBILE_SCANNING_DISABLED_WARNING),_0x54c3c4=![]):(logger[_0x32ba13(0x157)](_0x266df6['RzCKg']),globals['setGlobal'](_0x266df6[_0x32ba13(0x13c)],!![])):(logger['warn'](_0x266df6[_0x32ba13(0x10c)]),_0x54c3c4=![]);}if(_0x54c3c4){const _0x49eba6=_0x266df6[_0x32ba13(0x158)](parseFloat,_0x4e9960[_0x32ba13(0x1cd)]||this['capabilities_'][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x1d5)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x161452}=_0x266df6[_0x32ba13(0xef)](require,_0x266df6[_0x32ba13(0x1fa)]),_0x58ebed=_0x266df6[_0x32ba13(0xef)](parseFloat,_0x161452);!_0x266df6[_0x32ba13(0xef)](isNaN,_0x49eba6)&&_0x266df6[_0x32ba13(0x1ec)](_0x49eba6,_0x58ebed)&&(logger['warn'](_0x32ba13(0x191)+_0x161452+'.'),_0x54c3c4=![]);}if(_0x54c3c4){_0x266df6[_0x32ba13(0x1fc)](setAccessibilityCapabilities,_0x17c0a0),this[_0x32ba13(0x1d6)]();if(process['env'][_0x32ba13(0x1bc)]){let _0x483dcb={};try{process[_0x32ba13(0x1d4)][_0x32ba13(0xfd)]&&(_0x483dcb=JSON[_0x32ba13(0x135)](process[_0x32ba13(0x1d4)][_0x32ba13(0xfd)]));}catch(_0x526875){logger[_0x32ba13(0x157)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0x526875);}const _0x537866=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x101)]);if(_0x537866||!this[_0x32ba13(0xea)]['get'](_0x266df6[_0x32ba13(0x154)])){const _0x125d61=_0x266df6[_0x32ba13(0x1a6)](_0x537866,{});_0x125d61['accessibility']=!![];const _0x5a3256={};_0x5a3256['authToken']=process[_0x32ba13(0x1d4)][_0x32ba13(0x1bc)],_0x5a3256[_0x32ba13(0xe9)]=_0x483dcb[_0x32ba13(0xe9)],_0x125d61[_0x32ba13(0x1fd)]=Object[_0x32ba13(0x146)]({},_0x125d61[_0x32ba13(0x1fd)],_0x5a3256),this[_0x32ba13(0xea)]['set'](_0x266df6[_0x32ba13(0x101)],_0x125d61);}else{this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x154)],!![]);const _0x180ed1=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['COsyX'])||{},_0x54e7e2={};_0x54e7e2[_0x32ba13(0x105)]=process[_0x32ba13(0x1d4)][_0x32ba13(0x1bc)],_0x54e7e2[_0x32ba13(0xe9)]=_0x483dcb[_0x32ba13(0xe9)],this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x129)],Object['assign']({},_0x180ed1,_0x54e7e2));}}if(!_0x266df6[_0x32ba13(0x193)](setExtension,this,_0x17c0a0)){globals['setGlobal'](_0x266df6[_0x32ba13(0x1e5)],![]);const _0x33ec6d=this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6['nOVHk']);_0x33ec6d&&(_0x33ec6d[_0x32ba13(0x1ac)]=![],delete _0x33ec6d[_0x32ba13(0x1fd)],this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x101)],_0x33ec6d)),this[_0x32ba13(0xea)][_0x32ba13(0xff)](_0x266df6[_0x32ba13(0x154)])&&(this[_0x32ba13(0xea)][_0x32ba13(0x188)](_0x266df6[_0x32ba13(0x154)],![]),this[_0x32ba13(0xea)]['delete'](_0x266df6[_0x32ba13(0x129)]));}}}_0x266df6['QCuvW'](globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x195)]),_0x266df6['IIAHZ'])&&(commandRepository[_0x32ba13(0x210)](_0x266df6[_0x32ba13(0x166)]),commandRepository[_0x32ba13(0x1be)](globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x121)])));if(this[_0x32ba13(0x1f3)][_0x32ba13(0x1f8)](_0x266df6[_0x32ba13(0x12a)]))logger[_0x32ba13(0x157)](_0x266df6[_0x32ba13(0x1e9)]),globals[_0x32ba13(0x199)](_0x266df6['VktNN'],![]),globals[_0x32ba13(0x199)](_0x266df6['AXFxo'],![]);else globals[_0x32ba13(0x1bd)](_0x266df6[_0x32ba13(0x1c3)])&&globals[_0x32ba13(0x1bd)](_0x266df6['AXFxo'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0x4a6f5c=super[_0xb37af0(0x147)]();return PerformanceTester[_0xb37af0(0xc3)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4bc8a3=_0xb37af0,_0xb871b8={'nLlgD':function(_0x97c2a8){const _0xc0f716=a177_0x1f9f;return _0x1a57c4[_0xc0f716(0x19c)](_0x97c2a8);},'LZacx':function(_0x59a3fe,_0x6159bd,_0x3e2a0c){return _0x1a57c4['mucsL'](_0x59a3fe,_0x6159bd,_0x3e2a0c);},'eOYfA':_0x1a57c4['wmYvg'],'URzgH':_0x1a57c4['Kpzcv'],'ZsEdd':_0x1a57c4['xTaQn'],'EjkUK':_0x1a57c4[_0x4bc8a3(0x162)],'rlaiz':_0x1a57c4[_0x4bc8a3(0xd0)],'dhlsN':_0x1a57c4[_0x4bc8a3(0x1ff)],'obICw':function(_0x4db052,_0x2b2b79){const _0x3f96ff=_0x4bc8a3;return _0x1a57c4[_0x3f96ff(0x18b)](_0x4db052,_0x2b2b79);},'dxFPX':function(_0x23050b,_0x6b7517,_0x3eef16,_0x4b3d42,_0x3eb6a2){const _0xbed6ce=_0x4bc8a3;return _0x1a57c4[_0xbed6ce(0x1d7)](_0x23050b,_0x6b7517,_0x3eef16,_0x4b3d42,_0x3eb6a2);},'jbZlx':function(_0x32a19f,_0x291370){const _0x50a9db=_0x4bc8a3;return _0x1a57c4[_0x50a9db(0x1bf)](_0x32a19f,_0x291370);}};_0x4a6f5c[_0x4bc8a3(0x18d)][_0x4bc8a3(0x16b)](_0x5a5d52=>{const _0x32bf32=_0x4bc8a3,_0x5c4e83=_0x5a5d52[_0x32bf32(0x138)];if(!helper['isBrowserstackInfra']()&&_0xb871b8[_0x32bf32(0x17f)](isAccessibilityAutomationSession)){const _0x353f0b=_0xb871b8[_0x32bf32(0xc7)](nonBstackPlatformValidation,_0x5c4e83,this);globals[_0x32bf32(0x199)](_0xb871b8[_0x32bf32(0x1d2)],_0x353f0b);if(!_0x353f0b){const _0x13425f=this[_0x32bf32(0xea)][_0x32bf32(0xff)](_0xb871b8[_0x32bf32(0x148)]);_0x13425f&&(_0x13425f[_0x32bf32(0x1ac)]=![],delete _0x13425f[_0x32bf32(0x1fd)],this[_0x32bf32(0xea)][_0x32bf32(0x188)](_0xb871b8[_0x32bf32(0x148)],_0x13425f)),this[_0x32bf32(0xea)][_0x32bf32(0xff)](_0xb871b8['ZsEdd'])&&(this[_0x32bf32(0xea)][_0x32bf32(0x188)](_0xb871b8[_0x32bf32(0x164)],![]),this['capabilities_'][_0x32bf32(0x155)](_0xb871b8[_0x32bf32(0x133)]));}}}),_0x4a6f5c['session_'][_0x4bc8a3(0x16b)](_0x148dc2=>{const _0x4aca71=_0x4bc8a3;try{logger[_0x4aca71(0x157)]('Session\x20ID:\x20'+_0x148dc2[_0x4aca71(0x204)]());const _0x258f72=_0x148dc2[_0x4aca71(0x138)][_0x4aca71(0xff)](_0x1a57c4[_0x4aca71(0x179)]);_0x258f72?(logger[_0x4aca71(0x157)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x258f72),hubAllocator[_0x4aca71(0x141)](_0x258f72,_0x148dc2[_0x4aca71(0x204)]()),helper['storeOptimalHubUrl'](_0x258f72)):logger[_0x4aca71(0x157)](_0x1a57c4[_0x4aca71(0x17c)]);}catch(_0xd584f5){logger[_0x4aca71(0x157)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xd584f5);}}),_0x4a6f5c['quitCount_']=0x0,_0x4a6f5c[_0x4bc8a3(0x16b)]&&_0x4a6f5c[_0x4bc8a3(0x16b)](_0x33d762=>{const _0x5656a3=_0x4bc8a3,_0x23deba={'kLGdr':function(_0x12326d,_0x3d72d1,_0x2d6520){const _0x4e929b=a177_0x1f9f;return _0x1a57c4[_0x4e929b(0xcc)](_0x12326d,_0x3d72d1,_0x2d6520);},'ylYFs':function(_0xdf1490,_0x180237,_0x149b4f,_0x17a515,_0x239a15){return _0x1a57c4['OrsHI'](_0xdf1490,_0x180237,_0x149b4f,_0x17a515,_0x239a15);},'lZcfn':function(_0x5087cd,_0x5b97fb){const _0x4e3d01=a177_0x1f9f;return _0x1a57c4[_0x4e3d01(0x1af)](_0x5087cd,_0x5b97fb);},'JyXId':_0x1a57c4[_0x5656a3(0xd0)],'htdbi':_0x1a57c4[_0x5656a3(0x1ff)]};helper['overrideQuit'](_0x33d762,_0x4a6f5c),_0x4ae2b6&&_0x1a57c4[_0x5656a3(0x1f2)](overrideTakeScreenshot,_0x33d762),helper[_0x5656a3(0x1b7)](_0x33d762,_0x17c0a0),_0x1a57c4['ERkoq'](overrideExecute,_0x33d762,_0x17c0a0),_0x1a57c4[_0x5656a3(0xcc)](propagateJestSessionName,_0x33d762,_0x59f596),_0x17c0a0[_0x5656a3(0x161)]&&percyHelper[_0x5656a3(0x123)](_0x33d762,_0x170573[_0x5656a3(0x212)],_0x17c0a0),_0x33d762[_0x5656a3(0x150)]=async()=>{return await _0x23deba['kLGdr'](getAccessibilityResultsSummary,_0x33d762,global);},_0x33d762['getAccessibilityResults']=async()=>{const _0x1ae4e5=_0x5656a3;return await _0xb871b8[_0x1ae4e5(0xc7)](getAccessibilityResults,_0x33d762,global);},_0x33d762[_0x5656a3(0x1ad)]=async _0x54e806=>{const _0x244e56=_0x5656a3;return await _0x23deba[_0x244e56(0x103)](performScan,_0x33d762,null,!![],_0x23deba[_0x244e56(0x1a2)](_0x54e806,null));},_0x33d762['startA11yScanning']=async _0x2e0059=>{const _0xde6013=_0x5656a3;globals['setGlobal'](_0xb871b8[_0xde6013(0x124)],!![]),globals[_0xde6013(0x199)](_0xb871b8[_0xde6013(0x1ef)],_0xb871b8['obICw'](_0x2e0059,null));},_0x33d762[_0x5656a3(0x175)]=async()=>{const _0x3f3e34=_0x5656a3;globals[_0x3f3e34(0x199)](_0x23deba[_0x3f3e34(0x111)],![]),globals['setGlobal'](_0x23deba[_0x3f3e34(0x112)],null);};}),_0x4a6f5c['getAccessibilityResultsSummary']=async()=>{return await _0x1a57c4['mucsL'](getAccessibilityResultsSummary,_0x4a6f5c,global);},_0x4a6f5c[_0x4bc8a3(0xe6)]=async()=>{const _0x3e302a=_0x4bc8a3;return await _0x1a57c4[_0x3e302a(0xcc)](getAccessibilityResults,_0x4a6f5c,global);},_0x4a6f5c[_0x4bc8a3(0x1ad)]=async _0x1e4ca4=>{const _0x1e12a4=_0x4bc8a3;return await _0xb871b8['dxFPX'](performScan,_0x4a6f5c,null,!![],_0xb871b8[_0x1e12a4(0x1dd)](_0x1e4ca4,null));},_0x4a6f5c['startA11yScanning']=async _0x4bba47=>{const _0xe76b89=_0x4bc8a3;globals[_0xe76b89(0x199)](_0xb871b8[_0xe76b89(0x124)],!![]),globals['setGlobal'](_0xb871b8[_0xe76b89(0x1ef)],_0xb871b8['jbZlx'](_0x4bba47,null));},_0x4a6f5c[_0x4bc8a3(0x175)]=async()=>{const _0x169e0c=_0x4bc8a3;globals[_0x169e0c(0x199)](_0x1a57c4[_0x169e0c(0xd0)],![]),globals[_0x169e0c(0x199)](_0x1a57c4['POfUt'],null);},_0x4ae2b6&&_0x1a57c4[_0x4bc8a3(0x1f2)](overrideTakeScreenshot,_0x4a6f5c),helper[_0x4bc8a3(0x118)](_0x4a6f5c),helper[_0x4bc8a3(0x1b7)](_0x4a6f5c,_0x17c0a0),_0x1a57c4['fdxkN'](overrideExecute,_0x4a6f5c,_0x17c0a0),_0x1a57c4['eOPnO'](propagateJestSessionName,_0x4a6f5c,_0x59f596,_0x1a57c4[_0x4bc8a3(0x153)]),_0x17c0a0[_0x4bc8a3(0x161)]&&percyHelper[_0x4bc8a3(0x123)](_0x4a6f5c,_0x170573['WebElement'],_0x17c0a0);helper[_0x4bc8a3(0x114)](global['__driversArray'])&&(global[_0x4bc8a3(0x1f6)]=[]);helper[_0x4bc8a3(0x114)](global[_0x4bc8a3(0x20b)])&&(global[_0x4bc8a3(0x20b)]=[]);global[_0x4bc8a3(0x1f6)]['push'](_0x4a6f5c),global[_0x4bc8a3(0x1b0)]=_0x4a6f5c,_0x59f596&&(_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1b0)]=_0x4a6f5c);_0x1a57c4[_0x4bc8a3(0x1b3)](global[_0x4bc8a3(0x20b)],undefined)&&global[_0x4bc8a3(0x20b)][_0x4bc8a3(0x1ca)](_0x4a6f5c);_0x59f596&&helper[_0x4bc8a3(0x114)](_0x59f596[_0x4bc8a3(0x172)]['__drivers'])&&(_0x59f596['global']['__drivers']=[]);_0x59f596&&helper[_0x4bc8a3(0x114)](_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1f6)])&&(_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1f6)]=[]);_0x59f596&&_0x1a57c4[_0x4bc8a3(0x1b3)](_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x20b)],undefined)&&(_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x20b)][_0x4bc8a3(0x1ca)](_0x4a6f5c),_0x59f596[_0x4bc8a3(0x172)][_0x4bc8a3(0x1f6)][_0x4bc8a3(0x1ca)](_0x4a6f5c));_0x4a6f5c['isAccessibilityPlatform']=globals['getGlobal'](_0x1a57c4[_0x4bc8a3(0x174)]);try{global[_0x4bc8a3(0x20b)][0x0][_0x4bc8a3(0x18d)][_0x4bc8a3(0x16b)](_0x1824c4=>{const _0x2dc3c0=_0x4bc8a3;logger['debug'](_0x2dc3c0(0x213)+_0x1824c4[_0x2dc3c0(0x204)]()+'\x20to\x20global\x20drivers\x20array');})['catch'](_0x3572d2=>{const _0x47fbc2=_0x4bc8a3;logger[_0x47fbc2(0x157)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x3572d2);});}catch(_0x50d093){logger[_0x4bc8a3(0x157)](_0x4bc8a3(0x1a9)+_0x50d093);}globals[_0x4bc8a3(0x199)](_0x1a57c4[_0x4bc8a3(0x174)],globals[_0x4bc8a3(0x1bd)](_0x1a57c4[_0x4bc8a3(0x174)]));})(),_0x4a6f5c;}}_0x59f596&&(globals[_0x327b1d(0xec)]=_0x59f596[_0x327b1d(0x172)][_0x327b1d(0xec)]);if(_0x266df6[_0x327b1d(0xf0)](isAccessibilityAutomationSession))try{let _0x58da87=helper[_0x327b1d(0xeb)](_0x266df6[_0x327b1d(0x10a)],_0x266df6[_0x327b1d(0x17d)])[_0x327b1d(0x11c)];(!_0x58da87['prototype']||!_0x58da87[_0x327b1d(0x1ee)]['execute'])&&(_0x58da87=helper['requireModule'](_0x266df6[_0x327b1d(0x1b9)],_0x266df6[_0x327b1d(0x17d)])[_0x327b1d(0xfc)]);if(_0x58da87[_0x327b1d(0x1ee)]&&_0x58da87[_0x327b1d(0x1ee)][_0x327b1d(0x1b5)]){const _0x466928=_0x58da87['prototype'][_0x327b1d(0x1b5)];logger[_0x327b1d(0x157)](_0x266df6[_0x327b1d(0x127)]),_0x58da87[_0x327b1d(0x1ee)]['execute']=async function(){const _0x561705=_0x327b1d;try{!globals[_0x561705(0x1bd)](_0x266df6[_0x561705(0x160)])&&globals['getGlobal'](_0x266df6[_0x561705(0x1e5)])&&globals[_0x561705(0x1bd)](_0x266df6[_0x561705(0x140)])&&scripts[_0x561705(0x1e4)](arguments[0x0]['name_'])&&!_0x266df6[_0x561705(0xef)](isBrowserStackCommandExecutor,arguments[0x0][_0x561705(0x20d)])&&(globals[_0x561705(0x199)](_0x266df6['LmZcS'],!![]),logger[_0x561705(0x157)](_0x561705(0x20a)+arguments[0x0][_0x561705(0x176)]),await _0x266df6[_0x561705(0x13d)](performScan,global[_0x561705(0x1b0)],arguments[0x0]['name_']));}catch(_0x8bc9ff){logger['debug']('Failed\x20to\x20perform\x20scan\x20'+util[_0x561705(0x198)](_0x8bc9ff));}return globals[_0x561705(0x199)](_0x266df6[_0x561705(0x160)],![]),_0x466928['apply'](this,arguments);};}}catch(_0x32784d){logger['debug'](_0x266df6[_0x327b1d(0x182)](_0x266df6[_0x327b1d(0x1ed)],_0x32784d));}return _0x170573[_0x327b1d(0x14d)]=_0x170573[_0x327b1d(0x1d1)],_0x170573[_0x327b1d(0x1d1)]=_0x1c49b5,_0xe4efec[_0x327b1d(0x1c0)]=_0x52bbed,_0x170573;};module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x110)]=modify,module['exports']['browserstackAgentV2']=modifyV2,module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x19f)]=percySDK,module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x171)]=BrowserStackSdk,module[a177_0x3b0d44(0x15b)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a177_0x3b0d44(0x190))['installAll']();}catch(a177_0x8a4bee){logger[a177_0x3b0d44(0x157)]('driver-init\x20capture\x20install\x20failed:\x20'+(a177_0x8a4bee&&a177_0x8a4bee[a177_0x3b0d44(0xfe)]));}module[a177_0x3b0d44(0x15b)][a177_0x3b0d44(0x143)]=require(a177_0x3b0d44(0x190))[a177_0x3b0d44(0x11d)];
|
|
1
|
+
const a177_0x197019=a177_0x677c;(function(_0x43ecd3,_0x20ea75){const _0x309e41=a177_0x677c,_0x5548c7=_0x43ecd3();while(!![]){try{const _0x8f17=-parseInt(_0x309e41(0x151))/0x1+parseInt(_0x309e41(0x158))/0x2+-parseInt(_0x309e41(0x1fc))/0x3*(-parseInt(_0x309e41(0x17f))/0x4)+-parseInt(_0x309e41(0x1b4))/0x5*(parseInt(_0x309e41(0x15a))/0x6)+-parseInt(_0x309e41(0x224))/0x7+parseInt(_0x309e41(0x1f4))/0x8*(parseInt(_0x309e41(0x23c))/0x9)+parseInt(_0x309e41(0x1a4))/0xa;if(_0x8f17===_0x20ea75)break;else _0x5548c7['push'](_0x5548c7['shift']());}catch(_0x2cf351){_0x5548c7['push'](_0x5548c7['shift']());}}}(a177_0x35f0,0x3d16d));function a177_0x35f0(){const _0x30673a=['BS_A11Y_JWT','RAHnH','keys','getHttpAgent','wlgQt','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','sfbNc','pZYdN','logLevel','Hub\x20url\x20set\x20to\x20','qKFcA','Yqhzo','__driver','forEach','setServer','selenium-webdriver','delete','./helpers/accessibility-automation/helper','dGPUy','capabilities','ypzEY','sgfgG','Modifying\x20webdriver\x20builder','buWAM','android','NUbyh','safari.options','info','jlDwF','getRequestOptions','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','push','LlnjR','isAccessibilityPlatform','execute','path','OMotc','ZUtNt','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','selenium-webdriver/lib/webdriver.js','fFDgZ','browserVersion','ItxJp','platform','OQFXH','kIkiJ','__setBrowserOptions','getGlobal','BROWSERSTACK_TURBOSCALE','MfAXu','installAll','jwrRI','chromeOptions_','./helpers/performance/constants','ttPCq','wIGGu','zFHBk','vPQFN','./browserStackSdk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','length','kpIBb','roAoG','startA11yScanning','kEpgo','patchDriverPercy','getAccessibilityResults','UPIKK','setGlobal','cEAoI','accessibility','uOpMF','uBoCI','mmJvF','browserstack.accessibilityOptions','percy','options_','deviceName','htcVl','env','ZBIKD','requireModule','bstack:options','goog:chromeOptions','uqhcL','shouldWrapCommand','IyMEc','session_','Aqhrw','aiSdk_bstackConfig','BECrW','nzUpz','Mjogv','BrowserStackSdk','HHkEn','RCbbp','yVMfs','warn','OPZWz','qthRC','./helpers/logger','oyLfD','prototype','./bin/mocha/accessibility-automation/helper','Failed\x20to\x20perform\x20scan\x20','BYkHF','aukpf','usVOB','getId','./helpers/driverInitErrorReporter','performScan','exports','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','miUaf','SRnzZ','kdtkt','Builder','browserstack.accessibility','./helpers/patchHelpers','HttpClient','proxySettings','isMobilePlatform','yDAfu','RSQiW','KhhMa','apply','cLjMm','winstonLogger','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','safariOptions_','hngvW','AhqRm','470266HrNNke','toLowerCase','bqgqn','isPacProxy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Setting\x20Browserstack\x20capabilities','nuNMl','835124HdomaJ','hhgtK','2865498clMKEb','proxy_','mergeDeep','then','WebElement','browserstackAgent','hgQiF','hcYmc','(sync)','\x20to\x20global\x20drivers\x20array','gkELW','bstackA11yShouldScan','ms:edgeOptions','gWtlE','authToken','LdKPR','vrtvS','moz:firefoxOptions','WBBdK','oPtBL','getServerUrl','prepareCapabilities','Performing\x20scan\x20for\x20','BkSjz','accessibilityOptions','IgvMf','set','updateHubUrl','KTFUV','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','JfMGP','dfoMe','isBrowserstackInfra','fCkOl','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','zDyca','kmygY','225068LwFkdv','hSknX','vnPqs','isUndefined','wzpdC','dXKxK','requireHttpClient','originalBuilder','YbqOi','./helpers/ai-sdk/autoHealHelper','from','./helpers/percy/utils','ilYBe','AJbTG','XEiKJ','aiHeal_isHealingEnabled','toKgA','tKxlr','overrideGet','fRFow','jest','proxyUrl','isTurboScaleSession','AwnBv','Jgpoh','format','browserstackSessionName','YXNoA','scannerVersion','JfZdl','IjhWT','platformName','cGlkG','parameters_','includes','tpRnt','device','3231220CIixGJ','ZpGaq','./helpers/ai-sdk/aiSdkWrapper','kNasJ','requireSeleniumWebdriver','Lnxlo','get','Imzhr','se:ieOptions','./hubAllocationMethods','edgeOptions','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','VOvpc','lNGBd','global','uLanm','5WkGQDI','consumeHubUrlForSession','setFramework','ETTkm','ZSBPa','lVphH','/session','object','POpLb','catch','concat','KSEZS','url_','SoCRy','tKoCo','./helpers/accessibility-automation/constants','Dkbpx','HRLHL','./helpers/globals','setLogLevel','browserName','NNOwE','nmuDs','/wd/hub','UYDoC','Mstbg','./bin/playwright/modifyPlaywrightConf','ndmpH','mmOsA','assign','parse','LskaT','./helpers/patchHelper','QBKiu','BXeFK','IbnlD','RcLMv','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','YzQhR','aiHeal_isAuthenticated','VPZfL','measureWrapper','firefoxOptions','optimalHubUrl','LRNwh','OpXOq','ldyol','useW3C','Zsvoe','driver-init\x20capture\x20install\x20failed:\x20','stopA11yScanning','wzyuU','error','overrideQuit','build','WNUXz','iBMCD','./helpers/helper','setAdditionalCapabilities','QQTIE','qOFQW','https://','ieOptions','firefoxOptions_','13080SlwyIw','args','caps_','chrome','LYsIm','GRXkh','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','CyIhg','9MNMfDD','__drivers','vARLM','YsqfM','setCapabilities','SDK_PRE_INITIALIZE','HqIBL','RhdTi','SiirW','mqNek','aVSQW','browserstackAgentV2','NvzVA','name_','oGBJg','fmNqT','vZLge','.browserstack.com','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','capability','debug','getAccessibilityResultsSummary','tuMPv','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','boSeb','oOxVi','WebDriver','IeTYn','GJgVB','quitCount_','CAPABILITY_KEY','capabilities_','selenium-webdriver/lib/http.js','cslaj','vuOVa','QgyYM','ojsCK','tadGr','cvXBq','LCZkL','1436295gEqaCM','uNFyP','send','isArray','yPxVX','ELVDi','EXUyf','SDK_POST_INITIALIZE','dyQFh','hvQNT','__driversArray','BwGJz','ieOptions_','split','Unable\x20to\x20find\x20executor\x20class\x20','pzrlq','pyRIQ','_installDriverInitFailureCapture','browserStackGlobals','Proxy\x20set\x20to\x20','edgeOptions_','MORfF','chromeOptions','framework','2718FtFkHF','readTcgAuthConfigToGlobal','_modifyPlaywright','pushCommand'];a177_0x35f0=function(){return _0x30673a;};return a177_0x35f0();}function a177_0x677c(_0x5a4408,_0x807e76){const _0x35f0c9=a177_0x35f0();return a177_0x677c=function(_0x677cb5,_0x2964a0){_0x677cb5=_0x677cb5-0xce;let _0x3adf65=_0x35f0c9[_0x677cb5];return _0x3adf65;},a177_0x677c(_0x5a4408,_0x807e76);}const util=require('util'),{overrideTakeScreenshot}=require(a177_0x197019(0x143)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a177_0x197019(0xde)),{setAccessibilityCapabilities,setExtension}=require(a177_0x197019(0x134)),helper=require(a177_0x197019(0x1ed)),logger=require(a177_0x197019(0x131))[a177_0x197019(0x14c)],hubAllocator=require(a177_0x197019(0x1ad)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a177_0x197019(0x18a)),BrowserStackSdk=require(a177_0x197019(0x107)),modifyPlaywrightConfig=require(a177_0x197019(0x1ce)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a177_0x197019(0x1c6)),{commandRepository}=require(a177_0x197019(0x188)),{aiSdkWrapper}=require(a177_0x197019(0x1a6)),{overrideExecute}=require(a177_0x197019(0x1d4)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a177_0x197019(0x102)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a177_0x197019(0xde)),modify=_0x53c254=>{const _0x309ba2=a177_0x197019,_0x34b3c9={'qthRC':function(_0x458170,_0x38c2a0){return _0x458170!==_0x38c2a0;},'wzyuU':_0x309ba2(0x1ba),'yDAfu':function(_0x236543,_0x48e9b7){return _0x236543+_0x48e9b7;},'QgyYM':_0x309ba2(0x1f1),'uNFyP':_0x309ba2(0x1cb),'dICZR':_0x309ba2(0x120),'Zsvoe':_0x309ba2(0x23a),'iBMCD':_0x309ba2(0x166),'kIkiJ':_0x309ba2(0x1ae),'gWtlE':_0x309ba2(0x16b),'POpLb':_0x309ba2(0x1de),'stOfJ':_0x309ba2(0xe7),'MEHbE':_0x309ba2(0x1ac),'tKoCo':_0x309ba2(0x1f2),'LdKPR':function(_0x5e6e3f,_0x57565e){return _0x5e6e3f===_0x57565e;},'zyLjq':_0x309ba2(0x1bb),'pZYdN':'Setting\x20Browserstack\x20capabilities','ypzEY':function(_0x329129){return _0x329129();},'SRnzZ':function(_0x2e128a,_0x1fb228){return _0x2e128a(_0x1fb228);},'aukpf':_0x309ba2(0x11f),'QUVhd':_0x309ba2(0x1a3),'iCoqF':'deviceName','nzUpz':_0x309ba2(0x19e),'zBHXI':_0x309ba2(0xf8),'HHkEn':_0x309ba2(0x1c8),'AhqRm':_0x309ba2(0xe5),'wzpdC':_0x309ba2(0x1f7),'owkmq':_0x309ba2(0x17c),'HNyag':_0x309ba2(0x146),'YsqfM':_0x309ba2(0xee),'sgfgG':function(_0x301904,_0x17f96c,_0x370b84){return _0x301904(_0x17f96c,_0x370b84);},'ojsCK':_0x309ba2(0x142),'yPxVX':_0x309ba2(0x117),'WBBdK':_0x309ba2(0x20e),'UYDoC':_0x309ba2(0x165),'vARLM':'bstackA11yScanOptions','fRFow':function(_0x598305,_0x26c970,_0x3301dc,_0x336e38,_0x3823a4){return _0x598305(_0x26c970,_0x3301dc,_0x336e38,_0x3823a4);},'LlnjR':function(_0xb3a3c5,_0x379d4a){return _0xb3a3c5||_0x379d4a;},'pyRIQ':function(_0x423f38,_0x20439f,_0x5a7505){return _0x423f38(_0x20439f,_0x5a7505);},'hvQNT':function(_0x1fa7dc,_0x2d6cd7,_0x314111){return _0x1fa7dc(_0x2d6cd7,_0x314111);},'BkSjz':_0x309ba2(0x1df),'IUNaE':_0x309ba2(0xeb),'dgRRp':function(_0x91406e,_0x3f2c0a){return _0x91406e||_0x3f2c0a;},'tpRnt':_0x309ba2(0xd2),'ilYBe':_0x309ba2(0xe3)};logger[_0x309ba2(0xe8)](_0x34b3c9[_0x309ba2(0x1a2)]),logger['debug'](_0x34b3c9[_0x309ba2(0x18b)]);const _0x20504f=helper[_0x309ba2(0x1a8)](),_0x9a4d1e=helper[_0x309ba2(0x185)]();class _0x1e7203 extends _0x9a4d1e[_0x309ba2(0x144)]{[_0x309ba2(0x226)](_0x16ee0b){const _0x2745d0=_0x309ba2;if(_0x34b3c9[_0x2745d0(0x130)](_0x16ee0b[_0x2745d0(0xf0)],_0x34b3c9[_0x2745d0(0x1e7)]))try{const _0x403079=_0x16ee0b['path'][_0x2745d0(0x231)]('/')[0x2];if(_0x403079){const _0x5a27a4=hubAllocator[_0x2745d0(0x1b5)](_0x403079);if(_0x5a27a4){const _0x20fb14=_0x34b3c9['yDAfu'](_0x34b3c9[_0x2745d0(0x147)](_0x34b3c9[_0x2745d0(0x21f)],_0x5a27a4),_0x34b3c9[_0x2745d0(0x225)]);this[_0x2745d0(0x119)]=hubAllocator['getRequestOptions'](_0x20fb14),logger[_0x2745d0(0x210)]('New\x20hub\x20url\x20set\x20to\x20'+_0x20fb14);}}}catch(_0x55f57b){logger[_0x2745d0(0x1e8)](_0x55f57b);}return super[_0x2745d0(0x226)](_0x16ee0b);}}class _0x5808e8 extends _0x20504f['Builder']{[_0x309ba2(0xfb)](_0x535353){const _0x3abfc6=_0x309ba2;let _0x476290={};for(const _0x482202 in _0x535353){switch(_0x482202){case _0x34b3c9['dICZR']:case _0x34b3c9[_0x3abfc6(0x1e4)]:this[_0x3abfc6(0x101)]&&(_0x476290=this[_0x3abfc6(0x101)][_0x3abfc6(0x1aa)](this[_0x3abfc6(0x101)][_0x3abfc6(0x21a)])||{},this['chromeOptions_'][_0x3abfc6(0x174)](this[_0x3abfc6(0x101)]['CAPABILITY_KEY'],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9[_0x3abfc6(0x1ec)]:case _0x34b3c9[_0x3abfc6(0xfa)]:this['edgeOptions_']&&(_0x476290=this[_0x3abfc6(0x238)]['get'](this['edgeOptions_'][_0x3abfc6(0x21a)])||{},this[_0x3abfc6(0x238)]['set'](this[_0x3abfc6(0x238)][_0x3abfc6(0x21a)],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9[_0x3abfc6(0x167)]:case _0x34b3c9[_0x3abfc6(0x1bc)]:this[_0x3abfc6(0x1f3)]&&(_0x476290=this[_0x3abfc6(0x1f3)]['get'](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x3abfc6(0x1f3)][_0x3abfc6(0x174)](this[_0x3abfc6(0x1f3)][_0x3abfc6(0x21a)],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9['stOfJ']:this[_0x3abfc6(0x14e)]&&(_0x476290=this[_0x3abfc6(0x14e)][_0x3abfc6(0x1aa)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x3abfc6(0x14e)][_0x3abfc6(0x174)](this[_0x3abfc6(0x14e)][_0x3abfc6(0x21a)],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;case _0x34b3c9['MEHbE']:case _0x34b3c9[_0x3abfc6(0x1c2)]:this[_0x3abfc6(0x230)]&&(_0x476290=this[_0x3abfc6(0x230)][_0x3abfc6(0x1aa)](this[_0x3abfc6(0x230)][_0x3abfc6(0x21a)])||{},this[_0x3abfc6(0x230)]['set'](this[_0x3abfc6(0x230)]['CAPABILITY_KEY'],helper[_0x3abfc6(0x15c)](_0x476290,_0x535353[_0x482202])));break;}}}[_0x309ba2(0xdb)](){const _0x503003=_0x309ba2;return this['url_']=helper['getHubUrl'](_0x53c254),logger['debug'](_0x503003(0xd6)+this[_0x503003(0x1c0)]),this;}[_0x309ba2(0x200)](){const _0x9b29e8=_0x309ba2,_0x269954={'xAhVw':function(_0x17c213,_0x5e9415){return _0x34b3c9['LdKPR'](_0x17c213,_0x5e9415);},'Lnxlo':_0x34b3c9['zyLjq']};return logger['debug'](_0x34b3c9[_0x9b29e8(0xd4)]),this['__setBrowserOptions'](_0x53c254[_0x9b29e8(0x20f)]),Object[_0x9b29e8(0xcf)](_0x53c254[_0x9b29e8(0x20f)])[_0x9b29e8(0xda)](_0x3e8d3b=>{const _0x3795e2=_0x9b29e8,_0x28ad17=this['capabilities_'][_0x3795e2(0x1aa)](_0x3e8d3b);_0x269954['xAhVw'](typeof _0x28ad17,_0x269954[_0x3795e2(0x1a9)])?this[_0x3795e2(0x21b)][_0x3795e2(0x174)](_0x3e8d3b,helper['mergeDeep'](_0x28ad17,_0x53c254['capability'][_0x3e8d3b])):this[_0x3795e2(0x21b)][_0x3795e2(0x174)](_0x3e8d3b,_0x53c254[_0x3795e2(0x20f)][_0x3e8d3b]);}),this;}[_0x309ba2(0x1ea)](){const _0x16e88a=_0x309ba2,_0xfdf604={'hSknX':_0x34b3c9[_0x16e88a(0x171)],'NvzVA':_0x34b3c9['IUNaE'],'Mjogv':function(_0x680a1b,_0x5e69f9,_0x23a012,_0x56d82e,_0x2e3cc9){const _0x20050e=_0x16e88a;return _0x34b3c9[_0x20050e(0x192)](_0x680a1b,_0x5e69f9,_0x23a012,_0x56d82e,_0x2e3cc9);},'dXKxK':function(_0x51610f,_0x394ccb){const _0x4c245f=_0x16e88a;return _0x34b3c9[_0x4c245f(0xed)](_0x51610f,_0x394ccb);},'fmNqT':_0x34b3c9[_0x16e88a(0x1cc)],'eqlVe':_0x34b3c9['vARLM'],'MshZu':function(_0x2a6216,_0x4d5655){return _0x34b3c9['dgRRp'](_0x2a6216,_0x4d5655);}};PerformanceTester[_0x16e88a(0x1dd)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0xf3163=_0x16e88a;_0x34b3c9[_0xf3163(0xe1)](isAccessibilityAutomationSession)&&_0x34b3c9[_0xf3163(0x13f)](setAccessibilityCapabilities,_0x53c254);this[_0xf3163(0xdb)](),this[_0xf3163(0x200)]();if(helper[_0xf3163(0x154)](_0x53c254[_0xf3163(0x145)][_0xf3163(0x194)]))this['agent_']=helper['getHttpAgent'](_0x53c254[_0xf3163(0x145)]['proxyUrl']);else _0x53c254[_0xf3163(0x145)]['proxyUrl']&&(this[_0xf3163(0x15b)]=_0x53c254[_0xf3163(0x145)][_0xf3163(0x194)],logger[_0xf3163(0x210)](_0xf3163(0x237)+this[_0xf3163(0x15b)]));if(_0x34b3c9[_0xf3163(0xe1)](isAccessibilityAutomationSession)){const _0x194a3f=this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9[_0xf3163(0x137)])||{},_0x423181=_0x194a3f['deviceName']||this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9['QUVhd'])||this[_0xf3163(0x21b)]['get'](_0x34b3c9['iCoqF']);if(_0x423181){const _0x16f7aa=(_0x194a3f[_0xf3163(0x19e)]||_0x194a3f[_0xf3163(0xf8)]||this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9[_0xf3163(0x128)])||this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9['zBHXI'])||'')['toLowerCase'](),_0x113960=(_0x194a3f[_0xf3163(0x1c8)]||this['capabilities_']['get'](_0x34b3c9[_0xf3163(0x12b)])||'')['toLowerCase']();_0x34b3c9[_0xf3163(0x169)](_0x16f7aa,_0x34b3c9[_0xf3163(0x150)])&&_0x113960[_0xf3163(0x1a1)](_0x34b3c9[_0xf3163(0x183)])&&(_0x34b3c9['ypzEY'](isMobileScanningEnabledForGroup)&&(logger[_0xf3163(0x210)](_0x34b3c9['owkmq']),globals[_0xf3163(0x111)](_0x34b3c9['HNyag'],!![])));}}if(globals['getGlobal'](_0x34b3c9[_0xf3163(0x1ff)])){if(!_0x34b3c9[_0xf3163(0xe2)](setExtension,this,_0x53c254)){globals[_0xf3163(0x111)](_0x34b3c9['YsqfM'],![]);const _0xad7f8b=this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9[_0xf3163(0x137)]);_0xad7f8b&&(_0xad7f8b[_0xf3163(0x113)]=![],delete _0xad7f8b['accessibilityOptions'],this['capabilities_'][_0xf3163(0x174)](_0x34b3c9['aukpf'],_0xad7f8b)),this[_0xf3163(0x21b)][_0xf3163(0x1aa)](_0x34b3c9['ojsCK'])&&(this[_0xf3163(0x21b)]['set'](_0x34b3c9[_0xf3163(0x220)],![]),this[_0xf3163(0x21b)]['delete'](_0x34b3c9[_0xf3163(0x228)]));}}(!helper[_0xf3163(0x17a)]()||helper[_0xf3163(0x195)](_0x53c254))&&helper[_0xf3163(0x16f)](null,helper['useW3C'](_0x53c254),_0x53c254[_0xf3163(0x23b)],null,this,null),helper['setAdditionalCapabilities'](_0x53c254['capability']),logger[_0xf3163(0x210)](_0x34b3c9[_0xf3163(0x16c)]);})();const _0x64dfd=super[_0x16e88a(0x1ea)]();return PerformanceTester[_0x16e88a(0x1dd)](PerformanceEvents[_0x16e88a(0x22b)],()=>{const _0x50f8b3=_0x16e88a,_0x42a8c0={'fcKIS':function(_0x35a613,_0x4d3cbc,_0xd15885){const _0x55ba87=a177_0x677c;return _0x34b3c9[_0x55ba87(0xe2)](_0x35a613,_0x4d3cbc,_0xd15885);},'ELVDi':_0x34b3c9[_0x50f8b3(0x1cc)],'toKgA':_0x34b3c9[_0x50f8b3(0x1fe)],'ZHlFm':function(_0xc262a5,_0x2c9848,_0x2a30d,_0x403784,_0x36aa91){return _0x34b3c9['fRFow'](_0xc262a5,_0x2c9848,_0x2a30d,_0x403784,_0x36aa91);},'bLkqC':function(_0x4e1557,_0x3d4588){return _0x34b3c9['LlnjR'](_0x4e1557,_0x3d4588);},'zFHBk':function(_0x2aec47,_0xa28742,_0x425120){const _0x3a9bf6=_0x50f8b3;return _0x34b3c9[_0x3a9bf6(0x234)](_0x2aec47,_0xa28742,_0x425120);}};_0x64dfd[_0x50f8b3(0x124)]['then'](_0x20e1ca=>{const _0xead533=_0x50f8b3;try{const _0x3c0427=_0x20e1ca[_0xead533(0x1f6)][_0xead533(0x1aa)](_0xfdf604[_0xead533(0x180)]);_0x3c0427?(logger[_0xead533(0x210)](_0xead533(0x1af)+_0x3c0427),hubAllocator[_0xead533(0x175)](_0x3c0427,_0x20e1ca[_0xead533(0x139)]()),helper['storeOptimalHubUrl'](_0x3c0427)):logger[_0xead533(0x210)](_0xfdf604[_0xead533(0x208)]);}catch(_0x2ffb12){logger['debug'](_0xead533(0x1fa)+_0x2ffb12);}}),_0x64dfd['then']&&_0x64dfd[_0x50f8b3(0x15d)](_0x195406=>{const _0x527372=_0x50f8b3,_0x3fe522={'RCbbp':function(_0x182927,_0xfef264,_0x891194){return _0x42a8c0['fcKIS'](_0x182927,_0xfef264,_0x891194);},'OKjjz':function(_0x2efd05,_0x37a522,_0x1888bd,_0x2341cf,_0xc28c22){return _0x42a8c0['ZHlFm'](_0x2efd05,_0x37a522,_0x1888bd,_0x2341cf,_0xc28c22);},'hgQiF':function(_0x282e78,_0x582776){return _0x42a8c0['bLkqC'](_0x282e78,_0x582776);},'cLjMm':_0x42a8c0['ELVDi'],'QQTIE':_0x42a8c0[_0x527372(0x18f)]};helper['overrideGet'](_0x195406,_0x53c254),_0x42a8c0['fcKIS'](overrideExecute,_0x195406,_0x53c254),_0x195406['getAccessibilityResultsSummary']=async()=>{return await _0x42a8c0['fcKIS'](getAccessibilityResultsSummary,_0x195406,global);},_0x195406['getAccessibilityResults']=async()=>{const _0x279681=_0x527372;return await _0x3fe522[_0x279681(0x12c)](getAccessibilityResults,_0x195406,global);},_0x195406[_0x527372(0x13b)]=async _0x5d9f5f=>{return await _0x3fe522['OKjjz'](performScan,_0x195406,null,!![],_0x3fe522['hgQiF'](_0x5d9f5f,null));},_0x195406[_0x527372(0x10c)]=async _0x18c049=>{const _0x47295f=_0x527372;globals['setGlobal'](_0x3fe522[_0x47295f(0x14b)],!![]),globals[_0x47295f(0x111)](_0x3fe522[_0x47295f(0x1ef)],_0x3fe522[_0x47295f(0x160)](_0x18c049,null));},_0x195406[_0x527372(0x1e6)]=async()=>{const _0x535f9e=_0x527372;globals[_0x535f9e(0x111)](_0x42a8c0['ELVDi'],![]),globals['setGlobal'](_0x42a8c0[_0x535f9e(0x18f)],null);};}),_0x64dfd[_0x50f8b3(0x211)]=async()=>{return await _0x42a8c0['zFHBk'](getAccessibilityResultsSummary,_0x64dfd,global);},_0x64dfd['getAccessibilityResults']=async()=>{const _0x52652c=_0x50f8b3;return await _0x42a8c0[_0x52652c(0x105)](getAccessibilityResults,_0x64dfd,global);},_0x64dfd[_0x50f8b3(0x13b)]=async _0x24e4bd=>{const _0x231f35=_0x50f8b3;return await _0xfdf604[_0x231f35(0x129)](performScan,_0x64dfd,null,!![],_0xfdf604[_0x231f35(0x184)](_0x24e4bd,null));},_0x64dfd[_0x50f8b3(0x10c)]=async _0x19122e=>{const _0x40fe80=_0x50f8b3;globals[_0x40fe80(0x111)](_0xfdf604[_0x40fe80(0x20b)],!![]),globals['setGlobal'](_0xfdf604['eqlVe'],_0xfdf604['MshZu'](_0x19122e,null));},_0x64dfd[_0x50f8b3(0x1e6)]=async()=>{const _0x5262f9=_0x50f8b3;globals[_0x5262f9(0x111)](_0x42a8c0[_0x5262f9(0x229)],![]),globals[_0x5262f9(0x111)](_0x42a8c0[_0x5262f9(0x18f)],null);},helper[_0x50f8b3(0x191)](_0x64dfd,_0x53c254),_0x34b3c9[_0x50f8b3(0x22d)](overrideExecute,_0x64dfd,_0x53c254),helper['isUndefined'](global['__driversArray'])&&(global[_0x50f8b3(0x22e)]=[]),global['__driversArray'][_0x50f8b3(0xec)](_0x64dfd);})(),_0x64dfd;}}_0x20504f[_0x309ba2(0x186)]=_0x20504f[_0x309ba2(0x141)],_0x20504f[_0x309ba2(0x141)]=_0x5808e8,_0x9a4d1e[_0x309ba2(0x144)]=_0x1e7203;},propagateJestSessionName=(_0x3f8832,_0x4929e4,_0xa0e99d='')=>{const _0x54fd1e=a177_0x197019,_0x50d69c={};_0x50d69c[_0x54fd1e(0x1e1)]=_0x54fd1e(0x13d);const _0x2d6f91=_0x50d69c;_0x4929e4&&_0x4929e4[_0x54fd1e(0x1b2)]&&_0x4929e4[_0x54fd1e(0x1b2)][_0x54fd1e(0x199)]&&helper[_0x54fd1e(0x182)](_0x3f8832[_0x54fd1e(0x199)])&&(_0x3f8832[_0x54fd1e(0x199)]=_0x4929e4[_0x54fd1e(0x1b2)]['browserstackSessionName'],logger[_0x54fd1e(0x210)](util[_0x54fd1e(0x198)](_0x2d6f91[_0x54fd1e(0x1e1)],_0xa0e99d?'\x20'+_0xa0e99d:'',_0x3f8832[_0x54fd1e(0x199)])));},modifyV2=(_0x710a2e,_0x2214a4=null,_0x4837db=![])=>{const _0x10d7ef=a177_0x197019,_0x2ffccf={'ZSBPa':function(_0x57b7c2,_0x550693){return _0x57b7c2!==_0x550693;},'LXoZn':_0x10d7ef(0x1ba),'EXUyf':function(_0x959f44,_0x4fe68f){return _0x959f44+_0x4fe68f;},'WNUXz':_0x10d7ef(0x1f1),'qTogl':_0x10d7ef(0x1cb),'tadGr':_0x10d7ef(0x1db),'VPZfL':_0x10d7ef(0x18e),'RAHnH':_0x10d7ef(0x120),'RcLMv':_0x10d7ef(0x23a),'ttPCq':_0x10d7ef(0x166),'ITHYR':_0x10d7ef(0x1ae),'kpIBb':'moz:firefoxOptions','LRNwh':_0x10d7ef(0x1de),'buWAM':'safari.options','cEAoI':_0x10d7ef(0x1ac),'avOAR':'ieOptions','nlUJs':function(_0x2a879d,_0x385a53){return _0x2a879d===_0x385a53;},'uqhcL':_0x10d7ef(0x1bb),'tuMPv':_0x10d7ef(0x156),'YXNoA':function(_0xc4f89b,_0x1845d1){return _0xc4f89b>_0x1845d1;},'hcYmc':function(_0x1508b5,_0x296c33){return _0x1508b5>_0x296c33;},'ItxJp':function(_0x408d6c){return _0x408d6c();},'XnAyy':function(_0x40cbda,_0x2e5e91,_0x1eed5e){return _0x40cbda(_0x2e5e91,_0x1eed5e);},'YzQhR':_0x10d7ef(0xee),'nmuDs':_0x10d7ef(0x11f),'BwGJz':'browserstack.accessibility','yVMfs':_0x10d7ef(0x117),'KSEZS':'bstackA11yShouldScan','nuNMl':'bstackA11yScanOptions','wlgQt':function(_0x1e8fa4,_0x438424){return _0x1e8fa4||_0x438424;},'FwEqW':function(_0x4c5f34,_0x11d607,_0x22a29e,_0x49db5d,_0x32603c){return _0x4c5f34(_0x11d607,_0x22a29e,_0x49db5d,_0x32603c);},'BECrW':function(_0x1ed20c,_0x4d6b33){return _0x1ed20c(_0x4d6b33);},'SiirW':function(_0x3fcf07,_0x2b2672,_0x3af4d5,_0x319846){return _0x3fcf07(_0x2b2672,_0x3af4d5,_0x319846);},'IyMEc':_0x10d7ef(0x162),'fCkOl':function(_0x468acb,_0x3fd931){return _0x468acb!==_0x3fd931;},'hhgtK':_0x10d7ef(0x1a3),'RSQiW':'deviceName','HqIBL':'platformName','QdVcq':_0x10d7ef(0xf8),'OeBur':_0x10d7ef(0x1c8),'qOFQW':function(_0x24d70e,_0x26def6){return _0x24d70e===_0x26def6;},'LCZkL':'android','htcVl':_0x10d7ef(0x1f7),'vZLge':_0x10d7ef(0x17c),'kEpgo':_0x10d7ef(0x146),'vnPqs':function(_0x4d8a2a,_0x5d556f,_0x176fdf){return _0x4d8a2a(_0x5d556f,_0x176fdf);},'HRLHL':_0x10d7ef(0x20e),'boSeb':function(_0x5e109c){return _0x5e109c();},'NUbyh':'browserstack.com','zkkyV':function(_0x2bf1b8,_0x8a41ab){return _0x2bf1b8===_0x8a41ab;},'mmJvF':function(_0x52c6c3){return _0x52c6c3();},'mDZht':_0x10d7ef(0x108),'hjQwA':function(_0x118af9,_0x163a2e){return _0x118af9(_0x163a2e);},'GJgVB':_0x10d7ef(0xf6),'wIGGu':function(_0x48c7b2,_0x5085e8){return _0x48c7b2(_0x5085e8);},'uVLhx':_0x10d7ef(0x1c3),'JfMGP':function(_0x4cd167,_0x48cef2){return _0x4cd167<_0x48cef2;},'mmOsA':function(_0x83f410,_0x577889){return _0x83f410||_0x577889;},'MfAXu':function(_0x3decd6,_0xa4990e,_0x363774){return _0x3decd6(_0xa4990e,_0x363774);},'IjhWT':function(_0x3f4c5c){return _0x3f4c5c();},'OQFXH':_0x10d7ef(0xf3),'SfWGL':'aiSdk_framework','dGPUy':_0x10d7ef(0x193),'roAoG':_0x10d7ef(0x126),'uBoCI':_0x10d7ef(0x20d),'oPtBL':_0x10d7ef(0x213),'nWPmB':_0x10d7ef(0x1df),'oegLk':_0x10d7ef(0xeb),'MLkCa':function(_0x32165c,_0x136a3d,_0x4272df,_0x151c39,_0x512b44){return _0x32165c(_0x136a3d,_0x4272df,_0x151c39,_0x512b44);},'ZUtNt':function(_0x152f92,_0x2c2007){return _0x152f92||_0x2c2007;},'BYkHF':function(_0x323c23,_0xb9b596,_0x43fa24){return _0x323c23(_0xb9b596,_0x43fa24);},'oyLfD':function(_0x3a1595,_0x4c2f6,_0x5e4ec7){return _0x3a1595(_0x4c2f6,_0x5e4ec7);},'MORfF':function(_0x3a704b,_0xc7ed12,_0x3495ed){return _0x3a704b(_0xc7ed12,_0x3495ed);},'LskaT':'bstackAllyScanning','OMotc':_0x10d7ef(0xd2),'mqNek':'Modifying\x20webdriver\x20builder','vjoxz':function(_0x359ff7){return _0x359ff7();},'CyIhg':_0x10d7ef(0xf4),'UPIKK':_0x10d7ef(0xdc),'diwPj':_0x10d7ef(0x21c),'ZpGaq':'Modifying\x20webdriver\x20execute','NSCgW':function(_0x6c14c5,_0xa8e817){return _0x6c14c5+_0xa8e817;},'oBRja':_0x10d7ef(0x232)},_0x9f9024=helper['requireHttpClient']();let _0x2b4cda;try{_0x2b4cda=helper[_0x10d7ef(0x1a8)](),_0x2b4cda[_0x10d7ef(0x186)]&&(_0x2b4cda['Builder']=_0x2b4cda['originalBuilder']);}catch(_0x825c01){return;}if(helper['isBrowserstackInfra']()){const _0x265613={};_0x265613[_0x10d7ef(0xd5)]=_0x710a2e['browserStackLogLevel'],helper[_0x10d7ef(0x1c7)](_0x265613,new Map(),new Map()),logger['info'](_0x2ffccf[_0x10d7ef(0xf1)]),logger['debug'](_0x2ffccf[_0x10d7ef(0x205)]);}class _0x5ba6c2 extends _0x9f9024['HttpClient']{[_0x10d7ef(0x226)](_0x38a659){const _0x49ab8b=_0x10d7ef;if(_0x2ffccf[_0x49ab8b(0x1b8)](_0x38a659[_0x49ab8b(0xf0)],_0x2ffccf['LXoZn']))try{const _0x2904dc=_0x38a659[_0x49ab8b(0xf0)][_0x49ab8b(0x231)]('/')[0x2];if(_0x2904dc){const _0x2f9f08=hubAllocator[_0x49ab8b(0x1b5)](_0x2904dc);if(_0x2f9f08){const _0xe40259=_0x2ffccf[_0x49ab8b(0x22a)](_0x2ffccf[_0x49ab8b(0x22a)](_0x2ffccf[_0x49ab8b(0x1eb)],_0x2f9f08),_0x2ffccf['qTogl']);this[_0x49ab8b(0x119)]=hubAllocator[_0x49ab8b(0xea)](_0xe40259),logger[_0x49ab8b(0x210)]('New\x20hub\x20url\x20set\x20to\x20'+_0xe40259);}}}catch(_0x3be495){logger['error'](_0x3be495);}if(globals[_0x49ab8b(0xfc)](_0x2ffccf['tadGr'])&&globals[_0x49ab8b(0xfc)](_0x2ffccf[_0x49ab8b(0x1dc)])){const _0x1b1aa1=_0x38a659[_0x49ab8b(0xf0)][_0x49ab8b(0x231)]('/')[0x2];_0x1b1aa1&&commandRepository[_0x49ab8b(0x23f)](_0x1b1aa1,_0x38a659);}return super[_0x49ab8b(0x226)](_0x38a659);}}class _0x4752a0 extends _0x2b4cda['Builder']{[_0x10d7ef(0xdb)](){const _0x346263=_0x10d7ef;return helper['isBrowserstackInfra']()&&(this[_0x346263(0x1c0)]=helper['getHubUrl'](_0x710a2e)),this;}['__setBrowserOptions'](_0x55cdbf){const _0xdd8506=_0x10d7ef;let _0x28010a={};for(const _0x15fe71 in _0x55cdbf){switch(_0x15fe71){case _0x2ffccf[_0xdd8506(0xce)]:case _0x2ffccf[_0xdd8506(0x1d8)]:this[_0xdd8506(0x101)]&&(_0x28010a=this['chromeOptions_']['get'](this['chromeOptions_'][_0xdd8506(0x21a)])||{},this['chromeOptions_'][_0xdd8506(0x174)](this[_0xdd8506(0x101)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0x103)]:case _0x2ffccf['ITHYR']:this[_0xdd8506(0x238)]&&(_0x28010a=this[_0xdd8506(0x238)][_0xdd8506(0x1aa)](this['edgeOptions_'][_0xdd8506(0x21a)])||{},this[_0xdd8506(0x238)]['set'](this[_0xdd8506(0x238)][_0xdd8506(0x21a)],helper['mergeDeep'](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0x10a)]:case _0x2ffccf[_0xdd8506(0x1e0)]:this[_0xdd8506(0x1f3)]&&(_0x28010a=this['firefoxOptions_'][_0xdd8506(0x1aa)](this[_0xdd8506(0x1f3)][_0xdd8506(0x21a)])||{},this['firefoxOptions_'][_0xdd8506(0x174)](this[_0xdd8506(0x1f3)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0xe4)]:this[_0xdd8506(0x14e)]&&(_0x28010a=this[_0xdd8506(0x14e)][_0xdd8506(0x1aa)](this['safariOptions_'][_0xdd8506(0x21a)])||{},this[_0xdd8506(0x14e)][_0xdd8506(0x174)](this[_0xdd8506(0x14e)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;case _0x2ffccf[_0xdd8506(0x112)]:case _0x2ffccf['avOAR']:this[_0xdd8506(0x230)]&&(_0x28010a=this['ieOptions_'][_0xdd8506(0x1aa)](this[_0xdd8506(0x230)][_0xdd8506(0x21a)])||{},this[_0xdd8506(0x230)]['set'](this[_0xdd8506(0x230)][_0xdd8506(0x21a)],helper[_0xdd8506(0x15c)](_0x28010a,_0x55cdbf[_0x15fe71])));break;}}}['setCapabilities'](){const _0x264706=_0x10d7ef;logger[_0x264706(0x210)](_0x2ffccf[_0x264706(0x212)]);const _0x4d1001=_0x710a2e['capability']&&_0x2ffccf[_0x264706(0x19a)](Object[_0x264706(0xcf)](_0x710a2e[_0x264706(0x20f)])['length'],0x0)?_0x710a2e['capability']:_0x710a2e[_0x264706(0xe0)]&&Array[_0x264706(0x227)](_0x710a2e['capabilities'])&&_0x2ffccf[_0x264706(0x161)](_0x710a2e['capabilities'][_0x264706(0x109)],0x0)?_0x710a2e[_0x264706(0xe0)][0x0]:{};return this[_0x264706(0xfb)](_0x4d1001),Object[_0x264706(0xcf)](_0x4d1001)['forEach'](_0xf8728d=>{const _0x5acce8=_0x264706,_0x33b4d9=this[_0x5acce8(0x21b)][_0x5acce8(0x1aa)](_0xf8728d);_0x2ffccf['nlUJs'](typeof _0x33b4d9,_0x2ffccf[_0x5acce8(0x121)])?this[_0x5acce8(0x21b)][_0x5acce8(0x174)](_0xf8728d,helper[_0x5acce8(0x15c)](_0x33b4d9,_0x4d1001[_0xf8728d])):this[_0x5acce8(0x21b)][_0x5acce8(0x174)](_0xf8728d,_0x4d1001[_0xf8728d]);}),this;}[_0x10d7ef(0x1ea)](){const _0x23e34e=_0x10d7ef,_0x8a759c={'ZBIKD':function(_0xc25d30){const _0x1bf65e=a177_0x677c;return _0x2ffccf[_0x1bf65e(0xf7)](_0xc25d30);},'sfbNc':function(_0x246cab,_0x205126){const _0x1211b3=a177_0x677c;return _0x2ffccf[_0x1211b3(0x127)](_0x246cab,_0x205126);},'SoCRy':_0x2ffccf[_0x23e34e(0x1ca)],'Jgpoh':_0x2ffccf[_0x23e34e(0x159)],'Imzhr':_0x2ffccf[_0x23e34e(0x148)],'vPQFN':_0x2ffccf[_0x23e34e(0x202)],'KhhMa':_0x2ffccf['QdVcq'],'oGBJg':_0x2ffccf['OeBur'],'AJbTG':function(_0x61f655,_0x57ad30){const _0x584ff5=_0x23e34e;return _0x2ffccf[_0x584ff5(0x1f0)](_0x61f655,_0x57ad30);},'fFDgZ':_0x2ffccf[_0x23e34e(0x223)],'OPZWz':_0x2ffccf[_0x23e34e(0x11b)],'cGlkG':function(_0x44355f){const _0x26aab6=_0x23e34e;return _0x2ffccf[_0x26aab6(0xf7)](_0x44355f);},'miUaf':_0x2ffccf[_0x23e34e(0x20c)],'lVphH':_0x2ffccf[_0x23e34e(0x10d)],'ETTkm':_0x2ffccf[_0x23e34e(0x1da)],'IeTYn':function(_0x1610b7,_0x53adb5,_0x35a1aa){const _0xf6a6bc=_0x23e34e;return _0x2ffccf[_0xf6a6bc(0x181)](_0x1610b7,_0x53adb5,_0x35a1aa);},'pzrlq':_0x2ffccf[_0x23e34e(0x22f)],'LYsIm':_0x2ffccf[_0x23e34e(0x12d)],'dfoMe':_0x2ffccf[_0x23e34e(0x1c5)],'zDyca':_0x2ffccf[_0x23e34e(0xce)],'GRXkh':function(_0x2cef35){const _0x5d382e=_0x23e34e;return _0x2ffccf[_0x5d382e(0x214)](_0x2cef35);},'AwnBv':_0x2ffccf[_0x23e34e(0xe6)],'Aqhrw':function(_0x2d5403,_0xff0826){return _0x2ffccf['zkkyV'](_0x2d5403,_0xff0826);},'uLanm':function(_0x4e63f6){const _0x4a0b44=_0x23e34e;return _0x2ffccf[_0x4a0b44(0x116)](_0x4e63f6);},'tKxlr':_0x2ffccf['mDZht'],'RhdTi':function(_0x9b379e,_0x58b31b){return _0x2ffccf['hjQwA'](_0x9b379e,_0x58b31b);},'NNOwE':_0x2ffccf[_0x23e34e(0x218)],'PfLVX':function(_0x128463,_0x376f80){const _0x8edc9a=_0x23e34e;return _0x2ffccf[_0x8edc9a(0x104)](_0x128463,_0x376f80);},'UnONH':_0x2ffccf['uVLhx'],'ndmpH':function(_0x376493,_0x520610){const _0x726356=_0x23e34e;return _0x2ffccf[_0x726356(0x104)](_0x376493,_0x520610);},'vuOVa':function(_0x54bc81,_0x57b262){const _0x3a8032=_0x23e34e;return _0x2ffccf[_0x3a8032(0x178)](_0x54bc81,_0x57b262);},'dyQFh':function(_0x8e00b2,_0x1be702){const _0x5a37c4=_0x23e34e;return _0x2ffccf[_0x5a37c4(0x1b8)](_0x8e00b2,_0x1be702);},'IbnlD':function(_0x3e6fa9,_0x129871){const _0x106ea9=_0x23e34e;return _0x2ffccf[_0x106ea9(0x1d0)](_0x3e6fa9,_0x129871);},'jlDwF':function(_0x4508c6,_0x327812,_0x528f02){const _0x233d75=_0x23e34e;return _0x2ffccf[_0x233d75(0xfe)](_0x4508c6,_0x327812,_0x528f02);},'ldyol':function(_0xe8c588){const _0x1603ee=_0x23e34e;return _0x2ffccf[_0x1603ee(0x19d)](_0xe8c588);},'jwrRI':function(_0x27b869,_0x3c0019){const _0x57ac33=_0x23e34e;return _0x2ffccf[_0x57ac33(0x104)](_0x27b869,_0x3c0019);},'uOpMF':_0x2ffccf[_0x23e34e(0xf9)],'qKFcA':_0x2ffccf['SfWGL'],'usVOB':_0x2ffccf[_0x23e34e(0xdf)],'YbqOi':_0x2ffccf[_0x23e34e(0x10b)],'qldFC':_0x2ffccf[_0x23e34e(0x115)],'hngvW':_0x2ffccf[_0x23e34e(0x16d)],'cvXBq':_0x2ffccf[_0x23e34e(0x221)],'gkELW':_0x2ffccf[_0x23e34e(0x1dc)],'lNGBd':_0x2ffccf['nWPmB'],'KTFUV':_0x2ffccf['oegLk'],'bqgqn':function(_0x20f3ea,_0x1f220e,_0x3a39ed,_0xe74ab2,_0xcca6ec){return _0x2ffccf['MLkCa'](_0x20f3ea,_0x1f220e,_0x3a39ed,_0xe74ab2,_0xcca6ec);},'XEiKJ':function(_0x3d8a77,_0x1392ec){const _0x12373b=_0x23e34e;return _0x2ffccf[_0x12373b(0xf2)](_0x3d8a77,_0x1392ec);},'cslaj':function(_0x2e97b6,_0x13ca66,_0xe05f2b){const _0x5402a7=_0x23e34e;return _0x2ffccf[_0x5402a7(0x136)](_0x2e97b6,_0x13ca66,_0xe05f2b);},'oOxVi':function(_0x5f5950,_0x55bb8c,_0x5393ae){const _0x20290d=_0x23e34e;return _0x2ffccf[_0x20290d(0x132)](_0x5f5950,_0x55bb8c,_0x5393ae);},'GHzgY':function(_0x4aa192,_0x19820e,_0x449d16){const _0xbbe2f7=_0x23e34e;return _0x2ffccf[_0xbbe2f7(0x239)](_0x4aa192,_0x19820e,_0x449d16);},'IgvMf':_0x2ffccf[_0x23e34e(0x1bf)],'Yqhzo':_0x2ffccf['nuNMl']};PerformanceTester['measureWrapper'](PerformanceEvents[_0x23e34e(0x201)],()=>{const _0x1156b4=_0x23e34e;if(helper[_0x1156b4(0x17a)]()){helper[_0x1156b4(0x1ee)](_0x710a2e[_0x1156b4(0x20f)]);_0x8a759c[_0x1156b4(0x11d)](isAccessibilityAutomationSession)&&_0x8a759c[_0x1156b4(0xd3)](setAccessibilityCapabilities,_0x710a2e);this['setServer'](),this[_0x1156b4(0x200)]();if(helper[_0x1156b4(0x154)](_0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)]))this['agent_']=helper[_0x1156b4(0xd0)](_0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)]);else _0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)]&&(this['proxy_']=_0x710a2e[_0x1156b4(0x145)][_0x1156b4(0x194)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x1156b4(0x15b)]));if(_0x8a759c['ZBIKD'](isAccessibilityAutomationSession)){const _0x3563c5=this['capabilities_']['get'](_0x8a759c[_0x1156b4(0x1c1)])||{},_0x3f4ee=_0x3563c5[_0x1156b4(0x11a)]||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x197)])||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1ab)]);if(_0x3f4ee){const _0x419657=(_0x3563c5['platformName']||_0x3563c5['platform']||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x106)])||this['capabilities_'][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x149)])||'')[_0x1156b4(0x152)](),_0x3d8763=(_0x3563c5[_0x1156b4(0x1c8)]||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x20a)])||'')[_0x1156b4(0x152)]();_0x8a759c[_0x1156b4(0x18c)](_0x419657,_0x8a759c[_0x1156b4(0xf5)])&&_0x3d8763['includes'](_0x8a759c[_0x1156b4(0x12f)])&&(_0x8a759c[_0x1156b4(0x19f)](isMobileScanningEnabledForGroup)&&(logger[_0x1156b4(0x210)](_0x8a759c[_0x1156b4(0x13e)]),globals['setGlobal'](_0x8a759c[_0x1156b4(0x1b9)],!![])));}}if(globals['getGlobal'](_0x8a759c[_0x1156b4(0x1b7)])){if(!_0x8a759c[_0x1156b4(0x217)](setExtension,this,_0x710a2e)){globals['setGlobal'](_0x8a759c[_0x1156b4(0x1b7)],![]);const _0x298186=this['capabilities_'][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1c1)]);_0x298186&&(_0x298186[_0x1156b4(0x113)]=![],delete _0x298186[_0x1156b4(0x172)],this['capabilities_']['set'](_0x8a759c[_0x1156b4(0x1c1)],_0x298186)),this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x233)])&&(this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x233)],![]),this['capabilities_'][_0x1156b4(0xdd)](_0x8a759c[_0x1156b4(0x1f8)]));}}process['env'][_0x1156b4(0xfd)]&&(helper[_0x1156b4(0x16f)](null,helper[_0x1156b4(0x1e3)](_0x710a2e),_0x710a2e[_0x1156b4(0x23b)],null,this,null),helper['setAdditionalCapabilities'](_0x710a2e['capability']),helper['readTcgAuthConfigToGlobal']()),logger[_0x1156b4(0x210)](_0x8a759c[_0x1156b4(0x179)]);}else{if(this[_0x1156b4(0x101)]){const _0x30de96=this[_0x1156b4(0x101)]['get'](this[_0x1156b4(0x101)]['CAPABILITY_KEY']||_0x8a759c[_0x1156b4(0x17d)]);if(_0x30de96&&_0x30de96[_0x1156b4(0x1f5)]){const _0x118316=this[_0x1156b4(0x21b)]['get'](_0x8a759c[_0x1156b4(0x17d)])||{},_0x8159d0=(_0x118316['args']||[])[_0x1156b4(0x1be)](_0x30de96[_0x1156b4(0x1f5)]||[]),_0x1ee82e=Array[_0x1156b4(0x189)](new Set(_0x8159d0)),_0xf900a={};_0xf900a[_0x1156b4(0x1f5)]=_0x1ee82e,this['capabilities_'][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x17d)],Object[_0x1156b4(0x1d1)]({},_0x118316,_0x30de96,_0xf900a));}}helper[_0x1156b4(0x23d)]();if(_0x8a759c[_0x1156b4(0x1f9)](isAccessibilityAutomationSession)&&this[_0x1156b4(0x16e)]()[_0x1156b4(0x1a1)](_0x8a759c[_0x1156b4(0x196)])){let _0x36d477=!![];const _0xe1c4cd=this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1c1)])||{},_0xc15dc0=_0xe1c4cd['deviceName']||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x197)])||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1ab)]);if(_0xc15dc0){const _0x233df5=(_0xe1c4cd[_0x1156b4(0x19e)]||_0xe1c4cd['platform']||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x106)])||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c['KhhMa'])||'')[_0x1156b4(0x152)](),_0xd2fd4d=(_0xe1c4cd[_0x1156b4(0x1c8)]||this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c['oGBJg'])||'')['toLowerCase']();_0x8a759c[_0x1156b4(0x125)](_0x233df5,_0x8a759c[_0x1156b4(0xf5)])&&_0xd2fd4d[_0x1156b4(0x1a1)](_0x8a759c[_0x1156b4(0x12f)])?!_0x8a759c[_0x1156b4(0x1b3)](isMobileScanningEnabledForGroup)?(logger['warn'](MOBILE_SCANNING_DISABLED_WARNING),_0x36d477=![]):(logger[_0x1156b4(0x210)](_0x8a759c[_0x1156b4(0x13e)]),globals[_0x1156b4(0x111)](_0x8a759c['lVphH'],!![])):(logger[_0x1156b4(0x12e)](_0x8a759c[_0x1156b4(0x190)]),_0x36d477=![]);}if(_0x36d477){const _0x48fe1e=_0x8a759c[_0x1156b4(0x203)](parseFloat,_0xe1c4cd[_0x1156b4(0xf6)]||this[_0x1156b4(0x21b)]['get'](_0x8a759c[_0x1156b4(0x1c9)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3aaef7}=_0x8a759c['PfLVX'](require,_0x8a759c['UnONH']),_0x3d45d0=_0x8a759c['PfLVX'](parseFloat,_0x3aaef7);!_0x8a759c[_0x1156b4(0x1cf)](isNaN,_0x48fe1e)&&_0x8a759c[_0x1156b4(0x21e)](_0x48fe1e,_0x3d45d0)&&(logger[_0x1156b4(0x12e)](_0x1156b4(0x177)+_0x3aaef7+'.'),_0x36d477=![]);}if(_0x36d477){_0x8a759c[_0x1156b4(0x203)](setAccessibilityCapabilities,_0x710a2e),this[_0x1156b4(0x200)]();if(process['env'][_0x1156b4(0x240)]){let _0x54056a={};try{process['env'][_0x1156b4(0x155)]&&(_0x54056a=JSON[_0x1156b4(0x1d2)](process['env'][_0x1156b4(0x155)]));}catch(_0xbb0982){logger[_0x1156b4(0x210)]('Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20'+_0xbb0982);}const _0x2512fd=helper['useW3C'](_0x710a2e),_0x4b72ab=this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c['SoCRy']);if(_0x8a759c[_0x1156b4(0x22c)](_0x2512fd,![])&&(_0x4b72ab||!this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x233)]))){const _0x5220a9=_0x8a759c[_0x1156b4(0x1d7)](_0x4b72ab,{});_0x5220a9['accessibility']=!![];const _0x49732a={};_0x49732a[_0x1156b4(0x168)]=process[_0x1156b4(0x11c)]['BS_A11Y_JWT'],_0x49732a[_0x1156b4(0x19b)]=_0x54056a[_0x1156b4(0x19b)],_0x5220a9[_0x1156b4(0x172)]=Object[_0x1156b4(0x1d1)]({},_0x5220a9[_0x1156b4(0x172)],_0x49732a),this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x1c1)],_0x5220a9);}else{this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x233)],!![]);const _0x3f3ece=this['capabilities_'][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1f8)])||{},_0x4e7c13={};_0x4e7c13[_0x1156b4(0x168)]=process['env'][_0x1156b4(0x240)],_0x4e7c13[_0x1156b4(0x19b)]=_0x54056a[_0x1156b4(0x19b)],this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c['LYsIm'],Object[_0x1156b4(0x1d1)]({},_0x3f3ece,_0x4e7c13));}}if(!_0x8a759c[_0x1156b4(0xe9)](setExtension,this,_0x710a2e)){globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x1b7)],![]);const _0x5a4ec1=this[_0x1156b4(0x21b)][_0x1156b4(0x1aa)](_0x8a759c[_0x1156b4(0x1c1)]);_0x5a4ec1&&(_0x5a4ec1[_0x1156b4(0x113)]=![],delete _0x5a4ec1[_0x1156b4(0x172)],this[_0x1156b4(0x21b)][_0x1156b4(0x174)](_0x8a759c['SoCRy'],_0x5a4ec1)),this[_0x1156b4(0x21b)]['get'](_0x8a759c[_0x1156b4(0x233)])&&(this['capabilities_'][_0x1156b4(0x174)](_0x8a759c[_0x1156b4(0x233)],![]),this[_0x1156b4(0x21b)][_0x1156b4(0xdd)](_0x8a759c['LYsIm']));}}}if(_0x8a759c[_0x1156b4(0x1e2)](isAccessibilityAutomationSession)&&!this[_0x1156b4(0x16e)]()[_0x1156b4(0x1a1)](_0x8a759c['AwnBv']))try{_0x8a759c[_0x1156b4(0x100)](hasLegacyHeadlessArg,this)?(logger['warn'](_0x8a759c[_0x1156b4(0x114)]),globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x1b7)],![])):helper['prepareCapabilities'](null,helper[_0x1156b4(0x1e3)](_0x710a2e),_0x710a2e[_0x1156b4(0x23b)],null,this,null);}catch(_0x3d7033){logger[_0x1156b4(0x210)](_0x1156b4(0x1d9)+util[_0x1156b4(0x198)](_0x3d7033));}_0x8a759c[_0x1156b4(0x125)](globals[_0x1156b4(0xfc)](_0x8a759c[_0x1156b4(0xd7)]),_0x8a759c[_0x1156b4(0x138)])&&(commandRepository[_0x1156b4(0x1b6)](_0x8a759c[_0x1156b4(0x138)]),commandRepository['setConfig'](globals['getGlobal'](_0x8a759c[_0x1156b4(0x187)])));if(this[_0x1156b4(0x1c0)][_0x1156b4(0x1a1)](_0x8a759c['qldFC']))logger['debug'](_0x8a759c[_0x1156b4(0x14f)]),globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x222)],![]),globals[_0x1156b4(0x111)](_0x8a759c[_0x1156b4(0x164)],![]);else globals[_0x1156b4(0xfc)](_0x8a759c[_0x1156b4(0x222)])&&globals['getGlobal'](_0x8a759c['gkELW'])&&aiSdkWrapper['initializeHealingCapabilities'](this);}})();const _0xd911f3=super[_0x23e34e(0x1ea)]();return PerformanceTester[_0x23e34e(0x1dd)](PerformanceEvents[_0x23e34e(0x22b)],()=>{const _0x442edc=_0x23e34e,_0x363fe1={'kNasJ':function(_0x5148d1){const _0x5d45a7=a177_0x677c;return _0x2ffccf[_0x5d45a7(0xf7)](_0x5148d1);},'JfZdl':function(_0x591608,_0x1c6122,_0x37f933){return _0x2ffccf['XnAyy'](_0x591608,_0x1c6122,_0x37f933);},'HRLTQ':_0x2ffccf[_0x442edc(0x1da)],'kdtkt':_0x2ffccf[_0x442edc(0x1ca)],'QBKiu':_0x2ffccf['BwGJz'],'BXeFK':_0x2ffccf[_0x442edc(0x12d)],'vrtvS':_0x2ffccf[_0x442edc(0x1bf)],'Mstbg':_0x2ffccf[_0x442edc(0x157)],'kmygY':function(_0x1bdbde,_0x2f92d4){const _0x6097e4=_0x442edc;return _0x2ffccf[_0x6097e4(0xd1)](_0x1bdbde,_0x2f92d4);},'Dkbpx':function(_0x2ec22b,_0x449b64,_0x54524e,_0x411abb,_0x292dfa){return _0x2ffccf['FwEqW'](_0x2ec22b,_0x449b64,_0x54524e,_0x411abb,_0x292dfa);}};_0xd911f3['session_'][_0x442edc(0x15d)](_0x4def23=>{const _0x14f27d=_0x442edc,_0x4bc29f=_0x4def23[_0x14f27d(0x1f6)];if(!helper['isBrowserstackInfra']()&&_0x363fe1[_0x14f27d(0x1a7)](isAccessibilityAutomationSession)){const _0x3668f2=_0x363fe1['JfZdl'](nonBstackPlatformValidation,_0x4bc29f,this);globals[_0x14f27d(0x111)](_0x363fe1['HRLTQ'],_0x3668f2);if(!_0x3668f2){const _0x35f5c0=this[_0x14f27d(0x21b)]['get'](_0x363fe1['kdtkt']);_0x35f5c0&&(_0x35f5c0[_0x14f27d(0x113)]=![],delete _0x35f5c0['accessibilityOptions'],this['capabilities_'][_0x14f27d(0x174)](_0x363fe1[_0x14f27d(0x140)],_0x35f5c0)),this[_0x14f27d(0x21b)]['get'](_0x363fe1['QBKiu'])&&(this[_0x14f27d(0x21b)][_0x14f27d(0x174)](_0x363fe1[_0x14f27d(0x1d5)],![]),this[_0x14f27d(0x21b)][_0x14f27d(0xdd)](_0x363fe1[_0x14f27d(0x1d6)]));}}}),_0xd911f3[_0x442edc(0x124)][_0x442edc(0x15d)](_0x530ef0=>{const _0x171aef=_0x442edc;try{logger[_0x171aef(0x210)]('Session\x20ID:\x20'+_0x530ef0[_0x171aef(0x139)]());const _0x1c1fa8=_0x530ef0[_0x171aef(0x1f6)]['get'](_0x8a759c[_0x171aef(0x1b1)]);_0x1c1fa8?(logger[_0x171aef(0x210)](_0x171aef(0x1af)+_0x1c1fa8),hubAllocator[_0x171aef(0x175)](_0x1c1fa8,_0x530ef0[_0x171aef(0x139)]()),helper['storeOptimalHubUrl'](_0x1c1fa8)):logger[_0x171aef(0x210)](_0x8a759c[_0x171aef(0x176)]);}catch(_0x1ac798){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x1ac798);}}),_0xd911f3[_0x442edc(0x219)]=0x0,_0xd911f3[_0x442edc(0x15d)]&&_0xd911f3[_0x442edc(0x15d)](_0x19b3a5=>{const _0x392ec5=_0x442edc,_0x4e6e98={'uSmzH':function(_0x56f537,_0xe2236b,_0x17fa0c){return _0x8a759c['jlDwF'](_0x56f537,_0xe2236b,_0x17fa0c);},'aVSQW':function(_0x33f22f,_0x47e233,_0x159342,_0x427e29,_0x1c5a58){const _0xaf23f=a177_0x677c;return _0x8a759c[_0xaf23f(0x153)](_0x33f22f,_0x47e233,_0x159342,_0x427e29,_0x1c5a58);},'VOvpc':function(_0x1ac5b8,_0x536660){return _0x8a759c['XEiKJ'](_0x1ac5b8,_0x536660);}};helper['overrideQuit'](_0x19b3a5,_0xd911f3),_0x4837db&&_0x8a759c[_0x392ec5(0x100)](overrideTakeScreenshot,_0x19b3a5),helper['overrideGet'](_0x19b3a5,_0x710a2e),_0x8a759c[_0x392ec5(0x21d)](overrideExecute,_0x19b3a5,_0x710a2e),_0x8a759c[_0x392ec5(0x215)](propagateJestSessionName,_0x19b3a5,_0x2214a4),_0x710a2e['capability']&&percyHelper[_0x392ec5(0x10e)](_0x19b3a5,_0x2b4cda[_0x392ec5(0x15e)],_0x710a2e),_0x19b3a5['getAccessibilityResultsSummary']=async()=>{const _0x27d819=_0x392ec5;return await _0x363fe1[_0x27d819(0x19c)](getAccessibilityResultsSummary,_0x19b3a5,global);},_0x19b3a5[_0x392ec5(0x10f)]=async()=>{return await _0x4e6e98['uSmzH'](getAccessibilityResults,_0x19b3a5,global);},_0x19b3a5[_0x392ec5(0x13b)]=async _0x442293=>{const _0x2374d9=_0x392ec5;return await _0x4e6e98[_0x2374d9(0x206)](performScan,_0x19b3a5,null,!![],_0x4e6e98[_0x2374d9(0x1b0)](_0x442293,null));},_0x19b3a5[_0x392ec5(0x10c)]=async _0x52aa99=>{const _0x5cf15e=_0x392ec5;globals[_0x5cf15e(0x111)](_0x363fe1['vrtvS'],!![]),globals[_0x5cf15e(0x111)](_0x363fe1[_0x5cf15e(0x1cd)],_0x363fe1[_0x5cf15e(0x17e)](_0x52aa99,null));},_0x19b3a5[_0x392ec5(0x1e6)]=async()=>{const _0x3e64ef=_0x392ec5;globals[_0x3e64ef(0x111)](_0x363fe1[_0x3e64ef(0x16a)],![]),globals[_0x3e64ef(0x111)](_0x363fe1['Mstbg'],null);};}),_0xd911f3[_0x442edc(0x211)]=async()=>{return await _0x8a759c['GHzgY'](getAccessibilityResultsSummary,_0xd911f3,global);},_0xd911f3['getAccessibilityResults']=async()=>{return await _0x363fe1['JfZdl'](getAccessibilityResults,_0xd911f3,global);},_0xd911f3[_0x442edc(0x13b)]=async _0x1c6a6c=>{const _0x4fac54=_0x442edc;return await _0x363fe1[_0x4fac54(0x1c4)](performScan,_0xd911f3,null,!![],_0x363fe1[_0x4fac54(0x17e)](_0x1c6a6c,null));},_0xd911f3[_0x442edc(0x10c)]=async _0x3a9442=>{const _0x1219c3=_0x442edc;globals[_0x1219c3(0x111)](_0x8a759c[_0x1219c3(0x173)],!![]),globals[_0x1219c3(0x111)](_0x8a759c[_0x1219c3(0xd8)],_0x8a759c[_0x1219c3(0x18d)](_0x3a9442,null));},_0xd911f3[_0x442edc(0x1e6)]=async()=>{const _0xa8fa65=_0x442edc;globals[_0xa8fa65(0x111)](_0x363fe1[_0xa8fa65(0x16a)],![]),globals[_0xa8fa65(0x111)](_0x363fe1['Mstbg'],null);},_0x4837db&&_0x2ffccf['BECrW'](overrideTakeScreenshot,_0xd911f3),helper[_0x442edc(0x1e9)](_0xd911f3),helper[_0x442edc(0x191)](_0xd911f3,_0x710a2e),_0x2ffccf['XnAyy'](overrideExecute,_0xd911f3,_0x710a2e),_0x2ffccf[_0x442edc(0x204)](propagateJestSessionName,_0xd911f3,_0x2214a4,_0x2ffccf[_0x442edc(0x123)]),_0x710a2e[_0x442edc(0x20f)]&&percyHelper[_0x442edc(0x10e)](_0xd911f3,_0x2b4cda[_0x442edc(0x15e)],_0x710a2e);helper[_0x442edc(0x182)](global[_0x442edc(0x22e)])&&(global[_0x442edc(0x22e)]=[]);helper[_0x442edc(0x182)](global['__drivers'])&&(global[_0x442edc(0x1fd)]=[]);global[_0x442edc(0x22e)]['push'](_0xd911f3),global[_0x442edc(0xd9)]=_0xd911f3,_0x2214a4&&(_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0xd9)]=_0xd911f3);_0x2ffccf[_0x442edc(0x17b)](global[_0x442edc(0x1fd)],undefined)&&global[_0x442edc(0x1fd)][_0x442edc(0xec)](_0xd911f3);_0x2214a4&&helper[_0x442edc(0x182)](_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x1fd)])&&(_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x1fd)]=[]);_0x2214a4&&helper[_0x442edc(0x182)](_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x22e)])&&(_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x22e)]=[]);_0x2214a4&&_0x2ffccf[_0x442edc(0x1b8)](_0x2214a4[_0x442edc(0x1b2)]['__drivers'],undefined)&&(_0x2214a4[_0x442edc(0x1b2)]['__drivers'][_0x442edc(0xec)](_0xd911f3),_0x2214a4[_0x442edc(0x1b2)][_0x442edc(0x22e)]['push'](_0xd911f3));_0xd911f3[_0x442edc(0xee)]=globals[_0x442edc(0xfc)](_0x2ffccf[_0x442edc(0x1da)]);try{global[_0x442edc(0x1fd)][0x0][_0x442edc(0x124)][_0x442edc(0x15d)](_0x816c6b=>{const _0x40719f=_0x442edc;logger[_0x40719f(0x210)]('setting\x20driver\x20Session\x20ID:\x20'+_0x816c6b[_0x40719f(0x139)]()+_0x40719f(0x163));})[_0x442edc(0x1bd)](_0x234fea=>{const _0x5de956=_0x442edc;logger[_0x5de956(0x210)](_0x5de956(0x14d)+_0x234fea);});}catch(_0x33fa64){logger[_0x442edc(0x210)](_0x442edc(0x14d)+_0x33fa64);}globals[_0x442edc(0x111)](_0x2ffccf['YzQhR'],globals[_0x442edc(0xfc)](_0x2ffccf[_0x442edc(0x1da)]));})(),_0xd911f3;}}_0x2214a4&&(globals[_0x10d7ef(0x236)]=_0x2214a4['global'][_0x10d7ef(0x236)]);if(_0x2ffccf['vjoxz'](isAccessibilityAutomationSession))try{let _0x3fe79f=helper[_0x10d7ef(0x11e)](_0x2ffccf[_0x10d7ef(0x1fb)],_0x2ffccf[_0x10d7ef(0x110)])[_0x10d7ef(0x216)];(!_0x3fe79f[_0x10d7ef(0x133)]||!_0x3fe79f['prototype']['execute'])&&(_0x3fe79f=helper[_0x10d7ef(0x11e)](_0x2ffccf['diwPj'],_0x2ffccf[_0x10d7ef(0x110)])['Executor']);if(_0x3fe79f[_0x10d7ef(0x133)]&&_0x3fe79f['prototype']['execute']){const _0x21b173=_0x3fe79f[_0x10d7ef(0x133)][_0x10d7ef(0xef)];logger['debug'](_0x2ffccf[_0x10d7ef(0x1a5)]),_0x3fe79f[_0x10d7ef(0x133)]['execute']=async function(){const _0x393aa7=_0x10d7ef;try{!globals[_0x393aa7(0xfc)](_0x2ffccf[_0x393aa7(0x1d3)])&&globals[_0x393aa7(0xfc)](_0x2ffccf[_0x393aa7(0x1da)])&&globals['getGlobal'](_0x2ffccf['KSEZS'])&&scripts[_0x393aa7(0x122)](arguments[0x0]['name_'])&&!_0x2ffccf[_0x393aa7(0x104)](isBrowserStackCommandExecutor,arguments[0x0][_0x393aa7(0x1a0)])&&(globals[_0x393aa7(0x111)](_0x2ffccf[_0x393aa7(0x1d3)],!![]),logger[_0x393aa7(0x210)](_0x393aa7(0x170)+arguments[0x0][_0x393aa7(0x209)]),await _0x2ffccf[_0x393aa7(0x239)](performScan,global[_0x393aa7(0xd9)],arguments[0x0][_0x393aa7(0x209)]));}catch(_0x363735){logger[_0x393aa7(0x210)](_0x393aa7(0x135)+util[_0x393aa7(0x198)](_0x363735));}return globals[_0x393aa7(0x111)](_0x2ffccf['LskaT'],![]),_0x21b173[_0x393aa7(0x14a)](this,arguments);};}}catch(_0x17c726){logger[_0x10d7ef(0x210)](_0x2ffccf['NSCgW'](_0x2ffccf['oBRja'],_0x17c726));}return _0x2b4cda[_0x10d7ef(0x186)]=_0x2b4cda[_0x10d7ef(0x141)],_0x2b4cda[_0x10d7ef(0x141)]=_0x4752a0,_0x9f9024[_0x10d7ef(0x144)]=_0x5ba6c2,_0x2b4cda;};module['exports'][a177_0x197019(0x15f)]=modify,module[a177_0x197019(0x13c)][a177_0x197019(0x207)]=modifyV2,module[a177_0x197019(0x13c)][a177_0x197019(0x118)]=percySDK,module[a177_0x197019(0x13c)][a177_0x197019(0x12a)]=BrowserStackSdk,module['exports'][a177_0x197019(0x23e)]=modifyPlaywrightConfig;try{require(a177_0x197019(0x13a))[a177_0x197019(0xff)]();}catch(a177_0xf3a7b6){logger[a177_0x197019(0x210)](a177_0x197019(0x1e5)+(a177_0xf3a7b6&&a177_0xf3a7b6['message']));}module[a177_0x197019(0x13c)][a177_0x197019(0x235)]=require(a177_0x197019(0x13a))[a177_0x197019(0xff)];
|