browserstack-node-sdk 1.56.3 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +3 -2
- 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
|
-
const
|
|
1
|
+
const a89_0xde9411=a89_0x220d;(function(_0x8735a8,_0x2fb45c){const _0x264f55=a89_0x220d,_0x32c6ae=_0x8735a8();while(!![]){try{const _0x2400c5=-parseInt(_0x264f55(0x171))/0x1+parseInt(_0x264f55(0x172))/0x2+parseInt(_0x264f55(0x17c))/0x3*(-parseInt(_0x264f55(0x17f))/0x4)+-parseInt(_0x264f55(0x17d))/0x5*(parseInt(_0x264f55(0x16f))/0x6)+-parseInt(_0x264f55(0x17e))/0x7+-parseInt(_0x264f55(0x185))/0x8+parseInt(_0x264f55(0x17b))/0x9*(parseInt(_0x264f55(0x18b))/0xa);if(_0x2400c5===_0x2fb45c)break;else _0x32c6ae['push'](_0x32c6ae['shift']());}catch(_0xf47e5b){_0x32c6ae['push'](_0x32c6ae['shift']());}}}(a89_0x23a9,0xb23c1));function a89_0x220d(_0x116f11,_0x4290ca){const _0x23a960=a89_0x23a9();return a89_0x220d=function(_0x220d2a,_0x3f7518){_0x220d2a=_0x220d2a-0x16c;let _0x29a3a3=_0x23a960[_0x220d2a];return _0x29a3a3;},a89_0x220d(_0x116f11,_0x4290ca);}const TrackedContext=require(a89_0xde9411(0x186)),crypto=require(a89_0xde9411(0x175)),{threadId}=require(a89_0xde9411(0x16c));class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a89_0xde9411(0x179);constructor(_0x30c296){const _0xcdd2a8=a89_0xde9411;this[_0xcdd2a8(0x176)]=_0x30c296,this[_0xcdd2a8(0x178)]=new Map();}[a89_0xde9411(0x182)](){const _0x501bdf=a89_0xde9411;return this[_0x501bdf(0x176)]['getId']();}['getContext'](){return this['context'];}[a89_0xde9411(0x173)](){const _0x5194f3=a89_0xde9411;return this[_0x5194f3(0x178)];}[a89_0xde9411(0x16e)](_0x430acf){const _0x3c073f=a89_0xde9411;Object[_0x3c073f(0x18a)](_0x430acf)['forEach'](_0x858ae8=>{const _0x43bb80=_0x3c073f;this[_0x43bb80(0x178)][_0x43bb80(0x16d)](_0x858ae8,_0x430acf[_0x858ae8]);});}['addMultipleEntries'](_0x5c2574){const _0x3293cd=a89_0xde9411;Object['entries'](_0x5c2574)[_0x3293cd(0x189)](([_0x3f8df1,_0x4f2d23])=>{const _0x495052=_0x3293cd,_0x8248ee=this['data'][_0x495052(0x174)](_0x3f8df1)||{},_0x5b6b34={..._0x8248ee,..._0x4f2d23},_0x4c11f3=_0x5b6b34;this[_0x495052(0x178)]['set'](_0x3f8df1,_0x4c11f3);});}[a89_0xde9411(0x180)](_0x4ea617){const _0x9a40a4=a89_0xde9411;return this['data'][_0x9a40a4(0x174)](_0x4ea617);}[a89_0xde9411(0x187)](_0x5d6827,_0x1b9ef2){const _0xb9d2ab=a89_0xde9411;this[_0xb9d2ab(0x178)]['set'](_0x5d6827,_0x1b9ef2);}static['createContext'](_0x40f450){const _0x21f590=a89_0xde9411,_0x318738={};_0x318738[_0x21f590(0x188)]='sha256',_0x318738['zqYCN']='hex',_0x318738['soaRx']=function(_0x4ab655,_0x129c08){return _0x4ab655||_0x129c08;};const _0xb0bab9=_0x318738;return new TrackedContext(crypto[_0x21f590(0x181)](_0xb0bab9[_0x21f590(0x188)])[_0x21f590(0x184)](_0x40f450)[_0x21f590(0x17a)](_0xb0bab9['zqYCN']),_0xb0bab9[_0x21f590(0x183)](threadId,0x0),process[_0x21f590(0x170)],typeof _0x40f450);}}module[a89_0xde9411(0x177)]=TrackedInstance;function a89_0x23a9(){const _0x29241c=['137832oQouXW','pid','554547kAkVXO','183944tdWrbx','getAllData','get','crypto','context','exports','data','isBrowserstackAutomationSession','digest','35372439mXTqZv','2787fhjHGB','80fKtdzL','1374933bveept','4724fIsdaC','getData','createHash','getRef','soaRx','update','8612216CIWDqI','./trackedContext','updateData','AKvji','forEach','keys','10NGEDxK','worker_threads','set','updateMultipleEntries'];a89_0x23a9=function(){return _0x29241c;};return a89_0x23a9();}
|
|
@@ -1 +1 @@
|
|
|
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
|
+
const a90_0x4db811=a90_0x1c8b;(function(_0x3a93e7,_0x486b5a){const _0x2f3234=a90_0x1c8b,_0x35bd11=_0x3a93e7();while(!![]){try{const _0x486935=-parseInt(_0x2f3234(0x2a0))/0x1+-parseInt(_0x2f3234(0x25d))/0x2*(-parseInt(_0x2f3234(0x250))/0x3)+-parseInt(_0x2f3234(0x244))/0x4*(parseInt(_0x2f3234(0x1cf))/0x5)+-parseInt(_0x2f3234(0x159))/0x6*(parseInt(_0x2f3234(0x24d))/0x7)+parseInt(_0x2f3234(0x121))/0x8*(-parseInt(_0x2f3234(0x205))/0x9)+parseInt(_0x2f3234(0x217))/0xa+parseInt(_0x2f3234(0x21e))/0xb;if(_0x486935===_0x486b5a)break;else _0x35bd11['push'](_0x35bd11['shift']());}catch(_0x4c5f05){_0x35bd11['push'](_0x35bd11['shift']());}}}(a90_0xad6b,0x18f78));const BaseModule=require('./baseModule'),{createClassLogger}=require(a90_0x4db811(0x16d)),CLIUtils=require(a90_0x4db811(0x1ff)),AutomationFramework=require(a90_0x4db811(0x1e7)),TestFramework=require(a90_0x4db811(0x212)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a90_0x4db811(0x1ec)),GrpcClient=require(a90_0x4db811(0x158)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger('TrackedInstance'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x4db811(0x103)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x4db811(0x1f3)),{nestedKeyValue,isUndefined}=require(a90_0x4db811(0x289)),util=require(a90_0x4db811(0x2e8)),TestInfo=require(a90_0x4db811(0x18e)),TestFrameworkConstants=require(a90_0x4db811(0x21b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a90_0x4db811(0x139)]=AccessibilityModule[a90_0x4db811(0x167)];static [a90_0x4db811(0x292)]=![];static [a90_0x4db811(0x25c)]={};constructor(_0x5178b8){const _0x48432b=a90_0x4db811,_0x343db6={};_0x343db6[_0x48432b(0x225)]=_0x48432b(0x296),_0x343db6['kBEUj']=_0x48432b(0x2ba),_0x343db6[_0x48432b(0x234)]=_0x48432b(0x1c6),_0x343db6[_0x48432b(0x29c)]=_0x48432b(0x104),_0x343db6[_0x48432b(0x24e)]=_0x48432b(0x187);const _0x3df793=_0x343db6,_0x569d43=_0x3df793[_0x48432b(0x225)][_0x48432b(0x19a)]('|');let _0xfcdd88=0x0;while(!![]){switch(_0x569d43[_0xfcdd88++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x48432b(0x1c5)],HookState[_0x48432b(0x26d)],this[_0x48432b(0x2f1)][_0x48432b(0x178)](this));continue;case'1':this[_0x48432b(0x2c7)]=[];continue;case'2':this[_0x48432b(0x138)]=!![];continue;case'3':this[_0x48432b(0x228)]=_0x5178b8[_0x48432b(0x151)]();continue;case'4':this['LOG_DISABLED_SHOWN']=new Map();continue;case'5':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x48432b(0x2af)],HookState[_0x48432b(0x26d)],this[_0x48432b(0x298)][_0x48432b(0x178)](this));continue;case'6':this[_0x48432b(0x19d)]=new Map();continue;case'7':this['KEY_INIT']=_0x3df793[_0x48432b(0x1c3)];continue;case'8':this['_mobileScanningDisabledLogged']=![];continue;case'9':this[_0x48432b(0x1ea)]=![];continue;case'10':super();continue;case'11':logger[_0x48432b(0x194)](_0x3df793[_0x48432b(0x234)]);continue;case'12':this['KEY_DRIVER_HAS_URL']=_0x3df793[_0x48432b(0x29c)];continue;case'13':AutomationFramework[_0x48432b(0x13b)](AutomationFrameworkState[_0x48432b(0x1f8)],HookState[_0x48432b(0x1b7)],this['onBeforeTest'][_0x48432b(0x178)](this));continue;case'14':this['setAccessibilityToken'](_0x5178b8[_0x48432b(0x197)]()[_0x48432b(0x262)]());continue;case'15':this[_0x48432b(0x29f)]=_0x3df793[_0x48432b(0x24e)];continue;case'16':this[_0x48432b(0x10f)]=![];continue;}break;}}[a90_0x4db811(0x138)](){const _0x39708a=a90_0x4db811;return this[_0x39708a(0x138)];}[a90_0x4db811(0x22d)](){const _0x2e3bbb=a90_0x4db811;return AccessibilityModule[_0x2e3bbb(0x139)];}[a90_0x4db811(0x193)](){const _0x503125=a90_0x4db811;return this[_0x503125(0x19d)][_0x503125(0x14b)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x4db811(0x1bc)](){const _0x3448e4=a90_0x4db811;return this[_0x3448e4(0x142)][_0x3448e4(0x14b)](CLIUtils[_0x3448e4(0x20f)](),![]);}['setLogDisabledShown'](_0xb81e9b){const _0x43e42a=a90_0x4db811;this['LOG_DISABLED_SHOWN']['set'](CLIUtils[_0x43e42a(0x20f)](),_0xb81e9b);}[a90_0x4db811(0x28d)](){const _0x1c55ea=a90_0x4db811,_0x4f68da={'WHBRI':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','QKaRq':function(_0x8c49ac,_0x1c02ae){return _0x8c49ac(_0x1c02ae);},'wNZFF':'../../utils/playwright-patcher','koywY':_0x1c55ea(0x2f0),'lqobr':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x1c55ea(0x10f)]){logger['debug'](_0x4f68da[_0x1c55ea(0x252)]);return;}try{const _0xad259a=_0x4f68da[_0x1c55ea(0x1d6)](require,_0x4f68da[_0x1c55ea(0x1a4)]);_0xad259a&&_0xad259a[_0x1c55ea(0x2a6)]?(_0xad259a['patchSendMessageToServer'](),this[_0x1c55ea(0x10f)]=!![],logger['debug'](_0x4f68da['koywY'])):logger[_0x1c55ea(0x194)](_0x4f68da[_0x1c55ea(0x1b0)]);}catch(_0x33257f){logger[_0x1c55ea(0x194)](_0x1c55ea(0x11a)+util[_0x1c55ea(0x1eb)](_0x33257f));}}[a90_0x4db811(0x218)](_0x47e97d=null,_0x210e49=null,_0x164bae=null){const _0x41837d=a90_0x4db811,_0x3646d7={'Fiaba':function(_0x1a5672,_0x374bbd){return _0x1a5672&&_0x374bbd;},'kCQEI':_0x41837d(0x18f),'nbtVz':function(_0x218912,_0x30cceb){return _0x218912(_0x30cceb);},'UWuFL':'../../../helpers/helper','lTYAe':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','hiKhy':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','jLRot':function(_0x347a6e,_0xd98436){return _0x347a6e===_0xd98436;},'Blkhi':function(_0x4b2e01,_0x429846){return _0x4b2e01===_0x429846;},'IqivN':_0x41837d(0x21a),'qeLtM':function(_0x90f010,_0x25f19a){return _0x90f010===_0x25f19a;},'iqNcE':_0x41837d(0x128),'uOouD':_0x41837d(0x1fc),'USKQD':'goog:chromeOptions','aMoPw':function(_0x6ead19,_0x241103){return _0x6ead19!==_0x241103;},'RZpqv':_0x41837d(0x11c),'zYaOH':function(_0x4f9b33){return _0x4f9b33();},'Vdrbw':'on\x20non-BrowserStack\x20infrastructure\x20','XySYc':function(_0x531101,_0x104857){return _0x531101>_0x104857;},'nKAFN':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3646d7[_0x41837d(0x2d1)](!_0x210e49,!_0x164bae))return logger[_0x41837d(0x194)](_0x3646d7[_0x41837d(0x17e)]),![];const {isUndefined:_0x1a73b9,isBrowserstackInfra:_0x29d58c}=_0x3646d7[_0x41837d(0x1dc)](require,_0x3646d7[_0x41837d(0x136)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger[_0x41837d(0x194)](_0x3646d7['lTYAe']),![];const _0x4efa9b=_0x210e49[_0x41837d(0x274)]||_0x210e49['browser'],_0x3e6a07=_0x210e49[_0x41837d(0x20b)]||_0x210e49[_0x41837d(0x248)];if(!accessibilityHelper[_0x41837d(0x243)](_0x4efa9b))return logger['warn'](_0x3646d7['hiKhy']),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x4efa9b))try{const _0x4188b2=_0x210e49[_0x41837d(0x278)],_0x84eee2=_0x3646d7[_0x41837d(0x27a)](_0x4188b2,!![])||_0x3646d7[_0x41837d(0x290)](_0x4188b2,_0x3646d7[_0x41837d(0x211)])||_0x3646d7[_0x41837d(0x1f4)](typeof _0x4188b2,_0x3646d7[_0x41837d(0x12e)])&&_0x3646d7['qeLtM'](_0x4188b2[_0x41837d(0x1c1)](),_0x3646d7['IqivN']);if(_0x84eee2)return logger[_0x41837d(0x10b)](_0x3646d7['uOouD']),![];const _0x14a11e=_0x210e49?.[_0x41837d(0x2e7)]?.[_0x41837d(0x227)]||_0x210e49?.[_0x3646d7[_0x41837d(0x11f)]]?.[_0x41837d(0x227)]||[];if(Array[_0x41837d(0x1ba)](_0x14a11e)&&_0x14a11e[_0x41837d(0x2f5)](_0x151062=>typeof _0x151062===_0x41837d(0x128)&&(_0x151062===_0x41837d(0x24f)||_0x151062[_0x41837d(0x22a)](_0x41837d(0x191))&&_0x151062!==_0x41837d(0x215))))return logger[_0x41837d(0x10b)](_0x3646d7['uOouD']),![];}catch(_0x4a4e8c){logger[_0x41837d(0x194)](_0x41837d(0x1f5)+util['format'](_0x4a4e8c));}if(_0x3646d7['aMoPw'](_0x3e6a07,_0x3646d7[_0x41837d(0x1c0)])){const _0x47e448=_0x3646d7[_0x41837d(0x1a0)](_0x29d58c),_0x4a1fad=accessibilityHelper[_0x41837d(0x171)](_0x4efa9b,_0x47e448),_0x579780=accessibilityHelper[_0x41837d(0x1ee)](_0x4efa9b);if(!accessibilityHelper[_0x41837d(0x13e)](_0x3e6a07,_0x4a1fad)){const _0x2fe81c=_0x47e448?'':_0x3646d7['Vdrbw'];return logger[_0x41837d(0x10b)](_0x41837d(0x254)+_0x579780+'\x20browser\x20version\x20'+_0x4a1fad+'\x20or\x20higher\x20'+_0x2fe81c+'.'),![];}}else{const _0x421efe=_0x210e49[_0x41837d(0x20b)]||_0x210e49[_0x41837d(0x248)]||_0x210e49['version'];if(_0x421efe&&_0x3646d7[_0x41837d(0x18b)](_0x421efe,_0x3646d7[_0x41837d(0x1c0)])&&!_0x3646d7[_0x41837d(0x264)](_0x3646d7[_0x41837d(0x1dc)](parseFloat,_0x421efe),_0x3646d7['nbtVz'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x41837d(0x10b)](_0x3646d7[_0x41837d(0x1ad)]),![];}return!![];}catch(_0x5cbde0){return logger[_0x41837d(0x194)](_0x41837d(0x294)+_0x5cbde0[_0x41837d(0x181)]),![];}}[a90_0x4db811(0x273)](_0x5d228b=[],_0x5a6a68,_0x1e9d52='cucumber'){const _0xc466da=a90_0x4db811,_0x58e177={'UrAbu':function(_0x5df649,_0x26e1b7){return _0x5df649===_0x26e1b7;},'Xsblf':_0xc466da(0x2db),'FqhdG':function(_0x582191,_0x40ccc7){return _0x582191||_0x40ccc7;},'Pfavt':function(_0x15b565,_0x3e03f4){return _0x15b565&&_0x3e03f4;},'icxLo':_0xc466da(0x1a1),'anQyd':function(_0x3bf03b,_0x3f37c1){return _0x3bf03b(_0x3f37c1);},'vDzEr':function(_0x11abfa,_0x449dc8){return _0x11abfa>_0x449dc8;}};try{const _0x438051=process[_0xc466da(0x15a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0xc466da(0x134)](process[_0xc466da(0x15a)][_0xc466da(0x1f9)]):null;if(!_0x438051)return!![];const _0x143b03=Array[_0xc466da(0x1ba)](_0x438051['includeTagsInTestingScope'])?_0x438051[_0xc466da(0x21d)]:[],_0x2fc782=Array[_0xc466da(0x1ba)](_0x438051[_0xc466da(0x281)])?_0x438051['excludeTagsInTestingScope']:[];if(_0x58e177[_0xc466da(0x2ae)](_0x1e9d52,_0x58e177[_0xc466da(0x200)])){let _0x5c4267;Array[_0xc466da(0x1ba)](_0x5d228b)?_0x5c4267=_0x5d228b[_0xc466da(0x226)]('\x20'):_0x5c4267=_0x58e177[_0xc466da(0x2e9)](_0x5d228b,'');const _0x20a62e=_0x2fc782[_0xc466da(0x2f5)](_0x2f53a6=>_0x5c4267[_0xc466da(0x1aa)](_0x2f53a6)),_0x578512=_0x58e177[_0xc466da(0x2ae)](_0x143b03[_0xc466da(0x2ca)],0x0)||_0x143b03['some'](_0x3baa12=>_0x5c4267[_0xc466da(0x1aa)](_0x3baa12)),_0x3bf39e=_0x58e177[_0xc466da(0x26b)](!_0x20a62e,_0x578512);return logger[_0xc466da(0x194)](_0xc466da(0x1dd)+(_0x5a6a68?.[_0xc466da(0x19e)]?.()||_0x58e177['icxLo'])+_0xc466da(0x1ef)+_0x3bf39e+_0xc466da(0x207)+_0x5c4267+_0xc466da(0x107)+JSON[_0xc466da(0x101)](_0x143b03)+_0xc466da(0x24b)+JSON[_0xc466da(0x101)](_0x2fc782)),_0x3bf39e;}const _0x20e1e0=Array[_0xc466da(0x1ba)](_0x5d228b)?_0x5d228b:[];let _0x1344d5=![],_0x33ebaa=_0x58e177[_0xc466da(0x2ae)](_0x143b03[_0xc466da(0x2ca)],0x0);const _0x3f1471=_0x40316a=>typeof _0x40316a==='string'?_0x40316a[_0xc466da(0x1b2)](/^@/,'')[_0xc466da(0x1c1)]()['trim']():_0x40316a,_0x6525fb=new Set(_0x143b03[_0xc466da(0x247)](_0x3f1471)),_0x4741d1=new Set(_0x2fc782[_0xc466da(0x247)](_0x3f1471));for(const _0x3e8685 of _0x20e1e0){const _0x307764=_0x58e177[_0xc466da(0x14f)](_0x3f1471,_0x3e8685);_0x4741d1[_0xc466da(0x28a)](_0x307764)&&(_0x1344d5=!![]),_0x58e177[_0xc466da(0x1ca)](_0x6525fb[_0xc466da(0x1b9)],0x0)&&_0x6525fb[_0xc466da(0x28a)](_0x307764)&&(_0x33ebaa=!![]);}const _0x2c466d=_0x58e177[_0xc466da(0x26b)](_0x33ebaa,!_0x1344d5);return logger[_0xc466da(0x194)](_0xc466da(0x1dd)+(_0x5a6a68?.[_0xc466da(0x19e)]?.()||_0x58e177[_0xc466da(0x2d7)])+_0xc466da(0x258)+_0x2c466d+_0xc466da(0x23d)+JSON[_0xc466da(0x101)](_0x20e1e0)+_0xc466da(0x107)+JSON[_0xc466da(0x101)](_0x143b03)+_0xc466da(0x24b)+JSON['stringify'](_0x2fc782)),_0x2c466d;}catch(_0x21b914){return logger[_0xc466da(0x194)](_0xc466da(0x1dd)+(_0x5a6a68?.[_0xc466da(0x19e)]?.()||_0x58e177['icxLo'])+_0xc466da(0x102)+_0x21b914[_0xc466da(0x181)]),![];}}async['onBeforeTest'](_0x4d6cd4){const _0xf1b5a7=a90_0x4db811,_0x56135b={};_0x56135b[_0xf1b5a7(0x12b)]=function(_0x5a8304,_0x25ac5c){return _0x5a8304!==_0x25ac5c;},_0x56135b[_0xf1b5a7(0x150)]=_0xf1b5a7(0x231),_0x56135b[_0xf1b5a7(0x17d)]=_0xf1b5a7(0x2db),_0x56135b[_0xf1b5a7(0x161)]=_0xf1b5a7(0x1b6),_0x56135b[_0xf1b5a7(0x2d6)]=_0xf1b5a7(0x22b),_0x56135b[_0xf1b5a7(0x1b3)]=_0xf1b5a7(0x196),_0x56135b['JPcWV']=_0xf1b5a7(0x12c),_0x56135b[_0xf1b5a7(0x16f)]='DRIVER_INIT',_0x56135b['yOJKm']=function(_0x43dc59,_0x2c853c){return _0x43dc59===_0x2c853c;},_0x56135b['VWcBZ']=function(_0x1f0142,_0x2cb53f){return _0x1f0142===_0x2cb53f;},_0x56135b['lPblz']='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x56135b[_0xf1b5a7(0x114)]=function(_0x20a41b,_0x458d74){return _0x20a41b===_0x458d74;},_0x56135b['aMjVv']=_0xf1b5a7(0x1d7),_0x56135b[_0xf1b5a7(0x210)]=function(_0x508448,_0x5ce098){return _0x508448>_0x5ce098;},_0x56135b[_0xf1b5a7(0x2aa)]=function(_0xd9caf4,_0x102011){return _0xd9caf4===_0x102011;},_0x56135b[_0xf1b5a7(0x236)]=_0xf1b5a7(0x1d8),_0x56135b[_0xf1b5a7(0x21c)]=_0xf1b5a7(0x1a6),_0x56135b['uqjfl']=function(_0x11395d,_0xb625b6){return _0x11395d&&_0xb625b6;},_0x56135b[_0xf1b5a7(0x1fb)]='unknown',_0x56135b[_0xf1b5a7(0x22c)]=_0xf1b5a7(0x21a);const _0x376d91=_0x56135b;if(_0x376d91[_0xf1b5a7(0x12b)](_0x4d6cd4[_0xf1b5a7(0x209)],_0x376d91['Tkifo'])&&_0x376d91[_0xf1b5a7(0x12b)](_0x4d6cd4[_0xf1b5a7(0x209)],_0x376d91['MjlaX'])){logger[_0xf1b5a7(0x194)](_0x376d91[_0xf1b5a7(0x161)]);return;}try{const _0x432287=AutomationFramework[_0xf1b5a7(0x14a)](),_0x1e84db=TestFramework[_0xf1b5a7(0x14a)](),_0x518232=_0x4d6cd4[_0xf1b5a7(0x2c1)]||global[_0xf1b5a7(0x1d4)]?.[_0xf1b5a7(0x2c4)]||null;if(!_0x518232){_0x1e84db&&_0x1e84db[_0xf1b5a7(0x153)](_0x376d91[_0xf1b5a7(0x2d6)],!![]);logger['debug'](_0x376d91[_0xf1b5a7(0x1b3)]);return;}logger[_0xf1b5a7(0x194)](_0x376d91['JPcWV']);const _0x4a826e=_0x1e84db?.[_0xf1b5a7(0x1d3)](_0x376d91['OUTzl'],![]),_0x20474b=_0x1e84db?.[_0xf1b5a7(0x1d3)](_0x376d91[_0xf1b5a7(0x2d6)],![]);if(_0x376d91['yOJKm'](_0x4a826e,![])&&_0x376d91[_0xf1b5a7(0x15e)](_0x20474b,![])){_0x1e84db&&_0x1e84db['updateData'](_0x376d91[_0xf1b5a7(0x16f)],!![]);logger[_0xf1b5a7(0x194)](_0x376d91[_0xf1b5a7(0x1df)]);return;}_0x1e84db&&_0x1e84db['updateData'](_0x376d91[_0xf1b5a7(0x2d6)],!![]);let _0x60e949,_0x2752c5;const _0x3a4d79=_0x4d6cd4[_0xf1b5a7(0x209)]||_0x376d91[_0xf1b5a7(0x150)];if(_0x376d91[_0xf1b5a7(0x114)](_0x3a4d79,_0x376d91['MjlaX'])){_0x2752c5=_0x4d6cd4['testInfo']?.[_0xf1b5a7(0x29a)]||_0x4d6cd4[_0xf1b5a7(0x2d5)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0xf1b5a7(0x1d4)]?.[_0xf1b5a7(0x220)]?.[_0xf1b5a7(0x29a)]||global['__workerDetails']?.[_0xf1b5a7(0x220)]?.['id'];const _0x1564a0=_0x1e84db?.['getAllData']()?.[_0xf1b5a7(0x14b)](_0x2752c5);if(_0x1564a0&&_0x1564a0[TestFrameworkConstants[_0xf1b5a7(0x232)]])_0x60e949=_0x1564a0[TestFrameworkConstants[_0xf1b5a7(0x232)]];else{if(_0x4d6cd4['testInfo']?.[_0xf1b5a7(0x14e)])_0x60e949=_0x4d6cd4[_0xf1b5a7(0x2d5)][_0xf1b5a7(0x14e)];else global[_0xf1b5a7(0x1d4)]?.['currentTest']?.[_0xf1b5a7(0x2d5)]?.['titlePath']?_0x60e949=global[_0xf1b5a7(0x1d4)]['currentTest'][_0xf1b5a7(0x2d5)]['titlePath']:_0x60e949=_0x376d91[_0xf1b5a7(0x23f)];}logger[_0xf1b5a7(0x194)](_0xf1b5a7(0x249)+_0x2752c5+_0xf1b5a7(0x207)+JSON[_0xf1b5a7(0x101)](_0x60e949));}else{_0x2752c5=this[_0xf1b5a7(0x268)](_0x4d6cd4);const _0x481067=TestInfo[_0xf1b5a7(0x1bb)](_0x2752c5);let _0x38f07e=[];if(_0x481067&&Array['isArray'](_0x481067[_0xf1b5a7(0x1a6)])&&_0x376d91[_0xf1b5a7(0x210)](_0x481067['test_tags']['length'],0x0))_0x38f07e=_0x481067[_0xf1b5a7(0x1a6)];else{if(_0x1e84db){const _0x35a418=_0x376d91[_0xf1b5a7(0x2aa)](typeof _0x1e84db['getData'],_0x376d91[_0xf1b5a7(0x236)])?_0x1e84db[_0xf1b5a7(0x1d3)](_0x376d91[_0xf1b5a7(0x21c)],[]):_0x1e84db[_0xf1b5a7(0x1a6)]||[];Array[_0xf1b5a7(0x1ba)](_0x35a418)&&(_0x38f07e=_0x35a418);}}_0x60e949=_0x38f07e;}logger['info'](_0xf1b5a7(0x25e)+JSON[_0xf1b5a7(0x101)](_0x60e949));const _0x17895c=this[_0xf1b5a7(0x218)](_0x432287,_0x4d6cd4['platformCaps'],_0x4d6cd4[_0xf1b5a7(0x2ac)]);logger[_0xf1b5a7(0x194)](_0xf1b5a7(0x267)+_0x17895c+',\x20isAppAccessibility='+this[_0xf1b5a7(0x1ea)]);const _0x3f252a=this[_0xf1b5a7(0x273)](_0x60e949,_0x432287,_0x3a4d79),_0x2cbeb9=_0x376d91[_0xf1b5a7(0x256)](_0x17895c,_0x3f252a),_0xf4550a=CLIUtils[_0xf1b5a7(0x20f)]();this[_0xf1b5a7(0x19d)][_0xf1b5a7(0x2b4)](_0xf4550a,_0x2cbeb9),global[_0xf1b5a7(0x283)]?.[_0xf1b5a7(0x26e)]&&global[_0xf1b5a7(0x283)][_0xf1b5a7(0x26e)]()[_0xf1b5a7(0x2dc)](_0x2cbeb9),logger['debug'](_0xf1b5a7(0x1dd)+(_0x432287?.[_0xf1b5a7(0x19e)]?.()||_0x376d91[_0xf1b5a7(0x1fb)])+_0xf1b5a7(0x174)+_0x2cbeb9),_0x2cbeb9?(global[_0xf1b5a7(0x2bf)]=!![],process[_0xf1b5a7(0x15a)][_0xf1b5a7(0x206)]=_0x376d91['eMGPC'],this['applySendMessageToServerPatch']()):global[_0xf1b5a7(0x2bf)]=![];}catch(_0x1d9efb){logger[_0xf1b5a7(0x2de)](_0xf1b5a7(0x188)+(_0x1d9efb[_0xf1b5a7(0x18c)]||_0x1d9efb['message']));const _0x3682a1=CLIUtils[_0xf1b5a7(0x20f)]();this['accessibility'][_0xf1b5a7(0x2b4)](_0x3682a1,![]),global[_0xf1b5a7(0x2bf)]=![];}}[a90_0x4db811(0x1e4)](){const _0x1e894b=a90_0x4db811;return this[_0x1e894b(0x2c7)][_0x1e894b(0x2ce)](_0x1fbe72=>_0x1fbe72[_0x1e894b(0x1e9)]()===_0x1e894b(0x2b6))?.[_0x1e894b(0x245)]()||'';}[a90_0x4db811(0x25b)](_0x2fabf5){const _0x2fd6a1=a90_0x4db811;try{const _0x43ed88=this[_0x2fd6a1(0x228)]?.[_0x2fd6a1(0x246)]?.[_0x2fd6a1(0x110)]||[],_0x9a7ea4=_0x43ed88[_0x2fd6a1(0x2ce)](_0x51ed4d=>_0x51ed4d[_0x2fd6a1(0x167)]===_0x2fabf5);return _0x9a7ea4?_0x9a7ea4['value']:null;}catch(_0x2ed0fc){return logger[_0x2fd6a1(0x194)](_0x2fd6a1(0x126)+_0x2fabf5+':\x20'+_0x2ed0fc[_0x2fd6a1(0x181)]),null;}}async[a90_0x4db811(0x116)](_0x24547f,_0x4cc7f7){const _0x5fd2cd=a90_0x4db811,_0x2a7205=_0x24547f['getAccessibility']()['getOptions'](),_0x177f42=_0x2a7205[_0x5fd2cd(0x1d9)](),_0x78bf22=_0x2a7205[_0x5fd2cd(0x10d)]()?.[_0x5fd2cd(0x28b)]();scripts['parseFromProto'](_0x177f42,_0x78bf22),scripts[_0x5fd2cd(0x113)]();const _0x4e8cc1=_0x2a7205['getCapabilitiesList']();this['capabilities']=_0x2a7205[_0x5fd2cd(0x262)](),await this['setAccessibilityToken'](_0x4e8cc1,_0x4cc7f7[_0x5fd2cd(0x2ac)]);}async[a90_0x4db811(0x169)](_0x5161c0,_0x8a88e3={}){const _0x324b71=a90_0x4db811,_0x4fd1db={'WpkLf':function(_0x245f3c,_0x4d184c){return _0x245f3c===_0x4d184c;},'sIRQk':_0x324b71(0x100),'VNyHb':_0x324b71(0x1cb),'GQlKq':function(_0x480a50,_0x4b3220){return _0x480a50(_0x4b3220);},'dqqwZ':_0x324b71(0x131),'ukyOd':function(_0x54026e,_0x378d20){return _0x54026e(_0x378d20);},'mQygi':_0x324b71(0x289),'iKjfy':_0x324b71(0x1f2),'fJEQM':_0x324b71(0x1a8),'cbpCI':function(_0x5cbb9b,_0x59f774){return _0x5cbb9b===_0x59f774;},'fztiI':'scannerVersion','xdpNE':_0x324b71(0x19f),'nsHGn':_0x324b71(0x162),'GthXi':_0x324b71(0x1c8),'zzPYS':function(_0x5b3d72,_0x3daef9){return _0x5b3d72===_0x3daef9;},'uwBng':_0x324b71(0x1f0),'mLxiN':function(_0x11ff7e,_0x52a755){return _0x11ff7e===_0x52a755;},'RErLI':function(_0x17b746,_0x7606a6){return _0x17b746===_0x7606a6;},'CJAJp':_0x324b71(0x21a)};global[_0x324b71(0x183)]=global[_0x324b71(0x183)]||{};for(const _0xef1008 of _0x5161c0){logger['info'](_0x324b71(0x2e5)+_0xef1008[_0x324b71(0x1e9)]()+_0x324b71(0x17a)+_0xef1008[_0x324b71(0x245)]());if(_0x4fd1db['WpkLf'](_0xef1008[_0x324b71(0x1e9)](),_0x4fd1db[_0x324b71(0x2f2)])){const _0x26a4ac=_0xef1008[_0x324b71(0x245)]();process[_0x324b71(0x15a)][_0x324b71(0x286)]=_0x26a4ac,global[_0x324b71(0x183)][_0x4fd1db[_0x324b71(0x179)]]=_0x26a4ac;const _0xc257d0=_0x4fd1db['GQlKq'](require,_0x4fd1db['dqqwZ']),{isTrue:_0x458142}=_0x4fd1db[_0x324b71(0x1e8)](require,_0x4fd1db['mQygi']),_0x1f9b47=_0xc257d0[_0x324b71(0x154)](_0x26a4ac);_0x1f9b47&&_0x4fd1db[_0x324b71(0x1e8)](_0x458142,_0x1f9b47[_0x324b71(0x112)])&&(process[_0x324b71(0x15a)][_0x324b71(0x2df)]=!![]);}else{if(_0x4fd1db[_0x324b71(0x2c3)](_0xef1008[_0x324b71(0x1e9)](),_0x4fd1db[_0x324b71(0xff)]))global[_0x324b71(0x183)][_0x4fd1db[_0x324b71(0x130)]]=_0xef1008['getValue']();else{if(_0x4fd1db[_0x324b71(0x2f3)](_0xef1008['getName'](),_0x4fd1db[_0x324b71(0x16b)]))global[_0x324b71(0x183)][_0x4fd1db[_0x324b71(0x148)]]=_0xef1008['getValue']();else{if(_0x4fd1db[_0x324b71(0x2c3)](_0xef1008[_0x324b71(0x1e9)](),_0x4fd1db[_0x324b71(0x2bc)]))global[_0x324b71(0x183)][_0x4fd1db[_0x324b71(0x257)]]=_0xef1008[_0x324b71(0x245)]();else{if(_0x4fd1db[_0x324b71(0x2a8)](_0xef1008[_0x324b71(0x1e9)](),_0x4fd1db['uwBng'])){const _0xc53a23=_0xef1008[_0x324b71(0x245)]();process[_0x324b71(0x15a)][_0x324b71(0x119)]=_0x4fd1db['GQlKq'](String,_0x4fd1db[_0x324b71(0x132)](_0xc53a23,!![])||_0x4fd1db[_0x324b71(0x176)](_0xc53a23,_0x4fd1db[_0x324b71(0x2d4)])),logger['debug'](_0x324b71(0x170)+_0xc53a23+'\x20env='+process[_0x324b71(0x15a)][_0x324b71(0x119)]);}}}}}}}async[a90_0x4db811(0x298)](_0x3589b0){const _0x30d6ae=a90_0x4db811,_0xb7c78={};_0xb7c78[_0x30d6ae(0x1de)]=function(_0x4189ba,_0x45f4c5){return _0x4189ba!==_0x45f4c5;},_0xb7c78[_0x30d6ae(0x189)]='cucumber',_0xb7c78[_0x30d6ae(0x270)]=_0x30d6ae(0x2db),_0xb7c78[_0x30d6ae(0x141)]=_0x30d6ae(0x253),_0xb7c78[_0x30d6ae(0x203)]=_0x30d6ae(0x1a1);const _0x468c65=_0xb7c78;if(_0x468c65[_0x30d6ae(0x1de)](_0x3589b0['testFramework'],_0x468c65['MhADv'])&&_0x468c65[_0x30d6ae(0x1de)](_0x3589b0[_0x30d6ae(0x209)],_0x468c65[_0x30d6ae(0x270)])){logger['debug'](_0x468c65[_0x30d6ae(0x141)]);return;}const _0x53412d=_0x3589b0[_0x30d6ae(0x2d5)]?.[_0x30d6ae(0x29a)]||_0x3589b0[_0x30d6ae(0x2d5)]?.['id']||global[_0x30d6ae(0x2c9)];logger[_0x30d6ae(0x235)](_0x30d6ae(0x11d)+_0x3589b0['testFramework']+_0x30d6ae(0x1fd)+_0x53412d);try{const _0x4ce8b1=_0x3589b0[_0x30d6ae(0x129)]||AutomationFramework[_0x30d6ae(0x14a)](),_0x5b6721=CLIUtils[_0x30d6ae(0x20f)](),_0x35a082=this[_0x30d6ae(0x193)]();logger[_0x30d6ae(0x194)](_0x30d6ae(0x1dd)+(_0x4ce8b1?.[_0x30d6ae(0x19e)]?.()||_0x468c65[_0x30d6ae(0x203)])+_0x30d6ae(0x2cf)+_0x35a082),_0x35a082&&await this[_0x30d6ae(0x27c)](_0x4ce8b1,_0x3589b0),this[_0x30d6ae(0x19d)][_0x30d6ae(0x251)](_0x5b6721),this[_0x30d6ae(0x142)]['delete'](_0x5b6721);}catch(_0x4da74b){logger[_0x30d6ae(0x2de)](_0x30d6ae(0x19c)+(_0x4da74b[_0x30d6ae(0x18c)]||_0x4da74b[_0x30d6ae(0x181)]));}}async[a90_0x4db811(0x27c)](_0x1ec51f,_0x123404){const _0x34588a=a90_0x4db811,_0x2dc030={};_0x2dc030[_0x34588a(0x27f)]=function(_0xdaa581,_0x349ad4){return _0xdaa581===_0x349ad4;},_0x2dc030['AfyPH']=_0x34588a(0x1d8),_0x2dc030['lvGKj']=function(_0x33b8a4,_0x46d446){return _0x33b8a4===_0x46d446;},_0x2dc030[_0x34588a(0x26a)]='jest',_0x2dc030[_0x34588a(0x2c5)]=_0x34588a(0x231),_0x2dc030[_0x34588a(0x27d)]=_0x34588a(0x20e),_0x2dc030[_0x34588a(0x163)]=_0x34588a(0x19d),_0x2dc030[_0x34588a(0x275)]=_0x34588a(0x2b2),_0x2dc030[_0x34588a(0x145)]='unknown',_0x2dc030[_0x34588a(0x1f6)]=_0x34588a(0x282),_0x2dc030[_0x34588a(0x133)]=_0x34588a(0x2ef),_0x2dc030[_0x34588a(0x2e4)]=function(_0x3eae70,_0x163ec9){return _0x3eae70===_0x163ec9;},_0x2dc030[_0x34588a(0x137)]=function(_0x63ac39,_0x38c984){return _0x63ac39||_0x38c984;},_0x2dc030[_0x34588a(0x201)]=function(_0x1f6dad,_0x20ae0f){return _0x1f6dad||_0x20ae0f;},_0x2dc030[_0x34588a(0x29e)]=function(_0x5876f7,_0x8fdb28){return _0x5876f7||_0x8fdb28;},_0x2dc030[_0x34588a(0x12f)]=_0x34588a(0x2c0),_0x2dc030[_0x34588a(0x2d9)]='AUTOMATION_SESSIONS',_0x2dc030['LSVAf']=_0x34588a(0x172);const _0x31d5b4=_0x2dc030;try{const _0x515392=_0x123404[_0x34588a(0x209)]||(_0x31d5b4[_0x34588a(0x182)](this[_0x34588a(0x15b)]?.[_0x34588a(0x167)]?.[_0x34588a(0x1c1)](),_0x31d5b4[_0x34588a(0x26a)])?_0x31d5b4['EOfks']:_0x31d5b4[_0x34588a(0x2c5)]);let _0x2b1aba='',_0x9fce78=null,_0x6e1905=null;if(_0x31d5b4[_0x34588a(0x27f)](_0x515392,_0x31d5b4[_0x34588a(0x26a)])){_0x9fce78=_0x123404['testInfo']?.[_0x34588a(0x29a)]||_0x123404[_0x34588a(0x2d5)]?.['id']||global[_0x34588a(0x2c9)];if(!_0x9fce78){logger['warn'](_0x31d5b4[_0x34588a(0x27d)]);return;}try{const _0x237724=await GrpcClient['getInstance']()[_0x34588a(0x202)](process['env'][_0x34588a(0x2ed)],_0x31d5b4['pvoeu'],_0x31d5b4['eLGPj'],_0x9fce78),_0x3a0868=AccessibilityModule[_0x34588a(0x2a1)](null,_0x237724);_0x2b1aba=_0x3a0868?.[_0x34588a(0x1e2)]||'',logger['debug']('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2b1aba+_0x34588a(0x17c)+_0x9fce78),_0x6e1905=_0x237724;}catch(_0x4bb9d5){logger[_0x34588a(0x2de)](_0x34588a(0x259)+_0x4bb9d5[_0x34588a(0x181)]);return;}}else{const _0x3a0f63=this['getTestId'](_0x123404);_0x2b1aba=TestInfo[_0x34588a(0x175)](_0x3a0f63);}const _0x4603de=((()=>{const _0x10e863=_0x34588a,_0x3c3a5c=(this[_0x10e863(0x228)]?.[_0x10e863(0x246)]?.['capabilitiesList']||[])[_0x10e863(0x2ce)](_0x2c1d56=>(typeof _0x2c1d56['getName']===_0x10e863(0x1d8)?_0x2c1d56[_0x10e863(0x1e9)]():_0x2c1d56['name'])===this[_0x10e863(0x29f)]);return _0x3c3a5c?_0x31d5b4[_0x10e863(0x27f)](typeof _0x3c3a5c[_0x10e863(0x245)],_0x31d5b4[_0x10e863(0x1fe)])?_0x3c3a5c[_0x10e863(0x245)]():_0x3c3a5c[_0x10e863(0x20a)]:'';})()),_0x4f4197=process[_0x34588a(0x15a)][_0x34588a(0x237)]||'';logger[_0x34588a(0x194)](_0x34588a(0x1dd)+(_0x1ec51f?.[_0x34588a(0x19e)]?.()||_0x31d5b4[_0x34588a(0x145)])+_0x34588a(0x214)+_0x2b1aba+_0x34588a(0x1c9)+_0x4603de+_0x34588a(0x2cc)+(_0x4f4197?_0x31d5b4[_0x34588a(0x1f6)]:_0x31d5b4[_0x34588a(0x133)]));let _0xfda85f;if(_0x31d5b4[_0x34588a(0x2e4)](_0x515392,_0x31d5b4[_0x34588a(0x26a)]))_0xfda85f=AccessibilityModule[_0x34588a(0x2a1)](_0x2b1aba,_0x6e1905);else{const _0x1997ba=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x34588a(0x15a)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x31d5b4[_0x34588a(0x163)],_0x31d5b4[_0x34588a(0x275)]);_0xfda85f=AccessibilityModule[_0x34588a(0x2a1)](_0x2b1aba,_0x1997ba);}logger[_0x34588a(0x194)](_0x34588a(0x15f)+JSON['stringify'](_0xfda85f));const _0x46d00a=Object['assign']({},{'thTestRunUuid':_0x31d5b4[_0x34588a(0x137)](_0x2b1aba,''),'thBuildUuid':_0x31d5b4[_0x34588a(0x201)](_0x4603de,''),'thJwtToken':_0x31d5b4[_0x34588a(0x29e)](_0x4f4197,'')},_0xfda85f);!this[_0x34588a(0x1ea)]&&this[_0x34588a(0x1e1)]()&&(_0x46d00a[_0x34588a(0x255)]=!![],logger[_0x34588a(0x194)](_0x31d5b4[_0x34588a(0x12f)]));logger[_0x34588a(0x194)](_0x34588a(0x13f)+_0x2b1aba+_0x34588a(0x26c)+this[_0x34588a(0x1ea)]);let _0x4daf1a=global['__workerDetails']?.['pwPage']||null;!_0x4daf1a&&(_0x4daf1a=AutomationFramework[_0x34588a(0x144)](_0x1ec51f,_0x31d5b4[_0x34588a(0x2d9)],null)),!_0x4daf1a&&(_0x4daf1a=AutomationFramework['getState'](_0x1ec51f,_0x31d5b4['LSVAf'],null)),await this[_0x34588a(0x28f)](this['getCurrentAccessibilityStatus'](),_0x2b1aba,_0x4daf1a,_0x46d00a,this[_0x34588a(0x1ea)]);}catch(_0x3f8a48){logger[_0x34588a(0x2de)](_0x34588a(0x1bd)+(_0x3f8a48['stack']||_0x3f8a48[_0x34588a(0x181)]));}}async[a90_0x4db811(0x28f)](_0x58c8ef,_0x1d864c,_0x170e90,_0x236246,_0x2e1658){const _0x37c8e4=a90_0x4db811,_0x298c62={};_0x298c62[_0x37c8e4(0x1a5)]=_0x37c8e4(0x2b2),_0x298c62[_0x37c8e4(0x166)]=function(_0x55f6a2,_0x3b5960){return _0x55f6a2&&_0x3b5960;},_0x298c62['jTUSh']=_0x37c8e4(0x10a),_0x298c62[_0x37c8e4(0x25f)]=function(_0x8a3137,_0x37ae4d){return _0x8a3137===_0x37ae4d;},_0x298c62[_0x37c8e4(0x11e)]='null',_0x298c62['GvvBi']='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x298c62['fJSiO']=_0x37c8e4(0x24a),_0x298c62[_0x37c8e4(0x277)]='afterTestHook',_0x298c62[_0x37c8e4(0x135)]='scan',_0x298c62[_0x37c8e4(0x13c)]=function(_0x5c73a3,_0x3e1059){return _0x5c73a3&&_0x3e1059;},_0x298c62['QdsHs']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x298c62[_0x37c8e4(0x2be)]=_0x37c8e4(0x239),_0x298c62[_0x37c8e4(0x13d)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x1bd238=_0x298c62;try{const _0x544623=this[_0x37c8e4(0x287)](_0x1bd238[_0x37c8e4(0x1a5)]);if(_0x1bd238[_0x37c8e4(0x166)](!_0x2e1658,!_0x544623)){logger[_0x37c8e4(0x194)](_0x1bd238['jTUSh']);return;}if(!_0x1d864c||_0x1bd238['ZveRT'](_0x1d864c,_0x1bd238[_0x37c8e4(0x11e)])||_0x1bd238[_0x37c8e4(0x25f)](_0x1d864c,'')){logger[_0x37c8e4(0x194)](_0x1bd238[_0x37c8e4(0x17f)]);return;}logger[_0x37c8e4(0x194)](_0x37c8e4(0x168)+JSON[_0x37c8e4(0x101)](_0x236246)),_0x58c8ef&&(logger[_0x37c8e4(0x194)](_0x1bd238[_0x37c8e4(0x1be)]),await this[_0x37c8e4(0x198)](_0x170e90,_0x1d864c,_0x1bd238['UtEWN'],_0x236246,_0x2e1658,_0x1bd238[_0x37c8e4(0x135)]),_0x1bd238[_0x37c8e4(0x13c)](!_0x2e1658,_0x544623)&&(logger[_0x37c8e4(0x194)](_0x1bd238[_0x37c8e4(0x2da)]),await PerformanceTester[_0x37c8e4(0x2dd)](_0x1bd238['zSJOU'],async()=>{const _0x268025=_0x37c8e4;await this[_0x268025(0x198)](_0x170e90,_0x1d864c,_0x1bd238[_0x268025(0x1a5)],_0x236246,_0x2e1658,_0x1bd238[_0x268025(0x1a5)]);})()),logger[_0x37c8e4(0x235)](_0x1bd238[_0x37c8e4(0x13d)]));}catch(_0x3ab3d2){logger[_0x37c8e4(0x2de)](_0x37c8e4(0x173)+(_0x3ab3d2[_0x37c8e4(0x18c)]||_0x3ab3d2['message']));}}async[a90_0x4db811(0x2f1)](_0x26b970){const _0x10bb15=a90_0x4db811,_0x44b826={};_0x44b826['eYBhM']=function(_0x2ae77b,_0x466409){return _0x2ae77b!==_0x466409;},_0x44b826[_0x10bb15(0x23a)]=_0x10bb15(0x231),_0x44b826['kPUfF']=_0x10bb15(0x2db),_0x44b826['DZmah']=_0x10bb15(0x2e6),_0x44b826[_0x10bb15(0x2d3)]=_0x10bb15(0x1a1),_0x44b826[_0x10bb15(0x147)]=_0x10bb15(0x1c2),_0x44b826['JUHhH']=function(_0x412a2,_0x157bdd){return _0x412a2===_0x157bdd;},_0x44b826[_0x10bb15(0x272)]=_0x10bb15(0x155),_0x44b826['ThIVr']=_0x10bb15(0x19d),_0x44b826[_0x10bb15(0x2b7)]=_0x10bb15(0x1b8),_0x44b826[_0x10bb15(0x2a7)]=_0x10bb15(0x164),_0x44b826[_0x10bb15(0x177)]=_0x10bb15(0x187),_0x44b826[_0x10bb15(0x16e)]=function(_0x2b579b,_0x41cf65){return _0x2b579b===_0x41cf65;},_0x44b826[_0x10bb15(0x2b1)]='scan',_0x44b826['pCLeG']='null';const _0xa3f452=_0x44b826;if(_0xa3f452[_0x10bb15(0x28c)](_0x26b970[_0x10bb15(0x209)],_0xa3f452[_0x10bb15(0x23a)])&&_0xa3f452[_0x10bb15(0x28c)](_0x26b970['testFramework'],_0xa3f452['kPUfF'])){logger['debug'](_0xa3f452[_0x10bb15(0x222)]);return;}logger[_0x10bb15(0x194)](_0x10bb15(0x213)+(_0x26b970['commandName']||_0xa3f452[_0x10bb15(0x2d3)])+',\x20framework='+_0x26b970[_0x10bb15(0x209)]);try{const _0x19d4a9=_0x26b970[_0x10bb15(0x129)]||AutomationFramework[_0x10bb15(0x14a)](),_0x2a5e20=TestFramework[_0x10bb15(0x14a)](),_0x4ce3a1=_0x26b970[_0x10bb15(0x293)]||_0x26b970['command']?.[_0x10bb15(0x1e9)]();if(!_0x4ce3a1){logger[_0x10bb15(0x194)](_0xa3f452['nQiWB']);return;}if(!this[_0x10bb15(0x193)]()){logger[_0x10bb15(0x194)](_0x10bb15(0x146)+_0x4ce3a1);return;}if(!this[_0x10bb15(0x23e)](_0x4ce3a1)){logger[_0x10bb15(0x194)]('onBeforeExecute:\x20Command\x20'+_0x4ce3a1+_0x10bb15(0x19b));return;}const _0x5216dc=_0x26b970[_0x10bb15(0x2c1)]||global[_0x10bb15(0x1d4)]?.[_0x10bb15(0x2c4)];if(!_0x5216dc){logger[_0x10bb15(0x194)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x4ce3a1);return;}let _0x59eb69='',_0x3a7773=null;if(_0xa3f452[_0x10bb15(0x192)](_0x26b970[_0x10bb15(0x209)],_0xa3f452['kPUfF'])){_0x3a7773=_0x26b970[_0x10bb15(0x2d5)]?.[_0x10bb15(0x29a)]||_0x26b970['testInfo']?.['id']||global[_0x10bb15(0x2c9)];if(!_0x3a7773){logger[_0x10bb15(0x10b)](_0xa3f452[_0x10bb15(0x272)]);return;}try{const _0x56fcc1=await GrpcClient[_0x10bb15(0x1d2)]()[_0x10bb15(0x202)](process['env'][_0x10bb15(0x2ed)],_0xa3f452[_0x10bb15(0x14c)],_0xa3f452[_0x10bb15(0x2b7)],_0x3a7773),_0xf1d86d=AccessibilityModule[_0x10bb15(0x2a1)](null,_0x56fcc1);_0x59eb69=_0xf1d86d?.['thTestRunUuid']||'',logger[_0x10bb15(0x194)](_0x10bb15(0x1e0)+_0x59eb69+'\x20from\x20testIdentifier='+_0x3a7773);}catch(_0x33f72c){logger[_0x10bb15(0x2de)]('onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x33f72c[_0x10bb15(0x181)]);return;}}else _0x59eb69=this[_0x10bb15(0x25b)](_0xa3f452[_0x10bb15(0x2a7)])||'',!_0x59eb69&&this[_0x10bb15(0x1e1)]()&&(_0x59eb69=accessibilityHelper[_0x10bb15(0x299)]());const _0xcd337a=this[_0x10bb15(0x25b)](_0xa3f452[_0x10bb15(0x177)])||this[_0x10bb15(0x228)][this[_0x10bb15(0x29f)]]||null,_0xf28937=process[_0x10bb15(0x15a)][_0x10bb15(0x237)]||'',_0x10e80b=this[_0x10bb15(0x1c7)](_0x4ce3a1,_0x59eb69,_0xcd337a,_0xf28937),_0x2e229d=_0xa3f452[_0x10bb15(0x16e)](_0x26b970[_0x10bb15(0x209)],_0xa3f452[_0x10bb15(0x27e)])?await AccessibilityModule[_0x10bb15(0x2d2)](_0xa3f452['eeAHk'],_0x59eb69,_0x3a7773):await AccessibilityModule[_0x10bb15(0x2d2)](_0xa3f452[_0x10bb15(0x2b1)],_0x59eb69);logger[_0x10bb15(0x235)](_0x10bb15(0x1d0)+(_0x10e80b?JSON['stringify'](_0x10e80b):_0xa3f452[_0x10bb15(0x1c4)]));const _0x5c2f52=CLIUtils[_0x10bb15(0x199)](_0x10e80b,_0x2e229d);logger[_0x10bb15(0x235)](_0x10bb15(0x15c)+(_0x5c2f52?JSON[_0x10bb15(0x101)](_0x5c2f52):_0xa3f452[_0x10bb15(0x1c4)])),logger[_0x10bb15(0x194)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x4ce3a1);const _0x76c3fe=await this[_0x10bb15(0x198)](_0x5216dc,_0x59eb69,_0x4ce3a1,_0x5c2f52,this['isAppAccessibility']);logger[_0x10bb15(0x194)](_0x10bb15(0x1b4)+_0x4ce3a1+_0x10bb15(0x2ad)+JSON[_0x10bb15(0x101)](_0x76c3fe));}catch(_0x6ccac4){logger[_0x10bb15(0x2de)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x6ccac4[_0x10bb15(0x18c)]||_0x6ccac4[_0x10bb15(0x181)]));}}[a90_0x4db811(0x1f1)](){const _0x4c23b9=a90_0x4db811;return this[_0x4c23b9(0x193)]();}[a90_0x4db811(0x16a)](_0x23be70){const _0x267629=a90_0x4db811,_0x481b11=CLIUtils['getCurrentInstanceName']();this[_0x267629(0x19d)][_0x267629(0x2b4)](_0x481b11,_0x23be70);}async[a90_0x4db811(0x118)](_0x236113){const _0x1caaea=a90_0x4db811,_0x4f55ab={};_0x4f55ab[_0x1caaea(0x1f7)]=_0x1caaea(0x1a1);const _0x2f88a2=_0x4f55ab;try{const _0xd1bdd9=_0x236113[_0x1caaea(0x129)]||AutomationFramework['getTrackedInstance'](),_0x400657=_0xd1bdd9?.[_0x1caaea(0x1d3)]?.()?.[_0x1caaea(0x14b)]?.(this[_0x1caaea(0x1bf)])||![];if(_0x400657)return;PerformanceTester[_0x1caaea(0x261)](EVENTS[_0x1caaea(0x241)]);const _0x483682=await GrpcClient['getInstance']()['getAccessibilityConfig'](_0x236113);_0x483682&&_0x483682['getAccessibility']&&_0x483682[_0x1caaea(0x1b5)]()&&_0x483682[_0x1caaea(0x1b5)]()[_0x1caaea(0x123)]()?(await this[_0x1caaea(0x221)](_0x483682,_0x236113),_0xd1bdd9?.[_0x1caaea(0x1d3)]&&_0xd1bdd9[_0x1caaea(0x1d3)]()[_0x1caaea(0x2b4)](this['KEY_INIT'],!![]),logger[_0x1caaea(0x194)](_0x1caaea(0x1dd)+(_0xd1bdd9?.[_0x1caaea(0x19e)]?.()||_0x2f88a2[_0x1caaea(0x1f7)])+_0x1caaea(0x17b))):logger['debug'](_0x1caaea(0x1dd)+(_0xd1bdd9?.[_0x1caaea(0x19e)]?.()||_0x2f88a2[_0x1caaea(0x1f7)])+_0x1caaea(0x180)),PerformanceTester[_0x1caaea(0x2c2)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x316d67){PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x316d67['message']),logger[_0x1caaea(0x2de)](_0x1caaea(0x120)+(_0x316d67[_0x1caaea(0x18c)]||_0x316d67[_0x1caaea(0x181)]));}}async['loadAccessibilityConfig'](_0x2d3335,_0x339ecd){const _0x3a041b=a90_0x4db811;await this[_0x3a041b(0x116)](_0x2d3335,_0x339ecd);const _0x4e3238=_0x2d3335['getAccessibility']()[_0x3a041b(0x197)]();if(_0x4e3238){const _0x34d8e6=_0x2d3335[_0x3a041b(0x16c)]&&_0x2d3335['getTesthub']();_0x34d8e6&&(this[_0x3a041b(0x228)][this[_0x3a041b(0x29f)]]=_0x34d8e6['getBuildId']&&_0x34d8e6[_0x3a041b(0x1af)]());}}[a90_0x4db811(0x23e)](_0x2707d8){const _0x19a015=a90_0x4db811,_0x2b45eb={};_0x2b45eb[_0x19a015(0x185)]=function(_0x2272de,_0x2a646e){return _0x2272de===_0x2a646e;};const _0x23a67e=_0x2b45eb;try{if(!_0x2707d8)return![];const _0x2afe93=this[_0x19a015(0x228)]?.['options']?.[_0x19a015(0x11b)]?.[_0x19a015(0x25a)]||[],_0x35411b=_0x2afe93[_0x19a015(0x2f5)](_0x365c91=>{const _0x348780=_0x19a015;return _0x365c91[_0x348780(0x167)]&&_0x23a67e['NXvPq'](_0x365c91['name'][_0x348780(0x1c1)](),_0x2707d8['toLowerCase']());});return logger[_0x19a015(0x194)](_0x19a015(0x21f)+_0x2707d8+_0x19a015(0x2e2)+_0x35411b+',\x20available\x20commands:\x20'+JSON[_0x19a015(0x101)](_0x2afe93[_0x19a015(0x247)](_0x177a95=>_0x177a95['name']))),_0x35411b;}catch(_0x372635){return logger[_0x19a015(0x194)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x372635[_0x19a015(0x181)]),![];}}[a90_0x4db811(0x27b)](_0x5f5a01){const _0x4fea3b=a90_0x4db811,_0x1e7423={};_0x1e7423[_0x4fea3b(0x1e6)]=function(_0x303267,_0x141451){return _0x303267===_0x141451;},_0x1e7423['mOIZk']=_0x4fea3b(0x128),_0x1e7423['nsXjR']=_0x4fea3b(0x2d8);const _0x6ce93=_0x1e7423,_0x437879=_0x5f5a01[_0x4fea3b(0x115)]&&_0x5f5a01[_0x4fea3b(0x115)]();return _0x437879&&_0x6ce93[_0x4fea3b(0x1e6)](typeof _0x437879,_0x6ce93[_0x4fea3b(0x223)])&&_0x437879[_0x4fea3b(0x1aa)](_0x6ce93[_0x4fea3b(0x284)]);}[a90_0x4db811(0x2ea)](_0x2cffda){const _0x3361ea=a90_0x4db811,_0x36077d={};_0x36077d[_0x3361ea(0x276)]=function(_0x286fc0,_0x268e14){return _0x286fc0!==_0x268e14;},_0x36077d['caHVj']='string',_0x36077d['GwyxB']=_0x3361ea(0x19d),_0x36077d[_0x3361ea(0x1e3)]=_0x3361ea(0x1b8),_0x36077d['pwwWE']='getResults',_0x36077d[_0x3361ea(0x22e)]=_0x3361ea(0x23b);const _0x23354c=_0x36077d,_0x3779de=_0x2cffda[_0x3361ea(0x115)]&&_0x2cffda[_0x3361ea(0x115)]();if(!_0x3779de||_0x23354c[_0x3361ea(0x276)](typeof _0x3779de,_0x23354c['caHVj']))return![];return _0x3779de[_0x3361ea(0x1aa)](_0x23354c[_0x3361ea(0x29b)])||_0x3779de[_0x3361ea(0x1aa)](_0x23354c[_0x3361ea(0x1e3)])||_0x3779de['includes'](_0x23354c[_0x3361ea(0x122)])||_0x3779de[_0x3361ea(0x1aa)](_0x23354c[_0x3361ea(0x22e)]);}['isMobileWebSession'](){const _0x6b84c=a90_0x4db811,_0x321ff6={'NeiKE':function(_0x50bee9,_0x11ae59){return _0x50bee9===_0x11ae59;},'NhOei':_0x6b84c(0x1d8),'JidIA':function(_0x1ead99,_0x33a2fc){return _0x1ead99(_0x33a2fc);},'YDnIr':_0x6b84c(0x2b0),'ZaCsi':function(_0x2d95d5,_0xf9b9f9){return _0x2d95d5(_0xf9b9f9);},'iSoeZ':_0x6b84c(0x274),'hGIfc':_0x6b84c(0x12a),'LFvrg':_0x6b84c(0x190)};try{const _0x14c4b4=this[_0x6b84c(0x228)]?.[_0x6b84c(0x246)]?.[_0x6b84c(0x110)]||[],_0x23a900=_0x4d06d3=>{const _0x13602e=_0x6b84c,_0x4d624e=_0x14c4b4['find'](_0x5d3159=>(typeof _0x5d3159[_0x13602e(0x1e9)]===_0x13602e(0x1d8)?_0x5d3159['getName']():_0x5d3159[_0x13602e(0x167)])===_0x4d06d3);return _0x4d624e?_0x321ff6[_0x13602e(0x22f)](typeof _0x4d624e[_0x13602e(0x245)],_0x321ff6[_0x13602e(0x2ee)])?_0x4d624e[_0x13602e(0x245)]():_0x4d624e[_0x13602e(0x20a)]:null;},_0x3db6f0=_0x321ff6[_0x6b84c(0x2e0)](_0x23a900,_0x321ff6[_0x6b84c(0x143)]),_0x536dd9=_0x321ff6[_0x6b84c(0x105)](_0x23a900,_0x321ff6[_0x6b84c(0x157)]),_0x3c6f31=global[_0x6b84c(0x1d1)]||_0x3db6f0&&_0x321ff6[_0x6b84c(0x22f)](_0x321ff6['ZaCsi'](String,_0x3db6f0)[_0x6b84c(0x1c1)](),_0x321ff6[_0x6b84c(0x20c)])&&_0x536dd9&&_0x321ff6[_0x6b84c(0x105)](String,_0x536dd9)['toLowerCase']()[_0x6b84c(0x1aa)](_0x321ff6[_0x6b84c(0x297)]);if(!_0x3c6f31)return![];if(!accessibilityHelper[_0x6b84c(0x1f0)]())return!this[_0x6b84c(0x1a3)]&&(logger['warn'](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x6b84c(0x1a3)]=!![]),![];return!![];}catch(_0x313141){return logger[_0x6b84c(0x194)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x313141[_0x6b84c(0x181)]),![];}}[a90_0x4db811(0x1c7)](_0x51b2a5,_0x34b07d,_0x4afa66,_0x5e42fe){const _0x33bc35=a90_0x4db811,_0x2632cf={};_0x2632cf['ThWsx']=function(_0x1b275d,_0xd0a91e){return _0x1b275d||_0xd0a91e;},_0x2632cf[_0x33bc35(0x1cc)]=function(_0x40d1e0,_0x199a34){return _0x40d1e0&&_0x199a34;},_0x2632cf[_0x33bc35(0x13a)]=function(_0x2b22d5,_0x325267){return _0x2b22d5||_0x325267;},_0x2632cf['aBueD']=function(_0x21da95,_0x13ffeb){return _0x21da95||_0x13ffeb;},_0x2632cf[_0x33bc35(0x184)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x34a166=_0x2632cf;let _0x1bb108=_0x34a166['ThWsx'](_0x34b07d,'');const _0x1c245d=!this['isAppAccessibility']&&this['isMobileWebSession']();_0x34a166[_0x33bc35(0x1cc)](_0x1c245d,!_0x1bb108)&&(_0x1bb108=accessibilityHelper[_0x33bc35(0x299)]());const _0x2570b4={'command':_0x51b2a5,'thTestRunUuid':_0x1bb108,'thBuildUuid':_0x34a166[_0x33bc35(0x13a)](_0x4afa66,''),'thJwtToken':_0x34a166[_0x33bc35(0x108)](_0x5e42fe,''),'timestamp':new Date()[_0x33bc35(0x2c8)]()};return _0x1c245d&&(_0x2570b4[_0x33bc35(0x255)]=!![],logger[_0x33bc35(0x194)](_0x34a166[_0x33bc35(0x184)])),_0x2570b4;}[a90_0x4db811(0x287)](_0x264509){const _0x10fe91=a90_0x4db811,_0x1f5ad5={};_0x1f5ad5[_0x10fe91(0x288)]=function(_0x3476e1,_0x3e2222){return _0x3476e1||_0x3e2222;};const _0x4590dd=_0x1f5ad5;try{const _0x28a3dc=this['accessibilityConfig']?.['options']?.[_0x10fe91(0x1a9)]||[],_0x5c9a72=_0x28a3dc[_0x10fe91(0x2ce)](_0x413590=>_0x413590['name']===_0x264509);return _0x4590dd[_0x10fe91(0x288)](_0x5c9a72,null);}catch(_0x357366){return logger['debug'](_0x10fe91(0x1ed)+_0x264509+':\x20'+_0x357366['message']),null;}}async[a90_0x4db811(0x2cb)](_0x411758,_0x28db5e,_0x147c93=null){const _0x2e8520=a90_0x4db811,_0x473107={'zvjie':function(_0x4dc1fb,_0x36297d){return _0x4dc1fb(_0x36297d);},'Qjuls':_0x2e8520(0x195)};try{if(!_0x411758)return logger[_0x2e8520(0x194)](_0x2e8520(0x242)+_0x28db5e),null;const _0x1a6129=this[_0x2e8520(0x287)](_0x28db5e);if(!_0x1a6129||!_0x1a6129[_0x2e8520(0x127)])return logger[_0x2e8520(0x194)](_0x2e8520(0x152)+_0x28db5e+_0x2e8520(0x10c)),null;logger[_0x2e8520(0x194)]('Executing\x20'+_0x28db5e+_0x2e8520(0x238));const _0x12c427=_0x473107['zvjie'](require,_0x473107[_0x2e8520(0x269)]),_0x4fad20=_0x147c93?await _0x12c427['browserStackEvaluate'](_0x411758,_0x1a6129[_0x2e8520(0x127)],_0x147c93):await _0x12c427[_0x2e8520(0x230)](_0x411758,_0x1a6129[_0x2e8520(0x127)]);return _0x4fad20;}catch(_0x59b545){return logger[_0x2e8520(0x2de)](_0x2e8520(0x160)+_0x28db5e+':\x20'+(_0x59b545['stack']||_0x59b545['message'])),null;}}async[a90_0x4db811(0x198)](_0x2502e2,_0x5ea25f,_0x3d6df3,_0x571c88,_0x3ab4e2,_0x44b33a=a90_0x4db811(0x1a7)){const _0x5ad5d6=a90_0x4db811,_0x426169={'mPovb':function(_0x5c486f,_0x30195a){return _0x5c486f===_0x30195a;},'MsDKI':'scan','IdDxs':function(_0xb1c263,_0x525ac6){return _0xb1c263(_0x525ac6);},'QUnqB':_0x5ad5d6(0x195),'SKpKY':function(_0x525432,_0x3315f9){return _0x525432(_0x3315f9);}};try{logger[_0x5ad5d6(0x194)](_0x5ad5d6(0x295)+_0x3d6df3+_0x5ad5d6(0x291)+_0x44b33a);const _0x1b9f85=this[_0x5ad5d6(0x287)](_0x44b33a);if(!_0x1b9f85||!_0x1b9f85[_0x5ad5d6(0x127)]){logger['debug'](_0x5ad5d6(0x23c)+_0x44b33a+_0x5ad5d6(0x149));return;}if(_0x426169[_0x5ad5d6(0x18a)](_0x44b33a,_0x426169['MsDKI'])){const _0x127ba0=_0x426169['IdDxs'](require,_0x426169['QUnqB']),_0x3dfb98={};_0x3dfb98[_0x5ad5d6(0x127)]=_0x3d6df3;const _0x544944=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5ad5d6(0x28e)],async()=>{const _0xfb2c2a=_0x5ad5d6;return await _0x127ba0['browserStackEvaluate'](_0x2502e2,_0x1b9f85[_0xfb2c2a(0x127)],_0x571c88);},_0x3dfb98)();return logger[_0x5ad5d6(0x235)](_0x5ad5d6(0x204)+_0x44b33a+_0x5ad5d6(0x2c6)+_0x3d6df3+':\x20'+util['format'](_0x544944)),_0x544944;}const _0x3e4cab=_0x426169[_0x5ad5d6(0x20d)](require,_0x426169[_0x5ad5d6(0x2b8)]),_0x11d4dc=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5ad5d6(0x1a2)],async()=>{const _0x43248f=_0x5ad5d6;return await _0x3e4cab[_0x43248f(0x230)](_0x2502e2,_0x1b9f85[_0x43248f(0x127)],_0x571c88);})();return logger['info']('Page\x20'+_0x44b33a+_0x5ad5d6(0x2c6)+_0x3d6df3+':\x20'+util['format'](_0x11d4dc)),_0x11d4dc;}catch(_0x2eed0b){logger['error'](_0x5ad5d6(0x18d)+_0x44b33a+':\x20'+(_0x2eed0b[_0x5ad5d6(0x18c)]||_0x2eed0b[_0x5ad5d6(0x181)]));}}async[a90_0x4db811(0x2a2)](_0x3482bf){const _0x51333a=a90_0x4db811,_0x39cc2a={'qvwqG':function(_0x183489,_0x5885fb){return _0x183489(_0x5885fb);},'zqliN':_0x51333a(0x131)};try{const _0x3cd5c7=_0x39cc2a[_0x51333a(0x1b1)](require,_0x39cc2a[_0x51333a(0x24c)]);return await _0x3cd5c7[_0x51333a(0x2ab)](_0x3482bf);}catch(_0x4442a6){return logger[_0x51333a(0x2de)](_0x51333a(0x1fa)+(_0x4442a6['stack']||_0x4442a6[_0x51333a(0x181)])),![];}}['processAccessibilityCaps'](_0x49e8fc,_0x349c0f,_0x4789ee){const _0x291c6d=a90_0x4db811,_0x911cde={'MUhtO':function(_0x43867b,_0x32252f){return _0x43867b(_0x32252f);},'JjHtp':'../../playwright/accessibility-helper','wFbXj':_0x291c6d(0x109),'aFDGT':_0x291c6d(0x265)};try{const _0x26e84b=_0x911cde[_0x291c6d(0x1ce)](require,_0x911cde[_0x291c6d(0x2d0)]);_0x26e84b[_0x291c6d(0x1ab)](_0x49e8fc,_0x349c0f,_0x4789ee);const _0x5db0d9=JSON['stringify'](_0x49e8fc)[_0x291c6d(0x1b2)](/"browserstack\.user":"[^"]*"/g,_0x911cde[_0x291c6d(0x2b5)])[_0x291c6d(0x1b2)](/"browserstack\.key":"[^"]*"/g,_0x911cde['aFDGT']);logger['debug'](_0x291c6d(0x271)+global[_0x291c6d(0x2bf)]+'\x20'+_0x5db0d9);}catch(_0x564dbb){logger[_0x291c6d(0x2de)](_0x291c6d(0x2b3)+(_0x564dbb[_0x291c6d(0x18c)]||_0x564dbb[_0x291c6d(0x181)]));}}async[a90_0x4db811(0x15d)](_0xdf048d){const _0x4c1cb9=a90_0x4db811,_0x2293a={};_0x2293a[_0x4c1cb9(0x260)]=_0x4c1cb9(0x1d5),_0x2293a[_0x4c1cb9(0x186)]=function(_0x5ccbde,_0x4efa47){return _0x5ccbde>_0x4efa47;},_0x2293a[_0x4c1cb9(0x285)]=_0x4c1cb9(0x106);const _0x12ae94=_0x2293a;try{if(!this[_0x4c1cb9(0x193)]())return logger[_0x4c1cb9(0x10b)](_0x12ae94['BISIM']),[];const _0x4202ba=this[_0x4c1cb9(0x1e1)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4c1cb9(0x299)]()}:{};_0x12ae94[_0x4c1cb9(0x186)](Object['keys'](_0x4202ba)[_0x4c1cb9(0x2ca)],0x0)&&logger[_0x4c1cb9(0x194)](_0x4c1cb9(0x2e3)+JSON['stringify'](_0x4202ba));const _0x4e3d80=_0x12ae94[_0x4c1cb9(0x186)](Object[_0x4c1cb9(0x1db)](_0x4202ba)[_0x4c1cb9(0x2ca)],0x0)?await this[_0x4c1cb9(0x2cb)](_0xdf048d,_0x12ae94[_0x4c1cb9(0x285)],_0x4202ba):await this[_0x4c1cb9(0x2cb)](_0xdf048d,_0x12ae94[_0x4c1cb9(0x285)]);return _0x4e3d80||[];}catch(_0x251895){return logger['error'](_0x4c1cb9(0x2bd)+(_0x251895['stack']||_0x251895['message'])),[];}}async['getAccessibilityResultsSummary'](_0x1f2237){const _0x38efd0=a90_0x4db811,_0x4a4dae={'XFRYY':_0x38efd0(0x1a7),'CqjbD':_0x38efd0(0x280),'QLblj':_0x38efd0(0x2a5),'KIbsU':function(_0x2d6d06,_0x1e7610){return _0x2d6d06(_0x1e7610);},'mFIqy':_0x38efd0(0x1ff),'dFrlr':function(_0x56975d,_0x43051e){return _0x56975d===_0x43051e;},'sHvxs':_0x38efd0(0x2db),'udaKq':_0x38efd0(0x224),'lgmNA':_0x38efd0(0x19d),'oujvt':'testhub_build_uuid','Tqeif':_0x38efd0(0x2f4),'ptsgz':_0x38efd0(0x164),'hdWSs':_0x38efd0(0x263),'FyogF':_0x38efd0(0x2e1)};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x38efd0(0x10b)](_0x4a4dae[_0x38efd0(0x14d)]),{};const _0x44682c=_0x4a4dae[_0x38efd0(0x10e)](require,_0x4a4dae['mFIqy']),_0x2430a5=_0x44682c[_0x38efd0(0x233)](),_0x565f1d=_0x4a4dae[_0x38efd0(0x240)](_0x2430a5?.[_0x38efd0(0x167)]?.['toLowerCase'](),_0x4a4dae[_0x38efd0(0x124)]);let _0x3c9677='',_0x3941a3=null,_0x564a7c=null;if(_0x565f1d){_0x3941a3=global['__jestCurrentTestIdentifier']||global[_0x38efd0(0x1d4)]?.['currentTest']?.[_0x38efd0(0x29a)]||global[_0x38efd0(0x1d4)]?.[_0x38efd0(0x220)]?.['id'];if(!_0x3941a3)return logger[_0x38efd0(0x10b)](_0x4a4dae[_0x38efd0(0x29d)]),{};try{const _0x9b7c2d=await GrpcClient[_0x38efd0(0x1d2)]()[_0x38efd0(0x202)](process['env'][_0x38efd0(0x2ed)],_0x4a4dae[_0x38efd0(0x111)],_0x4a4dae[_0x38efd0(0x2eb)],_0x3941a3),_0x4f4fdb=AccessibilityModule[_0x38efd0(0x2a1)](null,_0x9b7c2d);_0x3c9677=_0x4f4fdb?.[_0x38efd0(0x1e2)]||'',logger[_0x38efd0(0x194)](_0x38efd0(0x266)+_0x3c9677+_0x38efd0(0x17c)+_0x3941a3);const _0x496728=await AccessibilityModule[_0x38efd0(0x2d2)](_0x4a4dae[_0x38efd0(0x2eb)],_0x3c9677,_0x3941a3),_0x5dd0cf=this[_0x38efd0(0x25b)](_0x4a4dae[_0x38efd0(0x2cd)])||this['accessibilityConfig'][this[_0x38efd0(0x29f)]]||null,_0x1f8897=process[_0x38efd0(0x15a)][_0x38efd0(0x237)]||'',_0x596848=this['getParamsForScanForCli'](_0x4a4dae[_0x38efd0(0x279)],_0x3c9677,_0x5dd0cf,_0x1f8897);_0x564a7c=_0x44682c['mergeObject'](_0x596848,_0x496728),logger['debug'](_0x38efd0(0x2b9)+JSON[_0x38efd0(0x101)](_0x564a7c));}catch(_0x17c635){return logger[_0x38efd0(0x2de)](_0x38efd0(0x26f)+_0x17c635[_0x38efd0(0x181)]),{};}}else{_0x3c9677=this['getCapabilityValue'](_0x4a4dae[_0x38efd0(0x1cd)])||'';!_0x3c9677&&this[_0x38efd0(0x1e1)]()&&(_0x3c9677=accessibilityHelper[_0x38efd0(0x299)]());const _0x141856=this[_0x38efd0(0x25b)](_0x4a4dae[_0x38efd0(0x2cd)])||this['accessibilityConfig'][this[_0x38efd0(0x29f)]]||null,_0x2a20eb=process[_0x38efd0(0x15a)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x564a7c=this[_0x38efd0(0x1c7)](_0x4a4dae[_0x38efd0(0x279)],_0x3c9677,_0x141856,_0x2a20eb);}logger[_0x38efd0(0x194)](_0x4a4dae[_0x38efd0(0x1e5)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xcdcaca=_0x38efd0,_0x2f73a5=await this[_0xcdcaca(0x2cb)](_0x1f2237,_0x4a4dae[_0xcdcaca(0x2a4)],_0x564a7c);logger[_0xcdcaca(0x194)](_0xcdcaca(0x229)+util[_0xcdcaca(0x1eb)](_0x2f73a5));},{'command':_0x4a4dae[_0x38efd0(0x279)]})();const _0x3d1fa5=await PerformanceTester[_0x38efd0(0x2dd)](PerformanceA11yEvents[_0x38efd0(0x2a9)],async()=>{const _0x1aaec0=_0x38efd0;return await this['executeScriptByName'](_0x1f2237,_0x4a4dae[_0x1aaec0(0x2eb)],_0x564a7c);})();if(!_0x3d1fa5)return logger['debug'](_0x4a4dae['FyogF']),{};return _0x3d1fa5;}catch(_0x19f6f7){return logger[_0x38efd0(0x2de)](_0x38efd0(0x2bb)+(_0x19f6f7[_0x38efd0(0x18c)]||_0x19f6f7[_0x38efd0(0x181)])),{};}}async['performPageScan'](_0x55422d,_0x31dbc5,_0x4a7a93=null){const _0x2b761e=a90_0x4db811,_0x58aea9={};_0x58aea9[_0x2b761e(0x125)]=_0x2b761e(0x1da),_0x58aea9[_0x2b761e(0x117)]=_0x2b761e(0x2a3),_0x58aea9[_0x2b761e(0x165)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x5eb5d0=_0x58aea9;try{if(!_0x55422d)return logger[_0x2b761e(0x194)](_0x5eb5d0[_0x2b761e(0x125)]),null;if(!_0x31dbc5)return logger[_0x2b761e(0x194)](_0x5eb5d0[_0x2b761e(0x117)]),null;logger[_0x2b761e(0x194)](_0x5eb5d0['yuBUY']);const _0x114f58=_0x4a7a93?await _0x55422d['evaluate'](_0x31dbc5,_0x4a7a93):await _0x55422d[_0x2b761e(0x219)](_0x31dbc5);return _0x114f58;}catch(_0xd64009){return logger['error']('Error\x20in\x20performPageScan:\x20'+(_0xd64009['stack']||_0xd64009[_0x2b761e(0x181)])),null;}}static['loadDriverExecuteParams'](_0x68be67,_0x554802){const _0x584a8f=a90_0x4db811,_0x2bd20f={};_0x2bd20f[_0x584a8f(0x2ec)]='ascii';const _0x7d9c0c=_0x2bd20f,_0x453092={};_0x453092[_0x584a8f(0x1e2)]=_0x68be67;const _0x2812b8=_0x453092;let _0x54f30c={};if(_0x554802[_0x584a8f(0x123)]()&&_0x554802[_0x584a8f(0x140)]())try{_0x54f30c=JSON[_0x584a8f(0x134)](new Buffer(_0x554802['getAccessibilityExecuteParams']())[_0x584a8f(0x1ac)](_0x7d9c0c[_0x584a8f(0x2ec)]));}catch(_0x3add33){logger[_0x584a8f(0x2de)](_0x584a8f(0x12d)+_0x3add33['message']),_0x54f30c={};}return CLIUtils[_0x584a8f(0x199)](_0x2812b8,_0x54f30c);}static async[a90_0x4db811(0x2d2)](_0x495550,_0x405a36='',_0x2ab541=null){const _0x5789ff=a90_0x4db811,_0x494a34={};_0x494a34['pxdhA']=_0x5789ff(0x156),_0x494a34[_0x5789ff(0x208)]=_0x5789ff(0x19d);const _0x3576ee=_0x494a34;try{if(!_0x2ab541&&AccessibilityModule[_0x5789ff(0x292)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x5789ff(0x2de)](_0x3576ee[_0x5789ff(0x1ae)]),{};const _0x1b0e87=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process['env'][_0x5789ff(0x2ed)],_0x3576ee[_0x5789ff(0x208)],_0x495550,_0x2ab541),_0x45c0f4=_0x2ab541?AccessibilityModule['loadDriverExecuteParams'](null,_0x1b0e87)?.[_0x5789ff(0x1e2)]||_0x405a36:_0x405a36,_0x4dad16=AccessibilityModule[_0x5789ff(0x2a1)](_0x45c0f4,_0x1b0e87);return!_0x2ab541&&(AccessibilityModule['_centralAuthA11yConfig']=_0x4dad16,AccessibilityModule[_0x5789ff(0x292)]=!![]),_0x4dad16;}catch(_0x3f4e3d){return logger[_0x5789ff(0x2de)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x495550+':\x20'+(_0x3f4e3d['stack']||_0x3f4e3d[_0x5789ff(0x181)])),{};}}}function a90_0xad6b(){const _0x492af2=['initAccessibilityConfig','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Error\x20applying\x20sendMessageToServer\x20patch:\x20','commandsToWrap','latest','[AccessibilityModule]\x20onAfterTest:\x20framework=','wulAW','USKQD','Error\x20in\x20initAccessibilityConfig:\x20','16DTYAQy','pwwWE','getSuccess','sHvxs','TCjPO','Error\x20getting\x20capability\x20value\x20for\x20','command','string','instance','android','nfJoP','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','iqNcE','YqvNq','fJEQM','../../../helpers/accessibility-automation/helper','mLxiN','OXSxY','parse','KUTQA','UWuFL','LBOlI','isEnabled','MODULE_NAME','GgyWg','registerObserver','zwpEs','Oqrmw','isVersionSupported','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','hasAccessibilityExecuteParams','cnGWy','LOG_DISABLED_SHOWN','YDnIr','getState','NmExF','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','nQiWB','xdpNE','\x20script\x20available\x20in\x20scriptsList','getTrackedInstance','get','ThIVr','QLblj','titlePath','anQyd','Tkifo','toObject','executeScriptByName:\x20No\x20','updateData','parseA11yJwtPayload','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','iSoeZ','../grpcClient','762894YJwJqy','env','testFrameworkData','MergedScanArgs:\x20','getAccessibilityResults','VWcBZ','Accessibility\x20data\x20for\x20extension:\x20','Error\x20executing\x20script\x20','UqDgu','scannerProcessingTimeout','pvoeu','test_run_id','yuBUY','KoceL','name','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','setAccessibilityToken','setShouldScanCurrentTest','fztiI','getTesthub','../../../helpers/classLogger','wHsrh','OUTzl','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','getMinVersionForBrowser','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20',']\x20should\x20run\x20accessibility\x20value=','getTestUUID','RErLI','dzpwT','bind','VNyHb','\x20value=',']\x20Accessibility\x20configuration\x20initialized\x20successfully','\x20from\x20testIdentifier=','MjlaX','kCQEI','GvvBi',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','message','lvGKj','__accessibilityOptions','DTcxA','NXvPq','ucsgi','testhub_build_uuid','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','MhADv','mPovb','aMoPw','stack','Error\x20in\x20performScanForCli\x20for\x20script\x20','../TestInfo.js','isPlatformSupported:\x20caps\x20are\x20null','chrome','--headless=','JUHhH','getCurrentAccessibilityStatus','debug','../../playwright/accessibility-helper','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','getOptions','performScanForCli','mergeObject','split','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','accessibility','getPlatformIndex','browserstack.accessibilityOptions.scannerVersion','zYaOH','unknown','SAVE_RESULTS','_mobileScanningDisabledLogged','wNZFF','eiCux','test_tags','scan','browserstack.accessibilityOptions.wcagVersion','scriptsList','includes','processAccessibilityCaps','toString','nKAFN','pxdhA','getBuildId','lqobr','qvwqG','replace','YeGQb','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getAccessibility','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','POST','performScan','size','isArray','getTestDetails','getLogDisabledShown','Error\x20in\x20stopTestCapture:\x20','fJSiO','KEY_INIT','RZpqv','toLowerCase','onBeforeExecute:\x20No\x20command\x20name\x20provided','kBEUj','pCLeG','EXECUTE','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getParamsForScanForCli','browserstack.accessibilityOptions.scannerProcessingTimeout','\x20testHubUuid=','vDzEr','browserstack.accessibilityOptions.authToken','nfPJm','ptsgz','MUhtO','5eVPXCB','ScanArgs:\x20','isMobilePlatform','getInstance','getData','__workerDetails','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','QKaRq','Unknown\x20Test','function','getScriptsList','performPageScan:\x20Page\x20is\x20null','keys','nbtVz','[platform\x20-\x20','HqUOy','lPblz','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','isMobileWebSession','thTestRunUuid','ipFLc','getGoogleChromeOptions','hdWSs','RJdAf','../framework/automationFramework','ukyOd','getName','isAppAccessibility','format','../state/hookState','Error\x20getting\x20script\x20by\x20name\x20','getBrowserDisplayName',']\x20isEnabledTestcase\x20(jest)\x20result=','isMobileScanningEnabledForGroup','shouldScanCurrentTest','wcagVersion','../../../helpers/accessibility-automation/constants','qeLtM','Error\x20checking\x20headless\x20capability:\x20','dYPzP','eUnFw','CREATE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Error\x20in\x20validatePlatformForAccessibility:\x20','GNRtE','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.',',\x20testIdentifier=','AfyPH','../cliUtils','Xsblf','zeSgy','fetchDriverExecuteParamsEvent','ipvPA','Page\x20','512334seVJkU','BROWSERSTACK_TEST_ACCESSIBILITY_YML',',\x20testName=','GREGp','testFramework','value','browserVersion','hGIfc','SKpKY','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','getCurrentInstanceName','Egefn','IqivN','../framework/testFramework','onBeforeExecute:\x20command=',']\x20clear\x20','--headless=new','exports','1861720dZHrWl','isPlatformSupported','evaluate','true','../framework/constants/testFrameworkConstants.js','OGWjN','includeTagsInTestingScope','1656886QKidXv','shouldScanForCommand:\x20','currentTest','loadAccessibilityConfig','DZmah','mOIZk','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','sUJXm','join','args','accessibilityConfig','Scan\x20result:\x20','startsWith','TEST_INIT','eMGPC','getModuleName','ZFPcy','NeiKE','browserStackEvaluate','cucumber','KEY_TEST_NAME','getTestFrameworkDetail','fatjF','info','aTmcn','BROWSERSTACK_TESTHUB_JWT','\x20accessibility\x20script\x20on\x20page','a11y:save-results','etxNU','saveTestResults','performScanForCli:\x20No\x20',',\x20tags=','shouldScanForCommand','aMjVv','dFrlr','SDK_ACCESSIBILITY_CONFIG','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','isBrowserSupportedForAccessibility','136716rlCOYs','getValue','options','map','browser_version','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','Performing\x20scan\x20before\x20from\x20cli',',\x20excludeTags=','zqliN','7Axwfvz','gakmz','--headless','16551EhKIcX','delete','WHBRI','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','is_mobile_session','uqjfl','GthXi',']\x20isEnabledTestcase\x20(cucumber)\x20result=','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','commandsList','getCapabilityValue','_centralAuthA11yConfig','20aBuCvs','test-tags-->\x20','ZveRT','BISIM','start','getCapabilitiesList','Performing\x20scan\x20before\x20getting\x20results\x20summary','XySYc','\x22browserstack.key\x22:\x22[REDACTED]\x22','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','getTestId','Qjuls','EOfks','Pfavt',',\x20isAppAccessibility=','PRE','getContext','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','QVtDb','Processed\x20accessibility\x20caps\x20','PNNKo','isEnabledTestcase','browserName','eLGPj','kzXZG','UtEWN','headless','Tqeif','jLRot','isBrowserstackScriptCommand','stopTestCapture','FqrwP','kPUfF','NBUUi','getResultsSummary','excludeTagsInTestingScope','present','Context','nsXjR','SZiGk','BS_A11Y_JWT','getScriptByName','qQmIW','../../../helpers/helper','has','getCommandsList','eYBhM','applySendMessageToServerPatch','PERFORM_SCAN','finishScanningForCli','Blkhi','\x20using\x20script:\x20','_centralAuthConfigFetched','commandName','Exception\x20in\x20isPlatformSupported:\x20','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','10|0|13|5|2|3|6|4|9|1|16|8|14|11|7|12|15','LFvrg','onAfterTest','resolveMobileThTestRunUuid','testAnalyticsId','GwyxB','HTMHx','udaKq','zqDrH','KEY_TESTHUB_BUILD_ID','14524NvUgig','loadDriverExecuteParams','validatePlatformForAccessibility','performPageScan:\x20Script\x20is\x20null','XFRYY','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','patchSendMessageToServer','LXLOs','zzPYS','GET_RESULTS_SUMMARY','lTmgg','platformValidation','launchCaps',',\x20\x0a\x20','UrAbu','QUIT','platformName','eeAHk','saveResults','Error\x20in\x20processAccessibilityCaps:\x20','set','wFbXj','goog:chromeOptions','NexSm','QUnqB','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','ACCESSIBILITY_INITIALIZED','Error\x20in\x20getAccessibilityResultsSummary:\x20','nsHGn','Error\x20in\x20getAccessibilityResults:\x20','zSJOU','accessibilityPlatform','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','page','end','WpkLf','pwPage','wNHmZ','\x20result\x20for\x20','capabilities','toISOString','__jestCurrentTestIdentifier','length','executeScriptByName','\x20a11yToken=','oujvt','find',']\x20onAfterTest\x20should\x20scan=','JjHtp','Fiaba','fetchCentralAuthA11yConfig','MElrF','CJAJp','testInfo','Yfnql','icxLo','browserstack_executor','VkhCj','QdsHs','jest','setShouldScan','measureWrapper','error','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','JidIA','No\x20summaryResults\x20found.','\x20->\x20','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','ekCOV','name:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','chromeOptions','util','FqhdG','isAccessibilityScriptCommand','CqjbD','BqdTW','BROWSERSTACK_CLI_BIN_SESSION_ID','NhOei','null','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','onBeforeExecute','sIRQk','cbpCI','getAccessibilityResultsSummary','some','iKjfy','accessibilityToken','stringify',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','../../../helpers/performance/constants.js','DRIVER_HAS_URL','ZaCsi','getResults',',\x20includeTags=','aBueD','\x22browserstack.user\x22:\x22[REDACTED]\x22','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','warn','\x20script\x20available','getCommandsToWrap','KIbsU','_sendMessageServerPatchApplied','capabilitiesList','lgmNA','skipCDPConnectOverride','toJson','YLORh','getScript','setAccessibilityConfig','EPqmx'];a90_0xad6b=function(){return _0x492af2;};return a90_0xad6b();}function a90_0x1c8b(_0x1da9d9,_0xb69b78){const _0xad6bdf=a90_0xad6b();return a90_0x1c8b=function(_0x1c8bd6,_0x277af2){_0x1c8bd6=_0x1c8bd6-0xff;let _0x41b5a4=_0xad6bdf[_0x1c8bd6];return _0x41b5a4;},a90_0x1c8b(_0x1da9d9,_0xb69b78);};module[a90_0x4db811(0x216)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x435a05=a91_0x1bf4;function a91_0x1bf4(_0x254253,_0xabab7c){const _0x42e3e8=a91_0x42e3();return a91_0x1bf4=function(_0x1bf48a,_0x15e0e9){_0x1bf48a=_0x1bf48a-0x7b;let _0x5cac94=_0x42e3e8[_0x1bf48a];return _0x5cac94;},a91_0x1bf4(_0x254253,_0xabab7c);}(function(_0x4c8526,_0x481620){const _0x35471a=a91_0x1bf4,_0x534186=_0x4c8526();while(!![]){try{const _0x30d6ed=-parseInt(_0x35471a(0x7c))/0x1*(-parseInt(_0x35471a(0x93))/0x2)+parseInt(_0x35471a(0x97))/0x3*(parseInt(_0x35471a(0xa2))/0x4)+-parseInt(_0x35471a(0x98))/0x5*(-parseInt(_0x35471a(0x99))/0x6)+parseInt(_0x35471a(0xa5))/0x7+-parseInt(_0x35471a(0x8e))/0x8+parseInt(_0x35471a(0x81))/0x9+parseInt(_0x35471a(0x9c))/0xa*(-parseInt(_0x35471a(0xa3))/0xb);if(_0x30d6ed===_0x481620)break;else _0x534186['push'](_0x534186['shift']());}catch(_0x1d9af9){_0x534186['push'](_0x534186['shift']());}}}(a91_0x42e3,0x980eb));const logger=require(a91_0x435a05(0xa7))[a91_0x435a05(0x9f)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0xd18f97=null){const _0x9eed68=a91_0x435a05,_0xb90e78={};_0xb90e78['cfgmW']='0|4|3|1|5|2',_0xb90e78[_0x9eed68(0x8a)]=_0x9eed68(0x95);const _0xd2d98=_0xb90e78,_0x49e8e7=_0xd2d98[_0x9eed68(0x9a)][_0x9eed68(0x89)]('|');let _0x34a25c=0x0;while(!![]){switch(_0x49e8e7[_0x34a25c++]){case'0':this['name']=_0xd2d98['tcFMB'];continue;case'1':this[_0x9eed68(0xa8)]={};continue;case'2':this[_0x9eed68(0x91)]=this['setTestFrameworkData'](_0xd18f97);continue;case'3':this['platformIndex']=0x0;continue;case'4':this['binSessionId']=null;continue;case'5':this[_0x9eed68(0xa0)]=null;continue;}break;}}[a91_0x435a05(0x87)](){const _0x44c4e=a91_0x435a05,_0x3194d0={};_0x3194d0[_0x44c4e(0x83)]=_0x44c4e(0x88);const _0x46b051=_0x3194d0;if(!this['binSessionId'])throw new Error(_0x46b051[_0x44c4e(0x83)]);}['getModuleName'](){const _0x308549=a91_0x435a05;return this[_0x308549(0x92)];}[a91_0x435a05(0x7b)](_0x4354f6,_0x3db81b,_0x488df4,_0x225779={}){const _0x229855=a91_0x435a05,_0x28b6ac={};_0x28b6ac[_0x229855(0xa4)]=_0x229855(0x8c);const _0x5259b0=_0x28b6ac,_0x29640d=_0x5259b0[_0x229855(0xa4)][_0x229855(0x89)]('|');let _0x425855=0x0;while(!![]){switch(_0x29640d[_0x425855++]){case'0':this[_0x229855(0x8d)]=_0x3db81b;continue;case'1':this[_0x229855(0xa0)]=_0x488df4;continue;case'2':this[_0x229855(0x9b)]=_0x4354f6;continue;case'3':this[_0x229855(0xa8)]=_0x225779;continue;case'4':logger['debug'](_0x229855(0x80)+this[_0x229855(0x86)]()+_0x229855(0x8b)+_0x4354f6+_0x229855(0x7e)+_0x3db81b);continue;}break;}}[a91_0x435a05(0xa6)](_0x3f4c70){const _0x30d986=a91_0x435a05,_0x431693={};_0x431693['oYxFt']=function(_0x3f263c,_0x30e9fd){return _0x3f263c===_0x30e9fd;};const _0x3d2a22=_0x431693;let _0x2406b1='';if(_0x3d2a22[_0x30d986(0x8f)](_0x3f4c70[_0x30d986(0x82)],FRAMEWORKS[_0x30d986(0x85)]))_0x2406b1=_0x3f4c70[_0x30d986(0x90)]?.[_0x30d986(0x9d)]?.['id']||_0x3f4c70[_0x30d986(0x90)]?.['testId'];else{if(_0x3d2a22[_0x30d986(0x8f)](_0x3f4c70[_0x30d986(0x82)],FRAMEWORKS[_0x30d986(0xa1)]))_0x2406b1=_0x3f4c70[_0x30d986(0x90)]?.[_0x30d986(0x7d)];else _0x3d2a22[_0x30d986(0x8f)](_0x3f4c70['testFramework'],FRAMEWORKS[_0x30d986(0x9e)])&&(_0x2406b1=_0x3f4c70[_0x30d986(0x90)]?.['id']);}return _0x2406b1;}[a91_0x435a05(0x7f)](_0x503661){const _0x563f34=a91_0x435a05,_0x5ce90f={};_0x5ce90f['eCsMP']=function(_0x10a0b5,_0x294ee3){return _0x10a0b5!==_0x294ee3;},_0x5ce90f['eyCwg']=_0x563f34(0x96);const _0x2b7475=_0x5ce90f;if(!_0x503661||_0x2b7475['eCsMP'](typeof _0x503661,_0x2b7475[_0x563f34(0x94)]))return null;const _0x174a41={};_0x174a41['name']=_0x503661[_0x563f34(0x92)],_0x174a41[_0x563f34(0x84)]=_0x503661[_0x563f34(0x84)]&&_0x503661[_0x563f34(0x84)][_0x503661[_0x563f34(0x92)]];const _0x48d39c=_0x174a41;return _0x48d39c;}}module[a91_0x435a05(0xa9)]=BaseModule;function a91_0x42e3(){const _0x4de762=['config','exports','configure','12ZzQymS','testCaseStartedId',',\x20platformIndex=','setTestFrameworkData','Configured\x20module\x20','8960148ZuamKO','testFramework','EIbQu','version','PLAYWRIGHT','getModuleName','ensureBinSession','Missing\x20binSessionId','split','tcFMB','\x20with\x20binSessionId=','2|0|1|3|4','platformIndex','2062104DwvLlv','oYxFt','testInfo','testFrameworkData','name','96580cwkglp','eyCwg','BaseModule','object','2082bcNANc','15DXYBJa','758916AhZKac','cfgmW','binSessionId','25242610NywpvB','_test','JEST','winstonLogger','client','CUCUMBER','2776pEFenm','11YSILxf','OVuZW','6780935YBguMj','getTestId','../../../helpers/logger.js'];a91_0x42e3=function(){return _0x4de762;};return a91_0x42e3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a92_0x298b(){const _0x514a3d=['BROWSERSTACK_LTS_SESSION_ID','pPEyX','true','overrideLoadTesting','JXSEw','MbiZB','1801572JWkWJB','1621300QkWEot','env','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','LoadTestModule','PZGYA','3279899ADLNPd','YsvIF','6945taaMCI','browserstackAutomation','BckPj','exports','setLTSSessionId\x20error:\x20','setLTSSessionId','QMzta','wpYMo','message','114jaKDjx','MrZhN','toLowerCase','isLTSSession','undefined','180QIbOQI','IjNMO','error','cgxQk','WKThf','LTS','YxwXA','../../../helpers/helper.js','358ijvjmG','pmQbj','2497HNnPdb','debug','fegOe','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','2815992nwFFSb','ZnKFh','21610LhuhES','8PjWPwu','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','../../../helpers/classLogger.js'];a92_0x298b=function(){return _0x514a3d;};return a92_0x298b();}const a92_0x4b777c=a92_0x117a;(function(_0x2956c6,_0x4bf61b){const _0xc9d70f=a92_0x117a,_0x23c937=_0x2956c6();while(!![]){try{const _0x22cd88=-parseInt(_0xc9d70f(0xcc))/0x1*(parseInt(_0xc9d70f(0xbf))/0x2)+parseInt(_0xc9d70f(0xde))/0x3+parseInt(_0xc9d70f(0xdf))/0x4+-parseInt(_0xc9d70f(0xe6))/0x5*(parseInt(_0xc9d70f(0xc4))/0x6)+parseInt(_0xc9d70f(0xe4))/0x7*(parseInt(_0xc9d70f(0xd5))/0x8)+-parseInt(_0xc9d70f(0xd2))/0x9+-parseInt(_0xc9d70f(0xd4))/0xa*(parseInt(_0xc9d70f(0xce))/0xb);if(_0x22cd88===_0x4bf61b)break;else _0x23c937['push'](_0x23c937['shift']());}catch(_0x63e119){_0x23c937['push'](_0x23c937['shift']());}}}(a92_0x298b,0x94a7f));const {createClassLogger}=require(a92_0x4b777c(0xd7)),logger=createClassLogger(a92_0x4b777c(0xe2)),{sendSdkEvents}=require(a92_0x4b777c(0xcb)),isLTSSession=(_0x503aaa=null)=>{const _0x3cce67=a92_0x4b777c,_0x47b435={};_0x47b435[_0x3cce67(0xc8)]=function(_0x5dbca2,_0x564063){return _0x5dbca2!==_0x564063;},_0x47b435[_0x3cce67(0xe5)]=_0x3cce67(0xc3),_0x47b435[_0x3cce67(0xc0)]=function(_0x2fb807,_0x2ed2ca){return _0x2fb807===_0x2ed2ca;},_0x47b435[_0x3cce67(0xd0)]='string',_0x47b435['PZGYA']=_0x3cce67(0xda),_0x47b435[_0x3cce67(0xcd)]=function(_0x55bc7c,_0x5ca01b){return _0x55bc7c===_0x5ca01b;},_0x47b435['MbiZB']=function(_0x23025c,_0x50e69f){return _0x23025c===_0x50e69f;},_0x47b435[_0x3cce67(0xc7)]='false';const _0x1445f2=_0x47b435;try{if(_0x1445f2['WKThf'](typeof process[_0x3cce67(0xe0)][_0x3cce67(0xdb)],_0x1445f2[_0x3cce67(0xe5)])){const _0x454d41=process[_0x3cce67(0xe0)][_0x3cce67(0xdb)];return _0x1445f2[_0x3cce67(0xc0)](typeof _0x454d41,_0x1445f2[_0x3cce67(0xd0)])?_0x1445f2['MrZhN'](_0x454d41[_0x3cce67(0xc1)](),_0x1445f2['PZGYA']):!!_0x454d41;}const _0x50e8a4=_0x503aaa&&_0x503aaa[_0x3cce67(0xdb)],_0x553746=!!(_0x503aaa&&(_0x1445f2[_0x3cce67(0xc0)](_0x503aaa[_0x3cce67(0xe7)],!![])||_0x1445f2['pmQbj'](_0x503aaa[_0x3cce67(0xe7)],_0x1445f2[_0x3cce67(0xe3)]))),_0x198746=!!(_0x50e8a4&&_0x1445f2[_0x3cce67(0xdd)](_0x50e8a4['toString']()['toLowerCase'](),_0x1445f2[_0x3cce67(0xe3)])&&!_0x553746);return process['env'][_0x3cce67(0xdb)]=_0x198746?_0x1445f2[_0x3cce67(0xe3)]:_0x1445f2[_0x3cce67(0xc7)],_0x198746;}catch(_0x18720b){return process[_0x3cce67(0xe0)][_0x3cce67(0xdb)]=_0x1445f2[_0x3cce67(0xc7)],![];}},getLTSSessionId=()=>{const _0x279f63=a92_0x4b777c,_0xa00635={'bSooN':function(_0x3574b0){return _0x3574b0();},'BckPj':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','IjNMO':_0x279f63(0xd6)};try{if(_0xa00635['bSooN'](isLTSSession))return logger[_0x279f63(0xcf)](_0xa00635[_0x279f63(0xe8)]),process[_0x279f63(0xe0)][_0x279f63(0xd8)]||'';}catch(_0x28f972){logger[_0x279f63(0xc6)](_0x279f63(0xd1)+(_0x28f972&&_0x28f972[_0x279f63(0xee)]));}return logger[_0x279f63(0xcf)](_0xa00635[_0x279f63(0xc5)]),'';},setLTSSessionId=async(_0x331c67={})=>{const _0x421360=a92_0x4b777c,_0x13eeee={'QMzta':function(_0x2e602a){return _0x2e602a();},'wpYMo':_0x421360(0xe1),'QyOGe':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','YxwXA':_0x421360(0xc9),'ZnKFh':function(_0x5620d8,_0x100691){return _0x5620d8(_0x100691);},'JXSEw':function(_0x1fba6a,_0x3d37c3,_0x5b93c7){return _0x1fba6a(_0x3d37c3,_0x5b93c7);},'pPEyX':function(_0x149cac,_0x42d1c0){return _0x149cac||_0x42d1c0;}};try{const _0x3535b4=_0x13eeee[_0x421360(0xec)](getLTSSessionId);_0x3535b4?(process[_0x421360(0xe0)][_0x421360(0xd8)]=_0x3535b4,logger[_0x421360(0xcf)](_0x13eeee[_0x421360(0xed)])):(delete process['env'][_0x421360(0xd8)],logger[_0x421360(0xcf)](_0x13eeee['QyOGe']));try{const _0x92afb4={'feature':_0x13eeee[_0x421360(0xca)],'ltsEnabled':_0x13eeee[_0x421360(0xd3)](isLTSSession,_0x331c67),'ltsSessionIdPresent':!!_0x3535b4};await _0x13eeee[_0x421360(0xdc)](sendSdkEvents,_0x92afb4,_0x331c67);}catch(_0x2913d2){logger[_0x421360(0xcf)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x2913d2&&_0x2913d2[_0x421360(0xee)]));}return _0x13eeee[_0x421360(0xd9)](_0x3535b4,'');}catch(_0x58714f){return logger['debug'](_0x421360(0xea)+(_0x58714f&&_0x58714f['message'])),'';}},a92_0x114ece={};function a92_0x117a(_0x2d87b9,_0x31a941){const _0x298b06=a92_0x298b();return a92_0x117a=function(_0x117adb,_0x2894c2){_0x117adb=_0x117adb-0xbf;let _0x32905b=_0x298b06[_0x117adb];return _0x32905b;},a92_0x117a(_0x2d87b9,_0x31a941);}a92_0x114ece[a92_0x4b777c(0xc2)]=isLTSSession,a92_0x114ece['getLTSSessionId']=getLTSSessionId,a92_0x114ece[a92_0x4b777c(0xeb)]=setLTSSessionId,module[a92_0x4b777c(0xe9)]=a92_0x114ece;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93_0x16edd2=a93_0x4f79;function a93_0x4f79(_0xcdcbbc,_0xb1cc07){const _0x2e83bc=a93_0x2e83();return a93_0x4f79=function(_0x4f79bf,_0x2cadfd){_0x4f79bf=_0x4f79bf-0xcc;let _0x3ee4ef=_0x2e83bc[_0x4f79bf];return _0x3ee4ef;},a93_0x4f79(_0xcdcbbc,_0xb1cc07);}(function(_0x993928,_0x210a8b){const _0x5152ae=a93_0x4f79,_0x52d7ac=_0x993928();while(!![]){try{const _0x388112=-parseInt(_0x5152ae(0xe8))/0x1+parseInt(_0x5152ae(0xf1))/0x2+parseInt(_0x5152ae(0xdd))/0x3*(parseInt(_0x5152ae(0xd5))/0x4)+parseInt(_0x5152ae(0xd1))/0x5+-parseInt(_0x5152ae(0xd3))/0x6*(-parseInt(_0x5152ae(0xe7))/0x7)+-parseInt(_0x5152ae(0xd8))/0x8*(parseInt(_0x5152ae(0xe9))/0x9)+-parseInt(_0x5152ae(0xdb))/0xa;if(_0x388112===_0x210a8b)break;else _0x52d7ac['push'](_0x52d7ac['shift']());}catch(_0x5eb046){_0x52d7ac['push'](_0x52d7ac['shift']());}}}(a93_0x2e83,0x23ea7));const BaseModule=require(a93_0x16edd2(0xda)),{createClassLogger}=require(a93_0x16edd2(0xd2)),AutomationFramework=require(a93_0x16edd2(0xce)),AutomationFrameworkState=require(a93_0x16edd2(0xe1)),HookState=require(a93_0x16edd2(0xd0)),{playwrightAnnotate}=require(a93_0x16edd2(0xcd)),PerformanceTester=require(a93_0x16edd2(0xea)),{O11y_EVENTS}=require(a93_0x16edd2(0xdc)),constants=require(a93_0x16edd2(0xcc));function a93_0x2e83(){const _0x5d9159=['ObservabilitySync:','60788kMMBVu','onBeforeTest','onBeforeTest:\x20page\x20is\x20not\x20defined','8IVdYRF','zbiFy','./baseModule','2508810zdZntH','../../../helpers/performance/constants.js','36LsRHOH','ObservabilityModule','TEST_REPORTING_ANALYTICS','name','../state/automationFrameworkState.js','getModuleName','CvxEs','debug','POST','logger','83741OgllOh','110175NgEwhc','1894941xERlyB','../../../helpers/performance/performance-tester.js','tCxst','\x20sync\x20done','bind','ofWCl','FfSms','end','152570CWRVBV','now','page','MODULE_NAME','registerObserver','../../utils/constants.js','../../../helpers/helper.js','../framework/automationFramework.js','SYNC','../state/hookState.js','1163850kRGlJj','../../../helpers/classLogger.js','114mmEKTw'];a93_0x2e83=function(){return _0x5d9159;};return a93_0x2e83();}class ObservabilityModule extends BaseModule{[a93_0x16edd2(0xe6)]=createClassLogger('ObservabilityModule');constructor(_0x4e37aa){const _0x3f11a2=a93_0x16edd2,_0x530139={};_0x530139['FfSms']=_0x3f11a2(0xde);const _0x18ee6c=_0x530139;super(),this[_0x3f11a2(0xe0)]=_0x18ee6c[_0x3f11a2(0xef)],this['observabilityConfig']=_0x4e37aa,AutomationFramework[_0x3f11a2(0xf5)](AutomationFrameworkState['CREATE'],HookState[_0x3f11a2(0xe5)],this[_0x3f11a2(0xd6)][_0x3f11a2(0xed)](this));}[a93_0x16edd2(0xe2)](){const _0xc518a4=a93_0x16edd2;return ObservabilityModule[_0xc518a4(0xf4)];}async['onBeforeTest'](_0x22f8f4){const _0x172d72=a93_0x16edd2,_0x30a9bf={'zbiFy':function(_0x408ef7,_0x4a5490){return _0x408ef7+_0x4a5490;},'ofWCl':_0x172d72(0xd4),'ypkwm':function(_0x1109b2,_0x154dc1,_0x39cc33,_0x36bbc1){return _0x1109b2(_0x154dc1,_0x39cc33,_0x36bbc1);},'CvxEs':_0x172d72(0xe4),'tCxst':_0x172d72(0xd7)};if(_0x22f8f4[_0x172d72(0xf3)]){const _0x3eda34=_0x22f8f4[_0x172d72(0xf3)],_0x33f889=Date[_0x172d72(0xf2)](),_0x19ac8b=_0x30a9bf[_0x172d72(0xd9)](_0x30a9bf[_0x172d72(0xee)],_0x33f889);PerformanceTester['start'](O11y_EVENTS[_0x172d72(0xcf)]),await _0x30a9bf['ypkwm'](playwrightAnnotate,_0x3eda34,_0x19ac8b,_0x30a9bf[_0x172d72(0xe3)]),PerformanceTester[_0x172d72(0xf0)](O11y_EVENTS[_0x172d72(0xcf)]),this[_0x172d72(0xe6)]['info']('onBeforeTest:\x20'+constants[_0x172d72(0xdf)]+_0x172d72(0xec));}else this['logger']['debug'](_0x30a9bf[_0x172d72(0xeb)]);}}ObservabilityModule[a93_0x16edd2(0xf4)]=a93_0x16edd2(0xde),module['exports']=ObservabilityModule;
|