browserstack-node-sdk 1.65.1 → 1.65.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a105_0x58fd(_0x313c3c,_0x209410){const _0x12c2b8=a105_0x12c2();return a105_0x58fd=function(_0x58fd89,_0x448d3f){_0x58fd89=_0x58fd89-0x114;let _0x10ca90=_0x12c2b8[_0x58fd89];return _0x10ca90;},a105_0x58fd(_0x313c3c,_0x209410);}const a105_0x110a7c=a105_0x58fd;(function(_0x3e83e7,_0x54dd2a){const _0x340d6a=a105_0x58fd,_0x1573ce=_0x3e83e7();while(!![]){try{const _0x5bb188=parseInt(_0x340d6a(0x115))/0x1+-parseInt(_0x340d6a(0x116))/0x2*(-parseInt(_0x340d6a(0x11b))/0x3)+parseInt(_0x340d6a(0x11a))/0x4+parseInt(_0x340d6a(0x117))/0x5+-parseInt(_0x340d6a(0x130))/0x6+parseInt(_0x340d6a(0x122))/0x7+-parseInt(_0x340d6a(0x12e))/0x8;if(_0x5bb188===_0x54dd2a)break;else _0x1573ce['push'](_0x1573ce['shift']());}catch(_0x14374b){_0x1573ce['push'](_0x1573ce['shift']());}}}(a105_0x12c2,0x2099d));const TrackedContext=require(a105_0x110a7c(0x12a)),crypto=require(a105_0x110a7c(0x126)),{threadId}=require(a105_0x110a7c(0x118));class TrackedInstance{static [a105_0x110a7c(0x119)]=a105_0x110a7c(0x128);constructor(_0x3137d1){const _0x58b7ce=a105_0x110a7c;this['context']=_0x3137d1,this[_0x58b7ce(0x135)]=new Map();}['getRef'](){const _0x13520c=a105_0x110a7c;return this[_0x13520c(0x11d)][_0x13520c(0x11c)]();}[a105_0x110a7c(0x12b)](){return this['context'];}[a105_0x110a7c(0x137)](){const _0x2c2ba2=a105_0x110a7c;return this[_0x2c2ba2(0x135)];}[a105_0x110a7c(0x114)](_0x2b254c){const _0x4504d6=a105_0x110a7c;Object[_0x4504d6(0x11f)](_0x2b254c)[_0x4504d6(0x132)](_0xf6172d=>{const _0x58ac61=_0x4504d6;this[_0x58ac61(0x135)][_0x58ac61(0x131)](_0xf6172d,_0x2b254c[_0xf6172d]);});}[a105_0x110a7c(0x134)](_0x4a00b5){const _0x58fb69=a105_0x110a7c;Object['entries'](_0x4a00b5)[_0x58fb69(0x132)](([_0x374a5f,_0x15bef7])=>{const _0x437a48=_0x58fb69,_0x4d73eb=this[_0x437a48(0x135)][_0x437a48(0x121)](_0x374a5f)||{},_0x15ae98={..._0x4d73eb,..._0x15bef7},_0x17f9fd=_0x15ae98;this[_0x437a48(0x135)][_0x437a48(0x131)](_0x374a5f,_0x17f9fd);});}[a105_0x110a7c(0x123)](_0x1261f2){const _0x39a7c3=a105_0x110a7c;return this[_0x39a7c3(0x135)][_0x39a7c3(0x121)](_0x1261f2);}[a105_0x110a7c(0x127)](_0x22e255,_0x4de242){const _0x1db1ad=a105_0x110a7c;this['data'][_0x1db1ad(0x131)](_0x22e255,_0x4de242);}static[a105_0x110a7c(0x120)](_0x7ff6ce){const _0x1b1899=a105_0x110a7c,_0x145b40={};_0x145b40[_0x1b1899(0x133)]=_0x1b1899(0x12f),_0x145b40[_0x1b1899(0x12d)]='hex',_0x145b40[_0x1b1899(0x125)]=function(_0x32da68,_0x5ba876){return _0x32da68||_0x5ba876;};const _0x5d7aed=_0x145b40;return new TrackedContext(crypto[_0x1b1899(0x12c)](_0x5d7aed[_0x1b1899(0x133)])[_0x1b1899(0x11e)](_0x7ff6ce)[_0x1b1899(0x129)](_0x5d7aed[_0x1b1899(0x12d)]),_0x5d7aed[_0x1b1899(0x125)](threadId,0x0),process[_0x1b1899(0x136)],typeof _0x7ff6ce);}}module[a105_0x110a7c(0x124)]=TrackedInstance;function a105_0x12c2(){const _0x39b663=['context','update','keys','createContext','get','404271AmdkAp','getData','exports','KeYBF','crypto','updateData','isBrowserstackAutomationSession','digest','./trackedContext','getContext','createHash','rOMAh','3625776TEcIFP','sha256','1090794cnjokG','set','forEach','CBnRK','addMultipleEntries','data','pid','getAllData','updateMultipleEntries','116653DGdEZD','362LSKkjE','1303840wakKeZ','worker_threads','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','532052pXzGzJ','3321JloLXp','getId'];a105_0x12c2=function(){return _0x39b663;};return a105_0x12c2();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a106_0x4ed4c8=a106_0x3056;(function(_0x4cce90,_0x5c936d){const _0x2ad38a=a106_0x3056,_0x323d5e=_0x4cce90();while(!![]){try{const _0x52cd27=parseInt(_0x2ad38a(0x30e))/0x1*(-parseInt(_0x2ad38a(0x263))/0x2)+parseInt(_0x2ad38a(0x1a9))/0x3+parseInt(_0x2ad38a(0x2f2))/0x4+-parseInt(_0x2ad38a(0x13f))/0x5*(parseInt(_0x2ad38a(0x1cb))/0x6)+-parseInt(_0x2ad38a(0x171))/0x7+parseInt(_0x2ad38a(0x19e))/0x8*(-parseInt(_0x2ad38a(0xe0))/0x9)+-parseInt(_0x2ad38a(0x260))/0xa*(-parseInt(_0x2ad38a(0x199))/0xb);if(_0x52cd27===_0x5c936d)break;else _0x323d5e['push'](_0x323d5e['shift']());}catch(_0x5e8673){_0x323d5e['push'](_0x323d5e['shift']());}}}(a106_0x19e3,0x60347));function a106_0x3056(_0x1c7bb0,_0x36855f){const _0x19e3fd=a106_0x19e3();return a106_0x3056=function(_0x30569e,_0x5c3ef8){_0x30569e=_0x30569e-0xc5;let _0x14becf=_0x19e3fd[_0x30569e];return _0x14becf;},a106_0x3056(_0x1c7bb0,_0x36855f);}function a106_0x19e3(){const _0xbde3bf=['getOptions','GBZOu','number','boUyG','MMVTc','5140590RjnArV','isAccessibilityAutomationSession','wjhUt','dbbFj','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','GXOGz','main','xVLHr','nysxm','qickD','commandsToWrap','on\x20non-BrowserStack\x20infrastructure\x20','onBeforeExecute:\x20Command\x20','testFramework','udjxO','LsNik','executeScript','iWvGP','ms\x20—\x20cache\x20never\x20populated\x20(','getCurrentAccessibilityStatus','capabilities','start','replace','daJuo','gTHaS','platformCaps','BKulk','debug','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','bbKBq','trim','mTDxo','kbnmL','--headless=new','AUTOMATION_SESSIONS','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','khEFH','thTestRunUuid','tMfCV','shouldScanForCommand','20349274xCzUkD','accessibilityResult','\x20a11yToken=','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','yFMOj','3774944uwHUcK','TEkdH','_sendMessageServerPatchApplied','length','GET_RESULTS_SUMMARY','KEY_DRIVER_HAS_URL','xHeBU','wkpVA','function','testRunId','../../../helpers/accessibility-automation/helper','1121736GDSQKR','bind','ULLVC','has','centralAuthToken','getAccessibilityConfig','LYKyE','getAccessibilityExecuteParams','commandsList','TkDvB','executeScriptByName:\x20No\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getAccessibilityResults','BjuMN','blWCS','AtMxm','NmHUD','JtRMY','LFMxO','resolveMobileThTestRunUuid','IfpjQ','name','set','scan','OjqJu','warn','performScanForCli:\x20No\x20','options','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','performScanForCli','isMobileScanningEnabledForGroup','rIcQz','parseFromProto','6PQsNEq','UgBMl','PERFORM_SCAN','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','delete','JEST_WORKER_ID','vabgk','PYngg','HxUfy','../framework/testFramework','ZNuSs','digest','getCapabilityValue','rEagB','isBrowserSupportedForAccessibility','\x20accessibility\x20script\x20on\x20page','QkgmL','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','JWScy','xaikc','\x20from\x20testIdentifier=','CmZzL','Performing\x20scan\x20before\x20from\x20cli','qODJC','\x20using\x20script:\x20','../../../helpers/helper','performPageScan:\x20Page\x20is\x20null','browserName','getTestDetails','format','RsVcB','FvQtP',',\x20includeTags=','onBeforeTest','info','ixWRf','vCujG','a11y:save-results','xBlvo','version','wMMNx','AONGi','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','toLowerCase','headless','Error\x20applying\x20sendMessageToServer\x20patch:\x20','performPageScan','skipCDPConnectOverride','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','NODE_GENERIC','performScan','browser_version','exports','driver','totalIssueCount=','BmkjW',',\x20isAppAccessibility=','startsWith','get','android','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pid','platformName','KEY_TESTHUB_BUILD_ID','Error\x20in\x20getAccessibilityResultsSummary:\x20','OiVGa','sVGEF','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','accessibilityPlatform',',\x20framework=','createHash','Exception\x20in\x20isPlatformSupported:\x20','getBrowserDisplayName','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','../state/hookState','zateJ','XsHOB','cucumber','wGYqE','liNgt','browser','fZOFq','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','launchCaps','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','MergedScanArgs:\x20',',\x20tags=','jNFlI','../framework/constants/testFrameworkConstants.js','SWesJ','NBwPH','_centralAuthA11yConfig','../framework/automationFramework','KgNlB','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','is_mobile_session','COcsT','getScriptByName','NKebT','EqzNt','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','WbDFI','afterTestHook','gTMUw','instance','byEEP','value',',\x20testRunId=','tqhsb','assign','isFinite','AccessibilityModule.getResults','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','mVcfh','measureWrapper','Error\x20in\x20processAccessibilityCaps:\x20','error','ildHR',')\x20result=','getContext','performScan\x20capped\x20at\x20','JPcvM','lipbC','XwRKv','IduOA','SWPan','RWfbX',',\x20sessionId=','XHPtR','\x20worker=\x22','totalIssueCount','getInstance','BQNnz','fetchDriverExecuteParamsEvent','rIGLF','update','tkqyp','_parseScriptsFromOptions','chromeOptions','oSVIQ','appium:platformVersion','test_run_id','testFrameworkData','finishScanningForCli','WxSDe','_centralAuthConfigFetched','10ecNusW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isBrowserstackScriptCommand','62FDAswe','_mobileScanningDisabledLogged','mergeObject',']\x20polled\x20','\x20browser\x20version\x20greater\x20than\x20','PyjxO','LOG_DISABLED_SHOWN','WwyKT','saveResults','browserstack.accessibilityOptions.authToken','raxNM','QBlQF','Tlazb','--headless=','getPlatformIndex','NinlW',']\x20Accessibility\x20configuration\x20initialized\x20successfully','nIfjq',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fgIJn','hasAccessibilityExecuteParams','rjLuU','setAccessibilityConfig','WyRPO','MOBILE_SCANNING_DISABLED_WARNING','setLogDisabledShown','getCapabilitiesList','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','../cliUtils','excludeTagsInTestingScope','goog:chromeOptions','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','FJarH','null','OqdxE','EGYiy','currentTest','getResultsSummary',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','true','CREATE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','xPmIm','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','TDcNl','Error\x20in\x20performPageScan:\x20','KNigv','setAccessibilityToken','DzwJI','YvevG','WfYyL','AccessibilityModule.getResultsSummary','present','QXBLc','Accessibility\x20data\x20for\x20extension:\x20','getCurrentInstanceName','__accessibilityOptions','browserstack.accessibilityOptions.scannerProcessingTimeout','pswUl','ScanArgs:\x20','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getTestFrameworkDetail','platformValidation',',\x20testIdentifier=','lqJeQ','ZhQhC','pwPage','wOGFi','isAppAccessibility','testcafe','gOPcq','Mhziw','centralAuthHeader','isEnabled','ZVGgx','getPlatformCaps','sHVrQ','toISOString','Error\x20getting\x20script\x20by\x20name\x20','ObWqq','join','browserStackEvaluate','kuwTW','SAVE_RESULTS','yYToF','size','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','from','testInfo','page','AjPss','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','NWkIQ','evaluate','reason','WjrNV','Xshpv','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','khywX','eZkPY','validatePlatformForAccessibility','registerObserver','HLCiZ','FmDCa','Error\x20in\x20shouldScanForCommand:\x20','XZXhv','\x20script\x20available\x20in\x20scriptsList','qiNSG','saveTestResults','SDK_ACCESSIBILITY_CONFIG','loadAccessibilityConfig','gatlk','SONKG','FiLXQ','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','[AccessibilityModule.getResultsSummary]\x20waited\x20','SCAN_CAP_HIT','_pollUntilNonEmpty','args','setShouldScan','[AccessibilityModule]\x20onAfterTest:\x20framework=','isPlatformSupported','appium:platformName','__bstackA11yScanCapHit','jest','scannerProcessingTimeout','BROWSERSTACK_CLI_BIN_SESSION_ID','../grpcClient','ENwxa',']\x20onAfterTest\x20should\x20scan=','slice','end','isMobileWebSession','Error\x20executing\x20script\x20','zRYtF','PUYHj','vauds',']\x20clear\x20','Unknown\x20Test','cuCtR','getName','BS_A11Y_JWT','465932RsQCpp','\x20testHubUuid=','rueUV','../TestInfo.js','AmvyK','BjhBy','SebOQ','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','rNAdj',',\x20available\x20commands:\x20','tdPPM','zNIww','DIVJh','Error\x20in\x20initAccessibilityConfig:\x20','okcuM','shouldScanCurrentTest','GzlUf','stopTestCapture','getAccessibilityResultsSummary','isEnabledTestcase','sLYuD','../../../helpers/performance/performance-tester.js','getParamsForScanForCli','getTesthub','command','BhnWR','zZHDv','wdCSn','11569prQzde',',\x20\x0a\x20',',\x20testName=','iviJe','sOHIc','[App-A11y]\x20Scan\x20result\x20for\x20','pXjzm','getTrackedInstance','unknown','NPagn','getCommandsToWrap','kjiwP','latest','SKVel','knVaw','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','getAccessibility','eqlAE','UmYTf','liDLc','lwlpG','fnsgt','patchSendMessageToServer','nUVPT','getResults','XYAWR','tqVWh','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20result\x20for\x20','setShouldScanCurrentTest','__workerDetails','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','mrAIt','IAwux','not-array','../../playwright/accessibility-helper','SrsRL','HIaZl','rlhrA','Scan\x20result:\x20','getTestId','kViDj','hex','commandName','capabilitiesList',']\x20isEnabledTestcase\x20(cucumber)\x20result=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','object','performPageScan:\x20Script\x20is\x20null','../../utils/playwright-patcher','[platform\x20-\x20','oLTlA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','9kcfMyd','jFofs','getModuleName','No\x20summaryResults\x20found.','getCapabilities','getData','updateData','OjUqn','chrome','stringify','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','OEBZl','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','toJson','now','Context','getResultResponse','stack','accessibility','getBuildId','util','SPrrZ','DOFMK','pWepg','includes','../../utils/constants.js','Page\x20','concat','yCcmR','zhDuF','getScript','Acuqf','__jestCurrentTestIdentifier','rNXNo','titlePath','QFSoq','env','sha256','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',']\x20isEnabledTestcase\x20(','PRE','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','Error\x20checking\x20headless\x20capability:\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','Processed\x20accessibility\x20caps\x20','testData','fVtjW','RhHsP','\x20script\x20available','FQKai','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','../../../helpers/accessibility-automation/constants','degradedReason','wcagVersion','ACCESSIBILITY_INITIALIZED','ZyEfT','shouldScanForCommand:\x20','noySC','wANTc','getAllData','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','qUvcH',']\x20poll\x20attempt=','KQdep','getScriptsList',');\x20returning\x20last\x20value','browserVersion','string','OFATB','EXECUTE','../../../helpers/accessibility-automation/scripts','KEY_INIT','TpDTW','DRIVER_HAS_URL','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','testAnalyticsId','ZuLQR','xRIfm','KEY_TEST_NAME','onAfterTest','scannerVersion','RfnXZ','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','fetchCentralAuthA11yConfig','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','accessibilityConfig','toString','KEY_TEST_SCOPES','getGoogleChromeOptions','gKtnb','getAppAccessibilityResults','kUNFQ',']\x20should\x20run\x20accessibility\x20value=','platformVersion','race','1906985zodCnV',',\x20excludeTags=','message','NON_BROWSERSTACK_AUTOMATION_SESSIONS','toObject','test_tags','mKcxX','find','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','some','getState','utf-8','EbXPC','isArray','degraded','mnorP','getCommandsList','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','browserstack.accessibilityOptions.scannerVersion','getValue','isVersionSupported','DRIVER_INIT','keys','browserstack_executor','SGGFP','\x22\x20pid=','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BROWSERSTACK_TESTHUB_JWT','loadDriverExecuteParams','xUwgK','kBsYd','onBeforeExecute:\x20command=','isPlatformSupported:\x20caps\x20are\x20null','testhub_build_uuid','PyEvF','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','executeScriptByName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','UFlTu','accessibilityToken','\x20->\x20','\x20token_fp=','parse','map','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='];a106_0x19e3=function(){return _0xbde3bf;};return a106_0x19e3();}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a106_0x4ed4c8(0x27f)),AutomationFramework=require(a106_0x4ed4c8(0x22a)),TestFramework=require(a106_0x4ed4c8(0x1d4)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a106_0x4ed4c8(0x218)),GrpcClient=require(a106_0x4ed4c8(0x2e3)),scripts=require(a106_0x4ed4c8(0x126)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0x4ed4c8(0x307)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x4ed4c8(0x113)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0x4ed4c8(0xf4)),TestInfo=require(a106_0x4ed4c8(0x2f5)),TestFrameworkConstants=require(a106_0x4ed4c8(0x226)),accessibilityHelper=require(a106_0x4ed4c8(0x1a8)),{FRAMEWORKS}=require(a106_0x4ed4c8(0xf9));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a106_0x4ed4c8(0x1bf)];static [a106_0x4ed4c8(0x25f)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x5ecc6a){const _0xb8fa3b=a106_0x4ed4c8,_0x38b523={};_0x38b523['RISpe']=function(_0x4b04e4,_0x1666ed){return _0x4b04e4===_0x1666ed;},_0x38b523[_0xb8fa3b(0x18b)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x38b523[_0xb8fa3b(0x2c3)]=_0xb8fa3b(0x116),_0x38b523['CmZzL']=_0xb8fa3b(0x129),_0x38b523[_0xb8fa3b(0x11d)]=_0xb8fa3b(0x160);const _0x10d9e6=_0x38b523;super(),AutomationFramework[_0xb8fa3b(0x2c8)](AutomationFrameworkState[_0xb8fa3b(0x125)],HookState[_0xb8fa3b(0x108)],this['onBeforeExecute'][_0xb8fa3b(0x1aa)](this)),AutomationFramework[_0xb8fa3b(0x2c8)](AutomationFrameworkState[_0xb8fa3b(0x28b)],HookState['POST'],this[_0xb8fa3b(0x1ee)][_0xb8fa3b(0x1aa)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0xb8fa3b(0x108)],this[_0xb8fa3b(0x12f)][_0xb8fa3b(0x1aa)](this)),this[_0xb8fa3b(0x2ac)]=!![],this[_0xb8fa3b(0x135)]=_0x5ecc6a[_0xb8fa3b(0x143)](),this['accessibility']=new Map(),this[_0xb8fa3b(0x269)]=new Map(),this[_0xb8fa3b(0x2a7)]=_0x5ecc6a['getIsAppAccessibility']?.()||![],this['capabilities']=[],this[_0xb8fa3b(0x1a0)]=![],this[_0xb8fa3b(0x264)]=![],this[_0xb8fa3b(0x292)](_0x5ecc6a[_0xb8fa3b(0x16c)]()['getCapabilitiesList']());const _0x68c5d0=CLIUtils[_0xb8fa3b(0x2a0)]();_0x68c5d0&&_0x10d9e6['RISpe'](_0x68c5d0[_0xb8fa3b(0x1bf)],FRAMEWORKS['NODE_GENERIC'])&&this[_0xb8fa3b(0x257)](_0x5ecc6a[_0xb8fa3b(0x16c)]()),logger[_0xb8fa3b(0x18c)](_0x10d9e6[_0xb8fa3b(0x18b)]),this[_0xb8fa3b(0x127)]=_0x10d9e6[_0xb8fa3b(0x2c3)],this[_0xb8fa3b(0x1a3)]=_0x10d9e6[_0xb8fa3b(0x1e2)],this['KEY_TESTHUB_BUILD_ID']=_0x10d9e6[_0xb8fa3b(0x11d)];}[a106_0x4ed4c8(0x2ac)](){const _0x2e1dc7=a106_0x4ed4c8;return this[_0x2e1dc7(0x2ac)];}[a106_0x4ed4c8(0xe2)](){return AccessibilityModule['MODULE_NAME'];}[a106_0x4ed4c8(0x184)](){const _0x1f65c6=a106_0x4ed4c8;return this[_0x1f65c6(0xf2)][_0x1f65c6(0x207)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x579a6d=a106_0x4ed4c8;return this[_0x579a6d(0x269)]['get'](CLIUtils[_0x579a6d(0x29a)](),![]);}[a106_0x4ed4c8(0x27c)](_0x4aa074){const _0x270a72=a106_0x4ed4c8;this[_0x270a72(0x269)][_0x270a72(0x1c0)](CLIUtils[_0x270a72(0x29a)](),_0x4aa074);}['applySendMessageToServerPatch'](){const _0x1f6264=a106_0x4ed4c8,_0xd6f435={'SKVel':_0x1f6264(0x1dd),'Tlazb':function(_0x3ceaa8,_0x484e9d){return _0x3ceaa8(_0x484e9d);},'AtMxm':_0x1f6264(0xdc),'RsVcB':_0x1f6264(0xec),'sOHIc':_0x1f6264(0x19c)};if(this['_sendMessageServerPatchApplied']){logger[_0x1f6264(0x18c)](_0xd6f435[_0x1f6264(0x31b)]);return;}try{const _0x8dc9e=_0xd6f435[_0x1f6264(0x26f)](require,_0xd6f435[_0x1f6264(0x1b9)]);_0x8dc9e&&_0x8dc9e[_0x1f6264(0x324)]?(_0x8dc9e[_0x1f6264(0x324)](),this[_0x1f6264(0x1a0)]=!![],logger['debug'](_0xd6f435[_0x1f6264(0x1eb)])):logger[_0x1f6264(0x18c)](_0xd6f435[_0x1f6264(0x312)]);}catch(_0x5226e0){logger[_0x1f6264(0x18c)](_0x1f6264(0x1fa)+util['format'](_0x5226e0));}}['isPlatformSupported'](_0x551928=null,_0x39c469=null,_0x10215c=null){const _0x5b9c6b=a106_0x4ed4c8,_0x18c5c3={'UgBMl':function(_0x3b2ab6,_0xa3f3cc){return _0x3b2ab6&&_0xa3f3cc;},'LFMxO':_0x5b9c6b(0x15f),'noySC':function(_0xb596e2,_0x313672){return _0xb596e2(_0x313672);},'TEkdH':_0x5b9c6b(0x1e6),'mKcxX':_0x5b9c6b(0x11c),'UmYTf':_0x5b9c6b(0x2de),'ildHR':function(_0x3e0fac,_0x5c2b34){return _0x3e0fac===_0x5c2b34;},'EbXPC':_0x5b9c6b(0x208),'aqlTH':_0x5b9c6b(0x25a),'NmHUD':function(_0x510dcb,_0x4d15c1){return _0x510dcb!==_0x4d15c1;},'GzlUf':function(_0x2231c4,_0x546a0c){return _0x2231c4!==_0x546a0c;},'WyRPO':function(_0x307804,_0x6cf9c6,_0x2a40d3){return _0x307804(_0x6cf9c6,_0x2a40d3);},'udjxO':function(_0x335182,_0x5ac6dd){return _0x335182(_0x5ac6dd);},'khEFH':function(_0x4ff0b8,_0x42242c){return _0x4ff0b8(_0x42242c);},'bVwpx':function(_0x102bc2,_0x43e27f){return _0x102bc2<_0x43e27f;},'PPDxF':_0x5b9c6b(0xdf),'KNigv':_0x5b9c6b(0x28a),'liNgt':'string','dbbFj':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','zZHDv':_0x5b9c6b(0x281),'BQNnz':function(_0x3830be,_0x25bda0){return _0x3830be!==_0x25bda0;},'jFofs':_0x5b9c6b(0x31a),'pWepg':function(_0x2cfea7){return _0x2cfea7();},'blWCS':_0x5b9c6b(0x17c),'QIhtc':function(_0x236d18,_0x11e275){return _0x236d18(_0x11e275);},'BjuMN':function(_0x4e5b59,_0x1fef97){return _0x4e5b59-_0x1fef97;},'sHVrQ':function(_0x566974,_0xbc078){return _0x566974(_0xbc078);},'wMMNx':function(_0x1727d9,_0x4c9330){return _0x1727d9!==_0x4c9330;},'XZXhv':function(_0x52ea8d,_0x2aaaa1){return _0x52ea8d>_0x2aaaa1;},'WbDFI':_0x5b9c6b(0x2b9)};try{if(_0x18c5c3[_0x5b9c6b(0x1cc)](!_0x39c469,!_0x10215c))return logger[_0x5b9c6b(0x18c)](_0x18c5c3[_0x5b9c6b(0x1bc)]),![];const {isUndefined:_0xd30847,isBrowserstackInfra:_0x454bcf}=_0x18c5c3[_0x5b9c6b(0x119)](require,_0x18c5c3[_0x5b9c6b(0x19f)]);if(!accessibilityHelper[_0x5b9c6b(0x172)]())return logger[_0x5b9c6b(0x18c)](_0x18c5c3[_0x5b9c6b(0x145)]),![];if(this[_0x5b9c6b(0x2a7)]){const _0x32454f=(_0x39c469[_0x5b9c6b(0x20b)]||_0x39c469[_0x18c5c3[_0x5b9c6b(0x320)]]||'')['toLowerCase']();if(_0x18c5c3[_0x5b9c6b(0x243)](_0x32454f,_0x18c5c3[_0x5b9c6b(0x14b)])){const _0x12b96b=_0x39c469[_0x18c5c3['aqlTH']]||_0x39c469[_0x5b9c6b(0x13d)];if(_0x18c5c3[_0x5b9c6b(0x1ba)](_0x12b96b,undefined)&&_0x18c5c3[_0x5b9c6b(0x302)](_0x12b96b,null)){const _0x3bc390=_0x18c5c3[_0x5b9c6b(0x27a)](parseInt,_0x18c5c3[_0x5b9c6b(0x17f)](String,_0x12b96b)['split']('.')[0x0],0xa);if(!_0x18c5c3[_0x5b9c6b(0x195)](isNaN,_0x3bc390)&&_0x18c5c3['bVwpx'](_0x3bc390,0xb))return logger['warn']('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x12b96b),![];}}return!![];}const _0x32a7e8=_0x39c469[_0x5b9c6b(0x1e8)]||_0x39c469[_0x5b9c6b(0x21e)],_0x21a626=_0x39c469[_0x5b9c6b(0x122)]||_0x39c469[_0x5b9c6b(0x200)];if(!accessibilityHelper[_0x5b9c6b(0x1d9)](_0x32a7e8))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3['PPDxF']),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x32a7e8))try{const _0x16289d=_0x39c469[_0x5b9c6b(0x1f9)],_0x58dfc1=_0x18c5c3['ildHR'](_0x16289d,!![])||_0x18c5c3[_0x5b9c6b(0x243)](_0x16289d,_0x18c5c3[_0x5b9c6b(0x291)])||_0x18c5c3[_0x5b9c6b(0x243)](typeof _0x16289d,_0x18c5c3[_0x5b9c6b(0x21d)])&&_0x18c5c3['ildHR'](_0x16289d[_0x5b9c6b(0x1f8)](),_0x18c5c3[_0x5b9c6b(0x291)]);if(_0x58dfc1)return logger[_0x5b9c6b(0x1c3)](_0x18c5c3[_0x5b9c6b(0x174)]),![];const _0x156cec=_0x39c469?.[_0x5b9c6b(0x258)]?.['args']||_0x39c469?.[_0x18c5c3[_0x5b9c6b(0x30c)]]?.[_0x5b9c6b(0x2da)]||[];if(Array[_0x5b9c6b(0x14c)](_0x156cec)&&_0x156cec[_0x5b9c6b(0x148)](_0x385afc=>typeof _0x385afc==='string'&&(_0x385afc==='--headless'||_0x385afc[_0x5b9c6b(0x206)](_0x5b9c6b(0x270))&&_0x385afc!==_0x5b9c6b(0x192))))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3['dbbFj']),![];}catch(_0x51f0b8){logger[_0x5b9c6b(0x18c)](_0x5b9c6b(0x10a)+util[_0x5b9c6b(0x1ea)](_0x51f0b8));}if(_0x18c5c3[_0x5b9c6b(0x252)](_0x21a626,_0x18c5c3[_0x5b9c6b(0xe1)])){const _0x40c449=_0x18c5c3[_0x5b9c6b(0xf7)](_0x454bcf),_0x1f1971=accessibilityHelper['getMinVersionForBrowser'](_0x32a7e8,_0x40c449),_0x45669d=accessibilityHelper[_0x5b9c6b(0x215)](_0x32a7e8);if(!accessibilityHelper[_0x5b9c6b(0x153)](_0x21a626,_0x1f1971)){const _0x225cac=_0x40c449?'':_0x18c5c3[_0x5b9c6b(0x1b8)],_0x8ff607=Number[_0x5b9c6b(0x23c)](_0x18c5c3['QIhtc'](parseFloat,_0x1f1971))?_0x18c5c3[_0x5b9c6b(0x1b7)](_0x18c5c3[_0x5b9c6b(0x2af)](parseFloat,_0x1f1971),0x1):_0x1f1971;return logger['warn'](_0x5b9c6b(0x164)+_0x45669d+_0x5b9c6b(0x267)+_0x8ff607+'\x20'+_0x225cac+'.'),![];}}else{const _0x2103e4=_0x39c469['browserVersion']||_0x39c469[_0x5b9c6b(0x200)]||_0x39c469[_0x5b9c6b(0x1f4)];if(_0x2103e4&&_0x18c5c3[_0x5b9c6b(0x1f5)](_0x2103e4,_0x18c5c3['jFofs'])&&!_0x18c5c3[_0x5b9c6b(0x2cc)](_0x18c5c3[_0x5b9c6b(0x2af)](parseFloat,_0x2103e4),_0x18c5c3['QIhtc'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3[_0x5b9c6b(0x233)]),![];}return!![];}catch(_0x1edfea){return logger['debug'](_0x5b9c6b(0x214)+_0x1edfea[_0x5b9c6b(0x141)]),![];}}['isEnabledTestcase'](_0x552d34=[],_0x15d83c,_0x4d65f4=a106_0x4ed4c8(0x21b)){const _0x4fe710=a106_0x4ed4c8,_0x2a2d8e={'SGGFP':function(_0x3895f1,_0x555d59){return _0x3895f1===_0x555d59;},'xBlvo':'jest','fjnVB':function(_0x27fa4f,_0x29004a){return _0x27fa4f||_0x29004a;},'EqzNt':function(_0x2c9a47,_0x994d69){return _0x2c9a47===_0x994d69;},'rIcQz':function(_0x55c7ab,_0x523f5f){return _0x55c7ab&&_0x523f5f;},'TpDTW':'unknown','CkQGr':function(_0x1f081f,_0x5eaff0){return _0x1f081f===_0x5eaff0;},'wOGFi':function(_0x1aa90b,_0x17c6bc){return _0x1aa90b(_0x17c6bc);},'zhDuF':function(_0x24634f,_0x5da551){return _0x24634f>_0x5da551;}};try{const _0x29ee04=process[_0x4fe710(0x104)][_0x4fe710(0x28c)]?JSON[_0x4fe710(0x169)](process[_0x4fe710(0x104)][_0x4fe710(0x28c)]):null;if(!_0x29ee04)return!![];const _0x539b6b=Array[_0x4fe710(0x14c)](_0x29ee04['includeTagsInTestingScope'])?_0x29ee04['includeTagsInTestingScope']:[],_0x554f7f=Array[_0x4fe710(0x14c)](_0x29ee04[_0x4fe710(0x280)])?_0x29ee04['excludeTagsInTestingScope']:[];if(_0x2a2d8e[_0x4fe710(0x157)](_0x4d65f4,_0x2a2d8e[_0x4fe710(0x1f3)])||_0x2a2d8e[_0x4fe710(0x157)](_0x4d65f4,FRAMEWORKS[_0x4fe710(0x1fe)])){let _0x9d146e;Array[_0x4fe710(0x14c)](_0x552d34)?_0x9d146e=_0x552d34[_0x4fe710(0x2b3)]('\x20'):_0x9d146e=_0x2a2d8e['fjnVB'](_0x552d34,'');const _0x48e57f=_0x3be757=>_0x4d65f4===FRAMEWORKS[_0x4fe710(0x1fe)]&&typeof _0x3be757==='string'?_0x3be757[_0x4fe710(0x187)](/^@/,'')[_0x4fe710(0x1f8)]()[_0x4fe710(0x18f)]():_0x3be757,_0x3f0b5c=_0x2a2d8e[_0x4fe710(0x231)](_0x4d65f4,FRAMEWORKS[_0x4fe710(0x1fe)])?_0x9d146e['toLowerCase']():_0x9d146e,_0xc5aa15=_0x554f7f[_0x4fe710(0x148)](_0x1ddce2=>_0x3f0b5c['includes'](_0x48e57f(_0x1ddce2))),_0x4bbcdb=_0x2a2d8e[_0x4fe710(0x157)](_0x539b6b[_0x4fe710(0x1a1)],0x0)||_0x539b6b[_0x4fe710(0x148)](_0xa9e21d=>_0x3f0b5c[_0x4fe710(0xf8)](_0x48e57f(_0xa9e21d))),_0x494a96=_0x2a2d8e[_0x4fe710(0x1c9)](!_0xc5aa15,_0x4bbcdb);return logger['debug'](_0x4fe710(0xdd)+(_0x15d83c?.['getPlatformIndex']?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0x107)+_0x4d65f4+_0x4fe710(0x244)+_0x494a96+_0x4fe710(0x310)+_0x9d146e+_0x4fe710(0x1ed)+JSON[_0x4fe710(0xe9)](_0x539b6b)+_0x4fe710(0x140)+JSON['stringify'](_0x554f7f)),_0x494a96;}const _0x103698=Array['isArray'](_0x552d34)?_0x552d34:[];let _0x4ea482=![],_0x252150=_0x2a2d8e['CkQGr'](_0x539b6b[_0x4fe710(0x1a1)],0x0);const _0x5e828a=_0x4e7028=>typeof _0x4e7028===_0x4fe710(0x123)?_0x4e7028[_0x4fe710(0x187)](/^@/,'')[_0x4fe710(0x1f8)]()[_0x4fe710(0x18f)]():_0x4e7028,_0x34acda=new Set(_0x539b6b[_0x4fe710(0x16a)](_0x5e828a)),_0x11d335=new Set(_0x554f7f[_0x4fe710(0x16a)](_0x5e828a));for(const _0x512199 of _0x103698){const _0x533a8e=_0x2a2d8e[_0x4fe710(0x2a6)](_0x5e828a,_0x512199);_0x11d335[_0x4fe710(0x1ac)](_0x533a8e)&&(_0x4ea482=!![]),_0x2a2d8e[_0x4fe710(0xfd)](_0x34acda[_0x4fe710(0x2b8)],0x0)&&_0x34acda[_0x4fe710(0x1ac)](_0x533a8e)&&(_0x252150=!![]);}const _0x3605f7=_0x2a2d8e[_0x4fe710(0x1c9)](_0x252150,!_0x4ea482);return logger[_0x4fe710(0x18c)]('[platform\x20-\x20'+(_0x15d83c?.[_0x4fe710(0x271)]?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0xd8)+_0x3605f7+_0x4fe710(0x224)+JSON[_0x4fe710(0xe9)](_0x103698)+',\x20includeTags='+JSON[_0x4fe710(0xe9)](_0x539b6b)+_0x4fe710(0x140)+JSON[_0x4fe710(0xe9)](_0x554f7f)),_0x3605f7;}catch(_0xb8aa73){return logger[_0x4fe710(0x18c)]('[platform\x20-\x20'+(_0x15d83c?.[_0x4fe710(0x271)]?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0x289)+_0xb8aa73[_0x4fe710(0x141)]),![];}}async[a106_0x4ed4c8(0x1ee)](_0x1cf66d){const _0x4801c0=a106_0x4ed4c8,_0x4d429d={};_0x4d429d[_0x4801c0(0x1d8)]=function(_0x168f31,_0x779bf9){return _0x168f31!==_0x779bf9;},_0x4d429d[_0x4801c0(0x2a3)]='cucumber',_0x4d429d['kbnmL']=function(_0x1d19dc,_0x405a27){return _0x1d19dc!==_0x405a27;},_0x4d429d['GXOGz']=_0x4801c0(0x2e0),_0x4d429d[_0x4801c0(0x219)]=function(_0x5374ad,_0x3faa34){return _0x5374ad!==_0x3faa34;},_0x4d429d[_0x4801c0(0x12d)]='testcafe',_0x4d429d[_0x4801c0(0x1a5)]=function(_0x838b06,_0x18bf97){return _0x838b06!==_0x18bf97;},_0x4d429d[_0x4801c0(0x2b5)]=function(_0x1bb0e1,_0x2c12bc){return _0x1bb0e1===_0x2c12bc;},_0x4d429d[_0x4801c0(0xcc)]='true',_0x4d429d[_0x4801c0(0x18e)]=function(_0x2e7f70,_0x3619a5){return _0x2e7f70===_0x3619a5;},_0x4d429d['mTDxo']=function(_0x2b1bd5,_0x1729ea){return _0x2b1bd5&&_0x1729ea;},_0x4d429d[_0x4801c0(0x204)]='TEST_INIT',_0x4d429d[_0x4801c0(0x20e)]=_0x4801c0(0x2d5),_0x4d429d[_0x4801c0(0xeb)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x4d429d[_0x4801c0(0x247)]=_0x4801c0(0x154),_0x4d429d[_0x4801c0(0x2b7)]=function(_0x3b6569,_0x5835ae){return _0x3b6569===_0x5835ae;},_0x4d429d[_0x4801c0(0x285)]=function(_0xde41df,_0x5182e7){return _0xde41df===_0x5182e7;},_0x4d429d['Coxwo']=_0x4801c0(0x106),_0x4d429d[_0x4801c0(0x13b)]=_0x4801c0(0x2ee),_0x4d429d['cuCtR']=function(_0x3275a9,_0x5a02f3){return _0x3275a9>_0x5a02f3;},_0x4d429d['xHeBU']=function(_0x568ee4,_0x5e88bf){return _0x568ee4===_0x5e88bf;},_0x4d429d[_0x4801c0(0x294)]=_0x4801c0(0x1a6),_0x4d429d['ENwxa']=_0x4801c0(0x144),_0x4d429d[_0x4801c0(0x1c2)]=_0x4801c0(0x316);const _0x58d43f=_0x4d429d;if(_0x58d43f[_0x4801c0(0x1d8)](_0x1cf66d['testFramework'],_0x58d43f[_0x4801c0(0x2a3)])&&_0x58d43f[_0x4801c0(0x191)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x176)])&&_0x58d43f[_0x4801c0(0x219)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x12d)])&&_0x58d43f[_0x4801c0(0x1a5)](_0x1cf66d['testFramework'],FRAMEWORKS[_0x4801c0(0x1fe)])){logger[_0x4801c0(0x18c)](_0x4801c0(0x1f7)+_0x1cf66d[_0x4801c0(0x17e)]+')');return;}try{const _0x760b66=AutomationFramework[_0x4801c0(0x315)](),_0x39ab97=TestFramework[_0x4801c0(0x315)](),_0x2daaed=_0x1cf66d[_0x4801c0(0x2bc)]||global[_0x4801c0(0xc9)]?.[_0x4801c0(0x2a5)]||null;if(_0x58d43f[_0x4801c0(0x2b5)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x12d)])){const _0x29d8f7=_0x1cf66d['platformCaps']||_0x760b66&&_0x760b66['getPlatformCaps']&&_0x760b66[_0x4801c0(0x2ae)]()||_0x760b66&&_0x760b66[_0x4801c0(0xe4)]&&_0x760b66[_0x4801c0(0xe4)]()||{},_0x113dc5=_0x1cf66d['launchCaps']||null,_0x35f83a=this[_0x4801c0(0x2dd)](_0x760b66,_0x29d8f7,_0x113dc5),_0x2f5eae=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x2f5eae,_0x35f83a);global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)][_0x4801c0(0x245)]()[_0x4801c0(0x2db)](_0x35f83a);_0x35f83a?(global['accessibilityPlatform']=!![],process[_0x4801c0(0x104)][_0x4801c0(0x159)]=_0x58d43f[_0x4801c0(0xcc)]):global['accessibilityPlatform']=![];logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x35f83a);return;}if(_0x58d43f[_0x4801c0(0x18e)](_0x1cf66d[_0x4801c0(0x17e)],FRAMEWORKS['NODE_GENERIC'])){const _0x1684b2=_0x1cf66d[_0x4801c0(0x10d)]||{},_0x32e2b8=_0x1684b2[TestFrameworkConstants[_0x4801c0(0x137)]],_0x3c71fc=_0x1684b2[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x52f226=(Array['isArray'](_0x32e2b8)?_0x32e2b8[_0x4801c0(0xfb)](_0x3c71fc)['join']('\x20'):_0x3c71fc)[_0x4801c0(0x18f)](),_0x5d3a4c=_0x1cf66d['platformCaps']||_0x760b66&&_0x760b66[_0x4801c0(0x2ae)]&&_0x760b66['getPlatformCaps']()||_0x760b66&&_0x760b66[_0x4801c0(0xe4)]&&_0x760b66[_0x4801c0(0xe4)]()||{},_0x3922ba=this['isPlatformSupported'](_0x760b66,_0x5d3a4c,_0x1cf66d[_0x4801c0(0x221)]||null),_0x3eeb44=this[_0x4801c0(0x305)](_0x52f226,_0x760b66,FRAMEWORKS['NODE_GENERIC']),_0x4dd9ee=_0x58d43f[_0x4801c0(0x190)](_0x3922ba,_0x3eeb44),_0x517404=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x517404,_0x4dd9ee);global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)][_0x4801c0(0x245)]()[_0x4801c0(0x2db)](_0x4dd9ee);_0x4dd9ee?(global[_0x4801c0(0x211)]=!![],process[_0x4801c0(0x104)][_0x4801c0(0x159)]=_0x58d43f['IAwux'],this['applySendMessageToServerPatch']()):global[_0x4801c0(0x211)]=![];_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f['BmkjW'],!![]);logger[_0x4801c0(0x18c)](_0x4801c0(0x31d)+_0x3922ba+',\x20testCaseEnabled='+_0x3eeb44+',\x20testName='+_0x52f226);return;}if(!_0x2daaed){_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f[_0x4801c0(0x204)],!![]);logger['debug'](_0x58d43f[_0x4801c0(0x20e)]);return;}logger['debug'](_0x58d43f[_0x4801c0(0xeb)]);const _0x34ed60=_0x39ab97?.['getData'](_0x58d43f[_0x4801c0(0x247)],![]),_0x42082a=_0x39ab97?.['getData'](_0x58d43f['BmkjW'],![]);if(_0x58d43f[_0x4801c0(0x2b7)](_0x34ed60,![])&&_0x58d43f[_0x4801c0(0x285)](_0x42082a,![])){_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f['JPcvM'],!![]);logger[_0x4801c0(0x18c)](_0x58d43f['Coxwo']);return;}_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f[_0x4801c0(0x204)],!![]);let _0x44ab56,_0x5e32a4;const _0x48ad11=_0x1cf66d[_0x4801c0(0x17e)]||_0x58d43f[_0x4801c0(0x2a3)];if(_0x58d43f[_0x4801c0(0x18e)](_0x48ad11,_0x58d43f[_0x4801c0(0x176)])){_0x5e32a4=_0x1cf66d[_0x4801c0(0x2bb)]?.[_0x4801c0(0x12b)]||_0x1cf66d[_0x4801c0(0x2bb)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x4801c0(0xc9)]?.['currentTest']?.[_0x4801c0(0x12b)]||global[_0x4801c0(0xc9)]?.[_0x4801c0(0x287)]?.['id'];const _0x13a3e4=_0x39ab97?.[_0x4801c0(0x11b)]()?.['get'](_0x5e32a4);if(_0x13a3e4&&_0x13a3e4[TestFrameworkConstants['KEY_TEST_NAME']])_0x44ab56=_0x13a3e4[TestFrameworkConstants[_0x4801c0(0x12e)]];else{if(_0x1cf66d['testInfo']?.[_0x4801c0(0x102)])_0x44ab56=_0x1cf66d[_0x4801c0(0x2bb)][_0x4801c0(0x102)];else global[_0x4801c0(0xc9)]?.['currentTest']?.[_0x4801c0(0x2bb)]?.[_0x4801c0(0x102)]?_0x44ab56=global[_0x4801c0(0xc9)][_0x4801c0(0x287)][_0x4801c0(0x2bb)][_0x4801c0(0x102)]:_0x44ab56=_0x58d43f['kUNFQ'];}logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x5e32a4+',\x20testName='+JSON[_0x4801c0(0xe9)](_0x44ab56));}else{_0x5e32a4=this['getTestId'](_0x1cf66d);const _0x5c59e9=TestInfo[_0x4801c0(0x1e9)](_0x5e32a4);let _0x5e01dc=[];if(_0x5c59e9&&Array[_0x4801c0(0x14c)](_0x5c59e9['test_tags'])&&_0x58d43f[_0x4801c0(0x2ef)](_0x5c59e9[_0x4801c0(0x144)][_0x4801c0(0x1a1)],0x0))_0x5e01dc=_0x5c59e9[_0x4801c0(0x144)];else{if(_0x39ab97){const _0x4dc4d5=_0x58d43f[_0x4801c0(0x1a4)](typeof _0x39ab97['getData'],_0x58d43f['YvevG'])?_0x39ab97['getData'](_0x58d43f[_0x4801c0(0x2e4)],[]):_0x39ab97[_0x4801c0(0x144)]||[];Array['isArray'](_0x4dc4d5)&&(_0x5e01dc=_0x4dc4d5);}}_0x44ab56=_0x5e01dc;}logger['info']('test-tags-->\x20'+JSON[_0x4801c0(0xe9)](_0x44ab56));const _0x42163c=this[_0x4801c0(0x2dd)](_0x760b66,_0x1cf66d[_0x4801c0(0x18a)],_0x1cf66d[_0x4801c0(0x221)]);logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x42163c+_0x4801c0(0x205)+this['isAppAccessibility']);const _0xe4bac5=this['isEnabledTestcase'](_0x44ab56,_0x760b66,_0x48ad11),_0xe5a958=_0x58d43f['mTDxo'](_0x42163c,_0xe4bac5),_0x19ce78=CLIUtils[_0x4801c0(0x29a)]();this['accessibility'][_0x4801c0(0x1c0)](_0x19ce78,_0xe5a958),global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)]['getContext']()[_0x4801c0(0x2db)](_0xe5a958),logger[_0x4801c0(0x18c)](_0x4801c0(0xdd)+(_0x760b66?.[_0x4801c0(0x271)]?.()||_0x58d43f[_0x4801c0(0x1c2)])+_0x4801c0(0x13c)+_0xe5a958),_0xe5a958?(global[_0x4801c0(0x211)]=!![],process['env'][_0x4801c0(0x159)]=_0x58d43f[_0x4801c0(0xcc)],this['applySendMessageToServerPatch']()):global[_0x4801c0(0x211)]=![];}catch(_0x4618b1){logger[_0x4801c0(0x242)](_0x4801c0(0x222)+(_0x4618b1[_0x4801c0(0xf1)]||_0x4618b1[_0x4801c0(0x141)]));const _0x5954ae=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x5954ae,![]),global[_0x4801c0(0x211)]=![];}}[a106_0x4ed4c8(0x138)](){const _0xe284=a106_0x4ed4c8;return this['capabilities'][_0xe284(0x146)](_0x211247=>_0x211247[_0xe284(0x2f0)]()===_0xe284(0x281))?.[_0xe284(0x152)]()||'';}[a106_0x4ed4c8(0x1d7)](_0x3d627b){const _0x1da217=a106_0x4ed4c8;try{const _0xd8a330=this[_0x1da217(0x135)]?.['options']?.[_0x1da217(0xd7)]||[],_0x23b9b2=_0xd8a330[_0x1da217(0x146)](_0x40b9c5=>_0x40b9c5[_0x1da217(0x1bf)]===_0x3d627b);return _0x23b9b2?_0x23b9b2[_0x1da217(0x238)]:null;}catch(_0x174bd6){return logger[_0x1da217(0x18c)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x3d627b+':\x20'+_0x174bd6[_0x1da217(0x141)]),null;}}async[a106_0x4ed4c8(0x279)](_0x58729f,_0x2cb956){const _0x39bcff=a106_0x4ed4c8,_0x1b0b81=_0x58729f[_0x39bcff(0x31e)]()[_0x39bcff(0x16c)]();this[_0x39bcff(0x257)](_0x1b0b81),this[_0x39bcff(0x185)]=_0x1b0b81[_0x39bcff(0x27d)](),await this['setAccessibilityToken'](this['capabilities'],_0x2cb956[_0x39bcff(0x221)]);}[a106_0x4ed4c8(0x257)](_0x288d4f){const _0x2f4bb1=a106_0x4ed4c8,_0x1de8d2={};_0x1de8d2['qODJC']=function(_0x349603,_0x423367){return _0x349603>_0x423367;},_0x1de8d2[_0x2f4bb1(0x2eb)]=_0x2f4bb1(0x23e),_0x1de8d2[_0x2f4bb1(0x170)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x49b35c=_0x1de8d2;try{const _0x3b7ffe=_0x288d4f[_0x2f4bb1(0x120)](),_0x3dc0ed=_0x288d4f[_0x2f4bb1(0x318)]()?.[_0x2f4bb1(0x14f)]();_0x3b7ffe&&_0x49b35c[_0x2f4bb1(0x1e4)](_0x3b7ffe[_0x2f4bb1(0x1a1)],0x0)?(scripts[_0x2f4bb1(0x1ca)](_0x3b7ffe,_0x3dc0ed),scripts[_0x2f4bb1(0xed)](),logger['debug'](_0x49b35c['PUYHj'])):logger[_0x2f4bb1(0x18c)](_0x49b35c['MMVTc']);}catch(_0x599c5d){logger[_0x2f4bb1(0x18c)](_0x2f4bb1(0x194)+_0x599c5d['message']);}}async['setAccessibilityToken'](_0x164503,_0x3b9bb3={}){const _0x2d171f=a106_0x4ed4c8,_0x22a260={'pswUl':_0x2d171f(0xcd),'NinlW':_0x2d171f(0x177),'sVGEF':function(_0x4cc596,_0x20e54c){return _0x4cc596===_0x20e54c;},'wjhUt':_0x2d171f(0x166),'knVaw':function(_0x2968d3,_0x2a4f7a){return _0x2968d3(_0x2a4f7a);},'WfYyL':'crypto','gatlk':_0x2d171f(0x105),'LjQOc':_0x2d171f(0xd5),'tkqyp':function(_0x3261b4,_0x20e18f){return _0x3261b4||_0x20e18f;},'XCORf':_0x2d171f(0x26c),'QkgmL':_0x2d171f(0x1a8),'ZhQhC':_0x2d171f(0x1e6),'ZyEfT':function(_0x2e0afd,_0x2bf530){return _0x2e0afd===_0x2bf530;},'wANTc':_0x2d171f(0x115),'HLCiZ':'browserstack.accessibilityOptions.wcagVersion','rXbPV':function(_0x4fe249,_0x3e6183){return _0x4fe249===_0x3e6183;},'lipbC':_0x2d171f(0x130),'nysxm':_0x2d171f(0x151),'RWfbX':_0x2d171f(0x2e1),'zRYtF':_0x2d171f(0x29c),'Mhziw':function(_0x23aecb,_0x27577b){return _0x23aecb===_0x27577b;},'TkDvB':_0x2d171f(0x1c8),'DIVJh':function(_0x4d89c1,_0x3f641f){return _0x4d89c1===_0x3f641f;},'cfsRE':function(_0x348da7,_0x49c792){return _0x348da7===_0x49c792;},'ByGUQ':_0x2d171f(0x28a)};global[_0x2d171f(0x29b)]=global[_0x2d171f(0x29b)]||{};const _0x2995e1=Array[_0x2d171f(0x14c)](_0x164503)?_0x164503[_0x2d171f(0x1a1)]:_0x22a260[_0x2d171f(0x29d)];logger[_0x2d171f(0x18c)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x2995e1+_0x2d171f(0x24f)+(process['env'][_0x2d171f(0x1d0)]||_0x22a260[_0x2d171f(0x272)])+_0x2d171f(0x158)+process['pid']);for(const _0x52c126 of _0x164503){logger[_0x2d171f(0x18c)](_0x2d171f(0x10b)+_0x52c126['getName']());if(_0x22a260['sVGEF'](_0x52c126['getName'](),_0x22a260[_0x2d171f(0x173)])){const _0x36d74e=_0x52c126['getValue'](),_0x8309a0=_0x36d74e?_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x295)])[_0x2d171f(0x213)](_0x22a260[_0x2d171f(0x2d2)])[_0x2d171f(0x255)](_0x36d74e)[_0x2d171f(0x1d6)](_0x22a260['LjQOc'])[_0x2d171f(0x2e6)](0x0,0x8):'';logger['info'](_0x2d171f(0x261)+_0x22a260[_0x2d171f(0x256)](_0x36d74e,'')['length']+_0x2d171f(0x168)+_0x8309a0+_0x2d171f(0x24f)+(process[_0x2d171f(0x104)][_0x2d171f(0x1d0)]||_0x22a260[_0x2d171f(0x272)])+_0x2d171f(0x158)+process[_0x2d171f(0x20a)]),process[_0x2d171f(0x104)]['BS_A11Y_JWT']=_0x36d74e,global['__accessibilityOptions'][_0x22a260['XCORf']]=_0x36d74e;const _0x452247=_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x1db)]),{isTrue:_0x831971}=_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x2a4)]),_0x30e50e=_0x452247['parseA11yJwtPayload'](_0x36d74e);_0x30e50e&&_0x22a260[_0x2d171f(0x31c)](_0x831971,_0x30e50e[_0x2d171f(0x1fc)])&&(process[_0x2d171f(0x104)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x22a260[_0x2d171f(0x117)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x11a)]))global['__accessibilityOptions'][_0x22a260[_0x2d171f(0x2c9)]]=_0x52c126['getValue']();else{if(_0x22a260['rXbPV'](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x248)]))global[_0x2d171f(0x29b)][_0x22a260[_0x2d171f(0x179)]]=_0x52c126[_0x2d171f(0x152)]();else{if(_0x22a260[_0x2d171f(0x20f)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x24c)]))global[_0x2d171f(0x29b)][_0x22a260[_0x2d171f(0x2ea)]]=_0x52c126[_0x2d171f(0x152)]();else{if(_0x22a260[_0x2d171f(0x2aa)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x1b2)])){const _0x640745=_0x52c126[_0x2d171f(0x152)]();process[_0x2d171f(0x104)][_0x2d171f(0x232)]=_0x22a260['knVaw'](String,_0x22a260[_0x2d171f(0x2fe)](_0x640745,!![])||_0x22a260['cfsRE'](_0x640745,_0x22a260['ByGUQ'])),logger[_0x2d171f(0x18c)](_0x2d171f(0x134)+_0x640745+'\x20env='+process[_0x2d171f(0x104)][_0x2d171f(0x232)]);}}}}}}}async[a106_0x4ed4c8(0x12f)](_0x569bd4){const _0x3d722c=a106_0x4ed4c8,_0xc589ad={};_0xc589ad[_0x3d722c(0x317)]=function(_0x25e9b0,_0x17b59e){return _0x25e9b0!==_0x17b59e;},_0xc589ad[_0x3d722c(0x11f)]='cucumber',_0xc589ad[_0x3d722c(0x30d)]=function(_0xb853ac,_0x57e626){return _0xb853ac!==_0x57e626;},_0xc589ad[_0x3d722c(0x111)]='jest',_0xc589ad[_0x3d722c(0xcf)]=function(_0x2d424b,_0x14ba81){return _0x2d424b!==_0x14ba81;},_0xc589ad[_0x3d722c(0x2a9)]=_0x3d722c(0x2a8),_0xc589ad[_0x3d722c(0x30b)]=_0x3d722c(0x316);const _0x2f7c30=_0xc589ad;if(_0x2f7c30[_0x3d722c(0x317)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30[_0x3d722c(0x11f)])&&_0x2f7c30[_0x3d722c(0x30d)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30[_0x3d722c(0x111)])&&_0x2f7c30[_0x3d722c(0xcf)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30['gOPcq'])&&_0x2f7c30[_0x3d722c(0x30d)](_0x569bd4[_0x3d722c(0x17e)],FRAMEWORKS['NODE_GENERIC'])){logger['debug'](_0x3d722c(0x2f9)+_0x569bd4[_0x3d722c(0x17e)]+')');return;}const _0xb95eeb=_0x569bd4['testInfo']?.[_0x3d722c(0x12b)]||_0x569bd4[_0x3d722c(0x2bb)]?.['id']||global[_0x3d722c(0x100)];logger[_0x3d722c(0x1ef)](_0x3d722c(0x2dc)+_0x569bd4[_0x3d722c(0x17e)]+_0x3d722c(0x2a2)+_0xb95eeb);try{const _0x100985=_0x569bd4[_0x3d722c(0x236)]||AutomationFramework[_0x3d722c(0x315)](),_0x38d75e=CLIUtils[_0x3d722c(0x29a)](),_0x2ca082=this[_0x3d722c(0x184)]();logger[_0x3d722c(0x18c)](_0x3d722c(0xdd)+(_0x100985?.[_0x3d722c(0x271)]?.()||_0x2f7c30['BhnWR'])+_0x3d722c(0x2e5)+_0x2ca082),_0x2ca082&&await this[_0x3d722c(0x303)](_0x100985,_0x569bd4),this[_0x3d722c(0xf2)][_0x3d722c(0x1cf)](_0x38d75e),this['LOG_DISABLED_SHOWN']['delete'](_0x38d75e);}catch(_0x43dd89){logger[_0x3d722c(0x242)](_0x3d722c(0x220)+(_0x43dd89[_0x3d722c(0xf1)]||_0x43dd89['message']));}}async['stopTestCapture'](_0x524506,_0x2e6428){const _0x347502=a106_0x4ed4c8,_0x5f2cf5={};_0x5f2cf5[_0x347502(0x254)]=function(_0x533c8c,_0x6ecfe5){return _0x533c8c===_0x6ecfe5;},_0x5f2cf5[_0x347502(0x178)]=_0x347502(0x1a6),_0x5f2cf5[_0x347502(0xd4)]=function(_0x96fcd8,_0x5734eb){return _0x96fcd8===_0x5734eb;},_0x5f2cf5[_0x347502(0x2f6)]=_0x347502(0x2e0),_0x5f2cf5[_0x347502(0x228)]=_0x347502(0x21b),_0x5f2cf5[_0x347502(0x1d1)]=_0x347502(0x150),_0x5f2cf5[_0x347502(0x235)]='accessibility',_0x5f2cf5[_0x347502(0x182)]=_0x347502(0x26b),_0x5f2cf5['SebOQ']=_0x347502(0x316),_0x5f2cf5[_0x347502(0x2ec)]=_0x347502(0x297),_0x5f2cf5[_0x347502(0x2ad)]=_0x347502(0x284),_0x5f2cf5['SPrrZ']=function(_0x2b7ee1,_0x543a16){return _0x2b7ee1||_0x543a16;},_0x5f2cf5[_0x347502(0x21c)]=function(_0x399dca,_0x329008){return _0x399dca||_0x329008;},_0x5f2cf5['EnjdV']=function(_0x454d82,_0x12c545){return _0x454d82||_0x12c545;},_0x5f2cf5[_0x347502(0xcb)]=_0x347502(0x18d),_0x5f2cf5['kjiwP']=_0x347502(0x193),_0x5f2cf5[_0x347502(0xde)]=_0x347502(0x142);const _0x42cc64=_0x5f2cf5;try{const _0x53abd9=_0x2e6428[_0x347502(0x17e)]||(_0x42cc64[_0x347502(0xd4)](this[_0x347502(0x25c)]?.['name']?.['toLowerCase'](),_0x42cc64[_0x347502(0x2f6)])?_0x42cc64[_0x347502(0x2f6)]:_0x42cc64['NBwPH']);let _0x2b1086='',_0x43e614=null,_0x136b33=null;if(_0x42cc64['rIGLF'](_0x53abd9,_0x42cc64[_0x347502(0x2f6)])){_0x43e614=_0x2e6428[_0x347502(0x2bb)]?.[_0x347502(0x12b)]||_0x2e6428[_0x347502(0x2bb)]?.['id']||global[_0x347502(0x100)];if(!_0x43e614){logger[_0x347502(0x1c3)](_0x42cc64[_0x347502(0x1d1)]);return;}try{const _0x27413b=await GrpcClient[_0x347502(0x251)]()[_0x347502(0x253)](process[_0x347502(0x104)][_0x347502(0x2e2)],_0x42cc64[_0x347502(0x235)],_0x42cc64['iWvGP'],_0x43e614),_0x4bfd51=AccessibilityModule[_0x347502(0x15b)](null,_0x27413b);_0x2b1086=_0x4bfd51?.[_0x347502(0x196)]||'',logger[_0x347502(0x18c)](_0x347502(0x22c)+_0x2b1086+_0x347502(0x1e1)+_0x43e614),_0x136b33=_0x27413b;}catch(_0x4f069b){logger[_0x347502(0x242)](_0x347502(0x209)+_0x4f069b[_0x347502(0x141)]);return;}}else{const _0x2f0838=this[_0x347502(0xd3)](_0x2e6428);_0x2b1086=TestInfo['getTestUUID'](_0x2f0838);}const _0x4ba0e6=((()=>{const _0x2a34a5=_0x347502,_0x5cc469=(this[_0x2a34a5(0x135)]?.['options']?.[_0x2a34a5(0xd7)]||[])[_0x2a34a5(0x146)](_0x3a5281=>(typeof _0x3a5281[_0x2a34a5(0x2f0)]==='function'?_0x3a5281[_0x2a34a5(0x2f0)]():_0x3a5281['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x5cc469?_0x42cc64[_0x2a34a5(0x254)](typeof _0x5cc469[_0x2a34a5(0x152)],_0x42cc64[_0x2a34a5(0x178)])?_0x5cc469[_0x2a34a5(0x152)]():_0x5cc469[_0x2a34a5(0x238)]:'';})()),_0x2c890e=process[_0x347502(0x104)][_0x347502(0x15a)]||'';logger[_0x347502(0x18c)]('[platform\x20-\x20'+(_0x524506?.[_0x347502(0x271)]?.()||_0x42cc64[_0x347502(0x2f8)])+_0x347502(0x2ed)+_0x2b1086+_0x347502(0x2f3)+_0x4ba0e6+_0x347502(0x19b)+(_0x2c890e?_0x42cc64[_0x347502(0x2ec)]:_0x42cc64[_0x347502(0x2ad)]));let _0x1b5016;if(_0x42cc64[_0x347502(0x254)](_0x53abd9,_0x42cc64[_0x347502(0x2f6)]))_0x1b5016=AccessibilityModule[_0x347502(0x15b)](_0x2b1086,_0x136b33);else{const _0x1eb69f=await GrpcClient[_0x347502(0x251)]()[_0x347502(0x253)](process[_0x347502(0x104)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x42cc64[_0x347502(0x235)],_0x42cc64['iWvGP']);_0x1b5016=AccessibilityModule[_0x347502(0x15b)](_0x2b1086,_0x1eb69f);}logger[_0x347502(0x18c)](_0x347502(0x299)+JSON[_0x347502(0xe9)](_0x1b5016));const _0x5c861e=Object[_0x347502(0x23b)]({},{'thTestRunUuid':_0x42cc64[_0x347502(0xf5)](_0x2b1086,''),'thBuildUuid':_0x42cc64[_0x347502(0x21c)](_0x4ba0e6,''),'thJwtToken':_0x42cc64['EnjdV'](_0x2c890e,'')},_0x1b5016);!this[_0x347502(0x2a7)]&&this['isMobileWebSession']()&&(_0x5c861e[_0x347502(0x22d)]=!![],logger[_0x347502(0x18c)](_0x42cc64[_0x347502(0xcb)]));logger[_0x347502(0x18c)](_0x347502(0x1dc)+_0x2b1086+_0x347502(0x205)+this[_0x347502(0x2a7)]);let _0xcee97e=global[_0x347502(0xc9)]?.[_0x347502(0x2a5)]||null;!_0xcee97e&&(_0xcee97e=AutomationFramework[_0x347502(0x149)](_0x524506,_0x42cc64[_0x347502(0x319)],null)),!_0xcee97e&&(_0xcee97e=AutomationFramework[_0x347502(0x149)](_0x524506,_0x42cc64[_0x347502(0xde)],null)),await this[_0x347502(0x25d)](this[_0x347502(0x184)](),_0x2b1086,_0xcee97e,_0x5c861e,this[_0x347502(0x2a7)]);}catch(_0x9c070f){logger[_0x347502(0x242)]('Error\x20in\x20stopTestCapture:\x20'+(_0x9c070f[_0x347502(0xf1)]||_0x9c070f[_0x347502(0x141)]));}}async[a106_0x4ed4c8(0x25d)](_0x507e39,_0x1175ee,_0x5c165a,_0x408cab,_0x22ce70){const _0x3ea894=a106_0x4ed4c8,_0x2dc724={};_0x2dc724[_0x3ea894(0x15d)]=_0x3ea894(0x26b),_0x2dc724[_0x3ea894(0x165)]=function(_0x5f5889,_0x19c76e){return _0x5f5889&&_0x19c76e;},_0x2dc724['NKebT']=_0x3ea894(0x1c6),_0x2dc724[_0x3ea894(0x12c)]=function(_0x3761c8,_0x18b762){return _0x3761c8===_0x18b762;},_0x2dc724[_0x3ea894(0x2fd)]=_0x3ea894(0x284),_0x2dc724[_0x3ea894(0x2d4)]=function(_0x178e25,_0x15f3ff){return _0x178e25===_0x15f3ff;},_0x2dc724[_0x3ea894(0x321)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x2dc724[_0x3ea894(0x298)]=_0x3ea894(0x1e3),_0x2dc724[_0x3ea894(0x2ca)]=_0x3ea894(0x234),_0x2dc724[_0x3ea894(0x101)]='scan',_0x2dc724['WxSDe']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x2dc724[_0x3ea894(0x161)]=_0x3ea894(0x1f2),_0x2dc724[_0x3ea894(0xff)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x64571f=_0x2dc724;try{const _0x4d6791=this[_0x3ea894(0x22f)](_0x64571f['kBsYd']);if(_0x64571f[_0x3ea894(0x165)](!_0x22ce70,!_0x4d6791)){logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x230)]);return;}if(!_0x1175ee||_0x64571f['ZuLQR'](_0x1175ee,_0x64571f[_0x3ea894(0x2fd)])||_0x64571f[_0x3ea894(0x2d4)](_0x1175ee,'')){logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x321)]);return;}logger['debug'](_0x3ea894(0x2c4)+JSON[_0x3ea894(0xe9)](_0x408cab)),_0x507e39&&(logger[_0x3ea894(0x18c)](_0x64571f['QXBLc']),await this[_0x3ea894(0x1c7)](_0x5c165a,_0x1175ee,_0x64571f[_0x3ea894(0x2ca)],_0x408cab,_0x22ce70,_0x64571f['rNXNo']),_0x64571f[_0x3ea894(0x165)](!_0x22ce70,_0x4d6791)&&(logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x25e)]),await PerformanceTester[_0x3ea894(0x240)](_0x64571f['PyEvF'],async()=>{const _0x17bbbc=_0x3ea894;await this[_0x17bbbc(0x1c7)](_0x5c165a,_0x1175ee,_0x64571f[_0x17bbbc(0x15d)],_0x408cab,_0x22ce70,_0x64571f['kBsYd']);})()),logger[_0x3ea894(0x1ef)](_0x64571f['Acuqf']));}catch(_0x15c520){logger[_0x3ea894(0x242)](_0x3ea894(0x29f)+(_0x15c520[_0x3ea894(0xf1)]||_0x15c520['message']));}}async['onBeforeExecute'](_0x235611){const _0x3d394b=a106_0x4ed4c8,_0x19c7fa={};_0x19c7fa[_0x3d394b(0x1f6)]=function(_0x450a6d,_0x236a0c){return _0x450a6d!==_0x236a0c;},_0x19c7fa[_0x3d394b(0x16d)]='cucumber',_0x19c7fa[_0x3d394b(0xd0)]=function(_0x579dd0,_0x56d6ad){return _0x579dd0!==_0x56d6ad;},_0x19c7fa[_0x3d394b(0x259)]=_0x3d394b(0x2e0),_0x19c7fa[_0x3d394b(0x300)]='testcafe',_0x19c7fa[_0x3d394b(0x1f1)]=function(_0x12c921,_0x461232){return _0x12c921!==_0x461232;},_0x19c7fa[_0x3d394b(0x22e)]=_0x3d394b(0x316),_0x19c7fa[_0x3d394b(0x2fc)]=_0x3d394b(0x1b4),_0x19c7fa[_0x3d394b(0xf6)]=function(_0x584ba6,_0x1976b1){return _0x584ba6&&_0x1976b1;},_0x19c7fa[_0x3d394b(0xc5)]=function(_0x39096e,_0x1c87cb){return _0x39096e===_0x1c87cb;},_0x19c7fa['DuBvf']=_0x3d394b(0x112),_0x19c7fa[_0x3d394b(0x21a)]='accessibility',_0x19c7fa['QBlQF']=_0x3d394b(0x1ff),_0x19c7fa['AjPss']=_0x3d394b(0x25b),_0x19c7fa[_0x3d394b(0x1bb)]=_0x3d394b(0x160),_0x19c7fa[_0x3d394b(0x1af)]='scan',_0x19c7fa[_0x3d394b(0x2f4)]='null';const _0x253aeb=_0x19c7fa;if(_0x253aeb[_0x3d394b(0x1f6)](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x16d)])&&_0x253aeb['HIaZl'](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x259)])&&_0x253aeb[_0x3d394b(0x1f6)](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x300)])&&_0x253aeb[_0x3d394b(0x1f1)](_0x235611[_0x3d394b(0x17e)],FRAMEWORKS[_0x3d394b(0x1fe)])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x235611[_0x3d394b(0x17e)]+')');return;}logger[_0x3d394b(0x18c)](_0x3d394b(0x15e)+(_0x235611[_0x3d394b(0xd6)]||_0x253aeb[_0x3d394b(0x22e)])+_0x3d394b(0x212)+_0x235611[_0x3d394b(0x17e)]);try{const _0x5edd74=_0x235611[_0x3d394b(0x236)]||AutomationFramework[_0x3d394b(0x315)](),_0x385839=TestFramework[_0x3d394b(0x315)](),_0x549b93=_0x235611[_0x3d394b(0xd6)]||_0x235611[_0x3d394b(0x30a)]?.['getName']();if(!_0x549b93){logger[_0x3d394b(0x18c)](_0x253aeb[_0x3d394b(0x2fc)]);return;}if(!this[_0x3d394b(0x184)]()){logger['debug'](_0x3d394b(0x175)+_0x549b93);return;}if(!this[_0x3d394b(0x198)](_0x549b93)){logger[_0x3d394b(0x18c)](_0x3d394b(0x17d)+_0x549b93+_0x3d394b(0x132));return;}const _0x5b90be=_0x235611[_0x3d394b(0x2bc)]||global[_0x3d394b(0xc9)]?.[_0x3d394b(0x2a5)],_0x4f6b22=_0x235611[_0x3d394b(0x202)]||null;if(_0x253aeb['DOFMK'](!_0x5b90be,!_0x4f6b22)){logger[_0x3d394b(0x18c)](_0x3d394b(0x109)+_0x549b93);return;}let _0x59a9ff='',_0xb6fc63=null;if(_0x253aeb['tqVWh'](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x259)])){_0xb6fc63=_0x235611[_0x3d394b(0x2bb)]?.[_0x3d394b(0x12b)]||_0x235611[_0x3d394b(0x2bb)]?.['id']||global[_0x3d394b(0x100)];if(!_0xb6fc63){logger['warn'](_0x253aeb['DuBvf']);return;}try{const _0xef21ce=await GrpcClient['getInstance']()[_0x3d394b(0x253)](process['env'][_0x3d394b(0x2e2)],_0x253aeb[_0x3d394b(0x21a)],_0x253aeb[_0x3d394b(0x26e)],_0xb6fc63),_0x1fc7f2=AccessibilityModule['loadDriverExecuteParams'](null,_0xef21ce);_0x59a9ff=_0x1fc7f2?.[_0x3d394b(0x196)]||'',logger[_0x3d394b(0x18c)](_0x3d394b(0x16b)+_0x59a9ff+_0x3d394b(0x1e1)+_0xb6fc63);}catch(_0xdcf3eb){logger[_0x3d394b(0x242)](_0x3d394b(0xc6)+_0xdcf3eb[_0x3d394b(0x141)]);return;}}else _0x253aeb['tqVWh'](_0x235611[_0x3d394b(0x17e)],FRAMEWORKS[_0x3d394b(0x1fe)])?_0x59a9ff=_0x235611[_0x3d394b(0x1a7)]||'':(_0x59a9ff=this['getCapabilityValue'](_0x253aeb[_0x3d394b(0x2bd)])||'',!_0x59a9ff&&this[_0x3d394b(0x2e8)]()&&(_0x59a9ff=accessibilityHelper[_0x3d394b(0x1bd)]()));const _0x31a7d6=this[_0x3d394b(0x1d7)](_0x253aeb[_0x3d394b(0x1bb)])||this['accessibilityConfig'][this[_0x3d394b(0x20c)]]||null,_0xd8214c=process[_0x3d394b(0x104)][_0x3d394b(0x15a)]||'',_0x199d56=this['getParamsForScanForCli'](_0x549b93,_0x59a9ff,_0x31a7d6,_0xd8214c),_0x5b0f5a=_0x253aeb[_0x3d394b(0xc5)](_0x235611['testFramework'],_0x253aeb[_0x3d394b(0x259)])?await AccessibilityModule[_0x3d394b(0x133)](_0x253aeb[_0x3d394b(0x1af)],_0x59a9ff,_0xb6fc63):await AccessibilityModule[_0x3d394b(0x133)](_0x253aeb[_0x3d394b(0x1af)],_0x59a9ff);logger[_0x3d394b(0x1ef)](_0x3d394b(0x29e)+(_0x199d56?JSON['stringify'](_0x199d56):_0x253aeb[_0x3d394b(0x2f4)]));let _0x495a02=CLIUtils[_0x3d394b(0x265)](_0x199d56,_0x5b0f5a);if(this[_0x3d394b(0x2a7)]){const _0x586bc8=process[_0x3d394b(0x104)][_0x3d394b(0x2f1)]||'';_0x495a02[_0x3d394b(0x1ad)]&&(_0x495a02[_0x3d394b(0x2ab)]=_0x495a02[_0x3d394b(0x1ad)],delete _0x495a02[_0x3d394b(0x1ad)]),_0x495a02=Object[_0x3d394b(0x23b)]({},_0x495a02,{'authHeader':_0x495a02['authHeader']||_0x586bc8,'method':_0x549b93,'scanTimestamp':Date[_0x3d394b(0xee)]()[_0x3d394b(0x136)]()});}logger['info'](_0x3d394b(0x223)+(_0x495a02?JSON[_0x3d394b(0xe9)](_0x495a02):_0x253aeb[_0x3d394b(0x2f4)])),logger[_0x3d394b(0x18c)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x549b93);const _0x2a6146=this[_0x3d394b(0x2a7)]?_0x4f6b22:_0x5b90be,_0x4c88e5=await this[_0x3d394b(0x1c7)](_0x2a6146,_0x59a9ff,_0x549b93,_0x495a02,this[_0x3d394b(0x2a7)]);logger[_0x3d394b(0x18c)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x549b93+_0x3d394b(0x30f)+JSON['stringify'](_0x4c88e5));}catch(_0x591c26){logger['error'](_0x3d394b(0x1ce)+(_0x591c26['stack']||_0x591c26[_0x3d394b(0x141)]));}}[a106_0x4ed4c8(0x301)](){const _0x2dfd76=a106_0x4ed4c8;return this[_0x2dfd76(0x184)]();}[a106_0x4ed4c8(0xc8)](_0x488da4){const _0x43624b=a106_0x4ed4c8,_0x20c7bb=CLIUtils[_0x43624b(0x29a)]();this['accessibility']['set'](_0x20c7bb,_0x488da4);}async['initAccessibilityConfig'](_0x3f3ce3){const _0x1913b7=a106_0x4ed4c8,_0x481588={};_0x481588[_0x1913b7(0x2c6)]='unknown';const _0x4f51de=_0x481588;try{const _0x58b185=_0x3f3ce3['instance']||AutomationFramework[_0x1913b7(0x315)](),_0x5d07d7=_0x58b185?.[_0x1913b7(0xe5)]?.()?.[_0x1913b7(0x207)]?.(this[_0x1913b7(0x127)])||![];if(_0x5d07d7)return;PerformanceTester[_0x1913b7(0x186)](EVENTS[_0x1913b7(0x2d0)]);const _0x1a72dd=await GrpcClient[_0x1913b7(0x251)]()[_0x1913b7(0x1ae)](_0x3f3ce3);_0x1a72dd&&_0x1a72dd['getAccessibility']&&_0x1a72dd[_0x1913b7(0x31e)]()&&_0x1a72dd['getAccessibility']()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x1a72dd,_0x3f3ce3),_0x58b185?.[_0x1913b7(0xe5)]&&_0x58b185[_0x1913b7(0xe5)]()['set'](this['KEY_INIT'],!![]),logger[_0x1913b7(0x18c)](_0x1913b7(0xdd)+(_0x58b185?.[_0x1913b7(0x271)]?.()||_0x4f51de[_0x1913b7(0x2c6)])+_0x1913b7(0x273))):logger[_0x1913b7(0x18c)](_0x1913b7(0xdd)+(_0x58b185?.[_0x1913b7(0x271)]?.()||_0x4f51de[_0x1913b7(0x2c6)])+_0x1913b7(0x275)),PerformanceTester[_0x1913b7(0x2e7)](EVENTS[_0x1913b7(0x2d0)]);}catch(_0x4b67d2){PerformanceTester[_0x1913b7(0x2e7)](EVENTS[_0x1913b7(0x2d0)],![],_0x4b67d2['message']),logger['error'](_0x1913b7(0x2ff)+(_0x4b67d2[_0x1913b7(0xf1)]||_0x4b67d2[_0x1913b7(0x141)]));}}async[a106_0x4ed4c8(0x2d1)](_0x169d20,_0x327a13){const _0x3e8a68=a106_0x4ed4c8;await this[_0x3e8a68(0x279)](_0x169d20,_0x327a13);const _0x493d07=_0x169d20[_0x3e8a68(0x31e)]()[_0x3e8a68(0x16c)]();if(_0x493d07){const _0x12fbc7=_0x169d20[_0x3e8a68(0x309)]&&_0x169d20['getTesthub']();_0x12fbc7&&(this[_0x3e8a68(0x135)][this[_0x3e8a68(0x20c)]]=_0x12fbc7[_0x3e8a68(0xf3)]&&_0x12fbc7['getBuildId']());}}['shouldScanForCommand'](_0x4a682e){const _0x35e4b8=a106_0x4ed4c8,_0x440443={};_0x440443[_0x35e4b8(0x249)]=function(_0x2a9202,_0x5a5c4d){return _0x2a9202===_0x5a5c4d;};const _0x42ea8c=_0x440443;try{if(!_0x4a682e)return![];const _0x1b7c20=this['accessibilityConfig']?.[_0x35e4b8(0x1c5)]?.[_0x35e4b8(0x17b)]?.[_0x35e4b8(0x1b1)]||[],_0x10d4a3=_0x1b7c20['some'](_0x1d804e=>{const _0x172aa1=_0x35e4b8;return _0x1d804e['name']&&_0x42ea8c[_0x172aa1(0x249)](_0x1d804e[_0x172aa1(0x1bf)][_0x172aa1(0x1f8)](),_0x4a682e[_0x172aa1(0x1f8)]());});return logger[_0x35e4b8(0x18c)](_0x35e4b8(0x118)+_0x4a682e+_0x35e4b8(0x167)+_0x10d4a3+_0x35e4b8(0x2fb)+JSON['stringify'](_0x1b7c20[_0x35e4b8(0x16a)](_0x48b917=>_0x48b917['name']))),_0x10d4a3;}catch(_0x233aa5){return logger['debug'](_0x35e4b8(0x2cb)+_0x233aa5[_0x35e4b8(0x141)]),![];}}[a106_0x4ed4c8(0x262)](_0x2e461c){const _0x41ccb5=a106_0x4ed4c8,_0x6e1da8={};_0x6e1da8[_0x41ccb5(0x103)]=function(_0x9180cb,_0x4909f7){return _0x9180cb===_0x4909f7;},_0x6e1da8[_0x41ccb5(0x293)]=_0x41ccb5(0x123),_0x6e1da8[_0x41ccb5(0x278)]=_0x41ccb5(0x156);const _0x2a5ae6=_0x6e1da8,_0x363283=_0x2e461c['getScript']&&_0x2e461c[_0x41ccb5(0xfe)]();return _0x363283&&_0x2a5ae6[_0x41ccb5(0x103)](typeof _0x363283,_0x2a5ae6[_0x41ccb5(0x293)])&&_0x363283['includes'](_0x2a5ae6[_0x41ccb5(0x278)]);}['isAccessibilityScriptCommand'](_0x590496){const _0x40b12f=a106_0x4ed4c8,_0x237e85={};_0x237e85['VREVA']=function(_0x1168f6,_0x4fa291){return _0x1168f6!==_0x4fa291;},_0x237e85[_0x40b12f(0x124)]=_0x40b12f(0x123),_0x237e85[_0x40b12f(0xd1)]='accessibility',_0x237e85[_0x40b12f(0x31f)]=_0x40b12f(0x1ff),_0x237e85[_0x40b12f(0x322)]='getResults',_0x237e85[_0x40b12f(0x23f)]=_0x40b12f(0x2cf);const _0x1bc757=_0x237e85,_0x5e21d7=_0x590496[_0x40b12f(0xfe)]&&_0x590496[_0x40b12f(0xfe)]();if(!_0x5e21d7||_0x1bc757['VREVA'](typeof _0x5e21d7,_0x1bc757[_0x40b12f(0x124)]))return![];return _0x5e21d7[_0x40b12f(0xf8)](_0x1bc757[_0x40b12f(0xd1)])||_0x5e21d7['includes'](_0x1bc757['eqlAE'])||_0x5e21d7[_0x40b12f(0xf8)](_0x1bc757[_0x40b12f(0x322)])||_0x5e21d7[_0x40b12f(0xf8)](_0x1bc757['mVcfh']);}[a106_0x4ed4c8(0x2e8)](){const _0x4fe578=a106_0x4ed4c8,_0x3e7986={'qiNSG':function(_0x47484e,_0x4ecc08){return _0x47484e===_0x4ecc08;},'SWPan':_0x4fe578(0x1a6),'KgNlB':function(_0x230406,_0x59a0cf){return _0x230406(_0x59a0cf);},'gKtnb':_0x4fe578(0x20b),'iviJe':_0x4fe578(0x1e8),'xPmIm':_0x4fe578(0x208),'khywX':function(_0x5c90b4,_0x24438f){return _0x5c90b4(_0x24438f);},'raxNM':_0x4fe578(0xe8)};try{const _0x5984bd=this[_0x4fe578(0x135)]?.[_0x4fe578(0x1c5)]?.[_0x4fe578(0xd7)]||[],_0x3b5ba8=_0x2f0d8d=>{const _0x2de196=_0x4fe578,_0x26900e=_0x5984bd['find'](_0x34faab=>(typeof _0x34faab['getName']===_0x2de196(0x1a6)?_0x34faab[_0x2de196(0x2f0)]():_0x34faab[_0x2de196(0x1bf)])===_0x2f0d8d);return _0x26900e?_0x3e7986[_0x2de196(0x2ce)](typeof _0x26900e[_0x2de196(0x152)],_0x3e7986[_0x2de196(0x24b)])?_0x26900e[_0x2de196(0x152)]():_0x26900e[_0x2de196(0x238)]:null;},_0x217c77=_0x3e7986[_0x4fe578(0x22b)](_0x3b5ba8,_0x3e7986[_0x4fe578(0x139)]),_0x5e6dd3=_0x3e7986['KgNlB'](_0x3b5ba8,_0x3e7986[_0x4fe578(0x311)]),_0x5f379c=global['isMobilePlatform']||_0x217c77&&_0x3e7986[_0x4fe578(0x2ce)](_0x3e7986[_0x4fe578(0x22b)](String,_0x217c77)[_0x4fe578(0x1f8)](),_0x3e7986[_0x4fe578(0x28d)])&&_0x5e6dd3&&_0x3e7986[_0x4fe578(0x2c5)](String,_0x5e6dd3)[_0x4fe578(0x1f8)]()[_0x4fe578(0xf8)](_0x3e7986[_0x4fe578(0x26d)]);if(!_0x5f379c)return![];if(!accessibilityHelper[_0x4fe578(0x1c8)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x4fe578(0x1c3)](accessibilityHelper[_0x4fe578(0x27b)]),this[_0x4fe578(0x264)]=!![]),![];return!![];}catch(_0x88c204){return logger[_0x4fe578(0x18c)](_0x4fe578(0x1fd)+_0x88c204[_0x4fe578(0x141)]),![];}}['getParamsForScanForCli'](_0x4c9872,_0x3aaf0e,_0x43e396,_0x4f533b){const _0x2c0004=a106_0x4ed4c8,_0x5c1cc8={};_0x5c1cc8[_0x2c0004(0x19d)]=function(_0x189868,_0x17360c){return _0x189868||_0x17360c;},_0x5c1cc8['xUwgK']=function(_0x486efc,_0x1edfc7){return _0x486efc&&_0x1edfc7;},_0x5c1cc8[_0x2c0004(0x180)]=function(_0x83d58d,_0x107d0c){return _0x83d58d||_0x107d0c;},_0x5c1cc8[_0x2c0004(0x1ec)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x63110f=_0x5c1cc8;let _0x3ee7f0=_0x63110f[_0x2c0004(0x19d)](_0x3aaf0e,'');const _0x3883ef=!this[_0x2c0004(0x2a7)]&&this[_0x2c0004(0x2e8)]();_0x63110f[_0x2c0004(0x15c)](_0x3883ef,!_0x3ee7f0)&&(_0x3ee7f0=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xfee9f8={'command':_0x4c9872,'thTestRunUuid':_0x3ee7f0,'thBuildUuid':_0x63110f['LsNik'](_0x43e396,''),'thJwtToken':_0x63110f['LsNik'](_0x4f533b,''),'timestamp':new Date()[_0x2c0004(0x2b0)]()};return _0x3883ef&&(_0xfee9f8['is_mobile_session']=!![],logger[_0x2c0004(0x18c)](_0x63110f[_0x2c0004(0x1ec)])),_0xfee9f8;}[a106_0x4ed4c8(0x22f)](_0x26de9a){const _0x19cf4e=a106_0x4ed4c8,_0x3445b7={};_0x3445b7['BjhBy']=function(_0x18d50c,_0x2c6969){return _0x18d50c||_0x2c6969;};const _0x58ba20=_0x3445b7;try{const _0x1df13a=this[_0x19cf4e(0x135)]?.['options']?.['scriptsList']||[],_0x337799=_0x1df13a[_0x19cf4e(0x146)](_0x166398=>_0x166398[_0x19cf4e(0x1bf)]===_0x26de9a);return _0x58ba20[_0x19cf4e(0x2f7)](_0x337799,null);}catch(_0x45b7f9){return logger[_0x19cf4e(0x18c)](_0x19cf4e(0x2b1)+_0x26de9a+':\x20'+_0x45b7f9['message']),null;}}async[a106_0x4ed4c8(0x163)](_0x967e2c,_0xaad978,_0x129a29=null){const _0x3d7cd9=a106_0x4ed4c8,_0x4b9d3c={'fnsgt':function(_0x154da5,_0x34323d){return _0x154da5(_0x34323d);},'sLYuD':_0x3d7cd9(0xce)};try{if(!_0x967e2c)return logger['debug'](_0x3d7cd9(0xea)+_0xaad978),null;const _0x31ed2a=this['getScriptByName'](_0xaad978);if(!_0x31ed2a||!_0x31ed2a['command'])return logger['debug'](_0x3d7cd9(0x1b3)+_0xaad978+_0x3d7cd9(0x110)),null;logger['debug']('Executing\x20'+_0xaad978+_0x3d7cd9(0x1da));const _0x515984=_0x4b9d3c[_0x3d7cd9(0x323)](require,_0x4b9d3c[_0x3d7cd9(0x306)]),_0x332578=_0x129a29?await _0x515984['browserStackEvaluate'](_0x967e2c,_0x31ed2a[_0x3d7cd9(0x30a)],_0x129a29):await _0x515984[_0x3d7cd9(0x2b4)](_0x967e2c,_0x31ed2a[_0x3d7cd9(0x30a)]);return _0x332578;}catch(_0x4ec304){return logger[_0x3d7cd9(0x242)](_0x3d7cd9(0x2e9)+_0xaad978+':\x20'+(_0x4ec304[_0x3d7cd9(0xf1)]||_0x4ec304[_0x3d7cd9(0x141)])),null;}}async[a106_0x4ed4c8(0x1c7)](_0x4bd44c,_0x1090bf,_0x52ef21,_0x1d90c1,_0x41e1ee,_0x15a604=a106_0x4ed4c8(0x1c1)){const _0x2d3d35=a106_0x4ed4c8,_0x539a78={'WwyKT':function(_0x4abfaf,_0x44641c){return _0x4abfaf===_0x44641c;},'nUVPT':_0x2d3d35(0x1c1),'HxUfy':function(_0x1ea6bd,_0x16e809){return _0x1ea6bd(_0x16e809);},'EGYiy':'../../playwright/accessibility-helper','XHPtR':function(_0x594938,_0x29f89c){return _0x594938(_0x29f89c);}};try{logger[_0x2d3d35(0x18c)](_0x2d3d35(0x162)+_0x52ef21+_0x2d3d35(0x1e5)+_0x15a604+_0x2d3d35(0x205)+_0x41e1ee);const _0x7cdf61=this[_0x2d3d35(0x22f)](_0x15a604);if(!_0x7cdf61||!_0x7cdf61[_0x2d3d35(0x30a)]){logger['debug'](_0x2d3d35(0x1c4)+_0x15a604+_0x2d3d35(0x2cd));return;}if(_0x41e1ee){if(_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]){logger[_0x2d3d35(0x18c)](_0x2d3d35(0x12a)+_0x52ef21);return;}return await PerformanceTester[_0x2d3d35(0x240)](PerformanceA11yEvents[_0x2d3d35(0x1cd)],async()=>{const _0x4c5805=_0x2d3d35;let _0x2f2bb1=_0x7cdf61[_0x4c5805(0x30a)];_0x2f2bb1[_0x4c5805(0xf8)]('%s')&&(_0x2f2bb1=_0x2f2bb1[_0x4c5805(0x187)]('%s',JSON[_0x4c5805(0xe9)](_0x1d90c1)));logger[_0x4c5805(0x18c)](_0x4c5805(0x210)+_0x52ef21),_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x3e996a=await _0x4bd44c[_0x4c5805(0x181)](_0x2f2bb1);return logger[_0x4c5805(0x1ef)](_0x4c5805(0x313)+_0x52ef21+':\x20'+util['format'](_0x3e996a)),_0x3e996a;}finally{_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x52ef21})();}if(_0x539a78[_0x2d3d35(0x26a)](_0x15a604,_0x539a78[_0x2d3d35(0x325)])){const _0x49a721=_0x539a78[_0x2d3d35(0x1d3)](require,_0x539a78[_0x2d3d35(0x286)]),_0x211094={};_0x211094[_0x2d3d35(0x30a)]=_0x52ef21;const _0x5ee155=await PerformanceTester[_0x2d3d35(0x240)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x37aacc=_0x2d3d35;return await _0x49a721[_0x37aacc(0x2b4)](_0x4bd44c,_0x7cdf61['command'],_0x1d90c1);},_0x211094)();return logger[_0x2d3d35(0x1ef)]('Page\x20'+_0x15a604+_0x2d3d35(0xc7)+_0x52ef21+':\x20'+util[_0x2d3d35(0x1ea)](_0x5ee155)),_0x5ee155;}const _0x46b768=_0x539a78[_0x2d3d35(0x24e)](require,_0x539a78[_0x2d3d35(0x286)]),_0x3c3a62=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d3d35(0x2b6)],async()=>{const _0x29e434=_0x2d3d35;return await _0x46b768['browserStackEvaluate'](_0x4bd44c,_0x7cdf61[_0x29e434(0x30a)],_0x1d90c1);})();return logger[_0x2d3d35(0x1ef)](_0x2d3d35(0xfa)+_0x15a604+_0x2d3d35(0xc7)+_0x52ef21+':\x20'+util[_0x2d3d35(0x1ea)](_0x3c3a62)),_0x3c3a62;}catch(_0x17eff5){logger[_0x2d3d35(0x242)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x15a604+':\x20'+(_0x17eff5['stack']||_0x17eff5[_0x2d3d35(0x141)]));}}async[a106_0x4ed4c8(0x2c7)](_0x43274d){const _0x56ba0e=a106_0x4ed4c8,_0x2f6422={'FhZOi':function(_0x2cb416,_0x2e12bd){return _0x2cb416(_0x2e12bd);},'uxwUM':_0x56ba0e(0x1a8)};try{const _0x3fdce9=_0x2f6422['FhZOi'](require,_0x2f6422['uxwUM']);return await _0x3fdce9[_0x56ba0e(0x2a1)](_0x43274d);}catch(_0x4bcee2){return logger[_0x56ba0e(0x242)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x4bcee2[_0x56ba0e(0xf1)]||_0x4bcee2[_0x56ba0e(0x141)])),![];}}['processAccessibilityCaps'](_0x5cf2f1,_0x3d851e,_0x5d54bd){const _0x4e92ea=a106_0x4ed4c8,_0x87aa87={'byEEP':function(_0x18400a,_0x1bcd78){return _0x18400a(_0x1bcd78);},'OjUqn':'../../playwright/accessibility-helper','ULLVC':'\x22browserstack.user\x22:\x22[REDACTED]\x22','SONKG':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x30c4f8=_0x87aa87[_0x4e92ea(0x237)](require,_0x87aa87[_0x4e92ea(0xe7)]);_0x30c4f8['processAccessibilityCaps'](_0x5cf2f1,_0x3d851e,_0x5d54bd);const _0x39f006=JSON[_0x4e92ea(0xe9)](_0x5cf2f1)[_0x4e92ea(0x187)](/"browserstack\.user":"[^"]*"/g,_0x87aa87[_0x4e92ea(0x1ab)])[_0x4e92ea(0x187)](/"browserstack\.key":"[^"]*"/g,_0x87aa87[_0x4e92ea(0x2d3)]);logger[_0x4e92ea(0x18c)](_0x4e92ea(0x10c)+global[_0x4e92ea(0x211)]+'\x20'+_0x39f006);}catch(_0x280f78){logger[_0x4e92ea(0x242)](_0x4e92ea(0x241)+(_0x280f78[_0x4e92ea(0xf1)]||_0x280f78[_0x4e92ea(0x141)]));}}async[a106_0x4ed4c8(0x2d9)]({fetchFn:_0x41c948,isNonEmpty:_0x388be3,resultDetail:_0x455442,totalMs:_0x3c9157,intervalMs:_0x75b3de,name:_0x379e4b}){const _0x5f4d1b=a106_0x4ed4c8,_0x1f2ecf={'pXjzm':function(_0xb2505e,_0x30c589){return _0xb2505e+_0x30c589;},'WvQjY':function(_0x4129e0,_0x42bbb9){return _0x4129e0<_0x42bbb9;},'RfnXZ':function(_0x1dd9a0){return _0x1dd9a0();},'wDWvM':function(_0xcb82f6,_0x185af4){return _0xcb82f6(_0x185af4);},'ObWqq':function(_0x33255e,_0x952d54){return _0x33255e(_0x952d54);},'PyjxO':function(_0x340955,_0x4c7194){return _0x340955>=_0x4c7194;},'HQelI':function(_0x346e69,_0x2b0ff0){return _0x346e69-_0x2b0ff0;}},_0x1cdf3b=Date[_0x5f4d1b(0xee)](),_0x55b4f7=_0x1f2ecf[_0x5f4d1b(0x314)](_0x1cdf3b,_0x3c9157);let _0x3153a2=0x0,_0x4c9767=null,_0x580471=![];while(_0x1f2ecf['WvQjY'](Date[_0x5f4d1b(0xee)](),_0x55b4f7)){_0x3153a2++,_0x4c9767=await _0x1f2ecf[_0x5f4d1b(0x131)](_0x41c948),_0x580471=_0x1f2ecf['wDWvM'](_0x388be3,_0x4c9767),logger[_0x5f4d1b(0x18c)]('['+_0x379e4b+_0x5f4d1b(0x11e)+_0x3153a2+'\x20'+_0x1f2ecf[_0x5f4d1b(0x2b2)](_0x455442,_0x4c9767));if(_0x580471)break;if(_0x1f2ecf[_0x5f4d1b(0x268)](_0x1f2ecf[_0x5f4d1b(0x314)](Date['now'](),_0x75b3de),_0x55b4f7))break;await new Promise(_0x468086=>setTimeout(_0x468086,_0x75b3de));}return!_0x580471&&logger[_0x5f4d1b(0x1c3)]('['+_0x379e4b+_0x5f4d1b(0x266)+_0x3153a2+'x\x20over\x20'+_0x1f2ecf['HQelI'](Date[_0x5f4d1b(0xee)](),_0x1cdf3b)+_0x5f4d1b(0x183)+_0x1f2ecf['wDWvM'](_0x455442,_0x4c9767)+_0x5f4d1b(0x121)),_0x4c9767;}async[a106_0x4ed4c8(0x13a)](_0x5977f1,_0x5439ba){const _0x8ddb73=a106_0x4ed4c8,_0x27e95c={};_0x27e95c[_0x8ddb73(0x189)]=_0x8ddb73(0x326),_0x27e95c['qickD']='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary',_0x27e95c[_0x8ddb73(0x1d5)]=_0x8ddb73(0x14a),_0x27e95c[_0x8ddb73(0x1e0)]=_0x8ddb73(0x147);const _0x2516cb=_0x27e95c;try{const _0x18d143=process[_0x8ddb73(0x104)][_0x8ddb73(0x2e2)]||'';logger[_0x8ddb73(0x1ef)](_0x8ddb73(0x217)+_0x18d143+_0x8ddb73(0x239)+_0x5439ba+',\x20sessionId='+_0x5977f1);const _0x1e8be9=await GrpcClient[_0x8ddb73(0x251)]()[_0x8ddb73(0x19a)](_0x18d143,_0x5439ba,_0x5977f1,_0x2516cb[_0x8ddb73(0x189)]);if(!_0x1e8be9||!_0x1e8be9[_0x8ddb73(0xf0)])return logger['warn'](_0x2516cb[_0x8ddb73(0x17a)]),[];const _0x5e368d=_0x1e8be9[_0x8ddb73(0xf0)](),_0x325c8e=Buffer[_0x8ddb73(0x2ba)](_0x5e368d)['toString'](_0x2516cb[_0x8ddb73(0x1d5)])[_0x8ddb73(0x18f)]();if(!_0x325c8e)return logger[_0x8ddb73(0x1c3)](_0x2516cb[_0x8ddb73(0x1e0)]),[];return JSON[_0x8ddb73(0x169)](_0x325c8e);}catch(_0x10e848){return logger[_0x8ddb73(0x242)](_0x8ddb73(0x1de)+(_0x10e848['stack']||_0x10e848[_0x8ddb73(0x141)])),[];}}async['getAppAccessibilityResultsSummary'](_0x262f85,_0xa51efb){const _0x694a91=a106_0x4ed4c8,_0x30a2fe={};_0x30a2fe[_0x694a91(0xfc)]=_0x694a91(0x288),_0x30a2fe[_0x694a91(0x21f)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x30a2fe[_0x694a91(0x197)]='utf-8',_0x30a2fe[_0x694a91(0x188)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x46bf94=_0x30a2fe;try{const _0x2b83a6=process[_0x694a91(0x104)][_0x694a91(0x2e2)]||'';logger[_0x694a91(0x1ef)](_0x694a91(0x27e)+_0x2b83a6+_0x694a91(0x239)+_0xa51efb+_0x694a91(0x24d)+_0x262f85);const _0x57b08b=await GrpcClient[_0x694a91(0x251)]()['accessibilityResult'](_0x2b83a6,_0xa51efb,_0x262f85,_0x46bf94[_0x694a91(0xfc)]);if(!_0x57b08b||!_0x57b08b['getResultResponse'])return logger[_0x694a91(0x1c3)](_0x46bf94[_0x694a91(0x21f)]),{};const _0x224667=_0x57b08b['getResultResponse'](),_0x4267bc=Buffer[_0x694a91(0x2ba)](_0x224667)[_0x694a91(0x136)](_0x46bf94[_0x694a91(0x197)])[_0x694a91(0x18f)]();if(!_0x4267bc)return logger['warn'](_0x46bf94[_0x694a91(0x188)]),{};return JSON['parse'](_0x4267bc);}catch(_0x2b753e){return logger[_0x694a91(0x242)](_0x694a91(0x28e)+(_0x2b753e[_0x694a91(0xf1)]||_0x2b753e[_0x694a91(0x141)])),{};}}async[a106_0x4ed4c8(0x1b6)](_0x43f0ff){const _0x15c514=a106_0x4ed4c8,_0x146d51={};_0x146d51[_0x15c514(0x1df)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x146d51[_0x15c514(0x227)]=function(_0x41d4da,_0x51f29f){return _0x41d4da>_0x51f29f;},_0x146d51['IfpjQ']=_0x15c514(0x23d);const _0x5d6dec=_0x146d51;try{if(!this[_0x15c514(0x184)]())return logger['warn'](_0x5d6dec[_0x15c514(0x1df)]),[];const _0x4bd956=this[_0x15c514(0x2e8)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x15c514(0x1bd)]()}:{};_0x5d6dec[_0x15c514(0x227)](Object[_0x15c514(0x155)](_0x4bd956)[_0x15c514(0x1a1)],0x0)&&logger[_0x15c514(0x18c)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x15c514(0xe9)](_0x4bd956));const _0x1cdae7=await this[_0x15c514(0x2d9)]({'fetchFn':()=>Object[_0x15c514(0x155)](_0x4bd956)[_0x15c514(0x1a1)]>0x0?this['executeScriptByName'](_0x43f0ff,_0x15c514(0x326),_0x4bd956):this['executeScriptByName'](_0x43f0ff,_0x15c514(0x326)),'isNonEmpty':_0x3553ab=>Array[_0x15c514(0x14c)](_0x3553ab)&&_0x3553ab[_0x15c514(0x1a1)]>0x0,'resultDetail':_0x35f85d=>'count='+(Array['isArray'](_0x35f85d)?_0x35f85d['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5d6dec[_0x15c514(0x1be)]});return _0x1cdae7||[];}catch(_0x148378){return logger[_0x15c514(0x242)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x148378['stack']||_0x148378[_0x15c514(0x141)])),[];}}async[a106_0x4ed4c8(0x304)](_0x15d014){const _0x1ce8c3=a106_0x4ed4c8,_0x4a3b3c={'oFKwj':function(_0x191f10,_0x2ac9b0,_0x50faef){return _0x191f10(_0x2ac9b0,_0x50faef);},'WjrNV':_0x1ce8c3(0x1c1),'mnorP':function(_0x4eabfb,_0x416706){return _0x4eabfb(_0x416706);},'tqhsb':_0x1ce8c3(0x288),'LnpFO':_0x1ce8c3(0x216),'LSunN':_0x1ce8c3(0x27f),'KVBEy':function(_0x394689,_0x51a226){return _0x394689===_0x51a226;},'nIfjq':_0x1ce8c3(0x2e0),'ixWRf':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','FJarH':_0x1ce8c3(0xf2),'boUyG':_0x1ce8c3(0x160),'rNAdj':'getAccessibilityResultsSummary','NWkIQ':'test_run_id','jNFlI':'Performing\x20scan\x20before\x20getting\x20results\x20summary','IduOA':_0x1ce8c3(0x2d8),'fVtjW':_0x1ce8c3(0x296),'HGOXR':_0x1ce8c3(0xe3),'xGpkj':_0x1ce8c3(0xda)};try{if(!this[_0x1ce8c3(0x184)]())return logger[_0x1ce8c3(0x1c3)](_0x4a3b3c['LnpFO']),{};const _0x18004d=_0x4a3b3c[_0x1ce8c3(0x14e)](require,_0x4a3b3c['LSunN']),_0x2c8cea=_0x18004d[_0x1ce8c3(0x2a0)](),_0x3d800f=_0x4a3b3c['KVBEy'](_0x2c8cea?.[_0x1ce8c3(0x1bf)]?.[_0x1ce8c3(0x1f8)](),_0x4a3b3c[_0x1ce8c3(0x274)]);let _0x5d94aa='',_0x1b9a6b=null,_0x2fca10=null;if(_0x3d800f){_0x1b9a6b=global['__jestCurrentTestIdentifier']||global[_0x1ce8c3(0xc9)]?.['currentTest']?.['testAnalyticsId']||global[_0x1ce8c3(0xc9)]?.[_0x1ce8c3(0x287)]?.['id'];if(!_0x1b9a6b)return logger[_0x1ce8c3(0x1c3)](_0x4a3b3c[_0x1ce8c3(0x1f0)]),{};try{const _0x235d10=await GrpcClient['getInstance']()[_0x1ce8c3(0x253)](process['env'][_0x1ce8c3(0x2e2)],_0x4a3b3c[_0x1ce8c3(0x283)],_0x4a3b3c[_0x1ce8c3(0x23a)],_0x1b9a6b),_0x4f5653=AccessibilityModule[_0x1ce8c3(0x15b)](null,_0x235d10);_0x5d94aa=_0x4f5653?.[_0x1ce8c3(0x196)]||'',logger[_0x1ce8c3(0x18c)](_0x1ce8c3(0x2be)+_0x5d94aa+_0x1ce8c3(0x1e1)+_0x1b9a6b);const _0x13b3f3=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4a3b3c['tqhsb'],_0x5d94aa,_0x1b9a6b),_0x4fc841=this[_0x1ce8c3(0x1d7)](_0x4a3b3c[_0x1ce8c3(0x16f)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x177d90=process['env'][_0x1ce8c3(0x15a)]||'',_0x4c5cff=this[_0x1ce8c3(0x308)](_0x4a3b3c[_0x1ce8c3(0x2fa)],_0x5d94aa,_0x4fc841,_0x177d90);_0x2fca10=_0x18004d['mergeObject'](_0x4c5cff,_0x13b3f3),logger[_0x1ce8c3(0x18c)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x2fca10));}catch(_0x151f4b){return logger[_0x1ce8c3(0x242)](_0x1ce8c3(0xca)+_0x151f4b[_0x1ce8c3(0x141)]),{};}}else{_0x5d94aa=this['getCapabilityValue'](_0x4a3b3c[_0x1ce8c3(0x2bf)])||'';!_0x5d94aa&&this[_0x1ce8c3(0x2e8)]()&&(_0x5d94aa=accessibilityHelper[_0x1ce8c3(0x1bd)]());const _0x236515=this[_0x1ce8c3(0x1d7)](_0x4a3b3c[_0x1ce8c3(0x16f)])||this['accessibilityConfig'][this[_0x1ce8c3(0x20c)]]||null,_0x90f649=process[_0x1ce8c3(0x104)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x2fca10=this[_0x1ce8c3(0x308)](_0x4a3b3c[_0x1ce8c3(0x2fa)],_0x5d94aa,_0x236515,_0x90f649);}logger[_0x1ce8c3(0x18c)](_0x4a3b3c[_0x1ce8c3(0x225)]);const _0x2f0909=0x15f90,_0x49a46b=0x1388;try{await PerformanceTester[_0x1ce8c3(0x240)](PerformanceA11yEvents[_0x1ce8c3(0x1cd)],async()=>{const _0x26d849=_0x1ce8c3,_0x360980=this[_0x26d849(0x163)](_0x15d014,_0x4a3b3c[_0x26d849(0x2c2)],_0x2fca10);let _0x580a82;const _0x4a79cd=new Promise((_0xd0de37,_0x302de4)=>{const _0x334e24=_0x26d849;_0x580a82=_0x4a3b3c['oFKwj'](setTimeout,()=>_0x302de4(new Error(_0x334e24(0x246)+_0x2f0909+'ms')),_0x2f0909);});try{const _0x5b8805=await Promise[_0x26d849(0x13e)]([_0x360980,_0x4a79cd]);logger[_0x26d849(0x18c)](_0x26d849(0xd2)+util[_0x26d849(0x1ea)](_0x5b8805));}finally{_0x4a3b3c[_0x26d849(0x14e)](clearTimeout,_0x580a82);}},{'command':_0x4a3b3c['rNAdj']})();}catch(_0x1ed812){logger[_0x1ce8c3(0x1c3)](_0x1ce8c3(0x282)+_0x1ed812[_0x1ce8c3(0x141)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x1ce8c3(0x2df)]={'reason':_0x4a3b3c[_0x1ce8c3(0x24a)],'at':Date['now'](),'where':_0x4a3b3c[_0x1ce8c3(0x10e)]},await new Promise(_0x29c237=>setTimeout(_0x29c237,_0x49a46b)),logger['debug'](_0x1ce8c3(0x2d7)+_0x49a46b+_0x1ce8c3(0xd9));}const _0x2e4705=await this[_0x1ce8c3(0x2d9)]({'fetchFn':()=>PerformanceTester[_0x1ce8c3(0x240)](PerformanceA11yEvents[_0x1ce8c3(0x1a2)],async()=>{const _0x22d05e=_0x1ce8c3;return await this[_0x22d05e(0x163)](_0x15d014,_0x4a3b3c[_0x22d05e(0x23a)],_0x2fca10);})(),'isNonEmpty':_0x39491d=>_0x39491d&&typeof _0x39491d[_0x1ce8c3(0x250)]===_0x1ce8c3(0x16e)&&_0x39491d[_0x1ce8c3(0x250)]>0x0,'resultDetail':_0x5af8bf=>_0x1ce8c3(0x203)+(_0x5af8bf&&typeof _0x5af8bf[_0x1ce8c3(0x250)]===_0x1ce8c3(0x16e)?_0x5af8bf[_0x1ce8c3(0x250)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4a3b3c[_0x1ce8c3(0x10e)]});if(!_0x2e4705)return logger[_0x1ce8c3(0x18c)](_0x4a3b3c['HGOXR']),{};return _0x4a3b3c['KVBEy'](typeof _0x2e4705,_0x4a3b3c['xGpkj'])&&global[_0x1ce8c3(0x2df)]&&(_0x2e4705[_0x1ce8c3(0x14d)]=!![],_0x2e4705[_0x1ce8c3(0x114)]=global[_0x1ce8c3(0x2df)][_0x1ce8c3(0x2c1)]),_0x2e4705;}catch(_0x7afff7){return logger[_0x1ce8c3(0x242)](_0x1ce8c3(0x20d)+(_0x7afff7[_0x1ce8c3(0xf1)]||_0x7afff7[_0x1ce8c3(0x141)])),{};}}async[a106_0x4ed4c8(0x1fb)](_0x171ebf,_0x19f562,_0x5dcd2f=null){const _0x5dda27=a106_0x4ed4c8,_0x2bdb8d={};_0x2bdb8d['RhHsP']=_0x5dda27(0x1e7),_0x2bdb8d[_0x5dda27(0x327)]=_0x5dda27(0xdb),_0x2bdb8d['fgIJn']='Executing\x20accessibility\x20script\x20on\x20page';const _0x4aee07=_0x2bdb8d;try{if(!_0x171ebf)return logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x10f)]),null;if(!_0x19f562)return logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x327)]),null;logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x276)]);const _0x35cff5=_0x5dcd2f?await _0x171ebf[_0x5dda27(0x2c0)](_0x19f562,_0x5dcd2f):await _0x171ebf['evaluate'](_0x19f562);return _0x35cff5;}catch(_0x846aed){return logger[_0x5dda27(0x242)](_0x5dda27(0x290)+(_0x846aed[_0x5dda27(0xf1)]||_0x846aed['message'])),null;}}static[a106_0x4ed4c8(0x15b)](_0x4c25dc,_0x175e5c){const _0x3e5fa5=a106_0x4ed4c8,_0x3e7021={};_0x3e7021[_0x3e5fa5(0x28f)]=_0x3e5fa5(0x14a);const _0x18212c=_0x3e7021,_0x54a000={};_0x54a000[_0x3e5fa5(0x196)]=_0x4c25dc;const _0x34e21f=_0x54a000;let _0x4cc5a2={};if(_0x175e5c['getSuccess']()&&_0x175e5c[_0x3e5fa5(0x277)]())try{_0x4cc5a2=JSON[_0x3e5fa5(0x169)](Buffer['from'](_0x175e5c[_0x3e5fa5(0x1b0)]())[_0x3e5fa5(0x136)](_0x18212c['TDcNl']));}catch(_0x44eb76){logger['error'](_0x3e5fa5(0x2d6)+_0x44eb76[_0x3e5fa5(0x141)]),_0x4cc5a2={};}return CLIUtils[_0x3e5fa5(0x265)](_0x34e21f,_0x4cc5a2);}static async[a106_0x4ed4c8(0x133)](_0x3dc3ba,_0x5da4ce='',_0x18c619=null){const _0x43fd60=a106_0x4ed4c8,_0xa1a589={};_0xa1a589['PYngg']=_0x43fd60(0x1b5),_0xa1a589['EHWlM']=_0x43fd60(0xf2);const _0xd30ae1=_0xa1a589;try{if(!_0x18c619&&AccessibilityModule[_0x43fd60(0x25f)])return AccessibilityModule[_0x43fd60(0x229)];if(!process[_0x43fd60(0x104)][_0x43fd60(0x2e2)])return logger[_0x43fd60(0x242)](_0xd30ae1[_0x43fd60(0x1d2)]),{};const _0xa7bb20=await GrpcClient['getInstance']()[_0x43fd60(0x253)](process['env'][_0x43fd60(0x2e2)],_0xd30ae1['EHWlM'],_0x3dc3ba,_0x18c619),_0x4c971e=_0x18c619?AccessibilityModule[_0x43fd60(0x15b)](null,_0xa7bb20)?.['thTestRunUuid']||_0x5da4ce:_0x5da4ce,_0x119c6b=AccessibilityModule[_0x43fd60(0x15b)](_0x4c971e,_0xa7bb20);return!_0x18c619&&(AccessibilityModule['_centralAuthA11yConfig']=_0x119c6b,AccessibilityModule[_0x43fd60(0x25f)]=!![]),_0x119c6b;}catch(_0x414a22){return logger[_0x43fd60(0x242)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x3dc3ba+':\x20'+(_0x414a22[_0x43fd60(0xf1)]||_0x414a22[_0x43fd60(0x141)])),{};}}};module[a106_0x4ed4c8(0x201)]=AccessibilityModule;
|
|
1
|
+
function a106_0xb3c9(_0x5a1a46,_0x13f5ee){const _0x499407=a106_0x4994();return a106_0xb3c9=function(_0xb3c90f,_0x1a8f56){_0xb3c90f=_0xb3c90f-0xda;let _0x2b3132=_0x499407[_0xb3c90f];return _0x2b3132;},a106_0xb3c9(_0x5a1a46,_0x13f5ee);}const a106_0xd47e7c=a106_0xb3c9;(function(_0x3863f6,_0x15c0f8){const _0x553227=a106_0xb3c9,_0xd74c9f=_0x3863f6();while(!![]){try{const _0x577795=-parseInt(_0x553227(0x189))/0x1*(parseInt(_0x553227(0x134))/0x2)+-parseInt(_0x553227(0x18b))/0x3*(parseInt(_0x553227(0x1b5))/0x4)+-parseInt(_0x553227(0x199))/0x5+parseInt(_0x553227(0x1ad))/0x6*(-parseInt(_0x553227(0x1f0))/0x7)+-parseInt(_0x553227(0x14f))/0x8+parseInt(_0x553227(0x173))/0x9*(parseInt(_0x553227(0x270))/0xa)+parseInt(_0x553227(0x2e5))/0xb*(parseInt(_0x553227(0x100))/0xc);if(_0x577795===_0x15c0f8)break;else _0xd74c9f['push'](_0xd74c9f['shift']());}catch(_0x194f59){_0xd74c9f['push'](_0xd74c9f['shift']());}}}(a106_0x4994,0x71b99));const BaseModule=require('./baseModule'),{createClassLogger}=require(a106_0xd47e7c(0x26e)),CLIUtils=require(a106_0xd47e7c(0x2d3)),AutomationFramework=require(a106_0xd47e7c(0x2f8)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a106_0xd47e7c(0x316)),HookState=require(a106_0xd47e7c(0x26f)),GrpcClient=require(a106_0xd47e7c(0x10b)),scripts=require(a106_0xd47e7c(0x31e)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0xd47e7c(0x205)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0xd47e7c(0x153)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0xd47e7c(0x13b)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0xd47e7c(0x256)),TestInfo=require(a106_0xd47e7c(0x23f)),TestFrameworkConstants=require(a106_0xd47e7c(0x120)),accessibilityHelper=require(a106_0xd47e7c(0x127)),{FRAMEWORKS}=require(a106_0xd47e7c(0x136));function a106_0x4994(){const _0x3504a6=['Error\x20executing\x20script\x20','performScanForCli','NON_BROWSERSTACK_AUTOMATION_SESSIONS','has','lMJSy','isAppAccessibility','JRVqy','OSKum','DVvnx','\x20browser\x20version\x20greater\x20than\x20','GLmrC','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','cucumber','size','browserStackEvaluate','util','browserstack.accessibilityOptions.scannerProcessingTimeout','join','iPCGN','isMobilePlatform','updateData','oVEgh','getTestFrameworkDetail','getCurrentInstanceName','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','getCommandsToWrap','ZifbM','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','shouldScanCurrentTest','CmqvQ',']\x20should\x20run\x20accessibility\x20value=','SXNZx','nKrGD','vNGfr','stopTestCapture','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','mCylu','../../../helpers/classLogger','../state/hookState','660ZiXhQW','getResultsSummary','ShxDR','Error\x20in\x20initAccessibilityConfig:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','KEY_INIT','getGoogleChromeOptions','getAccessibilityConfig','mAuaj','Error\x20in\x20getAccessibilityResultsSummary:\x20','getResultResponse','browserstack.accessibilityOptions.authToken','bind','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','crypto','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getCapabilitiesList','owKaN','number','SAVE_RESULTS','getTestDetails','TiWGj','env','command','_mobileScanningDisabledLogged','wduts','degradedReason','main','ckoDf','fLidI','KEY_TEST_NAME','DduSM','getPlatformCaps','getState','--headless=','stringify','qsiDB','DRIVER_INIT','scannerProcessingTimeout','AJuCU','onBeforeExecute','YAkGa','mhaGV','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','testInfo','from','bvrHR','getAppAccessibilityResultsSummary','getCapabilities','OERAs','SNAzg','testAnalyticsId','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','loadAccessibilityConfig','find','setAccessibilityConfig','string','digest','fetchDriverExecuteParamsEvent','TSoMX','authHeader','DuWrP','mergeObject','options','sAbtv','zrscn','accessibilityConfig','EFZed','ZkBRI','replace','vlYNf','vWqcm','getScriptByName','Executing\x20','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','kPchh','present','concat','registerObserver','sha256','test-tags-->\x20','executeScriptByName:\x20No\x20','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','_centralAuthA11yConfig','[platform\x20-\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','MKzFs','setShouldScanCurrentTest','set','LMOJi','getScript','Error\x20in\x20validatePlatformForAccessibility:\x20','WWdQs','RGWLM','toString','testFrameworkData','ygvmO','AybEG','__accessibilityOptions','../cliUtils','name','getModuleName','evaluate','LMghV','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Page\x20','getCurrentAccessibilityStatus','fEuam','vHTgF','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','test_run_id','includes','XyvwH','XvPcc','zLCGj','isArray','eJneH','220cjMPHk','PERFORM_SCAN','GGzsw','UvTFP','isEnabledTestcase',',\x20testRunId=','browserstack_executor','_parseScriptsFromOptions','scan','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','ZouJe','debug','TWtHu','__jestCurrentTestIdentifier','\x22browserstack.key\x22:\x22[REDACTED]\x22','wyKJl','toLowerCase','isBrowserstackScriptCommand','../framework/automationFramework','JgWLO','LIOAT','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','appium:platformVersion','EqQvW','createHash','codBD','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','pcdDF','scriptsList','VgVyC','getName','uwKPt','saveTestResults','UdirS','AQcpa','browserstack.accessibilityOptions.scannerVersion','xwvLH','accessibilityPlatform','measureWrapper','parse','stack','QOqYL','getLogDisabledShown','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','sNIuV','android','a11y:save-results','../state/automationFrameworkState','KEY_DRIVER_HAS_URL','QipFD','SVzcE','on\x20non-BrowserStack\x20infrastructure\x20','\x20script\x20available','YcJpx','INPJx','../../../helpers/accessibility-automation/scripts','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','[AccessibilityModule.getResultsSummary]\x20waited\x20','page','pAYvM','LNAkC','Wbezj','message','fKrnw','thTestRunUuid','appium:platformName','setAccessibilityToken','_pollUntilNonEmpty','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20',',\x20sessionId=','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','rmvdZ','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','iqdTf','goog:chromeOptions','assign','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','ACCESSIBILITY_INITIALIZED','hzYxT','jest','wFpKR','skipCDPConnectOverride','VdxIs','MODULE_NAME','commandName','accessibilityToken','YPbWV','iWEQd','some','WjWDj','wazdZ','PRE','gBStH','Performing\x20scan\x20before\x20from\x20cli','getSuccess','654840rKdYxC','parseA11yJwtPayload','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','mkpsf','count=','getAccessibility',',\x20testName=','titlePath','lJaQh','hiCHz','Processed\x20accessibility\x20caps\x20','../grpcClient','processAccessibilityCaps','Czjfn','getTestUUID','NvtiU','VictI','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','keys','not-array','zqOJS','onBeforeExecute:\x20Command\x20','Wyvcl','mJYZU','sXEzs','capabilitiesList','getBuildId','performPageScan:\x20Page\x20is\x20null','testRunId','getData','DQrRf','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','../framework/constants/testFrameworkConstants.js','sokVG','isMobileWebSession','ipycq','IvLeg','\x22browserstack.user\x22:\x22[REDACTED]\x22','__workerDetails','../../../helpers/accessibility-automation/helper','scannerVersion','NELLs','Executing\x20accessibility\x20script\x20on\x20page',']\x20isEnabledTestcase\x20(','shouldScanForCommand','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','No\x20summaryResults\x20found.','\x22\x20pid=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','../../playwright/accessibility-helper','cDHwc','LOG_DISABLED_SHOWN','14920yeITRw','TsVXY','../../utils/constants.js','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','nwRDl','now','toJson','../../../helpers/accessibility-automation/constants','driDw','Performing\x20scan\x20before\x20getting\x20results\x20summary','true','platformValidation','excludeTagsInTestingScope','toISOString','executeScriptByName','ZjFsf','pwPage','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','launchCaps','includeTagsInTestingScope','\x20a11yToken=',',\x20excludeTags=','MOBILE_SCANNING_DISABLED_WARNING','LiFeg','getContext','ReOWj','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','551608AerXVx','_centralAuthConfigFetched','JxQel','Error\x20in\x20performPageScan:\x20','../../../helpers/performance/constants.js','getAccessibilityResultsSummary','getAllData','PNgvA','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','browserVersion','finishScanningForCli','bqhZS','fKGhJ','chromeOptions','latest','Exception\x20in\x20isPlatformSupported:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','centralAuthToken','pid','Scan\x20result:\x20',',\x20includeTags=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','testFramework','pnxyg','fPeUU','ztGVU','performPageScan',']\x20Accessibility\x20configuration\x20initialized\x20successfully','Error\x20applying\x20sendMessageToServer\x20patch:\x20','hex','degraded','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RnRNi','[AccessibilityModule]\x20onAfterTest:\x20framework=','format','115929sQWlmw','testhub_build_uuid','getTestId','hasAccessibilityExecuteParams','totalIssueCount','ONacV','ghQGJ','reason','NPabc','QkIjY','getAccessibilityExecuteParams','performScan','getAppAccessibilityResults','performScanForCli:\x20No\x20','Context','xeOUi','bzOMX','HBNZe','trim','hjswC','headless','XuIZS','42NxHlMz','SCAN_CAP_HIT','3417HjIjTx','\x20worker=\x22','accessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','GlPxc','getAccessibilityResults','CGWdQ','instance','Error\x20in\x20getAccessibilityResults:\x20','getPlatformIndex','YkLOS','chrome','KEY_TEST_SCOPES','getIsAppAccessibility','1626435IxFYWw','AfMYm','platformCaps','NKPIZ','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','ECgdh','testcafe',',\x20isAppAccessibility=','saveResults',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','MkxwD','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','SDK_ACCESSIBILITY_CONFIG','error','AccessibilityModule.getResults','Error\x20in\x20shouldScanForCommand:\x20','24DPTUec','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','QRwAQ','Error\x20in\x20processAccessibilityCaps:\x20','getCapabilityValue','currentTest','get','commandsToWrap','1652HKTVZy','lkvFt','warn',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fetchCentralAuthA11yConfig','OEdnm','onBeforeTest','gGlPs','test_tags','KEY_TESTHUB_BUILD_ID','platformName','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','is_mobile_session','\x20env=','getResults','browserstack.accessibilityOptions.wcagVersion','_sendMessageServerPatchApplied',',\x20available\x20commands:\x20','zsTDG',')\x20result=','yLFfa','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','isMobileScanningEnabledForGroup','map','sGsll','../../utils/playwright-patcher','qgXqw','\x20->\x20','yRkeP','BS_A11Y_JWT','browser_version','getParamsForScanForCli','EukIC',',\x20\x0a\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','performPageScan:\x20Script\x20is\x20null','BNAKn','isAccessibilityAutomationSession','accessibilityResult','NJVCK','setShouldScan','pWrZE','hkwUv','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','split','requiresChromeOptionsValidation','unknown','getInstance','loadDriverExecuteParams','commandsList','AJFqG','afterTestHook','SCdgG','HAhNj','NODE_GENERIC','getTrackedInstance','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','qaEiw','wcfDB','521087deQGkm','lhdLw','QUIT','sYGtP','shouldScanForCommand:\x20',']\x20onAfterTest\x20should\x20scan=','resolveMobileThTestRunUuid','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','MwsSf','KIgdQ','OwCbm','rSgdq','info','zIwKv','delete','JgEgo','VdqUu','MNynz','validatePlatformForAccessibility','getBrowserDisplayName','wgsKg','../../../helpers/performance/performance-tester.js','setLogDisabledShown','../../../helpers/helper','getOptions','LVlfu','wKFzd','gNCWs','\x20script\x20available\x20in\x20scriptsList','platformVersion','length','BROWSERSTACK_CLI_BIN_SESSION_ID','uQCDS','null','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','POST','capabilities','ISfxC','startsWith','\x20result\x20for\x20','JEST_WORKER_ID','ostsj','tYJWt','IlNFh','browserName','__bstackA11yScanCapHit','function','ujADD','\x20accessibility\x20script\x20on\x20page','ScanArgs:\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','toObject','SlEBE','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','applySendMessageToServerPatch','kaVFm',');\x20returning\x20last\x20value','getTesthub','browser','isPlatformSupported','Unknown\x20Test','XaMPx','onAfterTest','YIBux','parseFromProto','slice','isEnabled','UzCwQ','\x20from\x20testIdentifier=','jHewU','HZBMm','BROWSERSTACK_TESTHUB_JWT','isQoK','DRIVER_HAS_URL','value','AccessibilityModule.getResultsSummary','NJXWM','lwXQt','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','../TestInfo.js','cczJm','bXUoZ','QAdWb','getValue','Error\x20checking\x20headless\x20capability:\x20','ttocR','ZNEYF'];a106_0x4994=function(){return _0x3504a6;};return a106_0x4994();}class AccessibilityModule extends BaseModule{static [a106_0xd47e7c(0xf4)]=AccessibilityModule[a106_0xd47e7c(0x2d4)];static [a106_0xd47e7c(0x150)]=![];static [a106_0xd47e7c(0x2c3)]={};constructor(_0x567c97){const _0x2a5850=a106_0xd47e7c,_0x593423={};_0x593423[_0x2a5850(0x103)]=function(_0x4254de,_0x43c6cd){return _0x4254de===_0x43c6cd;},_0x593423[_0x2a5850(0x313)]=_0x2a5850(0x2a4),_0x593423[_0x2a5850(0x116)]=_0x2a5850(0xee),_0x593423[_0x2a5850(0x1dc)]=_0x2a5850(0x239),_0x593423[_0x2a5850(0x1af)]='testhub_build_uuid';const _0x511d03=_0x593423;super(),AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x2a5850(0xfc)],this[_0x2a5850(0x298)]['bind'](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x2a5850(0x213)],this[_0x2a5850(0x1bb)][_0x2a5850(0x27c)](this)),AutomationFramework[_0x2a5850(0x2be)](AutomationFrameworkState[_0x2a5850(0x1f2)],HookState['PRE'],this[_0x2a5850(0x22e)]['bind'](this)),this[_0x2a5850(0x232)]=!![],this[_0x2a5850(0x2b2)]=_0x567c97[_0x2a5850(0x223)](),this[_0x2a5850(0x18d)]=new Map(),this[_0x2a5850(0x133)]=new Map(),this[_0x2a5850(0x24c)]=_0x567c97[_0x2a5850(0x198)]?.()||![],this[_0x2a5850(0x214)]=[],this[_0x2a5850(0x1c5)]=![],this[_0x2a5850(0x288)]=![],this[_0x2a5850(0xe3)](_0x567c97['getOptions']()[_0x2a5850(0x280)]());const _0x64c7c4=CLIUtils[_0x2a5850(0x25d)]();_0x64c7c4&&_0x511d03[_0x2a5850(0x103)](_0x64c7c4['name'],FRAMEWORKS[_0x2a5850(0x1eb)])&&this['_parseScriptsFromOptions'](_0x567c97[_0x2a5850(0x208)]()),logger[_0x2a5850(0x2f1)](_0x511d03[_0x2a5850(0x313)]),this[_0x2a5850(0x275)]=_0x511d03['Wyvcl'],this[_0x2a5850(0x317)]=_0x511d03[_0x2a5850(0x1dc)],this[_0x2a5850(0x1be)]=_0x511d03[_0x2a5850(0x1af)];}[a106_0xd47e7c(0x232)](){const _0x57c600=a106_0xd47e7c;return this[_0x57c600(0x232)];}[a106_0xd47e7c(0x2d5)](){return AccessibilityModule['MODULE_NAME'];}['getCurrentAccessibilityStatus'](){const _0x2a5663=a106_0xd47e7c;return this[_0x2a5663(0x18d)][_0x2a5663(0x1b3)](CLIUtils[_0x2a5663(0x25e)](),![]);}[a106_0xd47e7c(0x311)](){const _0x621040=a106_0xd47e7c;return this['LOG_DISABLED_SHOWN'][_0x621040(0x1b3)](CLIUtils['getCurrentInstanceName'](),![]);}[a106_0xd47e7c(0x206)](_0x74995a){const _0x42524d=a106_0xd47e7c;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x42524d(0x25e)](),_0x74995a);}['applySendMessageToServerPatch'](){const _0x40b038=a106_0xd47e7c,_0x12f67d={'EMJfn':_0x40b038(0x1e0),'MwsSf':function(_0x412c85,_0x8493c5){return _0x412c85(_0x8493c5);},'fKGhJ':_0x40b038(0x1ce),'GlPxc':_0x40b038(0x2d8),'HZBMm':_0x40b038(0x19d)};if(this[_0x40b038(0x1c5)]){logger[_0x40b038(0x2f1)](_0x12f67d['EMJfn']);return;}try{const _0x5afb24=_0x12f67d[_0x40b038(0x1f8)](require,_0x12f67d[_0x40b038(0x15b)]);_0x5afb24&&_0x5afb24['patchSendMessageToServer']?(_0x5afb24['patchSendMessageToServer'](),this[_0x40b038(0x1c5)]=!![],logger[_0x40b038(0x2f1)](_0x12f67d[_0x40b038(0x18f)])):logger[_0x40b038(0x2f1)](_0x12f67d[_0x40b038(0x236)]);}catch(_0x486e58){logger['debug'](_0x40b038(0x16c)+util[_0x40b038(0x172)](_0x486e58));}}['isPlatformSupported'](_0x240ae6=null,_0xace786=null,_0x24f2a7=null){const _0x1e9d58=a106_0xd47e7c,_0xcb720f={'qaEiw':function(_0x55f539,_0x448b21){return _0x55f539&&_0x448b21;},'pJQbC':'isPlatformSupported:\x20caps\x20are\x20null','zLCGj':function(_0x1f81c6,_0x346fe8){return _0x1f81c6(_0x346fe8);},'yRkeP':_0x1e9d58(0x207),'CjxWz':_0x1e9d58(0x1ca),'owKaN':_0x1e9d58(0xe2),'ipycq':function(_0x1e8acc,_0x534bf2){return _0x1e8acc===_0x534bf2;},'ZifbM':_0x1e9d58(0x314),'ostsj':_0x1e9d58(0x2fd),'gGlPs':function(_0x43915d,_0x5c7392){return _0x43915d!==_0x5c7392;},'xEbEm':function(_0x3083ab,_0x3418b6,_0x15cd55){return _0x3083ab(_0x3418b6,_0x15cd55);},'iWEQd':function(_0x3d2196,_0x12902a){return _0x3d2196(_0x12902a);},'YAkGa':function(_0x2d59a6,_0x122463){return _0x2d59a6<_0x122463;},'LVlfu':_0x1e9d58(0x263),'yKlul':function(_0x5c92f4,_0x52d908){return _0x5c92f4===_0x52d908;},'mCylu':function(_0x5be372,_0x386ec7){return _0x5be372===_0x386ec7;},'wgsKg':'true','zqOJS':_0x1e9d58(0x2a8),'YIBux':_0x1e9d58(0x1ae),'pcdDF':_0x1e9d58(0xeb),'UzCwQ':_0x1e9d58(0x15d),'CmqvQ':function(_0x2a5edc){return _0x2a5edc();},'sGsll':_0x1e9d58(0x31a),'SVzcE':function(_0x2ea29f,_0x4d4f5e){return _0x2ea29f(_0x4d4f5e);},'NPabc':function(_0x346a90,_0x103eb7){return _0x346a90-_0x103eb7;},'TsVXY':function(_0x2b123c,_0x45e5f7){return _0x2b123c(_0x45e5f7);},'lkvFt':function(_0x1d1e7f,_0x2b2296){return _0x1d1e7f!==_0x2b2296;},'VtHGX':function(_0x3bfdd5,_0x57eae6){return _0x3bfdd5>_0x57eae6;},'XuIZS':function(_0x2dde3b,_0x4f96e2){return _0x2dde3b(_0x4f96e2);},'wFpKR':_0x1e9d58(0x274)};try{if(_0xcb720f[_0x1e9d58(0x1ee)](!_0xace786,!_0x24f2a7))return logger[_0x1e9d58(0x2f1)](_0xcb720f['pJQbC']),![];const {isUndefined:_0x34c04e,isBrowserstackInfra:_0x4204d5}=_0xcb720f['zLCGj'](require,_0xcb720f[_0x1e9d58(0x1d1)]);if(!accessibilityHelper[_0x1e9d58(0x1da)]())return logger[_0x1e9d58(0x2f1)](_0xcb720f['CjxWz']),![];if(this[_0x1e9d58(0x24c)]){const _0x33c1c4=(_0xace786[_0x1e9d58(0x1bf)]||_0xace786[_0xcb720f[_0x1e9d58(0x281)]]||'')[_0x1e9d58(0x2f6)]();if(_0xcb720f[_0x1e9d58(0x123)](_0x33c1c4,_0xcb720f[_0x1e9d58(0x261)])){const _0x32d693=_0xace786[_0xcb720f[_0x1e9d58(0x219)]]||_0xace786[_0x1e9d58(0x20d)];if(_0xcb720f['gGlPs'](_0x32d693,undefined)&&_0xcb720f[_0x1e9d58(0x1bc)](_0x32d693,null)){const _0x1bff78=_0xcb720f['xEbEm'](parseInt,_0xcb720f[_0x1e9d58(0xf8)](String,_0x32d693)[_0x1e9d58(0x1e1)]('.')[0x0],0xa);if(!_0xcb720f[_0x1e9d58(0x2e2)](isNaN,_0x1bff78)&&_0xcb720f[_0x1e9d58(0x299)](_0x1bff78,0xb))return logger[_0x1e9d58(0x1b7)](_0x1e9d58(0x2fb)+_0x32d693),![];}}return!![];}const _0x28e07c=_0xace786[_0x1e9d58(0x21c)]||_0xace786[_0x1e9d58(0x22a)],_0x4ed524=_0xace786[_0x1e9d58(0x158)]||_0xace786[_0x1e9d58(0x1d3)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x28e07c))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x209)]),![];if(accessibilityHelper[_0x1e9d58(0x1e2)](_0x28e07c))try{const _0x50ebad=_0xace786[_0x1e9d58(0x187)],_0x1b2f4a=_0xcb720f['yKlul'](_0x50ebad,!![])||_0xcb720f[_0x1e9d58(0x26d)](_0x50ebad,_0xcb720f[_0x1e9d58(0x204)])||_0xcb720f['yKlul'](typeof _0x50ebad,_0xcb720f[_0x1e9d58(0x114)])&&_0xcb720f[_0x1e9d58(0x26d)](_0x50ebad['toLowerCase'](),_0xcb720f['wgsKg']);if(_0x1b2f4a)return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x22f)]),![];const _0x258e97=_0xace786?.[_0x1e9d58(0x15c)]?.['args']||_0xace786?.[_0xcb720f[_0x1e9d58(0x302)]]?.['args']||[];if(Array[_0x1e9d58(0x2e3)](_0x258e97)&&_0x258e97[_0x1e9d58(0xf9)](_0x276761=>typeof _0x276761===_0x1e9d58(0x2a8)&&(_0x276761==='--headless'||_0x276761[_0x1e9d58(0x216)](_0x1e9d58(0x292))&&_0x276761!=='--headless=new')))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x22f)]),![];}catch(_0x504cea){logger[_0x1e9d58(0x2f1)](_0x1e9d58(0x244)+util[_0x1e9d58(0x172)](_0x504cea));}if(_0xcb720f[_0x1e9d58(0x1bc)](_0x4ed524,_0xcb720f[_0x1e9d58(0x233)])){const _0x288cdd=_0xcb720f[_0x1e9d58(0x266)](_0x4204d5),_0x39a19=accessibilityHelper['getMinVersionForBrowser'](_0x28e07c,_0x288cdd),_0x3245fa=accessibilityHelper[_0x1e9d58(0x203)](_0x28e07c);if(!accessibilityHelper['isVersionSupported'](_0x4ed524,_0x39a19)){const _0x2bb6f4=_0x288cdd?'':_0xcb720f[_0x1e9d58(0x1cd)],_0x2b41e3=Number['isFinite'](_0xcb720f[_0x1e9d58(0x319)](parseFloat,_0x39a19))?_0xcb720f[_0x1e9d58(0x17b)](_0xcb720f[_0x1e9d58(0x135)](parseFloat,_0x39a19),0x1):_0x39a19;return logger['warn'](_0x1e9d58(0x15f)+_0x3245fa+_0x1e9d58(0x250)+_0x2b41e3+'\x20'+_0x2bb6f4+'.'),![];}}else{const _0x3772c3=_0xace786[_0x1e9d58(0x158)]||_0xace786['browser_version']||_0xace786['version'];if(_0x3772c3&&_0xcb720f[_0x1e9d58(0x1b6)](_0x3772c3,_0xcb720f[_0x1e9d58(0x233)])&&!_0xcb720f['VtHGX'](_0xcb720f[_0x1e9d58(0x135)](parseFloat,_0x3772c3),_0xcb720f[_0x1e9d58(0x188)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0xf1)]),![];}return!![];}catch(_0x1eb7ca){return logger[_0x1e9d58(0x2f1)](_0x1e9d58(0x15e)+_0x1eb7ca['message']),![];}}[a106_0xd47e7c(0x2e9)](_0x5b1c03=[],_0x7a444b,_0x2305c0=a106_0xd47e7c(0x253)){const _0x1735c9=a106_0xd47e7c,_0x25a257={'BNAKn':function(_0x192f57,_0x245bbc){return _0x192f57===_0x245bbc;},'GOEIE':_0x1735c9(0xf0),'XyvwH':function(_0x1ddc98,_0x1485ed){return _0x1ddc98===_0x1485ed;},'fEuam':function(_0x472beb,_0x75de0){return _0x472beb||_0x75de0;},'ASWfx':function(_0x47cc0d,_0x2d96fe){return _0x47cc0d===_0x2d96fe;},'UQzbC':function(_0x41e85f,_0x2bcc7){return _0x41e85f&&_0x2bcc7;},'lJaQh':_0x1735c9(0x1e3),'wduts':function(_0x21ac30,_0x1faede){return _0x21ac30(_0x1faede);},'ztGVU':function(_0x3d9a8e,_0x31bbf0){return _0x3d9a8e>_0x31bbf0;}};try{const _0x1b3be5=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x1735c9(0x286)][_0x1735c9(0x16f)]):null;if(!_0x1b3be5)return!![];const _0x3fb5ae=Array[_0x1735c9(0x2e3)](_0x1b3be5['includeTagsInTestingScope'])?_0x1b3be5[_0x1735c9(0x147)]:[],_0x15ff0f=Array[_0x1735c9(0x2e3)](_0x1b3be5[_0x1735c9(0x140)])?_0x1b3be5['excludeTagsInTestingScope']:[];if(_0x25a257['BNAKn'](_0x2305c0,_0x25a257['GOEIE'])||_0x25a257[_0x1735c9(0x2e0)](_0x2305c0,FRAMEWORKS[_0x1735c9(0x1eb)])){let _0x25133a;Array['isArray'](_0x5b1c03)?_0x25133a=_0x5b1c03[_0x1735c9(0x258)]('\x20'):_0x25133a=_0x25a257[_0x1735c9(0x2db)](_0x5b1c03,'');const _0x389048=_0x5ac533=>_0x2305c0===FRAMEWORKS[_0x1735c9(0x1eb)]&&typeof _0x5ac533===_0x1735c9(0x2a8)?_0x5ac533[_0x1735c9(0x2b5)](/^@/,'')['toLowerCase']()['trim']():_0x5ac533,_0x38fabb=_0x25a257[_0x1735c9(0x1d9)](_0x2305c0,FRAMEWORKS[_0x1735c9(0x1eb)])?_0x25133a[_0x1735c9(0x2f6)]():_0x25133a,_0x21a796=_0x15ff0f[_0x1735c9(0xf9)](_0x3c216c=>_0x38fabb[_0x1735c9(0x2df)](_0x389048(_0x3c216c))),_0x3a3a67=_0x25a257['ASWfx'](_0x3fb5ae['length'],0x0)||_0x3fb5ae[_0x1735c9(0xf9)](_0x5e7e54=>_0x38fabb['includes'](_0x389048(_0x5e7e54))),_0x5504af=_0x25a257['UQzbC'](!_0x21a796,_0x3a3a67);return logger[_0x1735c9(0x2f1)](_0x1735c9(0x2c4)+(_0x7a444b?.[_0x1735c9(0x194)]?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x12b)+_0x2305c0+_0x1735c9(0x1c8)+_0x5504af+',\x20testName='+_0x25133a+_0x1735c9(0x164)+JSON[_0x1735c9(0x293)](_0x3fb5ae)+_0x1735c9(0x149)+JSON[_0x1735c9(0x293)](_0x15ff0f)),_0x5504af;}const _0x90f11a=Array['isArray'](_0x5b1c03)?_0x5b1c03:[];let _0x33c4e3=![],_0x59ac5b=_0x25a257[_0x1735c9(0x1d9)](_0x3fb5ae['length'],0x0);const _0x5e9660=_0x4b5c83=>typeof _0x4b5c83===_0x1735c9(0x2a8)?_0x4b5c83[_0x1735c9(0x2b5)](/^@/,'')['toLowerCase']()[_0x1735c9(0x185)]():_0x4b5c83,_0x209699=new Set(_0x3fb5ae[_0x1735c9(0x1cc)](_0x5e9660)),_0x42fa9c=new Set(_0x15ff0f[_0x1735c9(0x1cc)](_0x5e9660));for(const _0x3efb19 of _0x90f11a){const _0x34206a=_0x25a257[_0x1735c9(0x289)](_0x5e9660,_0x3efb19);_0x42fa9c[_0x1735c9(0x24a)](_0x34206a)&&(_0x33c4e3=!![]),_0x25a257[_0x1735c9(0x169)](_0x209699[_0x1735c9(0x254)],0x0)&&_0x209699['has'](_0x34206a)&&(_0x59ac5b=!![]);}const _0x4b1bae=_0x25a257['UQzbC'](_0x59ac5b,!_0x33c4e3);return logger['debug'](_0x1735c9(0x2c4)+(_0x7a444b?.[_0x1735c9(0x194)]?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x1d7)+_0x4b1bae+',\x20tags='+JSON[_0x1735c9(0x293)](_0x90f11a)+_0x1735c9(0x164)+JSON[_0x1735c9(0x293)](_0x3fb5ae)+_0x1735c9(0x149)+JSON['stringify'](_0x15ff0f)),_0x4b1bae;}catch(_0x4e2566){return logger['debug'](_0x1735c9(0x2c4)+(_0x7a444b?.['getPlatformIndex']?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x1a5)+_0x4e2566[_0x1735c9(0xdf)]),![];}}async['onBeforeTest'](_0x48776){const _0x310ef5=a106_0xd47e7c,_0x3889e0={};_0x3889e0[_0x310ef5(0x246)]=function(_0x2943dc,_0x503ac9){return _0x2943dc!==_0x503ac9;},_0x3889e0['iPCGN']=_0x310ef5(0x253),_0x3889e0[_0x310ef5(0x24f)]=_0x310ef5(0xf0),_0x3889e0[_0x310ef5(0x25c)]='testcafe',_0x3889e0[_0x310ef5(0x2cc)]=function(_0x4a2287,_0x50985a){return _0x4a2287!==_0x50985a;},_0x3889e0[_0x310ef5(0x19c)]=function(_0x198cf8,_0x39bba0){return _0x198cf8===_0x39bba0;},_0x3889e0['ttocR']='true',_0x3889e0[_0x310ef5(0x2a2)]=function(_0x43864f,_0x32caff){return _0x43864f&&_0x32caff;},_0x3889e0[_0x310ef5(0x15a)]='TEST_INIT',_0x3889e0['TSoMX']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x3889e0['XaMPx']=_0x310ef5(0x12d),_0x3889e0[_0x310ef5(0x138)]=_0x310ef5(0x295),_0x3889e0[_0x310ef5(0x2b7)]=_0x310ef5(0x2ef),_0x3889e0[_0x310ef5(0x28d)]=function(_0x2052bb,_0x58aae4){return _0x2052bb===_0x58aae4;},_0x3889e0['kPchh']=_0x310ef5(0x22c),_0x3889e0['xeOUi']=function(_0x3c554c,_0x44df36){return _0x3c554c>_0x44df36;},_0x3889e0['JRVqy']='function',_0x3889e0[_0x310ef5(0x1ff)]=_0x310ef5(0x1bd),_0x3889e0[_0x310ef5(0x235)]=function(_0x43cf2d,_0x32da98){return _0x43cf2d&&_0x32da98;},_0x3889e0['hzYxT']=_0x310ef5(0x1e3);const _0x263b3a=_0x3889e0;if(_0x263b3a[_0x310ef5(0x246)](_0x48776[_0x310ef5(0x166)],_0x263b3a['iPCGN'])&&_0x263b3a[_0x310ef5(0x246)](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x24f)])&&_0x263b3a['ZNEYF'](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x25c)])&&_0x263b3a[_0x310ef5(0x2cc)](_0x48776[_0x310ef5(0x166)],FRAMEWORKS[_0x310ef5(0x1eb)])){logger[_0x310ef5(0x2f1)](_0x310ef5(0x19e)+_0x48776[_0x310ef5(0x166)]+')');return;}try{const _0x4aace0=AutomationFramework['getTrackedInstance'](),_0x1ed1d3=TestFramework['getTrackedInstance'](),_0x48189d=_0x48776[_0x310ef5(0xdb)]||global['__workerDetails']?.[_0x310ef5(0x144)]||null;if(_0x263b3a[_0x310ef5(0x19c)](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x25c)])){const _0x1e4151=_0x48776[_0x310ef5(0x19b)]||_0x4aace0&&_0x4aace0['getPlatformCaps']&&_0x4aace0[_0x310ef5(0x290)]()||_0x4aace0&&_0x4aace0[_0x310ef5(0x2a0)]&&_0x4aace0[_0x310ef5(0x2a0)]()||{},_0x59094d=_0x48776[_0x310ef5(0x146)]||null,_0x40b2ce=this[_0x310ef5(0x22b)](_0x4aace0,_0x1e4151,_0x59094d),_0xa34fa=CLIUtils[_0x310ef5(0x25e)]();this[_0x310ef5(0x18d)]['set'](_0xa34fa,_0x40b2ce);global[_0x310ef5(0x181)]?.[_0x310ef5(0x14c)]&&global['Context'][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x40b2ce);_0x40b2ce?(global[_0x310ef5(0x30c)]=!![],process[_0x310ef5(0x286)][_0x310ef5(0x1a6)]=_0x263b3a['ttocR']):global[_0x310ef5(0x30c)]=![];logger['debug'](_0x310ef5(0x111)+_0x40b2ce);return;}if(_0x263b3a[_0x310ef5(0x19c)](_0x48776[_0x310ef5(0x166)],FRAMEWORKS['NODE_GENERIC'])){const _0x7801e4=_0x48776['testData']||{},_0x448547=_0x7801e4[TestFrameworkConstants[_0x310ef5(0x197)]],_0x430f02=_0x7801e4[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0xd9d856=(Array[_0x310ef5(0x2e3)](_0x448547)?_0x448547[_0x310ef5(0x2bd)](_0x430f02)['join']('\x20'):_0x430f02)[_0x310ef5(0x185)](),_0x133395=_0x48776[_0x310ef5(0x19b)]||_0x4aace0&&_0x4aace0[_0x310ef5(0x290)]&&_0x4aace0[_0x310ef5(0x290)]()||_0x4aace0&&_0x4aace0[_0x310ef5(0x2a0)]&&_0x4aace0['getCapabilities']()||{},_0x206c3a=this[_0x310ef5(0x22b)](_0x4aace0,_0x133395,_0x48776['launchCaps']||null),_0x42f09c=this[_0x310ef5(0x2e9)](_0xd9d856,_0x4aace0,FRAMEWORKS[_0x310ef5(0x1eb)]),_0x3991fb=_0x263b3a[_0x310ef5(0x2a2)](_0x206c3a,_0x42f09c),_0x30a69d=CLIUtils['getCurrentInstanceName']();this[_0x310ef5(0x18d)][_0x310ef5(0x2c8)](_0x30a69d,_0x3991fb);global['Context']?.['getContext']&&global[_0x310ef5(0x181)][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x3991fb);_0x3991fb?(global['accessibilityPlatform']=!![],process[_0x310ef5(0x286)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x263b3a[_0x310ef5(0x245)],this['applySendMessageToServerPatch']()):global[_0x310ef5(0x30c)]=![];_0x1ed1d3&&_0x1ed1d3[_0x310ef5(0x25b)](_0x263b3a[_0x310ef5(0x15a)],!![]);logger[_0x310ef5(0x2f1)]('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x206c3a+',\x20testCaseEnabled='+_0x42f09c+_0x310ef5(0x106)+_0xd9d856);return;}if(!_0x48189d){_0x1ed1d3&&_0x1ed1d3['updateData'](_0x263b3a[_0x310ef5(0x15a)],!![]);logger[_0x310ef5(0x2f1)](_0x263b3a[_0x310ef5(0x2ab)]);return;}logger[_0x310ef5(0x2f1)](_0x263b3a[_0x310ef5(0x22d)]);const _0x318a92=_0x1ed1d3?.[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x138)],![]),_0xbab9d1=_0x1ed1d3?.[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x15a)],![]);if(_0x263b3a[_0x310ef5(0x19c)](_0x318a92,![])&&_0x263b3a[_0x310ef5(0x19c)](_0xbab9d1,![])){_0x1ed1d3&&_0x1ed1d3[_0x310ef5(0x25b)](_0x263b3a[_0x310ef5(0x138)],!![]);logger['debug'](_0x263b3a[_0x310ef5(0x2b7)]);return;}_0x1ed1d3&&_0x1ed1d3['updateData'](_0x263b3a[_0x310ef5(0x15a)],!![]);let _0x48c028,_0x2e61d8;const _0x276ee3=_0x48776[_0x310ef5(0x166)]||_0x263b3a[_0x310ef5(0x259)];if(_0x263b3a[_0x310ef5(0x28d)](_0x276ee3,_0x263b3a[_0x310ef5(0x24f)])){_0x2e61d8=_0x48776[_0x310ef5(0x29c)]?.['testAnalyticsId']||_0x48776[_0x310ef5(0x29c)]?.['id']||global[_0x310ef5(0x2f3)]||global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.[_0x310ef5(0x2a3)]||global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.['id'];const _0x159823=_0x1ed1d3?.[_0x310ef5(0x155)]()?.[_0x310ef5(0x1b3)](_0x2e61d8);if(_0x159823&&_0x159823[TestFrameworkConstants[_0x310ef5(0x28e)]])_0x48c028=_0x159823[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x48776[_0x310ef5(0x29c)]?.[_0x310ef5(0x107)])_0x48c028=_0x48776['testInfo'][_0x310ef5(0x107)];else global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.['testInfo']?.[_0x310ef5(0x107)]?_0x48c028=global[_0x310ef5(0x126)][_0x310ef5(0x1b2)][_0x310ef5(0x29c)][_0x310ef5(0x107)]:_0x48c028=_0x263b3a[_0x310ef5(0x2bb)];}logger[_0x310ef5(0x2f1)](_0x310ef5(0x1f7)+_0x2e61d8+',\x20testName='+JSON[_0x310ef5(0x293)](_0x48c028));}else{_0x2e61d8=this[_0x310ef5(0x175)](_0x48776);const _0x143caa=TestInfo[_0x310ef5(0x284)](_0x2e61d8);let _0x1c293b=[];if(_0x143caa&&Array[_0x310ef5(0x2e3)](_0x143caa[_0x310ef5(0x1bd)])&&_0x263b3a[_0x310ef5(0x182)](_0x143caa['test_tags'][_0x310ef5(0x20e)],0x0))_0x1c293b=_0x143caa[_0x310ef5(0x1bd)];else{if(_0x1ed1d3){const _0x25474e=_0x263b3a[_0x310ef5(0x28d)](typeof _0x1ed1d3[_0x310ef5(0x11d)],_0x263b3a[_0x310ef5(0x24d)])?_0x1ed1d3[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x1ff)],[]):_0x1ed1d3[_0x310ef5(0x1bd)]||[];Array[_0x310ef5(0x2e3)](_0x25474e)&&(_0x1c293b=_0x25474e);}}_0x48c028=_0x1c293b;}logger[_0x310ef5(0x1fc)](_0x310ef5(0x2c0)+JSON['stringify'](_0x48c028));const _0x442266=this['isPlatformSupported'](_0x4aace0,_0x48776[_0x310ef5(0x19b)],_0x48776['launchCaps']);logger[_0x310ef5(0x2f1)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x442266+',\x20isAppAccessibility='+this[_0x310ef5(0x24c)]);const _0x2e364f=this[_0x310ef5(0x2e9)](_0x48c028,_0x4aace0,_0x276ee3),_0x4d67e7=_0x263b3a['jHewU'](_0x442266,_0x2e364f),_0x4a902a=CLIUtils[_0x310ef5(0x25e)]();this['accessibility'][_0x310ef5(0x2c8)](_0x4a902a,_0x4d67e7),global[_0x310ef5(0x181)]?.[_0x310ef5(0x14c)]&&global[_0x310ef5(0x181)][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x4d67e7),logger[_0x310ef5(0x2f1)](_0x310ef5(0x2c4)+(_0x4aace0?.['getPlatformIndex']?.()||_0x263b3a[_0x310ef5(0xef)])+_0x310ef5(0x267)+_0x4d67e7),_0x4d67e7?(global[_0x310ef5(0x30c)]=!![],process[_0x310ef5(0x286)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x263b3a[_0x310ef5(0x245)],this[_0x310ef5(0x226)]()):global[_0x310ef5(0x30c)]=![];}catch(_0x5306ad){logger[_0x310ef5(0x1aa)](_0x310ef5(0x137)+(_0x5306ad[_0x310ef5(0x30f)]||_0x5306ad[_0x310ef5(0xdf)]));const _0x10cbca=CLIUtils[_0x310ef5(0x25e)]();this[_0x310ef5(0x18d)][_0x310ef5(0x2c8)](_0x10cbca,![]),global['accessibilityPlatform']=![];}}[a106_0xd47e7c(0x276)](){const _0x150957=a106_0xd47e7c;return this[_0x150957(0x214)][_0x150957(0x2a6)](_0x368f99=>_0x368f99[_0x150957(0x305)]()==='goog:chromeOptions')?.[_0x150957(0x243)]()||'';}['getCapabilityValue'](_0x2065c8){const _0x222c7f=a106_0xd47e7c;try{const _0x264bca=this[_0x222c7f(0x2b2)]?.['options']?.[_0x222c7f(0x119)]||[],_0x4ac541=_0x264bca[_0x222c7f(0x2a6)](_0x1a743b=>_0x1a743b[_0x222c7f(0x2d4)]===_0x2065c8);return _0x4ac541?_0x4ac541[_0x222c7f(0x23a)]:null;}catch(_0x1cf747){return logger[_0x222c7f(0x2f1)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2065c8+':\x20'+_0x1cf747[_0x222c7f(0xdf)]),null;}}async[a106_0xd47e7c(0x2a7)](_0x4e4c23,_0x18f72b){const _0x1cf0df=a106_0xd47e7c,_0x995d19=_0x4e4c23[_0x1cf0df(0x105)]()[_0x1cf0df(0x208)]();this[_0x1cf0df(0x2ec)](_0x995d19),this['capabilities']=_0x995d19['getCapabilitiesList'](),await this[_0x1cf0df(0xe3)](this[_0x1cf0df(0x214)],_0x18f72b['launchCaps']);}[a106_0xd47e7c(0x2ec)](_0x915d4c){const _0x4df71a=a106_0xd47e7c,_0x40697d={};_0x40697d[_0x4df71a(0x14b)]=function(_0x7efeb0,_0x1da66b){return _0x7efeb0>_0x1da66b;},_0x40697d[_0x4df71a(0x118)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x40697d[_0x4df71a(0x129)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x264b0d=_0x40697d;try{const _0x4bf38e=_0x915d4c['getScriptsList'](),_0x52f0f0=_0x915d4c[_0x4df71a(0x260)]()?.['getCommandsList']();_0x4bf38e&&_0x264b0d[_0x4df71a(0x14b)](_0x4bf38e[_0x4df71a(0x20e)],0x0)?(scripts[_0x4df71a(0x230)](_0x4bf38e,_0x52f0f0),scripts[_0x4df71a(0x13a)](),logger[_0x4df71a(0x2f1)](_0x264b0d['sXEzs'])):logger['debug'](_0x264b0d[_0x4df71a(0x129)]);}catch(_0x419907){logger[_0x4df71a(0x2f1)]('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x419907[_0x4df71a(0xdf)]);}}async['setAccessibilityToken'](_0x4702e9,_0x16bf76={}){const _0x5a0c60=a106_0xd47e7c,_0x52ab1f={'zlEyP':_0x5a0c60(0x113),'MNynz':_0x5a0c60(0x28b),'bGFwR':function(_0x3f2098,_0x11596d){return _0x3f2098===_0x11596d;},'myqhL':_0x5a0c60(0xf6),'eWOWb':function(_0x2e15a3,_0x364353){return _0x2e15a3(_0x364353);},'kaVFm':_0x5a0c60(0x27e),'mhaGV':_0x5a0c60(0x2bf),'lndTc':_0x5a0c60(0x16d),'fjUjT':function(_0x305060,_0x416bc0){return _0x305060||_0x416bc0;},'SXNZx':_0x5a0c60(0x27b),'qgXqw':function(_0x5cf1ec,_0x3a142b){return _0x5cf1ec(_0x3a142b);},'SCdgG':_0x5a0c60(0x127),'INPJx':function(_0x56bca4,_0x2843f2){return _0x56bca4(_0x2843f2);},'Wbezj':_0x5a0c60(0x207),'TiWGj':'wcagVersion','EFZed':_0x5a0c60(0x1c4),'DQrRf':function(_0x5464be,_0x4d8575){return _0x5464be===_0x4d8575;},'lBxsv':_0x5a0c60(0x128),'lMJSy':_0x5a0c60(0x30a),'bvrHR':_0x5a0c60(0x296),'OdTKn':_0x5a0c60(0x257),'mYCUE':function(_0xf9c6ce,_0x1a4dff){return _0xf9c6ce===_0x1a4dff;},'JkacO':'isMobileScanningEnabledForGroup','FQNPU':function(_0x7062b0,_0x509c78){return _0x7062b0(_0x509c78);},'driDw':function(_0x33a1ac,_0x1208aa){return _0x33a1ac===_0x1208aa;},'Czjfn':function(_0x5f21fc,_0x43987e){return _0x5f21fc===_0x43987e;},'RgUYX':_0x5a0c60(0x13e)};global[_0x5a0c60(0x2d2)]=global[_0x5a0c60(0x2d2)]||{};const _0x4fe329=Array[_0x5a0c60(0x2e3)](_0x4702e9)?_0x4702e9[_0x5a0c60(0x20e)]:_0x52ab1f['zlEyP'];logger['debug'](_0x5a0c60(0x145)+_0x4fe329+_0x5a0c60(0x18c)+(process[_0x5a0c60(0x286)]['JEST_WORKER_ID']||_0x52ab1f[_0x5a0c60(0x201)])+_0x5a0c60(0x12f)+process[_0x5a0c60(0x162)]);for(const _0x2ffc8e of _0x4702e9){logger[_0x5a0c60(0x2f1)](_0x5a0c60(0x160)+_0x2ffc8e[_0x5a0c60(0x305)]());if(_0x52ab1f['bGFwR'](_0x2ffc8e['getName'](),_0x52ab1f['myqhL'])){const _0x271cf7=_0x2ffc8e['getValue'](),_0x87ea7b=_0x271cf7?_0x52ab1f['eWOWb'](require,_0x52ab1f[_0x5a0c60(0x227)])[_0x5a0c60(0x2ff)](_0x52ab1f[_0x5a0c60(0x29a)])['update'](_0x271cf7)[_0x5a0c60(0x2a9)](_0x52ab1f['lndTc'])[_0x5a0c60(0x231)](0x0,0x8):'';logger['info'](_0x5a0c60(0x2c2)+_0x52ab1f['fjUjT'](_0x271cf7,'')['length']+'\x20token_fp='+_0x87ea7b+'\x20worker=\x22'+(process[_0x5a0c60(0x286)][_0x5a0c60(0x218)]||_0x52ab1f[_0x5a0c60(0x201)])+_0x5a0c60(0x12f)+process[_0x5a0c60(0x162)]),process[_0x5a0c60(0x286)][_0x5a0c60(0x1d2)]=_0x271cf7,global[_0x5a0c60(0x2d2)][_0x52ab1f[_0x5a0c60(0x268)]]=_0x271cf7;const _0x2bc036=_0x52ab1f[_0x5a0c60(0x1cf)](require,_0x52ab1f[_0x5a0c60(0x1e9)]),{isTrue:_0x2565e5}=_0x52ab1f[_0x5a0c60(0x31d)](require,_0x52ab1f[_0x5a0c60(0xde)]),_0xabdb0a=_0x2bc036[_0x5a0c60(0x101)](_0x271cf7);_0xabdb0a&&_0x52ab1f[_0x5a0c60(0x31d)](_0x2565e5,_0xabdb0a[_0x5a0c60(0xf2)])&&(process['env']['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x52ab1f['bGFwR'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f[_0x5a0c60(0x285)]))global['__accessibilityOptions'][_0x52ab1f[_0x5a0c60(0x2b3)]]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f[_0x5a0c60(0x11e)](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f['lBxsv']))global[_0x5a0c60(0x2d2)][_0x52ab1f[_0x5a0c60(0x24b)]]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f['bGFwR'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f[_0x5a0c60(0x29e)]))global[_0x5a0c60(0x2d2)][_0x52ab1f['OdTKn']]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f['mYCUE'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f['JkacO'])){const _0xfafb75=_0x2ffc8e['getValue']();process[_0x5a0c60(0x286)][_0x5a0c60(0x165)]=_0x52ab1f['FQNPU'](String,_0x52ab1f[_0x5a0c60(0x13c)](_0xfafb75,!![])||_0x52ab1f[_0x5a0c60(0x10d)](_0xfafb75,_0x52ab1f['RgUYX'])),logger[_0x5a0c60(0x2f1)](_0x5a0c60(0x23e)+_0xfafb75+_0x5a0c60(0x1c2)+process[_0x5a0c60(0x286)][_0x5a0c60(0x165)]);}}}}}}}async[a106_0xd47e7c(0x22e)](_0x155d44){const _0x408497=a106_0xd47e7c,_0x43d822={};_0x43d822[_0x408497(0x28c)]=function(_0x467c0f,_0x3a582d){return _0x467c0f!==_0x3a582d;},_0x43d822[_0x408497(0x2f9)]=_0x408497(0x253),_0x43d822[_0x408497(0x156)]='jest',_0x43d822['AkMtl']=_0x408497(0x1a2),_0x43d822[_0x408497(0x241)]=function(_0x2e72e6,_0x50d6e9){return _0x2e72e6!==_0x50d6e9;},_0x43d822[_0x408497(0x1e7)]=_0x408497(0x1e3);const _0x3d5071=_0x43d822;if(_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071[_0x408497(0x2f9)])&&_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071[_0x408497(0x156)])&&_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071['AkMtl'])&&_0x3d5071[_0x408497(0x241)](_0x155d44['testFramework'],FRAMEWORKS[_0x408497(0x1eb)])){logger[_0x408497(0x2f1)](_0x408497(0xe5)+_0x155d44[_0x408497(0x166)]+')');return;}const _0x93f61b=_0x155d44[_0x408497(0x29c)]?.['testAnalyticsId']||_0x155d44[_0x408497(0x29c)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x408497(0x1fc)](_0x408497(0x171)+_0x155d44[_0x408497(0x166)]+',\x20testIdentifier='+_0x93f61b);try{const _0x42da1e=_0x155d44['instance']||AutomationFramework[_0x408497(0x1ec)](),_0x326c75=CLIUtils[_0x408497(0x25e)](),_0x1f354f=this['getCurrentAccessibilityStatus']();logger[_0x408497(0x2f1)](_0x408497(0x2c4)+(_0x42da1e?.['getPlatformIndex']?.()||_0x3d5071['AJFqG'])+_0x408497(0x1f5)+_0x1f354f),_0x1f354f&&await this[_0x408497(0x26b)](_0x42da1e,_0x155d44),this[_0x408497(0x18d)][_0x408497(0x1fe)](_0x326c75),this['LOG_DISABLED_SHOWN']['delete'](_0x326c75);}catch(_0x40a5e2){logger[_0x408497(0x1aa)](_0x408497(0x25f)+(_0x40a5e2['stack']||_0x40a5e2[_0x408497(0xdf)]));}}async[a106_0xd47e7c(0x26b)](_0x8879d9,_0x3c2671){const _0x49d248=a106_0xd47e7c,_0x4ad51a={};_0x4ad51a[_0x49d248(0x2f2)]=function(_0x235bba,_0x5251a8){return _0x235bba===_0x5251a8;},_0x4ad51a[_0x49d248(0x186)]=_0x49d248(0x21e),_0x4ad51a[_0x49d248(0x2dc)]=function(_0x5f3afa,_0x1a7c5a){return _0x5f3afa===_0x1a7c5a;},_0x4ad51a[_0x49d248(0x1a7)]='jest',_0x4ad51a[_0x49d248(0x151)]=_0x49d248(0x253),_0x4ad51a[_0x49d248(0x1df)]=function(_0x56f849,_0xb1fd46){return _0x56f849===_0xb1fd46;},_0x4ad51a[_0x49d248(0x200)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x4ad51a['isQoK']='accessibility',_0x4ad51a[_0x49d248(0x224)]=_0x49d248(0x1a4),_0x4ad51a[_0x49d248(0x168)]='unknown',_0x4ad51a[_0x49d248(0x1ef)]=_0x49d248(0x2bc),_0x4ad51a['KstHO']='null',_0x4ad51a[_0x49d248(0x1c9)]=function(_0x56be05,_0x5a9a18){return _0x56be05||_0x5a9a18;},_0x4ad51a[_0x49d248(0x20b)]=_0x49d248(0x1a8),_0x4ad51a[_0x49d248(0x306)]='AUTOMATION_SESSIONS',_0x4ad51a['eJneH']=_0x49d248(0x249);const _0x55d5cb=_0x4ad51a;try{const _0x47e331=_0x3c2671[_0x49d248(0x166)]||(_0x55d5cb[_0x49d248(0x2dc)](this[_0x49d248(0x2cf)]?.[_0x49d248(0x2d4)]?.['toLowerCase'](),_0x55d5cb[_0x49d248(0x1a7)])?_0x55d5cb['MkxwD']:_0x55d5cb[_0x49d248(0x151)]);let _0x5d6c1d='',_0x339f6b=null,_0x24698c=null;if(_0x55d5cb[_0x49d248(0x1df)](_0x47e331,_0x55d5cb[_0x49d248(0x1a7)])){_0x339f6b=_0x3c2671[_0x49d248(0x29c)]?.[_0x49d248(0x2a3)]||_0x3c2671['testInfo']?.['id']||global[_0x49d248(0x2f3)];if(!_0x339f6b){logger[_0x49d248(0x1b7)](_0x55d5cb['VdqUu']);return;}try{const _0xa56129=await GrpcClient['getInstance']()[_0x49d248(0x2aa)](process[_0x49d248(0x286)][_0x49d248(0x20f)],_0x55d5cb[_0x49d248(0x238)],_0x55d5cb['SlEBE'],_0x339f6b),_0x1f7308=AccessibilityModule[_0x49d248(0x1e5)](null,_0xa56129);_0x5d6c1d=_0x1f7308?.[_0x49d248(0xe1)]||'',logger[_0x49d248(0x2f1)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5d6c1d+_0x49d248(0x234)+_0x339f6b),_0x24698c=_0xa56129;}catch(_0x5ae3c7){logger[_0x49d248(0x1aa)](_0x49d248(0x18e)+_0x5ae3c7['message']);return;}}else{const _0x72e61b=this['getTestId'](_0x3c2671);_0x5d6c1d=TestInfo[_0x49d248(0x10e)](_0x72e61b);}const _0x3110b9=((()=>{const _0x290166=_0x49d248,_0x374094=(this[_0x290166(0x2b2)]?.[_0x290166(0x2af)]?.[_0x290166(0x119)]||[])[_0x290166(0x2a6)](_0x2b9d18=>(typeof _0x2b9d18[_0x290166(0x305)]===_0x290166(0x21e)?_0x2b9d18[_0x290166(0x305)]():_0x2b9d18[_0x290166(0x2d4)])===this['KEY_TESTHUB_BUILD_ID']);return _0x374094?_0x55d5cb[_0x290166(0x2f2)](typeof _0x374094['getValue'],_0x55d5cb[_0x290166(0x186)])?_0x374094['getValue']():_0x374094[_0x290166(0x23a)]:'';})()),_0x230ce4=process[_0x49d248(0x286)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x49d248(0x2c4)+(_0x8879d9?.[_0x49d248(0x194)]?.()||_0x55d5cb[_0x49d248(0x168)])+']\x20clear\x20'+_0x5d6c1d+'\x20testHubUuid='+_0x3110b9+_0x49d248(0x148)+(_0x230ce4?_0x55d5cb[_0x49d248(0x1ef)]:_0x55d5cb['KstHO']));let _0x48394;if(_0x55d5cb[_0x49d248(0x2f2)](_0x47e331,_0x55d5cb[_0x49d248(0x1a7)]))_0x48394=AccessibilityModule['loadDriverExecuteParams'](_0x5d6c1d,_0x24698c);else{const _0x221200=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x49d248(0x286)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x55d5cb[_0x49d248(0x238)],_0x55d5cb[_0x49d248(0x224)]);_0x48394=AccessibilityModule[_0x49d248(0x1e5)](_0x5d6c1d,_0x221200);}logger[_0x49d248(0x2f1)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x48394));const _0x4f5f2d=Object['assign']({},{'thTestRunUuid':_0x55d5cb[_0x49d248(0x1c9)](_0x5d6c1d,''),'thBuildUuid':_0x55d5cb['yLFfa'](_0x3110b9,''),'thJwtToken':_0x55d5cb[_0x49d248(0x1c9)](_0x230ce4,'')},_0x48394);!this[_0x49d248(0x24c)]&&this['isMobileWebSession']()&&(_0x4f5f2d[_0x49d248(0x1c1)]=!![],logger[_0x49d248(0x2f1)](_0x55d5cb['gNCWs']));logger[_0x49d248(0x2f1)](_0x49d248(0x2fc)+_0x5d6c1d+_0x49d248(0x1a3)+this['isAppAccessibility']);let _0x37d368=global[_0x49d248(0x126)]?.['pwPage']||null;!_0x37d368&&(_0x37d368=AutomationFramework[_0x49d248(0x291)](_0x8879d9,_0x55d5cb[_0x49d248(0x306)],null)),!_0x37d368&&(_0x37d368=AutomationFramework[_0x49d248(0x291)](_0x8879d9,_0x55d5cb[_0x49d248(0x2e4)],null)),await this[_0x49d248(0x159)](this[_0x49d248(0x2da)](),_0x5d6c1d,_0x37d368,_0x4f5f2d,this[_0x49d248(0x24c)]);}catch(_0x5d1853){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x5d1853['stack']||_0x5d1853[_0x49d248(0xdf)]));}}async['finishScanningForCli'](_0xab78d3,_0x16f169,_0x27b28f,_0x4a7620,_0x86c879){const _0xcd93c2=a106_0xd47e7c,_0x421704={};_0x421704[_0xcd93c2(0x21f)]=_0xcd93c2(0x1a4),_0x421704['YWCIA']=function(_0x49dd19,_0x245087){return _0x49dd19&&_0x245087;},_0x421704[_0xcd93c2(0xe8)]=_0xcd93c2(0x31f),_0x421704[_0xcd93c2(0x309)]=function(_0x4a2df1,_0x33a351){return _0x4a2df1===_0x33a351;},_0x421704[_0xcd93c2(0x2e7)]=_0xcd93c2(0x211),_0x421704[_0xcd93c2(0x21b)]=function(_0x180a71,_0x4442ff){return _0x180a71===_0x4442ff;},_0x421704[_0xcd93c2(0x215)]=_0xcd93c2(0x252),_0x421704[_0xcd93c2(0x1f9)]=_0xcd93c2(0xfe),_0x421704[_0xcd93c2(0x272)]=_0xcd93c2(0x1e8),_0x421704[_0xcd93c2(0x2d1)]=_0xcd93c2(0x2ed),_0x421704['NvZFo']=function(_0x1ac4f8,_0x38e788){return _0x1ac4f8&&_0x38e788;},_0x421704['vlYNf']=_0xcd93c2(0x2ee),_0x421704[_0xcd93c2(0xf7)]=_0xcd93c2(0x315),_0x421704[_0xcd93c2(0xfd)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x11ca8b=_0x421704;try{const _0x4bae72=this[_0xcd93c2(0x2b8)](_0x11ca8b[_0xcd93c2(0x21f)]);if(_0x11ca8b['YWCIA'](!_0x86c879,!_0x4bae72)){logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0xe8)]);return;}if(!_0x16f169||_0x11ca8b[_0xcd93c2(0x309)](_0x16f169,_0x11ca8b[_0xcd93c2(0x2e7)])||_0x11ca8b[_0xcd93c2(0x21b)](_0x16f169,'')){logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0x215)]);return;}logger[_0xcd93c2(0x2f1)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x4a7620)),_0xab78d3&&(logger['debug'](_0x11ca8b['KIgdQ']),await this[_0xcd93c2(0x248)](_0x27b28f,_0x16f169,_0x11ca8b['ShxDR'],_0x4a7620,_0x86c879,_0x11ca8b[_0xcd93c2(0x2d1)]),_0x11ca8b['NvZFo'](!_0x86c879,_0x4bae72)&&(logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0x2b6)]),await PerformanceTester[_0xcd93c2(0x30d)](_0x11ca8b[_0xcd93c2(0xf7)],async()=>{const _0x2f8a42=_0xcd93c2;await this[_0x2f8a42(0x248)](_0x27b28f,_0x16f169,_0x11ca8b[_0x2f8a42(0x21f)],_0x4a7620,_0x86c879,_0x11ca8b['ujADD']);})()),logger[_0xcd93c2(0x1fc)](_0x11ca8b[_0xcd93c2(0xfd)]));}catch(_0x54d7a7){logger[_0xcd93c2(0x1aa)](_0xcd93c2(0x1ed)+(_0x54d7a7[_0xcd93c2(0x30f)]||_0x54d7a7[_0xcd93c2(0xdf)]));}}async[a106_0xd47e7c(0x298)](_0xedc23){const _0x2dc796=a106_0xd47e7c,_0x286b70={};_0x286b70[_0x2dc796(0x1de)]=function(_0x2aa797,_0x12c410){return _0x2aa797!==_0x12c410;},_0x286b70[_0x2dc796(0x2e1)]=_0x2dc796(0x253),_0x286b70[_0x2dc796(0x2b0)]=_0x2dc796(0xf0),_0x286b70['zIwKv']='testcafe',_0x286b70['NvtiU']=_0x2dc796(0x1e3),_0x286b70[_0x2dc796(0x195)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x286b70['WbFbF']=function(_0x188886,_0x5deeab){return _0x188886&&_0x5deeab;},_0x286b70['ZjFsf']=function(_0x11e343,_0x4fce44){return _0x11e343===_0x4fce44;},_0x286b70[_0x2dc796(0x278)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x286b70[_0x2dc796(0x19a)]='accessibility',_0x286b70['UdirS']=_0x2dc796(0x17e),_0x286b70[_0x2dc796(0x170)]=_0x2dc796(0x2de),_0x286b70['VdxIs']=_0x2dc796(0x174),_0x286b70[_0x2dc796(0x109)]=function(_0x5e36fb,_0x56fbc9){return _0x5e36fb===_0x56fbc9;},_0x286b70[_0x2dc796(0x121)]=_0x2dc796(0x2ed),_0x286b70[_0x2dc796(0x269)]=_0x2dc796(0x211);const _0x35bd00=_0x286b70;if(_0x35bd00[_0x2dc796(0x1de)](_0xedc23[_0x2dc796(0x166)],_0x35bd00[_0x2dc796(0x2e1)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x2b0)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x1fd)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23[_0x2dc796(0x166)],FRAMEWORKS[_0x2dc796(0x1eb)])){logger['debug'](_0x2dc796(0x1a0)+_0xedc23['testFramework']+')');return;}logger['debug']('onBeforeExecute:\x20command='+(_0xedc23[_0x2dc796(0xf5)]||_0x35bd00[_0x2dc796(0x10f)])+',\x20framework='+_0xedc23[_0x2dc796(0x166)]);try{const _0x399a62=_0xedc23[_0x2dc796(0x192)]||AutomationFramework[_0x2dc796(0x1ec)](),_0x1089a3=TestFramework[_0x2dc796(0x1ec)](),_0x5d7250=_0xedc23[_0x2dc796(0xf5)]||_0xedc23['command']?.['getName']();if(!_0x5d7250){logger['debug'](_0x35bd00[_0x2dc796(0x195)]);return;}if(!this[_0x2dc796(0x2da)]()){logger[_0x2dc796(0x2f1)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5d7250);return;}if(!this[_0x2dc796(0x12c)](_0x5d7250)){logger[_0x2dc796(0x2f1)](_0x2dc796(0x115)+_0x5d7250+_0x2dc796(0x11f));return;}const _0x5d87a6=_0xedc23[_0x2dc796(0xdb)]||global[_0x2dc796(0x126)]?.[_0x2dc796(0x144)],_0x2039a2=_0xedc23['driver']||null;if(_0x35bd00['WbFbF'](!_0x5d87a6,!_0x2039a2)){logger[_0x2dc796(0x2f1)](_0x2dc796(0x2dd)+_0x5d7250);return;}let _0x3c9897='',_0x591aee=null;if(_0x35bd00[_0x2dc796(0x143)](_0xedc23[_0x2dc796(0x166)],_0x35bd00[_0x2dc796(0x2b0)])){_0x591aee=_0xedc23['testInfo']?.[_0x2dc796(0x2a3)]||_0xedc23['testInfo']?.['id']||global[_0x2dc796(0x2f3)];if(!_0x591aee){logger[_0x2dc796(0x1b7)](_0x35bd00['mAuaj']);return;}try{const _0x54756b=await GrpcClient['getInstance']()[_0x2dc796(0x2aa)](process[_0x2dc796(0x286)][_0x2dc796(0x20f)],_0x35bd00[_0x2dc796(0x19a)],_0x35bd00[_0x2dc796(0x308)],_0x591aee),_0x34d28b=AccessibilityModule[_0x2dc796(0x1e5)](null,_0x54756b);_0x3c9897=_0x34d28b?.[_0x2dc796(0xe1)]||'',logger['debug']('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3c9897+'\x20from\x20testIdentifier='+_0x591aee);}catch(_0x52ec8b){logger[_0x2dc796(0x1aa)](_0x2dc796(0x264)+_0x52ec8b[_0x2dc796(0xdf)]);return;}}else _0x35bd00['ZjFsf'](_0xedc23['testFramework'],FRAMEWORKS[_0x2dc796(0x1eb)])?_0x3c9897=_0xedc23[_0x2dc796(0x11c)]||'':(_0x3c9897=this[_0x2dc796(0x1b1)](_0x35bd00[_0x2dc796(0x170)])||'',!_0x3c9897&&this[_0x2dc796(0x122)]()&&(_0x3c9897=accessibilityHelper[_0x2dc796(0x1f6)]()));const _0x28993c=this[_0x2dc796(0x1b1)](_0x35bd00[_0x2dc796(0xf3)])||this['accessibilityConfig'][this[_0x2dc796(0x1be)]]||null,_0x4130de=process[_0x2dc796(0x286)][_0x2dc796(0x237)]||'',_0x352ca1=this['getParamsForScanForCli'](_0x5d7250,_0x3c9897,_0x28993c,_0x4130de),_0xd1956=_0x35bd00[_0x2dc796(0x109)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x2b0)])?await AccessibilityModule[_0x2dc796(0x1b9)](_0x35bd00[_0x2dc796(0x121)],_0x3c9897,_0x591aee):await AccessibilityModule[_0x2dc796(0x1b9)](_0x35bd00['sokVG'],_0x3c9897);logger[_0x2dc796(0x1fc)](_0x2dc796(0x221)+(_0x352ca1?JSON[_0x2dc796(0x293)](_0x352ca1):_0x35bd00[_0x2dc796(0x269)]));let _0x34c602=CLIUtils[_0x2dc796(0x2ae)](_0x352ca1,_0xd1956);if(this[_0x2dc796(0x24c)]){const _0x5ad551=process[_0x2dc796(0x286)][_0x2dc796(0x1d2)]||'';_0x34c602[_0x2dc796(0x161)]&&(_0x34c602['centralAuthHeader']=_0x34c602[_0x2dc796(0x161)],delete _0x34c602['centralAuthToken']),_0x34c602=Object[_0x2dc796(0xec)]({},_0x34c602,{'authHeader':_0x34c602[_0x2dc796(0x2ac)]||_0x5ad551,'method':_0x5d7250,'scanTimestamp':Date[_0x2dc796(0x139)]()[_0x2dc796(0x2ce)]()});}logger[_0x2dc796(0x1fc)]('MergedScanArgs:\x20'+(_0x34c602?JSON[_0x2dc796(0x293)](_0x34c602):_0x35bd00[_0x2dc796(0x269)])),logger[_0x2dc796(0x2f1)](_0x2dc796(0x14e)+_0x5d7250);const _0x566221=this[_0x2dc796(0x24c)]?_0x2039a2:_0x5d87a6,_0x4b8ba9=await this[_0x2dc796(0x248)](_0x566221,_0x3c9897,_0x5d7250,_0x34c602,this['isAppAccessibility']);logger[_0x2dc796(0x2f1)](_0x2dc796(0x27f)+_0x5d7250+_0x2dc796(0x1d6)+JSON[_0x2dc796(0x293)](_0x4b8ba9));}catch(_0x5da129){logger[_0x2dc796(0x1aa)](_0x2dc796(0xe9)+(_0x5da129[_0x2dc796(0x30f)]||_0x5da129[_0x2dc796(0xdf)]));}}[a106_0xd47e7c(0x265)](){const _0x40746f=a106_0xd47e7c;return this[_0x40746f(0x2da)]();}[a106_0xd47e7c(0x2c7)](_0x275b84){const _0x436928=a106_0xd47e7c,_0x156878=CLIUtils[_0x436928(0x25e)]();this[_0x436928(0x18d)][_0x436928(0x2c8)](_0x156878,_0x275b84);}async['initAccessibilityConfig'](_0x52681c){const _0x427f00=a106_0xd47e7c,_0x5d5045={};_0x5d5045[_0x427f00(0x1ea)]='unknown';const _0xf23d8e=_0x5d5045;try{const _0x136f19=_0x52681c[_0x427f00(0x192)]||AutomationFramework[_0x427f00(0x1ec)](),_0xfcf852=_0x136f19?.['getData']?.()?.['get']?.(this[_0x427f00(0x275)])||![];if(_0xfcf852)return;PerformanceTester['start'](EVENTS[_0x427f00(0x1a9)]);const _0x450a90=await GrpcClient[_0x427f00(0x1e4)]()[_0x427f00(0x277)](_0x52681c);_0x450a90&&_0x450a90[_0x427f00(0x105)]&&_0x450a90[_0x427f00(0x105)]()&&_0x450a90[_0x427f00(0x105)]()[_0x427f00(0xff)]()?(await this[_0x427f00(0x2a5)](_0x450a90,_0x52681c),_0x136f19?.[_0x427f00(0x11d)]&&_0x136f19[_0x427f00(0x11d)]()['set'](this[_0x427f00(0x275)],!![]),logger[_0x427f00(0x2f1)](_0x427f00(0x2c4)+(_0x136f19?.[_0x427f00(0x194)]?.()||_0xf23d8e[_0x427f00(0x1ea)])+_0x427f00(0x16b))):logger[_0x427f00(0x2f1)](_0x427f00(0x2c4)+(_0x136f19?.[_0x427f00(0x194)]?.()||_0xf23d8e[_0x427f00(0x1ea)])+_0x427f00(0x1b8)),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x1298c4){PerformanceTester['end'](EVENTS[_0x427f00(0x1a9)],![],_0x1298c4[_0x427f00(0xdf)]),logger[_0x427f00(0x1aa)](_0x427f00(0x273)+(_0x1298c4['stack']||_0x1298c4[_0x427f00(0xdf)]));}}async[a106_0xd47e7c(0x2a5)](_0x539a1c,_0x3e53bb){const _0x171103=a106_0xd47e7c;await this['setAccessibilityConfig'](_0x539a1c,_0x3e53bb);const _0xf4b4=_0x539a1c[_0x171103(0x105)]()['getOptions']();if(_0xf4b4){const _0x283329=_0x539a1c[_0x171103(0x229)]&&_0x539a1c['getTesthub']();_0x283329&&(this[_0x171103(0x2b2)][this['KEY_TESTHUB_BUILD_ID']]=_0x283329[_0x171103(0x11a)]&&_0x283329['getBuildId']());}}['shouldScanForCommand'](_0xbba23a){const _0x53d84a=a106_0xd47e7c,_0x1825ef={};_0x1825ef['NJXWM']=function(_0x3df66a,_0x4b964c){return _0x3df66a===_0x4b964c;};const _0x2d1e38=_0x1825ef;try{if(!_0xbba23a)return![];const _0x44c9ab=this[_0x53d84a(0x2b2)]?.[_0x53d84a(0x2af)]?.[_0x53d84a(0x1b4)]?.[_0x53d84a(0x1e6)]||[],_0x119606=_0x44c9ab[_0x53d84a(0xf9)](_0x46200e=>{const _0x554dc8=_0x53d84a;return _0x46200e[_0x554dc8(0x2d4)]&&_0x2d1e38[_0x554dc8(0x23c)](_0x46200e[_0x554dc8(0x2d4)][_0x554dc8(0x2f6)](),_0xbba23a[_0x554dc8(0x2f6)]());});return logger['debug'](_0x53d84a(0x1f4)+_0xbba23a+_0x53d84a(0x1d0)+_0x119606+_0x53d84a(0x1c6)+JSON[_0x53d84a(0x293)](_0x44c9ab[_0x53d84a(0x1cc)](_0x59d25b=>_0x59d25b[_0x53d84a(0x2d4)]))),_0x119606;}catch(_0x839cba){return logger['debug'](_0x53d84a(0x1ac)+_0x839cba['message']),![];}}[a106_0xd47e7c(0x2f7)](_0x418f1a){const _0x590a0e=a106_0xd47e7c,_0x42e89b={};_0x42e89b[_0x590a0e(0x251)]=function(_0x282fe3,_0x135449){return _0x282fe3===_0x135449;},_0x42e89b[_0x590a0e(0x242)]=_0x590a0e(0x2a8),_0x42e89b['PHVdr']=_0x590a0e(0x2eb);const _0x92a861=_0x42e89b,_0x1dd75d=_0x418f1a[_0x590a0e(0x2ca)]&&_0x418f1a[_0x590a0e(0x2ca)]();return _0x1dd75d&&_0x92a861[_0x590a0e(0x251)](typeof _0x1dd75d,_0x92a861[_0x590a0e(0x242)])&&_0x1dd75d[_0x590a0e(0x2df)](_0x92a861['PHVdr']);}['isAccessibilityScriptCommand'](_0x4bd2dd){const _0x59b7df=a106_0xd47e7c,_0x4990ea={};_0x4990ea[_0x59b7df(0x294)]=function(_0x4f4a84,_0x55d92f){return _0x4f4a84!==_0x55d92f;},_0x4990ea['VUPtj']=_0x59b7df(0x2a8),_0x4990ea[_0x59b7df(0x132)]='accessibility',_0x4990ea[_0x59b7df(0x2e8)]=_0x59b7df(0x17e),_0x4990ea['QipFD']='getResults',_0x4990ea['WjWDj']=_0x59b7df(0x307);const _0x5f3462=_0x4990ea,_0x5ac21d=_0x4bd2dd[_0x59b7df(0x2ca)]&&_0x4bd2dd[_0x59b7df(0x2ca)]();if(!_0x5ac21d||_0x5f3462[_0x59b7df(0x294)](typeof _0x5ac21d,_0x5f3462['VUPtj']))return![];return _0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x132)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x2e8)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x318)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0xfa)]);}['isMobileWebSession'](){const _0x101930=a106_0xd47e7c,_0x2d247f={'iqdTf':function(_0x43631b,_0x24faa0){return _0x43631b===_0x24faa0;},'ZkBRI':_0x101930(0x21e),'uQCDS':function(_0x34b074,_0x5274dd){return _0x34b074(_0x5274dd);},'LMOJi':_0x101930(0x1bf),'zzYzm':'browserName','wyKJl':_0x101930(0x314),'agqjp':_0x101930(0x196)};try{const _0x159008=this[_0x101930(0x2b2)]?.['options']?.['capabilitiesList']||[],_0x3e77a4=_0xd05eed=>{const _0xada7fd=_0x101930,_0x6c4d04=_0x159008['find'](_0x42498b=>(typeof _0x42498b[_0xada7fd(0x305)]===_0xada7fd(0x21e)?_0x42498b[_0xada7fd(0x305)]():_0x42498b[_0xada7fd(0x2d4)])===_0xd05eed);return _0x6c4d04?_0x2d247f[_0xada7fd(0xea)](typeof _0x6c4d04[_0xada7fd(0x243)],_0x2d247f[_0xada7fd(0x2b4)])?_0x6c4d04['getValue']():_0x6c4d04[_0xada7fd(0x23a)]:null;},_0x1e0b6f=_0x2d247f[_0x101930(0x210)](_0x3e77a4,_0x2d247f[_0x101930(0x2c9)]),_0xed4385=_0x2d247f[_0x101930(0x210)](_0x3e77a4,_0x2d247f['zzYzm']),_0x27786a=global[_0x101930(0x25a)]||_0x1e0b6f&&_0x2d247f[_0x101930(0xea)](_0x2d247f[_0x101930(0x210)](String,_0x1e0b6f)[_0x101930(0x2f6)](),_0x2d247f[_0x101930(0x2f5)])&&_0xed4385&&_0x2d247f[_0x101930(0x210)](String,_0xed4385)[_0x101930(0x2f6)]()['includes'](_0x2d247f['agqjp']);if(!_0x27786a)return![];if(!accessibilityHelper[_0x101930(0x1cb)]())return!this[_0x101930(0x288)]&&(logger[_0x101930(0x1b7)](accessibilityHelper[_0x101930(0x14a)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x330411){return logger['debug'](_0x101930(0x2c5)+_0x330411[_0x101930(0xdf)]),![];}}[a106_0xd47e7c(0x1d4)](_0x19b083,_0x270c1f,_0xc628fc,_0x6e6b37){const _0x18fc19=a106_0xd47e7c,_0x145ac0={};_0x145ac0['LIOAT']=function(_0x705dad,_0x1b1d8c){return _0x705dad||_0x1b1d8c;},_0x145ac0['qwQFU']=function(_0x3767df,_0x3d9449){return _0x3767df&&_0x3d9449;},_0x145ac0['xwvLH']=function(_0x4d58c5,_0x374b66){return _0x4d58c5||_0x374b66;},_0x145ac0['MKzFs']='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x47e87b=_0x145ac0;let _0x58cfa8=_0x47e87b[_0x18fc19(0x2fa)](_0x270c1f,'');const _0x19a82b=!this[_0x18fc19(0x24c)]&&this[_0x18fc19(0x122)]();_0x47e87b['qwQFU'](_0x19a82b,!_0x58cfa8)&&(_0x58cfa8=accessibilityHelper[_0x18fc19(0x1f6)]());const _0x291f20={'command':_0x19b083,'thTestRunUuid':_0x58cfa8,'thBuildUuid':_0x47e87b[_0x18fc19(0x30b)](_0xc628fc,''),'thJwtToken':_0x47e87b['xwvLH'](_0x6e6b37,''),'timestamp':new Date()[_0x18fc19(0x141)]()};return _0x19a82b&&(_0x291f20['is_mobile_session']=!![],logger[_0x18fc19(0x2f1)](_0x47e87b[_0x18fc19(0x2c6)])),_0x291f20;}[a106_0xd47e7c(0x2b8)](_0x2cdd26){const _0x53d13a=a106_0xd47e7c,_0x2da9d3={};_0x2da9d3[_0x53d13a(0x178)]=function(_0x1e34d3,_0x448b02){return _0x1e34d3||_0x448b02;};const _0x2d1c22=_0x2da9d3;try{const _0x70874b=this[_0x53d13a(0x2b2)]?.[_0x53d13a(0x2af)]?.[_0x53d13a(0x303)]||[],_0xdf6b1f=_0x70874b[_0x53d13a(0x2a6)](_0x542e11=>_0x542e11[_0x53d13a(0x2d4)]===_0x2cdd26);return _0x2d1c22[_0x53d13a(0x178)](_0xdf6b1f,null);}catch(_0x2ec6f2){return logger[_0x53d13a(0x2f1)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x2cdd26+':\x20'+_0x2ec6f2[_0x53d13a(0xdf)]),null;}}async[a106_0xd47e7c(0x142)](_0x242c83,_0x1f66dc,_0x1f4439=null){const _0x5e96af=a106_0xd47e7c,_0xb17eb={'JNivL':function(_0x2ed06e,_0xcdc9b1){return _0x2ed06e(_0xcdc9b1);},'ghQGJ':_0x5e96af(0x131)};try{if(!_0x242c83)return logger[_0x5e96af(0x2f1)](_0x5e96af(0x29b)+_0x1f66dc),null;const _0x37c67b=this['getScriptByName'](_0x1f66dc);if(!_0x37c67b||!_0x37c67b[_0x5e96af(0x287)])return logger[_0x5e96af(0x2f1)](_0x5e96af(0x2c1)+_0x1f66dc+_0x5e96af(0x31b)),null;logger['debug'](_0x5e96af(0x2b9)+_0x1f66dc+_0x5e96af(0x220));const _0x1d69f9=_0xb17eb['JNivL'](require,_0xb17eb[_0x5e96af(0x179)]),_0x2016f7=_0x1f4439?await _0x1d69f9[_0x5e96af(0x255)](_0x242c83,_0x37c67b[_0x5e96af(0x287)],_0x1f4439):await _0x1d69f9[_0x5e96af(0x255)](_0x242c83,_0x37c67b[_0x5e96af(0x287)]);return _0x2016f7;}catch(_0x480a30){return logger[_0x5e96af(0x1aa)](_0x5e96af(0x247)+_0x1f66dc+':\x20'+(_0x480a30['stack']||_0x480a30[_0x5e96af(0xdf)])),null;}}async[a106_0xd47e7c(0x248)](_0x1d300b,_0x55eb1d,_0x1926df,_0x1045af,_0x172141,_0x244de2='scan'){const _0x210962=a106_0xd47e7c,_0xb059e0={'ReOWj':function(_0x4d1529,_0x2ce817){return _0x4d1529===_0x2ce817;},'uUpnG':'scan','YcJpx':function(_0xa37e1f,_0x5241c0){return _0xa37e1f(_0x5241c0);},'OEdnm':_0x210962(0x131)};try{logger[_0x210962(0x2f1)](_0x210962(0x212)+_0x1926df+'\x20using\x20script:\x20'+_0x244de2+_0x210962(0x1a3)+_0x172141);const _0x4f6798=this[_0x210962(0x2b8)](_0x244de2);if(!_0x4f6798||!_0x4f6798['command']){logger[_0x210962(0x2f1)](_0x210962(0x180)+_0x244de2+_0x210962(0x20c));return;}if(_0x172141){if(_0x1d300b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x210962(0x2f1)](_0x210962(0x301)+_0x1926df);return;}return await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x2e6)],async()=>{const _0x184e9d=_0x210962;let _0x4a953a=_0x4f6798[_0x184e9d(0x287)];_0x4a953a[_0x184e9d(0x2df)]('%s')&&(_0x4a953a=_0x4a953a[_0x184e9d(0x2b5)]('%s',JSON[_0x184e9d(0x293)](_0x1045af)));logger['debug'](_0x184e9d(0xed)+_0x1926df),_0x1d300b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x5afa=await _0x1d300b['executeScript'](_0x4a953a);return logger[_0x184e9d(0x1fc)]('[App-A11y]\x20Scan\x20result\x20for\x20'+_0x1926df+':\x20'+util[_0x184e9d(0x172)](_0x5afa)),_0x5afa;}finally{_0x1d300b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x1926df})();}if(_0xb059e0[_0x210962(0x14d)](_0x244de2,_0xb059e0['uUpnG'])){const _0x57fe2f=_0xb059e0['YcJpx'](require,_0xb059e0['OEdnm']),_0x4e2546={};_0x4e2546[_0x210962(0x287)]=_0x1926df;const _0x448f6c=await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x2e6)],async()=>{const _0x23e26f=_0x210962;return await _0x57fe2f[_0x23e26f(0x255)](_0x1d300b,_0x4f6798['command'],_0x1045af);},_0x4e2546)();return logger[_0x210962(0x1fc)](_0x210962(0x2d9)+_0x244de2+_0x210962(0x217)+_0x1926df+':\x20'+util[_0x210962(0x172)](_0x448f6c)),_0x448f6c;}const _0x38087d=_0xb059e0[_0x210962(0x31c)](require,_0xb059e0[_0x210962(0x1ba)]),_0x11bebe=await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x283)],async()=>{const _0x288f27=_0x210962;return await _0x38087d[_0x288f27(0x255)](_0x1d300b,_0x4f6798[_0x288f27(0x287)],_0x1045af);})();return logger[_0x210962(0x1fc)](_0x210962(0x2d9)+_0x244de2+'\x20result\x20for\x20'+_0x1926df+':\x20'+util['format'](_0x11bebe)),_0x11bebe;}catch(_0x3b327b){logger[_0x210962(0x1aa)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x244de2+':\x20'+(_0x3b327b[_0x210962(0x30f)]||_0x3b327b[_0x210962(0xdf)]));}}async[a106_0xd47e7c(0x202)](_0x3cf94c){const _0x594fd4=a106_0xd47e7c,_0x4fbff8={'OSKum':function(_0x379779,_0x3a4a39){return _0x379779(_0x3a4a39);},'ECgdh':'../../../helpers/accessibility-automation/helper'};try{const _0x175af2=_0x4fbff8[_0x594fd4(0x24e)](require,_0x4fbff8[_0x594fd4(0x1a1)]);return await _0x175af2[_0x594fd4(0x13f)](_0x3cf94c);}catch(_0x1c29d1){return logger[_0x594fd4(0x1aa)](_0x594fd4(0x2cb)+(_0x1c29d1['stack']||_0x1c29d1[_0x594fd4(0xdf)])),![];}}[a106_0xd47e7c(0x10c)](_0xf620d2,_0x52d951,_0x1e1174){const _0x92a1d=a106_0xd47e7c,_0x50ef9e={'CGWdQ':function(_0x5bec08,_0x516aa2){return _0x5bec08(_0x516aa2);},'EsPlz':_0x92a1d(0x131),'codBD':_0x92a1d(0x125),'UHvPM':_0x92a1d(0x2f4)};try{const _0x18f3f6=_0x50ef9e[_0x92a1d(0x191)](require,_0x50ef9e['EsPlz']);_0x18f3f6['processAccessibilityCaps'](_0xf620d2,_0x52d951,_0x1e1174);const _0x3c3a12=JSON[_0x92a1d(0x293)](_0xf620d2)[_0x92a1d(0x2b5)](/"browserstack\.user":"[^"]*"/g,_0x50ef9e[_0x92a1d(0x300)])[_0x92a1d(0x2b5)](/"browserstack\.key":"[^"]*"/g,_0x50ef9e['UHvPM']);logger[_0x92a1d(0x2f1)](_0x92a1d(0x10a)+global[_0x92a1d(0x30c)]+'\x20'+_0x3c3a12);}catch(_0x436cec){logger[_0x92a1d(0x1aa)](_0x92a1d(0x1b0)+(_0x436cec[_0x92a1d(0x30f)]||_0x436cec[_0x92a1d(0xdf)]));}}async[a106_0xd47e7c(0xe4)]({fetchFn:_0xa1ac86,isNonEmpty:_0x4e9fee,resultDetail:_0x45d46d,totalMs:_0x523da5,intervalMs:_0x5e5150,name:_0x355895}){const _0x42dfb6=a106_0xd47e7c,_0x442597={'QOqYL':function(_0x14bd95,_0x2fe2be){return _0x14bd95+_0x2fe2be;},'xKXqK':function(_0x42540e,_0x4e0cc3){return _0x42540e<_0x4e0cc3;},'fKrnw':function(_0x17ad93){return _0x17ad93();},'pnxyg':function(_0xd5ac3d,_0x116f70){return _0xd5ac3d(_0x116f70);},'QkIjY':function(_0x1df2ce,_0x3108d2){return _0x1df2ce>=_0x3108d2;},'VgVyC':function(_0x97c88e,_0x1c8ca1){return _0x97c88e-_0x1c8ca1;}},_0x454f3d=Date[_0x42dfb6(0x139)](),_0x4d7b3b=_0x442597[_0x42dfb6(0x310)](_0x454f3d,_0x523da5);let _0x4c3c99=0x0,_0x52dd6c=null,_0x2adad7=![];while(_0x442597['xKXqK'](Date['now'](),_0x4d7b3b)){_0x4c3c99++,_0x52dd6c=await _0x442597[_0x42dfb6(0xe0)](_0xa1ac86),_0x2adad7=_0x442597[_0x42dfb6(0x167)](_0x4e9fee,_0x52dd6c),logger[_0x42dfb6(0x2f1)]('['+_0x355895+']\x20poll\x20attempt='+_0x4c3c99+'\x20'+_0x442597[_0x42dfb6(0x167)](_0x45d46d,_0x52dd6c));if(_0x2adad7)break;if(_0x442597[_0x42dfb6(0x17c)](_0x442597[_0x42dfb6(0x310)](Date[_0x42dfb6(0x139)](),_0x5e5150),_0x4d7b3b))break;await new Promise(_0x230191=>setTimeout(_0x230191,_0x5e5150));}return!_0x2adad7&&logger[_0x42dfb6(0x1b7)]('['+_0x355895+']\x20polled\x20'+_0x4c3c99+'x\x20over\x20'+_0x442597[_0x42dfb6(0x304)](Date['now'](),_0x454f3d)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x442597[_0x42dfb6(0x167)](_0x45d46d,_0x52dd6c)+_0x42dfb6(0x228)),_0x52dd6c;}async[a106_0xd47e7c(0x17f)](_0x59d8,_0x2e1ebf){const _0x57121d=a106_0xd47e7c,_0x1cdf21={};_0x1cdf21['EukIC']=_0x57121d(0x1c3),_0x1cdf21[_0x57121d(0x1f1)]=_0x57121d(0x262),_0x1cdf21[_0x57121d(0x26a)]='utf-8',_0x1cdf21[_0x57121d(0x124)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x43c025=_0x1cdf21;try{const _0x3c49a4=process['env'][_0x57121d(0x20f)]||'';logger[_0x57121d(0x1fc)](_0x57121d(0x157)+_0x3c49a4+_0x57121d(0x2ea)+_0x2e1ebf+_0x57121d(0xe6)+_0x59d8);const _0x3a5b3a=await GrpcClient['getInstance']()[_0x57121d(0x1db)](_0x3c49a4,_0x2e1ebf,_0x59d8,_0x43c025[_0x57121d(0x1d5)]);if(!_0x3a5b3a||!_0x3a5b3a[_0x57121d(0x27a)])return logger['warn'](_0x43c025[_0x57121d(0x1f1)]),[];const _0x2448f1=_0x3a5b3a[_0x57121d(0x27a)](),_0x3ed40b=Buffer[_0x57121d(0x29d)](_0x2448f1)[_0x57121d(0x2ce)](_0x43c025[_0x57121d(0x26a)])[_0x57121d(0x185)]();if(!_0x3ed40b)return logger['warn'](_0x43c025[_0x57121d(0x124)]),[];return JSON[_0x57121d(0x30e)](_0x3ed40b);}catch(_0x19eeef){return logger['error']('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x19eeef[_0x57121d(0x30f)]||_0x19eeef['message'])),[];}}async[a106_0xd47e7c(0x29f)](_0x2f5435,_0x522f31){const _0x4e5c41=a106_0xd47e7c,_0x51b438={};_0x51b438[_0x4e5c41(0x28f)]=_0x4e5c41(0x271),_0x51b438[_0x4e5c41(0xdd)]=_0x4e5c41(0x1c0),_0x51b438['xNxaB']='utf-8',_0x51b438[_0x4e5c41(0x1fb)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x51294a=_0x51b438;try{const _0x29eb93=process[_0x4e5c41(0x286)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x4e5c41(0xe7)+_0x29eb93+_0x4e5c41(0x2ea)+_0x522f31+_0x4e5c41(0xe6)+_0x2f5435);const _0x512fca=await GrpcClient['getInstance']()[_0x4e5c41(0x1db)](_0x29eb93,_0x522f31,_0x2f5435,_0x51294a[_0x4e5c41(0x28f)]);if(!_0x512fca||!_0x512fca[_0x4e5c41(0x27a)])return logger[_0x4e5c41(0x1b7)](_0x51294a[_0x4e5c41(0xdd)]),{};const _0x122f66=_0x512fca[_0x4e5c41(0x27a)](),_0x245239=Buffer['from'](_0x122f66)['toString'](_0x51294a['xNxaB'])[_0x4e5c41(0x185)]();if(!_0x245239)return logger[_0x4e5c41(0x1b7)](_0x51294a[_0x4e5c41(0x1fb)]),{};return JSON['parse'](_0x245239);}catch(_0x3bf589){return logger[_0x4e5c41(0x1aa)](_0x4e5c41(0x225)+(_0x3bf589[_0x4e5c41(0x30f)]||_0x3bf589[_0x4e5c41(0xdf)])),{};}}async[a106_0xd47e7c(0x190)](_0x55bb1b){const _0x3bc043=a106_0xd47e7c,_0x464d8d={};_0x464d8d[_0x3bc043(0x183)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x464d8d['FfScY']=function(_0xd0b6b8,_0x548e75){return _0xd0b6b8>_0x548e75;},_0x464d8d[_0x3bc043(0x240)]=_0x3bc043(0x1ab);const _0x277fd3=_0x464d8d;try{if(!this[_0x3bc043(0x2da)]())return logger[_0x3bc043(0x1b7)](_0x277fd3[_0x3bc043(0x183)]),[];const _0x42862f=this[_0x3bc043(0x122)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x277fd3['FfScY'](Object[_0x3bc043(0x112)](_0x42862f)['length'],0x0)&&logger[_0x3bc043(0x2f1)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x3bc043(0x293)](_0x42862f));const _0x2d09ef=await this[_0x3bc043(0xe4)]({'fetchFn':()=>Object[_0x3bc043(0x112)](_0x42862f)[_0x3bc043(0x20e)]>0x0?this[_0x3bc043(0x142)](_0x55bb1b,'getResults',_0x42862f):this['executeScriptByName'](_0x55bb1b,_0x3bc043(0x1c3)),'isNonEmpty':_0xf07dc7=>Array['isArray'](_0xf07dc7)&&_0xf07dc7[_0x3bc043(0x20e)]>0x0,'resultDetail':_0x4081da=>_0x3bc043(0x104)+(Array[_0x3bc043(0x2e3)](_0x4081da)?_0x4081da[_0x3bc043(0x20e)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x277fd3[_0x3bc043(0x240)]});return _0x2d09ef||[];}catch(_0x1f322b){return logger[_0x3bc043(0x1aa)](_0x3bc043(0x193)+(_0x1f322b[_0x3bc043(0x30f)]||_0x1f322b[_0x3bc043(0xdf)])),[];}}async[a106_0xd47e7c(0x154)](_0x4f63db){const _0x114873=a106_0xd47e7c,_0x1b2f23={'VictI':function(_0x2f344a,_0xeaa1c5,_0x523ea2){return _0x2f344a(_0xeaa1c5,_0x523ea2);},'byDDp':_0x114873(0x2ed),'vGuST':function(_0x5c58c9,_0x581e64){return _0x5c58c9(_0x581e64);},'mJYZU':_0x114873(0x271),'UwSZY':_0x114873(0x130),'RGWLM':function(_0x2d23eb,_0x1ff4ea){return _0x2d23eb(_0x1ff4ea);},'LMghV':_0x114873(0x2d3),'ygvmO':function(_0x54f7d2,_0x37374d){return _0x54f7d2===_0x37374d;},'zrscn':_0x114873(0xf0),'yxACn':_0x114873(0x312),'pAYvM':_0x114873(0x18d),'zsTDG':_0x114873(0x174),'HBNZe':_0x114873(0x154),'tYJWt':_0x114873(0x2de),'sYGtP':_0x114873(0x13d),'mHEkT':_0x114873(0x18a),'lwXQt':_0x114873(0x23b),'AJuCU':_0x114873(0x12e),'wazdZ':'object'};try{if(!this[_0x114873(0x2da)]())return logger[_0x114873(0x1b7)](_0x1b2f23['UwSZY']),{};const _0x37e564=_0x1b2f23[_0x114873(0x2cd)](require,_0x1b2f23[_0x114873(0x2d7)]),_0x285eb6=_0x37e564[_0x114873(0x25d)](),_0x366157=_0x1b2f23[_0x114873(0x2d0)](_0x285eb6?.[_0x114873(0x2d4)]?.[_0x114873(0x2f6)](),_0x1b2f23[_0x114873(0x2b1)]);let _0x252e81='',_0x43dd23=null,_0x529770=null;if(_0x366157){_0x43dd23=global[_0x114873(0x2f3)]||global[_0x114873(0x126)]?.[_0x114873(0x1b2)]?.[_0x114873(0x2a3)]||global[_0x114873(0x126)]?.[_0x114873(0x1b2)]?.['id'];if(!_0x43dd23)return logger['warn'](_0x1b2f23['yxACn']),{};try{const _0xe740b2=await GrpcClient[_0x114873(0x1e4)]()[_0x114873(0x2aa)](process[_0x114873(0x286)][_0x114873(0x20f)],_0x1b2f23[_0x114873(0xdc)],_0x1b2f23[_0x114873(0x117)],_0x43dd23),_0x553297=AccessibilityModule['loadDriverExecuteParams'](null,_0xe740b2);_0x252e81=_0x553297?.[_0x114873(0xe1)]||'',logger['debug'](_0x114873(0x27d)+_0x252e81+'\x20from\x20testIdentifier='+_0x43dd23);const _0x5414c9=await AccessibilityModule[_0x114873(0x1b9)](_0x1b2f23['mJYZU'],_0x252e81,_0x43dd23),_0x487157=this[_0x114873(0x1b1)](_0x1b2f23[_0x114873(0x1c7)])||this[_0x114873(0x2b2)][this[_0x114873(0x1be)]]||null,_0x30e8d4=process[_0x114873(0x286)][_0x114873(0x237)]||'',_0x2264fb=this[_0x114873(0x1d4)](_0x1b2f23[_0x114873(0x184)],_0x252e81,_0x487157,_0x30e8d4);_0x529770=_0x37e564['mergeObject'](_0x2264fb,_0x5414c9),logger[_0x114873(0x2f1)](_0x114873(0x26c)+JSON[_0x114873(0x293)](_0x529770));}catch(_0x27e5b2){return logger[_0x114873(0x1aa)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x27e5b2[_0x114873(0xdf)]),{};}}else{_0x252e81=this[_0x114873(0x1b1)](_0x1b2f23[_0x114873(0x21a)])||'';!_0x252e81&&this['isMobileWebSession']()&&(_0x252e81=accessibilityHelper[_0x114873(0x1f6)]());const _0x22bff5=this['getCapabilityValue'](_0x1b2f23[_0x114873(0x1c7)])||this[_0x114873(0x2b2)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x39e3ab=process[_0x114873(0x286)][_0x114873(0x237)]||'';_0x529770=this[_0x114873(0x1d4)](_0x1b2f23['HBNZe'],_0x252e81,_0x22bff5,_0x39e3ab);}logger['debug'](_0x1b2f23[_0x114873(0x1f3)]);const _0x386381=0x15f90,_0x398021=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xc2943b=_0x114873,_0x2b796d=this['executeScriptByName'](_0x4f63db,_0x1b2f23['byDDp'],_0x529770);let _0x170037;const _0x3665aa=new Promise((_0x46cbaa,_0x4673bf)=>{const _0x29fe2e=a106_0xb3c9;_0x170037=_0x1b2f23[_0x29fe2e(0x110)](setTimeout,()=>_0x4673bf(new Error('performScan\x20capped\x20at\x20'+_0x386381+'ms')),_0x386381);});try{const _0x52ea41=await Promise['race']([_0x2b796d,_0x3665aa]);logger['debug'](_0xc2943b(0x163)+util[_0xc2943b(0x172)](_0x52ea41));}finally{_0x1b2f23['vGuST'](clearTimeout,_0x170037);}},{'command':_0x1b2f23[_0x114873(0x184)]})();}catch(_0x1ee1cd){logger['warn'](_0x114873(0x102)+_0x1ee1cd[_0x114873(0xdf)]+_0x114873(0x2ba)),global[_0x114873(0x21d)]={'reason':_0x1b2f23['mHEkT'],'at':Date[_0x114873(0x139)](),'where':_0x1b2f23[_0x114873(0x23d)]},await new Promise(_0x15c5fa=>setTimeout(_0x15c5fa,_0x398021)),logger['debug'](_0x114873(0xda)+_0x398021+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x113111=await this[_0x114873(0xe4)]({'fetchFn':()=>PerformanceTester[_0x114873(0x30d)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x128ddd=_0x114873;return await this[_0x128ddd(0x142)](_0x4f63db,_0x1b2f23[_0x128ddd(0x117)],_0x529770);})(),'isNonEmpty':_0x444bef=>_0x444bef&&typeof _0x444bef[_0x114873(0x177)]===_0x114873(0x282)&&_0x444bef[_0x114873(0x177)]>0x0,'resultDetail':_0xfedd8b=>'totalIssueCount='+(_0xfedd8b&&typeof _0xfedd8b['totalIssueCount']===_0x114873(0x282)?_0xfedd8b[_0x114873(0x177)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1b2f23[_0x114873(0x23d)]});if(!_0x113111)return logger[_0x114873(0x2f1)](_0x1b2f23[_0x114873(0x297)]),{};return _0x1b2f23[_0x114873(0x2d0)](typeof _0x113111,_0x1b2f23[_0x114873(0xfb)])&&global[_0x114873(0x21d)]&&(_0x113111[_0x114873(0x16e)]=!![],_0x113111[_0x114873(0x28a)]=global['__bstackA11yScanCapHit'][_0x114873(0x17a)]),_0x113111;}catch(_0x1c0775){return logger['error'](_0x114873(0x279)+(_0x1c0775[_0x114873(0x30f)]||_0x1c0775[_0x114873(0xdf)])),{};}}async[a106_0xd47e7c(0x16a)](_0x46180,_0x49f57c,_0x43a5d7=null){const _0x32fe5d=a106_0xd47e7c,_0x1c5241={};_0x1c5241[_0x32fe5d(0x2fe)]=_0x32fe5d(0x11b),_0x1c5241[_0x32fe5d(0x2a1)]=_0x32fe5d(0x1d8),_0x1c5241[_0x32fe5d(0x2f0)]=_0x32fe5d(0x12a);const _0x2eb02a=_0x1c5241;try{if(!_0x46180)return logger[_0x32fe5d(0x2f1)](_0x2eb02a['EqQvW']),null;if(!_0x49f57c)return logger[_0x32fe5d(0x2f1)](_0x2eb02a[_0x32fe5d(0x2a1)]),null;logger[_0x32fe5d(0x2f1)](_0x2eb02a[_0x32fe5d(0x2f0)]);const _0x11228e=_0x43a5d7?await _0x46180[_0x32fe5d(0x2d6)](_0x49f57c,_0x43a5d7):await _0x46180[_0x32fe5d(0x2d6)](_0x49f57c);return _0x11228e;}catch(_0x4dfd7c){return logger['error'](_0x32fe5d(0x152)+(_0x4dfd7c[_0x32fe5d(0x30f)]||_0x4dfd7c[_0x32fe5d(0xdf)])),null;}}static[a106_0xd47e7c(0x1e5)](_0x366926,_0x36befd){const _0x5b2bda=a106_0xd47e7c,_0x5502a3={};_0x5502a3[_0x5b2bda(0x1fa)]='utf-8';const _0x1af7bd=_0x5502a3,_0x5864af={};_0x5864af[_0x5b2bda(0xe1)]=_0x366926;const _0x499cd1=_0x5864af;let _0x3358fe={};if(_0x36befd['getSuccess']()&&_0x36befd[_0x5b2bda(0x176)]())try{_0x3358fe=JSON[_0x5b2bda(0x30e)](Buffer['from'](_0x36befd[_0x5b2bda(0x17d)]())[_0x5b2bda(0x2ce)](_0x1af7bd[_0x5b2bda(0x1fa)]));}catch(_0x545530){logger[_0x5b2bda(0x1aa)](_0x5b2bda(0x19f)+_0x545530[_0x5b2bda(0xdf)]),_0x3358fe={};}return CLIUtils[_0x5b2bda(0x2ae)](_0x499cd1,_0x3358fe);}static async['fetchCentralAuthA11yConfig'](_0x1e96a6,_0x33e984='',_0x2ccf9d=null){const _0x2beb6a=a106_0xd47e7c,_0xfa8eb9={};_0xfa8eb9[_0x2beb6a(0x20a)]=_0x2beb6a(0x222),_0xfa8eb9[_0x2beb6a(0x2ad)]=_0x2beb6a(0x18d);const _0x3fbfb6=_0xfa8eb9;try{if(!_0x2ccf9d&&AccessibilityModule[_0x2beb6a(0x150)])return AccessibilityModule[_0x2beb6a(0x2c3)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x2beb6a(0x1aa)](_0x3fbfb6[_0x2beb6a(0x20a)]),{};const _0x351749=await GrpcClient[_0x2beb6a(0x1e4)]()[_0x2beb6a(0x2aa)](process[_0x2beb6a(0x286)][_0x2beb6a(0x20f)],_0x3fbfb6[_0x2beb6a(0x2ad)],_0x1e96a6,_0x2ccf9d),_0x3393f6=_0x2ccf9d?AccessibilityModule[_0x2beb6a(0x1e5)](null,_0x351749)?.[_0x2beb6a(0xe1)]||_0x33e984:_0x33e984,_0x1330e5=AccessibilityModule[_0x2beb6a(0x1e5)](_0x3393f6,_0x351749);return!_0x2ccf9d&&(AccessibilityModule[_0x2beb6a(0x2c3)]=_0x1330e5,AccessibilityModule[_0x2beb6a(0x150)]=!![]),_0x1330e5;}catch(_0x33f5c7){return logger[_0x2beb6a(0x1aa)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x1e96a6+':\x20'+(_0x33f5c7[_0x2beb6a(0x30f)]||_0x33f5c7[_0x2beb6a(0xdf)])),{};}}};module['exports']=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a107_0x1a29(_0x278021,_0x2791a3){const _0x55cde9=a107_0x55cd();return a107_0x1a29=function(_0x1a297d,_0x4f53da){_0x1a297d=_0x1a297d-0x7e;let _0x3d68b0=_0x55cde9[_0x1a297d];return _0x3d68b0;},a107_0x1a29(_0x278021,_0x2791a3);}const a107_0x5bafc3=a107_0x1a29;(function(_0x340a67,_0x310a01){const _0x2df42a=a107_0x1a29,_0x55b516=_0x340a67();while(!![]){try{const _0x15ff36=parseInt(_0x2df42a(0xa0))/0x1*(-parseInt(_0x2df42a(0x82))/0x2)+parseInt(_0x2df42a(0x7e))/0x3+parseInt(_0x2df42a(0xa4))/0x4*(parseInt(_0x2df42a(0xa9))/0x5)+parseInt(_0x2df42a(0x86))/0x6*(parseInt(_0x2df42a(0x9c))/0x7)+-parseInt(_0x2df42a(0x9a))/0x8+-parseInt(_0x2df42a(0x9e))/0x9*(parseInt(_0x2df42a(0xa3))/0xa)+-parseInt(_0x2df42a(0x9d))/0xb;if(_0x15ff36===_0x310a01)break;else _0x55b516['push'](_0x55b516['shift']());}catch(_0x16a974){_0x55b516['push'](_0x55b516['shift']());}}}(a107_0x55cd,0xc88a7));const logger=require(a107_0x5bafc3(0xa8))['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x51d3de=null){const _0x4ced9c=a107_0x5bafc3,_0xee5e94={};_0xee5e94[_0x4ced9c(0xa1)]=_0x4ced9c(0x90),_0xee5e94[_0x4ced9c(0x7f)]='BaseModule';const _0x401abb=_0xee5e94,_0x2e123e=_0x401abb[_0x4ced9c(0xa1)][_0x4ced9c(0x93)]('|');let _0x3d4d9c=0x0;while(!![]){switch(_0x2e123e[_0x3d4d9c++]){case'0':this[_0x4ced9c(0x89)]=this[_0x4ced9c(0x84)](_0x51d3de);continue;case'1':this[_0x4ced9c(0xa7)]=0x0;continue;case'2':this[_0x4ced9c(0x8f)]=null;continue;case'3':this[_0x4ced9c(0x8c)]={};continue;case'4':this[_0x4ced9c(0x85)]=_0x401abb[_0x4ced9c(0x7f)];continue;case'5':this[_0x4ced9c(0x8d)]=null;continue;}break;}}[a107_0x5bafc3(0xa2)](){const _0x4c1427=a107_0x5bafc3,_0x1b95ae={};_0x1b95ae['svkYa']=_0x4c1427(0x87);const _0x2972d8=_0x1b95ae;if(!this[_0x4c1427(0x8f)])throw new Error(_0x2972d8[_0x4c1427(0x94)]);}[a107_0x5bafc3(0x80)](){const _0x3d9f90=a107_0x5bafc3;return this[_0x3d9f90(0x85)];}['configure'](_0x5a775e,_0x53fa66,_0x51564b,_0x1a7506={}){const _0x4af6c1=a107_0x5bafc3,_0x1dbbb6={};_0x1dbbb6[_0x4af6c1(0x99)]=_0x4af6c1(0x96);const _0x1d7120=_0x1dbbb6,_0x5b48b9=_0x1d7120[_0x4af6c1(0x99)][_0x4af6c1(0x93)]('|');let _0x4c5349=0x0;while(!![]){switch(_0x5b48b9[_0x4c5349++]){case'0':this['config']=_0x1a7506;continue;case'1':this[_0x4af6c1(0x8f)]=_0x5a775e;continue;case'2':this[_0x4af6c1(0x8d)]=_0x51564b;continue;case'3':logger['debug'](_0x4af6c1(0x91)+this[_0x4af6c1(0x80)]()+_0x4af6c1(0x97)+_0x5a775e+_0x4af6c1(0x83)+_0x53fa66);continue;case'4':this[_0x4af6c1(0xa7)]=_0x53fa66;continue;}break;}}['getTestId'](_0x160808){const _0x3a2996=a107_0x5bafc3,_0x59f3a9={};_0x59f3a9['vRqyF']=function(_0x437e80,_0x55b7be){return _0x437e80===_0x55b7be;};const _0x4313f7=_0x59f3a9;let _0x42a667='';if(_0x4313f7[_0x3a2996(0x8a)](_0x160808['testFramework'],FRAMEWORKS[_0x3a2996(0x88)]))_0x42a667=_0x160808[_0x3a2996(0x81)]?.[_0x3a2996(0xa5)]?.['id']||_0x160808['testInfo']?.[_0x3a2996(0x9f)];else{if(_0x4313f7['vRqyF'](_0x160808[_0x3a2996(0x9b)],FRAMEWORKS[_0x3a2996(0x98)]))_0x42a667=_0x160808[_0x3a2996(0x81)]?.[_0x3a2996(0x92)];else _0x4313f7[_0x3a2996(0x8a)](_0x160808[_0x3a2996(0x9b)],FRAMEWORKS[_0x3a2996(0x95)])&&(_0x42a667=_0x160808['testInfo']?.['id']);}return _0x42a667;}[a107_0x5bafc3(0x84)](_0x4fffe8){const _0x50d90c=a107_0x5bafc3,_0x8f4cdd={};_0x8f4cdd[_0x50d90c(0x8b)]=function(_0x87847e,_0x466e59){return _0x87847e!==_0x466e59;},_0x8f4cdd['LIpuY']=_0x50d90c(0xa6);const _0x200e75=_0x8f4cdd;if(!_0x4fffe8||_0x200e75[_0x50d90c(0x8b)](typeof _0x4fffe8,_0x200e75['LIpuY']))return null;const _0x1208b9={};_0x1208b9['name']=_0x4fffe8[_0x50d90c(0x85)],_0x1208b9[_0x50d90c(0x8e)]=_0x4fffe8[_0x50d90c(0x8e)]&&_0x4fffe8[_0x50d90c(0x8e)][_0x4fffe8[_0x50d90c(0x85)]];const _0x3f999a=_0x1208b9;return _0x3f999a;}}module['exports']=BaseModule;function a107_0x55cd(){const _0x241329=['4434520ldwyEP','testFramework','2044994bDcshG','10636230ELIOlI','1353186BVjjnL','testId','200pfMOGs','TYSrs','ensureBinSession','30rTgqXO','14728vhyOnx','_test','object','platformIndex','../../../helpers/logger.js','1675OHUqLl','4676478myuOlS','Vulks','getModuleName','testInfo','8750qJEZoL',',\x20platformIndex=','setTestFrameworkData','name','18thxWiR','Missing\x20binSessionId','PLAYWRIGHT','testFrameworkData','vRqyF','XLfjo','config','client','version','binSessionId','4|2|1|3|5|0','Configured\x20module\x20','testCaseStartedId','split','svkYa','JEST','1|4|2|0|3','\x20with\x20binSessionId=','CUCUMBER','ccwRK'];a107_0x55cd=function(){return _0x241329;};return a107_0x55cd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a108_0x34c6c6=a108_0x241e;function a108_0x241e(_0x4558a4,_0x26efd2){const _0x29114d=a108_0x2911();return a108_0x241e=function(_0x241ece,_0x5122e0){_0x241ece=_0x241ece-0x168;let _0x5ea4c8=_0x29114d[_0x241ece];return _0x5ea4c8;},a108_0x241e(_0x4558a4,_0x26efd2);}(function(_0xedf1bf,_0x1ab3c3){const _0x5613a2=a108_0x241e,_0x684db0=_0xedf1bf();while(!![]){try{const _0x3e6e84=-parseInt(_0x5613a2(0x173))/0x1+-parseInt(_0x5613a2(0x192))/0x2+-parseInt(_0x5613a2(0x175))/0x3*(parseInt(_0x5613a2(0x17c))/0x4)+-parseInt(_0x5613a2(0x194))/0x5+parseInt(_0x5613a2(0x16a))/0x6+-parseInt(_0x5613a2(0x177))/0x7+parseInt(_0x5613a2(0x16f))/0x8;if(_0x3e6e84===_0x1ab3c3)break;else _0x684db0['push'](_0x684db0['shift']());}catch(_0x2f4f19){_0x684db0['push'](_0x684db0['shift']());}}}(a108_0x2911,0xe83da));function a108_0x2911(){const _0x2b6334=['6905297qDRfap','error','eJcXP','debug','BROWSERSTACK_LTS_SESSION_ID','6184SMjuTs','WReDD','undefined','LTS','lpGhp','BROWSERSTACK_LTS_SESSION_ID\x20cleared','overrideLoadTesting','false','jUicP','toLowerCase','zcOhi','nXefL','NtrKN','LoadTestModule','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','GMeif','env','true','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','setLTSSessionId','browserstackAutomation','antaf','2452992fjGmBn','UjGBL','5626510zIefgE','whUeF','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','message','505938vEFric','exports','QxZBf','warn','../../../helpers/classLogger.js','43162800bqPfVR','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','EaGeO','toString','78572eRgssZ','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2157DgOWqd','string'];a108_0x2911=function(){return _0x2b6334;};return a108_0x2911();}const {createClassLogger}=require(a108_0x34c6c6(0x16e)),logger=createClassLogger(a108_0x34c6c6(0x189)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x4c3497=null)=>{const _0x32aa4d=a108_0x34c6c6,_0x4df5d3={};_0x4df5d3['whUeF']=function(_0x396f8e,_0x226782){return _0x396f8e!==_0x226782;},_0x4df5d3['lpGhp']=_0x32aa4d(0x17e),_0x4df5d3[_0x32aa4d(0x193)]=function(_0x59bb5b,_0x4ca22b){return _0x59bb5b===_0x4ca22b;},_0x4df5d3[_0x32aa4d(0x186)]=_0x32aa4d(0x176),_0x4df5d3['antaf']=function(_0xb25fb1,_0x18c8c7){return _0xb25fb1===_0x18c8c7;},_0x4df5d3['QxZBf']=_0x32aa4d(0x18d),_0x4df5d3[_0x32aa4d(0x188)]=function(_0x1ab0c3,_0x3587a3){return _0x1ab0c3===_0x3587a3;},_0x4df5d3[_0x32aa4d(0x179)]=_0x32aa4d(0x183);const _0x1a73e3=_0x4df5d3;try{if(_0x1a73e3[_0x32aa4d(0x195)](typeof process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)],_0x1a73e3[_0x32aa4d(0x180)])){const _0x10bdaf=process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)];return _0x1a73e3['UjGBL'](typeof _0x10bdaf,_0x1a73e3['zcOhi'])?_0x1a73e3[_0x32aa4d(0x191)](_0x10bdaf[_0x32aa4d(0x185)](),_0x1a73e3[_0x32aa4d(0x16c)]):!!_0x10bdaf;}const _0x4cea44=_0x4c3497&&_0x4c3497['overrideLoadTesting'],_0x4b2e23=!!(_0x4c3497&&(_0x1a73e3[_0x32aa4d(0x188)](_0x4c3497['browserstackAutomation'],!![])||_0x1a73e3['UjGBL'](_0x4c3497[_0x32aa4d(0x190)],_0x1a73e3[_0x32aa4d(0x16c)]))),_0x1cc078=!!(_0x4cea44&&_0x1a73e3[_0x32aa4d(0x193)](_0x4cea44[_0x32aa4d(0x172)]()[_0x32aa4d(0x185)](),_0x1a73e3[_0x32aa4d(0x16c)])&&!_0x4b2e23);return process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)]=_0x1cc078?_0x1a73e3[_0x32aa4d(0x16c)]:_0x1a73e3[_0x32aa4d(0x179)],_0x1cc078;}catch(_0x443ce8){return process[_0x32aa4d(0x18c)][_0x32aa4d(0x182)]=_0x1a73e3['eJcXP'],![];}},getLTSSessionId=()=>{const _0x1056a4=a108_0x34c6c6,_0x1d6a4c={'EaGeO':function(_0x44df37){return _0x44df37();},'GMeif':_0x1056a4(0x170),'TTotX':_0x1056a4(0x18a)};try{if(_0x1d6a4c[_0x1056a4(0x171)](isLTSSession))return logger[_0x1056a4(0x17a)](_0x1d6a4c[_0x1056a4(0x18b)]),process[_0x1056a4(0x18c)][_0x1056a4(0x17b)]||'';}catch(_0x1546ea){logger[_0x1056a4(0x178)](_0x1056a4(0x18e)+(_0x1546ea&&_0x1546ea[_0x1056a4(0x169)]));}return logger[_0x1056a4(0x17a)](_0x1d6a4c['TTotX']),'';},setLTSSessionId=async(_0x54894b={})=>{const _0x432d86=a108_0x34c6c6,_0x25a011={'jUicP':function(_0x9b6f62){return _0x9b6f62();},'WReDD':_0x432d86(0x168),'GoSqg':_0x432d86(0x181),'nXefL':_0x432d86(0x17f),'HiLus':function(_0x13a507,_0x4061ad){return _0x13a507(_0x4061ad);},'OlSAT':function(_0xe1fbe1,_0x155a22,_0x5c9b4b){return _0xe1fbe1(_0x155a22,_0x5c9b4b);},'oypJd':function(_0x259e23,_0x54c1aa){return _0x259e23||_0x54c1aa;}};try{const _0x27ca87=_0x25a011[_0x432d86(0x184)](getLTSSessionId);_0x27ca87?(process[_0x432d86(0x18c)][_0x432d86(0x17b)]=_0x27ca87,logger[_0x432d86(0x17a)](_0x25a011[_0x432d86(0x17d)])):(delete process['env'][_0x432d86(0x17b)],logger[_0x432d86(0x17a)](_0x25a011['GoSqg']));try{const _0x5d473f={'feature':_0x25a011[_0x432d86(0x187)],'ltsEnabled':_0x25a011['HiLus'](isLTSSession,_0x54894b),'ltsSessionIdPresent':!!_0x27ca87};await _0x25a011['OlSAT'](sendToEDS,_0x5d473f,_0x54894b);}catch(_0x4e61dc){logger[_0x432d86(0x16d)](_0x432d86(0x174)+(_0x4e61dc&&_0x4e61dc[_0x432d86(0x169)]));}return _0x25a011['oypJd'](_0x27ca87,'');}catch(_0x53168a){return logger[_0x432d86(0x17a)]('setLTSSessionId\x20error:\x20'+(_0x53168a&&_0x53168a[_0x432d86(0x169)])),'';}},a108_0x52ab0e={};a108_0x52ab0e['isLTSSession']=isLTSSession,a108_0x52ab0e['getLTSSessionId']=getLTSSessionId,a108_0x52ab0e[a108_0x34c6c6(0x18f)]=setLTSSessionId,module[a108_0x34c6c6(0x16b)]=a108_0x52ab0e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a109_0xff22(_0x96744f,_0x58e95c){const _0x328189=a109_0x3281();return a109_0xff22=function(_0xff223d,_0x30dbbe){_0xff223d=_0xff223d-0x11f;let _0xed73d0=_0x328189[_0xff223d];return _0xed73d0;},a109_0xff22(_0x96744f,_0x58e95c);}const a109_0x182c5c=a109_0xff22;(function(_0x55493a,_0x16b809){const _0x68d851=a109_0xff22,_0xb6fa69=_0x55493a();while(!![]){try{const _0x49a668=parseInt(_0x68d851(0x13f))/0x1+parseInt(_0x68d851(0x131))/0x2+parseInt(_0x68d851(0x142))/0x3+-parseInt(_0x68d851(0x12e))/0x4*(-parseInt(_0x68d851(0x126))/0x5)+-parseInt(_0x68d851(0x128))/0x6*(-parseInt(_0x68d851(0x122))/0x7)+-parseInt(_0x68d851(0x123))/0x8+parseInt(_0x68d851(0x148))/0x9*(-parseInt(_0x68d851(0x124))/0xa);if(_0x49a668===_0x16b809)break;else _0xb6fa69['push'](_0xb6fa69['shift']());}catch(_0x32dda2){_0xb6fa69['push'](_0xb6fa69['shift']());}}}(a109_0x3281,0x8f9d4));const BaseModule=require(a109_0x182c5c(0x125)),{createClassLogger}=require(a109_0x182c5c(0x149)),AutomationFramework=require(a109_0x182c5c(0x136)),AutomationFrameworkState=require(a109_0x182c5c(0x134)),HookState=require(a109_0x182c5c(0x13a)),{playwrightAnnotate}=require(a109_0x182c5c(0x13b)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a109_0x182c5c(0x133));class ObservabilityModule extends BaseModule{[a109_0x182c5c(0x137)]=createClassLogger(a109_0x182c5c(0x12f));constructor(_0x110413){const _0x456ea7=a109_0x182c5c,_0x2e5043={};_0x2e5043[_0x456ea7(0x127)]=_0x456ea7(0x12f);const _0x935edb=_0x2e5043;super(),this[_0x456ea7(0x146)]=_0x935edb[_0x456ea7(0x127)],this['observabilityConfig']=_0x110413,AutomationFramework[_0x456ea7(0x12d)](AutomationFrameworkState[_0x456ea7(0x143)],HookState[_0x456ea7(0x13c)],this[_0x456ea7(0x13e)][_0x456ea7(0x141)](this));}[a109_0x182c5c(0x12b)](){const _0x58e029=a109_0x182c5c;return ObservabilityModule[_0x58e029(0x138)];}async[a109_0x182c5c(0x13e)](_0x358783){const _0x5816b9=a109_0x182c5c,_0x3d0a8c={'TIIQp':function(_0x48fe5f,_0x48afec){return _0x48fe5f+_0x48afec;},'rWpfd':_0x5816b9(0x147),'VxTxc':function(_0x425db2,_0x4bbc60,_0x88b461,_0x19b9cc){return _0x425db2(_0x4bbc60,_0x88b461,_0x19b9cc);},'XHehA':_0x5816b9(0x129),'PnJEY':_0x5816b9(0x132)};if(_0x358783['page']){const _0x24390a=_0x358783['page'],_0xf956f7=Date[_0x5816b9(0x12c)](),_0x5b3210=_0x3d0a8c[_0x5816b9(0x120)](_0x3d0a8c[_0x5816b9(0x14a)],_0xf956f7);PerformanceTester[_0x5816b9(0x144)](O11y_EVENTS[_0x5816b9(0x135)]),await _0x3d0a8c[_0x5816b9(0x139)](playwrightAnnotate,_0x24390a,_0x5b3210,_0x3d0a8c[_0x5816b9(0x11f)]),PerformanceTester['end'](O11y_EVENTS['SYNC']),this[_0x5816b9(0x137)][_0x5816b9(0x12a)](_0x5816b9(0x121)+constants[_0x5816b9(0x130)]+_0x5816b9(0x140));}else this['logger'][_0x5816b9(0x129)](_0x3d0a8c[_0x5816b9(0x13d)]);}}ObservabilityModule[a109_0x182c5c(0x138)]=a109_0x182c5c(0x12f),module[a109_0x182c5c(0x145)]=ObservabilityModule;function a109_0x3281(){const _0x8a938e=['ObservabilitySync:','7029YDlOGc','../../../helpers/classLogger.js','rWpfd','XHehA','TIIQp','onBeforeTest:\x20','7RfBpvo','5084880obHzPI','9370zJNyux','./baseModule','5URyyrQ','dJFxt','5966754fqszzw','debug','info','getModuleName','now','registerObserver','421612mXGCbj','ObservabilityModule','TEST_REPORTING_ANALYTICS','872064ggwSpI','onBeforeTest:\x20page\x20is\x20not\x20defined','../../utils/constants.js','../state/automationFrameworkState.js','SYNC','../framework/automationFramework.js','logger','MODULE_NAME','VxTxc','../state/hookState.js','../../../helpers/helper.js','POST','PnJEY','onBeforeTest','263164UUTydN','\x20sync\x20done','bind','469779yOsBzS','CREATE','start','exports','name'];a109_0x3281=function(){return _0x8a938e;};return a109_0x3281();}
|