browserstack-node-sdk 1.65.2 → 1.65.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a123_0x1c79(_0x30ae1a,_0x5b1295){const _0x86ae1d=a123_0x86ae();return a123_0x1c79=function(_0x1c7958,_0x49e330){_0x1c7958=_0x1c7958-0x107;let _0x5a0cb2=_0x86ae1d[_0x1c7958];return _0x5a0cb2;},a123_0x1c79(_0x30ae1a,_0x5b1295);}const a123_0xa02ea0=a123_0x1c79;(function(_0x1de3c1,_0x315730){const _0xc7c83a=a123_0x1c79,_0x5cfe9c=_0x1de3c1();while(!![]){try{const _0x2ac459=parseInt(_0xc7c83a(0x162))/0x1*(-parseInt(_0xc7c83a(0x130))/0x2)+-parseInt(_0xc7c83a(0x14f))/0x3+-parseInt(_0xc7c83a(0x12e))/0x4*(-parseInt(_0xc7c83a(0x121))/0x5)+-parseInt(_0xc7c83a(0x124))/0x6*(parseInt(_0xc7c83a(0x15e))/0x7)+-parseInt(_0xc7c83a(0x185))/0x8*(parseInt(_0xc7c83a(0x17c))/0x9)+parseInt(_0xc7c83a(0x187))/0xa+parseInt(_0xc7c83a(0x161))/0xb;if(_0x2ac459===_0x315730)break;else _0x5cfe9c['push'](_0x5cfe9c['shift']());}catch(_0x45e9c7){_0x5cfe9c['push'](_0x5cfe9c['shift']());}}}(a123_0x86ae,0xb83bf));function a123_0x86ae(){const _0x36bbd4=['SUtNZ','./caCertHelper','ZLhtn','\x20with\x20error\x20','toLowerCase','configPath','message','generateLocalIdentifier','bLnTc','stopLocalBinary','isBrowserstackInfra','Percy\x20started\x20successfully','25aNMaws','writeFileSync','../bin/utils/constants','6IGFiRO','fhkxq','getCentralUser','initialize','warn','PHZHk','Error\x20occured\x20while\x20stopping\x20percy','isRunning','env','setBrowserstackInfraFromConfig','833864RwVWng','getUserName','2qcFViR','isLTSSession','measureWrapper','AUCBW','catch','xZTIR','KsRJj','qXCUi','requireSeleniumWebdriverCheck','debug','selenium-webdriver','util','reportFinalDetectionState','SIGTERM','WUcbz','sdkRunId','SDK\x20run\x20started\x20with\x20id:\x20','./logger','parallelsPerPlatform','setProxySettings','fireFunnelTestEvent','setupCaCertificate','hubUrl','unhandledErrors','Error\x20occured\x20while\x20stopping\x20local\x20binary','localOptions','UGpBS','gIDov','cAjLB','race','playwrightUrl','1164537ZzNWFd','Error\x20in\x20writing\x20events\x20to\x20file\x20','IciyT','RolpG','true','Calling\x20Build\x20Stop\x20from\x20ExitHandler','beforeExit','BFlFW','info','QbmpK','join','jSVIi','SIGQUIT','startPercy','winstonLogger','8106273DfsJnh','PQGHp','EcfZD','21074328uuoSSw','902037FkDpdD','Failed\x20to\x20send\x20data\x20to\x20','bszFe','dBJBZ','split','TrHIA','xwbrb','forceLocal','DvSKR','aaRtV','getAccessKey','isTrue','RrsBQ','turboScaleGridDetails','KdsDM','percy','aGkiJ','sendToEDS','skipSessionStatus','../bin/utils/clientTroubleshootingService','envConfig','getLocalConfig','config','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','No\x20config\x20provided.','../bin/utils/apiUtilityMethods','9ZbQBJV','handled','cliConfig','events.json','push','xjZKM','Percy\x20stopped','BTbDi','localIdentifier','7926184fpUSMd','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','12354730vAiCBm','RqBCG','uuid','WDliU','handleExceptions','isTrialGrid','BROWSERSTACK_TURBOSCALE','playwright','measures','BROWSERSTACK_PERCY','FRAMEWORK','useW3C','customRepeaters','win32','length','UJQsu','SAjLb','\x20with\x20response\x20','SIGABRT','../hubAllocationMethods','custom-repeater','dmrWF','isUndefined','intExitHandler','startLocalBinary','./percy/utils','SDK_CLEANUP','setupBrowserstackLocal','finalExecution','getHubUrl','../bin/v2/browserstackCLI','Kxmck','integrations','setUpHubUrl','setupPercy','WRQCc','XnKky','skipBinaryInitialisation','./testhub/utils','url','getFinalCaps','completed','browserStackLocalOptions','testContextOptions','errorMessage','exceptions','isTurboScaleSession','normalizeTestReportingEnvVars','isNotUndefined','../bin/v2/modules/loadTestModule','unref','dOcnG','__isPlaywrightInstalled','readConfig','Error\x20in\x20sending\x20testhub\x20stop:\x20','Data\x20sent\x20successfully\x20to\x20','getInstance','turboScaleOptions','pMcVK','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','setHandlePWError','platforms','HUB_MANAGEMENT','central_scanner','CYCYO','RWMHQ','SpdNY','stopPercy','SIGHUP','./performance/performance-tester','killSignal','kggYu','skipSessionName','validateSkipAppOverride','allocateHub','framework','exitHandler','userName\x20or\x20accessKey\x20is\x20not\x20defined','?caps=','HgFyF','azVld','MAGgU','format','AUTOLOGCAPTURE_NOTIFICATION','SIGBREAK','Local\x20binary\x20stopped','uncaughtException','browserstackLocal','iUkrd','getTurboScaleGridDetails','4.5.0','getLocalIdentifier','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','Local\x20binary\x20started\x20successfully','zFtsk','exitCode','finalize','fileLogger','setupKeepAlive','preInitialize','KlNMu','stop','close','setCLICaps','BapPv','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','Ouogn','setLogDir','timed-out','gxZYz','SDKTestAttempted','error','default','stopBrowserstackLocal','setEnvCaps','getPackageVersion','assign','turboScaleUrl'];a123_0x86ae=function(){return _0x36bbd4;};return a123_0x86ae();}const util=require(a123_0xa02ea0(0x13b)),path=require('path'),{v4:uuidv4}=require(a123_0xa02ea0(0x189)),fs=require('fs'),constants=require(a123_0xa02ea0(0x123)),logger=require(a123_0xa02ea0(0x141))[a123_0xa02ea0(0x15d)],fileLogger=require(a123_0xa02ea0(0x141))[a123_0xa02ea0(0x1e8)],{getLogDir}=require(a123_0xa02ea0(0x141)),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require(a123_0xa02ea0(0x1a0)),hubAllocator=require(a123_0xa02ea0(0x19a)),PerformanceTester=require(a123_0xa02ea0(0x1cc)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a123_0xa02ea0(0x1ad)),TestHubHandler=require('./testhub/testhubHandler'),BrowserstackCLI=require(a123_0xa02ea0(0x1a5)),LoadTestModule=require(a123_0xa02ea0(0x1b8)),{getEdsInstrumentationAPIUrl}=require(a123_0xa02ea0(0x17b)),ClientTroubleShootingService=require(a123_0xa02ea0(0x175));class BrowserStackSetup{constructor(_0x5b2b3d,_0x17cede){const _0x2c35b2=a123_0xa02ea0,_0x1dbc98={'SAjLb':'11|1|21|0|13|8|25|26|12|4|15|19|10|9|24|17|22|20|5|14|2|18|6|7|16|23|3','HdMTL':function(_0x26ac96,_0x5908d9){return _0x26ac96(_0x5908d9);},'dmrWF':_0x2c35b2(0x116),'TrHIA':function(_0x3e37f0){return _0x3e37f0();},'MVjgY':_0x2c35b2(0x17a)},_0x2fc37d=_0x1dbc98[_0x2c35b2(0x197)]['split']('|');let _0x2ae9c2=0x0;while(!![]){switch(_0x2fc37d[_0x2ae9c2++]){case'0':this[_0x2c35b2(0x1de)]=null;continue;case'1':helper[_0x2c35b2(0x1b6)]();continue;case'2':this[_0x2c35b2(0x178)]['testContextOptions'][_0x2c35b2(0x1cf)]=!helper[_0x2c35b2(0x11f)]()||helper['isTrue'](this['config'][_0x2c35b2(0x1b2)][_0x2c35b2(0x1cf)]);continue;case'3':try{_0x1dbc98['HdMTL'](require,_0x1dbc98[_0x2c35b2(0x19c)])[_0x2c35b2(0x145)](this[_0x2c35b2(0x178)],logger);}catch(_0x420592){}continue;case'4':this[_0x2c35b2(0x178)][_0x2c35b2(0x1b2)]=this[_0x2c35b2(0x178)][_0x2c35b2(0x1b2)]||{};continue;case'5':helper['setCredentialsFromYmlConfig'](this[_0x2c35b2(0x178)]);continue;case'6':helper['setSmartTestSelectionFeatureBranchesConfig'](this[_0x2c35b2(0x178)],this[_0x2c35b2(0x17e)],this[_0x2c35b2(0x176)]);continue;case'7':helper[_0x2c35b2(0x10a)](this[_0x2c35b2(0x178)]);continue;case'8':this[_0x2c35b2(0x11a)]=helper['getConfigPath'](_0x5b2b3d);continue;case'9':global[_0x2c35b2(0x1d2)]=_0x17cede;continue;case'10':this[_0x2c35b2(0x1d2)]=_0x17cede;continue;case'11':this[_0x2c35b2(0x147)]=[];continue;case'12':this['config'][_0x2c35b2(0x1c4)]=this[_0x2c35b2(0x178)][_0x2c35b2(0x1c4)]||[];continue;case'13':this[_0x2c35b2(0x171)]=null;continue;case'14':this[_0x2c35b2(0x178)]['testContextOptions'][_0x2c35b2(0x174)]=!helper[_0x2c35b2(0x11f)]()||helper[_0x2c35b2(0x16d)](this['config'][_0x2c35b2(0x1b2)][_0x2c35b2(0x174)]);continue;case'15':this[_0x2c35b2(0x1b3)]={};continue;case'16':helper['setLogLevel'](this[_0x2c35b2(0x178)],this[_0x2c35b2(0x17e)],this[_0x2c35b2(0x176)]);continue;case'17':if(this[_0x2c35b2(0x178)]['error'])throw new Error(this[_0x2c35b2(0x178)][_0x2c35b2(0x10e)]);continue;case'18':helper[_0x2c35b2(0x1af)](this['config'],this[_0x2c35b2(0x17e)],this[_0x2c35b2(0x176)]);continue;case'19':this[_0x2c35b2(0x13f)]=_0x1dbc98[_0x2c35b2(0x167)](uuidv4);continue;case'20':helper[_0x2c35b2(0x12d)](this['config'],this['cliConfig']);continue;case'21':this[_0x2c35b2(0x176)]=helper[_0x2c35b2(0x111)]();continue;case'22':helper[_0x2c35b2(0x1d0)](this[_0x2c35b2(0x178)],this[_0x2c35b2(0x1d2)]);continue;case'23':PerformanceTester['startMonitoring']();continue;case'24':if(helper['isUndefined'](this[_0x2c35b2(0x178)]))throw new Error(_0x1dbc98['MVjgY']);continue;case'25':this[_0x2c35b2(0x178)]=helper[_0x2c35b2(0x1bc)](this['configPath']);continue;case'26':this[_0x2c35b2(0x17e)]=helper[_0x2c35b2(0x1ee)](_0x5b2b3d);continue;}break;}}['preInitialize'](_0xea8b5e){const _0x4da03e=a123_0xa02ea0,_0x4d365c={'azVld':_0x4da03e(0x1d4),'gIDov':function(_0xbc5a4f,_0x45bf40){return _0xbc5a4f===_0x45bf40;},'PpAPK':_0x4da03e(0x1a7),'SpdNY':_0x4da03e(0x10d),'HgFyF':function(_0x4e3d40,_0x1be75b){return _0x4e3d40<_0x1be75b;},'SUtNZ':function(_0xb5ad51,_0x2f42e){return _0xb5ad51(_0x2f42e);},'KlNMu':_0x4da03e(0x13a),'BFlFW':_0x4da03e(0x1e1),'AUCBW':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','bszFe':_0x4da03e(0x1c2),'iUkrd':_0x4da03e(0x13d),'hJcAZ':'SIGINT','RWMHQ':_0x4da03e(0x1cb),'BapPv':function(_0x5e8392,_0x3542c3){return _0x5e8392!==_0x3542c3;},'MAGgU':_0x4da03e(0x194),'aGkiJ':_0x4da03e(0x199),'xZTIR':_0x4da03e(0x15b),'vmRZg':_0x4da03e(0x1db),'UJQsu':_0x4da03e(0x155)},_0x92b3e8=this[_0x4da03e(0x1d2)];global[_0x4da03e(0x178)]=this[_0x4da03e(0x178)],helper['sanitizeCaps'](this[_0x4da03e(0x178)]),this[_0x4da03e(0x1cd)]=null,global[_0x4da03e(0x13f)]=this[_0x4da03e(0x13f)],logger[_0x4da03e(0x157)](_0x4da03e(0x140)+this[_0x4da03e(0x13f)]),!this[_0x4da03e(0x178)][_0x4da03e(0x1b1)]&&(this[_0x4da03e(0x178)]['browserStackLocalOptions']=this['config'][_0x4da03e(0x149)]||{});if(helper[_0x4da03e(0x19d)](helper[_0x4da03e(0x12f)](this['config']))||helper[_0x4da03e(0x19d)](helper[_0x4da03e(0x16c)](this[_0x4da03e(0x178)])))throw new Error(_0x4d365c[_0x4da03e(0x1d7)]);helper[_0x4da03e(0x177)](this[_0x4da03e(0x178)])&&helper[_0x4da03e(0x19d)](helper[_0x4da03e(0x1e2)](this['config']))&&(!helper['isUndefined'](this[_0x4da03e(0x178)][_0x4da03e(0x1b1)])&&_0x4d365c[_0x4da03e(0x14b)](this[_0x4da03e(0x178)][_0x4da03e(0x1b1)]['constructor'],Object)?!helper[_0x4da03e(0x16d)](this[_0x4da03e(0x178)]['browserStackLocalOptions'][_0x4da03e(0x1ac)])&&(this[_0x4da03e(0x178)][_0x4da03e(0x1b1)][_0x4da03e(0x184)]=helper[_0x4da03e(0x11c)]()):this[_0x4da03e(0x178)][_0x4da03e(0x1b1)]={'localIdentifier':helper[_0x4da03e(0x11c)]()});this[_0x4da03e(0x178)][_0x4da03e(0x1b1)][_0x4da03e(0x1ac)]=helper[_0x4da03e(0x16d)](this[_0x4da03e(0x178)][_0x4da03e(0x1b1)][_0x4da03e(0x1ac)]),helper[_0x4da03e(0x1c3)](this[_0x4da03e(0x178)]);if(_0x4d365c['gIDov'](_0x92b3e8,_0x4d365c['PpAPK']))return;this[_0x4da03e(0x18b)]();process[_0x4da03e(0x12c)][_0x4da03e(0x18d)]&&(this[_0x4da03e(0x178)]['turboScale']=helper['isTrue'](process[_0x4da03e(0x12c)][_0x4da03e(0x18d)]),this['config'][_0x4da03e(0x1c0)]=this['config'][_0x4da03e(0x1c0)]||{});helper[_0x4da03e(0x1b5)](this['config'])&&(process[_0x4da03e(0x12c)][_0x4da03e(0x18d)]=!![]);LoadTestModule[_0x4da03e(0x131)](this[_0x4da03e(0x178)])&&logger['debug'](_0x4da03e(0x186)+this[_0x4da03e(0x13f)]);if(!helper[_0x4da03e(0x11f)]()){try{process['env'][_0x4da03e(0x191)]=_0x92b3e8,utilities['fireFunnelTestEvent'](_0x4d365c[_0x4da03e(0x1c9)],{},this[_0x4da03e(0x178)],this['framework']);}catch(_0x56c57f){logger['debug'](_0x4da03e(0x108)+_0x56c57f);}return;}if(helper[_0x4da03e(0x138)](_0x92b3e8)){if(global[_0x4da03e(0x1bb)]||global['__isPuppeteerInstalled'])return;_0x4d365c[_0x4da03e(0x1d6)](_0x4d365c[_0x4da03e(0x115)](parseInt,helper[_0x4da03e(0x112)](_0x4d365c[_0x4da03e(0x1eb)])),0x3)&&(this[_0x4da03e(0x178)][_0x4da03e(0x192)]=![]),_0x4d365c[_0x4da03e(0x14b)](helper['compareVersions'](helper[_0x4da03e(0x112)](_0x4d365c[_0x4da03e(0x1eb)]),_0x4d365c[_0x4da03e(0x156)]),0x1)&&(this[_0x4da03e(0x178)][_0x4da03e(0x192)]=!![]);}(helper['isUndefined'](this[_0x4da03e(0x178)][_0x4da03e(0x1c4)])||helper[_0x4da03e(0x19d)](this[_0x4da03e(0x178)][_0x4da03e(0x1c4)][_0x4da03e(0x195)]))&&(helper[_0x4da03e(0x19d)](this[_0x4da03e(0x178)][_0x4da03e(0x142)])?logger['info'](_0x4d365c[_0x4da03e(0x133)]):logger[_0x4da03e(0x128)](_0x4d365c[_0x4da03e(0x164)]),this[_0x4da03e(0x178)]['platforms']=[]);!this[_0x4da03e(0x178)][_0x4da03e(0x1b2)]&&(this['config'][_0x4da03e(0x1b2)]={});try{process[_0x4da03e(0x12c)][_0x4da03e(0x191)]=_0xea8b5e['_'][0x0],utilities[_0x4da03e(0x144)](_0x4d365c['SpdNY'],{},this['config'],this[_0x4da03e(0x1d2)]);}catch(_0x6a8ddf){logger[_0x4da03e(0x139)](_0x4da03e(0x108)+_0x6a8ddf);}!this[_0x4da03e(0x178)]['disableAutoCaptureLogs']&&logger['info'](constants[_0x4da03e(0x1da)]),this['intExitHandler']=this[_0x4da03e(0x19e)]['bind'](this),process['on'](_0x4d365c[_0x4da03e(0x1df)],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c['hJcAZ'],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c[_0x4da03e(0x1c8)],this[_0x4da03e(0x19e)]),_0x4d365c[_0x4da03e(0x107)](process['platform'],_0x4d365c[_0x4da03e(0x1d8)])?(process['on'](_0x4d365c[_0x4da03e(0x172)],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c[_0x4da03e(0x135)],this[_0x4da03e(0x19e)])):process['on'](_0x4d365c['vmRZg'],this[_0x4da03e(0x19e)]),process['on'](_0x4d365c[_0x4da03e(0x196)],this[_0x4da03e(0x1d3)]());}async[a123_0xa02ea0(0x127)](_0x164428){const _0x1fa108=a123_0xa02ea0,_0x16e16c={'PmBWF':'ats-repeater','Kxmck':_0x1fa108(0x19b),'eNgJl':_0x1fa108(0x153),'tRhYI':function(_0x2a9133,_0x17404e){return _0x2a9133===_0x17404e;},'CYCYO':_0x1fa108(0x18e),'IFvFz':function(_0x5a7862,_0x46efaa){return _0x5a7862+_0x46efaa;},'jSVIi':_0x1fa108(0x1d5),'zFtsk':function(_0x5bc10b,_0xf14763){return _0x5bc10b(_0xf14763);},'cYqlP':'codeceptjs'};this[_0x1fa108(0x1ea)](_0x164428);if(helper[_0x1fa108(0x1b5)](this[_0x1fa108(0x178)])){const _0x4146a8=await helper[_0x1fa108(0x1e0)](this[_0x1fa108(0x178)]);this[_0x1fa108(0x178)][_0x1fa108(0x16f)]=_0x4146a8,_0x4146a8[_0x1fa108(0x18c)]&&helper[_0x1fa108(0x1b7)](this['config'][_0x1fa108(0x1de)])&&helper[_0x1fa108(0x16d)](this['config'][_0x1fa108(0x1de)])&&(this[_0x1fa108(0x178)][_0x1fa108(0x1b1)][_0x1fa108(0x184)]=_0x16e16c['PmBWF'],this[_0x1fa108(0x178)]['browserStackLocalOptions'][_0x16e16c[_0x1fa108(0x1a6)]]=_0x4146a8[_0x1fa108(0x193)][_0x1fa108(0x159)](','),this[_0x1fa108(0x178)]['browserStackLocalOptions'][_0x1fa108(0x169)]=_0x16e16c['eNgJl']),this[_0x1fa108(0x178)]['turboScaleUrl']=_0x4146a8[_0x1fa108(0x1ae)],this[_0x1fa108(0x1d2)]&&_0x16e16c['tRhYI'](this[_0x1fa108(0x1d2)][_0x1fa108(0x119)](),_0x16e16c[_0x1fa108(0x1c7)])?this[_0x1fa108(0x178)][_0x1fa108(0x114)]=_0x16e16c['IFvFz'](_0x4146a8[_0x1fa108(0x14e)],_0x16e16c[_0x1fa108(0x15a)]):constants[_0x1fa108(0x146)]=helper[_0x1fa108(0x1a4)](this[_0x1fa108(0x178)]),logger['debug'](_0x1fa108(0x179)+constants[_0x1fa108(0x146)]);}helper[_0x1fa108(0x143)](this[_0x1fa108(0x178)]),this['setupKeepAlive'](),_0x16e16c[_0x1fa108(0x1e5)](setPercyFlag,this),![_0x16e16c['cYqlP'],_0x16e16c[_0x1fa108(0x1c7)]]['includes'](this[_0x1fa108(0x1d2)])&&!helper[_0x1fa108(0x1b5)](this[_0x1fa108(0x178)])&&!helper[_0x1fa108(0x126)]()[_0x1fa108(0x1c6)]&&await this[_0x1fa108(0x1a8)]();}async[a123_0xa02ea0(0x1a9)](){const _0x4578cf=a123_0xa02ea0,_0x289fba={};_0x289fba[_0x4578cf(0x117)]=function(_0x42f371,_0x2c4852){return _0x42f371===_0x2c4852;},_0x289fba['fhkxq']='false',_0x289fba[_0x4578cf(0x168)]=_0x4578cf(0x1e3),_0x289fba[_0x4578cf(0x10c)]=_0x4578cf(0x120),_0x289fba[_0x4578cf(0x14a)]=_0x4578cf(0x153),_0x289fba[_0x4578cf(0x14c)]=_0x4578cf(0x155);const _0x5c92d8=_0x289fba;if(helper[_0x4578cf(0x16d)](this[_0x4578cf(0x178)][_0x4578cf(0x171)])&&(!this[_0x4578cf(0x171)]||!this[_0x4578cf(0x171)][_0x4578cf(0x12b)]()))try{this[_0x4578cf(0x171)]=await percyHelper[_0x4578cf(0x15c)](this[_0x4578cf(0x178)]);if(!this[_0x4578cf(0x171)]){process[_0x4578cf(0x12c)][_0x4578cf(0x190)]=_0x5c92d8[_0x4578cf(0x125)];throw new Error(_0x5c92d8[_0x4578cf(0x168)]);}logger[_0x4578cf(0x157)](_0x5c92d8[_0x4578cf(0x10c)]),process[_0x4578cf(0x12c)][_0x4578cf(0x190)]=_0x5c92d8['UGpBS'];let _0x4a913c=0x0;const _0x43a19c=async()=>{const _0x1aef54=_0x4578cf;_0x4a913c++,_0x5c92d8['ZLhtn'](_0x4a913c,0x1)&&await this[_0x1aef54(0x1ca)]();};process['on'](_0x5c92d8['cAjLB'],_0x43a19c);}catch(_0x568b7d){process[_0x4578cf(0x12c)][_0x4578cf(0x190)]=_0x5c92d8[_0x4578cf(0x125)],logger[_0x4578cf(0x139)]('Error\x20in\x20percy\x20setup\x20'+_0x568b7d);throw new Error(_0x568b7d['toString']());}}async[a123_0xa02ea0(0x1ca)](){const _0x2165e9=a123_0xa02ea0,_0x511999={};_0x511999[_0x2165e9(0x183)]=_0x2165e9(0x182),_0x511999[_0x2165e9(0x1c1)]=_0x2165e9(0x12a);const _0x11067c=_0x511999;if(this[_0x2165e9(0x171)]&&this[_0x2165e9(0x171)][_0x2165e9(0x12b)]())try{await percyHelper[_0x2165e9(0x1ca)](this[_0x2165e9(0x171)]),logger['info'](_0x11067c[_0x2165e9(0x183)]);}catch(_0xda7d8){logger[_0x2165e9(0x10e)](_0x11067c['pMcVK'],_0xda7d8[_0x2165e9(0x11b)]);}}async[a123_0xa02ea0(0x1a2)](){const _0x5e1f1b=a123_0xa02ea0,_0x351e8e={};_0x351e8e[_0x5e1f1b(0x11d)]='Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled',_0x351e8e[_0x5e1f1b(0x160)]=_0x5e1f1b(0x1e4);const _0x196eee=_0x351e8e;if(helper['isBrowserstackInfra']()&&helper[_0x5e1f1b(0x16d)](this[_0x5e1f1b(0x178)][_0x5e1f1b(0x1de)])&&(!this['browserstackLocal']||!this[_0x5e1f1b(0x1de)]['isRunning']()))try{if(this['config']['browserStackLocalOptions'][_0x5e1f1b(0x1ac)]){logger['debug'](_0x196eee[_0x5e1f1b(0x11d)]);return;}this[_0x5e1f1b(0x1de)]=await helper[_0x5e1f1b(0x19f)](this[_0x5e1f1b(0x178)]),logger['info'](_0x196eee[_0x5e1f1b(0x160)]);}catch(_0x577eab){logger[_0x5e1f1b(0x139)](_0x577eab);throw new Error(_0x577eab['toString']());}}async['stopBrowserstackLocal'](){const _0x10f009=a123_0xa02ea0,_0x44f1ca={};_0x44f1ca[_0x10f009(0x13e)]=_0x10f009(0x1dc),_0x44f1ca[_0x10f009(0x16b)]=_0x10f009(0x148);const _0x10bdc0=_0x44f1ca;if(this[_0x10f009(0x1de)]&&this['browserstackLocal']['isRunning']())try{await helper[_0x10f009(0x11e)](this[_0x10f009(0x1de)]),logger[_0x10f009(0x157)](_0x10bdc0['WUcbz']);}catch(_0x45d809){logger[_0x10f009(0x10e)](_0x10bdc0[_0x10f009(0x16b)],_0x45d809['message']);}}async[a123_0xa02ea0(0x1a8)](){const _0x40c073=a123_0xa02ea0;return PerformanceTester[_0x40c073(0x132)](PerformanceAutEvents[_0x40c073(0x1c5)],async()=>{const _0xfe180e=_0x40c073;await hubAllocator[_0xfe180e(0x1d1)](this['config']);})();}[a123_0xa02ea0(0x1e9)](){const _0x5daf86=a123_0xa02ea0,_0x1036af={'KdsDM':function(_0x314be0,_0x3b3006){return _0x314be0(_0x3b3006);},'RolpG':'./setKeepAlive'};_0x1036af[_0x5daf86(0x170)](require,_0x1036af[_0x5daf86(0x152)])();}[a123_0xa02ea0(0x18b)](){const _0x5695c7=a123_0xa02ea0,_0x75754c={};_0x75754c[_0x5695c7(0x1ba)]='1|0|3|2|4',_0x75754c['sYVWZ']='unhandledRejection',_0x75754c[_0x5695c7(0x165)]=_0x5695c7(0x1dd);const _0x1a9d9a=_0x75754c,_0x59a5a2=_0x16d6d9=>{const _0x537ed1=_0x5695c7,_0x24897c=_0x1a9d9a[_0x537ed1(0x1ba)][_0x537ed1(0x166)]('|');let _0x20943e=0x0;while(!![]){switch(_0x24897c[_0x20943e++]){case'0':logger['debug'](util['format'](_0x16d6d9));continue;case'1':logger[_0x537ed1(0x10e)](_0x16d6d9[_0x537ed1(0x11b)]);continue;case'2':PerformanceTester['captureError'](_0x16d6d9);continue;case'3':this['unhandledErrors'][_0x537ed1(0x180)](util['format']('%j',_0x16d6d9));continue;case'4':ClientTroubleShootingService[_0x537ed1(0x13c)]();continue;}break;}};process['on'](_0x1a9d9a['sYVWZ'],_0x59a5a2),process['on'](_0x1a9d9a[_0x5695c7(0x165)],_0x59a5a2);}async[a123_0xa02ea0(0x19e)](_0x4e5cf2){const _0x488a57=a123_0xa02ea0,_0x34e174={'KsRJj':function(_0x344ad2,_0x4cee2f){return _0x344ad2+_0x4cee2f;},'DvSKR':'Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','SvfUJ':'completed','iVZkl':function(_0x58e461,_0x179f4b,_0x5f1fdb){return _0x58e461(_0x179f4b,_0x5f1fdb);},'RrsBQ':function(_0x581a0d,_0x49fe8b){return _0x581a0d+_0x49fe8b;},'qXCUi':_0x488a57(0x17d),'IciyT':function(_0x4259cb,_0x22f40a){return _0x4259cb+_0x22f40a;},'WDliU':'Shutdown\x20triggered\x20by\x20','pBnGP':function(_0x387c14,_0x5c040c){return _0x387c14(_0x5c040c);},'XnKky':function(_0x2d1c39,_0x413b33){return _0x2d1c39===_0x413b33;},'EcbvC':_0x488a57(0x10b),'xjZKM':'Signal\x20shutdown\x20timed\x20out\x20after\x20','Ouogn':'ms;\x20forcing\x20exit','QbmpK':function(_0x3fbe98,_0x3cebff){return _0x3fbe98+_0x3cebff;}};if(this[_0x34e174[_0x488a57(0x16e)](_0x34e174[_0x488a57(0x137)],_0x4e5cf2)])return;this[_0x34e174['IciyT'](_0x34e174[_0x488a57(0x137)],_0x4e5cf2)]=!![],logger['info'](_0x34e174['IciyT'](_0x34e174[_0x488a57(0x18a)],_0x4e5cf2)),this[_0x488a57(0x1cd)]=_0x4e5cf2;const _0x2f18a7=0x7530;let _0x9b29fc;const _0x2ca8b2=(async()=>{const _0x141e4f=_0x488a57;await ClientTroubleShootingService['reportProcessInterruptionSituation'](_0x4e5cf2),await TestHubHandler[_0x141e4f(0x1ec)](_0x4e5cf2);const _0x53f869=BrowserstackCLI[_0x141e4f(0x1bf)]();await utilities[_0x141e4f(0x1a3)](this,_0x53f869?_0x53f869[_0x141e4f(0x12b)]():![]),await ClientTroubleShootingService[_0x141e4f(0x13c)](),await BrowserstackCLI['getInstance']()[_0x141e4f(0x1ec)]();})()['then'](()=>_0x488a57(0x1b0))[_0x488a57(0x134)](_0x34f4e2=>{const _0x1ff94f=_0x488a57;return logger['debug'](_0x34e174[_0x1ff94f(0x136)](_0x34e174[_0x1ff94f(0x16a)],util[_0x1ff94f(0x1d9)](_0x34f4e2))),_0x34e174['SvfUJ'];}),_0x3812c6=new Promise(_0xdbcd82=>{const _0x4f28e2=_0x488a57;_0x9b29fc=_0x34e174['iVZkl'](setTimeout,()=>_0xdbcd82(_0x4f28e2(0x10b)),_0x2f18a7),_0x9b29fc[_0x4f28e2(0x1b9)]&&_0x9b29fc[_0x4f28e2(0x1b9)]();}),_0x6fd7da=await Promise[_0x488a57(0x14d)]([_0x2ca8b2,_0x3812c6]);_0x34e174['pBnGP'](clearTimeout,_0x9b29fc),_0x34e174[_0x488a57(0x1ab)](_0x6fd7da,_0x34e174['EcbvC'])&&logger[_0x488a57(0x128)](_0x34e174[_0x488a57(0x16e)](_0x34e174[_0x488a57(0x151)](_0x34e174[_0x488a57(0x181)],_0x2f18a7),_0x34e174[_0x488a57(0x109)])),process['exit'](process[_0x488a57(0x1e6)]||_0x34e174[_0x488a57(0x158)](0x80,constants['SIGNAL_EXIT_CODES'][_0x4e5cf2]||0x0));}[a123_0xa02ea0(0x1d3)](){const _0x5b521=a123_0xa02ea0,_0xdbfcde={'XuKif':function(_0x12b211,_0x3af8cf){return _0x12b211===_0x3af8cf;},'kggYu':_0x5b521(0x154),'PQGHp':function(_0x5cc350,_0x189dc7){return _0x5cc350>_0x189dc7;},'PHZHk':function(_0xbbb4ab,_0xa5f8f6){return _0xbbb4ab(_0xa5f8f6);},'xSNSF':function(_0x165fe2,_0x124ffd){return _0x165fe2(_0x124ffd);},'RqBCG':function(_0x532422){return _0x532422();},'WRQCc':_0x5b521(0x17f)};let _0x54d9fb=0x0;return async()=>{const _0x468914=_0x5b521;_0x54d9fb++;if(_0xdbfcde['XuKif'](_0x54d9fb,0x1)){helper['checkStopLocalBinaryOnExit'](this['framework'])&&await this[_0x468914(0x110)]();try{logger['debug'](_0xdbfcde[_0x468914(0x1ce)]),await TestHubHandler[_0x468914(0x1ec)](_0x54d9fb),await ClientTroubleShootingService[_0x468914(0x13c)](),await BrowserstackCLI[_0x468914(0x1bf)]()['stop']('1');}catch(_0x44cafd){logger[_0x468914(0x139)](_0x468914(0x1bd)+util[_0x468914(0x1d9)](_0x44cafd));}PerformanceTester['end'](PerformanceEvents[_0x468914(0x1a1)]);if(PerformanceTester['isEnabled']()){const {measures:_0x3ff04a,errors:_0x2c4a28}=await PerformanceTester[_0x468914(0x1e7)](),_0x544d5b={};if(_0x3ff04a&&_0xdbfcde[_0x468914(0x15f)](_0x3ff04a['length'],0x0)||_0x2c4a28&&_0xdbfcde['PQGHp'](_0x2c4a28[_0x468914(0x195)],0x0)){const _0x22004c={};_0x22004c[_0x468914(0x18f)]=_0x3ff04a,_0x22004c[_0x468914(0x1b4)]=_0x2c4a28,Object[_0x468914(0x113)](_0x544d5b,_0x22004c);}try{const _0x83aa46=await helper[_0x468914(0x173)](_0x544d5b,this[_0x468914(0x178)]);logger[_0x468914(0x139)](_0x468914(0x1be)+_0xdbfcde[_0x468914(0x129)](getEdsInstrumentationAPIUrl,'')+_0x468914(0x198)+_0x83aa46['statusCode']);}catch(_0x220993){logger['debug'](_0x468914(0x163)+_0xdbfcde['xSNSF'](getEdsInstrumentationAPIUrl,'')+_0x468914(0x118)+util[_0x468914(0x1d9)](_0x220993));}try{fs[_0x468914(0x122)](path[_0x468914(0x159)](_0xdbfcde[_0x468914(0x188)](getLogDir),_0xdbfcde[_0x468914(0x1aa)]),JSON['stringify'](_0x544d5b));}catch(_0x40dcad){logger[_0x468914(0x139)](_0x468914(0x150)+_0x40dcad);}}}logger&&logger[_0x468914(0x1ed)](),fileLogger&&fileLogger['close']();};}}exports[a123_0xa02ea0(0x10f)]=BrowserStackSetup;
|
|
1
|
+
const a123_0x15c287=a123_0x2341;(function(_0x75ac8a,_0x147919){const _0x59433c=a123_0x2341,_0x2ec848=_0x75ac8a();while(!![]){try{const _0x537930=-parseInt(_0x59433c(0x11f))/0x1*(-parseInt(_0x59433c(0xcb))/0x2)+parseInt(_0x59433c(0x131))/0x3+-parseInt(_0x59433c(0xc3))/0x4+-parseInt(_0x59433c(0xca))/0x5*(-parseInt(_0x59433c(0xe9))/0x6)+-parseInt(_0x59433c(0x18c))/0x7+parseInt(_0x59433c(0xb3))/0x8+-parseInt(_0x59433c(0x16d))/0x9*(-parseInt(_0x59433c(0xf1))/0xa);if(_0x537930===_0x147919)break;else _0x2ec848['push'](_0x2ec848['shift']());}catch(_0x582a50){_0x2ec848['push'](_0x2ec848['shift']());}}}(a123_0x2584,0x3a946));const util=require(a123_0x15c287(0xc9)),path=require(a123_0x15c287(0x129)),{v4:uuidv4}=require(a123_0x15c287(0x109)),fs=require('fs'),constants=require('../bin/utils/constants'),logger=require(a123_0x15c287(0xde))[a123_0x15c287(0x134)],fileLogger=require(a123_0x15c287(0xde))[a123_0x15c287(0xe0)],{getLogDir}=require('./logger'),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require(a123_0x15c287(0x15c)),hubAllocator=require(a123_0x15c287(0x114)),PerformanceTester=require(a123_0x15c287(0xe2)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require(a123_0x15c287(0x150)),{setPercyFlag}=require(a123_0x15c287(0x196)),TestHubHandler=require(a123_0x15c287(0xc5)),BrowserstackCLI=require(a123_0x15c287(0xe6)),LoadTestModule=require(a123_0x15c287(0xc6)),{getEdsInstrumentationAPIUrl}=require(a123_0x15c287(0xac)),ClientTroubleShootingService=require(a123_0x15c287(0x182));function a123_0x2341(_0x4b0de1,_0x40a6b0){const _0x258427=a123_0x2584();return a123_0x2341=function(_0x234189,_0x15da33){_0x234189=_0x234189-0xa2;let _0x3b0472=_0x258427[_0x234189];return _0x3b0472;},a123_0x2341(_0x4b0de1,_0x40a6b0);}class BrowserStackSetup{constructor(_0x419ada,_0x5335cf){const _0x2d1111=a123_0x15c287,_0x1539c2={'wtety':_0x2d1111(0x18e),'mQZxx':function(_0x483140,_0x4c296a){return _0x483140(_0x4c296a);},'IKJdg':_0x2d1111(0xed),'FqLjH':function(_0x30a56a){return _0x30a56a();},'WHcOq':_0x2d1111(0xfb)},_0x23059e=_0x1539c2[_0x2d1111(0x179)][_0x2d1111(0xea)]('|');let _0xde5e6d=0x0;while(!![]){switch(_0x23059e[_0xde5e6d++]){case'0':this['config']=helper[_0x2d1111(0x11c)](this[_0x2d1111(0x170)]);continue;case'1':this[_0x2d1111(0x10f)][_0x2d1111(0xbf)][_0x2d1111(0x16b)]=!helper[_0x2d1111(0x17a)]()||helper['isTrue'](this['config'][_0x2d1111(0xbf)][_0x2d1111(0x16b)]);continue;case'2':helper[_0x2d1111(0x187)](this['config'],this[_0x2d1111(0x140)]);continue;case'3':PerformanceTester[_0x2d1111(0x164)]();continue;case'4':try{_0x1539c2[_0x2d1111(0x115)](require,_0x1539c2[_0x2d1111(0xe1)])[_0x2d1111(0x158)](this[_0x2d1111(0x10f)],logger);}catch(_0x2b1a5a){}continue;case'5':helper[_0x2d1111(0xdf)](this[_0x2d1111(0x10f)]);continue;case'6':helper['setBrowserstackInfraFromConfig'](this[_0x2d1111(0x10f)],this['cliConfig']);continue;case'7':helper[_0x2d1111(0x148)](this['config'],this[_0x2d1111(0x191)],this[_0x2d1111(0xd8)]);continue;case'8':this['sdkRunId']=_0x1539c2['FqLjH'](uuidv4);continue;case'9':this['percy']=null;continue;case'10':this[_0x2d1111(0x170)]=helper['getConfigPath'](_0x419ada);continue;case'11':if(this['config']['error'])throw new Error(this['config'][_0x2d1111(0x108)]);continue;case'12':global[_0x2d1111(0x140)]=_0x5335cf;continue;case'13':this[_0x2d1111(0x191)]=helper[_0x2d1111(0x110)](_0x419ada);continue;case'14':this[_0x2d1111(0x10f)][_0x2d1111(0xaa)]=this['config'][_0x2d1111(0xaa)]||[];continue;case'15':helper[_0x2d1111(0x144)](this[_0x2d1111(0x10f)],this['cliConfig'],this[_0x2d1111(0xd8)]);continue;case'16':helper['setCredentialsFromYmlConfig'](this[_0x2d1111(0x10f)]);continue;case'17':this[_0x2d1111(0x140)]=_0x5335cf;continue;case'18':this[_0x2d1111(0x10f)][_0x2d1111(0xbf)]=this[_0x2d1111(0x10f)]['testContextOptions']||{};continue;case'19':this[_0x2d1111(0x18f)]=[];continue;case'20':helper[_0x2d1111(0x123)]();continue;case'21':this[_0x2d1111(0x10f)][_0x2d1111(0xbf)]['skipSessionStatus']=!helper[_0x2d1111(0x17a)]()||helper['isTrue'](this[_0x2d1111(0x10f)][_0x2d1111(0xbf)][_0x2d1111(0xe7)]);continue;case'22':if(helper[_0x2d1111(0x185)](this[_0x2d1111(0x10f)]))throw new Error(_0x1539c2['WHcOq']);continue;case'23':this[_0x2d1111(0xae)]=null;continue;case'24':helper[_0x2d1111(0x138)](this[_0x2d1111(0x10f)],this['cliConfig'],this[_0x2d1111(0xd8)]);continue;case'25':this[_0x2d1111(0xd8)]=helper[_0x2d1111(0xd0)]();continue;case'26':this[_0x2d1111(0xc1)]={};continue;}break;}}[a123_0x15c287(0x181)](_0x1d1f23){const _0x1720c6=a123_0x15c287,_0x2180c8={'PGrjD':'userName\x20or\x20accessKey\x20is\x20not\x20defined','FcZOa':function(_0x46419e,_0x270e5c){return _0x46419e===_0x270e5c;},'jdFAB':function(_0x26c76b,_0x4ce71b){return _0x26c76b===_0x4ce71b;},'MRWTc':_0x1720c6(0xda),'fzTJC':_0x1720c6(0x103),'fowhq':function(_0x1d401c,_0x196727){return _0x1d401c<_0x196727;},'wbXEx':function(_0x1d90e0,_0x1465f3){return _0x1d90e0(_0x1465f3);},'IsTpO':'selenium-webdriver','gLKAH':function(_0x74a432,_0x15b57d){return _0x74a432===_0x15b57d;},'DOkNX':_0x1720c6(0xfd),'uNCVl':_0x1720c6(0x184),'yrjMO':_0x1720c6(0x17e),'OEtCN':_0x1720c6(0x13d),'BxKGA':_0x1720c6(0xa8),'Dkfow':_0x1720c6(0xb1),'vXJhj':function(_0x540014,_0x1ecee){return _0x540014!==_0x1ecee;},'IhaDA':_0x1720c6(0x126),'FbQZl':_0x1720c6(0x11a),'eYyFW':_0x1720c6(0xf5),'ozKio':'SIGBREAK','AUQXE':_0x1720c6(0x195)},_0x16fc53=this[_0x1720c6(0x140)];global[_0x1720c6(0x10f)]=this[_0x1720c6(0x10f)],helper[_0x1720c6(0x177)](this[_0x1720c6(0x10f)]),this['killSignal']=null,global[_0x1720c6(0x168)]=this[_0x1720c6(0x168)],logger['info'](_0x1720c6(0x156)+this['sdkRunId']),!this['config']['browserStackLocalOptions']&&(this[_0x1720c6(0x10f)][_0x1720c6(0x192)]=this['config'][_0x1720c6(0x130)]||{});if(helper['isUndefined'](helper[_0x1720c6(0x17b)](this['config']))||helper[_0x1720c6(0x185)](helper[_0x1720c6(0x12c)](this[_0x1720c6(0x10f)])))throw new Error(_0x2180c8[_0x1720c6(0x16f)]);helper[_0x1720c6(0x124)](this[_0x1720c6(0x10f)])&&helper[_0x1720c6(0x185)](helper[_0x1720c6(0xaf)](this[_0x1720c6(0x10f)]))&&(!helper[_0x1720c6(0x185)](this['config']['browserStackLocalOptions'])&&_0x2180c8[_0x1720c6(0x160)](this[_0x1720c6(0x10f)][_0x1720c6(0x192)][_0x1720c6(0xad)],Object)?!helper[_0x1720c6(0x15b)](this['config'][_0x1720c6(0x192)][_0x1720c6(0x11d)])&&(this[_0x1720c6(0x10f)][_0x1720c6(0x192)][_0x1720c6(0xb5)]=helper[_0x1720c6(0xf3)]()):this[_0x1720c6(0x10f)][_0x1720c6(0x192)]={'localIdentifier':helper['generateLocalIdentifier']()});this[_0x1720c6(0x10f)]['browserStackLocalOptions'][_0x1720c6(0x11d)]=helper[_0x1720c6(0x15b)](this[_0x1720c6(0x10f)][_0x1720c6(0x192)]['skipBinaryInitialisation']),helper['setHandlePWError'](this['config']);if(_0x2180c8[_0x1720c6(0xa3)](_0x16fc53,_0x2180c8[_0x1720c6(0x10a)]))return;this[_0x1720c6(0x116)]();process[_0x1720c6(0xd2)][_0x1720c6(0xd5)]&&(this[_0x1720c6(0x10f)][_0x1720c6(0x189)]=helper['isTrue'](process['env']['BROWSERSTACK_TURBOSCALE']),this['config']['turboScaleOptions']=this[_0x1720c6(0x10f)][_0x1720c6(0xb9)]||{});helper['isTurboScaleSession'](this[_0x1720c6(0x10f)])&&(process[_0x1720c6(0xd2)][_0x1720c6(0xd5)]=!![]);LoadTestModule[_0x1720c6(0x193)](this[_0x1720c6(0x10f)])&&logger[_0x1720c6(0xb4)]('LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20'+this[_0x1720c6(0x168)]);if(!helper['isBrowserstackInfra']()){try{process[_0x1720c6(0xd2)][_0x1720c6(0x169)]=_0x16fc53,utilities['fireFunnelTestEvent'](_0x2180c8[_0x1720c6(0xb7)],{},this[_0x1720c6(0x10f)],this[_0x1720c6(0x140)]);}catch(_0x4b92bc){logger[_0x1720c6(0xb4)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4b92bc);}return;}if(helper[_0x1720c6(0x14d)](_0x16fc53)){if(global[_0x1720c6(0xeb)]||global[_0x1720c6(0x142)])return;_0x2180c8[_0x1720c6(0x143)](_0x2180c8[_0x1720c6(0xfc)](parseInt,helper['getPackageVersion'](_0x2180c8[_0x1720c6(0xfa)])),0x3)&&(this['config']['useW3C']=![]),_0x2180c8[_0x1720c6(0x14a)](helper[_0x1720c6(0xbb)](helper['getPackageVersion'](_0x2180c8['IsTpO']),_0x2180c8[_0x1720c6(0x163)]),0x1)&&(this[_0x1720c6(0x10f)]['useW3C']=!![]);}(helper[_0x1720c6(0x185)](this[_0x1720c6(0x10f)][_0x1720c6(0xaa)])||helper[_0x1720c6(0x185)](this[_0x1720c6(0x10f)][_0x1720c6(0xaa)][_0x1720c6(0x16c)]))&&(helper[_0x1720c6(0x185)](this[_0x1720c6(0x10f)]['parallelsPerPlatform'])?logger[_0x1720c6(0xe4)](_0x2180c8[_0x1720c6(0x12e)]):logger['warn'](_0x2180c8[_0x1720c6(0x11b)]),this[_0x1720c6(0x10f)][_0x1720c6(0xaa)]=[]);!this[_0x1720c6(0x10f)]['testContextOptions']&&(this[_0x1720c6(0x10f)]['testContextOptions']={});try{process['env'][_0x1720c6(0x169)]=_0x1d1f23['_'][0x0],utilities[_0x1720c6(0x13f)](_0x2180c8[_0x1720c6(0xb7)],{},this['config'],this['framework']);}catch(_0x114901){logger['debug'](_0x1720c6(0x166)+_0x114901);}!this[_0x1720c6(0x10f)][_0x1720c6(0xc4)]&&logger['info'](constants['AUTOLOGCAPTURE_NOTIFICATION']),this[_0x1720c6(0x188)]=this['intExitHandler'][_0x1720c6(0xa2)](this),process['on'](_0x2180c8['OEtCN'],this['intExitHandler']),process['on'](_0x2180c8[_0x1720c6(0x132)],this[_0x1720c6(0x188)]),process['on'](_0x2180c8['Dkfow'],this['intExitHandler']),_0x2180c8[_0x1720c6(0x119)](process[_0x1720c6(0x133)],_0x2180c8['IhaDA'])?(process['on'](_0x2180c8[_0x1720c6(0x135)],this['intExitHandler']),process['on'](_0x2180c8[_0x1720c6(0xa6)],this[_0x1720c6(0x188)])):process['on'](_0x2180c8['ozKio'],this[_0x1720c6(0x188)]),process['on'](_0x2180c8[_0x1720c6(0x139)],this[_0x1720c6(0x13c)]());}async['initialize'](_0x3b3fdc){const _0x2eb18f=a123_0x15c287,_0x4523b9={'eAtyz':_0x2eb18f(0x153),'LruLI':_0x2eb18f(0x137),'jwefU':_0x2eb18f(0x117),'yfnnW':function(_0x3e67,_0xc53cb7){return _0x3e67===_0xc53cb7;},'ctxlV':_0x2eb18f(0xcc),'qjtYs':function(_0x1a46e1,_0x2e301f){return _0x1a46e1+_0x2e301f;},'OSHyM':_0x2eb18f(0xb6),'mKwLc':function(_0x32ab41,_0xc9b666){return _0x32ab41(_0xc9b666);},'pBRlA':'codeceptjs'};this['preInitialize'](_0x3b3fdc);if(helper[_0x2eb18f(0x173)](this['config'])){const _0x558705=await helper['getTurboScaleGridDetails'](this['config']);this['config']['turboScaleGridDetails']=_0x558705,_0x558705['isTrialGrid']&&helper['isNotUndefined'](this['config'][_0x2eb18f(0xae)])&&helper['isTrue'](this[_0x2eb18f(0x10f)]['browserstackLocal'])&&(this[_0x2eb18f(0x10f)][_0x2eb18f(0x192)]['localIdentifier']=_0x4523b9[_0x2eb18f(0x120)],this[_0x2eb18f(0x10f)][_0x2eb18f(0x192)][_0x4523b9[_0x2eb18f(0xf6)]]=_0x558705[_0x2eb18f(0x180)][_0x2eb18f(0x107)](','),this['config'][_0x2eb18f(0x192)]['forceLocal']=_0x4523b9[_0x2eb18f(0xe5)]),this['config']['turboScaleUrl']=_0x558705[_0x2eb18f(0x12b)],this[_0x2eb18f(0x140)]&&_0x4523b9[_0x2eb18f(0xce)](this['framework'][_0x2eb18f(0x183)](),_0x4523b9[_0x2eb18f(0x155)])?this[_0x2eb18f(0x10f)]['turboScaleUrl']=_0x4523b9[_0x2eb18f(0x106)](_0x558705[_0x2eb18f(0x18d)],_0x4523b9[_0x2eb18f(0xe3)]):constants['hubUrl']=helper[_0x2eb18f(0x112)](this[_0x2eb18f(0x10f)]),logger[_0x2eb18f(0xb4)](_0x2eb18f(0xa7)+constants[_0x2eb18f(0xf8)]);}helper[_0x2eb18f(0xdb)](this[_0x2eb18f(0x10f)]),this[_0x2eb18f(0x104)](),_0x4523b9['mKwLc'](setPercyFlag,this),![_0x4523b9['pBRlA'],_0x4523b9['ctxlV']][_0x2eb18f(0x149)](this[_0x2eb18f(0x140)])&&!helper[_0x2eb18f(0x173)](this[_0x2eb18f(0x10f)])&&!helper[_0x2eb18f(0x16a)]()[_0x2eb18f(0xbd)]&&await this[_0x2eb18f(0xf4)]();}async['setupPercy'](){const _0x4802e4=a123_0x15c287,_0x1d7759={};_0x1d7759[_0x4802e4(0xd1)]=function(_0x5d4760,_0x24c472){return _0x5d4760===_0x24c472;},_0x1d7759[_0x4802e4(0x145)]=_0x4802e4(0x162),_0x1d7759[_0x4802e4(0xf0)]=_0x4802e4(0x174),_0x1d7759[_0x4802e4(0x16e)]='Percy\x20started\x20successfully',_0x1d7759[_0x4802e4(0x13b)]=_0x4802e4(0x117),_0x1d7759[_0x4802e4(0x15d)]=_0x4802e4(0x195);const _0x474e5e=_0x1d7759;if(helper[_0x4802e4(0x15b)](this['config'][_0x4802e4(0x17f)])&&(!this[_0x4802e4(0x17f)]||!this[_0x4802e4(0x17f)][_0x4802e4(0x13e)]()))try{this[_0x4802e4(0x17f)]=await percyHelper[_0x4802e4(0x151)](this[_0x4802e4(0x10f)]);if(!this[_0x4802e4(0x17f)]){process[_0x4802e4(0xd2)]['BROWSERSTACK_PERCY']=_0x474e5e[_0x4802e4(0x145)];throw new Error(_0x474e5e[_0x4802e4(0xf0)]);}logger['info'](_0x474e5e[_0x4802e4(0x16e)]),process[_0x4802e4(0xd2)][_0x4802e4(0xd9)]=_0x474e5e['xuhQB'];let _0x4a653c=0x0;const _0x334ab8=async()=>{_0x4a653c++,_0x474e5e['EcVkW'](_0x4a653c,0x1)&&await this['stopPercy']();};process['on'](_0x474e5e[_0x4802e4(0x15d)],_0x334ab8);}catch(_0x195fc4){process['env'][_0x4802e4(0xd9)]=_0x474e5e['xATcV'],logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x195fc4);throw new Error(_0x195fc4[_0x4802e4(0x121)]());}}async[a123_0x15c287(0x14e)](){const _0x37a1b5=a123_0x15c287,_0x57480f={};_0x57480f[_0x37a1b5(0x10e)]=_0x37a1b5(0x12d),_0x57480f['ZmRIg']=_0x37a1b5(0xec);const _0x120ea7=_0x57480f;if(this[_0x37a1b5(0x17f)]&&this[_0x37a1b5(0x17f)][_0x37a1b5(0x13e)]())try{await percyHelper[_0x37a1b5(0x14e)](this[_0x37a1b5(0x17f)]),logger[_0x37a1b5(0xe4)](_0x120ea7['CHgEt']);}catch(_0x3939ad){logger[_0x37a1b5(0x108)](_0x120ea7[_0x37a1b5(0xcd)],_0x3939ad[_0x37a1b5(0xd3)]);}}async[a123_0x15c287(0xba)](){const _0x1617c2=a123_0x15c287,_0x5d4340={};_0x5d4340['LUqgS']=_0x1617c2(0xa5),_0x5d4340[_0x1617c2(0x186)]=_0x1617c2(0xa9);const _0x8d3480=_0x5d4340;if(helper[_0x1617c2(0x17a)]()&&helper[_0x1617c2(0x15b)](this['config'][_0x1617c2(0xae)])&&(!this[_0x1617c2(0xae)]||!this['browserstackLocal']['isRunning']()))try{if(this[_0x1617c2(0x10f)][_0x1617c2(0x192)][_0x1617c2(0x11d)]){logger[_0x1617c2(0xb4)](_0x8d3480[_0x1617c2(0x157)]);return;}this[_0x1617c2(0xae)]=await helper[_0x1617c2(0x165)](this['config']),logger[_0x1617c2(0xe4)](_0x8d3480[_0x1617c2(0x186)]);}catch(_0x25bf53){logger['debug'](_0x25bf53);throw new Error(_0x25bf53['toString']());}}async[a123_0x15c287(0x12a)](){const _0x3d3446=a123_0x15c287,_0x248ba8={};_0x248ba8[_0x3d3446(0xe8)]=_0x3d3446(0xab),_0x248ba8[_0x3d3446(0x10c)]=_0x3d3446(0x167);const _0x37c6e3=_0x248ba8;if(this[_0x3d3446(0xae)]&&this[_0x3d3446(0xae)][_0x3d3446(0x13e)]())try{await helper[_0x3d3446(0x13a)](this['browserstackLocal']),logger[_0x3d3446(0xe4)](_0x37c6e3[_0x3d3446(0xe8)]);}catch(_0x4ac9ba){logger['error'](_0x37c6e3[_0x3d3446(0x10c)],_0x4ac9ba[_0x3d3446(0xd3)]);}}async[a123_0x15c287(0xf4)](){const _0x2d908d=a123_0x15c287;return PerformanceTester[_0x2d908d(0xbe)](PerformanceAutEvents[_0x2d908d(0xdd)],async()=>{const _0x228e08=_0x2d908d;await hubAllocator[_0x228e08(0x194)](this[_0x228e08(0x10f)]);})();}['setupKeepAlive'](){const _0x3e9fac=a123_0x15c287,_0xe8517c={'sPGMS':function(_0x3faa42,_0x9bfcfa){return _0x3faa42(_0x9bfcfa);},'Fxhit':_0x3e9fac(0xb8)};_0xe8517c[_0x3e9fac(0x146)](require,_0xe8517c[_0x3e9fac(0x178)])();}['handleExceptions'](){const _0x35d76a=a123_0x15c287,_0x4a902e={};_0x4a902e[_0x35d76a(0xc2)]=_0x35d76a(0xf2),_0x4a902e[_0x35d76a(0xd7)]=_0x35d76a(0xff),_0x4a902e[_0x35d76a(0x18b)]=_0x35d76a(0x15e);const _0x119860=_0x4a902e,_0x21c39b=_0x4fc0e9=>{const _0x4628c2=_0x35d76a,_0x593a9d=_0x119860[_0x4628c2(0xc2)]['split']('|');let _0x4fb47c=0x0;while(!![]){switch(_0x593a9d[_0x4fb47c++]){case'0':PerformanceTester['captureError'](_0x4fc0e9);continue;case'1':this[_0x4628c2(0x18f)][_0x4628c2(0x15f)](util[_0x4628c2(0xcf)]('%j',_0x4fc0e9));continue;case'2':logger[_0x4628c2(0x108)](_0x4fc0e9[_0x4628c2(0xd3)]);continue;case'3':logger['debug'](util['format'](_0x4fc0e9));continue;case'4':ClientTroubleShootingService[_0x4628c2(0xd4)]();continue;}break;}};process['on'](_0x119860[_0x35d76a(0xd7)],_0x21c39b),process['on'](_0x119860[_0x35d76a(0x18b)],_0x21c39b);}async[a123_0x15c287(0x188)](_0xad61a7){const _0x405e1f=a123_0x15c287,_0x2b93ef={'iLLEV':function(_0x393145,_0x4567e2){return _0x393145+_0x4567e2;},'tnkkC':_0x405e1f(0x12f),'UaMex':_0x405e1f(0xd6),'DhtDo':function(_0x468687,_0x3f8a97,_0x54b63a){return _0x468687(_0x3f8a97,_0x54b63a);},'IqDWi':_0x405e1f(0x105),'xCoQU':function(_0x2d7c77,_0x3220dc){return _0x2d7c77+_0x3220dc;},'MYAYq':_0x405e1f(0xc8),'ZEdWA':function(_0x5d6eb5,_0xf13c93){return _0x5d6eb5(_0xf13c93);},'dlydh':function(_0xc55c32,_0x52ff70){return _0xc55c32===_0x52ff70;},'Hfzri':_0x405e1f(0x152),'KgWNZ':function(_0x4cb8a5,_0x25038d){return _0x4cb8a5+_0x25038d;},'CaNjF':_0x405e1f(0x154),'qBAbJ':_0x405e1f(0x147)};if(this[_0x2b93ef[_0x405e1f(0x171)](_0x2b93ef['IqDWi'],_0xad61a7)])return;this[_0x2b93ef[_0x405e1f(0x171)](_0x2b93ef[_0x405e1f(0x175)],_0xad61a7)]=!![],logger[_0x405e1f(0xe4)](_0x2b93ef['xCoQU'](_0x2b93ef[_0x405e1f(0x15a)],_0xad61a7)),this['killSignal']=_0xad61a7;const _0x9efb59=0x7530;let _0x55be93;const _0x1ce8fe=(async()=>{const _0x38d039=_0x405e1f;await ClientTroubleShootingService[_0x38d039(0x118)](_0xad61a7),await TestHubHandler['stop'](_0xad61a7);const _0x73902=BrowserstackCLI[_0x38d039(0x10b)]();await utilities[_0x38d039(0x141)](this,_0x73902?_0x73902[_0x38d039(0x13e)]():![]),await ClientTroubleShootingService[_0x38d039(0xd4)](),await BrowserstackCLI['getInstance']()[_0x38d039(0x128)]();})()[_0x405e1f(0x113)](()=>_0x405e1f(0xd6))[_0x405e1f(0xc7)](_0x444287=>{const _0x52308a=_0x405e1f;return logger[_0x52308a(0xb4)](_0x2b93ef[_0x52308a(0x171)](_0x2b93ef[_0x52308a(0x197)],util[_0x52308a(0xcf)](_0x444287))),_0x2b93ef['UaMex'];}),_0x584c2b=new Promise(_0x59e35d=>{const _0x1e3ca4=_0x405e1f;_0x55be93=_0x2b93ef[_0x1e3ca4(0x136)](setTimeout,()=>_0x59e35d(_0x1e3ca4(0x152)),_0x9efb59),_0x55be93['unref']&&_0x55be93[_0x1e3ca4(0x10d)]();}),_0x5b056e=await Promise[_0x405e1f(0x111)]([_0x1ce8fe,_0x584c2b]);_0x2b93ef[_0x405e1f(0xfe)](clearTimeout,_0x55be93),_0x2b93ef['dlydh'](_0x5b056e,_0x2b93ef['Hfzri'])&&logger[_0x405e1f(0x101)](_0x2b93ef[_0x405e1f(0xa4)](_0x2b93ef[_0x405e1f(0xc0)](_0x2b93ef[_0x405e1f(0x102)],_0x9efb59),_0x2b93ef[_0x405e1f(0x172)])),process[_0x405e1f(0x11e)](process[_0x405e1f(0xee)]||_0x2b93ef[_0x405e1f(0xc0)](0x80,constants['SIGNAL_EXIT_CODES'][_0xad61a7]||0x0));}[a123_0x15c287(0x13c)](){const _0x352549=a123_0x15c287,_0x3b008f={'lUcbB':function(_0x396633,_0x3f82ba){return _0x396633===_0x3f82ba;},'AcyQs':_0x352549(0x122),'fIRqE':function(_0x57d225,_0x623316){return _0x57d225>_0x623316;},'BgPUY':function(_0x2aaf74,_0x4373e5){return _0x2aaf74>_0x4373e5;},'AbOml':function(_0x43b2af,_0x27814f){return _0x43b2af(_0x27814f);},'Zqago':function(_0x35542c){return _0x35542c();},'KiAhF':'events.json'};let _0x51fd1e=0x0;return async()=>{const _0x5c884e=_0x352549;_0x51fd1e++;if(_0x3b008f[_0x5c884e(0xbc)](_0x51fd1e,0x1)){helper[_0x5c884e(0x100)](this['framework'])&&await this[_0x5c884e(0x12a)]();try{logger[_0x5c884e(0xb4)](_0x3b008f[_0x5c884e(0xdc)]),await TestHubHandler[_0x5c884e(0x128)](_0x51fd1e),await ClientTroubleShootingService['reportFinalDetectionState'](),await BrowserstackCLI[_0x5c884e(0x10b)]()[_0x5c884e(0x128)]('1');}catch(_0x5cab9b){logger['debug'](_0x5c884e(0x17c)+util[_0x5c884e(0xcf)](_0x5cab9b));}PerformanceTester[_0x5c884e(0xb0)](PerformanceEvents['SDK_CLEANUP']);if(PerformanceTester[_0x5c884e(0x14b)]()){const {measures:_0x23636d,errors:_0x4a334c}=await PerformanceTester[_0x5c884e(0x176)](),_0x3bfae5={};if(_0x23636d&&_0x3b008f[_0x5c884e(0x14c)](_0x23636d['length'],0x0)||_0x4a334c&&_0x3b008f[_0x5c884e(0xf7)](_0x4a334c['length'],0x0)){const _0x53e6ba={};_0x53e6ba[_0x5c884e(0xb2)]=_0x23636d,_0x53e6ba[_0x5c884e(0xf9)]=_0x4a334c,Object[_0x5c884e(0x17d)](_0x3bfae5,_0x53e6ba);}try{const _0x191576=await helper[_0x5c884e(0x125)](_0x3bfae5,this[_0x5c884e(0x10f)]);logger[_0x5c884e(0xb4)]('Data\x20sent\x20successfully\x20to\x20'+_0x3b008f[_0x5c884e(0x127)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20response\x20'+_0x191576[_0x5c884e(0x161)]);}catch(_0x1cf913){logger[_0x5c884e(0xb4)](_0x5c884e(0x159)+_0x3b008f[_0x5c884e(0x127)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20error\x20'+util[_0x5c884e(0xcf)](_0x1cf913));}try{fs[_0x5c884e(0x14f)](path[_0x5c884e(0x107)](_0x3b008f['Zqago'](getLogDir),_0x3b008f[_0x5c884e(0x18a)]),JSON[_0x5c884e(0x190)](_0x3bfae5));}catch(_0x5c96dd){logger[_0x5c884e(0xb4)]('Error\x20in\x20writing\x20events\x20to\x20file\x20'+_0x5c96dd);}}}logger&&logger[_0x5c884e(0xef)](),fileLogger&&fileLogger['close']();};}}exports['default']=BrowserStackSetup;function a123_0x2584(){const _0x47e80f=['integrations','setProxySettings','AcyQs','HUB_MANAGEMENT','./logger','setLogDir','fileLogger','IKJdg','./performance/performance-tester','OSHyM','info','jwefU','../bin/v2/browserstackCLI','skipSessionStatus','DZWKf','1048998EkcdMn','split','__isPlaywrightInstalled','Error\x20occured\x20while\x20stopping\x20percy','./caCertHelper','exitCode','close','SLXQp','310690UNGrck','2|3|1|0|4','generateLocalIdentifier','setUpHubUrl','SIGQUIT','LruLI','BgPUY','hubUrl','exceptions','IsTpO','No\x20config\x20provided.','wbXEx','4.5.0','ZEdWA','unhandledRejection','checkStopLocalBinaryOnExit','warn','CaNjF','SDKTestAttempted','setupKeepAlive','handled','qjtYs','join','error','uuid','MRWTc','getInstance','LFFXH','unref','CHgEt','config','setCLICaps','race','getHubUrl','then','../hubAllocationMethods','mQZxx','handleExceptions','true','reportProcessInterruptionSituation','vXJhj','SIGABRT','yrjMO','readConfig','skipBinaryInitialisation','exit','30127TtMoKF','eAtyz','toString','Calling\x20Build\x20Stop\x20from\x20ExitHandler','normalizeTestReportingEnvVars','getLocalConfig','sendToEDS','win32','AbOml','stop','path','stopBrowserstackLocal','url','getAccessKey','Percy\x20stopped','uNCVl','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','localOptions','616137RTNTuY','BxKGA','platform','winstonLogger','FbQZl','DhtDo','custom-repeater','setLogLevel','AUQXE','stopLocalBinary','xuhQB','exitHandler','SIGTERM','isRunning','fireFunnelTestEvent','framework','finalExecution','__isPuppeteerInstalled','fowhq','setSmartTestSelectionFeatureBranchesConfig','xATcV','sPGMS','ms;\x20forcing\x20exit','getFinalCaps','includes','gLKAH','isEnabled','fIRqE','requireSeleniumWebdriverCheck','stopPercy','writeFileSync','./performance/constants','startPercy','timed-out','ats-repeater','Signal\x20shutdown\x20timed\x20out\x20after\x20','ctxlV','SDK\x20run\x20started\x20with\x20id:\x20','LUqgS','setupCaCertificate','Failed\x20to\x20send\x20data\x20to\x20','MYAYq','isTrue','./percy/utils','VYRzL','uncaughtException','push','FcZOa','statusCode','false','DOkNX','startMonitoring','startLocalBinary','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','Error\x20occured\x20while\x20stopping\x20local\x20binary','sdkRunId','FRAMEWORK','getCentralUser','skipSessionName','length','27pRgBpr','qrpFQ','PGrjD','configPath','iLLEV','qBAbJ','isTurboScaleSession','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','IqDWi','finalize','sanitizeCaps','Fxhit','wtety','isBrowserstackInfra','getUserName','Error\x20in\x20sending\x20testhub\x20stop:\x20','assign','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','percy','customRepeaters','preInitialize','../bin/utils/clientTroubleshootingService','toLowerCase','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','isUndefined','NzmDR','validateSkipAppOverride','intExitHandler','turboScale','KiAhF','IjTtP','1754291apyVkr','playwrightUrl','19|20|25|23|9|10|0|13|14|18|26|8|17|12|22|11|2|6|16|21|1|7|15|5|24|3|4','unhandledErrors','stringify','cliConfig','browserStackLocalOptions','isLTSSession','allocateHub','beforeExit','./testhub/utils','tnkkC','bind','jdFAB','xCoQU','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','eYyFW','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','SIGINT','Local\x20binary\x20started\x20successfully','platforms','Local\x20binary\x20stopped','../bin/utils/apiUtilityMethods','constructor','browserstackLocal','getLocalIdentifier','end','SIGHUP','measures','2192360WajPcE','debug','localIdentifier','?caps=','fzTJC','./setKeepAlive','turboScaleOptions','setupBrowserstackLocal','compareVersions','lUcbB','central_scanner','measureWrapper','testContextOptions','KgWNZ','errorMessage','yGvTE','1268652EwSDCq','disableAutoCaptureLogs','./testhub/testhubHandler','../bin/v2/modules/loadTestModule','catch','Shutdown\x20triggered\x20by\x20','util','5Cqveqg','4ovcBeX','playwright','ZmRIg','yfnnW','format','setEnvCaps','EcVkW','env','message','reportFinalDetectionState','BROWSERSTACK_TURBOSCALE','completed','BLzGl','envConfig','BROWSERSTACK_PERCY'];a123_0x2584=function(){return _0x47e80f;};return a123_0x2584();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a124_0x32b3e1=a124_0x520d;(function(_0x2867d4,_0x473deb){const _0x336b3d=a124_0x520d,_0x3edcdf=_0x2867d4();while(!![]){try{const _0x106155=parseInt(_0x336b3d(0x154))/0x1+parseInt(_0x336b3d(0x178))/0x2*(-parseInt(_0x336b3d(0x15e))/0x3)+-parseInt(_0x336b3d(0x15b))/0x4+parseInt(_0x336b3d(0x1c3))/0x5*(parseInt(_0x336b3d(0x185))/0x6)+parseInt(_0x336b3d(0x1f7))/0x7*(-parseInt(_0x336b3d(0x151))/0x8)+parseInt(_0x336b3d(0x20a))/0x9*(parseInt(_0x336b3d(0x17d))/0xa)+-parseInt(_0x336b3d(0x1e7))/0xb;if(_0x106155===_0x473deb)break;else _0x3edcdf['push'](_0x3edcdf['shift']());}catch(_0x1ca02b){_0x3edcdf['push'](_0x3edcdf['shift']());}}}(a124_0x14ab,0x5c5d0));const util=require(a124_0x32b3e1(0x18c)),logger=require(a124_0x32b3e1(0x1c2))['winstonLogger'],accessibilityHelper=require('./helper'),globals=require(a124_0x32b3e1(0x211)),scripts=require(a124_0x32b3e1(0x176)),PerformanceTester=require(a124_0x32b3e1(0x1a5)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a124_0x32b3e1(0x1c0)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');function a124_0x520d(_0x2a9b43,_0x1424e2){const _0x14ab03=a124_0x14ab();return a124_0x520d=function(_0x520d14,_0x277956){_0x520d14=_0x520d14-0x149;let _0x1bc2a3=_0x14ab03[_0x520d14];return _0x1bc2a3;},a124_0x520d(_0x2a9b43,_0x1424e2);}let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a124_0x32b3e1(0x1fa));}catch(a124_0x165412){logger[a124_0x32b3e1(0x199)](a124_0x32b3e1(0x1e4));}const a124_0x3e448b={};function a124_0x14ab(){const _0x10ea87=['YZFIr','type','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','UgYVX','WwYel','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','getAccessibilityResultsSummaryWithRetry','reason','getSession','getAccessibilityResultsSummary','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','../performance/performance-tester','isRunning','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','ugilj','kUYUo','WebDriver','RqCIu','Accessibility\x20results\x20retrieval\x20attempt\x20','Snqeg',').\x20Error:\x20','getInstance',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','xoXBo','Page','resolveMobileThTestRunUuid','JTQuB',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','ms\x20using\x20setScriptTimeout\x20API','fmcoO','isAccessibilityPlatform','ChGwb','CljTu','unknown_method','scanSucceeded','cJbVi','ms\x20using\x20setTimeouts\x20API','defaultTimeoutMs','../performance/constants',')\x20with\x20error:\x20','../logger','1296605SjOvtU','tZGmW','yymvg','\x20failed\x20for\x20method:\x20','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','flNrp','NCjpZ','browserstackSessionName','qDRNV','function','GaNRr','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','BEqrV','DfbeR','Accessibility\x20results\x20save\x20attempt\x20','qTYUp','tNUkG','CBnEp','JDhnB','capabilitiesList','RATOh','isAccessibilityAutomationSession','getGlobal','Accessibility\x20retry\x20configuration\x20updated:\x20','summary','name','assign','stringify','whfcR','measureWrapper','zwrNw','SzyLv','pZoHV','Playwright\x20accessibility\x20helper\x20not\x20available','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','bAyld','4647324smRdBm','xfNJg','race','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','ihOUp','url','\x20-\x20not\x20applicable','bUNCy','playwright-page','script','Skipping\x20timeout\x20setting\x20for\x20','message','options','getCapabilities','status','value','2227393BBpYza','scannerProcessingTimeout','accessibilityPlatform','../../bin/playwright/accessibility-helper','GTSYe','timeouts','sHkiO','orTbz','setDefaultTimeout','VtFxt','getAccessibilityModule','setSeleniumScriptTimeout','fulfilled','undefined','manage','isPlaywrightPage','DSjPF','playwright-codecept-driver','currentTest','45sVcpkc','warn','zKJaP','performScan','PERFORM_SCAN','fzPXf','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','../globals','qEwdS','executeAsyncScript','nVvuU','Accessibility\x20scan\x20attempt\x20','__workerDetails','browserStackEvaluate','maxRetries','MAlXA','getRetryConfig','setTimeouts','unknown','getAccessibilityResults','isPlaywright','performScanWithRetry','Unknown\x20error','Unknown\x20driver/page\x20type:\x20','8jgoEZK','tScOC','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','748203pJBfEJ','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','IxjGk','timeoutMs','pEEvm','is_mobile_session','zqhku','204976GLKDds','PeTfg','xEWSd','1871289dFqzHr','MtxKm','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','WvzbR','getId','ktuCA','rLvmN','HSGwr','uLdre','fvnYc','nWVyZ','PKnLZ','isSeleniumDriver','miqdR','KzZrK','updateRetryConfig','isMobilePlatform',').\x20Last\x20error:\x20','getCurrentUrl','MtNPQ','NLxYl','AMcft','error','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','./scripts','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','2tSIclF','rejected','CHCRe','getAccessibilityResultsWithRetry','vHiIb','1054330eqTvuS','ZkrIk','info','bstackA11yShouldScan','AdNLs','eTNIQ','iXLPY','GQLoV','12zMTKmv','Comprehensive\x20accessibility\x20scan\x20failed\x20(','env','):\x20','max','ggKGU','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','util','selenium-webdriver','setPlaywrightScriptTimeout','lmdDP','LAGBC','results','saveTestResults','ms\x20using\x20timeouts()\x20API','DMhkr','setScriptTimeout','Playwright','XtYMB','\x20failed\x20(','debug'];a124_0x14ab=function(){return _0x10ea87;};return a124_0x14ab();}a124_0x3e448b[a124_0x32b3e1(0x218)]=0x1,a124_0x3e448b[a124_0x32b3e1(0x157)]=0x7530,a124_0x3e448b[a124_0x32b3e1(0x1bf)]=0x7530;const RETRY_CONFIG=a124_0x3e448b,setConfigTimeout=(_0x5b36a7,_0x38a0b1=null)=>{const _0x43211f=a124_0x32b3e1,_0x58d3f6={'tScOC':function(_0x434ca1,_0x3500a8){return _0x434ca1===_0x3500a8;},'zKJaP':_0x43211f(0x1f8),'rLvmN':function(_0x51cc32,_0x13555a){return _0x51cc32*_0x13555a;},'ktuCA':function(_0x3af58a,_0x412e5e){return _0x3af58a(_0x412e5e);},'NLxYl':function(_0x55910d,_0xfff308){return _0x55910d(_0xfff308);}};if(BrowserstackCLI[_0x43211f(0x1af)]()[_0x43211f(0x1a6)]()&&BrowserstackCLI['getInstance']()[_0x43211f(0x201)]()){const _0x7c0f67=BrowserstackCLI[_0x43211f(0x1af)]()['getAccessibilityModule']()['accessibilityConfig'],_0xd0910b=_0x7c0f67[_0x43211f(0x1f3)][_0x43211f(0x1d6)]||[];for(const _0x5569e7 of _0xd0910b){_0x58d3f6[_0x43211f(0x152)](_0x5569e7[_0x43211f(0x1dc)],_0x58d3f6[_0x43211f(0x20c)])&&_0x58d3f6[_0x43211f(0x152)](_0x38a0b1,null)&&(_0x5b36a7['timeoutMs']=_0x58d3f6[_0x43211f(0x164)](_0x58d3f6[_0x43211f(0x163)](parseInt,_0x5569e7['value']),0x3e8));}}else process[_0x43211f(0x187)][_0x43211f(0x155)]&&(_0x5b36a7[_0x43211f(0x157)]=_0x58d3f6[_0x43211f(0x164)](_0x58d3f6[_0x43211f(0x172)](parseInt,process[_0x43211f(0x187)][_0x43211f(0x155)]),0x3e8));},detectDriverType=_0x56c29d=>{const _0x54cc11=a124_0x32b3e1,_0x420a0c={};_0x420a0c['xoXBo']=_0x54cc11(0x14b),_0x420a0c[_0x54cc11(0x1eb)]=function(_0x16ce93,_0xfff785){return _0x16ce93===_0xfff785;},_0x420a0c[_0x54cc11(0x1c4)]='function',_0x420a0c[_0x54cc11(0x1b9)]=function(_0x389cab,_0x2c1453){return _0x389cab===_0x2c1453;},_0x420a0c[_0x54cc11(0x1fb)]=function(_0x6dfd5,_0x11fc15){return _0x6dfd5===_0x11fc15;},_0x420a0c['flNrp']=_0x54cc11(0x1ef),_0x420a0c[_0x54cc11(0x19d)]=function(_0x2f7d85,_0x596817){return _0x2f7d85===_0x596817;},_0x420a0c['tNUkG']=function(_0x113608,_0x5e55c9){return _0x113608===_0x5e55c9;},_0x420a0c[_0x54cc11(0x200)]=_0x54cc11(0x18d),_0x420a0c[_0x54cc11(0x16b)]=_0x54cc11(0x1b2),_0x420a0c[_0x54cc11(0x1ab)]=function(_0x5cfc6e,_0x4e9afb){return _0x5cfc6e===_0x4e9afb;},_0x420a0c['HSGwr']=_0x54cc11(0x1aa),_0x420a0c['GaNRr']=function(_0x28018c,_0x19ff14){return _0x28018c===_0x19ff14;},_0x420a0c['rFkMZ']=_0x54cc11(0x196),_0x420a0c[_0x54cc11(0x1c9)]=_0x54cc11(0x208),_0x420a0c[_0x54cc11(0x1c5)]=function(_0x5d01bb,_0x3ae4b8){return _0x5d01bb||_0x3ae4b8;},_0x420a0c['uLdre']=_0x54cc11(0x204);const _0x5d139d=_0x420a0c;if(!_0x56c29d){const _0x816aa4={};return _0x816aa4[_0x54cc11(0x14d)]=![],_0x816aa4['type']=_0x5d139d[_0x54cc11(0x1b1)],_0x816aa4;}if(_0x5d139d[_0x54cc11(0x1eb)](typeof _0x56c29d['evaluate'],_0x5d139d[_0x54cc11(0x1c4)])&&_0x5d139d['ChGwb'](typeof _0x56c29d[_0x54cc11(0x1ec)],_0x5d139d[_0x54cc11(0x1c4)])&&_0x5d139d[_0x54cc11(0x1fb)](typeof _0x56c29d['goto'],_0x5d139d[_0x54cc11(0x1c4)])){const _0x1a97fd={};return _0x1a97fd['isPlaywright']=!![],_0x1a97fd[_0x54cc11(0x19b)]=_0x5d139d[_0x54cc11(0x1c8)],_0x1a97fd;}if(_0x5d139d[_0x54cc11(0x19d)](typeof _0x56c29d[_0x54cc11(0x213)],_0x5d139d[_0x54cc11(0x1c4)])&&_0x5d139d[_0x54cc11(0x1d3)](typeof _0x56c29d[_0x54cc11(0x1f4)],_0x5d139d['tZGmW'])){const _0x544aa1={};return _0x544aa1[_0x54cc11(0x14d)]=![],_0x544aa1[_0x54cc11(0x19b)]=_0x5d139d['VtFxt'],_0x544aa1;}const _0x10c745=_0x56c29d['constructor']?.[_0x54cc11(0x1dc)];if(_0x5d139d['GTSYe'](_0x10c745,_0x5d139d[_0x54cc11(0x16b)])){const _0x2e9e44={};return _0x2e9e44[_0x54cc11(0x14d)]=!![],_0x2e9e44[_0x54cc11(0x19b)]=_0x5d139d['flNrp'],_0x2e9e44;}if(_0x5d139d[_0x54cc11(0x1ab)](_0x10c745,_0x5d139d[_0x54cc11(0x165)])){const _0x340500={};return _0x340500[_0x54cc11(0x14d)]=![],_0x340500['type']=_0x5d139d[_0x54cc11(0x200)],_0x340500;}if(_0x5d139d[_0x54cc11(0x1cd)](_0x10c745,_0x5d139d['rFkMZ'])){const _0x5c47c1={};return _0x5c47c1[_0x54cc11(0x14d)]=!![],_0x5c47c1[_0x54cc11(0x19b)]=_0x5d139d[_0x54cc11(0x1c9)],_0x5c47c1;}logger[_0x54cc11(0x20b)](_0x54cc11(0x150)+_0x5d139d[_0x54cc11(0x1c5)](_0x10c745,_0x5d139d[_0x54cc11(0x166)]));const _0x397740={};return _0x397740[_0x54cc11(0x14d)]=![],_0x397740[_0x54cc11(0x19b)]=_0x5d139d[_0x54cc11(0x1b1)],_0x397740;},withTimeout=(_0x46bae0,_0x164e1c)=>{const _0x30d927=a124_0x32b3e1;return Promise[_0x30d927(0x1e9)]([_0x46bae0,new Promise((_0x39a520,_0x3138a9)=>setTimeout(()=>_0x3138a9(new Error('Operation\x20timed\x20out\x20after\x20'+_0x164e1c+'ms')),_0x164e1c))]);};exports[a124_0x32b3e1(0x14e)]=async(_0x26b0ac,_0x10858b=null,_0x11dad9=null,_0xefa9=![],_0x50a246=null)=>{const _0x306ac6=a124_0x32b3e1,_0x174476={'ZkrIk':function(_0x39d927,_0x379a39){return _0x39d927&&_0x379a39;},'sHkiO':function(_0x30e6cf,_0x1022de,_0x12a387){return _0x30e6cf(_0x1022de,_0x12a387);},'orTbz':function(_0x36af92,_0x4f4fa2){return _0x36af92===_0x4f4fa2;},'OgpXi':_0x306ac6(0x208),'XLzKs':function(_0x177594,_0x4a0358,_0xbf0f00){return _0x177594(_0x4a0358,_0xbf0f00);},'cJbVi':function(_0x327255,_0x25edeb,_0x1daa7c){return _0x327255(_0x25edeb,_0x1daa7c);},'PeTfg':function(_0x39547f,_0x190395){return _0x39547f(_0x190395);},'nVvuU':function(_0x97a6d9,_0x4d96ef){return _0x97a6d9||_0x4d96ef;},'fzPXf':function(_0x4bdf70,_0x181b98){return _0x4bdf70!==_0x181b98;},'AMcft':'isAccessibilityPlatform','DMhkr':'bstackA11yShouldScan','xfNJg':'[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','MAlXA':_0x306ac6(0x1bb),'zqhku':_0x306ac6(0x1cc),'bAyld':function(_0x297f34,_0x349136){return _0x297f34===_0x349136;},'DSjPF':function(_0x54f3b8,_0xd1f1b7){return _0x54f3b8<=_0xd1f1b7;},'CHCRe':function(_0x396d99,_0x343abe){return _0x396d99+_0x343abe;},'bbHHv':function(_0x37062a,_0x18a394){return _0x37062a+_0x18a394;},'AdNLs':'Unknown\x20error'},{isPlaywright:_0x3d3856,type:_0x1bccc5}=_0x174476[_0x306ac6(0x15c)](detectDriverType,_0x26b0ac),_0x24564b=_0xefa9?_0x174476[_0x306ac6(0x214)](_0x50a246,{}):global['bstackA11yScanOptions']||{},_0x74756c=_0x3d3856?global[_0x306ac6(0x1f9)]&&(_0xefa9||_0x174476[_0x306ac6(0x20f)](global[_0x306ac6(0x180)],![])):accessibilityHelper[_0x306ac6(0x1d8)]()&&globals['getGlobal'](_0x174476['AMcft'])&&(_0xefa9||_0x174476[_0x306ac6(0x20f)](globals[_0x306ac6(0x1d9)](_0x174476[_0x306ac6(0x194)]),![]));if(!_0x74756c)return _0x3d3856&&global[_0x306ac6(0x1f9)]&&_0x174476[_0x306ac6(0x1fe)](global[_0x306ac6(0x180)],![])||!_0x3d3856&&globals[_0x306ac6(0x1d9)](_0x174476[_0x306ac6(0x173)])&&_0x174476['orTbz'](globals[_0x306ac6(0x1d9)](_0x174476[_0x306ac6(0x194)]),![])?logger[_0x306ac6(0x199)](_0x174476[_0x306ac6(0x1e8)]):logger[_0x306ac6(0x20b)](_0x306ac6(0x160)+_0x1bccc5+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x396f75=_0x10858b||global[_0x306ac6(0x1ca)]||_0x174476[_0x306ac6(0x219)];let _0x2dda69=null;const _0x5c5896={'testhub_btcer_uuid':global[_0x306ac6(0x216)]?.[_0x306ac6(0x209)]?.['id'],'url':_0x174476[_0x306ac6(0x1fe)](typeof _0x26b0ac['url'],_0x174476[_0x306ac6(0x15a)])?await _0x26b0ac[_0x306ac6(0x1ec)]():_0x174476[_0x306ac6(0x1e6)](typeof _0x26b0ac['getCurrentUrl'],_0x174476[_0x306ac6(0x15a)])?await _0x26b0ac[_0x306ac6(0x170)]():'','automate_session_id':_0x174476['bAyld'](typeof _0x26b0ac[_0x306ac6(0x1a2)],_0x174476['zqhku'])?(await _0x26b0ac[_0x306ac6(0x1a2)]())[_0x306ac6(0x162)]():''};for(let _0x2323d9=0x1;_0x174476[_0x306ac6(0x207)](_0x2323d9,_0x174476[_0x306ac6(0x17a)](RETRY_CONFIG[_0x306ac6(0x218)],0x1));_0x2323d9++){try{return logger[_0x306ac6(0x199)](_0x306ac6(0x215)+_0x2323d9+'/'+_0x174476['bbHHv'](RETRY_CONFIG[_0x306ac6(0x218)],0x1)+'\x20for\x20method:\x20'+_0x396f75+'\x20('+_0x1bccc5+')'),await PerformanceTester[_0x306ac6(0x1e0)](PerformanceA11yEvents[_0x306ac6(0x20e)],async()=>{const _0x3c472a=_0x306ac6;let _0x45301d;if(_0x174476[_0x3c472a(0x17e)](_0x3d3856,playwrightA11yHelper)){_0x174476[_0x3c472a(0x1fd)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3c472a(0x18e)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x157)]);let _0x5a23eb=_0x26b0ac;_0x174476[_0x3c472a(0x1fe)](_0x1bccc5,_0x174476['OgpXi'])&&(_0x5a23eb=_0x26b0ac['page']);const _0x1ffd4d=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x3c472a(0x1b3)]()}:{};_0x45301d=await _0x174476['XLzKs'](withTimeout,playwrightA11yHelper['performScan'](_0x5a23eb,_0x396f75,_0x24564b,_0x1ffd4d),RETRY_CONFIG[_0x3c472a(0x157)]),await exports[_0x3c472a(0x18e)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x1bf)]);}else await exports[_0x3c472a(0x202)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x157)]),_0x45301d=await _0x174476[_0x3c472a(0x1bd)](withTimeout,accessibilityHelper[_0x3c472a(0x20d)](_0x26b0ac,_0x396f75,_0xefa9,_0x24564b),RETRY_CONFIG[_0x3c472a(0x157)]),await exports[_0x3c472a(0x202)](_0x26b0ac,RETRY_CONFIG[_0x3c472a(0x1bf)]);logger[_0x3c472a(0x199)]('Scan\x20attempt\x20'+_0x2323d9+'\x20completed\x20successfully.');},{'command':_0x396f75,..._0x5c5896})(),logger['info'](_0x306ac6(0x19f)+_0x2323d9+'.'),!![];}catch(_0xcc281e){_0x2dda69=_0xcc281e,logger[_0x306ac6(0x199)](_0x306ac6(0x215)+_0x2323d9+_0x306ac6(0x1c6)+_0x396f75+'\x20('+_0x1bccc5+_0x306ac6(0x1ae)+_0xcc281e[_0x306ac6(0x1f2)]);}}return logger['error']('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x396f75+'\x20('+_0x1bccc5+_0x306ac6(0x1c1)+(_0x2dda69?.[_0x306ac6(0x1f2)]||_0x174476[_0x306ac6(0x181)])),![];},exports[a124_0x32b3e1(0x17b)]=async(_0x40a2f2,_0x505d4d)=>{const _0x101ba9=a124_0x32b3e1,_0x2850db={'eTNIQ':function(_0x53c60e,_0x29c29b){return _0x53c60e(_0x29c29b);},'zwrNw':_0x101ba9(0x1b8),'ugilj':function(_0x5a4f5c,_0x3eba96){return _0x5a4f5c<=_0x3eba96;},'bUNCy':function(_0xb17831,_0x338fe4){return _0xb17831+_0x338fe4;},'nWVyZ':function(_0x480036,_0x1af1e8){return _0x480036+_0x1af1e8;},'bOQCo':function(_0x3811d6,_0x40cd50){return _0x3811d6&&_0x40cd50;},'PKnLZ':function(_0x31e43a,_0x16c857,_0x4830e8){return _0x31e43a(_0x16c857,_0x4830e8);},'KzZrK':_0x101ba9(0x14f)},{isPlaywright:_0x1edef8,type:_0x2e6c91}=_0x2850db[_0x101ba9(0x182)](detectDriverType,_0x40a2f2),_0x32181f=_0x1edef8?_0x505d4d[_0x101ba9(0x1f9)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals['getGlobal'](_0x2850db[_0x101ba9(0x1e1)]);if(!_0x32181f)return logger[_0x101ba9(0x20b)](_0x101ba9(0x160)+_0x2e6c91+_0x101ba9(0x1b0)),[];let _0x5b6962=null;for(let _0x409d95=0x1;_0x2850db[_0x101ba9(0x1a8)](_0x409d95,_0x2850db[_0x101ba9(0x1ee)](RETRY_CONFIG[_0x101ba9(0x218)],0x1));_0x409d95++){try{logger[_0x101ba9(0x199)](_0x101ba9(0x1ac)+_0x409d95+'/'+_0x2850db[_0x101ba9(0x168)](RETRY_CONFIG[_0x101ba9(0x218)],0x1)+'\x20('+_0x2e6c91+')');let _0x3c6dc6;return _0x2850db['bOQCo'](_0x1edef8,playwrightA11yHelper)?(_0x2850db[_0x101ba9(0x169)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x101ba9(0x18e)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x157)]),_0x3c6dc6=await _0x2850db['PKnLZ'](withTimeout,playwrightA11yHelper[_0x101ba9(0x14c)](_0x40a2f2),RETRY_CONFIG[_0x101ba9(0x157)]),await exports[_0x101ba9(0x18e)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x1bf)])):(await exports[_0x101ba9(0x202)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x157)]),_0x3c6dc6=await _0x2850db[_0x101ba9(0x169)](withTimeout,accessibilityHelper[_0x101ba9(0x14c)](_0x40a2f2,_0x505d4d),RETRY_CONFIG['timeoutMs']),await exports[_0x101ba9(0x202)](_0x40a2f2,RETRY_CONFIG[_0x101ba9(0x1bf)])),logger['info'](_0x101ba9(0x175)+_0x409d95+'\x20('+_0x2e6c91+')'),_0x3c6dc6;}catch(_0xd41016){_0x5b6962=_0xd41016,logger[_0x101ba9(0x20b)](_0x101ba9(0x1ac)+_0x409d95+_0x101ba9(0x198)+_0x2e6c91+_0x101ba9(0x1ae)+_0xd41016[_0x101ba9(0x1f2)]);}}return logger[_0x101ba9(0x174)](_0x101ba9(0x210)+_0x2e6c91+_0x101ba9(0x16f)+(_0x5b6962?.['message']||_0x2850db[_0x101ba9(0x16c)])),[];},exports[a124_0x32b3e1(0x1a0)]=async(_0x2a5de3,_0x20ec79)=>{const _0x22cf6f=a124_0x32b3e1,_0x2590b4={'pEEvm':function(_0xf379e3,_0x976a05){return _0xf379e3(_0x976a05);},'lmdDP':_0x22cf6f(0x1b8),'qEwdS':function(_0x14dcc0,_0xb6f5a1){return _0x14dcc0<=_0xb6f5a1;},'iXLPY':function(_0x5c35b0,_0x97e8f){return _0x5c35b0+_0x97e8f;},'kUYUo':function(_0x4c2685,_0x22fa4e){return _0x4c2685&&_0x22fa4e;},'vHiIb':function(_0xf62e92,_0x417564,_0xce7832){return _0xf62e92(_0x417564,_0xce7832);},'CljTu':function(_0x3d3ad4,_0x234ed5,_0xc04a27){return _0x3d3ad4(_0x234ed5,_0xc04a27);},'RATOh':_0x22cf6f(0x14f)},{isPlaywright:_0x566a6d,type:_0xc41697}=_0x2590b4[_0x22cf6f(0x158)](detectDriverType,_0x2a5de3),_0x3a8478=_0x566a6d?_0x20ec79['accessibilityPlatform']:accessibilityHelper[_0x22cf6f(0x1d8)]()&&globals[_0x22cf6f(0x1d9)](_0x2590b4[_0x22cf6f(0x18f)]);if(!_0x3a8478)return logger[_0x22cf6f(0x20b)](_0x22cf6f(0x160)+_0xc41697+_0x22cf6f(0x1b5)),{};let _0x20fe0d=null;for(let _0x55e3b1=0x1;_0x2590b4[_0x22cf6f(0x212)](_0x55e3b1,_0x2590b4[_0x22cf6f(0x183)](RETRY_CONFIG[_0x22cf6f(0x218)],0x1));_0x55e3b1++){try{logger['debug'](_0x22cf6f(0x1a4)+_0x55e3b1+'/'+_0x2590b4['iXLPY'](RETRY_CONFIG[_0x22cf6f(0x218)],0x1)+'\x20('+_0xc41697+')');let _0x451061;return _0x2590b4[_0x22cf6f(0x1a9)](_0x566a6d,playwrightA11yHelper)?(_0x2590b4[_0x22cf6f(0x17c)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x2a5de3,RETRY_CONFIG[_0x22cf6f(0x157)]),_0x451061=await _0x2590b4[_0x22cf6f(0x17c)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x2a5de3),RETRY_CONFIG[_0x22cf6f(0x157)]),await exports[_0x22cf6f(0x18e)](_0x2a5de3,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x22cf6f(0x202)](_0x2a5de3,RETRY_CONFIG[_0x22cf6f(0x157)]),_0x451061=await _0x2590b4[_0x22cf6f(0x1ba)](withTimeout,accessibilityHelper[_0x22cf6f(0x1a3)](_0x2a5de3,_0x20ec79),RETRY_CONFIG[_0x22cf6f(0x157)]),await exports[_0x22cf6f(0x202)](_0x2a5de3,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x22cf6f(0x17f)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x55e3b1+'\x20('+_0xc41697+')'),_0x451061;}catch(_0x135167){_0x20fe0d=_0x135167,logger['warn']('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x55e3b1+_0x22cf6f(0x198)+_0xc41697+_0x22cf6f(0x1ae)+_0x135167[_0x22cf6f(0x1f2)]);}}return logger[_0x22cf6f(0x174)](_0x22cf6f(0x1a7)+_0xc41697+_0x22cf6f(0x16f)+(_0x20fe0d?.[_0x22cf6f(0x1f2)]||_0x2590b4[_0x22cf6f(0x1d7)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x438284,_0x3ff4a2,_0x1694ae=null)=>{const _0x28a2ff=a124_0x32b3e1,_0x12dbb9={'Snqeg':function(_0x4626d6,_0x5c03e3){return _0x4626d6(_0x5c03e3);},'XtYMB':function(_0x3cf372,_0x5cd828){return _0x3cf372===_0x5cd828;},'pZoHV':_0x28a2ff(0x203),'MtNPQ':function(_0x4e5153,_0x12e89d){return _0x4e5153===_0x12e89d;},'BEqrV':_0x28a2ff(0x179),'drDWy':_0x28a2ff(0x1e5)},{isPlaywright:_0x301edd,type:_0x35e714}=_0x12dbb9[_0x28a2ff(0x1ad)](detectDriverType,_0x438284),_0x178a1a={};_0x178a1a[_0x28a2ff(0x1bc)]=![],_0x178a1a[_0x28a2ff(0x191)]=[],_0x178a1a[_0x28a2ff(0x1db)]={},_0x178a1a[_0x28a2ff(0x174)]=null,_0x178a1a['driverType']=_0x35e714;const _0x819c89=_0x178a1a;try{_0x819c89[_0x28a2ff(0x1bc)]=await exports[_0x28a2ff(0x14e)](_0x438284,_0x1694ae);if(_0x819c89[_0x28a2ff(0x1bc)]){const [_0x4e7e17,_0x473480]=await Promise['allSettled']([exports['getAccessibilityResultsWithRetry'](_0x438284,_0x3ff4a2),exports[_0x28a2ff(0x1a0)](_0x438284,_0x3ff4a2)]);_0x819c89[_0x28a2ff(0x191)]=_0x12dbb9[_0x28a2ff(0x197)](_0x4e7e17[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1e3)])?_0x4e7e17[_0x28a2ff(0x1f6)]:[],_0x819c89[_0x28a2ff(0x1db)]=_0x12dbb9[_0x28a2ff(0x171)](_0x473480[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1e3)])?_0x473480[_0x28a2ff(0x1f6)]:{},_0x12dbb9[_0x28a2ff(0x171)](_0x4e7e17[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1cf)])&&logger[_0x28a2ff(0x20b)](_0x28a2ff(0x19c)+_0x35e714+_0x28a2ff(0x188)+_0x4e7e17[_0x28a2ff(0x1a1)]?.[_0x28a2ff(0x1f2)]),_0x12dbb9['XtYMB'](_0x473480[_0x28a2ff(0x1f5)],_0x12dbb9[_0x28a2ff(0x1cf)])&&logger[_0x28a2ff(0x20b)](_0x28a2ff(0x177)+_0x35e714+_0x28a2ff(0x188)+_0x473480[_0x28a2ff(0x1a1)]?.[_0x28a2ff(0x1f2)]);}}catch(_0x12005c){_0x819c89[_0x28a2ff(0x174)]=_0x12005c[_0x28a2ff(0x1f2)]||_0x12dbb9['drDWy'],logger['error'](_0x28a2ff(0x186)+_0x35e714+'):\x20'+_0x819c89[_0x28a2ff(0x174)]);}return _0x819c89;},exports[a124_0x32b3e1(0x16d)]=_0x27405d=>{const _0x2b40c0=a124_0x32b3e1,_0x264229={};_0x264229[_0x2b40c0(0x184)]=function(_0x2bfea8,_0x1fbc49){return _0x2bfea8!==_0x1fbc49;};const _0x1a78fe=_0x264229;_0x1a78fe[_0x2b40c0(0x184)](_0x27405d['maxRetries'],undefined)&&(RETRY_CONFIG[_0x2b40c0(0x218)]=Math[_0x2b40c0(0x189)](0x0,_0x27405d[_0x2b40c0(0x218)])),_0x1a78fe[_0x2b40c0(0x184)](_0x27405d[_0x2b40c0(0x157)],undefined)&&(RETRY_CONFIG[_0x2b40c0(0x157)]=Math[_0x2b40c0(0x189)](0x3e8,_0x27405d['timeoutMs'])),logger[_0x2b40c0(0x199)](_0x2b40c0(0x1da)+JSON[_0x2b40c0(0x1de)](RETRY_CONFIG));},exports[a124_0x32b3e1(0x149)]=()=>{const _0x1c4995={...RETRY_CONFIG};return _0x1c4995;},exports[a124_0x32b3e1(0x206)]=_0x19a6d3=>{const _0x24118b=a124_0x32b3e1,_0x32def4={'whfcR':function(_0x358ec6,_0x14a269){return _0x358ec6(_0x14a269);}};return _0x32def4[_0x24118b(0x1df)](detectDriverType,_0x19a6d3)[_0x24118b(0x14d)];},exports['isSeleniumDriver']=_0x1634f7=>{const _0x209bb2=a124_0x32b3e1,_0x2dac41={'qTYUp':function(_0x470f74,_0x21d5d8){return _0x470f74(_0x21d5d8);},'fvnYc':function(_0xa0d524,_0xa1bc35){return _0xa0d524===_0xa1bc35;},'WvzbR':_0x209bb2(0x18d)},{isPlaywright:_0x519301,type:_0x45c3ba}=_0x2dac41[_0x209bb2(0x1d2)](detectDriverType,_0x1634f7);return!_0x519301&&_0x2dac41[_0x209bb2(0x167)](_0x45c3ba,_0x2dac41[_0x209bb2(0x161)]);},exports[a124_0x32b3e1(0x18e)]=async(_0x5029f3,_0x31e646=null)=>{const _0x3b721d=a124_0x32b3e1,_0x2fd823={'MtxKm':function(_0x2d0067,_0x166f81){return _0x2d0067(_0x166f81);},'JTQuB':function(_0x5d72cc,_0xbdf040){return _0x5d72cc===_0xbdf040;},'vhdsg':_0x3b721d(0x1cc)},{isPlaywright:_0x5cb728,type:_0x53ec5e}=_0x2fd823[_0x3b721d(0x15f)](detectDriverType,_0x5029f3);if(!_0x5cb728)return logger[_0x3b721d(0x199)](_0x3b721d(0x1f1)+_0x53ec5e+_0x3b721d(0x1ed)),!![];const _0x1c64b8=_0x31e646||RETRY_CONFIG[_0x3b721d(0x1bf)];try{return _0x5029f3&&_0x2fd823[_0x3b721d(0x1b4)](typeof _0x5029f3[_0x3b721d(0x1ff)],_0x2fd823['vhdsg'])&&(await _0x5029f3['setDefaultTimeout'](_0x1c64b8),logger[_0x3b721d(0x199)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x1c64b8+'ms')),!![];}catch(_0x4ae10d){return logger['warn'](_0x3b721d(0x18b)+_0x4ae10d['message']),![];}},exports[a124_0x32b3e1(0x202)]=async(_0x5803c7,_0x5bc826=null)=>{const _0x20fd4b=a124_0x32b3e1,_0x5dcb60={};_0x5dcb60['CBnEp']=_0x20fd4b(0x1ea),_0x5dcb60[_0x20fd4b(0x19a)]=function(_0x108b54,_0x2c83b7){return _0x108b54===_0x2c83b7;},_0x5dcb60[_0x20fd4b(0x1e2)]=_0x20fd4b(0x1cc),_0x5dcb60['LLMby']=function(_0x123d9a,_0x2aa3a0){return _0x123d9a===_0x2aa3a0;},_0x5dcb60['xEWSd']=function(_0x4ae567,_0x313c4f){return _0x4ae567===_0x313c4f;},_0x5dcb60['tNwHx']=_0x20fd4b(0x1ce),_0x5dcb60[_0x20fd4b(0x1cb)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x58211b=_0x5dcb60;if(!exports[_0x20fd4b(0x16a)](_0x5803c7))return logger[_0x20fd4b(0x20b)](_0x58211b[_0x20fd4b(0x1d4)]),![];const _0xb532c8=_0x5bc826||RETRY_CONFIG[_0x20fd4b(0x1bf)];try{if(_0x5803c7&&_0x58211b['YZFIr'](typeof _0x5803c7[_0x20fd4b(0x205)],_0x58211b['SzyLv'])){const _0x4b8642=_0x5803c7['manage']();if(_0x4b8642&&_0x58211b[_0x20fd4b(0x19a)](typeof _0x4b8642['timeouts'],_0x58211b[_0x20fd4b(0x1e2)]))await _0x4b8642[_0x20fd4b(0x1fc)]()[_0x20fd4b(0x195)](_0xb532c8),logger[_0x20fd4b(0x199)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0xb532c8+_0x20fd4b(0x193));else{if(_0x4b8642&&_0x58211b['LLMby'](typeof _0x4b8642['setTimeouts'],_0x58211b['SzyLv'])){const _0x502fde={};_0x502fde[_0x20fd4b(0x1f0)]=_0xb532c8,await _0x4b8642[_0x20fd4b(0x14a)](_0x502fde),logger[_0x20fd4b(0x199)](_0x20fd4b(0x1c7)+_0xb532c8+_0x20fd4b(0x1be));}else{if(_0x4b8642&&_0x58211b[_0x20fd4b(0x15d)](typeof _0x4b8642[_0x20fd4b(0x195)],_0x58211b[_0x20fd4b(0x1e2)]))await _0x4b8642[_0x20fd4b(0x195)](_0xb532c8),logger[_0x20fd4b(0x199)](_0x20fd4b(0x1c7)+_0xb532c8+_0x20fd4b(0x1b6));else return logger[_0x20fd4b(0x199)](_0x58211b['tNwHx']),!![];}}}else return logger[_0x20fd4b(0x199)](_0x58211b[_0x20fd4b(0x1cb)]),!![];return!![];}catch(_0x47e6d9){return logger['warn'](_0x20fd4b(0x153)+_0x47e6d9[_0x20fd4b(0x1f2)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x26e1f8,_0x5b828d)=>{const _0x445f0e=a124_0x32b3e1,_0x4d0bc3={'ggKGU':function(_0x49d882,_0x1a4ffe){return _0x49d882(_0x1a4ffe);},'WwYel':_0x445f0e(0x1b8),'LcNJE':function(_0x960b8a,_0xb314d8){return _0x960b8a<=_0xb314d8;},'DfbeR':function(_0x56878f,_0x5dafd9){return _0x56878f+_0x5dafd9;},'JDhnB':function(_0x597bc1,_0x48b46e){return _0x597bc1&&_0x48b46e;},'IxjGk':function(_0x596174,_0x1537e7,_0x367035){return _0x596174(_0x1537e7,_0x367035);},'nBLmC':_0x445f0e(0x16e),'LAGBC':function(_0x3a2fbf,_0x255c48,_0xfbb258){return _0x3a2fbf(_0x255c48,_0xfbb258);},'fmcoO':_0x445f0e(0x14f)},{isPlaywright:_0x32f6e2,type:_0x1dcc56}=_0x4d0bc3[_0x445f0e(0x18a)](detectDriverType,_0x26e1f8),_0x598ea3=_0x32f6e2?global['accessibilityPlatform']:accessibilityHelper[_0x445f0e(0x1d8)]()&&globals[_0x445f0e(0x1d9)](_0x4d0bc3[_0x445f0e(0x19e)]);if(!_0x598ea3)return logger[_0x445f0e(0x20b)](_0x445f0e(0x160)+_0x1dcc56+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x51b085=null;for(let _0x33d08b=0x1;_0x4d0bc3['LcNJE'](_0x33d08b,_0x4d0bc3[_0x445f0e(0x1d0)](RETRY_CONFIG[_0x445f0e(0x218)],0x1));_0x33d08b++){try{logger[_0x445f0e(0x199)](_0x445f0e(0x1d1)+_0x33d08b+'/'+_0x4d0bc3[_0x445f0e(0x1d0)](RETRY_CONFIG[_0x445f0e(0x218)],0x1)+'\x20('+_0x1dcc56+')');if(_0x4d0bc3[_0x445f0e(0x1d5)](_0x32f6e2,playwrightA11yHelper)){_0x4d0bc3[_0x445f0e(0x156)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x445f0e(0x18e)](_0x26e1f8,RETRY_CONFIG['timeoutMs']);const _0x1dd7d3={};_0x1dd7d3['is_mobile_session']=!![];const _0x1e3070=global[_0x445f0e(0x16e)]?Object[_0x445f0e(0x1dd)]({},_0x5b828d,_0x1dd7d3):_0x5b828d;await _0x4d0bc3[_0x445f0e(0x156)](withTimeout,playwrightA11yHelper[_0x445f0e(0x217)](_0x26e1f8,scripts[_0x445f0e(0x192)],_0x1e3070),RETRY_CONFIG['timeoutMs']),await exports[_0x445f0e(0x18e)](_0x26e1f8,RETRY_CONFIG[_0x445f0e(0x1bf)]);}else{await exports[_0x445f0e(0x202)](_0x26e1f8,RETRY_CONFIG['timeoutMs']);const _0xf4e0a4={};_0xf4e0a4[_0x445f0e(0x159)]=!![];const _0x59477d=globals[_0x445f0e(0x1d9)](_0x4d0bc3['nBLmC'])?Object[_0x445f0e(0x1dd)]({},_0x5b828d,_0xf4e0a4):_0x5b828d;await _0x4d0bc3[_0x445f0e(0x190)](withTimeout,_0x26e1f8[_0x445f0e(0x213)](scripts[_0x445f0e(0x192)],_0x59477d),RETRY_CONFIG[_0x445f0e(0x157)]),await exports['setSeleniumScriptTimeout'](_0x26e1f8,RETRY_CONFIG[_0x445f0e(0x1bf)]);}return logger[_0x445f0e(0x17f)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x33d08b+'\x20('+_0x1dcc56+')'),!![];}catch(_0x2eec57){_0x51b085=_0x2eec57,logger[_0x445f0e(0x20b)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x33d08b+'\x20failed\x20('+_0x1dcc56+_0x445f0e(0x1ae)+_0x2eec57[_0x445f0e(0x1f2)]);}}return logger[_0x445f0e(0x174)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x1dcc56+_0x445f0e(0x16f)+(_0x51b085?.[_0x445f0e(0x1f2)]||_0x4d0bc3[_0x445f0e(0x1b7)])),![];};
|
|
1
|
+
const a124_0x4d8a41=a124_0xd105;(function(_0x2a74cb,_0x1cec5f){const _0x4b04bc=a124_0xd105,_0x4b16fc=_0x2a74cb();while(!![]){try{const _0x3a63e4=parseInt(_0x4b04bc(0xb0))/0x1*(parseInt(_0x4b04bc(0xd1))/0x2)+parseInt(_0x4b04bc(0xa9))/0x3*(-parseInt(_0x4b04bc(0x120))/0x4)+-parseInt(_0x4b04bc(0xbf))/0x5*(-parseInt(_0x4b04bc(0x122))/0x6)+parseInt(_0x4b04bc(0xa1))/0x7+-parseInt(_0x4b04bc(0xa2))/0x8+parseInt(_0x4b04bc(0xd7))/0x9+-parseInt(_0x4b04bc(0xf0))/0xa*(parseInt(_0x4b04bc(0xdd))/0xb);if(_0x3a63e4===_0x1cec5f)break;else _0x4b16fc['push'](_0x4b16fc['shift']());}catch(_0x20b756){_0x4b16fc['push'](_0x4b16fc['shift']());}}}(a124_0x3328,0x7a4fc));const util=require(a124_0x4d8a41(0x13e)),logger=require(a124_0x4d8a41(0x7e))[a124_0x4d8a41(0x110)],accessibilityHelper=require(a124_0x4d8a41(0xec)),globals=require(a124_0x4d8a41(0x114)),scripts=require('./scripts'),PerformanceTester=require(a124_0x4d8a41(0xbc)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a124_0x4d8a41(0x8e)),BrowserstackCLI=require(a124_0x4d8a41(0xf8));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a124_0x4d8a41(0xfd));}catch(a124_0x1518eb){logger[a124_0x4d8a41(0xb8)](a124_0x4d8a41(0xd5));}const a124_0x29fd46={};function a124_0xd105(_0x41c558,_0x57e021){const _0x3328d6=a124_0x3328();return a124_0xd105=function(_0xd1057,_0x5cf1a6){_0xd1057=_0xd1057-0x6f;let _0x515231=_0x3328d6[_0xd1057];return _0x515231;},a124_0xd105(_0x41c558,_0x57e021);}function a124_0x3328(){const _0x22e353=['57fbDpKX','):\x20','timeoutMs','FRPvy','getAccessibilityResultsSummary',',\x20cannot\x20perform\x20scan\x20with\x20retry.','options','1kWykEQ','undefined','HkRjE','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','isAccessibilityAutomationSession','isMobilePlatform','IevaJ','\x20completed\x20successfully.','debug','getAccessibilityModule','is_mobile_session','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','../performance/performance-tester','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','10995TQrGMm','GQiSW','RDjuQ','hyPWG','\x20for\x20method:\x20','performScan','nEAld','NpcqM','performScanWithRetry','YGrBw','maxRetries','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','executeAsyncScript','isPlaywright','utniC','hBxkX','isAccessibilityPlatform','setDefaultTimeout','1989758JHQyMB','izEIw','type','playwright-codecept-driver','Playwright\x20accessibility\x20helper\x20not\x20available','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','956529PqkHis','sWhYM','isPlaywrightPage','fiojT','kZMgj','IJoFB','11oUUmYs','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','EuFRC','zgrUW','VzVNS','reason','YSaqM','TeBQO','isSeleniumDriver','QxSvc','TSTpa','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','Accessibility\x20results\x20save\x20attempt\x20','fulfilled','tzxVS','./helper','currentTest','hPlLP','setTimeouts','847930vqActr','epADL','RYaJn','max','setPlaywrightScriptTimeout',').\x20Last\x20error:\x20','HgXcC','itIQd','../../bin/v2/browserstackCLI','Accessibility\x20results\x20retrieval\x20attempt\x20','getGlobal',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','saveTestResults','../../bin/playwright/accessibility-helper','Wqelj','getInstance','wtUfm','url','aQoUD','assign','ivWBw','mijXO','getSession','Unknown\x20driver/page\x20type:\x20','constructor','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','value','PMLKS','kMkvY','scannerProcessingTimeout','UCyZI','capabilitiesList','winstonLogger','GjLRK','\x20failed\x20(','getCurrentUrl','../globals','Playwright','Scan\x20attempt\x20','SLTqG','accessibilityConfig','WebDriver','lQSAG','warn','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','page','defaultTimeoutMs','fUTKl','133828UkMabD','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','1158CTwXKn','unknown_method','manage','scanSucceeded','resolveMobileThTestRunUuid','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','ms\x20using\x20setTimeouts\x20API','measureWrapper','qyFaX','WQASl','uUZEN','fOYSl','setScriptTimeout','XIhWn','pRQfq','function','selenium-webdriver','hauwm','script','NFjKq','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','status','DYZbG','ljyJD','MYiaY','info','results','PhcEw','util','accessibilityPlatform','race','message','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','getAccessibilityResultsWithRetry','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','Accessibility\x20retry\x20configuration\x20updated:\x20','\x20failed\x20for\x20method:\x20','RmUbr','XQXEE','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','getCapabilities','__workerDetails','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','bstackA11yScanOptions','getAccessibilityResultsSummaryWithRetry','Page',').\x20Error:\x20','../logger','isRunning','LCehp','LOfcy','GEgLV','error','browserStackEvaluate','PPbEW','env','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','bstackA11yShouldScan','gIowg','hmkiS','vzLfQ','allSettled','getId','../performance/constants','setSeleniumScriptTimeout',')\x20with\x20error:\x20','dArHN','KxpTC','mDDCU','KkqZy','IazBC','CQFtR','OeeRc','driverType',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','evaluate','obwNa','wCpya','zrZuK','sAqNW','MekGr','timeouts','2785349eMwXnR','5616080XJooJw','PHVvw','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','saveAccessibilityResultsWithRetry','getRetryConfig','Unknown\x20error','browserstackSessionName'];a124_0x3328=function(){return _0x22e353;};return a124_0x3328();}a124_0x29fd46[a124_0x4d8a41(0xc9)]=0x1,a124_0x29fd46[a124_0x4d8a41(0xab)]=0x7530,a124_0x29fd46['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a124_0x29fd46,setConfigTimeout=(_0x3778d2,_0x61d75a=null)=>{const _0x23f9d8=a124_0x4d8a41,_0x1685ab={'CQFtR':function(_0x5027fa,_0x2f5d2f){return _0x5027fa===_0x2f5d2f;},'lQSAG':_0x23f9d8(0x10d),'IazBC':function(_0x20d748,_0x39435){return _0x20d748===_0x39435;},'mijXO':function(_0x1b0c60,_0x27ecd0){return _0x1b0c60*_0x27ecd0;},'GjLRK':function(_0x392c3b,_0x403158){return _0x392c3b(_0x403158);},'wCpya':function(_0x549245,_0xaaea2e){return _0x549245*_0xaaea2e;}};if(BrowserstackCLI['getInstance']()[_0x23f9d8(0x7f)]()&&BrowserstackCLI['getInstance']()[_0x23f9d8(0xb9)]()){const _0x13a4f8=BrowserstackCLI[_0x23f9d8(0xff)]()[_0x23f9d8(0xb9)]()[_0x23f9d8(0x118)],_0x1fc542=_0x13a4f8[_0x23f9d8(0xaf)][_0x23f9d8(0x10f)]||[];for(const _0x70cda0 of _0x1fc542){_0x1685ab[_0x23f9d8(0x96)](_0x70cda0['name'],_0x1685ab[_0x23f9d8(0x11a)])&&_0x1685ab[_0x23f9d8(0x95)](_0x61d75a,null)&&(_0x3778d2[_0x23f9d8(0xab)]=_0x1685ab[_0x23f9d8(0x105)](_0x1685ab[_0x23f9d8(0x111)](parseInt,_0x70cda0[_0x23f9d8(0x10a)]),0x3e8));}}else process[_0x23f9d8(0x86)][_0x23f9d8(0x109)]&&(_0x3778d2[_0x23f9d8(0xab)]=_0x1685ab[_0x23f9d8(0x9c)](_0x1685ab[_0x23f9d8(0x111)](parseInt,process[_0x23f9d8(0x86)][_0x23f9d8(0x109)]),0x3e8));},detectDriverType=_0x2860b3=>{const _0x3ee7e4=a124_0x4d8a41,_0x1ee3a4={};_0x1ee3a4['QxSvc']='unknown',_0x1ee3a4[_0x3ee7e4(0xf6)]=function(_0x2ed23f,_0x4741fe){return _0x2ed23f===_0x4741fe;},_0x1ee3a4[_0x3ee7e4(0x12a)]=_0x3ee7e4(0x131),_0x1ee3a4[_0x3ee7e4(0xc0)]=function(_0x32ea42,_0x110915){return _0x32ea42===_0x110915;},_0x1ee3a4['uUZEN']='playwright-page',_0x1ee3a4[_0x3ee7e4(0xb2)]=function(_0x12767e,_0x1c4699){return _0x12767e===_0x1c4699;},_0x1ee3a4[_0x3ee7e4(0xac)]=function(_0x2e0c39,_0x3692fa){return _0x2e0c39===_0x3692fa;},_0x1ee3a4[_0x3ee7e4(0xf2)]='selenium-webdriver',_0x1ee3a4[_0x3ee7e4(0x80)]=_0x3ee7e4(0x7c),_0x1ee3a4['tzxVS']=_0x3ee7e4(0x119),_0x1ee3a4['hmkiS']=_0x3ee7e4(0x115),_0x1ee3a4['hauwm']=_0x3ee7e4(0xd4),_0x1ee3a4['EuFRC']=function(_0x53e1cd,_0x864fd6){return _0x53e1cd||_0x864fd6;},_0x1ee3a4[_0x3ee7e4(0xf1)]=_0x3ee7e4(0xb1);const _0x547382=_0x1ee3a4;if(!_0x2860b3){const _0x37daf4={};return _0x37daf4[_0x3ee7e4(0xcc)]=![],_0x37daf4['type']=_0x547382[_0x3ee7e4(0xe6)],_0x37daf4;}if(_0x547382[_0x3ee7e4(0xf6)](typeof _0x2860b3[_0x3ee7e4(0x9a)],_0x547382[_0x3ee7e4(0x12a)])&&_0x547382[_0x3ee7e4(0xc0)](typeof _0x2860b3[_0x3ee7e4(0x101)],_0x547382[_0x3ee7e4(0x12a)])&&_0x547382['HgXcC'](typeof _0x2860b3['goto'],_0x547382[_0x3ee7e4(0x12a)])){const _0x414c5a={};return _0x414c5a[_0x3ee7e4(0xcc)]=!![],_0x414c5a[_0x3ee7e4(0xd3)]=_0x547382['uUZEN'],_0x414c5a;}if(_0x547382[_0x3ee7e4(0xb2)](typeof _0x2860b3[_0x3ee7e4(0xcb)],_0x547382['qyFaX'])&&_0x547382['FRPvy'](typeof _0x2860b3[_0x3ee7e4(0x77)],_0x547382[_0x3ee7e4(0x12a)])){const _0x3e4e96={};return _0x3e4e96[_0x3ee7e4(0xcc)]=![],_0x3e4e96[_0x3ee7e4(0xd3)]=_0x547382['RYaJn'],_0x3e4e96;}const _0x11628f=_0x2860b3[_0x3ee7e4(0x108)]?.['name'];if(_0x547382[_0x3ee7e4(0xac)](_0x11628f,_0x547382[_0x3ee7e4(0x80)])){const _0x393ecf={};return _0x393ecf[_0x3ee7e4(0xcc)]=!![],_0x393ecf[_0x3ee7e4(0xd3)]=_0x547382[_0x3ee7e4(0x12c)],_0x393ecf;}if(_0x547382['GQiSW'](_0x11628f,_0x547382[_0x3ee7e4(0xeb)])){const _0x285397={};return _0x285397['isPlaywright']=![],_0x285397['type']=_0x547382[_0x3ee7e4(0xf2)],_0x285397;}if(_0x547382[_0x3ee7e4(0xac)](_0x11628f,_0x547382[_0x3ee7e4(0x8a)])){const _0x5c0043={};return _0x5c0043['isPlaywright']=!![],_0x5c0043[_0x3ee7e4(0xd3)]=_0x547382[_0x3ee7e4(0x133)],_0x5c0043;}logger['warn'](_0x3ee7e4(0x107)+_0x547382[_0x3ee7e4(0xdf)](_0x11628f,_0x547382[_0x3ee7e4(0xf1)]));const _0x2daf60={};return _0x2daf60[_0x3ee7e4(0xcc)]=![],_0x2daf60[_0x3ee7e4(0xd3)]=_0x547382[_0x3ee7e4(0xe6)],_0x2daf60;},withTimeout=(_0x265a0c,_0x4b663b)=>{const _0x2d756e=a124_0x4d8a41;return Promise[_0x2d756e(0x140)]([_0x265a0c,new Promise((_0x4da539,_0x1d7f95)=>setTimeout(()=>_0x1d7f95(new Error('Operation\x20timed\x20out\x20after\x20'+_0x4b663b+'ms')),_0x4b663b))]);};exports[a124_0x4d8a41(0xc7)]=async(_0x4c62cf,_0x4215d6=null,_0x1d3e59=null,_0x947689=![],_0x6bb036=null)=>{const _0x168007=a124_0x4d8a41,_0x335814={'izEIw':function(_0xfa7dc2,_0x218950){return _0xfa7dc2&&_0x218950;},'mDDCU':function(_0x305b3a,_0x56b761,_0x1ef9a0){return _0x305b3a(_0x56b761,_0x1ef9a0);},'PMLKS':function(_0x4929ee,_0x5b85fd){return _0x4929ee===_0x5b85fd;},'hBxkX':_0x168007(0xd4),'leYUS':function(_0x2a460f,_0x53be6f){return _0x2a460f(_0x53be6f);},'pycwf':function(_0x4f4a60,_0xd29590){return _0x4f4a60||_0xd29590;},'UCyZI':function(_0x41d985,_0x3c2ac1){return _0x41d985!==_0x3c2ac1;},'NpcqM':_0x168007(0xcf),'IevaJ':_0x168007(0x88),'NFjKq':_0x168007(0xe8),'kZMgj':_0x168007(0x123),'TSTpa':function(_0x4d7018,_0x292e98){return _0x4d7018===_0x292e98;},'sAqNW':_0x168007(0x131),'PPbEW':function(_0x353a95,_0x29c84a){return _0x353a95<=_0x29c84a;},'pRQfq':function(_0x5f3009,_0x4bad99){return _0x5f3009+_0x4bad99;},'vzLfQ':function(_0x1fa528,_0x22343b){return _0x1fa528+_0x22343b;},'YGrBw':_0x168007(0xa7)},{isPlaywright:_0x1472f3,type:_0x232fbe}=_0x335814['leYUS'](detectDriverType,_0x4c62cf),_0x4d68a3=_0x947689?_0x335814['pycwf'](_0x6bb036,{}):global[_0x168007(0x7a)]||{},_0xeef210=_0x1472f3?global[_0x168007(0x13f)]&&(_0x947689||_0x335814[_0x168007(0x10e)](global[_0x168007(0x88)],![])):accessibilityHelper[_0x168007(0xb4)]()&&globals[_0x168007(0xfa)](_0x335814[_0x168007(0xc6)])&&(_0x947689||_0x335814[_0x168007(0x10e)](globals[_0x168007(0xfa)](_0x335814[_0x168007(0xb6)]),![]));if(!_0xeef210)return _0x1472f3&&global[_0x168007(0x13f)]&&_0x335814[_0x168007(0x10b)](global[_0x168007(0x88)],![])||!_0x1472f3&&globals['getGlobal'](_0x335814[_0x168007(0xc6)])&&_0x335814[_0x168007(0x10b)](globals[_0x168007(0xfa)](_0x335814[_0x168007(0xb6)]),![])?logger[_0x168007(0xb8)](_0x335814[_0x168007(0x135)]):logger[_0x168007(0x11b)](_0x168007(0x79)+_0x232fbe+_0x168007(0xae)),![];const _0x48a040=_0x4215d6||global[_0x168007(0xa8)]||_0x335814[_0x168007(0xdb)];let _0x26f200=null;const _0x2e0bff={'testhub_btcer_uuid':global[_0x168007(0x78)]?.[_0x168007(0xed)]?.['id'],'url':_0x335814[_0x168007(0xe7)](typeof _0x4c62cf[_0x168007(0x101)],_0x335814['sAqNW'])?await _0x4c62cf[_0x168007(0x101)]():_0x335814['TSTpa'](typeof _0x4c62cf['getCurrentUrl'],_0x335814[_0x168007(0x9e)])?await _0x4c62cf[_0x168007(0x113)]():'','automate_session_id':_0x335814[_0x168007(0x10b)](typeof _0x4c62cf[_0x168007(0x106)],_0x335814[_0x168007(0x9e)])?(await _0x4c62cf[_0x168007(0x106)]())[_0x168007(0x8d)]():''};for(let _0x4ac7e1=0x1;_0x335814[_0x168007(0x85)](_0x4ac7e1,_0x335814[_0x168007(0x130)](RETRY_CONFIG[_0x168007(0xc9)],0x1));_0x4ac7e1++){try{return logger['debug']('Accessibility\x20scan\x20attempt\x20'+_0x4ac7e1+'/'+_0x335814[_0x168007(0x8b)](RETRY_CONFIG[_0x168007(0xc9)],0x1)+_0x168007(0xc3)+_0x48a040+'\x20('+_0x232fbe+')'),await PerformanceTester[_0x168007(0x129)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x15a8e0=_0x168007;let _0x13438b;if(_0x335814[_0x15a8e0(0xd2)](_0x1472f3,playwrightA11yHelper)){_0x335814[_0x15a8e0(0x93)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x15a8e0(0xf4)](_0x4c62cf,RETRY_CONFIG[_0x15a8e0(0xab)]);let _0x363da=_0x4c62cf;_0x335814[_0x15a8e0(0x10b)](_0x232fbe,_0x335814[_0x15a8e0(0xce)])&&(_0x363da=_0x4c62cf[_0x15a8e0(0x11d)]);const _0xea81c6=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x15a8e0(0x126)]()}:{};_0x13438b=await _0x335814[_0x15a8e0(0x93)](withTimeout,playwrightA11yHelper['performScan'](_0x363da,_0x48a040,_0x4d68a3,_0xea81c6),RETRY_CONFIG[_0x15a8e0(0xab)]),await exports['setPlaywrightScriptTimeout'](_0x4c62cf,RETRY_CONFIG['defaultTimeoutMs']);}else await exports['setSeleniumScriptTimeout'](_0x4c62cf,RETRY_CONFIG[_0x15a8e0(0xab)]),_0x13438b=await _0x335814[_0x15a8e0(0x93)](withTimeout,accessibilityHelper[_0x15a8e0(0xc4)](_0x4c62cf,_0x48a040,_0x947689,_0x4d68a3),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x4c62cf,RETRY_CONFIG[_0x15a8e0(0x11e)]);logger[_0x15a8e0(0xb8)](_0x15a8e0(0x116)+_0x4ac7e1+_0x15a8e0(0xb7));},{'command':_0x48a040,..._0x2e0bff})(),logger[_0x168007(0x13b)](_0x168007(0x127)+_0x4ac7e1+'.'),!![];}catch(_0x2b4220){_0x26f200=_0x2b4220,logger[_0x168007(0xb8)]('Accessibility\x20scan\x20attempt\x20'+_0x4ac7e1+_0x168007(0x73)+_0x48a040+'\x20('+_0x232fbe+_0x168007(0x7d)+_0x2b4220[_0x168007(0x141)]);}}return logger['error']('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x48a040+'\x20('+_0x232fbe+_0x168007(0x90)+(_0x26f200?.[_0x168007(0x141)]||_0x335814[_0x168007(0xc8)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x5bec6e,_0x3cf438)=>{const _0xd1f6d7=a124_0x4d8a41,_0x1a94c9={'dArHN':function(_0x41ab83,_0x426dd7){return _0x41ab83(_0x426dd7);},'vVXsw':_0xd1f6d7(0xcf),'RmUbr':function(_0x2726ed,_0x2fcec6){return _0x2726ed<=_0x2fcec6;},'ljyJD':function(_0x6b5aa3,_0x55ebe8){return _0x6b5aa3+_0x55ebe8;},'hvOli':function(_0x3e1c95,_0x1d071e){return _0x3e1c95+_0x1d071e;},'SLTqG':function(_0xd9fe24,_0x9c41f8){return _0xd9fe24&&_0x9c41f8;},'Wqelj':function(_0x3181f0,_0x22adef,_0x14328f){return _0x3181f0(_0x22adef,_0x14328f);},'zrZuK':function(_0x232178,_0x368df6,_0x20c0cd){return _0x232178(_0x368df6,_0x20c0cd);},'VzVNS':'Unknown\x20error'},{isPlaywright:_0x1a6c26,type:_0xde0237}=_0x1a94c9[_0xd1f6d7(0x91)](detectDriverType,_0x5bec6e),_0x1ac69b=_0x1a6c26?_0x3cf438[_0xd1f6d7(0x13f)]:accessibilityHelper[_0xd1f6d7(0xb4)]()&&globals[_0xd1f6d7(0xfa)](_0x1a94c9['vVXsw']);if(!_0x1ac69b)return logger[_0xd1f6d7(0x11b)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0xde0237+_0xd1f6d7(0xbe)),[];let _0x271ccf=null;for(let _0x3889ae=0x1;_0x1a94c9[_0xd1f6d7(0x74)](_0x3889ae,_0x1a94c9[_0xd1f6d7(0x139)](RETRY_CONFIG['maxRetries'],0x1));_0x3889ae++){try{logger[_0xd1f6d7(0xb8)](_0xd1f6d7(0xf9)+_0x3889ae+'/'+_0x1a94c9['hvOli'](RETRY_CONFIG[_0xd1f6d7(0xc9)],0x1)+'\x20('+_0xde0237+')');let _0x32d4d3;return _0x1a94c9[_0xd1f6d7(0x117)](_0x1a6c26,playwrightA11yHelper)?(_0x1a94c9[_0xd1f6d7(0xfe)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xd1f6d7(0xf4)](_0x5bec6e,RETRY_CONFIG[_0xd1f6d7(0xab)]),_0x32d4d3=await _0x1a94c9[_0xd1f6d7(0xfe)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x5bec6e),RETRY_CONFIG[_0xd1f6d7(0xab)]),await exports[_0xd1f6d7(0xf4)](_0x5bec6e,RETRY_CONFIG[_0xd1f6d7(0x11e)])):(await exports[_0xd1f6d7(0x8f)](_0x5bec6e,RETRY_CONFIG['timeoutMs']),_0x32d4d3=await _0x1a94c9[_0xd1f6d7(0x9d)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x5bec6e,_0x3cf438),RETRY_CONFIG['timeoutMs']),await exports[_0xd1f6d7(0x8f)](_0x5bec6e,RETRY_CONFIG[_0xd1f6d7(0x11e)])),logger[_0xd1f6d7(0x13b)](_0xd1f6d7(0x6f)+_0x3889ae+'\x20('+_0xde0237+')'),_0x32d4d3;}catch(_0x4e8292){_0x271ccf=_0x4e8292,logger[_0xd1f6d7(0x11b)](_0xd1f6d7(0xf9)+_0x3889ae+_0xd1f6d7(0x112)+_0xde0237+_0xd1f6d7(0x7d)+_0x4e8292[_0xd1f6d7(0x141)]);}}return logger[_0xd1f6d7(0x83)](_0xd1f6d7(0x121)+_0xde0237+').\x20Last\x20error:\x20'+(_0x271ccf?.['message']||_0x1a94c9[_0xd1f6d7(0xe1)])),[];},exports[a124_0x4d8a41(0x7b)]=async(_0x2f246b,_0x320d5a)=>{const _0x2df10b=a124_0x4d8a41,_0x54f986={'XQXEE':function(_0x13aa66,_0x22ea7b){return _0x13aa66(_0x22ea7b);},'fOYSl':_0x2df10b(0xcf),'DYZbG':function(_0x4cbbd2,_0x3f4ba5){return _0x4cbbd2<=_0x3f4ba5;},'GEgLV':function(_0x34d8d9,_0x2ee611){return _0x34d8d9+_0x2ee611;},'kMkvY':function(_0x54face,_0x167a08){return _0x54face&&_0x167a08;},'itIQd':function(_0x51dee7,_0x14ace9,_0x496e48){return _0x51dee7(_0x14ace9,_0x496e48);},'jRRqL':function(_0x5ec8c5,_0x561c38,_0x5bdd93){return _0x5ec8c5(_0x561c38,_0x5bdd93);},'IJoFB':function(_0x1adef2,_0x4af0b8,_0x33f56a){return _0x1adef2(_0x4af0b8,_0x33f56a);},'jDVGb':_0x2df10b(0xa7)},{isPlaywright:_0x4b0e30,type:_0x59aca4}=_0x54f986[_0x2df10b(0x75)](detectDriverType,_0x2f246b),_0x9980af=_0x4b0e30?_0x320d5a[_0x2df10b(0x13f)]:accessibilityHelper[_0x2df10b(0xb4)]()&&globals[_0x2df10b(0xfa)](_0x54f986[_0x2df10b(0x12d)]);if(!_0x9980af)return logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x59aca4+_0x2df10b(0x99)),{};let _0x27f2fe=null;for(let _0x470d52=0x1;_0x54f986[_0x2df10b(0x138)](_0x470d52,_0x54f986[_0x2df10b(0x82)](RETRY_CONFIG[_0x2df10b(0xc9)],0x1));_0x470d52++){try{logger[_0x2df10b(0xb8)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x470d52+'/'+_0x54f986['GEgLV'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x59aca4+')');let _0x996946;return _0x54f986[_0x2df10b(0x10c)](_0x4b0e30,playwrightA11yHelper)?(_0x54f986[_0x2df10b(0xf7)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2df10b(0xf4)](_0x2f246b,RETRY_CONFIG[_0x2df10b(0xab)]),_0x996946=await _0x54f986['jRRqL'](withTimeout,playwrightA11yHelper[_0x2df10b(0xad)](_0x2f246b),RETRY_CONFIG[_0x2df10b(0xab)]),await exports[_0x2df10b(0xf4)](_0x2f246b,RETRY_CONFIG[_0x2df10b(0x11e)])):(await exports['setSeleniumScriptTimeout'](_0x2f246b,RETRY_CONFIG[_0x2df10b(0xab)]),_0x996946=await _0x54f986[_0x2df10b(0xdc)](withTimeout,accessibilityHelper['getAccessibilityResultsSummary'](_0x2f246b,_0x320d5a),RETRY_CONFIG[_0x2df10b(0xab)]),await exports[_0x2df10b(0x8f)](_0x2f246b,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x2df10b(0x13b)](_0x2df10b(0xa4)+_0x470d52+'\x20('+_0x59aca4+')'),_0x996946;}catch(_0x2cbb1d){_0x27f2fe=_0x2cbb1d,logger['warn']('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x470d52+_0x2df10b(0x112)+_0x59aca4+_0x2df10b(0x7d)+_0x2cbb1d['message']);}}return logger['error']('All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20('+_0x59aca4+_0x2df10b(0xf5)+(_0x27f2fe?.['message']||_0x54f986['jDVGb'])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x18c0c1,_0x267f9d,_0x5e4a4e=null)=>{const _0x4cfb53=a124_0x4d8a41,_0x51e16e={'hPlLP':function(_0x3a0e9d,_0x251f19){return _0x3a0e9d(_0x251f19);},'clrLR':function(_0x1e6dc1,_0x350bbd){return _0x1e6dc1===_0x350bbd;},'obwNa':_0x4cfb53(0xea),'nEAld':function(_0x2caa39,_0x5092ce){return _0x2caa39===_0x5092ce;},'KkqZy':function(_0x37796f,_0x541eb3){return _0x37796f===_0x541eb3;},'WQASl':'rejected','PhcEw':function(_0x1c2aa1,_0x5ad0f1){return _0x1c2aa1===_0x5ad0f1;},'UYaOO':_0x4cfb53(0xca)},{isPlaywright:_0x32ca1e,type:_0x555660}=_0x51e16e[_0x4cfb53(0xee)](detectDriverType,_0x18c0c1),_0x74875b={};_0x74875b[_0x4cfb53(0x125)]=![],_0x74875b['results']=[],_0x74875b['summary']={},_0x74875b[_0x4cfb53(0x83)]=null,_0x74875b[_0x4cfb53(0x98)]=_0x555660;const _0x1a028f=_0x74875b;try{_0x1a028f[_0x4cfb53(0x125)]=await exports['performScanWithRetry'](_0x18c0c1,_0x5e4a4e);if(_0x1a028f[_0x4cfb53(0x125)]){const [_0x51ea81,_0x21f571]=await Promise[_0x4cfb53(0x8c)]([exports[_0x4cfb53(0x70)](_0x18c0c1,_0x267f9d),exports[_0x4cfb53(0x7b)](_0x18c0c1,_0x267f9d)]);_0x1a028f[_0x4cfb53(0x13c)]=_0x51e16e['clrLR'](_0x51ea81[_0x4cfb53(0x137)],_0x51e16e[_0x4cfb53(0x9b)])?_0x51ea81[_0x4cfb53(0x10a)]:[],_0x1a028f['summary']=_0x51e16e[_0x4cfb53(0xc5)](_0x21f571['status'],_0x51e16e[_0x4cfb53(0x9b)])?_0x21f571[_0x4cfb53(0x10a)]:{},_0x51e16e[_0x4cfb53(0x94)](_0x51ea81['status'],_0x51e16e['WQASl'])&&logger['warn'](_0x4cfb53(0x71)+_0x555660+_0x4cfb53(0xaa)+_0x51ea81[_0x4cfb53(0xe2)]?.['message']),_0x51e16e[_0x4cfb53(0x13d)](_0x21f571[_0x4cfb53(0x137)],_0x51e16e[_0x4cfb53(0x12b)])&&logger[_0x4cfb53(0x11b)](_0x4cfb53(0xb3)+_0x555660+_0x4cfb53(0xaa)+_0x21f571['reason']?.[_0x4cfb53(0x141)]);}}catch(_0x26257e){_0x1a028f[_0x4cfb53(0x83)]=_0x26257e[_0x4cfb53(0x141)]||_0x51e16e['UYaOO'],logger[_0x4cfb53(0x83)]('Comprehensive\x20accessibility\x20scan\x20failed\x20('+_0x555660+_0x4cfb53(0xaa)+_0x1a028f[_0x4cfb53(0x83)]);}return _0x1a028f;},exports['updateRetryConfig']=_0x574c94=>{const _0x594eaf=a124_0x4d8a41,_0x1d1d07={};_0x1d1d07[_0x594eaf(0xc1)]=function(_0x2b0b04,_0x46e2e3){return _0x2b0b04!==_0x46e2e3;},_0x1d1d07[_0x594eaf(0x13a)]=function(_0x31e286,_0x4f5725){return _0x31e286!==_0x4f5725;};const _0x5e2710=_0x1d1d07;_0x5e2710[_0x594eaf(0xc1)](_0x574c94[_0x594eaf(0xc9)],undefined)&&(RETRY_CONFIG[_0x594eaf(0xc9)]=Math[_0x594eaf(0xf3)](0x0,_0x574c94[_0x594eaf(0xc9)])),_0x5e2710[_0x594eaf(0x13a)](_0x574c94[_0x594eaf(0xab)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math['max'](0x3e8,_0x574c94[_0x594eaf(0xab)])),logger[_0x594eaf(0xb8)](_0x594eaf(0x72)+JSON['stringify'](RETRY_CONFIG));},exports[a124_0x4d8a41(0xa6)]=()=>{const _0x511e70={...RETRY_CONFIG};return _0x511e70;},exports[a124_0x4d8a41(0xd9)]=_0x22ef06=>{const _0x3a0ebb=a124_0x4d8a41,_0x6ee6f4={'gIowg':function(_0x4b4ee2,_0x460b7b){return _0x4b4ee2(_0x460b7b);}};return _0x6ee6f4[_0x3a0ebb(0x89)](detectDriverType,_0x22ef06)['isPlaywright'];},exports[a124_0x4d8a41(0xe5)]=_0x138371=>{const _0x13df92=a124_0x4d8a41,_0x38d637={'wtUfm':function(_0x56644c,_0x28596e){return _0x56644c(_0x28596e);},'sWhYM':function(_0x1d8c99,_0x4f3772){return _0x1d8c99===_0x4f3772;},'odMNO':_0x13df92(0x132)},{isPlaywright:_0x1a8870,type:_0x203b48}=_0x38d637[_0x13df92(0x100)](detectDriverType,_0x138371);return!_0x1a8870&&_0x38d637[_0x13df92(0xd8)](_0x203b48,_0x38d637['odMNO']);},exports[a124_0x4d8a41(0xf4)]=async(_0x57f65a,_0x407a86=null)=>{const _0x9d6e2a=a124_0x4d8a41,_0x2835bc={'KxpTC':function(_0x19f342,_0x2c4365){return _0x19f342(_0x2c4365);},'MekGr':function(_0xeb3c52,_0x10a46f){return _0xeb3c52===_0x10a46f;},'aQoUD':'function'},{isPlaywright:_0x49690b,type:_0x33c0cb}=_0x2835bc[_0x9d6e2a(0x92)](detectDriverType,_0x57f65a);if(!_0x49690b)return logger[_0x9d6e2a(0xb8)]('Skipping\x20timeout\x20setting\x20for\x20'+_0x33c0cb+'\x20-\x20not\x20applicable'),!![];const _0x5078e8=_0x407a86||RETRY_CONFIG[_0x9d6e2a(0x11e)];try{return _0x57f65a&&_0x2835bc[_0x9d6e2a(0x9f)](typeof _0x57f65a[_0x9d6e2a(0xd0)],_0x2835bc[_0x9d6e2a(0x102)])&&(await _0x57f65a[_0x9d6e2a(0xd0)](_0x5078e8),logger[_0x9d6e2a(0xb8)](_0x9d6e2a(0x136)+_0x5078e8+'ms')),!![];}catch(_0x4d8594){return logger[_0x9d6e2a(0x11b)](_0x9d6e2a(0xbd)+_0x4d8594[_0x9d6e2a(0x141)]),![];}},exports[a124_0x4d8a41(0x8f)]=async(_0x46532c,_0x3b57fe=null)=>{const _0x2fc385=a124_0x4d8a41,_0x1194a8={};_0x1194a8[_0x2fc385(0xc2)]=_0x2fc385(0x76),_0x1194a8['TeBQO']=function(_0xc008ce,_0x45cffc){return _0xc008ce===_0x45cffc;},_0x1194a8['YSaqM']=_0x2fc385(0x131),_0x1194a8['IGcWz']=function(_0x351267,_0x1f87dd){return _0x351267===_0x1f87dd;},_0x1194a8[_0x2fc385(0xe0)]=function(_0x5f4136,_0x2229fc){return _0x5f4136===_0x2229fc;},_0x1194a8[_0x2fc385(0x81)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x1194a8[_0x2fc385(0xa3)]=_0x2fc385(0xde);const _0x4384f6=_0x1194a8;if(!exports['isSeleniumDriver'](_0x46532c))return logger[_0x2fc385(0x11b)](_0x4384f6['hyPWG']),![];const _0x412b9c=_0x3b57fe||RETRY_CONFIG[_0x2fc385(0x11e)];try{if(_0x46532c&&_0x4384f6[_0x2fc385(0xe4)](typeof _0x46532c[_0x2fc385(0x124)],_0x4384f6[_0x2fc385(0xe3)])){const _0x1cc116=_0x46532c[_0x2fc385(0x124)]();if(_0x1cc116&&_0x4384f6[_0x2fc385(0xe4)](typeof _0x1cc116[_0x2fc385(0xa0)],_0x4384f6[_0x2fc385(0xe3)]))await _0x1cc116[_0x2fc385(0xa0)]()['setScriptTimeout'](_0x412b9c),logger['debug'](_0x2fc385(0x11c)+_0x412b9c+'ms\x20using\x20timeouts()\x20API');else{if(_0x1cc116&&_0x4384f6['IGcWz'](typeof _0x1cc116[_0x2fc385(0xef)],_0x4384f6[_0x2fc385(0xe3)])){const _0xc7eee={};_0xc7eee[_0x2fc385(0x134)]=_0x412b9c,await _0x1cc116[_0x2fc385(0xef)](_0xc7eee),logger[_0x2fc385(0xb8)](_0x2fc385(0x11c)+_0x412b9c+_0x2fc385(0x128));}else{if(_0x1cc116&&_0x4384f6['zgrUW'](typeof _0x1cc116[_0x2fc385(0x12e)],_0x4384f6[_0x2fc385(0xe3)]))await _0x1cc116['setScriptTimeout'](_0x412b9c),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x412b9c+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x2fc385(0xb8)](_0x4384f6['LOfcy']),!![];}}}else return logger[_0x2fc385(0xb8)](_0x4384f6['PHVvw']),!![];return!![];}catch(_0xf1e340){return logger['warn'](_0x2fc385(0x87)+_0xf1e340[_0x2fc385(0x141)]),![];}},exports[a124_0x4d8a41(0xa5)]=async(_0x373d53,_0x350aec)=>{const _0x49fc18=a124_0x4d8a41,_0x46786a={'tTDqL':function(_0xc11484,_0x4f0a99){return _0xc11484(_0x4f0a99);},'fiojT':_0x49fc18(0xcf),'JBcVI':function(_0x56ac0e,_0x165a01){return _0x56ac0e<=_0x165a01;},'utniC':function(_0x3fdf09,_0x393097){return _0x3fdf09+_0x393097;},'OeeRc':function(_0x14130b,_0x3fd09a){return _0x14130b&&_0x3fd09a;},'fUTKl':function(_0x23aae5,_0x532fa0,_0x5126c3){return _0x23aae5(_0x532fa0,_0x5126c3);},'ivWBw':function(_0x45d929,_0x135d34,_0x2f3d7c){return _0x45d929(_0x135d34,_0x2f3d7c);},'XIhWn':_0x49fc18(0xb5),'ZTbPZ':_0x49fc18(0xa7)},{isPlaywright:_0x5ecbcc,type:_0x14eae8}=_0x46786a['tTDqL'](detectDriverType,_0x373d53),_0x57e0f4=_0x5ecbcc?global[_0x49fc18(0x13f)]:accessibilityHelper[_0x49fc18(0xb4)]()&&globals[_0x49fc18(0xfa)](_0x46786a[_0x49fc18(0xda)]);if(!_0x57e0f4)return logger[_0x49fc18(0x11b)](_0x49fc18(0x79)+_0x14eae8+_0x49fc18(0xfb)),![];let _0x103f0a=null;for(let _0xca30a8=0x1;_0x46786a['JBcVI'](_0xca30a8,_0x46786a['utniC'](RETRY_CONFIG[_0x49fc18(0xc9)],0x1));_0xca30a8++){try{logger[_0x49fc18(0xb8)]('Accessibility\x20results\x20save\x20attempt\x20'+_0xca30a8+'/'+_0x46786a[_0x49fc18(0xcd)](RETRY_CONFIG[_0x49fc18(0xc9)],0x1)+'\x20('+_0x14eae8+')');if(_0x46786a[_0x49fc18(0x97)](_0x5ecbcc,playwrightA11yHelper)){_0x46786a[_0x49fc18(0x11f)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x49fc18(0xf4)](_0x373d53,RETRY_CONFIG[_0x49fc18(0xab)]);const _0x3ff7aa={};_0x3ff7aa['is_mobile_session']=!![];const _0x41b67d=global[_0x49fc18(0xb5)]?Object[_0x49fc18(0x103)]({},_0x350aec,_0x3ff7aa):_0x350aec;await _0x46786a[_0x49fc18(0x104)](withTimeout,playwrightA11yHelper[_0x49fc18(0x84)](_0x373d53,scripts['saveTestResults'],_0x41b67d),RETRY_CONFIG[_0x49fc18(0xab)]),await exports[_0x49fc18(0xf4)](_0x373d53,RETRY_CONFIG[_0x49fc18(0x11e)]);}else{await exports['setSeleniumScriptTimeout'](_0x373d53,RETRY_CONFIG[_0x49fc18(0xab)]);const _0x4c1824={};_0x4c1824[_0x49fc18(0xba)]=!![];const _0x70fa46=globals[_0x49fc18(0xfa)](_0x46786a[_0x49fc18(0x12f)])?Object[_0x49fc18(0x103)]({},_0x350aec,_0x4c1824):_0x350aec;await _0x46786a['fUTKl'](withTimeout,_0x373d53[_0x49fc18(0xcb)](scripts[_0x49fc18(0xfc)],_0x70fa46),RETRY_CONFIG[_0x49fc18(0xab)]),await exports[_0x49fc18(0x8f)](_0x373d53,RETRY_CONFIG[_0x49fc18(0x11e)]);}return logger[_0x49fc18(0x13b)](_0x49fc18(0xd6)+_0xca30a8+'\x20('+_0x14eae8+')'),!![];}catch(_0x2b7c2d){_0x103f0a=_0x2b7c2d,logger['warn'](_0x49fc18(0xe9)+_0xca30a8+'\x20failed\x20('+_0x14eae8+_0x49fc18(0x7d)+_0x2b7c2d['message']);}}return logger['error'](_0x49fc18(0xbb)+_0x14eae8+_0x49fc18(0xf5)+(_0x103f0a?.[_0x49fc18(0x141)]||_0x46786a['ZTbPZ'])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a125_0x29c7(){var _0x5accd0=['display_name','Chrome','15xdXqOI','requires_chrome_options_check','2780370IjMVbW','playwright-chromium','1595PLtcjC','chrome','131420KcTTGK','safari','2338VovPTP','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','API_URL','BSTACK_SCAN_IN_PROGRESS','13308grvMrg','min_version_non_browserstack','chromium','1567518GRckNF','100','chromefortesting','min_version_browserstack','58520NixXjb','1525YcLjyu','MINIMUM_CHROMEFORTESTING_VERSION','for','916vLBQtB','https://accessibility.browserstack.com/api','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','4808YBIvUs','ACCESSIBILITY_SUPPORTED_BROWSERS'];a125_0x29c7=function(){return _0x5accd0;};return a125_0x29c7();}var a125_0x29cb0f=a125_0x468d;(function(_0x5656f9,_0x191702){var _0x3d1581=a125_0x468d,_0x2e587f=_0x5656f9();while(!![]){try{var _0x4c61a9=-parseInt(_0x3d1581(0xca))/0x1+parseInt(_0x3d1581(0xc4))/0x2*(-parseInt(_0x3d1581(0xbe))/0x3)+parseInt(_0x3d1581(0xd5))/0x4*(-parseInt(_0x3d1581(0xd2))/0x5)+parseInt(_0x3d1581(0xcd))/0x6+-parseInt(_0x3d1581(0xc6))/0x7*(parseInt(_0x3d1581(0xba))/0x8)+-parseInt(_0x3d1581(0xc0))/0x9+parseInt(_0x3d1581(0xd1))/0xa*(parseInt(_0x3d1581(0xc2))/0xb);if(_0x4c61a9===_0x191702)break;else _0x2e587f['push'](_0x2e587f['shift']());}catch(_0x1d35bc){_0x2e587f['push'](_0x2e587f['shift']());}}}(a125_0x29c7,0x2e00a),exports[a125_0x29cb0f(0xc8)]=a125_0x29cb0f(0xb8),exports[a125_0x29cb0f(0xc9)]=Symbol[a125_0x29cb0f(0xd4)]('bstack.a11yScanInProgress'),exports[a125_0x29cb0f(0xc7)]='94',exports[a125_0x29cb0f(0xb9)]=a125_0x29cb0f(0xce),exports[a125_0x29cb0f(0xd3)]='141',exports['MINIMUM_SAFARI_VERSION']='18.4');var a125_0x4c4257={};a125_0x4c4257[a125_0x29cb0f(0xbc)]=a125_0x29cb0f(0xbd),a125_0x4c4257['min_version_browserstack']=0x5e,a125_0x4c4257[a125_0x29cb0f(0xcb)]=0x64,a125_0x4c4257[a125_0x29cb0f(0xbf)]=!![];var a125_0x2cf1b6={};a125_0x2cf1b6[a125_0x29cb0f(0xbc)]=a125_0x29cb0f(0xbd),a125_0x2cf1b6[a125_0x29cb0f(0xd0)]=0x5e,a125_0x2cf1b6['min_version_non_browserstack']=0x64,a125_0x2cf1b6[a125_0x29cb0f(0xbf)]=!![];var a125_0x37fbfa={};a125_0x37fbfa[a125_0x29cb0f(0xbc)]=a125_0x29cb0f(0xbd),a125_0x37fbfa[a125_0x29cb0f(0xd0)]=0x5e,a125_0x37fbfa[a125_0x29cb0f(0xcb)]=0x64,a125_0x37fbfa[a125_0x29cb0f(0xbf)]=!![];var a125_0x35f849={};a125_0x35f849[a125_0x29cb0f(0xbc)]='ChromeForTesting',a125_0x35f849['min_version_browserstack']=0x8d,a125_0x35f849['min_version_non_browserstack']=0x8d,a125_0x35f849[a125_0x29cb0f(0xbf)]=!![];var a125_0x14a854={};a125_0x14a854[a125_0x29cb0f(0xbc)]='Safari',a125_0x14a854[a125_0x29cb0f(0xd0)]=18.4,a125_0x14a854[a125_0x29cb0f(0xcb)]=18.4,a125_0x14a854[a125_0x29cb0f(0xbf)]=![];function a125_0x468d(_0x5242da,_0x53f13a){var _0x29c7af=a125_0x29c7();return a125_0x468d=function(_0x468d6e,_0x1e46fc){_0x468d6e=_0x468d6e-0xb8;var _0xf25eca=_0x29c7af[_0x468d6e];return _0xf25eca;},a125_0x468d(_0x5242da,_0x53f13a);}var a125_0x34bf66={};a125_0x34bf66[a125_0x29cb0f(0xc3)]=a125_0x4c4257,a125_0x34bf66[a125_0x29cb0f(0xcc)]=a125_0x2cf1b6,a125_0x34bf66[a125_0x29cb0f(0xc1)]=a125_0x37fbfa,a125_0x34bf66[a125_0x29cb0f(0xcf)]=a125_0x35f849,a125_0x34bf66[a125_0x29cb0f(0xc5)]=a125_0x14a854,exports[a125_0x29cb0f(0xbb)]=a125_0x34bf66;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a126_0xe5c86f=a126_0xcbbd;(function(_0x279717,_0x3738d4){const _0xae9b6a=a126_0xcbbd,_0x528bd2=_0x279717();while(!![]){try{const _0x4caf05=-parseInt(_0xae9b6a(0x16c))/0x1+parseInt(_0xae9b6a(0x14c))/0x2*(-parseInt(_0xae9b6a(0x156))/0x3)+parseInt(_0xae9b6a(0xdf))/0x4*(parseInt(_0xae9b6a(0xda))/0x5)+parseInt(_0xae9b6a(0x1a6))/0x6+parseInt(_0xae9b6a(0xd5))/0x7+-parseInt(_0xae9b6a(0xa4))/0x8*(-parseInt(_0xae9b6a(0x1ba))/0x9)+-parseInt(_0xae9b6a(0x10f))/0xa;if(_0x4caf05===_0x3738d4)break;else _0x528bd2['push'](_0x528bd2['shift']());}catch(_0x55887b){_0x528bd2['push'](_0x528bd2['shift']());}}}(a126_0x2ce4,0x7fe47));const path=require(a126_0xe5c86f(0x1b5)),util=require(a126_0xe5c86f(0x114)),bsSetupHelper=require(a126_0xe5c86f(0x1b1)),logger=require(a126_0xe5c86f(0x177))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a126_0xe5c86f(0x197)),PerformanceTester=require(a126_0xe5c86f(0x1c3)),scripts=require(a126_0xe5c86f(0x84)),globals=require(a126_0xe5c86f(0x1ad)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a126_0xe5c86f(0x11e));function a126_0xcbbd(_0x56ab0b,_0x29ffa9){const _0x2ce4b4=a126_0x2ce4();return a126_0xcbbd=function(_0xcbbd6a,_0x2c928f){_0xcbbd6a=_0xcbbd6a-0x74;let _0x1341f5=_0x2ce4b4[_0xcbbd6a];return _0x1341f5;},a126_0xcbbd(_0x56ab0b,_0x29ffa9);}exports[a126_0xe5c86f(0xf0)]=async _0x2c1bf0=>{const _0x260de6=a126_0xe5c86f,_0x1f957a={};_0x1f957a[_0x260de6(0xd1)]=function(_0x1af1cf,_0x10fc04){return _0x1af1cf===_0x10fc04;},_0x1f957a[_0x260de6(0xa0)]=_0x260de6(0xbc);const _0x137d5d=_0x1f957a;let _0x2fd0cf={};try{const _0x1249b=await _0x2c1bf0[_0x260de6(0xde)]();_0x2fd0cf={'os_name':_0x1249b[_0x260de6(0x1bf)](),'os_version':bsSetupHelper[_0x260de6(0x19c)](_0x137d5d[_0x260de6(0xd1)](global[_0x260de6(0x110)],_0x137d5d[_0x260de6(0xa0)])),'browser_name':_0x1249b[_0x260de6(0xf1)](),'browser_version':_0x1249b[_0x260de6(0x163)]()};}catch(_0x50d742){logger[_0x260de6(0xf4)](_0x260de6(0x109)+_0x50d742);}return _0x2fd0cf;},exports[a126_0xe5c86f(0x10d)]=()=>{const _0x455ba4=a126_0xe5c86f,_0x3745a6={};_0x3745a6[_0x455ba4(0x129)]=function(_0x41707d,_0x56c8a9){return _0x41707d===_0x56c8a9;},_0x3745a6[_0x455ba4(0xaa)]='string',_0x3745a6[_0x455ba4(0x17b)]=function(_0x37de99,_0x3a9971){return _0x37de99>_0x3a9971;},_0x3745a6[_0x455ba4(0x18e)]=function(_0x4f5584,_0x5bd275){return _0x4f5584!==_0x5bd275;},_0x3745a6[_0x455ba4(0xd8)]=_0x455ba4(0xa6),_0x3745a6[_0x455ba4(0xb1)]=function(_0x1b8cdb,_0x10edfd){return _0x1b8cdb&&_0x10edfd;};const _0x1d8c8d=_0x3745a6;try{const _0x3d3abf=bsSetupHelper[_0x455ba4(0x9e)](process['env'][_0x455ba4(0x15d)])||bsSetupHelper[_0x455ba4(0x9e)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x20dc99=_0x1d8c8d[_0x455ba4(0x129)](typeof process[_0x455ba4(0x11b)][_0x455ba4(0xcc)],_0x1d8c8d['ETREt'])&&_0x1d8c8d[_0x455ba4(0x17b)](process[_0x455ba4(0x11b)]['BS_A11Y_JWT'][_0x455ba4(0x180)],0x0)&&_0x1d8c8d[_0x455ba4(0x18e)](process[_0x455ba4(0x11b)]['BS_A11Y_JWT'],_0x1d8c8d[_0x455ba4(0xd8)]);return _0x1d8c8d['lMxsW'](_0x3d3abf,_0x20dc99);}catch(_0x28b29e){logger[_0x455ba4(0xf4)](_0x455ba4(0x16b)+_0x28b29e);}return![];};function a126_0x2ce4(){const _0x31cee1=['ZpmHd','method','No\x20accessibility\x20results\x20were\x20found.','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','VXgTV','qunRb','base64','headers','dKixo','qcGwh','user','platforms','currentTest','error','executeAsyncScript','NukOt','parse','vqqBT','--headless','--headless=','MOBILE_SCANNING_DISABLED_WARNING','resolveMobileThTestRunUuid','add','sborV','kHGFy','xHYbR','UNsOx','string','getHostInfo','json','../../bin/v2/browserstackCLI','RATqg','parseFromJson','hFneC','251474YdjGxS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','function','format','Build\x20creation\x20had\x20failed.','buildDescription','getBrowserDisplayName','hbeQu','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','getTestFramework','3yFxbPo','YcNqy','getBrowserA11yConfig','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','eIIlQ','gqjyd','return\x20document.readyState\x20===\x20\x22complete\x22','BROWSERSTACK_TEST_ACCESSIBILITY_YML','toJson','BROWSERSTACK_TURBOSCALE','android','RQXOf','v2/test_runs','getBrowserVersion','ofaih','trim','uiLwn','getCiInfo','body','nYoGz','eZMVA','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','429550ErGbui','nonBstackPlatformValidation','YOqzW','get','__workerDetails','IpINp','scannerVersion','getSession','isVersionSupported','javascript','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','../logger','MwcbT','Ysqoz','aLrCB','Yghgx','nZDVg','VcJNP','zniMY','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','length','Jcqwc','eaAMR','[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId=','min_version_browserstack','display_name','cwd','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','cvAgc','KbcSa','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','YsJmE','replace','XKXRE','SZNZS','test_runs/stop','KWmrO','getMobileA11yCapabilities','createAccessibilityTestRun','split','--headless=new','bstack:options','stopAccessibilityTestRun','./constants','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','BccoO','isMobileScanningEnabledForGroup','getId','getPlatformVersion','isBrowserstackInfra','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','rYkfQ','isMobileAccessibilityPlatform','from','isUndefined','info','1677354iaCvgJ','data','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','isArray','message','rJrAc','script','../globals','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isAccessibilityPlatform','../helper','selenium-webdriver/chrome.js','options_','application/json','path','resolve','mergeDeep','includes','command','3215736tJChuO','Options','YfWPd','Authorization','set','getPlatform','KzkiB','GET_RESULTS','chrome','../performance/performance-tester','getGitMetaData','TwGDV','bstackA11yShouldScan','nZCEX','XlQsv','getCurrentTestUUID','status','playwright','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','accessibility','version','device','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','elZcb','Not\x20a\x20Accessibility\x20Session','executeScript','response','checkAccessibilityPlatformConfig','getResultsSummary','./scripts','getInstance','concat','lUNBy','true','compareVersions','hasLegacyHeadlessArg','requiresChromeOptionsValidation','Performed\x20scan\x20with\x20result:\x20','assign','join','QmDCc','setNonBstackInfraCapabilities','lUwNI','sChkK','buildName','vRxbs','getMinVersionForBrowser','POST',',\x20testRunId=','stack','capabilities_','RIEnE','Bearer\x20','getGlobal','OItKe','isTrue','ncrSb','fiUYf','map','smSsQ','has','16HxvjEz','bAwCn','null','getAppAccessibilityResults','wait','IaLzc','ETREt','false','parseA11yJwtPayload','SJRYj','accessibilityToken','hdBnV','min_version_non_browserstack','lMxsW','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','fGxqv','getTestFrameworkDetails','getAgentVersion','toISOString','goog:chromeOptions','warn','PEYEp','startsWith','jiBbr','browserstack','IzPXk','performScan','nestedKeyValue','object','bmkbx','FTeqL','a11y:start','OdRUn','MSQzW','bstackA11yScanOptions','browserName','errors','FoSsn','basename','PUT','BS_A11Y_JWT','NWrKB','JpmUj','FwHBv','mirrorChromeOptionsIntoBuilder','VmRHq','isBrowserStackCommandExecutor','getPackageVersion','thTestRunUuid','3960551jDnaQM','excludeTagsInTestingScope','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','AeHUE','some','5cYeyzE','auth','BGJYq','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','getCapabilities','1819128BiIuvr','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','Performing\x20scan\x20before\x20getting\x20results','isAppAccessibility','isMobileAccessibilitySession','uHPGL','nqnir','stringify','getAccessibilityResultsSummary','a11y:stop','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','projectName','sczWW','toLowerCase','oHFbf','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','fetchPlatformDetails','getBrowserName','Performing\x20scan\x20before\x20getting\x20results\x20summary','poAgG','debug','gnfXz','Tnodw','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','getAccessKey','statusText','Invalid\x20configuration\x20passed.','gjHNG','args','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','keys','No\x20accessibility\x20summary\x20was\x20found.','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','vIAvR','XGvRl','filter','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','browserstackSessionName','Xesxw','nuAaW','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','bvbVU','undefined','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','isAccessibilityAutomationSession','WYPOf','9356080MiXlwF','__cloud_provider___','getAccessibilityResults','PERFORM_SCAN','chromeOptions','util','getResults','Xeeew','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','measureWrapper','diJJr','nodeRequest','env','requires_chrome_options_check','shouldScanTestForAccessibility','../performance/constants','getAccessibilityModule','MMgay','ChromeExtension','thcxz','WEZGo','includeTagsInTestingScope','iJQxl','forEach','cOcck','chromeOptions_','hJUAc'];a126_0x2ce4=function(){return _0x31cee1;};return a126_0x2ce4();}const isLegacyHeadlessArg=_0x45d659=>typeof _0x45d659===a126_0xe5c86f(0x145)&&(_0x45d659===a126_0xe5c86f(0x13c)||_0x45d659[a126_0xe5c86f(0xba)](a126_0xe5c86f(0x13d))&&_0x45d659!==a126_0xe5c86f(0x194));exports[a126_0xe5c86f(0x8a)]=_0x462b64=>{const _0x19f9f1=a126_0xe5c86f,_0x55dc80={};_0x55dc80['KWmrO']=_0x19f9f1(0x1b2),_0x55dc80[_0x19f9f1(0xc4)]='selenium-webdriver',_0x55dc80[_0x19f9f1(0xcf)]=function(_0x1ff2fc,_0x687cac){return _0x1ff2fc===_0x687cac;},_0x55dc80[_0x19f9f1(0x14b)]=_0x19f9f1(0x14e),_0x55dc80[_0x19f9f1(0xf6)]=_0x19f9f1(0xb7),_0x55dc80[_0x19f9f1(0x144)]=_0x19f9f1(0x195),_0x55dc80['eIIlQ']=_0x19f9f1(0x113),_0x55dc80[_0x19f9f1(0x12f)]=_0x19f9f1(0xfc);const _0x38af4d=_0x55dc80;try{let _0x310e85;try{_0x310e85=bsSetupHelper['requireModule'](_0x38af4d[_0x19f9f1(0x190)],_0x38af4d[_0x19f9f1(0xc4)]);}catch(_0x42156b){return![];}const _0x414b9f=new _0x310e85[(_0x19f9f1(0x1bb))](_0x462b64['chromeOptions_']),_0x478fbb=_0x414b9f[_0x19f9f1(0x1b3)]&&_0x414b9f[_0x19f9f1(0x1b3)][_0x19f9f1(0xfc)]||_0x38af4d[_0x19f9f1(0xcf)](typeof _0x414b9f[_0x19f9f1(0x16f)],_0x38af4d[_0x19f9f1(0x14b)])&&_0x414b9f[_0x19f9f1(0x16f)](_0x38af4d[_0x19f9f1(0xf6)])&&_0x414b9f[_0x19f9f1(0x16f)](_0x38af4d[_0x19f9f1(0xf6)])[_0x19f9f1(0xfc)]||bsSetupHelper[_0x19f9f1(0xbf)](_0x462b64[_0x19f9f1(0x99)],[_0x38af4d['UNsOx'],_0x38af4d[_0x19f9f1(0x15a)],_0x38af4d['qunRb']])||bsSetupHelper['nestedKeyValue'](_0x462b64['capabilities_'],[_0x38af4d[_0x19f9f1(0x15a)],_0x38af4d['qunRb']])||[];if((Array['isArray'](_0x478fbb)?_0x478fbb:[])[_0x19f9f1(0xd9)](isLegacyHeadlessArg))return!![];const _0x3468ec=_0x462b64[_0x19f9f1(0x99)]||{},_0x140825=bsSetupHelper['nestedKeyValue'](_0x3468ec,[_0x38af4d[_0x19f9f1(0xf6)]])||{},_0x9d9525=bsSetupHelper[_0x19f9f1(0xbf)](_0x140825,[_0x38af4d[_0x19f9f1(0x12f)]])||[];return(Array[_0x19f9f1(0x1a9)](_0x9d9525)?_0x9d9525:[])[_0x19f9f1(0xd9)](isLegacyHeadlessArg);}catch(_0x3446cf){return logger[_0x19f9f1(0xf4)](_0x19f9f1(0x18a)+util[_0x19f9f1(0x14f)](_0x3446cf)),![];}},exports[a126_0xe5c86f(0x16d)]=(_0x1e4d23,_0x32a891)=>{const _0x45b3d4=a126_0xe5c86f,_0x4f3c6b={'kHGFy':_0x45b3d4(0xc7),'gnfXz':function(_0x258846,_0x590bae){return _0x258846(_0x590bae);},'TZyBw':'browserVersion','sChkK':_0x45b3d4(0x7a),'IjsZV':_0x45b3d4(0x195),'nZDVg':function(_0x5b2a0b,_0x1ed685){return _0x5b2a0b(_0x1ed685);},'MMgay':'deviceName','ofaih':_0x45b3d4(0x7b),'NRlGr':_0x45b3d4(0x117),'lUNBy':_0x45b3d4(0x176),'nqnir':function(_0x39bdc0,_0x50730f){return _0x39bdc0===_0x50730f;},'NWrKB':_0x45b3d4(0x1c2),'MrBBL':function(_0x24cbe6,_0x2d3362){return _0x24cbe6>=_0x2d3362;}},_0x593023=_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b[_0x45b3d4(0x142)]),_0x4b6f16=_0x4f3c6b[_0x45b3d4(0xf5)](parseFloat,_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b['TZyBw']))||_0x4f3c6b[_0x45b3d4(0xf5)](parseFloat,_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b[_0x45b3d4(0x92)])),_0x1031a2=_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b['IjsZV'])||{},_0x16c636=_0x4f3c6b[_0x45b3d4(0x17c)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x1a7478=_0x1031a2[_0x4f3c6b[_0x45b3d4(0x120)]]||_0x1e4d23[_0x45b3d4(0x16f)](_0x4f3c6b[_0x45b3d4(0x164)])||![];if(_0x1a7478)return logger['warn'](_0x4f3c6b['NRlGr']),![];if(exports[_0x45b3d4(0x8a)](_0x32a891))return logger[_0x45b3d4(0xb8)](_0x4f3c6b[_0x45b3d4(0x87)]),![];if(_0x4f3c6b[_0x45b3d4(0xe5)](_0x593023[_0x45b3d4(0xec)](),_0x4f3c6b[_0x45b3d4(0xcd)])&&_0x4f3c6b['MrBBL'](_0x4b6f16,_0x16c636))return!![];return logger[_0x45b3d4(0xb8)](_0x45b3d4(0x14d)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x34b652,_0x175876)=>{const _0x452f81=a126_0xe5c86f,_0x615259={};_0x615259[_0x452f81(0x199)]=function(_0x2327be,_0x58bb67){return _0x2327be!==_0x58bb67;},_0x615259[_0x452f81(0x102)]='string',_0x615259[_0x452f81(0x157)]=function(_0x23b33a,_0xd2ab96){return _0x23b33a===_0xd2ab96;},_0x615259[_0x452f81(0xb3)]=_0x452f81(0xc0);const _0x1fcc0b=_0x615259,_0x40a6e8=_0x34b652&&_0x1fcc0b[_0x452f81(0x157)](typeof _0x34b652,_0x1fcc0b[_0x452f81(0xb3)])?_0x34b652:{},_0x29c691=_0x175876&&_0x1fcc0b[_0x452f81(0x157)](typeof _0x175876,_0x1fcc0b[_0x452f81(0xb3)])?_0x175876:{},_0x1ca68f=Object['assign']({},_0x40a6e8,_0x29c691);return Object[_0x452f81(0xfe)](_0x29c691)[_0x452f81(0x126)](_0x2228ea=>{const _0x1ea847=_0x452f81;if(Array[_0x1ea847(0x1a9)](_0x29c691[_0x2228ea])||Array['isArray'](_0x40a6e8[_0x2228ea])){const _0x11af9=Array['isArray'](_0x40a6e8[_0x2228ea])?_0x40a6e8[_0x2228ea]:[],_0x11d53f=Array['isArray'](_0x29c691[_0x2228ea])?_0x29c691[_0x2228ea]:[],_0x235ba=new Set();_0x1ca68f[_0x2228ea]=_0x11af9[_0x1ea847(0x86)](_0x11d53f)[_0x1ea847(0x103)](_0x2ea030=>{const _0x383a63=_0x1ea847;if(_0x1fcc0b[_0x383a63(0x199)](typeof _0x2ea030,_0x1fcc0b['XGvRl']))return!![];if(_0x235ba[_0x383a63(0xa3)](_0x2ea030))return![];return _0x235ba[_0x383a63(0x140)](_0x2ea030),!![];});}}),_0x1ca68f;};exports[a126_0xe5c86f(0xd0)]=(_0x1a472a,_0x37e720)=>{const _0x10378a=a126_0xe5c86f,_0x1802ef={'bvbVU':function(_0x1980c0,_0x5b70c0){return _0x1980c0!==_0x5b70c0;},'ncrSb':_0x10378a(0x14e),'vDzQR':_0x10378a(0xb7),'jiBbr':function(_0x301a87,_0x5de404,_0x52cd8b){return _0x301a87(_0x5de404,_0x52cd8b);},'rYkfQ':function(_0x1ff6ec,_0x2f853c){return _0x1ff6ec||_0x2f853c;},'IzPXk':function(_0x5e853c,_0x26965b){return _0x5e853c+_0x26965b;},'oHFbf':_0x10378a(0x78)};try{const _0x154d62=_0x1a472a&&_0x1a472a[_0x10378a(0x128)];if(!_0x154d62||_0x1802ef[_0x10378a(0x10a)](typeof _0x154d62[_0x10378a(0x16f)],_0x1802ef[_0x10378a(0x9f)])||_0x1802ef['bvbVU'](typeof _0x154d62[_0x10378a(0x1be)],_0x1802ef[_0x10378a(0x9f)]))return;const _0x4c259a=_0x154d62['CAPABILITY_KEY']||_0x1802ef['vDzQR'],_0x406a13=_0x154d62[_0x10378a(0x16f)](_0x4c259a)||{},_0x156158=_0x1802ef[_0x10378a(0xbb)](mergeChromeOptionsPreservingArrays,_0x406a13,_0x1802ef[_0x10378a(0x1a1)](_0x37e720,{}));_0x154d62[_0x10378a(0x1be)](_0x4c259a,_0x156158);}catch(_0x1ccd9d){logger[_0x10378a(0xf4)](_0x1802ef[_0x10378a(0xbd)](_0x1802ef[_0x10378a(0xed)],util['format'](_0x1ccd9d)));}},exports[a126_0xe5c86f(0x90)]=(_0x432aa1,_0x2253ad=!![])=>{const _0x3b5c32=a126_0xe5c86f,_0x368b79={'uiLwn':function(_0x268e27,_0x459159){return _0x268e27===_0x459159;},'qulfn':'chromeOptions','KbcSa':_0x3b5c32(0xb7),'SJRYj':function(_0x44381a,_0x8d0897,_0x5e9c1f){return _0x44381a(_0x8d0897,_0x5e9c1f);},'cRtvo':function(_0x104fe2,_0x1e68d2){return _0x104fe2||_0x1e68d2;},'oqSnZ':_0x3b5c32(0x7f)},_0x4639d7=scripts[_0x3b5c32(0x121)];try{const _0xf450d8=bsSetupHelper['isTrue'](process[_0x3b5c32(0x11b)][_0x3b5c32(0x15d)])||bsSetupHelper['isTrue'](process[_0x3b5c32(0x11b)][_0x3b5c32(0xee)]);if((!bsSetupHelper[_0x3b5c32(0x19d)]()||process[_0x3b5c32(0x11b)]['BROWSERSTACK_TURBOSCALE'])&&_0xf450d8){const _0x32013a=_0x432aa1['getCapabilities'](),_0x31199=_0x368b79[_0x3b5c32(0x166)](_0x2253ad,![])?_0x368b79['qulfn']:_0x368b79[_0x3b5c32(0x189)],_0x4b4658=_0x32013a[_0x3b5c32(0x16f)](_0x31199)||_0x32013a[_0x3b5c32(0x16f)](_0x368b79[_0x3b5c32(0x189)])||{},_0x4a7ef3=_0x368b79[_0x3b5c32(0xad)](mergeChromeOptionsPreservingArrays,_0x4b4658,_0x368b79['cRtvo'](_0x4639d7,{}));_0x32013a['set'](_0x31199,_0x4a7ef3),exports[_0x3b5c32(0xd0)](_0x432aa1,_0x4a7ef3);}else logger[_0x3b5c32(0xb8)](_0x368b79['oqSnZ']);}catch(_0x3ca5b8){logger[_0x3b5c32(0x137)](_0x3b5c32(0xef)+_0x3ca5b8);}},exports['setNonBstackInfraCapabilitiesOnCaps']=_0x28b67c=>{const _0x1a770b=a126_0xe5c86f,_0x47c417={};_0x47c417[_0x1a770b(0x141)]=function(_0x5ec9c4,_0x5791ea){return _0x5ec9c4||_0x5791ea;},_0x47c417[_0x1a770b(0xeb)]=_0x1a770b(0xb7);const _0x59d70e=_0x47c417;_0x28b67c=_0x59d70e[_0x1a770b(0x141)](_0x28b67c,{});const _0x543be1=scripts[_0x1a770b(0x121)];try{const _0x111441=bsSetupHelper[_0x1a770b(0x9e)](process[_0x1a770b(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x1a770b(0x11b)][_0x1a770b(0xee)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x1a770b(0x11b)][_0x1a770b(0x15f)])&&_0x111441){const _0x232fdc=_0x28b67c[_0x59d70e[_0x1a770b(0xeb)]]||{};bsSetupHelper[_0x1a770b(0x1b7)](_0x232fdc,_0x543be1),_0x28b67c[_0x59d70e[_0x1a770b(0xeb)]]=_0x232fdc;}}catch(_0x4f0d1e){logger[_0x1a770b(0x137)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20'+_0x4f0d1e);}return _0x28b67c;},exports[a126_0xe5c86f(0x11d)]=(_0x37c2f3=null,_0x2ced85=!![],_0xae2f6f=[])=>{const _0x2f91a6=a126_0xe5c86f,_0x13affd={};_0x13affd[_0x2f91a6(0x127)]=function(_0x836477,_0x11343e){return _0x836477==_0x11343e;},_0x13affd[_0x2f91a6(0x116)]=function(_0x1dabba,_0x40ad40){return _0x1dabba>_0x40ad40;},_0x13affd['RIEnE']=function(_0x4baa6e,_0x5224e3){return _0x4baa6e===_0x5224e3;},_0x13affd[_0x2f91a6(0x10e)]=function(_0x403a01,_0x24d49f){return _0x403a01&&_0x24d49f;},_0x13affd[_0x2f91a6(0x171)]=function(_0x4bfd22,_0x762f37){return _0x4bfd22===_0x762f37;};const _0xa726e7=_0x13affd;if(_0xa726e7['cOcck'](process[_0x2f91a6(0x11b)][_0x2f91a6(0xe9)],null))return!![];try{const _0x404e6f=JSON[_0x2f91a6(0x13a)](process[_0x2f91a6(0x11b)][_0x2f91a6(0xe9)]),_0x14669e=Array[_0x2f91a6(0x1a9)](_0x404e6f[_0x2f91a6(0x124)])?_0x404e6f[_0x2f91a6(0x124)]:[],_0x4675b0=Array['isArray'](_0x404e6f[_0x2f91a6(0xd6)])?_0x404e6f['excludeTagsInTestingScope']:[],_0x36ed70=_0x3d7799=>typeof _0x3d7799===_0x2f91a6(0x145)?_0x3d7799[_0x2f91a6(0x18c)](/^@/,'')[_0x2f91a6(0xec)]()[_0x2f91a6(0x165)]():_0x3d7799;if(bsSetupHelper[_0x2f91a6(0x1a4)](_0x37c2f3)){if(_0xa726e7[_0x2f91a6(0x116)](_0xae2f6f[_0x2f91a6(0x180)],0x0)){const _0x10b471=_0xae2f6f[_0x2f91a6(0xa1)](_0x36ed70),_0x140117=_0x4675b0[_0x2f91a6(0xd9)](_0x249052=>_0x10b471[_0x2f91a6(0x1b8)](_0x36ed70(_0x249052))),_0x1e6ddd=_0xa726e7[_0x2f91a6(0x9a)](_0x14669e['length'],0x0)||_0x14669e['some'](_0x7f39d4=>_0x10b471['includes'](_0x36ed70(_0x7f39d4)));return _0xa726e7[_0x2f91a6(0x10e)](!_0x140117,_0x1e6ddd);}return!![];}let _0x47c26e;_0x2ced85?_0x47c26e=_0x37c2f3['join']('/'):_0x47c26e=_0x37c2f3;const _0x25f443=_0x4675b0[_0x2f91a6(0xd9)](_0x55c9c7=>_0x47c26e['toLowerCase']()[_0x2f91a6(0x1b8)](_0x36ed70(_0x55c9c7)[_0x2f91a6(0xec)]())),_0x450fd0=_0xa726e7['IpINp'](_0x14669e[_0x2f91a6(0x180)],0x0)||_0x14669e['some'](_0x1773b5=>_0x47c26e['toLowerCase']()[_0x2f91a6(0x1b8)](_0x36ed70(_0x1773b5)[_0x2f91a6(0xec)]()));return _0xa726e7['WYPOf'](!_0x25f443,_0x450fd0);}catch(_0x5bbcc7){logger['debug'](_0x2f91a6(0x100)+util[_0x2f91a6(0x14f)](_0x5bbcc7));}return![];},exports[a126_0xe5c86f(0x82)]=_0x20500a=>{const _0x413a9e=a126_0xe5c86f;let _0x300721=![];try{_0x20500a[_0x413a9e(0x135)]['forEach'](_0x57d5fc=>{const _0x1fa718=_0x413a9e;if(bsSetupHelper[_0x1fa718(0x9e)](_0x57d5fc[_0x1fa718(0x79)]))return _0x300721=!![],!![];});}catch(_0x378a5c){logger['debug'](_0x413a9e(0x198)+_0x378a5c);}return _0x300721||bsSetupHelper[_0x413a9e(0x9e)](_0x20500a[_0x413a9e(0x79)]);},exports[a126_0xe5c86f(0x192)]=PerformanceTester[a126_0xe5c86f(0x118)](a126_0xe5c86f(0xc3),async function(_0x2d6405,_0x314e05){const _0x302ee8=a126_0xe5c86f,_0x9a86ac={};_0x9a86ac[_0x302ee8(0x7e)]=_0x302ee8(0xfd),_0x9a86ac['zniMY']=_0x302ee8(0x77),_0x9a86ac[_0x302ee8(0x1c0)]=_0x302ee8(0x175),_0x9a86ac[_0x302ee8(0x15b)]=_0x302ee8(0x1b4),_0x9a86ac[_0x302ee8(0x178)]=_0x302ee8(0x96),_0x9a86ac[_0x302ee8(0x108)]=_0x302ee8(0x162),_0x9a86ac['JpmUj']=function(_0x1da3b5,_0x598727){return _0x1da3b5===_0x598727;},_0x9a86ac[_0x302ee8(0xb9)]=_0x302ee8(0xfa),_0x9a86ac[_0x302ee8(0x143)]=_0x302ee8(0xab);const _0x1c716a=_0x9a86ac,_0x416d65=bsSetupHelper['getUserName'](_0x2d6405),_0x304ca0=bsSetupHelper[_0x302ee8(0xf8)](_0x2d6405);if(bsSetupHelper[_0x302ee8(0x1a4)](_0x416d65)||bsSetupHelper['isUndefined'](_0x304ca0))return logger[_0x302ee8(0x137)](_0x1c716a[_0x302ee8(0x7e)]),[null,null];try{let _0x2241b1;bsSetupHelper['isUndefined'](process[_0x302ee8(0x11b)][_0x302ee8(0xe9)])?_0x2241b1={}:_0x2241b1=JSON[_0x302ee8(0x13a)](process[_0x302ee8(0x11b)][_0x302ee8(0xe9)]);const {name:_0x1542a,version:_0x3b4be3}=bsSetupHelper[_0x302ee8(0xb4)](_0x2d6405,_0x314e05),_0x493ad6={'projectName':_0x2d6405[_0x302ee8(0xea)],'buildName':_0x2d6405[_0x302ee8(0x93)]||path[_0x302ee8(0xca)](path[_0x302ee8(0x1b6)](process[_0x302ee8(0x186)]())),'startTime':new Date()[_0x302ee8(0xb6)](),'description':_0x2d6405[_0x302ee8(0x151)]||'','source':{'frameworkName':_0x314e05[_0x302ee8(0x1b8)](_0x1c716a[_0x302ee8(0x17e)])?_0x1c716a[_0x302ee8(0x17e)]:_0x314e05,'frameworkVersion':bsSetupHelper[_0x302ee8(0xd3)](_0x314e05),'sdkVersion':bsSetupHelper[_0x302ee8(0xb5)](),'language':_0x1c716a[_0x302ee8(0x1c0)],'testFramework':_0x1542a,'testFrameworkVersion':_0x3b4be3},'settings':_0x2241b1,'versionControl':await bsSetupHelper[_0x302ee8(0x1c4)](),'ciInfo':bsSetupHelper[_0x302ee8(0x167)](),'hostInfo':bsSetupHelper[_0x302ee8(0x146)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x5d8f0f={};_0x5d8f0f[_0x302ee8(0x134)]=_0x416d65,_0x5d8f0f['pass']=_0x304ca0;const _0xd9a08={};_0xd9a08['Content-Type']=_0x1c716a[_0x302ee8(0x15b)];const _0x44775e={};_0x44775e[_0x302ee8(0xdb)]=_0x5d8f0f,_0x44775e[_0x302ee8(0x131)]=_0xd9a08;const _0x402230=_0x44775e,_0x2dd987={};_0x2dd987[_0x302ee8(0x168)]=_0x493ad6,_0x2dd987[_0x302ee8(0x147)]=!![];const _0x336e78=Object[_0x302ee8(0x8d)](_0x402230,_0x2dd987),_0x22e5c5=await bsSetupHelper[_0x302ee8(0x11a)](_0x1c716a['MwcbT'],_0x1c716a[_0x302ee8(0x108)],_0x336e78,_0x2d6405,API_URL);let _0x259ecc=process[_0x302ee8(0x11b)][_0x302ee8(0xe9)];return _0x259ecc?_0x259ecc=JSON[_0x302ee8(0x13a)](process[_0x302ee8(0x11b)][_0x302ee8(0xe9)]):_0x259ecc={},scripts[_0x302ee8(0x14a)](_0x22e5c5[_0x302ee8(0x1a7)][_0x302ee8(0x1a7)]),scripts[_0x302ee8(0x15e)](),_0x259ecc[_0x302ee8(0x172)]=_0x22e5c5[_0x302ee8(0x1a7)][_0x302ee8(0x1a7)][_0x302ee8(0x172)],process[_0x302ee8(0x11b)][_0x302ee8(0xe9)]=JSON['stringify'](_0x259ecc),[_0x22e5c5['data'][_0x302ee8(0x1a7)][_0x302ee8(0xae)],_0x22e5c5[_0x302ee8(0x1a7)][_0x302ee8(0x1a7)]['id']];}catch(_0x49be4c){if(_0x49be4c[_0x302ee8(0x81)])logger[_0x302ee8(0x137)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x49be4c[_0x302ee8(0x81)][_0x302ee8(0x76)]+'\x20'+_0x49be4c[_0x302ee8(0x81)][_0x302ee8(0xf9)]+'\x20'+JSON[_0x302ee8(0xe6)](_0x49be4c[_0x302ee8(0x81)][_0x302ee8(0x1a7)]));else{if(_0x1c716a[_0x302ee8(0xce)](_0x49be4c[_0x302ee8(0x1aa)],_0x1c716a[_0x302ee8(0xb9)])){logger[_0x302ee8(0x137)](_0x302ee8(0xe0)+(_0x49be4c[_0x302ee8(0x1aa)]||_0x49be4c['stack']));for(const _0x1c27aa of _0x49be4c[_0x302ee8(0xc8)]){logger[_0x302ee8(0x137)](_0x1c27aa[_0x302ee8(0x1aa)]);}process[_0x302ee8(0x11b)][_0x302ee8(0x15d)]=_0x1c716a[_0x302ee8(0x143)],process[_0x302ee8(0x11b)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x1c716a[_0x302ee8(0x143)];}else logger[_0x302ee8(0x137)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x49be4c['message']||_0x49be4c[_0x302ee8(0x98)]));}return[null,null];}}),exports[a126_0xe5c86f(0x196)]=PerformanceTester[a126_0xe5c86f(0x118)](a126_0xe5c86f(0xe8),async function(_0x204641){const _0x5c3dd6=a126_0xe5c86f,_0xcc06e={};_0xcc06e[_0x5c3dd6(0x122)]=function(_0x50e326,_0x338c47){return _0x50e326!==_0x338c47;},_0xcc06e['lUwNI']=_0x5c3dd6(0x145),_0xcc06e[_0x5c3dd6(0x101)]='error',_0xcc06e[_0x5c3dd6(0x188)]=_0x5c3dd6(0x150),_0xcc06e[_0x5c3dd6(0xc2)]=_0x5c3dd6(0x1b4),_0xcc06e[_0x5c3dd6(0x107)]=_0x5c3dd6(0xcb),_0xcc06e[_0x5c3dd6(0x1c5)]=_0x5c3dd6(0x18f),_0xcc06e['smSsQ']=function(_0x97fae5,_0x36790e){return _0x97fae5+_0x36790e;},_0xcc06e['Thvng']='Invalid\x20request:\x20',_0xcc06e['VcJNP']='success';const _0x3f0f7b=_0xcc06e;if(bsSetupHelper[_0x5c3dd6(0x1a4)](process[_0x5c3dd6(0x11b)]['BS_A11Y_JWT'])||_0x3f0f7b['thcxz'](typeof process[_0x5c3dd6(0x11b)][_0x5c3dd6(0xcc)],_0x3f0f7b[_0x5c3dd6(0x91)])){const _0x5b8953={};return _0x5b8953['status']=_0x3f0f7b[_0x5c3dd6(0x101)],_0x5b8953['message']=_0x3f0f7b['cvAgc'],_0x5b8953;}const _0x51cf44={'endTime':new Date()[_0x5c3dd6(0xb6)]()},_0x45fee0={};_0x45fee0[_0x5c3dd6(0x1bd)]=_0x5c3dd6(0x9b)+process[_0x5c3dd6(0x11b)][_0x5c3dd6(0xcc)],_0x45fee0['Content-Type']=_0x3f0f7b[_0x5c3dd6(0xc2)];const _0x5e83e5={};_0x5e83e5[_0x5c3dd6(0x131)]=_0x45fee0;const _0x56158c=_0x5e83e5,_0x5992c2={};_0x5992c2[_0x5c3dd6(0x168)]=_0x51cf44,_0x5992c2[_0x5c3dd6(0xdb)]=null,_0x5992c2[_0x5c3dd6(0x147)]=!![];const _0x330a6f=Object['assign'](_0x56158c,_0x5992c2);try{const _0x13d57a=await bsSetupHelper[_0x5c3dd6(0x11a)](_0x3f0f7b[_0x5c3dd6(0x107)],_0x3f0f7b[_0x5c3dd6(0x1c5)],_0x330a6f,_0x204641,API_URL);if(_0x13d57a[_0x5c3dd6(0x1a7)]['error'])throw new Error(_0x3f0f7b[_0x5c3dd6(0xa2)](_0x3f0f7b['Thvng'],_0x13d57a[_0x5c3dd6(0x1a7)][_0x5c3dd6(0x137)]));else{logger[_0x5c3dd6(0x1a5)](_0x5c3dd6(0x105)+new Date()[_0x5c3dd6(0xb6)]());const _0x17daa5={};return _0x17daa5[_0x5c3dd6(0x76)]=_0x3f0f7b[_0x5c3dd6(0x17d)],_0x17daa5[_0x5c3dd6(0x1aa)]='',_0x17daa5;}}catch(_0x360665){_0x360665['response']?logger[_0x5c3dd6(0x137)](_0x5c3dd6(0x7d)+_0x360665[_0x5c3dd6(0x81)][_0x5c3dd6(0x76)]+'\x20'+_0x360665[_0x5c3dd6(0x81)][_0x5c3dd6(0xf9)]+'\x20'+JSON[_0x5c3dd6(0xe6)](_0x360665[_0x5c3dd6(0x81)][_0x5c3dd6(0x1a7)])):logger[_0x5c3dd6(0x137)](_0x5c3dd6(0x7d)+(_0x360665[_0x5c3dd6(0x1aa)]||util[_0x5c3dd6(0x14f)](_0x360665)));const _0x1a9ba8={};return _0x1a9ba8[_0x5c3dd6(0x76)]=_0x3f0f7b[_0x5c3dd6(0x101)],_0x1a9ba8[_0x5c3dd6(0x1aa)]=_0x360665[_0x5c3dd6(0x1aa)]||(_0x360665[_0x5c3dd6(0x81)]?_0x360665[_0x5c3dd6(0x81)]['status']+':'+_0x360665[_0x5c3dd6(0x81)]['statusText']:_0x360665),_0x1a9ba8;}}),exports['performScan']=async(_0x17667f,_0x12e14a=null,_0x2beb1d=![],_0xcdf13b=null)=>{const _0x146d08=a126_0xe5c86f,_0x207843={};_0x207843[_0x146d08(0x123)]=_0x146d08(0x1b0),_0x207843['nZCEX']=_0x146d08(0x1c6),_0x207843[_0x146d08(0x182)]=_0x146d08(0xd7),_0x207843[_0x146d08(0x179)]=function(_0x24a444,_0x58bc39){return _0x24a444||_0x58bc39;},_0x207843['HWXCZ']=_0x146d08(0xc6),_0x207843[_0x146d08(0x8f)]='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x5833d7=_0x207843;if(!this['isAccessibilityAutomationSession']()||!globals[_0x146d08(0x9c)](_0x5833d7[_0x146d08(0x123)])||!_0x2beb1d&&!globals[_0x146d08(0x9c)](_0x5833d7[_0x146d08(0x1c7)])){logger[_0x146d08(0xb8)](_0x5833d7[_0x146d08(0x182)]);return;}const _0x394039=_0x2beb1d?_0x5833d7[_0x146d08(0x179)](_0xcdf13b,{}):globals[_0x146d08(0x9c)](_0x5833d7['HWXCZ'])||{},_0x3ba44f={};_0x3ba44f[_0x146d08(0x12b)]=_0x12e14a||global[_0x146d08(0x106)];const _0x596b2f=Object[_0x146d08(0x8d)]({},_0x394039,_0x3ba44f);await this[_0x146d08(0xe3)](_0x17667f)&&(Object[_0x146d08(0x8d)](_0x596b2f,this[_0x146d08(0x191)](),{'thTestRunUuid':this[_0x146d08(0x13f)]()}),logger[_0x146d08(0xf4)](_0x5833d7[_0x146d08(0x8f)]));logger['debug'](_0x146d08(0x19f)+util[_0x146d08(0x14f)]('%j',_0x596b2f));const _0x4a2ee2={};return _0x4a2ee2[_0x146d08(0x1b9)]=_0x12e14a,await PerformanceTester[_0x146d08(0x118)](PerformanceA11yEvents[_0x146d08(0x112)],async()=>{const _0x563c5b=_0x146d08;try{await _0x17667f[_0x563c5b(0xa8)](()=>_0x17667f[_0x563c5b(0x80)](_0x563c5b(0x15c)),0x1388);}catch(_0x13ad40){}const _0x3d499d=util[_0x563c5b(0x14f)](await _0x17667f[_0x563c5b(0x138)](scripts['performScan'],_0x596b2f));return logger[_0x563c5b(0xf4)](_0x563c5b(0x8c)+_0x3d499d),_0x3d499d;},_0x4a2ee2)();},exports[a126_0xe5c86f(0x111)]=async(_0x3f11a6,_0x10741c)=>{const _0x418222=a126_0xe5c86f,_0x17e315={'XlQsv':_0x418222(0xe1),'uHPGL':_0x418222(0x1b0),'YfWPd':_0x418222(0x1c6),'nYoGz':_0x418222(0x7c),'YsJmE':function(_0x2143d7,_0x5a75c7){return _0x2143d7(_0x5a75c7);},'OItKe':_0x418222(0x148),'XKXRE':_0x418222(0x111),'bmkbx':_0x418222(0x12c)};if(!this[_0x418222(0x10d)]()||!globals[_0x418222(0x9c)](_0x17e315[_0x418222(0xe4)])||!globals[_0x418222(0x9c)](_0x17e315[_0x418222(0x1bc)]))return logger['warn'](_0x17e315[_0x418222(0x169)]),[];try{const _0x27210b=_0x17e315[_0x418222(0x18b)](require,_0x17e315[_0x418222(0x9d)]),_0x4c71ee=_0x27210b[_0x418222(0x85)](),_0x58af31=_0x4c71ee&&_0x4c71ee[_0x418222(0x11f)]();if(_0x58af31&&_0x58af31[_0x418222(0xe2)]){const _0x40f726=(await _0x3f11a6[_0x418222(0x173)]())[_0x418222(0x19b)]();let _0x46e038='';try{const _0xfe925f=_0x4c71ee[_0x418222(0x155)]&&_0x4c71ee[_0x418222(0x155)]();_0x46e038=_0xfe925f&&_0xfe925f[_0x418222(0x75)]&&_0xfe925f[_0x418222(0x75)]()||'';}catch(_0x4c2757){}return logger[_0x418222(0xf4)]('[App-A11y]\x20getAccessibilityResults:\x20sessionId='+_0x40f726+_0x418222(0x97)+_0x46e038),await _0x58af31[_0x418222(0xa7)](_0x40f726,_0x46e038);}const _0x106157=await this[_0x418222(0xe3)](_0x3f11a6),_0x4f169f=_0x106157?Object['assign']({},this[_0x418222(0x191)](),{'thTestRunUuid':this[_0x418222(0x13f)]()}):{};return _0x106157&&logger[_0x418222(0xf4)](_0x418222(0xf7)+util[_0x418222(0x14f)]('%j',_0x4f169f)),await PerformanceTester[_0x418222(0x118)](PerformanceA11yEvents[_0x418222(0x112)],async()=>{const _0x135eca=_0x418222;logger[_0x135eca(0xf4)](_0x17e315[_0x135eca(0x74)]);const _0x1dcfcf={};_0x1dcfcf['method']=_0x10741c['browserstackSessionName'];const _0x24a29c=Object[_0x135eca(0x8d)](_0x1dcfcf,_0x4f169f);logger[_0x135eca(0xf4)](util['format'](await _0x3f11a6[_0x135eca(0x138)](scripts['performScan'],_0x24a29c)));},{'command':_0x17e315[_0x418222(0x18d)]})(),await PerformanceTester[_0x418222(0x118)](PerformanceA11yEvents[_0x418222(0x1c1)],async()=>{const _0x230540=_0x418222,_0x5a2b73=_0x106157?await _0x3f11a6[_0x230540(0x138)](scripts[_0x230540(0x115)],_0x4f169f):await _0x3f11a6[_0x230540(0x138)](scripts['getResults']);return _0x5a2b73;})();}catch{return logger['error'](_0x17e315[_0x418222(0xc1)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x27acd8,_0x39092d)=>{const _0x3d87f3=a126_0xe5c86f,_0x2d441e={'BGJYq':_0x3d87f3(0xf2),'bAwCn':_0x3d87f3(0x1b0),'rJrAc':'bstackA11yShouldScan','evYtr':_0x3d87f3(0x1a8),'pLfQF':function(_0x5386ae,_0x1741ec){return _0x5386ae(_0x1741ec);},'IaLzc':_0x3d87f3(0x148),'yXBRz':_0x3d87f3(0xe7),'FoSsn':_0x3d87f3(0xff)};if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x2d441e[_0x3d87f3(0xa5)])||!globals[_0x3d87f3(0x9c)](_0x2d441e[_0x3d87f3(0x1ab)]))return logger[_0x3d87f3(0xb8)](_0x2d441e['evYtr']),{};try{const _0x225c95=_0x2d441e['pLfQF'](require,_0x2d441e[_0x3d87f3(0xa9)]),_0xf57854=_0x225c95['getInstance'](),_0x4cee8f=_0xf57854&&_0xf57854[_0x3d87f3(0x11f)]();if(_0x4cee8f&&_0x4cee8f['isAppAccessibility']){const _0x67216f=(await _0x27acd8[_0x3d87f3(0x173)]())['getId']();let _0x3a892b='';try{const _0x145d31=_0xf57854[_0x3d87f3(0x155)]&&_0xf57854[_0x3d87f3(0x155)]();_0x3a892b=_0x145d31&&_0x145d31[_0x3d87f3(0x75)]&&_0x145d31[_0x3d87f3(0x75)]()||'';}catch(_0x225fe0){}return logger['debug'](_0x3d87f3(0x183)+_0x67216f+',\x20testRunId='+_0x3a892b),await _0x4cee8f['getAppAccessibilityResultsSummary'](_0x67216f,_0x3a892b);}const _0x3731c1=await this[_0x3d87f3(0xe3)](_0x27acd8),_0x3a1f66=_0x3731c1?Object[_0x3d87f3(0x8d)]({},this[_0x3d87f3(0x191)](),{'thTestRunUuid':this[_0x3d87f3(0x13f)]()}):{};return _0x3731c1&&logger[_0x3d87f3(0xf4)](_0x3d87f3(0x12d)+util['format']('%j',_0x3a1f66)),await PerformanceTester[_0x3d87f3(0x118)](PerformanceA11yEvents[_0x3d87f3(0x112)],async()=>{const _0x2a042e=_0x3d87f3;logger[_0x2a042e(0xf4)](_0x2d441e[_0x2a042e(0xdc)]);const _0x47cbc9={};_0x47cbc9[_0x2a042e(0x12b)]=_0x39092d[_0x2a042e(0x106)];const _0x5df614=Object[_0x2a042e(0x8d)](_0x47cbc9,_0x3a1f66);logger['debug'](util[_0x2a042e(0x14f)](await _0x27acd8['executeAsyncScript'](scripts[_0x2a042e(0xbe)],_0x5df614)));},{'command':_0x2d441e['yXBRz']})(),await PerformanceTester[_0x3d87f3(0x118)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4ffadf=_0x3d87f3,_0xee234b=_0x3731c1?await _0x27acd8['executeAsyncScript'](scripts[_0x4ffadf(0x83)],_0x3a1f66):await _0x27acd8['executeAsyncScript'](scripts['getResultsSummary']);return _0xee234b;})();}catch{return logger[_0x3d87f3(0x137)](_0x2d441e[_0x3d87f3(0xc9)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x47e639,_0x29601f=![])=>{const _0x7b8f6e=a126_0xe5c86f,_0x47c4ce={'vRxbs':function(_0x51001b,_0x394625){return _0x51001b(_0x394625);},'WulKS':'platformName','NukOt':function(_0x5298df,_0x1ee8da){return _0x5298df(_0x1ee8da);},'uBrXx':'platform','Jcqwc':function(_0x1e4f34,_0x3b9294){return _0x1e4f34!==_0x3b9294;},'eZMVA':_0x7b8f6e(0x160),'NqTuU':function(_0x4e2d52,_0xc1dd35){return _0x4e2d52(_0xc1dd35);},'hbeQu':function(_0x1f3697,_0x42580c){return _0x1f3697(_0x42580c);},'RATqg':_0x7b8f6e(0xc7),'UREBl':_0x7b8f6e(0x1c2),'iJQxl':_0x7b8f6e(0x187),'diJJr':_0x7b8f6e(0x10c)};try{if(!_0x47e639)return![];const _0x2d691b=_0x21c059=>typeof _0x47e639[_0x7b8f6e(0x16f)]===_0x7b8f6e(0x14e)?_0x47e639[_0x7b8f6e(0x16f)](_0x21c059):_0x47e639[_0x21c059],_0x2504e9=_0x47c4ce[_0x7b8f6e(0x94)](String,_0x47c4ce['vRxbs'](_0x2d691b,_0x47c4ce['WulKS'])||_0x47c4ce[_0x7b8f6e(0x139)](_0x2d691b,_0x47c4ce['uBrXx'])||'')[_0x7b8f6e(0xec)]();if(_0x47c4ce[_0x7b8f6e(0x181)](_0x2504e9,_0x47c4ce[_0x7b8f6e(0x16a)]))return![];const _0x138f5c=_0x47c4ce['NqTuU'](String,_0x47c4ce[_0x7b8f6e(0x153)](_0x2d691b,_0x47c4ce[_0x7b8f6e(0x149)])||'')[_0x7b8f6e(0xec)]();if(!_0x138f5c[_0x7b8f6e(0x1b8)](_0x47c4ce['UREBl']))return _0x29601f&&logger[_0x7b8f6e(0xb8)](_0x47c4ce[_0x7b8f6e(0x125)]),![];return logger[_0x7b8f6e(0xf4)](_0x47c4ce[_0x7b8f6e(0x119)]),!![];}catch(_0x921c97){return logger[_0x7b8f6e(0xf4)](_0x7b8f6e(0x19e)+_0x921c97),![];}},exports[a126_0xe5c86f(0xe3)]=async _0x13021e=>{const _0x13c80d=a126_0xe5c86f;try{const _0x510401=await _0x13021e[_0x13c80d(0xde)]();return exports[_0x13c80d(0x1a2)](_0x510401);}catch(_0x9968c8){return logger[_0x13c80d(0xf4)](_0x13c80d(0x104)+_0x9968c8),![];}},exports[a126_0xe5c86f(0x191)]=()=>{const _0x50729e={};return _0x50729e['is_mobile_session']=!![],_0x50729e;},exports[a126_0xe5c86f(0x13f)]=()=>{const _0x51fca9=a126_0xe5c86f,_0x441f19={};_0x441f19['poAgG']=function(_0x24462c,_0x28c161){return _0x24462c===_0x28c161;},_0x441f19[_0x51fca9(0xc5)]=_0x51fca9(0x145),_0x441f19['dKixo']=function(_0x3eeaf5,_0x1a3e4d){return _0x3eeaf5>_0x1a3e4d;},_0x441f19[_0x51fca9(0x16e)]=_0x51fca9(0x159),_0x441f19['axNhb']=_0x51fca9(0xdd),_0x441f19[_0x51fca9(0xfb)]=function(_0x15dfbf,_0x4e0489){return _0x15dfbf===_0x4e0489;},_0x441f19['UJkOJ']=_0x51fca9(0x10b);const _0x16eb30=_0x441f19,_0x24d6b9=global[_0x51fca9(0x170)],_0x2a1db9=_0x24d6b9&&_0x24d6b9[_0x51fca9(0x136)],_0x17026a=_0x2a1db9&&_0x2a1db9[_0x51fca9(0xd4)];if(_0x16eb30[_0x51fca9(0xf3)](typeof _0x17026a,_0x16eb30[_0x51fca9(0xc5)])&&_0x16eb30[_0x51fca9(0x132)](_0x17026a[_0x51fca9(0x180)],0x0))return _0x17026a;let _0x510d8d;if(!_0x24d6b9)_0x510d8d=_0x16eb30[_0x51fca9(0x16e)];else!_0x2a1db9?_0x510d8d=_0x16eb30['axNhb']:_0x510d8d=_0x51fca9(0x1ae)+Object['keys'](_0x2a1db9)[_0x51fca9(0x8e)](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x16eb30['gjHNG'](_0x17026a,undefined)?_0x16eb30['UJkOJ']:'\x22'+_0x17026a+'\x22')+_0x51fca9(0x17f);return logger[_0x51fca9(0xb8)](_0x51fca9(0xb2)+_0x510d8d+_0x51fca9(0x154)),'';},exports[a126_0xe5c86f(0xd2)]=_0x192bc9=>{const _0x176032=a126_0xe5c86f,_0x54e615={};_0x54e615['VXgTV']=function(_0x197f6f,_0x3a2d17){return _0x197f6f===_0x3a2d17;},_0x54e615[_0x176032(0x13b)]=_0x176032(0x145),_0x54e615[_0x176032(0x161)]='browserstack_executor';const _0x3c0578=_0x54e615;if(_0x192bc9&&_0x192bc9['script']&&_0x3c0578[_0x176032(0x12e)](typeof _0x192bc9[_0x176032(0x1ac)],_0x3c0578[_0x176032(0x13b)]))return _0x192bc9[_0x176032(0x1ac)][_0x176032(0x1b8)](_0x3c0578['RQXOf']);return![];},exports[a126_0xe5c86f(0x13e)]=a126_0xe5c86f(0x1a0),exports[a126_0xe5c86f(0x19a)]=()=>process[a126_0xe5c86f(0x11b)][a126_0xe5c86f(0x1af)]===a126_0xe5c86f(0x88),exports['isBrowserSupportedForAccessibility']=_0x205426=>{const _0x4b1ad6=a126_0xe5c86f,_0x379ce4={};_0x379ce4[_0x4b1ad6(0x12a)]=function(_0x163678,_0xedc111){return _0x163678 in _0xedc111;};const _0x2b8b28=_0x379ce4;if(bsSetupHelper['isUndefined'](_0x205426))return![];const _0x3dfeec=_0x205426['toLowerCase']();return _0x2b8b28[_0x4b1ad6(0x12a)](_0x3dfeec,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a126_0xe5c86f(0x158)]=_0x5796e4=>{if(bsSetupHelper['isUndefined'](_0x5796e4))return null;const _0x233a7c=_0x5796e4['toLowerCase']();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x233a7c]||null;},exports[a126_0xe5c86f(0x95)]=(_0x59e84d,_0x4ffa7a)=>{const _0x10ae16=a126_0xe5c86f,_0x120f87=this[_0x10ae16(0x158)](_0x59e84d);if(!_0x120f87)return null;if(_0x4ffa7a)return _0x120f87[_0x10ae16(0x184)];return _0x120f87[_0x10ae16(0xb0)];},exports[a126_0xe5c86f(0x152)]=_0x156b98=>{const _0x367e2d=a126_0xe5c86f,_0x326476=this['getBrowserA11yConfig'](_0x156b98);return _0x326476?_0x326476[_0x367e2d(0x185)]:_0x156b98;},exports[a126_0xe5c86f(0x8b)]=_0x198c05=>{const _0x43e75d=a126_0xe5c86f,_0x592bee=this[_0x43e75d(0x158)](_0x198c05);return _0x592bee?_0x592bee[_0x43e75d(0x11c)]:![];},exports[a126_0xe5c86f(0x174)]=(_0x542571,_0x27c9ce)=>{const _0x2547fd=a126_0xe5c86f,_0x44fe77={'HBGbw':function(_0x24be0d,_0x2a6dd9){return _0x24be0d(_0x2a6dd9);},'nYaeI':function(_0x416a92,_0x52695c){return _0x416a92(_0x52695c);},'NexGu':function(_0x9dbd94,_0x3ffaa4){return _0x9dbd94>=_0x3ffaa4;}};if(bsSetupHelper[_0x2547fd(0x1a4)](_0x542571)||bsSetupHelper[_0x2547fd(0x1a4)](_0x27c9ce))return![];const _0xd8b5a0=bsSetupHelper[_0x2547fd(0x89)](_0x44fe77['HBGbw'](String,_0x542571),_0x44fe77['nYaeI'](String,_0x27c9ce));return _0x44fe77['NexGu'](_0xd8b5a0,0x0);},exports[a126_0xe5c86f(0xac)]=_0x2896c6=>{const _0x2ca075=a126_0xe5c86f,_0x452b36={};_0x452b36[_0x2ca075(0x133)]=function(_0x57bdb2,_0x5eb5c8){return _0x57bdb2!==_0x5eb5c8;},_0x452b36['aLrCB']=_0x2ca075(0x145),_0x452b36[_0x2ca075(0xaf)]=_0x2ca075(0x130);const _0x45df51=_0x452b36;if(!_0x2896c6||_0x45df51[_0x2ca075(0x133)](typeof _0x2896c6,_0x45df51[_0x2ca075(0x17a)]))return null;try{return JSON['parse'](Buffer[_0x2ca075(0x1a3)](_0x2896c6[_0x2ca075(0x193)]('.')[0x1],_0x45df51[_0x2ca075(0xaf)])['toString']());}catch{return null;}};
|
|
1
|
+
const a126_0x13cf01=a126_0xc3d6;(function(_0xd45985,_0x1fbbc8){const _0x4b11b0=a126_0xc3d6,_0x5e19c0=_0xd45985();while(!![]){try{const _0x82aa7c=parseInt(_0x4b11b0(0x176))/0x1*(parseInt(_0x4b11b0(0x1e9))/0x2)+parseInt(_0x4b11b0(0x165))/0x3*(parseInt(_0x4b11b0(0x163))/0x4)+parseInt(_0x4b11b0(0x213))/0x5*(-parseInt(_0x4b11b0(0x24a))/0x6)+parseInt(_0x4b11b0(0x22b))/0x7+-parseInt(_0x4b11b0(0x23f))/0x8*(parseInt(_0x4b11b0(0x1f0))/0x9)+parseInt(_0x4b11b0(0x17a))/0xa+-parseInt(_0x4b11b0(0x1a1))/0xb;if(_0x82aa7c===_0x1fbbc8)break;else _0x5e19c0['push'](_0x5e19c0['shift']());}catch(_0x2c5c29){_0x5e19c0['push'](_0x5e19c0['shift']());}}}(a126_0x3c34,0xc4ecf));const path=require(a126_0x13cf01(0x243)),util=require(a126_0x13cf01(0x183)),bsSetupHelper=require(a126_0x13cf01(0x25d)),logger=require(a126_0x13cf01(0x218))[a126_0x13cf01(0x26b)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a126_0x13cf01(0x21b)),PerformanceTester=require(a126_0x13cf01(0x237)),scripts=require(a126_0x13cf01(0x280)),globals=require(a126_0x13cf01(0x16a)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports['fetchPlatformDetails']=async _0x272d00=>{const _0x3696b4=a126_0x13cf01,_0x5e591a={};_0x5e591a['bJrVA']=function(_0x466762,_0x455a2f){return _0x466762===_0x455a2f;},_0x5e591a['CFAXI']=_0x3696b4(0x1ac);const _0x3deb1b=_0x5e591a;let _0x1424f4={};try{const _0x59b4a8=await _0x272d00[_0x3696b4(0x272)]();_0x1424f4={'os_name':_0x59b4a8[_0x3696b4(0x19d)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x3deb1b[_0x3696b4(0x1d8)](global['__cloud_provider___'],_0x3deb1b[_0x3696b4(0x224)])),'browser_name':_0x59b4a8[_0x3696b4(0x21a)](),'browser_version':_0x59b4a8[_0x3696b4(0x1fd)]()};}catch(_0x319a66){logger[_0x3696b4(0x22f)](_0x3696b4(0x212)+_0x319a66);}return _0x1424f4;},exports['isAccessibilityAutomationSession']=()=>{const _0x1622be=a126_0x13cf01,_0x11f1ea={};_0x11f1ea[_0x1622be(0x1f9)]=function(_0x2e355a,_0x307908){return _0x2e355a===_0x307908;},_0x11f1ea[_0x1622be(0x223)]=_0x1622be(0x294),_0x11f1ea[_0x1622be(0x1e4)]=function(_0x798310,_0x4aa2d0){return _0x798310>_0x4aa2d0;},_0x11f1ea['IFLxA']=function(_0x33aeb2,_0x4fa183){return _0x33aeb2!==_0x4fa183;},_0x11f1ea[_0x1622be(0x27d)]='null',_0x11f1ea['djFWZ']=function(_0x49dd78,_0x4626f9){return _0x49dd78&&_0x4626f9;};const _0x55d333=_0x11f1ea;try{const _0x1ba09c=bsSetupHelper[_0x1622be(0x26c)](process['env'][_0x1622be(0x19a)])||bsSetupHelper[_0x1622be(0x26c)](process[_0x1622be(0x179)][_0x1622be(0x234)]),_0x100d16=_0x55d333[_0x1622be(0x1f9)](typeof process[_0x1622be(0x179)][_0x1622be(0x1ea)],_0x55d333[_0x1622be(0x223)])&&_0x55d333[_0x1622be(0x1e4)](process[_0x1622be(0x179)]['BS_A11Y_JWT']['length'],0x0)&&_0x55d333[_0x1622be(0x269)](process['env']['BS_A11Y_JWT'],_0x55d333[_0x1622be(0x27d)]);return _0x55d333['djFWZ'](_0x1ba09c,_0x100d16);}catch(_0x2d47c5){logger[_0x1622be(0x22f)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x2d47c5);}return![];};const isLegacyHeadlessArg=_0x5f24b6=>typeof _0x5f24b6===a126_0x13cf01(0x294)&&(_0x5f24b6==='--headless'||_0x5f24b6[a126_0x13cf01(0x16c)](a126_0x13cf01(0x1c3))&&_0x5f24b6!==a126_0x13cf01(0x226));function a126_0x3c34(){const _0x39e75b=['2724gdrGVE','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','eEuae','getAccessibilityResults','CcckR','YdJkJ','getAccessibilityResultsSummary','MOBILE_SCANNING_DISABLED_WARNING','imYIx','PERFORM_SCAN','application/json','isAccessibilityAutomationSession','getCiInfo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','filter','requiresChromeOptionsValidation','hasLegacyHeadlessArg','osZAQ','../helper','getAccessibilityModule','getAppAccessibilityResults','Not\x20a\x20Accessibility\x20Session','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','shouldScanTestForAccessibility','[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId=','isBrowserSupportedForAccessibility','message','Performing\x20scan\x20before\x20getting\x20results','capabilities_','some','IFLxA','mblEX','winstonLogger','isTrue','chromeOptions','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','TEiyo','getGlobal','HIDea','getCapabilities','wLVXw','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','ZIvhC','vNvdv','false','getTestFramework','isBrowserstackInfra','buildDescription','zDpyw','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','Tkutv','igKNE','statusText','./scripts','executeAsyncScript',']\x20but\x20thTestRunUuid\x20is\x20','JyYsQ','mergeDeep','Bearer\x20','thTestRunUuid','mirrorChromeOptionsIntoBuilder','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','yhLlf','projectName','info','split','rHTxE','includeTagsInTestingScope','getGitMetaData','No\x20accessibility\x20results\x20were\x20found.','android','getBrowserDisplayName','command','string','assign','vZHIm','data','PmCuZ','getMobileA11yCapabilities','HSnrv','VJqOI','kldCF','getSession','Performed\x20scan\x20with\x20result:\x20','ebMnw','TkwdB','auth','parse','__workerDetails','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','VgvGo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','TRLik','VywRI','8kTqMAF','browserstackSessionName','2060181XUDfnl','eCgMD','getAccessKey','DcARV','OCWFR','../globals','OzMIC','startsWith','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','bstackA11yScanOptions','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','toJson','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','forEach','NEHeN','ODLfq','501222adtsgh','isArray','wait','env','10929720iakSLy','UaGIg','DcHsV','No\x20accessibility\x20summary\x20was\x20found.','iVEOv','cteXD','PeTIZ','platformName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','util','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','goog:chromeOptions','from','Content-Type','HGmkH','TSAXl','is_mobile_session','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','trim','test_runs/stop','getResultsSummary','return\x20document.readyState\x20===\x20\x22complete\x22','nYwtH','CAPABILITY_KEY','isAppAccessibility','getResults','method','getMinVersionForBrowser','ZgNpR','gEGrO','AvmwV','user','BROWSERSTACK_TEST_ACCESSIBILITY_YML','yNYFE','options_','getPlatform','deviceName','executeScript','getUserName','24145605szJLAA','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','add','a11y:start','toString','efeYW','yGjmH','xZvEv','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','device','dPUOP','browserstack','browserstack_executor',',\x20testRunId=','GVDMT','error','kVVfi','Performing\x20scan\x20before\x20getting\x20results\x20summary','ZmWqX','dIxHE','POST','toISOString','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','excludeTagsInTestingScope','jAMho','keys','isMobileScanningEnabledForGroup','stopAccessibilityTestRun','toLowerCase','FbznP','isMobileAccessibilitySession','rJzzm','has','bstackA11yShouldScan','--headless=','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','xHIIx','stringify','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','zzzaW','accessibilityToken','qCRlq','script','ypGwA','qddBJ','KRyLY','stack','jaoLF','Options','DeIfi','GET_RESULTS_SUMMARY','vrjAd','body','getInstance','bNNLf','bJrVA','getCurrentTestUUID','selenium-webdriver/chrome.js','kciXP','json','display_name','fNMIk','iCloF','iKoWX','resolveMobileThTestRunUuid','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','args','jeSom','replace','TMeYg','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','bstack:options','4mYbssW','BS_A11Y_JWT','format','YRIYw','scannerVersion','getHostInfo','bBLKK','5076qIuucL','concat','KAVjy','measureWrapper','../../bin/v2/browserstackCLI','gPAZw','success','LUOSJ','chrome','ouOYr','headers','NfsVV','isUndefined','getBrowserVersion','set','ZcIkE','getAgentVersion','basename','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','chromeOptions_','nestedKeyValue','setNonBstackInfraCapabilities','lGhok','function','isBrowserStackCommandExecutor','Invalid\x20configuration\x20passed.','HIknm','getPackageVersion','UIAHv','PTVCU','platform','createAccessibilityTestRun','ChromeExtension','browserName','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','3400cLOTNa','performScan','YWvAc','join','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','../logger','errors','getBrowserName','./constants','response','BROWSERSTACK_TURBOSCALE','igWIu','true','fHTIY','getBrowserA11yConfig','isAccessibilityPlatform','esvcJ','CFAXI','get','--headless=new','cwd','kMAdq','wlZGm','accessibility','7734104bvKAje','warn','cFSZe','getId','debug','Build\x20creation\x20had\x20failed.','checkAccessibilityPlatformConfig','getAppAccessibilityResultsSummary','cCRLB','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','PzQGD','fxuAN','../performance/performance-tester','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','nodeRequest','qepzi','xvUnX','version','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','17920CaiFdK','length','status','FmVSN','path','pass','includes','Authorization','bsDoh','OvhsP','buildName'];a126_0x3c34=function(){return _0x39e75b;};return a126_0x3c34();}exports[a126_0x13cf01(0x25b)]=_0x45282d=>{const _0x4c8265=a126_0x13cf01,_0x536e12={};_0x536e12[_0x4c8265(0x1db)]=_0x4c8265(0x1da),_0x536e12['AvmwV']='selenium-webdriver',_0x536e12[_0x4c8265(0x190)]=function(_0xa0be87,_0x20b3d9){return _0xa0be87===_0x20b3d9;},_0x536e12['fHTIY']='function',_0x536e12[_0x4c8265(0x1c8)]=_0x4c8265(0x185),_0x536e12[_0x4c8265(0x197)]=_0x4c8265(0x1e8),_0x536e12[_0x4c8265(0x1d7)]=_0x4c8265(0x26d),_0x536e12['igKNE']='args';const _0x626ec=_0x536e12;try{let _0x198e61;try{_0x198e61=bsSetupHelper['requireModule'](_0x626ec[_0x4c8265(0x1db)],_0x626ec[_0x4c8265(0x198)]);}catch(_0x32ec53){return![];}const _0x3056dd=new _0x198e61[(_0x4c8265(0x1d1))](_0x45282d['chromeOptions_']),_0x35c056=_0x3056dd[_0x4c8265(0x19c)]&&_0x3056dd['options_'][_0x4c8265(0x1e3)]||_0x626ec[_0x4c8265(0x190)](typeof _0x3056dd[_0x4c8265(0x225)],_0x626ec[_0x4c8265(0x220)])&&_0x3056dd[_0x4c8265(0x225)](_0x626ec['zzzaW'])&&_0x3056dd['get'](_0x626ec[_0x4c8265(0x1c8)])['args']||bsSetupHelper['nestedKeyValue'](_0x45282d[_0x4c8265(0x267)],[_0x626ec[_0x4c8265(0x197)],_0x626ec[_0x4c8265(0x1d7)],_0x626ec[_0x4c8265(0x27e)]])||bsSetupHelper[_0x4c8265(0x204)](_0x45282d[_0x4c8265(0x267)],[_0x626ec['bNNLf'],_0x626ec['igKNE']])||[];if((Array[_0x4c8265(0x177)](_0x35c056)?_0x35c056:[])[_0x4c8265(0x268)](isLegacyHeadlessArg))return!![];const _0x677a47=_0x45282d['capabilities_']||{},_0x3882ee=bsSetupHelper['nestedKeyValue'](_0x677a47,[_0x626ec[_0x4c8265(0x1c8)]])||{},_0x15b644=bsSetupHelper[_0x4c8265(0x204)](_0x3882ee,[_0x626ec[_0x4c8265(0x27e)]])||[];return(Array[_0x4c8265(0x177)](_0x15b644)?_0x15b644:[])[_0x4c8265(0x268)](isLegacyHeadlessArg);}catch(_0xb3fd0f){return logger['debug']('Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20'+util[_0x4c8265(0x1eb)](_0xb3fd0f)),![];}},exports['nonBstackPlatformValidation']=(_0x1f1294,_0x3eb4e6)=>{const _0x2a4878=a126_0x13cf01,_0x214c2c={'xvUnX':_0x2a4878(0x211),'NfsVV':function(_0x418103,_0x43c10c){return _0x418103(_0x43c10c);},'LUOSJ':'browserVersion','GVDMT':function(_0x4c0291,_0x5af056){return _0x4c0291(_0x5af056);},'igWIu':_0x2a4878(0x23d),'YDLGd':_0x2a4878(0x1e8),'cOdpM':_0x2a4878(0x19e),'YWvAc':_0x2a4878(0x1aa),'eEuae':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ZmWqX':_0x2a4878(0x261),'yhLlf':function(_0x5e1d85,_0x3edbc1){return _0x5e1d85===_0x3edbc1;},'kldCF':_0x2a4878(0x1f8),'ebMnw':function(_0x15f82c,_0x3ec2e5){return _0x15f82c>=_0x3ec2e5;}},_0x1035eb=_0x1f1294['get'](_0x214c2c[_0x2a4878(0x23c)]),_0x32d3af=_0x214c2c[_0x2a4878(0x1fb)](parseFloat,_0x1f1294['get'](_0x214c2c[_0x2a4878(0x1f7)]))||_0x214c2c[_0x2a4878(0x1af)](parseFloat,_0x1f1294[_0x2a4878(0x225)](_0x214c2c[_0x2a4878(0x21e)])),_0x1c7c74=_0x1f1294[_0x2a4878(0x225)](_0x214c2c['YDLGd'])||{},_0x53b47d=_0x214c2c[_0x2a4878(0x1fb)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x1f7b77=_0x1c7c74[_0x214c2c['cOdpM']]||_0x1f1294['get'](_0x214c2c[_0x2a4878(0x215)])||![];if(_0x1f7b77)return logger[_0x2a4878(0x22c)](_0x214c2c[_0x2a4878(0x24d)]),![];if(exports[_0x2a4878(0x25b)](_0x3eb4e6))return logger['warn'](_0x214c2c[_0x2a4878(0x1b3)]),![];if(_0x214c2c[_0x2a4878(0x289)](_0x1035eb[_0x2a4878(0x1bd)](),_0x214c2c[_0x2a4878(0x156)])&&_0x214c2c[_0x2a4878(0x159)](_0x32d3af,_0x53b47d))return!![];return logger[_0x2a4878(0x22c)](_0x2a4878(0x258)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};function a126_0xc3d6(_0x31adfb,_0x22a5df){const _0x3c34a3=a126_0x3c34();return a126_0xc3d6=function(_0xc3d653,_0x5c845a){_0xc3d653=_0xc3d653-0x155;let _0x43c7d0=_0x3c34a3[_0xc3d653];return _0x43c7d0;},a126_0xc3d6(_0x31adfb,_0x22a5df);}const mergeChromeOptionsPreservingArrays=(_0x3cac2e,_0x2d1d44)=>{const _0x10bab0=a126_0x13cf01,_0x529e2c={};_0x529e2c['DsURk']=function(_0x38732c,_0x21ca1f){return _0x38732c!==_0x21ca1f;},_0x529e2c[_0x10bab0(0x250)]='string',_0x529e2c[_0x10bab0(0x275)]=function(_0x3f1162,_0x255078){return _0x3f1162===_0x255078;},_0x529e2c[_0x10bab0(0x16b)]='object',_0x529e2c[_0x10bab0(0x188)]=function(_0x69f002,_0x2a1190){return _0x69f002===_0x2a1190;};const _0xf91680=_0x529e2c,_0x3254db=_0x3cac2e&&_0xf91680[_0x10bab0(0x275)](typeof _0x3cac2e,_0xf91680[_0x10bab0(0x16b)])?_0x3cac2e:{},_0x41fe49=_0x2d1d44&&_0xf91680[_0x10bab0(0x188)](typeof _0x2d1d44,_0xf91680[_0x10bab0(0x16b)])?_0x2d1d44:{},_0x23d452=Object['assign']({},_0x3254db,_0x41fe49);return Object[_0x10bab0(0x1ba)](_0x41fe49)[_0x10bab0(0x173)](_0x14fc8a=>{const _0x2ac556=_0x10bab0;if(Array[_0x2ac556(0x177)](_0x41fe49[_0x14fc8a])||Array['isArray'](_0x3254db[_0x14fc8a])){const _0x2e94fb=Array[_0x2ac556(0x177)](_0x3254db[_0x14fc8a])?_0x3254db[_0x14fc8a]:[],_0x2ba25d=Array[_0x2ac556(0x177)](_0x41fe49[_0x14fc8a])?_0x41fe49[_0x14fc8a]:[],_0x13abb7=new Set();_0x23d452[_0x14fc8a]=_0x2e94fb[_0x2ac556(0x1f1)](_0x2ba25d)[_0x2ac556(0x259)](_0x3959b6=>{const _0x2fdc74=_0x2ac556;if(_0xf91680['DsURk'](typeof _0x3959b6,_0xf91680[_0x2fdc74(0x250)]))return!![];if(_0x13abb7[_0x2fdc74(0x1c1)](_0x3959b6))return![];return _0x13abb7[_0x2fdc74(0x1a3)](_0x3959b6),!![];});}}),_0x23d452;};exports[a126_0x13cf01(0x287)]=(_0x3df8a7,_0x261aa0)=>{const _0x4a0514=a126_0x13cf01,_0x4b3bd9={'VywRI':function(_0x4f9871,_0x10f407){return _0x4f9871!==_0x10f407;},'vrjAd':_0x4a0514(0x207),'lGhok':_0x4a0514(0x185),'iIIxd':function(_0x5851dc,_0x9fdea9,_0x24e8d5){return _0x5851dc(_0x9fdea9,_0x24e8d5);},'itDmq':function(_0x5e4934,_0x5180ed){return _0x5e4934||_0x5180ed;},'yDCCC':function(_0x52e984,_0x206ad6){return _0x52e984+_0x206ad6;},'rRoJq':_0x4a0514(0x18b)};try{const _0x2a5f49=_0x3df8a7&&_0x3df8a7[_0x4a0514(0x203)];if(!_0x2a5f49||_0x4b3bd9[_0x4a0514(0x162)](typeof _0x2a5f49[_0x4a0514(0x225)],_0x4b3bd9[_0x4a0514(0x1d4)])||_0x4b3bd9[_0x4a0514(0x162)](typeof _0x2a5f49[_0x4a0514(0x1fe)],_0x4b3bd9['vrjAd']))return;const _0x57c9aa=_0x2a5f49[_0x4a0514(0x191)]||_0x4b3bd9[_0x4a0514(0x206)],_0x7fb594=_0x2a5f49[_0x4a0514(0x225)](_0x57c9aa)||{},_0x268ae2=_0x4b3bd9['iIIxd'](mergeChromeOptionsPreservingArrays,_0x7fb594,_0x4b3bd9['itDmq'](_0x261aa0,{}));_0x2a5f49[_0x4a0514(0x1fe)](_0x57c9aa,_0x268ae2);}catch(_0x5f1082){logger[_0x4a0514(0x22f)](_0x4b3bd9['yDCCC'](_0x4b3bd9['rRoJq'],util[_0x4a0514(0x1eb)](_0x5f1082)));}},exports[a126_0x13cf01(0x205)]=(_0x241d15,_0x5dccbf=!![])=>{const _0x47391c=a126_0x13cf01,_0x4b56e8={'yQkWT':function(_0x248f3b,_0x3873e7){return _0x248f3b===_0x3873e7;},'DcHsV':_0x47391c(0x26d),'xZvEv':'goog:chromeOptions','HXxMa':function(_0x1c126c,_0xba81c9,_0x10fd41){return _0x1c126c(_0xba81c9,_0x10fd41);},'TSAXl':function(_0x46eacf,_0x331bf7){return _0x46eacf||_0x331bf7;},'osZAQ':_0x47391c(0x260)},_0x3502f1=scripts[_0x47391c(0x210)];try{const _0x3ab49a=bsSetupHelper[_0x47391c(0x26c)](process[_0x47391c(0x179)][_0x47391c(0x19a)])||bsSetupHelper[_0x47391c(0x26c)](process[_0x47391c(0x179)][_0x47391c(0x234)]);if((!bsSetupHelper['isBrowserstackInfra']()||process['env'][_0x47391c(0x21d)])&&_0x3ab49a){const _0x4b1aeb=_0x241d15['getCapabilities'](),_0x4f65f2=_0x4b56e8['yQkWT'](_0x5dccbf,![])?_0x4b56e8[_0x47391c(0x17c)]:_0x4b56e8[_0x47391c(0x1a8)],_0x3bc39a=_0x4b1aeb[_0x47391c(0x225)](_0x4f65f2)||_0x4b1aeb[_0x47391c(0x225)](_0x4b56e8[_0x47391c(0x1a8)])||{},_0x3057df=_0x4b56e8['HXxMa'](mergeChromeOptionsPreservingArrays,_0x3bc39a,_0x4b56e8[_0x47391c(0x189)](_0x3502f1,{}));_0x4b1aeb['set'](_0x4f65f2,_0x3057df),exports[_0x47391c(0x287)](_0x241d15,_0x3057df);}else logger[_0x47391c(0x22c)](_0x4b56e8[_0x47391c(0x25c)]);}catch(_0xd39026){logger[_0x47391c(0x1b0)](_0x47391c(0x16f)+_0xd39026);}},exports['setNonBstackInfraCapabilitiesOnCaps']=_0xce7eb3=>{const _0x25daf1=a126_0x13cf01,_0x308162={};_0x308162[_0x25daf1(0x23b)]=function(_0x57e564,_0x1d34ef){return _0x57e564||_0x1d34ef;},_0x308162['PeTIZ']=_0x25daf1(0x185);const _0x18261d=_0x308162;_0xce7eb3=_0x18261d[_0x25daf1(0x23b)](_0xce7eb3,{});const _0x3cee71=scripts[_0x25daf1(0x210)];try{const _0x4bea49=bsSetupHelper[_0x25daf1(0x26c)](process[_0x25daf1(0x179)][_0x25daf1(0x19a)])||bsSetupHelper[_0x25daf1(0x26c)](process['env'][_0x25daf1(0x234)]);if((!bsSetupHelper[_0x25daf1(0x279)]()||process[_0x25daf1(0x179)][_0x25daf1(0x21d)])&&_0x4bea49){const _0x33baea=_0xce7eb3[_0x18261d[_0x25daf1(0x180)]]||{};bsSetupHelper[_0x25daf1(0x284)](_0x33baea,_0x3cee71),_0xce7eb3[_0x18261d[_0x25daf1(0x180)]]=_0x33baea;}}catch(_0x376861){logger['error'](_0x25daf1(0x1a2)+_0x376861);}return _0xce7eb3;},exports[a126_0x13cf01(0x262)]=(_0x1f0119=null,_0x3d01d8=!![],_0x3f330b=[])=>{const _0x49ab17=a126_0x13cf01,_0x4fb545={};_0x4fb545[_0x49ab17(0x1a6)]=function(_0x442e71,_0x1113c3){return _0x442e71==_0x1113c3;},_0x4fb545[_0x49ab17(0x1f2)]=function(_0x5ddd06,_0x50128d){return _0x5ddd06>_0x50128d;},_0x4fb545[_0x49ab17(0x233)]=function(_0x336e07,_0x521d7c){return _0x336e07===_0x521d7c;},_0x4fb545['JyYsQ']=function(_0x2dba2a,_0x5ec7bc){return _0x2dba2a&&_0x5ec7bc;},_0x4fb545['dIxHE']=function(_0x2001ce,_0x5c09d3){return _0x2001ce&&_0x5c09d3;};const _0xedf468=_0x4fb545;if(_0xedf468[_0x49ab17(0x1a6)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x421617=JSON[_0x49ab17(0x15c)](process[_0x49ab17(0x179)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x558113=Array['isArray'](_0x421617[_0x49ab17(0x28e)])?_0x421617['includeTagsInTestingScope']:[],_0x11020f=Array[_0x49ab17(0x177)](_0x421617[_0x49ab17(0x1b8)])?_0x421617[_0x49ab17(0x1b8)]:[],_0x5eb5b3=_0x53d16e=>typeof _0x53d16e===_0x49ab17(0x294)?_0x53d16e[_0x49ab17(0x1e5)](/^@/,'')[_0x49ab17(0x1bd)]()[_0x49ab17(0x18c)]():_0x53d16e;if(bsSetupHelper['isUndefined'](_0x1f0119)){if(_0xedf468[_0x49ab17(0x1f2)](_0x3f330b[_0x49ab17(0x240)],0x0)){const _0x58089c=_0x3f330b['map'](_0x5eb5b3),_0x2800c6=_0x11020f[_0x49ab17(0x268)](_0x21e386=>_0x58089c['includes'](_0x5eb5b3(_0x21e386))),_0x5c28c2=_0xedf468[_0x49ab17(0x233)](_0x558113[_0x49ab17(0x240)],0x0)||_0x558113[_0x49ab17(0x268)](_0x495e47=>_0x58089c[_0x49ab17(0x245)](_0x5eb5b3(_0x495e47)));return _0xedf468[_0x49ab17(0x283)](!_0x2800c6,_0x5c28c2);}return!![];}let _0x16dfb1;_0x3d01d8?_0x16dfb1=_0x1f0119[_0x49ab17(0x216)]('/'):_0x16dfb1=_0x1f0119;const _0x59494b=_0x11020f[_0x49ab17(0x268)](_0x499a86=>_0x16dfb1['toLowerCase']()[_0x49ab17(0x245)](_0x5eb5b3(_0x499a86)[_0x49ab17(0x1bd)]())),_0x482e8c=_0xedf468['cCRLB'](_0x558113[_0x49ab17(0x240)],0x0)||_0x558113[_0x49ab17(0x268)](_0x254087=>_0x16dfb1['toLowerCase']()['includes'](_0x5eb5b3(_0x254087)['toLowerCase']()));return _0xedf468[_0x49ab17(0x1b4)](!_0x59494b,_0x482e8c);}catch(_0x2876b9){logger[_0x49ab17(0x22f)](_0x49ab17(0x171)+util[_0x49ab17(0x1eb)](_0x2876b9));}return![];},exports[a126_0x13cf01(0x231)]=_0x2e0b9d=>{const _0x247813=a126_0x13cf01;let _0x3f64fd=![];try{_0x2e0b9d['platforms'][_0x247813(0x173)](_0x5ac551=>{if(bsSetupHelper['isTrue'](_0x5ac551['accessibility']))return _0x3f64fd=!![],!![];});}catch(_0x4928ee){logger[_0x247813(0x22f)](_0x247813(0x1b7)+_0x4928ee);}return _0x3f64fd||bsSetupHelper['isTrue'](_0x2e0b9d[_0x247813(0x22a)]);},exports[a126_0x13cf01(0x20f)]=PerformanceTester[a126_0x13cf01(0x1f3)](a126_0x13cf01(0x1a4),async function(_0x3504da,_0x5eb3a9){const _0x4cc75d=a126_0x13cf01,_0x398819={};_0x398819[_0x4cc75d(0x228)]=_0x4cc75d(0x26e),_0x398819[_0x4cc75d(0x175)]='playwright',_0x398819[_0x4cc75d(0x247)]='javascript',_0x398819[_0x4cc75d(0x26f)]=_0x4cc75d(0x255),_0x398819['dbqku']=_0x4cc75d(0x1b5),_0x398819[_0x4cc75d(0x17e)]='v2/test_runs',_0x398819['fNMIk']=function(_0x455125,_0x369a39){return _0x455125===_0x369a39;},_0x398819[_0x4cc75d(0x22d)]=_0x4cc75d(0x209),_0x398819[_0x4cc75d(0x20a)]=_0x4cc75d(0x277);const _0x45fd5f=_0x398819,_0x4bd701=bsSetupHelper[_0x4cc75d(0x1a0)](_0x3504da),_0x3244f3=bsSetupHelper[_0x4cc75d(0x167)](_0x3504da);if(bsSetupHelper['isUndefined'](_0x4bd701)||bsSetupHelper['isUndefined'](_0x3244f3))return logger[_0x4cc75d(0x1b0)](_0x45fd5f['kMAdq']),[null,null];try{let _0x362b88;bsSetupHelper[_0x4cc75d(0x1fc)](process[_0x4cc75d(0x179)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x362b88={}:_0x362b88=JSON['parse'](process[_0x4cc75d(0x179)][_0x4cc75d(0x182)]);const {name:_0x3a78f6,version:_0x220871}=bsSetupHelper['getTestFrameworkDetails'](_0x3504da,_0x5eb3a9),_0x42055f={'projectName':_0x3504da[_0x4cc75d(0x28a)],'buildName':_0x3504da[_0x4cc75d(0x249)]||path[_0x4cc75d(0x201)](path['resolve'](process[_0x4cc75d(0x227)]())),'startTime':new Date()[_0x4cc75d(0x1b6)](),'description':_0x3504da[_0x4cc75d(0x27a)]||'','source':{'frameworkName':_0x5eb3a9['includes'](_0x45fd5f[_0x4cc75d(0x175)])?_0x45fd5f[_0x4cc75d(0x175)]:_0x5eb3a9,'frameworkVersion':bsSetupHelper[_0x4cc75d(0x20b)](_0x5eb3a9),'sdkVersion':bsSetupHelper[_0x4cc75d(0x200)](),'language':_0x45fd5f[_0x4cc75d(0x247)],'testFramework':_0x3a78f6,'testFrameworkVersion':_0x220871},'settings':_0x362b88,'versionControl':await bsSetupHelper[_0x4cc75d(0x28f)](),'ciInfo':bsSetupHelper[_0x4cc75d(0x257)](),'hostInfo':bsSetupHelper[_0x4cc75d(0x1ee)](),'browserstackAutomation':bsSetupHelper[_0x4cc75d(0x279)]()},_0x550f8a={};_0x550f8a[_0x4cc75d(0x199)]=_0x4bd701,_0x550f8a[_0x4cc75d(0x244)]=_0x3244f3;const _0x3587cc={};_0x3587cc[_0x4cc75d(0x187)]=_0x45fd5f[_0x4cc75d(0x26f)];const _0x420ddf={};_0x420ddf[_0x4cc75d(0x15b)]=_0x550f8a,_0x420ddf[_0x4cc75d(0x1fa)]=_0x3587cc;const _0x42c678=_0x420ddf,_0x2b2464={};_0x2b2464[_0x4cc75d(0x1d5)]=_0x42055f,_0x2b2464[_0x4cc75d(0x1dc)]=!![];const _0x4a2415=Object['assign'](_0x42c678,_0x2b2464),_0x1d7ab9=await bsSetupHelper[_0x4cc75d(0x23a)](_0x45fd5f['dbqku'],_0x45fd5f['iVEOv'],_0x4a2415,_0x3504da,API_URL);let _0x36ab9b=process[_0x4cc75d(0x179)][_0x4cc75d(0x182)];return _0x36ab9b?_0x36ab9b=JSON[_0x4cc75d(0x15c)](process['env'][_0x4cc75d(0x182)]):_0x36ab9b={},scripts['parseFromJson'](_0x1d7ab9[_0x4cc75d(0x297)][_0x4cc75d(0x297)]),scripts[_0x4cc75d(0x170)](),_0x36ab9b[_0x4cc75d(0x1ed)]=_0x1d7ab9[_0x4cc75d(0x297)]['data']['scannerVersion'],process[_0x4cc75d(0x179)][_0x4cc75d(0x182)]=JSON[_0x4cc75d(0x1c6)](_0x36ab9b),[_0x1d7ab9[_0x4cc75d(0x297)][_0x4cc75d(0x297)][_0x4cc75d(0x1c9)],_0x1d7ab9['data'][_0x4cc75d(0x297)]['id']];}catch(_0x41f8fe){if(_0x41f8fe[_0x4cc75d(0x21c)])logger['error'](_0x4cc75d(0x16d)+_0x41f8fe['response'][_0x4cc75d(0x241)]+'\x20'+_0x41f8fe[_0x4cc75d(0x21c)][_0x4cc75d(0x27f)]+'\x20'+JSON[_0x4cc75d(0x1c6)](_0x41f8fe[_0x4cc75d(0x21c)][_0x4cc75d(0x297)]));else{if(_0x45fd5f[_0x4cc75d(0x1de)](_0x41f8fe[_0x4cc75d(0x265)],_0x45fd5f[_0x4cc75d(0x22d)])){logger[_0x4cc75d(0x1b0)](_0x4cc75d(0x16d)+(_0x41f8fe[_0x4cc75d(0x265)]||_0x41f8fe[_0x4cc75d(0x1cf)]));for(const _0xa25f85 of _0x41f8fe[_0x4cc75d(0x219)]){logger[_0x4cc75d(0x1b0)](_0xa25f85[_0x4cc75d(0x265)]);}process['env'][_0x4cc75d(0x19a)]=_0x45fd5f[_0x4cc75d(0x20a)],process[_0x4cc75d(0x179)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x45fd5f[_0x4cc75d(0x20a)];}else logger['error'](_0x4cc75d(0x16d)+(_0x41f8fe[_0x4cc75d(0x265)]||_0x41f8fe['stack']));}return[null,null];}}),exports[a126_0x13cf01(0x1bc)]=PerformanceTester[a126_0x13cf01(0x1f3)]('a11y:stop',async function(_0x407884){const _0x267682=a126_0x13cf01,_0x245c10={};_0x245c10[_0x267682(0x276)]=function(_0x1c0a37,_0x219cf6){return _0x1c0a37!==_0x219cf6;},_0x245c10[_0x267682(0x161)]=_0x267682(0x294),_0x245c10[_0x267682(0x1d0)]=_0x267682(0x1b0),_0x245c10['VJqOI']=_0x267682(0x230),_0x245c10[_0x267682(0x1a7)]=_0x267682(0x255),_0x245c10[_0x267682(0x242)]='PUT',_0x245c10['DeIfi']=_0x267682(0x18d),_0x245c10['ZgNpR']=function(_0x3ae1d8,_0x11091e){return _0x3ae1d8+_0x11091e;},_0x245c10[_0x267682(0x1ab)]='Invalid\x20request:\x20',_0x245c10['YRIYw']=_0x267682(0x1f6);const _0x4188aa=_0x245c10;if(bsSetupHelper[_0x267682(0x1fc)](process['env']['BS_A11Y_JWT'])||_0x4188aa[_0x267682(0x276)](typeof process[_0x267682(0x179)]['BS_A11Y_JWT'],_0x4188aa['TRLik'])){const _0x2686ce={};return _0x2686ce['status']=_0x4188aa[_0x267682(0x1d0)],_0x2686ce[_0x267682(0x265)]=_0x4188aa[_0x267682(0x155)],_0x2686ce;}const _0x575b13={'endTime':new Date()['toISOString']()},_0x3f3c7d={};_0x3f3c7d[_0x267682(0x246)]=_0x267682(0x285)+process[_0x267682(0x179)][_0x267682(0x1ea)],_0x3f3c7d[_0x267682(0x187)]=_0x4188aa[_0x267682(0x1a7)];const _0x7d6bb4={};_0x7d6bb4[_0x267682(0x1fa)]=_0x3f3c7d;const _0x30a59c=_0x7d6bb4,_0x567265={};_0x567265[_0x267682(0x1d5)]=_0x575b13,_0x567265[_0x267682(0x15b)]=null,_0x567265[_0x267682(0x1dc)]=!![];const _0x3f5b8d=Object[_0x267682(0x295)](_0x30a59c,_0x567265);try{const _0x1bd44c=await bsSetupHelper[_0x267682(0x23a)](_0x4188aa['FmVSN'],_0x4188aa[_0x267682(0x1d2)],_0x3f5b8d,_0x407884,API_URL);if(_0x1bd44c['data'][_0x267682(0x1b0)])throw new Error(_0x4188aa[_0x267682(0x196)](_0x4188aa[_0x267682(0x1ab)],_0x1bd44c[_0x267682(0x297)][_0x267682(0x1b0)]));else{logger[_0x267682(0x28b)](_0x267682(0x27c)+new Date()[_0x267682(0x1b6)]());const _0x31542b={};return _0x31542b[_0x267682(0x241)]=_0x4188aa[_0x267682(0x1ec)],_0x31542b[_0x267682(0x265)]='',_0x31542b;}}catch(_0x5437f9){_0x5437f9['response']?logger['error'](_0x267682(0x1a9)+_0x5437f9[_0x267682(0x21c)][_0x267682(0x241)]+'\x20'+_0x5437f9[_0x267682(0x21c)]['statusText']+'\x20'+JSON[_0x267682(0x1c6)](_0x5437f9['response']['data'])):logger['error'](_0x267682(0x1a9)+(_0x5437f9[_0x267682(0x265)]||util[_0x267682(0x1eb)](_0x5437f9)));const _0x20f4f9={};return _0x20f4f9[_0x267682(0x241)]=_0x4188aa[_0x267682(0x1d0)],_0x20f4f9[_0x267682(0x265)]=_0x5437f9['message']||(_0x5437f9[_0x267682(0x21c)]?_0x5437f9[_0x267682(0x21c)][_0x267682(0x241)]+':'+_0x5437f9[_0x267682(0x21c)][_0x267682(0x27f)]:_0x5437f9),_0x20f4f9;}}),exports['performScan']=async(_0x1195c7,_0x4c3867=null,_0x53baae=![],_0x40af2a=null)=>{const _0x269a37=a126_0x13cf01,_0x6292f6={};_0x6292f6[_0x269a37(0x1ff)]=_0x269a37(0x222),_0x6292f6[_0x269a37(0x28d)]=_0x269a37(0x1c2),_0x6292f6[_0x269a37(0x1e0)]=_0x269a37(0x288),_0x6292f6['CPbYh']=function(_0x59d82e,_0x8511ea){return _0x59d82e||_0x8511ea;},_0x6292f6['jOhZj']=_0x269a37(0x16e),_0x6292f6['fxuAN']='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x49d69b=_0x6292f6;if(!this[_0x269a37(0x256)]()||!globals[_0x269a37(0x270)](_0x49d69b[_0x269a37(0x1ff)])||!_0x53baae&&!globals[_0x269a37(0x270)](_0x49d69b['rHTxE'])){logger[_0x269a37(0x22c)](_0x49d69b[_0x269a37(0x1e0)]);return;}const _0x591cba=_0x53baae?_0x49d69b['CPbYh'](_0x40af2a,{}):globals[_0x269a37(0x270)](_0x49d69b['jOhZj'])||{},_0x57901b={};_0x57901b[_0x269a37(0x194)]=_0x4c3867||global[_0x269a37(0x164)];const _0x57cd42=Object[_0x269a37(0x295)]({},_0x591cba,_0x57901b);await this[_0x269a37(0x1bf)](_0x1195c7)&&(Object[_0x269a37(0x295)](_0x57cd42,this[_0x269a37(0x299)](),{'thTestRunUuid':this[_0x269a37(0x1e1)]()}),logger[_0x269a37(0x22f)](_0x49d69b[_0x269a37(0x236)]));logger['debug'](_0x269a37(0x172)+util[_0x269a37(0x1eb)]('%j',_0x57cd42));const _0x4a8626={};return _0x4a8626[_0x269a37(0x293)]=_0x4c3867,await PerformanceTester[_0x269a37(0x1f3)](PerformanceA11yEvents[_0x269a37(0x254)],async()=>{const _0x20221e=_0x269a37;try{await _0x1195c7[_0x20221e(0x178)](()=>_0x1195c7[_0x20221e(0x19f)](_0x20221e(0x18f)),0x1388);}catch(_0x338261){}const _0x547861=util['format'](await _0x1195c7[_0x20221e(0x281)](scripts[_0x20221e(0x214)],_0x57cd42));return logger[_0x20221e(0x22f)](_0x20221e(0x158)+_0x547861),_0x547861;},_0x4a8626)();},exports[a126_0x13cf01(0x24e)]=async(_0x2d1d2b,_0x419bd)=>{const _0xe1d00e=a126_0x13cf01,_0x5d2b47={'OvhsP':_0xe1d00e(0x266),'mblEX':'isAccessibilityPlatform','ejrHp':_0xe1d00e(0x1c2),'UIAHv':_0xe1d00e(0x160),'QOTxQ':function(_0x213be5,_0xbe6e9b){return _0x213be5(_0xbe6e9b);},'PzQGD':_0xe1d00e(0x1f4),'PZiJH':_0xe1d00e(0x24e),'HSnrv':_0xe1d00e(0x290)};if(!this[_0xe1d00e(0x256)]()||!globals[_0xe1d00e(0x270)](_0x5d2b47[_0xe1d00e(0x26a)])||!globals[_0xe1d00e(0x270)](_0x5d2b47['ejrHp']))return logger['warn'](_0x5d2b47[_0xe1d00e(0x20c)]),[];try{const _0x2d8b0b=_0x5d2b47['QOTxQ'](require,_0x5d2b47[_0xe1d00e(0x235)]),_0x3da7be=_0x2d8b0b[_0xe1d00e(0x1d6)](),_0x3299d8=_0x3da7be&&_0x3da7be['getAccessibilityModule']();if(_0x3299d8&&_0x3299d8[_0xe1d00e(0x192)]){const _0x362ca0=(await _0x2d1d2b[_0xe1d00e(0x157)]())[_0xe1d00e(0x22e)]();let _0x2da7bc='';try{const _0x461ec6=_0x3da7be[_0xe1d00e(0x278)]&&_0x3da7be[_0xe1d00e(0x278)]();_0x2da7bc=_0x461ec6&&_0x461ec6[_0xe1d00e(0x1d9)]&&_0x461ec6[_0xe1d00e(0x1d9)]()||'';}catch(_0x385ab9){}return logger[_0xe1d00e(0x22f)]('[App-A11y]\x20getAccessibilityResults:\x20sessionId='+_0x362ca0+_0xe1d00e(0x1ae)+_0x2da7bc),await _0x3299d8[_0xe1d00e(0x25f)](_0x362ca0,_0x2da7bc);}const _0x4341f2=await this[_0xe1d00e(0x1bf)](_0x2d1d2b),_0x24f94d=_0x4341f2?Object[_0xe1d00e(0x295)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0xe1d00e(0x1e1)]()}):{};return _0x4341f2&&logger[_0xe1d00e(0x22f)](_0xe1d00e(0x239)+util[_0xe1d00e(0x1eb)]('%j',_0x24f94d)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xe1d00e(0x254)],async()=>{const _0xa122ce=_0xe1d00e;logger[_0xa122ce(0x22f)](_0x5d2b47[_0xa122ce(0x248)]);const _0xad7c3c={};_0xad7c3c[_0xa122ce(0x194)]=_0x419bd[_0xa122ce(0x164)];const _0x150d51=Object[_0xa122ce(0x295)](_0xad7c3c,_0x24f94d);logger[_0xa122ce(0x22f)](util[_0xa122ce(0x1eb)](await _0x2d1d2b['executeAsyncScript'](scripts['performScan'],_0x150d51)));},{'command':_0x5d2b47['PZiJH']})(),await PerformanceTester[_0xe1d00e(0x1f3)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x583627=_0xe1d00e,_0x34ab9c=_0x4341f2?await _0x2d1d2b[_0x583627(0x281)](scripts[_0x583627(0x193)],_0x24f94d):await _0x2d1d2b[_0x583627(0x281)](scripts[_0x583627(0x193)]);return _0x34ab9c;})();}catch{return logger[_0xe1d00e(0x1b0)](_0x5d2b47[_0xe1d00e(0x29a)]),[];}},exports[a126_0x13cf01(0x251)]=async(_0x453ca5,_0x37ae1c)=>{const _0x57dedb=a126_0x13cf01,_0x197bcf={'DcARV':_0x57dedb(0x1b2),'HIDea':_0x57dedb(0x222),'UaGIg':'bstackA11yShouldScan','kPGUc':_0x57dedb(0x238),'ypGwA':function(_0x39c28e,_0x23fa4d){return _0x39c28e(_0x23fa4d);},'jAMho':_0x57dedb(0x1f4),'NZJZO':_0x57dedb(0x251),'zDpyw':_0x57dedb(0x17d)};if(!this[_0x57dedb(0x256)]()||!globals[_0x57dedb(0x270)](_0x197bcf[_0x57dedb(0x271)])||!globals['getGlobal'](_0x197bcf[_0x57dedb(0x17b)]))return logger[_0x57dedb(0x22c)](_0x197bcf['kPGUc']),{};try{const _0x154124=_0x197bcf[_0x57dedb(0x1cc)](require,_0x197bcf[_0x57dedb(0x1b9)]),_0x218998=_0x154124[_0x57dedb(0x1d6)](),_0xafb2a7=_0x218998&&_0x218998[_0x57dedb(0x25e)]();if(_0xafb2a7&&_0xafb2a7['isAppAccessibility']){const _0xed2730=(await _0x453ca5[_0x57dedb(0x157)]())['getId']();let _0x3a9e2e='';try{const _0x37997f=_0x218998[_0x57dedb(0x278)]&&_0x218998[_0x57dedb(0x278)]();_0x3a9e2e=_0x37997f&&_0x37997f[_0x57dedb(0x1d9)]&&_0x37997f[_0x57dedb(0x1d9)]()||'';}catch(_0x219d92){}return logger[_0x57dedb(0x22f)](_0x57dedb(0x263)+_0xed2730+_0x57dedb(0x1ae)+_0x3a9e2e),await _0xafb2a7[_0x57dedb(0x232)](_0xed2730,_0x3a9e2e);}const _0x386309=await this[_0x57dedb(0x1bf)](_0x453ca5),_0x4c586f=_0x386309?Object[_0x57dedb(0x295)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x57dedb(0x1e1)]()}):{};return _0x386309&&logger['debug'](_0x57dedb(0x1c7)+util[_0x57dedb(0x1eb)]('%j',_0x4c586f)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x57dedb(0x254)],async()=>{const _0x257743=_0x57dedb;logger[_0x257743(0x22f)](_0x197bcf[_0x257743(0x168)]);const _0x5349eb={};_0x5349eb[_0x257743(0x194)]=_0x37ae1c['browserstackSessionName'];const _0x440a26=Object[_0x257743(0x295)](_0x5349eb,_0x4c586f);logger[_0x257743(0x22f)](util[_0x257743(0x1eb)](await _0x453ca5[_0x257743(0x281)](scripts[_0x257743(0x214)],_0x440a26)));},{'command':_0x197bcf['NZJZO']})(),await PerformanceTester[_0x57dedb(0x1f3)](PerformanceA11yEvents[_0x57dedb(0x1d3)],async()=>{const _0x278fbb=_0x57dedb,_0x446959=_0x386309?await _0x453ca5['executeAsyncScript'](scripts[_0x278fbb(0x18e)],_0x4c586f):await _0x453ca5[_0x278fbb(0x281)](scripts['getResultsSummary']);return _0x446959;})();}catch{return logger[_0x57dedb(0x1b0)](_0x197bcf[_0x57dedb(0x27b)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x1c8f27,_0x551b8d=![])=>{const _0x49731f=a126_0x13cf01,_0x2f8e92={'eCgMD':function(_0x74dab0,_0x1721a7){return _0x74dab0(_0x1721a7);},'kVVfi':_0x49731f(0x181),'wlZGm':function(_0x40ef17,_0x284b90){return _0x40ef17(_0x284b90);},'KRyLY':_0x49731f(0x20e),'wLVXw':function(_0x5e6ec2,_0x50311c){return _0x5e6ec2!==_0x50311c;},'xHIIx':_0x49731f(0x291),'iCloF':_0x49731f(0x211),'CcckR':'chrome','bBLKK':_0x49731f(0x24c),'ggpvp':_0x49731f(0x24b)};try{if(!_0x1c8f27)return![];const _0x178f21=_0x33b9f6=>typeof _0x1c8f27[_0x49731f(0x225)]===_0x49731f(0x207)?_0x1c8f27[_0x49731f(0x225)](_0x33b9f6):_0x1c8f27[_0x33b9f6],_0xacd463=_0x2f8e92['eCgMD'](String,_0x2f8e92[_0x49731f(0x166)](_0x178f21,_0x2f8e92[_0x49731f(0x1b1)])||_0x2f8e92[_0x49731f(0x229)](_0x178f21,_0x2f8e92[_0x49731f(0x1ce)])||'')[_0x49731f(0x1bd)]();if(_0x2f8e92[_0x49731f(0x273)](_0xacd463,_0x2f8e92[_0x49731f(0x1c5)]))return![];const _0x6727c9=_0x2f8e92[_0x49731f(0x229)](String,_0x2f8e92['eCgMD'](_0x178f21,_0x2f8e92[_0x49731f(0x1df)])||'')[_0x49731f(0x1bd)]();if(!_0x6727c9[_0x49731f(0x245)](_0x2f8e92[_0x49731f(0x24f)]))return _0x551b8d&&logger[_0x49731f(0x22c)](_0x2f8e92[_0x49731f(0x1ef)]),![];return logger['debug'](_0x2f8e92['ggpvp']),!![];}catch(_0xd809b0){return logger[_0x49731f(0x22f)](_0x49731f(0x202)+_0xd809b0),![];}},exports[a126_0x13cf01(0x1bf)]=async _0x1120a2=>{const _0x1ffc78=a126_0x13cf01;try{const _0x227da8=await _0x1120a2[_0x1ffc78(0x272)]();return exports['isMobileAccessibilityPlatform'](_0x227da8);}catch(_0x1a52a9){return logger[_0x1ffc78(0x22f)](_0x1ffc78(0x15e)+_0x1a52a9),![];}},exports[a126_0x13cf01(0x299)]=()=>{const _0x5144d8=a126_0x13cf01,_0x1f52c1={};return _0x1f52c1[_0x5144d8(0x18a)]=!![],_0x1f52c1;},exports['resolveMobileThTestRunUuid']=()=>{const _0x5b2e15=a126_0x13cf01,_0x3aa5bc={};_0x3aa5bc[_0x5b2e15(0x15f)]=function(_0x23a27d,_0x14da70){return _0x23a27d===_0x14da70;},_0x3aa5bc[_0x5b2e15(0x298)]=_0x5b2e15(0x294),_0x3aa5bc[_0x5b2e15(0x169)]=function(_0x4c3920,_0x657178){return _0x4c3920>_0x657178;},_0x3aa5bc[_0x5b2e15(0x1ca)]=_0x5b2e15(0x23e),_0x3aa5bc[_0x5b2e15(0x1e6)]=_0x5b2e15(0x1e2),_0x3aa5bc[_0x5b2e15(0x253)]=function(_0x313c70,_0x2d02ca){return _0x313c70===_0x2d02ca;},_0x3aa5bc['FbznP']='undefined';const _0x105564=_0x3aa5bc,_0x38a94a=global[_0x5b2e15(0x15d)],_0x54fadc=_0x38a94a&&_0x38a94a['currentTest'],_0x4fee39=_0x54fadc&&_0x54fadc[_0x5b2e15(0x286)];if(_0x105564[_0x5b2e15(0x15f)](typeof _0x4fee39,_0x105564[_0x5b2e15(0x298)])&&_0x105564[_0x5b2e15(0x169)](_0x4fee39[_0x5b2e15(0x240)],0x0))return _0x4fee39;let _0x8c7cd2;if(!_0x38a94a)_0x8c7cd2=_0x105564[_0x5b2e15(0x1ca)];else!_0x54fadc?_0x8c7cd2=_0x105564[_0x5b2e15(0x1e6)]:_0x8c7cd2=_0x5b2e15(0x217)+Object[_0x5b2e15(0x1ba)](_0x54fadc)[_0x5b2e15(0x216)](',\x20')+_0x5b2e15(0x282)+(_0x105564[_0x5b2e15(0x253)](_0x4fee39,undefined)?_0x105564[_0x5b2e15(0x1be)]:'\x22'+_0x4fee39+'\x22')+_0x5b2e15(0x1c4);return logger[_0x5b2e15(0x22c)](_0x5b2e15(0x184)+_0x8c7cd2+'\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.'),'';},exports[a126_0x13cf01(0x208)]=_0x28bb3e=>{const _0x1b2574=a126_0x13cf01,_0x3537dd={};_0x3537dd[_0x1b2574(0x20d)]=function(_0x55c9bc,_0x453d1f){return _0x55c9bc===_0x453d1f;},_0x3537dd[_0x1b2574(0x19b)]='string',_0x3537dd[_0x1b2574(0x1c0)]=_0x1b2574(0x1ad);const _0x2213a6=_0x3537dd;if(_0x28bb3e&&_0x28bb3e['script']&&_0x2213a6[_0x1b2574(0x20d)](typeof _0x28bb3e[_0x1b2574(0x1cb)],_0x2213a6['yNYFE']))return _0x28bb3e[_0x1b2574(0x1cb)][_0x1b2574(0x245)](_0x2213a6[_0x1b2574(0x1c0)]);return![];},exports[a126_0x13cf01(0x252)]=a126_0x13cf01(0x274),exports[a126_0x13cf01(0x1bb)]=()=>process[a126_0x13cf01(0x179)][a126_0x13cf01(0x1e7)]===a126_0x13cf01(0x21f),exports[a126_0x13cf01(0x264)]=_0x11f1a4=>{const _0x2b9349=a126_0x13cf01,_0x463f72={};_0x463f72['gqIqU']=function(_0x4e6dc8,_0x450169){return _0x4e6dc8 in _0x450169;};const _0x21679e=_0x463f72;if(bsSetupHelper[_0x2b9349(0x1fc)](_0x11f1a4))return![];const _0x32ddd7=_0x11f1a4[_0x2b9349(0x1bd)]();return _0x21679e['gqIqU'](_0x32ddd7,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a126_0x13cf01(0x221)]=_0x5baa2f=>{const _0x5c3c17=a126_0x13cf01;if(bsSetupHelper[_0x5c3c17(0x1fc)](_0x5baa2f))return null;const _0x320203=_0x5baa2f[_0x5c3c17(0x1bd)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x320203]||null;},exports[a126_0x13cf01(0x195)]=(_0x4dfa10,_0x3a018a)=>{const _0x112065=a126_0x13cf01,_0x211a18=this[_0x112065(0x221)](_0x4dfa10);if(!_0x211a18)return null;if(_0x3a018a)return _0x211a18['min_version_browserstack'];return _0x211a18['min_version_non_browserstack'];},exports[a126_0x13cf01(0x292)]=_0x25d3e4=>{const _0x1b7d57=a126_0x13cf01,_0x10ab96=this['getBrowserA11yConfig'](_0x25d3e4);return _0x10ab96?_0x10ab96[_0x1b7d57(0x1dd)]:_0x25d3e4;},exports[a126_0x13cf01(0x25a)]=_0x27d6c8=>{const _0x8dd9f0=a126_0x13cf01,_0xe8984=this[_0x8dd9f0(0x221)](_0x27d6c8);return _0xe8984?_0xe8984['requires_chrome_options_check']:![];},exports['isVersionSupported']=(_0x166999,_0x321383)=>{const _0x367e04=a126_0x13cf01,_0x2970e9={'cteXD':function(_0x17dfb5,_0x38a99e){return _0x17dfb5(_0x38a99e);},'qddBJ':function(_0x5322aa,_0x34f66d){return _0x5322aa(_0x34f66d);},'vZHIm':function(_0x328ffe,_0x448e57){return _0x328ffe>=_0x448e57;}};if(bsSetupHelper[_0x367e04(0x1fc)](_0x166999)||bsSetupHelper[_0x367e04(0x1fc)](_0x321383))return![];const _0x3f5b89=bsSetupHelper['compareVersions'](_0x2970e9[_0x367e04(0x17f)](String,_0x166999),_0x2970e9[_0x367e04(0x1cd)](String,_0x321383));return _0x2970e9[_0x367e04(0x296)](_0x3f5b89,0x0);},exports['parseA11yJwtPayload']=_0x50c342=>{const _0x2774f3=a126_0x13cf01,_0x2f3f72={};_0x2f3f72[_0x2774f3(0x1f5)]=function(_0xdada59,_0x39def5){return _0xdada59!==_0x39def5;},_0x2f3f72[_0x2774f3(0x174)]=_0x2774f3(0x294),_0x2f3f72['TkwdB']='base64';const _0x49800e=_0x2f3f72;if(!_0x50c342||_0x49800e['gPAZw'](typeof _0x50c342,_0x49800e[_0x2774f3(0x174)]))return null;try{return JSON[_0x2774f3(0x15c)](Buffer[_0x2774f3(0x186)](_0x50c342[_0x2774f3(0x28c)]('.')[0x1],_0x49800e[_0x2774f3(0x15a)])[_0x2774f3(0x1a5)]());}catch{return null;}};
|