browserstack-node-sdk 1.65.6 → 1.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages_pb.d.ts +118 -0
- package/generated/sdk-messages_pb.js +908 -0
- package/generated/sdk_grpc_pb.d.ts +10 -0
- package/generated/sdk_grpc_pb.js +74 -0
- 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/detox/a11ySetup.js +1 -0
- package/src/bin/detox/command.js +2 -0
- package/src/bin/detox/modifyDetoxConf.js +1 -0
- package/src/bin/detox/traEmitter.js +1 -0
- 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/detox-driver/a11y.js +574 -0
- package/src/detox-driver/allocationDriver.js +26 -0
- package/src/detox-driver/cloudPlatformAction.js +111 -0
- package/src/detox-driver/environment.js +253 -0
- package/src/detox-driver/expect.js +44 -0
- package/src/detox-driver/index.js +12 -0
- package/src/detox-driver/login-timeout-preload.js +25 -0
- package/src/detox-driver/runtimeDriver.js +351 -0
- package/src/detox-driver/session-reporter.js +41 -0
- package/src/detox-driver/tra-capture.js +81 -0
- 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
|
-
const
|
|
1
|
+
const a108_0x30f1b7=a108_0x19cc;function a108_0x55bd(){const _0x4d5251=['5ircKmH','4332WAnaQw','30085MjenKX','getProcessId','17067ORpUGW','455948GKCawQ','getType','40SsBoOt','379460IAlZtR','25506rpkFha','getId','getThreadId','314965SAfbhU','TrackedContext','3051176OpsWjE','threadId','type','../../../helpers/classLogger','553nKhZSE','18elQzRF','processId'];a108_0x55bd=function(){return _0x4d5251;};return a108_0x55bd();}(function(_0x12e2f1,_0x15a853){const _0x3bd6c4=a108_0x19cc,_0x39315a=_0x12e2f1();while(!![]){try{const _0x2806ad=parseInt(_0x3bd6c4(0xcc))/0x1+-parseInt(_0x3bd6c4(0xc7))/0x2*(-parseInt(_0x3bd6c4(0xd9))/0x3)+parseInt(_0x3bd6c4(0xda))/0x4*(parseInt(_0x3bd6c4(0xd5))/0x5)+-parseInt(_0x3bd6c4(0xc9))/0x6*(-parseInt(_0x3bd6c4(0xd2))/0x7)+parseInt(_0x3bd6c4(0xce))/0x8+-parseInt(_0x3bd6c4(0xd3))/0x9*(parseInt(_0x3bd6c4(0xc8))/0xa)+parseInt(_0x3bd6c4(0xd7))/0xb*(-parseInt(_0x3bd6c4(0xd6))/0xc);if(_0x2806ad===_0x15a853)break;else _0x39315a['push'](_0x39315a['shift']());}catch(_0x248288){_0x39315a['push'](_0x39315a['shift']());}}}(a108_0x55bd,0x3007b));const {createClassLogger}=require(a108_0x30f1b7(0xd1)),logger=createClassLogger(a108_0x30f1b7(0xcd));class TrackedContext{constructor(_0x5abcf6,_0x1166ec,_0x30f7a4,_0x50fd2c){const _0xb2dcd4=a108_0x30f1b7;this['id']=_0x5abcf6,this[_0xb2dcd4(0xcf)]=_0x1166ec,this[_0xb2dcd4(0xd4)]=_0x30f7a4,this['type']=_0x50fd2c;}[a108_0x30f1b7(0xcb)](){return this['threadId'];}[a108_0x30f1b7(0xd8)](){const _0x2373ba=a108_0x30f1b7;return this[_0x2373ba(0xd4)];}[a108_0x30f1b7(0xca)](){return this['id'];}[a108_0x30f1b7(0xc6)](){const _0x191d7a=a108_0x30f1b7;return this[_0x191d7a(0xd0)];}}function a108_0x19cc(_0x19c32b,_0x153ccf){const _0x55bd42=a108_0x55bd();return a108_0x19cc=function(_0x19cc89,_0x5c4e49){_0x19cc89=_0x19cc89-0xc6;let _0x4f8078=_0x55bd42[_0x19cc89];return _0x4f8078;},a108_0x19cc(_0x19c32b,_0x153ccf);}module['exports']=TrackedContext;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a109_0x5debdb=a109_0xe11c;(function(_0x3a2f37,_0x2b9278){const _0x47b08e=a109_0xe11c,_0x1261ef=_0x3a2f37();while(!![]){try{const _0x3ffc94=parseInt(_0x47b08e(0x102))/0x1+-parseInt(_0x47b08e(0xed))/0x2+parseInt(_0x47b08e(0xf8))/0x3*(-parseInt(_0x47b08e(0xf5))/0x4)+-parseInt(_0x47b08e(0xe8))/0x5*(-parseInt(_0x47b08e(0xf2))/0x6)+parseInt(_0x47b08e(0xfd))/0x7*(parseInt(_0x47b08e(0xe3))/0x8)+-parseInt(_0x47b08e(0xeb))/0x9+-parseInt(_0x47b08e(0x105))/0xa*(-parseInt(_0x47b08e(0xf4))/0xb);if(_0x3ffc94===_0x2b9278)break;else _0x1261ef['push'](_0x1261ef['shift']());}catch(_0x56ec21){_0x1261ef['push'](_0x1261ef['shift']());}}}(a109_0x33a7,0xcedf9));const TrackedContext=require(a109_0x5debdb(0xf0)),crypto=require(a109_0x5debdb(0xfb)),{threadId}=require(a109_0x5debdb(0xe4));function a109_0xe11c(_0x448d35,_0x363971){const _0x33a760=a109_0x33a7();return a109_0xe11c=function(_0xe11c60,_0x38e572){_0xe11c60=_0xe11c60-0xe0;let _0x52ae4c=_0x33a760[_0xe11c60];return _0x52ae4c;},a109_0xe11c(_0x448d35,_0x363971);}function a109_0x33a7(){const _0xfb3790=['getContext','11696013uxalPV','set','pid','get','sha256','80382JzDYXP','addMultipleEntries','update','10iUolFY','createHash','TJPBw','keys','createContext','8ofThCQ','worker_threads','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','UFtLB','isBrowserstackAutomationSession','15rQbOhr','getRef','context','7218243auoeir','exports','1412848vnLgHt','hex','entries','./trackedContext','digest','1767660gbwpUY','forEach','6428983ICOhxf','172744vVdkUh','getId','data','60VEHjKT','updateData','bmfhc','crypto'];a109_0x33a7=function(){return _0xfb3790;};return a109_0x33a7();}class TrackedInstance{static [a109_0x5debdb(0xe5)]=a109_0x5debdb(0xe7);constructor(_0x57509f){const _0x3f8d43=a109_0x5debdb;this[_0x3f8d43(0xea)]=_0x57509f,this[_0x3f8d43(0xf7)]=new Map();}[a109_0x5debdb(0xe9)](){const _0x2d6141=a109_0x5debdb;return this[_0x2d6141(0xea)][_0x2d6141(0xf6)]();}[a109_0x5debdb(0xfc)](){return this['context'];}['getAllData'](){return this['data'];}['updateMultipleEntries'](_0x95a63e){const _0x41d46f=a109_0x5debdb;Object[_0x41d46f(0xe1)](_0x95a63e)[_0x41d46f(0xf3)](_0x5ef5c2=>{const _0x281cc5=_0x41d46f;this[_0x281cc5(0xf7)][_0x281cc5(0xfe)](_0x5ef5c2,_0x95a63e[_0x5ef5c2]);});}[a109_0x5debdb(0x103)](_0x5df0b5){const _0x200afb=a109_0x5debdb;Object[_0x200afb(0xef)](_0x5df0b5)[_0x200afb(0xf3)](([_0x357a97,_0x247611])=>{const _0x2bf31b=_0x200afb,_0x42b57e=this[_0x2bf31b(0xf7)]['get'](_0x357a97)||{},_0xc805ec={..._0x42b57e,..._0x247611},_0x3c1093=_0xc805ec;this[_0x2bf31b(0xf7)][_0x2bf31b(0xfe)](_0x357a97,_0x3c1093);});}['getData'](_0x39662d){const _0x3f2016=a109_0x5debdb;return this[_0x3f2016(0xf7)][_0x3f2016(0x100)](_0x39662d);}[a109_0x5debdb(0xf9)](_0x31cd42,_0x36496a){this['data']['set'](_0x31cd42,_0x36496a);}static[a109_0x5debdb(0xe2)](_0x305fdd){const _0x51feb5=a109_0x5debdb,_0x40cf4d={};_0x40cf4d[_0x51feb5(0xfa)]=_0x51feb5(0x101),_0x40cf4d['TJPBw']=_0x51feb5(0xee),_0x40cf4d[_0x51feb5(0xe6)]=function(_0x12cd74,_0x22f95c){return _0x12cd74||_0x22f95c;};const _0x2fbd60=_0x40cf4d;return new TrackedContext(crypto[_0x51feb5(0x106)](_0x2fbd60[_0x51feb5(0xfa)])[_0x51feb5(0x104)](_0x305fdd)[_0x51feb5(0xf1)](_0x2fbd60[_0x51feb5(0xe0)]),_0x2fbd60[_0x51feb5(0xe6)](threadId,0x0),process[_0x51feb5(0xff)],typeof _0x305fdd);}}module[a109_0x5debdb(0xec)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a106_0x55ecea=a106_0x2ea3;(function(_0x4d8af8,_0x36b506){const _0x18749f=a106_0x2ea3,_0x2e860d=_0x4d8af8();while(!![]){try{const _0x544132=parseInt(_0x18749f(0x1cc))/0x1+parseInt(_0x18749f(0x24c))/0x2+-parseInt(_0x18749f(0x293))/0x3*(parseInt(_0x18749f(0x1c5))/0x4)+parseInt(_0x18749f(0x364))/0x5*(parseInt(_0x18749f(0x276))/0x6)+-parseInt(_0x18749f(0x1a6))/0x7*(parseInt(_0x18749f(0x3a8))/0x8)+parseInt(_0x18749f(0x217))/0x9+parseInt(_0x18749f(0x2cc))/0xa*(-parseInt(_0x18749f(0x3bb))/0xb);if(_0x544132===_0x36b506)break;else _0x2e860d['push'](_0x2e860d['shift']());}catch(_0x2e854a){_0x2e860d['push'](_0x2e860d['shift']());}}}(a106_0x1b11,0x6bd4a));const BaseModule=require(a106_0x55ecea(0x2e7)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a106_0x55ecea(0x2a5)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a106_0x55ecea(0x3a9)),AutomationFrameworkState=require(a106_0x55ecea(0x289)),HookState=require('../state/hookState'),GrpcClient=require(a106_0x55ecea(0x387)),scripts=require(a106_0x55ecea(0x22c)),logger=createClassLogger(a106_0x55ecea(0x34c)),PerformanceTester=require(a106_0x55ecea(0x288)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x55ecea(0x26a)),{nestedKeyValue,isUndefined}=require(a106_0x55ecea(0x322)),util=require(a106_0x55ecea(0x1e2)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a106_0x55ecea(0x20b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper'),{FRAMEWORKS}=require('../../utils/constants.js');class AccessibilityModule extends BaseModule{static [a106_0x55ecea(0x2c5)]=AccessibilityModule[a106_0x55ecea(0x253)];static [a106_0x55ecea(0x314)]=![];static [a106_0x55ecea(0x34b)]={};constructor(_0x2f223c){const _0x2eddee=a106_0x55ecea,_0x1ae517={};_0x1ae517['qxyyH']=function(_0x3f407f,_0x3b81fa){return _0x3f407f===_0x3b81fa;},_0x1ae517['sFZcg']=_0x2eddee(0x3d1),_0x1ae517[_0x2eddee(0x31d)]=_0x2eddee(0x2a4),_0x1ae517['YtsJj']='DRIVER_HAS_URL',_0x1ae517[_0x2eddee(0x2c9)]='testhub_build_uuid';const _0x4bab3f=_0x1ae517;super(),AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2eddee(0x298)],HookState[_0x2eddee(0x207)],this[_0x2eddee(0x1e7)]['bind'](this)),AutomationFramework[_0x2eddee(0x23f)](AutomationFrameworkState[_0x2eddee(0x38a)],HookState['POST'],this[_0x2eddee(0x1f9)]['bind'](this)),AutomationFramework[_0x2eddee(0x23f)](AutomationFrameworkState[_0x2eddee(0x36f)],HookState[_0x2eddee(0x207)],this[_0x2eddee(0x1d3)][_0x2eddee(0x2da)](this)),this[_0x2eddee(0x3bd)]=!![],this[_0x2eddee(0x3ae)]=_0x2f223c[_0x2eddee(0x318)](),this[_0x2eddee(0x380)]=new Map(),this['LOG_DISABLED_SHOWN']=new Map(),this[_0x2eddee(0x301)]=_0x2f223c[_0x2eddee(0x1c6)]?.()||![],this['capabilities']=[],this[_0x2eddee(0x2ff)]=![],this['_mobileScanningDisabledLogged']=![],this['setAccessibilityToken'](_0x2f223c['getOptions']()[_0x2eddee(0x271)]());const _0x4ebe34=CLIUtils[_0x2eddee(0x36b)]();_0x4ebe34&&_0x4bab3f[_0x2eddee(0x234)](_0x4ebe34[_0x2eddee(0x253)],FRAMEWORKS[_0x2eddee(0x338)])&&this[_0x2eddee(0x31b)](_0x2f223c[_0x2eddee(0x28c)]()),logger['debug'](_0x4bab3f['sFZcg']),this[_0x2eddee(0x279)]=_0x4bab3f['yanno'],this['KEY_DRIVER_HAS_URL']=_0x4bab3f[_0x2eddee(0x337)],this[_0x2eddee(0x2d0)]=_0x4bab3f[_0x2eddee(0x2c9)];}[a106_0x55ecea(0x3bd)](){const _0x57e924=a106_0x55ecea;return this[_0x57e924(0x3bd)];}[a106_0x55ecea(0x3c5)](){const _0x2d2a8c=a106_0x55ecea;return AccessibilityModule[_0x2d2a8c(0x2c5)];}[a106_0x55ecea(0x343)](){const _0x5e1163=a106_0x55ecea;return this[_0x5e1163(0x380)][_0x5e1163(0x3a3)](CLIUtils[_0x5e1163(0x36e)](),![]);}[a106_0x55ecea(0x1cb)](){const _0x2f5fae=a106_0x55ecea;return this['LOG_DISABLED_SHOWN']['get'](CLIUtils[_0x2f5fae(0x36e)](),![]);}[a106_0x55ecea(0x1cf)](_0x5eb771){const _0x5f4ce5=a106_0x55ecea;this[_0x5f4ce5(0x1e3)][_0x5f4ce5(0x21a)](CLIUtils['getCurrentInstanceName'](),_0x5eb771);}[a106_0x55ecea(0x18c)](){const _0x4987ff=a106_0x55ecea,_0x3969ab={'nycbU':_0x4987ff(0x3c0),'pvoho':function(_0x597d86,_0x2e429b){return _0x597d86(_0x2e429b);},'FKLef':_0x4987ff(0x191),'prgYk':_0x4987ff(0x1dd),'PPlxc':_0x4987ff(0x1ab)};if(this[_0x4987ff(0x2ff)]){logger[_0x4987ff(0x354)](_0x3969ab[_0x4987ff(0x260)]);return;}try{const _0x969959=_0x3969ab[_0x4987ff(0x31e)](require,_0x3969ab['FKLef']);_0x969959&&_0x969959[_0x4987ff(0x266)]?(_0x969959[_0x4987ff(0x266)](),this[_0x4987ff(0x2ff)]=!![],logger[_0x4987ff(0x354)](_0x3969ab['prgYk'])):logger[_0x4987ff(0x354)](_0x3969ab['PPlxc']);}catch(_0x266eb4){logger[_0x4987ff(0x354)](_0x4987ff(0x366)+util[_0x4987ff(0x1f6)](_0x266eb4));}}[a106_0x55ecea(0x346)](_0x3bb446=null,_0x2afa5d=null,_0x202551=null){const _0x4cf667=a106_0x55ecea,_0x4c634a={'Tddyb':function(_0x3e8739,_0x42d600){return _0x3e8739&&_0x42d600;},'vCEAR':_0x4cf667(0x352),'ClbPM':function(_0x423e32,_0x197d02){return _0x423e32(_0x197d02);},'nTDFu':_0x4cf667(0x322),'fLgkh':_0x4cf667(0x306),'BgPAK':_0x4cf667(0x2ce),'MVjbi':function(_0xd14225,_0x51586e){return _0xd14225===_0x51586e;},'ZBUGJ':_0x4cf667(0x2b4),'JRHwv':_0x4cf667(0x3d9),'mPjLT':function(_0x51ac13,_0x287f99){return _0x51ac13!==_0x287f99;},'UVqSa':function(_0x4f6673,_0x30ece9,_0x3d7378){return _0x4f6673(_0x30ece9,_0x3d7378);},'kZrdH':function(_0xee2775,_0xd0afb7){return _0xee2775(_0xd0afb7);},'mIxMl':function(_0x45f43f,_0x455e70){return _0x45f43f(_0x455e70);},'klmVR':function(_0x1dfa3f,_0x20d42f){return _0x1dfa3f<_0x20d42f;},'PxZeT':_0x4cf667(0x1df),'iXmGS':function(_0x204b18,_0x5f0d4a){return _0x204b18===_0x5f0d4a;},'GxcNN':_0x4cf667(0x2ab),'lHZHd':'string','yOJtm':_0x4cf667(0x21f),'hOOAB':_0x4cf667(0x3b0),'aXptc':_0x4cf667(0x2cd),'HPyqi':function(_0x2cdc30){return _0x2cdc30();},'zCvoD':_0x4cf667(0x356),'tVYnO':function(_0x5968ca,_0x2d42d2){return _0x5968ca(_0x2d42d2);},'vLpic':function(_0x402ecb,_0x4a2663){return _0x402ecb-_0x4a2663;},'vVISX':function(_0x54374f,_0x1413d5){return _0x54374f>_0x1413d5;},'fcjlS':function(_0xa18d26,_0x2838dc){return _0xa18d26(_0x2838dc);},'TJtix':_0x4cf667(0x23a)};try{if(_0x4c634a[_0x4cf667(0x330)](!_0x2afa5d,!_0x202551))return logger[_0x4cf667(0x354)](_0x4c634a[_0x4cf667(0x335)]),![];const {isUndefined:_0x2df6f3,isBrowserstackInfra:_0x50b070}=_0x4c634a[_0x4cf667(0x309)](require,_0x4c634a[_0x4cf667(0x34f)]);if(!accessibilityHelper[_0x4cf667(0x395)]())return logger[_0x4cf667(0x354)](_0x4c634a[_0x4cf667(0x2ca)]),![];if(this[_0x4cf667(0x301)]){const _0x110601=(_0x2afa5d[_0x4cf667(0x1d0)]||_0x2afa5d[_0x4c634a[_0x4cf667(0x257)]]||'')[_0x4cf667(0x377)]();if(_0x4c634a[_0x4cf667(0x38f)](_0x110601,_0x4c634a['ZBUGJ'])){const _0x4905fd=_0x2afa5d[_0x4c634a['JRHwv']]||_0x2afa5d[_0x4cf667(0x36d)];if(_0x4c634a[_0x4cf667(0x291)](_0x4905fd,undefined)&&_0x4c634a['mPjLT'](_0x4905fd,null)){const _0x22cd41=_0x4c634a[_0x4cf667(0x327)](parseInt,_0x4c634a['kZrdH'](String,_0x4905fd)['split']('.')[0x0],0xa);if(!_0x4c634a[_0x4cf667(0x388)](isNaN,_0x22cd41)&&_0x4c634a[_0x4cf667(0x2a1)](_0x22cd41,0xb))return logger[_0x4cf667(0x230)]('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x4905fd),![];}}return!![];}const _0xa74158=_0x2afa5d[_0x4cf667(0x2bb)]||_0x2afa5d['browser'],_0x86844b=_0x2afa5d[_0x4cf667(0x2ef)]||_0x2afa5d[_0x4cf667(0x3b5)];if(!accessibilityHelper[_0x4cf667(0x1b3)](_0xa74158))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x3a7)]),![];if(accessibilityHelper[_0x4cf667(0x2df)](_0xa74158))try{const _0x3c271b=_0x2afa5d[_0x4cf667(0x32d)],_0x293f4d=_0x4c634a['MVjbi'](_0x3c271b,!![])||_0x4c634a['iXmGS'](_0x3c271b,_0x4c634a['GxcNN'])||_0x4c634a['iXmGS'](typeof _0x3c271b,_0x4c634a['lHZHd'])&&_0x4c634a['iXmGS'](_0x3c271b[_0x4cf667(0x377)](),_0x4c634a[_0x4cf667(0x282)]);if(_0x293f4d)return logger['warn'](_0x4c634a[_0x4cf667(0x1c8)]),![];const _0x30ac5f=_0x2afa5d?.[_0x4cf667(0x334)]?.['args']||_0x2afa5d?.[_0x4c634a[_0x4cf667(0x37f)]]?.[_0x4cf667(0x1f1)]||[];if(Array[_0x4cf667(0x1c4)](_0x30ac5f)&&_0x30ac5f[_0x4cf667(0x3dc)](_0x113904=>typeof _0x113904===_0x4cf667(0x249)&&(_0x113904===_0x4cf667(0x1f3)||_0x113904['startsWith'](_0x4cf667(0x3cd))&&_0x113904!=='--headless=new')))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x1c8)]),![];}catch(_0x2b35d9){logger[_0x4cf667(0x354)](_0x4cf667(0x1d8)+util[_0x4cf667(0x1f6)](_0x2b35d9));}if(_0x4c634a['mPjLT'](_0x86844b,_0x4c634a[_0x4cf667(0x308)])){const _0x4cdcf4=_0x4c634a[_0x4cf667(0x381)](_0x50b070),_0x23dcac=accessibilityHelper['getMinVersionForBrowser'](_0xa74158,_0x4cdcf4),_0x295ef9=accessibilityHelper[_0x4cf667(0x22e)](_0xa74158);if(!accessibilityHelper[_0x4cf667(0x2dd)](_0x86844b,_0x23dcac)){const _0x2b9fdd=_0x4cdcf4?'':_0x4c634a['zCvoD'],_0xcc4246=Number[_0x4cf667(0x229)](_0x4c634a[_0x4cf667(0x190)](parseFloat,_0x23dcac))?_0x4c634a[_0x4cf667(0x39e)](_0x4c634a[_0x4cf667(0x309)](parseFloat,_0x23dcac),0x1):_0x23dcac;return logger[_0x4cf667(0x230)](_0x4cf667(0x1aa)+_0x295ef9+_0x4cf667(0x2ee)+_0xcc4246+'\x20'+_0x2b9fdd+'.'),![];}}else{const _0x6dfedc=_0x2afa5d['browserVersion']||_0x2afa5d[_0x4cf667(0x3b5)]||_0x2afa5d[_0x4cf667(0x280)];if(_0x6dfedc&&_0x4c634a[_0x4cf667(0x291)](_0x6dfedc,_0x4c634a['aXptc'])&&!_0x4c634a[_0x4cf667(0x267)](_0x4c634a[_0x4cf667(0x388)](parseFloat,_0x6dfedc),_0x4c634a[_0x4cf667(0x1fd)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4cf667(0x230)](_0x4c634a[_0x4cf667(0x390)]),![];}return!![];}catch(_0x72b7ba){return logger[_0x4cf667(0x354)](_0x4cf667(0x3c9)+_0x72b7ba[_0x4cf667(0x374)]),![];}}[a106_0x55ecea(0x350)](_0x8b4633=[],_0x7b9e53,_0x3fc905=a106_0x55ecea(0x3a4)){const _0x28c5bb=a106_0x55ecea,_0x47f5d1={'EyDeZ':function(_0x20bfd1,_0x3c2587){return _0x20bfd1===_0x3c2587;},'DXkvw':'jest','ZPPvO':function(_0x410c5d,_0x1b0b57){return _0x410c5d||_0x1b0b57;},'ObVvv':function(_0x5314dc,_0x4b58ac){return _0x5314dc===_0x4b58ac;},'bRDrn':function(_0x51208e,_0x4e27ba){return _0x51208e&&_0x4e27ba;},'cwCBm':'unknown','wtHRG':function(_0x44aeb6,_0xd70bd7){return _0x44aeb6===_0xd70bd7;},'IfOHT':function(_0x1e58fb,_0x29aa08){return _0x1e58fb(_0x29aa08);},'QJFup':function(_0x4f5485,_0xbdaa0d){return _0x4f5485>_0xbdaa0d;},'dolUc':function(_0x4c6be9,_0x5e57b6){return _0x4c6be9&&_0x5e57b6;}};try{const _0x21df82=process['env'][_0x28c5bb(0x1e8)]?JSON[_0x28c5bb(0x33c)](process[_0x28c5bb(0x1a1)][_0x28c5bb(0x1e8)]):null;if(!_0x21df82)return!![];const _0x45377f=Array[_0x28c5bb(0x1c4)](_0x21df82[_0x28c5bb(0x29e)])?_0x21df82[_0x28c5bb(0x29e)]:[],_0x277595=Array['isArray'](_0x21df82['excludeTagsInTestingScope'])?_0x21df82[_0x28c5bb(0x19d)]:[];if(_0x47f5d1[_0x28c5bb(0x231)](_0x3fc905,_0x47f5d1[_0x28c5bb(0x3ba)])||_0x47f5d1[_0x28c5bb(0x231)](_0x3fc905,FRAMEWORKS['NODE_GENERIC'])){let _0x5d9d00;Array[_0x28c5bb(0x1c4)](_0x8b4633)?_0x5d9d00=_0x8b4633[_0x28c5bb(0x23c)]('\x20'):_0x5d9d00=_0x47f5d1[_0x28c5bb(0x23e)](_0x8b4633,'');const _0x2a2828=_0x3b68c7=>_0x3fc905===FRAMEWORKS[_0x28c5bb(0x338)]&&typeof _0x3b68c7==='string'?_0x3b68c7[_0x28c5bb(0x3a6)](/^@/,'')[_0x28c5bb(0x377)]()[_0x28c5bb(0x2c3)]():_0x3b68c7,_0x44979f=_0x47f5d1[_0x28c5bb(0x1d2)](_0x3fc905,FRAMEWORKS[_0x28c5bb(0x338)])?_0x5d9d00[_0x28c5bb(0x377)]():_0x5d9d00,_0x3ff86e=_0x277595[_0x28c5bb(0x3dc)](_0x1d527d=>_0x44979f[_0x28c5bb(0x2d7)](_0x2a2828(_0x1d527d))),_0x253254=_0x47f5d1[_0x28c5bb(0x231)](_0x45377f['length'],0x0)||_0x45377f[_0x28c5bb(0x3dc)](_0x2e6ff9=>_0x44979f['includes'](_0x2a2828(_0x2e6ff9))),_0x591276=_0x47f5d1[_0x28c5bb(0x319)](!_0x3ff86e,_0x253254);return logger[_0x28c5bb(0x354)]('[platform\x20-\x20'+(_0x7b9e53?.[_0x28c5bb(0x1b9)]?.()||_0x47f5d1[_0x28c5bb(0x1b6)])+_0x28c5bb(0x2bc)+_0x3fc905+_0x28c5bb(0x28e)+_0x591276+_0x28c5bb(0x2b6)+_0x5d9d00+',\x20includeTags='+JSON[_0x28c5bb(0x33e)](_0x45377f)+_0x28c5bb(0x373)+JSON['stringify'](_0x277595)),_0x591276;}const _0x119efb=Array['isArray'](_0x8b4633)?_0x8b4633:[];let _0x53d87b=![],_0x2d66cd=_0x47f5d1[_0x28c5bb(0x361)](_0x45377f[_0x28c5bb(0x1ad)],0x0);const _0x525029=_0x75ed38=>typeof _0x75ed38===_0x28c5bb(0x249)?_0x75ed38[_0x28c5bb(0x3a6)](/^@/,'')[_0x28c5bb(0x377)]()['trim']():_0x75ed38,_0x1d375e=new Set(_0x45377f[_0x28c5bb(0x226)](_0x525029)),_0x261795=new Set(_0x277595[_0x28c5bb(0x226)](_0x525029));for(const _0x1cbb18 of _0x119efb){const _0x2c1486=_0x47f5d1[_0x28c5bb(0x3df)](_0x525029,_0x1cbb18);_0x261795['has'](_0x2c1486)&&(_0x53d87b=!![]),_0x47f5d1['QJFup'](_0x1d375e[_0x28c5bb(0x261)],0x0)&&_0x1d375e['has'](_0x2c1486)&&(_0x2d66cd=!![]);}const _0x4ff031=_0x47f5d1[_0x28c5bb(0x18b)](_0x2d66cd,!_0x53d87b);return logger[_0x28c5bb(0x354)](_0x28c5bb(0x1a9)+(_0x7b9e53?.[_0x28c5bb(0x1b9)]?.()||_0x47f5d1['cwCBm'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x4ff031+_0x28c5bb(0x244)+JSON[_0x28c5bb(0x33e)](_0x119efb)+_0x28c5bb(0x21c)+JSON[_0x28c5bb(0x33e)](_0x45377f)+',\x20excludeTags='+JSON['stringify'](_0x277595)),_0x4ff031;}catch(_0xf39ae0){return logger[_0x28c5bb(0x354)](_0x28c5bb(0x1a9)+(_0x7b9e53?.['getPlatformIndex']?.()||_0x47f5d1[_0x28c5bb(0x1b6)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0xf39ae0[_0x28c5bb(0x374)]),![];}}async['onBeforeTest'](_0x177935){const _0x324d82=a106_0x55ecea,_0x32a0cb={};_0x32a0cb[_0x324d82(0x1d5)]=function(_0x363aab,_0x3b2160){return _0x363aab!==_0x3b2160;},_0x32a0cb[_0x324d82(0x218)]=_0x324d82(0x3a4),_0x32a0cb[_0x324d82(0x1b1)]='jest',_0x32a0cb[_0x324d82(0x204)]='testcafe',_0x32a0cb[_0x324d82(0x2e1)]=function(_0x181172,_0xcc3e27){return _0x181172!==_0xcc3e27;},_0x32a0cb['XVNdS']=function(_0x55b559,_0x18c8dd){return _0x55b559===_0x18c8dd;},_0x32a0cb[_0x324d82(0x1a4)]=_0x324d82(0x2ab),_0x32a0cb['lHVKH']=function(_0x515cd3,_0x36cc45){return _0x515cd3===_0x36cc45;},_0x32a0cb['EVEsZ']=function(_0x4b9334,_0x194c3f){return _0x4b9334&&_0x194c3f;},_0x32a0cb['YoktC']=_0x324d82(0x2bf),_0x32a0cb[_0x324d82(0x25a)]=_0x324d82(0x227),_0x32a0cb[_0x324d82(0x1bf)]=_0x324d82(0x37c),_0x32a0cb[_0x324d82(0x254)]=_0x324d82(0x26f),_0x32a0cb['Yibop']=function(_0x35c37d,_0x2f90af){return _0x35c37d===_0x2f90af;},_0x32a0cb[_0x324d82(0x2d2)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x32a0cb['dHNTv']=_0x324d82(0x32b),_0x32a0cb[_0x324d82(0x27c)]=function(_0x1604ea,_0x17d807){return _0x1604ea>_0x17d807;},_0x32a0cb['MBCKl']=_0x324d82(0x375),_0x32a0cb[_0x324d82(0x316)]=_0x324d82(0x311),_0x32a0cb['nyrbW']=function(_0x1fcfa1,_0x2b1f2d){return _0x1fcfa1&&_0x2b1f2d;},_0x32a0cb['wtoTl']='unknown';const _0x45d5ad=_0x32a0cb;if(_0x45d5ad[_0x324d82(0x1d5)](_0x177935[_0x324d82(0x250)],_0x45d5ad[_0x324d82(0x218)])&&_0x45d5ad['hNcqJ'](_0x177935[_0x324d82(0x250)],_0x45d5ad['ZQbOP'])&&_0x45d5ad[_0x324d82(0x1d5)](_0x177935[_0x324d82(0x250)],_0x45d5ad[_0x324d82(0x204)])&&_0x45d5ad[_0x324d82(0x2e1)](_0x177935['testFramework'],FRAMEWORKS[_0x324d82(0x338)])){logger[_0x324d82(0x354)](_0x324d82(0x391)+_0x177935['testFramework']+')');return;}try{const _0x314e12=AutomationFramework[_0x324d82(0x24d)](),_0x2e5003=TestFramework[_0x324d82(0x24d)](),_0xc86ec8=_0x177935[_0x324d82(0x341)]||global[_0x324d82(0x368)]?.[_0x324d82(0x3db)]||null;if(_0x45d5ad[_0x324d82(0x303)](_0x177935['testFramework'],_0x45d5ad[_0x324d82(0x204)])){const _0x3c7ca0=_0x177935[_0x324d82(0x2d9)]||_0x314e12&&_0x314e12[_0x324d82(0x186)]&&_0x314e12[_0x324d82(0x186)]()||_0x314e12&&_0x314e12[_0x324d82(0x263)]&&_0x314e12[_0x324d82(0x263)]()||{},_0x24689f=_0x177935[_0x324d82(0x2b3)]||null,_0x34ec62=this[_0x324d82(0x346)](_0x314e12,_0x3c7ca0,_0x24689f),_0x1aabb6=CLIUtils[_0x324d82(0x36e)]();this[_0x324d82(0x380)][_0x324d82(0x21a)](_0x1aabb6,_0x34ec62);global[_0x324d82(0x27f)]?.['getContext']&&global[_0x324d82(0x27f)][_0x324d82(0x1b8)]()['setShouldScan'](_0x34ec62);_0x34ec62?(global['accessibilityPlatform']=!![],process[_0x324d82(0x1a1)][_0x324d82(0x219)]=_0x45d5ad['rLmXb']):global[_0x324d82(0x28b)]=![];logger[_0x324d82(0x354)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x34ec62);return;}if(_0x45d5ad[_0x324d82(0x39c)](_0x177935['testFramework'],FRAMEWORKS[_0x324d82(0x338)])){const _0x36a6ff=_0x177935[_0x324d82(0x1ac)]||{},_0x53892b=_0x36a6ff[TestFrameworkConstants[_0x324d82(0x215)]],_0x7f6762=_0x36a6ff[TestFrameworkConstants[_0x324d82(0x2eb)]]||'',_0x4aa2ab=(Array['isArray'](_0x53892b)?_0x53892b[_0x324d82(0x25c)](_0x7f6762)['join']('\x20'):_0x7f6762)['trim'](),_0x5545e2=_0x177935['platformCaps']||_0x314e12&&_0x314e12[_0x324d82(0x186)]&&_0x314e12[_0x324d82(0x186)]()||_0x314e12&&_0x314e12[_0x324d82(0x263)]&&_0x314e12[_0x324d82(0x263)]()||{},_0xec6ca7=this[_0x324d82(0x346)](_0x314e12,_0x5545e2,_0x177935[_0x324d82(0x2b3)]||null),_0x15aadd=this[_0x324d82(0x350)](_0x4aa2ab,_0x314e12,FRAMEWORKS[_0x324d82(0x338)]),_0x35e25d=_0x45d5ad['EVEsZ'](_0xec6ca7,_0x15aadd),_0x5f20d7=CLIUtils[_0x324d82(0x36e)]();this[_0x324d82(0x380)][_0x324d82(0x21a)](_0x5f20d7,_0x35e25d);global[_0x324d82(0x27f)]?.['getContext']&&global['Context'][_0x324d82(0x1b8)]()[_0x324d82(0x1f5)](_0x35e25d);_0x35e25d?(global[_0x324d82(0x28b)]=!![],process[_0x324d82(0x1a1)][_0x324d82(0x219)]=_0x45d5ad[_0x324d82(0x1a4)],this['applySendMessageToServerPatch']()):global[_0x324d82(0x28b)]=![];_0x2e5003&&_0x2e5003['updateData'](_0x45d5ad[_0x324d82(0x333)],!![]);logger['debug'](_0x324d82(0x1c7)+_0xec6ca7+_0x324d82(0x3a1)+_0x15aadd+_0x324d82(0x2b6)+_0x4aa2ab);return;}if(!_0xc86ec8){_0x2e5003&&_0x2e5003[_0x324d82(0x2fb)](_0x45d5ad[_0x324d82(0x333)],!![]);logger[_0x324d82(0x354)](_0x45d5ad['Cthrv']);return;}logger[_0x324d82(0x354)](_0x45d5ad[_0x324d82(0x1bf)]);const _0x4c7117=_0x2e5003?.['getData'](_0x45d5ad[_0x324d82(0x254)],![]),_0x3b00a6=_0x2e5003?.['getData'](_0x45d5ad[_0x324d82(0x333)],![]);if(_0x45d5ad[_0x324d82(0x39c)](_0x4c7117,![])&&_0x45d5ad[_0x324d82(0x2b7)](_0x3b00a6,![])){_0x2e5003&&_0x2e5003['updateData'](_0x45d5ad[_0x324d82(0x254)],!![]);logger['debug'](_0x45d5ad[_0x324d82(0x2d2)]);return;}_0x2e5003&&_0x2e5003[_0x324d82(0x2fb)](_0x45d5ad[_0x324d82(0x333)],!![]);let _0x57d4d0,_0x2d2cad;const _0x93dc15=_0x177935['testFramework']||_0x45d5ad[_0x324d82(0x218)];if(_0x45d5ad[_0x324d82(0x303)](_0x93dc15,_0x45d5ad[_0x324d82(0x1b1)])){_0x2d2cad=_0x177935['testInfo']?.[_0x324d82(0x3b7)]||_0x177935[_0x324d82(0x2b9)]?.['id']||global[_0x324d82(0x1f7)]||global[_0x324d82(0x368)]?.['currentTest']?.[_0x324d82(0x3b7)]||global[_0x324d82(0x368)]?.[_0x324d82(0x1bd)]?.['id'];const _0x5bde8b=_0x2e5003?.[_0x324d82(0x342)]()?.[_0x324d82(0x3a3)](_0x2d2cad);if(_0x5bde8b&&_0x5bde8b[TestFrameworkConstants['KEY_TEST_NAME']])_0x57d4d0=_0x5bde8b[TestFrameworkConstants[_0x324d82(0x2eb)]];else{if(_0x177935[_0x324d82(0x2b9)]?.[_0x324d82(0x386)])_0x57d4d0=_0x177935[_0x324d82(0x2b9)][_0x324d82(0x386)];else global[_0x324d82(0x368)]?.['currentTest']?.[_0x324d82(0x2b9)]?.[_0x324d82(0x386)]?_0x57d4d0=global[_0x324d82(0x368)][_0x324d82(0x1bd)][_0x324d82(0x2b9)][_0x324d82(0x386)]:_0x57d4d0=_0x45d5ad[_0x324d82(0x211)];}logger[_0x324d82(0x354)](_0x324d82(0x1c3)+_0x2d2cad+_0x324d82(0x2b6)+JSON['stringify'](_0x57d4d0));}else{_0x2d2cad=this[_0x324d82(0x18e)](_0x177935);const _0x176456=TestInfo[_0x324d82(0x22d)](_0x2d2cad);let _0x33b1fc=[];if(_0x176456&&Array[_0x324d82(0x1c4)](_0x176456[_0x324d82(0x311)])&&_0x45d5ad[_0x324d82(0x27c)](_0x176456[_0x324d82(0x311)][_0x324d82(0x1ad)],0x0))_0x33b1fc=_0x176456[_0x324d82(0x311)];else{if(_0x2e5003){const _0x4e163c=_0x45d5ad['XVNdS'](typeof _0x2e5003[_0x324d82(0x19a)],_0x45d5ad[_0x324d82(0x332)])?_0x2e5003[_0x324d82(0x19a)](_0x45d5ad[_0x324d82(0x316)],[]):_0x2e5003[_0x324d82(0x311)]||[];Array[_0x324d82(0x1c4)](_0x4e163c)&&(_0x33b1fc=_0x4e163c);}}_0x57d4d0=_0x33b1fc;}logger[_0x324d82(0x224)](_0x324d82(0x3ad)+JSON[_0x324d82(0x33e)](_0x57d4d0));const _0x10523a=this[_0x324d82(0x346)](_0x314e12,_0x177935[_0x324d82(0x2d9)],_0x177935['launchCaps']);logger[_0x324d82(0x354)](_0x324d82(0x2ea)+_0x10523a+_0x324d82(0x26c)+this[_0x324d82(0x301)]);const _0x274be6=this[_0x324d82(0x350)](_0x57d4d0,_0x314e12,_0x93dc15),_0x1f4c34=_0x45d5ad[_0x324d82(0x1bb)](_0x10523a,_0x274be6),_0x5d4bfe=CLIUtils[_0x324d82(0x36e)]();this['accessibility'][_0x324d82(0x21a)](_0x5d4bfe,_0x1f4c34),global[_0x324d82(0x27f)]?.[_0x324d82(0x1b8)]&&global['Context'][_0x324d82(0x1b8)]()[_0x324d82(0x1f5)](_0x1f4c34),logger['debug'](_0x324d82(0x1a9)+(_0x314e12?.[_0x324d82(0x1b9)]?.()||_0x45d5ad[_0x324d82(0x238)])+_0x324d82(0x31a)+_0x1f4c34),_0x1f4c34?(global['accessibilityPlatform']=!![],process[_0x324d82(0x1a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x45d5ad['rLmXb'],this[_0x324d82(0x18c)]()):global[_0x324d82(0x28b)]=![];}catch(_0x1575b9){logger[_0x324d82(0x19b)](_0x324d82(0x1d6)+(_0x1575b9['stack']||_0x1575b9[_0x324d82(0x374)]));const _0x274159=CLIUtils[_0x324d82(0x36e)]();this['accessibility']['set'](_0x274159,![]),global['accessibilityPlatform']=![];}}['getGoogleChromeOptions'](){const _0x10efe0=a106_0x55ecea;return this['capabilities'][_0x10efe0(0x3a2)](_0x2a6756=>_0x2a6756[_0x10efe0(0x232)]()===_0x10efe0(0x3b0))?.[_0x10efe0(0x3d6)]()||'';}['getCapabilityValue'](_0x2f3c77){const _0x1d5bfe=a106_0x55ecea;try{const _0x1f4eae=this['accessibilityConfig']?.[_0x1d5bfe(0x38c)]?.[_0x1d5bfe(0x245)]||[],_0xb2d94a=_0x1f4eae['find'](_0x3f7025=>_0x3f7025[_0x1d5bfe(0x253)]===_0x2f3c77);return _0xb2d94a?_0xb2d94a['value']:null;}catch(_0x4fdf7a){return logger[_0x1d5bfe(0x354)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x2f3c77+':\x20'+_0x4fdf7a[_0x1d5bfe(0x374)]),null;}}async[a106_0x55ecea(0x270)](_0x49f1d2,_0x28ea1a){const _0x1c1a5c=a106_0x55ecea,_0x4e8408=_0x49f1d2[_0x1c1a5c(0x1fc)]()[_0x1c1a5c(0x28c)]();this[_0x1c1a5c(0x31b)](_0x4e8408),this[_0x1c1a5c(0x237)]=_0x4e8408[_0x1c1a5c(0x271)](),await this[_0x1c1a5c(0x1dc)](this['capabilities'],_0x28ea1a[_0x1c1a5c(0x2b3)]);}[a106_0x55ecea(0x31b)](_0x5f0d1c){const _0x3b1008=a106_0x55ecea,_0x228458={};_0x228458[_0x3b1008(0x358)]=function(_0x33ca9c,_0xd35b67){return _0x33ca9c>_0xd35b67;},_0x228458[_0x3b1008(0x385)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x228458[_0x3b1008(0x2a2)]=_0x3b1008(0x331);const _0x434eae=_0x228458;try{const _0x5cfe8f=_0x5f0d1c[_0x3b1008(0x360)](),_0x4e7bd5=_0x5f0d1c['getCommandsToWrap']()?.[_0x3b1008(0x192)]();_0x5cfe8f&&_0x434eae[_0x3b1008(0x358)](_0x5cfe8f[_0x3b1008(0x1ad)],0x0)?(scripts['parseFromProto'](_0x5cfe8f,_0x4e7bd5),scripts[_0x3b1008(0x35e)](),logger['debug'](_0x434eae['uiayX'])):logger[_0x3b1008(0x354)](_0x434eae[_0x3b1008(0x2a2)]);}catch(_0x79d217){logger['debug']('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x79d217[_0x3b1008(0x374)]);}}async[a106_0x55ecea(0x1dc)](_0x336741,_0x2599c9={}){const _0x4a18d1=a106_0x55ecea,_0x10d964={'MNsVG':_0x4a18d1(0x2ad),'pDZDn':_0x4a18d1(0x1f0),'bobuq':function(_0x309124,_0x5899d1){return _0x309124===_0x5899d1;},'zhAGm':_0x4a18d1(0x22f),'WWPxN':function(_0x343884,_0x1a8379){return _0x343884(_0x1a8379);},'OhoDX':_0x4a18d1(0x313),'ZfWdr':_0x4a18d1(0x28f),'ZeIMN':'hex','AcJlQ':function(_0x2e20a1,_0x1e4126){return _0x2e20a1||_0x1e4126;},'chBJP':_0x4a18d1(0x247),'VYxWT':function(_0x347514,_0x5061b9){return _0x347514(_0x5061b9);},'QGeqw':_0x4a18d1(0x193),'ENxug':_0x4a18d1(0x322),'PEmRi':function(_0x2544e0,_0x37509b){return _0x2544e0(_0x37509b);},'asJTy':function(_0x755f06,_0x5103da){return _0x755f06===_0x5103da;},'jeMjY':'wcagVersion','pkxin':_0x4a18d1(0x209),'nfDnh':_0x4a18d1(0x35a),'Ycjtj':'browserstack.accessibilityOptions.scannerVersion','rzxsp':'scannerProcessingTimeout','HPjSu':_0x4a18d1(0x3c8),'FfWYz':_0x4a18d1(0x2d1),'snTLB':function(_0xde7915,_0x4cd2c7){return _0xde7915(_0x4cd2c7);},'FNRUi':function(_0x581e87,_0x11018c){return _0x581e87===_0x11018c;},'ZYYIh':function(_0x38b2a7,_0x7238a3){return _0x38b2a7===_0x7238a3;},'rRgzz':_0x4a18d1(0x2ab)};global[_0x4a18d1(0x256)]=global[_0x4a18d1(0x256)]||{};const _0x2ee608=Array[_0x4a18d1(0x1c4)](_0x336741)?_0x336741[_0x4a18d1(0x1ad)]:_0x10d964[_0x4a18d1(0x351)];logger[_0x4a18d1(0x354)](_0x4a18d1(0x1b5)+_0x2ee608+_0x4a18d1(0x3cf)+(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1fa)]||_0x10d964['pDZDn'])+_0x4a18d1(0x312)+process[_0x4a18d1(0x305)]);for(const _0x1f2a9b of _0x336741){logger['debug'](_0x4a18d1(0x28a)+_0x1f2a9b['getName']());if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964['zhAGm'])){const _0x54c8f8=_0x1f2a9b['getValue'](),_0x4f8911=_0x54c8f8?_0x10d964[_0x4a18d1(0x369)](require,_0x10d964[_0x4a18d1(0x328)])[_0x4a18d1(0x37d)](_0x10d964[_0x4a18d1(0x349)])[_0x4a18d1(0x281)](_0x54c8f8)[_0x4a18d1(0x203)](_0x10d964[_0x4a18d1(0x1a5)])[_0x4a18d1(0x284)](0x0,0x8):'';logger['info']('[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len='+_0x10d964[_0x4a18d1(0x206)](_0x54c8f8,'')[_0x4a18d1(0x1ad)]+_0x4a18d1(0x21e)+_0x4f8911+_0x4a18d1(0x3cf)+(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1fa)]||_0x10d964[_0x4a18d1(0x389)])+'\x22\x20pid='+process[_0x4a18d1(0x305)]),process[_0x4a18d1(0x1a1)]['BS_A11Y_JWT']=_0x54c8f8,global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x24a)]]=_0x54c8f8;const _0x43e4f4=_0x10d964[_0x4a18d1(0x2db)](require,_0x10d964['QGeqw']),{isTrue:_0x1682a6}=_0x10d964[_0x4a18d1(0x2db)](require,_0x10d964[_0x4a18d1(0x2f1)]),_0xe8097f=_0x43e4f4[_0x4a18d1(0x2e3)](_0x54c8f8);_0xe8097f&&_0x10d964[_0x4a18d1(0x320)](_0x1682a6,_0xe8097f[_0x4a18d1(0x19f)])&&(process[_0x4a18d1(0x1a1)][_0x4a18d1(0x1ae)]=!![]);}else{if(_0x10d964['asJTy'](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x1bc)]))global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x3b3)]]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x19c)]))global[_0x4a18d1(0x256)][_0x10d964[_0x4a18d1(0x39f)]]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x3c2)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x23b)]))global[_0x4a18d1(0x256)][_0x10d964['HPjSu']]=_0x1f2a9b[_0x4a18d1(0x3d6)]();else{if(_0x10d964[_0x4a18d1(0x290)](_0x1f2a9b[_0x4a18d1(0x232)](),_0x10d964[_0x4a18d1(0x2af)])){const _0x3f3070=_0x1f2a9b['getValue']();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x10d964['snTLB'](String,_0x10d964[_0x4a18d1(0x304)](_0x3f3070,!![])||_0x10d964[_0x4a18d1(0x3cc)](_0x3f3070,_0x10d964[_0x4a18d1(0x1e4)])),logger[_0x4a18d1(0x354)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x3f3070+_0x4a18d1(0x26e)+process[_0x4a18d1(0x1a1)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a106_0x55ecea(0x1d3)](_0x5a439a){const _0x19576c=a106_0x55ecea,_0x4e9899={};_0x4e9899[_0x19576c(0x3b1)]=function(_0x1fe0b9,_0x1605f8){return _0x1fe0b9!==_0x1605f8;},_0x4e9899['lFHOd']=_0x19576c(0x3a4),_0x4e9899[_0x19576c(0x382)]=_0x19576c(0x3d8),_0x4e9899[_0x19576c(0x370)]=_0x19576c(0x367),_0x4e9899[_0x19576c(0x326)]=_0x19576c(0x33f);const _0x531c04=_0x4e9899;if(_0x531c04['HMJrV'](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x2a9)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x382)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a[_0x19576c(0x250)],_0x531c04[_0x19576c(0x370)])&&_0x531c04[_0x19576c(0x3b1)](_0x5a439a['testFramework'],FRAMEWORKS[_0x19576c(0x338)])){logger[_0x19576c(0x354)](_0x19576c(0x1b7)+_0x5a439a['testFramework']+')');return;}const _0x1c91d3=_0x5a439a[_0x19576c(0x2b9)]?.[_0x19576c(0x3b7)]||_0x5a439a[_0x19576c(0x2b9)]?.['id']||global[_0x19576c(0x1f7)];logger[_0x19576c(0x224)](_0x19576c(0x307)+_0x5a439a['testFramework']+_0x19576c(0x1d7)+_0x1c91d3);try{const _0x17964b=_0x5a439a[_0x19576c(0x210)]||AutomationFramework[_0x19576c(0x24d)](),_0x247bfb=CLIUtils[_0x19576c(0x36e)](),_0x579389=this[_0x19576c(0x343)]();logger[_0x19576c(0x354)]('[platform\x20-\x20'+(_0x17964b?.[_0x19576c(0x1b9)]?.()||_0x531c04['JpbAO'])+_0x19576c(0x2fd)+_0x579389),_0x579389&&await this[_0x19576c(0x220)](_0x17964b,_0x5a439a),this['accessibility']['delete'](_0x247bfb),this['LOG_DISABLED_SHOWN'][_0x19576c(0x259)](_0x247bfb);}catch(_0x58a133){logger['error'](_0x19576c(0x2d6)+(_0x58a133['stack']||_0x58a133[_0x19576c(0x374)]));}}async[a106_0x55ecea(0x220)](_0xa5a0c3,_0xf9b0ec){const _0x267d8e=a106_0x55ecea,_0x32f4fc={};_0x32f4fc['jYMZC']=function(_0x275f1c,_0x1fa0f6){return _0x275f1c===_0x1fa0f6;},_0x32f4fc['VqKHw']=_0x267d8e(0x375),_0x32f4fc['wOoZv']=function(_0x4e8ed8,_0x1d797f){return _0x4e8ed8===_0x1d797f;},_0x32f4fc[_0x267d8e(0x3ca)]=_0x267d8e(0x3d8),_0x32f4fc[_0x267d8e(0x2e5)]='cucumber',_0x32f4fc['RlMAE']=function(_0x44caa6,_0x39312c){return _0x44caa6===_0x39312c;},_0x32f4fc[_0x267d8e(0x25e)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x32f4fc[_0x267d8e(0x2d8)]=_0x267d8e(0x380),_0x32f4fc['YUpPr']='saveResults',_0x32f4fc['pTnQN']='unknown',_0x32f4fc[_0x267d8e(0x1be)]='present',_0x32f4fc[_0x267d8e(0x274)]='null',_0x32f4fc['gjpuJ']=function(_0x5241d8,_0x2d162a){return _0x5241d8||_0x2d162a;},_0x32f4fc[_0x267d8e(0x3c7)]=_0x267d8e(0x2b5),_0x32f4fc[_0x267d8e(0x233)]=_0x267d8e(0x317),_0x32f4fc[_0x267d8e(0x1d4)]=_0x267d8e(0x1c0);const _0x425dad=_0x32f4fc;try{const _0x21f944=_0xf9b0ec['testFramework']||(_0x425dad[_0x267d8e(0x201)](this[_0x267d8e(0x379)]?.['name']?.[_0x267d8e(0x377)](),_0x425dad[_0x267d8e(0x3ca)])?_0x425dad[_0x267d8e(0x3ca)]:_0x425dad[_0x267d8e(0x2e5)]);let _0x2f9c15='',_0x14eff7=null,_0x3c4ea8=null;if(_0x425dad[_0x267d8e(0x39a)](_0x21f944,_0x425dad[_0x267d8e(0x3ca)])){_0x14eff7=_0xf9b0ec['testInfo']?.[_0x267d8e(0x3b7)]||_0xf9b0ec['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x14eff7){logger['warn'](_0x425dad[_0x267d8e(0x25e)]);return;}try{const _0x4bf086=await GrpcClient[_0x267d8e(0x3d2)]()[_0x267d8e(0x2f9)](process[_0x267d8e(0x1a1)][_0x267d8e(0x26d)],_0x425dad['OTxKL'],_0x425dad[_0x267d8e(0x325)],_0x14eff7),_0x333e85=AccessibilityModule[_0x267d8e(0x269)](null,_0x4bf086);_0x2f9c15=_0x333e85?.[_0x267d8e(0x2c1)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2f9c15+_0x267d8e(0x1a3)+_0x14eff7),_0x3c4ea8=_0x4bf086;}catch(_0x2a85a6){logger[_0x267d8e(0x19b)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x2a85a6[_0x267d8e(0x374)]);return;}}else{const _0x3e97de=this[_0x267d8e(0x18e)](_0xf9b0ec);_0x2f9c15=TestInfo[_0x267d8e(0x208)](_0x3e97de);}const _0x19e99f=((()=>{const _0x51797b=_0x267d8e,_0x486c80=(this[_0x51797b(0x3ae)]?.[_0x51797b(0x38c)]?.['capabilitiesList']||[])[_0x51797b(0x3a2)](_0x511049=>(typeof _0x511049[_0x51797b(0x232)]===_0x51797b(0x375)?_0x511049['getName']():_0x511049['name'])===this[_0x51797b(0x2d0)]);return _0x486c80?_0x425dad['jYMZC'](typeof _0x486c80[_0x51797b(0x3d6)],_0x425dad['VqKHw'])?_0x486c80['getValue']():_0x486c80[_0x51797b(0x310)]:'';})()),_0x38ecef=process[_0x267d8e(0x1a1)][_0x267d8e(0x243)]||'';logger[_0x267d8e(0x354)](_0x267d8e(0x1a9)+(_0xa5a0c3?.[_0x267d8e(0x1b9)]?.()||_0x425dad['pTnQN'])+_0x267d8e(0x25f)+_0x2f9c15+_0x267d8e(0x296)+_0x19e99f+_0x267d8e(0x2e2)+(_0x38ecef?_0x425dad[_0x267d8e(0x1be)]:_0x425dad[_0x267d8e(0x274)]));let _0x2ad41f;if(_0x425dad[_0x267d8e(0x201)](_0x21f944,_0x425dad[_0x267d8e(0x3ca)]))_0x2ad41f=AccessibilityModule['loadDriverExecuteParams'](_0x2f9c15,_0x3c4ea8);else{const _0x2737a3=await GrpcClient[_0x267d8e(0x3d2)]()[_0x267d8e(0x2f9)](process[_0x267d8e(0x1a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x425dad[_0x267d8e(0x2d8)],_0x425dad['YUpPr']);_0x2ad41f=AccessibilityModule[_0x267d8e(0x269)](_0x2f9c15,_0x2737a3);}logger[_0x267d8e(0x354)](_0x267d8e(0x2e0)+JSON[_0x267d8e(0x33e)](_0x2ad41f));const _0x5ebf99=Object[_0x267d8e(0x39d)]({},{'thTestRunUuid':_0x425dad[_0x267d8e(0x1a2)](_0x2f9c15,''),'thBuildUuid':_0x425dad[_0x267d8e(0x1a2)](_0x19e99f,''),'thJwtToken':_0x425dad[_0x267d8e(0x1a2)](_0x38ecef,'')},_0x2ad41f);!this[_0x267d8e(0x301)]&&this[_0x267d8e(0x1ec)]()&&(_0x5ebf99['is_mobile_session']=!![],logger[_0x267d8e(0x354)](_0x425dad[_0x267d8e(0x3c7)]));logger[_0x267d8e(0x354)](_0x267d8e(0x24f)+_0x2f9c15+',\x20isAppAccessibility='+this[_0x267d8e(0x301)]);let _0x320896=global[_0x267d8e(0x368)]?.['pwPage']||null;!_0x320896&&(_0x320896=AutomationFramework['getState'](_0xa5a0c3,_0x425dad['uMqBB'],null)),!_0x320896&&(_0x320896=AutomationFramework['getState'](_0xa5a0c3,_0x425dad['zIoUK'],null)),await this[_0x267d8e(0x37e)](this['getCurrentAccessibilityStatus'](),_0x2f9c15,_0x320896,_0x5ebf99,this['isAppAccessibility']);}catch(_0x32fe96){logger[_0x267d8e(0x19b)](_0x267d8e(0x3b9)+(_0x32fe96[_0x267d8e(0x362)]||_0x32fe96[_0x267d8e(0x374)]));}}async[a106_0x55ecea(0x37e)](_0x373f1a,_0x5f14d5,_0x43c061,_0x20bc0b,_0x4adcda){const _0x4ff9a0=a106_0x55ecea,_0x4ec54c={};_0x4ec54c['eamoJ']=_0x4ff9a0(0x299),_0x4ec54c[_0x4ff9a0(0x347)]=function(_0x4da2c4,_0x4eae14){return _0x4da2c4&&_0x4eae14;},_0x4ec54c[_0x4ff9a0(0x3be)]=_0x4ff9a0(0x1e9),_0x4ec54c[_0x4ff9a0(0x2e8)]=function(_0x3cf87b,_0x1f1dda){return _0x3cf87b===_0x1f1dda;},_0x4ec54c[_0x4ff9a0(0x2dc)]=_0x4ff9a0(0x3cb),_0x4ec54c['cCSUw']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4ec54c[_0x4ff9a0(0x355)]=_0x4ff9a0(0x225),_0x4ec54c[_0x4ff9a0(0x262)]=_0x4ff9a0(0x1e6),_0x4ec54c[_0x4ff9a0(0x251)]=_0x4ff9a0(0x1f8),_0x4ec54c['AFCDO']=_0x4ff9a0(0x30b),_0x4ec54c[_0x4ff9a0(0x32e)]=_0x4ff9a0(0x3c1),_0x4ec54c[_0x4ff9a0(0x20d)]=_0x4ff9a0(0x255);const _0x2b7d6e=_0x4ec54c;try{const _0x4251f2=this['getScriptByName'](_0x2b7d6e['eamoJ']);if(_0x2b7d6e['CappV'](!_0x4adcda,!_0x4251f2)){logger[_0x4ff9a0(0x354)](_0x2b7d6e['nHTnV']);return;}if(!_0x5f14d5||_0x2b7d6e['SFFwV'](_0x5f14d5,_0x2b7d6e[_0x4ff9a0(0x2dc)])||_0x2b7d6e[_0x4ff9a0(0x2e8)](_0x5f14d5,'')){logger[_0x4ff9a0(0x354)](_0x2b7d6e[_0x4ff9a0(0x197)]);return;}logger[_0x4ff9a0(0x354)](_0x4ff9a0(0x1e5)+JSON['stringify'](_0x20bc0b)),_0x373f1a&&(logger['debug'](_0x2b7d6e[_0x4ff9a0(0x355)]),await this[_0x4ff9a0(0x32c)](_0x43c061,_0x5f14d5,_0x2b7d6e[_0x4ff9a0(0x262)],_0x20bc0b,_0x4adcda,_0x2b7d6e['XAFXw']),_0x2b7d6e['CappV'](!_0x4adcda,_0x4251f2)&&(logger[_0x4ff9a0(0x354)](_0x2b7d6e[_0x4ff9a0(0x189)]),await PerformanceTester[_0x4ff9a0(0x1d1)](_0x2b7d6e[_0x4ff9a0(0x32e)],async()=>{const _0x4b778c=_0x4ff9a0;await this[_0x4b778c(0x32c)](_0x43c061,_0x5f14d5,_0x2b7d6e['eamoJ'],_0x20bc0b,_0x4adcda,_0x2b7d6e[_0x4b778c(0x2bd)]);})()),logger[_0x4ff9a0(0x224)](_0x2b7d6e[_0x4ff9a0(0x20d)]));}catch(_0x5f4ca7){logger[_0x4ff9a0(0x19b)](_0x4ff9a0(0x1a7)+(_0x5f4ca7['stack']||_0x5f4ca7[_0x4ff9a0(0x374)]));}}async['onBeforeExecute'](_0x358db0){const _0x56c985=a106_0x55ecea,_0x4d7704={};_0x4d7704[_0x56c985(0x26b)]=function(_0x4dcb76,_0x127b0d){return _0x4dcb76!==_0x127b0d;},_0x4d7704[_0x56c985(0x2fe)]=_0x56c985(0x3a4),_0x4d7704[_0x56c985(0x29d)]=function(_0x37806b,_0x2c8b86){return _0x37806b!==_0x2c8b86;},_0x4d7704[_0x56c985(0x28d)]=_0x56c985(0x3d8),_0x4d7704[_0x56c985(0x248)]=_0x56c985(0x367),_0x4d7704[_0x56c985(0x345)]=function(_0x147bf0,_0x5c43c5){return _0x147bf0!==_0x5c43c5;},_0x4d7704[_0x56c985(0x278)]=_0x56c985(0x33f),_0x4d7704['PVasL']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x4d7704['wVhTp']=function(_0x349bd8,_0x337d98){return _0x349bd8&&_0x337d98;},_0x4d7704[_0x56c985(0x38d)]=function(_0x23fe8e,_0x139c41){return _0x23fe8e===_0x139c41;},_0x4d7704[_0x56c985(0x265)]=_0x56c985(0x21b),_0x4d7704[_0x56c985(0x286)]='accessibility',_0x4d7704[_0x56c985(0x1f4)]=_0x56c985(0x31f),_0x4d7704[_0x56c985(0x195)]='test_run_id',_0x4d7704[_0x56c985(0x213)]=_0x56c985(0x3da),_0x4d7704['TogMe']=function(_0x2a80b6,_0x456bc7){return _0x2a80b6===_0x456bc7;},_0x4d7704[_0x56c985(0x18a)]=_0x56c985(0x1f8),_0x4d7704[_0x56c985(0x2ec)]=_0x56c985(0x3cb);const _0x4888c0=_0x4d7704;if(_0x4888c0['psCcP'](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x2fe)])&&_0x4888c0[_0x56c985(0x29d)](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x28d)])&&_0x4888c0[_0x56c985(0x26b)](_0x358db0[_0x56c985(0x250)],_0x4888c0['hoNXP'])&&_0x4888c0[_0x56c985(0x345)](_0x358db0[_0x56c985(0x250)],FRAMEWORKS[_0x56c985(0x338)])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x358db0[_0x56c985(0x250)]+')');return;}logger[_0x56c985(0x354)](_0x56c985(0x2c6)+(_0x358db0[_0x56c985(0x19e)]||_0x4888c0['DXFIB'])+_0x56c985(0x302)+_0x358db0[_0x56c985(0x250)]);try{const _0x1a1b87=_0x358db0[_0x56c985(0x210)]||AutomationFramework['getTrackedInstance'](),_0xf49204=TestFramework[_0x56c985(0x24d)](),_0x27784d=_0x358db0['commandName']||_0x358db0['command']?.[_0x56c985(0x232)]();if(!_0x27784d){logger[_0x56c985(0x354)](_0x4888c0[_0x56c985(0x3b2)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x56c985(0x354)](_0x56c985(0x1cd)+_0x27784d);return;}if(!this[_0x56c985(0x1d9)](_0x27784d)){logger[_0x56c985(0x354)](_0x56c985(0x24e)+_0x27784d+_0x56c985(0x283));return;}const _0x37f6c3=_0x358db0[_0x56c985(0x341)]||global[_0x56c985(0x368)]?.[_0x56c985(0x3db)],_0x59f629=_0x358db0[_0x56c985(0x3dd)]||null;if(_0x4888c0[_0x56c985(0x2d3)](!_0x37f6c3,!_0x59f629)){logger['debug'](_0x56c985(0x268)+_0x27784d);return;}let _0x4320b7='',_0x1b09a3=null;if(_0x4888c0[_0x56c985(0x38d)](_0x358db0[_0x56c985(0x250)],_0x4888c0[_0x56c985(0x28d)])){_0x1b09a3=_0x358db0[_0x56c985(0x2b9)]?.[_0x56c985(0x3b7)]||_0x358db0[_0x56c985(0x2b9)]?.['id']||global[_0x56c985(0x1f7)];if(!_0x1b09a3){logger[_0x56c985(0x230)](_0x4888c0[_0x56c985(0x265)]);return;}try{const _0x3c0b05=await GrpcClient['getInstance']()[_0x56c985(0x2f9)](process['env'][_0x56c985(0x26d)],_0x4888c0[_0x56c985(0x286)],_0x4888c0[_0x56c985(0x1f4)],_0x1b09a3),_0x26dee5=AccessibilityModule['loadDriverExecuteParams'](null,_0x3c0b05);_0x4320b7=_0x26dee5?.['thTestRunUuid']||'',logger[_0x56c985(0x354)](_0x56c985(0x2f2)+_0x4320b7+_0x56c985(0x1a3)+_0x1b09a3);}catch(_0x5362d9){logger[_0x56c985(0x19b)](_0x56c985(0x33a)+_0x5362d9[_0x56c985(0x374)]);return;}}else _0x4888c0['LyTXL'](_0x358db0[_0x56c985(0x250)],FRAMEWORKS[_0x56c985(0x338)])?_0x4320b7=_0x358db0[_0x56c985(0x1ea)]||'':(_0x4320b7=this[_0x56c985(0x36a)](_0x4888c0[_0x56c985(0x195)])||'',!_0x4320b7&&this[_0x56c985(0x1ec)]()&&(_0x4320b7=accessibilityHelper[_0x56c985(0x205)]()));const _0x317c19=this[_0x56c985(0x36a)](_0x4888c0[_0x56c985(0x213)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x4bdb7b=process[_0x56c985(0x1a1)][_0x56c985(0x243)]||'',_0x3d2336=this[_0x56c985(0x3b4)](_0x27784d,_0x4320b7,_0x317c19,_0x4bdb7b),_0x355448=_0x4888c0[_0x56c985(0x2ba)](_0x358db0[_0x56c985(0x250)],_0x4888c0['JDBvT'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4888c0['INfRE'],_0x4320b7,_0x1b09a3):await AccessibilityModule[_0x56c985(0x3c3)](_0x4888c0[_0x56c985(0x18a)],_0x4320b7);logger[_0x56c985(0x224)]('ScanArgs:\x20'+(_0x3d2336?JSON[_0x56c985(0x33e)](_0x3d2336):_0x4888c0[_0x56c985(0x2ec)]));let _0x3d346f=CLIUtils[_0x56c985(0x3c6)](_0x3d2336,_0x355448);if(this[_0x56c985(0x301)]){const _0x4bb176=process[_0x56c985(0x1a1)]['BS_A11Y_JWT']||'';_0x3d346f[_0x56c985(0x35b)]&&(_0x3d346f[_0x56c985(0x30f)]=_0x3d346f[_0x56c985(0x35b)],delete _0x3d346f[_0x56c985(0x35b)]),_0x3d346f=Object[_0x56c985(0x39d)]({},_0x3d346f,{'authHeader':_0x3d346f[_0x56c985(0x25b)]||_0x4bb176,'method':_0x27784d,'scanTimestamp':Date['now']()[_0x56c985(0x242)]()});}logger['info'](_0x56c985(0x397)+(_0x3d346f?JSON['stringify'](_0x3d346f):_0x4888c0[_0x56c985(0x2ec)])),logger[_0x56c985(0x354)](_0x56c985(0x1ff)+_0x27784d);const _0x17b186=this[_0x56c985(0x301)]?_0x59f629:_0x37f6c3,_0x44ee90=await this[_0x56c985(0x32c)](_0x17b186,_0x4320b7,_0x27784d,_0x3d346f,this[_0x56c985(0x301)]);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x27784d+_0x56c985(0x35c)+JSON['stringify'](_0x44ee90));}catch(_0x493bd1){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x493bd1['stack']||_0x493bd1[_0x56c985(0x374)]));}}[a106_0x55ecea(0x27b)](){return this['getCurrentAccessibilityStatus']();}[a106_0x55ecea(0x1ed)](_0x2011be){const _0x41cfa1=a106_0x55ecea,_0x3edcc6=CLIUtils['getCurrentInstanceName']();this[_0x41cfa1(0x380)][_0x41cfa1(0x21a)](_0x3edcc6,_0x2011be);}async[a106_0x55ecea(0x2c4)](_0x49c40f){const _0x33c89b=a106_0x55ecea,_0x4428c2={};_0x4428c2[_0x33c89b(0x2fa)]=_0x33c89b(0x33f);const _0x3cefbf=_0x4428c2;try{const _0x4f1ac1=_0x49c40f[_0x33c89b(0x210)]||AutomationFramework[_0x33c89b(0x24d)](),_0x11aa59=_0x4f1ac1?.[_0x33c89b(0x19a)]?.()?.[_0x33c89b(0x3a3)]?.(this[_0x33c89b(0x279)])||![];if(_0x11aa59)return;PerformanceTester[_0x33c89b(0x3d5)](EVENTS[_0x33c89b(0x32f)]);const _0xb0dd68=await GrpcClient[_0x33c89b(0x3d2)]()['getAccessibilityConfig'](_0x49c40f);_0xb0dd68&&_0xb0dd68[_0x33c89b(0x1fc)]&&_0xb0dd68[_0x33c89b(0x1fc)]()&&_0xb0dd68[_0x33c89b(0x1fc)]()[_0x33c89b(0x371)]()?(await this[_0x33c89b(0x31c)](_0xb0dd68,_0x49c40f),_0x4f1ac1?.[_0x33c89b(0x19a)]&&_0x4f1ac1[_0x33c89b(0x19a)]()[_0x33c89b(0x21a)](this[_0x33c89b(0x279)],!![]),logger[_0x33c89b(0x354)](_0x33c89b(0x1a9)+(_0x4f1ac1?.[_0x33c89b(0x1b9)]?.()||_0x3cefbf['CHPJS'])+_0x33c89b(0x223))):logger['debug']('[platform\x20-\x20'+(_0x4f1ac1?.['getPlatformIndex']?.()||_0x3cefbf[_0x33c89b(0x2fa)])+_0x33c89b(0x2a6)),PerformanceTester[_0x33c89b(0x2f0)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x32ac3f){PerformanceTester[_0x33c89b(0x2f0)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x32ac3f[_0x33c89b(0x374)]),logger[_0x33c89b(0x19b)](_0x33c89b(0x2a0)+(_0x32ac3f['stack']||_0x32ac3f[_0x33c89b(0x374)]));}}async[a106_0x55ecea(0x31c)](_0x18e1af,_0x4171e9){const _0x36b486=a106_0x55ecea;await this[_0x36b486(0x270)](_0x18e1af,_0x4171e9);const _0x2f5c41=_0x18e1af[_0x36b486(0x1fc)]()['getOptions']();if(_0x2f5c41){const _0x4f503d=_0x18e1af[_0x36b486(0x20e)]&&_0x18e1af[_0x36b486(0x20e)]();_0x4f503d&&(this[_0x36b486(0x3ae)][this[_0x36b486(0x2d0)]]=_0x4f503d[_0x36b486(0x2f7)]&&_0x4f503d[_0x36b486(0x2f7)]());}}[a106_0x55ecea(0x1d9)](_0x10e1bc){const _0x1b1f00=a106_0x55ecea,_0x58c682={};_0x58c682['bKaQi']=function(_0x354c7a,_0x45e625){return _0x354c7a===_0x45e625;};const _0x3a66a7=_0x58c682;try{if(!_0x10e1bc)return![];const _0x275f51=this[_0x1b1f00(0x3ae)]?.['options']?.['commandsToWrap']?.[_0x1b1f00(0x3b6)]||[],_0x2bafcd=_0x275f51[_0x1b1f00(0x3dc)](_0x1abc88=>{const _0xab508a=_0x1b1f00;return _0x1abc88[_0xab508a(0x253)]&&_0x3a66a7[_0xab508a(0x2f6)](_0x1abc88['name']['toLowerCase'](),_0x10e1bc[_0xab508a(0x377)]());});return logger[_0x1b1f00(0x354)](_0x1b1f00(0x3d7)+_0x10e1bc+_0x1b1f00(0x3bf)+_0x2bafcd+',\x20available\x20commands:\x20'+JSON['stringify'](_0x275f51['map'](_0x4f7cb2=>_0x4f7cb2[_0x1b1f00(0x253)]))),_0x2bafcd;}catch(_0x315139){return logger[_0x1b1f00(0x354)](_0x1b1f00(0x340)+_0x315139[_0x1b1f00(0x374)]),![];}}['isBrowserstackScriptCommand'](_0xe077c3){const _0x8a87ff=a106_0x55ecea,_0x3c6c85={};_0x3c6c85[_0x8a87ff(0x2cf)]=function(_0x54d85d,_0x57cd7d){return _0x54d85d===_0x57cd7d;},_0x3c6c85['PsERh']=_0x8a87ff(0x249),_0x3c6c85[_0x8a87ff(0x359)]=_0x8a87ff(0x235);const _0x3cd249=_0x3c6c85,_0x5d8483=_0xe077c3[_0x8a87ff(0x398)]&&_0xe077c3[_0x8a87ff(0x398)]();return _0x5d8483&&_0x3cd249[_0x8a87ff(0x2cf)](typeof _0x5d8483,_0x3cd249['PsERh'])&&_0x5d8483['includes'](_0x3cd249[_0x8a87ff(0x359)]);}['isAccessibilityScriptCommand'](_0x5cc64c){const _0x2daa2a=a106_0x55ecea,_0x4dd72e={};_0x4dd72e['MKUif']=function(_0x47d54d,_0xc6cde6){return _0x47d54d!==_0xc6cde6;},_0x4dd72e[_0x2daa2a(0x315)]=_0x2daa2a(0x249),_0x4dd72e[_0x2daa2a(0x18f)]='accessibility',_0x4dd72e[_0x2daa2a(0x324)]='performScan',_0x4dd72e[_0x2daa2a(0x202)]='getResults',_0x4dd72e[_0x2daa2a(0x1ef)]=_0x2daa2a(0x2b2);const _0x28f32a=_0x4dd72e,_0x100b43=_0x5cc64c['getScript']&&_0x5cc64c[_0x2daa2a(0x398)]();if(!_0x100b43||_0x28f32a[_0x2daa2a(0x1da)](typeof _0x100b43,_0x28f32a[_0x2daa2a(0x315)]))return![];return _0x100b43['includes'](_0x28f32a['XPDey'])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a[_0x2daa2a(0x324)])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a[_0x2daa2a(0x202)])||_0x100b43[_0x2daa2a(0x2d7)](_0x28f32a['FdNxo']);}[a106_0x55ecea(0x1ec)](){const _0x442193=a106_0x55ecea,_0x3cdf61={'RNvTl':function(_0x70a74,_0x49d2b8){return _0x70a74===_0x49d2b8;},'pyFXo':'function','SVfXU':function(_0x547199,_0x44afc2){return _0x547199(_0x44afc2);},'mFtQL':'platformName','IRNuL':_0x442193(0x2bb),'dekrW':_0x442193(0x2b4),'WQuJh':function(_0x33c29d,_0x5a30cc){return _0x33c29d(_0x5a30cc);},'rbnuN':_0x442193(0x27d)};try{const _0x195772=this[_0x442193(0x3ae)]?.[_0x442193(0x38c)]?.[_0x442193(0x245)]||[],_0x239a2b=_0x4b1e1f=>{const _0x435939=_0x442193,_0x419c5b=_0x195772['find'](_0x25c95b=>(typeof _0x25c95b[_0x435939(0x232)]===_0x435939(0x375)?_0x25c95b[_0x435939(0x232)]():_0x25c95b[_0x435939(0x253)])===_0x4b1e1f);return _0x419c5b?_0x3cdf61[_0x435939(0x2f5)](typeof _0x419c5b[_0x435939(0x3d6)],_0x3cdf61[_0x435939(0x1c2)])?_0x419c5b[_0x435939(0x3d6)]():_0x419c5b['value']:null;},_0x51c112=_0x3cdf61['SVfXU'](_0x239a2b,_0x3cdf61['mFtQL']),_0x4dcfac=_0x3cdf61[_0x442193(0x1ba)](_0x239a2b,_0x3cdf61[_0x442193(0x1db)]),_0x192575=global[_0x442193(0x277)]||_0x51c112&&_0x3cdf61['RNvTl'](_0x3cdf61[_0x442193(0x1ba)](String,_0x51c112)['toLowerCase'](),_0x3cdf61[_0x442193(0x246)])&&_0x4dcfac&&_0x3cdf61['WQuJh'](String,_0x4dcfac)[_0x442193(0x377)]()[_0x442193(0x2d7)](_0x3cdf61[_0x442193(0x3ab)]);if(!_0x192575)return![];if(!accessibilityHelper[_0x442193(0x2d1)]())return!this[_0x442193(0x2a3)]&&(logger['warn'](accessibilityHelper[_0x442193(0x3b8)]),this[_0x442193(0x2a3)]=!![]),![];return!![];}catch(_0x111640){return logger[_0x442193(0x354)](_0x442193(0x357)+_0x111640['message']),![];}}[a106_0x55ecea(0x3b4)](_0xb871b7,_0xcbf50f,_0x57743d,_0x4b3285){const _0x1b1ed3=a106_0x55ecea,_0x27af79={};_0x27af79[_0x1b1ed3(0x29f)]=function(_0x49089c,_0x3d29b2){return _0x49089c||_0x3d29b2;},_0x27af79['PedTe']=function(_0x5d75be,_0x3f69dc){return _0x5d75be&&_0x3f69dc;},_0x27af79['XKepe']=function(_0x4c096c,_0x4e8dd6){return _0x4c096c||_0x4e8dd6;},_0x27af79[_0x1b1ed3(0x383)]=_0x1b1ed3(0x2c7);const _0x532c90=_0x27af79;let _0x3491cd=_0x532c90[_0x1b1ed3(0x29f)](_0xcbf50f,'');const _0x222a48=!this[_0x1b1ed3(0x301)]&&this[_0x1b1ed3(0x1ec)]();_0x532c90[_0x1b1ed3(0x393)](_0x222a48,!_0x3491cd)&&(_0x3491cd=accessibilityHelper[_0x1b1ed3(0x205)]());const _0x1aab76={'command':_0xb871b7,'thTestRunUuid':_0x3491cd,'thBuildUuid':_0x532c90[_0x1b1ed3(0x3a5)](_0x57743d,''),'thJwtToken':_0x532c90[_0x1b1ed3(0x29f)](_0x4b3285,''),'timestamp':new Date()[_0x1b1ed3(0x1a8)]()};return _0x222a48&&(_0x1aab76['is_mobile_session']=!![],logger['debug'](_0x532c90[_0x1b1ed3(0x383)])),_0x1aab76;}['getScriptByName'](_0x899e46){const _0x39c0b7=a106_0x55ecea,_0x1531c5={};_0x1531c5['GLIPh']=function(_0x10c793,_0x1177bd){return _0x10c793||_0x1177bd;};const _0x2f97ce=_0x1531c5;try{const _0xfdf160=this[_0x39c0b7(0x3ae)]?.[_0x39c0b7(0x38c)]?.[_0x39c0b7(0x2cb)]||[],_0x8a28ac=_0xfdf160[_0x39c0b7(0x3a2)](_0x3dd32e=>_0x3dd32e[_0x39c0b7(0x253)]===_0x899e46);return _0x2f97ce[_0x39c0b7(0x2d5)](_0x8a28ac,null);}catch(_0xdd8265){return logger['debug'](_0x39c0b7(0x2e9)+_0x899e46+':\x20'+_0xdd8265['message']),null;}}async[a106_0x55ecea(0x336)](_0x1ed964,_0x173a23,_0x370016=null){const _0x23e0a0=a106_0x55ecea,_0x2572ce={'qspqT':function(_0x18e8c8,_0x39ce6b){return _0x18e8c8(_0x39ce6b);},'jwdUQ':_0x23e0a0(0x25d)};try{if(!_0x1ed964)return logger[_0x23e0a0(0x354)]('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x173a23),null;const _0x19296d=this[_0x23e0a0(0x32a)](_0x173a23);if(!_0x19296d||!_0x19296d[_0x23e0a0(0x1fb)])return logger[_0x23e0a0(0x354)](_0x23e0a0(0x1e0)+_0x173a23+_0x23e0a0(0x1ce)),null;logger['debug']('Executing\x20'+_0x173a23+'\x20accessibility\x20script\x20on\x20page');const _0x58de0a=_0x2572ce[_0x23e0a0(0x1de)](require,_0x2572ce[_0x23e0a0(0x372)]),_0x2b37bc=_0x370016?await _0x58de0a[_0x23e0a0(0x273)](_0x1ed964,_0x19296d[_0x23e0a0(0x1fb)],_0x370016):await _0x58de0a[_0x23e0a0(0x273)](_0x1ed964,_0x19296d[_0x23e0a0(0x1fb)]);return _0x2b37bc;}catch(_0x366f12){return logger[_0x23e0a0(0x19b)](_0x23e0a0(0x1c1)+_0x173a23+':\x20'+(_0x366f12[_0x23e0a0(0x362)]||_0x366f12[_0x23e0a0(0x374)])),null;}}async[a106_0x55ecea(0x32c)](_0x318e48,_0xed2b7f,_0xd6ccb2,_0xd27a98,_0x328355,_0x38e1f7=a106_0x55ecea(0x1f8)){const _0x4d8fc1=a106_0x55ecea,_0x1f42b4={'wGGTo':function(_0x39bd9f,_0x19a74a){return _0x39bd9f===_0x19a74a;},'kGgHE':'scan','QVFHW':function(_0x2c53e5,_0x5a6dd2){return _0x2c53e5(_0x5a6dd2);},'nCTtZ':_0x4d8fc1(0x25d),'eWIAQ':function(_0x334211,_0x12a19a){return _0x334211(_0x12a19a);}};try{logger[_0x4d8fc1(0x354)](_0x4d8fc1(0x34d)+_0xd6ccb2+'\x20using\x20script:\x20'+_0x38e1f7+_0x4d8fc1(0x26c)+_0x328355);const _0x383d3c=this['getScriptByName'](_0x38e1f7);if(!_0x383d3c||!_0x383d3c[_0x4d8fc1(0x1fb)]){logger['debug'](_0x4d8fc1(0x378)+_0x38e1f7+_0x4d8fc1(0x2ac));return;}if(_0x328355){if(_0x318e48[BSTACK_SCAN_IN_PROGRESS]){logger[_0x4d8fc1(0x354)]('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0xd6ccb2);return;}return await PerformanceTester[_0x4d8fc1(0x1d1)](PerformanceA11yEvents[_0x4d8fc1(0x216)],async()=>{const _0x306bad=_0x4d8fc1;let _0x1f082a=_0x383d3c['command'];_0x1f082a[_0x306bad(0x2d7)]('%s')&&(_0x1f082a=_0x1f082a[_0x306bad(0x3a6)]('%s',JSON[_0x306bad(0x33e)](_0xd27a98)));logger[_0x306bad(0x354)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0xd6ccb2),_0x318e48[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x4f0171=await _0x318e48[_0x306bad(0x3ac)](_0x1f082a);return logger[_0x306bad(0x224)](_0x306bad(0x1fe)+_0xd6ccb2+':\x20'+util[_0x306bad(0x1f6)](_0x4f0171)),_0x4f0171;}finally{_0x318e48[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0xd6ccb2})();}if(_0x1f42b4[_0x4d8fc1(0x344)](_0x38e1f7,_0x1f42b4[_0x4d8fc1(0x323)])){const _0x51316d=_0x1f42b4[_0x4d8fc1(0x287)](require,_0x1f42b4[_0x4d8fc1(0x27e)]),_0x150f9d={};_0x150f9d['command']=_0xd6ccb2;const _0x3b39d4=await PerformanceTester[_0x4d8fc1(0x1d1)](PerformanceA11yEvents[_0x4d8fc1(0x216)],async()=>{const _0x58fbfb=_0x4d8fc1;return await _0x51316d[_0x58fbfb(0x273)](_0x318e48,_0x383d3c[_0x58fbfb(0x1fb)],_0xd27a98);},_0x150f9d)();return logger['info']('Page\x20'+_0x38e1f7+'\x20result\x20for\x20'+_0xd6ccb2+':\x20'+util['format'](_0x3b39d4)),_0x3b39d4;}const _0x37cb20=_0x1f42b4[_0x4d8fc1(0x2fc)](require,_0x1f42b4['nCTtZ']),_0x1e3245=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x28a412=_0x4d8fc1;return await _0x37cb20[_0x28a412(0x273)](_0x318e48,_0x383d3c[_0x28a412(0x1fb)],_0xd27a98);})();return logger[_0x4d8fc1(0x224)](_0x4d8fc1(0x295)+_0x38e1f7+'\x20result\x20for\x20'+_0xd6ccb2+':\x20'+util[_0x4d8fc1(0x1f6)](_0x1e3245)),_0x1e3245;}catch(_0x25a381){logger[_0x4d8fc1(0x19b)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x38e1f7+':\x20'+(_0x25a381[_0x4d8fc1(0x362)]||_0x25a381[_0x4d8fc1(0x374)]));}}async[a106_0x55ecea(0x3c4)](_0x42fddc){const _0x389f6d=a106_0x55ecea,_0x59ddc0={'ysCeP':function(_0x321c88,_0x5435c0){return _0x321c88(_0x5435c0);},'QGKHB':_0x389f6d(0x193)};try{const _0x4ea558=_0x59ddc0[_0x389f6d(0x3de)](require,_0x59ddc0[_0x389f6d(0x22a)]);return await _0x4ea558['platformValidation'](_0x42fddc);}catch(_0x32c3dd){return logger[_0x389f6d(0x19b)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x32c3dd[_0x389f6d(0x362)]||_0x32c3dd[_0x389f6d(0x374)])),![];}}[a106_0x55ecea(0x194)](_0x29f8ad,_0x2ea20f,_0x249dc0){const _0x4622f6=a106_0x55ecea,_0x1ce33f={'VmqIx':function(_0x433547,_0x364f42){return _0x433547(_0x364f42);},'AgLfD':'../../playwright/accessibility-helper','jXjYK':_0x4622f6(0x21d),'TWGAo':_0x4622f6(0x39b)};try{const _0x40e0f5=_0x1ce33f[_0x4622f6(0x22b)](require,_0x1ce33f[_0x4622f6(0x200)]);_0x40e0f5[_0x4622f6(0x194)](_0x29f8ad,_0x2ea20f,_0x249dc0);const _0x1d7393=JSON[_0x4622f6(0x33e)](_0x29f8ad)['replace'](/"browserstack\.user":"[^"]*"/g,_0x1ce33f[_0x4622f6(0x258)])[_0x4622f6(0x3a6)](/"browserstack\.key":"[^"]*"/g,_0x1ce33f[_0x4622f6(0x297)]);logger[_0x4622f6(0x354)](_0x4622f6(0x1b0)+global[_0x4622f6(0x28b)]+'\x20'+_0x1d7393);}catch(_0x42472a){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x42472a[_0x4622f6(0x362)]||_0x42472a[_0x4622f6(0x374)]));}}async['_pollUntilNonEmpty']({fetchFn:_0x599af2,isNonEmpty:_0x501b9d,resultDetail:_0x3aaa1c,totalMs:_0x1989d4,intervalMs:_0x423a53,name:_0x9b362c}){const _0x261e61=a106_0x55ecea,_0x514e06={'vgkKV':function(_0x35ae98,_0x16aea8){return _0x35ae98+_0x16aea8;},'JbsCy':function(_0xd22c81,_0x9c860a){return _0xd22c81<_0x9c860a;},'AUOgN':function(_0x3e9d69){return _0x3e9d69();},'KkWyh':function(_0x2e6532,_0x42720e){return _0x2e6532(_0x42720e);},'gRrbX':function(_0x16fb52,_0x163f6b){return _0x16fb52>=_0x163f6b;},'XrVyy':function(_0x45a9f4,_0x55c2f5){return _0x45a9f4-_0x55c2f5;},'VaHeG':function(_0x5baaac,_0x529de4){return _0x5baaac(_0x529de4);}},_0x4a2855=Date[_0x261e61(0x2b0)](),_0x3b9569=_0x514e06['vgkKV'](_0x4a2855,_0x1989d4);let _0x44a924=0x0,_0x143d7d=null,_0x47842a=![];while(_0x514e06[_0x261e61(0x3ce)](Date[_0x261e61(0x2b0)](),_0x3b9569)){_0x44a924++,_0x143d7d=await _0x514e06[_0x261e61(0x2ed)](_0x599af2),_0x47842a=_0x514e06[_0x261e61(0x212)](_0x501b9d,_0x143d7d),logger[_0x261e61(0x354)]('['+_0x9b362c+_0x261e61(0x187)+_0x44a924+'\x20'+_0x514e06[_0x261e61(0x212)](_0x3aaa1c,_0x143d7d));if(_0x47842a)break;if(_0x514e06['gRrbX'](_0x514e06[_0x261e61(0x3bc)](Date[_0x261e61(0x2b0)](),_0x423a53),_0x3b9569))break;await new Promise(_0x53272c=>setTimeout(_0x53272c,_0x423a53));}return!_0x47842a&&logger[_0x261e61(0x230)]('['+_0x9b362c+_0x261e61(0x348)+_0x44a924+_0x261e61(0x30a)+_0x514e06[_0x261e61(0x27a)](Date[_0x261e61(0x2b0)](),_0x4a2855)+_0x261e61(0x30c)+_0x514e06['VaHeG'](_0x3aaa1c,_0x143d7d)+_0x261e61(0x29c)),_0x143d7d;}async[a106_0x55ecea(0x24b)](_0x1889e6,_0x59ced9){const _0x3d3dea=a106_0x55ecea,_0xc09fd6={};_0xc09fd6['WVaQf']=_0x3d3dea(0x2f3),_0xc09fd6[_0x3d3dea(0x294)]=_0x3d3dea(0x329),_0xc09fd6[_0x3d3dea(0x2a7)]=_0x3d3dea(0x252),_0xc09fd6['YDUwE']=_0x3d3dea(0x1c9);const _0x236649=_0xc09fd6;try{const _0x44b000=process[_0x3d3dea(0x1a1)][_0x3d3dea(0x26d)]||'';logger[_0x3d3dea(0x224)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x44b000+_0x3d3dea(0x37b)+_0x59ced9+_0x3d3dea(0x2b1)+_0x1889e6);const _0x13f815=await GrpcClient[_0x3d3dea(0x3d2)]()['accessibilityResult'](_0x44b000,_0x59ced9,_0x1889e6,_0x236649[_0x3d3dea(0x1a0)]);if(!_0x13f815||!_0x13f815[_0x3d3dea(0x1f2)])return logger[_0x3d3dea(0x230)](_0x236649['mTwuS']),[];const _0x63bcee=_0x13f815[_0x3d3dea(0x1f2)](),_0x1edeef=Buffer[_0x3d3dea(0x3d3)](_0x63bcee)[_0x3d3dea(0x242)](_0x236649[_0x3d3dea(0x2a7)])['trim']();if(!_0x1edeef)return logger['warn'](_0x236649['YDUwE']),[];return JSON[_0x3d3dea(0x33c)](_0x1edeef);}catch(_0x53ccc8){return logger['error']('[App-A11y]\x20getAppAccessibilityResults\x20error:\x20'+(_0x53ccc8[_0x3d3dea(0x362)]||_0x53ccc8[_0x3d3dea(0x374)])),[];}}async[a106_0x55ecea(0x23d)](_0xb9c9d1,_0x1e1a1a){const _0x4a1762=a106_0x55ecea,_0x37b53e={};_0x37b53e['JSOjl']=_0x4a1762(0x38b),_0x37b53e[_0x4a1762(0x2c8)]=_0x4a1762(0x35f),_0x37b53e[_0x4a1762(0x396)]=_0x4a1762(0x252),_0x37b53e[_0x4a1762(0x2aa)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x2520a2=_0x37b53e;try{const _0xa5eea6=process[_0x4a1762(0x1a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0x4a1762(0x214)+_0xa5eea6+_0x4a1762(0x37b)+_0x1e1a1a+_0x4a1762(0x2b1)+_0xb9c9d1);const _0x74a425=await GrpcClient[_0x4a1762(0x3d2)]()[_0x4a1762(0x365)](_0xa5eea6,_0x1e1a1a,_0xb9c9d1,_0x2520a2[_0x4a1762(0x20a)]);if(!_0x74a425||!_0x74a425[_0x4a1762(0x1f2)])return logger[_0x4a1762(0x230)](_0x2520a2[_0x4a1762(0x2c8)]),{};const _0x12b749=_0x74a425['getResultResponse'](),_0x2f1979=Buffer[_0x4a1762(0x3d3)](_0x12b749)[_0x4a1762(0x242)](_0x2520a2[_0x4a1762(0x396)])['trim']();if(!_0x2f1979)return logger[_0x4a1762(0x230)](_0x2520a2['yjngm']),{};return JSON[_0x4a1762(0x33c)](_0x2f1979);}catch(_0x280f3d){return logger[_0x4a1762(0x19b)](_0x4a1762(0x1b4)+(_0x280f3d[_0x4a1762(0x362)]||_0x280f3d['message'])),{};}}async[a106_0x55ecea(0x38e)](_0x52cf98){const _0x86a9fc=a106_0x55ecea,_0x26ff2c={};_0x26ff2c[_0x86a9fc(0x363)]=_0x86a9fc(0x2f8),_0x26ff2c[_0x86a9fc(0x37a)]=function(_0x3026ff,_0x51aa8e){return _0x3026ff>_0x51aa8e;},_0x26ff2c[_0x86a9fc(0x2ae)]=_0x86a9fc(0x33d);const _0x28051b=_0x26ff2c;try{if(!this[_0x86a9fc(0x343)]())return logger[_0x86a9fc(0x230)](_0x28051b[_0x86a9fc(0x363)]),[];const _0x14c5b9=this[_0x86a9fc(0x1ec)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x86a9fc(0x205)]()}:{};_0x28051b['GypVT'](Object[_0x86a9fc(0x196)](_0x14c5b9)['length'],0x0)&&logger[_0x86a9fc(0x354)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x86a9fc(0x33e)](_0x14c5b9));const _0x1a2067=await this[_0x86a9fc(0x240)]({'fetchFn':()=>Object[_0x86a9fc(0x196)](_0x14c5b9)[_0x86a9fc(0x1ad)]>0x0?this['executeScriptByName'](_0x52cf98,_0x86a9fc(0x2f3),_0x14c5b9):this['executeScriptByName'](_0x52cf98,'getResults'),'isNonEmpty':_0x26fd45=>Array['isArray'](_0x26fd45)&&_0x26fd45[_0x86a9fc(0x1ad)]>0x0,'resultDetail':_0x3604cf=>_0x86a9fc(0x239)+(Array[_0x86a9fc(0x1c4)](_0x3604cf)?_0x3604cf[_0x86a9fc(0x1ad)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x28051b[_0x86a9fc(0x2ae)]});return _0x1a2067||[];}catch(_0x26724e){return logger[_0x86a9fc(0x19b)](_0x86a9fc(0x20f)+(_0x26724e[_0x86a9fc(0x362)]||_0x26724e[_0x86a9fc(0x374)])),[];}}async['getAccessibilityResultsSummary'](_0xfd7149){const _0x142e5a=a106_0x55ecea,_0x505fa6={'DgrEs':function(_0x209b13,_0x14dd66,_0x347dcf){return _0x209b13(_0x14dd66,_0x347dcf);},'xNaKF':'scan','usUaR':function(_0x564826,_0x4679e0){return _0x564826(_0x4679e0);},'LVqXn':'getResultsSummary','vybai':_0x142e5a(0x30e),'LlQpN':function(_0x101211,_0x45c6f5){return _0x101211(_0x45c6f5);},'IzXUW':_0x142e5a(0x2a5),'XvGle':function(_0x1af2df,_0x274b2b){return _0x1af2df===_0x274b2b;},'knyse':_0x142e5a(0x3d8),'sREiZ':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','rcpKs':'accessibility','vdLkA':_0x142e5a(0x3da),'kypNW':_0x142e5a(0x18d),'TqWBm':_0x142e5a(0x292),'BZgTQ':_0x142e5a(0x1b2),'DGcok':_0x142e5a(0x392),'gPlLL':_0x142e5a(0x199),'AiUdI':_0x142e5a(0x30d),'wrwxw':_0x142e5a(0x20c)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x142e5a(0x230)](_0x505fa6[_0x142e5a(0x1ca)]),{};const _0x12a5e6=_0x505fa6[_0x142e5a(0x2be)](require,_0x505fa6[_0x142e5a(0x3d0)]),_0x43f968=_0x12a5e6['getTestFrameworkDetail'](),_0x5f1136=_0x505fa6[_0x142e5a(0x2b8)](_0x43f968?.[_0x142e5a(0x253)]?.[_0x142e5a(0x377)](),_0x505fa6[_0x142e5a(0x222)]);let _0x1969e2='',_0x2fb679=null,_0x5b130a=null;if(_0x5f1136){_0x2fb679=global['__jestCurrentTestIdentifier']||global[_0x142e5a(0x368)]?.[_0x142e5a(0x1bd)]?.['testAnalyticsId']||global[_0x142e5a(0x368)]?.['currentTest']?.['id'];if(!_0x2fb679)return logger[_0x142e5a(0x230)](_0x505fa6[_0x142e5a(0x3aa)]),{};try{const _0x44cc09=await GrpcClient[_0x142e5a(0x3d2)]()['fetchDriverExecuteParamsEvent'](process[_0x142e5a(0x1a1)][_0x142e5a(0x26d)],_0x505fa6[_0x142e5a(0x376)],_0x505fa6[_0x142e5a(0x34e)],_0x2fb679),_0x70c298=AccessibilityModule['loadDriverExecuteParams'](null,_0x44cc09);_0x1969e2=_0x70c298?.[_0x142e5a(0x2c1)]||'',logger[_0x142e5a(0x354)](_0x142e5a(0x188)+_0x1969e2+_0x142e5a(0x1a3)+_0x2fb679);const _0x2b2e9c=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x505fa6[_0x142e5a(0x34e)],_0x1969e2,_0x2fb679),_0x50536e=this['getCapabilityValue'](_0x505fa6[_0x142e5a(0x2de)])||this[_0x142e5a(0x3ae)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1e9c2f=process[_0x142e5a(0x1a1)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x56e842=this[_0x142e5a(0x3b4)](_0x505fa6['kypNW'],_0x1969e2,_0x50536e,_0x1e9c2f);_0x5b130a=_0x12a5e6[_0x142e5a(0x3c6)](_0x56e842,_0x2b2e9c),logger[_0x142e5a(0x354)](_0x142e5a(0x29b)+JSON['stringify'](_0x5b130a));}catch(_0x17ddbf){return logger['error'](_0x142e5a(0x272)+_0x17ddbf[_0x142e5a(0x374)]),{};}}else{_0x1969e2=this[_0x142e5a(0x36a)](_0x505fa6[_0x142e5a(0x2e4)])||'';!_0x1969e2&&this['isMobileWebSession']()&&(_0x1969e2=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x21763c=this[_0x142e5a(0x36a)](_0x505fa6[_0x142e5a(0x2de)])||this[_0x142e5a(0x3ae)][this[_0x142e5a(0x2d0)]]||null,_0x3f28a=process['env'][_0x142e5a(0x243)]||'';_0x5b130a=this[_0x142e5a(0x3b4)](_0x505fa6['kypNW'],_0x1969e2,_0x21763c,_0x3f28a);}logger[_0x142e5a(0x354)](_0x505fa6[_0x142e5a(0x33b)]);const _0x3a5893=0x15f90,_0x241908=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x142e5a(0x216)],async()=>{const _0x413981=_0x142e5a,_0x55b500={'MkKKY':function(_0x6e720f,_0x41c0b5,_0x301541){return _0x505fa6['DgrEs'](_0x6e720f,_0x41c0b5,_0x301541);}},_0x36df77=this[_0x413981(0x336)](_0xfd7149,_0x505fa6[_0x413981(0x1eb)],_0x5b130a);let _0x15e732;const _0x475dfb=new Promise((_0x2384c8,_0x146823)=>{const _0x2958ae=_0x413981;_0x15e732=_0x55b500[_0x2958ae(0x2c2)](setTimeout,()=>_0x146823(new Error(_0x2958ae(0x2c0)+_0x3a5893+'ms')),_0x3a5893);});try{const _0xf0196c=await Promise[_0x413981(0x236)]([_0x36df77,_0x475dfb]);logger['debug'](_0x413981(0x34a)+util['format'](_0xf0196c));}finally{_0x505fa6['usUaR'](clearTimeout,_0x15e732);}},{'command':_0x505fa6['kypNW']})();}catch(_0x470613){logger[_0x142e5a(0x230)](_0x142e5a(0x3af)+_0x470613['message']+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x142e5a(0x399)]={'reason':_0x505fa6['DGcok'],'at':Date[_0x142e5a(0x2b0)](),'where':_0x505fa6[_0x142e5a(0x1af)]},await new Promise(_0x2359b0=>setTimeout(_0x2359b0,_0x241908)),logger['debug'](_0x142e5a(0x285)+_0x241908+_0x142e5a(0x3d4));}const _0x2dffbf=await this[_0x142e5a(0x240)]({'fetchFn':()=>PerformanceTester[_0x142e5a(0x1d1)](PerformanceA11yEvents[_0x142e5a(0x384)],async()=>{const _0x15b35f=_0x142e5a;return await this[_0x15b35f(0x336)](_0xfd7149,_0x505fa6[_0x15b35f(0x34e)],_0x5b130a);})(),'isNonEmpty':_0x26547d=>_0x26547d&&typeof _0x26547d['totalIssueCount']==='number'&&_0x26547d[_0x142e5a(0x198)]>0x0,'resultDetail':_0x52ded7=>_0x142e5a(0x241)+(_0x52ded7&&typeof _0x52ded7['totalIssueCount']===_0x142e5a(0x3a0)?_0x52ded7['totalIssueCount']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x505fa6[_0x142e5a(0x1af)]});if(!_0x2dffbf)return logger['debug'](_0x505fa6['AiUdI']),{};return _0x505fa6[_0x142e5a(0x2b8)](typeof _0x2dffbf,_0x505fa6['wrwxw'])&&global[_0x142e5a(0x399)]&&(_0x2dffbf[_0x142e5a(0x29a)]=!![],_0x2dffbf[_0x142e5a(0x1ee)]=global['__bstackA11yScanCapHit'][_0x142e5a(0x35d)]),_0x2dffbf;}catch(_0x5766ac){return logger[_0x142e5a(0x19b)](_0x142e5a(0x1e1)+(_0x5766ac[_0x142e5a(0x362)]||_0x5766ac[_0x142e5a(0x374)])),{};}}async[a106_0x55ecea(0x228)](_0x5cf3bd,_0x54cb43,_0x5ef8d7=null){const _0x35831d=a106_0x55ecea,_0xf32771={};_0xf32771[_0x35831d(0x2a8)]=_0x35831d(0x2f4),_0xf32771[_0x35831d(0x36c)]=_0x35831d(0x275),_0xf32771[_0x35831d(0x2e6)]=_0x35831d(0x2d4);const _0x349fb5=_0xf32771;try{if(!_0x5cf3bd)return logger[_0x35831d(0x354)](_0x349fb5['dCbXH']),null;if(!_0x54cb43)return logger[_0x35831d(0x354)](_0x349fb5[_0x35831d(0x36c)]),null;logger[_0x35831d(0x354)](_0x349fb5['mjWte']);const _0x2c0afd=_0x5ef8d7?await _0x5cf3bd[_0x35831d(0x353)](_0x54cb43,_0x5ef8d7):await _0x5cf3bd[_0x35831d(0x353)](_0x54cb43);return _0x2c0afd;}catch(_0x5e2d9b){return logger[_0x35831d(0x19b)]('Error\x20in\x20performPageScan:\x20'+(_0x5e2d9b[_0x35831d(0x362)]||_0x5e2d9b[_0x35831d(0x374)])),null;}}static[a106_0x55ecea(0x269)](_0x218e8d,_0x711a5e){const _0x5a9e20=a106_0x55ecea,_0x2b71b5={};_0x2b71b5['xPtju']=_0x5a9e20(0x252);const _0x1784ef=_0x2b71b5,_0x2dfb5a={};_0x2dfb5a[_0x5a9e20(0x2c1)]=_0x218e8d;const _0x49122b=_0x2dfb5a;let _0x1be0d4={};if(_0x711a5e[_0x5a9e20(0x371)]()&&_0x711a5e['hasAccessibilityExecuteParams']())try{_0x1be0d4=JSON['parse'](Buffer[_0x5a9e20(0x3d3)](_0x711a5e[_0x5a9e20(0x394)]())['toString'](_0x1784ef['xPtju']));}catch(_0x5d5a8b){logger[_0x5a9e20(0x19b)](_0x5a9e20(0x221)+_0x5d5a8b[_0x5a9e20(0x374)]),_0x1be0d4={};}return CLIUtils[_0x5a9e20(0x3c6)](_0x49122b,_0x1be0d4);}static async[a106_0x55ecea(0x3c3)](_0x44e5bd,_0x529730='',_0xd7ba06=null){const _0x341de6=a106_0x55ecea,_0x374335={};_0x374335['zesdU']=_0x341de6(0x300),_0x374335[_0x341de6(0x264)]=_0x341de6(0x380);const _0x4d021d=_0x374335;try{if(!_0xd7ba06&&AccessibilityModule[_0x341de6(0x314)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x341de6(0x1a1)][_0x341de6(0x26d)])return logger[_0x341de6(0x19b)](_0x4d021d[_0x341de6(0x339)]),{};const _0x22ed76=await GrpcClient[_0x341de6(0x3d2)]()[_0x341de6(0x2f9)](process[_0x341de6(0x1a1)][_0x341de6(0x26d)],_0x4d021d['oqVOK'],_0x44e5bd,_0xd7ba06),_0x2737f9=_0xd7ba06?AccessibilityModule['loadDriverExecuteParams'](null,_0x22ed76)?.[_0x341de6(0x2c1)]||_0x529730:_0x529730,_0x27ea99=AccessibilityModule[_0x341de6(0x269)](_0x2737f9,_0x22ed76);return!_0xd7ba06&&(AccessibilityModule[_0x341de6(0x34b)]=_0x27ea99,AccessibilityModule[_0x341de6(0x314)]=!![]),_0x27ea99;}catch(_0x353041){return logger[_0x341de6(0x19b)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x44e5bd+':\x20'+(_0x353041[_0x341de6(0x362)]||_0x353041[_0x341de6(0x374)])),{};}}}function a106_0x2ea3(_0x40bf51,_0x4bd8a5){const _0x1b11f6=a106_0x1b11();return a106_0x2ea3=function(_0x2ea3bf,_0x5de18c){_0x2ea3bf=_0x2ea3bf-0x186;let _0x20df35=_0x1b11f6[_0x2ea3bf];return _0x20df35;},a106_0x2ea3(_0x40bf51,_0x4bd8a5);};module[a106_0x55ecea(0x321)]=AccessibilityModule;function a106_0x1b11(){const _0x1177aa=['warn','EyDeZ','getName','uMqBB','qxyyH','browserstack_executor','race','capabilities','wtoTl','count=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','rzxsp','join','getAppAccessibilityResultsSummary','ZPPvO','registerObserver','_pollUntilNonEmpty','totalIssueCount=','toString','BROWSERSTACK_TESTHUB_JWT',',\x20tags=','capabilitiesList','dekrW','browserstack.accessibilityOptions.authToken','hoNXP','string','chBJP','getAppAccessibilityResults','1738178UzONxG','getTrackedInstance','onBeforeExecute:\x20Command\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','testFramework','XAFXw','utf-8','name','vDdMY','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','__accessibilityOptions','BgPAK','jXjYK','delete','Cthrv','authHeader','concat','../../playwright/accessibility-helper','VzwTG',']\x20clear\x20','nycbU','size','LoFMR','getCapabilities','oqVOK','lFxYI','patchSendMessageToServer','vVISX','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','loadDriverExecuteParams','../../../helpers/accessibility-automation/constants','psCcP',',\x20isAppAccessibility=','BROWSERSTACK_CLI_BIN_SESSION_ID','\x20env=','DRIVER_INIT','setAccessibilityConfig','getCapabilitiesList','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','browserStackEvaluate','oKrlA','performPageScan:\x20Script\x20is\x20null','30MVsTgY','isMobilePlatform','DXFIB','KEY_INIT','XrVyy','shouldScanCurrentTest','aLiRF','chrome','nCTtZ','Context','version','update','GxcNN','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','slice','[AccessibilityModule.getResultsSummary]\x20waited\x20','ZpPWa','QVFHW','../../../helpers/performance/performance-tester.js','../state/automationFrameworkState','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','accessibilityPlatform','getOptions','JDBvT',')\x20result=','sha256','asJTy','mPjLT','test_run_id','2370975pIlpTk','mTwuS','Page\x20','\x20testHubUuid=','TWGAo','EXECUTE','saveResults','degraded','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=',');\x20returning\x20last\x20value','pxnhb','includeTagsInTestingScope','uHceu','Error\x20in\x20initAccessibilityConfig:\x20','klmVR','McxDd','_mobileScanningDisabledLogged','ACCESSIBILITY_INITIALIZED','../cliUtils',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','vAbtG','dCbXH','lFHOd','yjngm','true','\x20script\x20available\x20in\x20scriptsList','not-array','iXoRD','FfWYz','now',',\x20sessionId=','saveTestResults','launchCaps','android','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',',\x20testName=','Yibop','XvGle','testInfo','TogMe','browserName',']\x20isEnabledTestcase\x20(','eamoJ','LlQpN','TEST_INIT','performScan\x20capped\x20at\x20','thTestRunUuid','MkKKY','trim','initAccessibilityConfig','MODULE_NAME','onBeforeExecute:\x20command=','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','oFUKv','LnPqH','fLgkh','scriptsList','1410xOamIP','latest','appium:platformName','mXGjd','KEY_TESTHUB_BUILD_ID','isMobileScanningEnabledForGroup','qrQLI','wVhTp','Executing\x20accessibility\x20script\x20on\x20page','GLIPh','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','includes','OTxKL','platformCaps','bind','VYxWT','TaPyp','isVersionSupported','vdLkA','requiresChromeOptionsValidation','Accessibility\x20data\x20for\x20extension:\x20','TfdJO','\x20a11yToken=','parseA11yJwtPayload','TqWBm','AOzVb','mjWte','./baseModule','SFFwV','Error\x20getting\x20script\x20by\x20name\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','KEY_TEST_NAME','hAwme','AUOgN','\x20browser\x20version\x20greater\x20than\x20','browserVersion','end','ENxug','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','getResults','performPageScan:\x20Page\x20is\x20null','RNvTl','bKaQi','getBuildId','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','fetchDriverExecuteParamsEvent','CHPJS','updateData','eWIAQ',']\x20onAfterTest\x20should\x20scan=','puPHi','_sendMessageServerPatchApplied','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','isAppAccessibility',',\x20framework=','XVNdS','FNRUi','pid','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','[AccessibilityModule]\x20onAfterTest:\x20framework=','aXptc','ClbPM','x\x20over\x20','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','ms\x20—\x20cache\x20never\x20populated\x20(','No\x20summaryResults\x20found.','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','centralAuthHeader','value','test_tags','\x22\x20pid=','crypto','_centralAuthConfigFetched','pRPMW','TEMyO','AUTOMATION_SESSIONS','toObject','bRDrn',']\x20should\x20run\x20accessibility\x20value=','_parseScriptsFromOptions','loadAccessibilityConfig','yanno','pvoho','performScan','PEmRi','exports','../../../helpers/helper','kGgHE','sIzGH','YUpPr','JpbAO','UVqSa','OhoDX','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','getScriptByName','Unknown\x20Test','performScanForCli','headless','HqtRS','SDK_ACCESSIBILITY_CONFIG','Tddyb','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','MBCKl','YoktC','chromeOptions','vCEAR','executeScriptByName','YtsJj','NODE_GENERIC','zesdU','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BZgTQ','parse','AccessibilityModule.getResults','stringify','unknown','Error\x20in\x20shouldScanForCommand:\x20','page','getAllData','getCurrentAccessibilityStatus','wGGTo','VlsBW','isPlatformSupported','CappV',']\x20polled\x20','ZfWdr','Scan\x20result:\x20','_centralAuthA11yConfig','TrackedInstance','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','LVqXn','nTDFu','isEnabledTestcase','MNsVG','isPlatformSupported:\x20caps\x20are\x20null','evaluate','debug','uRFjk','on\x20non-BrowserStack\x20infrastructure\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','WPJQP','vXUay','scannerVersion','centralAuthToken',',\x20\x0a\x20','reason','toJson','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','getScriptsList','wtHRG','stack','ehqhA','396745GKLWsQ','accessibilityResult','Error\x20applying\x20sendMessageToServer\x20patch:\x20','testcafe','__workerDetails','WWPxN','getCapabilityValue','getTestFrameworkDetail','XOQbG','platformVersion','getCurrentInstanceName','QUIT','rVeSU','getSuccess','jwdUQ',',\x20excludeTags=','message','function','rcpKs','toLowerCase','performScanForCli:\x20No\x20','testFrameworkData','GypVT',',\x20testRunId=','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','createHash','finishScanningForCli','hOOAB','accessibility','HPyqi','CimRw','tBLJT','GET_RESULTS_SUMMARY','uiayX','titlePath','../grpcClient','mIxMl','pDZDn','CREATE','getResultsSummary','options','LyTXL','getAccessibilityResults','MVjbi','TJtix','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','SCAN_CAP_HIT','PedTe','getAccessibilityExecuteParams','isAccessibilityAutomationSession','ETRri','MergedScanArgs:\x20','getScript','__bstackA11yScanCapHit','RlMAE','\x22browserstack.key\x22:\x22[REDACTED]\x22','lHVKH','assign','vLpic','Ycjtj','number',',\x20testCaseEnabled=','find','get','cucumber','XKepe','replace','PxZeT','2297736HImsqb','../framework/testFramework','sREiZ','rbnuN','executeScript','test-tags-->\x20','accessibilityConfig','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','goog:chromeOptions','HMJrV','PVasL','pkxin','getParamsForScanForCli','browser_version','commandsList','testAnalyticsId','MOBILE_SCANNING_DISABLED_WARNING','Error\x20in\x20stopTestCapture:\x20','DXkvw','46277tdaGlS','vgkKV','isEnabled','nHTnV','\x20->\x20','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','a11y:save-results','bobuq','fetchCentralAuthA11yConfig','validatePlatformForAccessibility','getModuleName','mergeObject','mjNsm','browserstack.accessibilityOptions.scannerProcessingTimeout','Exception\x20in\x20isPlatformSupported:\x20','ZIPZh','null','ZYYIh','--headless=','JbsCy','\x20worker=\x22','IzXUW','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getInstance','from','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','start','getValue','shouldScanForCommand:\x20','jest','appium:platformVersion','testhub_build_uuid','pwPage','some','driver','ysCeP','IfOHT','getPlatformCaps',']\x20poll\x20attempt=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','AFCDO','INfRE','dolUc','applySendMessageToServerPatch','getAccessibilityResultsSummary','getTestId','XPDey','tVYnO','../../utils/playwright-patcher','getCommandsList','../../../helpers/accessibility-automation/helper','processAccessibilityCaps','KAsOD','keys','cCSUw','totalIssueCount','AccessibilityModule.getResultsSummary','getData','error','nfDnh','excludeTagsInTestingScope','commandName','skipCDPConnectOverride','WVaQf','env','gjpuJ','\x20from\x20testIdentifier=','rLmXb','ZeIMN','7oqEqXb','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','toISOString','[platform\x20-\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','testData','length','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','gPlLL','Processed\x20accessibility\x20caps\x20','ZQbOP','Performing\x20scan\x20before\x20getting\x20results\x20summary','isBrowserSupportedForAccessibility','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','cwCBm','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','getContext','getPlatformIndex','SVfXU','nyrbW','jeMjY','currentTest','kTGMC','TGFWx','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Error\x20executing\x20script\x20','pyFXo','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','isArray','4VsRqke','getIsAppAccessibility','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','yOJtm','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','vybai','getLogDisabledShown','366599QGgBAa','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','\x20script\x20available','setLogDisabledShown','platformName','measureWrapper','ObVvv','onAfterTest','zIoUK','hNcqJ','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20',',\x20testIdentifier=','Error\x20checking\x20headless\x20capability:\x20','shouldScanForCommand','MKUif','IRNuL','setAccessibilityToken','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','qspqT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','executeScriptByName:\x20No\x20','Error\x20in\x20getAccessibilityResultsSummary:\x20','util','LOG_DISABLED_SHOWN','rRgzz','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','afterTestHook','onBeforeExecute','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','testRunId','xNaKF','isMobileWebSession','setShouldScanCurrentTest','degradedReason','FdNxo','main','args','getResultResponse','--headless','wlrxp','setShouldScan','format','__jestCurrentTestIdentifier','scan','onBeforeTest','JEST_WORKER_ID','command','getAccessibility','fcjlS','[App-A11y]\x20Scan\x20result\x20for\x20','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','AgLfD','wOoZv','xTfef','digest','BAIUV','resolveMobileThTestRunUuid','AcJlQ','PRE','getTestUUID','browserstack.accessibilityOptions.wcagVersion','JSOjl','../framework/constants/testFrameworkConstants.js','object','trmxf','getTesthub','Error\x20in\x20getAccessibilityResults:\x20','instance','dHNTv','KkWyh','FCtKC','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','KEY_TEST_SCOPES','PERFORM_SCAN','4319730cFsjTY','OghsZ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','set','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',',\x20includeTags=','\x22browserstack.user\x22:\x22[REDACTED]\x22','\x20token_fp=','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','stopTestCapture','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','knyse',']\x20Accessibility\x20configuration\x20initialized\x20successfully','info','Performing\x20scan\x20before\x20from\x20cli','map','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','performPageScan','isFinite','QGKHB','VmqIx','../../../helpers/accessibility-automation/scripts','getTestDetails','getBrowserDisplayName','accessibilityToken'];a106_0x1b11=function(){return _0x1177aa;};return a106_0x1b11();}
|
|
1
|
+
const a110_0x3958d9=a110_0x2164;(function(_0x24dc79,_0x2c2af6){const _0x3430cf=a110_0x2164,_0x3dedee=_0x24dc79();while(!![]){try{const _0x5e66af=-parseInt(_0x3430cf(0x148))/0x1+-parseInt(_0x3430cf(0x320))/0x2+parseInt(_0x3430cf(0x2fc))/0x3*(parseInt(_0x3430cf(0x1c0))/0x4)+parseInt(_0x3430cf(0x24c))/0x5+parseInt(_0x3430cf(0x338))/0x6*(parseInt(_0x3430cf(0x22e))/0x7)+parseInt(_0x3430cf(0x1ee))/0x8+-parseInt(_0x3430cf(0x186))/0x9;if(_0x5e66af===_0x2c2af6)break;else _0x3dedee['push'](_0x3dedee['shift']());}catch(_0x35bc7a){_0x3dedee['push'](_0x3dedee['shift']());}}}(a110_0x206e,0xf2eaa));function a110_0x2164(_0x4f804b,_0x5e125d){const _0x206eac=a110_0x206e();return a110_0x2164=function(_0x216486,_0x56fbd1){_0x216486=_0x216486-0x112;let _0x35e417=_0x206eac[_0x216486];return _0x35e417;},a110_0x2164(_0x4f804b,_0x5e125d);}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a110_0x3958d9(0x224)),AutomationFramework=require(a110_0x3958d9(0x244)),TestFramework=require(a110_0x3958d9(0x246)),AutomationFrameworkState=require(a110_0x3958d9(0x146)),HookState=require('../state/hookState'),GrpcClient=require(a110_0x3958d9(0x334)),scripts=require(a110_0x3958d9(0x1b2)),logger=createClassLogger(a110_0x3958d9(0x27f)),PerformanceTester=require(a110_0x3958d9(0x151)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a110_0x3958d9(0x343)),{nestedKeyValue,isUndefined}=require(a110_0x3958d9(0x2b1)),util=require(a110_0x3958d9(0x208)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a110_0x3958d9(0x29c)),accessibilityHelper=require(a110_0x3958d9(0x29f)),{FRAMEWORKS}=require(a110_0x3958d9(0x348));class AccessibilityModule extends BaseModule{static [a110_0x3958d9(0x1a3)]=AccessibilityModule[a110_0x3958d9(0x35f)];static ['_centralAuthConfigFetched']=![];static [a110_0x3958d9(0x123)]={};constructor(_0x5e7cc9){const _0x4156e2=a110_0x3958d9,_0x341646={};_0x341646[_0x4156e2(0x1e6)]=function(_0x4780f9,_0x411fe2){return _0x4780f9===_0x411fe2;},_0x341646[_0x4156e2(0x362)]=_0x4156e2(0x154),_0x341646[_0x4156e2(0x18c)]=_0x4156e2(0x21b),_0x341646[_0x4156e2(0x2d0)]=_0x4156e2(0x355),_0x341646[_0x4156e2(0x161)]=_0x4156e2(0x304);const _0xb09bf5=_0x341646;super(),AutomationFramework['registerObserver'](AutomationFrameworkState['EXECUTE'],HookState[_0x4156e2(0x302)],this[_0x4156e2(0x137)][_0x4156e2(0x232)](this)),AutomationFramework[_0x4156e2(0x349)](AutomationFrameworkState[_0x4156e2(0x1f0)],HookState[_0x4156e2(0x1e3)],this[_0x4156e2(0x2b3)][_0x4156e2(0x232)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0x4156e2(0x302)],this[_0x4156e2(0x2e0)]['bind'](this)),this['isEnabled']=!![],this[_0x4156e2(0x350)]=_0x5e7cc9['toObject'](),this['accessibility']=new Map(),this[_0x4156e2(0x34e)]=new Map(),this[_0x4156e2(0x243)]=_0x5e7cc9['getIsAppAccessibility']?.()||![],this[_0x4156e2(0x282)]=[],this[_0x4156e2(0x36a)]=![],this[_0x4156e2(0x303)]=![],this[_0x4156e2(0x129)](_0x5e7cc9[_0x4156e2(0x2d1)]()[_0x4156e2(0x150)]());const _0x2616ed=CLIUtils[_0x4156e2(0x27c)]();_0x2616ed&&_0xb09bf5[_0x4156e2(0x1e6)](_0x2616ed[_0x4156e2(0x35f)],FRAMEWORKS['NODE_GENERIC'])&&this[_0x4156e2(0x162)](_0x5e7cc9[_0x4156e2(0x2d1)]()),logger['debug'](_0xb09bf5[_0x4156e2(0x362)]),this[_0x4156e2(0x23b)]=_0xb09bf5['WZLBp'],this[_0x4156e2(0x33c)]=_0xb09bf5['JfOln'],this[_0x4156e2(0x23c)]=_0xb09bf5['BAUkh'];}['isEnabled'](){return this['isEnabled'];}[a110_0x3958d9(0x1a5)](){const _0x53fd85=a110_0x3958d9;return AccessibilityModule[_0x53fd85(0x1a3)];}[a110_0x3958d9(0x356)](){const _0x573904=a110_0x3958d9;return this[_0x573904(0x2db)]['get'](CLIUtils[_0x573904(0x1a4)](),![]);}[a110_0x3958d9(0x2f8)](){const _0x440bb7=a110_0x3958d9;return this[_0x440bb7(0x34e)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a110_0x3958d9(0x12a)](_0x1cf21d){const _0x4b227b=a110_0x3958d9;this[_0x4b227b(0x34e)][_0x4b227b(0x2f9)](CLIUtils[_0x4b227b(0x1a4)](),_0x1cf21d);}['applySendMessageToServerPatch'](){const _0xaf580a=a110_0x3958d9,_0xc8f0a4={'edOrA':_0xaf580a(0x297),'vmJzn':function(_0x338fb6,_0x5836c6){return _0x338fb6(_0x5836c6);},'ofJLn':'../../utils/playwright-patcher','vODww':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','HgmSX':_0xaf580a(0x260)};if(this[_0xaf580a(0x36a)]){logger[_0xaf580a(0x239)](_0xc8f0a4[_0xaf580a(0x2f7)]);return;}try{const _0x24641a=_0xc8f0a4['vmJzn'](require,_0xc8f0a4[_0xaf580a(0x18a)]);_0x24641a&&_0x24641a[_0xaf580a(0x2c5)]?(_0x24641a['patchSendMessageToServer'](),this[_0xaf580a(0x36a)]=!![],logger[_0xaf580a(0x239)](_0xc8f0a4[_0xaf580a(0x176)])):logger[_0xaf580a(0x239)](_0xc8f0a4[_0xaf580a(0x200)]);}catch(_0x3c7f0b){logger[_0xaf580a(0x239)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0xaf580a(0x20f)](_0x3c7f0b));}}[a110_0x3958d9(0x28c)](_0x27c46f=null,_0x4074c1=null,_0x331147=null){const _0x475ad5=a110_0x3958d9,_0x2dcdfd={'KWUGn':function(_0x374577,_0x58ca7f){return _0x374577&&_0x58ca7f;},'pErAM':_0x475ad5(0x2cb),'OeZXz':function(_0x5c57a8,_0x5efec2){return _0x5c57a8(_0x5efec2);},'hVSab':_0x475ad5(0x2b1),'jcSUJ':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','HDuII':_0x475ad5(0x1fc),'vmIGb':function(_0xd104a3,_0xbe7341){return _0xd104a3===_0xbe7341;},'bMKEf':_0x475ad5(0x25e),'Kmszn':_0x475ad5(0x36b),'hTjhg':function(_0xfdf068,_0x3384b9){return _0xfdf068!==_0x3384b9;},'OWwlK':function(_0x1db39d,_0x152ffd,_0x3fd58b){return _0x1db39d(_0x152ffd,_0x3fd58b);},'dnmHu':function(_0x376c37,_0x3ac175){return _0x376c37(_0x3ac175);},'iXCky':function(_0x487b47,_0x1e5bde){return _0x487b47<_0x1e5bde;},'DMTjK':_0x475ad5(0x225),'kDfXU':function(_0x346ce,_0x41aa22){return _0x346ce===_0x41aa22;},'VjYHQ':_0x475ad5(0x275),'aQNOf':_0x475ad5(0x210),'tUfPx':function(_0x14579d,_0x3d555e){return _0x14579d===_0x3d555e;},'TJAZH':_0x475ad5(0x361),'JHghS':_0x475ad5(0x30b),'yvXRe':function(_0x5bad6a,_0x25526c){return _0x5bad6a!==_0x25526c;},'byZOR':_0x475ad5(0x226),'Azknn':function(_0x5a1bda){return _0x5a1bda();},'MZTfG':_0x475ad5(0x18e),'MQRzP':function(_0x2ac5e2,_0x1d9007){return _0x2ac5e2(_0x1d9007);},'tUvod':function(_0x524af2,_0x2473fc){return _0x524af2-_0x2473fc;},'yDUGj':function(_0x4e54d6,_0x50eba0){return _0x4e54d6(_0x50eba0);},'xhEqO':function(_0x422127,_0x44b6c5){return _0x422127>_0x44b6c5;},'VqowK':_0x475ad5(0x2bc)};try{if(_0x2dcdfd[_0x475ad5(0x2ee)](!_0x4074c1,!_0x331147))return logger[_0x475ad5(0x239)](_0x2dcdfd[_0x475ad5(0x26b)]),![];const {isUndefined:_0x2026aa,isBrowserstackInfra:_0x4267bd}=_0x2dcdfd[_0x475ad5(0x1c2)](require,_0x2dcdfd['hVSab']);if(!accessibilityHelper[_0x475ad5(0x28b)]())return logger[_0x475ad5(0x239)](_0x2dcdfd['jcSUJ']),![];if(this[_0x475ad5(0x243)]){const _0x1508fc=(_0x4074c1[_0x475ad5(0x199)]||_0x4074c1[_0x2dcdfd[_0x475ad5(0x2ce)]]||'')[_0x475ad5(0x241)]();if(_0x2dcdfd[_0x475ad5(0x271)](_0x1508fc,_0x2dcdfd[_0x475ad5(0x205)])){const _0x474293=_0x4074c1[_0x2dcdfd[_0x475ad5(0x2cc)]]||_0x4074c1[_0x475ad5(0x20e)];if(_0x2dcdfd['hTjhg'](_0x474293,undefined)&&_0x2dcdfd[_0x475ad5(0x1c6)](_0x474293,null)){const _0x3bada6=_0x2dcdfd[_0x475ad5(0x1eb)](parseInt,_0x2dcdfd['dnmHu'](String,_0x474293)[_0x475ad5(0x360)]('.')[0x0],0xa);if(!_0x2dcdfd[_0x475ad5(0x235)](isNaN,_0x3bada6)&&_0x2dcdfd['iXCky'](_0x3bada6,0xb))return logger[_0x475ad5(0x157)](_0x475ad5(0x1fe)+_0x474293),![];}}return!![];}const _0x4c1cf0=_0x4074c1[_0x475ad5(0x2c8)]||_0x4074c1[_0x475ad5(0x197)],_0x1a6e24=_0x4074c1[_0x475ad5(0x278)]||_0x4074c1['browser_version'];if(!accessibilityHelper[_0x475ad5(0x2a3)](_0x4c1cf0))return logger['warn'](_0x2dcdfd['DMTjK']),![];if(accessibilityHelper[_0x475ad5(0x1a9)](_0x4c1cf0))try{const _0x1d5e20=_0x4074c1[_0x475ad5(0x363)],_0x2692da=_0x2dcdfd[_0x475ad5(0x36e)](_0x1d5e20,!![])||_0x2dcdfd[_0x475ad5(0x36e)](_0x1d5e20,_0x2dcdfd[_0x475ad5(0x14d)])||_0x2dcdfd[_0x475ad5(0x271)](typeof _0x1d5e20,_0x2dcdfd[_0x475ad5(0x2a4)])&&_0x2dcdfd['tUfPx'](_0x1d5e20[_0x475ad5(0x241)](),_0x2dcdfd[_0x475ad5(0x14d)]);if(_0x2692da)return logger[_0x475ad5(0x157)](_0x2dcdfd['TJAZH']),![];const _0x316092=_0x4074c1?.['chromeOptions']?.[_0x475ad5(0x1bd)]||_0x4074c1?.[_0x2dcdfd[_0x475ad5(0x222)]]?.[_0x475ad5(0x1bd)]||[];if(Array[_0x475ad5(0x12f)](_0x316092)&&_0x316092[_0x475ad5(0x216)](_0x22c3db=>typeof _0x22c3db===_0x475ad5(0x210)&&(_0x22c3db===_0x475ad5(0x18d)||_0x22c3db[_0x475ad5(0x2b2)]('--headless=')&&_0x22c3db!==_0x475ad5(0x184))))return logger[_0x475ad5(0x157)](_0x2dcdfd[_0x475ad5(0x1f5)]),![];}catch(_0x44f63c){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0x475ad5(0x20f)](_0x44f63c));}if(_0x2dcdfd[_0x475ad5(0x2ad)](_0x1a6e24,_0x2dcdfd[_0x475ad5(0x144)])){const _0x47960f=_0x2dcdfd[_0x475ad5(0x156)](_0x4267bd),_0x45865d=accessibilityHelper[_0x475ad5(0x353)](_0x4c1cf0,_0x47960f),_0x1dd917=accessibilityHelper[_0x475ad5(0x245)](_0x4c1cf0);if(!accessibilityHelper[_0x475ad5(0x1c4)](_0x1a6e24,_0x45865d)){const _0x29aad2=_0x47960f?'':_0x2dcdfd[_0x475ad5(0x135)],_0x5f599b=Number[_0x475ad5(0x254)](_0x2dcdfd[_0x475ad5(0x19b)](parseFloat,_0x45865d))?_0x2dcdfd[_0x475ad5(0x2d3)](_0x2dcdfd[_0x475ad5(0x341)](parseFloat,_0x45865d),0x1):_0x45865d;return logger[_0x475ad5(0x157)](_0x475ad5(0x28e)+_0x1dd917+_0x475ad5(0x20a)+_0x5f599b+'\x20'+_0x29aad2+'.'),![];}}else{const _0x5c6a98=_0x4074c1['browserVersion']||_0x4074c1[_0x475ad5(0x326)]||_0x4074c1['version'];if(_0x5c6a98&&_0x2dcdfd[_0x475ad5(0x1c6)](_0x5c6a98,_0x2dcdfd[_0x475ad5(0x144)])&&!_0x2dcdfd[_0x475ad5(0x312)](_0x2dcdfd[_0x475ad5(0x341)](parseFloat,_0x5c6a98),_0x2dcdfd[_0x475ad5(0x1c2)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x475ad5(0x157)](_0x2dcdfd[_0x475ad5(0x1ae)]),![];}return!![];}catch(_0xa82410){return logger[_0x475ad5(0x239)](_0x475ad5(0x223)+_0xa82410[_0x475ad5(0x359)]),![];}}[a110_0x3958d9(0x2b7)](_0x2b0e05=[],_0x1994f1,_0x5af85=a110_0x3958d9(0x219)){const _0x41a73a=a110_0x3958d9,_0xc8c401={'rCUQU':function(_0x5a2b4e,_0x2c286b){return _0x5a2b4e===_0x2c286b;},'zLiKr':_0x41a73a(0x25f),'dYDzL':function(_0x58a1e8,_0x49c322){return _0x58a1e8===_0x49c322;},'bUFGX':function(_0x4159ba,_0x59b52a){return _0x4159ba||_0x59b52a;},'zEdqE':function(_0x498621,_0x18a4bd){return _0x498621===_0x18a4bd;},'qesxh':function(_0x1c2fb9,_0x202075){return _0x1c2fb9&&_0x202075;},'CyAcB':_0x41a73a(0x2ca),'TeLHJ':function(_0x5bebae,_0xf56a93){return _0x5bebae===_0xf56a93;},'dFFvv':function(_0xadb07c,_0x138034){return _0xadb07c(_0x138034);},'VrAOc':function(_0x3d85d2,_0x5187c9){return _0x3d85d2>_0x5187c9;},'DDsps':function(_0x14565c,_0x4bd0da){return _0x14565c&&_0x4bd0da;}};try{const _0x4ad373=process['env'][_0x41a73a(0x195)]?JSON['parse'](process[_0x41a73a(0x298)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x4ad373)return!![];const _0x1d94bb=Array[_0x41a73a(0x12f)](_0x4ad373[_0x41a73a(0x18f)])?_0x4ad373[_0x41a73a(0x18f)]:[],_0x211e3b=Array[_0x41a73a(0x12f)](_0x4ad373[_0x41a73a(0x22c)])?_0x4ad373['excludeTagsInTestingScope']:[];if(_0xc8c401['rCUQU'](_0x5af85,_0xc8c401[_0x41a73a(0x1f2)])||_0xc8c401[_0x41a73a(0x2f6)](_0x5af85,FRAMEWORKS['NODE_GENERIC'])){let _0x18fd3d;Array[_0x41a73a(0x12f)](_0x2b0e05)?_0x18fd3d=_0x2b0e05[_0x41a73a(0x11c)]('\x20'):_0x18fd3d=_0xc8c401[_0x41a73a(0x354)](_0x2b0e05,'');const _0x283da9=_0x3eb5b4=>_0x5af85===FRAMEWORKS[_0x41a73a(0x284)]&&typeof _0x3eb5b4==='string'?_0x3eb5b4[_0x41a73a(0x2a5)](/^@/,'')[_0x41a73a(0x241)]()['trim']():_0x3eb5b4,_0x5b9c23=_0xc8c401[_0x41a73a(0x1f7)](_0x5af85,FRAMEWORKS[_0x41a73a(0x284)])?_0x18fd3d['toLowerCase']():_0x18fd3d,_0x12357c=_0x211e3b[_0x41a73a(0x216)](_0x2a945c=>_0x5b9c23[_0x41a73a(0x268)](_0x283da9(_0x2a945c))),_0x32f1f6=_0xc8c401[_0x41a73a(0x233)](_0x1d94bb[_0x41a73a(0x1ef)],0x0)||_0x1d94bb[_0x41a73a(0x216)](_0x5414ed=>_0x5b9c23['includes'](_0x283da9(_0x5414ed))),_0x4d3ab9=_0xc8c401[_0x41a73a(0x279)](!_0x12357c,_0x32f1f6);return logger[_0x41a73a(0x239)]('[platform\x20-\x20'+(_0x1994f1?.[_0x41a73a(0x283)]?.()||_0xc8c401[_0x41a73a(0x1ca)])+']\x20isEnabledTestcase\x20('+_0x5af85+_0x41a73a(0x26e)+_0x4d3ab9+_0x41a73a(0x15e)+_0x18fd3d+_0x41a73a(0x1e0)+JSON['stringify'](_0x1d94bb)+',\x20excludeTags='+JSON[_0x41a73a(0x229)](_0x211e3b)),_0x4d3ab9;}const _0x556446=Array['isArray'](_0x2b0e05)?_0x2b0e05:[];let _0x5f2464=![],_0x4d19cb=_0xc8c401[_0x41a73a(0x127)](_0x1d94bb['length'],0x0);const _0x1c28da=_0xca46b0=>typeof _0xca46b0===_0x41a73a(0x210)?_0xca46b0[_0x41a73a(0x2a5)](/^@/,'')['toLowerCase']()[_0x41a73a(0x259)]():_0xca46b0,_0x1fca67=new Set(_0x1d94bb['map'](_0x1c28da)),_0x65a78=new Set(_0x211e3b[_0x41a73a(0x18b)](_0x1c28da));for(const _0x109fab of _0x556446){const _0x51ebd1=_0xc8c401['dFFvv'](_0x1c28da,_0x109fab);_0x65a78[_0x41a73a(0x318)](_0x51ebd1)&&(_0x5f2464=!![]),_0xc8c401[_0x41a73a(0x308)](_0x1fca67['size'],0x0)&&_0x1fca67[_0x41a73a(0x318)](_0x51ebd1)&&(_0x4d19cb=!![]);}const _0xc418a0=_0xc8c401[_0x41a73a(0x2b0)](_0x4d19cb,!_0x5f2464);return logger[_0x41a73a(0x239)](_0x41a73a(0x347)+(_0x1994f1?.['getPlatformIndex']?.()||_0xc8c401[_0x41a73a(0x1ca)])+_0x41a73a(0x2ac)+_0xc418a0+_0x41a73a(0x2a0)+JSON[_0x41a73a(0x229)](_0x556446)+',\x20includeTags='+JSON[_0x41a73a(0x229)](_0x1d94bb)+_0x41a73a(0x306)+JSON[_0x41a73a(0x229)](_0x211e3b)),_0xc418a0;}catch(_0x2704b1){return logger[_0x41a73a(0x239)]('[platform\x20-\x20'+(_0x1994f1?.[_0x41a73a(0x283)]?.()||_0xc8c401[_0x41a73a(0x1ca)])+_0x41a73a(0x295)+_0x2704b1[_0x41a73a(0x359)]),![];}}async[a110_0x3958d9(0x2b3)](_0x5543d9){const _0x2c998f=a110_0x3958d9,_0x5173b2={};_0x5173b2[_0x2c998f(0x317)]=function(_0x4d9657,_0xfb01e2){return _0x4d9657!==_0xfb01e2;},_0x5173b2[_0x2c998f(0x122)]='cucumber',_0x5173b2['zGwLE']=_0x2c998f(0x25f),_0x5173b2[_0x2c998f(0x152)]=function(_0x277539,_0x5b6e1a){return _0x277539!==_0x5b6e1a;},_0x5173b2[_0x2c998f(0x262)]='testcafe',_0x5173b2['NAoxm']=function(_0x457c63,_0x373a2f){return _0x457c63===_0x373a2f;},_0x5173b2[_0x2c998f(0x242)]='true',_0x5173b2[_0x2c998f(0x15b)]=function(_0xa0be39,_0x1b007f){return _0xa0be39&&_0x1b007f;},_0x5173b2[_0x2c998f(0x1d2)]='TEST_INIT',_0x5173b2['irrgs']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x5173b2[_0x2c998f(0x120)]=_0x2c998f(0x21f),_0x5173b2['fFTFU']=_0x2c998f(0x32b),_0x5173b2['LHcdY']=function(_0x4239fd,_0x1bffa4){return _0x4239fd===_0x1bffa4;},_0x5173b2[_0x2c998f(0x36c)]=function(_0x33d011,_0x439f69){return _0x33d011===_0x439f69;},_0x5173b2['sBlsh']=_0x2c998f(0x16d),_0x5173b2[_0x2c998f(0x2c6)]=function(_0xd7f9b3,_0x4e08db){return _0xd7f9b3===_0x4e08db;},_0x5173b2['KfQkF']=_0x2c998f(0x2af),_0x5173b2['JgwsU']=function(_0x4caf98,_0x461651){return _0x4caf98>_0x461651;},_0x5173b2[_0x2c998f(0x1fd)]=function(_0x2ddee1,_0x3a7586){return _0x2ddee1===_0x3a7586;},_0x5173b2[_0x2c998f(0x31a)]=_0x2c998f(0x1ab),_0x5173b2['WrLdY']=_0x2c998f(0x256),_0x5173b2[_0x2c998f(0x28f)]=function(_0x1e19fc,_0x57b1e0){return _0x1e19fc&&_0x57b1e0;},_0x5173b2[_0x2c998f(0x28a)]=_0x2c998f(0x2ca);const _0x25628a=_0x5173b2;if(_0x25628a['kBVEC'](_0x5543d9[_0x2c998f(0x227)],_0x25628a[_0x2c998f(0x122)])&&_0x25628a[_0x2c998f(0x317)](_0x5543d9[_0x2c998f(0x227)],_0x25628a[_0x2c998f(0x2bd)])&&_0x25628a[_0x2c998f(0x152)](_0x5543d9[_0x2c998f(0x227)],_0x25628a[_0x2c998f(0x262)])&&_0x25628a[_0x2c998f(0x317)](_0x5543d9[_0x2c998f(0x227)],FRAMEWORKS[_0x2c998f(0x284)])){logger[_0x2c998f(0x239)](_0x2c998f(0x1cf)+_0x5543d9[_0x2c998f(0x227)]+')');return;}try{const _0x1af9b2=AutomationFramework['getTrackedInstance'](),_0x1f678b=TestFramework[_0x2c998f(0x2c0)](),_0x4a10aa=_0x5543d9[_0x2c998f(0x280)]||global[_0x2c998f(0x1ba)]?.[_0x2c998f(0x15c)]||null;if(_0x25628a['NAoxm'](_0x5543d9[_0x2c998f(0x227)],_0x25628a[_0x2c998f(0x262)])){const _0x3922e3=_0x5543d9[_0x2c998f(0x29d)]||_0x1af9b2&&_0x1af9b2[_0x2c998f(0x291)]&&_0x1af9b2[_0x2c998f(0x291)]()||_0x1af9b2&&_0x1af9b2[_0x2c998f(0x270)]&&_0x1af9b2['getCapabilities']()||{},_0x3e31ce=_0x5543d9['launchCaps']||null,_0x45e6a9=this[_0x2c998f(0x28c)](_0x1af9b2,_0x3922e3,_0x3e31ce),_0x464507=CLIUtils[_0x2c998f(0x1a4)]();this['accessibility']['set'](_0x464507,_0x45e6a9);global['Context']?.[_0x2c998f(0x234)]&&global[_0x2c998f(0x1ea)][_0x2c998f(0x234)]()['setShouldScan'](_0x45e6a9);_0x45e6a9?(global['accessibilityPlatform']=!![],process[_0x2c998f(0x298)][_0x2c998f(0x178)]=_0x25628a[_0x2c998f(0x242)]):global[_0x2c998f(0x369)]=![];logger['debug'](_0x2c998f(0x1b8)+_0x45e6a9);return;}if(_0x25628a[_0x2c998f(0x2d2)](_0x5543d9['testFramework'],FRAMEWORKS['NODE_GENERIC'])){const _0x223091=_0x5543d9[_0x2c998f(0x1df)]||{},_0x50dedf=_0x223091[TestFrameworkConstants[_0x2c998f(0x1e2)]],_0x46b66c=_0x223091[TestFrameworkConstants[_0x2c998f(0x1c5)]]||'',_0x33755e=(Array['isArray'](_0x50dedf)?_0x50dedf[_0x2c998f(0x26c)](_0x46b66c)['join']('\x20'):_0x46b66c)[_0x2c998f(0x259)](),_0x398b95=_0x5543d9[_0x2c998f(0x29d)]||_0x1af9b2&&_0x1af9b2[_0x2c998f(0x291)]&&_0x1af9b2[_0x2c998f(0x291)]()||_0x1af9b2&&_0x1af9b2[_0x2c998f(0x270)]&&_0x1af9b2[_0x2c998f(0x270)]()||{},_0x3769a8=this[_0x2c998f(0x28c)](_0x1af9b2,_0x398b95,_0x5543d9['launchCaps']||null),_0x562ba6=this['isEnabledTestcase'](_0x33755e,_0x1af9b2,FRAMEWORKS[_0x2c998f(0x284)]),_0x4c670a=_0x25628a['WkdRk'](_0x3769a8,_0x562ba6),_0xef6e63=CLIUtils[_0x2c998f(0x1a4)]();this['accessibility'][_0x2c998f(0x2f9)](_0xef6e63,_0x4c670a);global['Context']?.[_0x2c998f(0x234)]&&global[_0x2c998f(0x1ea)]['getContext']()['setShouldScan'](_0x4c670a);_0x4c670a?(global['accessibilityPlatform']=!![],process[_0x2c998f(0x298)][_0x2c998f(0x178)]=_0x25628a[_0x2c998f(0x242)],this[_0x2c998f(0x32c)]()):global['accessibilityPlatform']=![];_0x1f678b&&_0x1f678b['updateData'](_0x25628a[_0x2c998f(0x1d2)],!![]);logger[_0x2c998f(0x239)](_0x2c998f(0x138)+_0x3769a8+_0x2c998f(0x31b)+_0x562ba6+_0x2c998f(0x15e)+_0x33755e);return;}if(!_0x4a10aa){_0x1f678b&&_0x1f678b[_0x2c998f(0x17f)](_0x25628a[_0x2c998f(0x1d2)],!![]);logger[_0x2c998f(0x239)](_0x25628a['irrgs']);return;}logger[_0x2c998f(0x239)](_0x25628a[_0x2c998f(0x120)]);const _0x2c4e2b=_0x1f678b?.[_0x2c998f(0x190)](_0x25628a['fFTFU'],![]),_0x47ea31=_0x1f678b?.['getData'](_0x25628a['peITO'],![]);if(_0x25628a['LHcdY'](_0x2c4e2b,![])&&_0x25628a[_0x2c998f(0x36c)](_0x47ea31,![])){_0x1f678b&&_0x1f678b[_0x2c998f(0x17f)](_0x25628a[_0x2c998f(0x15f)],!![]);logger[_0x2c998f(0x239)](_0x25628a[_0x2c998f(0x300)]);return;}_0x1f678b&&_0x1f678b[_0x2c998f(0x17f)](_0x25628a['peITO'],!![]);let _0x42d7c7,_0x3ddda7;const _0x1d706c=_0x5543d9[_0x2c998f(0x227)]||_0x25628a['rCbtr'];if(_0x25628a['BUdTK'](_0x1d706c,_0x25628a[_0x2c998f(0x2bd)])){_0x3ddda7=_0x5543d9[_0x2c998f(0x209)]?.[_0x2c998f(0x315)]||_0x5543d9[_0x2c998f(0x209)]?.['id']||global[_0x2c998f(0x240)]||global[_0x2c998f(0x1ba)]?.['currentTest']?.[_0x2c998f(0x315)]||global[_0x2c998f(0x1ba)]?.[_0x2c998f(0x352)]?.['id'];const _0x4ca2a5=_0x1f678b?.[_0x2c998f(0x230)]()?.[_0x2c998f(0x116)](_0x3ddda7);if(_0x4ca2a5&&_0x4ca2a5[TestFrameworkConstants[_0x2c998f(0x1c5)]])_0x42d7c7=_0x4ca2a5[TestFrameworkConstants[_0x2c998f(0x1c5)]];else{if(_0x5543d9[_0x2c998f(0x209)]?.[_0x2c998f(0x13e)])_0x42d7c7=_0x5543d9['testInfo'][_0x2c998f(0x13e)];else global[_0x2c998f(0x1ba)]?.[_0x2c998f(0x352)]?.[_0x2c998f(0x209)]?.[_0x2c998f(0x13e)]?_0x42d7c7=global['__workerDetails'][_0x2c998f(0x352)][_0x2c998f(0x209)]['titlePath']:_0x42d7c7=_0x25628a[_0x2c998f(0x192)];}logger[_0x2c998f(0x239)](_0x2c998f(0x220)+_0x3ddda7+_0x2c998f(0x15e)+JSON[_0x2c998f(0x229)](_0x42d7c7));}else{_0x3ddda7=this['getTestId'](_0x5543d9);const _0x2ac994=TestInfo[_0x2c998f(0x2e6)](_0x3ddda7);let _0x1edd93=[];if(_0x2ac994&&Array['isArray'](_0x2ac994[_0x2c998f(0x256)])&&_0x25628a[_0x2c998f(0x228)](_0x2ac994[_0x2c998f(0x256)]['length'],0x0))_0x1edd93=_0x2ac994[_0x2c998f(0x256)];else{if(_0x1f678b){const _0x16391d=_0x25628a['SRAMQ'](typeof _0x1f678b[_0x2c998f(0x190)],_0x25628a[_0x2c998f(0x31a)])?_0x1f678b[_0x2c998f(0x190)](_0x25628a['WrLdY'],[]):_0x1f678b[_0x2c998f(0x256)]||[];Array[_0x2c998f(0x12f)](_0x16391d)&&(_0x1edd93=_0x16391d);}}_0x42d7c7=_0x1edd93;}logger[_0x2c998f(0x31c)]('test-tags-->\x20'+JSON['stringify'](_0x42d7c7));const _0x4959ab=this[_0x2c998f(0x28c)](_0x1af9b2,_0x5543d9[_0x2c998f(0x29d)],_0x5543d9['launchCaps']);logger[_0x2c998f(0x239)](_0x2c998f(0x207)+_0x4959ab+_0x2c998f(0x32f)+this[_0x2c998f(0x243)]);const _0x43612d=this[_0x2c998f(0x2b7)](_0x42d7c7,_0x1af9b2,_0x1d706c),_0x207b70=_0x25628a[_0x2c998f(0x28f)](_0x4959ab,_0x43612d),_0x38a2cf=CLIUtils['getCurrentInstanceName']();this[_0x2c998f(0x2db)][_0x2c998f(0x2f9)](_0x38a2cf,_0x207b70),global[_0x2c998f(0x1ea)]?.['getContext']&&global['Context']['getContext']()[_0x2c998f(0x257)](_0x207b70),logger[_0x2c998f(0x239)](_0x2c998f(0x347)+(_0x1af9b2?.[_0x2c998f(0x283)]?.()||_0x25628a[_0x2c998f(0x28a)])+_0x2c998f(0x249)+_0x207b70),_0x207b70?(global[_0x2c998f(0x369)]=!![],process[_0x2c998f(0x298)][_0x2c998f(0x178)]=_0x25628a['PqwPQ'],this[_0x2c998f(0x32c)]()):global['accessibilityPlatform']=![];}catch(_0x490663){logger[_0x2c998f(0x2bf)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x490663[_0x2c998f(0x333)]||_0x490663[_0x2c998f(0x359)]));const _0x56bd20=CLIUtils[_0x2c998f(0x1a4)]();this[_0x2c998f(0x2db)]['set'](_0x56bd20,![]),global[_0x2c998f(0x369)]=![];}}[a110_0x3958d9(0x2fd)](){const _0x2ad553=a110_0x3958d9;return this[_0x2ad553(0x282)][_0x2ad553(0x287)](_0x5a7e85=>_0x5a7e85[_0x2ad553(0x2ff)]()===_0x2ad553(0x30b))?.['getValue']()||'';}[a110_0x3958d9(0x11e)](_0x43fa30){const _0x4b89be=a110_0x3958d9;try{const _0x698432=this[_0x4b89be(0x350)]?.[_0x4b89be(0x2c1)]?.['capabilitiesList']||[],_0x427371=_0x698432[_0x4b89be(0x287)](_0x43991c=>_0x43991c['name']===_0x43fa30);return _0x427371?_0x427371[_0x4b89be(0x1b4)]:null;}catch(_0x575e67){return logger['debug']('Error\x20getting\x20capability\x20value\x20for\x20'+_0x43fa30+':\x20'+_0x575e67[_0x4b89be(0x359)]),null;}}async[a110_0x3958d9(0x20c)](_0x86ff7b,_0xe58348){const _0x372843=a110_0x3958d9,_0x4c60cd=_0x86ff7b[_0x372843(0x115)]()['getOptions']();this[_0x372843(0x162)](_0x4c60cd),this[_0x372843(0x282)]=_0x4c60cd[_0x372843(0x150)](),await this[_0x372843(0x129)](this[_0x372843(0x282)],_0xe58348['launchCaps']);}['_parseScriptsFromOptions'](_0x57c057){const _0x406258=a110_0x3958d9,_0x46c0d7={};_0x46c0d7[_0x406258(0x290)]=function(_0x325d09,_0x462ff1){return _0x325d09>_0x462ff1;},_0x46c0d7['jXOMq']=_0x406258(0x250),_0x46c0d7['flYQq']=_0x406258(0x346);const _0x2dfa4f=_0x46c0d7;try{const _0x5859b8=_0x57c057['getScriptsList'](),_0x465c39=_0x57c057['getCommandsToWrap']()?.[_0x406258(0x202)]();_0x5859b8&&_0x2dfa4f[_0x406258(0x290)](_0x5859b8[_0x406258(0x1ef)],0x0)?(scripts[_0x406258(0x2ab)](_0x5859b8,_0x465c39),scripts[_0x406258(0x2f2)](),logger[_0x406258(0x239)](_0x2dfa4f[_0x406258(0x13d)])):logger[_0x406258(0x239)](_0x2dfa4f['flYQq']);}catch(_0x40fe00){logger['debug']('[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20'+_0x40fe00[_0x406258(0x359)]);}}async[a110_0x3958d9(0x129)](_0x219f07,_0x6415cf={}){const _0xb5f6da=a110_0x3958d9,_0x143d9e={'fwlmq':_0xb5f6da(0x31f),'GKKSM':'main','KeLgQ':function(_0x2479cb,_0x47236e){return _0x2479cb===_0x47236e;},'xGXKF':_0xb5f6da(0x305),'SQemF':function(_0x8698dd,_0x4d926d){return _0x8698dd(_0x4d926d);},'FVtLk':_0xb5f6da(0x286),'UixMj':'sha256','ElYtk':'hex','wgGmC':function(_0x583ebb,_0x3d5137){return _0x583ebb||_0x3d5137;},'tRSFT':_0xb5f6da(0x263),'aKqej':function(_0x1b69e9,_0x4bc029){return _0x1b69e9(_0x4bc029);},'ODTRc':_0xb5f6da(0x29f),'FTpkw':_0xb5f6da(0x2b1),'POEfQ':_0xb5f6da(0x181),'RztlF':_0xb5f6da(0x136),'ikFch':_0xb5f6da(0x264),'qYCXx':_0xb5f6da(0x125),'wmIyd':function(_0xfed941,_0x1df454){return _0xfed941===_0x1df454;},'TGgvt':'scannerProcessingTimeout','jEfWE':_0xb5f6da(0x1e7),'LmTIS':_0xb5f6da(0x374),'mChBv':function(_0x3f619c,_0x22b311){return _0x3f619c(_0x22b311);},'QxvUM':function(_0x5858ec,_0x4eac00){return _0x5858ec===_0x4eac00;},'TVtLV':_0xb5f6da(0x275)};global[_0xb5f6da(0x14c)]=global[_0xb5f6da(0x14c)]||{};const _0x496f6d=Array['isArray'](_0x219f07)?_0x219f07[_0xb5f6da(0x1ef)]:_0x143d9e[_0xb5f6da(0x1dc)];logger[_0xb5f6da(0x239)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x496f6d+'\x20worker=\x22'+(process[_0xb5f6da(0x298)][_0xb5f6da(0x1b5)]||_0x143d9e[_0xb5f6da(0x247)])+_0xb5f6da(0x145)+process[_0xb5f6da(0x217)]);for(const _0x2d5fc4 of _0x219f07){logger['debug'](_0xb5f6da(0x12d)+_0x2d5fc4[_0xb5f6da(0x2ff)]());if(_0x143d9e[_0xb5f6da(0x296)](_0x2d5fc4['getName'](),_0x143d9e[_0xb5f6da(0x267)])){const _0x22a2b8=_0x2d5fc4['getValue'](),_0x4cb76e=_0x22a2b8?_0x143d9e['SQemF'](require,_0x143d9e[_0xb5f6da(0x2f0)])[_0xb5f6da(0x13a)](_0x143d9e[_0xb5f6da(0x1cb)])[_0xb5f6da(0x258)](_0x22a2b8)[_0xb5f6da(0x22d)](_0x143d9e['ElYtk'])[_0xb5f6da(0x24a)](0x0,0x8):'';logger['info'](_0xb5f6da(0x2d8)+_0x143d9e[_0xb5f6da(0x32d)](_0x22a2b8,'')[_0xb5f6da(0x1ef)]+_0xb5f6da(0x321)+_0x4cb76e+_0xb5f6da(0x21c)+(process[_0xb5f6da(0x298)]['JEST_WORKER_ID']||_0x143d9e[_0xb5f6da(0x247)])+_0xb5f6da(0x145)+process['pid']),process[_0xb5f6da(0x298)][_0xb5f6da(0x29a)]=_0x22a2b8,global[_0xb5f6da(0x14c)][_0x143d9e['tRSFT']]=_0x22a2b8;const _0x443218=_0x143d9e['aKqej'](require,_0x143d9e[_0xb5f6da(0x147)]),{isTrue:_0x383181}=_0x143d9e[_0xb5f6da(0x132)](require,_0x143d9e[_0xb5f6da(0x2fb)]),_0x9d67af=_0x443218[_0xb5f6da(0x16e)](_0x22a2b8);_0x9d67af&&_0x143d9e['SQemF'](_0x383181,_0x9d67af['skipCDPConnectOverride'])&&(process['env'][_0xb5f6da(0x1a6)]=!![]);}else{if(_0x143d9e['KeLgQ'](_0x2d5fc4[_0xb5f6da(0x2ff)](),_0x143d9e['POEfQ']))global[_0xb5f6da(0x14c)][_0x143d9e[_0xb5f6da(0x1d9)]]=_0x2d5fc4[_0xb5f6da(0x11a)]();else{if(_0x143d9e['KeLgQ'](_0x2d5fc4[_0xb5f6da(0x2ff)](),_0x143d9e[_0xb5f6da(0x1b1)]))global[_0xb5f6da(0x14c)][_0x143d9e['qYCXx']]=_0x2d5fc4[_0xb5f6da(0x11a)]();else{if(_0x143d9e[_0xb5f6da(0x22f)](_0x2d5fc4[_0xb5f6da(0x2ff)](),_0x143d9e[_0xb5f6da(0x34a)]))global[_0xb5f6da(0x14c)][_0x143d9e['jEfWE']]=_0x2d5fc4['getValue']();else{if(_0x143d9e[_0xb5f6da(0x22f)](_0x2d5fc4[_0xb5f6da(0x2ff)](),_0x143d9e[_0xb5f6da(0x1be)])){const _0x3fa57d=_0x2d5fc4['getValue']();process[_0xb5f6da(0x298)][_0xb5f6da(0x30c)]=_0x143d9e[_0xb5f6da(0x293)](String,_0x143d9e[_0xb5f6da(0x296)](_0x3fa57d,!![])||_0x143d9e['QxvUM'](_0x3fa57d,_0x143d9e[_0xb5f6da(0x33e)])),logger[_0xb5f6da(0x239)](_0xb5f6da(0x2e7)+_0x3fa57d+_0xb5f6da(0x22a)+process[_0xb5f6da(0x298)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a110_0x3958d9(0x2e0)](_0x319617){const _0x36c5c7=a110_0x3958d9,_0x6f5b8f={};_0x6f5b8f[_0x36c5c7(0x114)]=function(_0x2ea28e,_0xb42c4c){return _0x2ea28e!==_0xb42c4c;},_0x6f5b8f[_0x36c5c7(0x29e)]=_0x36c5c7(0x219),_0x6f5b8f[_0x36c5c7(0x1f4)]=_0x36c5c7(0x25f),_0x6f5b8f[_0x36c5c7(0x194)]=_0x36c5c7(0x16b),_0x6f5b8f[_0x36c5c7(0x1d5)]=function(_0x1773fd,_0x42cd27){return _0x1773fd!==_0x42cd27;},_0x6f5b8f[_0x36c5c7(0x201)]='unknown';const _0xc657fe=_0x6f5b8f;if(_0xc657fe['NCeLY'](_0x319617['testFramework'],_0xc657fe['qIcFJ'])&&_0xc657fe[_0x36c5c7(0x114)](_0x319617[_0x36c5c7(0x227)],_0xc657fe['PMAXA'])&&_0xc657fe[_0x36c5c7(0x114)](_0x319617[_0x36c5c7(0x227)],_0xc657fe['JHAGv'])&&_0xc657fe[_0x36c5c7(0x1d5)](_0x319617[_0x36c5c7(0x227)],FRAMEWORKS[_0x36c5c7(0x284)])){logger['debug'](_0x36c5c7(0x1f1)+_0x319617[_0x36c5c7(0x227)]+')');return;}const _0x3897a4=_0x319617[_0x36c5c7(0x209)]?.[_0x36c5c7(0x315)]||_0x319617[_0x36c5c7(0x209)]?.['id']||global[_0x36c5c7(0x240)];logger[_0x36c5c7(0x31c)](_0x36c5c7(0x165)+_0x319617['testFramework']+_0x36c5c7(0x24b)+_0x3897a4);try{const _0x6360a1=_0x319617[_0x36c5c7(0x269)]||AutomationFramework[_0x36c5c7(0x2c0)](),_0x9b8fe=CLIUtils['getCurrentInstanceName'](),_0x5cc5a2=this[_0x36c5c7(0x356)]();logger[_0x36c5c7(0x239)](_0x36c5c7(0x347)+(_0x6360a1?.['getPlatformIndex']?.()||_0xc657fe[_0x36c5c7(0x201)])+_0x36c5c7(0x2b4)+_0x5cc5a2),_0x5cc5a2&&await this[_0x36c5c7(0x272)](_0x6360a1,_0x319617),this['accessibility'][_0x36c5c7(0x1ad)](_0x9b8fe),this[_0x36c5c7(0x34e)][_0x36c5c7(0x1ad)](_0x9b8fe);}catch(_0x367699){logger['error'](_0x36c5c7(0x214)+(_0x367699['stack']||_0x367699[_0x36c5c7(0x359)]));}}async['stopTestCapture'](_0x5d78c5,_0x3c9b67){const _0x6c0802=a110_0x3958d9,_0x4e57f0={};_0x4e57f0[_0x6c0802(0x1c3)]=function(_0x48d00a,_0x5acd90){return _0x48d00a===_0x5acd90;},_0x4e57f0[_0x6c0802(0x218)]='function',_0x4e57f0[_0x6c0802(0x2e8)]=function(_0x57c169,_0x3b0e5f){return _0x57c169===_0x3b0e5f;},_0x4e57f0[_0x6c0802(0x2f5)]=_0x6c0802(0x25f),_0x4e57f0[_0x6c0802(0x36f)]=_0x6c0802(0x219),_0x4e57f0['rRtuc']=function(_0x481fb3,_0x56aad5){return _0x481fb3===_0x56aad5;},_0x4e57f0[_0x6c0802(0x1bf)]=_0x6c0802(0x251),_0x4e57f0[_0x6c0802(0x330)]=_0x6c0802(0x2db),_0x4e57f0[_0x6c0802(0x211)]=_0x6c0802(0x130),_0x4e57f0['RZlGc']=_0x6c0802(0x2ca),_0x4e57f0[_0x6c0802(0x1d7)]=_0x6c0802(0x163),_0x4e57f0[_0x6c0802(0x2e9)]=_0x6c0802(0x1c1),_0x4e57f0['WlNfc']=function(_0x216201,_0x19a140){return _0x216201||_0x19a140;},_0x4e57f0[_0x6c0802(0x2a6)]=function(_0x42b198,_0x189dc0){return _0x42b198||_0x189dc0;},_0x4e57f0[_0x6c0802(0x35d)]=function(_0x196973,_0x392d6a){return _0x196973||_0x392d6a;},_0x4e57f0['cfMUP']=_0x6c0802(0x309),_0x4e57f0[_0x6c0802(0x35a)]='AUTOMATION_SESSIONS',_0x4e57f0[_0x6c0802(0x153)]=_0x6c0802(0x177);const _0xdf8d24=_0x4e57f0;try{const _0x36ec31=_0x3c9b67[_0x6c0802(0x227)]||(_0xdf8d24[_0x6c0802(0x2e8)](this[_0x6c0802(0x331)]?.[_0x6c0802(0x35f)]?.[_0x6c0802(0x241)](),_0xdf8d24['mMVZa'])?_0xdf8d24[_0x6c0802(0x2f5)]:_0xdf8d24[_0x6c0802(0x36f)]);let _0xcedd52='',_0x3f875f=null,_0x53e0f3=null;if(_0xdf8d24[_0x6c0802(0x169)](_0x36ec31,_0xdf8d24[_0x6c0802(0x2f5)])){_0x3f875f=_0x3c9b67[_0x6c0802(0x209)]?.[_0x6c0802(0x315)]||_0x3c9b67['testInfo']?.['id']||global[_0x6c0802(0x240)];if(!_0x3f875f){logger[_0x6c0802(0x157)](_0xdf8d24[_0x6c0802(0x1bf)]);return;}try{const _0x4e2f60=await GrpcClient['getInstance']()[_0x6c0802(0x34b)](process['env'][_0x6c0802(0x266)],_0xdf8d24[_0x6c0802(0x330)],_0xdf8d24['fGPSL'],_0x3f875f),_0x5cdea0=AccessibilityModule[_0x6c0802(0x30f)](null,_0x4e2f60);_0xcedd52=_0x5cdea0?.['thTestRunUuid']||'',logger['debug'](_0x6c0802(0x2c7)+_0xcedd52+'\x20from\x20testIdentifier='+_0x3f875f),_0x53e0f3=_0x4e2f60;}catch(_0x1d3427){logger['error']('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x1d3427['message']);return;}}else{const _0x54905d=this['getTestId'](_0x3c9b67);_0xcedd52=TestInfo[_0x6c0802(0x357)](_0x54905d);}const _0x178892=((()=>{const _0x1d1afe=_0x6c0802,_0x49e254=(this[_0x1d1afe(0x350)]?.[_0x1d1afe(0x2c1)]?.[_0x1d1afe(0x327)]||[])['find'](_0x2fcf55=>(typeof _0x2fcf55[_0x1d1afe(0x2ff)]===_0x1d1afe(0x1ab)?_0x2fcf55[_0x1d1afe(0x2ff)]():_0x2fcf55[_0x1d1afe(0x35f)])===this['KEY_TESTHUB_BUILD_ID']);return _0x49e254?_0xdf8d24[_0x1d1afe(0x1c3)](typeof _0x49e254['getValue'],_0xdf8d24[_0x1d1afe(0x218)])?_0x49e254[_0x1d1afe(0x11a)]():_0x49e254[_0x1d1afe(0x1b4)]:'';})()),_0x28616d=process[_0x6c0802(0x298)][_0x6c0802(0x337)]||'';logger[_0x6c0802(0x239)](_0x6c0802(0x347)+(_0x5d78c5?.[_0x6c0802(0x283)]?.()||_0xdf8d24['RZlGc'])+']\x20clear\x20'+_0xcedd52+_0x6c0802(0x1a1)+_0x178892+'\x20a11yToken='+(_0x28616d?_0xdf8d24[_0x6c0802(0x1d7)]:_0xdf8d24['tWkWM']));let _0x138e72;if(_0xdf8d24[_0x6c0802(0x1c3)](_0x36ec31,_0xdf8d24['mMVZa']))_0x138e72=AccessibilityModule[_0x6c0802(0x30f)](_0xcedd52,_0x53e0f3);else{const _0x4ae166=await GrpcClient[_0x6c0802(0x372)]()['fetchDriverExecuteParamsEvent'](process[_0x6c0802(0x298)][_0x6c0802(0x266)],_0xdf8d24[_0x6c0802(0x330)],_0xdf8d24[_0x6c0802(0x211)]);_0x138e72=AccessibilityModule['loadDriverExecuteParams'](_0xcedd52,_0x4ae166);}logger[_0x6c0802(0x239)](_0x6c0802(0x301)+JSON[_0x6c0802(0x229)](_0x138e72));const _0x55921c=Object['assign']({},{'thTestRunUuid':_0xdf8d24[_0x6c0802(0x288)](_0xcedd52,''),'thBuildUuid':_0xdf8d24[_0x6c0802(0x2a6)](_0x178892,''),'thJwtToken':_0xdf8d24[_0x6c0802(0x35d)](_0x28616d,'')},_0x138e72);!this['isAppAccessibility']&&this['isMobileWebSession']()&&(_0x55921c['is_mobile_session']=!![],logger[_0x6c0802(0x239)](_0xdf8d24['cfMUP']));logger[_0x6c0802(0x239)](_0x6c0802(0x17e)+_0xcedd52+',\x20isAppAccessibility='+this[_0x6c0802(0x243)]);let _0x51c325=global[_0x6c0802(0x1ba)]?.[_0x6c0802(0x15c)]||null;!_0x51c325&&(_0x51c325=AutomationFramework[_0x6c0802(0x313)](_0x5d78c5,_0xdf8d24['EoQIT'],null)),!_0x51c325&&(_0x51c325=AutomationFramework[_0x6c0802(0x313)](_0x5d78c5,_0xdf8d24[_0x6c0802(0x153)],null)),await this[_0x6c0802(0x30a)](this[_0x6c0802(0x356)](),_0xcedd52,_0x51c325,_0x55921c,this[_0x6c0802(0x243)]);}catch(_0x42b4f3){logger[_0x6c0802(0x2bf)](_0x6c0802(0x19e)+(_0x42b4f3[_0x6c0802(0x333)]||_0x42b4f3[_0x6c0802(0x359)]));}}async[a110_0x3958d9(0x30a)](_0x52f7fc,_0x4d81af,_0x3870cf,_0x2fa215,_0x1226a8){const _0x5715ac=a110_0x3958d9,_0x3bce01={};_0x3bce01[_0x5715ac(0x121)]=_0x5715ac(0x130),_0x3bce01[_0x5715ac(0x358)]=function(_0x32ba57,_0x3245dc){return _0x32ba57&&_0x3245dc;},_0x3bce01[_0x5715ac(0x203)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x3bce01[_0x5715ac(0x1d1)]=function(_0x4bf8a2,_0x39969e){return _0x4bf8a2===_0x39969e;},_0x3bce01['LvXlO']=_0x5715ac(0x1c1),_0x3bce01[_0x5715ac(0x1a8)]=function(_0x48499c,_0x210d4b){return _0x48499c===_0x210d4b;},_0x3bce01['coHgR']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x3bce01[_0x5715ac(0x1fa)]=_0x5715ac(0x189),_0x3bce01[_0x5715ac(0x23d)]=_0x5715ac(0x35e),_0x3bce01[_0x5715ac(0x34f)]=_0x5715ac(0x1f3),_0x3bce01[_0x5715ac(0x119)]=_0x5715ac(0x13c),_0x3bce01['kxAwU']=_0x5715ac(0x1e1),_0x3bce01[_0x5715ac(0x13b)]=_0x5715ac(0x198);const _0x3e2aed=_0x3bce01;try{const _0x4ffef9=this[_0x5715ac(0x160)](_0x3e2aed['ggTrq']);if(_0x3e2aed[_0x5715ac(0x358)](!_0x1226a8,!_0x4ffef9)){logger[_0x5715ac(0x239)](_0x3e2aed[_0x5715ac(0x203)]);return;}if(!_0x4d81af||_0x3e2aed['QQlOp'](_0x4d81af,_0x3e2aed[_0x5715ac(0x32e)])||_0x3e2aed['MdivB'](_0x4d81af,'')){logger[_0x5715ac(0x239)](_0x3e2aed[_0x5715ac(0x1b6)]);return;}logger[_0x5715ac(0x239)](_0x5715ac(0x311)+JSON[_0x5715ac(0x229)](_0x2fa215)),_0x52f7fc&&(logger[_0x5715ac(0x239)](_0x3e2aed[_0x5715ac(0x1fa)]),await this['performScanForCli'](_0x3870cf,_0x4d81af,_0x3e2aed[_0x5715ac(0x23d)],_0x2fa215,_0x1226a8,_0x3e2aed[_0x5715ac(0x34f)]),_0x3e2aed[_0x5715ac(0x358)](!_0x1226a8,_0x4ffef9)&&(logger['debug'](_0x3e2aed[_0x5715ac(0x119)]),await PerformanceTester[_0x5715ac(0x1e8)](_0x3e2aed[_0x5715ac(0x14e)],async()=>{const _0x120aa4=_0x5715ac;await this['performScanForCli'](_0x3870cf,_0x4d81af,_0x3e2aed['ggTrq'],_0x2fa215,_0x1226a8,_0x3e2aed[_0x120aa4(0x121)]);})()),logger['info'](_0x3e2aed[_0x5715ac(0x13b)]));}catch(_0x1755aa){logger[_0x5715ac(0x2bf)](_0x5715ac(0x328)+(_0x1755aa[_0x5715ac(0x333)]||_0x1755aa['message']));}}async['onBeforeExecute'](_0x297602){const _0x551bc5=a110_0x3958d9,_0x45c8eb={};_0x45c8eb[_0x551bc5(0x1d3)]=function(_0x38c184,_0x51725b){return _0x38c184!==_0x51725b;},_0x45c8eb[_0x551bc5(0x139)]='cucumber',_0x45c8eb[_0x551bc5(0x238)]=_0x551bc5(0x25f),_0x45c8eb['TGOBs']=function(_0x2f17ca,_0x56c958){return _0x2f17ca!==_0x56c958;},_0x45c8eb[_0x551bc5(0x1a2)]=_0x551bc5(0x16b),_0x45c8eb[_0x551bc5(0x118)]=function(_0x5f507e,_0x526196){return _0x5f507e!==_0x526196;},_0x45c8eb[_0x551bc5(0x19d)]=_0x551bc5(0x2ca),_0x45c8eb[_0x551bc5(0x2b6)]=_0x551bc5(0x149),_0x45c8eb['TDnvU']=function(_0x6526e,_0xab4ff3){return _0x6526e&&_0xab4ff3;},_0x45c8eb[_0x551bc5(0x2d7)]=function(_0x552470,_0x51052){return _0x552470===_0x51052;},_0x45c8eb[_0x551bc5(0x2f3)]=_0x551bc5(0x15a),_0x45c8eb['aCVIM']='accessibility',_0x45c8eb[_0x551bc5(0x17d)]=_0x551bc5(0x252),_0x45c8eb[_0x551bc5(0x173)]='test_run_id',_0x45c8eb[_0x551bc5(0x31e)]=_0x551bc5(0x304),_0x45c8eb[_0x551bc5(0x2a1)]=function(_0x45edf5,_0x38554d){return _0x45edf5===_0x38554d;},_0x45c8eb[_0x551bc5(0x16f)]=_0x551bc5(0x1f3),_0x45c8eb[_0x551bc5(0x140)]=_0x551bc5(0x1c1);const _0x1d963e=_0x45c8eb;if(_0x1d963e[_0x551bc5(0x1d3)](_0x297602[_0x551bc5(0x227)],_0x1d963e[_0x551bc5(0x139)])&&_0x1d963e[_0x551bc5(0x1d3)](_0x297602['testFramework'],_0x1d963e[_0x551bc5(0x238)])&&_0x1d963e[_0x551bc5(0x25b)](_0x297602[_0x551bc5(0x227)],_0x1d963e['XHlMH'])&&_0x1d963e[_0x551bc5(0x118)](_0x297602['testFramework'],FRAMEWORKS[_0x551bc5(0x284)])){logger['debug'](_0x551bc5(0x1ed)+_0x297602[_0x551bc5(0x227)]+')');return;}logger[_0x551bc5(0x239)](_0x551bc5(0x1ce)+(_0x297602[_0x551bc5(0x289)]||_0x1d963e[_0x551bc5(0x19d)])+_0x551bc5(0x340)+_0x297602['testFramework']);try{const _0x33f0fe=_0x297602[_0x551bc5(0x269)]||AutomationFramework['getTrackedInstance'](),_0x3e9d01=TestFramework['getTrackedInstance'](),_0x4d731a=_0x297602['commandName']||_0x297602[_0x551bc5(0x26f)]?.['getName']();if(!_0x4d731a){logger[_0x551bc5(0x239)](_0x1d963e['PzgxC']);return;}if(!this[_0x551bc5(0x356)]()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x4d731a);return;}if(!this[_0x551bc5(0x1ec)](_0x4d731a)){logger[_0x551bc5(0x239)]('onBeforeExecute:\x20Command\x20'+_0x4d731a+_0x551bc5(0x221));return;}const _0x2f4c69=_0x297602[_0x551bc5(0x280)]||global[_0x551bc5(0x1ba)]?.['pwPage'],_0x576e1c=_0x297602[_0x551bc5(0x325)]||null;if(_0x1d963e[_0x551bc5(0x1ff)](!_0x2f4c69,!_0x576e1c)){logger[_0x551bc5(0x239)](_0x551bc5(0x26a)+_0x4d731a);return;}let _0x541dce='',_0x168440=null;if(_0x1d963e[_0x551bc5(0x2d7)](_0x297602[_0x551bc5(0x227)],_0x1d963e['OVFyS'])){_0x168440=_0x297602['testInfo']?.['testAnalyticsId']||_0x297602['testInfo']?.['id']||global[_0x551bc5(0x240)];if(!_0x168440){logger['warn'](_0x1d963e['RVUiA']);return;}try{const _0x6073c2=await GrpcClient[_0x551bc5(0x372)]()[_0x551bc5(0x34b)](process['env'][_0x551bc5(0x266)],_0x1d963e[_0x551bc5(0x2ed)],_0x1d963e[_0x551bc5(0x17d)],_0x168440),_0x400baa=AccessibilityModule[_0x551bc5(0x30f)](null,_0x6073c2);_0x541dce=_0x400baa?.[_0x551bc5(0x206)]||'',logger['debug'](_0x551bc5(0x12c)+_0x541dce+_0x551bc5(0x2d6)+_0x168440);}catch(_0x589b78){logger[_0x551bc5(0x2bf)](_0x551bc5(0x19c)+_0x589b78['message']);return;}}else _0x1d963e[_0x551bc5(0x2d7)](_0x297602['testFramework'],FRAMEWORKS[_0x551bc5(0x284)])?_0x541dce=_0x297602[_0x551bc5(0x19f)]||'':(_0x541dce=this[_0x551bc5(0x11e)](_0x1d963e[_0x551bc5(0x173)])||'',!_0x541dce&&this[_0x551bc5(0x33a)]()&&(_0x541dce=accessibilityHelper[_0x551bc5(0x345)]()));const _0xc3e2a4=this[_0x551bc5(0x11e)](_0x1d963e[_0x551bc5(0x31e)])||this[_0x551bc5(0x350)][this[_0x551bc5(0x23c)]]||null,_0x21d0c6=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x257d0a=this[_0x551bc5(0x20d)](_0x4d731a,_0x541dce,_0xc3e2a4,_0x21d0c6),_0x199899=_0x1d963e[_0x551bc5(0x2a1)](_0x297602[_0x551bc5(0x227)],_0x1d963e['OVFyS'])?await AccessibilityModule[_0x551bc5(0x172)](_0x1d963e[_0x551bc5(0x16f)],_0x541dce,_0x168440):await AccessibilityModule[_0x551bc5(0x172)](_0x1d963e[_0x551bc5(0x16f)],_0x541dce);logger[_0x551bc5(0x31c)](_0x551bc5(0x2bb)+(_0x257d0a?JSON[_0x551bc5(0x229)](_0x257d0a):_0x1d963e['zTekv']));let _0x72b4a9=CLIUtils[_0x551bc5(0x27e)](_0x257d0a,_0x199899);if(this[_0x551bc5(0x243)]){const _0x23d7ef=process[_0x551bc5(0x298)][_0x551bc5(0x29a)]||'';_0x72b4a9[_0x551bc5(0x155)]&&(_0x72b4a9[_0x551bc5(0x1b9)]=_0x72b4a9[_0x551bc5(0x155)],delete _0x72b4a9[_0x551bc5(0x155)]),_0x72b4a9=Object[_0x551bc5(0x128)]({},_0x72b4a9,{'authHeader':_0x72b4a9['authHeader']||_0x23d7ef,'method':_0x4d731a,'scanTimestamp':Date[_0x551bc5(0x2fa)]()[_0x551bc5(0x30e)]()});}logger[_0x551bc5(0x31c)](_0x551bc5(0x2f1)+(_0x72b4a9?JSON[_0x551bc5(0x229)](_0x72b4a9):_0x1d963e[_0x551bc5(0x140)])),logger['debug']('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x4d731a);const _0x1c0d7f=this[_0x551bc5(0x243)]?_0x576e1c:_0x2f4c69,_0x70f98=await this['performScanForCli'](_0x1c0d7f,_0x541dce,_0x4d731a,_0x72b4a9,this['isAppAccessibility']);logger[_0x551bc5(0x239)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x4d731a+_0x551bc5(0x196)+JSON[_0x551bc5(0x229)](_0x70f98));}catch(_0x5c5b84){logger[_0x551bc5(0x2bf)](_0x551bc5(0x133)+(_0x5c5b84[_0x551bc5(0x333)]||_0x5c5b84['message']));}}[a110_0x3958d9(0x1dd)](){const _0x156778=a110_0x3958d9;return this[_0x156778(0x356)]();}[a110_0x3958d9(0x24e)](_0x1818f9){const _0x21fe42=a110_0x3958d9,_0x35645e=CLIUtils[_0x21fe42(0x1a4)]();this[_0x21fe42(0x2db)]['set'](_0x35645e,_0x1818f9);}async[a110_0x3958d9(0x21d)](_0x326c29){const _0x1ad7f8=a110_0x3958d9,_0x109488={};_0x109488['nQHjb']=_0x1ad7f8(0x2ca);const _0x220c3b=_0x109488;try{const _0xe62832=_0x326c29[_0x1ad7f8(0x269)]||AutomationFramework['getTrackedInstance'](),_0x3f16e0=_0xe62832?.[_0x1ad7f8(0x190)]?.()?.['get']?.(this[_0x1ad7f8(0x23b)])||![];if(_0x3f16e0)return;PerformanceTester[_0x1ad7f8(0x141)](EVENTS[_0x1ad7f8(0x253)]);const _0x156427=await GrpcClient[_0x1ad7f8(0x372)]()[_0x1ad7f8(0x183)](_0x326c29);_0x156427&&_0x156427[_0x1ad7f8(0x115)]&&_0x156427[_0x1ad7f8(0x115)]()&&_0x156427['getAccessibility']()['getSuccess']()?(await this[_0x1ad7f8(0x2c3)](_0x156427,_0x326c29),_0xe62832?.[_0x1ad7f8(0x190)]&&_0xe62832['getData']()[_0x1ad7f8(0x2f9)](this[_0x1ad7f8(0x23b)],!![]),logger[_0x1ad7f8(0x239)](_0x1ad7f8(0x347)+(_0xe62832?.[_0x1ad7f8(0x283)]?.()||_0x220c3b[_0x1ad7f8(0x25d)])+_0x1ad7f8(0x158))):logger[_0x1ad7f8(0x239)](_0x1ad7f8(0x347)+(_0xe62832?.['getPlatformIndex']?.()||_0x220c3b[_0x1ad7f8(0x25d)])+_0x1ad7f8(0x193)),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x118b3a){PerformanceTester['end'](EVENTS[_0x1ad7f8(0x253)],![],_0x118b3a[_0x1ad7f8(0x359)]),logger[_0x1ad7f8(0x2bf)](_0x1ad7f8(0x2e4)+(_0x118b3a[_0x1ad7f8(0x333)]||_0x118b3a[_0x1ad7f8(0x359)]));}}async['loadAccessibilityConfig'](_0xa6f871,_0x2aaf7c){const _0x1e94a2=a110_0x3958d9;await this[_0x1e94a2(0x20c)](_0xa6f871,_0x2aaf7c);const _0x5f4d40=_0xa6f871[_0x1e94a2(0x115)]()[_0x1e94a2(0x2d1)]();if(_0x5f4d40){const _0x4fb36e=_0xa6f871[_0x1e94a2(0x2a9)]&&_0xa6f871[_0x1e94a2(0x2a9)]();_0x4fb36e&&(this[_0x1e94a2(0x350)][this['KEY_TESTHUB_BUILD_ID']]=_0x4fb36e[_0x1e94a2(0x2ba)]&&_0x4fb36e[_0x1e94a2(0x2ba)]());}}[a110_0x3958d9(0x1ec)](_0x5db2cd){const _0x263b14=a110_0x3958d9,_0x108aa5={};_0x108aa5[_0x263b14(0x324)]=function(_0x1d4533,_0x4fce38){return _0x1d4533===_0x4fce38;};const _0x1c39e9=_0x108aa5;try{if(!_0x5db2cd)return![];const _0x155655=this[_0x263b14(0x350)]?.[_0x263b14(0x2c1)]?.['commandsToWrap']?.[_0x263b14(0x164)]||[],_0x5dd8c9=_0x155655[_0x263b14(0x216)](_0x53932f=>{const _0x393eff=_0x263b14;return _0x53932f[_0x393eff(0x35f)]&&_0x1c39e9[_0x393eff(0x324)](_0x53932f[_0x393eff(0x35f)]['toLowerCase'](),_0x5db2cd[_0x393eff(0x241)]());});return logger['debug'](_0x263b14(0x2de)+_0x5db2cd+_0x263b14(0x142)+_0x5dd8c9+',\x20available\x20commands:\x20'+JSON[_0x263b14(0x229)](_0x155655[_0x263b14(0x18b)](_0x31e8bb=>_0x31e8bb[_0x263b14(0x35f)]))),_0x5dd8c9;}catch(_0x17f6e1){return logger[_0x263b14(0x239)](_0x263b14(0x342)+_0x17f6e1[_0x263b14(0x359)]),![];}}[a110_0x3958d9(0x35b)](_0x469235){const _0x4b12ad=a110_0x3958d9,_0x27b09e={};_0x27b09e['fWsNs']=function(_0x26ca16,_0x3d7524){return _0x26ca16===_0x3d7524;},_0x27b09e['NZQuA']=_0x4b12ad(0x210),_0x27b09e[_0x4b12ad(0x11d)]=_0x4b12ad(0x2fe);const _0x389b8a=_0x27b09e,_0x42c465=_0x469235[_0x4b12ad(0x2c2)]&&_0x469235[_0x4b12ad(0x2c2)]();return _0x42c465&&_0x389b8a[_0x4b12ad(0x323)](typeof _0x42c465,_0x389b8a['NZQuA'])&&_0x42c465[_0x4b12ad(0x268)](_0x389b8a[_0x4b12ad(0x11d)]);}[a110_0x3958d9(0x25c)](_0x2550c2){const _0x5df104=a110_0x3958d9,_0x4ff885={};_0x4ff885[_0x5df104(0x185)]=function(_0xbb1b0d,_0x4766aa){return _0xbb1b0d!==_0x4766aa;},_0x4ff885[_0x5df104(0x2e5)]=_0x5df104(0x210),_0x4ff885[_0x5df104(0x2b5)]=_0x5df104(0x2db),_0x4ff885[_0x5df104(0x21a)]='performScan',_0x4ff885[_0x5df104(0x16a)]=_0x5df104(0x231),_0x4ff885[_0x5df104(0x30d)]=_0x5df104(0x1fb);const _0x16d3d9=_0x4ff885,_0x2064c1=_0x2550c2[_0x5df104(0x2c2)]&&_0x2550c2[_0x5df104(0x2c2)]();if(!_0x2064c1||_0x16d3d9[_0x5df104(0x185)](typeof _0x2064c1,_0x16d3d9[_0x5df104(0x2e5)]))return![];return _0x2064c1['includes'](_0x16d3d9[_0x5df104(0x2b5)])||_0x2064c1[_0x5df104(0x268)](_0x16d3d9[_0x5df104(0x21a)])||_0x2064c1[_0x5df104(0x268)](_0x16d3d9[_0x5df104(0x16a)])||_0x2064c1[_0x5df104(0x268)](_0x16d3d9[_0x5df104(0x30d)]);}[a110_0x3958d9(0x33a)](){const _0x1704c1=a110_0x3958d9,_0x45b4ed={'gFSDY':function(_0x2c115a,_0x2f92d7){return _0x2c115a===_0x2f92d7;},'eQPKa':'function','fwTIh':function(_0x402252,_0x41850c){return _0x402252(_0x41850c);},'KrVaV':'platformName','ihgzX':function(_0x16400d,_0x443c7e){return _0x16400d(_0x443c7e);},'IcZRh':_0x1704c1(0x2c8),'LJObq':function(_0x5b6ff7,_0x573051){return _0x5b6ff7===_0x573051;},'hPFud':function(_0x476efc,_0x596ec1){return _0x476efc(_0x596ec1);},'FUBeq':_0x1704c1(0x25e),'HSHMK':_0x1704c1(0x28d)};try{const _0xdda711=this['accessibilityConfig']?.[_0x1704c1(0x2c1)]?.[_0x1704c1(0x327)]||[],_0x408853=_0x11f7cf=>{const _0x314ff2=_0x1704c1,_0x15d5c5=_0xdda711[_0x314ff2(0x287)](_0x3828f9=>(typeof _0x3828f9[_0x314ff2(0x2ff)]===_0x314ff2(0x1ab)?_0x3828f9[_0x314ff2(0x2ff)]():_0x3828f9[_0x314ff2(0x35f)])===_0x11f7cf);return _0x15d5c5?_0x45b4ed[_0x314ff2(0x274)](typeof _0x15d5c5[_0x314ff2(0x11a)],_0x45b4ed[_0x314ff2(0x35c)])?_0x15d5c5[_0x314ff2(0x11a)]():_0x15d5c5[_0x314ff2(0x1b4)]:null;},_0x169332=_0x45b4ed[_0x1704c1(0x14b)](_0x408853,_0x45b4ed['KrVaV']),_0x35ccd4=_0x45b4ed[_0x1704c1(0x373)](_0x408853,_0x45b4ed[_0x1704c1(0x1e4)]),_0x1d0078=global[_0x1704c1(0x112)]||_0x169332&&_0x45b4ed[_0x1704c1(0x310)](_0x45b4ed['hPFud'](String,_0x169332)[_0x1704c1(0x241)](),_0x45b4ed[_0x1704c1(0x292)])&&_0x35ccd4&&_0x45b4ed[_0x1704c1(0x373)](String,_0x35ccd4)['toLowerCase']()[_0x1704c1(0x268)](_0x45b4ed[_0x1704c1(0x29b)]);if(!_0x1d0078)return![];if(!accessibilityHelper[_0x1704c1(0x374)]())return!this['_mobileScanningDisabledLogged']&&(logger['warn'](accessibilityHelper[_0x1704c1(0x171)]),this[_0x1704c1(0x303)]=!![]),![];return!![];}catch(_0x271435){return logger[_0x1704c1(0x239)](_0x1704c1(0x166)+_0x271435[_0x1704c1(0x359)]),![];}}['getParamsForScanForCli'](_0x11b5d3,_0x5d46f6,_0x4b7409,_0x58c202){const _0x2cfd4e=a110_0x3958d9,_0x32e5a5={};_0x32e5a5[_0x2cfd4e(0x2c9)]=function(_0x4fd728,_0x3675e3){return _0x4fd728||_0x3675e3;},_0x32e5a5[_0x2cfd4e(0x174)]=function(_0x1bdd0e,_0x2bed88){return _0x1bdd0e&&_0x2bed88;},_0x32e5a5[_0x2cfd4e(0x2b9)]=_0x2cfd4e(0x2ea);const _0x5b1491=_0x32e5a5;let _0x5ed6ec=_0x5b1491[_0x2cfd4e(0x2c9)](_0x5d46f6,'');const _0x4c0b06=!this[_0x2cfd4e(0x243)]&&this[_0x2cfd4e(0x33a)]();_0x5b1491[_0x2cfd4e(0x174)](_0x4c0b06,!_0x5ed6ec)&&(_0x5ed6ec=accessibilityHelper[_0x2cfd4e(0x345)]());const _0x1339c7={'command':_0x11b5d3,'thTestRunUuid':_0x5ed6ec,'thBuildUuid':_0x5b1491[_0x2cfd4e(0x2c9)](_0x4b7409,''),'thJwtToken':_0x5b1491[_0x2cfd4e(0x2c9)](_0x58c202,''),'timestamp':new Date()[_0x2cfd4e(0x281)]()};return _0x4c0b06&&(_0x1339c7[_0x2cfd4e(0x2ae)]=!![],logger[_0x2cfd4e(0x239)](_0x5b1491['JesaP'])),_0x1339c7;}['getScriptByName'](_0x5b1af7){const _0x4666d7=a110_0x3958d9,_0x37adca={};_0x37adca[_0x4666d7(0x237)]=function(_0x3e44b1,_0x3f6fa7){return _0x3e44b1||_0x3f6fa7;};const _0x3c63f7=_0x37adca;try{const _0x2a954a=this['accessibilityConfig']?.[_0x4666d7(0x2c1)]?.[_0x4666d7(0x329)]||[],_0x55d592=_0x2a954a[_0x4666d7(0x287)](_0x3bac9f=>_0x3bac9f[_0x4666d7(0x35f)]===_0x5b1af7);return _0x3c63f7[_0x4666d7(0x237)](_0x55d592,null);}catch(_0x356962){return logger['debug'](_0x4666d7(0x2e2)+_0x5b1af7+':\x20'+_0x356962[_0x4666d7(0x359)]),null;}}async[a110_0x3958d9(0x14a)](_0x43ca7a,_0x27a296,_0x5885d9=null){const _0x31fb07=a110_0x3958d9,_0x4f7c1a={'SJzvl':function(_0x9ea8f3,_0x3eef04){return _0x9ea8f3(_0x3eef04);},'GqWGB':_0x31fb07(0x17a)};try{if(!_0x43ca7a)return logger['debug']('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x27a296),null;const _0x34d1fc=this[_0x31fb07(0x160)](_0x27a296);if(!_0x34d1fc||!_0x34d1fc[_0x31fb07(0x26f)])return logger[_0x31fb07(0x239)]('executeScriptByName:\x20No\x20'+_0x27a296+_0x31fb07(0x1e9)),null;logger[_0x31fb07(0x239)](_0x31fb07(0x1d4)+_0x27a296+_0x31fb07(0x351));const _0x343394=_0x4f7c1a[_0x31fb07(0x113)](require,_0x4f7c1a[_0x31fb07(0x1c8)]),_0x37ec80=_0x5885d9?await _0x343394[_0x31fb07(0x11b)](_0x43ca7a,_0x34d1fc['command'],_0x5885d9):await _0x343394[_0x31fb07(0x11b)](_0x43ca7a,_0x34d1fc[_0x31fb07(0x26f)]);return _0x37ec80;}catch(_0x1ef0ef){return logger['error']('Error\x20executing\x20script\x20'+_0x27a296+':\x20'+(_0x1ef0ef[_0x31fb07(0x333)]||_0x1ef0ef[_0x31fb07(0x359)])),null;}}async[a110_0x3958d9(0x1d6)](_0x230a45,_0x4b0aa4,_0x39398c,_0x119bd7,_0x2dea47,_0x4e2310=a110_0x3958d9(0x1f3)){const _0x45e382=a110_0x3958d9,_0x11d416={'vCOOD':function(_0x2e5438,_0x544614){return _0x2e5438===_0x544614;},'rRVAE':_0x45e382(0x1f3),'DvvFT':function(_0x15baca,_0x3cce3f){return _0x15baca(_0x3cce3f);},'ztWxL':_0x45e382(0x17a)};try{logger[_0x45e382(0x239)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x39398c+_0x45e382(0x1aa)+_0x4e2310+_0x45e382(0x32f)+_0x2dea47);const _0x55bced=this[_0x45e382(0x160)](_0x4e2310);if(!_0x55bced||!_0x55bced[_0x45e382(0x26f)]){logger['debug'](_0x45e382(0x299)+_0x4e2310+_0x45e382(0x255));return;}if(_0x2dea47){if(_0x230a45[BSTACK_SCAN_IN_PROGRESS]){logger['debug']('[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20'+_0x39398c);return;}return await PerformanceTester[_0x45e382(0x1e8)](PerformanceA11yEvents[_0x45e382(0x2d5)],async()=>{const _0x32e417=_0x45e382;let _0x1b2a46=_0x55bced[_0x32e417(0x26f)];_0x1b2a46[_0x32e417(0x268)]('%s')&&(_0x1b2a46=_0x1b2a46[_0x32e417(0x2a5)]('%s',JSON[_0x32e417(0x229)](_0x119bd7)));logger[_0x32e417(0x239)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x39398c),_0x230a45[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x56b2f8=await _0x230a45['executeScript'](_0x1b2a46);return logger[_0x32e417(0x31c)](_0x32e417(0x1cc)+_0x39398c+':\x20'+util['format'](_0x56b2f8)),_0x56b2f8;}finally{_0x230a45[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x39398c})();}if(_0x11d416[_0x45e382(0x182)](_0x4e2310,_0x11d416[_0x45e382(0x1b3)])){const _0x2cc81d=_0x11d416['DvvFT'](require,_0x11d416[_0x45e382(0x168)]),_0xff9c97={};_0xff9c97[_0x45e382(0x26f)]=_0x39398c;const _0x5a822d=await PerformanceTester[_0x45e382(0x1e8)](PerformanceA11yEvents[_0x45e382(0x2d5)],async()=>{const _0x396961=_0x45e382;return await _0x2cc81d[_0x396961(0x11b)](_0x230a45,_0x55bced[_0x396961(0x26f)],_0x119bd7);},_0xff9c97)();return logger['info'](_0x45e382(0x175)+_0x4e2310+_0x45e382(0x20b)+_0x39398c+':\x20'+util['format'](_0x5a822d)),_0x5a822d;}const _0x17b500=_0x11d416[_0x45e382(0x13f)](require,_0x11d416['ztWxL']),_0x3fdf95=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x45e382(0x36d)],async()=>{const _0x3a01f5=_0x45e382;return await _0x17b500[_0x3a01f5(0x11b)](_0x230a45,_0x55bced[_0x3a01f5(0x26f)],_0x119bd7);})();return logger['info']('Page\x20'+_0x4e2310+_0x45e382(0x20b)+_0x39398c+':\x20'+util[_0x45e382(0x20f)](_0x3fdf95)),_0x3fdf95;}catch(_0x2d147f){logger[_0x45e382(0x2bf)](_0x45e382(0x17c)+_0x4e2310+':\x20'+(_0x2d147f[_0x45e382(0x333)]||_0x2d147f[_0x45e382(0x359)]));}}async[a110_0x3958d9(0x336)](_0x2a7486){const _0x27a2ed=a110_0x3958d9,_0x59d4d3={'vTLqh':function(_0x450d05,_0x4e9050){return _0x450d05(_0x4e9050);},'ywKPR':_0x27a2ed(0x29f)};try{const _0x11c754=_0x59d4d3[_0x27a2ed(0x2a7)](require,_0x59d4d3['ywKPR']);return await _0x11c754[_0x27a2ed(0x2dd)](_0x2a7486);}catch(_0x2108b9){return logger[_0x27a2ed(0x2bf)](_0x27a2ed(0x2eb)+(_0x2108b9[_0x27a2ed(0x333)]||_0x2108b9[_0x27a2ed(0x359)])),![];}}[a110_0x3958d9(0x1b7)](_0x15b863,_0x57fec8,_0x547f0f){const _0x2141a1=a110_0x3958d9,_0x30516d={'KEnBw':function(_0x43ed1d,_0x22f4e8){return _0x43ed1d(_0x22f4e8);},'ydvmu':_0x2141a1(0x17a),'gCAZA':_0x2141a1(0x19a),'YMNWz':_0x2141a1(0x365)};try{const _0x5c3eee=_0x30516d[_0x2141a1(0x371)](require,_0x30516d[_0x2141a1(0x187)]);_0x5c3eee[_0x2141a1(0x1b7)](_0x15b863,_0x57fec8,_0x547f0f);const _0x26b8c3=JSON[_0x2141a1(0x229)](_0x15b863)[_0x2141a1(0x2a5)](/"browserstack\.user":"[^"]*"/g,_0x30516d[_0x2141a1(0x1e5)])[_0x2141a1(0x2a5)](/"browserstack\.key":"[^"]*"/g,_0x30516d['YMNWz']);logger[_0x2141a1(0x239)]('Processed\x20accessibility\x20caps\x20'+global['accessibilityPlatform']+'\x20'+_0x26b8c3);}catch(_0x51d586){logger[_0x2141a1(0x2bf)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x51d586[_0x2141a1(0x333)]||_0x51d586[_0x2141a1(0x359)]));}}async[a110_0x3958d9(0x285)]({fetchFn:_0x28af7f,isNonEmpty:_0x4c5f41,resultDetail:_0x55c76d,totalMs:_0x26963d,intervalMs:_0x3230e1,name:_0x254e8d}){const _0x28d51c=a110_0x3958d9,_0xdb2c4b={'yaOvM':function(_0x45e01f,_0x250f3b){return _0x45e01f+_0x250f3b;},'jOEmB':function(_0x46662e,_0x1b4f35){return _0x46662e<_0x1b4f35;},'ICLQF':function(_0x4bf7eb){return _0x4bf7eb();},'PNZHs':function(_0x5ed1a3,_0x5e94b9){return _0x5ed1a3(_0x5e94b9);},'GLIXx':function(_0x3229d8,_0x4ae84e){return _0x3229d8(_0x4ae84e);},'BMQGl':function(_0x4161e8,_0x3a9897){return _0x4161e8>=_0x3a9897;},'RAgJT':function(_0x211846,_0x11241b){return _0x211846-_0x11241b;},'YrRAu':function(_0x37657a,_0x493bb9){return _0x37657a(_0x493bb9);}},_0x5441a8=Date[_0x28d51c(0x2fa)](),_0x3e44dd=_0xdb2c4b[_0x28d51c(0x33d)](_0x5441a8,_0x26963d);let _0x4afe83=0x0,_0x62ab70=null,_0x5d10bb=![];while(_0xdb2c4b[_0x28d51c(0x1b0)](Date[_0x28d51c(0x2fa)](),_0x3e44dd)){_0x4afe83++,_0x62ab70=await _0xdb2c4b[_0x28d51c(0x14f)](_0x28af7f),_0x5d10bb=_0xdb2c4b['PNZHs'](_0x4c5f41,_0x62ab70),logger[_0x28d51c(0x239)]('['+_0x254e8d+_0x28d51c(0x1af)+_0x4afe83+'\x20'+_0xdb2c4b[_0x28d51c(0x368)](_0x55c76d,_0x62ab70));if(_0x5d10bb)break;if(_0xdb2c4b[_0x28d51c(0x12b)](_0xdb2c4b[_0x28d51c(0x33d)](Date[_0x28d51c(0x2fa)](),_0x3230e1),_0x3e44dd))break;await new Promise(_0x5c3094=>setTimeout(_0x5c3094,_0x3230e1));}return!_0x5d10bb&&logger[_0x28d51c(0x157)]('['+_0x254e8d+_0x28d51c(0x1c7)+_0x4afe83+_0x28d51c(0x31d)+_0xdb2c4b[_0x28d51c(0x265)](Date[_0x28d51c(0x2fa)](),_0x5441a8)+_0x28d51c(0x179)+_0xdb2c4b['YrRAu'](_0x55c76d,_0x62ab70)+');\x20returning\x20last\x20value'),_0x62ab70;}async[a110_0x3958d9(0x23a)](_0x193079,_0x5f5185){const _0x457bac=a110_0x3958d9,_0x27b9bd={};_0x27b9bd[_0x457bac(0x1de)]=_0x457bac(0x231),_0x27b9bd[_0x457bac(0x188)]=_0x457bac(0x134),_0x27b9bd['XPHde']='utf-8',_0x27b9bd[_0x457bac(0x131)]=_0x457bac(0x23e);const _0x289027=_0x27b9bd;try{const _0x1568b9=process[_0x457bac(0x298)][_0x457bac(0x266)]||'';logger[_0x457bac(0x31c)](_0x457bac(0x1d8)+_0x1568b9+_0x457bac(0x2e1)+_0x5f5185+_0x457bac(0x1ac)+_0x193079);const _0x2ce26d=await GrpcClient[_0x457bac(0x372)]()[_0x457bac(0x33f)](_0x1568b9,_0x5f5185,_0x193079,_0x289027[_0x457bac(0x1de)]);if(!_0x2ce26d||!_0x2ce26d[_0x457bac(0x2d9)])return logger[_0x457bac(0x157)](_0x289027[_0x457bac(0x188)]),[];const _0xa70139=_0x2ce26d[_0x457bac(0x2d9)](),_0x2de5f8=Buffer[_0x457bac(0x2da)](_0xa70139)[_0x457bac(0x30e)](_0x289027[_0x457bac(0x33b)])[_0x457bac(0x259)]();if(!_0x2de5f8)return logger['warn'](_0x289027[_0x457bac(0x131)]),[];return JSON[_0x457bac(0x273)](_0x2de5f8);}catch(_0x4c81d3){return logger[_0x457bac(0x2bf)](_0x457bac(0x23f)+(_0x4c81d3[_0x457bac(0x333)]||_0x4c81d3[_0x457bac(0x359)])),[];}}async[a110_0x3958d9(0x322)](_0x25d450,_0x2b8c4f){const _0x5f7036=a110_0x3958d9,_0x20ab1d={};_0x20ab1d[_0x5f7036(0x124)]=_0x5f7036(0x24d),_0x20ab1d[_0x5f7036(0x2aa)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x20ab1d[_0x5f7036(0x2be)]=_0x5f7036(0x366),_0x20ab1d[_0x5f7036(0x2ec)]=_0x5f7036(0x27b);const _0x3cfcdc=_0x20ab1d;try{const _0x5db84e=process[_0x5f7036(0x298)][_0x5f7036(0x266)]||'';logger[_0x5f7036(0x31c)](_0x5f7036(0x276)+_0x5db84e+_0x5f7036(0x2e1)+_0x2b8c4f+_0x5f7036(0x1ac)+_0x25d450);const _0x1b62ad=await GrpcClient[_0x5f7036(0x372)]()[_0x5f7036(0x33f)](_0x5db84e,_0x2b8c4f,_0x25d450,_0x3cfcdc[_0x5f7036(0x124)]);if(!_0x1b62ad||!_0x1b62ad[_0x5f7036(0x2d9)])return logger[_0x5f7036(0x157)](_0x3cfcdc[_0x5f7036(0x2aa)]),{};const _0x252c9b=_0x1b62ad[_0x5f7036(0x2d9)](),_0x13da32=Buffer['from'](_0x252c9b)[_0x5f7036(0x30e)](_0x3cfcdc[_0x5f7036(0x2be)])['trim']();if(!_0x13da32)return logger['warn'](_0x3cfcdc[_0x5f7036(0x2ec)]),{};return JSON[_0x5f7036(0x273)](_0x13da32);}catch(_0x45bdd5){return logger[_0x5f7036(0x2bf)](_0x5f7036(0x307)+(_0x45bdd5[_0x5f7036(0x333)]||_0x45bdd5[_0x5f7036(0x359)])),{};}}async[a110_0x3958d9(0x1bb)](_0x5e2794){const _0x267eae=a110_0x3958d9,_0xd5d130={};_0xd5d130[_0x267eae(0x2d4)]=_0x267eae(0x1bc),_0xd5d130[_0x267eae(0x1d0)]=function(_0xd5189d,_0x2029cc){return _0xd5189d>_0x2029cc;},_0xd5d130[_0x267eae(0x1a7)]=_0x267eae(0x2cd);const _0x53142d=_0xd5d130;try{if(!this[_0x267eae(0x356)]())return logger[_0x267eae(0x157)](_0x53142d[_0x267eae(0x2d4)]),[];const _0x324db5=this[_0x267eae(0x33a)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x267eae(0x345)]()}:{};_0x53142d[_0x267eae(0x1d0)](Object['keys'](_0x324db5)[_0x267eae(0x1ef)],0x0)&&logger[_0x267eae(0x239)](_0x267eae(0x16c)+JSON[_0x267eae(0x229)](_0x324db5));const _0x228de9=await this[_0x267eae(0x285)]({'fetchFn':()=>Object[_0x267eae(0x126)](_0x324db5)[_0x267eae(0x1ef)]>0x0?this[_0x267eae(0x14a)](_0x5e2794,'getResults',_0x324db5):this['executeScriptByName'](_0x5e2794,'getResults'),'isNonEmpty':_0x2e961f=>Array[_0x267eae(0x12f)](_0x2e961f)&&_0x2e961f['length']>0x0,'resultDetail':_0x2c1af5=>_0x267eae(0x1da)+(Array[_0x267eae(0x12f)](_0x2c1af5)?_0x2c1af5['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x53142d['Vihzd']});return _0x228de9||[];}catch(_0x1169b7){return logger['error']('Error\x20in\x20getAccessibilityResults:\x20'+(_0x1169b7['stack']||_0x1169b7['message'])),[];}}async[a110_0x3958d9(0x1c9)](_0xf052a9){const _0x1d2912=a110_0x3958d9,_0xdbabef={'GoSjQ':function(_0x32152d,_0x588caf,_0x49f543){return _0x32152d(_0x588caf,_0x49f543);},'kaoGU':_0x1d2912(0x1f3),'vZRHe':function(_0xe91e43,_0x4de746){return _0xe91e43(_0x4de746);},'BGbcL':_0x1d2912(0x24d),'WhvOi':_0x1d2912(0x12e),'skslA':_0x1d2912(0x224),'emvpV':function(_0x26097b,_0x20f3dc){return _0x26097b===_0x20f3dc;},'xEuJi':_0x1d2912(0x25f),'bSRKx':_0x1d2912(0x170),'FGaBk':_0x1d2912(0x2db),'USDpI':_0x1d2912(0x304),'WmBlA':_0x1d2912(0x1c9),'qShFJ':_0x1d2912(0x367),'fTpaM':_0x1d2912(0x117),'ABmDG':_0x1d2912(0x34d),'YgGrJ':_0x1d2912(0x261),'pMPEM':_0x1d2912(0x34c),'bkjJe':function(_0x418cd0,_0x487911){return _0x418cd0===_0x487911;},'GStpb':_0x1d2912(0x204)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1d2912(0x157)](_0xdbabef[_0x1d2912(0x22b)]),{};const _0x3f204a=_0xdbabef[_0x1d2912(0x1f8)](require,_0xdbabef['skslA']),_0x37cf54=_0x3f204a[_0x1d2912(0x27c)](),_0x161a5e=_0xdbabef[_0x1d2912(0x370)](_0x37cf54?.[_0x1d2912(0x35f)]?.['toLowerCase'](),_0xdbabef[_0x1d2912(0x335)]);let _0xf7f219='',_0x3b3767=null,_0xc1a951=null;if(_0x161a5e){_0x3b3767=global[_0x1d2912(0x240)]||global['__workerDetails']?.['currentTest']?.[_0x1d2912(0x315)]||global[_0x1d2912(0x1ba)]?.['currentTest']?.['id'];if(!_0x3b3767)return logger[_0x1d2912(0x157)](_0xdbabef[_0x1d2912(0x15d)]),{};try{const _0x41c750=await GrpcClient[_0x1d2912(0x372)]()[_0x1d2912(0x34b)](process[_0x1d2912(0x298)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0xdbabef[_0x1d2912(0x32a)],_0xdbabef[_0x1d2912(0x316)],_0x3b3767),_0x4fece7=AccessibilityModule['loadDriverExecuteParams'](null,_0x41c750);_0xf7f219=_0x4fece7?.[_0x1d2912(0x206)]||'',logger[_0x1d2912(0x239)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xf7f219+_0x1d2912(0x2d6)+_0x3b3767);const _0x31b0e2=await AccessibilityModule[_0x1d2912(0x172)](_0xdbabef[_0x1d2912(0x316)],_0xf7f219,_0x3b3767),_0x19f9e4=this['getCapabilityValue'](_0xdbabef[_0x1d2912(0x2f4)])||this['accessibilityConfig'][this[_0x1d2912(0x23c)]]||null,_0x5ed225=process['env'][_0x1d2912(0x337)]||'',_0x3c228b=this['getParamsForScanForCli'](_0xdbabef[_0x1d2912(0x248)],_0xf7f219,_0x19f9e4,_0x5ed225);_0xc1a951=_0x3f204a[_0x1d2912(0x27e)](_0x3c228b,_0x31b0e2),logger[_0x1d2912(0x239)](_0x1d2912(0x2e3)+JSON['stringify'](_0xc1a951));}catch(_0x5c3e99){return logger['error'](_0x1d2912(0x319)+_0x5c3e99[_0x1d2912(0x359)]),{};}}else{_0xf7f219=this[_0x1d2912(0x11e)](_0xdbabef['qShFJ'])||'';!_0xf7f219&&this[_0x1d2912(0x33a)]()&&(_0xf7f219=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x303573=this['getCapabilityValue'](_0xdbabef[_0x1d2912(0x2f4)])||this['accessibilityConfig'][this[_0x1d2912(0x23c)]]||null,_0x18a723=process['env'][_0x1d2912(0x337)]||'';_0xc1a951=this[_0x1d2912(0x20d)](_0xdbabef['WmBlA'],_0xf7f219,_0x303573,_0x18a723);}logger['debug'](_0xdbabef[_0x1d2912(0x2cf)]);const _0x59d063=0x15f90,_0x41b7e9=0x1388;try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1d2912(0x2d5)],async()=>{const _0x3a0897=_0x1d2912,_0x1733c9={'devKT':function(_0x4285a3,_0x107548,_0x1dbdf9){const _0x255c5e=a110_0x2164;return _0xdbabef[_0x255c5e(0x2a8)](_0x4285a3,_0x107548,_0x1dbdf9);}},_0x3a4046=this['executeScriptByName'](_0xf052a9,_0xdbabef[_0x3a0897(0x26d)],_0xc1a951);let _0x4ab97a;const _0x14a332=new Promise((_0x51b16c,_0x4ed9ab)=>{const _0x5ec355=_0x3a0897;_0x4ab97a=_0x1733c9['devKT'](setTimeout,()=>_0x4ed9ab(new Error(_0x5ec355(0x180)+_0x59d063+'ms')),_0x59d063);});try{const _0x2690ff=await Promise[_0x3a0897(0x159)]([_0x3a4046,_0x14a332]);logger['debug']('Scan\x20result:\x20'+util['format'](_0x2690ff));}finally{_0xdbabef['vZRHe'](clearTimeout,_0x4ab97a);}},{'command':_0xdbabef[_0x1d2912(0x248)]})();}catch(_0x2b4e96){logger[_0x1d2912(0x157)](_0x1d2912(0x2c4)+_0x2b4e96[_0x1d2912(0x359)]+_0x1d2912(0x1f6)),global[_0x1d2912(0x1db)]={'reason':_0xdbabef['ABmDG'],'at':Date[_0x1d2912(0x2fa)](),'where':_0xdbabef[_0x1d2912(0x2b8)]},await new Promise(_0x3332c8=>setTimeout(_0x3332c8,_0x41b7e9)),logger[_0x1d2912(0x239)](_0x1d2912(0x24f)+_0x41b7e9+_0x1d2912(0x27d));}const _0x256a82=await this[_0x1d2912(0x285)]({'fetchFn':()=>PerformanceTester[_0x1d2912(0x1e8)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x2535dd=_0x1d2912;return await this[_0x2535dd(0x14a)](_0xf052a9,_0xdbabef['BGbcL'],_0xc1a951);})(),'isNonEmpty':_0x524561=>_0x524561&&typeof _0x524561[_0x1d2912(0x17b)]===_0x1d2912(0x2dc)&&_0x524561[_0x1d2912(0x17b)]>0x0,'resultDetail':_0x58458a=>_0x1d2912(0x1f9)+(_0x58458a&&typeof _0x58458a[_0x1d2912(0x17b)]===_0x1d2912(0x2dc)?_0x58458a[_0x1d2912(0x17b)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0xdbabef['YgGrJ']});if(!_0x256a82)return logger[_0x1d2912(0x239)](_0xdbabef[_0x1d2912(0x25a)]),{};return _0xdbabef[_0x1d2912(0x1a0)](typeof _0x256a82,_0xdbabef['GStpb'])&&global[_0x1d2912(0x1db)]&&(_0x256a82[_0x1d2912(0x236)]=!![],_0x256a82['degradedReason']=global['__bstackA11yScanCapHit'][_0x1d2912(0x1cd)]),_0x256a82;}catch(_0x12b9d8){return logger['error'](_0x1d2912(0x332)+(_0x12b9d8['stack']||_0x12b9d8[_0x1d2912(0x359)])),{};}}async[a110_0x3958d9(0x143)](_0x5b989c,_0x4f2239,_0x466800=null){const _0x451264=a110_0x3958d9,_0x315597={};_0x315597[_0x451264(0x27a)]='performPageScan:\x20Page\x20is\x20null',_0x315597['LpSwr']=_0x451264(0x11f),_0x315597[_0x451264(0x294)]=_0x451264(0x2ef);const _0x368f06=_0x315597;try{if(!_0x5b989c)return logger[_0x451264(0x239)](_0x368f06['wvvEw']),null;if(!_0x4f2239)return logger[_0x451264(0x239)](_0x368f06[_0x451264(0x2a2)]),null;logger['debug'](_0x368f06[_0x451264(0x294)]);const _0x485e64=_0x466800?await _0x5b989c[_0x451264(0x2df)](_0x4f2239,_0x466800):await _0x5b989c[_0x451264(0x2df)](_0x4f2239);return _0x485e64;}catch(_0x3994d7){return logger[_0x451264(0x2bf)](_0x451264(0x21e)+(_0x3994d7[_0x451264(0x333)]||_0x3994d7[_0x451264(0x359)])),null;}}static[a110_0x3958d9(0x30f)](_0x3782fe,_0x44cff3){const _0x2eb311=a110_0x3958d9,_0x51a39a={};_0x51a39a[_0x2eb311(0x364)]=_0x2eb311(0x366);const _0x21cbcd=_0x51a39a,_0x511ab6={};_0x511ab6[_0x2eb311(0x206)]=_0x3782fe;const _0x471abf=_0x511ab6;let _0x3ad500={};if(_0x44cff3[_0x2eb311(0x212)]()&&_0x44cff3[_0x2eb311(0x191)]())try{_0x3ad500=JSON['parse'](Buffer[_0x2eb311(0x2da)](_0x44cff3[_0x2eb311(0x277)]())[_0x2eb311(0x30e)](_0x21cbcd[_0x2eb311(0x364)]));}catch(_0x3869db){logger[_0x2eb311(0x2bf)](_0x2eb311(0x215)+_0x3869db[_0x2eb311(0x359)]),_0x3ad500={};}return CLIUtils['mergeObject'](_0x471abf,_0x3ad500);}static async[a110_0x3958d9(0x172)](_0xc02d05,_0x1602d1='',_0x3c2f94=null){const _0x2f2c2c=a110_0x3958d9,_0x5943a3={};_0x5943a3[_0x2f2c2c(0x314)]=_0x2f2c2c(0x167),_0x5943a3[_0x2f2c2c(0x339)]=_0x2f2c2c(0x2db);const _0x2b5668=_0x5943a3;try{if(!_0x3c2f94&&AccessibilityModule[_0x2f2c2c(0x213)])return AccessibilityModule[_0x2f2c2c(0x123)];if(!process[_0x2f2c2c(0x298)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x2f2c2c(0x2bf)](_0x2b5668['XPMVP']),{};const _0x190337=await GrpcClient[_0x2f2c2c(0x372)]()[_0x2f2c2c(0x34b)](process[_0x2f2c2c(0x298)][_0x2f2c2c(0x266)],_0x2b5668[_0x2f2c2c(0x339)],_0xc02d05,_0x3c2f94),_0x540a7b=_0x3c2f94?AccessibilityModule[_0x2f2c2c(0x30f)](null,_0x190337)?.['thTestRunUuid']||_0x1602d1:_0x1602d1,_0x59ccb3=AccessibilityModule[_0x2f2c2c(0x30f)](_0x540a7b,_0x190337);return!_0x3c2f94&&(AccessibilityModule[_0x2f2c2c(0x123)]=_0x59ccb3,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x59ccb3;}catch(_0x4cd422){return logger['error'](_0x2f2c2c(0x344)+_0xc02d05+':\x20'+(_0x4cd422[_0x2f2c2c(0x333)]||_0x4cd422['message'])),{};}}};function a110_0x206e(){const _0xb488e9=['_mobileScanningDisabledLogged','testhub_build_uuid','accessibilityToken',',\x20excludeTags=','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','VrAOc','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','finishScanningForCli','goog:chromeOptions','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','YxnOU','toString','loadDriverExecuteParams','LJObq','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','xhEqO','getState','XPMVP','testAnalyticsId','BGbcL','kBVEC','has','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','fZhqq',',\x20testCaseEnabled=','info','x\x20over\x20','vvTGK','not-array','760078hqrnCI','\x20token_fp=','getAppAccessibilityResultsSummary','fWsNs','waAko','driver','browser_version','capabilitiesList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','scriptsList','FGaBk','DRIVER_INIT','applySendMessageToServerPatch','wgGmC','LvXlO',',\x20isAppAccessibility=','ZjveJ','testFrameworkData','Error\x20in\x20getAccessibilityResultsSummary:\x20','stack','../grpcClient','xEuJi','validatePlatformForAccessibility','BROWSERSTACK_TESTHUB_JWT','268476GmQFTx','LFiwC','isMobileWebSession','XPHde','KEY_DRIVER_HAS_URL','yaOvM','TVtLV','accessibilityResult',',\x20framework=','yDUGj','Error\x20in\x20shouldScanForCommand:\x20','../../../helpers/accessibility-automation/constants','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','resolveMobileThTestRunUuid','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','[platform\x20-\x20','../../utils/constants.js','registerObserver','TGgvt','fetchDriverExecuteParamsEvent','No\x20summaryResults\x20found.','SCAN_CAP_HIT','LOG_DISABLED_SHOWN','ENeoq','accessibilityConfig','\x20accessibility\x20script\x20on\x20page','currentTest','getMinVersionForBrowser','bUFGX','DRIVER_HAS_URL','getCurrentAccessibilityStatus','getTestUUID','jsrjs','message','EoQIT','isBrowserstackScriptCommand','eQPKa','wfKrE','afterTestHook','name','split','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','AeTXC','headless','UfkwM','\x22browserstack.key\x22:\x22[REDACTED]\x22','utf-8','test_run_id','GLIXx','accessibilityPlatform','_sendMessageServerPatchApplied','appium:platformVersion','DnTEd','SAVE_RESULTS','kDfXU','gtJiJ','emvpV','KEnBw','getInstance','ihgzX','isMobileScanningEnabledForGroup','isMobilePlatform','SJzvl','NCeLY','getAccessibility','get','Performing\x20scan\x20before\x20getting\x20results\x20summary','IrVbC','NgSKi','getValue','browserStackEvaluate','join','DsEib','getCapabilityValue','performPageScan:\x20Script\x20is\x20null','XDCIu','ggTrq','rCbtr','_centralAuthA11yConfig','KgYcd','browserstack.accessibilityOptions.scannerVersion','keys','TeLHJ','assign','setAccessibilityToken','setLogDisabledShown','BMQGl','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','isArray','saveResults','iMpBH','aKqej','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','MZTfG','browserstack.accessibilityOptions.wcagVersion','onBeforeExecute','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','FkgSe','createHash','WsdEq','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','jXOMq','titlePath','DvvFT','zTekv','start','\x20->\x20','performPageScan','byZOR','\x22\x20pid=','../state/automationFrameworkState','ODTRc','235810yMElNV','onBeforeExecute:\x20No\x20command\x20name\x20provided','executeScriptByName','fwTIh','__accessibilityOptions','VjYHQ','kxAwU','ICLQF','getCapabilitiesList','../../../helpers/performance/performance-tester.js','BXElJ','gyIzF','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','centralAuthToken','Azknn','warn',']\x20Accessibility\x20configuration\x20initialized\x20successfully','race','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','WkdRk','pwPage','bSRKx',',\x20testName=','fFTFU','getScriptByName','BAUkh','_parseScriptsFromOptions','present','commandsList','[AccessibilityModule]\x20onAfterTest:\x20framework=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','ztWxL','rRtuc','Ezszk','testcafe','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','parseA11yJwtPayload','CVTtA','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','MOBILE_SCANNING_DISABLED_WARNING','fetchCentralAuthA11yConfig','FBiGZ','HBxWM','Page\x20','vODww','NON_BROWSERSTACK_AUTOMATION_SESSIONS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ms\x20—\x20cache\x20never\x20populated\x20(','../../playwright/accessibility-helper','totalIssueCount','Error\x20in\x20performScanForCli\x20for\x20script\x20','ACQdP','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','updateData','performScan\x20capped\x20at\x20','wcagVersion','vCOOD','getAccessibilityConfig','--headless=new','FARkM','35802702piOZNJ','ydvmu','NsDjD','Performing\x20scan\x20before\x20from\x20cli','ofJLn','map','WZLBp','--headless','on\x20non-BrowserStack\x20infrastructure\x20','includeTagsInTestingScope','getData','hasAccessibilityExecuteParams','KfQkF',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','JHAGv','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML',',\x20\x0a\x20','browser','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','platformName','\x22browserstack.user\x22:\x22[REDACTED]\x22','MQRzP','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','waRBC','Error\x20in\x20stopTestCapture:\x20','testRunId','bkjJe','\x20testHubUuid=','XHlMH','MODULE_NAME','getCurrentInstanceName','getModuleName','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','Vihzd','MdivB','requiresChromeOptionsValidation','\x20using\x20script:\x20','function',',\x20sessionId=','delete','VqowK',']\x20poll\x20attempt=','jOEmB','ikFch','../../../helpers/accessibility-automation/scripts','rRVAE','value','JEST_WORKER_ID','coHgR','processAccessibilityCaps','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','centralAuthHeader','__workerDetails','getAccessibilityResults','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','args','LmTIS','zIJYc','139364tVYqMy','null','OeZXz','PASTy','isVersionSupported','KEY_TEST_NAME','hTjhg',']\x20polled\x20','GqWGB','getAccessibilityResultsSummary','CyAcB','UixMj','[App-A11y]\x20Scan\x20result\x20for\x20','reason','onBeforeExecute:\x20command=','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','wLbaY','QQlOp','peITO','xVNaT','Executing\x20','lGOyK','performScanForCli','JpNxB','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','RztlF','count=','__bstackA11yScanCapHit','fwlmq','shouldScanCurrentTest','BeXFB','testData',',\x20includeTags=','a11y:save-results','KEY_TEST_SCOPES','POST','IcZRh','gCAZA','sKdWT','browserstack.accessibilityOptions.scannerProcessingTimeout','measureWrapper','\x20script\x20available','Context','OWwlK','shouldScanForCommand','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','13157704GACqsp','length','CREATE','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','zLiKr','scan','PMAXA','TJAZH','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','zEdqE','vZRHe','totalIssueCount=','VOEMc','saveTestResults','appium:platformName','SRAMQ','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','TDnvU','HgmSX','vcvff','getCommandsList','uPKks','object','bMKEf','thTestRunUuid','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','util','testInfo','\x20browser\x20version\x20greater\x20than\x20','\x20result\x20for\x20','setAccessibilityConfig','getParamsForScanForCli','platformVersion','format','string','fGPSL','getSuccess','_centralAuthConfigFetched','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','some','pid','zHWrz','cucumber','hDuUQ','ACCESSIBILITY_INITIALIZED','\x20worker=\x22','initAccessibilityConfig','Error\x20in\x20performPageScan:\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','JHghS','Exception\x20in\x20isPlatformSupported:\x20','../cliUtils','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','latest','testFramework','JgwsU','stringify','\x20env=','WhvOi','excludeTagsInTestingScope','digest','294RRGQTN','wmIyd','getAllData','getResults','bind','rCUQU','getContext','dnmHu','degraded','fYxgy','OVFyS','debug','getAppAccessibilityResults','KEY_INIT','KEY_TESTHUB_BUILD_ID','CBLfP','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','__jestCurrentTestIdentifier','toLowerCase','PqwPQ','isAppAccessibility','../framework/automationFramework','getBrowserDisplayName','../framework/testFramework','GKKSM','WmBlA',']\x20should\x20run\x20accessibility\x20value=','slice',',\x20testIdentifier=','5969215fIkKTk','getResultsSummary','setShouldScanCurrentTest','[AccessibilityModule.getResultsSummary]\x20waited\x20','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','performScan','SDK_ACCESSIBILITY_CONFIG','isFinite','\x20script\x20available\x20in\x20scriptsList','test_tags','setShouldScan','update','trim','pMPEM','TGOBs','isAccessibilityScriptCommand','nQHjb','android','jest','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','AccessibilityModule.getResultsSummary','yODll','browserstack.accessibilityOptions.authToken','scannerVersion','RAgJT','BROWSERSTACK_CLI_BIN_SESSION_ID','xGXKF','includes','instance','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','pErAM','concat','kaoGU',')\x20result=','command','getCapabilities','vmIGb','stopTestCapture','parse','gFSDY','true','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','getAccessibilityExecuteParams','browserVersion','qesxh','wvvEw','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getTestFrameworkDetail','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','mergeObject','TrackedInstance','page','toISOString','capabilities','getPlatformIndex','NODE_GENERIC','_pollUntilNonEmpty','crypto','find','WlNfc','commandName','wZRfM','isAccessibilityAutomationSession','isPlatformSupported','chrome','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','loWYD','JyjPX','getPlatformCaps','FUBeq','mChBv','WqzWL',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','KeLgQ','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','env','performScanForCli:\x20No\x20','BS_A11Y_JWT','HSHMK','../framework/constants/testFrameworkConstants.js','platformCaps','qIcFJ','../../../helpers/accessibility-automation/helper',',\x20tags=','EAYpF','LpSwr','isBrowserSupportedForAccessibility','aQNOf','replace','NuBmt','vTLqh','GoSjQ','getTesthub','YPQGi','parseFromProto',']\x20isEnabledTestcase\x20(cucumber)\x20result=','yvXRe','is_mobile_session','Unknown\x20Test','DDsps','../../../helpers/helper','startsWith','onBeforeTest',']\x20onAfterTest\x20should\x20scan=','wuuKC','PzgxC','isEnabledTestcase','YgGrJ','JesaP','getBuildId','ScanArgs:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','zGwLE','OWlnc','error','getTrackedInstance','options','getScript','loadAccessibilityConfig','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','patchSendMessageToServer','BUdTK','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','browserName','ZOfDI','unknown','isPlatformSupported:\x20caps\x20are\x20null','Kmszn','AccessibilityModule.getResults','HDuII','fTpaM','JfOln','getOptions','NAoxm','tUvod','MteRM','PERFORM_SCAN','\x20from\x20testIdentifier=','sondC','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','getResultResponse','from','accessibility','number','platformValidation','shouldScanForCommand:\x20','evaluate','onAfterTest',',\x20testRunId=','Error\x20getting\x20script\x20by\x20name\x20','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','Error\x20in\x20initAccessibilityConfig:\x20','wipqO','getTestDetails','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','jnmtI','tWkWM','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Error\x20in\x20validatePlatformForAccessibility:\x20','NXAab','aCVIM','KWUGn','Executing\x20accessibility\x20script\x20on\x20page','FVtLk','MergedScanArgs:\x20','toJson','RVUiA','USDpI','mMVZa','dYDzL','edOrA','getLogDisabledShown','set','now','FTpkw','75CZeeie','getGoogleChromeOptions','browserstack_executor','getName','sBlsh','Accessibility\x20data\x20for\x20extension:\x20','PRE'];a110_0x206e=function(){return _0xb488e9;};return a110_0x206e();}module['exports']=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a111_0xe6bc(){const _0x36ed03=['testInfo','name','1689748hEIJTo','7099578kkYVgk','configure','setTestFrameworkData','_test','7932MZamla','split','../../../helpers/test-observability/constants.js','4|0|1|3|5|2','11804952pWewQY',',\x20platformIndex=','version','client','zLAKy','debug','CUCUMBER','PLAYWRIGHT','wRZss','testId','YGOWy','JEST','1816XNjfvI','testFrameworkData','Configured\x20module\x20','testCaseStartedId','binSessionId','\x20with\x20binSessionId=','config','testFramework','2357035XhpQmK','8764210Mhyhfr','mjvGx','ensureBinSession','Afust','platformIndex','svZWT','911346crQnAr','object'];a111_0xe6bc=function(){return _0x36ed03;};return a111_0xe6bc();}const a111_0x336883=a111_0x3ba2;(function(_0x26c8d7,_0x25265e){const _0x231236=a111_0x3ba2,_0x37c044=_0x26c8d7();while(!![]){try{const _0x271485=-parseInt(_0x231236(0xa5))/0x1+-parseInt(_0x231236(0xa9))/0x2+parseInt(_0x231236(0xae))/0x3*(parseInt(_0x231236(0x96))/0x4)+parseInt(_0x231236(0x9e))/0x5+parseInt(_0x231236(0xaa))/0x6+parseInt(_0x231236(0x9f))/0x7+-parseInt(_0x231236(0xb2))/0x8;if(_0x271485===_0x25265e)break;else _0x37c044['push'](_0x37c044['shift']());}catch(_0x22e8a4){_0x37c044['push'](_0x37c044['shift']());}}}(a111_0xe6bc,0xd5ae5));function a111_0x3ba2(_0x581be9,_0x302684){const _0xe6bc2e=a111_0xe6bc();return a111_0x3ba2=function(_0x3ba243,_0x23746f){_0x3ba243=_0x3ba243-0x8d;let _0x395cb2=_0xe6bc2e[_0x3ba243];return _0x395cb2;},a111_0x3ba2(_0x581be9,_0x302684);}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require(a111_0x336883(0xb0));class BaseModule{constructor(_0x3c28d1=null){const _0x31e377=a111_0x336883,_0x27001d={};_0x27001d[_0x31e377(0xa2)]=_0x31e377(0xb1),_0x27001d[_0x31e377(0x8e)]='BaseModule';const _0x4b67e9=_0x27001d,_0x23d823=_0x4b67e9[_0x31e377(0xa2)]['split']('|');let _0x663bf1=0x0;while(!![]){switch(_0x23d823[_0x663bf1++]){case'0':this['binSessionId']=null;continue;case'1':this['platformIndex']=0x0;continue;case'2':this[_0x31e377(0x97)]=this['setTestFrameworkData'](_0x3c28d1);continue;case'3':this[_0x31e377(0x9c)]={};continue;case'4':this[_0x31e377(0xa8)]=_0x4b67e9['zLAKy'];continue;case'5':this[_0x31e377(0x8d)]=null;continue;}break;}}[a111_0x336883(0xa1)](){const _0x26bfe0=a111_0x336883,_0x2fa092={};_0x2fa092[_0x26bfe0(0x92)]='Missing\x20binSessionId';const _0x5a8186=_0x2fa092;if(!this[_0x26bfe0(0x9a)])throw new Error(_0x5a8186[_0x26bfe0(0x92)]);}['getModuleName'](){const _0x78d415=a111_0x336883;return this[_0x78d415(0xa8)];}[a111_0x336883(0xab)](_0x34de8a,_0xe1a187,_0xf59f5e,_0x2db214={}){const _0x4e351a=a111_0x336883,_0x1ba3cb={};_0x1ba3cb['JGvUd']='4|2|1|3|0';const _0x148173=_0x1ba3cb,_0x15bb88=_0x148173['JGvUd'][_0x4e351a(0xaf)]('|');let _0x56a550=0x0;while(!![]){switch(_0x15bb88[_0x56a550++]){case'0':logger[_0x4e351a(0x8f)](_0x4e351a(0x98)+this['getModuleName']()+_0x4e351a(0x9b)+_0x34de8a+_0x4e351a(0xb3)+_0xe1a187);continue;case'1':this[_0x4e351a(0x8d)]=_0xf59f5e;continue;case'2':this[_0x4e351a(0xa3)]=_0xe1a187;continue;case'3':this[_0x4e351a(0x9c)]=_0x2db214;continue;case'4':this[_0x4e351a(0x9a)]=_0x34de8a;continue;}break;}}['getTestId'](_0x4c3068){const _0x4481a1=a111_0x336883,_0x51cced={};_0x51cced[_0x4481a1(0xa4)]=function(_0x273f8e,_0x179d6f){return _0x273f8e===_0x179d6f;};const _0x4b19a8=_0x51cced;let _0x452e44='';if(_0x4b19a8[_0x4481a1(0xa4)](_0x4c3068[_0x4481a1(0x9d)],FRAMEWORKS[_0x4481a1(0x91)]))_0x452e44=_0x4c3068[_0x4481a1(0xa7)]?.[_0x4481a1(0xad)]?.['id']||_0x4c3068[_0x4481a1(0xa7)]?.[_0x4481a1(0x93)];else{if(_0x4b19a8[_0x4481a1(0xa4)](_0x4c3068[_0x4481a1(0x9d)],FRAMEWORKS[_0x4481a1(0x90)]))_0x452e44=_0x4c3068['testInfo']?.[_0x4481a1(0x99)];else _0x4b19a8[_0x4481a1(0xa4)](_0x4c3068[_0x4481a1(0x9d)],FRAMEWORKS[_0x4481a1(0x95)])&&(_0x452e44=_0x4c3068[_0x4481a1(0xa7)]?.['id']);}return _0x452e44;}[a111_0x336883(0xac)](_0x372e18){const _0x33b168=a111_0x336883,_0x1e859f={};_0x1e859f[_0x33b168(0x94)]=function(_0x1ef538,_0x189851){return _0x1ef538!==_0x189851;},_0x1e859f[_0x33b168(0xa0)]=_0x33b168(0xa6);const _0xeb2451=_0x1e859f;if(!_0x372e18||_0xeb2451[_0x33b168(0x94)](typeof _0x372e18,_0xeb2451[_0x33b168(0xa0)]))return null;const _0x37d8eb={};_0x37d8eb[_0x33b168(0xa8)]=_0x372e18['name'],_0x37d8eb[_0x33b168(0xb4)]=_0x372e18[_0x33b168(0xb4)]&&_0x372e18[_0x33b168(0xb4)][_0x372e18[_0x33b168(0xa8)]];const _0xa35e16=_0x37d8eb;return _0xa35e16;}}module['exports']=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a112_0x251cc4=a112_0x30af;(function(_0x3cb3ea,_0x286ee8){const _0x32bd38=a112_0x30af,_0x10a16b=_0x3cb3ea();while(!![]){try{const _0x26977e=parseInt(_0x32bd38(0x16d))/0x1*(parseInt(_0x32bd38(0x177))/0x2)+parseInt(_0x32bd38(0x16a))/0x3*(parseInt(_0x32bd38(0x16f))/0x4)+parseInt(_0x32bd38(0x161))/0x5*(parseInt(_0x32bd38(0x175))/0x6)+parseInt(_0x32bd38(0x14a))/0x7*(parseInt(_0x32bd38(0x166))/0x8)+parseInt(_0x32bd38(0x15c))/0x9*(-parseInt(_0x32bd38(0x171))/0xa)+parseInt(_0x32bd38(0x170))/0xb+-parseInt(_0x32bd38(0x152))/0xc;if(_0x26977e===_0x286ee8)break;else _0x10a16b['push'](_0x10a16b['shift']());}catch(_0x55d512){_0x10a16b['push'](_0x10a16b['shift']());}}}(a112_0x2a6b,0xa9e2c));const {createClassLogger}=require(a112_0x251cc4(0x153)),logger=createClassLogger(a112_0x251cc4(0x151)),{sendToEDS}=require(a112_0x251cc4(0x16e)),isLTSSession=(_0x2c8f25=null)=>{const _0xc19a0e=a112_0x251cc4,_0x5c21c0={};_0x5c21c0['Hrhgo']=function(_0x353037,_0x1d8286){return _0x353037!==_0x1d8286;},_0x5c21c0[_0xc19a0e(0x156)]='undefined',_0x5c21c0[_0xc19a0e(0x15d)]=function(_0xa3c8a7,_0x2e5a30){return _0xa3c8a7===_0x2e5a30;},_0x5c21c0['SWwBR']=_0xc19a0e(0x162),_0x5c21c0[_0xc19a0e(0x176)]='true',_0x5c21c0[_0xc19a0e(0x15a)]=function(_0x5769cc,_0x5a4982){return _0x5769cc===_0x5a4982;},_0x5c21c0[_0xc19a0e(0x14d)]=function(_0xc89484,_0x42b403){return _0xc89484===_0x42b403;},_0x5c21c0[_0xc19a0e(0x178)]=_0xc19a0e(0x158);const _0x3681fa=_0x5c21c0;try{if(_0x3681fa[_0xc19a0e(0x155)](typeof process[_0xc19a0e(0x150)][_0xc19a0e(0x154)],_0x3681fa['focmi'])){const _0x6bee67=process['env'][_0xc19a0e(0x154)];return _0x3681fa[_0xc19a0e(0x15d)](typeof _0x6bee67,_0x3681fa['SWwBR'])?_0x3681fa[_0xc19a0e(0x15d)](_0x6bee67['toLowerCase'](),_0x3681fa[_0xc19a0e(0x176)]):!!_0x6bee67;}const _0xdf66d8=_0x2c8f25&&_0x2c8f25[_0xc19a0e(0x154)],_0x1186fb=!!(_0x2c8f25&&(_0x3681fa[_0xc19a0e(0x15d)](_0x2c8f25[_0xc19a0e(0x15b)],!![])||_0x3681fa['mGnLX'](_0x2c8f25[_0xc19a0e(0x15b)],_0x3681fa['wTkdw']))),_0x4a10fb=!!(_0xdf66d8&&_0x3681fa['iOkIV'](_0xdf66d8[_0xc19a0e(0x165)]()['toLowerCase'](),_0x3681fa[_0xc19a0e(0x176)])&&!_0x1186fb);return process[_0xc19a0e(0x150)][_0xc19a0e(0x154)]=_0x4a10fb?_0x3681fa[_0xc19a0e(0x176)]:_0x3681fa[_0xc19a0e(0x178)],_0x4a10fb;}catch(_0x27f497){return process[_0xc19a0e(0x150)][_0xc19a0e(0x154)]=_0x3681fa['TwqzP'],![];}},getLTSSessionId=()=>{const _0xdde953=a112_0x251cc4,_0x13bc32={'UtqNh':function(_0x3e4122){return _0x3e4122();},'yYQHJ':_0xdde953(0x163),'WqaeE':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x13bc32['UtqNh'](isLTSSession))return logger[_0xdde953(0x174)](_0x13bc32[_0xdde953(0x164)]),process['env']['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x4096b6){logger[_0xdde953(0x168)](_0xdde953(0x16c)+(_0x4096b6&&_0x4096b6[_0xdde953(0x167)]));}return logger[_0xdde953(0x174)](_0x13bc32[_0xdde953(0x159)]),'';},setLTSSessionId=async(_0x4adbc6={})=>{const _0x55991c=a112_0x251cc4,_0x5c0bc9={'IhqHQ':function(_0x29c460){return _0x29c460();},'SaIaD':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','FToWe':_0x55991c(0x14f),'kTGLp':_0x55991c(0x15f),'wuUgb':function(_0x2fa97e,_0x576aa7){return _0x2fa97e(_0x576aa7);},'rrazP':function(_0x2daabf,_0x2c873f,_0x22227d){return _0x2daabf(_0x2c873f,_0x22227d);},'gyWkd':function(_0x3f3d71,_0x450bec){return _0x3f3d71||_0x450bec;}};try{const _0x84e769=_0x5c0bc9[_0x55991c(0x14e)](getLTSSessionId);_0x84e769?(process[_0x55991c(0x150)]['BROWSERSTACK_LTS_SESSION_ID']=_0x84e769,logger[_0x55991c(0x174)](_0x5c0bc9[_0x55991c(0x160)])):(delete process[_0x55991c(0x150)]['BROWSERSTACK_LTS_SESSION_ID'],logger['debug'](_0x5c0bc9[_0x55991c(0x173)]));try{const _0x15db0d={'feature':_0x5c0bc9[_0x55991c(0x14c)],'ltsEnabled':_0x5c0bc9[_0x55991c(0x169)](isLTSSession,_0x4adbc6),'ltsSessionIdPresent':!!_0x84e769};await _0x5c0bc9[_0x55991c(0x16b)](sendToEDS,_0x15db0d,_0x4adbc6);}catch(_0x158847){logger['warn']('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x158847&&_0x158847[_0x55991c(0x167)]));}return _0x5c0bc9[_0x55991c(0x149)](_0x84e769,'');}catch(_0x4af7e3){return logger[_0x55991c(0x174)](_0x55991c(0x15e)+(_0x4af7e3&&_0x4af7e3[_0x55991c(0x167)])),'';}},a112_0x252219={};a112_0x252219['isLTSSession']=isLTSSession,a112_0x252219[a112_0x251cc4(0x14b)]=getLTSSessionId,a112_0x252219[a112_0x251cc4(0x172)]=setLTSSessionId,module[a112_0x251cc4(0x157)]=a112_0x252219;function a112_0x30af(_0x55bf7b,_0x408f35){const _0x2a6b40=a112_0x2a6b();return a112_0x30af=function(_0x30af60,_0x127b93){_0x30af60=_0x30af60-0x149;let _0x59bf4b=_0x2a6b40[_0x30af60];return _0x59bf4b;},a112_0x30af(_0x55bf7b,_0x408f35);}function a112_0x2a6b(){const _0x25396e=['jdzvk','setLTSSessionId\x20error:\x20','LTS','SaIaD','110XgQGFL','string','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','yYQHJ','toString','1165256azjbiW','message','error','wuUgb','4803QXwXQg','rrazP','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','673KpYNed','../../../helpers/helper.js','1852FGKrGY','6444548QFWGIa','8380RHQoUx','setLTSSessionId','FToWe','debug','56514mRfgVV','wTkdw','3260mTHNel','TwqzP','gyWkd','35Gvzouj','getLTSSessionId','kTGLp','iOkIV','IhqHQ','BROWSERSTACK_LTS_SESSION_ID\x20cleared','env','LoadTestModule','15845496oSnPFz','../../../helpers/classLogger.js','overrideLoadTesting','Hrhgo','focmi','exports','false','WqaeE','mGnLX','browserstackAutomation','14427CgGgFH'];a112_0x2a6b=function(){return _0x25396e;};return a112_0x2a6b();}
|