browserstack-node-sdk 1.66.3 → 1.67.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/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 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a108_0x4f3d06=a108_0x1c82;(function(_0x5db8f2,_0x50de23){const _0x135b15=a108_0x1c82,_0x3292e7=_0x5db8f2();while(!![]){try{const _0x436a0c=parseInt(_0x135b15(0x1bd))/0x1+-parseInt(_0x135b15(0x1b7))/0x2+-parseInt(_0x135b15(0x1b8))/0x3+parseInt(_0x135b15(0x1c6))/0x4+-parseInt(_0x135b15(0x1be))/0x5+-parseInt(_0x135b15(0x1c5))/0x6+parseInt(_0x135b15(0x1c0))/0x7;if(_0x436a0c===_0x50de23)break;else _0x3292e7['push'](_0x3292e7['shift']());}catch(_0x4fce55){_0x3292e7['push'](_0x3292e7['shift']());}}}(a108_0x1903,0xed3e9));const {createClassLogger}=require(a108_0x4f3d06(0x1c4)),logger=createClassLogger(a108_0x4f3d06(0x1bb));function a108_0x1c82(_0x52c7a5,_0x241ada){const _0x19031d=a108_0x1903();return a108_0x1c82=function(_0x1c8203,_0x5c5143){_0x1c8203=_0x1c8203-0x1b7;let _0x323ac4=_0x19031d[_0x1c8203];return _0x323ac4;},a108_0x1c82(_0x52c7a5,_0x241ada);}function a108_0x1903(){const _0x4f3dcc=['930494tbSpJv','5073210fMuoPW','getType','getId','TrackedContext','processId','1524758DNPxIr','5478285jzLhSl','type','12563992UYyolH','exports','threadId','getThreadId','../../../helpers/classLogger','2913216AiIcLx','5558596xUAJpd'];a108_0x1903=function(){return _0x4f3dcc;};return a108_0x1903();}class TrackedContext{constructor(_0x214e41,_0x18a6e2,_0x2cfc2d,_0x118dfd){const _0x5d03e8=a108_0x4f3d06;this['id']=_0x214e41,this[_0x5d03e8(0x1c2)]=_0x18a6e2,this[_0x5d03e8(0x1bc)]=_0x2cfc2d,this[_0x5d03e8(0x1bf)]=_0x118dfd;}[a108_0x4f3d06(0x1c3)](){const _0xc5c71d=a108_0x4f3d06;return this[_0xc5c71d(0x1c2)];}['getProcessId'](){const _0x55d55c=a108_0x4f3d06;return this[_0x55d55c(0x1bc)];}[a108_0x4f3d06(0x1ba)](){return this['id'];}[a108_0x4f3d06(0x1b9)](){const _0x31c354=a108_0x4f3d06;return this[_0x31c354(0x1bf)];}}module[a108_0x4f3d06(0x1c1)]=TrackedContext;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a109_0x4ece70=a109_0x3a71;(function(_0x27558b,_0x37ee11){const _0x4f8807=a109_0x3a71,_0x2874db=_0x27558b();while(!![]){try{const _0x23cf56=-parseInt(_0x4f8807(0x8d))/0x1+-parseInt(_0x4f8807(0x8a))/0x2*(-parseInt(_0x4f8807(0x6f))/0x3)+parseInt(_0x4f8807(0x76))/0x4+parseInt(_0x4f8807(0x7d))/0x5+parseInt(_0x4f8807(0x7f))/0x6+parseInt(_0x4f8807(0x83))/0x7*(-parseInt(_0x4f8807(0x71))/0x8)+-parseInt(_0x4f8807(0x7c))/0x9;if(_0x23cf56===_0x37ee11)break;else _0x2874db['push'](_0x2874db['shift']());}catch(_0x466a29){_0x2874db['push'](_0x2874db['shift']());}}}(a109_0x1150,0xeb4b2));const TrackedContext=require(a109_0x4ece70(0x7a)),crypto=require(a109_0x4ece70(0x72)),{threadId}=require('worker_threads');function a109_0x3a71(_0x4f5230,_0x3f86ed){const _0x115088=a109_0x1150();return a109_0x3a71=function(_0x3a71dd,_0x4e9ff0){_0x3a71dd=_0x3a71dd-0x6f;let _0x3d7e22=_0x115088[_0x3a71dd];return _0x3d7e22;},a109_0x3a71(_0x4f5230,_0x3f86ed);}class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a109_0x4ece70(0x8c);constructor(_0x46184a){const _0x1adcc5=a109_0x4ece70;this[_0x1adcc5(0x87)]=_0x46184a,this['data']=new Map();}['getRef'](){return this['context']['getId']();}[a109_0x4ece70(0x81)](){const _0x234fe8=a109_0x4ece70;return this[_0x234fe8(0x87)];}[a109_0x4ece70(0x75)](){const _0x449a25=a109_0x4ece70;return this[_0x449a25(0x8f)];}[a109_0x4ece70(0x79)](_0x35194e){Object['keys'](_0x35194e)['forEach'](_0x167a17=>{const _0x11d89b=a109_0x3a71;this['data'][_0x11d89b(0x7e)](_0x167a17,_0x35194e[_0x167a17]);});}['addMultipleEntries'](_0x334710){const _0x371cf9=a109_0x4ece70;Object[_0x371cf9(0x77)](_0x334710)[_0x371cf9(0x86)](([_0x5acbd4,_0x4c03a3])=>{const _0x2e0799=_0x371cf9,_0x440952=this['data'][_0x2e0799(0x8e)](_0x5acbd4)||{},_0x48a60b={..._0x440952,..._0x4c03a3},_0x3834a6=_0x48a60b;this['data']['set'](_0x5acbd4,_0x3834a6);});}[a109_0x4ece70(0x88)](_0x4679e2){const _0x26b7f5=a109_0x4ece70;return this['data'][_0x26b7f5(0x8e)](_0x4679e2);}[a109_0x4ece70(0x84)](_0x2553a3,_0x324971){const _0x1464e0=a109_0x4ece70;this[_0x1464e0(0x8f)]['set'](_0x2553a3,_0x324971);}static[a109_0x4ece70(0x80)](_0x1f4475){const _0x1850fb=a109_0x4ece70,_0x5e4329={};_0x5e4329['HUaxX']=_0x1850fb(0x70),_0x5e4329[_0x1850fb(0x82)]=_0x1850fb(0x85),_0x5e4329[_0x1850fb(0x73)]=function(_0x4af977,_0x1a5dac){return _0x4af977||_0x1a5dac;};const _0x4390f7=_0x5e4329;return new TrackedContext(crypto[_0x1850fb(0x8b)](_0x4390f7[_0x1850fb(0x89)])[_0x1850fb(0x7b)](_0x1f4475)[_0x1850fb(0x78)](_0x4390f7[_0x1850fb(0x82)]),_0x4390f7[_0x1850fb(0x73)](threadId,0x0),process['pid'],typeof _0x1f4475);}}function a109_0x1150(){const _0x5bbd14=['set','5523216zZmqGb','createContext','getContext','PUHCb','175VYnLWQ','updateData','hex','forEach','context','getData','HUaxX','746zSUIsB','createHash','isBrowserstackAutomationSession','284634qSvtbe','get','data','7482zURmSS','sha256','502552XWacHQ','crypto','vAfTX','exports','getAllData','4174016wKwELN','entries','digest','updateMultipleEntries','./trackedContext','update','8234127PBtrHt','4197360zoCvri'];a109_0x1150=function(){return _0x5bbd14;};return a109_0x1150();}module[a109_0x4ece70(0x74)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110_0xc523e5=a110_0x58ba;(function(_0x2b0458,_0x3c0ed7){const _0x571fa7=a110_0x58ba,_0x3b51c2=_0x2b0458();while(!![]){try{const _0x43cef6=parseInt(_0x571fa7(0x215))/0x1*(-parseInt(_0x571fa7(0x1fe))/0x2)+parseInt(_0x571fa7(0x177))/0x3*(-parseInt(_0x571fa7(0xd7))/0x4)+parseInt(_0x571fa7(0x2e1))/0x5+-parseInt(_0x571fa7(0x18d))/0x6*(parseInt(_0x571fa7(0x29e))/0x7)+-parseInt(_0x571fa7(0x267))/0x8*(parseInt(_0x571fa7(0x23e))/0x9)+parseInt(_0x571fa7(0x165))/0xa+parseInt(_0x571fa7(0x1fd))/0xb*(parseInt(_0x571fa7(0x1d7))/0xc);if(_0x43cef6===_0x3c0ed7)break;else _0x3b51c2['push'](_0x3b51c2['shift']());}catch(_0x4c72ac){_0x3b51c2['push'](_0x3b51c2['shift']());}}}(a110_0x3410,0x8e740));function a110_0x58ba(_0x1f8641,_0x39eba7){const _0x3410b1=a110_0x3410();return a110_0x58ba=function(_0x58ba14,_0x29184f){_0x58ba14=_0x58ba14-0xb8;let _0xc106be=_0x3410b1[_0x58ba14];return _0xc106be;},a110_0x58ba(_0x1f8641,_0x39eba7);}const BaseModule=require(a110_0xc523e5(0x2c8)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require('../cliUtils'),AutomationFramework=require(a110_0xc523e5(0x2fc)),TestFramework=require(a110_0xc523e5(0x174)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a110_0xc523e5(0x254)),GrpcClient=require('../grpcClient'),scripts=require(a110_0xc523e5(0x16d)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a110_0xc523e5(0x247)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a110_0xc523e5(0x126)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a110_0xc523e5(0x309)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a110_0xc523e5(0x1d4)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a110_0xc523e5(0x2e5)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper'),{FRAMEWORKS}=require('../../utils/constants.js');function a110_0x3410(){const _0x17be12=['oreHT','MYyMQ','REbjY','getResultResponse','Ehtgp','VvnbV','AccessibilityModule.getResults','cmGAX','bGtNq','hdAxR','MOBILE_SCANNING_DISABLED_WARNING','performPageScan','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.',',\x20tags=','\x22browserstack.key\x22:\x22[REDACTED]\x22','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Vzwhn','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','edVRu','loadDriverExecuteParams','SSQzW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','warn','aewpG','isVersionSupported','fetchCentralAuthA11yConfig','validatePlatformForAccessibility','SGwTE','wMcvp','launchCaps','TEST_INIT','kiePs','commandsList','accessibilityResult','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','getParamsForScanForCli','xkvPv','VNIiA','browserVersion','\x20testHubUuid=','titlePath','./baseModule','testFrameworkData','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','uAuWk','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','nNlZB','isPlatformSupported','lBMGf','xGwFc','assign','MPzVr','pid','trim','headless','parseFromProto','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','getValue','SAVE_RESULTS','DTvFt','spzrc','QQHKd','onBeforeExecute:\x20Command\x20','KEY_INIT','capabilitiesList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','2525980CZLjxu','JrhHe','qWDcz','--headless=','../framework/constants/testFrameworkConstants.js','get','currentTest','testData','Scan\x20result:\x20','stopTestCapture','getResultsSummary','cwGLl','commandsToWrap','ohvHt','BROWSERSTACK_TEST_ACCESSIBILITY_YML','performScan\x20capped\x20at\x20','platformVersion','hCPxN','qJGUd','true','name','CaxPY',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','pHQrR','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','../framework/automationFramework','getCurrentAccessibilityStatus','browserstack.accessibilityOptions.scannerProcessingTimeout','cNHAC','GtcrD','ZbaIz','[AccessibilityModule]\x20onAfterTest:\x20framework=','utrsq','OTeZC','getTestDetails','_centralAuthA11yConfig','digest','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','../../../helpers/accessibility-automation/constants','uYGMv','luSvx',',\x20available\x20commands:\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','mGuuq','lzIVL','pgqLK','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','kpBiP','ICwAf','capabilities','map','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','wrZGf','__jestCurrentTestIdentifier','KEY_TEST_NAME','PaYpv','getContext','delete','getPlatformCaps','measureWrapper','skipCDPConnectOverride','LKKsC','has','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','rNabF','GzZhj','getGoogleChromeOptions','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','ZvlaD','fEiGs','getAccessibilityConfig','_centralAuthConfigFetched','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',']\x20poll\x20attempt=','includes','YRelf','YPlKF','gLpME','fhzhS','GPmSq','--headless=new','string','centralAuthHeader','DpuXD','jest','shouldScanCurrentTest','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','DnNsX','PbhSV','1144cIddjW','set','bind','chromeOptions','rBaoz','\x20worker=\x22','onBeforeExecute:\x20command=','OuQcl','SIHpq','uGLZS','ROHKZ','\x20env=','setAccessibilityToken','YVGHf',',\x20\x0a\x20','\x20result\x20for\x20','bAZcv','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','count=','keys','KRXWU',']\x20isEnabledTestcase\x20(cucumber)\x20result=',']\x20onAfterTest\x20should\x20scan=','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','_parseScriptsFromOptions','QdSUi',',\x20testCaseEnabled=','__bstackA11yScanCapHit','Page\x20','ILQlJ','getResults',']\x20should\x20run\x20accessibility\x20value=','Processed\x20accessibility\x20caps\x20','getCommandsList','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','Executing\x20','BtHrc','isMobileScanningEnabledForGroup','accessibility','MrFYe','length','SCAN_CAP_HIT','browserstack.accessibilityOptions.scannerVersion','ztzbv','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','fetchDriverExecuteParamsEvent','info','args','getIsAppAccessibility','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','QbOtn','wcagVersion','XxsSS','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','getTestFrameworkDetail','test_run_id','suLHU','bZVuO','Performing\x20scan\x20before\x20from\x20cli','format','debug','KEY_TEST_SCOPES',']\x20isEnabledTestcase\x20(','eBLVu','executeScript','onlFp','thTestRunUuid','koyGI','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','Error\x20in\x20shouldScanForCommand:\x20','Error\x20in\x20performScanForCli\x20for\x20script\x20','../../../helpers/helper','testFramework',']\x20Accessibility\x20configuration\x20initialized\x20successfully','cucumber','hiZCb','UvDlM','QjCPx','mJwnI','../../../helpers/performance/constants.js','includeTagsInTestingScope','accessibilityToken','dPuaR','unknown','vermG','on\x20non-BrowserStack\x20infrastructure\x20','WoEBQ','ms\x20—\x20cache\x20never\x20populated\x20(','CIhTp','vtdMs','fwsld','concat','env','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','yHgfE','update','bGDiV','YDKnx','shouldScanForCommand:\x20','getScript','createHash','initAccessibilityConfig','qlBFJ','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','hEmWj',',\x20testName=','finishScanningForCli','puQMx','loadAccessibilityConfig','testInfo','qOdDY','split','null','NON_BROWSERSTACK_AUTOMATION_SESSIONS','version','kVyDo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','toJson','platformCaps','uEucq','getData','KkmJs','TBISB','EiLQm','browserStackEvaluate','itPlV','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','WgyoH','aFEcY','jVFXr','testAnalyticsId','\x20->\x20','cGipI',')\x20result=','zJWKz','utf-8','isAccessibilityScriptCommand','cevIe','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','HXhpG','SEPcu','7068400lMyLpt','RoUCJ','end','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','accessibilityPlatform','\x20token_fp=','platformName','WMrAx','../../../helpers/accessibility-automation/scripts','getSuccess','HXTPc',',\x20sessionId=','qvVvY','sha256','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','../framework/testFramework','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','6123hTOnXY','exports','PERFORM_SCAN','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20in\x20getAccessibilityResults:\x20','nuuCJ','VNxWe','DGdgN','JEST_WORKER_ID','testRunId','ScanArgs:\x20','dMUfO','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','testhub_build_uuid','MkKEG','XLKBl','parseA11yJwtPayload','mlKqc','getCapabilities','number','roloV','onBeforeExecute','6ldboMI','driver','CQKct','nhLMM','getTesthub','PTDBo','getAccessibilityResults','centralAuthToken','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','aHBnM',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','setShouldScanCurrentTest','degraded','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','_pollUntilNonEmpty','ACCESSIBILITY_INITIALIZED','gwaJb','applySendMessageToServerPatch','[App-A11y]\x20Scan\x20result\x20for\x20','isBrowserstackScriptCommand','iFsiu','options','getCurrentInstanceName','adrfv','MergedScanArgs:\x20','scan','isEnabled',',\x20includeTags=','RYHCa','iExho','_mobileScanningDisabledLogged','PlJsv','getCommandsToWrap','LoeNX','ocfxO','lqRVz','getInstance','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','EbUpR','function','qmnFw','eSxPb','browser_version','\x20from\x20testIdentifier=','yTVvA','getCapabilityValue','degradedReason','getLogDisabledShown','../cliUtils','[AccessibilityModule.getResultsSummary]\x20waited\x20','BROWSERSTACK_TESTHUB_JWT','some','uohFW','isEnabledTestcase','[platform\x20-\x20','iHqDF','ghPnd','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','../../playwright/accessibility-helper','totalIssueCount','WkbYa','eRIao','WDwfw','Context','now','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','chrome','evaluate','getBrowserDisplayName','getAccessibility','MODULE_NAME','util','getScriptsList','pwPage','1572oUkAxL','LEOKK','afterTestHook','EmbNf','wZcYA','message','NODE_GENERIC','XRRED','fPlKq','isPlatformSupported:\x20caps\x20are\x20null','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','ewSWS','FFoOm','uZpRV','getPlatformIndex','find','mergeObject','jNTUu','authHeader','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','\x20script\x20available\x20in\x20scriptsList','dlERz','platformValidation','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','patchSendMessageToServer','IDdfW','uqtFp','dgtER',',\x20testRunId=','aEEzi','CnDsA','onBeforeTest','main','LOG_DISABLED_SHOWN','KYxJw','gHNig','getScriptByName','getBuildId','83347eguzWc','2esBkfg','test-tags-->\x20','requiresChromeOptionsValidation','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','onAfterTest','PUAJL','instance','KQQNq','parse','lVdPO','dKYkB','hex','_sendMessageServerPatchApplied','OPMKA','\x20script\x20available','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','isArray','Error\x20executing\x20script\x20','resolveMobileThTestRunUuid','GtOAh','from','not-array','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','95131TLYQIr','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','replace','startsWith','slice','Error\x20getting\x20script\x20by\x20name\x20','getTrackedInstance',',\x20isAppAccessibility=','toString','getAccessibilityResultsSummary','BpMQc','cjBKP','DRIVER_INIT','TVczV','DwzhW','hrCeY','__accessibilityOptions','SyWHn','AaWrJ','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','browser',',\x20excludeTags=','getTestId','executeScriptByName','command','setShouldScan','bktbD','AXUsA','android','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','isAppAccessibility','Error\x20in\x20stopTestCapture:\x20','error',']\x20polled\x20','toLowerCase','performPageScan:\x20Page\x20is\x20null','excludeTagsInTestingScope','DRIVER_HAS_URL','getOptions','20817MRGsQt','BYSND','fgjUG','reason','stringify','performScanForCli','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','goog:chromeOptions','testcafe','../../../helpers/performance/performance-tester.js','browserName','imJXi','isFinite','sYXeZ','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','../../utils/playwright-patcher','KEY_TESTHUB_BUILD_ID','jpgsN','getName','page','flQrr','getAppAccessibilityResults','../state/hookState','No\x20summaryResults\x20found.','value','ptHBY','saveResults','gjWgk','KZOSu','stack','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','../../../helpers/accessibility-automation/helper','\x22browserstack.user\x22:\x22[REDACTED]\x22','isMobileWebSession','SpcHC','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','totalIssueCount=','POST','\x22\x20pid=','meqip','test_tags','1064kqXjAT','isAccessibilityAutomationSession','getState','vxWQx','BROWSERSTACK_CLI_BIN_SESSION_ID','kbtlL','IalIw','Error\x20in\x20initAccessibilityConfig:\x20','--headless','executeScriptByName:\x20No\x20','__workerDetails','join','uqenE','a11y:save-results','kfXVW','TPaCW','performScan','MmoLu','FwYce','onBeforeExecute:\x20No\x20command\x20name\x20provided','browserstack.accessibilityOptions.authToken','performScanForCli:\x20No\x20','processAccessibilityCaps','rbMte','uMAVb','CzcbT','accessibilityConfig','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','jMiOE','azEjr','FauIk','is_mobile_session','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','QTWVf','SDK_ACCESSIBILITY_CONFIG','registerObserver','commandName','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isBrowserSupportedForAccessibility','x\x20over\x20','FRJpW','browserstack_executor','EXECUTE','LopdU','\x20using\x20script:\x20','toObject','xoFrh','scannerVersion','VrFpI','Performing\x20scan\x20before\x20getting\x20results\x20summary','mlMHK','updateData','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','setAccessibilityConfig','4442543vSQwhg'];a110_0x3410=function(){return _0x17be12;};return a110_0x3410();}class AccessibilityModule extends BaseModule{static [a110_0xc523e5(0x1d3)]=AccessibilityModule['name'];static [a110_0xc523e5(0xc5)]=![];static [a110_0xc523e5(0x306)]={};constructor(_0x66b414){const _0x440310=a110_0xc523e5,_0x53f9cb={};_0x53f9cb['rIjlj']=function(_0x4351e8,_0x6434c5){return _0x4351e8===_0x6434c5;},_0x53f9cb[_0x440310(0x288)]=_0x440310(0x316),_0x53f9cb[_0x440310(0x26d)]=_0x440310(0x19c),_0x53f9cb[_0x440310(0x2a1)]=_0x440310(0x23c),_0x53f9cb[_0x440310(0x2a8)]=_0x440310(0x184);const _0x130eab=_0x53f9cb;super(),AutomationFramework[_0x440310(0x28a)](AutomationFrameworkState[_0x440310(0x292)],HookState['PRE'],this[_0x440310(0x18c)][_0x440310(0xd9)](this)),AutomationFramework[_0x440310(0x28a)](AutomationFrameworkState['CREATE'],HookState[_0x440310(0x263)],this['onBeforeTest'][_0x440310(0xd9)](this)),AutomationFramework[_0x440310(0x28a)](AutomationFrameworkState['QUIT'],HookState['PRE'],this['onAfterTest']['bind'](this)),this['isEnabled']=!![],this[_0x440310(0x281)]=_0x66b414[_0x440310(0x295)](),this['accessibility']=new Map(),this[_0x440310(0x1f8)]=new Map(),this[_0x440310(0x235)]=_0x66b414[_0x440310(0x107)]?.()||![],this[_0x440310(0x314)]=[],this[_0x440310(0x20a)]=![],this[_0x440310(0x1ab)]=![],this['setAccessibilityToken'](_0x66b414[_0x440310(0x23d)]()['getCapabilitiesList']());const _0x318577=CLIUtils[_0x440310(0x10d)]();_0x318577&&_0x130eab['rIjlj'](_0x318577[_0x440310(0x2f5)],FRAMEWORKS[_0x440310(0x1dd)])&&this[_0x440310(0xef)](_0x66b414[_0x440310(0x23d)]()),logger[_0x440310(0x113)](_0x130eab[_0x440310(0x288)]),this[_0x440310(0x2de)]=_0x130eab[_0x440310(0x26d)],this['KEY_DRIVER_HAS_URL']=_0x130eab[_0x440310(0x2a1)],this[_0x440310(0x24e)]=_0x130eab['hdAxR'];}[a110_0xc523e5(0x1a7)](){const _0x388c3a=a110_0xc523e5;return this[_0x388c3a(0x1a7)];}['getModuleName'](){const _0x28b382=a110_0xc523e5;return AccessibilityModule[_0x28b382(0x1d3)];}[a110_0xc523e5(0x2fd)](){const _0x5350b7=a110_0xc523e5;return this[_0x5350b7(0xfd)][_0x5350b7(0x2e6)](CLIUtils[_0x5350b7(0x1a3)](),![]);}[a110_0xc523e5(0x1bc)](){const _0x580db0=a110_0xc523e5;return this[_0x580db0(0x1f8)][_0x580db0(0x2e6)](CLIUtils['getCurrentInstanceName'](),![]);}['setLogDisabledShown'](_0x4a3498){const _0xf69c8f=a110_0xc523e5;this['LOG_DISABLED_SHOWN'][_0xf69c8f(0xd8)](CLIUtils[_0xf69c8f(0x1a3)](),_0x4a3498);}[a110_0xc523e5(0x19e)](){const _0x4e2b71=a110_0xc523e5,_0x3eedbd={'pgqLK':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','wZcYA':function(_0x2032e8,_0x545b0f){return _0x2032e8(_0x545b0f);},'eSxPb':_0x4e2b71(0x24d),'SIHpq':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','eBLVu':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x4e2b71(0x20a)]){logger[_0x4e2b71(0x113)](_0x3eedbd[_0x4e2b71(0x310)]);return;}try{const _0x55acc6=_0x3eedbd[_0x4e2b71(0x1db)](require,_0x3eedbd[_0x4e2b71(0x1b6)]);_0x55acc6&&_0x55acc6[_0x4e2b71(0x1ef)]?(_0x55acc6[_0x4e2b71(0x1ef)](),this[_0x4e2b71(0x20a)]=!![],logger[_0x4e2b71(0x113)](_0x3eedbd[_0x4e2b71(0xdf)])):logger[_0x4e2b71(0x113)](_0x3eedbd[_0x4e2b71(0x116)]);}catch(_0x20e865){logger[_0x4e2b71(0x113)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util['format'](_0x20e865));}}[a110_0xc523e5(0x2ce)](_0x461cc1=null,_0x19d223=null,_0x2bb205=null){const _0xaf8c52=a110_0xc523e5,_0x3d09f6={'xoFrh':function(_0x4281ff,_0xe3b05a){return _0x4281ff&&_0xe3b05a;},'BYSND':_0xaf8c52(0x1e0),'YDKnx':function(_0x378333,_0x3c55a9){return _0x378333(_0x3c55a9);},'gyyEb':_0xaf8c52(0x11e),'AXUsA':_0xaf8c52(0x10c),'SwxBS':'appium:platformName','GPmSq':function(_0x316a78,_0x582d86){return _0x316a78===_0x582d86;},'wMcvp':'android','kbtlL':'appium:platformVersion','fhzhS':function(_0xff55dc,_0xf3160b){return _0xff55dc!==_0xf3160b;},'rlfIj':function(_0x2217f2,_0x2e955a){return _0x2217f2!==_0x2e955a;},'OraHf':function(_0x321435,_0x57e43d,_0x3eab44){return _0x321435(_0x57e43d,_0x3eab44);},'SpcHC':function(_0x4a42c6,_0x7626ee){return _0x4a42c6(_0x7626ee);},'mlKqc':function(_0x410bc4,_0x1805b8){return _0x410bc4(_0x1805b8);},'OuQcl':function(_0xdb7ba3,_0x57f408){return _0xdb7ba3<_0x57f408;},'zJWKz':_0xaf8c52(0x14c),'xkvPv':function(_0x347715,_0x459812){return _0x347715===_0x459812;},'CnDsA':_0xaf8c52(0x2f4),'PlJsv':function(_0x5b723e,_0x2a1ba6){return _0x5b723e===_0x2a1ba6;},'CIhTp':_0xaf8c52(0xcf),'cevIe':_0xaf8c52(0xbc),'ocfxO':_0xaf8c52(0x245),'VNIiA':function(_0x26c0d9,_0x58d2b7){return _0x26c0d9!==_0x58d2b7;},'KZOSu':'latest','MmoLu':function(_0x48705d){return _0x48705d();},'LKKsC':_0xaf8c52(0x12c),'KRXWU':function(_0x743c38,_0xfd3377){return _0x743c38-_0xfd3377;},'FwYce':function(_0x38a283,_0x1229b9){return _0x38a283(_0x1229b9);},'aEEzi':function(_0x3f0925,_0x18dac0){return _0x3f0925!==_0x18dac0;},'riFbq':function(_0xb20bff,_0x5c4b5d){return _0xb20bff>_0x5c4b5d;},'WgyoH':function(_0x302459,_0x86ee3d){return _0x302459(_0x86ee3d);},'dlERz':function(_0x165040,_0x12da50){return _0x165040(_0x12da50);},'OOFAH':_0xaf8c52(0x135)};try{if(_0x3d09f6[_0xaf8c52(0x296)](!_0x19d223,!_0x2bb205))return logger[_0xaf8c52(0x113)](_0x3d09f6[_0xaf8c52(0x23f)]),![];const {isUndefined:_0x332b3d,isBrowserstackInfra:_0x56ab02}=_0x3d09f6[_0xaf8c52(0x139)](require,_0x3d09f6['gyyEb']);if(!accessibilityHelper[_0xaf8c52(0x268)]())return logger[_0xaf8c52(0x113)](_0x3d09f6[_0xaf8c52(0x231)]),![];if(this[_0xaf8c52(0x235)]){const _0x59ae95=(_0x19d223[_0xaf8c52(0x16b)]||_0x19d223[_0x3d09f6['SwxBS']]||'')[_0xaf8c52(0x239)]();if(_0x3d09f6['GPmSq'](_0x59ae95,_0x3d09f6[_0xaf8c52(0x2bb)])){const _0x24a699=_0x19d223[_0x3d09f6[_0xaf8c52(0x26c)]]||_0x19d223[_0xaf8c52(0x2f1)];if(_0x3d09f6[_0xaf8c52(0xcc)](_0x24a699,undefined)&&_0x3d09f6['rlfIj'](_0x24a699,null)){const _0x12571b=_0x3d09f6['OraHf'](parseInt,_0x3d09f6[_0xaf8c52(0x260)](String,_0x24a699)[_0xaf8c52(0x147)]('.')[0x0],0xa);if(!_0x3d09f6[_0xaf8c52(0x188)](isNaN,_0x12571b)&&_0x3d09f6[_0xaf8c52(0xde)](_0x12571b,0xb))return logger['warn'](_0xaf8c52(0x2fb)+_0x24a699),![];}}return!![];}const _0x4f87df=_0x19d223[_0xaf8c52(0x248)]||_0x19d223[_0xaf8c52(0x22a)],_0x7d8d44=_0x19d223['browserVersion']||_0x19d223[_0xaf8c52(0x1b7)];if(!accessibilityHelper[_0xaf8c52(0x28e)](_0x4f87df))return logger[_0xaf8c52(0x2b5)](_0x3d09f6[_0xaf8c52(0x15e)]),![];if(accessibilityHelper[_0xaf8c52(0x200)](_0x4f87df))try{const _0x368703=_0x19d223[_0xaf8c52(0x2d5)],_0xa2af0d=_0x3d09f6[_0xaf8c52(0xcd)](_0x368703,!![])||_0x3d09f6[_0xaf8c52(0x2c3)](_0x368703,_0x3d09f6[_0xaf8c52(0x1f5)])||_0x3d09f6[_0xaf8c52(0x1ac)](typeof _0x368703,_0x3d09f6[_0xaf8c52(0x12f)])&&_0x3d09f6[_0xaf8c52(0x1ac)](_0x368703['toLowerCase'](),_0x3d09f6[_0xaf8c52(0x1f5)]);if(_0xa2af0d)return logger['warn'](_0x3d09f6['cevIe']),![];const _0x3ce5f7=_0x19d223?.[_0xaf8c52(0xda)]?.['args']||_0x19d223?.[_0x3d09f6[_0xaf8c52(0x1af)]]?.[_0xaf8c52(0x106)]||[];if(Array['isArray'](_0x3ce5f7)&&_0x3ce5f7[_0xaf8c52(0x1c0)](_0x1201a3=>typeof _0x1201a3==='string'&&(_0x1201a3===_0xaf8c52(0x26f)||_0x1201a3[_0xaf8c52(0x219)](_0xaf8c52(0x2e4))&&_0x1201a3!==_0xaf8c52(0xce))))return logger['warn'](_0x3d09f6[_0xaf8c52(0x161)]),![];}catch(_0x23cba6){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0xaf8c52(0x112)](_0x23cba6));}if(_0x3d09f6[_0xaf8c52(0x2c4)](_0x7d8d44,_0x3d09f6[_0xaf8c52(0x25a)])){const _0x14b748=_0x3d09f6[_0xaf8c52(0x278)](_0x56ab02),_0x5b5af7=accessibilityHelper['getMinVersionForBrowser'](_0x4f87df,_0x14b748),_0x34b364=accessibilityHelper[_0xaf8c52(0x1d1)](_0x4f87df);if(!accessibilityHelper[_0xaf8c52(0x2b7)](_0x7d8d44,_0x5b5af7)){const _0x38478f=_0x14b748?'':_0x3d09f6[_0xaf8c52(0xba)],_0x849352=Number[_0xaf8c52(0x24a)](_0x3d09f6[_0xaf8c52(0x188)](parseFloat,_0x5b5af7))?_0x3d09f6[_0xaf8c52(0xeb)](_0x3d09f6[_0xaf8c52(0x279)](parseFloat,_0x5b5af7),0x1):_0x5b5af7;return logger[_0xaf8c52(0x2b5)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x34b364+'\x20browser\x20version\x20greater\x20than\x20'+_0x849352+'\x20'+_0x38478f+'.'),![];}}else{const _0x38426d=_0x19d223[_0xaf8c52(0x2c5)]||_0x19d223[_0xaf8c52(0x1b7)]||_0x19d223[_0xaf8c52(0x14a)];if(_0x38426d&&_0x3d09f6[_0xaf8c52(0x1f4)](_0x38426d,_0x3d09f6[_0xaf8c52(0x25a)])&&!_0x3d09f6['riFbq'](_0x3d09f6[_0xaf8c52(0x157)](parseFloat,_0x38426d),_0x3d09f6[_0xaf8c52(0x1ec)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0xaf8c52(0x2b5)](_0x3d09f6['OOFAH']),![];}return!![];}catch(_0x13c856){return logger[_0xaf8c52(0x113)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x13c856['message']),![];}}['isEnabledTestcase'](_0x495e13=[],_0x5241d9,_0x536881=a110_0xc523e5(0x121)){const _0xcf601e=a110_0xc523e5,_0x2b9f34={'azEjr':function(_0x2430eb,_0x32abde){return _0x2430eb===_0x32abde;},'edVRu':_0xcf601e(0xd2),'vxWQx':function(_0x51c209,_0x20eaf7){return _0x51c209||_0x20eaf7;},'WDwfw':function(_0x39ad72,_0x425e7a){return _0x39ad72===_0x425e7a;},'fiHgr':function(_0x25b491,_0x486a18){return _0x25b491&&_0x486a18;},'AaWrJ':_0xcf601e(0x12a),'ImpmN':function(_0x2ac072,_0x32bf2e){return _0x2ac072(_0x32bf2e);},'flQrr':function(_0x22641d,_0x3bd392){return _0x22641d>_0x3bd392;},'puQMx':function(_0x253e35,_0x2e5b32){return _0x253e35&&_0x2e5b32;}};try{const _0x291221=process[_0xcf601e(0x133)][_0xcf601e(0x19a)]?JSON[_0xcf601e(0x206)](process[_0xcf601e(0x133)][_0xcf601e(0x19a)]):null;if(!_0x291221)return!![];const _0xe00099=Array['isArray'](_0x291221[_0xcf601e(0x127)])?_0x291221['includeTagsInTestingScope']:[],_0x54de4a=Array['isArray'](_0x291221['excludeTagsInTestingScope'])?_0x291221[_0xcf601e(0x23b)]:[];if(_0x2b9f34[_0xcf601e(0x284)](_0x536881,_0x2b9f34[_0xcf601e(0x2b1)])||_0x2b9f34[_0xcf601e(0x284)](_0x536881,FRAMEWORKS[_0xcf601e(0x1dd)])){let _0x22a2af;Array[_0xcf601e(0x20e)](_0x495e13)?_0x22a2af=_0x495e13[_0xcf601e(0x272)]('\x20'):_0x22a2af=_0x2b9f34[_0xcf601e(0x26a)](_0x495e13,'');const _0x3a8f18=_0x1a34c6=>_0x536881===FRAMEWORKS[_0xcf601e(0x1dd)]&&typeof _0x1a34c6===_0xcf601e(0xcf)?_0x1a34c6[_0xcf601e(0x218)](/^@/,'')[_0xcf601e(0x239)]()['trim']():_0x1a34c6,_0x24c887=_0x2b9f34[_0xcf601e(0x284)](_0x536881,FRAMEWORKS[_0xcf601e(0x1dd)])?_0x22a2af[_0xcf601e(0x239)]():_0x22a2af,_0x5de1ef=_0x54de4a[_0xcf601e(0x1c0)](_0x574229=>_0x24c887[_0xcf601e(0xc8)](_0x3a8f18(_0x574229))),_0xc09e2f=_0x2b9f34['WDwfw'](_0xe00099[_0xcf601e(0xff)],0x0)||_0xe00099['some'](_0x51c13f=>_0x24c887[_0xcf601e(0xc8)](_0x3a8f18(_0x51c13f))),_0x3eea36=_0x2b9f34['fiHgr'](!_0x5de1ef,_0xc09e2f);return logger[_0xcf601e(0x113)]('[platform\x20-\x20'+(_0x5241d9?.[_0xcf601e(0x1e5)]?.()||_0x2b9f34[_0xcf601e(0x228)])+_0xcf601e(0x115)+_0x536881+_0xcf601e(0x15d)+_0x3eea36+_0xcf601e(0x141)+_0x22a2af+_0xcf601e(0x1a8)+JSON[_0xcf601e(0x242)](_0xe00099)+_0xcf601e(0x22b)+JSON[_0xcf601e(0x242)](_0x54de4a)),_0x3eea36;}const _0xe7cf69=Array[_0xcf601e(0x20e)](_0x495e13)?_0x495e13:[];let _0x3275a7=![],_0x28a841=_0x2b9f34[_0xcf601e(0x1cb)](_0xe00099['length'],0x0);const _0x5b974a=_0x233d73=>typeof _0x233d73===_0xcf601e(0xcf)?_0x233d73['replace'](/^@/,'')['toLowerCase']()[_0xcf601e(0x2d4)]():_0x233d73,_0x142e2e=new Set(_0xe00099['map'](_0x5b974a)),_0x18910b=new Set(_0x54de4a[_0xcf601e(0x315)](_0x5b974a));for(const _0x547d85 of _0xe7cf69){const _0x4f457c=_0x2b9f34['ImpmN'](_0x5b974a,_0x547d85);_0x18910b[_0xcf601e(0xbb)](_0x4f457c)&&(_0x3275a7=!![]),_0x2b9f34[_0xcf601e(0x252)](_0x142e2e['size'],0x0)&&_0x142e2e[_0xcf601e(0xbb)](_0x4f457c)&&(_0x28a841=!![]);}const _0x5a44b6=_0x2b9f34[_0xcf601e(0x143)](_0x28a841,!_0x3275a7);return logger['debug'](_0xcf601e(0x1c3)+(_0x5241d9?.[_0xcf601e(0x1e5)]?.()||_0x2b9f34[_0xcf601e(0x228)])+_0xcf601e(0xec)+_0x5a44b6+_0xcf601e(0x2ac)+JSON[_0xcf601e(0x242)](_0xe7cf69)+_0xcf601e(0x1a8)+JSON[_0xcf601e(0x242)](_0xe00099)+_0xcf601e(0x22b)+JSON[_0xcf601e(0x242)](_0x54de4a)),_0x5a44b6;}catch(_0x346ec4){return logger[_0xcf601e(0x113)](_0xcf601e(0x1c3)+(_0x5241d9?.['getPlatformIndex']?.()||_0x2b9f34['AaWrJ'])+_0xcf601e(0x2f7)+_0x346ec4[_0xcf601e(0x1dc)]),![];}}async[a110_0xc523e5(0x1f6)](_0x4726eb){const _0x25247b=a110_0xc523e5,_0x18f226={};_0x18f226[_0x25247b(0x14b)]=function(_0x1021f1,_0x3f900c){return _0x1021f1!==_0x3f900c;},_0x18f226[_0x25247b(0x18f)]=_0x25247b(0x121),_0x18f226[_0x25247b(0x312)]=function(_0x4612b6,_0x46ce29){return _0x4612b6!==_0x46ce29;},_0x18f226['gwaJb']=_0x25247b(0xd2),_0x18f226[_0x25247b(0x1b5)]=_0x25247b(0x246),_0x18f226['kfXVW']=function(_0x1df494,_0x1df233){return _0x1df494===_0x1df233;},_0x18f226[_0x25247b(0x182)]='true',_0x18f226['aewpG']=function(_0x39f723,_0x59c806){return _0x39f723&&_0x59c806;},_0x18f226['DGdgN']=_0x25247b(0x2bd),_0x18f226['suLHU']=_0x25247b(0xe8),_0x18f226[_0x25247b(0x102)]=_0x25247b(0x282),_0x18f226[_0x25247b(0x1c5)]=_0x25247b(0x222),_0x18f226[_0x25247b(0xe4)]=function(_0x46ccab,_0x371875){return _0x46ccab===_0x371875;},_0x18f226[_0x25247b(0x249)]=_0x25247b(0x28c),_0x18f226[_0x25247b(0x1e4)]=function(_0x133619,_0x5c8c38){return _0x133619===_0x5c8c38;},_0x18f226[_0x25247b(0x17d)]='Unknown\x20Test',_0x18f226[_0x25247b(0x27e)]=function(_0x353028,_0x31db59){return _0x353028>_0x31db59;},_0x18f226['dPuaR']=function(_0x16bf16,_0x170d19){return _0x16bf16===_0x170d19;},_0x18f226[_0x25247b(0x257)]=_0x25247b(0x1b4),_0x18f226[_0x25247b(0x2dc)]=_0x25247b(0x266),_0x18f226[_0x25247b(0x16f)]=_0x25247b(0x12a);const _0x3e8d2e=_0x18f226;if(_0x3e8d2e[_0x25247b(0x14b)](_0x4726eb['testFramework'],_0x3e8d2e[_0x25247b(0x18f)])&&_0x3e8d2e[_0x25247b(0x312)](_0x4726eb[_0x25247b(0x11f)],_0x3e8d2e[_0x25247b(0x19d)])&&_0x3e8d2e[_0x25247b(0x14b)](_0x4726eb[_0x25247b(0x11f)],_0x3e8d2e[_0x25247b(0x1b5)])&&_0x3e8d2e[_0x25247b(0x14b)](_0x4726eb['testFramework'],FRAMEWORKS[_0x25247b(0x1dd)])){logger[_0x25247b(0x113)](_0x25247b(0x2cc)+_0x4726eb[_0x25247b(0x11f)]+')');return;}try{const _0x1898b1=AutomationFramework[_0x25247b(0x21c)](),_0x374d50=TestFramework[_0x25247b(0x21c)](),_0x4242b8=_0x4726eb[_0x25247b(0x251)]||global[_0x25247b(0x271)]?.[_0x25247b(0x1d6)]||null;if(_0x3e8d2e[_0x25247b(0x275)](_0x4726eb[_0x25247b(0x11f)],_0x3e8d2e[_0x25247b(0x1b5)])){const _0x5c9e02=_0x4726eb[_0x25247b(0x14e)]||_0x1898b1&&_0x1898b1[_0x25247b(0x31d)]&&_0x1898b1[_0x25247b(0x31d)]()||_0x1898b1&&_0x1898b1[_0x25247b(0x189)]&&_0x1898b1[_0x25247b(0x189)]()||{},_0x18ca40=_0x4726eb[_0x25247b(0x2bc)]||null,_0x137a2d=this[_0x25247b(0x2ce)](_0x1898b1,_0x5c9e02,_0x18ca40),_0x3cfab0=CLIUtils[_0x25247b(0x1a3)]();this[_0x25247b(0xfd)][_0x25247b(0xd8)](_0x3cfab0,_0x137a2d);global[_0x25247b(0x1cc)]?.[_0x25247b(0x31b)]&&global[_0x25247b(0x1cc)][_0x25247b(0x31b)]()['setShouldScan'](_0x137a2d);_0x137a2d?(global[_0x25247b(0x169)]=!![],process[_0x25247b(0x133)][_0x25247b(0x2ef)]=_0x3e8d2e[_0x25247b(0x182)]):global['accessibilityPlatform']=![];logger[_0x25247b(0x113)](_0x25247b(0x175)+_0x137a2d);return;}if(_0x3e8d2e[_0x25247b(0x275)](_0x4726eb['testFramework'],FRAMEWORKS[_0x25247b(0x1dd)])){const _0x2b14f7=_0x4726eb[_0x25247b(0x2e8)]||{},_0x49c076=_0x2b14f7[TestFrameworkConstants[_0x25247b(0x114)]],_0x2bd9ed=_0x2b14f7[TestFrameworkConstants[_0x25247b(0x319)]]||'',_0x780834=(Array['isArray'](_0x49c076)?_0x49c076[_0x25247b(0x132)](_0x2bd9ed)[_0x25247b(0x272)]('\x20'):_0x2bd9ed)[_0x25247b(0x2d4)](),_0x1d1500=_0x4726eb[_0x25247b(0x14e)]||_0x1898b1&&_0x1898b1[_0x25247b(0x31d)]&&_0x1898b1['getPlatformCaps']()||_0x1898b1&&_0x1898b1[_0x25247b(0x189)]&&_0x1898b1[_0x25247b(0x189)]()||{},_0xb42aaf=this[_0x25247b(0x2ce)](_0x1898b1,_0x1d1500,_0x4726eb['launchCaps']||null),_0x4b50fc=this[_0x25247b(0x1c2)](_0x780834,_0x1898b1,FRAMEWORKS[_0x25247b(0x1dd)]),_0x7e5d55=_0x3e8d2e['aewpG'](_0xb42aaf,_0x4b50fc),_0x3824c4=CLIUtils[_0x25247b(0x1a3)]();this[_0x25247b(0xfd)][_0x25247b(0xd8)](_0x3824c4,_0x7e5d55);global[_0x25247b(0x1cc)]?.[_0x25247b(0x31b)]&&global[_0x25247b(0x1cc)][_0x25247b(0x31b)]()[_0x25247b(0x22f)](_0x7e5d55);_0x7e5d55?(global[_0x25247b(0x169)]=!![],process[_0x25247b(0x133)][_0x25247b(0x2ef)]=_0x3e8d2e[_0x25247b(0x182)],this['applySendMessageToServerPatch']()):global[_0x25247b(0x169)]=![];_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x17e)],!![]);logger[_0x25247b(0x113)](_0x25247b(0x308)+_0xb42aaf+_0x25247b(0xf1)+_0x4b50fc+_0x25247b(0x141)+_0x780834);return;}if(!_0x4242b8){_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x17e)],!![]);logger[_0x25247b(0x113)](_0x3e8d2e[_0x25247b(0x10f)]);return;}logger['debug'](_0x3e8d2e[_0x25247b(0x102)]);const _0x48e209=_0x374d50?.['getData'](_0x3e8d2e['ghPnd'],![]),_0x4455bc=_0x374d50?.[_0x25247b(0x150)](_0x3e8d2e[_0x25247b(0x17e)],![]);if(_0x3e8d2e[_0x25247b(0x275)](_0x48e209,![])&&_0x3e8d2e[_0x25247b(0xe4)](_0x4455bc,![])){_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x1c5)],!![]);logger[_0x25247b(0x113)](_0x3e8d2e['imJXi']);return;}_0x374d50&&_0x374d50[_0x25247b(0x29b)](_0x3e8d2e[_0x25247b(0x17e)],!![]);let _0x39d688,_0x3feb94;const _0x21c84d=_0x4726eb['testFramework']||_0x3e8d2e[_0x25247b(0x18f)];if(_0x3e8d2e[_0x25247b(0x1e4)](_0x21c84d,_0x3e8d2e[_0x25247b(0x19d)])){_0x3feb94=_0x4726eb[_0x25247b(0x145)]?.[_0x25247b(0x15a)]||_0x4726eb['testInfo']?.['id']||global[_0x25247b(0x318)]||global['__workerDetails']?.[_0x25247b(0x2e7)]?.[_0x25247b(0x15a)]||global[_0x25247b(0x271)]?.[_0x25247b(0x2e7)]?.['id'];const _0x2b5ff3=_0x374d50?.['getAllData']()?.['get'](_0x3feb94);if(_0x2b5ff3&&_0x2b5ff3[TestFrameworkConstants[_0x25247b(0x319)]])_0x39d688=_0x2b5ff3[TestFrameworkConstants[_0x25247b(0x319)]];else{if(_0x4726eb[_0x25247b(0x145)]?.['titlePath'])_0x39d688=_0x4726eb['testInfo'][_0x25247b(0x2c7)];else global[_0x25247b(0x271)]?.['currentTest']?.['testInfo']?.[_0x25247b(0x2c7)]?_0x39d688=global[_0x25247b(0x271)][_0x25247b(0x2e7)][_0x25247b(0x145)][_0x25247b(0x2c7)]:_0x39d688=_0x3e8d2e[_0x25247b(0x17d)];}logger['debug'](_0x25247b(0xbd)+_0x3feb94+_0x25247b(0x141)+JSON['stringify'](_0x39d688));}else{_0x3feb94=this[_0x25247b(0x22c)](_0x4726eb);const _0x51ad27=TestInfo[_0x25247b(0x305)](_0x3feb94);let _0x1161e0=[];if(_0x51ad27&&Array[_0x25247b(0x20e)](_0x51ad27['test_tags'])&&_0x3e8d2e[_0x25247b(0x27e)](_0x51ad27['test_tags']['length'],0x0))_0x1161e0=_0x51ad27[_0x25247b(0x266)];else{if(_0x374d50){const _0x52e716=_0x3e8d2e[_0x25247b(0x129)](typeof _0x374d50[_0x25247b(0x150)],_0x3e8d2e[_0x25247b(0x257)])?_0x374d50['getData'](_0x3e8d2e[_0x25247b(0x2dc)],[]):_0x374d50[_0x25247b(0x266)]||[];Array[_0x25247b(0x20e)](_0x52e716)&&(_0x1161e0=_0x52e716);}}_0x39d688=_0x1161e0;}logger['info'](_0x25247b(0x1ff)+JSON[_0x25247b(0x242)](_0x39d688));const _0x43e60a=this['isPlatformSupported'](_0x1898b1,_0x4726eb['platformCaps'],_0x4726eb['launchCaps']);logger[_0x25247b(0x113)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x43e60a+_0x25247b(0x21d)+this['isAppAccessibility']);const _0x492de0=this[_0x25247b(0x1c2)](_0x39d688,_0x1898b1,_0x21c84d),_0x937acd=_0x3e8d2e[_0x25247b(0x2b6)](_0x43e60a,_0x492de0),_0x136bec=CLIUtils['getCurrentInstanceName']();this[_0x25247b(0xfd)]['set'](_0x136bec,_0x937acd),global[_0x25247b(0x1cc)]?.['getContext']&&global[_0x25247b(0x1cc)][_0x25247b(0x31b)]()[_0x25247b(0x22f)](_0x937acd),logger[_0x25247b(0x113)](_0x25247b(0x1c3)+(_0x1898b1?.[_0x25247b(0x1e5)]?.()||_0x3e8d2e['HXTPc'])+_0x25247b(0xf6)+_0x937acd),_0x937acd?(global[_0x25247b(0x169)]=!![],process['env'][_0x25247b(0x2ef)]=_0x3e8d2e['dMUfO'],this[_0x25247b(0x19e)]()):global[_0x25247b(0x169)]=![];}catch(_0x478d5f){logger[_0x25247b(0x237)](_0x25247b(0x25c)+(_0x478d5f[_0x25247b(0x25b)]||_0x478d5f[_0x25247b(0x1dc)]));const _0x10de3b=CLIUtils[_0x25247b(0x1a3)]();this[_0x25247b(0xfd)][_0x25247b(0xd8)](_0x10de3b,![]),global['accessibilityPlatform']=![];}}[a110_0xc523e5(0xc0)](){const _0x2006ab=a110_0xc523e5;return this[_0x2006ab(0x314)][_0x2006ab(0x1e6)](_0x48062d=>_0x48062d[_0x2006ab(0x250)]()===_0x2006ab(0x245))?.[_0x2006ab(0x2d8)]()||'';}[a110_0xc523e5(0x1ba)](_0x1cd2fe){const _0x294f78=a110_0xc523e5;try{const _0x4aa848=this[_0x294f78(0x281)]?.[_0x294f78(0x1a2)]?.['capabilitiesList']||[],_0x40a980=_0x4aa848[_0x294f78(0x1e6)](_0x585398=>_0x585398['name']===_0x1cd2fe);return _0x40a980?_0x40a980[_0x294f78(0x256)]:null;}catch(_0x27af8f){return logger[_0x294f78(0x113)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1cd2fe+':\x20'+_0x27af8f[_0x294f78(0x1dc)]),null;}}async[a110_0xc523e5(0x29d)](_0x20c526,_0x47edac){const _0x5cb496=a110_0xc523e5,_0x5939f2=_0x20c526[_0x5cb496(0x1d2)]()[_0x5cb496(0x23d)]();this[_0x5cb496(0xef)](_0x5939f2),this['capabilities']=_0x5939f2['getCapabilitiesList'](),await this[_0x5cb496(0xe3)](this[_0x5cb496(0x314)],_0x47edac['launchCaps']);}[a110_0xc523e5(0xef)](_0x26b465){const _0x14bcd8=a110_0xc523e5,_0x4286ac={};_0x4286ac[_0x14bcd8(0x24b)]=function(_0x5f580c,_0x71b1a3){return _0x5f580c>_0x71b1a3;},_0x4286ac[_0x14bcd8(0xd5)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json',_0x4286ac[_0x14bcd8(0x1de)]=_0x14bcd8(0x214);const _0x5202ac=_0x4286ac;try{const _0x163c0f=_0x26b465[_0x14bcd8(0x1d5)](),_0x4803be=_0x26b465[_0x14bcd8(0x1ad)]()?.[_0x14bcd8(0xf8)]();_0x163c0f&&_0x5202ac[_0x14bcd8(0x24b)](_0x163c0f[_0x14bcd8(0xff)],0x0)?(scripts[_0x14bcd8(0x2d6)](_0x163c0f,_0x4803be),scripts[_0x14bcd8(0x14d)](),logger[_0x14bcd8(0x113)](_0x5202ac[_0x14bcd8(0xd5)])):logger[_0x14bcd8(0x113)](_0x5202ac[_0x14bcd8(0x1de)]);}catch(_0x15f1f9){logger[_0x14bcd8(0x113)](_0x14bcd8(0x11b)+_0x15f1f9[_0x14bcd8(0x1dc)]);}}async[a110_0xc523e5(0xe3)](_0x1cf52c,_0x39a5ea={}){const _0x13dac6=a110_0xc523e5,_0x234b8a={'KkmJs':_0x13dac6(0x213),'VvnbV':_0x13dac6(0x1f7),'EmbNf':function(_0x3e0feb,_0x3ebcab){return _0x3e0feb===_0x3ebcab;},'TPaCW':_0x13dac6(0x128),'mGuuq':function(_0x495a1d,_0x26ab42){return _0x495a1d(_0x26ab42);},'MkKEG':'crypto','YPlKF':_0x13dac6(0x172),'EiLQm':_0x13dac6(0x209),'itPlV':function(_0x1af15b,_0x4a6ee3){return _0x1af15b||_0x4a6ee3;},'tvjmA':_0x13dac6(0x27b),'QbOtn':'../../../helpers/accessibility-automation/helper','iHqDF':function(_0x2dbf92,_0x4a4cb8){return _0x2dbf92(_0x4a4cb8);},'DpuXD':'../../../helpers/helper','fPlKq':function(_0xb47781,_0x43d4b8){return _0xb47781(_0x43d4b8);},'BpMQc':_0x13dac6(0x10a),'gNTPw':'browserstack.accessibilityOptions.wcagVersion','eRIao':_0x13dac6(0x297),'fIXDQ':_0x13dac6(0x101),'XxsSS':function(_0x2dbba4,_0x275ead){return _0x2dbba4===_0x275ead;},'dwQFz':'scannerProcessingTimeout','gHNig':_0x13dac6(0x2fe),'Ehtgp':_0x13dac6(0xfc),'GMHQI':function(_0x179e27,_0x4b59e1){return _0x179e27===_0x4b59e1;},'RYHCa':'true'};global[_0x13dac6(0x226)]=global[_0x13dac6(0x226)]||{};const _0x58c27e=Array['isArray'](_0x1cf52c)?_0x1cf52c['length']:_0x234b8a[_0x13dac6(0x151)];logger[_0x13dac6(0x113)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x58c27e+_0x13dac6(0xdc)+(process[_0x13dac6(0x133)][_0x13dac6(0x17f)]||_0x234b8a[_0x13dac6(0x2a4)])+_0x13dac6(0x264)+process[_0x13dac6(0x2d3)]);for(const _0xcf2da1 of _0x1cf52c){logger[_0x13dac6(0x113)](_0x13dac6(0x1e1)+_0xcf2da1[_0x13dac6(0x250)]());if(_0x234b8a[_0x13dac6(0x1da)](_0xcf2da1['getName'](),_0x234b8a[_0x13dac6(0x276)])){const _0x2fc007=_0xcf2da1[_0x13dac6(0x2d8)](),_0x175701=_0x2fc007?_0x234b8a[_0x13dac6(0x30e)](require,_0x234b8a[_0x13dac6(0x185)])[_0x13dac6(0x13c)](_0x234b8a[_0x13dac6(0xca)])[_0x13dac6(0x137)](_0x2fc007)[_0x13dac6(0x307)](_0x234b8a[_0x13dac6(0x153)])[_0x13dac6(0x21a)](0x0,0x8):'';logger[_0x13dac6(0x105)](_0x13dac6(0x2b4)+_0x234b8a[_0x13dac6(0x155)](_0x2fc007,'')[_0x13dac6(0xff)]+_0x13dac6(0x16a)+_0x175701+'\x20worker=\x22'+(process[_0x13dac6(0x133)]['JEST_WORKER_ID']||_0x234b8a[_0x13dac6(0x2a4)])+_0x13dac6(0x264)+process[_0x13dac6(0x2d3)]),process[_0x13dac6(0x133)]['BS_A11Y_JWT']=_0x2fc007,global[_0x13dac6(0x226)][_0x234b8a['tvjmA']]=_0x2fc007;const _0x274e89=_0x234b8a['mGuuq'](require,_0x234b8a[_0x13dac6(0x109)]),{isTrue:_0x2b0cb2}=_0x234b8a['iHqDF'](require,_0x234b8a[_0x13dac6(0xd1)]),_0x505d71=_0x274e89[_0x13dac6(0x187)](_0x2fc007);_0x505d71&&_0x234b8a[_0x13dac6(0x1df)](_0x2b0cb2,_0x505d71[_0x13dac6(0xb9)])&&(process[_0x13dac6(0x133)][_0x13dac6(0x24c)]=!![]);}else{if(_0x234b8a[_0x13dac6(0x1da)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a[_0x13dac6(0x220)]))global[_0x13dac6(0x226)][_0x234b8a['gNTPw']]=_0xcf2da1[_0x13dac6(0x2d8)]();else{if(_0x234b8a[_0x13dac6(0x1da)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a[_0x13dac6(0x1ca)]))global[_0x13dac6(0x226)][_0x234b8a['fIXDQ']]=_0xcf2da1[_0x13dac6(0x2d8)]();else{if(_0x234b8a[_0x13dac6(0x10b)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a['dwQFz']))global['__accessibilityOptions'][_0x234b8a[_0x13dac6(0x1fa)]]=_0xcf2da1[_0x13dac6(0x2d8)]();else{if(_0x234b8a[_0x13dac6(0x10b)](_0xcf2da1[_0x13dac6(0x250)](),_0x234b8a[_0x13dac6(0x2a3)])){const _0x353db5=_0xcf2da1[_0x13dac6(0x2d8)]();process[_0x13dac6(0x133)][_0x13dac6(0x28d)]=_0x234b8a[_0x13dac6(0x1c4)](String,_0x234b8a['GMHQI'](_0x353db5,!![])||_0x234b8a['GMHQI'](_0x353db5,_0x234b8a[_0x13dac6(0x1a9)])),logger[_0x13dac6(0x113)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x353db5+_0x13dac6(0xe2)+process[_0x13dac6(0x133)][_0x13dac6(0x28d)]);}}}}}}}async[a110_0xc523e5(0x202)](_0x28b793){const _0x4f4755=a110_0xc523e5,_0x73b223={};_0x73b223[_0x4f4755(0x208)]=function(_0x4de246,_0x654f6){return _0x4de246!==_0x654f6;},_0x73b223['rBaoz']=_0x4f4755(0x121),_0x73b223[_0x4f4755(0xf4)]=function(_0x5d8708,_0x2de8c4){return _0x5d8708!==_0x2de8c4;},_0x73b223[_0x4f4755(0x16c)]=_0x4f4755(0xd2),_0x73b223[_0x4f4755(0x20b)]=_0x4f4755(0x246),_0x73b223[_0x4f4755(0x29f)]=function(_0x377afb,_0x27fa13){return _0x377afb!==_0x27fa13;},_0x73b223[_0x4f4755(0x164)]=_0x4f4755(0x12a);const _0x18e840=_0x73b223;if(_0x18e840[_0x4f4755(0x208)](_0x28b793[_0x4f4755(0x11f)],_0x18e840[_0x4f4755(0xdb)])&&_0x18e840[_0x4f4755(0xf4)](_0x28b793[_0x4f4755(0x11f)],_0x18e840[_0x4f4755(0x16c)])&&_0x18e840[_0x4f4755(0xf4)](_0x28b793['testFramework'],_0x18e840[_0x4f4755(0x20b)])&&_0x18e840[_0x4f4755(0x29f)](_0x28b793[_0x4f4755(0x11f)],FRAMEWORKS[_0x4f4755(0x1dd)])){logger[_0x4f4755(0x113)](_0x4f4755(0x2ae)+_0x28b793['testFramework']+')');return;}const _0x4198ff=_0x28b793[_0x4f4755(0x145)]?.['testAnalyticsId']||_0x28b793[_0x4f4755(0x145)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x4f4755(0x105)](_0x4f4755(0x302)+_0x28b793['testFramework']+',\x20testIdentifier='+_0x4198ff);try{const _0x25fcfa=_0x28b793['instance']||AutomationFramework[_0x4f4755(0x21c)](),_0x23983f=CLIUtils[_0x4f4755(0x1a3)](),_0x80e728=this[_0x4f4755(0x2fd)]();logger['debug'](_0x4f4755(0x1c3)+(_0x25fcfa?.[_0x4f4755(0x1e5)]?.()||_0x18e840[_0x4f4755(0x164)])+_0x4f4755(0xed)+_0x80e728),_0x80e728&&await this['stopTestCapture'](_0x25fcfa,_0x28b793),this[_0x4f4755(0xfd)][_0x4f4755(0x31c)](_0x23983f),this[_0x4f4755(0x1f8)]['delete'](_0x23983f);}catch(_0x264daa){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x264daa['stack']||_0x264daa[_0x4f4755(0x1dc)]));}}async[a110_0xc523e5(0x2ea)](_0x5b393e,_0x26267d){const _0x44a747=a110_0xc523e5,_0x1e0c24={};_0x1e0c24['CzcbT']=function(_0x542039,_0x1f0554){return _0x542039===_0x1f0554;},_0x1e0c24['gjWgk']='function',_0x1e0c24[_0x44a747(0x1b0)]=function(_0x1cffe7,_0x245456){return _0x1cffe7===_0x245456;},_0x1e0c24[_0x44a747(0x146)]=_0x44a747(0xd2),_0x1e0c24['aHBnM']=_0x44a747(0x121),_0x1e0c24[_0x44a747(0xfb)]=function(_0x13f3df,_0x2098ef){return _0x13f3df===_0x2098ef;},_0x1e0c24[_0x44a747(0x2ba)]=_0x44a747(0xc1),_0x1e0c24[_0x44a747(0x240)]=_0x44a747(0xfd),_0x1e0c24[_0x44a747(0x223)]=_0x44a747(0x258),_0x1e0c24[_0x44a747(0x283)]=_0x44a747(0x12a),_0x1e0c24[_0x44a747(0x1e8)]='present',_0x1e0c24['IvGpU']=_0x44a747(0x148),_0x1e0c24[_0x44a747(0xcb)]=function(_0x4dbcd7,_0xe092df){return _0x4dbcd7===_0xe092df;},_0x1e0c24['uqtFp']=function(_0x593a13,_0xdfed46){return _0x593a13||_0xdfed46;},_0x1e0c24[_0x44a747(0x290)]=function(_0x17022e,_0x56c92e){return _0x17022e||_0x56c92e;},_0x1e0c24[_0x44a747(0x1f9)]=_0x44a747(0x234),_0x1e0c24[_0x44a747(0x293)]='AUTOMATION_SESSIONS',_0x1e0c24[_0x44a747(0x123)]=_0x44a747(0x149);const _0x5d0346=_0x1e0c24;try{const _0x71291d=_0x26267d[_0x44a747(0x11f)]||(_0x5d0346[_0x44a747(0x1b0)](this[_0x44a747(0x2c9)]?.[_0x44a747(0x2f5)]?.[_0x44a747(0x239)](),_0x5d0346[_0x44a747(0x146)])?_0x5d0346[_0x44a747(0x146)]:_0x5d0346[_0x44a747(0x196)]);let _0x211d8f='',_0x1b684b=null,_0xd50b7a=null;if(_0x5d0346['BtHrc'](_0x71291d,_0x5d0346['qOdDY'])){_0x1b684b=_0x26267d[_0x44a747(0x145)]?.[_0x44a747(0x15a)]||_0x26267d[_0x44a747(0x145)]?.['id']||global[_0x44a747(0x318)];if(!_0x1b684b){logger[_0x44a747(0x2b5)](_0x5d0346[_0x44a747(0x2ba)]);return;}try{const _0x4661b2=await GrpcClient['getInstance']()[_0x44a747(0x104)](process[_0x44a747(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5d0346[_0x44a747(0x240)],_0x5d0346[_0x44a747(0x223)],_0x1b684b),_0x6b9359=AccessibilityModule[_0x44a747(0x2b2)](null,_0x4661b2);_0x211d8f=_0x6b9359?.[_0x44a747(0x119)]||'',logger['debug'](_0x44a747(0x229)+_0x211d8f+_0x44a747(0x1b8)+_0x1b684b),_0xd50b7a=_0x4661b2;}catch(_0x78388f){logger[_0x44a747(0x237)](_0x44a747(0x217)+_0x78388f[_0x44a747(0x1dc)]);return;}}else{const _0x73f983=this[_0x44a747(0x22c)](_0x26267d);_0x211d8f=TestInfo['getTestUUID'](_0x73f983);}const _0x14cf8c=((()=>{const _0x21854a=_0x44a747,_0x326445=(this[_0x21854a(0x281)]?.[_0x21854a(0x1a2)]?.['capabilitiesList']||[])['find'](_0x4e9425=>(typeof _0x4e9425[_0x21854a(0x250)]===_0x21854a(0x1b4)?_0x4e9425[_0x21854a(0x250)]():_0x4e9425['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x326445?_0x5d0346[_0x21854a(0x280)](typeof _0x326445[_0x21854a(0x2d8)],_0x5d0346[_0x21854a(0x259)])?_0x326445['getValue']():_0x326445[_0x21854a(0x256)]:'';})()),_0x15be2a=process['env'][_0x44a747(0x1bf)]||'';logger['debug'](_0x44a747(0x1c3)+(_0x5b393e?.[_0x44a747(0x1e5)]?.()||_0x5d0346[_0x44a747(0x283)])+']\x20clear\x20'+_0x211d8f+_0x44a747(0x2c6)+_0x14cf8c+'\x20a11yToken='+(_0x15be2a?_0x5d0346['jNTUu']:_0x5d0346['IvGpU']));let _0x4f3bd;if(_0x5d0346[_0x44a747(0xcb)](_0x71291d,_0x5d0346[_0x44a747(0x146)]))_0x4f3bd=AccessibilityModule[_0x44a747(0x2b2)](_0x211d8f,_0xd50b7a);else{const _0x4dd9d8=await GrpcClient['getInstance']()[_0x44a747(0x104)](process[_0x44a747(0x133)][_0x44a747(0x26b)],_0x5d0346[_0x44a747(0x240)],_0x5d0346[_0x44a747(0x223)]);_0x4f3bd=AccessibilityModule[_0x44a747(0x2b2)](_0x211d8f,_0x4dd9d8);}logger['debug']('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x44a747(0x242)](_0x4f3bd));const _0x4b869c=Object[_0x44a747(0x2d1)]({},{'thTestRunUuid':_0x5d0346[_0x44a747(0x1f1)](_0x211d8f,''),'thBuildUuid':_0x5d0346[_0x44a747(0x1f1)](_0x14cf8c,''),'thJwtToken':_0x5d0346[_0x44a747(0x290)](_0x15be2a,'')},_0x4f3bd);!this['isAppAccessibility']&&this[_0x44a747(0x25f)]()&&(_0x4b869c[_0x44a747(0x286)]=!![],logger[_0x44a747(0x113)](_0x5d0346[_0x44a747(0x1f9)]));logger['debug'](_0x44a747(0x2b0)+_0x211d8f+_0x44a747(0x21d)+this[_0x44a747(0x235)]);let _0x1f1278=global[_0x44a747(0x271)]?.[_0x44a747(0x1d6)]||null;!_0x1f1278&&(_0x1f1278=AutomationFramework[_0x44a747(0x269)](_0x5b393e,_0x5d0346[_0x44a747(0x293)],null)),!_0x1f1278&&(_0x1f1278=AutomationFramework[_0x44a747(0x269)](_0x5b393e,_0x5d0346[_0x44a747(0x123)],null)),await this[_0x44a747(0x142)](this[_0x44a747(0x2fd)](),_0x211d8f,_0x1f1278,_0x4b869c,this[_0x44a747(0x235)]);}catch(_0x5314c0){logger[_0x44a747(0x237)](_0x44a747(0x236)+(_0x5314c0[_0x44a747(0x25b)]||_0x5314c0['message']));}}async[a110_0xc523e5(0x142)](_0x4912cf,_0x1c3797,_0x277b64,_0xf55d7f,_0x2d9612){const _0x3a58fb=a110_0xc523e5,_0x594b00={};_0x594b00[_0x3a58fb(0x2b3)]=_0x3a58fb(0x258),_0x594b00[_0x3a58fb(0x273)]=function(_0x6dd354,_0xb537b3){return _0x6dd354&&_0xb537b3;},_0x594b00[_0x3a58fb(0x2d2)]=_0x3a58fb(0xf9),_0x594b00[_0x3a58fb(0x285)]=function(_0x51de8b,_0xf6af49){return _0x51de8b===_0xf6af49;},_0x594b00[_0x3a58fb(0x1b3)]=_0x3a58fb(0x148),_0x594b00[_0x3a58fb(0x186)]=_0x3a58fb(0x183),_0x594b00[_0x3a58fb(0x2af)]=_0x3a58fb(0x111),_0x594b00[_0x3a58fb(0x298)]=_0x3a58fb(0x1d9),_0x594b00['utrsq']=_0x3a58fb(0x1a6),_0x594b00[_0x3a58fb(0x2d0)]=function(_0x55f7f3,_0x125494){return _0x55f7f3&&_0x125494;},_0x594b00['gyyHc']=_0x3a58fb(0xc6),_0x594b00[_0x3a58fb(0x30f)]=_0x3a58fb(0x274),_0x594b00[_0x3a58fb(0x14f)]=_0x3a58fb(0x2ab);const _0x46f6b4=_0x594b00;try{const _0x34d1d7=this[_0x3a58fb(0x1fb)](_0x46f6b4[_0x3a58fb(0x2b3)]);if(_0x46f6b4[_0x3a58fb(0x273)](!_0x2d9612,!_0x34d1d7)){logger['debug'](_0x46f6b4[_0x3a58fb(0x2d2)]);return;}if(!_0x1c3797||_0x46f6b4[_0x3a58fb(0x285)](_0x1c3797,_0x46f6b4[_0x3a58fb(0x1b3)])||_0x46f6b4[_0x3a58fb(0x285)](_0x1c3797,'')){logger[_0x3a58fb(0x113)](_0x46f6b4[_0x3a58fb(0x186)]);return;}logger[_0x3a58fb(0x113)](_0x3a58fb(0x173)+JSON[_0x3a58fb(0x242)](_0xf55d7f)),_0x4912cf&&(logger[_0x3a58fb(0x113)](_0x46f6b4[_0x3a58fb(0x2af)]),await this[_0x3a58fb(0x243)](_0x277b64,_0x1c3797,_0x46f6b4[_0x3a58fb(0x298)],_0xf55d7f,_0x2d9612,_0x46f6b4[_0x3a58fb(0x303)]),_0x46f6b4[_0x3a58fb(0x2d0)](!_0x2d9612,_0x34d1d7)&&(logger[_0x3a58fb(0x113)](_0x46f6b4['gyyHc']),await PerformanceTester['measureWrapper'](_0x46f6b4[_0x3a58fb(0x30f)],async()=>{const _0x9c940e=_0x3a58fb;await this[_0x9c940e(0x243)](_0x277b64,_0x1c3797,_0x46f6b4[_0x9c940e(0x2b3)],_0xf55d7f,_0x2d9612,_0x46f6b4[_0x9c940e(0x2b3)]);})()),logger[_0x3a58fb(0x105)](_0x46f6b4[_0x3a58fb(0x14f)]));}catch(_0x469bd7){logger[_0x3a58fb(0x237)](_0x3a58fb(0x2e0)+(_0x469bd7[_0x3a58fb(0x25b)]||_0x469bd7[_0x3a58fb(0x1dc)]));}}async[a110_0xc523e5(0x18c)](_0x59da33){const _0x1c283f=a110_0xc523e5,_0x23b1bf={};_0x23b1bf[_0x1c283f(0x1f2)]=function(_0x46c3bb,_0x1c6e97){return _0x46c3bb!==_0x1c6e97;},_0x23b1bf[_0x1c283f(0x110)]=_0x1c283f(0x121),_0x23b1bf['DwzhW']=_0x1c283f(0xd2),_0x23b1bf['yTVvA']=function(_0x31a5c6,_0x2c77f3){return _0x31a5c6!==_0x2c77f3;},_0x23b1bf[_0x1c283f(0x18b)]=_0x1c283f(0x246),_0x23b1bf[_0x1c283f(0x1ae)]=function(_0x1a3bfc,_0x1d7587){return _0x1a3bfc!==_0x1d7587;},_0x23b1bf['wrZGf']=_0x1c283f(0x12a),_0x23b1bf[_0x1c283f(0x30a)]=_0x1c283f(0x27a),_0x23b1bf[_0x1c283f(0x2a0)]=function(_0x472a60,_0x5652f0){return _0x472a60&&_0x5652f0;},_0x23b1bf['nNlZB']=function(_0x2128f9,_0x4a78e6){return _0x2128f9===_0x4a78e6;},_0x23b1bf['uohFW']='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x23b1bf[_0x1c283f(0x31a)]='accessibility',_0x23b1bf[_0x1c283f(0x24f)]=_0x1c283f(0x277),_0x23b1bf[_0x1c283f(0x11a)]=function(_0x3e54ec,_0x55bc0a){return _0x3e54ec===_0x55bc0a;},_0x23b1bf[_0x1c283f(0x203)]=_0x1c283f(0x10e),_0x23b1bf[_0x1c283f(0x1e2)]=_0x1c283f(0x184),_0x23b1bf[_0x1c283f(0x225)]=function(_0x31c984,_0x4dd4a9){return _0x31c984===_0x4dd4a9;},_0x23b1bf[_0x1c283f(0x17c)]=_0x1c283f(0x1a6),_0x23b1bf['IDdfW']=_0x1c283f(0x148);const _0x4d50c9=_0x23b1bf;if(_0x4d50c9[_0x1c283f(0x1f2)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x110)])&&_0x4d50c9[_0x1c283f(0x1f2)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x224)])&&_0x4d50c9[_0x1c283f(0x1b9)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x18b)])&&_0x4d50c9[_0x1c283f(0x1ae)](_0x59da33[_0x1c283f(0x11f)],FRAMEWORKS[_0x1c283f(0x1dd)])){logger[_0x1c283f(0x113)](_0x1c283f(0x1ce)+_0x59da33[_0x1c283f(0x11f)]+')');return;}logger[_0x1c283f(0x113)](_0x1c283f(0xdd)+(_0x59da33[_0x1c283f(0x28b)]||_0x4d50c9[_0x1c283f(0x317)])+',\x20framework='+_0x59da33[_0x1c283f(0x11f)]);try{const _0x2ba581=_0x59da33[_0x1c283f(0x204)]||AutomationFramework[_0x1c283f(0x21c)](),_0x3535c2=TestFramework[_0x1c283f(0x21c)](),_0x26af7a=_0x59da33[_0x1c283f(0x28b)]||_0x59da33[_0x1c283f(0x22e)]?.[_0x1c283f(0x250)]();if(!_0x26af7a){logger[_0x1c283f(0x113)](_0x4d50c9[_0x1c283f(0x30a)]);return;}if(!this[_0x1c283f(0x2fd)]()){logger[_0x1c283f(0x113)](_0x1c283f(0x168)+_0x26af7a);return;}if(!this['shouldScanForCommand'](_0x26af7a)){logger[_0x1c283f(0x113)](_0x1c283f(0x2dd)+_0x26af7a+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x45e88f=_0x59da33[_0x1c283f(0x251)]||global[_0x1c283f(0x271)]?.[_0x1c283f(0x1d6)],_0x345624=_0x59da33[_0x1c283f(0x18e)]||null;if(_0x4d50c9['MYyMQ'](!_0x45e88f,!_0x345624)){logger[_0x1c283f(0x113)](_0x1c283f(0xd4)+_0x26af7a);return;}let _0x52d167='',_0x3bf0bf=null;if(_0x4d50c9[_0x1c283f(0x2cd)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9['DwzhW'])){_0x3bf0bf=_0x59da33[_0x1c283f(0x145)]?.['testAnalyticsId']||_0x59da33[_0x1c283f(0x145)]?.['id']||global[_0x1c283f(0x318)];if(!_0x3bf0bf){logger[_0x1c283f(0x2b5)](_0x4d50c9[_0x1c283f(0x1c1)]);return;}try{const _0x5bb246=await GrpcClient['getInstance']()[_0x1c283f(0x104)](process[_0x1c283f(0x133)][_0x1c283f(0x26b)],_0x4d50c9[_0x1c283f(0x31a)],_0x4d50c9[_0x1c283f(0x24f)],_0x3bf0bf),_0x19419e=AccessibilityModule[_0x1c283f(0x2b2)](null,_0x5bb246);_0x52d167=_0x19419e?.[_0x1c283f(0x119)]||'',logger[_0x1c283f(0x113)](_0x1c283f(0x1c6)+_0x52d167+_0x1c283f(0x1b8)+_0x3bf0bf);}catch(_0x5ea752){logger[_0x1c283f(0x237)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5ea752[_0x1c283f(0x1dc)]);return;}}else _0x4d50c9[_0x1c283f(0x11a)](_0x59da33[_0x1c283f(0x11f)],FRAMEWORKS[_0x1c283f(0x1dd)])?_0x52d167=_0x59da33[_0x1c283f(0x180)]||'':(_0x52d167=this[_0x1c283f(0x1ba)](_0x4d50c9[_0x1c283f(0x203)])||'',!_0x52d167&&this[_0x1c283f(0x25f)]()&&(_0x52d167=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x34964e=this[_0x1c283f(0x1ba)](_0x4d50c9[_0x1c283f(0x1e2)])||this[_0x1c283f(0x281)][this[_0x1c283f(0x24e)]]||null,_0x387776=process['env'][_0x1c283f(0x1bf)]||'',_0x4b4a4e=this[_0x1c283f(0x2c2)](_0x26af7a,_0x52d167,_0x34964e,_0x387776),_0xfd00d5=_0x4d50c9[_0x1c283f(0x225)](_0x59da33[_0x1c283f(0x11f)],_0x4d50c9[_0x1c283f(0x224)])?await AccessibilityModule[_0x1c283f(0x2b8)](_0x4d50c9[_0x1c283f(0x17c)],_0x52d167,_0x3bf0bf):await AccessibilityModule[_0x1c283f(0x2b8)](_0x4d50c9['nuuCJ'],_0x52d167);logger[_0x1c283f(0x105)](_0x1c283f(0x181)+(_0x4b4a4e?JSON[_0x1c283f(0x242)](_0x4b4a4e):_0x4d50c9[_0x1c283f(0x1f0)]));let _0x4ebecd=CLIUtils[_0x1c283f(0x1e7)](_0x4b4a4e,_0xfd00d5);if(this['isAppAccessibility']){const _0xfae214=process[_0x1c283f(0x133)]['BS_A11Y_JWT']||'';_0x4ebecd['centralAuthToken']&&(_0x4ebecd[_0x1c283f(0xd0)]=_0x4ebecd[_0x1c283f(0x194)],delete _0x4ebecd[_0x1c283f(0x194)]),_0x4ebecd=Object[_0x1c283f(0x2d1)]({},_0x4ebecd,{'authHeader':_0x4ebecd[_0x1c283f(0x1e9)]||_0xfae214,'method':_0x26af7a,'scanTimestamp':Date['now']()[_0x1c283f(0x21e)]()});}logger['info'](_0x1c283f(0x1a5)+(_0x4ebecd?JSON[_0x1c283f(0x242)](_0x4ebecd):_0x4d50c9[_0x1c283f(0x1f0)])),logger[_0x1c283f(0x113)](_0x1c283f(0x17a)+_0x26af7a);const _0x18333a=this['isAppAccessibility']?_0x345624:_0x45e88f,_0x232e66=await this[_0x1c283f(0x243)](_0x18333a,_0x52d167,_0x26af7a,_0x4ebecd,this[_0x1c283f(0x235)]);logger[_0x1c283f(0x113)](_0x1c283f(0x1ea)+_0x26af7a+_0x1c283f(0xe5)+JSON[_0x1c283f(0x242)](_0x232e66));}catch(_0x8154d0){logger[_0x1c283f(0x237)](_0x1c283f(0x2fa)+(_0x8154d0['stack']||_0x8154d0[_0x1c283f(0x1dc)]));}}[a110_0xc523e5(0xd3)](){const _0x4d35b7=a110_0xc523e5;return this[_0x4d35b7(0x2fd)]();}[a110_0xc523e5(0x198)](_0x501476){const _0x2ff623=a110_0xc523e5,_0x592641=CLIUtils['getCurrentInstanceName']();this[_0x2ff623(0xfd)][_0x2ff623(0xd8)](_0x592641,_0x501476);}async[a110_0xc523e5(0x13d)](_0x1de708){const _0x2789b2=a110_0xc523e5,_0x21d304={};_0x21d304[_0x2789b2(0x205)]='unknown';const _0x666916=_0x21d304;try{const _0x31fd45=_0x1de708[_0x2789b2(0x204)]||AutomationFramework['getTrackedInstance'](),_0x465388=_0x31fd45?.[_0x2789b2(0x150)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x465388)return;PerformanceTester['start'](EVENTS[_0x2789b2(0x289)]);const _0x12add2=await GrpcClient[_0x2789b2(0x1b1)]()[_0x2789b2(0xc4)](_0x1de708);_0x12add2&&_0x12add2[_0x2789b2(0x1d2)]&&_0x12add2[_0x2789b2(0x1d2)]()&&_0x12add2[_0x2789b2(0x1d2)]()[_0x2789b2(0x16e)]()?(await this[_0x2789b2(0x144)](_0x12add2,_0x1de708),_0x31fd45?.[_0x2789b2(0x150)]&&_0x31fd45[_0x2789b2(0x150)]()['set'](this['KEY_INIT'],!![]),logger[_0x2789b2(0x113)](_0x2789b2(0x1c3)+(_0x31fd45?.['getPlatformIndex']?.()||_0x666916[_0x2789b2(0x205)])+_0x2789b2(0x120))):logger[_0x2789b2(0x113)]('[platform\x20-\x20'+(_0x31fd45?.['getPlatformIndex']?.()||_0x666916[_0x2789b2(0x205)])+_0x2789b2(0x197)),PerformanceTester[_0x2789b2(0x167)](EVENTS[_0x2789b2(0x289)]);}catch(_0x56ae73){PerformanceTester['end'](EVENTS[_0x2789b2(0x289)],![],_0x56ae73[_0x2789b2(0x1dc)]),logger['error'](_0x2789b2(0x26e)+(_0x56ae73['stack']||_0x56ae73['message']));}}async['loadAccessibilityConfig'](_0x3a3582,_0x96a4a1){const _0x30c9bd=a110_0xc523e5;await this[_0x30c9bd(0x29d)](_0x3a3582,_0x96a4a1);const _0x54e7a9=_0x3a3582[_0x30c9bd(0x1d2)]()[_0x30c9bd(0x23d)]();if(_0x54e7a9){const _0x2a4347=_0x3a3582['getTesthub']&&_0x3a3582[_0x30c9bd(0x191)]();_0x2a4347&&(this[_0x30c9bd(0x281)][this[_0x30c9bd(0x24e)]]=_0x2a4347[_0x30c9bd(0x1fc)]&&_0x2a4347[_0x30c9bd(0x1fc)]());}}['shouldScanForCommand'](_0x47a6cf){const _0xb288b9=a110_0xc523e5,_0x452316={};_0x452316[_0xb288b9(0x158)]=function(_0x362b1c,_0xa2e95){return _0x362b1c===_0xa2e95;};const _0x3a2035=_0x452316;try{if(!_0x47a6cf)return![];const _0x362c5d=this['accessibilityConfig']?.[_0xb288b9(0x1a2)]?.[_0xb288b9(0x2ed)]?.[_0xb288b9(0x2bf)]||[],_0x1ed3b7=_0x362c5d[_0xb288b9(0x1c0)](_0x5de554=>{const _0x3b30d0=_0xb288b9;return _0x5de554[_0x3b30d0(0x2f5)]&&_0x3a2035[_0x3b30d0(0x158)](_0x5de554['name'][_0x3b30d0(0x239)](),_0x47a6cf[_0x3b30d0(0x239)]());});return logger[_0xb288b9(0x113)](_0xb288b9(0x13a)+_0x47a6cf+_0xb288b9(0x15b)+_0x1ed3b7+_0xb288b9(0x30c)+JSON[_0xb288b9(0x242)](_0x362c5d[_0xb288b9(0x315)](_0x263cb0=>_0x263cb0[_0xb288b9(0x2f5)]))),_0x1ed3b7;}catch(_0x49b1be){return logger[_0xb288b9(0x113)](_0xb288b9(0x11c)+_0x49b1be[_0xb288b9(0x1dc)]),![];}}[a110_0xc523e5(0x1a0)](_0x3399d2){const _0x327764=a110_0xc523e5,_0x1fd0ff={};_0x1fd0ff['PbhSV']=function(_0x4c1c44,_0x523d54){return _0x4c1c44===_0x523d54;},_0x1fd0ff[_0x327764(0x2ee)]=_0x327764(0xcf),_0x1fd0ff[_0x327764(0x15c)]=_0x327764(0x291);const _0x41c531=_0x1fd0ff,_0x364fdc=_0x3399d2[_0x327764(0x13b)]&&_0x3399d2[_0x327764(0x13b)]();return _0x364fdc&&_0x41c531[_0x327764(0xd6)](typeof _0x364fdc,_0x41c531['ohvHt'])&&_0x364fdc[_0x327764(0xc8)](_0x41c531[_0x327764(0x15c)]);}[a110_0xc523e5(0x160)](_0x12ec6c){const _0x33d6bc=a110_0xc523e5,_0x4977ea={};_0x4977ea[_0x33d6bc(0x2be)]=function(_0x1cfe08,_0x27e01d){return _0x1cfe08!==_0x27e01d;},_0x4977ea[_0x33d6bc(0x2db)]=_0x33d6bc(0xcf),_0x4977ea[_0x33d6bc(0xc9)]=_0x33d6bc(0xfd),_0x4977ea[_0x33d6bc(0x1aa)]=_0x33d6bc(0x277),_0x4977ea[_0x33d6bc(0x2f6)]=_0x33d6bc(0xf5),_0x4977ea[_0x33d6bc(0x207)]='saveTestResults';const _0x4b32bb=_0x4977ea,_0x4051da=_0x12ec6c[_0x33d6bc(0x13b)]&&_0x12ec6c[_0x33d6bc(0x13b)]();if(!_0x4051da||_0x4b32bb['kiePs'](typeof _0x4051da,_0x4b32bb['spzrc']))return![];return _0x4051da[_0x33d6bc(0xc8)](_0x4b32bb[_0x33d6bc(0xc9)])||_0x4051da[_0x33d6bc(0xc8)](_0x4b32bb['iExho'])||_0x4051da[_0x33d6bc(0xc8)](_0x4b32bb[_0x33d6bc(0x2f6)])||_0x4051da[_0x33d6bc(0xc8)](_0x4b32bb['lVdPO']);}[a110_0xc523e5(0x25f)](){const _0x83f95f=a110_0xc523e5,_0x2f2853={'JrhHe':function(_0xf78302,_0x2f7cdc){return _0xf78302===_0x2f7cdc;},'hCPxN':'function','iFsiu':function(_0x3e7aae,_0xa3ac2){return _0x3e7aae(_0xa3ac2);},'GtcrD':'platformName','mJwnI':_0x83f95f(0x248),'ssszb':function(_0x3bb0b9,_0x28aa21){return _0x3bb0b9===_0x28aa21;},'bktbD':_0x83f95f(0x232),'vtdMs':_0x83f95f(0x1cf)};try{const _0x4f9865=this['accessibilityConfig']?.[_0x83f95f(0x1a2)]?.[_0x83f95f(0x2df)]||[],_0x5d1bfb=_0x37af36=>{const _0x429e94=_0x83f95f,_0x5c2e4c=_0x4f9865[_0x429e94(0x1e6)](_0x1fb83b=>(typeof _0x1fb83b[_0x429e94(0x250)]===_0x429e94(0x1b4)?_0x1fb83b[_0x429e94(0x250)]():_0x1fb83b[_0x429e94(0x2f5)])===_0x37af36);return _0x5c2e4c?_0x2f2853[_0x429e94(0x2e2)](typeof _0x5c2e4c[_0x429e94(0x2d8)],_0x2f2853[_0x429e94(0x2f2)])?_0x5c2e4c[_0x429e94(0x2d8)]():_0x5c2e4c['value']:null;},_0x24f195=_0x2f2853[_0x83f95f(0x1a1)](_0x5d1bfb,_0x2f2853[_0x83f95f(0x300)]),_0x473d49=_0x2f2853[_0x83f95f(0x1a1)](_0x5d1bfb,_0x2f2853[_0x83f95f(0x125)]),_0x587110=global['isMobilePlatform']||_0x24f195&&_0x2f2853['ssszb'](_0x2f2853[_0x83f95f(0x1a1)](String,_0x24f195)[_0x83f95f(0x239)](),_0x2f2853[_0x83f95f(0x230)])&&_0x473d49&&_0x2f2853[_0x83f95f(0x1a1)](String,_0x473d49)[_0x83f95f(0x239)]()[_0x83f95f(0xc8)](_0x2f2853[_0x83f95f(0x130)]);if(!_0x587110)return![];if(!accessibilityHelper[_0x83f95f(0xfc)]())return!this[_0x83f95f(0x1ab)]&&(logger[_0x83f95f(0x2b5)](accessibilityHelper[_0x83f95f(0x2a9)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x584ef0){return logger[_0x83f95f(0x113)](_0x83f95f(0x103)+_0x584ef0[_0x83f95f(0x1dc)]),![];}}[a110_0xc523e5(0x2c2)](_0x12bd5d,_0x50b677,_0x1cfe94,_0xd54474){const _0x20badb=a110_0xc523e5,_0x343f7e={};_0x343f7e[_0x20badb(0x2cb)]=function(_0x364d8f,_0x1bbf0d){return _0x364d8f||_0x1bbf0d;},_0x343f7e[_0x20badb(0x2a6)]=function(_0x248948,_0x20799a){return _0x248948&&_0x20799a;},_0x343f7e[_0x20badb(0xe1)]=function(_0x3f1c7c,_0x34d9a8){return _0x3f1c7c||_0x34d9a8;},_0x343f7e[_0x20badb(0x2ff)]=function(_0x1498cf,_0x7d531c){return _0x1498cf||_0x7d531c;},_0x343f7e[_0x20badb(0x163)]=_0x20badb(0x216);const _0x39711b=_0x343f7e;let _0xbcd266=_0x39711b[_0x20badb(0x2cb)](_0x50b677,'');const _0x3ede9f=!this[_0x20badb(0x235)]&&this[_0x20badb(0x25f)]();_0x39711b['cmGAX'](_0x3ede9f,!_0xbcd266)&&(_0xbcd266=accessibilityHelper[_0x20badb(0x210)]());const _0x21369b={'command':_0x12bd5d,'thTestRunUuid':_0xbcd266,'thBuildUuid':_0x39711b[_0x20badb(0xe1)](_0x1cfe94,''),'thJwtToken':_0x39711b[_0x20badb(0x2ff)](_0xd54474,''),'timestamp':new Date()['toISOString']()};return _0x3ede9f&&(_0x21369b[_0x20badb(0x286)]=!![],logger[_0x20badb(0x113)](_0x39711b['HXhpG'])),_0x21369b;}['getScriptByName'](_0x13a240){const _0x47f497=a110_0xc523e5,_0x53d1f7={};_0x53d1f7[_0x47f497(0x27f)]=function(_0x385405,_0x17bb35){return _0x385405||_0x17bb35;};const _0x1febbe=_0x53d1f7;try{const _0x1313fa=this['accessibilityConfig']?.[_0x47f497(0x1a2)]?.['scriptsList']||[],_0x1646bb=_0x1313fa[_0x47f497(0x1e6)](_0x87b300=>_0x87b300[_0x47f497(0x2f5)]===_0x13a240);return _0x1febbe[_0x47f497(0x27f)](_0x1646bb,null);}catch(_0x541acb){return logger[_0x47f497(0x113)](_0x47f497(0x21b)+_0x13a240+':\x20'+_0x541acb[_0x47f497(0x1dc)]),null;}}async[a110_0xc523e5(0x22d)](_0x4f0705,_0x5c9e4a,_0x294fb2=null){const _0x2deaf5=a110_0xc523e5,_0x206554={'TOWHn':function(_0xd6a352,_0x2810fb){return _0xd6a352(_0x2810fb);},'meqip':_0x2deaf5(0x1c7)};try{if(!_0x4f0705)return logger[_0x2deaf5(0x113)](_0x2deaf5(0x176)+_0x5c9e4a),null;const _0x2d1819=this[_0x2deaf5(0x1fb)](_0x5c9e4a);if(!_0x2d1819||!_0x2d1819[_0x2deaf5(0x22e)])return logger[_0x2deaf5(0x113)](_0x2deaf5(0x270)+_0x5c9e4a+_0x2deaf5(0x20c)),null;logger[_0x2deaf5(0x113)](_0x2deaf5(0xfa)+_0x5c9e4a+'\x20accessibility\x20script\x20on\x20page');const _0x130ae4=_0x206554['TOWHn'](require,_0x206554[_0x2deaf5(0x265)]),_0x33113d=_0x294fb2?await _0x130ae4[_0x2deaf5(0x154)](_0x4f0705,_0x2d1819[_0x2deaf5(0x22e)],_0x294fb2):await _0x130ae4['browserStackEvaluate'](_0x4f0705,_0x2d1819[_0x2deaf5(0x22e)]);return _0x33113d;}catch(_0x3f8a34){return logger[_0x2deaf5(0x237)](_0x2deaf5(0x20f)+_0x5c9e4a+':\x20'+(_0x3f8a34[_0x2deaf5(0x25b)]||_0x3f8a34[_0x2deaf5(0x1dc)])),null;}}async[a110_0xc523e5(0x243)](_0x478421,_0x1ee7a3,_0x322e34,_0x8f6ff7,_0x7c9f8b,_0x2a7339='scan'){const _0x3a61dd=a110_0xc523e5,_0x204aee={'lFxqD':function(_0xe6bde8,_0xdf8bc){return _0xe6bde8===_0xdf8bc;},'YxNQP':_0x3a61dd(0x1a6),'rNabF':function(_0x325296,_0x5386e8){return _0x325296(_0x5386e8);},'GtOAh':_0x3a61dd(0x1c7)};try{logger[_0x3a61dd(0x113)](_0x3a61dd(0x2d7)+_0x322e34+_0x3a61dd(0x294)+_0x2a7339+_0x3a61dd(0x21d)+_0x7c9f8b);const _0x22b166=this['getScriptByName'](_0x2a7339);if(!_0x22b166||!_0x22b166[_0x3a61dd(0x22e)]){logger[_0x3a61dd(0x113)](_0x3a61dd(0x27c)+_0x2a7339+_0x3a61dd(0x1eb));return;}if(_0x7c9f8b){if(_0x478421[BSTACK_SCAN_IN_PROGRESS]){logger['debug'](_0x3a61dd(0x2ca)+_0x322e34);return;}return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3a61dd(0x179)],async()=>{const _0x447049=_0x3a61dd;let _0x14897d=_0x22b166[_0x447049(0x22e)];_0x14897d[_0x447049(0xc8)]('%s')&&(_0x14897d=_0x14897d[_0x447049(0x218)]('%s',JSON[_0x447049(0x242)](_0x8f6ff7)));logger[_0x447049(0x113)]('[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20'+_0x322e34),_0x478421[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x470e38=await _0x478421[_0x447049(0x117)](_0x14897d);return logger[_0x447049(0x105)](_0x447049(0x19f)+_0x322e34+':\x20'+util[_0x447049(0x112)](_0x470e38)),_0x470e38;}finally{_0x478421[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x322e34})();}if(_0x204aee['lFxqD'](_0x2a7339,_0x204aee['YxNQP'])){const _0x23edcc=_0x204aee[_0x3a61dd(0xbe)](require,_0x204aee[_0x3a61dd(0x211)]),_0x5ba805={};_0x5ba805[_0x3a61dd(0x22e)]=_0x322e34;const _0x432702=await PerformanceTester[_0x3a61dd(0xb8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1f6902=_0x3a61dd;return await _0x23edcc['browserStackEvaluate'](_0x478421,_0x22b166[_0x1f6902(0x22e)],_0x8f6ff7);},_0x5ba805)();return logger[_0x3a61dd(0x105)](_0x3a61dd(0xf3)+_0x2a7339+_0x3a61dd(0xe6)+_0x322e34+':\x20'+util[_0x3a61dd(0x112)](_0x432702)),_0x432702;}const _0x479fd6=_0x204aee[_0x3a61dd(0xbe)](require,_0x204aee[_0x3a61dd(0x211)]),_0xbf8e0b=await PerformanceTester[_0x3a61dd(0xb8)](PerformanceA11yEvents[_0x3a61dd(0x2d9)],async()=>{const _0x21cc41=_0x3a61dd;return await _0x479fd6[_0x21cc41(0x154)](_0x478421,_0x22b166[_0x21cc41(0x22e)],_0x8f6ff7);})();return logger['info'](_0x3a61dd(0xf3)+_0x2a7339+_0x3a61dd(0xe6)+_0x322e34+':\x20'+util['format'](_0xbf8e0b)),_0xbf8e0b;}catch(_0x20bf10){logger[_0x3a61dd(0x237)](_0x3a61dd(0x11d)+_0x2a7339+':\x20'+(_0x20bf10[_0x3a61dd(0x25b)]||_0x20bf10[_0x3a61dd(0x1dc)]));}}async[a110_0xc523e5(0x2b9)](_0xb2e9f2){const _0x39683d=a110_0xc523e5,_0x4d15d1={'uGLZS':function(_0x21536e,_0x481c24){return _0x21536e(_0x481c24);},'DTvFt':_0x39683d(0x25d)};try{const _0x4204ce=_0x4d15d1[_0x39683d(0xe0)](require,_0x4d15d1[_0x39683d(0x2da)]);return await _0x4204ce[_0x39683d(0x1ed)](_0xb2e9f2);}catch(_0x27683a){return logger[_0x39683d(0x237)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x27683a[_0x39683d(0x25b)]||_0x27683a[_0x39683d(0x1dc)])),![];}}['processAccessibilityCaps'](_0xfb7def,_0x4573d9,_0x5bb879){const _0x46d427=a110_0xc523e5,_0x6bd249={'pHQrR':function(_0x204fba,_0x584c8f){return _0x204fba(_0x584c8f);},'qWDcz':_0x46d427(0x1c7),'jVFXr':_0x46d427(0x25e),'cjBKP':_0x46d427(0x2ad)};try{const _0x455263=_0x6bd249[_0x46d427(0x2f8)](require,_0x6bd249[_0x46d427(0x2e3)]);_0x455263[_0x46d427(0x27d)](_0xfb7def,_0x4573d9,_0x5bb879);const _0x2a8093=JSON[_0x46d427(0x242)](_0xfb7def)[_0x46d427(0x218)](/"browserstack\.user":"[^"]*"/g,_0x6bd249[_0x46d427(0x159)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x6bd249[_0x46d427(0x221)]);logger[_0x46d427(0x113)](_0x46d427(0xf7)+global[_0x46d427(0x169)]+'\x20'+_0x2a8093);}catch(_0x552c4a){logger[_0x46d427(0x237)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x552c4a['stack']||_0x552c4a[_0x46d427(0x1dc)]));}}async[a110_0xc523e5(0x19b)]({fetchFn:_0x25b94d,isNonEmpty:_0x497058,resultDetail:_0x1efbfc,totalMs:_0x17dbf3,intervalMs:_0x52bec4,name:_0x250975}){const _0x5b3edd=a110_0xc523e5,_0x3f9818={'YxiDt':function(_0x1c3a74,_0x47f438){return _0x1c3a74+_0x47f438;},'ZjvDB':function(_0x170674,_0x36e198){return _0x170674<_0x36e198;},'QjCPx':function(_0x4a5fbf){return _0x4a5fbf();},'qJGUd':function(_0x116877,_0x4cfef9){return _0x116877(_0x4cfef9);},'hiZCb':function(_0x1ad9a7,_0x8e5c0c){return _0x1ad9a7(_0x8e5c0c);},'FFoOm':function(_0x576307,_0x1659f1){return _0x576307>=_0x1659f1;},'KtBdK':function(_0x1c2a73,_0x3d77ed){return _0x1c2a73+_0x3d77ed;},'YmAGO':function(_0x1e2ab0,_0x37a9cf){return _0x1e2ab0-_0x37a9cf;}},_0x1d8c7c=Date[_0x5b3edd(0x1cd)](),_0x54e7cb=_0x3f9818['YxiDt'](_0x1d8c7c,_0x17dbf3);let _0x51f301=0x0,_0x16de3c=null,_0x346da4=![];while(_0x3f9818['ZjvDB'](Date['now'](),_0x54e7cb)){_0x51f301++,_0x16de3c=await _0x3f9818[_0x5b3edd(0x124)](_0x25b94d),_0x346da4=_0x3f9818[_0x5b3edd(0x2f3)](_0x497058,_0x16de3c),logger[_0x5b3edd(0x113)]('['+_0x250975+_0x5b3edd(0xc7)+_0x51f301+'\x20'+_0x3f9818[_0x5b3edd(0x122)](_0x1efbfc,_0x16de3c));if(_0x346da4)break;if(_0x3f9818[_0x5b3edd(0x1e3)](_0x3f9818['KtBdK'](Date[_0x5b3edd(0x1cd)](),_0x52bec4),_0x54e7cb))break;await new Promise(_0x39be3d=>setTimeout(_0x39be3d,_0x52bec4));}return!_0x346da4&&logger['warn']('['+_0x250975+_0x5b3edd(0x238)+_0x51f301+_0x5b3edd(0x28f)+_0x3f9818['YmAGO'](Date['now'](),_0x1d8c7c)+_0x5b3edd(0x12e)+_0x3f9818[_0x5b3edd(0x2f3)](_0x1efbfc,_0x16de3c)+');\x20returning\x20last\x20value'),_0x16de3c;}async[a110_0xc523e5(0x253)](_0x4c1d71,_0x327208){const _0x7a342b=a110_0xc523e5,_0x3ddee0={};_0x3ddee0[_0x7a342b(0x131)]='getResults',_0x3ddee0[_0x7a342b(0x313)]=_0x7a342b(0x1ee),_0x3ddee0['adrfv']=_0x7a342b(0x15f),_0x3ddee0['ZbaIz']=_0x7a342b(0x244);const _0x4ccbbe=_0x3ddee0;try{const _0x5d44cd=process['env'][_0x7a342b(0x26b)]||'';logger[_0x7a342b(0x105)](_0x7a342b(0x311)+_0x5d44cd+_0x7a342b(0x1f3)+_0x327208+',\x20sessionId='+_0x4c1d71);const _0x150975=await GrpcClient[_0x7a342b(0x1b1)]()['accessibilityResult'](_0x5d44cd,_0x327208,_0x4c1d71,_0x4ccbbe[_0x7a342b(0x131)]);if(!_0x150975||!_0x150975[_0x7a342b(0x2a2)])return logger[_0x7a342b(0x2b5)](_0x4ccbbe['ICwAf']),[];const _0x534453=_0x150975[_0x7a342b(0x2a2)](),_0x5b3d64=Buffer[_0x7a342b(0x212)](_0x534453)[_0x7a342b(0x21e)](_0x4ccbbe[_0x7a342b(0x1a4)])['trim']();if(!_0x5b3d64)return logger[_0x7a342b(0x2b5)](_0x4ccbbe[_0x7a342b(0x301)]),[];return JSON[_0x7a342b(0x206)](_0x5b3d64);}catch(_0x13e910){return logger['error'](_0x7a342b(0x13f)+(_0x13e910[_0x7a342b(0x25b)]||_0x13e910[_0x7a342b(0x1dc)])),[];}}async['getAppAccessibilityResultsSummary'](_0x5329ad,_0x2bdaba){const _0xb21dec=a110_0xc523e5,_0x497fa4={};_0x497fa4['PTDBo']=_0xb21dec(0x2eb),_0x497fa4[_0xb21dec(0x29a)]=_0xb21dec(0x195),_0x497fa4[_0xb21dec(0xc2)]=_0xb21dec(0x15f),_0x497fa4[_0xb21dec(0xbf)]=_0xb21dec(0x2c1);const _0x44cb35=_0x497fa4;try{const _0x14e657=process[_0xb21dec(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||'';logger['info'](_0xb21dec(0x1b2)+_0x14e657+_0xb21dec(0x1f3)+_0x2bdaba+_0xb21dec(0x170)+_0x5329ad);const _0x4aecee=await GrpcClient[_0xb21dec(0x1b1)]()[_0xb21dec(0x2c0)](_0x14e657,_0x2bdaba,_0x5329ad,_0x44cb35[_0xb21dec(0x192)]);if(!_0x4aecee||!_0x4aecee[_0xb21dec(0x2a2)])return logger[_0xb21dec(0x2b5)](_0x44cb35['mlMHK']),{};const _0x2a5c21=_0x4aecee['getResultResponse'](),_0x4684a8=Buffer[_0xb21dec(0x212)](_0x2a5c21)[_0xb21dec(0x21e)](_0x44cb35['ZvlaD'])[_0xb21dec(0x2d4)]();if(!_0x4684a8)return logger['warn'](_0x44cb35[_0xb21dec(0xbf)]),{};return JSON['parse'](_0x4684a8);}catch(_0xa1c733){return logger[_0xb21dec(0x237)](_0xb21dec(0x108)+(_0xa1c733['stack']||_0xa1c733['message'])),{};}}async[a110_0xc523e5(0x193)](_0x59af6d){const _0x5b00d8=a110_0xc523e5,_0x3ad409={};_0x3ad409['bGtNq']=_0x5b00d8(0xee),_0x3ad409[_0x5b00d8(0xe7)]=function(_0x1c287b,_0x4e6213){return _0x1c287b>_0x4e6213;},_0x3ad409[_0x5b00d8(0x140)]=_0x5b00d8(0x2a5);const _0x1df371=_0x3ad409;try{if(!this[_0x5b00d8(0x2fd)]())return logger[_0x5b00d8(0x2b5)](_0x1df371[_0x5b00d8(0x2a7)]),[];const _0x395d3b=this['isMobileWebSession']()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x1df371[_0x5b00d8(0xe7)](Object[_0x5b00d8(0xea)](_0x395d3b)[_0x5b00d8(0xff)],0x0)&&logger[_0x5b00d8(0x113)](_0x5b00d8(0x261)+JSON[_0x5b00d8(0x242)](_0x395d3b));const _0x6ba6ae=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x5b00d8(0xea)](_0x395d3b)['length']>0x0?this['executeScriptByName'](_0x59af6d,'getResults',_0x395d3b):this['executeScriptByName'](_0x59af6d,_0x5b00d8(0xf5)),'isNonEmpty':_0x7b0066=>Array[_0x5b00d8(0x20e)](_0x7b0066)&&_0x7b0066['length']>0x0,'resultDetail':_0x414f89=>_0x5b00d8(0xe9)+(Array[_0x5b00d8(0x20e)](_0x414f89)?_0x414f89['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x1df371['hEmWj']});return _0x6ba6ae||[];}catch(_0x4780e6){return logger[_0x5b00d8(0x237)](_0x5b00d8(0x17b)+(_0x4780e6['stack']||_0x4780e6['message'])),[];}}async[a110_0xc523e5(0x21f)](_0x287af3){const _0x520840=a110_0xc523e5,_0xe65eef={'onlFp':function(_0xc01bac,_0x2b3dbd,_0x3199db){return _0xc01bac(_0x2b3dbd,_0x3199db);},'qvVvY':_0x520840(0x1a6),'SyWHn':function(_0x507d57,_0x557786){return _0x507d57(_0x557786);},'WoEBQ':'getResultsSummary','TBISB':_0x520840(0x2f9),'qlBFJ':function(_0x4cb999,_0x22e732){return _0x4cb999(_0x22e732);},'vermG':_0x520840(0x1bd),'RoUCJ':function(_0xd7ab05,_0x29df5c){return _0xd7ab05===_0x29df5c;},'WkbYa':'jest','xcNlp':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','YivQh':_0x520840(0xfd),'fEiGs':_0x520840(0x184),'cwGLl':_0x520840(0x21f),'AlcVb':_0x520840(0x10e),'UEQyq':_0x520840(0x299),'OTeZC':_0x520840(0x100),'QdSUi':'AccessibilityModule.getResultsSummary','qdsOD':_0x520840(0x255),'nuidZ':'object'};try{if(!this[_0x520840(0x2fd)]())return logger[_0x520840(0x2b5)](_0xe65eef[_0x520840(0x152)]),{};const _0x1a9d00=_0xe65eef[_0x520840(0x13e)](require,_0xe65eef[_0x520840(0x12b)]),_0x411469=_0x1a9d00[_0x520840(0x10d)](),_0x36e7b0=_0xe65eef[_0x520840(0x166)](_0x411469?.[_0x520840(0x2f5)]?.[_0x520840(0x239)](),_0xe65eef[_0x520840(0x1c9)]);let _0x1a7364='',_0x255ed5=null,_0x413ae6=null;if(_0x36e7b0){_0x255ed5=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x520840(0x2e7)]?.['testAnalyticsId']||global[_0x520840(0x271)]?.[_0x520840(0x2e7)]?.['id'];if(!_0x255ed5)return logger[_0x520840(0x2b5)](_0xe65eef['xcNlp']),{};try{const _0x5d91ca=await GrpcClient[_0x520840(0x1b1)]()[_0x520840(0x104)](process['env'][_0x520840(0x26b)],_0xe65eef['YivQh'],_0xe65eef[_0x520840(0x12d)],_0x255ed5),_0x3936c3=AccessibilityModule[_0x520840(0x2b2)](null,_0x5d91ca);_0x1a7364=_0x3936c3?.['thTestRunUuid']||'',logger[_0x520840(0x113)](_0x520840(0x233)+_0x1a7364+'\x20from\x20testIdentifier='+_0x255ed5);const _0x196675=await AccessibilityModule[_0x520840(0x2b8)](_0xe65eef[_0x520840(0x12d)],_0x1a7364,_0x255ed5),_0x5f0988=this[_0x520840(0x1ba)](_0xe65eef[_0x520840(0xc3)])||this[_0x520840(0x281)][this[_0x520840(0x24e)]]||null,_0x47d613=process['env'][_0x520840(0x1bf)]||'',_0x295e4a=this[_0x520840(0x2c2)](_0xe65eef[_0x520840(0x2ec)],_0x1a7364,_0x5f0988,_0x47d613);_0x413ae6=_0x1a9d00['mergeObject'](_0x295e4a,_0x196675),logger['debug'](_0x520840(0x29c)+JSON[_0x520840(0x242)](_0x413ae6));}catch(_0x25d360){return logger[_0x520840(0x237)](_0x520840(0x20d)+_0x25d360['message']),{};}}else{_0x1a7364=this[_0x520840(0x1ba)](_0xe65eef['AlcVb'])||'';!_0x1a7364&&this['isMobileWebSession']()&&(_0x1a7364=accessibilityHelper[_0x520840(0x210)]());const _0x445cf6=this[_0x520840(0x1ba)](_0xe65eef[_0x520840(0xc3)])||this[_0x520840(0x281)][this[_0x520840(0x24e)]]||null,_0x4f39e7=process['env'][_0x520840(0x1bf)]||'';_0x413ae6=this[_0x520840(0x2c2)](_0xe65eef['cwGLl'],_0x1a7364,_0x445cf6,_0x4f39e7);}logger[_0x520840(0x113)](_0xe65eef['UEQyq']);const _0x30c961=0x15f90,_0x4c630e=0x1388;try{await PerformanceTester[_0x520840(0xb8)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x53d128=_0x520840,_0x1be0b4={'lBMGf':function(_0xe00615,_0x3d8dc8,_0xcf6032){const _0x5a263f=a110_0x58ba;return _0xe65eef[_0x5a263f(0x118)](_0xe00615,_0x3d8dc8,_0xcf6032);}},_0x206183=this[_0x53d128(0x22d)](_0x287af3,_0xe65eef[_0x53d128(0x171)],_0x413ae6);let _0x5754da;const _0x4b9b2d=new Promise((_0x46ce23,_0x345294)=>{const _0x1829ad=_0x53d128;_0x5754da=_0x1be0b4[_0x1829ad(0x2cf)](setTimeout,()=>_0x345294(new Error(_0x1829ad(0x2f0)+_0x30c961+'ms')),_0x30c961);});try{const _0x3ad713=await Promise['race']([_0x206183,_0x4b9b2d]);logger[_0x53d128(0x113)](_0x53d128(0x2e9)+util[_0x53d128(0x112)](_0x3ad713));}finally{_0xe65eef[_0x53d128(0x227)](clearTimeout,_0x5754da);}},{'command':_0xe65eef[_0x520840(0x2ec)]})();}catch(_0x530b8f){logger[_0x520840(0x2b5)](_0x520840(0x162)+_0x530b8f['message']+_0x520840(0x287)),global[_0x520840(0xf2)]={'reason':_0xe65eef[_0x520840(0x304)],'at':Date[_0x520840(0x1cd)](),'where':_0xe65eef['QdSUi']},await new Promise(_0x19ff61=>setTimeout(_0x19ff61,_0x4c630e)),logger[_0x520840(0x113)](_0x520840(0x1be)+_0x4c630e+_0x520840(0x134));}const _0xc6b755=await this['_pollUntilNonEmpty']({'fetchFn':()=>PerformanceTester[_0x520840(0xb8)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x29c0fa=_0x520840;return await this[_0x29c0fa(0x22d)](_0x287af3,_0xe65eef[_0x29c0fa(0x12d)],_0x413ae6);})(),'isNonEmpty':_0x20fbcc=>_0x20fbcc&&typeof _0x20fbcc[_0x520840(0x1c8)]==='number'&&_0x20fbcc[_0x520840(0x1c8)]>0x0,'resultDetail':_0x1927fe=>_0x520840(0x262)+(_0x1927fe&&typeof _0x1927fe[_0x520840(0x1c8)]===_0x520840(0x18a)?_0x1927fe[_0x520840(0x1c8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0xe65eef[_0x520840(0xf0)]});if(!_0xc6b755)return logger[_0x520840(0x113)](_0xe65eef['qdsOD']),{};return _0xe65eef[_0x520840(0x166)](typeof _0xc6b755,_0xe65eef['nuidZ'])&&global[_0x520840(0xf2)]&&(_0xc6b755[_0x520840(0x199)]=!![],_0xc6b755[_0x520840(0x1bb)]=global[_0x520840(0xf2)][_0x520840(0x241)]),_0xc6b755;}catch(_0x1e25e5){return logger[_0x520840(0x237)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x1e25e5[_0x520840(0x25b)]||_0x1e25e5[_0x520840(0x1dc)])),{};}}async[a110_0xc523e5(0x2aa)](_0x49695b,_0x353233,_0x2af9dd=null){const _0x19425e=a110_0xc523e5,_0x595d75={};_0x595d75[_0x19425e(0x30b)]=_0x19425e(0x23a),_0x595d75[_0x19425e(0x1d8)]='performPageScan:\x20Script\x20is\x20null',_0x595d75[_0x19425e(0x136)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x5b36b9=_0x595d75;try{if(!_0x49695b)return logger['debug'](_0x5b36b9[_0x19425e(0x30b)]),null;if(!_0x353233)return logger[_0x19425e(0x113)](_0x5b36b9[_0x19425e(0x1d8)]),null;logger['debug'](_0x5b36b9[_0x19425e(0x136)]);const _0xcbe1c0=_0x2af9dd?await _0x49695b[_0x19425e(0x1d0)](_0x353233,_0x2af9dd):await _0x49695b[_0x19425e(0x1d0)](_0x353233);return _0xcbe1c0;}catch(_0x49f277){return logger[_0x19425e(0x237)]('Error\x20in\x20performPageScan:\x20'+(_0x49f277[_0x19425e(0x25b)]||_0x49f277[_0x19425e(0x1dc)])),null;}}static[a110_0xc523e5(0x2b2)](_0x3e360b,_0x1d3a58){const _0x1fcc7d=a110_0xc523e5,_0x5055f7={};_0x5055f7['MrFYe']=_0x1fcc7d(0x15f);const _0x33ac57=_0x5055f7,_0x2d3ea3={};_0x2d3ea3[_0x1fcc7d(0x119)]=_0x3e360b;const _0x333a00=_0x2d3ea3;let _0x400c66={};if(_0x1d3a58[_0x1fcc7d(0x16e)]()&&_0x1d3a58['hasAccessibilityExecuteParams']())try{_0x400c66=JSON[_0x1fcc7d(0x206)](Buffer[_0x1fcc7d(0x212)](_0x1d3a58['getAccessibilityExecuteParams']())[_0x1fcc7d(0x21e)](_0x33ac57[_0x1fcc7d(0xfe)]));}catch(_0x5a1f2d){logger['error'](_0x1fcc7d(0x156)+_0x5a1f2d[_0x1fcc7d(0x1dc)]),_0x400c66={};}return CLIUtils[_0x1fcc7d(0x1e7)](_0x333a00,_0x400c66);}static async[a110_0xc523e5(0x2b8)](_0x3a0ffb,_0x7831fa='',_0x3a377c=null){const _0x116b65=a110_0xc523e5,_0x31a50f={};_0x31a50f['nhLMM']=_0x116b65(0x201),_0x31a50f[_0x116b65(0x138)]=_0x116b65(0xfd);const _0x3db9ff=_0x31a50f;try{if(!_0x3a377c&&AccessibilityModule[_0x116b65(0xc5)])return AccessibilityModule[_0x116b65(0x306)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x116b65(0x237)](_0x3db9ff[_0x116b65(0x190)]),{};const _0x57fcdb=await GrpcClient[_0x116b65(0x1b1)]()[_0x116b65(0x104)](process[_0x116b65(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3db9ff[_0x116b65(0x138)],_0x3a0ffb,_0x3a377c),_0x447f41=_0x3a377c?AccessibilityModule[_0x116b65(0x2b2)](null,_0x57fcdb)?.[_0x116b65(0x119)]||_0x7831fa:_0x7831fa,_0x30f59c=AccessibilityModule[_0x116b65(0x2b2)](_0x447f41,_0x57fcdb);return!_0x3a377c&&(AccessibilityModule[_0x116b65(0x306)]=_0x30f59c,AccessibilityModule[_0x116b65(0xc5)]=!![]),_0x30f59c;}catch(_0x454213){return logger[_0x116b65(0x237)](_0x116b65(0x30d)+_0x3a0ffb+':\x20'+(_0x454213[_0x116b65(0x25b)]||_0x454213['message'])),{};}}};module[a110_0xc523e5(0x178)]=AccessibilityModule;
|
|
1
|
+
const a110_0x54345f=a110_0x5e74;(function(_0x1fa6d7,_0x14f163){const _0xa4bed4=a110_0x5e74,_0x52b4c2=_0x1fa6d7();while(!![]){try{const _0xee8717=parseInt(_0xa4bed4(0x256))/0x1*(-parseInt(_0xa4bed4(0x26b))/0x2)+parseInt(_0xa4bed4(0x22e))/0x3*(-parseInt(_0xa4bed4(0x41d))/0x4)+-parseInt(_0xa4bed4(0x402))/0x5+parseInt(_0xa4bed4(0x275))/0x6*(-parseInt(_0xa4bed4(0x32a))/0x7)+-parseInt(_0xa4bed4(0x449))/0x8+-parseInt(_0xa4bed4(0x24a))/0x9*(parseInt(_0xa4bed4(0x3cf))/0xa)+-parseInt(_0xa4bed4(0x431))/0xb*(-parseInt(_0xa4bed4(0x39d))/0xc);if(_0xee8717===_0x14f163)break;else _0x52b4c2['push'](_0x52b4c2['shift']());}catch(_0x42e2fc){_0x52b4c2['push'](_0x52b4c2['shift']());}}}(a110_0x4531,0xd7e5d));function a110_0x5e74(_0x174c18,_0x23e5a9){const _0x4531d5=a110_0x4531();return a110_0x5e74=function(_0x5e7404,_0x5b96b5){_0x5e7404=_0x5e7404-0x1eb;let _0x216dd2=_0x4531d5[_0x5e7404];return _0x216dd2;},a110_0x5e74(_0x174c18,_0x23e5a9);}const BaseModule=require(a110_0x54345f(0x398)),{createClassLogger}=require(a110_0x54345f(0x36d)),CLIUtils=require(a110_0x54345f(0x375)),AutomationFramework=require(a110_0x54345f(0x24c)),TestFramework=require(a110_0x54345f(0x391)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a110_0x54345f(0x44e)),scripts=require(a110_0x54345f(0x327)),logger=createClassLogger(a110_0x54345f(0x44a)),PerformanceTester=require(a110_0x54345f(0x222)),{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('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a110_0x54345f(0x400)),util=require(a110_0x54345f(0x324)),TestInfo=require(a110_0x54345f(0x226)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),accessibilityHelper=require(a110_0x54345f(0x32b)),{FRAMEWORKS}=require(a110_0x54345f(0x441));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule['name'];static [a110_0x54345f(0x311)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x5764bd){const _0x25b8f3=a110_0x54345f,_0x6c9032={};_0x6c9032[_0x25b8f3(0x259)]=function(_0x3e0093,_0x2b4c97){return _0x3e0093===_0x2b4c97;},_0x6c9032['WzfVI']=_0x25b8f3(0x2ff),_0x6c9032[_0x25b8f3(0x3f9)]=_0x25b8f3(0x265),_0x6c9032['wvzPx']=_0x25b8f3(0x3e4),_0x6c9032[_0x25b8f3(0x25d)]=_0x25b8f3(0x3fd);const _0x39779a=_0x6c9032;super(),AutomationFramework[_0x25b8f3(0x1f5)](AutomationFrameworkState[_0x25b8f3(0x271)],HookState[_0x25b8f3(0x292)],this[_0x25b8f3(0x23f)][_0x25b8f3(0x3d8)](this)),AutomationFramework[_0x25b8f3(0x1f5)](AutomationFrameworkState[_0x25b8f3(0x330)],HookState['POST'],this['onBeforeTest'][_0x25b8f3(0x3d8)](this)),AutomationFramework[_0x25b8f3(0x1f5)](AutomationFrameworkState[_0x25b8f3(0x227)],HookState['PRE'],this[_0x25b8f3(0x39e)][_0x25b8f3(0x3d8)](this)),this['isEnabled']=!![],this[_0x25b8f3(0x444)]=_0x5764bd[_0x25b8f3(0x3a1)](),this[_0x25b8f3(0x3f6)]=new Map(),this[_0x25b8f3(0x273)]=new Map(),this[_0x25b8f3(0x2fd)]=_0x5764bd[_0x25b8f3(0x33c)]?.()||![],this[_0x25b8f3(0x266)]=[],this[_0x25b8f3(0x3ae)]=![],this[_0x25b8f3(0x44f)]=![],this['setAccessibilityToken'](_0x5764bd['getOptions']()[_0x25b8f3(0x368)]());const _0x1b17e5=CLIUtils[_0x25b8f3(0x411)]();_0x1b17e5&&_0x39779a[_0x25b8f3(0x259)](_0x1b17e5[_0x25b8f3(0x366)],FRAMEWORKS[_0x25b8f3(0x210)])&&this[_0x25b8f3(0x284)](_0x5764bd[_0x25b8f3(0x22b)]()),logger['debug'](_0x39779a[_0x25b8f3(0x2dc)]),this[_0x25b8f3(0x27b)]=_0x39779a[_0x25b8f3(0x3f9)],this['KEY_DRIVER_HAS_URL']=_0x39779a[_0x25b8f3(0x2e3)],this[_0x25b8f3(0x43d)]=_0x39779a['tMfJx'];}[a110_0x54345f(0x446)](){const _0x4540a8=a110_0x54345f;return this[_0x4540a8(0x446)];}['getModuleName'](){return AccessibilityModule['MODULE_NAME'];}[a110_0x54345f(0x1ed)](){const _0xaaab6b=a110_0x54345f;return this[_0xaaab6b(0x3f6)][_0xaaab6b(0x35d)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x5035d6=a110_0x54345f;return this[_0x5035d6(0x273)][_0x5035d6(0x35d)](CLIUtils[_0x5035d6(0x3b0)](),![]);}[a110_0x54345f(0x2a2)](_0x4d000d){const _0xb3ca2f=a110_0x54345f;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0xb3ca2f(0x3b0)](),_0x4d000d);}[a110_0x54345f(0x354)](){const _0x1c4ace=a110_0x54345f,_0x8049c9={'OMOLB':_0x1c4ace(0x21d),'SvvAq':function(_0x29d114,_0x3ec894){return _0x29d114(_0x3ec894);},'xtAWn':_0x1c4ace(0x2e4),'SmPyg':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','zaieC':_0x1c4ace(0x23d)};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x8049c9[_0x1c4ace(0x2a1)]);return;}try{const _0x447ccd=_0x8049c9['SvvAq'](require,_0x8049c9['xtAWn']);_0x447ccd&&_0x447ccd[_0x1c4ace(0x3f4)]?(_0x447ccd[_0x1c4ace(0x3f4)](),this[_0x1c4ace(0x3ae)]=!![],logger[_0x1c4ace(0x280)](_0x8049c9[_0x1c4ace(0x416)])):logger['debug'](_0x8049c9[_0x1c4ace(0x346)]);}catch(_0x1954cb){logger[_0x1c4ace(0x280)](_0x1c4ace(0x300)+util[_0x1c4ace(0x204)](_0x1954cb));}}[a110_0x54345f(0x2cc)](_0x4c3911=null,_0x1e125d=null,_0x2a65f9=null){const _0x3476f1=a110_0x54345f,_0x246bd2={'Izpvh':function(_0x8cfb47,_0x5301d1){return _0x8cfb47&&_0x5301d1;},'LqLsO':'isPlatformSupported:\x20caps\x20are\x20null','bUQho':function(_0x5f48e2,_0x105ef1){return _0x5f48e2(_0x105ef1);},'GWRws':'../../../helpers/helper','KLrMW':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','nbZIY':_0x3476f1(0x308),'tpxxE':function(_0x52aa2e,_0x4dc4c8){return _0x52aa2e===_0x4dc4c8;},'rVYhD':'android','wVIvs':_0x3476f1(0x377),'QstjD':function(_0xc54d30,_0x1bbe6c){return _0xc54d30!==_0x1bbe6c;},'wClBw':function(_0x3db25d,_0x2a1281,_0x4666de){return _0x3db25d(_0x2a1281,_0x4666de);},'fqreK':function(_0x3b9a15,_0x2885c9){return _0x3b9a15(_0x2885c9);},'YIQJF':function(_0x417f0a,_0x108481){return _0x417f0a<_0x108481;},'ySAEV':_0x3476f1(0x28d),'QlsUY':function(_0x4ea5bd,_0x55770c){return _0x4ea5bd===_0x55770c;},'YXYIR':_0x3476f1(0x37a),'duLmc':function(_0xc4cac4,_0x47e362){return _0xc4cac4===_0x47e362;},'ysVzQ':'string','icPXT':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','tulwT':'goog:chromeOptions','KNuVF':function(_0x382d43,_0x1ef53a){return _0x382d43!==_0x1ef53a;},'upXCf':_0x3476f1(0x344),'IYZVV':function(_0x36e7e3){return _0x36e7e3();},'hmOVd':'on\x20non-BrowserStack\x20infrastructure\x20','bqLii':function(_0xcf7164,_0x34ccd9){return _0xcf7164-_0x34ccd9;},'EEHey':function(_0x547c9f,_0x27c5d2){return _0x547c9f!==_0x27c5d2;},'pBOWq':function(_0x46d50a,_0x1fcc0a){return _0x46d50a>_0x1fcc0a;},'EqZTa':function(_0x3cc402,_0x1effe0){return _0x3cc402(_0x1effe0);},'wMLCc':function(_0x54cf48,_0xbc621){return _0x54cf48(_0xbc621);},'GGEum':_0x3476f1(0x360)};try{if(_0x246bd2[_0x3476f1(0x3cc)](!_0x1e125d,!_0x2a65f9))return logger[_0x3476f1(0x280)](_0x246bd2[_0x3476f1(0x3ff)]),![];const {isUndefined:_0x1ced14,isBrowserstackInfra:_0x2b3998}=_0x246bd2['bUQho'](require,_0x246bd2[_0x3476f1(0x2f8)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger[_0x3476f1(0x280)](_0x246bd2[_0x3476f1(0x36a)]),![];if(this[_0x3476f1(0x2fd)]){const _0x3d7216=(_0x1e125d[_0x3476f1(0x304)]||_0x1e125d[_0x246bd2[_0x3476f1(0x40a)]]||'')['toLowerCase']();if(_0x246bd2[_0x3476f1(0x413)](_0x3d7216,_0x246bd2['rVYhD'])){const _0x161118=_0x1e125d[_0x246bd2[_0x3476f1(0x380)]]||_0x1e125d[_0x3476f1(0x2a6)];if(_0x246bd2['QstjD'](_0x161118,undefined)&&_0x246bd2[_0x3476f1(0x3e1)](_0x161118,null)){const _0x181aed=_0x246bd2[_0x3476f1(0x418)](parseInt,_0x246bd2['fqreK'](String,_0x161118)[_0x3476f1(0x2f7)]('.')[0x0],0xa);if(!_0x246bd2[_0x3476f1(0x3dc)](isNaN,_0x181aed)&&_0x246bd2[_0x3476f1(0x432)](_0x181aed,0xb))return logger[_0x3476f1(0x2e5)](_0x3476f1(0x3bd)+_0x161118),![];}}return!![];}const _0xd06328=_0x1e125d['browserName']||_0x1e125d['browser'],_0x3745d4=_0x1e125d[_0x3476f1(0x248)]||_0x1e125d[_0x3476f1(0x394)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0xd06328))return logger['warn'](_0x246bd2[_0x3476f1(0x427)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0xd06328))try{const _0x572449=_0x1e125d[_0x3476f1(0x3e0)],_0xae5acb=_0x246bd2[_0x3476f1(0x2a9)](_0x572449,!![])||_0x246bd2[_0x3476f1(0x413)](_0x572449,_0x246bd2['YXYIR'])||_0x246bd2[_0x3476f1(0x333)](typeof _0x572449,_0x246bd2[_0x3476f1(0x3ed)])&&_0x246bd2[_0x3476f1(0x333)](_0x572449['toLowerCase'](),_0x246bd2[_0x3476f1(0x3ea)]);if(_0xae5acb)return logger[_0x3476f1(0x2e5)](_0x246bd2['icPXT']),![];const _0x3c785f=_0x1e125d?.[_0x3476f1(0x2bc)]?.['args']||_0x1e125d?.[_0x246bd2[_0x3476f1(0x276)]]?.[_0x3476f1(0x1f6)]||[];if(Array[_0x3476f1(0x224)](_0x3c785f)&&_0x3c785f[_0x3476f1(0x36c)](_0xf97fa2=>typeof _0xf97fa2===_0x3476f1(0x43c)&&(_0xf97fa2==='--headless'||_0xf97fa2[_0x3476f1(0x379)](_0x3476f1(0x42e))&&_0xf97fa2!==_0x3476f1(0x376))))return logger['warn'](_0x246bd2[_0x3476f1(0x246)]),![];}catch(_0xb354ad){logger[_0x3476f1(0x280)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x3476f1(0x204)](_0xb354ad));}if(_0x246bd2[_0x3476f1(0x3a0)](_0x3745d4,_0x246bd2[_0x3476f1(0x269)])){const _0x2c63eb=_0x246bd2[_0x3476f1(0x2ca)](_0x2b3998),_0x298200=accessibilityHelper['getMinVersionForBrowser'](_0xd06328,_0x2c63eb),_0x5294c4=accessibilityHelper[_0x3476f1(0x42c)](_0xd06328);if(!accessibilityHelper[_0x3476f1(0x2f0)](_0x3745d4,_0x298200)){const _0x4c4c6=_0x2c63eb?'':_0x246bd2['hmOVd'],_0x21b969=Number[_0x3476f1(0x3dd)](_0x246bd2[_0x3476f1(0x3dc)](parseFloat,_0x298200))?_0x246bd2['bqLii'](_0x246bd2[_0x3476f1(0x3dc)](parseFloat,_0x298200),0x1):_0x298200;return logger['warn'](_0x3476f1(0x29d)+_0x5294c4+_0x3476f1(0x2c5)+_0x21b969+'\x20'+_0x4c4c6+'.'),![];}}else{const _0x4e41fc=_0x1e125d[_0x3476f1(0x248)]||_0x1e125d['browser_version']||_0x1e125d[_0x3476f1(0x395)];if(_0x4e41fc&&_0x246bd2['EEHey'](_0x4e41fc,_0x246bd2['upXCf'])&&!_0x246bd2[_0x3476f1(0x274)](_0x246bd2['EqZTa'](parseFloat,_0x4e41fc),_0x246bd2[_0x3476f1(0x319)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x3476f1(0x2e5)](_0x246bd2[_0x3476f1(0x250)]),![];}return!![];}catch(_0x1fb189){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x1fb189[_0x3476f1(0x443)]),![];}}['isEnabledTestcase'](_0x437582=[],_0x1cc77c,_0x418c8e=a110_0x54345f(0x44c)){const _0x45b766=a110_0x54345f,_0x1586e7={'gYUZy':function(_0x29d14b,_0x15f0dc){return _0x29d14b===_0x15f0dc;},'QRlZw':_0x45b766(0x2e2),'IjrSN':function(_0x10249c,_0x1d39e3){return _0x10249c===_0x1d39e3;},'TqAKk':function(_0x488576,_0x57fb68){return _0x488576||_0x57fb68;},'JeaCU':function(_0xa9946b,_0x1db015){return _0xa9946b===_0x1db015;},'rBQLI':function(_0x35d56e,_0xd0b9e5){return _0x35d56e&&_0xd0b9e5;},'xLgUU':_0x45b766(0x2af),'RPsMn':function(_0x4810a0,_0x1d419d){return _0x4810a0(_0x1d419d);},'vZEAY':function(_0x5ec2f3,_0x3d81ac){return _0x5ec2f3>_0x3d81ac;}};try{const _0x3a5d6b=process[_0x45b766(0x434)][_0x45b766(0x2b4)]?JSON[_0x45b766(0x2f2)](process[_0x45b766(0x434)][_0x45b766(0x2b4)]):null;if(!_0x3a5d6b)return!![];const _0xc6ce3b=Array['isArray'](_0x3a5d6b[_0x45b766(0x215)])?_0x3a5d6b[_0x45b766(0x215)]:[],_0x84b92c=Array[_0x45b766(0x224)](_0x3a5d6b['excludeTagsInTestingScope'])?_0x3a5d6b[_0x45b766(0x3db)]:[];if(_0x1586e7[_0x45b766(0x20f)](_0x418c8e,_0x1586e7[_0x45b766(0x315)])||_0x1586e7['IjrSN'](_0x418c8e,FRAMEWORKS['NODE_GENERIC'])){let _0x22cbf5;Array['isArray'](_0x437582)?_0x22cbf5=_0x437582[_0x45b766(0x1ef)]('\x20'):_0x22cbf5=_0x1586e7[_0x45b766(0x232)](_0x437582,'');const _0x343963=_0x101e65=>_0x418c8e===FRAMEWORKS[_0x45b766(0x210)]&&typeof _0x101e65===_0x45b766(0x43c)?_0x101e65[_0x45b766(0x420)](/^@/,'')[_0x45b766(0x409)]()['trim']():_0x101e65,_0x262974=_0x1586e7[_0x45b766(0x307)](_0x418c8e,FRAMEWORKS[_0x45b766(0x210)])?_0x22cbf5[_0x45b766(0x409)]():_0x22cbf5,_0x9f7ca8=_0x84b92c[_0x45b766(0x36c)](_0x2aa0f6=>_0x262974[_0x45b766(0x2c6)](_0x343963(_0x2aa0f6))),_0x34a8bb=_0x1586e7[_0x45b766(0x33a)](_0xc6ce3b[_0x45b766(0x2b8)],0x0)||_0xc6ce3b[_0x45b766(0x36c)](_0x134af1=>_0x262974[_0x45b766(0x2c6)](_0x343963(_0x134af1))),_0x425ee0=_0x1586e7[_0x45b766(0x325)](!_0x9f7ca8,_0x34a8bb);return logger[_0x45b766(0x280)]('[platform\x20-\x20'+(_0x1cc77c?.[_0x45b766(0x401)]?.()||_0x1586e7[_0x45b766(0x219)])+_0x45b766(0x334)+_0x418c8e+_0x45b766(0x231)+_0x425ee0+',\x20testName='+_0x22cbf5+_0x45b766(0x27d)+JSON['stringify'](_0xc6ce3b)+',\x20excludeTags='+JSON[_0x45b766(0x3bb)](_0x84b92c)),_0x425ee0;}const _0x5d9b35=Array[_0x45b766(0x224)](_0x437582)?_0x437582:[];let _0x790628=![],_0x330970=_0x1586e7[_0x45b766(0x20f)](_0xc6ce3b[_0x45b766(0x2b8)],0x0);const _0x5e1647=_0x554b24=>typeof _0x554b24===_0x45b766(0x43c)?_0x554b24[_0x45b766(0x420)](/^@/,'')[_0x45b766(0x409)]()[_0x45b766(0x2b0)]():_0x554b24,_0x1b1962=new Set(_0xc6ce3b[_0x45b766(0x367)](_0x5e1647)),_0x5c0535=new Set(_0x84b92c[_0x45b766(0x367)](_0x5e1647));for(const _0x38b40c of _0x5d9b35){const _0x1c1cde=_0x1586e7[_0x45b766(0x435)](_0x5e1647,_0x38b40c);_0x5c0535[_0x45b766(0x2e7)](_0x1c1cde)&&(_0x790628=!![]),_0x1586e7[_0x45b766(0x2a5)](_0x1b1962[_0x45b766(0x2be)],0x0)&&_0x1b1962['has'](_0x1c1cde)&&(_0x330970=!![]);}const _0x4674b1=_0x1586e7['rBQLI'](_0x330970,!_0x790628);return logger[_0x45b766(0x280)](_0x45b766(0x2d8)+(_0x1cc77c?.[_0x45b766(0x401)]?.()||_0x1586e7[_0x45b766(0x219)])+_0x45b766(0x3a7)+_0x4674b1+_0x45b766(0x21f)+JSON['stringify'](_0x5d9b35)+_0x45b766(0x27d)+JSON[_0x45b766(0x3bb)](_0xc6ce3b)+',\x20excludeTags='+JSON[_0x45b766(0x3bb)](_0x84b92c)),_0x4674b1;}catch(_0x2ac17a){return logger[_0x45b766(0x280)](_0x45b766(0x2d8)+(_0x1cc77c?.[_0x45b766(0x401)]?.()||_0x1586e7[_0x45b766(0x219)])+_0x45b766(0x2cb)+_0x2ac17a[_0x45b766(0x443)]),![];}}async['onBeforeTest'](_0x1af48c){const _0x1bb934=a110_0x54345f,_0x5079a4={};_0x5079a4[_0x1bb934(0x3f7)]=function(_0xb94cc2,_0x359af3){return _0xb94cc2!==_0x359af3;},_0x5079a4[_0x1bb934(0x3ac)]='cucumber',_0x5079a4[_0x1bb934(0x29b)]=function(_0x5679d2,_0x425c96){return _0x5679d2!==_0x425c96;},_0x5079a4['OMlIr']='jest',_0x5079a4[_0x1bb934(0x359)]=_0x1bb934(0x42d),_0x5079a4[_0x1bb934(0x3e9)]=function(_0x5516d2,_0x1153c9){return _0x5516d2!==_0x1153c9;},_0x5079a4[_0x1bb934(0x279)]=function(_0x4c781e,_0x28c253){return _0x4c781e===_0x28c253;},_0x5079a4[_0x1bb934(0x3a8)]=_0x1bb934(0x37a),_0x5079a4[_0x1bb934(0x3b7)]=function(_0x415feb,_0x3500fb){return _0x415feb&&_0x3500fb;},_0x5079a4[_0x1bb934(0x2b2)]=_0x1bb934(0x421),_0x5079a4[_0x1bb934(0x208)]=_0x1bb934(0x415),_0x5079a4['JfsAS']=_0x1bb934(0x343),_0x5079a4[_0x1bb934(0x21c)]=_0x1bb934(0x370),_0x5079a4['tYiMg']=function(_0x29dc70,_0x330881){return _0x29dc70===_0x330881;},_0x5079a4[_0x1bb934(0x44b)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x5079a4[_0x1bb934(0x3bf)]=function(_0x405ef1,_0x19f146){return _0x405ef1===_0x19f146;},_0x5079a4['SBUjZ']=_0x1bb934(0x313),_0x5079a4[_0x1bb934(0x2c0)]=function(_0x56e962,_0x275b1d){return _0x56e962>_0x275b1d;},_0x5079a4[_0x1bb934(0x28b)]=function(_0x3d3abd,_0x38f126){return _0x3d3abd===_0x38f126;},_0x5079a4[_0x1bb934(0x285)]=_0x1bb934(0x32f),_0x5079a4[_0x1bb934(0x3b8)]=_0x1bb934(0x397),_0x5079a4[_0x1bb934(0x270)]='unknown';const _0x234915=_0x5079a4;if(_0x234915[_0x1bb934(0x3f7)](_0x1af48c[_0x1bb934(0x2a7)],_0x234915['aLxqv'])&&_0x234915[_0x1bb934(0x29b)](_0x1af48c[_0x1bb934(0x2a7)],_0x234915[_0x1bb934(0x38c)])&&_0x234915[_0x1bb934(0x29b)](_0x1af48c[_0x1bb934(0x2a7)],_0x234915[_0x1bb934(0x359)])&&_0x234915[_0x1bb934(0x3e9)](_0x1af48c[_0x1bb934(0x2a7)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x1bb934(0x280)](_0x1bb934(0x405)+_0x1af48c[_0x1bb934(0x2a7)]+')');return;}try{const _0x3cee4e=AutomationFramework[_0x1bb934(0x24e)](),_0x2d2e27=TestFramework[_0x1bb934(0x24e)](),_0x50d09b=_0x1af48c[_0x1bb934(0x2b5)]||global['__workerDetails']?.[_0x1bb934(0x35c)]||null;if(_0x234915[_0x1bb934(0x279)](_0x1af48c[_0x1bb934(0x2a7)],_0x234915['RgUlr'])){const _0x285021=_0x1af48c['platformCaps']||_0x3cee4e&&_0x3cee4e[_0x1bb934(0x387)]&&_0x3cee4e[_0x1bb934(0x387)]()||_0x3cee4e&&_0x3cee4e[_0x1bb934(0x205)]&&_0x3cee4e[_0x1bb934(0x205)]()||{},_0x593ab1=_0x1af48c[_0x1bb934(0x3ad)]||null,_0x2ceca1=this[_0x1bb934(0x2cc)](_0x3cee4e,_0x285021,_0x593ab1),_0x1ff6cd=CLIUtils[_0x1bb934(0x3b0)]();this[_0x1bb934(0x3f6)][_0x1bb934(0x2f9)](_0x1ff6cd,_0x2ceca1);global[_0x1bb934(0x38d)]?.[_0x1bb934(0x396)]&&global[_0x1bb934(0x38d)][_0x1bb934(0x396)]()['setShouldScan'](_0x2ceca1);_0x2ceca1?(global[_0x1bb934(0x3f2)]=!![],process[_0x1bb934(0x434)][_0x1bb934(0x44d)]=_0x234915[_0x1bb934(0x3a8)]):global[_0x1bb934(0x3f2)]=![];logger[_0x1bb934(0x280)](_0x1bb934(0x3c9)+_0x2ceca1);return;}if(_0x234915[_0x1bb934(0x279)](_0x1af48c[_0x1bb934(0x2a7)],FRAMEWORKS[_0x1bb934(0x210)])){const _0x483269=_0x1af48c['testData']||{},_0x4c0b86=_0x483269[TestFrameworkConstants[_0x1bb934(0x41c)]],_0x143a81=_0x483269[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x1b0c9f=(Array[_0x1bb934(0x224)](_0x4c0b86)?_0x4c0b86[_0x1bb934(0x3d5)](_0x143a81)[_0x1bb934(0x1ef)]('\x20'):_0x143a81)[_0x1bb934(0x2b0)](),_0x54a35b=_0x1af48c['platformCaps']||_0x3cee4e&&_0x3cee4e[_0x1bb934(0x387)]&&_0x3cee4e[_0x1bb934(0x387)]()||_0x3cee4e&&_0x3cee4e[_0x1bb934(0x205)]&&_0x3cee4e['getCapabilities']()||{},_0x1d4b56=this[_0x1bb934(0x2cc)](_0x3cee4e,_0x54a35b,_0x1af48c[_0x1bb934(0x3ad)]||null),_0x308b04=this[_0x1bb934(0x2f4)](_0x1b0c9f,_0x3cee4e,FRAMEWORKS[_0x1bb934(0x210)]),_0x3d2809=_0x234915['MCxZX'](_0x1d4b56,_0x308b04),_0x246bb9=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x1bb934(0x2f9)](_0x246bb9,_0x3d2809);global[_0x1bb934(0x38d)]?.[_0x1bb934(0x396)]&&global[_0x1bb934(0x38d)][_0x1bb934(0x396)]()['setShouldScan'](_0x3d2809);_0x3d2809?(global['accessibilityPlatform']=!![],process[_0x1bb934(0x434)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x234915[_0x1bb934(0x3a8)],this[_0x1bb934(0x354)]()):global['accessibilityPlatform']=![];_0x2d2e27&&_0x2d2e27[_0x1bb934(0x230)](_0x234915[_0x1bb934(0x2b2)],!![]);logger[_0x1bb934(0x280)](_0x1bb934(0x3a6)+_0x1d4b56+_0x1bb934(0x254)+_0x308b04+_0x1bb934(0x241)+_0x1b0c9f);return;}if(!_0x50d09b){_0x2d2e27&&_0x2d2e27['updateData'](_0x234915[_0x1bb934(0x2b2)],!![]);logger[_0x1bb934(0x280)](_0x234915[_0x1bb934(0x208)]);return;}logger[_0x1bb934(0x280)](_0x234915[_0x1bb934(0x3c8)]);const _0x2fe40d=_0x2d2e27?.[_0x1bb934(0x2b3)](_0x234915[_0x1bb934(0x21c)],![]),_0x2acc9c=_0x2d2e27?.[_0x1bb934(0x2b3)](_0x234915['vghbo'],![]);if(_0x234915[_0x1bb934(0x3d1)](_0x2fe40d,![])&&_0x234915['uzCzg'](_0x2acc9c,![])){_0x2d2e27&&_0x2d2e27[_0x1bb934(0x230)](_0x234915[_0x1bb934(0x21c)],!![]);logger['debug'](_0x234915['jWUnr']);return;}_0x2d2e27&&_0x2d2e27[_0x1bb934(0x230)](_0x234915[_0x1bb934(0x2b2)],!![]);let _0x2aec2d,_0x198651;const _0x1d8989=_0x1af48c[_0x1bb934(0x2a7)]||_0x234915[_0x1bb934(0x3ac)];if(_0x234915[_0x1bb934(0x3bf)](_0x1d8989,_0x234915[_0x1bb934(0x38c)])){_0x198651=_0x1af48c['testInfo']?.[_0x1bb934(0x239)]||_0x1af48c['testInfo']?.['id']||global[_0x1bb934(0x428)]||global[_0x1bb934(0x2ed)]?.['currentTest']?.[_0x1bb934(0x239)]||global[_0x1bb934(0x2ed)]?.[_0x1bb934(0x3d0)]?.['id'];const _0x8d5e1f=_0x2d2e27?.[_0x1bb934(0x213)]()?.['get'](_0x198651);if(_0x8d5e1f&&_0x8d5e1f[TestFrameworkConstants['KEY_TEST_NAME']])_0x2aec2d=_0x8d5e1f[TestFrameworkConstants[_0x1bb934(0x42b)]];else{if(_0x1af48c[_0x1bb934(0x243)]?.['titlePath'])_0x2aec2d=_0x1af48c['testInfo'][_0x1bb934(0x244)];else global[_0x1bb934(0x2ed)]?.['currentTest']?.[_0x1bb934(0x243)]?.['titlePath']?_0x2aec2d=global['__workerDetails']['currentTest'][_0x1bb934(0x243)][_0x1bb934(0x244)]:_0x2aec2d=_0x234915['SBUjZ'];}logger[_0x1bb934(0x280)](_0x1bb934(0x349)+_0x198651+_0x1bb934(0x241)+JSON[_0x1bb934(0x3bb)](_0x2aec2d));}else{_0x198651=this[_0x1bb934(0x393)](_0x1af48c);const _0x40379a=TestInfo[_0x1bb934(0x2e1)](_0x198651);let _0xbf88e2=[];if(_0x40379a&&Array[_0x1bb934(0x224)](_0x40379a[_0x1bb934(0x397)])&&_0x234915[_0x1bb934(0x2c0)](_0x40379a[_0x1bb934(0x397)][_0x1bb934(0x2b8)],0x0))_0xbf88e2=_0x40379a[_0x1bb934(0x397)];else{if(_0x2d2e27){const _0x102b74=_0x234915['wPrfO'](typeof _0x2d2e27[_0x1bb934(0x2b3)],_0x234915['nNqkH'])?_0x2d2e27[_0x1bb934(0x2b3)](_0x234915[_0x1bb934(0x3b8)],[]):_0x2d2e27['test_tags']||[];Array[_0x1bb934(0x224)](_0x102b74)&&(_0xbf88e2=_0x102b74);}}_0x2aec2d=_0xbf88e2;}logger[_0x1bb934(0x37c)](_0x1bb934(0x281)+JSON[_0x1bb934(0x3bb)](_0x2aec2d));const _0x34f2a6=this[_0x1bb934(0x2cc)](_0x3cee4e,_0x1af48c[_0x1bb934(0x260)],_0x1af48c[_0x1bb934(0x3ad)]);logger[_0x1bb934(0x280)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x34f2a6+_0x1bb934(0x1f2)+this[_0x1bb934(0x2fd)]);const _0x2eeeb2=this[_0x1bb934(0x2f4)](_0x2aec2d,_0x3cee4e,_0x1d8989),_0x367624=_0x234915[_0x1bb934(0x3b7)](_0x34f2a6,_0x2eeeb2),_0x18e527=CLIUtils[_0x1bb934(0x3b0)]();this[_0x1bb934(0x3f6)]['set'](_0x18e527,_0x367624),global['Context']?.['getContext']&&global[_0x1bb934(0x38d)][_0x1bb934(0x396)]()[_0x1bb934(0x26d)](_0x367624),logger[_0x1bb934(0x280)](_0x1bb934(0x2d8)+(_0x3cee4e?.[_0x1bb934(0x401)]?.()||_0x234915['ywNKz'])+_0x1bb934(0x27e)+_0x367624),_0x367624?(global[_0x1bb934(0x3f2)]=!![],process[_0x1bb934(0x434)][_0x1bb934(0x44d)]=_0x234915[_0x1bb934(0x3a8)],this[_0x1bb934(0x354)]()):global['accessibilityPlatform']=![];}catch(_0x467623){logger[_0x1bb934(0x430)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x467623[_0x1bb934(0x33b)]||_0x467623['message']));const _0x35234d=CLIUtils[_0x1bb934(0x3b0)]();this['accessibility'][_0x1bb934(0x2f9)](_0x35234d,![]),global[_0x1bb934(0x3f2)]=![];}}[a110_0x54345f(0x35a)](){const _0x4ab557=a110_0x54345f;return this[_0x4ab557(0x266)][_0x4ab557(0x326)](_0x22852b=>_0x22852b['getName']()==='goog:chromeOptions')?.[_0x4ab557(0x2ee)]()||'';}[a110_0x54345f(0x31b)](_0xdef448){const _0x1753c0=a110_0x54345f;try{const _0x16c729=this['accessibilityConfig']?.[_0x1753c0(0x247)]?.[_0x1753c0(0x236)]||[],_0x4d712f=_0x16c729[_0x1753c0(0x326)](_0x3a7773=>_0x3a7773['name']===_0xdef448);return _0x4d712f?_0x4d712f[_0x1753c0(0x32e)]:null;}catch(_0x4ee747){return logger['debug'](_0x1753c0(0x3af)+_0xdef448+':\x20'+_0x4ee747[_0x1753c0(0x443)]),null;}}async[a110_0x54345f(0x3be)](_0x38f2c4,_0x43d891){const _0x1e8505=a110_0x54345f,_0x3cc60b=_0x38f2c4['getAccessibility']()[_0x1e8505(0x22b)]();this[_0x1e8505(0x284)](_0x3cc60b),this[_0x1e8505(0x266)]=_0x3cc60b['getCapabilitiesList'](),await this[_0x1e8505(0x3f5)](this[_0x1e8505(0x266)],_0x43d891['launchCaps']);}[a110_0x54345f(0x284)](_0x118c26){const _0x24c891=a110_0x54345f,_0xb4c718={};_0xb4c718[_0x24c891(0x38a)]=function(_0x5638c2,_0x367a9e){return _0x5638c2>_0x367a9e;},_0xb4c718['tYREU']=_0x24c891(0x365),_0xb4c718[_0x24c891(0x350)]=_0x24c891(0x2d1);const _0x2a56ef=_0xb4c718;try{const _0x453b63=_0x118c26[_0x24c891(0x295)](),_0x4bf4da=_0x118c26['getCommandsToWrap']()?.[_0x24c891(0x228)]();_0x453b63&&_0x2a56ef[_0x24c891(0x38a)](_0x453b63[_0x24c891(0x2b8)],0x0)?(scripts['parseFromProto'](_0x453b63,_0x4bf4da),scripts[_0x24c891(0x214)](),logger['debug'](_0x2a56ef[_0x24c891(0x40e)])):logger[_0x24c891(0x280)](_0x2a56ef[_0x24c891(0x350)]);}catch(_0x46ea8d){logger[_0x24c891(0x280)](_0x24c891(0x312)+_0x46ea8d[_0x24c891(0x443)]);}}async['setAccessibilityToken'](_0x34ecfe,_0x1e09f6={}){const _0x5aeb89=a110_0x54345f,_0x588d57={'lSunr':_0x5aeb89(0x242),'Rigxr':_0x5aeb89(0x42a),'NJzvc':function(_0x2b1628,_0x52f6dc){return _0x2b1628===_0x52f6dc;},'qgKhg':_0x5aeb89(0x234),'VIFWI':function(_0x300563,_0x3b6365){return _0x300563(_0x3b6365);},'YDDtE':_0x5aeb89(0x2d9),'DmAFd':_0x5aeb89(0x294),'YgWPw':_0x5aeb89(0x2dd),'izOAU':function(_0x2c9231,_0x4a9687){return _0x2c9231||_0x4a9687;},'BRTXq':_0x5aeb89(0x283),'UPrLS':function(_0x88ce72,_0x379618){return _0x88ce72(_0x379618);},'sFXyN':'../../../helpers/accessibility-automation/helper','lRiUG':function(_0x1fd474,_0x1e0e6f){return _0x1fd474(_0x1e0e6f);},'dvaQy':_0x5aeb89(0x400),'onLUp':function(_0x387f76,_0x5ba5c4){return _0x387f76(_0x5ba5c4);},'fEliZ':_0x5aeb89(0x39f),'BwTgD':_0x5aeb89(0x2c8),'bhDAu':_0x5aeb89(0x278),'JPbtr':_0x5aeb89(0x31a),'hvNek':_0x5aeb89(0x2c3),'fJdlw':_0x5aeb89(0x252),'pjybp':function(_0xd1df8c,_0x2d423b){return _0xd1df8c===_0x2d423b;},'aqlqY':_0x5aeb89(0x267),'FHhSC':function(_0x3e13d7,_0xc49de3){return _0x3e13d7(_0xc49de3);},'GTPoI':'true'};global[_0x5aeb89(0x34a)]=global[_0x5aeb89(0x34a)]||{};const _0x17975e=Array[_0x5aeb89(0x224)](_0x34ecfe)?_0x34ecfe['length']:_0x588d57[_0x5aeb89(0x3b3)];logger[_0x5aeb89(0x280)](_0x5aeb89(0x3c3)+_0x17975e+_0x5aeb89(0x386)+(process['env'][_0x5aeb89(0x3e6)]||_0x588d57[_0x5aeb89(0x358)])+'\x22\x20pid='+process['pid']);for(const _0x253d6f of _0x34ecfe){logger[_0x5aeb89(0x280)]('[AccessibilityModule.setAccessibilityToken]\x20cap\x20name='+_0x253d6f['getName']());if(_0x588d57[_0x5aeb89(0x2c9)](_0x253d6f[_0x5aeb89(0x2ad)](),_0x588d57['qgKhg'])){const _0x34b53a=_0x253d6f['getValue'](),_0x43ba9b=_0x34b53a?_0x588d57['VIFWI'](require,_0x588d57[_0x5aeb89(0x3ee)])['createHash'](_0x588d57[_0x5aeb89(0x233)])[_0x5aeb89(0x212)](_0x34b53a)['digest'](_0x588d57['YgWPw'])[_0x5aeb89(0x35b)](0x0,0x8):'';logger['info'](_0x5aeb89(0x258)+_0x588d57[_0x5aeb89(0x1fa)](_0x34b53a,'')[_0x5aeb89(0x2b8)]+_0x5aeb89(0x3fe)+_0x43ba9b+_0x5aeb89(0x386)+(process[_0x5aeb89(0x434)][_0x5aeb89(0x3e6)]||_0x588d57[_0x5aeb89(0x358)])+_0x5aeb89(0x207)+process[_0x5aeb89(0x22a)]),process[_0x5aeb89(0x434)][_0x5aeb89(0x28a)]=_0x34b53a,global[_0x5aeb89(0x34a)][_0x588d57['BRTXq']]=_0x34b53a;const _0x13b61c=_0x588d57[_0x5aeb89(0x339)](require,_0x588d57[_0x5aeb89(0x3ce)]),{isTrue:_0x4da3a4}=_0x588d57[_0x5aeb89(0x34e)](require,_0x588d57[_0x5aeb89(0x296)]),_0x2960b0=_0x13b61c[_0x5aeb89(0x29f)](_0x34b53a);_0x2960b0&&_0x588d57['onLUp'](_0x4da3a4,_0x2960b0[_0x5aeb89(0x2ae)])&&(process[_0x5aeb89(0x434)][_0x5aeb89(0x240)]=!![]);}else{if(_0x588d57[_0x5aeb89(0x2c9)](_0x253d6f['getName'](),_0x588d57[_0x5aeb89(0x22f)]))global['__accessibilityOptions'][_0x588d57[_0x5aeb89(0x3a5)]]=_0x253d6f[_0x5aeb89(0x2ee)]();else{if(_0x588d57[_0x5aeb89(0x2c9)](_0x253d6f[_0x5aeb89(0x2ad)](),_0x588d57['bhDAu']))global['__accessibilityOptions'][_0x588d57[_0x5aeb89(0x410)]]=_0x253d6f[_0x5aeb89(0x2ee)]();else{if(_0x588d57[_0x5aeb89(0x2c9)](_0x253d6f[_0x5aeb89(0x2ad)](),_0x588d57[_0x5aeb89(0x289)]))global[_0x5aeb89(0x34a)][_0x588d57[_0x5aeb89(0x298)]]=_0x253d6f['getValue']();else{if(_0x588d57[_0x5aeb89(0x22c)](_0x253d6f[_0x5aeb89(0x2ad)](),_0x588d57['aqlqY'])){const _0x44f3a8=_0x253d6f[_0x5aeb89(0x2ee)]();process[_0x5aeb89(0x434)][_0x5aeb89(0x31d)]=_0x588d57[_0x5aeb89(0x291)](String,_0x588d57[_0x5aeb89(0x2c9)](_0x44f3a8,!![])||_0x588d57[_0x5aeb89(0x22c)](_0x44f3a8,_0x588d57['GTPoI'])),logger[_0x5aeb89(0x280)](_0x5aeb89(0x408)+_0x44f3a8+_0x5aeb89(0x2ac)+process['env'][_0x5aeb89(0x31d)]);}}}}}}}async[a110_0x54345f(0x39e)](_0x778ba3){const _0x286b3f=a110_0x54345f,_0x5558e3={};_0x5558e3['ezatT']=function(_0x25b4e5,_0x28e828){return _0x25b4e5!==_0x28e828;},_0x5558e3[_0x286b3f(0x3e7)]=_0x286b3f(0x44c),_0x5558e3[_0x286b3f(0x218)]='jest',_0x5558e3[_0x286b3f(0x217)]=_0x286b3f(0x42d),_0x5558e3['DytZU']=function(_0xea1abe,_0x270298){return _0xea1abe!==_0x270298;},_0x5558e3[_0x286b3f(0x24b)]=_0x286b3f(0x2af);const _0x291e85=_0x5558e3;if(_0x291e85[_0x286b3f(0x361)](_0x778ba3['testFramework'],_0x291e85[_0x286b3f(0x3e7)])&&_0x291e85[_0x286b3f(0x361)](_0x778ba3['testFramework'],_0x291e85[_0x286b3f(0x218)])&&_0x291e85['ezatT'](_0x778ba3['testFramework'],_0x291e85[_0x286b3f(0x217)])&&_0x291e85[_0x286b3f(0x2de)](_0x778ba3[_0x286b3f(0x2a7)],FRAMEWORKS[_0x286b3f(0x210)])){logger[_0x286b3f(0x280)](_0x286b3f(0x3b4)+_0x778ba3['testFramework']+')');return;}const _0x599050=_0x778ba3[_0x286b3f(0x243)]?.['testAnalyticsId']||_0x778ba3[_0x286b3f(0x243)]?.['id']||global['__jestCurrentTestIdentifier'];logger[_0x286b3f(0x37c)](_0x286b3f(0x297)+_0x778ba3[_0x286b3f(0x2a7)]+_0x286b3f(0x2c4)+_0x599050);try{const _0x335680=_0x778ba3[_0x286b3f(0x3d6)]||AutomationFramework[_0x286b3f(0x24e)](),_0x2f1001=CLIUtils['getCurrentInstanceName'](),_0x359f7e=this[_0x286b3f(0x1ed)]();logger[_0x286b3f(0x280)](_0x286b3f(0x2d8)+(_0x335680?.[_0x286b3f(0x401)]?.()||_0x291e85[_0x286b3f(0x24b)])+_0x286b3f(0x1f9)+_0x359f7e),_0x359f7e&&await this[_0x286b3f(0x3ef)](_0x335680,_0x778ba3),this[_0x286b3f(0x3f6)][_0x286b3f(0x37b)](_0x2f1001),this[_0x286b3f(0x273)]['delete'](_0x2f1001);}catch(_0x51b8dd){logger[_0x286b3f(0x430)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x51b8dd[_0x286b3f(0x33b)]||_0x51b8dd[_0x286b3f(0x443)]));}}async[a110_0x54345f(0x3ef)](_0x5e3673,_0x2007a1){const _0x2ee95b=a110_0x54345f,_0x1f659f={};_0x1f659f[_0x2ee95b(0x31c)]=function(_0x260455,_0x2d5b2b){return _0x260455===_0x2d5b2b;},_0x1f659f[_0x2ee95b(0x1ec)]='function',_0x1f659f[_0x2ee95b(0x351)]=_0x2ee95b(0x2e2),_0x1f659f['oxsYw']=_0x2ee95b(0x44c),_0x1f659f[_0x2ee95b(0x2fb)]=_0x2ee95b(0x262),_0x1f659f['knxQe']=_0x2ee95b(0x3f6),_0x1f659f['YPgzg']=_0x2ee95b(0x39c),_0x1f659f[_0x2ee95b(0x21e)]=_0x2ee95b(0x2af),_0x1f659f[_0x2ee95b(0x373)]=_0x2ee95b(0x438),_0x1f659f[_0x2ee95b(0x290)]=_0x2ee95b(0x40f),_0x1f659f[_0x2ee95b(0x272)]=function(_0x46c2a5,_0x2d47ee){return _0x46c2a5===_0x2d47ee;},_0x1f659f[_0x2ee95b(0x436)]=function(_0x59c159,_0x1fb0a7){return _0x59c159||_0x1fb0a7;},_0x1f659f['xadFS']=function(_0x4363b7,_0x105244){return _0x4363b7||_0x105244;},_0x1f659f['ClIlw']=function(_0x46206c,_0x4e947e){return _0x46206c||_0x4e947e;},_0x1f659f[_0x2ee95b(0x2aa)]=_0x2ee95b(0x369),_0x1f659f['oXLUe']=_0x2ee95b(0x352),_0x1f659f[_0x2ee95b(0x3d3)]=_0x2ee95b(0x221);const _0x1e2cb3=_0x1f659f;try{const _0x5f4e0e=_0x2007a1['testFramework']||(_0x1e2cb3[_0x2ee95b(0x31c)](this[_0x2ee95b(0x29a)]?.['name']?.[_0x2ee95b(0x409)](),_0x1e2cb3[_0x2ee95b(0x351)])?_0x1e2cb3['DillW']:_0x1e2cb3[_0x2ee95b(0x442)]);let _0x574c83='',_0x421fbf=null,_0x1f786d=null;if(_0x1e2cb3[_0x2ee95b(0x31c)](_0x5f4e0e,_0x1e2cb3[_0x2ee95b(0x351)])){_0x421fbf=_0x2007a1[_0x2ee95b(0x243)]?.[_0x2ee95b(0x239)]||_0x2007a1['testInfo']?.['id']||global[_0x2ee95b(0x428)];if(!_0x421fbf){logger['warn'](_0x1e2cb3['xmkwk']);return;}try{const _0x4e078d=await GrpcClient[_0x2ee95b(0x288)]()[_0x2ee95b(0x293)](process[_0x2ee95b(0x434)][_0x2ee95b(0x392)],_0x1e2cb3['knxQe'],_0x1e2cb3[_0x2ee95b(0x31f)],_0x421fbf),_0x50c237=AccessibilityModule['loadDriverExecuteParams'](null,_0x4e078d);_0x574c83=_0x50c237?.['thTestRunUuid']||'',logger[_0x2ee95b(0x280)](_0x2ee95b(0x426)+_0x574c83+_0x2ee95b(0x3c0)+_0x421fbf),_0x1f786d=_0x4e078d;}catch(_0x268a18){logger['error']('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x268a18[_0x2ee95b(0x443)]);return;}}else{const _0x2ececd=this['getTestId'](_0x2007a1);_0x574c83=TestInfo[_0x2ee95b(0x2a0)](_0x2ececd);}const _0x119177=((()=>{const _0x5ebeaa=_0x2ee95b,_0x10dbcd=(this['accessibilityConfig']?.[_0x5ebeaa(0x247)]?.[_0x5ebeaa(0x236)]||[])[_0x5ebeaa(0x326)](_0x23227b=>(typeof _0x23227b[_0x5ebeaa(0x2ad)]==='function'?_0x23227b['getName']():_0x23227b[_0x5ebeaa(0x366)])===this['KEY_TESTHUB_BUILD_ID']);return _0x10dbcd?_0x1e2cb3['PQflx'](typeof _0x10dbcd[_0x5ebeaa(0x2ee)],_0x1e2cb3[_0x5ebeaa(0x1ec)])?_0x10dbcd[_0x5ebeaa(0x2ee)]():_0x10dbcd[_0x5ebeaa(0x32e)]:'';})()),_0xe44698=process['env'][_0x2ee95b(0x26a)]||'';logger['debug'](_0x2ee95b(0x2d8)+(_0x5e3673?.[_0x2ee95b(0x401)]?.()||_0x1e2cb3[_0x2ee95b(0x21e)])+']\x20clear\x20'+_0x574c83+_0x2ee95b(0x3f1)+_0x119177+_0x2ee95b(0x3a3)+(_0xe44698?_0x1e2cb3[_0x2ee95b(0x373)]:_0x1e2cb3[_0x2ee95b(0x290)]));let _0x165f68;if(_0x1e2cb3[_0x2ee95b(0x272)](_0x5f4e0e,_0x1e2cb3[_0x2ee95b(0x351)]))_0x165f68=AccessibilityModule[_0x2ee95b(0x216)](_0x574c83,_0x1f786d);else{const _0x520c98=await GrpcClient[_0x2ee95b(0x288)]()[_0x2ee95b(0x293)](process[_0x2ee95b(0x434)][_0x2ee95b(0x392)],_0x1e2cb3[_0x2ee95b(0x316)],_0x1e2cb3[_0x2ee95b(0x31f)]);_0x165f68=AccessibilityModule[_0x2ee95b(0x216)](_0x574c83,_0x520c98);}logger[_0x2ee95b(0x280)](_0x2ee95b(0x433)+JSON[_0x2ee95b(0x3bb)](_0x165f68));const _0xb5e664=Object['assign']({},{'thTestRunUuid':_0x1e2cb3['snCXw'](_0x574c83,''),'thBuildUuid':_0x1e2cb3[_0x2ee95b(0x2b7)](_0x119177,''),'thJwtToken':_0x1e2cb3['ClIlw'](_0xe44698,'')},_0x165f68);!this[_0x2ee95b(0x2fd)]&&this[_0x2ee95b(0x364)]()&&(_0xb5e664[_0x2ee95b(0x2da)]=!![],logger['debug'](_0x1e2cb3[_0x2ee95b(0x2aa)]));logger[_0x2ee95b(0x280)](_0x2ee95b(0x2fe)+_0x574c83+_0x2ee95b(0x1f2)+this[_0x2ee95b(0x2fd)]);let _0x42f06c=global['__workerDetails']?.['pwPage']||null;!_0x42f06c&&(_0x42f06c=AutomationFramework['getState'](_0x5e3673,_0x1e2cb3[_0x2ee95b(0x23e)],null)),!_0x42f06c&&(_0x42f06c=AutomationFramework[_0x2ee95b(0x2e8)](_0x5e3673,_0x1e2cb3['fakMT'],null)),await this[_0x2ee95b(0x440)](this[_0x2ee95b(0x1ed)](),_0x574c83,_0x42f06c,_0xb5e664,this[_0x2ee95b(0x2fd)]);}catch(_0x5ec779){logger['error'](_0x2ee95b(0x1ff)+(_0x5ec779[_0x2ee95b(0x33b)]||_0x5ec779[_0x2ee95b(0x443)]));}}async[a110_0x54345f(0x440)](_0xd8f386,_0x2ffaee,_0x26c3b7,_0x561209,_0xa35d43){const _0x3d8bcf=a110_0x54345f,_0x39a15e={};_0x39a15e[_0x3d8bcf(0x268)]='saveResults',_0x39a15e[_0x3d8bcf(0x25e)]=function(_0x47c17c,_0x49fc33){return _0x47c17c&&_0x49fc33;},_0x39a15e[_0x3d8bcf(0x3c1)]=_0x3d8bcf(0x2f1),_0x39a15e[_0x3d8bcf(0x2df)]=function(_0x4317ff,_0x17cb40){return _0x4317ff===_0x17cb40;},_0x39a15e[_0x3d8bcf(0x22d)]='null',_0x39a15e['iYDTl']=function(_0x51abcd,_0x1b19ad){return _0x51abcd===_0x1b19ad;},_0x39a15e[_0x3d8bcf(0x245)]=_0x3d8bcf(0x23a),_0x39a15e[_0x3d8bcf(0x2f3)]=_0x3d8bcf(0x336),_0x39a15e[_0x3d8bcf(0x24f)]='afterTestHook',_0x39a15e[_0x3d8bcf(0x1fd)]=_0x3d8bcf(0x263),_0x39a15e['pnonD']=function(_0x5ccf4e,_0x440222){return _0x5ccf4e&&_0x440222;},_0x39a15e[_0x3d8bcf(0x34b)]=_0x3d8bcf(0x36e),_0x39a15e['uTnWY']=_0x3d8bcf(0x3c5),_0x39a15e[_0x3d8bcf(0x1eb)]=_0x3d8bcf(0x2d6);const _0x2f4a31=_0x39a15e;try{const _0x4fd2bb=this['getScriptByName'](_0x2f4a31[_0x3d8bcf(0x268)]);if(_0x2f4a31[_0x3d8bcf(0x25e)](!_0xa35d43,!_0x4fd2bb)){logger[_0x3d8bcf(0x280)](_0x2f4a31[_0x3d8bcf(0x3c1)]);return;}if(!_0x2ffaee||_0x2f4a31['oSvkk'](_0x2ffaee,_0x2f4a31[_0x3d8bcf(0x22d)])||_0x2f4a31['iYDTl'](_0x2ffaee,'')){logger[_0x3d8bcf(0x280)](_0x2f4a31['CiBSB']);return;}logger[_0x3d8bcf(0x280)](_0x3d8bcf(0x414)+JSON[_0x3d8bcf(0x3bb)](_0x561209)),_0xd8f386&&(logger[_0x3d8bcf(0x280)](_0x2f4a31[_0x3d8bcf(0x2f3)]),await this['performScanForCli'](_0x26c3b7,_0x2ffaee,_0x2f4a31['QMXxb'],_0x561209,_0xa35d43,_0x2f4a31[_0x3d8bcf(0x1fd)]),_0x2f4a31[_0x3d8bcf(0x323)](!_0xa35d43,_0x4fd2bb)&&(logger[_0x3d8bcf(0x280)](_0x2f4a31[_0x3d8bcf(0x34b)]),await PerformanceTester[_0x3d8bcf(0x3e3)](_0x2f4a31[_0x3d8bcf(0x20c)],async()=>{const _0x6d850c=_0x3d8bcf;await this[_0x6d850c(0x2c1)](_0x26c3b7,_0x2ffaee,_0x2f4a31['EZmJn'],_0x561209,_0xa35d43,_0x2f4a31[_0x6d850c(0x268)]);})()),logger[_0x3d8bcf(0x37c)](_0x2f4a31[_0x3d8bcf(0x1eb)]));}catch(_0x5d16ab){logger[_0x3d8bcf(0x430)](_0x3d8bcf(0x341)+(_0x5d16ab[_0x3d8bcf(0x33b)]||_0x5d16ab['message']));}}async[a110_0x54345f(0x23f)](_0x255971){const _0x104cde=a110_0x54345f,_0x25b939={};_0x25b939['gdiyT']=function(_0x324f1b,_0x4f32a8){return _0x324f1b!==_0x4f32a8;},_0x25b939['VGyBW']='cucumber',_0x25b939[_0x104cde(0x2b1)]=function(_0x2a5810,_0x40a32e){return _0x2a5810!==_0x40a32e;},_0x25b939[_0x104cde(0x32c)]=_0x104cde(0x2e2),_0x25b939[_0x104cde(0x286)]=function(_0x4be06a,_0x59e9b6){return _0x4be06a!==_0x59e9b6;},_0x25b939['jmyFJ']='testcafe',_0x25b939[_0x104cde(0x2ab)]=function(_0x342098,_0x251e1f){return _0x342098!==_0x251e1f;},_0x25b939[_0x104cde(0x378)]=_0x104cde(0x2af),_0x25b939[_0x104cde(0x37e)]=_0x104cde(0x3d9),_0x25b939['PiRUm']=function(_0x4eed75,_0x4c7227){return _0x4eed75&&_0x4c7227;},_0x25b939[_0x104cde(0x381)]=function(_0x2898b0,_0x36e4b8){return _0x2898b0===_0x36e4b8;},_0x25b939[_0x104cde(0x235)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x25b939['JxHoN']=_0x104cde(0x3f6),_0x25b939[_0x104cde(0x337)]=_0x104cde(0x314),_0x25b939[_0x104cde(0x32d)]=_0x104cde(0x2c7),_0x25b939[_0x104cde(0x3b9)]=_0x104cde(0x3fd),_0x25b939[_0x104cde(0x2f6)]=function(_0x28504a,_0x583463){return _0x28504a===_0x583463;},_0x25b939['yxJXa']=_0x104cde(0x263),_0x25b939[_0x104cde(0x26e)]=_0x104cde(0x40f);const _0x247219=_0x25b939;if(_0x247219[_0x104cde(0x309)](_0x255971['testFramework'],_0x247219[_0x104cde(0x2d7)])&&_0x247219[_0x104cde(0x2b1)](_0x255971[_0x104cde(0x2a7)],_0x247219[_0x104cde(0x32c)])&&_0x247219[_0x104cde(0x286)](_0x255971[_0x104cde(0x2a7)],_0x247219[_0x104cde(0x264)])&&_0x247219[_0x104cde(0x2ab)](_0x255971[_0x104cde(0x2a7)],FRAMEWORKS['NODE_GENERIC'])){logger[_0x104cde(0x280)]('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x255971[_0x104cde(0x2a7)]+')');return;}logger[_0x104cde(0x280)](_0x104cde(0x2e9)+(_0x255971[_0x104cde(0x3f8)]||_0x247219[_0x104cde(0x378)])+_0x104cde(0x20d)+_0x255971['testFramework']);try{const _0x4197d6=_0x255971[_0x104cde(0x3d6)]||AutomationFramework[_0x104cde(0x24e)](),_0x59d5cf=TestFramework['getTrackedInstance'](),_0x1aec1b=_0x255971[_0x104cde(0x3f8)]||_0x255971[_0x104cde(0x2d4)]?.[_0x104cde(0x2ad)]();if(!_0x1aec1b){logger[_0x104cde(0x280)](_0x247219[_0x104cde(0x37e)]);return;}if(!this[_0x104cde(0x1ed)]()){logger[_0x104cde(0x280)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x1aec1b);return;}if(!this[_0x104cde(0x253)](_0x1aec1b)){logger['debug'](_0x104cde(0x202)+_0x1aec1b+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0xdd2ca3=_0x255971[_0x104cde(0x2b5)]||global['__workerDetails']?.['pwPage'],_0x3af14f=_0x255971[_0x104cde(0x362)]||null;if(_0x247219['PiRUm'](!_0xdd2ca3,!_0x3af14f)){logger[_0x104cde(0x280)](_0x104cde(0x3c2)+_0x1aec1b);return;}let _0x5aad30='',_0x486e86=null;if(_0x247219['qlkPN'](_0x255971[_0x104cde(0x2a7)],_0x247219[_0x104cde(0x32c)])){_0x486e86=_0x255971['testInfo']?.['testAnalyticsId']||_0x255971['testInfo']?.['id']||global[_0x104cde(0x428)];if(!_0x486e86){logger[_0x104cde(0x2e5)](_0x247219[_0x104cde(0x235)]);return;}try{const _0xbeb3b5=await GrpcClient[_0x104cde(0x288)]()[_0x104cde(0x293)](process['env'][_0x104cde(0x392)],_0x247219[_0x104cde(0x26c)],_0x247219[_0x104cde(0x337)],_0x486e86),_0x15f03d=AccessibilityModule['loadDriverExecuteParams'](null,_0xbeb3b5);_0x5aad30=_0x15f03d?.[_0x104cde(0x2b6)]||'',logger[_0x104cde(0x280)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5aad30+'\x20from\x20testIdentifier='+_0x486e86);}catch(_0x5e474f){logger[_0x104cde(0x430)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5e474f[_0x104cde(0x443)]);return;}}else _0x247219[_0x104cde(0x381)](_0x255971['testFramework'],FRAMEWORKS[_0x104cde(0x210)])?_0x5aad30=_0x255971['testRunId']||'':(_0x5aad30=this[_0x104cde(0x31b)](_0x247219[_0x104cde(0x32d)])||'',!_0x5aad30&&this[_0x104cde(0x364)]()&&(_0x5aad30=accessibilityHelper['resolveMobileThTestRunUuid']()));const _0x1db6ff=this[_0x104cde(0x31b)](_0x247219[_0x104cde(0x3b9)])||this['accessibilityConfig'][this[_0x104cde(0x43d)]]||null,_0x12d9af=process[_0x104cde(0x434)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2da6e7=this[_0x104cde(0x3cd)](_0x1aec1b,_0x5aad30,_0x1db6ff,_0x12d9af),_0xb8fd61=_0x247219[_0x104cde(0x2f6)](_0x255971[_0x104cde(0x2a7)],_0x247219['KFidN'])?await AccessibilityModule[_0x104cde(0x28f)](_0x247219[_0x104cde(0x20a)],_0x5aad30,_0x486e86):await AccessibilityModule[_0x104cde(0x28f)](_0x247219[_0x104cde(0x20a)],_0x5aad30);logger[_0x104cde(0x37c)](_0x104cde(0x3c6)+(_0x2da6e7?JSON[_0x104cde(0x3bb)](_0x2da6e7):_0x247219[_0x104cde(0x26e)]));let _0x4fd3fc=CLIUtils[_0x104cde(0x225)](_0x2da6e7,_0xb8fd61);if(this['isAppAccessibility']){const _0x27fb69=process['env'][_0x104cde(0x28a)]||'';_0x4fd3fc[_0x104cde(0x33d)]&&(_0x4fd3fc[_0x104cde(0x1f0)]=_0x4fd3fc['centralAuthToken'],delete _0x4fd3fc[_0x104cde(0x33d)]),_0x4fd3fc=Object['assign']({},_0x4fd3fc,{'authHeader':_0x4fd3fc[_0x104cde(0x2ec)]||_0x27fb69,'method':_0x1aec1b,'scanTimestamp':Date[_0x104cde(0x25b)]()[_0x104cde(0x220)]()});}logger[_0x104cde(0x37c)]('MergedScanArgs:\x20'+(_0x4fd3fc?JSON[_0x104cde(0x3bb)](_0x4fd3fc):_0x247219[_0x104cde(0x26e)])),logger[_0x104cde(0x280)](_0x104cde(0x2a4)+_0x1aec1b);const _0x18be4b=this[_0x104cde(0x2fd)]?_0x3af14f:_0xdd2ca3,_0x309482=await this[_0x104cde(0x2c1)](_0x18be4b,_0x5aad30,_0x1aec1b,_0x4fd3fc,this['isAppAccessibility']);logger[_0x104cde(0x280)](_0x104cde(0x21b)+_0x1aec1b+_0x104cde(0x1fe)+JSON[_0x104cde(0x3bb)](_0x309482));}catch(_0x180ea4){logger[_0x104cde(0x430)](_0x104cde(0x38b)+(_0x180ea4[_0x104cde(0x33b)]||_0x180ea4[_0x104cde(0x443)]));}}[a110_0x54345f(0x3f0)](){return this['getCurrentAccessibilityStatus']();}[a110_0x54345f(0x30c)](_0x421942){const _0x39ae5d=a110_0x54345f,_0x176777=CLIUtils[_0x39ae5d(0x3b0)]();this[_0x39ae5d(0x3f6)][_0x39ae5d(0x2f9)](_0x176777,_0x421942);}async['initAccessibilityConfig'](_0x3440b8){const _0x2ab326=a110_0x54345f,_0x3bff18={};_0x3bff18[_0x2ab326(0x3d2)]=_0x2ab326(0x2af);const _0x3b7833=_0x3bff18;try{const _0x2cc9ce=_0x3440b8['instance']||AutomationFramework[_0x2ab326(0x24e)](),_0x56a591=_0x2cc9ce?.[_0x2ab326(0x2b3)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x56a591)return;PerformanceTester[_0x2ab326(0x372)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x3c16cb=await GrpcClient[_0x2ab326(0x288)]()[_0x2ab326(0x2a3)](_0x3440b8);_0x3c16cb&&_0x3c16cb[_0x2ab326(0x2bb)]&&_0x3c16cb['getAccessibility']()&&_0x3c16cb[_0x2ab326(0x2bb)]()[_0x2ab326(0x318)]()?(await this[_0x2ab326(0x340)](_0x3c16cb,_0x3440b8),_0x2cc9ce?.['getData']&&_0x2cc9ce['getData']()['set'](this[_0x2ab326(0x27b)],!![]),logger[_0x2ab326(0x280)](_0x2ab326(0x2d8)+(_0x2cc9ce?.[_0x2ab326(0x401)]?.()||_0x3b7833[_0x2ab326(0x3d2)])+_0x2ab326(0x305))):logger[_0x2ab326(0x280)](_0x2ab326(0x2d8)+(_0x2cc9ce?.[_0x2ab326(0x401)]?.()||_0x3b7833['WZczS'])+_0x2ab326(0x2d3)),PerformanceTester[_0x2ab326(0x21a)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x3b463f){PerformanceTester[_0x2ab326(0x21a)](EVENTS[_0x2ab326(0x40d)],![],_0x3b463f['message']),logger[_0x2ab326(0x430)](_0x2ab326(0x206)+(_0x3b463f['stack']||_0x3b463f[_0x2ab326(0x443)]));}}async[a110_0x54345f(0x340)](_0x1559ad,_0x199e7b){const _0xa8ff1c=a110_0x54345f;await this[_0xa8ff1c(0x3be)](_0x1559ad,_0x199e7b);const _0x2bb2a7=_0x1559ad['getAccessibility']()[_0xa8ff1c(0x22b)]();if(_0x2bb2a7){const _0x1ac23d=_0x1559ad[_0xa8ff1c(0x200)]&&_0x1559ad['getTesthub']();_0x1ac23d&&(this[_0xa8ff1c(0x444)][this[_0xa8ff1c(0x43d)]]=_0x1ac23d[_0xa8ff1c(0x3c7)]&&_0x1ac23d[_0xa8ff1c(0x3c7)]());}}['shouldScanForCommand'](_0x486ea8){const _0x2918cf=a110_0x54345f,_0x3ce524={};_0x3ce524[_0x2918cf(0x40b)]=function(_0x5c1628,_0x3c9e11){return _0x5c1628===_0x3c9e11;};const _0x254c7e=_0x3ce524;try{if(!_0x486ea8)return![];const _0x1fd58e=this[_0x2918cf(0x444)]?.['options']?.[_0x2918cf(0x302)]?.['commandsList']||[],_0x3ab599=_0x1fd58e['some'](_0x5a602e=>{const _0x48c9d6=_0x2918cf;return _0x5a602e[_0x48c9d6(0x366)]&&_0x254c7e['OjLLR'](_0x5a602e[_0x48c9d6(0x366)]['toLowerCase'](),_0x486ea8[_0x48c9d6(0x409)]());});return logger['debug'](_0x2918cf(0x335)+_0x486ea8+_0x2918cf(0x29e)+_0x3ab599+',\x20available\x20commands:\x20'+JSON[_0x2918cf(0x3bb)](_0x1fd58e[_0x2918cf(0x367)](_0xaf93ad=>_0xaf93ad[_0x2918cf(0x366)]))),_0x3ab599;}catch(_0x22fb09){return logger['debug']('Error\x20in\x20shouldScanForCommand:\x20'+_0x22fb09['message']),![];}}[a110_0x54345f(0x25a)](_0x6ab787){const _0x1825e1=a110_0x54345f,_0x30c7b8={};_0x30c7b8[_0x1825e1(0x363)]=function(_0x5952b9,_0x406443){return _0x5952b9===_0x406443;},_0x30c7b8[_0x1825e1(0x2d5)]=_0x1825e1(0x43c),_0x30c7b8[_0x1825e1(0x388)]=_0x1825e1(0x34f);const _0x2a9ebf=_0x30c7b8,_0x49a611=_0x6ab787['getScript']&&_0x6ab787[_0x1825e1(0x3d4)]();return _0x49a611&&_0x2a9ebf[_0x1825e1(0x363)](typeof _0x49a611,_0x2a9ebf[_0x1825e1(0x2d5)])&&_0x49a611['includes'](_0x2a9ebf[_0x1825e1(0x388)]);}[a110_0x54345f(0x2c2)](_0x392c28){const _0x592738=a110_0x54345f,_0x24d8e5={};_0x24d8e5[_0x592738(0x42f)]=function(_0x526ea1,_0x3dafe1){return _0x526ea1!==_0x3dafe1;},_0x24d8e5[_0x592738(0x31e)]=_0x592738(0x43c),_0x24d8e5[_0x592738(0x2d0)]=_0x592738(0x3f6),_0x24d8e5[_0x592738(0x445)]='performScan',_0x24d8e5[_0x592738(0x238)]=_0x592738(0x3d7),_0x24d8e5[_0x592738(0x3f3)]='saveTestResults';const _0x3665eb=_0x24d8e5,_0x536ec8=_0x392c28[_0x592738(0x3d4)]&&_0x392c28[_0x592738(0x3d4)]();if(!_0x536ec8||_0x3665eb['zGolp'](typeof _0x536ec8,_0x3665eb[_0x592738(0x31e)]))return![];return _0x536ec8['includes'](_0x3665eb[_0x592738(0x2d0)])||_0x536ec8[_0x592738(0x2c6)](_0x3665eb['PyPEl'])||_0x536ec8[_0x592738(0x2c6)](_0x3665eb['dcuMr'])||_0x536ec8['includes'](_0x3665eb[_0x592738(0x3f3)]);}['isMobileWebSession'](){const _0xa6e135=a110_0x54345f,_0x3c9480={'LjANj':function(_0x4ea1ab,_0x4644e6){return _0x4ea1ab===_0x4644e6;},'JzczM':'function','FzSSK':function(_0x35ca2e,_0x5b2dc2){return _0x35ca2e(_0x5b2dc2);},'WchrQ':_0xa6e135(0x304),'AHNLS':function(_0x36fe1e,_0x2fc306){return _0x36fe1e(_0x2fc306);},'zSSoN':_0xa6e135(0x211),'TNncu':_0xa6e135(0x355),'aKHqz':_0xa6e135(0x412)};try{const _0x2410a6=this['accessibilityConfig']?.[_0xa6e135(0x247)]?.[_0xa6e135(0x236)]||[],_0x576b1d=_0x27e2a1=>{const _0xf26d49=_0xa6e135,_0x2879b2=_0x2410a6[_0xf26d49(0x326)](_0x1b55dd=>(typeof _0x1b55dd['getName']===_0xf26d49(0x32f)?_0x1b55dd[_0xf26d49(0x2ad)]():_0x1b55dd[_0xf26d49(0x366)])===_0x27e2a1);return _0x2879b2?_0x3c9480[_0xf26d49(0x2ba)](typeof _0x2879b2[_0xf26d49(0x2ee)],_0x3c9480[_0xf26d49(0x385)])?_0x2879b2[_0xf26d49(0x2ee)]():_0x2879b2[_0xf26d49(0x32e)]:null;},_0x45b3ad=_0x3c9480[_0xa6e135(0x3e8)](_0x576b1d,_0x3c9480['WchrQ']),_0x50e8ac=_0x3c9480['AHNLS'](_0x576b1d,_0x3c9480[_0xa6e135(0x2cf)]),_0x227e28=global[_0xa6e135(0x3b6)]||_0x45b3ad&&_0x3c9480[_0xa6e135(0x2ba)](_0x3c9480[_0xa6e135(0x3cb)](String,_0x45b3ad)[_0xa6e135(0x409)](),_0x3c9480['TNncu'])&&_0x50e8ac&&_0x3c9480[_0xa6e135(0x3e8)](String,_0x50e8ac)[_0xa6e135(0x409)]()[_0xa6e135(0x2c6)](_0x3c9480['aKHqz']);if(!_0x227e28)return![];if(!accessibilityHelper[_0xa6e135(0x267)]())return!this[_0xa6e135(0x44f)]&&(logger[_0xa6e135(0x2e5)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0xa6e135(0x44f)]=!![]),![];return!![];}catch(_0x30756a){return logger[_0xa6e135(0x280)](_0xa6e135(0x3e2)+_0x30756a[_0xa6e135(0x443)]),![];}}[a110_0x54345f(0x3cd)](_0x27cd53,_0x173e56,_0x27e195,_0x2840ff){const _0x17f9a7=a110_0x54345f,_0xd4138c={};_0xd4138c[_0x17f9a7(0x41b)]=function(_0x1ef165,_0x50f79e){return _0x1ef165||_0x50f79e;},_0xd4138c[_0x17f9a7(0x422)]=function(_0x549391,_0x168674){return _0x549391&&_0x168674;},_0xd4138c[_0x17f9a7(0x3de)]=_0x17f9a7(0x437);const _0x3b4142=_0xd4138c;let _0x52791c=_0x3b4142[_0x17f9a7(0x41b)](_0x173e56,'');const _0x1f9063=!this['isAppAccessibility']&&this[_0x17f9a7(0x364)]();_0x3b4142[_0x17f9a7(0x422)](_0x1f9063,!_0x52791c)&&(_0x52791c=accessibilityHelper[_0x17f9a7(0x3ca)]());const _0x700295={'command':_0x27cd53,'thTestRunUuid':_0x52791c,'thBuildUuid':_0x3b4142[_0x17f9a7(0x41b)](_0x27e195,''),'thJwtToken':_0x3b4142[_0x17f9a7(0x41b)](_0x2840ff,''),'timestamp':new Date()[_0x17f9a7(0x20b)]()};return _0x1f9063&&(_0x700295[_0x17f9a7(0x2da)]=!![],logger['debug'](_0x3b4142[_0x17f9a7(0x3de)])),_0x700295;}[a110_0x54345f(0x3fb)](_0x577c92){const _0x42f3b0=a110_0x54345f,_0x243cfb={};_0x243cfb[_0x42f3b0(0x43a)]=function(_0x2a23eb,_0x25d60c){return _0x2a23eb||_0x25d60c;};const _0x4fa8c6=_0x243cfb;try{const _0x456888=this['accessibilityConfig']?.[_0x42f3b0(0x247)]?.['scriptsList']||[],_0x381b8c=_0x456888[_0x42f3b0(0x326)](_0x37968a=>_0x37968a[_0x42f3b0(0x366)]===_0x577c92);return _0x4fa8c6[_0x42f3b0(0x43a)](_0x381b8c,null);}catch(_0x54bba6){return logger['debug'](_0x42f3b0(0x3b1)+_0x577c92+':\x20'+_0x54bba6[_0x42f3b0(0x443)]),null;}}async[a110_0x54345f(0x3a2)](_0x3ee40e,_0xb23d6,_0x183947=null){const _0x4469cd=a110_0x54345f,_0x3c33f6={'iuoUF':function(_0x29ae65,_0xade0c0){return _0x29ae65(_0xade0c0);},'mJxQv':_0x4469cd(0x306)};try{if(!_0x3ee40e)return logger['debug'](_0x4469cd(0x25c)+_0xb23d6),null;const _0x17a332=this[_0x4469cd(0x3fb)](_0xb23d6);if(!_0x17a332||!_0x17a332[_0x4469cd(0x2d4)])return logger['debug'](_0x4469cd(0x342)+_0xb23d6+_0x4469cd(0x3a4)),null;logger[_0x4469cd(0x280)](_0x4469cd(0x429)+_0xb23d6+_0x4469cd(0x320));const _0x32c453=_0x3c33f6['iuoUF'](require,_0x3c33f6[_0x4469cd(0x299)]),_0xe9ff08=_0x183947?await _0x32c453[_0x4469cd(0x201)](_0x3ee40e,_0x17a332[_0x4469cd(0x2d4)],_0x183947):await _0x32c453[_0x4469cd(0x201)](_0x3ee40e,_0x17a332[_0x4469cd(0x2d4)]);return _0xe9ff08;}catch(_0x389df3){return logger[_0x4469cd(0x430)](_0x4469cd(0x2a8)+_0xb23d6+':\x20'+(_0x389df3[_0x4469cd(0x33b)]||_0x389df3[_0x4469cd(0x443)])),null;}}async[a110_0x54345f(0x2c1)](_0x2a4101,_0x46c298,_0x37c2a2,_0x12172b,_0x3ed089,_0x47cc81=a110_0x54345f(0x263)){const _0x3d1709=a110_0x54345f,_0x4113d8={'EHJoE':function(_0x1cd621,_0x2b6a5a){return _0x1cd621===_0x2b6a5a;},'DmxDN':_0x3d1709(0x263),'MGnWb':function(_0x3b7a04,_0x42d6c3){return _0x3b7a04(_0x42d6c3);},'Opkir':'../../playwright/accessibility-helper'};try{logger['debug'](_0x3d1709(0x229)+_0x37c2a2+_0x3d1709(0x2d2)+_0x47cc81+_0x3d1709(0x1f2)+_0x3ed089);const _0x410f4f=this[_0x3d1709(0x3fb)](_0x47cc81);if(!_0x410f4f||!_0x410f4f['command']){logger[_0x3d1709(0x280)](_0x3d1709(0x338)+_0x47cc81+_0x3d1709(0x382));return;}if(_0x3ed089){if(_0x2a4101[BSTACK_SCAN_IN_PROGRESS]){logger[_0x3d1709(0x280)](_0x3d1709(0x303)+_0x37c2a2);return;}return await PerformanceTester[_0x3d1709(0x3e3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2debb4=_0x3d1709;let _0x3f03ac=_0x410f4f['command'];_0x3f03ac[_0x2debb4(0x2c6)]('%s')&&(_0x3f03ac=_0x3f03ac[_0x2debb4(0x420)]('%s',JSON['stringify'](_0x12172b)));logger['debug'](_0x2debb4(0x383)+_0x37c2a2),_0x2a4101[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x55ec2c=await _0x2a4101[_0x2debb4(0x27c)](_0x3f03ac);return logger['info'](_0x2debb4(0x20e)+_0x37c2a2+':\x20'+util[_0x2debb4(0x204)](_0x55ec2c)),_0x55ec2c;}finally{_0x2a4101[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x37c2a2})();}if(_0x4113d8['EHJoE'](_0x47cc81,_0x4113d8['DmxDN'])){const _0x3cfdee=_0x4113d8[_0x3d1709(0x447)](require,_0x4113d8[_0x3d1709(0x2b9)]),_0xd12bb3={};_0xd12bb3[_0x3d1709(0x2d4)]=_0x37c2a2;const _0x1513e0=await PerformanceTester[_0x3d1709(0x3e3)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5bda9e=_0x3d1709;return await _0x3cfdee[_0x5bda9e(0x201)](_0x2a4101,_0x410f4f[_0x5bda9e(0x2d4)],_0x12172b);},_0xd12bb3)();return logger['info'](_0x3d1709(0x43e)+_0x47cc81+'\x20result\x20for\x20'+_0x37c2a2+':\x20'+util[_0x3d1709(0x204)](_0x1513e0)),_0x1513e0;}const _0x25c30e=_0x4113d8['MGnWb'](require,_0x4113d8['Opkir']),_0x4ad4f1=await PerformanceTester[_0x3d1709(0x3e3)](PerformanceA11yEvents[_0x3d1709(0x28c)],async()=>{const _0x8f30f0=_0x3d1709;return await _0x25c30e['browserStackEvaluate'](_0x2a4101,_0x410f4f[_0x8f30f0(0x2d4)],_0x12172b);})();return logger[_0x3d1709(0x37c)](_0x3d1709(0x43e)+_0x47cc81+_0x3d1709(0x3eb)+_0x37c2a2+':\x20'+util[_0x3d1709(0x204)](_0x4ad4f1)),_0x4ad4f1;}catch(_0x13eb56){logger[_0x3d1709(0x430)](_0x3d1709(0x39a)+_0x47cc81+':\x20'+(_0x13eb56['stack']||_0x13eb56[_0x3d1709(0x443)]));}}async[a110_0x54345f(0x1f3)](_0x250663){const _0x1e7596=a110_0x54345f,_0x4f14cd={'QemNN':function(_0x364cc8,_0x5798f8){return _0x364cc8(_0x5798f8);},'hsrbj':_0x1e7596(0x32b)};try{const _0x3afa65=_0x4f14cd[_0x1e7596(0x40c)](require,_0x4f14cd[_0x1e7596(0x38f)]);return await _0x3afa65[_0x1e7596(0x403)](_0x250663);}catch(_0x5df469){return logger['error']('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x5df469[_0x1e7596(0x33b)]||_0x5df469[_0x1e7596(0x443)])),![];}}[a110_0x54345f(0x26f)](_0xe74530,_0x2ebc8f,_0x285805){const _0x34740a=a110_0x54345f,_0x14646d={'dKHFC':function(_0x5d1a0f,_0x18aee0){return _0x5d1a0f(_0x18aee0);},'UIBTX':_0x34740a(0x306),'vWJyg':'\x22browserstack.user\x22:\x22[REDACTED]\x22','WsORU':_0x34740a(0x348)};try{const _0x4a71bc=_0x14646d[_0x34740a(0x251)](require,_0x14646d[_0x34740a(0x30a)]);_0x4a71bc['processAccessibilityCaps'](_0xe74530,_0x2ebc8f,_0x285805);const _0x347421=JSON[_0x34740a(0x3bb)](_0xe74530)['replace'](/"browserstack\.user":"[^"]*"/g,_0x14646d['vWJyg'])['replace'](/"browserstack\.key":"[^"]*"/g,_0x14646d[_0x34740a(0x425)]);logger[_0x34740a(0x280)](_0x34740a(0x41f)+global[_0x34740a(0x3f2)]+'\x20'+_0x347421);}catch(_0x2c1473){logger[_0x34740a(0x430)](_0x34740a(0x41a)+(_0x2c1473[_0x34740a(0x33b)]||_0x2c1473['message']));}}async[a110_0x54345f(0x321)]({fetchFn:_0x231e74,isNonEmpty:_0x4b96cc,resultDetail:_0xca7eb1,totalMs:_0x14f62b,intervalMs:_0x5692a2,name:_0x524a1d}){const _0x1ec544=a110_0x54345f,_0x41ccb1={'sdFJT':function(_0x507e36,_0x28d411){return _0x507e36+_0x28d411;},'xVkgN':function(_0xfcc2b2,_0x64ebb7){return _0xfcc2b2<_0x64ebb7;},'iLmCG':function(_0x450998){return _0x450998();},'ydNXx':function(_0x22dd37,_0x190b14){return _0x22dd37(_0x190b14);},'zkHMC':function(_0x3bf784,_0x236662){return _0x3bf784(_0x236662);},'sVJYJ':function(_0x14e240,_0x3fbe54){return _0x14e240>=_0x3fbe54;},'hrNGa':function(_0x504fd2,_0x1e4255){return _0x504fd2-_0x1e4255;}},_0x40f7e9=Date[_0x1ec544(0x25b)](),_0xce1b65=_0x41ccb1[_0x1ec544(0x35f)](_0x40f7e9,_0x14f62b);let _0xcf8851=0x0,_0x239c78=null,_0x5e3b53=![];while(_0x41ccb1[_0x1ec544(0x384)](Date[_0x1ec544(0x25b)](),_0xce1b65)){_0xcf8851++,_0x239c78=await _0x41ccb1[_0x1ec544(0x3a9)](_0x231e74),_0x5e3b53=_0x41ccb1[_0x1ec544(0x30b)](_0x4b96cc,_0x239c78),logger[_0x1ec544(0x280)]('['+_0x524a1d+_0x1ec544(0x2bd)+_0xcf8851+'\x20'+_0x41ccb1[_0x1ec544(0x257)](_0xca7eb1,_0x239c78));if(_0x5e3b53)break;if(_0x41ccb1[_0x1ec544(0x36f)](_0x41ccb1[_0x1ec544(0x35f)](Date[_0x1ec544(0x25b)](),_0x5692a2),_0xce1b65))break;await new Promise(_0xa68bda=>setTimeout(_0xa68bda,_0x5692a2));}return!_0x5e3b53&&logger[_0x1ec544(0x2e5)]('['+_0x524a1d+_0x1ec544(0x3b2)+_0xcf8851+_0x1ec544(0x41e)+_0x41ccb1[_0x1ec544(0x3c4)](Date[_0x1ec544(0x25b)](),_0x40f7e9)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x41ccb1[_0x1ec544(0x30b)](_0xca7eb1,_0x239c78)+');\x20returning\x20last\x20value'),_0x239c78;}async[a110_0x54345f(0x407)](_0x777574,_0x8b0c14){const _0x2846f1=a110_0x54345f,_0x5068e7={};_0x5068e7[_0x2846f1(0x2bf)]=_0x2846f1(0x3d7),_0x5068e7[_0x2846f1(0x24d)]=_0x2846f1(0x34c),_0x5068e7[_0x2846f1(0x287)]=_0x2846f1(0x322),_0x5068e7[_0x2846f1(0x419)]=_0x2846f1(0x371);const _0x423e09=_0x5068e7;try{const _0x1712dc=process[_0x2846f1(0x434)][_0x2846f1(0x392)]||'';logger[_0x2846f1(0x37c)]('[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId='+_0x1712dc+_0x2846f1(0x2e6)+_0x8b0c14+_0x2846f1(0x203)+_0x777574);const _0x5bbefc=await GrpcClient['getInstance']()[_0x2846f1(0x1f1)](_0x1712dc,_0x8b0c14,_0x777574,_0x423e09[_0x2846f1(0x2bf)]);if(!_0x5bbefc||!_0x5bbefc[_0x2846f1(0x317)])return logger[_0x2846f1(0x2e5)](_0x423e09['WNNHu']),[];const _0x2132a6=_0x5bbefc[_0x2846f1(0x317)](),_0x1416b7=Buffer[_0x2846f1(0x439)](_0x2132a6)[_0x2846f1(0x220)](_0x423e09[_0x2846f1(0x287)])[_0x2846f1(0x2b0)]();if(!_0x1416b7)return logger[_0x2846f1(0x2e5)](_0x423e09[_0x2846f1(0x419)]),[];return JSON[_0x2846f1(0x2f2)](_0x1416b7);}catch(_0x34fbda){return logger[_0x2846f1(0x430)](_0x2846f1(0x1f7)+(_0x34fbda[_0x2846f1(0x33b)]||_0x34fbda['message'])),[];}}async[a110_0x54345f(0x1fc)](_0xe97688,_0x19d60f){const _0x5a9505=a110_0x54345f,_0x4f8e77={};_0x4f8e77[_0x5a9505(0x347)]=_0x5a9505(0x345),_0x4f8e77[_0x5a9505(0x23b)]=_0x5a9505(0x301),_0x4f8e77[_0x5a9505(0x35e)]=_0x5a9505(0x322),_0x4f8e77[_0x5a9505(0x277)]=_0x5a9505(0x357);const _0x25d6f6=_0x4f8e77;try{const _0x4fca48=process['env'][_0x5a9505(0x392)]||'';logger[_0x5a9505(0x37c)](_0x5a9505(0x29c)+_0x4fca48+_0x5a9505(0x2e6)+_0x19d60f+',\x20sessionId='+_0xe97688);const _0x138b52=await GrpcClient[_0x5a9505(0x288)]()[_0x5a9505(0x1f1)](_0x4fca48,_0x19d60f,_0xe97688,_0x25d6f6[_0x5a9505(0x347)]);if(!_0x138b52||!_0x138b52[_0x5a9505(0x317)])return logger[_0x5a9505(0x2e5)](_0x25d6f6['nGWIj']),{};const _0x3780ed=_0x138b52[_0x5a9505(0x317)](),_0x9cfce2=Buffer[_0x5a9505(0x439)](_0x3780ed)[_0x5a9505(0x220)](_0x25d6f6[_0x5a9505(0x35e)])['trim']();if(!_0x9cfce2)return logger[_0x5a9505(0x2e5)](_0x25d6f6['jsjxH']),{};return JSON['parse'](_0x9cfce2);}catch(_0x13c7bd){return logger[_0x5a9505(0x430)](_0x5a9505(0x1ee)+(_0x13c7bd[_0x5a9505(0x33b)]||_0x13c7bd[_0x5a9505(0x443)])),{};}}async['getAccessibilityResults'](_0x1d9dc4){const _0x5331b9=a110_0x54345f,_0x7ceb59={};_0x7ceb59[_0x5331b9(0x33f)]=_0x5331b9(0x2ef),_0x7ceb59[_0x5331b9(0x33e)]=function(_0x12869d,_0x12644f){return _0x12869d>_0x12644f;},_0x7ceb59[_0x5331b9(0x424)]='AccessibilityModule.getResults';const _0x3ed1ff=_0x7ceb59;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x5331b9(0x2e5)](_0x3ed1ff[_0x5331b9(0x33f)]),[];const _0x1ba28d=this[_0x5331b9(0x364)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x3ed1ff[_0x5331b9(0x33e)](Object[_0x5331b9(0x2eb)](_0x1ba28d)[_0x5331b9(0x2b8)],0x0)&&logger[_0x5331b9(0x280)](_0x5331b9(0x3ec)+JSON[_0x5331b9(0x3bb)](_0x1ba28d));const _0x4ed96b=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object[_0x5331b9(0x2eb)](_0x1ba28d)['length']>0x0?this['executeScriptByName'](_0x1d9dc4,_0x5331b9(0x3d7),_0x1ba28d):this['executeScriptByName'](_0x1d9dc4,'getResults'),'isNonEmpty':_0x134523=>Array['isArray'](_0x134523)&&_0x134523[_0x5331b9(0x2b8)]>0x0,'resultDetail':_0x3ada36=>_0x5331b9(0x261)+(Array[_0x5331b9(0x224)](_0x3ada36)?_0x3ada36[_0x5331b9(0x2b8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x3ed1ff[_0x5331b9(0x424)]});return _0x4ed96b||[];}catch(_0x4884a0){return logger[_0x5331b9(0x430)](_0x5331b9(0x36b)+(_0x4884a0['stack']||_0x4884a0[_0x5331b9(0x443)])),[];}}async[a110_0x54345f(0x23c)](_0x9643c0){const _0x24996b=a110_0x54345f,_0x500fdc={'egNnz':function(_0x18ec45,_0x49333f,_0x23fb15){return _0x18ec45(_0x49333f,_0x23fb15);},'zTJmZ':'scan','haltK':function(_0x1ece40,_0x122dc0){return _0x1ece40(_0x122dc0);},'zlxCs':_0x24996b(0x345),'fJnPq':_0x24996b(0x28e),'fIday':function(_0x25d85e,_0x12579d){return _0x25d85e(_0x12579d);},'OAieJ':_0x24996b(0x375),'eGNUe':function(_0x5e5a51,_0x49192e){return _0x5e5a51===_0x49192e;},'XsCma':_0x24996b(0x2e2),'AKxCt':_0x24996b(0x249),'lidyZ':_0x24996b(0x3f6),'KUBHL':_0x24996b(0x3fd),'rfSYi':_0x24996b(0x23c),'EMGAG':'test_run_id','PGBhS':'Performing\x20scan\x20before\x20getting\x20results\x20summary','KFcsf':_0x24996b(0x2e0),'wVJyo':_0x24996b(0x43b),'VUThU':_0x24996b(0x30d),'HSEcw':'object'};try{if(!this[_0x24996b(0x1ed)]())return logger[_0x24996b(0x2e5)](_0x500fdc[_0x24996b(0x2fc)]),{};const _0x4b17a8=_0x500fdc[_0x24996b(0x389)](require,_0x500fdc[_0x24996b(0x3fa)]),_0x2055c3=_0x4b17a8[_0x24996b(0x411)](),_0xfab521=_0x500fdc[_0x24996b(0x417)](_0x2055c3?.[_0x24996b(0x366)]?.[_0x24996b(0x409)](),_0x500fdc[_0x24996b(0x2cd)]);let _0x13aa1b='',_0x5d07fc=null,_0xbaf44=null;if(_0xfab521){_0x5d07fc=global[_0x24996b(0x428)]||global['__workerDetails']?.[_0x24996b(0x3d0)]?.[_0x24996b(0x239)]||global[_0x24996b(0x2ed)]?.[_0x24996b(0x3d0)]?.['id'];if(!_0x5d07fc)return logger[_0x24996b(0x2e5)](_0x500fdc[_0x24996b(0x3ab)]),{};try{const _0x2798b7=await GrpcClient[_0x24996b(0x288)]()[_0x24996b(0x293)](process[_0x24996b(0x434)][_0x24996b(0x392)],_0x500fdc[_0x24996b(0x1f8)],_0x500fdc[_0x24996b(0x43f)],_0x5d07fc),_0x30d511=AccessibilityModule[_0x24996b(0x216)](null,_0x2798b7);_0x13aa1b=_0x30d511?.[_0x24996b(0x2b6)]||'',logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x13aa1b+'\x20from\x20testIdentifier='+_0x5d07fc);const _0x53d355=await AccessibilityModule[_0x24996b(0x28f)](_0x500fdc['zlxCs'],_0x13aa1b,_0x5d07fc),_0x59fa26=this[_0x24996b(0x31b)](_0x500fdc['KUBHL'])||this[_0x24996b(0x444)][this[_0x24996b(0x43d)]]||null,_0x1b1a4d=process[_0x24996b(0x434)][_0x24996b(0x26a)]||'',_0x1f9450=this[_0x24996b(0x3cd)](_0x500fdc[_0x24996b(0x3ba)],_0x13aa1b,_0x59fa26,_0x1b1a4d);_0xbaf44=_0x4b17a8['mergeObject'](_0x1f9450,_0x53d355),logger[_0x24996b(0x280)](_0x24996b(0x374)+JSON['stringify'](_0xbaf44));}catch(_0x24626e){return logger[_0x24996b(0x430)](_0x24996b(0x2ea)+_0x24626e[_0x24996b(0x443)]),{};}}else{_0x13aa1b=this[_0x24996b(0x31b)](_0x500fdc[_0x24996b(0x27a)])||'';!_0x13aa1b&&this[_0x24996b(0x364)]()&&(_0x13aa1b=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xe988a7=this[_0x24996b(0x31b)](_0x500fdc[_0x24996b(0x39b)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x652702=process[_0x24996b(0x434)][_0x24996b(0x26a)]||'';_0xbaf44=this[_0x24996b(0x3cd)](_0x500fdc['rfSYi'],_0x13aa1b,_0xe988a7,_0x652702);}logger[_0x24996b(0x280)](_0x500fdc[_0x24996b(0x30f)]);const _0xf09ae5=0x15f90,_0x4bac2d=0x1388;try{await PerformanceTester[_0x24996b(0x3e3)](PerformanceA11yEvents[_0x24996b(0x2ce)],async()=>{const _0x208984=_0x24996b,_0x192d57={'ofnnv':function(_0x2a8d0a,_0x17f071,_0x55f2ae){const _0x19e53d=a110_0x5e74;return _0x500fdc[_0x19e53d(0x3df)](_0x2a8d0a,_0x17f071,_0x55f2ae);}},_0x156263=this[_0x208984(0x3a2)](_0x9643c0,_0x500fdc[_0x208984(0x332)],_0xbaf44);let _0x211b01;const _0x2e8726=new Promise((_0x208e68,_0x8f4b17)=>{const _0x457aa2=_0x208984;_0x211b01=_0x192d57[_0x457aa2(0x3aa)](setTimeout,()=>_0x8f4b17(new Error(_0x457aa2(0x3e5)+_0xf09ae5+'ms')),_0xf09ae5);});try{const _0x3e98e4=await Promise[_0x208984(0x331)]([_0x156263,_0x2e8726]);logger['debug'](_0x208984(0x3bc)+util[_0x208984(0x204)](_0x3e98e4));}finally{_0x500fdc[_0x208984(0x406)](clearTimeout,_0x211b01);}},{'command':_0x500fdc[_0x24996b(0x3ba)]})();}catch(_0x30bd9f){logger['warn'](_0x24996b(0x237)+_0x30bd9f[_0x24996b(0x443)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x24996b(0x27f)]={'reason':_0x500fdc[_0x24996b(0x329)],'at':Date[_0x24996b(0x25b)](),'where':_0x500fdc[_0x24996b(0x353)]},await new Promise(_0x40cbb2=>setTimeout(_0x40cbb2,_0x4bac2d)),logger['debug'](_0x24996b(0x1fb)+_0x4bac2d+'ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary');}const _0x358f0e=await this['_pollUntilNonEmpty']({'fetchFn':()=>PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x25ffe5=_0x24996b;return await this['executeScriptByName'](_0x9643c0,_0x500fdc[_0x25ffe5(0x43f)],_0xbaf44);})(),'isNonEmpty':_0xe4e8a2=>_0xe4e8a2&&typeof _0xe4e8a2[_0x24996b(0x3fc)]===_0x24996b(0x310)&&_0xe4e8a2[_0x24996b(0x3fc)]>0x0,'resultDetail':_0x151968=>'totalIssueCount='+(_0x151968&&typeof _0x151968[_0x24996b(0x3fc)]===_0x24996b(0x310)?_0x151968[_0x24996b(0x3fc)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x500fdc[_0x24996b(0x353)]});if(!_0x358f0e)return logger[_0x24996b(0x280)](_0x500fdc[_0x24996b(0x3da)]),{};return _0x500fdc[_0x24996b(0x417)](typeof _0x358f0e,_0x500fdc[_0x24996b(0x255)])&&global[_0x24996b(0x27f)]&&(_0x358f0e[_0x24996b(0x38e)]=!![],_0x358f0e[_0x24996b(0x37f)]=global[_0x24996b(0x27f)][_0x24996b(0x209)]),_0x358f0e;}catch(_0x1b6d65){return logger[_0x24996b(0x430)](_0x24996b(0x404)+(_0x1b6d65[_0x24996b(0x33b)]||_0x1b6d65[_0x24996b(0x443)])),{};}}async[a110_0x54345f(0x399)](_0x505138,_0x195dc5,_0x180e9b=null){const _0x24fe30=a110_0x54345f,_0x4dfb61={};_0x4dfb61[_0x24fe30(0x282)]=_0x24fe30(0x1f4),_0x4dfb61['PEhyD']=_0x24fe30(0x328),_0x4dfb61[_0x24fe30(0x356)]=_0x24fe30(0x3b5);const _0x43da66=_0x4dfb61;try{if(!_0x505138)return logger[_0x24fe30(0x280)](_0x43da66[_0x24fe30(0x282)]),null;if(!_0x195dc5)return logger[_0x24fe30(0x280)](_0x43da66[_0x24fe30(0x34d)]),null;logger[_0x24fe30(0x280)](_0x43da66[_0x24fe30(0x356)]);const _0x5cd562=_0x180e9b?await _0x505138[_0x24fe30(0x2f5)](_0x195dc5,_0x180e9b):await _0x505138[_0x24fe30(0x2f5)](_0x195dc5);return _0x5cd562;}catch(_0x5c7f3a){return logger['error']('Error\x20in\x20performPageScan:\x20'+(_0x5c7f3a[_0x24fe30(0x33b)]||_0x5c7f3a[_0x24fe30(0x443)])),null;}}static[a110_0x54345f(0x216)](_0x403ffc,_0x433f82){const _0x3b8232=a110_0x54345f,_0x137dc3={};_0x137dc3[_0x3b8232(0x2db)]='utf-8';const _0x787bf1=_0x137dc3,_0x4a5b5a={};_0x4a5b5a['thTestRunUuid']=_0x403ffc;const _0x5eb47c=_0x4a5b5a;let _0x5b5a90={};if(_0x433f82['getSuccess']()&&_0x433f82[_0x3b8232(0x37d)]())try{_0x5b5a90=JSON[_0x3b8232(0x2f2)](Buffer['from'](_0x433f82[_0x3b8232(0x2fa)]())[_0x3b8232(0x220)](_0x787bf1['RxtwF']));}catch(_0x23bf7a){logger[_0x3b8232(0x430)](_0x3b8232(0x223)+_0x23bf7a[_0x3b8232(0x443)]),_0x5b5a90={};}return CLIUtils['mergeObject'](_0x5eb47c,_0x5b5a90);}static async[a110_0x54345f(0x28f)](_0x372e7,_0x4f041d='',_0x46125f=null){const _0x1c537f=a110_0x54345f,_0x103c10={};_0x103c10[_0x1c537f(0x423)]=_0x1c537f(0x448),_0x103c10['RxafL']=_0x1c537f(0x3f6);const _0x419181=_0x103c10;try{if(!_0x46125f&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x1c537f(0x30e)];if(!process[_0x1c537f(0x434)][_0x1c537f(0x392)])return logger[_0x1c537f(0x430)](_0x419181[_0x1c537f(0x423)]),{};const _0x383bb6=await GrpcClient[_0x1c537f(0x288)]()[_0x1c537f(0x293)](process[_0x1c537f(0x434)][_0x1c537f(0x392)],_0x419181['RxafL'],_0x372e7,_0x46125f),_0x5a7d78=_0x46125f?AccessibilityModule[_0x1c537f(0x216)](null,_0x383bb6)?.[_0x1c537f(0x2b6)]||_0x4f041d:_0x4f041d,_0x255472=AccessibilityModule['loadDriverExecuteParams'](_0x5a7d78,_0x383bb6);return!_0x46125f&&(AccessibilityModule[_0x1c537f(0x30e)]=_0x255472,AccessibilityModule[_0x1c537f(0x311)]=!![]),_0x255472;}catch(_0x35e1c4){return logger[_0x1c537f(0x430)](_0x1c537f(0x390)+_0x372e7+':\x20'+(_0x35e1c4[_0x1c537f(0x33b)]||_0x35e1c4['message'])),{};}}};function a110_0x4531(){const _0x2c4a1a=['warn',',\x20testRunId=','has','getState','onBeforeExecute:\x20command=','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','keys','authHeader','__workerDetails','getValue','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','isVersionSupported','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','parse','uAucA','isEnabledTestcase','evaluate','FhEuX','split','GWRws','set','getAccessibilityExecuteParams','xmkwk','fJnPq','isAppAccessibility','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','Error\x20applying\x20sendMessageToServer\x20patch:\x20','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary','commandsToWrap','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','platformName',']\x20Accessibility\x20configuration\x20initialized\x20successfully','../../playwright/accessibility-helper','JeaCU','appium:platformName','gdiyT','UIBTX','ydNXx','setShouldScanCurrentTest','No\x20summaryResults\x20found.','_centralAuthA11yConfig','PGBhS','number','_centralAuthConfigFetched','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','Unknown\x20Test','performScan','QRlZw','knxQe','getResultResponse','getSuccess','wMLCc','browserstack.accessibilityOptions.scannerVersion','getCapabilityValue','PQflx','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','iqlzr','YPgzg','\x20accessibility\x20script\x20on\x20page','_pollUntilNonEmpty','utf-8','pnonD','util','rBQLI','find','../../../helpers/accessibility-automation/scripts','performPageScan:\x20Script\x20is\x20null','KFcsf','3206LToYJP','../../../helpers/accessibility-automation/helper','KFidN','WVdXW','value','function','CREATE','race','zTJmZ','duLmc',']\x20isEnabledTestcase\x20(','shouldScanForCommand:\x20','Performing\x20scan\x20before\x20from\x20cli','QdOcH','performScanForCli:\x20No\x20','UPrLS','IjrSN','stack','getIsAppAccessibility','centralAuthToken','rEgwd','npgKO','loadAccessibilityConfig','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','executeScriptByName:\x20No\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','latest','getResultsSummary','zaieC','hiRDg','\x22browserstack.key\x22:\x22[REDACTED]\x22','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','__accessibilityOptions','GExzK','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary','PEhyD','lRiUG','browserstack_executor','awSlP','DillW','AUTOMATION_SESSIONS','wVJyo','applySendMessageToServerPatch','android','kOCuy','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary','Rigxr','RgUlr','getGoogleChromeOptions','slice','pwPage','get','pHPQj','sdFJT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ezatT','driver','ENHar','isMobileWebSession','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','name','map','getCapabilitiesList','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','KLrMW','Error\x20in\x20getAccessibilityResults:\x20','some','../../../helpers/classLogger','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','sVJYJ','DRIVER_INIT','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','start','Meaqx','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','../cliUtils','--headless=new','appium:platformVersion','aGEDH','startsWith','true','delete','info','hasAccessibilityExecuteParams','Liles','degradedReason','wVIvs','qlkPN','\x20script\x20available\x20in\x20scriptsList','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','xVkgN','JzczM','\x20worker=\x22','getPlatformCaps','NnXVP','fIday','UBCkP','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','OMlIr','Context','degraded','hsrbj','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','../framework/testFramework','BROWSERSTACK_CLI_BIN_SESSION_ID','getTestId','browser_version','version','getContext','test_tags','./baseModule','performPageScan','Error\x20in\x20performScanForCli\x20for\x20script\x20','KUBHL','saveResults','35101884nXIhnZ','onAfterTest','wcagVersion','KNuVF','toObject','executeScriptByName','\x20a11yToken=','\x20script\x20available','BwTgD','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','EjVnl','iLmCG','ofnnv','AKxCt','aLxqv','launchCaps','_sendMessageServerPatchApplied','Error\x20getting\x20capability\x20value\x20for\x20','getCurrentInstanceName','Error\x20getting\x20script\x20by\x20name\x20',']\x20polled\x20','lSunr','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Executing\x20accessibility\x20script\x20on\x20page','isMobilePlatform','MCxZX','VYJOR','KbgXB','rfSYi','stringify','Scan\x20result:\x20','isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20','setAccessibilityConfig','igdjy','\x20from\x20testIdentifier=','lSwFk','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','[AccessibilityModule.setAccessibilityToken]\x20caps_count=','hrNGa','a11y:save-results','ScanArgs:\x20','getBuildId','JfsAS','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','resolveMobileThTestRunUuid','AHNLS','Izpvh','getParamsForScanForCli','sFXyN','378380qWHqyK','currentTest','tYiMg','WZczS','fakMT','getScript','concat','instance','getResults','bind','onBeforeExecute:\x20No\x20command\x20name\x20provided','VUThU','excludeTagsInTestingScope','fqreK','isFinite','eOhXm','egNnz','headless','QstjD','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','measureWrapper','DRIVER_HAS_URL','performScan\x20capped\x20at\x20','JEST_WORKER_ID','eKLbU','FzSSK','QlGNv','YXYIR','\x20result\x20for\x20','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','ysVzQ','YDDtE','stopTestCapture','shouldScanCurrentTest','\x20testHubUuid=','accessibilityPlatform','HKjAZ','patchSendMessageToServer','setAccessibilityToken','accessibility','aZffM','commandName','XrCjT','OAieJ','getScriptByName','totalIssueCount','testhub_build_uuid','\x20token_fp=','LqLsO','../../../helpers/helper','getPlatformIndex','7390570BWfHzd','platformValidation','Error\x20in\x20getAccessibilityResultsSummary:\x20','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','haltK','getAppAccessibilityResults','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','toLowerCase','nbZIY','OjLLR','QemNN','SDK_ACCESSIBILITY_CONFIG','tYREU','null','JPbtr','getTestFrameworkDetail','chrome','tpxxE','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','SmPyg','eGNUe','wClBw','fHRCq','Error\x20in\x20processAccessibilityCaps:\x20','gJcNz','KEY_TEST_SCOPES','4HGdFOQ','x\x20over\x20','Processed\x20accessibility\x20caps\x20','replace','TEST_INIT','tUvsT','YNUpo','qDniO','WsORU','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ySAEV','__jestCurrentTestIdentifier','Executing\x20','main','KEY_TEST_NAME','getBrowserDisplayName','testcafe','--headless=','zGolp','error','33dcWBHj','YIQJF','Accessibility\x20data\x20for\x20extension:\x20','env','RPsMn','snCXw','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','present','from','qtJOg','AccessibilityModule.getResultsSummary','string','KEY_TESTHUB_BUILD_ID','Page\x20','zlxCs','finishScanningForCli','../../utils/constants.js','oxsYw','message','accessibilityConfig','PyPEl','isEnabled','MGnWb','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','12642264uhZnxp','TrackedInstance','jWUnr','cucumber','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../grpcClient','_mobileScanningDisabledLogged','ItPpU','qvpuz','getCurrentAccessibilityStatus','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','join','centralAuthHeader','accessibilityResult',',\x20isAppAccessibility=','validatePlatformForAccessibility','performPageScan:\x20Page\x20is\x20null','registerObserver','args','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','lidyZ',']\x20onAfterTest\x20should\x20scan=','izOAU','[AccessibilityModule.getResultsSummary]\x20waited\x20','getAppAccessibilityResultsSummary','WomFd',',\x20\x0a\x20','Error\x20in\x20stopTestCapture:\x20','getTesthub','browserStackEvaluate','onBeforeExecute:\x20Command\x20',',\x20sessionId=','format','getCapabilities','Error\x20in\x20initAccessibilityConfig:\x20','\x22\x20pid=','KLQKx','reason','yxJXa','toISOString','uTnWY',',\x20framework=','[App-A11y]\x20Scan\x20result\x20for\x20','gYUZy','NODE_GENERIC','browserName','update','getAllData','toJson','includeTagsInTestingScope','loadDriverExecuteParams','VyfNo','VSafh','xLgUU','end','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','LhuBG','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','aSPWm',',\x20tags=','toString','NON_BROWSERSTACK_AUTOMATION_SESSIONS','../../../helpers/performance/performance-tester.js','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','isArray','mergeObject','../TestInfo.js','QUIT','getCommandsList','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','pid','getOptions','pjybp','PfBUI','4371579xoYVKD','fEliZ','updateData',')\x20result=','TqAKk','DmAFd','accessibilityToken','ZRsSD','capabilitiesList','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','dcuMr','testAnalyticsId','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','nGWIj','getAccessibilityResultsSummary','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','oXLUe','onBeforeExecute','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE',',\x20testName=','not-array','testInfo','titlePath','CiBSB','icPXT','options','browserVersion','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','36fUhfgB','fxbeE','../framework/automationFramework','WNNHu','getTrackedInstance','QMXxb','GGEum','dKHFC','browserstack.accessibilityOptions.scannerProcessingTimeout','shouldScanForCommand',',\x20testCaseEnabled=','HSEcw','54794ovgMyR','zkHMC','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','pggUm','isBrowserstackScriptCommand','now','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','tMfJx','BZZjf','exports','platformCaps','count=','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','scan','jmyFJ','ACCESSIBILITY_INITIALIZED','capabilities','isMobileScanningEnabledForGroup','EZmJn','upXCf','BROWSERSTACK_TESTHUB_JWT','62mbdADH','JxHoN','setShouldScan','EAdkX','processAccessibilityCaps','ywNKz','EXECUTE','WhXqH','LOG_DISABLED_SHOWN','pBOWq','19986zZokBP','tulwT','jsjxH','scannerVersion','uzCzg','EMGAG','KEY_INIT','executeScript',',\x20includeTags=',']\x20should\x20run\x20accessibility\x20value=','__bstackA11yScanCapHit','debug','test-tags-->\x20','CGofx','browserstack.accessibilityOptions.authToken','_parseScriptsFromOptions','nNqkH','xzvDw','viDBD','getInstance','hvNek','BS_A11Y_JWT','wPrfO','SAVE_RESULTS','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','fetchCentralAuthA11yConfig','nnzLR','FHhSC','PRE','fetchDriverExecuteParamsEvent','sha256','getScriptsList','dvaQy','[AccessibilityModule]\x20onAfterTest:\x20framework=','fJdlw','mJxQv','testFrameworkData','RGYDN','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','\x20->\x20','parseA11yJwtPayload','getTestUUID','OMOLB','setLogDisabledShown','getAccessibilityConfig','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','vZEAY','platformVersion','testFramework','Error\x20executing\x20script\x20','QlsUY','vIhld','hScMe','\x20env=','getName','skipCDPConnectOverride','unknown','trim','DEolK','vghbo','getData','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','page','thTestRunUuid','xadFS','length','Opkir','LjANj','getAccessibility','chromeOptions',']\x20poll\x20attempt=','size','nyPFH','awuiL','performScanForCli','isAccessibilityScriptCommand','scannerProcessingTimeout',',\x20testIdentifier=','\x20browser\x20version\x20greater\x20than\x20','includes','test_run_id','browserstack.accessibilityOptions.wcagVersion','NJzvc','IYZVV',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','isPlatformSupported','XsCma','PERFORM_SCAN','zSSoN','qayDK','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options','\x20using\x20script:\x20',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','command','baHGH','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','VGyBW','[platform\x20-\x20','crypto','is_mobile_session','RxtwF','WzfVI','hex','DytZU','oSvkk','SCAN_CAP_HIT','getTestDetails','jest','wvzPx','../../utils/playwright-patcher'];a110_0x4531=function(){return _0x2c4a1a;};return a110_0x4531();}module[a110_0x54345f(0x25f)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a111_0x129158=a111_0x1624;(function(_0x3de6ce,_0xf4d411){const _0x104e12=a111_0x1624,_0x2ed6c4=_0x3de6ce();while(!![]){try{const _0x1a3706=parseInt(_0x104e12(0x15b))/0x1+-parseInt(_0x104e12(0x174))/0x2*(parseInt(_0x104e12(0x15e))/0x3)+-parseInt(_0x104e12(0x163))/0x4+parseInt(_0x104e12(0x156))/0x5*(-parseInt(_0x104e12(0x14d))/0x6)+-parseInt(_0x104e12(0x14c))/0x7+parseInt(_0x104e12(0x16d))/0x8*(parseInt(_0x104e12(0x14e))/0x9)+parseInt(_0x104e12(0x168))/0xa;if(_0x1a3706===_0xf4d411)break;else _0x2ed6c4['push'](_0x2ed6c4['shift']());}catch(_0x356aa6){_0x2ed6c4['push'](_0x2ed6c4['shift']());}}}(a111_0x2478,0x8bf9d));function a111_0x1624(_0x2b805e,_0x7d99ad){const _0x24789f=a111_0x2478();return a111_0x1624=function(_0x16240e,_0x303385){_0x16240e=_0x16240e-0x148;let _0x1d1c20=_0x24789f[_0x16240e];return _0x1d1c20;},a111_0x1624(_0x2b805e,_0x7d99ad);}const logger=require(a111_0x129158(0x157))[a111_0x129158(0x170)],{FRAMEWORKS}=require(a111_0x129158(0x160));class BaseModule{constructor(_0x155359=null){const _0x20b30d=a111_0x129158,_0x5d4f5a={};_0x5d4f5a[_0x20b30d(0x15f)]=_0x20b30d(0x149),_0x5d4f5a[_0x20b30d(0x159)]=_0x20b30d(0x165);const _0x252935=_0x5d4f5a,_0x4df0af=_0x252935[_0x20b30d(0x15f)]['split']('|');let _0x4eeac3=0x0;while(!![]){switch(_0x4df0af[_0x4eeac3++]){case'0':this[_0x20b30d(0x153)]=0x0;continue;case'1':this[_0x20b30d(0x162)]=null;continue;case'2':this[_0x20b30d(0x169)]=null;continue;case'3':this[_0x20b30d(0x164)]=_0x252935[_0x20b30d(0x159)];continue;case'4':this[_0x20b30d(0x16f)]=this[_0x20b30d(0x171)](_0x155359);continue;case'5':this[_0x20b30d(0x16a)]={};continue;}break;}}[a111_0x129158(0x148)](){const _0x190908={};_0x190908['iaKuf']='Missing\x20binSessionId';const _0x175f32=_0x190908;if(!this['binSessionId'])throw new Error(_0x175f32['iaKuf']);}[a111_0x129158(0x173)](){const _0x4a7c47=a111_0x129158;return this[_0x4a7c47(0x164)];}[a111_0x129158(0x172)](_0x897863,_0x4790ef,_0x17e316,_0x1065eb={}){const _0x295d1d=a111_0x129158,_0xfb3d7f={};_0xfb3d7f[_0x295d1d(0x15c)]=_0x295d1d(0x16c);const _0x20acc9=_0xfb3d7f,_0x162cc2=_0x20acc9[_0x295d1d(0x15c)]['split']('|');let _0x176e29=0x0;while(!![]){switch(_0x162cc2[_0x176e29++]){case'0':this[_0x295d1d(0x169)]=_0x897863;continue;case'1':this[_0x295d1d(0x162)]=_0x17e316;continue;case'2':this[_0x295d1d(0x16a)]=_0x1065eb;continue;case'3':this['platformIndex']=_0x4790ef;continue;case'4':logger[_0x295d1d(0x14f)](_0x295d1d(0x15d)+this['getModuleName']()+_0x295d1d(0x150)+_0x897863+_0x295d1d(0x151)+_0x4790ef);continue;}break;}}[a111_0x129158(0x14a)](_0x53b5a3){const _0x1a89b6=a111_0x129158,_0x4cd249={};_0x4cd249[_0x1a89b6(0x158)]=function(_0x447f34,_0x592af){return _0x447f34===_0x592af;};const _0x2312e0=_0x4cd249;let _0x48609f='';if(_0x2312e0[_0x1a89b6(0x158)](_0x53b5a3[_0x1a89b6(0x14b)],FRAMEWORKS[_0x1a89b6(0x155)]))_0x48609f=_0x53b5a3[_0x1a89b6(0x167)]?.[_0x1a89b6(0x16e)]?.['id']||_0x53b5a3[_0x1a89b6(0x167)]?.['testId'];else{if(_0x2312e0['DjxKM'](_0x53b5a3[_0x1a89b6(0x14b)],FRAMEWORKS[_0x1a89b6(0x166)]))_0x48609f=_0x53b5a3[_0x1a89b6(0x167)]?.[_0x1a89b6(0x16b)];else _0x2312e0[_0x1a89b6(0x158)](_0x53b5a3[_0x1a89b6(0x14b)],FRAMEWORKS[_0x1a89b6(0x161)])&&(_0x48609f=_0x53b5a3['testInfo']?.['id']);}return _0x48609f;}[a111_0x129158(0x171)](_0x5ea53f){const _0x4d61b9=a111_0x129158,_0x1cf8e9={};_0x1cf8e9[_0x4d61b9(0x154)]=function(_0x4053b4,_0x36e5f8){return _0x4053b4!==_0x36e5f8;},_0x1cf8e9[_0x4d61b9(0x152)]='object';const _0x2202b5=_0x1cf8e9;if(!_0x5ea53f||_0x2202b5[_0x4d61b9(0x154)](typeof _0x5ea53f,_0x2202b5[_0x4d61b9(0x152)]))return null;const _0x41ac99={};_0x41ac99[_0x4d61b9(0x164)]=_0x5ea53f['name'],_0x41ac99[_0x4d61b9(0x15a)]=_0x5ea53f[_0x4d61b9(0x15a)]&&_0x5ea53f['version'][_0x5ea53f[_0x4d61b9(0x164)]];const _0x2830ec=_0x41ac99;return _0x2830ec;}}function a111_0x2478(){const _0x571ad5=['CUCUMBER','testInfo','22785790lCstuE','binSessionId','config','testCaseStartedId','0|3|1|2|4','302648TLGKtD','_test','testFrameworkData','winstonLogger','setTestFrameworkData','configure','getModuleName','296806aqqubR','ensureBinSession','3|2|0|5|1|4','getTestId','testFramework','7639289DclpLq','1383678nuteVV','108FaYzin','debug','\x20with\x20binSessionId=',',\x20platformIndex=','hwxjb','platformIndex','jawgu','PLAYWRIGHT','20PIxEQy','../../../helpers/logger.js','DjxKM','QVqiz','version','679189mWHpPB','ghRJb','Configured\x20module\x20','15JbihFT','XusSw','../../../helpers/test-observability/constants.js','JEST','client','330420HuYpcH','name','BaseModule'];a111_0x2478=function(){return _0x571ad5;};return a111_0x2478();}module['exports']=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a112_0x1383b9=a112_0x4466;function a112_0x4466(_0x5bb55d,_0x24c210){const _0x41d585=a112_0x41d5();return a112_0x4466=function(_0x446655,_0x1e7f68){_0x446655=_0x446655-0x7b;let _0x10ed92=_0x41d585[_0x446655];return _0x10ed92;},a112_0x4466(_0x5bb55d,_0x24c210);}function a112_0x41d5(){const _0x4febbc=['debug','480iidVSK','IqKYx','false','rcDct','mDaNT','message','string','overrideLoadTesting','2558184xpHrta','undefined','toString','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','202220QiNjNb','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','1170570nxgamj','APpBi','4901739yCNTNX','../../../helpers/helper.js','LTS','kpENi','uDvkC','GnGQa','9100289ICJFSM','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','LoadTestModule','true','setLTSSessionId','toLowerCase','822547UEyOeJ','BROWSERSTACK_LTS_SESSION_ID\x20cleared','24evWPyS','env','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','../../../helpers/classLogger.js','sUQSr','wqvQz','IvIEI','aEDwE','kUCuG','2rmnFqy','5775bjerFl','fxGDg','657PUIqgB','bnNFL','OqzOu','browserstackAutomation','getLTSSessionId','BROWSERSTACK_LTS_SESSION_ID','isLTSSession'];a112_0x41d5=function(){return _0x4febbc;};return a112_0x41d5();}(function(_0x2695d3,_0x21a7f8){const _0x7e7f43=a112_0x4466,_0x2a335d=_0x2695d3();while(!![]){try{const _0x3fd30a=-parseInt(_0x7e7f43(0x85))/0x1*(parseInt(_0x7e7f43(0x90))/0x2)+-parseInt(_0x7e7f43(0xab))/0x3+-parseInt(_0x7e7f43(0x87))/0x4*(-parseInt(_0x7e7f43(0xa9))/0x5)+-parseInt(_0x7e7f43(0x9b))/0x6*(-parseInt(_0x7e7f43(0x91))/0x7)+-parseInt(_0x7e7f43(0xa3))/0x8+-parseInt(_0x7e7f43(0x93))/0x9*(-parseInt(_0x7e7f43(0xa7))/0xa)+parseInt(_0x7e7f43(0x7f))/0xb;if(_0x3fd30a===_0x21a7f8)break;else _0x2a335d['push'](_0x2a335d['shift']());}catch(_0x36ab55){_0x2a335d['push'](_0x2a335d['shift']());}}}(a112_0x41d5,0xf3a44));const {createClassLogger}=require(a112_0x1383b9(0x8a)),logger=createClassLogger(a112_0x1383b9(0x81)),{sendToEDS}=require(a112_0x1383b9(0xac)),isLTSSession=(_0x1e436f=null)=>{const _0x2a5f82=a112_0x1383b9,_0x51c173={};_0x51c173[_0x2a5f82(0xaa)]=function(_0x4836b5,_0x335e19){return _0x4836b5!==_0x335e19;},_0x51c173[_0x2a5f82(0x95)]=_0x2a5f82(0xa4),_0x51c173['wqvQz']=function(_0x5c990d,_0x304d35){return _0x5c990d===_0x304d35;},_0x51c173[_0x2a5f82(0x9f)]=_0x2a5f82(0xa1),_0x51c173['sUQSr']=_0x2a5f82(0x82),_0x51c173[_0x2a5f82(0x8f)]=function(_0x42b02a,_0x4e1a6a){return _0x42b02a===_0x4e1a6a;},_0x51c173[_0x2a5f82(0x9c)]=_0x2a5f82(0x9d);const _0x25e6e5=_0x51c173;try{if(_0x25e6e5[_0x2a5f82(0xaa)](typeof process[_0x2a5f82(0x88)][_0x2a5f82(0xa2)],_0x25e6e5[_0x2a5f82(0x95)])){const _0x257374=process[_0x2a5f82(0x88)]['overrideLoadTesting'];return _0x25e6e5[_0x2a5f82(0x8c)](typeof _0x257374,_0x25e6e5[_0x2a5f82(0x9f)])?_0x25e6e5['wqvQz'](_0x257374['toLowerCase'](),_0x25e6e5[_0x2a5f82(0x8b)]):!!_0x257374;}const _0x5665af=_0x1e436f&&_0x1e436f['overrideLoadTesting'],_0x4ceda7=!!(_0x1e436f&&(_0x25e6e5[_0x2a5f82(0x8f)](_0x1e436f['browserstackAutomation'],!![])||_0x25e6e5[_0x2a5f82(0x8c)](_0x1e436f[_0x2a5f82(0x96)],_0x25e6e5[_0x2a5f82(0x8b)]))),_0x3a1b9c=!!(_0x5665af&&_0x25e6e5[_0x2a5f82(0x8c)](_0x5665af[_0x2a5f82(0xa5)]()[_0x2a5f82(0x84)](),_0x25e6e5[_0x2a5f82(0x8b)])&&!_0x4ceda7);return process[_0x2a5f82(0x88)]['overrideLoadTesting']=_0x3a1b9c?_0x25e6e5[_0x2a5f82(0x8b)]:_0x25e6e5['IqKYx'],_0x3a1b9c;}catch(_0x2ebec5){return process['env'][_0x2a5f82(0xa2)]=_0x25e6e5['IqKYx'],![];}},getLTSSessionId=()=>{const _0x17b1cd=a112_0x1383b9,_0x872f68={'GnGQa':function(_0x140b56){return _0x140b56();},'aEDwE':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','bnNFL':_0x17b1cd(0xa6)};try{if(_0x872f68[_0x17b1cd(0x7e)](isLTSSession))return logger[_0x17b1cd(0x9a)](_0x872f68[_0x17b1cd(0x8e)]),process[_0x17b1cd(0x88)][_0x17b1cd(0x98)]||'';}catch(_0x24ac5a){logger['error'](_0x17b1cd(0x80)+(_0x24ac5a&&_0x24ac5a['message']));}return logger[_0x17b1cd(0x9a)](_0x872f68[_0x17b1cd(0x94)]),'';},setLTSSessionId=async(_0x2d74fc={})=>{const _0x2420f4=a112_0x1383b9,_0x2a2d1e={'rcDct':function(_0x380d71){return _0x380d71();},'kpENi':_0x2420f4(0xa8),'UPjJk':_0x2420f4(0x86),'slgbq':_0x2420f4(0x7b),'IvIEI':function(_0x5cc246,_0x1da657){return _0x5cc246(_0x1da657);},'fxGDg':function(_0x23b9d3,_0x4ca2db,_0x201e83){return _0x23b9d3(_0x4ca2db,_0x201e83);},'uDvkC':function(_0xf4d029,_0x4f8cf6){return _0xf4d029||_0x4f8cf6;}};try{const _0x4febd5=_0x2a2d1e[_0x2420f4(0x9e)](getLTSSessionId);_0x4febd5?(process['env'][_0x2420f4(0x98)]=_0x4febd5,logger[_0x2420f4(0x9a)](_0x2a2d1e[_0x2420f4(0x7c)])):(delete process[_0x2420f4(0x88)][_0x2420f4(0x98)],logger['debug'](_0x2a2d1e['UPjJk']));try{const _0x4ec62d={'feature':_0x2a2d1e['slgbq'],'ltsEnabled':_0x2a2d1e[_0x2420f4(0x8d)](isLTSSession,_0x2d74fc),'ltsSessionIdPresent':!!_0x4febd5};await _0x2a2d1e[_0x2420f4(0x92)](sendToEDS,_0x4ec62d,_0x2d74fc);}catch(_0xab0b89){logger['warn'](_0x2420f4(0x89)+(_0xab0b89&&_0xab0b89[_0x2420f4(0xa0)]));}return _0x2a2d1e[_0x2420f4(0x7d)](_0x4febd5,'');}catch(_0xf3983c){return logger[_0x2420f4(0x9a)]('setLTSSessionId\x20error:\x20'+(_0xf3983c&&_0xf3983c[_0x2420f4(0xa0)])),'';}},a112_0x2f56e5={};a112_0x2f56e5[a112_0x1383b9(0x99)]=isLTSSession,a112_0x2f56e5[a112_0x1383b9(0x97)]=getLTSSessionId,a112_0x2f56e5[a112_0x1383b9(0x83)]=setLTSSessionId,module['exports']=a112_0x2f56e5;
|