browserstack-node-sdk 1.56.2 → 1.56.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/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/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/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/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a89_0x24a182=a89_0x574b;(function(_0xadf94d,_0x35540f){const _0x13e902=a89_0x574b,_0x403b04=_0xadf94d();while(!![]){try{const _0x3a4419=parseInt(_0x13e902(0x84))/0x1*(parseInt(_0x13e902(0x7d))/0x2)+parseInt(_0x13e902(0x75))/0x3*(parseInt(_0x13e902(0x74))/0x4)+parseInt(_0x13e902(0x81))/0x5+parseInt(_0x13e902(0x6c))/0x6+parseInt(_0x13e902(0x7f))/0x7*(-parseInt(_0x13e902(0x83))/0x8)+parseInt(_0x13e902(0x67))/0x9+-parseInt(_0x13e902(0x78))/0xa*(parseInt(_0x13e902(0x68))/0xb);if(_0x3a4419===_0x35540f)break;else _0x403b04['push'](_0x403b04['shift']());}catch(_0x336fc8){_0x403b04['push'](_0x403b04['shift']());}}}(a89_0x11a2,0x678b5));const TrackedContext=require('./trackedContext'),crypto=require(a89_0x24a182(0x82)),{threadId}=require('worker_threads');class TrackedInstance{static [a89_0x24a182(0x6e)]='isBrowserstackAutomationSession';constructor(_0x175e7b){const _0x6a2370=a89_0x24a182;this[_0x6a2370(0x7a)]=_0x175e7b,this[_0x6a2370(0x70)]=new Map();}[a89_0x24a182(0x6d)](){const _0x4e60a6=a89_0x24a182;return this['context'][_0x4e60a6(0x85)]();}['getContext'](){const _0xbd43ee=a89_0x24a182;return this[_0xbd43ee(0x7a)];}['getAllData'](){const _0x2c38da=a89_0x24a182;return this[_0x2c38da(0x70)];}[a89_0x24a182(0x86)](_0x160d81){const _0x49048c=a89_0x24a182;Object['keys'](_0x160d81)[_0x49048c(0x76)](_0xababfb=>{const _0x42d5ef=_0x49048c;this[_0x42d5ef(0x70)]['set'](_0xababfb,_0x160d81[_0xababfb]);});}[a89_0x24a182(0x71)](_0x4067bd){const _0x2daf32=a89_0x24a182;Object[_0x2daf32(0x7e)](_0x4067bd)[_0x2daf32(0x76)](([_0x481110,_0x265cbb])=>{const _0x414dc5=_0x2daf32,_0x31b2d9=this[_0x414dc5(0x70)]['get'](_0x481110)||{},_0x3300b4={..._0x31b2d9,..._0x265cbb},_0x4d28c5=_0x3300b4;this[_0x414dc5(0x70)][_0x414dc5(0x80)](_0x481110,_0x4d28c5);});}[a89_0x24a182(0x7b)](_0x546512){const _0x55c53f=a89_0x24a182;return this['data'][_0x55c53f(0x79)](_0x546512);}[a89_0x24a182(0x6a)](_0x4c4020,_0x9f41da){const _0x8458a4=a89_0x24a182;this[_0x8458a4(0x70)][_0x8458a4(0x80)](_0x4c4020,_0x9f41da);}static['createContext'](_0x36471a){const _0x49b1ad=a89_0x24a182,_0x573559={};_0x573559['pnzCr']='sha256',_0x573559[_0x49b1ad(0x6b)]='hex',_0x573559['LTlgU']=function(_0x481cbe,_0x145b9b){return _0x481cbe||_0x145b9b;};const _0x138725=_0x573559;return new TrackedContext(crypto[_0x49b1ad(0x72)](_0x138725[_0x49b1ad(0x7c)])[_0x49b1ad(0x73)](_0x36471a)[_0x49b1ad(0x69)](_0x138725[_0x49b1ad(0x6b)]),_0x138725['LTlgU'](threadId,0x0),process[_0x49b1ad(0x6f)],typeof _0x36471a);}}function a89_0x574b(_0x488ae8,_0x5af4a5){const _0x11a217=a89_0x11a2();return a89_0x574b=function(_0x574b55,_0x19344e){_0x574b55=_0x574b55-0x67;let _0x58ff9b=_0x11a217[_0x574b55];return _0x58ff9b;},a89_0x574b(_0x488ae8,_0x5af4a5);}function a89_0x11a2(){const _0x258f72=['pid','data','addMultipleEntries','createHash','update','956MiEleV','9510vtOsBP','forEach','exports','19420aeVjJv','get','context','getData','pnzCr','832XUPRyV','entries','175iJEYOU','set','1298845RiPmZA','crypto','48072JeuKSY','1524ellbss','getId','updateMultipleEntries','7361604IafogU','11484WiUxPr','digest','updateData','bFlex','794706bjUkOn','getRef','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION'];a89_0x11a2=function(){return _0x258f72;};return a89_0x11a2();}module[a89_0x24a182(0x77)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90_0xf28d3b=a90_0x4901;(function(_0x416a59,_0x8ed26){const _0xc0c457=a90_0x4901,_0x346b83=_0x416a59();while(!![]){try{const _0x1e6631=-parseInt(_0xc0c457(0x26c))/0x1*(-parseInt(_0xc0c457(0x2cd))/0x2)+-parseInt(_0xc0c457(0x1b6))/0x3*(parseInt(_0xc0c457(0x2e3))/0x4)+-parseInt(_0xc0c457(0x2fd))/0x5+-parseInt(_0xc0c457(0x16f))/0x6*(-parseInt(_0xc0c457(0x191))/0x7)+parseInt(_0xc0c457(0x12c))/0x8*(parseInt(_0xc0c457(0x235))/0x9)+-parseInt(_0xc0c457(0x2fe))/0xa*(-parseInt(_0xc0c457(0x299))/0xb)+-parseInt(_0xc0c457(0x1e7))/0xc;if(_0x1e6631===_0x8ed26)break;else _0x346b83['push'](_0x346b83['shift']());}catch(_0x44ed9b){_0x346b83['push'](_0x346b83['shift']());}}}(a90_0x2899,0xeaef9));const BaseModule=require(a90_0xf28d3b(0x1cc)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a90_0xf28d3b(0x1f8)),AutomationFramework=require(a90_0xf28d3b(0x26a)),TestFramework=require(a90_0xf28d3b(0x20d)),AutomationFrameworkState=require(a90_0xf28d3b(0x195)),HookState=require(a90_0xf28d3b(0x130)),GrpcClient=require(a90_0xf28d3b(0x157)),scripts=require(a90_0xf28d3b(0x293)),logger=createClassLogger(a90_0xf28d3b(0x1fa)),PerformanceTester=require(a90_0xf28d3b(0x2eb)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0xf28d3b(0x19c)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a90_0xf28d3b(0x29b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0xf28d3b(0x1d5)];static [a90_0xf28d3b(0x24d)]=![];static ['_centralAuthA11yConfig']={};constructor(_0xac5774){const _0x41b7af=a90_0xf28d3b,_0x205c93={};_0x205c93['vZUob']=_0x41b7af(0x291),_0x205c93[_0x41b7af(0x28d)]=_0x41b7af(0x1a4),_0x205c93['CYLSC']=_0x41b7af(0x14b),_0x205c93[_0x41b7af(0x1b0)]='DRIVER_HAS_URL',_0x205c93[_0x41b7af(0x199)]=_0x41b7af(0x17b);const _0x4af2ce=_0x205c93,_0x3c814b=_0x4af2ce[_0x41b7af(0x14a)]['split']('|');let _0x22fc7d=0x0;while(!![]){switch(_0x3c814b[_0x22fc7d++]){case'0':this[_0x41b7af(0x277)]=![];continue;case'1':logger[_0x41b7af(0x1bb)](_0x4af2ce[_0x41b7af(0x28d)]);continue;case'2':this['LOG_DISABLED_SHOWN']=new Map();continue;case'3':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x41b7af(0x1ea)],HookState[_0x41b7af(0x1c4)],this['onBeforeTest']['bind'](this));continue;case'4':this[_0x41b7af(0x22f)]=_0xac5774['toObject']();continue;case'5':this['KEY_TESTHUB_BUILD_ID']=_0x4af2ce[_0x41b7af(0x12a)];continue;case'6':this['setAccessibilityToken'](_0xac5774[_0x41b7af(0x238)]()['getCapabilitiesList']());continue;case'7':this['isEnabled']=!![];continue;case'8':super();continue;case'9':AutomationFramework[_0x41b7af(0x262)](AutomationFrameworkState[_0x41b7af(0x2a5)],HookState[_0x41b7af(0x1ca)],this[_0x41b7af(0x2d7)]['bind'](this));continue;case'10':this[_0x41b7af(0x128)]=[];continue;case'11':this['_mobileScanningDisabledLogged']=![];continue;case'12':this['KEY_DRIVER_HAS_URL']=_0x4af2ce[_0x41b7af(0x1b0)];continue;case'13':this[_0x41b7af(0x135)]=new Map();continue;case'14':AutomationFramework[_0x41b7af(0x262)](AutomationFrameworkState[_0x41b7af(0x178)],HookState[_0x41b7af(0x1ca)],this[_0x41b7af(0x2db)]['bind'](this));continue;case'15':this[_0x41b7af(0x177)]=_0x4af2ce[_0x41b7af(0x199)];continue;case'16':this[_0x41b7af(0x304)]=![];continue;}break;}}[a90_0xf28d3b(0x171)](){const _0x212d61=a90_0xf28d3b;return this[_0x212d61(0x171)];}[a90_0xf28d3b(0x2e4)](){const _0xc95705=a90_0xf28d3b;return AccessibilityModule[_0xc95705(0x210)];}[a90_0xf28d3b(0x1ae)](){const _0x3d93cc=a90_0xf28d3b;return this[_0x3d93cc(0x135)]['get'](CLIUtils[_0x3d93cc(0x26b)](),![]);}[a90_0xf28d3b(0x22e)](){const _0x493c6f=a90_0xf28d3b;return this[_0x493c6f(0x2bb)][_0x493c6f(0x25b)](CLIUtils[_0x493c6f(0x26b)](),![]);}[a90_0xf28d3b(0x212)](_0x5f2d88){const _0x49db45=a90_0xf28d3b;this[_0x49db45(0x2bb)]['set'](CLIUtils[_0x49db45(0x26b)](),_0x5f2d88);}[a90_0xf28d3b(0x163)](){const _0x12972c=a90_0xf28d3b,_0x40d009={'zuUHE':_0x12972c(0x2c4),'HcJIR':function(_0x221f54,_0x17c53c){return _0x221f54(_0x17c53c);},'CGecf':_0x12972c(0x13a),'bFOdc':_0x12972c(0x1a2),'ejxjf':_0x12972c(0x172)};if(this[_0x12972c(0x277)]){logger[_0x12972c(0x1bb)](_0x40d009[_0x12972c(0x2f8)]);return;}try{const _0x24178d=_0x40d009['HcJIR'](require,_0x40d009['CGecf']);_0x24178d&&_0x24178d[_0x12972c(0x167)]?(_0x24178d[_0x12972c(0x167)](),this[_0x12972c(0x277)]=!![],logger[_0x12972c(0x1bb)](_0x40d009[_0x12972c(0x246)])):logger['debug'](_0x40d009[_0x12972c(0x166)]);}catch(_0x1c5859){logger[_0x12972c(0x1bb)](_0x12972c(0x223)+util[_0x12972c(0x2c6)](_0x1c5859));}}[a90_0xf28d3b(0x1c7)](_0x2fd85e=null,_0x5cefb3=null,_0x517352=null){const _0x275823=a90_0xf28d3b,_0x477afb={'uwoql':function(_0x1940f3,_0x28fa67){return _0x1940f3&&_0x28fa67;},'IREkk':_0x275823(0x183),'GxOyt':function(_0x145b3b,_0x3e18d2){return _0x145b3b(_0x3e18d2);},'JRRLE':'../../../helpers/helper','CKfUu':_0x275823(0x207),'poUpD':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','JIGyw':function(_0x2be7b6,_0x880b2b){return _0x2be7b6===_0x880b2b;},'VxDaR':_0x275823(0x182),'pZNsE':_0x275823(0x24b),'XgNaj':_0x275823(0x1b3),'zhzgi':_0x275823(0x248),'uOHNl':function(_0x262cdb,_0x564d9d){return _0x262cdb!==_0x564d9d;},'wUhXR':'latest','WOREf':function(_0x262120){return _0x262120();},'IZGBS':'on\x20non-BrowserStack\x20infrastructure\x20','mRmPQ':function(_0x4695e3,_0x16f479){return _0x4695e3>_0x16f479;},'UHthH':function(_0x3becbd,_0x52a543){return _0x3becbd(_0x52a543);},'wEtQG':function(_0x514a50,_0x385296){return _0x514a50(_0x385296);},'GAKPD':_0x275823(0x1dd)};try{if(_0x477afb[_0x275823(0x22a)](!_0x5cefb3,!_0x517352))return logger[_0x275823(0x1bb)](_0x477afb[_0x275823(0x292)]),![];const {isUndefined:_0x8d0ccd,isBrowserstackInfra:_0x30345c}=_0x477afb[_0x275823(0x2a9)](require,_0x477afb['JRRLE']);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x477afb[_0x275823(0x2b5)]),![];const _0x6d1c7e=_0x5cefb3['browserName']||_0x5cefb3[_0x275823(0x140)],_0x5822f8=_0x5cefb3[_0x275823(0x1c3)]||_0x5cefb3[_0x275823(0x181)];if(!accessibilityHelper[_0x275823(0x149)](_0x6d1c7e))return logger['warn'](_0x477afb[_0x275823(0x1bd)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x6d1c7e))try{const _0x2a4602=_0x5cefb3[_0x275823(0x1f0)],_0x22ed21=_0x477afb['JIGyw'](_0x2a4602,!![])||_0x477afb[_0x275823(0x244)](_0x2a4602,_0x477afb['VxDaR'])||_0x477afb[_0x275823(0x244)](typeof _0x2a4602,_0x477afb[_0x275823(0x267)])&&_0x477afb[_0x275823(0x244)](_0x2a4602[_0x275823(0x243)](),_0x477afb[_0x275823(0x245)]);if(_0x22ed21)return logger[_0x275823(0x1e3)](_0x477afb[_0x275823(0x1de)]),![];const _0x303917=_0x5cefb3?.[_0x275823(0x232)]?.['args']||_0x5cefb3?.[_0x477afb[_0x275823(0x29d)]]?.['args']||[];if(Array[_0x275823(0x2bd)](_0x303917)&&_0x303917[_0x275823(0x250)](_0x330966=>typeof _0x330966===_0x275823(0x24b)&&(_0x330966==='--headless'||_0x330966[_0x275823(0x26f)](_0x275823(0x257))&&_0x330966!==_0x275823(0x170))))return logger[_0x275823(0x1e3)](_0x477afb['XgNaj']),![];}catch(_0x1169e6){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0x275823(0x2c6)](_0x1169e6));}if(_0x477afb[_0x275823(0x1df)](_0x5822f8,_0x477afb[_0x275823(0x123)])){const _0x3a4963=_0x477afb[_0x275823(0x252)](_0x30345c),_0x1c65c0=accessibilityHelper[_0x275823(0x132)](_0x6d1c7e,_0x3a4963),_0x3a6100=accessibilityHelper[_0x275823(0x209)](_0x6d1c7e);if(!accessibilityHelper[_0x275823(0x155)](_0x5822f8,_0x1c65c0)){const _0xcd729b=_0x3a4963?'':_0x477afb[_0x275823(0x125)];return logger[_0x275823(0x1e3)](_0x275823(0x2ee)+_0x3a6100+'\x20browser\x20version\x20'+_0x1c65c0+_0x275823(0x255)+_0xcd729b+'.'),![];}}else{const _0xaa129d=_0x5cefb3['browserVersion']||_0x5cefb3[_0x275823(0x181)]||_0x5cefb3[_0x275823(0x16b)];if(_0xaa129d&&_0x477afb[_0x275823(0x1df)](_0xaa129d,_0x477afb[_0x275823(0x123)])&&!_0x477afb[_0x275823(0x24c)](_0x477afb[_0x275823(0x2a1)](parseFloat,_0xaa129d),_0x477afb[_0x275823(0x2be)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x477afb[_0x275823(0x173)]),![];}return!![];}catch(_0x5b3156){return logger['debug'](_0x275823(0x29f)+_0x5b3156[_0x275823(0x16c)]),![];}}[a90_0xf28d3b(0x301)](_0x5ba616=[],_0x3fd422,_0x2afeb3=a90_0xf28d3b(0x184)){const _0x2fecbf=a90_0xf28d3b,_0x35e1f3={'weLLN':function(_0x173d69,_0x2bce09){return _0x173d69===_0x2bce09;},'AtmxP':_0x2fecbf(0x296),'WZkxh':function(_0x114e7b,_0x3ad005){return _0x114e7b||_0x3ad005;},'vZPsP':function(_0x34fba5,_0x264092){return _0x34fba5===_0x264092;},'zxvBW':function(_0x450649,_0x4f975e){return _0x450649&&_0x4f975e;},'Trbpq':_0x2fecbf(0x2a3),'FElfg':function(_0x1d8cac,_0x218aec){return _0x1d8cac(_0x218aec);},'ravrz':function(_0x3afcfd,_0x456227){return _0x3afcfd>_0x456227;}};try{const _0x2e4c11=process['env'][_0x2fecbf(0x20f)]?JSON[_0x2fecbf(0x142)](process[_0x2fecbf(0x2ec)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x2e4c11)return!![];const _0x31ba18=Array[_0x2fecbf(0x2bd)](_0x2e4c11[_0x2fecbf(0x234)])?_0x2e4c11['includeTagsInTestingScope']:[],_0x37beb2=Array[_0x2fecbf(0x2bd)](_0x2e4c11[_0x2fecbf(0x24a)])?_0x2e4c11[_0x2fecbf(0x24a)]:[];if(_0x35e1f3[_0x2fecbf(0x134)](_0x2afeb3,_0x35e1f3[_0x2fecbf(0x148)])){let _0x3eac2b;Array[_0x2fecbf(0x2bd)](_0x5ba616)?_0x3eac2b=_0x5ba616[_0x2fecbf(0x13e)]('\x20'):_0x3eac2b=_0x35e1f3['WZkxh'](_0x5ba616,'');const _0x3a5d9e=_0x37beb2[_0x2fecbf(0x250)](_0x4536d1=>_0x3eac2b['includes'](_0x4536d1)),_0x2c9ef4=_0x35e1f3[_0x2fecbf(0x2d8)](_0x31ba18['length'],0x0)||_0x31ba18[_0x2fecbf(0x250)](_0x471a94=>_0x3eac2b[_0x2fecbf(0x1d8)](_0x471a94)),_0x4d9064=_0x35e1f3[_0x2fecbf(0x120)](!_0x3a5d9e,_0x2c9ef4);return logger['debug'](_0x2fecbf(0x1f6)+(_0x3fd422?.[_0x2fecbf(0x2d5)]?.()||_0x35e1f3[_0x2fecbf(0x29e)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x4d9064+_0x2fecbf(0x27c)+_0x3eac2b+_0x2fecbf(0x18a)+JSON['stringify'](_0x31ba18)+_0x2fecbf(0x2b3)+JSON[_0x2fecbf(0x225)](_0x37beb2)),_0x4d9064;}const _0x5d8e19=Array['isArray'](_0x5ba616)?_0x5ba616:[];let _0x107c62=![],_0x2c1f39=_0x35e1f3['weLLN'](_0x31ba18[_0x2fecbf(0x2f4)],0x0);const _0x830688=_0x43ad7a=>typeof _0x43ad7a===_0x2fecbf(0x24b)?_0x43ad7a[_0x2fecbf(0x13f)](/^@/,'')[_0x2fecbf(0x243)]()[_0x2fecbf(0x12b)]():_0x43ad7a,_0x1de7a2=new Set(_0x31ba18['map'](_0x830688)),_0x17896f=new Set(_0x37beb2[_0x2fecbf(0x264)](_0x830688));for(const _0xe829de of _0x5d8e19){const _0x532256=_0x35e1f3[_0x2fecbf(0x1d0)](_0x830688,_0xe829de);_0x17896f['has'](_0x532256)&&(_0x107c62=!![]),_0x35e1f3['ravrz'](_0x1de7a2[_0x2fecbf(0x1b1)],0x0)&&_0x1de7a2['has'](_0x532256)&&(_0x2c1f39=!![]);}const _0x5e2c5f=_0x35e1f3[_0x2fecbf(0x120)](_0x2c1f39,!_0x107c62);return logger[_0x2fecbf(0x1bb)](_0x2fecbf(0x1f6)+(_0x3fd422?.['getPlatformIndex']?.()||_0x35e1f3[_0x2fecbf(0x29e)])+_0x2fecbf(0x2f2)+_0x5e2c5f+_0x2fecbf(0x13d)+JSON['stringify'](_0x5d8e19)+_0x2fecbf(0x18a)+JSON['stringify'](_0x31ba18)+',\x20excludeTags='+JSON['stringify'](_0x37beb2)),_0x5e2c5f;}catch(_0x1ff94d){return logger[_0x2fecbf(0x1bb)](_0x2fecbf(0x1f6)+(_0x3fd422?.[_0x2fecbf(0x2d5)]?.()||_0x35e1f3[_0x2fecbf(0x29e)])+_0x2fecbf(0x15b)+_0x1ff94d['message']),![];}}async[a90_0xf28d3b(0x2ff)](_0x4ec8c1){const _0x4f427a=a90_0xf28d3b,_0x1461e1={};_0x1461e1[_0x4f427a(0x161)]=function(_0x1ae673,_0x215200){return _0x1ae673!==_0x215200;},_0x1461e1[_0x4f427a(0x2d2)]=_0x4f427a(0x184),_0x1461e1['fEFpD']=function(_0x144b18,_0x5427bb){return _0x144b18!==_0x5427bb;},_0x1461e1[_0x4f427a(0x18c)]=_0x4f427a(0x296),_0x1461e1[_0x4f427a(0x1a0)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x1461e1[_0x4f427a(0x2ae)]=_0x4f427a(0x1c9),_0x1461e1[_0x4f427a(0x211)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x1461e1[_0x4f427a(0x145)]=_0x4f427a(0x169),_0x1461e1[_0x4f427a(0x13c)]='DRIVER_INIT',_0x1461e1[_0x4f427a(0x16e)]=function(_0x48a8f3,_0x3a8fa8){return _0x48a8f3===_0x3a8fa8;},_0x1461e1['DwDfJ']=function(_0x31359d,_0x1c4fcc){return _0x31359d===_0x1c4fcc;},_0x1461e1[_0x4f427a(0x1a9)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x1461e1[_0x4f427a(0x26d)]=function(_0x5b1fa6,_0x437f30){return _0x5b1fa6===_0x437f30;},_0x1461e1[_0x4f427a(0x236)]=_0x4f427a(0x2e0),_0x1461e1['OyWIr']=function(_0x76f968,_0x19902b){return _0x76f968>_0x19902b;},_0x1461e1[_0x4f427a(0x2c8)]=function(_0x1fd50b,_0x262030){return _0x1fd50b===_0x262030;},_0x1461e1[_0x4f427a(0x28a)]=_0x4f427a(0x164),_0x1461e1[_0x4f427a(0x1ad)]=_0x4f427a(0x1ba),_0x1461e1['pDJXK']=function(_0x28b8aa,_0x3159e6){return _0x28b8aa&&_0x3159e6;},_0x1461e1[_0x4f427a(0x2bc)]='unknown',_0x1461e1['NByqF']=_0x4f427a(0x182);const _0x5f538a=_0x1461e1;if(_0x5f538a['FfyQd'](_0x4ec8c1['testFramework'],_0x5f538a['NYATz'])&&_0x5f538a[_0x4f427a(0x1db)](_0x4ec8c1[_0x4f427a(0x1e4)],_0x5f538a[_0x4f427a(0x18c)])){logger['debug'](_0x5f538a[_0x4f427a(0x1a0)]);return;}try{const _0x50449f=AutomationFramework[_0x4f427a(0x21c)](),_0x17ca2c=TestFramework[_0x4f427a(0x21c)](),_0x47c4da=_0x4ec8c1[_0x4f427a(0x22d)]||global[_0x4f427a(0x23f)]?.[_0x4f427a(0x189)]||null;if(!_0x47c4da){_0x17ca2c&&_0x17ca2c[_0x4f427a(0x1cf)](_0x5f538a[_0x4f427a(0x2ae)],!![]);logger[_0x4f427a(0x1bb)](_0x5f538a['XEJME']);return;}logger[_0x4f427a(0x1bb)](_0x5f538a['bIEoJ']);const _0x44e2ec=_0x17ca2c?.['getData'](_0x5f538a[_0x4f427a(0x13c)],![]),_0x171408=_0x17ca2c?.[_0x4f427a(0x1fe)](_0x5f538a[_0x4f427a(0x2ae)],![]);if(_0x5f538a[_0x4f427a(0x16e)](_0x44e2ec,![])&&_0x5f538a['DwDfJ'](_0x171408,![])){_0x17ca2c&&_0x17ca2c['updateData'](_0x5f538a[_0x4f427a(0x13c)],!![]);logger[_0x4f427a(0x1bb)](_0x5f538a['MeZCm']);return;}_0x17ca2c&&_0x17ca2c['updateData'](_0x5f538a[_0x4f427a(0x2ae)],!![]);let _0x13bc54,_0x3e7fcb;const _0x2c6210=_0x4ec8c1[_0x4f427a(0x1e4)]||_0x5f538a[_0x4f427a(0x2d2)];if(_0x5f538a[_0x4f427a(0x26d)](_0x2c6210,_0x5f538a['NmoqS'])){_0x3e7fcb=_0x4ec8c1[_0x4f427a(0x27f)]?.[_0x4f427a(0x2dd)]||_0x4ec8c1[_0x4f427a(0x27f)]?.['id']||global[_0x4f427a(0x1ab)]||global['__workerDetails']?.[_0x4f427a(0x17a)]?.[_0x4f427a(0x2dd)]||global[_0x4f427a(0x23f)]?.['currentTest']?.['id'];const _0x1b5e8e=_0x17ca2c?.['getAllData']()?.[_0x4f427a(0x25b)](_0x3e7fcb);if(_0x1b5e8e&&_0x1b5e8e[TestFrameworkConstants['KEY_TEST_NAME']])_0x13bc54=_0x1b5e8e[TestFrameworkConstants[_0x4f427a(0x1f5)]];else{if(_0x4ec8c1['testInfo']?.[_0x4f427a(0x1aa)])_0x13bc54=_0x4ec8c1[_0x4f427a(0x27f)][_0x4f427a(0x1aa)];else global[_0x4f427a(0x23f)]?.[_0x4f427a(0x17a)]?.[_0x4f427a(0x27f)]?.[_0x4f427a(0x1aa)]?_0x13bc54=global[_0x4f427a(0x23f)][_0x4f427a(0x17a)][_0x4f427a(0x27f)][_0x4f427a(0x1aa)]:_0x13bc54=_0x5f538a[_0x4f427a(0x236)];}logger['debug'](_0x4f427a(0x282)+_0x3e7fcb+_0x4f427a(0x27c)+JSON[_0x4f427a(0x225)](_0x13bc54));}else{_0x3e7fcb=this[_0x4f427a(0x2ba)](_0x4ec8c1);const _0x55847f=TestInfo['getTestDetails'](_0x3e7fcb);let _0x43e5bf=[];if(_0x55847f&&Array['isArray'](_0x55847f[_0x4f427a(0x1ba)])&&_0x5f538a[_0x4f427a(0x221)](_0x55847f['test_tags'][_0x4f427a(0x2f4)],0x0))_0x43e5bf=_0x55847f[_0x4f427a(0x1ba)];else{if(_0x17ca2c){const _0x8cf5c7=_0x5f538a[_0x4f427a(0x2c8)](typeof _0x17ca2c[_0x4f427a(0x1fe)],_0x5f538a[_0x4f427a(0x28a)])?_0x17ca2c[_0x4f427a(0x1fe)](_0x5f538a[_0x4f427a(0x1ad)],[]):_0x17ca2c[_0x4f427a(0x1ba)]||[];Array[_0x4f427a(0x2bd)](_0x8cf5c7)&&(_0x43e5bf=_0x8cf5c7);}}_0x13bc54=_0x43e5bf;}logger[_0x4f427a(0x253)](_0x4f427a(0x18f)+JSON[_0x4f427a(0x225)](_0x13bc54));const _0x48337=this[_0x4f427a(0x1c7)](_0x50449f,_0x4ec8c1[_0x4f427a(0x269)],_0x4ec8c1[_0x4f427a(0x1cb)]);logger[_0x4f427a(0x1bb)](_0x4f427a(0x297)+_0x48337+',\x20isAppAccessibility='+this['isAppAccessibility']);const _0x284c45=this[_0x4f427a(0x301)](_0x13bc54,_0x50449f,_0x2c6210),_0x26e6bd=_0x5f538a[_0x4f427a(0x287)](_0x48337,_0x284c45),_0x5c47b5=CLIUtils[_0x4f427a(0x26b)]();this['accessibility'][_0x4f427a(0x176)](_0x5c47b5,_0x26e6bd),global[_0x4f427a(0x300)]?.['getContext']&&global['Context']['getContext']()[_0x4f427a(0x15e)](_0x26e6bd),logger[_0x4f427a(0x1bb)]('[platform\x20-\x20'+(_0x50449f?.['getPlatformIndex']?.()||_0x5f538a[_0x4f427a(0x2bc)])+_0x4f427a(0x2c3)+_0x26e6bd),_0x26e6bd?(global[_0x4f427a(0x29c)]=!![],process[_0x4f427a(0x2ec)][_0x4f427a(0x23a)]=_0x5f538a[_0x4f427a(0x1a5)],this[_0x4f427a(0x163)]()):global[_0x4f427a(0x29c)]=![];}catch(_0x4f5a43){logger[_0x4f427a(0x21a)](_0x4f427a(0x1b9)+(_0x4f5a43[_0x4f427a(0x2b2)]||_0x4f5a43[_0x4f427a(0x16c)]));const _0x2bf2c5=CLIUtils[_0x4f427a(0x26b)]();this[_0x4f427a(0x135)][_0x4f427a(0x176)](_0x2bf2c5,![]),global[_0x4f427a(0x29c)]=![];}}[a90_0xf28d3b(0x1ed)](){const _0x590131=a90_0xf28d3b;return this[_0x590131(0x128)]['find'](_0x55794b=>_0x55794b['getName']()===_0x590131(0x248))?.[_0x590131(0x259)]()||'';}['getCapabilityValue'](_0x472b43){const _0x3593e2=a90_0xf28d3b;try{const _0x4850a1=this[_0x3593e2(0x22f)]?.[_0x3593e2(0x127)]?.[_0x3593e2(0x131)]||[],_0x55f56=_0x4850a1[_0x3593e2(0x25d)](_0xeffcaa=>_0xeffcaa[_0x3593e2(0x1d5)]===_0x472b43);return _0x55f56?_0x55f56['value']:null;}catch(_0x3c3f82){return logger['debug'](_0x3593e2(0x15a)+_0x472b43+':\x20'+_0x3c3f82[_0x3593e2(0x16c)]),null;}}async[a90_0xf28d3b(0x303)](_0x1af76c,_0x5e7df5){const _0x2e9c84=a90_0xf28d3b,_0x515dd8=_0x1af76c['getAccessibility']()['getOptions'](),_0x44cb1a=_0x515dd8[_0x2e9c84(0x2d4)](),_0x1a0516=_0x515dd8[_0x2e9c84(0x2dc)]()?.[_0x2e9c84(0x2da)]();scripts[_0x2e9c84(0x1d3)](_0x44cb1a,_0x1a0516),scripts[_0x2e9c84(0x268)]();const _0x3dbd3e=_0x515dd8[_0x2e9c84(0x224)]();this[_0x2e9c84(0x128)]=_0x515dd8[_0x2e9c84(0x224)](),await this[_0x2e9c84(0x2ed)](_0x3dbd3e,_0x5e7df5['launchCaps']);}async[a90_0xf28d3b(0x2ed)](_0x2de60a,_0x5745ae={}){const _0x1f8a62=a90_0xf28d3b,_0x2f08e9={'mLGcV':function(_0x305cec,_0x42c6c1){return _0x305cec===_0x42c6c1;},'YtthX':_0x1f8a62(0x19e),'cpqwM':'browserstack.accessibilityOptions.authToken','fLhue':function(_0x5c41e5,_0x11762f){return _0x5c41e5(_0x11762f);},'wruWY':_0x1f8a62(0x23e),'LWbrP':function(_0x2fdd67,_0x4b3a1c){return _0x2fdd67(_0x4b3a1c);},'XISFk':_0x1f8a62(0x2b9),'leUCm':'wcagVersion','fEIyp':_0x1f8a62(0x279),'xyKwe':'scannerVersion','dkrGZ':_0x1f8a62(0x228),'Fyodk':function(_0x1269b2,_0x3b38fc){return _0x1269b2===_0x3b38fc;},'TlPHX':_0x1f8a62(0x2e1),'NcknE':'browserstack.accessibilityOptions.scannerProcessingTimeout','zkroW':_0x1f8a62(0x1fb),'FlBYf':function(_0xab2d56,_0x55e3b4){return _0xab2d56(_0x55e3b4);},'ViHWA':function(_0x57adea,_0xdb54a9){return _0x57adea===_0xdb54a9;},'OMKPS':_0x1f8a62(0x182)};global[_0x1f8a62(0x193)]=global['__accessibilityOptions']||{};for(const _0x2460a4 of _0x2de60a){logger[_0x1f8a62(0x253)](_0x1f8a62(0x306)+_0x2460a4[_0x1f8a62(0x286)]()+_0x1f8a62(0x289)+_0x2460a4['getValue']());if(_0x2f08e9[_0x1f8a62(0x1cd)](_0x2460a4[_0x1f8a62(0x286)](),_0x2f08e9[_0x1f8a62(0x1ef)])){const _0x2e4132=_0x2460a4[_0x1f8a62(0x259)]();process['env'][_0x1f8a62(0x1fd)]=_0x2e4132,global[_0x1f8a62(0x193)][_0x2f08e9[_0x1f8a62(0x2df)]]=_0x2e4132;const _0x2b328a=_0x2f08e9['fLhue'](require,_0x2f08e9[_0x1f8a62(0x218)]),{isTrue:_0x37f95e}=_0x2f08e9[_0x1f8a62(0x1c8)](require,_0x2f08e9[_0x1f8a62(0x1fc)]),_0x25a348=_0x2b328a['parseA11yJwtPayload'](_0x2e4132);_0x25a348&&_0x2f08e9[_0x1f8a62(0x14d)](_0x37f95e,_0x25a348[_0x1f8a62(0x25a)])&&(process[_0x1f8a62(0x2ec)][_0x1f8a62(0x1c0)]=!![]);}else{if(_0x2f08e9['mLGcV'](_0x2460a4[_0x1f8a62(0x286)](),_0x2f08e9[_0x1f8a62(0x2cb)]))global[_0x1f8a62(0x193)][_0x2f08e9[_0x1f8a62(0x258)]]=_0x2460a4['getValue']();else{if(_0x2f08e9[_0x1f8a62(0x1cd)](_0x2460a4['getName'](),_0x2f08e9[_0x1f8a62(0x186)]))global[_0x1f8a62(0x193)][_0x2f08e9[_0x1f8a62(0x2bf)]]=_0x2460a4[_0x1f8a62(0x259)]();else{if(_0x2f08e9['Fyodk'](_0x2460a4['getName'](),_0x2f08e9[_0x1f8a62(0x229)]))global['__accessibilityOptions'][_0x2f08e9[_0x1f8a62(0x305)]]=_0x2460a4['getValue']();else{if(_0x2f08e9[_0x1f8a62(0x19a)](_0x2460a4[_0x1f8a62(0x286)](),_0x2f08e9[_0x1f8a62(0x230)])){const _0x113018=_0x2460a4[_0x1f8a62(0x259)]();process[_0x1f8a62(0x2ec)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x2f08e9[_0x1f8a62(0x278)](String,_0x2f08e9['ViHWA'](_0x113018,!![])||_0x2f08e9[_0x1f8a62(0x1a1)](_0x113018,_0x2f08e9[_0x1f8a62(0x22b)])),logger[_0x1f8a62(0x1bb)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x113018+_0x1f8a62(0x2aa)+process[_0x1f8a62(0x2ec)][_0x1f8a62(0x26e)]);}}}}}}}async[a90_0xf28d3b(0x2d7)](_0x5027f1){const _0x5256d5=a90_0xf28d3b,_0x48c021={};_0x48c021['yDhml']=function(_0x46eba2,_0x159584){return _0x46eba2!==_0x159584;},_0x48c021['mmIdl']=_0x5256d5(0x184),_0x48c021['oaxuG']=function(_0x448086,_0x3440c1){return _0x448086!==_0x3440c1;},_0x48c021['AmgUI']=_0x5256d5(0x296),_0x48c021[_0x5256d5(0x242)]=_0x5256d5(0x162),_0x48c021[_0x5256d5(0x2ef)]='unknown';const _0x79abb3=_0x48c021;if(_0x79abb3[_0x5256d5(0x175)](_0x5027f1[_0x5256d5(0x1e4)],_0x79abb3[_0x5256d5(0x150)])&&_0x79abb3['oaxuG'](_0x5027f1[_0x5256d5(0x1e4)],_0x79abb3['AmgUI'])){logger[_0x5256d5(0x1bb)](_0x79abb3['VxLyF']);return;}const _0x2c4f3d=_0x5027f1[_0x5256d5(0x27f)]?.[_0x5256d5(0x2dd)]||_0x5027f1[_0x5256d5(0x27f)]?.['id']||global[_0x5256d5(0x1ab)];logger[_0x5256d5(0x253)](_0x5256d5(0x17c)+_0x5027f1['testFramework']+_0x5256d5(0x1be)+_0x2c4f3d);try{const _0x136504=_0x5027f1[_0x5256d5(0x2d1)]||AutomationFramework[_0x5256d5(0x21c)](),_0x52a85f=CLIUtils[_0x5256d5(0x26b)](),_0x24eeef=this['getCurrentAccessibilityStatus']();logger[_0x5256d5(0x1bb)]('[platform\x20-\x20'+(_0x136504?.[_0x5256d5(0x2d5)]?.()||_0x79abb3[_0x5256d5(0x2ef)])+_0x5256d5(0x1d7)+_0x24eeef),_0x24eeef&&await this[_0x5256d5(0x2ea)](_0x136504,_0x5027f1),this[_0x5256d5(0x135)][_0x5256d5(0x12e)](_0x52a85f),this['LOG_DISABLED_SHOWN'][_0x5256d5(0x12e)](_0x52a85f);}catch(_0x1c369f){logger[_0x5256d5(0x21a)](_0x5256d5(0x2ab)+(_0x1c369f[_0x5256d5(0x2b2)]||_0x1c369f[_0x5256d5(0x16c)]));}}async[a90_0xf28d3b(0x2ea)](_0x3406e1,_0x9e832e){const _0x18f154=a90_0xf28d3b,_0x1b804e={};_0x1b804e['SwhhD']=function(_0x4a0af0,_0x3c799f){return _0x4a0af0===_0x3c799f;},_0x1b804e[_0x18f154(0x1ac)]=_0x18f154(0x164),_0x1b804e[_0x18f154(0x1a7)]=_0x18f154(0x296),_0x1b804e['dbazi']=_0x18f154(0x184),_0x1b804e['dSSAU']=_0x18f154(0x14e),_0x1b804e[_0x18f154(0x21f)]='accessibility',_0x1b804e[_0x18f154(0x240)]='saveResults',_0x1b804e['HuMzI']='unknown',_0x1b804e['gXQAP']=_0x18f154(0x160),_0x1b804e['mYMAO']='null',_0x1b804e[_0x18f154(0x2fa)]=function(_0x554b60,_0x1bd575){return _0x554b60||_0x1bd575;},_0x1b804e[_0x18f154(0x23b)]=function(_0x16e19c,_0x32afa1){return _0x16e19c||_0x32afa1;},_0x1b804e[_0x18f154(0x198)]=function(_0x560ed5,_0x3ffada){return _0x560ed5||_0x3ffada;},_0x1b804e[_0x18f154(0x121)]=_0x18f154(0x1b7),_0x1b804e[_0x18f154(0x1d6)]=_0x18f154(0x1e8),_0x1b804e[_0x18f154(0x1b2)]=_0x18f154(0x13b);const _0x2e2971=_0x1b804e;try{const _0x5e34e6=_0x9e832e[_0x18f154(0x1e4)]||(_0x2e2971[_0x18f154(0x272)](this[_0x18f154(0x1d1)]?.[_0x18f154(0x1d5)]?.[_0x18f154(0x243)](),_0x2e2971[_0x18f154(0x1a7)])?_0x2e2971[_0x18f154(0x1a7)]:_0x2e2971[_0x18f154(0x1a6)]);let _0x469688='',_0xf2b6a4=null,_0x13bdae=null;if(_0x2e2971[_0x18f154(0x272)](_0x5e34e6,_0x2e2971[_0x18f154(0x1a7)])){_0xf2b6a4=_0x9e832e[_0x18f154(0x27f)]?.['testAnalyticsId']||_0x9e832e[_0x18f154(0x27f)]?.['id']||global[_0x18f154(0x1ab)];if(!_0xf2b6a4){logger['warn'](_0x2e2971[_0x18f154(0x15d)]);return;}try{const _0x14cbb7=await GrpcClient[_0x18f154(0x197)]()[_0x18f154(0x24e)](process[_0x18f154(0x2ec)][_0x18f154(0x284)],_0x2e2971['fqtjA'],_0x2e2971[_0x18f154(0x240)],_0xf2b6a4),_0x5050b2=AccessibilityModule[_0x18f154(0x133)](null,_0x14cbb7);_0x469688=_0x5050b2?.[_0x18f154(0x201)]||'',logger[_0x18f154(0x1bb)](_0x18f154(0x19d)+_0x469688+_0x18f154(0x137)+_0xf2b6a4),_0x13bdae=_0x14cbb7;}catch(_0x31af8f){logger[_0x18f154(0x21a)](_0x18f154(0x28c)+_0x31af8f[_0x18f154(0x16c)]);return;}}else{const _0x266a4b=this[_0x18f154(0x2ba)](_0x9e832e);_0x469688=TestInfo['getTestUUID'](_0x266a4b);}const _0x30e249=((()=>{const _0x56e5f2=_0x18f154,_0x2116ce=(this[_0x56e5f2(0x22f)]?.[_0x56e5f2(0x127)]?.[_0x56e5f2(0x131)]||[])[_0x56e5f2(0x25d)](_0x56514e=>(typeof _0x56514e[_0x56e5f2(0x286)]===_0x56e5f2(0x164)?_0x56514e[_0x56e5f2(0x286)]():_0x56514e[_0x56e5f2(0x1d5)])===this[_0x56e5f2(0x1af)]);return _0x2116ce?_0x2e2971['SwhhD'](typeof _0x2116ce[_0x56e5f2(0x259)],_0x2e2971[_0x56e5f2(0x1ac)])?_0x2116ce[_0x56e5f2(0x259)]():_0x2116ce[_0x56e5f2(0x192)]:'';})()),_0x17b066=process[_0x18f154(0x2ec)][_0x18f154(0x2a6)]||'';logger[_0x18f154(0x1bb)](_0x18f154(0x1f6)+(_0x3406e1?.[_0x18f154(0x2d5)]?.()||_0x2e2971['HuMzI'])+_0x18f154(0x159)+_0x469688+_0x18f154(0x1ce)+_0x30e249+_0x18f154(0x219)+(_0x17b066?_0x2e2971[_0x18f154(0x226)]:_0x2e2971[_0x18f154(0x1c6)]));let _0x7554e5;if(_0x2e2971[_0x18f154(0x272)](_0x5e34e6,_0x2e2971[_0x18f154(0x1a7)]))_0x7554e5=AccessibilityModule['loadDriverExecuteParams'](_0x469688,_0x13bdae);else{const _0x4c3514=await GrpcClient['getInstance']()[_0x18f154(0x24e)](process[_0x18f154(0x2ec)][_0x18f154(0x284)],_0x2e2971[_0x18f154(0x21f)],_0x2e2971['VrQqr']);_0x7554e5=AccessibilityModule['loadDriverExecuteParams'](_0x469688,_0x4c3514);}logger[_0x18f154(0x1bb)](_0x18f154(0x2f7)+JSON[_0x18f154(0x225)](_0x7554e5));const _0x3eacf0=Object[_0x18f154(0x12f)]({},{'thTestRunUuid':_0x2e2971['qucPV'](_0x469688,''),'thBuildUuid':_0x2e2971[_0x18f154(0x23b)](_0x30e249,''),'thJwtToken':_0x2e2971[_0x18f154(0x198)](_0x17b066,'')},_0x7554e5);!this[_0x18f154(0x304)]&&this['isMobileWebSession']()&&(_0x3eacf0[_0x18f154(0x270)]=!![],logger[_0x18f154(0x1bb)](_0x2e2971[_0x18f154(0x121)]));logger['debug'](_0x18f154(0x202)+_0x469688+',\x20isAppAccessibility='+this['isAppAccessibility']);let _0x4d79cb=global[_0x18f154(0x23f)]?.[_0x18f154(0x189)]||null;!_0x4d79cb&&(_0x4d79cb=AutomationFramework['getState'](_0x3406e1,_0x2e2971[_0x18f154(0x1d6)],null)),!_0x4d79cb&&(_0x4d79cb=AutomationFramework['getState'](_0x3406e1,_0x2e2971[_0x18f154(0x1b2)],null)),await this['finishScanningForCli'](this[_0x18f154(0x1ae)](),_0x469688,_0x4d79cb,_0x3eacf0,this[_0x18f154(0x304)]);}catch(_0x4d9a84){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x4d9a84[_0x18f154(0x2b2)]||_0x4d9a84[_0x18f154(0x16c)]));}}async['finishScanningForCli'](_0x5c48bf,_0x3740ce,_0xd0abe4,_0x56b45d,_0x1e3ba3){const _0x262603=a90_0xf28d3b,_0x3c0776={};_0x3c0776[_0x262603(0x20a)]='saveResults',_0x3c0776[_0x262603(0x1f2)]=function(_0x54141f,_0x415112){return _0x54141f&&_0x415112;},_0x3c0776[_0x262603(0x2ca)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x3c0776['HIWiQ']=function(_0x29e27b,_0x5558d7){return _0x29e27b===_0x5558d7;},_0x3c0776[_0x262603(0x1a8)]=_0x262603(0x15f),_0x3c0776['kjTqJ']=function(_0x1a51e2,_0x5c6f8f){return _0x1a51e2===_0x5c6f8f;},_0x3c0776[_0x262603(0x233)]=_0x262603(0x220),_0x3c0776[_0x262603(0x185)]=_0x262603(0x147),_0x3c0776[_0x262603(0x168)]='afterTestHook',_0x3c0776[_0x262603(0x1e2)]='scan',_0x3c0776[_0x262603(0x153)]=_0x262603(0x188),_0x3c0776['OBnfO']=_0x262603(0x29a),_0x3c0776['FZOBr']=_0x262603(0x302);const _0x4150dd=_0x3c0776;try{const _0x946965=this[_0x262603(0x1bf)](_0x4150dd[_0x262603(0x20a)]);if(_0x4150dd[_0x262603(0x1f2)](!_0x1e3ba3,!_0x946965)){logger[_0x262603(0x1bb)](_0x4150dd[_0x262603(0x2ca)]);return;}if(!_0x3740ce||_0x4150dd[_0x262603(0x124)](_0x3740ce,_0x4150dd['oHQeR'])||_0x4150dd[_0x262603(0x249)](_0x3740ce,'')){logger[_0x262603(0x1bb)](_0x4150dd[_0x262603(0x233)]);return;}logger[_0x262603(0x1bb)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x262603(0x225)](_0x56b45d)),_0x5c48bf&&(logger[_0x262603(0x1bb)](_0x4150dd[_0x262603(0x185)]),await this[_0x262603(0x15c)](_0xd0abe4,_0x3740ce,_0x4150dd[_0x262603(0x168)],_0x56b45d,_0x1e3ba3,_0x4150dd[_0x262603(0x1e2)]),_0x4150dd['xYIJD'](!_0x1e3ba3,_0x946965)&&(logger['debug'](_0x4150dd[_0x262603(0x153)]),await PerformanceTester[_0x262603(0x17d)](_0x4150dd[_0x262603(0x25c)],async()=>{const _0xe0cc59=_0x262603;await this['performScanForCli'](_0xd0abe4,_0x3740ce,_0x4150dd[_0xe0cc59(0x20a)],_0x56b45d,_0x1e3ba3,_0x4150dd[_0xe0cc59(0x20a)]);})()),logger['info'](_0x4150dd[_0x262603(0x21b)]));}catch(_0x46d83b){logger[_0x262603(0x21a)](_0x262603(0x2e8)+(_0x46d83b[_0x262603(0x2b2)]||_0x46d83b[_0x262603(0x16c)]));}}async['onBeforeExecute'](_0x18251f){const _0x2c3a98=a90_0xf28d3b,_0x24524b={};_0x24524b[_0x2c3a98(0x1f4)]=function(_0x202ce4,_0x3d6199){return _0x202ce4!==_0x3d6199;},_0x24524b[_0x2c3a98(0x16d)]='cucumber',_0x24524b[_0x2c3a98(0x206)]=function(_0x58eae9,_0x2c4315){return _0x58eae9!==_0x2c4315;},_0x24524b[_0x2c3a98(0x1ee)]=_0x2c3a98(0x296),_0x24524b['GaQjH']='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x24524b[_0x2c3a98(0x251)]='unknown',_0x24524b[_0x2c3a98(0x215)]=_0x2c3a98(0x19f),_0x24524b[_0x2c3a98(0x2ad)]=function(_0x43347a,_0x318c66){return _0x43347a===_0x318c66;},_0x24524b['wFiQH']=_0x2c3a98(0x2cc),_0x24524b[_0x2c3a98(0x1dc)]='accessibility',_0x24524b[_0x2c3a98(0x260)]=_0x2c3a98(0x180),_0x24524b['rDwjB']='test_run_id',_0x24524b[_0x2c3a98(0x1c1)]=_0x2c3a98(0x14b),_0x24524b['luADj']=function(_0x51513b,_0x246ea8){return _0x51513b===_0x246ea8;},_0x24524b[_0x2c3a98(0x27e)]=_0x2c3a98(0x144),_0x24524b[_0x2c3a98(0x261)]=_0x2c3a98(0x15f);const _0x3e6850=_0x24524b;if(_0x3e6850[_0x2c3a98(0x1f4)](_0x18251f[_0x2c3a98(0x1e4)],_0x3e6850[_0x2c3a98(0x16d)])&&_0x3e6850[_0x2c3a98(0x206)](_0x18251f['testFramework'],_0x3e6850[_0x2c3a98(0x1ee)])){logger[_0x2c3a98(0x1bb)](_0x3e6850[_0x2c3a98(0x1e0)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x18251f[_0x2c3a98(0x138)]||_0x3e6850['wOcbS'])+_0x2c3a98(0x16a)+_0x18251f[_0x2c3a98(0x1e4)]);try{const _0x1c66f7=_0x18251f[_0x2c3a98(0x2d1)]||AutomationFramework[_0x2c3a98(0x21c)](),_0x4d7194=TestFramework[_0x2c3a98(0x21c)](),_0x43c489=_0x18251f[_0x2c3a98(0x138)]||_0x18251f[_0x2c3a98(0x152)]?.['getName']();if(!_0x43c489){logger['debug'](_0x3e6850[_0x2c3a98(0x215)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x43c489);return;}if(!this[_0x2c3a98(0x2c0)](_0x43c489)){logger[_0x2c3a98(0x1bb)](_0x2c3a98(0x1f1)+_0x43c489+_0x2c3a98(0x17f));return;}const _0x46fb0a=_0x18251f['page']||global[_0x2c3a98(0x23f)]?.[_0x2c3a98(0x189)];if(!_0x46fb0a){logger[_0x2c3a98(0x1bb)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x43c489);return;}let _0x4b3d71='',_0x634f99=null;if(_0x3e6850[_0x2c3a98(0x2ad)](_0x18251f['testFramework'],_0x3e6850[_0x2c3a98(0x1ee)])){_0x634f99=_0x18251f[_0x2c3a98(0x27f)]?.[_0x2c3a98(0x2dd)]||_0x18251f[_0x2c3a98(0x27f)]?.['id']||global[_0x2c3a98(0x1ab)];if(!_0x634f99){logger[_0x2c3a98(0x1e3)](_0x3e6850[_0x2c3a98(0x274)]);return;}try{const _0x388860=await GrpcClient[_0x2c3a98(0x197)]()[_0x2c3a98(0x24e)](process[_0x2c3a98(0x2ec)][_0x2c3a98(0x284)],_0x3e6850['xIkdE'],_0x3e6850[_0x2c3a98(0x260)],_0x634f99),_0x2fb3b4=AccessibilityModule[_0x2c3a98(0x133)](null,_0x388860);_0x4b3d71=_0x2fb3b4?.[_0x2c3a98(0x201)]||'',logger[_0x2c3a98(0x1bb)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x4b3d71+_0x2c3a98(0x137)+_0x634f99);}catch(_0x594286){logger[_0x2c3a98(0x21a)](_0x2c3a98(0x2de)+_0x594286[_0x2c3a98(0x16c)]);return;}}else _0x4b3d71=this[_0x2c3a98(0x1d4)](_0x3e6850['rDwjB'])||'',!_0x4b3d71&&this['isMobileWebSession']()&&(_0x4b3d71=accessibilityHelper[_0x2c3a98(0x2f0)]());const _0x27efe0=this[_0x2c3a98(0x1d4)](_0x3e6850['QDfSt'])||this[_0x2c3a98(0x22f)][this[_0x2c3a98(0x1af)]]||null,_0x13780d=process[_0x2c3a98(0x2ec)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x222d5a=this[_0x2c3a98(0x187)](_0x43c489,_0x4b3d71,_0x27efe0,_0x13780d),_0x472efe=_0x3e6850[_0x2c3a98(0x122)](_0x18251f[_0x2c3a98(0x1e4)],_0x3e6850[_0x2c3a98(0x1ee)])?await AccessibilityModule[_0x2c3a98(0x2d0)](_0x3e6850[_0x2c3a98(0x27e)],_0x4b3d71,_0x634f99):await AccessibilityModule[_0x2c3a98(0x2d0)](_0x3e6850[_0x2c3a98(0x27e)],_0x4b3d71);logger['info'](_0x2c3a98(0x27b)+(_0x222d5a?JSON['stringify'](_0x222d5a):_0x3e6850[_0x2c3a98(0x261)]));const _0x59c09d=CLIUtils['mergeObject'](_0x222d5a,_0x472efe);logger[_0x2c3a98(0x253)](_0x2c3a98(0x2f9)+(_0x59c09d?JSON[_0x2c3a98(0x225)](_0x59c09d):_0x3e6850[_0x2c3a98(0x261)])),logger['debug'](_0x2c3a98(0x254)+_0x43c489);const _0x3817fe=await this[_0x2c3a98(0x15c)](_0x46fb0a,_0x4b3d71,_0x43c489,_0x59c09d,this['isAppAccessibility']);logger['debug'](_0x2c3a98(0x2e6)+_0x43c489+',\x20\x0a\x20'+JSON[_0x2c3a98(0x225)](_0x3817fe));}catch(_0xb586e3){logger[_0x2c3a98(0x21a)](_0x2c3a98(0x290)+(_0xb586e3[_0x2c3a98(0x2b2)]||_0xb586e3['message']));}}[a90_0xf28d3b(0x21e)](){return this['getCurrentAccessibilityStatus']();}[a90_0xf28d3b(0x14f)](_0x213b3a){const _0x3f9320=a90_0xf28d3b,_0x3e1c6d=CLIUtils[_0x3f9320(0x26b)]();this[_0x3f9320(0x135)][_0x3f9320(0x176)](_0x3e1c6d,_0x213b3a);}async[a90_0xf28d3b(0x239)](_0x42fe33){const _0x18275c=a90_0xf28d3b,_0x56987c={};_0x56987c[_0x18275c(0x273)]=_0x18275c(0x2a3);const _0x477d4e=_0x56987c;try{const _0x5f2acb=_0x42fe33[_0x18275c(0x2d1)]||AutomationFramework[_0x18275c(0x21c)](),_0x414aac=_0x5f2acb?.[_0x18275c(0x1fe)]?.()?.[_0x18275c(0x25b)]?.(this[_0x18275c(0x177)])||![];if(_0x414aac)return;PerformanceTester[_0x18275c(0x21d)](EVENTS[_0x18275c(0x18d)]);const _0x33922a=await GrpcClient[_0x18275c(0x197)]()[_0x18275c(0x1a3)](_0x42fe33);_0x33922a&&_0x33922a[_0x18275c(0x19b)]&&_0x33922a[_0x18275c(0x19b)]()&&_0x33922a[_0x18275c(0x19b)]()[_0x18275c(0x2cf)]()?(await this[_0x18275c(0x2ac)](_0x33922a,_0x42fe33),_0x5f2acb?.[_0x18275c(0x1fe)]&&_0x5f2acb[_0x18275c(0x1fe)]()[_0x18275c(0x176)](this[_0x18275c(0x177)],!![]),logger['debug']('[platform\x20-\x20'+(_0x5f2acb?.['getPlatformIndex']?.()||_0x477d4e[_0x18275c(0x273)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x18275c(0x1bb)]('[platform\x20-\x20'+(_0x5f2acb?.[_0x18275c(0x2d5)]?.()||_0x477d4e[_0x18275c(0x273)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x435e9f){PerformanceTester[_0x18275c(0x283)](EVENTS[_0x18275c(0x18d)],![],_0x435e9f['message']),logger[_0x18275c(0x21a)](_0x18275c(0x2b7)+(_0x435e9f['stack']||_0x435e9f[_0x18275c(0x16c)]));}}async[a90_0xf28d3b(0x2ac)](_0x51d80b,_0x1785e0){const _0x551b9f=a90_0xf28d3b;await this[_0x551b9f(0x303)](_0x51d80b,_0x1785e0);const _0x783f8e=_0x51d80b['getAccessibility']()[_0x551b9f(0x238)]();if(_0x783f8e){const _0x334283=_0x51d80b[_0x551b9f(0x2fc)]&&_0x51d80b['getTesthub']();_0x334283&&(this[_0x551b9f(0x22f)][this[_0x551b9f(0x1af)]]=_0x334283[_0x551b9f(0x2ce)]&&_0x334283[_0x551b9f(0x2ce)]());}}[a90_0xf28d3b(0x2c0)](_0x5ef21f){const _0x5c229a=a90_0xf28d3b,_0x47e020={};_0x47e020['Pguha']=function(_0x590492,_0x302fab){return _0x590492===_0x302fab;};const _0x324fa3=_0x47e020;try{if(!_0x5ef21f)return![];const _0x35d402=this[_0x5c229a(0x22f)]?.['options']?.[_0x5c229a(0x165)]?.[_0x5c229a(0x2f3)]||[],_0x1026dd=_0x35d402[_0x5c229a(0x250)](_0x13782a=>{const _0x1100e1=_0x5c229a;return _0x13782a[_0x1100e1(0x1d5)]&&_0x324fa3[_0x1100e1(0x1c2)](_0x13782a[_0x1100e1(0x1d5)][_0x1100e1(0x243)](),_0x5ef21f[_0x1100e1(0x243)]());});return logger[_0x5c229a(0x1bb)](_0x5c229a(0x2a7)+_0x5ef21f+'\x20->\x20'+_0x1026dd+',\x20available\x20commands:\x20'+JSON[_0x5c229a(0x225)](_0x35d402['map'](_0xe073cd=>_0xe073cd[_0x5c229a(0x1d5)]))),_0x1026dd;}catch(_0x20d86e){return logger[_0x5c229a(0x1bb)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x20d86e['message']),![];}}[a90_0xf28d3b(0x143)](_0x52b6b2){const _0x4b22db=a90_0xf28d3b,_0x4497ca={};_0x4497ca[_0x4b22db(0x196)]=function(_0x2d385f,_0x701dc5){return _0x2d385f===_0x701dc5;},_0x4497ca['OjDNx']=_0x4b22db(0x24b),_0x4497ca[_0x4b22db(0x27a)]=_0x4b22db(0x23c);const _0x489d43=_0x4497ca,_0x21e0d7=_0x52b6b2[_0x4b22db(0x288)]&&_0x52b6b2[_0x4b22db(0x288)]();return _0x21e0d7&&_0x489d43[_0x4b22db(0x196)](typeof _0x21e0d7,_0x489d43[_0x4b22db(0x2e7)])&&_0x21e0d7[_0x4b22db(0x1d8)](_0x489d43['epxhH']);}['isAccessibilityScriptCommand'](_0x440fd8){const _0x17cf8e=a90_0xf28d3b,_0x7cd446={};_0x7cd446[_0x17cf8e(0x1da)]=function(_0x2290de,_0x3d7883){return _0x2290de!==_0x3d7883;},_0x7cd446['xjFPN']='string',_0x7cd446[_0x17cf8e(0x2c7)]='accessibility',_0x7cd446[_0x17cf8e(0x2a8)]=_0x17cf8e(0x180),_0x7cd446['VXnAf']=_0x17cf8e(0x2d3),_0x7cd446[_0x17cf8e(0x285)]=_0x17cf8e(0x2c1);const _0x25f877=_0x7cd446,_0x55de8a=_0x440fd8[_0x17cf8e(0x288)]&&_0x440fd8['getScript']();if(!_0x55de8a||_0x25f877['CQHyi'](typeof _0x55de8a,_0x25f877['xjFPN']))return![];return _0x55de8a[_0x17cf8e(0x1d8)](_0x25f877[_0x17cf8e(0x2c7)])||_0x55de8a[_0x17cf8e(0x1d8)](_0x25f877[_0x17cf8e(0x2a8)])||_0x55de8a['includes'](_0x25f877[_0x17cf8e(0x1ec)])||_0x55de8a[_0x17cf8e(0x1d8)](_0x25f877[_0x17cf8e(0x285)]);}[a90_0xf28d3b(0x1bc)](){const _0x4112b5=a90_0xf28d3b,_0x1c70fe={'cYNUu':function(_0x5f0890,_0x3eb540){return _0x5f0890===_0x3eb540;},'uafcJ':_0x4112b5(0x164),'NkVjf':function(_0x6347a9,_0x4317ff){return _0x6347a9(_0x4317ff);},'axNHL':_0x4112b5(0x275),'yTJQn':_0x4112b5(0x231),'TIpSZ':_0x4112b5(0x237),'cYgxA':'chrome'};try{const _0x12649e=this[_0x4112b5(0x22f)]?.['options']?.[_0x4112b5(0x131)]||[],_0xb1f0bc=_0x482669=>{const _0x39976a=_0x4112b5,_0x5b0187=_0x12649e[_0x39976a(0x25d)](_0x3fa0aa=>(typeof _0x3fa0aa[_0x39976a(0x286)]==='function'?_0x3fa0aa[_0x39976a(0x286)]():_0x3fa0aa[_0x39976a(0x1d5)])===_0x482669);return _0x5b0187?_0x1c70fe['cYNUu'](typeof _0x5b0187['getValue'],_0x1c70fe[_0x39976a(0x158)])?_0x5b0187[_0x39976a(0x259)]():_0x5b0187[_0x39976a(0x192)]:null;},_0x46668b=_0x1c70fe[_0x4112b5(0x1e5)](_0xb1f0bc,_0x1c70fe[_0x4112b5(0x2d9)]),_0x3c2a0d=_0x1c70fe[_0x4112b5(0x1e5)](_0xb1f0bc,_0x1c70fe[_0x4112b5(0x2fb)]),_0x43326f=global[_0x4112b5(0x2a0)]||_0x46668b&&_0x1c70fe['cYNUu'](_0x1c70fe[_0x4112b5(0x1e5)](String,_0x46668b)['toLowerCase'](),_0x1c70fe['TIpSZ'])&&_0x3c2a0d&&_0x1c70fe[_0x4112b5(0x1e5)](String,_0x3c2a0d)[_0x4112b5(0x243)]()['includes'](_0x1c70fe['cYgxA']);if(!_0x43326f)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x4112b5(0x1b5)]&&(logger[_0x4112b5(0x1e3)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x4112b5(0x1b5)]=!![]),![];return!![];}catch(_0x2c1277){return logger['debug']('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2c1277['message']),![];}}['getParamsForScanForCli'](_0x131428,_0x2596f8,_0x2868ba,_0x3f0f05){const _0x358640=a90_0xf28d3b,_0x4ec5a1={};_0x4ec5a1[_0x358640(0x17e)]=function(_0x47a693,_0x6c6b97){return _0x47a693||_0x6c6b97;},_0x4ec5a1[_0x358640(0x2c9)]=function(_0x5e2b01,_0x398484){return _0x5e2b01&&_0x398484;},_0x4ec5a1[_0x358640(0x1f9)]=function(_0x29e1be,_0x22ff86){return _0x29e1be||_0x22ff86;},_0x4ec5a1[_0x358640(0x28b)]=_0x358640(0x217);const _0x46ec8c=_0x4ec5a1;let _0x3ea960=_0x46ec8c[_0x358640(0x17e)](_0x2596f8,'');const _0x4a79fc=!this[_0x358640(0x304)]&&this['isMobileWebSession']();_0x46ec8c[_0x358640(0x2c9)](_0x4a79fc,!_0x3ea960)&&(_0x3ea960=accessibilityHelper[_0x358640(0x2f0)]());const _0x40afa2={'command':_0x131428,'thTestRunUuid':_0x3ea960,'thBuildUuid':_0x46ec8c[_0x358640(0x17e)](_0x2868ba,''),'thJwtToken':_0x46ec8c[_0x358640(0x1f9)](_0x3f0f05,''),'timestamp':new Date()['toISOString']()};return _0x4a79fc&&(_0x40afa2[_0x358640(0x270)]=!![],logger[_0x358640(0x1bb)](_0x46ec8c[_0x358640(0x28b)])),_0x40afa2;}[a90_0xf28d3b(0x1bf)](_0x39f501){const _0x506df1=a90_0xf28d3b,_0x48c3de={};_0x48c3de[_0x506df1(0x1e6)]=function(_0x244c60,_0x1173e9){return _0x244c60||_0x1173e9;};const _0x41f0c2=_0x48c3de;try{const _0x8caad1=this[_0x506df1(0x22f)]?.[_0x506df1(0x127)]?.[_0x506df1(0x141)]||[],_0xa344a3=_0x8caad1[_0x506df1(0x25d)](_0x13c890=>_0x13c890['name']===_0x39f501);return _0x41f0c2[_0x506df1(0x1e6)](_0xa344a3,null);}catch(_0x3da9fa){return logger['debug'](_0x506df1(0x28e)+_0x39f501+':\x20'+_0x3da9fa[_0x506df1(0x16c)]),null;}}async[a90_0xf28d3b(0x20c)](_0x2e943e,_0x44c8b9,_0x3b478d=null){const _0x49d9a0=a90_0xf28d3b,_0x3d77a9={'nImbk':function(_0x2201e0,_0x412920){return _0x2201e0(_0x412920);},'wXoSE':'../../playwright/accessibility-helper'};try{if(!_0x2e943e)return logger[_0x49d9a0(0x1bb)](_0x49d9a0(0x1f7)+_0x44c8b9),null;const _0x2e95e5=this[_0x49d9a0(0x1bf)](_0x44c8b9);if(!_0x2e95e5||!_0x2e95e5[_0x49d9a0(0x152)])return logger['debug'](_0x49d9a0(0x1b8)+_0x44c8b9+_0x49d9a0(0x174)),null;logger[_0x49d9a0(0x1bb)](_0x49d9a0(0x271)+_0x44c8b9+'\x20accessibility\x20script\x20on\x20page');const _0x4774e9=_0x3d77a9[_0x49d9a0(0x129)](require,_0x3d77a9['wXoSE']),_0x2f1ccc=_0x3b478d?await _0x4774e9[_0x49d9a0(0x1eb)](_0x2e943e,_0x2e95e5[_0x49d9a0(0x152)],_0x3b478d):await _0x4774e9['browserStackEvaluate'](_0x2e943e,_0x2e95e5[_0x49d9a0(0x152)]);return _0x2f1ccc;}catch(_0x3d1861){return logger['error'](_0x49d9a0(0x139)+_0x44c8b9+':\x20'+(_0x3d1861[_0x49d9a0(0x2b2)]||_0x3d1861[_0x49d9a0(0x16c)])),null;}}async['performScanForCli'](_0x403b4f,_0x143ae8,_0x3b8a84,_0x1bc2a1,_0x2d59bf,_0x56331b=a90_0xf28d3b(0x144)){const _0x45e29a=a90_0xf28d3b,_0x1f9f97={'jYndo':function(_0x3d4191,_0x4d0e7d){return _0x3d4191===_0x4d0e7d;},'yIjud':'scan','ZADzd':function(_0x5e2fef,_0x306085){return _0x5e2fef(_0x306085);},'VIxVP':_0x45e29a(0x194)};try{logger[_0x45e29a(0x1bb)](_0x45e29a(0x28f)+_0x3b8a84+_0x45e29a(0x2a4)+_0x56331b);const _0x3f7476=this['getScriptByName'](_0x56331b);if(!_0x3f7476||!_0x3f7476[_0x45e29a(0x152)]){logger[_0x45e29a(0x1bb)]('performScanForCli:\x20No\x20'+_0x56331b+_0x45e29a(0x20e));return;}if(_0x1f9f97[_0x45e29a(0x2c2)](_0x56331b,_0x1f9f97['yIjud'])){const _0x54b021=_0x1f9f97[_0x45e29a(0x156)](require,_0x1f9f97['VIxVP']),_0x55266b={};_0x55266b['command']=_0x3b8a84;const _0x380155=await PerformanceTester[_0x45e29a(0x17d)](PerformanceA11yEvents[_0x45e29a(0x25f)],async()=>{const _0x1367ea=_0x45e29a;return await _0x54b021[_0x1367ea(0x1eb)](_0x403b4f,_0x3f7476[_0x1367ea(0x152)],_0x1bc2a1);},_0x55266b)();return logger[_0x45e29a(0x253)](_0x45e29a(0x146)+_0x56331b+_0x45e29a(0x2f6)+_0x3b8a84+':\x20'+util[_0x45e29a(0x2c6)](_0x380155)),_0x380155;}const _0x3cd12f=_0x1f9f97[_0x45e29a(0x156)](require,_0x1f9f97['VIxVP']),_0x58ddfa=await PerformanceTester[_0x45e29a(0x17d)](PerformanceA11yEvents[_0x45e29a(0x276)],async()=>{const _0x40d704=_0x45e29a;return await _0x3cd12f['browserStackEvaluate'](_0x403b4f,_0x3f7476[_0x40d704(0x152)],_0x1bc2a1);})();return logger['info'](_0x45e29a(0x146)+_0x56331b+'\x20result\x20for\x20'+_0x3b8a84+':\x20'+util[_0x45e29a(0x2c6)](_0x58ddfa)),_0x58ddfa;}catch(_0x5a1433){logger[_0x45e29a(0x21a)](_0x45e29a(0x222)+_0x56331b+':\x20'+(_0x5a1433[_0x45e29a(0x2b2)]||_0x5a1433['message']));}}async['validatePlatformForAccessibility'](_0x2f2969){const _0x559806=a90_0xf28d3b,_0x33f005={'vAEhN':function(_0x2aa3a0,_0x4c6180){return _0x2aa3a0(_0x4c6180);},'ikmzx':_0x559806(0x23e)};try{const _0x58741b=_0x33f005[_0x559806(0x2e9)](require,_0x33f005[_0x559806(0x1b4)]);return await _0x58741b[_0x559806(0x2b0)](_0x2f2969);}catch(_0x5874be){return logger[_0x559806(0x21a)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x5874be['stack']||_0x5874be['message'])),![];}}[a90_0xf28d3b(0x295)](_0xaffc54,_0x522186,_0xb58962){const _0x4d17b0=a90_0xf28d3b,_0x4c3c6a={'MIamJ':function(_0x586f12,_0xe0c453){return _0x586f12(_0xe0c453);},'cLPcu':'../../playwright/accessibility-helper','EGleB':_0x4d17b0(0x208),'EUtPD':_0x4d17b0(0x136)};try{const _0x121992=_0x4c3c6a[_0x4d17b0(0x2af)](require,_0x4c3c6a['cLPcu']);_0x121992[_0x4d17b0(0x295)](_0xaffc54,_0x522186,_0xb58962);const _0x5cc22e=JSON['stringify'](_0xaffc54)[_0x4d17b0(0x13f)](/"browserstack\.user":"[^"]*"/g,_0x4c3c6a[_0x4d17b0(0x24f)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x4c3c6a['EUtPD']);logger[_0x4d17b0(0x1bb)](_0x4d17b0(0x2b1)+global[_0x4d17b0(0x29c)]+'\x20'+_0x5cc22e);}catch(_0x4e9e85){logger[_0x4d17b0(0x21a)](_0x4d17b0(0x20b)+(_0x4e9e85['stack']||_0x4e9e85[_0x4d17b0(0x16c)]));}}async[a90_0xf28d3b(0x2f5)](_0x4374b8){const _0x5be157=a90_0xf28d3b,_0x11db63={};_0x11db63['rdqLZ']=_0x5be157(0x213),_0x11db63[_0x5be157(0x205)]=function(_0xa71176,_0x27a364){return _0xa71176>_0x27a364;},_0x11db63['KRdZJ']='getResults';const _0x61cf94=_0x11db63;try{if(!this[_0x5be157(0x1ae)]())return logger[_0x5be157(0x1e3)](_0x61cf94['rdqLZ']),[];const _0xb98bc5=this[_0x5be157(0x1bc)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x61cf94['jlZTo'](Object[_0x5be157(0x280)](_0xb98bc5)[_0x5be157(0x2f4)],0x0)&&logger[_0x5be157(0x1bb)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON['stringify'](_0xb98bc5));const _0x4ff262=_0x61cf94[_0x5be157(0x205)](Object[_0x5be157(0x280)](_0xb98bc5)[_0x5be157(0x2f4)],0x0)?await this[_0x5be157(0x20c)](_0x4374b8,_0x61cf94[_0x5be157(0x151)],_0xb98bc5):await this[_0x5be157(0x20c)](_0x4374b8,_0x61cf94[_0x5be157(0x151)]);return _0x4ff262||[];}catch(_0x398f3a){return logger['error'](_0x5be157(0x263)+(_0x398f3a[_0x5be157(0x2b2)]||_0x398f3a[_0x5be157(0x16c)])),[];}}async[a90_0xf28d3b(0x1ff)](_0x2b9883){const _0x11f82c=a90_0xf28d3b,_0x401db={'eCIDO':'scan','dmkMo':_0x11f82c(0x2a2),'lSpGk':_0x11f82c(0x241),'hCwjw':function(_0x545252,_0x56c79b){return _0x545252(_0x56c79b);},'FWrsK':_0x11f82c(0x1f8),'HyCHr':function(_0x16868f,_0x265824){return _0x16868f===_0x265824;},'TUlSt':_0x11f82c(0x296),'HLqdf':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','ntYEW':_0x11f82c(0x135),'JVbhU':_0x11f82c(0x14b),'hqRKQ':_0x11f82c(0x1ff),'etRSS':'test_run_id','UWOGK':'Performing\x20scan\x20before\x20getting\x20results\x20summary','YBoPQ':_0x11f82c(0x126)};try{if(!this[_0x11f82c(0x1ae)]())return logger[_0x11f82c(0x1e3)](_0x401db[_0x11f82c(0x22c)]),{};const _0x4fdb82=_0x401db['hCwjw'](require,_0x401db[_0x11f82c(0x1c5)]),_0x4716e6=_0x4fdb82[_0x11f82c(0x154)](),_0x335a21=_0x401db[_0x11f82c(0x179)](_0x4716e6?.[_0x11f82c(0x1d5)]?.[_0x11f82c(0x243)](),_0x401db[_0x11f82c(0x227)]);let _0x87bf25='',_0x34602f=null,_0x17d901=null;if(_0x335a21){_0x34602f=global[_0x11f82c(0x1ab)]||global['__workerDetails']?.[_0x11f82c(0x17a)]?.[_0x11f82c(0x2dd)]||global[_0x11f82c(0x23f)]?.[_0x11f82c(0x17a)]?.['id'];if(!_0x34602f)return logger[_0x11f82c(0x1e3)](_0x401db[_0x11f82c(0x23d)]),{};try{const _0x1a0213=await GrpcClient[_0x11f82c(0x197)]()[_0x11f82c(0x24e)](process[_0x11f82c(0x2ec)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x401db[_0x11f82c(0x2b8)],_0x401db['dmkMo'],_0x34602f),_0x563430=AccessibilityModule[_0x11f82c(0x133)](null,_0x1a0213);_0x87bf25=_0x563430?.[_0x11f82c(0x201)]||'',logger[_0x11f82c(0x1bb)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x87bf25+'\x20from\x20testIdentifier='+_0x34602f);const _0x292ef3=await AccessibilityModule[_0x11f82c(0x2d0)](_0x401db[_0x11f82c(0x1e9)],_0x87bf25,_0x34602f),_0x1355e2=this[_0x11f82c(0x1d4)](_0x401db[_0x11f82c(0x2d6)])||this['accessibilityConfig'][this[_0x11f82c(0x1af)]]||null,_0x4bd4b8=process[_0x11f82c(0x2ec)][_0x11f82c(0x2a6)]||'',_0x287f74=this[_0x11f82c(0x187)](_0x401db['hqRKQ'],_0x87bf25,_0x1355e2,_0x4bd4b8);_0x17d901=_0x4fdb82[_0x11f82c(0x2e5)](_0x287f74,_0x292ef3),logger[_0x11f82c(0x1bb)](_0x11f82c(0x2b4)+JSON[_0x11f82c(0x225)](_0x17d901));}catch(_0xb9fd50){return logger[_0x11f82c(0x21a)](_0x11f82c(0x266)+_0xb9fd50[_0x11f82c(0x16c)]),{};}}else{_0x87bf25=this[_0x11f82c(0x1d4)](_0x401db[_0x11f82c(0x18e)])||'';!_0x87bf25&&this[_0x11f82c(0x1bc)]()&&(_0x87bf25=accessibilityHelper[_0x11f82c(0x2f0)]());const _0x300a50=this[_0x11f82c(0x1d4)](_0x401db[_0x11f82c(0x2d6)])||this[_0x11f82c(0x22f)][this[_0x11f82c(0x1af)]]||null,_0x39b915=process['env'][_0x11f82c(0x2a6)]||'';_0x17d901=this[_0x11f82c(0x187)](_0x401db[_0x11f82c(0x27d)],_0x87bf25,_0x300a50,_0x39b915);}logger[_0x11f82c(0x1bb)](_0x401db[_0x11f82c(0x256)]),await PerformanceTester[_0x11f82c(0x17d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a33fb=_0x11f82c,_0x3da187=await this['executeScriptByName'](_0x2b9883,_0x401db[_0x4a33fb(0x2f1)],_0x17d901);logger[_0x4a33fb(0x1bb)]('Scan\x20result:\x20'+util[_0x4a33fb(0x2c6)](_0x3da187));},{'command':_0x401db[_0x11f82c(0x27d)]})();const _0x4488dc=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x11f82c(0x2b6)],async()=>{const _0x3a4801=_0x11f82c;return await this[_0x3a4801(0x20c)](_0x2b9883,_0x401db['dmkMo'],_0x17d901);})();if(!_0x4488dc)return logger[_0x11f82c(0x1bb)](_0x401db[_0x11f82c(0x25e)]),{};return _0x4488dc;}catch(_0x441289){return logger[_0x11f82c(0x21a)](_0x11f82c(0x214)+(_0x441289['stack']||_0x441289[_0x11f82c(0x16c)])),{};}}async[a90_0xf28d3b(0x203)](_0x97fe94,_0x55d267,_0x37e1b3=null){const _0x3020f2=a90_0xf28d3b,_0x1037c4={};_0x1037c4[_0x3020f2(0x281)]=_0x3020f2(0x1e1),_0x1037c4[_0x3020f2(0x12d)]=_0x3020f2(0x2c5),_0x1037c4[_0x3020f2(0x1d2)]=_0x3020f2(0x190);const _0x426447=_0x1037c4;try{if(!_0x97fe94)return logger[_0x3020f2(0x1bb)](_0x426447[_0x3020f2(0x281)]),null;if(!_0x55d267)return logger['debug'](_0x426447[_0x3020f2(0x12d)]),null;logger['debug'](_0x426447[_0x3020f2(0x1d2)]);const _0x5d1a4a=_0x37e1b3?await _0x97fe94[_0x3020f2(0x298)](_0x55d267,_0x37e1b3):await _0x97fe94[_0x3020f2(0x298)](_0x55d267);return _0x5d1a4a;}catch(_0x4de3ad){return logger[_0x3020f2(0x21a)](_0x3020f2(0x14c)+(_0x4de3ad['stack']||_0x4de3ad['message'])),null;}}static['loadDriverExecuteParams'](_0x597033,_0x478e3f){const _0x256177=a90_0xf28d3b,_0x443496={};_0x443496[_0x256177(0x2e2)]=_0x256177(0x1d9);const _0x23095e=_0x443496,_0x231aa2={};_0x231aa2[_0x256177(0x201)]=_0x597033;const _0x2cec5b=_0x231aa2;let _0x1787b3={};if(_0x478e3f['getSuccess']()&&_0x478e3f[_0x256177(0x265)]())try{_0x1787b3=JSON[_0x256177(0x142)](new Buffer(_0x478e3f['getAccessibilityExecuteParams']())['toString'](_0x23095e[_0x256177(0x2e2)]));}catch(_0xfaa7f8){logger['error'](_0x256177(0x294)+_0xfaa7f8[_0x256177(0x16c)]),_0x1787b3={};}return CLIUtils['mergeObject'](_0x2cec5b,_0x1787b3);}static async[a90_0xf28d3b(0x2d0)](_0x39b303,_0x489a2a='',_0x21b135=null){const _0xf79e74=a90_0xf28d3b,_0x27b661={};_0x27b661[_0xf79e74(0x247)]=_0xf79e74(0x216),_0x27b661['bwhqd']='accessibility';const _0x3260fc=_0x27b661;try{if(!_0x21b135&&AccessibilityModule[_0xf79e74(0x24d)])return AccessibilityModule[_0xf79e74(0x200)];if(!process[_0xf79e74(0x2ec)][_0xf79e74(0x284)])return logger[_0xf79e74(0x21a)](_0x3260fc['kotNk']),{};const _0x271ee1=await GrpcClient['getInstance']()[_0xf79e74(0x24e)](process[_0xf79e74(0x2ec)][_0xf79e74(0x284)],_0x3260fc[_0xf79e74(0x18b)],_0x39b303,_0x21b135),_0x159f23=_0x21b135?AccessibilityModule['loadDriverExecuteParams'](null,_0x271ee1)?.[_0xf79e74(0x201)]||_0x489a2a:_0x489a2a,_0x321c35=AccessibilityModule[_0xf79e74(0x133)](_0x159f23,_0x271ee1);return!_0x21b135&&(AccessibilityModule[_0xf79e74(0x200)]=_0x321c35,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x321c35;}catch(_0x583320){return logger[_0xf79e74(0x21a)](_0xf79e74(0x1f3)+_0x39b303+':\x20'+(_0x583320[_0xf79e74(0x2b2)]||_0x583320[_0xf79e74(0x16c)])),{};}}}function a90_0x2899(){const _0x10e203=['xIkdE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','XgNaj','uOHNl','GaQjH','performPageScan:\x20Page\x20is\x20null','DZCqV','warn','testFramework','NkVjf','noWpt','4125744XaXhZz','AUTOMATION_SESSIONS','dmkMo','CREATE','browserStackEvaluate','VXnAf','getGoogleChromeOptions','ApHKz','YtthX','headless','onBeforeExecute:\x20Command\x20','xYIJD','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','CMmvO','KEY_TEST_NAME','[platform\x20-\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','../cliUtils','aLqOq','TrackedInstance','isMobileScanningEnabledForGroup','XISFk','BS_A11Y_JWT','getData','getAccessibilityResultsSummary','_centralAuthA11yConfig','thTestRunUuid','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','performPageScan','exports','jlZTo','MnbCe','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','\x22browserstack.user\x22:\x22[REDACTED]\x22','getBrowserDisplayName','rWUyp','Error\x20in\x20processAccessibilityCaps:\x20','executeScriptByName','../framework/testFramework','\x20script\x20available\x20in\x20scriptsList','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','MODULE_NAME','XEJME','setLogDisabledShown','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','Error\x20in\x20getAccessibilityResultsSummary:\x20','tmipR','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','wruWY','\x20a11yToken=','error','FZOBr','getTrackedInstance','start','shouldScanCurrentTest','fqtjA','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','OyWIr','Error\x20in\x20performScanForCli\x20for\x20script\x20','Error\x20applying\x20sendMessageToServer\x20patch:\x20','getCapabilitiesList','stringify','gXQAP','TUlSt','browserstack.accessibilityOptions.scannerVersion','TlPHX','uwoql','OMKPS','lSpGk','page','getLogDisabledShown','accessibilityConfig','zkroW','browserName','chromeOptions','WIcFw','includeTagsInTestingScope','36wlVWkl','yEIkE','android','getOptions','initAccessibilityConfig','BROWSERSTACK_TEST_ACCESSIBILITY_YML','qnpfZ','browserstack_executor','HLqdf','../../../helpers/accessibility-automation/helper','__workerDetails','VrQqr','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','VxLyF','toLowerCase','JIGyw','VxDaR','bFOdc','kotNk','goog:chromeOptions','kjTqJ','excludeTagsInTestingScope','string','mRmPQ','_centralAuthConfigFetched','fetchDriverExecuteParamsEvent','EGleB','some','wOcbS','WOREf','info','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','\x20or\x20higher\x20','UWOGK','--headless=','fEIyp','getValue','skipCDPConnectOverride','get','OBnfO','find','YBoPQ','PERFORM_SCAN','BDtHB','LACmt','registerObserver','Error\x20in\x20getAccessibilityResults:\x20','map','hasAccessibilityExecuteParams','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pZNsE','toJson','platformCaps','../framework/automationFramework','getCurrentInstanceName','1QHnuNu','QTdlZ','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','startsWith','is_mobile_session','Executing\x20','SwhhD','yBuqT','wFiQH','platformName','SAVE_RESULTS','_sendMessageServerPatchApplied','FlBYf','browserstack.accessibilityOptions.wcagVersion','epxhH','ScanArgs:\x20',',\x20testName=','hqRKQ','HSbIm','testInfo','keys','EVdPH','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','end','BROWSERSTACK_CLI_BIN_SESSION_ID','fQGAw','getName','pDJXK','getScript','\x20value=','vibzd','odtzT','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JMFZU','Error\x20getting\x20script\x20by\x20name\x20','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','8|14|3|9|7|4|13|2|16|10|0|11|6|1|15|12|5','IREkk','../../../helpers/accessibility-automation/scripts','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','processAccessibilityCaps','jest','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','evaluate','1177itVslW','a11y:save-results','../framework/constants/testFrameworkConstants.js','accessibilityPlatform','zhzgi','Trbpq','Exception\x20in\x20isPlatformSupported:\x20','isMobilePlatform','UHthH','getResultsSummary','unknown','\x20using\x20script:\x20','QUIT','BROWSERSTACK_TESTHUB_JWT','shouldScanForCommand:\x20','egkfh','GxOyt','\x20env=','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','loadAccessibilityConfig','rnhjr','SOsaR','MIamJ','platformValidation','Processed\x20accessibility\x20caps\x20','stack',',\x20excludeTags=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','CKfUu','GET_RESULTS_SUMMARY','Error\x20in\x20initAccessibilityConfig:\x20','ntYEW','../../../helpers/helper','getTestId','LOG_DISABLED_SHOWN','hlArG','isArray','wEtQG','dkrGZ','shouldScanForCommand','saveTestResults','jYndo',']\x20should\x20run\x20accessibility\x20value=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','performPageScan:\x20Script\x20is\x20null','format','TcaRg','dVmWZ','lkSuD','lZhlX','leUCm','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','2184132BvmPJC','getBuildId','getSuccess','fetchCentralAuthA11yConfig','instance','NYATz','getResults','getScriptsList','getPlatformIndex','JVbhU','onAfterTest','vZPsP','axNHL','getCommandsList','onBeforeExecute','getCommandsToWrap','testAnalyticsId','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','cpqwM','Unknown\x20Test','scannerProcessingTimeout','Urlma','372aQgLiC','getModuleName','mergeObject','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','OjDNx','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','vAEhN','stopTestCapture','../../../helpers/performance/performance-tester.js','env','setAccessibilityToken','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','rLCvz','resolveMobileThTestRunUuid','eCIDO',']\x20isEnabledTestcase\x20(cucumber)\x20result=','commandsList','length','getAccessibilityResults','\x20result\x20for\x20','Accessibility\x20data\x20for\x20extension:\x20','zuUHE','MergedScanArgs:\x20','qucPV','yTJQn','getTesthub','3320275ZvvMda','34870cQGtIx','onBeforeTest','Context','isEnabledTestcase','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','setAccessibilityConfig','isAppAccessibility','NcknE','name:\x20','zxvBW','LuLFz','luADj','wUhXR','HIWiQ','IZGBS','No\x20summaryResults\x20found.','options','capabilities','nImbk','CYLSC','trim','1824176CPSKaM','WzWfi','delete','assign','../state/hookState','capabilitiesList','getMinVersionForBrowser','loadDriverExecuteParams','weLLN','accessibility','\x22browserstack.key\x22:\x22[REDACTED]\x22','\x20from\x20testIdentifier=','commandName','Error\x20executing\x20script\x20','../../utils/playwright-patcher','NON_BROWSERSTACK_AUTOMATION_SESSIONS','bxKYb',',\x20tags=','join','replace','browser','scriptsList','parse','isBrowserstackScriptCommand','scan','bIEoJ','Page\x20','Performing\x20scan\x20before\x20from\x20cli','AtmxP','isBrowserSupportedForAccessibility','vZUob','testhub_build_uuid','Error\x20in\x20performPageScan:\x20','fLhue','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','setShouldScanCurrentTest','mmIdl','KRdZJ','command','UwqYU','getTestFrameworkDetail','isVersionSupported','ZADzd','../grpcClient','uafcJ',']\x20clear\x20','Error\x20getting\x20capability\x20value\x20for\x20',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','performScanForCli','dSSAU','setShouldScan','null','present','FfyQd','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','applySendMessageToServerPatch','function','commandsToWrap','ejxjf','patchSendMessageToServer','HbsDB','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',',\x20framework=','version','message','pFwDo','FsJdL','781266OBEmwd','--headless=new','isEnabled','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','GAKPD','\x20script\x20available','yDhml','set','KEY_INIT','EXECUTE','HyCHr','currentTest','ACCESSIBILITY_INITIALIZED','[AccessibilityModule]\x20onAfterTest:\x20framework=','measureWrapper','RcXCC','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','performScan','browser_version','true','isPlatformSupported:\x20caps\x20are\x20null','cucumber','CmxjM','xyKwe','getParamsForScanForCli','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','pwPage',',\x20includeTags=','bwhqd','NmoqS','SDK_ACCESSIBILITY_CONFIG','etRSS','test-tags-->\x20','Executing\x20accessibility\x20script\x20on\x20page','35cqQopq','value','__accessibilityOptions','../../playwright/accessibility-helper','../state/automationFrameworkState','vbywB','getInstance','ZbNPY','GoYrv','Fyodk','getAccessibility','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','accessibilityToken','onBeforeExecute:\x20No\x20command\x20name\x20provided','bYSWG','ViHWA','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','getAccessibilityConfig','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','NByqF','dbazi','gHIkQ','oHQeR','MeZCm','titlePath','__jestCurrentTestIdentifier','ekIBj','lYbLd','getCurrentAccessibilityStatus','KEY_TESTHUB_BUILD_ID','dDvxX','size','xALRL','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ikmzx','_mobileScanningDisabledLogged','34134FSKctO','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','executeScriptByName:\x20No\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','test_tags','debug','isMobileWebSession','poUpD',',\x20testIdentifier=','getScriptByName','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','QDfSt','Pguha','browserVersion','POST','FWrsK','mYMAO','isPlatformSupported','LWbrP','TEST_INIT','PRE','launchCaps','./baseModule','mLGcV','\x20testHubUuid=','updateData','FElfg','testFrameworkData','Bgrlm','parseFromProto','getCapabilityValue','name','zXPgj',']\x20onAfterTest\x20should\x20scan=','includes','ascii','CQHyi','fEFpD'];a90_0x2899=function(){return _0x10e203;};return a90_0x2899();}function a90_0x4901(_0xb9d4d6,_0x35c027){const _0x2899dd=a90_0x2899();return a90_0x4901=function(_0x4901b9,_0x4f914f){_0x4901b9=_0x4901b9-0x120;let _0x11e4f5=_0x2899dd[_0x4901b9];return _0x11e4f5;},a90_0x4901(_0xb9d4d6,_0x35c027);};module[a90_0xf28d3b(0x204)]=AccessibilityModule;
|
|
1
|
+
const a90_0x53144d=a90_0x4020;(function(_0x33d9bc,_0x5270f2){const _0x1a1342=a90_0x4020,_0x47394e=_0x33d9bc();while(!![]){try{const _0xfba330=-parseInt(_0x1a1342(0x36f))/0x1*(parseInt(_0x1a1342(0x220))/0x2)+-parseInt(_0x1a1342(0x2bf))/0x3+-parseInt(_0x1a1342(0x329))/0x4*(parseInt(_0x1a1342(0x241))/0x5)+parseInt(_0x1a1342(0x1c2))/0x6+-parseInt(_0x1a1342(0x1b9))/0x7+parseInt(_0x1a1342(0x313))/0x8*(-parseInt(_0x1a1342(0x34f))/0x9)+parseInt(_0x1a1342(0x294))/0xa;if(_0xfba330===_0x5270f2)break;else _0x47394e['push'](_0x47394e['shift']());}catch(_0x4b47ef){_0x47394e['push'](_0x47394e['shift']());}}}(a90_0x3fd9,0x575bc));const BaseModule=require(a90_0x53144d(0x25a)),{createClassLogger}=require(a90_0x53144d(0x253)),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a90_0x53144d(0x33b)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a90_0x53144d(0x1b5)),GrpcClient=require('../grpcClient'),scripts=require(a90_0x53144d(0x25d)),logger=createClassLogger(a90_0x53144d(0x2c7)),PerformanceTester=require(a90_0x53144d(0x22c)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x53144d(0x2d5)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x53144d(0x261)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a90_0x53144d(0x312)),TestFrameworkConstants=require(a90_0x53144d(0x273)),accessibilityHelper=require(a90_0x53144d(0x2e3));class AccessibilityModule extends BaseModule{static [a90_0x53144d(0x31b)]=AccessibilityModule[a90_0x53144d(0x202)];static [a90_0x53144d(0x277)]=![];static [a90_0x53144d(0x377)]={};constructor(_0x3267f8){const _0x2ea639=a90_0x53144d,_0x544550={};_0x544550[_0x2ea639(0x2ef)]='13|16|8|4|6|9|14|7|12|3|2|11|10|0|5|15|1',_0x544550[_0x2ea639(0x363)]=_0x2ea639(0x257),_0x544550[_0x2ea639(0x315)]=_0x2ea639(0x1f0),_0x544550[_0x2ea639(0x30b)]=_0x2ea639(0x2c5),_0x544550[_0x2ea639(0x256)]=_0x2ea639(0x349);const _0x1994cd=_0x544550,_0x3577e0=_0x1994cd[_0x2ea639(0x2ef)][_0x2ea639(0x37a)]('|');let _0xc7d8fe=0x0;while(!![]){switch(_0x3577e0[_0xc7d8fe++]){case'0':logger[_0x2ea639(0x27a)](_0x1994cd['wanOb']);continue;case'1':this['KEY_TESTHUB_BUILD_ID']=_0x1994cd['qJgLM'];continue;case'2':this['_sendMessageServerPatchApplied']=![];continue;case'3':this[_0x2ea639(0x1bf)]=[];continue;case'4':AutomationFramework[_0x2ea639(0x1ec)](AutomationFrameworkState['QUIT'],HookState[_0x2ea639(0x2ea)],this[_0x2ea639(0x2c4)][_0x2ea639(0x1c4)](this));continue;case'5':this[_0x2ea639(0x264)]=_0x1994cd[_0x2ea639(0x30b)];continue;case'6':this[_0x2ea639(0x2f7)]=!![];continue;case'7':this[_0x2ea639(0x2fb)]=new Map();continue;case'8':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x2ea639(0x21b)],HookState[_0x2ea639(0x229)],this[_0x2ea639(0x1ee)][_0x2ea639(0x1c4)](this));continue;case'9':this[_0x2ea639(0x1df)]=_0x3267f8['toObject']();continue;case'10':this[_0x2ea639(0x31c)](_0x3267f8[_0x2ea639(0x35e)]()['getCapabilitiesList']());continue;case'11':this[_0x2ea639(0x1b8)]=![];continue;case'12':this['isAppAccessibility']=![];continue;case'13':super();continue;case'14':this[_0x2ea639(0x262)]=new Map();continue;case'15':this['KEY_DRIVER_HAS_URL']=_0x1994cd[_0x2ea639(0x256)];continue;case'16':AutomationFramework[_0x2ea639(0x1ec)](AutomationFrameworkState[_0x2ea639(0x231)],HookState[_0x2ea639(0x2ea)],this['onBeforeExecute'][_0x2ea639(0x1c4)](this));continue;}break;}}[a90_0x53144d(0x2f7)](){const _0x181569=a90_0x53144d;return this[_0x181569(0x2f7)];}[a90_0x53144d(0x2bc)](){const _0x525b03=a90_0x53144d;return AccessibilityModule[_0x525b03(0x31b)];}['getCurrentAccessibilityStatus'](){const _0x330c88=a90_0x53144d;return this[_0x330c88(0x262)][_0x330c88(0x2d2)](CLIUtils[_0x330c88(0x1ed)](),![]);}[a90_0x53144d(0x369)](){const _0xfba5ba=a90_0x53144d;return this[_0xfba5ba(0x2fb)][_0xfba5ba(0x2d2)](CLIUtils['getCurrentInstanceName'](),![]);}['setLogDisabledShown'](_0x30fcef){const _0x3c90ca=a90_0x53144d;this[_0x3c90ca(0x2fb)]['set'](CLIUtils['getCurrentInstanceName'](),_0x30fcef);}[a90_0x53144d(0x24c)](){const _0x23850f=a90_0x53144d,_0x1e4663={'PDDJu':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','EWUoT':function(_0x1c8b2d,_0x513e85){return _0x1c8b2d(_0x513e85);},'DgYyt':'../../utils/playwright-patcher','aQbvt':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','IngPv':_0x23850f(0x371)};if(this['_sendMessageServerPatchApplied']){logger[_0x23850f(0x27a)](_0x1e4663[_0x23850f(0x2d8)]);return;}try{const _0x1a8558=_0x1e4663[_0x23850f(0x2cf)](require,_0x1e4663['DgYyt']);_0x1a8558&&_0x1a8558[_0x23850f(0x254)]?(_0x1a8558[_0x23850f(0x254)](),this[_0x23850f(0x2ca)]=!![],logger[_0x23850f(0x27a)](_0x1e4663[_0x23850f(0x32d)])):logger[_0x23850f(0x27a)](_0x1e4663[_0x23850f(0x2c2)]);}catch(_0x3eaa2b){logger['debug'](_0x23850f(0x2c8)+util[_0x23850f(0x350)](_0x3eaa2b));}}[a90_0x53144d(0x2e6)](_0x26866b=null,_0x44eda4=null,_0x1a8e8c=null){const _0x4e3812=a90_0x53144d,_0x210fb8={'DVQGr':function(_0x30e59e,_0x510d01){return _0x30e59e&&_0x510d01;},'fggve':_0x4e3812(0x28b),'cMMky':function(_0x2b4dc2,_0x59caf5){return _0x2b4dc2(_0x59caf5);},'nQrQE':_0x4e3812(0x348),'WLrQa':_0x4e3812(0x19d),'eIPEH':_0x4e3812(0x360),'sIxiY':function(_0x557cce,_0x4667a7){return _0x557cce===_0x4667a7;},'XvwBX':_0x4e3812(0x259),'QsJLg':function(_0x4bd2aa,_0x453881){return _0x4bd2aa===_0x453881;},'VzknL':_0x4e3812(0x333),'mmisP':_0x4e3812(0x351),'gOSKd':_0x4e3812(0x321),'MjSFt':function(_0x5046b4,_0x4f5fbc){return _0x5046b4!==_0x4f5fbc;},'txDmb':'latest','rqVCM':function(_0x51b5a2){return _0x51b5a2();},'YTlXV':'on\x20non-BrowserStack\x20infrastructure\x20','yYRCN':function(_0x3d80dc,_0x595032){return _0x3d80dc!==_0x595032;},'OdNBp':function(_0x38c46b,_0x4b0db4){return _0x38c46b>_0x4b0db4;},'ocZen':function(_0x1359f7,_0x5c825f){return _0x1359f7(_0x5c825f);},'ZrvSh':function(_0x28ed3d,_0x59fd83){return _0x28ed3d(_0x59fd83);},'ROvEb':_0x4e3812(0x30c)};try{if(_0x210fb8[_0x4e3812(0x272)](!_0x44eda4,!_0x1a8e8c))return logger[_0x4e3812(0x27a)](_0x210fb8[_0x4e3812(0x1b0)]),![];const {isUndefined:_0x1ba313,isBrowserstackInfra:_0xcbe7a4}=_0x210fb8[_0x4e3812(0x1ae)](require,_0x210fb8['nQrQE']);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger[_0x4e3812(0x27a)](_0x210fb8['WLrQa']),![];const _0x1dc3d9=_0x44eda4['browserName']||_0x44eda4[_0x4e3812(0x25c)],_0x248781=_0x44eda4[_0x4e3812(0x293)]||_0x44eda4[_0x4e3812(0x330)];if(!accessibilityHelper[_0x4e3812(0x19a)](_0x1dc3d9))return logger[_0x4e3812(0x27d)](_0x210fb8[_0x4e3812(0x227)]),![];if(accessibilityHelper[_0x4e3812(0x2bb)](_0x1dc3d9))try{const _0x7b0380=_0x44eda4[_0x4e3812(0x334)],_0x3cb1de=_0x210fb8[_0x4e3812(0x2a9)](_0x7b0380,!![])||_0x210fb8['sIxiY'](_0x7b0380,_0x210fb8[_0x4e3812(0x2e9)])||_0x210fb8[_0x4e3812(0x1f8)](typeof _0x7b0380,_0x210fb8[_0x4e3812(0x201)])&&_0x210fb8[_0x4e3812(0x1f8)](_0x7b0380['toLowerCase'](),_0x210fb8[_0x4e3812(0x2e9)]);if(_0x3cb1de)return logger[_0x4e3812(0x27d)](_0x210fb8['mmisP']),![];const _0x7dfead=_0x44eda4?.[_0x4e3812(0x24d)]?.[_0x4e3812(0x37d)]||_0x44eda4?.[_0x210fb8[_0x4e3812(0x2a3)]]?.['args']||[];if(Array[_0x4e3812(0x2b1)](_0x7dfead)&&_0x7dfead[_0x4e3812(0x1b4)](_0x2a6381=>typeof _0x2a6381===_0x4e3812(0x333)&&(_0x2a6381===_0x4e3812(0x325)||_0x2a6381[_0x4e3812(0x365)](_0x4e3812(0x2b0))&&_0x2a6381!=='--headless=new')))return logger['warn'](_0x210fb8[_0x4e3812(0x295)]),![];}catch(_0x93d28){logger[_0x4e3812(0x27a)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x4e3812(0x350)](_0x93d28));}if(_0x210fb8['MjSFt'](_0x248781,_0x210fb8[_0x4e3812(0x33a)])){const _0x119a83=_0x210fb8['rqVCM'](_0xcbe7a4),_0x58f5ab=accessibilityHelper['getMinVersionForBrowser'](_0x1dc3d9,_0x119a83),_0x8f7b3d=accessibilityHelper[_0x4e3812(0x270)](_0x1dc3d9);if(!accessibilityHelper[_0x4e3812(0x1ab)](_0x248781,_0x58f5ab)){const _0x2e58f1=_0x119a83?'':_0x210fb8[_0x4e3812(0x200)];return logger[_0x4e3812(0x27d)](_0x4e3812(0x372)+_0x8f7b3d+_0x4e3812(0x233)+_0x58f5ab+_0x4e3812(0x24b)+_0x2e58f1+'.'),![];}}else{const _0xc767d1=_0x44eda4['browserVersion']||_0x44eda4[_0x4e3812(0x330)]||_0x44eda4[_0x4e3812(0x2b7)];if(_0xc767d1&&_0x210fb8[_0x4e3812(0x2d7)](_0xc767d1,_0x210fb8[_0x4e3812(0x33a)])&&!_0x210fb8[_0x4e3812(0x219)](_0x210fb8[_0x4e3812(0x337)](parseFloat,_0xc767d1),_0x210fb8[_0x4e3812(0x228)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x4e3812(0x27d)](_0x210fb8[_0x4e3812(0x1a2)]),![];}return!![];}catch(_0x56c1f0){return logger[_0x4e3812(0x27a)](_0x4e3812(0x297)+_0x56c1f0[_0x4e3812(0x32e)]),![];}}[a90_0x53144d(0x26d)](_0x207f12=[],_0x50f39f,_0x55c046=a90_0x53144d(0x1ef)){const _0x14663a=a90_0x53144d,_0x572593={'dAdkD':function(_0xd08f39,_0x2f22e9){return _0xd08f39===_0x2f22e9;},'HFTHz':_0x14663a(0x1bd),'krmnc':function(_0x3af25a,_0x195308){return _0x3af25a||_0x195308;},'iVpZt':function(_0x13f15c,_0x3bbaa0){return _0x13f15c===_0x3bbaa0;},'JqMoD':function(_0x5ab808,_0x3ac0da){return _0x5ab808&&_0x3ac0da;},'OGpCv':_0x14663a(0x232),'kzAit':function(_0x461302,_0x4cab85){return _0x461302(_0x4cab85);},'EqDAO':function(_0x16287f,_0x5ef3fa){return _0x16287f>_0x5ef3fa;},'pKrVg':function(_0x431651,_0x4cb40b){return _0x431651&&_0x4cb40b;}};try{const _0x5c5f29=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON['parse'](process[_0x14663a(0x356)][_0x14663a(0x1d4)]):null;if(!_0x5c5f29)return!![];const _0x3fcb32=Array[_0x14663a(0x2b1)](_0x5c5f29[_0x14663a(0x2b8)])?_0x5c5f29['includeTagsInTestingScope']:[],_0x3cf133=Array[_0x14663a(0x2b1)](_0x5c5f29[_0x14663a(0x197)])?_0x5c5f29[_0x14663a(0x197)]:[];if(_0x572593['dAdkD'](_0x55c046,_0x572593[_0x14663a(0x27b)])){let _0x3a364a;Array['isArray'](_0x207f12)?_0x3a364a=_0x207f12[_0x14663a(0x326)]('\x20'):_0x3a364a=_0x572593[_0x14663a(0x26a)](_0x207f12,'');const _0x1c802d=_0x3cf133[_0x14663a(0x1b4)](_0xd13afb=>_0x3a364a[_0x14663a(0x20c)](_0xd13afb)),_0x14fb11=_0x572593[_0x14663a(0x2a4)](_0x3fcb32[_0x14663a(0x221)],0x0)||_0x3fcb32[_0x14663a(0x1b4)](_0x2cf29a=>_0x3a364a['includes'](_0x2cf29a)),_0x55f189=_0x572593[_0x14663a(0x210)](!_0x1c802d,_0x14fb11);return logger[_0x14663a(0x27a)](_0x14663a(0x2d0)+(_0x50f39f?.[_0x14663a(0x289)]?.()||_0x572593[_0x14663a(0x304)])+_0x14663a(0x36c)+_0x55f189+_0x14663a(0x248)+_0x3a364a+_0x14663a(0x344)+JSON[_0x14663a(0x23a)](_0x3fcb32)+_0x14663a(0x204)+JSON[_0x14663a(0x23a)](_0x3cf133)),_0x55f189;}const _0x3e904d=Array[_0x14663a(0x2b1)](_0x207f12)?_0x207f12:[];let _0x5b4e20=![],_0x13035d=_0x572593['dAdkD'](_0x3fcb32[_0x14663a(0x221)],0x0);const _0x301299=_0x74e8af=>typeof _0x74e8af==='string'?_0x74e8af[_0x14663a(0x37b)](/^@/,'')[_0x14663a(0x1a5)]()['trim']():_0x74e8af,_0x429ebf=new Set(_0x3fcb32[_0x14663a(0x30f)](_0x301299)),_0x92370c=new Set(_0x3cf133[_0x14663a(0x30f)](_0x301299));for(const _0x5e6169 of _0x3e904d){const _0x47dff9=_0x572593['kzAit'](_0x301299,_0x5e6169);_0x92370c[_0x14663a(0x317)](_0x47dff9)&&(_0x5b4e20=!![]),_0x572593[_0x14663a(0x240)](_0x429ebf[_0x14663a(0x2cb)],0x0)&&_0x429ebf[_0x14663a(0x317)](_0x47dff9)&&(_0x13035d=!![]);}const _0xef0d59=_0x572593[_0x14663a(0x1a4)](_0x13035d,!_0x5b4e20);return logger[_0x14663a(0x27a)](_0x14663a(0x2d0)+(_0x50f39f?.['getPlatformIndex']?.()||_0x572593[_0x14663a(0x304)])+_0x14663a(0x30d)+_0xef0d59+_0x14663a(0x230)+JSON[_0x14663a(0x23a)](_0x3e904d)+_0x14663a(0x344)+JSON[_0x14663a(0x23a)](_0x3fcb32)+_0x14663a(0x204)+JSON[_0x14663a(0x23a)](_0x3cf133)),_0xef0d59;}catch(_0x5ce04c){return logger[_0x14663a(0x27a)](_0x14663a(0x2d0)+(_0x50f39f?.[_0x14663a(0x289)]?.()||_0x572593[_0x14663a(0x304)])+_0x14663a(0x1ba)+_0x5ce04c['message']),![];}}async[a90_0x53144d(0x1ee)](_0x100e18){const _0x4d0e6d=a90_0x53144d,_0x4b2837={};_0x4b2837[_0x4d0e6d(0x1a0)]=function(_0x208518,_0x5ad4e9){return _0x208518!==_0x5ad4e9;},_0x4b2837[_0x4d0e6d(0x237)]='cucumber',_0x4b2837[_0x4d0e6d(0x285)]=function(_0x2ac4c6,_0xa7f355){return _0x2ac4c6!==_0xa7f355;},_0x4b2837[_0x4d0e6d(0x2d1)]=_0x4d0e6d(0x1bd),_0x4b2837[_0x4d0e6d(0x283)]=_0x4d0e6d(0x24e),_0x4b2837[_0x4d0e6d(0x374)]=_0x4d0e6d(0x308),_0x4b2837[_0x4d0e6d(0x194)]=_0x4d0e6d(0x324),_0x4b2837['hfDrx']=_0x4d0e6d(0x2ec),_0x4b2837[_0x4d0e6d(0x2ae)]=_0x4d0e6d(0x1de),_0x4b2837[_0x4d0e6d(0x1e2)]=function(_0x50115c,_0x5462ec){return _0x50115c===_0x5462ec;},_0x4b2837[_0x4d0e6d(0x1a6)]=_0x4d0e6d(0x1cc),_0x4b2837[_0x4d0e6d(0x1e3)]=function(_0x58d458,_0x4dad91){return _0x58d458===_0x4dad91;},_0x4b2837['wVcJq']=_0x4d0e6d(0x21f),_0x4b2837['eAZci']=function(_0x1f8106,_0x555b89){return _0x1f8106>_0x555b89;},_0x4b2837[_0x4d0e6d(0x267)]=_0x4d0e6d(0x266),_0x4b2837[_0x4d0e6d(0x1fe)]=_0x4d0e6d(0x1d3),_0x4b2837[_0x4d0e6d(0x1c0)]=function(_0x4bbe0b,_0x2bf794){return _0x4bbe0b&&_0x2bf794;},_0x4b2837['xrRhS']=_0x4d0e6d(0x232),_0x4b2837['Tdkld']=_0x4d0e6d(0x259);const _0x83331e=_0x4b2837;if(_0x83331e[_0x4d0e6d(0x1a0)](_0x100e18['testFramework'],_0x83331e[_0x4d0e6d(0x237)])&&_0x83331e[_0x4d0e6d(0x285)](_0x100e18[_0x4d0e6d(0x1bc)],_0x83331e[_0x4d0e6d(0x2d1)])){logger[_0x4d0e6d(0x27a)](_0x83331e[_0x4d0e6d(0x283)]);return;}try{const _0x11b0c9=AutomationFramework[_0x4d0e6d(0x316)](),_0x26f4ef=TestFramework[_0x4d0e6d(0x316)](),_0x18315c=_0x100e18[_0x4d0e6d(0x305)]||global['__workerDetails']?.[_0x4d0e6d(0x335)]||null;if(!_0x18315c){_0x26f4ef&&_0x26f4ef['updateData'](_0x83331e[_0x4d0e6d(0x374)],!![]);logger['debug'](_0x83331e[_0x4d0e6d(0x194)]);return;}logger['debug'](_0x83331e[_0x4d0e6d(0x296)]);const _0x43f65d=_0x26f4ef?.[_0x4d0e6d(0x33d)](_0x83331e[_0x4d0e6d(0x2ae)],![]),_0x101605=_0x26f4ef?.[_0x4d0e6d(0x33d)](_0x83331e[_0x4d0e6d(0x374)],![]);if(_0x83331e[_0x4d0e6d(0x1e2)](_0x43f65d,![])&&_0x83331e['RTFVX'](_0x101605,![])){_0x26f4ef&&_0x26f4ef['updateData'](_0x83331e[_0x4d0e6d(0x2ae)],!![]);logger['debug'](_0x83331e[_0x4d0e6d(0x1a6)]);return;}_0x26f4ef&&_0x26f4ef[_0x4d0e6d(0x35d)](_0x83331e[_0x4d0e6d(0x374)],!![]);let _0x130f8b,_0xf23090;const _0x21c322=_0x100e18[_0x4d0e6d(0x1bc)]||_0x83331e[_0x4d0e6d(0x237)];if(_0x83331e[_0x4d0e6d(0x1e3)](_0x21c322,_0x83331e[_0x4d0e6d(0x2d1)])){_0xf23090=_0x100e18['testInfo']?.['testAnalyticsId']||_0x100e18[_0x4d0e6d(0x357)]?.['id']||global[_0x4d0e6d(0x2ce)]||global['__workerDetails']?.[_0x4d0e6d(0x2f5)]?.[_0x4d0e6d(0x243)]||global[_0x4d0e6d(0x1e4)]?.[_0x4d0e6d(0x2f5)]?.['id'];const _0x33bfa5=_0x26f4ef?.[_0x4d0e6d(0x2f6)]()?.['get'](_0xf23090);if(_0x33bfa5&&_0x33bfa5[TestFrameworkConstants[_0x4d0e6d(0x25e)]])_0x130f8b=_0x33bfa5[TestFrameworkConstants[_0x4d0e6d(0x25e)]];else{if(_0x100e18[_0x4d0e6d(0x357)]?.[_0x4d0e6d(0x209)])_0x130f8b=_0x100e18['testInfo']['titlePath'];else global[_0x4d0e6d(0x1e4)]?.[_0x4d0e6d(0x2f5)]?.[_0x4d0e6d(0x357)]?.[_0x4d0e6d(0x209)]?_0x130f8b=global[_0x4d0e6d(0x1e4)][_0x4d0e6d(0x2f5)][_0x4d0e6d(0x357)][_0x4d0e6d(0x209)]:_0x130f8b=_0x83331e[_0x4d0e6d(0x28c)];}logger[_0x4d0e6d(0x27a)](_0x4d0e6d(0x1f7)+_0xf23090+_0x4d0e6d(0x248)+JSON[_0x4d0e6d(0x23a)](_0x130f8b));}else{_0xf23090=this[_0x4d0e6d(0x366)](_0x100e18);const _0x3f781f=TestInfo[_0x4d0e6d(0x287)](_0xf23090);let _0x3356ad=[];if(_0x3f781f&&Array['isArray'](_0x3f781f[_0x4d0e6d(0x1d3)])&&_0x83331e[_0x4d0e6d(0x212)](_0x3f781f[_0x4d0e6d(0x1d3)][_0x4d0e6d(0x221)],0x0))_0x3356ad=_0x3f781f['test_tags'];else{if(_0x26f4ef){const _0x4470a8=_0x83331e[_0x4d0e6d(0x1e2)](typeof _0x26f4ef[_0x4d0e6d(0x33d)],_0x83331e['yyBnx'])?_0x26f4ef[_0x4d0e6d(0x33d)](_0x83331e[_0x4d0e6d(0x1fe)],[]):_0x26f4ef[_0x4d0e6d(0x1d3)]||[];Array[_0x4d0e6d(0x2b1)](_0x4470a8)&&(_0x3356ad=_0x4470a8);}}_0x130f8b=_0x3356ad;}logger['info'](_0x4d0e6d(0x20d)+JSON[_0x4d0e6d(0x23a)](_0x130f8b));const _0x47fdc0=this[_0x4d0e6d(0x2e6)](_0x11b0c9,_0x100e18[_0x4d0e6d(0x2cd)],_0x100e18[_0x4d0e6d(0x1e1)]);logger[_0x4d0e6d(0x27a)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x47fdc0+_0x4d0e6d(0x2dd)+this[_0x4d0e6d(0x1dc)]);const _0x3a1035=this[_0x4d0e6d(0x26d)](_0x130f8b,_0x11b0c9,_0x21c322),_0x277c40=_0x83331e['uOZHi'](_0x47fdc0,_0x3a1035),_0xe1fc7f=CLIUtils[_0x4d0e6d(0x1ed)]();this[_0x4d0e6d(0x262)][_0x4d0e6d(0x284)](_0xe1fc7f,_0x277c40),global['Context']?.['getContext']&&global[_0x4d0e6d(0x27f)][_0x4d0e6d(0x1a8)]()['setShouldScan'](_0x277c40),logger['debug'](_0x4d0e6d(0x2d0)+(_0x11b0c9?.[_0x4d0e6d(0x289)]?.()||_0x83331e[_0x4d0e6d(0x2f2)])+']\x20should\x20run\x20accessibility\x20value='+_0x277c40),_0x277c40?(global['accessibilityPlatform']=!![],process[_0x4d0e6d(0x356)][_0x4d0e6d(0x19e)]=_0x83331e[_0x4d0e6d(0x1fb)],this[_0x4d0e6d(0x24c)]()):global[_0x4d0e6d(0x1cf)]=![];}catch(_0x287d9b){logger['error']('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x287d9b[_0x4d0e6d(0x2e7)]||_0x287d9b[_0x4d0e6d(0x32e)]));const _0x327ca7=CLIUtils[_0x4d0e6d(0x1ed)]();this[_0x4d0e6d(0x262)][_0x4d0e6d(0x284)](_0x327ca7,![]),global['accessibilityPlatform']=![];}}[a90_0x53144d(0x31e)](){const _0xe19e67=a90_0x53144d;return this[_0xe19e67(0x1bf)]['find'](_0x216b19=>_0x216b19[_0xe19e67(0x338)]()==='goog:chromeOptions')?.['getValue']()||'';}[a90_0x53144d(0x2e5)](_0x12ba85){const _0x311119=a90_0x53144d;try{const _0x56b251=this['accessibilityConfig']?.[_0x311119(0x260)]?.[_0x311119(0x2de)]||[],_0x25e05d=_0x56b251[_0x311119(0x1d9)](_0x28e9de=>_0x28e9de['name']===_0x12ba85);return _0x25e05d?_0x25e05d[_0x311119(0x280)]:null;}catch(_0x18af89){return logger[_0x311119(0x27a)](_0x311119(0x2b4)+_0x12ba85+':\x20'+_0x18af89[_0x311119(0x32e)]),null;}}async[a90_0x53144d(0x276)](_0x2912bc,_0x42bba5){const _0x56a864=a90_0x53144d,_0x30e06c=_0x2912bc[_0x56a864(0x2a0)]()[_0x56a864(0x35e)](),_0x1be4b7=_0x30e06c['getScriptsList'](),_0x4e6d2a=_0x30e06c[_0x56a864(0x36e)]()?.['getCommandsList']();scripts[_0x56a864(0x2a2)](_0x1be4b7,_0x4e6d2a),scripts[_0x56a864(0x23e)]();const _0xda575f=_0x30e06c['getCapabilitiesList']();this['capabilities']=_0x30e06c[_0x56a864(0x2c6)](),await this[_0x56a864(0x31c)](_0xda575f,_0x42bba5['launchCaps']);}async[a90_0x53144d(0x31c)](_0x4e563e,_0x450238={}){const _0x420a99=a90_0x53144d,_0x2e38d6={'JFkTk':function(_0x2cbd50,_0x116377){return _0x2cbd50===_0x116377;},'MTmli':'accessibilityToken','nZgnG':'browserstack.accessibilityOptions.authToken','ZgIzT':function(_0x33de84,_0xf4eb7){return _0x33de84(_0xf4eb7);},'bXImm':_0x420a99(0x2e3),'RktwA':_0x420a99(0x348),'pbgkp':function(_0x79dd09,_0x1e4905){return _0x79dd09(_0x1e4905);},'lshbQ':function(_0x44937c,_0x3f8f61){return _0x44937c===_0x3f8f61;},'aeCWk':_0x420a99(0x35b),'fUkic':'browserstack.accessibilityOptions.wcagVersion','dMGPf':function(_0x5012e7,_0x19ff1b){return _0x5012e7===_0x19ff1b;},'zHgpf':_0x420a99(0x320),'QcZQA':_0x420a99(0x275),'JvvAU':function(_0x345d54,_0x145143){return _0x345d54===_0x145143;},'KFFSL':_0x420a99(0x1e6),'sAmAw':_0x420a99(0x2c0),'VZzIv':_0x420a99(0x37c),'tMhmG':function(_0x43a376,_0x4e7ef6){return _0x43a376(_0x4e7ef6);},'IRISQ':function(_0x3db543,_0x544296){return _0x3db543===_0x544296;},'EYULe':_0x420a99(0x259)};global[_0x420a99(0x318)]=global['__accessibilityOptions']||{};for(const _0xfc3ddf of _0x4e563e){logger[_0x420a99(0x298)](_0x420a99(0x1eb)+_0xfc3ddf['getName']()+_0x420a99(0x2ed)+_0xfc3ddf['getValue']());if(_0x2e38d6[_0x420a99(0x288)](_0xfc3ddf[_0x420a99(0x338)](),_0x2e38d6['MTmli'])){const _0x2cd765=_0xfc3ddf[_0x420a99(0x28d)]();process[_0x420a99(0x356)][_0x420a99(0x2ab)]=_0x2cd765,global[_0x420a99(0x318)][_0x2e38d6['nZgnG']]=_0x2cd765;const _0x3667a9=_0x2e38d6[_0x420a99(0x2be)](require,_0x2e38d6['bXImm']),{isTrue:_0x631b4c}=_0x2e38d6[_0x420a99(0x2be)](require,_0x2e38d6['RktwA']),_0x47db50=_0x3667a9[_0x420a99(0x198)](_0x2cd765);_0x47db50&&_0x2e38d6[_0x420a99(0x26f)](_0x631b4c,_0x47db50[_0x420a99(0x32f)])&&(process[_0x420a99(0x356)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x2e38d6[_0x420a99(0x268)](_0xfc3ddf[_0x420a99(0x338)](),_0x2e38d6[_0x420a99(0x2fc)]))global[_0x420a99(0x318)][_0x2e38d6['fUkic']]=_0xfc3ddf['getValue']();else{if(_0x2e38d6[_0x420a99(0x20a)](_0xfc3ddf['getName'](),_0x2e38d6[_0x420a99(0x332)]))global[_0x420a99(0x318)][_0x2e38d6[_0x420a99(0x2e8)]]=_0xfc3ddf[_0x420a99(0x28d)]();else{if(_0x2e38d6[_0x420a99(0x247)](_0xfc3ddf[_0x420a99(0x338)](),_0x2e38d6[_0x420a99(0x30e)]))global[_0x420a99(0x318)][_0x2e38d6['sAmAw']]=_0xfc3ddf[_0x420a99(0x28d)]();else{if(_0x2e38d6['lshbQ'](_0xfc3ddf[_0x420a99(0x338)](),_0x2e38d6[_0x420a99(0x22b)])){const _0x5a7e83=_0xfc3ddf[_0x420a99(0x28d)]();process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x2e38d6[_0x420a99(0x2f1)](String,_0x2e38d6['JFkTk'](_0x5a7e83,!![])||_0x2e38d6[_0x420a99(0x1be)](_0x5a7e83,_0x2e38d6[_0x420a99(0x2a1)])),logger[_0x420a99(0x27a)](_0x420a99(0x22d)+_0x5a7e83+'\x20env='+process[_0x420a99(0x356)][_0x420a99(0x319)]);}}}}}}}async['onAfterTest'](_0x393512){const _0x237031=a90_0x53144d,_0x30607e={};_0x30607e[_0x237031(0x244)]=function(_0x51bb20,_0x46889a){return _0x51bb20!==_0x46889a;},_0x30607e[_0x237031(0x1ea)]='cucumber',_0x30607e['CZfam']=function(_0x3b54a6,_0x1f4776){return _0x3b54a6!==_0x1f4776;},_0x30607e[_0x237031(0x271)]=_0x237031(0x1bd),_0x30607e[_0x237031(0x23b)]=_0x237031(0x249),_0x30607e[_0x237031(0x1cd)]='unknown';const _0x59288b=_0x30607e;if(_0x59288b[_0x237031(0x244)](_0x393512['testFramework'],_0x59288b[_0x237031(0x1ea)])&&_0x59288b[_0x237031(0x2b3)](_0x393512[_0x237031(0x1bc)],_0x59288b[_0x237031(0x271)])){logger['debug'](_0x59288b[_0x237031(0x23b)]);return;}const _0x6d61c=_0x393512['testInfo']?.[_0x237031(0x243)]||_0x393512[_0x237031(0x357)]?.['id']||global[_0x237031(0x2ce)];logger[_0x237031(0x298)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x393512['testFramework']+',\x20testIdentifier='+_0x6d61c);try{const _0x4d5751=_0x393512[_0x237031(0x2bd)]||AutomationFramework[_0x237031(0x316)](),_0x4b0b0c=CLIUtils[_0x237031(0x1ed)](),_0x1eac8a=this[_0x237031(0x32c)]();logger['debug'](_0x237031(0x2d0)+(_0x4d5751?.['getPlatformIndex']?.()||_0x59288b[_0x237031(0x1cd)])+_0x237031(0x1dd)+_0x1eac8a),_0x1eac8a&&await this[_0x237031(0x36d)](_0x4d5751,_0x393512),this[_0x237031(0x262)][_0x237031(0x1db)](_0x4b0b0c),this[_0x237031(0x2fb)][_0x237031(0x1db)](_0x4b0b0c);}catch(_0x1d58a6){logger[_0x237031(0x1c9)](_0x237031(0x281)+(_0x1d58a6[_0x237031(0x2e7)]||_0x1d58a6[_0x237031(0x32e)]));}}async['stopTestCapture'](_0x525330,_0xeca37f){const _0x282451=a90_0x53144d,_0x6988fb={};_0x6988fb[_0x282451(0x2aa)]=function(_0x552ab8,_0x2e2253){return _0x552ab8===_0x2e2253;},_0x6988fb[_0x282451(0x1fa)]=_0x282451(0x266),_0x6988fb[_0x282451(0x222)]=_0x282451(0x1bd),_0x6988fb[_0x282451(0x2b5)]=_0x282451(0x1ef),_0x6988fb['GgmtA']=function(_0xa9facf,_0x45c706){return _0xa9facf===_0x45c706;},_0x6988fb[_0x282451(0x339)]=_0x282451(0x28a),_0x6988fb[_0x282451(0x34a)]=_0x282451(0x262),_0x6988fb[_0x282451(0x1f3)]='saveResults',_0x6988fb['aGReP']=_0x282451(0x232),_0x6988fb[_0x282451(0x2f4)]=_0x282451(0x255),_0x6988fb[_0x282451(0x28e)]=_0x282451(0x1b2),_0x6988fb[_0x282451(0x346)]=function(_0x1213ac,_0x1ae4cf){return _0x1213ac===_0x1ae4cf;},_0x6988fb['wAIDk']=function(_0xddc7d,_0xc2d883){return _0xddc7d||_0xc2d883;},_0x6988fb['GtdiC']=function(_0x563799,_0x18e09e){return _0x563799||_0x18e09e;},_0x6988fb['PEgfY']=function(_0x5eaf7c,_0x2137c7){return _0x5eaf7c||_0x2137c7;},_0x6988fb[_0x282451(0x1c3)]=_0x282451(0x25b),_0x6988fb['eaklv']=_0x282451(0x2d9),_0x6988fb[_0x282451(0x1d7)]=_0x282451(0x26e);const _0x463056=_0x6988fb;try{const _0x2c2c18=_0xeca37f[_0x282451(0x1bc)]||(_0x463056['aOKjU'](this[_0x282451(0x1ce)]?.[_0x282451(0x202)]?.[_0x282451(0x1a5)](),_0x463056['aIdbb'])?_0x463056[_0x282451(0x222)]:_0x463056[_0x282451(0x2b5)]);let _0x175d23='',_0x4c6247=null,_0x10a59d=null;if(_0x463056['GgmtA'](_0x2c2c18,_0x463056[_0x282451(0x222)])){_0x4c6247=_0xeca37f['testInfo']?.[_0x282451(0x243)]||_0xeca37f[_0x282451(0x357)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x4c6247){logger['warn'](_0x463056[_0x282451(0x339)]);return;}try{const _0x4b8a2a=await GrpcClient['getInstance']()[_0x282451(0x1ff)](process[_0x282451(0x356)][_0x282451(0x1f2)],_0x463056[_0x282451(0x34a)],_0x463056['cgves'],_0x4c6247),_0x418fe7=AccessibilityModule[_0x282451(0x19c)](null,_0x4b8a2a);_0x175d23=_0x418fe7?.[_0x282451(0x2b2)]||'',logger[_0x282451(0x27a)](_0x282451(0x35a)+_0x175d23+_0x282451(0x2f3)+_0x4c6247),_0x10a59d=_0x4b8a2a;}catch(_0x22643b){logger['error'](_0x282451(0x242)+_0x22643b[_0x282451(0x32e)]);return;}}else{const _0x49fac4=this[_0x282451(0x366)](_0xeca37f);_0x175d23=TestInfo['getTestUUID'](_0x49fac4);}const _0x442032=((()=>{const _0x800281=_0x282451,_0x59b6b7=(this[_0x800281(0x1df)]?.[_0x800281(0x260)]?.[_0x800281(0x2de)]||[])[_0x800281(0x1d9)](_0x5200fb=>(typeof _0x5200fb[_0x800281(0x338)]==='function'?_0x5200fb[_0x800281(0x338)]():_0x5200fb['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x59b6b7?_0x463056[_0x800281(0x2aa)](typeof _0x59b6b7[_0x800281(0x28d)],_0x463056[_0x800281(0x1fa)])?_0x59b6b7[_0x800281(0x28d)]():_0x59b6b7['value']:'';})()),_0x3449d0=process[_0x282451(0x356)][_0x282451(0x322)]||'';logger['debug'](_0x282451(0x2d0)+(_0x525330?.[_0x282451(0x289)]?.()||_0x463056['aGReP'])+_0x282451(0x1c8)+_0x175d23+_0x282451(0x238)+_0x442032+_0x282451(0x21c)+(_0x3449d0?_0x463056[_0x282451(0x2f4)]:_0x463056[_0x282451(0x28e)]));let _0x36cdf3;if(_0x463056['SDPCo'](_0x2c2c18,_0x463056[_0x282451(0x222)]))_0x36cdf3=AccessibilityModule['loadDriverExecuteParams'](_0x175d23,_0x10a59d);else{const _0x11c421=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x282451(0x356)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x463056[_0x282451(0x34a)],_0x463056[_0x282451(0x1f3)]);_0x36cdf3=AccessibilityModule['loadDriverExecuteParams'](_0x175d23,_0x11c421);}logger[_0x282451(0x27a)](_0x282451(0x307)+JSON[_0x282451(0x23a)](_0x36cdf3));const _0x1beb3e=Object[_0x282451(0x2ff)]({},{'thTestRunUuid':_0x463056[_0x282451(0x27e)](_0x175d23,''),'thBuildUuid':_0x463056['GtdiC'](_0x442032,''),'thJwtToken':_0x463056[_0x282451(0x1ad)](_0x3449d0,'')},_0x36cdf3);!this['isAppAccessibility']&&this[_0x282451(0x362)]()&&(_0x1beb3e[_0x282451(0x1f4)]=!![],logger[_0x282451(0x27a)](_0x463056['mFUdq']));logger[_0x282451(0x27a)]('[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid='+_0x175d23+',\x20isAppAccessibility='+this[_0x282451(0x1dc)]);let _0x197f60=global[_0x282451(0x1e4)]?.['pwPage']||null;!_0x197f60&&(_0x197f60=AutomationFramework[_0x282451(0x1a3)](_0x525330,_0x463056[_0x282451(0x252)],null)),!_0x197f60&&(_0x197f60=AutomationFramework[_0x282451(0x1a3)](_0x525330,_0x463056[_0x282451(0x1d7)],null)),await this[_0x282451(0x1bb)](this[_0x282451(0x32c)](),_0x175d23,_0x197f60,_0x1beb3e,this[_0x282451(0x1dc)]);}catch(_0x3f7f7f){logger[_0x282451(0x1c9)]('Error\x20in\x20stopTestCapture:\x20'+(_0x3f7f7f[_0x282451(0x2e7)]||_0x3f7f7f['message']));}}async[a90_0x53144d(0x1bb)](_0x16d3bc,_0x58cf43,_0x2e615d,_0x53c2e2,_0x489875){const _0x507545=a90_0x53144d,_0x3e3fc7={};_0x3e3fc7['GUiwO']=_0x507545(0x2a8),_0x3e3fc7[_0x507545(0x353)]=function(_0x5d9e7d,_0x182810){return _0x5d9e7d&&_0x182810;},_0x3e3fc7[_0x507545(0x245)]=_0x507545(0x1d0),_0x3e3fc7['tnlGI']=function(_0xd6b085,_0x22bfd0){return _0xd6b085===_0x22bfd0;},_0x3e3fc7['mrXVj']=_0x507545(0x1b2),_0x3e3fc7[_0x507545(0x1e8)]=function(_0x3bab2c,_0x572e58){return _0x3bab2c===_0x572e58;},_0x3e3fc7['pGmMu']=_0x507545(0x2cc),_0x3e3fc7[_0x507545(0x340)]=_0x507545(0x29b),_0x3e3fc7[_0x507545(0x2af)]=_0x507545(0x2ad),_0x3e3fc7[_0x507545(0x263)]=_0x507545(0x2d6),_0x3e3fc7[_0x507545(0x21a)]=function(_0x4c76a0,_0x4bb065){return _0x4c76a0&&_0x4bb065;},_0x3e3fc7['GtQbp']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x3e3fc7[_0x507545(0x1f1)]=_0x507545(0x235),_0x3e3fc7[_0x507545(0x354)]=_0x507545(0x28f);const _0x2a172c=_0x3e3fc7;try{const _0x19382f=this['getScriptByName'](_0x2a172c[_0x507545(0x37f)]);if(_0x2a172c['vVPbq'](!_0x489875,!_0x19382f)){logger[_0x507545(0x27a)](_0x2a172c[_0x507545(0x245)]);return;}if(!_0x58cf43||_0x2a172c[_0x507545(0x223)](_0x58cf43,_0x2a172c[_0x507545(0x1f9)])||_0x2a172c[_0x507545(0x1e8)](_0x58cf43,'')){logger['debug'](_0x2a172c[_0x507545(0x20f)]);return;}logger[_0x507545(0x27a)](_0x507545(0x29d)+JSON[_0x507545(0x23a)](_0x53c2e2)),_0x16d3bc&&(logger[_0x507545(0x27a)](_0x2a172c['ORBhg']),await this['performScanForCli'](_0x2e615d,_0x58cf43,_0x2a172c[_0x507545(0x2af)],_0x53c2e2,_0x489875,_0x2a172c[_0x507545(0x263)]),_0x2a172c[_0x507545(0x21a)](!_0x489875,_0x19382f)&&(logger[_0x507545(0x27a)](_0x2a172c[_0x507545(0x2ba)]),await PerformanceTester['measureWrapper'](_0x2a172c[_0x507545(0x1f1)],async()=>{const _0x3ad3e7=_0x507545;await this[_0x3ad3e7(0x376)](_0x2e615d,_0x58cf43,_0x2a172c[_0x3ad3e7(0x37f)],_0x53c2e2,_0x489875,_0x2a172c[_0x3ad3e7(0x37f)]);})()),logger[_0x507545(0x298)](_0x2a172c[_0x507545(0x354)]));}catch(_0x5d191c){logger[_0x507545(0x1c9)]('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x5d191c['stack']||_0x5d191c[_0x507545(0x32e)]));}}async['onBeforeExecute'](_0x132bb3){const _0xbf3ec1=a90_0x53144d,_0x4974ad={};_0x4974ad['nQtEY']=function(_0x4790d7,_0xd8fe8){return _0x4790d7!==_0xd8fe8;},_0x4974ad[_0xbf3ec1(0x36a)]=_0xbf3ec1(0x1ef),_0x4974ad[_0xbf3ec1(0x2d4)]=_0xbf3ec1(0x1bd),_0x4974ad['JRPlt']=_0xbf3ec1(0x336),_0x4974ad[_0xbf3ec1(0x234)]=_0xbf3ec1(0x232),_0x4974ad['bjeyo']=_0xbf3ec1(0x31f),_0x4974ad['BvGJi']=function(_0x999f07,_0x909110){return _0x999f07===_0x909110;},_0x4974ad[_0xbf3ec1(0x367)]=_0xbf3ec1(0x331),_0x4974ad[_0xbf3ec1(0x345)]=_0xbf3ec1(0x262),_0x4974ad[_0xbf3ec1(0x24a)]=_0xbf3ec1(0x22e),_0x4974ad['jvaVZ']=_0xbf3ec1(0x2f8),_0x4974ad['VHFzu']='testhub_build_uuid',_0x4974ad['jJfOz']=function(_0x2df092,_0x1db5c2){return _0x2df092===_0x1db5c2;},_0x4974ad[_0xbf3ec1(0x1fc)]=_0xbf3ec1(0x2d6),_0x4974ad[_0xbf3ec1(0x1c7)]='null';const _0x2f9120=_0x4974ad;if(_0x2f9120[_0xbf3ec1(0x1c5)](_0x132bb3[_0xbf3ec1(0x1bc)],_0x2f9120[_0xbf3ec1(0x36a)])&&_0x2f9120[_0xbf3ec1(0x1c5)](_0x132bb3[_0xbf3ec1(0x1bc)],_0x2f9120[_0xbf3ec1(0x2d4)])){logger[_0xbf3ec1(0x27a)](_0x2f9120['JRPlt']);return;}logger[_0xbf3ec1(0x27a)]('onBeforeExecute:\x20command='+(_0x132bb3[_0xbf3ec1(0x216)]||_0x2f9120[_0xbf3ec1(0x234)])+_0xbf3ec1(0x2f0)+_0x132bb3[_0xbf3ec1(0x1bc)]);try{const _0x556455=_0x132bb3[_0xbf3ec1(0x2bd)]||AutomationFramework['getTrackedInstance'](),_0x3e5cfc=TestFramework[_0xbf3ec1(0x316)](),_0x5b7e95=_0x132bb3[_0xbf3ec1(0x216)]||_0x132bb3[_0xbf3ec1(0x23c)]?.['getName']();if(!_0x5b7e95){logger[_0xbf3ec1(0x27a)](_0x2f9120[_0xbf3ec1(0x274)]);return;}if(!this[_0xbf3ec1(0x32c)]()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5b7e95);return;}if(!this[_0xbf3ec1(0x301)](_0x5b7e95)){logger[_0xbf3ec1(0x27a)]('onBeforeExecute:\x20Command\x20'+_0x5b7e95+_0xbf3ec1(0x1e9));return;}const _0x3bac2b=_0x132bb3[_0xbf3ec1(0x305)]||global[_0xbf3ec1(0x1e4)]?.[_0xbf3ec1(0x335)];if(!_0x3bac2b){logger[_0xbf3ec1(0x27a)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x5b7e95);return;}let _0x1c3acc='',_0x4f42ef=null;if(_0x2f9120[_0xbf3ec1(0x2da)](_0x132bb3[_0xbf3ec1(0x1bc)],_0x2f9120[_0xbf3ec1(0x2d4)])){_0x4f42ef=_0x132bb3[_0xbf3ec1(0x357)]?.[_0xbf3ec1(0x243)]||_0x132bb3[_0xbf3ec1(0x357)]?.['id']||global[_0xbf3ec1(0x2ce)];if(!_0x4f42ef){logger[_0xbf3ec1(0x27d)](_0x2f9120['JZpRT']);return;}try{const _0x413789=await GrpcClient[_0xbf3ec1(0x355)]()[_0xbf3ec1(0x1ff)](process[_0xbf3ec1(0x356)][_0xbf3ec1(0x1f2)],_0x2f9120[_0xbf3ec1(0x345)],_0x2f9120[_0xbf3ec1(0x24a)],_0x4f42ef),_0x58ea94=AccessibilityModule[_0xbf3ec1(0x19c)](null,_0x413789);_0x1c3acc=_0x58ea94?.[_0xbf3ec1(0x2b2)]||'',logger[_0xbf3ec1(0x27a)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1c3acc+_0xbf3ec1(0x2f3)+_0x4f42ef);}catch(_0x56c16e){logger['error'](_0xbf3ec1(0x23f)+_0x56c16e['message']);return;}}else _0x1c3acc=this[_0xbf3ec1(0x2e5)](_0x2f9120[_0xbf3ec1(0x282)])||'',!_0x1c3acc&&this[_0xbf3ec1(0x362)]()&&(_0x1c3acc=accessibilityHelper[_0xbf3ec1(0x358)]());const _0x113bdc=this[_0xbf3ec1(0x2e5)](_0x2f9120[_0xbf3ec1(0x299)])||this['accessibilityConfig'][this[_0xbf3ec1(0x1cb)]]||null,_0x7d6c7=process[_0xbf3ec1(0x356)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x1b7352=this[_0xbf3ec1(0x213)](_0x5b7e95,_0x1c3acc,_0x113bdc,_0x7d6c7),_0x21f206=_0x2f9120[_0xbf3ec1(0x1b3)](_0x132bb3[_0xbf3ec1(0x1bc)],_0x2f9120['GdnXq'])?await AccessibilityModule[_0xbf3ec1(0x1ac)](_0x2f9120[_0xbf3ec1(0x1fc)],_0x1c3acc,_0x4f42ef):await AccessibilityModule[_0xbf3ec1(0x1ac)](_0x2f9120['PIert'],_0x1c3acc);logger['info'](_0xbf3ec1(0x1c1)+(_0x1b7352?JSON[_0xbf3ec1(0x23a)](_0x1b7352):_0x2f9120[_0xbf3ec1(0x1c7)]));const _0x1dca0f=CLIUtils[_0xbf3ec1(0x2d3)](_0x1b7352,_0x21f206);logger['info'](_0xbf3ec1(0x211)+(_0x1dca0f?JSON[_0xbf3ec1(0x23a)](_0x1dca0f):_0x2f9120[_0xbf3ec1(0x1c7)])),logger[_0xbf3ec1(0x27a)](_0xbf3ec1(0x225)+_0x5b7e95);const _0x1f3f97=await this['performScanForCli'](_0x3bac2b,_0x1c3acc,_0x5b7e95,_0x1dca0f,this[_0xbf3ec1(0x1dc)]);logger[_0xbf3ec1(0x27a)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x5b7e95+_0xbf3ec1(0x279)+JSON['stringify'](_0x1f3f97));}catch(_0x32881a){logger[_0xbf3ec1(0x1c9)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x32881a[_0xbf3ec1(0x2e7)]||_0x32881a[_0xbf3ec1(0x32e)]));}}['shouldScanCurrentTest'](){return this['getCurrentAccessibilityStatus']();}[a90_0x53144d(0x2b6)](_0x15ab10){const _0x5a5297=a90_0x53144d,_0x1a4943=CLIUtils[_0x5a5297(0x1ed)]();this[_0x5a5297(0x262)][_0x5a5297(0x284)](_0x1a4943,_0x15ab10);}async['initAccessibilityConfig'](_0x409a9d){const _0x46f801=a90_0x53144d,_0x1723ba={};_0x1723ba[_0x46f801(0x300)]=_0x46f801(0x232);const _0x2346e2=_0x1723ba;try{const _0x62f2ba=_0x409a9d['instance']||AutomationFramework['getTrackedInstance'](),_0x2d71ac=_0x62f2ba?.['getData']?.()?.['get']?.(this[_0x46f801(0x264)])||![];if(_0x2d71ac)return;PerformanceTester['start'](EVENTS[_0x46f801(0x34b)]);const _0x10da79=await GrpcClient['getInstance']()[_0x46f801(0x251)](_0x409a9d);_0x10da79&&_0x10da79[_0x46f801(0x2a0)]&&_0x10da79[_0x46f801(0x2a0)]()&&_0x10da79['getAccessibility']()[_0x46f801(0x269)]()?(await this[_0x46f801(0x291)](_0x10da79,_0x409a9d),_0x62f2ba?.[_0x46f801(0x33d)]&&_0x62f2ba[_0x46f801(0x33d)]()[_0x46f801(0x284)](this[_0x46f801(0x264)],!![]),logger[_0x46f801(0x27a)]('[platform\x20-\x20'+(_0x62f2ba?.[_0x46f801(0x289)]?.()||_0x2346e2[_0x46f801(0x300)])+_0x46f801(0x2a5))):logger[_0x46f801(0x27a)]('[platform\x20-\x20'+(_0x62f2ba?.[_0x46f801(0x289)]?.()||_0x2346e2[_0x46f801(0x300)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x46f801(0x302)](EVENTS[_0x46f801(0x34b)]);}catch(_0x567672){PerformanceTester[_0x46f801(0x302)](EVENTS[_0x46f801(0x34b)],![],_0x567672[_0x46f801(0x32e)]),logger['error'](_0x46f801(0x1b1)+(_0x567672[_0x46f801(0x2e7)]||_0x567672[_0x46f801(0x32e)]));}}async[a90_0x53144d(0x291)](_0x5f08b8,_0x2911a2){const _0x2507e7=a90_0x53144d;await this[_0x2507e7(0x276)](_0x5f08b8,_0x2911a2);const _0xa5a679=_0x5f08b8[_0x2507e7(0x2a0)]()[_0x2507e7(0x35e)]();if(_0xa5a679){const _0x3b3272=_0x5f08b8['getTesthub']&&_0x5f08b8[_0x2507e7(0x323)]();_0x3b3272&&(this[_0x2507e7(0x1df)][this[_0x2507e7(0x1cb)]]=_0x3b3272[_0x2507e7(0x1a9)]&&_0x3b3272[_0x2507e7(0x1a9)]());}}['shouldScanForCommand'](_0x30e585){const _0xcaf41b=a90_0x53144d,_0x362fe8={};_0x362fe8['vDwFf']=function(_0x8217d2,_0x43a79e){return _0x8217d2===_0x43a79e;};const _0x4cca65=_0x362fe8;try{if(!_0x30e585)return![];const _0x4c8faa=this[_0xcaf41b(0x1df)]?.[_0xcaf41b(0x260)]?.[_0xcaf41b(0x370)]?.['commandsList']||[],_0x54d1f5=_0x4c8faa[_0xcaf41b(0x1b4)](_0x19b587=>{const _0x25fefd=_0xcaf41b;return _0x19b587[_0x25fefd(0x202)]&&_0x4cca65[_0x25fefd(0x2fe)](_0x19b587['name'][_0x25fefd(0x1a5)](),_0x30e585['toLowerCase']());});return logger['debug'](_0xcaf41b(0x368)+_0x30e585+'\x20->\x20'+_0x54d1f5+_0xcaf41b(0x34d)+JSON[_0xcaf41b(0x23a)](_0x4c8faa[_0xcaf41b(0x30f)](_0x347989=>_0x347989[_0xcaf41b(0x202)]))),_0x54d1f5;}catch(_0x260cbd){return logger['debug']('Error\x20in\x20shouldScanForCommand:\x20'+_0x260cbd[_0xcaf41b(0x32e)]),![];}}[a90_0x53144d(0x23d)](_0x1a16c9){const _0x1c9c1a=a90_0x53144d,_0x5ef2c8={};_0x5ef2c8[_0x1c9c1a(0x1fd)]=function(_0x156a21,_0x5194c7){return _0x156a21===_0x5194c7;},_0x5ef2c8[_0x1c9c1a(0x218)]='string',_0x5ef2c8[_0x1c9c1a(0x203)]=_0x1c9c1a(0x31a);const _0x3be625=_0x5ef2c8,_0x5242e4=_0x1a16c9['getScript']&&_0x1a16c9[_0x1c9c1a(0x196)]();return _0x5242e4&&_0x3be625[_0x1c9c1a(0x1fd)](typeof _0x5242e4,_0x3be625['xIvXD'])&&_0x5242e4[_0x1c9c1a(0x20c)](_0x3be625['RATNe']);}[a90_0x53144d(0x2b9)](_0x4ddb72){const _0x351e41=a90_0x53144d,_0x52fbf3={};_0x52fbf3['oKjpU']=function(_0x5124b0,_0x3f5c42){return _0x5124b0!==_0x3f5c42;},_0x52fbf3[_0x351e41(0x2a7)]='string',_0x52fbf3[_0x351e41(0x379)]=_0x351e41(0x262),_0x52fbf3[_0x351e41(0x2db)]='performScan',_0x52fbf3[_0x351e41(0x37e)]=_0x351e41(0x1da),_0x52fbf3[_0x351e41(0x327)]=_0x351e41(0x1d5);const _0x2633d0=_0x52fbf3,_0xa614b2=_0x4ddb72['getScript']&&_0x4ddb72['getScript']();if(!_0xa614b2||_0x2633d0['oKjpU'](typeof _0xa614b2,_0x2633d0[_0x351e41(0x2a7)]))return![];return _0xa614b2['includes'](_0x2633d0['dqCRM'])||_0xa614b2[_0x351e41(0x20c)](_0x2633d0['ZoDaU'])||_0xa614b2['includes'](_0x2633d0[_0x351e41(0x37e)])||_0xa614b2['includes'](_0x2633d0[_0x351e41(0x327)]);}[a90_0x53144d(0x362)](){const _0x2676b3=a90_0x53144d,_0x57f390={'JmCsO':function(_0xbd8ff5,_0x2f5ba5){return _0xbd8ff5===_0x2f5ba5;},'kIalK':'function','mxEFc':function(_0x40cb73,_0xa1ef6b){return _0x40cb73(_0xa1ef6b);},'DbvuR':_0x2676b3(0x27c),'pROeu':function(_0x49d795,_0xfabc66){return _0x49d795(_0xfabc66);},'aeqFx':'browserName','UPxvZ':function(_0x477df9,_0x41a4cc){return _0x477df9===_0x41a4cc;},'qzAoS':function(_0x2d53b3,_0x14f964){return _0x2d53b3(_0x14f964);},'AJmCE':_0x2676b3(0x26c),'cdVgr':_0x2676b3(0x29f)};try{const _0x401a13=this[_0x2676b3(0x1df)]?.[_0x2676b3(0x260)]?.['capabilitiesList']||[],_0x19fe21=_0x5ccaf2=>{const _0x31a93d=_0x2676b3,_0x5afd8c=_0x401a13[_0x31a93d(0x1d9)](_0x3fb98b=>(typeof _0x3fb98b['getName']===_0x31a93d(0x266)?_0x3fb98b[_0x31a93d(0x338)]():_0x3fb98b['name'])===_0x5ccaf2);return _0x5afd8c?_0x57f390['JmCsO'](typeof _0x5afd8c[_0x31a93d(0x28d)],_0x57f390[_0x31a93d(0x1c6)])?_0x5afd8c[_0x31a93d(0x28d)]():_0x5afd8c['value']:null;},_0x4206ce=_0x57f390[_0x2676b3(0x32a)](_0x19fe21,_0x57f390[_0x2676b3(0x1d8)]),_0x1c2fb2=_0x57f390[_0x2676b3(0x343)](_0x19fe21,_0x57f390[_0x2676b3(0x1e5)]),_0x174c7f=global[_0x2676b3(0x26b)]||_0x4206ce&&_0x57f390[_0x2676b3(0x2e0)](_0x57f390[_0x2676b3(0x328)](String,_0x4206ce)[_0x2676b3(0x1a5)](),_0x57f390[_0x2676b3(0x206)])&&_0x1c2fb2&&_0x57f390[_0x2676b3(0x328)](String,_0x1c2fb2)[_0x2676b3(0x1a5)]()[_0x2676b3(0x20c)](_0x57f390['cdVgr']);if(!_0x174c7f)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this['_mobileScanningDisabledLogged']&&(logger['warn'](accessibilityHelper[_0x2676b3(0x1d6)]),this[_0x2676b3(0x1b8)]=!![]),![];return!![];}catch(_0x313b7b){return logger['debug'](_0x2676b3(0x2ee)+_0x313b7b['message']),![];}}[a90_0x53144d(0x213)](_0x4d3bf3,_0x5cd482,_0x5bca51,_0x4ad460){const _0x308363=a90_0x53144d,_0x45344f={};_0x45344f[_0x308363(0x306)]=function(_0x5c1162,_0x201288){return _0x5c1162||_0x201288;},_0x45344f['BAzxY']=function(_0x2dc92f,_0x28a0ee){return _0x2dc92f&&_0x28a0ee;},_0x45344f[_0x308363(0x2dc)]=function(_0x127148,_0x393499){return _0x127148||_0x393499;},_0x45344f[_0x308363(0x1d1)]=function(_0x350f3c,_0x16b566){return _0x350f3c||_0x16b566;},_0x45344f[_0x308363(0x1ca)]=_0x308363(0x378);const _0x3e306b=_0x45344f;let _0x342e32=_0x3e306b[_0x308363(0x306)](_0x5cd482,'');const _0x4e8fd3=!this[_0x308363(0x1dc)]&&this[_0x308363(0x362)]();_0x3e306b[_0x308363(0x224)](_0x4e8fd3,!_0x342e32)&&(_0x342e32=accessibilityHelper[_0x308363(0x358)]());const _0x2a2294={'command':_0x4d3bf3,'thTestRunUuid':_0x342e32,'thBuildUuid':_0x3e306b['cmEJe'](_0x5bca51,''),'thJwtToken':_0x3e306b['jyTIV'](_0x4ad460,''),'timestamp':new Date()[_0x308363(0x20b)]()};return _0x4e8fd3&&(_0x2a2294[_0x308363(0x1f4)]=!![],logger['debug'](_0x3e306b[_0x308363(0x1ca)])),_0x2a2294;}['getScriptByName'](_0x5294a6){const _0xd5c235=a90_0x53144d,_0x49b954={};_0x49b954[_0xd5c235(0x1e0)]=function(_0x125029,_0x9407f4){return _0x125029||_0x9407f4;};const _0x398b7d=_0x49b954;try{const _0xfb08ec=this[_0xd5c235(0x1df)]?.[_0xd5c235(0x260)]?.['scriptsList']||[],_0x2afc90=_0xfb08ec[_0xd5c235(0x1d9)](_0x49eb72=>_0x49eb72[_0xd5c235(0x202)]===_0x5294a6);return _0x398b7d[_0xd5c235(0x1e0)](_0x2afc90,null);}catch(_0x56a9c7){return logger[_0xd5c235(0x27a)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x5294a6+':\x20'+_0x56a9c7['message']),null;}}async[a90_0x53144d(0x205)](_0x4a7b6f,_0x1547a0,_0x2beb32=null){const _0x2106e7=a90_0x53144d,_0x1c8e9f={'YFOzN':function(_0x1bec92,_0x522ed7){return _0x1bec92(_0x522ed7);},'vrAuX':_0x2106e7(0x19f)};try{if(!_0x4a7b6f)return logger['debug'](_0x2106e7(0x2ac)+_0x1547a0),null;const _0x427168=this[_0x2106e7(0x1b6)](_0x1547a0);if(!_0x427168||!_0x427168[_0x2106e7(0x23c)])return logger['debug'](_0x2106e7(0x310)+_0x1547a0+_0x2106e7(0x309)),null;logger[_0x2106e7(0x27a)](_0x2106e7(0x364)+_0x1547a0+_0x2106e7(0x246));const _0xa300e0=_0x1c8e9f[_0x2106e7(0x36b)](require,_0x1c8e9f[_0x2106e7(0x33e)]),_0x48cbf5=_0x2beb32?await _0xa300e0['browserStackEvaluate'](_0x4a7b6f,_0x427168['command'],_0x2beb32):await _0xa300e0['browserStackEvaluate'](_0x4a7b6f,_0x427168[_0x2106e7(0x23c)]);return _0x48cbf5;}catch(_0x374d92){return logger[_0x2106e7(0x1c9)]('Error\x20executing\x20script\x20'+_0x1547a0+':\x20'+(_0x374d92[_0x2106e7(0x2e7)]||_0x374d92[_0x2106e7(0x32e)])),null;}}async[a90_0x53144d(0x376)](_0x4fe28e,_0x310a81,_0x5eb864,_0x2650d2,_0x42b547,_0x495023=a90_0x53144d(0x2d6)){const _0x787ef9=a90_0x53144d,_0x395709={'ribIC':function(_0x11ea02,_0x1549ba){return _0x11ea02===_0x1549ba;},'TXpHg':_0x787ef9(0x2d6),'nXzNI':function(_0x575abf,_0x330a0b){return _0x575abf(_0x330a0b);},'PeIdh':_0x787ef9(0x19f)};try{logger[_0x787ef9(0x27a)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x5eb864+'\x20using\x20script:\x20'+_0x495023);const _0xaa6fb0=this[_0x787ef9(0x1b6)](_0x495023);if(!_0xaa6fb0||!_0xaa6fb0[_0x787ef9(0x23c)]){logger[_0x787ef9(0x27a)](_0x787ef9(0x207)+_0x495023+_0x787ef9(0x1f6));return;}if(_0x395709['ribIC'](_0x495023,_0x395709[_0x787ef9(0x2c9)])){const _0x10710=_0x395709['nXzNI'](require,_0x395709[_0x787ef9(0x29a)]),_0x6a7708={};_0x6a7708[_0x787ef9(0x23c)]=_0x5eb864;const _0x932bc=await PerformanceTester[_0x787ef9(0x1aa)](PerformanceA11yEvents[_0x787ef9(0x2eb)],async()=>{const _0x24bf22=_0x787ef9;return await _0x10710[_0x24bf22(0x359)](_0x4fe28e,_0xaa6fb0[_0x24bf22(0x23c)],_0x2650d2);},_0x6a7708)();return logger[_0x787ef9(0x298)](_0x787ef9(0x215)+_0x495023+'\x20result\x20for\x20'+_0x5eb864+':\x20'+util['format'](_0x932bc)),_0x932bc;}const _0x3166b2=_0x395709[_0x787ef9(0x1af)](require,_0x395709[_0x787ef9(0x29a)]),_0x1386b3=await PerformanceTester[_0x787ef9(0x1aa)](PerformanceA11yEvents[_0x787ef9(0x250)],async()=>{const _0x33c44e=_0x787ef9;return await _0x3166b2[_0x33c44e(0x359)](_0x4fe28e,_0xaa6fb0[_0x33c44e(0x23c)],_0x2650d2);})();return logger[_0x787ef9(0x298)](_0x787ef9(0x215)+_0x495023+_0x787ef9(0x373)+_0x5eb864+':\x20'+util['format'](_0x1386b3)),_0x1386b3;}catch(_0x199c5c){logger['error'](_0x787ef9(0x292)+_0x495023+':\x20'+(_0x199c5c[_0x787ef9(0x2e7)]||_0x199c5c[_0x787ef9(0x32e)]));}}async['validatePlatformForAccessibility'](_0x282af0){const _0x327391=a90_0x53144d,_0x3bc445={'gwchp':function(_0x1270ba,_0x17d330){return _0x1270ba(_0x17d330);},'lmOOJ':_0x327391(0x2e3)};try{const _0x2491b4=_0x3bc445[_0x327391(0x258)](require,_0x3bc445[_0x327391(0x20e)]);return await _0x2491b4[_0x327391(0x311)](_0x282af0);}catch(_0xfa59bc){return logger[_0x327391(0x1c9)](_0x327391(0x217)+(_0xfa59bc[_0x327391(0x2e7)]||_0xfa59bc['message'])),![];}}[a90_0x53144d(0x1f5)](_0x45ee9e,_0x4f4cfe,_0x523ef0){const _0x53e3f5=a90_0x53144d,_0x173f94={'EnTwe':function(_0x2e4a81,_0x201d23){return _0x2e4a81(_0x201d23);},'UlMXQ':_0x53e3f5(0x19f),'JJEaQ':'\x22browserstack.user\x22:\x22[REDACTED]\x22','PCDOJ':_0x53e3f5(0x33f)};try{const _0x455788=_0x173f94[_0x53e3f5(0x208)](require,_0x173f94['UlMXQ']);_0x455788['processAccessibilityCaps'](_0x45ee9e,_0x4f4cfe,_0x523ef0);const _0x2bcfe8=JSON[_0x53e3f5(0x23a)](_0x45ee9e)['replace'](/"browserstack\.user":"[^"]*"/g,_0x173f94[_0x53e3f5(0x236)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x173f94[_0x53e3f5(0x1b7)]);logger[_0x53e3f5(0x27a)](_0x53e3f5(0x1a1)+global[_0x53e3f5(0x1cf)]+'\x20'+_0x2bcfe8);}catch(_0x21b48e){logger[_0x53e3f5(0x1c9)](_0x53e3f5(0x21d)+(_0x21b48e['stack']||_0x21b48e['message']));}}async['getAccessibilityResults'](_0x1e9b3b){const _0x47ce16=a90_0x53144d,_0x3b686b={};_0x3b686b[_0x47ce16(0x199)]=_0x47ce16(0x29e),_0x3b686b[_0x47ce16(0x1d2)]=function(_0x37b184,_0xdf92fc){return _0x37b184>_0xdf92fc;},_0x3b686b[_0x47ce16(0x25f)]=function(_0x565cc2,_0x5d269b){return _0x565cc2>_0x5d269b;},_0x3b686b[_0x47ce16(0x214)]=_0x47ce16(0x1da);const _0x2989ff=_0x3b686b;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x47ce16(0x27d)](_0x2989ff[_0x47ce16(0x199)]),[];const _0x20dc24=this[_0x47ce16(0x362)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x47ce16(0x358)]()}:{};_0x2989ff['pYzDb'](Object[_0x47ce16(0x29c)](_0x20dc24)[_0x47ce16(0x221)],0x0)&&logger['debug'](_0x47ce16(0x341)+JSON[_0x47ce16(0x23a)](_0x20dc24));const _0x282d85=_0x2989ff[_0x47ce16(0x25f)](Object[_0x47ce16(0x29c)](_0x20dc24)[_0x47ce16(0x221)],0x0)?await this[_0x47ce16(0x205)](_0x1e9b3b,_0x2989ff[_0x47ce16(0x214)],_0x20dc24):await this['executeScriptByName'](_0x1e9b3b,_0x2989ff[_0x47ce16(0x214)]);return _0x282d85||[];}catch(_0x303dc8){return logger[_0x47ce16(0x1c9)](_0x47ce16(0x21e)+(_0x303dc8[_0x47ce16(0x2e7)]||_0x303dc8[_0x47ce16(0x32e)])),[];}}async[a90_0x53144d(0x22f)](_0x1d9f57){const _0x5c54cf=a90_0x53144d,_0x4ed762={'wyfzO':_0x5c54cf(0x2d6),'usSDI':'getResultsSummary','ARMEF':_0x5c54cf(0x2c3),'BMEFn':function(_0x4d5f96,_0x32c37f){return _0x4d5f96(_0x32c37f);},'oPZlr':_0x5c54cf(0x2e4),'dYNIZ':function(_0xbc4430,_0x470ebc){return _0xbc4430===_0x470ebc;},'pOVBc':_0x5c54cf(0x1bd),'Cxcnm':_0x5c54cf(0x31d),'ciXYI':_0x5c54cf(0x262),'jsTpm':_0x5c54cf(0x1f0),'wjviu':'getAccessibilityResultsSummary','hfzDe':'test_run_id','qWxJt':_0x5c54cf(0x361),'qVNVh':_0x5c54cf(0x2fd)};try{if(!this[_0x5c54cf(0x32c)]())return logger[_0x5c54cf(0x27d)](_0x4ed762[_0x5c54cf(0x352)]),{};const _0x499431=_0x4ed762[_0x5c54cf(0x2f9)](require,_0x4ed762['oPZlr']),_0x4555ab=_0x499431['getTestFrameworkDetail'](),_0x3bdd28=_0x4ed762[_0x5c54cf(0x2e2)](_0x4555ab?.[_0x5c54cf(0x202)]?.[_0x5c54cf(0x1a5)](),_0x4ed762[_0x5c54cf(0x2e1)]);let _0x382d95='',_0x1a94eb=null,_0x103cef=null;if(_0x3bdd28){_0x1a94eb=global['__jestCurrentTestIdentifier']||global[_0x5c54cf(0x1e4)]?.['currentTest']?.[_0x5c54cf(0x243)]||global[_0x5c54cf(0x1e4)]?.[_0x5c54cf(0x2f5)]?.['id'];if(!_0x1a94eb)return logger[_0x5c54cf(0x27d)](_0x4ed762[_0x5c54cf(0x265)]),{};try{const _0x5855ed=await GrpcClient[_0x5c54cf(0x355)]()[_0x5c54cf(0x1ff)](process[_0x5c54cf(0x356)][_0x5c54cf(0x1f2)],_0x4ed762[_0x5c54cf(0x286)],_0x4ed762[_0x5c54cf(0x239)],_0x1a94eb),_0x2a9b7b=AccessibilityModule[_0x5c54cf(0x19c)](null,_0x5855ed);_0x382d95=_0x2a9b7b?.[_0x5c54cf(0x2b2)]||'',logger[_0x5c54cf(0x27a)](_0x5c54cf(0x35c)+_0x382d95+_0x5c54cf(0x2f3)+_0x1a94eb);const _0x50dd83=await AccessibilityModule[_0x5c54cf(0x1ac)](_0x4ed762[_0x5c54cf(0x239)],_0x382d95,_0x1a94eb),_0xddeeed=this[_0x5c54cf(0x2e5)](_0x4ed762[_0x5c54cf(0x1e7)])||this[_0x5c54cf(0x1df)][this[_0x5c54cf(0x1cb)]]||null,_0x281fca=process[_0x5c54cf(0x356)][_0x5c54cf(0x322)]||'',_0x27c9cc=this[_0x5c54cf(0x213)](_0x4ed762[_0x5c54cf(0x35f)],_0x382d95,_0xddeeed,_0x281fca);_0x103cef=_0x499431['mergeObject'](_0x27c9cc,_0x50dd83),logger[_0x5c54cf(0x27a)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x5c54cf(0x23a)](_0x103cef));}catch(_0x16ff77){return logger[_0x5c54cf(0x1c9)](_0x5c54cf(0x342)+_0x16ff77[_0x5c54cf(0x32e)]),{};}}else{_0x382d95=this[_0x5c54cf(0x2e5)](_0x4ed762['hfzDe'])||'';!_0x382d95&&this[_0x5c54cf(0x362)]()&&(_0x382d95=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x596786=this['getCapabilityValue'](_0x4ed762[_0x5c54cf(0x1e7)])||this['accessibilityConfig'][this[_0x5c54cf(0x1cb)]]||null,_0x4932a2=process[_0x5c54cf(0x356)][_0x5c54cf(0x322)]||'';_0x103cef=this[_0x5c54cf(0x213)](_0x4ed762[_0x5c54cf(0x35f)],_0x382d95,_0x596786,_0x4932a2);}logger[_0x5c54cf(0x27a)](_0x4ed762['qWxJt']),await PerformanceTester[_0x5c54cf(0x1aa)](PerformanceA11yEvents[_0x5c54cf(0x2eb)],async()=>{const _0x474b55=_0x5c54cf,_0x41a74c=await this[_0x474b55(0x205)](_0x1d9f57,_0x4ed762['wyfzO'],_0x103cef);logger[_0x474b55(0x27a)]('Scan\x20result:\x20'+util[_0x474b55(0x350)](_0x41a74c));},{'command':_0x4ed762['wjviu']})();const _0x48caff=await PerformanceTester[_0x5c54cf(0x1aa)](PerformanceA11yEvents[_0x5c54cf(0x278)],async()=>{const _0x5ac1d4=_0x5c54cf;return await this['executeScriptByName'](_0x1d9f57,_0x4ed762[_0x5ac1d4(0x239)],_0x103cef);})();if(!_0x48caff)return logger[_0x5c54cf(0x27a)](_0x4ed762[_0x5c54cf(0x2a6)]),{};return _0x48caff;}catch(_0x3cb09a){return logger['error'](_0x5c54cf(0x19b)+(_0x3cb09a['stack']||_0x3cb09a[_0x5c54cf(0x32e)])),{};}}async[a90_0x53144d(0x375)](_0x9a9911,_0xefce89,_0xb22c75=null){const _0x29b1a5=a90_0x53144d,_0x47148a={};_0x47148a[_0x29b1a5(0x2c1)]='performPageScan:\x20Page\x20is\x20null',_0x47148a[_0x29b1a5(0x2fa)]=_0x29b1a5(0x22a),_0x47148a[_0x29b1a5(0x34c)]=_0x29b1a5(0x314);const _0x5ec789=_0x47148a;try{if(!_0x9a9911)return logger[_0x29b1a5(0x27a)](_0x5ec789[_0x29b1a5(0x2c1)]),null;if(!_0xefce89)return logger[_0x29b1a5(0x27a)](_0x5ec789[_0x29b1a5(0x2fa)]),null;logger[_0x29b1a5(0x27a)](_0x5ec789['VvEVR']);const _0x32b33a=_0xb22c75?await _0x9a9911[_0x29b1a5(0x290)](_0xefce89,_0xb22c75):await _0x9a9911[_0x29b1a5(0x290)](_0xefce89);return _0x32b33a;}catch(_0x14dd9d){return logger[_0x29b1a5(0x1c9)](_0x29b1a5(0x1a7)+(_0x14dd9d[_0x29b1a5(0x2e7)]||_0x14dd9d[_0x29b1a5(0x32e)])),null;}}static['loadDriverExecuteParams'](_0x35e7c7,_0x2dd4d2){const _0x974134=a90_0x53144d,_0x5b7ba2={};_0x5b7ba2[_0x974134(0x24f)]=_0x974134(0x2df);const _0xda18e3=_0x5b7ba2,_0x236677={};_0x236677[_0x974134(0x2b2)]=_0x35e7c7;const _0x304319=_0x236677;let _0x3b9caf={};if(_0x2dd4d2[_0x974134(0x269)]()&&_0x2dd4d2[_0x974134(0x226)]())try{_0x3b9caf=JSON[_0x974134(0x30a)](new Buffer(_0x2dd4d2['getAccessibilityExecuteParams']())[_0x974134(0x195)](_0xda18e3[_0x974134(0x24f)]));}catch(_0x1ee014){logger[_0x974134(0x1c9)](_0x974134(0x33c)+_0x1ee014[_0x974134(0x32e)]),_0x3b9caf={};}return CLIUtils[_0x974134(0x2d3)](_0x304319,_0x3b9caf);}static async[a90_0x53144d(0x1ac)](_0x63e00a,_0x5cf60d='',_0x35e3a3=null){const _0x9d7ea5=a90_0x53144d,_0x2b0ba0={};_0x2b0ba0[_0x9d7ea5(0x303)]=_0x9d7ea5(0x32b),_0x2b0ba0['vkwvD']='accessibility';const _0x23b6a7=_0x2b0ba0;try{if(!_0x35e3a3&&AccessibilityModule[_0x9d7ea5(0x277)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x9d7ea5(0x356)][_0x9d7ea5(0x1f2)])return logger['error'](_0x23b6a7[_0x9d7ea5(0x303)]),{};const _0x76f1d=await GrpcClient[_0x9d7ea5(0x355)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x9d7ea5(0x1f2)],_0x23b6a7['vkwvD'],_0x63e00a,_0x35e3a3),_0x2c8d0b=_0x35e3a3?AccessibilityModule[_0x9d7ea5(0x19c)](null,_0x76f1d)?.['thTestRunUuid']||_0x5cf60d:_0x5cf60d,_0x14f00a=AccessibilityModule[_0x9d7ea5(0x19c)](_0x2c8d0b,_0x76f1d);return!_0x35e3a3&&(AccessibilityModule[_0x9d7ea5(0x377)]=_0x14f00a,AccessibilityModule[_0x9d7ea5(0x277)]=!![]),_0x14f00a;}catch(_0x25100e){return logger[_0x9d7ea5(0x1c9)](_0x9d7ea5(0x34e)+_0x63e00a+':\x20'+(_0x25100e[_0x9d7ea5(0x2e7)]||_0x25100e['message'])),{};}}};function a90_0x4020(_0x546bbf,_0x31fe32){const _0x3fd928=a90_0x3fd9();return a90_0x4020=function(_0x402092,_0x2b3271){_0x402092=_0x402092-0x194;let _0x3f1442=_0x3fd928[_0x402092];return _0x3f1442;},a90_0x4020(_0x546bbf,_0x31fe32);}module[a90_0x53144d(0x347)]=AccessibilityModule;function a90_0x3fd9(){const _0x5d67d1=['onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','hdIYj','SAVE_RESULTS','getAccessibilityConfig','eaklv','../../../helpers/classLogger','patchSendMessageToServer','present','jdiJZ','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','gwchp','true','./baseModule','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','browser','../../../helpers/accessibility-automation/scripts','KEY_TEST_NAME','PUyOc','options','../../../helpers/accessibility-automation/constants','accessibility','AEuvb','KEY_INIT','Cxcnm','function','yyBnx','lshbQ','getSuccess','krmnc','isMobilePlatform','android','isEnabledTestcase','NON_BROWSERSTACK_AUTOMATION_SESSIONS','pbgkp','getBrowserDisplayName','qiEHV','DVQGr','../framework/constants/testFrameworkConstants.js','bjeyo','browserstack.accessibilityOptions.scannerVersion','setAccessibilityConfig','_centralAuthConfigFetched','GET_RESULTS_SUMMARY',',\x20\x0a\x20','debug','HFTHz','platformName','warn','wAIDk','Context','value','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','jvaVZ','aONQt','set','BwMAm','ciXYI','getTestDetails','JFkTk','getPlatformIndex','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','isPlatformSupported:\x20caps\x20are\x20null','wVcJq','getValue','zwZwn','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','evaluate','loadAccessibilityConfig','Error\x20in\x20performScanForCli\x20for\x20script\x20','browserVersion','23783990LisiJV','mmisP','hfDrx','Exception\x20in\x20isPlatformSupported:\x20','info','VHFzu','PeIdh','Performing\x20scan\x20before\x20from\x20cli','keys','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','chrome','getAccessibility','EYULe','parseFromProto','gOSKd','iVpZt',']\x20Accessibility\x20configuration\x20initialized\x20successfully','qVNVh','MgxSB','saveResults','sIxiY','aOKjU','BS_A11Y_JWT','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','afterTestHook','PrGji','qbBVl','--headless=','isArray','thTestRunUuid','CZfam','Error\x20getting\x20capability\x20value\x20for\x20','ohjvb','setShouldScanCurrentTest','version','includeTagsInTestingScope','isAccessibilityScriptCommand','GtQbp','requiresChromeOptionsValidation','getModuleName','instance','ZgIzT','1314951plFrdD','browserstack.accessibilityOptions.scannerProcessingTimeout','zKAWt','IngPv','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','onAfterTest','ACCESSIBILITY_INITIALIZED','getCapabilitiesList','TrackedInstance','Error\x20applying\x20sendMessageToServer\x20patch:\x20','TXpHg','_sendMessageServerPatchApplied','size','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','platformCaps','__jestCurrentTestIdentifier','EWUoT','[platform\x20-\x20','nJETD','get','mergeObject','GdnXq','../../../helpers/performance/constants.js','scan','yYRCN','PDDJu','AUTOMATION_SESSIONS','BvGJi','ZoDaU','cmEJe',',\x20isAppAccessibility=','capabilitiesList','ascii','UPxvZ','pOVBc','dYNIZ','../../../helpers/accessibility-automation/helper','../cliUtils','getCapabilityValue','isPlatformSupported','stack','QcZQA','XvwBX','PRE','PERFORM_SCAN','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','\x20value=','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','QYfXI',',\x20framework=','tMhmG','xrRhS','\x20from\x20testIdentifier=','JjZZx','currentTest','getAllData','isEnabled','test_run_id','BMEFn','buDXy','LOG_DISABLED_SHOWN','aeCWk','No\x20summaryResults\x20found.','vDwFf','assign','qeCGr','shouldScanForCommand','end','szytC','OGpCv','page','lpIHL','Accessibility\x20data\x20for\x20extension:\x20','TEST_INIT','\x20script\x20available','parse','gwjqe','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',']\x20isEnabledTestcase\x20(cucumber)\x20result=','KFFSL','map','executeScriptByName:\x20No\x20','platformValidation','../TestInfo.js','424xZDjTa','Executing\x20accessibility\x20script\x20on\x20page','qJgLM','getTrackedInstance','has','__accessibilityOptions','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','browserstack_executor','MODULE_NAME','setAccessibilityToken','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getGoogleChromeOptions','onBeforeExecute:\x20No\x20command\x20name\x20provided','scannerVersion','goog:chromeOptions','BROWSERSTACK_TESTHUB_JWT','getTesthub','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','--headless','join','NlaZQ','qzAoS','3012IBfVhn','mxEFc','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getCurrentAccessibilityStatus','aQbvt','message','skipCDPConnectOverride','browser_version','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','zHgpf','string','headless','pwPage','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','ocZen','getName','lflLK','txDmb','../framework/testFramework','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','getData','vrAuX','\x22browserstack.key\x22:\x22[REDACTED]\x22','ORBhg','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pROeu',',\x20includeTags=','gAoui','SDPCo','exports','../../../helpers/helper','DRIVER_HAS_URL','jgjdg','SDK_ACCESSIBILITY_CONFIG','VvEVR',',\x20available\x20commands:\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','36900KVNEmA','format','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ARMEF','vVPbq','ZRbxd','getInstance','env','testInfo','resolveMobileThTestRunUuid','browserStackEvaluate','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','wcagVersion','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','updateData','getOptions','wjviu','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Performing\x20scan\x20before\x20getting\x20results\x20summary','isMobileWebSession','wanOb','Executing\x20','startsWith','getTestId','JZpRT','shouldScanForCommand:\x20','getLogDisabledShown','AjpAO','YFOzN',']\x20isEnabledTestcase\x20(jest)\x20result=','stopTestCapture','getCommandsToWrap','286489ZhOjLp','commandsToWrap','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','\x20result\x20for\x20','eGKsj','performPageScan','performScanForCli','_centralAuthA11yConfig','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','dqCRM','split','replace','isMobileScanningEnabledForGroup','args','SkpaV','GUiwO','OLQdU','toString','getScript','excludeTagsInTestingScope','parseA11yJwtPayload','tIQcP','isBrowserSupportedForAccessibility','Error\x20in\x20getAccessibilityResultsSummary:\x20','loadDriverExecuteParams','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../playwright/accessibility-helper','rodVt','Processed\x20accessibility\x20caps\x20','ROvEb','getState','pKrVg','toLowerCase','JYGJb','Error\x20in\x20performPageScan:\x20','getContext','getBuildId','measureWrapper','isVersionSupported','fetchCentralAuthA11yConfig','PEgfY','cMMky','nXzNI','fggve','Error\x20in\x20initAccessibilityConfig:\x20','null','jJfOz','some','../state/hookState','getScriptByName','PCDOJ','_mobileScanningDisabledLogged','4428753OVGnRq',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','finishScanningForCli','testFramework','jest','IRISQ','capabilities','uOZHi','ScanArgs:\x20','928176UgYJOI','mFUdq','bind','nQtEY','kIalK','hMCEX',']\x20clear\x20','error','JAVuX','KEY_TESTHUB_BUILD_ID','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','mLsDS','testFrameworkData','accessibilityPlatform','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','jyTIV','pYzDb','test_tags','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','saveTestResults','MOBILE_SCANNING_DISABLED_WARNING','VxOtt','DbvuR','find','getResults','delete','isAppAccessibility',']\x20onAfterTest\x20should\x20scan=','DRIVER_INIT','accessibilityConfig','RZRRF','launchCaps','RTFVX','AuoCL','__workerDetails','aeqFx','scannerProcessingTimeout','jsTpm','ZGLXI','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','yqSRb','name:\x20','registerObserver','getCurrentInstanceName','onBeforeTest','cucumber','testhub_build_uuid','gnPJW','BROWSERSTACK_CLI_BIN_SESSION_ID','cgves','is_mobile_session','processAccessibilityCaps','\x20script\x20available\x20in\x20scriptsList','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','QsJLg','mrXVj','LobVZ','Tdkld','PIert','YLyxK','VpxYR','fetchDriverExecuteParamsEvent','YTlXV','VzknL','name','RATNe',',\x20excludeTags=','executeScriptByName','AJmCE','performScanForCli:\x20No\x20','EnTwe','titlePath','dMGPf','toISOString','includes','test-tags-->\x20','lmOOJ','pGmMu','JqMoD','MergedScanArgs:\x20','eAZci','getParamsForScanForCli','kUDYP','Page\x20','commandName','Error\x20in\x20validatePlatformForAccessibility:\x20','xIvXD','OdNBp','BMnVh','CREATE','\x20a11yToken=','Error\x20in\x20processAccessibilityCaps:\x20','Error\x20in\x20getAccessibilityResults:\x20','Unknown\x20Test','4NdWMzd','length','aIdbb','tnlGI','BAzxY','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','hasAccessibilityExecuteParams','eIPEH','ZrvSh','POST','performPageScan:\x20Script\x20is\x20null','VZzIv','../../../helpers/performance/performance-tester.js','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','performScan','getAccessibilityResultsSummary',',\x20tags=','EXECUTE','unknown','\x20browser\x20version\x20','znjaQ','a11y:save-results','JJEaQ','MnrjZ','\x20testHubUuid=','usSDI','stringify','RAuMu','command','isBrowserstackScriptCommand','toJson','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','EqDAO','2085kWjzqI','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','testAnalyticsId','WWCaL','NphZm','\x20accessibility\x20script\x20on\x20page','JvvAU',',\x20testName=','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','MWCoB','\x20or\x20higher\x20','applySendMessageToServerPatch','chromeOptions'];a90_0x3fd9=function(){return _0x5d67d1;};return a90_0x3fd9();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x2adcb2=a91_0x175b;(function(_0x3b7462,_0x3fc2b0){const _0x4e968f=a91_0x175b,_0x134969=_0x3b7462();while(!![]){try{const _0x27ae0a=-parseInt(_0x4e968f(0x17f))/0x1+-parseInt(_0x4e968f(0x18a))/0x2+-parseInt(_0x4e968f(0x19f))/0x3+-parseInt(_0x4e968f(0x18b))/0x4+-parseInt(_0x4e968f(0x187))/0x5*(parseInt(_0x4e968f(0x198))/0x6)+-parseInt(_0x4e968f(0x193))/0x7*(-parseInt(_0x4e968f(0x1ad))/0x8)+parseInt(_0x4e968f(0x1ab))/0x9;if(_0x27ae0a===_0x3fc2b0)break;else _0x134969['push'](_0x134969['shift']());}catch(_0x288945){_0x134969['push'](_0x134969['shift']());}}}(a91_0x3538,0xbe259));function a91_0x3538(){const _0x1f5d35=['getTestId','0|1|5|3|2|4','tsxwg','1401852vINfdB','winstonLogger','Configured\x20module\x20','testFrameworkData','split','VEXXt','\x20with\x20binSessionId=','config','testCaseStartedId','platformIndex','FKRMy','BaseModule','40905117DKxjar','qcpcr','8SHNgfb','configure','51158hKJFZb','4|1|0|2|3','TXkqy','xIWMO','mPXuP','Missing\x20binSessionId','YqRSl','client','3095wmTTDu','CUCUMBER','testId','2708818nydIAr','5470540wCCuOD','../../../helpers/test-observability/constants.js','PLAYWRIGHT','version',',\x20platformIndex=','binSessionId','testFramework','ugPlr','5666479rvPqxa','name','getModuleName','debug','testInfo','12942gzobDI','ensureBinSession','setTestFrameworkData','exports'];a91_0x3538=function(){return _0x1f5d35;};return a91_0x3538();}const logger=require('../../../helpers/logger.js')[a91_0x2adcb2(0x1a0)],{FRAMEWORKS}=require(a91_0x2adcb2(0x18c));class BaseModule{constructor(_0x426ad9=null){const _0x1ff21a=a91_0x2adcb2,_0x5ab731={};_0x5ab731[_0x1ff21a(0x185)]=_0x1ff21a(0x19d),_0x5ab731[_0x1ff21a(0x182)]=_0x1ff21a(0x1aa);const _0x548346=_0x5ab731,_0x4a1091=_0x548346['YqRSl'][_0x1ff21a(0x1a3)]('|');let _0x178167=0x0;while(!![]){switch(_0x4a1091[_0x178167++]){case'0':this[_0x1ff21a(0x194)]=_0x548346[_0x1ff21a(0x182)];continue;case'1':this[_0x1ff21a(0x190)]=null;continue;case'2':this['client']=null;continue;case'3':this[_0x1ff21a(0x1a6)]={};continue;case'4':this[_0x1ff21a(0x1a2)]=this[_0x1ff21a(0x19a)](_0x426ad9);continue;case'5':this[_0x1ff21a(0x1a8)]=0x0;continue;}break;}}[a91_0x2adcb2(0x199)](){const _0x4fc16f=a91_0x2adcb2,_0x2b1ab5={};_0x2b1ab5[_0x4fc16f(0x1ac)]=_0x4fc16f(0x184);const _0x1b8c8c=_0x2b1ab5;if(!this[_0x4fc16f(0x190)])throw new Error(_0x1b8c8c['qcpcr']);}[a91_0x2adcb2(0x195)](){const _0xdf5636=a91_0x2adcb2;return this[_0xdf5636(0x194)];}[a91_0x2adcb2(0x1ae)](_0x4c927d,_0x23cee3,_0x5b53d2,_0x437a16={}){const _0x45c3ec=a91_0x2adcb2,_0x11a52a={};_0x11a52a[_0x45c3ec(0x1a4)]=_0x45c3ec(0x180);const _0x2bd524=_0x11a52a,_0x3a90c6=_0x2bd524[_0x45c3ec(0x1a4)][_0x45c3ec(0x1a3)]('|');let _0x4b94aa=0x0;while(!![]){switch(_0x3a90c6[_0x4b94aa++]){case'0':this[_0x45c3ec(0x186)]=_0x5b53d2;continue;case'1':this['platformIndex']=_0x23cee3;continue;case'2':this[_0x45c3ec(0x1a6)]=_0x437a16;continue;case'3':logger[_0x45c3ec(0x196)](_0x45c3ec(0x1a1)+this[_0x45c3ec(0x195)]()+_0x45c3ec(0x1a5)+_0x4c927d+_0x45c3ec(0x18f)+_0x23cee3);continue;case'4':this[_0x45c3ec(0x190)]=_0x4c927d;continue;}break;}}[a91_0x2adcb2(0x19c)](_0x28cd1f){const _0x225973=a91_0x2adcb2,_0x9cf255={};_0x9cf255[_0x225973(0x19e)]=function(_0x23547b,_0x47c019){return _0x23547b===_0x47c019;},_0x9cf255[_0x225973(0x181)]=function(_0x37db86,_0x4f5721){return _0x37db86===_0x4f5721;},_0x9cf255[_0x225973(0x183)]=function(_0x4ea23d,_0x37c774){return _0x4ea23d===_0x37c774;};const _0x227d8e=_0x9cf255;let _0x2e3dc8='';if(_0x227d8e['tsxwg'](_0x28cd1f['testFramework'],FRAMEWORKS[_0x225973(0x18d)]))_0x2e3dc8=_0x28cd1f[_0x225973(0x197)]?.['_test']?.['id']||_0x28cd1f['testInfo']?.[_0x225973(0x189)];else{if(_0x227d8e[_0x225973(0x181)](_0x28cd1f[_0x225973(0x191)],FRAMEWORKS[_0x225973(0x188)]))_0x2e3dc8=_0x28cd1f[_0x225973(0x197)]?.[_0x225973(0x1a7)];else _0x227d8e[_0x225973(0x183)](_0x28cd1f[_0x225973(0x191)],FRAMEWORKS['JEST'])&&(_0x2e3dc8=_0x28cd1f[_0x225973(0x197)]?.['id']);}return _0x2e3dc8;}['setTestFrameworkData'](_0x2b208b){const _0x259559=a91_0x2adcb2,_0x38e16c={};_0x38e16c['ugPlr']=function(_0xa95a3d,_0x532a2e){return _0xa95a3d!==_0x532a2e;},_0x38e16c[_0x259559(0x1a9)]='object';const _0xba6d09=_0x38e16c;if(!_0x2b208b||_0xba6d09[_0x259559(0x192)](typeof _0x2b208b,_0xba6d09[_0x259559(0x1a9)]))return null;const _0x7a586={};_0x7a586[_0x259559(0x194)]=_0x2b208b[_0x259559(0x194)],_0x7a586[_0x259559(0x18e)]=_0x2b208b['version']&&_0x2b208b[_0x259559(0x18e)][_0x2b208b[_0x259559(0x194)]];const _0x57338c=_0x7a586;return _0x57338c;}}function a91_0x175b(_0x121691,_0x332139){const _0x35388b=a91_0x3538();return a91_0x175b=function(_0x175b14,_0x343ef7){_0x175b14=_0x175b14-0x17f;let _0x100a35=_0x35388b[_0x175b14];return _0x100a35;},a91_0x175b(_0x121691,_0x332139);}module[a91_0x2adcb2(0x19b)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a92_0x3d0a2f=a92_0x35d6;function a92_0x8b9b(){const _0x2eb80f=['toString','ZbfQt','200NTFaQV','getLTSSessionId','IdXDp','BROWSERSTACK_LTS_SESSION_ID','undefined','browserstackAutomation','66552blhZqE','1532kAYusW','overrideLoadTesting','setLTSSessionId','2270RSwkAq','TcXPj','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','32049CNXBaz','BROWSERSTACK_LTS_SESSION_ID\x20cleared','1TcgNcp','MVhGG','615uFuknr','AjuWM','zeNUb','umjmI','615926UrvzqC','LoadTestModule','DeMNR','13215301ReGZJB','debug','BFLCc','IUpuX','315014ZUoyIa','ojfyB','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','env','../../../helpers/helper.js','exports','setLTSSessionId\x20error:\x20','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','LTS','27661212ZsYSHW','muSbP','message','4020inVjwj','string','../../../helpers/classLogger.js','true','COSve','toLowerCase'];a92_0x8b9b=function(){return _0x2eb80f;};return a92_0x8b9b();}function a92_0x35d6(_0x10cb99,_0x2474d4){const _0x8b9b99=a92_0x8b9b();return a92_0x35d6=function(_0x35d685,_0x285a0a){_0x35d685=_0x35d685-0x14d;let _0x302f55=_0x8b9b99[_0x35d685];return _0x302f55;},a92_0x35d6(_0x10cb99,_0x2474d4);}(function(_0x450ed9,_0x497a29){const _0x11cc04=a92_0x35d6,_0x101823=_0x450ed9();while(!![]){try{const _0x547e25=parseInt(_0x11cc04(0x17b))/0x1*(-parseInt(_0x11cc04(0x151))/0x2)+parseInt(_0x11cc04(0x164))/0x3*(parseInt(_0x11cc04(0x173))/0x4)+parseInt(_0x11cc04(0x14d))/0x5*(parseInt(_0x11cc04(0x172))/0x6)+parseInt(_0x11cc04(0x158))/0x7*(-parseInt(_0x11cc04(0x16c))/0x8)+-parseInt(_0x11cc04(0x179))/0x9*(parseInt(_0x11cc04(0x176))/0xa)+-parseInt(_0x11cc04(0x154))/0xb+parseInt(_0x11cc04(0x161))/0xc;if(_0x547e25===_0x497a29)break;else _0x101823['push'](_0x101823['shift']());}catch(_0x36c97f){_0x101823['push'](_0x101823['shift']());}}}(a92_0x8b9b,0xb4a2e));const {createClassLogger}=require(a92_0x3d0a2f(0x166)),logger=createClassLogger(a92_0x3d0a2f(0x152)),{sendSdkEvents}=require(a92_0x3d0a2f(0x15c)),isLTSSession=(_0x2ebba7=null)=>{const _0x49c5c7=a92_0x3d0a2f,_0x831621={};_0x831621[_0x49c5c7(0x168)]=function(_0x202647,_0x974bd9){return _0x202647!==_0x974bd9;},_0x831621[_0x49c5c7(0x14f)]=_0x49c5c7(0x170),_0x831621[_0x49c5c7(0x153)]=function(_0x1ccd51,_0x7ef127){return _0x1ccd51===_0x7ef127;},_0x831621[_0x49c5c7(0x16b)]=_0x49c5c7(0x165),_0x831621[_0x49c5c7(0x14e)]=function(_0x1ac981,_0x10e13e){return _0x1ac981===_0x10e13e;},_0x831621[_0x49c5c7(0x17c)]=_0x49c5c7(0x167),_0x831621[_0x49c5c7(0x162)]=function(_0x525ed9,_0x374742){return _0x525ed9===_0x374742;},_0x831621['IUpuX']='false';const _0x2db55f=_0x831621;try{if(_0x2db55f[_0x49c5c7(0x168)](typeof process[_0x49c5c7(0x15b)][_0x49c5c7(0x174)],_0x2db55f['zeNUb'])){const _0x44426c=process[_0x49c5c7(0x15b)][_0x49c5c7(0x174)];return _0x2db55f[_0x49c5c7(0x153)](typeof _0x44426c,_0x2db55f[_0x49c5c7(0x16b)])?_0x2db55f[_0x49c5c7(0x14e)](_0x44426c[_0x49c5c7(0x169)](),_0x2db55f[_0x49c5c7(0x17c)]):!!_0x44426c;}const _0x1d2ad3=_0x2ebba7&&_0x2ebba7[_0x49c5c7(0x174)],_0x1a8cf3=!!(_0x2ebba7&&(_0x2db55f[_0x49c5c7(0x153)](_0x2ebba7[_0x49c5c7(0x171)],!![])||_0x2db55f['muSbP'](_0x2ebba7[_0x49c5c7(0x171)],_0x2db55f[_0x49c5c7(0x17c)]))),_0x52a007=!!(_0x1d2ad3&&_0x2db55f[_0x49c5c7(0x14e)](_0x1d2ad3[_0x49c5c7(0x16a)]()[_0x49c5c7(0x169)](),_0x2db55f[_0x49c5c7(0x17c)])&&!_0x1a8cf3);return process[_0x49c5c7(0x15b)][_0x49c5c7(0x174)]=_0x52a007?_0x2db55f[_0x49c5c7(0x17c)]:_0x2db55f[_0x49c5c7(0x157)],_0x52a007;}catch(_0x5b260c){return process[_0x49c5c7(0x15b)][_0x49c5c7(0x174)]=_0x2db55f[_0x49c5c7(0x157)],![];}},getLTSSessionId=()=>{const _0x5b6a06=a92_0x3d0a2f,_0x468d4c={'BFLCc':function(_0x580a14){return _0x580a14();},'ppZqQ':_0x5b6a06(0x178),'NnEqy':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x468d4c[_0x5b6a06(0x156)](isLTSSession))return logger['debug'](_0x468d4c['ppZqQ']),process['env'][_0x5b6a06(0x16f)]||'';}catch(_0x4a9370){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x4a9370&&_0x4a9370[_0x5b6a06(0x163)]));}return logger[_0x5b6a06(0x155)](_0x468d4c['NnEqy']),'';},setLTSSessionId=async(_0x30a0ec={})=>{const _0x3361ac=a92_0x3d0a2f,_0xf190cb={'zNcVg':function(_0x2997eb){return _0x2997eb();},'umjmI':_0x3361ac(0x15a),'IdXDp':_0x3361ac(0x17a),'fKlae':_0x3361ac(0x160),'TcXPj':function(_0x1bec9e,_0x11bc8e){return _0x1bec9e(_0x11bc8e);},'eZzlx':function(_0x10cdb7,_0x3e5e5e,_0x22a75b){return _0x10cdb7(_0x3e5e5e,_0x22a75b);},'ojfyB':function(_0x24fae5,_0x261071){return _0x24fae5||_0x261071;}};try{const _0x5c85ee=_0xf190cb['zNcVg'](getLTSSessionId);_0x5c85ee?(process['env'][_0x3361ac(0x16f)]=_0x5c85ee,logger['debug'](_0xf190cb[_0x3361ac(0x150)])):(delete process[_0x3361ac(0x15b)]['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x3361ac(0x155)](_0xf190cb[_0x3361ac(0x16e)]));try{const _0x58764b={'feature':_0xf190cb['fKlae'],'ltsEnabled':_0xf190cb[_0x3361ac(0x177)](isLTSSession,_0x30a0ec),'ltsSessionIdPresent':!!_0x5c85ee};await _0xf190cb['eZzlx'](sendSdkEvents,_0x58764b,_0x30a0ec);}catch(_0x3764c2){logger[_0x3361ac(0x155)](_0x3361ac(0x15f)+(_0x3764c2&&_0x3764c2[_0x3361ac(0x163)]));}return _0xf190cb[_0x3361ac(0x159)](_0x5c85ee,'');}catch(_0x2dfb17){return logger['debug'](_0x3361ac(0x15e)+(_0x2dfb17&&_0x2dfb17[_0x3361ac(0x163)])),'';}},a92_0x428eb6={};a92_0x428eb6['isLTSSession']=isLTSSession,a92_0x428eb6[a92_0x3d0a2f(0x16d)]=getLTSSessionId,a92_0x428eb6[a92_0x3d0a2f(0x175)]=setLTSSessionId,module[a92_0x3d0a2f(0x15d)]=a92_0x428eb6;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a93_0x49e9cc=a93_0x17ca;(function(_0x3ae01d,_0x140d2a){const _0x181626=a93_0x17ca,_0x314011=_0x3ae01d();while(!![]){try{const _0x21f42f=parseInt(_0x181626(0x11b))/0x1*(parseInt(_0x181626(0x115))/0x2)+parseInt(_0x181626(0x11a))/0x3+parseInt(_0x181626(0xfd))/0x4+parseInt(_0x181626(0x101))/0x5+parseInt(_0x181626(0x102))/0x6+-parseInt(_0x181626(0x11f))/0x7*(parseInt(_0x181626(0xfe))/0x8)+-parseInt(_0x181626(0xfa))/0x9;if(_0x21f42f===_0x140d2a)break;else _0x314011['push'](_0x314011['shift']());}catch(_0x1086a3){_0x314011['push'](_0x314011['shift']());}}}(a93_0x2a8d,0x6ce2d));const BaseModule=require(a93_0x49e9cc(0x111)),{createClassLogger}=require(a93_0x49e9cc(0x112)),AutomationFramework=require(a93_0x49e9cc(0x100)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a93_0x49e9cc(0x11d)),PerformanceTester=require(a93_0x49e9cc(0x103)),{O11y_EVENTS}=require(a93_0x49e9cc(0x121)),constants=require('../../utils/constants.js');class ObservabilityModule extends BaseModule{[a93_0x49e9cc(0x10d)]=createClassLogger(a93_0x49e9cc(0x10f));constructor(_0x4d6a12){const _0x64555a=a93_0x49e9cc,_0x2cf4da={};_0x2cf4da[_0x64555a(0xf9)]='ObservabilityModule';const _0x3d21cb=_0x2cf4da;super(),this[_0x64555a(0xfb)]=_0x3d21cb['CyFQk'],this['observabilityConfig']=_0x4d6a12,AutomationFramework[_0x64555a(0x10a)](AutomationFrameworkState[_0x64555a(0x105)],HookState[_0x64555a(0x106)],this[_0x64555a(0x104)]['bind'](this));}[a93_0x49e9cc(0x117)](){const _0x2061c0=a93_0x49e9cc;return ObservabilityModule[_0x2061c0(0x118)];}async[a93_0x49e9cc(0x104)](_0x3ab3ed){const _0x3d1aef=a93_0x49e9cc,_0x4b4a3a={'lREBL':function(_0x135b69,_0x43d791){return _0x135b69+_0x43d791;},'wwZOK':_0x3d1aef(0x10c),'BkqnA':function(_0x69febb,_0xc132bc,_0x471bc0,_0x133e7a){return _0x69febb(_0xc132bc,_0x471bc0,_0x133e7a);},'HUYQQ':'debug','mhwGV':_0x3d1aef(0x11e)};if(_0x3ab3ed['page']){const _0x8116a6=_0x3ab3ed['page'],_0x210c9f=Date[_0x3d1aef(0x113)](),_0x14be50=_0x4b4a3a[_0x3d1aef(0x10b)](_0x4b4a3a[_0x3d1aef(0xff)],_0x210c9f);PerformanceTester[_0x3d1aef(0x119)](O11y_EVENTS['SYNC']),await _0x4b4a3a[_0x3d1aef(0x109)](playwrightAnnotate,_0x8116a6,_0x14be50,_0x4b4a3a[_0x3d1aef(0x116)]),PerformanceTester[_0x3d1aef(0x11c)](O11y_EVENTS[_0x3d1aef(0x107)]),this['logger'][_0x3d1aef(0x120)](_0x3d1aef(0x10e)+constants[_0x3d1aef(0x114)]+_0x3d1aef(0x108));}else this[_0x3d1aef(0x10d)][_0x3d1aef(0xfc)](_0x4b4a3a[_0x3d1aef(0x110)]);}}function a93_0x17ca(_0x466675,_0x2f8e34){const _0x2a8d50=a93_0x2a8d();return a93_0x17ca=function(_0x17ca98,_0x33b110){_0x17ca98=_0x17ca98-0xf9;let _0x89fcf1=_0x2a8d50[_0x17ca98];return _0x89fcf1;},a93_0x17ca(_0x466675,_0x2f8e34);}function a93_0x2a8d(){const _0x4c1a0f=['mhwGV','./baseModule','../../../helpers/classLogger.js','now','TEST_REPORTING_ANALYTICS','441296cJnjjS','HUYQQ','getModuleName','MODULE_NAME','start','1030584suMSFf','1kGngOZ','end','../../../helpers/helper.js','onBeforeTest:\x20page\x20is\x20not\x20defined','7vyefaF','info','../../../helpers/performance/constants.js','CyFQk','14760bNLSMd','name','debug','1696912osYpCB','6625576QpVviI','wwZOK','../framework/automationFramework.js','1099310DUSKjG','405408tcjrgk','../../../helpers/performance/performance-tester.js','onBeforeTest','CREATE','POST','SYNC','\x20sync\x20done','BkqnA','registerObserver','lREBL','ObservabilitySync:','logger','onBeforeTest:\x20','ObservabilityModule'];a93_0x2a8d=function(){return _0x4c1a0f;};return a93_0x2a8d();}ObservabilityModule[a93_0x49e9cc(0x118)]=a93_0x49e9cc(0x10f),module['exports']=ObservabilityModule;
|