browserstack-node-sdk 1.57.1 → 1.57.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 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a89_0x17bc3c=a89_0x48fa;(function(_0x7dea03,_0xde9406){const _0x412c0b=a89_0x48fa,_0x232f1c=_0x7dea03();while(!![]){try{const _0x296cd7=parseInt(_0x412c0b(0x121))/0x1*(parseInt(_0x412c0b(0x11e))/0x2)+-parseInt(_0x412c0b(0x117))/0x3+parseInt(_0x412c0b(0x126))/0x4*(-parseInt(_0x412c0b(0x119))/0x5)+parseInt(_0x412c0b(0x12f))/0x6+-parseInt(_0x412c0b(0x116))/0x7+parseInt(_0x412c0b(0x129))/0x8*(parseInt(_0x412c0b(0x130))/0x9)+-parseInt(_0x412c0b(0x122))/0xa;if(_0x296cd7===_0xde9406)break;else _0x232f1c['push'](_0x232f1c['shift']());}catch(_0x561ade){_0x232f1c['push'](_0x232f1c['shift']());}}}(a89_0x2918,0x7eadf));function a89_0x2918(){const _0x5b4c97=['exports','217063hUoMek','1224435qpJYFn','updateData','94745mClfnd','getId','updateMultipleEntries','keys','data','5854hGFlhq','digest','createContext','236LVEFzv','1606870uMeDAH','entries','set','sha256','188PlcFqC','./trackedContext','get','8ZsuJdj','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','pid','getData','crypto','context','4347336EerjGD','5345955kQNnnJ','getRef','hex','wnRZy','worker_threads','getAllData','isBrowserstackAutomationSession'];a89_0x2918=function(){return _0x5b4c97;};return a89_0x2918();}function a89_0x48fa(_0x4c404a,_0x2dbc5c){const _0x291811=a89_0x2918();return a89_0x48fa=function(_0x48faa9,_0x2a683b){_0x48faa9=_0x48faa9-0x116;let _0x357186=_0x291811[_0x48faa9];return _0x357186;},a89_0x48fa(_0x4c404a,_0x2dbc5c);}const TrackedContext=require(a89_0x17bc3c(0x127)),crypto=require(a89_0x17bc3c(0x12d)),{threadId}=require(a89_0x17bc3c(0x134));class TrackedInstance{static [a89_0x17bc3c(0x12a)]=a89_0x17bc3c(0x136);constructor(_0x1c9772){const _0x350337=a89_0x17bc3c;this[_0x350337(0x12e)]=_0x1c9772,this[_0x350337(0x11d)]=new Map();}[a89_0x17bc3c(0x131)](){const _0x1bc15b=a89_0x17bc3c;return this[_0x1bc15b(0x12e)][_0x1bc15b(0x11a)]();}['getContext'](){return this['context'];}[a89_0x17bc3c(0x135)](){const _0x18530e=a89_0x17bc3c;return this[_0x18530e(0x11d)];}[a89_0x17bc3c(0x11b)](_0x4a20dc){const _0x5d33c5=a89_0x17bc3c;Object[_0x5d33c5(0x11c)](_0x4a20dc)['forEach'](_0x5e1b25=>{const _0x146c18=_0x5d33c5;this[_0x146c18(0x11d)][_0x146c18(0x124)](_0x5e1b25,_0x4a20dc[_0x5e1b25]);});}['addMultipleEntries'](_0x4a3a6c){const _0xd0b0a2=a89_0x17bc3c;Object[_0xd0b0a2(0x123)](_0x4a3a6c)['forEach'](([_0x117b3b,_0x50855d])=>{const _0x465c77=_0xd0b0a2,_0x779f38=this[_0x465c77(0x11d)][_0x465c77(0x128)](_0x117b3b)||{},_0x32052d={..._0x779f38,..._0x50855d},_0x56420f=_0x32052d;this[_0x465c77(0x11d)][_0x465c77(0x124)](_0x117b3b,_0x56420f);});}[a89_0x17bc3c(0x12c)](_0x392443){const _0x495fd1=a89_0x17bc3c;return this[_0x495fd1(0x11d)][_0x495fd1(0x128)](_0x392443);}[a89_0x17bc3c(0x118)](_0x171427,_0x5a97fd){this['data']['set'](_0x171427,_0x5a97fd);}static[a89_0x17bc3c(0x120)](_0xe6982b){const _0x38da41=a89_0x17bc3c,_0x179184={};_0x179184['wnRZy']=_0x38da41(0x125),_0x179184['IlSSb']=_0x38da41(0x132),_0x179184['yWtDb']=function(_0x25838c,_0x79162a){return _0x25838c||_0x79162a;};const _0xb15bb5=_0x179184;return new TrackedContext(crypto['createHash'](_0xb15bb5[_0x38da41(0x133)])['update'](_0xe6982b)[_0x38da41(0x11f)](_0xb15bb5['IlSSb']),_0xb15bb5['yWtDb'](threadId,0x0),process[_0x38da41(0x12b)],typeof _0xe6982b);}}module[a89_0x17bc3c(0x137)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a90_0x3754(_0x1d03f3,_0x105675){const _0x25e8a3=a90_0x25e8();return a90_0x3754=function(_0x37546f,_0x110b6c){_0x37546f=_0x37546f-0x70;let _0x2074ac=_0x25e8a3[_0x37546f];return _0x2074ac;},a90_0x3754(_0x1d03f3,_0x105675);}function a90_0x25e8(){const _0x5578c9=['initAccessibilityConfig','Error\x20in\x20performScanForCli\x20for\x20script\x20','cLfmQ','../../playwright/accessibility-helper','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','VBmdR','shouldScanForCommand:\x20','BNemx','dvYWP','getCommandsToWrap','7ojJdNs','testAnalyticsId','oRZMn','performScanForCli','some','gKaEJ','reLlT','SLTMQ','isBrowserSupportedForAccessibility','VJWWh','browserstack.accessibilityOptions.wcagVersion','ACCESSIBILITY_INITIALIZED','\x20value=','YXvXb','trim','dCjsA','getCapabilitiesList','getTrackedInstance','accessibilityPlatform','getCommandsList','Error\x20executing\x20script\x20','jfAse','kHQMu','PjWAO','UlzXF','onBeforeExecute:\x20No\x20command\x20name\x20provided','warn','LnGVB','Jbcww','../../utils/playwright-patcher','\x20from\x20testIdentifier=','4FmswFb','KEY_TESTHUB_BUILD_ID','cucumber','Error\x20checking\x20headless\x20capability:\x20','_sendMessageServerPatchApplied','678897GJwzgc','../framework/constants/testFrameworkConstants.js','browser_version','getAccessibilityResults','DfcxF','resolveMobileThTestRunUuid','Executing\x20','mergeObject','map','MqEkU','XVkNx','MpIQZ','awlOF','setAccessibilityConfig','capabilitiesList','performScanForCli:\x20No\x20','chromeOptions','qunlb','IVeeo','EJYjK','rBbtF','saveResults','assign','SAVE_RESULTS','getInstance','FyUew','WYkiH','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','gmklC',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','BROWSERSTACK_TESTHUB_JWT','pzXnj','uXbmQ','isEnabled','Page\x20','qoXSn','chrome','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','[platform\x20-\x20','debug','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','LxNob','yqoUp','Exception\x20in\x20isPlatformSupported:\x20',',\x20framework=','mjWRo','Performing\x20scan\x20before\x20from\x20cli','requiresChromeOptionsValidation','isArray','applySendMessageToServerPatch','isMobileWebSession','MODULE_NAME','ljkHs','bauoj','Error\x20in\x20getAccessibilityResults:\x20','VlvpU','tyZNg','FephS','bXugE','performPageScan:\x20Page\x20is\x20null','aiZEi','../state/hookState','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','toJson','browserstack.accessibilityOptions.authToken','currentTest','message','JitWb',',\x20tags=','commandName','GZGqL','getGoogleChromeOptions','BkMiQ','POST','yvTTx','goog:chromeOptions','CbHxV','ScanArgs:\x20','true','wGkZU','htKAj','length','bGGFl','titlePath','gbBSA','test_tags','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','testInfo','No\x20summaryResults\x20found.','VHQcL','LFnVu','onBeforeExecute','qpTDV','includes','118823AVlteW','QLHDW','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','njGCY','test_run_id','performPageScan','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','onBeforeTest','yqtoc','toISOString','MgFxA','\x20using\x20script:\x20','getCurrentAccessibilityStatus','has','getTesthub','IXsLm','gORYF','format','oWEjV','pQmVD','RBJdI','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','get','getSuccess','getValue','GzekT','is_mobile_session','Accessibility\x20data\x20for\x20extension:\x20','LXdcp','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getTestFrameworkDetail','fetchDriverExecuteParamsEvent','executeScriptByName:\x20No\x20','\x20->\x20','AUTOMATION_SESSIONS','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','FlmcK','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','onBeforeExecute:\x20Command\x20','Qysbj','accessibility','getTestDetails','Eqhnf','getCapabilityValue','fOwgl','sIrOi','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','wWsoW','GvLPp','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','loadAccessibilityConfig','version','browser','NCGFP','getParamsForScanForCli','isVersionSupported','GET_RESULTS_SUMMARY','PERFORM_SCAN','mKVCg','getAccessibilityResultsSummary','PfTMD','nUlwb','getBuildId','testFramework','SDK_ACCESSIBILITY_CONFIG','updateData','parseA11yJwtPayload','browserVersion','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Performing\x20scan\x20before\x20getting\x20results\x20summary','Error\x20in\x20stopTestCapture:\x20','Bfuqh','UVvkO','TYaRv','3tvrgRo','ctOVH','getModuleName','testhub_build_uuid','_mobileScanningDisabledLogged','LOG_DISABLED_SHOWN','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getTestUUID','wvIum','BnilW','getName','icQTa','split',',\x20excludeTags=','\x20env=','performScan','Error\x20getting\x20script\x20by\x20name\x20','browserStackEvaluate','name:\x20','args','string','dTLXt','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','ascii','KEY_INIT','wYJNK','qVuWA','scannerVersion','platformName','nXTYS','FWaCg','find','parseFromProto','Error\x20applying\x20sendMessageToServer\x20patch:\x20','RVQjX','null','getAccessibility','function','[AccessibilityModule]\x20onAfterTest:\x20framework=','getOptions','wcagVersion','iZMxc','CREATE','getAllData','setAccessibilityToken','mxCgf','env','getBrowserDisplayName','Ojklb','../../../helpers/helper','__accessibilityOptions','stack','\x20script\x20available','PRE','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','EXECUTE','KSTss','error','FEpZC','OILoI','eTZwl','isAccessibilityScriptCommand',',\x20includeTags=','xSmAs','EPaIH','OsLKo','zWnhe','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','getScriptByName','isAppAccessibility','TrackedInstance','lYzRN','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','NTpjZ','getPlatformIndex','executeScriptByName','862314geOAeD','getState','../../../helpers/accessibility-automation/helper','shouldScanForCommand','name','WYCcJ','_centralAuthA11yConfig',',\x20isAppAccessibility=','saveTestResults','XLiMK','NAgPs','THBbO',',\x20available\x20commands:\x20','keys','options','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','YVvHf','evaluate','excludeTagsInTestingScope','MergedScanArgs:\x20','BNyDG','accessibilityToken','getResults','XvwvB','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','_centralAuthConfigFetched','ceYtR','../framework/automationFramework','UFCfn','info','tMmGH','942712YGvAHr','\x20browser\x20version\x20','\x20result\x20for\x20','NHoru','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','jest','isMobilePlatform','\x20testHubUuid=','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','Error\x20in\x20getAccessibilityResultsSummary:\x20','isPlatformSupported','KYqxX','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','qKCDH','join',',\x20\x0a\x20','INZpO','woHzh','NwiaN','KEY_TEST_NAME','getData',']\x20onAfterTest\x20should\x20scan=','pcIUO','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','__jestCurrentTestIdentifier','13|9|0|15|10|1|7|3|16|8|5|2|14|12|6|11|4','latest','../../../helpers/performance/constants.js','__workerDetails','setShouldScanCurrentTest','JIUBM','--headless','QUIT','./baseModule','end','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','../grpcClient','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','launchCaps','Error\x20in\x20performPageScan:\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','WqYaG','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','Context','performPageScan:\x20Script\x20is\x20null','Error\x20in\x20processAccessibilityCaps:\x20','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','DRIVER_HAS_URL','BGfKB','Scan\x20result:\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','WmYgP','browserName','isEnabledTestcase','../cliUtils','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getScriptsList','parse','browserstack.accessibilityOptions.scannerProcessingTimeout','46675NNRjpP','MVqBm','measureWrapper','USVxt','start','PEwEQ','capabilities','scannerProcessingTimeout','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','OkauM','--headless=new','Processed\x20accessibility\x20caps\x20','JLJxd','CxxvB','fetchCentralAuthA11yConfig','testFrameworkData','commandsList','thTestRunUuid','delete','OCyXC','replace','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','stopTestCapture','instance','../../../helpers/accessibility-automation/constants','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','\x20script\x20available\x20in\x20scriptsList','ghUVQ','registerObserver','YMChv','QLfez','JPJAQ','browserstack.accessibilityOptions.scannerVersion','tulwZ','\x22browserstack.user\x22:\x22[REDACTED]\x22','ecULG','loadDriverExecuteParams','hasAccessibilityExecuteParams','lmOzL','4360uCcbLL','../state/automationFrameworkState','pnnMr','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','NON_BROWSERSTACK_AUTOMATION_SESSIONS','../framework/testFramework','ObGJH','scan','getAccessibilityExecuteParams','bind','page','commandsToWrap','HMqeT','on\x20non-BrowserStack\x20infrastructure\x20','includeTagsInTestingScope','pwPage',',\x20testIdentifier=','Txwaw','uyHSy','VXVga','set','WqIJQ','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','OLIch','jXVWO','command','present','BROWSERSTACK_CLI_BIN_SESSION_ID','sRLni','uTGbx','InCpj','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','getMinVersionForBrowser','XcQfp','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getCurrentInstanceName','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','IOTWv','scriptsList','toString','test-tags-->\x20','finishScanningForCli','URMQw','Unknown\x20Test','DRIVER_INIT','toLowerCase','BRRtr','gDxTz','getContext','getScript','\x20accessibility\x20script\x20on\x20page','Error\x20in\x20initAccessibilityConfig:\x20','GVXBv','accessibilityConfig','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','stringify','YJBYL','TEST_INIT','\x20or\x20higher\x20','util',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','HYtOv','UvqFa','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','MOBILE_SCANNING_DISABLED_WARNING','QpLqh','oQXFY','4011490DrQuQT','value','toObject','\x22browserstack.key\x22:\x22[REDACTED]\x22','uxHHk','isAccessibilityAutomationSession','egqkD',',\x20testName=','fwFid','unknown'];a90_0x25e8=function(){return _0x5578c9;};return a90_0x25e8();}const a90_0x4af26a=a90_0x3754;(function(_0x549fe4,_0x475fe7){const _0x5226fd=a90_0x3754,_0x3ba0b8=_0x549fe4();while(!![]){try{const _0x53f613=-parseInt(_0x5226fd(0x192))/0x1+parseInt(_0x5226fd(0xb7))/0x2*(parseInt(_0x5226fd(0x1dd))/0x3)+parseInt(_0x5226fd(0x12e))/0x4*(-parseInt(_0x5226fd(0x90))/0x5)+-parseInt(_0x5226fd(0x229))/0x6+parseInt(_0x5226fd(0x10f))/0x7*(parseInt(_0x5226fd(0x248))/0x8)+-parseInt(_0x5226fd(0x133))/0x9+parseInt(_0x5226fd(0xfb))/0xa;if(_0x53f613===_0x475fe7)break;else _0x3ba0b8['push'](_0x3ba0b8['shift']());}catch(_0x5170a1){_0x3ba0b8['push'](_0x3ba0b8['shift']());}}}(a90_0x25e8,0x2a722));const BaseModule=require(a90_0x4af26a(0x76)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a90_0x4af26a(0x8b)),AutomationFramework=require(a90_0x4af26a(0x244)),TestFramework=require(a90_0x4af26a(0xbc)),AutomationFrameworkState=require(a90_0x4af26a(0xb8)),HookState=require(a90_0x4af26a(0x171)),GrpcClient=require(a90_0x4af26a(0x79)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a90_0x4af26a(0x223)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x4af26a(0x70)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x4af26a(0xa8)),{nestedKeyValue,isUndefined}=require(a90_0x4af26a(0x20e)),util=require(a90_0x4af26a(0xf2)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a90_0x4af26a(0x134)),accessibilityHelper=require(a90_0x4af26a(0x22b));class AccessibilityModule extends BaseModule{static [a90_0x4af26a(0x167)]=AccessibilityModule[a90_0x4af26a(0x22d)];static [a90_0x4af26a(0x242)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x25e3d0){const _0x5016ef=a90_0x4af26a,_0xd9cecd={};_0xd9cecd['ecULG']=_0x5016ef(0x262),_0xd9cecd[_0x5016ef(0xcf)]='testhub_build_uuid',_0xd9cecd[_0x5016ef(0x184)]=_0x5016ef(0x11a),_0xd9cecd[_0x5016ef(0x14d)]=_0x5016ef(0x84),_0xd9cecd[_0x5016ef(0xc8)]=_0x5016ef(0xf6);const _0x335eaa=_0xd9cecd,_0x32e529=_0x335eaa[_0x5016ef(0xb3)][_0x5016ef(0x1e9)]('|');let _0x111ca8=0x0;while(!![]){switch(_0x32e529[_0x111ca8++]){case'0':AutomationFramework[_0x5016ef(0xac)](AutomationFrameworkState[_0x5016ef(0x207)],HookState[_0x5016ef(0x17d)],this[_0x5016ef(0x19a)]['bind'](this));continue;case'1':this['accessibilityConfig']=_0x25e3d0[_0x5016ef(0xfd)]();continue;case'2':this[_0x5016ef(0x1e1)]=![];continue;case'3':this[_0x5016ef(0x1e2)]=new Map();continue;case'4':this[_0x5016ef(0x12f)]=_0x335eaa[_0x5016ef(0xcf)];continue;case'5':this['_sendMessageServerPatchApplied']=![];continue;case'6':this[_0x5016ef(0x1f5)]=_0x335eaa[_0x5016ef(0x184)];continue;case'7':this[_0x5016ef(0x1bb)]=new Map();continue;case'8':this['capabilities']=[];continue;case'9':AutomationFramework[_0x5016ef(0xac)](AutomationFrameworkState[_0x5016ef(0x214)],HookState[_0x5016ef(0x212)],this[_0x5016ef(0x18f)][_0x5016ef(0xc0)](this));continue;case'10':this[_0x5016ef(0x154)]=!![];continue;case'11':this['KEY_DRIVER_HAS_URL']=_0x335eaa[_0x5016ef(0x14d)];continue;case'12':logger[_0x5016ef(0x15a)](_0x335eaa[_0x5016ef(0xc8)]);continue;case'13':super();continue;case'14':this[_0x5016ef(0x209)](_0x25e3d0[_0x5016ef(0x204)]()[_0x5016ef(0x11f)]());continue;case'15':AutomationFramework[_0x5016ef(0xac)](AutomationFrameworkState[_0x5016ef(0x75)],HookState[_0x5016ef(0x212)],this['onAfterTest']['bind'](this));continue;case'16':this[_0x5016ef(0x222)]=![];continue;}break;}}[a90_0x4af26a(0x154)](){const _0x24bba0=a90_0x4af26a;return this[_0x24bba0(0x154)];}[a90_0x4af26a(0x1df)](){const _0x325a1a=a90_0x4af26a;return AccessibilityModule[_0x325a1a(0x167)];}[a90_0x4af26a(0x19f)](){const _0x4cab8b=a90_0x4af26a;return this[_0x4cab8b(0x1bb)][_0x4cab8b(0x1a9)](CLIUtils[_0x4cab8b(0xda)](),![]);}['getLogDisabledShown'](){const _0x1b2b77=a90_0x4af26a;return this[_0x1b2b77(0x1e2)][_0x1b2b77(0x1a9)](CLIUtils[_0x1b2b77(0xda)](),![]);}['setLogDisabledShown'](_0x3df86f){const _0x199329=a90_0x4af26a;this[_0x199329(0x1e2)][_0x199329(0xcb)](CLIUtils[_0x199329(0xda)](),_0x3df86f);}[a90_0x4af26a(0x165)](){const _0xf12545=a90_0x4af26a,_0x2e33a1={'bGGFl':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','JPJAQ':function(_0x126552,_0x222064){return _0x126552(_0x222064);},'Ojklb':_0xf12545(0x12c),'aTquF':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','tRliB':_0xf12545(0x251)};if(this[_0xf12545(0x132)]){logger[_0xf12545(0x15a)](_0x2e33a1[_0xf12545(0x186)]);return;}try{const _0x27c7de=_0x2e33a1[_0xf12545(0xaf)](require,_0x2e33a1[_0xf12545(0x20d)]);_0x27c7de&&_0x27c7de['patchSendMessageToServer']?(_0x27c7de['patchSendMessageToServer'](),this[_0xf12545(0x132)]=!![],logger[_0xf12545(0x15a)](_0x2e33a1['aTquF'])):logger[_0xf12545(0x15a)](_0x2e33a1['tRliB']);}catch(_0x4db613){logger[_0xf12545(0x15a)](_0xf12545(0x1fe)+util['format'](_0x4db613));}}[a90_0x4af26a(0x253)](_0x9d497=null,_0x530a49=null,_0x414d52=null){const _0x5d08e1=a90_0x4af26a,_0x3c4f3e={'HMqeT':function(_0x2069e4,_0x2d5814){return _0x2069e4&&_0x2d5814;},'YkPJD':'isPlatformSupported:\x20caps\x20are\x20null','PEwEQ':function(_0x59081d,_0x254d7d){return _0x59081d(_0x254d7d);},'NCGFP':_0x5d08e1(0x20e),'JitWb':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','FWaCg':_0x5d08e1(0x158),'QLfez':function(_0xdb3a6f,_0x7d883a){return _0xdb3a6f===_0x7d883a;},'UFCfn':_0x5d08e1(0x182),'jfAse':function(_0x82ef5c,_0x54c843){return _0x82ef5c===_0x54c843;},'rBbtF':_0x5d08e1(0x1f1),'LxNob':_0x5d08e1(0x198),'HpNyT':_0x5d08e1(0x17f),'pcIUO':function(_0x30ea12,_0x23ef5a){return _0x30ea12!==_0x23ef5a;},'THBbO':_0x5d08e1(0x263),'NTpjZ':function(_0x5df3c4){return _0x5df3c4();},'JIUBM':_0x5d08e1(0xc4),'YJBYL':function(_0x10d3db,_0x56b37f){return _0x10d3db!==_0x56b37f;},'GzekT':function(_0x7b4767,_0xc7023e){return _0x7b4767>_0xc7023e;},'BnilW':function(_0x584a73,_0x39a4d5){return _0x584a73(_0x39a4d5);},'kecjb':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3c4f3e[_0x5d08e1(0xc3)](!_0x530a49,!_0x414d52))return logger[_0x5d08e1(0x15a)](_0x3c4f3e['YkPJD']),![];const {isUndefined:_0x40c46d,isBrowserstackInfra:_0x370703}=_0x3c4f3e[_0x5d08e1(0x95)](require,_0x3c4f3e[_0x5d08e1(0x1c8)]);if(!accessibilityHelper[_0x5d08e1(0x100)]())return logger['debug'](_0x3c4f3e[_0x5d08e1(0x177)]),![];const _0xc29b47=_0x530a49[_0x5d08e1(0x89)]||_0x530a49[_0x5d08e1(0x1c7)],_0x17842d=_0x530a49[_0x5d08e1(0x1d6)]||_0x530a49[_0x5d08e1(0x135)];if(!accessibilityHelper[_0x5d08e1(0x117)](_0xc29b47))return logger[_0x5d08e1(0x129)](_0x3c4f3e[_0x5d08e1(0x1fb)]),![];if(accessibilityHelper[_0x5d08e1(0x163)](_0xc29b47))try{const _0x311e84=_0x530a49['headless'],_0x3e7cee=_0x3c4f3e[_0x5d08e1(0xae)](_0x311e84,!![])||_0x3c4f3e['QLfez'](_0x311e84,_0x3c4f3e[_0x5d08e1(0x245)])||_0x3c4f3e[_0x5d08e1(0x124)](typeof _0x311e84,_0x3c4f3e[_0x5d08e1(0x147)])&&_0x3c4f3e[_0x5d08e1(0xae)](_0x311e84[_0x5d08e1(0xe4)](),_0x3c4f3e['UFCfn']);if(_0x3e7cee)return logger[_0x5d08e1(0x129)](_0x3c4f3e[_0x5d08e1(0x15d)]),![];const _0x53c609=_0x530a49?.[_0x5d08e1(0x143)]?.[_0x5d08e1(0x1f0)]||_0x530a49?.[_0x3c4f3e['HpNyT']]?.[_0x5d08e1(0x1f0)]||[];if(Array[_0x5d08e1(0x164)](_0x53c609)&&_0x53c609[_0x5d08e1(0x113)](_0x3d15e0=>typeof _0x3d15e0===_0x5d08e1(0x1f1)&&(_0x3d15e0===_0x5d08e1(0x74)||_0x3d15e0['startsWith']('--headless=')&&_0x3d15e0!==_0x5d08e1(0x9a))))return logger[_0x5d08e1(0x129)](_0x3c4f3e[_0x5d08e1(0x15d)]),![];}catch(_0x2ce7f2){logger[_0x5d08e1(0x15a)](_0x5d08e1(0x131)+util[_0x5d08e1(0x1a4)](_0x2ce7f2));}if(_0x3c4f3e[_0x5d08e1(0x25f)](_0x17842d,_0x3c4f3e[_0x5d08e1(0x234)])){const _0x588125=_0x3c4f3e[_0x5d08e1(0x226)](_0x370703),_0x2036d7=accessibilityHelper[_0x5d08e1(0xd7)](_0xc29b47,_0x588125),_0x2f9135=accessibilityHelper[_0x5d08e1(0x20c)](_0xc29b47);if(!accessibilityHelper[_0x5d08e1(0x1ca)](_0x17842d,_0x2036d7)){const _0x5aa042=_0x588125?'':_0x3c4f3e[_0x5d08e1(0x73)];return logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x2f9135+_0x5d08e1(0x249)+_0x2036d7+_0x5d08e1(0xf1)+_0x5aa042+'.'),![];}}else{const _0x1b430c=_0x530a49[_0x5d08e1(0x1d6)]||_0x530a49[_0x5d08e1(0x135)]||_0x530a49[_0x5d08e1(0x1c6)];if(_0x1b430c&&_0x3c4f3e[_0x5d08e1(0xef)](_0x1b430c,_0x3c4f3e[_0x5d08e1(0x234)])&&!_0x3c4f3e[_0x5d08e1(0x1ac)](_0x3c4f3e['BnilW'](parseFloat,_0x1b430c),_0x3c4f3e[_0x5d08e1(0x1e6)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x5d08e1(0x129)](_0x3c4f3e['kecjb']),![];}return!![];}catch(_0x53d695){return logger[_0x5d08e1(0x15a)](_0x5d08e1(0x15f)+_0x53d695[_0x5d08e1(0x176)]),![];}}[a90_0x4af26a(0x8a)](_0x14721a=[],_0x469fbc,_0x5d14c0=a90_0x4af26a(0x130)){const _0x3ae9b3=a90_0x4af26a,_0x479e7c={'RBJdI':function(_0x636518,_0x2488be){return _0x636518===_0x2488be;},'GZGqL':'jest','ghUVQ':function(_0x559732,_0x37c153){return _0x559732||_0x37c153;},'KSTss':function(_0xfe50ee,_0x9bdd94){return _0xfe50ee&&_0x9bdd94;},'YVvHf':_0x3ae9b3(0x104),'bXugE':function(_0x3caea1,_0x5a05ee){return _0x3caea1(_0x5a05ee);},'oGGJd':function(_0x49f628,_0x5c55ef){return _0x49f628>_0x5c55ef;}};try{const _0x163fdb=process['env'][_0x3ae9b3(0x1d7)]?JSON['parse'](process[_0x3ae9b3(0x20b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x163fdb)return!![];const _0x59b678=Array[_0x3ae9b3(0x164)](_0x163fdb['includeTagsInTestingScope'])?_0x163fdb[_0x3ae9b3(0xc5)]:[],_0x49befc=Array[_0x3ae9b3(0x164)](_0x163fdb[_0x3ae9b3(0x23b)])?_0x163fdb[_0x3ae9b3(0x23b)]:[];if(_0x479e7c[_0x3ae9b3(0x1a7)](_0x5d14c0,_0x479e7c[_0x3ae9b3(0x17a)])){let _0x514ff8;Array[_0x3ae9b3(0x164)](_0x14721a)?_0x514ff8=_0x14721a[_0x3ae9b3(0x257)]('\x20'):_0x514ff8=_0x479e7c[_0x3ae9b3(0xab)](_0x14721a,'');const _0x5e86ea=_0x49befc[_0x3ae9b3(0x113)](_0x7834bf=>_0x514ff8['includes'](_0x7834bf)),_0x2425f9=_0x479e7c[_0x3ae9b3(0x1a7)](_0x59b678[_0x3ae9b3(0x185)],0x0)||_0x59b678[_0x3ae9b3(0x113)](_0x37be74=>_0x514ff8['includes'](_0x37be74)),_0x2fae19=_0x479e7c[_0x3ae9b3(0x215)](!_0x5e86ea,_0x2425f9);return logger[_0x3ae9b3(0x15a)](_0x3ae9b3(0x159)+(_0x469fbc?.['getPlatformIndex']?.()||_0x479e7c[_0x3ae9b3(0x239)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x2fae19+_0x3ae9b3(0x102)+_0x514ff8+_0x3ae9b3(0x21b)+JSON[_0x3ae9b3(0xee)](_0x59b678)+',\x20excludeTags='+JSON['stringify'](_0x49befc)),_0x2fae19;}const _0x16bf64=Array[_0x3ae9b3(0x164)](_0x14721a)?_0x14721a:[];let _0x196f66=![],_0x99143a=_0x479e7c[_0x3ae9b3(0x1a7)](_0x59b678[_0x3ae9b3(0x185)],0x0);const _0xaaab3b=_0x38eb9c=>typeof _0x38eb9c===_0x3ae9b3(0x1f1)?_0x38eb9c['replace'](/^@/,'')[_0x3ae9b3(0xe4)]()[_0x3ae9b3(0x11d)]():_0x38eb9c,_0x3df8b2=new Set(_0x59b678[_0x3ae9b3(0x13b)](_0xaaab3b)),_0x2aacc2=new Set(_0x49befc[_0x3ae9b3(0x13b)](_0xaaab3b));for(const _0x24d7da of _0x16bf64){const _0x1dae9a=_0x479e7c[_0x3ae9b3(0x16e)](_0xaaab3b,_0x24d7da);_0x2aacc2[_0x3ae9b3(0x1a0)](_0x1dae9a)&&(_0x196f66=!![]),_0x479e7c['oGGJd'](_0x3df8b2['size'],0x0)&&_0x3df8b2[_0x3ae9b3(0x1a0)](_0x1dae9a)&&(_0x99143a=!![]);}const _0x2ea833=_0x479e7c['KSTss'](_0x99143a,!_0x196f66);return logger[_0x3ae9b3(0x15a)](_0x3ae9b3(0x159)+(_0x469fbc?.[_0x3ae9b3(0x227)]?.()||_0x479e7c[_0x3ae9b3(0x239)])+_0x3ae9b3(0x7d)+_0x2ea833+_0x3ae9b3(0x178)+JSON[_0x3ae9b3(0xee)](_0x16bf64)+_0x3ae9b3(0x21b)+JSON[_0x3ae9b3(0xee)](_0x59b678)+_0x3ae9b3(0x1ea)+JSON[_0x3ae9b3(0xee)](_0x49befc)),_0x2ea833;}catch(_0x24019c){return logger[_0x3ae9b3(0x15a)](_0x3ae9b3(0x159)+(_0x469fbc?.[_0x3ae9b3(0x227)]?.()||_0x479e7c['YVvHf'])+_0x3ae9b3(0x150)+_0x24019c[_0x3ae9b3(0x176)]),![];}}async[a90_0x4af26a(0x19a)](_0x2ebbb8){const _0x3ef407=a90_0x4af26a,_0x51d4fa={};_0x51d4fa[_0x3ef407(0x232)]=function(_0x5d1161,_0xa5dee2){return _0x5d1161!==_0xa5dee2;},_0x51d4fa['tMmGH']='cucumber',_0x51d4fa[_0x3ef407(0x243)]=function(_0x26d72e,_0x4470fa){return _0x26d72e!==_0x4470fa;},_0x51d4fa[_0x3ef407(0x1bf)]='jest',_0x51d4fa[_0x3ef407(0x1fa)]=_0x3ef407(0x109),_0x51d4fa[_0x3ef407(0x180)]=_0x3ef407(0xf0),_0x51d4fa['IOTWv']=_0x3ef407(0x98),_0x51d4fa[_0x3ef407(0x126)]=_0x3ef407(0xa9),_0x51d4fa[_0x3ef407(0x20a)]=_0x3ef407(0xe3),_0x51d4fa[_0x3ef407(0x21d)]=function(_0x5d9833,_0x1b4223){return _0x5d9833===_0x1b4223;},_0x51d4fa[_0x3ef407(0x193)]=_0x3ef407(0x87),_0x51d4fa['VHQcL']=function(_0x278aec,_0x37c99b){return _0x278aec===_0x37c99b;},_0x51d4fa[_0x3ef407(0xa3)]=_0x3ef407(0xe2),_0x51d4fa['DljJE']=function(_0x10b685,_0x45c49c){return _0x10b685>_0x45c49c;},_0x51d4fa[_0x3ef407(0xce)]=function(_0x51c349,_0x20adaa){return _0x51c349===_0x20adaa;},_0x51d4fa[_0x3ef407(0xe6)]=_0x3ef407(0x202),_0x51d4fa['pQmVD']=_0x3ef407(0x189),_0x51d4fa[_0x3ef407(0x1ba)]=function(_0x497cfb,_0x2fd602){return _0x497cfb&&_0x2fd602;},_0x51d4fa['pfQGM']=_0x3ef407(0x104),_0x51d4fa[_0x3ef407(0x156)]=_0x3ef407(0x182);const _0x160aa4=_0x51d4fa;if(_0x160aa4['XLiMK'](_0x2ebbb8['testFramework'],_0x160aa4[_0x3ef407(0x247)])&&_0x160aa4['ceYtR'](_0x2ebbb8[_0x3ef407(0x1d2)],_0x160aa4['fOwgl'])){logger[_0x3ef407(0x15a)](_0x160aa4[_0x3ef407(0x1fa)]);return;}try{const _0x565fb9=AutomationFramework[_0x3ef407(0x120)](),_0x46aa69=TestFramework[_0x3ef407(0x120)](),_0x5c25af=_0x2ebbb8['page']||global[_0x3ef407(0x71)]?.['pwPage']||null;if(!_0x5c25af){_0x46aa69&&_0x46aa69[_0x3ef407(0x1d4)](_0x160aa4[_0x3ef407(0x180)],!![]);logger[_0x3ef407(0x15a)](_0x160aa4[_0x3ef407(0xdc)]);return;}logger[_0x3ef407(0x15a)](_0x160aa4['PjWAO']);const _0x42fed=_0x46aa69?.[_0x3ef407(0x25d)](_0x160aa4[_0x3ef407(0x20a)],![]),_0x388d25=_0x46aa69?.[_0x3ef407(0x25d)](_0x160aa4[_0x3ef407(0x180)],![]);if(_0x160aa4['EPaIH'](_0x42fed,![])&&_0x160aa4[_0x3ef407(0x21d)](_0x388d25,![])){_0x46aa69&&_0x46aa69[_0x3ef407(0x1d4)](_0x160aa4[_0x3ef407(0x20a)],!![]);logger[_0x3ef407(0x15a)](_0x160aa4[_0x3ef407(0x193)]);return;}_0x46aa69&&_0x46aa69['updateData'](_0x160aa4[_0x3ef407(0x180)],!![]);let _0x480de4,_0x42b676;const _0x565385=_0x2ebbb8[_0x3ef407(0x1d2)]||_0x160aa4[_0x3ef407(0x247)];if(_0x160aa4[_0x3ef407(0x18d)](_0x565385,_0x160aa4[_0x3ef407(0x1bf)])){_0x42b676=_0x2ebbb8['testInfo']?.['testAnalyticsId']||_0x2ebbb8[_0x3ef407(0x18b)]?.['id']||global[_0x3ef407(0x261)]||global[_0x3ef407(0x71)]?.['currentTest']?.['testAnalyticsId']||global['__workerDetails']?.['currentTest']?.['id'];const _0x20efe0=_0x46aa69?.[_0x3ef407(0x208)]()?.[_0x3ef407(0x1a9)](_0x42b676);if(_0x20efe0&&_0x20efe0[TestFrameworkConstants[_0x3ef407(0x25c)]])_0x480de4=_0x20efe0[TestFrameworkConstants[_0x3ef407(0x25c)]];else{if(_0x2ebbb8['testInfo']?.['titlePath'])_0x480de4=_0x2ebbb8[_0x3ef407(0x18b)][_0x3ef407(0x187)];else global[_0x3ef407(0x71)]?.[_0x3ef407(0x175)]?.[_0x3ef407(0x18b)]?.['titlePath']?_0x480de4=global[_0x3ef407(0x71)][_0x3ef407(0x175)][_0x3ef407(0x18b)][_0x3ef407(0x187)]:_0x480de4=_0x160aa4[_0x3ef407(0xa3)];}logger[_0x3ef407(0x15a)](_0x3ef407(0x15c)+_0x42b676+_0x3ef407(0x102)+JSON[_0x3ef407(0xee)](_0x480de4));}else{_0x42b676=this['getTestId'](_0x2ebbb8);const _0x187f30=TestInfo[_0x3ef407(0x1bc)](_0x42b676);let _0x153bc0=[];if(_0x187f30&&Array['isArray'](_0x187f30[_0x3ef407(0x189)])&&_0x160aa4['DljJE'](_0x187f30[_0x3ef407(0x189)][_0x3ef407(0x185)],0x0))_0x153bc0=_0x187f30[_0x3ef407(0x189)];else{if(_0x46aa69){const _0xac41d8=_0x160aa4[_0x3ef407(0xce)](typeof _0x46aa69[_0x3ef407(0x25d)],_0x160aa4[_0x3ef407(0xe6)])?_0x46aa69['getData'](_0x160aa4[_0x3ef407(0x1a6)],[]):_0x46aa69['test_tags']||[];Array[_0x3ef407(0x164)](_0xac41d8)&&(_0x153bc0=_0xac41d8);}}_0x480de4=_0x153bc0;}logger[_0x3ef407(0x246)](_0x3ef407(0xdf)+JSON[_0x3ef407(0xee)](_0x480de4));const _0x36da45=this[_0x3ef407(0x253)](_0x565fb9,_0x2ebbb8['platformCaps'],_0x2ebbb8[_0x3ef407(0x7b)]);logger['debug'](_0x3ef407(0x1a8)+_0x36da45+_0x3ef407(0x230)+this[_0x3ef407(0x222)]);const _0x49a49f=this[_0x3ef407(0x8a)](_0x480de4,_0x565fb9,_0x565385),_0x2ad179=_0x160aa4[_0x3ef407(0x1ba)](_0x36da45,_0x49a49f),_0x5c979c=CLIUtils['getCurrentInstanceName']();this[_0x3ef407(0x1bb)][_0x3ef407(0xcb)](_0x5c979c,_0x2ad179),global['Context']?.[_0x3ef407(0xe7)]&&global[_0x3ef407(0x80)][_0x3ef407(0xe7)]()['setShouldScan'](_0x2ad179),logger['debug'](_0x3ef407(0x159)+(_0x565fb9?.[_0x3ef407(0x227)]?.()||_0x160aa4['pfQGM'])+']\x20should\x20run\x20accessibility\x20value='+_0x2ad179),_0x2ad179?(global['accessibilityPlatform']=!![],process['env'][_0x3ef407(0x8c)]=_0x160aa4[_0x3ef407(0x156)],this[_0x3ef407(0x165)]()):global[_0x3ef407(0x121)]=![];}catch(_0x21704e){logger[_0x3ef407(0x216)](_0x3ef407(0x18a)+(_0x21704e['stack']||_0x21704e[_0x3ef407(0x176)]));const _0xb392bd=CLIUtils[_0x3ef407(0xda)]();this[_0x3ef407(0x1bb)]['set'](_0xb392bd,![]),global[_0x3ef407(0x121)]=![];}}[a90_0x4af26a(0x17b)](){const _0x43851e=a90_0x4af26a;return this[_0x43851e(0x96)][_0x43851e(0x1fc)](_0x4cd06e=>_0x4cd06e['getName']()===_0x43851e(0x17f))?.['getValue']()||'';}['getCapabilityValue'](_0x1c4665){const _0x151f66=a90_0x4af26a;try{const _0x405fe1=this[_0x151f66(0xec)]?.[_0x151f66(0x237)]?.['capabilitiesList']||[],_0x2e3e23=_0x405fe1[_0x151f66(0x1fc)](_0x270e39=>_0x270e39[_0x151f66(0x22d)]===_0x1c4665);return _0x2e3e23?_0x2e3e23[_0x151f66(0xfc)]:null;}catch(_0x2e45c2){return logger[_0x151f66(0x15a)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1c4665+':\x20'+_0x2e45c2[_0x151f66(0x176)]),null;}}async[a90_0x4af26a(0x140)](_0x15548d,_0x5d7422){const _0x48099c=a90_0x4af26a,_0x1e163e=_0x15548d[_0x48099c(0x201)]()[_0x48099c(0x204)](),_0x395ac1=_0x1e163e[_0x48099c(0x8d)](),_0x161e95=_0x1e163e[_0x48099c(0x10e)]()?.[_0x48099c(0x122)]();scripts[_0x48099c(0x1fd)](_0x395ac1,_0x161e95),scripts[_0x48099c(0x173)]();const _0x236720=_0x1e163e[_0x48099c(0x11f)]();this[_0x48099c(0x96)]=_0x1e163e['getCapabilitiesList'](),await this['setAccessibilityToken'](_0x236720,_0x5d7422[_0x48099c(0x7b)]);}async[a90_0x4af26a(0x209)](_0x52e030,_0xaeaab0={}){const _0x25846b=a90_0x4af26a,_0x10055a={'wvIum':function(_0x2d892d,_0x5a81ad){return _0x2d892d===_0x5a81ad;},'dvYWP':_0x25846b(0x23e),'nVlRG':_0x25846b(0x174),'zWnhe':function(_0x130965,_0x32885c){return _0x130965(_0x32885c);},'yqtoc':_0x25846b(0x22b),'TYaRv':_0x25846b(0x20e),'BkMiQ':_0x25846b(0x205),'wWsoW':_0x25846b(0x119),'XvwvB':function(_0x3c0bb2,_0x369f97){return _0x3c0bb2===_0x369f97;},'sRLni':_0x25846b(0x1f8),'sLzbt':_0x25846b(0xb0),'OsLKo':_0x25846b(0x97),'oWEjV':_0x25846b(0x8f),'lYzRN':'isMobileScanningEnabledForGroup','aiZEi':function(_0x58d4ce,_0xdc6fee){return _0x58d4ce(_0xdc6fee);},'OkauM':function(_0x4a32d2,_0x4be61f){return _0x4a32d2===_0x4be61f;},'qpTDV':function(_0x54d1e7,_0x257da7){return _0x54d1e7===_0x257da7;},'cAAHK':_0x25846b(0x182)};global['__accessibilityOptions']=global[_0x25846b(0x20f)]||{};for(const _0x573254 of _0x52e030){logger['info'](_0x25846b(0x1ef)+_0x573254['getName']()+_0x25846b(0x11b)+_0x573254[_0x25846b(0x1ab)]());if(_0x10055a[_0x25846b(0x1e5)](_0x573254[_0x25846b(0x1e7)](),_0x10055a[_0x25846b(0x10d)])){const _0x2b8d6d=_0x573254['getValue']();process[_0x25846b(0x20b)]['BS_A11Y_JWT']=_0x2b8d6d,global[_0x25846b(0x20f)][_0x10055a['nVlRG']]=_0x2b8d6d;const _0x296a71=_0x10055a[_0x25846b(0x21f)](require,_0x10055a[_0x25846b(0x19b)]),{isTrue:_0x1bb503}=_0x10055a[_0x25846b(0x21f)](require,_0x10055a[_0x25846b(0x1dc)]),_0x18af2f=_0x296a71[_0x25846b(0x1d5)](_0x2b8d6d);_0x18af2f&&_0x10055a[_0x25846b(0x21f)](_0x1bb503,_0x18af2f['skipCDPConnectOverride'])&&(process[_0x25846b(0x20b)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x10055a[_0x25846b(0x1e5)](_0x573254['getName'](),_0x10055a[_0x25846b(0x17c)]))global[_0x25846b(0x20f)][_0x10055a[_0x25846b(0x1c2)]]=_0x573254[_0x25846b(0x1ab)]();else{if(_0x10055a[_0x25846b(0x240)](_0x573254[_0x25846b(0x1e7)](),_0x10055a[_0x25846b(0xd3)]))global['__accessibilityOptions'][_0x10055a['sLzbt']]=_0x573254[_0x25846b(0x1ab)]();else{if(_0x10055a['wvIum'](_0x573254['getName'](),_0x10055a[_0x25846b(0x21e)]))global[_0x25846b(0x20f)][_0x10055a[_0x25846b(0x1a5)]]=_0x573254[_0x25846b(0x1ab)]();else{if(_0x10055a['XvwvB'](_0x573254[_0x25846b(0x1e7)](),_0x10055a[_0x25846b(0x224)])){const _0x122922=_0x573254[_0x25846b(0x1ab)]();process['env'][_0x25846b(0x78)]=_0x10055a[_0x25846b(0x170)](String,_0x10055a[_0x25846b(0x99)](_0x122922,!![])||_0x10055a[_0x25846b(0x190)](_0x122922,_0x10055a['cAAHK'])),logger[_0x25846b(0x15a)](_0x25846b(0xba)+_0x122922+_0x25846b(0x1eb)+process[_0x25846b(0x20b)][_0x25846b(0x78)]);}}}}}}}async['onAfterTest'](_0x34dc19){const _0x21867b=a90_0x4af26a,_0x232ae5={};_0x232ae5[_0x21867b(0x188)]=function(_0x3d227d,_0x36d6dc){return _0x3d227d!==_0x36d6dc;},_0x232ae5['LFnVu']=_0x21867b(0x130),_0x232ae5[_0x21867b(0x254)]=_0x21867b(0x24e),_0x232ae5[_0x21867b(0xf9)]=_0x21867b(0x83),_0x232ae5[_0x21867b(0x101)]=_0x21867b(0x104);const _0x5ae888=_0x232ae5;if(_0x5ae888[_0x21867b(0x188)](_0x34dc19[_0x21867b(0x1d2)],_0x5ae888[_0x21867b(0x18e)])&&_0x5ae888[_0x21867b(0x188)](_0x34dc19[_0x21867b(0x1d2)],_0x5ae888[_0x21867b(0x254)])){logger[_0x21867b(0x15a)](_0x5ae888[_0x21867b(0xf9)]);return;}const _0xe37a71=_0x34dc19[_0x21867b(0x18b)]?.[_0x21867b(0x110)]||_0x34dc19[_0x21867b(0x18b)]?.['id']||global['__jestCurrentTestIdentifier'];logger['info'](_0x21867b(0x203)+_0x34dc19[_0x21867b(0x1d2)]+_0x21867b(0xc7)+_0xe37a71);try{const _0x33ba33=_0x34dc19['instance']||AutomationFramework[_0x21867b(0x120)](),_0x242723=CLIUtils[_0x21867b(0xda)](),_0x26a589=this[_0x21867b(0x19f)]();logger[_0x21867b(0x15a)](_0x21867b(0x159)+(_0x33ba33?.['getPlatformIndex']?.()||_0x5ae888[_0x21867b(0x101)])+_0x21867b(0x25e)+_0x26a589),_0x26a589&&await this[_0x21867b(0xa6)](_0x33ba33,_0x34dc19),this[_0x21867b(0x1bb)][_0x21867b(0xa2)](_0x242723),this[_0x21867b(0x1e2)][_0x21867b(0xa2)](_0x242723);}catch(_0xdec1){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0xdec1[_0x21867b(0x210)]||_0xdec1['message']));}}async[a90_0x4af26a(0xa6)](_0x433a22,_0x271fac){const _0x21e9ad=a90_0x4af26a,_0x59ee9e={};_0x59ee9e[_0x21e9ad(0x195)]=function(_0x12ac28,_0x4ff4d2){return _0x12ac28===_0x4ff4d2;},_0x59ee9e['gQtQG']='function',_0x59ee9e[_0x21e9ad(0x21c)]=function(_0x51966b,_0x420f20){return _0x51966b===_0x420f20;},_0x59ee9e[_0x21e9ad(0x93)]='jest',_0x59ee9e[_0x21e9ad(0xfa)]=_0x21e9ad(0x130),_0x59ee9e['dTLXt']=function(_0x4050a2,_0x35a8ce){return _0x4050a2===_0x35a8ce;},_0x59ee9e[_0x21e9ad(0x153)]=_0x21e9ad(0xd6),_0x59ee9e[_0x21e9ad(0x25a)]=_0x21e9ad(0x1bb),_0x59ee9e[_0x21e9ad(0x1a2)]='saveResults',_0x59ee9e['pnnMr']=_0x21e9ad(0x104),_0x59ee9e['qunlb']=_0x21e9ad(0xd1),_0x59ee9e[_0x21e9ad(0x23d)]=_0x21e9ad(0x200),_0x59ee9e['NAgPs']=function(_0x17a490,_0x164833){return _0x17a490===_0x164833;},_0x59ee9e[_0x21e9ad(0x1de)]=function(_0x1a8326,_0x25c625){return _0x1a8326||_0x25c625;},_0x59ee9e['RVQjX']='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x59ee9e[_0x21e9ad(0x12b)]=_0x21e9ad(0x1b5),_0x59ee9e['JLJxd']=_0x21e9ad(0xbb);const _0x154d5e=_0x59ee9e;try{const _0x5c3ced=_0x271fac[_0x21e9ad(0x1d2)]||(_0x154d5e[_0x21e9ad(0x21c)](this[_0x21e9ad(0x9f)]?.[_0x21e9ad(0x22d)]?.[_0x21e9ad(0xe4)](),_0x154d5e['USVxt'])?_0x154d5e['USVxt']:_0x154d5e[_0x21e9ad(0xfa)]);let _0x2729fa='',_0x372cc7=null,_0x2c933e=null;if(_0x154d5e[_0x21e9ad(0x1f2)](_0x5c3ced,_0x154d5e[_0x21e9ad(0x93)])){_0x372cc7=_0x271fac[_0x21e9ad(0x18b)]?.[_0x21e9ad(0x110)]||_0x271fac[_0x21e9ad(0x18b)]?.['id']||global[_0x21e9ad(0x261)];if(!_0x372cc7){logger[_0x21e9ad(0x129)](_0x154d5e[_0x21e9ad(0x153)]);return;}try{const _0x3160ad=await GrpcClient['getInstance']()[_0x21e9ad(0x1b2)](process[_0x21e9ad(0x20b)][_0x21e9ad(0xd2)],_0x154d5e['woHzh'],_0x154d5e[_0x21e9ad(0x1a2)],_0x372cc7),_0x35c9a0=AccessibilityModule['loadDriverExecuteParams'](null,_0x3160ad);_0x2729fa=_0x35c9a0?.['thTestRunUuid']||'',logger[_0x21e9ad(0x15a)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2729fa+_0x21e9ad(0x12d)+_0x372cc7),_0x2c933e=_0x3160ad;}catch(_0x180c65){logger[_0x21e9ad(0x216)](_0x21e9ad(0x24d)+_0x180c65[_0x21e9ad(0x176)]);return;}}else{const _0x16bca1=this['getTestId'](_0x271fac);_0x2729fa=TestInfo[_0x21e9ad(0x1e4)](_0x16bca1);}const _0x1384b3=((()=>{const _0x7faf26=_0x21e9ad,_0x2cb1d7=(this[_0x7faf26(0xec)]?.[_0x7faf26(0x237)]?.['capabilitiesList']||[])['find'](_0x291316=>(typeof _0x291316[_0x7faf26(0x1e7)]==='function'?_0x291316[_0x7faf26(0x1e7)]():_0x291316[_0x7faf26(0x22d)])===this[_0x7faf26(0x12f)]);return _0x2cb1d7?_0x154d5e['njGCY'](typeof _0x2cb1d7['getValue'],_0x154d5e['gQtQG'])?_0x2cb1d7[_0x7faf26(0x1ab)]():_0x2cb1d7['value']:'';})()),_0x415456=process['env'][_0x21e9ad(0x151)]||'';logger[_0x21e9ad(0x15a)](_0x21e9ad(0x159)+(_0x433a22?.['getPlatformIndex']?.()||_0x154d5e[_0x21e9ad(0xb9)])+']\x20clear\x20'+_0x2729fa+_0x21e9ad(0x250)+_0x1384b3+'\x20a11yToken='+(_0x415456?_0x154d5e[_0x21e9ad(0x144)]:_0x154d5e[_0x21e9ad(0x23d)]));let _0x5b2ee2;if(_0x154d5e[_0x21e9ad(0x233)](_0x5c3ced,_0x154d5e[_0x21e9ad(0x93)]))_0x5b2ee2=AccessibilityModule['loadDriverExecuteParams'](_0x2729fa,_0x2c933e);else{const _0x3bc906=await GrpcClient['getInstance']()[_0x21e9ad(0x1b2)](process[_0x21e9ad(0x20b)][_0x21e9ad(0xd2)],_0x154d5e[_0x21e9ad(0x25a)],_0x154d5e[_0x21e9ad(0x1a2)]);_0x5b2ee2=AccessibilityModule['loadDriverExecuteParams'](_0x2729fa,_0x3bc906);}logger[_0x21e9ad(0x15a)](_0x21e9ad(0x1ae)+JSON['stringify'](_0x5b2ee2));const _0x4750c4=Object[_0x21e9ad(0x149)]({},{'thTestRunUuid':_0x154d5e['ctOVH'](_0x2729fa,''),'thBuildUuid':_0x154d5e['ctOVH'](_0x1384b3,''),'thJwtToken':_0x154d5e[_0x21e9ad(0x1de)](_0x415456,'')},_0x5b2ee2);!this[_0x21e9ad(0x222)]&&this['isMobileWebSession']()&&(_0x4750c4[_0x21e9ad(0x1ad)]=!![],logger[_0x21e9ad(0x15a)](_0x154d5e[_0x21e9ad(0x1ff)]));logger[_0x21e9ad(0x15a)](_0x21e9ad(0x225)+_0x2729fa+_0x21e9ad(0x230)+this[_0x21e9ad(0x222)]);let _0x228131=global[_0x21e9ad(0x71)]?.[_0x21e9ad(0xc6)]||null;!_0x228131&&(_0x228131=AutomationFramework[_0x21e9ad(0x22a)](_0x433a22,_0x154d5e['Jbcww'],null)),!_0x228131&&(_0x228131=AutomationFramework[_0x21e9ad(0x22a)](_0x433a22,_0x154d5e[_0x21e9ad(0x9c)],null)),await this['finishScanningForCli'](this[_0x21e9ad(0x19f)](),_0x2729fa,_0x228131,_0x4750c4,this[_0x21e9ad(0x222)]);}catch(_0x4ffddd){logger['error'](_0x21e9ad(0x1d9)+(_0x4ffddd['stack']||_0x4ffddd['message']));}}async[a90_0x4af26a(0xe0)](_0x5e8b31,_0x4bb3eb,_0x5a1580,_0x4c1f50,_0x306d03){const _0x5371b0=a90_0x4af26a,_0x5eddda={};_0x5eddda[_0x5371b0(0x11c)]=_0x5371b0(0x148),_0x5eddda['NwiaN']=function(_0x3383a4,_0xe30cae){return _0x3383a4&&_0xe30cae;},_0x5eddda[_0x5371b0(0x85)]=_0x5371b0(0x241),_0x5eddda['wGkZU']=function(_0xe72b8b,_0x313478){return _0xe72b8b===_0x313478;},_0x5eddda['reLlT']=_0x5371b0(0x200),_0x5eddda[_0x5371b0(0xff)]=_0x5371b0(0xf7),_0x5eddda[_0x5371b0(0x9d)]=_0x5371b0(0x162),_0x5eddda[_0x5371b0(0xd4)]='afterTestHook',_0x5eddda['URMQw']=_0x5371b0(0xbe),_0x5eddda[_0x5371b0(0x168)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x5eddda['UvqFa']='a11y:save-results',_0x5eddda['ObGJH']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x460e6f=_0x5eddda;try{const _0xa81003=this[_0x5371b0(0x221)](_0x460e6f[_0x5371b0(0x11c)]);if(_0x460e6f[_0x5371b0(0x25b)](!_0x306d03,!_0xa81003)){logger[_0x5371b0(0x15a)](_0x460e6f[_0x5371b0(0x85)]);return;}if(!_0x4bb3eb||_0x460e6f[_0x5371b0(0x183)](_0x4bb3eb,_0x460e6f[_0x5371b0(0x115)])||_0x460e6f['wGkZU'](_0x4bb3eb,'')){logger[_0x5371b0(0x15a)](_0x460e6f[_0x5371b0(0xff)]);return;}logger[_0x5371b0(0x15a)](_0x5371b0(0x1f3)+JSON[_0x5371b0(0xee)](_0x4c1f50)),_0x5e8b31&&(logger[_0x5371b0(0x15a)](_0x460e6f[_0x5371b0(0x9d)]),await this[_0x5371b0(0x112)](_0x5a1580,_0x4bb3eb,_0x460e6f[_0x5371b0(0xd4)],_0x4c1f50,_0x306d03,_0x460e6f[_0x5371b0(0xe1)]),_0x460e6f[_0x5371b0(0x25b)](!_0x306d03,_0xa81003)&&(logger['debug'](_0x460e6f['ljkHs']),await PerformanceTester[_0x5371b0(0x92)](_0x460e6f[_0x5371b0(0xf5)],async()=>{const _0x1e75e2=_0x5371b0;await this[_0x1e75e2(0x112)](_0x5a1580,_0x4bb3eb,_0x460e6f['YXvXb'],_0x4c1f50,_0x306d03,_0x460e6f['YXvXb']);})()),logger[_0x5371b0(0x246)](_0x460e6f[_0x5371b0(0xbd)]));}catch(_0xda589d){logger['error'](_0x5371b0(0x1e3)+(_0xda589d[_0x5371b0(0x210)]||_0xda589d[_0x5371b0(0x176)]));}}async[a90_0x4af26a(0x18f)](_0x21cabd){const _0x32b7a3=a90_0x4af26a,_0x270035={};_0x270035[_0x32b7a3(0x88)]=function(_0x2c615c,_0x28e8e5){return _0x2c615c!==_0x28e8e5;},_0x270035[_0x32b7a3(0xcc)]=_0x32b7a3(0x130),_0x270035[_0x32b7a3(0x1af)]=function(_0x900449,_0x1621cd){return _0x900449!==_0x1621cd;},_0x270035[_0x32b7a3(0x12a)]=_0x32b7a3(0x24e),_0x270035[_0x32b7a3(0x13e)]=_0x32b7a3(0x172),_0x270035[_0x32b7a3(0x107)]=_0x32b7a3(0x104),_0x270035[_0x32b7a3(0x10a)]=_0x32b7a3(0x128),_0x270035[_0x32b7a3(0x91)]=function(_0x3b658b,_0x29a072){return _0x3b658b===_0x29a072;},_0x270035[_0x32b7a3(0xb1)]=_0x32b7a3(0x24c),_0x270035['VlvpU']=_0x32b7a3(0x1bb),_0x270035[_0x32b7a3(0x17e)]=_0x32b7a3(0x1ec),_0x270035[_0x32b7a3(0xca)]=_0x32b7a3(0x196),_0x270035[_0x32b7a3(0x111)]='testhub_build_uuid',_0x270035[_0x32b7a3(0x13c)]=_0x32b7a3(0xbe),_0x270035[_0x32b7a3(0xe5)]='null';const _0x37a157=_0x270035;if(_0x37a157[_0x32b7a3(0x88)](_0x21cabd[_0x32b7a3(0x1d2)],_0x37a157['WqIJQ'])&&_0x37a157[_0x32b7a3(0x1af)](_0x21cabd['testFramework'],_0x37a157['LnGVB'])){logger[_0x32b7a3(0x15a)](_0x37a157[_0x32b7a3(0x13e)]);return;}logger[_0x32b7a3(0x15a)]('onBeforeExecute:\x20command='+(_0x21cabd[_0x32b7a3(0x179)]||_0x37a157[_0x32b7a3(0x107)])+_0x32b7a3(0x160)+_0x21cabd[_0x32b7a3(0x1d2)]);try{const _0x2a81ea=_0x21cabd[_0x32b7a3(0xa7)]||AutomationFramework[_0x32b7a3(0x120)](),_0x595ca2=TestFramework[_0x32b7a3(0x120)](),_0x4bbce5=_0x21cabd['commandName']||_0x21cabd[_0x32b7a3(0xd0)]?.[_0x32b7a3(0x1e7)]();if(!_0x4bbce5){logger[_0x32b7a3(0x15a)](_0x37a157[_0x32b7a3(0x10a)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x32b7a3(0x15a)](_0x32b7a3(0x14e)+_0x4bbce5);return;}if(!this[_0x32b7a3(0x22c)](_0x4bbce5)){logger[_0x32b7a3(0x15a)](_0x32b7a3(0x1b9)+_0x4bbce5+_0x32b7a3(0x194));return;}const _0x1fb68d=_0x21cabd[_0x32b7a3(0xc1)]||global[_0x32b7a3(0x71)]?.[_0x32b7a3(0xc6)];if(!_0x1fb68d){logger['debug'](_0x32b7a3(0x1b6)+_0x4bbce5);return;}let _0x35c92f='',_0x31695b=null;if(_0x37a157[_0x32b7a3(0x91)](_0x21cabd[_0x32b7a3(0x1d2)],_0x37a157[_0x32b7a3(0x12a)])){_0x31695b=_0x21cabd[_0x32b7a3(0x18b)]?.[_0x32b7a3(0x110)]||_0x21cabd['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x31695b){logger[_0x32b7a3(0x129)](_0x37a157[_0x32b7a3(0xb1)]);return;}try{const _0x499d86=await GrpcClient[_0x32b7a3(0x14b)]()[_0x32b7a3(0x1b2)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x37a157[_0x32b7a3(0x16b)],_0x37a157[_0x32b7a3(0x17e)],_0x31695b),_0x2b7cb1=AccessibilityModule[_0x32b7a3(0xb4)](null,_0x499d86);_0x35c92f=_0x2b7cb1?.[_0x32b7a3(0xa1)]||'',logger['debug'](_0x32b7a3(0x255)+_0x35c92f+_0x32b7a3(0x12d)+_0x31695b);}catch(_0x4ef284){logger[_0x32b7a3(0x216)](_0x32b7a3(0xed)+_0x4ef284[_0x32b7a3(0x176)]);return;}}else _0x35c92f=this['getCapabilityValue'](_0x37a157[_0x32b7a3(0xca)])||'',!_0x35c92f&&this[_0x32b7a3(0x166)]()&&(_0x35c92f=accessibilityHelper[_0x32b7a3(0x138)]());const _0x582867=this[_0x32b7a3(0x1be)](_0x37a157[_0x32b7a3(0x111)])||this[_0x32b7a3(0xec)][this[_0x32b7a3(0x12f)]]||null,_0x3f53aa=process[_0x32b7a3(0x20b)][_0x32b7a3(0x151)]||'',_0x463647=this[_0x32b7a3(0x1c9)](_0x4bbce5,_0x35c92f,_0x582867,_0x3f53aa),_0x4d0c71=_0x37a157['MVqBm'](_0x21cabd[_0x32b7a3(0x1d2)],_0x37a157[_0x32b7a3(0x12a)])?await AccessibilityModule[_0x32b7a3(0x9e)](_0x37a157[_0x32b7a3(0x13c)],_0x35c92f,_0x31695b):await AccessibilityModule[_0x32b7a3(0x9e)](_0x37a157[_0x32b7a3(0x13c)],_0x35c92f);logger['info'](_0x32b7a3(0x181)+(_0x463647?JSON[_0x32b7a3(0xee)](_0x463647):_0x37a157[_0x32b7a3(0xe5)]));const _0x222b21=CLIUtils[_0x32b7a3(0x13a)](_0x463647,_0x4d0c71);logger['info'](_0x32b7a3(0x23c)+(_0x222b21?JSON[_0x32b7a3(0xee)](_0x222b21):_0x37a157['BRRtr'])),logger['debug'](_0x32b7a3(0xcd)+_0x4bbce5);const _0x2fa5d0=await this['performScanForCli'](_0x1fb68d,_0x35c92f,_0x4bbce5,_0x222b21,this[_0x32b7a3(0x222)]);logger[_0x32b7a3(0x15a)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x4bbce5+_0x32b7a3(0x258)+JSON[_0x32b7a3(0xee)](_0x2fa5d0));}catch(_0x2e5f40){logger[_0x32b7a3(0x216)](_0x32b7a3(0x1b0)+(_0x2e5f40[_0x32b7a3(0x210)]||_0x2e5f40[_0x32b7a3(0x176)]));}}['shouldScanCurrentTest'](){const _0x30f685=a90_0x4af26a;return this[_0x30f685(0x19f)]();}[a90_0x4af26a(0x72)](_0x4c03a3){const _0x47a18b=a90_0x4af26a,_0x50603a=CLIUtils['getCurrentInstanceName']();this[_0x47a18b(0x1bb)][_0x47a18b(0xcb)](_0x50603a,_0x4c03a3);}async[a90_0x4af26a(0x105)](_0xbc2a0b){const _0x5a064f=a90_0x4af26a,_0xe76071={};_0xe76071[_0x5a064f(0x1db)]=_0x5a064f(0x104);const _0x554639=_0xe76071;try{const _0x21a4ed=_0xbc2a0b[_0x5a064f(0xa7)]||AutomationFramework[_0x5a064f(0x120)](),_0x1e0b18=_0x21a4ed?.[_0x5a064f(0x25d)]?.()?.[_0x5a064f(0x1a9)]?.(this['KEY_INIT'])||![];if(_0x1e0b18)return;PerformanceTester[_0x5a064f(0x94)](EVENTS[_0x5a064f(0x1d3)]);const _0x44b080=await GrpcClient['getInstance']()['getAccessibilityConfig'](_0xbc2a0b);_0x44b080&&_0x44b080[_0x5a064f(0x201)]&&_0x44b080[_0x5a064f(0x201)]()&&_0x44b080[_0x5a064f(0x201)]()[_0x5a064f(0x1aa)]()?(await this[_0x5a064f(0x1c5)](_0x44b080,_0xbc2a0b),_0x21a4ed?.[_0x5a064f(0x25d)]&&_0x21a4ed[_0x5a064f(0x25d)]()[_0x5a064f(0xcb)](this[_0x5a064f(0x1f5)],!![]),logger['debug'](_0x5a064f(0x159)+(_0x21a4ed?.[_0x5a064f(0x227)]?.()||_0x554639['UVvkO'])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger['debug'](_0x5a064f(0x159)+(_0x21a4ed?.['getPlatformIndex']?.()||_0x554639[_0x5a064f(0x1db)])+_0x5a064f(0xf3)),PerformanceTester[_0x5a064f(0x77)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x4f7a84){PerformanceTester[_0x5a064f(0x77)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x4f7a84[_0x5a064f(0x176)]),logger[_0x5a064f(0x216)](_0x5a064f(0xea)+(_0x4f7a84[_0x5a064f(0x210)]||_0x4f7a84[_0x5a064f(0x176)]));}}async[a90_0x4af26a(0x1c5)](_0x135f02,_0x21a576){const _0x25d310=a90_0x4af26a;await this[_0x25d310(0x140)](_0x135f02,_0x21a576);const _0x52a437=_0x135f02[_0x25d310(0x201)]()[_0x25d310(0x204)]();if(_0x52a437){const _0x594a8d=_0x135f02[_0x25d310(0x1a1)]&&_0x135f02['getTesthub']();_0x594a8d&&(this[_0x25d310(0xec)][this[_0x25d310(0x12f)]]=_0x594a8d[_0x25d310(0x1d1)]&&_0x594a8d[_0x25d310(0x1d1)]());}}[a90_0x4af26a(0x22c)](_0x441c67){const _0x518a0c=a90_0x4af26a,_0x39207f={};_0x39207f[_0x518a0c(0x24b)]=function(_0x5c26b2,_0x1a1cc3){return _0x5c26b2===_0x1a1cc3;};const _0x12c0c9=_0x39207f;try{if(!_0x441c67)return![];const _0x32ddab=this['accessibilityConfig']?.[_0x518a0c(0x237)]?.[_0x518a0c(0xc2)]?.[_0x518a0c(0xa0)]||[],_0x222273=_0x32ddab[_0x518a0c(0x113)](_0x94f45b=>{const _0x1e5f90=_0x518a0c;return _0x94f45b[_0x1e5f90(0x22d)]&&_0x12c0c9[_0x1e5f90(0x24b)](_0x94f45b[_0x1e5f90(0x22d)][_0x1e5f90(0xe4)](),_0x441c67[_0x1e5f90(0xe4)]());});return logger['debug'](_0x518a0c(0x10b)+_0x441c67+_0x518a0c(0x1b4)+_0x222273+_0x518a0c(0x235)+JSON[_0x518a0c(0xee)](_0x32ddab[_0x518a0c(0x13b)](_0x270569=>_0x270569[_0x518a0c(0x22d)]))),_0x222273;}catch(_0x2f9c31){return logger[_0x518a0c(0x15a)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x2f9c31[_0x518a0c(0x176)]),![];}}['isBrowserstackScriptCommand'](_0x5f4803){const _0x4bf588=a90_0x4af26a,_0x41dea6={};_0x41dea6[_0x4bf588(0x137)]=function(_0x19cc62,_0x54ab8b){return _0x19cc62===_0x54ab8b;},_0x41dea6[_0x4bf588(0x1cf)]='string',_0x41dea6[_0x4bf588(0xad)]='browserstack_executor';const _0x140640=_0x41dea6,_0x26e624=_0x5f4803['getScript']&&_0x5f4803[_0x4bf588(0xe8)]();return _0x26e624&&_0x140640[_0x4bf588(0x137)](typeof _0x26e624,_0x140640[_0x4bf588(0x1cf)])&&_0x26e624[_0x4bf588(0x191)](_0x140640['YMChv']);}[a90_0x4af26a(0x21a)](_0x1155ce){const _0x1ae787=a90_0x4af26a,_0xb7c225={};_0xb7c225[_0x1ae787(0x1c3)]=function(_0x33b7a5,_0x4bda29){return _0x33b7a5!==_0x4bda29;},_0xb7c225[_0x1ae787(0x15e)]=_0x1ae787(0x1f1),_0xb7c225[_0x1ae787(0x206)]=_0x1ae787(0x1bb),_0xb7c225[_0x1ae787(0x16d)]=_0x1ae787(0x1ec),_0xb7c225['gmklC']=_0x1ae787(0x23f),_0xb7c225['SaeXk']=_0x1ae787(0x231);const _0x5957dd=_0xb7c225,_0xb462e0=_0x1155ce[_0x1ae787(0xe8)]&&_0x1155ce[_0x1ae787(0xe8)]();if(!_0xb462e0||_0x5957dd[_0x1ae787(0x1c3)](typeof _0xb462e0,_0x5957dd[_0x1ae787(0x15e)]))return![];return _0xb462e0[_0x1ae787(0x191)](_0x5957dd['iZMxc'])||_0xb462e0[_0x1ae787(0x191)](_0x5957dd[_0x1ae787(0x16d)])||_0xb462e0[_0x1ae787(0x191)](_0x5957dd[_0x1ae787(0x14f)])||_0xb462e0[_0x1ae787(0x191)](_0x5957dd['SaeXk']);}['isMobileWebSession'](){const _0x28167d=a90_0x4af26a,_0xcb5b7e={'tkhKe':function(_0x3712c5,_0x57e75d){return _0x3712c5===_0x57e75d;},'msrsb':_0x28167d(0x202),'WYCcJ':function(_0x6f5a,_0x1a2828){return _0x6f5a(_0x1a2828);},'XcQfp':_0x28167d(0x1f9),'uyHSy':function(_0x1ff41e,_0x3c62d6){return _0x1ff41e(_0x3c62d6);},'tyZNg':_0x28167d(0x89),'kHQMu':function(_0x1bf09d,_0x4346a4){return _0x1bf09d===_0x4346a4;},'beCdY':function(_0x574f5a,_0x5ac5da){return _0x574f5a(_0x5ac5da);},'icQTa':'android','SXMBO':_0x28167d(0x157)};try{const _0x2c1356=this['accessibilityConfig']?.['options']?.[_0x28167d(0x141)]||[],_0x5092a3=_0x5dfbfb=>{const _0x382bfa=_0x28167d,_0x251f35=_0x2c1356[_0x382bfa(0x1fc)](_0xfac3b8=>(typeof _0xfac3b8['getName']===_0x382bfa(0x202)?_0xfac3b8[_0x382bfa(0x1e7)]():_0xfac3b8[_0x382bfa(0x22d)])===_0x5dfbfb);return _0x251f35?_0xcb5b7e['tkhKe'](typeof _0x251f35['getValue'],_0xcb5b7e['msrsb'])?_0x251f35['getValue']():_0x251f35[_0x382bfa(0xfc)]:null;},_0x37ca5d=_0xcb5b7e['WYCcJ'](_0x5092a3,_0xcb5b7e[_0x28167d(0xd8)]),_0x3526eb=_0xcb5b7e[_0x28167d(0xc9)](_0x5092a3,_0xcb5b7e[_0x28167d(0x16c)]),_0x2be13d=global[_0x28167d(0x24f)]||_0x37ca5d&&_0xcb5b7e[_0x28167d(0x125)](_0xcb5b7e['beCdY'](String,_0x37ca5d)['toLowerCase'](),_0xcb5b7e[_0x28167d(0x1e8)])&&_0x3526eb&&_0xcb5b7e[_0x28167d(0x22e)](String,_0x3526eb)[_0x28167d(0xe4)]()[_0x28167d(0x191)](_0xcb5b7e['SXMBO']);if(!_0x2be13d)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x28167d(0x1e1)]&&(logger[_0x28167d(0x129)](accessibilityHelper[_0x28167d(0xf8)]),this[_0x28167d(0x1e1)]=!![]),![];return!![];}catch(_0x3ab52d){return logger[_0x28167d(0x15a)](_0x28167d(0x220)+_0x3ab52d['message']),![];}}[a90_0x4af26a(0x1c9)](_0x1bd9f0,_0x30dfe8,_0x6fdcae,_0x151373){const _0x5a2098=a90_0x4af26a,_0x8de584={};_0x8de584[_0x5a2098(0x1c0)]=function(_0x7f46c9,_0x483dd9){return _0x7f46c9||_0x483dd9;},_0x8de584[_0x5a2098(0x19d)]=function(_0x2cc51b,_0x2c285d){return _0x2cc51b&&_0x2c285d;},_0x8de584['FEpZC']=function(_0x4b3d7f,_0x54a97e){return _0x4b3d7f||_0x54a97e;},_0x8de584[_0x5a2098(0xeb)]=_0x5a2098(0x260);const _0x42b5a1=_0x8de584;let _0x21fe2b=_0x42b5a1[_0x5a2098(0x1c0)](_0x30dfe8,'');const _0x3390a0=!this['isAppAccessibility']&&this['isMobileWebSession']();_0x42b5a1[_0x5a2098(0x19d)](_0x3390a0,!_0x21fe2b)&&(_0x21fe2b=accessibilityHelper[_0x5a2098(0x138)]());const _0x580efd={'command':_0x1bd9f0,'thTestRunUuid':_0x21fe2b,'thBuildUuid':_0x42b5a1[_0x5a2098(0x217)](_0x6fdcae,''),'thJwtToken':_0x42b5a1[_0x5a2098(0x1c0)](_0x151373,''),'timestamp':new Date()[_0x5a2098(0x19c)]()};return _0x3390a0&&(_0x580efd[_0x5a2098(0x1ad)]=!![],logger[_0x5a2098(0x15a)](_0x42b5a1['GVXBv'])),_0x580efd;}[a90_0x4af26a(0x221)](_0x192ab2){const _0x33b19e=a90_0x4af26a,_0x2388dd={};_0x2388dd[_0x33b19e(0x259)]=function(_0x306f45,_0x50b987){return _0x306f45||_0x50b987;};const _0x24eabb=_0x2388dd;try{const _0x41ea38=this['accessibilityConfig']?.[_0x33b19e(0x237)]?.[_0x33b19e(0xdd)]||[],_0x550c2c=_0x41ea38[_0x33b19e(0x1fc)](_0x49181b=>_0x49181b[_0x33b19e(0x22d)]===_0x192ab2);return _0x24eabb[_0x33b19e(0x259)](_0x550c2c,null);}catch(_0x39dea3){return logger[_0x33b19e(0x15a)](_0x33b19e(0x1ed)+_0x192ab2+':\x20'+_0x39dea3[_0x33b19e(0x176)]),null;}}async[a90_0x4af26a(0x228)](_0x59ee19,_0xa87c47,_0x249300=null){const _0x1fd66f=a90_0x4af26a,_0x1eb8e8={'mKVCg':function(_0x3a6649,_0xbcee91){return _0x3a6649(_0xbcee91);},'FyUew':_0x1fd66f(0x108)};try{if(!_0x59ee19)return logger[_0x1fd66f(0x15a)](_0x1fd66f(0xa5)+_0xa87c47),null;const _0x18af8a=this[_0x1fd66f(0x221)](_0xa87c47);if(!_0x18af8a||!_0x18af8a['command'])return logger['debug'](_0x1fd66f(0x1b3)+_0xa87c47+_0x1fd66f(0x211)),null;logger[_0x1fd66f(0x15a)](_0x1fd66f(0x139)+_0xa87c47+_0x1fd66f(0xe9));const _0x489575=_0x1eb8e8[_0x1fd66f(0x1cd)](require,_0x1eb8e8[_0x1fd66f(0x14c)]),_0xbfb72=_0x249300?await _0x489575[_0x1fd66f(0x1ee)](_0x59ee19,_0x18af8a[_0x1fd66f(0xd0)],_0x249300):await _0x489575[_0x1fd66f(0x1ee)](_0x59ee19,_0x18af8a['command']);return _0xbfb72;}catch(_0x293009){return logger['error'](_0x1fd66f(0x123)+_0xa87c47+':\x20'+(_0x293009[_0x1fd66f(0x210)]||_0x293009[_0x1fd66f(0x176)])),null;}}async[a90_0x4af26a(0x112)](_0x412b29,_0xe8c205,_0x4ab14f,_0x3d5c09,_0x5f5df6,_0x26b151='scan'){const _0x28c0f6=a90_0x4af26a,_0x5da2ab={'MisMe':function(_0x2c14e1,_0x43f05d){return _0x2c14e1===_0x43f05d;},'XghiN':_0x28c0f6(0xbe),'VJWWh':function(_0x5d7370,_0x12b824){return _0x5d7370(_0x12b824);},'FlmcK':_0x28c0f6(0x108)};try{logger[_0x28c0f6(0x15a)](_0x28c0f6(0x238)+_0x4ab14f+_0x28c0f6(0x19e)+_0x26b151);const _0x543d4b=this[_0x28c0f6(0x221)](_0x26b151);if(!_0x543d4b||!_0x543d4b[_0x28c0f6(0xd0)]){logger['debug'](_0x28c0f6(0x142)+_0x26b151+_0x28c0f6(0xaa));return;}if(_0x5da2ab['MisMe'](_0x26b151,_0x5da2ab['XghiN'])){const _0x64923a=_0x5da2ab['VJWWh'](require,_0x5da2ab[_0x28c0f6(0x1b7)]),_0x857fa6={};_0x857fa6[_0x28c0f6(0xd0)]=_0x4ab14f;const _0x3ab4d1=await PerformanceTester[_0x28c0f6(0x92)](PerformanceA11yEvents[_0x28c0f6(0x1cc)],async()=>{const _0x54eb05=_0x28c0f6;return await _0x64923a[_0x54eb05(0x1ee)](_0x412b29,_0x543d4b[_0x54eb05(0xd0)],_0x3d5c09);},_0x857fa6)();return logger[_0x28c0f6(0x246)](_0x28c0f6(0x155)+_0x26b151+_0x28c0f6(0x24a)+_0x4ab14f+':\x20'+util[_0x28c0f6(0x1a4)](_0x3ab4d1)),_0x3ab4d1;}const _0xdde59=_0x5da2ab[_0x28c0f6(0x118)](require,_0x5da2ab['FlmcK']),_0x40e61b=await PerformanceTester[_0x28c0f6(0x92)](PerformanceA11yEvents[_0x28c0f6(0x14a)],async()=>{const _0x36bd14=_0x28c0f6;return await _0xdde59[_0x36bd14(0x1ee)](_0x412b29,_0x543d4b[_0x36bd14(0xd0)],_0x3d5c09);})();return logger['info'](_0x28c0f6(0x155)+_0x26b151+_0x28c0f6(0x24a)+_0x4ab14f+':\x20'+util[_0x28c0f6(0x1a4)](_0x40e61b)),_0x40e61b;}catch(_0x493091){logger['error'](_0x28c0f6(0x106)+_0x26b151+':\x20'+(_0x493091[_0x28c0f6(0x210)]||_0x493091['message']));}}async['validatePlatformForAccessibility'](_0x5015d9){const _0x17e5f6=a90_0x4af26a,_0x3586af={'qVuWA':function(_0x23b919,_0x589460){return _0x23b919(_0x589460);},'gORYF':_0x17e5f6(0x22b)};try{const _0x2bd0d5=_0x3586af[_0x17e5f6(0x1f7)](require,_0x3586af[_0x17e5f6(0x1a3)]);return await _0x2bd0d5['platformValidation'](_0x5015d9);}catch(_0x3b4c82){return logger['error']('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x3b4c82[_0x17e5f6(0x210)]||_0x3b4c82[_0x17e5f6(0x176)])),![];}}['processAccessibilityCaps'](_0x12f156,_0x388a63,_0x13b711){const _0x38fd98=a90_0x4af26a,_0x16fd8b={'lmOzL':function(_0x2e0214,_0x1b6e3f){return _0x2e0214(_0x1b6e3f);},'HYtOv':_0x38fd98(0x108),'dCjsA':_0x38fd98(0xb2),'XVkNx':_0x38fd98(0xfe)};try{const _0x3aeb31=_0x16fd8b[_0x38fd98(0xb6)](require,_0x16fd8b[_0x38fd98(0xf4)]);_0x3aeb31['processAccessibilityCaps'](_0x12f156,_0x388a63,_0x13b711);const _0x5f3da7=JSON[_0x38fd98(0xee)](_0x12f156)['replace'](/"browserstack\.user":"[^"]*"/g,_0x16fd8b[_0x38fd98(0x11e)])[_0x38fd98(0xa4)](/"browserstack\.key":"[^"]*"/g,_0x16fd8b[_0x38fd98(0x13d)]);logger['debug'](_0x38fd98(0x9b)+global[_0x38fd98(0x121)]+'\x20'+_0x5f3da7);}catch(_0x928438){logger[_0x38fd98(0x216)](_0x38fd98(0x82)+(_0x928438[_0x38fd98(0x210)]||_0x928438[_0x38fd98(0x176)]));}}async[a90_0x4af26a(0x136)](_0x4cd5ff){const _0x1bae23=a90_0x4af26a,_0x1f35a7={};_0x1f35a7[_0x1bae23(0x161)]=_0x1bae23(0x7a),_0x1f35a7[_0x1bae23(0x145)]=function(_0x3507f7,_0xbb7d57){return _0x3507f7>_0xbb7d57;},_0x1f35a7[_0x1bae23(0x103)]='getResults';const _0x170f3d=_0x1f35a7;try{if(!this[_0x1bae23(0x19f)]())return logger['warn'](_0x170f3d[_0x1bae23(0x161)]),[];const _0x1c63cc=this[_0x1bae23(0x166)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x1bae23(0x138)]()}:{};_0x170f3d[_0x1bae23(0x145)](Object[_0x1bae23(0x236)](_0x1c63cc)[_0x1bae23(0x185)],0x0)&&logger[_0x1bae23(0x15a)](_0x1bae23(0xdb)+JSON[_0x1bae23(0xee)](_0x1c63cc));const _0xf3dea2=_0x170f3d[_0x1bae23(0x145)](Object[_0x1bae23(0x236)](_0x1c63cc)['length'],0x0)?await this[_0x1bae23(0x228)](_0x4cd5ff,_0x170f3d[_0x1bae23(0x103)],_0x1c63cc):await this[_0x1bae23(0x228)](_0x4cd5ff,_0x170f3d[_0x1bae23(0x103)]);return _0xf3dea2||[];}catch(_0x4eea9b){return logger[_0x1bae23(0x216)](_0x1bae23(0x16a)+(_0x4eea9b['stack']||_0x4eea9b[_0x1bae23(0x176)])),[];}}async[a90_0x4af26a(0x1ce)](_0x5d46e5){const _0x4bcf47=a90_0x4af26a,_0x209c03={'BNemx':'scan','OILoI':'getResultsSummary','EJYjK':_0x4bcf47(0x7f),'tftuf':function(_0x150d31,_0x2ce0a9){return _0x150d31(_0x2ce0a9);},'nUlwb':_0x4bcf47(0x8b),'UwCPC':function(_0xc0a8d5,_0x5ca6ea){return _0xc0a8d5===_0x5ca6ea;},'gKaEJ':_0x4bcf47(0x24e),'SLTMQ':_0x4bcf47(0x199),'eTZwl':_0x4bcf47(0x1bb),'qKCDH':_0x4bcf47(0x1e0),'Eqhnf':_0x4bcf47(0x1ce),'mymJO':_0x4bcf47(0x196),'awlOF':_0x4bcf47(0x1d8),'wYJNK':_0x4bcf47(0x18c)};try{if(!this[_0x4bcf47(0x19f)]())return logger[_0x4bcf47(0x129)](_0x209c03[_0x4bcf47(0x146)]),{};const _0x26bb19=_0x209c03['tftuf'](require,_0x209c03[_0x4bcf47(0x1d0)]),_0x46cc52=_0x26bb19[_0x4bcf47(0x1b1)](),_0x504bbe=_0x209c03['UwCPC'](_0x46cc52?.['name']?.[_0x4bcf47(0xe4)](),_0x209c03[_0x4bcf47(0x114)]);let _0x35983b='',_0x49216a=null,_0x231559=null;if(_0x504bbe){_0x49216a=global[_0x4bcf47(0x261)]||global[_0x4bcf47(0x71)]?.[_0x4bcf47(0x175)]?.[_0x4bcf47(0x110)]||global['__workerDetails']?.[_0x4bcf47(0x175)]?.['id'];if(!_0x49216a)return logger[_0x4bcf47(0x129)](_0x209c03[_0x4bcf47(0x116)]),{};try{const _0x8a7a29=await GrpcClient[_0x4bcf47(0x14b)]()[_0x4bcf47(0x1b2)](process[_0x4bcf47(0x20b)][_0x4bcf47(0xd2)],_0x209c03[_0x4bcf47(0x219)],_0x209c03[_0x4bcf47(0x218)],_0x49216a),_0x4633d8=AccessibilityModule[_0x4bcf47(0xb4)](null,_0x8a7a29);_0x35983b=_0x4633d8?.[_0x4bcf47(0xa1)]||'',logger[_0x4bcf47(0x15a)](_0x4bcf47(0x15b)+_0x35983b+'\x20from\x20testIdentifier='+_0x49216a);const _0x272783=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x209c03[_0x4bcf47(0x218)],_0x35983b,_0x49216a),_0x4b5dbf=this['getCapabilityValue'](_0x209c03[_0x4bcf47(0x256)])||this[_0x4bcf47(0xec)][this[_0x4bcf47(0x12f)]]||null,_0x275a9b=process[_0x4bcf47(0x20b)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x4ec928=this['getParamsForScanForCli'](_0x209c03[_0x4bcf47(0x1bd)],_0x35983b,_0x4b5dbf,_0x275a9b);_0x231559=_0x26bb19['mergeObject'](_0x4ec928,_0x272783),logger[_0x4bcf47(0x15a)](_0x4bcf47(0xd9)+JSON[_0x4bcf47(0xee)](_0x231559));}catch(_0x190e71){return logger[_0x4bcf47(0x216)](_0x4bcf47(0x1b8)+_0x190e71[_0x4bcf47(0x176)]),{};}}else{_0x35983b=this[_0x4bcf47(0x1be)](_0x209c03['mymJO'])||'';!_0x35983b&&this['isMobileWebSession']()&&(_0x35983b=accessibilityHelper[_0x4bcf47(0x138)]());const _0x220205=this[_0x4bcf47(0x1be)](_0x209c03['qKCDH'])||this[_0x4bcf47(0xec)][this[_0x4bcf47(0x12f)]]||null,_0x49838a=process[_0x4bcf47(0x20b)][_0x4bcf47(0x151)]||'';_0x231559=this[_0x4bcf47(0x1c9)](_0x209c03[_0x4bcf47(0x1bd)],_0x35983b,_0x220205,_0x49838a);}logger[_0x4bcf47(0x15a)](_0x209c03[_0x4bcf47(0x13f)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4bcf47(0x1cc)],async()=>{const _0x253c63=_0x4bcf47,_0x108305=await this['executeScriptByName'](_0x5d46e5,_0x209c03[_0x253c63(0x10c)],_0x231559);logger[_0x253c63(0x15a)](_0x253c63(0x86)+util[_0x253c63(0x1a4)](_0x108305));},{'command':_0x209c03['Eqhnf']})();const _0x38cb7f=await PerformanceTester[_0x4bcf47(0x92)](PerformanceA11yEvents[_0x4bcf47(0x1cb)],async()=>{const _0xf0247a=_0x4bcf47;return await this[_0xf0247a(0x228)](_0x5d46e5,_0x209c03[_0xf0247a(0x218)],_0x231559);})();if(!_0x38cb7f)return logger[_0x4bcf47(0x15a)](_0x209c03[_0x4bcf47(0x1f6)]),{};return _0x38cb7f;}catch(_0x4b62c4){return logger[_0x4bcf47(0x216)](_0x4bcf47(0x252)+(_0x4b62c4[_0x4bcf47(0x210)]||_0x4b62c4['message'])),{};}}async[a90_0x4af26a(0x197)](_0x4cdbe5,_0x1b91c0,_0x42aac7=null){const _0x1857ed=a90_0x4af26a,_0xa7ec02={};_0xa7ec02[_0x1857ed(0xd5)]=_0x1857ed(0x16f),_0xa7ec02[_0x1857ed(0x1da)]=_0x1857ed(0x81),_0xa7ec02[_0x1857ed(0x169)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x5c55b2=_0xa7ec02;try{if(!_0x4cdbe5)return logger[_0x1857ed(0x15a)](_0x5c55b2[_0x1857ed(0xd5)]),null;if(!_0x1b91c0)return logger[_0x1857ed(0x15a)](_0x5c55b2['Bfuqh']),null;logger[_0x1857ed(0x15a)](_0x5c55b2[_0x1857ed(0x169)]);const _0x33354e=_0x42aac7?await _0x4cdbe5[_0x1857ed(0x23a)](_0x1b91c0,_0x42aac7):await _0x4cdbe5['evaluate'](_0x1b91c0);return _0x33354e;}catch(_0x39d1e8){return logger[_0x1857ed(0x216)](_0x1857ed(0x7c)+(_0x39d1e8[_0x1857ed(0x210)]||_0x39d1e8[_0x1857ed(0x176)])),null;}}static['loadDriverExecuteParams'](_0x6a4fc4,_0xb210b3){const _0x3a3ec0=a90_0x4af26a,_0x558436={};_0x558436[_0x3a3ec0(0x152)]=_0x3a3ec0(0x1f4);const _0x27ca59=_0x558436,_0x49300b={};_0x49300b['thTestRunUuid']=_0x6a4fc4;const _0x49648b=_0x49300b;let _0x17ca2c={};if(_0xb210b3[_0x3a3ec0(0x1aa)]()&&_0xb210b3[_0x3a3ec0(0xb5)]())try{_0x17ca2c=JSON[_0x3a3ec0(0x8e)](new Buffer(_0xb210b3[_0x3a3ec0(0xbf)]())[_0x3a3ec0(0xde)](_0x27ca59[_0x3a3ec0(0x152)]));}catch(_0x4cca42){logger[_0x3a3ec0(0x216)](_0x3a3ec0(0x213)+_0x4cca42['message']),_0x17ca2c={};}return CLIUtils[_0x3a3ec0(0x13a)](_0x49648b,_0x17ca2c);}static async[a90_0x4af26a(0x9e)](_0x350fd5,_0x2951d4='',_0x4b1dc9=null){const _0x516941=a90_0x4af26a,_0x461e29={};_0x461e29[_0x516941(0x127)]=_0x516941(0x1c4),_0x461e29[_0x516941(0x7e)]=_0x516941(0x1bb);const _0x1ce7c9=_0x461e29;try{if(!_0x4b1dc9&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x516941(0x22f)];if(!process[_0x516941(0x20b)][_0x516941(0xd2)])return logger[_0x516941(0x216)](_0x1ce7c9[_0x516941(0x127)]),{};const _0x31264d=await GrpcClient[_0x516941(0x14b)]()['fetchDriverExecuteParamsEvent'](process[_0x516941(0x20b)][_0x516941(0xd2)],_0x1ce7c9['WqYaG'],_0x350fd5,_0x4b1dc9),_0x581313=_0x4b1dc9?AccessibilityModule['loadDriverExecuteParams'](null,_0x31264d)?.[_0x516941(0xa1)]||_0x2951d4:_0x2951d4,_0x28cf88=AccessibilityModule[_0x516941(0xb4)](_0x581313,_0x31264d);return!_0x4b1dc9&&(AccessibilityModule['_centralAuthA11yConfig']=_0x28cf88,AccessibilityModule[_0x516941(0x242)]=!![]),_0x28cf88;}catch(_0x4df999){return logger['error'](_0x516941(0x1c1)+_0x350fd5+':\x20'+(_0x4df999['stack']||_0x4df999[_0x516941(0x176)])),{};}}};module['exports']=AccessibilityModule;
|
|
1
|
+
const a90_0x2b5653=a90_0x4945;(function(_0x53ac96,_0x359bac){const _0x1fe839=a90_0x4945,_0x4bf341=_0x53ac96();while(!![]){try{const _0x2de296=-parseInt(_0x1fe839(0x1e5))/0x1+parseInt(_0x1fe839(0x2d9))/0x2+-parseInt(_0x1fe839(0x1c9))/0x3+-parseInt(_0x1fe839(0x2d0))/0x4*(parseInt(_0x1fe839(0x377))/0x5)+parseInt(_0x1fe839(0x33b))/0x6+-parseInt(_0x1fe839(0x231))/0x7+-parseInt(_0x1fe839(0x2c0))/0x8*(-parseInt(_0x1fe839(0x354))/0x9);if(_0x2de296===_0x359bac)break;else _0x4bf341['push'](_0x4bf341['shift']());}catch(_0x2285bb){_0x4bf341['push'](_0x4bf341['shift']());}}}(a90_0x5542,0x5301b));const BaseModule=require(a90_0x2b5653(0x31e)),{createClassLogger}=require(a90_0x2b5653(0x276)),CLIUtils=require(a90_0x2b5653(0x380)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a90_0x2b5653(0x288)),AutomationFrameworkState=require(a90_0x2b5653(0x22e)),HookState=require(a90_0x2b5653(0x268)),GrpcClient=require(a90_0x2b5653(0x30e)),scripts=require(a90_0x2b5653(0x2a9)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a90_0x2b5653(0x277)),util=require(a90_0x2b5653(0x250)),TestInfo=require(a90_0x2b5653(0x27e)),TestFrameworkConstants=require(a90_0x2b5653(0x27c)),accessibilityHelper=require(a90_0x2b5653(0x1ce));class AccessibilityModule extends BaseModule{static [a90_0x2b5653(0x2a8)]=AccessibilityModule[a90_0x2b5653(0x25a)];static [a90_0x2b5653(0x358)]=![];static [a90_0x2b5653(0x352)]={};constructor(_0x21bd31){const _0x581d06=a90_0x2b5653,_0x213bf9={};_0x213bf9[_0x581d06(0x375)]=_0x581d06(0x30c),_0x213bf9['ozdps']=_0x581d06(0x337),_0x213bf9[_0x581d06(0x1c1)]=_0x581d06(0x2ef),_0x213bf9[_0x581d06(0x2d6)]=_0x581d06(0x2fd),_0x213bf9[_0x581d06(0x376)]=_0x581d06(0x37f);const _0x38bef9=_0x213bf9,_0x30c064=_0x38bef9['AGXQp'][_0x581d06(0x2bc)]('|');let _0x5c1b3a=0x0;while(!![]){switch(_0x30c064[_0x5c1b3a++]){case'0':AutomationFramework[_0x581d06(0x33d)](AutomationFrameworkState[_0x581d06(0x391)],HookState[_0x581d06(0x339)],this[_0x581d06(0x24e)]['bind'](this));continue;case'1':this['capabilities']=[];continue;case'2':this[_0x581d06(0x32b)]=_0x38bef9['ozdps'];continue;case'3':this['KEY_INIT']=_0x38bef9[_0x581d06(0x1c1)];continue;case'4':this[_0x581d06(0x24c)]=![];continue;case'5':logger[_0x581d06(0x1cf)](_0x38bef9[_0x581d06(0x2d6)]);continue;case'6':super();continue;case'7':this[_0x581d06(0x2ed)]=new Map();continue;case'8':AutomationFramework[_0x581d06(0x33d)](AutomationFrameworkState['QUIT'],HookState['PRE'],this[_0x581d06(0x22f)][_0x581d06(0x2f9)](this));continue;case'9':this[_0x581d06(0x30d)]=!![];continue;case'10':AutomationFramework[_0x581d06(0x33d)](AutomationFrameworkState[_0x581d06(0x21a)],HookState[_0x581d06(0x2c4)],this[_0x581d06(0x23a)][_0x581d06(0x2f9)](this));continue;case'11':this[_0x581d06(0x2a3)](_0x21bd31[_0x581d06(0x310)]()['getCapabilitiesList']());continue;case'12':this[_0x581d06(0x328)]=_0x38bef9[_0x581d06(0x376)];continue;case'13':this[_0x581d06(0x20c)]=_0x21bd31[_0x581d06(0x2a1)]();continue;case'14':this[_0x581d06(0x313)]=![];continue;case'15':this[_0x581d06(0x1d9)]=new Map();continue;case'16':this['isAppAccessibility']=![];continue;}break;}}[a90_0x2b5653(0x30d)](){return this['isEnabled'];}['getModuleName'](){const _0x542cc3=a90_0x2b5653;return AccessibilityModule[_0x542cc3(0x2a8)];}['getCurrentAccessibilityStatus'](){const _0x9a0c70=a90_0x2b5653;return this[_0x9a0c70(0x2ed)][_0x9a0c70(0x29c)](CLIUtils[_0x9a0c70(0x283)](),![]);}[a90_0x2b5653(0x210)](){const _0x7046ec=a90_0x2b5653;return this[_0x7046ec(0x1d9)][_0x7046ec(0x29c)](CLIUtils[_0x7046ec(0x283)](),![]);}[a90_0x2b5653(0x2b5)](_0x240889){const _0x42b0a8=a90_0x2b5653;this['LOG_DISABLED_SHOWN'][_0x42b0a8(0x2c1)](CLIUtils[_0x42b0a8(0x283)](),_0x240889);}[a90_0x2b5653(0x37b)](){const _0xbe1f97=a90_0x2b5653,_0x2a848d={'cyZkl':_0xbe1f97(0x311),'kViye':function(_0xd3e9d1,_0x3a7501){return _0xd3e9d1(_0x3a7501);},'Fstrc':_0xbe1f97(0x25d),'WcPVZ':_0xbe1f97(0x248),'Wcmln':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x2a848d[_0xbe1f97(0x302)]);return;}try{const _0x35a413=_0x2a848d['kViye'](require,_0x2a848d[_0xbe1f97(0x1cb)]);_0x35a413&&_0x35a413[_0xbe1f97(0x1c4)]?(_0x35a413[_0xbe1f97(0x1c4)](),this[_0xbe1f97(0x24c)]=!![],logger['debug'](_0x2a848d[_0xbe1f97(0x1de)])):logger[_0xbe1f97(0x1cf)](_0x2a848d['Wcmln']);}catch(_0x387dbe){logger[_0xbe1f97(0x1cf)](_0xbe1f97(0x1cd)+util[_0xbe1f97(0x1b4)](_0x387dbe));}}['isPlatformSupported'](_0x144b4b=null,_0xb8abc7=null,_0x25d1fa=null){const _0x55fc2c=a90_0x2b5653,_0x3e0635={'nvgXD':function(_0x8ccfe5,_0x2170ee){return _0x8ccfe5&&_0x2170ee;},'tVJpi':'isPlatformSupported:\x20caps\x20are\x20null','uJNdN':function(_0x45349c,_0x407c7f){return _0x45349c(_0x407c7f);},'egAOp':_0x55fc2c(0x277),'hWXrS':_0x55fc2c(0x295),'PWzVU':_0x55fc2c(0x365),'TTplR':function(_0x33d48b,_0x4155af){return _0x33d48b===_0x4155af;},'lAlyx':_0x55fc2c(0x394),'HDWHg':_0x55fc2c(0x211),'HWXoD':function(_0x1c83f9,_0x1490f2){return _0x1c83f9===_0x1490f2;},'lTgAf':_0x55fc2c(0x33e),'dcXAE':_0x55fc2c(0x1e1),'NCAGA':function(_0xf9b2b5,_0x142546){return _0xf9b2b5!==_0x142546;},'wkqXt':_0x55fc2c(0x306),'FSQOQ':function(_0xebdcca){return _0xebdcca();},'JXsiq':_0x55fc2c(0x300),'swzFh':function(_0x39a577,_0x25acb6){return _0x39a577>_0x25acb6;},'cUYfb':function(_0x128935,_0xb6dfc5){return _0x128935(_0xb6dfc5);},'YFmVM':function(_0x31f882,_0x526811){return _0x31f882(_0x526811);},'jpSZD':_0x55fc2c(0x2d4)};try{if(_0x3e0635[_0x55fc2c(0x229)](!_0xb8abc7,!_0x25d1fa))return logger[_0x55fc2c(0x1cf)](_0x3e0635['tVJpi']),![];const {isUndefined:_0x16db3e,isBrowserstackInfra:_0x336668}=_0x3e0635['uJNdN'](require,_0x3e0635[_0x55fc2c(0x1f6)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x3e0635[_0x55fc2c(0x1d4)]),![];const _0x391790=_0xb8abc7[_0x55fc2c(0x26b)]||_0xb8abc7['browser'],_0x31ab00=_0xb8abc7[_0x55fc2c(0x243)]||_0xb8abc7[_0x55fc2c(0x205)];if(!accessibilityHelper[_0x55fc2c(0x23d)](_0x391790))return logger[_0x55fc2c(0x363)](_0x3e0635[_0x55fc2c(0x22c)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x391790))try{const _0x45a93c=_0xb8abc7[_0x55fc2c(0x2b6)],_0x2d5186=_0x3e0635[_0x55fc2c(0x340)](_0x45a93c,!![])||_0x3e0635[_0x55fc2c(0x340)](_0x45a93c,_0x3e0635[_0x55fc2c(0x2d2)])||_0x3e0635['TTplR'](typeof _0x45a93c,_0x3e0635[_0x55fc2c(0x34e)])&&_0x3e0635[_0x55fc2c(0x1ef)](_0x45a93c[_0x55fc2c(0x254)](),_0x3e0635[_0x55fc2c(0x2d2)]);if(_0x2d5186)return logger[_0x55fc2c(0x363)](_0x3e0635[_0x55fc2c(0x275)]),![];const _0x47ce54=_0xb8abc7?.[_0x55fc2c(0x285)]?.[_0x55fc2c(0x284)]||_0xb8abc7?.[_0x3e0635[_0x55fc2c(0x236)]]?.[_0x55fc2c(0x284)]||[];if(Array[_0x55fc2c(0x325)](_0x47ce54)&&_0x47ce54[_0x55fc2c(0x1c5)](_0x3e417a=>typeof _0x3e417a===_0x55fc2c(0x211)&&(_0x3e417a===_0x55fc2c(0x2e5)||_0x3e417a[_0x55fc2c(0x359)]('--headless=')&&_0x3e417a!==_0x55fc2c(0x292))))return logger[_0x55fc2c(0x363)](_0x3e0635[_0x55fc2c(0x275)]),![];}catch(_0x5f4946){logger[_0x55fc2c(0x1cf)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x55fc2c(0x1b4)](_0x5f4946));}if(_0x3e0635[_0x55fc2c(0x234)](_0x31ab00,_0x3e0635[_0x55fc2c(0x1fe)])){const _0x254192=_0x3e0635[_0x55fc2c(0x329)](_0x336668),_0x2f3a09=accessibilityHelper['getMinVersionForBrowser'](_0x391790,_0x254192),_0x4aa3d2=accessibilityHelper['getBrowserDisplayName'](_0x391790);if(!accessibilityHelper['isVersionSupported'](_0x31ab00,_0x2f3a09)){const _0x23fa30=_0x254192?'':_0x3e0635['JXsiq'];return logger['warn'](_0x55fc2c(0x1d8)+_0x4aa3d2+_0x55fc2c(0x33f)+_0x2f3a09+_0x55fc2c(0x20b)+_0x23fa30+'.'),![];}}else{const _0x372298=_0xb8abc7[_0x55fc2c(0x243)]||_0xb8abc7[_0x55fc2c(0x205)]||_0xb8abc7[_0x55fc2c(0x24f)];if(_0x372298&&_0x3e0635[_0x55fc2c(0x234)](_0x372298,_0x3e0635[_0x55fc2c(0x1fe)])&&!_0x3e0635[_0x55fc2c(0x312)](_0x3e0635[_0x55fc2c(0x338)](parseFloat,_0x372298),_0x3e0635['YFmVM'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x3e0635[_0x55fc2c(0x216)]),![];}return!![];}catch(_0x5cb20e){return logger[_0x55fc2c(0x1cf)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x5cb20e[_0x55fc2c(0x355)]),![];}}[a90_0x2b5653(0x327)](_0x4f7812=[],_0x18fde2,_0x2c0dd1='cucumber'){const _0x2f546b=a90_0x2b5653,_0x464a3a={'WTlFe':function(_0x4fc129,_0x10119d){return _0x4fc129===_0x10119d;},'slPvN':_0x2f546b(0x297),'wElZi':function(_0x49f168,_0x222a17){return _0x49f168||_0x222a17;},'Kvcir':function(_0x200337,_0x1fe420){return _0x200337===_0x1fe420;},'MOvng':function(_0x1683d5,_0x34447e){return _0x1683d5&&_0x34447e;},'DZEms':_0x2f546b(0x289),'mJVBh':function(_0x2c11e,_0x2daaac){return _0x2c11e(_0x2daaac);},'LShbD':function(_0x810e8e,_0x436110){return _0x810e8e>_0x436110;},'Hwamo':function(_0x11747a,_0x46f12c){return _0x11747a&&_0x46f12c;}};try{const _0x49c322=process['env'][_0x2f546b(0x1fd)]?JSON['parse'](process[_0x2f546b(0x32f)][_0x2f546b(0x1fd)]):null;if(!_0x49c322)return!![];const _0x3f9922=Array[_0x2f546b(0x325)](_0x49c322[_0x2f546b(0x1b1)])?_0x49c322[_0x2f546b(0x1b1)]:[],_0xfdef07=Array[_0x2f546b(0x325)](_0x49c322[_0x2f546b(0x23f)])?_0x49c322['excludeTagsInTestingScope']:[];if(_0x464a3a[_0x2f546b(0x2fe)](_0x2c0dd1,_0x464a3a['slPvN'])){let _0x4bfb73;Array[_0x2f546b(0x325)](_0x4f7812)?_0x4bfb73=_0x4f7812['join']('\x20'):_0x4bfb73=_0x464a3a[_0x2f546b(0x1c6)](_0x4f7812,'');const _0xe69697=_0xfdef07[_0x2f546b(0x1c5)](_0x5b343e=>_0x4bfb73[_0x2f546b(0x37e)](_0x5b343e)),_0x2e48aa=_0x464a3a[_0x2f546b(0x262)](_0x3f9922['length'],0x0)||_0x3f9922[_0x2f546b(0x1c5)](_0x1c4671=>_0x4bfb73[_0x2f546b(0x37e)](_0x1c4671)),_0x572c90=_0x464a3a[_0x2f546b(0x1d2)](!_0xe69697,_0x2e48aa);return logger[_0x2f546b(0x1cf)]('[platform\x20-\x20'+(_0x18fde2?.[_0x2f546b(0x32c)]?.()||_0x464a3a[_0x2f546b(0x360)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x572c90+_0x2f546b(0x256)+_0x4bfb73+_0x2f546b(0x36e)+JSON[_0x2f546b(0x318)](_0x3f9922)+',\x20excludeTags='+JSON[_0x2f546b(0x318)](_0xfdef07)),_0x572c90;}const _0xd5ae84=Array[_0x2f546b(0x325)](_0x4f7812)?_0x4f7812:[];let _0x487125=![],_0x235be2=_0x464a3a['Kvcir'](_0x3f9922['length'],0x0);const _0x5f314c=_0x5617f7=>typeof _0x5617f7==='string'?_0x5617f7['replace'](/^@/,'')[_0x2f546b(0x254)]()[_0x2f546b(0x25c)]():_0x5617f7,_0x283695=new Set(_0x3f9922[_0x2f546b(0x1c2)](_0x5f314c)),_0x1c6b49=new Set(_0xfdef07[_0x2f546b(0x1c2)](_0x5f314c));for(const _0x3c58a6 of _0xd5ae84){const _0x2e4d8a=_0x464a3a['mJVBh'](_0x5f314c,_0x3c58a6);_0x1c6b49[_0x2f546b(0x34d)](_0x2e4d8a)&&(_0x487125=!![]),_0x464a3a[_0x2f546b(0x227)](_0x283695['size'],0x0)&&_0x283695[_0x2f546b(0x34d)](_0x2e4d8a)&&(_0x235be2=!![]);}const _0x46442a=_0x464a3a[_0x2f546b(0x29d)](_0x235be2,!_0x487125);return logger['debug']('[platform\x20-\x20'+(_0x18fde2?.[_0x2f546b(0x32c)]?.()||_0x464a3a['DZEms'])+_0x2f546b(0x280)+_0x46442a+_0x2f546b(0x2e2)+JSON[_0x2f546b(0x318)](_0xd5ae84)+_0x2f546b(0x36e)+JSON[_0x2f546b(0x318)](_0x3f9922)+_0x2f546b(0x38a)+JSON['stringify'](_0xfdef07)),_0x46442a;}catch(_0x597da6){return logger['debug'](_0x2f546b(0x2e1)+(_0x18fde2?.['getPlatformIndex']?.()||_0x464a3a['DZEms'])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x597da6['message']),![];}}async[a90_0x2b5653(0x23a)](_0x7e9f9b){const _0x123d80=a90_0x2b5653,_0x26c431={};_0x26c431[_0x123d80(0x309)]=function(_0x208e7,_0x3dfcb2){return _0x208e7!==_0x3dfcb2;},_0x26c431[_0x123d80(0x2ae)]=_0x123d80(0x385),_0x26c431['UtEGo']=_0x123d80(0x297),_0x26c431[_0x123d80(0x239)]=_0x123d80(0x2ba),_0x26c431[_0x123d80(0x28c)]=_0x123d80(0x1eb),_0x26c431['opSyb']=_0x123d80(0x386),_0x26c431[_0x123d80(0x2c7)]=_0x123d80(0x201),_0x26c431['pXGmg']=_0x123d80(0x2d1),_0x26c431[_0x123d80(0x36a)]=function(_0x2ff3cb,_0x20fe5c){return _0x2ff3cb===_0x20fe5c;},_0x26c431['cOmAz']=function(_0x363004,_0x4ecb2a){return _0x363004===_0x4ecb2a;},_0x26c431[_0x123d80(0x237)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x26c431[_0x123d80(0x206)]=_0x123d80(0x1cc),_0x26c431[_0x123d80(0x323)]=function(_0x233e41,_0x2a2fa1){return _0x233e41>_0x2a2fa1;},_0x26c431[_0x123d80(0x230)]=function(_0x5c5b58,_0x1efb9c){return _0x5c5b58===_0x1efb9c;},_0x26c431[_0x123d80(0x293)]='function',_0x26c431[_0x123d80(0x271)]=_0x123d80(0x272),_0x26c431[_0x123d80(0x1d6)]=function(_0x4da2ad,_0x22b398){return _0x4da2ad&&_0x22b398;},_0x26c431['DqlxR']=_0x123d80(0x289),_0x26c431[_0x123d80(0x2b7)]='true';const _0x3c4666=_0x26c431;if(_0x3c4666[_0x123d80(0x309)](_0x7e9f9b['testFramework'],_0x3c4666['utWxB'])&&_0x3c4666[_0x123d80(0x309)](_0x7e9f9b[_0x123d80(0x346)],_0x3c4666[_0x123d80(0x353)])){logger['debug'](_0x3c4666[_0x123d80(0x239)]);return;}try{const _0x4692e3=AutomationFramework[_0x123d80(0x334)](),_0x4b8b82=TestFramework[_0x123d80(0x334)](),_0x4657e6=_0x7e9f9b[_0x123d80(0x2ee)]||global[_0x123d80(0x299)]?.[_0x123d80(0x2bf)]||null;if(!_0x4657e6){_0x4b8b82&&_0x4b8b82['updateData'](_0x3c4666[_0x123d80(0x28c)],!![]);logger[_0x123d80(0x1cf)](_0x3c4666[_0x123d80(0x32a)]);return;}logger[_0x123d80(0x1cf)](_0x3c4666[_0x123d80(0x2c7)]);const _0x3b7cd4=_0x4b8b82?.[_0x123d80(0x21f)](_0x3c4666[_0x123d80(0x2a6)],![]),_0x4db6ce=_0x4b8b82?.[_0x123d80(0x21f)](_0x3c4666[_0x123d80(0x28c)],![]);if(_0x3c4666[_0x123d80(0x36a)](_0x3b7cd4,![])&&_0x3c4666[_0x123d80(0x348)](_0x4db6ce,![])){_0x4b8b82&&_0x4b8b82[_0x123d80(0x25b)](_0x3c4666['pXGmg'],!![]);logger['debug'](_0x3c4666[_0x123d80(0x237)]);return;}_0x4b8b82&&_0x4b8b82['updateData'](_0x3c4666[_0x123d80(0x28c)],!![]);let _0x11fd34,_0x48071b;const _0xc1eba1=_0x7e9f9b[_0x123d80(0x346)]||_0x3c4666[_0x123d80(0x2ae)];if(_0x3c4666[_0x123d80(0x36a)](_0xc1eba1,_0x3c4666[_0x123d80(0x353)])){_0x48071b=_0x7e9f9b[_0x123d80(0x343)]?.['testAnalyticsId']||_0x7e9f9b['testInfo']?.['id']||global['__jestCurrentTestIdentifier']||global[_0x123d80(0x299)]?.[_0x123d80(0x1db)]?.[_0x123d80(0x273)]||global[_0x123d80(0x299)]?.[_0x123d80(0x1db)]?.['id'];const _0x2dc1e7=_0x4b8b82?.[_0x123d80(0x322)]()?.[_0x123d80(0x29c)](_0x48071b);if(_0x2dc1e7&&_0x2dc1e7[TestFrameworkConstants[_0x123d80(0x336)]])_0x11fd34=_0x2dc1e7[TestFrameworkConstants[_0x123d80(0x336)]];else{if(_0x7e9f9b[_0x123d80(0x343)]?.['titlePath'])_0x11fd34=_0x7e9f9b[_0x123d80(0x343)]['titlePath'];else global[_0x123d80(0x299)]?.['currentTest']?.[_0x123d80(0x343)]?.[_0x123d80(0x390)]?_0x11fd34=global[_0x123d80(0x299)]['currentTest'][_0x123d80(0x343)][_0x123d80(0x390)]:_0x11fd34=_0x3c4666[_0x123d80(0x206)];}logger[_0x123d80(0x1cf)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x48071b+',\x20testName='+JSON[_0x123d80(0x318)](_0x11fd34));}else{_0x48071b=this[_0x123d80(0x2b0)](_0x7e9f9b);const _0x27092a=TestInfo[_0x123d80(0x2c3)](_0x48071b);let _0x244932=[];if(_0x27092a&&Array[_0x123d80(0x325)](_0x27092a[_0x123d80(0x272)])&&_0x3c4666[_0x123d80(0x323)](_0x27092a['test_tags']['length'],0x0))_0x244932=_0x27092a[_0x123d80(0x272)];else{if(_0x4b8b82){const _0x2cdb01=_0x3c4666[_0x123d80(0x230)](typeof _0x4b8b82[_0x123d80(0x21f)],_0x3c4666['rZWdE'])?_0x4b8b82[_0x123d80(0x21f)](_0x3c4666[_0x123d80(0x271)],[]):_0x4b8b82[_0x123d80(0x272)]||[];Array['isArray'](_0x2cdb01)&&(_0x244932=_0x2cdb01);}}_0x11fd34=_0x244932;}logger[_0x123d80(0x393)]('test-tags-->\x20'+JSON['stringify'](_0x11fd34));const _0x15f3ec=this[_0x123d80(0x351)](_0x4692e3,_0x7e9f9b['platformCaps'],_0x7e9f9b[_0x123d80(0x21c)]);logger['debug'](_0x123d80(0x27b)+_0x15f3ec+_0x123d80(0x349)+this[_0x123d80(0x367)]);const _0x2a79bf=this['isEnabledTestcase'](_0x11fd34,_0x4692e3,_0xc1eba1),_0x11aab3=_0x3c4666['rkddr'](_0x15f3ec,_0x2a79bf),_0x4fa6c7=CLIUtils[_0x123d80(0x283)]();this[_0x123d80(0x2ed)][_0x123d80(0x2c1)](_0x4fa6c7,_0x11aab3),global['Context']?.[_0x123d80(0x33c)]&&global[_0x123d80(0x2b4)]['getContext']()[_0x123d80(0x35f)](_0x11aab3),logger[_0x123d80(0x1cf)](_0x123d80(0x2e1)+(_0x4692e3?.['getPlatformIndex']?.()||_0x3c4666['DqlxR'])+']\x20should\x20run\x20accessibility\x20value='+_0x11aab3),_0x11aab3?(global['accessibilityPlatform']=!![],process[_0x123d80(0x32f)][_0x123d80(0x1bd)]=_0x3c4666['bEGVj'],this[_0x123d80(0x37b)]()):global['accessibilityPlatform']=![];}catch(_0x5345eb){logger['error'](_0x123d80(0x249)+(_0x5345eb[_0x123d80(0x304)]||_0x5345eb['message']));const _0x196ece=CLIUtils['getCurrentInstanceName']();this[_0x123d80(0x2ed)][_0x123d80(0x2c1)](_0x196ece,![]),global[_0x123d80(0x31a)]=![];}}[a90_0x2b5653(0x251)](){const _0x22dce6=a90_0x2b5653;return this[_0x22dce6(0x384)][_0x22dce6(0x332)](_0xdfbf91=>_0xdfbf91['getName']()===_0x22dce6(0x1e1))?.[_0x22dce6(0x2f1)]()||'';}[a90_0x2b5653(0x342)](_0x38d6cb){const _0x3d0e30=a90_0x2b5653;try{const _0x5e960c=this[_0x3d0e30(0x20c)]?.[_0x3d0e30(0x258)]?.[_0x3d0e30(0x335)]||[],_0x43eb3b=_0x5e960c[_0x3d0e30(0x332)](_0x4dbd2e=>_0x4dbd2e['name']===_0x38d6cb);return _0x43eb3b?_0x43eb3b[_0x3d0e30(0x265)]:null;}catch(_0x294e8e){return logger[_0x3d0e30(0x1cf)](_0x3d0e30(0x2c5)+_0x38d6cb+':\x20'+_0x294e8e[_0x3d0e30(0x355)]),null;}}async['setAccessibilityConfig'](_0x26b5cd,_0x3071bc){const _0x5c82bc=a90_0x2b5653,_0x292a84=_0x26b5cd[_0x5c82bc(0x2f8)]()['getOptions'](),_0x20797a=_0x292a84['getScriptsList'](),_0x2ac8e3=_0x292a84[_0x5c82bc(0x2ad)]()?.[_0x5c82bc(0x291)]();scripts[_0x5c82bc(0x24a)](_0x20797a,_0x2ac8e3),scripts[_0x5c82bc(0x24b)]();const _0xba830d=_0x292a84[_0x5c82bc(0x1be)]();this['capabilities']=_0x292a84[_0x5c82bc(0x1be)](),await this[_0x5c82bc(0x2a3)](_0xba830d,_0x3071bc[_0x5c82bc(0x21c)]);}async['setAccessibilityToken'](_0x376d04,_0x2bdda4={}){const _0x2e82ac=a90_0x2b5653,_0x5cf13b={'JINnK':function(_0x19578a,_0x1fe1b7){return _0x19578a===_0x1fe1b7;},'UwqOJ':_0x2e82ac(0x32d),'hzJym':'browserstack.accessibilityOptions.authToken','jIOVI':function(_0x2a61d7,_0x368f7a){return _0x2a61d7(_0x368f7a);},'JqfnR':_0x2e82ac(0x1ce),'ZpWBh':_0x2e82ac(0x277),'EaCqP':function(_0x24a106,_0x18bcdc){return _0x24a106(_0x18bcdc);},'zZSkE':_0x2e82ac(0x1f5),'kzNzA':_0x2e82ac(0x221),'nDDYM':function(_0xfded75,_0x5dcd39){return _0xfded75===_0x5dcd39;},'Sypva':'scannerVersion','YFcpo':'browserstack.accessibilityOptions.scannerVersion','AhQKm':function(_0x2ed25e,_0x4ff119){return _0x2ed25e===_0x4ff119;},'NHLOI':'scannerProcessingTimeout','knBaZ':_0x2e82ac(0x388),'eyJKM':function(_0x18014f,_0x4fc57b){return _0x18014f===_0x4fc57b;},'nNGvh':_0x2e82ac(0x341),'dkenW':function(_0x1c7070,_0x309da8){return _0x1c7070===_0x309da8;},'gGHKv':_0x2e82ac(0x394)};global['__accessibilityOptions']=global[_0x2e82ac(0x21e)]||{};for(const _0x17e048 of _0x376d04){logger[_0x2e82ac(0x393)](_0x2e82ac(0x1da)+_0x17e048['getName']()+'\x20value='+_0x17e048[_0x2e82ac(0x2f1)]());if(_0x5cf13b[_0x2e82ac(0x22a)](_0x17e048[_0x2e82ac(0x267)](),_0x5cf13b[_0x2e82ac(0x1ca)])){const _0x218e3e=_0x17e048['getValue']();process[_0x2e82ac(0x32f)][_0x2e82ac(0x26e)]=_0x218e3e,global[_0x2e82ac(0x21e)][_0x5cf13b['hzJym']]=_0x218e3e;const _0x505453=_0x5cf13b['jIOVI'](require,_0x5cf13b[_0x2e82ac(0x28a)]),{isTrue:_0x1ac859}=_0x5cf13b[_0x2e82ac(0x2e9)](require,_0x5cf13b['ZpWBh']),_0x71811d=_0x505453[_0x2e82ac(0x31b)](_0x218e3e);_0x71811d&&_0x5cf13b['EaCqP'](_0x1ac859,_0x71811d['skipCDPConnectOverride'])&&(process[_0x2e82ac(0x32f)][_0x2e82ac(0x307)]=!![]);}else{if(_0x5cf13b[_0x2e82ac(0x22a)](_0x17e048[_0x2e82ac(0x267)](),_0x5cf13b[_0x2e82ac(0x24d)]))global[_0x2e82ac(0x21e)][_0x5cf13b[_0x2e82ac(0x235)]]=_0x17e048[_0x2e82ac(0x2f1)]();else{if(_0x5cf13b[_0x2e82ac(0x2ea)](_0x17e048[_0x2e82ac(0x267)](),_0x5cf13b[_0x2e82ac(0x2cc)]))global['__accessibilityOptions'][_0x5cf13b['YFcpo']]=_0x17e048[_0x2e82ac(0x2f1)]();else{if(_0x5cf13b[_0x2e82ac(0x2ff)](_0x17e048['getName'](),_0x5cf13b[_0x2e82ac(0x387)]))global[_0x2e82ac(0x21e)][_0x5cf13b[_0x2e82ac(0x330)]]=_0x17e048[_0x2e82ac(0x2f1)]();else{if(_0x5cf13b[_0x2e82ac(0x31c)](_0x17e048['getName'](),_0x5cf13b['nNGvh'])){const _0xb19f43=_0x17e048[_0x2e82ac(0x2f1)]();process[_0x2e82ac(0x32f)][_0x2e82ac(0x1b9)]=_0x5cf13b[_0x2e82ac(0x1e4)](String,_0x5cf13b[_0x2e82ac(0x1d3)](_0xb19f43,!![])||_0x5cf13b['JINnK'](_0xb19f43,_0x5cf13b[_0x2e82ac(0x2fa)])),logger[_0x2e82ac(0x1cf)](_0x2e82ac(0x247)+_0xb19f43+_0x2e82ac(0x2af)+process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async['onAfterTest'](_0xe2370){const _0x5e2d4a=a90_0x2b5653,_0xee65a3={};_0xee65a3[_0x5e2d4a(0x30a)]=function(_0x4be03f,_0x542157){return _0x4be03f!==_0x542157;},_0xee65a3['GGVTg']=_0x5e2d4a(0x385),_0xee65a3[_0x5e2d4a(0x224)]=_0x5e2d4a(0x297),_0xee65a3[_0x5e2d4a(0x1c0)]=_0x5e2d4a(0x296),_0xee65a3[_0x5e2d4a(0x303)]='unknown';const _0x2e25f9=_0xee65a3;if(_0x2e25f9[_0x5e2d4a(0x30a)](_0xe2370['testFramework'],_0x2e25f9[_0x5e2d4a(0x274)])&&_0x2e25f9['BQgiw'](_0xe2370['testFramework'],_0x2e25f9['zRtCT'])){logger[_0x5e2d4a(0x1cf)](_0x2e25f9[_0x5e2d4a(0x1c0)]);return;}const _0x4a2beb=_0xe2370[_0x5e2d4a(0x343)]?.[_0x5e2d4a(0x273)]||_0xe2370[_0x5e2d4a(0x343)]?.['id']||global[_0x5e2d4a(0x20f)];logger['info'](_0x5e2d4a(0x1fb)+_0xe2370['testFramework']+_0x5e2d4a(0x324)+_0x4a2beb);try{const _0x214618=_0xe2370['instance']||AutomationFramework[_0x5e2d4a(0x334)](),_0x4f7ed8=CLIUtils[_0x5e2d4a(0x283)](),_0x518fc1=this[_0x5e2d4a(0x383)]();logger[_0x5e2d4a(0x1cf)](_0x5e2d4a(0x2e1)+(_0x214618?.[_0x5e2d4a(0x32c)]?.()||_0x2e25f9['HNFWg'])+_0x5e2d4a(0x361)+_0x518fc1),_0x518fc1&&await this[_0x5e2d4a(0x1af)](_0x214618,_0xe2370),this[_0x5e2d4a(0x2ed)]['delete'](_0x4f7ed8),this[_0x5e2d4a(0x1d9)][_0x5e2d4a(0x26f)](_0x4f7ed8);}catch(_0x372a89){logger[_0x5e2d4a(0x301)](_0x5e2d4a(0x31f)+(_0x372a89[_0x5e2d4a(0x304)]||_0x372a89['message']));}}async[a90_0x2b5653(0x1af)](_0x1fe01f,_0x7fb62b){const _0x25a415=a90_0x2b5653,_0xafce38={};_0xafce38[_0x25a415(0x2ab)]=function(_0x401e95,_0x516706){return _0x401e95===_0x516706;},_0xafce38[_0x25a415(0x1ad)]=_0x25a415(0x244),_0xafce38[_0x25a415(0x2f3)]=function(_0x3efa57,_0x323af0){return _0x3efa57===_0x323af0;},_0xafce38[_0x25a415(0x241)]=_0x25a415(0x297),_0xafce38['EGgJE']=_0x25a415(0x385),_0xafce38[_0x25a415(0x30b)]=_0x25a415(0x1f1),_0xafce38[_0x25a415(0x246)]=_0x25a415(0x2ed),_0xafce38[_0x25a415(0x34f)]=_0x25a415(0x1ba),_0xafce38[_0x25a415(0x1b8)]='unknown',_0xafce38[_0x25a415(0x282)]=_0x25a415(0x215),_0xafce38[_0x25a415(0x2c9)]=_0x25a415(0x203),_0xafce38[_0x25a415(0x1f8)]=function(_0x60289a,_0x1bbc90){return _0x60289a||_0x1bbc90;},_0xafce38[_0x25a415(0x29a)]=function(_0x4e6d67,_0x333400){return _0x4e6d67||_0x333400;},_0xafce38[_0x25a415(0x35c)]=function(_0x32b869,_0x35efb5){return _0x32b869||_0x35efb5;},_0xafce38[_0x25a415(0x36c)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0xafce38[_0x25a415(0x32e)]=_0x25a415(0x2db),_0xafce38[_0x25a415(0x29f)]=_0x25a415(0x357);const _0x21636d=_0xafce38;try{const _0x4dd2a6=_0x7fb62b[_0x25a415(0x346)]||(_0x21636d[_0x25a415(0x2f3)](this[_0x25a415(0x333)]?.[_0x25a415(0x25a)]?.['toLowerCase'](),_0x21636d[_0x25a415(0x241)])?_0x21636d['hyQjZ']:_0x21636d['EGgJE']);let _0x838b76='',_0xa57212=null,_0x46d0d9=null;if(_0x21636d[_0x25a415(0x2ab)](_0x4dd2a6,_0x21636d[_0x25a415(0x241)])){_0xa57212=_0x7fb62b[_0x25a415(0x343)]?.[_0x25a415(0x273)]||_0x7fb62b[_0x25a415(0x343)]?.['id']||global[_0x25a415(0x20f)];if(!_0xa57212){logger[_0x25a415(0x363)](_0x21636d['TYBQB']);return;}try{const _0x1eae88=await GrpcClient['getInstance']()[_0x25a415(0x269)](process[_0x25a415(0x32f)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x21636d[_0x25a415(0x246)],_0x21636d['iBKjX'],_0xa57212),_0x1e8074=AccessibilityModule[_0x25a415(0x1c8)](null,_0x1eae88);_0x838b76=_0x1e8074?.[_0x25a415(0x2eb)]||'',logger[_0x25a415(0x1cf)](_0x25a415(0x281)+_0x838b76+_0x25a415(0x347)+_0xa57212),_0x46d0d9=_0x1eae88;}catch(_0x3f27ad){logger[_0x25a415(0x301)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x3f27ad[_0x25a415(0x355)]);return;}}else{const _0x517d88=this[_0x25a415(0x2b0)](_0x7fb62b);_0x838b76=TestInfo[_0x25a415(0x1ec)](_0x517d88);}const _0x503652=((()=>{const _0x3b5396=_0x25a415,_0x549bd4=(this['accessibilityConfig']?.[_0x3b5396(0x258)]?.[_0x3b5396(0x335)]||[])[_0x3b5396(0x332)](_0xe4331b=>(typeof _0xe4331b['getName']===_0x3b5396(0x244)?_0xe4331b[_0x3b5396(0x267)]():_0xe4331b['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x549bd4?_0x21636d[_0x3b5396(0x2ab)](typeof _0x549bd4[_0x3b5396(0x2f1)],_0x21636d[_0x3b5396(0x1ad)])?_0x549bd4['getValue']():_0x549bd4[_0x3b5396(0x265)]:'';})()),_0x42875c=process[_0x25a415(0x32f)][_0x25a415(0x28e)]||'';logger[_0x25a415(0x1cf)](_0x25a415(0x2e1)+(_0x1fe01f?.['getPlatformIndex']?.()||_0x21636d[_0x25a415(0x1b8)])+']\x20clear\x20'+_0x838b76+_0x25a415(0x369)+_0x503652+_0x25a415(0x2ce)+(_0x42875c?_0x21636d[_0x25a415(0x282)]:_0x21636d[_0x25a415(0x2c9)]));let _0x3d5d79;if(_0x21636d[_0x25a415(0x2ab)](_0x4dd2a6,_0x21636d[_0x25a415(0x241)]))_0x3d5d79=AccessibilityModule[_0x25a415(0x1c8)](_0x838b76,_0x46d0d9);else{const _0x1342fb=await GrpcClient[_0x25a415(0x1ea)]()[_0x25a415(0x269)](process[_0x25a415(0x32f)][_0x25a415(0x316)],_0x21636d[_0x25a415(0x246)],_0x21636d['iBKjX']);_0x3d5d79=AccessibilityModule[_0x25a415(0x1c8)](_0x838b76,_0x1342fb);}logger[_0x25a415(0x1cf)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x3d5d79));const _0x409c04=Object['assign']({},{'thTestRunUuid':_0x21636d[_0x25a415(0x1f8)](_0x838b76,''),'thBuildUuid':_0x21636d[_0x25a415(0x29a)](_0x503652,''),'thJwtToken':_0x21636d[_0x25a415(0x35c)](_0x42875c,'')},_0x3d5d79);!this[_0x25a415(0x367)]&&this[_0x25a415(0x217)]()&&(_0x409c04[_0x25a415(0x200)]=!![],logger[_0x25a415(0x1cf)](_0x21636d[_0x25a415(0x36c)]));logger[_0x25a415(0x1cf)](_0x25a415(0x1e6)+_0x838b76+_0x25a415(0x349)+this[_0x25a415(0x367)]);let _0x2c4cd7=global['__workerDetails']?.['pwPage']||null;!_0x2c4cd7&&(_0x2c4cd7=AutomationFramework[_0x25a415(0x2cf)](_0x1fe01f,_0x21636d['uTJYC'],null)),!_0x2c4cd7&&(_0x2c4cd7=AutomationFramework[_0x25a415(0x2cf)](_0x1fe01f,_0x21636d['VADvx'],null)),await this[_0x25a415(0x34a)](this[_0x25a415(0x383)](),_0x838b76,_0x2c4cd7,_0x409c04,this[_0x25a415(0x367)]);}catch(_0xe2ae07){logger['error'](_0x25a415(0x2b8)+(_0xe2ae07[_0x25a415(0x304)]||_0xe2ae07['message']));}}async[a90_0x2b5653(0x34a)](_0x5f09dd,_0x137353,_0xe0d65a,_0x46f81a,_0xec8a34){const _0x313b86=a90_0x2b5653,_0x357e8c={};_0x357e8c['QQlrW']=_0x313b86(0x1ba),_0x357e8c[_0x313b86(0x35e)]=function(_0x4ca95c,_0x4b57f4){return _0x4ca95c&&_0x4b57f4;},_0x357e8c[_0x313b86(0x2e0)]=_0x313b86(0x392),_0x357e8c['hkMHm']=function(_0x4539f,_0x4a2ad8){return _0x4539f===_0x4a2ad8;},_0x357e8c['wmRdK']=_0x313b86(0x203),_0x357e8c['MPoPg']=function(_0x5350c1,_0x9d2357){return _0x5350c1===_0x9d2357;},_0x357e8c[_0x313b86(0x261)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x357e8c[_0x313b86(0x29b)]=_0x313b86(0x326),_0x357e8c['dVcFz']=_0x313b86(0x290),_0x357e8c[_0x313b86(0x37d)]=_0x313b86(0x2de),_0x357e8c[_0x313b86(0x223)]=_0x313b86(0x364),_0x357e8c[_0x313b86(0x36d)]=_0x313b86(0x2f7),_0x357e8c[_0x313b86(0x1f9)]=_0x313b86(0x1fa);const _0x294630=_0x357e8c;try{const _0x5ef246=this['getScriptByName'](_0x294630['QQlrW']);if(_0x294630[_0x313b86(0x35e)](!_0xec8a34,!_0x5ef246)){logger[_0x313b86(0x1cf)](_0x294630[_0x313b86(0x2e0)]);return;}if(!_0x137353||_0x294630[_0x313b86(0x252)](_0x137353,_0x294630[_0x313b86(0x2d7)])||_0x294630[_0x313b86(0x370)](_0x137353,'')){logger[_0x313b86(0x1cf)](_0x294630['mYlVu']);return;}logger['debug'](_0x313b86(0x1b0)+JSON[_0x313b86(0x318)](_0x46f81a)),_0x5f09dd&&(logger[_0x313b86(0x1cf)](_0x294630['GeICQ']),await this[_0x313b86(0x1e0)](_0xe0d65a,_0x137353,_0x294630[_0x313b86(0x226)],_0x46f81a,_0xec8a34,_0x294630[_0x313b86(0x37d)]),_0x294630[_0x313b86(0x35e)](!_0xec8a34,_0x5ef246)&&(logger['debug'](_0x294630[_0x313b86(0x223)]),await PerformanceTester[_0x313b86(0x270)](_0x294630[_0x313b86(0x36d)],async()=>{const _0xd23c31=_0x313b86;await this[_0xd23c31(0x1e0)](_0xe0d65a,_0x137353,_0x294630['QQlrW'],_0x46f81a,_0xec8a34,_0x294630[_0xd23c31(0x26a)]);})()),logger[_0x313b86(0x393)](_0x294630['VzCXO']));}catch(_0x21fe30){logger[_0x313b86(0x301)](_0x313b86(0x35a)+(_0x21fe30[_0x313b86(0x304)]||_0x21fe30[_0x313b86(0x355)]));}}async[a90_0x2b5653(0x24e)](_0x2d8a62){const _0x5df4ab=a90_0x2b5653,_0x4e8ee6={};_0x4e8ee6[_0x5df4ab(0x2bb)]=function(_0x101e8e,_0x57ca32){return _0x101e8e!==_0x57ca32;},_0x4e8ee6['GDpYv']=_0x5df4ab(0x385),_0x4e8ee6[_0x5df4ab(0x1bc)]=_0x5df4ab(0x297),_0x4e8ee6['koxRd']='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x4e8ee6[_0x5df4ab(0x2f6)]=_0x5df4ab(0x289),_0x4e8ee6['WnqAq']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x4e8ee6['hfvmc']=function(_0x12bdf8,_0x3fdd9b){return _0x12bdf8===_0x3fdd9b;},_0x4e8ee6['rHAqw']=_0x5df4ab(0x2be),_0x4e8ee6[_0x5df4ab(0x2ec)]='accessibility',_0x4e8ee6[_0x5df4ab(0x2f5)]=_0x5df4ab(0x2cd),_0x4e8ee6['AOZsI']=_0x5df4ab(0x31d),_0x4e8ee6[_0x5df4ab(0x2f2)]=_0x5df4ab(0x37f),_0x4e8ee6[_0x5df4ab(0x2ac)]=function(_0x2884b1,_0x31e275){return _0x2884b1===_0x31e275;},_0x4e8ee6['tkTzK']=_0x5df4ab(0x2de),_0x4e8ee6[_0x5df4ab(0x321)]=_0x5df4ab(0x203);const _0x30a8f9=_0x4e8ee6;if(_0x30a8f9[_0x5df4ab(0x2bb)](_0x2d8a62[_0x5df4ab(0x346)],_0x30a8f9['GDpYv'])&&_0x30a8f9[_0x5df4ab(0x2bb)](_0x2d8a62['testFramework'],_0x30a8f9[_0x5df4ab(0x1bc)])){logger['debug'](_0x30a8f9[_0x5df4ab(0x389)]);return;}logger['debug'](_0x5df4ab(0x245)+(_0x2d8a62[_0x5df4ab(0x233)]||_0x30a8f9[_0x5df4ab(0x2f6)])+_0x5df4ab(0x2fb)+_0x2d8a62['testFramework']);try{const _0x4400d9=_0x2d8a62[_0x5df4ab(0x2b3)]||AutomationFramework[_0x5df4ab(0x334)](),_0x2d6f76=TestFramework['getTrackedInstance'](),_0x7d6bdc=_0x2d8a62[_0x5df4ab(0x233)]||_0x2d8a62[_0x5df4ab(0x225)]?.['getName']();if(!_0x7d6bdc){logger[_0x5df4ab(0x1cf)](_0x30a8f9[_0x5df4ab(0x214)]);return;}if(!this[_0x5df4ab(0x383)]()){logger[_0x5df4ab(0x1cf)](_0x5df4ab(0x2da)+_0x7d6bdc);return;}if(!this[_0x5df4ab(0x1ff)](_0x7d6bdc)){logger['debug'](_0x5df4ab(0x344)+_0x7d6bdc+_0x5df4ab(0x1bb));return;}const _0x135b47=_0x2d8a62[_0x5df4ab(0x2ee)]||global[_0x5df4ab(0x299)]?.[_0x5df4ab(0x2bf)];if(!_0x135b47){logger[_0x5df4ab(0x1cf)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x7d6bdc);return;}let _0x3d6ddd='',_0x3ca738=null;if(_0x30a8f9[_0x5df4ab(0x35b)](_0x2d8a62[_0x5df4ab(0x346)],_0x30a8f9[_0x5df4ab(0x1bc)])){_0x3ca738=_0x2d8a62['testInfo']?.[_0x5df4ab(0x273)]||_0x2d8a62['testInfo']?.['id']||global[_0x5df4ab(0x20f)];if(!_0x3ca738){logger[_0x5df4ab(0x363)](_0x30a8f9[_0x5df4ab(0x259)]);return;}try{const _0x3fddbe=await GrpcClient[_0x5df4ab(0x1ea)]()[_0x5df4ab(0x269)](process[_0x5df4ab(0x32f)][_0x5df4ab(0x316)],_0x30a8f9[_0x5df4ab(0x2ec)],_0x30a8f9['OlFIX'],_0x3ca738),_0x4f3876=AccessibilityModule[_0x5df4ab(0x1c8)](null,_0x3fddbe);_0x3d6ddd=_0x4f3876?.[_0x5df4ab(0x2eb)]||'',logger[_0x5df4ab(0x1cf)](_0x5df4ab(0x26c)+_0x3d6ddd+_0x5df4ab(0x347)+_0x3ca738);}catch(_0x53de44){logger[_0x5df4ab(0x301)](_0x5df4ab(0x25f)+_0x53de44['message']);return;}}else _0x3d6ddd=this[_0x5df4ab(0x342)](_0x30a8f9[_0x5df4ab(0x37a)])||'',!_0x3d6ddd&&this[_0x5df4ab(0x217)]()&&(_0x3d6ddd=accessibilityHelper[_0x5df4ab(0x1e2)]());const _0x5873b5=this[_0x5df4ab(0x342)](_0x30a8f9[_0x5df4ab(0x2f2)])||this[_0x5df4ab(0x20c)][this[_0x5df4ab(0x328)]]||null,_0x232b62=process[_0x5df4ab(0x32f)][_0x5df4ab(0x28e)]||'',_0x184178=this['getParamsForScanForCli'](_0x7d6bdc,_0x3d6ddd,_0x5873b5,_0x232b62),_0x37e0b7=_0x30a8f9[_0x5df4ab(0x2ac)](_0x2d8a62[_0x5df4ab(0x346)],_0x30a8f9['NYQZU'])?await AccessibilityModule[_0x5df4ab(0x2cb)](_0x30a8f9[_0x5df4ab(0x209)],_0x3d6ddd,_0x3ca738):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x30a8f9[_0x5df4ab(0x209)],_0x3d6ddd);logger['info']('ScanArgs:\x20'+(_0x184178?JSON[_0x5df4ab(0x318)](_0x184178):_0x30a8f9['dpIdV']));const _0x11e81b=CLIUtils[_0x5df4ab(0x345)](_0x184178,_0x37e0b7);logger['info'](_0x5df4ab(0x308)+(_0x11e81b?JSON[_0x5df4ab(0x318)](_0x11e81b):_0x30a8f9[_0x5df4ab(0x321)])),logger[_0x5df4ab(0x1cf)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x7d6bdc);const _0x716973=await this['performScanForCli'](_0x135b47,_0x3d6ddd,_0x7d6bdc,_0x11e81b,this['isAppAccessibility']);logger[_0x5df4ab(0x1cf)](_0x5df4ab(0x264)+_0x7d6bdc+_0x5df4ab(0x366)+JSON[_0x5df4ab(0x318)](_0x716973));}catch(_0x5e323a){logger['error'](_0x5df4ab(0x1b5)+(_0x5e323a[_0x5df4ab(0x304)]||_0x5e323a[_0x5df4ab(0x355)]));}}['shouldScanCurrentTest'](){const _0x27e53=a90_0x2b5653;return this[_0x27e53(0x383)]();}['setShouldScanCurrentTest'](_0x137e23){const _0x5e1312=a90_0x2b5653,_0x132c21=CLIUtils['getCurrentInstanceName']();this[_0x5e1312(0x2ed)]['set'](_0x132c21,_0x137e23);}async[a90_0x2b5653(0x1fc)](_0x50b931){const _0xae17ba=a90_0x2b5653,_0x2f8471={};_0x2f8471[_0xae17ba(0x371)]=_0xae17ba(0x289);const _0x3f554d=_0x2f8471;try{const _0x1fecaa=_0x50b931[_0xae17ba(0x2b3)]||AutomationFramework[_0xae17ba(0x334)](),_0x1c5323=_0x1fecaa?.['getData']?.()?.['get']?.(this[_0xae17ba(0x1e3)])||![];if(_0x1c5323)return;PerformanceTester[_0xae17ba(0x253)](EVENTS[_0xae17ba(0x38e)]);const _0x330b51=await GrpcClient[_0xae17ba(0x1ea)]()[_0xae17ba(0x228)](_0x50b931);_0x330b51&&_0x330b51[_0xae17ba(0x2f8)]&&_0x330b51[_0xae17ba(0x2f8)]()&&_0x330b51[_0xae17ba(0x2f8)]()[_0xae17ba(0x350)]()?(await this[_0xae17ba(0x294)](_0x330b51,_0x50b931),_0x1fecaa?.[_0xae17ba(0x21f)]&&_0x1fecaa['getData']()[_0xae17ba(0x2c1)](this['KEY_INIT'],!![]),logger[_0xae17ba(0x1cf)](_0xae17ba(0x2e1)+(_0x1fecaa?.['getPlatformIndex']?.()||_0x3f554d[_0xae17ba(0x371)])+_0xae17ba(0x1e9))):logger['debug'](_0xae17ba(0x2e1)+(_0x1fecaa?.[_0xae17ba(0x32c)]?.()||_0x3f554d[_0xae17ba(0x371)])+_0xae17ba(0x2a0)),PerformanceTester[_0xae17ba(0x238)](EVENTS[_0xae17ba(0x38e)]);}catch(_0x47471e){PerformanceTester['end'](EVENTS[_0xae17ba(0x38e)],![],_0x47471e[_0xae17ba(0x355)]),logger[_0xae17ba(0x301)](_0xae17ba(0x21b)+(_0x47471e['stack']||_0x47471e[_0xae17ba(0x355)]));}}async[a90_0x2b5653(0x294)](_0x538e53,_0x557a37){const _0x286ffc=a90_0x2b5653;await this['setAccessibilityConfig'](_0x538e53,_0x557a37);const _0x5927b0=_0x538e53[_0x286ffc(0x2f8)]()['getOptions']();if(_0x5927b0){const _0x17d14e=_0x538e53[_0x286ffc(0x260)]&&_0x538e53[_0x286ffc(0x260)]();_0x17d14e&&(this['accessibilityConfig'][this[_0x286ffc(0x328)]]=_0x17d14e['getBuildId']&&_0x17d14e[_0x286ffc(0x20e)]());}}[a90_0x2b5653(0x1ff)](_0x448213){const _0x4f5830=a90_0x2b5653,_0x527ce7={};_0x527ce7['yuHIq']=function(_0x54ebd1,_0x42c103){return _0x54ebd1===_0x42c103;};const _0x359926=_0x527ce7;try{if(!_0x448213)return![];const _0x5f58d7=this[_0x4f5830(0x20c)]?.['options']?.[_0x4f5830(0x28d)]?.[_0x4f5830(0x314)]||[],_0x4d022c=_0x5f58d7['some'](_0x2079ab=>{const _0x418815=_0x4f5830;return _0x2079ab[_0x418815(0x25a)]&&_0x359926[_0x418815(0x232)](_0x2079ab[_0x418815(0x25a)][_0x418815(0x254)](),_0x448213[_0x418815(0x254)]());});return logger[_0x4f5830(0x1cf)](_0x4f5830(0x1b2)+_0x448213+_0x4f5830(0x38c)+_0x4d022c+_0x4f5830(0x23b)+JSON[_0x4f5830(0x318)](_0x5f58d7[_0x4f5830(0x1c2)](_0x3d3177=>_0x3d3177[_0x4f5830(0x25a)]))),_0x4d022c;}catch(_0x5d11f4){return logger[_0x4f5830(0x1cf)](_0x4f5830(0x255)+_0x5d11f4[_0x4f5830(0x355)]),![];}}[a90_0x2b5653(0x202)](_0xd9356){const _0x1cd72a=a90_0x2b5653,_0x498b00={};_0x498b00[_0x1cd72a(0x373)]=function(_0x592c1,_0x3c4661){return _0x592c1===_0x3c4661;},_0x498b00['FloWx']=_0x1cd72a(0x211),_0x498b00[_0x1cd72a(0x207)]=_0x1cd72a(0x2b9);const _0xc14c43=_0x498b00,_0x501ac7=_0xd9356[_0x1cd72a(0x1d0)]&&_0xd9356[_0x1cd72a(0x1d0)]();return _0x501ac7&&_0xc14c43[_0x1cd72a(0x373)](typeof _0x501ac7,_0xc14c43[_0x1cd72a(0x29e)])&&_0x501ac7[_0x1cd72a(0x37e)](_0xc14c43[_0x1cd72a(0x207)]);}['isAccessibilityScriptCommand'](_0x4069ef){const _0x76602f=a90_0x2b5653,_0x3c379d={};_0x3c379d[_0x76602f(0x2a5)]=function(_0x51ae85,_0x5f2238){return _0x51ae85!==_0x5f2238;},_0x3c379d[_0x76602f(0x2e7)]=_0x76602f(0x211),_0x3c379d['BwHWD']=_0x76602f(0x2ed),_0x3c379d[_0x76602f(0x25e)]=_0x76602f(0x2cd),_0x3c379d['srvfS']=_0x76602f(0x242),_0x3c379d[_0x76602f(0x1ee)]='saveTestResults';const _0x55f593=_0x3c379d,_0x2feb29=_0x4069ef['getScript']&&_0x4069ef[_0x76602f(0x1d0)]();if(!_0x2feb29||_0x55f593[_0x76602f(0x2a5)](typeof _0x2feb29,_0x55f593[_0x76602f(0x2e7)]))return![];return _0x2feb29[_0x76602f(0x37e)](_0x55f593[_0x76602f(0x33a)])||_0x2feb29['includes'](_0x55f593['DhKPR'])||_0x2feb29[_0x76602f(0x37e)](_0x55f593[_0x76602f(0x298)])||_0x2feb29['includes'](_0x55f593[_0x76602f(0x1ee)]);}['isMobileWebSession'](){const _0x5353ff=a90_0x2b5653,_0x4e8f49={'wekrU':function(_0x3f20d3,_0x5aa4f4){return _0x3f20d3===_0x5aa4f4;},'wWOmh':_0x5353ff(0x244),'ESCjf':function(_0x5503ee,_0x41cf45){return _0x5503ee(_0x41cf45);},'daNlK':'platformName','VgTNh':_0x5353ff(0x26b),'CYYkj':function(_0x5f3fcc,_0x1db4cd){return _0x5f3fcc===_0x1db4cd;},'Psipf':function(_0x1513ab,_0x5e52d8){return _0x1513ab(_0x5e52d8);},'tvTav':_0x5353ff(0x219),'EMCpd':_0x5353ff(0x2d8)};try{const _0x4069d1=this[_0x5353ff(0x20c)]?.[_0x5353ff(0x258)]?.[_0x5353ff(0x335)]||[],_0x2112da=_0x21c2ec=>{const _0x1386b9=_0x5353ff,_0x3613aa=_0x4069d1['find'](_0x13230d=>(typeof _0x13230d[_0x1386b9(0x267)]==='function'?_0x13230d[_0x1386b9(0x267)]():_0x13230d[_0x1386b9(0x25a)])===_0x21c2ec);return _0x3613aa?_0x4e8f49['wekrU'](typeof _0x3613aa[_0x1386b9(0x2f1)],_0x4e8f49['wWOmh'])?_0x3613aa[_0x1386b9(0x2f1)]():_0x3613aa['value']:null;},_0x155e38=_0x4e8f49[_0x5353ff(0x37c)](_0x2112da,_0x4e8f49[_0x5353ff(0x1f3)]),_0x41a155=_0x4e8f49[_0x5353ff(0x37c)](_0x2112da,_0x4e8f49[_0x5353ff(0x1dd)]),_0x3f2a28=global[_0x5353ff(0x1c3)]||_0x155e38&&_0x4e8f49['CYYkj'](_0x4e8f49[_0x5353ff(0x320)](String,_0x155e38)['toLowerCase'](),_0x4e8f49['tvTav'])&&_0x41a155&&_0x4e8f49[_0x5353ff(0x320)](String,_0x41a155)[_0x5353ff(0x254)]()[_0x5353ff(0x37e)](_0x4e8f49[_0x5353ff(0x2a7)]);if(!_0x3f2a28)return![];if(!accessibilityHelper[_0x5353ff(0x341)]())return!this[_0x5353ff(0x313)]&&(logger[_0x5353ff(0x363)](accessibilityHelper[_0x5353ff(0x38b)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x4ad287){return logger[_0x5353ff(0x1cf)](_0x5353ff(0x212)+_0x4ad287[_0x5353ff(0x355)]),![];}}[a90_0x2b5653(0x278)](_0x2d891c,_0x4a993a,_0x243147,_0x5ba1a8){const _0x50f7d7=a90_0x2b5653,_0x3d1a42={};_0x3d1a42['dzCTu']=function(_0x2eeb61,_0x3cbe2a){return _0x2eeb61||_0x3cbe2a;},_0x3d1a42[_0x50f7d7(0x356)]=function(_0x35acf4,_0x3cb251){return _0x35acf4&&_0x3cb251;},_0x3d1a42['DxRpE']=function(_0x431c54,_0xdcf386){return _0x431c54||_0xdcf386;},_0x3d1a42[_0x50f7d7(0x1bf)]=_0x50f7d7(0x378);const _0x1cdff0=_0x3d1a42;let _0x43f5d5=_0x1cdff0[_0x50f7d7(0x2c6)](_0x4a993a,'');const _0x13cbf9=!this['isAppAccessibility']&&this[_0x50f7d7(0x217)]();_0x1cdff0[_0x50f7d7(0x356)](_0x13cbf9,!_0x43f5d5)&&(_0x43f5d5=accessibilityHelper[_0x50f7d7(0x1e2)]());const _0x2324ff={'command':_0x2d891c,'thTestRunUuid':_0x43f5d5,'thBuildUuid':_0x1cdff0[_0x50f7d7(0x1c7)](_0x243147,''),'thJwtToken':_0x1cdff0[_0x50f7d7(0x2c6)](_0x5ba1a8,''),'timestamp':new Date()[_0x50f7d7(0x2f0)]()};return _0x13cbf9&&(_0x2324ff[_0x50f7d7(0x200)]=!![],logger[_0x50f7d7(0x1cf)](_0x1cdff0[_0x50f7d7(0x1bf)])),_0x2324ff;}[a90_0x2b5653(0x2a2)](_0x56b0d4){const _0x4297c1=a90_0x2b5653,_0x540ae2={};_0x540ae2['vAali']=function(_0x1e3c6a,_0x3a8011){return _0x1e3c6a||_0x3a8011;};const _0x5af68d=_0x540ae2;try{const _0x5742e3=this['accessibilityConfig']?.['options']?.[_0x4297c1(0x21d)]||[],_0x58017c=_0x5742e3[_0x4297c1(0x332)](_0x4e4750=>_0x4e4750['name']===_0x56b0d4);return _0x5af68d[_0x4297c1(0x218)](_0x58017c,null);}catch(_0xae3a75){return logger[_0x4297c1(0x1cf)](_0x4297c1(0x1df)+_0x56b0d4+':\x20'+_0xae3a75[_0x4297c1(0x355)]),null;}}async[a90_0x2b5653(0x368)](_0x37a1ce,_0x19dd50,_0x1a57c2=null){const _0x5c4172=a90_0x2b5653,_0x407d2={'zZPOE':function(_0x1af988,_0x3aa6b8){return _0x1af988(_0x3aa6b8);},'Aefxu':_0x5c4172(0x2df)};try{if(!_0x37a1ce)return logger[_0x5c4172(0x1cf)](_0x5c4172(0x286)+_0x19dd50),null;const _0x3a8897=this[_0x5c4172(0x2a2)](_0x19dd50);if(!_0x3a8897||!_0x3a8897[_0x5c4172(0x225)])return logger[_0x5c4172(0x1cf)]('executeScriptByName:\x20No\x20'+_0x19dd50+'\x20script\x20available'),null;logger['debug']('Executing\x20'+_0x19dd50+'\x20accessibility\x20script\x20on\x20page');const _0x1f8891=_0x407d2[_0x5c4172(0x374)](require,_0x407d2[_0x5c4172(0x2c8)]),_0x378d13=_0x1a57c2?await _0x1f8891[_0x5c4172(0x38d)](_0x37a1ce,_0x3a8897['command'],_0x1a57c2):await _0x1f8891[_0x5c4172(0x38d)](_0x37a1ce,_0x3a8897[_0x5c4172(0x225)]);return _0x378d13;}catch(_0x2b6467){return logger[_0x5c4172(0x301)](_0x5c4172(0x1dc)+_0x19dd50+':\x20'+(_0x2b6467[_0x5c4172(0x304)]||_0x2b6467[_0x5c4172(0x355)])),null;}}async[a90_0x2b5653(0x1e0)](_0x361d47,_0x169caa,_0x5f368d,_0x21e4e3,_0x511aef,_0x369ded='scan'){const _0xfe7dbb=a90_0x2b5653,_0x26cf7f={'ecKdu':function(_0x1aaff1,_0x189ef2){return _0x1aaff1===_0x189ef2;},'yshkK':'scan','uOoZf':function(_0x593aba,_0x35bb05){return _0x593aba(_0x35bb05);},'psRFd':'../../playwright/accessibility-helper','eFTBU':function(_0x4b7ea6,_0x435d51){return _0x4b7ea6(_0x435d51);}};try{logger[_0xfe7dbb(0x1cf)](_0xfe7dbb(0x222)+_0x5f368d+'\x20using\x20script:\x20'+_0x369ded);const _0x13d40a=this[_0xfe7dbb(0x2a2)](_0x369ded);if(!_0x13d40a||!_0x13d40a['command']){logger[_0xfe7dbb(0x1cf)](_0xfe7dbb(0x20d)+_0x369ded+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x26cf7f['ecKdu'](_0x369ded,_0x26cf7f[_0xfe7dbb(0x23c)])){const _0x5602bc=_0x26cf7f[_0xfe7dbb(0x2c2)](require,_0x26cf7f[_0xfe7dbb(0x23e)]),_0x2abc75={};_0x2abc75[_0xfe7dbb(0x225)]=_0x5f368d;const _0x30c2ac=await PerformanceTester[_0xfe7dbb(0x270)](PerformanceA11yEvents[_0xfe7dbb(0x2e8)],async()=>{const _0x3192fc=_0xfe7dbb;return await _0x5602bc['browserStackEvaluate'](_0x361d47,_0x13d40a[_0x3192fc(0x225)],_0x21e4e3);},_0x2abc75)();return logger[_0xfe7dbb(0x393)](_0xfe7dbb(0x1e8)+_0x369ded+_0xfe7dbb(0x208)+_0x5f368d+':\x20'+util[_0xfe7dbb(0x1b4)](_0x30c2ac)),_0x30c2ac;}const _0x2e4955=_0x26cf7f[_0xfe7dbb(0x240)](require,_0x26cf7f[_0xfe7dbb(0x23e)]),_0x353cac=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xfe7dbb(0x220)],async()=>{const _0x18a78b=_0xfe7dbb;return await _0x2e4955[_0x18a78b(0x38d)](_0x361d47,_0x13d40a[_0x18a78b(0x225)],_0x21e4e3);})();return logger['info'](_0xfe7dbb(0x1e8)+_0x369ded+'\x20result\x20for\x20'+_0x5f368d+':\x20'+util[_0xfe7dbb(0x1b4)](_0x353cac)),_0x353cac;}catch(_0x248122){logger[_0xfe7dbb(0x301)](_0xfe7dbb(0x204)+_0x369ded+':\x20'+(_0x248122[_0xfe7dbb(0x304)]||_0x248122[_0xfe7dbb(0x355)]));}}async['validatePlatformForAccessibility'](_0x154a9c){const _0x12cc5f=a90_0x2b5653,_0x5d4519={'ClPhN':function(_0x255000,_0x353072){return _0x255000(_0x353072);},'kvvIs':_0x12cc5f(0x1ce)};try{const _0x7527ad=_0x5d4519[_0x12cc5f(0x20a)](require,_0x5d4519[_0x12cc5f(0x28f)]);return await _0x7527ad[_0x12cc5f(0x362)](_0x154a9c);}catch(_0x4c24e3){return logger[_0x12cc5f(0x301)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x4c24e3[_0x12cc5f(0x304)]||_0x4c24e3[_0x12cc5f(0x355)])),![];}}['processAccessibilityCaps'](_0x4d6846,_0x4bd785,_0x310c5e){const _0x3b7df4=a90_0x2b5653,_0x23fb6a={'cOCLf':function(_0x20436b,_0x17ef12){return _0x20436b(_0x17ef12);},'TJjHF':_0x3b7df4(0x2df),'OxEYa':'\x22browserstack.user\x22:\x22[REDACTED]\x22','mgTrR':_0x3b7df4(0x317)};try{const _0x706ad1=_0x23fb6a[_0x3b7df4(0x27d)](require,_0x23fb6a[_0x3b7df4(0x1f2)]);_0x706ad1[_0x3b7df4(0x27a)](_0x4d6846,_0x4bd785,_0x310c5e);const _0x338766=JSON['stringify'](_0x4d6846)['replace'](/"browserstack\.user":"[^"]*"/g,_0x23fb6a[_0x3b7df4(0x2d5)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x23fb6a[_0x3b7df4(0x1f4)]);logger['debug'](_0x3b7df4(0x263)+global[_0x3b7df4(0x31a)]+'\x20'+_0x338766);}catch(_0x18e2a5){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x18e2a5[_0x3b7df4(0x304)]||_0x18e2a5[_0x3b7df4(0x355)]));}}async[a90_0x2b5653(0x1d5)](_0x3f906a){const _0x85b103=a90_0x2b5653,_0x2bd2a8={};_0x2bd2a8[_0x85b103(0x22b)]=_0x85b103(0x319),_0x2bd2a8[_0x85b103(0x2a4)]=function(_0x1bbf36,_0x34fc25){return _0x1bbf36>_0x34fc25;},_0x2bd2a8[_0x85b103(0x2dc)]=function(_0x210c64,_0x571bb2){return _0x210c64>_0x571bb2;},_0x2bd2a8[_0x85b103(0x266)]=_0x85b103(0x242);const _0xcc2835=_0x2bd2a8;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x85b103(0x363)](_0xcc2835['lBovm']),[];const _0x37bb91=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x85b103(0x1e2)]()}:{};_0xcc2835[_0x85b103(0x2a4)](Object[_0x85b103(0x34c)](_0x37bb91)[_0x85b103(0x1b3)],0x0)&&logger[_0x85b103(0x1cf)](_0x85b103(0x1ac)+JSON[_0x85b103(0x318)](_0x37bb91));const _0x5b70c5=_0xcc2835[_0x85b103(0x2dc)](Object['keys'](_0x37bb91)[_0x85b103(0x1b3)],0x0)?await this['executeScriptByName'](_0x3f906a,_0xcc2835[_0x85b103(0x266)],_0x37bb91):await this[_0x85b103(0x368)](_0x3f906a,_0xcc2835[_0x85b103(0x266)]);return _0x5b70c5||[];}catch(_0x565a7f){return logger[_0x85b103(0x301)](_0x85b103(0x1b6)+(_0x565a7f[_0x85b103(0x304)]||_0x565a7f['message'])),[];}}async[a90_0x2b5653(0x2dd)](_0x494c35){const _0x2a2c79=a90_0x2b5653,_0x18060b={'JUWsC':_0x2a2c79(0x2de),'uNsVY':_0x2a2c79(0x2b2),'jyJqP':_0x2a2c79(0x213),'gcsoc':function(_0x2917a0,_0xca4a97){return _0x2917a0(_0xca4a97);},'lxgUu':_0x2a2c79(0x380),'hhhRr':function(_0x2fc40a,_0x562bd9){return _0x2fc40a===_0x562bd9;},'GJjBa':_0x2a2c79(0x297),'VsaIs':_0x2a2c79(0x2aa),'nyzEj':_0x2a2c79(0x2ed),'vZZpW':_0x2a2c79(0x37f),'EetuW':_0x2a2c79(0x2dd),'YdcHk':_0x2a2c79(0x31d),'INYvO':_0x2a2c79(0x372),'yZdMt':_0x2a2c79(0x26d)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x2a2c79(0x363)](_0x18060b[_0x2a2c79(0x2e3)]),{};const _0x79980c=_0x18060b[_0x2a2c79(0x2bd)](require,_0x18060b[_0x2a2c79(0x1b7)]),_0x1d1784=_0x79980c[_0x2a2c79(0x1d1)](),_0x116cc6=_0x18060b[_0x2a2c79(0x36f)](_0x1d1784?.[_0x2a2c79(0x25a)]?.[_0x2a2c79(0x254)](),_0x18060b['GJjBa']);let _0xa34ea5='',_0x377af9=null,_0x6484bb=null;if(_0x116cc6){_0x377af9=global[_0x2a2c79(0x20f)]||global[_0x2a2c79(0x299)]?.[_0x2a2c79(0x1db)]?.[_0x2a2c79(0x273)]||global[_0x2a2c79(0x299)]?.[_0x2a2c79(0x1db)]?.['id'];if(!_0x377af9)return logger[_0x2a2c79(0x363)](_0x18060b[_0x2a2c79(0x381)]),{};try{const _0x380857=await GrpcClient[_0x2a2c79(0x1ea)]()[_0x2a2c79(0x269)](process[_0x2a2c79(0x32f)][_0x2a2c79(0x316)],_0x18060b[_0x2a2c79(0x331)],_0x18060b['uNsVY'],_0x377af9),_0x4ce500=AccessibilityModule[_0x2a2c79(0x1c8)](null,_0x380857);_0xa34ea5=_0x4ce500?.[_0x2a2c79(0x2eb)]||'',logger[_0x2a2c79(0x1cf)](_0x2a2c79(0x1ed)+_0xa34ea5+_0x2a2c79(0x347)+_0x377af9);const _0x48e70b=await AccessibilityModule[_0x2a2c79(0x2cb)](_0x18060b[_0x2a2c79(0x2fc)],_0xa34ea5,_0x377af9),_0x4260f2=this[_0x2a2c79(0x342)](_0x18060b[_0x2a2c79(0x30f)])||this[_0x2a2c79(0x20c)][this[_0x2a2c79(0x328)]]||null,_0x54bd2f=process[_0x2a2c79(0x32f)][_0x2a2c79(0x28e)]||'',_0x44e093=this[_0x2a2c79(0x278)](_0x18060b[_0x2a2c79(0x2e4)],_0xa34ea5,_0x4260f2,_0x54bd2f);_0x6484bb=_0x79980c[_0x2a2c79(0x345)](_0x44e093,_0x48e70b),logger[_0x2a2c79(0x1cf)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x2a2c79(0x318)](_0x6484bb));}catch(_0x325612){return logger[_0x2a2c79(0x301)](_0x2a2c79(0x2d3)+_0x325612[_0x2a2c79(0x355)]),{};}}else{_0xa34ea5=this['getCapabilityValue'](_0x18060b[_0x2a2c79(0x382)])||'';!_0xa34ea5&&this[_0x2a2c79(0x217)]()&&(_0xa34ea5=accessibilityHelper[_0x2a2c79(0x1e2)]());const _0x5ced87=this[_0x2a2c79(0x342)](_0x18060b[_0x2a2c79(0x30f)])||this[_0x2a2c79(0x20c)][this[_0x2a2c79(0x328)]]||null,_0x4b10c5=process[_0x2a2c79(0x32f)][_0x2a2c79(0x28e)]||'';_0x6484bb=this[_0x2a2c79(0x278)](_0x18060b['EetuW'],_0xa34ea5,_0x5ced87,_0x4b10c5);}logger[_0x2a2c79(0x1cf)](_0x18060b[_0x2a2c79(0x2f4)]),await PerformanceTester[_0x2a2c79(0x270)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x85ff11=_0x2a2c79,_0x2ce11d=await this[_0x85ff11(0x368)](_0x494c35,_0x18060b['JUWsC'],_0x6484bb);logger[_0x85ff11(0x1cf)](_0x85ff11(0x22d)+util[_0x85ff11(0x1b4)](_0x2ce11d));},{'command':_0x18060b[_0x2a2c79(0x2e4)]})();const _0x555191=await PerformanceTester[_0x2a2c79(0x270)](PerformanceA11yEvents[_0x2a2c79(0x279)],async()=>{const _0x5e5dd9=_0x2a2c79;return await this[_0x5e5dd9(0x368)](_0x494c35,_0x18060b[_0x5e5dd9(0x2fc)],_0x6484bb);})();if(!_0x555191)return logger[_0x2a2c79(0x1cf)](_0x18060b[_0x2a2c79(0x38f)]),{};return _0x555191;}catch(_0x2c8785){return logger[_0x2a2c79(0x301)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x2c8785[_0x2a2c79(0x304)]||_0x2c8785[_0x2a2c79(0x355)])),{};}}async[a90_0x2b5653(0x2b1)](_0xb44f2f,_0x4f448e,_0x256968=null){const _0x4c20a1=a90_0x2b5653,_0x2f582b={};_0x2f582b[_0x4c20a1(0x287)]='performPageScan:\x20Page\x20is\x20null',_0x2f582b['oKHoo']=_0x4c20a1(0x28b),_0x2f582b[_0x4c20a1(0x1e7)]=_0x4c20a1(0x379);const _0x331e5e=_0x2f582b;try{if(!_0xb44f2f)return logger['debug'](_0x331e5e[_0x4c20a1(0x287)]),null;if(!_0x4f448e)return logger[_0x4c20a1(0x1cf)](_0x331e5e[_0x4c20a1(0x2e6)]),null;logger[_0x4c20a1(0x1cf)](_0x331e5e['iJlVj']);const _0x5ee970=_0x256968?await _0xb44f2f[_0x4c20a1(0x1ae)](_0x4f448e,_0x256968):await _0xb44f2f['evaluate'](_0x4f448e);return _0x5ee970;}catch(_0xc4db32){return logger[_0x4c20a1(0x301)](_0x4c20a1(0x257)+(_0xc4db32[_0x4c20a1(0x304)]||_0xc4db32['message'])),null;}}static['loadDriverExecuteParams'](_0x786e2a,_0x3d56e9){const _0x44f1ab=a90_0x2b5653,_0x31fa29={};_0x31fa29[_0x44f1ab(0x1f0)]=_0x44f1ab(0x27f);const _0x3d782b=_0x31fa29,_0x5cd7e7={};_0x5cd7e7[_0x44f1ab(0x2eb)]=_0x786e2a;const _0x42be04=_0x5cd7e7;let _0x12eaa8={};if(_0x3d56e9[_0x44f1ab(0x350)]()&&_0x3d56e9['hasAccessibilityExecuteParams']())try{_0x12eaa8=JSON[_0x44f1ab(0x315)](new Buffer(_0x3d56e9[_0x44f1ab(0x2ca)]())[_0x44f1ab(0x36b)](_0x3d782b[_0x44f1ab(0x1f0)]));}catch(_0x256625){logger[_0x44f1ab(0x301)](_0x44f1ab(0x35d)+_0x256625['message']),_0x12eaa8={};}return CLIUtils[_0x44f1ab(0x345)](_0x42be04,_0x12eaa8);}static async[a90_0x2b5653(0x2cb)](_0x53d631,_0x2ccc0f='',_0x304575=null){const _0x1fe663=a90_0x2b5653,_0x2defa8={};_0x2defa8['nKycV']=_0x1fe663(0x34b),_0x2defa8[_0x1fe663(0x305)]=_0x1fe663(0x2ed);const _0x5f0c5b=_0x2defa8;try{if(!_0x304575&&AccessibilityModule[_0x1fe663(0x358)])return AccessibilityModule[_0x1fe663(0x352)];if(!process[_0x1fe663(0x32f)][_0x1fe663(0x316)])return logger['error'](_0x5f0c5b[_0x1fe663(0x1f7)]),{};const _0x3420c0=await GrpcClient[_0x1fe663(0x1ea)]()[_0x1fe663(0x269)](process[_0x1fe663(0x32f)][_0x1fe663(0x316)],_0x5f0c5b[_0x1fe663(0x305)],_0x53d631,_0x304575),_0x2d0ea2=_0x304575?AccessibilityModule['loadDriverExecuteParams'](null,_0x3420c0)?.[_0x1fe663(0x2eb)]||_0x2ccc0f:_0x2ccc0f,_0x3394cc=AccessibilityModule[_0x1fe663(0x1c8)](_0x2d0ea2,_0x3420c0);return!_0x304575&&(AccessibilityModule[_0x1fe663(0x352)]=_0x3394cc,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x3394cc;}catch(_0x3f5d5a){return logger[_0x1fe663(0x301)](_0x1fe663(0x1d7)+_0x53d631+':\x20'+(_0x3f5d5a[_0x1fe663(0x304)]||_0x3f5d5a[_0x1fe663(0x355)])),{};}}}function a90_0x4945(_0x2cbc05,_0x308649){const _0x554216=a90_0x5542();return a90_0x4945=function(_0x494518,_0x4d04bb){_0x494518=_0x494518-0x1ac;let _0x1d6d37=_0x554216[_0x494518];return _0x1d6d37;},a90_0x4945(_0x2cbc05,_0x308649);};module['exports']=AccessibilityModule;function a90_0x5542(){const _0x54860e=['excludeTagsInTestingScope','eFTBU','hyQjZ','getResults','browserVersion','function','onBeforeExecute:\x20command=','IHTch','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','parseFromProto','toJson','_sendMessageServerPatchApplied','zZSkE','onBeforeExecute','version','util','getGoogleChromeOptions','hkMHm','start','toLowerCase','Error\x20in\x20shouldScanForCommand:\x20',',\x20testName=','Error\x20in\x20performPageScan:\x20','options','rHAqw','name','updateData','trim','../../utils/playwright-patcher','DhKPR','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getTesthub','mYlVu','Kvcir','Processed\x20accessibility\x20caps\x20','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','value','xfxsp','getName','../state/hookState','fetchDriverExecuteParamsEvent','QQlrW','browserName','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','No\x20summaryResults\x20found.','BS_A11Y_JWT','delete','measureWrapper','yXAdD','test_tags','testAnalyticsId','GGVTg','lTgAf','../../../helpers/classLogger','../../../helpers/helper','getParamsForScanForCli','GET_RESULTS_SUMMARY','processAccessibilityCaps','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','../framework/constants/testFrameworkConstants.js','cOCLf','../TestInfo.js','ascii',']\x20isEnabledTestcase\x20(cucumber)\x20result=','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','KYDZI','getCurrentInstanceName','args','chromeOptions','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','LKPQD','../framework/testFramework','unknown','JqfnR','performPageScan:\x20Script\x20is\x20null','KeQdg','commandsToWrap','BROWSERSTACK_TESTHUB_JWT','kvvIs','afterTestHook','getCommandsList','--headless=new','rZWdE','loadAccessibilityConfig','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','jest','srvfS','__workerDetails','vHHTi','GeICQ','get','Hwamo','FloWx','VADvx',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','toObject','getScriptByName','setAccessibilityToken','julMN','pQRcS','pXGmg','EMCpd','MODULE_NAME','../../../helpers/accessibility-automation/scripts','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','JnWDa','RSitD','getCommandsToWrap','utWxB','\x20env=','getTestId','performPageScan','getResultsSummary','instance','Context','setLogDisabledShown','headless','bEGVj','Error\x20in\x20stopTestCapture:\x20','browserstack_executor','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','CxqSf','split','gcsoc','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','pwPage','4762488uhMltQ','set','uOoZf','getTestDetails','POST','Error\x20getting\x20capability\x20value\x20for\x20','dzCTu','wmWPM','Aefxu','SMCNk','getAccessibilityExecuteParams','fetchCentralAuthA11yConfig','Sypva','performScan','\x20a11yToken=','getState','49072ydpSiK','DRIVER_INIT','lAlyx','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','OxEYa','rmeri','wmRdK','chrome','879860CQTpgT','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','AUTOMATION_SESSIONS','uWfje','getAccessibilityResultsSummary','scan','../../playwright/accessibility-helper','HwWDV','[platform\x20-\x20',',\x20tags=','jyJqP','EetuW','--headless','oKHoo','ydTYz','PERFORM_SCAN','jIOVI','nDDYM','thTestRunUuid','VjbYp','accessibility','page','ACCESSIBILITY_INITIALIZED','toISOString','getValue','HAlPL','qUiOA','INYvO','OlFIX','NjAuM','a11y:save-results','getAccessibility','bind','gGHKv',',\x20framework=','uNsVY','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','WTlFe','AhQKm','on\x20non-BrowserStack\x20infrastructure\x20','error','cyZkl','HNFWg','stack','RbBtd','latest','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','MergedScanArgs:\x20','pqSRo','BQgiw','TYBQB','6|0|10|8|9|13|7|15|16|1|4|14|11|5|3|2|12','isEnabled','../grpcClient','vZZpW','getOptions','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','swzFh','_mobileScanningDisabledLogged','commandsList','parse','BROWSERSTACK_CLI_BIN_SESSION_ID','\x22browserstack.key\x22:\x22[REDACTED]\x22','stringify','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','accessibilityPlatform','parseA11yJwtPayload','eyJKM','test_run_id','./baseModule','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','Psipf','dpIdV','getAllData','dWduo',',\x20testIdentifier=','isArray','Performing\x20scan\x20before\x20from\x20cli','isEnabledTestcase','KEY_TESTHUB_BUILD_ID','FSQOQ','opSyb','KEY_DRIVER_HAS_URL','getPlatformIndex','accessibilityToken','uTJYC','env','knBaZ','nyzEj','find','testFrameworkData','getTrackedInstance','capabilitiesList','KEY_TEST_NAME','DRIVER_HAS_URL','cUYfb','PRE','BwHWD','395016IMaMxw','getContext','registerObserver','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','\x20browser\x20version\x20','TTplR','isMobileScanningEnabledForGroup','getCapabilityValue','testInfo','onBeforeExecute:\x20Command\x20','mergeObject','testFramework','\x20from\x20testIdentifier=','cOmAz',',\x20isAppAccessibility=','finishScanningForCli','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','keys','has','HDWHg','iBKjX','getSuccess','isPlatformSupported','_centralAuthA11yConfig','UtEGo','9RdDUoS','message','NdbET','NON_BROWSERSTACK_AUTOMATION_SESSIONS','_centralAuthConfigFetched','startsWith','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','hfvmc','atcnO','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','iUCHG','setShouldScan','DZEms',']\x20onAfterTest\x20should\x20scan=','platformValidation','warn','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.',',\x20\x0a\x20','isAppAccessibility','executeScriptByName','\x20testHubUuid=','fFEVU','toString','FECWR','KHTZV',',\x20includeTags=','hhhRr','MPoPg','fKPFC','Performing\x20scan\x20before\x20getting\x20results\x20summary','gGETa','zZPOE','AGXQp','MRonp','160eAbnTB','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Executing\x20accessibility\x20script\x20on\x20page','AOZsI','applySendMessageToServerPatch','ESCjf','egzvJ','includes','testhub_build_uuid','../cliUtils','VsaIs','YdcHk','getCurrentAccessibilityStatus','capabilities','cucumber','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','NHLOI','browserstack.accessibilityOptions.scannerProcessingTimeout','koxRd',',\x20excludeTags=','MOBILE_SCANNING_DISABLED_WARNING','\x20->\x20','browserStackEvaluate','SDK_ACCESSIBILITY_CONFIG','yZdMt','titlePath','EXECUTE','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','info','true','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','GFZtW','evaluate','stopTestCapture','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','includeTagsInTestingScope','shouldScanForCommand:\x20','length','format','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','Error\x20in\x20getAccessibilityResults:\x20','lxgUu','fUEpN','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','saveResults','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','NYQZU','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getCapabilitiesList','XprnD','DdLyt','mrsDn','map','isMobilePlatform','patchSendMessageToServer','some','wElZi','DxRpE','loadDriverExecuteParams','556617JwUGOg','UwqOJ','Fstrc','Unknown\x20Test','Error\x20applying\x20sendMessageToServer\x20patch:\x20','../../../helpers/accessibility-automation/helper','debug','getScript','getTestFrameworkDetail','MOvng','dkenW','hWXrS','getAccessibilityResults','rkddr','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','LOG_DISABLED_SHOWN','name:\x20','currentTest','Error\x20executing\x20script\x20','VgTNh','WcPVZ','Error\x20getting\x20script\x20by\x20name\x20','performScanForCli','goog:chromeOptions','resolveMobileThTestRunUuid','KEY_INIT','EaCqP','164242TBAafr','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','iJlVj','Page\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getInstance','TEST_INIT','getTestUUID','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','JdvnA','HWXoD','oaIEG','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','TJjHF','daNlK','mgTrR','wcagVersion','egAOp','nKycV','VdstH','VzCXO','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','[AccessibilityModule]\x20onAfterTest:\x20framework=','initAccessibilityConfig','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','wkqXt','shouldScanForCommand','is_mobile_session','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','isBrowserstackScriptCommand','null','Error\x20in\x20performScanForCli\x20for\x20script\x20','browser_version','FYPml','VIUqu','\x20result\x20for\x20','tkTzK','ClPhN','\x20or\x20higher\x20','accessibilityConfig','performScanForCli:\x20No\x20','getBuildId','__jestCurrentTestIdentifier','getLogDisabledShown','string','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','WnqAq','present','jpSZD','isMobileWebSession','vAali','android','CREATE','Error\x20in\x20initAccessibilityConfig:\x20','launchCaps','scriptsList','__accessibilityOptions','getData','SAVE_RESULTS','browserstack.accessibilityOptions.wcagVersion','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','GalHt','zRtCT','command','dVcFz','LShbD','getAccessibilityConfig','nvgXD','JINnK','lBovm','PWzVU','Scan\x20result:\x20','../state/automationFrameworkState','onAfterTest','oPIKv','131075cpsVLl','yuHIq','commandName','NCAGA','kzNzA','dcXAE','ySxPi','end','jswwZ','onBeforeTest',',\x20available\x20commands:\x20','yshkK','isBrowserSupportedForAccessibility','psRFd'];a90_0x5542=function(){return _0x54860e;};return a90_0x5542();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x531184=a91_0x5809;(function(_0x565b6e,_0x2fb522){const _0x10e969=a91_0x5809,_0x349d44=_0x565b6e();while(!![]){try{const _0x1dedc5=-parseInt(_0x10e969(0x207))/0x1*(parseInt(_0x10e969(0x1f0))/0x2)+parseInt(_0x10e969(0x1f6))/0x3+-parseInt(_0x10e969(0x1e7))/0x4+-parseInt(_0x10e969(0x1df))/0x5*(parseInt(_0x10e969(0x1e0))/0x6)+parseInt(_0x10e969(0x1e6))/0x7*(-parseInt(_0x10e969(0x203))/0x8)+parseInt(_0x10e969(0x1dc))/0x9+parseInt(_0x10e969(0x209))/0xa*(parseInt(_0x10e969(0x1eb))/0xb);if(_0x1dedc5===_0x2fb522)break;else _0x349d44['push'](_0x349d44['shift']());}catch(_0x1e7a8c){_0x349d44['push'](_0x349d44['shift']());}}}(a91_0x2c3e,0x24748));const logger=require(a91_0x531184(0x20b))[a91_0x531184(0x1e9)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x5936e7=null){const _0x1a544e=a91_0x531184,_0x33fb6a={};_0x33fb6a[_0x1a544e(0x1f8)]='2|5|0|3|1|4',_0x33fb6a[_0x1a544e(0x1e2)]='BaseModule';const _0x58ef3e=_0x33fb6a,_0x348953=_0x58ef3e[_0x1a544e(0x1f8)][_0x1a544e(0x201)]('|');let _0x4bacf4=0x0;while(!![]){switch(_0x348953[_0x4bacf4++]){case'0':this[_0x1a544e(0x1e8)]=0x0;continue;case'1':this[_0x1a544e(0x204)]=null;continue;case'2':this[_0x1a544e(0x202)]=_0x58ef3e[_0x1a544e(0x1e2)];continue;case'3':this[_0x1a544e(0x1ee)]={};continue;case'4':this[_0x1a544e(0x1ec)]=this[_0x1a544e(0x1f1)](_0x5936e7);continue;case'5':this['binSessionId']=null;continue;}break;}}['ensureBinSession'](){const _0x5b9632=a91_0x531184,_0x4f1da3={};_0x4f1da3[_0x5b9632(0x1e4)]=_0x5b9632(0x1fe);const _0x3d0c7a=_0x4f1da3;if(!this[_0x5b9632(0x1f4)])throw new Error(_0x3d0c7a['pwAMh']);}[a91_0x531184(0x1fc)](){return this['name'];}[a91_0x531184(0x1fb)](_0x575c93,_0x16d01e,_0x486507,_0x1c79d9={}){const _0x564a8f=a91_0x531184,_0x31e65d={};_0x31e65d[_0x564a8f(0x208)]=_0x564a8f(0x20a);const _0x17a952=_0x31e65d,_0x54f897=_0x17a952['eYsEU']['split']('|');let _0x2c21b2=0x0;while(!![]){switch(_0x54f897[_0x2c21b2++]){case'0':this[_0x564a8f(0x204)]=_0x486507;continue;case'1':this[_0x564a8f(0x1e8)]=_0x16d01e;continue;case'2':this[_0x564a8f(0x1f4)]=_0x575c93;continue;case'3':this[_0x564a8f(0x1ee)]=_0x1c79d9;continue;case'4':logger[_0x564a8f(0x1dd)](_0x564a8f(0x1ed)+this['getModuleName']()+_0x564a8f(0x1e5)+_0x575c93+_0x564a8f(0x1e3)+_0x16d01e);continue;}break;}}['getTestId'](_0x178feb){const _0x39b41b=a91_0x531184,_0x959700={};_0x959700[_0x39b41b(0x1f9)]=function(_0x54a4a0,_0x572408){return _0x54a4a0===_0x572408;},_0x959700[_0x39b41b(0x1e1)]=function(_0x5c4776,_0x339646){return _0x5c4776===_0x339646;};const _0x1a0059=_0x959700;let _0xdd74f8='';if(_0x1a0059['nTMSm'](_0x178feb[_0x39b41b(0x206)],FRAMEWORKS[_0x39b41b(0x1ff)]))_0xdd74f8=_0x178feb[_0x39b41b(0x1ea)]?.[_0x39b41b(0x200)]?.['id']||_0x178feb[_0x39b41b(0x1ea)]?.[_0x39b41b(0x1f3)];else{if(_0x1a0059[_0x39b41b(0x1e1)](_0x178feb[_0x39b41b(0x206)],FRAMEWORKS[_0x39b41b(0x1de)]))_0xdd74f8=_0x178feb[_0x39b41b(0x1ea)]?.[_0x39b41b(0x1ef)];else _0x1a0059[_0x39b41b(0x1f9)](_0x178feb[_0x39b41b(0x206)],FRAMEWORKS[_0x39b41b(0x1f2)])&&(_0xdd74f8=_0x178feb[_0x39b41b(0x1ea)]?.['id']);}return _0xdd74f8;}[a91_0x531184(0x1f1)](_0x4d77bc){const _0x28098d=a91_0x531184,_0x40eede={};_0x40eede['TpjzS']=function(_0xff4b1b,_0x4d9a44){return _0xff4b1b!==_0x4d9a44;},_0x40eede[_0x28098d(0x1fa)]=_0x28098d(0x1f5);const _0x432ff4=_0x40eede;if(!_0x4d77bc||_0x432ff4[_0x28098d(0x1fd)](typeof _0x4d77bc,_0x432ff4[_0x28098d(0x1fa)]))return null;const _0x2da157={};_0x2da157[_0x28098d(0x202)]=_0x4d77bc['name'],_0x2da157['version']=_0x4d77bc[_0x28098d(0x1f7)]&&_0x4d77bc[_0x28098d(0x1f7)][_0x4d77bc[_0x28098d(0x202)]];const _0x25d442=_0x2da157;return _0x25d442;}}module[a91_0x531184(0x205)]=BaseModule;function a91_0x5809(_0x3d0061,_0x53f348){const _0x2c3efe=a91_0x2c3e();return a91_0x5809=function(_0x5809b7,_0x4596f6){_0x5809b7=_0x5809b7-0x1dc;let _0x1a41a8=_0x2c3efe[_0x5809b7];return _0x1a41a8;},a91_0x5809(_0x3d0061,_0x53f348);}function a91_0x2c3e(){const _0x3ed44e=['getModuleName','TpjzS','Missing\x20binSessionId','PLAYWRIGHT','_test','split','name','1496008OkwnAy','client','exports','testFramework','47cEMOXT','eYsEU','2520UznUZw','2|1|0|3|4','../../../helpers/logger.js','2425473FmIFRB','debug','CUCUMBER','5nJkgAN','1282086CNjltK','ugMgc','jNHwv',',\x20platformIndex=','pwAMh','\x20with\x20binSessionId=','7SzCIur','1025648IzYSuY','platformIndex','winstonLogger','testInfo','17996dZoLal','testFrameworkData','Configured\x20module\x20','config','testCaseStartedId','6914HiajTI','setTestFrameworkData','JEST','testId','binSessionId','object','861372tAtALH','version','vXuJk','nTMSm','CyNAV','configure'];a91_0x2c3e=function(){return _0x3ed44e;};return a91_0x2c3e();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a92_0x18e9(_0x1ba82e,_0x29ae90){const _0x20584d=a92_0x2058();return a92_0x18e9=function(_0x18e92a,_0x491696){_0x18e92a=_0x18e92a-0x198;let _0x1d36cb=_0x20584d[_0x18e92a];return _0x1d36cb;},a92_0x18e9(_0x1ba82e,_0x29ae90);}function a92_0x2058(){const _0x472ce5=['42650xWBdFW','exports','mwiNc','toLowerCase','zzIzQ','5zKauvi','11gcaYmF','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','27419748OoGBvL','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','153PyvKph','browserstackAutomation','101813bKpmRT','setLTSSessionId\x20error:\x20','error','KZoYo','LoadTestModule','BROWSERSTACK_LTS_SESSION_ID\x20cleared','asMtg','eclXM','ObjwO','kIRvK','setLTSSessionId','1270356RCwvrp','4818ovQoVY','Yxaya','6246096AvEFPy','../../../helpers/helper.js','overrideLoadTesting','../../../helpers/classLogger.js','false','vHYLG','true','string','message','IWrtm','10031UPjZjJ','773154XyjzSk','6BBpLVt','TrztY','UeIEu','debug','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','BROWSERSTACK_LTS_SESSION_ID','JiHXJ','env'];a92_0x2058=function(){return _0x472ce5;};return a92_0x2058();}const a92_0x5d126e=a92_0x18e9;(function(_0x50d083,_0x429af9){const _0x368d15=a92_0x18e9,_0x1b7686=_0x50d083();while(!![]){try{const _0x33c88a=-parseInt(_0x368d15(0x1c2))/0x1+-parseInt(_0x368d15(0x1ac))/0x2*(parseInt(_0x368d15(0x1ad))/0x3)+parseInt(_0x368d15(0x19e))/0x4*(-parseInt(_0x368d15(0x1bb))/0x5)+parseInt(_0x368d15(0x19f))/0x6*(-parseInt(_0x368d15(0x1ab))/0x7)+parseInt(_0x368d15(0x1a1))/0x8+-parseInt(_0x368d15(0x1c0))/0x9*(parseInt(_0x368d15(0x1b6))/0xa)+-parseInt(_0x368d15(0x1bc))/0xb*(-parseInt(_0x368d15(0x1be))/0xc);if(_0x33c88a===_0x429af9)break;else _0x1b7686['push'](_0x1b7686['shift']());}catch(_0x18de02){_0x1b7686['push'](_0x1b7686['shift']());}}}(a92_0x2058,0x9eafd));const {createClassLogger}=require(a92_0x5d126e(0x1a4)),logger=createClassLogger(a92_0x5d126e(0x1c6)),{sendSdkEvents}=require(a92_0x5d126e(0x1a2)),isLTSSession=(_0x33a1e8=null)=>{const _0x345088=a92_0x5d126e,_0x5bd82f={};_0x5bd82f[_0x345088(0x1b8)]=function(_0x3f673d,_0x4620b4){return _0x3f673d!==_0x4620b4;},_0x5bd82f['asMtg']='undefined',_0x5bd82f['zzIzQ']=function(_0x17d250,_0x4b2684){return _0x17d250===_0x4b2684;},_0x5bd82f[_0x345088(0x19b)]=_0x345088(0x1a8),_0x5bd82f[_0x345088(0x19c)]=_0x345088(0x1a7),_0x5bd82f['IWrtm']=function(_0x108684,_0x56e085){return _0x108684===_0x56e085;},_0x5bd82f[_0x345088(0x1b4)]=_0x345088(0x1a5);const _0x53b019=_0x5bd82f;try{if(_0x53b019[_0x345088(0x1b8)](typeof process[_0x345088(0x1b5)][_0x345088(0x1a3)],_0x53b019[_0x345088(0x199)])){const _0x9f7665=process['env'][_0x345088(0x1a3)];return _0x53b019[_0x345088(0x1ba)](typeof _0x9f7665,_0x53b019['ObjwO'])?_0x53b019[_0x345088(0x1ba)](_0x9f7665[_0x345088(0x1b9)](),_0x53b019[_0x345088(0x19c)]):!!_0x9f7665;}const _0x43913b=_0x33a1e8&&_0x33a1e8['overrideLoadTesting'],_0x182ce9=!!(_0x33a1e8&&(_0x53b019[_0x345088(0x1aa)](_0x33a1e8[_0x345088(0x1c1)],!![])||_0x53b019[_0x345088(0x1ba)](_0x33a1e8[_0x345088(0x1c1)],_0x53b019[_0x345088(0x19c)]))),_0x23dae1=!!(_0x43913b&&_0x53b019['IWrtm'](_0x43913b['toString']()[_0x345088(0x1b9)](),_0x53b019[_0x345088(0x19c)])&&!_0x182ce9);return process[_0x345088(0x1b5)][_0x345088(0x1a3)]=_0x23dae1?_0x53b019[_0x345088(0x19c)]:_0x53b019[_0x345088(0x1b4)],_0x23dae1;}catch(_0x2975ca){return process[_0x345088(0x1b5)][_0x345088(0x1a3)]=_0x53b019['JiHXJ'],![];}},getLTSSessionId=()=>{const _0x2014a1=a92_0x5d126e,_0x7a586f={'KZoYo':function(_0x255b22){return _0x255b22();},'Yxaya':_0x2014a1(0x1bd),'UeIEu':_0x2014a1(0x1b2)};try{if(_0x7a586f[_0x2014a1(0x1c5)](isLTSSession))return logger[_0x2014a1(0x1b0)](_0x7a586f[_0x2014a1(0x1a0)]),process[_0x2014a1(0x1b5)][_0x2014a1(0x1b3)]||'';}catch(_0xaa16ae){logger[_0x2014a1(0x1c4)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0xaa16ae&&_0xaa16ae['message']));}return logger[_0x2014a1(0x1b0)](_0x7a586f[_0x2014a1(0x1af)]),'';},setLTSSessionId=async(_0x305b8a={})=>{const _0x1d4c8e=a92_0x5d126e,_0x2a8685={'eclXM':function(_0x257a08){return _0x257a08();},'CAMrs':_0x1d4c8e(0x1bf),'TrztY':_0x1d4c8e(0x198),'XkZDU':'LTS','aEhdo':function(_0x4824e0,_0x3f1fde){return _0x4824e0(_0x3f1fde);},'qsuVs':function(_0x3b5ffe,_0x3d283c,_0x4f1d2a){return _0x3b5ffe(_0x3d283c,_0x4f1d2a);},'vHYLG':function(_0x91e4c1,_0x1d801c){return _0x91e4c1||_0x1d801c;}};try{const _0x2f0fc8=_0x2a8685[_0x1d4c8e(0x19a)](getLTSSessionId);_0x2f0fc8?(process['env'][_0x1d4c8e(0x1b3)]=_0x2f0fc8,logger[_0x1d4c8e(0x1b0)](_0x2a8685['CAMrs'])):(delete process['env'][_0x1d4c8e(0x1b3)],logger['debug'](_0x2a8685[_0x1d4c8e(0x1ae)]));try{const _0x4cb447={'feature':_0x2a8685['XkZDU'],'ltsEnabled':_0x2a8685['aEhdo'](isLTSSession,_0x305b8a),'ltsSessionIdPresent':!!_0x2f0fc8};await _0x2a8685['qsuVs'](sendSdkEvents,_0x4cb447,_0x305b8a);}catch(_0x1a7b22){logger[_0x1d4c8e(0x1b0)](_0x1d4c8e(0x1b1)+(_0x1a7b22&&_0x1a7b22['message']));}return _0x2a8685[_0x1d4c8e(0x1a6)](_0x2f0fc8,'');}catch(_0x313475){return logger[_0x1d4c8e(0x1b0)](_0x1d4c8e(0x1c3)+(_0x313475&&_0x313475[_0x1d4c8e(0x1a9)])),'';}},a92_0x5d4daa={};a92_0x5d4daa['isLTSSession']=isLTSSession,a92_0x5d4daa['getLTSSessionId']=getLTSSessionId,a92_0x5d4daa[a92_0x5d126e(0x19d)]=setLTSSessionId,module[a92_0x5d126e(0x1b7)]=a92_0x5d4daa;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93_0x2ac359=a93_0x48b7;function a93_0x48b7(_0x45c0c9,_0x1c23df){const _0x328ee4=a93_0x328e();return a93_0x48b7=function(_0x48b7cd,_0x11ac4a){_0x48b7cd=_0x48b7cd-0x1ea;let _0x348478=_0x328ee4[_0x48b7cd];return _0x348478;},a93_0x48b7(_0x45c0c9,_0x1c23df);}function a93_0x328e(){const _0x4fa3fa=['MODULE_NAME','start','3016034MQmwpR','onBeforeTest:\x20page\x20is\x20not\x20defined','logger','registerObserver','../state/hookState.js','ObservabilityModule','479587mcqIiJ','1879545ivGqYP','SYNC','now','907358iefNgh','NrUoB','YXaWG','debug','name','CREATE','end','16Ckmuwn','3OVVXBu','../../../helpers/helper.js','POST','getModuleName','\x20sync\x20done','1103580hAgjlu','onBeforeTest','../../utils/constants.js','tXwID','exports','3781719geZQUW','./baseModule','page','../state/automationFrameworkState.js','../../../helpers/performance/performance-tester.js','1466440NUhVwr','UBiDS','ObservabilitySync:'];a93_0x328e=function(){return _0x4fa3fa;};return a93_0x328e();}(function(_0x1481b0,_0x1c5789){const _0x48272c=a93_0x48b7,_0x14e1ef=_0x1481b0();while(!![]){try{const _0xd59147=parseInt(_0x48272c(0x202))/0x1+parseInt(_0x48272c(0x206))/0x2*(-parseInt(_0x48272c(0x20e))/0x3)+parseInt(_0x48272c(0x1f7))/0x4+-parseInt(_0x48272c(0x203))/0x5+-parseInt(_0x48272c(0x1ed))/0x6+-parseInt(_0x48272c(0x1fc))/0x7+-parseInt(_0x48272c(0x20d))/0x8*(-parseInt(_0x48272c(0x1f2))/0x9);if(_0xd59147===_0x1c5789)break;else _0x14e1ef['push'](_0x14e1ef['shift']());}catch(_0x484201){_0x14e1ef['push'](_0x14e1ef['shift']());}}}(a93_0x328e,0x3b217));const BaseModule=require(a93_0x2ac359(0x1f3)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a93_0x2ac359(0x1f5)),HookState=require(a93_0x2ac359(0x200)),{playwrightAnnotate}=require(a93_0x2ac359(0x20f)),PerformanceTester=require(a93_0x2ac359(0x1f6)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a93_0x2ac359(0x1ef));class ObservabilityModule extends BaseModule{[a93_0x2ac359(0x1fe)]=createClassLogger(a93_0x2ac359(0x201));constructor(_0x1614f1){const _0x50c5ad=a93_0x2ac359,_0x394b4a={};_0x394b4a['tXwID']=_0x50c5ad(0x201);const _0x42c3a7=_0x394b4a;super(),this[_0x50c5ad(0x20a)]=_0x42c3a7[_0x50c5ad(0x1f0)],this['observabilityConfig']=_0x1614f1,AutomationFramework[_0x50c5ad(0x1ff)](AutomationFrameworkState[_0x50c5ad(0x20b)],HookState[_0x50c5ad(0x1ea)],this[_0x50c5ad(0x1ee)]['bind'](this));}[a93_0x2ac359(0x1eb)](){return ObservabilityModule['MODULE_NAME'];}async[a93_0x2ac359(0x1ee)](_0x261a2e){const _0x358f5b=a93_0x2ac359,_0x1e6462={'eLuDY':function(_0x2ddabc,_0x35af4d){return _0x2ddabc+_0x35af4d;},'NrUoB':_0x358f5b(0x1f9),'YXaWG':function(_0x15e201,_0xbc0f83,_0x68fa99,_0x98ffb6){return _0x15e201(_0xbc0f83,_0x68fa99,_0x98ffb6);},'YpdRy':_0x358f5b(0x209),'UBiDS':_0x358f5b(0x1fd)};if(_0x261a2e[_0x358f5b(0x1f4)]){const _0x419d56=_0x261a2e[_0x358f5b(0x1f4)],_0x364cc9=Date[_0x358f5b(0x205)](),_0x386a54=_0x1e6462['eLuDY'](_0x1e6462[_0x358f5b(0x207)],_0x364cc9);PerformanceTester[_0x358f5b(0x1fb)](O11y_EVENTS[_0x358f5b(0x204)]),await _0x1e6462[_0x358f5b(0x208)](playwrightAnnotate,_0x419d56,_0x386a54,_0x1e6462['YpdRy']),PerformanceTester[_0x358f5b(0x20c)](O11y_EVENTS[_0x358f5b(0x204)]),this[_0x358f5b(0x1fe)]['info']('onBeforeTest:\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x358f5b(0x1ec));}else this[_0x358f5b(0x1fe)][_0x358f5b(0x209)](_0x1e6462[_0x358f5b(0x1f8)]);}}ObservabilityModule[a93_0x2ac359(0x1fa)]=a93_0x2ac359(0x201),module[a93_0x2ac359(0x1f1)]=ObservabilityModule;
|