browserstack-node-sdk 1.64.0 → 1.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a122_0x37bb55=a122_0x3f74;function a122_0x5ce4(){const _0x40d101=['46QmGTDL','YoCWx','eElMx','../ai-sdk-node/bundle','stringify','dyzmQ','1465764VCKzwh','uncaughtException','Error\x20occured\x20while\x20stopping\x20percy','tziVp','UPGRADE_REQUIRED','kJuRL','BPlNY','YsZUQ','ncymL','2987915xmoOIv','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','events.json','11lkVnhR','1098anxPoc','8854lOUKTz','zgdmw','getPackageVersion','useW3C','SCllF','setupTcgConfigFile','fcDkk','getUserName','xbzKk','ofpnd','setupKeepAlive','finalize','BrowserstackHealingInitFailed','exceptions','proxy','SIGINT','forceLocal','testContextOptions','userName\x20or\x20accessKey\x20is\x20not\x20defined','SIGHUP','exit','BROWSERSTACK_PERCY','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','KFQsn','FkMhy','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','QmWCj','SDKTestAttempted','getProxyConfigForTcg','../bin/utils/constants','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','init','UGoUn','DZRUT','JPNqp','setCredentialsFromYmlConfig','Cygxe','spsUc','Error\x20occured\x20while\x20stopping\x20local\x20binary','percy','ZxRcf','setHandlePWError','GYdQw','DtKNf','Percy\x20started\x20successfully','localOptions','zRpkL','Error\x20in\x20percy\x20setup\x20','fireFunnelTestEvent','winstonLogger','No\x20config\x20provided.','BrowserstackHealing.init','info','reportFinalDetectionState','disableAutoCaptureLogs','./caCertHelper','message','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','FRAMEWORK','unhandledErrors','cawZo','split','ciGHH','true','TCG_AUTH_TIMEOUT','OCkEU','SQEYv','cliConfig','exitCode','setBrowserstackInfraFromConfig','configPath','6OZhZKZ','handled','playwrightUrl','toString','then','./logger','./testhub/utils','mHjIZ','qiAgh','getCentralUser','length','selenium-webdriver','getFinalCaps','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','7|12|21|17|4|8|5|1|3|25|22|15|11|20|6|14|19|9|2|0|26|18|13|16|23|10|24','Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','accessKey','isHealingEnabled','isTrue','readConfig','turboScaleGridDetails','allocateHub','SmZTv','xCMHS','startMonitoring','isEnabled','Tqffo','playwright','stopPercy','env','cGrPm','end','codeceptjs','AI_INIT_SUCCESSFUL','Data\x20sent\x20successfully\x20to\x20','reportProcessInterruptionSituation','\x20with\x20response\x20','browserStackLocalOptions','SIGABRT','Calling\x20Build\x20Stop\x20from\x20ExitHandler','GhJtk','error','framework','preInitialize','TCG_DOWN','./setKeepAlive','__isPlaywrightInstalled','../bin/v2/browserstackCLI','DIARR','INVALID_INIT_RESP_WITH_USER_IMPACT','lTgOj','5356666WIWKZz','race','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','giPRu','11931670GZxvdU','Signal\x20shutdown\x20timed\x20out\x20after\x20','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','completed','getLocalIdentifier','IwwvG','assign','push','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','kiJlG','setLogDir','writeFileSync','hubUrl','setupTCGAuth','win32','warn','errorMessage','VxtLd','../bin/utils/apiUtilityMethods','lZaVz','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','TCG_AUTH_FAILURE','../hubAllocationMethods','captureError','proxyUrl','MHvEz','SIGBREAK','getTurboScaleGridDetails','BNBUH','bstackConfig','ApKti','setSmartTestSelectionFeatureBranchesConfig','AI_INIT_FAILURE','Error\x20in\x20writing\x20events\x20to\x20file\x20','beforeExit','nKxLW','getLocalConfig','EKYAY','sdkRunId','heaaK','__isPuppeteerInstalled','YUJiL','normalizeTestReportingEnvVars','SDK\x20run\x20started\x20with\x20id:\x20','./testhub/testhubHandler','CInEA','toLowerCase','948748qyOCDr','stop','?caps=','../bin/utils/clientTroubleshootingService','tHnVA','includes','generateLocalIdentifier','parallelsPerPlatform','AUTOLOGCAPTURE_NOTIFICATION','isUndefined','config','getHubUrl','./performance/performance-tester','fileLogger','statusCode','platforms','integrations','isRunning','format','unhandledRejection','startPercy','Failed\x20to\x20send\x20data\x20to\x20','join','JzcOl','ZNJxQ','exitHandler','platform','isNotUndefined','tHejP','localIdentifier','isAuthenticated','checkStopLocalBinaryOnExit','uuid','lVGAY','kWpfx','setupBrowserstackLocal','fJaaN','BrowserstackHealing.init\x20method\x20timed\x20out','version','central_scanner','constructor','4.5.0','killSignal','initialize','nVCcS','selfHeal','YFCPC','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','SIGQUIT','BxqVx','turboScaleUrl','status','LNYUn','exghj','envConfig','WNNQB','false','debug','TCG_URL','requireSeleniumWebdriverCheck','isBrowserstackInfra','unref','ats-repeater','SDK_CLEANUP','handleExceptions','setLogLevel','ZeLnT','browserstackLocal','bind','skipSessionStatus','stopBrowserstackLocal','timed-out','jCpTQ','vhYDO','TZmuH','measureWrapper','cancel','stopLocalBinary','aDABd','setupCaCertificate','skipBinaryInitialisation','turboScaleOptions','close','getConfigPath','skipSessionName','setupPercy','Kqkxf','path','setUpHubUrl','intExitHandler','nGAjY','getInstance','catch','43176hwaXZz','isTurboScaleSession'];a122_0x5ce4=function(){return _0x40d101;};return a122_0x5ce4();}(function(_0x51e2bf,_0xaa7a2f){const _0x176584=a122_0x3f74,_0x8a3a62=_0x51e2bf();while(!![]){try{const _0x18ddfc=parseInt(_0x176584(0x174))/0x1*(-parseInt(_0x176584(0x188))/0x2)+-parseInt(_0x176584(0x1cf))/0x3*(parseInt(_0x176584(0x235))/0x4)+parseInt(_0x176584(0x183))/0x5+parseInt(_0x176584(0x17a))/0x6+parseInt(_0x176584(0x202))/0x7+-parseInt(_0x176584(0x172))/0x8*(-parseInt(_0x176584(0x187))/0x9)+parseInt(_0x176584(0x206))/0xa*(-parseInt(_0x176584(0x186))/0xb);if(_0x18ddfc===_0xaa7a2f)break;else _0x8a3a62['push'](_0x8a3a62['shift']());}catch(_0xfbf123){_0x8a3a62['push'](_0x8a3a62['shift']());}}}(a122_0x5ce4,0x6047e));function a122_0x3f74(_0x468f42,_0x1ee4a7){const _0x5ce4e8=a122_0x5ce4();return a122_0x3f74=function(_0x3f742f,_0x2d8c70){_0x3f742f=_0x3f742f-0x156;let _0x2c5bc8=_0x5ce4e8[_0x3f742f];return _0x2c5bc8;},a122_0x3f74(_0x468f42,_0x1ee4a7);}const util=require('util'),os=require('os'),path=require(a122_0x37bb55(0x16c)),{v4:uuidv4}=require(a122_0x37bb55(0x255)),fs=require('fs'),constants=require(a122_0x37bb55(0x1a5)),logger=require(a122_0x37bb55(0x1d4))[a122_0x37bb55(0x1b9)],fileLogger=require(a122_0x37bb55(0x1d4))[a122_0x37bb55(0x242)],{getLogDir}=require(a122_0x37bb55(0x1d4)),helper=require('./helper'),utilities=require('./utilities'),percyHelper=require('./percy/utils'),hubAllocator=require(a122_0x37bb55(0x21c)),PerformanceTester=require(a122_0x37bb55(0x241)),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a122_0x37bb55(0x1d5)),TestHubHandler=require(a122_0x37bb55(0x232)),timeoutPromise=require('./timeoutPromise'),BrowserstackCLI=require(a122_0x37bb55(0x1fe)),LoadTestModule=require('../bin/v2/modules/loadTestModule'),{getEdsInstrumentationAPIUrl}=require(a122_0x37bb55(0x218)),ClientTroubleShootingService=require(a122_0x37bb55(0x238));class BrowserStackSetup{constructor(_0x11a847,_0x45a0e3){const _0x3d5bfa=a122_0x37bb55,_0x2746f7={'MHvEz':_0x3d5bfa(0x1dd),'cGrPm':_0x3d5bfa(0x1ba),'YhZah':function(_0x5b8040){return _0x5b8040();},'Cygxe':function(_0x22d147,_0x1fc950){return _0x22d147(_0x1fc950);},'LNYUn':_0x3d5bfa(0x1bf)},_0x205d19=_0x2746f7[_0x3d5bfa(0x21f)][_0x3d5bfa(0x1c5)]('|');let _0x5665f6=0x0;while(!![]){switch(_0x205d19[_0x5665f6++]){case'0':this[_0x3d5bfa(0x23f)]['testContextOptions'][_0x3d5bfa(0x15a)]=!helper['isBrowserstackInfra']()||helper[_0x3d5bfa(0x1e1)](this[_0x3d5bfa(0x23f)][_0x3d5bfa(0x199)][_0x3d5bfa(0x15a)]);continue;case'1':this[_0x3d5bfa(0x1cb)]=helper['setCLICaps'](_0x11a847);continue;case'2':helper[_0x3d5bfa(0x1ab)](this[_0x3d5bfa(0x23f)]);continue;case'3':this[_0x3d5bfa(0x23f)]['platforms']=this[_0x3d5bfa(0x23f)]['platforms']||[];continue;case'4':this[_0x3d5bfa(0x1af)]=null;continue;case'5':this[_0x3d5bfa(0x23f)]=helper[_0x3d5bfa(0x1e2)](this[_0x3d5bfa(0x1ce)]);continue;case'6':if(helper[_0x3d5bfa(0x23e)](this[_0x3d5bfa(0x23f)]))throw new Error(_0x2746f7[_0x3d5bfa(0x1ed)]);continue;case'7':this[_0x3d5bfa(0x1c3)]=[];continue;case'8':this[_0x3d5bfa(0x1ce)]=helper[_0x3d5bfa(0x168)](_0x11a847);continue;case'9':helper[_0x3d5bfa(0x1cd)](this[_0x3d5bfa(0x23f)],this[_0x3d5bfa(0x1cb)]);continue;case'10':PerformanceTester[_0x3d5bfa(0x1e7)]();continue;case'11':this['framework']=_0x45a0e3;continue;case'12':helper[_0x3d5bfa(0x230)]();continue;case'13':helper[_0x3d5bfa(0x225)](this[_0x3d5bfa(0x23f)],this[_0x3d5bfa(0x1cb)],this['envConfig']);continue;case'14':if(this['config'][_0x3d5bfa(0x1f8)])throw new Error(this[_0x3d5bfa(0x23f)][_0x3d5bfa(0x1f8)]);continue;case'15':this[_0x3d5bfa(0x22c)]=_0x2746f7['YhZah'](uuidv4);continue;case'16':helper[_0x3d5bfa(0x210)](this[_0x3d5bfa(0x23f)]);continue;case'17':this[_0x3d5bfa(0x158)]=null;continue;case'18':helper[_0x3d5bfa(0x1db)](this['config'],this[_0x3d5bfa(0x1cb)],this['envConfig']);continue;case'19':helper['validateSkipAppOverride'](this[_0x3d5bfa(0x23f)],this[_0x3d5bfa(0x1f9)]);continue;case'20':global[_0x3d5bfa(0x1f9)]=_0x45a0e3;continue;case'21':this[_0x3d5bfa(0x26b)]=helper['setEnvCaps']();continue;case'22':this[_0x3d5bfa(0x216)]={};continue;case'23':helper[_0x3d5bfa(0x156)](this[_0x3d5bfa(0x23f)],this[_0x3d5bfa(0x1cb)],this['envConfig']);continue;case'24':try{_0x2746f7[_0x3d5bfa(0x1ac)](require,_0x2746f7[_0x3d5bfa(0x269)])[_0x3d5bfa(0x164)](this[_0x3d5bfa(0x23f)],logger);}catch(_0x241dde){}continue;case'25':this[_0x3d5bfa(0x23f)][_0x3d5bfa(0x199)]=this[_0x3d5bfa(0x23f)][_0x3d5bfa(0x199)]||{};continue;case'26':this[_0x3d5bfa(0x23f)][_0x3d5bfa(0x199)]['skipSessionName']=!helper[_0x3d5bfa(0x271)]()||helper['isTrue'](this[_0x3d5bfa(0x23f)]['testContextOptions'][_0x3d5bfa(0x169)]);continue;}break;}}[a122_0x37bb55(0x1fa)](_0x4b7e25){const _0x4c345a=a122_0x37bb55,_0x4d3437={'GhJtk':_0x4c345a(0x19a),'VxtLd':function(_0x3963d3,_0x2df06c){return _0x3963d3===_0x2df06c;},'YFCPC':_0x4c345a(0x245),'nGAjY':_0x4c345a(0x1a3),'rdfgt':function(_0x394528,_0x30dfe7){return _0x394528<_0x30dfe7;},'eElMx':function(_0x380c12,_0x33ed02){return _0x380c12(_0x33ed02);},'TZmuH':_0x4c345a(0x1da),'cawZo':_0x4c345a(0x25e),'zRpkL':_0x4c345a(0x19e),'SQEYv':_0x4c345a(0x1c1),'aDABd':'SIGTERM','gmabl':_0x4c345a(0x197),'BPlNY':_0x4c345a(0x19b),'lZaVz':function(_0x581648,_0x52fe54){return _0x581648!==_0x52fe54;},'BNBUH':_0x4c345a(0x214),'kiJlG':_0x4c345a(0x1f5),'nVCcS':_0x4c345a(0x265),'fJaaN':_0x4c345a(0x220),'jJWhE':_0x4c345a(0x228)},_0x41272a=this[_0x4c345a(0x1f9)];global[_0x4c345a(0x23f)]=this[_0x4c345a(0x23f)],helper['sanitizeCaps'](this[_0x4c345a(0x23f)]),this[_0x4c345a(0x25f)]=null,global[_0x4c345a(0x22c)]=this[_0x4c345a(0x22c)],logger[_0x4c345a(0x1bc)](_0x4c345a(0x231)+this[_0x4c345a(0x22c)]),!this['config'][_0x4c345a(0x1f4)]&&(this[_0x4c345a(0x23f)][_0x4c345a(0x1f4)]=this[_0x4c345a(0x23f)][_0x4c345a(0x1b5)]||{});if(helper[_0x4c345a(0x23e)](helper[_0x4c345a(0x18f)](this['config']))||helper['isUndefined'](helper['getAccessKey'](this[_0x4c345a(0x23f)])))throw new Error(_0x4d3437[_0x4c345a(0x1f7)]);helper[_0x4c345a(0x22a)](this[_0x4c345a(0x23f)])&&helper[_0x4c345a(0x23e)](helper[_0x4c345a(0x20a)](this[_0x4c345a(0x23f)]))&&(!helper[_0x4c345a(0x23e)](this['config']['browserStackLocalOptions'])&&_0x4d3437['VxtLd'](this[_0x4c345a(0x23f)][_0x4c345a(0x1f4)][_0x4c345a(0x25d)],Object)?!helper[_0x4c345a(0x1e1)](this['config'][_0x4c345a(0x1f4)]['skipBinaryInitialisation'])&&(this[_0x4c345a(0x23f)][_0x4c345a(0x1f4)][_0x4c345a(0x252)]=helper['generateLocalIdentifier']()):this[_0x4c345a(0x23f)][_0x4c345a(0x1f4)]={'localIdentifier':helper[_0x4c345a(0x23b)]()});this['config'][_0x4c345a(0x1f4)][_0x4c345a(0x165)]=helper['isTrue'](this[_0x4c345a(0x23f)][_0x4c345a(0x1f4)]['skipBinaryInitialisation']),helper[_0x4c345a(0x1b1)](this[_0x4c345a(0x23f)]);if(_0x4d3437[_0x4c345a(0x217)](_0x41272a,_0x4d3437[_0x4c345a(0x263)]))return;this[_0x4c345a(0x275)]();process[_0x4c345a(0x1ec)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x4c345a(0x23f)]['turboScale']=helper[_0x4c345a(0x1e1)](process['env']['BROWSERSTACK_TURBOSCALE']),this[_0x4c345a(0x23f)]['turboScaleOptions']=this[_0x4c345a(0x23f)][_0x4c345a(0x166)]||{});helper['isTurboScaleSession'](this[_0x4c345a(0x23f)])&&(process[_0x4c345a(0x1ec)]['BROWSERSTACK_TURBOSCALE']=!![]);LoadTestModule['isLTSSession'](this['config'])&&logger[_0x4c345a(0x26e)](_0x4c345a(0x184)+this['sdkRunId']);if(!helper[_0x4c345a(0x271)]()){try{process['env'][_0x4c345a(0x1c2)]=_0x41272a,utilities['fireFunnelTestEvent'](_0x4d3437[_0x4c345a(0x16f)],{},this[_0x4c345a(0x23f)],this[_0x4c345a(0x1f9)]);}catch(_0x9f9b89){logger[_0x4c345a(0x26e)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x9f9b89);}return;}if(helper[_0x4c345a(0x270)](_0x41272a)){if(global[_0x4c345a(0x1fd)]||global[_0x4c345a(0x22e)])return;_0x4d3437['rdfgt'](_0x4d3437[_0x4c345a(0x176)](parseInt,helper['getPackageVersion'](_0x4d3437[_0x4c345a(0x15f)])),0x3)&&(this[_0x4c345a(0x23f)][_0x4c345a(0x18b)]=![]),_0x4d3437[_0x4c345a(0x217)](helper['compareVersions'](helper[_0x4c345a(0x18a)](_0x4d3437[_0x4c345a(0x15f)]),_0x4d3437[_0x4c345a(0x1c4)]),0x1)&&(this[_0x4c345a(0x23f)]['useW3C']=!![]);}(helper[_0x4c345a(0x23e)](this[_0x4c345a(0x23f)][_0x4c345a(0x244)])||helper[_0x4c345a(0x23e)](this[_0x4c345a(0x23f)]['platforms'][_0x4c345a(0x1d9)]))&&(helper['isUndefined'](this['config'][_0x4c345a(0x23c)])?logger[_0x4c345a(0x1bc)](_0x4d3437[_0x4c345a(0x1b6)]):logger[_0x4c345a(0x215)](_0x4d3437[_0x4c345a(0x1ca)]),this[_0x4c345a(0x23f)][_0x4c345a(0x244)]=[]);!this[_0x4c345a(0x23f)][_0x4c345a(0x199)]&&(this[_0x4c345a(0x23f)][_0x4c345a(0x199)]={});try{process['env'][_0x4c345a(0x1c2)]=_0x4b7e25['_'][0x0],utilities[_0x4c345a(0x1b8)](_0x4d3437[_0x4c345a(0x16f)],{},this['config'],this[_0x4c345a(0x1f9)]);}catch(_0x4c2d0a){logger[_0x4c345a(0x26e)](_0x4c345a(0x20e)+_0x4c2d0a);}!this[_0x4c345a(0x23f)][_0x4c345a(0x1be)]&&logger[_0x4c345a(0x1bc)](constants[_0x4c345a(0x23d)]),this[_0x4c345a(0x16e)]=this[_0x4c345a(0x16e)][_0x4c345a(0x159)](this),process['on'](_0x4d3437[_0x4c345a(0x163)],this[_0x4c345a(0x16e)]),process['on'](_0x4d3437['gmabl'],this[_0x4c345a(0x16e)]),process['on'](_0x4d3437[_0x4c345a(0x180)],this[_0x4c345a(0x16e)]),_0x4d3437[_0x4c345a(0x219)](process['platform'],_0x4d3437[_0x4c345a(0x222)])?(process['on'](_0x4d3437[_0x4c345a(0x20f)],this[_0x4c345a(0x16e)]),process['on'](_0x4d3437[_0x4c345a(0x261)],this[_0x4c345a(0x16e)])):process['on'](_0x4d3437[_0x4c345a(0x259)],this[_0x4c345a(0x16e)]),process['on'](_0x4d3437['jJWhE'],this['exitHandler']());}async[a122_0x37bb55(0x260)](_0x398b33){const _0x529bf5=a122_0x37bb55,_0x4e03f={'GYdQw':_0x529bf5(0x273),'hSfwq':'custom-repeater','JPNqp':_0x529bf5(0x1c7),'QmWCj':function(_0x2f451f,_0xba0da6){return _0x2f451f===_0xba0da6;},'BxqVx':_0x529bf5(0x1ea),'KFQsn':function(_0x7ab16d,_0x50abab){return _0x7ab16d+_0x50abab;},'ApKti':_0x529bf5(0x237),'tHnVA':function(_0x15dc5f,_0x24a822){return _0x15dc5f(_0x24a822);},'vhYDO':_0x529bf5(0x1ef)};this[_0x529bf5(0x1fa)](_0x398b33);if(helper[_0x529bf5(0x173)](this[_0x529bf5(0x23f)])){const _0x3c2058=await helper[_0x529bf5(0x221)](this[_0x529bf5(0x23f)]);this[_0x529bf5(0x23f)][_0x529bf5(0x1e3)]=_0x3c2058,_0x3c2058['isTrialGrid']&&helper[_0x529bf5(0x250)](this[_0x529bf5(0x23f)][_0x529bf5(0x158)])&&helper[_0x529bf5(0x1e1)](this[_0x529bf5(0x23f)][_0x529bf5(0x158)])&&(this[_0x529bf5(0x23f)][_0x529bf5(0x1f4)][_0x529bf5(0x252)]=_0x4e03f[_0x529bf5(0x1b2)],this[_0x529bf5(0x23f)]['browserStackLocalOptions'][_0x4e03f['hSfwq']]=_0x3c2058['customRepeaters'][_0x529bf5(0x24b)](','),this[_0x529bf5(0x23f)]['browserStackLocalOptions'][_0x529bf5(0x198)]=_0x4e03f[_0x529bf5(0x1aa)]),this['config'][_0x529bf5(0x267)]=_0x3c2058['url'],this[_0x529bf5(0x1f9)]&&_0x4e03f[_0x529bf5(0x1a2)](this[_0x529bf5(0x1f9)][_0x529bf5(0x234)](),_0x4e03f['BxqVx'])?this['config'][_0x529bf5(0x267)]=_0x4e03f[_0x529bf5(0x19f)](_0x3c2058[_0x529bf5(0x1d1)],_0x4e03f[_0x529bf5(0x224)]):constants[_0x529bf5(0x212)]=helper[_0x529bf5(0x240)](this[_0x529bf5(0x23f)]),logger[_0x529bf5(0x26e)](_0x529bf5(0x208)+constants[_0x529bf5(0x212)]);}helper['setProxySettings'](this[_0x529bf5(0x23f)]),this['setupKeepAlive'](),_0x4e03f[_0x529bf5(0x239)](setPercyFlag,this),![_0x4e03f[_0x529bf5(0x15e)],_0x4e03f[_0x529bf5(0x266)]][_0x529bf5(0x23a)](this['framework'])&&!helper[_0x529bf5(0x173)](this[_0x529bf5(0x23f)])&&!helper[_0x529bf5(0x1d8)]()[_0x529bf5(0x25c)]&&await this[_0x529bf5(0x16d)]();}async[a122_0x37bb55(0x16a)](){const _0x217e51=a122_0x37bb55,_0x692075={};_0x692075[_0x217e51(0x18e)]=function(_0x970563,_0x282ed2){return _0x970563===_0x282ed2;},_0x692075[_0x217e51(0x205)]=_0x217e51(0x26d),_0x692075[_0x217e51(0x1ff)]=_0x217e51(0x1a1),_0x692075[_0x217e51(0x20b)]=_0x217e51(0x1b4),_0x692075[_0x217e51(0x175)]=_0x217e51(0x1c7),_0x692075[_0x217e51(0x16b)]=_0x217e51(0x228);const _0x33c33a=_0x692075;if(helper['isTrue'](this[_0x217e51(0x23f)][_0x217e51(0x1af)])&&(!this['percy']||!this[_0x217e51(0x1af)][_0x217e51(0x246)]()))try{this['percy']=await percyHelper[_0x217e51(0x249)](this[_0x217e51(0x23f)]);if(!this['percy']){process[_0x217e51(0x1ec)][_0x217e51(0x19d)]=_0x33c33a[_0x217e51(0x205)];throw new Error(_0x33c33a[_0x217e51(0x1ff)]);}logger[_0x217e51(0x1bc)](_0x33c33a[_0x217e51(0x20b)]),process['env'][_0x217e51(0x19d)]=_0x33c33a['YoCWx'];let _0x4105c0=0x0;const _0x2c97dd=async()=>{const _0x25680c=_0x217e51;_0x4105c0++,_0x33c33a[_0x25680c(0x18e)](_0x4105c0,0x1)&&await this[_0x25680c(0x1eb)]();};process['on'](_0x33c33a[_0x217e51(0x16b)],_0x2c97dd);}catch(_0x2c4194){process[_0x217e51(0x1ec)]['BROWSERSTACK_PERCY']=_0x33c33a[_0x217e51(0x205)],logger['debug'](_0x217e51(0x1b7)+_0x2c4194);throw new Error(_0x2c4194[_0x217e51(0x1d2)]());}}async[a122_0x37bb55(0x1eb)](){const _0x27e2ad=a122_0x37bb55,_0x244052={};_0x244052[_0x27e2ad(0x1a9)]='Percy\x20stopped',_0x244052[_0x27e2ad(0x26a)]=_0x27e2ad(0x17c);const _0x240fd5=_0x244052;if(this[_0x27e2ad(0x1af)]&&this[_0x27e2ad(0x1af)]['isRunning']())try{await percyHelper[_0x27e2ad(0x1eb)](this[_0x27e2ad(0x1af)]),logger[_0x27e2ad(0x1bc)](_0x240fd5[_0x27e2ad(0x1a9)]);}catch(_0x1ef24d){logger['error'](_0x240fd5[_0x27e2ad(0x26a)],_0x1ef24d[_0x27e2ad(0x1c0)]);}}async[a122_0x37bb55(0x258)](){const _0x4fc6e9=a122_0x37bb55,_0x304d81={};_0x304d81[_0x4fc6e9(0x22f)]=_0x4fc6e9(0x1a6),_0x304d81[_0x4fc6e9(0x191)]='Local\x20binary\x20started\x20successfully';const _0x4a25f6=_0x304d81;if(helper[_0x4fc6e9(0x271)]()&&helper[_0x4fc6e9(0x1e1)](this[_0x4fc6e9(0x23f)][_0x4fc6e9(0x158)])&&(!this[_0x4fc6e9(0x158)]||!this[_0x4fc6e9(0x158)][_0x4fc6e9(0x246)]()))try{if(this[_0x4fc6e9(0x23f)][_0x4fc6e9(0x1f4)][_0x4fc6e9(0x165)]){logger[_0x4fc6e9(0x26e)](_0x4a25f6['YUJiL']);return;}this[_0x4fc6e9(0x158)]=await helper['startLocalBinary'](this['config']),logger[_0x4fc6e9(0x1bc)](_0x4a25f6[_0x4fc6e9(0x191)]);}catch(_0x48d6b7){logger[_0x4fc6e9(0x26e)](_0x48d6b7);throw new Error(_0x48d6b7[_0x4fc6e9(0x1d2)]());}}async['stopBrowserstackLocal'](){const _0x41dc6a=a122_0x37bb55,_0x5efcf8={};_0x5efcf8[_0x41dc6a(0x22d)]='Local\x20binary\x20stopped',_0x5efcf8[_0x41dc6a(0x251)]=_0x41dc6a(0x1ae);const _0x4a54da=_0x5efcf8;if(this[_0x41dc6a(0x158)]&&this[_0x41dc6a(0x158)]['isRunning']())try{await helper[_0x41dc6a(0x162)](this['browserstackLocal']),logger[_0x41dc6a(0x1bc)](_0x4a54da[_0x41dc6a(0x22d)]);}catch(_0x311913){logger[_0x41dc6a(0x1f8)](_0x4a54da['tHejP'],_0x311913['message']);}}async[a122_0x37bb55(0x16d)](){const _0x44e352=a122_0x37bb55;return PerformanceTester[_0x44e352(0x160)](PerformanceAutEvents['HUB_MANAGEMENT'],async()=>{const _0x3d6a9d=_0x44e352;await hubAllocator[_0x3d6a9d(0x1e4)](this[_0x3d6a9d(0x23f)]);})();}async[a122_0x37bb55(0x213)](){const _0x4857ac=a122_0x37bb55,_0x1533b6={'sHHMf':function(_0x32e795,_0x557c84){return _0x32e795(_0x557c84);},'dajFW':_0x4857ac(0x177),'lVGAY':function(_0x18054d,_0x3e0683,_0x48bbb2,_0xe8064b,_0x46095e,_0x195681,_0x5c49aa){return _0x18054d(_0x3e0683,_0x48bbb2,_0xe8064b,_0x46095e,_0x195681,_0x5c49aa);},'EKYAY':_0x4857ac(0x25a),'DtKNf':_0x4857ac(0x194),'zXtYU':function(_0x3626d1,_0x2dcf65){return _0x3626d1(_0x2dcf65);},'ZxRcf':'../../package.json','ciGHH':_0x4857ac(0x1bb),'SmZTv':function(_0x35e436,_0x2fb348){return _0x35e436(_0x2fb348);},'ZeLnT':function(_0x4c6aae,_0x4208d8){return _0x4c6aae===_0x4208d8;},'OCkEU':_0x4857ac(0x1c7),'yhbGH':function(_0x56b4ba,_0xca65e7){return _0x56b4ba===_0xca65e7;},'IFRbT':function(_0x241061,_0x175874){return _0x241061===_0x175874;},'FkMhy':function(_0x400a14,_0x1c8960){return _0x400a14===_0x1c8960;},'akulx':_0x4857ac(0x264),'UGoUn':_0x4857ac(0x21a),'GgLZX':_0x4857ac(0x1de),'veteG':_0x4857ac(0x1dc),'xbzKk':function(_0x3539b3,_0x4ae143){return _0x3539b3>=_0x4ae143;},'lTgOj':function(_0xa34666,_0x116645){return _0xa34666<_0x116645;},'dyzmQ':'tcg\x20config\x20setup\x20successful.','Tqffo':'aiHeal:tcgAuth','TVLzH':function(_0x2bd8ad){return _0x2bd8ad();}},_0x476072=PerformanceTester[_0x4857ac(0x160)](_0x1533b6[_0x4857ac(0x1e9)],async()=>{const _0xfdd6d1=_0x4857ac;try{const _0x438836=new Date(),_0x40fdd9=helper[_0xfdd6d1(0x1a4)](this[_0xfdd6d1(0x23f)]),_0x129667=_0x1533b6['sHHMf'](require,path['join'](__dirname,_0x1533b6['dajFW'])),_0x28a9d0=_0x1533b6[_0xfdd6d1(0x256)](timeoutPromise,constants[_0xfdd6d1(0x1c8)],_0x1533b6[_0xfdd6d1(0x22b)],_0x1533b6[_0xfdd6d1(0x1b3)],_0x438836,this['config'],this[_0xfdd6d1(0x1f9)]),_0x2e2e72={'tcgUrl':constants[_0xfdd6d1(0x26f)],'sdkVersion':_0x1533b6['zXtYU'](require,_0x1533b6['ZxRcf'])[_0xfdd6d1(0x25b)],'methodUsed':_0x1533b6[_0xfdd6d1(0x1c6)],'proxyConfig':_0x40fdd9,'os':os['platform']()};if(_0x40fdd9&&_0x40fdd9[_0xfdd6d1(0x21e)]){utilities[_0xfdd6d1(0x1b8)](constants['AI_PROXY_FAILURE'],_0x2e2e72,this['config'],this[_0xfdd6d1(0x1f9)]),_0x28a9d0[_0xfdd6d1(0x161)]();return;}const _0x3d9b2e={};_0x3d9b2e[_0xfdd6d1(0x196)]=_0x40fdd9;const _0xb10d9e=await Promise[_0xfdd6d1(0x203)]([_0x129667[_0xfdd6d1(0x1a7)](this[_0xfdd6d1(0x23f)][_0xfdd6d1(0x1df)],this[_0xfdd6d1(0x23f)]['userName'],constants['TCG_URL'],_0x1533b6[_0xfdd6d1(0x1e5)](require,_0x1533b6[_0xfdd6d1(0x1b0)])[_0xfdd6d1(0x25b)],_0x3d9b2e)[_0xfdd6d1(0x1d3)](_0x570135=>{const _0x16ae75=_0xfdd6d1;return _0x28a9d0[_0x16ae75(0x161)](),_0x570135;}),_0x28a9d0]);_0xb10d9e['isHealingEnabled']=_0x1533b6[_0xfdd6d1(0x157)](_0xb10d9e[_0xfdd6d1(0x1e0)],_0x1533b6[_0xfdd6d1(0x1c9)])||_0x1533b6['yhbGH'](_0xb10d9e[_0xfdd6d1(0x1e0)],!![]);const _0x3e00fb=_0x1533b6['IFRbT'](this[_0xfdd6d1(0x23f)][_0xfdd6d1(0x262)],!![])||_0x1533b6['IFRbT'](this[_0xfdd6d1(0x23f)][_0xfdd6d1(0x262)],_0x1533b6[_0xfdd6d1(0x1c9)]);if(_0x1533b6[_0xfdd6d1(0x1a0)](_0xb10d9e['message'],constants[_0xfdd6d1(0x17e)])&&_0x3e00fb)logger[_0xfdd6d1(0x1bc)](_0x1533b6['akulx']);else{if(!_0xb10d9e['isAuthenticated']&&_0x1533b6['yhbGH'](_0xb10d9e[_0xfdd6d1(0x268)],0x1f7)&&_0x3e00fb)logger[_0xfdd6d1(0x1bc)](_0x1533b6[_0xfdd6d1(0x1a8)]),utilities['fireFunnelTestEvent'](constants[_0xfdd6d1(0x1fb)],_0x2e2e72,this[_0xfdd6d1(0x23f)],this['framework']);else{if(!_0xb10d9e[_0xfdd6d1(0x253)]&&_0x3e00fb){logger[_0xfdd6d1(0x1bc)](_0x1533b6['GgLZX']);const _0x1fd219={'tcgUrl':constants[_0xfdd6d1(0x26f)],'sdkVersion':_0x1533b6['sHHMf'](require,_0x1533b6[_0xfdd6d1(0x1b0)])['version'],'methodUsed':_0x1533b6[_0xfdd6d1(0x1c6)],'proxyConfig':_0x40fdd9,'os':os[_0xfdd6d1(0x24f)]()};utilities[_0xfdd6d1(0x1b8)](constants[_0xfdd6d1(0x21b)],_0x1fd219,this[_0xfdd6d1(0x23f)],this[_0xfdd6d1(0x1f9)]);}else{if(_0xb10d9e[_0xfdd6d1(0x253)]&&!_0xb10d9e[_0xfdd6d1(0x1e0)]&&_0x3e00fb)logger[_0xfdd6d1(0x1bc)](_0x1533b6['veteG']);else{if(_0x1533b6['xbzKk'](_0xb10d9e[_0xfdd6d1(0x268)],0xc8)&&_0x1533b6[_0xfdd6d1(0x201)](_0xb10d9e[_0xfdd6d1(0x268)],0x12c))utilities[_0xfdd6d1(0x1b8)](constants[_0xfdd6d1(0x1f0)],_0x2e2e72,this['config'],this[_0xfdd6d1(0x1f9)]);else{if(_0x1533b6[_0xfdd6d1(0x190)](_0xb10d9e[_0xfdd6d1(0x268)],0x190))_0x2e2e72[_0xfdd6d1(0x268)]=_0xb10d9e[_0xfdd6d1(0x268)],utilities['fireFunnelTestEvent'](constants[_0xfdd6d1(0x226)],_0x2e2e72,this[_0xfdd6d1(0x23f)],this['framework']);else!_0xb10d9e[_0xfdd6d1(0x268)]&&utilities[_0xfdd6d1(0x1b8)](constants[_0xfdd6d1(0x200)],_0x2e2e72,this[_0xfdd6d1(0x23f)],this[_0xfdd6d1(0x1f9)]);}}}}}if(_0xb10d9e[_0xfdd6d1(0x253)]&&_0xb10d9e['isHealingEnabled']){const _0x5b7405={};_0x5b7405['tcgAuthConfig']=_0xb10d9e;const _0x44b469=_0x5b7405;_0x40fdd9&&(_0x44b469['proxyConfig']=_0x40fdd9),_0x44b469[_0xfdd6d1(0x1f9)]=this['framework'],_0x44b469[_0xfdd6d1(0x223)]=this[_0xfdd6d1(0x23f)],helper[_0xfdd6d1(0x18d)](_0x44b469),logger['debug'](_0x1533b6[_0xfdd6d1(0x179)]);}}catch(_0x2b374e){logger[_0xfdd6d1(0x26e)]('Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20'+(_0x2b374e[_0xfdd6d1(0x1c0)]?_0x2b374e[_0xfdd6d1(0x1c0)]:''));}});await _0x1533b6['TVLzH'](_0x476072);}[a122_0x37bb55(0x192)](){const _0x556517=a122_0x37bb55,_0xbe0100={'xCMHS':function(_0x757e3f,_0x5c37cc){return _0x757e3f(_0x5c37cc);},'dDfOS':_0x556517(0x1fc)};_0xbe0100[_0x556517(0x1e6)](require,_0xbe0100['dDfOS'])();}[a122_0x37bb55(0x275)](){const _0x6f773e=a122_0x37bb55,_0x47e6d9={};_0x47e6d9[_0x6f773e(0x15d)]='2|4|3|0|1',_0x47e6d9[_0x6f773e(0x189)]=_0x6f773e(0x248),_0x47e6d9['YsZUQ']=_0x6f773e(0x17b);const _0x324800=_0x47e6d9,_0xfc4058=_0x5a2881=>{const _0x106126=_0x6f773e,_0x1db9b1=_0x324800[_0x106126(0x15d)]['split']('|');let _0x69372b=0x0;while(!![]){switch(_0x1db9b1[_0x69372b++]){case'0':PerformanceTester[_0x106126(0x21d)](_0x5a2881);continue;case'1':ClientTroubleShootingService[_0x106126(0x1bd)]();continue;case'2':logger['error'](_0x5a2881[_0x106126(0x1c0)]);continue;case'3':this['unhandledErrors'][_0x106126(0x20d)](util[_0x106126(0x247)]('%j',_0x5a2881));continue;case'4':logger[_0x106126(0x26e)](util['format'](_0x5a2881));continue;}break;}};process['on'](_0x324800[_0x6f773e(0x189)],_0xfc4058),process['on'](_0x324800[_0x6f773e(0x181)],_0xfc4058);}async['intExitHandler'](_0x1a8ee5){const _0x134a16=a122_0x37bb55,_0x75f8b1={'nKxLW':function(_0x2f69f9,_0x353eb8){return _0x2f69f9+_0x353eb8;},'qaZkJ':_0x134a16(0x204),'ncymL':_0x134a16(0x209),'CInEA':function(_0x34b5da,_0x169d8f,_0xd6cbd1){return _0x34b5da(_0x169d8f,_0xd6cbd1);},'SCllF':_0x134a16(0x1d0),'sSMdt':function(_0x15b826,_0x58114d){return _0x15b826+_0x58114d;},'kWpfx':'Shutdown\x20triggered\x20by\x20','mHjIZ':function(_0x384f43,_0x5a5671){return _0x384f43(_0x5a5671);},'CipaV':function(_0x62cb60,_0x3c582c){return _0x62cb60===_0x3c582c;},'ZNJxQ':_0x134a16(0x15c),'spsUc':function(_0x5e22b6,_0x439e49){return _0x5e22b6+_0x439e49;},'kJuRL':_0x134a16(0x207),'qiAgh':'ms;\x20forcing\x20exit'};if(this[_0x75f8b1[_0x134a16(0x229)](_0x75f8b1[_0x134a16(0x18c)],_0x1a8ee5)])return;this[_0x75f8b1['nKxLW'](_0x75f8b1['SCllF'],_0x1a8ee5)]=!![],logger['info'](_0x75f8b1['sSMdt'](_0x75f8b1[_0x134a16(0x257)],_0x1a8ee5)),this[_0x134a16(0x25f)]=_0x1a8ee5;const _0x3523aa=0x7530;let _0x18b2e9;const _0x273433=(async()=>{const _0x273d5f=_0x134a16;await ClientTroubleShootingService[_0x273d5f(0x1f2)](_0x1a8ee5),await TestHubHandler[_0x273d5f(0x236)](_0x1a8ee5),await ClientTroubleShootingService[_0x273d5f(0x1bd)](),await BrowserstackCLI[_0x273d5f(0x170)]()[_0x273d5f(0x236)]();})()[_0x134a16(0x1d3)](()=>_0x134a16(0x209))[_0x134a16(0x171)](_0x1182f5=>{const _0x1e1e16=_0x134a16;return logger[_0x1e1e16(0x26e)](_0x75f8b1['nKxLW'](_0x75f8b1['qaZkJ'],util[_0x1e1e16(0x247)](_0x1182f5))),_0x75f8b1[_0x1e1e16(0x182)];}),_0x19038f=new Promise(_0x263824=>{const _0x2bc6ca=_0x134a16;_0x18b2e9=_0x75f8b1[_0x2bc6ca(0x233)](setTimeout,()=>_0x263824(_0x2bc6ca(0x15c)),_0x3523aa),_0x18b2e9[_0x2bc6ca(0x272)]&&_0x18b2e9['unref']();}),_0x79a3a8=await Promise[_0x134a16(0x203)]([_0x273433,_0x19038f]);_0x75f8b1[_0x134a16(0x1d6)](clearTimeout,_0x18b2e9),_0x75f8b1['CipaV'](_0x79a3a8,_0x75f8b1[_0x134a16(0x24d)])&&(logger[_0x134a16(0x215)](_0x75f8b1[_0x134a16(0x1ad)](_0x75f8b1['sSMdt'](_0x75f8b1[_0x134a16(0x17f)],_0x3523aa),_0x75f8b1[_0x134a16(0x1d7)])),process[_0x134a16(0x19c)](process[_0x134a16(0x1cc)]||0x0));}[a122_0x37bb55(0x24e)](){const _0xdbe033=a122_0x37bb55,_0x326258={'RkNFX':function(_0x237d1c,_0x4f9a9e){return _0x237d1c===_0x4f9a9e;},'yNrzS':_0xdbe033(0x1f6),'WNNQB':function(_0x1210cd,_0x3d6352){return _0x1210cd>_0x3d6352;},'tziVp':function(_0x3741a9,_0x5e6fcc){return _0x3741a9(_0x5e6fcc);},'hOZyJ':function(_0x53198e){return _0x53198e();},'JzcOl':_0xdbe033(0x185)};let _0x11caa7=0x0;return async()=>{const _0x29df11=_0xdbe033;_0x11caa7++;if(_0x326258['RkNFX'](_0x11caa7,0x1)){helper[_0x29df11(0x254)](this[_0x29df11(0x1f9)])&&await this[_0x29df11(0x15b)]();try{logger[_0x29df11(0x26e)](_0x326258['yNrzS']),await TestHubHandler[_0x29df11(0x236)](_0x11caa7),await ClientTroubleShootingService[_0x29df11(0x1bd)](),await BrowserstackCLI[_0x29df11(0x170)]()[_0x29df11(0x236)]('1');}catch(_0x488499){logger[_0x29df11(0x26e)]('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x29df11(0x247)](_0x488499));}PerformanceTester[_0x29df11(0x1ee)](PerformanceEvents[_0x29df11(0x274)]);if(PerformanceTester[_0x29df11(0x1e8)]()){const {measures:_0x17b58c,errors:_0xb4b790}=await PerformanceTester[_0x29df11(0x193)](),_0x48698f={};if(_0x17b58c&&_0x326258[_0x29df11(0x26c)](_0x17b58c[_0x29df11(0x1d9)],0x0)||_0xb4b790&&_0x326258[_0x29df11(0x26c)](_0xb4b790[_0x29df11(0x1d9)],0x0)){const _0x4b90b0={};_0x4b90b0['measures']=_0x17b58c,_0x4b90b0[_0x29df11(0x195)]=_0xb4b790,Object[_0x29df11(0x20c)](_0x48698f,_0x4b90b0);}try{const _0x457479=await helper['sendToEDS'](_0x48698f,this[_0x29df11(0x23f)]);logger[_0x29df11(0x26e)](_0x29df11(0x1f1)+_0x326258[_0x29df11(0x17d)](getEdsInstrumentationAPIUrl,'')+_0x29df11(0x1f3)+_0x457479[_0x29df11(0x243)]);}catch(_0x608182){logger[_0x29df11(0x26e)](_0x29df11(0x24a)+_0x326258[_0x29df11(0x17d)](getEdsInstrumentationAPIUrl,'')+'\x20with\x20error\x20'+util[_0x29df11(0x247)](_0x608182));}try{fs[_0x29df11(0x211)](path[_0x29df11(0x24b)](_0x326258['hOZyJ'](getLogDir),_0x326258[_0x29df11(0x24c)]),JSON[_0x29df11(0x178)](_0x48698f));}catch(_0x16ffd8){logger[_0x29df11(0x26e)](_0x29df11(0x227)+_0x16ffd8);}}}logger&&logger[_0x29df11(0x167)](),fileLogger&&fileLogger[_0x29df11(0x167)]();};}}exports['default']=BrowserStackSetup;
|
|
1
|
+
const a122_0x341668=a122_0x4315;function a122_0x4315(_0x254791,_0x133dd0){const _0x532851=a122_0x5328();return a122_0x4315=function(_0x431546,_0x5f154c){_0x431546=_0x431546-0x171;let _0x488fb2=_0x532851[_0x431546];return _0x488fb2;},a122_0x4315(_0x254791,_0x133dd0);}function a122_0x5328(){const _0x174349=['3460557afijVr','LTS\x20session\x20enabled\x20for\x20this\x20run.\x20SDK\x20run\x20id:\x20','playwright','setUpHubUrl','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','xvluA','uncaughtException','BROWSERSTACK_PERCY','getLocalConfig','cancel','gjbUD','AI_INIT_SUCCESSFUL','bhsrV','platform','isUndefined','Error\x20occured\x20while\x20stopping\x20percy','skipSessionName','SDK\x20run\x20started\x20with\x20id:\x20','1234896pWefsa','config','turboScale','1815548LLyVtQ','../../package.json','winstonLogger','CHphX','join','SALFn','exitHandler','setEnvCaps','format','KQNpm','9100917TzFNCT','assign','url','disableAutoCaptureLogs','Percy\x20started\x20successfully','setProxySettings','../bin/utils/clientTroubleshootingService','LsZTC','nZHmF','default','reportFinalDetectionState','getUserName','catch','../bin/v2/browserstackCLI','exceptions','proxy','turboScaleGridDetails','lpvPT','close','errorMessage','xpAgq','ebwMj','setSmartTestSelectionFeatureBranchesConfig','isLTSSession','info','SDKTestAttempted','hubUrl','qQedy','Local\x20binary\x20started\x20successfully','sendToEDS','split','rUgSi','Healing\x20is\x20not\x20enabled\x20for\x20your\x20group,\x20please\x20contact\x20the\x20admin','./setKeepAlive','RsYyz','isRunning','28983915iBvBZc','jMWbp','Something\x20went\x20wrong.\x20Disabling\x20healing\x20for\x20this\x20session.\x20Please\x20try\x20again\x20later.','includes','nyhVa','setupPercy','length','varyU','Biqvh','configPath','isEnabled','Error\x20occured\x20while\x20stopping\x20local\x20binary','iEfHb','aDexE','bind','tcg\x20config\x20setup\x20successful.','Please\x20upgrade\x20Browserstack\x20SDK\x20to\x20the\x20latest\x20version\x20to\x20use\x20the\x20self-healing\x20feature.','__isPlaywrightInstalled','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','SIGBREAK','killSignal','checkStopLocalBinaryOnExit','ZLLAr','UmRTW','1|3|2|4|0','central_scanner','setLogDir','HUB_MANAGEMENT','109794llLweE','path','SDK_CLEANUP','isHealingEnabled','fXztI','setupTcgConfigFile','../bin/utils/apiUtilityMethods','Calling\x20Build\x20Stop\x20from\x20ExitHandler','sdkRunId','Percy\x20stopped','fileLogger','userName','cpBal','isBrowserstackInfra','mDCca','nCnuI','Failed\x20to\x20send\x20data\x20to\x20','win32','kfTNI','Local\x20binary\x20stopped','TeOhK','iTCaW','DqaGz','generateLocalIdentifier','XcvAY','unref','eVTPv','NuftU','parallelsPerPlatform','CEvgo','then','debug','handleExceptions','startPercy','Error\x20in\x20setting\x20up\x20tcg\x20authconfig.\x20Error:\x20','TCG_AUTH_TIMEOUT','isTrialGrid','./testhub/utils','BROWSERSTACK_TURBOSCALE','testContextOptions','AUTOLOGCAPTURE_NOTIFICATION','DBAbZ','tZCHO','\x20with\x20error\x20','Local\x20binary\x20not\x20started\x20as\x20skipBinaryInitialisation\x20is\x20enabled','dWRLF','preInitialize','130kLWmcW','cliConfig','SIGHUP','igJLN','TCG_DOWN','LoHHa','browserstackLocal','exitCode','AXFcX','fireFunnelTestEvent','skipBinaryInitialisation','normalizeTestReportingEnvVars','AI_PROXY_FAILURE','ms;\x20forcing\x20exit','skipSessionStatus','percy','proxyUrl','Signal\x20shutdown\x20did\x20not\x20complete\x20cleanly:\x20','isAuthenticated','toLowerCase','platforms','true','HzyAu','stopPercy','customRepeaters','stopLocalBinary','accessKey','isTrue','codeceptjs','../hubAllocationMethods','BNbFq','util','isTurboScaleSession','TCG_URL','YindQ','yGuRK','MLscJ','proxyConfig','playwrightUrl','Data\x20sent\x20successfully\x20to\x20','reportProcessInterruptionSituation','TQEls','envConfig','?caps=','ats-repeater','message','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','Error\x20in\x20percy\x20setup\x20','warn','version','xdJPH','push','env','NdUad','Mmwyi','status','YtnIL','setLogLevel','captureError','intExitHandler','FRAMEWORK','pUwvm','error','SIGQUIT','RxpdF','writeFileSync','MKCgB','useW3C','setupKeepAlive','custom-repeater','SIGTERM','selfHeal','nHxQV','./helper','oXWRT','validateSkipAppOverride','selenium-webdriver','constructor','localOptions','maRyB','SIGINT','./percy/utils','oIFfk','Error\x20in\x20writing\x20events\x20to\x20file\x20','turboScaleUrl','bxQtY','QfCrJ','completed','handled','TCG_AUTH_FAILURE','OAqvb','getProxyConfigForTcg','measureWrapper','./logger','ebKSz','BrowserstackHealing.init','./testhub/testhubHandler','beforeExit','race','framework','stopBrowserstackLocal','initialize','BrowserstackHealing.init\x20method\x20timed\x20out','exit','statusCode','setupCaCertificate','SIGABRT','measures','twtWw','finalize','10504112HyUYZl','browserStackLocalOptions','tcgAuthConfig','getPackageVersion','PWcpU','../bin/utils/constants','stop','wVRvt','getCentralUser','forceLocal','Uyesg','setupBrowserstackLocal','readConfig','setCredentialsFromYmlConfig','\x20with\x20response\x20','setupTCGAuth','PHPaX','ngDYq','setCLICaps','2tbdkFH','unhandledErrors','toString','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','setBrowserstackInfraFromConfig','tiFbz','GgAYJ','turboScaleOptions','./utilities','BrowserstackHealingInitFailed','end','sanitizeCaps','DuaWs','tZxmx','LBwyh'];a122_0x5328=function(){return _0x174349;};return a122_0x5328();}(function(_0x4a4aac,_0x591e5f){const _0x4dde9e=a122_0x4315,_0x43cbda=_0x4a4aac();while(!![]){try{const _0x52ab30=-parseInt(_0x4dde9e(0x199))/0x1+-parseInt(_0x4dde9e(0x178))/0x2*(parseInt(_0x4dde9e(0x187))/0x3)+-parseInt(_0x4dde9e(0x19c))/0x4+parseInt(_0x4dde9e(0x215))/0x5*(parseInt(_0x4dde9e(0x1e6))/0x6)+-parseInt(_0x4dde9e(0x1a6))/0x7+parseInt(_0x4dde9e(0x283))/0x8+parseInt(_0x4dde9e(0x1ca))/0x9;if(_0x52ab30===_0x591e5f)break;else _0x43cbda['push'](_0x43cbda['shift']());}catch(_0x38f83e){_0x43cbda['push'](_0x43cbda['shift']());}}}(a122_0x5328,0xd39e6));const util=require(a122_0x341668(0x234)),os=require('os'),path=require(a122_0x341668(0x1e7)),{v4:uuidv4}=require('uuid'),fs=require('fs'),constants=require(a122_0x341668(0x288)),logger=require(a122_0x341668(0x272))[a122_0x341668(0x19e)],fileLogger=require(a122_0x341668(0x272))[a122_0x341668(0x1f0)],{getLogDir}=require(a122_0x341668(0x272)),helper=require(a122_0x341668(0x25e)),utilities=require(a122_0x341668(0x180)),percyHelper=require(a122_0x341668(0x266)),hubAllocator=require(a122_0x341668(0x232)),PerformanceTester=require('./performance/performance-tester'),{EVENTS:PerformanceEvents,AUTOMATE_EVENTS:PerformanceAutEvents}=require('./performance/constants'),{setPercyFlag}=require(a122_0x341668(0x20b)),TestHubHandler=require(a122_0x341668(0x275)),timeoutPromise=require('./timeoutPromise'),BrowserstackCLI=require(a122_0x341668(0x1b3)),LoadTestModule=require('../bin/v2/modules/loadTestModule'),{getEdsInstrumentationAPIUrl}=require(a122_0x341668(0x1ec)),ClientTroubleShootingService=require(a122_0x341668(0x1ac));class BrowserStackSetup{constructor(_0x16dd83,_0x45ebd1){const _0x27294b=a122_0x341668,_0x391fee={'xpAgq':'15|22|24|16|11|17|8|19|10|5|12|23|3|6|9|25|20|1|0|4|2|7|14|18|13|26|21','Biqvh':'No\x20config\x20provided.','HwkZp':function(_0xc9dbcd,_0x533966){return _0xc9dbcd(_0x533966);},'ngDYq':'./caCertHelper','LsZTC':function(_0x1ca6b3){return _0x1ca6b3();}},_0x528040=_0x391fee[_0x27294b(0x1ba)][_0x27294b(0x1c4)]('|');let _0x50e907=0x0;while(!![]){switch(_0x528040[_0x50e907++]){case'0':helper[_0x27294b(0x172)](this[_0x27294b(0x19a)]);continue;case'1':helper[_0x27294b(0x17c)](this[_0x27294b(0x19a)],this['cliConfig']);continue;case'2':this[_0x27294b(0x19a)][_0x27294b(0x20d)][_0x27294b(0x197)]=!helper[_0x27294b(0x1f3)]()||helper[_0x27294b(0x230)](this[_0x27294b(0x19a)][_0x27294b(0x20d)]['skipSessionName']);continue;case'3':this[_0x27294b(0x278)]=_0x45ebd1;continue;case'4':this['config'][_0x27294b(0x20d)][_0x27294b(0x223)]=!helper[_0x27294b(0x1f3)]()||helper['isTrue'](this[_0x27294b(0x19a)][_0x27294b(0x20d)][_0x27294b(0x223)]);continue;case'5':this[_0x27294b(0x19a)]['testContextOptions']=this[_0x27294b(0x19a)][_0x27294b(0x20d)]||{};continue;case'6':global['framework']=_0x45ebd1;continue;case'7':helper['getFinalCaps'](this[_0x27294b(0x19a)],this[_0x27294b(0x216)],this[_0x27294b(0x23f)]);continue;case'8':this['config']=helper[_0x27294b(0x171)](this['configPath']);continue;case'9':if(helper[_0x27294b(0x195)](this[_0x27294b(0x19a)]))throw new Error(_0x391fee[_0x27294b(0x1d2)]);continue;case'10':this[_0x27294b(0x19a)][_0x27294b(0x229)]=this[_0x27294b(0x19a)][_0x27294b(0x229)]||[];continue;case'11':this[_0x27294b(0x224)]=null;continue;case'12':this[_0x27294b(0x1b9)]={};continue;case'13':helper[_0x27294b(0x24e)](this[_0x27294b(0x19a)],this[_0x27294b(0x216)],this[_0x27294b(0x23f)]);continue;case'14':helper[_0x27294b(0x1bc)](this['config'],this[_0x27294b(0x216)],this[_0x27294b(0x23f)]);continue;case'15':this[_0x27294b(0x179)]=[];continue;case'16':this[_0x27294b(0x21b)]=null;continue;case'17':this[_0x27294b(0x1d3)]=helper['getConfigPath'](_0x16dd83);continue;case'18':helper[_0x27294b(0x1e4)](this['config']);continue;case'19':this[_0x27294b(0x216)]=helper[_0x27294b(0x177)](_0x16dd83);continue;case'20':helper[_0x27294b(0x260)](this[_0x27294b(0x19a)],this[_0x27294b(0x278)]);continue;case'21':try{_0x391fee['HwkZp'](require,_0x391fee[_0x27294b(0x176)])[_0x27294b(0x27e)](this['config'],logger);}catch(_0x29c347){}continue;case'22':helper[_0x27294b(0x220)]();continue;case'23':this[_0x27294b(0x1ee)]=_0x391fee[_0x27294b(0x1ad)](uuidv4);continue;case'24':this[_0x27294b(0x23f)]=helper[_0x27294b(0x1a3)]();continue;case'25':if(this['config']['error'])throw new Error(this['config'][_0x27294b(0x253)]);continue;case'26':PerformanceTester['startMonitoring']();continue;}break;}}[a122_0x341668(0x214)](_0x5844ca){const _0x2e0183=a122_0x341668,_0x27bad3={'pUwvm':'userName\x20or\x20accessKey\x20is\x20not\x20defined','LBwyh':function(_0x453356,_0x336eb5){return _0x453356===_0x336eb5;},'twtWw':'integrations','DBAbZ':_0x2e0183(0x1bf),'OAqvb':function(_0x1568f3,_0x54c29f){return _0x1568f3<_0x54c29f;},'eVTPv':function(_0x32f9dc,_0xf68edf){return _0x32f9dc(_0xf68edf);},'Mmwyi':_0x2e0183(0x261),'wVRvt':function(_0x4d86d6,_0x219acd){return _0x4d86d6===_0x219acd;},'qQedy':'4.5.0','fXztI':_0x2e0183(0x17b),'pbLPZ':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','RuWqa':_0x2e0183(0x25b),'UmRTW':_0x2e0183(0x265),'cRoCj':_0x2e0183(0x217),'MLscJ':function(_0x5f45a2,_0x82ec84){return _0x5f45a2!==_0x82ec84;},'rUgSi':_0x2e0183(0x1f7),'LoHHa':_0x2e0183(0x27f),'TQEls':_0x2e0183(0x254),'iEfHb':_0x2e0183(0x1dd),'GgAYJ':_0x2e0183(0x276)},_0x4a805d=this[_0x2e0183(0x278)];global['config']=this[_0x2e0183(0x19a)],helper[_0x2e0183(0x183)](this['config']),this['killSignal']=null,global[_0x2e0183(0x1ee)]=this['sdkRunId'],logger['info'](_0x2e0183(0x198)+this[_0x2e0183(0x1ee)]),!this[_0x2e0183(0x19a)][_0x2e0183(0x284)]&&(this[_0x2e0183(0x19a)][_0x2e0183(0x284)]=this[_0x2e0183(0x19a)][_0x2e0183(0x263)]||{});if(helper[_0x2e0183(0x195)](helper[_0x2e0183(0x1b1)](this[_0x2e0183(0x19a)]))||helper['isUndefined'](helper['getAccessKey'](this['config'])))throw new Error(_0x27bad3[_0x2e0183(0x252)]);helper[_0x2e0183(0x18f)](this['config'])&&helper[_0x2e0183(0x195)](helper['getLocalIdentifier'](this['config']))&&(!helper['isUndefined'](this[_0x2e0183(0x19a)][_0x2e0183(0x284)])&&_0x27bad3['LBwyh'](this[_0x2e0183(0x19a)][_0x2e0183(0x284)][_0x2e0183(0x262)],Object)?!helper[_0x2e0183(0x230)](this['config']['browserStackLocalOptions'][_0x2e0183(0x21f)])&&(this['config']['browserStackLocalOptions']['localIdentifier']=helper['generateLocalIdentifier']()):this[_0x2e0183(0x19a)][_0x2e0183(0x284)]={'localIdentifier':helper[_0x2e0183(0x1fd)]()});this[_0x2e0183(0x19a)][_0x2e0183(0x284)][_0x2e0183(0x21f)]=helper[_0x2e0183(0x230)](this[_0x2e0183(0x19a)][_0x2e0183(0x284)][_0x2e0183(0x21f)]),helper['setHandlePWError'](this[_0x2e0183(0x19a)]);if(_0x27bad3[_0x2e0183(0x186)](_0x4a805d,_0x27bad3[_0x2e0183(0x281)]))return;this['handleExceptions']();process[_0x2e0183(0x249)][_0x2e0183(0x20c)]&&(this[_0x2e0183(0x19a)][_0x2e0183(0x19b)]=helper[_0x2e0183(0x230)](process['env'][_0x2e0183(0x20c)]),this[_0x2e0183(0x19a)][_0x2e0183(0x17f)]=this[_0x2e0183(0x19a)][_0x2e0183(0x17f)]||{});helper[_0x2e0183(0x235)](this[_0x2e0183(0x19a)])&&(process['env'][_0x2e0183(0x20c)]=!![]);LoadTestModule[_0x2e0183(0x1bd)](this[_0x2e0183(0x19a)])&&logger['debug'](_0x2e0183(0x188)+this['sdkRunId']);if(!helper[_0x2e0183(0x1f3)]()){try{process['env'][_0x2e0183(0x251)]=_0x4a805d,utilities['fireFunnelTestEvent'](_0x27bad3[_0x2e0183(0x20f)],{},this['config'],this[_0x2e0183(0x278)]);}catch(_0x4554d0){logger['debug'](_0x2e0183(0x1dc)+_0x4554d0);}return;}if(helper['requireSeleniumWebdriverCheck'](_0x4a805d)){if(global[_0x2e0183(0x1db)]||global['__isPuppeteerInstalled'])return;_0x27bad3[_0x2e0183(0x26f)](_0x27bad3[_0x2e0183(0x200)](parseInt,helper[_0x2e0183(0x286)](_0x27bad3[_0x2e0183(0x24b)])),0x3)&&(this['config'][_0x2e0183(0x258)]=![]),_0x27bad3[_0x2e0183(0x28a)](helper['compareVersions'](helper[_0x2e0183(0x286)](_0x27bad3[_0x2e0183(0x24b)]),_0x27bad3[_0x2e0183(0x1c1)]),0x1)&&(this['config'][_0x2e0183(0x258)]=!![]);}(helper[_0x2e0183(0x195)](this[_0x2e0183(0x19a)]['platforms'])||helper[_0x2e0183(0x195)](this[_0x2e0183(0x19a)][_0x2e0183(0x229)][_0x2e0183(0x1d0)]))&&(helper['isUndefined'](this['config'][_0x2e0183(0x202)])?logger[_0x2e0183(0x1be)](_0x27bad3[_0x2e0183(0x1ea)]):logger[_0x2e0183(0x245)](_0x27bad3['pbLPZ']),this[_0x2e0183(0x19a)][_0x2e0183(0x229)]=[]);!this[_0x2e0183(0x19a)][_0x2e0183(0x20d)]&&(this[_0x2e0183(0x19a)][_0x2e0183(0x20d)]={});try{process['env'][_0x2e0183(0x251)]=_0x5844ca['_'][0x0],utilities['fireFunnelTestEvent'](_0x27bad3['DBAbZ'],{},this[_0x2e0183(0x19a)],this[_0x2e0183(0x278)]);}catch(_0xe476ae){logger[_0x2e0183(0x205)](_0x2e0183(0x1dc)+_0xe476ae);}!this['config'][_0x2e0183(0x1a9)]&&logger[_0x2e0183(0x1be)](constants[_0x2e0183(0x20e)]),this['intExitHandler']=this[_0x2e0183(0x250)][_0x2e0183(0x1d8)](this),process['on'](_0x27bad3['RuWqa'],this[_0x2e0183(0x250)]),process['on'](_0x27bad3[_0x2e0183(0x1e1)],this[_0x2e0183(0x250)]),process['on'](_0x27bad3['cRoCj'],this[_0x2e0183(0x250)]),_0x27bad3[_0x2e0183(0x239)](process[_0x2e0183(0x194)],_0x27bad3[_0x2e0183(0x1c5)])?(process['on'](_0x27bad3[_0x2e0183(0x21a)],this['intExitHandler']),process['on'](_0x27bad3[_0x2e0183(0x23e)],this[_0x2e0183(0x250)])):process['on'](_0x27bad3[_0x2e0183(0x1d6)],this[_0x2e0183(0x250)]),process['on'](_0x27bad3[_0x2e0183(0x17e)],this['exitHandler']());}async[a122_0x341668(0x27a)](_0x5bd4cc){const _0x2240c7=a122_0x341668,_0x1f289a={'oIFfk':_0x2240c7(0x241),'tiFbz':_0x2240c7(0x25a),'bxQtY':_0x2240c7(0x22a),'UonBy':function(_0x3ca8a4,_0x3cb974){return _0x3ca8a4===_0x3cb974;},'cpBal':_0x2240c7(0x189),'cIbiD':function(_0x561ba9,_0x26076c){return _0x561ba9+_0x26076c;},'lpvPT':_0x2240c7(0x240),'DqaGz':function(_0x18b8b2,_0x5df12c){return _0x18b8b2(_0x5df12c);},'qBmhv':_0x2240c7(0x231)};this[_0x2240c7(0x214)](_0x5bd4cc);if(helper['isTurboScaleSession'](this['config'])){const _0x1792eb=await helper['getTurboScaleGridDetails'](this[_0x2240c7(0x19a)]);this[_0x2240c7(0x19a)][_0x2240c7(0x1b6)]=_0x1792eb,_0x1792eb[_0x2240c7(0x20a)]&&helper['isNotUndefined'](this['config']['browserstackLocal'])&&helper['isTrue'](this[_0x2240c7(0x19a)][_0x2240c7(0x21b)])&&(this[_0x2240c7(0x19a)][_0x2240c7(0x284)]['localIdentifier']=_0x1f289a[_0x2240c7(0x267)],this['config']['browserStackLocalOptions'][_0x1f289a[_0x2240c7(0x17d)]]=_0x1792eb[_0x2240c7(0x22d)][_0x2240c7(0x1a0)](','),this['config'][_0x2240c7(0x284)][_0x2240c7(0x28c)]=_0x1f289a[_0x2240c7(0x26a)]),this[_0x2240c7(0x19a)][_0x2240c7(0x269)]=_0x1792eb[_0x2240c7(0x1a8)],this[_0x2240c7(0x278)]&&_0x1f289a['UonBy'](this[_0x2240c7(0x278)][_0x2240c7(0x228)](),_0x1f289a[_0x2240c7(0x1f2)])?this['config'][_0x2240c7(0x269)]=_0x1f289a['cIbiD'](_0x1792eb[_0x2240c7(0x23b)],_0x1f289a[_0x2240c7(0x1b7)]):constants[_0x2240c7(0x1c0)]=helper['getHubUrl'](this[_0x2240c7(0x19a)]),logger[_0x2240c7(0x205)](_0x2240c7(0x18b)+constants[_0x2240c7(0x1c0)]);}helper[_0x2240c7(0x1ab)](this[_0x2240c7(0x19a)]),this[_0x2240c7(0x259)](),_0x1f289a[_0x2240c7(0x1fc)](setPercyFlag,this),![_0x1f289a['qBmhv'],_0x1f289a[_0x2240c7(0x1f2)]][_0x2240c7(0x1cd)](this[_0x2240c7(0x278)])&&!helper[_0x2240c7(0x235)](this[_0x2240c7(0x19a)])&&!helper[_0x2240c7(0x28b)]()[_0x2240c7(0x1e3)]&&await this['setUpHubUrl']();}async[a122_0x341668(0x1cf)](){const _0x13d57f=a122_0x341668,_0x36ae0a={};_0x36ae0a[_0x13d57f(0x1d1)]=function(_0x353a6b,_0x1911fe){return _0x353a6b===_0x1911fe;},_0x36ae0a[_0x13d57f(0x264)]='false',_0x36ae0a[_0x13d57f(0x210)]=_0x13d57f(0x243),_0x36ae0a[_0x13d57f(0x1bb)]=_0x13d57f(0x1aa),_0x36ae0a[_0x13d57f(0x1cb)]=_0x13d57f(0x22a),_0x36ae0a[_0x13d57f(0x247)]=_0x13d57f(0x276);const _0x38a505=_0x36ae0a;if(helper[_0x13d57f(0x230)](this[_0x13d57f(0x19a)]['percy'])&&(!this[_0x13d57f(0x224)]||!this[_0x13d57f(0x224)]['isRunning']()))try{this[_0x13d57f(0x224)]=await percyHelper[_0x13d57f(0x207)](this[_0x13d57f(0x19a)]);if(!this[_0x13d57f(0x224)]){process[_0x13d57f(0x249)][_0x13d57f(0x18e)]=_0x38a505[_0x13d57f(0x264)];throw new Error(_0x38a505['tZCHO']);}logger[_0x13d57f(0x1be)](_0x38a505[_0x13d57f(0x1bb)]),process[_0x13d57f(0x249)][_0x13d57f(0x18e)]=_0x38a505[_0x13d57f(0x1cb)];let _0x45a7a2=0x0;const _0xb126da=async()=>{const _0x589b66=_0x13d57f;_0x45a7a2++,_0x38a505[_0x589b66(0x1d1)](_0x45a7a2,0x1)&&await this[_0x589b66(0x22c)]();};process['on'](_0x38a505[_0x13d57f(0x247)],_0xb126da);}catch(_0x4020cd){process[_0x13d57f(0x249)][_0x13d57f(0x18e)]=_0x38a505[_0x13d57f(0x264)],logger[_0x13d57f(0x205)](_0x13d57f(0x244)+_0x4020cd);throw new Error(_0x4020cd[_0x13d57f(0x17a)]());}}async[a122_0x341668(0x22c)](){const _0x16c74f=a122_0x341668,_0x1e24a8={};_0x1e24a8['aHQBI']=_0x16c74f(0x1ef),_0x1e24a8[_0x16c74f(0x1ae)]=_0x16c74f(0x196);const _0x126262=_0x1e24a8;if(this[_0x16c74f(0x224)]&&this[_0x16c74f(0x224)]['isRunning']())try{await percyHelper[_0x16c74f(0x22c)](this[_0x16c74f(0x224)]),logger['info'](_0x126262['aHQBI']);}catch(_0xdec0a7){logger[_0x16c74f(0x253)](_0x126262[_0x16c74f(0x1ae)],_0xdec0a7[_0x16c74f(0x242)]);}}async[a122_0x341668(0x28e)](){const _0x492459=a122_0x341668,_0x410130={};_0x410130['nyhVa']=_0x492459(0x212),_0x410130['Uyesg']=_0x492459(0x1c2);const _0x5a8309=_0x410130;if(helper[_0x492459(0x1f3)]()&&helper[_0x492459(0x230)](this['config'][_0x492459(0x21b)])&&(!this['browserstackLocal']||!this[_0x492459(0x21b)][_0x492459(0x1c9)]()))try{if(this['config']['browserStackLocalOptions']['skipBinaryInitialisation']){logger['debug'](_0x5a8309[_0x492459(0x1ce)]);return;}this['browserstackLocal']=await helper['startLocalBinary'](this[_0x492459(0x19a)]),logger['info'](_0x5a8309[_0x492459(0x28d)]);}catch(_0x4aaa0){logger[_0x492459(0x205)](_0x4aaa0);throw new Error(_0x4aaa0[_0x492459(0x17a)]());}}async[a122_0x341668(0x279)](){const _0x319c30=a122_0x341668,_0x536c4c={};_0x536c4c['bdXDd']=_0x319c30(0x1f9),_0x536c4c[_0x319c30(0x21d)]=_0x319c30(0x1d5);const _0x30af57=_0x536c4c;if(this['browserstackLocal']&&this[_0x319c30(0x21b)][_0x319c30(0x1c9)]())try{await helper[_0x319c30(0x22e)](this[_0x319c30(0x21b)]),logger[_0x319c30(0x1be)](_0x30af57['bdXDd']);}catch(_0x27d081){logger[_0x319c30(0x253)](_0x30af57['AXFcX'],_0x27d081[_0x319c30(0x242)]);}}async[a122_0x341668(0x18a)](){const _0x13e51e=a122_0x341668;return PerformanceTester[_0x13e51e(0x271)](PerformanceAutEvents[_0x13e51e(0x1e5)],async()=>{const _0x1ce35d=_0x13e51e;await hubAllocator['allocateHub'](this[_0x1ce35d(0x19a)]);})();}async[a122_0x341668(0x174)](){const _0x5ecc9c=a122_0x341668,_0x117174={'YindQ':function(_0x50f792,_0x4cf8bb){return _0x50f792(_0x4cf8bb);},'RxpdF':'../ai-sdk-node/bundle','igJLN':function(_0x3fd41e,_0x45d862,_0x4d02a5,_0x219f99,_0xffc4ce,_0x4a6daf,_0x8ac57e){return _0x3fd41e(_0x45d862,_0x4d02a5,_0x219f99,_0xffc4ce,_0x4a6daf,_0x8ac57e);},'lqGgw':_0x5ecc9c(0x27b),'RsYyz':_0x5ecc9c(0x181),'tZxmx':_0x5ecc9c(0x19d),'SALFn':_0x5ecc9c(0x274),'gjbUD':function(_0x426344,_0x57eedd){return _0x426344===_0x57eedd;},'DuaWs':_0x5ecc9c(0x22a),'pGzfm':function(_0xbe22ed,_0x49ccd2){return _0xbe22ed===_0x49ccd2;},'BNxeL':function(_0x1f7244,_0x3d49d5){return _0x1f7244===_0x3d49d5;},'CHphX':function(_0x1017f7,_0x4ea36f){return _0x1017f7===_0x4ea36f;},'uDbLB':_0x5ecc9c(0x1da),'Dmiec':function(_0xed3f70,_0x51f811){return _0xed3f70===_0x51f811;},'xvluA':_0x5ecc9c(0x1cc),'oXWRT':'Authentication\x20Failed.\x20Disabling\x20Healing\x20for\x20this\x20session.','livCd':_0x5ecc9c(0x1c6),'KQNpm':function(_0x3a7182,_0x5b9c9d){return _0x3a7182>=_0x5b9c9d;},'PHPaX':function(_0x34d97e,_0x4cfdbd){return _0x34d97e<_0x4cfdbd;},'nCnuI':_0x5ecc9c(0x1d9),'YtnIL':'aiHeal:tcgAuth','iTCaW':function(_0x459531){return _0x459531();}},_0x506a25=PerformanceTester[_0x5ecc9c(0x271)](_0x117174[_0x5ecc9c(0x24d)],async()=>{const _0x2345fe=_0x5ecc9c;try{const _0x79524a=new Date(),_0x49a4b5=helper[_0x2345fe(0x270)](this[_0x2345fe(0x19a)]),_0x19ecbb=_0x117174[_0x2345fe(0x237)](require,path[_0x2345fe(0x1a0)](__dirname,_0x117174[_0x2345fe(0x255)])),_0x51ca03=_0x117174[_0x2345fe(0x218)](timeoutPromise,constants[_0x2345fe(0x209)],_0x117174['lqGgw'],_0x117174[_0x2345fe(0x1c8)],_0x79524a,this[_0x2345fe(0x19a)],this['framework']),_0x63774d={'tcgUrl':constants[_0x2345fe(0x236)],'sdkVersion':_0x117174[_0x2345fe(0x237)](require,_0x117174[_0x2345fe(0x185)])[_0x2345fe(0x246)],'methodUsed':_0x117174[_0x2345fe(0x1a1)],'proxyConfig':_0x49a4b5,'os':os[_0x2345fe(0x194)]()};if(_0x49a4b5&&_0x49a4b5[_0x2345fe(0x225)]){utilities[_0x2345fe(0x21e)](constants[_0x2345fe(0x221)],_0x63774d,this[_0x2345fe(0x19a)],this[_0x2345fe(0x278)]),_0x51ca03[_0x2345fe(0x190)]();return;}const _0x8f3e75={};_0x8f3e75[_0x2345fe(0x1b5)]=_0x49a4b5;const _0x3c7464=await Promise[_0x2345fe(0x277)]([_0x19ecbb['init'](this['config'][_0x2345fe(0x22f)],this[_0x2345fe(0x19a)][_0x2345fe(0x1f1)],constants[_0x2345fe(0x236)],_0x117174['YindQ'](require,_0x117174['tZxmx'])[_0x2345fe(0x246)],_0x8f3e75)[_0x2345fe(0x204)](_0x1696ef=>{return _0x51ca03['cancel'](),_0x1696ef;}),_0x51ca03]);_0x3c7464['isHealingEnabled']=_0x117174[_0x2345fe(0x191)](_0x3c7464[_0x2345fe(0x1e9)],_0x117174['DuaWs'])||_0x117174['pGzfm'](_0x3c7464[_0x2345fe(0x1e9)],!![]);const _0x22f079=_0x117174['BNxeL'](this[_0x2345fe(0x19a)][_0x2345fe(0x25c)],!![])||_0x117174[_0x2345fe(0x191)](this[_0x2345fe(0x19a)]['selfHeal'],_0x117174[_0x2345fe(0x184)]);if(_0x117174[_0x2345fe(0x19f)](_0x3c7464[_0x2345fe(0x242)],constants['UPGRADE_REQUIRED'])&&_0x22f079)logger[_0x2345fe(0x1be)](_0x117174['uDbLB']);else{if(!_0x3c7464[_0x2345fe(0x227)]&&_0x117174['Dmiec'](_0x3c7464[_0x2345fe(0x24c)],0x1f7)&&_0x22f079)logger[_0x2345fe(0x1be)](_0x117174[_0x2345fe(0x18c)]),utilities[_0x2345fe(0x21e)](constants[_0x2345fe(0x219)],_0x63774d,this[_0x2345fe(0x19a)],this[_0x2345fe(0x278)]);else{if(!_0x3c7464[_0x2345fe(0x227)]&&_0x22f079){logger[_0x2345fe(0x1be)](_0x117174[_0x2345fe(0x25f)]);const _0x8580db={'tcgUrl':constants[_0x2345fe(0x236)],'sdkVersion':_0x117174['YindQ'](require,_0x117174[_0x2345fe(0x185)])[_0x2345fe(0x246)],'methodUsed':_0x117174[_0x2345fe(0x1a1)],'proxyConfig':_0x49a4b5,'os':os[_0x2345fe(0x194)]()};utilities[_0x2345fe(0x21e)](constants[_0x2345fe(0x26e)],_0x8580db,this[_0x2345fe(0x19a)],this[_0x2345fe(0x278)]);}else{if(_0x3c7464['isAuthenticated']&&!_0x3c7464['isHealingEnabled']&&_0x22f079)logger[_0x2345fe(0x1be)](_0x117174['livCd']);else{if(_0x117174[_0x2345fe(0x1a5)](_0x3c7464[_0x2345fe(0x24c)],0xc8)&&_0x117174[_0x2345fe(0x175)](_0x3c7464[_0x2345fe(0x24c)],0x12c))utilities[_0x2345fe(0x21e)](constants[_0x2345fe(0x192)],_0x63774d,this[_0x2345fe(0x19a)],this[_0x2345fe(0x278)]);else{if(_0x117174[_0x2345fe(0x1a5)](_0x3c7464[_0x2345fe(0x24c)],0x190))_0x63774d[_0x2345fe(0x24c)]=_0x3c7464['status'],utilities[_0x2345fe(0x21e)](constants['AI_INIT_FAILURE'],_0x63774d,this[_0x2345fe(0x19a)],this['framework']);else!_0x3c7464[_0x2345fe(0x24c)]&&utilities[_0x2345fe(0x21e)](constants['INVALID_INIT_RESP_WITH_USER_IMPACT'],_0x63774d,this[_0x2345fe(0x19a)],this[_0x2345fe(0x278)]);}}}}}if(_0x3c7464[_0x2345fe(0x227)]&&_0x3c7464['isHealingEnabled']){const _0x3805e3={};_0x3805e3[_0x2345fe(0x285)]=_0x3c7464;const _0x11d517=_0x3805e3;_0x49a4b5&&(_0x11d517[_0x2345fe(0x23a)]=_0x49a4b5),_0x11d517[_0x2345fe(0x278)]=this[_0x2345fe(0x278)],_0x11d517['bstackConfig']=this['config'],helper[_0x2345fe(0x1eb)](_0x11d517),logger[_0x2345fe(0x205)](_0x117174[_0x2345fe(0x1f5)]);}}catch(_0x32e8c6){logger[_0x2345fe(0x205)](_0x2345fe(0x208)+(_0x32e8c6[_0x2345fe(0x242)]?_0x32e8c6[_0x2345fe(0x242)]:''));}});await _0x117174[_0x5ecc9c(0x1fb)](_0x506a25);}[a122_0x341668(0x259)](){const _0xb47d0e=a122_0x341668,_0x4b738c={'BGveB':function(_0x3b27b8,_0x1f5675){return _0x3b27b8(_0x1f5675);},'HCCTF':_0xb47d0e(0x1c7)};_0x4b738c['BGveB'](require,_0x4b738c['HCCTF'])();}[a122_0x341668(0x206)](){const _0x205413=a122_0x341668,_0xd67465={};_0xd67465['HzyAu']=_0x205413(0x1e2),_0xd67465[_0x205413(0x238)]='unhandledRejection',_0xd67465[_0x205413(0x213)]=_0x205413(0x18d);const _0x2886a8=_0xd67465,_0x433726=_0x11d2a9=>{const _0x4090d6=_0x205413,_0x4cec2e=_0x2886a8[_0x4090d6(0x22b)][_0x4090d6(0x1c4)]('|');let _0x1104ae=0x0;while(!![]){switch(_0x4cec2e[_0x1104ae++]){case'0':ClientTroubleShootingService[_0x4090d6(0x1b0)]();continue;case'1':logger[_0x4090d6(0x253)](_0x11d2a9['message']);continue;case'2':this['unhandledErrors'][_0x4090d6(0x248)](util[_0x4090d6(0x1a4)]('%j',_0x11d2a9));continue;case'3':logger[_0x4090d6(0x205)](util[_0x4090d6(0x1a4)](_0x11d2a9));continue;case'4':PerformanceTester[_0x4090d6(0x24f)](_0x11d2a9);continue;}break;}};process['on'](_0x2886a8[_0x205413(0x238)],_0x433726),process['on'](_0x2886a8[_0x205413(0x213)],_0x433726);}async[a122_0x341668(0x250)](_0x1dcc80){const _0x5dc224=a122_0x341668,_0x549d24={'NdUad':function(_0xfd054d,_0x2849b8){return _0xfd054d+_0x2849b8;},'CEvgo':_0x5dc224(0x226),'MKCgB':_0x5dc224(0x26c),'nLJfO':function(_0x50776c,_0x46acba,_0x429697){return _0x50776c(_0x46acba,_0x429697);},'ebKSz':_0x5dc224(0x26d),'BNbFq':'Shutdown\x20triggered\x20by\x20','svgka':function(_0xb3fe13,_0x145ab3){return _0xb3fe13(_0x145ab3);},'ZLLAr':function(_0x5f22df,_0x3e8ca2){return _0x5f22df===_0x3e8ca2;},'XcvAY':'timed-out','mDCca':function(_0x531887,_0x274097){return _0x531887+_0x274097;},'aDexE':'Signal\x20shutdown\x20timed\x20out\x20after\x20','nHxQV':_0x5dc224(0x222)};if(this[_0x549d24[_0x5dc224(0x24a)](_0x549d24['ebKSz'],_0x1dcc80)])return;this[_0x549d24[_0x5dc224(0x24a)](_0x549d24[_0x5dc224(0x273)],_0x1dcc80)]=!![],logger[_0x5dc224(0x1be)](_0x549d24[_0x5dc224(0x24a)](_0x549d24[_0x5dc224(0x233)],_0x1dcc80)),this[_0x5dc224(0x1de)]=_0x1dcc80;const _0x18a03b=0x7530;let _0x2370d6;const _0x22aec3=(async()=>{const _0x397b08=_0x5dc224;await ClientTroubleShootingService[_0x397b08(0x23d)](_0x1dcc80),await TestHubHandler[_0x397b08(0x289)](_0x1dcc80),await ClientTroubleShootingService[_0x397b08(0x1b0)](),await BrowserstackCLI['getInstance']()[_0x397b08(0x289)]();})()[_0x5dc224(0x204)](()=>_0x5dc224(0x26c))[_0x5dc224(0x1b2)](_0x3d2830=>{const _0x54a35c=_0x5dc224;return logger[_0x54a35c(0x205)](_0x549d24['NdUad'](_0x549d24[_0x54a35c(0x203)],util[_0x54a35c(0x1a4)](_0x3d2830))),_0x549d24[_0x54a35c(0x257)];}),_0x8ab175=new Promise(_0x584f62=>{const _0x2a23cb=_0x5dc224;_0x2370d6=_0x549d24['nLJfO'](setTimeout,()=>_0x584f62('timed-out'),_0x18a03b),_0x2370d6[_0x2a23cb(0x1ff)]&&_0x2370d6['unref']();}),_0x3148b6=await Promise['race']([_0x22aec3,_0x8ab175]);_0x549d24['svgka'](clearTimeout,_0x2370d6),_0x549d24[_0x5dc224(0x1e0)](_0x3148b6,_0x549d24[_0x5dc224(0x1fe)])&&(logger[_0x5dc224(0x245)](_0x549d24[_0x5dc224(0x1f4)](_0x549d24['mDCca'](_0x549d24[_0x5dc224(0x1d7)],_0x18a03b),_0x549d24[_0x5dc224(0x25d)])),process[_0x5dc224(0x27c)](process[_0x5dc224(0x21c)]||0x0));}[a122_0x341668(0x1a2)](){const _0x305b4d=a122_0x341668,_0x284cf9={'bhsrV':function(_0x195586,_0x5ce40b){return _0x195586===_0x5ce40b;},'PWcpU':_0x305b4d(0x1ed),'TeOhK':function(_0x2d65cd,_0x726287){return _0x2d65cd>_0x726287;},'QfCrJ':function(_0x5112fc,_0x308245){return _0x5112fc(_0x308245);},'NuftU':function(_0x1f8890){return _0x1f8890();},'kfTNI':'events.json'};let _0x335d88=0x0;return async()=>{const _0x32351f=_0x305b4d;_0x335d88++;if(_0x284cf9[_0x32351f(0x193)](_0x335d88,0x1)){helper[_0x32351f(0x1df)](this['framework'])&&await this[_0x32351f(0x279)]();try{logger[_0x32351f(0x205)](_0x284cf9[_0x32351f(0x287)]),await TestHubHandler[_0x32351f(0x289)](_0x335d88),await ClientTroubleShootingService[_0x32351f(0x1b0)](),await BrowserstackCLI['getInstance']()[_0x32351f(0x289)]('1');}catch(_0x59233d){logger['debug']('Error\x20in\x20sending\x20testhub\x20stop:\x20'+util[_0x32351f(0x1a4)](_0x59233d));}PerformanceTester[_0x32351f(0x182)](PerformanceEvents[_0x32351f(0x1e8)]);if(PerformanceTester[_0x32351f(0x1d4)]()){const {measures:_0xba7504,errors:_0x49fc72}=await PerformanceTester[_0x32351f(0x282)](),_0x1628cb={};if(_0xba7504&&_0x284cf9[_0x32351f(0x1fa)](_0xba7504[_0x32351f(0x1d0)],0x0)||_0x49fc72&&_0x284cf9[_0x32351f(0x1fa)](_0x49fc72['length'],0x0)){const _0x387417={};_0x387417[_0x32351f(0x280)]=_0xba7504,_0x387417[_0x32351f(0x1b4)]=_0x49fc72,Object[_0x32351f(0x1a7)](_0x1628cb,_0x387417);}try{const _0x3f234a=await helper[_0x32351f(0x1c3)](_0x1628cb,this['config']);logger[_0x32351f(0x205)](_0x32351f(0x23c)+_0x284cf9[_0x32351f(0x26b)](getEdsInstrumentationAPIUrl,'')+_0x32351f(0x173)+_0x3f234a[_0x32351f(0x27d)]);}catch(_0x27f729){logger[_0x32351f(0x205)](_0x32351f(0x1f6)+_0x284cf9[_0x32351f(0x26b)](getEdsInstrumentationAPIUrl,'')+_0x32351f(0x211)+util[_0x32351f(0x1a4)](_0x27f729));}try{fs[_0x32351f(0x256)](path[_0x32351f(0x1a0)](_0x284cf9[_0x32351f(0x201)](getLogDir),_0x284cf9[_0x32351f(0x1f8)]),JSON['stringify'](_0x1628cb));}catch(_0x257d59){logger[_0x32351f(0x205)](_0x32351f(0x268)+_0x257d59);}}}logger&&logger[_0x32351f(0x1b8)](),fileLogger&&fileLogger[_0x32351f(0x1b8)]();};}}exports[a122_0x341668(0x1af)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a123_0x1b3e(){const _0x6801e3=['saveTestResults','../../bin/v2/browserstackCLI','100330kyIWfU','manage','6765484mAJdfX','1578896UZPWxL','../globals','isPlaywrightPage','page','selenium-webdriver','QnZRi','Accessibility\x20scan\x20attempt\x20','YSTXk','isAccessibilityPlatform','timeoutMs','value','\x20for\x20method:\x20','yMsIW','updateRetryConfig','warn','../performance/constants','EoNZZ','esMWN','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','jwuTp','Onmoy','FlDQN','XhMti','TOxfb','undefined','status','187733wFornh','xiLSy','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','lNSNR','scannerProcessingTimeout','race','setDefaultTimeout','rejected','ms\x20using\x20timeouts()\x20API',')\x20with\x20error:\x20','type','uDUEp','MPjvC','iwQeZ','XCbYW','Accessibility\x20results\x20save\x20attempt\x20','riZbb','tjCFi','nvVvC','results','stringify','jXPsU','getInstance','60fSxrCe','function','HEhHA','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','getGlobal','url','performScan','performComprehensiveAccessibilityScanWithRetry',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','Unknown\x20error','wqabB','getId','isAccessibilityAutomationSession','timeouts','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','LwKGA','Unknown\x20driver/page\x20type:\x20','options','error','edpwC','iCkkG','DFBII','):\x20','BDreG','browserStackEvaluate','OEXoD',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','mYFvG','max','vJLfQ','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','IvvBD','IeAtF','nMERq','allSettled','UHtFU','DohPA','unknown_method','aPehB','info','uKpyq','KQROs','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','__workerDetails',').\x20Last\x20error:\x20','59017rSSFiH','Operation\x20timed\x20out\x20after\x20','Scan\x20attempt\x20','driverType','getSession','vTeji','../performance/performance-tester','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','setPlaywrightScriptTimeout','Accessibility\x20retry\x20configuration\x20updated:\x20','setTimeouts','IyabC','winstonLogger','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','PLjEi','ms\x20using\x20setScriptTimeout\x20API','name','RfZIz','goto','debug','Comprehensive\x20accessibility\x20scan\x20failed\x20(','summary','468FwgWzA','executeAsyncScript','36TkcAEU','TZrnK','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','getAccessibilityResults','scanSucceeded','getCurrentUrl','\x20failed\x20(','browserstackSessionName','bLFhb','getRetryConfig','6ElIuUe','NNMGG','maxRetries','sfnmn','./scripts','aXmMw','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','sOVbW','getAccessibilityResultsSummary','accessibilityPlatform','RrEGI','TPSYe','rUKZE','reason','FZSSk','uDCPT','isPlaywright','wFHHC','EsunJ','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','TlwHr','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','scfOy','assign','bstackA11yScanOptions','UrMlg','DUiMz','unknown','setSeleniumScriptTimeout','playwright-codecept-driver','getAccessibilityResultsSummaryWithRetry','Rbfwo','mtXjR','util','lJsaD','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','229820EXaxHq','5492FygLOL','AluLw','FJSnF','CVNcC','\x20-\x20not\x20applicable','env','bstackA11yShouldScan','PERFORM_SCAN',',\x20cannot\x20perform\x20scan\x20with\x20retry.','setScriptTimeout','message','jLOeL','performScanWithRetry','dIibl','MSKfG','IAajj','defaultTimeoutMs','getCapabilities',').\x20Error:\x20','saveAccessibilityResultsWithRetry','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','getAccessibilityModule','currentTest','pAFIH','getAccessibilityResultsWithRetry','HjkxM','Accessibility\x20results\x20retrieval\x20attempt\x20'];a123_0x1b3e=function(){return _0x6801e3;};return a123_0x1b3e();}const a123_0x41f6a5=a123_0x5159;(function(_0x405ce8,_0x1f81e0){const _0x2187e0=a123_0x5159,_0x202b02=_0x405ce8();while(!![]){try{const _0x36fa00=parseInt(_0x2187e0(0x178))/0x1*(parseInt(_0x2187e0(0x19a))/0x2)+parseInt(_0x2187e0(0x18e))/0x3*(parseInt(_0x2187e0(0x1bf))/0x4)+-parseInt(_0x2187e0(0x115))/0x5*(-parseInt(_0x2187e0(0x149))/0x6)+parseInt(_0x2187e0(0x132))/0x7+parseInt(_0x2187e0(0x118))/0x8+-parseInt(_0x2187e0(0x190))/0x9*(parseInt(_0x2187e0(0x1be))/0xa)+-parseInt(_0x2187e0(0x117))/0xb;if(_0x36fa00===_0x1f81e0)break;else _0x202b02['push'](_0x202b02['shift']());}catch(_0x12166e){_0x202b02['push'](_0x202b02['shift']());}}}(a123_0x1b3e,0x1aa34));const util=require(a123_0x41f6a5(0x1bb)),logger=require('../logger')[a123_0x41f6a5(0x184)],accessibilityHelper=require('./helper'),globals=require(a123_0x41f6a5(0x119)),scripts=require(a123_0x41f6a5(0x19e)),PerformanceTester=require(a123_0x41f6a5(0x17e)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a123_0x41f6a5(0x127)),BrowserstackCLI=require(a123_0x41f6a5(0x114));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a123_0x52bfc8){logger[a123_0x41f6a5(0x18b)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a123_0x5e249b={};a123_0x5e249b[a123_0x41f6a5(0x19c)]=0x1,a123_0x5e249b['timeoutMs']=0x7530,a123_0x5e249b['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a123_0x5e249b,setConfigTimeout=(_0x5230dd,_0x38b581=null)=>{const _0x16006a=a123_0x41f6a5,_0x10b279={'IvvBD':function(_0x42eadb,_0x2bd5d1){return _0x42eadb===_0x2bd5d1;},'yMsIW':_0x16006a(0x136),'uDUEp':function(_0x208329,_0x3a83bd){return _0x208329===_0x3a83bd;},'duHMO':function(_0x1bb024,_0x10a603){return _0x1bb024*_0x10a603;},'Onmoy':function(_0x4dcdae,_0x19a4af){return _0x4dcdae(_0x19a4af);}};if(BrowserstackCLI['getInstance']()['isRunning']()&&BrowserstackCLI[_0x16006a(0x148)]()['getAccessibilityModule']()){const _0x1efc6d=BrowserstackCLI['getInstance']()[_0x16006a(0x10d)]()['accessibilityConfig'],_0x9489fc=_0x1efc6d[_0x16006a(0x15c)]['capabilitiesList']||[];for(const _0x1cd479 of _0x9489fc){_0x10b279[_0x16006a(0x16a)](_0x1cd479[_0x16006a(0x188)],_0x10b279[_0x16006a(0x124)])&&_0x10b279[_0x16006a(0x13d)](_0x38b581,null)&&(_0x5230dd[_0x16006a(0x121)]=_0x10b279['duHMO'](_0x10b279[_0x16006a(0x12c)](parseInt,_0x1cd479[_0x16006a(0x122)]),0x3e8));}}else process['env'][_0x16006a(0x175)]&&(_0x5230dd[_0x16006a(0x121)]=_0x10b279['duHMO'](_0x10b279[_0x16006a(0x12c)](parseInt,process[_0x16006a(0x1c4)][_0x16006a(0x175)]),0x3e8));},detectDriverType=_0x2cd6a8=>{const _0x432105=a123_0x41f6a5,_0x13d217={};_0x13d217[_0x432105(0x1c0)]=_0x432105(0x1b5),_0x13d217[_0x432105(0x173)]=function(_0x19136e,_0x5c96f3){return _0x19136e===_0x5c96f3;},_0x13d217[_0x432105(0x162)]=_0x432105(0x14a),_0x13d217['UHtFU']=function(_0x4b5fc9,_0x186e78){return _0x4b5fc9===_0x186e78;},_0x13d217[_0x432105(0x135)]='playwright-page',_0x13d217[_0x432105(0x166)]=function(_0x323716,_0x5ae240){return _0x323716===_0x5ae240;},_0x13d217[_0x432105(0x111)]=_0x432105(0x11c),_0x13d217['EoNZZ']='Page',_0x13d217[_0x432105(0x11d)]='WebDriver',_0x13d217[_0x432105(0x183)]='Playwright',_0x13d217[_0x432105(0x129)]=_0x432105(0x1b7),_0x13d217[_0x432105(0x19d)]=function(_0x173a68,_0x466b5a){return _0x173a68||_0x466b5a;},_0x13d217[_0x432105(0x12e)]=_0x432105(0x130);const _0x1dfc42=_0x13d217;if(!_0x2cd6a8){const _0x49f8cb={};return _0x49f8cb[_0x432105(0x1aa)]=![],_0x49f8cb[_0x432105(0x13c)]=_0x1dfc42[_0x432105(0x1c0)],_0x49f8cb;}if(_0x1dfc42[_0x432105(0x173)](typeof _0x2cd6a8['evaluate'],_0x1dfc42[_0x432105(0x162)])&&_0x1dfc42[_0x432105(0x173)](typeof _0x2cd6a8[_0x432105(0x14e)],_0x1dfc42[_0x432105(0x162)])&&_0x1dfc42[_0x432105(0x16e)](typeof _0x2cd6a8[_0x432105(0x18a)],_0x1dfc42[_0x432105(0x162)])){const _0x2f207d={};return _0x2f207d[_0x432105(0x1aa)]=!![],_0x2f207d[_0x432105(0x13c)]=_0x1dfc42[_0x432105(0x135)],_0x2f207d;}if(_0x1dfc42[_0x432105(0x166)](typeof _0x2cd6a8[_0x432105(0x18f)],_0x1dfc42['BDreG'])&&_0x1dfc42[_0x432105(0x16e)](typeof _0x2cd6a8[_0x432105(0x109)],_0x1dfc42['BDreG'])){const _0x40c95a={};return _0x40c95a['isPlaywright']=![],_0x40c95a[_0x432105(0x13c)]=_0x1dfc42[_0x432105(0x111)],_0x40c95a;}const _0x5675c7=_0x2cd6a8['constructor']?.[_0x432105(0x188)];if(_0x1dfc42[_0x432105(0x16e)](_0x5675c7,_0x1dfc42[_0x432105(0x128)])){const _0x5e9829={};return _0x5e9829[_0x432105(0x1aa)]=!![],_0x5e9829[_0x432105(0x13c)]=_0x1dfc42[_0x432105(0x135)],_0x5e9829;}if(_0x1dfc42[_0x432105(0x166)](_0x5675c7,_0x1dfc42[_0x432105(0x11d)])){const _0x344251={};return _0x344251[_0x432105(0x1aa)]=![],_0x344251[_0x432105(0x13c)]=_0x1dfc42[_0x432105(0x111)],_0x344251;}if(_0x1dfc42[_0x432105(0x16e)](_0x5675c7,_0x1dfc42[_0x432105(0x183)])){const _0x307476={};return _0x307476[_0x432105(0x1aa)]=!![],_0x307476[_0x432105(0x13c)]=_0x1dfc42['esMWN'],_0x307476;}logger[_0x432105(0x126)](_0x432105(0x15b)+_0x1dfc42[_0x432105(0x19d)](_0x5675c7,_0x1dfc42[_0x432105(0x12e)]));const _0x47e244={};return _0x47e244[_0x432105(0x1aa)]=![],_0x47e244['type']=_0x1dfc42[_0x432105(0x1c0)],_0x47e244;},withTimeout=(_0x16bf1d,_0x95ba24)=>{const _0x142cfa=a123_0x41f6a5;return Promise[_0x142cfa(0x137)]([_0x16bf1d,new Promise((_0x13e0be,_0x974bf4)=>setTimeout(()=>_0x974bf4(new Error(_0x142cfa(0x179)+_0x95ba24+'ms')),_0x95ba24))]);};function a123_0x5159(_0x286982,_0x21b0be){const _0x1b3ef4=a123_0x1b3e();return a123_0x5159=function(_0x515913,_0x8941e4){_0x515913=_0x515913-0xff;let _0x1f4122=_0x1b3ef4[_0x515913];return _0x1f4122;},a123_0x5159(_0x286982,_0x21b0be);}exports[a123_0x41f6a5(0x104)]=async(_0x166c28,_0x2119ad=null,_0x14369a=null,_0x196606=![],_0x4aed19=null)=>{const _0x280d3c=a123_0x41f6a5,_0x3b9be3={'NNMGG':function(_0x1a4cdf,_0x5dac5c){return _0x1a4cdf&&_0x5dac5c;},'jwuTp':function(_0x1d110f,_0x37a485,_0x195a38){return _0x1d110f(_0x37a485,_0x195a38);},'rUKZE':function(_0x5a91ef,_0x3b6f99){return _0x5a91ef===_0x3b6f99;},'IAajj':'playwright-codecept-driver','TPSYe':function(_0x355685,_0x525944,_0x589a79){return _0x355685(_0x525944,_0x589a79);},'uDCPT':function(_0x4d645b,_0x39a411){return _0x4d645b(_0x39a411);},'pfgRY':function(_0x74fb6d,_0x4b71a2){return _0x74fb6d||_0x4b71a2;},'EWhph':function(_0xc09e41,_0x5d6eb0){return _0xc09e41!==_0x5d6eb0;},'EsunJ':_0x280d3c(0x120),'AZnlh':function(_0x4e1ee0,_0x510283){return _0x4e1ee0!==_0x510283;},'aPehB':'bstackA11yShouldScan','vTeji':function(_0x111d83,_0x352cd8){return _0x111d83===_0x352cd8;},'TZrnK':_0x280d3c(0x158),'wFHHC':_0x280d3c(0x170),'DUiMz':function(_0x5c53b0,_0x4217a4){return _0x5c53b0===_0x4217a4;},'vJLfQ':_0x280d3c(0x14a),'KQROs':function(_0x28ea8c,_0x791f97){return _0x28ea8c<=_0x791f97;},'MPjvC':function(_0x41ea66,_0x4f680e){return _0x41ea66+_0x4f680e;},'TYycZ':_0x280d3c(0x153)},{isPlaywright:_0x155d2d,type:_0x958067}=_0x3b9be3[_0x280d3c(0x1a9)](detectDriverType,_0x166c28),_0x28744a=_0x196606?_0x3b9be3['pfgRY'](_0x4aed19,{}):global[_0x280d3c(0x1b2)]||{},_0x463599=_0x155d2d?global[_0x280d3c(0x1a3)]&&(_0x196606||_0x3b9be3['EWhph'](global['bstackA11yShouldScan'],![])):accessibilityHelper[_0x280d3c(0x156)]()&&globals[_0x280d3c(0x14d)](_0x3b9be3[_0x280d3c(0x1ac)])&&(_0x196606||_0x3b9be3['AZnlh'](globals['getGlobal'](_0x3b9be3[_0x280d3c(0x171)]),![]));if(!_0x463599)return _0x155d2d&&global['accessibilityPlatform']&&_0x3b9be3[_0x280d3c(0x17d)](global[_0x280d3c(0x1c5)],![])||!_0x155d2d&&globals[_0x280d3c(0x14d)](_0x3b9be3[_0x280d3c(0x1ac)])&&_0x3b9be3[_0x280d3c(0x17d)](globals[_0x280d3c(0x14d)](_0x3b9be3[_0x280d3c(0x171)]),![])?logger[_0x280d3c(0x18b)](_0x3b9be3[_0x280d3c(0x191)]):logger[_0x280d3c(0x126)](_0x280d3c(0x17f)+_0x958067+_0x280d3c(0x100)),![];const _0x1c16c2=_0x2119ad||global[_0x280d3c(0x197)]||_0x3b9be3[_0x280d3c(0x1ab)];let _0x1420e6=null;const _0x1eb482={'testhub_btcer_uuid':global[_0x280d3c(0x176)]?.[_0x280d3c(0x10e)]?.['id'],'url':_0x3b9be3[_0x280d3c(0x1b4)](typeof _0x166c28[_0x280d3c(0x14e)],_0x3b9be3[_0x280d3c(0x168)])?await _0x166c28['url']():_0x3b9be3[_0x280d3c(0x1b4)](typeof _0x166c28[_0x280d3c(0x195)],_0x3b9be3['vJLfQ'])?await _0x166c28['getCurrentUrl']():'','automate_session_id':_0x3b9be3['vTeji'](typeof _0x166c28[_0x280d3c(0x17c)],_0x3b9be3[_0x280d3c(0x168)])?(await _0x166c28['getSession']())[_0x280d3c(0x155)]():''};for(let _0x4fee36=0x1;_0x3b9be3[_0x280d3c(0x174)](_0x4fee36,_0x3b9be3['MPjvC'](RETRY_CONFIG[_0x280d3c(0x19c)],0x1));_0x4fee36++){try{return logger[_0x280d3c(0x18b)](_0x280d3c(0x11e)+_0x4fee36+'/'+_0x3b9be3[_0x280d3c(0x13e)](RETRY_CONFIG[_0x280d3c(0x19c)],0x1)+_0x280d3c(0x123)+_0x1c16c2+'\x20('+_0x958067+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x280d3c(0xff)],async()=>{const _0x124d8f=_0x280d3c;let _0x4a7b7e;if(_0x3b9be3[_0x124d8f(0x19b)](_0x155d2d,playwrightA11yHelper)){_0x3b9be3['jwuTp'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x124d8f(0x180)](_0x166c28,RETRY_CONFIG[_0x124d8f(0x121)]);let _0x40865d=_0x166c28;_0x3b9be3[_0x124d8f(0x1a6)](_0x958067,_0x3b9be3[_0x124d8f(0x107)])&&(_0x40865d=_0x166c28[_0x124d8f(0x11b)]);const _0x5f482a=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x4a7b7e=await _0x3b9be3[_0x124d8f(0x1a5)](withTimeout,playwrightA11yHelper[_0x124d8f(0x14f)](_0x40865d,_0x1c16c2,_0x28744a,_0x5f482a),RETRY_CONFIG['timeoutMs']),await exports[_0x124d8f(0x180)](_0x166c28,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x124d8f(0x1b6)](_0x166c28,RETRY_CONFIG[_0x124d8f(0x121)]),_0x4a7b7e=await _0x3b9be3[_0x124d8f(0x12b)](withTimeout,accessibilityHelper['performScan'](_0x166c28,_0x1c16c2,_0x196606,_0x28744a),RETRY_CONFIG[_0x124d8f(0x121)]),await exports[_0x124d8f(0x1b6)](_0x166c28,RETRY_CONFIG[_0x124d8f(0x108)]);logger['debug'](_0x124d8f(0x17a)+_0x4fee36+'\x20completed\x20successfully.');},{'command':_0x1c16c2,..._0x1eb482})(),logger[_0x280d3c(0x172)](_0x280d3c(0x152)+_0x4fee36+'.'),!![];}catch(_0x19c28e){_0x1420e6=_0x19c28e,logger['debug'](_0x280d3c(0x11e)+_0x4fee36+'\x20failed\x20for\x20method:\x20'+_0x1c16c2+'\x20('+_0x958067+_0x280d3c(0x10a)+_0x19c28e[_0x280d3c(0x102)]);}}return logger[_0x280d3c(0x15d)](_0x280d3c(0x169)+_0x1c16c2+'\x20('+_0x958067+_0x280d3c(0x13b)+(_0x1420e6?.['message']||_0x3b9be3['TYycZ'])),![];},exports[a123_0x41f6a5(0x110)]=async(_0x28527f,_0x2cad65)=>{const _0x56a802=a123_0x41f6a5,_0x502f75={'iDOKG':function(_0x117617,_0x5722a3){return _0x117617(_0x5722a3);},'TOxfb':'isAccessibilityPlatform','CVNcC':function(_0x2fffd0,_0x2978b5){return _0x2fffd0<=_0x2978b5;},'XCbYW':function(_0x4fb189,_0x567440){return _0x4fb189+_0x567440;},'nMERq':function(_0x555ab7,_0x56fcd5){return _0x555ab7+_0x56fcd5;},'MSKfG':function(_0x35f16d,_0x25f3d1){return _0x35f16d&&_0x25f3d1;},'OEXoD':function(_0x5b2816,_0x5b1fb6,_0xf97f06){return _0x5b2816(_0x5b1fb6,_0xf97f06);},'FZSSk':function(_0x3ee6b8,_0x25d05a,_0xa534e1){return _0x3ee6b8(_0x25d05a,_0xa534e1);},'IeAtF':_0x56a802(0x153)},{isPlaywright:_0x2ad737,type:_0xf6c5bc}=_0x502f75['iDOKG'](detectDriverType,_0x28527f),_0x263317=_0x2ad737?_0x2cad65[_0x56a802(0x1a3)]:accessibilityHelper[_0x56a802(0x156)]()&&globals['getGlobal'](_0x502f75[_0x56a802(0x12f)]);if(!_0x263317)return logger['warn'](_0x56a802(0x17f)+_0xf6c5bc+_0x56a802(0x151)),[];let _0x2defd6=null;for(let _0x1bd047=0x1;_0x502f75[_0x56a802(0x1c2)](_0x1bd047,_0x502f75[_0x56a802(0x140)](RETRY_CONFIG['maxRetries'],0x1));_0x1bd047++){try{logger[_0x56a802(0x18b)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x1bd047+'/'+_0x502f75[_0x56a802(0x16c)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0xf6c5bc+')');let _0x27422b;return _0x502f75[_0x56a802(0x106)](_0x2ad737,playwrightA11yHelper)?(_0x502f75[_0x56a802(0x164)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x56a802(0x180)](_0x28527f,RETRY_CONFIG[_0x56a802(0x121)]),_0x27422b=await _0x502f75[_0x56a802(0x1a8)](withTimeout,playwrightA11yHelper[_0x56a802(0x193)](_0x28527f),RETRY_CONFIG['timeoutMs']),await exports[_0x56a802(0x180)](_0x28527f,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x56a802(0x1b6)](_0x28527f,RETRY_CONFIG[_0x56a802(0x121)]),_0x27422b=await _0x502f75[_0x56a802(0x1a8)](withTimeout,accessibilityHelper[_0x56a802(0x193)](_0x28527f,_0x2cad65),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x28527f,RETRY_CONFIG[_0x56a802(0x108)])),logger[_0x56a802(0x172)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x1bd047+'\x20('+_0xf6c5bc+')'),_0x27422b;}catch(_0x43e02e){_0x2defd6=_0x43e02e,logger['warn'](_0x56a802(0x112)+_0x1bd047+_0x56a802(0x196)+_0xf6c5bc+').\x20Error:\x20'+_0x43e02e[_0x56a802(0x102)]);}}return logger[_0x56a802(0x15d)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0xf6c5bc+_0x56a802(0x177)+(_0x2defd6?.['message']||_0x502f75[_0x56a802(0x16b)])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x7005a2,_0x378282)=>{const _0x142eac=a123_0x41f6a5,_0x4b8d0e={'xvcYG':function(_0x3f01fc,_0x1f73b2){return _0x3f01fc(_0x1f73b2);},'iwQeZ':_0x142eac(0x120),'DGNbj':function(_0x56ce7f,_0x182618){return _0x56ce7f<=_0x182618;},'RfZIz':function(_0x3128ae,_0x43b45f){return _0x3128ae+_0x43b45f;},'jXPsU':function(_0x156fb9,_0x26d6cb){return _0x156fb9&&_0x26d6cb;},'riZbb':function(_0x55c153,_0x3fe98a,_0x55cb16){return _0x55c153(_0x3fe98a,_0x55cb16);},'HEhHA':function(_0x35284a,_0x4cf8da,_0x43bd58){return _0x35284a(_0x4cf8da,_0x43bd58);},'scfOy':'Unknown\x20error'},{isPlaywright:_0x5da784,type:_0x1fbd92}=_0x4b8d0e['xvcYG'](detectDriverType,_0x7005a2),_0x2ce418=_0x5da784?_0x378282[_0x142eac(0x1a3)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x142eac(0x14d)](_0x4b8d0e[_0x142eac(0x13f)]);if(!_0x2ce418)return logger[_0x142eac(0x126)](_0x142eac(0x17f)+_0x1fbd92+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x21e78a=null;for(let _0x27bac8=0x1;_0x4b8d0e['DGNbj'](_0x27bac8,_0x4b8d0e[_0x142eac(0x189)](RETRY_CONFIG[_0x142eac(0x19c)],0x1));_0x27bac8++){try{logger['debug']('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x27bac8+'/'+_0x4b8d0e['RfZIz'](RETRY_CONFIG[_0x142eac(0x19c)],0x1)+'\x20('+_0x1fbd92+')');let _0x547a1d;return _0x4b8d0e[_0x142eac(0x147)](_0x5da784,playwrightA11yHelper)?(_0x4b8d0e[_0x142eac(0x142)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x7005a2,RETRY_CONFIG['timeoutMs']),_0x547a1d=await _0x4b8d0e[_0x142eac(0x14b)](withTimeout,playwrightA11yHelper[_0x142eac(0x1a2)](_0x7005a2),RETRY_CONFIG['timeoutMs']),await exports[_0x142eac(0x180)](_0x7005a2,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x142eac(0x1b6)](_0x7005a2,RETRY_CONFIG['timeoutMs']),_0x547a1d=await _0x4b8d0e[_0x142eac(0x142)](withTimeout,accessibilityHelper[_0x142eac(0x1a2)](_0x7005a2,_0x378282),RETRY_CONFIG[_0x142eac(0x121)]),await exports[_0x142eac(0x1b6)](_0x7005a2,RETRY_CONFIG['defaultTimeoutMs'])),logger['info']('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x27bac8+'\x20('+_0x1fbd92+')'),_0x547a1d;}catch(_0x2f97b3){_0x21e78a=_0x2f97b3,logger[_0x142eac(0x126)](_0x142eac(0x14c)+_0x27bac8+'\x20failed\x20('+_0x1fbd92+_0x142eac(0x10a)+_0x2f97b3[_0x142eac(0x102)]);}}return logger['error'](_0x142eac(0x1a0)+_0x1fbd92+_0x142eac(0x177)+(_0x21e78a?.['message']||_0x4b8d0e[_0x142eac(0x1b0)])),{};},exports[a123_0x41f6a5(0x150)]=async(_0x587ba1,_0x31c7dd,_0x492cd3=null)=>{const _0x9d0980=a123_0x41f6a5,_0x49674d={'mmyAj':function(_0x45da41,_0x2f39bb){return _0x45da41(_0x2f39bb);},'RrEGI':function(_0x27c168,_0x4c58d4){return _0x27c168===_0x4c58d4;},'jLOeL':'fulfilled','FJSnF':function(_0x333017,_0x92b344){return _0x333017===_0x92b344;},'FlDQN':function(_0x16cd10,_0x252dbf){return _0x16cd10===_0x252dbf;},'sOVbW':_0x9d0980(0x139),'bLFhb':function(_0xa0231e,_0x3101d1){return _0xa0231e===_0x3101d1;},'kbLMN':_0x9d0980(0x1ad)},{isPlaywright:_0x17dbcd,type:_0x1775a0}=_0x49674d['mmyAj'](detectDriverType,_0x587ba1),_0x41588b={};_0x41588b[_0x9d0980(0x194)]=![],_0x41588b[_0x9d0980(0x145)]=[],_0x41588b['summary']={},_0x41588b[_0x9d0980(0x15d)]=null,_0x41588b[_0x9d0980(0x17b)]=_0x1775a0;const _0x145b82=_0x41588b;try{_0x145b82[_0x9d0980(0x194)]=await exports[_0x9d0980(0x104)](_0x587ba1,_0x492cd3);if(_0x145b82[_0x9d0980(0x194)]){const [_0x3b15e7,_0x2fed08]=await Promise[_0x9d0980(0x16d)]([exports[_0x9d0980(0x110)](_0x587ba1,_0x31c7dd),exports[_0x9d0980(0x1b8)](_0x587ba1,_0x31c7dd)]);_0x145b82[_0x9d0980(0x145)]=_0x49674d[_0x9d0980(0x1a4)](_0x3b15e7['status'],_0x49674d[_0x9d0980(0x103)])?_0x3b15e7[_0x9d0980(0x122)]:[],_0x145b82[_0x9d0980(0x18d)]=_0x49674d[_0x9d0980(0x1c1)](_0x2fed08['status'],_0x49674d[_0x9d0980(0x103)])?_0x2fed08[_0x9d0980(0x122)]:{},_0x49674d[_0x9d0980(0x12d)](_0x3b15e7[_0x9d0980(0x131)],_0x49674d['sOVbW'])&&logger[_0x9d0980(0x126)](_0x9d0980(0x1bd)+_0x1775a0+_0x9d0980(0x161)+_0x3b15e7['reason']?.[_0x9d0980(0x102)]),_0x49674d[_0x9d0980(0x198)](_0x2fed08[_0x9d0980(0x131)],_0x49674d[_0x9d0980(0x1a1)])&&logger[_0x9d0980(0x126)](_0x9d0980(0x134)+_0x1775a0+'):\x20'+_0x2fed08[_0x9d0980(0x1a7)]?.[_0x9d0980(0x102)]);}}catch(_0x293ff2){_0x145b82[_0x9d0980(0x15d)]=_0x293ff2[_0x9d0980(0x102)]||_0x49674d['kbLMN'],logger['error'](_0x9d0980(0x18c)+_0x1775a0+_0x9d0980(0x161)+_0x145b82[_0x9d0980(0x15d)]);}return _0x145b82;},exports[a123_0x41f6a5(0x125)]=_0x557d0a=>{const _0x53b44f=a123_0x41f6a5,_0x27e60e={};_0x27e60e[_0x53b44f(0x1b3)]=function(_0x55d478,_0x53af2d){return _0x55d478!==_0x53af2d;};const _0x23567f=_0x27e60e;_0x23567f[_0x53b44f(0x1b3)](_0x557d0a[_0x53b44f(0x19c)],undefined)&&(RETRY_CONFIG[_0x53b44f(0x19c)]=Math[_0x53b44f(0x167)](0x0,_0x557d0a[_0x53b44f(0x19c)])),_0x23567f[_0x53b44f(0x1b3)](_0x557d0a[_0x53b44f(0x121)],undefined)&&(RETRY_CONFIG[_0x53b44f(0x121)]=Math[_0x53b44f(0x167)](0x3e8,_0x557d0a['timeoutMs'])),logger[_0x53b44f(0x18b)](_0x53b44f(0x181)+JSON[_0x53b44f(0x146)](RETRY_CONFIG));},exports[a123_0x41f6a5(0x199)]=()=>{const _0x361011={...RETRY_CONFIG};return _0x361011;},exports[a123_0x41f6a5(0x11a)]=_0x5d1fbb=>{const _0x5d8e6d=a123_0x41f6a5,_0x220ea8={'TlwHr':function(_0x360377,_0x20bdb6){return _0x360377(_0x20bdb6);}};return _0x220ea8[_0x5d8e6d(0x1ae)](detectDriverType,_0x5d1fbb)[_0x5d8e6d(0x1aa)];},exports['isSeleniumDriver']=_0x31a840=>{const _0x576b06=a123_0x41f6a5,_0x5455fc={'jvUbd':function(_0x2a22c7,_0x133a2b){return _0x2a22c7(_0x133a2b);},'xiLSy':function(_0x303057,_0x4b2347){return _0x303057===_0x4b2347;},'agARN':'selenium-webdriver'},{isPlaywright:_0x506263,type:_0x416b27}=_0x5455fc['jvUbd'](detectDriverType,_0x31a840);return!_0x506263&&_0x5455fc[_0x576b06(0x133)](_0x416b27,_0x5455fc['agARN']);},exports[a123_0x41f6a5(0x180)]=async(_0x30472e,_0x5da684=null)=>{const _0x14643b=a123_0x41f6a5,_0x3e8ac2={'YSTXk':function(_0x30034a,_0x3a36c8){return _0x30034a(_0x3a36c8);},'LwKGA':function(_0x4da509,_0x2ec0e0){return _0x4da509===_0x2ec0e0;},'nvVvC':'function'},{isPlaywright:_0x20faaa,type:_0x45f738}=_0x3e8ac2[_0x14643b(0x11f)](detectDriverType,_0x30472e);if(!_0x20faaa)return logger[_0x14643b(0x18b)]('Skipping\x20timeout\x20setting\x20for\x20'+_0x45f738+_0x14643b(0x1c3)),!![];const _0x5d6715=_0x5da684||RETRY_CONFIG[_0x14643b(0x108)];try{return _0x30472e&&_0x3e8ac2[_0x14643b(0x15a)](typeof _0x30472e[_0x14643b(0x138)],_0x3e8ac2[_0x14643b(0x144)])&&(await _0x30472e[_0x14643b(0x138)](_0x5d6715),logger[_0x14643b(0x18b)](_0x14643b(0x1af)+_0x5d6715+'ms')),!![];}catch(_0x4a23e5){return logger[_0x14643b(0x126)](_0x14643b(0x10c)+_0x4a23e5[_0x14643b(0x102)]),![];}},exports[a123_0x41f6a5(0x1b6)]=async(_0x4278ed,_0x56f3ac=null)=>{const _0x511767=a123_0x41f6a5,_0x2035e1={};_0x2035e1['mtXjR']='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0x2035e1[_0x511767(0x154)]=function(_0x17bf55,_0x54350c){return _0x17bf55===_0x54350c;},_0x2035e1[_0x511767(0x19f)]=_0x511767(0x14a),_0x2035e1[_0x511767(0x160)]=function(_0x366be5,_0x17cfc3){return _0x366be5===_0x17cfc3;},_0x2035e1[_0x511767(0x1bc)]=function(_0x195a79,_0x1f2dce){return _0x195a79===_0x1f2dce;},_0x2035e1[_0x511767(0x10f)]=_0x511767(0x159),_0x2035e1[_0x511767(0x1b9)]=_0x511767(0x192);const _0x30469e=_0x2035e1;if(!exports['isSeleniumDriver'](_0x4278ed))return logger[_0x511767(0x126)](_0x30469e[_0x511767(0x1ba)]),![];const _0xf58fce=_0x56f3ac||RETRY_CONFIG[_0x511767(0x108)];try{if(_0x4278ed&&_0x30469e[_0x511767(0x154)](typeof _0x4278ed[_0x511767(0x116)],_0x30469e[_0x511767(0x19f)])){const _0x5bb935=_0x4278ed[_0x511767(0x116)]();if(_0x5bb935&&_0x30469e[_0x511767(0x154)](typeof _0x5bb935[_0x511767(0x157)],_0x30469e[_0x511767(0x19f)]))await _0x5bb935[_0x511767(0x157)]()[_0x511767(0x101)](_0xf58fce),logger[_0x511767(0x18b)](_0x511767(0x12a)+_0xf58fce+_0x511767(0x13a));else{if(_0x5bb935&&_0x30469e[_0x511767(0x160)](typeof _0x5bb935[_0x511767(0x182)],_0x30469e[_0x511767(0x19f)])){const _0x11a26c={};_0x11a26c['script']=_0xf58fce,await _0x5bb935[_0x511767(0x182)](_0x11a26c),logger['debug'](_0x511767(0x12a)+_0xf58fce+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x5bb935&&_0x30469e[_0x511767(0x1bc)](typeof _0x5bb935['setScriptTimeout'],_0x30469e[_0x511767(0x19f)]))await _0x5bb935[_0x511767(0x101)](_0xf58fce),logger['debug'](_0x511767(0x12a)+_0xf58fce+_0x511767(0x187));else return logger[_0x511767(0x18b)](_0x30469e[_0x511767(0x10f)]),!![];}}}else return logger[_0x511767(0x18b)](_0x30469e[_0x511767(0x1b9)]),!![];return!![];}catch(_0xa84f3c){return logger[_0x511767(0x126)](_0x511767(0x185)+_0xa84f3c['message']),![];}},exports[a123_0x41f6a5(0x10b)]=async(_0x286a5c,_0x1b289e)=>{const _0x50f383=a123_0x41f6a5,_0x3e2073={'dIibl':function(_0x5f581d,_0x23e30a){return _0x5f581d(_0x23e30a);},'tjCFi':_0x50f383(0x120),'sOpMP':function(_0x56696d,_0x2351c2){return _0x56696d<=_0x2351c2;},'iCkkG':function(_0x58013b,_0x113064){return _0x58013b+_0x113064;},'Ngudq':function(_0x23d1b1,_0x1e387c){return _0x23d1b1+_0x1e387c;},'PLjEi':function(_0xe8e184,_0x3e3034){return _0xe8e184&&_0x3e3034;},'sweJf':function(_0x3071e6,_0xbde4be,_0x5a2aa4){return _0x3071e6(_0xbde4be,_0x5a2aa4);},'DohPA':function(_0x36b3ee,_0x13ae65,_0x481199){return _0x36b3ee(_0x13ae65,_0x481199);},'hyeGL':'isMobilePlatform','edpwC':_0x50f383(0x153)},{isPlaywright:_0x370556,type:_0xa370a8}=_0x3e2073[_0x50f383(0x105)](detectDriverType,_0x286a5c),_0x48d198=_0x370556?global[_0x50f383(0x1a3)]:accessibilityHelper[_0x50f383(0x156)]()&&globals[_0x50f383(0x14d)](_0x3e2073[_0x50f383(0x143)]);if(!_0x48d198)return logger[_0x50f383(0x126)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0xa370a8+_0x50f383(0x165)),![];let _0x4f4d76=null;for(let _0x3bb040=0x1;_0x3e2073['sOpMP'](_0x3bb040,_0x3e2073[_0x50f383(0x15f)](RETRY_CONFIG[_0x50f383(0x19c)],0x1));_0x3bb040++){try{logger[_0x50f383(0x18b)](_0x50f383(0x141)+_0x3bb040+'/'+_0x3e2073['Ngudq'](RETRY_CONFIG[_0x50f383(0x19c)],0x1)+'\x20('+_0xa370a8+')');if(_0x3e2073[_0x50f383(0x186)](_0x370556,playwrightA11yHelper)){_0x3e2073['sweJf'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x50f383(0x180)](_0x286a5c,RETRY_CONFIG[_0x50f383(0x121)]);const _0x3511ae={};_0x3511ae['is_mobile_session']=!![];const _0x56c762=global['isMobilePlatform']?Object[_0x50f383(0x1b1)]({},_0x1b289e,_0x3511ae):_0x1b289e;await _0x3e2073[_0x50f383(0x16f)](withTimeout,playwrightA11yHelper[_0x50f383(0x163)](_0x286a5c,scripts[_0x50f383(0x113)],_0x56c762),RETRY_CONFIG['timeoutMs']),await exports[_0x50f383(0x180)](_0x286a5c,RETRY_CONFIG[_0x50f383(0x108)]);}else{await exports[_0x50f383(0x1b6)](_0x286a5c,RETRY_CONFIG[_0x50f383(0x121)]);const _0x4f5309={};_0x4f5309['is_mobile_session']=!![];const _0x3925d7=globals[_0x50f383(0x14d)](_0x3e2073['hyeGL'])?Object['assign']({},_0x1b289e,_0x4f5309):_0x1b289e;await _0x3e2073[_0x50f383(0x16f)](withTimeout,_0x286a5c['executeAsyncScript'](scripts[_0x50f383(0x113)],_0x3925d7),RETRY_CONFIG[_0x50f383(0x121)]),await exports[_0x50f383(0x1b6)](_0x286a5c,RETRY_CONFIG[_0x50f383(0x108)]);}return logger[_0x50f383(0x172)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x3bb040+'\x20('+_0xa370a8+')'),!![];}catch(_0x462e2e){_0x4f4d76=_0x462e2e,logger[_0x50f383(0x126)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x3bb040+'\x20failed\x20('+_0xa370a8+_0x50f383(0x10a)+_0x462e2e[_0x50f383(0x102)]);}}return logger[_0x50f383(0x15d)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0xa370a8+_0x50f383(0x177)+(_0x4f4d76?.[_0x50f383(0x102)]||_0x3e2073[_0x50f383(0x15e)])),![];};
|
|
1
|
+
const a123_0xc59bee=a123_0x1db7;function a123_0x43c0(){const _0x494abd=['Vqwrx','nLNmi','getAccessibilityResultsWithRetry','uRwEy','\x20for\x20method:\x20','NGOhG','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','UFcMV','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','maxRetries','19DaCcJy','inRfd','scanSucceeded','value','getAccessibilityResultsSummaryWithRetry','setPlaywrightScriptTimeout','YysSi','vkgzS','RPLHC','saveAccessibilityResultsWithRetry','assign','playwright-codecept-driver','status','warn','Sqbbt','nCbDv','unknown','timeoutMs','owRII','max','info','dhPEM','selenium-webdriver','defaultTimeoutMs','HjwAG','url','Hdhkl','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','message','Accessibility\x20scan\x20attempt\x20','LtlUN','accessibilityPlatform','Unknown\x20error','GFSTS','Playwright','Scan\x20attempt\x20','qlHpg','\x20completed\x20successfully.','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','NoBaG','saveTestResults','../logger','gtZUI','isMobilePlatform','Unknown\x20driver/page\x20type:\x20','iiIXw','DObsM','../performance/performance-tester','currentTest','Skipping\x20timeout\x20setting\x20for\x20','EdwLW','\x20failed\x20(','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','lCJcK','224SCcFgv','getGlobal','env','performScanWithRetry','manage','vnhLL','executeAsyncScript','setSeleniumScriptTimeout','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','UBaMq','getAccessibilityResultsSummary','94960PhsAdC','11QWKikb','PERFORM_SCAN','../performance/constants','tUyKu','2390GiEdgb','getAccessibilityResults','LOHRc','ELypq','ms\x20using\x20setTimeouts\x20API','capabilitiesList','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','measureWrapper','omrIF','KYLSi','AgDOr','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','evaluate','script','is_mobile_session',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','bRcTz','MfaCT','driverType','Accessibility\x20retry\x20configuration\x20updated:\x20','\x20-\x20not\x20applicable','undefined','Accessibility\x20results\x20retrieval\x20attempt\x20','performScan','isPlaywright','fEXjg','2637icUXjj','isSeleniumDriver','70054RhVxVr','constructor','Comprehensive\x20accessibility\x20scan\x20failed\x20(','tMGgy','xXHbq','ulAtz','getSession','page','isAccessibilityPlatform','setDefaultTimeout','DNlLR','./scripts','../globals','FjYJZ','eyYEi','getInstance','frJCX','jIsbl','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','aNLgl','NHpKx','performComprehensiveAccessibilityScanWithRetry','stringify','error','../../bin/playwright/accessibility-helper','iepgS','RYaXX','UHUlp','LXJXp','goto','oWYyo',').\x20Last\x20error:\x20','bwxQt',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','iLHBP','Accessibility\x20results\x20save\x20attempt\x20','dBhxi','491496sbSFaX','osQUi','42pfEsQT','debug','3470934sVtaaN','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','gAlvf','setScriptTimeout','playwright-page','OUlOa','reason','tKtNG','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','getId','TXVwe','EhnJj','wqhWq','timeouts','setTimeouts','krtxV','rejected','function','getRetryConfig','Ccxmh','getCurrentUrl','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','6262884mgiviK','race','getAccessibilityModule','scannerProcessingTimeout','PPLei','FZWKS','7732144ObEZfa','__workerDetails',').\x20Error:\x20','Operation\x20timed\x20out\x20after\x20','UursG','browserStackEvaluate','kKPnH','results','):\x20','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','resolveMobileThTestRunUuid','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','options',')\x20with\x20error:\x20','rcJRJ','util','edMHK','../../bin/v2/browserstackCLI','type',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','frzSl','ttvff','updateRetryConfig','abgrR','EyfEy','cerUo','isAccessibilityAutomationSession'];a123_0x43c0=function(){return _0x494abd;};return a123_0x43c0();}(function(_0x296320,_0x16234b){const _0x3a9a2f=a123_0x1db7,_0x5566aa=_0x296320();while(!![]){try{const _0x3f51ef=-parseInt(_0x3a9a2f(0x267))/0x1*(parseInt(_0x3a9a2f(0x1fd))/0x2)+parseInt(_0x3a9a2f(0x226))/0x3+parseInt(_0x3a9a2f(0x1d1))/0x4*(parseInt(_0x3a9a2f(0x1dc))/0x5)+-parseInt(_0x3a9a2f(0x222))/0x6*(parseInt(_0x3a9a2f(0x224))/0x7)+-parseInt(_0x3a9a2f(0x242))/0x8+parseInt(_0x3a9a2f(0x1fb))/0x9*(parseInt(_0x3a9a2f(0x1e1))/0xa)+-parseInt(_0x3a9a2f(0x1dd))/0xb*(-parseInt(_0x3a9a2f(0x23c))/0xc);if(_0x3f51ef===_0x16234b)break;else _0x5566aa['push'](_0x5566aa['shift']());}catch(_0x3f33b2){_0x5566aa['push'](_0x5566aa['shift']());}}}(a123_0x43c0,0xa8329));const util=require(a123_0xc59bee(0x251)),logger=require(a123_0xc59bee(0x1c4))['winstonLogger'],accessibilityHelper=require('./helper'),globals=require(a123_0xc59bee(0x209)),scripts=require(a123_0xc59bee(0x208)),PerformanceTester=require(a123_0xc59bee(0x1ca)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a123_0xc59bee(0x1df)),BrowserstackCLI=require(a123_0xc59bee(0x253));let playwrightA11yHelper=null;function a123_0x1db7(_0x204ec8,_0x281c39){const _0x43c0ab=a123_0x43c0();return a123_0x1db7=function(_0x1db747,_0x4f14b8){_0x1db747=_0x1db747-0x1b0;let _0x2a6d02=_0x43c0ab[_0x1db747];return _0x2a6d02;},a123_0x1db7(_0x204ec8,_0x281c39);}try{playwrightA11yHelper=require(a123_0xc59bee(0x215));}catch(a123_0x484058){logger[a123_0xc59bee(0x225)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a123_0x432ed7={};a123_0x432ed7[a123_0xc59bee(0x266)]=0x1,a123_0x432ed7[a123_0xc59bee(0x278)]=0x7530,a123_0x432ed7[a123_0xc59bee(0x1b2)]=0x7530;const RETRY_CONFIG=a123_0x432ed7,setConfigTimeout=(_0x409441,_0x2a8742=null)=>{const _0x279084=a123_0xc59bee,_0x2f873a={'cerUo':function(_0x1cfa8e,_0xd5a273){return _0x1cfa8e===_0xd5a273;},'edMHK':_0x279084(0x23f),'GHAxu':function(_0x27df46,_0x1ce74a){return _0x27df46===_0x1ce74a;},'LOHRc':function(_0x1e46cd,_0x692f0d){return _0x1e46cd*_0x692f0d;},'NHpKx':function(_0x4f98d1,_0x36159b){return _0x4f98d1(_0x36159b);},'YysSi':function(_0xddb4c1,_0x568fcb){return _0xddb4c1*_0x568fcb;},'UHUlp':function(_0x43d45a,_0x181ffd){return _0x43d45a(_0x181ffd);}};if(BrowserstackCLI[_0x279084(0x20c)]()['isRunning']()&&BrowserstackCLI[_0x279084(0x20c)]()[_0x279084(0x23e)]()){const _0x2dca6b=BrowserstackCLI[_0x279084(0x20c)]()['getAccessibilityModule']()['accessibilityConfig'],_0x447fcc=_0x2dca6b[_0x279084(0x24e)][_0x279084(0x1e6)]||[];for(const _0x5b7c00 of _0x447fcc){_0x2f873a[_0x279084(0x25b)](_0x5b7c00['name'],_0x2f873a[_0x279084(0x252)])&&_0x2f873a['GHAxu'](_0x2a8742,null)&&(_0x409441[_0x279084(0x278)]=_0x2f873a[_0x279084(0x1e3)](_0x2f873a[_0x279084(0x211)](parseInt,_0x5b7c00[_0x279084(0x26a)]),0x3e8));}}else process[_0x279084(0x1d3)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']&&(_0x409441[_0x279084(0x278)]=_0x2f873a[_0x279084(0x26d)](_0x2f873a[_0x279084(0x218)](parseInt,process[_0x279084(0x1d3)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x30ecf0=>{const _0x2cfc9a=a123_0xc59bee,_0x1d0d14={};_0x1d0d14['HjwAG']=_0x2cfc9a(0x277),_0x1d0d14[_0x2cfc9a(0x25e)]=function(_0x18d980,_0x4cc35f){return _0x18d980===_0x4cc35f;},_0x1d0d14[_0x2cfc9a(0x20b)]=_0x2cfc9a(0x237),_0x1d0d14[_0x2cfc9a(0x240)]=function(_0x1992e9,_0x355ef2){return _0x1992e9===_0x355ef2;},_0x1d0d14[_0x2cfc9a(0x260)]=_0x2cfc9a(0x22a),_0x1d0d14['iiIXw']=function(_0x1f49c7,_0x398dde){return _0x1f49c7===_0x398dde;},_0x1d0d14[_0x2cfc9a(0x256)]='selenium-webdriver',_0x1d0d14[_0x2cfc9a(0x217)]=function(_0x4f8f34,_0x5aa68a){return _0x4f8f34===_0x5aa68a;},_0x1d0d14[_0x2cfc9a(0x1fa)]='Page',_0x1d0d14[_0x2cfc9a(0x230)]=function(_0x3a1dd5,_0x8ebd39){return _0x3a1dd5===_0x8ebd39;},_0x1d0d14[_0x2cfc9a(0x264)]='WebDriver',_0x1d0d14['Hdhkl']=function(_0x24e302,_0x516957){return _0x24e302===_0x516957;},_0x1d0d14[_0x2cfc9a(0x22d)]=_0x2cfc9a(0x1bd),_0x1d0d14[_0x2cfc9a(0x232)]=_0x2cfc9a(0x272),_0x1d0d14[_0x2cfc9a(0x219)]=function(_0x26e835,_0x268767){return _0x26e835||_0x268767;},_0x1d0d14[_0x2cfc9a(0x248)]=_0x2cfc9a(0x1f6);const _0x4dcc58=_0x1d0d14;if(!_0x30ecf0){const _0x208e55={};return _0x208e55['isPlaywright']=![],_0x208e55['type']=_0x4dcc58[_0x2cfc9a(0x1b3)],_0x208e55;}if(_0x4dcc58[_0x2cfc9a(0x25e)](typeof _0x30ecf0[_0x2cfc9a(0x1ed)],_0x4dcc58['eyYEi'])&&_0x4dcc58[_0x2cfc9a(0x240)](typeof _0x30ecf0[_0x2cfc9a(0x1b4)],_0x4dcc58['eyYEi'])&&_0x4dcc58[_0x2cfc9a(0x240)](typeof _0x30ecf0[_0x2cfc9a(0x21a)],_0x4dcc58[_0x2cfc9a(0x20b)])){const _0x529283={};return _0x529283[_0x2cfc9a(0x1f9)]=!![],_0x529283['type']=_0x4dcc58[_0x2cfc9a(0x260)],_0x529283;}if(_0x4dcc58[_0x2cfc9a(0x240)](typeof _0x30ecf0[_0x2cfc9a(0x1d7)],_0x4dcc58[_0x2cfc9a(0x20b)])&&_0x4dcc58[_0x2cfc9a(0x1c8)](typeof _0x30ecf0['getCapabilities'],_0x4dcc58['eyYEi'])){const _0x4a0e44={};return _0x4a0e44[_0x2cfc9a(0x1f9)]=![],_0x4a0e44[_0x2cfc9a(0x254)]=_0x4dcc58[_0x2cfc9a(0x256)],_0x4a0e44;}const _0x3d953a=_0x30ecf0[_0x2cfc9a(0x1fe)]?.['name'];if(_0x4dcc58[_0x2cfc9a(0x217)](_0x3d953a,_0x4dcc58[_0x2cfc9a(0x1fa)])){const _0x1b5c26={};return _0x1b5c26[_0x2cfc9a(0x1f9)]=!![],_0x1b5c26[_0x2cfc9a(0x254)]=_0x4dcc58[_0x2cfc9a(0x260)],_0x1b5c26;}if(_0x4dcc58['TXVwe'](_0x3d953a,_0x4dcc58[_0x2cfc9a(0x264)])){const _0x180cec={};return _0x180cec[_0x2cfc9a(0x1f9)]=![],_0x180cec[_0x2cfc9a(0x254)]=_0x4dcc58['frzSl'],_0x180cec;}if(_0x4dcc58[_0x2cfc9a(0x1b5)](_0x3d953a,_0x4dcc58[_0x2cfc9a(0x22d)])){const _0x33a432={};return _0x33a432[_0x2cfc9a(0x1f9)]=!![],_0x33a432[_0x2cfc9a(0x254)]=_0x4dcc58[_0x2cfc9a(0x232)],_0x33a432;}logger[_0x2cfc9a(0x274)](_0x2cfc9a(0x1c7)+_0x4dcc58[_0x2cfc9a(0x219)](_0x3d953a,_0x4dcc58['kKPnH']));const _0x121bb4={};return _0x121bb4[_0x2cfc9a(0x1f9)]=![],_0x121bb4[_0x2cfc9a(0x254)]=_0x4dcc58[_0x2cfc9a(0x1b3)],_0x121bb4;},withTimeout=(_0x33ca4c,_0x2ce0d9)=>{const _0x441e2c=a123_0xc59bee;return Promise[_0x441e2c(0x23d)]([_0x33ca4c,new Promise((_0x359d27,_0x1fb82c)=>setTimeout(()=>_0x1fb82c(new Error(_0x441e2c(0x245)+_0x2ce0d9+'ms')),_0x2ce0d9))]);};exports['performScanWithRetry']=async(_0x31de9d,_0x377098=null,_0x2f6edd=null,_0x3ad8da=![],_0x3c41e0=null)=>{const _0x377b78=a123_0xc59bee,_0x20f812={'AgDOr':function(_0x779ad8,_0x59f640){return _0x779ad8&&_0x59f640;},'oauqf':function(_0x46dbda,_0x565bd6,_0x49b627){return _0x46dbda(_0x565bd6,_0x49b627);},'GFSTS':function(_0x4660b4,_0x89e01e){return _0x4660b4===_0x89e01e;},'XltIM':_0x377b78(0x272),'UursG':function(_0x19123a,_0x396bdc,_0x41086f){return _0x19123a(_0x396bdc,_0x41086f);},'qlHpg':function(_0x111fdf,_0x26822f){return _0x111fdf(_0x26822f);},'KYLSi':function(_0x4cce44,_0x47b1f1){return _0x4cce44||_0x47b1f1;},'rcJRJ':function(_0x66263a,_0x12d961){return _0x66263a!==_0x12d961;},'ELypq':_0x377b78(0x205),'IbAkn':'bstackA11yShouldScan','OUlOa':_0x377b78(0x1ec),'krtxV':'unknown_method','osQUi':_0x377b78(0x237),'iepgS':function(_0x435681,_0x2d0b2e){return _0x435681===_0x2d0b2e;},'inRfd':function(_0x5227e8,_0x59645e){return _0x5227e8<=_0x59645e;},'Sqbbt':function(_0x5a4954,_0x1635db){return _0x5a4954+_0x1635db;},'vkgzS':function(_0x1b9f83,_0x701c53){return _0x1b9f83+_0x701c53;},'nomlu':_0x377b78(0x1bb)},{isPlaywright:_0x2ee73d,type:_0x5ed6f4}=_0x20f812[_0x377b78(0x1bf)](detectDriverType,_0x31de9d),_0x2b51bb=_0x3ad8da?_0x20f812[_0x377b78(0x1ea)](_0x3c41e0,{}):global['bstackA11yScanOptions']||{},_0x114046=_0x2ee73d?global[_0x377b78(0x1ba)]&&(_0x3ad8da||_0x20f812[_0x377b78(0x250)](global['bstackA11yShouldScan'],![])):accessibilityHelper[_0x377b78(0x25c)]()&&globals[_0x377b78(0x1d2)](_0x20f812[_0x377b78(0x1e4)])&&(_0x3ad8da||_0x20f812[_0x377b78(0x250)](globals[_0x377b78(0x1d2)](_0x20f812['IbAkn']),![]));if(!_0x114046)return _0x2ee73d&&global[_0x377b78(0x1ba)]&&_0x20f812[_0x377b78(0x1bc)](global['bstackA11yShouldScan'],![])||!_0x2ee73d&&globals['getGlobal'](_0x20f812['ELypq'])&&_0x20f812['GFSTS'](globals[_0x377b78(0x1d2)](_0x20f812['IbAkn']),![])?logger[_0x377b78(0x225)](_0x20f812[_0x377b78(0x22b)]):logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x5ed6f4+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x19d406=_0x377098||global['browserstackSessionName']||_0x20f812[_0x377b78(0x235)];let _0x7c714c=null;const _0x24125e={'testhub_btcer_uuid':global[_0x377b78(0x243)]?.[_0x377b78(0x1cb)]?.['id'],'url':_0x20f812[_0x377b78(0x1bc)](typeof _0x31de9d[_0x377b78(0x1b4)],_0x20f812[_0x377b78(0x223)])?await _0x31de9d[_0x377b78(0x1b4)]():_0x20f812[_0x377b78(0x1bc)](typeof _0x31de9d[_0x377b78(0x23a)],_0x20f812[_0x377b78(0x223)])?await _0x31de9d[_0x377b78(0x23a)]():'','automate_session_id':_0x20f812[_0x377b78(0x216)](typeof _0x31de9d[_0x377b78(0x203)],_0x20f812[_0x377b78(0x223)])?(await _0x31de9d[_0x377b78(0x203)]())[_0x377b78(0x22f)]():''};for(let _0x240d34=0x1;_0x20f812[_0x377b78(0x268)](_0x240d34,_0x20f812[_0x377b78(0x275)](RETRY_CONFIG[_0x377b78(0x266)],0x1));_0x240d34++){try{return logger[_0x377b78(0x225)](_0x377b78(0x1b8)+_0x240d34+'/'+_0x20f812[_0x377b78(0x26e)](RETRY_CONFIG[_0x377b78(0x266)],0x1)+_0x377b78(0x261)+_0x19d406+'\x20('+_0x5ed6f4+')'),await PerformanceTester[_0x377b78(0x1e8)](PerformanceA11yEvents[_0x377b78(0x1de)],async()=>{const _0x24739=_0x377b78;let _0x1febac;if(_0x20f812[_0x24739(0x1eb)](_0x2ee73d,playwrightA11yHelper)){_0x20f812['oauqf'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x24739(0x26c)](_0x31de9d,RETRY_CONFIG[_0x24739(0x278)]);let _0x132377=_0x31de9d;_0x20f812[_0x24739(0x1bc)](_0x5ed6f4,_0x20f812['XltIM'])&&(_0x132377=_0x31de9d[_0x24739(0x204)]);const _0x500da1=global[_0x24739(0x1c6)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x24739(0x24c)]()}:{};_0x1febac=await _0x20f812['oauqf'](withTimeout,playwrightA11yHelper[_0x24739(0x1f8)](_0x132377,_0x19d406,_0x2b51bb,_0x500da1),RETRY_CONFIG['timeoutMs']),await exports[_0x24739(0x26c)](_0x31de9d,RETRY_CONFIG['defaultTimeoutMs']);}else await exports[_0x24739(0x1d8)](_0x31de9d,RETRY_CONFIG[_0x24739(0x278)]),_0x1febac=await _0x20f812[_0x24739(0x246)](withTimeout,accessibilityHelper[_0x24739(0x1f8)](_0x31de9d,_0x19d406,_0x3ad8da,_0x2b51bb),RETRY_CONFIG[_0x24739(0x278)]),await exports['setSeleniumScriptTimeout'](_0x31de9d,RETRY_CONFIG['defaultTimeoutMs']);logger[_0x24739(0x225)](_0x24739(0x1be)+_0x240d34+_0x24739(0x1c0));},{'command':_0x19d406,..._0x24125e})(),logger[_0x377b78(0x27b)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x240d34+'.'),!![];}catch(_0x4bdef1){_0x7c714c=_0x4bdef1,logger['debug'](_0x377b78(0x1b8)+_0x240d34+'\x20failed\x20for\x20method:\x20'+_0x19d406+'\x20('+_0x5ed6f4+_0x377b78(0x244)+_0x4bdef1['message']);}}return logger[_0x377b78(0x214)]('All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20'+_0x19d406+'\x20('+_0x5ed6f4+_0x377b78(0x24f)+(_0x7c714c?.[_0x377b78(0x1b7)]||_0x20f812['nomlu'])),![];},exports[a123_0xc59bee(0x25f)]=async(_0x37096b,_0x254dcf)=>{const _0x557d32=a123_0xc59bee,_0x37b596={'xXHbq':function(_0x2a0527,_0x1c4d6d){return _0x2a0527(_0x1c4d6d);},'tMGgy':'isAccessibilityPlatform','dBhxi':function(_0x699d60,_0x46f9c0){return _0x699d60<=_0x46f9c0;},'abgrR':function(_0x1341c3,_0x3d0323){return _0x1341c3+_0x3d0323;},'tcOVF':function(_0x1b6b29,_0x734d0a){return _0x1b6b29&&_0x734d0a;},'DNlLR':function(_0x5d2411,_0x4ef847,_0x3267b5){return _0x5d2411(_0x4ef847,_0x3267b5);},'Ccxmh':function(_0x1029aa,_0x5e4662,_0x1292b5){return _0x1029aa(_0x5e4662,_0x1292b5);},'NoBaG':_0x557d32(0x1bb)},{isPlaywright:_0x2e6805,type:_0x58fe1d}=_0x37b596[_0x557d32(0x201)](detectDriverType,_0x37096b),_0x44d3d2=_0x2e6805?_0x254dcf[_0x557d32(0x1ba)]:accessibilityHelper[_0x557d32(0x25c)]()&&globals[_0x557d32(0x1d2)](_0x37b596[_0x557d32(0x200)]);if(!_0x44d3d2)return logger[_0x557d32(0x274)](_0x557d32(0x24b)+_0x58fe1d+_0x557d32(0x21e)),[];let _0x28d54b=null;for(let _0x5c3c2e=0x1;_0x37b596[_0x557d32(0x221)](_0x5c3c2e,_0x37b596[_0x557d32(0x259)](RETRY_CONFIG[_0x557d32(0x266)],0x1));_0x5c3c2e++){try{logger['debug'](_0x557d32(0x1f7)+_0x5c3c2e+'/'+_0x37b596[_0x557d32(0x259)](RETRY_CONFIG[_0x557d32(0x266)],0x1)+'\x20('+_0x58fe1d+')');let _0x57bbf3;return _0x37b596['tcOVF'](_0x2e6805,playwrightA11yHelper)?(_0x37b596[_0x557d32(0x207)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x37096b,RETRY_CONFIG[_0x557d32(0x278)]),_0x57bbf3=await _0x37b596[_0x557d32(0x239)](withTimeout,playwrightA11yHelper[_0x557d32(0x1e2)](_0x37096b),RETRY_CONFIG[_0x557d32(0x278)]),await exports['setPlaywrightScriptTimeout'](_0x37096b,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x37096b,RETRY_CONFIG[_0x557d32(0x278)]),_0x57bbf3=await _0x37b596[_0x557d32(0x207)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x37096b,_0x254dcf),RETRY_CONFIG['timeoutMs']),await exports[_0x557d32(0x1d8)](_0x37096b,RETRY_CONFIG[_0x557d32(0x1b2)])),logger[_0x557d32(0x27b)](_0x557d32(0x227)+_0x5c3c2e+'\x20('+_0x58fe1d+')'),_0x57bbf3;}catch(_0x2385b8){_0x28d54b=_0x2385b8,logger['warn'](_0x557d32(0x1f7)+_0x5c3c2e+'\x20failed\x20('+_0x58fe1d+_0x557d32(0x244)+_0x2385b8[_0x557d32(0x1b7)]);}}return logger[_0x557d32(0x214)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x58fe1d+_0x557d32(0x21c)+(_0x28d54b?.[_0x557d32(0x1b7)]||_0x37b596[_0x557d32(0x1c2)])),[];},exports[a123_0xc59bee(0x26b)]=async(_0x3bcd93,_0x2b174b)=>{const _0x35b18d=a123_0xc59bee,_0x140021={'bJUfM':function(_0x3b2235,_0x595315){return _0x3b2235(_0x595315);},'ttvff':_0x35b18d(0x205),'rtPDa':function(_0x47c2f2,_0x1268cd){return _0x47c2f2<=_0x1268cd;},'EdwLW':function(_0x24ccd5,_0x35b42b){return _0x24ccd5+_0x35b42b;},'EhnJj':function(_0x77547d,_0x33cbda){return _0x77547d&&_0x33cbda;},'Vqwrx':function(_0x513166,_0x3d2d9a,_0x81215a){return _0x513166(_0x3d2d9a,_0x81215a);},'tUyKu':function(_0x26e9cd,_0xdad07a,_0x3411f5){return _0x26e9cd(_0xdad07a,_0x3411f5);},'DObsM':function(_0x253ac4,_0x3f9ab9,_0x2395eb){return _0x253ac4(_0x3f9ab9,_0x2395eb);},'omrIF':_0x35b18d(0x1bb)},{isPlaywright:_0x5f286a,type:_0x1faee5}=_0x140021['bJUfM'](detectDriverType,_0x3bcd93),_0x316168=_0x5f286a?_0x2b174b[_0x35b18d(0x1ba)]:accessibilityHelper[_0x35b18d(0x25c)]()&&globals['getGlobal'](_0x140021[_0x35b18d(0x257)]);if(!_0x316168)return logger['warn'](_0x35b18d(0x24b)+_0x1faee5+_0x35b18d(0x1f0)),{};let _0x2142e8=null;for(let _0x3fbd47=0x1;_0x140021['rtPDa'](_0x3fbd47,_0x140021[_0x35b18d(0x1cd)](RETRY_CONFIG[_0x35b18d(0x266)],0x1));_0x3fbd47++){try{logger['debug'](_0x35b18d(0x24d)+_0x3fbd47+'/'+_0x140021[_0x35b18d(0x1cd)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x1faee5+')');let _0x575134;return _0x140021[_0x35b18d(0x231)](_0x5f286a,playwrightA11yHelper)?(_0x140021[_0x35b18d(0x25d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x35b18d(0x26c)](_0x3bcd93,RETRY_CONFIG[_0x35b18d(0x278)]),_0x575134=await _0x140021[_0x35b18d(0x1e0)](withTimeout,playwrightA11yHelper[_0x35b18d(0x1db)](_0x3bcd93),RETRY_CONFIG[_0x35b18d(0x278)]),await exports[_0x35b18d(0x26c)](_0x3bcd93,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x35b18d(0x1d8)](_0x3bcd93,RETRY_CONFIG[_0x35b18d(0x278)]),_0x575134=await _0x140021[_0x35b18d(0x1c9)](withTimeout,accessibilityHelper[_0x35b18d(0x1db)](_0x3bcd93,_0x2b174b),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x3bcd93,RETRY_CONFIG[_0x35b18d(0x1b2)])),logger['info'](_0x35b18d(0x1d9)+_0x3fbd47+'\x20('+_0x1faee5+')'),_0x575134;}catch(_0x376af8){_0x2142e8=_0x376af8,logger['warn'](_0x35b18d(0x24d)+_0x3fbd47+_0x35b18d(0x1ce)+_0x1faee5+_0x35b18d(0x244)+_0x376af8['message']);}}return logger['error'](_0x35b18d(0x22e)+_0x1faee5+_0x35b18d(0x21c)+(_0x2142e8?.[_0x35b18d(0x1b7)]||_0x140021[_0x35b18d(0x1e9)])),{};},exports[a123_0xc59bee(0x212)]=async(_0x14bf90,_0x15c8b1,_0x35149b=null)=>{const _0x5e148e=a123_0xc59bee,_0x57a6d1={'owRII':function(_0x5d99bb,_0x2a65f5){return _0x5d99bb(_0x2a65f5);},'gDtCV':function(_0x29db34,_0xb3e4ca){return _0x29db34===_0xb3e4ca;},'MfaCT':'fulfilled','NGOhG':function(_0x5ae910,_0x54881e){return _0x5ae910===_0x54881e;},'ulAtz':_0x5e148e(0x236),'LtlUN':function(_0x1e9235,_0x340ec2){return _0x1e9235===_0x340ec2;},'XXZDY':'Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan'},{isPlaywright:_0x3a5ab6,type:_0x35745f}=_0x57a6d1[_0x5e148e(0x279)](detectDriverType,_0x14bf90),_0x4d51ff={};_0x4d51ff[_0x5e148e(0x269)]=![],_0x4d51ff[_0x5e148e(0x249)]=[],_0x4d51ff['summary']={},_0x4d51ff[_0x5e148e(0x214)]=null,_0x4d51ff[_0x5e148e(0x1f3)]=_0x35745f;const _0x34e914=_0x4d51ff;try{_0x34e914['scanSucceeded']=await exports[_0x5e148e(0x1d4)](_0x14bf90,_0x35149b);if(_0x34e914[_0x5e148e(0x269)]){const [_0x4b07e7,_0x110eee]=await Promise['allSettled']([exports[_0x5e148e(0x25f)](_0x14bf90,_0x15c8b1),exports[_0x5e148e(0x26b)](_0x14bf90,_0x15c8b1)]);_0x34e914[_0x5e148e(0x249)]=_0x57a6d1['gDtCV'](_0x4b07e7[_0x5e148e(0x273)],_0x57a6d1[_0x5e148e(0x1f2)])?_0x4b07e7[_0x5e148e(0x26a)]:[],_0x34e914['summary']=_0x57a6d1['gDtCV'](_0x110eee[_0x5e148e(0x273)],_0x57a6d1[_0x5e148e(0x1f2)])?_0x110eee['value']:{},_0x57a6d1[_0x5e148e(0x262)](_0x4b07e7[_0x5e148e(0x273)],_0x57a6d1[_0x5e148e(0x202)])&&logger[_0x5e148e(0x274)](_0x5e148e(0x263)+_0x35745f+_0x5e148e(0x24a)+_0x4b07e7[_0x5e148e(0x22c)]?.[_0x5e148e(0x1b7)]),_0x57a6d1[_0x5e148e(0x1b9)](_0x110eee[_0x5e148e(0x273)],_0x57a6d1['ulAtz'])&&logger[_0x5e148e(0x274)](_0x5e148e(0x1c1)+_0x35745f+_0x5e148e(0x24a)+_0x110eee[_0x5e148e(0x22c)]?.[_0x5e148e(0x1b7)]);}}catch(_0x49ba17){_0x34e914['error']=_0x49ba17[_0x5e148e(0x1b7)]||_0x57a6d1['XXZDY'],logger[_0x5e148e(0x214)](_0x5e148e(0x1ff)+_0x35745f+_0x5e148e(0x24a)+_0x34e914[_0x5e148e(0x214)]);}return _0x34e914;},exports[a123_0xc59bee(0x258)]=_0x519f00=>{const _0x1c275d=a123_0xc59bee,_0x57d3a2={};_0x57d3a2[_0x1c275d(0x21b)]=function(_0x41af3b,_0x928775){return _0x41af3b!==_0x928775;};const _0xa5adb5=_0x57d3a2;_0xa5adb5[_0x1c275d(0x21b)](_0x519f00[_0x1c275d(0x266)],undefined)&&(RETRY_CONFIG[_0x1c275d(0x266)]=Math['max'](0x0,_0x519f00['maxRetries'])),_0xa5adb5[_0x1c275d(0x21b)](_0x519f00[_0x1c275d(0x278)],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x1c275d(0x27a)](0x3e8,_0x519f00[_0x1c275d(0x278)])),logger[_0x1c275d(0x225)](_0x1c275d(0x1f4)+JSON[_0x1c275d(0x213)](RETRY_CONFIG));},exports[a123_0xc59bee(0x238)]=()=>{const _0x151f3e={...RETRY_CONFIG};return _0x151f3e;},exports['isPlaywrightPage']=_0x4d158e=>{const _0x19f117={'wXaAU':function(_0x5d7b4c,_0x1c5977){return _0x5d7b4c(_0x1c5977);}};return _0x19f117['wXaAU'](detectDriverType,_0x4d158e)['isPlaywright'];},exports[a123_0xc59bee(0x1fc)]=_0x5f29ca=>{const _0x29e118=a123_0xc59bee,_0x151538={'gAlvf':function(_0x36fc90,_0x46faf8){return _0x36fc90(_0x46faf8);},'Cnlzs':function(_0x476b28,_0x3433a5){return _0x476b28===_0x3433a5;},'qPFHh':_0x29e118(0x1b1)},{isPlaywright:_0x5525fa,type:_0x357baa}=_0x151538[_0x29e118(0x228)](detectDriverType,_0x5f29ca);return!_0x5525fa&&_0x151538['Cnlzs'](_0x357baa,_0x151538['qPFHh']);},exports[a123_0xc59bee(0x26c)]=async(_0x21cd25,_0x22f379=null)=>{const _0x4a347b=a123_0xc59bee,_0x16b250={'dhPEM':function(_0x27fe37,_0x288826){return _0x27fe37(_0x288826);},'dMwtQ':function(_0x3ee7c0,_0x297650){return _0x3ee7c0===_0x297650;},'DYTIW':'function'},{isPlaywright:_0xc3957d,type:_0x2e5b63}=_0x16b250[_0x4a347b(0x1b0)](detectDriverType,_0x21cd25);if(!_0xc3957d)return logger[_0x4a347b(0x225)](_0x4a347b(0x1cc)+_0x2e5b63+_0x4a347b(0x1f5)),!![];const _0x57de08=_0x22f379||RETRY_CONFIG[_0x4a347b(0x1b2)];try{return _0x21cd25&&_0x16b250['dMwtQ'](typeof _0x21cd25[_0x4a347b(0x206)],_0x16b250['DYTIW'])&&(await _0x21cd25[_0x4a347b(0x206)](_0x57de08),logger[_0x4a347b(0x225)](_0x4a347b(0x265)+_0x57de08+'ms')),!![];}catch(_0x410fa1){return logger[_0x4a347b(0x274)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x410fa1['message']),![];}},exports['setSeleniumScriptTimeout']=async(_0x59d4d8,_0x483239=null)=>{const _0x2669d0=a123_0xc59bee,_0x2378db={};_0x2378db['UBaMq']='Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver',_0x2378db[_0x2669d0(0x210)]=function(_0x9e4cf7,_0x5e0849){return _0x9e4cf7===_0x5e0849;},_0x2378db[_0x2669d0(0x1f1)]=_0x2669d0(0x237),_0x2378db[_0x2669d0(0x21d)]=function(_0x30cf95,_0x597d2){return _0x30cf95===_0x597d2;},_0x2378db[_0x2669d0(0x241)]=_0x2669d0(0x1b6),_0x2378db[_0x2669d0(0x20a)]=_0x2669d0(0x23b);const _0x4791f9=_0x2378db;if(!exports[_0x2669d0(0x1fc)](_0x59d4d8))return logger[_0x2669d0(0x274)](_0x4791f9[_0x2669d0(0x1da)]),![];const _0x49dc3d=_0x483239||RETRY_CONFIG['defaultTimeoutMs'];try{if(_0x59d4d8&&_0x4791f9[_0x2669d0(0x210)](typeof _0x59d4d8[_0x2669d0(0x1d5)],_0x4791f9[_0x2669d0(0x1f1)])){const _0xe5a65f=_0x59d4d8[_0x2669d0(0x1d5)]();if(_0xe5a65f&&_0x4791f9[_0x2669d0(0x210)](typeof _0xe5a65f[_0x2669d0(0x233)],_0x4791f9[_0x2669d0(0x1f1)]))await _0xe5a65f[_0x2669d0(0x233)]()['setScriptTimeout'](_0x49dc3d),logger[_0x2669d0(0x225)](_0x2669d0(0x1cf)+_0x49dc3d+'ms\x20using\x20timeouts()\x20API');else{if(_0xe5a65f&&_0x4791f9['aNLgl'](typeof _0xe5a65f['setTimeouts'],_0x4791f9[_0x2669d0(0x1f1)])){const _0x310391={};_0x310391[_0x2669d0(0x1ee)]=_0x49dc3d,await _0xe5a65f[_0x2669d0(0x234)](_0x310391),logger[_0x2669d0(0x225)](_0x2669d0(0x1cf)+_0x49dc3d+_0x2669d0(0x1e5));}else{if(_0xe5a65f&&_0x4791f9[_0x2669d0(0x21d)](typeof _0xe5a65f[_0x2669d0(0x229)],_0x4791f9[_0x2669d0(0x1f1)]))await _0xe5a65f['setScriptTimeout'](_0x49dc3d),logger[_0x2669d0(0x225)](_0x2669d0(0x1cf)+_0x49dc3d+'ms\x20using\x20setScriptTimeout\x20API');else return logger[_0x2669d0(0x225)](_0x4791f9[_0x2669d0(0x241)]),!![];}}}else return logger[_0x2669d0(0x225)](_0x4791f9[_0x2669d0(0x20a)]),!![];return!![];}catch(_0x59d040){return logger['warn'](_0x2669d0(0x1e7)+_0x59d040[_0x2669d0(0x1b7)]),![];}},exports[a123_0xc59bee(0x270)]=async(_0x12a593,_0x5510eb)=>{const _0x49f854=a123_0xc59bee,_0x2e2e73={'vnhLL':function(_0x40b06d,_0x3abbcf){return _0x40b06d(_0x3abbcf);},'iUAId':_0x49f854(0x205),'iLHBP':function(_0x1ae329,_0x5ba51f){return _0x1ae329<=_0x5ba51f;},'jIsbl':function(_0xdeb994,_0x537629){return _0xdeb994+_0x537629;},'nCbDv':function(_0xe79206,_0xdc8381){return _0xe79206&&_0xdc8381;},'gtZUI':function(_0xca4c37,_0x55b211,_0x55df05){return _0xca4c37(_0x55b211,_0x55df05);},'lCJcK':function(_0x5c92c5,_0x4a9d26,_0x4f7c59){return _0x5c92c5(_0x4a9d26,_0x4f7c59);},'RPLHC':_0x49f854(0x1c6),'EyfEy':function(_0x4b9ab8,_0x921858,_0x1bf5a9){return _0x4b9ab8(_0x921858,_0x1bf5a9);},'frJCX':_0x49f854(0x1bb)},{isPlaywright:_0x379cea,type:_0x4bcfb9}=_0x2e2e73[_0x49f854(0x1d6)](detectDriverType,_0x12a593),_0x5dfd96=_0x379cea?global[_0x49f854(0x1ba)]:accessibilityHelper[_0x49f854(0x25c)]()&&globals[_0x49f854(0x1d2)](_0x2e2e73['iUAId']);if(!_0x5dfd96)return logger[_0x49f854(0x274)](_0x49f854(0x24b)+_0x4bcfb9+_0x49f854(0x255)),![];let _0x27fc38=null;for(let _0x3b27ac=0x1;_0x2e2e73[_0x49f854(0x21f)](_0x3b27ac,_0x2e2e73[_0x49f854(0x20e)](RETRY_CONFIG[_0x49f854(0x266)],0x1));_0x3b27ac++){try{logger[_0x49f854(0x225)](_0x49f854(0x220)+_0x3b27ac+'/'+_0x2e2e73[_0x49f854(0x20e)](RETRY_CONFIG[_0x49f854(0x266)],0x1)+'\x20('+_0x4bcfb9+')');if(_0x2e2e73[_0x49f854(0x276)](_0x379cea,playwrightA11yHelper)){_0x2e2e73[_0x49f854(0x1c5)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x49f854(0x26c)](_0x12a593,RETRY_CONFIG['timeoutMs']);const _0x147c9b={};_0x147c9b['is_mobile_session']=!![];const _0x38ae5d=global[_0x49f854(0x1c6)]?Object['assign']({},_0x5510eb,_0x147c9b):_0x5510eb;await _0x2e2e73[_0x49f854(0x1d0)](withTimeout,playwrightA11yHelper[_0x49f854(0x247)](_0x12a593,scripts[_0x49f854(0x1c3)],_0x38ae5d),RETRY_CONFIG[_0x49f854(0x278)]),await exports[_0x49f854(0x26c)](_0x12a593,RETRY_CONFIG[_0x49f854(0x1b2)]);}else{await exports[_0x49f854(0x1d8)](_0x12a593,RETRY_CONFIG[_0x49f854(0x278)]);const _0x571c7c={};_0x571c7c[_0x49f854(0x1ef)]=!![];const _0x19d151=globals[_0x49f854(0x1d2)](_0x2e2e73[_0x49f854(0x26f)])?Object[_0x49f854(0x271)]({},_0x5510eb,_0x571c7c):_0x5510eb;await _0x2e2e73[_0x49f854(0x25a)](withTimeout,_0x12a593[_0x49f854(0x1d7)](scripts[_0x49f854(0x1c3)],_0x19d151),RETRY_CONFIG['timeoutMs']),await exports[_0x49f854(0x1d8)](_0x12a593,RETRY_CONFIG[_0x49f854(0x1b2)]);}return logger[_0x49f854(0x27b)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x3b27ac+'\x20('+_0x4bcfb9+')'),!![];}catch(_0xcf44f9){_0x27fc38=_0xcf44f9,logger[_0x49f854(0x274)](_0x49f854(0x220)+_0x3b27ac+'\x20failed\x20('+_0x4bcfb9+_0x49f854(0x244)+_0xcf44f9[_0x49f854(0x1b7)]);}}return logger[_0x49f854(0x214)](_0x49f854(0x20f)+_0x4bcfb9+_0x49f854(0x21c)+(_0x27fc38?.[_0x49f854(0x1b7)]||_0x2e2e73[_0x49f854(0x20d)])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a124_0x5d2457=a124_0xae2b;(function(_0x341517,_0x3fa661){var _0x18fa06=a124_0xae2b,_0x260a92=_0x341517();while(!![]){try{var _0x4ff670=parseInt(_0x18fa06(0x120))/0x1*(parseInt(_0x18fa06(0x10a))/0x2)+parseInt(_0x18fa06(0x113))/0x3*(parseInt(_0x18fa06(0x11a))/0x4)+-parseInt(_0x18fa06(0x112))/0x5+parseInt(_0x18fa06(0x11c))/0x6+-parseInt(_0x18fa06(0x116))/0x7+parseInt(_0x18fa06(0x110))/0x8*(parseInt(_0x18fa06(0x11e))/0x9)+-parseInt(_0x18fa06(0x11d))/0xa*(parseInt(_0x18fa06(0x122))/0xb);if(_0x4ff670===_0x3fa661)break;else _0x260a92['push'](_0x260a92['shift']());}catch(_0x4f30f2){_0x260a92['push'](_0x260a92['shift']());}}}(a124_0xb876,0x7152f),exports[a124_0x5d2457(0x125)]='https://accessibility.browserstack.com/api',exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports[a124_0x5d2457(0x123)]=a124_0x5d2457(0x11f),exports[a124_0x5d2457(0x111)]='141',exports[a124_0x5d2457(0x115)]=a124_0x5d2457(0x117));function a124_0xae2b(_0x3fb2d6,_0x1a74c2){var _0xb87640=a124_0xb876();return a124_0xae2b=function(_0xae2b72,_0x3de5c4){_0xae2b72=_0xae2b72-0x10a;var _0x361914=_0xb87640[_0xae2b72];return _0x361914;},a124_0xae2b(_0x3fb2d6,_0x1a74c2);}var a124_0x19af53={};a124_0x19af53[a124_0x5d2457(0x121)]=a124_0x5d2457(0x119),a124_0x19af53[a124_0x5d2457(0x10d)]=0x5e,a124_0x19af53['min_version_non_browserstack']=0x64,a124_0x19af53['requires_chrome_options_check']=!![];var a124_0x441618={};a124_0x441618[a124_0x5d2457(0x121)]='Chrome',a124_0x441618[a124_0x5d2457(0x10d)]=0x5e,a124_0x441618[a124_0x5d2457(0x10e)]=0x64,a124_0x441618[a124_0x5d2457(0x124)]=!![];var a124_0x1b29a6={};a124_0x1b29a6['display_name']=a124_0x5d2457(0x119),a124_0x1b29a6['min_version_browserstack']=0x5e,a124_0x1b29a6[a124_0x5d2457(0x10e)]=0x64,a124_0x1b29a6[a124_0x5d2457(0x124)]=!![];var a124_0x27f782={};a124_0x27f782[a124_0x5d2457(0x121)]=a124_0x5d2457(0x118),a124_0x27f782[a124_0x5d2457(0x10d)]=0x8d,a124_0x27f782['min_version_non_browserstack']=0x8d,a124_0x27f782[a124_0x5d2457(0x124)]=!![];var a124_0x4e927f={};function a124_0xb876(){var _0x12d180=['100','45422WewSHm','display_name','3841167ytivgY','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','requires_chrome_options_check','API_URL','12wYtWML','Safari','playwright-chromium','min_version_browserstack','min_version_non_browserstack','ACCESSIBILITY_SUPPORTED_BROWSERS','5113896NqToKJ','MINIMUM_CHROMEFORTESTING_VERSION','329995ACtnMj','11664BUVQMQ','chrome','MINIMUM_SAFARI_VERSION','255710EGeZaE','18.4','ChromeForTesting','Chrome','316nIeUee','chromefortesting','2372244fpfxug','30hOoNSp','9uRtLLG'];a124_0xb876=function(){return _0x12d180;};return a124_0xb876();}a124_0x4e927f[a124_0x5d2457(0x121)]=a124_0x5d2457(0x10b),a124_0x4e927f[a124_0x5d2457(0x10d)]=18.4,a124_0x4e927f[a124_0x5d2457(0x10e)]=18.4,a124_0x4e927f[a124_0x5d2457(0x124)]=![];var a124_0x3627bf={};a124_0x3627bf[a124_0x5d2457(0x114)]=a124_0x19af53,a124_0x3627bf['chromium']=a124_0x441618,a124_0x3627bf[a124_0x5d2457(0x10c)]=a124_0x1b29a6,a124_0x3627bf[a124_0x5d2457(0x11b)]=a124_0x27f782,a124_0x3627bf['safari']=a124_0x4e927f,exports[a124_0x5d2457(0x10f)]=a124_0x3627bf;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a125_0x54c3ae=a125_0x4cbc;(function(_0x2281fb,_0x3fc112){const _0x241bf3=a125_0x4cbc,_0x244f4b=_0x2281fb();while(!![]){try{const _0xf6b3ec=-parseInt(_0x241bf3(0x1bc))/0x1+parseInt(_0x241bf3(0x1e7))/0x2*(-parseInt(_0x241bf3(0x22e))/0x3)+-parseInt(_0x241bf3(0x1b7))/0x4+-parseInt(_0x241bf3(0x217))/0x5*(-parseInt(_0x241bf3(0x1f2))/0x6)+parseInt(_0x241bf3(0x26e))/0x7+parseInt(_0x241bf3(0x2b9))/0x8*(-parseInt(_0x241bf3(0x281))/0x9)+parseInt(_0x241bf3(0x2c3))/0xa;if(_0xf6b3ec===_0x3fc112)break;else _0x244f4b['push'](_0x244f4b['shift']());}catch(_0x16a4ca){_0x244f4b['push'](_0x244f4b['shift']());}}}(a125_0x5ccf,0x5d2c6));function a125_0x5ccf(){const _0xe243d6=['sOOKU','a11y:stop','GQzYw','./constants','isMobileAccessibilitySession','GMWqc','path','lNZQv','../performance/performance-tester','function','IwvGV','options_','getAccessibilityResults','basename','VUpoH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','QbQLt','isAccessibilityAutomationSession','createAccessibilityTestRun','join','./scripts','toJson','setNonBstackInfraCapabilitiesOnCaps','PLPkR','setNonBstackInfraCapabilities','platform','Invalid\x20configuration\x20passed.','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','parse','ZnyDq','isUndefined','scyYL','winstonLogger','BXALx','tmgmy','IWKnq','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','getBrowserName','Bearer\x20','eHoyy','toISOString','performScan','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','toString','v2/test_runs','../globals','assign','Content-Type','glGRu','rBAPo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','16DMKllI','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','KZhfR','resolveMobileThTestRunUuid','browserstackSessionName','iRhzf','playwright','isBrowserStackCommandExecutor','toLowerCase','user','6017840rPRRyV','mergeDeep','ZIGGW','LdnsX','getBrowserVersion','executeAsyncScript','PQDMc','return\x20document.readyState\x20===\x20\x22complete\x22','stopAccessibilityTestRun','chromeOptions_','jAIWt','accessibility','isTrue','getResults','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','resolve','getGlobal','zsOEo','CRJMT','getMinVersionForBrowser','min_version_non_browserstack','requiresChromeOptionsValidation',']\x20but\x20thTestRunUuid\x20is\x20','min_version_browserstack','sNxSu','response','xNvAV','wnHNz','uRkhW','getPlatform','imRbr','body','statusText','chromeOptions','excludeTagsInTestingScope','string','script','VRKcF','browserstack_executor','pyOmN','getAccessibilityResultsSummary','No\x20accessibility\x20results\x20were\x20found.','XTprj','util','set','331348FhCTUb','deviceName','browserVersion','WWyPy','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).','588952bYEPbI','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TEST_ACCESSIBILITY_YML','errors','BUFpr','currentTest','FpArt','json','svJjL','Authorization','ZioYM','checkAccessibilityPlatformConfig','mBEOk','data','isMobileAccessibilityPlatform','null','error','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','isBrowserSupportedForAccessibility','ITYHg','xaNFt','some','xnvdf','oRvPC','add','map','__workerDetails','HbkdE','browserstack','debug','mJxqK','getBrowserA11yConfig','buildName','goog:chromeOptions','includes','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','chrome','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','getPackageVersion','YCCYl','bstack:options','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','isAccessibilityPlatform','67366QrxUTH','warn','hasLegacyHeadlessArg','MOBILE_SCANNING_DISABLED_WARNING','WFvcu','mirrorChromeOptionsIntoBuilder','getPlatformVersion','jYdso','No\x20accessibility\x20summary\x20was\x20found.','Hldvb','gwOqm','2532NWAnSi','length','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','CAPABILITY_KEY','xhMRW','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','IjXhH','getUserName','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','gJUec','method','stringify','scannerVersion','VhWbh','uKTsl','auth','object','../performance/constants','QnxEI','esliW','keys','version','status','PERFORM_SCAN','jZHmG','CJLro','javascript','Ppzkt','format','ChromeExtension','ksqjE','Build\x20creation\x20had\x20failed.','EBmlI','YgIUJ','device','bstackA11yScanOptions','lfBDY','8690qmYIYv','getResultsSummary','application/json','RRdVr','eXclN','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','gUzas','OTbCI','YYmsH','getAccessKey','stack','nSKji','buildDescription','true','Invalid\x20request:\x20','lsWNF','nonBstackPlatformValidation','parseA11yJwtPayload','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','aoIgd','selenium-webdriver/chrome.js','BS_A11Y_JWT','startsWith','15HBNXwY','AOFGb','platformName','args','MQfhY','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','platforms','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','getCapabilities','--headless=','OMpxP','ylTQP','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','KAKnF','IaRsj','bstackA11yShouldScan','has','mjDcz','EqMUr','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Aqyct','includeTagsInTestingScope','euTvO','is_mobile_session','Options','drVtU','ftSJv','info','display_name','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','__cloud_provider___','capabilities_','gAWlg','jkUUS','measureWrapper','getMobileA11yCapabilities','WWuSK','BROWSERSTACK_TURBOSCALE','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','nodeRequest','from','LKSJC','WTyEK','getCiInfo','selenium-webdriver','forEach','fetchPlatformDetails','OFfxK','headers','kkXDO','../logger','uTaQi','env','ysMBH','NqAwT','nestedKeyValue','DbPnL','requireModule','KZmEk','trPuB','LnxDO','JaIDU','TQZbh','831936UdHEHE','browserName','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','POST','KXORk','filter','qbVKy','isBrowserstackInfra','test_runs/stop','message','dlDbb','NwPpJ','--headless','zhXKL','kzWyH','yzfPV','RrPEU','OTFha','isArray','1045017yZyKnT','parseFromJson','get'];a125_0x5ccf=function(){return _0xe243d6;};return a125_0x5ccf();}const path=require(a125_0x54c3ae(0x28a)),util=require(a125_0x54c3ae(0x1b5)),bsSetupHelper=require('../helper'),logger=require(a125_0x54c3ae(0x261))[a125_0x54c3ae(0x2a4)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a125_0x54c3ae(0x287)),PerformanceTester=require(a125_0x54c3ae(0x28c)),scripts=require(a125_0x54c3ae(0x298)),globals=require(a125_0x54c3ae(0x2b1)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a125_0x54c3ae(0x203));exports[a125_0x54c3ae(0x25d)]=async _0x4b58a2=>{const _0x5e1de8=a125_0x54c3ae,_0x26d58b={};_0x26d58b[_0x5e1de8(0x1b1)]=function(_0x5214cd,_0x30ea3e){return _0x5214cd===_0x30ea3e;},_0x26d58b['hqFpY']=_0x5e1de8(0x1d8);const _0x29cb4e=_0x26d58b;let _0x279b2b={};try{const _0x2abb42=await _0x4b58a2[_0x5e1de8(0x236)]();_0x279b2b={'os_name':_0x2abb42[_0x5e1de8(0x1a7)](),'os_version':bsSetupHelper[_0x5e1de8(0x1ed)](_0x29cb4e[_0x5e1de8(0x1b1)](global[_0x5e1de8(0x24d)],_0x29cb4e['hqFpY'])),'browser_name':_0x2abb42[_0x5e1de8(0x2a9)](),'browser_version':_0x2abb42[_0x5e1de8(0x2c7)]()};}catch(_0x47f137){logger[_0x5e1de8(0x1d9)](_0x5e1de8(0x255)+_0x47f137);}return _0x279b2b;},exports[a125_0x54c3ae(0x295)]=()=>{const _0x57e628=a125_0x54c3ae,_0x129090={};_0x129090[_0x57e628(0x1f0)]=function(_0x349903,_0x44194f){return _0x349903===_0x44194f;},_0x129090['gAWlg']=_0x57e628(0x1ad),_0x129090[_0x57e628(0x210)]=function(_0x208eb1,_0x39264a){return _0x208eb1>_0x39264a;},_0x129090[_0x57e628(0x2a5)]=function(_0x798167,_0x14a5e4){return _0x798167!==_0x14a5e4;},_0x129090['HbkdE']=_0x57e628(0x1cb),_0x129090[_0x57e628(0x250)]=function(_0x2b6993,_0x567a99){return _0x2b6993&&_0x567a99;};const _0x4a6e8c=_0x129090;try{const _0x2f8a11=bsSetupHelper['isTrue'](process[_0x57e628(0x263)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x57e628(0x196)](process[_0x57e628(0x263)][_0x57e628(0x1e5)]),_0x501853=_0x4a6e8c[_0x57e628(0x1f0)](typeof process['env'][_0x57e628(0x22c)],_0x4a6e8c[_0x57e628(0x24f)])&&_0x4a6e8c[_0x57e628(0x210)](process['env']['BS_A11Y_JWT'][_0x57e628(0x1f3)],0x0)&&_0x4a6e8c[_0x57e628(0x2a5)](process[_0x57e628(0x263)][_0x57e628(0x22c)],_0x4a6e8c[_0x57e628(0x1d7)]);return _0x4a6e8c[_0x57e628(0x250)](_0x2f8a11,_0x501853);}catch(_0x2e0a70){logger[_0x57e628(0x1d9)](_0x57e628(0x29f)+_0x2e0a70);}return![];};function a125_0x4cbc(_0x2ffe3c,_0x4a52ae){const _0x5ccf9e=a125_0x5ccf();return a125_0x4cbc=function(_0x4cbcf7,_0x3d0ecd){_0x4cbcf7=_0x4cbcf7-0x190;let _0x194a4d=_0x5ccf9e[_0x4cbcf7];return _0x194a4d;},a125_0x4cbc(_0x2ffe3c,_0x4a52ae);}const isLegacyHeadlessArg=_0x4c21c6=>typeof _0x4c21c6===a125_0x54c3ae(0x1ad)&&(_0x4c21c6===a125_0x54c3ae(0x27a)||_0x4c21c6[a125_0x54c3ae(0x22d)](a125_0x54c3ae(0x237))&&_0x4c21c6!=='--headless=new');exports[a125_0x54c3ae(0x1e9)]=_0x4268b1=>{const _0x315641=a125_0x54c3ae,_0x31cf7e={};_0x31cf7e['yzfPV']=_0x315641(0x22b),_0x31cf7e[_0x315641(0x21e)]=_0x315641(0x25b),_0x31cf7e[_0x315641(0x2bb)]=function(_0x19c8c9,_0x25dc8b){return _0x19c8c9===_0x25dc8b;},_0x31cf7e[_0x315641(0x294)]=_0x315641(0x28d),_0x31cf7e[_0x315641(0x240)]=_0x315641(0x1dd),_0x31cf7e[_0x315641(0x26c)]=_0x315641(0x1e4),_0x31cf7e[_0x315641(0x1d2)]=_0x315641(0x1ab),_0x31cf7e['YgIUJ']=_0x315641(0x231);const _0x1c067d=_0x31cf7e;try{let _0x1cb76c;try{_0x1cb76c=bsSetupHelper[_0x315641(0x268)](_0x1c067d[_0x315641(0x27d)],_0x1c067d[_0x315641(0x21e)]);}catch(_0x240387){return![];}const _0x388b8d=new _0x1cb76c[(_0x315641(0x247))](_0x4268b1[_0x315641(0x193)]),_0x169ef9=_0x388b8d[_0x315641(0x28f)]&&_0x388b8d[_0x315641(0x28f)][_0x315641(0x231)]||_0x1c067d['KZhfR'](typeof _0x388b8d[_0x315641(0x283)],_0x1c067d[_0x315641(0x294)])&&_0x388b8d[_0x315641(0x283)](_0x1c067d[_0x315641(0x240)])&&_0x388b8d['get'](_0x1c067d[_0x315641(0x240)])[_0x315641(0x231)]||bsSetupHelper['nestedKeyValue'](_0x4268b1[_0x315641(0x24e)],[_0x1c067d[_0x315641(0x26c)],_0x1c067d[_0x315641(0x1d2)],_0x1c067d['YgIUJ']])||bsSetupHelper[_0x315641(0x266)](_0x4268b1[_0x315641(0x24e)],[_0x1c067d[_0x315641(0x1d2)],_0x1c067d[_0x315641(0x213)]])||[];if((Array[_0x315641(0x280)](_0x169ef9)?_0x169ef9:[])['some'](isLegacyHeadlessArg))return!![];const _0x2ca0e2=_0x4268b1[_0x315641(0x24e)]||{},_0xe1a31e=bsSetupHelper[_0x315641(0x266)](_0x2ca0e2,[_0x1c067d['mjDcz']])||{},_0x3175f7=bsSetupHelper[_0x315641(0x266)](_0xe1a31e,[_0x1c067d['YgIUJ']])||[];return(Array[_0x315641(0x280)](_0x3175f7)?_0x3175f7:[])[_0x315641(0x1d1)](isLegacyHeadlessArg);}catch(_0x31a657){return logger['debug']('Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20'+util[_0x315641(0x20e)](_0x31a657)),![];}},exports[a125_0x54c3ae(0x227)]=(_0x1bd424,_0x2c33f5)=>{const _0x5ec74b=a125_0x54c3ae,_0x262c19={'mBEOk':_0x5ec74b(0x26f),'YbHoz':function(_0x21928e,_0x4b0a20){return _0x21928e(_0x4b0a20);},'dlDbb':_0x5ec74b(0x1b9),'ZIGGW':function(_0x15ee6c,_0x1c685d){return _0x15ee6c(_0x1c685d);},'PLPkR':_0x5ec74b(0x207),'LnxDO':_0x5ec74b(0x1e4),'jYdso':_0x5ec74b(0x1b8),'iRhzf':_0x5ec74b(0x214),'Ppzkt':_0x5ec74b(0x21c),'xImaW':_0x5ec74b(0x2ba),'aijLL':function(_0x2f1efe,_0x4fbf78){return _0x2f1efe===_0x4fbf78;},'VUpoH':_0x5ec74b(0x1e0),'XTprj':function(_0x5782b7,_0x1fa7c1){return _0x5782b7>=_0x1fa7c1;}},_0x5b7640=_0x1bd424[_0x5ec74b(0x283)](_0x262c19[_0x5ec74b(0x1c8)]),_0x37b226=_0x262c19['YbHoz'](parseFloat,_0x1bd424[_0x5ec74b(0x283)](_0x262c19[_0x5ec74b(0x278)]))||_0x262c19[_0x5ec74b(0x2c5)](parseFloat,_0x1bd424[_0x5ec74b(0x283)](_0x262c19[_0x5ec74b(0x29b)])),_0x380256=_0x1bd424[_0x5ec74b(0x283)](_0x262c19[_0x5ec74b(0x26b)])||{},_0x554141=_0x262c19['ZIGGW'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x1bb7c3=_0x380256[_0x262c19[_0x5ec74b(0x1ee)]]||_0x1bd424[_0x5ec74b(0x283)](_0x262c19[_0x5ec74b(0x2be)])||![];if(_0x1bb7c3)return logger[_0x5ec74b(0x1e8)](_0x262c19[_0x5ec74b(0x20d)]),![];if(exports[_0x5ec74b(0x1e9)](_0x2c33f5))return logger[_0x5ec74b(0x1e8)](_0x262c19['xImaW']),![];if(_0x262c19['aijLL'](_0x5b7640['toLowerCase'](),_0x262c19[_0x5ec74b(0x292)])&&_0x262c19[_0x5ec74b(0x1b4)](_0x37b226,_0x554141))return!![];return logger['warn'](_0x5ec74b(0x293)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x16e246,_0x5c95bf)=>{const _0x48eda4=a125_0x54c3ae,_0x278c68={};_0x278c68[_0x48eda4(0x27e)]=function(_0x21bf72,_0x34dbc4){return _0x21bf72!==_0x34dbc4;},_0x278c68[_0x48eda4(0x21b)]=_0x48eda4(0x1ad),_0x278c68[_0x48eda4(0x1ff)]=function(_0x3991fb,_0x157fce){return _0x3991fb===_0x157fce;},_0x278c68[_0x48eda4(0x2c6)]=_0x48eda4(0x202),_0x278c68[_0x48eda4(0x21d)]=function(_0x3c1a8f,_0x26bacd){return _0x3c1a8f===_0x26bacd;};const _0x194255=_0x278c68,_0x3ac62f=_0x16e246&&_0x194255[_0x48eda4(0x1ff)](typeof _0x16e246,_0x194255[_0x48eda4(0x2c6)])?_0x16e246:{},_0x14e776=_0x5c95bf&&_0x194255['gUzas'](typeof _0x5c95bf,_0x194255['LdnsX'])?_0x5c95bf:{},_0x293cda=Object[_0x48eda4(0x2b2)]({},_0x3ac62f,_0x14e776);return Object[_0x48eda4(0x206)](_0x14e776)[_0x48eda4(0x25c)](_0x13dfea=>{const _0x28cfe9=_0x48eda4,_0x5a00bd={'HcldV':function(_0x1c55da,_0x42c2df){const _0x2a96e9=a125_0x4cbc;return _0x194255[_0x2a96e9(0x27e)](_0x1c55da,_0x42c2df);},'TQZbh':_0x194255[_0x28cfe9(0x21b)]};if(Array[_0x28cfe9(0x280)](_0x14e776[_0x13dfea])||Array[_0x28cfe9(0x280)](_0x3ac62f[_0x13dfea])){const _0x29c6ff=Array[_0x28cfe9(0x280)](_0x3ac62f[_0x13dfea])?_0x3ac62f[_0x13dfea]:[],_0x4316d8=Array['isArray'](_0x14e776[_0x13dfea])?_0x14e776[_0x13dfea]:[],_0x4ee12c=new Set();_0x293cda[_0x13dfea]=_0x29c6ff['concat'](_0x4316d8)[_0x28cfe9(0x273)](_0x2a6bb4=>{const _0x453983=_0x28cfe9;if(_0x5a00bd['HcldV'](typeof _0x2a6bb4,_0x5a00bd[_0x453983(0x26d)]))return!![];if(_0x4ee12c[_0x453983(0x23f)](_0x2a6bb4))return![];return _0x4ee12c[_0x453983(0x1d4)](_0x2a6bb4),!![];});}}),_0x293cda;};exports[a125_0x54c3ae(0x1ec)]=(_0xd743c2,_0x491e7f)=>{const _0x2daf35=a125_0x54c3ae,_0x357ab6={'jwbuX':function(_0x2533a7,_0x2a9270){return _0x2533a7!==_0x2a9270;},'IjXhH':_0x2daf35(0x28d),'DbPnL':function(_0x5a8868,_0x4c594f){return _0x5a8868!==_0x4c594f;},'mJxqK':_0x2daf35(0x1dd),'IWKnq':function(_0x49207f,_0x5ab673,_0xe71ce0){return _0x49207f(_0x5ab673,_0xe71ce0);},'xhMRW':function(_0x30acc7,_0x20c727){return _0x30acc7||_0x20c727;},'UTTGd':function(_0x54c6a6,_0x13f835){return _0x54c6a6+_0x13f835;},'kkXDO':_0x2daf35(0x2ae)};try{const _0x4d890a=_0xd743c2&&_0xd743c2[_0x2daf35(0x193)];if(!_0x4d890a||_0x357ab6['jwbuX'](typeof _0x4d890a['get'],_0x357ab6[_0x2daf35(0x1f8)])||_0x357ab6[_0x2daf35(0x267)](typeof _0x4d890a['set'],_0x357ab6['IjXhH']))return;const _0x30adaf=_0x4d890a[_0x2daf35(0x1f5)]||_0x357ab6[_0x2daf35(0x1da)],_0x5d3728=_0x4d890a[_0x2daf35(0x283)](_0x30adaf)||{},_0x26d426=_0x357ab6[_0x2daf35(0x2a7)](mergeChromeOptionsPreservingArrays,_0x5d3728,_0x357ab6[_0x2daf35(0x1f6)](_0x491e7f,{}));_0x4d890a['set'](_0x30adaf,_0x26d426);}catch(_0x2c0a63){logger[_0x2daf35(0x1d9)](_0x357ab6['UTTGd'](_0x357ab6[_0x2daf35(0x260)],util[_0x2daf35(0x20e)](_0x2c0a63)));}},exports[a125_0x54c3ae(0x29c)]=(_0x161ac3,_0x4128af=!![])=>{const _0x2e2f4b=a125_0x54c3ae,_0x3973dd={'lNZQv':function(_0x3e3c86,_0x2e4adc){return _0x3e3c86===_0x2e4adc;},'drVtU':_0x2e2f4b(0x1ab),'OFfxK':_0x2e2f4b(0x1dd),'ysMBH':function(_0x5c6bfc,_0x1dc93a,_0x4adcdc){return _0x5c6bfc(_0x1dc93a,_0x4adcdc);},'rBAPo':function(_0x1ea525,_0x10ad50){return _0x1ea525||_0x10ad50;},'OMpxP':'Not\x20a\x20Accessibility\x20Session'},_0x436f12=scripts[_0x2e2f4b(0x20f)];try{const _0x5363f4=bsSetupHelper['isTrue'](process[_0x2e2f4b(0x263)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x2e2f4b(0x196)](process[_0x2e2f4b(0x263)][_0x2e2f4b(0x1e5)]);if((!bsSetupHelper[_0x2e2f4b(0x275)]()||process[_0x2e2f4b(0x263)][_0x2e2f4b(0x254)])&&_0x5363f4){const _0x37ddcc=_0x161ac3['getCapabilities'](),_0x26b974=_0x3973dd[_0x2e2f4b(0x28b)](_0x4128af,![])?_0x3973dd[_0x2e2f4b(0x248)]:_0x3973dd[_0x2e2f4b(0x25e)],_0x503488=_0x37ddcc[_0x2e2f4b(0x283)](_0x26b974)||_0x37ddcc['get'](_0x3973dd[_0x2e2f4b(0x25e)])||{},_0xa5d0cb=_0x3973dd[_0x2e2f4b(0x264)](mergeChromeOptionsPreservingArrays,_0x503488,_0x3973dd[_0x2e2f4b(0x2b5)](_0x436f12,{}));_0x37ddcc[_0x2e2f4b(0x1b6)](_0x26b974,_0xa5d0cb),exports[_0x2e2f4b(0x1ec)](_0x161ac3,_0xa5d0cb);}else logger[_0x2e2f4b(0x1e8)](_0x3973dd[_0x2e2f4b(0x238)]);}catch(_0x52701e){logger[_0x2e2f4b(0x1cc)](_0x2e2f4b(0x229)+_0x52701e);}},exports[a125_0x54c3ae(0x29a)]=_0x34b671=>{const _0xc8804f=a125_0x54c3ae,_0x54bf21={};_0x54bf21[_0xc8804f(0x249)]=function(_0x1274d6,_0x1fbeaf){return _0x1274d6||_0x1fbeaf;},_0x54bf21[_0xc8804f(0x21f)]='goog:chromeOptions';const _0x23046f=_0x54bf21;_0x34b671=_0x23046f[_0xc8804f(0x249)](_0x34b671,{});const _0x2a2454=scripts[_0xc8804f(0x20f)];try{const _0x41348a=bsSetupHelper['isTrue'](process[_0xc8804f(0x263)][_0xc8804f(0x1be)])||bsSetupHelper[_0xc8804f(0x196)](process[_0xc8804f(0x263)][_0xc8804f(0x1e5)]);if((!bsSetupHelper[_0xc8804f(0x275)]()||process[_0xc8804f(0x263)][_0xc8804f(0x254)])&&_0x41348a){const _0x2e59f5=_0x34b671[_0x23046f[_0xc8804f(0x21f)]]||{};bsSetupHelper[_0xc8804f(0x2c4)](_0x2e59f5,_0x2a2454),_0x34b671[_0x23046f[_0xc8804f(0x21f)]]=_0x2e59f5;}}catch(_0x5c54ed){logger[_0xc8804f(0x1cc)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20'+_0x5c54ed);}return _0x34b671;},exports['shouldScanTestForAccessibility']=(_0x11cf3a=null,_0x10803c=!![],_0x2f5022=[])=>{const _0x28b1e6=a125_0x54c3ae,_0x551ef2={};_0x551ef2[_0x28b1e6(0x1e3)]=function(_0x226dc1,_0x426d6f){return _0x226dc1==_0x426d6f;},_0x551ef2['jAIWt']=function(_0x247334,_0x31ef05){return _0x247334>_0x31ef05;},_0x551ef2[_0x28b1e6(0x1d3)]=function(_0x4578e9,_0x537c69){return _0x4578e9===_0x537c69;},_0x551ef2['Aqyct']=function(_0x1ff155,_0x12e53b){return _0x1ff155&&_0x12e53b;},_0x551ef2[_0x28b1e6(0x241)]=function(_0x85c00c,_0x14f86f){return _0x85c00c===_0x14f86f;};const _0x55e70b=_0x551ef2;if(_0x55e70b[_0x28b1e6(0x1e3)](process[_0x28b1e6(0x263)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x1a7146=JSON[_0x28b1e6(0x2a0)](process[_0x28b1e6(0x263)][_0x28b1e6(0x1bd)]),_0x16db1c=Array[_0x28b1e6(0x280)](_0x1a7146[_0x28b1e6(0x244)])?_0x1a7146[_0x28b1e6(0x244)]:[],_0x366026=Array['isArray'](_0x1a7146[_0x28b1e6(0x1ac)])?_0x1a7146['excludeTagsInTestingScope']:[],_0xdab845=_0x4a917b=>typeof _0x4a917b===_0x28b1e6(0x1ad)?_0x4a917b['replace'](/^@/,'')['toLowerCase']()['trim']():_0x4a917b;if(bsSetupHelper[_0x28b1e6(0x2a2)](_0x11cf3a)){if(_0x55e70b[_0x28b1e6(0x194)](_0x2f5022['length'],0x0)){const _0x43ec34=_0x2f5022[_0x28b1e6(0x1d5)](_0xdab845),_0x331f59=_0x366026[_0x28b1e6(0x1d1)](_0x481dc6=>_0x43ec34[_0x28b1e6(0x1de)](_0xdab845(_0x481dc6))),_0x272127=_0x55e70b['oRvPC'](_0x16db1c[_0x28b1e6(0x1f3)],0x0)||_0x16db1c[_0x28b1e6(0x1d1)](_0x50f31b=>_0x43ec34[_0x28b1e6(0x1de)](_0xdab845(_0x50f31b)));return _0x55e70b[_0x28b1e6(0x243)](!_0x331f59,_0x272127);}return!![];}let _0x51a5f3;_0x10803c?_0x51a5f3=_0x11cf3a['join']('/'):_0x51a5f3=_0x11cf3a;const _0xc8bfb1=_0x366026[_0x28b1e6(0x1d1)](_0xa1b8da=>_0x51a5f3[_0x28b1e6(0x2c1)]()[_0x28b1e6(0x1de)](_0xdab845(_0xa1b8da)['toLowerCase']())),_0xeafa7d=_0x55e70b['EqMUr'](_0x16db1c[_0x28b1e6(0x1f3)],0x0)||_0x16db1c[_0x28b1e6(0x1d1)](_0x43bada=>_0x51a5f3[_0x28b1e6(0x2c1)]()[_0x28b1e6(0x1de)](_0xdab845(_0x43bada)['toLowerCase']()));return _0x55e70b[_0x28b1e6(0x243)](!_0xc8bfb1,_0xeafa7d);}catch(_0x470e4c){logger[_0x28b1e6(0x1d9)](_0x28b1e6(0x233)+util[_0x28b1e6(0x20e)](_0x470e4c));}return![];},exports[a125_0x54c3ae(0x1c7)]=_0x1bb396=>{const _0xbb8ac0=a125_0x54c3ae;let _0x320a9d=![];try{_0x1bb396[_0xbb8ac0(0x234)][_0xbb8ac0(0x25c)](_0x31823b=>{const _0x4c83f7=_0xbb8ac0;if(bsSetupHelper['isTrue'](_0x31823b[_0x4c83f7(0x195)]))return _0x320a9d=!![],!![];});}catch(_0x44c5db){logger[_0xbb8ac0(0x1d9)](_0xbb8ac0(0x1e1)+_0x44c5db);}return _0x320a9d||bsSetupHelper[_0xbb8ac0(0x196)](_0x1bb396['accessibility']);},exports[a125_0x54c3ae(0x296)]=PerformanceTester[a125_0x54c3ae(0x251)]('a11y:start',async function(_0xf1f5cb,_0x5cabbe){const _0x3d7fa2=a125_0x54c3ae,_0x110d10={};_0x110d10[_0x3d7fa2(0x200)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x110d10[_0x3d7fa2(0x26a)]=_0x3d7fa2(0x2bf),_0x110d10['QnxEI']=_0x3d7fa2(0x20c),_0x110d10[_0x3d7fa2(0x286)]='application/json',_0x110d10['PQDMc']=_0x3d7fa2(0x271),_0x110d10[_0x3d7fa2(0x23d)]=_0x3d7fa2(0x2b0),_0x110d10[_0x3d7fa2(0x205)]=function(_0x43e70f,_0x32831f){return _0x43e70f===_0x32831f;},_0x110d10[_0x3d7fa2(0x222)]=_0x3d7fa2(0x29e),_0x110d10[_0x3d7fa2(0x1c6)]='false';const _0x18c02e=_0x110d10,_0x5535d0=bsSetupHelper[_0x3d7fa2(0x1f9)](_0xf1f5cb),_0x3ec668=bsSetupHelper[_0x3d7fa2(0x220)](_0xf1f5cb);if(bsSetupHelper[_0x3d7fa2(0x2a2)](_0x5535d0)||bsSetupHelper[_0x3d7fa2(0x2a2)](_0x3ec668))return logger[_0x3d7fa2(0x1cc)](_0x18c02e['uKTsl']),[null,null];try{let _0xac417f;bsSetupHelper['isUndefined'](process[_0x3d7fa2(0x263)][_0x3d7fa2(0x1bd)])?_0xac417f={}:_0xac417f=JSON['parse'](process[_0x3d7fa2(0x263)][_0x3d7fa2(0x1bd)]);const {name:_0x142329,version:_0x396ca3}=bsSetupHelper['getTestFrameworkDetails'](_0xf1f5cb,_0x5cabbe),_0x1d213f={'projectName':_0xf1f5cb['projectName'],'buildName':_0xf1f5cb[_0x3d7fa2(0x1dc)]||path[_0x3d7fa2(0x291)](path[_0x3d7fa2(0x199)](process['cwd']())),'startTime':new Date()['toISOString'](),'description':_0xf1f5cb[_0x3d7fa2(0x223)]||'','source':{'frameworkName':_0x5cabbe[_0x3d7fa2(0x1de)](_0x18c02e[_0x3d7fa2(0x26a)])?_0x18c02e[_0x3d7fa2(0x26a)]:_0x5cabbe,'frameworkVersion':bsSetupHelper[_0x3d7fa2(0x1e2)](_0x5cabbe),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x18c02e[_0x3d7fa2(0x204)],'testFramework':_0x142329,'testFrameworkVersion':_0x396ca3},'settings':_0xac417f,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x3d7fa2(0x25a)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x3d7fa2(0x275)]()},_0x45967a={};_0x45967a[_0x3d7fa2(0x2c2)]=_0x5535d0,_0x45967a['pass']=_0x3ec668;const _0x32a9eb={};_0x32a9eb['Content-Type']=_0x18c02e['GQzYw'];const _0x3e7c67={};_0x3e7c67[_0x3d7fa2(0x201)]=_0x45967a,_0x3e7c67[_0x3d7fa2(0x25f)]=_0x32a9eb;const _0x2fffbf=_0x3e7c67,_0x3b5bc1={};_0x3b5bc1['body']=_0x1d213f,_0x3b5bc1[_0x3d7fa2(0x1c3)]=!![];const _0xb9a924=Object[_0x3d7fa2(0x2b2)](_0x2fffbf,_0x3b5bc1),_0x40f362=await bsSetupHelper[_0x3d7fa2(0x256)](_0x18c02e[_0x3d7fa2(0x190)],_0x18c02e[_0x3d7fa2(0x23d)],_0xb9a924,_0xf1f5cb,API_URL);let _0x4e654d=process[_0x3d7fa2(0x263)][_0x3d7fa2(0x1bd)];return _0x4e654d?_0x4e654d=JSON[_0x3d7fa2(0x2a0)](process[_0x3d7fa2(0x263)][_0x3d7fa2(0x1bd)]):_0x4e654d={},scripts[_0x3d7fa2(0x282)](_0x40f362[_0x3d7fa2(0x1c9)][_0x3d7fa2(0x1c9)]),scripts[_0x3d7fa2(0x299)](),_0x4e654d[_0x3d7fa2(0x1fe)]=_0x40f362[_0x3d7fa2(0x1c9)][_0x3d7fa2(0x1c9)][_0x3d7fa2(0x1fe)],process['env'][_0x3d7fa2(0x1bd)]=JSON[_0x3d7fa2(0x1fd)](_0x4e654d),[_0x40f362['data'][_0x3d7fa2(0x1c9)]['accessibilityToken'],_0x40f362[_0x3d7fa2(0x1c9)][_0x3d7fa2(0x1c9)]['id']];}catch(_0x141c7d){if(_0x141c7d[_0x3d7fa2(0x1a3)])logger[_0x3d7fa2(0x1cc)](_0x3d7fa2(0x23a)+_0x141c7d[_0x3d7fa2(0x1a3)][_0x3d7fa2(0x208)]+'\x20'+_0x141c7d['response'][_0x3d7fa2(0x1aa)]+'\x20'+JSON[_0x3d7fa2(0x1fd)](_0x141c7d[_0x3d7fa2(0x1a3)]['data']));else{if(_0x18c02e[_0x3d7fa2(0x205)](_0x141c7d[_0x3d7fa2(0x277)],_0x18c02e[_0x3d7fa2(0x222)])){logger[_0x3d7fa2(0x1cc)](_0x3d7fa2(0x23a)+(_0x141c7d['message']||_0x141c7d['stack']));for(const _0x34806b of _0x141c7d[_0x3d7fa2(0x1bf)]){logger[_0x3d7fa2(0x1cc)](_0x34806b[_0x3d7fa2(0x277)]);}process[_0x3d7fa2(0x263)][_0x3d7fa2(0x1be)]=_0x18c02e['ZioYM'],process['env'][_0x3d7fa2(0x1e5)]=_0x18c02e[_0x3d7fa2(0x1c6)];}else logger[_0x3d7fa2(0x1cc)](_0x3d7fa2(0x23a)+(_0x141c7d[_0x3d7fa2(0x277)]||_0x141c7d[_0x3d7fa2(0x221)]));}return[null,null];}}),exports[a125_0x54c3ae(0x192)]=PerformanceTester['measureWrapper'](a125_0x54c3ae(0x285),async function(_0x3fffaf){const _0x27d8e3=a125_0x54c3ae,_0x2eb836={};_0x2eb836[_0x27d8e3(0x27c)]=function(_0x5c14e5,_0x1e4e76){return _0x5c14e5!==_0x1e4e76;},_0x2eb836[_0x27d8e3(0x1c0)]='string',_0x2eb836[_0x27d8e3(0x19c)]=_0x27d8e3(0x1cc),_0x2eb836[_0x27d8e3(0x1a8)]=_0x27d8e3(0x211),_0x2eb836[_0x27d8e3(0x259)]=_0x27d8e3(0x219),_0x2eb836[_0x27d8e3(0x22f)]='PUT',_0x2eb836[_0x27d8e3(0x1a6)]=_0x27d8e3(0x276),_0x2eb836[_0x27d8e3(0x1a5)]=function(_0x2b3a0e,_0xfb2e9d){return _0x2b3a0e+_0xfb2e9d;},_0x2eb836[_0x27d8e3(0x2ab)]=_0x27d8e3(0x225),_0x2eb836[_0x27d8e3(0x216)]='success';const _0x461734=_0x2eb836;if(bsSetupHelper[_0x27d8e3(0x2a2)](process[_0x27d8e3(0x263)][_0x27d8e3(0x22c)])||_0x461734[_0x27d8e3(0x27c)](typeof process[_0x27d8e3(0x263)][_0x27d8e3(0x22c)],_0x461734[_0x27d8e3(0x1c0)])){const _0xb4eb20={};return _0xb4eb20['status']=_0x461734[_0x27d8e3(0x19c)],_0xb4eb20[_0x27d8e3(0x277)]=_0x461734['imRbr'],_0xb4eb20;}const _0x31f04f={'endTime':new Date()[_0x27d8e3(0x2ac)]()},_0x4b6893={};_0x4b6893[_0x27d8e3(0x1c5)]=_0x27d8e3(0x2aa)+process[_0x27d8e3(0x263)][_0x27d8e3(0x22c)],_0x4b6893[_0x27d8e3(0x2b3)]=_0x461734[_0x27d8e3(0x259)];const _0x58e051={};_0x58e051[_0x27d8e3(0x25f)]=_0x4b6893;const _0x53cecf=_0x58e051,_0x4d94e={};_0x4d94e[_0x27d8e3(0x1a9)]=_0x31f04f,_0x4d94e[_0x27d8e3(0x201)]=null,_0x4d94e[_0x27d8e3(0x1c3)]=!![];const _0x45d33d=Object['assign'](_0x53cecf,_0x4d94e);try{const _0xb9cfb5=await bsSetupHelper['nodeRequest'](_0x461734['AOFGb'],_0x461734[_0x27d8e3(0x1a6)],_0x45d33d,_0x3fffaf,API_URL);if(_0xb9cfb5[_0x27d8e3(0x1c9)][_0x27d8e3(0x1cc)])throw new Error(_0x461734[_0x27d8e3(0x1a5)](_0x461734['eHoyy'],_0xb9cfb5[_0x27d8e3(0x1c9)][_0x27d8e3(0x1cc)]));else{logger[_0x27d8e3(0x24a)](_0x27d8e3(0x2b7)+new Date()[_0x27d8e3(0x2ac)]());const _0xf0c37e={};return _0xf0c37e[_0x27d8e3(0x208)]=_0x461734[_0x27d8e3(0x216)],_0xf0c37e[_0x27d8e3(0x277)]='',_0xf0c37e;}}catch(_0x5cccc6){_0x5cccc6[_0x27d8e3(0x1a3)]?logger[_0x27d8e3(0x1cc)](_0x27d8e3(0x1df)+_0x5cccc6[_0x27d8e3(0x1a3)][_0x27d8e3(0x208)]+'\x20'+_0x5cccc6[_0x27d8e3(0x1a3)][_0x27d8e3(0x1aa)]+'\x20'+JSON['stringify'](_0x5cccc6['response'][_0x27d8e3(0x1c9)])):logger[_0x27d8e3(0x1cc)](_0x27d8e3(0x1df)+(_0x5cccc6[_0x27d8e3(0x277)]||util[_0x27d8e3(0x20e)](_0x5cccc6)));const _0x50deb0={};return _0x50deb0[_0x27d8e3(0x208)]=_0x461734[_0x27d8e3(0x19c)],_0x50deb0[_0x27d8e3(0x277)]=_0x5cccc6['message']||(_0x5cccc6[_0x27d8e3(0x1a3)]?_0x5cccc6[_0x27d8e3(0x1a3)][_0x27d8e3(0x208)]+':'+_0x5cccc6['response'][_0x27d8e3(0x1aa)]:_0x5cccc6),_0x50deb0;}}),exports[a125_0x54c3ae(0x2ad)]=async(_0x911af8,_0x39b8ad=null,_0x4dc147=![],_0x3a590d=null)=>{const _0x4be856=a125_0x54c3ae,_0x4e7cd4={};_0x4e7cd4['KZmEk']=_0x4be856(0x1e6),_0x4e7cd4['TOvOl']=_0x4be856(0x23e),_0x4e7cd4[_0x4be856(0x27f)]=_0x4be856(0x2b8),_0x4e7cd4[_0x4be856(0x27b)]=function(_0x6e173f,_0x2b7ec8){return _0x6e173f||_0x2b7ec8;},_0x4e7cd4[_0x4be856(0x262)]=_0x4be856(0x215),_0x4e7cd4['jZHmG']=_0x4be856(0x1f4);const _0xe8161a=_0x4e7cd4;if(!this[_0x4be856(0x295)]()||!globals[_0x4be856(0x19a)](_0xe8161a[_0x4be856(0x269)])||!_0x4dc147&&!globals[_0x4be856(0x19a)](_0xe8161a['TOvOl'])){logger['warn'](_0xe8161a[_0x4be856(0x27f)]);return;}const _0x4492af=_0x4dc147?_0xe8161a[_0x4be856(0x27b)](_0x3a590d,{}):globals[_0x4be856(0x19a)](_0xe8161a[_0x4be856(0x262)])||{},_0x10a9df={};_0x10a9df[_0x4be856(0x1fc)]=_0x39b8ad||global[_0x4be856(0x2bd)];const _0x13944d=Object[_0x4be856(0x2b2)]({},_0x4492af,_0x10a9df);await this[_0x4be856(0x288)](_0x911af8)&&(Object[_0x4be856(0x2b2)](_0x13944d,this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x4be856(0x2bc)]()}),logger[_0x4be856(0x1d9)](_0xe8161a[_0x4be856(0x20a)]));logger[_0x4be856(0x1d9)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util[_0x4be856(0x20e)]('%j',_0x13944d));const _0x4597c1={};return _0x4597c1['command']=_0x39b8ad,await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4be856(0x209)],async()=>{const _0x151d8e=_0x4be856;try{await _0x911af8['wait'](()=>_0x911af8['executeScript'](_0x151d8e(0x191)),0x1388);}catch(_0x569edb){}const _0x5a7c4e=util[_0x151d8e(0x20e)](await _0x911af8['executeAsyncScript'](scripts[_0x151d8e(0x2ad)],_0x13944d));return logger[_0x151d8e(0x1d9)]('Performed\x20scan\x20with\x20result:\x20'+_0x5a7c4e),_0x5a7c4e;},_0x4597c1)();},exports[a125_0x54c3ae(0x290)]=async(_0x27deb8,_0xf63127)=>{const _0x22f4aa=a125_0x54c3ae,_0x38374d={};_0x38374d[_0x22f4aa(0x284)]='Performing\x20scan\x20before\x20getting\x20results',_0x38374d[_0x22f4aa(0x289)]=_0x22f4aa(0x1e6),_0x38374d[_0x22f4aa(0x1a4)]=_0x22f4aa(0x23e),_0x38374d[_0x22f4aa(0x2a1)]=_0x22f4aa(0x2b6),_0x38374d['xaNFt']=_0x22f4aa(0x290),_0x38374d[_0x22f4aa(0x2a3)]=_0x22f4aa(0x1b3);const _0x34237c=_0x38374d;if(!this[_0x22f4aa(0x295)]()||!globals['getGlobal'](_0x34237c['GMWqc'])||!globals['getGlobal'](_0x34237c[_0x22f4aa(0x1a4)]))return logger[_0x22f4aa(0x1e8)](_0x34237c[_0x22f4aa(0x2a1)]),[];try{const _0x278fac=await this['isMobileAccessibilitySession'](_0x27deb8),_0x2030de=_0x278fac?Object[_0x22f4aa(0x2b2)]({},this[_0x22f4aa(0x252)](),{'thTestRunUuid':this[_0x22f4aa(0x2bc)]()}):{};return _0x278fac&&logger[_0x22f4aa(0x1d9)](_0x22f4aa(0x24c)+util[_0x22f4aa(0x20e)]('%j',_0x2030de)),await PerformanceTester[_0x22f4aa(0x251)](PerformanceA11yEvents[_0x22f4aa(0x209)],async()=>{const _0x46d721=_0x22f4aa;logger[_0x46d721(0x1d9)](_0x34237c['sOOKU']);const _0x5673ad={};_0x5673ad[_0x46d721(0x1fc)]=_0xf63127[_0x46d721(0x2bd)];const _0x5d261a=Object[_0x46d721(0x2b2)](_0x5673ad,_0x2030de);logger['debug'](util[_0x46d721(0x20e)](await _0x27deb8['executeAsyncScript'](scripts['performScan'],_0x5d261a)));},{'command':_0x34237c[_0x22f4aa(0x1d0)]})(),await PerformanceTester[_0x22f4aa(0x251)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x114ed1=_0x22f4aa,_0x3bb24f=_0x278fac?await _0x27deb8[_0x114ed1(0x2c8)](scripts[_0x114ed1(0x197)],_0x2030de):await _0x27deb8[_0x114ed1(0x2c8)](scripts[_0x114ed1(0x197)]);return _0x3bb24f;})();}catch{return logger[_0x22f4aa(0x1cc)](_0x34237c['scyYL']),[];}},exports[a125_0x54c3ae(0x1b2)]=async(_0x5844b0,_0x435e6e)=>{const _0x735028=a125_0x54c3ae,_0x36139b={};_0x36139b['hcZpd']='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x36139b['WWuSK']=_0x735028(0x1e6),_0x36139b['gJUec']=_0x735028(0x23e),_0x36139b[_0x735028(0x279)]=_0x735028(0x1cd),_0x36139b[_0x735028(0x265)]=_0x735028(0x1b2),_0x36139b['lsWNF']=_0x735028(0x1ef);const _0x317caa=_0x36139b;if(!this[_0x735028(0x295)]()||!globals[_0x735028(0x19a)](_0x317caa[_0x735028(0x253)])||!globals[_0x735028(0x19a)](_0x317caa[_0x735028(0x1fb)]))return logger[_0x735028(0x1e8)](_0x317caa[_0x735028(0x279)]),{};try{const _0x29518a=await this[_0x735028(0x288)](_0x5844b0),_0xa8c8d8=_0x29518a?Object[_0x735028(0x2b2)]({},this[_0x735028(0x252)](),{'thTestRunUuid':this[_0x735028(0x2bc)]()}):{};return _0x29518a&&logger[_0x735028(0x1d9)](_0x735028(0x198)+util[_0x735028(0x20e)]('%j',_0xa8c8d8)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x735028(0x209)],async()=>{const _0x47c659=_0x735028;logger[_0x47c659(0x1d9)](_0x317caa['hcZpd']);const _0x398833={};_0x398833['method']=_0x435e6e[_0x47c659(0x2bd)];const _0x200ec9=Object[_0x47c659(0x2b2)](_0x398833,_0xa8c8d8);logger[_0x47c659(0x1d9)](util[_0x47c659(0x20e)](await _0x5844b0['executeAsyncScript'](scripts['performScan'],_0x200ec9)));},{'command':_0x317caa[_0x735028(0x265)]})(),await PerformanceTester[_0x735028(0x251)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4b9552=_0x735028,_0x1c84ad=_0x29518a?await _0x5844b0['executeAsyncScript'](scripts['getResultsSummary'],_0xa8c8d8):await _0x5844b0[_0x4b9552(0x2c8)](scripts[_0x4b9552(0x218)]);return _0x1c84ad;})();}catch{return logger[_0x735028(0x1cc)](_0x317caa[_0x735028(0x226)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x53e05c,_0x489bb8=![])=>{const _0x474a91=a125_0x54c3ae,_0x40ad6f={'fwnpr':function(_0x5ad3c4,_0xb2be86){return _0x5ad3c4(_0xb2be86);},'svJjL':function(_0x5a08ed,_0xf74efe){return _0x5a08ed(_0xf74efe);},'KAKnF':_0x474a91(0x230),'FpArt':_0x474a91(0x29d),'wcAJy':function(_0x5a5c4a,_0x55eb63){return _0x5a5c4a!==_0x55eb63;},'jFiyJ':'android','glGRu':_0x474a91(0x26f),'tmgmy':_0x474a91(0x1e0),'ylTQP':_0x474a91(0x23b),'IwvGV':'Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)'};try{if(!_0x53e05c)return![];const _0x216974=_0x1ec417=>typeof _0x53e05c[_0x474a91(0x283)]===_0x474a91(0x28d)?_0x53e05c['get'](_0x1ec417):_0x53e05c[_0x1ec417],_0xe0107b=_0x40ad6f['fwnpr'](String,_0x40ad6f['svJjL'](_0x216974,_0x40ad6f[_0x474a91(0x23c)])||_0x40ad6f['svJjL'](_0x216974,_0x40ad6f[_0x474a91(0x1c2)])||'')[_0x474a91(0x2c1)]();if(_0x40ad6f['wcAJy'](_0xe0107b,_0x40ad6f['jFiyJ']))return![];const _0x41c2ea=_0x40ad6f['fwnpr'](String,_0x40ad6f[_0x474a91(0x1c4)](_0x216974,_0x40ad6f[_0x474a91(0x2b4)])||'')[_0x474a91(0x2c1)]();if(!_0x41c2ea[_0x474a91(0x1de)](_0x40ad6f[_0x474a91(0x2a6)]))return _0x489bb8&&logger[_0x474a91(0x1e8)](_0x40ad6f[_0x474a91(0x239)]),![];return logger[_0x474a91(0x1d9)](_0x40ad6f[_0x474a91(0x28e)]),!![];}catch(_0x50a860){return logger[_0x474a91(0x1d9)](_0x474a91(0x235)+_0x50a860),![];}},exports[a125_0x54c3ae(0x288)]=async _0x2dec84=>{const _0x5488d8=a125_0x54c3ae;try{const _0x38efb1=await _0x2dec84[_0x5488d8(0x236)]();return exports[_0x5488d8(0x1ca)](_0x38efb1);}catch(_0x4b42c9){return logger['debug']('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x4b42c9),![];}},exports[a125_0x54c3ae(0x252)]=()=>{const _0x8bccd0=a125_0x54c3ae,_0x24dfa7={};return _0x24dfa7[_0x8bccd0(0x246)]=!![],_0x24dfa7;},exports['resolveMobileThTestRunUuid']=()=>{const _0x5302ad=a125_0x54c3ae,_0x6a4040={};_0x6a4040[_0x5302ad(0x274)]=function(_0x57a581,_0x3805ea){return _0x57a581===_0x3805ea;},_0x6a4040[_0x5302ad(0x21a)]=_0x5302ad(0x1ad),_0x6a4040[_0x5302ad(0x232)]=function(_0xb98b62,_0x3c3678){return _0xb98b62>_0x3c3678;},_0x6a4040['aoIgd']=_0x5302ad(0x1bb),_0x6a4040[_0x5302ad(0x1cf)]=_0x5302ad(0x1f7),_0x6a4040['CJLro']='undefined';const _0x37d340=_0x6a4040,_0x1bfc5b=global[_0x5302ad(0x1d6)],_0x4335b3=_0x1bfc5b&&_0x1bfc5b[_0x5302ad(0x1c1)],_0x5d0211=_0x4335b3&&_0x4335b3['thTestRunUuid'];if(_0x37d340[_0x5302ad(0x274)](typeof _0x5d0211,_0x37d340[_0x5302ad(0x21a)])&&_0x37d340[_0x5302ad(0x232)](_0x5d0211['length'],0x0))return _0x5d0211;let _0x2f52d3;if(!_0x1bfc5b)_0x2f52d3=_0x37d340[_0x5302ad(0x22a)];else!_0x4335b3?_0x2f52d3=_0x37d340[_0x5302ad(0x1cf)]:_0x2f52d3=_0x5302ad(0x2a8)+Object['keys'](_0x4335b3)[_0x5302ad(0x297)](',\x20')+_0x5302ad(0x1a0)+(_0x37d340[_0x5302ad(0x274)](_0x5d0211,undefined)?_0x37d340[_0x5302ad(0x20b)]:'\x22'+_0x5d0211+'\x22')+_0x5302ad(0x270);return logger['warn'](_0x5302ad(0x1fa)+_0x2f52d3+'\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[a125_0x54c3ae(0x2c0)]=_0x3ae0a8=>{const _0x3b9249=a125_0x54c3ae,_0x5f2477={};_0x5f2477[_0x3b9249(0x258)]=function(_0x547999,_0x438163){return _0x547999===_0x438163;},_0x5f2477[_0x3b9249(0x212)]=_0x3b9249(0x1ad),_0x5f2477[_0x3b9249(0x1ba)]=_0x3b9249(0x1b0);const _0x5b0b28=_0x5f2477;if(_0x3ae0a8&&_0x3ae0a8['script']&&_0x5b0b28['LKSJC'](typeof _0x3ae0a8[_0x3b9249(0x1ae)],_0x5b0b28[_0x3b9249(0x212)]))return _0x3ae0a8[_0x3b9249(0x1ae)][_0x3b9249(0x1de)](_0x5b0b28['WWyPy']);return![];},exports[a125_0x54c3ae(0x1ea)]='Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.',exports['isMobileScanningEnabledForGroup']=()=>process[a125_0x54c3ae(0x263)][a125_0x54c3ae(0x242)]===a125_0x54c3ae(0x224),exports[a125_0x54c3ae(0x1ce)]=_0x373543=>{const _0x2ec720=a125_0x54c3ae,_0x28a55c={};_0x28a55c[_0x2ec720(0x1eb)]=function(_0x3039e2,_0x2efd30){return _0x3039e2 in _0x2efd30;};const _0x3bab96=_0x28a55c;if(bsSetupHelper[_0x2ec720(0x2a2)](_0x373543))return![];const _0x3a868b=_0x373543[_0x2ec720(0x2c1)]();return _0x3bab96[_0x2ec720(0x1eb)](_0x3a868b,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a125_0x54c3ae(0x1db)]=_0x37c6bc=>{const _0x5290bc=a125_0x54c3ae;if(bsSetupHelper['isUndefined'](_0x37c6bc))return null;const _0x2ef74a=_0x37c6bc[_0x5290bc(0x2c1)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x2ef74a]||null;},exports[a125_0x54c3ae(0x19d)]=(_0x3f0c1f,_0x58d3a7)=>{const _0x5bcc71=a125_0x54c3ae,_0x34253d=this[_0x5bcc71(0x1db)](_0x3f0c1f);if(!_0x34253d)return null;if(_0x58d3a7)return _0x34253d[_0x5bcc71(0x1a1)];return _0x34253d[_0x5bcc71(0x19e)];},exports['getBrowserDisplayName']=_0xf17186=>{const _0x286b11=a125_0x54c3ae,_0x5b52b2=this[_0x286b11(0x1db)](_0xf17186);return _0x5b52b2?_0x5b52b2[_0x286b11(0x24b)]:_0xf17186;},exports[a125_0x54c3ae(0x19f)]=_0x5085c3=>{const _0x296a85=a125_0x54c3ae,_0x10c8e5=this[_0x296a85(0x1db)](_0x5085c3);return _0x10c8e5?_0x10c8e5['requires_chrome_options_check']:![];},exports['isVersionSupported']=(_0x369d88,_0x576b64)=>{const _0x22f38b=a125_0x54c3ae,_0xc271e={'VRKcF':function(_0x270609,_0x5e8767){return _0x270609(_0x5e8767);},'KXORk':function(_0x3bcf1a,_0x3b80cb){return _0x3bcf1a(_0x3b80cb);},'euTvO':function(_0x1d9508,_0x1c2fc5){return _0x1d9508>=_0x1c2fc5;}};if(bsSetupHelper[_0x22f38b(0x2a2)](_0x369d88)||bsSetupHelper[_0x22f38b(0x2a2)](_0x576b64))return![];const _0x1c8adf=bsSetupHelper['compareVersions'](_0xc271e[_0x22f38b(0x1af)](String,_0x369d88),_0xc271e[_0x22f38b(0x272)](String,_0x576b64));return _0xc271e[_0x22f38b(0x245)](_0x1c8adf,0x0);},exports[a125_0x54c3ae(0x228)]=_0x1a7d10=>{const _0x3dddcb=a125_0x54c3ae,_0x59c4be={};_0x59c4be[_0x3dddcb(0x1f1)]=function(_0x34ee72,_0x572ccd){return _0x34ee72!==_0x572ccd;},_0x59c4be[_0x3dddcb(0x19b)]='string',_0x59c4be[_0x3dddcb(0x1a2)]='base64';const _0x31a78b=_0x59c4be;if(!_0x1a7d10||_0x31a78b[_0x3dddcb(0x1f1)](typeof _0x1a7d10,_0x31a78b[_0x3dddcb(0x19b)]))return null;try{return JSON[_0x3dddcb(0x2a0)](Buffer[_0x3dddcb(0x257)](_0x1a7d10['split']('.')[0x1],_0x31a78b[_0x3dddcb(0x1a2)])[_0x3dddcb(0x2af)]());}catch{return null;}};
|
|
1
|
+
const a125_0x5aeee5=a125_0x7c71;(function(_0x3e9143,_0xb76ead){const _0x479bd7=a125_0x7c71,_0xaf5db=_0x3e9143();while(!![]){try{const _0x11becd=parseInt(_0x479bd7(0xf0))/0x1+-parseInt(_0x479bd7(0xc4))/0x2*(-parseInt(_0x479bd7(0x99))/0x3)+parseInt(_0x479bd7(0xaa))/0x4*(parseInt(_0x479bd7(0xfd))/0x5)+-parseInt(_0x479bd7(0x179))/0x6*(parseInt(_0x479bd7(0x13d))/0x7)+-parseInt(_0x479bd7(0xea))/0x8*(-parseInt(_0x479bd7(0x11e))/0x9)+parseInt(_0x479bd7(0x148))/0xa+parseInt(_0x479bd7(0x174))/0xb*(-parseInt(_0x479bd7(0x93))/0xc);if(_0x11becd===_0xb76ead)break;else _0xaf5db['push'](_0xaf5db['shift']());}catch(_0x3561fc){_0xaf5db['push'](_0xaf5db['shift']());}}}(a125_0xc939,0xd525b));const path=require(a125_0x5aeee5(0x115)),util=require(a125_0x5aeee5(0x17d)),bsSetupHelper=require('../helper'),logger=require(a125_0x5aeee5(0x194))[a125_0x5aeee5(0x19e)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a125_0x5aeee5(0x1c2)),PerformanceTester=require('../performance/performance-tester'),scripts=require('./scripts'),globals=require(a125_0x5aeee5(0x107)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a125_0x5aeee5(0xd9));function a125_0x7c71(_0x5f7ae5,_0x8e5c09){const _0xc93984=a125_0xc939();return a125_0x7c71=function(_0x7c711a,_0x334c0d){_0x7c711a=_0x7c711a-0x90;let _0x3e05ad=_0xc93984[_0x7c711a];return _0x3e05ad;},a125_0x7c71(_0x5f7ae5,_0x8e5c09);}exports['fetchPlatformDetails']=async _0x163c01=>{const _0x5d3b84=a125_0x5aeee5,_0x359a4e={};_0x359a4e[_0x5d3b84(0x96)]=function(_0x59ae7d,_0x5eec0){return _0x59ae7d===_0x5eec0;},_0x359a4e[_0x5d3b84(0x172)]=_0x5d3b84(0x1bf);const _0x598e86=_0x359a4e;let _0x4e5fa0={};try{const _0x5a763a=await _0x163c01[_0x5d3b84(0xb0)]();_0x4e5fa0={'os_name':_0x5a763a[_0x5d3b84(0x11d)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x598e86[_0x5d3b84(0x96)](global[_0x5d3b84(0x10e)],_0x598e86[_0x5d3b84(0x172)])),'browser_name':_0x5a763a[_0x5d3b84(0xe4)](),'browser_version':_0x5a763a[_0x5d3b84(0x15b)]()};}catch(_0x32b01a){logger[_0x5d3b84(0x14b)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x32b01a);}return _0x4e5fa0;},exports['isAccessibilityAutomationSession']=()=>{const _0x36c0a5=a125_0x5aeee5,_0x1e6d58={};_0x1e6d58[_0x36c0a5(0x12d)]=function(_0x3c000f,_0x396947){return _0x3c000f===_0x396947;},_0x1e6d58[_0x36c0a5(0x12a)]=_0x36c0a5(0x1be),_0x1e6d58[_0x36c0a5(0x137)]=function(_0x14b02d,_0x5ecce3){return _0x14b02d>_0x5ecce3;},_0x1e6d58['PYCTN']=function(_0x411777,_0x4aeaf3){return _0x411777!==_0x4aeaf3;},_0x1e6d58[_0x36c0a5(0xa0)]=_0x36c0a5(0x198),_0x1e6d58[_0x36c0a5(0xcb)]=function(_0x358516,_0x30c430){return _0x358516&&_0x30c430;};const _0x4d27e8=_0x1e6d58;try{const _0x4ed8e0=bsSetupHelper[_0x36c0a5(0x16c)](process[_0x36c0a5(0x1a3)][_0x36c0a5(0x9b)])||bsSetupHelper[_0x36c0a5(0x16c)](process[_0x36c0a5(0x1a3)][_0x36c0a5(0x114)]),_0x5af7ec=_0x4d27e8[_0x36c0a5(0x12d)](typeof process[_0x36c0a5(0x1a3)][_0x36c0a5(0x181)],_0x4d27e8[_0x36c0a5(0x12a)])&&_0x4d27e8[_0x36c0a5(0x137)](process[_0x36c0a5(0x1a3)][_0x36c0a5(0x181)][_0x36c0a5(0x97)],0x0)&&_0x4d27e8['PYCTN'](process[_0x36c0a5(0x1a3)][_0x36c0a5(0x181)],_0x4d27e8[_0x36c0a5(0xa0)]);return _0x4d27e8[_0x36c0a5(0xcb)](_0x4ed8e0,_0x5af7ec);}catch(_0xda60a3){logger[_0x36c0a5(0x14b)](_0x36c0a5(0xf6)+_0xda60a3);}return![];};const isLegacyHeadlessArg=_0x21804b=>typeof _0x21804b==='string'&&(_0x21804b===a125_0x5aeee5(0x12f)||_0x21804b[a125_0x5aeee5(0xc9)](a125_0x5aeee5(0xfb))&&_0x21804b!=='--headless=new');exports['hasLegacyHeadlessArg']=_0x5e94c5=>{const _0x117f69=a125_0x5aeee5,_0x33fe52={};_0x33fe52['OfBDq']=_0x117f69(0xf5),_0x33fe52[_0x117f69(0x182)]=_0x117f69(0x1a8),_0x33fe52['mFBEv']=function(_0x110149,_0x3ff7a9){return _0x110149===_0x3ff7a9;},_0x33fe52[_0x117f69(0x155)]=_0x117f69(0x1c0),_0x33fe52[_0x117f69(0x1bc)]=_0x117f69(0x180),_0x33fe52[_0x117f69(0x17f)]=_0x117f69(0xa9),_0x33fe52[_0x117f69(0x1c3)]=_0x117f69(0xf8),_0x33fe52['uvvRv']=_0x117f69(0x1ab);const _0x3895d6=_0x33fe52;try{let _0x41e204;try{_0x41e204=bsSetupHelper['requireModule'](_0x3895d6['OfBDq'],_0x3895d6[_0x117f69(0x182)]);}catch(_0xe2f3e1){return![];}const _0x397fc1=new _0x41e204['Options'](_0x5e94c5[_0x117f69(0x16e)]),_0x36a319=_0x397fc1[_0x117f69(0x140)]&&_0x397fc1[_0x117f69(0x140)][_0x117f69(0x1ab)]||_0x3895d6[_0x117f69(0x1a4)](typeof _0x397fc1[_0x117f69(0x166)],_0x3895d6[_0x117f69(0x155)])&&_0x397fc1[_0x117f69(0x166)](_0x3895d6['DvnwM'])&&_0x397fc1[_0x117f69(0x166)](_0x3895d6['DvnwM'])[_0x117f69(0x1ab)]||bsSetupHelper['nestedKeyValue'](_0x5e94c5[_0x117f69(0x109)],[_0x3895d6[_0x117f69(0x17f)],_0x3895d6[_0x117f69(0x1c3)],_0x3895d6[_0x117f69(0x101)]])||bsSetupHelper[_0x117f69(0xb7)](_0x5e94c5[_0x117f69(0x109)],[_0x3895d6[_0x117f69(0x1c3)],_0x3895d6[_0x117f69(0x101)]])||[];if((Array[_0x117f69(0x1ac)](_0x36a319)?_0x36a319:[])['some'](isLegacyHeadlessArg))return!![];const _0x5ce20b=_0x5e94c5['capabilities_']||{},_0x36f973=bsSetupHelper[_0x117f69(0xb7)](_0x5ce20b,[_0x3895d6[_0x117f69(0x1bc)]])||{},_0x21be74=bsSetupHelper[_0x117f69(0xb7)](_0x36f973,[_0x3895d6[_0x117f69(0x101)]])||[];return(Array[_0x117f69(0x1ac)](_0x21be74)?_0x21be74:[])['some'](isLegacyHeadlessArg);}catch(_0x1cff3f){return logger[_0x117f69(0x14b)](_0x117f69(0x90)+util['format'](_0x1cff3f)),![];}},exports[a125_0x5aeee5(0xad)]=(_0x5a7987,_0x347413)=>{const _0x402983=a125_0x5aeee5,_0x3d983e={'GeDQj':_0x402983(0x9f),'BGRKt':function(_0x1313ce,_0x1387b6){return _0x1313ce(_0x1387b6);},'RqYhi':_0x402983(0x173),'NbMcu':function(_0x261cac,_0x50d12a){return _0x261cac(_0x50d12a);},'lXCik':_0x402983(0xdf),'RINoH':_0x402983(0xa9),'aJZGz':_0x402983(0xb1),'BMToT':_0x402983(0xce),'eJPfP':_0x402983(0xf3),'wQMAG':_0x402983(0xbc),'KKfdg':function(_0x552ba8,_0x2eb5ae){return _0x552ba8===_0x2eb5ae;},'KkVkl':_0x402983(0x15e),'TlBUd':function(_0x4d8807,_0x18d536){return _0x4d8807>=_0x18d536;}},_0x1d9942=_0x5a7987[_0x402983(0x166)](_0x3d983e[_0x402983(0x1cd)]),_0xd74e5=_0x3d983e['BGRKt'](parseFloat,_0x5a7987[_0x402983(0x166)](_0x3d983e['RqYhi']))||_0x3d983e[_0x402983(0x165)](parseFloat,_0x5a7987[_0x402983(0x166)](_0x3d983e['lXCik'])),_0x5e2210=_0x5a7987['get'](_0x3d983e[_0x402983(0x19c)])||{},_0x3f0680=_0x3d983e[_0x402983(0x178)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x4df2b4=_0x5e2210[_0x3d983e[_0x402983(0x197)]]||_0x5a7987['get'](_0x3d983e[_0x402983(0xb6)])||![];if(_0x4df2b4)return logger[_0x402983(0xa1)](_0x3d983e[_0x402983(0x196)]),![];if(exports[_0x402983(0x1cb)](_0x347413))return logger[_0x402983(0xa1)](_0x3d983e[_0x402983(0x131)]),![];if(_0x3d983e['KKfdg'](_0x1d9942['toLowerCase'](),_0x3d983e[_0x402983(0xae)])&&_0x3d983e[_0x402983(0x163)](_0xd74e5,_0x3f0680))return!![];return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x308457,_0x41a576)=>{const _0x53d15f=a125_0x5aeee5,_0x1e9bee={};_0x1e9bee[_0x53d15f(0xbe)]=function(_0x3b9311,_0x373ba5){return _0x3b9311!==_0x373ba5;},_0x1e9bee[_0x53d15f(0x144)]=_0x53d15f(0x1be),_0x1e9bee[_0x53d15f(0x118)]=function(_0x1c21f9,_0x266e81){return _0x1c21f9===_0x266e81;},_0x1e9bee[_0x53d15f(0xd6)]=_0x53d15f(0x1aa),_0x1e9bee['lLdnq']=function(_0x4bda92,_0x1270f1){return _0x4bda92===_0x1270f1;};const _0xd47a4c=_0x1e9bee,_0x33fdec=_0x308457&&_0xd47a4c[_0x53d15f(0x118)](typeof _0x308457,_0xd47a4c[_0x53d15f(0xd6)])?_0x308457:{},_0x302d47=_0x41a576&&_0xd47a4c[_0x53d15f(0x11c)](typeof _0x41a576,_0xd47a4c[_0x53d15f(0xd6)])?_0x41a576:{},_0x2ecbee=Object['assign']({},_0x33fdec,_0x302d47);return Object['keys'](_0x302d47)['forEach'](_0x1a448f=>{const _0x218fdc=_0x53d15f;if(Array[_0x218fdc(0x1ac)](_0x302d47[_0x1a448f])||Array[_0x218fdc(0x1ac)](_0x33fdec[_0x1a448f])){const _0x3978e6=Array[_0x218fdc(0x1ac)](_0x33fdec[_0x1a448f])?_0x33fdec[_0x1a448f]:[],_0x112aab=Array[_0x218fdc(0x1ac)](_0x302d47[_0x1a448f])?_0x302d47[_0x1a448f]:[],_0x5033a1=new Set();_0x2ecbee[_0x1a448f]=_0x3978e6['concat'](_0x112aab)[_0x218fdc(0x14d)](_0x5db291=>{const _0x2c8698=_0x218fdc;if(_0xd47a4c[_0x2c8698(0xbe)](typeof _0x5db291,_0xd47a4c[_0x2c8698(0x144)]))return!![];if(_0x5033a1['has'](_0x5db291))return![];return _0x5033a1[_0x2c8698(0x10f)](_0x5db291),!![];});}}),_0x2ecbee;};exports['mirrorChromeOptionsIntoBuilder']=(_0x463f02,_0x4496ba)=>{const _0x1423f0=a125_0x5aeee5,_0x33277c={'jJUeQ':function(_0x350c5e,_0x51448d){return _0x350c5e!==_0x51448d;},'bevSM':'function','qAdSa':function(_0x5ef0c6,_0x5103c7){return _0x5ef0c6!==_0x5103c7;},'ghkoW':_0x1423f0(0x180),'zgsHi':function(_0x321092,_0x4b8ff1,_0x48e632){return _0x321092(_0x4b8ff1,_0x48e632);},'oBcKH':function(_0x3340d4,_0x19c2fa){return _0x3340d4||_0x19c2fa;},'Ooapr':function(_0x10bb47,_0x53bc14){return _0x10bb47+_0x53bc14;},'CHoqh':_0x1423f0(0x147)};try{const _0x2fdfa9=_0x463f02&&_0x463f02[_0x1423f0(0x16e)];if(!_0x2fdfa9||_0x33277c[_0x1423f0(0x18e)](typeof _0x2fdfa9[_0x1423f0(0x166)],_0x33277c[_0x1423f0(0xd1)])||_0x33277c[_0x1423f0(0xd3)](typeof _0x2fdfa9['set'],_0x33277c[_0x1423f0(0xd1)]))return;const _0xaadf70=_0x2fdfa9[_0x1423f0(0x175)]||_0x33277c['ghkoW'],_0x1ee167=_0x2fdfa9[_0x1423f0(0x166)](_0xaadf70)||{},_0x3314d0=_0x33277c[_0x1423f0(0x1b0)](mergeChromeOptionsPreservingArrays,_0x1ee167,_0x33277c[_0x1423f0(0x123)](_0x4496ba,{}));_0x2fdfa9[_0x1423f0(0xd8)](_0xaadf70,_0x3314d0);}catch(_0x383fb6){logger[_0x1423f0(0x14b)](_0x33277c[_0x1423f0(0x193)](_0x33277c['CHoqh'],util[_0x1423f0(0x184)](_0x383fb6)));}},exports['setNonBstackInfraCapabilities']=(_0x17dfc0,_0x29cc4b=!![])=>{const _0x15a590=a125_0x5aeee5,_0x133a44={'anvar':function(_0x4d7d8d,_0x440357){return _0x4d7d8d===_0x440357;},'PPJRQ':_0x15a590(0xf8),'LRHeb':_0x15a590(0x180),'uInGo':function(_0x3d376a,_0x3065a8,_0x337817){return _0x3d376a(_0x3065a8,_0x337817);},'mSbxm':function(_0x4ef9e2,_0x30f0ba){return _0x4ef9e2||_0x30f0ba;},'HxpaL':_0x15a590(0xee)},_0x5d431e=scripts[_0x15a590(0xd5)];try{const _0x49ee8a=bsSetupHelper[_0x15a590(0x16c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x15a590(0x16c)](process['env'][_0x15a590(0x114)]);if((!bsSetupHelper[_0x15a590(0xed)]()||process[_0x15a590(0x1a3)][_0x15a590(0x104)])&&_0x49ee8a){const _0x3ad662=_0x17dfc0[_0x15a590(0xb0)](),_0x2f5b93=_0x133a44[_0x15a590(0x127)](_0x29cc4b,![])?_0x133a44[_0x15a590(0x124)]:_0x133a44[_0x15a590(0x117)],_0x1a8502=_0x3ad662[_0x15a590(0x166)](_0x2f5b93)||_0x3ad662[_0x15a590(0x166)](_0x133a44['LRHeb'])||{},_0x5d9e75=_0x133a44[_0x15a590(0x132)](mergeChromeOptionsPreservingArrays,_0x1a8502,_0x133a44[_0x15a590(0xe7)](_0x5d431e,{}));_0x3ad662[_0x15a590(0xd8)](_0x2f5b93,_0x5d9e75),exports[_0x15a590(0x12e)](_0x17dfc0,_0x5d9e75);}else logger[_0x15a590(0xa1)](_0x133a44['HxpaL']);}catch(_0x378065){logger[_0x15a590(0xdc)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x378065);}},exports[a125_0x5aeee5(0xe9)]=_0x46cf13=>{const _0x379f38=a125_0x5aeee5,_0x7b9c27={};_0x7b9c27[_0x379f38(0xe8)]=function(_0x2d503a,_0x5a8caa){return _0x2d503a||_0x5a8caa;},_0x7b9c27[_0x379f38(0x128)]='goog:chromeOptions';const _0xaa7a2d=_0x7b9c27;_0x46cf13=_0xaa7a2d['aHYnE'](_0x46cf13,{});const _0x44654c=scripts[_0x379f38(0xd5)];try{const _0x48ea93=bsSetupHelper[_0x379f38(0x16c)](process[_0x379f38(0x1a3)][_0x379f38(0x9b)])||bsSetupHelper[_0x379f38(0x16c)](process['env'][_0x379f38(0x114)]);if((!bsSetupHelper[_0x379f38(0xed)]()||process[_0x379f38(0x1a3)][_0x379f38(0x104)])&&_0x48ea93){const _0x1ffaa7=_0x46cf13[_0xaa7a2d[_0x379f38(0x128)]]||{};bsSetupHelper[_0x379f38(0x10d)](_0x1ffaa7,_0x44654c),_0x46cf13[_0xaa7a2d[_0x379f38(0x128)]]=_0x1ffaa7;}}catch(_0x55f1c1){logger[_0x379f38(0xdc)](_0x379f38(0x17b)+_0x55f1c1);}return _0x46cf13;},exports[a125_0x5aeee5(0x19d)]=(_0x81c922=null,_0x15a26f=!![],_0x4a41bd=[])=>{const _0x26f47=a125_0x5aeee5,_0x5570c8={};_0x5570c8[_0x26f47(0x1c8)]=function(_0x86d031,_0x48846f){return _0x86d031==_0x48846f;},_0x5570c8[_0x26f47(0xc3)]=function(_0x24a792,_0x4d19d1){return _0x24a792>_0x4d19d1;},_0x5570c8[_0x26f47(0x164)]=function(_0x384fdd,_0x246fe8){return _0x384fdd===_0x246fe8;},_0x5570c8[_0x26f47(0x1cc)]=function(_0x5900aa,_0x4282d6){return _0x5900aa&&_0x4282d6;};const _0xcbb687=_0x5570c8;if(_0xcbb687[_0x26f47(0x1c8)](process[_0x26f47(0x1a3)][_0x26f47(0x191)],null))return!![];try{const _0x1f407b=JSON[_0x26f47(0x18c)](process[_0x26f47(0x1a3)][_0x26f47(0x191)]),_0x16c8e4=Array[_0x26f47(0x1ac)](_0x1f407b[_0x26f47(0x1c5)])?_0x1f407b['includeTagsInTestingScope']:[],_0x1e66b1=Array[_0x26f47(0x1ac)](_0x1f407b[_0x26f47(0x1b7)])?_0x1f407b[_0x26f47(0x1b7)]:[],_0x220b08=_0x2c92f1=>typeof _0x2c92f1===_0x26f47(0x1be)?_0x2c92f1[_0x26f47(0x1b1)](/^@/,'')[_0x26f47(0x15a)]()[_0x26f47(0x1a5)]():_0x2c92f1;if(bsSetupHelper[_0x26f47(0x188)](_0x81c922)){if(_0xcbb687[_0x26f47(0xc3)](_0x4a41bd[_0x26f47(0x97)],0x0)){const _0x54077c=_0x4a41bd[_0x26f47(0x1ca)](_0x220b08),_0x4585e9=_0x1e66b1[_0x26f47(0x17c)](_0x2a6c09=>_0x54077c['includes'](_0x220b08(_0x2a6c09))),_0x500edd=_0xcbb687[_0x26f47(0x164)](_0x16c8e4[_0x26f47(0x97)],0x0)||_0x16c8e4[_0x26f47(0x17c)](_0x52b62c=>_0x54077c['includes'](_0x220b08(_0x52b62c)));return _0xcbb687['Tefpr'](!_0x4585e9,_0x500edd);}return!![];}let _0xc8b49d;_0x15a26f?_0xc8b49d=_0x81c922[_0x26f47(0xba)]('/'):_0xc8b49d=_0x81c922;const _0x2cec57=_0x1e66b1[_0x26f47(0x17c)](_0x55d4cb=>_0xc8b49d[_0x26f47(0x15a)]()[_0x26f47(0xb2)](_0x220b08(_0x55d4cb)[_0x26f47(0x15a)]())),_0x5b44d4=_0xcbb687[_0x26f47(0x164)](_0x16c8e4[_0x26f47(0x97)],0x0)||_0x16c8e4[_0x26f47(0x17c)](_0x36d666=>_0xc8b49d['toLowerCase']()[_0x26f47(0xb2)](_0x220b08(_0x36d666)[_0x26f47(0x15a)]()));return _0xcbb687[_0x26f47(0x1cc)](!_0x2cec57,_0x5b44d4);}catch(_0x4120e3){logger[_0x26f47(0x14b)](_0x26f47(0xd4)+util[_0x26f47(0x184)](_0x4120e3));}return![];},exports[a125_0x5aeee5(0x103)]=_0x1cb123=>{const _0x508f69=a125_0x5aeee5;let _0x5bd558=![];try{_0x1cb123[_0x508f69(0xdd)][_0x508f69(0x126)](_0x4d4a19=>{const _0x33d8d8=_0x508f69;if(bsSetupHelper['isTrue'](_0x4d4a19[_0x33d8d8(0xc8)]))return _0x5bd558=!![],!![];});}catch(_0x503a43){logger[_0x508f69(0x14b)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x503a43);}return _0x5bd558||bsSetupHelper['isTrue'](_0x1cb123[_0x508f69(0xc8)]);},exports['createAccessibilityTestRun']=PerformanceTester[a125_0x5aeee5(0x100)](a125_0x5aeee5(0x150),async function(_0xd345b0,_0xc039cd){const _0x121fa1=a125_0x5aeee5,_0x26ecc7={};_0x26ecc7['duFYW']=_0x121fa1(0x18a),_0x26ecc7[_0x121fa1(0x1c7)]=_0x121fa1(0x111),_0x26ecc7[_0x121fa1(0x1ad)]=_0x121fa1(0x13c),_0x26ecc7['tVquM']='application/json',_0x26ecc7[_0x121fa1(0x92)]=_0x121fa1(0xda),_0x26ecc7[_0x121fa1(0x192)]=_0x121fa1(0x183),_0x26ecc7[_0x121fa1(0x1a2)]=function(_0xeeeea9,_0xa6e1f1){return _0xeeeea9===_0xa6e1f1;},_0x26ecc7[_0x121fa1(0x15d)]=_0x121fa1(0x1b8),_0x26ecc7[_0x121fa1(0xc0)]=_0x121fa1(0x141);const _0x42ffb9=_0x26ecc7,_0x41141d=bsSetupHelper['getUserName'](_0xd345b0),_0x42b6d9=bsSetupHelper['getAccessKey'](_0xd345b0);if(bsSetupHelper[_0x121fa1(0x188)](_0x41141d)||bsSetupHelper[_0x121fa1(0x188)](_0x42b6d9))return logger[_0x121fa1(0xdc)](_0x42ffb9['duFYW']),[null,null];try{let _0x29a9ea;bsSetupHelper[_0x121fa1(0x188)](process[_0x121fa1(0x1a3)][_0x121fa1(0x191)])?_0x29a9ea={}:_0x29a9ea=JSON['parse'](process['env'][_0x121fa1(0x191)]);const {name:_0x4e9937,version:_0x5a83df}=bsSetupHelper['getTestFrameworkDetails'](_0xd345b0,_0xc039cd),_0x3af116={'projectName':_0xd345b0[_0x121fa1(0x146)],'buildName':_0xd345b0[_0x121fa1(0xb3)]||path[_0x121fa1(0x153)](path[_0x121fa1(0x12c)](process['cwd']())),'startTime':new Date()[_0x121fa1(0x139)](),'description':_0xd345b0[_0x121fa1(0x12b)]||'','source':{'frameworkName':_0xc039cd[_0x121fa1(0xb2)](_0x42ffb9['txVnx'])?_0x42ffb9['txVnx']:_0xc039cd,'frameworkVersion':bsSetupHelper[_0x121fa1(0x19b)](_0xc039cd),'sdkVersion':bsSetupHelper[_0x121fa1(0xfe)](),'language':_0x42ffb9[_0x121fa1(0x1ad)],'testFramework':_0x4e9937,'testFrameworkVersion':_0x5a83df},'settings':_0x29a9ea,'versionControl':await bsSetupHelper[_0x121fa1(0x130)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x121fa1(0xc5)](),'browserstackAutomation':bsSetupHelper[_0x121fa1(0xed)]()},_0x3835a8={};_0x3835a8[_0x121fa1(0x1bd)]=_0x41141d,_0x3835a8[_0x121fa1(0x187)]=_0x42b6d9;const _0x1277db={};_0x1277db[_0x121fa1(0x1c1)]=_0x42ffb9['tVquM'];const _0x4870ea={};_0x4870ea[_0x121fa1(0x102)]=_0x3835a8,_0x4870ea[_0x121fa1(0x142)]=_0x1277db;const _0x15fb0a=_0x4870ea,_0x12c431={};_0x12c431['body']=_0x3af116,_0x12c431['json']=!![];const _0x32fce7=Object[_0x121fa1(0x189)](_0x15fb0a,_0x12c431),_0x5e729b=await bsSetupHelper['nodeRequest'](_0x42ffb9[_0x121fa1(0x92)],_0x42ffb9['cborT'],_0x32fce7,_0xd345b0,API_URL);let _0x5c66b8=process[_0x121fa1(0x1a3)][_0x121fa1(0x191)];return _0x5c66b8?_0x5c66b8=JSON[_0x121fa1(0x18c)](process[_0x121fa1(0x1a3)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x5c66b8={},scripts['parseFromJson'](_0x5e729b[_0x121fa1(0x185)][_0x121fa1(0x185)]),scripts[_0x121fa1(0xc1)](),_0x5c66b8[_0x121fa1(0x167)]=_0x5e729b[_0x121fa1(0x185)]['data'][_0x121fa1(0x167)],process[_0x121fa1(0x1a3)][_0x121fa1(0x191)]=JSON[_0x121fa1(0x1b6)](_0x5c66b8),[_0x5e729b[_0x121fa1(0x185)][_0x121fa1(0x185)][_0x121fa1(0xcd)],_0x5e729b[_0x121fa1(0x185)]['data']['id']];}catch(_0x20e748){if(_0x20e748[_0x121fa1(0x1a6)])logger[_0x121fa1(0xdc)](_0x121fa1(0x177)+_0x20e748[_0x121fa1(0x1a6)][_0x121fa1(0x121)]+'\x20'+_0x20e748[_0x121fa1(0x1a6)][_0x121fa1(0x145)]+'\x20'+JSON[_0x121fa1(0x1b6)](_0x20e748[_0x121fa1(0x1a6)]['data']));else{if(_0x42ffb9[_0x121fa1(0x1a2)](_0x20e748[_0x121fa1(0x1ba)],_0x42ffb9[_0x121fa1(0x15d)])){logger[_0x121fa1(0xdc)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x20e748[_0x121fa1(0x1ba)]||_0x20e748[_0x121fa1(0x13f)]));for(const _0x507d08 of _0x20e748[_0x121fa1(0x170)]){logger[_0x121fa1(0xdc)](_0x507d08[_0x121fa1(0x1ba)]);}process[_0x121fa1(0x1a3)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x42ffb9['xvXnf'],process[_0x121fa1(0x1a3)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x42ffb9[_0x121fa1(0xc0)];}else logger[_0x121fa1(0xdc)](_0x121fa1(0x177)+(_0x20e748[_0x121fa1(0x1ba)]||_0x20e748[_0x121fa1(0x13f)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a125_0x5aeee5(0x100)](a125_0x5aeee5(0x134),async function(_0x3445d1){const _0x314567=a125_0x5aeee5,_0x3acc57={};_0x3acc57[_0x314567(0x16d)]=function(_0x1b15cd,_0x5a6bd2){return _0x1b15cd!==_0x5a6bd2;},_0x3acc57[_0x314567(0x154)]=_0x314567(0x1be),_0x3acc57['mMPDz']='error',_0x3acc57[_0x314567(0x120)]=_0x314567(0xab),_0x3acc57[_0x314567(0xa5)]='application/json',_0x3acc57[_0x314567(0xff)]=_0x314567(0x1c4),_0x3acc57[_0x314567(0xc7)]=_0x314567(0x125),_0x3acc57[_0x314567(0x138)]=function(_0x33010c,_0x1ddd49){return _0x33010c+_0x1ddd49;},_0x3acc57[_0x314567(0x17e)]=_0x314567(0x1b4),_0x3acc57[_0x314567(0x106)]=_0x314567(0x122);const _0x2af13f=_0x3acc57;if(bsSetupHelper['isUndefined'](process['env']['BS_A11Y_JWT'])||_0x2af13f[_0x314567(0x16d)](typeof process[_0x314567(0x1a3)][_0x314567(0x181)],_0x2af13f['juqit'])){const _0x226d9d={};return _0x226d9d[_0x314567(0x121)]=_0x2af13f[_0x314567(0x9c)],_0x226d9d['message']=_0x2af13f[_0x314567(0x120)],_0x226d9d;}const _0x221ad1={'endTime':new Date()['toISOString']()},_0x66fded={};_0x66fded[_0x314567(0xa7)]='Bearer\x20'+process[_0x314567(0x1a3)][_0x314567(0x181)],_0x66fded[_0x314567(0x1c1)]=_0x2af13f['lgEly'];const _0x72e691={};_0x72e691[_0x314567(0x142)]=_0x66fded;const _0x384f60=_0x72e691,_0x15a00e={};_0x15a00e[_0x314567(0x9e)]=_0x221ad1,_0x15a00e['auth']=null,_0x15a00e[_0x314567(0x19a)]=!![];const _0x53652c=Object[_0x314567(0x189)](_0x384f60,_0x15a00e);try{const _0x16de75=await bsSetupHelper[_0x314567(0x18f)](_0x2af13f[_0x314567(0xff)],_0x2af13f[_0x314567(0xc7)],_0x53652c,_0x3445d1,API_URL);if(_0x16de75['data'][_0x314567(0xdc)])throw new Error(_0x2af13f['QKzEX'](_0x2af13f[_0x314567(0x17e)],_0x16de75[_0x314567(0x185)][_0x314567(0xdc)]));else{logger['info']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()['toISOString']());const _0x3c2587={};return _0x3c2587[_0x314567(0x121)]=_0x2af13f[_0x314567(0x106)],_0x3c2587['message']='',_0x3c2587;}}catch(_0x18a43d){_0x18a43d[_0x314567(0x1a6)]?logger[_0x314567(0xdc)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x18a43d[_0x314567(0x1a6)][_0x314567(0x121)]+'\x20'+_0x18a43d['response'][_0x314567(0x145)]+'\x20'+JSON[_0x314567(0x1b6)](_0x18a43d[_0x314567(0x1a6)]['data'])):logger['error'](_0x314567(0x171)+(_0x18a43d[_0x314567(0x1ba)]||util[_0x314567(0x184)](_0x18a43d)));const _0x387081={};return _0x387081['status']=_0x2af13f[_0x314567(0x9c)],_0x387081[_0x314567(0x1ba)]=_0x18a43d[_0x314567(0x1ba)]||(_0x18a43d[_0x314567(0x1a6)]?_0x18a43d[_0x314567(0x1a6)][_0x314567(0x121)]+':'+_0x18a43d[_0x314567(0x1a6)][_0x314567(0x145)]:_0x18a43d),_0x387081;}}),exports[a125_0x5aeee5(0x18d)]=async(_0x52d4f6,_0x4da660=null,_0x118422=![],_0x23ca96=null)=>{const _0x430c1e=a125_0x5aeee5,_0xe12725={};_0xe12725[_0x430c1e(0x1af)]=_0x430c1e(0xf1),_0xe12725['pOoRT']=_0x430c1e(0x129),_0xe12725[_0x430c1e(0x95)]=_0x430c1e(0xb4),_0xe12725['AqLtT']=function(_0x20f170,_0x427b14){return _0x20f170||_0x427b14;},_0xe12725['inGzF']=_0x430c1e(0xbd),_0xe12725[_0x430c1e(0xef)]=_0x430c1e(0x94);const _0x147db4=_0xe12725;if(!this[_0x430c1e(0xe0)]()||!globals['getGlobal'](_0x147db4['QvEKU'])||!_0x118422&&!globals[_0x430c1e(0x156)](_0x147db4[_0x430c1e(0x149)])){logger[_0x430c1e(0xa1)](_0x147db4[_0x430c1e(0x95)]);return;}const _0x220b7c=_0x118422?_0x147db4[_0x430c1e(0xec)](_0x23ca96,{}):globals[_0x430c1e(0x156)](_0x147db4[_0x430c1e(0x159)])||{},_0x9a61fc={};_0x9a61fc[_0x430c1e(0x1c6)]=_0x4da660||global[_0x430c1e(0xca)];const _0xf7015f=Object[_0x430c1e(0x189)]({},_0x220b7c,_0x9a61fc);await this['isMobileAccessibilitySession'](_0x52d4f6)&&(Object[_0x430c1e(0x189)](_0xf7015f,this[_0x430c1e(0xb9)](),{'thTestRunUuid':this[_0x430c1e(0xcf)]()}),logger[_0x430c1e(0x14b)](_0x147db4[_0x430c1e(0xef)]));logger[_0x430c1e(0x14b)](_0x430c1e(0x110)+util['format']('%j',_0xf7015f));const _0x1bd7ea={};return _0x1bd7ea['command']=_0x4da660,await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x53dc4a=_0x430c1e;try{await _0x52d4f6[_0x53dc4a(0xe3)](()=>_0x52d4f6[_0x53dc4a(0x168)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x1d2a6d){}const _0x1eac36=util[_0x53dc4a(0x184)](await _0x52d4f6[_0x53dc4a(0x160)](scripts[_0x53dc4a(0x18d)],_0xf7015f));return logger[_0x53dc4a(0x14b)]('Performed\x20scan\x20with\x20result:\x20'+_0x1eac36),_0x1eac36;},_0x1bd7ea)();},exports['getAccessibilityResults']=async(_0x7e5cb9,_0x3b8d9a)=>{const _0x556cc7=a125_0x5aeee5,_0x459a6c={};_0x459a6c[_0x556cc7(0xf4)]=_0x556cc7(0x9a),_0x459a6c[_0x556cc7(0x1a9)]=_0x556cc7(0xf1),_0x459a6c[_0x556cc7(0xbf)]='bstackA11yShouldScan',_0x459a6c[_0x556cc7(0x1a0)]=_0x556cc7(0xe2),_0x459a6c['AkpTh']=_0x556cc7(0x98),_0x459a6c[_0x556cc7(0xf2)]=_0x556cc7(0xfc);const _0x373309=_0x459a6c;if(!this[_0x556cc7(0xe0)]()||!globals[_0x556cc7(0x156)](_0x373309['OOnhH'])||!globals['getGlobal'](_0x373309[_0x556cc7(0xbf)]))return logger['warn'](_0x373309['CURsC']),[];try{const _0x5ea061=await this[_0x556cc7(0x186)](_0x7e5cb9),_0x584728=_0x5ea061?Object[_0x556cc7(0x189)]({},this[_0x556cc7(0xb9)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x5ea061&&logger[_0x556cc7(0x14b)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x556cc7(0x184)]('%j',_0x584728)),await PerformanceTester[_0x556cc7(0x100)](PerformanceA11yEvents[_0x556cc7(0x119)],async()=>{const _0xc41595=_0x556cc7;logger[_0xc41595(0x14b)](_0x373309[_0xc41595(0xf4)]);const _0x12e41d={};_0x12e41d['method']=_0x3b8d9a[_0xc41595(0xca)];const _0x219ad7=Object['assign'](_0x12e41d,_0x584728);logger['debug'](util['format'](await _0x7e5cb9['executeAsyncScript'](scripts[_0xc41595(0x18d)],_0x219ad7)));},{'command':_0x373309['AkpTh']})(),await PerformanceTester[_0x556cc7(0x100)](PerformanceA11yEvents[_0x556cc7(0x108)],async()=>{const _0x4eaa0d=_0x556cc7,_0x96185a=_0x5ea061?await _0x7e5cb9['executeAsyncScript'](scripts[_0x4eaa0d(0x11f)],_0x584728):await _0x7e5cb9[_0x4eaa0d(0x160)](scripts[_0x4eaa0d(0x11f)]);return _0x96185a;})();}catch{return logger[_0x556cc7(0xdc)](_0x373309['SgScK']),[];}},exports[a125_0x5aeee5(0xa4)]=async(_0x3c6eed,_0x72d170)=>{const _0x26d817=a125_0x5aeee5,_0x24aea8={};_0x24aea8['dypuH']=_0x26d817(0xa6),_0x24aea8['BiqKA']=_0x26d817(0xf1),_0x24aea8[_0x26d817(0xaf)]='bstackA11yShouldScan',_0x24aea8['dknpA']=_0x26d817(0x1bb),_0x24aea8[_0x26d817(0xdb)]=_0x26d817(0xa4),_0x24aea8[_0x26d817(0xeb)]=_0x26d817(0x10b);const _0x73e99c=_0x24aea8;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x73e99c[_0x26d817(0x1c9)])||!globals[_0x26d817(0x156)](_0x73e99c['eeDIG']))return logger[_0x26d817(0xa1)](_0x73e99c['dknpA']),{};try{const _0x468f93=await this[_0x26d817(0x186)](_0x3c6eed),_0x462abb=_0x468f93?Object['assign']({},this[_0x26d817(0xb9)](),{'thTestRunUuid':this[_0x26d817(0xcf)]()}):{};return _0x468f93&&logger[_0x26d817(0x14b)]('getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'+util['format']('%j',_0x462abb)),await PerformanceTester[_0x26d817(0x100)](PerformanceA11yEvents[_0x26d817(0x119)],async()=>{const _0x25b5a3=_0x26d817;logger[_0x25b5a3(0x14b)](_0x73e99c[_0x25b5a3(0x112)]);const _0x571f97={};_0x571f97[_0x25b5a3(0x1c6)]=_0x72d170[_0x25b5a3(0xca)];const _0x348e39=Object[_0x25b5a3(0x189)](_0x571f97,_0x462abb);logger['debug'](util[_0x25b5a3(0x184)](await _0x3c6eed[_0x25b5a3(0x160)](scripts['performScan'],_0x348e39)));},{'command':_0x73e99c[_0x26d817(0xdb)]})(),await PerformanceTester[_0x26d817(0x100)](PerformanceA11yEvents[_0x26d817(0xe1)],async()=>{const _0x2f6708=_0x26d817,_0x1d77b2=_0x468f93?await _0x3c6eed['executeAsyncScript'](scripts[_0x2f6708(0x1a7)],_0x462abb):await _0x3c6eed[_0x2f6708(0x160)](scripts[_0x2f6708(0x1a7)]);return _0x1d77b2;})();}catch{return logger['error'](_0x73e99c[_0x26d817(0xeb)]),{};}},exports[a125_0x5aeee5(0x11b)]=(_0x2be177,_0x4e15b3=![])=>{const _0x291cbd=a125_0x5aeee5,_0x23343b={'BuXOr':function(_0x1b24e3,_0x510667){return _0x1b24e3(_0x510667);},'tVCBB':_0x291cbd(0x133),'Wkoyj':function(_0x280d6e,_0x2c40dd){return _0x280d6e(_0x2c40dd);},'LEleI':'platform','fGSda':function(_0xad4097,_0xf55af8){return _0xad4097!==_0xf55af8;},'LYWbH':_0x291cbd(0x176),'rlVrG':function(_0x3b37a0,_0x53d325){return _0x3b37a0(_0x53d325);},'CLDzN':_0x291cbd(0x9f),'SmTiW':_0x291cbd(0x15e),'NoVPj':_0x291cbd(0xd7),'ByKrT':_0x291cbd(0xa8)};try{if(!_0x2be177)return![];const _0x51a0cb=_0x294f1d=>typeof _0x2be177['get']==='function'?_0x2be177[_0x291cbd(0x166)](_0x294f1d):_0x2be177[_0x294f1d],_0x122475=_0x23343b['BuXOr'](String,_0x23343b[_0x291cbd(0xac)](_0x51a0cb,_0x23343b['tVCBB'])||_0x23343b[_0x291cbd(0xe6)](_0x51a0cb,_0x23343b[_0x291cbd(0x14e)])||'')[_0x291cbd(0x15a)]();if(_0x23343b[_0x291cbd(0x18b)](_0x122475,_0x23343b[_0x291cbd(0x10c)]))return![];const _0x1893f7=_0x23343b[_0x291cbd(0xac)](String,_0x23343b[_0x291cbd(0x161)](_0x51a0cb,_0x23343b[_0x291cbd(0x14a)])||'')[_0x291cbd(0x15a)]();if(!_0x1893f7[_0x291cbd(0xb2)](_0x23343b[_0x291cbd(0xf9)]))return _0x4e15b3&&logger['warn'](_0x23343b[_0x291cbd(0x13b)]),![];return logger[_0x291cbd(0x14b)](_0x23343b[_0x291cbd(0x17a)]),!![];}catch(_0x1b9f19){return logger[_0x291cbd(0x14b)](_0x291cbd(0x105)+_0x1b9f19),![];}},exports['isMobileAccessibilitySession']=async _0x29ebcc=>{const _0x3bc7bf=a125_0x5aeee5;try{const _0x12eb1a=await _0x29ebcc[_0x3bc7bf(0xb0)]();return exports['isMobileAccessibilityPlatform'](_0x12eb1a);}catch(_0x245050){return logger[_0x3bc7bf(0x14b)](_0x3bc7bf(0xb5)+_0x245050),![];}},exports[a125_0x5aeee5(0xb9)]=()=>{const _0xe3f4f8=a125_0x5aeee5,_0x2ab263={};return _0x2ab263[_0xe3f4f8(0x152)]=!![],_0x2ab263;},exports[a125_0x5aeee5(0xcf)]=()=>{const _0x3dffa2=a125_0x5aeee5,_0x51a890={};_0x51a890[_0x3dffa2(0x135)]=function(_0x2becb1,_0x352dfc){return _0x2becb1===_0x352dfc;},_0x51a890[_0x3dffa2(0x158)]=_0x3dffa2(0x1be),_0x51a890[_0x3dffa2(0x143)]=function(_0x255f6d,_0x512782){return _0x255f6d>_0x512782;},_0x51a890['Uimud']=_0x3dffa2(0x15f),_0x51a890[_0x3dffa2(0x15c)]=_0x3dffa2(0xc2),_0x51a890[_0x3dffa2(0xbb)]=_0x3dffa2(0x195);const _0x5911b1=_0x51a890,_0x58da92=global[_0x3dffa2(0xd0)],_0xfbadc0=_0x58da92&&_0x58da92[_0x3dffa2(0x14c)],_0x1f2215=_0xfbadc0&&_0xfbadc0[_0x3dffa2(0xfa)];if(_0x5911b1['wVlII'](typeof _0x1f2215,_0x5911b1['IvvLH'])&&_0x5911b1['XceEt'](_0x1f2215[_0x3dffa2(0x97)],0x0))return _0x1f2215;let _0x143c06;if(!_0x58da92)_0x143c06=_0x5911b1[_0x3dffa2(0x19f)];else!_0xfbadc0?_0x143c06=_0x5911b1[_0x3dffa2(0x15c)]:_0x143c06=_0x3dffa2(0x162)+Object[_0x3dffa2(0x13a)](_0xfbadc0)['join'](',\x20')+_0x3dffa2(0xc6)+(_0x5911b1[_0x3dffa2(0x135)](_0x1f2215,undefined)?_0x5911b1['QttEh']:'\x22'+_0x1f2215+'\x22')+_0x3dffa2(0xde);return logger[_0x3dffa2(0xa1)](_0x3dffa2(0xcc)+_0x143c06+_0x3dffa2(0x1b9)),'';},exports[a125_0x5aeee5(0x16b)]=_0x426053=>{const _0x5371e7=a125_0x5aeee5,_0x2cf7cc={};_0x2cf7cc[_0x5371e7(0xd2)]=function(_0x4dc273,_0x547355){return _0x4dc273===_0x547355;},_0x2cf7cc[_0x5371e7(0x14f)]=_0x5371e7(0x1be),_0x2cf7cc['hborl']='browserstack_executor';const _0x89f409=_0x2cf7cc;if(_0x426053&&_0x426053[_0x5371e7(0xa2)]&&_0x89f409[_0x5371e7(0xd2)](typeof _0x426053[_0x5371e7(0xa2)],_0x89f409[_0x5371e7(0x14f)]))return _0x426053[_0x5371e7(0xa2)][_0x5371e7(0xb2)](_0x89f409[_0x5371e7(0x190)]);return![];},exports[a125_0x5aeee5(0x1b2)]=a125_0x5aeee5(0x16f),exports[a125_0x5aeee5(0x151)]=()=>process[a125_0x5aeee5(0x1a3)][a125_0x5aeee5(0x1a1)]===a125_0x5aeee5(0x199),exports[a125_0x5aeee5(0x16a)]=_0x1af440=>{const _0x47f69b=a125_0x5aeee5,_0x4d4df4={};_0x4d4df4[_0x47f69b(0x13e)]=function(_0x2d04c5,_0x8c83c0){return _0x2d04c5 in _0x8c83c0;};const _0xd46e6d=_0x4d4df4;if(bsSetupHelper[_0x47f69b(0x188)](_0x1af440))return![];const _0x6765aa=_0x1af440[_0x47f69b(0x15a)]();return _0xd46e6d[_0x47f69b(0x13e)](_0x6765aa,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports['getBrowserA11yConfig']=_0x15ae58=>{const _0x1c4335=a125_0x5aeee5;if(bsSetupHelper['isUndefined'](_0x15ae58))return null;const _0x1544e0=_0x15ae58[_0x1c4335(0x15a)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x1544e0]||null;},exports[a125_0x5aeee5(0x116)]=(_0x3f567a,_0x11b35f)=>{const _0xda5033=a125_0x5aeee5,_0x23d2c6=this['getBrowserA11yConfig'](_0x3f567a);if(!_0x23d2c6)return null;if(_0x11b35f)return _0x23d2c6['min_version_browserstack'];return _0x23d2c6[_0xda5033(0x1b5)];},exports[a125_0x5aeee5(0x113)]=_0x3c9e94=>{const _0x11b217=a125_0x5aeee5,_0x4c734a=this[_0x11b217(0x9d)](_0x3c9e94);return _0x4c734a?_0x4c734a['display_name']:_0x3c9e94;},exports[a125_0x5aeee5(0x11a)]=_0x394827=>{const _0x1d8ee5=a125_0x5aeee5,_0x144e74=this[_0x1d8ee5(0x9d)](_0x394827);return _0x144e74?_0x144e74[_0x1d8ee5(0x91)]:![];},exports[a125_0x5aeee5(0xe5)]=(_0x2a6110,_0x479e4d)=>{const _0x3c1603=a125_0x5aeee5,_0x5463c2={'oTbjj':function(_0x1d7910,_0x561a44){return _0x1d7910(_0x561a44);},'xZPPO':function(_0x41c5d8,_0x39b86a){return _0x41c5d8(_0x39b86a);},'hrGOJ':function(_0x355e8b,_0x25bb7a){return _0x355e8b>=_0x25bb7a;}};if(bsSetupHelper['isUndefined'](_0x2a6110)||bsSetupHelper[_0x3c1603(0x188)](_0x479e4d))return![];const _0x50b5e0=bsSetupHelper[_0x3c1603(0x1b3)](_0x5463c2[_0x3c1603(0x1ae)](String,_0x2a6110),_0x5463c2['xZPPO'](String,_0x479e4d));return _0x5463c2['hrGOJ'](_0x50b5e0,0x0);},exports[a125_0x5aeee5(0xb8)]=_0x47adda=>{const _0x397757=a125_0x5aeee5,_0x18a81e={};_0x18a81e[_0x397757(0x10a)]=function(_0x3e37cd,_0x1a9b4a){return _0x3e37cd!==_0x1a9b4a;},_0x18a81e[_0x397757(0xa3)]=_0x397757(0x1be),_0x18a81e[_0x397757(0x157)]=_0x397757(0x169);const _0xa44f8d=_0x18a81e;if(!_0x47adda||_0xa44f8d[_0x397757(0x10a)](typeof _0x47adda,_0xa44f8d[_0x397757(0xa3)]))return null;try{return JSON['parse'](Buffer['from'](_0x47adda[_0x397757(0x136)]('.')[0x1],_0xa44f8d[_0x397757(0x157)])[_0x397757(0xf7)]());}catch{return null;}};function a125_0xc939(){const _0x1ebe5f=['set','../performance/constants','POST','gYytO','error','platforms','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','version','isAccessibilityAutomationSession','GET_RESULTS_SUMMARY','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','wait','getBrowserName','isVersionSupported','Wkoyj','mSbxm','aHYnE','setNonBstackInfraCapabilitiesOnCaps','13432yBdAjI','zFJPT','AqLtT','isBrowserstackInfra','Not\x20a\x20Accessibility\x20Session','RMwuV','1194083ankGCK','isAccessibilityPlatform','SgScK','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','OSWuM','selenium-webdriver/chrome.js','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','toString','chromeOptions','SmTiW','thTestRunUuid','--headless=','No\x20accessibility\x20results\x20were\x20found.','460ftKdBZ','getAgentVersion','IBDuf','measureWrapper','uvvRv','auth','checkAccessibilityPlatformConfig','BROWSERSTACK_TURBOSCALE','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','eCZtR','../globals','GET_RESULTS','capabilities_','uPKaB','No\x20accessibility\x20summary\x20was\x20found.','LYWbH','mergeDeep','__cloud_provider___','add','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','playwright','dypuH','getBrowserDisplayName','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','path','getMinVersionForBrowser','LRHeb','ysBcp','PERFORM_SCAN','requiresChromeOptionsValidation','isMobileAccessibilityPlatform','lLdnq','getPlatform','3573NmjmIz','getResults','suzVo','status','success','oBcKH','PPJRQ','test_runs/stop','forEach','anvar','ZczEJ','bstackA11yShouldScan','EnNMU','buildDescription','resolve','VXOtU','mirrorChromeOptionsIntoBuilder','--headless','getGitMetaData','wQMAG','uInGo','platformName','a11y:stop','wVlII','split','okDNV','QKzEX','toISOString','keys','NoVPj','javascript','95039PprTNv','DngVE','stack','options_','false','headers','XceEt','dJJlW','statusText','projectName','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','2322910dPPqmR','pOoRT','CLDzN','debug','currentTest','filter','LEleI','QVOtR','a11y:start','isMobileScanningEnabledForGroup','is_mobile_session','basename','juqit','ApXLE','getGlobal','HyyzM','IvvLH','inGzF','toLowerCase','getBrowserVersion','MlzVo','QJpVB','chrome','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).','executeAsyncScript','rlVrG','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','TlBUd','oWvjp','NbMcu','get','scannerVersion','executeScript','base64','isBrowserSupportedForAccessibility','isBrowserStackCommandExecutor','isTrue','dnsmg','chromeOptions_','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','errors','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','ilfoV','browserVersion','188287rtgtZD','CAPABILITY_KEY','android','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','BGRKt','354IgSkNE','ByKrT','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','some','util','NdaGB','KKUZT','goog:chromeOptions','BS_A11Y_JWT','akqIT','v2/test_runs','format','data','isMobileAccessibilitySession','pass','isUndefined','assign','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','fGSda','parse','performScan','jJUeQ','nodeRequest','hborl','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','cborT','Ooapr','../logger','undefined','eJPfP','aJZGz','null','true','json','getPackageVersion','RINoH','shouldScanTestForAccessibility','winstonLogger','Uimud','CURsC','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','QdlQh','env','mFBEv','trim','response','getResultsSummary','selenium-webdriver','OOnhH','object','args','isArray','ueiQQ','oTbjj','QvEKU','zgsHi','replace','MOBILE_SCANNING_DISABLED_WARNING','compareVersions','Invalid\x20request:\x20','min_version_non_browserstack','stringify','excludeTagsInTestingScope','Invalid\x20configuration\x20passed.','\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.','message','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','DvnwM','user','string','browserstack','function','Content-Type','./constants','OqbKE','PUT','includeTagsInTestingScope','method','txVnx','pypKm','BiqKA','map','hasLegacyHeadlessArg','Tefpr','GeDQj','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','requires_chrome_options_check','XrhbW','1476RioxbH','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','okpMP','EqNoD','length','getAccessibilityResults','224580ktJGDr','Performing\x20scan\x20before\x20getting\x20results','BROWSERSTACK_TEST_ACCESSIBILITY_YML','mMPDz','getBrowserA11yConfig','body','browserName','zLRbL','warn','script','uAWcM','getAccessibilityResultsSummary','lgEly','Performing\x20scan\x20before\x20getting\x20results\x20summary','Authorization','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','bstack:options','31016hKfsyM','Build\x20creation\x20had\x20failed.','BuXOr','nonBstackPlatformValidation','KkVkl','eeDIG','getCapabilities','deviceName','includes','buildName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','BMToT','nestedKeyValue','parseA11yJwtPayload','getMobileA11yCapabilities','join','QttEh','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','bstackA11yScanOptions','cJpmA','ikQHC','xvXnf','toJson','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','puNuJ','26BpLYMI','getHostInfo',']\x20but\x20thTestRunUuid\x20is\x20','DxFCL','accessibility','startsWith','browserstackSessionName','VKBoJ','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','accessibilityToken','device','resolveMobileThTestRunUuid','__workerDetails','bevSM','BdnDG','qAdSa','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','ChromeExtension','hhgLX','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.'];a125_0xc939=function(){return _0x1ebe5f;};return a125_0xc939();}
|