browserstack-node-sdk 1.65.3 → 1.65.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a105_0x40764e=a105_0x3743;(function(_0x1578f3,_0x14aef4){const _0x4f1d3a=a105_0x3743,_0xa8d4e5=_0x1578f3();while(!![]){try{const _0x3659e1=-parseInt(_0x4f1d3a(0xf3))/0x1*(parseInt(_0x4f1d3a(0x100))/0x2)+parseInt(_0x4f1d3a(0xe6))/0x3*(parseInt(_0x4f1d3a(0xf5))/0x4)+parseInt(_0x4f1d3a(0xf9))/0x5+parseInt(_0x4f1d3a(0xee))/0x6*(-parseInt(_0x4f1d3a(0xf1))/0x7)+-parseInt(_0x4f1d3a(0x106))/0x8*(-parseInt(_0x4f1d3a(0xfc))/0x9)+parseInt(_0x4f1d3a(0xf4))/0xa+-parseInt(_0x4f1d3a(0xe9))/0xb;if(_0x3659e1===_0x14aef4)break;else _0xa8d4e5['push'](_0xa8d4e5['shift']());}catch(_0x31a418){_0xa8d4e5['push'](_0xa8d4e5['shift']());}}}(a105_0x2aba,0x931a3));function a105_0x2aba(){const _0x278030=['crypto','7158NATxlh','updateMultipleEntries','sha256','exports','hex','get','456qeaGwf','entries','DsUXq','IgnZk','getId','digest','context','6ApIegA','getData','pid','10071930qYOBIb','data','worker_threads','getAllData','createHash','3461670UFnXWL','TTHOm','./trackedContext','7VRZzff','set','121grpJLc','10107260jccUKY','628548ggnJVH','addMultipleEntries','updateData','forEach','5283660lghWfG','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','getRef','23121cQmbyW','update','getContext'];a105_0x2aba=function(){return _0x278030;};return a105_0x2aba();}const TrackedContext=require(a105_0x40764e(0xf0)),crypto=require(a105_0x40764e(0xff)),{threadId}=require(a105_0x40764e(0xeb));class TrackedInstance{static [a105_0x40764e(0xfa)]='isBrowserstackAutomationSession';constructor(_0x1cc786){const _0x473cf1=a105_0x40764e;this[_0x473cf1(0xe5)]=_0x1cc786,this[_0x473cf1(0xea)]=new Map();}[a105_0x40764e(0xfb)](){const _0x1168bc=a105_0x40764e;return this[_0x1168bc(0xe5)][_0x1168bc(0xe3)]();}[a105_0x40764e(0xfe)](){const _0x20262f=a105_0x40764e;return this[_0x20262f(0xe5)];}[a105_0x40764e(0xec)](){const _0x45cd4b=a105_0x40764e;return this[_0x45cd4b(0xea)];}[a105_0x40764e(0x101)](_0x3026e8){const _0x26a14d=a105_0x40764e;Object['keys'](_0x3026e8)[_0x26a14d(0xf8)](_0x19ec2a=>{const _0x1c8d37=_0x26a14d;this[_0x1c8d37(0xea)][_0x1c8d37(0xf2)](_0x19ec2a,_0x3026e8[_0x19ec2a]);});}[a105_0x40764e(0xf6)](_0x1cac64){const _0x13caea=a105_0x40764e;Object[_0x13caea(0x107)](_0x1cac64)[_0x13caea(0xf8)](([_0x5e25dc,_0x19997b])=>{const _0x5706c8=_0x13caea,_0xd2a22a=this[_0x5706c8(0xea)][_0x5706c8(0x105)](_0x5e25dc)||{},_0x5799a3={..._0xd2a22a,..._0x19997b},_0x3e3bd0=_0x5799a3;this[_0x5706c8(0xea)]['set'](_0x5e25dc,_0x3e3bd0);});}[a105_0x40764e(0xe7)](_0x5c1471){const _0x49e868=a105_0x40764e;return this['data'][_0x49e868(0x105)](_0x5c1471);}[a105_0x40764e(0xf7)](_0x2ce324,_0x14f805){this['data']['set'](_0x2ce324,_0x14f805);}static['createContext'](_0x26f715){const _0x25f757=a105_0x40764e,_0x25cd68={};_0x25cd68[_0x25f757(0xef)]=_0x25f757(0x102),_0x25cd68[_0x25f757(0x108)]=_0x25f757(0x104),_0x25cd68[_0x25f757(0xe2)]=function(_0x420826,_0x2d18ff){return _0x420826||_0x2d18ff;};const _0x4f54cc=_0x25cd68;return new TrackedContext(crypto[_0x25f757(0xed)](_0x4f54cc[_0x25f757(0xef)])[_0x25f757(0xfd)](_0x26f715)[_0x25f757(0xe4)](_0x4f54cc[_0x25f757(0x108)]),_0x4f54cc[_0x25f757(0xe2)](threadId,0x0),process[_0x25f757(0xe8)],typeof _0x26f715);}}function a105_0x3743(_0x21ab75,_0x3ebf50){const _0x2aba7a=a105_0x2aba();return a105_0x3743=function(_0x3743ff,_0x10138f){_0x3743ff=_0x3743ff-0xe2;let _0x416b81=_0x2aba7a[_0x3743ff];return _0x416b81;},a105_0x3743(_0x21ab75,_0x3ebf50);}module[a105_0x40764e(0x103)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a106_0xb3c9(_0x5a1a46,_0x13f5ee){const _0x499407=a106_0x4994();return a106_0xb3c9=function(_0xb3c90f,_0x1a8f56){_0xb3c90f=_0xb3c90f-0xda;let _0x2b3132=_0x499407[_0xb3c90f];return _0x2b3132;},a106_0xb3c9(_0x5a1a46,_0x13f5ee);}const a106_0xd47e7c=a106_0xb3c9;(function(_0x3863f6,_0x15c0f8){const _0x553227=a106_0xb3c9,_0xd74c9f=_0x3863f6();while(!![]){try{const _0x577795=-parseInt(_0x553227(0x189))/0x1*(parseInt(_0x553227(0x134))/0x2)+-parseInt(_0x553227(0x18b))/0x3*(parseInt(_0x553227(0x1b5))/0x4)+-parseInt(_0x553227(0x199))/0x5+parseInt(_0x553227(0x1ad))/0x6*(-parseInt(_0x553227(0x1f0))/0x7)+-parseInt(_0x553227(0x14f))/0x8+parseInt(_0x553227(0x173))/0x9*(parseInt(_0x553227(0x270))/0xa)+parseInt(_0x553227(0x2e5))/0xb*(parseInt(_0x553227(0x100))/0xc);if(_0x577795===_0x15c0f8)break;else _0xd74c9f['push'](_0xd74c9f['shift']());}catch(_0x194f59){_0xd74c9f['push'](_0xd74c9f['shift']());}}}(a106_0x4994,0x71b99));const BaseModule=require('./baseModule'),{createClassLogger}=require(a106_0xd47e7c(0x26e)),CLIUtils=require(a106_0xd47e7c(0x2d3)),AutomationFramework=require(a106_0xd47e7c(0x2f8)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a106_0xd47e7c(0x316)),HookState=require(a106_0xd47e7c(0x26f)),GrpcClient=require(a106_0xd47e7c(0x10b)),scripts=require(a106_0xd47e7c(0x31e)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0xd47e7c(0x205)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0xd47e7c(0x153)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0xd47e7c(0x13b)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0xd47e7c(0x256)),TestInfo=require(a106_0xd47e7c(0x23f)),TestFrameworkConstants=require(a106_0xd47e7c(0x120)),accessibilityHelper=require(a106_0xd47e7c(0x127)),{FRAMEWORKS}=require(a106_0xd47e7c(0x136));function a106_0x4994(){const _0x3504a6=['Error\x20executing\x20script\x20','performScanForCli','NON_BROWSERSTACK_AUTOMATION_SESSIONS','has','lMJSy','isAppAccessibility','JRVqy','OSKum','DVvnx','\x20browser\x20version\x20greater\x20than\x20','GLmrC','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','cucumber','size','browserStackEvaluate','util','browserstack.accessibilityOptions.scannerProcessingTimeout','join','iPCGN','isMobilePlatform','updateData','oVEgh','getTestFrameworkDetail','getCurrentInstanceName','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','getCommandsToWrap','ZifbM','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','shouldScanCurrentTest','CmqvQ',']\x20should\x20run\x20accessibility\x20value=','SXNZx','nKrGD','vNGfr','stopTestCapture','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','mCylu','../../../helpers/classLogger','../state/hookState','660ZiXhQW','getResultsSummary','ShxDR','Error\x20in\x20initAccessibilityConfig:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','KEY_INIT','getGoogleChromeOptions','getAccessibilityConfig','mAuaj','Error\x20in\x20getAccessibilityResultsSummary:\x20','getResultResponse','browserstack.accessibilityOptions.authToken','bind','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','crypto','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getCapabilitiesList','owKaN','number','SAVE_RESULTS','getTestDetails','TiWGj','env','command','_mobileScanningDisabledLogged','wduts','degradedReason','main','ckoDf','fLidI','KEY_TEST_NAME','DduSM','getPlatformCaps','getState','--headless=','stringify','qsiDB','DRIVER_INIT','scannerProcessingTimeout','AJuCU','onBeforeExecute','YAkGa','mhaGV','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','testInfo','from','bvrHR','getAppAccessibilityResultsSummary','getCapabilities','OERAs','SNAzg','testAnalyticsId','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','loadAccessibilityConfig','find','setAccessibilityConfig','string','digest','fetchDriverExecuteParamsEvent','TSoMX','authHeader','DuWrP','mergeObject','options','sAbtv','zrscn','accessibilityConfig','EFZed','ZkBRI','replace','vlYNf','vWqcm','getScriptByName','Executing\x20','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','kPchh','present','concat','registerObserver','sha256','test-tags-->\x20','executeScriptByName:\x20No\x20','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','_centralAuthA11yConfig','[platform\x20-\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','MKzFs','setShouldScanCurrentTest','set','LMOJi','getScript','Error\x20in\x20validatePlatformForAccessibility:\x20','WWdQs','RGWLM','toString','testFrameworkData','ygvmO','AybEG','__accessibilityOptions','../cliUtils','name','getModuleName','evaluate','LMghV','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Page\x20','getCurrentAccessibilityStatus','fEuam','vHTgF','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','test_run_id','includes','XyvwH','XvPcc','zLCGj','isArray','eJneH','220cjMPHk','PERFORM_SCAN','GGzsw','UvTFP','isEnabledTestcase',',\x20testRunId=','browserstack_executor','_parseScriptsFromOptions','scan','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','ZouJe','debug','TWtHu','__jestCurrentTestIdentifier','\x22browserstack.key\x22:\x22[REDACTED]\x22','wyKJl','toLowerCase','isBrowserstackScriptCommand','../framework/automationFramework','JgWLO','LIOAT','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','appium:platformVersion','EqQvW','createHash','codBD','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','pcdDF','scriptsList','VgVyC','getName','uwKPt','saveTestResults','UdirS','AQcpa','browserstack.accessibilityOptions.scannerVersion','xwvLH','accessibilityPlatform','measureWrapper','parse','stack','QOqYL','getLogDisabledShown','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','sNIuV','android','a11y:save-results','../state/automationFrameworkState','KEY_DRIVER_HAS_URL','QipFD','SVzcE','on\x20non-BrowserStack\x20infrastructure\x20','\x20script\x20available','YcJpx','INPJx','../../../helpers/accessibility-automation/scripts','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','[AccessibilityModule.getResultsSummary]\x20waited\x20','page','pAYvM','LNAkC','Wbezj','message','fKrnw','thTestRunUuid','appium:platformName','setAccessibilityToken','_pollUntilNonEmpty','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20',',\x20sessionId=','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','rmvdZ','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','iqdTf','goog:chromeOptions','assign','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','ACCESSIBILITY_INITIALIZED','hzYxT','jest','wFpKR','skipCDPConnectOverride','VdxIs','MODULE_NAME','commandName','accessibilityToken','YPbWV','iWEQd','some','WjWDj','wazdZ','PRE','gBStH','Performing\x20scan\x20before\x20from\x20cli','getSuccess','654840rKdYxC','parseA11yJwtPayload','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','mkpsf','count=','getAccessibility',',\x20testName=','titlePath','lJaQh','hiCHz','Processed\x20accessibility\x20caps\x20','../grpcClient','processAccessibilityCaps','Czjfn','getTestUUID','NvtiU','VictI','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','keys','not-array','zqOJS','onBeforeExecute:\x20Command\x20','Wyvcl','mJYZU','sXEzs','capabilitiesList','getBuildId','performPageScan:\x20Page\x20is\x20null','testRunId','getData','DQrRf','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','../framework/constants/testFrameworkConstants.js','sokVG','isMobileWebSession','ipycq','IvLeg','\x22browserstack.user\x22:\x22[REDACTED]\x22','__workerDetails','../../../helpers/accessibility-automation/helper','scannerVersion','NELLs','Executing\x20accessibility\x20script\x20on\x20page',']\x20isEnabledTestcase\x20(','shouldScanForCommand','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','No\x20summaryResults\x20found.','\x22\x20pid=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','../../playwright/accessibility-helper','cDHwc','LOG_DISABLED_SHOWN','14920yeITRw','TsVXY','../../utils/constants.js','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','nwRDl','now','toJson','../../../helpers/accessibility-automation/constants','driDw','Performing\x20scan\x20before\x20getting\x20results\x20summary','true','platformValidation','excludeTagsInTestingScope','toISOString','executeScriptByName','ZjFsf','pwPage','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','launchCaps','includeTagsInTestingScope','\x20a11yToken=',',\x20excludeTags=','MOBILE_SCANNING_DISABLED_WARNING','LiFeg','getContext','ReOWj','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','551608AerXVx','_centralAuthConfigFetched','JxQel','Error\x20in\x20performPageScan:\x20','../../../helpers/performance/constants.js','getAccessibilityResultsSummary','getAllData','PNgvA','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','browserVersion','finishScanningForCli','bqhZS','fKGhJ','chromeOptions','latest','Exception\x20in\x20isPlatformSupported:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','centralAuthToken','pid','Scan\x20result:\x20',',\x20includeTags=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','testFramework','pnxyg','fPeUU','ztGVU','performPageScan',']\x20Accessibility\x20configuration\x20initialized\x20successfully','Error\x20applying\x20sendMessageToServer\x20patch:\x20','hex','degraded','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RnRNi','[AccessibilityModule]\x20onAfterTest:\x20framework=','format','115929sQWlmw','testhub_build_uuid','getTestId','hasAccessibilityExecuteParams','totalIssueCount','ONacV','ghQGJ','reason','NPabc','QkIjY','getAccessibilityExecuteParams','performScan','getAppAccessibilityResults','performScanForCli:\x20No\x20','Context','xeOUi','bzOMX','HBNZe','trim','hjswC','headless','XuIZS','42NxHlMz','SCAN_CAP_HIT','3417HjIjTx','\x20worker=\x22','accessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','GlPxc','getAccessibilityResults','CGWdQ','instance','Error\x20in\x20getAccessibilityResults:\x20','getPlatformIndex','YkLOS','chrome','KEY_TEST_SCOPES','getIsAppAccessibility','1626435IxFYWw','AfMYm','platformCaps','NKPIZ','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','ECgdh','testcafe',',\x20isAppAccessibility=','saveResults',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_YML','MkxwD','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','SDK_ACCESSIBILITY_CONFIG','error','AccessibilityModule.getResults','Error\x20in\x20shouldScanForCommand:\x20','24DPTUec','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','QRwAQ','Error\x20in\x20processAccessibilityCaps:\x20','getCapabilityValue','currentTest','get','commandsToWrap','1652HKTVZy','lkvFt','warn',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fetchCentralAuthA11yConfig','OEdnm','onBeforeTest','gGlPs','test_tags','KEY_TESTHUB_BUILD_ID','platformName','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','is_mobile_session','\x20env=','getResults','browserstack.accessibilityOptions.wcagVersion','_sendMessageServerPatchApplied',',\x20available\x20commands:\x20','zsTDG',')\x20result=','yLFfa','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','isMobileScanningEnabledForGroup','map','sGsll','../../utils/playwright-patcher','qgXqw','\x20->\x20','yRkeP','BS_A11Y_JWT','browser_version','getParamsForScanForCli','EukIC',',\x20\x0a\x20',']\x20isEnabledTestcase\x20(cucumber)\x20result=','performPageScan:\x20Script\x20is\x20null','BNAKn','isAccessibilityAutomationSession','accessibilityResult','NJVCK','setShouldScan','pWrZE','hkwUv','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','split','requiresChromeOptionsValidation','unknown','getInstance','loadDriverExecuteParams','commandsList','AJFqG','afterTestHook','SCdgG','HAhNj','NODE_GENERIC','getTrackedInstance','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','qaEiw','wcfDB','521087deQGkm','lhdLw','QUIT','sYGtP','shouldScanForCommand:\x20',']\x20onAfterTest\x20should\x20scan=','resolveMobileThTestRunUuid','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','MwsSf','KIgdQ','OwCbm','rSgdq','info','zIwKv','delete','JgEgo','VdqUu','MNynz','validatePlatformForAccessibility','getBrowserDisplayName','wgsKg','../../../helpers/performance/performance-tester.js','setLogDisabledShown','../../../helpers/helper','getOptions','LVlfu','wKFzd','gNCWs','\x20script\x20available\x20in\x20scriptsList','platformVersion','length','BROWSERSTACK_CLI_BIN_SESSION_ID','uQCDS','null','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','POST','capabilities','ISfxC','startsWith','\x20result\x20for\x20','JEST_WORKER_ID','ostsj','tYJWt','IlNFh','browserName','__bstackA11yScanCapHit','function','ujADD','\x20accessibility\x20script\x20on\x20page','ScanArgs:\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','toObject','SlEBE','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','applySendMessageToServerPatch','kaVFm',');\x20returning\x20last\x20value','getTesthub','browser','isPlatformSupported','Unknown\x20Test','XaMPx','onAfterTest','YIBux','parseFromProto','slice','isEnabled','UzCwQ','\x20from\x20testIdentifier=','jHewU','HZBMm','BROWSERSTACK_TESTHUB_JWT','isQoK','DRIVER_HAS_URL','value','AccessibilityModule.getResultsSummary','NJXWM','lwXQt','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','../TestInfo.js','cczJm','bXUoZ','QAdWb','getValue','Error\x20checking\x20headless\x20capability:\x20','ttocR','ZNEYF'];a106_0x4994=function(){return _0x3504a6;};return a106_0x4994();}class AccessibilityModule extends BaseModule{static [a106_0xd47e7c(0xf4)]=AccessibilityModule[a106_0xd47e7c(0x2d4)];static [a106_0xd47e7c(0x150)]=![];static [a106_0xd47e7c(0x2c3)]={};constructor(_0x567c97){const _0x2a5850=a106_0xd47e7c,_0x593423={};_0x593423[_0x2a5850(0x103)]=function(_0x4254de,_0x43c6cd){return _0x4254de===_0x43c6cd;},_0x593423[_0x2a5850(0x313)]=_0x2a5850(0x2a4),_0x593423[_0x2a5850(0x116)]=_0x2a5850(0xee),_0x593423[_0x2a5850(0x1dc)]=_0x2a5850(0x239),_0x593423[_0x2a5850(0x1af)]='testhub_build_uuid';const _0x511d03=_0x593423;super(),AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x2a5850(0xfc)],this[_0x2a5850(0x298)]['bind'](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x2a5850(0x213)],this[_0x2a5850(0x1bb)][_0x2a5850(0x27c)](this)),AutomationFramework[_0x2a5850(0x2be)](AutomationFrameworkState[_0x2a5850(0x1f2)],HookState['PRE'],this[_0x2a5850(0x22e)]['bind'](this)),this[_0x2a5850(0x232)]=!![],this[_0x2a5850(0x2b2)]=_0x567c97[_0x2a5850(0x223)](),this[_0x2a5850(0x18d)]=new Map(),this[_0x2a5850(0x133)]=new Map(),this[_0x2a5850(0x24c)]=_0x567c97[_0x2a5850(0x198)]?.()||![],this[_0x2a5850(0x214)]=[],this[_0x2a5850(0x1c5)]=![],this[_0x2a5850(0x288)]=![],this[_0x2a5850(0xe3)](_0x567c97['getOptions']()[_0x2a5850(0x280)]());const _0x64c7c4=CLIUtils[_0x2a5850(0x25d)]();_0x64c7c4&&_0x511d03[_0x2a5850(0x103)](_0x64c7c4['name'],FRAMEWORKS[_0x2a5850(0x1eb)])&&this['_parseScriptsFromOptions'](_0x567c97[_0x2a5850(0x208)]()),logger[_0x2a5850(0x2f1)](_0x511d03[_0x2a5850(0x313)]),this[_0x2a5850(0x275)]=_0x511d03['Wyvcl'],this[_0x2a5850(0x317)]=_0x511d03[_0x2a5850(0x1dc)],this[_0x2a5850(0x1be)]=_0x511d03[_0x2a5850(0x1af)];}[a106_0xd47e7c(0x232)](){const _0x57c600=a106_0xd47e7c;return this[_0x57c600(0x232)];}[a106_0xd47e7c(0x2d5)](){return AccessibilityModule['MODULE_NAME'];}['getCurrentAccessibilityStatus'](){const _0x2a5663=a106_0xd47e7c;return this[_0x2a5663(0x18d)][_0x2a5663(0x1b3)](CLIUtils[_0x2a5663(0x25e)](),![]);}[a106_0xd47e7c(0x311)](){const _0x621040=a106_0xd47e7c;return this['LOG_DISABLED_SHOWN'][_0x621040(0x1b3)](CLIUtils['getCurrentInstanceName'](),![]);}[a106_0xd47e7c(0x206)](_0x74995a){const _0x42524d=a106_0xd47e7c;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x42524d(0x25e)](),_0x74995a);}['applySendMessageToServerPatch'](){const _0x40b038=a106_0xd47e7c,_0x12f67d={'EMJfn':_0x40b038(0x1e0),'MwsSf':function(_0x412c85,_0x8493c5){return _0x412c85(_0x8493c5);},'fKGhJ':_0x40b038(0x1ce),'GlPxc':_0x40b038(0x2d8),'HZBMm':_0x40b038(0x19d)};if(this[_0x40b038(0x1c5)]){logger[_0x40b038(0x2f1)](_0x12f67d['EMJfn']);return;}try{const _0x5afb24=_0x12f67d[_0x40b038(0x1f8)](require,_0x12f67d[_0x40b038(0x15b)]);_0x5afb24&&_0x5afb24['patchSendMessageToServer']?(_0x5afb24['patchSendMessageToServer'](),this[_0x40b038(0x1c5)]=!![],logger[_0x40b038(0x2f1)](_0x12f67d[_0x40b038(0x18f)])):logger[_0x40b038(0x2f1)](_0x12f67d[_0x40b038(0x236)]);}catch(_0x486e58){logger['debug'](_0x40b038(0x16c)+util[_0x40b038(0x172)](_0x486e58));}}['isPlatformSupported'](_0x240ae6=null,_0xace786=null,_0x24f2a7=null){const _0x1e9d58=a106_0xd47e7c,_0xcb720f={'qaEiw':function(_0x55f539,_0x448b21){return _0x55f539&&_0x448b21;},'pJQbC':'isPlatformSupported:\x20caps\x20are\x20null','zLCGj':function(_0x1f81c6,_0x346fe8){return _0x1f81c6(_0x346fe8);},'yRkeP':_0x1e9d58(0x207),'CjxWz':_0x1e9d58(0x1ca),'owKaN':_0x1e9d58(0xe2),'ipycq':function(_0x1e8acc,_0x534bf2){return _0x1e8acc===_0x534bf2;},'ZifbM':_0x1e9d58(0x314),'ostsj':_0x1e9d58(0x2fd),'gGlPs':function(_0x43915d,_0x5c7392){return _0x43915d!==_0x5c7392;},'xEbEm':function(_0x3083ab,_0x3418b6,_0x15cd55){return _0x3083ab(_0x3418b6,_0x15cd55);},'iWEQd':function(_0x3d2196,_0x12902a){return _0x3d2196(_0x12902a);},'YAkGa':function(_0x2d59a6,_0x122463){return _0x2d59a6<_0x122463;},'LVlfu':_0x1e9d58(0x263),'yKlul':function(_0x5c92f4,_0x52d908){return _0x5c92f4===_0x52d908;},'mCylu':function(_0x5be372,_0x386ec7){return _0x5be372===_0x386ec7;},'wgsKg':'true','zqOJS':_0x1e9d58(0x2a8),'YIBux':_0x1e9d58(0x1ae),'pcdDF':_0x1e9d58(0xeb),'UzCwQ':_0x1e9d58(0x15d),'CmqvQ':function(_0x2a5edc){return _0x2a5edc();},'sGsll':_0x1e9d58(0x31a),'SVzcE':function(_0x2ea29f,_0x4d4f5e){return _0x2ea29f(_0x4d4f5e);},'NPabc':function(_0x346a90,_0x103eb7){return _0x346a90-_0x103eb7;},'TsVXY':function(_0x2b123c,_0x45e5f7){return _0x2b123c(_0x45e5f7);},'lkvFt':function(_0x1d1e7f,_0x2b2296){return _0x1d1e7f!==_0x2b2296;},'VtHGX':function(_0x3bfdd5,_0x57eae6){return _0x3bfdd5>_0x57eae6;},'XuIZS':function(_0x2dde3b,_0x4f96e2){return _0x2dde3b(_0x4f96e2);},'wFpKR':_0x1e9d58(0x274)};try{if(_0xcb720f[_0x1e9d58(0x1ee)](!_0xace786,!_0x24f2a7))return logger[_0x1e9d58(0x2f1)](_0xcb720f['pJQbC']),![];const {isUndefined:_0x34c04e,isBrowserstackInfra:_0x4204d5}=_0xcb720f['zLCGj'](require,_0xcb720f[_0x1e9d58(0x1d1)]);if(!accessibilityHelper[_0x1e9d58(0x1da)]())return logger[_0x1e9d58(0x2f1)](_0xcb720f['CjxWz']),![];if(this[_0x1e9d58(0x24c)]){const _0x33c1c4=(_0xace786[_0x1e9d58(0x1bf)]||_0xace786[_0xcb720f[_0x1e9d58(0x281)]]||'')[_0x1e9d58(0x2f6)]();if(_0xcb720f[_0x1e9d58(0x123)](_0x33c1c4,_0xcb720f[_0x1e9d58(0x261)])){const _0x32d693=_0xace786[_0xcb720f[_0x1e9d58(0x219)]]||_0xace786[_0x1e9d58(0x20d)];if(_0xcb720f['gGlPs'](_0x32d693,undefined)&&_0xcb720f[_0x1e9d58(0x1bc)](_0x32d693,null)){const _0x1bff78=_0xcb720f['xEbEm'](parseInt,_0xcb720f[_0x1e9d58(0xf8)](String,_0x32d693)[_0x1e9d58(0x1e1)]('.')[0x0],0xa);if(!_0xcb720f[_0x1e9d58(0x2e2)](isNaN,_0x1bff78)&&_0xcb720f[_0x1e9d58(0x299)](_0x1bff78,0xb))return logger[_0x1e9d58(0x1b7)](_0x1e9d58(0x2fb)+_0x32d693),![];}}return!![];}const _0x28e07c=_0xace786[_0x1e9d58(0x21c)]||_0xace786[_0x1e9d58(0x22a)],_0x4ed524=_0xace786[_0x1e9d58(0x158)]||_0xace786[_0x1e9d58(0x1d3)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x28e07c))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x209)]),![];if(accessibilityHelper[_0x1e9d58(0x1e2)](_0x28e07c))try{const _0x50ebad=_0xace786[_0x1e9d58(0x187)],_0x1b2f4a=_0xcb720f['yKlul'](_0x50ebad,!![])||_0xcb720f[_0x1e9d58(0x26d)](_0x50ebad,_0xcb720f[_0x1e9d58(0x204)])||_0xcb720f['yKlul'](typeof _0x50ebad,_0xcb720f[_0x1e9d58(0x114)])&&_0xcb720f[_0x1e9d58(0x26d)](_0x50ebad['toLowerCase'](),_0xcb720f['wgsKg']);if(_0x1b2f4a)return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x22f)]),![];const _0x258e97=_0xace786?.[_0x1e9d58(0x15c)]?.['args']||_0xace786?.[_0xcb720f[_0x1e9d58(0x302)]]?.['args']||[];if(Array[_0x1e9d58(0x2e3)](_0x258e97)&&_0x258e97[_0x1e9d58(0xf9)](_0x276761=>typeof _0x276761===_0x1e9d58(0x2a8)&&(_0x276761==='--headless'||_0x276761[_0x1e9d58(0x216)](_0x1e9d58(0x292))&&_0x276761!=='--headless=new')))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0x22f)]),![];}catch(_0x504cea){logger[_0x1e9d58(0x2f1)](_0x1e9d58(0x244)+util[_0x1e9d58(0x172)](_0x504cea));}if(_0xcb720f[_0x1e9d58(0x1bc)](_0x4ed524,_0xcb720f[_0x1e9d58(0x233)])){const _0x288cdd=_0xcb720f[_0x1e9d58(0x266)](_0x4204d5),_0x39a19=accessibilityHelper['getMinVersionForBrowser'](_0x28e07c,_0x288cdd),_0x3245fa=accessibilityHelper[_0x1e9d58(0x203)](_0x28e07c);if(!accessibilityHelper['isVersionSupported'](_0x4ed524,_0x39a19)){const _0x2bb6f4=_0x288cdd?'':_0xcb720f[_0x1e9d58(0x1cd)],_0x2b41e3=Number['isFinite'](_0xcb720f[_0x1e9d58(0x319)](parseFloat,_0x39a19))?_0xcb720f[_0x1e9d58(0x17b)](_0xcb720f[_0x1e9d58(0x135)](parseFloat,_0x39a19),0x1):_0x39a19;return logger['warn'](_0x1e9d58(0x15f)+_0x3245fa+_0x1e9d58(0x250)+_0x2b41e3+'\x20'+_0x2bb6f4+'.'),![];}}else{const _0x3772c3=_0xace786[_0x1e9d58(0x158)]||_0xace786['browser_version']||_0xace786['version'];if(_0x3772c3&&_0xcb720f[_0x1e9d58(0x1b6)](_0x3772c3,_0xcb720f[_0x1e9d58(0x233)])&&!_0xcb720f['VtHGX'](_0xcb720f[_0x1e9d58(0x135)](parseFloat,_0x3772c3),_0xcb720f[_0x1e9d58(0x188)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x1e9d58(0x1b7)](_0xcb720f[_0x1e9d58(0xf1)]),![];}return!![];}catch(_0x1eb7ca){return logger[_0x1e9d58(0x2f1)](_0x1e9d58(0x15e)+_0x1eb7ca['message']),![];}}[a106_0xd47e7c(0x2e9)](_0x5b1c03=[],_0x7a444b,_0x2305c0=a106_0xd47e7c(0x253)){const _0x1735c9=a106_0xd47e7c,_0x25a257={'BNAKn':function(_0x192f57,_0x245bbc){return _0x192f57===_0x245bbc;},'GOEIE':_0x1735c9(0xf0),'XyvwH':function(_0x1ddc98,_0x1485ed){return _0x1ddc98===_0x1485ed;},'fEuam':function(_0x472beb,_0x75de0){return _0x472beb||_0x75de0;},'ASWfx':function(_0x47cc0d,_0x2d96fe){return _0x47cc0d===_0x2d96fe;},'UQzbC':function(_0x41e85f,_0x2bcc7){return _0x41e85f&&_0x2bcc7;},'lJaQh':_0x1735c9(0x1e3),'wduts':function(_0x21ac30,_0x1faede){return _0x21ac30(_0x1faede);},'ztGVU':function(_0x3d9a8e,_0x31bbf0){return _0x3d9a8e>_0x31bbf0;}};try{const _0x1b3be5=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x1735c9(0x286)][_0x1735c9(0x16f)]):null;if(!_0x1b3be5)return!![];const _0x3fb5ae=Array[_0x1735c9(0x2e3)](_0x1b3be5['includeTagsInTestingScope'])?_0x1b3be5[_0x1735c9(0x147)]:[],_0x15ff0f=Array[_0x1735c9(0x2e3)](_0x1b3be5[_0x1735c9(0x140)])?_0x1b3be5['excludeTagsInTestingScope']:[];if(_0x25a257['BNAKn'](_0x2305c0,_0x25a257['GOEIE'])||_0x25a257[_0x1735c9(0x2e0)](_0x2305c0,FRAMEWORKS[_0x1735c9(0x1eb)])){let _0x25133a;Array['isArray'](_0x5b1c03)?_0x25133a=_0x5b1c03[_0x1735c9(0x258)]('\x20'):_0x25133a=_0x25a257[_0x1735c9(0x2db)](_0x5b1c03,'');const _0x389048=_0x5ac533=>_0x2305c0===FRAMEWORKS[_0x1735c9(0x1eb)]&&typeof _0x5ac533===_0x1735c9(0x2a8)?_0x5ac533[_0x1735c9(0x2b5)](/^@/,'')['toLowerCase']()['trim']():_0x5ac533,_0x38fabb=_0x25a257[_0x1735c9(0x1d9)](_0x2305c0,FRAMEWORKS[_0x1735c9(0x1eb)])?_0x25133a[_0x1735c9(0x2f6)]():_0x25133a,_0x21a796=_0x15ff0f[_0x1735c9(0xf9)](_0x3c216c=>_0x38fabb[_0x1735c9(0x2df)](_0x389048(_0x3c216c))),_0x3a3a67=_0x25a257['ASWfx'](_0x3fb5ae['length'],0x0)||_0x3fb5ae[_0x1735c9(0xf9)](_0x5e7e54=>_0x38fabb['includes'](_0x389048(_0x5e7e54))),_0x5504af=_0x25a257['UQzbC'](!_0x21a796,_0x3a3a67);return logger[_0x1735c9(0x2f1)](_0x1735c9(0x2c4)+(_0x7a444b?.[_0x1735c9(0x194)]?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x12b)+_0x2305c0+_0x1735c9(0x1c8)+_0x5504af+',\x20testName='+_0x25133a+_0x1735c9(0x164)+JSON[_0x1735c9(0x293)](_0x3fb5ae)+_0x1735c9(0x149)+JSON[_0x1735c9(0x293)](_0x15ff0f)),_0x5504af;}const _0x90f11a=Array['isArray'](_0x5b1c03)?_0x5b1c03:[];let _0x33c4e3=![],_0x59ac5b=_0x25a257[_0x1735c9(0x1d9)](_0x3fb5ae['length'],0x0);const _0x5e9660=_0x4b5c83=>typeof _0x4b5c83===_0x1735c9(0x2a8)?_0x4b5c83[_0x1735c9(0x2b5)](/^@/,'')['toLowerCase']()[_0x1735c9(0x185)]():_0x4b5c83,_0x209699=new Set(_0x3fb5ae[_0x1735c9(0x1cc)](_0x5e9660)),_0x42fa9c=new Set(_0x15ff0f[_0x1735c9(0x1cc)](_0x5e9660));for(const _0x3efb19 of _0x90f11a){const _0x34206a=_0x25a257[_0x1735c9(0x289)](_0x5e9660,_0x3efb19);_0x42fa9c[_0x1735c9(0x24a)](_0x34206a)&&(_0x33c4e3=!![]),_0x25a257[_0x1735c9(0x169)](_0x209699[_0x1735c9(0x254)],0x0)&&_0x209699['has'](_0x34206a)&&(_0x59ac5b=!![]);}const _0x4b1bae=_0x25a257['UQzbC'](_0x59ac5b,!_0x33c4e3);return logger['debug'](_0x1735c9(0x2c4)+(_0x7a444b?.[_0x1735c9(0x194)]?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x1d7)+_0x4b1bae+',\x20tags='+JSON[_0x1735c9(0x293)](_0x90f11a)+_0x1735c9(0x164)+JSON[_0x1735c9(0x293)](_0x3fb5ae)+_0x1735c9(0x149)+JSON['stringify'](_0x15ff0f)),_0x4b1bae;}catch(_0x4e2566){return logger['debug'](_0x1735c9(0x2c4)+(_0x7a444b?.['getPlatformIndex']?.()||_0x25a257[_0x1735c9(0x108)])+_0x1735c9(0x1a5)+_0x4e2566[_0x1735c9(0xdf)]),![];}}async['onBeforeTest'](_0x48776){const _0x310ef5=a106_0xd47e7c,_0x3889e0={};_0x3889e0[_0x310ef5(0x246)]=function(_0x2943dc,_0x503ac9){return _0x2943dc!==_0x503ac9;},_0x3889e0['iPCGN']=_0x310ef5(0x253),_0x3889e0[_0x310ef5(0x24f)]=_0x310ef5(0xf0),_0x3889e0[_0x310ef5(0x25c)]='testcafe',_0x3889e0[_0x310ef5(0x2cc)]=function(_0x4a2287,_0x50985a){return _0x4a2287!==_0x50985a;},_0x3889e0[_0x310ef5(0x19c)]=function(_0x198cf8,_0x39bba0){return _0x198cf8===_0x39bba0;},_0x3889e0['ttocR']='true',_0x3889e0[_0x310ef5(0x2a2)]=function(_0x43864f,_0x32caff){return _0x43864f&&_0x32caff;},_0x3889e0[_0x310ef5(0x15a)]='TEST_INIT',_0x3889e0['TSoMX']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x3889e0['XaMPx']=_0x310ef5(0x12d),_0x3889e0[_0x310ef5(0x138)]=_0x310ef5(0x295),_0x3889e0[_0x310ef5(0x2b7)]=_0x310ef5(0x2ef),_0x3889e0[_0x310ef5(0x28d)]=function(_0x2052bb,_0x58aae4){return _0x2052bb===_0x58aae4;},_0x3889e0['kPchh']=_0x310ef5(0x22c),_0x3889e0['xeOUi']=function(_0x3c554c,_0x44df36){return _0x3c554c>_0x44df36;},_0x3889e0['JRVqy']='function',_0x3889e0[_0x310ef5(0x1ff)]=_0x310ef5(0x1bd),_0x3889e0[_0x310ef5(0x235)]=function(_0x43cf2d,_0x32da98){return _0x43cf2d&&_0x32da98;},_0x3889e0['hzYxT']=_0x310ef5(0x1e3);const _0x263b3a=_0x3889e0;if(_0x263b3a[_0x310ef5(0x246)](_0x48776[_0x310ef5(0x166)],_0x263b3a['iPCGN'])&&_0x263b3a[_0x310ef5(0x246)](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x24f)])&&_0x263b3a['ZNEYF'](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x25c)])&&_0x263b3a[_0x310ef5(0x2cc)](_0x48776[_0x310ef5(0x166)],FRAMEWORKS[_0x310ef5(0x1eb)])){logger[_0x310ef5(0x2f1)](_0x310ef5(0x19e)+_0x48776[_0x310ef5(0x166)]+')');return;}try{const _0x4aace0=AutomationFramework['getTrackedInstance'](),_0x1ed1d3=TestFramework['getTrackedInstance'](),_0x48189d=_0x48776[_0x310ef5(0xdb)]||global['__workerDetails']?.[_0x310ef5(0x144)]||null;if(_0x263b3a[_0x310ef5(0x19c)](_0x48776[_0x310ef5(0x166)],_0x263b3a[_0x310ef5(0x25c)])){const _0x1e4151=_0x48776[_0x310ef5(0x19b)]||_0x4aace0&&_0x4aace0['getPlatformCaps']&&_0x4aace0[_0x310ef5(0x290)]()||_0x4aace0&&_0x4aace0[_0x310ef5(0x2a0)]&&_0x4aace0[_0x310ef5(0x2a0)]()||{},_0x59094d=_0x48776[_0x310ef5(0x146)]||null,_0x40b2ce=this[_0x310ef5(0x22b)](_0x4aace0,_0x1e4151,_0x59094d),_0xa34fa=CLIUtils[_0x310ef5(0x25e)]();this[_0x310ef5(0x18d)]['set'](_0xa34fa,_0x40b2ce);global[_0x310ef5(0x181)]?.[_0x310ef5(0x14c)]&&global['Context'][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x40b2ce);_0x40b2ce?(global[_0x310ef5(0x30c)]=!![],process[_0x310ef5(0x286)][_0x310ef5(0x1a6)]=_0x263b3a['ttocR']):global[_0x310ef5(0x30c)]=![];logger['debug'](_0x310ef5(0x111)+_0x40b2ce);return;}if(_0x263b3a[_0x310ef5(0x19c)](_0x48776[_0x310ef5(0x166)],FRAMEWORKS['NODE_GENERIC'])){const _0x7801e4=_0x48776['testData']||{},_0x448547=_0x7801e4[TestFrameworkConstants[_0x310ef5(0x197)]],_0x430f02=_0x7801e4[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0xd9d856=(Array[_0x310ef5(0x2e3)](_0x448547)?_0x448547[_0x310ef5(0x2bd)](_0x430f02)['join']('\x20'):_0x430f02)[_0x310ef5(0x185)](),_0x133395=_0x48776[_0x310ef5(0x19b)]||_0x4aace0&&_0x4aace0[_0x310ef5(0x290)]&&_0x4aace0[_0x310ef5(0x290)]()||_0x4aace0&&_0x4aace0[_0x310ef5(0x2a0)]&&_0x4aace0['getCapabilities']()||{},_0x206c3a=this[_0x310ef5(0x22b)](_0x4aace0,_0x133395,_0x48776['launchCaps']||null),_0x42f09c=this[_0x310ef5(0x2e9)](_0xd9d856,_0x4aace0,FRAMEWORKS[_0x310ef5(0x1eb)]),_0x3991fb=_0x263b3a[_0x310ef5(0x2a2)](_0x206c3a,_0x42f09c),_0x30a69d=CLIUtils['getCurrentInstanceName']();this[_0x310ef5(0x18d)][_0x310ef5(0x2c8)](_0x30a69d,_0x3991fb);global['Context']?.['getContext']&&global[_0x310ef5(0x181)][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x3991fb);_0x3991fb?(global['accessibilityPlatform']=!![],process[_0x310ef5(0x286)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x263b3a[_0x310ef5(0x245)],this['applySendMessageToServerPatch']()):global[_0x310ef5(0x30c)]=![];_0x1ed1d3&&_0x1ed1d3[_0x310ef5(0x25b)](_0x263b3a[_0x310ef5(0x15a)],!![]);logger[_0x310ef5(0x2f1)]('[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported='+_0x206c3a+',\x20testCaseEnabled='+_0x42f09c+_0x310ef5(0x106)+_0xd9d856);return;}if(!_0x48189d){_0x1ed1d3&&_0x1ed1d3['updateData'](_0x263b3a[_0x310ef5(0x15a)],!![]);logger[_0x310ef5(0x2f1)](_0x263b3a[_0x310ef5(0x2ab)]);return;}logger[_0x310ef5(0x2f1)](_0x263b3a[_0x310ef5(0x22d)]);const _0x318a92=_0x1ed1d3?.[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x138)],![]),_0xbab9d1=_0x1ed1d3?.[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x15a)],![]);if(_0x263b3a[_0x310ef5(0x19c)](_0x318a92,![])&&_0x263b3a[_0x310ef5(0x19c)](_0xbab9d1,![])){_0x1ed1d3&&_0x1ed1d3[_0x310ef5(0x25b)](_0x263b3a[_0x310ef5(0x138)],!![]);logger['debug'](_0x263b3a[_0x310ef5(0x2b7)]);return;}_0x1ed1d3&&_0x1ed1d3['updateData'](_0x263b3a[_0x310ef5(0x15a)],!![]);let _0x48c028,_0x2e61d8;const _0x276ee3=_0x48776[_0x310ef5(0x166)]||_0x263b3a[_0x310ef5(0x259)];if(_0x263b3a[_0x310ef5(0x28d)](_0x276ee3,_0x263b3a[_0x310ef5(0x24f)])){_0x2e61d8=_0x48776[_0x310ef5(0x29c)]?.['testAnalyticsId']||_0x48776[_0x310ef5(0x29c)]?.['id']||global[_0x310ef5(0x2f3)]||global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.[_0x310ef5(0x2a3)]||global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.['id'];const _0x159823=_0x1ed1d3?.[_0x310ef5(0x155)]()?.[_0x310ef5(0x1b3)](_0x2e61d8);if(_0x159823&&_0x159823[TestFrameworkConstants[_0x310ef5(0x28e)]])_0x48c028=_0x159823[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x48776[_0x310ef5(0x29c)]?.[_0x310ef5(0x107)])_0x48c028=_0x48776['testInfo'][_0x310ef5(0x107)];else global[_0x310ef5(0x126)]?.[_0x310ef5(0x1b2)]?.['testInfo']?.[_0x310ef5(0x107)]?_0x48c028=global[_0x310ef5(0x126)][_0x310ef5(0x1b2)][_0x310ef5(0x29c)][_0x310ef5(0x107)]:_0x48c028=_0x263b3a[_0x310ef5(0x2bb)];}logger[_0x310ef5(0x2f1)](_0x310ef5(0x1f7)+_0x2e61d8+',\x20testName='+JSON[_0x310ef5(0x293)](_0x48c028));}else{_0x2e61d8=this[_0x310ef5(0x175)](_0x48776);const _0x143caa=TestInfo[_0x310ef5(0x284)](_0x2e61d8);let _0x1c293b=[];if(_0x143caa&&Array[_0x310ef5(0x2e3)](_0x143caa[_0x310ef5(0x1bd)])&&_0x263b3a[_0x310ef5(0x182)](_0x143caa['test_tags'][_0x310ef5(0x20e)],0x0))_0x1c293b=_0x143caa[_0x310ef5(0x1bd)];else{if(_0x1ed1d3){const _0x25474e=_0x263b3a[_0x310ef5(0x28d)](typeof _0x1ed1d3[_0x310ef5(0x11d)],_0x263b3a[_0x310ef5(0x24d)])?_0x1ed1d3[_0x310ef5(0x11d)](_0x263b3a[_0x310ef5(0x1ff)],[]):_0x1ed1d3[_0x310ef5(0x1bd)]||[];Array[_0x310ef5(0x2e3)](_0x25474e)&&(_0x1c293b=_0x25474e);}}_0x48c028=_0x1c293b;}logger[_0x310ef5(0x1fc)](_0x310ef5(0x2c0)+JSON['stringify'](_0x48c028));const _0x442266=this['isPlatformSupported'](_0x4aace0,_0x48776[_0x310ef5(0x19b)],_0x48776['launchCaps']);logger[_0x310ef5(0x2f1)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x442266+',\x20isAppAccessibility='+this[_0x310ef5(0x24c)]);const _0x2e364f=this[_0x310ef5(0x2e9)](_0x48c028,_0x4aace0,_0x276ee3),_0x4d67e7=_0x263b3a['jHewU'](_0x442266,_0x2e364f),_0x4a902a=CLIUtils[_0x310ef5(0x25e)]();this['accessibility'][_0x310ef5(0x2c8)](_0x4a902a,_0x4d67e7),global[_0x310ef5(0x181)]?.[_0x310ef5(0x14c)]&&global[_0x310ef5(0x181)][_0x310ef5(0x14c)]()[_0x310ef5(0x1dd)](_0x4d67e7),logger[_0x310ef5(0x2f1)](_0x310ef5(0x2c4)+(_0x4aace0?.['getPlatformIndex']?.()||_0x263b3a[_0x310ef5(0xef)])+_0x310ef5(0x267)+_0x4d67e7),_0x4d67e7?(global[_0x310ef5(0x30c)]=!![],process[_0x310ef5(0x286)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x263b3a[_0x310ef5(0x245)],this[_0x310ef5(0x226)]()):global[_0x310ef5(0x30c)]=![];}catch(_0x5306ad){logger[_0x310ef5(0x1aa)](_0x310ef5(0x137)+(_0x5306ad[_0x310ef5(0x30f)]||_0x5306ad[_0x310ef5(0xdf)]));const _0x10cbca=CLIUtils[_0x310ef5(0x25e)]();this[_0x310ef5(0x18d)][_0x310ef5(0x2c8)](_0x10cbca,![]),global['accessibilityPlatform']=![];}}[a106_0xd47e7c(0x276)](){const _0x150957=a106_0xd47e7c;return this[_0x150957(0x214)][_0x150957(0x2a6)](_0x368f99=>_0x368f99[_0x150957(0x305)]()==='goog:chromeOptions')?.[_0x150957(0x243)]()||'';}['getCapabilityValue'](_0x2065c8){const _0x222c7f=a106_0xd47e7c;try{const _0x264bca=this[_0x222c7f(0x2b2)]?.['options']?.[_0x222c7f(0x119)]||[],_0x4ac541=_0x264bca[_0x222c7f(0x2a6)](_0x1a743b=>_0x1a743b[_0x222c7f(0x2d4)]===_0x2065c8);return _0x4ac541?_0x4ac541[_0x222c7f(0x23a)]:null;}catch(_0x1cf747){return logger[_0x222c7f(0x2f1)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2065c8+':\x20'+_0x1cf747[_0x222c7f(0xdf)]),null;}}async[a106_0xd47e7c(0x2a7)](_0x4e4c23,_0x18f72b){const _0x1cf0df=a106_0xd47e7c,_0x995d19=_0x4e4c23[_0x1cf0df(0x105)]()[_0x1cf0df(0x208)]();this[_0x1cf0df(0x2ec)](_0x995d19),this['capabilities']=_0x995d19['getCapabilitiesList'](),await this[_0x1cf0df(0xe3)](this[_0x1cf0df(0x214)],_0x18f72b['launchCaps']);}[a106_0xd47e7c(0x2ec)](_0x915d4c){const _0x4df71a=a106_0xd47e7c,_0x40697d={};_0x40697d[_0x4df71a(0x14b)]=function(_0x7efeb0,_0x1da66b){return _0x7efeb0>_0x1da66b;},_0x40697d[_0x4df71a(0x118)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x40697d[_0x4df71a(0x129)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x264b0d=_0x40697d;try{const _0x4bf38e=_0x915d4c['getScriptsList'](),_0x52f0f0=_0x915d4c[_0x4df71a(0x260)]()?.['getCommandsList']();_0x4bf38e&&_0x264b0d[_0x4df71a(0x14b)](_0x4bf38e[_0x4df71a(0x20e)],0x0)?(scripts[_0x4df71a(0x230)](_0x4bf38e,_0x52f0f0),scripts[_0x4df71a(0x13a)](),logger[_0x4df71a(0x2f1)](_0x264b0d['sXEzs'])):logger['debug'](_0x264b0d[_0x4df71a(0x129)]);}catch(_0x419907){logger[_0x4df71a(0x2f1)]('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x419907[_0x4df71a(0xdf)]);}}async['setAccessibilityToken'](_0x4702e9,_0x16bf76={}){const _0x5a0c60=a106_0xd47e7c,_0x52ab1f={'zlEyP':_0x5a0c60(0x113),'MNynz':_0x5a0c60(0x28b),'bGFwR':function(_0x3f2098,_0x11596d){return _0x3f2098===_0x11596d;},'myqhL':_0x5a0c60(0xf6),'eWOWb':function(_0x2e15a3,_0x364353){return _0x2e15a3(_0x364353);},'kaVFm':_0x5a0c60(0x27e),'mhaGV':_0x5a0c60(0x2bf),'lndTc':_0x5a0c60(0x16d),'fjUjT':function(_0x305060,_0x416bc0){return _0x305060||_0x416bc0;},'SXNZx':_0x5a0c60(0x27b),'qgXqw':function(_0x5cf1ec,_0x3a142b){return _0x5cf1ec(_0x3a142b);},'SCdgG':_0x5a0c60(0x127),'INPJx':function(_0x56bca4,_0x2843f2){return _0x56bca4(_0x2843f2);},'Wbezj':_0x5a0c60(0x207),'TiWGj':'wcagVersion','EFZed':_0x5a0c60(0x1c4),'DQrRf':function(_0x5464be,_0x4d8575){return _0x5464be===_0x4d8575;},'lBxsv':_0x5a0c60(0x128),'lMJSy':_0x5a0c60(0x30a),'bvrHR':_0x5a0c60(0x296),'OdTKn':_0x5a0c60(0x257),'mYCUE':function(_0xf9c6ce,_0x1a4dff){return _0xf9c6ce===_0x1a4dff;},'JkacO':'isMobileScanningEnabledForGroup','FQNPU':function(_0x7062b0,_0x509c78){return _0x7062b0(_0x509c78);},'driDw':function(_0x33a1ac,_0x1208aa){return _0x33a1ac===_0x1208aa;},'Czjfn':function(_0x5f21fc,_0x43987e){return _0x5f21fc===_0x43987e;},'RgUYX':_0x5a0c60(0x13e)};global[_0x5a0c60(0x2d2)]=global[_0x5a0c60(0x2d2)]||{};const _0x4fe329=Array[_0x5a0c60(0x2e3)](_0x4702e9)?_0x4702e9[_0x5a0c60(0x20e)]:_0x52ab1f['zlEyP'];logger['debug'](_0x5a0c60(0x145)+_0x4fe329+_0x5a0c60(0x18c)+(process[_0x5a0c60(0x286)]['JEST_WORKER_ID']||_0x52ab1f[_0x5a0c60(0x201)])+_0x5a0c60(0x12f)+process[_0x5a0c60(0x162)]);for(const _0x2ffc8e of _0x4702e9){logger[_0x5a0c60(0x2f1)](_0x5a0c60(0x160)+_0x2ffc8e[_0x5a0c60(0x305)]());if(_0x52ab1f['bGFwR'](_0x2ffc8e['getName'](),_0x52ab1f['myqhL'])){const _0x271cf7=_0x2ffc8e['getValue'](),_0x87ea7b=_0x271cf7?_0x52ab1f['eWOWb'](require,_0x52ab1f[_0x5a0c60(0x227)])[_0x5a0c60(0x2ff)](_0x52ab1f[_0x5a0c60(0x29a)])['update'](_0x271cf7)[_0x5a0c60(0x2a9)](_0x52ab1f['lndTc'])[_0x5a0c60(0x231)](0x0,0x8):'';logger['info'](_0x5a0c60(0x2c2)+_0x52ab1f['fjUjT'](_0x271cf7,'')['length']+'\x20token_fp='+_0x87ea7b+'\x20worker=\x22'+(process[_0x5a0c60(0x286)][_0x5a0c60(0x218)]||_0x52ab1f[_0x5a0c60(0x201)])+_0x5a0c60(0x12f)+process[_0x5a0c60(0x162)]),process[_0x5a0c60(0x286)][_0x5a0c60(0x1d2)]=_0x271cf7,global[_0x5a0c60(0x2d2)][_0x52ab1f[_0x5a0c60(0x268)]]=_0x271cf7;const _0x2bc036=_0x52ab1f[_0x5a0c60(0x1cf)](require,_0x52ab1f[_0x5a0c60(0x1e9)]),{isTrue:_0x2565e5}=_0x52ab1f[_0x5a0c60(0x31d)](require,_0x52ab1f[_0x5a0c60(0xde)]),_0xabdb0a=_0x2bc036[_0x5a0c60(0x101)](_0x271cf7);_0xabdb0a&&_0x52ab1f[_0x5a0c60(0x31d)](_0x2565e5,_0xabdb0a[_0x5a0c60(0xf2)])&&(process['env']['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x52ab1f['bGFwR'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f[_0x5a0c60(0x285)]))global['__accessibilityOptions'][_0x52ab1f[_0x5a0c60(0x2b3)]]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f[_0x5a0c60(0x11e)](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f['lBxsv']))global[_0x5a0c60(0x2d2)][_0x52ab1f[_0x5a0c60(0x24b)]]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f['bGFwR'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f[_0x5a0c60(0x29e)]))global[_0x5a0c60(0x2d2)][_0x52ab1f['OdTKn']]=_0x2ffc8e[_0x5a0c60(0x243)]();else{if(_0x52ab1f['mYCUE'](_0x2ffc8e[_0x5a0c60(0x305)](),_0x52ab1f['JkacO'])){const _0xfafb75=_0x2ffc8e['getValue']();process[_0x5a0c60(0x286)][_0x5a0c60(0x165)]=_0x52ab1f['FQNPU'](String,_0x52ab1f[_0x5a0c60(0x13c)](_0xfafb75,!![])||_0x52ab1f[_0x5a0c60(0x10d)](_0xfafb75,_0x52ab1f['RgUYX'])),logger[_0x5a0c60(0x2f1)](_0x5a0c60(0x23e)+_0xfafb75+_0x5a0c60(0x1c2)+process[_0x5a0c60(0x286)][_0x5a0c60(0x165)]);}}}}}}}async[a106_0xd47e7c(0x22e)](_0x155d44){const _0x408497=a106_0xd47e7c,_0x43d822={};_0x43d822[_0x408497(0x28c)]=function(_0x467c0f,_0x3a582d){return _0x467c0f!==_0x3a582d;},_0x43d822[_0x408497(0x2f9)]=_0x408497(0x253),_0x43d822[_0x408497(0x156)]='jest',_0x43d822['AkMtl']=_0x408497(0x1a2),_0x43d822[_0x408497(0x241)]=function(_0x2e72e6,_0x50d6e9){return _0x2e72e6!==_0x50d6e9;},_0x43d822[_0x408497(0x1e7)]=_0x408497(0x1e3);const _0x3d5071=_0x43d822;if(_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071[_0x408497(0x2f9)])&&_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071[_0x408497(0x156)])&&_0x3d5071[_0x408497(0x28c)](_0x155d44[_0x408497(0x166)],_0x3d5071['AkMtl'])&&_0x3d5071[_0x408497(0x241)](_0x155d44['testFramework'],FRAMEWORKS[_0x408497(0x1eb)])){logger[_0x408497(0x2f1)](_0x408497(0xe5)+_0x155d44[_0x408497(0x166)]+')');return;}const _0x93f61b=_0x155d44[_0x408497(0x29c)]?.['testAnalyticsId']||_0x155d44[_0x408497(0x29c)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x408497(0x1fc)](_0x408497(0x171)+_0x155d44[_0x408497(0x166)]+',\x20testIdentifier='+_0x93f61b);try{const _0x42da1e=_0x155d44['instance']||AutomationFramework[_0x408497(0x1ec)](),_0x326c75=CLIUtils[_0x408497(0x25e)](),_0x1f354f=this['getCurrentAccessibilityStatus']();logger[_0x408497(0x2f1)](_0x408497(0x2c4)+(_0x42da1e?.['getPlatformIndex']?.()||_0x3d5071['AJFqG'])+_0x408497(0x1f5)+_0x1f354f),_0x1f354f&&await this[_0x408497(0x26b)](_0x42da1e,_0x155d44),this[_0x408497(0x18d)][_0x408497(0x1fe)](_0x326c75),this['LOG_DISABLED_SHOWN']['delete'](_0x326c75);}catch(_0x40a5e2){logger[_0x408497(0x1aa)](_0x408497(0x25f)+(_0x40a5e2['stack']||_0x40a5e2[_0x408497(0xdf)]));}}async[a106_0xd47e7c(0x26b)](_0x8879d9,_0x3c2671){const _0x49d248=a106_0xd47e7c,_0x4ad51a={};_0x4ad51a[_0x49d248(0x2f2)]=function(_0x235bba,_0x5251a8){return _0x235bba===_0x5251a8;},_0x4ad51a[_0x49d248(0x186)]=_0x49d248(0x21e),_0x4ad51a[_0x49d248(0x2dc)]=function(_0x5f3afa,_0x1a7c5a){return _0x5f3afa===_0x1a7c5a;},_0x4ad51a[_0x49d248(0x1a7)]='jest',_0x4ad51a[_0x49d248(0x151)]=_0x49d248(0x253),_0x4ad51a[_0x49d248(0x1df)]=function(_0x56f849,_0xb1fd46){return _0x56f849===_0xb1fd46;},_0x4ad51a[_0x49d248(0x200)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x4ad51a['isQoK']='accessibility',_0x4ad51a[_0x49d248(0x224)]=_0x49d248(0x1a4),_0x4ad51a[_0x49d248(0x168)]='unknown',_0x4ad51a[_0x49d248(0x1ef)]=_0x49d248(0x2bc),_0x4ad51a['KstHO']='null',_0x4ad51a[_0x49d248(0x1c9)]=function(_0x56be05,_0x5a9a18){return _0x56be05||_0x5a9a18;},_0x4ad51a[_0x49d248(0x20b)]=_0x49d248(0x1a8),_0x4ad51a[_0x49d248(0x306)]='AUTOMATION_SESSIONS',_0x4ad51a['eJneH']=_0x49d248(0x249);const _0x55d5cb=_0x4ad51a;try{const _0x47e331=_0x3c2671[_0x49d248(0x166)]||(_0x55d5cb[_0x49d248(0x2dc)](this[_0x49d248(0x2cf)]?.[_0x49d248(0x2d4)]?.['toLowerCase'](),_0x55d5cb[_0x49d248(0x1a7)])?_0x55d5cb['MkxwD']:_0x55d5cb[_0x49d248(0x151)]);let _0x5d6c1d='',_0x339f6b=null,_0x24698c=null;if(_0x55d5cb[_0x49d248(0x1df)](_0x47e331,_0x55d5cb[_0x49d248(0x1a7)])){_0x339f6b=_0x3c2671[_0x49d248(0x29c)]?.[_0x49d248(0x2a3)]||_0x3c2671['testInfo']?.['id']||global[_0x49d248(0x2f3)];if(!_0x339f6b){logger[_0x49d248(0x1b7)](_0x55d5cb['VdqUu']);return;}try{const _0xa56129=await GrpcClient['getInstance']()[_0x49d248(0x2aa)](process[_0x49d248(0x286)][_0x49d248(0x20f)],_0x55d5cb[_0x49d248(0x238)],_0x55d5cb['SlEBE'],_0x339f6b),_0x1f7308=AccessibilityModule[_0x49d248(0x1e5)](null,_0xa56129);_0x5d6c1d=_0x1f7308?.[_0x49d248(0xe1)]||'',logger[_0x49d248(0x2f1)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5d6c1d+_0x49d248(0x234)+_0x339f6b),_0x24698c=_0xa56129;}catch(_0x5ae3c7){logger[_0x49d248(0x1aa)](_0x49d248(0x18e)+_0x5ae3c7['message']);return;}}else{const _0x72e61b=this['getTestId'](_0x3c2671);_0x5d6c1d=TestInfo[_0x49d248(0x10e)](_0x72e61b);}const _0x3110b9=((()=>{const _0x290166=_0x49d248,_0x374094=(this[_0x290166(0x2b2)]?.[_0x290166(0x2af)]?.[_0x290166(0x119)]||[])[_0x290166(0x2a6)](_0x2b9d18=>(typeof _0x2b9d18[_0x290166(0x305)]===_0x290166(0x21e)?_0x2b9d18[_0x290166(0x305)]():_0x2b9d18[_0x290166(0x2d4)])===this['KEY_TESTHUB_BUILD_ID']);return _0x374094?_0x55d5cb[_0x290166(0x2f2)](typeof _0x374094['getValue'],_0x55d5cb[_0x290166(0x186)])?_0x374094['getValue']():_0x374094[_0x290166(0x23a)]:'';})()),_0x230ce4=process[_0x49d248(0x286)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x49d248(0x2c4)+(_0x8879d9?.[_0x49d248(0x194)]?.()||_0x55d5cb[_0x49d248(0x168)])+']\x20clear\x20'+_0x5d6c1d+'\x20testHubUuid='+_0x3110b9+_0x49d248(0x148)+(_0x230ce4?_0x55d5cb[_0x49d248(0x1ef)]:_0x55d5cb['KstHO']));let _0x48394;if(_0x55d5cb[_0x49d248(0x2f2)](_0x47e331,_0x55d5cb[_0x49d248(0x1a7)]))_0x48394=AccessibilityModule['loadDriverExecuteParams'](_0x5d6c1d,_0x24698c);else{const _0x221200=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x49d248(0x286)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x55d5cb[_0x49d248(0x238)],_0x55d5cb[_0x49d248(0x224)]);_0x48394=AccessibilityModule[_0x49d248(0x1e5)](_0x5d6c1d,_0x221200);}logger[_0x49d248(0x2f1)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x48394));const _0x4f5f2d=Object['assign']({},{'thTestRunUuid':_0x55d5cb[_0x49d248(0x1c9)](_0x5d6c1d,''),'thBuildUuid':_0x55d5cb['yLFfa'](_0x3110b9,''),'thJwtToken':_0x55d5cb[_0x49d248(0x1c9)](_0x230ce4,'')},_0x48394);!this[_0x49d248(0x24c)]&&this['isMobileWebSession']()&&(_0x4f5f2d[_0x49d248(0x1c1)]=!![],logger[_0x49d248(0x2f1)](_0x55d5cb['gNCWs']));logger[_0x49d248(0x2f1)](_0x49d248(0x2fc)+_0x5d6c1d+_0x49d248(0x1a3)+this['isAppAccessibility']);let _0x37d368=global[_0x49d248(0x126)]?.['pwPage']||null;!_0x37d368&&(_0x37d368=AutomationFramework[_0x49d248(0x291)](_0x8879d9,_0x55d5cb[_0x49d248(0x306)],null)),!_0x37d368&&(_0x37d368=AutomationFramework[_0x49d248(0x291)](_0x8879d9,_0x55d5cb[_0x49d248(0x2e4)],null)),await this[_0x49d248(0x159)](this[_0x49d248(0x2da)](),_0x5d6c1d,_0x37d368,_0x4f5f2d,this[_0x49d248(0x24c)]);}catch(_0x5d1853){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x5d1853['stack']||_0x5d1853[_0x49d248(0xdf)]));}}async['finishScanningForCli'](_0xab78d3,_0x16f169,_0x27b28f,_0x4a7620,_0x86c879){const _0xcd93c2=a106_0xd47e7c,_0x421704={};_0x421704[_0xcd93c2(0x21f)]=_0xcd93c2(0x1a4),_0x421704['YWCIA']=function(_0x49dd19,_0x245087){return _0x49dd19&&_0x245087;},_0x421704[_0xcd93c2(0xe8)]=_0xcd93c2(0x31f),_0x421704[_0xcd93c2(0x309)]=function(_0x4a2df1,_0x33a351){return _0x4a2df1===_0x33a351;},_0x421704[_0xcd93c2(0x2e7)]=_0xcd93c2(0x211),_0x421704[_0xcd93c2(0x21b)]=function(_0x180a71,_0x4442ff){return _0x180a71===_0x4442ff;},_0x421704[_0xcd93c2(0x215)]=_0xcd93c2(0x252),_0x421704[_0xcd93c2(0x1f9)]=_0xcd93c2(0xfe),_0x421704[_0xcd93c2(0x272)]=_0xcd93c2(0x1e8),_0x421704[_0xcd93c2(0x2d1)]=_0xcd93c2(0x2ed),_0x421704['NvZFo']=function(_0x1ac4f8,_0x38e788){return _0x1ac4f8&&_0x38e788;},_0x421704['vlYNf']=_0xcd93c2(0x2ee),_0x421704[_0xcd93c2(0xf7)]=_0xcd93c2(0x315),_0x421704[_0xcd93c2(0xfd)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x11ca8b=_0x421704;try{const _0x4bae72=this[_0xcd93c2(0x2b8)](_0x11ca8b[_0xcd93c2(0x21f)]);if(_0x11ca8b['YWCIA'](!_0x86c879,!_0x4bae72)){logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0xe8)]);return;}if(!_0x16f169||_0x11ca8b[_0xcd93c2(0x309)](_0x16f169,_0x11ca8b[_0xcd93c2(0x2e7)])||_0x11ca8b[_0xcd93c2(0x21b)](_0x16f169,'')){logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0x215)]);return;}logger[_0xcd93c2(0x2f1)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x4a7620)),_0xab78d3&&(logger['debug'](_0x11ca8b['KIgdQ']),await this[_0xcd93c2(0x248)](_0x27b28f,_0x16f169,_0x11ca8b['ShxDR'],_0x4a7620,_0x86c879,_0x11ca8b[_0xcd93c2(0x2d1)]),_0x11ca8b['NvZFo'](!_0x86c879,_0x4bae72)&&(logger[_0xcd93c2(0x2f1)](_0x11ca8b[_0xcd93c2(0x2b6)]),await PerformanceTester[_0xcd93c2(0x30d)](_0x11ca8b[_0xcd93c2(0xf7)],async()=>{const _0x2f8a42=_0xcd93c2;await this[_0x2f8a42(0x248)](_0x27b28f,_0x16f169,_0x11ca8b[_0x2f8a42(0x21f)],_0x4a7620,_0x86c879,_0x11ca8b['ujADD']);})()),logger[_0xcd93c2(0x1fc)](_0x11ca8b[_0xcd93c2(0xfd)]));}catch(_0x54d7a7){logger[_0xcd93c2(0x1aa)](_0xcd93c2(0x1ed)+(_0x54d7a7[_0xcd93c2(0x30f)]||_0x54d7a7[_0xcd93c2(0xdf)]));}}async[a106_0xd47e7c(0x298)](_0xedc23){const _0x2dc796=a106_0xd47e7c,_0x286b70={};_0x286b70[_0x2dc796(0x1de)]=function(_0x2aa797,_0x12c410){return _0x2aa797!==_0x12c410;},_0x286b70[_0x2dc796(0x2e1)]=_0x2dc796(0x253),_0x286b70[_0x2dc796(0x2b0)]=_0x2dc796(0xf0),_0x286b70['zIwKv']='testcafe',_0x286b70['NvtiU']=_0x2dc796(0x1e3),_0x286b70[_0x2dc796(0x195)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x286b70['WbFbF']=function(_0x188886,_0x5deeab){return _0x188886&&_0x5deeab;},_0x286b70['ZjFsf']=function(_0x11e343,_0x4fce44){return _0x11e343===_0x4fce44;},_0x286b70[_0x2dc796(0x278)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x286b70[_0x2dc796(0x19a)]='accessibility',_0x286b70['UdirS']=_0x2dc796(0x17e),_0x286b70[_0x2dc796(0x170)]=_0x2dc796(0x2de),_0x286b70['VdxIs']=_0x2dc796(0x174),_0x286b70[_0x2dc796(0x109)]=function(_0x5e36fb,_0x56fbc9){return _0x5e36fb===_0x56fbc9;},_0x286b70[_0x2dc796(0x121)]=_0x2dc796(0x2ed),_0x286b70[_0x2dc796(0x269)]=_0x2dc796(0x211);const _0x35bd00=_0x286b70;if(_0x35bd00[_0x2dc796(0x1de)](_0xedc23[_0x2dc796(0x166)],_0x35bd00[_0x2dc796(0x2e1)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x2b0)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x1fd)])&&_0x35bd00[_0x2dc796(0x1de)](_0xedc23[_0x2dc796(0x166)],FRAMEWORKS[_0x2dc796(0x1eb)])){logger['debug'](_0x2dc796(0x1a0)+_0xedc23['testFramework']+')');return;}logger['debug']('onBeforeExecute:\x20command='+(_0xedc23[_0x2dc796(0xf5)]||_0x35bd00[_0x2dc796(0x10f)])+',\x20framework='+_0xedc23[_0x2dc796(0x166)]);try{const _0x399a62=_0xedc23[_0x2dc796(0x192)]||AutomationFramework[_0x2dc796(0x1ec)](),_0x1089a3=TestFramework[_0x2dc796(0x1ec)](),_0x5d7250=_0xedc23[_0x2dc796(0xf5)]||_0xedc23['command']?.['getName']();if(!_0x5d7250){logger['debug'](_0x35bd00[_0x2dc796(0x195)]);return;}if(!this[_0x2dc796(0x2da)]()){logger[_0x2dc796(0x2f1)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5d7250);return;}if(!this[_0x2dc796(0x12c)](_0x5d7250)){logger[_0x2dc796(0x2f1)](_0x2dc796(0x115)+_0x5d7250+_0x2dc796(0x11f));return;}const _0x5d87a6=_0xedc23[_0x2dc796(0xdb)]||global[_0x2dc796(0x126)]?.[_0x2dc796(0x144)],_0x2039a2=_0xedc23['driver']||null;if(_0x35bd00['WbFbF'](!_0x5d87a6,!_0x2039a2)){logger[_0x2dc796(0x2f1)](_0x2dc796(0x2dd)+_0x5d7250);return;}let _0x3c9897='',_0x591aee=null;if(_0x35bd00[_0x2dc796(0x143)](_0xedc23[_0x2dc796(0x166)],_0x35bd00[_0x2dc796(0x2b0)])){_0x591aee=_0xedc23['testInfo']?.[_0x2dc796(0x2a3)]||_0xedc23['testInfo']?.['id']||global[_0x2dc796(0x2f3)];if(!_0x591aee){logger[_0x2dc796(0x1b7)](_0x35bd00['mAuaj']);return;}try{const _0x54756b=await GrpcClient['getInstance']()[_0x2dc796(0x2aa)](process[_0x2dc796(0x286)][_0x2dc796(0x20f)],_0x35bd00[_0x2dc796(0x19a)],_0x35bd00[_0x2dc796(0x308)],_0x591aee),_0x34d28b=AccessibilityModule[_0x2dc796(0x1e5)](null,_0x54756b);_0x3c9897=_0x34d28b?.[_0x2dc796(0xe1)]||'',logger['debug']('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3c9897+'\x20from\x20testIdentifier='+_0x591aee);}catch(_0x52ec8b){logger[_0x2dc796(0x1aa)](_0x2dc796(0x264)+_0x52ec8b[_0x2dc796(0xdf)]);return;}}else _0x35bd00['ZjFsf'](_0xedc23['testFramework'],FRAMEWORKS[_0x2dc796(0x1eb)])?_0x3c9897=_0xedc23[_0x2dc796(0x11c)]||'':(_0x3c9897=this[_0x2dc796(0x1b1)](_0x35bd00[_0x2dc796(0x170)])||'',!_0x3c9897&&this[_0x2dc796(0x122)]()&&(_0x3c9897=accessibilityHelper[_0x2dc796(0x1f6)]()));const _0x28993c=this[_0x2dc796(0x1b1)](_0x35bd00[_0x2dc796(0xf3)])||this['accessibilityConfig'][this[_0x2dc796(0x1be)]]||null,_0x4130de=process[_0x2dc796(0x286)][_0x2dc796(0x237)]||'',_0x352ca1=this['getParamsForScanForCli'](_0x5d7250,_0x3c9897,_0x28993c,_0x4130de),_0xd1956=_0x35bd00[_0x2dc796(0x109)](_0xedc23['testFramework'],_0x35bd00[_0x2dc796(0x2b0)])?await AccessibilityModule[_0x2dc796(0x1b9)](_0x35bd00[_0x2dc796(0x121)],_0x3c9897,_0x591aee):await AccessibilityModule[_0x2dc796(0x1b9)](_0x35bd00['sokVG'],_0x3c9897);logger[_0x2dc796(0x1fc)](_0x2dc796(0x221)+(_0x352ca1?JSON[_0x2dc796(0x293)](_0x352ca1):_0x35bd00[_0x2dc796(0x269)]));let _0x34c602=CLIUtils[_0x2dc796(0x2ae)](_0x352ca1,_0xd1956);if(this[_0x2dc796(0x24c)]){const _0x5ad551=process[_0x2dc796(0x286)][_0x2dc796(0x1d2)]||'';_0x34c602[_0x2dc796(0x161)]&&(_0x34c602['centralAuthHeader']=_0x34c602[_0x2dc796(0x161)],delete _0x34c602['centralAuthToken']),_0x34c602=Object[_0x2dc796(0xec)]({},_0x34c602,{'authHeader':_0x34c602[_0x2dc796(0x2ac)]||_0x5ad551,'method':_0x5d7250,'scanTimestamp':Date[_0x2dc796(0x139)]()[_0x2dc796(0x2ce)]()});}logger[_0x2dc796(0x1fc)]('MergedScanArgs:\x20'+(_0x34c602?JSON[_0x2dc796(0x293)](_0x34c602):_0x35bd00[_0x2dc796(0x269)])),logger[_0x2dc796(0x2f1)](_0x2dc796(0x14e)+_0x5d7250);const _0x566221=this[_0x2dc796(0x24c)]?_0x2039a2:_0x5d87a6,_0x4b8ba9=await this[_0x2dc796(0x248)](_0x566221,_0x3c9897,_0x5d7250,_0x34c602,this['isAppAccessibility']);logger[_0x2dc796(0x2f1)](_0x2dc796(0x27f)+_0x5d7250+_0x2dc796(0x1d6)+JSON[_0x2dc796(0x293)](_0x4b8ba9));}catch(_0x5da129){logger[_0x2dc796(0x1aa)](_0x2dc796(0xe9)+(_0x5da129[_0x2dc796(0x30f)]||_0x5da129[_0x2dc796(0xdf)]));}}[a106_0xd47e7c(0x265)](){const _0x40746f=a106_0xd47e7c;return this[_0x40746f(0x2da)]();}[a106_0xd47e7c(0x2c7)](_0x275b84){const _0x436928=a106_0xd47e7c,_0x156878=CLIUtils[_0x436928(0x25e)]();this[_0x436928(0x18d)][_0x436928(0x2c8)](_0x156878,_0x275b84);}async['initAccessibilityConfig'](_0x52681c){const _0x427f00=a106_0xd47e7c,_0x5d5045={};_0x5d5045[_0x427f00(0x1ea)]='unknown';const _0xf23d8e=_0x5d5045;try{const _0x136f19=_0x52681c[_0x427f00(0x192)]||AutomationFramework[_0x427f00(0x1ec)](),_0xfcf852=_0x136f19?.['getData']?.()?.['get']?.(this[_0x427f00(0x275)])||![];if(_0xfcf852)return;PerformanceTester['start'](EVENTS[_0x427f00(0x1a9)]);const _0x450a90=await GrpcClient[_0x427f00(0x1e4)]()[_0x427f00(0x277)](_0x52681c);_0x450a90&&_0x450a90[_0x427f00(0x105)]&&_0x450a90[_0x427f00(0x105)]()&&_0x450a90[_0x427f00(0x105)]()[_0x427f00(0xff)]()?(await this[_0x427f00(0x2a5)](_0x450a90,_0x52681c),_0x136f19?.[_0x427f00(0x11d)]&&_0x136f19[_0x427f00(0x11d)]()['set'](this[_0x427f00(0x275)],!![]),logger[_0x427f00(0x2f1)](_0x427f00(0x2c4)+(_0x136f19?.[_0x427f00(0x194)]?.()||_0xf23d8e[_0x427f00(0x1ea)])+_0x427f00(0x16b))):logger[_0x427f00(0x2f1)](_0x427f00(0x2c4)+(_0x136f19?.[_0x427f00(0x194)]?.()||_0xf23d8e[_0x427f00(0x1ea)])+_0x427f00(0x1b8)),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x1298c4){PerformanceTester['end'](EVENTS[_0x427f00(0x1a9)],![],_0x1298c4[_0x427f00(0xdf)]),logger[_0x427f00(0x1aa)](_0x427f00(0x273)+(_0x1298c4['stack']||_0x1298c4[_0x427f00(0xdf)]));}}async[a106_0xd47e7c(0x2a5)](_0x539a1c,_0x3e53bb){const _0x171103=a106_0xd47e7c;await this['setAccessibilityConfig'](_0x539a1c,_0x3e53bb);const _0xf4b4=_0x539a1c[_0x171103(0x105)]()['getOptions']();if(_0xf4b4){const _0x283329=_0x539a1c[_0x171103(0x229)]&&_0x539a1c['getTesthub']();_0x283329&&(this[_0x171103(0x2b2)][this['KEY_TESTHUB_BUILD_ID']]=_0x283329[_0x171103(0x11a)]&&_0x283329['getBuildId']());}}['shouldScanForCommand'](_0xbba23a){const _0x53d84a=a106_0xd47e7c,_0x1825ef={};_0x1825ef['NJXWM']=function(_0x3df66a,_0x4b964c){return _0x3df66a===_0x4b964c;};const _0x2d1e38=_0x1825ef;try{if(!_0xbba23a)return![];const _0x44c9ab=this[_0x53d84a(0x2b2)]?.[_0x53d84a(0x2af)]?.[_0x53d84a(0x1b4)]?.[_0x53d84a(0x1e6)]||[],_0x119606=_0x44c9ab[_0x53d84a(0xf9)](_0x46200e=>{const _0x554dc8=_0x53d84a;return _0x46200e[_0x554dc8(0x2d4)]&&_0x2d1e38[_0x554dc8(0x23c)](_0x46200e[_0x554dc8(0x2d4)][_0x554dc8(0x2f6)](),_0xbba23a[_0x554dc8(0x2f6)]());});return logger['debug'](_0x53d84a(0x1f4)+_0xbba23a+_0x53d84a(0x1d0)+_0x119606+_0x53d84a(0x1c6)+JSON[_0x53d84a(0x293)](_0x44c9ab[_0x53d84a(0x1cc)](_0x59d25b=>_0x59d25b[_0x53d84a(0x2d4)]))),_0x119606;}catch(_0x839cba){return logger['debug'](_0x53d84a(0x1ac)+_0x839cba['message']),![];}}[a106_0xd47e7c(0x2f7)](_0x418f1a){const _0x590a0e=a106_0xd47e7c,_0x42e89b={};_0x42e89b[_0x590a0e(0x251)]=function(_0x282fe3,_0x135449){return _0x282fe3===_0x135449;},_0x42e89b[_0x590a0e(0x242)]=_0x590a0e(0x2a8),_0x42e89b['PHVdr']=_0x590a0e(0x2eb);const _0x92a861=_0x42e89b,_0x1dd75d=_0x418f1a[_0x590a0e(0x2ca)]&&_0x418f1a[_0x590a0e(0x2ca)]();return _0x1dd75d&&_0x92a861[_0x590a0e(0x251)](typeof _0x1dd75d,_0x92a861[_0x590a0e(0x242)])&&_0x1dd75d[_0x590a0e(0x2df)](_0x92a861['PHVdr']);}['isAccessibilityScriptCommand'](_0x4bd2dd){const _0x59b7df=a106_0xd47e7c,_0x4990ea={};_0x4990ea[_0x59b7df(0x294)]=function(_0x4f4a84,_0x55d92f){return _0x4f4a84!==_0x55d92f;},_0x4990ea['VUPtj']=_0x59b7df(0x2a8),_0x4990ea[_0x59b7df(0x132)]='accessibility',_0x4990ea[_0x59b7df(0x2e8)]=_0x59b7df(0x17e),_0x4990ea['QipFD']='getResults',_0x4990ea['WjWDj']=_0x59b7df(0x307);const _0x5f3462=_0x4990ea,_0x5ac21d=_0x4bd2dd[_0x59b7df(0x2ca)]&&_0x4bd2dd[_0x59b7df(0x2ca)]();if(!_0x5ac21d||_0x5f3462[_0x59b7df(0x294)](typeof _0x5ac21d,_0x5f3462['VUPtj']))return![];return _0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x132)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x2e8)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0x318)])||_0x5ac21d[_0x59b7df(0x2df)](_0x5f3462[_0x59b7df(0xfa)]);}['isMobileWebSession'](){const _0x101930=a106_0xd47e7c,_0x2d247f={'iqdTf':function(_0x43631b,_0x24faa0){return _0x43631b===_0x24faa0;},'ZkBRI':_0x101930(0x21e),'uQCDS':function(_0x34b074,_0x5274dd){return _0x34b074(_0x5274dd);},'LMOJi':_0x101930(0x1bf),'zzYzm':'browserName','wyKJl':_0x101930(0x314),'agqjp':_0x101930(0x196)};try{const _0x159008=this[_0x101930(0x2b2)]?.['options']?.['capabilitiesList']||[],_0x3e77a4=_0xd05eed=>{const _0xada7fd=_0x101930,_0x6c4d04=_0x159008['find'](_0x42498b=>(typeof _0x42498b[_0xada7fd(0x305)]===_0xada7fd(0x21e)?_0x42498b[_0xada7fd(0x305)]():_0x42498b[_0xada7fd(0x2d4)])===_0xd05eed);return _0x6c4d04?_0x2d247f[_0xada7fd(0xea)](typeof _0x6c4d04[_0xada7fd(0x243)],_0x2d247f[_0xada7fd(0x2b4)])?_0x6c4d04['getValue']():_0x6c4d04[_0xada7fd(0x23a)]:null;},_0x1e0b6f=_0x2d247f[_0x101930(0x210)](_0x3e77a4,_0x2d247f[_0x101930(0x2c9)]),_0xed4385=_0x2d247f[_0x101930(0x210)](_0x3e77a4,_0x2d247f['zzYzm']),_0x27786a=global[_0x101930(0x25a)]||_0x1e0b6f&&_0x2d247f[_0x101930(0xea)](_0x2d247f[_0x101930(0x210)](String,_0x1e0b6f)[_0x101930(0x2f6)](),_0x2d247f[_0x101930(0x2f5)])&&_0xed4385&&_0x2d247f[_0x101930(0x210)](String,_0xed4385)[_0x101930(0x2f6)]()['includes'](_0x2d247f['agqjp']);if(!_0x27786a)return![];if(!accessibilityHelper[_0x101930(0x1cb)]())return!this[_0x101930(0x288)]&&(logger[_0x101930(0x1b7)](accessibilityHelper[_0x101930(0x14a)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x330411){return logger['debug'](_0x101930(0x2c5)+_0x330411[_0x101930(0xdf)]),![];}}[a106_0xd47e7c(0x1d4)](_0x19b083,_0x270c1f,_0xc628fc,_0x6e6b37){const _0x18fc19=a106_0xd47e7c,_0x145ac0={};_0x145ac0['LIOAT']=function(_0x705dad,_0x1b1d8c){return _0x705dad||_0x1b1d8c;},_0x145ac0['qwQFU']=function(_0x3767df,_0x3d9449){return _0x3767df&&_0x3d9449;},_0x145ac0['xwvLH']=function(_0x4d58c5,_0x374b66){return _0x4d58c5||_0x374b66;},_0x145ac0['MKzFs']='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x47e87b=_0x145ac0;let _0x58cfa8=_0x47e87b[_0x18fc19(0x2fa)](_0x270c1f,'');const _0x19a82b=!this[_0x18fc19(0x24c)]&&this[_0x18fc19(0x122)]();_0x47e87b['qwQFU'](_0x19a82b,!_0x58cfa8)&&(_0x58cfa8=accessibilityHelper[_0x18fc19(0x1f6)]());const _0x291f20={'command':_0x19b083,'thTestRunUuid':_0x58cfa8,'thBuildUuid':_0x47e87b[_0x18fc19(0x30b)](_0xc628fc,''),'thJwtToken':_0x47e87b['xwvLH'](_0x6e6b37,''),'timestamp':new Date()[_0x18fc19(0x141)]()};return _0x19a82b&&(_0x291f20['is_mobile_session']=!![],logger[_0x18fc19(0x2f1)](_0x47e87b[_0x18fc19(0x2c6)])),_0x291f20;}[a106_0xd47e7c(0x2b8)](_0x2cdd26){const _0x53d13a=a106_0xd47e7c,_0x2da9d3={};_0x2da9d3[_0x53d13a(0x178)]=function(_0x1e34d3,_0x448b02){return _0x1e34d3||_0x448b02;};const _0x2d1c22=_0x2da9d3;try{const _0x70874b=this[_0x53d13a(0x2b2)]?.[_0x53d13a(0x2af)]?.[_0x53d13a(0x303)]||[],_0xdf6b1f=_0x70874b[_0x53d13a(0x2a6)](_0x542e11=>_0x542e11[_0x53d13a(0x2d4)]===_0x2cdd26);return _0x2d1c22[_0x53d13a(0x178)](_0xdf6b1f,null);}catch(_0x2ec6f2){return logger[_0x53d13a(0x2f1)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x2cdd26+':\x20'+_0x2ec6f2[_0x53d13a(0xdf)]),null;}}async[a106_0xd47e7c(0x142)](_0x242c83,_0x1f66dc,_0x1f4439=null){const _0x5e96af=a106_0xd47e7c,_0xb17eb={'JNivL':function(_0x2ed06e,_0xcdc9b1){return _0x2ed06e(_0xcdc9b1);},'ghQGJ':_0x5e96af(0x131)};try{if(!_0x242c83)return logger[_0x5e96af(0x2f1)](_0x5e96af(0x29b)+_0x1f66dc),null;const _0x37c67b=this['getScriptByName'](_0x1f66dc);if(!_0x37c67b||!_0x37c67b[_0x5e96af(0x287)])return logger[_0x5e96af(0x2f1)](_0x5e96af(0x2c1)+_0x1f66dc+_0x5e96af(0x31b)),null;logger['debug'](_0x5e96af(0x2b9)+_0x1f66dc+_0x5e96af(0x220));const _0x1d69f9=_0xb17eb['JNivL'](require,_0xb17eb[_0x5e96af(0x179)]),_0x2016f7=_0x1f4439?await _0x1d69f9[_0x5e96af(0x255)](_0x242c83,_0x37c67b[_0x5e96af(0x287)],_0x1f4439):await _0x1d69f9[_0x5e96af(0x255)](_0x242c83,_0x37c67b[_0x5e96af(0x287)]);return _0x2016f7;}catch(_0x480a30){return logger[_0x5e96af(0x1aa)](_0x5e96af(0x247)+_0x1f66dc+':\x20'+(_0x480a30['stack']||_0x480a30[_0x5e96af(0xdf)])),null;}}async[a106_0xd47e7c(0x248)](_0x1d300b,_0x55eb1d,_0x1926df,_0x1045af,_0x172141,_0x244de2='scan'){const _0x210962=a106_0xd47e7c,_0xb059e0={'ReOWj':function(_0x4d1529,_0x2ce817){return _0x4d1529===_0x2ce817;},'uUpnG':'scan','YcJpx':function(_0xa37e1f,_0x5241c0){return _0xa37e1f(_0x5241c0);},'OEdnm':_0x210962(0x131)};try{logger[_0x210962(0x2f1)](_0x210962(0x212)+_0x1926df+'\x20using\x20script:\x20'+_0x244de2+_0x210962(0x1a3)+_0x172141);const _0x4f6798=this[_0x210962(0x2b8)](_0x244de2);if(!_0x4f6798||!_0x4f6798['command']){logger[_0x210962(0x2f1)](_0x210962(0x180)+_0x244de2+_0x210962(0x20c));return;}if(_0x172141){if(_0x1d300b[BSTACK_SCAN_IN_PROGRESS]){logger[_0x210962(0x2f1)](_0x210962(0x301)+_0x1926df);return;}return await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x2e6)],async()=>{const _0x184e9d=_0x210962;let _0x4a953a=_0x4f6798[_0x184e9d(0x287)];_0x4a953a[_0x184e9d(0x2df)]('%s')&&(_0x4a953a=_0x4a953a[_0x184e9d(0x2b5)]('%s',JSON[_0x184e9d(0x293)](_0x1045af)));logger['debug'](_0x184e9d(0xed)+_0x1926df),_0x1d300b[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x5afa=await _0x1d300b['executeScript'](_0x4a953a);return logger[_0x184e9d(0x1fc)]('[App-A11y]\x20Scan\x20result\x20for\x20'+_0x1926df+':\x20'+util[_0x184e9d(0x172)](_0x5afa)),_0x5afa;}finally{_0x1d300b[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x1926df})();}if(_0xb059e0[_0x210962(0x14d)](_0x244de2,_0xb059e0['uUpnG'])){const _0x57fe2f=_0xb059e0['YcJpx'](require,_0xb059e0['OEdnm']),_0x4e2546={};_0x4e2546[_0x210962(0x287)]=_0x1926df;const _0x448f6c=await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x2e6)],async()=>{const _0x23e26f=_0x210962;return await _0x57fe2f[_0x23e26f(0x255)](_0x1d300b,_0x4f6798['command'],_0x1045af);},_0x4e2546)();return logger[_0x210962(0x1fc)](_0x210962(0x2d9)+_0x244de2+_0x210962(0x217)+_0x1926df+':\x20'+util[_0x210962(0x172)](_0x448f6c)),_0x448f6c;}const _0x38087d=_0xb059e0[_0x210962(0x31c)](require,_0xb059e0[_0x210962(0x1ba)]),_0x11bebe=await PerformanceTester[_0x210962(0x30d)](PerformanceA11yEvents[_0x210962(0x283)],async()=>{const _0x288f27=_0x210962;return await _0x38087d[_0x288f27(0x255)](_0x1d300b,_0x4f6798[_0x288f27(0x287)],_0x1045af);})();return logger[_0x210962(0x1fc)](_0x210962(0x2d9)+_0x244de2+'\x20result\x20for\x20'+_0x1926df+':\x20'+util['format'](_0x11bebe)),_0x11bebe;}catch(_0x3b327b){logger[_0x210962(0x1aa)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x244de2+':\x20'+(_0x3b327b[_0x210962(0x30f)]||_0x3b327b[_0x210962(0xdf)]));}}async[a106_0xd47e7c(0x202)](_0x3cf94c){const _0x594fd4=a106_0xd47e7c,_0x4fbff8={'OSKum':function(_0x379779,_0x3a4a39){return _0x379779(_0x3a4a39);},'ECgdh':'../../../helpers/accessibility-automation/helper'};try{const _0x175af2=_0x4fbff8[_0x594fd4(0x24e)](require,_0x4fbff8[_0x594fd4(0x1a1)]);return await _0x175af2[_0x594fd4(0x13f)](_0x3cf94c);}catch(_0x1c29d1){return logger[_0x594fd4(0x1aa)](_0x594fd4(0x2cb)+(_0x1c29d1['stack']||_0x1c29d1[_0x594fd4(0xdf)])),![];}}[a106_0xd47e7c(0x10c)](_0xf620d2,_0x52d951,_0x1e1174){const _0x92a1d=a106_0xd47e7c,_0x50ef9e={'CGWdQ':function(_0x5bec08,_0x516aa2){return _0x5bec08(_0x516aa2);},'EsPlz':_0x92a1d(0x131),'codBD':_0x92a1d(0x125),'UHvPM':_0x92a1d(0x2f4)};try{const _0x18f3f6=_0x50ef9e[_0x92a1d(0x191)](require,_0x50ef9e['EsPlz']);_0x18f3f6['processAccessibilityCaps'](_0xf620d2,_0x52d951,_0x1e1174);const _0x3c3a12=JSON[_0x92a1d(0x293)](_0xf620d2)[_0x92a1d(0x2b5)](/"browserstack\.user":"[^"]*"/g,_0x50ef9e[_0x92a1d(0x300)])[_0x92a1d(0x2b5)](/"browserstack\.key":"[^"]*"/g,_0x50ef9e['UHvPM']);logger[_0x92a1d(0x2f1)](_0x92a1d(0x10a)+global[_0x92a1d(0x30c)]+'\x20'+_0x3c3a12);}catch(_0x436cec){logger[_0x92a1d(0x1aa)](_0x92a1d(0x1b0)+(_0x436cec[_0x92a1d(0x30f)]||_0x436cec[_0x92a1d(0xdf)]));}}async[a106_0xd47e7c(0xe4)]({fetchFn:_0xa1ac86,isNonEmpty:_0x4e9fee,resultDetail:_0x45d46d,totalMs:_0x523da5,intervalMs:_0x5e5150,name:_0x355895}){const _0x42dfb6=a106_0xd47e7c,_0x442597={'QOqYL':function(_0x14bd95,_0x2fe2be){return _0x14bd95+_0x2fe2be;},'xKXqK':function(_0x42540e,_0x4e0cc3){return _0x42540e<_0x4e0cc3;},'fKrnw':function(_0x17ad93){return _0x17ad93();},'pnxyg':function(_0xd5ac3d,_0x116f70){return _0xd5ac3d(_0x116f70);},'QkIjY':function(_0x1df2ce,_0x3108d2){return _0x1df2ce>=_0x3108d2;},'VgVyC':function(_0x97c88e,_0x1c8ca1){return _0x97c88e-_0x1c8ca1;}},_0x454f3d=Date[_0x42dfb6(0x139)](),_0x4d7b3b=_0x442597[_0x42dfb6(0x310)](_0x454f3d,_0x523da5);let _0x4c3c99=0x0,_0x52dd6c=null,_0x2adad7=![];while(_0x442597['xKXqK'](Date['now'](),_0x4d7b3b)){_0x4c3c99++,_0x52dd6c=await _0x442597[_0x42dfb6(0xe0)](_0xa1ac86),_0x2adad7=_0x442597[_0x42dfb6(0x167)](_0x4e9fee,_0x52dd6c),logger[_0x42dfb6(0x2f1)]('['+_0x355895+']\x20poll\x20attempt='+_0x4c3c99+'\x20'+_0x442597[_0x42dfb6(0x167)](_0x45d46d,_0x52dd6c));if(_0x2adad7)break;if(_0x442597[_0x42dfb6(0x17c)](_0x442597[_0x42dfb6(0x310)](Date[_0x42dfb6(0x139)](),_0x5e5150),_0x4d7b3b))break;await new Promise(_0x230191=>setTimeout(_0x230191,_0x5e5150));}return!_0x2adad7&&logger[_0x42dfb6(0x1b7)]('['+_0x355895+']\x20polled\x20'+_0x4c3c99+'x\x20over\x20'+_0x442597[_0x42dfb6(0x304)](Date['now'](),_0x454f3d)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x442597[_0x42dfb6(0x167)](_0x45d46d,_0x52dd6c)+_0x42dfb6(0x228)),_0x52dd6c;}async[a106_0xd47e7c(0x17f)](_0x59d8,_0x2e1ebf){const _0x57121d=a106_0xd47e7c,_0x1cdf21={};_0x1cdf21['EukIC']=_0x57121d(0x1c3),_0x1cdf21[_0x57121d(0x1f1)]=_0x57121d(0x262),_0x1cdf21[_0x57121d(0x26a)]='utf-8',_0x1cdf21[_0x57121d(0x124)]='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x43c025=_0x1cdf21;try{const _0x3c49a4=process['env'][_0x57121d(0x20f)]||'';logger[_0x57121d(0x1fc)](_0x57121d(0x157)+_0x3c49a4+_0x57121d(0x2ea)+_0x2e1ebf+_0x57121d(0xe6)+_0x59d8);const _0x3a5b3a=await GrpcClient['getInstance']()[_0x57121d(0x1db)](_0x3c49a4,_0x2e1ebf,_0x59d8,_0x43c025[_0x57121d(0x1d5)]);if(!_0x3a5b3a||!_0x3a5b3a[_0x57121d(0x27a)])return logger['warn'](_0x43c025[_0x57121d(0x1f1)]),[];const _0x2448f1=_0x3a5b3a[_0x57121d(0x27a)](),_0x3ed40b=Buffer[_0x57121d(0x29d)](_0x2448f1)[_0x57121d(0x2ce)](_0x43c025[_0x57121d(0x26a)])[_0x57121d(0x185)]();if(!_0x3ed40b)return logger['warn'](_0x43c025[_0x57121d(0x124)]),[];return JSON[_0x57121d(0x30e)](_0x3ed40b);}catch(_0x19eeef){return logger['error']('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x19eeef[_0x57121d(0x30f)]||_0x19eeef['message'])),[];}}async[a106_0xd47e7c(0x29f)](_0x2f5435,_0x522f31){const _0x4e5c41=a106_0xd47e7c,_0x51b438={};_0x51b438[_0x4e5c41(0x28f)]=_0x4e5c41(0x271),_0x51b438[_0x4e5c41(0xdd)]=_0x4e5c41(0x1c0),_0x51b438['xNxaB']='utf-8',_0x51b438[_0x4e5c41(0x1fb)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x51294a=_0x51b438;try{const _0x29eb93=process[_0x4e5c41(0x286)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x4e5c41(0xe7)+_0x29eb93+_0x4e5c41(0x2ea)+_0x522f31+_0x4e5c41(0xe6)+_0x2f5435);const _0x512fca=await GrpcClient['getInstance']()[_0x4e5c41(0x1db)](_0x29eb93,_0x522f31,_0x2f5435,_0x51294a[_0x4e5c41(0x28f)]);if(!_0x512fca||!_0x512fca[_0x4e5c41(0x27a)])return logger[_0x4e5c41(0x1b7)](_0x51294a[_0x4e5c41(0xdd)]),{};const _0x122f66=_0x512fca[_0x4e5c41(0x27a)](),_0x245239=Buffer['from'](_0x122f66)['toString'](_0x51294a['xNxaB'])[_0x4e5c41(0x185)]();if(!_0x245239)return logger[_0x4e5c41(0x1b7)](_0x51294a[_0x4e5c41(0x1fb)]),{};return JSON['parse'](_0x245239);}catch(_0x3bf589){return logger[_0x4e5c41(0x1aa)](_0x4e5c41(0x225)+(_0x3bf589[_0x4e5c41(0x30f)]||_0x3bf589[_0x4e5c41(0xdf)])),{};}}async[a106_0xd47e7c(0x190)](_0x55bb1b){const _0x3bc043=a106_0xd47e7c,_0x464d8d={};_0x464d8d[_0x3bc043(0x183)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x464d8d['FfScY']=function(_0xd0b6b8,_0x548e75){return _0xd0b6b8>_0x548e75;},_0x464d8d[_0x3bc043(0x240)]=_0x3bc043(0x1ab);const _0x277fd3=_0x464d8d;try{if(!this[_0x3bc043(0x2da)]())return logger[_0x3bc043(0x1b7)](_0x277fd3[_0x3bc043(0x183)]),[];const _0x42862f=this[_0x3bc043(0x122)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x277fd3['FfScY'](Object[_0x3bc043(0x112)](_0x42862f)['length'],0x0)&&logger[_0x3bc043(0x2f1)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x3bc043(0x293)](_0x42862f));const _0x2d09ef=await this[_0x3bc043(0xe4)]({'fetchFn':()=>Object[_0x3bc043(0x112)](_0x42862f)[_0x3bc043(0x20e)]>0x0?this[_0x3bc043(0x142)](_0x55bb1b,'getResults',_0x42862f):this['executeScriptByName'](_0x55bb1b,_0x3bc043(0x1c3)),'isNonEmpty':_0xf07dc7=>Array['isArray'](_0xf07dc7)&&_0xf07dc7[_0x3bc043(0x20e)]>0x0,'resultDetail':_0x4081da=>_0x3bc043(0x104)+(Array[_0x3bc043(0x2e3)](_0x4081da)?_0x4081da[_0x3bc043(0x20e)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x277fd3[_0x3bc043(0x240)]});return _0x2d09ef||[];}catch(_0x1f322b){return logger[_0x3bc043(0x1aa)](_0x3bc043(0x193)+(_0x1f322b[_0x3bc043(0x30f)]||_0x1f322b[_0x3bc043(0xdf)])),[];}}async[a106_0xd47e7c(0x154)](_0x4f63db){const _0x114873=a106_0xd47e7c,_0x1b2f23={'VictI':function(_0x2f344a,_0xeaa1c5,_0x523ea2){return _0x2f344a(_0xeaa1c5,_0x523ea2);},'byDDp':_0x114873(0x2ed),'vGuST':function(_0x5c58c9,_0x581e64){return _0x5c58c9(_0x581e64);},'mJYZU':_0x114873(0x271),'UwSZY':_0x114873(0x130),'RGWLM':function(_0x2d23eb,_0x1ff4ea){return _0x2d23eb(_0x1ff4ea);},'LMghV':_0x114873(0x2d3),'ygvmO':function(_0x54f7d2,_0x37374d){return _0x54f7d2===_0x37374d;},'zrscn':_0x114873(0xf0),'yxACn':_0x114873(0x312),'pAYvM':_0x114873(0x18d),'zsTDG':_0x114873(0x174),'HBNZe':_0x114873(0x154),'tYJWt':_0x114873(0x2de),'sYGtP':_0x114873(0x13d),'mHEkT':_0x114873(0x18a),'lwXQt':_0x114873(0x23b),'AJuCU':_0x114873(0x12e),'wazdZ':'object'};try{if(!this[_0x114873(0x2da)]())return logger[_0x114873(0x1b7)](_0x1b2f23['UwSZY']),{};const _0x37e564=_0x1b2f23[_0x114873(0x2cd)](require,_0x1b2f23[_0x114873(0x2d7)]),_0x285eb6=_0x37e564[_0x114873(0x25d)](),_0x366157=_0x1b2f23[_0x114873(0x2d0)](_0x285eb6?.[_0x114873(0x2d4)]?.[_0x114873(0x2f6)](),_0x1b2f23[_0x114873(0x2b1)]);let _0x252e81='',_0x43dd23=null,_0x529770=null;if(_0x366157){_0x43dd23=global[_0x114873(0x2f3)]||global[_0x114873(0x126)]?.[_0x114873(0x1b2)]?.[_0x114873(0x2a3)]||global[_0x114873(0x126)]?.[_0x114873(0x1b2)]?.['id'];if(!_0x43dd23)return logger['warn'](_0x1b2f23['yxACn']),{};try{const _0xe740b2=await GrpcClient[_0x114873(0x1e4)]()[_0x114873(0x2aa)](process[_0x114873(0x286)][_0x114873(0x20f)],_0x1b2f23[_0x114873(0xdc)],_0x1b2f23[_0x114873(0x117)],_0x43dd23),_0x553297=AccessibilityModule['loadDriverExecuteParams'](null,_0xe740b2);_0x252e81=_0x553297?.[_0x114873(0xe1)]||'',logger['debug'](_0x114873(0x27d)+_0x252e81+'\x20from\x20testIdentifier='+_0x43dd23);const _0x5414c9=await AccessibilityModule[_0x114873(0x1b9)](_0x1b2f23['mJYZU'],_0x252e81,_0x43dd23),_0x487157=this[_0x114873(0x1b1)](_0x1b2f23[_0x114873(0x1c7)])||this[_0x114873(0x2b2)][this[_0x114873(0x1be)]]||null,_0x30e8d4=process[_0x114873(0x286)][_0x114873(0x237)]||'',_0x2264fb=this[_0x114873(0x1d4)](_0x1b2f23[_0x114873(0x184)],_0x252e81,_0x487157,_0x30e8d4);_0x529770=_0x37e564['mergeObject'](_0x2264fb,_0x5414c9),logger[_0x114873(0x2f1)](_0x114873(0x26c)+JSON[_0x114873(0x293)](_0x529770));}catch(_0x27e5b2){return logger[_0x114873(0x1aa)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x27e5b2[_0x114873(0xdf)]),{};}}else{_0x252e81=this[_0x114873(0x1b1)](_0x1b2f23[_0x114873(0x21a)])||'';!_0x252e81&&this['isMobileWebSession']()&&(_0x252e81=accessibilityHelper[_0x114873(0x1f6)]());const _0x22bff5=this['getCapabilityValue'](_0x1b2f23[_0x114873(0x1c7)])||this[_0x114873(0x2b2)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x39e3ab=process[_0x114873(0x286)][_0x114873(0x237)]||'';_0x529770=this[_0x114873(0x1d4)](_0x1b2f23['HBNZe'],_0x252e81,_0x22bff5,_0x39e3ab);}logger['debug'](_0x1b2f23[_0x114873(0x1f3)]);const _0x386381=0x15f90,_0x398021=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xc2943b=_0x114873,_0x2b796d=this['executeScriptByName'](_0x4f63db,_0x1b2f23['byDDp'],_0x529770);let _0x170037;const _0x3665aa=new Promise((_0x46cbaa,_0x4673bf)=>{const _0x29fe2e=a106_0xb3c9;_0x170037=_0x1b2f23[_0x29fe2e(0x110)](setTimeout,()=>_0x4673bf(new Error('performScan\x20capped\x20at\x20'+_0x386381+'ms')),_0x386381);});try{const _0x52ea41=await Promise['race']([_0x2b796d,_0x3665aa]);logger['debug'](_0xc2943b(0x163)+util[_0xc2943b(0x172)](_0x52ea41));}finally{_0x1b2f23['vGuST'](clearTimeout,_0x170037);}},{'command':_0x1b2f23[_0x114873(0x184)]})();}catch(_0x1ee1cd){logger['warn'](_0x114873(0x102)+_0x1ee1cd[_0x114873(0xdf)]+_0x114873(0x2ba)),global[_0x114873(0x21d)]={'reason':_0x1b2f23['mHEkT'],'at':Date[_0x114873(0x139)](),'where':_0x1b2f23[_0x114873(0x23d)]},await new Promise(_0x15c5fa=>setTimeout(_0x15c5fa,_0x398021)),logger['debug'](_0x114873(0xda)+_0x398021+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x113111=await this[_0x114873(0xe4)]({'fetchFn':()=>PerformanceTester[_0x114873(0x30d)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x128ddd=_0x114873;return await this[_0x128ddd(0x142)](_0x4f63db,_0x1b2f23[_0x128ddd(0x117)],_0x529770);})(),'isNonEmpty':_0x444bef=>_0x444bef&&typeof _0x444bef[_0x114873(0x177)]===_0x114873(0x282)&&_0x444bef[_0x114873(0x177)]>0x0,'resultDetail':_0xfedd8b=>'totalIssueCount='+(_0xfedd8b&&typeof _0xfedd8b['totalIssueCount']===_0x114873(0x282)?_0xfedd8b[_0x114873(0x177)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1b2f23[_0x114873(0x23d)]});if(!_0x113111)return logger[_0x114873(0x2f1)](_0x1b2f23[_0x114873(0x297)]),{};return _0x1b2f23[_0x114873(0x2d0)](typeof _0x113111,_0x1b2f23[_0x114873(0xfb)])&&global[_0x114873(0x21d)]&&(_0x113111[_0x114873(0x16e)]=!![],_0x113111[_0x114873(0x28a)]=global['__bstackA11yScanCapHit'][_0x114873(0x17a)]),_0x113111;}catch(_0x1c0775){return logger['error'](_0x114873(0x279)+(_0x1c0775[_0x114873(0x30f)]||_0x1c0775[_0x114873(0xdf)])),{};}}async[a106_0xd47e7c(0x16a)](_0x46180,_0x49f57c,_0x43a5d7=null){const _0x32fe5d=a106_0xd47e7c,_0x1c5241={};_0x1c5241[_0x32fe5d(0x2fe)]=_0x32fe5d(0x11b),_0x1c5241[_0x32fe5d(0x2a1)]=_0x32fe5d(0x1d8),_0x1c5241[_0x32fe5d(0x2f0)]=_0x32fe5d(0x12a);const _0x2eb02a=_0x1c5241;try{if(!_0x46180)return logger[_0x32fe5d(0x2f1)](_0x2eb02a['EqQvW']),null;if(!_0x49f57c)return logger[_0x32fe5d(0x2f1)](_0x2eb02a[_0x32fe5d(0x2a1)]),null;logger[_0x32fe5d(0x2f1)](_0x2eb02a[_0x32fe5d(0x2f0)]);const _0x11228e=_0x43a5d7?await _0x46180[_0x32fe5d(0x2d6)](_0x49f57c,_0x43a5d7):await _0x46180[_0x32fe5d(0x2d6)](_0x49f57c);return _0x11228e;}catch(_0x4dfd7c){return logger['error'](_0x32fe5d(0x152)+(_0x4dfd7c[_0x32fe5d(0x30f)]||_0x4dfd7c[_0x32fe5d(0xdf)])),null;}}static[a106_0xd47e7c(0x1e5)](_0x366926,_0x36befd){const _0x5b2bda=a106_0xd47e7c,_0x5502a3={};_0x5502a3[_0x5b2bda(0x1fa)]='utf-8';const _0x1af7bd=_0x5502a3,_0x5864af={};_0x5864af[_0x5b2bda(0xe1)]=_0x366926;const _0x499cd1=_0x5864af;let _0x3358fe={};if(_0x36befd['getSuccess']()&&_0x36befd[_0x5b2bda(0x176)]())try{_0x3358fe=JSON[_0x5b2bda(0x30e)](Buffer['from'](_0x36befd[_0x5b2bda(0x17d)]())[_0x5b2bda(0x2ce)](_0x1af7bd[_0x5b2bda(0x1fa)]));}catch(_0x545530){logger[_0x5b2bda(0x1aa)](_0x5b2bda(0x19f)+_0x545530[_0x5b2bda(0xdf)]),_0x3358fe={};}return CLIUtils[_0x5b2bda(0x2ae)](_0x499cd1,_0x3358fe);}static async['fetchCentralAuthA11yConfig'](_0x1e96a6,_0x33e984='',_0x2ccf9d=null){const _0x2beb6a=a106_0xd47e7c,_0xfa8eb9={};_0xfa8eb9[_0x2beb6a(0x20a)]=_0x2beb6a(0x222),_0xfa8eb9[_0x2beb6a(0x2ad)]=_0x2beb6a(0x18d);const _0x3fbfb6=_0xfa8eb9;try{if(!_0x2ccf9d&&AccessibilityModule[_0x2beb6a(0x150)])return AccessibilityModule[_0x2beb6a(0x2c3)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x2beb6a(0x1aa)](_0x3fbfb6[_0x2beb6a(0x20a)]),{};const _0x351749=await GrpcClient[_0x2beb6a(0x1e4)]()[_0x2beb6a(0x2aa)](process[_0x2beb6a(0x286)][_0x2beb6a(0x20f)],_0x3fbfb6[_0x2beb6a(0x2ad)],_0x1e96a6,_0x2ccf9d),_0x3393f6=_0x2ccf9d?AccessibilityModule[_0x2beb6a(0x1e5)](null,_0x351749)?.[_0x2beb6a(0xe1)]||_0x33e984:_0x33e984,_0x1330e5=AccessibilityModule[_0x2beb6a(0x1e5)](_0x3393f6,_0x351749);return!_0x2ccf9d&&(AccessibilityModule[_0x2beb6a(0x2c3)]=_0x1330e5,AccessibilityModule[_0x2beb6a(0x150)]=!![]),_0x1330e5;}catch(_0x33f5c7){return logger[_0x2beb6a(0x1aa)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x1e96a6+':\x20'+(_0x33f5c7[_0x2beb6a(0x30f)]||_0x33f5c7[_0x2beb6a(0xdf)])),{};}}};module['exports']=AccessibilityModule;
|
|
1
|
+
const a106_0x56793f=a106_0x317f;(function(_0x8c26ef,_0xf888c5){const _0x56aeba=a106_0x317f,_0x1fd13c=_0x8c26ef();while(!![]){try{const _0x23c51f=parseInt(_0x56aeba(0x220))/0x1+-parseInt(_0x56aeba(0x39b))/0x2+parseInt(_0x56aeba(0x390))/0x3*(-parseInt(_0x56aeba(0x3f0))/0x4)+-parseInt(_0x56aeba(0x3f4))/0x5*(parseInt(_0x56aeba(0x356))/0x6)+-parseInt(_0x56aeba(0x3cf))/0x7*(-parseInt(_0x56aeba(0x432))/0x8)+parseInt(_0x56aeba(0x310))/0x9*(-parseInt(_0x56aeba(0x383))/0xa)+parseInt(_0x56aeba(0x1f0))/0xb*(parseInt(_0x56aeba(0x25d))/0xc);if(_0x23c51f===_0xf888c5)break;else _0x1fd13c['push'](_0x1fd13c['shift']());}catch(_0xc26e5d){_0x1fd13c['push'](_0x1fd13c['shift']());}}}(a106_0x5e70,0x558ae));function a106_0x317f(_0x5c5b1d,_0x46bcac){const _0x5e70b9=a106_0x5e70();return a106_0x317f=function(_0x317fb3,_0x2046da){_0x317fb3=_0x317fb3-0x1da;let _0x2cab4c=_0x5e70b9[_0x317fb3];return _0x2cab4c;},a106_0x317f(_0x5c5b1d,_0x46bcac);}function a106_0x5e70(){const _0x669485=['info','__accessibilityOptions','QcWlX','BROWSERSTACK_TESTHUB_JWT','zGwis','WfSGc','getCommandsList','testhub_build_uuid','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=',')\x20result=','HCPnC','registerObserver','fkNYQ','utf-8','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','function','skipCDPConnectOverride','soeTA','gEOpv','getAccessibilityExecuteParams','woaCj','on\x20non-BrowserStack\x20infrastructure\x20','blTfV','join','RZdAr','yyRgB','LcqjI','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','initAccessibilityConfig',',\x20\x0a\x20','kyIIf',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getSuccess','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','XjEoM','getResultResponse','getTrackedInstance','[App-A11y]\x20Scan\x20result\x20for\x20','browser','page','isEnabled','kjLVM','GACdo','NODE_GENERIC','cwcjL','getState','nnpWZ','pnkDT','YwdAQ','saveResults','pCNmO','KEY_INIT','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','totalIssueCount=','accessibility','oDjFt','scannerProcessingTimeout','../../playwright/accessibility-helper','../../../helpers/accessibility-automation/constants','PRE','stopTestCapture','../../../helpers/performance/performance-tester.js','sVNYt','getResultsSummary','is_mobile_session','ZiDsX','sha256',',\x20testCaseEnabled=','mykLl','getValue','toString','QUIT','snBnZ','delete','eNYZd','DzFjl','zoLgP','jIenR','chromeOptions','\x20using\x20script:\x20','hhwCW','goog:chromeOptions','141003ujjjws','crypto','end','arVRn','get','PQRMI','afterTestHook','KEY_TEST_SCOPES','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','isMobileWebSession','LEhwX','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','\x20testHubUuid=','onBeforeExecute:\x20command=','QfUHr','shouldScanCurrentTest','parseA11yJwtPayload',',\x20tags=','scan','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','thTestRunUuid','browserstack.accessibilityOptions.scannerProcessingTimeout','has','yNBvE','Error\x20in\x20getAccessibilityResultsSummary:\x20','cucumber','getScriptsList','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','getResults','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','DXCjh','performScan','browserstack.accessibilityOptions.wcagVersion','nwDUw','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','SAVE_RESULTS','ukUhw','No\x20summaryResults\x20found.','Error\x20in\x20validatePlatformForAccessibility:\x20','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','nNjKk','../TestInfo.js','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','trim','getCapabilityValue','RKzdf','getAccessibilityResults','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','MpLYm','Error\x20executing\x20script\x20','NWvFL','resolveMobileThTestRunUuid','VlYnR','parseFromProto','KCOMD','platformCaps','set','setShouldScan','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','fxCxg','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.',');\x20returning\x20last\x20value','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','DGWuj','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','OFqhr','getCurrentInstanceName','command','kqpQC','MhybE','24OOjcsf','Cnbvm','ZHdqH','commandsToWrap','getPlatformCaps','AccessibilityModule.getResultsSummary','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',',\x20available\x20commands:\x20','../../../helpers/accessibility-automation/scripts','ZfHhY','jedIo','Page\x20','patchSendMessageToServer','message','ajkzF','chrome','onBeforeExecute','onAfterTest','jBJrq','Performing\x20scan\x20before\x20from\x20cli','testInfo','isVersionSupported','DVQMY','BS_A11Y_JWT','not-array','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','[AccessibilityModule.getResultsSummary]\x20waited\x20','DexRJ','getData','gyWGW','slice','Hmvsf','SjYFQ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','finishScanningForCli','HlFHE','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','debug','IdeaW','setAccessibilityToken','sqriE','Error\x20in\x20stopTestCapture:\x20',']\x20polled\x20','instance','hKzbO','140LJQQIX','--headless','__workerDetails','getContext','HecYL','browserstack.accessibilityOptions.scannerVersion','eHBVp','NjNSl',']\x20onAfterTest\x20should\x20scan=','getIsAppAccessibility','test_tags','CXNdC','ZrGLW','3fqTCKD',',\x20isAppAccessibility=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','commandName','excludeTagsInTestingScope','uWURJ','HtIQN','loadAccessibilityConfig','wcagVersion','getAccessibilityConfig','NlZgQ','1268070fnpftg','getGoogleChromeOptions','browserstack.accessibilityOptions.authToken','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','dNyRk','toLowerCase','kgTHc','dQpbp','ujwIi','options','KAzVR','\x20env=','pid','../framework/testFramework','xIpYv','iDwzu','PERFORM_SCAN','updateData','../framework/automationFramework','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Nrhhq','stack','_pollUntilNonEmpty','headless','jIRXD','GRgrC','YsJub','degradedReason','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getName','getCapabilitiesList','__jestCurrentTestIdentifier','ttTxG','MergedScanArgs:\x20','ScanArgs:\x20','DnASf','snFLM','yMaoX','IfPpj','includes','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SIZjb','JUfhr','czHog',',\x20testName=','joEBi','fMUxh','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','OYThH','CwWRz','getTestId','730037qOdprV','jhZsT','getScript','atHmD','ejBxV','qQtSh','TEST_INIT','ORUaa','[AccessibilityModule]\x20onAfterTest:\x20framework=','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','\x20accessibility\x20script\x20on\x20page','\x20script\x20available','JKnkf','\x22browserstack.key\x22:\x22[REDACTED]\x22','includeTagsInTestingScope','Error\x20in\x20initAccessibilityConfig:\x20','./baseModule','Error\x20checking\x20headless\x20capability:\x20','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','shouldScanForCommand','stringify','BfaGw','from','--headless=','nuZPs','\x20->\x20','assign','accessibilityResult','totalIssueCount','getScriptByName','Error\x20applying\x20sendMessageToServer\x20patch:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','env','213492pNjXbz','onBeforeExecute:\x20No\x20command\x20name\x20provided','processAccessibilityCaps','Error\x20in\x20processAccessibilityCaps:\x20','807055jniniS','testAnalyticsId','browserName','fetchCentralAuthA11yConfig','sTACF','mergeObject','dNWeU','getLogDisabledShown','BefPV','Error\x20in\x20shouldScanForCommand:\x20','digest','testData','LOG_DISABLED_SHOWN','null',',\x20excludeTags=','toYLS','getTesthub','ywGwO','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','util','BOMPv','AccessibilityModule.getResults','UGVMa','hzeoG','\x20token_fp=','VbYzw','getAppAccessibilityResults','xzzvs','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','FfByK','toObject','testFramework','bind','appium:platformVersion','number','getTestDetails','android','isPlatformSupported',']\x20poll\x20attempt=','getAppAccessibilityResultsSummary','BmVRg','RkElz','KHrMu','SDK_ACCESSIBILITY_CONFIG','accessibilityToken','MYkfC','present','getBrowserDisplayName','now','\x22browserstack.user\x22:\x22[REDACTED]\x22','Error\x20in\x20getAccessibilityResults:\x20','JrCfH','IdWZh','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','performPageScan','hahhD','POST','browserstack_executor','name','EXECUTE','IxfJg','browser_version','16XPGFdW','test_run_id','getAccessibility','QKHeR','MODULE_NAME','../../utils/constants.js','xoUqB','XYqYj','find','wYkut','toJson','Error\x20getting\x20capability\x20value\x20for\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','tEvfL','zUWXH','accessibilityConfig','jest','map','KEY_TESTHUB_BUILD_ID','requiresChromeOptionsValidation','RmzPK','platformValidation','WVikD','replace','zUKgO',']\x20should\x20run\x20accessibility\x20value=','hkAJv','../../../helpers/classLogger','WIFea','centralAuthToken','afbLC','1164361VGCRfS','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','performPageScan:\x20Script\x20is\x20null','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','xryjg','toISOString','isBrowserSupportedForAccessibility','getInstance','true','accessibilityPlatform','mFMUb','measureWrapper','pwPage','Exception\x20in\x20isPlatformSupported:\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','ZwucB','error','parse','SkScC','format','../framework/constants/testFrameworkConstants.js','HcObq','size','_mobileScanningDisabledLogged','jAMgT','race','lUmZP','Bsfyz','Oddrr','yqUWr','isAccessibilityScriptCommand','Executing\x20','Error\x20in\x20performPageScan:\x20','yruSN','DRIVER_INIT','\x20a11yToken=','_sendMessageServerPatchApplied','executeScriptByName','--headless=new','_centralAuthConfigFetched','\x20from\x20testIdentifier=','iumOI','CedWF','trmny','Error\x20in\x20performScanForCli\x20for\x20script\x20','WSynD','\x20browser\x20version\x20greater\x20than\x20','startsWith','212276FewYfT','MOBILE_SCANNING_DISABLED_WARNING','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','fetchDriverExecuteParamsEvent','performPageScan:\x20Page\x20is\x20null','centralAuthHeader','WNhwh','args','cbspk','KEY_DRIVER_HAS_URL','split','ortyU','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','evaluate','onBeforeExecute:\x20Command\x20','keys','getOptions','EmXEG','rjvPn','zfffp','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','NON_BROWSERSTACK_AUTOMATION_SESSIONS','length','PtQhU','_parseScriptsFromOptions','getMinVersionForBrowser','DRIVER_HAS_URL','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','wRDdG','../cliUtils','nvZuo','_centralAuthA11yConfig','\x20worker=\x22','createHash','performScanForCli','Error\x20getting\x20script\x20by\x20name\x20','brbZY','hqTig','xPzEo','getCurrentAccessibilityStatus',',\x20includeTags=','shouldScanForCommand:\x20','getParamsForScanForCli','zHOLB','string','crjsB','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','CdwyT','performScan\x20capped\x20at\x20','onBeforeTest','vTvaH','hasAccessibilityExecuteParams','mtuSN','concat','titlePath','yTRzl','ACCESSIBILITY_INITIALIZED','Scan\x20result:\x20','DTQqo','applySendMessageToServerPatch','vIeFO','168GYyuKb','tbqHU','[platform\x20-\x20','hHNFu','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getBuildId','../state/hookState','ZtJvY','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','browserStackEvaluate','isAppAccessibility','platformVersion','saveTestResults','OjYhY','QAiQF','WzqVX','isBrowserstackScriptCommand',',\x20sessionId=','browserVersion','SlWyG','kNsQn','loadDriverExecuteParams','currentTest','hhHuK','ecpSm','getPlatformIndex','irjVs','QDaej','cCZae','setAccessibilityConfig','test-tags-->\x20','yUCvw','capabilitiesList','Huxze','bYYmp','wWbKG','IOPhT','POaRF','count=','unknown','appium:platformName','object','rtCAx','version','isMobilePlatform','../../../helpers/helper','mapAf','iXDRW','zLDvW','\x22\x20pid=','executeScriptByName:\x20No\x20','JEST_WORKER_ID','testcafe','warn','../../../helpers/accessibility-automation/helper','some','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','../../../helpers/performance/constants.js','KEY_TEST_NAME','__bstackA11yScanCapHit','isArray','update','testRunId','VgAta','getAccessibilityResultsSummary','Processed\x20accessibility\x20caps\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','isMobileScanningEnabledForGroup','getCapabilities','Context','PszlJ','lgxCm','faFRN','value','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','platformName','gNSVs','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getModuleName','capabilities','nYPbZ','mwxAQ','SeCFd','vktzs','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied',']\x20isEnabledTestcase\x20(cucumber)\x20result=','\x20result\x20for\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','getTestFrameworkDetail','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','launchCaps',',\x20testIdentifier=','BROWSERSTACK_CLI_BIN_SESSION_ID','getTestUUID'];a106_0x5e70=function(){return _0x669485;};return a106_0x5e70();}const BaseModule=require(a106_0x56793f(0x3df)),{createClassLogger}=require(a106_0x56793f(0x1ec)),CLIUtils=require(a106_0x56793f(0x23d)),AutomationFramework=require(a106_0x56793f(0x3ae)),TestFramework=require(a106_0x56793f(0x3a9)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a106_0x56793f(0x263)),GrpcClient=require('../grpcClient'),scripts=require(a106_0x56793f(0x35e)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0x56793f(0x2fb)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x56793f(0x296)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x56793f(0x2f8)),{nestedKeyValue,isUndefined}=require(a106_0x56793f(0x28a)),util=require(a106_0x56793f(0x407)),TestInfo=require(a106_0x56793f(0x339)),TestFrameworkConstants=require(a106_0x56793f(0x204)),accessibilityHelper=require(a106_0x56793f(0x293)),{FRAMEWORKS}=require(a106_0x56793f(0x437));class AccessibilityModule extends BaseModule{static [a106_0x56793f(0x436)]=AccessibilityModule['name'];static [a106_0x56793f(0x217)]=![];static [a106_0x56793f(0x23f)]={};constructor(_0x54740b){const _0x4692e4=a106_0x56793f,_0xa8b4d0={};_0xa8b4d0['LcqjI']=function(_0x556913,_0x1a4a03){return _0x556913===_0x1a4a03;},_0xa8b4d0[_0x4692e4(0x2f0)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0xa8b4d0['EsXUv']=_0x4692e4(0x258),_0xa8b4d0[_0x4692e4(0x2fc)]=_0x4692e4(0x23a),_0xa8b4d0[_0x4692e4(0x3c2)]=_0x4692e4(0x2c5);const _0x481973=_0xa8b4d0;super(),AutomationFramework[_0x4692e4(0x2c9)](AutomationFrameworkState[_0x4692e4(0x42f)],HookState['PRE'],this[_0x4692e4(0x366)][_0x4692e4(0x414)](this)),AutomationFramework[_0x4692e4(0x2c9)](AutomationFrameworkState['CREATE'],HookState[_0x4692e4(0x42c)],this['onBeforeTest'][_0x4692e4(0x414)](this)),AutomationFramework[_0x4692e4(0x2c9)](AutomationFrameworkState[_0x4692e4(0x305)],HookState[_0x4692e4(0x2f9)],this[_0x4692e4(0x367)][_0x4692e4(0x414)](this)),this[_0x4692e4(0x2e6)]=!![],this[_0x4692e4(0x1e0)]=_0x54740b[_0x4692e4(0x412)](),this[_0x4692e4(0x2f4)]=new Map(),this[_0x4692e4(0x400)]=new Map(),this[_0x4692e4(0x267)]=_0x54740b[_0x4692e4(0x38c)]?.()||![],this['capabilities']=[],this[_0x4692e4(0x214)]=![],this['_mobileScanningDisabledLogged']=![],this[_0x4692e4(0x37d)](_0x54740b[_0x4692e4(0x230)]()[_0x4692e4(0x3ba)]());const _0x1efcb0=CLIUtils[_0x4692e4(0x2b7)]();_0x1efcb0&&_0x481973[_0x4692e4(0x2d8)](_0x1efcb0[_0x4692e4(0x42e)],FRAMEWORKS[_0x4692e4(0x2e9)])&&this[_0x4692e4(0x238)](_0x54740b[_0x4692e4(0x230)]()),logger[_0x4692e4(0x37b)](_0x481973['pCNmO']),this[_0x4692e4(0x2f1)]=_0x481973['EsXUv'],this[_0x4692e4(0x229)]=_0x481973[_0x4692e4(0x2fc)],this[_0x4692e4(0x1e3)]=_0x481973[_0x4692e4(0x3c2)];}[a106_0x56793f(0x2e6)](){const _0xcfaff2=a106_0x56793f;return this[_0xcfaff2(0x2e6)];}[a106_0x56793f(0x2ad)](){const _0x46d953=a106_0x56793f;return AccessibilityModule[_0x46d953(0x436)];}['getCurrentAccessibilityStatus'](){const _0x5aa764=a106_0x56793f;return this['accessibility'][_0x5aa764(0x314)](CLIUtils['getCurrentInstanceName'](),![]);}[a106_0x56793f(0x3fb)](){const _0x5e1d69=a106_0x56793f;return this['LOG_DISABLED_SHOWN'][_0x5e1d69(0x314)](CLIUtils[_0x5e1d69(0x352)](),![]);}['setLogDisabledShown'](_0x49633b){const _0x3d5ca0=a106_0x56793f;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x3d5ca0(0x352)](),_0x49633b);}[a106_0x56793f(0x25b)](){const _0x60f622=a106_0x56793f,_0x2f7ac8={'XBgtR':_0x60f622(0x2b3),'cwcjL':function(_0x1e5920,_0x301bf5){return _0x1e5920(_0x301bf5);},'SkScC':'../../utils/playwright-patcher','mwxAQ':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','NjNSl':_0x60f622(0x32b)};if(this[_0x60f622(0x214)]){logger[_0x60f622(0x37b)](_0x2f7ac8['XBgtR']);return;}try{const _0x582c62=_0x2f7ac8[_0x60f622(0x2ea)](require,_0x2f7ac8[_0x60f622(0x202)]);_0x582c62&&_0x582c62[_0x60f622(0x362)]?(_0x582c62['patchSendMessageToServer'](),this[_0x60f622(0x214)]=!![],logger[_0x60f622(0x37b)](_0x2f7ac8[_0x60f622(0x2b0)])):logger[_0x60f622(0x37b)](_0x2f7ac8[_0x60f622(0x38a)]);}catch(_0x42e66a){logger['debug'](_0x60f622(0x3ed)+util['format'](_0x42e66a));}}[a106_0x56793f(0x419)](_0x137072=null,_0x585a4c=null,_0x4bf0c4=null){const _0x43693e=a106_0x56793f,_0x213095={'ujwIi':function(_0x3f96dd,_0xbc2946){return _0x3f96dd&&_0xbc2946;},'vxQkf':'isPlatformSupported:\x20caps\x20are\x20null','mFMUb':function(_0x4e8105,_0x6179a4){return _0x4e8105(_0x6179a4);},'DVQMY':'../../../helpers/helper','QAiQF':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','ZuImV':_0x43693e(0x285),'SIZjb':function(_0x340f5a,_0x15c446){return _0x340f5a===_0x15c446;},'lxwab':_0x43693e(0x418),'aRdxg':_0x43693e(0x415),'wYkut':function(_0x54b5a1,_0x4ea8e1){return _0x54b5a1!==_0x4ea8e1;},'kNsQn':function(_0x316acf,_0x45d12a,_0xfd47b2){return _0x316acf(_0x45d12a,_0xfd47b2);},'nvZuo':function(_0x492eaf,_0x163668){return _0x492eaf(_0x163668);},'qntff':function(_0x1e27eb,_0xe94003){return _0x1e27eb(_0xe94003);},'xIpYv':function(_0x5e5880,_0x1dfca3){return _0x5e5880<_0x1dfca3;},'HtIQN':_0x43693e(0x34c),'BalSY':function(_0x4c44fb,_0x1d48bf){return _0x4c44fb===_0x1d48bf;},'ZwucB':_0x43693e(0x1f8),'blTfV':function(_0x6f6810,_0x6adf71){return _0x6f6810===_0x6adf71;},'EvinS':_0x43693e(0x24c),'oDjFt':_0x43693e(0x2f2),'IjolH':_0x43693e(0x30f),'PszlJ':function(_0x187c90,_0x466436){return _0x187c90!==_0x466436;},'xzzvs':'latest','iDwzu':function(_0x49fbb4){return _0x49fbb4();},'lgxCm':_0x43693e(0x2d3),'nYPbZ':function(_0x5e7680,_0x3f103d){return _0x5e7680(_0x3f103d);},'wWbKG':function(_0x27c783,_0x2dd551){return _0x27c783-_0x2dd551;},'yMaoX':function(_0x2efbc8,_0x7a88c4){return _0x2efbc8>_0x7a88c4;},'Huxze':_0x43693e(0x36f)};try{if(_0x213095[_0x43693e(0x3a4)](!_0x585a4c,!_0x4bf0c4))return logger[_0x43693e(0x37b)](_0x213095['vxQkf']),![];const {isUndefined:_0x55b4c1,isBrowserstackInfra:_0x136ac1}=_0x213095['mFMUb'](require,_0x213095[_0x43693e(0x36c)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x213095[_0x43693e(0x26b)]),![];if(this[_0x43693e(0x267)]){const _0x30e027=(_0x585a4c[_0x43693e(0x2aa)]||_0x585a4c[_0x213095['ZuImV']]||'')[_0x43693e(0x3a1)]();if(_0x213095[_0x43693e(0x3c5)](_0x30e027,_0x213095['lxwab'])){const _0x59947f=_0x585a4c[_0x213095['aRdxg']]||_0x585a4c[_0x43693e(0x268)];if(_0x213095[_0x43693e(0x1da)](_0x59947f,undefined)&&_0x213095[_0x43693e(0x1da)](_0x59947f,null)){const _0x2d0ad5=_0x213095[_0x43693e(0x271)](parseInt,_0x213095[_0x43693e(0x23e)](String,_0x59947f)[_0x43693e(0x22a)]('.')[0x0],0xa);if(!_0x213095['qntff'](isNaN,_0x2d0ad5)&&_0x213095[_0x43693e(0x3aa)](_0x2d0ad5,0xb))return logger[_0x43693e(0x292)]('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x59947f),![];}}return!![];}const _0x273cd5=_0x585a4c[_0x43693e(0x3f6)]||_0x585a4c[_0x43693e(0x2e4)],_0x36aab3=_0x585a4c[_0x43693e(0x26f)]||_0x585a4c[_0x43693e(0x431)];if(!accessibilityHelper[_0x43693e(0x1f6)](_0x273cd5))return logger[_0x43693e(0x292)](_0x213095[_0x43693e(0x396)]),![];if(accessibilityHelper[_0x43693e(0x1e4)](_0x273cd5))try{const _0x3c6240=_0x585a4c[_0x43693e(0x3b3)],_0x3caea3=_0x213095[_0x43693e(0x3c5)](_0x3c6240,!![])||_0x213095['BalSY'](_0x3c6240,_0x213095[_0x43693e(0x1ff)])||_0x213095[_0x43693e(0x2d4)](typeof _0x3c6240,_0x213095['EvinS'])&&_0x213095[_0x43693e(0x2d4)](_0x3c6240['toLowerCase'](),_0x213095['ZwucB']);if(_0x3caea3)return logger['warn'](_0x213095[_0x43693e(0x2f5)]),![];const _0x1a6f11=_0x585a4c?.[_0x43693e(0x30c)]?.[_0x43693e(0x227)]||_0x585a4c?.[_0x213095['IjolH']]?.['args']||[];if(Array[_0x43693e(0x299)](_0x1a6f11)&&_0x1a6f11[_0x43693e(0x294)](_0x11550a=>typeof _0x11550a==='string'&&(_0x11550a===_0x43693e(0x384)||_0x11550a[_0x43693e(0x21f)](_0x43693e(0x3e6))&&_0x11550a!==_0x43693e(0x216))))return logger['warn'](_0x213095[_0x43693e(0x2f5)]),![];}catch(_0x2a7f8e){logger[_0x43693e(0x37b)](_0x43693e(0x3e0)+util['format'](_0x2a7f8e));}if(_0x213095[_0x43693e(0x2a3)](_0x36aab3,_0x213095[_0x43693e(0x40f)])){const _0x3b1254=_0x213095[_0x43693e(0x3ab)](_0x136ac1),_0x1ab94e=accessibilityHelper[_0x43693e(0x239)](_0x273cd5,_0x3b1254),_0x283953=accessibilityHelper[_0x43693e(0x423)](_0x273cd5);if(!accessibilityHelper[_0x43693e(0x36b)](_0x36aab3,_0x1ab94e)){const _0x151db8=_0x3b1254?'':_0x213095[_0x43693e(0x2a4)],_0x4fdbaf=Number['isFinite'](_0x213095[_0x43693e(0x2af)](parseFloat,_0x1ab94e))?_0x213095[_0x43693e(0x280)](_0x213095[_0x43693e(0x23e)](parseFloat,_0x1ab94e),0x1):_0x1ab94e;return logger[_0x43693e(0x292)](_0x43693e(0x2df)+_0x283953+_0x43693e(0x21e)+_0x4fdbaf+'\x20'+_0x151db8+'.'),![];}}else{const _0x3c93e0=_0x585a4c[_0x43693e(0x26f)]||_0x585a4c[_0x43693e(0x431)]||_0x585a4c[_0x43693e(0x288)];if(_0x3c93e0&&_0x213095['wYkut'](_0x3c93e0,_0x213095['xzzvs'])&&!_0x213095[_0x43693e(0x3c1)](_0x213095[_0x43693e(0x1fa)](parseFloat,_0x3c93e0),_0x213095['nYPbZ'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x43693e(0x292)](_0x213095[_0x43693e(0x27e)]),![];}return!![];}catch(_0x13bd86){return logger[_0x43693e(0x37b)](_0x43693e(0x1fd)+_0x13bd86[_0x43693e(0x363)]),![];}}['isEnabledTestcase'](_0x83cb55=[],_0x33c272,_0x2634de='cucumber'){const _0x483ffb=a106_0x56793f,_0x478a90={'Hmvsf':function(_0x2fadd3,_0x1298a6){return _0x2fadd3===_0x1298a6;},'tphDC':_0x483ffb(0x1e1),'FUqmN':function(_0x540386,_0x37b407){return _0x540386||_0x37b407;},'RkElz':function(_0x13b1d7,_0x17406f){return _0x13b1d7===_0x17406f;},'HcObq':function(_0x1ba95b,_0x39ff6f){return _0x1ba95b===_0x39ff6f;},'IxfJg':function(_0x447601,_0x5281f4){return _0x447601&&_0x5281f4;},'kqpQC':_0x483ffb(0x284),'HecYL':function(_0x7741aa,_0x3843ba){return _0x7741aa(_0x3843ba);},'ZHdqH':function(_0xb31877,_0x192998){return _0xb31877>_0x192998;},'WVikD':function(_0x4b84bb,_0x1f826b){return _0x4b84bb&&_0x1f826b;}};try{const _0x47c329=process[_0x483ffb(0x3ef)][_0x483ffb(0x377)]?JSON[_0x483ffb(0x201)](process[_0x483ffb(0x3ef)][_0x483ffb(0x377)]):null;if(!_0x47c329)return!![];const _0x402d28=Array[_0x483ffb(0x299)](_0x47c329[_0x483ffb(0x3dd)])?_0x47c329[_0x483ffb(0x3dd)]:[],_0x32d475=Array['isArray'](_0x47c329[_0x483ffb(0x394)])?_0x47c329[_0x483ffb(0x394)]:[];if(_0x478a90[_0x483ffb(0x375)](_0x2634de,_0x478a90['tphDC'])||_0x478a90['Hmvsf'](_0x2634de,FRAMEWORKS[_0x483ffb(0x2e9)])){let _0x547bb0;Array[_0x483ffb(0x299)](_0x83cb55)?_0x547bb0=_0x83cb55[_0x483ffb(0x2d5)]('\x20'):_0x547bb0=_0x478a90['FUqmN'](_0x83cb55,'');const _0x48d657=_0x351cf5=>_0x2634de===FRAMEWORKS[_0x483ffb(0x2e9)]&&typeof _0x351cf5===_0x483ffb(0x24c)?_0x351cf5['replace'](/^@/,'')[_0x483ffb(0x3a1)]()[_0x483ffb(0x33b)]():_0x351cf5,_0x5a5b09=_0x478a90[_0x483ffb(0x41d)](_0x2634de,FRAMEWORKS[_0x483ffb(0x2e9)])?_0x547bb0[_0x483ffb(0x3a1)]():_0x547bb0,_0x202861=_0x32d475[_0x483ffb(0x294)](_0x354683=>_0x5a5b09['includes'](_0x48d657(_0x354683))),_0x12b48a=_0x478a90[_0x483ffb(0x205)](_0x402d28[_0x483ffb(0x236)],0x0)||_0x402d28[_0x483ffb(0x294)](_0x591514=>_0x5a5b09[_0x483ffb(0x3c3)](_0x48d657(_0x591514))),_0x415c55=_0x478a90[_0x483ffb(0x430)](!_0x202861,_0x12b48a);return logger[_0x483ffb(0x37b)]('[platform\x20-\x20'+(_0x33c272?.['getPlatformIndex']?.()||_0x478a90[_0x483ffb(0x354)])+']\x20isEnabledTestcase\x20('+_0x2634de+_0x483ffb(0x2c7)+_0x415c55+_0x483ffb(0x3c8)+_0x547bb0+_0x483ffb(0x248)+JSON[_0x483ffb(0x3e3)](_0x402d28)+_0x483ffb(0x402)+JSON[_0x483ffb(0x3e3)](_0x32d475)),_0x415c55;}const _0x691bae=Array[_0x483ffb(0x299)](_0x83cb55)?_0x83cb55:[];let _0x18843a=![],_0x28e7c4=_0x478a90[_0x483ffb(0x41d)](_0x402d28[_0x483ffb(0x236)],0x0);const _0x47d907=_0x531b53=>typeof _0x531b53===_0x483ffb(0x24c)?_0x531b53[_0x483ffb(0x1e8)](/^@/,'')[_0x483ffb(0x3a1)]()[_0x483ffb(0x33b)]():_0x531b53,_0x2a2742=new Set(_0x402d28['map'](_0x47d907)),_0x32951d=new Set(_0x32d475['map'](_0x47d907));for(const _0x38b9d3 of _0x691bae){const _0x58a793=_0x478a90[_0x483ffb(0x387)](_0x47d907,_0x38b9d3);_0x32951d['has'](_0x58a793)&&(_0x18843a=!![]),_0x478a90[_0x483ffb(0x358)](_0x2a2742[_0x483ffb(0x206)],0x0)&&_0x2a2742[_0x483ffb(0x326)](_0x58a793)&&(_0x28e7c4=!![]);}const _0x14ee6b=_0x478a90[_0x483ffb(0x1e7)](_0x28e7c4,!_0x18843a);return logger[_0x483ffb(0x37b)](_0x483ffb(0x25f)+(_0x33c272?.['getPlatformIndex']?.()||_0x478a90[_0x483ffb(0x354)])+_0x483ffb(0x2b4)+_0x14ee6b+_0x483ffb(0x321)+JSON['stringify'](_0x691bae)+_0x483ffb(0x248)+JSON[_0x483ffb(0x3e3)](_0x402d28)+_0x483ffb(0x402)+JSON['stringify'](_0x32d475)),_0x14ee6b;}catch(_0x6cdbe){return logger[_0x483ffb(0x37b)](_0x483ffb(0x25f)+(_0x33c272?.[_0x483ffb(0x276)]?.()||_0x478a90[_0x483ffb(0x354)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x6cdbe[_0x483ffb(0x363)]),![];}}async[a106_0x56793f(0x251)](_0x1c52c6){const _0x16a44a=a106_0x56793f,_0x194085={};_0x194085[_0x16a44a(0x40b)]=function(_0xfc38b8,_0x3f91f7){return _0xfc38b8!==_0x3f91f7;},_0x194085['CXNdC']='cucumber',_0x194085[_0x16a44a(0x233)]=function(_0x6e4f11,_0x2375fb){return _0x6e4f11!==_0x2375fb;},_0x194085[_0x16a44a(0x2ff)]=_0x16a44a(0x1e1),_0x194085['cCZae']=_0x16a44a(0x291),_0x194085[_0x16a44a(0x254)]=function(_0x1bf5ec,_0x4bf3c9){return _0x1bf5ec===_0x4bf3c9;},_0x194085[_0x16a44a(0x277)]='true',_0x194085[_0x16a44a(0x389)]=function(_0x40685e,_0x514c57){return _0x40685e&&_0x514c57;},_0x194085[_0x16a44a(0x40a)]=_0x16a44a(0x3d5),_0x194085[_0x16a44a(0x20d)]=_0x16a44a(0x34e),_0x194085[_0x16a44a(0x270)]=_0x16a44a(0x34a),_0x194085['xPzEo']=_0x16a44a(0x212),_0x194085[_0x16a44a(0x21a)]=_0x16a44a(0x1f3),_0x194085[_0x16a44a(0x435)]=function(_0x21ebe0,_0x4da396){return _0x21ebe0===_0x4da396;},_0x194085['FZJNf']='Unknown\x20Test',_0x194085[_0x16a44a(0x2e0)]=function(_0x509d29,_0xccd38c){return _0x509d29>_0xccd38c;},_0x194085['jIRXD']=function(_0x598594,_0x33d75e){return _0x598594===_0x33d75e;},_0x194085[_0x16a44a(0x2a5)]=_0x16a44a(0x2cd),_0x194085[_0x16a44a(0x403)]='test_tags',_0x194085[_0x16a44a(0x438)]=function(_0x39eb77,_0x13097d){return _0x39eb77&&_0x13097d;},_0x194085[_0x16a44a(0x2ca)]=_0x16a44a(0x284);const _0x27a4a5=_0x194085;if(_0x27a4a5[_0x16a44a(0x40b)](_0x1c52c6[_0x16a44a(0x413)],_0x27a4a5[_0x16a44a(0x38e)])&&_0x27a4a5[_0x16a44a(0x233)](_0x1c52c6[_0x16a44a(0x413)],_0x27a4a5[_0x16a44a(0x2ff)])&&_0x27a4a5[_0x16a44a(0x40b)](_0x1c52c6[_0x16a44a(0x413)],_0x27a4a5[_0x16a44a(0x279)])&&_0x27a4a5['zfffp'](_0x1c52c6[_0x16a44a(0x413)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x16a44a(0x37b)](_0x16a44a(0x3cb)+_0x1c52c6[_0x16a44a(0x413)]+')');return;}try{const _0x137955=AutomationFramework[_0x16a44a(0x2e2)](),_0x294999=TestFramework[_0x16a44a(0x2e2)](),_0x1aaee1=_0x1c52c6[_0x16a44a(0x2e5)]||global[_0x16a44a(0x385)]?.[_0x16a44a(0x1fc)]||null;if(_0x27a4a5[_0x16a44a(0x254)](_0x1c52c6['testFramework'],_0x27a4a5[_0x16a44a(0x279)])){const _0x78ddfd=_0x1c52c6[_0x16a44a(0x347)]||_0x137955&&_0x137955[_0x16a44a(0x35a)]&&_0x137955[_0x16a44a(0x35a)]()||_0x137955&&_0x137955[_0x16a44a(0x2a1)]&&_0x137955[_0x16a44a(0x2a1)]()||{},_0xd6d621=_0x1c52c6[_0x16a44a(0x2ba)]||null,_0x56a079=this[_0x16a44a(0x419)](_0x137955,_0x78ddfd,_0xd6d621),_0xd37fdd=CLIUtils[_0x16a44a(0x352)]();this[_0x16a44a(0x2f4)][_0x16a44a(0x348)](_0xd37fdd,_0x56a079);global[_0x16a44a(0x2a2)]?.[_0x16a44a(0x386)]&&global[_0x16a44a(0x2a2)]['getContext']()[_0x16a44a(0x349)](_0x56a079);_0x56a079?(global[_0x16a44a(0x1f9)]=!![],process['env'][_0x16a44a(0x3c4)]=_0x27a4a5[_0x16a44a(0x277)]):global[_0x16a44a(0x1f9)]=![];logger[_0x16a44a(0x37b)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x56a079);return;}if(_0x27a4a5[_0x16a44a(0x254)](_0x1c52c6[_0x16a44a(0x413)],FRAMEWORKS[_0x16a44a(0x2e9)])){const _0x4f7cbb=_0x1c52c6[_0x16a44a(0x3ff)]||{},_0x1f86f2=_0x4f7cbb[TestFrameworkConstants[_0x16a44a(0x317)]],_0x366800=_0x4f7cbb[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x3e1793=(Array[_0x16a44a(0x299)](_0x1f86f2)?_0x1f86f2[_0x16a44a(0x255)](_0x366800)[_0x16a44a(0x2d5)]('\x20'):_0x366800)[_0x16a44a(0x33b)](),_0x135c8a=_0x1c52c6[_0x16a44a(0x347)]||_0x137955&&_0x137955[_0x16a44a(0x35a)]&&_0x137955[_0x16a44a(0x35a)]()||_0x137955&&_0x137955[_0x16a44a(0x2a1)]&&_0x137955[_0x16a44a(0x2a1)]()||{},_0x3597d3=this[_0x16a44a(0x419)](_0x137955,_0x135c8a,_0x1c52c6[_0x16a44a(0x2ba)]||null),_0xd773f9=this['isEnabledTestcase'](_0x3e1793,_0x137955,FRAMEWORKS['NODE_GENERIC']),_0xc45a1a=_0x27a4a5['eHBVp'](_0x3597d3,_0xd773f9),_0x48b372=CLIUtils['getCurrentInstanceName']();this[_0x16a44a(0x2f4)][_0x16a44a(0x348)](_0x48b372,_0xc45a1a);global[_0x16a44a(0x2a2)]?.[_0x16a44a(0x386)]&&global[_0x16a44a(0x2a2)]['getContext']()[_0x16a44a(0x349)](_0xc45a1a);_0xc45a1a?(global[_0x16a44a(0x1f9)]=!![],process[_0x16a44a(0x3ef)][_0x16a44a(0x3c4)]=_0x27a4a5[_0x16a44a(0x277)],this[_0x16a44a(0x25b)]()):global[_0x16a44a(0x1f9)]=![];_0x294999&&_0x294999['updateData'](_0x27a4a5[_0x16a44a(0x40a)],!![]);logger[_0x16a44a(0x37b)](_0x16a44a(0x33a)+_0x3597d3+_0x16a44a(0x301)+_0xd773f9+_0x16a44a(0x3c8)+_0x3e1793);return;}if(!_0x1aaee1){_0x294999&&_0x294999[_0x16a44a(0x3ad)](_0x27a4a5[_0x16a44a(0x40a)],!![]);logger[_0x16a44a(0x37b)](_0x27a4a5[_0x16a44a(0x20d)]);return;}logger[_0x16a44a(0x37b)](_0x27a4a5[_0x16a44a(0x270)]);const _0x482c3d=_0x294999?.[_0x16a44a(0x372)](_0x27a4a5['xPzEo'],![]),_0x34a1d4=_0x294999?.['getData'](_0x27a4a5[_0x16a44a(0x40a)],![]);if(_0x27a4a5[_0x16a44a(0x254)](_0x482c3d,![])&&_0x27a4a5[_0x16a44a(0x254)](_0x34a1d4,![])){_0x294999&&_0x294999[_0x16a44a(0x3ad)](_0x27a4a5[_0x16a44a(0x246)],!![]);logger[_0x16a44a(0x37b)](_0x27a4a5[_0x16a44a(0x21a)]);return;}_0x294999&&_0x294999[_0x16a44a(0x3ad)](_0x27a4a5[_0x16a44a(0x40a)],!![]);let _0x356e1a,_0x4e465d;const _0x4b428a=_0x1c52c6[_0x16a44a(0x413)]||_0x27a4a5[_0x16a44a(0x38e)];if(_0x27a4a5[_0x16a44a(0x435)](_0x4b428a,_0x27a4a5[_0x16a44a(0x2ff)])){_0x4e465d=_0x1c52c6[_0x16a44a(0x36a)]?.[_0x16a44a(0x3f5)]||_0x1c52c6[_0x16a44a(0x36a)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x16a44a(0x385)]?.[_0x16a44a(0x273)]?.[_0x16a44a(0x3f5)]||global[_0x16a44a(0x385)]?.[_0x16a44a(0x273)]?.['id'];const _0x4f7dca=_0x294999?.['getAllData']()?.[_0x16a44a(0x314)](_0x4e465d);if(_0x4f7dca&&_0x4f7dca[TestFrameworkConstants[_0x16a44a(0x297)]])_0x356e1a=_0x4f7dca[TestFrameworkConstants[_0x16a44a(0x297)]];else{if(_0x1c52c6[_0x16a44a(0x36a)]?.[_0x16a44a(0x256)])_0x356e1a=_0x1c52c6[_0x16a44a(0x36a)][_0x16a44a(0x256)];else global[_0x16a44a(0x385)]?.[_0x16a44a(0x273)]?.[_0x16a44a(0x36a)]?.[_0x16a44a(0x256)]?_0x356e1a=global[_0x16a44a(0x385)][_0x16a44a(0x273)][_0x16a44a(0x36a)]['titlePath']:_0x356e1a=_0x27a4a5['FZJNf'];}logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x4e465d+',\x20testName='+JSON[_0x16a44a(0x3e3)](_0x356e1a));}else{_0x4e465d=this[_0x16a44a(0x3ce)](_0x1c52c6);const _0x1250b1=TestInfo[_0x16a44a(0x417)](_0x4e465d);let _0x33e088=[];if(_0x1250b1&&Array[_0x16a44a(0x299)](_0x1250b1[_0x16a44a(0x38d)])&&_0x27a4a5[_0x16a44a(0x2e0)](_0x1250b1['test_tags'][_0x16a44a(0x236)],0x0))_0x33e088=_0x1250b1[_0x16a44a(0x38d)];else{if(_0x294999){const _0x2a980e=_0x27a4a5[_0x16a44a(0x3b4)](typeof _0x294999[_0x16a44a(0x372)],_0x27a4a5[_0x16a44a(0x2a5)])?_0x294999[_0x16a44a(0x372)](_0x27a4a5[_0x16a44a(0x403)],[]):_0x294999[_0x16a44a(0x38d)]||[];Array[_0x16a44a(0x299)](_0x2a980e)&&(_0x33e088=_0x2a980e);}}_0x356e1a=_0x33e088;}logger[_0x16a44a(0x2be)](_0x16a44a(0x27b)+JSON[_0x16a44a(0x3e3)](_0x356e1a));const _0x1e2e4b=this[_0x16a44a(0x419)](_0x137955,_0x1c52c6[_0x16a44a(0x347)],_0x1c52c6[_0x16a44a(0x2ba)]);logger[_0x16a44a(0x37b)](_0x16a44a(0x2b8)+_0x1e2e4b+_0x16a44a(0x391)+this[_0x16a44a(0x267)]);const _0x1e61d9=this['isEnabledTestcase'](_0x356e1a,_0x137955,_0x4b428a),_0x4d7f10=_0x27a4a5[_0x16a44a(0x438)](_0x1e2e4b,_0x1e61d9),_0x2335d2=CLIUtils[_0x16a44a(0x352)]();this[_0x16a44a(0x2f4)][_0x16a44a(0x348)](_0x2335d2,_0x4d7f10),global[_0x16a44a(0x2a2)]?.['getContext']&&global['Context'][_0x16a44a(0x386)]()[_0x16a44a(0x349)](_0x4d7f10),logger['debug']('[platform\x20-\x20'+(_0x137955?.[_0x16a44a(0x276)]?.()||_0x27a4a5[_0x16a44a(0x2ca)])+_0x16a44a(0x1ea)+_0x4d7f10),_0x4d7f10?(global[_0x16a44a(0x1f9)]=!![],process[_0x16a44a(0x3ef)][_0x16a44a(0x3c4)]=_0x27a4a5[_0x16a44a(0x277)],this[_0x16a44a(0x25b)]()):global[_0x16a44a(0x1f9)]=![];}catch(_0x2172a9){logger[_0x16a44a(0x200)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x2172a9['stack']||_0x2172a9[_0x16a44a(0x363)]));const _0x730ddd=CLIUtils[_0x16a44a(0x352)]();this['accessibility']['set'](_0x730ddd,![]),global['accessibilityPlatform']=![];}}[a106_0x56793f(0x39c)](){const _0x3b02d0=a106_0x56793f;return this['capabilities']['find'](_0x3a0d3b=>_0x3a0d3b[_0x3b02d0(0x3b9)]()===_0x3b02d0(0x30f))?.[_0x3b02d0(0x303)]()||'';}[a106_0x56793f(0x33c)](_0x3e41b9){const _0x38e42f=a106_0x56793f;try{const _0x313dba=this[_0x38e42f(0x1e0)]?.[_0x38e42f(0x3a5)]?.[_0x38e42f(0x27d)]||[],_0x2d3578=_0x313dba[_0x38e42f(0x43a)](_0x33cf9c=>_0x33cf9c['name']===_0x3e41b9);return _0x2d3578?_0x2d3578[_0x38e42f(0x2a6)]:null;}catch(_0x3df3c9){return logger['debug'](_0x38e42f(0x1dc)+_0x3e41b9+':\x20'+_0x3df3c9[_0x38e42f(0x363)]),null;}}async[a106_0x56793f(0x27a)](_0x1fc270,_0x3ae136){const _0x2a59e2=a106_0x56793f,_0x438292=_0x1fc270[_0x2a59e2(0x434)]()[_0x2a59e2(0x230)]();this[_0x2a59e2(0x238)](_0x438292),this[_0x2a59e2(0x2ae)]=_0x438292[_0x2a59e2(0x3ba)](),await this['setAccessibilityToken'](this['capabilities'],_0x3ae136[_0x2a59e2(0x2ba)]);}['_parseScriptsFromOptions'](_0x2124c0){const _0x28d2dd=a106_0x56793f,_0x35ad81={};_0x35ad81[_0x28d2dd(0x35f)]=function(_0x1e77bc,_0x47abac){return _0x1e77bc>_0x47abac;},_0x35ad81[_0x28d2dd(0x327)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x35ad81[_0x28d2dd(0x342)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x145ff7=_0x35ad81;try{const _0x57d3ba=_0x2124c0[_0x28d2dd(0x32a)](),_0x42d15b=_0x2124c0['getCommandsToWrap']()?.[_0x28d2dd(0x2c4)]();_0x57d3ba&&_0x145ff7[_0x28d2dd(0x35f)](_0x57d3ba[_0x28d2dd(0x236)],0x0)?(scripts[_0x28d2dd(0x345)](_0x57d3ba,_0x42d15b),scripts[_0x28d2dd(0x1db)](),logger['debug'](_0x145ff7[_0x28d2dd(0x327)])):logger['debug'](_0x145ff7['NWvFL']);}catch(_0xd822c5){logger[_0x28d2dd(0x37b)]('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0xd822c5[_0x28d2dd(0x363)]);}}async[a106_0x56793f(0x37d)](_0x3b3c3a,_0x26d4f1={}){const _0x546e2c=a106_0x56793f,_0x122ff3={'POaRF':_0x546e2c(0x36e),'nnpWZ':'main','hhHuK':function(_0x31e97e,_0x4575a4){return _0x31e97e===_0x4575a4;},'lUmZP':_0x546e2c(0x420),'vIeFO':function(_0x3de740,_0x45aafa){return _0x3de740(_0x45aafa);},'WoUBf':_0x546e2c(0x311),'XPfeh':_0x546e2c(0x300),'ortyU':'hex','sTACF':function(_0x558458,_0x514ba1){return _0x558458||_0x514ba1;},'OjYhY':_0x546e2c(0x39d),'NlZgQ':'../../../helpers/accessibility-automation/helper','gNSVs':_0x546e2c(0x28a),'hlMqB':function(_0x560256,_0x3d0e92){return _0x560256===_0x3d0e92;},'YHjre':_0x546e2c(0x398),'WfSGc':_0x546e2c(0x330),'sFysC':function(_0x1e8812,_0x385408){return _0x1e8812===_0x385408;},'WSynD':'scannerVersion','snFLM':_0x546e2c(0x388),'Koclx':_0x546e2c(0x2f6),'uiDqD':_0x546e2c(0x325),'qegVn':function(_0x57fdc8,_0x17e08d){return _0x57fdc8===_0x17e08d;},'kyIIf':_0x546e2c(0x2a0),'IdWZh':function(_0x3d8eaa,_0x488b0f){return _0x3d8eaa(_0x488b0f);},'gyWGW':function(_0x441ac0,_0x1e681d){return _0x441ac0===_0x1e681d;},'nwDUw':_0x546e2c(0x1f8)};global['__accessibilityOptions']=global[_0x546e2c(0x2bf)]||{};const _0x122d73=Array[_0x546e2c(0x299)](_0x3b3c3a)?_0x3b3c3a[_0x546e2c(0x236)]:_0x122ff3[_0x546e2c(0x282)];logger[_0x546e2c(0x37b)](_0x546e2c(0x2a7)+_0x122d73+_0x546e2c(0x240)+(process[_0x546e2c(0x3ef)][_0x546e2c(0x290)]||_0x122ff3[_0x546e2c(0x2ec)])+'\x22\x20pid='+process[_0x546e2c(0x3a8)]);for(const _0x5a90e1 of _0x3b3c3a){logger['debug'](_0x546e2c(0x2d9)+_0x5a90e1['getName']());if(_0x122ff3[_0x546e2c(0x274)](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3[_0x546e2c(0x20a)])){const _0x1821cb=_0x5a90e1[_0x546e2c(0x303)](),_0x22d949=_0x1821cb?_0x122ff3[_0x546e2c(0x25c)](require,_0x122ff3['WoUBf'])[_0x546e2c(0x241)](_0x122ff3['XPfeh'])[_0x546e2c(0x29a)](_0x1821cb)[_0x546e2c(0x3fe)](_0x122ff3[_0x546e2c(0x22b)])[_0x546e2c(0x374)](0x0,0x8):'';logger[_0x546e2c(0x2be)](_0x546e2c(0x234)+_0x122ff3[_0x546e2c(0x3f8)](_0x1821cb,'')[_0x546e2c(0x236)]+_0x546e2c(0x40c)+_0x22d949+_0x546e2c(0x240)+(process[_0x546e2c(0x3ef)]['JEST_WORKER_ID']||_0x122ff3['nnpWZ'])+_0x546e2c(0x28e)+process[_0x546e2c(0x3a8)]),process[_0x546e2c(0x3ef)]['BS_A11Y_JWT']=_0x1821cb,global[_0x546e2c(0x2bf)][_0x122ff3[_0x546e2c(0x26a)]]=_0x1821cb;const _0x51a9b=_0x122ff3[_0x546e2c(0x25c)](require,_0x122ff3[_0x546e2c(0x39a)]),{isTrue:_0x3c5ee3}=_0x122ff3['vIeFO'](require,_0x122ff3[_0x546e2c(0x2ab)]),_0x3352ab=_0x51a9b[_0x546e2c(0x320)](_0x1821cb);_0x3352ab&&_0x122ff3[_0x546e2c(0x25c)](_0x3c5ee3,_0x3352ab[_0x546e2c(0x2ce)])&&(process[_0x546e2c(0x3ef)][_0x546e2c(0x350)]=!![]);}else{if(_0x122ff3['hlMqB'](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3['YHjre']))global['__accessibilityOptions'][_0x122ff3[_0x546e2c(0x2c3)]]=_0x5a90e1[_0x546e2c(0x303)]();else{if(_0x122ff3['sFysC'](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3[_0x546e2c(0x21d)]))global['__accessibilityOptions'][_0x122ff3[_0x546e2c(0x3c0)]]=_0x5a90e1[_0x546e2c(0x303)]();else{if(_0x122ff3[_0x546e2c(0x274)](_0x5a90e1['getName'](),_0x122ff3['Koclx']))global[_0x546e2c(0x2bf)][_0x122ff3['uiDqD']]=_0x5a90e1[_0x546e2c(0x303)]();else{if(_0x122ff3['qegVn'](_0x5a90e1[_0x546e2c(0x3b9)](),_0x122ff3[_0x546e2c(0x2dc)])){const _0x5a68ad=_0x5a90e1[_0x546e2c(0x303)]();process[_0x546e2c(0x3ef)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x122ff3[_0x546e2c(0x428)](String,_0x122ff3['sFysC'](_0x5a68ad,!![])||_0x122ff3[_0x546e2c(0x373)](_0x5a68ad,_0x122ff3[_0x546e2c(0x331)])),logger[_0x546e2c(0x37b)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x5a68ad+_0x546e2c(0x3a7)+process[_0x546e2c(0x3ef)][_0x546e2c(0x39e)]);}}}}}}}async['onAfterTest'](_0xa8e5b1){const _0x3c8613=a106_0x56793f,_0x4878ad={};_0x4878ad[_0x3c8613(0x37e)]=function(_0x54bdbf,_0x593957){return _0x54bdbf!==_0x593957;},_0x4878ad[_0x3c8613(0x3ca)]=_0x3c8613(0x329),_0x4878ad[_0x3c8613(0x25a)]=_0x3c8613(0x1e1),_0x4878ad['ojDqj']=_0x3c8613(0x291),_0x4878ad['YwdAQ']=_0x3c8613(0x284);const _0x4bb8aa=_0x4878ad;if(_0x4bb8aa['sqriE'](_0xa8e5b1[_0x3c8613(0x413)],_0x4bb8aa['fMUxh'])&&_0x4bb8aa[_0x3c8613(0x37e)](_0xa8e5b1[_0x3c8613(0x413)],_0x4bb8aa[_0x3c8613(0x25a)])&&_0x4bb8aa[_0x3c8613(0x37e)](_0xa8e5b1[_0x3c8613(0x413)],_0x4bb8aa['ojDqj'])&&_0x4bb8aa[_0x3c8613(0x37e)](_0xa8e5b1[_0x3c8613(0x413)],FRAMEWORKS[_0x3c8613(0x2e9)])){logger[_0x3c8613(0x37b)](_0x3c8613(0x261)+_0xa8e5b1[_0x3c8613(0x413)]+')');return;}const _0x495605=_0xa8e5b1[_0x3c8613(0x36a)]?.[_0x3c8613(0x3f5)]||_0xa8e5b1['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x3c8613(0x2be)](_0x3c8613(0x3d7)+_0xa8e5b1[_0x3c8613(0x413)]+_0x3c8613(0x2bb)+_0x495605);try{const _0x89fa0c=_0xa8e5b1[_0x3c8613(0x381)]||AutomationFramework[_0x3c8613(0x2e2)](),_0x2ac8a1=CLIUtils[_0x3c8613(0x352)](),_0x959ec0=this[_0x3c8613(0x247)]();logger[_0x3c8613(0x37b)]('[platform\x20-\x20'+(_0x89fa0c?.[_0x3c8613(0x276)]?.()||_0x4bb8aa[_0x3c8613(0x2ee)])+_0x3c8613(0x38b)+_0x959ec0),_0x959ec0&&await this['stopTestCapture'](_0x89fa0c,_0xa8e5b1),this[_0x3c8613(0x2f4)][_0x3c8613(0x307)](_0x2ac8a1),this['LOG_DISABLED_SHOWN'][_0x3c8613(0x307)](_0x2ac8a1);}catch(_0x42fcfe){logger[_0x3c8613(0x200)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x42fcfe[_0x3c8613(0x3b1)]||_0x42fcfe[_0x3c8613(0x363)]));}}async[a106_0x56793f(0x2fa)](_0x30c6ea,_0x2e5e54){const _0x54b17c=a106_0x56793f,_0x2909c1={};_0x2909c1[_0x54b17c(0x3db)]=function(_0x2f51be,_0x40001c){return _0x2f51be===_0x40001c;},_0x2909c1[_0x54b17c(0x309)]=_0x54b17c(0x2cd),_0x2909c1['eNYZd']=function(_0x10b73a,_0x11244f){return _0x10b73a===_0x11244f;},_0x2909c1[_0x54b17c(0x306)]=_0x54b17c(0x1e1),_0x2909c1[_0x54b17c(0x24f)]=_0x54b17c(0x329),_0x2909c1[_0x54b17c(0x338)]=function(_0x4ff021,_0x281269){return _0x4ff021===_0x281269;},_0x2909c1['zUKgO']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x2909c1['QDaej']='accessibility',_0x2909c1[_0x54b17c(0x20c)]=_0x54b17c(0x2ef),_0x2909c1[_0x54b17c(0x1de)]=_0x54b17c(0x284),_0x2909c1[_0x54b17c(0x368)]=_0x54b17c(0x422),_0x2909c1[_0x54b17c(0x2b2)]=_0x54b17c(0x401),_0x2909c1[_0x54b17c(0x3d4)]=function(_0x37a5ba,_0x40244d){return _0x37a5ba===_0x40244d;},_0x2909c1[_0x54b17c(0x2e7)]=function(_0x1fc87e,_0x5f3af5){return _0x1fc87e||_0x5f3af5;},_0x2909c1[_0x54b17c(0x1ef)]=function(_0x4aaa6a,_0x148c88){return _0x4aaa6a||_0x148c88;},_0x2909c1[_0x54b17c(0x21b)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2909c1['zTBdq']='AUTOMATION_SESSIONS',_0x2909c1['hHNFu']=_0x54b17c(0x235);const _0x27b3ff=_0x2909c1;try{const _0x42028d=_0x2e5e54[_0x54b17c(0x413)]||(_0x27b3ff[_0x54b17c(0x308)](this['testFrameworkData']?.[_0x54b17c(0x42e)]?.[_0x54b17c(0x3a1)](),_0x27b3ff[_0x54b17c(0x306)])?_0x27b3ff[_0x54b17c(0x306)]:_0x27b3ff[_0x54b17c(0x24f)]);let _0x33aabe='',_0x21e7e6=null,_0x3db39a=null;if(_0x27b3ff[_0x54b17c(0x338)](_0x42028d,_0x27b3ff[_0x54b17c(0x306)])){_0x21e7e6=_0x2e5e54[_0x54b17c(0x36a)]?.[_0x54b17c(0x3f5)]||_0x2e5e54['testInfo']?.['id']||global[_0x54b17c(0x3bb)];if(!_0x21e7e6){logger[_0x54b17c(0x292)](_0x27b3ff[_0x54b17c(0x1e9)]);return;}try{const _0x551e37=await GrpcClient[_0x54b17c(0x1f7)]()[_0x54b17c(0x223)](process[_0x54b17c(0x3ef)][_0x54b17c(0x2bc)],_0x27b3ff[_0x54b17c(0x278)],_0x27b3ff[_0x54b17c(0x20c)],_0x21e7e6),_0x587dac=AccessibilityModule[_0x54b17c(0x272)](null,_0x551e37);_0x33aabe=_0x587dac?.[_0x54b17c(0x324)]||'',logger[_0x54b17c(0x37b)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x33aabe+_0x54b17c(0x218)+_0x21e7e6),_0x3db39a=_0x551e37;}catch(_0x18ad85){logger[_0x54b17c(0x200)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x18ad85[_0x54b17c(0x363)]);return;}}else{const _0x5e8592=this[_0x54b17c(0x3ce)](_0x2e5e54);_0x33aabe=TestInfo[_0x54b17c(0x2bd)](_0x5e8592);}const _0x556d4f=((()=>{const _0x2a8b15=_0x54b17c,_0x367ed8=(this[_0x2a8b15(0x1e0)]?.['options']?.['capabilitiesList']||[])[_0x2a8b15(0x43a)](_0x1679d9=>(typeof _0x1679d9[_0x2a8b15(0x3b9)]==='function'?_0x1679d9[_0x2a8b15(0x3b9)]():_0x1679d9[_0x2a8b15(0x42e)])===this[_0x2a8b15(0x1e3)]);return _0x367ed8?_0x27b3ff[_0x2a8b15(0x3db)](typeof _0x367ed8['getValue'],_0x27b3ff[_0x2a8b15(0x309)])?_0x367ed8[_0x2a8b15(0x303)]():_0x367ed8[_0x2a8b15(0x2a6)]:'';})()),_0x4bcb0a=process['env'][_0x54b17c(0x2c1)]||'';logger['debug'](_0x54b17c(0x25f)+(_0x30c6ea?.['getPlatformIndex']?.()||_0x27b3ff[_0x54b17c(0x1de)])+']\x20clear\x20'+_0x33aabe+_0x54b17c(0x31c)+_0x556d4f+_0x54b17c(0x213)+(_0x4bcb0a?_0x27b3ff[_0x54b17c(0x368)]:_0x27b3ff['vktzs']));let _0x3c6220;if(_0x27b3ff[_0x54b17c(0x3d4)](_0x42028d,_0x27b3ff[_0x54b17c(0x306)]))_0x3c6220=AccessibilityModule[_0x54b17c(0x272)](_0x33aabe,_0x3db39a);else{const _0x549183=await GrpcClient[_0x54b17c(0x1f7)]()['fetchDriverExecuteParamsEvent'](process[_0x54b17c(0x3ef)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x27b3ff[_0x54b17c(0x278)],_0x27b3ff[_0x54b17c(0x20c)]);_0x3c6220=AccessibilityModule[_0x54b17c(0x272)](_0x33aabe,_0x549183);}logger[_0x54b17c(0x37b)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x54b17c(0x3e3)](_0x3c6220));const _0x47d0ba=Object[_0x54b17c(0x3e9)]({},{'thTestRunUuid':_0x27b3ff['kjLVM'](_0x33aabe,''),'thBuildUuid':_0x27b3ff[_0x54b17c(0x2e7)](_0x556d4f,''),'thJwtToken':_0x27b3ff[_0x54b17c(0x1ef)](_0x4bcb0a,'')},_0x3c6220);!this[_0x54b17c(0x267)]&&this[_0x54b17c(0x319)]()&&(_0x47d0ba[_0x54b17c(0x2fe)]=!![],logger['debug'](_0x27b3ff['trmny']));logger[_0x54b17c(0x37b)](_0x54b17c(0x410)+_0x33aabe+_0x54b17c(0x391)+this[_0x54b17c(0x267)]);let _0x354b16=global[_0x54b17c(0x385)]?.[_0x54b17c(0x1fc)]||null;!_0x354b16&&(_0x354b16=AutomationFramework[_0x54b17c(0x2eb)](_0x30c6ea,_0x27b3ff['zTBdq'],null)),!_0x354b16&&(_0x354b16=AutomationFramework['getState'](_0x30c6ea,_0x27b3ff[_0x54b17c(0x260)],null)),await this[_0x54b17c(0x378)](this[_0x54b17c(0x247)](),_0x33aabe,_0x354b16,_0x47d0ba,this[_0x54b17c(0x267)]);}catch(_0x3a2971){logger[_0x54b17c(0x200)](_0x54b17c(0x37f)+(_0x3a2971[_0x54b17c(0x3b1)]||_0x3a2971[_0x54b17c(0x363)]));}}async[a106_0x56793f(0x378)](_0x5a6391,_0x5ed5ae,_0xd8400a,_0x2857d3,_0x2851d7){const _0x52dd9e=a106_0x56793f,_0x2b082b={};_0x2b082b[_0x52dd9e(0x24d)]=_0x52dd9e(0x2ef),_0x2b082b[_0x52dd9e(0x27c)]=function(_0x162c1e,_0xb5b6a5){return _0x162c1e&&_0xb5b6a5;},_0x2b082b['jIenR']=_0x52dd9e(0x2cc),_0x2b082b[_0x52dd9e(0x41c)]=function(_0x5f246f,_0x2010e8){return _0x5f246f===_0x2010e8;},_0x2b082b[_0x52dd9e(0x313)]='null',_0x2b082b[_0x52dd9e(0x232)]=_0x52dd9e(0x23b),_0x2b082b[_0x52dd9e(0x34b)]=_0x52dd9e(0x369),_0x2b082b[_0x52dd9e(0x3b0)]=_0x52dd9e(0x316),_0x2b082b[_0x52dd9e(0x245)]=_0x52dd9e(0x322),_0x2b082b['MYkfC']=_0x52dd9e(0x1fe),_0x2b082b[_0x52dd9e(0x31e)]='a11y:save-results',_0x2b082b[_0x52dd9e(0x27f)]=_0x52dd9e(0x31b);const _0x4efb21=_0x2b082b;try{const _0x30a154=this[_0x52dd9e(0x3ec)](_0x4efb21['crjsB']);if(_0x4efb21[_0x52dd9e(0x27c)](!_0x2851d7,!_0x30a154)){logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x30b)]);return;}if(!_0x5ed5ae||_0x4efb21[_0x52dd9e(0x41c)](_0x5ed5ae,_0x4efb21[_0x52dd9e(0x313)])||_0x4efb21[_0x52dd9e(0x41c)](_0x5ed5ae,'')){logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x232)]);return;}logger['debug'](_0x52dd9e(0x222)+JSON[_0x52dd9e(0x3e3)](_0x2857d3)),_0x5a6391&&(logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x34b)]),await this['performScanForCli'](_0xd8400a,_0x5ed5ae,_0x4efb21[_0x52dd9e(0x3b0)],_0x2857d3,_0x2851d7,_0x4efb21[_0x52dd9e(0x245)]),_0x4efb21[_0x52dd9e(0x27c)](!_0x2851d7,_0x30a154)&&(logger[_0x52dd9e(0x37b)](_0x4efb21[_0x52dd9e(0x421)]),await PerformanceTester[_0x52dd9e(0x1fb)](_0x4efb21[_0x52dd9e(0x31e)],async()=>{const _0x12a936=_0x52dd9e;await this['performScanForCli'](_0xd8400a,_0x5ed5ae,_0x4efb21[_0x12a936(0x24d)],_0x2857d3,_0x2851d7,_0x4efb21[_0x12a936(0x24d)]);})()),logger[_0x52dd9e(0x2be)](_0x4efb21[_0x52dd9e(0x27f)]));}catch(_0x203ccd){logger[_0x52dd9e(0x200)](_0x52dd9e(0x39f)+(_0x203ccd['stack']||_0x203ccd[_0x52dd9e(0x363)]));}}async[a106_0x56793f(0x366)](_0x52c176){const _0x2e3437=a106_0x56793f,_0x26a215={};_0x26a215[_0x2e3437(0x287)]=function(_0x4fbadc,_0x4bc1dc){return _0x4fbadc!==_0x4bc1dc;},_0x26a215['jedIo']=_0x2e3437(0x329),_0x26a215[_0x2e3437(0x3d0)]=function(_0x32768e,_0x2eaf84){return _0x32768e!==_0x2eaf84;},_0x26a215['ORUaa']=_0x2e3437(0x1e1),_0x26a215['CwWRz']=_0x2e3437(0x291),_0x26a215[_0x2e3437(0x3bf)]='unknown',_0x26a215['Bsfyz']=_0x2e3437(0x3f1),_0x26a215[_0x2e3437(0x3e7)]=function(_0x35b24a,_0x24aff2){return _0x35b24a&&_0x24aff2;},_0x26a215[_0x2e3437(0x34f)]=function(_0x32792c,_0x21f8e4){return _0x32792c===_0x21f8e4;},_0x26a215['pnkDT']=_0x2e3437(0x1f1),_0x26a215[_0x2e3437(0x28d)]=_0x2e3437(0x2f4),_0x26a215[_0x2e3437(0x226)]=_0x2e3437(0x32f),_0x26a215[_0x2e3437(0x2d6)]=_0x2e3437(0x433),_0x26a215[_0x2e3437(0x1eb)]=_0x2e3437(0x2c5),_0x26a215[_0x2e3437(0x379)]=function(_0x2b504d,_0xb2d1d4){return _0x2b504d===_0xb2d1d4;},_0x26a215[_0x2e3437(0x31a)]='scan',_0x26a215[_0x2e3437(0x38f)]='null';const _0x209f5b=_0x26a215;if(_0x209f5b['rtCAx'](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x360)])&&_0x209f5b['jhZsT'](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x3d6)])&&_0x209f5b['rtCAx'](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x3cd)])&&_0x209f5b[_0x2e3437(0x3d0)](_0x52c176[_0x2e3437(0x413)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x2e3437(0x37b)](_0x2e3437(0x37a)+_0x52c176[_0x2e3437(0x413)]+')');return;}logger[_0x2e3437(0x37b)](_0x2e3437(0x31d)+(_0x52c176[_0x2e3437(0x393)]||_0x209f5b[_0x2e3437(0x3bf)])+',\x20framework='+_0x52c176[_0x2e3437(0x413)]);try{const _0x53a2d2=_0x52c176[_0x2e3437(0x381)]||AutomationFramework[_0x2e3437(0x2e2)](),_0x1e69cc=TestFramework[_0x2e3437(0x2e2)](),_0x4cf267=_0x52c176[_0x2e3437(0x393)]||_0x52c176[_0x2e3437(0x353)]?.[_0x2e3437(0x3b9)]();if(!_0x4cf267){logger[_0x2e3437(0x37b)](_0x209f5b[_0x2e3437(0x20b)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x2e3437(0x37b)](_0x2e3437(0x22c)+_0x4cf267);return;}if(!this[_0x2e3437(0x3e2)](_0x4cf267)){logger[_0x2e3437(0x37b)](_0x2e3437(0x22e)+_0x4cf267+_0x2e3437(0x265));return;}const _0x5bd194=_0x52c176[_0x2e3437(0x2e5)]||global[_0x2e3437(0x385)]?.[_0x2e3437(0x1fc)],_0x240642=_0x52c176['driver']||null;if(_0x209f5b['nuZPs'](!_0x5bd194,!_0x240642)){logger[_0x2e3437(0x37b)](_0x2e3437(0x33f)+_0x4cf267);return;}let _0x231b68='',_0x6669d4=null;if(_0x209f5b[_0x2e3437(0x34f)](_0x52c176['testFramework'],_0x209f5b[_0x2e3437(0x3d6)])){_0x6669d4=_0x52c176[_0x2e3437(0x36a)]?.[_0x2e3437(0x3f5)]||_0x52c176[_0x2e3437(0x36a)]?.['id']||global[_0x2e3437(0x3bb)];if(!_0x6669d4){logger[_0x2e3437(0x292)](_0x209f5b[_0x2e3437(0x2ed)]);return;}try{const _0x909068=await GrpcClient['getInstance']()[_0x2e3437(0x223)](process['env'][_0x2e3437(0x2bc)],_0x209f5b[_0x2e3437(0x28d)],_0x209f5b[_0x2e3437(0x226)],_0x6669d4),_0x286be1=AccessibilityModule['loadDriverExecuteParams'](null,_0x909068);_0x231b68=_0x286be1?.[_0x2e3437(0x324)]||'',logger[_0x2e3437(0x37b)](_0x2e3437(0x2a8)+_0x231b68+_0x2e3437(0x218)+_0x6669d4);}catch(_0x1bda13){logger[_0x2e3437(0x200)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1bda13[_0x2e3437(0x363)]);return;}}else _0x209f5b['DGWuj'](_0x52c176[_0x2e3437(0x413)],FRAMEWORKS[_0x2e3437(0x2e9)])?_0x231b68=_0x52c176[_0x2e3437(0x29b)]||'':(_0x231b68=this[_0x2e3437(0x33c)](_0x209f5b[_0x2e3437(0x2d6)])||'',!_0x231b68&&this['isMobileWebSession']()&&(_0x231b68=accessibilityHelper[_0x2e3437(0x343)]()));const _0x3e9d05=this[_0x2e3437(0x33c)](_0x209f5b['hkAJv'])||this[_0x2e3437(0x1e0)][this[_0x2e3437(0x1e3)]]||null,_0x529a14=process[_0x2e3437(0x3ef)][_0x2e3437(0x2c1)]||'',_0x2d8505=this[_0x2e3437(0x24a)](_0x4cf267,_0x231b68,_0x3e9d05,_0x529a14),_0x18d511=_0x209f5b[_0x2e3437(0x379)](_0x52c176[_0x2e3437(0x413)],_0x209f5b[_0x2e3437(0x3d6)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x209f5b[_0x2e3437(0x31a)],_0x231b68,_0x6669d4):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x209f5b[_0x2e3437(0x31a)],_0x231b68);logger['info'](_0x2e3437(0x3be)+(_0x2d8505?JSON[_0x2e3437(0x3e3)](_0x2d8505):_0x209f5b[_0x2e3437(0x38f)]));let _0x1c01e6=CLIUtils[_0x2e3437(0x3f9)](_0x2d8505,_0x18d511);if(this['isAppAccessibility']){const _0x43b125=process[_0x2e3437(0x3ef)][_0x2e3437(0x36d)]||'';_0x1c01e6[_0x2e3437(0x1ee)]&&(_0x1c01e6[_0x2e3437(0x225)]=_0x1c01e6[_0x2e3437(0x1ee)],delete _0x1c01e6[_0x2e3437(0x1ee)]),_0x1c01e6=Object[_0x2e3437(0x3e9)]({},_0x1c01e6,{'authHeader':_0x1c01e6['authHeader']||_0x43b125,'method':_0x4cf267,'scanTimestamp':Date[_0x2e3437(0x424)]()[_0x2e3437(0x304)]()});}logger[_0x2e3437(0x2be)](_0x2e3437(0x3bd)+(_0x1c01e6?JSON['stringify'](_0x1c01e6):_0x209f5b[_0x2e3437(0x38f)])),logger['debug'](_0x2e3437(0x24e)+_0x4cf267);const _0x45e0b3=this[_0x2e3437(0x267)]?_0x240642:_0x5bd194,_0x59ed83=await this[_0x2e3437(0x242)](_0x45e0b3,_0x231b68,_0x4cf267,_0x1c01e6,this['isAppAccessibility']);logger[_0x2e3437(0x37b)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x4cf267+_0x2e3437(0x2db)+JSON[_0x2e3437(0x3e3)](_0x59ed83));}catch(_0x4a8b89){logger['error'](_0x2e3437(0x392)+(_0x4a8b89['stack']||_0x4a8b89[_0x2e3437(0x363)]));}}[a106_0x56793f(0x31f)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x380534){const _0x237b61=a106_0x56793f,_0x9beb41=CLIUtils[_0x237b61(0x352)]();this['accessibility'][_0x237b61(0x348)](_0x9beb41,_0x380534);}async[a106_0x56793f(0x2da)](_0x2f9400){const _0x43bc1e=a106_0x56793f,_0x5c0b56={};_0x5c0b56[_0x43bc1e(0x355)]=_0x43bc1e(0x284);const _0x738dbe=_0x5c0b56;try{const _0x2fad30=_0x2f9400[_0x43bc1e(0x381)]||AutomationFramework[_0x43bc1e(0x2e2)](),_0x55934d=_0x2fad30?.[_0x43bc1e(0x372)]?.()?.[_0x43bc1e(0x314)]?.(this['KEY_INIT'])||![];if(_0x55934d)return;PerformanceTester['start'](EVENTS[_0x43bc1e(0x41f)]);const _0x4f2925=await GrpcClient[_0x43bc1e(0x1f7)]()[_0x43bc1e(0x399)](_0x2f9400);_0x4f2925&&_0x4f2925[_0x43bc1e(0x434)]&&_0x4f2925[_0x43bc1e(0x434)]()&&_0x4f2925[_0x43bc1e(0x434)]()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x4f2925,_0x2f9400),_0x2fad30?.[_0x43bc1e(0x372)]&&_0x2fad30[_0x43bc1e(0x372)]()[_0x43bc1e(0x348)](this[_0x43bc1e(0x2f1)],!![]),logger['debug'](_0x43bc1e(0x25f)+(_0x2fad30?.['getPlatformIndex']?.()||_0x738dbe[_0x43bc1e(0x355)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x43bc1e(0x37b)]('[platform\x20-\x20'+(_0x2fad30?.[_0x43bc1e(0x276)]?.()||_0x738dbe['MhybE'])+_0x43bc1e(0x2dd)),PerformanceTester['end'](EVENTS[_0x43bc1e(0x41f)]);}catch(_0x915df1){PerformanceTester[_0x43bc1e(0x312)](EVENTS[_0x43bc1e(0x41f)],![],_0x915df1['message']),logger['error'](_0x43bc1e(0x3de)+(_0x915df1[_0x43bc1e(0x3b1)]||_0x915df1[_0x43bc1e(0x363)]));}}async[a106_0x56793f(0x397)](_0x4cef9b,_0x47f45b){const _0xeb2f79=a106_0x56793f;await this[_0xeb2f79(0x27a)](_0x4cef9b,_0x47f45b);const _0x21f0d3=_0x4cef9b['getAccessibility']()[_0xeb2f79(0x230)]();if(_0x21f0d3){const _0x263190=_0x4cef9b[_0xeb2f79(0x404)]&&_0x4cef9b[_0xeb2f79(0x404)]();_0x263190&&(this['accessibilityConfig'][this[_0xeb2f79(0x1e3)]]=_0x263190[_0xeb2f79(0x262)]&&_0x263190[_0xeb2f79(0x262)]());}}[a106_0x56793f(0x3e2)](_0x543e67){const _0x128884=a106_0x56793f,_0x6213e6={};_0x6213e6[_0x128884(0x344)]=function(_0x180768,_0x11e4e2){return _0x180768===_0x11e4e2;};const _0x3fbbe2=_0x6213e6;try{if(!_0x543e67)return![];const _0x462c8e=this[_0x128884(0x1e0)]?.[_0x128884(0x3a5)]?.[_0x128884(0x359)]?.['commandsList']||[],_0x41fa7d=_0x462c8e[_0x128884(0x294)](_0x2037eb=>{const _0x873049=_0x128884;return _0x2037eb[_0x873049(0x42e)]&&_0x3fbbe2['VlYnR'](_0x2037eb['name'][_0x873049(0x3a1)](),_0x543e67[_0x873049(0x3a1)]());});return logger['debug'](_0x128884(0x249)+_0x543e67+_0x128884(0x3e8)+_0x41fa7d+_0x128884(0x35d)+JSON[_0x128884(0x3e3)](_0x462c8e[_0x128884(0x1e2)](_0x1b8efc=>_0x1b8efc[_0x128884(0x42e)]))),_0x41fa7d;}catch(_0x7911ae){return logger[_0x128884(0x37b)](_0x128884(0x3fd)+_0x7911ae[_0x128884(0x363)]),![];}}[a106_0x56793f(0x26d)](_0x2a30a3){const _0x4f07a1=a106_0x56793f,_0x510da1={};_0x510da1['mykLl']=function(_0x140cae,_0x5a9d09){return _0x140cae===_0x5a9d09;},_0x510da1[_0x4f07a1(0x275)]='string',_0x510da1[_0x4f07a1(0x3fc)]=_0x4f07a1(0x42d);const _0x49144d=_0x510da1,_0x273cb4=_0x2a30a3['getScript']&&_0x2a30a3[_0x4f07a1(0x3d1)]();return _0x273cb4&&_0x49144d[_0x4f07a1(0x302)](typeof _0x273cb4,_0x49144d[_0x4f07a1(0x275)])&&_0x273cb4[_0x4f07a1(0x3c3)](_0x49144d[_0x4f07a1(0x3fc)]);}[a106_0x56793f(0x20e)](_0x13c4a5){const _0xe1152e=a106_0x56793f,_0x9ce11b={};_0x9ce11b[_0xe1152e(0x41e)]=function(_0x5f1710,_0x16f0ea){return _0x5f1710!==_0x16f0ea;},_0x9ce11b[_0xe1152e(0x30a)]=_0xe1152e(0x24c),_0x9ce11b[_0xe1152e(0x371)]=_0xe1152e(0x2f4),_0x9ce11b[_0xe1152e(0x395)]='performScan',_0x9ce11b[_0xe1152e(0x3a0)]=_0xe1152e(0x32c),_0x9ce11b[_0xe1152e(0x3cc)]=_0xe1152e(0x269);const _0x126200=_0x9ce11b,_0x30d56c=_0x13c4a5[_0xe1152e(0x3d1)]&&_0x13c4a5[_0xe1152e(0x3d1)]();if(!_0x30d56c||_0x126200[_0xe1152e(0x41e)](typeof _0x30d56c,_0x126200[_0xe1152e(0x30a)]))return![];return _0x30d56c[_0xe1152e(0x3c3)](_0x126200['DexRJ'])||_0x30d56c[_0xe1152e(0x3c3)](_0x126200[_0xe1152e(0x395)])||_0x30d56c[_0xe1152e(0x3c3)](_0x126200[_0xe1152e(0x3a0)])||_0x30d56c[_0xe1152e(0x3c3)](_0x126200[_0xe1152e(0x3cc)]);}[a106_0x56793f(0x319)](){const _0x323e8c=a106_0x56793f,_0x16c988={'yyRgB':function(_0x2b67bb,_0x4fefb){return _0x2b67bb===_0x4fefb;},'SeCFd':_0x323e8c(0x2cd),'iXDRW':function(_0x206970,_0x4ff663){return _0x206970(_0x4ff663);},'tbqHU':_0x323e8c(0x2aa),'RKzdf':function(_0x4dfc8c,_0x1d358c){return _0x4dfc8c(_0x1d358c);},'PtQhU':_0x323e8c(0x3f6),'joEBi':_0x323e8c(0x418),'PQRMI':function(_0x3bda49,_0x3213e8){return _0x3bda49(_0x3213e8);},'IDTNK':_0x323e8c(0x365)};try{const _0xe0d2cb=this['accessibilityConfig']?.[_0x323e8c(0x3a5)]?.[_0x323e8c(0x27d)]||[],_0x1641c3=_0x27571a=>{const _0x316e24=_0x323e8c,_0x50fefc=_0xe0d2cb['find'](_0x3d34ac=>(typeof _0x3d34ac['getName']===_0x316e24(0x2cd)?_0x3d34ac[_0x316e24(0x3b9)]():_0x3d34ac['name'])===_0x27571a);return _0x50fefc?_0x16c988[_0x316e24(0x2d7)](typeof _0x50fefc[_0x316e24(0x303)],_0x16c988[_0x316e24(0x2b1)])?_0x50fefc['getValue']():_0x50fefc[_0x316e24(0x2a6)]:null;},_0xfa56d0=_0x16c988[_0x323e8c(0x28c)](_0x1641c3,_0x16c988[_0x323e8c(0x25e)]),_0x3fde73=_0x16c988[_0x323e8c(0x33d)](_0x1641c3,_0x16c988[_0x323e8c(0x237)]),_0x196515=global[_0x323e8c(0x289)]||_0xfa56d0&&_0x16c988[_0x323e8c(0x2d7)](_0x16c988[_0x323e8c(0x28c)](String,_0xfa56d0)[_0x323e8c(0x3a1)](),_0x16c988[_0x323e8c(0x3c9)])&&_0x3fde73&&_0x16c988[_0x323e8c(0x315)](String,_0x3fde73)[_0x323e8c(0x3a1)]()[_0x323e8c(0x3c3)](_0x16c988['IDTNK']);if(!_0x196515)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x323e8c(0x207)]&&(logger[_0x323e8c(0x292)](accessibilityHelper[_0x323e8c(0x221)]),this[_0x323e8c(0x207)]=!![]),![];return!![];}catch(_0x3fb665){return logger['debug'](_0x323e8c(0x2a9)+_0x3fb665[_0x323e8c(0x363)]),![];}}[a106_0x56793f(0x24a)](_0x31487a,_0x84e574,_0x559e24,_0x492811){const _0x284c3a=a106_0x56793f,_0x5976d1={};_0x5976d1['czHog']=function(_0x2f59d1,_0x51e496){return _0x2f59d1||_0x51e496;},_0x5976d1[_0x284c3a(0x351)]=function(_0x304c39,_0x12231f){return _0x304c39&&_0x12231f;},_0x5976d1[_0x284c3a(0x2e8)]=_0x284c3a(0x3af);const _0x52f16c=_0x5976d1;let _0x17eafa=_0x52f16c[_0x284c3a(0x3c7)](_0x84e574,'');const _0xbfb741=!this[_0x284c3a(0x267)]&&this['isMobileWebSession']();_0x52f16c['OFqhr'](_0xbfb741,!_0x17eafa)&&(_0x17eafa=accessibilityHelper[_0x284c3a(0x343)]());const _0xfb9ddb={'command':_0x31487a,'thTestRunUuid':_0x17eafa,'thBuildUuid':_0x52f16c[_0x284c3a(0x3c7)](_0x559e24,''),'thJwtToken':_0x52f16c[_0x284c3a(0x3c7)](_0x492811,''),'timestamp':new Date()[_0x284c3a(0x1f5)]()};return _0xbfb741&&(_0xfb9ddb['is_mobile_session']=!![],logger[_0x284c3a(0x37b)](_0x52f16c[_0x284c3a(0x2e8)])),_0xfb9ddb;}[a106_0x56793f(0x3ec)](_0xf57d51){const _0x52cbe6=a106_0x56793f,_0xe0744={};_0xe0744[_0x52cbe6(0x3c6)]=function(_0x475688,_0x3b37ee){return _0x475688||_0x3b37ee;};const _0x167543=_0xe0744;try{const _0x506c7c=this[_0x52cbe6(0x1e0)]?.[_0x52cbe6(0x3a5)]?.['scriptsList']||[],_0x36ca60=_0x506c7c[_0x52cbe6(0x43a)](_0x1b77ac=>_0x1b77ac[_0x52cbe6(0x42e)]===_0xf57d51);return _0x167543['JUfhr'](_0x36ca60,null);}catch(_0x4a96ee){return logger['debug'](_0x52cbe6(0x243)+_0xf57d51+':\x20'+_0x4a96ee[_0x52cbe6(0x363)]),null;}}async[a106_0x56793f(0x215)](_0x3baa4f,_0x331225,_0x3b5b2c=null){const _0x346f24=a106_0x56793f,_0x421cda={'nFEdg':function(_0x16bc75,_0x2f17b6){return _0x16bc75(_0x2f17b6);},'MpLYm':'../../playwright/accessibility-helper'};try{if(!_0x3baa4f)return logger[_0x346f24(0x37b)](_0x346f24(0x29f)+_0x331225),null;const _0x6aca42=this[_0x346f24(0x3ec)](_0x331225);if(!_0x6aca42||!_0x6aca42[_0x346f24(0x353)])return logger[_0x346f24(0x37b)](_0x346f24(0x28f)+_0x331225+_0x346f24(0x3da)),null;logger[_0x346f24(0x37b)](_0x346f24(0x20f)+_0x331225+_0x346f24(0x3d9));const _0x17bb57=_0x421cda['nFEdg'](require,_0x421cda[_0x346f24(0x340)]),_0x5daf68=_0x3b5b2c?await _0x17bb57[_0x346f24(0x266)](_0x3baa4f,_0x6aca42[_0x346f24(0x353)],_0x3b5b2c):await _0x17bb57[_0x346f24(0x266)](_0x3baa4f,_0x6aca42[_0x346f24(0x353)]);return _0x5daf68;}catch(_0xb4e541){return logger['error'](_0x346f24(0x341)+_0x331225+':\x20'+(_0xb4e541[_0x346f24(0x3b1)]||_0xb4e541[_0x346f24(0x363)])),null;}}async[a106_0x56793f(0x242)](_0x56636d,_0x41686b,_0x182440,_0x204fd0,_0x12ec29,_0x11abec='scan'){const _0x56949f=a106_0x56793f,_0x1e4ceb={'gEOpv':function(_0x5ea18a,_0x5a4c4f){return _0x5ea18a===_0x5a4c4f;},'brbZY':_0x56949f(0x322),'woaCj':function(_0xab91ae,_0x1e7dbb){return _0xab91ae(_0x1e7dbb);},'EmXEG':'../../playwright/accessibility-helper'};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x182440+_0x56949f(0x30d)+_0x11abec+_0x56949f(0x391)+_0x12ec29);const _0x5f7ac8=this[_0x56949f(0x3ec)](_0x11abec);if(!_0x5f7ac8||!_0x5f7ac8[_0x56949f(0x353)]){logger[_0x56949f(0x37b)]('performScanForCli:\x20No\x20'+_0x11abec+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x12ec29){if(_0x56636d[BSTACK_SCAN_IN_PROGRESS]){logger[_0x56949f(0x37b)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0x182440);return;}return await PerformanceTester[_0x56949f(0x1fb)](PerformanceA11yEvents[_0x56949f(0x3ac)],async()=>{const _0x573ae7=_0x56949f;let _0x428249=_0x5f7ac8['command'];_0x428249[_0x573ae7(0x3c3)]('%s')&&(_0x428249=_0x428249['replace']('%s',JSON[_0x573ae7(0x3e3)](_0x204fd0)));logger[_0x573ae7(0x37b)](_0x573ae7(0x406)+_0x182440),_0x56636d[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x4ee0e9=await _0x56636d['executeScript'](_0x428249);return logger[_0x573ae7(0x2be)](_0x573ae7(0x2e3)+_0x182440+':\x20'+util['format'](_0x4ee0e9)),_0x4ee0e9;}finally{_0x56636d[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x182440})();}if(_0x1e4ceb[_0x56949f(0x2d0)](_0x11abec,_0x1e4ceb[_0x56949f(0x244)])){const _0x54040f=_0x1e4ceb[_0x56949f(0x2d2)](require,_0x1e4ceb[_0x56949f(0x231)]),_0x2db493={};_0x2db493[_0x56949f(0x353)]=_0x182440;const _0x145040=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x56949f(0x3ac)],async()=>{return await _0x54040f['browserStackEvaluate'](_0x56636d,_0x5f7ac8['command'],_0x204fd0);},_0x2db493)();return logger[_0x56949f(0x2be)](_0x56949f(0x361)+_0x11abec+_0x56949f(0x2b5)+_0x182440+':\x20'+util[_0x56949f(0x203)](_0x145040)),_0x145040;}const _0x4510c8=_0x1e4ceb['woaCj'](require,_0x1e4ceb[_0x56949f(0x231)]),_0x2bc130=await PerformanceTester[_0x56949f(0x1fb)](PerformanceA11yEvents[_0x56949f(0x333)],async()=>{const _0x4286a4=_0x56949f;return await _0x4510c8[_0x4286a4(0x266)](_0x56636d,_0x5f7ac8[_0x4286a4(0x353)],_0x204fd0);})();return logger[_0x56949f(0x2be)](_0x56949f(0x361)+_0x11abec+_0x56949f(0x2b5)+_0x182440+':\x20'+util['format'](_0x2bc130)),_0x2bc130;}catch(_0x3423cf){logger['error'](_0x56949f(0x21c)+_0x11abec+':\x20'+(_0x3423cf[_0x56949f(0x3b1)]||_0x3423cf['message']));}}async['validatePlatformForAccessibility'](_0x4d92c7){const _0x5a74be=a106_0x56793f,_0x248e9e={'kgTHc':function(_0x52fcaa,_0x5e4c6d){return _0x52fcaa(_0x5e4c6d);},'ejBxV':_0x5a74be(0x293)};try{const _0x4357f7=_0x248e9e[_0x5a74be(0x3a2)](require,_0x248e9e[_0x5a74be(0x3d3)]);return await _0x4357f7[_0x5a74be(0x1e6)](_0x4d92c7);}catch(_0x19ceb4){return logger[_0x5a74be(0x200)](_0x5a74be(0x336)+(_0x19ceb4['stack']||_0x19ceb4[_0x5a74be(0x363)])),![];}}[a106_0x56793f(0x3f2)](_0x285a9d,_0x884f72,_0x19e702){const _0x225d8d=a106_0x56793f,_0x486334={'zGwis':function(_0x191eae,_0x4ed735){return _0x191eae(_0x4ed735);},'xryjg':_0x225d8d(0x2f7),'yTRzl':_0x225d8d(0x425),'ywGwO':_0x225d8d(0x3dc)};try{const _0x30c277=_0x486334[_0x225d8d(0x2c2)](require,_0x486334[_0x225d8d(0x1f4)]);_0x30c277[_0x225d8d(0x3f2)](_0x285a9d,_0x884f72,_0x19e702);const _0x13b37c=JSON[_0x225d8d(0x3e3)](_0x285a9d)[_0x225d8d(0x1e8)](/"browserstack\.user":"[^"]*"/g,_0x486334[_0x225d8d(0x257)])[_0x225d8d(0x1e8)](/"browserstack\.key":"[^"]*"/g,_0x486334[_0x225d8d(0x405)]);logger[_0x225d8d(0x37b)](_0x225d8d(0x29e)+global[_0x225d8d(0x1f9)]+'\x20'+_0x13b37c);}catch(_0x356192){logger[_0x225d8d(0x200)](_0x225d8d(0x3f3)+(_0x356192['stack']||_0x356192[_0x225d8d(0x363)]));}}async['_pollUntilNonEmpty']({fetchFn:_0x38b5b1,isNonEmpty:_0x32bc57,resultDetail:_0x1607b9,totalMs:_0x53a8e9,intervalMs:_0x405726,name:_0x411b68}){const _0x358b54=a106_0x56793f,_0x268e4c={'ukUhw':function(_0x5956e5,_0x2dbedc){return _0x5956e5+_0x2dbedc;},'WIFea':function(_0x363996,_0x4dae46){return _0x363996<_0x4dae46;},'zUWXH':function(_0xe67c2e){return _0xe67c2e();},'SjYFQ':function(_0x44efa0,_0x1838aa){return _0x44efa0(_0x1838aa);},'DefGK':function(_0x520331,_0x36e606){return _0x520331(_0x36e606);},'IOPhT':function(_0x47a90b,_0x1cbd74){return _0x47a90b>=_0x1cbd74;},'WDGCC':function(_0x4b2a09,_0x229f26){return _0x4b2a09+_0x229f26;},'gDeVQ':function(_0xdfe491,_0x4aebae){return _0xdfe491-_0x4aebae;}},_0x1746d7=Date[_0x358b54(0x424)](),_0x58c27c=_0x268e4c[_0x358b54(0x334)](_0x1746d7,_0x53a8e9);let _0x2100e6=0x0,_0x39cf9d=null,_0x5a9202=![];while(_0x268e4c[_0x358b54(0x1ed)](Date[_0x358b54(0x424)](),_0x58c27c)){_0x2100e6++,_0x39cf9d=await _0x268e4c[_0x358b54(0x1df)](_0x38b5b1),_0x5a9202=_0x268e4c[_0x358b54(0x376)](_0x32bc57,_0x39cf9d),logger[_0x358b54(0x37b)]('['+_0x411b68+_0x358b54(0x41a)+_0x2100e6+'\x20'+_0x268e4c['DefGK'](_0x1607b9,_0x39cf9d));if(_0x5a9202)break;if(_0x268e4c[_0x358b54(0x281)](_0x268e4c['WDGCC'](Date[_0x358b54(0x424)](),_0x405726),_0x58c27c))break;await new Promise(_0x3321b9=>setTimeout(_0x3321b9,_0x405726));}return!_0x5a9202&&logger[_0x358b54(0x292)]('['+_0x411b68+_0x358b54(0x380)+_0x2100e6+'x\x20over\x20'+_0x268e4c['gDeVQ'](Date[_0x358b54(0x424)](),_0x1746d7)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x268e4c['DefGK'](_0x1607b9,_0x39cf9d)+_0x358b54(0x34d)),_0x39cf9d;}async[a106_0x56793f(0x40e)](_0x3a8665,_0x2e3070){const _0x3c2924=a106_0x56793f,_0x478dd8={};_0x478dd8['RmzPK']='getResults',_0x478dd8[_0x3c2924(0x408)]=_0x3c2924(0x3d8),_0x478dd8[_0x3c2924(0x346)]=_0x3c2924(0x2cb),_0x478dd8['KAzVR']=_0x3c2924(0x318);const _0x2bbbcf=_0x478dd8;try{const _0x1536a7=process['env'][_0x3c2924(0x2bc)]||'';logger[_0x3c2924(0x2be)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x1536a7+',\x20testRunId='+_0x2e3070+_0x3c2924(0x26e)+_0x3a8665);const _0x108512=await GrpcClient[_0x3c2924(0x1f7)]()[_0x3c2924(0x3ea)](_0x1536a7,_0x2e3070,_0x3a8665,_0x2bbbcf[_0x3c2924(0x1e5)]);if(!_0x108512||!_0x108512[_0x3c2924(0x2e1)])return logger[_0x3c2924(0x292)](_0x2bbbcf[_0x3c2924(0x408)]),[];const _0x57c315=_0x108512[_0x3c2924(0x2e1)](),_0x55fc27=Buffer[_0x3c2924(0x3e5)](_0x57c315)[_0x3c2924(0x304)](_0x2bbbcf[_0x3c2924(0x346)])[_0x3c2924(0x33b)]();if(!_0x55fc27)return logger[_0x3c2924(0x292)](_0x2bbbcf[_0x3c2924(0x3a6)]),[];return JSON[_0x3c2924(0x201)](_0x55fc27);}catch(_0x2d8886){return logger[_0x3c2924(0x200)](_0x3c2924(0x332)+(_0x2d8886[_0x3c2924(0x3b1)]||_0x2d8886['message'])),[];}}async[a106_0x56793f(0x41b)](_0x365896,_0x265910){const _0xc6fcf0=a106_0x56793f,_0x5436ee={};_0x5436ee[_0xc6fcf0(0x211)]=_0xc6fcf0(0x2fd),_0x5436ee[_0xc6fcf0(0x37c)]=_0xc6fcf0(0x3b8),_0x5436ee['iumOI']=_0xc6fcf0(0x2cb),_0x5436ee[_0xc6fcf0(0x42b)]=_0xc6fcf0(0x2ac);const _0x4bc48f=_0x5436ee;try{const _0x9cd5cf=process[_0xc6fcf0(0x3ef)][_0xc6fcf0(0x2bc)]||'';logger['info'](_0xc6fcf0(0x2c6)+_0x9cd5cf+',\x20testRunId='+_0x265910+_0xc6fcf0(0x26e)+_0x365896);const _0x15b795=await GrpcClient[_0xc6fcf0(0x1f7)]()[_0xc6fcf0(0x3ea)](_0x9cd5cf,_0x265910,_0x365896,_0x4bc48f[_0xc6fcf0(0x211)]);if(!_0x15b795||!_0x15b795[_0xc6fcf0(0x2e1)])return logger[_0xc6fcf0(0x292)](_0x4bc48f[_0xc6fcf0(0x37c)]),{};const _0x506e5e=_0x15b795[_0xc6fcf0(0x2e1)](),_0x472be4=Buffer[_0xc6fcf0(0x3e5)](_0x506e5e)[_0xc6fcf0(0x304)](_0x4bc48f[_0xc6fcf0(0x219)])[_0xc6fcf0(0x33b)]();if(!_0x472be4)return logger[_0xc6fcf0(0x292)](_0x4bc48f['hahhD']),{};return JSON['parse'](_0x472be4);}catch(_0x2e788f){return logger[_0xc6fcf0(0x200)](_0xc6fcf0(0x3e1)+(_0x2e788f[_0xc6fcf0(0x3b1)]||_0x2e788f[_0xc6fcf0(0x363)])),{};}}async[a106_0x56793f(0x33e)](_0x15b5b9){const _0x5b1822=a106_0x56793f,_0x346b08={};_0x346b08['ttTxG']=_0x5b1822(0x35c),_0x346b08[_0x5b1822(0x3b5)]=function(_0xe13d90,_0x4adbc1){return _0xe13d90>_0x4adbc1;},_0x346b08[_0x5b1822(0x382)]=_0x5b1822(0x409);const _0x89eac6=_0x346b08;try{if(!this[_0x5b1822(0x247)]())return logger[_0x5b1822(0x292)](_0x89eac6[_0x5b1822(0x3bc)]),[];const _0x460c29=this[_0x5b1822(0x319)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x5b1822(0x343)]()}:{};_0x89eac6[_0x5b1822(0x3b5)](Object['keys'](_0x460c29)[_0x5b1822(0x236)],0x0)&&logger[_0x5b1822(0x37b)](_0x5b1822(0x323)+JSON[_0x5b1822(0x3e3)](_0x460c29));const _0x26d60c=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x5b1822(0x22f)](_0x460c29)[_0x5b1822(0x236)]>0x0?this['executeScriptByName'](_0x15b5b9,_0x5b1822(0x32c),_0x460c29):this['executeScriptByName'](_0x15b5b9,_0x5b1822(0x32c)),'isNonEmpty':_0x4dd020=>Array['isArray'](_0x4dd020)&&_0x4dd020[_0x5b1822(0x236)]>0x0,'resultDetail':_0x415813=>_0x5b1822(0x283)+(Array['isArray'](_0x415813)?_0x415813[_0x5b1822(0x236)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x89eac6[_0x5b1822(0x382)]});return _0x26d60c||[];}catch(_0x6db6e4){return logger['error'](_0x5b1822(0x426)+(_0x6db6e4['stack']||_0x6db6e4[_0x5b1822(0x363)])),[];}}async['getAccessibilityResultsSummary'](_0x486a39){const _0x5eb8d3=a106_0x56793f,_0x3eb101={'DXCjh':function(_0x108dc9,_0x5ad43d,_0x57a273){return _0x108dc9(_0x5ad43d,_0x57a273);},'Cnbvm':_0x5eb8d3(0x322),'WzqVX':function(_0x27f684,_0x3f50da){return _0x27f684(_0x3f50da);},'dQpbp':_0x5eb8d3(0x2fd),'vTvaH':_0x5eb8d3(0x2b9),'HCPnC':function(_0x43101f,_0x717ff4){return _0x43101f(_0x717ff4);},'FfByK':_0x5eb8d3(0x23d),'soeTA':function(_0x584dfe,_0x381013){return _0x584dfe===_0x381013;},'cbspk':_0x5eb8d3(0x1e1),'lOkWg':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','wRDdG':_0x5eb8d3(0x2f4),'hhwCW':_0x5eb8d3(0x2c5),'YsJub':_0x5eb8d3(0x29d),'BfaGw':'test_run_id','ajkzF':_0x5eb8d3(0x3ee),'dNWeU':'SCAN_CAP_HIT','atHmD':_0x5eb8d3(0x35b),'zHOLB':_0x5eb8d3(0x335),'mapAf':_0x5eb8d3(0x286)};try{if(!this[_0x5eb8d3(0x247)]())return logger[_0x5eb8d3(0x292)](_0x3eb101[_0x5eb8d3(0x252)]),{};const _0x4f1454=_0x3eb101[_0x5eb8d3(0x2c8)](require,_0x3eb101[_0x5eb8d3(0x411)]),_0x23f82e=_0x4f1454[_0x5eb8d3(0x2b7)](),_0x3c2dbf=_0x3eb101[_0x5eb8d3(0x2cf)](_0x23f82e?.['name']?.[_0x5eb8d3(0x3a1)](),_0x3eb101[_0x5eb8d3(0x228)]);let _0x40c3fe='',_0x3d011d=null,_0x2cb7fc=null;if(_0x3c2dbf){_0x3d011d=global[_0x5eb8d3(0x3bb)]||global[_0x5eb8d3(0x385)]?.[_0x5eb8d3(0x273)]?.[_0x5eb8d3(0x3f5)]||global[_0x5eb8d3(0x385)]?.['currentTest']?.['id'];if(!_0x3d011d)return logger[_0x5eb8d3(0x292)](_0x3eb101['lOkWg']),{};try{const _0xcf8992=await GrpcClient[_0x5eb8d3(0x1f7)]()[_0x5eb8d3(0x223)](process['env'][_0x5eb8d3(0x2bc)],_0x3eb101[_0x5eb8d3(0x23c)],_0x3eb101[_0x5eb8d3(0x3a3)],_0x3d011d),_0x3dbad8=AccessibilityModule['loadDriverExecuteParams'](null,_0xcf8992);_0x40c3fe=_0x3dbad8?.['thTestRunUuid']||'',logger[_0x5eb8d3(0x37b)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x40c3fe+_0x5eb8d3(0x218)+_0x3d011d);const _0x3dedf9=await AccessibilityModule[_0x5eb8d3(0x3f7)](_0x3eb101[_0x5eb8d3(0x3a3)],_0x40c3fe,_0x3d011d),_0x580545=this[_0x5eb8d3(0x33c)](_0x3eb101[_0x5eb8d3(0x30e)])||this[_0x5eb8d3(0x1e0)][this[_0x5eb8d3(0x1e3)]]||null,_0xa19edc=process[_0x5eb8d3(0x3ef)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x39e5ed=this[_0x5eb8d3(0x24a)](_0x3eb101['YsJub'],_0x40c3fe,_0x580545,_0xa19edc);_0x2cb7fc=_0x4f1454['mergeObject'](_0x39e5ed,_0x3dedf9),logger[_0x5eb8d3(0x37b)](_0x5eb8d3(0x2b6)+JSON[_0x5eb8d3(0x3e3)](_0x2cb7fc));}catch(_0x140f53){return logger[_0x5eb8d3(0x200)](_0x5eb8d3(0x295)+_0x140f53[_0x5eb8d3(0x363)]),{};}}else{_0x40c3fe=this[_0x5eb8d3(0x33c)](_0x3eb101[_0x5eb8d3(0x3e4)])||'';!_0x40c3fe&&this[_0x5eb8d3(0x319)]()&&(_0x40c3fe=accessibilityHelper[_0x5eb8d3(0x343)]());const _0x1898bd=this[_0x5eb8d3(0x33c)](_0x3eb101['hhwCW'])||this[_0x5eb8d3(0x1e0)][this[_0x5eb8d3(0x1e3)]]||null,_0x239c46=process[_0x5eb8d3(0x3ef)][_0x5eb8d3(0x2c1)]||'';_0x2cb7fc=this[_0x5eb8d3(0x24a)](_0x3eb101[_0x5eb8d3(0x3b6)],_0x40c3fe,_0x1898bd,_0x239c46);}logger[_0x5eb8d3(0x37b)](_0x3eb101[_0x5eb8d3(0x364)]);const _0x352554=0x15f90,_0x2ca6d4=0x1388;try{await PerformanceTester[_0x5eb8d3(0x1fb)](PerformanceA11yEvents[_0x5eb8d3(0x3ac)],async()=>{const _0x43f5e5=_0x5eb8d3,_0x1a6a75={'VbYzw':function(_0x493abe,_0x4298fd,_0x4a84fd){const _0xf7c916=a106_0x317f;return _0x3eb101[_0xf7c916(0x32e)](_0x493abe,_0x4298fd,_0x4a84fd);}},_0x2fc568=this[_0x43f5e5(0x215)](_0x486a39,_0x3eb101[_0x43f5e5(0x357)],_0x2cb7fc);let _0x199e64;const _0x618081=new Promise((_0x2e7358,_0x29482f)=>{const _0x1741a3=_0x43f5e5;_0x199e64=_0x1a6a75[_0x1741a3(0x40d)](setTimeout,()=>_0x29482f(new Error(_0x1741a3(0x250)+_0x352554+'ms')),_0x352554);});try{const _0x19d9db=await Promise[_0x43f5e5(0x209)]([_0x2fc568,_0x618081]);logger['debug'](_0x43f5e5(0x259)+util[_0x43f5e5(0x203)](_0x19d9db));}finally{_0x3eb101[_0x43f5e5(0x26c)](clearTimeout,_0x199e64);}},{'command':_0x3eb101['YsJub']})();}catch(_0x43cf2e){logger[_0x5eb8d3(0x292)](_0x5eb8d3(0x429)+_0x43cf2e[_0x5eb8d3(0x363)]+_0x5eb8d3(0x32d)),global[_0x5eb8d3(0x298)]={'reason':_0x3eb101[_0x5eb8d3(0x3fa)],'at':Date[_0x5eb8d3(0x424)](),'where':_0x3eb101[_0x5eb8d3(0x3d2)]},await new Promise(_0xb4541a=>setTimeout(_0xb4541a,_0x2ca6d4)),logger[_0x5eb8d3(0x37b)](_0x5eb8d3(0x370)+_0x2ca6d4+_0x5eb8d3(0x337));}const _0x5da110=await this[_0x5eb8d3(0x3b2)]({'fetchFn':()=>PerformanceTester[_0x5eb8d3(0x1fb)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x4b9b21=_0x5eb8d3;return await this[_0x4b9b21(0x215)](_0x486a39,_0x3eb101[_0x4b9b21(0x3a3)],_0x2cb7fc);})(),'isNonEmpty':_0x42e3cb=>_0x42e3cb&&typeof _0x42e3cb['totalIssueCount']===_0x5eb8d3(0x416)&&_0x42e3cb[_0x5eb8d3(0x3eb)]>0x0,'resultDetail':_0x5c738b=>_0x5eb8d3(0x2f3)+(_0x5c738b&&typeof _0x5c738b[_0x5eb8d3(0x3eb)]===_0x5eb8d3(0x416)?_0x5c738b['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x3eb101['atHmD']});if(!_0x5da110)return logger[_0x5eb8d3(0x37b)](_0x3eb101[_0x5eb8d3(0x24b)]),{};return _0x3eb101[_0x5eb8d3(0x2cf)](typeof _0x5da110,_0x3eb101[_0x5eb8d3(0x28b)])&&global[_0x5eb8d3(0x298)]&&(_0x5da110['degraded']=!![],_0x5da110[_0x5eb8d3(0x3b7)]=global[_0x5eb8d3(0x298)]['reason']),_0x5da110;}catch(_0x33c36b){return logger[_0x5eb8d3(0x200)](_0x5eb8d3(0x328)+(_0x33c36b[_0x5eb8d3(0x3b1)]||_0x33c36b[_0x5eb8d3(0x363)])),{};}}async[a106_0x56793f(0x42a)](_0x3f45b8,_0x521618,_0x4cf1c8=null){const _0x51c81d=a106_0x56793f,_0x40a3f8={};_0x40a3f8[_0x51c81d(0x29c)]=_0x51c81d(0x224),_0x40a3f8[_0x51c81d(0x2c0)]=_0x51c81d(0x1f2),_0x40a3f8[_0x51c81d(0x439)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x1662e3=_0x40a3f8;try{if(!_0x3f45b8)return logger[_0x51c81d(0x37b)](_0x1662e3['VgAta']),null;if(!_0x521618)return logger[_0x51c81d(0x37b)](_0x1662e3[_0x51c81d(0x2c0)]),null;logger[_0x51c81d(0x37b)](_0x1662e3[_0x51c81d(0x439)]);const _0x25e561=_0x4cf1c8?await _0x3f45b8[_0x51c81d(0x22d)](_0x521618,_0x4cf1c8):await _0x3f45b8[_0x51c81d(0x22d)](_0x521618);return _0x25e561;}catch(_0x1094ce){return logger[_0x51c81d(0x200)](_0x51c81d(0x210)+(_0x1094ce[_0x51c81d(0x3b1)]||_0x1094ce[_0x51c81d(0x363)])),null;}}static['loadDriverExecuteParams'](_0x5e990d,_0x4735d8){const _0x234719=a106_0x56793f,_0x267410={};_0x267410[_0x234719(0x427)]='utf-8';const _0x4deef6=_0x267410,_0x3f0b4e={};_0x3f0b4e[_0x234719(0x324)]=_0x5e990d;const _0x1a87f3=_0x3f0b4e;let _0x5915e4={};if(_0x4735d8[_0x234719(0x2de)]()&&_0x4735d8[_0x234719(0x253)]())try{_0x5915e4=JSON[_0x234719(0x201)](Buffer[_0x234719(0x3e5)](_0x4735d8[_0x234719(0x2d1)]())[_0x234719(0x304)](_0x4deef6['JrCfH']));}catch(_0x517576){logger[_0x234719(0x200)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x517576[_0x234719(0x363)]),_0x5915e4={};}return CLIUtils[_0x234719(0x3f9)](_0x1a87f3,_0x5915e4);}static async[a106_0x56793f(0x3f7)](_0x2bc9df,_0x1ea35f='',_0x4ae3eb=null){const _0x5eef82=a106_0x56793f,_0x5423d3={};_0x5423d3[_0x5eef82(0x264)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x5423d3[_0x5eef82(0x208)]='accessibility';const _0x5bf963=_0x5423d3;try{if(!_0x4ae3eb&&AccessibilityModule[_0x5eef82(0x217)])return AccessibilityModule[_0x5eef82(0x23f)];if(!process[_0x5eef82(0x3ef)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x5eef82(0x200)](_0x5bf963[_0x5eef82(0x264)]),{};const _0x34d6c1=await GrpcClient[_0x5eef82(0x1f7)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x5eef82(0x2bc)],_0x5bf963[_0x5eef82(0x208)],_0x2bc9df,_0x4ae3eb),_0x22d6b5=_0x4ae3eb?AccessibilityModule[_0x5eef82(0x272)](null,_0x34d6c1)?.[_0x5eef82(0x324)]||_0x1ea35f:_0x1ea35f,_0xffc866=AccessibilityModule[_0x5eef82(0x272)](_0x22d6b5,_0x34d6c1);return!_0x4ae3eb&&(AccessibilityModule['_centralAuthA11yConfig']=_0xffc866,AccessibilityModule[_0x5eef82(0x217)]=!![]),_0xffc866;}catch(_0x14a99d){return logger[_0x5eef82(0x200)](_0x5eef82(0x1dd)+_0x2bc9df+':\x20'+(_0x14a99d[_0x5eef82(0x3b1)]||_0x14a99d[_0x5eef82(0x363)])),{};}}};module['exports']=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a107_0x262f(){const _0x1ca4b7=['version','120XLfdEJ','4BxziGn','testInfo','2075280OdyAyp','Missing\x20binSessionId','4|0|1|2|3','split','WhwvH','1195101LGBQhz','Configured\x20module\x20','winstonLogger','BaseModule','binSessionId','testCaseStartedId','testFramework','CUCUMBER','qytVI','client','setTestFrameworkData','getTestId',',\x20platformIndex=','ATysU','ZUNAe','PLAYWRIGHT','getModuleName','testId','435864uDeYLM','qRVPZ','ikwFZ','13370vgBHlU','wDUPp','4654899WgNkrf','4|3|2|5|1|0','ensureBinSession','object','PUkYX','6974989AErADq','platformIndex','95NOhZXA','8369632mcARsV','_test','testFrameworkData','../../../helpers/test-observability/constants.js','name','../../../helpers/logger.js'];a107_0x262f=function(){return _0x1ca4b7;};return a107_0x262f();}const a107_0x50f1d6=a107_0x1e97;function a107_0x1e97(_0x52df60,_0x142392){const _0x262f8a=a107_0x262f();return a107_0x1e97=function(_0x1e9723,_0xd413a6){_0x1e9723=_0x1e9723-0x18c;let _0x9d4b28=_0x262f8a[_0x1e9723];return _0x9d4b28;},a107_0x1e97(_0x52df60,_0x142392);}(function(_0x3d8a3b,_0x8b218f){const _0x47fc58=a107_0x1e97,_0x542261=_0x3d8a3b();while(!![]){try{const _0x503a0f=parseInt(_0x47fc58(0x1a0))/0x1*(-parseInt(_0x47fc58(0x197))/0x2)+parseInt(_0x47fc58(0x199))/0x3*(parseInt(_0x47fc58(0x1a9))/0x4)+parseInt(_0x47fc58(0x1ab))/0x5+-parseInt(_0x47fc58(0x194))/0x6+-parseInt(_0x47fc58(0x19e))/0x7+-parseInt(_0x47fc58(0x1a1))/0x8+parseInt(_0x47fc58(0x1b0))/0x9*(parseInt(_0x47fc58(0x1a8))/0xa);if(_0x503a0f===_0x8b218f)break;else _0x542261['push'](_0x542261['shift']());}catch(_0x703386){_0x542261['push'](_0x542261['shift']());}}}(a107_0x262f,0xc5b4f));const logger=require(a107_0x50f1d6(0x1a6))[a107_0x50f1d6(0x1b2)],{FRAMEWORKS}=require(a107_0x50f1d6(0x1a4));class BaseModule{constructor(_0x989f9b=null){const _0x55f3a9=a107_0x50f1d6,_0x2828a6={};_0x2828a6['ZUNAe']=_0x55f3a9(0x19a),_0x2828a6[_0x55f3a9(0x1b8)]=_0x55f3a9(0x1b3);const _0x1a2e10=_0x2828a6,_0x278a19=_0x1a2e10[_0x55f3a9(0x190)][_0x55f3a9(0x1ae)]('|');let _0x5997a7=0x0;while(!![]){switch(_0x278a19[_0x5997a7++]){case'0':this[_0x55f3a9(0x1a3)]=this[_0x55f3a9(0x18c)](_0x989f9b);continue;case'1':this[_0x55f3a9(0x1b9)]=null;continue;case'2':this['platformIndex']=0x0;continue;case'3':this['binSessionId']=null;continue;case'4':this[_0x55f3a9(0x1a5)]=_0x1a2e10['qytVI'];continue;case'5':this['config']={};continue;}break;}}[a107_0x50f1d6(0x19b)](){const _0x31310f=a107_0x50f1d6,_0x4f0aeb={};_0x4f0aeb[_0x31310f(0x1af)]=_0x31310f(0x1ac);const _0x44a99c=_0x4f0aeb;if(!this['binSessionId'])throw new Error(_0x44a99c[_0x31310f(0x1af)]);}[a107_0x50f1d6(0x192)](){return this['name'];}['configure'](_0x2a8d5d,_0xdbbb84,_0x236533,_0x4a6921={}){const _0x3b8ed5=a107_0x50f1d6,_0x391a73={};_0x391a73['ATysU']=_0x3b8ed5(0x1ad);const _0x5a7151=_0x391a73,_0x52759c=_0x5a7151[_0x3b8ed5(0x18f)][_0x3b8ed5(0x1ae)]('|');let _0x4ef6e4=0x0;while(!![]){switch(_0x52759c[_0x4ef6e4++]){case'0':this[_0x3b8ed5(0x19f)]=_0xdbbb84;continue;case'1':this['client']=_0x236533;continue;case'2':this['config']=_0x4a6921;continue;case'3':logger['debug'](_0x3b8ed5(0x1b1)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x2a8d5d+_0x3b8ed5(0x18e)+_0xdbbb84);continue;case'4':this[_0x3b8ed5(0x1b4)]=_0x2a8d5d;continue;}break;}}[a107_0x50f1d6(0x18d)](_0x3d244b){const _0x4ef769=a107_0x50f1d6,_0x330b6d={};_0x330b6d['LyzWW']=function(_0x4c41df,_0xeea2a3){return _0x4c41df===_0xeea2a3;},_0x330b6d[_0x4ef769(0x196)]=function(_0x54d4f9,_0x48b8c2){return _0x54d4f9===_0x48b8c2;},_0x330b6d['wDUPp']=function(_0x1fb0e0,_0x551403){return _0x1fb0e0===_0x551403;};const _0x33aa09=_0x330b6d;let _0x28bea3='';if(_0x33aa09['LyzWW'](_0x3d244b['testFramework'],FRAMEWORKS[_0x4ef769(0x191)]))_0x28bea3=_0x3d244b[_0x4ef769(0x1aa)]?.[_0x4ef769(0x1a2)]?.['id']||_0x3d244b[_0x4ef769(0x1aa)]?.[_0x4ef769(0x193)];else{if(_0x33aa09[_0x4ef769(0x196)](_0x3d244b[_0x4ef769(0x1b6)],FRAMEWORKS[_0x4ef769(0x1b7)]))_0x28bea3=_0x3d244b['testInfo']?.[_0x4ef769(0x1b5)];else _0x33aa09[_0x4ef769(0x198)](_0x3d244b[_0x4ef769(0x1b6)],FRAMEWORKS['JEST'])&&(_0x28bea3=_0x3d244b[_0x4ef769(0x1aa)]?.['id']);}return _0x28bea3;}[a107_0x50f1d6(0x18c)](_0x47bf91){const _0xd229d3=a107_0x50f1d6,_0x232c06={};_0x232c06[_0xd229d3(0x19d)]=function(_0x3a6973,_0x5cac5c){return _0x3a6973!==_0x5cac5c;},_0x232c06[_0xd229d3(0x195)]=_0xd229d3(0x19c);const _0xa0fd28=_0x232c06;if(!_0x47bf91||_0xa0fd28[_0xd229d3(0x19d)](typeof _0x47bf91,_0xa0fd28[_0xd229d3(0x195)]))return null;const _0x195c54={};_0x195c54[_0xd229d3(0x1a5)]=_0x47bf91[_0xd229d3(0x1a5)],_0x195c54[_0xd229d3(0x1a7)]=_0x47bf91['version']&&_0x47bf91[_0xd229d3(0x1a7)][_0x47bf91[_0xd229d3(0x1a5)]];const _0x205977=_0x195c54;return _0x205977;}}module['exports']=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a108_0x536468=a108_0x33f3;function a108_0x33f3(_0x43b8c4,_0x489f42){const _0x3759d0=a108_0x3759();return a108_0x33f3=function(_0x33f356,_0x728c4e){_0x33f356=_0x33f356-0x141;let _0x36a79f=_0x3759d0[_0x33f356];return _0x36a79f;},a108_0x33f3(_0x43b8c4,_0x489f42);}(function(_0x291d99,_0x5c2edd){const _0x472883=a108_0x33f3,_0xf74427=_0x291d99();while(!![]){try{const _0x490c6a=-parseInt(_0x472883(0x161))/0x1*(parseInt(_0x472883(0x166))/0x2)+-parseInt(_0x472883(0x172))/0x3+-parseInt(_0x472883(0x159))/0x4*(parseInt(_0x472883(0x14f))/0x5)+-parseInt(_0x472883(0x15a))/0x6*(-parseInt(_0x472883(0x143))/0x7)+parseInt(_0x472883(0x14c))/0x8+-parseInt(_0x472883(0x15d))/0x9*(-parseInt(_0x472883(0x157))/0xa)+parseInt(_0x472883(0x16b))/0xb*(parseInt(_0x472883(0x155))/0xc);if(_0x490c6a===_0x5c2edd)break;else _0xf74427['push'](_0xf74427['shift']());}catch(_0x44e4b1){_0xf74427['push'](_0xf74427['shift']());}}}(a108_0x3759,0x379db));const {createClassLogger}=require(a108_0x536468(0x147)),logger=createClassLogger(a108_0x536468(0x145)),{sendToEDS}=require('../../../helpers/helper.js'),isLTSSession=(_0x219209=null)=>{const _0x3bd65e=a108_0x536468,_0x24a1ef={};_0x24a1ef['UswSw']=function(_0x420222,_0x10a5f9){return _0x420222!==_0x10a5f9;},_0x24a1ef['fjtqU']=_0x3bd65e(0x156),_0x24a1ef[_0x3bd65e(0x154)]=function(_0x28bbf6,_0x7f4ea0){return _0x28bbf6===_0x7f4ea0;},_0x24a1ef['hAvRi']='string',_0x24a1ef['xZEqI']='true',_0x24a1ef['MherW']=function(_0x3cdf31,_0x32bbe0){return _0x3cdf31===_0x32bbe0;},_0x24a1ef[_0x3bd65e(0x16c)]=_0x3bd65e(0x16e);const _0x277fd7=_0x24a1ef;try{if(_0x277fd7[_0x3bd65e(0x148)](typeof process[_0x3bd65e(0x16f)][_0x3bd65e(0x163)],_0x277fd7[_0x3bd65e(0x160)])){const _0x1c96ca=process[_0x3bd65e(0x16f)]['overrideLoadTesting'];return _0x277fd7[_0x3bd65e(0x154)](typeof _0x1c96ca,_0x277fd7[_0x3bd65e(0x14a)])?_0x277fd7[_0x3bd65e(0x154)](_0x1c96ca[_0x3bd65e(0x158)](),_0x277fd7[_0x3bd65e(0x151)]):!!_0x1c96ca;}const _0x158550=_0x219209&&_0x219209[_0x3bd65e(0x163)],_0xccff0e=!!(_0x219209&&(_0x277fd7[_0x3bd65e(0x154)](_0x219209[_0x3bd65e(0x162)],!![])||_0x277fd7[_0x3bd65e(0x154)](_0x219209[_0x3bd65e(0x162)],_0x277fd7[_0x3bd65e(0x151)]))),_0x5f77ee=!!(_0x158550&&_0x277fd7[_0x3bd65e(0x142)](_0x158550[_0x3bd65e(0x15e)]()[_0x3bd65e(0x158)](),_0x277fd7[_0x3bd65e(0x151)])&&!_0xccff0e);return process[_0x3bd65e(0x16f)][_0x3bd65e(0x163)]=_0x5f77ee?_0x277fd7[_0x3bd65e(0x151)]:_0x277fd7[_0x3bd65e(0x16c)],_0x5f77ee;}catch(_0x42ee71){return process[_0x3bd65e(0x16f)][_0x3bd65e(0x163)]=_0x277fd7['GTjVe'],![];}},getLTSSessionId=()=>{const _0x27a394=a108_0x536468,_0x1a069a={'MwQBR':function(_0x15d65b){return _0x15d65b();},'FGZIv':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','TFSWZ':_0x27a394(0x14d)};try{if(_0x1a069a[_0x27a394(0x164)](isLTSSession))return logger[_0x27a394(0x14b)](_0x1a069a[_0x27a394(0x167)]),process[_0x27a394(0x16f)][_0x27a394(0x165)]||'';}catch(_0x2b5787){logger[_0x27a394(0x168)](_0x27a394(0x153)+(_0x2b5787&&_0x2b5787[_0x27a394(0x15f)]));}return logger['debug'](_0x1a069a[_0x27a394(0x170)]),'';},setLTSSessionId=async(_0x423dd2={})=>{const _0x363be3=a108_0x536468,_0x40f93={'JEDyu':function(_0x4441f5){return _0x4441f5();},'HXjNc':_0x363be3(0x152),'ubBBd':_0x363be3(0x150),'uIkaS':'LTS','sYwaF':function(_0x59b5a5,_0x3872f5){return _0x59b5a5(_0x3872f5);},'IaSgM':function(_0x191245,_0x4fcee3,_0x3d7cfd){return _0x191245(_0x4fcee3,_0x3d7cfd);},'pBRdn':function(_0x5e434d,_0x2dc33a){return _0x5e434d||_0x2dc33a;}};try{const _0x563a57=_0x40f93[_0x363be3(0x16a)](getLTSSessionId);_0x563a57?(process['env'][_0x363be3(0x165)]=_0x563a57,logger['debug'](_0x40f93['HXjNc'])):(delete process[_0x363be3(0x16f)][_0x363be3(0x165)],logger[_0x363be3(0x14b)](_0x40f93[_0x363be3(0x144)]));try{const _0x1cd11e={'feature':_0x40f93[_0x363be3(0x171)],'ltsEnabled':_0x40f93[_0x363be3(0x15c)](isLTSSession,_0x423dd2),'ltsSessionIdPresent':!!_0x563a57};await _0x40f93[_0x363be3(0x15b)](sendToEDS,_0x1cd11e,_0x423dd2);}catch(_0x1c6cdf){logger[_0x363be3(0x16d)](_0x363be3(0x14e)+(_0x1c6cdf&&_0x1c6cdf[_0x363be3(0x15f)]));}return _0x40f93[_0x363be3(0x141)](_0x563a57,'');}catch(_0x133114){return logger[_0x363be3(0x14b)]('setLTSSessionId\x20error:\x20'+(_0x133114&&_0x133114[_0x363be3(0x15f)])),'';}},a108_0x185f4e={};function a108_0x3759(){const _0x355962=['772VBmEPL','688782HqJuQw','IaSgM','sYwaF','176949dorFuS','toString','message','fjtqU','2dotagN','browserstackAutomation','overrideLoadTesting','MwQBR','BROWSERSTACK_LTS_SESSION_ID','377848FNGWmy','FGZIv','error','setLTSSessionId','JEDyu','120439Ecevnt','GTjVe','warn','false','env','TFSWZ','uIkaS','92259MXbuCa','pBRdn','MherW','7CntoaY','ubBBd','LoadTestModule','getLTSSessionId','../../../helpers/classLogger.js','UswSw','exports','hAvRi','debug','1682216EeYFim','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','11540xxSCXy','BROWSERSTACK_LTS_SESSION_ID\x20cleared','xZEqI','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','Hsdvv','420jOStkK','undefined','190hOUbQh','toLowerCase'];a108_0x3759=function(){return _0x355962;};return a108_0x3759();}a108_0x185f4e['isLTSSession']=isLTSSession,a108_0x185f4e[a108_0x536468(0x146)]=getLTSSessionId,a108_0x185f4e[a108_0x536468(0x169)]=setLTSSessionId,module[a108_0x536468(0x149)]=a108_0x185f4e;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a109_0x4347f8=a109_0x311f;function a109_0x311f(_0x5b9c52,_0x6cf667){const _0x52b59b=a109_0x52b5();return a109_0x311f=function(_0x311ffa,_0x59491f){_0x311ffa=_0x311ffa-0x1d9;let _0x1d16ae=_0x52b59b[_0x311ffa];return _0x1d16ae;},a109_0x311f(_0x5b9c52,_0x6cf667);}(function(_0x181254,_0x48dd81){const _0x28aac2=a109_0x311f,_0x34945f=_0x181254();while(!![]){try{const _0x1a6fcc=parseInt(_0x28aac2(0x1dc))/0x1*(-parseInt(_0x28aac2(0x1dd))/0x2)+-parseInt(_0x28aac2(0x1e2))/0x3+parseInt(_0x28aac2(0x1e0))/0x4+parseInt(_0x28aac2(0x1fd))/0x5*(-parseInt(_0x28aac2(0x201))/0x6)+parseInt(_0x28aac2(0x1ed))/0x7*(-parseInt(_0x28aac2(0x1ef))/0x8)+-parseInt(_0x28aac2(0x1f7))/0x9*(parseInt(_0x28aac2(0x1eb))/0xa)+-parseInt(_0x28aac2(0x200))/0xb*(-parseInt(_0x28aac2(0x1e8))/0xc);if(_0x1a6fcc===_0x48dd81)break;else _0x34945f['push'](_0x34945f['shift']());}catch(_0x235367){_0x34945f['push'](_0x34945f['shift']());}}}(a109_0x52b5,0x60fc3));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a109_0x4347f8(0x1d9)),AutomationFrameworkState=require(a109_0x4347f8(0x1ee)),HookState=require(a109_0x4347f8(0x1ea)),{playwrightAnnotate}=require(a109_0x4347f8(0x1fa)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a109_0x4347f8(0x1e3));function a109_0x52b5(){const _0x239329=['1341770dXwqzr','page','18662yGGvyz','../state/automationFrameworkState.js','1312cCsTXK','\x20sync\x20done','onBeforeTest','registerObserver','name','ObservabilityModule','PAznm','onBeforeTest:\x20','45EmyNcT','CREATE','info','../../../helpers/helper.js','onBeforeTest:\x20page\x20is\x20not\x20defined','logger','5xEMRif','MODULE_NAME','KXkRl','126489MCajge','3969678KpIxqA','TEST_REPORTING_ANALYTICS','../framework/automationFramework.js','exports','jVWuP','77351eeqmlE','6WVETdJ','UrMhG','observabilityConfig','2300776sHCSpm','ZevRC','1600389doBlba','../../utils/constants.js','debug','end','POST','getModuleName','2460acClFt','SYNC','../state/hookState.js'];a109_0x52b5=function(){return _0x239329;};return a109_0x52b5();}class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x27c6c6){const _0x3f98ed=a109_0x4347f8,_0x5a087f={};_0x5a087f[_0x3f98ed(0x1ff)]=_0x3f98ed(0x1f4);const _0xc35f70=_0x5a087f;super(),this[_0x3f98ed(0x1f3)]=_0xc35f70[_0x3f98ed(0x1ff)],this[_0x3f98ed(0x1df)]=_0x27c6c6,AutomationFramework[_0x3f98ed(0x1f2)](AutomationFrameworkState[_0x3f98ed(0x1f8)],HookState[_0x3f98ed(0x1e6)],this[_0x3f98ed(0x1f1)]['bind'](this));}[a109_0x4347f8(0x1e7)](){const _0x291c1e=a109_0x4347f8;return ObservabilityModule[_0x291c1e(0x1fe)];}async[a109_0x4347f8(0x1f1)](_0x2aeee9){const _0x67de69=a109_0x4347f8,_0x28a6f9={'PAznm':function(_0x5273dd,_0x518196){return _0x5273dd+_0x518196;},'jVWuP':'ObservabilitySync:','UrMhG':function(_0x1f11c6,_0x261254,_0x37d807,_0x4cfa08){return _0x1f11c6(_0x261254,_0x37d807,_0x4cfa08);},'xzsjE':'debug','ZevRC':_0x67de69(0x1fb)};if(_0x2aeee9[_0x67de69(0x1ec)]){const _0x5716e5=_0x2aeee9[_0x67de69(0x1ec)],_0x5ee57f=Date['now'](),_0x11b2bd=_0x28a6f9[_0x67de69(0x1f5)](_0x28a6f9[_0x67de69(0x1db)],_0x5ee57f);PerformanceTester['start'](O11y_EVENTS[_0x67de69(0x1e9)]),await _0x28a6f9[_0x67de69(0x1de)](playwrightAnnotate,_0x5716e5,_0x11b2bd,_0x28a6f9['xzsjE']),PerformanceTester[_0x67de69(0x1e5)](O11y_EVENTS[_0x67de69(0x1e9)]),this[_0x67de69(0x1fc)][_0x67de69(0x1f9)](_0x67de69(0x1f6)+constants[_0x67de69(0x202)]+_0x67de69(0x1f0));}else this['logger'][_0x67de69(0x1e4)](_0x28a6f9[_0x67de69(0x1e1)]);}}ObservabilityModule['MODULE_NAME']=a109_0x4347f8(0x1f4),module[a109_0x4347f8(0x1da)]=ObservabilityModule;
|