browserstack-node-sdk 1.55.7 → 1.56.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages_pb.d.ts +64 -0
- package/generated/sdk-messages_pb.js +512 -0
- package/generated/sdk_grpc_pb.d.ts +5 -0
- package/generated/sdk_grpc_pb.js +33 -0
- package/package.json +2 -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/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_0x158c76=a89_0x1066;function a89_0x1e54(){const _0x286327=['crypto','getRef','isBrowserstackAutomationSession','RABVu','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','18eCgNVD','hex','6308904nXGdTU','set','entries','getId','updateMultipleEntries','4839130bLeccw','digest','keys','get','./trackedContext','DcnUf','18275400OeeMuz','forEach','pid','worker_threads','57aEwrcO','107378iqGblm','addMultipleEntries','956RLsMxE','createContext','update','aoLHk','getContext','data','createHash','context','2799180OiQFpP','2566998pfBCVm','exports','getData','sha256'];a89_0x1e54=function(){return _0x286327;};return a89_0x1e54();}(function(_0x387952,_0x35e998){const _0x3820a2=a89_0x1066,_0x9966d3=_0x387952();while(!![]){try{const _0x153526=-parseInt(_0x3820a2(0x1c8))/0x1*(-parseInt(_0x3820a2(0x1b6))/0x2)+-parseInt(_0x3820a2(0x1c7))/0x3*(-parseInt(_0x3820a2(0x1ca))/0x4)+parseInt(_0x3820a2(0x1bd))/0x5+-parseInt(_0x3820a2(0x1ac))/0x6+parseInt(_0x3820a2(0x1ad))/0x7+parseInt(_0x3820a2(0x1b8))/0x8+-parseInt(_0x3820a2(0x1c3))/0x9;if(_0x153526===_0x35e998)break;else _0x9966d3['push'](_0x9966d3['shift']());}catch(_0x3690bf){_0x9966d3['push'](_0x9966d3['shift']());}}}(a89_0x1e54,0x91be6));const TrackedContext=require(a89_0x158c76(0x1c1)),crypto=require(a89_0x158c76(0x1b1)),{threadId}=require(a89_0x158c76(0x1c6));function a89_0x1066(_0x1d87a4,_0x4dc32e){const _0x1e542c=a89_0x1e54();return a89_0x1066=function(_0x10661a,_0x170dff){_0x10661a=_0x10661a-0x1aa;let _0x29072f=_0x1e542c[_0x10661a];return _0x29072f;},a89_0x1066(_0x1d87a4,_0x4dc32e);}class TrackedInstance{static [a89_0x158c76(0x1b5)]=a89_0x158c76(0x1b3);constructor(_0x5a592a){const _0x32b84d=a89_0x158c76;this['context']=_0x5a592a,this[_0x32b84d(0x1cf)]=new Map();}[a89_0x158c76(0x1b2)](){const _0x10687a=a89_0x158c76;return this[_0x10687a(0x1ab)][_0x10687a(0x1bb)]();}[a89_0x158c76(0x1ce)](){const _0xbc8959=a89_0x158c76;return this[_0xbc8959(0x1ab)];}['getAllData'](){const _0x570774=a89_0x158c76;return this[_0x570774(0x1cf)];}[a89_0x158c76(0x1bc)](_0x572958){const _0x129606=a89_0x158c76;Object[_0x129606(0x1bf)](_0x572958)['forEach'](_0x19da99=>{const _0x4dbe5a=_0x129606;this[_0x4dbe5a(0x1cf)][_0x4dbe5a(0x1b9)](_0x19da99,_0x572958[_0x19da99]);});}[a89_0x158c76(0x1c9)](_0x2b3268){const _0x39f7dd=a89_0x158c76;Object[_0x39f7dd(0x1ba)](_0x2b3268)[_0x39f7dd(0x1c4)](([_0x35d92d,_0x30f33e])=>{const _0x15f35b=_0x39f7dd,_0x18d78c=this[_0x15f35b(0x1cf)]['get'](_0x35d92d)||{},_0x5e4be4={..._0x18d78c,..._0x30f33e},_0x1b4319=_0x5e4be4;this[_0x15f35b(0x1cf)][_0x15f35b(0x1b9)](_0x35d92d,_0x1b4319);});}[a89_0x158c76(0x1af)](_0x1b346e){const _0x4abd62=a89_0x158c76;return this[_0x4abd62(0x1cf)][_0x4abd62(0x1c0)](_0x1b346e);}['updateData'](_0x2563fa,_0x592784){const _0x34270f=a89_0x158c76;this[_0x34270f(0x1cf)]['set'](_0x2563fa,_0x592784);}static[a89_0x158c76(0x1cb)](_0x2df86c){const _0x33cc41=a89_0x158c76,_0x5aba9a={};_0x5aba9a[_0x33cc41(0x1c2)]=_0x33cc41(0x1b0),_0x5aba9a[_0x33cc41(0x1cd)]=_0x33cc41(0x1b7),_0x5aba9a[_0x33cc41(0x1b4)]=function(_0x37000c,_0x27f20a){return _0x37000c||_0x27f20a;};const _0x16dfe7=_0x5aba9a;return new TrackedContext(crypto[_0x33cc41(0x1aa)](_0x16dfe7[_0x33cc41(0x1c2)])[_0x33cc41(0x1cc)](_0x2df86c)[_0x33cc41(0x1be)](_0x16dfe7['aoLHk']),_0x16dfe7['RABVu'](threadId,0x0),process[_0x33cc41(0x1c5)],typeof _0x2df86c);}}module[a89_0x158c76(0x1ae)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90_0x3376b1=a90_0x3acb;function a90_0x214b(){const _0x304733=['jDHpk','fetchDriverExecuteParamsEvent','EgfHb','cwUxs','\x20->\x20','wcagVersion','isBrowserSupportedForAccessibility','MODULE_NAME','includeTagsInTestingScope','oYncj','util','IaqSe','browser','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','800DJIgYH','getCapabilityValue','ebrhd','KEY_INIT','kNiMG','trim','BS_A11Y_JWT','OnkyW','JNXqL','latest','XXXUO',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','JKtUo','onBeforeExecute','chfug',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','JDkZO','FsXen','on\x20non-BrowserStack\x20infrastructure\x20','Performing\x20scan\x20before\x20from\x20cli','performPageScan','getScriptsList','getScriptByName','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','EXECUTE','warn','Error\x20in\x20shouldScanForCommand:\x20','is_mobile_session','isMobileWebSession','find','info','Error\x20getting\x20script\x20by\x20name\x20','JRXUG','WoSRO','performScanForCli',',\x20testName=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','env','UuVJt','../../../helpers/performance/performance-tester.js','getScript','setShouldScanCurrentTest','QUIT',']\x20isEnabledTestcase\x20(cucumber)\x20result=','ektUN',',\x20framework=','format','WTNHy','uALmb','oLoTi','get','mGrdp','./baseModule','JOHNt','KsSKM','test-tags-->\x20','bHbEi','error','CpDoO','AUTOMATION_SESSIONS','vSARO','207042ffRvMM','onBeforeExecute:\x20command=','lzonQ','_centralAuthA11yConfig','shouldScanCurrentTest','string','\x20using\x20script:\x20','7EEvEoD','jest','BCVMT','wbvPk','SDK_ACCESSIBILITY_CONFIG','COrkq','KoYvm','OLywT','onAfterTest','bAtca','NPrab','jtKBk','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','3522612NXoEUc','BROWSERSTACK_TESTHUB_JWT','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','command','exports','commandsToWrap','XXlyq','SAZrQ','dbJoq','meWmB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','present','jWBSJ','executeScriptByName','getResultsSummary','DNOQE','delete','Crjmw','isArray','getParamsForScanForCli','Error\x20in\x20getAccessibilityResultsSummary:\x20','\x20from\x20testIdentifier=',']\x20isEnabledTestcase\x20(jest)\x20result=','evaluate','hFpeq','debug','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20',',\x20available\x20commands:\x20','TyheB','[platform\x20-\x20','testFrameworkData','XCNWM','Pmuvj','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','mlmkd','browser_version','saveResults','page','72625SJpySX','ACCESSIBILITY_INITIALIZED','FYnwF','\x22browserstack.key\x22:\x22[REDACTED]\x22','luQRJ','../../../helpers/helper','browserName','RovbK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=',',\x20includeTags=','UTtbA','_mobileScanningDisabledLogged','../../../helpers/classLogger','--headless=new','rJHRK','start','ScanArgs:\x20','toJson','getState','ERWKh','getContext','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','zzeTa','getResults','LrDDE','Lwwrf','../../../helpers/accessibility-automation/helper','fetchCentralAuthA11yConfig','KEY_DRIVER_HAS_URL','cucumber','gAdIP','scan','OtXxu','OfyAX','vJIRO','pbjej','TENCk','performPageScan:\x20Script\x20is\x20null','function','setShouldScan','isMobilePlatform','\x20result\x20for\x20','message','Error\x20in\x20processAccessibilityCaps:\x20','wmtaq','aROQl','UoOGq','No\x20summaryResults\x20found.','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','WDrUM','\x20testHubUuid=','cooFD','bWWPP','__jestCurrentTestIdentifier','testAnalyticsId','some','8RarKrZ',']\x20clear\x20','noixi','loadAccessibilityConfig','POSTO','stringify','instance','name:\x20','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','iCZEu','104ePmRCM','isEnabledTestcase','DVLNX','getAccessibility','TEST_INIT','toLowerCase','WgvDu','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','ZNWTc',',\x20excludeTags=','isMobileScanningEnabledForGroup','pwPage','isPlatformSupported','onBeforeExecute:\x20Command\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','isAppAccessibility','jHajr','wtifB','Error\x20checking\x20headless\x20capability:\x20','IAYWW','Yqnup','_sendMessageServerPatchApplied','getData','pxxCj','uIivl','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','isAccessibilityScriptCommand','getCommandsToWrap','true','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','vjVvN','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','ccvMz','yyIIo','excludeTagsInTestingScope','performScanForCli:\x20No\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','BROWSERSTACK_TEST_ACCESSIBILITY_YML','updateData','Accessibility\x20data\x20for\x20extension:\x20','stujY','qRGLv','null','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','getCapabilitiesList','EsoyQ','getPlatformIndex','zSZqY','../framework/testFramework','ZowyL','TqaMt','BAGZW','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getOptions','../cliUtils','getInstance','Cwwst','QbgTr','KmzDc','getAccessibilityExecuteParams','LOG_DISABLED_SHOWN','../../utils/playwright-patcher','capabilities','browserstack.accessibilityOptions.wcagVersion','getTesthub','testhub_build_uuid','version','SGEbn','../framework/constants/testFrameworkConstants.js','__workerDetails','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','../../playwright/accessibility-helper','set','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','../../../helpers/accessibility-automation/constants','replace','\x20browser\x20version\x20','rgBUX','getAccessibilityResultsSummary','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','DPRDg','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','vzmjr','getName','browserStackEvaluate','currentTest','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','isAccessibilityAutomationSession','options','DMVzv','getLogDisabledShown','isEnabled','zRAZk','dXZxb','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Executing\x20accessibility\x20script\x20on\x20page','vjlvD',',\x20tags=','testFramework','\x20accessibility\x20script\x20on\x20page','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','titlePath','testInfo','TGpXl','RBWqW','Uekdc','shouldScanForCommand','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hbrmf','\x20a11yToken=','TrackedInstance','CREATE','vgsek','keys','102501xGRvWa','pXpbA','name','xilux','faDnF','chromeOptions','size','accessibilityConfig','UCROD','--headless=','measureWrapper','PERFORM_SCAN','registerObserver','Processed\x20accessibility\x20caps\x20','Error\x20in\x20validatePlatformForAccessibility:\x20','JYnxK','DxwSR','getCurrentAccessibilityStatus','GBwGw','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','NoyQq','Executing\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','getTestFrameworkDetail','__accessibilityOptions','ascii','EMJFD','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','getTestId','Performing\x20scan\x20before\x20getting\x20results\x20summary','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','parseA11yJwtPayload',']\x20onAfterTest\x20should\x20scan=','rLVCU','accessibilityPlatform','ZqACM','saqjk','eAjVI','../../../helpers/accessibility-automation/scripts','\x20value=','qgPAU','Yhgbv','TQNiT','\x20script\x20available\x20in\x20scriptsList','setAccessibilityToken','Mpxom','6doobUG','loadDriverExecuteParams','KEY_TESTHUB_BUILD_ID','NmEym','mergeObject','paZxM','BROWSERSTACK_CLI_BIN_SESSION_ID','performScan','nnOZr','eWhoc','map','initAccessibilityConfig','test_run_id','blkDD','includes','Exception\x20in\x20isPlatformSupported:\x20','../grpcClient','getTrackedInstance','hyDhk','fziCa','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Error\x20getting\x20capability\x20value\x20for\x20','UCZSq','Scan\x20result:\x20','android','Error\x20in\x20performPageScan:\x20','Page\x20','platformCaps','eCHsE','getModuleName','MEKqy','isVersionSupported','BzDFn','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','oIQiQ','MaPuI','36790440rJxDpa','ODPCU','bind','finishScanningForCli','accessibility','IltkL','KEY_TEST_NAME','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','_centralAuthConfigFetched','browserVersion','gFAqu','commandsList','atsXf','value','POST','mlcKb','xiJRp','resolveMobileThTestRunUuid','getValue','stopTestCapture','unknown','DbfqY','SAVE_RESULTS','getCurrentInstanceName','yrzhB','EbZGX','zxSnB','DRIVER_INIT','executeScriptByName:\x20No\x20','scannerProcessingTimeout','skipCDPConnectOverride','NrFkb','xqAlC','ZMyUB','test_tags','../framework/automationFramework','headless','args','browserstack.accessibilityOptions.authToken','1442475mMsgQh','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','scriptsList','LlYHq','length','processAccessibilityCaps','requiresChromeOptionsValidation','jlGRa','rXJht','DRIVER_HAS_URL','has','rxSBL','Lsroj','setAccessibilityConfig',',\x20\x0a\x20','../state/hookState','XBpsZ',']\x20should\x20run\x20accessibility\x20value=','assign','capabilitiesList','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','thTestRunUuid','bvfLr','\x20or\x20higher\x20','afterTestHook','igWFY','getMinVersionForBrowser','gPCtB','patchSendMessageToServer','hasAccessibilityExecuteParams','3656480KKAzAI','MbEVy','VCxyv','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Context','\x20script\x20available','xmJAj','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','DPGdt','parse','stack','onBeforeExecute:\x20No\x20command\x20name\x20provided','Error\x20in\x20performScanForCli\x20for\x20script\x20','end','isBrowserstackScriptCommand','goog:chromeOptions','toISOString','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','getAccessibilityConfig',',\x20isAppAccessibility=','commandName','KrBTl','Unknown\x20Test'];a90_0x214b=function(){return _0x304733;};return a90_0x214b();}(function(_0x17593a,_0xb65f8c){const _0x5627dc=a90_0x3acb,_0x4029ed=_0x17593a();while(!![]){try{const _0x146f47=parseInt(_0x5627dc(0x1f6))/0x1*(parseInt(_0x5627dc(0x2dc))/0x2)+parseInt(_0x5627dc(0x13a))/0x3*(-parseInt(_0x5627dc(0x22e))/0x4)+parseInt(_0x5627dc(0x158))/0x5+-parseInt(_0x5627dc(0x1d0))/0x6*(parseInt(_0x5627dc(0x1c3))/0x7)+-parseInt(_0x5627dc(0x239))/0x8*(parseInt(_0x5627dc(0x2ae))/0x9)+-parseInt(_0x5627dc(0x17e))/0xa*(parseInt(_0x5627dc(0x1bc))/0xb)+parseInt(_0x5627dc(0x300))/0xc;if(_0x146f47===_0xb65f8c)break;else _0x4029ed['push'](_0x4029ed['shift']());}catch(_0x43db4d){_0x4029ed['push'](_0x4029ed['shift']());}}}(a90_0x214b,0xc65b8));const BaseModule=require(a90_0x3376b1(0x1b3)),{createClassLogger}=require(a90_0x3376b1(0x202)),CLIUtils=require(a90_0x3376b1(0x270)),AutomationFramework=require(a90_0x3376b1(0x136)),TestFramework=require(a90_0x3376b1(0x26a)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a90_0x3376b1(0x149)),GrpcClient=require(a90_0x3376b1(0x2ec)),scripts=require(a90_0x3376b1(0x2d4)),logger=createClassLogger(a90_0x3376b1(0x2aa)),PerformanceTester=require(a90_0x3376b1(0x1a6)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x3376b1(0x285)),{nestedKeyValue,isUndefined}=require(a90_0x3376b1(0x1fb)),util=require(a90_0x3376b1(0x17a)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a90_0x3376b1(0x27e)),accessibilityHelper=require(a90_0x3376b1(0x210));function a90_0x3acb(_0x3cb8ee,_0x1c09bb){const _0x214b66=a90_0x214b();return a90_0x3acb=function(_0x3acb4e,_0x31d86a){_0x3acb4e=_0x3acb4e-0x116;let _0x59da0=_0x214b66[_0x3acb4e];return _0x59da0;},a90_0x3acb(_0x3cb8ee,_0x1c09bb);}class AccessibilityModule extends BaseModule{static [a90_0x3376b1(0x177)]=AccessibilityModule[a90_0x3376b1(0x2b0)];static [a90_0x3376b1(0x11b)]=![];static [a90_0x3376b1(0x1bf)]={};constructor(_0x1e6738){const _0x376563=a90_0x3376b1,_0x2471ce={};_0x2471ce[_0x376563(0x204)]='7|1|5|0|2|8|12|9|3|14|13|4|6|10|11|15|16',_0x2471ce[_0x376563(0x259)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x2471ce[_0x376563(0x146)]=_0x376563(0x1f7),_0x2471ce[_0x376563(0x180)]=_0x376563(0x143),_0x2471ce[_0x376563(0x128)]=_0x376563(0x27b);const _0x543d51=_0x2471ce,_0x3b9c1e=_0x543d51[_0x376563(0x204)]['split']('|');let _0x168cde=0x0;while(!![]){switch(_0x3b9c1e[_0x168cde++]){case'0':AutomationFramework[_0x376563(0x2ba)](AutomationFrameworkState[_0x376563(0x1a9)],HookState['PRE'],this['onAfterTest'][_0x376563(0x302)](this));continue;case'1':AutomationFramework[_0x376563(0x2ba)](AutomationFrameworkState[_0x376563(0x196)],HookState['PRE'],this[_0x376563(0x18b)][_0x376563(0x302)](this));continue;case'2':this[_0x376563(0x297)]=!![];continue;case'3':this['isAppAccessibility']=![];continue;case'4':this['_mobileScanningDisabledLogged']=![];continue;case'5':AutomationFramework[_0x376563(0x2ba)](AutomationFrameworkState[_0x376563(0x2ab)],HookState[_0x376563(0x121)],this['onBeforeTest'][_0x376563(0x302)](this));continue;case'6':this[_0x376563(0x2da)](_0x1e6738[_0x376563(0x26f)]()['getCapabilitiesList']());continue;case'7':super();continue;case'8':this[_0x376563(0x2b5)]=_0x1e6738['toObject']();continue;case'9':this['LOG_DISABLED_SHOWN']=new Map();continue;case'10':logger[_0x376563(0x1e9)](_0x543d51[_0x376563(0x259)]);continue;case'11':this[_0x376563(0x181)]=_0x543d51['Lsroj'];continue;case'12':this[_0x376563(0x117)]=new Map();continue;case'13':this[_0x376563(0x24e)]=![];continue;case'14':this[_0x376563(0x278)]=[];continue;case'15':this[_0x376563(0x212)]=_0x543d51[_0x376563(0x180)];continue;case'16':this[_0x376563(0x2de)]=_0x543d51[_0x376563(0x128)];continue;}break;}}[a90_0x3376b1(0x297)](){const _0x403a75=a90_0x3376b1;return this[_0x403a75(0x297)];}[a90_0x3376b1(0x2f9)](){return AccessibilityModule['MODULE_NAME'];}[a90_0x3376b1(0x2bf)](){const _0x5c6b98=a90_0x3376b1;return this[_0x5c6b98(0x117)]['get'](CLIUtils[_0x5c6b98(0x12a)](),![]);}[a90_0x3376b1(0x296)](){const _0x4e08c1=a90_0x3376b1;return this[_0x4e08c1(0x276)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}['setLogDisabledShown'](_0x272e2f){const _0x1ab9f6=a90_0x3376b1;this[_0x1ab9f6(0x276)][_0x1ab9f6(0x283)](CLIUtils[_0x1ab9f6(0x12a)](),_0x272e2f);}['applySendMessageToServerPatch'](){const _0x20ea86=a90_0x3376b1,_0x3c5797={'VYSSX':_0x20ea86(0x2a7),'EMJFD':function(_0x3bca9b,_0x39e57e){return _0x3bca9b(_0x39e57e);},'zSZqY':_0x20ea86(0x277),'RipNN':_0x20ea86(0x15b),'lzonQ':_0x20ea86(0x14e)};if(this[_0x20ea86(0x24e)]){logger[_0x20ea86(0x1e9)](_0x3c5797['VYSSX']);return;}try{const _0x8074d=_0x3c5797[_0x20ea86(0x2c8)](require,_0x3c5797[_0x20ea86(0x269)]);_0x8074d&&_0x8074d[_0x20ea86(0x156)]?(_0x8074d[_0x20ea86(0x156)](),this['_sendMessageServerPatchApplied']=!![],logger[_0x20ea86(0x1e9)](_0x3c5797['RipNN'])):logger[_0x20ea86(0x1e9)](_0x3c5797[_0x20ea86(0x1be)]);}catch(_0x3601d4){logger['debug']('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x20ea86(0x1ad)](_0x3601d4));}}[a90_0x3376b1(0x245)](_0x30727d=null,_0x1118d5=null,_0x4da6e1=null){const _0xba00d1=a90_0x3376b1,_0x1f52f7={'gAdIP':function(_0x47a388,_0x276bc4){return _0x47a388&&_0x276bc4;},'Mpxom':'isPlatformSupported:\x20caps\x20are\x20null','CJrTd':function(_0x32dd59,_0x4e5b79){return _0x32dd59(_0x4e5b79);},'oIQiQ':_0xba00d1(0x1fb),'igWFY':_0xba00d1(0x25d),'rnuys':_0xba00d1(0x29a),'SAZrQ':function(_0x27ddc9,_0x48f7e4){return _0x27ddc9===_0x48f7e4;},'rxSBL':_0xba00d1(0x255),'kNiMG':_0xba00d1(0x1c1),'NmEym':function(_0x46e343,_0x58f5bc){return _0x46e343===_0x58f5bc;},'BAGZW':_0xba00d1(0x28d),'ZqACM':'goog:chromeOptions','QbgTr':function(_0x210791,_0x397d40){return _0x210791!==_0x397d40;},'oYncj':_0xba00d1(0x187),'UTtbA':function(_0x23d1fc){return _0x23d1fc();},'BVXTG':_0xba00d1(0x190),'AQZvR':function(_0x2fc364,_0x543ad6){return _0x2fc364!==_0x543ad6;},'ZNWTc':function(_0xe533dd,_0x51b054){return _0xe533dd>_0x51b054;},'wtifB':function(_0x195a73,_0x212a53){return _0x195a73(_0x212a53);},'Cwwst':function(_0x34abe5,_0x238e42){return _0x34abe5(_0x238e42);},'cooFD':_0xba00d1(0x1da)};try{if(_0x1f52f7[_0xba00d1(0x214)](!_0x1118d5,!_0x4da6e1))return logger['debug'](_0x1f52f7[_0xba00d1(0x2db)]),![];const {isUndefined:_0x58af67,isBrowserstackInfra:_0x1901cd}=_0x1f52f7['CJrTd'](require,_0x1f52f7[_0xba00d1(0x2fe)]);if(!accessibilityHelper[_0xba00d1(0x293)]())return logger[_0xba00d1(0x1e9)](_0x1f52f7[_0xba00d1(0x153)]),![];const _0x2fdd8a=_0x1118d5['browserName']||_0x1118d5[_0xba00d1(0x17c)],_0x415e96=_0x1118d5[_0xba00d1(0x11c)]||_0x1118d5[_0xba00d1(0x1f3)];if(!accessibilityHelper[_0xba00d1(0x176)](_0x2fdd8a))return logger['warn'](_0x1f52f7['rnuys']),![];if(accessibilityHelper[_0xba00d1(0x140)](_0x2fdd8a))try{const _0x4e09db=_0x1118d5[_0xba00d1(0x137)],_0xca383e=_0x1f52f7['SAZrQ'](_0x4e09db,!![])||_0x1f52f7['SAZrQ'](_0x4e09db,_0x1f52f7['rxSBL'])||_0x1f52f7[_0xba00d1(0x1d7)](typeof _0x4e09db,_0x1f52f7[_0xba00d1(0x182)])&&_0x1f52f7[_0xba00d1(0x2df)](_0x4e09db[_0xba00d1(0x23e)](),_0x1f52f7[_0xba00d1(0x145)]);if(_0xca383e)return logger[_0xba00d1(0x197)](_0x1f52f7[_0xba00d1(0x26d)]),![];const _0x262441=_0x1118d5?.[_0xba00d1(0x2b3)]?.[_0xba00d1(0x138)]||_0x1118d5?.[_0x1f52f7[_0xba00d1(0x2d1)]]?.[_0xba00d1(0x138)]||[];if(Array['isArray'](_0x262441)&&_0x262441[_0xba00d1(0x22d)](_0x3e8cb7=>typeof _0x3e8cb7===_0xba00d1(0x1c1)&&(_0x3e8cb7==='--headless'||_0x3e8cb7['startsWith'](_0xba00d1(0x2b7))&&_0x3e8cb7!==_0xba00d1(0x203))))return logger[_0xba00d1(0x197)](_0x1f52f7[_0xba00d1(0x26d)]),![];}catch(_0x1e94f8){logger[_0xba00d1(0x1e9)](_0xba00d1(0x24b)+util[_0xba00d1(0x1ad)](_0x1e94f8));}if(_0x1f52f7[_0xba00d1(0x273)](_0x415e96,_0x1f52f7[_0xba00d1(0x179)])){const _0x29091a=_0x1f52f7[_0xba00d1(0x200)](_0x1901cd),_0x3cee3c=accessibilityHelper[_0xba00d1(0x154)](_0x2fdd8a,_0x29091a),_0x48eec9=accessibilityHelper['getBrowserDisplayName'](_0x2fdd8a);if(!accessibilityHelper[_0xba00d1(0x2fb)](_0x415e96,_0x3cee3c)){const _0x28ceda=_0x29091a?'':_0x1f52f7['BVXTG'];return logger[_0xba00d1(0x197)](_0xba00d1(0x2a0)+_0x48eec9+_0xba00d1(0x287)+_0x3cee3c+_0xba00d1(0x151)+_0x28ceda+'.'),![];}}else{const _0x13c7f4=_0x1118d5[_0xba00d1(0x11c)]||_0x1118d5[_0xba00d1(0x1f3)]||_0x1118d5[_0xba00d1(0x27c)];if(_0x13c7f4&&_0x1f52f7['AQZvR'](_0x13c7f4,_0x1f52f7[_0xba00d1(0x179)])&&!_0x1f52f7[_0xba00d1(0x241)](_0x1f52f7[_0xba00d1(0x24a)](parseFloat,_0x13c7f4),_0x1f52f7[_0xba00d1(0x272)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0xba00d1(0x197)](_0x1f52f7[_0xba00d1(0x229)]),![];}return!![];}catch(_0x4d3c20){return logger[_0xba00d1(0x1e9)](_0xba00d1(0x2eb)+_0x4d3c20['message']),![];}}[a90_0x3376b1(0x23a)](_0xbdc228=[],_0xdbaa6c,_0x3d6daf=a90_0x3376b1(0x213)){const _0x5134a6=a90_0x3376b1,_0x5d00f7={'vzmjr':function(_0xcc21c,_0xf498f3){return _0xcc21c===_0xf498f3;},'KoYvm':'jest','LrDDE':function(_0x454aaa,_0x2eb8c6){return _0x454aaa||_0x2eb8c6;},'meWmB':function(_0x44aadb,_0x340367){return _0x44aadb&&_0x340367;},'RBWqW':_0x5134a6(0x127),'mlmkd':function(_0x206f5c,_0x660e9e){return _0x206f5c(_0x660e9e);},'NoyQq':function(_0x3a2b62,_0x412031){return _0x3a2b62>_0x412031;}};try{const _0x367376=process['env'][_0x5134a6(0x1a2)]?JSON['parse'](process[_0x5134a6(0x1a4)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x367376)return!![];const _0x425a10=Array[_0x5134a6(0x1e2)](_0x367376[_0x5134a6(0x178)])?_0x367376[_0x5134a6(0x178)]:[],_0x5521e7=Array[_0x5134a6(0x1e2)](_0x367376[_0x5134a6(0x25b)])?_0x367376[_0x5134a6(0x25b)]:[];if(_0x5d00f7[_0x5134a6(0x28e)](_0x3d6daf,_0x5d00f7[_0x5134a6(0x1c9)])){let _0x472c68;Array[_0x5134a6(0x1e2)](_0xbdc228)?_0x472c68=_0xbdc228['join']('\x20'):_0x472c68=_0x5d00f7[_0x5134a6(0x20e)](_0xbdc228,'');const _0x144b35=_0x5521e7[_0x5134a6(0x22d)](_0x5563ca=>_0x472c68[_0x5134a6(0x2ea)](_0x5563ca)),_0x62d64f=_0x5d00f7[_0x5134a6(0x28e)](_0x425a10[_0x5134a6(0x13e)],0x0)||_0x425a10['some'](_0x573e9d=>_0x472c68[_0x5134a6(0x2ea)](_0x573e9d)),_0x56f1e2=_0x5d00f7[_0x5134a6(0x1d9)](!_0x144b35,_0x62d64f);return logger[_0x5134a6(0x1e9)](_0x5134a6(0x1ed)+(_0xdbaa6c?.['getPlatformIndex']?.()||_0x5d00f7[_0x5134a6(0x2a4)])+_0x5134a6(0x1e6)+_0x56f1e2+_0x5134a6(0x1a1)+_0x472c68+_0x5134a6(0x1ff)+JSON['stringify'](_0x425a10)+',\x20excludeTags='+JSON[_0x5134a6(0x233)](_0x5521e7)),_0x56f1e2;}const _0x143d85=Array[_0x5134a6(0x1e2)](_0xbdc228)?_0xbdc228:[];let _0x352455=![],_0x3852a7=_0x5d00f7[_0x5134a6(0x28e)](_0x425a10[_0x5134a6(0x13e)],0x0);const _0x305703=_0x3f4963=>typeof _0x3f4963===_0x5134a6(0x1c1)?_0x3f4963[_0x5134a6(0x286)](/^@/,'')[_0x5134a6(0x23e)]()[_0x5134a6(0x183)]():_0x3f4963,_0x7910c7=new Set(_0x425a10[_0x5134a6(0x2e6)](_0x305703)),_0x1a8248=new Set(_0x5521e7[_0x5134a6(0x2e6)](_0x305703));for(const _0x769652 of _0x143d85){const _0x599abe=_0x5d00f7[_0x5134a6(0x1f2)](_0x305703,_0x769652);_0x1a8248[_0x5134a6(0x144)](_0x599abe)&&(_0x352455=!![]),_0x5d00f7[_0x5134a6(0x2c2)](_0x7910c7[_0x5134a6(0x2b4)],0x0)&&_0x7910c7[_0x5134a6(0x144)](_0x599abe)&&(_0x3852a7=!![]);}const _0x546fe6=_0x5d00f7[_0x5134a6(0x1d9)](_0x3852a7,!_0x352455);return logger['debug'](_0x5134a6(0x1ed)+(_0xdbaa6c?.[_0x5134a6(0x268)]?.()||_0x5d00f7['RBWqW'])+_0x5134a6(0x1aa)+_0x546fe6+_0x5134a6(0x29d)+JSON[_0x5134a6(0x233)](_0x143d85)+_0x5134a6(0x1ff)+JSON[_0x5134a6(0x233)](_0x425a10)+_0x5134a6(0x242)+JSON[_0x5134a6(0x233)](_0x5521e7)),_0x546fe6;}catch(_0x4d2503){return logger[_0x5134a6(0x1e9)]('[platform\x20-\x20'+(_0xdbaa6c?.['getPlatformIndex']?.()||_0x5d00f7[_0x5134a6(0x2a4)])+_0x5134a6(0x18d)+_0x4d2503[_0x5134a6(0x220)]),![];}}async['onBeforeTest'](_0x5368d8){const _0x236679=a90_0x3376b1,_0x38d718={};_0x38d718[_0x236679(0x1b9)]=function(_0x1d5aae,_0x3e3b29){return _0x1d5aae!==_0x3e3b29;},_0x38d718[_0x236679(0x186)]=_0x236679(0x213),_0x38d718[_0x236679(0x11d)]='jest',_0x38d718[_0x236679(0x274)]=_0x236679(0x28a),_0x38d718['Crjmw']=_0x236679(0x23d),_0x38d718[_0x236679(0x27d)]=_0x236679(0x2c1),_0x38d718['fziCa']='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x38d718[_0x236679(0x232)]=_0x236679(0x12e),_0x38d718['MEKqy']=function(_0x36ffc9,_0x3ec1d4){return _0x36ffc9===_0x3ec1d4;},_0x38d718[_0x236679(0x1fa)]=function(_0x2fd41f,_0x5f211c){return _0x2fd41f===_0x5f211c;},_0x38d718[_0x236679(0x2a3)]=_0x236679(0x2c4),_0x38d718[_0x236679(0x250)]=function(_0x25a753,_0x2dab8c){return _0x25a753===_0x2dab8c;},_0x38d718[_0x236679(0x1ca)]=_0x236679(0x16f),_0x38d718[_0x236679(0x2bd)]=function(_0x42635b,_0x2e590c){return _0x42635b>_0x2e590c;},_0x38d718[_0x236679(0x24c)]=_0x236679(0x21c),_0x38d718[_0x236679(0x161)]=_0x236679(0x135),_0x38d718[_0x236679(0x1b2)]=function(_0xd572e8,_0x26e4b4){return _0xd572e8&&_0x26e4b4;},_0x38d718[_0x236679(0x20f)]=_0x236679(0x127),_0x38d718['rgBUX']='true';const _0x506e97=_0x38d718;if(_0x506e97[_0x236679(0x1b9)](_0x5368d8['testFramework'],_0x506e97[_0x236679(0x186)])&&_0x506e97[_0x236679(0x1b9)](_0x5368d8[_0x236679(0x29e)],_0x506e97[_0x236679(0x11d)])){logger[_0x236679(0x1e9)](_0x506e97['KmzDc']);return;}try{const _0xd70634=AutomationFramework[_0x236679(0x2ed)](),_0x5324b3=TestFramework[_0x236679(0x2ed)](),_0x1ffac9=_0x5368d8[_0x236679(0x1f5)]||global[_0x236679(0x27f)]?.['pwPage']||null;if(!_0x1ffac9){_0x5324b3&&_0x5324b3[_0x236679(0x25f)](_0x506e97[_0x236679(0x1e1)],!![]);logger[_0x236679(0x1e9)](_0x506e97['SGEbn']);return;}logger['debug'](_0x506e97[_0x236679(0x2ef)]);const _0x59ccaf=_0x5324b3?.[_0x236679(0x24f)](_0x506e97[_0x236679(0x232)],![]),_0x175e94=_0x5324b3?.[_0x236679(0x24f)](_0x506e97['Crjmw'],![]);if(_0x506e97[_0x236679(0x2fa)](_0x59ccaf,![])&&_0x506e97[_0x236679(0x1fa)](_0x175e94,![])){_0x5324b3&&_0x5324b3[_0x236679(0x25f)](_0x506e97['POSTO'],!![]);logger[_0x236679(0x1e9)](_0x506e97[_0x236679(0x2a3)]);return;}_0x5324b3&&_0x5324b3[_0x236679(0x25f)](_0x506e97['Crjmw'],!![]);let _0x5b0e03,_0x47f58f;const _0x4d5a23=_0x5368d8[_0x236679(0x29e)]||_0x506e97['JNXqL'];if(_0x506e97[_0x236679(0x250)](_0x4d5a23,_0x506e97[_0x236679(0x11d)])){_0x47f58f=_0x5368d8[_0x236679(0x2a2)]?.[_0x236679(0x22c)]||_0x5368d8[_0x236679(0x2a2)]?.['id']||global[_0x236679(0x22b)]||global[_0x236679(0x27f)]?.[_0x236679(0x291)]?.[_0x236679(0x22c)]||global[_0x236679(0x27f)]?.[_0x236679(0x291)]?.['id'];const _0x39dfc6=_0x5324b3?.['getAllData']()?.[_0x236679(0x1b1)](_0x47f58f);if(_0x39dfc6&&_0x39dfc6[TestFrameworkConstants[_0x236679(0x119)]])_0x5b0e03=_0x39dfc6[TestFrameworkConstants[_0x236679(0x119)]];else{if(_0x5368d8[_0x236679(0x2a2)]?.['titlePath'])_0x5b0e03=_0x5368d8[_0x236679(0x2a2)][_0x236679(0x2a1)];else global[_0x236679(0x27f)]?.['currentTest']?.['testInfo']?.[_0x236679(0x2a1)]?_0x5b0e03=global[_0x236679(0x27f)][_0x236679(0x291)][_0x236679(0x2a2)]['titlePath']:_0x5b0e03=_0x506e97['OLywT'];}logger[_0x236679(0x1e9)](_0x236679(0x1fe)+_0x47f58f+',\x20testName='+JSON['stringify'](_0x5b0e03));}else{_0x47f58f=this[_0x236679(0x2ca)](_0x5368d8);const _0x26a562=TestInfo['getTestDetails'](_0x47f58f);let _0x4c9037=[];if(_0x26a562&&Array[_0x236679(0x1e2)](_0x26a562[_0x236679(0x135)])&&_0x506e97[_0x236679(0x2bd)](_0x26a562[_0x236679(0x135)]['length'],0x0))_0x4c9037=_0x26a562['test_tags'];else{if(_0x5324b3){const _0x45a5a2=_0x506e97[_0x236679(0x250)](typeof _0x5324b3['getData'],_0x506e97[_0x236679(0x24c)])?_0x5324b3[_0x236679(0x24f)](_0x506e97[_0x236679(0x161)],[]):_0x5324b3['test_tags']||[];Array[_0x236679(0x1e2)](_0x45a5a2)&&(_0x4c9037=_0x45a5a2);}}_0x5b0e03=_0x4c9037;}logger['info'](_0x236679(0x1b6)+JSON[_0x236679(0x233)](_0x5b0e03));const _0x599659=this[_0x236679(0x245)](_0xd70634,_0x5368d8[_0x236679(0x2f7)],_0x5368d8['launchCaps']);logger[_0x236679(0x1e9)](_0x236679(0x2fd)+_0x599659+',\x20isAppAccessibility='+this[_0x236679(0x248)]);const _0x382c35=this['isEnabledTestcase'](_0x5b0e03,_0xd70634,_0x4d5a23),_0x206605=_0x506e97['mGrdp'](_0x599659,_0x382c35),_0x68efb3=CLIUtils['getCurrentInstanceName']();this[_0x236679(0x117)][_0x236679(0x283)](_0x68efb3,_0x206605),global['Context']?.[_0x236679(0x20a)]&&global[_0x236679(0x15c)][_0x236679(0x20a)]()[_0x236679(0x21d)](_0x206605),logger[_0x236679(0x1e9)](_0x236679(0x1ed)+(_0xd70634?.['getPlatformIndex']?.()||_0x506e97[_0x236679(0x20f)])+_0x236679(0x14b)+_0x206605),_0x206605?(global[_0x236679(0x2d0)]=!![],process[_0x236679(0x1a4)][_0x236679(0x25e)]=_0x506e97[_0x236679(0x288)],this['applySendMessageToServerPatch']()):global[_0x236679(0x2d0)]=![];}catch(_0x4fc0f2){logger[_0x236679(0x1b8)](_0x236679(0x28b)+(_0x4fc0f2[_0x236679(0x163)]||_0x4fc0f2[_0x236679(0x220)]));const _0x42253b=CLIUtils[_0x236679(0x12a)]();this['accessibility']['set'](_0x42253b,![]),global['accessibilityPlatform']=![];}}['getGoogleChromeOptions'](){const _0x58c604=a90_0x3376b1;return this[_0x58c604(0x278)][_0x58c604(0x19b)](_0x386606=>_0x386606[_0x58c604(0x28f)]()===_0x58c604(0x168))?.[_0x58c604(0x125)]()||'';}[a90_0x3376b1(0x17f)](_0x4ec449){const _0xa5367a=a90_0x3376b1;try{const _0x5a99ab=this[_0xa5367a(0x2b5)]?.[_0xa5367a(0x294)]?.[_0xa5367a(0x14d)]||[],_0x430b9d=_0x5a99ab[_0xa5367a(0x19b)](_0x93bf96=>_0x93bf96['name']===_0x4ec449);return _0x430b9d?_0x430b9d[_0xa5367a(0x120)]:null;}catch(_0x1c84b8){return logger[_0xa5367a(0x1e9)](_0xa5367a(0x2f1)+_0x4ec449+':\x20'+_0x1c84b8['message']),null;}}async[a90_0x3376b1(0x147)](_0x3dbc58,_0x26213e){const _0x4a2e14=a90_0x3376b1,_0x5e3c8d=_0x3dbc58['getAccessibility']()[_0x4a2e14(0x26f)](),_0x21f346=_0x5e3c8d[_0x4a2e14(0x193)](),_0x7fa41b=_0x5e3c8d[_0x4a2e14(0x254)]()?.['getCommandsList']();scripts['parseFromProto'](_0x21f346,_0x7fa41b),scripts[_0x4a2e14(0x207)]();const _0x2dee11=_0x5e3c8d[_0x4a2e14(0x266)]();this['capabilities']=_0x5e3c8d[_0x4a2e14(0x266)](),await this[_0x4a2e14(0x2da)](_0x2dee11,_0x26213e['launchCaps']);}async[a90_0x3376b1(0x2da)](_0xedf0fb,_0x5479c6={}){const _0x1b21f0=a90_0x3376b1,_0x90d61e={'qgPAU':function(_0x37d3a0,_0x390f36){return _0x37d3a0===_0x390f36;},'VZHeA':'accessibilityToken','DVLNX':_0x1b21f0(0x139),'zzeTa':function(_0x1c792f,_0x4d6c96){return _0x1c792f(_0x4d6c96);},'saqjk':'../../../helpers/accessibility-automation/helper','JRXUG':function(_0x2ed6e7,_0x12292d){return _0x2ed6e7(_0x12292d);},'XCNWM':'../../../helpers/helper','LlYHq':function(_0x3a1715,_0x417af1){return _0x3a1715===_0x417af1;},'zxSnB':_0x1b21f0(0x175),'uhxAE':_0x1b21f0(0x279),'ODPCU':'scannerVersion','jlGRa':'browserstack.accessibilityOptions.scannerVersion','MAqWS':_0x1b21f0(0x130),'UCZSq':'browserstack.accessibilityOptions.scannerProcessingTimeout','rLVCU':function(_0xe99001,_0x42f3e2){return _0xe99001===_0x42f3e2;},'KUKWx':_0x1b21f0(0x243),'blkDD':function(_0x17e48c,_0x144e31){return _0x17e48c(_0x144e31);},'lAPjf':'true'};global[_0x1b21f0(0x2c6)]=global[_0x1b21f0(0x2c6)]||{};for(const _0x45acfa of _0xedf0fb){logger[_0x1b21f0(0x19c)](_0x1b21f0(0x235)+_0x45acfa[_0x1b21f0(0x28f)]()+_0x1b21f0(0x2d5)+_0x45acfa[_0x1b21f0(0x125)]());if(_0x90d61e[_0x1b21f0(0x2d6)](_0x45acfa['getName'](),_0x90d61e['VZHeA'])){const _0x2b4fa5=_0x45acfa[_0x1b21f0(0x125)]();process[_0x1b21f0(0x1a4)][_0x1b21f0(0x184)]=_0x2b4fa5,global[_0x1b21f0(0x2c6)][_0x90d61e[_0x1b21f0(0x23b)]]=_0x2b4fa5;const _0x147585=_0x90d61e[_0x1b21f0(0x20c)](require,_0x90d61e[_0x1b21f0(0x2d2)]),{isTrue:_0x2d2c98}=_0x90d61e[_0x1b21f0(0x19e)](require,_0x90d61e[_0x1b21f0(0x1ef)]),_0x209110=_0x147585[_0x1b21f0(0x2cd)](_0x2b4fa5);_0x209110&&_0x90d61e[_0x1b21f0(0x20c)](_0x2d2c98,_0x209110[_0x1b21f0(0x131)])&&(process[_0x1b21f0(0x1a4)][_0x1b21f0(0x258)]=!![]);}else{if(_0x90d61e[_0x1b21f0(0x13d)](_0x45acfa[_0x1b21f0(0x28f)](),_0x90d61e[_0x1b21f0(0x12d)]))global['__accessibilityOptions'][_0x90d61e['uhxAE']]=_0x45acfa[_0x1b21f0(0x125)]();else{if(_0x90d61e[_0x1b21f0(0x13d)](_0x45acfa['getName'](),_0x90d61e[_0x1b21f0(0x301)]))global['__accessibilityOptions'][_0x90d61e[_0x1b21f0(0x141)]]=_0x45acfa[_0x1b21f0(0x125)]();else{if(_0x90d61e['LlYHq'](_0x45acfa[_0x1b21f0(0x28f)](),_0x90d61e['MAqWS']))global['__accessibilityOptions'][_0x90d61e[_0x1b21f0(0x2f2)]]=_0x45acfa['getValue']();else{if(_0x90d61e[_0x1b21f0(0x2cf)](_0x45acfa[_0x1b21f0(0x28f)](),_0x90d61e['KUKWx'])){const _0x2da507=_0x45acfa[_0x1b21f0(0x125)]();process[_0x1b21f0(0x1a4)][_0x1b21f0(0x265)]=_0x90d61e[_0x1b21f0(0x2e9)](String,_0x90d61e[_0x1b21f0(0x13d)](_0x2da507,!![])||_0x90d61e[_0x1b21f0(0x2cf)](_0x2da507,_0x90d61e['lAPjf'])),logger['debug']('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x2da507+'\x20env='+process[_0x1b21f0(0x1a4)][_0x1b21f0(0x265)]);}}}}}}}async[a90_0x3376b1(0x1cb)](_0x2bb82d){const _0x1e1100=a90_0x3376b1,_0x2305fc={};_0x2305fc['VCxyv']=function(_0x33eb6b,_0x7df72f){return _0x33eb6b!==_0x7df72f;},_0x2305fc['Jjufb']='cucumber',_0x2305fc[_0x1e1100(0x15e)]=function(_0x43ed06,_0x43813c){return _0x43ed06!==_0x43813c;},_0x2305fc[_0x1e1100(0x22a)]=_0x1e1100(0x1c4),_0x2305fc[_0x1e1100(0x142)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x2305fc[_0x1e1100(0x170)]=_0x1e1100(0x127);const _0x499661=_0x2305fc;if(_0x499661[_0x1e1100(0x15a)](_0x2bb82d[_0x1e1100(0x29e)],_0x499661['Jjufb'])&&_0x499661[_0x1e1100(0x15e)](_0x2bb82d['testFramework'],_0x499661['bWWPP'])){logger[_0x1e1100(0x1e9)](_0x499661['rXJht']);return;}const _0x18e739=_0x2bb82d[_0x1e1100(0x2a2)]?.[_0x1e1100(0x22c)]||_0x2bb82d[_0x1e1100(0x2a2)]?.['id']||global[_0x1e1100(0x22b)];logger[_0x1e1100(0x19c)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x2bb82d[_0x1e1100(0x29e)]+',\x20testIdentifier='+_0x18e739);try{const _0x2f06b3=_0x2bb82d[_0x1e1100(0x234)]||AutomationFramework[_0x1e1100(0x2ed)](),_0x201572=CLIUtils[_0x1e1100(0x12a)](),_0x3c8c4b=this[_0x1e1100(0x2bf)]();logger[_0x1e1100(0x1e9)](_0x1e1100(0x1ed)+(_0x2f06b3?.[_0x1e1100(0x268)]?.()||_0x499661[_0x1e1100(0x170)])+_0x1e1100(0x2ce)+_0x3c8c4b),_0x3c8c4b&&await this[_0x1e1100(0x126)](_0x2f06b3,_0x2bb82d),this[_0x1e1100(0x117)][_0x1e1100(0x1e0)](_0x201572),this[_0x1e1100(0x276)][_0x1e1100(0x1e0)](_0x201572);}catch(_0x2fcd79){logger[_0x1e1100(0x1b8)](_0x1e1100(0x284)+(_0x2fcd79[_0x1e1100(0x163)]||_0x2fcd79[_0x1e1100(0x220)]));}}async[a90_0x3376b1(0x126)](_0x23ceb7,_0x4d22e3){const _0x1d0ab0=a90_0x3376b1,_0x504cbd={};_0x504cbd[_0x1d0ab0(0x1bb)]=function(_0x483ea4,_0x3ff33a){return _0x483ea4===_0x3ff33a;},_0x504cbd[_0x1d0ab0(0x2b2)]='function',_0x504cbd[_0x1d0ab0(0x2af)]=_0x1d0ab0(0x1c4),_0x504cbd[_0x1d0ab0(0x1dc)]=_0x1d0ab0(0x213),_0x504cbd[_0x1d0ab0(0x19f)]=function(_0x2eb9c4,_0x2da948){return _0x2eb9c4===_0x2da948;},_0x504cbd['tJaeq']=_0x1d0ab0(0x240),_0x504cbd[_0x1d0ab0(0x16e)]=_0x1d0ab0(0x117),_0x504cbd[_0x1d0ab0(0x1cc)]=_0x1d0ab0(0x1f4),_0x504cbd[_0x1d0ab0(0x261)]=_0x1d0ab0(0x127),_0x504cbd[_0x1d0ab0(0x2c0)]=_0x1d0ab0(0x1db),_0x504cbd[_0x1d0ab0(0x230)]=_0x1d0ab0(0x263),_0x504cbd[_0x1d0ab0(0x2a8)]=function(_0x7c71bb,_0x2a898e){return _0x7c71bb===_0x2a898e;},_0x504cbd['BzDFn']=function(_0x55771b,_0x248d17){return _0x55771b||_0x248d17;},_0x504cbd['ZMyUB']=function(_0xcb812f,_0x5e1130){return _0xcb812f||_0x5e1130;},_0x504cbd[_0x1d0ab0(0x1f0)]=_0x1d0ab0(0x2c9),_0x504cbd[_0x1d0ab0(0x262)]=_0x1d0ab0(0x1ba),_0x504cbd[_0x1d0ab0(0x1d6)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x9e0182=_0x504cbd;try{const _0x1b415b=_0x4d22e3[_0x1d0ab0(0x29e)]||(_0x9e0182['vSARO'](this[_0x1d0ab0(0x1ee)]?.[_0x1d0ab0(0x2b0)]?.['toLowerCase'](),_0x9e0182[_0x1d0ab0(0x2af)])?_0x9e0182['pXpbA']:_0x9e0182[_0x1d0ab0(0x1dc)]);let _0xbb6492='',_0x3497b0=null,_0x1ad16f=null;if(_0x9e0182[_0x1d0ab0(0x19f)](_0x1b415b,_0x9e0182[_0x1d0ab0(0x2af)])){_0x3497b0=_0x4d22e3[_0x1d0ab0(0x2a2)]?.[_0x1d0ab0(0x22c)]||_0x4d22e3['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x3497b0){logger[_0x1d0ab0(0x197)](_0x9e0182['tJaeq']);return;}try{const _0x51364d=await GrpcClient[_0x1d0ab0(0x271)]()[_0x1d0ab0(0x171)](process[_0x1d0ab0(0x1a4)][_0x1d0ab0(0x2e2)],_0x9e0182[_0x1d0ab0(0x16e)],_0x9e0182[_0x1d0ab0(0x1cc)],_0x3497b0),_0x2300f7=AccessibilityModule[_0x1d0ab0(0x2dd)](null,_0x51364d);_0xbb6492=_0x2300f7?.[_0x1d0ab0(0x14f)]||'',logger[_0x1d0ab0(0x1e9)](_0x1d0ab0(0x280)+_0xbb6492+'\x20from\x20testIdentifier='+_0x3497b0),_0x1ad16f=_0x51364d;}catch(_0x49ef13){logger[_0x1d0ab0(0x1b8)](_0x1d0ab0(0x2cc)+_0x49ef13[_0x1d0ab0(0x220)]);return;}}else{const _0x53bd1b=this[_0x1d0ab0(0x2ca)](_0x4d22e3);_0xbb6492=TestInfo['getTestUUID'](_0x53bd1b);}const _0x3a9115=((()=>{const _0x18b3a0=_0x1d0ab0,_0x589634=(this[_0x18b3a0(0x2b5)]?.[_0x18b3a0(0x294)]?.[_0x18b3a0(0x14d)]||[])[_0x18b3a0(0x19b)](_0x5d5c68=>(typeof _0x5d5c68[_0x18b3a0(0x28f)]===_0x18b3a0(0x21c)?_0x5d5c68['getName']():_0x5d5c68['name'])===this[_0x18b3a0(0x2de)]);return _0x589634?_0x9e0182['vSARO'](typeof _0x589634[_0x18b3a0(0x125)],_0x9e0182['faDnF'])?_0x589634[_0x18b3a0(0x125)]():_0x589634[_0x18b3a0(0x120)]:'';})()),_0x55f5e0=process['env'][_0x1d0ab0(0x1d1)]||'';logger['debug']('[platform\x20-\x20'+(_0x23ceb7?.[_0x1d0ab0(0x268)]?.()||_0x9e0182[_0x1d0ab0(0x261)])+_0x1d0ab0(0x22f)+_0xbb6492+_0x1d0ab0(0x228)+_0x3a9115+_0x1d0ab0(0x2a9)+(_0x55f5e0?_0x9e0182[_0x1d0ab0(0x2c0)]:_0x9e0182[_0x1d0ab0(0x230)]));let _0x228d31;if(_0x9e0182[_0x1d0ab0(0x2a8)](_0x1b415b,_0x9e0182[_0x1d0ab0(0x2af)]))_0x228d31=AccessibilityModule['loadDriverExecuteParams'](_0xbb6492,_0x1ad16f);else{const _0x460314=await GrpcClient[_0x1d0ab0(0x271)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x1d0ab0(0x2e2)],_0x9e0182['KrBTl'],_0x9e0182[_0x1d0ab0(0x1cc)]);_0x228d31=AccessibilityModule['loadDriverExecuteParams'](_0xbb6492,_0x460314);}logger[_0x1d0ab0(0x1e9)](_0x1d0ab0(0x260)+JSON[_0x1d0ab0(0x233)](_0x228d31));const _0x18c974=Object[_0x1d0ab0(0x14c)]({},{'thTestRunUuid':_0x9e0182[_0x1d0ab0(0x2fc)](_0xbb6492,''),'thBuildUuid':_0x9e0182[_0x1d0ab0(0x2fc)](_0x3a9115,''),'thJwtToken':_0x9e0182[_0x1d0ab0(0x134)](_0x55f5e0,'')},_0x228d31);!this[_0x1d0ab0(0x248)]&&this[_0x1d0ab0(0x19a)]()&&(_0x18c974[_0x1d0ab0(0x199)]=!![],logger[_0x1d0ab0(0x1e9)](_0x9e0182[_0x1d0ab0(0x1f0)]));logger['debug'](_0x1d0ab0(0x1cf)+_0xbb6492+_0x1d0ab0(0x16c)+this['isAppAccessibility']);let _0xfe8067=global[_0x1d0ab0(0x27f)]?.[_0x1d0ab0(0x244)]||null;!_0xfe8067&&(_0xfe8067=AutomationFramework[_0x1d0ab0(0x208)](_0x23ceb7,_0x9e0182[_0x1d0ab0(0x262)],null)),!_0xfe8067&&(_0xfe8067=AutomationFramework['getState'](_0x23ceb7,_0x9e0182[_0x1d0ab0(0x1d6)],null)),await this['finishScanningForCli'](this['getCurrentAccessibilityStatus'](),_0xbb6492,_0xfe8067,_0x18c974,this['isAppAccessibility']);}catch(_0xd3769b){logger[_0x1d0ab0(0x1b8)]('Error\x20in\x20stopTestCapture:\x20'+(_0xd3769b[_0x1d0ab0(0x163)]||_0xd3769b[_0x1d0ab0(0x220)]));}}async[a90_0x3376b1(0x116)](_0x24b3fb,_0x4e3563,_0xe79be1,_0x8160f8,_0xb4a045){const _0x176179=a90_0x3376b1,_0x2e459c={};_0x2e459c[_0x176179(0x1ec)]=_0x176179(0x1f4),_0x2e459c[_0x176179(0x12c)]=function(_0x594622,_0x4f6ec1){return _0x594622&&_0x4f6ec1;},_0x2e459c['KsSKM']=_0x176179(0x292),_0x2e459c[_0x176179(0x1d8)]=function(_0x3aa830,_0x360b9c){return _0x3aa830===_0x360b9c;},_0x2e459c['chfug']=_0x176179(0x263),_0x2e459c[_0x176179(0x2be)]=_0x176179(0x17d),_0x2e459c[_0x176179(0x18e)]=_0x176179(0x191),_0x2e459c[_0x176179(0x155)]=_0x176179(0x152),_0x2e459c[_0x176179(0x26c)]=_0x176179(0x215),_0x2e459c['lqusp']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x2e459c[_0x176179(0x2d7)]='a11y:save-results',_0x2e459c[_0x176179(0x132)]=_0x176179(0x236);const _0x5775a0=_0x2e459c;try{const _0x5d5d6a=this['getScriptByName'](_0x5775a0[_0x176179(0x1ec)]);if(_0x5775a0[_0x176179(0x12c)](!_0xb4a045,!_0x5d5d6a)){logger[_0x176179(0x1e9)](_0x5775a0[_0x176179(0x1b5)]);return;}if(!_0x4e3563||_0x5775a0[_0x176179(0x1d8)](_0x4e3563,_0x5775a0[_0x176179(0x18c)])||_0x5775a0[_0x176179(0x1d8)](_0x4e3563,'')){logger[_0x176179(0x1e9)](_0x5775a0['DxwSR']);return;}logger[_0x176179(0x1e9)](_0x176179(0x26e)+JSON[_0x176179(0x233)](_0x8160f8)),_0x24b3fb&&(logger[_0x176179(0x1e9)](_0x5775a0['JDkZO']),await this[_0x176179(0x1a0)](_0xe79be1,_0x4e3563,_0x5775a0[_0x176179(0x155)],_0x8160f8,_0xb4a045,_0x5775a0[_0x176179(0x26c)]),_0x5775a0['EbZGX'](!_0xb4a045,_0x5d5d6a)&&(logger[_0x176179(0x1e9)](_0x5775a0['lqusp']),await PerformanceTester[_0x176179(0x2b8)](_0x5775a0[_0x176179(0x2d7)],async()=>{const _0x315433=_0x176179;await this[_0x315433(0x1a0)](_0xe79be1,_0x4e3563,_0x5775a0['TyheB'],_0x8160f8,_0xb4a045,_0x5775a0['TyheB']);})()),logger['info'](_0x5775a0[_0x176179(0x132)]));}catch(_0x42ed95){logger['error'](_0x176179(0x11a)+(_0x42ed95[_0x176179(0x163)]||_0x42ed95['message']));}}async[a90_0x3376b1(0x18b)](_0x389229){const _0xe33056=a90_0x3376b1,_0x4cd5d0={};_0x4cd5d0[_0xe33056(0x2d3)]=function(_0x328bba,_0x4949ca){return _0x328bba!==_0x4949ca;},_0x4cd5d0[_0xe33056(0x188)]='cucumber',_0x4cd5d0['pbjej']=function(_0x933032,_0x4d7ab1){return _0x933032!==_0x4d7ab1;},_0x4cd5d0[_0xe33056(0x1fd)]='jest',_0x4cd5d0[_0xe33056(0x172)]=_0xe33056(0x13b),_0x4cd5d0[_0xe33056(0x123)]=_0xe33056(0x127),_0x4cd5d0['jHajr']=_0xe33056(0x164),_0x4cd5d0[_0xe33056(0x298)]=function(_0x4684a5,_0x926d1c){return _0x4684a5===_0x926d1c;},_0x4cd5d0['DYyTi']=_0xe33056(0x15f),_0x4cd5d0[_0xe33056(0x2e5)]='accessibility',_0x4cd5d0['ypuAc']='performScan',_0x4cd5d0[_0xe33056(0x12b)]=_0xe33056(0x2e8),_0x4cd5d0[_0xe33056(0x1b4)]=_0xe33056(0x27b),_0x4cd5d0[_0xe33056(0x1af)]=function(_0x5daaa9,_0x2c08f9){return _0x5daaa9===_0x2c08f9;},_0x4cd5d0['ERWKh']=_0xe33056(0x215),_0x4cd5d0['IaqSe']=_0xe33056(0x263);const _0x2fb573=_0x4cd5d0;if(_0x2fb573[_0xe33056(0x2d3)](_0x389229[_0xe33056(0x29e)],_0x2fb573['XXXUO'])&&_0x2fb573[_0xe33056(0x219)](_0x389229['testFramework'],_0x2fb573['RovbK'])){logger[_0xe33056(0x1e9)](_0x2fb573['EgfHb']);return;}logger[_0xe33056(0x1e9)](_0xe33056(0x1bd)+(_0x389229[_0xe33056(0x16d)]||_0x2fb573[_0xe33056(0x123)])+_0xe33056(0x1ac)+_0x389229[_0xe33056(0x29e)]);try{const _0x2eaad9=_0x389229[_0xe33056(0x234)]||AutomationFramework[_0xe33056(0x2ed)](),_0x507542=TestFramework[_0xe33056(0x2ed)](),_0x4bd425=_0x389229[_0xe33056(0x16d)]||_0x389229[_0xe33056(0x1d3)]?.[_0xe33056(0x28f)]();if(!_0x4bd425){logger[_0xe33056(0x1e9)](_0x2fb573[_0xe33056(0x249)]);return;}if(!this[_0xe33056(0x2bf)]()){logger['debug'](_0xe33056(0x1ea)+_0x4bd425);return;}if(!this['shouldScanForCommand'](_0x4bd425)){logger[_0xe33056(0x1e9)](_0xe33056(0x246)+_0x4bd425+_0xe33056(0x1a3));return;}const _0x4a2e4a=_0x389229[_0xe33056(0x1f5)]||global[_0xe33056(0x27f)]?.['pwPage'];if(!_0x4a2e4a){logger['debug'](_0xe33056(0x20b)+_0x4bd425);return;}let _0x4a8a35='',_0x3454cb=null;if(_0x2fb573[_0xe33056(0x298)](_0x389229[_0xe33056(0x29e)],_0x2fb573[_0xe33056(0x1fd)])){_0x3454cb=_0x389229[_0xe33056(0x2a2)]?.['testAnalyticsId']||_0x389229[_0xe33056(0x2a2)]?.['id']||global[_0xe33056(0x22b)];if(!_0x3454cb){logger['warn'](_0x2fb573['DYyTi']);return;}try{const _0xb1d49a=await GrpcClient[_0xe33056(0x271)]()[_0xe33056(0x171)](process['env'][_0xe33056(0x2e2)],_0x2fb573[_0xe33056(0x2e5)],_0x2fb573['ypuAc'],_0x3454cb),_0x43a719=AccessibilityModule[_0xe33056(0x2dd)](null,_0xb1d49a);_0x4a8a35=_0x43a719?.[_0xe33056(0x14f)]||'',logger[_0xe33056(0x1e9)](_0xe33056(0x160)+_0x4a8a35+_0xe33056(0x1e5)+_0x3454cb);}catch(_0x52fae2){logger['error'](_0xe33056(0x237)+_0x52fae2[_0xe33056(0x220)]);return;}}else _0x4a8a35=this[_0xe33056(0x17f)](_0x2fb573[_0xe33056(0x12b)])||'',!_0x4a8a35&&this[_0xe33056(0x19a)]()&&(_0x4a8a35=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xca240=this['getCapabilityValue'](_0x2fb573[_0xe33056(0x1b4)])||this[_0xe33056(0x2b5)][this[_0xe33056(0x2de)]]||null,_0x5ddecb=process['env'][_0xe33056(0x1d1)]||'',_0x3250d2=this['getParamsForScanForCli'](_0x4bd425,_0x4a8a35,_0xca240,_0x5ddecb),_0x519ca0=_0x2fb573['uALmb'](_0x389229[_0xe33056(0x29e)],_0x2fb573[_0xe33056(0x1fd)])?await AccessibilityModule[_0xe33056(0x211)](_0x2fb573[_0xe33056(0x209)],_0x4a8a35,_0x3454cb):await AccessibilityModule[_0xe33056(0x211)](_0x2fb573['ERWKh'],_0x4a8a35);logger[_0xe33056(0x19c)](_0xe33056(0x206)+(_0x3250d2?JSON['stringify'](_0x3250d2):_0x2fb573[_0xe33056(0x17b)]));const _0x372203=CLIUtils[_0xe33056(0x2e0)](_0x3250d2,_0x519ca0);logger[_0xe33056(0x19c)]('MergedScanArgs:\x20'+(_0x372203?JSON[_0xe33056(0x233)](_0x372203):_0x2fb573[_0xe33056(0x17b)])),logger[_0xe33056(0x1e9)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x4bd425);const _0x3ce9cb=await this[_0xe33056(0x1a0)](_0x4a2e4a,_0x4a8a35,_0x4bd425,_0x372203,this[_0xe33056(0x248)]);logger[_0xe33056(0x1e9)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x4bd425+_0xe33056(0x148)+JSON['stringify'](_0x3ce9cb));}catch(_0x2e6960){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x2e6960['stack']||_0x2e6960[_0xe33056(0x220)]));}}[a90_0x3376b1(0x1c0)](){return this['getCurrentAccessibilityStatus']();}[a90_0x3376b1(0x1a8)](_0x2a26dc){const _0x9c32c3=a90_0x3376b1,_0x23c1e0=CLIUtils[_0x9c32c3(0x12a)]();this[_0x9c32c3(0x117)]['set'](_0x23c1e0,_0x2a26dc);}async[a90_0x3376b1(0x2e7)](_0xd5e763){const _0x565ee0=a90_0x3376b1,_0x3585bc={};_0x3585bc[_0x565ee0(0x2e1)]=_0x565ee0(0x127);const _0x207b9d=_0x3585bc;try{const _0x258291=_0xd5e763[_0x565ee0(0x234)]||AutomationFramework[_0x565ee0(0x2ed)](),_0x5e145b=_0x258291?.[_0x565ee0(0x24f)]?.()?.[_0x565ee0(0x1b1)]?.(this[_0x565ee0(0x181)])||![];if(_0x5e145b)return;PerformanceTester[_0x565ee0(0x205)](EVENTS[_0x565ee0(0x1c7)]);const _0x36af9c=await GrpcClient[_0x565ee0(0x271)]()[_0x565ee0(0x16b)](_0xd5e763);_0x36af9c&&_0x36af9c[_0x565ee0(0x23c)]&&_0x36af9c[_0x565ee0(0x23c)]()&&_0x36af9c[_0x565ee0(0x23c)]()['getSuccess']()?(await this[_0x565ee0(0x231)](_0x36af9c,_0xd5e763),_0x258291?.['getData']&&_0x258291['getData']()[_0x565ee0(0x283)](this[_0x565ee0(0x181)],!![]),logger[_0x565ee0(0x1e9)]('[platform\x20-\x20'+(_0x258291?.[_0x565ee0(0x268)]?.()||_0x207b9d['paZxM'])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x565ee0(0x1e9)](_0x565ee0(0x1ed)+(_0x258291?.['getPlatformIndex']?.()||_0x207b9d[_0x565ee0(0x2e1)])+_0x565ee0(0x189)),PerformanceTester[_0x565ee0(0x166)](EVENTS[_0x565ee0(0x1c7)]);}catch(_0x34c0b5){PerformanceTester[_0x565ee0(0x166)](EVENTS[_0x565ee0(0x1c7)],![],_0x34c0b5[_0x565ee0(0x220)]),logger[_0x565ee0(0x1b8)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x34c0b5[_0x565ee0(0x163)]||_0x34c0b5[_0x565ee0(0x220)]));}}async[a90_0x3376b1(0x231)](_0x5665ef,_0x252dad){const _0x28e919=a90_0x3376b1;await this[_0x28e919(0x147)](_0x5665ef,_0x252dad);const _0x313725=_0x5665ef[_0x28e919(0x23c)]()[_0x28e919(0x26f)]();if(_0x313725){const _0x19ed7e=_0x5665ef[_0x28e919(0x27a)]&&_0x5665ef[_0x28e919(0x27a)]();_0x19ed7e&&(this[_0x28e919(0x2b5)][this[_0x28e919(0x2de)]]=_0x19ed7e['getBuildId']&&_0x19ed7e['getBuildId']());}}[a90_0x3376b1(0x2a6)](_0x8338b){const _0x515d4d=a90_0x3376b1,_0x461636={};_0x461636[_0x515d4d(0x173)]=function(_0x49005c,_0x380046){return _0x49005c===_0x380046;};const _0x2b6aa3=_0x461636;try{if(!_0x8338b)return![];const _0x3f259c=this['accessibilityConfig']?.['options']?.[_0x515d4d(0x1d5)]?.[_0x515d4d(0x11e)]||[],_0xdd3966=_0x3f259c['some'](_0x44446f=>{const _0xbce9c7=_0x515d4d;return _0x44446f['name']&&_0x2b6aa3[_0xbce9c7(0x173)](_0x44446f[_0xbce9c7(0x2b0)][_0xbce9c7(0x23e)](),_0x8338b['toLowerCase']());});return logger[_0x515d4d(0x1e9)]('shouldScanForCommand:\x20'+_0x8338b+_0x515d4d(0x174)+_0xdd3966+_0x515d4d(0x1eb)+JSON[_0x515d4d(0x233)](_0x3f259c[_0x515d4d(0x2e6)](_0x1f8850=>_0x1f8850[_0x515d4d(0x2b0)]))),_0xdd3966;}catch(_0x58f2b6){return logger[_0x515d4d(0x1e9)](_0x515d4d(0x198)+_0x58f2b6['message']),![];}}[a90_0x3376b1(0x167)](_0xdde260){const _0x38cfa4=a90_0x3376b1,_0x42db2c={};_0x42db2c[_0x38cfa4(0x2f8)]=function(_0x552a70,_0x8422d6){return _0x552a70===_0x8422d6;},_0x42db2c['hyDhk']=_0x38cfa4(0x1c1),_0x42db2c['JKtUo']='browserstack_executor';const _0x201a1e=_0x42db2c,_0x45e56e=_0xdde260['getScript']&&_0xdde260[_0x38cfa4(0x1a7)]();return _0x45e56e&&_0x201a1e[_0x38cfa4(0x2f8)](typeof _0x45e56e,_0x201a1e[_0x38cfa4(0x2ee)])&&_0x45e56e['includes'](_0x201a1e[_0x38cfa4(0x18a)]);}[a90_0x3376b1(0x253)](_0x30f132){const _0x3bc4a7=a90_0x3376b1,_0x733437={};_0x733437[_0x3bc4a7(0x26b)]=function(_0x1f418f,_0x14e63e){return _0x1f418f!==_0x14e63e;},_0x733437[_0x3bc4a7(0x14a)]='string',_0x733437[_0x3bc4a7(0x218)]=_0x3bc4a7(0x117),_0x733437[_0x3bc4a7(0x267)]=_0x3bc4a7(0x2e3),_0x733437[_0x3bc4a7(0x295)]='getResults',_0x733437['Uekdc']='saveTestResults';const _0x4b0faf=_0x733437,_0x5a0951=_0x30f132[_0x3bc4a7(0x1a7)]&&_0x30f132[_0x3bc4a7(0x1a7)]();if(!_0x5a0951||_0x4b0faf[_0x3bc4a7(0x26b)](typeof _0x5a0951,_0x4b0faf['XBpsZ']))return![];return _0x5a0951[_0x3bc4a7(0x2ea)](_0x4b0faf[_0x3bc4a7(0x218)])||_0x5a0951[_0x3bc4a7(0x2ea)](_0x4b0faf[_0x3bc4a7(0x267)])||_0x5a0951['includes'](_0x4b0faf['DMVzv'])||_0x5a0951[_0x3bc4a7(0x2ea)](_0x4b0faf[_0x3bc4a7(0x2a5)]);}['isMobileWebSession'](){const _0x283910=a90_0x3376b1,_0x3164ce={'iCZEu':function(_0x320ff8,_0x8cdfca){return _0x320ff8===_0x8cdfca;},'dXZxb':_0x283910(0x21c),'AsVlC':function(_0x1df1c2,_0x2de8fa){return _0x1df1c2(_0x2de8fa);},'aROQl':'platformName','OtXxu':function(_0x1a8498,_0x42c85e){return _0x1a8498(_0x42c85e);},'uIivl':_0x283910(0x1fc),'xqAlC':function(_0x358cfd,_0x27d811){return _0x358cfd(_0x27d811);},'oLoTi':_0x283910(0x2f4),'nnOZr':function(_0x253837,_0x40a15e){return _0x253837(_0x40a15e);},'OfyAX':'chrome'};try{const _0x47529d=this[_0x283910(0x2b5)]?.['options']?.[_0x283910(0x14d)]||[],_0x5f14b1=_0xec87ab=>{const _0xb779bd=_0x283910,_0x5137b6=_0x47529d[_0xb779bd(0x19b)](_0x541957=>(typeof _0x541957[_0xb779bd(0x28f)]===_0xb779bd(0x21c)?_0x541957[_0xb779bd(0x28f)]():_0x541957[_0xb779bd(0x2b0)])===_0xec87ab);return _0x5137b6?_0x3164ce[_0xb779bd(0x238)](typeof _0x5137b6[_0xb779bd(0x125)],_0x3164ce[_0xb779bd(0x299)])?_0x5137b6[_0xb779bd(0x125)]():_0x5137b6[_0xb779bd(0x120)]:null;},_0x36d0fe=_0x3164ce['AsVlC'](_0x5f14b1,_0x3164ce[_0x283910(0x223)]),_0x4bf36a=_0x3164ce[_0x283910(0x216)](_0x5f14b1,_0x3164ce[_0x283910(0x251)]),_0x1b56ff=global[_0x283910(0x21e)]||_0x36d0fe&&_0x3164ce[_0x283910(0x238)](_0x3164ce[_0x283910(0x133)](String,_0x36d0fe)[_0x283910(0x23e)](),_0x3164ce[_0x283910(0x1b0)])&&_0x4bf36a&&_0x3164ce[_0x283910(0x2e4)](String,_0x4bf36a)[_0x283910(0x23e)]()['includes'](_0x3164ce[_0x283910(0x217)]);if(!_0x1b56ff)return![];if(!accessibilityHelper[_0x283910(0x243)]())return!this[_0x283910(0x201)]&&(logger[_0x283910(0x197)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x283910(0x201)]=!![]),![];return!![];}catch(_0x3beaa6){return logger[_0x283910(0x1e9)](_0x283910(0x226)+_0x3beaa6[_0x283910(0x220)]),![];}}[a90_0x3376b1(0x1e3)](_0x3b2193,_0x38260f,_0x191173,_0x29c17a){const _0x11812a=a90_0x3376b1,_0x19d16d={};_0x19d16d[_0x11812a(0x1f8)]=function(_0x5a9604,_0x259333){return _0x5a9604||_0x259333;},_0x19d16d[_0x11812a(0x257)]=function(_0x385ba6,_0xc8a6c5){return _0x385ba6&&_0xc8a6c5;},_0x19d16d[_0x11812a(0x24d)]=function(_0x255313,_0x293793){return _0x255313||_0x293793;},_0x19d16d['mlcKb']=function(_0x3d849b,_0x347207){return _0x3d849b||_0x347207;},_0x19d16d['jtKBk']=_0x11812a(0x195);const _0x44fa6d=_0x19d16d;let _0x2f30b2=_0x44fa6d[_0x11812a(0x1f8)](_0x38260f,'');const _0x13393d=!this[_0x11812a(0x248)]&&this['isMobileWebSession']();_0x44fa6d[_0x11812a(0x257)](_0x13393d,!_0x2f30b2)&&(_0x2f30b2=accessibilityHelper[_0x11812a(0x124)]());const _0x3d3449={'command':_0x3b2193,'thTestRunUuid':_0x2f30b2,'thBuildUuid':_0x44fa6d['Yqnup'](_0x191173,''),'thJwtToken':_0x44fa6d[_0x11812a(0x122)](_0x29c17a,''),'timestamp':new Date()[_0x11812a(0x169)]()};return _0x13393d&&(_0x3d3449[_0x11812a(0x199)]=!![],logger[_0x11812a(0x1e9)](_0x44fa6d[_0x11812a(0x1ce)])),_0x3d3449;}[a90_0x3376b1(0x194)](_0x2402b6){const _0x4114ca=a90_0x3376b1,_0x1b2ec4={};_0x1b2ec4[_0x4114ca(0x2ac)]=function(_0x4c403f,_0x23a6cc){return _0x4c403f||_0x23a6cc;};const _0x566e6d=_0x1b2ec4;try{const _0x56ee38=this[_0x4114ca(0x2b5)]?.[_0x4114ca(0x294)]?.[_0x4114ca(0x13c)]||[],_0x2cee2c=_0x56ee38[_0x4114ca(0x19b)](_0x1d451f=>_0x1d451f[_0x4114ca(0x2b0)]===_0x2402b6);return _0x566e6d[_0x4114ca(0x2ac)](_0x2cee2c,null);}catch(_0x5af769){return logger[_0x4114ca(0x1e9)](_0x4114ca(0x19d)+_0x2402b6+':\x20'+_0x5af769[_0x4114ca(0x220)]),null;}}async[a90_0x3376b1(0x1dd)](_0x39493e,_0x163917,_0x4c5282=null){const _0x242b2e=a90_0x3376b1,_0x2c3b19={'TENCk':function(_0x2a8b54,_0x3c437f){return _0x2a8b54(_0x3c437f);},'MbEVy':_0x242b2e(0x282)};try{if(!_0x39493e)return logger[_0x242b2e(0x1e9)](_0x242b2e(0x16a)+_0x163917),null;const _0x5e17f7=this['getScriptByName'](_0x163917);if(!_0x5e17f7||!_0x5e17f7[_0x242b2e(0x1d3)])return logger[_0x242b2e(0x1e9)](_0x242b2e(0x12f)+_0x163917+_0x242b2e(0x15d)),null;logger[_0x242b2e(0x1e9)](_0x242b2e(0x2c3)+_0x163917+_0x242b2e(0x29f));const _0x29633d=_0x2c3b19[_0x242b2e(0x21a)](require,_0x2c3b19[_0x242b2e(0x159)]),_0x34fa26=_0x4c5282?await _0x29633d[_0x242b2e(0x290)](_0x39493e,_0x5e17f7[_0x242b2e(0x1d3)],_0x4c5282):await _0x29633d[_0x242b2e(0x290)](_0x39493e,_0x5e17f7[_0x242b2e(0x1d3)]);return _0x34fa26;}catch(_0x102a9f){return logger['error']('Error\x20executing\x20script\x20'+_0x163917+':\x20'+(_0x102a9f[_0x242b2e(0x163)]||_0x102a9f[_0x242b2e(0x220)])),null;}}async[a90_0x3376b1(0x1a0)](_0x4d2e2e,_0x5955af,_0x542108,_0x4c11a7,_0x2ab915,_0x272a0a=a90_0x3376b1(0x215)){const _0x5ea825=a90_0x3376b1,_0x4c811e={'DPRDg':function(_0x31167e,_0x367648){return _0x31167e===_0x367648;},'xilux':_0x5ea825(0x215),'tqtIX':function(_0xabcd6f,_0x1f23d5){return _0xabcd6f(_0x1f23d5);},'wbvPk':_0x5ea825(0x282),'atsXf':function(_0x34f32f,_0xb6d85a){return _0x34f32f(_0xb6d85a);}};try{logger[_0x5ea825(0x1e9)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x542108+_0x5ea825(0x1c2)+_0x272a0a);const _0xbaae9e=this[_0x5ea825(0x194)](_0x272a0a);if(!_0xbaae9e||!_0xbaae9e[_0x5ea825(0x1d3)]){logger[_0x5ea825(0x1e9)](_0x5ea825(0x25c)+_0x272a0a+_0x5ea825(0x2d9));return;}if(_0x4c811e[_0x5ea825(0x28c)](_0x272a0a,_0x4c811e[_0x5ea825(0x2b1)])){const _0x2dc21c=_0x4c811e['tqtIX'](require,_0x4c811e[_0x5ea825(0x1c6)]),_0x57237c={};_0x57237c[_0x5ea825(0x1d3)]=_0x542108;const _0x279822=await PerformanceTester[_0x5ea825(0x2b8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4028eb=_0x5ea825;return await _0x2dc21c[_0x4028eb(0x290)](_0x4d2e2e,_0xbaae9e[_0x4028eb(0x1d3)],_0x4c11a7);},_0x57237c)();return logger['info'](_0x5ea825(0x2f6)+_0x272a0a+_0x5ea825(0x21f)+_0x542108+':\x20'+util[_0x5ea825(0x1ad)](_0x279822)),_0x279822;}const _0x25e726=_0x4c811e[_0x5ea825(0x11f)](require,_0x4c811e[_0x5ea825(0x1c6)]),_0x346478=await PerformanceTester[_0x5ea825(0x2b8)](PerformanceA11yEvents[_0x5ea825(0x129)],async()=>{return await _0x25e726['browserStackEvaluate'](_0x4d2e2e,_0xbaae9e['command'],_0x4c11a7);})();return logger[_0x5ea825(0x19c)](_0x5ea825(0x2f6)+_0x272a0a+_0x5ea825(0x21f)+_0x542108+':\x20'+util['format'](_0x346478)),_0x346478;}catch(_0xf3e09){logger['error'](_0x5ea825(0x165)+_0x272a0a+':\x20'+(_0xf3e09['stack']||_0xf3e09[_0x5ea825(0x220)]));}}async['validatePlatformForAccessibility'](_0x7361ba){const _0x3724d8=a90_0x3376b1,_0x576958={'UCROD':function(_0x4625cc,_0x1a1c33){return _0x4625cc(_0x1a1c33);},'yyIIo':_0x3724d8(0x210)};try{const _0x34b3f0=_0x576958[_0x3724d8(0x2b6)](require,_0x576958[_0x3724d8(0x25a)]);return await _0x34b3f0['platformValidation'](_0x7361ba);}catch(_0x32f758){return logger[_0x3724d8(0x1b8)](_0x3724d8(0x2bc)+(_0x32f758[_0x3724d8(0x163)]||_0x32f758[_0x3724d8(0x220)])),![];}}[a90_0x3376b1(0x13f)](_0x4081e4,_0x2f65b3,_0x2b3c2c){const _0x351fef=a90_0x3376b1,_0x54e2f9={'RqbWQ':function(_0x3178f2,_0x2d3a08){return _0x3178f2(_0x2d3a08);},'vjlvD':_0x351fef(0x282),'FaVEz':'\x22browserstack.user\x22:\x22[REDACTED]\x22','UoOGq':_0x351fef(0x1f9)};try{const _0xe60d1a=_0x54e2f9['RqbWQ'](require,_0x54e2f9[_0x351fef(0x29c)]);_0xe60d1a[_0x351fef(0x13f)](_0x4081e4,_0x2f65b3,_0x2b3c2c);const _0x2abdc0=JSON[_0x351fef(0x233)](_0x4081e4)['replace'](/"browserstack\.user":"[^"]*"/g,_0x54e2f9['FaVEz'])[_0x351fef(0x286)](/"browserstack\.key":"[^"]*"/g,_0x54e2f9[_0x351fef(0x224)]);logger['debug'](_0x351fef(0x2bb)+global[_0x351fef(0x2d0)]+'\x20'+_0x2abdc0);}catch(_0x43d27b){logger['error'](_0x351fef(0x221)+(_0x43d27b['stack']||_0x43d27b['message']));}}async['getAccessibilityResults'](_0x24ac07){const _0x4bee81=a90_0x3376b1,_0x170ad0={};_0x170ad0[_0x4bee81(0x1ab)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x170ad0[_0x4bee81(0x1cd)]=function(_0x554d76,_0xecd5a5){return _0x554d76>_0xecd5a5;},_0x170ad0[_0x4bee81(0x23f)]=_0x4bee81(0x20d);const _0x568c17=_0x170ad0;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x4bee81(0x197)](_0x568c17[_0x4bee81(0x1ab)]),[];const _0x380661=this[_0x4bee81(0x19a)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x568c17['NPrab'](Object[_0x4bee81(0x2ad)](_0x380661)[_0x4bee81(0x13e)],0x0)&&logger['debug'](_0x4bee81(0x264)+JSON[_0x4bee81(0x233)](_0x380661));const _0x4228fe=_0x568c17[_0x4bee81(0x1cd)](Object[_0x4bee81(0x2ad)](_0x380661)[_0x4bee81(0x13e)],0x0)?await this['executeScriptByName'](_0x24ac07,_0x568c17[_0x4bee81(0x23f)],_0x380661):await this[_0x4bee81(0x1dd)](_0x24ac07,_0x568c17[_0x4bee81(0x23f)]);return _0x4228fe||[];}catch(_0x5abe86){return logger[_0x4bee81(0x1b8)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x5abe86[_0x4bee81(0x163)]||_0x5abe86[_0x4bee81(0x220)])),[];}}async[a90_0x3376b1(0x289)](_0x46b46d){const _0x17debc=a90_0x3376b1,_0x34f60d={'BCVMT':_0x17debc(0x215),'wmtaq':_0x17debc(0x1de),'MaPuI':_0x17debc(0x256),'UuVJt':function(_0x1fc7af,_0x4d9c55){return _0x1fc7af(_0x4d9c55);},'bHbEi':_0x17debc(0x270),'pnjeN':function(_0x136578,_0x416d3c){return _0x136578===_0x416d3c;},'WDrUM':_0x17debc(0x1c4),'BsmIP':_0x17debc(0x252),'CvtYh':_0x17debc(0x117),'TQNiT':_0x17debc(0x27b),'COrkq':_0x17debc(0x289),'AjwIg':_0x17debc(0x2e8),'FsXen':_0x17debc(0x2cb),'IltkL':_0x17debc(0x225)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x17debc(0x197)](_0x34f60d[_0x17debc(0x2ff)]),{};const _0xc8e1e6=_0x34f60d[_0x17debc(0x1a5)](require,_0x34f60d[_0x17debc(0x1b7)]),_0x2ba263=_0xc8e1e6[_0x17debc(0x2c5)](),_0x1783d3=_0x34f60d['pnjeN'](_0x2ba263?.[_0x17debc(0x2b0)]?.[_0x17debc(0x23e)](),_0x34f60d[_0x17debc(0x227)]);let _0x535e68='',_0x173d36=null,_0x3be26d=null;if(_0x1783d3){_0x173d36=global[_0x17debc(0x22b)]||global[_0x17debc(0x27f)]?.['currentTest']?.[_0x17debc(0x22c)]||global['__workerDetails']?.[_0x17debc(0x291)]?.['id'];if(!_0x173d36)return logger['warn'](_0x34f60d['BsmIP']),{};try{const _0x5b5dda=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x17debc(0x1a4)][_0x17debc(0x2e2)],_0x34f60d['CvtYh'],_0x34f60d['wmtaq'],_0x173d36),_0x33c5af=AccessibilityModule['loadDriverExecuteParams'](null,_0x5b5dda);_0x535e68=_0x33c5af?.[_0x17debc(0x14f)]||'',logger[_0x17debc(0x1e9)](_0x17debc(0x1f1)+_0x535e68+_0x17debc(0x1e5)+_0x173d36);const _0x1e08d6=await AccessibilityModule[_0x17debc(0x211)](_0x34f60d['wmtaq'],_0x535e68,_0x173d36),_0x57f474=this[_0x17debc(0x17f)](_0x34f60d[_0x17debc(0x2d8)])||this[_0x17debc(0x2b5)][this[_0x17debc(0x2de)]]||null,_0x350206=process[_0x17debc(0x1a4)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x214393=this['getParamsForScanForCli'](_0x34f60d[_0x17debc(0x1c8)],_0x535e68,_0x57f474,_0x350206);_0x3be26d=_0xc8e1e6[_0x17debc(0x2e0)](_0x214393,_0x1e08d6),logger[_0x17debc(0x1e9)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x17debc(0x233)](_0x3be26d));}catch(_0xda5cbd){return logger[_0x17debc(0x1b8)](_0x17debc(0x281)+_0xda5cbd[_0x17debc(0x220)]),{};}}else{_0x535e68=this[_0x17debc(0x17f)](_0x34f60d['AjwIg'])||'';!_0x535e68&&this['isMobileWebSession']()&&(_0x535e68=accessibilityHelper[_0x17debc(0x124)]());const _0x1975c3=this[_0x17debc(0x17f)](_0x34f60d[_0x17debc(0x2d8)])||this[_0x17debc(0x2b5)][this[_0x17debc(0x2de)]]||null,_0x575e46=process['env'][_0x17debc(0x1d1)]||'';_0x3be26d=this[_0x17debc(0x1e3)](_0x34f60d[_0x17debc(0x1c8)],_0x535e68,_0x1975c3,_0x575e46);}logger[_0x17debc(0x1e9)](_0x34f60d[_0x17debc(0x18f)]),await PerformanceTester[_0x17debc(0x2b8)](PerformanceA11yEvents[_0x17debc(0x2b9)],async()=>{const _0x12e005=_0x17debc,_0x350f1a=await this['executeScriptByName'](_0x46b46d,_0x34f60d[_0x12e005(0x1c5)],_0x3be26d);logger[_0x12e005(0x1e9)](_0x12e005(0x2f3)+util['format'](_0x350f1a));},{'command':_0x34f60d[_0x17debc(0x1c8)]})();const _0x27080c=await PerformanceTester[_0x17debc(0x2b8)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4b5c94=_0x17debc;return await this[_0x4b5c94(0x1dd)](_0x46b46d,_0x34f60d[_0x4b5c94(0x222)],_0x3be26d);})();if(!_0x27080c)return logger[_0x17debc(0x1e9)](_0x34f60d[_0x17debc(0x118)]),{};return _0x27080c;}catch(_0x3a4d8b){return logger[_0x17debc(0x1b8)](_0x17debc(0x1e4)+(_0x3a4d8b[_0x17debc(0x163)]||_0x3a4d8b[_0x17debc(0x220)])),{};}}async[a90_0x3376b1(0x192)](_0x27d90c,_0x228ce3,_0x6fccb0=null){const _0x145cb8=a90_0x3376b1,_0x4c804e={};_0x4c804e[_0x145cb8(0x150)]='performPageScan:\x20Page\x20is\x20null',_0x4c804e[_0x145cb8(0x1df)]=_0x145cb8(0x21b),_0x4c804e[_0x145cb8(0x1ae)]=_0x145cb8(0x29b);const _0x47fb48=_0x4c804e;try{if(!_0x27d90c)return logger[_0x145cb8(0x1e9)](_0x47fb48['bvfLr']),null;if(!_0x228ce3)return logger['debug'](_0x47fb48['DNOQE']),null;logger[_0x145cb8(0x1e9)](_0x47fb48[_0x145cb8(0x1ae)]);const _0x232715=_0x6fccb0?await _0x27d90c[_0x145cb8(0x1e7)](_0x228ce3,_0x6fccb0):await _0x27d90c[_0x145cb8(0x1e7)](_0x228ce3);return _0x232715;}catch(_0x1ecee4){return logger['error'](_0x145cb8(0x2f5)+(_0x1ecee4['stack']||_0x1ecee4[_0x145cb8(0x220)])),null;}}static[a90_0x3376b1(0x2dd)](_0x4d455f,_0x59d75d){const _0x31a79e=a90_0x3376b1,_0xe3ad81={};_0xe3ad81['ezOee']=_0x31a79e(0x2c7);const _0x4477d9=_0xe3ad81,_0x4d18ac={};_0x4d18ac[_0x31a79e(0x14f)]=_0x4d455f;const _0x26e8f8=_0x4d18ac;let _0x57f6e0={};if(_0x59d75d['getSuccess']()&&_0x59d75d[_0x31a79e(0x157)]())try{_0x57f6e0=JSON[_0x31a79e(0x162)](new Buffer(_0x59d75d[_0x31a79e(0x275)]())['toString'](_0x4477d9['ezOee']));}catch(_0x3f94d2){logger[_0x31a79e(0x1b8)](_0x31a79e(0x1d2)+_0x3f94d2['message']),_0x57f6e0={};}return CLIUtils[_0x31a79e(0x2e0)](_0x26e8f8,_0x57f6e0);}static async[a90_0x3376b1(0x211)](_0xa47a1b,_0x551ac9='',_0x3c16c0=null){const _0x3a3294=a90_0x3376b1,_0x4d261e={};_0x4d261e[_0x3a3294(0x1e8)]=_0x3a3294(0x2f0),_0x4d261e[_0x3a3294(0x185)]=_0x3a3294(0x117);const _0xd50cc7=_0x4d261e;try{if(!_0x3c16c0&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x3a3294(0x1bf)];if(!process[_0x3a3294(0x1a4)][_0x3a3294(0x2e2)])return logger[_0x3a3294(0x1b8)](_0xd50cc7[_0x3a3294(0x1e8)]),{};const _0x2950da=await GrpcClient[_0x3a3294(0x271)]()['fetchDriverExecuteParamsEvent'](process[_0x3a3294(0x1a4)][_0x3a3294(0x2e2)],_0xd50cc7[_0x3a3294(0x185)],_0xa47a1b,_0x3c16c0),_0x245187=_0x3c16c0?AccessibilityModule[_0x3a3294(0x2dd)](null,_0x2950da)?.[_0x3a3294(0x14f)]||_0x551ac9:_0x551ac9,_0x5f214a=AccessibilityModule['loadDriverExecuteParams'](_0x245187,_0x2950da);return!_0x3c16c0&&(AccessibilityModule[_0x3a3294(0x1bf)]=_0x5f214a,AccessibilityModule[_0x3a3294(0x11b)]=!![]),_0x5f214a;}catch(_0x4cf85f){return logger[_0x3a3294(0x1b8)](_0x3a3294(0x247)+_0xa47a1b+':\x20'+(_0x4cf85f[_0x3a3294(0x163)]||_0x4cf85f[_0x3a3294(0x220)])),{};}}};module[a90_0x3376b1(0x1d4)]=AccessibilityModule;
|
|
1
|
+
const a90_0x2d5ab2=a90_0x1bd4;(function(_0x4f41e2,_0x230a1a){const _0x320c8a=a90_0x1bd4,_0x570611=_0x4f41e2();while(!![]){try{const _0x224db4=-parseInt(_0x320c8a(0x2c3))/0x1*(parseInt(_0x320c8a(0x25b))/0x2)+-parseInt(_0x320c8a(0x19b))/0x3+parseInt(_0x320c8a(0x2a6))/0x4+parseInt(_0x320c8a(0x1a6))/0x5+parseInt(_0x320c8a(0x2c2))/0x6+-parseInt(_0x320c8a(0x224))/0x7+parseInt(_0x320c8a(0x2f9))/0x8;if(_0x224db4===_0x230a1a)break;else _0x570611['push'](_0x570611['shift']());}catch(_0x2bc585){_0x570611['push'](_0x570611['shift']());}}}(a90_0x5881,0x81a2c));function a90_0x1bd4(_0x401e11,_0x587cce){const _0x5881a9=a90_0x5881();return a90_0x1bd4=function(_0x1bd4e2,_0x12a5ef){_0x1bd4e2=_0x1bd4e2-0x158;let _0x4f7adc=_0x5881a9[_0x1bd4e2];return _0x4f7adc;},a90_0x1bd4(_0x401e11,_0x587cce);}const BaseModule=require(a90_0x2d5ab2(0x191)),{createClassLogger}=require(a90_0x2d5ab2(0x269)),CLIUtils=require(a90_0x2d5ab2(0x22a)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a90_0x2d5ab2(0x1e6)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a90_0x2d5ab2(0x225)),scripts=require(a90_0x2d5ab2(0x254)),logger=createClassLogger(a90_0x2d5ab2(0x2a0)),PerformanceTester=require(a90_0x2d5ab2(0x2aa)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x2d5ab2(0x15d)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x2d5ab2(0x2a9)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a90_0x2d5ab2(0x24a)),TestFrameworkConstants=require(a90_0x2d5ab2(0x2ad)),accessibilityHelper=require(a90_0x2d5ab2(0x324));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0x2d5ab2(0x307)];static [a90_0x2d5ab2(0x2a5)]=![];static [a90_0x2d5ab2(0x1fd)]={};constructor(_0x2ffc33){const _0x45410a=a90_0x2d5ab2,_0x3888c6={};_0x3888c6[_0x45410a(0x31e)]='15|10|16|11|14|8|4|12|0|7|6|5|9|1|2|13|3',_0x3888c6[_0x45410a(0x2ee)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x3888c6[_0x45410a(0x278)]='ACCESSIBILITY_INITIALIZED',_0x3888c6['OATsM']='testhub_build_uuid',_0x3888c6[_0x45410a(0x215)]=_0x45410a(0x329);const _0x3b8764=_0x3888c6,_0x2a6ac8=_0x3b8764[_0x45410a(0x31e)][_0x45410a(0x301)]('|');let _0x53343e=0x0;while(!![]){switch(_0x2a6ac8[_0x53343e++]){case'0':this['isAppAccessibility']=![];continue;case'1':logger['debug'](_0x3b8764[_0x45410a(0x2ee)]);continue;case'2':this['KEY_INIT']=_0x3b8764[_0x45410a(0x278)];continue;case'3':this[_0x45410a(0x27d)]=_0x3b8764[_0x45410a(0x317)];continue;case'4':this[_0x45410a(0x309)]=new Map();continue;case'5':this[_0x45410a(0x1b9)]=![];continue;case'6':this[_0x45410a(0x1ba)]=![];continue;case'7':this['capabilities']=[];continue;case'8':this[_0x45410a(0x1bf)]=_0x2ffc33[_0x45410a(0x298)]();continue;case'9':this[_0x45410a(0x21d)](_0x2ffc33[_0x45410a(0x250)]()[_0x45410a(0x16f)]());continue;case'10':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState['EXECUTE'],HookState[_0x45410a(0x30e)],this[_0x45410a(0x19f)][_0x45410a(0x230)](this));continue;case'11':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState[_0x45410a(0x1d5)],HookState['PRE'],this[_0x45410a(0x162)][_0x45410a(0x230)](this));continue;case'12':this['LOG_DISABLED_SHOWN']=new Map();continue;case'13':this[_0x45410a(0x289)]=_0x3b8764['TZqWl'];continue;case'14':this['isEnabled']=!![];continue;case'15':super();continue;case'16':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState[_0x45410a(0x25a)],HookState[_0x45410a(0x33b)],this['onBeforeTest'][_0x45410a(0x230)](this));continue;}break;}}[a90_0x2d5ab2(0x21c)](){const _0x306c64=a90_0x2d5ab2;return this[_0x306c64(0x21c)];}[a90_0x2d5ab2(0x17f)](){const _0x13c3b8=a90_0x2d5ab2;return AccessibilityModule[_0x13c3b8(0x15c)];}[a90_0x2d5ab2(0x29d)](){const _0x278d57=a90_0x2d5ab2;return this['accessibility']['get'](CLIUtils[_0x278d57(0x180)](),![]);}['getLogDisabledShown'](){const _0x269900=a90_0x2d5ab2;return this['LOG_DISABLED_SHOWN'][_0x269900(0x23c)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x2d5ab2(0x1ce)](_0x1ac7d3){const _0x3d38a4=a90_0x2d5ab2;this[_0x3d38a4(0x23e)][_0x3d38a4(0x2fc)](CLIUtils[_0x3d38a4(0x180)](),_0x1ac7d3);}[a90_0x2d5ab2(0x24c)](){const _0x31c8c0=a90_0x2d5ab2,_0x5e567f={'lUgYg':_0x31c8c0(0x20e),'gxvVM':function(_0x14cfcc,_0x1c7446){return _0x14cfcc(_0x1c7446);},'sOKFV':_0x31c8c0(0x29f),'MoAKO':_0x31c8c0(0x2e2),'vsLCZ':_0x31c8c0(0x1d7)};if(this[_0x31c8c0(0x1ba)]){logger['debug'](_0x5e567f[_0x31c8c0(0x258)]);return;}try{const _0x367b46=_0x5e567f[_0x31c8c0(0x2e3)](require,_0x5e567f[_0x31c8c0(0x247)]);_0x367b46&&_0x367b46[_0x31c8c0(0x290)]?(_0x367b46['patchSendMessageToServer'](),this[_0x31c8c0(0x1ba)]=!![],logger[_0x31c8c0(0x30b)](_0x5e567f[_0x31c8c0(0x23d)])):logger['debug'](_0x5e567f[_0x31c8c0(0x2f5)]);}catch(_0xaad8e1){logger[_0x31c8c0(0x30b)](_0x31c8c0(0x1d9)+util[_0x31c8c0(0x1e2)](_0xaad8e1));}}[a90_0x2d5ab2(0x274)](_0x523da4=null,_0x58da0f=null,_0x1f8733=null){const _0x488b5b=a90_0x2d5ab2,_0x5aa107={'JMinF':function(_0x448d0b,_0x376c93){return _0x448d0b&&_0x376c93;},'xmBdd':_0x488b5b(0x27e),'mMKEh':function(_0x52c202,_0x89b032){return _0x52c202(_0x89b032);},'gnHmQ':_0x488b5b(0x24b),'iKrSK':_0x488b5b(0x211),'tsjMp':_0x488b5b(0x2e0),'VvYyi':function(_0x5a82da,_0x5d9a04){return _0x5a82da===_0x5d9a04;},'kADYl':_0x488b5b(0x2d6),'hPnnK':'string','cutdR':_0x488b5b(0x222),'gPUYp':'goog:chromeOptions','kRvvM':function(_0x526c91,_0x23ae5c){return _0x526c91!==_0x23ae5c;},'zpSas':'latest','mXDqs':function(_0x1f2494){return _0x1f2494();},'NRPCL':_0x488b5b(0x17c),'jfsqE':function(_0x27f6e2,_0x10e5e8){return _0x27f6e2!==_0x10e5e8;},'Sxfav':function(_0x4afdb5,_0x122495){return _0x4afdb5>_0x122495;},'HYAAb':function(_0x139f52,_0x49daeb){return _0x139f52(_0x49daeb);},'RCTYD':_0x488b5b(0x2c9)};try{if(_0x5aa107[_0x488b5b(0x1ec)](!_0x58da0f,!_0x1f8733))return logger[_0x488b5b(0x30b)](_0x5aa107[_0x488b5b(0x18f)]),![];const {isUndefined:_0x5a85ea,isBrowserstackInfra:_0x566a1f}=_0x5aa107[_0x488b5b(0x335)](require,_0x5aa107[_0x488b5b(0x2e9)]);if(!accessibilityHelper[_0x488b5b(0x319)]())return logger[_0x488b5b(0x30b)](_0x5aa107['iKrSK']),![];const _0x41f8d3=_0x58da0f['browserName']||_0x58da0f[_0x488b5b(0x1c5)],_0x52a57e=_0x58da0f[_0x488b5b(0x31b)]||_0x58da0f['browser_version'];if(!accessibilityHelper[_0x488b5b(0x164)](_0x41f8d3))return logger[_0x488b5b(0x331)](_0x5aa107['tsjMp']),![];if(accessibilityHelper[_0x488b5b(0x1fa)](_0x41f8d3))try{const _0x2c68ff=_0x58da0f[_0x488b5b(0x2b6)],_0x3b1f1f=_0x5aa107[_0x488b5b(0x2d5)](_0x2c68ff,!![])||_0x5aa107['VvYyi'](_0x2c68ff,_0x5aa107[_0x488b5b(0x237)])||_0x5aa107[_0x488b5b(0x2d5)](typeof _0x2c68ff,_0x5aa107[_0x488b5b(0x2e1)])&&_0x5aa107[_0x488b5b(0x2d5)](_0x2c68ff[_0x488b5b(0x280)](),_0x5aa107[_0x488b5b(0x237)]);if(_0x3b1f1f)return logger['warn'](_0x5aa107['cutdR']),![];const _0x1490c3=_0x58da0f?.[_0x488b5b(0x205)]?.[_0x488b5b(0x175)]||_0x58da0f?.[_0x5aa107[_0x488b5b(0x1c8)]]?.[_0x488b5b(0x175)]||[];if(Array['isArray'](_0x1490c3)&&_0x1490c3['some'](_0x2aa6ec=>typeof _0x2aa6ec===_0x488b5b(0x276)&&(_0x2aa6ec==='--headless'||_0x2aa6ec[_0x488b5b(0x1a0)](_0x488b5b(0x1e4))&&_0x2aa6ec!==_0x488b5b(0x193))))return logger[_0x488b5b(0x331)](_0x5aa107[_0x488b5b(0x182)]),![];}catch(_0x4872e1){logger[_0x488b5b(0x30b)](_0x488b5b(0x167)+util[_0x488b5b(0x1e2)](_0x4872e1));}if(_0x5aa107[_0x488b5b(0x1f0)](_0x52a57e,_0x5aa107[_0x488b5b(0x32d)])){const _0x494594=_0x5aa107[_0x488b5b(0x18b)](_0x566a1f),_0x2df019=accessibilityHelper[_0x488b5b(0x26e)](_0x41f8d3,_0x494594),_0x94221=accessibilityHelper[_0x488b5b(0x23b)](_0x41f8d3);if(!accessibilityHelper[_0x488b5b(0x194)](_0x52a57e,_0x2df019)){const _0x4dde9a=_0x494594?'':_0x5aa107[_0x488b5b(0x1b3)];return logger[_0x488b5b(0x331)](_0x488b5b(0x1b0)+_0x94221+_0x488b5b(0x286)+_0x2df019+'\x20or\x20higher\x20'+_0x4dde9a+'.'),![];}}else{const _0x2658f3=_0x58da0f[_0x488b5b(0x31b)]||_0x58da0f[_0x488b5b(0x268)]||_0x58da0f[_0x488b5b(0x287)];if(_0x2658f3&&_0x5aa107[_0x488b5b(0x30a)](_0x2658f3,_0x5aa107[_0x488b5b(0x32d)])&&!_0x5aa107[_0x488b5b(0x202)](_0x5aa107['mMKEh'](parseFloat,_0x2658f3),_0x5aa107[_0x488b5b(0x305)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x5aa107[_0x488b5b(0x1b5)]),![];}return!![];}catch(_0x2e5471){return logger[_0x488b5b(0x30b)](_0x488b5b(0x158)+_0x2e5471['message']),![];}}[a90_0x2d5ab2(0x2b3)](_0x3c09a0=[],_0x23fad9,_0x360956=a90_0x2d5ab2(0x243)){const _0x566fe3=a90_0x2d5ab2,_0x559caa={'Rosfx':function(_0x54342c,_0x480c84){return _0x54342c===_0x480c84;},'nCKWZ':_0x566fe3(0x21e),'CpuKs':function(_0x53041d,_0x519599){return _0x53041d||_0x519599;},'IAGha':function(_0x305f08,_0x411691){return _0x305f08&&_0x411691;},'FcSKr':'unknown','Fewpg':function(_0x2bfb2c,_0xd0f952){return _0x2bfb2c===_0xd0f952;},'yVDuD':function(_0x53ed0d,_0x2d9a6a){return _0x53ed0d(_0x2d9a6a);},'SLzMt':function(_0x15af8a,_0x3acdb8){return _0x15af8a>_0x3acdb8;},'tCmQD':function(_0x36fe1a,_0x444787){return _0x36fe1a&&_0x444787;}};try{const _0x5615ba=process[_0x566fe3(0x18e)][_0x566fe3(0x1ac)]?JSON[_0x566fe3(0x25f)](process['env'][_0x566fe3(0x1ac)]):null;if(!_0x5615ba)return!![];const _0x2c1efb=Array[_0x566fe3(0x219)](_0x5615ba[_0x566fe3(0x28b)])?_0x5615ba['includeTagsInTestingScope']:[],_0x2ced16=Array[_0x566fe3(0x219)](_0x5615ba[_0x566fe3(0x1cf)])?_0x5615ba[_0x566fe3(0x1cf)]:[];if(_0x559caa[_0x566fe3(0x240)](_0x360956,_0x559caa['nCKWZ'])){let _0x2359a6;Array['isArray'](_0x3c09a0)?_0x2359a6=_0x3c09a0[_0x566fe3(0x266)]('\x20'):_0x2359a6=_0x559caa[_0x566fe3(0x1dc)](_0x3c09a0,'');const _0x54d27f=_0x2ced16[_0x566fe3(0x30d)](_0x3d6dee=>_0x2359a6[_0x566fe3(0x1df)](_0x3d6dee)),_0x5b7599=_0x559caa['Rosfx'](_0x2c1efb[_0x566fe3(0x173)],0x0)||_0x2c1efb[_0x566fe3(0x30d)](_0x2b7d0a=>_0x2359a6[_0x566fe3(0x1df)](_0x2b7d0a)),_0x3d1607=_0x559caa[_0x566fe3(0x1b2)](!_0x54d27f,_0x5b7599);return logger[_0x566fe3(0x30b)]('[platform\x20-\x20'+(_0x23fad9?.[_0x566fe3(0x20f)]?.()||_0x559caa['FcSKr'])+_0x566fe3(0x31f)+_0x3d1607+_0x566fe3(0x1d2)+_0x2359a6+_0x566fe3(0x33f)+JSON[_0x566fe3(0x1b1)](_0x2c1efb)+_0x566fe3(0x2ac)+JSON[_0x566fe3(0x1b1)](_0x2ced16)),_0x3d1607;}const _0x4a585e=Array['isArray'](_0x3c09a0)?_0x3c09a0:[];let _0x5e898f=![],_0x47a020=_0x559caa[_0x566fe3(0x306)](_0x2c1efb[_0x566fe3(0x173)],0x0);const _0x4004d8=_0x3bd058=>typeof _0x3bd058===_0x566fe3(0x276)?_0x3bd058[_0x566fe3(0x1db)](/^@/,'')[_0x566fe3(0x280)]()['trim']():_0x3bd058,_0x4900e7=new Set(_0x2c1efb[_0x566fe3(0x327)](_0x4004d8)),_0x1c37b3=new Set(_0x2ced16[_0x566fe3(0x327)](_0x4004d8));for(const _0x3d3f62 of _0x4a585e){const _0x3ede7e=_0x559caa[_0x566fe3(0x1c9)](_0x4004d8,_0x3d3f62);_0x1c37b3[_0x566fe3(0x1e0)](_0x3ede7e)&&(_0x5e898f=!![]),_0x559caa[_0x566fe3(0x32e)](_0x4900e7[_0x566fe3(0x2c0)],0x0)&&_0x4900e7[_0x566fe3(0x1e0)](_0x3ede7e)&&(_0x47a020=!![]);}const _0x430e4b=_0x559caa[_0x566fe3(0x2e6)](_0x47a020,!_0x5e898f);return logger[_0x566fe3(0x30b)](_0x566fe3(0x2c5)+(_0x23fad9?.['getPlatformIndex']?.()||_0x559caa[_0x566fe3(0x1eb)])+_0x566fe3(0x20a)+_0x430e4b+_0x566fe3(0x20c)+JSON['stringify'](_0x4a585e)+',\x20includeTags='+JSON[_0x566fe3(0x1b1)](_0x2c1efb)+_0x566fe3(0x2ac)+JSON[_0x566fe3(0x1b1)](_0x2ced16)),_0x430e4b;}catch(_0x7f2908){return logger[_0x566fe3(0x30b)](_0x566fe3(0x2c5)+(_0x23fad9?.['getPlatformIndex']?.()||_0x559caa[_0x566fe3(0x1eb)])+_0x566fe3(0x326)+_0x7f2908[_0x566fe3(0x1c7)]),![];}}async[a90_0x2d5ab2(0x1ea)](_0x1c7fde){const _0x5acf05=a90_0x2d5ab2,_0x2eb1f7={};_0x2eb1f7['gcusi']=function(_0x531b7d,_0x5c02b5){return _0x531b7d!==_0x5c02b5;},_0x2eb1f7[_0x5acf05(0x1d1)]='cucumber',_0x2eb1f7[_0x5acf05(0x17d)]=function(_0x16aec0,_0x532f2c){return _0x16aec0!==_0x532f2c;},_0x2eb1f7[_0x5acf05(0x277)]='jest',_0x2eb1f7[_0x5acf05(0x1f1)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x2eb1f7[_0x5acf05(0x1cd)]=_0x5acf05(0x2b0),_0x2eb1f7[_0x5acf05(0x33c)]=_0x5acf05(0x315),_0x2eb1f7['mGutf']=_0x5acf05(0x2b5),_0x2eb1f7[_0x5acf05(0x16e)]=_0x5acf05(0x16c),_0x2eb1f7[_0x5acf05(0x196)]=function(_0x3bec53,_0x47f5ec){return _0x3bec53===_0x47f5ec;},_0x2eb1f7[_0x5acf05(0x2ca)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x2eb1f7[_0x5acf05(0x2fa)]=_0x5acf05(0x233),_0x2eb1f7[_0x5acf05(0x15b)]=function(_0x331e6d,_0x5181b7){return _0x331e6d>_0x5181b7;},_0x2eb1f7[_0x5acf05(0x2a7)]=function(_0x2c168e,_0x204938){return _0x2c168e===_0x204938;},_0x2eb1f7[_0x5acf05(0x232)]=_0x5acf05(0x2e8),_0x2eb1f7[_0x5acf05(0x270)]=_0x5acf05(0x265),_0x2eb1f7['PjvJX']=function(_0x45ffad,_0x1a8743){return _0x45ffad&&_0x1a8743;},_0x2eb1f7[_0x5acf05(0x291)]=_0x5acf05(0x2ff),_0x2eb1f7[_0x5acf05(0x1d6)]=_0x5acf05(0x2d6);const _0x37ccda=_0x2eb1f7;if(_0x37ccda[_0x5acf05(0x18a)](_0x1c7fde[_0x5acf05(0x26c)],_0x37ccda['GwJDx'])&&_0x37ccda[_0x5acf05(0x17d)](_0x1c7fde[_0x5acf05(0x26c)],_0x37ccda['YyClV'])){logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x1f1)]);return;}try{const _0x2f29ed=AutomationFramework['getTrackedInstance'](),_0x23a7a8=TestFramework[_0x5acf05(0x1dd)](),_0x5086b3=_0x1c7fde[_0x5acf05(0x238)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x275)]||null;if(!_0x5086b3){_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x1cd)],!![]);logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x33c)]);return;}logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x2b1)]);const _0x426dfa=_0x23a7a8?.[_0x5acf05(0x234)](_0x37ccda[_0x5acf05(0x16e)],![]),_0x37dfde=_0x23a7a8?.[_0x5acf05(0x234)](_0x37ccda['ybLyf'],![]);if(_0x37ccda['UqVHq'](_0x426dfa,![])&&_0x37ccda[_0x5acf05(0x196)](_0x37dfde,![])){_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x16e)],!![]);logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x2ca)]);return;}_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x1cd)],!![]);let _0x3db72d,_0x5cb55d;const _0x383e49=_0x1c7fde[_0x5acf05(0x26c)]||_0x37ccda[_0x5acf05(0x1d1)];if(_0x37ccda[_0x5acf05(0x196)](_0x383e49,_0x37ccda[_0x5acf05(0x277)])){_0x5cb55d=_0x1c7fde['testInfo']?.[_0x5acf05(0x192)]||_0x1c7fde[_0x5acf05(0x32c)]?.['id']||global[_0x5acf05(0x263)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.[_0x5acf05(0x192)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.['id'];const _0x5207bf=_0x23a7a8?.[_0x5acf05(0x24f)]()?.[_0x5acf05(0x23c)](_0x5cb55d);if(_0x5207bf&&_0x5207bf[TestFrameworkConstants[_0x5acf05(0x20d)]])_0x3db72d=_0x5207bf[TestFrameworkConstants[_0x5acf05(0x20d)]];else{if(_0x1c7fde[_0x5acf05(0x32c)]?.[_0x5acf05(0x2bc)])_0x3db72d=_0x1c7fde['testInfo'][_0x5acf05(0x2bc)];else global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.[_0x5acf05(0x32c)]?.[_0x5acf05(0x2bc)]?_0x3db72d=global['__workerDetails'][_0x5acf05(0x1ae)][_0x5acf05(0x32c)]['titlePath']:_0x3db72d=_0x37ccda[_0x5acf05(0x2fa)];}logger[_0x5acf05(0x30b)](_0x5acf05(0x302)+_0x5cb55d+_0x5acf05(0x1d2)+JSON[_0x5acf05(0x1b1)](_0x3db72d));}else{_0x5cb55d=this['getTestId'](_0x1c7fde);const _0x20d24e=TestInfo[_0x5acf05(0x328)](_0x5cb55d);let _0x5256e4=[];if(_0x20d24e&&Array[_0x5acf05(0x219)](_0x20d24e['test_tags'])&&_0x37ccda[_0x5acf05(0x15b)](_0x20d24e[_0x5acf05(0x265)][_0x5acf05(0x173)],0x0))_0x5256e4=_0x20d24e[_0x5acf05(0x265)];else{if(_0x23a7a8){const _0x799b41=_0x37ccda[_0x5acf05(0x2a7)](typeof _0x23a7a8['getData'],_0x37ccda[_0x5acf05(0x232)])?_0x23a7a8['getData'](_0x37ccda['oABzl'],[]):_0x23a7a8[_0x5acf05(0x265)]||[];Array[_0x5acf05(0x219)](_0x799b41)&&(_0x5256e4=_0x799b41);}}_0x3db72d=_0x5256e4;}logger[_0x5acf05(0x2d9)](_0x5acf05(0x294)+JSON[_0x5acf05(0x1b1)](_0x3db72d));const _0x38f893=this[_0x5acf05(0x274)](_0x2f29ed,_0x1c7fde[_0x5acf05(0x2c1)],_0x1c7fde[_0x5acf05(0x1b8)]);logger[_0x5acf05(0x30b)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x38f893+_0x5acf05(0x30f)+this[_0x5acf05(0x1ff)]);const _0x396c20=this[_0x5acf05(0x2b3)](_0x3db72d,_0x2f29ed,_0x383e49),_0x1c7e98=_0x37ccda[_0x5acf05(0x2af)](_0x38f893,_0x396c20),_0xdcaec1=CLIUtils['getCurrentInstanceName']();this[_0x5acf05(0x309)]['set'](_0xdcaec1,_0x1c7e98),global[_0x5acf05(0x28a)]?.[_0x5acf05(0x2f3)]&&global[_0x5acf05(0x28a)][_0x5acf05(0x2f3)]()[_0x5acf05(0x189)](_0x1c7e98),logger[_0x5acf05(0x30b)](_0x5acf05(0x2c5)+(_0x2f29ed?.[_0x5acf05(0x20f)]?.()||_0x37ccda[_0x5acf05(0x291)])+_0x5acf05(0x312)+_0x1c7e98),_0x1c7e98?(global['accessibilityPlatform']=!![],process[_0x5acf05(0x18e)][_0x5acf05(0x272)]=_0x37ccda[_0x5acf05(0x1d6)],this[_0x5acf05(0x24c)]()):global[_0x5acf05(0x23a)]=![];}catch(_0x21de48){logger[_0x5acf05(0x15f)](_0x5acf05(0x32a)+(_0x21de48[_0x5acf05(0x310)]||_0x21de48[_0x5acf05(0x1c7)]));const _0x4bb1dd=CLIUtils[_0x5acf05(0x180)]();this[_0x5acf05(0x309)][_0x5acf05(0x2fc)](_0x4bb1dd,![]),global['accessibilityPlatform']=![];}}[a90_0x2d5ab2(0x282)](){const _0x367eef=a90_0x2d5ab2;return this[_0x367eef(0x2ce)]['find'](_0x57dea8=>_0x57dea8[_0x367eef(0x241)]()===_0x367eef(0x206))?.[_0x367eef(0x239)]()||'';}[a90_0x2d5ab2(0x332)](_0x1334e3){const _0x5c6ecb=a90_0x2d5ab2;try{const _0x102320=this[_0x5c6ecb(0x1bf)]?.[_0x5c6ecb(0x186)]?.[_0x5c6ecb(0x2ef)]||[],_0x377409=_0x102320[_0x5c6ecb(0x32f)](_0x134e1f=>_0x134e1f[_0x5c6ecb(0x307)]===_0x1334e3);return _0x377409?_0x377409[_0x5c6ecb(0x15e)]:null;}catch(_0x2b549c){return logger[_0x5c6ecb(0x30b)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1334e3+':\x20'+_0x2b549c['message']),null;}}async['setAccessibilityConfig'](_0x104888,_0x3fd8ef){const _0x58ac83=a90_0x2d5ab2,_0x338485=_0x104888[_0x58ac83(0x176)]()[_0x58ac83(0x250)](),_0x3ac57f=_0x338485['getScriptsList'](),_0x56f811=_0x338485['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x58ac83(0x339)](_0x3ac57f,_0x56f811),scripts[_0x58ac83(0x262)]();const _0x540998=_0x338485[_0x58ac83(0x16f)]();this[_0x58ac83(0x2ce)]=_0x338485['getCapabilitiesList'](),await this[_0x58ac83(0x21d)](_0x540998,_0x3fd8ef[_0x58ac83(0x1b8)]);}async['setAccessibilityToken'](_0xcb3ad7,_0x296b3f={}){const _0x43ff62=a90_0x2d5ab2,_0x225ac9={'ForgK':function(_0x2fbc04,_0x7e1bc9){return _0x2fbc04===_0x7e1bc9;},'UklPd':'accessibilityToken','aKJRT':'browserstack.accessibilityOptions.authToken','MQjHa':function(_0xe2cd14,_0x3bdf43){return _0xe2cd14(_0x3bdf43);},'SJzjn':_0x43ff62(0x324),'yAjNm':function(_0x2a9ad4,_0x3760a2){return _0x2a9ad4(_0x3760a2);},'ZuXZV':_0x43ff62(0x24b),'aaQkr':_0x43ff62(0x216),'KEIKM':'browserstack.accessibilityOptions.wcagVersion','MdVTl':_0x43ff62(0x2f8),'wNtzo':_0x43ff62(0x181),'tyVUz':_0x43ff62(0x313),'TtpPt':_0x43ff62(0x2e5),'QfUfN':function(_0x3fb84d,_0x59982d){return _0x3fb84d===_0x59982d;},'dZdOh':_0x43ff62(0x330),'viuvS':function(_0x4f6fa9,_0x56d79f){return _0x4f6fa9(_0x56d79f);},'FWDvW':'true'};global['__accessibilityOptions']=global[_0x43ff62(0x159)]||{};for(const _0x5ebad1 of _0xcb3ad7){logger[_0x43ff62(0x2d9)]('name:\x20'+_0x5ebad1['getName']()+'\x20value='+_0x5ebad1['getValue']());if(_0x225ac9[_0x43ff62(0x1e5)](_0x5ebad1[_0x43ff62(0x241)](),_0x225ac9[_0x43ff62(0x172)])){const _0x5edf37=_0x5ebad1['getValue']();process[_0x43ff62(0x18e)][_0x43ff62(0x1a1)]=_0x5edf37,global[_0x43ff62(0x159)][_0x225ac9[_0x43ff62(0x2ba)]]=_0x5edf37;const _0x3fcb1a=_0x225ac9[_0x43ff62(0x1da)](require,_0x225ac9[_0x43ff62(0x2a1)]),{isTrue:_0x4fa5a5}=_0x225ac9[_0x43ff62(0x184)](require,_0x225ac9['ZuXZV']),_0xc2d865=_0x3fcb1a['parseA11yJwtPayload'](_0x5edf37);_0xc2d865&&_0x225ac9[_0x43ff62(0x184)](_0x4fa5a5,_0xc2d865[_0x43ff62(0x26a)])&&(process[_0x43ff62(0x18e)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x225ac9['ForgK'](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x166)]))global[_0x43ff62(0x159)][_0x225ac9['KEIKM']]=_0x5ebad1[_0x43ff62(0x239)]();else{if(_0x225ac9[_0x43ff62(0x1e5)](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x246)]))global['__accessibilityOptions'][_0x225ac9[_0x43ff62(0x2c8)]]=_0x5ebad1['getValue']();else{if(_0x225ac9['ForgK'](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x31a)]))global[_0x43ff62(0x159)][_0x225ac9[_0x43ff62(0x26b)]]=_0x5ebad1[_0x43ff62(0x239)]();else{if(_0x225ac9[_0x43ff62(0x2d4)](_0x5ebad1[_0x43ff62(0x241)](),_0x225ac9[_0x43ff62(0x259)])){const _0x59f73e=_0x5ebad1[_0x43ff62(0x239)]();process[_0x43ff62(0x18e)][_0x43ff62(0x165)]=_0x225ac9['viuvS'](String,_0x225ac9[_0x43ff62(0x2d4)](_0x59f73e,!![])||_0x225ac9[_0x43ff62(0x2d4)](_0x59f73e,_0x225ac9[_0x43ff62(0x22c)])),logger[_0x43ff62(0x30b)](_0x43ff62(0x242)+_0x59f73e+_0x43ff62(0x1a7)+process[_0x43ff62(0x18e)][_0x43ff62(0x165)]);}}}}}}}async[a90_0x2d5ab2(0x162)](_0x47393e){const _0x2984f7=a90_0x2d5ab2,_0x5109e0={};_0x5109e0[_0x2984f7(0x15a)]=function(_0x55fa4e,_0x1f5d67){return _0x55fa4e!==_0x1f5d67;},_0x5109e0[_0x2984f7(0x25c)]='cucumber',_0x5109e0[_0x2984f7(0x2bb)]=function(_0x450174,_0x254c83){return _0x450174!==_0x254c83;},_0x5109e0[_0x2984f7(0x264)]=_0x2984f7(0x21e),_0x5109e0[_0x2984f7(0x1f8)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5109e0['AaDuq']=_0x2984f7(0x2ff);const _0xd506a4=_0x5109e0;if(_0xd506a4[_0x2984f7(0x15a)](_0x47393e[_0x2984f7(0x26c)],_0xd506a4[_0x2984f7(0x25c)])&&_0xd506a4[_0x2984f7(0x2bb)](_0x47393e[_0x2984f7(0x26c)],_0xd506a4['OOgPk'])){logger[_0x2984f7(0x30b)](_0xd506a4['YoaBI']);return;}const _0x368ad4=_0x47393e['testInfo']?.[_0x2984f7(0x192)]||_0x47393e[_0x2984f7(0x32c)]?.['id']||global[_0x2984f7(0x263)];logger['info'](_0x2984f7(0x2db)+_0x47393e[_0x2984f7(0x26c)]+_0x2984f7(0x213)+_0x368ad4);try{const _0x1ba264=_0x47393e['instance']||AutomationFramework[_0x2984f7(0x1dd)](),_0x213b18=CLIUtils['getCurrentInstanceName'](),_0x1a2051=this[_0x2984f7(0x29d)]();logger[_0x2984f7(0x30b)](_0x2984f7(0x2c5)+(_0x1ba264?.[_0x2984f7(0x20f)]?.()||_0xd506a4[_0x2984f7(0x2be)])+_0x2984f7(0x325)+_0x1a2051),_0x1a2051&&await this['stopTestCapture'](_0x1ba264,_0x47393e),this[_0x2984f7(0x309)][_0x2984f7(0x33a)](_0x213b18),this[_0x2984f7(0x23e)][_0x2984f7(0x33a)](_0x213b18);}catch(_0x25f32a){logger[_0x2984f7(0x15f)](_0x2984f7(0x160)+(_0x25f32a[_0x2984f7(0x310)]||_0x25f32a[_0x2984f7(0x1c7)]));}}async[a90_0x2d5ab2(0x223)](_0x21f209,_0x4050ba){const _0x4192f3=a90_0x2d5ab2,_0x79dafa={};_0x79dafa[_0x4192f3(0x170)]=function(_0x3372ad,_0x496d38){return _0x3372ad===_0x496d38;},_0x79dafa[_0x4192f3(0x336)]='function',_0x79dafa[_0x4192f3(0x1af)]=function(_0x2c4377,_0x57b766){return _0x2c4377===_0x57b766;},_0x79dafa['cbMSd']=_0x4192f3(0x21e),_0x79dafa[_0x4192f3(0x285)]=_0x4192f3(0x243),_0x79dafa[_0x4192f3(0x314)]=_0x4192f3(0x217),_0x79dafa[_0x4192f3(0x23f)]=_0x4192f3(0x309),_0x79dafa['KKSjs']='saveResults',_0x79dafa['itdva']=_0x4192f3(0x2ff),_0x79dafa['AetOK']='present',_0x79dafa[_0x4192f3(0x190)]=_0x4192f3(0x236),_0x79dafa[_0x4192f3(0x2c4)]=function(_0x1ae410,_0x2fb397){return _0x1ae410===_0x2fb397;},_0x79dafa['BOytc']=function(_0x4443ba,_0x30b676){return _0x4443ba||_0x30b676;},_0x79dafa['hFLSz']=function(_0x2bf205,_0x20f300){return _0x2bf205||_0x20f300;},_0x79dafa['ehxGK']=_0x4192f3(0x2fd),_0x79dafa['FDNcx']='AUTOMATION_SESSIONS',_0x79dafa[_0x4192f3(0x2b9)]=_0x4192f3(0x2d8);const _0x21d2e7=_0x79dafa;try{const _0x2c7915=_0x4050ba[_0x4192f3(0x26c)]||(_0x21d2e7['rxcST'](this[_0x4192f3(0x2da)]?.[_0x4192f3(0x307)]?.[_0x4192f3(0x280)](),_0x21d2e7[_0x4192f3(0x2e7)])?_0x21d2e7['cbMSd']:_0x21d2e7[_0x4192f3(0x285)]);let _0x20be83='',_0x333637=null,_0x4157d6=null;if(_0x21d2e7[_0x4192f3(0x1af)](_0x2c7915,_0x21d2e7[_0x4192f3(0x2e7)])){_0x333637=_0x4050ba[_0x4192f3(0x32c)]?.['testAnalyticsId']||_0x4050ba['testInfo']?.['id']||global[_0x4192f3(0x263)];if(!_0x333637){logger[_0x4192f3(0x331)](_0x21d2e7['XZNdF']);return;}try{const _0x4bf7a0=await GrpcClient[_0x4192f3(0x21b)]()[_0x4192f3(0x1cc)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x21d2e7[_0x4192f3(0x23f)],_0x21d2e7[_0x4192f3(0x31c)],_0x333637),_0x26a1b0=AccessibilityModule[_0x4192f3(0x18d)](null,_0x4bf7a0);_0x20be83=_0x26a1b0?.[_0x4192f3(0x22f)]||'',logger[_0x4192f3(0x30b)](_0x4192f3(0x257)+_0x20be83+_0x4192f3(0x220)+_0x333637),_0x4157d6=_0x4bf7a0;}catch(_0xb3e0a7){logger[_0x4192f3(0x15f)](_0x4192f3(0x200)+_0xb3e0a7[_0x4192f3(0x1c7)]);return;}}else{const _0x4fd87c=this[_0x4192f3(0x2f6)](_0x4050ba);_0x20be83=TestInfo[_0x4192f3(0x267)](_0x4fd87c);}const _0x4a24cb=((()=>{const _0x365262=_0x4192f3,_0x3bce3c=(this[_0x365262(0x1bf)]?.[_0x365262(0x186)]?.[_0x365262(0x2ef)]||[])[_0x365262(0x32f)](_0x12a627=>(typeof _0x12a627['getName']===_0x365262(0x2e8)?_0x12a627[_0x365262(0x241)]():_0x12a627[_0x365262(0x307)])===this['KEY_TESTHUB_BUILD_ID']);return _0x3bce3c?_0x21d2e7[_0x365262(0x170)](typeof _0x3bce3c[_0x365262(0x239)],_0x21d2e7[_0x365262(0x336)])?_0x3bce3c[_0x365262(0x239)]():_0x3bce3c[_0x365262(0x15e)]:'';})()),_0x1bb20b=process[_0x4192f3(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x4192f3(0x30b)]('[platform\x20-\x20'+(_0x21f209?.['getPlatformIndex']?.()||_0x21d2e7[_0x4192f3(0x26d)])+']\x20clear\x20'+_0x20be83+'\x20testHubUuid='+_0x4a24cb+_0x4192f3(0x1ab)+(_0x1bb20b?_0x21d2e7[_0x4192f3(0x1a2)]:_0x21d2e7[_0x4192f3(0x190)]));let _0x32ebd7;if(_0x21d2e7[_0x4192f3(0x2c4)](_0x2c7915,_0x21d2e7[_0x4192f3(0x2e7)]))_0x32ebd7=AccessibilityModule[_0x4192f3(0x18d)](_0x20be83,_0x4157d6);else{const _0x11fb0c=await GrpcClient[_0x4192f3(0x21b)]()[_0x4192f3(0x1cc)](process['env'][_0x4192f3(0x304)],_0x21d2e7[_0x4192f3(0x23f)],_0x21d2e7[_0x4192f3(0x31c)]);_0x32ebd7=AccessibilityModule[_0x4192f3(0x18d)](_0x20be83,_0x11fb0c);}logger[_0x4192f3(0x30b)](_0x4192f3(0x2dc)+JSON[_0x4192f3(0x1b1)](_0x32ebd7));const _0x27580d=Object[_0x4192f3(0x2d1)]({},{'thTestRunUuid':_0x21d2e7[_0x4192f3(0x261)](_0x20be83,''),'thBuildUuid':_0x21d2e7[_0x4192f3(0x2d2)](_0x4a24cb,''),'thJwtToken':_0x21d2e7['BOytc'](_0x1bb20b,'')},_0x32ebd7);!this['isAppAccessibility']&&this[_0x4192f3(0x1c2)]()&&(_0x27580d[_0x4192f3(0x28e)]=!![],logger['debug'](_0x21d2e7[_0x4192f3(0x27a)]));logger[_0x4192f3(0x30b)](_0x4192f3(0x279)+_0x20be83+_0x4192f3(0x30f)+this[_0x4192f3(0x1ff)]);let _0x124aa6=global[_0x4192f3(0x1b7)]?.[_0x4192f3(0x275)]||null;!_0x124aa6&&(_0x124aa6=AutomationFramework['getState'](_0x21f209,_0x21d2e7[_0x4192f3(0x16a)],null)),!_0x124aa6&&(_0x124aa6=AutomationFramework['getState'](_0x21f209,_0x21d2e7[_0x4192f3(0x2b9)],null)),await this[_0x4192f3(0x33d)](this[_0x4192f3(0x29d)](),_0x20be83,_0x124aa6,_0x27580d,this[_0x4192f3(0x1ff)]);}catch(_0x3ada91){logger[_0x4192f3(0x15f)](_0x4192f3(0x1a9)+(_0x3ada91[_0x4192f3(0x310)]||_0x3ada91[_0x4192f3(0x1c7)]));}}async[a90_0x2d5ab2(0x33d)](_0x970f43,_0x10d1f2,_0x4dcd44,_0x55ed2b,_0x1ec1bb){const _0x5c11d0=a90_0x2d5ab2,_0x63217d={};_0x63217d[_0x5c11d0(0x171)]=_0x5c11d0(0x316),_0x63217d[_0x5c11d0(0x2cd)]=function(_0x3ff1bf,_0x26e5c3){return _0x3ff1bf&&_0x26e5c3;},_0x63217d[_0x5c11d0(0x209)]=_0x5c11d0(0x284),_0x63217d['wFuOH']=function(_0x281e05,_0x20259c){return _0x281e05===_0x20259c;},_0x63217d[_0x5c11d0(0x199)]='null',_0x63217d[_0x5c11d0(0x218)]=function(_0x24cf5f,_0x4270fc){return _0x24cf5f===_0x4270fc;},_0x63217d['GlWQj']=_0x5c11d0(0x1e9),_0x63217d[_0x5c11d0(0x19c)]='Performing\x20scan\x20before\x20from\x20cli',_0x63217d[_0x5c11d0(0x2f1)]='afterTestHook',_0x63217d['zspBn']=_0x5c11d0(0x1c0),_0x63217d[_0x5c11d0(0x2ed)]=_0x5c11d0(0x183),_0x63217d[_0x5c11d0(0x2f0)]=_0x5c11d0(0x1c1),_0x63217d[_0x5c11d0(0x1f9)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x279584=_0x63217d;try{const _0x496cc5=this[_0x5c11d0(0x1f3)](_0x279584[_0x5c11d0(0x171)]);if(_0x279584['vbovV'](!_0x1ec1bb,!_0x496cc5)){logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x209)]);return;}if(!_0x10d1f2||_0x279584[_0x5c11d0(0x2c7)](_0x10d1f2,_0x279584[_0x5c11d0(0x199)])||_0x279584[_0x5c11d0(0x218)](_0x10d1f2,'')){logger['debug'](_0x279584[_0x5c11d0(0x1bb)]);return;}logger[_0x5c11d0(0x30b)](_0x5c11d0(0x248)+JSON[_0x5c11d0(0x1b1)](_0x55ed2b)),_0x970f43&&(logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x19c)]),await this[_0x5c11d0(0x1ee)](_0x4dcd44,_0x10d1f2,_0x279584[_0x5c11d0(0x2f1)],_0x55ed2b,_0x1ec1bb,_0x279584[_0x5c11d0(0x29e)]),_0x279584[_0x5c11d0(0x2cd)](!_0x1ec1bb,_0x496cc5)&&(logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x2ed)]),await PerformanceTester[_0x5c11d0(0x1ed)](_0x279584['SByTA'],async()=>{const _0x3a907e=_0x5c11d0;await this[_0x3a907e(0x1ee)](_0x4dcd44,_0x10d1f2,_0x279584[_0x3a907e(0x171)],_0x55ed2b,_0x1ec1bb,_0x279584[_0x3a907e(0x171)]);})()),logger[_0x5c11d0(0x2d9)](_0x279584[_0x5c11d0(0x1f9)]));}catch(_0x100dcf){logger[_0x5c11d0(0x15f)](_0x5c11d0(0x1c6)+(_0x100dcf[_0x5c11d0(0x310)]||_0x100dcf[_0x5c11d0(0x1c7)]));}}async[a90_0x2d5ab2(0x19f)](_0x56128c){const _0x2b43c3=a90_0x2d5ab2,_0x560e38={};_0x560e38['Ovkio']=function(_0x3142fa,_0x48ed21){return _0x3142fa!==_0x48ed21;},_0x560e38[_0x2b43c3(0x17a)]=_0x2b43c3(0x243),_0x560e38[_0x2b43c3(0x177)]=function(_0x200af5,_0x3ac7da){return _0x200af5!==_0x3ac7da;},_0x560e38[_0x2b43c3(0x323)]=_0x2b43c3(0x21e),_0x560e38[_0x2b43c3(0x288)]=_0x2b43c3(0x321),_0x560e38[_0x2b43c3(0x2b8)]=_0x2b43c3(0x2ff),_0x560e38['jUGTB']=_0x2b43c3(0x2dd),_0x560e38[_0x2b43c3(0x253)]=function(_0xec63c8,_0x27b190){return _0xec63c8===_0x27b190;},_0x560e38[_0x2b43c3(0x29c)]=_0x2b43c3(0x19a),_0x560e38[_0x2b43c3(0x2bf)]=_0x2b43c3(0x309),_0x560e38[_0x2b43c3(0x271)]=_0x2b43c3(0x26f),_0x560e38['CDCbl']='test_run_id',_0x560e38[_0x2b43c3(0x299)]=_0x2b43c3(0x187),_0x560e38[_0x2b43c3(0x2b7)]=_0x2b43c3(0x1c0),_0x560e38[_0x2b43c3(0x295)]=_0x2b43c3(0x236);const _0x97ab8b=_0x560e38;if(_0x97ab8b[_0x2b43c3(0x1d4)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x17a)])&&_0x97ab8b[_0x2b43c3(0x177)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x323)])){logger[_0x2b43c3(0x30b)](_0x97ab8b['UwMap']);return;}logger['debug'](_0x2b43c3(0x28c)+(_0x56128c[_0x2b43c3(0x231)]||_0x97ab8b[_0x2b43c3(0x2b8)])+',\x20framework='+_0x56128c['testFramework']);try{const _0x5cb440=_0x56128c[_0x2b43c3(0x174)]||AutomationFramework[_0x2b43c3(0x1dd)](),_0x13b189=TestFramework[_0x2b43c3(0x1dd)](),_0x414932=_0x56128c[_0x2b43c3(0x231)]||_0x56128c[_0x2b43c3(0x2a2)]?.[_0x2b43c3(0x241)]();if(!_0x414932){logger[_0x2b43c3(0x30b)](_0x97ab8b['jUGTB']);return;}if(!this[_0x2b43c3(0x29d)]()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x414932);return;}if(!this[_0x2b43c3(0x1ad)](_0x414932)){logger[_0x2b43c3(0x30b)](_0x2b43c3(0x1a3)+_0x414932+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x131626=_0x56128c['page']||global[_0x2b43c3(0x1b7)]?.['pwPage'];if(!_0x131626){logger[_0x2b43c3(0x30b)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x414932);return;}let _0x1759f9='',_0x11c117=null;if(_0x97ab8b[_0x2b43c3(0x253)](_0x56128c['testFramework'],_0x97ab8b[_0x2b43c3(0x323)])){_0x11c117=_0x56128c[_0x2b43c3(0x32c)]?.['testAnalyticsId']||_0x56128c[_0x2b43c3(0x32c)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x11c117){logger['warn'](_0x97ab8b[_0x2b43c3(0x29c)]);return;}try{const _0x42b5dd=await GrpcClient[_0x2b43c3(0x21b)]()[_0x2b43c3(0x1cc)](process[_0x2b43c3(0x18e)][_0x2b43c3(0x304)],_0x97ab8b[_0x2b43c3(0x2bf)],_0x97ab8b[_0x2b43c3(0x271)],_0x11c117),_0x4d3593=AccessibilityModule[_0x2b43c3(0x18d)](null,_0x42b5dd);_0x1759f9=_0x4d3593?.[_0x2b43c3(0x22f)]||'',logger[_0x2b43c3(0x30b)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1759f9+_0x2b43c3(0x220)+_0x11c117);}catch(_0x5446aa){logger[_0x2b43c3(0x15f)](_0x2b43c3(0x340)+_0x5446aa[_0x2b43c3(0x1c7)]);return;}}else _0x1759f9=this['getCapabilityValue'](_0x97ab8b[_0x2b43c3(0x2fe)])||'',!_0x1759f9&&this[_0x2b43c3(0x1c2)]()&&(_0x1759f9=accessibilityHelper[_0x2b43c3(0x1bd)]());const _0xa90ccd=this['getCapabilityValue'](_0x97ab8b['RQZrd'])||this[_0x2b43c3(0x1bf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x46154c=process[_0x2b43c3(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x445585=this['getParamsForScanForCli'](_0x414932,_0x1759f9,_0xa90ccd,_0x46154c),_0x13495e=_0x97ab8b[_0x2b43c3(0x253)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x323)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97ab8b[_0x2b43c3(0x2b7)],_0x1759f9,_0x11c117):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97ab8b[_0x2b43c3(0x2b7)],_0x1759f9);logger[_0x2b43c3(0x2d9)]('ScanArgs:\x20'+(_0x445585?JSON['stringify'](_0x445585):_0x97ab8b[_0x2b43c3(0x295)]));const _0x5c6446=CLIUtils['mergeObject'](_0x445585,_0x13495e);logger['info'](_0x2b43c3(0x1ef)+(_0x5c6446?JSON[_0x2b43c3(0x1b1)](_0x5c6446):_0x97ab8b[_0x2b43c3(0x295)])),logger[_0x2b43c3(0x30b)](_0x2b43c3(0x244)+_0x414932);const _0x539a14=await this[_0x2b43c3(0x1ee)](_0x131626,_0x1759f9,_0x414932,_0x5c6446,this['isAppAccessibility']);logger['debug'](_0x2b43c3(0x2a4)+_0x414932+_0x2b43c3(0x25e)+JSON['stringify'](_0x539a14));}catch(_0x3673c2){logger[_0x2b43c3(0x15f)](_0x2b43c3(0x2df)+(_0x3673c2[_0x2b43c3(0x310)]||_0x3673c2[_0x2b43c3(0x1c7)]));}}[a90_0x2d5ab2(0x318)](){const _0x14ff9f=a90_0x2d5ab2;return this[_0x14ff9f(0x29d)]();}[a90_0x2d5ab2(0x197)](_0xe04ef6){const _0x572fa7=a90_0x2d5ab2,_0x48edc7=CLIUtils[_0x572fa7(0x180)]();this[_0x572fa7(0x309)][_0x572fa7(0x2fc)](_0x48edc7,_0xe04ef6);}async[a90_0x2d5ab2(0x1d3)](_0x266ad8){const _0x5589fc=a90_0x2d5ab2,_0xe2ee1f={};_0xe2ee1f[_0x5589fc(0x16d)]='unknown';const _0x306f24=_0xe2ee1f;try{const _0x299847=_0x266ad8[_0x5589fc(0x174)]||AutomationFramework[_0x5589fc(0x1dd)](),_0x2ed45a=_0x299847?.[_0x5589fc(0x234)]?.()?.[_0x5589fc(0x23c)]?.(this[_0x5589fc(0x24d)])||![];if(_0x2ed45a)return;PerformanceTester[_0x5589fc(0x256)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x10fe9a=await GrpcClient[_0x5589fc(0x21b)]()['getAccessibilityConfig'](_0x266ad8);_0x10fe9a&&_0x10fe9a[_0x5589fc(0x176)]&&_0x10fe9a[_0x5589fc(0x176)]()&&_0x10fe9a[_0x5589fc(0x176)]()[_0x5589fc(0x2eb)]()?(await this[_0x5589fc(0x203)](_0x10fe9a,_0x266ad8),_0x299847?.['getData']&&_0x299847[_0x5589fc(0x234)]()[_0x5589fc(0x2fc)](this['KEY_INIT'],!![]),logger[_0x5589fc(0x30b)]('[platform\x20-\x20'+(_0x299847?.[_0x5589fc(0x20f)]?.()||_0x306f24[_0x5589fc(0x16d)])+_0x5589fc(0x1ca))):logger[_0x5589fc(0x30b)](_0x5589fc(0x2c5)+(_0x299847?.[_0x5589fc(0x20f)]?.()||_0x306f24[_0x5589fc(0x16d)])+_0x5589fc(0x21f)),PerformanceTester[_0x5589fc(0x338)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x425295){PerformanceTester[_0x5589fc(0x338)](EVENTS[_0x5589fc(0x2f4)],![],_0x425295[_0x5589fc(0x1c7)]),logger['error'](_0x5589fc(0x311)+(_0x425295['stack']||_0x425295['message']));}}async[a90_0x2d5ab2(0x203)](_0x2a7318,_0x53c864){const _0x28acf6=a90_0x2d5ab2;await this[_0x28acf6(0x1f4)](_0x2a7318,_0x53c864);const _0x2b95a5=_0x2a7318[_0x28acf6(0x176)]()[_0x28acf6(0x250)]();if(_0x2b95a5){const _0x565386=_0x2a7318['getTesthub']&&_0x2a7318[_0x28acf6(0x1a4)]();_0x565386&&(this[_0x28acf6(0x1bf)][this[_0x28acf6(0x27d)]]=_0x565386[_0x28acf6(0x1fe)]&&_0x565386[_0x28acf6(0x1fe)]());}}[a90_0x2d5ab2(0x1ad)](_0x586e25){const _0x224083=a90_0x2d5ab2,_0x1f4851={};_0x1f4851['YfiSR']=function(_0x2d6cb8,_0x366ec0){return _0x2d6cb8===_0x366ec0;};const _0x2d10e0=_0x1f4851;try{if(!_0x586e25)return![];const _0x2cd339=this[_0x224083(0x1bf)]?.[_0x224083(0x186)]?.['commandsToWrap']?.['commandsList']||[],_0x2c2bda=_0x2cd339['some'](_0x45b881=>{const _0x37abd7=_0x224083;return _0x45b881[_0x37abd7(0x307)]&&_0x2d10e0[_0x37abd7(0x2ae)](_0x45b881['name']['toLowerCase'](),_0x586e25['toLowerCase']());});return logger[_0x224083(0x30b)](_0x224083(0x1d0)+_0x586e25+_0x224083(0x24e)+_0x2c2bda+_0x224083(0x201)+JSON[_0x224083(0x1b1)](_0x2cd339[_0x224083(0x327)](_0x12aca3=>_0x12aca3[_0x224083(0x307)]))),_0x2c2bda;}catch(_0x51e319){return logger[_0x224083(0x30b)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x51e319[_0x224083(0x1c7)]),![];}}[a90_0x2d5ab2(0x212)](_0x431746){const _0x6878bd=a90_0x2d5ab2,_0x146b71={};_0x146b71[_0x6878bd(0x255)]=function(_0x2b93ce,_0x4a6575){return _0x2b93ce===_0x4a6575;},_0x146b71['AgxpX']=_0x6878bd(0x276),_0x146b71[_0x6878bd(0x1f5)]='browserstack_executor';const _0x513626=_0x146b71,_0x32c219=_0x431746[_0x6878bd(0x221)]&&_0x431746[_0x6878bd(0x221)]();return _0x32c219&&_0x513626[_0x6878bd(0x255)](typeof _0x32c219,_0x513626[_0x6878bd(0x226)])&&_0x32c219[_0x6878bd(0x1df)](_0x513626[_0x6878bd(0x1f5)]);}[a90_0x2d5ab2(0x245)](_0x57a38e){const _0xd5b368=a90_0x2d5ab2,_0x4c75f3={};_0x4c75f3[_0xd5b368(0x2bd)]=function(_0x4be437,_0x4dccff){return _0x4be437!==_0x4dccff;},_0x4c75f3[_0xd5b368(0x2d3)]=_0xd5b368(0x276),_0x4c75f3[_0xd5b368(0x1aa)]=_0xd5b368(0x309),_0x4c75f3[_0xd5b368(0x229)]='performScan',_0x4c75f3['KAdmH']='getResults',_0x4c75f3['bAwiJ']='saveTestResults';const _0x248dc6=_0x4c75f3,_0xb9b2ef=_0x57a38e[_0xd5b368(0x221)]&&_0x57a38e[_0xd5b368(0x221)]();if(!_0xb9b2ef||_0x248dc6['BCQZx'](typeof _0xb9b2ef,_0x248dc6[_0xd5b368(0x2d3)]))return![];return _0xb9b2ef['includes'](_0x248dc6['FUHbs'])||_0xb9b2ef[_0xd5b368(0x1df)](_0x248dc6['zqUlx'])||_0xb9b2ef['includes'](_0x248dc6[_0xd5b368(0x2e4)])||_0xb9b2ef[_0xd5b368(0x1df)](_0x248dc6['bAwiJ']);}[a90_0x2d5ab2(0x1c2)](){const _0x2372c1=a90_0x2d5ab2,_0x54c9d9={'UXRRM':function(_0x49f5ed,_0x38b4ff){return _0x49f5ed===_0x38b4ff;},'TWnmc':_0x2372c1(0x2e8),'xArIy':function(_0x1f36f9,_0x3e713f){return _0x1f36f9(_0x3e713f);},'mmDzw':_0x2372c1(0x1de),'OOwnb':function(_0x2be31a,_0x57e315){return _0x2be31a(_0x57e315);},'HtWSR':_0x2372c1(0x308),'ZfHov':_0x2372c1(0x179),'XeOXe':_0x2372c1(0x283)};try{const _0x4f5f18=this[_0x2372c1(0x1bf)]?.[_0x2372c1(0x186)]?.[_0x2372c1(0x2ef)]||[],_0x49da55=_0x14ab11=>{const _0x2e2bfe=_0x2372c1,_0x17b070=_0x4f5f18[_0x2e2bfe(0x32f)](_0x4803ed=>(typeof _0x4803ed[_0x2e2bfe(0x241)]===_0x2e2bfe(0x2e8)?_0x4803ed[_0x2e2bfe(0x241)]():_0x4803ed[_0x2e2bfe(0x307)])===_0x14ab11);return _0x17b070?_0x54c9d9['UXRRM'](typeof _0x17b070[_0x2e2bfe(0x239)],_0x54c9d9['TWnmc'])?_0x17b070[_0x2e2bfe(0x239)]():_0x17b070['value']:null;},_0x47c1c3=_0x54c9d9[_0x2372c1(0x292)](_0x49da55,_0x54c9d9['mmDzw']),_0x42fb67=_0x54c9d9[_0x2372c1(0x2de)](_0x49da55,_0x54c9d9[_0x2372c1(0x296)]),_0xae4833=global[_0x2372c1(0x2d0)]||_0x47c1c3&&_0x54c9d9[_0x2372c1(0x208)](_0x54c9d9[_0x2372c1(0x292)](String,_0x47c1c3)[_0x2372c1(0x280)](),_0x54c9d9[_0x2372c1(0x198)])&&_0x42fb67&&_0x54c9d9[_0x2372c1(0x292)](String,_0x42fb67)[_0x2372c1(0x280)]()[_0x2372c1(0x1df)](_0x54c9d9[_0x2372c1(0x28d)]);if(!_0xae4833)return![];if(!accessibilityHelper[_0x2372c1(0x330)]())return!this[_0x2372c1(0x1b9)]&&(logger[_0x2372c1(0x331)](accessibilityHelper[_0x2372c1(0x2c6)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x77c890){return logger[_0x2372c1(0x30b)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x77c890['message']),![];}}[a90_0x2d5ab2(0x1e8)](_0xb3baf,_0x5c45b5,_0x476820,_0x4ff986){const _0x1e71d2=a90_0x2d5ab2,_0x16b13e={};_0x16b13e[_0x1e71d2(0x2fb)]=function(_0xe15647,_0x49e89e){return _0xe15647||_0x49e89e;},_0x16b13e[_0x1e71d2(0x342)]=function(_0x34a7e4,_0x3ed1f9){return _0x34a7e4&&_0x3ed1f9;},_0x16b13e[_0x1e71d2(0x1fc)]=function(_0x4d5873,_0x443e70){return _0x4d5873||_0x443e70;},_0x16b13e[_0x1e71d2(0x303)]=_0x1e71d2(0x204);const _0x72f68c=_0x16b13e;let _0x1e9684=_0x72f68c['IriLB'](_0x5c45b5,'');const _0xa3285=!this[_0x1e71d2(0x1ff)]&&this[_0x1e71d2(0x1c2)]();_0x72f68c[_0x1e71d2(0x342)](_0xa3285,!_0x1e9684)&&(_0x1e9684=accessibilityHelper[_0x1e71d2(0x1bd)]());const _0x242191={'command':_0xb3baf,'thTestRunUuid':_0x1e9684,'thBuildUuid':_0x72f68c['IriLB'](_0x476820,''),'thJwtToken':_0x72f68c[_0x1e71d2(0x1fc)](_0x4ff986,''),'timestamp':new Date()[_0x1e71d2(0x2f2)]()};return _0xa3285&&(_0x242191[_0x1e71d2(0x28e)]=!![],logger[_0x1e71d2(0x30b)](_0x72f68c[_0x1e71d2(0x303)])),_0x242191;}['getScriptByName'](_0x144309){const _0x2702cd=a90_0x2d5ab2,_0x207e52={};_0x207e52[_0x2702cd(0x2d7)]=function(_0x16bb0b,_0x502644){return _0x16bb0b||_0x502644;};const _0x4979b9=_0x207e52;try{const _0x5f53d6=this['accessibilityConfig']?.['options']?.['scriptsList']||[],_0x311ae4=_0x5f53d6[_0x2702cd(0x32f)](_0x450250=>_0x450250[_0x2702cd(0x307)]===_0x144309);return _0x4979b9[_0x2702cd(0x2d7)](_0x311ae4,null);}catch(_0x390321){return logger[_0x2702cd(0x30b)](_0x2702cd(0x185)+_0x144309+':\x20'+_0x390321['message']),null;}}async[a90_0x2d5ab2(0x33e)](_0x3e6172,_0x1c9553,_0x276949=null){const _0x189e0d=a90_0x2d5ab2,_0x2e6749={'nUYUk':function(_0x4c2a3d,_0xae7fe6){return _0x4c2a3d(_0xae7fe6);},'QiksW':_0x189e0d(0x210)};try{if(!_0x3e6172)return logger['debug'](_0x189e0d(0x300)+_0x1c9553),null;const _0x49c100=this[_0x189e0d(0x1f3)](_0x1c9553);if(!_0x49c100||!_0x49c100[_0x189e0d(0x2a2)])return logger[_0x189e0d(0x30b)](_0x189e0d(0x16b)+_0x1c9553+_0x189e0d(0x2f7)),null;logger[_0x189e0d(0x30b)](_0x189e0d(0x341)+_0x1c9553+_0x189e0d(0x1e1));const _0x42540d=_0x2e6749['nUYUk'](require,_0x2e6749[_0x189e0d(0x207)]),_0x303eb6=_0x276949?await _0x42540d[_0x189e0d(0x334)](_0x3e6172,_0x49c100[_0x189e0d(0x2a2)],_0x276949):await _0x42540d[_0x189e0d(0x334)](_0x3e6172,_0x49c100[_0x189e0d(0x2a2)]);return _0x303eb6;}catch(_0x5b5f46){return logger['error'](_0x189e0d(0x27c)+_0x1c9553+':\x20'+(_0x5b5f46[_0x189e0d(0x310)]||_0x5b5f46[_0x189e0d(0x1c7)])),null;}}async[a90_0x2d5ab2(0x1ee)](_0x3516c1,_0x743aed,_0x11fa97,_0x219070,_0x2b1cfc,_0x5072c4=a90_0x2d5ab2(0x1c0)){const _0x3e0dfd=a90_0x2d5ab2,_0x3e8f8e={'wqyyB':function(_0x317e6b,_0x2119ce){return _0x317e6b===_0x2119ce;},'ZlSCG':_0x3e0dfd(0x1c0),'sqClZ':function(_0x88f0e9,_0x537e26){return _0x88f0e9(_0x537e26);},'BEZJv':_0x3e0dfd(0x210)};try{logger[_0x3e0dfd(0x30b)](_0x3e0dfd(0x1bc)+_0x11fa97+_0x3e0dfd(0x1f2)+_0x5072c4);const _0x201fd5=this[_0x3e0dfd(0x1f3)](_0x5072c4);if(!_0x201fd5||!_0x201fd5[_0x3e0dfd(0x2a2)]){logger[_0x3e0dfd(0x30b)](_0x3e0dfd(0x22e)+_0x5072c4+_0x3e0dfd(0x2b4));return;}if(_0x3e8f8e[_0x3e0dfd(0x32b)](_0x5072c4,_0x3e8f8e['ZlSCG'])){const _0x18082e=_0x3e8f8e['sqClZ'](require,_0x3e8f8e[_0x3e0dfd(0x235)]),_0x9b75c4={};_0x9b75c4[_0x3e0dfd(0x2a2)]=_0x11fa97;const _0x28a3e6=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3e0dfd(0x188)],async()=>{const _0x51389d=_0x3e0dfd;return await _0x18082e[_0x51389d(0x334)](_0x3516c1,_0x201fd5[_0x51389d(0x2a2)],_0x219070);},_0x9b75c4)();return logger['info'](_0x3e0dfd(0x27b)+_0x5072c4+_0x3e0dfd(0x163)+_0x11fa97+':\x20'+util[_0x3e0dfd(0x1e2)](_0x28a3e6)),_0x28a3e6;}const _0x3c7e44=_0x3e8f8e[_0x3e0dfd(0x1f6)](require,_0x3e8f8e[_0x3e0dfd(0x235)]),_0x441b79=await PerformanceTester[_0x3e0dfd(0x1ed)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x3c68e9=_0x3e0dfd;return await _0x3c7e44[_0x3c68e9(0x334)](_0x3516c1,_0x201fd5[_0x3c68e9(0x2a2)],_0x219070);})();return logger['info'](_0x3e0dfd(0x27b)+_0x5072c4+'\x20result\x20for\x20'+_0x11fa97+':\x20'+util[_0x3e0dfd(0x1e2)](_0x441b79)),_0x441b79;}catch(_0x4d6683){logger[_0x3e0dfd(0x15f)](_0x3e0dfd(0x20b)+_0x5072c4+':\x20'+(_0x4d6683[_0x3e0dfd(0x310)]||_0x4d6683[_0x3e0dfd(0x1c7)]));}}async[a90_0x2d5ab2(0x31d)](_0x5e635b){const _0x2c50d7=a90_0x2d5ab2,_0x81f097={'vDJqK':function(_0x2a335d,_0x31e3ab){return _0x2a335d(_0x31e3ab);},'NpiIG':'../../../helpers/accessibility-automation/helper'};try{const _0x3c6ea1=_0x81f097['vDJqK'](require,_0x81f097[_0x2c50d7(0x2ab)]);return await _0x3c6ea1[_0x2c50d7(0x30c)](_0x5e635b);}catch(_0x56a3b1){return logger[_0x2c50d7(0x15f)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x56a3b1['stack']||_0x56a3b1[_0x2c50d7(0x1c7)])),![];}}['processAccessibilityCaps'](_0x26b3cb,_0x2f43af,_0x5d162b){const _0x1ab553=a90_0x2d5ab2,_0x310e3b={'hUEsg':function(_0x5558ba,_0x1cb4c3){return _0x5558ba(_0x1cb4c3);},'pCEMf':_0x1ab553(0x210),'OnQsT':_0x1ab553(0x19d),'tYmFd':_0x1ab553(0x249)};try{const _0x36e7e4=_0x310e3b[_0x1ab553(0x2cf)](require,_0x310e3b[_0x1ab553(0x19e)]);_0x36e7e4[_0x1ab553(0x1a8)](_0x26b3cb,_0x2f43af,_0x5d162b);const _0x14ab8e=JSON[_0x1ab553(0x1b1)](_0x26b3cb)[_0x1ab553(0x1db)](/"browserstack\.user":"[^"]*"/g,_0x310e3b['OnQsT'])[_0x1ab553(0x1db)](/"browserstack\.key":"[^"]*"/g,_0x310e3b['tYmFd']);logger[_0x1ab553(0x30b)]('Processed\x20accessibility\x20caps\x20'+global[_0x1ab553(0x23a)]+'\x20'+_0x14ab8e);}catch(_0x5b489c){logger[_0x1ab553(0x15f)](_0x1ab553(0x228)+(_0x5b489c[_0x1ab553(0x310)]||_0x5b489c[_0x1ab553(0x1c7)]));}}async['getAccessibilityResults'](_0x191efe){const _0x4d7a03=a90_0x2d5ab2,_0x4e8a82={};_0x4e8a82[_0x4d7a03(0x178)]=_0x4d7a03(0x22d),_0x4e8a82[_0x4d7a03(0x25d)]=function(_0xcbaa91,_0x48fc70){return _0xcbaa91>_0x48fc70;},_0x4e8a82['XUqZY']=function(_0x13eb73,_0x1e77bb){return _0x13eb73>_0x1e77bb;},_0x4e8a82['EMLvj']=_0x4d7a03(0x1e3);const _0x295558=_0x4e8a82;try{if(!this[_0x4d7a03(0x29d)]())return logger['warn'](_0x295558[_0x4d7a03(0x178)]),[];const _0x2ffce4=this[_0x4d7a03(0x1c2)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4d7a03(0x1bd)]()}:{};_0x295558[_0x4d7a03(0x25d)](Object[_0x4d7a03(0x1e7)](_0x2ffce4)['length'],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x4d7a03(0x1b1)](_0x2ffce4));const _0x136cfb=_0x295558[_0x4d7a03(0x18c)](Object[_0x4d7a03(0x1e7)](_0x2ffce4)[_0x4d7a03(0x173)],0x0)?await this['executeScriptByName'](_0x191efe,_0x295558[_0x4d7a03(0x17b)],_0x2ffce4):await this[_0x4d7a03(0x33e)](_0x191efe,_0x295558[_0x4d7a03(0x17b)]);return _0x136cfb||[];}catch(_0x482b12){return logger[_0x4d7a03(0x15f)](_0x4d7a03(0x320)+(_0x482b12[_0x4d7a03(0x310)]||_0x482b12[_0x4d7a03(0x1c7)])),[];}}async[a90_0x2d5ab2(0x297)](_0xfcfd55){const _0x1ca577=a90_0x2d5ab2,_0x181601={'HVDwp':_0x1ca577(0x1c0),'acOTS':'getResultsSummary','yNQLP':_0x1ca577(0x2b2),'SmQBF':function(_0x42b272,_0x254d57){return _0x42b272(_0x254d57);},'xmKku':_0x1ca577(0x22a),'rYXiR':function(_0x19a632,_0x5853ab){return _0x19a632===_0x5853ab;},'igdlj':_0x1ca577(0x21e),'eIwXs':_0x1ca577(0x214),'ugbOS':_0x1ca577(0x309),'yJPaO':_0x1ca577(0x187),'ItciK':_0x1ca577(0x297),'NQXIQ':'test_run_id','XopEf':_0x1ca577(0x1b4),'qfFFQ':'No\x20summaryResults\x20found.'};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1ca577(0x331)](_0x181601[_0x1ca577(0x17e)]),{};const _0x2a476d=_0x181601[_0x1ca577(0x2cc)](require,_0x181601[_0x1ca577(0x195)]),_0x3f5b02=_0x2a476d['getTestFrameworkDetail'](),_0x558252=_0x181601[_0x1ca577(0x2a8)](_0x3f5b02?.[_0x1ca577(0x307)]?.[_0x1ca577(0x280)](),_0x181601[_0x1ca577(0x1be)]);let _0x420422='',_0x5d86b8=null,_0x3a52ee=null;if(_0x558252){_0x5d86b8=global[_0x1ca577(0x263)]||global[_0x1ca577(0x1b7)]?.[_0x1ca577(0x1ae)]?.[_0x1ca577(0x192)]||global['__workerDetails']?.[_0x1ca577(0x1ae)]?.['id'];if(!_0x5d86b8)return logger[_0x1ca577(0x331)](_0x181601[_0x1ca577(0x1a5)]),{};try{const _0x3a16d4=await GrpcClient['getInstance']()[_0x1ca577(0x1cc)](process['env'][_0x1ca577(0x304)],_0x181601['ugbOS'],_0x181601[_0x1ca577(0x322)],_0x5d86b8),_0x1664be=AccessibilityModule[_0x1ca577(0x18d)](null,_0x3a16d4);_0x420422=_0x1664be?.[_0x1ca577(0x22f)]||'',logger[_0x1ca577(0x30b)](_0x1ca577(0x227)+_0x420422+_0x1ca577(0x220)+_0x5d86b8);const _0x1fe439=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x181601[_0x1ca577(0x322)],_0x420422,_0x5d86b8),_0x471d36=this[_0x1ca577(0x332)](_0x181601[_0x1ca577(0x1d8)])||this[_0x1ca577(0x1bf)][this[_0x1ca577(0x27d)]]||null,_0x31952f=process[_0x1ca577(0x18e)][_0x1ca577(0x293)]||'',_0x5714b2=this['getParamsForScanForCli'](_0x181601['ItciK'],_0x420422,_0x471d36,_0x31952f);_0x3a52ee=_0x2a476d[_0x1ca577(0x29a)](_0x5714b2,_0x1fe439),logger[_0x1ca577(0x30b)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x3a52ee));}catch(_0x750db2){return logger[_0x1ca577(0x15f)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x750db2[_0x1ca577(0x1c7)]),{};}}else{_0x420422=this[_0x1ca577(0x332)](_0x181601[_0x1ca577(0x2a3)])||'';!_0x420422&&this[_0x1ca577(0x1c2)]()&&(_0x420422=accessibilityHelper[_0x1ca577(0x1bd)]());const _0x521877=this[_0x1ca577(0x332)](_0x181601['yJPaO'])||this[_0x1ca577(0x1bf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1d8025=process[_0x1ca577(0x18e)][_0x1ca577(0x293)]||'';_0x3a52ee=this[_0x1ca577(0x1e8)](_0x181601[_0x1ca577(0x337)],_0x420422,_0x521877,_0x1d8025);}logger[_0x1ca577(0x30b)](_0x181601['XopEf']),await PerformanceTester[_0x1ca577(0x1ed)](PerformanceA11yEvents[_0x1ca577(0x188)],async()=>{const _0xb17ec3=_0x1ca577,_0x4393bb=await this['executeScriptByName'](_0xfcfd55,_0x181601['HVDwp'],_0x3a52ee);logger[_0xb17ec3(0x30b)](_0xb17ec3(0x252)+util['format'](_0x4393bb));},{'command':_0x181601['ItciK']})();const _0xbf2d84=await PerformanceTester[_0x1ca577(0x1ed)](PerformanceA11yEvents[_0x1ca577(0x260)],async()=>{const _0x21fee6=_0x1ca577;return await this[_0x21fee6(0x33e)](_0xfcfd55,_0x181601[_0x21fee6(0x322)],_0x3a52ee);})();if(!_0xbf2d84)return logger['debug'](_0x181601[_0x1ca577(0x1c3)]),{};return _0xbf2d84;}catch(_0x38d8e8){return logger[_0x1ca577(0x15f)](_0x1ca577(0x273)+(_0x38d8e8[_0x1ca577(0x310)]||_0x38d8e8[_0x1ca577(0x1c7)])),{};}}async[a90_0x2d5ab2(0x161)](_0x101fc4,_0x4520a2,_0x2554f6=null){const _0x48b920=a90_0x2d5ab2,_0x3aed03={};_0x3aed03[_0x48b920(0x27f)]=_0x48b920(0x1c4),_0x3aed03[_0x48b920(0x2ec)]='performPageScan:\x20Script\x20is\x20null',_0x3aed03[_0x48b920(0x2ea)]=_0x48b920(0x1f7);const _0x22b076=_0x3aed03;try{if(!_0x101fc4)return logger['debug'](_0x22b076[_0x48b920(0x27f)]),null;if(!_0x4520a2)return logger['debug'](_0x22b076[_0x48b920(0x2ec)]),null;logger[_0x48b920(0x30b)](_0x22b076['KIcBt']);const _0x71fb83=_0x2554f6?await _0x101fc4[_0x48b920(0x1b6)](_0x4520a2,_0x2554f6):await _0x101fc4[_0x48b920(0x1b6)](_0x4520a2);return _0x71fb83;}catch(_0x5b6069){return logger[_0x48b920(0x15f)]('Error\x20in\x20performPageScan:\x20'+(_0x5b6069['stack']||_0x5b6069['message'])),null;}}static['loadDriverExecuteParams'](_0x19d1fe,_0x4aaa28){const _0x38b8b6=a90_0x2d5ab2,_0xa89b50={};_0xa89b50['FqePz']=_0x38b8b6(0x28f);const _0xd6e85d=_0xa89b50,_0x3cffae={};_0x3cffae[_0x38b8b6(0x22f)]=_0x19d1fe;const _0x2f3846=_0x3cffae;let _0x318830={};if(_0x4aaa28[_0x38b8b6(0x2eb)]()&&_0x4aaa28[_0x38b8b6(0x168)]())try{_0x318830=JSON['parse'](new Buffer(_0x4aaa28[_0x38b8b6(0x22b)]())[_0x38b8b6(0x21a)](_0xd6e85d['FqePz']));}catch(_0x3066ab){logger[_0x38b8b6(0x15f)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x3066ab[_0x38b8b6(0x1c7)]),_0x318830={};}return CLIUtils[_0x38b8b6(0x29a)](_0x2f3846,_0x318830);}static async[a90_0x2d5ab2(0x281)](_0x3f0c36,_0x52f8fd='',_0x46546d=null){const _0xab5a6d=a90_0x2d5ab2,_0x48e751={};_0x48e751[_0xab5a6d(0x169)]=_0xab5a6d(0x29b),_0x48e751[_0xab5a6d(0x2cb)]='accessibility';const _0x2aa3f1=_0x48e751;try{if(!_0x46546d&&AccessibilityModule[_0xab5a6d(0x2a5)])return AccessibilityModule[_0xab5a6d(0x1fd)];if(!process[_0xab5a6d(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x2aa3f1['ITaFs']),{};const _0x89a5fe=await GrpcClient[_0xab5a6d(0x21b)]()[_0xab5a6d(0x1cc)](process[_0xab5a6d(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2aa3f1[_0xab5a6d(0x2cb)],_0x3f0c36,_0x46546d),_0x33c525=_0x46546d?AccessibilityModule[_0xab5a6d(0x18d)](null,_0x89a5fe)?.[_0xab5a6d(0x22f)]||_0x52f8fd:_0x52f8fd,_0x4f593a=AccessibilityModule['loadDriverExecuteParams'](_0x33c525,_0x89a5fe);return!_0x46546d&&(AccessibilityModule[_0xab5a6d(0x1fd)]=_0x4f593a,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4f593a;}catch(_0x2065bb){return logger[_0xab5a6d(0x15f)](_0xab5a6d(0x333)+_0x3f0c36+':\x20'+(_0x2065bb[_0xab5a6d(0x310)]||_0x2065bb[_0xab5a6d(0x1c7)])),{};}}};module[a90_0x2d5ab2(0x1cb)]=AccessibilityModule;function a90_0x5881(){const _0x55430e=['getResults','--headless=','ForgK','../framework/testFramework','keys','getParamsForScanForCli','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','onBeforeTest','FcSKr','JMinF','measureWrapper','performScanForCli','MergedScanArgs:\x20','kRvvM','uPhdv','\x20using\x20script:\x20','getScriptByName','setAccessibilityConfig','IVImh','sqClZ','Executing\x20accessibility\x20script\x20on\x20page','YoaBI','wmKym','requiresChromeOptionsValidation','registerObserver','yPpZu','_centralAuthA11yConfig','getBuildId','isAppAccessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',',\x20available\x20commands:\x20','Sxfav','loadAccessibilityConfig','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','chromeOptions','goog:chromeOptions','QiksW','UXRRM','ADFRm',']\x20isEnabledTestcase\x20(cucumber)\x20result=','Error\x20in\x20performScanForCli\x20for\x20script\x20',',\x20tags=','KEY_TEST_NAME','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getPlatformIndex','../../playwright/accessibility-helper','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','isBrowserstackScriptCommand',',\x20testIdentifier=','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TZqWl','wcagVersion','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','GtzLS','isArray','toString','getInstance','isEnabled','setAccessibilityToken','jest',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','\x20from\x20testIdentifier=','getScript','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','stopTestCapture','3120096sYyjni','../grpcClient','AgxpX','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20processAccessibilityCaps:\x20','zqUlx','../cliUtils','getAccessibilityExecuteParams','FWDvW','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','performScanForCli:\x20No\x20','thTestRunUuid','bind','commandName','trBbA','Unknown\x20Test','getData','BEZJv','null','kADYl','page','getValue','accessibilityPlatform','getBrowserDisplayName','get','MoAKO','LOG_DISABLED_SHOWN','WThtS','Rosfx','getName','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','cucumber','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','isAccessibilityScriptCommand','MdVTl','sOKFV','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','\x22browserstack.key\x22:\x22[REDACTED]\x22','../TestInfo.js','../../../helpers/helper','applySendMessageToServerPatch','KEY_INIT','\x20->\x20','getAllData','getOptions','updateData','Scan\x20result:\x20','lPeHY','../../../helpers/accessibility-automation/scripts','OBSuX','start','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','lUgYg','dZdOh','CREATE','41018aZVhab','pzStM','Mnahk',',\x20\x0a\x20','parse','GET_RESULTS_SUMMARY','BOytc','toJson','__jestCurrentTestIdentifier','OOgPk','test_tags','join','getTestUUID','browser_version','../../../helpers/classLogger','skipCDPConnectOverride','TtpPt','testFramework','itdva','getMinVersionForBrowser','performScan','oABzl','askoV','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Error\x20in\x20getAccessibilityResultsSummary:\x20','isPlatformSupported','pwPage','string','YyClV','ULuBS','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','ehxGK','Page\x20','Error\x20executing\x20script\x20','KEY_TESTHUB_BUILD_ID','isPlatformSupported:\x20caps\x20are\x20null','ZZZcw','toLowerCase','fetchCentralAuthA11yConfig','getGoogleChromeOptions','chrome','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','KrfMz','\x20browser\x20version\x20','version','UwMap','KEY_DRIVER_HAS_URL','Context','includeTagsInTestingScope','onBeforeExecute:\x20command=','XeOXe','is_mobile_session','ascii','patchSendMessageToServer','HVeyU','xArIy','BROWSERSTACK_TESTHUB_JWT','test-tags-->\x20','wmNOI','HtWSR','getAccessibilityResultsSummary','toObject','RQZrd','mergeObject','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','YIrOy','getCurrentAccessibilityStatus','zspBn','../../utils/playwright-patcher','TrackedInstance','SJzjn','command','NQXIQ','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','_centralAuthConfigFetched','348172zLLshQ','fLmfm','rYXiR','../../../helpers/accessibility-automation/constants','../../../helpers/performance/performance-tester.js','NpiIG',',\x20excludeTags=','../framework/constants/testFrameworkConstants.js','YfiSR','PjvJX','TEST_INIT','mGutf','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','isEnabledTestcase','\x20script\x20available\x20in\x20scriptsList','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','headless','FDbpQ','RAAgM','aATFp','aKJRT','tGhHM','titlePath','BCQZx','AaDuq','kKzGD','size','platformCaps','935718eWDHwc','47Ngachy','uPqVj','[platform\x20-\x20','MOBILE_SCANNING_DISABLED_WARNING','wFuOH','wNtzo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','jOOoU','hFTXI','SmQBF','vbovV','capabilities','hUEsg','isMobilePlatform','assign','hFLSz','Rokbp','QfUfN','VvYyi','true','Gtbwb','NON_BROWSERSTACK_AUTOMATION_SESSIONS','info','testFrameworkData','[AccessibilityModule]\x20onAfterTest:\x20framework=','Accessibility\x20data\x20for\x20extension:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','OOwnb','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','hPnnK','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','gxvVM','KAdmH','browserstack.accessibilityOptions.scannerProcessingTimeout','tCmQD','cbMSd','function','gnHmQ','KIcBt','getSuccess','JzRrK','pzjdw','NHrwQ','capabilitiesList','SByTA','flTGG','toISOString','getContext','SDK_ACCESSIBILITY_CONFIG','vsLCZ','getTestId','\x20script\x20available','scannerVersion','20212912dKxkEu','ZAuAg','IriLB','set','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','CDCbl','unknown','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','split','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','TUYxn','BROWSERSTACK_CLI_BIN_SESSION_ID','HYAAb','Fewpg','name','browserName','accessibility','jfsqE','debug','platformValidation','some','PRE',',\x20isAppAccessibility=','stack','Error\x20in\x20initAccessibilityConfig:\x20',']\x20should\x20run\x20accessibility\x20value=','scannerProcessingTimeout','XZNdF','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','saveResults','OATsM','shouldScanCurrentTest','isAccessibilityAutomationSession','tyVUz','browserVersion','KKSjs','validatePlatformForAccessibility','jfXqZ',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20getAccessibilityResults:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','acOTS','ZTcKW','../../../helpers/accessibility-automation/helper',']\x20onAfterTest\x20should\x20scan=',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','map','getTestDetails','DRIVER_HAS_URL','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','wqyyB','testInfo','zpSas','SLzMt','find','isMobileScanningEnabledForGroup','warn','getCapabilityValue','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','browserStackEvaluate','mMKEh','saWTi','ItciK','end','parseFromProto','delete','POST','ejQrm','finishScanningForCli','executeScriptByName',',\x20includeTags=','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Executing\x20','XeMGb','Exception\x20in\x20isPlatformSupported:\x20','__accessibilityOptions','PImQT','LVIvk','MODULE_NAME','../../../helpers/performance/constants.js','value','error','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','performPageScan','onAfterTest','\x20result\x20for\x20','isBrowserSupportedForAccessibility','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','aaQkr','Error\x20checking\x20headless\x20capability:\x20','hasAccessibilityExecuteParams','ITaFs','FDNcx','executeScriptByName:\x20No\x20','DRIVER_INIT','TVbzw','SkTse','getCapabilitiesList','ZDIkG','DADmx','UklPd','length','instance','args','getAccessibility','nsPJE','ixqjI','android','LZNGD','EMLvj','on\x20non-BrowserStack\x20infrastructure\x20','oJzeT','yNQLP','getModuleName','getCurrentInstanceName','browserstack.accessibilityOptions.scannerVersion','cutdR','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','yAjNm','Error\x20getting\x20script\x20by\x20name\x20','options','testhub_build_uuid','PERFORM_SCAN','setShouldScan','gcusi','mXDqs','XUqZY','loadDriverExecuteParams','env','xmBdd','xVcPl','./baseModule','testAnalyticsId','--headless=new','isVersionSupported','xmKku','UqVHq','setShouldScanCurrentTest','ZfHov','pGbRL','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','2790102lVVwsj','mfKnJ','\x22browserstack.user\x22:\x22[REDACTED]\x22','pCEMf','onBeforeExecute','startsWith','BS_A11Y_JWT','AetOK','onBeforeExecute:\x20Command\x20','getTesthub','eIwXs','505315flbueO','\x20env=','processAccessibilityCaps','Error\x20in\x20stopTestCapture:\x20','FUHbs','\x20a11yToken=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','shouldScanForCommand','currentTest','rxcST','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','stringify','IAGha','NRPCL','Performing\x20scan\x20before\x20getting\x20results\x20summary','RCTYD','evaluate','__workerDetails','launchCaps','_mobileScanningDisabledLogged','_sendMessageServerPatchApplied','GlWQj','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','resolveMobileThTestRunUuid','igdlj','accessibilityConfig','scan','a11y:save-results','isMobileWebSession','qfFFQ','performPageScan:\x20Page\x20is\x20null','browser','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','message','gPUYp','yVDuD',']\x20Accessibility\x20configuration\x20initialized\x20successfully','exports','fetchDriverExecuteParamsEvent','ybLyf','setLogDisabledShown','excludeTagsInTestingScope','shouldScanForCommand:\x20','GwJDx',',\x20testName=','initAccessibilityConfig','Ovkio','QUIT','vEgWB','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','yJPaO','Error\x20applying\x20sendMessageToServer\x20patch:\x20','MQjHa','replace','CpuKs','getTrackedInstance','platformName','includes','has','\x20accessibility\x20script\x20on\x20page','format'];a90_0x5881=function(){return _0x55430e;};return a90_0x5881();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x446fe3=a91_0x47e5;(function(_0x16b3f8,_0xe5ef52){const _0x118313=a91_0x47e5,_0x12a728=_0x16b3f8();while(!![]){try{const _0x40fbdb=-parseInt(_0x118313(0x91))/0x1+-parseInt(_0x118313(0xb1))/0x2+-parseInt(_0x118313(0xad))/0x3+-parseInt(_0x118313(0xa7))/0x4+-parseInt(_0x118313(0xac))/0x5+-parseInt(_0x118313(0xb6))/0x6*(parseInt(_0x118313(0x97))/0x7)+parseInt(_0x118313(0x93))/0x8*(parseInt(_0x118313(0xb5))/0x9);if(_0x40fbdb===_0xe5ef52)break;else _0x12a728['push'](_0x12a728['shift']());}catch(_0x4bdb9e){_0x12a728['push'](_0x12a728['shift']());}}}(a91_0x1af6,0xd4946));function a91_0x1af6(){const _0x3c8112=['0|3|4|2|1','5208QnEtaW','testFrameworkData','getTestId','../../../helpers/test-observability/constants.js','3405619koAioQ','testInfo','version','bqdtB','getModuleName','object','exports','AWSRI','split','testCaseStartedId','Missing\x20binSessionId','VJcPN','SDpGi','config','PLAYWRIGHT','_test','6253300aPfnLE','testId','debug','name','\x20with\x20binSessionId=','2437415nZkIKP','2027976qIxWgh','BaseModule','CUCUMBER','setTestFrameworkData','2736432YQPEMr','testFramework','client','JEUGz','102726RzPAMm','18ngQkPE','ensureBinSession','qpiyZ','platformIndex','uyZXj','HOnKs','JEST','UFtxo','binSessionId','Configured\x20module\x20','1005221SVaEUV'];a91_0x1af6=function(){return _0x3c8112;};return a91_0x1af6();}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require(a91_0x446fe3(0x96));function a91_0x47e5(_0x14db9d,_0x57fe82){const _0x1af654=a91_0x1af6();return a91_0x47e5=function(_0x47e554,_0x471ba2){_0x47e554=_0x47e554-0x8c;let _0x2f0ee3=_0x1af654[_0x47e554];return _0x2f0ee3;},a91_0x47e5(_0x14db9d,_0x57fe82);}class BaseModule{constructor(_0x42431b=null){const _0x196ced=a91_0x446fe3,_0x2364ea={};_0x2364ea[_0x196ced(0x9e)]='3|4|2|0|1|5',_0x2364ea[_0x196ced(0xba)]=_0x196ced(0xae);const _0x3b79f8=_0x2364ea,_0x230886=_0x3b79f8[_0x196ced(0x9e)][_0x196ced(0x9f)]('|');let _0x59f614=0x0;while(!![]){switch(_0x230886[_0x59f614++]){case'0':this[_0x196ced(0xa4)]={};continue;case'1':this[_0x196ced(0xb3)]=null;continue;case'2':this[_0x196ced(0xb9)]=0x0;continue;case'3':this[_0x196ced(0xaa)]=_0x3b79f8[_0x196ced(0xba)];continue;case'4':this[_0x196ced(0x8f)]=null;continue;case'5':this[_0x196ced(0x94)]=this['setTestFrameworkData'](_0x42431b);continue;}break;}}[a91_0x446fe3(0xb7)](){const _0x1f5d9e=a91_0x446fe3,_0x240697={};_0x240697[_0x1f5d9e(0x9a)]=_0x1f5d9e(0xa1);const _0x55e11c=_0x240697;if(!this[_0x1f5d9e(0x8f)])throw new Error(_0x55e11c[_0x1f5d9e(0x9a)]);}[a91_0x446fe3(0x9b)](){return this['name'];}['configure'](_0x246a85,_0x1b4180,_0x3fc28d,_0x2ea18d={}){const _0x26db72=a91_0x446fe3,_0x55e8a6={};_0x55e8a6[_0x26db72(0xb4)]=_0x26db72(0x92);const _0x4993fa=_0x55e8a6,_0x56fb1d=_0x4993fa[_0x26db72(0xb4)]['split']('|');let _0x117f87=0x0;while(!![]){switch(_0x56fb1d[_0x117f87++]){case'0':this[_0x26db72(0x8f)]=_0x246a85;continue;case'1':logger[_0x26db72(0xa9)](_0x26db72(0x90)+this[_0x26db72(0x9b)]()+_0x26db72(0xab)+_0x246a85+',\x20platformIndex='+_0x1b4180);continue;case'2':this[_0x26db72(0xa4)]=_0x2ea18d;continue;case'3':this[_0x26db72(0xb9)]=_0x1b4180;continue;case'4':this[_0x26db72(0xb3)]=_0x3fc28d;continue;}break;}}[a91_0x446fe3(0x95)](_0x22e50e){const _0x2440aa=a91_0x446fe3,_0x12860b={};_0x12860b[_0x2440aa(0xa3)]=function(_0x536ef2,_0x18cfd1){return _0x536ef2===_0x18cfd1;},_0x12860b[_0x2440aa(0xb8)]=function(_0x58182c,_0x21300a){return _0x58182c===_0x21300a;},_0x12860b[_0x2440aa(0x8c)]=function(_0x4bb707,_0x12383e){return _0x4bb707===_0x12383e;};const _0x3fce1d=_0x12860b;let _0x9c4036='';if(_0x3fce1d[_0x2440aa(0xa3)](_0x22e50e[_0x2440aa(0xb2)],FRAMEWORKS[_0x2440aa(0xa5)]))_0x9c4036=_0x22e50e[_0x2440aa(0x98)]?.[_0x2440aa(0xa6)]?.['id']||_0x22e50e['testInfo']?.[_0x2440aa(0xa8)];else{if(_0x3fce1d[_0x2440aa(0xb8)](_0x22e50e[_0x2440aa(0xb2)],FRAMEWORKS[_0x2440aa(0xaf)]))_0x9c4036=_0x22e50e['testInfo']?.[_0x2440aa(0xa0)];else _0x3fce1d['HOnKs'](_0x22e50e[_0x2440aa(0xb2)],FRAMEWORKS[_0x2440aa(0x8d)])&&(_0x9c4036=_0x22e50e[_0x2440aa(0x98)]?.['id']);}return _0x9c4036;}[a91_0x446fe3(0xb0)](_0x13864a){const _0x4cc60d=a91_0x446fe3,_0x4da2b7={};_0x4da2b7[_0x4cc60d(0xa2)]=function(_0xc81c7b,_0x4d796b){return _0xc81c7b!==_0x4d796b;},_0x4da2b7[_0x4cc60d(0x8e)]=_0x4cc60d(0x9c);const _0x59a2ac=_0x4da2b7;if(!_0x13864a||_0x59a2ac['VJcPN'](typeof _0x13864a,_0x59a2ac[_0x4cc60d(0x8e)]))return null;const _0x4dc5dc={};_0x4dc5dc[_0x4cc60d(0xaa)]=_0x13864a[_0x4cc60d(0xaa)],_0x4dc5dc['version']=_0x13864a[_0x4cc60d(0x99)]&&_0x13864a[_0x4cc60d(0x99)][_0x13864a['name']];const _0x32a00a=_0x4dc5dc;return _0x32a00a;}}module[a91_0x446fe3(0x9d)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a92_0x3b2514=a92_0x560d;(function(_0x27e32a,_0x356040){const _0x5a1c10=a92_0x560d,_0x2afbd5=_0x27e32a();while(!![]){try{const _0x1a0089=-parseInt(_0x5a1c10(0xa8))/0x1*(-parseInt(_0x5a1c10(0x85))/0x2)+parseInt(_0x5a1c10(0xad))/0x3+-parseInt(_0x5a1c10(0xa3))/0x4+parseInt(_0x5a1c10(0x99))/0x5*(parseInt(_0x5a1c10(0x93))/0x6)+parseInt(_0x5a1c10(0x8b))/0x7+-parseInt(_0x5a1c10(0x8a))/0x8*(-parseInt(_0x5a1c10(0x95))/0x9)+-parseInt(_0x5a1c10(0x82))/0xa;if(_0x1a0089===_0x356040)break;else _0x2afbd5['push'](_0x2afbd5['shift']());}catch(_0xa7c82f){_0x2afbd5['push'](_0x2afbd5['shift']());}}}(a92_0x2fca,0x90173));function a92_0x2fca(){const _0x930553=['LoadTestModule','tuneW','../../../helpers/helper.js','getLTSSessionId','../../../helpers/classLogger.js','FogiW','19288330dATGTX','toLowerCase','toString','6cTIugn','undefined','zuQkf','exports','tGHic','2291584AWEmrm','2597889vhuxmW','setLTSSessionId','false','string','env','isLTSSession','LTS','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','345522OejGLo','BROWSERSTACK_LTS_SESSION_ID','27pxTVOV','fLYPp','overrideLoadTesting','nELCh','10bnsqWF','VcIsk','setLTSSessionId\x20error:\x20','vVurP','true','QQzQj','ZZLai','kHqnl','debug','HCySw','347220jtcNRB','dzObO','BROWSERSTACK_LTS_SESSION_ID\x20cleared','MsMVK','browserstackAutomation','58999aITlda','fWTUm','message','tcjwD','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','3249573MUsbeA'];a92_0x2fca=function(){return _0x930553;};return a92_0x2fca();}const {createClassLogger}=require(a92_0x3b2514(0xb2)),logger=createClassLogger(a92_0x3b2514(0xae)),{sendSdkEvents}=require(a92_0x3b2514(0xb0)),isLTSSession=(_0x367ee1=null)=>{const _0x5ec773=a92_0x3b2514,_0xb58dfc={};_0xb58dfc[_0x5ec773(0x98)]=function(_0x407043,_0x141392){return _0x407043!==_0x141392;},_0xb58dfc[_0x5ec773(0x96)]=_0x5ec773(0x86),_0xb58dfc['PQtGB']=function(_0x5c1dc9,_0x3621bd){return _0x5c1dc9===_0x3621bd;},_0xb58dfc[_0x5ec773(0x9a)]=_0x5ec773(0x8e),_0xb58dfc[_0x5ec773(0xa6)]=function(_0x6ae2a0,_0x5534d1){return _0x6ae2a0===_0x5534d1;},_0xb58dfc[_0x5ec773(0x87)]=_0x5ec773(0x9d),_0xb58dfc[_0x5ec773(0x9c)]=function(_0x49e508,_0x1f17b6){return _0x49e508===_0x1f17b6;},_0xb58dfc['QQzQj']=function(_0x5f5d70,_0x4c576e){return _0x5f5d70===_0x4c576e;},_0xb58dfc[_0x5ec773(0xa2)]=function(_0x143e93,_0x3592f9){return _0x143e93===_0x3592f9;},_0xb58dfc[_0x5ec773(0xa4)]=_0x5ec773(0x8d);const _0x45418b=_0xb58dfc;try{if(_0x45418b[_0x5ec773(0x98)](typeof process[_0x5ec773(0x8f)][_0x5ec773(0x97)],_0x45418b[_0x5ec773(0x96)])){const _0x4eeb3c=process[_0x5ec773(0x8f)][_0x5ec773(0x97)];return _0x45418b['PQtGB'](typeof _0x4eeb3c,_0x45418b[_0x5ec773(0x9a)])?_0x45418b[_0x5ec773(0xa6)](_0x4eeb3c['toLowerCase'](),_0x45418b['zuQkf']):!!_0x4eeb3c;}const _0x40da56=_0x367ee1&&_0x367ee1[_0x5ec773(0x97)],_0x156ab0=!!(_0x367ee1&&(_0x45418b[_0x5ec773(0x9c)](_0x367ee1[_0x5ec773(0xa7)],!![])||_0x45418b[_0x5ec773(0x9e)](_0x367ee1[_0x5ec773(0xa7)],_0x45418b[_0x5ec773(0x87)]))),_0x5a7244=!!(_0x40da56&&_0x45418b['HCySw'](_0x40da56[_0x5ec773(0x84)]()[_0x5ec773(0x83)](),_0x45418b[_0x5ec773(0x87)])&&!_0x156ab0);return process[_0x5ec773(0x8f)][_0x5ec773(0x97)]=_0x5a7244?_0x45418b[_0x5ec773(0x87)]:_0x45418b[_0x5ec773(0xa4)],_0x5a7244;}catch(_0x3eb696){return process[_0x5ec773(0x8f)][_0x5ec773(0x97)]=_0x45418b[_0x5ec773(0xa4)],![];}},getLTSSessionId=()=>{const _0x35aed5=a92_0x3b2514,_0x4f5973={'nDLwR':function(_0x20ac72){return _0x20ac72();},'kHqnl':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','tGHic':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x4f5973['nDLwR'](isLTSSession))return logger[_0x35aed5(0xa1)](_0x4f5973[_0x35aed5(0xa0)]),process['env'][_0x35aed5(0x94)]||'';}catch(_0x10462c){logger['error'](_0x35aed5(0xac)+(_0x10462c&&_0x10462c[_0x35aed5(0xaa)]));}return logger['debug'](_0x4f5973[_0x35aed5(0x89)]),'';},setLTSSessionId=async(_0xcc2845={})=>{const _0x522ce6=a92_0x3b2514,_0x322848={'fWTUm':function(_0xf207cb){return _0xf207cb();},'auPRS':_0x522ce6(0x92),'FogiW':_0x522ce6(0xa5),'ZZLai':_0x522ce6(0x91),'tcjwD':function(_0x4435b6,_0x454b2a){return _0x4435b6(_0x454b2a);},'eGHfO':function(_0x98e012,_0x544aea,_0x33161d){return _0x98e012(_0x544aea,_0x33161d);},'tuneW':function(_0x23123f,_0x1c364e){return _0x23123f||_0x1c364e;}};try{const _0x2d7f90=_0x322848[_0x522ce6(0xa9)](getLTSSessionId);_0x2d7f90?(process[_0x522ce6(0x8f)][_0x522ce6(0x94)]=_0x2d7f90,logger[_0x522ce6(0xa1)](_0x322848['auPRS'])):(delete process[_0x522ce6(0x8f)][_0x522ce6(0x94)],logger['debug'](_0x322848[_0x522ce6(0xb3)]));try{const _0x1f99fc={'feature':_0x322848[_0x522ce6(0x9f)],'ltsEnabled':_0x322848[_0x522ce6(0xab)](isLTSSession,_0xcc2845),'ltsSessionIdPresent':!!_0x2d7f90};await _0x322848['eGHfO'](sendSdkEvents,_0x1f99fc,_0xcc2845);}catch(_0x12eebf){logger[_0x522ce6(0xa1)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x12eebf&&_0x12eebf['message']));}return _0x322848[_0x522ce6(0xaf)](_0x2d7f90,'');}catch(_0x4a40c4){return logger[_0x522ce6(0xa1)](_0x522ce6(0x9b)+(_0x4a40c4&&_0x4a40c4[_0x522ce6(0xaa)])),'';}},a92_0x533578={};function a92_0x560d(_0x5f20fb,_0x1cfaa6){const _0x2fcab0=a92_0x2fca();return a92_0x560d=function(_0x560d8b,_0x28176f){_0x560d8b=_0x560d8b-0x82;let _0x226379=_0x2fcab0[_0x560d8b];return _0x226379;},a92_0x560d(_0x5f20fb,_0x1cfaa6);}a92_0x533578[a92_0x3b2514(0x90)]=isLTSSession,a92_0x533578[a92_0x3b2514(0xb1)]=getLTSSessionId,a92_0x533578[a92_0x3b2514(0x8c)]=setLTSSessionId,module[a92_0x3b2514(0x88)]=a92_0x533578;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a93_0xfac3(_0x1b7f95,_0x5eb774){const _0x5c2820=a93_0x5c28();return a93_0xfac3=function(_0xfac35e,_0x10befb){_0xfac35e=_0xfac35e-0xd1;let _0x30cc49=_0x5c2820[_0xfac35e];return _0x30cc49;},a93_0xfac3(_0x1b7f95,_0x5eb774);}const a93_0x352e56=a93_0xfac3;function a93_0x5c28(){const _0x5c6718=['ObservabilitySync:','now','HbJmj','36YIqTPN','../../../helpers/classLogger.js','MODULE_NAME','ObservabilityModule','exports','6562632JBIZdh','TEST_REPORTING_ANALYTICS','../state/automationFrameworkState.js','page','1067928ijIMwr','287447LgKtWv','24864770ulTlAt','observabilityConfig','5xvNZGQ','../../utils/constants.js','getModuleName','CREATE','../../../helpers/performance/constants.js','end','registerObserver','1432888hFaiVT','9784943NkiPzw','../../../helpers/helper.js','logger','info','menCO','POST','SYNC','ezHul','name','onBeforeTest:\x20','debug','cLOBP','914206BRVhtB','aSFmW','bind','9bIAZJO'];a93_0x5c28=function(){return _0x5c6718;};return a93_0x5c28();}(function(_0x295af0,_0x5d5d2e){const _0x17ec3a=a93_0xfac3,_0x24d0d6=_0x295af0();while(!![]){try{const _0x590f82=parseInt(_0x17ec3a(0xf5))/0x1+-parseInt(_0x17ec3a(0xe4))/0x2*(parseInt(_0x17ec3a(0xe7))/0x3)+-parseInt(_0x17ec3a(0xf4))/0x4+parseInt(_0x17ec3a(0xf8))/0x5*(-parseInt(_0x17ec3a(0xf0))/0x6)+parseInt(_0x17ec3a(0xd8))/0x7+parseInt(_0x17ec3a(0xd7))/0x8*(-parseInt(_0x17ec3a(0xeb))/0x9)+parseInt(_0x17ec3a(0xf6))/0xa;if(_0x590f82===_0x5d5d2e)break;else _0x24d0d6['push'](_0x24d0d6['shift']());}catch(_0x4c373d){_0x24d0d6['push'](_0x24d0d6['shift']());}}}(a93_0x5c28,0xb0942));const BaseModule=require('./baseModule'),{createClassLogger}=require(a93_0x352e56(0xec)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a93_0x352e56(0xf2)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a93_0x352e56(0xd9)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a93_0x352e56(0xd4)),constants=require(a93_0x352e56(0xd1));class ObservabilityModule extends BaseModule{[a93_0x352e56(0xda)]=createClassLogger(a93_0x352e56(0xee));constructor(_0x523564){const _0x33323e=a93_0x352e56,_0x47932d={};_0x47932d[_0x33323e(0xe3)]=_0x33323e(0xee);const _0x7d45b6=_0x47932d;super(),this[_0x33323e(0xe0)]=_0x7d45b6[_0x33323e(0xe3)],this[_0x33323e(0xf7)]=_0x523564,AutomationFramework[_0x33323e(0xd6)](AutomationFrameworkState[_0x33323e(0xd3)],HookState[_0x33323e(0xdd)],this['onBeforeTest'][_0x33323e(0xe6)](this));}[a93_0x352e56(0xd2)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x3e5875){const _0x7f3598=a93_0x352e56,_0x25f57b={'HbJmj':function(_0x7f0011,_0x388ef5){return _0x7f0011+_0x388ef5;},'ezHul':_0x7f3598(0xe8),'niZhC':function(_0x23656a,_0x3f163b,_0x11cfc5,_0x5ca445){return _0x23656a(_0x3f163b,_0x11cfc5,_0x5ca445);},'menCO':_0x7f3598(0xe2),'aSFmW':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x3e5875[_0x7f3598(0xf3)]){const _0x405ccb=_0x3e5875[_0x7f3598(0xf3)],_0x521372=Date[_0x7f3598(0xe9)](),_0x5ce553=_0x25f57b[_0x7f3598(0xea)](_0x25f57b[_0x7f3598(0xdf)],_0x521372);PerformanceTester['start'](O11y_EVENTS[_0x7f3598(0xde)]),await _0x25f57b['niZhC'](playwrightAnnotate,_0x405ccb,_0x5ce553,_0x25f57b[_0x7f3598(0xdc)]),PerformanceTester[_0x7f3598(0xd5)](O11y_EVENTS['SYNC']),this[_0x7f3598(0xda)][_0x7f3598(0xdb)](_0x7f3598(0xe1)+constants[_0x7f3598(0xf1)]+'\x20sync\x20done');}else this[_0x7f3598(0xda)][_0x7f3598(0xe2)](_0x25f57b[_0x7f3598(0xe5)]);}}ObservabilityModule[a93_0x352e56(0xed)]='ObservabilityModule',module[a93_0x352e56(0xef)]=ObservabilityModule;
|