browserstack-node-sdk 1.64.1 → 1.64.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a104_0x39f9b7=a104_0x29c8;(function(_0x29aa5e,_0x2f3d89){const _0x2e92be=a104_0x29c8,_0x2ce701=_0x29aa5e();while(!![]){try{const _0x4f744b=-parseInt(_0x2e92be(0x94))/0x1+parseInt(_0x2e92be(0x86))/0x2*(parseInt(_0x2e92be(0x93))/0x3)+parseInt(_0x2e92be(0x7e))/0x4*(parseInt(_0x2e92be(0x84))/0x5)+-parseInt(_0x2e92be(0x7c))/0x6*(parseInt(_0x2e92be(0x96))/0x7)+parseInt(_0x2e92be(0x82))/0x8+parseInt(_0x2e92be(0x83))/0x9*(parseInt(_0x2e92be(0x77))/0xa)+-parseInt(_0x2e92be(0x7f))/0xb*(parseInt(_0x2e92be(0x8a))/0xc);if(_0x4f744b===_0x2f3d89)break;else _0x2ce701['push'](_0x2ce701['shift']());}catch(_0x2f5ed6){_0x2ce701['push'](_0x2ce701['shift']());}}}(a104_0x5244,0xd0a75));function a104_0x29c8(_0x286ec6,_0x1bc288){const _0x52440e=a104_0x5244();return a104_0x29c8=function(_0x29c823,_0x52218c){_0x29c823=_0x29c823-0x76;let _0x29866a=_0x52440e[_0x29c823];return _0x29866a;},a104_0x29c8(_0x286ec6,_0x1bc288);}function a104_0x5244(){const _0x22bd73=['./trackedContext','9302592pCQYXh','1115811wpahkn','68265IIgNUF','context','210sxeySu','updateData','get','wyrSm','12ucUpRc','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','VKqDY','exports','entries','digest','update','createHash','worker_threads','28503eErNVf','1066279rWoXew','crypto','795571qLpPPQ','keys','Zznyl','isBrowserstackAutomationSession','updateMultipleEntries','20oCXgrx','pid','set','createContext','addMultipleEntries','6gjQehg','getData','188QPEBJe','11170511VUFnzQ','data'];a104_0x5244=function(){return _0x22bd73;};return a104_0x5244();}const TrackedContext=require(a104_0x39f9b7(0x81)),crypto=require(a104_0x39f9b7(0x95)),{threadId}=require(a104_0x39f9b7(0x92));class TrackedInstance{static [a104_0x39f9b7(0x8b)]=a104_0x39f9b7(0x99);constructor(_0x1813b4){const _0x10251f=a104_0x39f9b7;this[_0x10251f(0x85)]=_0x1813b4,this['data']=new Map();}['getRef'](){const _0x5379ae=a104_0x39f9b7;return this[_0x5379ae(0x85)]['getId']();}['getContext'](){const _0x139954=a104_0x39f9b7;return this[_0x139954(0x85)];}['getAllData'](){return this['data'];}[a104_0x39f9b7(0x76)](_0x2f5898){const _0x5613aa=a104_0x39f9b7;Object[_0x5613aa(0x97)](_0x2f5898)['forEach'](_0x3a2ed1=>{const _0x21e33c=_0x5613aa;this[_0x21e33c(0x80)][_0x21e33c(0x79)](_0x3a2ed1,_0x2f5898[_0x3a2ed1]);});}[a104_0x39f9b7(0x7b)](_0x1fb398){const _0x20327d=a104_0x39f9b7;Object[_0x20327d(0x8e)](_0x1fb398)['forEach'](([_0xc20e59,_0x29be0a])=>{const _0x9a0312=_0x20327d,_0x36ba00=this['data'][_0x9a0312(0x88)](_0xc20e59)||{},_0x264366={..._0x36ba00,..._0x29be0a},_0x142fe8=_0x264366;this[_0x9a0312(0x80)][_0x9a0312(0x79)](_0xc20e59,_0x142fe8);});}[a104_0x39f9b7(0x7d)](_0xc59bcb){const _0x14b589=a104_0x39f9b7;return this['data'][_0x14b589(0x88)](_0xc59bcb);}[a104_0x39f9b7(0x87)](_0x575155,_0x1fc450){const _0x1100cb=a104_0x39f9b7;this[_0x1100cb(0x80)][_0x1100cb(0x79)](_0x575155,_0x1fc450);}static[a104_0x39f9b7(0x7a)](_0x4b8b2b){const _0x1d2a30=a104_0x39f9b7,_0x1db4be={};_0x1db4be[_0x1d2a30(0x89)]='sha256',_0x1db4be[_0x1d2a30(0x98)]='hex',_0x1db4be['VKqDY']=function(_0xb03299,_0x5d5722){return _0xb03299||_0x5d5722;};const _0x177bb1=_0x1db4be;return new TrackedContext(crypto[_0x1d2a30(0x91)](_0x177bb1['wyrSm'])[_0x1d2a30(0x90)](_0x4b8b2b)[_0x1d2a30(0x8f)](_0x177bb1['Zznyl']),_0x177bb1[_0x1d2a30(0x8c)](threadId,0x0),process[_0x1d2a30(0x78)],typeof _0x4b8b2b);}}module[a104_0x39f9b7(0x8d)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a105_0x850153=a105_0x527e;function a105_0x527e(_0x40d0e3,_0x523a5f){const _0x449fff=a105_0x449f();return a105_0x527e=function(_0x527ebd,_0x5865ec){_0x527ebd=_0x527ebd-0xda;let _0x286116=_0x449fff[_0x527ebd];return _0x286116;},a105_0x527e(_0x40d0e3,_0x523a5f);}(function(_0x3fa755,_0xac5571){const _0x358e2f=a105_0x527e,_0x4f6b35=_0x3fa755();while(!![]){try{const _0x18d246=parseInt(_0x358e2f(0xe1))/0x1*(parseInt(_0x358e2f(0x2c8))/0x2)+parseInt(_0x358e2f(0x12f))/0x3*(-parseInt(_0x358e2f(0x1ec))/0x4)+parseInt(_0x358e2f(0x1c7))/0x5*(-parseInt(_0x358e2f(0x28f))/0x6)+-parseInt(_0x358e2f(0x1eb))/0x7*(parseInt(_0x358e2f(0x28a))/0x8)+-parseInt(_0x358e2f(0x188))/0x9*(parseInt(_0x358e2f(0xf9))/0xa)+-parseInt(_0x358e2f(0x104))/0xb+-parseInt(_0x358e2f(0x26a))/0xc*(-parseInt(_0x358e2f(0x1cb))/0xd);if(_0x18d246===_0xac5571)break;else _0x4f6b35['push'](_0x4f6b35['shift']());}catch(_0x46496c){_0x4f6b35['push'](_0x4f6b35['shift']());}}}(a105_0x449f,0x289b7));function a105_0x449f(){const _0x39dc0c=['is_mobile_session','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','evaluate','vfKXz','replace','performScan','CkiyY','function','FIjNR','capabilities','uPuqT','tBFRd','NON_BROWSERSTACK_AUTOMATION_SESSIONS','ckkSh','x\x20over\x20','ascii','saveTestResults','test_tags','getState','getAccessibilityResults','PWSXo','getResults','Error\x20in\x20performPageScan:\x20','\x20result\x20for\x20','../../../helpers/performance/performance-tester.js','TrackedInstance','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Sjabk','vOYBz','DvcIB','Error\x20in\x20performScanForCli\x20for\x20script\x20','onBeforeExecute','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','onBeforeTest','performScanForCli:\x20No\x20','BzkiN','PjieK','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','bind','NCjsC','fkCfW','update','XLCkm','PstSa','goog:chromeOptions','EkhfX','getCurrentAccessibilityStatus','format','getPlatformCaps','befkn','getCapabilitiesList','getTrackedInstance','\x20using\x20script:\x20','Context','isEnabled','LtoRb','reason','Error\x20in\x20processAccessibilityCaps:\x20','./baseModule','Error\x20in\x20validatePlatformForAccessibility:\x20','sMewo','umNpM','fetchCentralAuthA11yConfig','OVMBX','getLogDisabledShown','Cgjmz','loadAccessibilityConfig','isMobileScanningEnabledForGroup','24KwCCpJ','not-array','HZptQ',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','SBINu','../../utils/playwright-patcher','PRE','kWcYD','start','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','hipaB','browserStackEvaluate','qDeBr','flQnt',']\x20Accessibility\x20configuration\x20initialized\x20successfully','bIyWW','latest','jest','getScriptsList','now','AvvFc','Error\x20checking\x20headless\x20capability:\x20','oebHE','startsWith','onBeforeExecute:\x20command=','OquFI','scannerVersion','TTXZT','IPOQU','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','49152dGgSus','JNcFw','GzRKI','WMyWD','performPageScan:\x20Script\x20is\x20null','84vgCFjA','set','cUMYN','../state/automationFrameworkState','Unknown\x20Test','onBeforeExecute:\x20Command\x20','tAnGs','setLogDisabledShown','1|3|5|2|9|8|11|16|13|15|6|4|0|10|14|7|12','stopTestCapture','split','patchSendMessageToServer','../framework/constants/testFrameworkConstants.js','getGoogleChromeOptions','tmeSo','\x20script\x20available\x20in\x20scriptsList','../framework/testFramework','ZRydn','command','getData','eppKV','SYEvr',',\x20testName=','vuaxf','OmBHD','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','XARwT','initAccessibilityConfig','getAccessibilityExecuteParams','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','XGQTV','Uomir','GBZGE','getBuildId','ms\x20—\x20cache\x20never\x20populated\x20(','LLavv','getInstance','OSjyt','browserstack.accessibilityOptions.wcagVersion','../framework/automationFramework','ACCESSIBILITY_INITIALIZED','UGhCl','isAccessibilityAutomationSession','pid','isAccessibilityScriptCommand','platformValidation',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','AMsUi','platformName','FRnob','present','wicjw','_pollUntilNonEmpty',');\x20returning\x20last\x20value','testAnalyticsId','AgKhT','znmhf','4VsYUhN','rRtMo','getTestUUID','lMJOF','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','toString','VNkQb','jeqNY','eWegR','KAxpY','cKIxO','../state/hookState','[AccessibilityModule]\x20onAfterTest:\x20framework=','main','hKcnH','pkjjv','loadDriverExecuteParams','browserVersion','value','No\x20summaryResults\x20found.','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','resolveMobileThTestRunUuid','true','keys','jGfCy','BOgLT','../cliUtils','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','message','UNrxj','IWQJI','wlGtR','oqcVK','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','totalIssueCount','toJson','bNNXa','MODULE_NAME','LEDVr','error','gSDOr','ryJfU','thTestRunUuid','AkfEH','wzqra','SybHr','size','jyKjE','MergedScanArgs:\x20','NkHmG','setAccessibilityToken','\x20script\x20available','62620imgOKb','USFrI','debug','AnufK','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','toWZs','\x22browserstack.key\x22:\x22[REDACTED]\x22','vnoHI','bvdKA','mergeObject','pHgfu','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','POST','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','FVxWc','name','sEkEA','testhub_build_uuid','MOBILE_SCANNING_DISABLED_WARNING','\x20testHubUuid=','onBeforeExecute:\x20No\x20command\x20name\x20provided','performScan\x20capped\x20at\x20','wcagVersion','registerObserver','82610xXbEKh','hlXFx','LOG_DISABLED_SHOWN','executeScriptByName','IPNRp','lQohb','titlePath','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','HwknD','hfcWD','exports','752730qbOmMw','includeTagsInTestingScope','excludeTagsInTestingScope','CREATE','VGmSb','vsxhy','axvgY','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','toObject','crypto','skipCDPConnectOverride','GGmTz','GlBlY','createHash','Error\x20getting\x20script\x20by\x20name\x20','instance','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','isPlatformSupported','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','xjgWe','LcIAL','YuIPw','currentTest','unknown','AdUpZ','nXhUC',']\x20isEnabledTestcase\x20(cucumber)\x20result=','getCapabilityValue','processAccessibilityCaps','shouldScanForCommand:\x20','Error\x20in\x20stopTestCapture:\x20','kxsYH','count=','saveResults','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getTesthub','[platform\x20-\x20','Srakl','BxZhT','--headless=new','Error\x20in\x20getAccessibilityResultsSummary:\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20poll\x20attempt=','125418oXUKir','shouldScanCurrentTest','a11y:save-results','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','options','join','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getParamsForScanForCli','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','scriptsList','EPhiU','warn','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','rbGIX','browserstack_executor','stringify','\x20a11yToken=','getResultsSummary','FdedZ','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','hjedr','Error\x20in\x20initAccessibilityConfig:\x20','\x20token_fp=','launchCaps','find','oHOLa','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','isAppAccessibility','__jestCurrentTestIdentifier','XUaLF','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','on\x20non-BrowserStack\x20infrastructure\x20','accessibilityPlatform','../../../helpers/accessibility-automation/scripts','__workerDetails','browserstack.accessibilityOptions.scannerVersion','UfsHs','jhAau','testcafe','toISOString','updateData','mmnen','Exception\x20in\x20isPlatformSupported:\x20','ZtFiP',',\x20isAppAccessibility=','cucumber','_centralAuthConfigFetched','yIyST','ygxUZ','KEY_TESTHUB_BUILD_ID','performScanForCli','accessibility','Executing\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','getOptions','../../../helpers/accessibility-automation/constants','getName','_centralAuthA11yConfig','isBrowserstackScriptCommand','testInfo',']\x20isEnabledTestcase\x20(jest)\x20result=','delete','validatePlatformForAccessibility','page','setShouldScan','\x20browser\x20version\x20greater\x20than\x20','NtyMk','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','IBsVA','zAiUD','browser','isBrowserSupportedForAccessibility',']\x20onAfterTest\x20should\x20scan=','some','getValue','QOAnT','ijtmK','../../../helpers/helper','includes','Jcuxu','length','trim','scannerProcessingTimeout','ZZiJB','../../playwright/accessibility-helper','jEvSO','RBHxN','333DRCYTz','KEY_INIT','SCAN_CAP_HIT','RmLSc','parseFromProto','\x20worker=\x22','test_run_id','capabilitiesList','requiresChromeOptionsValidation','AUTOMATION_SESSIONS',',\x20includeTags=','nnQHy','browserstack.accessibilityOptions.scannerProcessingTimeout','degradedReason','getCurrentInstanceName','EXECUTE','aCOHL','TIqgC','shouldScanForCommand','zMDvw','fetchDriverExecuteParamsEvent','pRBQd','TEST_INIT','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','util','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','getScript','ZGLNz','Page\x20','ARULT','UNbTc','GET_RESULTS_SUMMARY','PERFORM_SCAN','BROWSERSTACK_CLI_BIN_SESSION_ID','getTestDetails','nUmfJ','accessibilityToken','SDK_ACCESSIBILITY_CONFIG','tztQo','fXPtf','FRrnv','onAfterTest',',\x20excludeTags=','getScriptByName','isVersionSupported',',\x20available\x20commands:\x20','--headless','wqADe','getSuccess','_mobileScanningDisabledLogged','isArray','scan','IcDde','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','dlOrw','KEY_TEST_NAME','_sendMessageServerPatchApplied','oENzu','parse','headless','stack','isMobilePlatform','41900kgDOqc','performPageScan:\x20Page\x20is\x20null','__bstackA11yScanCapHit','Performing\x20scan\x20before\x20getting\x20results\x20summary','4707911AUJCwl','object','DOdlZ','Runsy','OLOSd','__accessibilityOptions','string','getContext','isMobileWebSession','tDZCK','measureWrapper','XyFne','hex','pwPage','xtgCq','vFUSk','\x22\x20pid=','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','\x22browserstack.user\x22:\x22[REDACTED]\x22','browser_version','KmeSV','GYZxt','env','Error\x20applying\x20sendMessageToServer\x20patch:\x20','rwECk','Accessibility\x20data\x20for\x20extension:\x20','DPFxP','JEST_WORKER_ID',',\x20tags=','--headless=','NCdqc','info','28BoKOXV','16ooSiSn','isFinite','getAccessibility','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20',',\x20testIdentifier=','jqVZz','FOtJp','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','number','getAccessibilityConfig','map','Cooww','XTqOz','BROWSERSTACK_TESTHUB_JWT','getBrowserDisplayName','DuIJE','testFramework',']\x20should\x20run\x20accessibility\x20value=','android','mhIHU','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','../../../helpers/classLogger','../../../helpers/accessibility-automation/helper','accessibilityConfig','platformCaps','sha256','CnQGQ','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','args','getAllData','end','null','getCapabilities','tfMvq','JoJGk','\x20from\x20testIdentifier=','getPlatformIndex','DRIVER_HAS_URL','get','XDLiy','browserName','digest','txOaH','toLowerCase','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','bhzMG','Performing\x20scan\x20before\x20from\x20cli','Error\x20in\x20shouldScanForCommand:\x20','Executing\x20accessibility\x20script\x20on\x20page','has','getAccessibilityResultsSummary','\x20env=','OJqpT','awvTp','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','testFrameworkData','CboTh'];a105_0x449f=function(){return _0x39dc0c;};return a105_0x449f();}const BaseModule=require(a105_0x850153(0x260)),{createClassLogger}=require(a105_0x850153(0x201)),CLIUtils=require(a105_0x850153(0x2e3)),AutomationFramework=require(a105_0x850153(0x2b6)),TestFramework=require(a105_0x850153(0x29f)),AutomationFrameworkState=require(a105_0x850153(0x292)),HookState=require(a105_0x850153(0x2d4)),GrpcClient=require('../grpcClient'),scripts=require(a105_0x850153(0x152)),logger=createClassLogger(a105_0x850153(0x23f)),PerformanceTester=require(a105_0x850153(0x23e)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x850153(0x168)),{nestedKeyValue,isUndefined}=require(a105_0x850153(0x17e)),util=require(a105_0x850153(0x1a0)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a105_0x850153(0x29b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a105_0x850153(0xf0)];static [a105_0x850153(0x15f)]=![];static [a105_0x850153(0x16a)]={};constructor(_0x50c862){const _0x54c4eb=a105_0x850153,_0x479a33={};_0x479a33[_0x54c4eb(0x27b)]=_0x54c4eb(0x297),_0x479a33[_0x54c4eb(0x221)]=_0x54c4eb(0x211),_0x479a33[_0x54c4eb(0x267)]=_0x54c4eb(0x246),_0x479a33[_0x54c4eb(0x110)]=_0x54c4eb(0xf2),_0x479a33[_0x54c4eb(0x2ed)]=_0x54c4eb(0x2b7);const _0xd93673=_0x479a33,_0x353c22=_0xd93673[_0x54c4eb(0x27b)][_0x54c4eb(0x299)]('|');let _0x50f0b5=0x0;while(!![]){switch(_0x353c22[_0x50f0b5++]){case'0':this['setAccessibilityToken'](_0x50c862[_0x54c4eb(0x167)]()[_0x54c4eb(0x258)]());continue;case'1':super();continue;case'2':AutomationFramework[_0x54c4eb(0xf8)](AutomationFrameworkState['QUIT'],HookState[_0x54c4eb(0x271)],this[_0x54c4eb(0x1b1)][_0x54c4eb(0x24c)](this));continue;case'3':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x54c4eb(0x197)],HookState[_0x54c4eb(0x271)],this[_0x54c4eb(0x245)][_0x54c4eb(0x24c)](this));continue;case'4':this[_0x54c4eb(0x1b9)]=![];continue;case'5':AutomationFramework[_0x54c4eb(0xf8)](AutomationFrameworkState[_0x54c4eb(0x107)],HookState[_0x54c4eb(0xed)],this[_0x54c4eb(0x247)][_0x54c4eb(0x24c)](this));continue;case'6':this[_0x54c4eb(0x1c1)]=![];continue;case'7':this['KEY_DRIVER_HAS_URL']=_0xd93673[_0x54c4eb(0x221)];continue;case'8':this[_0x54c4eb(0x203)]=_0x50c862[_0x54c4eb(0x10c)]();continue;case'9':this[_0x54c4eb(0x25c)]=!![];continue;case'10':logger[_0x54c4eb(0xe3)](_0xd93673[_0x54c4eb(0x267)]);continue;case'11':this['accessibility']=new Map();continue;case'12':this[_0x54c4eb(0x162)]=_0xd93673['GlBlY'];continue;case'13':this[_0x54c4eb(0x14c)]=![];continue;case'14':this['KEY_INIT']=_0xd93673[_0x54c4eb(0x2ed)];continue;case'15':this[_0x54c4eb(0x22f)]=[];continue;case'16':this[_0x54c4eb(0xfb)]=new Map();continue;}break;}}['isEnabled'](){const _0x1671f2=a105_0x850153;return this[_0x1671f2(0x25c)];}['getModuleName'](){const _0x420ee4=a105_0x850153;return AccessibilityModule[_0x420ee4(0x2ee)];}[a105_0x850153(0x254)](){const _0x579042=a105_0x850153;return this['accessibility'][_0x579042(0x212)](CLIUtils[_0x579042(0x196)](),![]);}[a105_0x850153(0x266)](){const _0x48c69a=a105_0x850153;return this['LOG_DISABLED_SHOWN'][_0x48c69a(0x212)](CLIUtils[_0x48c69a(0x196)](),![]);}[a105_0x850153(0x296)](_0x2d8e33){const _0x258add=a105_0x850153;this['LOG_DISABLED_SHOWN'][_0x258add(0x290)](CLIUtils[_0x258add(0x196)](),_0x2d8e33);}['applySendMessageToServerPatch'](){const _0x202ad6=a105_0x850153,_0x519875={'nVLEV':_0x202ad6(0x126),'VVOwS':function(_0xafccae,_0x4eda51){return _0xafccae(_0x4eda51);},'cpcZl':_0x202ad6(0x270),'dbLIo':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','umNpM':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger[_0x202ad6(0xe3)](_0x519875['nVLEV']);return;}try{const _0x2798f9=_0x519875['VVOwS'](require,_0x519875['cpcZl']);_0x2798f9&&_0x2798f9[_0x202ad6(0x29a)]?(_0x2798f9['patchSendMessageToServer'](),this[_0x202ad6(0x1c1)]=!![],logger[_0x202ad6(0xe3)](_0x519875['dbLIo'])):logger[_0x202ad6(0xe3)](_0x519875[_0x202ad6(0x263)]);}catch(_0x40a4f6){logger[_0x202ad6(0xe3)](_0x202ad6(0x1e2)+util[_0x202ad6(0x255)](_0x40a4f6));}}[a105_0x850153(0x115)](_0x4c218e=null,_0x54cfe8=null,_0x346545=null){const _0x380f65=a105_0x850153,_0x1cdc73={'luyZU':function(_0x4c244b,_0x576db){return _0x4c244b&&_0x576db;},'RBHxN':'isPlatformSupported:\x20caps\x20are\x20null','sMewo':function(_0xe825d6,_0x29d4ac){return _0xe825d6(_0x29d4ac);},'LStVa':_0x380f65(0x17e),'IHkRQ':_0x380f65(0x227),'aCOHL':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','lQohb':function(_0x1877d6,_0x250c08){return _0x1877d6===_0x250c08;},'hipaB':_0x380f65(0x2df),'axvgY':_0x380f65(0x1d1),'EkhfX':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','FOtJp':'goog:chromeOptions','UNbTc':function(_0x2195ef,_0x170af1){return _0x2195ef!==_0x170af1;},'AgKhT':_0x380f65(0x27c),'pHgfu':function(_0x2a7eb8){return _0x2a7eb8();},'qDeBr':_0x380f65(0x150),'mhIHU':function(_0x404d08,_0x3e19a8){return _0x404d08-_0x3e19a8;},'OquFI':function(_0x91033a,_0x3fa12c){return _0x91033a(_0x3fa12c);},'XyFne':function(_0x543385,_0x2181dc){return _0x543385>_0x2181dc;},'WtYsU':_0x380f65(0x2ac)};try{if(_0x1cdc73['luyZU'](!_0x54cfe8,!_0x346545))return logger[_0x380f65(0xe3)](_0x1cdc73[_0x380f65(0x187)]),![];const {isUndefined:_0x2f6d95,isBrowserstackInfra:_0x4c471a}=_0x1cdc73[_0x380f65(0x262)](require,_0x1cdc73['LStVa']);if(!accessibilityHelper[_0x380f65(0x2b9)]())return logger[_0x380f65(0xe3)](_0x1cdc73['IHkRQ']),![];const _0x35a086=_0x54cfe8[_0x380f65(0x214)]||_0x54cfe8[_0x380f65(0x177)],_0x32ba2a=_0x54cfe8[_0x380f65(0x2da)]||_0x54cfe8[_0x380f65(0x1de)];if(!accessibilityHelper[_0x380f65(0x178)](_0x35a086))return logger[_0x380f65(0x13a)](_0x1cdc73[_0x380f65(0x198)]),![];if(accessibilityHelper[_0x380f65(0x190)](_0x35a086))try{const _0x4e100c=_0x54cfe8[_0x380f65(0x1c4)],_0x4da4ef=_0x1cdc73[_0x380f65(0xfe)](_0x4e100c,!![])||_0x1cdc73[_0x380f65(0xfe)](_0x4e100c,_0x1cdc73[_0x380f65(0x276)])||_0x1cdc73[_0x380f65(0xfe)](typeof _0x4e100c,_0x1cdc73[_0x380f65(0x10a)])&&_0x1cdc73[_0x380f65(0xfe)](_0x4e100c[_0x380f65(0x217)](),_0x1cdc73[_0x380f65(0x276)]);if(_0x4da4ef)return logger[_0x380f65(0x13a)](_0x1cdc73[_0x380f65(0x253)]),![];const _0x4531a9=_0x54cfe8?.['chromeOptions']?.[_0x380f65(0x208)]||_0x54cfe8?.[_0x1cdc73[_0x380f65(0x1f2)]]?.['args']||[];if(Array[_0x380f65(0x1ba)](_0x4531a9)&&_0x4531a9[_0x380f65(0x17a)](_0x43e6fb=>typeof _0x43e6fb===_0x380f65(0x1d1)&&(_0x43e6fb===_0x380f65(0x1b6)||_0x43e6fb[_0x380f65(0x283)](_0x380f65(0x1e8))&&_0x43e6fb!==_0x380f65(0x12b))))return logger['warn'](_0x1cdc73['EkhfX']),![];}catch(_0x3bca6f){logger[_0x380f65(0xe3)](_0x380f65(0x281)+util[_0x380f65(0x255)](_0x3bca6f));}if(_0x1cdc73[_0x380f65(0x1a6)](_0x32ba2a,_0x1cdc73[_0x380f65(0x2c6)])){const _0x4f0f1e=_0x1cdc73[_0x380f65(0xeb)](_0x4c471a),_0x57472f=accessibilityHelper['getMinVersionForBrowser'](_0x35a086,_0x4f0f1e),_0x350422=accessibilityHelper[_0x380f65(0x1fa)](_0x35a086);if(!accessibilityHelper[_0x380f65(0x1b4)](_0x32ba2a,_0x57472f)){const _0x4e3944=_0x4f0f1e?'':_0x1cdc73[_0x380f65(0x278)],_0x1f272f=Number[_0x380f65(0x1ed)](_0x1cdc73[_0x380f65(0x262)](parseFloat,_0x57472f))?_0x1cdc73[_0x380f65(0x1ff)](_0x1cdc73[_0x380f65(0x285)](parseFloat,_0x57472f),0x1):_0x57472f;return logger[_0x380f65(0x13a)](_0x380f65(0x10b)+_0x350422+_0x380f65(0x172)+_0x1f272f+'\x20'+_0x4e3944+'.'),![];}}else{const _0xd8acf0=_0x54cfe8['browserVersion']||_0x54cfe8['browser_version']||_0x54cfe8['version'];if(_0xd8acf0&&_0x1cdc73['UNbTc'](_0xd8acf0,_0x1cdc73[_0x380f65(0x2c6)])&&!_0x1cdc73[_0x380f65(0x1d6)](_0x1cdc73[_0x380f65(0x285)](parseFloat,_0xd8acf0),_0x1cdc73['OquFI'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x380f65(0x13a)](_0x1cdc73['WtYsU']),![];}return!![];}catch(_0x528af0){return logger[_0x380f65(0xe3)](_0x380f65(0x15b)+_0x528af0['message']),![];}}['isEnabledTestcase'](_0x48eae1=[],_0x3c3a04,_0x1ecd5c=a105_0x850153(0x15e)){const _0xd56191=a105_0x850153,_0x221851={'NCdqc':function(_0x5bf652,_0x35af0f){return _0x5bf652===_0x35af0f;},'ZGLNz':'jest','nUmfJ':function(_0x27f053,_0x35af63){return _0x27f053||_0x35af63;},'cUMYN':function(_0x41441e,_0x1b8d5f){return _0x41441e===_0x1b8d5f;},'asTPd':function(_0x25b646,_0x1e37f8){return _0x25b646&&_0x1e37f8;},'kWcYD':'unknown','jZNZe':function(_0x35c5de,_0x360aec){return _0x35c5de(_0x360aec);},'tfMvq':function(_0x5ecf40,_0x2dbf5a){return _0x5ecf40>_0x2dbf5a;}};try{const _0x2b808c=process[_0xd56191(0x1e1)][_0xd56191(0x132)]?JSON[_0xd56191(0x1c3)](process['env'][_0xd56191(0x132)]):null;if(!_0x2b808c)return!![];const _0x310090=Array[_0xd56191(0x1ba)](_0x2b808c[_0xd56191(0x105)])?_0x2b808c[_0xd56191(0x105)]:[],_0x4a8d87=Array[_0xd56191(0x1ba)](_0x2b808c[_0xd56191(0x106)])?_0x2b808c['excludeTagsInTestingScope']:[];if(_0x221851['NCdqc'](_0x1ecd5c,_0x221851[_0xd56191(0x1a3)])){let _0x3bb184;Array[_0xd56191(0x1ba)](_0x48eae1)?_0x3bb184=_0x48eae1[_0xd56191(0x134)]('\x20'):_0x3bb184=_0x221851[_0xd56191(0x1ab)](_0x48eae1,'');const _0x3cd8d6=_0x4a8d87[_0xd56191(0x17a)](_0x4f0c31=>_0x3bb184[_0xd56191(0x17f)](_0x4f0c31)),_0x1ea1e2=_0x221851[_0xd56191(0x291)](_0x310090[_0xd56191(0x181)],0x0)||_0x310090[_0xd56191(0x17a)](_0x592a09=>_0x3bb184[_0xd56191(0x17f)](_0x592a09)),_0x5d8b35=_0x221851['asTPd'](!_0x3cd8d6,_0x1ea1e2);return logger[_0xd56191(0xe3)]('[platform\x20-\x20'+(_0x3c3a04?.[_0xd56191(0x210)]?.()||_0x221851['kWcYD'])+_0xd56191(0x16d)+_0x5d8b35+',\x20testName='+_0x3bb184+',\x20includeTags='+JSON[_0xd56191(0x13f)](_0x310090)+_0xd56191(0x1b2)+JSON[_0xd56191(0x13f)](_0x4a8d87)),_0x5d8b35;}const _0x2afe9c=Array[_0xd56191(0x1ba)](_0x48eae1)?_0x48eae1:[];let _0x2697c0=![],_0x270594=_0x221851[_0xd56191(0x1e9)](_0x310090['length'],0x0);const _0x1a589a=_0x93fc15=>typeof _0x93fc15===_0xd56191(0x1d1)?_0x93fc15['replace'](/^@/,'')['toLowerCase']()[_0xd56191(0x182)]():_0x93fc15,_0x46065a=new Set(_0x310090[_0xd56191(0x1f6)](_0x1a589a)),_0x10ddbc=new Set(_0x4a8d87[_0xd56191(0x1f6)](_0x1a589a));for(const _0x95a1d7 of _0x2afe9c){const _0x15f541=_0x221851['jZNZe'](_0x1a589a,_0x95a1d7);_0x10ddbc[_0xd56191(0x21e)](_0x15f541)&&(_0x2697c0=!![]),_0x221851[_0xd56191(0x20d)](_0x46065a[_0xd56191(0xdb)],0x0)&&_0x46065a[_0xd56191(0x21e)](_0x15f541)&&(_0x270594=!![]);}const _0x4a71e1=_0x221851['asTPd'](_0x270594,!_0x2697c0);return logger[_0xd56191(0xe3)](_0xd56191(0x128)+(_0x3c3a04?.[_0xd56191(0x210)]?.()||_0x221851[_0xd56191(0x272)])+_0xd56191(0x11e)+_0x4a71e1+_0xd56191(0x1e7)+JSON['stringify'](_0x2afe9c)+_0xd56191(0x192)+JSON['stringify'](_0x310090)+_0xd56191(0x1b2)+JSON[_0xd56191(0x13f)](_0x4a8d87)),_0x4a71e1;}catch(_0x21a68a){return logger[_0xd56191(0xe3)]('[platform\x20-\x20'+(_0x3c3a04?.[_0xd56191(0x210)]?.()||_0x221851[_0xd56191(0x272)])+_0xd56191(0x26d)+_0x21a68a[_0xd56191(0x2e5)]),![];}}async[a105_0x850153(0x247)](_0x212653){const _0x1b962f=a105_0x850153,_0x3db4ee={};_0x3db4ee[_0x1b962f(0x18b)]=function(_0x5d5381,_0x160da7){return _0x5d5381!==_0x160da7;},_0x3db4ee['VtUqa']='cucumber',_0x3db4ee['XEssT']=function(_0x4197b6,_0x32331f){return _0x4197b6!==_0x32331f;},_0x3db4ee[_0x1b962f(0x2ae)]=_0x1b962f(0x27d),_0x3db4ee[_0x1b962f(0x2f2)]=function(_0x12f085,_0x17940b){return _0x12f085!==_0x17940b;},_0x3db4ee[_0x1b962f(0x184)]=_0x1b962f(0x157),_0x3db4ee[_0x1b962f(0x231)]=function(_0x2f1176,_0xd36a68){return _0x2f1176===_0xd36a68;},_0x3db4ee['IPOQU']=_0x1b962f(0x2df),_0x3db4ee[_0x1b962f(0x2f1)]=_0x1b962f(0x19e),_0x3db4ee['sEkEA']=_0x1b962f(0x14b),_0x3db4ee[_0x1b962f(0x176)]=_0x1b962f(0x219),_0x3db4ee[_0x1b962f(0x1f1)]='DRIVER_INIT',_0x3db4ee['DOdlZ']=function(_0x35fa6b,_0x4401d1){return _0x35fa6b===_0x4401d1;},_0x3db4ee[_0x1b962f(0x2e2)]=_0x1b962f(0x174),_0x3db4ee[_0x1b962f(0x2b4)]=function(_0x4f83b9,_0x507d96){return _0x4f83b9===_0x507d96;},_0x3db4ee[_0x1b962f(0xfa)]=_0x1b962f(0x293),_0x3db4ee['vuaxf']=function(_0x4c40c7,_0x158059){return _0x4c40c7>_0x158059;},_0x3db4ee[_0x1b962f(0x1cf)]=_0x1b962f(0x22d),_0x3db4ee[_0x1b962f(0x1df)]=_0x1b962f(0x237),_0x3db4ee['NCjsC']=function(_0x342d27,_0x2e327a){return _0x342d27&&_0x2e327a;},_0x3db4ee[_0x1b962f(0x117)]='unknown';const _0x22751f=_0x3db4ee;if(_0x22751f[_0x1b962f(0x18b)](_0x212653[_0x1b962f(0x1fc)],_0x22751f['VtUqa'])&&_0x22751f['XEssT'](_0x212653['testFramework'],_0x22751f[_0x1b962f(0x2ae)])&&_0x22751f[_0x1b962f(0x2f2)](_0x212653['testFramework'],_0x22751f['ZZiJB'])){logger['debug'](_0x1b962f(0x19f)+_0x212653['testFramework']+')');return;}try{const _0x355afe=AutomationFramework['getTrackedInstance'](),_0x10fbbf=TestFramework[_0x1b962f(0x259)](),_0x4df980=_0x212653[_0x1b962f(0x170)]||global[_0x1b962f(0x153)]?.['pwPage']||null;if(_0x22751f[_0x1b962f(0x231)](_0x212653['testFramework'],_0x22751f['ZZiJB'])){const _0x37fb46=_0x212653[_0x1b962f(0x204)]||_0x355afe&&_0x355afe['getPlatformCaps']&&_0x355afe[_0x1b962f(0x256)]()||_0x355afe&&_0x355afe['getCapabilities']&&_0x355afe[_0x1b962f(0x20c)]()||{},_0x241772=_0x212653['launchCaps']||null,_0x396e32=this[_0x1b962f(0x115)](_0x355afe,_0x37fb46,_0x241772),_0x4a80f3=CLIUtils['getCurrentInstanceName']();this[_0x1b962f(0x164)][_0x1b962f(0x290)](_0x4a80f3,_0x396e32);global[_0x1b962f(0x25b)]?.[_0x1b962f(0x1d2)]&&global[_0x1b962f(0x25b)][_0x1b962f(0x1d2)]()[_0x1b962f(0x171)](_0x396e32);_0x396e32?(global[_0x1b962f(0x151)]=!![],process[_0x1b962f(0x1e1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x22751f[_0x1b962f(0x288)]):global['accessibilityPlatform']=![];logger[_0x1b962f(0xe3)](_0x1b962f(0x2cc)+_0x396e32);return;}if(!_0x4df980){_0x10fbbf&&_0x10fbbf[_0x1b962f(0x159)](_0x22751f[_0x1b962f(0x2f1)],!![]);logger[_0x1b962f(0xe3)](_0x22751f[_0x1b962f(0xf1)]);return;}logger[_0x1b962f(0xe3)](_0x22751f[_0x1b962f(0x176)]);const _0x56c94a=_0x10fbbf?.['getData'](_0x22751f[_0x1b962f(0x1f1)],![]),_0x5622bd=_0x10fbbf?.[_0x1b962f(0x2a2)](_0x22751f[_0x1b962f(0x2f1)],![]);if(_0x22751f[_0x1b962f(0x231)](_0x56c94a,![])&&_0x22751f[_0x1b962f(0x1cd)](_0x5622bd,![])){_0x10fbbf&&_0x10fbbf[_0x1b962f(0x159)](_0x22751f[_0x1b962f(0x1f1)],!![]);logger[_0x1b962f(0xe3)](_0x22751f['BOgLT']);return;}_0x10fbbf&&_0x10fbbf[_0x1b962f(0x159)](_0x22751f[_0x1b962f(0x2f1)],!![]);let _0x125bd9,_0x1f23b9;const _0x286907=_0x212653[_0x1b962f(0x1fc)]||_0x22751f['VtUqa'];if(_0x22751f[_0x1b962f(0x2b4)](_0x286907,_0x22751f[_0x1b962f(0x2ae)])){_0x1f23b9=_0x212653[_0x1b962f(0x16c)]?.[_0x1b962f(0x2c5)]||_0x212653['testInfo']?.['id']||global['__jestCurrentTestIdentifier']||global[_0x1b962f(0x153)]?.['currentTest']?.[_0x1b962f(0x2c5)]||global[_0x1b962f(0x153)]?.[_0x1b962f(0x11a)]?.['id'];const _0x2345da=_0x10fbbf?.[_0x1b962f(0x209)]()?.[_0x1b962f(0x212)](_0x1f23b9);if(_0x2345da&&_0x2345da[TestFrameworkConstants[_0x1b962f(0x1c0)]])_0x125bd9=_0x2345da[TestFrameworkConstants[_0x1b962f(0x1c0)]];else{if(_0x212653['testInfo']?.[_0x1b962f(0xff)])_0x125bd9=_0x212653['testInfo'][_0x1b962f(0xff)];else global[_0x1b962f(0x153)]?.['currentTest']?.[_0x1b962f(0x16c)]?.['titlePath']?_0x125bd9=global['__workerDetails'][_0x1b962f(0x11a)]['testInfo'][_0x1b962f(0xff)]:_0x125bd9=_0x22751f[_0x1b962f(0xfa)];}logger[_0x1b962f(0xe3)](_0x1b962f(0x100)+_0x1f23b9+_0x1b962f(0x2a5)+JSON[_0x1b962f(0x13f)](_0x125bd9));}else{_0x1f23b9=this['getTestId'](_0x212653);const _0x5ccb74=TestInfo[_0x1b962f(0x1aa)](_0x1f23b9);let _0x5ffeed=[];if(_0x5ccb74&&Array[_0x1b962f(0x1ba)](_0x5ccb74[_0x1b962f(0x237)])&&_0x22751f[_0x1b962f(0x2a6)](_0x5ccb74[_0x1b962f(0x237)]['length'],0x0))_0x5ffeed=_0x5ccb74[_0x1b962f(0x237)];else{if(_0x10fbbf){const _0x5a5a76=_0x22751f[_0x1b962f(0x231)](typeof _0x10fbbf['getData'],_0x22751f[_0x1b962f(0x1cf)])?_0x10fbbf[_0x1b962f(0x2a2)](_0x22751f[_0x1b962f(0x1df)],[]):_0x10fbbf[_0x1b962f(0x237)]||[];Array[_0x1b962f(0x1ba)](_0x5a5a76)&&(_0x5ffeed=_0x5a5a76);}}_0x125bd9=_0x5ffeed;}logger['info']('test-tags-->\x20'+JSON['stringify'](_0x125bd9));const _0x41e16d=this[_0x1b962f(0x115)](_0x355afe,_0x212653[_0x1b962f(0x204)],_0x212653[_0x1b962f(0x147)]);logger[_0x1b962f(0xe3)](_0x1b962f(0x2ea)+_0x41e16d+_0x1b962f(0x15d)+this[_0x1b962f(0x14c)]);const _0x55cfd8=this['isEnabledTestcase'](_0x125bd9,_0x355afe,_0x286907),_0x190fce=_0x22751f[_0x1b962f(0x24d)](_0x41e16d,_0x55cfd8),_0x3d8c9a=CLIUtils[_0x1b962f(0x196)]();this[_0x1b962f(0x164)][_0x1b962f(0x290)](_0x3d8c9a,_0x190fce),global[_0x1b962f(0x25b)]?.[_0x1b962f(0x1d2)]&&global[_0x1b962f(0x25b)]['getContext']()[_0x1b962f(0x171)](_0x190fce),logger[_0x1b962f(0xe3)](_0x1b962f(0x128)+(_0x355afe?.[_0x1b962f(0x210)]?.()||_0x22751f[_0x1b962f(0x117)])+_0x1b962f(0x1fd)+_0x190fce),_0x190fce?(global['accessibilityPlatform']=!![],process[_0x1b962f(0x1e1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x22751f['IPOQU'],this['applySendMessageToServerPatch']()):global[_0x1b962f(0x151)]=![];}catch(_0x1bf08a){logger[_0x1b962f(0x2f0)](_0x1b962f(0x143)+(_0x1bf08a['stack']||_0x1bf08a[_0x1b962f(0x2e5)]));const _0x2e5154=CLIUtils[_0x1b962f(0x196)]();this[_0x1b962f(0x164)][_0x1b962f(0x290)](_0x2e5154,![]),global['accessibilityPlatform']=![];}}[a105_0x850153(0x29c)](){const _0x2496c5=a105_0x850153;return this[_0x2496c5(0x22f)]['find'](_0x40947d=>_0x40947d[_0x2496c5(0x169)]()===_0x2496c5(0x252))?.[_0x2496c5(0x17b)]()||'';}[a105_0x850153(0x11f)](_0x3ccf27){const _0x58eb2e=a105_0x850153;try{const _0x1b0078=this['accessibilityConfig']?.[_0x58eb2e(0x133)]?.[_0x58eb2e(0x18f)]||[],_0xb435bc=_0x1b0078['find'](_0x3639dc=>_0x3639dc[_0x58eb2e(0xf0)]===_0x3ccf27);return _0xb435bc?_0xb435bc[_0x58eb2e(0x2db)]:null;}catch(_0x3abe62){return logger[_0x58eb2e(0xe3)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x3ccf27+':\x20'+_0x3abe62[_0x58eb2e(0x2e5)]),null;}}async['setAccessibilityConfig'](_0x33abfa,_0xe201fb){const _0x70c0cd=a105_0x850153,_0x3ebb71=_0x33abfa['getAccessibility']()['getOptions'](),_0x189263=_0x3ebb71[_0x70c0cd(0x27e)](),_0x709407=_0x3ebb71['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x70c0cd(0x18c)](_0x189263,_0x709407),scripts[_0x70c0cd(0x2ec)]();const _0x1ffa11=_0x3ebb71['getCapabilitiesList']();this[_0x70c0cd(0x22f)]=_0x3ebb71[_0x70c0cd(0x258)](),await this[_0x70c0cd(0xdf)](_0x1ffa11,_0xe201fb[_0x70c0cd(0x147)]);}async[a105_0x850153(0xdf)](_0x31489d,_0x4787dc={}){const _0x5401dd=a105_0x850153,_0x376174={'GHDkB':_0x5401dd(0x26b),'CnQGQ':_0x5401dd(0x2d6),'DPFxP':function(_0x56f1a3,_0x796a6f){return _0x56f1a3===_0x796a6f;},'Jcuxu':_0x5401dd(0x1ac),'rRtMo':function(_0x5eccd6,_0x1a9c26){return _0x5eccd6(_0x1a9c26);},'nUFQX':_0x5401dd(0x10d),'Cooww':_0x5401dd(0x205),'yunwa':_0x5401dd(0x1d7),'mmnen':function(_0x204724,_0x4c25b7){return _0x204724||_0x4c25b7;},'DvcIB':'browserstack.accessibilityOptions.authToken','AkfEH':'../../../helpers/accessibility-automation/helper','FdedZ':'../../../helpers/helper','VNkQb':function(_0x3f2739,_0x1bfa11){return _0x3f2739(_0x1bfa11);},'OVMBX':function(_0x2eb2ef,_0x22c1c5){return _0x2eb2ef===_0x22c1c5;},'pkjjv':_0x5401dd(0xf7),'oHOLa':_0x5401dd(0x2b5),'lMJOF':function(_0x43019c,_0xe7bef0){return _0x43019c===_0xe7bef0;},'PWSXo':_0x5401dd(0x286),'AvvFc':_0x5401dd(0x154),'NkHmG':function(_0x3c1d43,_0x28bdb7){return _0x3c1d43===_0x28bdb7;},'tmeSo':_0x5401dd(0x183),'nXhUC':_0x5401dd(0x194),'JoJGk':function(_0x44305e,_0xe5b34b){return _0x44305e===_0xe5b34b;},'dlOrw':_0x5401dd(0x269),'VoTpj':_0x5401dd(0x2df)};global[_0x5401dd(0x1d0)]=global[_0x5401dd(0x1d0)]||{};const _0x40b688=Array[_0x5401dd(0x1ba)](_0x31489d)?_0x31489d[_0x5401dd(0x181)]:_0x376174['GHDkB'];logger[_0x5401dd(0xe3)](_0x5401dd(0x116)+_0x40b688+'\x20worker=\x22'+(process[_0x5401dd(0x1e1)][_0x5401dd(0x1e6)]||_0x376174[_0x5401dd(0x206)])+_0x5401dd(0x1db)+process[_0x5401dd(0x2ba)]);for(const _0x37ead3 of _0x31489d){logger[_0x5401dd(0xe3)](_0x5401dd(0x274)+_0x37ead3[_0x5401dd(0x169)]());if(_0x376174[_0x5401dd(0x1e5)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x180)])){const _0x1a16c7=_0x37ead3['getValue'](),_0x394215=_0x1a16c7?_0x376174[_0x5401dd(0x2c9)](require,_0x376174['nUFQX'])[_0x5401dd(0x111)](_0x376174[_0x5401dd(0x1f7)])[_0x5401dd(0x24f)](_0x1a16c7)[_0x5401dd(0x215)](_0x376174['yunwa'])['slice'](0x0,0x8):'';logger[_0x5401dd(0x1ea)]('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x376174[_0x5401dd(0x15a)](_0x1a16c7,'')[_0x5401dd(0x181)]+_0x5401dd(0x146)+_0x394215+_0x5401dd(0x18d)+(process[_0x5401dd(0x1e1)][_0x5401dd(0x1e6)]||_0x376174[_0x5401dd(0x206)])+'\x22\x20pid='+process[_0x5401dd(0x2ba)]),process[_0x5401dd(0x1e1)]['BS_A11Y_JWT']=_0x1a16c7,global[_0x5401dd(0x1d0)][_0x376174[_0x5401dd(0x243)]]=_0x1a16c7;const _0x432ae0=_0x376174[_0x5401dd(0x2c9)](require,_0x376174[_0x5401dd(0x2f4)]),{isTrue:_0x5796e8}=_0x376174[_0x5401dd(0x2c9)](require,_0x376174[_0x5401dd(0x142)]),_0x3ff8b1=_0x432ae0['parseA11yJwtPayload'](_0x1a16c7);_0x3ff8b1&&_0x376174[_0x5401dd(0x2cf)](_0x5796e8,_0x3ff8b1[_0x5401dd(0x10e)])&&(process[_0x5401dd(0x1e1)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x376174[_0x5401dd(0x265)](_0x37ead3[_0x5401dd(0x169)](),_0x376174[_0x5401dd(0x2d8)]))global[_0x5401dd(0x1d0)][_0x376174[_0x5401dd(0x149)]]=_0x37ead3['getValue']();else{if(_0x376174[_0x5401dd(0x2cb)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x23a)]))global[_0x5401dd(0x1d0)][_0x376174[_0x5401dd(0x280)]]=_0x37ead3['getValue']();else{if(_0x376174[_0x5401dd(0xde)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x29d)]))global['__accessibilityOptions'][_0x376174[_0x5401dd(0x11d)]]=_0x37ead3[_0x5401dd(0x17b)]();else{if(_0x376174[_0x5401dd(0x20e)](_0x37ead3['getName'](),_0x376174[_0x5401dd(0x1bf)])){const _0x46d56e=_0x37ead3[_0x5401dd(0x17b)]();process[_0x5401dd(0x1e1)][_0x5401dd(0xe5)]=_0x376174[_0x5401dd(0x2c9)](String,_0x376174[_0x5401dd(0x20e)](_0x46d56e,!![])||_0x376174[_0x5401dd(0x1e5)](_0x46d56e,_0x376174['VoTpj'])),logger[_0x5401dd(0xe3)](_0x5401dd(0x114)+_0x46d56e+_0x5401dd(0x220)+process[_0x5401dd(0x1e1)][_0x5401dd(0xe5)]);}}}}}}}async['onAfterTest'](_0x41f0e8){const _0x5c2860=a105_0x850153,_0x5eaabd={};_0x5eaabd['QtWwO']=function(_0x28f85b,_0x161ec0){return _0x28f85b!==_0x161ec0;},_0x5eaabd['GjHlm']=_0x5c2860(0x15e),_0x5eaabd[_0x5c2860(0x1ae)]=function(_0x5320e9,_0x1b9012){return _0x5320e9!==_0x1b9012;},_0x5eaabd[_0x5c2860(0x17c)]=_0x5c2860(0x27d),_0x5eaabd[_0x5c2860(0x279)]=function(_0x2ec524,_0x36f69e){return _0x2ec524!==_0x36f69e;},_0x5eaabd[_0x5c2860(0x295)]=_0x5c2860(0x157),_0x5eaabd['ZarqL']=_0x5c2860(0x11b);const _0x129e33=_0x5eaabd;if(_0x129e33['QtWwO'](_0x41f0e8[_0x5c2860(0x1fc)],_0x129e33['GjHlm'])&&_0x129e33[_0x5c2860(0x1ae)](_0x41f0e8[_0x5c2860(0x1fc)],_0x129e33[_0x5c2860(0x17c)])&&_0x129e33[_0x5c2860(0x279)](_0x41f0e8['testFramework'],_0x129e33[_0x5c2860(0x295)])){logger[_0x5c2860(0xe3)](_0x5c2860(0xee)+_0x41f0e8[_0x5c2860(0x1fc)]+')');return;}const _0x5c9f25=_0x41f0e8['testInfo']?.[_0x5c2860(0x2c5)]||_0x41f0e8[_0x5c2860(0x16c)]?.['id']||global[_0x5c2860(0x14d)];logger['info'](_0x5c2860(0x2d5)+_0x41f0e8[_0x5c2860(0x1fc)]+_0x5c2860(0x1f0)+_0x5c9f25);try{const _0x1fdd48=_0x41f0e8[_0x5c2860(0x113)]||AutomationFramework[_0x5c2860(0x259)](),_0x210242=CLIUtils[_0x5c2860(0x196)](),_0xa2bc5a=this[_0x5c2860(0x254)]();logger['debug'](_0x5c2860(0x128)+(_0x1fdd48?.['getPlatformIndex']?.()||_0x129e33['ZarqL'])+_0x5c2860(0x179)+_0xa2bc5a),_0xa2bc5a&&await this[_0x5c2860(0x298)](_0x1fdd48,_0x41f0e8),this[_0x5c2860(0x164)][_0x5c2860(0x16e)](_0x210242),this[_0x5c2860(0xfb)]['delete'](_0x210242);}catch(_0x5599c9){logger[_0x5c2860(0x2f0)](_0x5c2860(0x2dd)+(_0x5599c9[_0x5c2860(0x1c5)]||_0x5599c9[_0x5c2860(0x2e5)]));}}async[a105_0x850153(0x298)](_0x50671a,_0x10c745){const _0x137a3a=a105_0x850153,_0x2179fc={};_0x2179fc['AdUpZ']=function(_0x1a2c5b,_0xec589f){return _0x1a2c5b===_0xec589f;},_0x2179fc['vFUSk']='function',_0x2179fc[_0x137a3a(0x230)]=function(_0xa7e2e7,_0x4ce842){return _0xa7e2e7===_0x4ce842;},_0x2179fc[_0x137a3a(0xda)]=_0x137a3a(0x27d),_0x2179fc[_0x137a3a(0x102)]=_0x137a3a(0x15e),_0x2179fc[_0x137a3a(0x2e7)]=_0x137a3a(0x1dc),_0x2179fc[_0x137a3a(0x156)]='accessibility',_0x2179fc['IPNRp']=_0x137a3a(0x125),_0x2179fc[_0x137a3a(0x2d3)]=_0x137a3a(0x11b),_0x2179fc[_0x137a3a(0x101)]=_0x137a3a(0x2c1),_0x2179fc[_0x137a3a(0x25d)]=_0x137a3a(0x20b),_0x2179fc[_0x137a3a(0x2e9)]=function(_0x264067,_0xf36b3c){return _0x264067||_0xf36b3c;},_0x2179fc['OmoOt']='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2179fc[_0x137a3a(0x2a3)]=_0x137a3a(0x191),_0x2179fc['jGfCy']=_0x137a3a(0x232);const _0x230bc3=_0x2179fc;try{const _0x1dc5ea=_0x10c745[_0x137a3a(0x1fc)]||(_0x230bc3[_0x137a3a(0x230)](this[_0x137a3a(0x224)]?.[_0x137a3a(0xf0)]?.[_0x137a3a(0x217)](),_0x230bc3['SybHr'])?_0x230bc3[_0x137a3a(0xda)]:_0x230bc3[_0x137a3a(0x102)]);let _0x4aff7b='',_0x484a88=null,_0x5771a2=null;if(_0x230bc3[_0x137a3a(0x230)](_0x1dc5ea,_0x230bc3[_0x137a3a(0xda)])){_0x484a88=_0x10c745['testInfo']?.[_0x137a3a(0x2c5)]||_0x10c745[_0x137a3a(0x16c)]?.['id']||global[_0x137a3a(0x14d)];if(!_0x484a88){logger[_0x137a3a(0x13a)](_0x230bc3[_0x137a3a(0x2e7)]);return;}try{const _0x55cde2=await GrpcClient['getInstance']()[_0x137a3a(0x19c)](process[_0x137a3a(0x1e1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x230bc3[_0x137a3a(0x156)],_0x230bc3[_0x137a3a(0xfd)],_0x484a88),_0x387900=AccessibilityModule[_0x137a3a(0x2d9)](null,_0x55cde2);_0x4aff7b=_0x387900?.[_0x137a3a(0x2f3)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x4aff7b+_0x137a3a(0x20f)+_0x484a88),_0x5771a2=_0x55cde2;}catch(_0x3507be){logger['error'](_0x137a3a(0x137)+_0x3507be[_0x137a3a(0x2e5)]);return;}}else{const _0x318b5f=this['getTestId'](_0x10c745);_0x4aff7b=TestInfo[_0x137a3a(0x2ca)](_0x318b5f);}const _0x418698=((()=>{const _0x4ec458=_0x137a3a,_0x476fe7=(this[_0x4ec458(0x203)]?.[_0x4ec458(0x133)]?.[_0x4ec458(0x18f)]||[])[_0x4ec458(0x148)](_0x11fe71=>(typeof _0x11fe71[_0x4ec458(0x169)]==='function'?_0x11fe71[_0x4ec458(0x169)]():_0x11fe71['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x476fe7?_0x230bc3[_0x4ec458(0x11c)](typeof _0x476fe7[_0x4ec458(0x17b)],_0x230bc3[_0x4ec458(0x1da)])?_0x476fe7[_0x4ec458(0x17b)]():_0x476fe7[_0x4ec458(0x2db)]:'';})()),_0x2d11c3=process['env'][_0x137a3a(0x1f9)]||'';logger[_0x137a3a(0xe3)](_0x137a3a(0x128)+(_0x50671a?.[_0x137a3a(0x210)]?.()||_0x230bc3['cKIxO'])+']\x20clear\x20'+_0x4aff7b+_0x137a3a(0xf4)+_0x418698+_0x137a3a(0x140)+(_0x2d11c3?_0x230bc3[_0x137a3a(0x101)]:_0x230bc3[_0x137a3a(0x25d)]));let _0x2388ec;if(_0x230bc3[_0x137a3a(0x11c)](_0x1dc5ea,_0x230bc3[_0x137a3a(0xda)]))_0x2388ec=AccessibilityModule[_0x137a3a(0x2d9)](_0x4aff7b,_0x5771a2);else{const _0x49084c=await GrpcClient['getInstance']()[_0x137a3a(0x19c)](process[_0x137a3a(0x1e1)][_0x137a3a(0x1a9)],_0x230bc3[_0x137a3a(0x156)],_0x230bc3[_0x137a3a(0xfd)]);_0x2388ec=AccessibilityModule[_0x137a3a(0x2d9)](_0x4aff7b,_0x49084c);}logger['debug'](_0x137a3a(0x1e4)+JSON[_0x137a3a(0x13f)](_0x2388ec));const _0x596c28=Object['assign']({},{'thTestRunUuid':_0x230bc3[_0x137a3a(0x2e9)](_0x4aff7b,''),'thBuildUuid':_0x230bc3[_0x137a3a(0x2e9)](_0x418698,''),'thJwtToken':_0x230bc3[_0x137a3a(0x2e9)](_0x2d11c3,'')},_0x2388ec);!this['isAppAccessibility']&&this[_0x137a3a(0x1d3)]()&&(_0x596c28[_0x137a3a(0x226)]=!![],logger[_0x137a3a(0xe3)](_0x230bc3['OmoOt']));logger[_0x137a3a(0xe3)](_0x137a3a(0xec)+_0x4aff7b+_0x137a3a(0x15d)+this[_0x137a3a(0x14c)]);let _0x46d405=global[_0x137a3a(0x153)]?.[_0x137a3a(0x1d8)]||null;!_0x46d405&&(_0x46d405=AutomationFramework[_0x137a3a(0x238)](_0x50671a,_0x230bc3[_0x137a3a(0x2a3)],null)),!_0x46d405&&(_0x46d405=AutomationFramework[_0x137a3a(0x238)](_0x50671a,_0x230bc3[_0x137a3a(0x2e1)],null)),await this['finishScanningForCli'](this[_0x137a3a(0x254)](),_0x4aff7b,_0x46d405,_0x596c28,this['isAppAccessibility']);}catch(_0x31466e){logger[_0x137a3a(0x2f0)](_0x137a3a(0x122)+(_0x31466e[_0x137a3a(0x1c5)]||_0x31466e[_0x137a3a(0x2e5)]));}}async['finishScanningForCli'](_0x1fb65a,_0x488004,_0x49ba63,_0x3c21fe,_0x31fff5){const _0x3564db=a105_0x850153,_0x14266d={};_0x14266d[_0x3564db(0x186)]=_0x3564db(0x125),_0x14266d['HZptQ']=function(_0x58e57b,_0x3a7071){return _0x58e57b&&_0x3a7071;},_0x14266d[_0x3564db(0x2ef)]=_0x3564db(0x1f3),_0x14266d['wlGtR']=function(_0x114e4a,_0x201559){return _0x114e4a===_0x201559;},_0x14266d[_0x3564db(0xef)]=_0x3564db(0x20b),_0x14266d['UGhCl']=_0x3564db(0x14a),_0x14266d[_0x3564db(0x213)]=_0x3564db(0x21b),_0x14266d[_0x3564db(0x173)]='afterTestHook',_0x14266d[_0x3564db(0x193)]=_0x3564db(0x1bb),_0x14266d[_0x3564db(0x19d)]=_0x3564db(0x12d),_0x14266d[_0x3564db(0x22e)]=_0x3564db(0x131),_0x14266d['bvdKA']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x195230=_0x14266d;try{const _0x2e8fcb=this[_0x3564db(0x1b3)](_0x195230[_0x3564db(0x186)]);if(_0x195230[_0x3564db(0x26c)](!_0x31fff5,!_0x2e8fcb)){logger['debug'](_0x195230[_0x3564db(0x2ef)]);return;}if(!_0x488004||_0x195230['wlGtR'](_0x488004,_0x195230[_0x3564db(0xef)])||_0x195230[_0x3564db(0x2e8)](_0x488004,'')){logger[_0x3564db(0xe3)](_0x195230[_0x3564db(0x2b8)]);return;}logger[_0x3564db(0xe3)](_0x3564db(0x1be)+JSON['stringify'](_0x3c21fe)),_0x1fb65a&&(logger[_0x3564db(0xe3)](_0x195230[_0x3564db(0x213)]),await this[_0x3564db(0x163)](_0x49ba63,_0x488004,_0x195230[_0x3564db(0x173)],_0x3c21fe,_0x31fff5,_0x195230[_0x3564db(0x193)]),_0x195230[_0x3564db(0x26c)](!_0x31fff5,_0x2e8fcb)&&(logger[_0x3564db(0xe3)](_0x195230[_0x3564db(0x19d)]),await PerformanceTester['measureWrapper'](_0x195230[_0x3564db(0x22e)],async()=>{const _0x4df24f=_0x3564db;await this['performScanForCli'](_0x49ba63,_0x488004,_0x195230[_0x4df24f(0x186)],_0x3c21fe,_0x31fff5,_0x195230['jEvSO']);})()),logger[_0x3564db(0x1ea)](_0x195230[_0x3564db(0xe9)]));}catch(_0x3ac92d){logger[_0x3564db(0x2f0)](_0x3564db(0x200)+(_0x3ac92d[_0x3564db(0x1c5)]||_0x3ac92d[_0x3564db(0x2e5)]));}}async['onBeforeExecute'](_0x59e710){const _0x4e0bfc=a105_0x850153,_0x2c8381={};_0x2c8381[_0x4e0bfc(0x2c0)]=function(_0x43ca44,_0x33ff71){return _0x43ca44!==_0x33ff71;},_0x2c8381[_0x4e0bfc(0xe8)]=_0x4e0bfc(0x15e),_0x2c8381[_0x4e0bfc(0x10f)]='jest',_0x2c8381[_0x4e0bfc(0x123)]='testcafe',_0x2c8381['XGQTV']=_0x4e0bfc(0x11b),_0x2c8381[_0x4e0bfc(0x199)]=_0x4e0bfc(0xf5),_0x2c8381[_0x4e0bfc(0x1d9)]=function(_0x160d11,_0x559e2e){return _0x160d11===_0x559e2e;},_0x2c8381['CngMm']='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x2c8381[_0x4e0bfc(0x144)]=_0x4e0bfc(0x164),_0x2c8381[_0x4e0bfc(0x1fb)]=_0x4e0bfc(0x22b),_0x2c8381['amdzv']=_0x4e0bfc(0x18e),_0x2c8381[_0x4e0bfc(0x1a5)]=_0x4e0bfc(0xf2),_0x2c8381[_0x4e0bfc(0x155)]=function(_0x5d8502,_0x28ee03){return _0x5d8502===_0x28ee03;},_0x2c8381['vsxhy']='scan',_0x2c8381[_0x4e0bfc(0xe2)]=_0x4e0bfc(0x20b);const _0x213e98=_0x2c8381;if(_0x213e98[_0x4e0bfc(0x2c0)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0xe8)])&&_0x213e98[_0x4e0bfc(0x2c0)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98['GGmTz'])&&_0x213e98[_0x4e0bfc(0x2c0)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0x123)])){logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x1bd)+_0x59e710['testFramework']+')');return;}logger['debug'](_0x4e0bfc(0x284)+(_0x59e710['commandName']||_0x213e98[_0x4e0bfc(0x2ad)])+',\x20framework='+_0x59e710[_0x4e0bfc(0x1fc)]);try{const _0x35c303=_0x59e710[_0x4e0bfc(0x113)]||AutomationFramework[_0x4e0bfc(0x259)](),_0xef3bf1=TestFramework['getTrackedInstance'](),_0x27fb50=_0x59e710['commandName']||_0x59e710[_0x4e0bfc(0x2a1)]?.[_0x4e0bfc(0x169)]();if(!_0x27fb50){logger['debug'](_0x213e98[_0x4e0bfc(0x199)]);return;}if(!this[_0x4e0bfc(0x254)]()){logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x13b)+_0x27fb50);return;}if(!this['shouldScanForCommand'](_0x27fb50)){logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x294)+_0x27fb50+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x4b8fff=_0x59e710['page']||global['__workerDetails']?.[_0x4e0bfc(0x1d8)];if(!_0x4b8fff){logger[_0x4e0bfc(0xe3)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x27fb50);return;}let _0x32f7f5='',_0x3b756e=null;if(_0x213e98[_0x4e0bfc(0x1d9)](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0x10f)])){_0x3b756e=_0x59e710[_0x4e0bfc(0x16c)]?.[_0x4e0bfc(0x2c5)]||_0x59e710[_0x4e0bfc(0x16c)]?.['id']||global[_0x4e0bfc(0x14d)];if(!_0x3b756e){logger[_0x4e0bfc(0x13a)](_0x213e98['CngMm']);return;}try{const _0x3c2e01=await GrpcClient[_0x4e0bfc(0x2b3)]()[_0x4e0bfc(0x19c)](process[_0x4e0bfc(0x1e1)][_0x4e0bfc(0x1a9)],_0x213e98[_0x4e0bfc(0x144)],_0x213e98[_0x4e0bfc(0x1fb)],_0x3b756e),_0x5ce649=AccessibilityModule[_0x4e0bfc(0x2d9)](null,_0x3c2e01);_0x32f7f5=_0x5ce649?.['thTestRunUuid']||'',logger[_0x4e0bfc(0xe3)](_0x4e0bfc(0x289)+_0x32f7f5+_0x4e0bfc(0x20f)+_0x3b756e);}catch(_0x508b5){logger[_0x4e0bfc(0x2f0)](_0x4e0bfc(0x26e)+_0x508b5[_0x4e0bfc(0x2e5)]);return;}}else _0x32f7f5=this['getCapabilityValue'](_0x213e98['amdzv'])||'',!_0x32f7f5&&this[_0x4e0bfc(0x1d3)]()&&(_0x32f7f5=accessibilityHelper[_0x4e0bfc(0x2de)]());const _0x4dc227=this['getCapabilityValue'](_0x213e98[_0x4e0bfc(0x1a5)])||this[_0x4e0bfc(0x203)][this[_0x4e0bfc(0x162)]]||null,_0x414412=process[_0x4e0bfc(0x1e1)][_0x4e0bfc(0x1f9)]||'',_0x3fcf2e=this[_0x4e0bfc(0x136)](_0x27fb50,_0x32f7f5,_0x4dc227,_0x414412),_0x5b7c85=_0x213e98['UfsHs'](_0x59e710[_0x4e0bfc(0x1fc)],_0x213e98[_0x4e0bfc(0x10f)])?await AccessibilityModule[_0x4e0bfc(0x264)](_0x213e98[_0x4e0bfc(0x109)],_0x32f7f5,_0x3b756e):await AccessibilityModule[_0x4e0bfc(0x264)](_0x213e98['vsxhy'],_0x32f7f5);logger['info']('ScanArgs:\x20'+(_0x3fcf2e?JSON[_0x4e0bfc(0x13f)](_0x3fcf2e):_0x213e98[_0x4e0bfc(0xe2)]));const _0x242445=CLIUtils[_0x4e0bfc(0xea)](_0x3fcf2e,_0x5b7c85);logger[_0x4e0bfc(0x1ea)](_0x4e0bfc(0xdd)+(_0x242445?JSON['stringify'](_0x242445):_0x213e98[_0x4e0bfc(0xe2)])),logger['debug'](_0x4e0bfc(0x2cd)+_0x27fb50);const _0x44b6a5=await this['performScanForCli'](_0x4b8fff,_0x32f7f5,_0x27fb50,_0x242445,this[_0x4e0bfc(0x14c)]);logger[_0x4e0bfc(0xe3)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x27fb50+',\x20\x0a\x20'+JSON[_0x4e0bfc(0x13f)](_0x44b6a5));}catch(_0x3fa926){logger[_0x4e0bfc(0x2f0)](_0x4e0bfc(0x218)+(_0x3fa926[_0x4e0bfc(0x1c5)]||_0x3fa926['message']));}}[a105_0x850153(0x130)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x31c3d3){const _0x1440c8=CLIUtils['getCurrentInstanceName']();this['accessibility']['set'](_0x1440c8,_0x31c3d3);}async[a105_0x850153(0x2aa)](_0x30eae2){const _0x56cf9e=a105_0x850153,_0x35e745={};_0x35e745[_0x56cf9e(0x15c)]=_0x56cf9e(0x11b);const _0x422361=_0x35e745;try{const _0x217677=_0x30eae2['instance']||AutomationFramework['getTrackedInstance'](),_0x3c51ef=_0x217677?.[_0x56cf9e(0x2a2)]?.()?.[_0x56cf9e(0x212)]?.(this[_0x56cf9e(0x189)])||![];if(_0x3c51ef)return;PerformanceTester[_0x56cf9e(0x273)](EVENTS[_0x56cf9e(0x1ad)]);const _0x341670=await GrpcClient[_0x56cf9e(0x2b3)]()[_0x56cf9e(0x1f5)](_0x30eae2);_0x341670&&_0x341670['getAccessibility']&&_0x341670[_0x56cf9e(0x1ee)]()&&_0x341670[_0x56cf9e(0x1ee)]()[_0x56cf9e(0x1b8)]()?(await this['loadAccessibilityConfig'](_0x341670,_0x30eae2),_0x217677?.[_0x56cf9e(0x2a2)]&&_0x217677[_0x56cf9e(0x2a2)]()[_0x56cf9e(0x290)](this[_0x56cf9e(0x189)],!![]),logger[_0x56cf9e(0xe3)](_0x56cf9e(0x128)+(_0x217677?.[_0x56cf9e(0x210)]?.()||_0x422361[_0x56cf9e(0x15c)])+_0x56cf9e(0x27a))):logger['debug']('[platform\x20-\x20'+(_0x217677?.[_0x56cf9e(0x210)]?.()||_0x422361[_0x56cf9e(0x15c)])+_0x56cf9e(0x2bd)),PerformanceTester['end'](EVENTS[_0x56cf9e(0x1ad)]);}catch(_0x44afd2){PerformanceTester[_0x56cf9e(0x20a)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x44afd2[_0x56cf9e(0x2e5)]),logger['error'](_0x56cf9e(0x145)+(_0x44afd2['stack']||_0x44afd2[_0x56cf9e(0x2e5)]));}}async[a105_0x850153(0x268)](_0x30c5fd,_0x32ba6e){const _0x30197f=a105_0x850153;await this['setAccessibilityConfig'](_0x30c5fd,_0x32ba6e);const _0x3d0e4e=_0x30c5fd[_0x30197f(0x1ee)]()[_0x30197f(0x167)]();if(_0x3d0e4e){const _0x71de96=_0x30c5fd[_0x30197f(0x127)]&&_0x30c5fd[_0x30197f(0x127)]();_0x71de96&&(this['accessibilityConfig'][this[_0x30197f(0x162)]]=_0x71de96[_0x30197f(0x2b0)]&&_0x71de96[_0x30197f(0x2b0)]());}}[a105_0x850153(0x19a)](_0x5b44b5){const _0x1427f3=a105_0x850153,_0x2ac5fd={};_0x2ac5fd['rokCY']=function(_0x5a6790,_0x121ad0){return _0x5a6790===_0x121ad0;};const _0x414c59=_0x2ac5fd;try{if(!_0x5b44b5)return![];const _0x3d2800=this[_0x1427f3(0x203)]?.[_0x1427f3(0x133)]?.['commandsToWrap']?.['commandsList']||[],_0x1d5f8d=_0x3d2800[_0x1427f3(0x17a)](_0x1b56ed=>{const _0x4b3b0f=_0x1427f3;return _0x1b56ed[_0x4b3b0f(0xf0)]&&_0x414c59['rokCY'](_0x1b56ed[_0x4b3b0f(0xf0)][_0x4b3b0f(0x217)](),_0x5b44b5[_0x4b3b0f(0x217)]());});return logger[_0x1427f3(0xe3)](_0x1427f3(0x121)+_0x5b44b5+'\x20->\x20'+_0x1d5f8d+_0x1427f3(0x1b5)+JSON[_0x1427f3(0x13f)](_0x3d2800[_0x1427f3(0x1f6)](_0x2f0703=>_0x2f0703[_0x1427f3(0xf0)]))),_0x1d5f8d;}catch(_0x179682){return logger[_0x1427f3(0xe3)](_0x1427f3(0x21c)+_0x179682[_0x1427f3(0x2e5)]),![];}}[a105_0x850153(0x16b)](_0x2d262f){const _0x3f8a5e=a105_0x850153,_0xdad86d={};_0xdad86d[_0x3f8a5e(0x287)]=function(_0x2ce0a,_0x17c5f9){return _0x2ce0a===_0x17c5f9;},_0xdad86d[_0x3f8a5e(0x257)]=_0x3f8a5e(0x1d1),_0xdad86d[_0x3f8a5e(0x2b2)]=_0x3f8a5e(0x13e);const _0x1d3ed3=_0xdad86d,_0x5580f6=_0x2d262f[_0x3f8a5e(0x1a2)]&&_0x2d262f[_0x3f8a5e(0x1a2)]();return _0x5580f6&&_0x1d3ed3['TTXZT'](typeof _0x5580f6,_0x1d3ed3[_0x3f8a5e(0x257)])&&_0x5580f6[_0x3f8a5e(0x17f)](_0x1d3ed3[_0x3f8a5e(0x2b2)]);}[a105_0x850153(0x2bb)](_0x5b0fd7){const _0x2e0550=a105_0x850153,_0x5c9e63={};_0x5c9e63[_0x2e0550(0x28b)]=function(_0x397564,_0x3873a6){return _0x397564!==_0x3873a6;},_0x5c9e63[_0x2e0550(0x2e6)]='string',_0x5c9e63[_0x2e0550(0x2c7)]=_0x2e0550(0x164),_0x5c9e63[_0x2e0550(0x225)]=_0x2e0550(0x22b),_0x5c9e63['EPhiU']=_0x2e0550(0x23b),_0x5c9e63['IBsVA']=_0x2e0550(0x236);const _0x45918d=_0x5c9e63,_0x594214=_0x5b0fd7[_0x2e0550(0x1a2)]&&_0x5b0fd7[_0x2e0550(0x1a2)]();if(!_0x594214||_0x45918d[_0x2e0550(0x28b)](typeof _0x594214,_0x45918d[_0x2e0550(0x2e6)]))return![];return _0x594214[_0x2e0550(0x17f)](_0x45918d[_0x2e0550(0x2c7)])||_0x594214[_0x2e0550(0x17f)](_0x45918d['CboTh'])||_0x594214[_0x2e0550(0x17f)](_0x45918d[_0x2e0550(0x139)])||_0x594214[_0x2e0550(0x17f)](_0x45918d[_0x2e0550(0x175)]);}[a105_0x850153(0x1d3)](){const _0x20cbaa=a105_0x850153,_0x1aa04d={'YuIPw':function(_0x5c9e08,_0x4718fc){return _0x5c9e08===_0x4718fc;},'Runsy':_0x20cbaa(0x22d),'wzqra':function(_0x5e1bbe,_0x2e7270){return _0x5e1bbe(_0x2e7270);},'FRrnv':_0x20cbaa(0x2bf),'Srakl':function(_0x5d5cef,_0x87ddf2){return _0x5d5cef(_0x87ddf2);},'ZRydn':_0x20cbaa(0x214),'qcckS':function(_0x5005a1,_0x568da1){return _0x5005a1===_0x568da1;},'fXPtf':_0x20cbaa(0x1fe),'ijtmK':'chrome'};try{const _0x5b788f=this[_0x20cbaa(0x203)]?.[_0x20cbaa(0x133)]?.[_0x20cbaa(0x18f)]||[],_0x2db275=_0x20da25=>{const _0x1e0204=_0x20cbaa,_0x36daf8=_0x5b788f[_0x1e0204(0x148)](_0x4c0593=>(typeof _0x4c0593[_0x1e0204(0x169)]===_0x1e0204(0x22d)?_0x4c0593[_0x1e0204(0x169)]():_0x4c0593['name'])===_0x20da25);return _0x36daf8?_0x1aa04d[_0x1e0204(0x119)](typeof _0x36daf8['getValue'],_0x1aa04d[_0x1e0204(0x1ce)])?_0x36daf8[_0x1e0204(0x17b)]():_0x36daf8[_0x1e0204(0x2db)]:null;},_0x562681=_0x1aa04d[_0x20cbaa(0x2f5)](_0x2db275,_0x1aa04d[_0x20cbaa(0x1b0)]),_0x175689=_0x1aa04d[_0x20cbaa(0x129)](_0x2db275,_0x1aa04d[_0x20cbaa(0x2a0)]),_0xea275f=global[_0x20cbaa(0x1c6)]||_0x562681&&_0x1aa04d['qcckS'](_0x1aa04d[_0x20cbaa(0x129)](String,_0x562681)[_0x20cbaa(0x217)](),_0x1aa04d[_0x20cbaa(0x1af)])&&_0x175689&&_0x1aa04d[_0x20cbaa(0x2f5)](String,_0x175689)[_0x20cbaa(0x217)]()[_0x20cbaa(0x17f)](_0x1aa04d[_0x20cbaa(0x17d)]);if(!_0xea275f)return![];if(!accessibilityHelper[_0x20cbaa(0x269)]())return!this[_0x20cbaa(0x1b9)]&&(logger[_0x20cbaa(0x13a)](accessibilityHelper[_0x20cbaa(0xf3)]),this[_0x20cbaa(0x1b9)]=!![]),![];return!![];}catch(_0x51b33f){return logger[_0x20cbaa(0xe3)](_0x20cbaa(0x207)+_0x51b33f['message']),![];}}[a105_0x850153(0x136)](_0x65d25b,_0x4ac5b3,_0x2ba057,_0x353e61){const _0x2ffe6e=a105_0x850153,_0x4df087={};_0x4df087[_0x2ffe6e(0x242)]=function(_0x10ded5,_0x2a09c8){return _0x10ded5||_0x2a09c8;},_0x4df087[_0x2ffe6e(0x28d)]=function(_0x11291c,_0x1eb989){return _0x11291c&&_0x1eb989;},_0x4df087[_0x2ffe6e(0x161)]=function(_0x33ac37,_0x5841bb){return _0x33ac37||_0x5841bb;},_0x4df087[_0x2ffe6e(0xdc)]=function(_0x1827ec,_0x285f75){return _0x1827ec||_0x285f75;},_0x4df087[_0x2ffe6e(0x2a4)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x579816=_0x4df087;let _0x21c358=_0x579816[_0x2ffe6e(0x242)](_0x4ac5b3,'');const _0x21e645=!this['isAppAccessibility']&&this[_0x2ffe6e(0x1d3)]();_0x579816[_0x2ffe6e(0x28d)](_0x21e645,!_0x21c358)&&(_0x21c358=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x584f0e={'command':_0x65d25b,'thTestRunUuid':_0x21c358,'thBuildUuid':_0x579816[_0x2ffe6e(0x161)](_0x2ba057,''),'thJwtToken':_0x579816[_0x2ffe6e(0xdc)](_0x353e61,''),'timestamp':new Date()[_0x2ffe6e(0x158)]()};return _0x21e645&&(_0x584f0e[_0x2ffe6e(0x226)]=!![],logger[_0x2ffe6e(0xe3)](_0x579816[_0x2ffe6e(0x2a4)])),_0x584f0e;}[a105_0x850153(0x1b3)](_0x2250f7){const _0xa4e506=a105_0x850153,_0x3fa54b={};_0x3fa54b['hACHs']=function(_0x3b1742,_0x59c464){return _0x3b1742||_0x59c464;};const _0x190925=_0x3fa54b;try{const _0x31baa0=this[_0xa4e506(0x203)]?.[_0xa4e506(0x133)]?.[_0xa4e506(0x138)]||[],_0x45d91a=_0x31baa0[_0xa4e506(0x148)](_0x1021ea=>_0x1021ea['name']===_0x2250f7);return _0x190925['hACHs'](_0x45d91a,null);}catch(_0x5ec164){return logger[_0xa4e506(0xe3)](_0xa4e506(0x112)+_0x2250f7+':\x20'+_0x5ec164[_0xa4e506(0x2e5)]),null;}}async[a105_0x850153(0xfc)](_0x30f9a9,_0x1dcc88,_0x3b3819=null){const _0x2b8a7a=a105_0x850153,_0x3752ce={'wqADe':function(_0x204712,_0x6e2182){return _0x204712(_0x6e2182);},'BxZhT':'../../playwright/accessibility-helper'};try{if(!_0x30f9a9)return logger[_0x2b8a7a(0xe3)](_0x2b8a7a(0x166)+_0x1dcc88),null;const _0x3dd04e=this[_0x2b8a7a(0x1b3)](_0x1dcc88);if(!_0x3dd04e||!_0x3dd04e[_0x2b8a7a(0x2a1)])return logger[_0x2b8a7a(0xe3)]('executeScriptByName:\x20No\x20'+_0x1dcc88+_0x2b8a7a(0xe0)),null;logger[_0x2b8a7a(0xe3)](_0x2b8a7a(0x165)+_0x1dcc88+'\x20accessibility\x20script\x20on\x20page');const _0x53cb3f=_0x3752ce[_0x2b8a7a(0x1b7)](require,_0x3752ce[_0x2b8a7a(0x12a)]),_0x25be10=_0x3b3819?await _0x53cb3f[_0x2b8a7a(0x277)](_0x30f9a9,_0x3dd04e[_0x2b8a7a(0x2a1)],_0x3b3819):await _0x53cb3f[_0x2b8a7a(0x277)](_0x30f9a9,_0x3dd04e[_0x2b8a7a(0x2a1)]);return _0x25be10;}catch(_0x1e3d62){return logger[_0x2b8a7a(0x2f0)]('Error\x20executing\x20script\x20'+_0x1dcc88+':\x20'+(_0x1e3d62[_0x2b8a7a(0x1c5)]||_0x1e3d62['message'])),null;}}async[a105_0x850153(0x163)](_0x457f15,_0x5deaea,_0x529547,_0xc89500,_0x495492,_0x39af5b=a105_0x850153(0x1bb)){const _0x5ee618=a105_0x850153,_0x5f02e9={'BzkiN':function(_0x1421d0,_0x2ac271){return _0x1421d0===_0x2ac271;},'fkCfW':'scan','zMDvw':function(_0x5af60e,_0x12385e){return _0x5af60e(_0x12385e);},'XLCkm':_0x5ee618(0x185)};try{logger[_0x5ee618(0xe3)](_0x5ee618(0x1ef)+_0x529547+_0x5ee618(0x25a)+_0x39af5b);const _0x14f2c3=this[_0x5ee618(0x1b3)](_0x39af5b);if(!_0x14f2c3||!_0x14f2c3[_0x5ee618(0x2a1)]){logger['debug'](_0x5ee618(0x248)+_0x39af5b+_0x5ee618(0x29e));return;}if(_0x5f02e9[_0x5ee618(0x249)](_0x39af5b,_0x5f02e9[_0x5ee618(0x24e)])){const _0x5c856a=_0x5f02e9[_0x5ee618(0x19b)](require,_0x5f02e9[_0x5ee618(0x250)]),_0xfa8dd0={};_0xfa8dd0[_0x5ee618(0x2a1)]=_0x529547;const _0x50251b=await PerformanceTester[_0x5ee618(0x1d5)](PerformanceA11yEvents[_0x5ee618(0x1a8)],async()=>{const _0xad1e6a=_0x5ee618;return await _0x5c856a[_0xad1e6a(0x277)](_0x457f15,_0x14f2c3['command'],_0xc89500);},_0xfa8dd0)();return logger['info'](_0x5ee618(0x1a4)+_0x39af5b+_0x5ee618(0x23d)+_0x529547+':\x20'+util['format'](_0x50251b)),_0x50251b;}const _0x36df0d=_0x5f02e9[_0x5ee618(0x19b)](require,_0x5f02e9[_0x5ee618(0x250)]),_0x4d4e34=await PerformanceTester[_0x5ee618(0x1d5)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x119d6f=_0x5ee618;return await _0x36df0d[_0x119d6f(0x277)](_0x457f15,_0x14f2c3['command'],_0xc89500);})();return logger[_0x5ee618(0x1ea)]('Page\x20'+_0x39af5b+_0x5ee618(0x23d)+_0x529547+':\x20'+util[_0x5ee618(0x255)](_0x4d4e34)),_0x4d4e34;}catch(_0xc64c1b){logger[_0x5ee618(0x2f0)](_0x5ee618(0x244)+_0x39af5b+':\x20'+(_0xc64c1b['stack']||_0xc64c1b[_0x5ee618(0x2e5)]));}}async[a105_0x850153(0x16f)](_0x26817f){const _0x42f09d=a105_0x850153,_0x57e84f={'vfKXz':function(_0x2083f6,_0x4f1a33){return _0x2083f6(_0x4f1a33);},'rwECk':_0x42f09d(0x202)};try{const _0x11ec94=_0x57e84f[_0x42f09d(0x229)](require,_0x57e84f[_0x42f09d(0x1e3)]);return await _0x11ec94[_0x42f09d(0x2bc)](_0x26817f);}catch(_0x311411){return logger[_0x42f09d(0x2f0)](_0x42f09d(0x261)+(_0x311411['stack']||_0x311411[_0x42f09d(0x2e5)])),![];}}[a105_0x850153(0x120)](_0x39f807,_0x3b567b,_0x33601b){const _0xe43bf=a105_0x850153,_0x5ad774={'SBINu':function(_0x1d1afd,_0x3c18eb){return _0x1d1afd(_0x3c18eb);},'rbGIX':_0xe43bf(0x185),'eWegR':_0xe43bf(0x1dd),'CkiyY':_0xe43bf(0xe7)};try{const _0x341183=_0x5ad774[_0xe43bf(0x26f)](require,_0x5ad774[_0xe43bf(0x13d)]);_0x341183[_0xe43bf(0x120)](_0x39f807,_0x3b567b,_0x33601b);const _0x5cb05a=JSON[_0xe43bf(0x13f)](_0x39f807)[_0xe43bf(0x22a)](/"browserstack\.user":"[^"]*"/g,_0x5ad774[_0xe43bf(0x2d1)])[_0xe43bf(0x22a)](/"browserstack\.key":"[^"]*"/g,_0x5ad774[_0xe43bf(0x22c)]);logger[_0xe43bf(0xe3)]('Processed\x20accessibility\x20caps\x20'+global[_0xe43bf(0x151)]+'\x20'+_0x5cb05a);}catch(_0x21768c){logger[_0xe43bf(0x2f0)](_0xe43bf(0x25f)+(_0x21768c[_0xe43bf(0x1c5)]||_0x21768c[_0xe43bf(0x2e5)]));}}async[a105_0x850153(0x2c3)]({fetchFn:_0xa60e70,isNonEmpty:_0x25d3ad,resultDetail:_0x4be603,totalMs:_0x1e93e8,intervalMs:_0x4151d5,name:_0x29628e}){const _0x5c952c=a105_0x850153,_0x1dbd3e={'oebHE':function(_0x34d1ad,_0x123686){return _0x34d1ad+_0x123686;},'Sjabk':function(_0x4c52a5,_0x5ddd89){return _0x4c52a5<_0x5ddd89;},'yIyST':function(_0x1feb33){return _0x1feb33();},'XTqOz':function(_0x688bff,_0x28206b){return _0x688bff(_0x28206b);},'PjieK':function(_0x5402d9,_0x56bda6){return _0x5402d9>=_0x56bda6;},'SiDlQ':function(_0x3ac135,_0x32a2a3){return _0x3ac135+_0x32a2a3;},'hVcYo':function(_0x464b80,_0x563e62){return _0x464b80-_0x563e62;}},_0x408109=Date[_0x5c952c(0x27f)](),_0x1a2dc3=_0x1dbd3e[_0x5c952c(0x282)](_0x408109,_0x1e93e8);let _0x3c2acb=0x0,_0x365303=null,_0x19e310=![];while(_0x1dbd3e[_0x5c952c(0x241)](Date['now'](),_0x1a2dc3)){_0x3c2acb++,_0x365303=await _0x1dbd3e[_0x5c952c(0x160)](_0xa60e70),_0x19e310=_0x1dbd3e[_0x5c952c(0x1f8)](_0x25d3ad,_0x365303),logger[_0x5c952c(0xe3)]('['+_0x29628e+_0x5c952c(0x12e)+_0x3c2acb+'\x20'+_0x1dbd3e[_0x5c952c(0x1f8)](_0x4be603,_0x365303));if(_0x19e310)break;if(_0x1dbd3e[_0x5c952c(0x24a)](_0x1dbd3e['SiDlQ'](Date[_0x5c952c(0x27f)](),_0x4151d5),_0x1a2dc3))break;await new Promise(_0x5020c6=>setTimeout(_0x5020c6,_0x4151d5));}return!_0x19e310&&logger['warn']('['+_0x29628e+']\x20polled\x20'+_0x3c2acb+_0x5c952c(0x234)+_0x1dbd3e['hVcYo'](Date[_0x5c952c(0x27f)](),_0x408109)+_0x5c952c(0x2b1)+_0x1dbd3e[_0x5c952c(0x1f8)](_0x4be603,_0x365303)+_0x5c952c(0x2c4)),_0x365303;}async[a105_0x850153(0x239)](_0x584621){const _0x46116d=a105_0x850153,_0x3ca7df={};_0x3ca7df[_0x46116d(0x2c2)]=_0x46116d(0x223),_0x3ca7df['KAxpY']=function(_0x206d7a,_0x833c3a){return _0x206d7a>_0x833c3a;},_0x3ca7df['PstSa']='AccessibilityModule.getResults';const _0x49be9f=_0x3ca7df;try{if(!this[_0x46116d(0x254)]())return logger[_0x46116d(0x13a)](_0x49be9f['wicjw']),[];const _0x204a21=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x49be9f[_0x46116d(0x2d2)](Object['keys'](_0x204a21)[_0x46116d(0x181)],0x0)&&logger[_0x46116d(0xe3)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON['stringify'](_0x204a21));const _0x1c35fa=await this[_0x46116d(0x2c3)]({'fetchFn':()=>Object[_0x46116d(0x2e0)](_0x204a21)['length']>0x0?this['executeScriptByName'](_0x584621,_0x46116d(0x23b),_0x204a21):this[_0x46116d(0xfc)](_0x584621,_0x46116d(0x23b)),'isNonEmpty':_0x1b238d=>Array[_0x46116d(0x1ba)](_0x1b238d)&&_0x1b238d['length']>0x0,'resultDetail':_0x2ae5b2=>_0x46116d(0x124)+(Array[_0x46116d(0x1ba)](_0x2ae5b2)?_0x2ae5b2[_0x46116d(0x181)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x49be9f[_0x46116d(0x251)]});return _0x1c35fa||[];}catch(_0x21c321){return logger[_0x46116d(0x2f0)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x21c321['stack']||_0x21c321[_0x46116d(0x2e5)])),[];}}async['getAccessibilityResultsSummary'](_0x1626ce){const _0x4478b6=a105_0x850153,_0x267f3c={'ckkSh':function(_0x2be985,_0x1ebb8b,_0x3675a1){return _0x2be985(_0x1ebb8b,_0x3675a1);},'GzRKI':_0x4478b6(0x1bb),'AnufK':function(_0x4b0734,_0x482637){return _0x4b0734(_0x482637);},'hKcnH':_0x4478b6(0x141),'GYZxt':_0x4478b6(0x2a8),'txOaH':function(_0x4e2878,_0xe80266){return _0x4e2878(_0xe80266);},'eFPQy':_0x4478b6(0x2e3),'OmBHD':function(_0x2d4ecd,_0x3ac630){return _0x2d4ecd===_0x3ac630;},'XARwT':_0x4478b6(0x27d),'AMsUi':_0x4478b6(0x2e4),'LcIAL':'accessibility','tDZCK':_0x4478b6(0xf2),'jeqNY':_0x4478b6(0x21f),'toWZs':_0x4478b6(0x18e),'EgdEe':_0x4478b6(0x1ca),'tlswX':_0x4478b6(0x18a),'VGmSb':'AccessibilityModule.getResultsSummary','bhzMG':_0x4478b6(0x2dc),'FAWME':_0x4478b6(0x1cc)};try{if(!this[_0x4478b6(0x254)]())return logger['warn'](_0x267f3c[_0x4478b6(0x1e0)]),{};const _0x29a24c=_0x267f3c[_0x4478b6(0x216)](require,_0x267f3c['eFPQy']),_0x3ab728=_0x29a24c['getTestFrameworkDetail'](),_0xdb1a01=_0x267f3c[_0x4478b6(0x2a7)](_0x3ab728?.[_0x4478b6(0xf0)]?.[_0x4478b6(0x217)](),_0x267f3c[_0x4478b6(0x2a9)]);let _0x5cc6a7='',_0x1259ba=null,_0x3e949d=null;if(_0xdb1a01){_0x1259ba=global[_0x4478b6(0x14d)]||global[_0x4478b6(0x153)]?.[_0x4478b6(0x11a)]?.[_0x4478b6(0x2c5)]||global[_0x4478b6(0x153)]?.['currentTest']?.['id'];if(!_0x1259ba)return logger['warn'](_0x267f3c[_0x4478b6(0x2be)]),{};try{const _0x3557d3=await GrpcClient['getInstance']()[_0x4478b6(0x19c)](process[_0x4478b6(0x1e1)][_0x4478b6(0x1a9)],_0x267f3c[_0x4478b6(0x118)],_0x267f3c[_0x4478b6(0x2d7)],_0x1259ba),_0x427639=AccessibilityModule[_0x4478b6(0x2d9)](null,_0x3557d3);_0x5cc6a7=_0x427639?.[_0x4478b6(0x2f3)]||'',logger[_0x4478b6(0xe3)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5cc6a7+_0x4478b6(0x20f)+_0x1259ba);const _0x574bb5=await AccessibilityModule[_0x4478b6(0x264)](_0x267f3c[_0x4478b6(0x2d7)],_0x5cc6a7,_0x1259ba),_0x27c7ec=this[_0x4478b6(0x11f)](_0x267f3c[_0x4478b6(0x1d4)])||this[_0x4478b6(0x203)][this[_0x4478b6(0x162)]]||null,_0x5bbd97=process[_0x4478b6(0x1e1)][_0x4478b6(0x1f9)]||'',_0xc883dc=this['getParamsForScanForCli'](_0x267f3c[_0x4478b6(0x2d0)],_0x5cc6a7,_0x27c7ec,_0x5bbd97);_0x3e949d=_0x29a24c[_0x4478b6(0xea)](_0xc883dc,_0x574bb5),logger['debug'](_0x4478b6(0x135)+JSON[_0x4478b6(0x13f)](_0x3e949d));}catch(_0x28e203){return logger['error'](_0x4478b6(0x24b)+_0x28e203[_0x4478b6(0x2e5)]),{};}}else{_0x5cc6a7=this[_0x4478b6(0x11f)](_0x267f3c[_0x4478b6(0xe6)])||'';!_0x5cc6a7&&this[_0x4478b6(0x1d3)]()&&(_0x5cc6a7=accessibilityHelper[_0x4478b6(0x2de)]());const _0x582e2e=this[_0x4478b6(0x11f)](_0x267f3c[_0x4478b6(0x1d4)])||this['accessibilityConfig'][this[_0x4478b6(0x162)]]||null,_0x34e920=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';_0x3e949d=this[_0x4478b6(0x136)](_0x267f3c[_0x4478b6(0x2d0)],_0x5cc6a7,_0x582e2e,_0x34e920);}logger[_0x4478b6(0xe3)](_0x267f3c['EgdEe']);const _0x539310=0x15f90,_0x9ae340=0x1388;try{await PerformanceTester[_0x4478b6(0x1d5)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x104db4=_0x4478b6,_0x3b9e47={'oENzu':function(_0x394547,_0x3bf7c8,_0x1e1359){const _0x3610bc=a105_0x527e;return _0x267f3c[_0x3610bc(0x233)](_0x394547,_0x3bf7c8,_0x1e1359);}},_0x51e656=this[_0x104db4(0xfc)](_0x1626ce,_0x267f3c[_0x104db4(0x28c)],_0x3e949d);let _0x2af99e;const _0x268435=new Promise((_0x4ed28f,_0x51f205)=>{const _0x557d91=_0x104db4;_0x2af99e=_0x3b9e47[_0x557d91(0x1c2)](setTimeout,()=>_0x51f205(new Error(_0x557d91(0xf6)+_0x539310+'ms')),_0x539310);});try{const _0x58d227=await Promise['race']([_0x51e656,_0x268435]);logger[_0x104db4(0xe3)]('Scan\x20result:\x20'+util[_0x104db4(0x255)](_0x58d227));}finally{_0x267f3c[_0x104db4(0xe4)](clearTimeout,_0x2af99e);}},{'command':_0x267f3c['jeqNY']})();}catch(_0x2294cd){logger[_0x4478b6(0x13a)](_0x4478b6(0x13c)+_0x2294cd[_0x4478b6(0x2e5)]+_0x4478b6(0x14f)),global[_0x4478b6(0x1c9)]={'reason':_0x267f3c['tlswX'],'at':Date[_0x4478b6(0x27f)](),'where':_0x267f3c[_0x4478b6(0x108)]},await new Promise(_0x4898b5=>setTimeout(_0x4898b5,_0x9ae340)),logger[_0x4478b6(0xe3)]('[AccessibilityModule.getResultsSummary]\x20waited\x20'+_0x9ae340+_0x4478b6(0x275));}const _0x12c518=await this[_0x4478b6(0x2c3)]({'fetchFn':()=>PerformanceTester[_0x4478b6(0x1d5)](PerformanceA11yEvents[_0x4478b6(0x1a7)],async()=>{const _0x534281=_0x4478b6;return await this[_0x534281(0xfc)](_0x1626ce,_0x267f3c[_0x534281(0x2d7)],_0x3e949d);})(),'isNonEmpty':_0x595c7b=>_0x595c7b&&typeof _0x595c7b[_0x4478b6(0x2eb)]===_0x4478b6(0x1f4)&&_0x595c7b[_0x4478b6(0x2eb)]>0x0,'resultDetail':_0x4e2cbf=>'totalIssueCount='+(_0x4e2cbf&&typeof _0x4e2cbf[_0x4478b6(0x2eb)]===_0x4478b6(0x1f4)?_0x4e2cbf['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x267f3c['VGmSb']});if(!_0x12c518)return logger['debug'](_0x267f3c[_0x4478b6(0x21a)]),{};return _0x267f3c[_0x4478b6(0x2a7)](typeof _0x12c518,_0x267f3c['FAWME'])&&global[_0x4478b6(0x1c9)]&&(_0x12c518['degraded']=!![],_0x12c518[_0x4478b6(0x195)]=global[_0x4478b6(0x1c9)][_0x4478b6(0x25e)]),_0x12c518;}catch(_0x4af4b1){return logger['error'](_0x4478b6(0x12c)+(_0x4af4b1[_0x4478b6(0x1c5)]||_0x4af4b1[_0x4478b6(0x2e5)])),{};}}async['performPageScan'](_0x1d02d8,_0x5d5ff9,_0x269049=null){const _0xe1ae44=a105_0x850153,_0x19994c={};_0x19994c[_0xe1ae44(0x2af)]=_0xe1ae44(0x1c8),_0x19994c['OgAAW']=_0xe1ae44(0x28e),_0x19994c[_0xe1ae44(0x1bc)]=_0xe1ae44(0x21d);const _0x3d02be=_0x19994c;try{if(!_0x1d02d8)return logger[_0xe1ae44(0xe3)](_0x3d02be[_0xe1ae44(0x2af)]),null;if(!_0x5d5ff9)return logger[_0xe1ae44(0xe3)](_0x3d02be['OgAAW']),null;logger[_0xe1ae44(0xe3)](_0x3d02be['IcDde']);const _0x3fc5b2=_0x269049?await _0x1d02d8[_0xe1ae44(0x228)](_0x5d5ff9,_0x269049):await _0x1d02d8[_0xe1ae44(0x228)](_0x5d5ff9);return _0x3fc5b2;}catch(_0x24a808){return logger[_0xe1ae44(0x2f0)](_0xe1ae44(0x23c)+(_0x24a808[_0xe1ae44(0x1c5)]||_0x24a808[_0xe1ae44(0x2e5)])),null;}}static[a105_0x850153(0x2d9)](_0x548716,_0x4b137d){const _0x54107d=a105_0x850153,_0x4b29d4={};_0x4b29d4[_0x54107d(0x222)]=_0x54107d(0x235);const _0x3ef3b9=_0x4b29d4,_0x4a9ddf={};_0x4a9ddf[_0x54107d(0x2f3)]=_0x548716;const _0xbbbd94=_0x4a9ddf;let _0x3ff59a={};if(_0x4b137d[_0x54107d(0x1b8)]()&&_0x4b137d['hasAccessibilityExecuteParams']())try{_0x3ff59a=JSON[_0x54107d(0x1c3)](new Buffer(_0x4b137d[_0x54107d(0x2ab)]())[_0x54107d(0x2ce)](_0x3ef3b9[_0x54107d(0x222)]));}catch(_0xa7c841){logger[_0x54107d(0x2f0)](_0x54107d(0x1a1)+_0xa7c841['message']),_0x3ff59a={};}return CLIUtils[_0x54107d(0xea)](_0xbbbd94,_0x3ff59a);}static async[a105_0x850153(0x264)](_0x32d48d,_0x3cc305='',_0x47d9e5=null){const _0x12cf6f=a105_0x850153,_0x10770a={};_0x10770a[_0x12cf6f(0x14e)]=_0x12cf6f(0x240),_0x10770a['RMkJc']=_0x12cf6f(0x164);const _0x308c16=_0x10770a;try{if(!_0x47d9e5&&AccessibilityModule[_0x12cf6f(0x15f)])return AccessibilityModule[_0x12cf6f(0x16a)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x12cf6f(0x2f0)](_0x308c16['XUaLF']),{};const _0x471a3d=await GrpcClient['getInstance']()[_0x12cf6f(0x19c)](process['env'][_0x12cf6f(0x1a9)],_0x308c16['RMkJc'],_0x32d48d,_0x47d9e5),_0x16f6b1=_0x47d9e5?AccessibilityModule['loadDriverExecuteParams'](null,_0x471a3d)?.['thTestRunUuid']||_0x3cc305:_0x3cc305,_0x285b9a=AccessibilityModule[_0x12cf6f(0x2d9)](_0x16f6b1,_0x471a3d);return!_0x47d9e5&&(AccessibilityModule[_0x12cf6f(0x16a)]=_0x285b9a,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x285b9a;}catch(_0x2bd814){return logger['error']('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x32d48d+':\x20'+(_0x2bd814[_0x12cf6f(0x1c5)]||_0x2bd814['message'])),{};}}};module[a105_0x850153(0x103)]=AccessibilityModule;
|
|
1
|
+
const a105_0x3fc317=a105_0x5710;(function(_0x46c819,_0x19e5db){const _0x29e9d2=a105_0x5710,_0x4703f8=_0x46c819();while(!![]){try{const _0x1124b8=-parseInt(_0x29e9d2(0x2d2))/0x1+parseInt(_0x29e9d2(0x338))/0x2+-parseInt(_0x29e9d2(0x39e))/0x3*(-parseInt(_0x29e9d2(0x31b))/0x4)+parseInt(_0x29e9d2(0x22d))/0x5*(-parseInt(_0x29e9d2(0x210))/0x6)+-parseInt(_0x29e9d2(0x243))/0x7*(parseInt(_0x29e9d2(0x38a))/0x8)+-parseInt(_0x29e9d2(0x358))/0x9+parseInt(_0x29e9d2(0x264))/0xa;if(_0x1124b8===_0x19e5db)break;else _0x4703f8['push'](_0x4703f8['shift']());}catch(_0x4f4bc8){_0x4703f8['push'](_0x4703f8['shift']());}}}(a105_0x3453,0x6496d));function a105_0x5710(_0x4167db,_0x21694b){const _0x345343=a105_0x3453();return a105_0x5710=function(_0x5710a9,_0x5ec386){_0x5710a9=_0x5710a9-0x1ac;let _0x2a2971=_0x345343[_0x5710a9];return _0x2a2971;},a105_0x5710(_0x4167db,_0x21694b);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a105_0x3fc317(0x2a1)),CLIUtils=require(a105_0x3fc317(0x393)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a105_0x3fc317(0x262)),AutomationFrameworkState=require(a105_0x3fc317(0x2ec)),HookState=require('../state/hookState'),GrpcClient=require(a105_0x3fc317(0x2f3)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a105_0x3fc317(0x25a)),PerformanceTester=require(a105_0x3fc317(0x329)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a105_0x3fc317(0x1b8)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a105_0x3fc317(0x388)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a105_0x3fc317(0x380)),TestInfo=require(a105_0x3fc317(0x232)),TestFrameworkConstants=require(a105_0x3fc317(0x1d0)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');function a105_0x3453(){const _0x55cea8=['isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','tTsxx','browserstack.accessibilityOptions.scannerProcessingTimeout','HOCbU',']\x20poll\x20attempt=','Error\x20in\x20getAccessibilityResultsSummary:\x20','_centralAuthConfigFetched','performScan','validatePlatformForAccessibility','isEnabledTestcase','not-array','lXTFb','heFgi','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','EMhLW','DRIVER_INIT','measureWrapper','sha256','--headless=','51655dOYWIm','performScanForCli','VqORS','AvdRm','vvGMd','TNrEz','titlePath',']\x20isEnabledTestcase\x20(jest)\x20result=','getAccessibilityConfig','mPhQT','degraded','chrome',',\x20\x0a\x20','browser_version','DyNtx','_sendMessageServerPatchApplied','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','getCurrentAccessibilityStatus','dDACi','present','lKNgf','info','UoubG','[AccessibilityModule]\x20onAfterTest:\x20framework=','yDkJn','iPwfF','../state/automationFrameworkState',',\x20testIdentifier=','length','gAktO','warn','LrvXT','Error\x20in\x20performPageScan:\x20','../grpcClient','gjrHD','FMOnH','ygQHM','Error\x20executing\x20script\x20','uvuDq','android','Error\x20applying\x20sendMessageToServer\x20patch:\x20','qOcun','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','has','hex','wtlve','../../../helpers/accessibility-automation/helper','getResultsSummary','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','XFGNo','FkJaz','KEY_TESTHUB_BUILD_ID','performScan\x20capped\x20at\x20','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','getCapabilities','getState','testInfo','setLogDisabledShown','a11y:save-results','toObject','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','getValue','fuDwL','uRTeZ','CFQJA','toJson','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','16|5|6|11|10|0|8|12|13|9|7|2|1|14|15|3|4','getTrackedInstance','setShouldScan','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','4nZWAKZ','error','accessibilityConfig','kMtJv','../../playwright/accessibility-helper','tRhoa','sLJNW','DOkvq','pdUzR','goog:chromeOptions','Exception\x20in\x20isPlatformSupported:\x20','stopTestCapture','_mobileScanningDisabledLogged',');\x20returning\x20last\x20value','../../../helpers/performance/performance-tester.js','KEY_TEST_NAME','ZszMQ','eEQfz','debug','LRKqd','LoiAI','CKcMt','zjfsV','myVMG','GLkAr','MhXpC','getParamsForScanForCli','getCommandsToWrap','chromeOptions','1502706vTiDIb','name','bYSWj','resolveMobileThTestRunUuid','Performing\x20scan\x20before\x20from\x20cli','jsKfb','test_tags','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','ksqzw','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','getInstance','isEnabled','number','lixTx','UQPQq','excludeTagsInTestingScope','CsMUB','crypto','ErTlW','KEY_INIT','eSyIC','vkoPf','qrWzg','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','tHeMq','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','RSpWl','set','getAccessibilityExecuteParams','\x20token_fp=','utcco','1252008vGKSUh','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','khcWq','fsDmB','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','createHash','OkFSB','platformName','KRIoC','DDNbq','YigzZ','FAYdp','pRuVN','capabilitiesList','xyXsV','fCkYE','getBrowserDisplayName','SAVE_RESULTS','PJJjM','FlKjE','__workerDetails','Page\x20','totalIssueCount=','getAccessibilityResultsSummary','getTestId','getScriptsList','hFHoz','isAccessibilityAutomationSession','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML',',\x20includeTags=','KQjhf','launchCaps','\x20script\x20available\x20in\x20scriptsList','evaluate','getResults','vMbwq','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','getName','getPlatformIndex','rMRuo','util','map','onBeforeExecute','Executing\x20accessibility\x20script\x20on\x20page','\x20using\x20script:\x20','Error\x20in\x20shouldScanForCommand:\x20','degradedReason','FbsGa','../../../helpers/accessibility-automation/constants','nfOie','2168VRsczg','setAccessibilityConfig','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','\x20env=','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','parseFromProto','wtLVl','toLowerCase','BROWSERSTACK_CLI_BIN_SESSION_ID','../cliUtils','mpbDc','KqRTd','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','on\x20non-BrowserStack\x20infrastructure\x20','yeCWA','Qmnng','slice','UxMQb','capabilities','onBeforeExecute:\x20command=','1459329TDAXxl','stack','getPlatformCaps','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','SUfzx','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','yPJxb','PVDqQ','stringify','mBswr','MkyhP','get','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20',']\x20should\x20run\x20accessibility\x20value=','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','patchSendMessageToServer','end','rDmzm','sEPcW','BROWSERSTACK_TEST_ACCESSIBILITY_YML','performPageScan:\x20Page\x20is\x20null','hIHLp','afterTestHook','bcRAD','Nfgzo','getTesthub','assign','OOxrB','EtGOT','parse','\x20from\x20testIdentifier=','getTestFrameworkDetail','sWrdx','oVmvW','options','fMIeS','is_mobile_session','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','PRE','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','skipCDPConnectOverride','accessibility','true','isPlatformSupported:\x20caps\x20are\x20null','FgluU','../../../helpers/performance/constants.js','Error\x20in\x20getAccessibilityResults:\x20','digest','QUIT','currentTest','executeScriptByName:\x20No\x20','totalIssueCount','TIuhk','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','SDK_ACCESSIBILITY_CONFIG','saveResults','lMVug',',\x20testName=','QCCNX','initAccessibilityConfig','finishScanningForCli','YSEjA','fetchDriverExecuteParamsEvent','AccessibilityModule.getResultsSummary','PhYgF','cucumber','\x22browserstack.key\x22:\x22[REDACTED]\x22','MLhdw','wjzPc','../framework/constants/testFrameworkConstants.js','scan','--headless=new','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','function','pjVPY','test_run_id','aUYVI','loadAccessibilityConfig','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','TpqWG','count=','mergeObject','testhub_build_uuid','some','FWxFS','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','HMktl','BROWSERSTACK_TESTHUB_JWT','test-tags-->\x20','ascii','REIwI','applySendMessageToServerPatch','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','startsWith','getTestUUID','getCurrentInstanceName','getScriptByName','StgFG','getAccessibility','JyMlQ','eoufs','sUJqn','[AccessibilityModule.getResultsSummary]\x20waited\x20','EXECUTE','MOBILE_SCANNING_DISABLED_WARNING','anosI','wLEFS','yGdex','size','zSZmU','browserstack_executor','_centralAuthA11yConfig','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','delete','ZJZFS','nLnFM','mEOEI',']\x20onAfterTest\x20should\x20scan=','browserVersion','PVfJD','join','\x20worker=\x22','x\x20over\x20','performPageScan','ScanArgs:\x20','env','cxCoi','BS_A11Y_JWT','testAnalyticsId','thTestRunUuid','getContext','oSjjr','scannerProcessingTimeout','18aBdugt','\x20testHubUuid=','getData','sKWvV','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','[platform\x20-\x20','iINwZ','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','dRvlR','executeScriptByName','registerObserver',']\x20polled\x20','\x20result\x20for\x20','Sdskf','isMobilePlatform','isArray','IGLVg','includeTagsInTestingScope','isAppAccessibility','TEST_INIT','PEbLc','isBrowserstackScriptCommand','JEST_WORKER_ID','uTnuU','Context','Error\x20in\x20validatePlatformForAccessibility:\x20','version','JZQQM','1075225sjzWPG','zzhNx','message','pid','TiDaQ','../TestInfo.js','sjghL','reason','browserstack.accessibilityOptions.scannerVersion','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','fMCJz','AdROa','NcSxF','onBeforeTest','fetchCentralAuthA11yConfig','getSuccess','IrBXn','commandsToWrap','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','URKxU','WFoDf','\x20accessibility\x20script\x20on\x20page','4137DWzPei','getLogDisabledShown','fWZvx','getAllData','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','sSlQG','qvRYr','VyUjB','split','cbkdi','rCiwj','NEtVh','frqdf','find','ViMwT','lWNkJ','browserstack.accessibilityOptions.authToken','PERFORM_SCAN','AccessibilityModule.getResults','tFZXk','Processed\x20accessibility\x20caps\x20','toISOString','lpEBg','TrackedInstance','testcafe','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','tJMVG','shouldScanCurrentTest','Error\x20checking\x20headless\x20capability:\x20','sSbnU','page','../framework/testFramework','value','1702800dwAKYz','UaTdy','CfoGI','__accessibilityOptions','ZPuZM','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','replace','testFramework','getBuildId','\x20script\x20available','dqnHs','isMobileWebSession','isPlatformSupported','tUmYX','unknown','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','QoSfE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','getCapabilitiesList','FLfuV','bnWqU','qmSPF','scriptsList','wfXjv','CREATE','shouldScanForCommand:\x20','getOptions','nMuih','args','setShouldScanCurrentTest','__bstackA11yScanCapHit','browserStackEvaluate','performScanForCli:\x20No\x20','_pollUntilNonEmpty','fPHYv','NogYK','null','latest','GfFcY','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getAccessibilityResults','SnVXs','getScript','loadDriverExecuteParams',',\x20isAppAccessibility=','RlixI','getCapabilityValue','exports','string','jHNsM','update','AWlyJ','ms\x20—\x20cache\x20never\x20populated\x20(','jest','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20getting\x20capability\x20value\x20for\x20','accessibilityPlatform','LOG_DISABLED_SHOWN','updateData','MergedScanArgs:\x20','processAccessibilityCaps','../../../helpers/classLogger','dFszD','cCtWb','KEY_DRIVER_HAS_URL','includes','DaxYa','__jestCurrentTestIdentifier','trim','../../utils/playwright-patcher','\x20a11yToken=','command','SCAN_CAP_HIT','headless','performPageScan:\x20Script\x20is\x20null','setAccessibilityToken','format','shouldScanForCommand','pwPage','browserstack.accessibilityOptions.wcagVersion','GET_RESULTS_SUMMARY','jzzaV','XTBdq','fMBuZ',',\x20excludeTags=','bind','isVersionSupported','now','browserName','MODULE_NAME','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'];a105_0x3453=function(){return _0x55cea8;};return a105_0x3453();}class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a105_0x3fc317(0x339)];static [a105_0x3fc317(0x2c5)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x43a921){const _0x58304e=a105_0x3fc317,_0x57897f={};_0x57897f[_0x58304e(0x3a9)]=_0x58304e(0x317),_0x57897f['ZjcNc']='DRIVER_HAS_URL',_0x57897f[_0x58304e(0x1fe)]=_0x58304e(0x1dd),_0x57897f[_0x58304e(0x394)]=_0x58304e(0x38c),_0x57897f['IgBVs']='ACCESSIBILITY_INITIALIZED';const _0x397501=_0x57897f,_0x2a07ed=_0x397501['MkyhP'][_0x58304e(0x24b)]('|');let _0x20fe2d=0x0;while(!![]){switch(_0x2a07ed[_0x20fe2d++]){case'0':this[_0x58304e(0x31d)]=_0x43a921[_0x58304e(0x30e)]();continue;case'1':this[_0x58304e(0x2af)](_0x43a921[_0x58304e(0x27e)]()[_0x58304e(0x276)]());continue;case'2':this['_mobileScanningDisabledLogged']=![];continue;case'3':this[_0x58304e(0x2a4)]=_0x397501['ZjcNc'];continue;case'4':this[_0x58304e(0x306)]=_0x397501[_0x58304e(0x1fe)];continue;case'5':AutomationFramework[_0x58304e(0x21b)](AutomationFrameworkState[_0x58304e(0x1f2)],HookState[_0x58304e(0x1b1)],this[_0x58304e(0x382)][_0x58304e(0x2b9)](this));continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x58304e(0x27c)],HookState['POST'],this['onBeforeTest']['bind'](this));continue;case'7':this[_0x58304e(0x2e1)]=![];continue;case'8':this[_0x58304e(0x1b4)]=new Map();continue;case'9':this[_0x58304e(0x39c)]=[];continue;case'10':this[_0x58304e(0x343)]=!![];continue;case'11':AutomationFramework[_0x58304e(0x21b)](AutomationFrameworkState[_0x58304e(0x1bb)],HookState[_0x58304e(0x1b1)],this['onAfterTest'][_0x58304e(0x2b9)](this));continue;case'12':this[_0x58304e(0x29d)]=new Map();continue;case'13':this[_0x58304e(0x223)]=![];continue;case'14':logger[_0x58304e(0x32d)](_0x397501[_0x58304e(0x394)]);continue;case'15':this[_0x58304e(0x34b)]=_0x397501['IgBVs'];continue;case'16':super();continue;}break;}}[a105_0x3fc317(0x343)](){const _0x1dd11c=a105_0x3fc317;return this[_0x1dd11c(0x343)];}['getModuleName'](){const _0x249266=a105_0x3fc317;return AccessibilityModule[_0x249266(0x2bd)];}['getCurrentAccessibilityStatus'](){const _0x1a1dcc=a105_0x3fc317;return this[_0x1a1dcc(0x1b4)][_0x1a1dcc(0x3aa)](CLIUtils[_0x1a1dcc(0x1ea)](),![]);}[a105_0x3fc317(0x244)](){const _0x36aff3=a105_0x3fc317;return this[_0x36aff3(0x29d)][_0x36aff3(0x3aa)](CLIUtils['getCurrentInstanceName'](),![]);}[a105_0x3fc317(0x30c)](_0x4decc4){const _0x56e4b9=a105_0x3fc317;this[_0x56e4b9(0x29d)][_0x56e4b9(0x354)](CLIUtils['getCurrentInstanceName'](),_0x4decc4);}[a105_0x3fc317(0x1e6)](){const _0x3765ef=a105_0x3fc317,_0x18a56b={'adjlo':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','pdUzR':function(_0x3568a1,_0x3e8396){return _0x3568a1(_0x3e8396);},'opSnf':_0x3765ef(0x2a9),'eoufs':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','EtGOT':_0x3765ef(0x23f)};if(this[_0x3765ef(0x2e1)]){logger['debug'](_0x18a56b['adjlo']);return;}try{const _0x5b6db1=_0x18a56b[_0x3765ef(0x323)](require,_0x18a56b['opSnf']);_0x5b6db1&&_0x5b6db1[_0x3765ef(0x3ae)]?(_0x5b6db1[_0x3765ef(0x3ae)](),this['_sendMessageServerPatchApplied']=!![],logger[_0x3765ef(0x32d)](_0x18a56b[_0x3765ef(0x1ef)])):logger[_0x3765ef(0x32d)](_0x18a56b[_0x3765ef(0x3bb)]);}catch(_0x660592){logger[_0x3765ef(0x32d)](_0x3765ef(0x2fa)+util[_0x3765ef(0x2b0)](_0x660592));}}[a105_0x3fc317(0x270)](_0xea825=null,_0xbc5ee7=null,_0x4a862b=null){const _0x337772=a105_0x3fc317,_0x25f63b={'YigzZ':function(_0x34ed9b,_0xbe136){return _0x34ed9b&&_0xbe136;},'OkFSB':_0x337772(0x1b6),'aAcDZ':function(_0x1d988a,_0x29cb9c){return _0x1d988a(_0x29cb9c);},'XXVWe':'../../../helpers/helper','REIwI':_0x337772(0x2bf),'ygQHM':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Ejuxc':function(_0x18a1d3,_0x2888e2){return _0x18a1d3===_0x2888e2;},'oVmvW':'true','AvdRm':function(_0x283c2a,_0x323600){return _0x283c2a===_0x323600;},'lMVug':_0x337772(0x294),'YSEjA':_0x337772(0x215),'jzzaV':'goog:chromeOptions','TIuhk':function(_0x164663,_0x46b205){return _0x164663!==_0x46b205;},'XTBdq':_0x337772(0x289),'TpqWG':function(_0x50dc56){return _0x50dc56();},'eAXUf':_0x337772(0x397),'jHNsM':function(_0x3c82cd,_0x518980){return _0x3c82cd(_0x518980);},'ViMwT':function(_0x3cfaba,_0x558b0f){return _0x3cfaba-_0x558b0f;},'aWUCX':function(_0x2bbbeb,_0x22b6ab){return _0x2bbbeb>_0x22b6ab;},'CGDxE':function(_0x467ce5,_0x2fba44){return _0x467ce5(_0x2fba44);},'gAktO':function(_0x5d51b2,_0x26d13d){return _0x5d51b2(_0x26d13d);},'tTsxx':_0x337772(0x275)};try{if(_0x25f63b[_0x337772(0x362)](!_0xbc5ee7,!_0x4a862b))return logger[_0x337772(0x32d)](_0x25f63b[_0x337772(0x35e)]),![];const {isUndefined:_0x450f90,isBrowserstackInfra:_0xa19983}=_0x25f63b['aAcDZ'](require,_0x25f63b['XXVWe']);if(!accessibilityHelper[_0x337772(0x373)]())return logger[_0x337772(0x32d)](_0x25f63b[_0x337772(0x1e5)]),![];const _0x538572=_0xbc5ee7[_0x337772(0x2bc)]||_0xbc5ee7['browser'],_0x34e3b6=_0xbc5ee7['browserVersion']||_0xbc5ee7[_0x337772(0x2df)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x538572))return logger[_0x337772(0x2f0)](_0x25f63b[_0x337772(0x2f6)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x538572))try{const _0x44d187=_0xbc5ee7[_0x337772(0x2ad)],_0x4785e8=_0x25f63b['Ejuxc'](_0x44d187,!![])||_0x25f63b['Ejuxc'](_0x44d187,_0x25f63b['oVmvW'])||_0x25f63b[_0x337772(0x2d5)](typeof _0x44d187,_0x25f63b[_0x337772(0x1c3)])&&_0x25f63b[_0x337772(0x2d5)](_0x44d187[_0x337772(0x391)](),_0x25f63b[_0x337772(0x1ac)]);if(_0x4785e8)return logger[_0x337772(0x2f0)](_0x25f63b[_0x337772(0x1c8)]),![];const _0x32d7ee=_0xbc5ee7?.[_0x337772(0x337)]?.[_0x337772(0x280)]||_0xbc5ee7?.[_0x25f63b[_0x337772(0x2b5)]]?.['args']||[];if(Array[_0x337772(0x220)](_0x32d7ee)&&_0x32d7ee[_0x337772(0x1de)](_0x101841=>typeof _0x101841==='string'&&(_0x101841==='--headless'||_0x101841[_0x337772(0x1e8)](_0x337772(0x2d1))&&_0x101841!==_0x337772(0x1d2))))return logger[_0x337772(0x2f0)](_0x25f63b[_0x337772(0x1c8)]),![];}catch(_0x4dc5cb){logger['debug'](_0x337772(0x25f)+util[_0x337772(0x2b0)](_0x4dc5cb));}if(_0x25f63b['TIuhk'](_0x34e3b6,_0x25f63b[_0x337772(0x2b6)])){const _0xa94a3e=_0x25f63b[_0x337772(0x1da)](_0xa19983),_0x3fd5a4=accessibilityHelper['getMinVersionForBrowser'](_0x538572,_0xa94a3e),_0x321406=accessibilityHelper[_0x337772(0x368)](_0x538572);if(!accessibilityHelper[_0x337772(0x2ba)](_0x34e3b6,_0x3fd5a4)){const _0x5daa8c=_0xa94a3e?'':_0x25f63b['eAXUf'],_0xe13bc1=Number['isFinite'](_0x25f63b[_0x337772(0x295)](parseFloat,_0x3fd5a4))?_0x25f63b[_0x337772(0x251)](_0x25f63b[_0x337772(0x295)](parseFloat,_0x3fd5a4),0x1):_0x3fd5a4;return logger[_0x337772(0x2f0)](_0x337772(0x3a4)+_0x321406+'\x20browser\x20version\x20greater\x20than\x20'+_0xe13bc1+'\x20'+_0x5daa8c+'.'),![];}}else{const _0x3a1523=_0xbc5ee7[_0x337772(0x201)]||_0xbc5ee7[_0x337772(0x2df)]||_0xbc5ee7[_0x337772(0x22b)];if(_0x3a1523&&_0x25f63b[_0x337772(0x1bf)](_0x3a1523,_0x25f63b[_0x337772(0x2b6)])&&!_0x25f63b['aWUCX'](_0x25f63b['CGDxE'](parseFloat,_0x3a1523),_0x25f63b[_0x337772(0x2ef)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x25f63b[_0x337772(0x2c0)]),![];}return!![];}catch(_0x5565ed){return logger['debug'](_0x337772(0x325)+_0x5565ed[_0x337772(0x22f)]),![];}}[a105_0x3fc317(0x2c8)](_0x1e6e4f=[],_0x1b08bf,_0x90763d=a105_0x3fc317(0x1cc)){const _0x2ff0c5=a105_0x3fc317,_0xb5a9bc={'PVfJD':function(_0x4f1653,_0x93c8d2){return _0x4f1653===_0x93c8d2;},'Vqdxs':_0x2ff0c5(0x299),'mmMTx':function(_0x280bfc,_0x2a908b){return _0x280bfc||_0x2a908b;},'zzhNx':function(_0xcdf3e,_0x5a80bb){return _0xcdf3e===_0x5a80bb;},'TiDaQ':function(_0x3937f7,_0x12c994){return _0x3937f7&&_0x12c994;},'pjVPY':_0x2ff0c5(0x272),'lixTx':function(_0x353644,_0x1f946a){return _0x353644===_0x1f946a;},'DXQxH':function(_0x473289,_0x578143){return _0x473289(_0x578143);},'xyXsV':function(_0x50eb60,_0x5595d7){return _0x50eb60>_0x5595d7;},'HOCbU':function(_0x517dce,_0x70afcc){return _0x517dce&&_0x70afcc;}};try{const _0x428be4=process[_0x2ff0c5(0x208)][_0x2ff0c5(0x374)]?JSON[_0x2ff0c5(0x3bc)](process[_0x2ff0c5(0x208)][_0x2ff0c5(0x374)]):null;if(!_0x428be4)return!![];const _0x40686f=Array[_0x2ff0c5(0x220)](_0x428be4['includeTagsInTestingScope'])?_0x428be4[_0x2ff0c5(0x222)]:[],_0x3ed909=Array[_0x2ff0c5(0x220)](_0x428be4['excludeTagsInTestingScope'])?_0x428be4[_0x2ff0c5(0x347)]:[];if(_0xb5a9bc[_0x2ff0c5(0x202)](_0x90763d,_0xb5a9bc['Vqdxs'])){let _0x1b076e;Array[_0x2ff0c5(0x220)](_0x1e6e4f)?_0x1b076e=_0x1e6e4f[_0x2ff0c5(0x203)]('\x20'):_0x1b076e=_0xb5a9bc['mmMTx'](_0x1e6e4f,'');const _0x129a42=_0x3ed909[_0x2ff0c5(0x1de)](_0x12de8f=>_0x1b076e[_0x2ff0c5(0x2a5)](_0x12de8f)),_0xda7245=_0xb5a9bc[_0x2ff0c5(0x22e)](_0x40686f[_0x2ff0c5(0x2ee)],0x0)||_0x40686f[_0x2ff0c5(0x1de)](_0x496dc3=>_0x1b076e[_0x2ff0c5(0x2a5)](_0x496dc3)),_0x1f2999=_0xb5a9bc[_0x2ff0c5(0x231)](!_0x129a42,_0xda7245);return logger['debug'](_0x2ff0c5(0x216)+(_0x1b08bf?.[_0x2ff0c5(0x37e)]?.()||_0xb5a9bc['pjVPY'])+_0x2ff0c5(0x2d9)+_0x1f2999+_0x2ff0c5(0x1c4)+_0x1b076e+_0x2ff0c5(0x375)+JSON[_0x2ff0c5(0x3a7)](_0x40686f)+_0x2ff0c5(0x2b8)+JSON[_0x2ff0c5(0x3a7)](_0x3ed909)),_0x1f2999;}const _0x1b2764=Array[_0x2ff0c5(0x220)](_0x1e6e4f)?_0x1e6e4f:[];let _0x597bf5=![],_0xc291a7=_0xb5a9bc[_0x2ff0c5(0x345)](_0x40686f[_0x2ff0c5(0x2ee)],0x0);const _0x4d30d=_0x5ebe37=>typeof _0x5ebe37==='string'?_0x5ebe37['replace'](/^@/,'')[_0x2ff0c5(0x391)]()[_0x2ff0c5(0x2a8)]():_0x5ebe37,_0x133a64=new Set(_0x40686f['map'](_0x4d30d)),_0x129c64=new Set(_0x3ed909[_0x2ff0c5(0x381)](_0x4d30d));for(const _0x5f09d4 of _0x1b2764){const _0x2b4e96=_0xb5a9bc['DXQxH'](_0x4d30d,_0x5f09d4);_0x129c64[_0x2ff0c5(0x2fd)](_0x2b4e96)&&(_0x597bf5=!![]),_0xb5a9bc[_0x2ff0c5(0x366)](_0x133a64[_0x2ff0c5(0x1f7)],0x0)&&_0x133a64[_0x2ff0c5(0x2fd)](_0x2b4e96)&&(_0xc291a7=!![]);}const _0x54cdbc=_0xb5a9bc[_0x2ff0c5(0x2c2)](_0xc291a7,!_0x597bf5);return logger[_0x2ff0c5(0x32d)](_0x2ff0c5(0x216)+(_0x1b08bf?.['getPlatformIndex']?.()||_0xb5a9bc[_0x2ff0c5(0x1d5)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x54cdbc+',\x20tags='+JSON[_0x2ff0c5(0x3a7)](_0x1b2764)+',\x20includeTags='+JSON[_0x2ff0c5(0x3a7)](_0x40686f)+_0x2ff0c5(0x2b8)+JSON[_0x2ff0c5(0x3a7)](_0x3ed909)),_0x54cdbc;}catch(_0x159710){return logger[_0x2ff0c5(0x32d)](_0x2ff0c5(0x216)+(_0x1b08bf?.[_0x2ff0c5(0x37e)]?.()||_0xb5a9bc[_0x2ff0c5(0x1d5)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x159710[_0x2ff0c5(0x22f)]),![];}}async[a105_0x3fc317(0x23a)](_0x4e1c08){const _0x3f6a42=a105_0x3fc317,_0x589c09={};_0x589c09[_0x3f6a42(0x3a8)]=function(_0x445096,_0x39e0cb){return _0x445096!==_0x39e0cb;},_0x589c09['LoiAI']=_0x3f6a42(0x1cc),_0x589c09[_0x3f6a42(0x2eb)]=function(_0x4986f2,_0x23970c){return _0x4986f2!==_0x23970c;},_0x589c09[_0x3f6a42(0x357)]=_0x3f6a42(0x299),_0x589c09[_0x3f6a42(0x37b)]=function(_0x3143ae,_0x19c199){return _0x3143ae!==_0x19c199;},_0x589c09[_0x3f6a42(0x360)]=_0x3f6a42(0x25b),_0x589c09[_0x3f6a42(0x1f8)]=function(_0x20cdd6,_0x3d834f){return _0x20cdd6===_0x3d834f;},_0x589c09[_0x3f6a42(0x225)]=_0x3f6a42(0x1b5),_0x589c09['myVMG']=_0x3f6a42(0x224),_0x589c09['mEOEI']=_0x3f6a42(0x1e0),_0x589c09[_0x3f6a42(0x268)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x589c09['rDmzm']=_0x3f6a42(0x2ce),_0x589c09[_0x3f6a42(0x25d)]=function(_0x11d997,_0x4645ad){return _0x11d997===_0x4645ad;},_0x589c09['xkbfP']=function(_0x35c9a1,_0x263afc){return _0x35c9a1===_0x263afc;},_0x589c09[_0x3f6a42(0x1c5)]=_0x3f6a42(0x316),_0x589c09['sEPcW']='Unknown\x20Test',_0x589c09[_0x3f6a42(0x274)]=function(_0xb93f26,_0x1894bb){return _0xb93f26>_0x1894bb;},_0x589c09[_0x3f6a42(0x321)]=function(_0x6139e5,_0x550b96){return _0x6139e5===_0x550b96;},_0x589c09[_0x3f6a42(0x1cb)]='function',_0x589c09['UaTdy']='test_tags',_0x589c09[_0x3f6a42(0x304)]=function(_0x510a5a,_0x4250d1){return _0x510a5a&&_0x4250d1;},_0x589c09[_0x3f6a42(0x37f)]=_0x3f6a42(0x272);const _0x541417=_0x589c09;if(_0x541417[_0x3f6a42(0x3a8)](_0x4e1c08[_0x3f6a42(0x26b)],_0x541417[_0x3f6a42(0x32f)])&&_0x541417[_0x3f6a42(0x2eb)](_0x4e1c08['testFramework'],_0x541417[_0x3f6a42(0x357)])&&_0x541417['vMbwq'](_0x4e1c08[_0x3f6a42(0x26b)],_0x541417[_0x3f6a42(0x360)])){logger[_0x3f6a42(0x32d)](_0x3f6a42(0x1e7)+_0x4e1c08[_0x3f6a42(0x26b)]+')');return;}try{const _0x355e22=AutomationFramework[_0x3f6a42(0x318)](),_0x2914cb=TestFramework['getTrackedInstance'](),_0x4ac638=_0x4e1c08['page']||global[_0x3f6a42(0x36c)]?.['pwPage']||null;if(_0x541417[_0x3f6a42(0x1f8)](_0x4e1c08['testFramework'],_0x541417['KRIoC'])){const _0x42c4ed=_0x4e1c08['platformCaps']||_0x355e22&&_0x355e22[_0x3f6a42(0x3a0)]&&_0x355e22[_0x3f6a42(0x3a0)]()||_0x355e22&&_0x355e22[_0x3f6a42(0x309)]&&_0x355e22[_0x3f6a42(0x309)]()||{},_0xd6247d=_0x4e1c08[_0x3f6a42(0x377)]||null,_0x25de95=this[_0x3f6a42(0x270)](_0x355e22,_0x42c4ed,_0xd6247d),_0x18a9f2=CLIUtils[_0x3f6a42(0x1ea)]();this[_0x3f6a42(0x1b4)][_0x3f6a42(0x354)](_0x18a9f2,_0x25de95);global[_0x3f6a42(0x229)]?.[_0x3f6a42(0x20d)]&&global[_0x3f6a42(0x229)][_0x3f6a42(0x20d)]()[_0x3f6a42(0x319)](_0x25de95);_0x25de95?(global[_0x3f6a42(0x29c)]=!![],process[_0x3f6a42(0x208)][_0x3f6a42(0x3b2)]=_0x541417[_0x3f6a42(0x225)]):global[_0x3f6a42(0x29c)]=![];logger[_0x3f6a42(0x32d)](_0x3f6a42(0x302)+_0x25de95);return;}if(!_0x4ac638){_0x2914cb&&_0x2914cb[_0x3f6a42(0x29e)](_0x541417[_0x3f6a42(0x332)],!![]);logger[_0x3f6a42(0x32d)](_0x541417[_0x3f6a42(0x1ff)]);return;}logger[_0x3f6a42(0x32d)](_0x541417[_0x3f6a42(0x268)]);const _0x49b007=_0x2914cb?.[_0x3f6a42(0x212)](_0x541417['rDmzm'],![]),_0x20a5f6=_0x2914cb?.[_0x3f6a42(0x212)](_0x541417[_0x3f6a42(0x332)],![]);if(_0x541417['tJMVG'](_0x49b007,![])&&_0x541417['xkbfP'](_0x20a5f6,![])){_0x2914cb&&_0x2914cb[_0x3f6a42(0x29e)](_0x541417[_0x3f6a42(0x3b0)],!![]);logger['debug'](_0x541417[_0x3f6a42(0x1c5)]);return;}_0x2914cb&&_0x2914cb['updateData'](_0x541417[_0x3f6a42(0x332)],!![]);let _0x8f092c,_0x1b6289;const _0x560eac=_0x4e1c08[_0x3f6a42(0x26b)]||_0x541417[_0x3f6a42(0x32f)];if(_0x541417[_0x3f6a42(0x1f8)](_0x560eac,_0x541417['utcco'])){_0x1b6289=_0x4e1c08[_0x3f6a42(0x30b)]?.['testAnalyticsId']||_0x4e1c08[_0x3f6a42(0x30b)]?.['id']||global[_0x3f6a42(0x2a7)]||global[_0x3f6a42(0x36c)]?.['currentTest']?.[_0x3f6a42(0x20b)]||global[_0x3f6a42(0x36c)]?.[_0x3f6a42(0x1bc)]?.['id'];const _0x515e96=_0x2914cb?.[_0x3f6a42(0x246)]()?.[_0x3f6a42(0x3aa)](_0x1b6289);if(_0x515e96&&_0x515e96[TestFrameworkConstants[_0x3f6a42(0x32a)]])_0x8f092c=_0x515e96[TestFrameworkConstants[_0x3f6a42(0x32a)]];else{if(_0x4e1c08[_0x3f6a42(0x30b)]?.[_0x3f6a42(0x2d8)])_0x8f092c=_0x4e1c08[_0x3f6a42(0x30b)]['titlePath'];else global[_0x3f6a42(0x36c)]?.[_0x3f6a42(0x1bc)]?.[_0x3f6a42(0x30b)]?.['titlePath']?_0x8f092c=global[_0x3f6a42(0x36c)][_0x3f6a42(0x1bc)][_0x3f6a42(0x30b)][_0x3f6a42(0x2d8)]:_0x8f092c=_0x541417[_0x3f6a42(0x3b1)];}logger[_0x3f6a42(0x32d)](_0x3f6a42(0x308)+_0x1b6289+_0x3f6a42(0x1c4)+JSON[_0x3f6a42(0x3a7)](_0x8f092c));}else{_0x1b6289=this[_0x3f6a42(0x370)](_0x4e1c08);const _0x3cd2a6=TestInfo['getTestDetails'](_0x1b6289);let _0x5a76ab=[];if(_0x3cd2a6&&Array[_0x3f6a42(0x220)](_0x3cd2a6[_0x3f6a42(0x33e)])&&_0x541417[_0x3f6a42(0x274)](_0x3cd2a6[_0x3f6a42(0x33e)][_0x3f6a42(0x2ee)],0x0))_0x5a76ab=_0x3cd2a6['test_tags'];else{if(_0x2914cb){const _0x34644e=_0x541417[_0x3f6a42(0x321)](typeof _0x2914cb[_0x3f6a42(0x212)],_0x541417[_0x3f6a42(0x1cb)])?_0x2914cb[_0x3f6a42(0x212)](_0x541417[_0x3f6a42(0x265)],[]):_0x2914cb[_0x3f6a42(0x33e)]||[];Array[_0x3f6a42(0x220)](_0x34644e)&&(_0x5a76ab=_0x34644e);}}_0x8f092c=_0x5a76ab;}logger[_0x3f6a42(0x2e7)](_0x3f6a42(0x1e3)+JSON[_0x3f6a42(0x3a7)](_0x8f092c));const _0x1eb877=this[_0x3f6a42(0x270)](_0x355e22,_0x4e1c08['platformCaps'],_0x4e1c08['launchCaps']);logger[_0x3f6a42(0x32d)](_0x3f6a42(0x303)+_0x1eb877+_0x3f6a42(0x290)+this[_0x3f6a42(0x223)]);const _0x2179e1=this[_0x3f6a42(0x2c8)](_0x8f092c,_0x355e22,_0x560eac),_0xa6352e=_0x541417[_0x3f6a42(0x304)](_0x1eb877,_0x2179e1),_0x3f5dad=CLIUtils[_0x3f6a42(0x1ea)]();this['accessibility'][_0x3f6a42(0x354)](_0x3f5dad,_0xa6352e),global[_0x3f6a42(0x229)]?.['getContext']&&global[_0x3f6a42(0x229)][_0x3f6a42(0x20d)]()[_0x3f6a42(0x319)](_0xa6352e),logger['debug'](_0x3f6a42(0x216)+(_0x355e22?.[_0x3f6a42(0x37e)]?.()||_0x541417['rMRuo'])+_0x3f6a42(0x3ac)+_0xa6352e),_0xa6352e?(global[_0x3f6a42(0x29c)]=!![],process['env'][_0x3f6a42(0x3b2)]=_0x541417['PEbLc'],this[_0x3f6a42(0x1e6)]()):global[_0x3f6a42(0x29c)]=![];}catch(_0x216ab5){logger['error'](_0x3f6a42(0x352)+(_0x216ab5[_0x3f6a42(0x39f)]||_0x216ab5[_0x3f6a42(0x22f)]));const _0x40da6d=CLIUtils[_0x3f6a42(0x1ea)]();this[_0x3f6a42(0x1b4)]['set'](_0x40da6d,![]),global[_0x3f6a42(0x29c)]=![];}}['getGoogleChromeOptions'](){const _0x2e2327=a105_0x3fc317;return this[_0x2e2327(0x39c)][_0x2e2327(0x250)](_0x2fb635=>_0x2fb635[_0x2e2327(0x37d)]()===_0x2e2327(0x324))?.[_0x2e2327(0x311)]()||'';}[a105_0x3fc317(0x292)](_0x271074){const _0x424693=a105_0x3fc317;try{const _0x5714dd=this[_0x424693(0x31d)]?.[_0x424693(0x1ad)]?.[_0x424693(0x365)]||[],_0x4eb17c=_0x5714dd[_0x424693(0x250)](_0x3d81d0=>_0x3d81d0[_0x424693(0x339)]===_0x271074);return _0x4eb17c?_0x4eb17c[_0x424693(0x263)]:null;}catch(_0x41f2bc){return logger['debug'](_0x424693(0x29b)+_0x271074+':\x20'+_0x41f2bc[_0x424693(0x22f)]),null;}}async['setAccessibilityConfig'](_0x3bdba0,_0x4131a7){const _0x1a6035=a105_0x3fc317,_0x124591=_0x3bdba0['getAccessibility']()[_0x1a6035(0x27e)](),_0x454363=_0x124591[_0x1a6035(0x371)](),_0x3ca9fb=_0x124591[_0x1a6035(0x336)]()?.['getCommandsList']();scripts[_0x1a6035(0x38f)](_0x454363,_0x3ca9fb),scripts[_0x1a6035(0x315)]();const _0x3b6716=_0x124591[_0x1a6035(0x276)]();this[_0x1a6035(0x39c)]=_0x124591[_0x1a6035(0x276)](),await this[_0x1a6035(0x2af)](_0x3b6716,_0x4131a7[_0x1a6035(0x377)]);}async[a105_0x3fc317(0x2af)](_0x360e4e,_0x3831cb={}){const _0x593d45=a105_0x3fc317,_0x2d1c79={'sSlQG':_0x593d45(0x2c9),'JyMlQ':'main','EMhLW':function(_0x2c5490,_0x241efd){return _0x2c5490===_0x241efd;},'Nfgzo':'accessibilityToken','jsKfb':function(_0x340e3b,_0x5155fb){return _0x340e3b(_0x5155fb);},'anosI':_0x593d45(0x349),'mPhQT':_0x593d45(0x2d0),'lWNkJ':_0x593d45(0x2fe),'sUJqn':function(_0x466873,_0x6444dd){return _0x466873||_0x6444dd;},'tFZXk':_0x593d45(0x253),'ANzrd':'../../../helpers/accessibility-automation/helper','CfoGI':function(_0x3be43f,_0x29745f){return _0x3be43f(_0x29745f);},'IGLVg':'../../../helpers/helper','nMuih':function(_0x40eaae,_0x598c73){return _0x40eaae===_0x598c73;},'tHeMq':'wcagVersion','TNrEz':_0x593d45(0x2b3),'MhXpC':function(_0x582aa4,_0xa1c406){return _0x582aa4===_0xa1c406;},'lcrmN':'scannerVersion','VyUjB':_0x593d45(0x235),'fCkYE':function(_0x54422f,_0x555a2e){return _0x54422f===_0x555a2e;},'KQjhf':_0x593d45(0x20f),'yeCWA':_0x593d45(0x2c1),'cbkdi':'isMobileScanningEnabledForGroup','LRKqd':_0x593d45(0x1b5)};global[_0x593d45(0x267)]=global[_0x593d45(0x267)]||{};const _0x586c7c=Array[_0x593d45(0x220)](_0x360e4e)?_0x360e4e[_0x593d45(0x2ee)]:_0x2d1c79[_0x593d45(0x248)];logger[_0x593d45(0x32d)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x586c7c+'\x20worker=\x22'+(process['env'][_0x593d45(0x227)]||_0x2d1c79['JyMlQ'])+'\x22\x20pid='+process[_0x593d45(0x230)]);for(const _0x52b892 of _0x360e4e){logger[_0x593d45(0x32d)](_0x593d45(0x310)+_0x52b892[_0x593d45(0x37d)]());if(_0x2d1c79[_0x593d45(0x2cd)](_0x52b892[_0x593d45(0x37d)](),_0x2d1c79[_0x593d45(0x3b7)])){const _0x5774e0=_0x52b892[_0x593d45(0x311)](),_0x2942eb=_0x5774e0?_0x2d1c79[_0x593d45(0x33d)](require,_0x2d1c79[_0x593d45(0x1f4)])[_0x593d45(0x35d)](_0x2d1c79[_0x593d45(0x2db)])[_0x593d45(0x296)](_0x5774e0)[_0x593d45(0x1ba)](_0x2d1c79[_0x593d45(0x252)])[_0x593d45(0x39a)](0x0,0x8):'';logger[_0x593d45(0x2e7)](_0x593d45(0x350)+_0x2d1c79[_0x593d45(0x1f0)](_0x5774e0,'')['length']+_0x593d45(0x356)+_0x2942eb+_0x593d45(0x204)+(process[_0x593d45(0x208)][_0x593d45(0x227)]||_0x2d1c79[_0x593d45(0x1ee)])+'\x22\x20pid='+process[_0x593d45(0x230)]),process['env'][_0x593d45(0x20a)]=_0x5774e0,global['__accessibilityOptions'][_0x2d1c79[_0x593d45(0x256)]]=_0x5774e0;const _0x13af2a=_0x2d1c79[_0x593d45(0x33d)](require,_0x2d1c79['ANzrd']),{isTrue:_0x54bd86}=_0x2d1c79[_0x593d45(0x266)](require,_0x2d1c79[_0x593d45(0x221)]),_0x57d1e5=_0x13af2a['parseA11yJwtPayload'](_0x5774e0);_0x57d1e5&&_0x2d1c79[_0x593d45(0x33d)](_0x54bd86,_0x57d1e5[_0x593d45(0x1b3)])&&(process['env'][_0x593d45(0x2e2)]=!![]);}else{if(_0x2d1c79['nMuih'](_0x52b892[_0x593d45(0x37d)](),_0x2d1c79[_0x593d45(0x351)]))global[_0x593d45(0x267)][_0x2d1c79[_0x593d45(0x2d7)]]=_0x52b892[_0x593d45(0x311)]();else{if(_0x2d1c79['MhXpC'](_0x52b892[_0x593d45(0x37d)](),_0x2d1c79['lcrmN']))global['__accessibilityOptions'][_0x2d1c79[_0x593d45(0x24a)]]=_0x52b892[_0x593d45(0x311)]();else{if(_0x2d1c79[_0x593d45(0x367)](_0x52b892['getName'](),_0x2d1c79[_0x593d45(0x376)]))global[_0x593d45(0x267)][_0x2d1c79[_0x593d45(0x398)]]=_0x52b892['getValue']();else{if(_0x2d1c79[_0x593d45(0x27f)](_0x52b892[_0x593d45(0x37d)](),_0x2d1c79[_0x593d45(0x24c)])){const _0x35920f=_0x52b892[_0x593d45(0x311)]();process[_0x593d45(0x208)][_0x593d45(0x35c)]=_0x2d1c79[_0x593d45(0x33d)](String,_0x2d1c79[_0x593d45(0x334)](_0x35920f,!![])||_0x2d1c79[_0x593d45(0x367)](_0x35920f,_0x2d1c79[_0x593d45(0x32e)])),logger[_0x593d45(0x32d)](_0x593d45(0x1d3)+_0x35920f+_0x593d45(0x38d)+process['env'][_0x593d45(0x35c)]);}}}}}}}async['onAfterTest'](_0x11117b){const _0xad1aaf=a105_0x3fc317,_0x465327={};_0x465327[_0xad1aaf(0x34d)]=function(_0x3fdeba,_0x41fa4a){return _0x3fdeba!==_0x41fa4a;},_0x465327[_0xad1aaf(0x228)]='cucumber',_0x465327[_0xad1aaf(0x3a2)]=function(_0x5d26b4,_0x60394e){return _0x5d26b4!==_0x60394e;},_0x465327[_0xad1aaf(0x35b)]=_0xad1aaf(0x299),_0x465327[_0xad1aaf(0x2f5)]=function(_0x1869a3,_0x354925){return _0x1869a3!==_0x354925;},_0x465327[_0xad1aaf(0x36b)]=_0xad1aaf(0x25b),_0x465327[_0xad1aaf(0x3bf)]=_0xad1aaf(0x272);const _0x30bc3f=_0x465327;if(_0x30bc3f[_0xad1aaf(0x34d)](_0x11117b['testFramework'],_0x30bc3f[_0xad1aaf(0x228)])&&_0x30bc3f[_0xad1aaf(0x3a2)](_0x11117b[_0xad1aaf(0x26b)],_0x30bc3f[_0xad1aaf(0x35b)])&&_0x30bc3f['FMOnH'](_0x11117b[_0xad1aaf(0x26b)],_0x30bc3f[_0xad1aaf(0x36b)])){logger[_0xad1aaf(0x32d)](_0xad1aaf(0x3a3)+_0x11117b['testFramework']+')');return;}const _0x587613=_0x11117b['testInfo']?.[_0xad1aaf(0x20b)]||_0x11117b[_0xad1aaf(0x30b)]?.['id']||global[_0xad1aaf(0x2a7)];logger[_0xad1aaf(0x2e7)](_0xad1aaf(0x2e9)+_0x11117b[_0xad1aaf(0x26b)]+_0xad1aaf(0x2ed)+_0x587613);try{const _0x9de661=_0x11117b['instance']||AutomationFramework['getTrackedInstance'](),_0x3912a2=CLIUtils['getCurrentInstanceName'](),_0x14bbac=this[_0xad1aaf(0x2e3)]();logger[_0xad1aaf(0x32d)](_0xad1aaf(0x216)+(_0x9de661?.[_0xad1aaf(0x37e)]?.()||_0x30bc3f[_0xad1aaf(0x3bf)])+_0xad1aaf(0x200)+_0x14bbac),_0x14bbac&&await this[_0xad1aaf(0x326)](_0x9de661,_0x11117b),this[_0xad1aaf(0x1b4)][_0xad1aaf(0x1fc)](_0x3912a2),this['LOG_DISABLED_SHOWN'][_0xad1aaf(0x1fc)](_0x3912a2);}catch(_0x287f0c){logger[_0xad1aaf(0x31c)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x287f0c[_0xad1aaf(0x39f)]||_0x287f0c[_0xad1aaf(0x22f)]));}}async[a105_0x3fc317(0x326)](_0x18d8e1,_0x59f5f3){const _0x3436b6=a105_0x3fc317,_0x2ff24e={};_0x2ff24e[_0x3436b6(0x291)]=function(_0x1219a0,_0x5d664c){return _0x1219a0===_0x5d664c;},_0x2ff24e['lXTFb']=_0x3436b6(0x1d4),_0x2ff24e[_0x3436b6(0x2e4)]=_0x3436b6(0x299),_0x2ff24e['StgFG']=_0x3436b6(0x1cc),_0x2ff24e[_0x3436b6(0x2d6)]=function(_0x3ea782,_0x473746){return _0x3ea782===_0x473746;},_0x2ff24e[_0x3436b6(0x346)]=_0x3436b6(0x38e),_0x2ff24e['qOcun']=_0x3436b6(0x1b4),_0x2ff24e[_0x3436b6(0x322)]='saveResults',_0x2ff24e[_0x3436b6(0x330)]='unknown',_0x2ff24e[_0x3436b6(0x32c)]=_0x3436b6(0x2e5),_0x2ff24e['ksqzw']=_0x3436b6(0x288),_0x2ff24e[_0x3436b6(0x2b7)]=function(_0x17c566,_0x4fcf96){return _0x17c566||_0x4fcf96;},_0x2ff24e[_0x3436b6(0x1b7)]=function(_0x3a3b07,_0x41bd18){return _0x3a3b07||_0x41bd18;},_0x2ff24e[_0x3436b6(0x286)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2ff24e[_0x3436b6(0x390)]='AUTOMATION_SESSIONS',_0x2ff24e[_0x3436b6(0x320)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x9f0ef8=_0x2ff24e;try{const _0x4c613f=_0x59f5f3[_0x3436b6(0x26b)]||(_0x9f0ef8['RlixI'](this['testFrameworkData']?.[_0x3436b6(0x339)]?.['toLowerCase'](),_0x9f0ef8['dDACi'])?_0x9f0ef8[_0x3436b6(0x2e4)]:_0x9f0ef8[_0x3436b6(0x1ec)]);let _0x96b68d='',_0x1903c2=null,_0x669c7d=null;if(_0x9f0ef8[_0x3436b6(0x2d6)](_0x4c613f,_0x9f0ef8[_0x3436b6(0x2e4)])){_0x1903c2=_0x59f5f3[_0x3436b6(0x30b)]?.[_0x3436b6(0x20b)]||_0x59f5f3[_0x3436b6(0x30b)]?.['id']||global[_0x3436b6(0x2a7)];if(!_0x1903c2){logger[_0x3436b6(0x2f0)](_0x9f0ef8[_0x3436b6(0x346)]);return;}try{const _0x44558f=await GrpcClient[_0x3436b6(0x342)]()[_0x3436b6(0x1c9)](process[_0x3436b6(0x208)][_0x3436b6(0x392)],_0x9f0ef8[_0x3436b6(0x2fb)],_0x9f0ef8[_0x3436b6(0x322)],_0x1903c2),_0x35e722=AccessibilityModule[_0x3436b6(0x28f)](null,_0x44558f);_0x96b68d=_0x35e722?.[_0x3436b6(0x20c)]||'',logger[_0x3436b6(0x32d)](_0x3436b6(0x28b)+_0x96b68d+_0x3436b6(0x3bd)+_0x1903c2),_0x669c7d=_0x44558f;}catch(_0x24e2f7){logger['error'](_0x3436b6(0x3ad)+_0x24e2f7['message']);return;}}else{const _0x2a2f46=this[_0x3436b6(0x370)](_0x59f5f3);_0x96b68d=TestInfo[_0x3436b6(0x1e9)](_0x2a2f46);}const _0x148a93=((()=>{const _0x34d15e=_0x3436b6,_0xb1886=(this['accessibilityConfig']?.['options']?.[_0x34d15e(0x365)]||[])[_0x34d15e(0x250)](_0x565d6d=>(typeof _0x565d6d[_0x34d15e(0x37d)]==='function'?_0x565d6d['getName']():_0x565d6d['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0xb1886?_0x9f0ef8[_0x34d15e(0x291)](typeof _0xb1886['getValue'],_0x9f0ef8[_0x34d15e(0x2ca)])?_0xb1886['getValue']():_0xb1886[_0x34d15e(0x263)]:'';})()),_0xd9072b=process['env'][_0x3436b6(0x1e2)]||'';logger[_0x3436b6(0x32d)](_0x3436b6(0x216)+(_0x18d8e1?.[_0x3436b6(0x37e)]?.()||_0x9f0ef8[_0x3436b6(0x330)])+']\x20clear\x20'+_0x96b68d+_0x3436b6(0x211)+_0x148a93+_0x3436b6(0x2aa)+(_0xd9072b?_0x9f0ef8['eEQfz']:_0x9f0ef8[_0x3436b6(0x340)]));let _0x501725;if(_0x9f0ef8[_0x3436b6(0x2d6)](_0x4c613f,_0x9f0ef8[_0x3436b6(0x2e4)]))_0x501725=AccessibilityModule[_0x3436b6(0x28f)](_0x96b68d,_0x669c7d);else{const _0x5009f7=await GrpcClient['getInstance']()[_0x3436b6(0x1c9)](process[_0x3436b6(0x208)][_0x3436b6(0x392)],_0x9f0ef8[_0x3436b6(0x2fb)],_0x9f0ef8['DOkvq']);_0x501725=AccessibilityModule[_0x3436b6(0x28f)](_0x96b68d,_0x5009f7);}logger[_0x3436b6(0x32d)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x3436b6(0x3a7)](_0x501725));const _0x249ad0=Object[_0x3436b6(0x3b9)]({},{'thTestRunUuid':_0x9f0ef8[_0x3436b6(0x2b7)](_0x96b68d,''),'thBuildUuid':_0x9f0ef8[_0x3436b6(0x2b7)](_0x148a93,''),'thJwtToken':_0x9f0ef8[_0x3436b6(0x1b7)](_0xd9072b,'')},_0x501725);!this['isAppAccessibility']&&this[_0x3436b6(0x26f)]()&&(_0x249ad0[_0x3436b6(0x1af)]=!![],logger[_0x3436b6(0x32d)](_0x9f0ef8['fPHYv']));logger[_0x3436b6(0x32d)](_0x3436b6(0x31a)+_0x96b68d+_0x3436b6(0x290)+this[_0x3436b6(0x223)]);let _0x27b29e=global[_0x3436b6(0x36c)]?.[_0x3436b6(0x2b2)]||null;!_0x27b29e&&(_0x27b29e=AutomationFramework[_0x3436b6(0x30a)](_0x18d8e1,_0x9f0ef8[_0x3436b6(0x390)],null)),!_0x27b29e&&(_0x27b29e=AutomationFramework[_0x3436b6(0x30a)](_0x18d8e1,_0x9f0ef8[_0x3436b6(0x320)],null)),await this[_0x3436b6(0x1c7)](this[_0x3436b6(0x2e3)](),_0x96b68d,_0x27b29e,_0x249ad0,this['isAppAccessibility']);}catch(_0x329e58){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x329e58['stack']||_0x329e58[_0x3436b6(0x22f)]));}}async[a105_0x3fc317(0x1c7)](_0x340c1d,_0x114272,_0x33aa6a,_0x50398e,_0x2141d7){const _0xd1cfa5=a105_0x3fc317,_0x4d1e75={};_0x4d1e75[_0xd1cfa5(0x2ff)]=_0xd1cfa5(0x1c2),_0x4d1e75['DDNbq']=function(_0x4e660f,_0x111685){return _0x4e660f&&_0x111685;},_0x4d1e75['uRTeZ']=_0xd1cfa5(0x2cc),_0x4d1e75[_0xd1cfa5(0x24f)]=function(_0x5f1325,_0x51d528){return _0x5f1325===_0x51d528;},_0x4d1e75['fWZvx']=_0xd1cfa5(0x288),_0x4d1e75[_0xd1cfa5(0x387)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4d1e75[_0xd1cfa5(0x260)]=_0xd1cfa5(0x33c),_0x4d1e75[_0xd1cfa5(0x2e0)]=_0xd1cfa5(0x3b5),_0x4d1e75[_0xd1cfa5(0x312)]=_0xd1cfa5(0x1d1),_0x4d1e75[_0xd1cfa5(0x2e8)]=function(_0x51c47d,_0x9e9191){return _0x51c47d&&_0x9e9191;},_0x4d1e75[_0xd1cfa5(0x217)]=_0xd1cfa5(0x341),_0x4d1e75[_0xd1cfa5(0x363)]=_0xd1cfa5(0x30d),_0x4d1e75[_0xd1cfa5(0x20e)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x43c4cc=_0x4d1e75;try{const _0x3f97d7=this['getScriptByName'](_0x43c4cc[_0xd1cfa5(0x2ff)]);if(_0x43c4cc[_0xd1cfa5(0x361)](!_0x2141d7,!_0x3f97d7)){logger['debug'](_0x43c4cc[_0xd1cfa5(0x313)]);return;}if(!_0x114272||_0x43c4cc[_0xd1cfa5(0x24f)](_0x114272,_0x43c4cc[_0xd1cfa5(0x245)])||_0x43c4cc['frqdf'](_0x114272,'')){logger['debug'](_0x43c4cc[_0xd1cfa5(0x387)]);return;}logger[_0xd1cfa5(0x32d)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0xd1cfa5(0x3a7)](_0x50398e)),_0x340c1d&&(logger['debug'](_0x43c4cc[_0xd1cfa5(0x260)]),await this[_0xd1cfa5(0x2d3)](_0x33aa6a,_0x114272,_0x43c4cc[_0xd1cfa5(0x2e0)],_0x50398e,_0x2141d7,_0x43c4cc[_0xd1cfa5(0x312)]),_0x43c4cc[_0xd1cfa5(0x2e8)](!_0x2141d7,_0x3f97d7)&&(logger[_0xd1cfa5(0x32d)](_0x43c4cc['iINwZ']),await PerformanceTester[_0xd1cfa5(0x2cf)](_0x43c4cc[_0xd1cfa5(0x363)],async()=>{const _0x16b9b1=_0xd1cfa5;await this[_0x16b9b1(0x2d3)](_0x33aa6a,_0x114272,_0x43c4cc['wtlve'],_0x50398e,_0x2141d7,_0x43c4cc['wtlve']);})()),logger[_0xd1cfa5(0x2e7)](_0x43c4cc[_0xd1cfa5(0x20e)]));}catch(_0x3abe4e){logger[_0xd1cfa5(0x31c)](_0xd1cfa5(0x2be)+(_0x3abe4e[_0xd1cfa5(0x39f)]||_0x3abe4e[_0xd1cfa5(0x22f)]));}}async[a105_0x3fc317(0x382)](_0x51268d){const _0x1b1db5=a105_0x3fc317,_0x1d226b={};_0x1d226b[_0x1b1db5(0x39b)]=function(_0x444378,_0x291fa4){return _0x444378!==_0x291fa4;},_0x1d226b[_0x1b1db5(0x3b4)]=_0x1b1db5(0x1cc),_0x1d226b['dqnHs']='jest',_0x1d226b[_0x1b1db5(0x314)]=_0x1b1db5(0x25b),_0x1d226b[_0x1b1db5(0x1fd)]=_0x1b1db5(0x272),_0x1d226b[_0x1b1db5(0x1df)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x1d226b[_0x1b1db5(0x305)]=function(_0x3e30f1,_0xa95640){return _0x3e30f1===_0xa95640;},_0x1d226b[_0x1b1db5(0x241)]=_0x1b1db5(0x2fc),_0x1d226b[_0x1b1db5(0x249)]=_0x1b1db5(0x1b4),_0x1d226b[_0x1b1db5(0x2e6)]=_0x1b1db5(0x2c6),_0x1d226b[_0x1b1db5(0x35a)]=_0x1b1db5(0x1d6),_0x1d226b['GLkAr']=_0x1b1db5(0x1dd),_0x1d226b[_0x1b1db5(0x1f6)]=function(_0x535f1c,_0x59d89c){return _0x535f1c===_0x59d89c;},_0x1d226b[_0x1b1db5(0x32b)]='scan',_0x1d226b[_0x1b1db5(0x1ae)]=_0x1b1db5(0x288);const _0x133009=_0x1d226b;if(_0x133009['UxMQb'](_0x51268d[_0x1b1db5(0x26b)],_0x133009[_0x1b1db5(0x3b4)])&&_0x133009[_0x1b1db5(0x39b)](_0x51268d['testFramework'],_0x133009[_0x1b1db5(0x26e)])&&_0x133009[_0x1b1db5(0x39b)](_0x51268d[_0x1b1db5(0x26b)],_0x133009[_0x1b1db5(0x314)])){logger[_0x1b1db5(0x32d)](_0x1b1db5(0x359)+_0x51268d[_0x1b1db5(0x26b)]+')');return;}logger['debug'](_0x1b1db5(0x39d)+(_0x51268d['commandName']||_0x133009[_0x1b1db5(0x1fd)])+',\x20framework='+_0x51268d[_0x1b1db5(0x26b)]);try{const _0x3e3ec8=_0x51268d['instance']||AutomationFramework['getTrackedInstance'](),_0x5c83b4=TestFramework[_0x1b1db5(0x318)](),_0x3ae82c=_0x51268d['commandName']||_0x51268d[_0x1b1db5(0x2ab)]?.[_0x1b1db5(0x37d)]();if(!_0x3ae82c){logger['debug'](_0x133009[_0x1b1db5(0x1df)]);return;}if(!this[_0x1b1db5(0x2e3)]()){logger[_0x1b1db5(0x32d)](_0x1b1db5(0x1b0)+_0x3ae82c);return;}if(!this[_0x1b1db5(0x2b1)](_0x3ae82c)){logger[_0x1b1db5(0x32d)]('onBeforeExecute:\x20Command\x20'+_0x3ae82c+_0x1b1db5(0x269));return;}const _0x441bc0=_0x51268d[_0x1b1db5(0x261)]||global[_0x1b1db5(0x36c)]?.[_0x1b1db5(0x2b2)];if(!_0x441bc0){logger[_0x1b1db5(0x32d)](_0x1b1db5(0x33f)+_0x3ae82c);return;}let _0x989418='',_0x5d7548=null;if(_0x133009[_0x1b1db5(0x305)](_0x51268d[_0x1b1db5(0x26b)],_0x133009[_0x1b1db5(0x26e)])){_0x5d7548=_0x51268d[_0x1b1db5(0x30b)]?.[_0x1b1db5(0x20b)]||_0x51268d['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x5d7548){logger[_0x1b1db5(0x2f0)](_0x133009['WFoDf']);return;}try{const _0xb6b6d5=await GrpcClient[_0x1b1db5(0x342)]()[_0x1b1db5(0x1c9)](process[_0x1b1db5(0x208)][_0x1b1db5(0x392)],_0x133009['qvRYr'],_0x133009[_0x1b1db5(0x2e6)],_0x5d7548),_0x247700=AccessibilityModule[_0x1b1db5(0x28f)](null,_0xb6b6d5);_0x989418=_0x247700?.['thTestRunUuid']||'',logger['debug'](_0x1b1db5(0x29a)+_0x989418+_0x1b1db5(0x3bd)+_0x5d7548);}catch(_0x428c46){logger[_0x1b1db5(0x31c)](_0x1b1db5(0x247)+_0x428c46[_0x1b1db5(0x22f)]);return;}}else _0x989418=this['getCapabilityValue'](_0x133009[_0x1b1db5(0x35a)])||'',!_0x989418&&this['isMobileWebSession']()&&(_0x989418=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x41d3da=this[_0x1b1db5(0x292)](_0x133009[_0x1b1db5(0x333)])||this[_0x1b1db5(0x31d)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x593cf0=process[_0x1b1db5(0x208)][_0x1b1db5(0x1e2)]||'',_0x2a34b2=this[_0x1b1db5(0x335)](_0x3ae82c,_0x989418,_0x41d3da,_0x593cf0),_0x17e7b4=_0x133009[_0x1b1db5(0x1f6)](_0x51268d[_0x1b1db5(0x26b)],_0x133009['dqnHs'])?await AccessibilityModule[_0x1b1db5(0x23b)](_0x133009['ZszMQ'],_0x989418,_0x5d7548):await AccessibilityModule[_0x1b1db5(0x23b)](_0x133009[_0x1b1db5(0x32b)],_0x989418);logger[_0x1b1db5(0x2e7)](_0x1b1db5(0x207)+(_0x2a34b2?JSON[_0x1b1db5(0x3a7)](_0x2a34b2):_0x133009['fMIeS']));const _0x80a11c=CLIUtils['mergeObject'](_0x2a34b2,_0x17e7b4);logger[_0x1b1db5(0x2e7)](_0x1b1db5(0x29f)+(_0x80a11c?JSON['stringify'](_0x80a11c):_0x133009[_0x1b1db5(0x1ae)])),logger[_0x1b1db5(0x32d)](_0x1b1db5(0x25c)+_0x3ae82c);const _0x1d5138=await this['performScanForCli'](_0x441bc0,_0x989418,_0x3ae82c,_0x80a11c,this['isAppAccessibility']);logger['debug'](_0x1b1db5(0x1d9)+_0x3ae82c+_0x1b1db5(0x2de)+JSON['stringify'](_0x1d5138));}catch(_0x313aff){logger[_0x1b1db5(0x31c)](_0x1b1db5(0x34f)+(_0x313aff[_0x1b1db5(0x39f)]||_0x313aff[_0x1b1db5(0x22f)]));}}[a105_0x3fc317(0x25e)](){const _0x5a1619=a105_0x3fc317;return this[_0x5a1619(0x2e3)]();}[a105_0x3fc317(0x281)](_0x5ba9fc){const _0x36add5=a105_0x3fc317,_0x478af9=CLIUtils[_0x36add5(0x1ea)]();this[_0x36add5(0x1b4)][_0x36add5(0x354)](_0x478af9,_0x5ba9fc);}async[a105_0x3fc317(0x1c6)](_0x472b90){const _0x20593c=a105_0x3fc317,_0x205fb3={};_0x205fb3['tUmYX']=_0x20593c(0x272);const _0x501cc2=_0x205fb3;try{const _0x1781e6=_0x472b90['instance']||AutomationFramework['getTrackedInstance'](),_0x3ddc9e=_0x1781e6?.[_0x20593c(0x212)]?.()?.[_0x20593c(0x3aa)]?.(this['KEY_INIT'])||![];if(_0x3ddc9e)return;PerformanceTester['start'](EVENTS[_0x20593c(0x1c1)]);const _0x114ee8=await GrpcClient[_0x20593c(0x342)]()[_0x20593c(0x2da)](_0x472b90);_0x114ee8&&_0x114ee8[_0x20593c(0x1ed)]&&_0x114ee8['getAccessibility']()&&_0x114ee8[_0x20593c(0x1ed)]()[_0x20593c(0x23c)]()?(await this['loadAccessibilityConfig'](_0x114ee8,_0x472b90),_0x1781e6?.['getData']&&_0x1781e6[_0x20593c(0x212)]()[_0x20593c(0x354)](this[_0x20593c(0x34b)],!![]),logger[_0x20593c(0x32d)](_0x20593c(0x216)+(_0x1781e6?.['getPlatformIndex']?.()||_0x501cc2[_0x20593c(0x271)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x20593c(0x32d)](_0x20593c(0x216)+(_0x1781e6?.[_0x20593c(0x37e)]?.()||_0x501cc2[_0x20593c(0x271)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0x20593c(0x1c1)]);}catch(_0x14b9e8){PerformanceTester[_0x20593c(0x3af)](EVENTS[_0x20593c(0x1c1)],![],_0x14b9e8[_0x20593c(0x22f)]),logger['error']('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x14b9e8[_0x20593c(0x39f)]||_0x14b9e8[_0x20593c(0x22f)]));}}async[a105_0x3fc317(0x1d8)](_0x1efe20,_0x1b25c8){const _0xd1a421=a105_0x3fc317;await this[_0xd1a421(0x38b)](_0x1efe20,_0x1b25c8);const _0x83173b=_0x1efe20[_0xd1a421(0x1ed)]()[_0xd1a421(0x27e)]();if(_0x83173b){const _0x58196c=_0x1efe20['getTesthub']&&_0x1efe20[_0xd1a421(0x3b8)]();_0x58196c&&(this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]=_0x58196c['getBuildId']&&_0x58196c[_0xd1a421(0x26c)]());}}['shouldScanForCommand'](_0x5e8b32){const _0x2dd248=a105_0x3fc317,_0x498bf6={};_0x498bf6['lpEBg']=function(_0x4a7222,_0x543da0){return _0x4a7222===_0x543da0;};const _0x6a8f52=_0x498bf6;try{if(!_0x5e8b32)return![];const _0xbfd6c5=this[_0x2dd248(0x31d)]?.[_0x2dd248(0x1ad)]?.[_0x2dd248(0x23e)]?.['commandsList']||[],_0x19ffc3=_0xbfd6c5[_0x2dd248(0x1de)](_0x57d8a2=>{const _0x6d3b98=_0x2dd248;return _0x57d8a2[_0x6d3b98(0x339)]&&_0x6a8f52[_0x6d3b98(0x259)](_0x57d8a2[_0x6d3b98(0x339)][_0x6d3b98(0x391)](),_0x5e8b32[_0x6d3b98(0x391)]());});return logger[_0x2dd248(0x32d)](_0x2dd248(0x27d)+_0x5e8b32+'\x20->\x20'+_0x19ffc3+',\x20available\x20commands:\x20'+JSON[_0x2dd248(0x3a7)](_0xbfd6c5['map'](_0x2606cc=>_0x2606cc['name']))),_0x19ffc3;}catch(_0x523453){return logger[_0x2dd248(0x32d)](_0x2dd248(0x385)+_0x523453[_0x2dd248(0x22f)]),![];}}[a105_0x3fc317(0x226)](_0x1ca9c0){const _0x411b38=a105_0x3fc317,_0x21baad={};_0x21baad[_0x411b38(0x240)]=function(_0x361d4e,_0x30d211){return _0x361d4e===_0x30d211;},_0x21baad['epQLS']=_0x411b38(0x294),_0x21baad[_0x411b38(0x1cf)]=_0x411b38(0x1f9);const _0x16c901=_0x21baad,_0x10c73e=_0x1ca9c0[_0x411b38(0x28e)]&&_0x1ca9c0[_0x411b38(0x28e)]();return _0x10c73e&&_0x16c901['URKxU'](typeof _0x10c73e,_0x16c901['epQLS'])&&_0x10c73e[_0x411b38(0x2a5)](_0x16c901[_0x411b38(0x1cf)]);}['isAccessibilityScriptCommand'](_0xfe6c6b){const _0x2aae71=a105_0x3fc317,_0x338d3d={};_0x338d3d[_0x2aae71(0x348)]=function(_0xb55c36,_0x27e65d){return _0xb55c36!==_0x27e65d;},_0x338d3d[_0x2aae71(0x389)]=_0x2aae71(0x294),_0x338d3d['yFpJF']=_0x2aae71(0x1b4),_0x338d3d[_0x2aae71(0x353)]=_0x2aae71(0x2c6),_0x338d3d[_0x2aae71(0x2ea)]=_0x2aae71(0x37a),_0x338d3d[_0x2aae71(0x2a6)]='saveTestResults';const _0x4010a5=_0x338d3d,_0x3398f1=_0xfe6c6b[_0x2aae71(0x28e)]&&_0xfe6c6b['getScript']();if(!_0x3398f1||_0x4010a5[_0x2aae71(0x348)](typeof _0x3398f1,_0x4010a5[_0x2aae71(0x389)]))return![];return _0x3398f1[_0x2aae71(0x2a5)](_0x4010a5['yFpJF'])||_0x3398f1[_0x2aae71(0x2a5)](_0x4010a5[_0x2aae71(0x353)])||_0x3398f1[_0x2aae71(0x2a5)](_0x4010a5['yDkJn'])||_0x3398f1[_0x2aae71(0x2a5)](_0x4010a5[_0x2aae71(0x2a6)]);}[a105_0x3fc317(0x26f)](){const _0x2d7316=a105_0x3fc317,_0x11e516={'NEtVh':function(_0x510d02,_0x3b3762){return _0x510d02===_0x3b3762;},'cxCoi':_0x2d7316(0x1d4),'JZQQM':function(_0x1c76d2,_0x9967ea){return _0x1c76d2(_0x9967ea);},'gXCQC':_0x2d7316(0x35f),'GfFcY':_0x2d7316(0x2bc),'XVkem':function(_0xd2e0fc,_0x4222c5){return _0xd2e0fc===_0x4222c5;},'zjfsV':function(_0x5570a0,_0xe3530){return _0x5570a0(_0xe3530);},'Qmnng':_0x2d7316(0x2f9),'sjghL':_0x2d7316(0x2dd)};try{const _0x214be2=this[_0x2d7316(0x31d)]?.[_0x2d7316(0x1ad)]?.[_0x2d7316(0x365)]||[],_0x1d9023=_0x263894=>{const _0x4b3688=_0x2d7316,_0xbdf7e0=_0x214be2[_0x4b3688(0x250)](_0x1066a6=>(typeof _0x1066a6[_0x4b3688(0x37d)]==='function'?_0x1066a6[_0x4b3688(0x37d)]():_0x1066a6[_0x4b3688(0x339)])===_0x263894);return _0xbdf7e0?_0x11e516[_0x4b3688(0x24e)](typeof _0xbdf7e0[_0x4b3688(0x311)],_0x11e516[_0x4b3688(0x209)])?_0xbdf7e0[_0x4b3688(0x311)]():_0xbdf7e0['value']:null;},_0x36097e=_0x11e516[_0x2d7316(0x22c)](_0x1d9023,_0x11e516['gXCQC']),_0x2f014c=_0x11e516[_0x2d7316(0x22c)](_0x1d9023,_0x11e516[_0x2d7316(0x28a)]),_0x43ec10=global[_0x2d7316(0x21f)]||_0x36097e&&_0x11e516['XVkem'](_0x11e516['zjfsV'](String,_0x36097e)[_0x2d7316(0x391)](),_0x11e516[_0x2d7316(0x399)])&&_0x2f014c&&_0x11e516[_0x2d7316(0x331)](String,_0x2f014c)[_0x2d7316(0x391)]()[_0x2d7316(0x2a5)](_0x11e516[_0x2d7316(0x233)]);if(!_0x43ec10)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x2d7316(0x327)]&&(logger[_0x2d7316(0x2f0)](accessibilityHelper[_0x2d7316(0x1f3)]),this[_0x2d7316(0x327)]=!![]),![];return!![];}catch(_0x251ae8){return logger['debug']('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x251ae8['message']),![];}}[a105_0x3fc317(0x335)](_0x3bf444,_0x40aee7,_0x2b9d91,_0x149b74){const _0x532666=a105_0x3fc317,_0x3a55b5={};_0x3a55b5['FTDav']=function(_0x1ea5f2,_0x49ad70){return _0x1ea5f2||_0x49ad70;},_0x3a55b5['bYSWj']=function(_0x233555,_0x21eb7b){return _0x233555&&_0x21eb7b;},_0x3a55b5[_0x532666(0x27b)]=function(_0x17a646,_0x142034){return _0x17a646||_0x142034;},_0x3a55b5['pRuVN']=_0x532666(0x1fb);const _0x112b48=_0x3a55b5;let _0x1b15c9=_0x112b48['FTDav'](_0x40aee7,'');const _0x365ad6=!this[_0x532666(0x223)]&&this[_0x532666(0x26f)]();_0x112b48[_0x532666(0x33a)](_0x365ad6,!_0x1b15c9)&&(_0x1b15c9=accessibilityHelper[_0x532666(0x33b)]());const _0xd551b2={'command':_0x3bf444,'thTestRunUuid':_0x1b15c9,'thBuildUuid':_0x112b48['wfXjv'](_0x2b9d91,''),'thJwtToken':_0x112b48[_0x532666(0x27b)](_0x149b74,''),'timestamp':new Date()[_0x532666(0x258)]()};return _0x365ad6&&(_0xd551b2[_0x532666(0x1af)]=!![],logger[_0x532666(0x32d)](_0x112b48[_0x532666(0x364)])),_0xd551b2;}[a105_0x3fc317(0x1eb)](_0x6e0a69){const _0x5867df=a105_0x3fc317,_0x3ed67d={};_0x3ed67d[_0x5867df(0x279)]=function(_0x12cc2c,_0x57a386){return _0x12cc2c||_0x57a386;};const _0x560d93=_0x3ed67d;try{const _0xcdeaae=this['accessibilityConfig']?.[_0x5867df(0x1ad)]?.[_0x5867df(0x27a)]||[],_0x543ee0=_0xcdeaae[_0x5867df(0x250)](_0x29a975=>_0x29a975[_0x5867df(0x339)]===_0x6e0a69);return _0x560d93[_0x5867df(0x279)](_0x543ee0,null);}catch(_0x2a8d8b){return logger[_0x5867df(0x32d)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x6e0a69+':\x20'+_0x2a8d8b[_0x5867df(0x22f)]),null;}}async['executeScriptByName'](_0x22f214,_0x15fbf1,_0x350fbb=null){const _0x224d50=a105_0x3fc317,_0x1b3bcf={'gjrHD':function(_0x1202e2,_0x463714){return _0x1202e2(_0x463714);},'bnWqU':_0x224d50(0x31f)};try{if(!_0x22f214)return logger[_0x224d50(0x32d)](_0x224d50(0x214)+_0x15fbf1),null;const _0x29784e=this['getScriptByName'](_0x15fbf1);if(!_0x29784e||!_0x29784e[_0x224d50(0x2ab)])return logger[_0x224d50(0x32d)](_0x224d50(0x1bd)+_0x15fbf1+_0x224d50(0x26d)),null;logger[_0x224d50(0x32d)]('Executing\x20'+_0x15fbf1+_0x224d50(0x242));const _0x2c3a77=_0x1b3bcf[_0x224d50(0x2f4)](require,_0x1b3bcf[_0x224d50(0x278)]),_0x46d207=_0x350fbb?await _0x2c3a77[_0x224d50(0x283)](_0x22f214,_0x29784e[_0x224d50(0x2ab)],_0x350fbb):await _0x2c3a77[_0x224d50(0x283)](_0x22f214,_0x29784e[_0x224d50(0x2ab)]);return _0x46d207;}catch(_0x53200e){return logger[_0x224d50(0x31c)](_0x224d50(0x2f7)+_0x15fbf1+':\x20'+(_0x53200e[_0x224d50(0x39f)]||_0x53200e[_0x224d50(0x22f)])),null;}}async[a105_0x3fc317(0x2d3)](_0x371791,_0x4b9c8b,_0x32f365,_0x32c79d,_0x244ea4,_0x4c8a2b=a105_0x3fc317(0x1d1)){const _0x547a09=a105_0x3fc317,_0x250f58={'PJJjM':function(_0x5e8a98,_0x6c4dc7){return _0x5e8a98===_0x6c4dc7;},'kMtJv':'scan','dRvlR':function(_0x56bc8c,_0x27d1d4){return _0x56bc8c(_0x27d1d4);},'ErTlW':_0x547a09(0x31f)};try{logger[_0x547a09(0x32d)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x32f365+_0x547a09(0x384)+_0x4c8a2b);const _0x576466=this[_0x547a09(0x1eb)](_0x4c8a2b);if(!_0x576466||!_0x576466[_0x547a09(0x2ab)]){logger[_0x547a09(0x32d)](_0x547a09(0x284)+_0x4c8a2b+_0x547a09(0x378));return;}if(_0x250f58[_0x547a09(0x36a)](_0x4c8a2b,_0x250f58[_0x547a09(0x31e)])){const _0x1ffbfe=_0x250f58[_0x547a09(0x219)](require,_0x250f58[_0x547a09(0x34a)]),_0x5d14ae={};_0x5d14ae[_0x547a09(0x2ab)]=_0x32f365;const _0x192b1d=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x547a09(0x254)],async()=>{const _0x3d7408=_0x547a09;return await _0x1ffbfe['browserStackEvaluate'](_0x371791,_0x576466[_0x3d7408(0x2ab)],_0x32c79d);},_0x5d14ae)();return logger['info'](_0x547a09(0x36d)+_0x4c8a2b+'\x20result\x20for\x20'+_0x32f365+':\x20'+util[_0x547a09(0x2b0)](_0x192b1d)),_0x192b1d;}const _0x2d900e=_0x250f58[_0x547a09(0x219)](require,_0x250f58[_0x547a09(0x34a)]),_0x35ed68=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x547a09(0x369)],async()=>{const _0x3466c8=_0x547a09;return await _0x2d900e[_0x3466c8(0x283)](_0x371791,_0x576466[_0x3466c8(0x2ab)],_0x32c79d);})();return logger[_0x547a09(0x2e7)]('Page\x20'+_0x4c8a2b+_0x547a09(0x21d)+_0x32f365+':\x20'+util[_0x547a09(0x2b0)](_0x35ed68)),_0x35ed68;}catch(_0x41e0be){logger[_0x547a09(0x31c)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x4c8a2b+':\x20'+(_0x41e0be[_0x547a09(0x39f)]||_0x41e0be[_0x547a09(0x22f)]));}}async[a105_0x3fc317(0x2c7)](_0x659271){const _0x4001a9=a105_0x3fc317,_0x45e705={'OHRze':function(_0x2e9e37,_0x3b579d){return _0x2e9e37(_0x3b579d);},'sKWvV':_0x4001a9(0x300)};try{const _0x3cfb36=_0x45e705['OHRze'](require,_0x45e705[_0x4001a9(0x213)]);return await _0x3cfb36['platformValidation'](_0x659271);}catch(_0x2b0949){return logger[_0x4001a9(0x31c)](_0x4001a9(0x22a)+(_0x2b0949[_0x4001a9(0x39f)]||_0x2b0949[_0x4001a9(0x22f)])),![];}}[a105_0x3fc317(0x2a0)](_0x4d6895,_0x581ba6,_0x32b99f){const _0x5de6b3=a105_0x3fc317,_0x3172fd={'AdROa':function(_0x4e4831,_0x2e9d5f){return _0x4e4831(_0x2e9d5f);},'WrWgL':'../../playwright/accessibility-helper','qrWzg':'\x22browserstack.user\x22:\x22[REDACTED]\x22','JGWqY':_0x5de6b3(0x1cd)};try{const _0x80e7d7=_0x3172fd[_0x5de6b3(0x238)](require,_0x3172fd['WrWgL']);_0x80e7d7[_0x5de6b3(0x2a0)](_0x4d6895,_0x581ba6,_0x32b99f);const _0x53e2ac=JSON[_0x5de6b3(0x3a7)](_0x4d6895)[_0x5de6b3(0x26a)](/"browserstack\.user":"[^"]*"/g,_0x3172fd[_0x5de6b3(0x34e)])[_0x5de6b3(0x26a)](/"browserstack\.key":"[^"]*"/g,_0x3172fd['JGWqY']);logger[_0x5de6b3(0x32d)](_0x5de6b3(0x257)+global[_0x5de6b3(0x29c)]+'\x20'+_0x53e2ac);}catch(_0x3bc6d3){logger[_0x5de6b3(0x31c)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x3bc6d3['stack']||_0x3bc6d3['message']));}}async[a105_0x3fc317(0x285)]({fetchFn:_0x1bedda,isNonEmpty:_0xee8c70,resultDetail:_0x3af665,totalMs:_0x538ce9,intervalMs:_0x32b720,name:_0x42163e}){const _0x4c5c9e=a105_0x3fc317,_0x230e1b={'NYZqY':function(_0xb34da4,_0x42e20e){return _0xb34da4+_0x42e20e;},'yPJxb':function(_0x353ef6,_0x4100d4){return _0x353ef6<_0x4100d4;},'rCiwj':function(_0x21bc2e){return _0x21bc2e();},'NcSxF':function(_0x171095,_0x4658e2){return _0x171095(_0x4658e2);},'voZye':function(_0x29cd90,_0x51a494){return _0x29cd90(_0x51a494);},'wLEFS':function(_0x37c3c1,_0x23cffd){return _0x37c3c1>=_0x23cffd;},'dFszD':function(_0x5e620c,_0x1c29b2){return _0x5e620c-_0x1c29b2;},'FLfuV':function(_0x2bba86,_0x8600bf){return _0x2bba86(_0x8600bf);}},_0xeada02=Date[_0x4c5c9e(0x2bb)](),_0x36b528=_0x230e1b['NYZqY'](_0xeada02,_0x538ce9);let _0x2ae1a7=0x0,_0x2ae837=null,_0x4c2a0e=![];while(_0x230e1b[_0x4c5c9e(0x3a5)](Date['now'](),_0x36b528)){_0x2ae1a7++,_0x2ae837=await _0x230e1b[_0x4c5c9e(0x24d)](_0x1bedda),_0x4c2a0e=_0x230e1b[_0x4c5c9e(0x239)](_0xee8c70,_0x2ae837),logger[_0x4c5c9e(0x32d)]('['+_0x42163e+_0x4c5c9e(0x2c3)+_0x2ae1a7+'\x20'+_0x230e1b['voZye'](_0x3af665,_0x2ae837));if(_0x4c2a0e)break;if(_0x230e1b[_0x4c5c9e(0x1f5)](_0x230e1b['NYZqY'](Date['now'](),_0x32b720),_0x36b528))break;await new Promise(_0x3d8343=>setTimeout(_0x3d8343,_0x32b720));}return!_0x4c2a0e&&logger['warn']('['+_0x42163e+_0x4c5c9e(0x21c)+_0x2ae1a7+_0x4c5c9e(0x205)+_0x230e1b[_0x4c5c9e(0x2a2)](Date[_0x4c5c9e(0x2bb)](),_0xeada02)+_0x4c5c9e(0x298)+_0x230e1b[_0x4c5c9e(0x277)](_0x3af665,_0x2ae837)+_0x4c5c9e(0x328)),_0x2ae837;}async[a105_0x3fc317(0x28c)](_0x5de594){const _0x53c847=a105_0x3fc317,_0x72ce72={};_0x72ce72[_0x53c847(0x21e)]=_0x53c847(0x218),_0x72ce72[_0x53c847(0x237)]=function(_0x17bb7f,_0x4048e8){return _0x17bb7f>_0x4048e8;},_0x72ce72[_0x53c847(0x1ce)]=_0x53c847(0x255);const _0x3c9b82=_0x72ce72;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x53c847(0x2f0)](_0x3c9b82[_0x53c847(0x21e)]),[];const _0x5e2804=this[_0x53c847(0x26f)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x53c847(0x33b)]()}:{};_0x3c9b82[_0x53c847(0x237)](Object['keys'](_0x5e2804)[_0x53c847(0x2ee)],0x0)&&logger[_0x53c847(0x32d)](_0x53c847(0x3ab)+JSON[_0x53c847(0x3a7)](_0x5e2804));const _0x4fcbc0=await this[_0x53c847(0x285)]({'fetchFn':()=>Object['keys'](_0x5e2804)[_0x53c847(0x2ee)]>0x0?this[_0x53c847(0x21a)](_0x5de594,_0x53c847(0x37a),_0x5e2804):this[_0x53c847(0x21a)](_0x5de594,_0x53c847(0x37a)),'isNonEmpty':_0x379110=>Array['isArray'](_0x379110)&&_0x379110[_0x53c847(0x2ee)]>0x0,'resultDetail':_0x580033=>_0x53c847(0x1db)+(Array['isArray'](_0x580033)?_0x580033['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x3c9b82[_0x53c847(0x1ce)]});return _0x4fcbc0||[];}catch(_0x2322b4){return logger[_0x53c847(0x31c)](_0x53c847(0x1b9)+(_0x2322b4[_0x53c847(0x39f)]||_0x2322b4[_0x53c847(0x22f)])),[];}}async[a105_0x3fc317(0x36f)](_0x2ce901){const _0x2d504b=a105_0x3fc317,_0x107811={'aUYVI':function(_0x52abc2,_0xcb4768,_0x1d4420){return _0x52abc2(_0xcb4768,_0x1d4420);},'kOlzu':'scan','KqRTd':function(_0x197360,_0x69aed7){return _0x197360(_0x69aed7);},'heFgi':_0x2d504b(0x301),'HMktl':_0x2d504b(0x30f),'PVDqQ':_0x2d504b(0x393),'IrBXn':function(_0x37f27e,_0x54d4c4){return _0x37f27e===_0x54d4c4;},'omwRp':_0x2d504b(0x299),'hPBNj':_0x2d504b(0x273),'oqxGP':_0x2d504b(0x1b4),'hFHoz':_0x2d504b(0x1dd),'AWlyJ':'getAccessibilityResultsSummary','VqORS':_0x2d504b(0x1d6),'pJCgQ':'Performing\x20scan\x20before\x20getting\x20results\x20summary','CtgRD':_0x2d504b(0x2ac),'uvuDq':_0x2d504b(0x1ca),'eSyIC':'No\x20summaryResults\x20found.','KgcTU':'object'};try{if(!this[_0x2d504b(0x2e3)]())return logger['warn'](_0x107811[_0x2d504b(0x1e1)]),{};const _0x266b0b=_0x107811[_0x2d504b(0x395)](require,_0x107811[_0x2d504b(0x3a6)]),_0x1a3feb=_0x266b0b[_0x2d504b(0x3be)](),_0x3eae3b=_0x107811['IrBXn'](_0x1a3feb?.[_0x2d504b(0x339)]?.[_0x2d504b(0x391)](),_0x107811['omwRp']);let _0x4d9a9f='',_0x5cefeb=null,_0x1e32cf=null;if(_0x3eae3b){_0x5cefeb=global[_0x2d504b(0x2a7)]||global['__workerDetails']?.[_0x2d504b(0x1bc)]?.[_0x2d504b(0x20b)]||global[_0x2d504b(0x36c)]?.[_0x2d504b(0x1bc)]?.['id'];if(!_0x5cefeb)return logger['warn'](_0x107811['hPBNj']),{};try{const _0x47888=await GrpcClient[_0x2d504b(0x342)]()[_0x2d504b(0x1c9)](process[_0x2d504b(0x208)][_0x2d504b(0x392)],_0x107811['oqxGP'],_0x107811[_0x2d504b(0x2cb)],_0x5cefeb),_0x44b4b8=AccessibilityModule[_0x2d504b(0x28f)](null,_0x47888);_0x4d9a9f=_0x44b4b8?.[_0x2d504b(0x20c)]||'',logger[_0x2d504b(0x32d)](_0x2d504b(0x396)+_0x4d9a9f+_0x2d504b(0x3bd)+_0x5cefeb);const _0x1e5899=await AccessibilityModule[_0x2d504b(0x23b)](_0x107811['heFgi'],_0x4d9a9f,_0x5cefeb),_0x233876=this['getCapabilityValue'](_0x107811[_0x2d504b(0x372)])||this[_0x2d504b(0x31d)][this[_0x2d504b(0x306)]]||null,_0x460e6b=process[_0x2d504b(0x208)][_0x2d504b(0x1e2)]||'',_0x5b82f1=this[_0x2d504b(0x335)](_0x107811[_0x2d504b(0x297)],_0x4d9a9f,_0x233876,_0x460e6b);_0x1e32cf=_0x266b0b[_0x2d504b(0x1dc)](_0x5b82f1,_0x1e5899),logger[_0x2d504b(0x32d)](_0x2d504b(0x3a1)+JSON[_0x2d504b(0x3a7)](_0x1e32cf));}catch(_0x517e59){return logger[_0x2d504b(0x31c)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x517e59[_0x2d504b(0x22f)]),{};}}else{_0x4d9a9f=this[_0x2d504b(0x292)](_0x107811[_0x2d504b(0x2d4)])||'';!_0x4d9a9f&&this[_0x2d504b(0x26f)]()&&(_0x4d9a9f=accessibilityHelper[_0x2d504b(0x33b)]());const _0x5c79c0=this[_0x2d504b(0x292)](_0x107811[_0x2d504b(0x372)])||this['accessibilityConfig'][this[_0x2d504b(0x306)]]||null,_0x4fac57=process['env'][_0x2d504b(0x1e2)]||'';_0x1e32cf=this['getParamsForScanForCli'](_0x107811[_0x2d504b(0x297)],_0x4d9a9f,_0x5c79c0,_0x4fac57);}logger[_0x2d504b(0x32d)](_0x107811['pJCgQ']);const _0x561623=0x15f90,_0x35eed7=0x1388;try{await PerformanceTester[_0x2d504b(0x2cf)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x242b7c=_0x2d504b,_0x271b61={'LrvXT':function(_0x4278f6,_0x299a1a,_0x109729){const _0x5cf56f=a105_0x5710;return _0x107811[_0x5cf56f(0x1d7)](_0x4278f6,_0x299a1a,_0x109729);}},_0x383992=this[_0x242b7c(0x21a)](_0x2ce901,_0x107811['kOlzu'],_0x1e32cf);let _0x5e592c;const _0x58b2d5=new Promise((_0x573679,_0x58bdb5)=>{const _0x2d0fbd=_0x242b7c;_0x5e592c=_0x271b61[_0x2d0fbd(0x2f1)](setTimeout,()=>_0x58bdb5(new Error(_0x2d0fbd(0x307)+_0x561623+'ms')),_0x561623);});try{const _0x56f0b7=await Promise['race']([_0x383992,_0x58b2d5]);logger[_0x242b7c(0x32d)]('Scan\x20result:\x20'+util['format'](_0x56f0b7));}finally{_0x107811[_0x242b7c(0x395)](clearTimeout,_0x5e592c);}},{'command':_0x107811['AWlyJ']})();}catch(_0x5ccdc1){logger[_0x2d504b(0x2f0)](_0x2d504b(0x37c)+_0x5ccdc1[_0x2d504b(0x22f)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x2d504b(0x282)]={'reason':_0x107811['CtgRD'],'at':Date[_0x2d504b(0x2bb)](),'where':_0x107811[_0x2d504b(0x2f8)]},await new Promise(_0x4bda13=>setTimeout(_0x4bda13,_0x35eed7)),logger['debug'](_0x2d504b(0x1f1)+_0x35eed7+_0x2d504b(0x236));}const _0x550afc=await this[_0x2d504b(0x285)]({'fetchFn':()=>PerformanceTester[_0x2d504b(0x2cf)](PerformanceA11yEvents[_0x2d504b(0x2b4)],async()=>{const _0x2d97e4=_0x2d504b;return await this[_0x2d97e4(0x21a)](_0x2ce901,_0x107811[_0x2d97e4(0x2cb)],_0x1e32cf);})(),'isNonEmpty':_0x4a4a4c=>_0x4a4a4c&&typeof _0x4a4a4c[_0x2d504b(0x1be)]==='number'&&_0x4a4a4c['totalIssueCount']>0x0,'resultDetail':_0x48fc33=>_0x2d504b(0x36e)+(_0x48fc33&&typeof _0x48fc33[_0x2d504b(0x1be)]===_0x2d504b(0x344)?_0x48fc33['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x107811[_0x2d504b(0x2f8)]});if(!_0x550afc)return logger[_0x2d504b(0x32d)](_0x107811[_0x2d504b(0x34c)]),{};return _0x107811[_0x2d504b(0x23d)](typeof _0x550afc,_0x107811['KgcTU'])&&global[_0x2d504b(0x282)]&&(_0x550afc[_0x2d504b(0x2dc)]=!![],_0x550afc[_0x2d504b(0x386)]=global[_0x2d504b(0x282)][_0x2d504b(0x234)]),_0x550afc;}catch(_0x382606){return logger['error'](_0x2d504b(0x2c4)+(_0x382606['stack']||_0x382606[_0x2d504b(0x22f)])),{};}}async[a105_0x3fc317(0x206)](_0x4ecf8b,_0x4dacf7,_0x5c0d1f=null){const _0x4aa8b2=a105_0x3fc317,_0x439488={};_0x439488['cCtWb']=_0x4aa8b2(0x3b3),_0x439488[_0x4aa8b2(0x287)]=_0x4aa8b2(0x2ae),_0x439488['OgvtV']=_0x4aa8b2(0x383);const _0x2c46b5=_0x439488;try{if(!_0x4ecf8b)return logger[_0x4aa8b2(0x32d)](_0x2c46b5[_0x4aa8b2(0x2a3)]),null;if(!_0x4dacf7)return logger[_0x4aa8b2(0x32d)](_0x2c46b5[_0x4aa8b2(0x287)]),null;logger['debug'](_0x2c46b5['OgvtV']);const _0x3b415d=_0x5c0d1f?await _0x4ecf8b[_0x4aa8b2(0x379)](_0x4dacf7,_0x5c0d1f):await _0x4ecf8b[_0x4aa8b2(0x379)](_0x4dacf7);return _0x3b415d;}catch(_0x1469fd){return logger[_0x4aa8b2(0x31c)](_0x4aa8b2(0x2f2)+(_0x1469fd[_0x4aa8b2(0x39f)]||_0x1469fd[_0x4aa8b2(0x22f)])),null;}}static['loadDriverExecuteParams'](_0x4ac176,_0x2db5cf){const _0x345bac=a105_0x3fc317,_0x4d42c0={};_0x4d42c0['OOxrB']=_0x345bac(0x1e4);const _0x378b78=_0x4d42c0,_0x2683e5={};_0x2683e5[_0x345bac(0x20c)]=_0x4ac176;const _0x55312a=_0x2683e5;let _0x32c271={};if(_0x2db5cf['getSuccess']()&&_0x2db5cf['hasAccessibilityExecuteParams']())try{_0x32c271=JSON[_0x345bac(0x3bc)](new Buffer(_0x2db5cf[_0x345bac(0x355)]())['toString'](_0x378b78[_0x345bac(0x3ba)]));}catch(_0x360add){logger[_0x345bac(0x31c)](_0x345bac(0x1b2)+_0x360add[_0x345bac(0x22f)]),_0x32c271={};}return CLIUtils[_0x345bac(0x1dc)](_0x55312a,_0x32c271);}static async['fetchCentralAuthA11yConfig'](_0x27e67e,_0x413218='',_0x2d4a24=null){const _0x3516de=a105_0x3fc317,_0x56b5a1={};_0x56b5a1[_0x3516de(0x28d)]=_0x3516de(0x1c0),_0x56b5a1['bcRAD']=_0x3516de(0x1b4);const _0x30a378=_0x56b5a1;try{if(!_0x2d4a24&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x3516de(0x1fa)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x3516de(0x31c)](_0x30a378[_0x3516de(0x28d)]),{};const _0x52e9d8=await GrpcClient[_0x3516de(0x342)]()[_0x3516de(0x1c9)](process[_0x3516de(0x208)][_0x3516de(0x392)],_0x30a378[_0x3516de(0x3b6)],_0x27e67e,_0x2d4a24),_0x118ce7=_0x2d4a24?AccessibilityModule[_0x3516de(0x28f)](null,_0x52e9d8)?.[_0x3516de(0x20c)]||_0x413218:_0x413218,_0x32021d=AccessibilityModule[_0x3516de(0x28f)](_0x118ce7,_0x52e9d8);return!_0x2d4a24&&(AccessibilityModule['_centralAuthA11yConfig']=_0x32021d,AccessibilityModule[_0x3516de(0x2c5)]=!![]),_0x32021d;}catch(_0x294b3e){return logger[_0x3516de(0x31c)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x27e67e+':\x20'+(_0x294b3e[_0x3516de(0x39f)]||_0x294b3e[_0x3516de(0x22f)])),{};}}};module[a105_0x3fc317(0x293)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a106_0x45b3(){const _0x63421b=['testId','9XfBbsW','BgzLV','22lEWTCL','exports','ensureBinSession','testFrameworkData','BaseModule','Configured\x20module\x20','VABYn','config','debug','8419448RtUyOQ','configure','setTestFrameworkData','SGExy','split','client','4LTLUth','iJrzQ','platformIndex','5yGfuzn','Missing\x20binSessionId','name','PLAYWRIGHT','ykdmo','getModuleName','3950164OAeiSS','JEST',',\x20platformIndex=','954732tkOaYD','4628688aNinkY','702180QfycUx','testCaseStartedId','HkLzA','2|5|1|0|3|4','../../../helpers/test-observability/constants.js','version','11680370OBarZP','binSessionId','getTestId','winstonLogger','testInfo','CUCUMBER','rTHbF','7602840uErFbm'];a106_0x45b3=function(){return _0x63421b;};return a106_0x45b3();}const a106_0x9b8781=a106_0x3939;function a106_0x3939(_0x1e9968,_0x1af2fa){const _0x45b3de=a106_0x45b3();return a106_0x3939=function(_0x393925,_0x2ac957){_0x393925=_0x393925-0x1f2;let _0x4d3705=_0x45b3de[_0x393925];return _0x4d3705;},a106_0x3939(_0x1e9968,_0x1af2fa);}(function(_0x3be21d,_0x30cf60){const _0x2b812a=a106_0x3939,_0x5eec06=_0x3be21d();while(!![]){try{const _0x33c7b4=-parseInt(_0x2b812a(0x20c))/0x1+-parseInt(_0x2b812a(0x1fe))/0x2*(-parseInt(_0x2b812a(0x20a))/0x3)+-parseInt(_0x2b812a(0x207))/0x4*(parseInt(_0x2b812a(0x201))/0x5)+-parseInt(_0x2b812a(0x20b))/0x6+parseInt(_0x2b812a(0x219))/0x7+parseInt(_0x2b812a(0x1f8))/0x8*(-parseInt(_0x2b812a(0x21b))/0x9)+-parseInt(_0x2b812a(0x212))/0xa*(-parseInt(_0x2b812a(0x21d))/0xb);if(_0x33c7b4===_0x30cf60)break;else _0x5eec06['push'](_0x5eec06['shift']());}catch(_0x46cd47){_0x5eec06['push'](_0x5eec06['shift']());}}}(a106_0x45b3,0x8513a));const logger=require('../../../helpers/logger.js')[a106_0x9b8781(0x215)],{FRAMEWORKS}=require(a106_0x9b8781(0x210));class BaseModule{constructor(_0xeae5f7=null){const _0x1822ba=a106_0x9b8781,_0x200c90={};_0x200c90[_0x1822ba(0x1fb)]=_0x1822ba(0x20f),_0x200c90[_0x1822ba(0x1f5)]=_0x1822ba(0x1f3);const _0x52a6c8=_0x200c90,_0x266b80=_0x52a6c8[_0x1822ba(0x1fb)][_0x1822ba(0x1fc)]('|');let _0x5326fd=0x0;while(!![]){switch(_0x266b80[_0x5326fd++]){case'0':this[_0x1822ba(0x1f6)]={};continue;case'1':this[_0x1822ba(0x200)]=0x0;continue;case'2':this[_0x1822ba(0x203)]=_0x52a6c8['VABYn'];continue;case'3':this['client']=null;continue;case'4':this[_0x1822ba(0x1f2)]=this[_0x1822ba(0x1fa)](_0xeae5f7);continue;case'5':this['binSessionId']=null;continue;}break;}}[a106_0x9b8781(0x21f)](){const _0x67aaee=a106_0x9b8781,_0x1db308={};_0x1db308['IvJAy']=_0x67aaee(0x202);const _0x4844ff=_0x1db308;if(!this[_0x67aaee(0x213)])throw new Error(_0x4844ff['IvJAy']);}['getModuleName'](){const _0x3483d1=a106_0x9b8781;return this[_0x3483d1(0x203)];}[a106_0x9b8781(0x1f9)](_0x5550d6,_0x55fd35,_0x4b4d38,_0x2ded03={}){const _0x14a195=a106_0x9b8781,_0x3d9a46={};_0x3d9a46[_0x14a195(0x21c)]='0|1|3|2|4';const _0x3002aa=_0x3d9a46,_0x371bd9=_0x3002aa[_0x14a195(0x21c)]['split']('|');let _0x11f69b=0x0;while(!![]){switch(_0x371bd9[_0x11f69b++]){case'0':this[_0x14a195(0x213)]=_0x5550d6;continue;case'1':this[_0x14a195(0x200)]=_0x55fd35;continue;case'2':this[_0x14a195(0x1f6)]=_0x2ded03;continue;case'3':this[_0x14a195(0x1fd)]=_0x4b4d38;continue;case'4':logger[_0x14a195(0x1f7)](_0x14a195(0x1f4)+this[_0x14a195(0x206)]()+'\x20with\x20binSessionId='+_0x5550d6+_0x14a195(0x209)+_0x55fd35);continue;}break;}}[a106_0x9b8781(0x214)](_0x290ae2){const _0x10cfb5=a106_0x9b8781,_0x58e97b={};_0x58e97b[_0x10cfb5(0x218)]=function(_0x397fd2,_0x3a6d5c){return _0x397fd2===_0x3a6d5c;},_0x58e97b[_0x10cfb5(0x1ff)]=function(_0x17fc68,_0x542212){return _0x17fc68===_0x542212;};const _0x38d6e7=_0x58e97b;let _0x35e430='';if(_0x38d6e7[_0x10cfb5(0x218)](_0x290ae2['testFramework'],FRAMEWORKS[_0x10cfb5(0x204)]))_0x35e430=_0x290ae2[_0x10cfb5(0x216)]?.['_test']?.['id']||_0x290ae2[_0x10cfb5(0x216)]?.[_0x10cfb5(0x21a)];else{if(_0x38d6e7['rTHbF'](_0x290ae2['testFramework'],FRAMEWORKS[_0x10cfb5(0x217)]))_0x35e430=_0x290ae2[_0x10cfb5(0x216)]?.[_0x10cfb5(0x20d)];else _0x38d6e7['iJrzQ'](_0x290ae2['testFramework'],FRAMEWORKS[_0x10cfb5(0x208)])&&(_0x35e430=_0x290ae2[_0x10cfb5(0x216)]?.['id']);}return _0x35e430;}[a106_0x9b8781(0x1fa)](_0x4213f6){const _0x43f10e=a106_0x9b8781,_0x114e53={};_0x114e53[_0x43f10e(0x205)]=function(_0xadf4dd,_0x326920){return _0xadf4dd!==_0x326920;},_0x114e53[_0x43f10e(0x20e)]='object';const _0xdedde7=_0x114e53;if(!_0x4213f6||_0xdedde7['ykdmo'](typeof _0x4213f6,_0xdedde7[_0x43f10e(0x20e)]))return null;const _0x2e5f5d={};_0x2e5f5d['name']=_0x4213f6[_0x43f10e(0x203)],_0x2e5f5d[_0x43f10e(0x211)]=_0x4213f6[_0x43f10e(0x211)]&&_0x4213f6['version'][_0x4213f6[_0x43f10e(0x203)]];const _0x3ca41e=_0x2e5f5d;return _0x3ca41e;}}module[a106_0x9b8781(0x21e)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a107_0x102b83=a107_0x36d4;function a107_0x36d4(_0x5f37d8,_0x273baf){const _0xf0f790=a107_0xf0f7();return a107_0x36d4=function(_0x36d4fc,_0x53ce11){_0x36d4fc=_0x36d4fc-0x110;let _0x49ad58=_0xf0f790[_0x36d4fc];return _0x49ad58;},a107_0x36d4(_0x5f37d8,_0x273baf);}(function(_0x3954fb,_0x594d48){const _0x186eec=a107_0x36d4,_0x4e0659=_0x3954fb();while(!![]){try{const _0x2ebebe=-parseInt(_0x186eec(0x110))/0x1+parseInt(_0x186eec(0x140))/0x2+parseInt(_0x186eec(0x12d))/0x3+-parseInt(_0x186eec(0x128))/0x4*(-parseInt(_0x186eec(0x125))/0x5)+parseInt(_0x186eec(0x112))/0x6+parseInt(_0x186eec(0x135))/0x7+-parseInt(_0x186eec(0x137))/0x8;if(_0x2ebebe===_0x594d48)break;else _0x4e0659['push'](_0x4e0659['shift']());}catch(_0x3ab567){_0x4e0659['push'](_0x4e0659['shift']());}}}(a107_0xf0f7,0xcb49a));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a107_0x102b83(0x114)),{sendToEDS}=require(a107_0x102b83(0x123)),isLTSSession=(_0x187057=null)=>{const _0x1eb6b4=a107_0x102b83,_0x530fe5={};_0x530fe5['QmGFb']=function(_0x52c4eb,_0x3b5e3c){return _0x52c4eb!==_0x3b5e3c;},_0x530fe5['ELhXF']=_0x1eb6b4(0x12a),_0x530fe5[_0x1eb6b4(0x139)]=function(_0x20359b,_0x563fb6){return _0x20359b===_0x563fb6;},_0x530fe5[_0x1eb6b4(0x131)]=_0x1eb6b4(0x117),_0x530fe5[_0x1eb6b4(0x126)]=_0x1eb6b4(0x116),_0x530fe5[_0x1eb6b4(0x121)]=function(_0xc4c7a7,_0x168fe5){return _0xc4c7a7===_0x168fe5;},_0x530fe5[_0x1eb6b4(0x12b)]=function(_0x4d0f6e,_0x394736){return _0x4d0f6e===_0x394736;},_0x530fe5[_0x1eb6b4(0x118)]=_0x1eb6b4(0x136);const _0x35e7b9=_0x530fe5;try{if(_0x35e7b9[_0x1eb6b4(0x134)](typeof process[_0x1eb6b4(0x11c)]['overrideLoadTesting'],_0x35e7b9[_0x1eb6b4(0x122)])){const _0x97de73=process['env'][_0x1eb6b4(0x132)];return _0x35e7b9[_0x1eb6b4(0x139)](typeof _0x97de73,_0x35e7b9[_0x1eb6b4(0x131)])?_0x35e7b9[_0x1eb6b4(0x139)](_0x97de73[_0x1eb6b4(0x120)](),_0x35e7b9['ZfPFU']):!!_0x97de73;}const _0x1e6b07=_0x187057&&_0x187057[_0x1eb6b4(0x132)],_0x441d43=!!(_0x187057&&(_0x35e7b9[_0x1eb6b4(0x121)](_0x187057[_0x1eb6b4(0x13b)],!![])||_0x35e7b9[_0x1eb6b4(0x12b)](_0x187057[_0x1eb6b4(0x13b)],_0x35e7b9[_0x1eb6b4(0x126)]))),_0x18b6f8=!!(_0x1e6b07&&_0x35e7b9[_0x1eb6b4(0x121)](_0x1e6b07['toString']()[_0x1eb6b4(0x120)](),_0x35e7b9[_0x1eb6b4(0x126)])&&!_0x441d43);return process[_0x1eb6b4(0x11c)][_0x1eb6b4(0x132)]=_0x18b6f8?_0x35e7b9[_0x1eb6b4(0x126)]:_0x35e7b9[_0x1eb6b4(0x118)],_0x18b6f8;}catch(_0x327ea9){return process[_0x1eb6b4(0x11c)][_0x1eb6b4(0x132)]=_0x35e7b9['uQuaa'],![];}},getLTSSessionId=()=>{const _0x3b4cc0=a107_0x102b83,_0x20f563={'TszSP':function(_0x2cc5dc){return _0x2cc5dc();},'TbeZL':_0x3b4cc0(0x11b),'gKjNT':_0x3b4cc0(0x130)};try{if(_0x20f563[_0x3b4cc0(0x124)](isLTSSession))return logger['debug'](_0x20f563[_0x3b4cc0(0x119)]),process[_0x3b4cc0(0x11c)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x607fd4){logger[_0x3b4cc0(0x13e)](_0x3b4cc0(0x11f)+(_0x607fd4&&_0x607fd4[_0x3b4cc0(0x13a)]));}return logger[_0x3b4cc0(0x113)](_0x20f563[_0x3b4cc0(0x12c)]),'';},setLTSSessionId=async(_0x5d532a={})=>{const _0x996cd7=a107_0x102b83,_0x6d503a={'YKQUJ':function(_0x87eae2){return _0x87eae2();},'VlxRy':_0x996cd7(0x13d),'dblgP':_0x996cd7(0x129),'rtztc':_0x996cd7(0x11a),'YCytv':function(_0x476941,_0x6c6749){return _0x476941(_0x6c6749);},'fsPCe':function(_0x536469,_0x80d60e,_0x31a58f){return _0x536469(_0x80d60e,_0x31a58f);},'tORxr':function(_0x4f6b27,_0x64955){return _0x4f6b27||_0x64955;}};try{const _0x45933d=_0x6d503a['YKQUJ'](getLTSSessionId);_0x45933d?(process[_0x996cd7(0x11c)][_0x996cd7(0x13c)]=_0x45933d,logger[_0x996cd7(0x113)](_0x6d503a['VlxRy'])):(delete process[_0x996cd7(0x11c)][_0x996cd7(0x13c)],logger[_0x996cd7(0x113)](_0x6d503a[_0x996cd7(0x133)]));try{const _0x426d45={'feature':_0x6d503a[_0x996cd7(0x127)],'ltsEnabled':_0x6d503a[_0x996cd7(0x111)](isLTSSession,_0x5d532a),'ltsSessionIdPresent':!!_0x45933d};await _0x6d503a['fsPCe'](sendToEDS,_0x426d45,_0x5d532a);}catch(_0x56aa66){logger[_0x996cd7(0x13f)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x56aa66&&_0x56aa66[_0x996cd7(0x13a)]));}return _0x6d503a[_0x996cd7(0x115)](_0x45933d,'');}catch(_0x29b16a){return logger['debug'](_0x996cd7(0x11d)+(_0x29b16a&&_0x29b16a[_0x996cd7(0x13a)])),'';}},a107_0x2b5b3c={};function a107_0xf0f7(){const _0x1fc3d0=['tORxr','true','string','uQuaa','TbeZL','LTS','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','env','setLTSSessionId\x20error:\x20','isLTSSession','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','toLowerCase','JQete','ELhXF','../../../helpers/helper.js','TszSP','25fzDavt','ZfPFU','rtztc','601604avyHTo','BROWSERSTACK_LTS_SESSION_ID\x20cleared','undefined','NDUiZ','gKjNT','4667376JlXJXH','getLTSSessionId','setLTSSessionId','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','MjEYV','overrideLoadTesting','dblgP','QmGFb','4527110SZTJfc','false','29880936rvWfTu','exports','wrYZp','message','browserstackAutomation','BROWSERSTACK_LTS_SESSION_ID','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','error','warn','2002176sTBnvh','255822yrdVNu','YCytv','5207940VBzOFA','debug','LoadTestModule'];a107_0xf0f7=function(){return _0x1fc3d0;};return a107_0xf0f7();}a107_0x2b5b3c[a107_0x102b83(0x11e)]=isLTSSession,a107_0x2b5b3c[a107_0x102b83(0x12e)]=getLTSSessionId,a107_0x2b5b3c[a107_0x102b83(0x12f)]=setLTSSessionId,module[a107_0x102b83(0x138)]=a107_0x2b5b3c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a108_0x238c23=a108_0x5a99;(function(_0x28d3d8,_0x3e8da1){const _0x41aed2=a108_0x5a99,_0x409d93=_0x28d3d8();while(!![]){try{const _0x48acf5=-parseInt(_0x41aed2(0xe7))/0x1+parseInt(_0x41aed2(0xee))/0x2+parseInt(_0x41aed2(0xd8))/0x3+-parseInt(_0x41aed2(0xe5))/0x4+-parseInt(_0x41aed2(0xd7))/0x5+parseInt(_0x41aed2(0xe0))/0x6*(-parseInt(_0x41aed2(0xe2))/0x7)+-parseInt(_0x41aed2(0xea))/0x8*(-parseInt(_0x41aed2(0xeb))/0x9);if(_0x48acf5===_0x3e8da1)break;else _0x409d93['push'](_0x409d93['shift']());}catch(_0x33768c){_0x409d93['push'](_0x409d93['shift']());}}}(a108_0x3f0e,0xb8562));const BaseModule=require(a108_0x238c23(0xf3)),{createClassLogger}=require(a108_0x238c23(0xf0)),AutomationFramework=require(a108_0x238c23(0xed)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require(a108_0x238c23(0xef)),{O11y_EVENTS}=require(a108_0x238c23(0xe1)),constants=require(a108_0x238c23(0xd4));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x4215a6){const _0x2328ae=a108_0x238c23,_0x30e3aa={};_0x30e3aa[_0x2328ae(0xe3)]=_0x2328ae(0xdc);const _0x36ee0b=_0x30e3aa;super(),this['name']=_0x36ee0b['oLeGF'],this[_0x2328ae(0xd2)]=_0x4215a6,AutomationFramework[_0x2328ae(0xd0)](AutomationFrameworkState[_0x2328ae(0xec)],HookState[_0x2328ae(0xf4)],this[_0x2328ae(0xe4)][_0x2328ae(0xdd)](this));}[a108_0x238c23(0xd1)](){return ObservabilityModule['MODULE_NAME'];}async[a108_0x238c23(0xe4)](_0x24a4f9){const _0x55d5be=a108_0x238c23,_0x47e276={'hfnWo':function(_0x2f22a5,_0x53ef5b){return _0x2f22a5+_0x53ef5b;},'hekEj':'ObservabilitySync:','RuoWv':function(_0x2b48f4,_0x1f829c,_0xffb85f,_0x5f42ee){return _0x2b48f4(_0x1f829c,_0xffb85f,_0x5f42ee);},'fxrbG':_0x55d5be(0xd9),'Rmfxa':_0x55d5be(0xf1)};if(_0x24a4f9[_0x55d5be(0xda)]){const _0x428a9d=_0x24a4f9[_0x55d5be(0xda)],_0x4f1b8f=Date['now'](),_0x5685ca=_0x47e276[_0x55d5be(0xf2)](_0x47e276[_0x55d5be(0xcf)],_0x4f1b8f);PerformanceTester['start'](O11y_EVENTS[_0x55d5be(0xe9)]),await _0x47e276[_0x55d5be(0xe8)](playwrightAnnotate,_0x428a9d,_0x5685ca,_0x47e276[_0x55d5be(0xd3)]),PerformanceTester['end'](O11y_EVENTS[_0x55d5be(0xe9)]),this[_0x55d5be(0xe6)][_0x55d5be(0xdb)](_0x55d5be(0xd6)+constants[_0x55d5be(0xde)]+'\x20sync\x20done');}else this[_0x55d5be(0xe6)][_0x55d5be(0xd9)](_0x47e276[_0x55d5be(0xdf)]);}}function a108_0x5a99(_0x12dad1,_0x411ec3){const _0x3f0e57=a108_0x3f0e();return a108_0x5a99=function(_0x5a9984,_0x840ff0){_0x5a9984=_0x5a9984-0xcf;let _0x57306a=_0x3f0e57[_0x5a9984];return _0x57306a;},a108_0x5a99(_0x12dad1,_0x411ec3);}ObservabilityModule[a108_0x238c23(0xd5)]='ObservabilityModule',module['exports']=ObservabilityModule;function a108_0x3f0e(){const _0x2bce98=['CREATE','../framework/automationFramework.js','2264566kRRFmi','../../../helpers/performance/performance-tester.js','../../../helpers/classLogger.js','onBeforeTest:\x20page\x20is\x20not\x20defined','hfnWo','./baseModule','POST','hekEj','registerObserver','getModuleName','observabilityConfig','fxrbG','../../utils/constants.js','MODULE_NAME','onBeforeTest:\x20','3169795XEatvE','912123UZcJEy','debug','page','info','ObservabilityModule','bind','TEST_REPORTING_ANALYTICS','Rmfxa','161358hPfEih','../../../helpers/performance/constants.js','112uukdgn','oLeGF','onBeforeTest','3498136vESlLE','logger','1163342uySBLY','RuoWv','SYNC','19366728UShGXP','9FDAcxF'];a108_0x3f0e=function(){return _0x2bce98;};return a108_0x3f0e();}
|