browserstack-node-sdk 1.56.1 → 1.56.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/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/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/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/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/testhubModule.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 -0
- 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 a106_0xba7b6=a106_0x5198;(function(_0xc6578,_0x2568e5){const _0x1f919d=a106_0x5198,_0x4f0d9c=_0xc6578();while(!![]){try{const _0x132d46=-parseInt(_0x1f919d(0x220))/0x1*(parseInt(_0x1f919d(0x252))/0x2)+-parseInt(_0x1f919d(0x262))/0x3*(parseInt(_0x1f919d(0x241))/0x4)+-parseInt(_0x1f919d(0x1d4))/0x5+-parseInt(_0x1f919d(0x1c0))/0x6+parseInt(_0x1f919d(0x22a))/0x7+-parseInt(_0x1f919d(0x1fe))/0x8*(-parseInt(_0x1f919d(0x259))/0x9)+-parseInt(_0x1f919d(0x266))/0xa*(-parseInt(_0x1f919d(0x1d6))/0xb);if(_0x132d46===_0x2568e5)break;else _0x4f0d9c['push'](_0x4f0d9c['shift']());}catch(_0x12dd20){_0x4f0d9c['push'](_0x4f0d9c['shift']());}}}(a106_0x3a2f,0x8103b));function a106_0x3a2f(){const _0x5cf2b6=['WebDriver','LVuhE','noxVD','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','yXtHn','UPFqK','allSettled','Accessibility\x20results\x20save\x20attempt\x20','__workerDetails','options','tsSGu','scanSucceeded','fQiXA','driverType','getAccessibilityResults','isSeleniumDriver','ULUeI','../../bin/playwright/accessibility-helper','jdPmX','isPlaywright','browserstackSessionName','Playwright','tolfe','goto','VJzzj','LnXCR','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','Comprehensive\x20accessibility\x20scan\x20failed\x20(','rebAw','isMobilePlatform','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','setDefaultTimeout',',\x20cannot\x20perform\x20scan\x20with\x20retry.','mmEOB',').\x20Error:\x20','6034680zyJaQS','assign','QcapH','getAccessibilityModule','DVZdK','results','reason','defaultTimeoutMs','KmyQM','Accessibility\x20retry\x20configuration\x20updated:\x20','woriE','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','pEJXx','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','resolveMobileThTestRunUuid','oDoYs','wvlBG','getInstance','OXCDW',').\x20Last\x20error:\x20','2209080pgSFQc','../globals','4708154GqJNQI','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','Operation\x20timed\x20out\x20after\x20','JvnJl','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','xVaVU','XtnFp','timeouts','../../bin/v2/browserstackCLI','fulfilled','wDtuk','TFXmw',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','yYocu','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','accessibilityPlatform','race','maxRetries','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','manage','tXSSU','max','dqMXl','pvUdD','performScan','ZgqTD','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','getCurrentUrl','AwyOK','isRunning','jcgMH','updateRetryConfig','\x20failed\x20(','Skipping\x20timeout\x20setting\x20for\x20','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','Playwright\x20accessibility\x20helper\x20not\x20available','ms\x20using\x20setScriptTimeout\x20API','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','nVIHX','executeAsyncScript','15536WLoOOT','dafRK','unknown_method','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','Unknown\x20driver/page\x20type:\x20','axTPK','selenium-webdriver','isAccessibilityPlatform','YfGYp','status','qXeLu','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','ms\x20using\x20setTimeouts\x20API','\x20completed\x20successfully.','wTiwO','sJUes','kpLaS','winstonLogger','WbvTh','OxueA','setScriptTimeout','WJRKn','../performance/constants','VqQfM','getCapabilities','currentTest','nhOBG','ROFuw','message','saveTestResults','name','isAccessibilityAutomationSession','getAccessibilityResultsWithRetry','AqBaZ','1ZlQfnL','vJdie','getAccessibilityResultsSummaryWithRetry','bstackA11yShouldScan','jNOrC','debug','playwright-page','error','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','):\x20','715260DRwmLq','\x20failed\x20for\x20method:\x20','performScanWithRetry','niJNN','ydsLY','NvuXQ','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','bVdhG','script','stringify','cFwCr','value','warn','performComprehensiveAccessibilityScanWithRetry','Unknown\x20error','LwsvF','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','function','getAccessibilityResultsSummary','gxHDr','accessibilityConfig','Accessibility\x20results\x20retrieval\x20attempt\x20','VdkIL','64etcHCH','saveAccessibilityResultsWithRetry','USYbE','unknown','naJqF','Accessibility\x20scan\x20attempt\x20','wfpne','Fymrk','eXxNk','fSDEa','url','cBOiT','setTimeouts','bFEhK','rejected','evaluate','zjjaR','1296350sIigFS','xlnAi','getId','util','is_mobile_session','info','./scripts','2970cMCYmo','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','setSeleniumScriptTimeout','timeoutMs',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','env','GrjDP','QrXTt','48543XtqZfj','getGlobal','bstackA11yScanOptions','type','50fWIMaE','WErSn','setPlaywrightScriptTimeout','summary','oGSfl','SBZIy','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','ZDGsN','Scan\x20attempt\x20','KRVqh','./helper','playwright-codecept-driver','owmmw'];a106_0x3a2f=function(){return _0x5cf2b6;};return a106_0x3a2f();}const util=require(a106_0xba7b6(0x255)),logger=require('../logger')[a106_0xba7b6(0x20f)],accessibilityHelper=require(a106_0xba7b6(0x270)),globals=require(a106_0xba7b6(0x1d5)),scripts=require(a106_0xba7b6(0x258)),PerformanceTester=require('../performance/performance-tester'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0xba7b6(0x214)),BrowserstackCLI=require(a106_0xba7b6(0x1de));let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a106_0xba7b6(0x284));}catch(a106_0x9302e7){logger[a106_0xba7b6(0x225)](a106_0xba7b6(0x1f9));}const a106_0x5a6d3d={};function a106_0x5198(_0x459fac,_0x500080){const _0x3a2fbb=a106_0x3a2f();return a106_0x5198=function(_0x519879,_0x119035){_0x519879=_0x519879-0x1bc;let _0x148a3b=_0x3a2fbb[_0x519879];return _0x148a3b;},a106_0x5198(_0x459fac,_0x500080);}a106_0x5a6d3d[a106_0xba7b6(0x1e7)]=0x1,a106_0x5a6d3d[a106_0xba7b6(0x25d)]=0x7530,a106_0x5a6d3d[a106_0xba7b6(0x1c7)]=0x7530;const RETRY_CONFIG=a106_0x5a6d3d,setConfigTimeout=(_0x360964,_0x4b7be7=null)=>{const _0x1bb879=a106_0xba7b6,_0x434e2f={'xlnAi':function(_0x5b4306,_0x47a141){return _0x5b4306===_0x47a141;},'USYbE':'scannerProcessingTimeout','Fymrk':function(_0x1c9732,_0xf30edd){return _0x1c9732*_0xf30edd;},'oGSfl':function(_0x189638,_0xd8cd73){return _0x189638(_0xd8cd73);}};if(BrowserstackCLI[_0x1bb879(0x1d1)]()[_0x1bb879(0x1f3)]()&&BrowserstackCLI[_0x1bb879(0x1d1)]()[_0x1bb879(0x1c3)]()){const _0x106258=BrowserstackCLI[_0x1bb879(0x1d1)]()[_0x1bb879(0x1c3)]()[_0x1bb879(0x23e)],_0x310eb6=_0x106258[_0x1bb879(0x27c)]['capabilitiesList']||[];for(const _0x48150f of _0x310eb6){_0x434e2f['xlnAi'](_0x48150f[_0x1bb879(0x21c)],_0x434e2f[_0x1bb879(0x243)])&&_0x434e2f[_0x1bb879(0x253)](_0x4b7be7,null)&&(_0x360964[_0x1bb879(0x25d)]=_0x434e2f['Fymrk'](_0x434e2f[_0x1bb879(0x26a)](parseInt,_0x48150f[_0x1bb879(0x235)]),0x3e8));}}else process[_0x1bb879(0x25f)][_0x1bb879(0x28d)]&&(_0x360964[_0x1bb879(0x25d)]=_0x434e2f[_0x1bb879(0x248)](_0x434e2f['oGSfl'](parseInt,process[_0x1bb879(0x25f)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x52ca91=>{const _0x12128f=a106_0xba7b6,_0x45736d={};_0x45736d[_0x12128f(0x1c8)]=_0x12128f(0x244),_0x45736d['oDoYs']=function(_0x3d21b9,_0x7e431f){return _0x3d21b9===_0x7e431f;},_0x45736d[_0x12128f(0x234)]='function',_0x45736d[_0x12128f(0x247)]=_0x12128f(0x226),_0x45736d[_0x12128f(0x22e)]=_0x12128f(0x204),_0x45736d[_0x12128f(0x240)]='Page',_0x45736d[_0x12128f(0x245)]=_0x12128f(0x273),_0x45736d[_0x12128f(0x24a)]=_0x12128f(0x288),_0x45736d[_0x12128f(0x23d)]=_0x12128f(0x271),_0x45736d['AqBaZ']=function(_0x570361,_0x1ff1a8){return _0x570361||_0x1ff1a8;},_0x45736d[_0x12128f(0x1fc)]='undefined';const _0x1f131d=_0x45736d;if(!_0x52ca91){const _0x549344={};return _0x549344[_0x12128f(0x286)]=![],_0x549344[_0x12128f(0x265)]=_0x1f131d[_0x12128f(0x1c8)],_0x549344;}if(_0x1f131d['oDoYs'](typeof _0x52ca91[_0x12128f(0x250)],_0x1f131d[_0x12128f(0x234)])&&_0x1f131d[_0x12128f(0x1cf)](typeof _0x52ca91[_0x12128f(0x24b)],_0x1f131d[_0x12128f(0x234)])&&_0x1f131d[_0x12128f(0x1cf)](typeof _0x52ca91[_0x12128f(0x28a)],_0x1f131d['cFwCr'])){const _0x4423d6={};return _0x4423d6[_0x12128f(0x286)]=!![],_0x4423d6[_0x12128f(0x265)]=_0x1f131d[_0x12128f(0x247)],_0x4423d6;}if(_0x1f131d[_0x12128f(0x1cf)](typeof _0x52ca91['executeAsyncScript'],_0x1f131d[_0x12128f(0x234)])&&_0x1f131d[_0x12128f(0x1cf)](typeof _0x52ca91[_0x12128f(0x216)],_0x1f131d[_0x12128f(0x234)])){const _0x2fa27d={};return _0x2fa27d[_0x12128f(0x286)]=![],_0x2fa27d[_0x12128f(0x265)]=_0x1f131d['ydsLY'],_0x2fa27d;}const _0x2ee858=_0x52ca91['constructor']?.[_0x12128f(0x21c)];if(_0x1f131d['oDoYs'](_0x2ee858,_0x1f131d[_0x12128f(0x240)])){const _0x4ca5ab={};return _0x4ca5ab[_0x12128f(0x286)]=!![],_0x4ca5ab[_0x12128f(0x265)]=_0x1f131d['wfpne'],_0x4ca5ab;}if(_0x1f131d[_0x12128f(0x1cf)](_0x2ee858,_0x1f131d[_0x12128f(0x245)])){const _0x201682={};return _0x201682['isPlaywright']=![],_0x201682[_0x12128f(0x265)]=_0x1f131d['ydsLY'],_0x201682;}if(_0x1f131d[_0x12128f(0x1cf)](_0x2ee858,_0x1f131d['fSDEa'])){const _0x2dd862={};return _0x2dd862['isPlaywright']=!![],_0x2dd862[_0x12128f(0x265)]=_0x1f131d['gxHDr'],_0x2dd862;}logger[_0x12128f(0x236)](_0x12128f(0x202)+_0x1f131d[_0x12128f(0x21f)](_0x2ee858,_0x1f131d[_0x12128f(0x1fc)]));const _0x378ca9={};return _0x378ca9[_0x12128f(0x286)]=![],_0x378ca9[_0x12128f(0x265)]=_0x1f131d[_0x12128f(0x1c8)],_0x378ca9;},withTimeout=(_0x56dd1d,_0x1d58b7)=>{const _0x246f43=a106_0xba7b6;return Promise[_0x246f43(0x1e6)]([_0x56dd1d,new Promise((_0x2c3450,_0xa25a85)=>setTimeout(()=>_0xa25a85(new Error(_0x246f43(0x1d8)+_0x1d58b7+'ms')),_0x1d58b7))]);};exports[a106_0xba7b6(0x22c)]=async(_0x5e1512,_0x900bb6=null,_0x24f065=null,_0x25298b=![],_0x1fe882=null)=>{const _0x2906ee=a106_0xba7b6,_0x3492a7={'xVaVU':function(_0x5f0b57,_0x570a19){return _0x5f0b57&&_0x570a19;},'EKPsM':function(_0x29c1f4,_0x535f5e,_0x26bf4f){return _0x29c1f4(_0x535f5e,_0x26bf4f);},'axTPK':function(_0x58c5b6,_0x1b494d){return _0x58c5b6===_0x1b494d;},'kpLaS':_0x2906ee(0x271),'sJUes':function(_0x1afb4a,_0x2afff8,_0x5589aa){return _0x1afb4a(_0x2afff8,_0x5589aa);},'fQiXA':function(_0x392bf9,_0x429d8a,_0x1a5bf8){return _0x392bf9(_0x429d8a,_0x1a5bf8);},'LwsvF':function(_0x3991ca,_0x5eef83){return _0x3991ca(_0x5eef83);},'WJRKn':function(_0x2188d3,_0x510b87){return _0x2188d3||_0x510b87;},'woriE':function(_0x25526b,_0x18e4db){return _0x25526b!==_0x18e4db;},'WbvTh':_0x2906ee(0x205),'GrjDP':function(_0x927e4a,_0x208bcf){return _0x927e4a!==_0x208bcf;},'UPFqK':_0x2906ee(0x223),'ZDGsN':function(_0x56600d,_0x142845){return _0x56600d===_0x142845;},'NvuXQ':_0x2906ee(0x1da),'wDtuk':_0x2906ee(0x200),'OxueA':_0x2906ee(0x23b),'qXeLu':function(_0x35607f,_0x175cb2){return _0x35607f<=_0x175cb2;},'WErSn':function(_0x4675c6,_0xc9b61d){return _0x4675c6+_0xc9b61d;},'wvlBG':function(_0x16839d,_0x23e257){return _0x16839d+_0x23e257;},'LVuhE':_0x2906ee(0x238)},{isPlaywright:_0x411f2e,type:_0x259957}=_0x3492a7[_0x2906ee(0x239)](detectDriverType,_0x5e1512),_0x363bcf=_0x25298b?_0x3492a7[_0x2906ee(0x213)](_0x1fe882,{}):global[_0x2906ee(0x264)]||{},_0x181436=_0x411f2e?global[_0x2906ee(0x1e5)]&&(_0x25298b||_0x3492a7[_0x2906ee(0x1ca)](global[_0x2906ee(0x223)],![])):accessibilityHelper[_0x2906ee(0x21d)]()&&globals[_0x2906ee(0x263)](_0x3492a7[_0x2906ee(0x210)])&&(_0x25298b||_0x3492a7[_0x2906ee(0x260)](globals[_0x2906ee(0x263)](_0x3492a7[_0x2906ee(0x278)]),![]));if(!_0x181436)return _0x411f2e&&global['accessibilityPlatform']&&_0x3492a7[_0x2906ee(0x26d)](global['bstackA11yShouldScan'],![])||!_0x411f2e&&globals[_0x2906ee(0x263)](_0x3492a7[_0x2906ee(0x210)])&&_0x3492a7[_0x2906ee(0x26d)](globals[_0x2906ee(0x263)](_0x3492a7['UPFqK']),![])?logger[_0x2906ee(0x225)](_0x3492a7[_0x2906ee(0x22f)]):logger['warn'](_0x2906ee(0x26c)+_0x259957+_0x2906ee(0x1bd)),![];const _0x1a494f=_0x900bb6||global[_0x2906ee(0x287)]||_0x3492a7[_0x2906ee(0x1e0)];let _0x4afbcf=null;const _0x467c7a={'testhub_btcer_uuid':global[_0x2906ee(0x27b)]?.[_0x2906ee(0x217)]?.['id'],'url':_0x3492a7[_0x2906ee(0x26d)](typeof _0x5e1512[_0x2906ee(0x24b)],_0x3492a7[_0x2906ee(0x211)])?await _0x5e1512['url']():_0x3492a7[_0x2906ee(0x203)](typeof _0x5e1512[_0x2906ee(0x1f1)],_0x3492a7[_0x2906ee(0x211)])?await _0x5e1512[_0x2906ee(0x1f1)]():'','automate_session_id':_0x3492a7[_0x2906ee(0x203)](typeof _0x5e1512['getSession'],_0x3492a7[_0x2906ee(0x211)])?(await _0x5e1512['getSession']())[_0x2906ee(0x254)]():''};for(let _0x4be2ab=0x1;_0x3492a7[_0x2906ee(0x208)](_0x4be2ab,_0x3492a7[_0x2906ee(0x267)](RETRY_CONFIG[_0x2906ee(0x1e7)],0x1));_0x4be2ab++){try{return logger[_0x2906ee(0x225)](_0x2906ee(0x246)+_0x4be2ab+'/'+_0x3492a7[_0x2906ee(0x1d0)](RETRY_CONFIG[_0x2906ee(0x1e7)],0x1)+'\x20for\x20method:\x20'+_0x1a494f+'\x20('+_0x259957+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5390aa=_0x2906ee;let _0x495af0;if(_0x3492a7[_0x5390aa(0x1db)](_0x411f2e,playwrightA11yHelper)){_0x3492a7['EKPsM'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5390aa(0x268)](_0x5e1512,RETRY_CONFIG[_0x5390aa(0x25d)]);let _0x166330=_0x5e1512;_0x3492a7['axTPK'](_0x259957,_0x3492a7[_0x5390aa(0x20e)])&&(_0x166330=_0x5e1512['page']);const _0x225a6a=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x5390aa(0x1ce)]()}:{};_0x495af0=await _0x3492a7[_0x5390aa(0x20d)](withTimeout,playwrightA11yHelper[_0x5390aa(0x1ee)](_0x166330,_0x1a494f,_0x363bcf,_0x225a6a),RETRY_CONFIG[_0x5390aa(0x25d)]),await exports[_0x5390aa(0x268)](_0x5e1512,RETRY_CONFIG['defaultTimeoutMs']);}else await exports['setSeleniumScriptTimeout'](_0x5e1512,RETRY_CONFIG[_0x5390aa(0x25d)]),_0x495af0=await _0x3492a7[_0x5390aa(0x27f)](withTimeout,accessibilityHelper[_0x5390aa(0x1ee)](_0x5e1512,_0x1a494f,_0x25298b,_0x363bcf),RETRY_CONFIG[_0x5390aa(0x25d)]),await exports[_0x5390aa(0x25c)](_0x5e1512,RETRY_CONFIG[_0x5390aa(0x1c7)]);logger['debug'](_0x5390aa(0x26e)+_0x4be2ab+_0x5390aa(0x20b));},{'command':_0x1a494f,..._0x467c7a})(),logger[_0x2906ee(0x257)](_0x2906ee(0x25a)+_0x4be2ab+'.'),!![];}catch(_0x45d056){_0x4afbcf=_0x45d056,logger[_0x2906ee(0x225)](_0x2906ee(0x246)+_0x4be2ab+_0x2906ee(0x22b)+_0x1a494f+'\x20('+_0x259957+_0x2906ee(0x1bf)+_0x45d056[_0x2906ee(0x21a)]);}}return logger[_0x2906ee(0x227)](_0x2906ee(0x1f8)+_0x1a494f+'\x20('+_0x259957+')\x20with\x20error:\x20'+(_0x4afbcf?.[_0x2906ee(0x21a)]||_0x3492a7[_0x2906ee(0x274)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x3ecb03,_0x5acef9)=>{const _0x249026=a106_0xba7b6,_0x293517={'OXCDW':function(_0x3e511d,_0x51bda2){return _0x3e511d(_0x51bda2);},'bTgpV':_0x249026(0x205),'QrXTt':function(_0x310e82,_0x1f6aee){return _0x310e82<=_0x1f6aee;},'dqMXl':function(_0x1954e1,_0x4a4514){return _0x1954e1+_0x4a4514;},'eXxNk':function(_0x556277,_0x3b4221){return _0x556277&&_0x3b4221;},'SBZIy':function(_0x4db30c,_0x214e66,_0x246408){return _0x4db30c(_0x214e66,_0x246408);},'rebAw':function(_0x455289,_0x338042,_0x4d2e19){return _0x455289(_0x338042,_0x4d2e19);},'niJNN':'Unknown\x20error'},{isPlaywright:_0x598359,type:_0x3857ec}=_0x293517[_0x249026(0x1d2)](detectDriverType,_0x3ecb03),_0x552d2d=_0x598359?_0x5acef9[_0x249026(0x1e5)]:accessibilityHelper[_0x249026(0x21d)]()&&globals['getGlobal'](_0x293517['bTgpV']);if(!_0x552d2d)return logger[_0x249026(0x236)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x3857ec+_0x249026(0x25b)),[];let _0xca8b7e=null;for(let _0x21bc7f=0x1;_0x293517[_0x249026(0x261)](_0x21bc7f,_0x293517[_0x249026(0x1ec)](RETRY_CONFIG[_0x249026(0x1e7)],0x1));_0x21bc7f++){try{logger[_0x249026(0x225)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x21bc7f+'/'+_0x293517[_0x249026(0x1ec)](RETRY_CONFIG[_0x249026(0x1e7)],0x1)+'\x20('+_0x3857ec+')');let _0x1d7b6b;return _0x293517[_0x249026(0x249)](_0x598359,playwrightA11yHelper)?(_0x293517['SBZIy'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x249026(0x268)](_0x3ecb03,RETRY_CONFIG[_0x249026(0x25d)]),_0x1d7b6b=await _0x293517[_0x249026(0x26b)](withTimeout,playwrightA11yHelper[_0x249026(0x281)](_0x3ecb03),RETRY_CONFIG['timeoutMs']),await exports[_0x249026(0x268)](_0x3ecb03,RETRY_CONFIG[_0x249026(0x1c7)])):(await exports[_0x249026(0x25c)](_0x3ecb03,RETRY_CONFIG['timeoutMs']),_0x1d7b6b=await _0x293517[_0x249026(0x28f)](withTimeout,accessibilityHelper[_0x249026(0x281)](_0x3ecb03,_0x5acef9),RETRY_CONFIG[_0x249026(0x25d)]),await exports[_0x249026(0x25c)](_0x3ecb03,RETRY_CONFIG[_0x249026(0x1c7)])),logger[_0x249026(0x257)](_0x249026(0x209)+_0x21bc7f+'\x20('+_0x3857ec+')'),_0x1d7b6b;}catch(_0x22df5b){_0xca8b7e=_0x22df5b,logger[_0x249026(0x236)](_0x249026(0x23f)+_0x21bc7f+_0x249026(0x1f6)+_0x3857ec+_0x249026(0x1bf)+_0x22df5b['message']);}}return logger[_0x249026(0x227)](_0x249026(0x230)+_0x3857ec+').\x20Last\x20error:\x20'+(_0xca8b7e?.[_0x249026(0x21a)]||_0x293517[_0x249026(0x22d)])),[];},exports[a106_0xba7b6(0x222)]=async(_0x1335ec,_0x18a03e)=>{const _0x23fc49=a106_0xba7b6,_0x4885ce={'KRVqh':function(_0x359f9e,_0x157353){return _0x359f9e(_0x157353);},'mZgio':_0x23fc49(0x205),'cBOiT':function(_0x50e026,_0x2237d6){return _0x50e026<=_0x2237d6;},'jNOrC':function(_0xea303c,_0x3da796){return _0xea303c+_0x3da796;},'owmmw':function(_0x52cf24,_0x397105){return _0x52cf24+_0x397105;},'vJdie':function(_0x48b851,_0x327e0b){return _0x48b851&&_0x327e0b;},'jdPmX':function(_0x4a753d,_0x281d75,_0x2afdb5){return _0x4a753d(_0x281d75,_0x2afdb5);},'zjjaR':function(_0x4c2db1,_0x7b12ec,_0x2cbdc1){return _0x4c2db1(_0x7b12ec,_0x2cbdc1);},'UQGKg':function(_0x3c134b,_0x3e9a71,_0x79d8f7){return _0x3c134b(_0x3e9a71,_0x79d8f7);},'VqQfM':'Unknown\x20error'},{isPlaywright:_0x46e3fd,type:_0x1f5893}=_0x4885ce[_0x23fc49(0x26f)](detectDriverType,_0x1335ec),_0x59c066=_0x46e3fd?_0x18a03e[_0x23fc49(0x1e5)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x23fc49(0x263)](_0x4885ce['mZgio']);if(!_0x59c066)return logger[_0x23fc49(0x236)](_0x23fc49(0x26c)+_0x1f5893+_0x23fc49(0x25e)),{};let _0x24f654=null;for(let _0x29e6a6=0x1;_0x4885ce[_0x23fc49(0x24c)](_0x29e6a6,_0x4885ce[_0x23fc49(0x224)](RETRY_CONFIG[_0x23fc49(0x1e7)],0x1));_0x29e6a6++){try{logger['debug'](_0x23fc49(0x1d7)+_0x29e6a6+'/'+_0x4885ce[_0x23fc49(0x272)](RETRY_CONFIG[_0x23fc49(0x1e7)],0x1)+'\x20('+_0x1f5893+')');let _0x577942;return _0x4885ce[_0x23fc49(0x221)](_0x46e3fd,playwrightA11yHelper)?(_0x4885ce[_0x23fc49(0x285)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x23fc49(0x268)](_0x1335ec,RETRY_CONFIG['timeoutMs']),_0x577942=await _0x4885ce[_0x23fc49(0x251)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x1335ec),RETRY_CONFIG[_0x23fc49(0x25d)]),await exports[_0x23fc49(0x268)](_0x1335ec,RETRY_CONFIG[_0x23fc49(0x1c7)])):(await exports[_0x23fc49(0x25c)](_0x1335ec,RETRY_CONFIG[_0x23fc49(0x25d)]),_0x577942=await _0x4885ce['UQGKg'](withTimeout,accessibilityHelper[_0x23fc49(0x23c)](_0x1335ec,_0x18a03e),RETRY_CONFIG['timeoutMs']),await exports[_0x23fc49(0x25c)](_0x1335ec,RETRY_CONFIG[_0x23fc49(0x1c7)])),logger[_0x23fc49(0x257)](_0x23fc49(0x23a)+_0x29e6a6+'\x20('+_0x1f5893+')'),_0x577942;}catch(_0x48f2a4){_0x24f654=_0x48f2a4,logger[_0x23fc49(0x236)](_0x23fc49(0x1d7)+_0x29e6a6+_0x23fc49(0x1f6)+_0x1f5893+_0x23fc49(0x1bf)+_0x48f2a4['message']);}}return logger[_0x23fc49(0x227)](_0x23fc49(0x1f0)+_0x1f5893+_0x23fc49(0x1d3)+(_0x24f654?.[_0x23fc49(0x21a)]||_0x4885ce[_0x23fc49(0x215)])),{};},exports[a106_0xba7b6(0x237)]=async(_0x495a3a,_0x2c18d0,_0x3fea6c=null)=>{const _0x6802db=a106_0xba7b6,_0x34709e={'pEJXx':function(_0x54d0b7,_0x2cad6d){return _0x54d0b7(_0x2cad6d);},'DVZdK':function(_0x511e59,_0x1e367d){return _0x511e59===_0x1e367d;},'mmEOB':_0x6802db(0x1df),'AwyOK':function(_0x2992be,_0x2abd34){return _0x2992be===_0x2abd34;},'IsZpz':function(_0xcf03ab,_0x550402){return _0xcf03ab===_0x550402;},'XtnFp':_0x6802db(0x24f),'bVdhG':_0x6802db(0x1e8)},{isPlaywright:_0x28a7f8,type:_0x232b9d}=_0x34709e[_0x6802db(0x1cc)](detectDriverType,_0x495a3a),_0x2f6e1e={};_0x2f6e1e[_0x6802db(0x27e)]=![],_0x2f6e1e['results']=[],_0x2f6e1e[_0x6802db(0x269)]={},_0x2f6e1e[_0x6802db(0x227)]=null,_0x2f6e1e[_0x6802db(0x280)]=_0x232b9d;const _0xb316c7=_0x2f6e1e;try{_0xb316c7['scanSucceeded']=await exports['performScanWithRetry'](_0x495a3a,_0x3fea6c);if(_0xb316c7[_0x6802db(0x27e)]){const [_0x4c9a24,_0x52de78]=await Promise[_0x6802db(0x279)]([exports[_0x6802db(0x21e)](_0x495a3a,_0x2c18d0),exports[_0x6802db(0x222)](_0x495a3a,_0x2c18d0)]);_0xb316c7[_0x6802db(0x1c5)]=_0x34709e['DVZdK'](_0x4c9a24[_0x6802db(0x207)],_0x34709e[_0x6802db(0x1be)])?_0x4c9a24[_0x6802db(0x235)]:[],_0xb316c7[_0x6802db(0x269)]=_0x34709e[_0x6802db(0x1f2)](_0x52de78[_0x6802db(0x207)],_0x34709e[_0x6802db(0x1be)])?_0x52de78[_0x6802db(0x235)]:{},_0x34709e['IsZpz'](_0x4c9a24['status'],_0x34709e['XtnFp'])&&logger[_0x6802db(0x236)]('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x232b9d+_0x6802db(0x229)+_0x4c9a24[_0x6802db(0x1c6)]?.[_0x6802db(0x21a)]),_0x34709e[_0x6802db(0x1c4)](_0x52de78[_0x6802db(0x207)],_0x34709e[_0x6802db(0x1dc)])&&logger[_0x6802db(0x236)](_0x6802db(0x201)+_0x232b9d+_0x6802db(0x229)+_0x52de78[_0x6802db(0x1c6)]?.[_0x6802db(0x21a)]);}}catch(_0x240dfe){_0xb316c7['error']=_0x240dfe[_0x6802db(0x21a)]||_0x34709e[_0x6802db(0x231)],logger[_0x6802db(0x227)](_0x6802db(0x28e)+_0x232b9d+_0x6802db(0x229)+_0xb316c7[_0x6802db(0x227)]);}return _0xb316c7;},exports[a106_0xba7b6(0x1f5)]=_0x178eb6=>{const _0x138044=a106_0xba7b6,_0x4c1bff={};_0x4c1bff[_0x138044(0x206)]=function(_0x321467,_0x5964ec){return _0x321467!==_0x5964ec;},_0x4c1bff['yXtHn']=function(_0x5eb4a7,_0x10dcd2){return _0x5eb4a7!==_0x10dcd2;};const _0x1f9750=_0x4c1bff;_0x1f9750[_0x138044(0x206)](_0x178eb6[_0x138044(0x1e7)],undefined)&&(RETRY_CONFIG['maxRetries']=Math[_0x138044(0x1eb)](0x0,_0x178eb6['maxRetries'])),_0x1f9750[_0x138044(0x277)](_0x178eb6[_0x138044(0x25d)],undefined)&&(RETRY_CONFIG[_0x138044(0x25d)]=Math[_0x138044(0x1eb)](0x3e8,_0x178eb6['timeoutMs'])),logger[_0x138044(0x225)](_0x138044(0x1c9)+JSON[_0x138044(0x233)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0x386f91={...RETRY_CONFIG};return _0x386f91;},exports['isPlaywrightPage']=_0x1fe668=>{const _0x35a537=a106_0xba7b6,_0x1ae93f={'JvnJl':function(_0x1365e5,_0xa36863){return _0x1365e5(_0xa36863);}};return _0x1ae93f[_0x35a537(0x1d9)](detectDriverType,_0x1fe668)['isPlaywright'];},exports[a106_0xba7b6(0x282)]=_0x208f63=>{const _0x35799b=a106_0xba7b6,_0x3e3dbe={'tolfe':function(_0x5e5b43,_0x24191f){return _0x5e5b43(_0x24191f);},'vSaSC':function(_0x38cb96,_0x459d42){return _0x38cb96===_0x459d42;},'QcapH':_0x35799b(0x204)},{isPlaywright:_0x1d7937,type:_0x2ea939}=_0x3e3dbe[_0x35799b(0x289)](detectDriverType,_0x208f63);return!_0x1d7937&&_0x3e3dbe['vSaSC'](_0x2ea939,_0x3e3dbe[_0x35799b(0x1c2)]);},exports[a106_0xba7b6(0x268)]=async(_0x762638,_0x373867=null)=>{const _0x140ad8=a106_0xba7b6,_0xa89a25={'LnXCR':function(_0x453721,_0x47967a){return _0x453721(_0x47967a);},'jcgMH':function(_0x31a536,_0x34164f){return _0x31a536===_0x34164f;},'yYocu':_0x140ad8(0x23b)},{isPlaywright:_0x5a70a4,type:_0x3a5f90}=_0xa89a25[_0x140ad8(0x28c)](detectDriverType,_0x762638);if(!_0x5a70a4)return logger['debug'](_0x140ad8(0x1f7)+_0x3a5f90+'\x20-\x20not\x20applicable'),!![];const _0x307b57=_0x373867||RETRY_CONFIG[_0x140ad8(0x1c7)];try{return _0x762638&&_0xa89a25[_0x140ad8(0x1f4)](typeof _0x762638[_0x140ad8(0x1bc)],_0xa89a25[_0x140ad8(0x1e3)])&&(await _0x762638['setDefaultTimeout'](_0x307b57),logger['debug'](_0x140ad8(0x1e4)+_0x307b57+'ms')),!![];}catch(_0x513f1e){return logger[_0x140ad8(0x236)](_0x140ad8(0x1fb)+_0x513f1e['message']),![];}},exports[a106_0xba7b6(0x25c)]=async(_0x39464e,_0x518bf6=null)=>{const _0x209a56=a106_0xba7b6,_0x111960={};_0x111960[_0x209a56(0x1ed)]=_0x209a56(0x276),_0x111960[_0x209a56(0x1ea)]=function(_0x55a2e4,_0x3777e4){return _0x55a2e4===_0x3777e4;},_0x111960[_0x209a56(0x24e)]='function',_0x111960['noxVD']=function(_0x363432,_0x4ac735){return _0x363432===_0x4ac735;},_0x111960['ehHak']=function(_0x36bad6,_0x257e5f){return _0x36bad6===_0x257e5f;},_0x111960['ZgqTD']=function(_0x4ca1b1,_0x941dd8){return _0x4ca1b1===_0x941dd8;},_0x111960[_0x209a56(0x218)]=_0x209a56(0x1cd),_0x111960[_0x209a56(0x28b)]=_0x209a56(0x291);const _0x19ae11=_0x111960;if(!exports[_0x209a56(0x282)](_0x39464e))return logger[_0x209a56(0x236)](_0x19ae11[_0x209a56(0x1ed)]),![];const _0x5d3f12=_0x518bf6||RETRY_CONFIG[_0x209a56(0x1c7)];try{if(_0x39464e&&_0x19ae11['tXSSU'](typeof _0x39464e[_0x209a56(0x1e9)],_0x19ae11[_0x209a56(0x24e)])){const _0x1b9973=_0x39464e[_0x209a56(0x1e9)]();if(_0x1b9973&&_0x19ae11[_0x209a56(0x275)](typeof _0x1b9973['timeouts'],_0x19ae11[_0x209a56(0x24e)]))await _0x1b9973[_0x209a56(0x1dd)]()['setScriptTimeout'](_0x5d3f12),logger[_0x209a56(0x225)](_0x209a56(0x228)+_0x5d3f12+'ms\x20using\x20timeouts()\x20API');else{if(_0x1b9973&&_0x19ae11['ehHak'](typeof _0x1b9973[_0x209a56(0x24d)],_0x19ae11['bFEhK'])){const _0x465cf7={};_0x465cf7[_0x209a56(0x232)]=_0x5d3f12,await _0x1b9973['setTimeouts'](_0x465cf7),logger[_0x209a56(0x225)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5d3f12+_0x209a56(0x20a));}else{if(_0x1b9973&&_0x19ae11[_0x209a56(0x1ef)](typeof _0x1b9973[_0x209a56(0x212)],_0x19ae11['bFEhK']))await _0x1b9973['setScriptTimeout'](_0x5d3f12),logger['debug'](_0x209a56(0x228)+_0x5d3f12+_0x209a56(0x1fa));else return logger[_0x209a56(0x225)](_0x19ae11['nhOBG']),!![];}}}else return logger['debug'](_0x19ae11[_0x209a56(0x28b)]),!![];return!![];}catch(_0x2edd51){return logger['warn']('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x2edd51[_0x209a56(0x21a)]),![];}},exports[a106_0xba7b6(0x242)]=async(_0x55d365,_0x12926c)=>{const _0x365fa0=a106_0xba7b6,_0x237912={'ROFuw':function(_0xe3848b,_0x55af00){return _0xe3848b(_0x55af00);},'wTiwO':_0x365fa0(0x205),'xCzdf':function(_0x5cb449,_0x2e081a){return _0x5cb449<=_0x2e081a;},'dafRK':function(_0x43382b,_0x14ae43){return _0x43382b+_0x14ae43;},'zTZDa':function(_0x4c070b,_0x40e715){return _0x4c070b&&_0x40e715;},'tsSGu':function(_0x217fd9,_0x5ce554,_0x213c23){return _0x217fd9(_0x5ce554,_0x213c23);},'demaN':function(_0x4cd406,_0x3f508f,_0x3168ea){return _0x4cd406(_0x3f508f,_0x3168ea);},'TFXmw':_0x365fa0(0x290),'ULUeI':'Unknown\x20error'},{isPlaywright:_0x5d2a5a,type:_0x28191e}=_0x237912[_0x365fa0(0x219)](detectDriverType,_0x55d365),_0x161efd=_0x5d2a5a?global[_0x365fa0(0x1e5)]:accessibilityHelper[_0x365fa0(0x21d)]()&&globals[_0x365fa0(0x263)](_0x237912[_0x365fa0(0x20c)]);if(!_0x161efd)return logger[_0x365fa0(0x236)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x28191e+_0x365fa0(0x1e2)),![];let _0x4d3b7f=null;for(let _0x543789=0x1;_0x237912['xCzdf'](_0x543789,_0x237912['dafRK'](RETRY_CONFIG[_0x365fa0(0x1e7)],0x1));_0x543789++){try{logger['debug'](_0x365fa0(0x27a)+_0x543789+'/'+_0x237912[_0x365fa0(0x1ff)](RETRY_CONFIG[_0x365fa0(0x1e7)],0x1)+'\x20('+_0x28191e+')');if(_0x237912['zTZDa'](_0x5d2a5a,playwrightA11yHelper)){_0x237912[_0x365fa0(0x27d)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x365fa0(0x268)](_0x55d365,RETRY_CONFIG['timeoutMs']);const _0x2cd13f={};_0x2cd13f[_0x365fa0(0x256)]=!![];const _0x234596=global[_0x365fa0(0x290)]?Object[_0x365fa0(0x1c1)]({},_0x12926c,_0x2cd13f):_0x12926c;await _0x237912['demaN'](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x55d365,scripts[_0x365fa0(0x21b)],_0x234596),RETRY_CONFIG[_0x365fa0(0x25d)]),await exports[_0x365fa0(0x268)](_0x55d365,RETRY_CONFIG[_0x365fa0(0x1c7)]);}else{await exports['setSeleniumScriptTimeout'](_0x55d365,RETRY_CONFIG[_0x365fa0(0x25d)]);const _0x216dd7={};_0x216dd7[_0x365fa0(0x256)]=!![];const _0x45ff88=globals[_0x365fa0(0x263)](_0x237912[_0x365fa0(0x1e1)])?Object['assign']({},_0x12926c,_0x216dd7):_0x12926c;await _0x237912['tsSGu'](withTimeout,_0x55d365[_0x365fa0(0x1fd)](scripts[_0x365fa0(0x21b)],_0x45ff88),RETRY_CONFIG['timeoutMs']),await exports[_0x365fa0(0x25c)](_0x55d365,RETRY_CONFIG[_0x365fa0(0x1c7)]);}return logger[_0x365fa0(0x257)]('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x543789+'\x20('+_0x28191e+')'),!![];}catch(_0x26a375){_0x4d3b7f=_0x26a375,logger['warn']('Accessibility\x20results\x20save\x20attempt\x20'+_0x543789+_0x365fa0(0x1f6)+_0x28191e+').\x20Error:\x20'+_0x26a375[_0x365fa0(0x21a)]);}}return logger['error'](_0x365fa0(0x1cb)+_0x28191e+_0x365fa0(0x1d3)+(_0x4d3b7f?.[_0x365fa0(0x21a)]||_0x237912[_0x365fa0(0x283)])),![];};
|
|
1
|
+
function a106_0x28a2(){const _0x1d7d79=['Ybfbg','jmhQt','FxOLP','options','ObuPu','XSAvJ','\x20failed\x20(','winstonLogger','TQNnk','../performance/performance-tester','fulfilled','Accessibility\x20results\x20retrieval\x20attempt\x20','TUxFo','getAccessibilityResultsSummaryWithRetry','1240256kWVBqX','Page','QlvGm','warn','MoQLp','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','guUYE','CSyWk','ZFWGq','bQruf','ms\x20using\x20timeouts()\x20API','debug','isAccessibilityAutomationSession','JQuUX','Jtuhb','name','saveTestResults','undefined','NQMXI','setTimeouts','pqqgY','reason','type','assign','is_mobile_session','Huetc','SqoIz','xVlYs','wFmzZ','GcGlL','UuifF','script','url',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','adcXC','CedOO','GrWVR','dxgui','browserstackSessionName','276726YBkDmy','sHQJa','bgBrh','setScriptTimeout','duQjB','Accessibility\x20retry\x20configuration\x20updated:\x20','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','manage','WEQzC','getInstance','212118KhSlCZ','SZJrl','maxRetries','DBpwz','isAccessibilityPlatform','AmrKq','selenium-webdriver','wdwaN','34870hxzitB','setSeleniumScriptTimeout','GgbZc','getAccessibilityModule','race','10200dyPqNK','max','accessibilityConfig','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','IPirB','performScan','getAccessibilityResults','bRFyH','tugkV','Lzlaw','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','stringify','YOmOw','OrpWk','gXIqo','pyhLN','bstackA11yScanOptions','Comprehensive\x20accessibility\x20scan\x20failed\x20(','FIVvj','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','vFakE','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','BkxJL','playwright-codecept-driver','executeAsyncScript','GsFzQ','getCapabilities','108CbWIJk','isPlaywright','defaultTimeoutMs','Scan\x20attempt\x20','summary','getAccessibilityResultsWithRetry','FiyDC','Operation\x20timed\x20out\x20after\x20','function','./scripts','goto','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','page','isPlaywrightPage','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','lPuzM','Accessibility\x20scan\x20attempt\x20','Accessibility\x20results\x20save\x20attempt\x20','EvuYL','getCurrentUrl','bstackA11yShouldScan','util','unknown','UqboY','aCOOs','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','620193fMRczw',').\x20Error:\x20','\x20failed\x20for\x20method:\x20','FBxDG','BbfHv','KqbYD','xwKiD','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','results','wHUDv','tfSEh','rejected','allSettled','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','gvKnA','FzTmG','SuiPl','WbGNm','scanSucceeded','MXktE','getGlobal','GmIaK','accessibilityPlatform','getSession','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','info','):\x20','playwright-page','../performance/constants','getAccessibilityResultsSummary','BxWsm','resolveMobileThTestRunUuid','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20',').\x20Last\x20error:\x20','nBXlO','kmRQd','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','xrhsn','constructor','\x20completed\x20successfully.','error','scannerProcessingTimeout','fhKXO','isSeleniumDriver','693203lJNbGq','\x20-\x20not\x20applicable','isMobilePlatform','DLjWv','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','ms\x20using\x20setTimeouts\x20API','../globals','isRunning','setPlaywrightScriptTimeout','value','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','TdOAq','ms\x20using\x20setScriptTimeout\x20API',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','timeoutMs','env','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','timeouts','zYUTx','message','status','evaluate','uLCzX','ayBOv','Unknown\x20error','All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20(','performScanWithRetry'];a106_0x28a2=function(){return _0x1d7d79;};return a106_0x28a2();}const a106_0x41077f=a106_0xa598;(function(_0x249f6d,_0x43d441){const _0x4204eb=a106_0xa598,_0x5be1a2=_0x249f6d();while(!![]){try{const _0x4cee3f=parseInt(_0x4204eb(0x20f))/0x1+parseInt(_0x4204eb(0x1fd))/0x2+parseInt(_0x4204eb(0x17e))/0x3+parseInt(_0x4204eb(0x22f))/0x4*(parseInt(_0x4204eb(0x214))/0x5)+-parseInt(_0x4204eb(0x207))/0x6+-parseInt(_0x4204eb(0x1aa))/0x7+-parseInt(_0x4204eb(0x1d5))/0x8;if(_0x4cee3f===_0x43d441)break;else _0x5be1a2['push'](_0x5be1a2['shift']());}catch(_0x51eb55){_0x5be1a2['push'](_0x5be1a2['shift']());}}}(a106_0x28a2,0x238de));const util=require(a106_0x41077f(0x244)),logger=require('../logger')[a106_0x41077f(0x1ce)],accessibilityHelper=require('./helper'),globals=require(a106_0x41077f(0x1b1)),scripts=require(a106_0x41077f(0x238)),PerformanceTester=require(a106_0x41077f(0x1d0)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x41077f(0x19a)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');let playwrightA11yHelper=null;function a106_0xa598(_0x22f54b,_0x46b89f){const _0x28a23c=a106_0x28a2();return a106_0xa598=function(_0xa59862,_0x3451e1){_0xa59862=_0xa59862-0x17e;let _0x1a8d4b=_0x28a23c[_0xa59862];return _0x1a8d4b;},a106_0xa598(_0x22f54b,_0x46b89f);}try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a106_0x53650d){logger['debug']('Playwright\x20accessibility\x20helper\x20not\x20available');}const a106_0x3a7817={};a106_0x3a7817['maxRetries']=0x1,a106_0x3a7817[a106_0x41077f(0x1ba)]=0x7530,a106_0x3a7817[a106_0x41077f(0x231)]=0x7530;const RETRY_CONFIG=a106_0x3a7817,setConfigTimeout=(_0x526a98,_0x13a67f=null)=>{const _0x10594d=a106_0x41077f,_0x28ec19={'UuifF':function(_0x201305,_0x9981a4){return _0x201305===_0x9981a4;},'bRFyH':_0x10594d(0x1a7),'YOmOw':function(_0x3b5920,_0x39c39d){return _0x3b5920*_0x39c39d;},'FzTmG':function(_0x1bb862,_0x456a8d){return _0x1bb862(_0x456a8d);},'QlvGm':function(_0x3d8b9d,_0xb44bb){return _0x3d8b9d*_0xb44bb;},'ObuPu':function(_0x5c6a4e,_0x4ba663){return _0x5c6a4e(_0x4ba663);}};if(BrowserstackCLI[_0x10594d(0x206)]()[_0x10594d(0x1b2)]()&&BrowserstackCLI[_0x10594d(0x206)]()[_0x10594d(0x212)]()){const _0x30ab77=BrowserstackCLI[_0x10594d(0x206)]()[_0x10594d(0x212)]()[_0x10594d(0x216)],_0x28db12=_0x30ab77[_0x10594d(0x1ca)]['capabilitiesList']||[];for(const _0xc5978f of _0x28db12){_0x28ec19[_0x10594d(0x1f3)](_0xc5978f[_0x10594d(0x1e4)],_0x28ec19[_0x10594d(0x21b)])&&_0x28ec19[_0x10594d(0x1f3)](_0x13a67f,null)&&(_0x526a98[_0x10594d(0x1ba)]=_0x28ec19[_0x10594d(0x220)](_0x28ec19[_0x10594d(0x18d)](parseInt,_0xc5978f['value']),0x3e8));}}else process['env'][_0x10594d(0x1ae)]&&(_0x526a98['timeoutMs']=_0x28ec19[_0x10594d(0x1d7)](_0x28ec19[_0x10594d(0x1cb)](parseInt,process[_0x10594d(0x1bb)][_0x10594d(0x1ae)]),0x3e8));},detectDriverType=_0x19f762=>{const _0x4a06d0=a106_0x41077f,_0x58d7aa={};_0x58d7aa['MXktE']=_0x4a06d0(0x245),_0x58d7aa[_0x4a06d0(0x228)]=function(_0x21cac0,_0x3d4211){return _0x21cac0===_0x3d4211;},_0x58d7aa[_0x4a06d0(0x201)]=_0x4a06d0(0x237),_0x58d7aa['XSAvJ']=function(_0x5de051,_0x1db301){return _0x5de051===_0x1db301;},_0x58d7aa[_0x4a06d0(0x1c8)]=_0x4a06d0(0x199),_0x58d7aa[_0x4a06d0(0x223)]=_0x4a06d0(0x20d),_0x58d7aa[_0x4a06d0(0x184)]=_0x4a06d0(0x1d6),_0x58d7aa[_0x4a06d0(0x246)]='WebDriver',_0x58d7aa[_0x4a06d0(0x1db)]=function(_0x148949,_0x2d8f08){return _0x148949===_0x2d8f08;},_0x58d7aa['uLCzX']='Playwright',_0x58d7aa[_0x4a06d0(0x235)]='playwright-codecept-driver',_0x58d7aa['IPirB']=function(_0x604018,_0x4d911b){return _0x604018||_0x4d911b;},_0x58d7aa[_0x4a06d0(0x1e2)]=_0x4a06d0(0x1e6);const _0x6487e6=_0x58d7aa;if(!_0x19f762){const _0x166eae={};return _0x166eae[_0x4a06d0(0x230)]=![],_0x166eae[_0x4a06d0(0x1eb)]=_0x6487e6[_0x4a06d0(0x191)],_0x166eae;}if(_0x6487e6[_0x4a06d0(0x228)](typeof _0x19f762[_0x4a06d0(0x1c1)],_0x6487e6['duQjB'])&&_0x6487e6['XSAvJ'](typeof _0x19f762['url'],_0x6487e6['duQjB'])&&_0x6487e6['XSAvJ'](typeof _0x19f762[_0x4a06d0(0x239)],_0x6487e6[_0x4a06d0(0x201)])){const _0x2f1da4={};return _0x2f1da4[_0x4a06d0(0x230)]=!![],_0x2f1da4[_0x4a06d0(0x1eb)]=_0x6487e6[_0x4a06d0(0x1c8)],_0x2f1da4;}if(_0x6487e6['vFakE'](typeof _0x19f762[_0x4a06d0(0x22c)],_0x6487e6[_0x4a06d0(0x201)])&&_0x6487e6[_0x4a06d0(0x1cc)](typeof _0x19f762[_0x4a06d0(0x22e)],_0x6487e6[_0x4a06d0(0x201)])){const _0x1b72ba={};return _0x1b72ba[_0x4a06d0(0x230)]=![],_0x1b72ba[_0x4a06d0(0x1eb)]=_0x6487e6[_0x4a06d0(0x223)],_0x1b72ba;}const _0x5caad2=_0x19f762[_0x4a06d0(0x1a4)]?.[_0x4a06d0(0x1e4)];if(_0x6487e6[_0x4a06d0(0x1cc)](_0x5caad2,_0x6487e6['xwKiD'])){const _0x1eccc2={};return _0x1eccc2['isPlaywright']=!![],_0x1eccc2['type']=_0x6487e6['jmhQt'],_0x1eccc2;}if(_0x6487e6[_0x4a06d0(0x1cc)](_0x5caad2,_0x6487e6['UqboY'])){const _0x1f2294={};return _0x1f2294['isPlaywright']=![],_0x1f2294[_0x4a06d0(0x1eb)]=_0x6487e6[_0x4a06d0(0x223)],_0x1f2294;}if(_0x6487e6['guUYE'](_0x5caad2,_0x6487e6[_0x4a06d0(0x1c2)])){const _0x553fe2={};return _0x553fe2[_0x4a06d0(0x230)]=!![],_0x553fe2[_0x4a06d0(0x1eb)]=_0x6487e6[_0x4a06d0(0x235)],_0x553fe2;}logger['warn']('Unknown\x20driver/page\x20type:\x20'+_0x6487e6[_0x4a06d0(0x218)](_0x5caad2,_0x6487e6['JQuUX']));const _0x579c0e={};return _0x579c0e[_0x4a06d0(0x230)]=![],_0x579c0e['type']=_0x6487e6['MXktE'],_0x579c0e;},withTimeout=(_0x227cf2,_0x21c666)=>{const _0x5eaf83=a106_0x41077f;return Promise[_0x5eaf83(0x213)]([_0x227cf2,new Promise((_0x2f0ff5,_0x49fd30)=>setTimeout(()=>_0x49fd30(new Error(_0x5eaf83(0x236)+_0x21c666+'ms')),_0x21c666))]);};exports[a106_0x41077f(0x1c6)]=async(_0x17c22f,_0x2c3a52=null,_0x1ffe3e=null,_0x5d9c88=![],_0x5198b1=null)=>{const _0x4e03b0=a106_0x41077f,_0x19a925={'JFZDx':function(_0x68b5c4,_0x47cdae){return _0x68b5c4&&_0x47cdae;},'TUxFo':function(_0x58ed33,_0x2dba4a,_0x59d637){return _0x58ed33(_0x2dba4a,_0x59d637);},'ZFWGq':function(_0x56dabe,_0x4895d5){return _0x56dabe===_0x4895d5;},'FIVvj':_0x4e03b0(0x22b),'xrhsn':function(_0x4c9f93,_0x4138e5){return _0x4c9f93(_0x4138e5);},'tugkV':function(_0x207e70,_0x1bf299){return _0x207e70||_0x1bf299;},'lPuzM':function(_0x2ac2bc,_0x2db1b1){return _0x2ac2bc!==_0x2db1b1;},'MoQLp':'isAccessibilityPlatform','xVlYs':_0x4e03b0(0x243),'CSyWk':function(_0x2dece6,_0x1e0a03){return _0x2dece6===_0x1e0a03;},'OrpWk':function(_0x41b0b6,_0x1b9491){return _0x41b0b6===_0x1b9491;},'adcXC':_0x4e03b0(0x1bc),'Lzlaw':'unknown_method','GmIaK':function(_0x189963,_0x106354){return _0x189963===_0x106354;},'wdwaN':_0x4e03b0(0x237),'SqoIz':function(_0x32b33e,_0x52c2f9){return _0x32b33e===_0x52c2f9;},'wFmzZ':function(_0x58eb1a,_0x2444bb){return _0x58eb1a===_0x2444bb;},'mNfkJ':function(_0x5412e5,_0x156f59){return _0x5412e5<=_0x156f59;},'ENCpF':function(_0x43ef4a,_0x4a3ffa){return _0x43ef4a+_0x4a3ffa;},'qXVvq':function(_0x594aec,_0x2f2a6e){return _0x594aec+_0x2f2a6e;},'zYUTx':_0x4e03b0(0x1c4)},{isPlaywright:_0xc19b75,type:_0x45532e}=_0x19a925[_0x4e03b0(0x1a3)](detectDriverType,_0x17c22f),_0xfb0216=_0x5d9c88?_0x19a925[_0x4e03b0(0x21c)](_0x5198b1,{}):global[_0x4e03b0(0x224)]||{},_0xa54b41=_0xc19b75?global[_0x4e03b0(0x194)]&&(_0x5d9c88||_0x19a925['lPuzM'](global[_0x4e03b0(0x243)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x4e03b0(0x192)](_0x19a925[_0x4e03b0(0x1d9)])&&(_0x5d9c88||_0x19a925[_0x4e03b0(0x23e)](globals[_0x4e03b0(0x192)](_0x19a925[_0x4e03b0(0x1f0)]),![]));if(!_0xa54b41)return _0xc19b75&&global[_0x4e03b0(0x194)]&&_0x19a925[_0x4e03b0(0x1dc)](global[_0x4e03b0(0x243)],![])||!_0xc19b75&&globals['getGlobal'](_0x19a925[_0x4e03b0(0x1d9)])&&_0x19a925[_0x4e03b0(0x221)](globals[_0x4e03b0(0x192)](_0x19a925[_0x4e03b0(0x1f0)]),![])?logger[_0x4e03b0(0x1e0)](_0x19a925[_0x4e03b0(0x1f8)]):logger[_0x4e03b0(0x1d8)](_0x4e03b0(0x196)+_0x45532e+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x367d20=_0x2c3a52||global[_0x4e03b0(0x1fc)]||_0x19a925[_0x4e03b0(0x21d)];let _0x543a1f=null;const _0x552550={'testhub_btcer_uuid':global['__workerDetails']?.['currentTest']?.['id'],'url':_0x19a925[_0x4e03b0(0x193)](typeof _0x17c22f[_0x4e03b0(0x1f5)],_0x19a925[_0x4e03b0(0x20e)])?await _0x17c22f[_0x4e03b0(0x1f5)]():_0x19a925[_0x4e03b0(0x1ef)](typeof _0x17c22f[_0x4e03b0(0x242)],_0x19a925[_0x4e03b0(0x20e)])?await _0x17c22f[_0x4e03b0(0x242)]():'','automate_session_id':_0x19a925[_0x4e03b0(0x1f1)](typeof _0x17c22f[_0x4e03b0(0x195)],_0x19a925[_0x4e03b0(0x20e)])?(await _0x17c22f['getSession']())['getId']():''};for(let _0x284282=0x1;_0x19a925['mNfkJ'](_0x284282,_0x19a925['ENCpF'](RETRY_CONFIG['maxRetries'],0x1));_0x284282++){try{return logger[_0x4e03b0(0x1e0)](_0x4e03b0(0x23f)+_0x284282+'/'+_0x19a925['qXVvq'](RETRY_CONFIG[_0x4e03b0(0x209)],0x1)+'\x20for\x20method:\x20'+_0x367d20+'\x20('+_0x45532e+')'),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xd38545=_0x4e03b0;let _0x122554;if(_0x19a925['JFZDx'](_0xc19b75,playwrightA11yHelper)){_0x19a925[_0xd38545(0x1d3)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xd38545(0x1b3)](_0x17c22f,RETRY_CONFIG[_0xd38545(0x1ba)]);let _0x30b11a=_0x17c22f;_0x19a925[_0xd38545(0x1dd)](_0x45532e,_0x19a925[_0xd38545(0x226)])&&(_0x30b11a=_0x17c22f[_0xd38545(0x23b)]);const _0x3fded3=global[_0xd38545(0x1ac)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0xd38545(0x19d)]()}:{};_0x122554=await _0x19a925[_0xd38545(0x1d3)](withTimeout,playwrightA11yHelper[_0xd38545(0x219)](_0x30b11a,_0x367d20,_0xfb0216,_0x3fded3),RETRY_CONFIG[_0xd38545(0x1ba)]),await exports[_0xd38545(0x1b3)](_0x17c22f,RETRY_CONFIG[_0xd38545(0x231)]);}else await exports[_0xd38545(0x210)](_0x17c22f,RETRY_CONFIG['timeoutMs']),_0x122554=await _0x19a925[_0xd38545(0x1d3)](withTimeout,accessibilityHelper[_0xd38545(0x219)](_0x17c22f,_0x367d20,_0x5d9c88,_0xfb0216),RETRY_CONFIG['timeoutMs']),await exports['setSeleniumScriptTimeout'](_0x17c22f,RETRY_CONFIG[_0xd38545(0x231)]);logger[_0xd38545(0x1e0)](_0xd38545(0x232)+_0x284282+_0xd38545(0x1a5));},{'command':_0x367d20,..._0x552550})(),logger[_0x4e03b0(0x197)](_0x4e03b0(0x1b5)+_0x284282+'.'),!![];}catch(_0x3d2ec5){_0x543a1f=_0x3d2ec5,logger[_0x4e03b0(0x1e0)](_0x4e03b0(0x23f)+_0x284282+_0x4e03b0(0x180)+_0x367d20+'\x20('+_0x45532e+_0x4e03b0(0x17f)+_0x3d2ec5[_0x4e03b0(0x1bf)]);}}return logger['error'](_0x4e03b0(0x21e)+_0x367d20+'\x20('+_0x45532e+')\x20with\x20error:\x20'+(_0x543a1f?.[_0x4e03b0(0x1bf)]||_0x19a925[_0x4e03b0(0x1be)])),![];},exports['getAccessibilityResultsWithRetry']=async(_0x20eb5f,_0x455a4e)=>{const _0x3228ac=a106_0x41077f,_0x4284e5={'NQMXI':function(_0x51d62a,_0x59ee67){return _0x51d62a(_0x59ee67);},'RDOwI':_0x3228ac(0x20b),'wHUDv':function(_0x45ca19,_0x57c84e){return _0x45ca19<=_0x57c84e;},'gvKnA':function(_0x57c317,_0xd43a03){return _0x57c317+_0xd43a03;},'SuiPl':function(_0x4fabab,_0x54511a){return _0x4fabab&&_0x54511a;},'WEQzC':function(_0x305783,_0x186abf,_0x509adc){return _0x305783(_0x186abf,_0x509adc);},'GsFzQ':_0x3228ac(0x1c4)},{isPlaywright:_0x319c52,type:_0x7eb33a}=_0x4284e5[_0x3228ac(0x1e7)](detectDriverType,_0x20eb5f),_0xdf51b0=_0x319c52?_0x455a4e[_0x3228ac(0x194)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x3228ac(0x192)](_0x4284e5['RDOwI']);if(!_0xdf51b0)return logger[_0x3228ac(0x1d8)](_0x3228ac(0x196)+_0x7eb33a+_0x3228ac(0x1f6)),[];let _0x2e99c5=null;for(let _0x2f31b2=0x1;_0x4284e5[_0x3228ac(0x187)](_0x2f31b2,_0x4284e5[_0x3228ac(0x18c)](RETRY_CONFIG['maxRetries'],0x1));_0x2f31b2++){try{logger['debug'](_0x3228ac(0x1d2)+_0x2f31b2+'/'+_0x4284e5['gvKnA'](RETRY_CONFIG[_0x3228ac(0x209)],0x1)+'\x20('+_0x7eb33a+')');let _0x265523;return _0x4284e5[_0x3228ac(0x18e)](_0x319c52,playwrightA11yHelper)?(_0x4284e5[_0x3228ac(0x205)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x20eb5f,RETRY_CONFIG[_0x3228ac(0x1ba)]),_0x265523=await _0x4284e5[_0x3228ac(0x205)](withTimeout,playwrightA11yHelper[_0x3228ac(0x21a)](_0x20eb5f),RETRY_CONFIG[_0x3228ac(0x1ba)]),await exports['setPlaywrightScriptTimeout'](_0x20eb5f,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x3228ac(0x210)](_0x20eb5f,RETRY_CONFIG[_0x3228ac(0x1ba)]),_0x265523=await _0x4284e5[_0x3228ac(0x205)](withTimeout,accessibilityHelper[_0x3228ac(0x21a)](_0x20eb5f,_0x455a4e),RETRY_CONFIG['timeoutMs']),await exports[_0x3228ac(0x210)](_0x20eb5f,RETRY_CONFIG[_0x3228ac(0x231)])),logger[_0x3228ac(0x197)](_0x3228ac(0x1b6)+_0x2f31b2+'\x20('+_0x7eb33a+')'),_0x265523;}catch(_0x2015a0){_0x2e99c5=_0x2015a0,logger['warn'](_0x3228ac(0x1d2)+_0x2f31b2+_0x3228ac(0x1cd)+_0x7eb33a+').\x20Error:\x20'+_0x2015a0['message']);}}return logger[_0x3228ac(0x1a6)](_0x3228ac(0x1c5)+_0x7eb33a+').\x20Last\x20error:\x20'+(_0x2e99c5?.['message']||_0x4284e5[_0x3228ac(0x22d)])),[];},exports[a106_0x41077f(0x1d4)]=async(_0x575fe9,_0xd0dc36)=>{const _0xe64008=a106_0x41077f,_0x4a3998={'IfvWt':function(_0x1bad50,_0x20887c){return _0x1bad50(_0x20887c);},'INbmx':_0xe64008(0x20b),'KqbYD':function(_0x7b4b3d,_0x1925da){return _0x7b4b3d<=_0x1925da;},'TMeyJ':function(_0x384b58,_0x38bdb9){return _0x384b58+_0x38bdb9;},'pPGZz':function(_0x3f91e7,_0x4c1ba4){return _0x3f91e7+_0x4c1ba4;},'DLjWv':function(_0x2fa061,_0x41b361){return _0x2fa061&&_0x41b361;},'bgBrh':function(_0x3483f4,_0x47703e,_0x35b3f3){return _0x3483f4(_0x47703e,_0x35b3f3);},'FBxDG':function(_0xb86c96,_0xe58a23,_0x551963){return _0xb86c96(_0xe58a23,_0x551963);},'gXIqo':function(_0x567721,_0x414642,_0x2c79ad){return _0x567721(_0x414642,_0x2c79ad);},'SZJrl':_0xe64008(0x1c4)},{isPlaywright:_0x1a25e6,type:_0x4bad5f}=_0x4a3998['IfvWt'](detectDriverType,_0x575fe9),_0x57f141=_0x1a25e6?_0xd0dc36['accessibilityPlatform']:accessibilityHelper[_0xe64008(0x1e1)]()&&globals[_0xe64008(0x192)](_0x4a3998['INbmx']);if(!_0x57f141)return logger[_0xe64008(0x1d8)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x4bad5f+_0xe64008(0x1b9)),{};let _0x3c877d=null;for(let _0x344e49=0x1;_0x4a3998[_0xe64008(0x183)](_0x344e49,_0x4a3998['TMeyJ'](RETRY_CONFIG[_0xe64008(0x209)],0x1));_0x344e49++){try{logger['debug'](_0xe64008(0x248)+_0x344e49+'/'+_0x4a3998['pPGZz'](RETRY_CONFIG[_0xe64008(0x209)],0x1)+'\x20('+_0x4bad5f+')');let _0x2603f7;return _0x4a3998[_0xe64008(0x1ad)](_0x1a25e6,playwrightA11yHelper)?(_0x4a3998[_0xe64008(0x1ff)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x575fe9,RETRY_CONFIG[_0xe64008(0x1ba)]),_0x2603f7=await _0x4a3998[_0xe64008(0x181)](withTimeout,playwrightA11yHelper[_0xe64008(0x19b)](_0x575fe9),RETRY_CONFIG[_0xe64008(0x1ba)]),await exports[_0xe64008(0x1b3)](_0x575fe9,RETRY_CONFIG[_0xe64008(0x231)])):(await exports[_0xe64008(0x210)](_0x575fe9,RETRY_CONFIG[_0xe64008(0x1ba)]),_0x2603f7=await _0x4a3998[_0xe64008(0x222)](withTimeout,accessibilityHelper[_0xe64008(0x19b)](_0x575fe9,_0xd0dc36),RETRY_CONFIG[_0xe64008(0x1ba)]),await exports[_0xe64008(0x210)](_0x575fe9,RETRY_CONFIG[_0xe64008(0x231)])),logger[_0xe64008(0x197)](_0xe64008(0x1da)+_0x344e49+'\x20('+_0x4bad5f+')'),_0x2603f7;}catch(_0xe12a7a){_0x3c877d=_0xe12a7a,logger[_0xe64008(0x1d8)](_0xe64008(0x248)+_0x344e49+_0xe64008(0x1cd)+_0x4bad5f+_0xe64008(0x17f)+_0xe12a7a[_0xe64008(0x1bf)]);}}return logger[_0xe64008(0x1a6)](_0xe64008(0x23d)+_0x4bad5f+_0xe64008(0x19f)+(_0x3c877d?.['message']||_0x4a3998[_0xe64008(0x208)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x8f54ce,_0x5b5eee,_0x2a719b=null)=>{const _0x447e06=a106_0x41077f,_0x270930={'tfSEh':function(_0x22664c,_0x548aa0){return _0x22664c(_0x548aa0);},'Huetc':function(_0x176037,_0x99a24e){return _0x176037===_0x99a24e;},'TQNnk':_0x447e06(0x1d1),'Ybfbg':function(_0x2730e9,_0x4bcdd2){return _0x2730e9===_0x4bcdd2;},'BkxJL':_0x447e06(0x189),'UvGDJ':function(_0x9b33fc,_0x51b147){return _0x9b33fc===_0x51b147;},'FKWbC':_0x447e06(0x1a2)},{isPlaywright:_0x2465e5,type:_0xfee8ba}=_0x270930[_0x447e06(0x188)](detectDriverType,_0x8f54ce),_0x29ccbf={};_0x29ccbf[_0x447e06(0x190)]=![],_0x29ccbf[_0x447e06(0x186)]=[],_0x29ccbf[_0x447e06(0x233)]={},_0x29ccbf[_0x447e06(0x1a6)]=null,_0x29ccbf['driverType']=_0xfee8ba;const _0x29d445=_0x29ccbf;try{_0x29d445[_0x447e06(0x190)]=await exports[_0x447e06(0x1c6)](_0x8f54ce,_0x2a719b);if(_0x29d445['scanSucceeded']){const [_0x1082ee,_0x4f16f7]=await Promise[_0x447e06(0x18a)]([exports[_0x447e06(0x234)](_0x8f54ce,_0x5b5eee),exports[_0x447e06(0x1d4)](_0x8f54ce,_0x5b5eee)]);_0x29d445[_0x447e06(0x186)]=_0x270930[_0x447e06(0x1ee)](_0x1082ee[_0x447e06(0x1c0)],_0x270930[_0x447e06(0x1cf)])?_0x1082ee['value']:[],_0x29d445['summary']=_0x270930[_0x447e06(0x1ee)](_0x4f16f7[_0x447e06(0x1c0)],_0x270930[_0x447e06(0x1cf)])?_0x4f16f7[_0x447e06(0x1b4)]:{},_0x270930[_0x447e06(0x1c7)](_0x1082ee['status'],_0x270930['BkxJL'])&&logger[_0x447e06(0x1d8)](_0x447e06(0x217)+_0xfee8ba+_0x447e06(0x198)+_0x1082ee[_0x447e06(0x1ea)]?.[_0x447e06(0x1bf)]),_0x270930['UvGDJ'](_0x4f16f7[_0x447e06(0x1c0)],_0x270930[_0x447e06(0x22a)])&&logger[_0x447e06(0x1d8)](_0x447e06(0x229)+_0xfee8ba+_0x447e06(0x198)+_0x4f16f7['reason']?.[_0x447e06(0x1bf)]);}}catch(_0xadc782){_0x29d445[_0x447e06(0x1a6)]=_0xadc782[_0x447e06(0x1bf)]||_0x270930['FKWbC'],logger[_0x447e06(0x1a6)](_0x447e06(0x225)+_0xfee8ba+_0x447e06(0x198)+_0x29d445[_0x447e06(0x1a6)]);}return _0x29d445;},exports['updateRetryConfig']=_0x4472b6=>{const _0x422e73=a106_0x41077f,_0x4bf6ce={};_0x4bf6ce[_0x422e73(0x1a0)]=function(_0x4ccd97,_0xb7b609){return _0x4ccd97!==_0xb7b609;},_0x4bf6ce[_0x422e73(0x1f2)]=function(_0x256031,_0x14f81b){return _0x256031!==_0x14f81b;};const _0x3a03b6=_0x4bf6ce;_0x3a03b6['nBXlO'](_0x4472b6['maxRetries'],undefined)&&(RETRY_CONFIG[_0x422e73(0x209)]=Math[_0x422e73(0x215)](0x0,_0x4472b6['maxRetries'])),_0x3a03b6['GcGlL'](_0x4472b6['timeoutMs'],undefined)&&(RETRY_CONFIG[_0x422e73(0x1ba)]=Math[_0x422e73(0x215)](0x3e8,_0x4472b6[_0x422e73(0x1ba)])),logger['debug'](_0x422e73(0x202)+JSON[_0x422e73(0x21f)](RETRY_CONFIG));},exports['getRetryConfig']=()=>{const _0xf6373e={...RETRY_CONFIG};return _0xf6373e;},exports[a106_0x41077f(0x23c)]=_0x1a3142=>{const _0x4ede6d=a106_0x41077f,_0x47004a={'fhKXO':function(_0x5aef03,_0x116f04){return _0x5aef03(_0x116f04);}};return _0x47004a[_0x4ede6d(0x1a8)](detectDriverType,_0x1a3142)[_0x4ede6d(0x230)];},exports[a106_0x41077f(0x1a9)]=_0x3c72d4=>{const _0x2ceaee=a106_0x41077f,_0x1face4={'WbGNm':function(_0x42aae8,_0x236bfe){return _0x42aae8(_0x236bfe);},'GrWVR':function(_0x5221e5,_0x4633ea){return _0x5221e5===_0x4633ea;},'ayBOv':_0x2ceaee(0x20d)},{isPlaywright:_0x3a4f9e,type:_0x55217b}=_0x1face4[_0x2ceaee(0x18f)](detectDriverType,_0x3c72d4);return!_0x3a4f9e&&_0x1face4[_0x2ceaee(0x1fa)](_0x55217b,_0x1face4[_0x2ceaee(0x1c3)]);},exports['setPlaywrightScriptTimeout']=async(_0x5776df,_0x2a0458=null)=>{const _0x45b939=a106_0x41077f,_0x339eda={'YHpjm':function(_0x2f7031,_0x36d68a){return _0x2f7031(_0x36d68a);},'bQruf':function(_0x32c0cd,_0x2ee40e){return _0x32c0cd===_0x2ee40e;},'aCOOs':'function'},{isPlaywright:_0x3af5bc,type:_0x2d3096}=_0x339eda['YHpjm'](detectDriverType,_0x5776df);if(!_0x3af5bc)return logger[_0x45b939(0x1e0)]('Skipping\x20timeout\x20setting\x20for\x20'+_0x2d3096+_0x45b939(0x1ab)),!![];const _0x4d1272=_0x2a0458||RETRY_CONFIG[_0x45b939(0x231)];try{return _0x5776df&&_0x339eda[_0x45b939(0x1de)](typeof _0x5776df['setDefaultTimeout'],_0x339eda[_0x45b939(0x247)])&&(await _0x5776df['setDefaultTimeout'](_0x4d1272),logger[_0x45b939(0x1e0)](_0x45b939(0x227)+_0x4d1272+'ms')),!![];}catch(_0x60a92c){return logger[_0x45b939(0x1d8)](_0x45b939(0x18b)+_0x60a92c[_0x45b939(0x1bf)]),![];}},exports['setSeleniumScriptTimeout']=async(_0x1eb941,_0x3372ec=null)=>{const _0x2f820f=a106_0x41077f,_0x14bc02={};_0x14bc02['kmRQd']=_0x2f820f(0x1f7),_0x14bc02['CedOO']=function(_0xf4858a,_0x60833f){return _0xf4858a===_0x60833f;},_0x14bc02[_0x2f820f(0x241)]=_0x2f820f(0x237),_0x14bc02[_0x2f820f(0x1c9)]=function(_0x48ed61,_0x5ee9d6){return _0x48ed61===_0x5ee9d6;},_0x14bc02[_0x2f820f(0x182)]=function(_0x106a14,_0xef872d){return _0x106a14===_0xef872d;},_0x14bc02[_0x2f820f(0x1e3)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x14bc02[_0x2f820f(0x20a)]=_0x2f820f(0x23a);const _0x5963ae=_0x14bc02;if(!exports[_0x2f820f(0x1a9)](_0x1eb941))return logger[_0x2f820f(0x1d8)](_0x5963ae[_0x2f820f(0x1a1)]),![];const _0x869b76=_0x3372ec||RETRY_CONFIG[_0x2f820f(0x231)];try{if(_0x1eb941&&_0x5963ae['CedOO'](typeof _0x1eb941['manage'],_0x5963ae[_0x2f820f(0x241)])){const _0x43e653=_0x1eb941[_0x2f820f(0x204)]();if(_0x43e653&&_0x5963ae[_0x2f820f(0x1c9)](typeof _0x43e653[_0x2f820f(0x1bd)],_0x5963ae[_0x2f820f(0x241)]))await _0x43e653['timeouts']()[_0x2f820f(0x200)](_0x869b76),logger[_0x2f820f(0x1e0)](_0x2f820f(0x185)+_0x869b76+_0x2f820f(0x1df));else{if(_0x43e653&&_0x5963ae[_0x2f820f(0x1f9)](typeof _0x43e653['setTimeouts'],_0x5963ae[_0x2f820f(0x241)])){const _0x41881e={};_0x41881e[_0x2f820f(0x1f4)]=_0x869b76,await _0x43e653[_0x2f820f(0x1e8)](_0x41881e),logger[_0x2f820f(0x1e0)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x869b76+_0x2f820f(0x1b0));}else{if(_0x43e653&&_0x5963ae['BbfHv'](typeof _0x43e653[_0x2f820f(0x200)],_0x5963ae[_0x2f820f(0x241)]))await _0x43e653[_0x2f820f(0x200)](_0x869b76),logger[_0x2f820f(0x1e0)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x869b76+_0x2f820f(0x1b8));else return logger[_0x2f820f(0x1e0)](_0x5963ae[_0x2f820f(0x1e3)]),!![];}}}else return logger[_0x2f820f(0x1e0)](_0x5963ae[_0x2f820f(0x20a)]),!![];return!![];}catch(_0x359bc1){return logger['warn'](_0x2f820f(0x19e)+_0x359bc1['message']),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x2dec31,_0x3069b2)=>{const _0x3006e9=a106_0x41077f,_0x2d0b3e={'AmrKq':function(_0x1a5b93,_0x4385f0){return _0x1a5b93(_0x4385f0);},'GgbZc':'isAccessibilityPlatform','BxWsm':function(_0x263a74,_0x57f411){return _0x263a74<=_0x57f411;},'kxSCp':function(_0x1b7a0a,_0x31cae6){return _0x1b7a0a+_0x31cae6;},'pqqgY':function(_0x50809b,_0x15b8be){return _0x50809b+_0x15b8be;},'sHQJa':function(_0x29f882,_0x2c75a9){return _0x29f882&&_0x2c75a9;},'dxgui':function(_0x2d6b2b,_0xda9ad9,_0x38760a){return _0x2d6b2b(_0xda9ad9,_0x38760a);},'TdOAq':_0x3006e9(0x1ac),'hlvhz':_0x3006e9(0x1c4)},{isPlaywright:_0x1c6cc8,type:_0x4f6858}=_0x2d0b3e[_0x3006e9(0x20c)](detectDriverType,_0x2dec31),_0x59d8fc=_0x1c6cc8?global[_0x3006e9(0x194)]:accessibilityHelper[_0x3006e9(0x1e1)]()&&globals[_0x3006e9(0x192)](_0x2d0b3e[_0x3006e9(0x211)]);if(!_0x59d8fc)return logger[_0x3006e9(0x1d8)](_0x3006e9(0x196)+_0x4f6858+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x122fdc=null;for(let _0x31d5fc=0x1;_0x2d0b3e[_0x3006e9(0x19c)](_0x31d5fc,_0x2d0b3e['kxSCp'](RETRY_CONFIG[_0x3006e9(0x209)],0x1));_0x31d5fc++){try{logger[_0x3006e9(0x1e0)](_0x3006e9(0x240)+_0x31d5fc+'/'+_0x2d0b3e[_0x3006e9(0x1e9)](RETRY_CONFIG[_0x3006e9(0x209)],0x1)+'\x20('+_0x4f6858+')');if(_0x2d0b3e[_0x3006e9(0x1fe)](_0x1c6cc8,playwrightA11yHelper)){_0x2d0b3e[_0x3006e9(0x1fb)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3006e9(0x1b3)](_0x2dec31,RETRY_CONFIG['timeoutMs']);const _0x32fc0d={};_0x32fc0d[_0x3006e9(0x1ed)]=!![];const _0x4cbabf=global[_0x3006e9(0x1ac)]?Object[_0x3006e9(0x1ec)]({},_0x3069b2,_0x32fc0d):_0x3069b2;await _0x2d0b3e['dxgui'](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x2dec31,scripts[_0x3006e9(0x1e5)],_0x4cbabf),RETRY_CONFIG[_0x3006e9(0x1ba)]),await exports[_0x3006e9(0x1b3)](_0x2dec31,RETRY_CONFIG[_0x3006e9(0x231)]);}else{await exports[_0x3006e9(0x210)](_0x2dec31,RETRY_CONFIG[_0x3006e9(0x1ba)]);const _0x1fbcf5={};_0x1fbcf5[_0x3006e9(0x1ed)]=!![];const _0x53932b=globals[_0x3006e9(0x192)](_0x2d0b3e[_0x3006e9(0x1b7)])?Object[_0x3006e9(0x1ec)]({},_0x3069b2,_0x1fbcf5):_0x3069b2;await _0x2d0b3e[_0x3006e9(0x1fb)](withTimeout,_0x2dec31[_0x3006e9(0x22c)](scripts[_0x3006e9(0x1e5)],_0x53932b),RETRY_CONFIG[_0x3006e9(0x1ba)]),await exports['setSeleniumScriptTimeout'](_0x2dec31,RETRY_CONFIG[_0x3006e9(0x231)]);}return logger[_0x3006e9(0x197)](_0x3006e9(0x203)+_0x31d5fc+'\x20('+_0x4f6858+')'),!![];}catch(_0x266f73){_0x122fdc=_0x266f73,logger['warn'](_0x3006e9(0x240)+_0x31d5fc+_0x3006e9(0x1cd)+_0x4f6858+_0x3006e9(0x17f)+_0x266f73[_0x3006e9(0x1bf)]);}}return logger[_0x3006e9(0x1a6)](_0x3006e9(0x1af)+_0x4f6858+_0x3006e9(0x19f)+(_0x122fdc?.[_0x3006e9(0x1bf)]||_0x2d0b3e['hlvhz'])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a107_0x3d85(){var _0x574d0f=['35304ygivJK','1112SVrrXl','chromium','141','MINIMUM_SAFARI_VERSION','chromefortesting','100','8eMxGSc','display_name','ChromeForTesting','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY','204063idoGvn','441050nkJwag','min_version_browserstack','180jZOKJI','requires_chrome_options_check','656243tBverb','3154260ZAIfXd','min_version_non_browserstack','106MOaAEd','Chrome','ACCESSIBILITY_SUPPORTED_BROWSERS','47160zrfbdh','https://accessibility.browserstack.com/api'];a107_0x3d85=function(){return _0x574d0f;};return a107_0x3d85();}var a107_0x3e32dc=a107_0x4288;(function(_0x24cf2f,_0x373da6){var _0x4da5f1=a107_0x4288,_0x3d896d=_0x24cf2f();while(!![]){try{var _0x268d37=-parseInt(_0x4da5f1(0x90))/0x1*(-parseInt(_0x4da5f1(0xa3))/0x2)+parseInt(_0x4da5f1(0x9b))/0x3*(parseInt(_0x4da5f1(0x96))/0x4)+parseInt(_0x4da5f1(0x9c))/0x5+parseInt(_0x4da5f1(0xa6))/0x6+parseInt(_0x4da5f1(0xa0))/0x7+parseInt(_0x4da5f1(0x8f))/0x8*(parseInt(_0x4da5f1(0x9e))/0x9)+-parseInt(_0x4da5f1(0xa1))/0xa;if(_0x268d37===_0x373da6)break;else _0x3d896d['push'](_0x3d896d['shift']());}catch(_0x69f13a){_0x3d896d['push'](_0x3d896d['shift']());}}}(a107_0x3d85,0x267bf),exports['API_URL']=a107_0x3e32dc(0xa7),exports[a107_0x3e32dc(0x99)]='94',exports[a107_0x3e32dc(0x9a)]=a107_0x3e32dc(0x95),exports['MINIMUM_CHROMEFORTESTING_VERSION']=a107_0x3e32dc(0x92),exports[a107_0x3e32dc(0x93)]='18.4');var a107_0x4d1534={};a107_0x4d1534[a107_0x3e32dc(0x97)]=a107_0x3e32dc(0xa4),a107_0x4d1534[a107_0x3e32dc(0x9d)]=0x5e,a107_0x4d1534[a107_0x3e32dc(0xa2)]=0x64,a107_0x4d1534['requires_chrome_options_check']=!![];var a107_0x416c6d={};function a107_0x4288(_0x29d06d,_0xb7d869){var _0x3d85f0=a107_0x3d85();return a107_0x4288=function(_0x42884d,_0x582993){_0x42884d=_0x42884d-0x8f;var _0x5df071=_0x3d85f0[_0x42884d];return _0x5df071;},a107_0x4288(_0x29d06d,_0xb7d869);}a107_0x416c6d['display_name']='Chrome',a107_0x416c6d[a107_0x3e32dc(0x9d)]=0x5e,a107_0x416c6d[a107_0x3e32dc(0xa2)]=0x64,a107_0x416c6d[a107_0x3e32dc(0x9f)]=!![];var a107_0x3aef46={};a107_0x3aef46[a107_0x3e32dc(0x97)]=a107_0x3e32dc(0xa4),a107_0x3aef46[a107_0x3e32dc(0x9d)]=0x5e,a107_0x3aef46[a107_0x3e32dc(0xa2)]=0x64,a107_0x3aef46['requires_chrome_options_check']=!![];var a107_0x26b0fd={};a107_0x26b0fd[a107_0x3e32dc(0x97)]=a107_0x3e32dc(0x98),a107_0x26b0fd[a107_0x3e32dc(0x9d)]=0x8d,a107_0x26b0fd['min_version_non_browserstack']=0x8d,a107_0x26b0fd[a107_0x3e32dc(0x9f)]=!![];var a107_0x4a5c0e={};a107_0x4a5c0e['display_name']='Safari',a107_0x4a5c0e[a107_0x3e32dc(0x9d)]=18.4,a107_0x4a5c0e[a107_0x3e32dc(0xa2)]=18.4,a107_0x4a5c0e['requires_chrome_options_check']=![];var a107_0x3f46be={};a107_0x3f46be['chrome']=a107_0x4d1534,a107_0x3f46be[a107_0x3e32dc(0x91)]=a107_0x416c6d,a107_0x3f46be['playwright-chromium']=a107_0x3aef46,a107_0x3f46be[a107_0x3e32dc(0x94)]=a107_0x26b0fd,a107_0x3f46be['safari']=a107_0x4a5c0e,exports[a107_0x3e32dc(0xa5)]=a107_0x3f46be;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a108_0x2c96(){const _0x26c91f=['isVersionSupported','headers','nonBstackPlatformValidation','QSYvN','getPlatformVersion','includes','data','a11y:stop','PERFORM_SCAN','script','193794baTgcC','status','selenium-webdriver/chrome.js','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','getCapabilities','chromeOptions','XtsKx','min_version_browserstack','NOoKa','fTUcY','stack','isMobileScanningEnabledForGroup','EFZNH','acOst','v2/test_runs','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','VmdLC','qvxSf','chrome','PUT','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','\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.','mppmZ','function','nHqqq','eQALV','accessibility','Frtop','toISOString','KjEyl','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','winstonLogger','min_version_non_browserstack','ZVvHE','mauKg','Bearer\x20','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).','bstack:options','some','isTrue','wait','pVLwr','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','BROWSERSTACK_TURBOSCALE','../helper','kNjBe','zmyMQ','baysk','measureWrapper','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','isMobileAccessibilityPlatform','WHPIN','browserstack_executor','getUserName','platformName','dqdHZ','user','debug','bstackA11yScanOptions','getCiInfo','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','YyzYC','getHostInfo','DCAaG','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','get','cWWHK','args','--headless','SlCjl','is_mobile_session','selenium-webdriver','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','nestedKeyValue','playwright','command','path','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','basename','auth','toLowerCase','trim','javascript','options_','80673vGLeED','isAccessibilityPlatform','KStnb','isMobileAccessibilitySession','JzNAf','device','Content-Type','isUndefined','124KvFClq','FPasH','forEach','scannerVersion','buildName','Zwocj','compareVersions','getBrowserVersion','IJpUq','315SVMSiG','getPlatform','deviceName','Authorization','jNnej','CKkcY','--headless=new','getResults','getAccessibilityResultsSummary','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','2438750kCWWTF','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','4068788hsREXx','XnAzy','EVTgo','performScan','executeAsyncScript','MpoRx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','version','response','KykUQ','FHFDI','FWiMU','requiresChromeOptionsValidation','error','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','true','Performed\x20scan\x20with\x20result:\x20','json','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','getBrowserName','29743690rQVTOv','message','browserName','nodeRequest','IjbrX','map','isBrowserstackInfra','tPxXl','fxBoU','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','VKYDp','isArray','KXDQi','accessibilityToken','CNgeJ','ovByT','thTestRunUuid','requireModule','success','null','capabilities_','POST','set','assign','getGitMetaData','warn','getMobileA11yCapabilities','239312zxibFH','createAccessibilityTestRun','No\x20accessibility\x20summary\x20was\x20found.','bstackA11yShouldScan','ARcvM','browserstack','currentTest','1028764tHBPkC','a11y:start','dhhst','yVlxx','join','RjUhU','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','SfCXe','Build\x20creation\x20had\x20failed.',']\x20but\x20thTestRunUuid\x20is\x20','Not\x20a\x20Accessibility\x20Session','QIcmd','kMrYy','kWkRs','rFajP','getGlobal','21mBNcoE','gMUdW','split','hWnlu','Performing\x20scan\x20before\x20getting\x20results\x20summary','BROWSERSTACK_TEST_ACCESSIBILITY_YML','toString','sacac','pass','goog:chromeOptions','qLCwC','statusText','setNonBstackInfraCapabilities','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','length','undefined','afuiN','yZiwL','xqXqB','JJUYK','fetchPlatformDetails','ixwNH','Mejpu','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','excludeTagsInTestingScope','application/json','TQRsw','chromeOptions_','browserstackSessionName','body','requires_chrome_options_check','ABbEq','string','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','npEGK','parseA11yJwtPayload','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getAccessibilityResults','HMPOH','hElWq','from','toJson','Invalid\x20configuration\x20passed.','BS_A11Y_JWT','base64','env','Performing\x20scan\x20before\x20getting\x20results','projectName','JbhLH','resolve','./constants','cwd','yKhyK','bswMh','jSjcv','XhAqy','ihwKf','resolveMobileThTestRunUuid','checkAccessibilityPlatformConfig','wtvjS','parse','getTestFrameworkDetails','format','vIOUx','includeTagsInTestingScope','Mdsva','stringify','IjVxB','RaOWw','ChromeExtension','DSFAR','vaKZu','isBrowserStackCommandExecutor','hQvac','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','yFbxj','stopAccessibilityTestRun','GwRgz','DMOtM','WqlPY','--headless=','CGGhc','return\x20document.readyState\x20===\x20\x22complete\x22','HlLiW','fsMnT','../performance/performance-tester','isAccessibilityAutomationSession','VyQIR','method','WZxVc','Options','getBrowserA11yConfig','startsWith','parseFromJson'];a108_0x2c96=function(){return _0x26c91f;};return a108_0x2c96();}const a108_0x582bbf=a108_0x7cd2;(function(_0x123b44,_0x4f11b1){const _0x3ca0da=a108_0x7cd2,_0x2248ff=_0x123b44();while(!![]){try{const _0x1ba67f=parseInt(_0x3ca0da(0x99))/0x1+-parseInt(_0x3ca0da(0x16d))/0x2*(parseInt(_0x3ca0da(0x165))/0x3)+-parseInt(_0x3ca0da(0x182))/0x4+parseInt(_0x3ca0da(0x180))/0x5+-parseInt(_0x3ca0da(0x111))/0x6*(-parseInt(_0x3ca0da(0xa9))/0x7)+-parseInt(_0x3ca0da(0x92))/0x8*(parseInt(_0x3ca0da(0x176))/0x9)+parseInt(_0x3ca0da(0x197))/0xa;if(_0x1ba67f===_0x4f11b1)break;else _0x2248ff['push'](_0x2248ff['shift']());}catch(_0x1fb846){_0x2248ff['push'](_0x2248ff['shift']());}}}(a108_0x2c96,0xd111f));function a108_0x7cd2(_0x202322,_0x1749c8){const _0x2c9628=a108_0x2c96();return a108_0x7cd2=function(_0x7cd2b,_0xc2cab1){_0x7cd2b=_0x7cd2b-0x7b;let _0x3f6ea0=_0x2c9628[_0x7cd2b];return _0x3f6ea0;},a108_0x7cd2(_0x202322,_0x1749c8);}const path=require(a108_0x582bbf(0x15d)),util=require('util'),bsSetupHelper=require(a108_0x582bbf(0x13d)),logger=require('../logger')[a108_0x582bbf(0x130)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x582bbf(0xdb)),PerformanceTester=require(a108_0x582bbf(0xfe)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a108_0x582bbf(0xbd)]=async _0x4037cb=>{const _0x27e182=a108_0x582bbf,_0x4ab25c={};_0x4ab25c['kWkRs']=function(_0x41122c,_0x22dbd3){return _0x41122c===_0x22dbd3;},_0x4ab25c['ARcvM']=_0x27e182(0x97);const _0x42da2d=_0x4ab25c;let _0x5f1b8e={};try{const _0x7f268e=await _0x4037cb[_0x27e182(0x115)]();_0x5f1b8e={'os_name':_0x7f268e[_0x27e182(0x177)](),'os_version':bsSetupHelper[_0x27e182(0x10b)](_0x42da2d[_0x27e182(0xa6)](global['__cloud_provider___'],_0x42da2d[_0x27e182(0x96)])),'browser_name':_0x7f268e[_0x27e182(0x196)](),'browser_version':_0x7f268e[_0x27e182(0x174)]()};}catch(_0x5cd88f){logger['debug']('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x5cd88f);}return _0x5f1b8e;},exports[a108_0x582bbf(0xff)]=()=>{const _0x2c32e1=a108_0x582bbf,_0xa1d0b6={};_0xa1d0b6[_0x2c32e1(0x12e)]=function(_0x1bebbb,_0x4e1077){return _0x1bebbb===_0x4e1077;},_0xa1d0b6[_0x2c32e1(0x18c)]=_0x2c32e1(0xc9),_0xa1d0b6[_0x2c32e1(0xc8)]=function(_0x55a881,_0x5770d7){return _0x55a881>_0x5770d7;},_0xa1d0b6['jNnej']=function(_0xf01b46,_0x38bd61){return _0xf01b46!==_0x38bd61;},_0xa1d0b6[_0x2c32e1(0xb3)]=_0x2c32e1(0x8a),_0xa1d0b6[_0x2c32e1(0x175)]=function(_0x5c60e1,_0x4bab49){return _0x5c60e1&&_0x4bab49;};const _0x5089a6=_0xa1d0b6;try{const _0x165d1c=bsSetupHelper[_0x2c32e1(0x138)](process['env'][_0x2c32e1(0xae)])||bsSetupHelper['isTrue'](process['env'][_0x2c32e1(0x14d)]),_0x37c2da=_0x5089a6['KjEyl'](typeof process[_0x2c32e1(0xd6)][_0x2c32e1(0xd4)],_0x5089a6[_0x2c32e1(0x18c)])&&_0x5089a6['ABbEq'](process[_0x2c32e1(0xd6)][_0x2c32e1(0xd4)][_0x2c32e1(0xb7)],0x0)&&_0x5089a6[_0x2c32e1(0x17a)](process[_0x2c32e1(0xd6)][_0x2c32e1(0xd4)],_0x5089a6['qLCwC']);return _0x5089a6[_0x2c32e1(0x175)](_0x165d1c,_0x37c2da);}catch(_0x12dc9f){logger['debug'](_0x2c32e1(0x114)+_0x12dc9f);}return![];},exports[a108_0x582bbf(0x109)]=(_0x3c3f7c,_0x5f467a)=>{const _0x290339=a108_0x582bbf,_0x41cc71={'IjVxB':_0x290339(0x199),'KXDQi':function(_0x508dc8,_0x2bb3e6){return _0x508dc8(_0x2bb3e6);},'FPasH':'browserVersion','rYPBs':_0x290339(0x189),'CNgeJ':_0x290339(0x136),'yKhyK':_0x290339(0x178),'JbhLH':_0x290339(0x16a),'EFZNH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','baysk':_0x290339(0x113),'Frtop':_0x290339(0x158),'ZKXcU':_0x290339(0x164),'VKYDp':_0x290339(0x154),'kMrYy':_0x290339(0x116),'SfCXe':_0x290339(0x194),'kNDrX':_0x290339(0xb2),'fxBoU':function(_0x576dd4,_0x341d27){return _0x576dd4===_0x341d27;},'fsMnT':_0x290339(0x123),'TQRsw':function(_0x1b296f,_0x1eb0ee){return _0x1b296f>=_0x1eb0ee;}},_0x84cc67=_0x3c3f7c[_0x290339(0x152)](_0x41cc71[_0x290339(0xec)]),_0x882df1=_0x41cc71[_0x290339(0x83)](parseFloat,_0x3c3f7c[_0x290339(0x152)](_0x41cc71[_0x290339(0x16e)]))||_0x41cc71[_0x290339(0x83)](parseFloat,_0x3c3f7c[_0x290339(0x152)](_0x41cc71['rYPBs'])),_0x661c44=_0x3c3f7c[_0x290339(0x152)](_0x41cc71['CNgeJ'])||{},_0x112735=_0x41cc71['KXDQi'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x46eb64=_0x661c44[_0x41cc71[_0x290339(0xdd)]]||_0x3c3f7c[_0x290339(0x152)](_0x41cc71[_0x290339(0xd9)])||![];if(_0x46eb64)return logger[_0x290339(0x90)](_0x41cc71[_0x290339(0x11d)]),![];let _0x49ab75;try{_0x49ab75=bsSetupHelper[_0x290339(0x88)](_0x41cc71[_0x290339(0x140)],_0x41cc71[_0x290339(0x12c)]);}catch(_0x5be619){return![];}const _0x1d5e05=new _0x49ab75[(_0x290339(0x103))](_0x5f467a[_0x290339(0xc4)]),_0x5a7c06=bsSetupHelper['nestedKeyValue'](_0x1d5e05,[_0x41cc71['ZKXcU'],_0x41cc71['VKYDp']])||bsSetupHelper[_0x290339(0x15a)](_0x5f467a[_0x290339(0x8b)],[_0x41cc71[_0x290339(0x85)],_0x41cc71[_0x290339(0xa5)],_0x41cc71[_0x290339(0x81)]])||bsSetupHelper[_0x290339(0x15a)](_0x5f467a[_0x290339(0x8b)],[_0x41cc71[_0x290339(0xa5)],_0x41cc71[_0x290339(0x81)]])||[],_0x8fa307=Array[_0x290339(0x82)](_0x5a7c06)?_0x5a7c06:[];if(_0x8fa307[_0x290339(0x137)](_0x2f1363=>typeof _0x2f1363===_0x290339(0xc9)&&(_0x2f1363===_0x290339(0x155)||_0x2f1363[_0x290339(0x105)](_0x290339(0xf9))&&_0x2f1363!==_0x290339(0x17c))))return logger[_0x290339(0x90)](_0x41cc71[_0x290339(0xa0)]),![];const _0x1a0efa=_0x5f467a['capabilities_']||{},_0x105b7a=bsSetupHelper[_0x290339(0x15a)](_0x1a0efa,[_0x41cc71['kNDrX']])||{},_0x433cfe=bsSetupHelper[_0x290339(0x15a)](_0x105b7a,[_0x41cc71[_0x290339(0x81)]])||[],_0x5e4f9f=Array[_0x290339(0x82)](_0x433cfe)?_0x433cfe:[];if(_0x5e4f9f[_0x290339(0x137)](_0x258c35=>typeof _0x258c35===_0x290339(0xc9)&&(_0x258c35===_0x290339(0x155)||_0x258c35[_0x290339(0x105)](_0x290339(0xf9))&&_0x258c35!=='--headless=new')))return logger[_0x290339(0x90)](_0x41cc71['SfCXe']),![];if(_0x41cc71[_0x290339(0x7e)](_0x84cc67[_0x290339(0x161)](),_0x41cc71[_0x290339(0xfd)])&&_0x41cc71[_0x290339(0xc3)](_0x882df1,_0x112735))return!![];return logger[_0x290339(0x90)](_0x290339(0x188)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x582bbf(0xb5)]=_0x4cea48=>{const _0xb431e6=a108_0x582bbf,_0x57fcc2={};_0x57fcc2[_0xb431e6(0x102)]='goog:chromeOptions',_0x57fcc2[_0xb431e6(0x144)]=function(_0x2ddaa5,_0x9283c2){return _0x2ddaa5||_0x9283c2;},_0x57fcc2[_0xb431e6(0x187)]=_0xb431e6(0xa3);const _0x5cff45=_0x57fcc2,_0x5d8289=scripts[_0xb431e6(0xee)];try{const _0x1f654e=bsSetupHelper[_0xb431e6(0x138)](process[_0xb431e6(0xd6)][_0xb431e6(0xae)])||bsSetupHelper['isTrue'](process[_0xb431e6(0xd6)][_0xb431e6(0x14d)]);if((!bsSetupHelper[_0xb431e6(0x7c)]()||process['env'][_0xb431e6(0x13c)])&&_0x1f654e){const _0x4e31bf=_0x4cea48[_0xb431e6(0x115)](),_0x2dde93=_0x4e31bf[_0xb431e6(0x152)](_0x5cff45[_0xb431e6(0x102)]),_0xa97891=_0x5cff45[_0xb431e6(0x144)](_0x2dde93,{});bsSetupHelper['mergeDeep'](_0xa97891,_0x5d8289),_0x4cea48[_0xb431e6(0x115)]()[_0xb431e6(0x8d)](_0x5cff45[_0xb431e6(0x102)],_0xa97891);}else logger[_0xb431e6(0x90)](_0x5cff45[_0xb431e6(0x187)]);}catch(_0x42599f){logger[_0xb431e6(0x18f)](_0xb431e6(0x181)+_0x42599f);}},exports['shouldScanTestForAccessibility']=(_0x307e65=null,_0x50b5f6=!![],_0x25ac80=[])=>{const _0x14bff4=a108_0x582bbf,_0x54ff06={};_0x54ff06[_0x14bff4(0x7d)]=function(_0x5652c0,_0x28d9cc){return _0x5652c0==_0x28d9cc;},_0x54ff06[_0x14bff4(0x183)]=function(_0x1b5443,_0xd7e082){return _0x1b5443>_0xd7e082;},_0x54ff06[_0x14bff4(0x9c)]=function(_0x37cf74,_0x32b7d8){return _0x37cf74===_0x32b7d8;},_0x54ff06[_0x14bff4(0xe8)]=function(_0x221707,_0x24e51e){return _0x221707&&_0x24e51e;},_0x54ff06[_0x14bff4(0xe1)]=function(_0x2eca93,_0x38b2cd){return _0x2eca93===_0x38b2cd;},_0x54ff06[_0x14bff4(0x18b)]=function(_0x1db05a,_0x211c53){return _0x1db05a&&_0x211c53;};const _0x139544=_0x54ff06;if(_0x139544[_0x14bff4(0x7d)](process[_0x14bff4(0xd6)][_0x14bff4(0xcd)],null))return!![];try{const _0x1242f6=JSON[_0x14bff4(0xe5)](process[_0x14bff4(0xd6)][_0x14bff4(0xcd)]),_0x5916a2=Array[_0x14bff4(0x82)](_0x1242f6[_0x14bff4(0xe9)])?_0x1242f6[_0x14bff4(0xe9)]:[],_0x1e7294=Array[_0x14bff4(0x82)](_0x1242f6[_0x14bff4(0xc1)])?_0x1242f6[_0x14bff4(0xc1)]:[],_0x4ecbad=_0x150323=>typeof _0x150323===_0x14bff4(0xc9)?_0x150323['replace'](/^@/,'')[_0x14bff4(0x161)]()[_0x14bff4(0x162)]():_0x150323;if(bsSetupHelper['isUndefined'](_0x307e65)){if(_0x139544[_0x14bff4(0x183)](_0x25ac80['length'],0x0)){const _0x4281c7=_0x25ac80[_0x14bff4(0x7b)](_0x4ecbad),_0x1579bd=_0x1e7294[_0x14bff4(0x137)](_0x9b2b37=>_0x4281c7[_0x14bff4(0x10c)](_0x4ecbad(_0x9b2b37))),_0x4373ae=_0x139544['yVlxx'](_0x5916a2['length'],0x0)||_0x5916a2[_0x14bff4(0x137)](_0x87ba05=>_0x4281c7[_0x14bff4(0x10c)](_0x4ecbad(_0x87ba05)));return _0x139544[_0x14bff4(0xe8)](!_0x1579bd,_0x4373ae);}return!![];}let _0x36b6a9;_0x50b5f6?_0x36b6a9=_0x307e65[_0x14bff4(0x9d)]('/'):_0x36b6a9=_0x307e65;const _0x2df42c=_0x1e7294[_0x14bff4(0x137)](_0x2eec53=>_0x36b6a9[_0x14bff4(0x161)]()[_0x14bff4(0x10c)](_0x4ecbad(_0x2eec53)['toLowerCase']())),_0x1c2b41=_0x139544[_0x14bff4(0xe1)](_0x5916a2['length'],0x0)||_0x5916a2['some'](_0x2b223b=>_0x36b6a9[_0x14bff4(0x161)]()[_0x14bff4(0x10c)](_0x4ecbad(_0x2b223b)[_0x14bff4(0x161)]()));return _0x139544[_0x14bff4(0x18b)](!_0x2df42c,_0x1c2b41);}catch(_0x4fe651){logger[_0x14bff4(0x14a)](_0x14bff4(0xca)+util[_0x14bff4(0xe7)](_0x4fe651));}return![];},exports[a108_0x582bbf(0xe3)]=_0xc12ef6=>{const _0x39febb=a108_0x582bbf;let _0x424f67=![];try{_0xc12ef6['platforms'][_0x39febb(0x16f)](_0x59b42e=>{const _0xe415f8=_0x39febb;if(bsSetupHelper[_0xe415f8(0x138)](_0x59b42e[_0xe415f8(0x12b)]))return _0x424f67=!![],!![];});}catch(_0x4fd7ce){logger[_0x39febb(0x14a)](_0x39febb(0x190)+_0x4fd7ce);}return _0x424f67||bsSetupHelper[_0x39febb(0x138)](_0xc12ef6['accessibility']);},exports[a108_0x582bbf(0x93)]=PerformanceTester[a108_0x582bbf(0x141)](a108_0x582bbf(0x9a),async function(_0x58aff1,_0x4af4d0){const _0x3be49f=a108_0x582bbf,_0x514fa1={};_0x514fa1[_0x3be49f(0x121)]=_0x3be49f(0x80),_0x514fa1['CGGhc']=_0x3be49f(0x15b),_0x514fa1['SlCjl']=_0x3be49f(0x163),_0x514fa1[_0x3be49f(0xea)]=_0x3be49f(0xc2),_0x514fa1[_0x3be49f(0xa7)]=_0x3be49f(0x8c),_0x514fa1[_0x3be49f(0x129)]=_0x3be49f(0x11f),_0x514fa1[_0x3be49f(0xcb)]=function(_0x48f0f9,_0x2d82d8){return _0x48f0f9===_0x2d82d8;},_0x514fa1[_0x3be49f(0x153)]=_0x3be49f(0xd3),_0x514fa1[_0x3be49f(0xa4)]='false';const _0x36f886=_0x514fa1,_0x1d6243=bsSetupHelper[_0x3be49f(0x146)](_0x58aff1),_0x325b63=bsSetupHelper['getAccessKey'](_0x58aff1);if(bsSetupHelper[_0x3be49f(0x16c)](_0x1d6243)||bsSetupHelper[_0x3be49f(0x16c)](_0x325b63))return logger[_0x3be49f(0x18f)](_0x36f886[_0x3be49f(0x121)]),[null,null];try{let _0x4170d2;bsSetupHelper[_0x3be49f(0x16c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x4170d2={}:_0x4170d2=JSON[_0x3be49f(0xe5)](process[_0x3be49f(0xd6)][_0x3be49f(0xcd)]);const {name:_0x274e3a,version:_0x4cc4d5}=bsSetupHelper[_0x3be49f(0xe6)](_0x58aff1,_0x4af4d0),_0x5bb1ff={'projectName':_0x58aff1[_0x3be49f(0xd8)],'buildName':_0x58aff1[_0x3be49f(0x171)]||path[_0x3be49f(0x15f)](path[_0x3be49f(0xda)](process[_0x3be49f(0xdc)]())),'startTime':new Date()[_0x3be49f(0x12d)](),'description':_0x58aff1['buildDescription']||'','source':{'frameworkName':_0x4af4d0['includes'](_0x36f886[_0x3be49f(0xfa)])?_0x36f886[_0x3be49f(0xfa)]:_0x4af4d0,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x4af4d0),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x36f886[_0x3be49f(0x156)],'testFramework':_0x274e3a,'testFrameworkVersion':_0x4cc4d5},'settings':_0x4170d2,'versionControl':await bsSetupHelper[_0x3be49f(0x8f)](),'ciInfo':bsSetupHelper[_0x3be49f(0x14c)](),'hostInfo':bsSetupHelper[_0x3be49f(0x14f)](),'browserstackAutomation':bsSetupHelper[_0x3be49f(0x7c)]()},_0x1fbda8={};_0x1fbda8[_0x3be49f(0x149)]=_0x1d6243,_0x1fbda8[_0x3be49f(0xb1)]=_0x325b63;const _0x503051={};_0x503051[_0x3be49f(0x16b)]=_0x36f886['Mdsva'];const _0x199087={};_0x199087[_0x3be49f(0x160)]=_0x1fbda8,_0x199087['headers']=_0x503051;const _0x5897bb=_0x199087,_0x37b43a={};_0x37b43a[_0x3be49f(0xc6)]=_0x5bb1ff,_0x37b43a[_0x3be49f(0x193)]=!![];const _0x10de28=Object['assign'](_0x5897bb,_0x37b43a),_0x9bbeb3=await bsSetupHelper['nodeRequest'](_0x36f886[_0x3be49f(0xa7)],_0x36f886[_0x3be49f(0x129)],_0x10de28,_0x58aff1,API_URL);let _0x324ab9=process[_0x3be49f(0xd6)][_0x3be49f(0xcd)];return _0x324ab9?_0x324ab9=JSON[_0x3be49f(0xe5)](process[_0x3be49f(0xd6)][_0x3be49f(0xcd)]):_0x324ab9={},scripts[_0x3be49f(0x106)](_0x9bbeb3[_0x3be49f(0x10d)][_0x3be49f(0x10d)]),scripts[_0x3be49f(0xd2)](),_0x324ab9[_0x3be49f(0x170)]=_0x9bbeb3[_0x3be49f(0x10d)][_0x3be49f(0x10d)]['scannerVersion'],process[_0x3be49f(0xd6)][_0x3be49f(0xcd)]=JSON['stringify'](_0x324ab9),[_0x9bbeb3[_0x3be49f(0x10d)][_0x3be49f(0x10d)][_0x3be49f(0x84)],_0x9bbeb3[_0x3be49f(0x10d)][_0x3be49f(0x10d)]['id']];}catch(_0x3e7b47){if(_0x3e7b47[_0x3be49f(0x18a)])logger[_0x3be49f(0x18f)](_0x3be49f(0x195)+_0x3e7b47[_0x3be49f(0x18a)][_0x3be49f(0x112)]+'\x20'+_0x3e7b47[_0x3be49f(0x18a)][_0x3be49f(0xb4)]+'\x20'+JSON[_0x3be49f(0xeb)](_0x3e7b47[_0x3be49f(0x18a)]['data']));else{if(_0x36f886[_0x3be49f(0xcb)](_0x3e7b47[_0x3be49f(0x198)],_0x36f886[_0x3be49f(0x153)])){logger[_0x3be49f(0x18f)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x3e7b47[_0x3be49f(0x198)]||_0x3e7b47[_0x3be49f(0x11b)]));for(const _0x27bc18 of _0x3e7b47['errors']){logger[_0x3be49f(0x18f)](_0x27bc18[_0x3be49f(0x198)]);}process[_0x3be49f(0xd6)][_0x3be49f(0xae)]=_0x36f886[_0x3be49f(0xa4)],process[_0x3be49f(0xd6)][_0x3be49f(0x14d)]=_0x36f886[_0x3be49f(0xa4)];}else logger[_0x3be49f(0x18f)](_0x3be49f(0x195)+(_0x3e7b47[_0x3be49f(0x198)]||_0x3e7b47['stack']));}return[null,null];}}),exports[a108_0x582bbf(0xf5)]=PerformanceTester[a108_0x582bbf(0x141)](a108_0x582bbf(0x10e),async function(_0x4cd0a9){const _0x493ecd=a108_0x582bbf,_0x2ef7a3={};_0x2ef7a3['JzNAf']=function(_0x269876,_0x3b3dc8){return _0x269876!==_0x3b3dc8;},_0x2ef7a3['bswMh']=_0x493ecd(0xc9),_0x2ef7a3[_0x493ecd(0x9b)]=_0x493ecd(0x18f),_0x2ef7a3[_0x493ecd(0x10a)]=_0x493ecd(0xa1),_0x2ef7a3[_0x493ecd(0xe0)]=_0x493ecd(0xc2),_0x2ef7a3['EVTgo']=_0x493ecd(0x124),_0x2ef7a3[_0x493ecd(0xbc)]='test_runs/stop',_0x2ef7a3['jSjcv']=function(_0x39ae4a,_0x588412){return _0x39ae4a+_0x588412;},_0x2ef7a3[_0x493ecd(0x9e)]='Invalid\x20request:\x20',_0x2ef7a3[_0x493ecd(0xf2)]=_0x493ecd(0x89);const _0x240b14=_0x2ef7a3;if(bsSetupHelper[_0x493ecd(0x16c)](process[_0x493ecd(0xd6)][_0x493ecd(0xd4)])||_0x240b14[_0x493ecd(0x169)](typeof process[_0x493ecd(0xd6)][_0x493ecd(0xd4)],_0x240b14[_0x493ecd(0xde)])){const _0x1f53b9={};return _0x1f53b9[_0x493ecd(0x112)]=_0x240b14['dhhst'],_0x1f53b9['message']=_0x240b14[_0x493ecd(0x10a)],_0x1f53b9;}const _0x275004={'endTime':new Date()[_0x493ecd(0x12d)]()},_0x588a77={};_0x588a77[_0x493ecd(0x179)]=_0x493ecd(0x134)+process[_0x493ecd(0xd6)][_0x493ecd(0xd4)],_0x588a77[_0x493ecd(0x16b)]=_0x240b14[_0x493ecd(0xe0)];const _0x666d18={};_0x666d18[_0x493ecd(0x108)]=_0x588a77;const _0x63881d=_0x666d18,_0x334341={};_0x334341[_0x493ecd(0xc6)]=_0x275004,_0x334341[_0x493ecd(0x160)]=null,_0x334341['json']=!![];const _0x33bb54=Object['assign'](_0x63881d,_0x334341);try{const _0x1f750d=await bsSetupHelper[_0x493ecd(0x19a)](_0x240b14[_0x493ecd(0x184)],_0x240b14[_0x493ecd(0xbc)],_0x33bb54,_0x4cd0a9,API_URL);if(_0x1f750d['data'][_0x493ecd(0x18f)])throw new Error(_0x240b14[_0x493ecd(0xdf)](_0x240b14[_0x493ecd(0x9e)],_0x1f750d[_0x493ecd(0x10d)][_0x493ecd(0x18f)]));else{logger['info'](_0x493ecd(0x7f)+new Date()['toISOString']());const _0x3a022b={};return _0x3a022b[_0x493ecd(0x112)]=_0x240b14['hQvac'],_0x3a022b['message']='',_0x3a022b;}}catch(_0x3a3194){_0x3a3194[_0x493ecd(0x18a)]?logger['error'](_0x493ecd(0x15e)+_0x3a3194[_0x493ecd(0x18a)][_0x493ecd(0x112)]+'\x20'+_0x3a3194[_0x493ecd(0x18a)][_0x493ecd(0xb4)]+'\x20'+JSON[_0x493ecd(0xeb)](_0x3a3194['response'][_0x493ecd(0x10d)])):logger[_0x493ecd(0x18f)](_0x493ecd(0x15e)+(_0x3a3194[_0x493ecd(0x198)]||util[_0x493ecd(0xe7)](_0x3a3194)));const _0x149e41={};return _0x149e41[_0x493ecd(0x112)]=_0x240b14[_0x493ecd(0x9b)],_0x149e41[_0x493ecd(0x198)]=_0x3a3194[_0x493ecd(0x198)]||(_0x3a3194['response']?_0x3a3194[_0x493ecd(0x18a)][_0x493ecd(0x112)]+':'+_0x3a3194['response'][_0x493ecd(0xb4)]:_0x3a3194),_0x149e41;}}),exports[a108_0x582bbf(0x185)]=async(_0x473c2d,_0x387051=null,_0x261854=![],_0x55218d=null)=>{const _0x4d3dcb=a108_0x582bbf,_0x317b82={};_0x317b82['HMPOH']=_0x4d3dcb(0x166),_0x317b82[_0x4d3dcb(0x17b)]=_0x4d3dcb(0x95),_0x317b82['DSFAR']=_0x4d3dcb(0x120),_0x317b82[_0x4d3dcb(0x100)]=function(_0x32cafc,_0x156cc2){return _0x32cafc||_0x156cc2;},_0x317b82['xqXqB']=_0x4d3dcb(0x14b),_0x317b82[_0x4d3dcb(0xbf)]=_0x4d3dcb(0x13b);const _0x11a764=_0x317b82;if(!this[_0x4d3dcb(0xff)]()||!globals['getGlobal'](_0x11a764[_0x4d3dcb(0xcf)])||!_0x261854&&!globals[_0x4d3dcb(0xa8)](_0x11a764['CKkcY'])){logger['warn'](_0x11a764[_0x4d3dcb(0xef)]);return;}const _0x1a3e45=_0x261854?_0x11a764[_0x4d3dcb(0x100)](_0x55218d,{}):globals[_0x4d3dcb(0xa8)](_0x11a764[_0x4d3dcb(0xbb)])||{},_0x10fd6b={};_0x10fd6b['method']=_0x387051||global[_0x4d3dcb(0xc5)];const _0x3e07bc=Object[_0x4d3dcb(0x8e)]({},_0x1a3e45,_0x10fd6b);await this[_0x4d3dcb(0x168)](_0x473c2d)&&(Object[_0x4d3dcb(0x8e)](_0x3e07bc,this[_0x4d3dcb(0x91)](),{'thTestRunUuid':this[_0x4d3dcb(0xe2)]()}),logger[_0x4d3dcb(0x14a)](_0x11a764[_0x4d3dcb(0xbf)]));logger[_0x4d3dcb(0x14a)](_0x4d3dcb(0x159)+util['format']('%j',_0x3e07bc));const _0x47c92a={};return _0x47c92a[_0x4d3dcb(0x15c)]=_0x387051,await PerformanceTester[_0x4d3dcb(0x141)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x469245=_0x4d3dcb;try{await _0x473c2d[_0x469245(0x139)](()=>_0x473c2d['executeScript'](_0x469245(0xfb)),0x1388);}catch(_0x19a8fb){}const _0x2e7472=util['format'](await _0x473c2d[_0x469245(0x186)](scripts[_0x469245(0x185)],_0x3e07bc));return logger[_0x469245(0x14a)](_0x469245(0x192)+_0x2e7472),_0x2e7472;},_0x47c92a)();},exports[a108_0x582bbf(0xce)]=async(_0x352774,_0x47f7a2)=>{const _0x1f1e34=a108_0x582bbf,_0x3befc9={};_0x3befc9[_0x1f1e34(0x13a)]=_0x1f1e34(0xd7),_0x3befc9['DCAaG']=_0x1f1e34(0x166),_0x3befc9[_0x1f1e34(0xbe)]='bstackA11yShouldScan',_0x3befc9['ovByT']=_0x1f1e34(0x9f),_0x3befc9[_0x1f1e34(0x11e)]='getAccessibilityResults',_0x3befc9[_0x1f1e34(0x132)]='No\x20accessibility\x20results\x20were\x20found.';const _0x25ac58=_0x3befc9;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x25ac58[_0x1f1e34(0x150)])||!globals['getGlobal'](_0x25ac58[_0x1f1e34(0xbe)]))return logger[_0x1f1e34(0x90)](_0x25ac58[_0x1f1e34(0x86)]),[];try{const _0x38d0d7=await this['isMobileAccessibilitySession'](_0x352774),_0x2bf772=_0x38d0d7?Object[_0x1f1e34(0x8e)]({},this[_0x1f1e34(0x91)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x38d0d7&&logger[_0x1f1e34(0x14a)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x1f1e34(0xe7)]('%j',_0x2bf772)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1f1e34(0x10f)],async()=>{const _0x170e6a=_0x1f1e34;logger['debug'](_0x25ac58[_0x170e6a(0x13a)]);const _0x4272e8={};_0x4272e8[_0x170e6a(0x101)]=_0x47f7a2['browserstackSessionName'];const _0x495084=Object[_0x170e6a(0x8e)](_0x4272e8,_0x2bf772);logger[_0x170e6a(0x14a)](util[_0x170e6a(0xe7)](await _0x352774[_0x170e6a(0x186)](scripts[_0x170e6a(0x185)],_0x495084)));},{'command':_0x25ac58[_0x1f1e34(0x11e)]})(),await PerformanceTester[_0x1f1e34(0x141)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x7c74a4=_0x1f1e34,_0x41894d=_0x38d0d7?await _0x352774['executeAsyncScript'](scripts[_0x7c74a4(0x17d)],_0x2bf772):await _0x352774[_0x7c74a4(0x186)](scripts[_0x7c74a4(0x17d)]);return _0x41894d;})();}catch{return logger[_0x1f1e34(0x18f)](_0x25ac58[_0x1f1e34(0x132)]),[];}},exports[a108_0x582bbf(0x17e)]=async(_0x462908,_0x37b47f)=>{const _0x5306c4=a108_0x582bbf,_0x26461b={};_0x26461b[_0x5306c4(0x11a)]=_0x5306c4(0xad),_0x26461b[_0x5306c4(0x13f)]=_0x5306c4(0x166),_0x26461b['gMUdW']=_0x5306c4(0x95),_0x26461b[_0x5306c4(0xf4)]=_0x5306c4(0x151),_0x26461b[_0x5306c4(0x18d)]=_0x5306c4(0x17e),_0x26461b[_0x5306c4(0xb9)]=_0x5306c4(0x94);const _0x1b31c9=_0x26461b;if(!this[_0x5306c4(0xff)]()||!globals[_0x5306c4(0xa8)](_0x1b31c9[_0x5306c4(0x13f)])||!globals[_0x5306c4(0xa8)](_0x1b31c9[_0x5306c4(0xaa)]))return logger[_0x5306c4(0x90)](_0x1b31c9[_0x5306c4(0xf4)]),{};try{const _0x1c7257=await this[_0x5306c4(0x168)](_0x462908),_0x44639c=_0x1c7257?Object[_0x5306c4(0x8e)]({},this[_0x5306c4(0x91)](),{'thTestRunUuid':this[_0x5306c4(0xe2)]()}):{};return _0x1c7257&&logger[_0x5306c4(0x14a)]('getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x5306c4(0xe7)]('%j',_0x44639c)),await PerformanceTester[_0x5306c4(0x141)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x50ddc6=_0x5306c4;logger[_0x50ddc6(0x14a)](_0x1b31c9[_0x50ddc6(0x11a)]);const _0x3a2332={};_0x3a2332['method']=_0x37b47f[_0x50ddc6(0xc5)];const _0x43fbb5=Object['assign'](_0x3a2332,_0x44639c);logger['debug'](util['format'](await _0x462908['executeAsyncScript'](scripts[_0x50ddc6(0x185)],_0x43fbb5)));},{'command':_0x1b31c9[_0x5306c4(0x18d)]})(),await PerformanceTester[_0x5306c4(0x141)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x80056b=_0x5306c4,_0x3b4bba=_0x1c7257?await _0x462908[_0x80056b(0x186)](scripts['getResultsSummary'],_0x44639c):await _0x462908[_0x80056b(0x186)](scripts['getResultsSummary']);return _0x3b4bba;})();}catch{return logger[_0x5306c4(0x18f)](_0x1b31c9['afuiN']),{};}},exports[a108_0x582bbf(0x143)]=(_0x343063,_0x9087ed=![])=>{const _0x4f131a=a108_0x582bbf,_0x7012c6={'DMOtM':function(_0x32b41c,_0x454325){return _0x32b41c(_0x454325);},'vaKZu':_0x4f131a(0x147),'YyzYC':function(_0x49aee7,_0x4adf6a){return _0x49aee7!==_0x4adf6a;},'XtsKx':'android','WqlPY':function(_0x542f6d,_0x2b44d2){return _0x542f6d(_0x2b44d2);},'KStnb':_0x4f131a(0x199),'ggeaB':'chrome','hWnlu':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','RaOWw':_0x4f131a(0xf3)};try{if(!_0x343063)return![];const _0x5df754=_0x216190=>typeof _0x343063[_0x4f131a(0x152)]===_0x4f131a(0x128)?_0x343063[_0x4f131a(0x152)](_0x216190):_0x343063[_0x216190],_0x501d1c=_0x7012c6[_0x4f131a(0xf7)](String,_0x7012c6['DMOtM'](_0x5df754,_0x7012c6[_0x4f131a(0xf0)])||'')[_0x4f131a(0x161)]();if(_0x7012c6[_0x4f131a(0x14e)](_0x501d1c,_0x7012c6[_0x4f131a(0x117)]))return![];const _0x52a51f=_0x7012c6[_0x4f131a(0xf7)](String,_0x7012c6[_0x4f131a(0xf8)](_0x5df754,_0x7012c6[_0x4f131a(0x167)])||'')[_0x4f131a(0x161)]();if(!_0x52a51f[_0x4f131a(0x10c)](_0x7012c6['ggeaB']))return _0x9087ed&&logger['warn'](_0x7012c6[_0x4f131a(0xac)]),![];return logger[_0x4f131a(0x14a)](_0x7012c6[_0x4f131a(0xed)]),!![];}catch(_0x24e7c3){return logger[_0x4f131a(0x14a)](_0x4f131a(0x17f)+_0x24e7c3),![];}},exports[a108_0x582bbf(0x168)]=async _0x44393f=>{const _0x528fb2=a108_0x582bbf;try{const _0x5d2c18=await _0x44393f[_0x528fb2(0x115)]();return exports[_0x528fb2(0x143)](_0x5d2c18);}catch(_0x530e29){return logger[_0x528fb2(0x14a)](_0x528fb2(0x12f)+_0x530e29),![];}},exports[a108_0x582bbf(0x91)]=()=>{const _0x5f2383=a108_0x582bbf,_0x3c2f42={};return _0x3c2f42[_0x5f2383(0x157)]=!![],_0x3c2f42;},exports['resolveMobileThTestRunUuid']=()=>{const _0x165775=a108_0x582bbf,_0x3bc4cc={};_0x3bc4cc['qvxSf']=function(_0x1e739c,_0x463ea2){return _0x1e739c===_0x463ea2;},_0x3bc4cc[_0x165775(0x133)]=_0x165775(0xc9),_0x3bc4cc[_0x165775(0xd0)]=function(_0xd26d15,_0x8e8e9d){return _0xd26d15>_0x8e8e9d;},_0x3bc4cc[_0x165775(0x127)]=_0x165775(0x135),_0x3bc4cc['sacac']=_0x165775(0xc0),_0x3bc4cc[_0x165775(0x172)]=function(_0x1c9fce,_0x2168a7){return _0x1c9fce===_0x2168a7;},_0x3bc4cc[_0x165775(0xe4)]=_0x165775(0xb8);const _0x503b7f=_0x3bc4cc,_0x1c2239=global['__workerDetails'],_0x25334c=_0x1c2239&&_0x1c2239[_0x165775(0x98)],_0x14ca33=_0x25334c&&_0x25334c[_0x165775(0x87)];if(_0x503b7f[_0x165775(0x122)](typeof _0x14ca33,_0x503b7f[_0x165775(0x133)])&&_0x503b7f[_0x165775(0xd0)](_0x14ca33['length'],0x0))return _0x14ca33;let _0x2ef451;if(!_0x1c2239)_0x2ef451=_0x503b7f['mppmZ'];else!_0x25334c?_0x2ef451=_0x503b7f[_0x165775(0xb0)]:_0x2ef451='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object['keys'](_0x25334c)[_0x165775(0x9d)](',\x20')+_0x165775(0xa2)+(_0x503b7f[_0x165775(0x172)](_0x14ca33,undefined)?_0x503b7f[_0x165775(0xe4)]:'\x22'+_0x14ca33+'\x22')+_0x165775(0xb6);return logger[_0x165775(0x90)](_0x165775(0x142)+_0x2ef451+_0x165775(0x126)),'';},exports[a108_0x582bbf(0xf1)]=_0x5b9bb9=>{const _0x251ae8=a108_0x582bbf,_0xa7042c={};_0xa7042c[_0x251ae8(0x19b)]=function(_0x43bbd7,_0x3452d0){return _0x43bbd7===_0x3452d0;},_0xa7042c['yZiwL']=_0x251ae8(0xc9),_0xa7042c['Uwpwo']=_0x251ae8(0x145);const _0xe9b429=_0xa7042c;if(_0x5b9bb9&&_0x5b9bb9['script']&&_0xe9b429[_0x251ae8(0x19b)](typeof _0x5b9bb9[_0x251ae8(0x110)],_0xe9b429[_0x251ae8(0xba)]))return _0x5b9bb9[_0x251ae8(0x110)][_0x251ae8(0x10c)](_0xe9b429['Uwpwo']);return![];},exports['MOBILE_SCANNING_DISABLED_WARNING']='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[a108_0x582bbf(0x11c)]=()=>process[a108_0x582bbf(0xd6)][a108_0x582bbf(0x125)]===a108_0x582bbf(0x191),exports['isBrowserSupportedForAccessibility']=_0x39eb9c=>{const _0x3be474=a108_0x582bbf,_0x2f2620={};_0x2f2620[_0x3be474(0x12a)]=function(_0x354aee,_0x5ed12e){return _0x354aee in _0x5ed12e;};const _0x2eb5ce=_0x2f2620;if(bsSetupHelper[_0x3be474(0x16c)](_0x39eb9c))return![];const _0x5315a7=_0x39eb9c[_0x3be474(0x161)]();return _0x2eb5ce[_0x3be474(0x12a)](_0x5315a7,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x582bbf(0x104)]=_0x1685a7=>{const _0x50a270=a108_0x582bbf;if(bsSetupHelper['isUndefined'](_0x1685a7))return null;const _0x4c8aa2=_0x1685a7[_0x50a270(0x161)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x4c8aa2]||null;},exports['getMinVersionForBrowser']=(_0x54f22b,_0x1e3cf7)=>{const _0x3793ee=a108_0x582bbf,_0x389291=this['getBrowserA11yConfig'](_0x54f22b);if(!_0x389291)return null;if(_0x1e3cf7)return _0x389291[_0x3793ee(0x118)];return _0x389291[_0x3793ee(0x131)];},exports['getBrowserDisplayName']=_0x1711a9=>{const _0x10f634=this['getBrowserA11yConfig'](_0x1711a9);return _0x10f634?_0x10f634['display_name']:_0x1711a9;},exports[a108_0x582bbf(0x18e)]=_0x2925e5=>{const _0x24eac6=a108_0x582bbf,_0x547dbe=this['getBrowserA11yConfig'](_0x2925e5);return _0x547dbe?_0x547dbe[_0x24eac6(0xc7)]:![];},exports[a108_0x582bbf(0x107)]=(_0x18be29,_0x17a918)=>{const _0x19fb06=a108_0x582bbf,_0x4ade30={'dqdHZ':function(_0x777b7b,_0x28803b){return _0x777b7b(_0x28803b);},'GwRgz':function(_0x2a0405,_0x7dc7b0){return _0x2a0405>=_0x7dc7b0;}};if(bsSetupHelper[_0x19fb06(0x16c)](_0x18be29)||bsSetupHelper[_0x19fb06(0x16c)](_0x17a918))return![];const _0x503b65=bsSetupHelper[_0x19fb06(0x173)](_0x4ade30[_0x19fb06(0x148)](String,_0x18be29),_0x4ade30[_0x19fb06(0x148)](String,_0x17a918));return _0x4ade30[_0x19fb06(0xf6)](_0x503b65,0x0);},exports[a108_0x582bbf(0xcc)]=_0xfacac4=>{const _0x2c7cf8=a108_0x582bbf,_0x592e92={};_0x592e92[_0x2c7cf8(0x119)]=function(_0x43c6df,_0x51138a){return _0x43c6df!==_0x51138a;},_0x592e92[_0x2c7cf8(0x13e)]=_0x2c7cf8(0xc9),_0x592e92[_0x2c7cf8(0xfc)]=_0x2c7cf8(0xd5);const _0xe517f5=_0x592e92;if(!_0xfacac4||_0xe517f5[_0x2c7cf8(0x119)](typeof _0xfacac4,_0xe517f5[_0x2c7cf8(0x13e)]))return null;try{return JSON[_0x2c7cf8(0xe5)](Buffer[_0x2c7cf8(0xd1)](_0xfacac4[_0x2c7cf8(0xab)]('.')[0x1],_0xe517f5[_0x2c7cf8(0xfc)])[_0x2c7cf8(0xaf)]());}catch{return null;}};
|
|
1
|
+
const a108_0x48cf73=a108_0x527c;(function(_0x18acde,_0x1a8fea){const _0x8f8546=a108_0x527c,_0xaabaa2=_0x18acde();while(!![]){try{const _0x21f6aa=-parseInt(_0x8f8546(0x20b))/0x1*(-parseInt(_0x8f8546(0x1db))/0x2)+-parseInt(_0x8f8546(0x1cd))/0x3+-parseInt(_0x8f8546(0x232))/0x4*(parseInt(_0x8f8546(0x248))/0x5)+parseInt(_0x8f8546(0x1f6))/0x6+parseInt(_0x8f8546(0x1fd))/0x7*(parseInt(_0x8f8546(0x26c))/0x8)+-parseInt(_0x8f8546(0x1dd))/0x9*(parseInt(_0x8f8546(0x24f))/0xa)+parseInt(_0x8f8546(0x230))/0xb;if(_0x21f6aa===_0x1a8fea)break;else _0xaabaa2['push'](_0xaabaa2['shift']());}catch(_0xfca97b){_0xaabaa2['push'](_0xaabaa2['shift']());}}}(a108_0x2b37,0xe2a27));function a108_0x527c(_0x4facef,_0x1f9d26){const _0x2b3797=a108_0x2b37();return a108_0x527c=function(_0x527cba,_0x547fc3){_0x527cba=_0x527cba-0x1b8;let _0x1aeac5=_0x2b3797[_0x527cba];return _0x1aeac5;},a108_0x527c(_0x4facef,_0x1f9d26);}const path=require(a108_0x48cf73(0x1e6)),util=require('util'),bsSetupHelper=require(a108_0x48cf73(0x237)),logger=require('../logger')['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x48cf73(0x21a)),PerformanceTester=require(a108_0x48cf73(0x2b7)),scripts=require(a108_0x48cf73(0x200)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a108_0x48cf73(0x1d9));function a108_0x2b37(){const _0x37fce0=['Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','No\x20accessibility\x20summary\x20was\x20found.','currentTest','createAccessibilityTestRun','URWsc','nodeRequest','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','5060580qeBTKE','zqMiL','startsWith','getPlatformVersion','debug','tiJJd','xcNUL','BS_A11Y_JWT','user','v2/test_runs','true','POST','../performance/constants','SIQry','70rBBwIF','projectName','6425829FJEClS','isMobileAccessibilityPlatform','Not\x20a\x20Accessibility\x20Session','env','isAccessibilityPlatform','success','pBisQ','statusText','KDGnk','path','getBrowserDisplayName','measureWrapper','No\x20accessibility\x20results\x20were\x20found.','get','stringify','min_version_non_browserstack','getAgentVersion','getCapabilities','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','eyCxG','message','errors','bstack:options','parse','2210082HtrlxO','mjYwc','parseFromJson','nestedKeyValue','getMobileA11yCapabilities','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','isVersionSupported','5035856qhEjaz','status','RbCja','./scripts','isBrowserStackCommandExecutor','join','GET_RESULTS_SUMMARY','ypqpz','RGAAM','ryYoZ','getBrowserA11yConfig','toISOString','IahJJ','sOWHJ','50129rpBtgn','excludeTagsInTestingScope','a11y:start','pass','display_name','qiicE','BHZnG','lQlxn','UTftG','thTestRunUuid','getAccessKey','EGFOM','scannerVersion','capabilities_','shouldScanTestForAccessibility','./constants','browserName','bDqND','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).','nPuep','getBrowserVersion','min_version_browserstack','RhmvX','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','application/json','getBrowserName','checkAccessibilityPlatformConfig','getGlobal','QtFvZ','Bearer\x20','QesAk','return\x20document.readyState\x20===\x20\x22complete\x22','requires_chrome_options_check','isTrue','executeScript','zJaDc','LEZXI','22359546BurLKK','function','1516mvdbhp','--headless=new','GOBNG','script','xIloW','../helper','browserstack_executor','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','bvYwI','poVkq','requireModule','qCGTf','stopAccessibilityTestRun','bkNHn','aNqCX','device','bstackA11yShouldScan','Build\x20creation\x20had\x20failed.','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','yxPQq','ImQqs','error','20465XOHMtx','selenium-webdriver','headers','KfQVV','Content-Type','compareVersions','idMAQ','20TlCtzO','Oieul','wait','format','woDus','OjeGi','map','NzPjW','tYkqv','isUndefined','getHostInfo','\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.','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','base64','MOBILE_SCANNING_DISABLED_WARNING','BROWSERSTACK_TURBOSCALE','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','rbIdT','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','warn','data','ApHJB','null','buildName','false','resolveMobileThTestRunUuid','assign','VHoul','XnuDe','16AlfrTX','Invalid\x20configuration\x20passed.','FgXmF','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','nqgMA','Performing\x20scan\x20before\x20getting\x20results\x20summary','split','chrome','playwright','LTPRl','executeAsyncScript','nYgvM','PERFORM_SCAN','requiresChromeOptionsValidation','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','LhfKX','version','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','nonBstackPlatformValidation','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','mergeDeep','hAWrB','trim','json','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','ZmIiX','getGitMetaData','oaMkY','isMobileAccessibilitySession','selenium-webdriver/chrome.js','getTestFrameworkDetails','is_mobile_session','a11y:stop','browserstackSessionName','gYrrS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','fQaDX','NTBvc','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','getResults','--headless','oxoBl','getMinVersionForBrowser','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Performed\x20scan\x20with\x20result:\x20','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','includeTagsInTestingScope','lURpM','fVqMC','getCiInfo','SXWGb','Performing\x20scan\x20before\x20getting\x20results','jZZkf','vbDNj','getAccessibilityResults','getAccessibilityResultsSummary','options_','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','culjI','isArray','browserstack','android','auth','HHVFa','odwTZ','kSraW','platforms','bhfsw','--headless=','string','resolve','AGtjZ','KxvXl','eexOk','ZrtKX','../performance/performance-tester','response','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','fetchPlatformDetails','DXgEK','chromeOptions','GdzYU','toLowerCase','enhBO','FlPok','aFOCk','Lcbmm','stack','accessibility','CfZbS','zMvlN','Invalid\x20request:\x20','goog:chromeOptions','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','performScan','setNonBstackInfraCapabilities','some','length','includes','cwd','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','method','annyk','qqzPT','forEach','isAccessibilityAutomationSession','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','info','isBrowserstackInfra','body',']\x20but\x20thTestRunUuid\x20is\x20','PUT','chromeOptions_'];a108_0x2b37=function(){return _0x37fce0;};return a108_0x2b37();}exports[a108_0x48cf73(0x2ba)]=async _0x409801=>{const _0x5091bb=a108_0x48cf73,_0x4bf175={};_0x4bf175[_0x5091bb(0x236)]=function(_0x20dc12,_0x5e670e){return _0x20dc12===_0x5e670e;},_0x4bf175[_0x5091bb(0x2c2)]=_0x5091bb(0x2a8);const _0x5ee176=_0x4bf175;let _0x485627={};try{const _0x1443db=await _0x409801['getCapabilities']();_0x485627={'os_name':_0x1443db['getPlatform'](),'os_version':bsSetupHelper[_0x5091bb(0x1d0)](_0x5ee176[_0x5091bb(0x236)](global['__cloud_provider___'],_0x5ee176[_0x5091bb(0x2c2)])),'browser_name':_0x1443db[_0x5091bb(0x224)](),'browser_version':_0x1443db[_0x5091bb(0x21f)]()};}catch(_0x1993e6){logger[_0x5091bb(0x1d1)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x1993e6);}return _0x485627;},exports['isAccessibilityAutomationSession']=()=>{const _0x18cf74=a108_0x48cf73,_0x3133fe={};_0x3133fe['RTxoj']=function(_0x21530d,_0x2f2e6f){return _0x21530d===_0x2f2e6f;},_0x3133fe[_0x18cf74(0x257)]='string',_0x3133fe[_0x18cf74(0x229)]=function(_0x35c664,_0x390790){return _0x35c664>_0x390790;},_0x3133fe['LJvZl']=function(_0x5f41ef,_0x5db3a3){return _0x5f41ef!==_0x5db3a3;},_0x3133fe[_0x18cf74(0x21e)]=_0x18cf74(0x265),_0x3133fe[_0x18cf74(0x2c1)]=function(_0x58d78b,_0x3ec0d0){return _0x58d78b&&_0x3ec0d0;};const _0x3727be=_0x3133fe;try{const _0x206553=bsSetupHelper['isTrue'](process[_0x18cf74(0x1e0)][_0x18cf74(0x297)])||bsSetupHelper[_0x18cf74(0x22c)](process['env'][_0x18cf74(0x222)]),_0x30da39=_0x3727be['RTxoj'](typeof process[_0x18cf74(0x1e0)][_0x18cf74(0x1d4)],_0x3727be[_0x18cf74(0x257)])&&_0x3727be['QesAk'](process[_0x18cf74(0x1e0)][_0x18cf74(0x1d4)][_0x18cf74(0x2cd)],0x0)&&_0x3727be['LJvZl'](process[_0x18cf74(0x1e0)][_0x18cf74(0x1d4)],_0x3727be[_0x18cf74(0x21e)]);return _0x3727be[_0x18cf74(0x2c1)](_0x206553,_0x30da39);}catch(_0x23230d){logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x23230d);}return![];},exports[a108_0x48cf73(0x27e)]=(_0x3b2a92,_0x2741ff)=>{const _0x892561=a108_0x48cf73,_0x527716={'ypqpz':_0x892561(0x21b),'sOWHJ':function(_0x2c1c0d,_0xdc8eb3){return _0x2c1c0d(_0xdc8eb3);},'LTPRl':'browserVersion','NgmJs':_0x892561(0x27c),'jZZkf':_0x892561(0x1f4),'annyk':'deviceName','mjYwc':_0x892561(0x241),'RhmvX':_0x892561(0x2c9),'rbIdT':_0x892561(0x289),'Kjefa':_0x892561(0x249),'QjFnE':_0x892561(0x2a4),'odwTZ':'args','Oieul':_0x892561(0x2bc),'oxoBl':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','pBisQ':_0x892561(0x2c8),'qqzPT':function(_0x29bbc4,_0x3ca73e){return _0x29bbc4===_0x3ca73e;},'nqgMA':_0x892561(0x273),'YVHBC':function(_0xd3103a,_0x3ae144){return _0xd3103a>=_0x3ae144;}},_0x430381=_0x3b2a92[_0x892561(0x1ea)](_0x527716[_0x892561(0x204)]),_0x308499=_0x527716['sOWHJ'](parseFloat,_0x3b2a92[_0x892561(0x1ea)](_0x527716[_0x892561(0x275)]))||_0x527716['sOWHJ'](parseFloat,_0x3b2a92[_0x892561(0x1ea)](_0x527716['NgmJs'])),_0xb2f5e8=_0x3b2a92[_0x892561(0x1ea)](_0x527716[_0x892561(0x2a0)])||{},_0x5d43e4=_0x527716[_0x892561(0x20a)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x518b3a=_0xb2f5e8[_0x527716[_0x892561(0x1bb)]]||_0x3b2a92[_0x892561(0x1ea)](_0x527716[_0x892561(0x1f7)])||![];if(_0x518b3a)return logger[_0x892561(0x262)](_0x527716[_0x892561(0x221)]),![];let _0x42dd26;try{_0x42dd26=bsSetupHelper[_0x892561(0x23c)](_0x527716[_0x892561(0x260)],_0x527716['Kjefa']);}catch(_0x1b839d){return![];}const _0x439836=new _0x42dd26['Options'](_0x2741ff[_0x892561(0x1c5)]),_0x58a733=bsSetupHelper[_0x892561(0x1f9)](_0x439836,[_0x527716['QjFnE'],_0x527716[_0x892561(0x2ac)]])||bsSetupHelper[_0x892561(0x1f9)](_0x2741ff[_0x892561(0x218)],[_0x527716[_0x892561(0x2a0)],_0x527716[_0x892561(0x250)],_0x527716[_0x892561(0x2ac)]])||bsSetupHelper[_0x892561(0x1f9)](_0x2741ff[_0x892561(0x218)],[_0x527716[_0x892561(0x250)],_0x527716[_0x892561(0x2ac)]])||[],_0x303258=Array[_0x892561(0x2a7)](_0x58a733)?_0x58a733:[];if(_0x303258[_0x892561(0x2cc)](_0xe81c46=>typeof _0xe81c46===_0x892561(0x2b1)&&(_0xe81c46===_0x892561(0x294)||_0xe81c46[_0x892561(0x1cf)]('--headless=')&&_0xe81c46!==_0x892561(0x233))))return logger[_0x892561(0x262)](_0x527716[_0x892561(0x295)]),![];const _0x4c9f59=_0x2741ff[_0x892561(0x218)]||{},_0x304b80=bsSetupHelper[_0x892561(0x1f9)](_0x4c9f59,[_0x527716[_0x892561(0x1e3)]])||{},_0x4985d5=bsSetupHelper[_0x892561(0x1f9)](_0x304b80,[_0x527716['odwTZ']])||[],_0x200c5c=Array[_0x892561(0x2a7)](_0x4985d5)?_0x4985d5:[];if(_0x200c5c[_0x892561(0x2cc)](_0x4236a1=>typeof _0x4236a1===_0x892561(0x2b1)&&(_0x4236a1===_0x892561(0x294)||_0x4236a1[_0x892561(0x1cf)](_0x892561(0x2b0))&&_0x4236a1!==_0x892561(0x233))))return logger[_0x892561(0x262)](_0x527716[_0x892561(0x295)]),![];if(_0x527716[_0x892561(0x1bc)](_0x430381[_0x892561(0x2be)](),_0x527716[_0x892561(0x270)])&&_0x527716['YVHBC'](_0x308499,_0x5d43e4))return!![];return logger[_0x892561(0x262)](_0x892561(0x1bf)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x48cf73(0x2cb)]=_0x456940=>{const _0x1ab8dc=a108_0x48cf73,_0x3e749b={};_0x3e749b[_0x1ab8dc(0x256)]='goog:chromeOptions',_0x3e749b[_0x1ab8dc(0x29b)]=function(_0x54a40b,_0x5a2676){return _0x54a40b||_0x5a2676;},_0x3e749b[_0x1ab8dc(0x287)]=_0x1ab8dc(0x1df);const _0x17f642=_0x3e749b,_0x41d93d=scripts['ChromeExtension'];try{const _0x2bb975=bsSetupHelper[_0x1ab8dc(0x22c)](process[_0x1ab8dc(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x1ab8dc(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x1ab8dc(0x1c1)]()||process['env'][_0x1ab8dc(0x25e)])&&_0x2bb975){const _0x12182a=_0x456940[_0x1ab8dc(0x1ee)](),_0x1a3553=_0x12182a[_0x1ab8dc(0x1ea)](_0x17f642[_0x1ab8dc(0x256)]),_0x4f3bda=_0x17f642[_0x1ab8dc(0x29b)](_0x1a3553,{});bsSetupHelper[_0x1ab8dc(0x280)](_0x4f3bda,_0x41d93d),_0x456940[_0x1ab8dc(0x1ee)]()['set'](_0x17f642[_0x1ab8dc(0x256)],_0x4f3bda);}else logger[_0x1ab8dc(0x262)](_0x17f642[_0x1ab8dc(0x287)]);}catch(_0x2e6a9b){logger[_0x1ab8dc(0x247)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x2e6a9b);}},exports[a108_0x48cf73(0x219)]=(_0x2b3362=null,_0x53c76b=!![],_0x14ab64=[])=>{const _0xb08991=a108_0x48cf73,_0x26b138={};_0x26b138[_0xb08991(0x29e)]=function(_0x134d29,_0x533190){return _0x134d29==_0x533190;},_0x26b138[_0xb08991(0x2ab)]=function(_0x21377d,_0x1eb6d5){return _0x21377d>_0x1eb6d5;},_0x26b138['lQlxn']=function(_0x4edec1,_0x84cb3){return _0x4edec1===_0x84cb3;},_0x26b138[_0xb08991(0x211)]=function(_0x302920,_0x729b7f){return _0x302920&&_0x729b7f;};const _0x7393e6=_0x26b138;if(_0x7393e6[_0xb08991(0x29e)](process['env'][_0xb08991(0x2a5)],null))return!![];try{const _0x1b8aeb=JSON['parse'](process[_0xb08991(0x1e0)][_0xb08991(0x2a5)]),_0x50c0e9=Array[_0xb08991(0x2a7)](_0x1b8aeb['includeTagsInTestingScope'])?_0x1b8aeb[_0xb08991(0x29a)]:[],_0x15c3c3=Array[_0xb08991(0x2a7)](_0x1b8aeb[_0xb08991(0x20c)])?_0x1b8aeb[_0xb08991(0x20c)]:[],_0x183b51=_0x4985e9=>typeof _0x4985e9===_0xb08991(0x2b1)?_0x4985e9['replace'](/^@/,'')['toLowerCase']()[_0xb08991(0x282)]():_0x4985e9;if(bsSetupHelper[_0xb08991(0x258)](_0x2b3362)){if(_0x7393e6[_0xb08991(0x2ab)](_0x14ab64[_0xb08991(0x2cd)],0x0)){const _0x1afbd4=_0x14ab64[_0xb08991(0x255)](_0x183b51),_0x36399b=_0x15c3c3[_0xb08991(0x2cc)](_0x1a792c=>_0x1afbd4['includes'](_0x183b51(_0x1a792c))),_0x4f47a0=_0x7393e6[_0xb08991(0x212)](_0x50c0e9['length'],0x0)||_0x50c0e9[_0xb08991(0x2cc)](_0x1dc15f=>_0x1afbd4['includes'](_0x183b51(_0x1dc15f)));return _0x7393e6[_0xb08991(0x211)](!_0x36399b,_0x4f47a0);}return!![];}let _0x13c384;_0x53c76b?_0x13c384=_0x2b3362[_0xb08991(0x202)]('/'):_0x13c384=_0x2b3362;const _0x20bc60=_0x15c3c3[_0xb08991(0x2cc)](_0x4f682f=>_0x13c384[_0xb08991(0x2be)]()[_0xb08991(0x2ce)](_0x183b51(_0x4f682f)['toLowerCase']())),_0x1dfa9a=_0x7393e6['lQlxn'](_0x50c0e9['length'],0x0)||_0x50c0e9['some'](_0x582346=>_0x13c384['toLowerCase']()['includes'](_0x183b51(_0x582346)['toLowerCase']()));return _0x7393e6[_0xb08991(0x211)](!_0x20bc60,_0x1dfa9a);}catch(_0x2f1192){logger[_0xb08991(0x1d1)](_0xb08991(0x292)+util[_0xb08991(0x252)](_0x2f1192));}return![];},exports[a108_0x48cf73(0x225)]=_0xdb1337=>{const _0x3e3e32=a108_0x48cf73;let _0x250f35=![];try{_0xdb1337[_0x3e3e32(0x2ae)][_0x3e3e32(0x1bd)](_0x1d90f2=>{const _0x483885=_0x3e3e32;if(bsSetupHelper['isTrue'](_0x1d90f2[_0x483885(0x2c4)]))return _0x250f35=!![],!![];});}catch(_0x185823){logger[_0x3e3e32(0x1d1)](_0x3e3e32(0x1ef)+_0x185823);}return _0x250f35||bsSetupHelper[_0x3e3e32(0x22c)](_0xdb1337[_0x3e3e32(0x2c4)]);},exports[a108_0x48cf73(0x1c9)]=PerformanceTester['measureWrapper'](a108_0x48cf73(0x20d),async function(_0x5bd1b5,_0x1f94c6){const _0x38c2e4=a108_0x48cf73,_0x304610={};_0x304610[_0x38c2e4(0x2ad)]=_0x38c2e4(0x1c6),_0x304610[_0x38c2e4(0x2b6)]=_0x38c2e4(0x274),_0x304610[_0x38c2e4(0x216)]='javascript',_0x304610[_0x38c2e4(0x2bb)]=_0x38c2e4(0x223),_0x304610[_0x38c2e4(0x206)]=_0x38c2e4(0x1d8),_0x304610[_0x38c2e4(0x1d2)]=_0x38c2e4(0x1d6),_0x304610[_0x38c2e4(0x2b5)]=function(_0x19d03f,_0x42ca1e){return _0x19d03f===_0x42ca1e;},_0x304610[_0x38c2e4(0x213)]=_0x38c2e4(0x26d),_0x304610[_0x38c2e4(0x22e)]=_0x38c2e4(0x267);const _0x4e5228=_0x304610,_0x4e117d=bsSetupHelper['getUserName'](_0x5bd1b5),_0x5deccd=bsSetupHelper[_0x38c2e4(0x215)](_0x5bd1b5);if(bsSetupHelper[_0x38c2e4(0x258)](_0x4e117d)||bsSetupHelper[_0x38c2e4(0x258)](_0x5deccd))return logger[_0x38c2e4(0x247)](_0x4e5228[_0x38c2e4(0x2ad)]),[null,null];try{let _0x1eb3a6;bsSetupHelper[_0x38c2e4(0x258)](process[_0x38c2e4(0x1e0)][_0x38c2e4(0x2a5)])?_0x1eb3a6={}:_0x1eb3a6=JSON[_0x38c2e4(0x1f5)](process[_0x38c2e4(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x2bc971,version:_0x1ad1f9}=bsSetupHelper[_0x38c2e4(0x28a)](_0x5bd1b5,_0x1f94c6),_0x1d3e17={'projectName':_0x5bd1b5[_0x38c2e4(0x1dc)],'buildName':_0x5bd1b5[_0x38c2e4(0x266)]||path['basename'](path[_0x38c2e4(0x2b2)](process[_0x38c2e4(0x1b8)]())),'startTime':new Date()[_0x38c2e4(0x208)](),'description':_0x5bd1b5['buildDescription']||'','source':{'frameworkName':_0x1f94c6['includes'](_0x4e5228[_0x38c2e4(0x2b6)])?_0x4e5228[_0x38c2e4(0x2b6)]:_0x1f94c6,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x1f94c6),'sdkVersion':bsSetupHelper[_0x38c2e4(0x1ed)](),'language':_0x4e5228[_0x38c2e4(0x216)],'testFramework':_0x2bc971,'testFrameworkVersion':_0x1ad1f9},'settings':_0x1eb3a6,'versionControl':await bsSetupHelper[_0x38c2e4(0x286)](),'ciInfo':bsSetupHelper[_0x38c2e4(0x29d)](),'hostInfo':bsSetupHelper[_0x38c2e4(0x259)](),'browserstackAutomation':bsSetupHelper[_0x38c2e4(0x1c1)]()},_0x393101={};_0x393101[_0x38c2e4(0x1d5)]=_0x4e117d,_0x393101[_0x38c2e4(0x20e)]=_0x5deccd;const _0x543dd0={};_0x543dd0['Content-Type']=_0x4e5228[_0x38c2e4(0x2bb)];const _0x318deb={};_0x318deb[_0x38c2e4(0x2aa)]=_0x393101,_0x318deb[_0x38c2e4(0x24a)]=_0x543dd0;const _0x1f28b8=_0x318deb,_0x1a34f2={};_0x1a34f2['body']=_0x1d3e17,_0x1a34f2[_0x38c2e4(0x283)]=!![];const _0x579a76=Object[_0x38c2e4(0x269)](_0x1f28b8,_0x1a34f2),_0x15f2f7=await bsSetupHelper[_0x38c2e4(0x1cb)](_0x4e5228[_0x38c2e4(0x206)],_0x4e5228[_0x38c2e4(0x1d2)],_0x579a76,_0x5bd1b5,API_URL);let _0x49e945=process[_0x38c2e4(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x49e945?_0x49e945=JSON[_0x38c2e4(0x1f5)](process[_0x38c2e4(0x1e0)][_0x38c2e4(0x2a5)]):_0x49e945={},scripts[_0x38c2e4(0x1f8)](_0x15f2f7[_0x38c2e4(0x263)][_0x38c2e4(0x263)]),scripts['toJson'](),_0x49e945['scannerVersion']=_0x15f2f7[_0x38c2e4(0x263)][_0x38c2e4(0x263)][_0x38c2e4(0x217)],process[_0x38c2e4(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x38c2e4(0x1eb)](_0x49e945),[_0x15f2f7[_0x38c2e4(0x263)][_0x38c2e4(0x263)]['accessibilityToken'],_0x15f2f7[_0x38c2e4(0x263)][_0x38c2e4(0x263)]['id']];}catch(_0x402da1){if(_0x402da1[_0x38c2e4(0x2b8)])logger[_0x38c2e4(0x247)](_0x38c2e4(0x25b)+_0x402da1[_0x38c2e4(0x2b8)][_0x38c2e4(0x1fe)]+'\x20'+_0x402da1[_0x38c2e4(0x2b8)][_0x38c2e4(0x1e4)]+'\x20'+JSON[_0x38c2e4(0x1eb)](_0x402da1[_0x38c2e4(0x2b8)][_0x38c2e4(0x263)]));else{if(_0x4e5228[_0x38c2e4(0x2b5)](_0x402da1['message'],_0x4e5228[_0x38c2e4(0x213)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x402da1[_0x38c2e4(0x1f2)]||_0x402da1['stack']));for(const _0x2d26b9 of _0x402da1[_0x38c2e4(0x1f3)]){logger[_0x38c2e4(0x247)](_0x2d26b9[_0x38c2e4(0x1f2)]);}process[_0x38c2e4(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4e5228[_0x38c2e4(0x22e)],process[_0x38c2e4(0x1e0)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x4e5228[_0x38c2e4(0x22e)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x402da1[_0x38c2e4(0x1f2)]||_0x402da1[_0x38c2e4(0x2c3)]));}return[null,null];}}),exports[a108_0x48cf73(0x23e)]=PerformanceTester[a108_0x48cf73(0x1e8)](a108_0x48cf73(0x28c),async function(_0x151be0){const _0x684f77=a108_0x48cf73,_0x24cf51={};_0x24cf51[_0x684f77(0x2c0)]=function(_0x43b508,_0x1c2a69){return _0x43b508!==_0x1c2a69;},_0x24cf51[_0x684f77(0x29c)]=_0x684f77(0x2b1),_0x24cf51[_0x684f77(0x1ca)]=_0x684f77(0x247),_0x24cf51[_0x684f77(0x2b3)]=_0x684f77(0x243),_0x24cf51[_0x684f77(0x1e5)]=_0x684f77(0x223),_0x24cf51['qCGTf']=_0x684f77(0x1c4),_0x24cf51[_0x684f77(0x26b)]='test_runs/stop',_0x24cf51[_0x684f77(0x1da)]=function(_0x354707,_0x4fbbb2){return _0x354707+_0x4fbbb2;},_0x24cf51[_0x684f77(0x205)]=_0x684f77(0x2c7),_0x24cf51[_0x684f77(0x264)]=_0x684f77(0x1e2);const _0x4d3924=_0x24cf51;if(bsSetupHelper[_0x684f77(0x258)](process[_0x684f77(0x1e0)][_0x684f77(0x1d4)])||_0x4d3924[_0x684f77(0x2c0)](typeof process[_0x684f77(0x1e0)][_0x684f77(0x1d4)],_0x4d3924[_0x684f77(0x29c)])){const _0x80cc6b={};return _0x80cc6b[_0x684f77(0x1fe)]=_0x4d3924['URWsc'],_0x80cc6b[_0x684f77(0x1f2)]=_0x4d3924['AGtjZ'],_0x80cc6b;}const _0x3f00ad={'endTime':new Date()[_0x684f77(0x208)]()},_0x2627e4={};_0x2627e4['Authorization']=_0x684f77(0x228)+process[_0x684f77(0x1e0)]['BS_A11Y_JWT'],_0x2627e4[_0x684f77(0x24c)]=_0x4d3924[_0x684f77(0x1e5)];const _0x2b0f86={};_0x2b0f86['headers']=_0x2627e4;const _0x5b9a78=_0x2b0f86,_0x466544={};_0x466544[_0x684f77(0x1c2)]=_0x3f00ad,_0x466544[_0x684f77(0x2aa)]=null,_0x466544[_0x684f77(0x283)]=!![];const _0x143852=Object[_0x684f77(0x269)](_0x5b9a78,_0x466544);try{const _0x324e15=await bsSetupHelper[_0x684f77(0x1cb)](_0x4d3924[_0x684f77(0x23d)],_0x4d3924['XnuDe'],_0x143852,_0x151be0,API_URL);if(_0x324e15[_0x684f77(0x263)][_0x684f77(0x247)])throw new Error(_0x4d3924[_0x684f77(0x1da)](_0x4d3924[_0x684f77(0x205)],_0x324e15[_0x684f77(0x263)]['error']));else{logger[_0x684f77(0x1c0)](_0x684f77(0x299)+new Date()[_0x684f77(0x208)]());const _0x1e897f={};return _0x1e897f[_0x684f77(0x1fe)]=_0x4d3924['ApHJB'],_0x1e897f[_0x684f77(0x1f2)]='',_0x1e897f;}}catch(_0x5a1393){_0x5a1393[_0x684f77(0x2b8)]?logger['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x5a1393[_0x684f77(0x2b8)][_0x684f77(0x1fe)]+'\x20'+_0x5a1393[_0x684f77(0x2b8)][_0x684f77(0x1e4)]+'\x20'+JSON[_0x684f77(0x1eb)](_0x5a1393[_0x684f77(0x2b8)][_0x684f77(0x263)])):logger[_0x684f77(0x247)](_0x684f77(0x1cc)+(_0x5a1393['message']||util[_0x684f77(0x252)](_0x5a1393)));const _0x47cb11={};return _0x47cb11[_0x684f77(0x1fe)]=_0x4d3924['URWsc'],_0x47cb11[_0x684f77(0x1f2)]=_0x5a1393[_0x684f77(0x1f2)]||(_0x5a1393[_0x684f77(0x2b8)]?_0x5a1393[_0x684f77(0x2b8)]['status']+':'+_0x5a1393[_0x684f77(0x2b8)]['statusText']:_0x5a1393),_0x47cb11;}}),exports[a108_0x48cf73(0x2ca)]=async(_0x368393,_0x262aca=null,_0x55ed5c=![],_0xa0d643=null)=>{const _0x1ab872=a108_0x48cf73,_0x4fd68d={};_0x4fd68d[_0x1ab872(0x2c5)]=_0x1ab872(0x1e1),_0x4fd68d[_0x1ab872(0x254)]=_0x1ab872(0x242),_0x4fd68d[_0x1ab872(0x1f1)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.',_0x4fd68d[_0x1ab872(0x253)]=function(_0x523c50,_0x210152){return _0x523c50||_0x210152;},_0x4fd68d[_0x1ab872(0x23b)]='bstackA11yScanOptions',_0x4fd68d[_0x1ab872(0x285)]=_0x1ab872(0x1fb);const _0x2bef4e=_0x4fd68d;if(!this['isAccessibilityAutomationSession']()||!globals[_0x1ab872(0x226)](_0x2bef4e[_0x1ab872(0x2c5)])||!_0x55ed5c&&!globals[_0x1ab872(0x226)](_0x2bef4e[_0x1ab872(0x254)])){logger[_0x1ab872(0x262)](_0x2bef4e[_0x1ab872(0x1f1)]);return;}const _0x42151d=_0x55ed5c?_0x2bef4e[_0x1ab872(0x253)](_0xa0d643,{}):globals[_0x1ab872(0x226)](_0x2bef4e['poVkq'])||{},_0x1df3f9={};_0x1df3f9[_0x1ab872(0x1ba)]=_0x262aca||global[_0x1ab872(0x28d)];const _0x5a8ea7=Object[_0x1ab872(0x269)]({},_0x42151d,_0x1df3f9);await this[_0x1ab872(0x288)](_0x368393)&&(Object[_0x1ab872(0x269)](_0x5a8ea7,this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x1ab872(0x268)]()}),logger[_0x1ab872(0x1d1)](_0x2bef4e['ZmIiX']));logger['debug'](_0x1ab872(0x2b9)+util[_0x1ab872(0x252)]('%j',_0x5a8ea7));const _0x32348f={};return _0x32348f['command']=_0x262aca,await PerformanceTester[_0x1ab872(0x1e8)](PerformanceA11yEvents[_0x1ab872(0x278)],async()=>{const _0x4bc711=_0x1ab872;try{await _0x368393[_0x4bc711(0x251)](()=>_0x368393[_0x4bc711(0x22d)](_0x4bc711(0x22a)),0x1388);}catch(_0x315212){}const _0x1622d6=util[_0x4bc711(0x252)](await _0x368393[_0x4bc711(0x276)](scripts[_0x4bc711(0x2ca)],_0x5a8ea7));return logger[_0x4bc711(0x1d1)](_0x4bc711(0x298)+_0x1622d6),_0x1622d6;},_0x32348f)();},exports['getAccessibilityResults']=async(_0x5157b,_0x35dd73)=>{const _0x5e682e=a108_0x48cf73,_0x3e67de={};_0x3e67de[_0x5e682e(0x23f)]=_0x5e682e(0x29f),_0x3e67de['WRrZm']='isAccessibilityPlatform',_0x3e67de['GdzYU']=_0x5e682e(0x242),_0x3e67de['hAWrB']=_0x5e682e(0x28f),_0x3e67de[_0x5e682e(0x23a)]=_0x5e682e(0x2a2),_0x3e67de[_0x5e682e(0x290)]=_0x5e682e(0x1e9);const _0x29f21c=_0x3e67de;if(!this[_0x5e682e(0x1be)]()||!globals[_0x5e682e(0x226)](_0x29f21c['WRrZm'])||!globals[_0x5e682e(0x226)](_0x29f21c[_0x5e682e(0x2bd)]))return logger[_0x5e682e(0x262)](_0x29f21c[_0x5e682e(0x281)]),[];try{const _0x196434=await this[_0x5e682e(0x288)](_0x5157b),_0x4ba69c=_0x196434?Object[_0x5e682e(0x269)]({},this[_0x5e682e(0x1fa)](),{'thTestRunUuid':this[_0x5e682e(0x268)]()}):{};return _0x196434&&logger[_0x5e682e(0x1d1)](_0x5e682e(0x1b9)+util['format']('%j',_0x4ba69c)),await PerformanceTester[_0x5e682e(0x1e8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x14d54a=_0x5e682e;logger[_0x14d54a(0x1d1)](_0x29f21c[_0x14d54a(0x23f)]);const _0x917800={};_0x917800[_0x14d54a(0x1ba)]=_0x35dd73[_0x14d54a(0x28d)];const _0x20d9b6=Object[_0x14d54a(0x269)](_0x917800,_0x4ba69c);logger['debug'](util['format'](await _0x5157b[_0x14d54a(0x276)](scripts[_0x14d54a(0x2ca)],_0x20d9b6)));},{'command':_0x29f21c[_0x5e682e(0x23a)]})(),await PerformanceTester[_0x5e682e(0x1e8)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x1334b0=_0x5e682e,_0x12dca0=_0x196434?await _0x5157b[_0x1334b0(0x276)](scripts['getResults'],_0x4ba69c):await _0x5157b[_0x1334b0(0x276)](scripts[_0x1334b0(0x293)]);return _0x12dca0;})();}catch{return logger[_0x5e682e(0x247)](_0x29f21c[_0x5e682e(0x290)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x46e0b6,_0x1b8bba)=>{const _0x1fd06e=a108_0x48cf73,_0x37a35c={};_0x37a35c[_0x1fd06e(0x2b4)]=_0x1fd06e(0x271),_0x37a35c['NTBvc']=_0x1fd06e(0x1e1),_0x37a35c[_0x1fd06e(0x227)]=_0x1fd06e(0x242),_0x37a35c[_0x1fd06e(0x2bf)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x37a35c[_0x1fd06e(0x240)]=_0x1fd06e(0x2a3),_0x37a35c[_0x1fd06e(0x210)]=_0x1fd06e(0x1c7);const _0x322382=_0x37a35c;if(!this[_0x1fd06e(0x1be)]()||!globals[_0x1fd06e(0x226)](_0x322382[_0x1fd06e(0x291)])||!globals[_0x1fd06e(0x226)](_0x322382[_0x1fd06e(0x227)]))return logger[_0x1fd06e(0x262)](_0x322382[_0x1fd06e(0x2bf)]),{};try{const _0x28070c=await this[_0x1fd06e(0x288)](_0x46e0b6),_0x23866e=_0x28070c?Object[_0x1fd06e(0x269)]({},this[_0x1fd06e(0x1fa)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x28070c&&logger['debug'](_0x1fd06e(0x27a)+util['format']('%j',_0x23866e)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x281e4f=_0x1fd06e;logger[_0x281e4f(0x1d1)](_0x322382[_0x281e4f(0x2b4)]);const _0x531447={};_0x531447['method']=_0x1b8bba[_0x281e4f(0x28d)];const _0x5dbc8f=Object['assign'](_0x531447,_0x23866e);logger[_0x281e4f(0x1d1)](util[_0x281e4f(0x252)](await _0x46e0b6[_0x281e4f(0x276)](scripts[_0x281e4f(0x2ca)],_0x5dbc8f)));},{'command':_0x322382[_0x1fd06e(0x240)]})(),await PerformanceTester[_0x1fd06e(0x1e8)](PerformanceA11yEvents[_0x1fd06e(0x203)],async()=>{const _0x3e4678=_0x1fd06e,_0x96fc5a=_0x28070c?await _0x46e0b6[_0x3e4678(0x276)](scripts['getResultsSummary'],_0x23866e):await _0x46e0b6[_0x3e4678(0x276)](scripts['getResultsSummary']);return _0x96fc5a;})();}catch{return logger[_0x1fd06e(0x247)](_0x322382[_0x1fd06e(0x210)]),{};}},exports[a108_0x48cf73(0x1de)]=(_0x2f9685,_0x392128=![])=>{const _0xc8295d=a108_0x48cf73,_0x5a2162={'LhfKX':function(_0x265b35,_0x4617e8){return _0x265b35(_0x4617e8);},'IahJJ':'platformName','RfyIA':function(_0x4c7e90,_0x366421){return _0x4c7e90!==_0x366421;},'zMvlN':_0xc8295d(0x2a9),'ImQqs':function(_0x42dd49,_0x353fc2){return _0x42dd49(_0x353fc2);},'idMAQ':_0xc8295d(0x21b),'KfQVV':_0xc8295d(0x273),'nqHUr':_0xc8295d(0x284),'VHoul':'Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)'};try{if(!_0x2f9685)return![];const _0x1bed66=_0x517fc3=>typeof _0x2f9685['get']===_0xc8295d(0x231)?_0x2f9685[_0xc8295d(0x1ea)](_0x517fc3):_0x2f9685[_0x517fc3],_0x533ea6=_0x5a2162[_0xc8295d(0x27b)](String,_0x5a2162[_0xc8295d(0x27b)](_0x1bed66,_0x5a2162[_0xc8295d(0x209)])||'')['toLowerCase']();if(_0x5a2162['RfyIA'](_0x533ea6,_0x5a2162[_0xc8295d(0x2c6)]))return![];const _0x30cc6c=_0x5a2162[_0xc8295d(0x246)](String,_0x5a2162[_0xc8295d(0x246)](_0x1bed66,_0x5a2162[_0xc8295d(0x24e)])||'')['toLowerCase']();if(!_0x30cc6c[_0xc8295d(0x2ce)](_0x5a2162[_0xc8295d(0x24b)]))return _0x392128&&logger['warn'](_0x5a2162['nqHUr']),![];return logger[_0xc8295d(0x1d1)](_0x5a2162[_0xc8295d(0x26a)]),!![];}catch(_0x43b035){return logger[_0xc8295d(0x1d1)](_0xc8295d(0x244)+_0x43b035),![];}},exports[a108_0x48cf73(0x288)]=async _0x425083=>{const _0x247381=a108_0x48cf73;try{const _0x37f637=await _0x425083[_0x247381(0x1ee)]();return exports[_0x247381(0x1de)](_0x37f637);}catch(_0x1938c0){return logger[_0x247381(0x1d1)](_0x247381(0x26f)+_0x1938c0),![];}},exports[a108_0x48cf73(0x1fa)]=()=>{const _0x19f8bb=a108_0x48cf73,_0x17bab8={};return _0x17bab8[_0x19f8bb(0x28b)]=!![],_0x17bab8;},exports['resolveMobileThTestRunUuid']=()=>{const _0x25d5d5=a108_0x48cf73,_0x59164d={};_0x59164d['GOBNG']=function(_0x3369aa,_0x50316f){return _0x3369aa===_0x50316f;},_0x59164d[_0x25d5d5(0x1ce)]=_0x25d5d5(0x2b1),_0x59164d['dbUhb']=function(_0x18aae9,_0x7ed47b){return _0x18aae9>_0x7ed47b;},_0x59164d['pWFjW']=_0x25d5d5(0x21d),_0x59164d['RbCja']=_0x25d5d5(0x27f),_0x59164d[_0x25d5d5(0x21c)]=function(_0x4e4fe7,_0x50dd0a){return _0x4e4fe7===_0x50dd0a;},_0x59164d[_0x25d5d5(0x28e)]='undefined';const _0x43265f=_0x59164d,_0x2990ad=global['__workerDetails'],_0x49f47b=_0x2990ad&&_0x2990ad[_0x25d5d5(0x1c8)],_0x50f0ee=_0x49f47b&&_0x49f47b[_0x25d5d5(0x214)];if(_0x43265f[_0x25d5d5(0x234)](typeof _0x50f0ee,_0x43265f[_0x25d5d5(0x1ce)])&&_0x43265f['dbUhb'](_0x50f0ee[_0x25d5d5(0x2cd)],0x0))return _0x50f0ee;let _0x576f89;if(!_0x2990ad)_0x576f89=_0x43265f['pWFjW'];else!_0x49f47b?_0x576f89=_0x43265f[_0x25d5d5(0x1ff)]:_0x576f89=_0x25d5d5(0x239)+Object['keys'](_0x49f47b)[_0x25d5d5(0x202)](',\x20')+_0x25d5d5(0x1c3)+(_0x43265f[_0x25d5d5(0x21c)](_0x50f0ee,undefined)?_0x43265f[_0x25d5d5(0x28e)]:'\x22'+_0x50f0ee+'\x22')+_0x25d5d5(0x261);return logger[_0x25d5d5(0x262)](_0x25d5d5(0x1f0)+_0x576f89+_0x25d5d5(0x25a)),'';},exports[a108_0x48cf73(0x201)]=_0x249bad=>{const _0x8cd632=a108_0x48cf73,_0xc6a943={};_0xc6a943[_0x8cd632(0x2af)]=function(_0x3bd7b6,_0x320ce8){return _0x3bd7b6===_0x320ce8;},_0xc6a943[_0x8cd632(0x277)]=_0x8cd632(0x2b1),_0xc6a943[_0x8cd632(0x2a1)]=_0x8cd632(0x238);const _0x2f8511=_0xc6a943;if(_0x249bad&&_0x249bad[_0x8cd632(0x235)]&&_0x2f8511['bhfsw'](typeof _0x249bad[_0x8cd632(0x235)],_0x2f8511['nYgvM']))return _0x249bad[_0x8cd632(0x235)][_0x8cd632(0x2ce)](_0x2f8511[_0x8cd632(0x2a1)]);return![];},exports[a108_0x48cf73(0x25d)]=a108_0x48cf73(0x27d),exports['isMobileScanningEnabledForGroup']=()=>process[a108_0x48cf73(0x1e0)][a108_0x48cf73(0x25f)]===a108_0x48cf73(0x1d7),exports['isBrowserSupportedForAccessibility']=_0x3e96a1=>{const _0x15359a=a108_0x48cf73,_0x53085e={};_0x53085e[_0x15359a(0x26e)]=function(_0x584597,_0x364186){return _0x584597 in _0x364186;};const _0x56024f=_0x53085e;if(bsSetupHelper['isUndefined'](_0x3e96a1))return![];const _0x36f711=_0x3e96a1[_0x15359a(0x2be)]();return _0x56024f['FgXmF'](_0x36f711,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x48cf73(0x207)]=_0x4f9084=>{const _0x500d3a=a108_0x48cf73;if(bsSetupHelper[_0x500d3a(0x258)](_0x4f9084))return null;const _0x544c7d=_0x4f9084[_0x500d3a(0x2be)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x544c7d]||null;},exports[a108_0x48cf73(0x296)]=(_0x2220a4,_0x4b5d85)=>{const _0x5e6f70=a108_0x48cf73,_0x347f33=this[_0x5e6f70(0x207)](_0x2220a4);if(!_0x347f33)return null;if(_0x4b5d85)return _0x347f33[_0x5e6f70(0x220)];return _0x347f33[_0x5e6f70(0x1ec)];},exports[a108_0x48cf73(0x1e7)]=_0x162bbc=>{const _0x3e860e=a108_0x48cf73,_0x1d0105=this['getBrowserA11yConfig'](_0x162bbc);return _0x1d0105?_0x1d0105[_0x3e860e(0x20f)]:_0x162bbc;},exports[a108_0x48cf73(0x279)]=_0x4a1daa=>{const _0x5cc825=a108_0x48cf73,_0xb2e7b5=this[_0x5cc825(0x207)](_0x4a1daa);return _0xb2e7b5?_0xb2e7b5[_0x5cc825(0x22b)]:![];},exports[a108_0x48cf73(0x1fc)]=(_0x532544,_0x310407)=>{const _0x448013=a108_0x48cf73,_0x1f6634={'yxPQq':function(_0x206532,_0x590050){return _0x206532(_0x590050);},'kWmXQ':function(_0xb4ed37,_0x3740d9){return _0xb4ed37>=_0x3740d9;}};if(bsSetupHelper[_0x448013(0x258)](_0x532544)||bsSetupHelper[_0x448013(0x258)](_0x310407))return![];const _0x115bcb=bsSetupHelper[_0x448013(0x24d)](_0x1f6634[_0x448013(0x245)](String,_0x532544),_0x1f6634[_0x448013(0x245)](String,_0x310407));return _0x1f6634['kWmXQ'](_0x115bcb,0x0);},exports['parseA11yJwtPayload']=_0x2beb33=>{const _0x561288=a108_0x48cf73,_0x24b04f={};_0x24b04f['culjI']=function(_0x40da47,_0x5a9d3c){return _0x40da47!==_0x5a9d3c;},_0x24b04f[_0x561288(0x1d3)]=_0x561288(0x2b1),_0x24b04f[_0x561288(0x22f)]=_0x561288(0x25c);const _0x1881ab=_0x24b04f;if(!_0x2beb33||_0x1881ab[_0x561288(0x2a6)](typeof _0x2beb33,_0x1881ab[_0x561288(0x1d3)]))return null;try{return JSON['parse'](Buffer['from'](_0x2beb33[_0x561288(0x272)]('.')[0x1],_0x1881ab['LEZXI'])['toString']());}catch{return null;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a109_0x521988=a109_0x2855;(function(_0x566d26,_0x12c518){const _0x2819ab=a109_0x2855,_0x1de1cc=_0x566d26();while(!![]){try{const _0xb6929=parseInt(_0x2819ab(0x1f4))/0x1*(-parseInt(_0x2819ab(0x21f))/0x2)+-parseInt(_0x2819ab(0x1f6))/0x3+-parseInt(_0x2819ab(0x20a))/0x4*(-parseInt(_0x2819ab(0x1fd))/0x5)+parseInt(_0x2819ab(0x20b))/0x6+parseInt(_0x2819ab(0x20e))/0x7+-parseInt(_0x2819ab(0x204))/0x8+parseInt(_0x2819ab(0x21d))/0x9;if(_0xb6929===_0x12c518)break;else _0x1de1cc['push'](_0x1de1cc['shift']());}catch(_0x51d5ee){_0x1de1cc['push'](_0x1de1cc['shift']());}}}(a109_0x2dcc,0xec021));const path=require('path'),fs=require('fs'),logger=require('../../helpers/logger')[a109_0x521988(0x20c)],helper=require(a109_0x521988(0x206));class Scripts{constructor(){const _0x1f5ede=a109_0x521988,_0x489b26={};_0x489b26['wcKSx']=_0x1f5ede(0x214),_0x489b26[_0x1f5ede(0x21e)]=_0x1f5ede(0x209),_0x489b26[_0x1f5ede(0x200)]=_0x1f5ede(0x226);const _0x14f776=_0x489b26,_0x208ddb=_0x14f776['wcKSx'][_0x1f5ede(0x202)]('|');let _0x142de0=0x0;while(!![]){switch(_0x208ddb[_0x142de0++]){case'0':this[_0x1f5ede(0x229)]=path['join'](helper['homedir'](),_0x14f776[_0x1f5ede(0x21e)]);continue;case'1':this[_0x1f5ede(0x1f3)]=null;continue;case'2':this['getResults']=null;continue;case'3':this['fromJson']();continue;case'4':this[_0x1f5ede(0x21c)]=null;continue;case'5':this['performScan']=null;continue;case'6':this[_0x1f5ede(0x1f7)]=path[_0x1f5ede(0x203)](this[_0x1f5ede(0x229)],_0x14f776[_0x1f5ede(0x200)]);continue;}break;}}['parseFromJson'](_0x5c7855){const _0x5e1833=a109_0x521988;_0x5c7855[_0x5e1833(0x218)]&&(this[_0x5e1833(0x1f5)]=_0x5c7855['scripts']['scan'],this[_0x5e1833(0x227)]=_0x5c7855[_0x5e1833(0x218)][_0x5e1833(0x227)],this[_0x5e1833(0x21c)]=_0x5c7855[_0x5e1833(0x218)][_0x5e1833(0x21c)],this[_0x5e1833(0x1f3)]=_0x5c7855['scripts'][_0x5e1833(0x215)]),this[_0x5e1833(0x1fa)]=_0x5c7855['commands'],this[_0x5e1833(0x1fc)]=_0x5c7855['nonBStackInfraA11yChromeOptions'];}[a109_0x521988(0x208)](_0x2bf0b0,_0x4e8016){const _0x507d28=a109_0x521988,_0x2650f8={};_0x2650f8[_0x507d28(0x222)]=function(_0x345042,_0x35ed8e){return _0x345042>_0x35ed8e;},_0x2650f8[_0x507d28(0x220)]=function(_0x4c5ebf,_0x2dbf8d){return _0x4c5ebf===_0x2dbf8d;},_0x2650f8[_0x507d28(0x1f8)]=_0x507d28(0x1ff),_0x2650f8[_0x507d28(0x1fb)]='getResults',_0x2650f8[_0x507d28(0x1fe)]=function(_0x5e610f,_0x5b08f6){return _0x5e610f===_0x5b08f6;},_0x2650f8[_0x507d28(0x213)]=_0x507d28(0x21c),_0x2650f8[_0x507d28(0x1f2)]=function(_0x65319e,_0x33d375){return _0x65319e===_0x33d375;},_0x2650f8[_0x507d28(0x201)]=_0x507d28(0x215),_0x2650f8[_0x507d28(0x225)]=function(_0x425aa1,_0x392e0d){return _0x425aa1>_0x392e0d;};const _0x3ce260=_0x2650f8;if(_0x2bf0b0&&_0x3ce260[_0x507d28(0x222)](_0x2bf0b0[_0x507d28(0x1f0)],0x0))for(const _0xbe8ed5 of _0x2bf0b0){if(_0x3ce260[_0x507d28(0x220)](_0xbe8ed5[_0x507d28(0x217)](),_0x3ce260[_0x507d28(0x1f8)]))this[_0x507d28(0x1f5)]=_0xbe8ed5[_0x507d28(0x219)]();else{if(_0x3ce260[_0x507d28(0x220)](_0xbe8ed5[_0x507d28(0x217)](),_0x3ce260[_0x507d28(0x1fb)]))this[_0x507d28(0x227)]=_0xbe8ed5['getCommand']();else{if(_0x3ce260[_0x507d28(0x1fe)](_0xbe8ed5[_0x507d28(0x217)](),_0x3ce260[_0x507d28(0x213)]))this[_0x507d28(0x21c)]=_0xbe8ed5['getCommand']();else _0x3ce260[_0x507d28(0x1f2)](_0xbe8ed5[_0x507d28(0x217)](),_0x3ce260[_0x507d28(0x201)])&&(this[_0x507d28(0x1f3)]=_0xbe8ed5[_0x507d28(0x219)]());}}}_0x4e8016&&_0x3ce260['DDwpJ'](_0x4e8016[_0x507d28(0x1f0)],0x0)&&(this[_0x507d28(0x1fa)]=_0x4e8016[_0x507d28(0x20f)](_0x30ac11=>{const _0x42a8fa=_0x507d28;return{'name':_0x30ac11[_0x42a8fa(0x217)](),'method':_0x30ac11[_0x42a8fa(0x210)](),'library':_0x30ac11['getLibrary'](),'module':_0x30ac11[_0x42a8fa(0x211)](),'class':_0x30ac11[_0x42a8fa(0x207)]()};}));}[a109_0x521988(0x21a)](_0x204060){const _0x5ca679=a109_0x521988,_0x4e781c={};_0x4e781c[_0x5ca679(0x1f1)]=function(_0x13baf6,_0x37fe75){return _0x13baf6!==_0x37fe75;};const _0x47cf0f=_0x4e781c;try{return _0x47cf0f['tkiYH'](this[_0x5ca679(0x1fa)][_0x5ca679(0x228)](_0xd89cea=>_0xd89cea[_0x5ca679(0x205)][_0x5ca679(0x216)]()===_0x204060[_0x5ca679(0x216)]()),-0x1);}catch(_0x3d5e19){logger[_0x5ca679(0x221)](_0x5ca679(0x212)+_0x3d5e19);}return![];}['toJson'](){const _0x2ee0d1=a109_0x521988;!fs[_0x2ee0d1(0x224)](this[_0x2ee0d1(0x229)])&&fs[_0x2ee0d1(0x20d)](this[_0x2ee0d1(0x229)]),fs[_0x2ee0d1(0x22a)](this['commandsPath'],JSON['stringify']({'scripts':{'scan':this['performScan'],'getResults':this[_0x2ee0d1(0x227)],'getResultsSummary':this[_0x2ee0d1(0x21c)],'saveResults':this['saveTestResults']},'commands':this[_0x2ee0d1(0x1fa)],'nonBStackInfraA11yChromeOptions':this[_0x2ee0d1(0x1fc)]}));}[a109_0x521988(0x223)](){const _0x4c51bd=a109_0x521988,_0x4159ee={'lWdVZ':function(_0x5cd6aa,_0x734f9f){return _0x5cd6aa(_0x734f9f);}};fs[_0x4c51bd(0x224)](this[_0x4c51bd(0x1f7)])&&this[_0x4c51bd(0x21b)](_0x4159ee[_0x4c51bd(0x1f9)](require,this[_0x4c51bd(0x1f7)]));}}function a109_0x2855(_0x311c3e,_0x55431a){const _0x2dcc5e=a109_0x2dcc();return a109_0x2855=function(_0x28554f,_0x5e7a04){_0x28554f=_0x28554f-0x1ef;let _0x36ac19=_0x2dcc5e[_0x28554f];return _0x36ac19;},a109_0x2855(_0x311c3e,_0x55431a);}function a109_0x2dcc(){const _0x4761c0=['getResultsSummary','9100485qvCZCp','snqiY','362vupcvi','vaOjZ','debug','HOjxY','fromJson','existsSync','DDwpJ','commands.json','getResults','findIndex','browserstackFolderPath','writeFileSync','exports','length','tkiYH','iUbar','saveTestResults','8809arqeaO','performScan','2874750bYwDDz','commandsPath','xrqvs','lWdVZ','commandsToWrap','KDqbw','ChromeExtension','9170835CDxoFO','TAcvS','scan','afUAN','PbVpQ','split','join','10195936HdbszP','name','../helper','getClass','parseFromProto','.browserstack','4QIQeZp','2534532rLXGRw','winstonLogger','mkdirSync','10682742YisvNo','map','getMethod','getModule','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','qzier','5|2|4|1|0|6|3','saveResults','toLowerCase','getName','scripts','getCommand','shouldWrapCommand','parseFromJson'];a109_0x2dcc=function(){return _0x4761c0;};return a109_0x2dcc();}module[a109_0x521988(0x1ef)]=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110_0x263d39=a110_0x480a;(function(_0x5d79f2,_0x3bd133){const _0x251e02=a110_0x480a,_0x223b02=_0x5d79f2();while(!![]){try{const _0x41ece9=-parseInt(_0x251e02(0x1de))/0x1+-parseInt(_0x251e02(0x1aa))/0x2*(-parseInt(_0x251e02(0x1e8))/0x3)+-parseInt(_0x251e02(0x1dc))/0x4*(parseInt(_0x251e02(0x178))/0x5)+parseInt(_0x251e02(0x1e6))/0x6*(-parseInt(_0x251e02(0x1e5))/0x7)+parseInt(_0x251e02(0x1c0))/0x8+parseInt(_0x251e02(0x1b3))/0x9*(parseInt(_0x251e02(0x18b))/0xa)+-parseInt(_0x251e02(0x182))/0xb*(parseInt(_0x251e02(0x190))/0xc);if(_0x41ece9===_0x3bd133)break;else _0x223b02['push'](_0x223b02['shift']());}catch(_0xf5922f){_0x223b02['push'](_0x223b02['shift']());}}}(a110_0x433a,0x5c152));function a110_0x433a(){const _0x59ec10=['Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','locatorType','fjOLv','../../bin/utils/constants','get','zwDBf','browserName','microsoftedge','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','message','path','getProjectName','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','aiHealing','../../helpers/timeoutPromise','getId','91064NnbfKR','aiHeal_userId','107851rvLlRs','firefox','GBgYd','BDTxQ','firefoxOptions_','\x22,\x20\x22tcgUrls\x22:\x20{\x22','log','189OkENcf','157218FPFqzo','TCG_REGION','1698621GMSrUC','./autoHealHelper','sZVkH','aiHeal_isGroupAIEnabled','TCG_URL','name_','VwMhc','initializeHealingCapabilities','set','getTestName','keys','pollResult','10AlfCBI','chPia','pVJvc','BrowserstackHealing.pollResult\x20method\x20timed\x20out','BrowserstackHealing','BrowserstackHealingSetTcgTokenFailed','aiSdkWrapper','error','value','OPmLT','39787FvYCto','aiHeal_sessionToken','FYmAG','../logger','using','setToken','ZKHXi','../../ai-sdk-node/bundle','framework','10buYqZh','POLL_HEALING_RESULT_TIMEOUT','iGrKP','parameters_','chrome','204ONZwFG','chromeOptions_','iImhl','winstonLogger','ieOptions_','BrowserstackHealing.logData\x20method\x20timed\x20out','../globals','split','logData','locatorValue','INyhn','BrowserstackHealing.setToken\x20method\x20timed\x20out','WPXJv','getSession','selector','mDZjC','\x20command','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','SET_TCG_TOKEN_TIMEOUT','zcnmj','then','BrowserstackHealingPollResultFailed','UjunF','config','capabilities_','handleFailure','2wWTjYU','vyEMa','map_','debug','toLowerCase','race','GIjZA','fromEntries','healFailure','1820673KzoOJn','RJMpK','_handleEvent','MunpC','getGlobal','initializeCapabilities','freeze','join','executeScript','replace','forEach','isSelfHealEnabled','ZYPGq','4248152wxrzFa','qVsfs','browserstackSessionName','XlqcJ','BrowserstackHealingLogDataFailed','HJAXM','AnaOd','DreoP','PehyI','cancel','setTcgToken','string'];a110_0x433a=function(){return _0x59ec10;};return a110_0x433a();}function a110_0x480a(_0x1f3025,_0x79e860){const _0x433ad3=a110_0x433a();return a110_0x480a=function(_0x480abf,_0x41492f){_0x480abf=_0x480abf-0x178;let _0x24a4bf=_0x433ad3[_0x480abf];return _0x24a4bf;},a110_0x480a(_0x1f3025,_0x79e860);}const path=require(a110_0x263d39(0x1d6)),{commandRepository}=require(a110_0x263d39(0x1e9)),constants=require(a110_0x263d39(0x1cf)),logger=require(a110_0x263d39(0x185))[a110_0x263d39(0x193)],globals=require(a110_0x263d39(0x196)),timeoutPromise=require(a110_0x263d39(0x1da)),isUndefinedOrNull=_0x162418=>_0x162418===undefined||_0x162418===null||_0x162418==='',isNotUndefinedOrNull=_0x278c1b=>!isUndefinedOrNull(_0x278c1b),isString=_0x5f1bfe=>isNotUndefinedOrNull(_0x5f1bfe)&&typeof _0x5f1bfe===a110_0x263d39(0x1cb);class AiSdkWrapper{constructor(){const _0x267c29=a110_0x263d39,_0x523508={'DreoP':function(_0x164156,_0x875d1a){return _0x164156(_0x875d1a);},'MunpC':_0x267c29(0x189)};this[_0x267c29(0x17c)]=undefined;try{this[_0x267c29(0x17c)]=_0x523508[_0x267c29(0x1c7)](require,path[_0x267c29(0x1ba)](__dirname,_0x523508[_0x267c29(0x1b6)]));}catch(_0x571a65){logger[_0x267c29(0x17f)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x571a65&&_0x571a65[_0x267c29(0x1d5)]?_0x571a65['message']:''));}}[a110_0x263d39(0x1ef)](_0x54ba76){const _0x525af1=a110_0x263d39,_0x54c587={};_0x54c587['AnaOd']='newCapabilities',_0x54c587[_0x525af1(0x1c3)]=function(_0x34e850,_0x43df6e){return _0x34e850===_0x43df6e;},_0x54c587[_0x525af1(0x1a3)]=_0x525af1(0x18f),_0x54c587[_0x525af1(0x1d1)]=_0x525af1(0x1df),_0x54c587['GBgYd']=function(_0x206717,_0x5843ce){return _0x206717===_0x5843ce;},_0x54c587['EoYqA']='safari',_0x54c587[_0x525af1(0x1c8)]='edge',_0x54c587['qVsfs']=_0x525af1(0x1d3);const _0x3fdf3e=_0x54c587;try{const _0x58cdf4=this[_0x525af1(0x17c)][_0x525af1(0x1b8)](Object[_0x525af1(0x1b1)](_0x54ba76['getCapabilities']()[_0x525af1(0x1ac)]));console[_0x525af1(0x1e4)](_0x3fdf3e[_0x525af1(0x1c6)],_0x58cdf4);if(_0x3fdf3e[_0x525af1(0x1c3)](_0x58cdf4?.[_0x525af1(0x1d2)]?.[_0x525af1(0x1ae)](),_0x3fdf3e['zcnmj']))_0x54ba76[_0x525af1(0x191)]=_0x58cdf4;else{if(_0x3fdf3e[_0x525af1(0x1c3)](_0x58cdf4?.[_0x525af1(0x1d2)]?.[_0x525af1(0x1ae)](),_0x3fdf3e[_0x525af1(0x1d1)]))_0x54ba76[_0x525af1(0x1e2)]=_0x58cdf4;else{if(_0x3fdf3e[_0x525af1(0x1e0)](_0x58cdf4?.[_0x525af1(0x1d2)]?.[_0x525af1(0x1ae)](),_0x3fdf3e['EoYqA']))_0x54ba76['safariOptions_']=_0x58cdf4;else{if(_0x3fdf3e['GBgYd'](_0x58cdf4?.[_0x525af1(0x1d2)]?.[_0x525af1(0x1ae)](),_0x3fdf3e['PehyI'])||_0x3fdf3e[_0x525af1(0x1c3)](_0x58cdf4?.[_0x525af1(0x1d2)]?.[_0x525af1(0x1ae)](),_0x3fdf3e[_0x525af1(0x1c1)]))_0x54ba76['edgeOptions_']=_0x58cdf4;else _0x3fdf3e[_0x525af1(0x1c3)](_0x58cdf4?.[_0x525af1(0x1d2)]?.[_0x525af1(0x1ae)](),'ie')&&(_0x54ba76[_0x525af1(0x194)]=_0x58cdf4);}}}Object[_0x525af1(0x1f2)](_0x58cdf4)[_0x525af1(0x1bd)](_0x850082=>{const _0x32d1b2=_0x525af1,_0x2cc94a=_0x54ba76[_0x32d1b2(0x1a8)][_0x32d1b2(0x1d0)](_0x850082);_0x54ba76[_0x32d1b2(0x1a8)][_0x32d1b2(0x1f0)](_0x850082,_0x58cdf4[_0x850082]);});}catch(_0x3b6ecc){logger['error'](_0x525af1(0x1cc)+(_0x3b6ecc&&_0x3b6ecc[_0x525af1(0x1d5)]?_0x3b6ecc['message']:''));}}async[a110_0x263d39(0x1ca)](_0x3821a4){const _0x8a59d3=a110_0x263d39,_0x27f06b={'GIjZA':function(_0x413554,_0x2f81d6,_0x10d8ec,_0x132d33,_0x3d83de,_0x5852bc,_0x2f3165){return _0x413554(_0x2f81d6,_0x10d8ec,_0x132d33,_0x3d83de,_0x5852bc,_0x2f3165);},'OPmLT':_0x8a59d3(0x19b),'HJAXM':_0x8a59d3(0x17d),'VwMhc':'aiHeal_sessionToken'},_0x380ec1=new Date(),_0x4708b7=_0x27f06b[_0x8a59d3(0x1b0)](timeoutPromise,constants[_0x8a59d3(0x1a2)],_0x27f06b[_0x8a59d3(0x181)],_0x27f06b[_0x8a59d3(0x1c5)],_0x380ec1,this[_0x8a59d3(0x1a7)],this[_0x8a59d3(0x18a)]);await Promise[_0x8a59d3(0x1af)]([this['BrowserstackHealing'][_0x8a59d3(0x187)](_0x3821a4,globals[_0x8a59d3(0x1b7)](_0x27f06b[_0x8a59d3(0x1ee)]),constants['TCG_URL'])['then'](()=>{const _0x171792=_0x8a59d3;_0x4708b7[_0x171792(0x1c9)]();}),_0x4708b7]);}async['_handleEvent'](_0x4588a4,_0x1c9ecc,_0x11682c,_0x1e7871){const _0x1774e1=a110_0x263d39,_0x3a8059={'INyhn':function(_0xa63bcf,_0x456368){return _0xa63bcf===_0x456368;},'dBjXE':function(_0x37716c,_0x521905){return _0x37716c===_0x521905;},'RJMpK':function(_0x421018,_0x4281a0){return _0x421018(_0x4281a0);},'pVJvc':function(_0x2da804,_0x3ba3b7){return _0x2da804(_0x3ba3b7);},'FYmAG':function(_0x5f5280,_0xfea184){return _0x5f5280(_0xfea184);},'WPXJv':function(_0x3eeadf,_0x252d85){return _0x3eeadf(_0x252d85);},'QGqcw':function(_0x168939,_0x1f66e2){return _0x168939(_0x1f66e2);},'UFBJr':function(_0x4c23b7,_0x36428e){return _0x4c23b7(_0x36428e);},'chPia':function(_0x1cea5d,_0x4cdb4b){return _0x1cea5d(_0x4cdb4b);},'fjOLv':'s://','mDZjC':function(_0x3176ce,_0x4fb647){return _0x3176ce(_0x4fb647);},'vyEMa':_0x1774e1(0x1dd),'iImhl':'aiHeal_groupId','ZKHXi':_0x1774e1(0x1eb),'BDTxQ':function(_0x369229,_0x562493,_0x5e6376,_0x4e36c2,_0x14f13a,_0x5e9c71,_0x37e3ac){return _0x369229(_0x562493,_0x5e6376,_0x4e36c2,_0x14f13a,_0x5e9c71,_0x37e3ac);},'ZYPGq':_0x1774e1(0x195),'bHRGq':_0x1774e1(0x1c4),'iGrKP':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','LgQoC':'BrowserstackHealingHealFailureFailed'},_0x188da4=(await _0x1c9ecc[_0x1774e1(0x19d)]())['getId']();let _0x3d2209='';if(commandRepository[_0x1774e1(0x1be)]()&&_0x3a8059[_0x1774e1(0x19a)](_0x1e7871,![])||_0x3a8059['dBjXE'](_0x1e7871,!![])){const _0x4a1ab8=_0x3a8059[_0x1774e1(0x1b4)](isNotUndefinedOrNull,_0x11682c[_0x1774e1(0x18e)]['using'])&&_0x3a8059[_0x1774e1(0x1b4)](isString,_0x11682c[_0x1774e1(0x18e)][_0x1774e1(0x186)])?_0x11682c['parameters_'][_0x1774e1(0x186)]['replace'](/'/g,'\x5c\x27')[_0x1774e1(0x1bc)](/"/g,'\x5c\x22'):'',_0x4c2861=_0x3a8059[_0x1774e1(0x17a)](isNotUndefinedOrNull,_0x11682c['parameters_'][_0x1774e1(0x186)])&&_0x3a8059[_0x1774e1(0x184)](isString,_0x11682c[_0x1774e1(0x18e)][_0x1774e1(0x180)])?_0x11682c[_0x1774e1(0x18e)][_0x1774e1(0x180)][_0x1774e1(0x1bc)](/'/g,'\x5c\x27')[_0x1774e1(0x1bc)](/"/g,'\x5c\x22'):'',_0x35fa51=_0x3a8059[_0x1774e1(0x19c)](isNotUndefinedOrNull,commandRepository[_0x1774e1(0x1d7)]())&&_0x3a8059['RJMpK'](isString,commandRepository['getProjectName']())?commandRepository[_0x1774e1(0x1d7)]()['replace'](/'/g,'\x5c\x27')[_0x1774e1(0x1bc)](/"/g,'\x5c\x22'):'';let _0x222fc4=_0x3a8059['QGqcw'](isNotUndefinedOrNull,global[_0x1774e1(0x1c2)])&&_0x3a8059['UFBJr'](isString,global['browserstackSessionName'])?global[_0x1774e1(0x1c2)][_0x1774e1(0x1bc)](/'/g,'\x5c\x27')[_0x1774e1(0x1bc)](/"/g,'\x5c\x22'):'';!_0x222fc4&&(_0x222fc4=_0x3a8059[_0x1774e1(0x179)](isNotUndefinedOrNull,commandRepository[_0x1774e1(0x1f1)]())&&_0x3a8059['UFBJr'](isString,commandRepository['getTestName']())?commandRepository[_0x1774e1(0x1f1)]()[_0x1774e1(0x1bc)](/'/g,'\x5c\x27')[_0x1774e1(0x1bc)](/"/g,'\x5c\x22'):'');let _0x2abcd8='{\x22region\x22:\x20\x22'+constants['TCG_REGION']+_0x1774e1(0x1e3)+constants[_0x1774e1(0x1e7)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x1774e1(0x1ec)][_0x1774e1(0x197)](_0x3a8059[_0x1774e1(0x1ce)])[0x1]+'\x22}}}';_0x2abcd8=_0x3a8059[_0x1774e1(0x19f)](isNotUndefinedOrNull,_0x2abcd8)&&_0x3a8059['RJMpK'](isString,_0x2abcd8)?_0x2abcd8['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x183301=commandRepository['getCommands'](_0x188da4),_0xf56739=globals[_0x1774e1(0x1b7)](_0x3a8059[_0x1774e1(0x1ab)]),_0x4447b7=globals[_0x1774e1(0x1b7)](_0x3a8059[_0x1774e1(0x192)]),_0x2be3c5=globals[_0x1774e1(0x1b7)](_0x3a8059[_0x1774e1(0x188)]),_0x3d865b=![],_0x436c19=new Date();if(_0x1e7871){const _0x3b8129=_0x3a8059[_0x1774e1(0x1e1)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x3a8059[_0x1774e1(0x1bf)],_0x3a8059['bHRGq'],_0x436c19,this['config'],this[_0x1774e1(0x18a)]);_0x3d2209=await Promise[_0x1774e1(0x1af)]([this[_0x1774e1(0x17c)][_0x1774e1(0x198)](_0x4a1ab8,_0x4c2861,_0x35fa51,_0x222fc4,_0x4447b7,_0x188da4,_0x183301,_0x2abcd8)['then'](_0x155213=>{const _0x5f46df=_0x1774e1;return _0x3b8129[_0x5f46df(0x1c9)](),_0x155213;}),_0x3b8129]);}else{if(commandRepository[_0x1774e1(0x1be)]()){const _0x41c8d1=_0x3a8059[_0x1774e1(0x1e1)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x3a8059[_0x1774e1(0x18d)],_0x3a8059['LgQoC'],_0x436c19,this[_0x1774e1(0x1a7)],this['framework']);_0x3d2209=await Promise[_0x1774e1(0x1af)]([this[_0x1774e1(0x17c)][_0x1774e1(0x1b2)](_0x4a1ab8,_0x4c2861,_0x35fa51,_0x222fc4,_0xf56739,_0x4447b7,_0x188da4,_0x183301,_0x3d865b,_0x2be3c5,_0x2abcd8)[_0x1774e1(0x1a4)](_0x347139=>{const _0x2bccb2=_0x1774e1;return _0x41c8d1[_0x2bccb2(0x1c9)](),_0x347139;}),_0x41c8d1]);}}_0x3d2209&&await _0x1c9ecc[_0x1774e1(0x1bb)](_0x3d2209);}}async['handleSuccess'](_0x292734,_0x103027,_0x38a400){const _0x7a28cc=a110_0x263d39;try{await this[_0x7a28cc(0x1b5)](_0x292734,_0x103027,_0x38a400,!![]);}catch(_0x39e03a){return logger[_0x7a28cc(0x17f)](_0x7a28cc(0x1a1)+(_0x39e03a&&_0x39e03a['message']?_0x39e03a['message']:'')),![];}return!![];}async[a110_0x263d39(0x1a9)](_0x410186,_0x51cf57,_0x41e241){const _0x3fefc6=a110_0x263d39,_0x26fdb6={'GGPSh':function(_0x5b00c2,_0x225123,_0x6606aa,_0x12dca3,_0x189265,_0x427c36,_0x2c1428){return _0x5b00c2(_0x225123,_0x6606aa,_0x12dca3,_0x189265,_0x427c36,_0x2c1428);},'UjunF':_0x3fefc6(0x17b),'bLoth':_0x3fefc6(0x1a5),'sZVkH':_0x3fefc6(0x183)};try{await this[_0x3fefc6(0x1b5)](_0x410186,_0x51cf57,_0x41e241,![]);const _0x41ec16=(await _0x51cf57[_0x3fefc6(0x19d)]())[_0x3fefc6(0x1db)](),_0x1442b7=new Date(),_0x229aef=_0x26fdb6['GGPSh'](timeoutPromise,constants[_0x3fefc6(0x18c)],_0x26fdb6[_0x3fefc6(0x1a6)],_0x26fdb6['bLoth'],_0x1442b7,this[_0x3fefc6(0x1a7)],this['framework']),_0x507d6c=await Promise[_0x3fefc6(0x1af)]([this[_0x3fefc6(0x17c)][_0x3fefc6(0x1f3)](constants[_0x3fefc6(0x1ec)],_0x41ec16,globals[_0x3fefc6(0x1b7)](_0x26fdb6[_0x3fefc6(0x1ea)]))[_0x3fefc6(0x1a4)](_0x1e1a46=>{const _0x22f924=_0x3fefc6;return _0x229aef[_0x22f924(0x1c9)](),_0x1e1a46;}),_0x229aef]);if(_0x507d6c&&_0x507d6c[_0x3fefc6(0x19e)]&&_0x507d6c[_0x3fefc6(0x180)]){const _0xbf0011={};return _0xbf0011[_0x3fefc6(0x1cd)]=_0x507d6c['selector'],_0xbf0011[_0x3fefc6(0x199)]=_0x507d6c[_0x3fefc6(0x180)],_0xbf0011[_0x3fefc6(0x1d9)]=!![],_0xbf0011;}const _0x27cbae={};return _0x27cbae[_0x3fefc6(0x1cd)]=_0x41e241[_0x3fefc6(0x18e)][_0x3fefc6(0x186)],_0x27cbae[_0x3fefc6(0x199)]=_0x507d6c['value'],_0x27cbae[_0x3fefc6(0x1d9)]=!![],_0x27cbae;}catch(_0x5e2265){return logger[_0x3fefc6(0x1ad)](_0x3fefc6(0x1d4)+(_0x5e2265&&_0x5e2265[_0x3fefc6(0x1d5)]?_0x5e2265['message']:'')),logger['info'](_0x3fefc6(0x1d8)+_0x41e241[_0x3fefc6(0x1ed)]+_0x3fefc6(0x1a0)),_0x41e241;}}}exports[a110_0x263d39(0x17e)]=Object[a110_0x263d39(0x1b9)](new AiSdkWrapper());
|
|
1
|
+
function a110_0x2346(_0x154a33,_0x1fa790){const _0x3d3804=a110_0x3d38();return a110_0x2346=function(_0x2346ba,_0x3849ff){_0x2346ba=_0x2346ba-0x96;let _0xddbc80=_0x3d3804[_0x2346ba];return _0xddbc80;},a110_0x2346(_0x154a33,_0x1fa790);}const a110_0x34d2a8=a110_0x2346;(function(_0x48ff6c,_0xee60d5){const _0x29e420=a110_0x2346,_0x5997b8=_0x48ff6c();while(!![]){try{const _0x359d30=-parseInt(_0x29e420(0xfe))/0x1*(-parseInt(_0x29e420(0x9b))/0x2)+-parseInt(_0x29e420(0x100))/0x3+-parseInt(_0x29e420(0xb9))/0x4+parseInt(_0x29e420(0xf8))/0x5+-parseInt(_0x29e420(0x9f))/0x6+parseInt(_0x29e420(0x96))/0x7+parseInt(_0x29e420(0xd9))/0x8*(-parseInt(_0x29e420(0xbe))/0x9);if(_0x359d30===_0xee60d5)break;else _0x5997b8['push'](_0x5997b8['shift']());}catch(_0x1f302e){_0x5997b8['push'](_0x5997b8['shift']());}}}(a110_0x3d38,0x833b7));const path=require(a110_0x34d2a8(0xb2)),{commandRepository}=require(a110_0x34d2a8(0xaa)),constants=require(a110_0x34d2a8(0xce)),logger=require(a110_0x34d2a8(0xae))['winstonLogger'],globals=require(a110_0x34d2a8(0xec)),timeoutPromise=require(a110_0x34d2a8(0xb7)),isUndefinedOrNull=_0x5bf62f=>_0x5bf62f===undefined||_0x5bf62f===null||_0x5bf62f==='',isNotUndefinedOrNull=_0x1e1293=>!isUndefinedOrNull(_0x1e1293),isString=_0x4492d1=>isNotUndefinedOrNull(_0x4492d1)&&typeof _0x4492d1===a110_0x34d2a8(0xc1);class AiSdkWrapper{constructor(){const _0x5e7b62=a110_0x34d2a8,_0x3c9761={'pzuvj':function(_0x2f361e,_0x38b3a0){return _0x2f361e(_0x38b3a0);},'TbYTu':_0x5e7b62(0xd8)};this[_0x5e7b62(0xd0)]=undefined;try{this[_0x5e7b62(0xd0)]=_0x3c9761['pzuvj'](require,path[_0x5e7b62(0xb0)](__dirname,_0x3c9761[_0x5e7b62(0x99)]));}catch(_0x5e897e){logger['error'](_0x5e7b62(0xa6)+(_0x5e897e&&_0x5e897e['message']?_0x5e897e[_0x5e7b62(0xd4)]:''));}}[a110_0x34d2a8(0x106)](_0x1d75b6){const _0x58c988=a110_0x34d2a8,_0x32ca60={};_0x32ca60[_0x58c988(0xc8)]=_0x58c988(0xea),_0x32ca60[_0x58c988(0xd1)]=function(_0x3a8830,_0x38b92b){return _0x3a8830===_0x38b92b;},_0x32ca60['uFccS']=_0x58c988(0xbb),_0x32ca60[_0x58c988(0xfa)]=_0x58c988(0xee),_0x32ca60[_0x58c988(0xbc)]=function(_0x2f471e,_0x2d882e){return _0x2f471e===_0x2d882e;},_0x32ca60['pOTGJ']=_0x58c988(0xe4),_0x32ca60[_0x58c988(0xc5)]=function(_0x199cf4,_0x4921a3){return _0x199cf4===_0x4921a3;},_0x32ca60['BqhjA']=_0x58c988(0xbd),_0x32ca60[_0x58c988(0xcd)]=function(_0x531673,_0x52fae2){return _0x531673===_0x52fae2;},_0x32ca60['XwFYT']=_0x58c988(0xde),_0x32ca60[_0x58c988(0xe3)]=function(_0x4fba3a,_0x32bf62){return _0x4fba3a===_0x32bf62;};const _0x28de68=_0x32ca60;try{const _0x489526=this[_0x58c988(0xd0)]['initializeCapabilities'](Object[_0x58c988(0xf2)](_0x1d75b6['getCapabilities']()['map_']));console[_0x58c988(0xe7)](_0x28de68['FcGxv'],_0x489526);if(_0x28de68[_0x58c988(0xd1)](_0x489526?.[_0x58c988(0xeb)]?.['toLowerCase'](),_0x28de68[_0x58c988(0x9e)]))_0x1d75b6['chromeOptions_']=_0x489526;else{if(_0x28de68['IfxZI'](_0x489526?.[_0x58c988(0xeb)]?.[_0x58c988(0xca)](),_0x28de68['axiPg']))_0x1d75b6[_0x58c988(0xa2)]=_0x489526;else{if(_0x28de68[_0x58c988(0xbc)](_0x489526?.[_0x58c988(0xeb)]?.[_0x58c988(0xca)](),_0x28de68[_0x58c988(0x97)]))_0x1d75b6[_0x58c988(0xad)]=_0x489526;else{if(_0x28de68[_0x58c988(0xc5)](_0x489526?.['browserName']?.[_0x58c988(0xca)](),_0x28de68[_0x58c988(0xdc)])||_0x28de68['azOIA'](_0x489526?.[_0x58c988(0xeb)]?.[_0x58c988(0xca)](),_0x28de68[_0x58c988(0xdf)]))_0x1d75b6[_0x58c988(0xdd)]=_0x489526;else _0x28de68[_0x58c988(0xe3)](_0x489526?.['browserName']?.[_0x58c988(0xca)](),'ie')&&(_0x1d75b6[_0x58c988(0x102)]=_0x489526);}}}Object[_0x58c988(0xf1)](_0x489526)['forEach'](_0x40186b=>{const _0x89067b=_0x58c988,_0x1c70fa=_0x1d75b6[_0x89067b(0xd2)]['get'](_0x40186b);_0x1d75b6[_0x89067b(0xd2)][_0x89067b(0xe5)](_0x40186b,_0x489526[_0x40186b]);});}catch(_0x520146){logger['error'](_0x58c988(0xa8)+(_0x520146&&_0x520146[_0x58c988(0xd4)]?_0x520146[_0x58c988(0xd4)]:''));}}async[a110_0x34d2a8(0xfd)](_0x530b6f){const _0x328ffa=a110_0x34d2a8,_0x2cc050={'xalDr':function(_0x1702c4,_0x2ad6af,_0x344226,_0x35a3d2,_0x5b9e46,_0x5b921a,_0x47fc84){return _0x1702c4(_0x2ad6af,_0x344226,_0x35a3d2,_0x5b9e46,_0x5b921a,_0x47fc84);},'TZMNW':'BrowserstackHealing.setToken\x20method\x20timed\x20out','DbHxu':'BrowserstackHealingSetTcgTokenFailed','dpFqS':_0x328ffa(0xb6)},_0x5b2796=new Date(),_0x480720=_0x2cc050[_0x328ffa(0xe0)](timeoutPromise,constants[_0x328ffa(0xe8)],_0x2cc050['TZMNW'],_0x2cc050[_0x328ffa(0xd7)],_0x5b2796,this[_0x328ffa(0xa1)],this[_0x328ffa(0x10a)]);await Promise[_0x328ffa(0xe1)]([this['BrowserstackHealing'][_0x328ffa(0x9c)](_0x530b6f,globals[_0x328ffa(0x9a)](_0x2cc050[_0x328ffa(0xc6)]),constants[_0x328ffa(0xcb)])[_0x328ffa(0xa9)](()=>{const _0x414d0f=_0x328ffa;_0x480720[_0x414d0f(0xcc)]();}),_0x480720]);}async[a110_0x34d2a8(0xc9)](_0x3bed79,_0xb6813f,_0x515cad,_0x31f3cd){const _0x1ad1c1=a110_0x34d2a8,_0x39eda9={'UikIA':function(_0x1482c5,_0xddf270){return _0x1482c5===_0xddf270;},'GtYwm':function(_0x1a3d48,_0x3b5b85){return _0x1a3d48(_0x3b5b85);},'GTgAm':function(_0x5b3aab,_0x1a58f6){return _0x5b3aab(_0x1a58f6);},'qUIlv':function(_0x36c84d,_0x33a17a){return _0x36c84d(_0x33a17a);},'xVTRn':function(_0x1661eb,_0x138512){return _0x1661eb(_0x138512);},'ywTCT':function(_0x16323a,_0x35f9c6){return _0x16323a(_0x35f9c6);},'uhgbB':function(_0x159334,_0x2435b5){return _0x159334(_0x2435b5);},'fMQYd':function(_0x5e8809,_0x2018b0){return _0x5e8809(_0x2018b0);},'BNfZE':_0x1ad1c1(0x103),'Bdmdy':function(_0x53f183,_0x5aa536){return _0x53f183(_0x5aa536);},'rMBLD':_0x1ad1c1(0xed),'itjzz':'aiHeal_groupId','oclIN':_0x1ad1c1(0xf5),'IhWKP':function(_0x4d4b3c,_0x26099f,_0x2d812c,_0x1dfeec,_0x5331c9,_0x177add,_0x48514d){return _0x4d4b3c(_0x26099f,_0x2d812c,_0x1dfeec,_0x5331c9,_0x177add,_0x48514d);},'kLLQq':_0x1ad1c1(0xda),'Yqzqj':'BrowserstackHealingLogDataFailed','SANYB':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','QGdGp':_0x1ad1c1(0xdb)},_0x32aab6=(await _0xb6813f[_0x1ad1c1(0x98)]())[_0x1ad1c1(0xb8)]();let _0x28022c='';if(commandRepository['isSelfHealEnabled']()&&_0x39eda9[_0x1ad1c1(0xcf)](_0x31f3cd,![])||_0x39eda9[_0x1ad1c1(0xcf)](_0x31f3cd,!![])){const _0x3069c7=_0x39eda9[_0x1ad1c1(0xfc)](isNotUndefinedOrNull,_0x515cad[_0x1ad1c1(0x9d)][_0x1ad1c1(0xba)])&&_0x39eda9[_0x1ad1c1(0xe2)](isString,_0x515cad[_0x1ad1c1(0x9d)][_0x1ad1c1(0xba)])?_0x515cad[_0x1ad1c1(0x9d)][_0x1ad1c1(0xba)][_0x1ad1c1(0xb5)](/'/g,'\x5c\x27')[_0x1ad1c1(0xb5)](/"/g,'\x5c\x22'):'',_0xe00d71=_0x39eda9[_0x1ad1c1(0xe2)](isNotUndefinedOrNull,_0x515cad[_0x1ad1c1(0x9d)]['using'])&&_0x39eda9['GtYwm'](isString,_0x515cad['parameters_'][_0x1ad1c1(0xbf)])?_0x515cad['parameters_'][_0x1ad1c1(0xbf)][_0x1ad1c1(0xb5)](/'/g,'\x5c\x27')[_0x1ad1c1(0xb5)](/"/g,'\x5c\x22'):'',_0x4a930e=_0x39eda9[_0x1ad1c1(0xf9)](isNotUndefinedOrNull,commandRepository[_0x1ad1c1(0xa0)]())&&_0x39eda9['xVTRn'](isString,commandRepository[_0x1ad1c1(0xa0)]())?commandRepository['getProjectName']()['replace'](/'/g,'\x5c\x27')[_0x1ad1c1(0xb5)](/"/g,'\x5c\x22'):'';let _0x4ff097=_0x39eda9[_0x1ad1c1(0x107)](isNotUndefinedOrNull,global[_0x1ad1c1(0xa3)])&&_0x39eda9['qUIlv'](isString,global['browserstackSessionName'])?global[_0x1ad1c1(0xa3)][_0x1ad1c1(0xb5)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x4ff097&&(_0x4ff097=_0x39eda9[_0x1ad1c1(0x109)](isNotUndefinedOrNull,commandRepository[_0x1ad1c1(0xa5)]())&&_0x39eda9[_0x1ad1c1(0x104)](isString,commandRepository[_0x1ad1c1(0xa5)]())?commandRepository[_0x1ad1c1(0xa5)]()[_0x1ad1c1(0xb5)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'');let _0x5888ce=_0x1ad1c1(0xd6)+constants['TCG_REGION']+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants['TCG_REGION']+_0x1ad1c1(0xb4)+constants['TCG_URL'][_0x1ad1c1(0xab)](_0x39eda9[_0x1ad1c1(0xd5)])[0x1]+_0x1ad1c1(0xd3);_0x5888ce=_0x39eda9['fMQYd'](isNotUndefinedOrNull,_0x5888ce)&&_0x39eda9['Bdmdy'](isString,_0x5888ce)?_0x5888ce[_0x1ad1c1(0xb5)](/'/g,'\x5c\x27')[_0x1ad1c1(0xb5)](/"/g,'\x5c\x22'):'';const _0x241e54=commandRepository['getCommands'](_0x32aab6),_0x2986c1=globals[_0x1ad1c1(0x9a)](_0x39eda9[_0x1ad1c1(0xc7)]),_0x4058cf=globals['getGlobal'](_0x39eda9['itjzz']),_0xaeac0d=globals[_0x1ad1c1(0x9a)](_0x39eda9[_0x1ad1c1(0xc4)]),_0xf8cc4d=![],_0x5f2d73=new Date();if(_0x31f3cd){const _0x2eae1c=_0x39eda9[_0x1ad1c1(0x108)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x39eda9['kLLQq'],_0x39eda9['Yqzqj'],_0x5f2d73,this['config'],this[_0x1ad1c1(0x10a)]);_0x28022c=await Promise['race']([this[_0x1ad1c1(0xd0)][_0x1ad1c1(0xe9)](_0x3069c7,_0xe00d71,_0x4a930e,_0x4ff097,_0x4058cf,_0x32aab6,_0x241e54,_0x5888ce)[_0x1ad1c1(0xa9)](_0x2630ab=>{const _0x914bc2=_0x1ad1c1;return _0x2eae1c[_0x914bc2(0xcc)](),_0x2630ab;}),_0x2eae1c]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x525e30=_0x39eda9['IhWKP'](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x39eda9[_0x1ad1c1(0x10b)],_0x39eda9[_0x1ad1c1(0x105)],_0x5f2d73,this['config'],this[_0x1ad1c1(0x10a)]);_0x28022c=await Promise[_0x1ad1c1(0xe1)]([this[_0x1ad1c1(0xd0)][_0x1ad1c1(0xaf)](_0x3069c7,_0xe00d71,_0x4a930e,_0x4ff097,_0x2986c1,_0x4058cf,_0x32aab6,_0x241e54,_0xf8cc4d,_0xaeac0d,_0x5888ce)[_0x1ad1c1(0xa9)](_0x1faf49=>{const _0x425435=_0x1ad1c1;return _0x525e30[_0x425435(0xcc)](),_0x1faf49;}),_0x525e30]);}}_0x28022c&&await _0xb6813f[_0x1ad1c1(0xe6)](_0x28022c);}}async[a110_0x34d2a8(0xf4)](_0x5ab1f7,_0x19c52b,_0x426be7){const _0x1f2bff=a110_0x34d2a8;try{await this[_0x1f2bff(0xc9)](_0x5ab1f7,_0x19c52b,_0x426be7,!![]);}catch(_0xef14f8){return logger['error']('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0xef14f8&&_0xef14f8[_0x1f2bff(0xd4)]?_0xef14f8[_0x1f2bff(0xd4)]:'')),![];}return!![];}async[a110_0x34d2a8(0xfb)](_0x1e41bd,_0x28d209,_0x2a978b){const _0x4ee624=a110_0x34d2a8,_0xa08d8a={'eOdcT':function(_0x1b5fb2,_0x321db0,_0x24e5b0,_0x150c26,_0x34438,_0xd092a9,_0x404306){return _0x1b5fb2(_0x321db0,_0x24e5b0,_0x150c26,_0x34438,_0xd092a9,_0x404306);},'VrgPR':_0x4ee624(0xa4),'WuVyz':_0x4ee624(0xac),'glsAk':'aiHeal_sessionToken'};try{await this[_0x4ee624(0xc9)](_0x1e41bd,_0x28d209,_0x2a978b,![]);const _0xb4579d=(await _0x28d209['getSession']())[_0x4ee624(0xb8)](),_0x55f366=new Date(),_0x32e5bb=_0xa08d8a[_0x4ee624(0xc0)](timeoutPromise,constants[_0x4ee624(0xf6)],_0xa08d8a['VrgPR'],_0xa08d8a[_0x4ee624(0xef)],_0x55f366,this[_0x4ee624(0xa1)],this[_0x4ee624(0x10a)]),_0x390019=await Promise[_0x4ee624(0xe1)]([this[_0x4ee624(0xd0)]['pollResult'](constants[_0x4ee624(0xcb)],_0xb4579d,globals['getGlobal'](_0xa08d8a['glsAk']))[_0x4ee624(0xa9)](_0x5e61d3=>{const _0x3fed76=_0x4ee624;return _0x32e5bb[_0x3fed76(0xcc)](),_0x5e61d3;}),_0x32e5bb]);if(_0x390019&&_0x390019[_0x4ee624(0xf3)]&&_0x390019['value']){const _0x1cfb1f={};return _0x1cfb1f[_0x4ee624(0xc2)]=_0x390019[_0x4ee624(0xf3)],_0x1cfb1f[_0x4ee624(0xa7)]=_0x390019[_0x4ee624(0xbf)],_0x1cfb1f[_0x4ee624(0xb1)]=!![],_0x1cfb1f;}const _0x1293bd={};return _0x1293bd[_0x4ee624(0xc2)]=_0x2a978b[_0x4ee624(0x9d)][_0x4ee624(0xba)],_0x1293bd[_0x4ee624(0xa7)]=_0x390019[_0x4ee624(0xbf)],_0x1293bd[_0x4ee624(0xb1)]=!![],_0x1293bd;}catch(_0x32a73a){return logger[_0x4ee624(0xf0)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x32a73a&&_0x32a73a['message']?_0x32a73a[_0x4ee624(0xd4)]:'')),logger[_0x4ee624(0xc3)](_0x4ee624(0xff)+_0x2a978b[_0x4ee624(0x101)]+_0x4ee624(0xb3)),_0x2a978b;}}}function a110_0x3d38(){const _0x44e8be=['_handleEvent','toLowerCase','TCG_URL','cancel','azOIA','../../bin/utils/constants','UikIA','BrowserstackHealing','IfxZI','capabilities_','\x22}}}','message','BNfZE','{\x22region\x22:\x20\x22','DbHxu','../../ai-sdk-node/bundle','448zMrUgr','BrowserstackHealing.logData\x20method\x20timed\x20out','BrowserstackHealingHealFailureFailed','BqhjA','edgeOptions_','microsoftedge','XwFYT','xalDr','race','GTgAm','gnHEL','safari','set','executeScript','log','SET_TCG_TOKEN_TIMEOUT','logData','newCapabilities','browserName','../globals','aiHeal_userId','firefox','WuVyz','debug','keys','fromEntries','selector','handleSuccess','aiHeal_isGroupAIEnabled','POLL_HEALING_RESULT_TIMEOUT','freeze','5195505JhlwII','qUIlv','axiPg','handleFailure','GtYwm','setTcgToken','4463FrjTpw','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','43086XfWiTP','name_','ieOptions_','s://','fMQYd','QGdGp','initializeHealingCapabilities','ywTCT','IhWKP','uhgbB','framework','SANYB','6237875yGAXZL','pOTGJ','getSession','TbYTu','getGlobal','2PilnGV','setToken','parameters_','uFccS','209754yjgEgF','getProjectName','config','firefoxOptions_','browserstackSessionName','BrowserstackHealing.pollResult\x20method\x20timed\x20out','getTestName','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','locatorValue','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','then','./autoHealHelper','split','BrowserstackHealingPollResultFailed','safariOptions_','../logger','healFailure','join','aiHealing','path','\x20command','\x22:\x20{\x22endpoint\x22:\x20\x22','replace','aiHeal_sessionToken','../../helpers/timeoutPromise','getId','2610180eoeHfS','using','chrome','VhTSh','edge','111744vEjGZz','value','eOdcT','string','locatorType','info','oclIN','uQynj','dpFqS','rMBLD','FcGxv'];a110_0x3d38=function(){return _0x44e8be;};return a110_0x3d38();}exports['aiSdkWrapper']=Object[a110_0x34d2a8(0xf7)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a111_0xf4ee46=a111_0x3224;function a111_0x4cf5(){const _0x24c43f=['xfBoZ','18005658jigYYd','90zXNpAE','No\x20commands\x20found\x20for\x20session:\x20','OHSZe','nnJgB','stringify','join','getGlobal','length','setTestNameForHealingContext','14IieJvy','getTcgTokenStatus','_pushCommand','projectName','9360WbzFQx','aiHeal_isAuthenticated','wdTGy','91046tNamDG','1092ncUxoj','winstonLogger','lJaEi','438465PggjPN','commands','../globals','userName','selfHeal','config','accessKey','map','getConfig','FtSbm','method','cAkkp','isTcgTokenSet','true','push','6750060pVdyQi','getProjectName','debug','framework','now','authInfo','setTcgTokenStatus','cTTya','getTestName','split','setAuthInfo','setConfig','aiSessionTimeStamp','9xeoHrp','1459912LNWLyK','kaCJw','setProjectNameForHealingContext','setFramework','commandRepository','isSelfHealEnabled','609492BWvUDx','../logger','testName'];a111_0x4cf5=function(){return _0x24c43f;};return a111_0x4cf5();}(function(_0x2b6601,_0x3e211f){const _0x300531=a111_0x3224,_0x2ff747=_0x2b6601();while(!![]){try{const _0x5c63f6=-parseInt(_0x300531(0xe1))/0x1+parseInt(_0x300531(0xdd))/0x2*(parseInt(_0x300531(0x109))/0x3)+parseInt(_0x300531(0xde))/0x4*(-parseInt(_0x300531(0xda))/0x5)+-parseInt(_0x300531(0x104))/0x6*(parseInt(_0x300531(0xd6))/0x7)+-parseInt(_0x300531(0xfe))/0x8*(parseInt(_0x300531(0xfd))/0x9)+-parseInt(_0x300531(0xf0))/0xa+parseInt(_0x300531(0x108))/0xb;if(_0x5c63f6===_0x3e211f)break;else _0x2ff747['push'](_0x2ff747['shift']());}catch(_0x31636c){_0x2ff747['push'](_0x2ff747['shift']());}}}(a111_0x4cf5,0xf2484));const calculateTimeDiff=_0x1bc3ac=>Date[a111_0xf4ee46(0xf4)]()-_0x1bc3ac,logger=require(a111_0xf4ee46(0x105))[a111_0xf4ee46(0xdf)],globals=require(a111_0xf4ee46(0xe3));function a111_0x3224(_0xe23f59,_0x2fa23c){const _0x4cf5de=a111_0x4cf5();return a111_0x3224=function(_0x322467,_0x1ca7fc){_0x322467=_0x322467-0xce;let _0x522766=_0x4cf5de[_0x322467];return _0x522766;},a111_0x3224(_0xe23f59,_0x2fa23c);}class HealingCommandRepo{constructor(){const _0x18b381=a111_0xf4ee46,_0x4d5c00={};_0x4d5c00['FtSbm']='0|3|2|1|5|4';const _0x1977d2=_0x4d5c00,_0x4fd107=_0x1977d2[_0x18b381(0xea)][_0x18b381(0xf9)]('|');let _0xdb7f93=0x0;while(!![]){switch(_0x4fd107[_0xdb7f93++]){case'0':this[_0x18b381(0xe2)]={};continue;case'1':this[_0x18b381(0x106)]='';continue;case'2':this['projectName']='';continue;case'3':this[_0x18b381(0xfc)]={};continue;case'4':this['isTcgTokenSet']=![];continue;case'5':this[_0x18b381(0xf5)]={};continue;}break;}}[a111_0xf4ee46(0xd8)](_0x4ddb77,_0x371864){const _0xf346ff=a111_0xf4ee46,_0x45f9af={};_0x45f9af[_0xf346ff(0x107)]=function(_0x9b77fc,_0x211674){return _0x9b77fc in _0x211674;};const _0x1b3919=_0x45f9af;!_0x1b3919[_0xf346ff(0x107)](_0x4ddb77,this[_0xf346ff(0xe2)])&&(this[_0xf346ff(0xe2)][_0x4ddb77]=[]),this['commands'][_0x4ddb77][_0xf346ff(0xef)](_0x371864);}['pushCommand'](_0x9de600,_0x4b8f43){const _0x23788a=a111_0xf4ee46,_0x10244d={'OHSZe':function(_0xae5f0e,_0x35c65f){return _0xae5f0e(_0x35c65f);}},_0x2c5af3=_0x4b8f43[_0x23788a(0xeb)],_0x5241b9=_0x4b8f43['path'][_0x23788a(0xf9)](_0x9de600)[0x1],_0x2b63c7=this[_0x23788a(0xfc)][_0x9de600],_0x1e232d={'k':_0x2c5af3+':'+_0x5241b9,'t':_0x10244d[_0x23788a(0xcf)](calculateTimeDiff,_0x2b63c7)};this[_0x23788a(0xd8)](_0x9de600,_0x1e232d);}['setAiSessionTimeStamp'](_0x1ffd42){const _0xae93ad=a111_0xf4ee46;this[_0xae93ad(0xfc)][_0x1ffd42]=Date['now']();}['setAuthInfo'](_0x3cd983,_0x21be4b){const _0x5b5996=a111_0xf4ee46;this[_0x5b5996(0xf5)][_0x5b5996(0xe4)]=_0x3cd983,this[_0x5b5996(0xf5)][_0x5b5996(0xe7)]=_0x21be4b;}['getAuthInfo'](){const _0xfb8e97=a111_0xf4ee46;return this[_0xfb8e97(0xf5)];}[a111_0xf4ee46(0x100)](_0x4fe7f3){const _0x4cfd1e=a111_0xf4ee46;this[_0x4cfd1e(0xd9)]=_0x4fe7f3;}[a111_0xf4ee46(0xd5)](_0x5683af){const _0x54585c=a111_0xf4ee46;this[_0x54585c(0x106)]=_0x5683af;}[a111_0xf4ee46(0xfb)](_0x2b58d4){const _0x905ea5=a111_0xf4ee46;this[_0x905ea5(0xe6)]=_0x2b58d4,this[_0x905ea5(0x100)](_0x2b58d4[_0x905ea5(0xd9)]),this[_0x905ea5(0xfa)](_0x2b58d4[_0x905ea5(0xe4)],_0x2b58d4[_0x905ea5(0xe7)]);}[a111_0xf4ee46(0x101)](_0x2c157b){const _0x2d7891=a111_0xf4ee46;this[_0x2d7891(0xf3)]=_0x2c157b;}[a111_0xf4ee46(0xf6)](_0x119b7e){this['isTcgTokenSet']=_0x119b7e;}['getConfig'](){return this['config'];}['getFramework'](){const _0x14c48f=a111_0xf4ee46;return this[_0x14c48f(0xf3)];}[a111_0xf4ee46(0xf1)](){const _0x3bd2ff=a111_0xf4ee46;return this[_0x3bd2ff(0xd9)];}[a111_0xf4ee46(0xf8)](){const _0x4fd3e3=a111_0xf4ee46;return this[_0x4fd3e3(0x106)];}['getCommands'](_0x1d17bd){const _0xcb034c=a111_0xf4ee46,_0x47795f={};_0x47795f[_0xcb034c(0xd0)]=_0xcb034c(0xdb),_0x47795f[_0xcb034c(0xf7)]='aiHeal_isHealingEnabled',_0x47795f['lJaEi']=function(_0x3a74e2,_0x968197){return _0x3a74e2===_0x968197;},_0x47795f['kCPNi']=function(_0x414e7c,_0x5df3b4){return _0x414e7c+_0x5df3b4;},_0x47795f[_0xcb034c(0xec)]=_0xcb034c(0xce);const _0x1fa7bd=_0x47795f,_0xd69b3a=this[_0xcb034c(0xe2)][_0x1d17bd];this[_0xcb034c(0xe2)][_0x1d17bd]=[];if(globals[_0xcb034c(0xd3)](_0x1fa7bd['nnJgB'])&&globals[_0xcb034c(0xd3)](_0x1fa7bd[_0xcb034c(0xf7)])&&!_0xd69b3a||_0x1fa7bd[_0xcb034c(0xe0)](_0xd69b3a[_0xcb034c(0xd4)],0x0))return logger[_0xcb034c(0xf2)](_0x1fa7bd['kCPNi'](_0x1fa7bd[_0xcb034c(0xec)],_0x1d17bd)),'';return _0xd69b3a[_0xcb034c(0xe8)](_0x3fdf87=>JSON[_0xcb034c(0xd1)](_0x3fdf87))[_0xcb034c(0xd2)](',');}[a111_0xf4ee46(0x103)](){const _0x2e3eaf=a111_0xf4ee46,_0x18b60c={};_0x18b60c['LeBvh']=function(_0x1edb57,_0x32e9fd){return _0x1edb57===_0x32e9fd;},_0x18b60c[_0x2e3eaf(0xdc)]=function(_0x58270d,_0x430ee3){return _0x58270d===_0x430ee3;},_0x18b60c[_0x2e3eaf(0xff)]=_0x2e3eaf(0xee);const _0xd8f4b2=_0x18b60c;let _0x557e43=![];return this[_0x2e3eaf(0xe9)]()&&(_0xd8f4b2['LeBvh'](this[_0x2e3eaf(0xe9)]()[_0x2e3eaf(0xe5)],!![])||_0xd8f4b2['wdTGy'](this[_0x2e3eaf(0xe9)]()[_0x2e3eaf(0xe5)],_0xd8f4b2['kaCJw']))&&(_0x557e43=!![]),_0x557e43;}[a111_0xf4ee46(0xd7)](){const _0x225243=a111_0xf4ee46;return this[_0x225243(0xed)];}}exports[a111_0xf4ee46(0x102)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a112_0x45de(){const _0x58d03d=['API_ENDPOINT','https://grid-devhst.bsstag.com/dashboard/builds','255630CEflgX','4502XcTKzc','1606262UOTGzL','BUILDS_DASHBOARD_URL','378VgZgGX','825972XgQiCi','preprod','1471056dIvuKe','stag','BROWSERSTACK_ENV','exports','8GXmIvx','19578aTuoam','prod','https://grid.browserstack.com/dashboard/builds','env','169520SZVUpr','89Rvthjb'];a112_0x45de=function(){return _0x58d03d;};return a112_0x45de();}const a112_0x4e8a02=a112_0x1c81;(function(_0x2cf777,_0x38e104){const _0x186075=a112_0x1c81,_0x27c4e8=_0x2cf777();while(!![]){try{const _0x1b138e=-parseInt(_0x186075(0xf4))/0x1*(parseInt(_0x186075(0xf8))/0x2)+parseInt(_0x186075(0xef))/0x3+-parseInt(_0x186075(0xfc))/0x4+-parseInt(_0x186075(0xf3))/0x5+-parseInt(_0x186075(0xfe))/0x6+parseInt(_0x186075(0xf9))/0x7*(-parseInt(_0x186075(0x102))/0x8)+parseInt(_0x186075(0xfb))/0x9*(parseInt(_0x186075(0xf7))/0xa);if(_0x1b138e===_0x38e104)break;else _0x27c4e8['push'](_0x27c4e8['shift']());}catch(_0x35e70c){_0x27c4e8['push'](_0x27c4e8['shift']());}}}(a112_0x45de,0x283ba));function a112_0x1c81(_0x59a924,_0x4ede09){const _0x45deec=a112_0x45de();return a112_0x1c81=function(_0x1c81ea,_0x30bb29){_0x1c81ea=_0x1c81ea-0xef;let _0x204b7b=_0x45deec[_0x1c81ea];return _0x204b7b;},a112_0x1c81(_0x59a924,_0x4ede09);}const a112_0x267b02={};a112_0x267b02['BUILDS_DASHBOARD_URL']=a112_0x4e8a02(0xf1),a112_0x267b02[a112_0x4e8a02(0xf5)]='automate-turboscale/v1',module['exports']=a112_0x267b02;const _env=(process[a112_0x4e8a02(0xf2)][a112_0x4e8a02(0x100)]||a112_0x4e8a02(0xf0))['toLowerCase']();if(_env==='staging'||_env===a112_0x4e8a02(0xff))module[a112_0x4e8a02(0x101)][a112_0x4e8a02(0xfa)]=a112_0x4e8a02(0xf6);else(_env===a112_0x4e8a02(0xfd)||_env==='pre-prod')&&(module['exports'][a112_0x4e8a02(0xfa)]='https://grid-preprod.bsstag.com/dashboard/builds');
|