browserstack-node-sdk 1.56.0 → 1.56.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/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_0x158c76=a89_0x1066;function a89_0x1e54(){const _0x286327=['crypto','getRef','isBrowserstackAutomationSession','RABVu','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','18eCgNVD','hex','6308904nXGdTU','set','entries','getId','updateMultipleEntries','4839130bLeccw','digest','keys','get','./trackedContext','DcnUf','18275400OeeMuz','forEach','pid','worker_threads','57aEwrcO','107378iqGblm','addMultipleEntries','956RLsMxE','createContext','update','aoLHk','getContext','data','createHash','context','2799180OiQFpP','2566998pfBCVm','exports','getData','sha256'];a89_0x1e54=function(){return _0x286327;};return a89_0x1e54();}(function(_0x387952,_0x35e998){const _0x3820a2=a89_0x1066,_0x9966d3=_0x387952();while(!![]){try{const _0x153526=-parseInt(_0x3820a2(0x1c8))/0x1*(-parseInt(_0x3820a2(0x1b6))/0x2)+-parseInt(_0x3820a2(0x1c7))/0x3*(-parseInt(_0x3820a2(0x1ca))/0x4)+parseInt(_0x3820a2(0x1bd))/0x5+-parseInt(_0x3820a2(0x1ac))/0x6+parseInt(_0x3820a2(0x1ad))/0x7+parseInt(_0x3820a2(0x1b8))/0x8+-parseInt(_0x3820a2(0x1c3))/0x9;if(_0x153526===_0x35e998)break;else _0x9966d3['push'](_0x9966d3['shift']());}catch(_0x3690bf){_0x9966d3['push'](_0x9966d3['shift']());}}}(a89_0x1e54,0x91be6));const TrackedContext=require(a89_0x158c76(0x1c1)),crypto=require(a89_0x158c76(0x1b1)),{threadId}=require(a89_0x158c76(0x1c6));function a89_0x1066(_0x1d87a4,_0x4dc32e){const _0x1e542c=a89_0x1e54();return a89_0x1066=function(_0x10661a,_0x170dff){_0x10661a=_0x10661a-0x1aa;let _0x29072f=_0x1e542c[_0x10661a];return _0x29072f;},a89_0x1066(_0x1d87a4,_0x4dc32e);}class TrackedInstance{static [a89_0x158c76(0x1b5)]=a89_0x158c76(0x1b3);constructor(_0x5a592a){const _0x32b84d=a89_0x158c76;this['context']=_0x5a592a,this[_0x32b84d(0x1cf)]=new Map();}[a89_0x158c76(0x1b2)](){const _0x10687a=a89_0x158c76;return this[_0x10687a(0x1ab)][_0x10687a(0x1bb)]();}[a89_0x158c76(0x1ce)](){const _0xbc8959=a89_0x158c76;return this[_0xbc8959(0x1ab)];}['getAllData'](){const _0x570774=a89_0x158c76;return this[_0x570774(0x1cf)];}[a89_0x158c76(0x1bc)](_0x572958){const _0x129606=a89_0x158c76;Object[_0x129606(0x1bf)](_0x572958)['forEach'](_0x19da99=>{const _0x4dbe5a=_0x129606;this[_0x4dbe5a(0x1cf)][_0x4dbe5a(0x1b9)](_0x19da99,_0x572958[_0x19da99]);});}[a89_0x158c76(0x1c9)](_0x2b3268){const _0x39f7dd=a89_0x158c76;Object[_0x39f7dd(0x1ba)](_0x2b3268)[_0x39f7dd(0x1c4)](([_0x35d92d,_0x30f33e])=>{const _0x15f35b=_0x39f7dd,_0x18d78c=this[_0x15f35b(0x1cf)]['get'](_0x35d92d)||{},_0x5e4be4={..._0x18d78c,..._0x30f33e},_0x1b4319=_0x5e4be4;this[_0x15f35b(0x1cf)][_0x15f35b(0x1b9)](_0x35d92d,_0x1b4319);});}[a89_0x158c76(0x1af)](_0x1b346e){const _0x4abd62=a89_0x158c76;return this[_0x4abd62(0x1cf)][_0x4abd62(0x1c0)](_0x1b346e);}['updateData'](_0x2563fa,_0x592784){const _0x34270f=a89_0x158c76;this[_0x34270f(0x1cf)]['set'](_0x2563fa,_0x592784);}static[a89_0x158c76(0x1cb)](_0x2df86c){const _0x33cc41=a89_0x158c76,_0x5aba9a={};_0x5aba9a[_0x33cc41(0x1c2)]=_0x33cc41(0x1b0),_0x5aba9a[_0x33cc41(0x1cd)]=_0x33cc41(0x1b7),_0x5aba9a[_0x33cc41(0x1b4)]=function(_0x37000c,_0x27f20a){return _0x37000c||_0x27f20a;};const _0x16dfe7=_0x5aba9a;return new TrackedContext(crypto[_0x33cc41(0x1aa)](_0x16dfe7[_0x33cc41(0x1c2)])[_0x33cc41(0x1cc)](_0x2df86c)[_0x33cc41(0x1be)](_0x16dfe7['aoLHk']),_0x16dfe7['RABVu'](threadId,0x0),process[_0x33cc41(0x1c5)],typeof _0x2df86c);}}module[a89_0x158c76(0x1ae)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90_0x122fba=a90_0x5db1;(function(_0x198e15,_0x52c0af){const _0x1cecb5=a90_0x5db1,_0x15caf5=_0x198e15();while(!![]){try{const _0x40eed3=parseInt(_0x1cecb5(0x225))/0x1*(parseInt(_0x1cecb5(0x24b))/0x2)+parseInt(_0x1cecb5(0x20d))/0x3+parseInt(_0x1cecb5(0x1f6))/0x4*(parseInt(_0x1cecb5(0x334))/0x5)+parseInt(_0x1cecb5(0x2b9))/0x6+parseInt(_0x1cecb5(0x3a1))/0x7*(parseInt(_0x1cecb5(0x2ee))/0x8)+-parseInt(_0x1cecb5(0x29b))/0x9+-parseInt(_0x1cecb5(0x2ac))/0xa;if(_0x40eed3===_0x52c0af)break;else _0x15caf5['push'](_0x15caf5['shift']());}catch(_0x56af2d){_0x15caf5['push'](_0x15caf5['shift']());}}}(a90_0x2817,0x1f868));const BaseModule=require(a90_0x122fba(0x1e6)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a90_0x122fba(0x342)),AutomationFramework=require(a90_0x122fba(0x2ed)),TestFramework=require(a90_0x122fba(0x214)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require('../grpcClient'),scripts=require(a90_0x122fba(0x39e)),logger=createClassLogger(a90_0x122fba(0x31c)),PerformanceTester=require(a90_0x122fba(0x211)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x122fba(0x251)),{nestedKeyValue,isUndefined}=require(a90_0x122fba(0x24d)),util=require(a90_0x122fba(0x315)),TestInfo=require(a90_0x122fba(0x1de)),TestFrameworkConstants=require(a90_0x122fba(0x200)),accessibilityHelper=require(a90_0x122fba(0x283));class AccessibilityModule extends BaseModule{static [a90_0x122fba(0x297)]=AccessibilityModule[a90_0x122fba(0x331)];static [a90_0x122fba(0x1cf)]=![];static [a90_0x122fba(0x332)]={};constructor(_0x229b1f){const _0x2481cb=a90_0x122fba,_0x22988f={};_0x22988f[_0x2481cb(0x377)]=_0x2481cb(0x37d),_0x22988f['emYNj']=_0x2481cb(0x384),_0x22988f[_0x2481cb(0x1fc)]=_0x2481cb(0x29f),_0x22988f['LMuTA']=_0x2481cb(0x321),_0x22988f[_0x2481cb(0x274)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE';const _0x59eeeb=_0x22988f,_0x8fb876=_0x59eeeb[_0x2481cb(0x377)][_0x2481cb(0x31e)]('|');let _0x3fd949=0x0;while(!![]){switch(_0x8fb876[_0x3fd949++]){case'0':this['KEY_TESTHUB_BUILD_ID']=_0x59eeeb[_0x2481cb(0x353)];continue;case'1':this[_0x2481cb(0x376)]=_0x59eeeb[_0x2481cb(0x1fc)];continue;case'2':this[_0x2481cb(0x2cf)]=_0x59eeeb['LMuTA'];continue;case'3':this[_0x2481cb(0x34e)](_0x229b1f['getOptions']()[_0x2481cb(0x2a0)]());continue;case'4':this['isEnabled']=!![];continue;case'5':this[_0x2481cb(0x2ec)]=![];continue;case'6':AutomationFramework[_0x2481cb(0x299)](AutomationFrameworkState[_0x2481cb(0x256)],HookState[_0x2481cb(0x1f5)],this['onAfterTest'][_0x2481cb(0x322)](this));continue;case'7':this[_0x2481cb(0x33e)]=new Map();continue;case'8':this[_0x2481cb(0x361)]=[];continue;case'9':this[_0x2481cb(0x372)]=_0x229b1f[_0x2481cb(0x28a)]();continue;case'10':AutomationFramework[_0x2481cb(0x299)](AutomationFrameworkState[_0x2481cb(0x329)],HookState[_0x2481cb(0x1f5)],this[_0x2481cb(0x1f4)][_0x2481cb(0x322)](this));continue;case'11':this['_sendMessageServerPatchApplied']=![];continue;case'12':this[_0x2481cb(0x386)]=new Map();continue;case'13':logger[_0x2481cb(0x25d)](_0x59eeeb[_0x2481cb(0x274)]);continue;case'14':this[_0x2481cb(0x339)]=![];continue;case'15':super();continue;case'16':AutomationFramework[_0x2481cb(0x299)](AutomationFrameworkState[_0x2481cb(0x2a3)],HookState[_0x2481cb(0x24c)],this[_0x2481cb(0x204)]['bind'](this));continue;}break;}}[a90_0x122fba(0x380)](){return this['isEnabled'];}[a90_0x122fba(0x292)](){const _0x12da38=a90_0x122fba;return AccessibilityModule[_0x12da38(0x297)];}[a90_0x122fba(0x338)](){const _0xd280f9=a90_0x122fba;return this['accessibility'][_0xd280f9(0x271)](CLIUtils[_0xd280f9(0x1c4)](),![]);}['getLogDisabledShown'](){const _0x9dd95=a90_0x122fba;return this[_0x9dd95(0x386)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x122fba(0x2b3)](_0x4131fa){const _0x2319c9=a90_0x122fba;this[_0x2319c9(0x386)][_0x2319c9(0x291)](CLIUtils['getCurrentInstanceName'](),_0x4131fa);}[a90_0x122fba(0x290)](){const _0x5980d2=a90_0x122fba,_0x163a92={'DDiGo':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','WlSPs':function(_0x4bfabb,_0x13e869){return _0x4bfabb(_0x13e869);},'DOxyn':_0x5980d2(0x2b6),'Pehco':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','popkG':_0x5980d2(0x296)};if(this[_0x5980d2(0x268)]){logger['debug'](_0x163a92[_0x5980d2(0x2c3)]);return;}try{const _0xe8f690=_0x163a92['WlSPs'](require,_0x163a92['DOxyn']);_0xe8f690&&_0xe8f690[_0x5980d2(0x1ce)]?(_0xe8f690[_0x5980d2(0x1ce)](),this[_0x5980d2(0x268)]=!![],logger[_0x5980d2(0x25d)](_0x163a92[_0x5980d2(0x2b8)])):logger['debug'](_0x163a92[_0x5980d2(0x30c)]);}catch(_0x58c801){logger[_0x5980d2(0x25d)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x5980d2(0x288)](_0x58c801));}}[a90_0x122fba(0x30e)](_0x4355d2=null,_0x4a3877=null,_0xc0cf56=null){const _0x5ce867=a90_0x122fba,_0x263136={'AINCe':function(_0x567307,_0x2eb092){return _0x567307&&_0x2eb092;},'lwrnV':_0x5ce867(0x1c8),'ssAVg':function(_0x2a4bb1,_0x2ecfa0){return _0x2a4bb1(_0x2ecfa0);},'xiQsK':_0x5ce867(0x24d),'eEbff':_0x5ce867(0x258),'WROwW':_0x5ce867(0x385),'eSeKo':function(_0x46956f,_0x4d3b90){return _0x46956f===_0x4d3b90;},'kZgQD':function(_0x41ae7a,_0x393270){return _0x41ae7a===_0x393270;},'AbTfH':_0x5ce867(0x2d5),'TysyQ':function(_0x13f9e3,_0x20cf17){return _0x13f9e3===_0x20cf17;},'TTthX':_0x5ce867(0x371),'jwxBz':function(_0x139deb,_0x12bad5){return _0x139deb===_0x12bad5;},'BgQfx':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','yXgOg':_0x5ce867(0x208),'GNCQR':function(_0x202615,_0x1e944e){return _0x202615!==_0x1e944e;},'cCUaW':'latest','FFQOA':function(_0x439ba1){return _0x439ba1();},'kcXzv':_0x5ce867(0x32f),'hiZpc':function(_0x3f8176,_0x30da38){return _0x3f8176>_0x30da38;},'DnMcg':function(_0x34daf7,_0x21dff1){return _0x34daf7(_0x21dff1);},'gOBdl':function(_0x17f3e6,_0x2bbee2){return _0x17f3e6(_0x2bbee2);},'WCluV':_0x5ce867(0x215)};try{if(_0x263136['AINCe'](!_0x4a3877,!_0xc0cf56))return logger[_0x5ce867(0x25d)](_0x263136['lwrnV']),![];const {isUndefined:_0x3c6508,isBrowserstackInfra:_0x383ded}=_0x263136['ssAVg'](require,_0x263136['xiQsK']);if(!accessibilityHelper[_0x5ce867(0x1f0)]())return logger['debug'](_0x263136[_0x5ce867(0x306)]),![];const _0x1fc6e6=_0x4a3877[_0x5ce867(0x38c)]||_0x4a3877[_0x5ce867(0x247)],_0x173f1d=_0x4a3877[_0x5ce867(0x392)]||_0x4a3877[_0x5ce867(0x344)];if(!accessibilityHelper[_0x5ce867(0x345)](_0x1fc6e6))return logger[_0x5ce867(0x23c)](_0x263136[_0x5ce867(0x32a)]),![];if(accessibilityHelper[_0x5ce867(0x1d1)](_0x1fc6e6))try{const _0x2994c4=_0x4a3877[_0x5ce867(0x2cd)],_0x4a0bb0=_0x263136[_0x5ce867(0x237)](_0x2994c4,!![])||_0x263136[_0x5ce867(0x282)](_0x2994c4,_0x263136[_0x5ce867(0x260)])||_0x263136[_0x5ce867(0x304)](typeof _0x2994c4,_0x263136[_0x5ce867(0x25c)])&&_0x263136['jwxBz'](_0x2994c4[_0x5ce867(0x3a0)](),_0x263136[_0x5ce867(0x260)]);if(_0x4a0bb0)return logger[_0x5ce867(0x23c)](_0x263136[_0x5ce867(0x34d)]),![];const _0x852a1f=_0x4a3877?.[_0x5ce867(0x2f9)]?.[_0x5ce867(0x379)]||_0x4a3877?.[_0x263136[_0x5ce867(0x2c8)]]?.[_0x5ce867(0x379)]||[];if(Array[_0x5ce867(0x391)](_0x852a1f)&&_0x852a1f['some'](_0x5e8712=>typeof _0x5e8712===_0x5ce867(0x371)&&(_0x5e8712===_0x5ce867(0x368)||_0x5e8712[_0x5ce867(0x2c1)](_0x5ce867(0x2c6))&&_0x5e8712!=='--headless=new')))return logger[_0x5ce867(0x23c)](_0x263136[_0x5ce867(0x34d)]),![];}catch(_0xf95bf6){logger[_0x5ce867(0x25d)](_0x5ce867(0x34b)+util[_0x5ce867(0x288)](_0xf95bf6));}if(_0x263136[_0x5ce867(0x355)](_0x173f1d,_0x263136[_0x5ce867(0x3a3)])){const _0x1304d0=_0x263136[_0x5ce867(0x381)](_0x383ded),_0x4f7f98=accessibilityHelper['getMinVersionForBrowser'](_0x1fc6e6,_0x1304d0),_0x23f4d1=accessibilityHelper[_0x5ce867(0x2af)](_0x1fc6e6);if(!accessibilityHelper[_0x5ce867(0x206)](_0x173f1d,_0x4f7f98)){const _0x4b6d27=_0x1304d0?'':_0x263136['kcXzv'];return logger[_0x5ce867(0x23c)](_0x5ce867(0x32d)+_0x23f4d1+_0x5ce867(0x390)+_0x4f7f98+'\x20or\x20higher\x20'+_0x4b6d27+'.'),![];}}else{const _0x9b783=_0x4a3877[_0x5ce867(0x392)]||_0x4a3877['browser_version']||_0x4a3877[_0x5ce867(0x1ee)];if(_0x9b783&&_0x263136['GNCQR'](_0x9b783,_0x263136['cCUaW'])&&!_0x263136[_0x5ce867(0x280)](_0x263136[_0x5ce867(0x2c0)](parseFloat,_0x9b783),_0x263136[_0x5ce867(0x2e1)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x5ce867(0x23c)](_0x263136['WCluV']),![];}return!![];}catch(_0x7b1884){return logger[_0x5ce867(0x25d)]('Exception\x20in\x20isPlatformSupported:\x20'+_0x7b1884[_0x5ce867(0x253)]),![];}}[a90_0x122fba(0x33f)](_0x16eec7=[],_0x30cc4b,_0x5b2827=a90_0x122fba(0x284)){const _0x1a1776=a90_0x122fba,_0x563d73={'jGaOy':function(_0x3df1ac,_0x5edfae){return _0x3df1ac===_0x5edfae;},'NyPDc':_0x1a1776(0x312),'DPqoc':function(_0x55660c,_0x1fa177){return _0x55660c||_0x1fa177;},'MFpBg':function(_0x344bf3,_0x1d20a9){return _0x344bf3&&_0x1d20a9;},'wrxex':_0x1a1776(0x1f2),'ffFja':function(_0xaac474,_0x36ab49){return _0xaac474===_0x36ab49;},'UESzO':function(_0x862423,_0x483718){return _0x862423(_0x483718);},'dJMWs':function(_0x2538c2,_0x1447d7){return _0x2538c2>_0x1447d7;},'IEomn':function(_0x431d3c,_0x4424da){return _0x431d3c&&_0x4424da;}};try{const _0xa6c8f6=process[_0x1a1776(0x37a)][_0x1a1776(0x30d)]?JSON['parse'](process[_0x1a1776(0x37a)][_0x1a1776(0x30d)]):null;if(!_0xa6c8f6)return!![];const _0x3f1e6f=Array[_0x1a1776(0x391)](_0xa6c8f6[_0x1a1776(0x265)])?_0xa6c8f6[_0x1a1776(0x265)]:[],_0xd13ab5=Array[_0x1a1776(0x391)](_0xa6c8f6[_0x1a1776(0x1fa)])?_0xa6c8f6[_0x1a1776(0x1fa)]:[];if(_0x563d73[_0x1a1776(0x31d)](_0x5b2827,_0x563d73[_0x1a1776(0x23a)])){let _0x3bf01a;Array[_0x1a1776(0x391)](_0x16eec7)?_0x3bf01a=_0x16eec7[_0x1a1776(0x2d4)]('\x20'):_0x3bf01a=_0x563d73[_0x1a1776(0x330)](_0x16eec7,'');const _0x499127=_0xd13ab5[_0x1a1776(0x37c)](_0x5db58a=>_0x3bf01a[_0x1a1776(0x2bb)](_0x5db58a)),_0x640331=_0x563d73[_0x1a1776(0x31d)](_0x3f1e6f[_0x1a1776(0x362)],0x0)||_0x3f1e6f[_0x1a1776(0x37c)](_0x3cb822=>_0x3bf01a[_0x1a1776(0x2bb)](_0x3cb822)),_0x164d41=_0x563d73[_0x1a1776(0x2f2)](!_0x499127,_0x640331);return logger[_0x1a1776(0x25d)](_0x1a1776(0x1e8)+(_0x30cc4b?.[_0x1a1776(0x1c9)]?.()||_0x563d73['wrxex'])+_0x1a1776(0x30f)+_0x164d41+_0x1a1776(0x2ca)+_0x3bf01a+',\x20includeTags='+JSON['stringify'](_0x3f1e6f)+',\x20excludeTags='+JSON[_0x1a1776(0x26e)](_0xd13ab5)),_0x164d41;}const _0x133e22=Array['isArray'](_0x16eec7)?_0x16eec7:[];let _0x49a428=![],_0x558f49=_0x563d73[_0x1a1776(0x335)](_0x3f1e6f[_0x1a1776(0x362)],0x0);const _0xda6f50=_0x3f70e8=>typeof _0x3f70e8===_0x1a1776(0x371)?_0x3f70e8[_0x1a1776(0x275)](/^@/,'')[_0x1a1776(0x3a0)]()['trim']():_0x3f70e8,_0x3a771a=new Set(_0x3f1e6f[_0x1a1776(0x254)](_0xda6f50)),_0x249b44=new Set(_0xd13ab5['map'](_0xda6f50));for(const _0xd6d7be of _0x133e22){const _0x3ae17f=_0x563d73[_0x1a1776(0x365)](_0xda6f50,_0xd6d7be);_0x249b44[_0x1a1776(0x2df)](_0x3ae17f)&&(_0x49a428=!![]),_0x563d73[_0x1a1776(0x39b)](_0x3a771a['size'],0x0)&&_0x3a771a[_0x1a1776(0x2df)](_0x3ae17f)&&(_0x558f49=!![]);}const _0x33abba=_0x563d73[_0x1a1776(0x24e)](_0x558f49,!_0x49a428);return logger[_0x1a1776(0x25d)]('[platform\x20-\x20'+(_0x30cc4b?.[_0x1a1776(0x1c9)]?.()||_0x563d73[_0x1a1776(0x1d8)])+_0x1a1776(0x2ba)+_0x33abba+_0x1a1776(0x1ed)+JSON[_0x1a1776(0x26e)](_0x133e22)+',\x20includeTags='+JSON[_0x1a1776(0x26e)](_0x3f1e6f)+',\x20excludeTags='+JSON['stringify'](_0xd13ab5)),_0x33abba;}catch(_0x194fc7){return logger[_0x1a1776(0x25d)](_0x1a1776(0x1e8)+(_0x30cc4b?.[_0x1a1776(0x1c9)]?.()||_0x563d73[_0x1a1776(0x1d8)])+_0x1a1776(0x2bd)+_0x194fc7[_0x1a1776(0x253)]),![];}}async[a90_0x122fba(0x204)](_0x6eab31){const _0x52252a=a90_0x122fba,_0x3b93fc={};_0x3b93fc['lnbAY']=function(_0x49dc9a,_0x56ae53){return _0x49dc9a!==_0x56ae53;},_0x3b93fc[_0x52252a(0x226)]='cucumber',_0x3b93fc[_0x52252a(0x2ff)]=function(_0x4cd84e,_0x122382){return _0x4cd84e!==_0x122382;},_0x3b93fc[_0x52252a(0x358)]=_0x52252a(0x312),_0x3b93fc[_0x52252a(0x26d)]=_0x52252a(0x396),_0x3b93fc[_0x52252a(0x262)]=_0x52252a(0x22b),_0x3b93fc[_0x52252a(0x38f)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x3b93fc[_0x52252a(0x38d)]=_0x52252a(0x2a7),_0x3b93fc[_0x52252a(0x1d6)]=_0x52252a(0x36f),_0x3b93fc[_0x52252a(0x333)]=function(_0xda5994,_0x1a7f60){return _0xda5994===_0x1a7f60;},_0x3b93fc[_0x52252a(0x22a)]=function(_0x4c0be4,_0x313fb3){return _0x4c0be4===_0x313fb3;},_0x3b93fc[_0x52252a(0x394)]=_0x52252a(0x311),_0x3b93fc[_0x52252a(0x1c6)]=_0x52252a(0x348),_0x3b93fc[_0x52252a(0x270)]=function(_0x3e284f,_0x20d81c){return _0x3e284f>_0x20d81c;},_0x3b93fc[_0x52252a(0x293)]='function',_0x3b93fc[_0x52252a(0x224)]=_0x52252a(0x1c3),_0x3b93fc[_0x52252a(0x218)]=function(_0x25d127,_0x43c6eb){return _0x25d127&&_0x43c6eb;},_0x3b93fc['mEfId']=_0x52252a(0x1f2),_0x3b93fc[_0x52252a(0x2bc)]='true';const _0x23dff3=_0x3b93fc;if(_0x23dff3[_0x52252a(0x35e)](_0x6eab31[_0x52252a(0x2e9)],_0x23dff3[_0x52252a(0x226)])&&_0x23dff3[_0x52252a(0x2ff)](_0x6eab31['testFramework'],_0x23dff3['zDOWX'])){logger[_0x52252a(0x25d)](_0x23dff3[_0x52252a(0x26d)]);return;}try{const _0x3457dc=AutomationFramework[_0x52252a(0x209)](),_0x986ce3=TestFramework[_0x52252a(0x209)](),_0x3b4566=_0x6eab31[_0x52252a(0x319)]||global[_0x52252a(0x33c)]?.[_0x52252a(0x29a)]||null;if(!_0x3b4566){_0x986ce3&&_0x986ce3[_0x52252a(0x387)](_0x23dff3['iudMb'],!![]);logger[_0x52252a(0x25d)](_0x23dff3[_0x52252a(0x38f)]);return;}logger[_0x52252a(0x25d)](_0x23dff3['wgMfg']);const _0x3bc190=_0x986ce3?.[_0x52252a(0x2f4)](_0x23dff3[_0x52252a(0x1d6)],![]),_0x21971e=_0x986ce3?.[_0x52252a(0x2f4)](_0x23dff3[_0x52252a(0x262)],![]);if(_0x23dff3[_0x52252a(0x333)](_0x3bc190,![])&&_0x23dff3['mYaZz'](_0x21971e,![])){_0x986ce3&&_0x986ce3[_0x52252a(0x387)](_0x23dff3[_0x52252a(0x1d6)],!![]);logger[_0x52252a(0x25d)](_0x23dff3['ITQHQ']);return;}_0x986ce3&&_0x986ce3[_0x52252a(0x387)](_0x23dff3[_0x52252a(0x262)],!![]);let _0x663d6,_0x2eb012;const _0x309ff1=_0x6eab31[_0x52252a(0x2e9)]||_0x23dff3[_0x52252a(0x226)];if(_0x23dff3[_0x52252a(0x22a)](_0x309ff1,_0x23dff3['zDOWX'])){_0x2eb012=_0x6eab31[_0x52252a(0x207)]?.[_0x52252a(0x32b)]||_0x6eab31[_0x52252a(0x207)]?.['id']||global[_0x52252a(0x23d)]||global[_0x52252a(0x33c)]?.[_0x52252a(0x20f)]?.[_0x52252a(0x32b)]||global[_0x52252a(0x33c)]?.[_0x52252a(0x20f)]?.['id'];const _0x305357=_0x986ce3?.[_0x52252a(0x356)]()?.[_0x52252a(0x271)](_0x2eb012);if(_0x305357&&_0x305357[TestFrameworkConstants[_0x52252a(0x2aa)]])_0x663d6=_0x305357[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x6eab31[_0x52252a(0x207)]?.[_0x52252a(0x29d)])_0x663d6=_0x6eab31[_0x52252a(0x207)][_0x52252a(0x29d)];else global[_0x52252a(0x33c)]?.[_0x52252a(0x20f)]?.[_0x52252a(0x207)]?.[_0x52252a(0x29d)]?_0x663d6=global[_0x52252a(0x33c)][_0x52252a(0x20f)][_0x52252a(0x207)]['titlePath']:_0x663d6=_0x23dff3[_0x52252a(0x1c6)];}logger[_0x52252a(0x25d)](_0x52252a(0x219)+_0x2eb012+_0x52252a(0x2ca)+JSON[_0x52252a(0x26e)](_0x663d6));}else{_0x2eb012=this[_0x52252a(0x323)](_0x6eab31);const _0x2c30a8=TestInfo['getTestDetails'](_0x2eb012);let _0x39ce4a=[];if(_0x2c30a8&&Array['isArray'](_0x2c30a8[_0x52252a(0x1c3)])&&_0x23dff3[_0x52252a(0x270)](_0x2c30a8['test_tags'][_0x52252a(0x362)],0x0))_0x39ce4a=_0x2c30a8[_0x52252a(0x1c3)];else{if(_0x986ce3){const _0x4503e2=_0x23dff3[_0x52252a(0x22a)](typeof _0x986ce3[_0x52252a(0x2f4)],_0x23dff3[_0x52252a(0x293)])?_0x986ce3['getData'](_0x23dff3[_0x52252a(0x224)],[]):_0x986ce3['test_tags']||[];Array[_0x52252a(0x391)](_0x4503e2)&&(_0x39ce4a=_0x4503e2);}}_0x663d6=_0x39ce4a;}logger[_0x52252a(0x2f3)]('test-tags-->\x20'+JSON['stringify'](_0x663d6));const _0x589ca3=this[_0x52252a(0x30e)](_0x3457dc,_0x6eab31['platformCaps'],_0x6eab31[_0x52252a(0x363)]);logger['debug'](_0x52252a(0x238)+_0x589ca3+_0x52252a(0x35f)+this[_0x52252a(0x339)]);const _0x35fbc5=this[_0x52252a(0x33f)](_0x663d6,_0x3457dc,_0x309ff1),_0x502da5=_0x23dff3[_0x52252a(0x218)](_0x589ca3,_0x35fbc5),_0x3eea95=CLIUtils['getCurrentInstanceName']();this[_0x52252a(0x33e)][_0x52252a(0x291)](_0x3eea95,_0x502da5),global[_0x52252a(0x375)]?.[_0x52252a(0x33a)]&&global['Context'][_0x52252a(0x33a)]()[_0x52252a(0x2da)](_0x502da5),logger[_0x52252a(0x25d)](_0x52252a(0x1e8)+(_0x3457dc?.[_0x52252a(0x1c9)]?.()||_0x23dff3[_0x52252a(0x1fe)])+_0x52252a(0x307)+_0x502da5),_0x502da5?(global[_0x52252a(0x22f)]=!![],process[_0x52252a(0x37a)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x23dff3[_0x52252a(0x2bc)],this[_0x52252a(0x290)]()):global[_0x52252a(0x22f)]=![];}catch(_0x38d6c5){logger[_0x52252a(0x318)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x38d6c5['stack']||_0x38d6c5[_0x52252a(0x253)]));const _0x3661ed=CLIUtils['getCurrentInstanceName']();this[_0x52252a(0x33e)][_0x52252a(0x291)](_0x3661ed,![]),global['accessibilityPlatform']=![];}}[a90_0x122fba(0x1d4)](){const _0x36bce9=a90_0x122fba;return this[_0x36bce9(0x361)][_0x36bce9(0x276)](_0x4e10a3=>_0x4e10a3[_0x36bce9(0x25e)]()===_0x36bce9(0x208))?.[_0x36bce9(0x2a5)]()||'';}['getCapabilityValue'](_0x595740){const _0xc8470=a90_0x122fba;try{const _0x58615e=this[_0xc8470(0x372)]?.[_0xc8470(0x1e3)]?.['capabilitiesList']||[],_0x3690cf=_0x58615e['find'](_0x1e7b40=>_0x1e7b40[_0xc8470(0x331)]===_0x595740);return _0x3690cf?_0x3690cf[_0xc8470(0x235)]:null;}catch(_0x4fe913){return logger['debug']('Error\x20getting\x20capability\x20value\x20for\x20'+_0x595740+':\x20'+_0x4fe913[_0xc8470(0x253)]),null;}}async[a90_0x122fba(0x343)](_0x564295,_0x48d5ef){const _0x3ba232=a90_0x122fba,_0x4a0f4e=_0x564295[_0x3ba232(0x24f)]()[_0x3ba232(0x22c)](),_0x211d03=_0x4a0f4e[_0x3ba232(0x2b0)](),_0xf62077=_0x4a0f4e[_0x3ba232(0x1cd)]()?.[_0x3ba232(0x250)]();scripts[_0x3ba232(0x20e)](_0x211d03,_0xf62077),scripts['toJson']();const _0x61cff=_0x4a0f4e[_0x3ba232(0x2a0)]();this[_0x3ba232(0x361)]=_0x4a0f4e[_0x3ba232(0x2a0)](),await this['setAccessibilityToken'](_0x61cff,_0x48d5ef[_0x3ba232(0x363)]);}async[a90_0x122fba(0x34e)](_0x3dc7e3,_0x27b1aa={}){const _0x3321c0=a90_0x122fba,_0x49554a={'vIayP':function(_0x1414b8,_0x33b187){return _0x1414b8===_0x33b187;},'bXufF':'accessibilityToken','rAbHt':_0x3321c0(0x242),'JBtQh':function(_0xcb263b,_0x5ec2d8){return _0xcb263b(_0x5ec2d8);},'UxWzJ':'../../../helpers/accessibility-automation/helper','iyNmy':_0x3321c0(0x24d),'gSBaX':function(_0x18c428,_0x5f2834){return _0x18c428(_0x5f2834);},'iassb':_0x3321c0(0x273),'qSYob':_0x3321c0(0x2c4),'DWlpe':_0x3321c0(0x2db),'hNuNz':'browserstack.accessibilityOptions.scannerVersion','sFTTn':function(_0x242866,_0x4996b3){return _0x242866===_0x4996b3;},'BOkSP':_0x3321c0(0x395),'VHjCv':_0x3321c0(0x351),'eKYRe':function(_0x225ecc,_0x343a47){return _0x225ecc===_0x343a47;},'tqLOP':'isMobileScanningEnabledForGroup','wRYdT':_0x3321c0(0x2d5)};global[_0x3321c0(0x2fa)]=global[_0x3321c0(0x2fa)]||{};for(const _0xd25335 of _0x3dc7e3){logger[_0x3321c0(0x2f3)](_0x3321c0(0x3a5)+_0xd25335[_0x3321c0(0x25e)]()+_0x3321c0(0x232)+_0xd25335['getValue']());if(_0x49554a[_0x3321c0(0x2cb)](_0xd25335[_0x3321c0(0x25e)](),_0x49554a[_0x3321c0(0x26a)])){const _0x432e48=_0xd25335['getValue']();process[_0x3321c0(0x37a)][_0x3321c0(0x1e1)]=_0x432e48,global[_0x3321c0(0x2fa)][_0x49554a['rAbHt']]=_0x432e48;const _0x4b6686=_0x49554a[_0x3321c0(0x2ab)](require,_0x49554a['UxWzJ']),{isTrue:_0x58bbb8}=_0x49554a['JBtQh'](require,_0x49554a[_0x3321c0(0x1e7)]),_0x31321f=_0x4b6686[_0x3321c0(0x370)](_0x432e48);_0x31321f&&_0x49554a[_0x3321c0(0x1d9)](_0x58bbb8,_0x31321f[_0x3321c0(0x33b)])&&(process[_0x3321c0(0x37a)][_0x3321c0(0x23e)]=!![]);}else{if(_0x49554a[_0x3321c0(0x2cb)](_0xd25335[_0x3321c0(0x25e)](),_0x49554a[_0x3321c0(0x2e7)]))global[_0x3321c0(0x2fa)][_0x49554a['qSYob']]=_0xd25335[_0x3321c0(0x2a5)]();else{if(_0x49554a['vIayP'](_0xd25335[_0x3321c0(0x25e)](),_0x49554a[_0x3321c0(0x32c)]))global[_0x3321c0(0x2fa)][_0x49554a[_0x3321c0(0x33d)]]=_0xd25335['getValue']();else{if(_0x49554a['sFTTn'](_0xd25335[_0x3321c0(0x25e)](),_0x49554a['BOkSP']))global['__accessibilityOptions'][_0x49554a['VHjCv']]=_0xd25335[_0x3321c0(0x2a5)]();else{if(_0x49554a[_0x3321c0(0x2e4)](_0xd25335['getName'](),_0x49554a[_0x3321c0(0x1e5)])){const _0xcc8c17=_0xd25335[_0x3321c0(0x2a5)]();process['env'][_0x3321c0(0x1d7)]=_0x49554a[_0x3321c0(0x1d9)](String,_0x49554a[_0x3321c0(0x2e4)](_0xcc8c17,!![])||_0x49554a[_0x3321c0(0x234)](_0xcc8c17,_0x49554a['wRYdT'])),logger[_0x3321c0(0x25d)](_0x3321c0(0x1c2)+_0xcc8c17+_0x3321c0(0x36a)+process[_0x3321c0(0x37a)][_0x3321c0(0x1d7)]);}}}}}}}async[a90_0x122fba(0x35b)](_0x5b6ed4){const _0x4eb6e4=a90_0x122fba,_0x589b98={};_0x589b98[_0x4eb6e4(0x231)]=function(_0x3815c9,_0x315414){return _0x3815c9!==_0x315414;},_0x589b98[_0x4eb6e4(0x22d)]=_0x4eb6e4(0x284),_0x589b98[_0x4eb6e4(0x286)]='jest',_0x589b98[_0x4eb6e4(0x213)]=_0x4eb6e4(0x1f3),_0x589b98['YxLhW']=_0x4eb6e4(0x1f2);const _0x4f9d4e=_0x589b98;if(_0x4f9d4e['OTAOZ'](_0x5b6ed4[_0x4eb6e4(0x2e9)],_0x4f9d4e[_0x4eb6e4(0x22d)])&&_0x4f9d4e[_0x4eb6e4(0x231)](_0x5b6ed4[_0x4eb6e4(0x2e9)],_0x4f9d4e[_0x4eb6e4(0x286)])){logger[_0x4eb6e4(0x25d)](_0x4f9d4e[_0x4eb6e4(0x213)]);return;}const _0x47d6bc=_0x5b6ed4[_0x4eb6e4(0x207)]?.['testAnalyticsId']||_0x5b6ed4['testInfo']?.['id']||global[_0x4eb6e4(0x23d)];logger[_0x4eb6e4(0x2f3)](_0x4eb6e4(0x350)+_0x5b6ed4[_0x4eb6e4(0x2e9)]+',\x20testIdentifier='+_0x47d6bc);try{const _0x30c10e=_0x5b6ed4[_0x4eb6e4(0x28d)]||AutomationFramework[_0x4eb6e4(0x209)](),_0x14303a=CLIUtils[_0x4eb6e4(0x1c4)](),_0x1406ff=this['getCurrentAccessibilityStatus']();logger['debug'](_0x4eb6e4(0x1e8)+(_0x30c10e?.['getPlatformIndex']?.()||_0x4f9d4e[_0x4eb6e4(0x305)])+_0x4eb6e4(0x35c)+_0x1406ff),_0x1406ff&&await this['stopTestCapture'](_0x30c10e,_0x5b6ed4),this[_0x4eb6e4(0x33e)][_0x4eb6e4(0x2f8)](_0x14303a),this[_0x4eb6e4(0x386)][_0x4eb6e4(0x2f8)](_0x14303a);}catch(_0x36d4eb){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x36d4eb[_0x4eb6e4(0x31a)]||_0x36d4eb[_0x4eb6e4(0x253)]));}}async[a90_0x122fba(0x317)](_0x3828f8,_0x3a80ad){const _0xb0d4ee=a90_0x122fba,_0x12559b={};_0x12559b['rZYVm']=function(_0x47f3df,_0x357a91){return _0x47f3df===_0x357a91;},_0x12559b[_0xb0d4ee(0x28e)]='function',_0x12559b[_0xb0d4ee(0x2ea)]='jest',_0x12559b[_0xb0d4ee(0x20a)]='cucumber',_0x12559b['SJnaf']=_0xb0d4ee(0x203),_0x12559b[_0xb0d4ee(0x269)]=_0xb0d4ee(0x33e),_0x12559b[_0xb0d4ee(0x21c)]='saveResults',_0x12559b[_0xb0d4ee(0x1f9)]='unknown',_0x12559b[_0xb0d4ee(0x2c7)]=_0xb0d4ee(0x2b2),_0x12559b[_0xb0d4ee(0x2b4)]=_0xb0d4ee(0x2fc),_0x12559b[_0xb0d4ee(0x1eb)]=function(_0x51241f,_0x2b227e){return _0x51241f||_0x2b227e;},_0x12559b[_0xb0d4ee(0x2d3)]=function(_0x56b331,_0xa1686){return _0x56b331||_0xa1686;},_0x12559b['jATqD']=function(_0x31cf35,_0x19d4aa){return _0x31cf35||_0x19d4aa;},_0x12559b[_0xb0d4ee(0x1ec)]=_0xb0d4ee(0x277),_0x12559b[_0xb0d4ee(0x309)]=_0xb0d4ee(0x22e),_0x12559b[_0xb0d4ee(0x2d9)]=_0xb0d4ee(0x1da);const _0xa840b4=_0x12559b;try{const _0x36f2b6=_0x3a80ad[_0xb0d4ee(0x2e9)]||(_0xa840b4[_0xb0d4ee(0x3a2)](this[_0xb0d4ee(0x289)]?.[_0xb0d4ee(0x331)]?.[_0xb0d4ee(0x3a0)](),_0xa840b4[_0xb0d4ee(0x2ea)])?_0xa840b4[_0xb0d4ee(0x2ea)]:_0xa840b4[_0xb0d4ee(0x20a)]);let _0x3dbaf5='',_0x328c33=null,_0x2975d6=null;if(_0xa840b4[_0xb0d4ee(0x3a2)](_0x36f2b6,_0xa840b4['SaqKZ'])){_0x328c33=_0x3a80ad[_0xb0d4ee(0x207)]?.['testAnalyticsId']||_0x3a80ad[_0xb0d4ee(0x207)]?.['id']||global[_0xb0d4ee(0x23d)];if(!_0x328c33){logger[_0xb0d4ee(0x23c)](_0xa840b4[_0xb0d4ee(0x279)]);return;}try{const _0x4b5e11=await GrpcClient[_0xb0d4ee(0x220)]()[_0xb0d4ee(0x240)](process['env'][_0xb0d4ee(0x31b)],_0xa840b4[_0xb0d4ee(0x269)],_0xa840b4[_0xb0d4ee(0x21c)],_0x328c33),_0x1026d5=AccessibilityModule[_0xb0d4ee(0x38e)](null,_0x4b5e11);_0x3dbaf5=_0x1026d5?.['thTestRunUuid']||'',logger[_0xb0d4ee(0x25d)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3dbaf5+'\x20from\x20testIdentifier='+_0x328c33),_0x2975d6=_0x4b5e11;}catch(_0x2dbadc){logger[_0xb0d4ee(0x318)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x2dbadc[_0xb0d4ee(0x253)]);return;}}else{const _0x432966=this[_0xb0d4ee(0x323)](_0x3a80ad);_0x3dbaf5=TestInfo[_0xb0d4ee(0x239)](_0x432966);}const _0x469b00=((()=>{const _0x503a3e=_0xb0d4ee,_0x3b3fcc=(this[_0x503a3e(0x372)]?.[_0x503a3e(0x1e3)]?.[_0x503a3e(0x294)]||[])[_0x503a3e(0x276)](_0x5c512b=>(typeof _0x5c512b[_0x503a3e(0x25e)]===_0x503a3e(0x246)?_0x5c512b[_0x503a3e(0x25e)]():_0x5c512b[_0x503a3e(0x331)])===this[_0x503a3e(0x26f)]);return _0x3b3fcc?_0xa840b4['rZYVm'](typeof _0x3b3fcc[_0x503a3e(0x2a5)],_0xa840b4[_0x503a3e(0x28e)])?_0x3b3fcc[_0x503a3e(0x2a5)]():_0x3b3fcc[_0x503a3e(0x235)]:'';})()),_0x10f280=process[_0xb0d4ee(0x37a)][_0xb0d4ee(0x346)]||'';logger[_0xb0d4ee(0x25d)]('[platform\x20-\x20'+(_0x3828f8?.['getPlatformIndex']?.()||_0xa840b4[_0xb0d4ee(0x1f9)])+_0xb0d4ee(0x360)+_0x3dbaf5+_0xb0d4ee(0x1cc)+_0x469b00+_0xb0d4ee(0x21d)+(_0x10f280?_0xa840b4['wVdgh']:_0xa840b4[_0xb0d4ee(0x2b4)]));let _0x4d7342;if(_0xa840b4[_0xb0d4ee(0x3a2)](_0x36f2b6,_0xa840b4['SaqKZ']))_0x4d7342=AccessibilityModule['loadDriverExecuteParams'](_0x3dbaf5,_0x2975d6);else{const _0x293e53=await GrpcClient[_0xb0d4ee(0x220)]()[_0xb0d4ee(0x240)](process[_0xb0d4ee(0x37a)][_0xb0d4ee(0x31b)],_0xa840b4['PHToB'],_0xa840b4[_0xb0d4ee(0x21c)]);_0x4d7342=AccessibilityModule[_0xb0d4ee(0x38e)](_0x3dbaf5,_0x293e53);}logger['debug'](_0xb0d4ee(0x2fb)+JSON['stringify'](_0x4d7342));const _0x393717=Object[_0xb0d4ee(0x2a8)]({},{'thTestRunUuid':_0xa840b4[_0xb0d4ee(0x1eb)](_0x3dbaf5,''),'thBuildUuid':_0xa840b4[_0xb0d4ee(0x2d3)](_0x469b00,''),'thJwtToken':_0xa840b4[_0xb0d4ee(0x1dd)](_0x10f280,'')},_0x4d7342);!this[_0xb0d4ee(0x339)]&&this[_0xb0d4ee(0x341)]()&&(_0x393717[_0xb0d4ee(0x23b)]=!![],logger['debug'](_0xa840b4[_0xb0d4ee(0x1ec)]));logger[_0xb0d4ee(0x25d)](_0xb0d4ee(0x27a)+_0x3dbaf5+_0xb0d4ee(0x35f)+this[_0xb0d4ee(0x339)]);let _0x339538=global[_0xb0d4ee(0x33c)]?.['pwPage']||null;!_0x339538&&(_0x339538=AutomationFramework[_0xb0d4ee(0x221)](_0x3828f8,_0xa840b4['Zkmhh'],null)),!_0x339538&&(_0x339538=AutomationFramework[_0xb0d4ee(0x221)](_0x3828f8,_0xa840b4[_0xb0d4ee(0x2d9)],null)),await this[_0xb0d4ee(0x2d6)](this[_0xb0d4ee(0x338)](),_0x3dbaf5,_0x339538,_0x393717,this[_0xb0d4ee(0x339)]);}catch(_0x4a026b){logger[_0xb0d4ee(0x318)](_0xb0d4ee(0x300)+(_0x4a026b['stack']||_0x4a026b[_0xb0d4ee(0x253)]));}}async[a90_0x122fba(0x2d6)](_0x4a8b68,_0x537396,_0x3e04eb,_0x391c67,_0x33aac5){const _0x5b53ca=a90_0x122fba,_0x4ee5b6={};_0x4ee5b6[_0x5b53ca(0x354)]='saveResults',_0x4ee5b6[_0x5b53ca(0x2de)]=function(_0x1992fa,_0x166acc){return _0x1992fa&&_0x166acc;},_0x4ee5b6[_0x5b53ca(0x301)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x4ee5b6[_0x5b53ca(0x229)]=function(_0x1606e9,_0x2fd509){return _0x1606e9===_0x2fd509;},_0x4ee5b6['JnNkO']='null',_0x4ee5b6['iwgCy']=_0x5b53ca(0x313),_0x4ee5b6[_0x5b53ca(0x1cb)]='Performing\x20scan\x20before\x20from\x20cli',_0x4ee5b6[_0x5b53ca(0x227)]=_0x5b53ca(0x278),_0x4ee5b6['hTtUg']=_0x5b53ca(0x1ca),_0x4ee5b6[_0x5b53ca(0x314)]=_0x5b53ca(0x399),_0x4ee5b6[_0x5b53ca(0x36c)]=_0x5b53ca(0x2ad),_0x4ee5b6[_0x5b53ca(0x34f)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x5038f8=_0x4ee5b6;try{const _0x4ff1b1=this[_0x5b53ca(0x1e9)](_0x5038f8[_0x5b53ca(0x354)]);if(_0x5038f8[_0x5b53ca(0x2de)](!_0x33aac5,!_0x4ff1b1)){logger[_0x5b53ca(0x25d)](_0x5038f8[_0x5b53ca(0x301)]);return;}if(!_0x537396||_0x5038f8[_0x5b53ca(0x229)](_0x537396,_0x5038f8[_0x5b53ca(0x2b1)])||_0x5038f8['VPiKF'](_0x537396,'')){logger[_0x5b53ca(0x25d)](_0x5038f8[_0x5b53ca(0x2fe)]);return;}logger[_0x5b53ca(0x25d)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x5b53ca(0x26e)](_0x391c67)),_0x4a8b68&&(logger[_0x5b53ca(0x25d)](_0x5038f8[_0x5b53ca(0x1cb)]),await this[_0x5b53ca(0x1f8)](_0x3e04eb,_0x537396,_0x5038f8[_0x5b53ca(0x227)],_0x391c67,_0x33aac5,_0x5038f8[_0x5b53ca(0x2e0)]),_0x5038f8[_0x5b53ca(0x2de)](!_0x33aac5,_0x4ff1b1)&&(logger['debug'](_0x5038f8[_0x5b53ca(0x314)]),await PerformanceTester[_0x5b53ca(0x2f6)](_0x5038f8[_0x5b53ca(0x36c)],async()=>{const _0x8c21cd=_0x5b53ca;await this[_0x8c21cd(0x1f8)](_0x3e04eb,_0x537396,_0x5038f8[_0x8c21cd(0x354)],_0x391c67,_0x33aac5,_0x5038f8[_0x8c21cd(0x354)]);})()),logger[_0x5b53ca(0x2f3)](_0x5038f8[_0x5b53ca(0x34f)]));}catch(_0x48b257){logger[_0x5b53ca(0x318)](_0x5b53ca(0x310)+(_0x48b257['stack']||_0x48b257[_0x5b53ca(0x253)]));}}async['onBeforeExecute'](_0x18c2de){const _0x2079d1=a90_0x122fba,_0x31ebd3={};_0x31ebd3['FxhlY']=function(_0x4dd6a6,_0x24b148){return _0x4dd6a6!==_0x24b148;},_0x31ebd3[_0x2079d1(0x236)]=_0x2079d1(0x284),_0x31ebd3['OWbkD']=_0x2079d1(0x312),_0x31ebd3[_0x2079d1(0x1db)]=_0x2079d1(0x2d7),_0x31ebd3[_0x2079d1(0x1c5)]=_0x2079d1(0x1f2),_0x31ebd3[_0x2079d1(0x28c)]=_0x2079d1(0x228),_0x31ebd3[_0x2079d1(0x2e8)]=function(_0x11287b,_0xe7bd4){return _0x11287b===_0xe7bd4;},_0x31ebd3[_0x2079d1(0x25a)]=_0x2079d1(0x352),_0x31ebd3[_0x2079d1(0x2f0)]=_0x2079d1(0x33e),_0x31ebd3[_0x2079d1(0x245)]=_0x2079d1(0x382),_0x31ebd3[_0x2079d1(0x349)]='test_run_id',_0x31ebd3[_0x2079d1(0x2d8)]=_0x2079d1(0x384),_0x31ebd3[_0x2079d1(0x25b)]=_0x2079d1(0x1ca),_0x31ebd3[_0x2079d1(0x255)]=_0x2079d1(0x2fc);const _0x5837ca=_0x31ebd3;if(_0x5837ca[_0x2079d1(0x35d)](_0x18c2de['testFramework'],_0x5837ca[_0x2079d1(0x236)])&&_0x5837ca[_0x2079d1(0x35d)](_0x18c2de[_0x2079d1(0x2e9)],_0x5837ca['OWbkD'])){logger[_0x2079d1(0x25d)](_0x5837ca[_0x2079d1(0x1db)]);return;}logger[_0x2079d1(0x25d)](_0x2079d1(0x374)+(_0x18c2de[_0x2079d1(0x2fd)]||_0x5837ca[_0x2079d1(0x1c5)])+_0x2079d1(0x369)+_0x18c2de[_0x2079d1(0x2e9)]);try{const _0x59fcd3=_0x18c2de['instance']||AutomationFramework[_0x2079d1(0x209)](),_0x484225=TestFramework['getTrackedInstance'](),_0x3f1a4d=_0x18c2de[_0x2079d1(0x2fd)]||_0x18c2de[_0x2079d1(0x359)]?.['getName']();if(!_0x3f1a4d){logger[_0x2079d1(0x25d)](_0x5837ca['RZWPq']);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x2079d1(0x25d)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x3f1a4d);return;}if(!this[_0x2079d1(0x37b)](_0x3f1a4d)){logger[_0x2079d1(0x25d)](_0x2079d1(0x364)+_0x3f1a4d+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x1e4bbd=_0x18c2de['page']||global[_0x2079d1(0x33c)]?.['pwPage'];if(!_0x1e4bbd){logger[_0x2079d1(0x25d)](_0x2079d1(0x2f5)+_0x3f1a4d);return;}let _0x53158d='',_0x444823=null;if(_0x5837ca[_0x2079d1(0x2e8)](_0x18c2de[_0x2079d1(0x2e9)],_0x5837ca['OWbkD'])){_0x444823=_0x18c2de[_0x2079d1(0x207)]?.[_0x2079d1(0x32b)]||_0x18c2de[_0x2079d1(0x207)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x444823){logger[_0x2079d1(0x23c)](_0x5837ca[_0x2079d1(0x25a)]);return;}try{const _0x87c4a5=await GrpcClient['getInstance']()[_0x2079d1(0x240)](process[_0x2079d1(0x37a)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5837ca[_0x2079d1(0x2f0)],_0x5837ca['fRxmh'],_0x444823),_0x320ff2=AccessibilityModule['loadDriverExecuteParams'](null,_0x87c4a5);_0x53158d=_0x320ff2?.['thTestRunUuid']||'',logger[_0x2079d1(0x25d)](_0x2079d1(0x1ea)+_0x53158d+_0x2079d1(0x27c)+_0x444823);}catch(_0x1a9a4a){logger['error'](_0x2079d1(0x39f)+_0x1a9a4a[_0x2079d1(0x253)]);return;}}else _0x53158d=this['getCapabilityValue'](_0x5837ca[_0x2079d1(0x349)])||'',!_0x53158d&&this[_0x2079d1(0x341)]()&&(_0x53158d=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x395f77=this[_0x2079d1(0x205)](_0x5837ca[_0x2079d1(0x2d8)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1f1bc3=process[_0x2079d1(0x37a)][_0x2079d1(0x346)]||'',_0x5b445c=this[_0x2079d1(0x303)](_0x3f1a4d,_0x53158d,_0x395f77,_0x1f1bc3),_0x20f02d=_0x5837ca[_0x2079d1(0x2e8)](_0x18c2de[_0x2079d1(0x2e9)],_0x5837ca['OWbkD'])?await AccessibilityModule[_0x2079d1(0x327)](_0x5837ca[_0x2079d1(0x25b)],_0x53158d,_0x444823):await AccessibilityModule[_0x2079d1(0x327)](_0x5837ca['uPAqk'],_0x53158d);logger['info']('ScanArgs:\x20'+(_0x5b445c?JSON[_0x2079d1(0x26e)](_0x5b445c):_0x5837ca[_0x2079d1(0x255)]));const _0x282bee=CLIUtils[_0x2079d1(0x1e2)](_0x5b445c,_0x20f02d);logger[_0x2079d1(0x2f3)](_0x2079d1(0x373)+(_0x282bee?JSON[_0x2079d1(0x26e)](_0x282bee):_0x5837ca[_0x2079d1(0x255)])),logger[_0x2079d1(0x25d)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3f1a4d);const _0xd10d25=await this[_0x2079d1(0x1f8)](_0x1e4bbd,_0x53158d,_0x3f1a4d,_0x282bee,this['isAppAccessibility']);logger[_0x2079d1(0x25d)](_0x2079d1(0x1dc)+_0x3f1a4d+',\x20\x0a\x20'+JSON[_0x2079d1(0x26e)](_0xd10d25));}catch(_0x2f50a5){logger[_0x2079d1(0x318)](_0x2079d1(0x2d2)+(_0x2f50a5['stack']||_0x2f50a5['message']));}}[a90_0x122fba(0x29c)](){const _0x593f1b=a90_0x122fba;return this[_0x593f1b(0x338)]();}[a90_0x122fba(0x31f)](_0x2192f8){const _0x367961=a90_0x122fba,_0x639a86=CLIUtils[_0x367961(0x1c4)]();this['accessibility']['set'](_0x639a86,_0x2192f8);}async['initAccessibilityConfig'](_0x547941){const _0x4316b9=a90_0x122fba,_0x49e957={};_0x49e957[_0x4316b9(0x38a)]='unknown';const _0x11f1bc=_0x49e957;try{const _0x1362d5=_0x547941[_0x4316b9(0x28d)]||AutomationFramework['getTrackedInstance'](),_0x146dec=_0x1362d5?.['getData']?.()?.[_0x4316b9(0x271)]?.(this[_0x4316b9(0x2cf)])||![];if(_0x146dec)return;PerformanceTester[_0x4316b9(0x2d0)](EVENTS[_0x4316b9(0x223)]);const _0xb0edde=await GrpcClient['getInstance']()['getAccessibilityConfig'](_0x547941);_0xb0edde&&_0xb0edde[_0x4316b9(0x24f)]&&_0xb0edde[_0x4316b9(0x24f)]()&&_0xb0edde['getAccessibility']()[_0x4316b9(0x1d5)]()?(await this[_0x4316b9(0x1e4)](_0xb0edde,_0x547941),_0x1362d5?.[_0x4316b9(0x2f4)]&&_0x1362d5[_0x4316b9(0x2f4)]()[_0x4316b9(0x291)](this[_0x4316b9(0x2cf)],!![]),logger[_0x4316b9(0x25d)](_0x4316b9(0x1e8)+(_0x1362d5?.[_0x4316b9(0x1c9)]?.()||_0x11f1bc[_0x4316b9(0x38a)])+_0x4316b9(0x21e))):logger[_0x4316b9(0x25d)](_0x4316b9(0x1e8)+(_0x1362d5?.[_0x4316b9(0x1c9)]?.()||_0x11f1bc[_0x4316b9(0x38a)])+_0x4316b9(0x3a4)),PerformanceTester[_0x4316b9(0x21a)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x46c609){PerformanceTester['end'](EVENTS[_0x4316b9(0x223)],![],_0x46c609[_0x4316b9(0x253)]),logger[_0x4316b9(0x318)](_0x4316b9(0x2a6)+(_0x46c609['stack']||_0x46c609[_0x4316b9(0x253)]));}}async['loadAccessibilityConfig'](_0x531838,_0x121d50){const _0x48dd19=a90_0x122fba;await this[_0x48dd19(0x343)](_0x531838,_0x121d50);const _0x189d87=_0x531838[_0x48dd19(0x24f)]()['getOptions']();if(_0x189d87){const _0x2f91f2=_0x531838['getTesthub']&&_0x531838[_0x48dd19(0x388)]();_0x2f91f2&&(this['accessibilityConfig'][this[_0x48dd19(0x26f)]]=_0x2f91f2[_0x48dd19(0x337)]&&_0x2f91f2[_0x48dd19(0x337)]());}}[a90_0x122fba(0x37b)](_0x260bbb){const _0x5408ec=a90_0x122fba,_0x410cbe={};_0x410cbe[_0x5408ec(0x2ef)]=function(_0x841d8a,_0x326cc1){return _0x841d8a===_0x326cc1;};const _0x495459=_0x410cbe;try{if(!_0x260bbb)return![];const _0x55b7fb=this[_0x5408ec(0x372)]?.[_0x5408ec(0x1e3)]?.[_0x5408ec(0x34c)]?.[_0x5408ec(0x298)]||[],_0x4500c5=_0x55b7fb['some'](_0x226145=>{const _0xfa079a=_0x5408ec;return _0x226145[_0xfa079a(0x331)]&&_0x495459[_0xfa079a(0x2ef)](_0x226145[_0xfa079a(0x331)][_0xfa079a(0x3a0)](),_0x260bbb[_0xfa079a(0x3a0)]());});return logger['debug'](_0x5408ec(0x210)+_0x260bbb+_0x5408ec(0x230)+_0x4500c5+_0x5408ec(0x27b)+JSON[_0x5408ec(0x26e)](_0x55b7fb['map'](_0x495e0c=>_0x495e0c[_0x5408ec(0x331)]))),_0x4500c5;}catch(_0x48b6cc){return logger[_0x5408ec(0x25d)](_0x5408ec(0x328)+_0x48b6cc[_0x5408ec(0x253)]),![];}}[a90_0x122fba(0x308)](_0x160171){const _0x260f8a=a90_0x122fba,_0x490bfd={};_0x490bfd['LqvIp']=function(_0x3ffcd2,_0x64187){return _0x3ffcd2===_0x64187;},_0x490bfd[_0x260f8a(0x340)]=_0x260f8a(0x371),_0x490bfd['xwxuU']='browserstack_executor';const _0x18e0a1=_0x490bfd,_0xad6ff9=_0x160171[_0x260f8a(0x21f)]&&_0x160171[_0x260f8a(0x21f)]();return _0xad6ff9&&_0x18e0a1[_0x260f8a(0x38b)](typeof _0xad6ff9,_0x18e0a1[_0x260f8a(0x340)])&&_0xad6ff9[_0x260f8a(0x2bb)](_0x18e0a1[_0x260f8a(0x222)]);}[a90_0x122fba(0x2d1)](_0x1f7763){const _0x50df40=a90_0x122fba,_0x255717={};_0x255717['SSMyT']=function(_0x47d4e7,_0xfb343e){return _0x47d4e7!==_0xfb343e;},_0x255717[_0x50df40(0x36b)]=_0x50df40(0x371),_0x255717[_0x50df40(0x367)]=_0x50df40(0x33e),_0x255717[_0x50df40(0x1df)]=_0x50df40(0x382),_0x255717['LsDMQ']=_0x50df40(0x29e),_0x255717[_0x50df40(0x26b)]=_0x50df40(0x1c7);const _0x39a08c=_0x255717,_0x516b11=_0x1f7763[_0x50df40(0x21f)]&&_0x1f7763[_0x50df40(0x21f)]();if(!_0x516b11||_0x39a08c[_0x50df40(0x326)](typeof _0x516b11,_0x39a08c[_0x50df40(0x36b)]))return![];return _0x516b11[_0x50df40(0x2bb)](_0x39a08c[_0x50df40(0x367)])||_0x516b11['includes'](_0x39a08c['lqZBi'])||_0x516b11[_0x50df40(0x2bb)](_0x39a08c['LsDMQ'])||_0x516b11[_0x50df40(0x2bb)](_0x39a08c[_0x50df40(0x26b)]);}[a90_0x122fba(0x341)](){const _0x40efd7=a90_0x122fba,_0x234985={'taKMe':function(_0x1b33f9,_0x30e8a7){return _0x1b33f9===_0x30e8a7;},'zPkEx':_0x40efd7(0x246),'ztkwX':function(_0x53f586,_0x5e0e44){return _0x53f586(_0x5e0e44);},'dCpKf':_0x40efd7(0x1e0),'PBRbV':_0x40efd7(0x38c),'zGeTV':function(_0x240e0e,_0x390007){return _0x240e0e===_0x390007;},'sWgVK':_0x40efd7(0x1d3),'anSDt':function(_0x417748,_0x5ddb33){return _0x417748(_0x5ddb33);},'wJrQl':_0x40efd7(0x272)};try{const _0x44bb5e=this['accessibilityConfig']?.[_0x40efd7(0x1e3)]?.[_0x40efd7(0x294)]||[],_0x58abb5=_0xef44a7=>{const _0x402e1e=_0x40efd7,_0x126156=_0x44bb5e[_0x402e1e(0x276)](_0x9245dd=>(typeof _0x9245dd[_0x402e1e(0x25e)]===_0x402e1e(0x246)?_0x9245dd[_0x402e1e(0x25e)]():_0x9245dd[_0x402e1e(0x331)])===_0xef44a7);return _0x126156?_0x234985[_0x402e1e(0x24a)](typeof _0x126156['getValue'],_0x234985[_0x402e1e(0x23f)])?_0x126156[_0x402e1e(0x2a5)]():_0x126156[_0x402e1e(0x235)]:null;},_0x2c9e0c=_0x234985[_0x40efd7(0x2a9)](_0x58abb5,_0x234985[_0x40efd7(0x257)]),_0x5e49c3=_0x234985[_0x40efd7(0x2a9)](_0x58abb5,_0x234985[_0x40efd7(0x243)]),_0x2ed260=global[_0x40efd7(0x26c)]||_0x2c9e0c&&_0x234985[_0x40efd7(0x2a4)](_0x234985[_0x40efd7(0x2a9)](String,_0x2c9e0c)['toLowerCase'](),_0x234985['sWgVK'])&&_0x5e49c3&&_0x234985[_0x40efd7(0x302)](String,_0x5e49c3)['toLowerCase']()[_0x40efd7(0x2bb)](_0x234985['wJrQl']);if(!_0x2ed260)return![];if(!accessibilityHelper[_0x40efd7(0x2c5)]())return!this[_0x40efd7(0x2ec)]&&(logger[_0x40efd7(0x23c)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x40efd7(0x2ec)]=!![]),![];return!![];}catch(_0x3dd268){return logger['debug'](_0x40efd7(0x285)+_0x3dd268[_0x40efd7(0x253)]),![];}}['getParamsForScanForCli'](_0x148541,_0x335351,_0x27e15b,_0xa06aeb){const _0x595138=a90_0x122fba,_0x159e14={};_0x159e14['VAKSX']=function(_0x2878df,_0x2df43f){return _0x2878df||_0x2df43f;},_0x159e14[_0x595138(0x233)]=function(_0x7fe564,_0x46185a){return _0x7fe564&&_0x46185a;},_0x159e14[_0x595138(0x37e)]=function(_0x4b7eed,_0x3aef8b){return _0x4b7eed||_0x3aef8b;},_0x159e14[_0x595138(0x316)]=_0x595138(0x202);const _0x570e64=_0x159e14;let _0x385f00=_0x570e64[_0x595138(0x1fb)](_0x335351,'');const _0x392fc8=!this[_0x595138(0x339)]&&this[_0x595138(0x341)]();_0x570e64['dkBiw'](_0x392fc8,!_0x385f00)&&(_0x385f00=accessibilityHelper[_0x595138(0x1f7)]());const _0x568dea={'command':_0x148541,'thTestRunUuid':_0x385f00,'thBuildUuid':_0x570e64[_0x595138(0x1fb)](_0x27e15b,''),'thJwtToken':_0x570e64[_0x595138(0x37e)](_0xa06aeb,''),'timestamp':new Date()[_0x595138(0x2cc)]()};return _0x392fc8&&(_0x568dea[_0x595138(0x23b)]=!![],logger[_0x595138(0x25d)](_0x570e64[_0x595138(0x316)])),_0x568dea;}[a90_0x122fba(0x1e9)](_0xb3473){const _0xed00ba=a90_0x122fba,_0x354b15={};_0x354b15[_0xed00ba(0x25f)]=function(_0x454253,_0x58030d){return _0x454253||_0x58030d;};const _0x3f08e4=_0x354b15;try{const _0x5ee9d2=this[_0xed00ba(0x372)]?.['options']?.['scriptsList']||[],_0x2869f7=_0x5ee9d2[_0xed00ba(0x276)](_0x3a2f54=>_0x3a2f54[_0xed00ba(0x331)]===_0xb3473);return _0x3f08e4[_0xed00ba(0x25f)](_0x2869f7,null);}catch(_0x57ca8a){return logger[_0xed00ba(0x25d)](_0xed00ba(0x1fd)+_0xb3473+':\x20'+_0x57ca8a['message']),null;}}async[a90_0x122fba(0x2ce)](_0x1d3636,_0x306606,_0x411e2f=null){const _0x12581d=a90_0x122fba,_0x361ccf={'hNHJu':function(_0x25f265,_0x54a902){return _0x25f265(_0x54a902);},'LQSGL':_0x12581d(0x27e)};try{if(!_0x1d3636)return logger[_0x12581d(0x25d)](_0x12581d(0x2c9)+_0x306606),null;const _0x2eea3a=this[_0x12581d(0x1e9)](_0x306606);if(!_0x2eea3a||!_0x2eea3a[_0x12581d(0x359)])return logger[_0x12581d(0x25d)](_0x12581d(0x39a)+_0x306606+_0x12581d(0x2bf)),null;logger[_0x12581d(0x25d)]('Executing\x20'+_0x306606+_0x12581d(0x21b));const _0x5ad03c=_0x361ccf['hNHJu'](require,_0x361ccf[_0x12581d(0x2be)]),_0x5902eb=_0x411e2f?await _0x5ad03c[_0x12581d(0x201)](_0x1d3636,_0x2eea3a['command'],_0x411e2f):await _0x5ad03c[_0x12581d(0x201)](_0x1d3636,_0x2eea3a[_0x12581d(0x359)]);return _0x5902eb;}catch(_0x31dfe0){return logger['error']('Error\x20executing\x20script\x20'+_0x306606+':\x20'+(_0x31dfe0[_0x12581d(0x31a)]||_0x31dfe0['message'])),null;}}async['performScanForCli'](_0x2b4814,_0x5c0329,_0x4806eb,_0x5b4995,_0x56f1e9,_0x34727a=a90_0x122fba(0x1ca)){const _0x372ac3=a90_0x122fba,_0xffee26={'yEhJu':function(_0x312095,_0x2686f2){return _0x312095===_0x2686f2;},'nHdnM':_0x372ac3(0x1ca),'hmyLy':function(_0x3ea5bd,_0x51fd04){return _0x3ea5bd(_0x51fd04);},'bRjkW':_0x372ac3(0x27e),'Mcnzq':function(_0x429f93,_0x470162){return _0x429f93(_0x470162);}};try{logger['debug'](_0x372ac3(0x27f)+_0x4806eb+'\x20using\x20script:\x20'+_0x34727a);const _0x514cad=this[_0x372ac3(0x1e9)](_0x34727a);if(!_0x514cad||!_0x514cad['command']){logger[_0x372ac3(0x25d)](_0x372ac3(0x295)+_0x34727a+_0x372ac3(0x347));return;}if(_0xffee26[_0x372ac3(0x30b)](_0x34727a,_0xffee26['nHdnM'])){const _0x351311=_0xffee26['hmyLy'](require,_0xffee26[_0x372ac3(0x336)]),_0x527b5a={};_0x527b5a[_0x372ac3(0x359)]=_0x4806eb;const _0x383992=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x372ac3(0x1d2)],async()=>{const _0x59f6de=_0x372ac3;return await _0x351311[_0x59f6de(0x201)](_0x2b4814,_0x514cad[_0x59f6de(0x359)],_0x5b4995);},_0x527b5a)();return logger[_0x372ac3(0x2f3)](_0x372ac3(0x2a2)+_0x34727a+_0x372ac3(0x2b7)+_0x4806eb+':\x20'+util[_0x372ac3(0x288)](_0x383992)),_0x383992;}const _0x45e4e9=_0xffee26['Mcnzq'](require,_0xffee26[_0x372ac3(0x336)]),_0x2e2e8d=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x372ac3(0x357)],async()=>{const _0x531540=_0x372ac3;return await _0x45e4e9[_0x531540(0x201)](_0x2b4814,_0x514cad[_0x531540(0x359)],_0x5b4995);})();return logger[_0x372ac3(0x2f3)]('Page\x20'+_0x34727a+_0x372ac3(0x2b7)+_0x4806eb+':\x20'+util['format'](_0x2e2e8d)),_0x2e2e8d;}catch(_0x947d03){logger['error'](_0x372ac3(0x252)+_0x34727a+':\x20'+(_0x947d03[_0x372ac3(0x31a)]||_0x947d03['message']));}}async[a90_0x122fba(0x36d)](_0x3b6653){const _0x28afc0=a90_0x122fba,_0x31dada={'mdVyf':function(_0x294103,_0x2c6198){return _0x294103(_0x2c6198);},'sYzqu':_0x28afc0(0x283)};try{const _0x4e7646=_0x31dada['mdVyf'](require,_0x31dada[_0x28afc0(0x1ff)]);return await _0x4e7646[_0x28afc0(0x259)](_0x3b6653);}catch(_0x4bf1db){return logger[_0x28afc0(0x318)](_0x28afc0(0x2f7)+(_0x4bf1db[_0x28afc0(0x31a)]||_0x4bf1db[_0x28afc0(0x253)])),![];}}['processAccessibilityCaps'](_0x43eceb,_0x1c76bf,_0x57acf2){const _0x3967c8=a90_0x122fba,_0xb68a3c={'jRqJa':function(_0x33e42e,_0x5b40a4){return _0x33e42e(_0x5b40a4);},'bfcqN':_0x3967c8(0x27e),'FBFbX':_0x3967c8(0x20b),'KXCWs':_0x3967c8(0x244)};try{const _0x11cc2b=_0xb68a3c[_0x3967c8(0x398)](require,_0xb68a3c[_0x3967c8(0x325)]);_0x11cc2b['processAccessibilityCaps'](_0x43eceb,_0x1c76bf,_0x57acf2);const _0x1b3ff6=JSON[_0x3967c8(0x26e)](_0x43eceb)['replace'](/"browserstack\.user":"[^"]*"/g,_0xb68a3c[_0x3967c8(0x27d)])[_0x3967c8(0x275)](/"browserstack\.key":"[^"]*"/g,_0xb68a3c[_0x3967c8(0x32e)]);logger['debug'](_0x3967c8(0x248)+global['accessibilityPlatform']+'\x20'+_0x1b3ff6);}catch(_0x335e51){logger[_0x3967c8(0x318)](_0x3967c8(0x2ae)+(_0x335e51['stack']||_0x335e51[_0x3967c8(0x253)]));}}async[a90_0x122fba(0x28f)](_0x657f02){const _0x42303b=a90_0x122fba,_0x1a0482={};_0x1a0482[_0x42303b(0x2eb)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x1a0482['nduZj']=function(_0x384bac,_0x1609f6){return _0x384bac>_0x1609f6;},_0x1a0482[_0x42303b(0x2e5)]=_0x42303b(0x29e);const _0x239271=_0x1a0482;try{if(!this[_0x42303b(0x338)]())return logger[_0x42303b(0x23c)](_0x239271[_0x42303b(0x2eb)]),[];const _0x1346d8=this[_0x42303b(0x341)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x42303b(0x1f7)]()}:{};_0x239271[_0x42303b(0x393)](Object[_0x42303b(0x366)](_0x1346d8)[_0x42303b(0x362)],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x42303b(0x26e)](_0x1346d8));const _0x251ba0=_0x239271[_0x42303b(0x393)](Object[_0x42303b(0x366)](_0x1346d8)[_0x42303b(0x362)],0x0)?await this[_0x42303b(0x2ce)](_0x657f02,_0x239271[_0x42303b(0x2e5)],_0x1346d8):await this['executeScriptByName'](_0x657f02,_0x239271[_0x42303b(0x2e5)]);return _0x251ba0||[];}catch(_0x353b00){return logger[_0x42303b(0x318)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x353b00[_0x42303b(0x31a)]||_0x353b00[_0x42303b(0x253)])),[];}}async[a90_0x122fba(0x2b5)](_0x5493de){const _0x2e5ab1=a90_0x122fba,_0x3d03a6={'zqlRv':_0x2e5ab1(0x1ca),'ILosM':_0x2e5ab1(0x397),'gqGYk':_0x2e5ab1(0x3a7),'QOBZU':function(_0x4edc8b,_0x211bb0){return _0x4edc8b(_0x211bb0);},'kQuQO':_0x2e5ab1(0x342),'bCinn':function(_0x346016,_0x3b5232){return _0x346016===_0x3b5232;},'mMVEl':_0x2e5ab1(0x312),'qKxrN':_0x2e5ab1(0x2e2),'NLHDW':'accessibility','GSxfN':_0x2e5ab1(0x384),'BYafj':_0x2e5ab1(0x2b5),'WrScN':_0x2e5ab1(0x249),'UTTAQ':_0x2e5ab1(0x35a),'dYNGa':'No\x20summaryResults\x20found.'};try{if(!this[_0x2e5ab1(0x338)]())return logger[_0x2e5ab1(0x23c)](_0x3d03a6['gqGYk']),{};const _0x2bba6e=_0x3d03a6[_0x2e5ab1(0x1d0)](require,_0x3d03a6[_0x2e5ab1(0x241)]),_0x18cade=_0x2bba6e[_0x2e5ab1(0x263)](),_0x1b8371=_0x3d03a6[_0x2e5ab1(0x1ef)](_0x18cade?.['name']?.[_0x2e5ab1(0x3a0)](),_0x3d03a6[_0x2e5ab1(0x2e6)]);let _0x44ed37='',_0x3129aa=null,_0x1de3ef=null;if(_0x1b8371){_0x3129aa=global[_0x2e5ab1(0x23d)]||global[_0x2e5ab1(0x33c)]?.[_0x2e5ab1(0x20f)]?.[_0x2e5ab1(0x32b)]||global[_0x2e5ab1(0x33c)]?.[_0x2e5ab1(0x20f)]?.['id'];if(!_0x3129aa)return logger['warn'](_0x3d03a6[_0x2e5ab1(0x37f)]),{};try{const _0x320430=await GrpcClient[_0x2e5ab1(0x220)]()['fetchDriverExecuteParamsEvent'](process[_0x2e5ab1(0x37a)][_0x2e5ab1(0x31b)],_0x3d03a6[_0x2e5ab1(0x266)],_0x3d03a6[_0x2e5ab1(0x20c)],_0x3129aa),_0x5653fc=AccessibilityModule['loadDriverExecuteParams'](null,_0x320430);_0x44ed37=_0x5653fc?.[_0x2e5ab1(0x34a)]||'',logger[_0x2e5ab1(0x25d)](_0x2e5ab1(0x324)+_0x44ed37+_0x2e5ab1(0x27c)+_0x3129aa);const _0x20e6b6=await AccessibilityModule[_0x2e5ab1(0x327)](_0x3d03a6['ILosM'],_0x44ed37,_0x3129aa),_0x2accf7=this[_0x2e5ab1(0x205)](_0x3d03a6[_0x2e5ab1(0x287)])||this[_0x2e5ab1(0x372)][this[_0x2e5ab1(0x26f)]]||null,_0x3b188c=process[_0x2e5ab1(0x37a)][_0x2e5ab1(0x346)]||'',_0xf01f47=this['getParamsForScanForCli'](_0x3d03a6[_0x2e5ab1(0x217)],_0x44ed37,_0x2accf7,_0x3b188c);_0x1de3ef=_0x2bba6e['mergeObject'](_0xf01f47,_0x20e6b6),logger[_0x2e5ab1(0x25d)](_0x2e5ab1(0x39d)+JSON[_0x2e5ab1(0x26e)](_0x1de3ef));}catch(_0x52d402){return logger[_0x2e5ab1(0x318)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x52d402[_0x2e5ab1(0x253)]),{};}}else{_0x44ed37=this[_0x2e5ab1(0x205)](_0x3d03a6[_0x2e5ab1(0x2e3)])||'';!_0x44ed37&&this[_0x2e5ab1(0x341)]()&&(_0x44ed37=accessibilityHelper[_0x2e5ab1(0x1f7)]());const _0x1163fc=this[_0x2e5ab1(0x205)](_0x3d03a6[_0x2e5ab1(0x287)])||this[_0x2e5ab1(0x372)][this[_0x2e5ab1(0x26f)]]||null,_0x5925b5=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';_0x1de3ef=this[_0x2e5ab1(0x303)](_0x3d03a6[_0x2e5ab1(0x217)],_0x44ed37,_0x1163fc,_0x5925b5);}logger[_0x2e5ab1(0x25d)](_0x3d03a6[_0x2e5ab1(0x36e)]),await PerformanceTester[_0x2e5ab1(0x2f6)](PerformanceA11yEvents[_0x2e5ab1(0x1d2)],async()=>{const _0xc9ab1c=_0x2e5ab1,_0x1f16cd=await this['executeScriptByName'](_0x5493de,_0x3d03a6[_0xc9ab1c(0x3a6)],_0x1de3ef);logger[_0xc9ab1c(0x25d)]('Scan\x20result:\x20'+util[_0xc9ab1c(0x288)](_0x1f16cd));},{'command':_0x3d03a6[_0x2e5ab1(0x217)]})();const _0x20e3df=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2e5ab1(0x2dd)],async()=>{const _0x2d3133=_0x2e5ab1;return await this[_0x2d3133(0x2ce)](_0x5493de,_0x3d03a6[_0x2d3133(0x20c)],_0x1de3ef);})();if(!_0x20e3df)return logger[_0x2e5ab1(0x25d)](_0x3d03a6[_0x2e5ab1(0x2c2)]),{};return _0x20e3df;}catch(_0x50424c){return logger[_0x2e5ab1(0x318)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x50424c[_0x2e5ab1(0x31a)]||_0x50424c['message'])),{};}}async['performPageScan'](_0x3d2708,_0x4e5774,_0x17775d=null){const _0x1dd702=a90_0x122fba,_0x1edd33={};_0x1edd33[_0x1dd702(0x378)]=_0x1dd702(0x281),_0x1edd33[_0x1dd702(0x212)]=_0x1dd702(0x2dc),_0x1edd33['cMhSC']=_0x1dd702(0x2f1);const _0x339050=_0x1edd33;try{if(!_0x3d2708)return logger[_0x1dd702(0x25d)](_0x339050[_0x1dd702(0x378)]),null;if(!_0x4e5774)return logger['debug'](_0x339050[_0x1dd702(0x212)]),null;logger['debug'](_0x339050[_0x1dd702(0x389)]);const _0x10678c=_0x17775d?await _0x3d2708['evaluate'](_0x4e5774,_0x17775d):await _0x3d2708[_0x1dd702(0x2a1)](_0x4e5774);return _0x10678c;}catch(_0x4c25da){return logger[_0x1dd702(0x318)](_0x1dd702(0x1f1)+(_0x4c25da[_0x1dd702(0x31a)]||_0x4c25da[_0x1dd702(0x253)])),null;}}static[a90_0x122fba(0x38e)](_0x46a911,_0x2de640){const _0x542bcc=a90_0x122fba,_0x535bd3={};_0x535bd3['BlqFd']=_0x542bcc(0x216);const _0x35dcc7=_0x535bd3,_0x2a7a9f={};_0x2a7a9f[_0x542bcc(0x34a)]=_0x46a911;const _0x185a82=_0x2a7a9f;let _0x1f646a={};if(_0x2de640[_0x542bcc(0x1d5)]()&&_0x2de640[_0x542bcc(0x264)]())try{_0x1f646a=JSON['parse'](new Buffer(_0x2de640[_0x542bcc(0x320)]())[_0x542bcc(0x39c)](_0x35dcc7[_0x542bcc(0x30a)]));}catch(_0x56ea1f){logger['error']('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x56ea1f[_0x542bcc(0x253)]),_0x1f646a={};}return CLIUtils[_0x542bcc(0x1e2)](_0x185a82,_0x1f646a);}static async['fetchCentralAuthA11yConfig'](_0x4a9e10,_0xe57af6='',_0x194f49=null){const _0x2d5b7c=a90_0x122fba,_0x309bd7={};_0x309bd7['xugfE']=_0x2d5b7c(0x28b),_0x309bd7[_0x2d5b7c(0x383)]=_0x2d5b7c(0x33e);const _0x106ebb=_0x309bd7;try{if(!_0x194f49&&AccessibilityModule[_0x2d5b7c(0x1cf)])return AccessibilityModule[_0x2d5b7c(0x332)];if(!process['env'][_0x2d5b7c(0x31b)])return logger[_0x2d5b7c(0x318)](_0x106ebb[_0x2d5b7c(0x261)]),{};const _0x3cb5e3=await GrpcClient[_0x2d5b7c(0x220)]()[_0x2d5b7c(0x240)](process[_0x2d5b7c(0x37a)][_0x2d5b7c(0x31b)],_0x106ebb[_0x2d5b7c(0x383)],_0x4a9e10,_0x194f49),_0x3807cc=_0x194f49?AccessibilityModule['loadDriverExecuteParams'](null,_0x3cb5e3)?.[_0x2d5b7c(0x34a)]||_0xe57af6:_0xe57af6,_0x30a954=AccessibilityModule[_0x2d5b7c(0x38e)](_0x3807cc,_0x3cb5e3);return!_0x194f49&&(AccessibilityModule[_0x2d5b7c(0x332)]=_0x30a954,AccessibilityModule[_0x2d5b7c(0x1cf)]=!![]),_0x30a954;}catch(_0x2185cd){return logger[_0x2d5b7c(0x318)](_0x2d5b7c(0x267)+_0x4a9e10+':\x20'+(_0x2185cd['stack']||_0x2185cd[_0x2d5b7c(0x253)])),{};}}};function a90_0x5db1(_0x19ad19,_0x3c716e){const _0x2817c4=a90_0x2817();return a90_0x5db1=function(_0x5db183,_0x22239d){_0x5db183=_0x5db183-0x1c2;let _0x44ff97=_0x2817c4[_0x5db183];return _0x44ff97;},a90_0x5db1(_0x19ad19,_0x3c716e);}module['exports']=AccessibilityModule;function a90_0x2817(){const _0x48db43=['chromeOptions','__accessibilityOptions','Accessibility\x20data\x20for\x20extension:\x20','null','commandName','iwgCy','iSnGJ','Error\x20in\x20stopTestCapture:\x20','BxxcZ','anSDt','getParamsForScanForCli','TysyQ','YxLhW','eEbff',']\x20should\x20run\x20accessibility\x20value=','isBrowserstackScriptCommand','Zkmhh','BlqFd','yEhJu','popkG','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isPlatformSupported',']\x20isEnabledTestcase\x20(jest)\x20result=','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','jest','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','pgNWe','util','XxnVE','stopTestCapture','error','page','stack','BROWSERSTACK_CLI_BIN_SESSION_ID','TrackedInstance','jGaOy','split','setShouldScanCurrentTest','getAccessibilityExecuteParams','ACCESSIBILITY_INITIALIZED','bind','getTestId','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','bfcqN','SSMyT','fetchCentralAuthA11yConfig','Error\x20in\x20shouldScanForCommand:\x20','EXECUTE','WROwW','testAnalyticsId','DWlpe','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','KXCWs','on\x20non-BrowserStack\x20infrastructure\x20','DPqoc','name','_centralAuthA11yConfig','IqYTA','5tgGccj','ffFja','bRjkW','getBuildId','getCurrentAccessibilityStatus','isAppAccessibility','getContext','skipCDPConnectOverride','__workerDetails','hNuNz','accessibility','isEnabledTestcase','zTBTd','isMobileWebSession','../cliUtils','setAccessibilityConfig','browser_version','isBrowserSupportedForAccessibility','BROWSERSTACK_TESTHUB_JWT','\x20script\x20available\x20in\x20scriptsList','Unknown\x20Test','PjZUb','thTestRunUuid','Error\x20checking\x20headless\x20capability:\x20','commandsToWrap','BgQfx','setAccessibilityToken','eMeuB','[AccessibilityModule]\x20onAfterTest:\x20framework=','browserstack.accessibilityOptions.scannerProcessingTimeout','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','emYNj','SxBgm','GNCQR','getAllData','SAVE_RESULTS','zDOWX','command','Performing\x20scan\x20before\x20getting\x20results\x20summary','onAfterTest',']\x20onAfterTest\x20should\x20scan=','FxhlY','lnbAY',',\x20isAppAccessibility=',']\x20clear\x20','capabilities','length','launchCaps','onBeforeExecute:\x20Command\x20','UESzO','keys','cxafB','--headless',',\x20framework=','\x20env=','Uclbk','xDbDN','validatePlatformForAccessibility','UTTAQ','DRIVER_INIT','parseA11yJwtPayload','string','accessibilityConfig','MergedScanArgs:\x20','onBeforeExecute:\x20command=','Context','KEY_DRIVER_HAS_URL','NvVMr','xTSXT','args','env','shouldScanForCommand','some','15|10|16|6|4|9|7|12|14|8|11|5|3|13|2|1|0','vwfsv','qKxrN','isEnabled','FFQOA','performScan','mingd','testhub_build_uuid','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','LOG_DISABLED_SHOWN','updateData','getTesthub','cMhSC','tTNYT','LqvIp','browserName','wgMfg','loadDriverExecuteParams','vmZTm','\x20browser\x20version\x20','isArray','browserVersion','nduZj','ITQHQ','scannerProcessingTimeout','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','getResultsSummary','jRqJa','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','executeScriptByName:\x20No\x20','dJMWs','toString','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','../../../helpers/accessibility-automation/scripts','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','toLowerCase','126pdVeeZ','rZYVm','cCUaW',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','name:\x20','zqlRv','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','test_tags','getCurrentInstanceName','TuTZi','yOiWZ','saveTestResults','isPlatformSupported:\x20caps\x20are\x20null','getPlatformIndex','scan','qrRqf','\x20testHubUuid=','getCommandsToWrap','patchSendMessageToServer','_centralAuthConfigFetched','QOBZU','requiresChromeOptionsValidation','PERFORM_SCAN','android','getGoogleChromeOptions','getSuccess','oXhcq','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','wrxex','gSBaX','NON_BROWSERSTACK_AUTOMATION_SESSIONS','dHPhD','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','jATqD','../TestInfo.js','lqZBi','platformName','BS_A11Y_JWT','mergeObject','options','loadAccessibilityConfig','tqLOP','./baseModule','iyNmy','[platform\x20-\x20','getScriptByName','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','trloS','uzJOS',',\x20tags=','version','bCinn','isAccessibilityAutomationSession','Error\x20in\x20performPageScan:\x20','unknown','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','onBeforeExecute','PRE','887592JGELbw','resolveMobileThTestRunUuid','performScanForCli','TtpeE','excludeTagsInTestingScope','VAKSX','CZbbd','Error\x20getting\x20script\x20by\x20name\x20','mEfId','sYzqu','../framework/constants/testFrameworkConstants.js','browserStackEvaluate','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','onBeforeTest','getCapabilityValue','isVersionSupported','testInfo','goog:chromeOptions','getTrackedInstance','vlGkV','\x22browserstack.user\x22:\x22[REDACTED]\x22','ILosM','661281jFAerC','parseFromProto','currentTest','shouldScanForCommand:\x20','../../../helpers/performance/performance-tester.js','dLNVR','lHmkY','../framework/testFramework','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ascii','BYafj','fGURV','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','end','\x20accessibility\x20script\x20on\x20page','pOiYk','\x20a11yToken=',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getScript','getInstance','getState','xwxuU','SDK_ACCESSIBILITY_CONFIG','jcbKF','3MLzLzF','xoVRz','NEzML','onBeforeExecute:\x20No\x20command\x20name\x20provided','VPiKF','mYaZz','TEST_INIT','getOptions','XFUFW','AUTOMATION_SESSIONS','accessibilityPlatform','\x20->\x20','OTAOZ','\x20value=','dkBiw','sFTTn','value','FLeBH','eSeKo','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','getTestUUID','NyPDc','is_mobile_session','warn','__jestCurrentTestIdentifier','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','zPkEx','fetchDriverExecuteParamsEvent','kQuQO','browserstack.accessibilityOptions.authToken','PBRbV','\x22browserstack.key\x22:\x22[REDACTED]\x22','fRxmh','function','browser','Processed\x20accessibility\x20caps\x20','test_run_id','taKMe','76518QuVyZE','POST','../../../helpers/helper','IEomn','getAccessibility','getCommandsList','../../../helpers/accessibility-automation/constants','Error\x20in\x20performScanForCli\x20for\x20script\x20','message','map','zZhAw','QUIT','dCpKf','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','platformValidation','slpBj','uPAqk','TTthX','debug','getName','lyXxC','AbTfH','xugfE','iudMb','getTestFrameworkDetail','hasAccessibilityExecuteParams','includeTagsInTestingScope','NLHDW','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','_sendMessageServerPatchApplied','PHToB','bXufF','eIFTs','isMobilePlatform','pFBhK','stringify','KEY_TESTHUB_BUILD_ID','LcXQY','get','chrome','wcagVersion','WBBhO','replace','find','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','afterTestHook','SJnaf','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=',',\x20available\x20commands:\x20','\x20from\x20testIdentifier=','FBFbX','../../playwright/accessibility-helper','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','hiZpc','performPageScan:\x20Page\x20is\x20null','kZgQD','../../../helpers/accessibility-automation/helper','cucumber','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','QpYPj','GSxfN','format','testFrameworkData','toObject','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','RZWPq','instance','KhQsC','getAccessibilityResults','applySendMessageToServerPatch','set','getModuleName','pwwWH','capabilitiesList','performScanForCli:\x20No\x20','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','MODULE_NAME','commandsList','registerObserver','pwPage','18009hcIlEz','shouldScanCurrentTest','titlePath','getResults','DRIVER_HAS_URL','getCapabilitiesList','evaluate','Page\x20','CREATE','zGeTV','getValue','Error\x20in\x20initAccessibilityConfig:\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','assign','ztkwX','KEY_TEST_NAME','JBtQh','6042270ZaJogi','a11y:save-results','Error\x20in\x20processAccessibilityCaps:\x20','getBrowserDisplayName','getScriptsList','JnNkO','present','setLogDisabledShown','CkgdK','getAccessibilityResultsSummary','../../utils/playwright-patcher','\x20result\x20for\x20','Pehco','237708fBeiDZ',']\x20isEnabledTestcase\x20(cucumber)\x20result=','includes','SMVKm',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','LQSGL','\x20script\x20available','DnMcg','startsWith','dYNGa','DDiGo','browserstack.accessibilityOptions.wcagVersion','isMobileScanningEnabledForGroup','--headless=','wVdgh','yXgOg','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20',',\x20testName=','vIayP','toISOString','headless','executeScriptByName','KEY_INIT','start','isAccessibilityScriptCommand','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','KphPN','join','true','finishScanningForCli','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','PXSpB','vJGNP','setShouldScan','scannerVersion','performPageScan:\x20Script\x20is\x20null','GET_RESULTS_SUMMARY','uLufz','has','hTtUg','gOBdl','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','WrScN','eKYRe','umIDN','mMVEl','iassb','dTyYe','testFramework','SaqKZ','nLHPv','_mobileScanningDisabledLogged','../framework/automationFramework','61616RxvCLn','BltvX','xOrHP','Executing\x20accessibility\x20script\x20on\x20page','MFpBg','info','getData','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','measureWrapper','Error\x20in\x20validatePlatformForAccessibility:\x20','delete'];a90_0x2817=function(){return _0x48db43;};return a90_0x2817();}
|
|
1
|
+
const a90_0x2d5ab2=a90_0x1bd4;(function(_0x4f41e2,_0x230a1a){const _0x320c8a=a90_0x1bd4,_0x570611=_0x4f41e2();while(!![]){try{const _0x224db4=-parseInt(_0x320c8a(0x2c3))/0x1*(parseInt(_0x320c8a(0x25b))/0x2)+-parseInt(_0x320c8a(0x19b))/0x3+parseInt(_0x320c8a(0x2a6))/0x4+parseInt(_0x320c8a(0x1a6))/0x5+parseInt(_0x320c8a(0x2c2))/0x6+-parseInt(_0x320c8a(0x224))/0x7+parseInt(_0x320c8a(0x2f9))/0x8;if(_0x224db4===_0x230a1a)break;else _0x570611['push'](_0x570611['shift']());}catch(_0x2bc585){_0x570611['push'](_0x570611['shift']());}}}(a90_0x5881,0x81a2c));function a90_0x1bd4(_0x401e11,_0x587cce){const _0x5881a9=a90_0x5881();return a90_0x1bd4=function(_0x1bd4e2,_0x12a5ef){_0x1bd4e2=_0x1bd4e2-0x158;let _0x4f7adc=_0x5881a9[_0x1bd4e2];return _0x4f7adc;},a90_0x1bd4(_0x401e11,_0x587cce);}const BaseModule=require(a90_0x2d5ab2(0x191)),{createClassLogger}=require(a90_0x2d5ab2(0x269)),CLIUtils=require(a90_0x2d5ab2(0x22a)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a90_0x2d5ab2(0x1e6)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a90_0x2d5ab2(0x225)),scripts=require(a90_0x2d5ab2(0x254)),logger=createClassLogger(a90_0x2d5ab2(0x2a0)),PerformanceTester=require(a90_0x2d5ab2(0x2aa)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x2d5ab2(0x15d)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x2d5ab2(0x2a9)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a90_0x2d5ab2(0x24a)),TestFrameworkConstants=require(a90_0x2d5ab2(0x2ad)),accessibilityHelper=require(a90_0x2d5ab2(0x324));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0x2d5ab2(0x307)];static [a90_0x2d5ab2(0x2a5)]=![];static [a90_0x2d5ab2(0x1fd)]={};constructor(_0x2ffc33){const _0x45410a=a90_0x2d5ab2,_0x3888c6={};_0x3888c6[_0x45410a(0x31e)]='15|10|16|11|14|8|4|12|0|7|6|5|9|1|2|13|3',_0x3888c6[_0x45410a(0x2ee)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x3888c6[_0x45410a(0x278)]='ACCESSIBILITY_INITIALIZED',_0x3888c6['OATsM']='testhub_build_uuid',_0x3888c6[_0x45410a(0x215)]=_0x45410a(0x329);const _0x3b8764=_0x3888c6,_0x2a6ac8=_0x3b8764[_0x45410a(0x31e)][_0x45410a(0x301)]('|');let _0x53343e=0x0;while(!![]){switch(_0x2a6ac8[_0x53343e++]){case'0':this['isAppAccessibility']=![];continue;case'1':logger['debug'](_0x3b8764[_0x45410a(0x2ee)]);continue;case'2':this['KEY_INIT']=_0x3b8764[_0x45410a(0x278)];continue;case'3':this[_0x45410a(0x27d)]=_0x3b8764[_0x45410a(0x317)];continue;case'4':this[_0x45410a(0x309)]=new Map();continue;case'5':this[_0x45410a(0x1b9)]=![];continue;case'6':this[_0x45410a(0x1ba)]=![];continue;case'7':this['capabilities']=[];continue;case'8':this[_0x45410a(0x1bf)]=_0x2ffc33[_0x45410a(0x298)]();continue;case'9':this[_0x45410a(0x21d)](_0x2ffc33[_0x45410a(0x250)]()[_0x45410a(0x16f)]());continue;case'10':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState['EXECUTE'],HookState[_0x45410a(0x30e)],this[_0x45410a(0x19f)][_0x45410a(0x230)](this));continue;case'11':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState[_0x45410a(0x1d5)],HookState['PRE'],this[_0x45410a(0x162)][_0x45410a(0x230)](this));continue;case'12':this['LOG_DISABLED_SHOWN']=new Map();continue;case'13':this[_0x45410a(0x289)]=_0x3b8764['TZqWl'];continue;case'14':this['isEnabled']=!![];continue;case'15':super();continue;case'16':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState[_0x45410a(0x25a)],HookState[_0x45410a(0x33b)],this['onBeforeTest'][_0x45410a(0x230)](this));continue;}break;}}[a90_0x2d5ab2(0x21c)](){const _0x306c64=a90_0x2d5ab2;return this[_0x306c64(0x21c)];}[a90_0x2d5ab2(0x17f)](){const _0x13c3b8=a90_0x2d5ab2;return AccessibilityModule[_0x13c3b8(0x15c)];}[a90_0x2d5ab2(0x29d)](){const _0x278d57=a90_0x2d5ab2;return this['accessibility']['get'](CLIUtils[_0x278d57(0x180)](),![]);}['getLogDisabledShown'](){const _0x269900=a90_0x2d5ab2;return this['LOG_DISABLED_SHOWN'][_0x269900(0x23c)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x2d5ab2(0x1ce)](_0x1ac7d3){const _0x3d38a4=a90_0x2d5ab2;this[_0x3d38a4(0x23e)][_0x3d38a4(0x2fc)](CLIUtils[_0x3d38a4(0x180)](),_0x1ac7d3);}[a90_0x2d5ab2(0x24c)](){const _0x31c8c0=a90_0x2d5ab2,_0x5e567f={'lUgYg':_0x31c8c0(0x20e),'gxvVM':function(_0x14cfcc,_0x1c7446){return _0x14cfcc(_0x1c7446);},'sOKFV':_0x31c8c0(0x29f),'MoAKO':_0x31c8c0(0x2e2),'vsLCZ':_0x31c8c0(0x1d7)};if(this[_0x31c8c0(0x1ba)]){logger['debug'](_0x5e567f[_0x31c8c0(0x258)]);return;}try{const _0x367b46=_0x5e567f[_0x31c8c0(0x2e3)](require,_0x5e567f[_0x31c8c0(0x247)]);_0x367b46&&_0x367b46[_0x31c8c0(0x290)]?(_0x367b46['patchSendMessageToServer'](),this[_0x31c8c0(0x1ba)]=!![],logger[_0x31c8c0(0x30b)](_0x5e567f[_0x31c8c0(0x23d)])):logger['debug'](_0x5e567f[_0x31c8c0(0x2f5)]);}catch(_0xaad8e1){logger[_0x31c8c0(0x30b)](_0x31c8c0(0x1d9)+util[_0x31c8c0(0x1e2)](_0xaad8e1));}}[a90_0x2d5ab2(0x274)](_0x523da4=null,_0x58da0f=null,_0x1f8733=null){const _0x488b5b=a90_0x2d5ab2,_0x5aa107={'JMinF':function(_0x448d0b,_0x376c93){return _0x448d0b&&_0x376c93;},'xmBdd':_0x488b5b(0x27e),'mMKEh':function(_0x52c202,_0x89b032){return _0x52c202(_0x89b032);},'gnHmQ':_0x488b5b(0x24b),'iKrSK':_0x488b5b(0x211),'tsjMp':_0x488b5b(0x2e0),'VvYyi':function(_0x5a82da,_0x5d9a04){return _0x5a82da===_0x5d9a04;},'kADYl':_0x488b5b(0x2d6),'hPnnK':'string','cutdR':_0x488b5b(0x222),'gPUYp':'goog:chromeOptions','kRvvM':function(_0x526c91,_0x23ae5c){return _0x526c91!==_0x23ae5c;},'zpSas':'latest','mXDqs':function(_0x1f2494){return _0x1f2494();},'NRPCL':_0x488b5b(0x17c),'jfsqE':function(_0x27f6e2,_0x10e5e8){return _0x27f6e2!==_0x10e5e8;},'Sxfav':function(_0x4afdb5,_0x122495){return _0x4afdb5>_0x122495;},'HYAAb':function(_0x139f52,_0x49daeb){return _0x139f52(_0x49daeb);},'RCTYD':_0x488b5b(0x2c9)};try{if(_0x5aa107[_0x488b5b(0x1ec)](!_0x58da0f,!_0x1f8733))return logger[_0x488b5b(0x30b)](_0x5aa107[_0x488b5b(0x18f)]),![];const {isUndefined:_0x5a85ea,isBrowserstackInfra:_0x566a1f}=_0x5aa107[_0x488b5b(0x335)](require,_0x5aa107[_0x488b5b(0x2e9)]);if(!accessibilityHelper[_0x488b5b(0x319)]())return logger[_0x488b5b(0x30b)](_0x5aa107['iKrSK']),![];const _0x41f8d3=_0x58da0f['browserName']||_0x58da0f[_0x488b5b(0x1c5)],_0x52a57e=_0x58da0f[_0x488b5b(0x31b)]||_0x58da0f['browser_version'];if(!accessibilityHelper[_0x488b5b(0x164)](_0x41f8d3))return logger[_0x488b5b(0x331)](_0x5aa107['tsjMp']),![];if(accessibilityHelper[_0x488b5b(0x1fa)](_0x41f8d3))try{const _0x2c68ff=_0x58da0f[_0x488b5b(0x2b6)],_0x3b1f1f=_0x5aa107[_0x488b5b(0x2d5)](_0x2c68ff,!![])||_0x5aa107['VvYyi'](_0x2c68ff,_0x5aa107[_0x488b5b(0x237)])||_0x5aa107[_0x488b5b(0x2d5)](typeof _0x2c68ff,_0x5aa107[_0x488b5b(0x2e1)])&&_0x5aa107[_0x488b5b(0x2d5)](_0x2c68ff[_0x488b5b(0x280)](),_0x5aa107[_0x488b5b(0x237)]);if(_0x3b1f1f)return logger['warn'](_0x5aa107['cutdR']),![];const _0x1490c3=_0x58da0f?.[_0x488b5b(0x205)]?.[_0x488b5b(0x175)]||_0x58da0f?.[_0x5aa107[_0x488b5b(0x1c8)]]?.[_0x488b5b(0x175)]||[];if(Array['isArray'](_0x1490c3)&&_0x1490c3['some'](_0x2aa6ec=>typeof _0x2aa6ec===_0x488b5b(0x276)&&(_0x2aa6ec==='--headless'||_0x2aa6ec[_0x488b5b(0x1a0)](_0x488b5b(0x1e4))&&_0x2aa6ec!==_0x488b5b(0x193))))return logger[_0x488b5b(0x331)](_0x5aa107[_0x488b5b(0x182)]),![];}catch(_0x4872e1){logger[_0x488b5b(0x30b)](_0x488b5b(0x167)+util[_0x488b5b(0x1e2)](_0x4872e1));}if(_0x5aa107[_0x488b5b(0x1f0)](_0x52a57e,_0x5aa107[_0x488b5b(0x32d)])){const _0x494594=_0x5aa107[_0x488b5b(0x18b)](_0x566a1f),_0x2df019=accessibilityHelper[_0x488b5b(0x26e)](_0x41f8d3,_0x494594),_0x94221=accessibilityHelper[_0x488b5b(0x23b)](_0x41f8d3);if(!accessibilityHelper[_0x488b5b(0x194)](_0x52a57e,_0x2df019)){const _0x4dde9a=_0x494594?'':_0x5aa107[_0x488b5b(0x1b3)];return logger[_0x488b5b(0x331)](_0x488b5b(0x1b0)+_0x94221+_0x488b5b(0x286)+_0x2df019+'\x20or\x20higher\x20'+_0x4dde9a+'.'),![];}}else{const _0x2658f3=_0x58da0f[_0x488b5b(0x31b)]||_0x58da0f[_0x488b5b(0x268)]||_0x58da0f[_0x488b5b(0x287)];if(_0x2658f3&&_0x5aa107[_0x488b5b(0x30a)](_0x2658f3,_0x5aa107[_0x488b5b(0x32d)])&&!_0x5aa107[_0x488b5b(0x202)](_0x5aa107['mMKEh'](parseFloat,_0x2658f3),_0x5aa107[_0x488b5b(0x305)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x5aa107[_0x488b5b(0x1b5)]),![];}return!![];}catch(_0x2e5471){return logger[_0x488b5b(0x30b)](_0x488b5b(0x158)+_0x2e5471['message']),![];}}[a90_0x2d5ab2(0x2b3)](_0x3c09a0=[],_0x23fad9,_0x360956=a90_0x2d5ab2(0x243)){const _0x566fe3=a90_0x2d5ab2,_0x559caa={'Rosfx':function(_0x54342c,_0x480c84){return _0x54342c===_0x480c84;},'nCKWZ':_0x566fe3(0x21e),'CpuKs':function(_0x53041d,_0x519599){return _0x53041d||_0x519599;},'IAGha':function(_0x305f08,_0x411691){return _0x305f08&&_0x411691;},'FcSKr':'unknown','Fewpg':function(_0x2bfb2c,_0xd0f952){return _0x2bfb2c===_0xd0f952;},'yVDuD':function(_0x53ed0d,_0x2d9a6a){return _0x53ed0d(_0x2d9a6a);},'SLzMt':function(_0x15af8a,_0x3acdb8){return _0x15af8a>_0x3acdb8;},'tCmQD':function(_0x36fe1a,_0x444787){return _0x36fe1a&&_0x444787;}};try{const _0x5615ba=process[_0x566fe3(0x18e)][_0x566fe3(0x1ac)]?JSON[_0x566fe3(0x25f)](process['env'][_0x566fe3(0x1ac)]):null;if(!_0x5615ba)return!![];const _0x2c1efb=Array[_0x566fe3(0x219)](_0x5615ba[_0x566fe3(0x28b)])?_0x5615ba['includeTagsInTestingScope']:[],_0x2ced16=Array[_0x566fe3(0x219)](_0x5615ba[_0x566fe3(0x1cf)])?_0x5615ba[_0x566fe3(0x1cf)]:[];if(_0x559caa[_0x566fe3(0x240)](_0x360956,_0x559caa['nCKWZ'])){let _0x2359a6;Array['isArray'](_0x3c09a0)?_0x2359a6=_0x3c09a0[_0x566fe3(0x266)]('\x20'):_0x2359a6=_0x559caa[_0x566fe3(0x1dc)](_0x3c09a0,'');const _0x54d27f=_0x2ced16[_0x566fe3(0x30d)](_0x3d6dee=>_0x2359a6[_0x566fe3(0x1df)](_0x3d6dee)),_0x5b7599=_0x559caa['Rosfx'](_0x2c1efb[_0x566fe3(0x173)],0x0)||_0x2c1efb[_0x566fe3(0x30d)](_0x2b7d0a=>_0x2359a6[_0x566fe3(0x1df)](_0x2b7d0a)),_0x3d1607=_0x559caa[_0x566fe3(0x1b2)](!_0x54d27f,_0x5b7599);return logger[_0x566fe3(0x30b)]('[platform\x20-\x20'+(_0x23fad9?.[_0x566fe3(0x20f)]?.()||_0x559caa['FcSKr'])+_0x566fe3(0x31f)+_0x3d1607+_0x566fe3(0x1d2)+_0x2359a6+_0x566fe3(0x33f)+JSON[_0x566fe3(0x1b1)](_0x2c1efb)+_0x566fe3(0x2ac)+JSON[_0x566fe3(0x1b1)](_0x2ced16)),_0x3d1607;}const _0x4a585e=Array['isArray'](_0x3c09a0)?_0x3c09a0:[];let _0x5e898f=![],_0x47a020=_0x559caa[_0x566fe3(0x306)](_0x2c1efb[_0x566fe3(0x173)],0x0);const _0x4004d8=_0x3bd058=>typeof _0x3bd058===_0x566fe3(0x276)?_0x3bd058[_0x566fe3(0x1db)](/^@/,'')[_0x566fe3(0x280)]()['trim']():_0x3bd058,_0x4900e7=new Set(_0x2c1efb[_0x566fe3(0x327)](_0x4004d8)),_0x1c37b3=new Set(_0x2ced16[_0x566fe3(0x327)](_0x4004d8));for(const _0x3d3f62 of _0x4a585e){const _0x3ede7e=_0x559caa[_0x566fe3(0x1c9)](_0x4004d8,_0x3d3f62);_0x1c37b3[_0x566fe3(0x1e0)](_0x3ede7e)&&(_0x5e898f=!![]),_0x559caa[_0x566fe3(0x32e)](_0x4900e7[_0x566fe3(0x2c0)],0x0)&&_0x4900e7[_0x566fe3(0x1e0)](_0x3ede7e)&&(_0x47a020=!![]);}const _0x430e4b=_0x559caa[_0x566fe3(0x2e6)](_0x47a020,!_0x5e898f);return logger[_0x566fe3(0x30b)](_0x566fe3(0x2c5)+(_0x23fad9?.['getPlatformIndex']?.()||_0x559caa[_0x566fe3(0x1eb)])+_0x566fe3(0x20a)+_0x430e4b+_0x566fe3(0x20c)+JSON['stringify'](_0x4a585e)+',\x20includeTags='+JSON[_0x566fe3(0x1b1)](_0x2c1efb)+_0x566fe3(0x2ac)+JSON[_0x566fe3(0x1b1)](_0x2ced16)),_0x430e4b;}catch(_0x7f2908){return logger[_0x566fe3(0x30b)](_0x566fe3(0x2c5)+(_0x23fad9?.['getPlatformIndex']?.()||_0x559caa[_0x566fe3(0x1eb)])+_0x566fe3(0x326)+_0x7f2908[_0x566fe3(0x1c7)]),![];}}async[a90_0x2d5ab2(0x1ea)](_0x1c7fde){const _0x5acf05=a90_0x2d5ab2,_0x2eb1f7={};_0x2eb1f7['gcusi']=function(_0x531b7d,_0x5c02b5){return _0x531b7d!==_0x5c02b5;},_0x2eb1f7[_0x5acf05(0x1d1)]='cucumber',_0x2eb1f7[_0x5acf05(0x17d)]=function(_0x16aec0,_0x532f2c){return _0x16aec0!==_0x532f2c;},_0x2eb1f7[_0x5acf05(0x277)]='jest',_0x2eb1f7[_0x5acf05(0x1f1)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x2eb1f7[_0x5acf05(0x1cd)]=_0x5acf05(0x2b0),_0x2eb1f7[_0x5acf05(0x33c)]=_0x5acf05(0x315),_0x2eb1f7['mGutf']=_0x5acf05(0x2b5),_0x2eb1f7[_0x5acf05(0x16e)]=_0x5acf05(0x16c),_0x2eb1f7[_0x5acf05(0x196)]=function(_0x3bec53,_0x47f5ec){return _0x3bec53===_0x47f5ec;},_0x2eb1f7[_0x5acf05(0x2ca)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x2eb1f7[_0x5acf05(0x2fa)]=_0x5acf05(0x233),_0x2eb1f7[_0x5acf05(0x15b)]=function(_0x331e6d,_0x5181b7){return _0x331e6d>_0x5181b7;},_0x2eb1f7[_0x5acf05(0x2a7)]=function(_0x2c168e,_0x204938){return _0x2c168e===_0x204938;},_0x2eb1f7[_0x5acf05(0x232)]=_0x5acf05(0x2e8),_0x2eb1f7[_0x5acf05(0x270)]=_0x5acf05(0x265),_0x2eb1f7['PjvJX']=function(_0x45ffad,_0x1a8743){return _0x45ffad&&_0x1a8743;},_0x2eb1f7[_0x5acf05(0x291)]=_0x5acf05(0x2ff),_0x2eb1f7[_0x5acf05(0x1d6)]=_0x5acf05(0x2d6);const _0x37ccda=_0x2eb1f7;if(_0x37ccda[_0x5acf05(0x18a)](_0x1c7fde[_0x5acf05(0x26c)],_0x37ccda['GwJDx'])&&_0x37ccda[_0x5acf05(0x17d)](_0x1c7fde[_0x5acf05(0x26c)],_0x37ccda['YyClV'])){logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x1f1)]);return;}try{const _0x2f29ed=AutomationFramework['getTrackedInstance'](),_0x23a7a8=TestFramework[_0x5acf05(0x1dd)](),_0x5086b3=_0x1c7fde[_0x5acf05(0x238)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x275)]||null;if(!_0x5086b3){_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x1cd)],!![]);logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x33c)]);return;}logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x2b1)]);const _0x426dfa=_0x23a7a8?.[_0x5acf05(0x234)](_0x37ccda[_0x5acf05(0x16e)],![]),_0x37dfde=_0x23a7a8?.[_0x5acf05(0x234)](_0x37ccda['ybLyf'],![]);if(_0x37ccda['UqVHq'](_0x426dfa,![])&&_0x37ccda[_0x5acf05(0x196)](_0x37dfde,![])){_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x16e)],!![]);logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x2ca)]);return;}_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x1cd)],!![]);let _0x3db72d,_0x5cb55d;const _0x383e49=_0x1c7fde[_0x5acf05(0x26c)]||_0x37ccda[_0x5acf05(0x1d1)];if(_0x37ccda[_0x5acf05(0x196)](_0x383e49,_0x37ccda[_0x5acf05(0x277)])){_0x5cb55d=_0x1c7fde['testInfo']?.[_0x5acf05(0x192)]||_0x1c7fde[_0x5acf05(0x32c)]?.['id']||global[_0x5acf05(0x263)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.[_0x5acf05(0x192)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.['id'];const _0x5207bf=_0x23a7a8?.[_0x5acf05(0x24f)]()?.[_0x5acf05(0x23c)](_0x5cb55d);if(_0x5207bf&&_0x5207bf[TestFrameworkConstants[_0x5acf05(0x20d)]])_0x3db72d=_0x5207bf[TestFrameworkConstants[_0x5acf05(0x20d)]];else{if(_0x1c7fde[_0x5acf05(0x32c)]?.[_0x5acf05(0x2bc)])_0x3db72d=_0x1c7fde['testInfo'][_0x5acf05(0x2bc)];else global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.[_0x5acf05(0x32c)]?.[_0x5acf05(0x2bc)]?_0x3db72d=global['__workerDetails'][_0x5acf05(0x1ae)][_0x5acf05(0x32c)]['titlePath']:_0x3db72d=_0x37ccda[_0x5acf05(0x2fa)];}logger[_0x5acf05(0x30b)](_0x5acf05(0x302)+_0x5cb55d+_0x5acf05(0x1d2)+JSON[_0x5acf05(0x1b1)](_0x3db72d));}else{_0x5cb55d=this['getTestId'](_0x1c7fde);const _0x20d24e=TestInfo[_0x5acf05(0x328)](_0x5cb55d);let _0x5256e4=[];if(_0x20d24e&&Array[_0x5acf05(0x219)](_0x20d24e['test_tags'])&&_0x37ccda[_0x5acf05(0x15b)](_0x20d24e[_0x5acf05(0x265)][_0x5acf05(0x173)],0x0))_0x5256e4=_0x20d24e[_0x5acf05(0x265)];else{if(_0x23a7a8){const _0x799b41=_0x37ccda[_0x5acf05(0x2a7)](typeof _0x23a7a8['getData'],_0x37ccda[_0x5acf05(0x232)])?_0x23a7a8['getData'](_0x37ccda['oABzl'],[]):_0x23a7a8[_0x5acf05(0x265)]||[];Array[_0x5acf05(0x219)](_0x799b41)&&(_0x5256e4=_0x799b41);}}_0x3db72d=_0x5256e4;}logger[_0x5acf05(0x2d9)](_0x5acf05(0x294)+JSON[_0x5acf05(0x1b1)](_0x3db72d));const _0x38f893=this[_0x5acf05(0x274)](_0x2f29ed,_0x1c7fde[_0x5acf05(0x2c1)],_0x1c7fde[_0x5acf05(0x1b8)]);logger[_0x5acf05(0x30b)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x38f893+_0x5acf05(0x30f)+this[_0x5acf05(0x1ff)]);const _0x396c20=this[_0x5acf05(0x2b3)](_0x3db72d,_0x2f29ed,_0x383e49),_0x1c7e98=_0x37ccda[_0x5acf05(0x2af)](_0x38f893,_0x396c20),_0xdcaec1=CLIUtils['getCurrentInstanceName']();this[_0x5acf05(0x309)]['set'](_0xdcaec1,_0x1c7e98),global[_0x5acf05(0x28a)]?.[_0x5acf05(0x2f3)]&&global[_0x5acf05(0x28a)][_0x5acf05(0x2f3)]()[_0x5acf05(0x189)](_0x1c7e98),logger[_0x5acf05(0x30b)](_0x5acf05(0x2c5)+(_0x2f29ed?.[_0x5acf05(0x20f)]?.()||_0x37ccda[_0x5acf05(0x291)])+_0x5acf05(0x312)+_0x1c7e98),_0x1c7e98?(global['accessibilityPlatform']=!![],process[_0x5acf05(0x18e)][_0x5acf05(0x272)]=_0x37ccda[_0x5acf05(0x1d6)],this[_0x5acf05(0x24c)]()):global[_0x5acf05(0x23a)]=![];}catch(_0x21de48){logger[_0x5acf05(0x15f)](_0x5acf05(0x32a)+(_0x21de48[_0x5acf05(0x310)]||_0x21de48[_0x5acf05(0x1c7)]));const _0x4bb1dd=CLIUtils[_0x5acf05(0x180)]();this[_0x5acf05(0x309)][_0x5acf05(0x2fc)](_0x4bb1dd,![]),global['accessibilityPlatform']=![];}}[a90_0x2d5ab2(0x282)](){const _0x367eef=a90_0x2d5ab2;return this[_0x367eef(0x2ce)]['find'](_0x57dea8=>_0x57dea8[_0x367eef(0x241)]()===_0x367eef(0x206))?.[_0x367eef(0x239)]()||'';}[a90_0x2d5ab2(0x332)](_0x1334e3){const _0x5c6ecb=a90_0x2d5ab2;try{const _0x102320=this[_0x5c6ecb(0x1bf)]?.[_0x5c6ecb(0x186)]?.[_0x5c6ecb(0x2ef)]||[],_0x377409=_0x102320[_0x5c6ecb(0x32f)](_0x134e1f=>_0x134e1f[_0x5c6ecb(0x307)]===_0x1334e3);return _0x377409?_0x377409[_0x5c6ecb(0x15e)]:null;}catch(_0x2b549c){return logger[_0x5c6ecb(0x30b)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1334e3+':\x20'+_0x2b549c['message']),null;}}async['setAccessibilityConfig'](_0x104888,_0x3fd8ef){const _0x58ac83=a90_0x2d5ab2,_0x338485=_0x104888[_0x58ac83(0x176)]()[_0x58ac83(0x250)](),_0x3ac57f=_0x338485['getScriptsList'](),_0x56f811=_0x338485['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x58ac83(0x339)](_0x3ac57f,_0x56f811),scripts[_0x58ac83(0x262)]();const _0x540998=_0x338485[_0x58ac83(0x16f)]();this[_0x58ac83(0x2ce)]=_0x338485['getCapabilitiesList'](),await this[_0x58ac83(0x21d)](_0x540998,_0x3fd8ef[_0x58ac83(0x1b8)]);}async['setAccessibilityToken'](_0xcb3ad7,_0x296b3f={}){const _0x43ff62=a90_0x2d5ab2,_0x225ac9={'ForgK':function(_0x2fbc04,_0x7e1bc9){return _0x2fbc04===_0x7e1bc9;},'UklPd':'accessibilityToken','aKJRT':'browserstack.accessibilityOptions.authToken','MQjHa':function(_0xe2cd14,_0x3bdf43){return _0xe2cd14(_0x3bdf43);},'SJzjn':_0x43ff62(0x324),'yAjNm':function(_0x2a9ad4,_0x3760a2){return _0x2a9ad4(_0x3760a2);},'ZuXZV':_0x43ff62(0x24b),'aaQkr':_0x43ff62(0x216),'KEIKM':'browserstack.accessibilityOptions.wcagVersion','MdVTl':_0x43ff62(0x2f8),'wNtzo':_0x43ff62(0x181),'tyVUz':_0x43ff62(0x313),'TtpPt':_0x43ff62(0x2e5),'QfUfN':function(_0x3fb84d,_0x59982d){return _0x3fb84d===_0x59982d;},'dZdOh':_0x43ff62(0x330),'viuvS':function(_0x4f6fa9,_0x56d79f){return _0x4f6fa9(_0x56d79f);},'FWDvW':'true'};global['__accessibilityOptions']=global[_0x43ff62(0x159)]||{};for(const _0x5ebad1 of _0xcb3ad7){logger[_0x43ff62(0x2d9)]('name:\x20'+_0x5ebad1['getName']()+'\x20value='+_0x5ebad1['getValue']());if(_0x225ac9[_0x43ff62(0x1e5)](_0x5ebad1[_0x43ff62(0x241)](),_0x225ac9[_0x43ff62(0x172)])){const _0x5edf37=_0x5ebad1['getValue']();process[_0x43ff62(0x18e)][_0x43ff62(0x1a1)]=_0x5edf37,global[_0x43ff62(0x159)][_0x225ac9[_0x43ff62(0x2ba)]]=_0x5edf37;const _0x3fcb1a=_0x225ac9[_0x43ff62(0x1da)](require,_0x225ac9[_0x43ff62(0x2a1)]),{isTrue:_0x4fa5a5}=_0x225ac9[_0x43ff62(0x184)](require,_0x225ac9['ZuXZV']),_0xc2d865=_0x3fcb1a['parseA11yJwtPayload'](_0x5edf37);_0xc2d865&&_0x225ac9[_0x43ff62(0x184)](_0x4fa5a5,_0xc2d865[_0x43ff62(0x26a)])&&(process[_0x43ff62(0x18e)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x225ac9['ForgK'](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x166)]))global[_0x43ff62(0x159)][_0x225ac9['KEIKM']]=_0x5ebad1[_0x43ff62(0x239)]();else{if(_0x225ac9[_0x43ff62(0x1e5)](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x246)]))global['__accessibilityOptions'][_0x225ac9[_0x43ff62(0x2c8)]]=_0x5ebad1['getValue']();else{if(_0x225ac9['ForgK'](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x31a)]))global[_0x43ff62(0x159)][_0x225ac9[_0x43ff62(0x26b)]]=_0x5ebad1[_0x43ff62(0x239)]();else{if(_0x225ac9[_0x43ff62(0x2d4)](_0x5ebad1[_0x43ff62(0x241)](),_0x225ac9[_0x43ff62(0x259)])){const _0x59f73e=_0x5ebad1[_0x43ff62(0x239)]();process[_0x43ff62(0x18e)][_0x43ff62(0x165)]=_0x225ac9['viuvS'](String,_0x225ac9[_0x43ff62(0x2d4)](_0x59f73e,!![])||_0x225ac9[_0x43ff62(0x2d4)](_0x59f73e,_0x225ac9[_0x43ff62(0x22c)])),logger[_0x43ff62(0x30b)](_0x43ff62(0x242)+_0x59f73e+_0x43ff62(0x1a7)+process[_0x43ff62(0x18e)][_0x43ff62(0x165)]);}}}}}}}async[a90_0x2d5ab2(0x162)](_0x47393e){const _0x2984f7=a90_0x2d5ab2,_0x5109e0={};_0x5109e0[_0x2984f7(0x15a)]=function(_0x55fa4e,_0x1f5d67){return _0x55fa4e!==_0x1f5d67;},_0x5109e0[_0x2984f7(0x25c)]='cucumber',_0x5109e0[_0x2984f7(0x2bb)]=function(_0x450174,_0x254c83){return _0x450174!==_0x254c83;},_0x5109e0[_0x2984f7(0x264)]=_0x2984f7(0x21e),_0x5109e0[_0x2984f7(0x1f8)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5109e0['AaDuq']=_0x2984f7(0x2ff);const _0xd506a4=_0x5109e0;if(_0xd506a4[_0x2984f7(0x15a)](_0x47393e[_0x2984f7(0x26c)],_0xd506a4[_0x2984f7(0x25c)])&&_0xd506a4[_0x2984f7(0x2bb)](_0x47393e[_0x2984f7(0x26c)],_0xd506a4['OOgPk'])){logger[_0x2984f7(0x30b)](_0xd506a4['YoaBI']);return;}const _0x368ad4=_0x47393e['testInfo']?.[_0x2984f7(0x192)]||_0x47393e[_0x2984f7(0x32c)]?.['id']||global[_0x2984f7(0x263)];logger['info'](_0x2984f7(0x2db)+_0x47393e[_0x2984f7(0x26c)]+_0x2984f7(0x213)+_0x368ad4);try{const _0x1ba264=_0x47393e['instance']||AutomationFramework[_0x2984f7(0x1dd)](),_0x213b18=CLIUtils['getCurrentInstanceName'](),_0x1a2051=this[_0x2984f7(0x29d)]();logger[_0x2984f7(0x30b)](_0x2984f7(0x2c5)+(_0x1ba264?.[_0x2984f7(0x20f)]?.()||_0xd506a4[_0x2984f7(0x2be)])+_0x2984f7(0x325)+_0x1a2051),_0x1a2051&&await this['stopTestCapture'](_0x1ba264,_0x47393e),this[_0x2984f7(0x309)][_0x2984f7(0x33a)](_0x213b18),this[_0x2984f7(0x23e)][_0x2984f7(0x33a)](_0x213b18);}catch(_0x25f32a){logger[_0x2984f7(0x15f)](_0x2984f7(0x160)+(_0x25f32a[_0x2984f7(0x310)]||_0x25f32a[_0x2984f7(0x1c7)]));}}async[a90_0x2d5ab2(0x223)](_0x21f209,_0x4050ba){const _0x4192f3=a90_0x2d5ab2,_0x79dafa={};_0x79dafa[_0x4192f3(0x170)]=function(_0x3372ad,_0x496d38){return _0x3372ad===_0x496d38;},_0x79dafa[_0x4192f3(0x336)]='function',_0x79dafa[_0x4192f3(0x1af)]=function(_0x2c4377,_0x57b766){return _0x2c4377===_0x57b766;},_0x79dafa['cbMSd']=_0x4192f3(0x21e),_0x79dafa[_0x4192f3(0x285)]=_0x4192f3(0x243),_0x79dafa[_0x4192f3(0x314)]=_0x4192f3(0x217),_0x79dafa[_0x4192f3(0x23f)]=_0x4192f3(0x309),_0x79dafa['KKSjs']='saveResults',_0x79dafa['itdva']=_0x4192f3(0x2ff),_0x79dafa['AetOK']='present',_0x79dafa[_0x4192f3(0x190)]=_0x4192f3(0x236),_0x79dafa[_0x4192f3(0x2c4)]=function(_0x1ae410,_0x2fb397){return _0x1ae410===_0x2fb397;},_0x79dafa['BOytc']=function(_0x4443ba,_0x30b676){return _0x4443ba||_0x30b676;},_0x79dafa['hFLSz']=function(_0x2bf205,_0x20f300){return _0x2bf205||_0x20f300;},_0x79dafa['ehxGK']=_0x4192f3(0x2fd),_0x79dafa['FDNcx']='AUTOMATION_SESSIONS',_0x79dafa[_0x4192f3(0x2b9)]=_0x4192f3(0x2d8);const _0x21d2e7=_0x79dafa;try{const _0x2c7915=_0x4050ba[_0x4192f3(0x26c)]||(_0x21d2e7['rxcST'](this[_0x4192f3(0x2da)]?.[_0x4192f3(0x307)]?.[_0x4192f3(0x280)](),_0x21d2e7[_0x4192f3(0x2e7)])?_0x21d2e7['cbMSd']:_0x21d2e7[_0x4192f3(0x285)]);let _0x20be83='',_0x333637=null,_0x4157d6=null;if(_0x21d2e7[_0x4192f3(0x1af)](_0x2c7915,_0x21d2e7[_0x4192f3(0x2e7)])){_0x333637=_0x4050ba[_0x4192f3(0x32c)]?.['testAnalyticsId']||_0x4050ba['testInfo']?.['id']||global[_0x4192f3(0x263)];if(!_0x333637){logger[_0x4192f3(0x331)](_0x21d2e7['XZNdF']);return;}try{const _0x4bf7a0=await GrpcClient[_0x4192f3(0x21b)]()[_0x4192f3(0x1cc)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x21d2e7[_0x4192f3(0x23f)],_0x21d2e7[_0x4192f3(0x31c)],_0x333637),_0x26a1b0=AccessibilityModule[_0x4192f3(0x18d)](null,_0x4bf7a0);_0x20be83=_0x26a1b0?.[_0x4192f3(0x22f)]||'',logger[_0x4192f3(0x30b)](_0x4192f3(0x257)+_0x20be83+_0x4192f3(0x220)+_0x333637),_0x4157d6=_0x4bf7a0;}catch(_0xb3e0a7){logger[_0x4192f3(0x15f)](_0x4192f3(0x200)+_0xb3e0a7[_0x4192f3(0x1c7)]);return;}}else{const _0x4fd87c=this[_0x4192f3(0x2f6)](_0x4050ba);_0x20be83=TestInfo[_0x4192f3(0x267)](_0x4fd87c);}const _0x4a24cb=((()=>{const _0x365262=_0x4192f3,_0x3bce3c=(this[_0x365262(0x1bf)]?.[_0x365262(0x186)]?.[_0x365262(0x2ef)]||[])[_0x365262(0x32f)](_0x12a627=>(typeof _0x12a627['getName']===_0x365262(0x2e8)?_0x12a627[_0x365262(0x241)]():_0x12a627[_0x365262(0x307)])===this['KEY_TESTHUB_BUILD_ID']);return _0x3bce3c?_0x21d2e7[_0x365262(0x170)](typeof _0x3bce3c[_0x365262(0x239)],_0x21d2e7[_0x365262(0x336)])?_0x3bce3c[_0x365262(0x239)]():_0x3bce3c[_0x365262(0x15e)]:'';})()),_0x1bb20b=process[_0x4192f3(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x4192f3(0x30b)]('[platform\x20-\x20'+(_0x21f209?.['getPlatformIndex']?.()||_0x21d2e7[_0x4192f3(0x26d)])+']\x20clear\x20'+_0x20be83+'\x20testHubUuid='+_0x4a24cb+_0x4192f3(0x1ab)+(_0x1bb20b?_0x21d2e7[_0x4192f3(0x1a2)]:_0x21d2e7[_0x4192f3(0x190)]));let _0x32ebd7;if(_0x21d2e7[_0x4192f3(0x2c4)](_0x2c7915,_0x21d2e7[_0x4192f3(0x2e7)]))_0x32ebd7=AccessibilityModule[_0x4192f3(0x18d)](_0x20be83,_0x4157d6);else{const _0x11fb0c=await GrpcClient[_0x4192f3(0x21b)]()[_0x4192f3(0x1cc)](process['env'][_0x4192f3(0x304)],_0x21d2e7[_0x4192f3(0x23f)],_0x21d2e7[_0x4192f3(0x31c)]);_0x32ebd7=AccessibilityModule[_0x4192f3(0x18d)](_0x20be83,_0x11fb0c);}logger[_0x4192f3(0x30b)](_0x4192f3(0x2dc)+JSON[_0x4192f3(0x1b1)](_0x32ebd7));const _0x27580d=Object[_0x4192f3(0x2d1)]({},{'thTestRunUuid':_0x21d2e7[_0x4192f3(0x261)](_0x20be83,''),'thBuildUuid':_0x21d2e7[_0x4192f3(0x2d2)](_0x4a24cb,''),'thJwtToken':_0x21d2e7['BOytc'](_0x1bb20b,'')},_0x32ebd7);!this['isAppAccessibility']&&this[_0x4192f3(0x1c2)]()&&(_0x27580d[_0x4192f3(0x28e)]=!![],logger['debug'](_0x21d2e7[_0x4192f3(0x27a)]));logger[_0x4192f3(0x30b)](_0x4192f3(0x279)+_0x20be83+_0x4192f3(0x30f)+this[_0x4192f3(0x1ff)]);let _0x124aa6=global[_0x4192f3(0x1b7)]?.[_0x4192f3(0x275)]||null;!_0x124aa6&&(_0x124aa6=AutomationFramework['getState'](_0x21f209,_0x21d2e7[_0x4192f3(0x16a)],null)),!_0x124aa6&&(_0x124aa6=AutomationFramework['getState'](_0x21f209,_0x21d2e7[_0x4192f3(0x2b9)],null)),await this[_0x4192f3(0x33d)](this[_0x4192f3(0x29d)](),_0x20be83,_0x124aa6,_0x27580d,this[_0x4192f3(0x1ff)]);}catch(_0x3ada91){logger[_0x4192f3(0x15f)](_0x4192f3(0x1a9)+(_0x3ada91[_0x4192f3(0x310)]||_0x3ada91[_0x4192f3(0x1c7)]));}}async[a90_0x2d5ab2(0x33d)](_0x970f43,_0x10d1f2,_0x4dcd44,_0x55ed2b,_0x1ec1bb){const _0x5c11d0=a90_0x2d5ab2,_0x63217d={};_0x63217d[_0x5c11d0(0x171)]=_0x5c11d0(0x316),_0x63217d[_0x5c11d0(0x2cd)]=function(_0x3ff1bf,_0x26e5c3){return _0x3ff1bf&&_0x26e5c3;},_0x63217d[_0x5c11d0(0x209)]=_0x5c11d0(0x284),_0x63217d['wFuOH']=function(_0x281e05,_0x20259c){return _0x281e05===_0x20259c;},_0x63217d[_0x5c11d0(0x199)]='null',_0x63217d[_0x5c11d0(0x218)]=function(_0x24cf5f,_0x4270fc){return _0x24cf5f===_0x4270fc;},_0x63217d['GlWQj']=_0x5c11d0(0x1e9),_0x63217d[_0x5c11d0(0x19c)]='Performing\x20scan\x20before\x20from\x20cli',_0x63217d[_0x5c11d0(0x2f1)]='afterTestHook',_0x63217d['zspBn']=_0x5c11d0(0x1c0),_0x63217d[_0x5c11d0(0x2ed)]=_0x5c11d0(0x183),_0x63217d[_0x5c11d0(0x2f0)]=_0x5c11d0(0x1c1),_0x63217d[_0x5c11d0(0x1f9)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x279584=_0x63217d;try{const _0x496cc5=this[_0x5c11d0(0x1f3)](_0x279584[_0x5c11d0(0x171)]);if(_0x279584['vbovV'](!_0x1ec1bb,!_0x496cc5)){logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x209)]);return;}if(!_0x10d1f2||_0x279584[_0x5c11d0(0x2c7)](_0x10d1f2,_0x279584[_0x5c11d0(0x199)])||_0x279584[_0x5c11d0(0x218)](_0x10d1f2,'')){logger['debug'](_0x279584[_0x5c11d0(0x1bb)]);return;}logger[_0x5c11d0(0x30b)](_0x5c11d0(0x248)+JSON[_0x5c11d0(0x1b1)](_0x55ed2b)),_0x970f43&&(logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x19c)]),await this[_0x5c11d0(0x1ee)](_0x4dcd44,_0x10d1f2,_0x279584[_0x5c11d0(0x2f1)],_0x55ed2b,_0x1ec1bb,_0x279584[_0x5c11d0(0x29e)]),_0x279584[_0x5c11d0(0x2cd)](!_0x1ec1bb,_0x496cc5)&&(logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x2ed)]),await PerformanceTester[_0x5c11d0(0x1ed)](_0x279584['SByTA'],async()=>{const _0x3a907e=_0x5c11d0;await this[_0x3a907e(0x1ee)](_0x4dcd44,_0x10d1f2,_0x279584[_0x3a907e(0x171)],_0x55ed2b,_0x1ec1bb,_0x279584[_0x3a907e(0x171)]);})()),logger[_0x5c11d0(0x2d9)](_0x279584[_0x5c11d0(0x1f9)]));}catch(_0x100dcf){logger[_0x5c11d0(0x15f)](_0x5c11d0(0x1c6)+(_0x100dcf[_0x5c11d0(0x310)]||_0x100dcf[_0x5c11d0(0x1c7)]));}}async[a90_0x2d5ab2(0x19f)](_0x56128c){const _0x2b43c3=a90_0x2d5ab2,_0x560e38={};_0x560e38['Ovkio']=function(_0x3142fa,_0x48ed21){return _0x3142fa!==_0x48ed21;},_0x560e38[_0x2b43c3(0x17a)]=_0x2b43c3(0x243),_0x560e38[_0x2b43c3(0x177)]=function(_0x200af5,_0x3ac7da){return _0x200af5!==_0x3ac7da;},_0x560e38[_0x2b43c3(0x323)]=_0x2b43c3(0x21e),_0x560e38[_0x2b43c3(0x288)]=_0x2b43c3(0x321),_0x560e38[_0x2b43c3(0x2b8)]=_0x2b43c3(0x2ff),_0x560e38['jUGTB']=_0x2b43c3(0x2dd),_0x560e38[_0x2b43c3(0x253)]=function(_0xec63c8,_0x27b190){return _0xec63c8===_0x27b190;},_0x560e38[_0x2b43c3(0x29c)]=_0x2b43c3(0x19a),_0x560e38[_0x2b43c3(0x2bf)]=_0x2b43c3(0x309),_0x560e38[_0x2b43c3(0x271)]=_0x2b43c3(0x26f),_0x560e38['CDCbl']='test_run_id',_0x560e38[_0x2b43c3(0x299)]=_0x2b43c3(0x187),_0x560e38[_0x2b43c3(0x2b7)]=_0x2b43c3(0x1c0),_0x560e38[_0x2b43c3(0x295)]=_0x2b43c3(0x236);const _0x97ab8b=_0x560e38;if(_0x97ab8b[_0x2b43c3(0x1d4)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x17a)])&&_0x97ab8b[_0x2b43c3(0x177)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x323)])){logger[_0x2b43c3(0x30b)](_0x97ab8b['UwMap']);return;}logger['debug'](_0x2b43c3(0x28c)+(_0x56128c[_0x2b43c3(0x231)]||_0x97ab8b[_0x2b43c3(0x2b8)])+',\x20framework='+_0x56128c['testFramework']);try{const _0x5cb440=_0x56128c[_0x2b43c3(0x174)]||AutomationFramework[_0x2b43c3(0x1dd)](),_0x13b189=TestFramework[_0x2b43c3(0x1dd)](),_0x414932=_0x56128c[_0x2b43c3(0x231)]||_0x56128c[_0x2b43c3(0x2a2)]?.[_0x2b43c3(0x241)]();if(!_0x414932){logger[_0x2b43c3(0x30b)](_0x97ab8b['jUGTB']);return;}if(!this[_0x2b43c3(0x29d)]()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x414932);return;}if(!this[_0x2b43c3(0x1ad)](_0x414932)){logger[_0x2b43c3(0x30b)](_0x2b43c3(0x1a3)+_0x414932+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x131626=_0x56128c['page']||global[_0x2b43c3(0x1b7)]?.['pwPage'];if(!_0x131626){logger[_0x2b43c3(0x30b)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x414932);return;}let _0x1759f9='',_0x11c117=null;if(_0x97ab8b[_0x2b43c3(0x253)](_0x56128c['testFramework'],_0x97ab8b[_0x2b43c3(0x323)])){_0x11c117=_0x56128c[_0x2b43c3(0x32c)]?.['testAnalyticsId']||_0x56128c[_0x2b43c3(0x32c)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x11c117){logger['warn'](_0x97ab8b[_0x2b43c3(0x29c)]);return;}try{const _0x42b5dd=await GrpcClient[_0x2b43c3(0x21b)]()[_0x2b43c3(0x1cc)](process[_0x2b43c3(0x18e)][_0x2b43c3(0x304)],_0x97ab8b[_0x2b43c3(0x2bf)],_0x97ab8b[_0x2b43c3(0x271)],_0x11c117),_0x4d3593=AccessibilityModule[_0x2b43c3(0x18d)](null,_0x42b5dd);_0x1759f9=_0x4d3593?.[_0x2b43c3(0x22f)]||'',logger[_0x2b43c3(0x30b)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1759f9+_0x2b43c3(0x220)+_0x11c117);}catch(_0x5446aa){logger[_0x2b43c3(0x15f)](_0x2b43c3(0x340)+_0x5446aa[_0x2b43c3(0x1c7)]);return;}}else _0x1759f9=this['getCapabilityValue'](_0x97ab8b[_0x2b43c3(0x2fe)])||'',!_0x1759f9&&this[_0x2b43c3(0x1c2)]()&&(_0x1759f9=accessibilityHelper[_0x2b43c3(0x1bd)]());const _0xa90ccd=this['getCapabilityValue'](_0x97ab8b['RQZrd'])||this[_0x2b43c3(0x1bf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x46154c=process[_0x2b43c3(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x445585=this['getParamsForScanForCli'](_0x414932,_0x1759f9,_0xa90ccd,_0x46154c),_0x13495e=_0x97ab8b[_0x2b43c3(0x253)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x323)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97ab8b[_0x2b43c3(0x2b7)],_0x1759f9,_0x11c117):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97ab8b[_0x2b43c3(0x2b7)],_0x1759f9);logger[_0x2b43c3(0x2d9)]('ScanArgs:\x20'+(_0x445585?JSON['stringify'](_0x445585):_0x97ab8b[_0x2b43c3(0x295)]));const _0x5c6446=CLIUtils['mergeObject'](_0x445585,_0x13495e);logger['info'](_0x2b43c3(0x1ef)+(_0x5c6446?JSON[_0x2b43c3(0x1b1)](_0x5c6446):_0x97ab8b[_0x2b43c3(0x295)])),logger[_0x2b43c3(0x30b)](_0x2b43c3(0x244)+_0x414932);const _0x539a14=await this[_0x2b43c3(0x1ee)](_0x131626,_0x1759f9,_0x414932,_0x5c6446,this['isAppAccessibility']);logger['debug'](_0x2b43c3(0x2a4)+_0x414932+_0x2b43c3(0x25e)+JSON['stringify'](_0x539a14));}catch(_0x3673c2){logger[_0x2b43c3(0x15f)](_0x2b43c3(0x2df)+(_0x3673c2[_0x2b43c3(0x310)]||_0x3673c2[_0x2b43c3(0x1c7)]));}}[a90_0x2d5ab2(0x318)](){const _0x14ff9f=a90_0x2d5ab2;return this[_0x14ff9f(0x29d)]();}[a90_0x2d5ab2(0x197)](_0xe04ef6){const _0x572fa7=a90_0x2d5ab2,_0x48edc7=CLIUtils[_0x572fa7(0x180)]();this[_0x572fa7(0x309)][_0x572fa7(0x2fc)](_0x48edc7,_0xe04ef6);}async[a90_0x2d5ab2(0x1d3)](_0x266ad8){const _0x5589fc=a90_0x2d5ab2,_0xe2ee1f={};_0xe2ee1f[_0x5589fc(0x16d)]='unknown';const _0x306f24=_0xe2ee1f;try{const _0x299847=_0x266ad8[_0x5589fc(0x174)]||AutomationFramework[_0x5589fc(0x1dd)](),_0x2ed45a=_0x299847?.[_0x5589fc(0x234)]?.()?.[_0x5589fc(0x23c)]?.(this[_0x5589fc(0x24d)])||![];if(_0x2ed45a)return;PerformanceTester[_0x5589fc(0x256)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x10fe9a=await GrpcClient[_0x5589fc(0x21b)]()['getAccessibilityConfig'](_0x266ad8);_0x10fe9a&&_0x10fe9a[_0x5589fc(0x176)]&&_0x10fe9a[_0x5589fc(0x176)]()&&_0x10fe9a[_0x5589fc(0x176)]()[_0x5589fc(0x2eb)]()?(await this[_0x5589fc(0x203)](_0x10fe9a,_0x266ad8),_0x299847?.['getData']&&_0x299847[_0x5589fc(0x234)]()[_0x5589fc(0x2fc)](this['KEY_INIT'],!![]),logger[_0x5589fc(0x30b)]('[platform\x20-\x20'+(_0x299847?.[_0x5589fc(0x20f)]?.()||_0x306f24[_0x5589fc(0x16d)])+_0x5589fc(0x1ca))):logger[_0x5589fc(0x30b)](_0x5589fc(0x2c5)+(_0x299847?.[_0x5589fc(0x20f)]?.()||_0x306f24[_0x5589fc(0x16d)])+_0x5589fc(0x21f)),PerformanceTester[_0x5589fc(0x338)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x425295){PerformanceTester[_0x5589fc(0x338)](EVENTS[_0x5589fc(0x2f4)],![],_0x425295[_0x5589fc(0x1c7)]),logger['error'](_0x5589fc(0x311)+(_0x425295['stack']||_0x425295['message']));}}async[a90_0x2d5ab2(0x203)](_0x2a7318,_0x53c864){const _0x28acf6=a90_0x2d5ab2;await this[_0x28acf6(0x1f4)](_0x2a7318,_0x53c864);const _0x2b95a5=_0x2a7318[_0x28acf6(0x176)]()[_0x28acf6(0x250)]();if(_0x2b95a5){const _0x565386=_0x2a7318['getTesthub']&&_0x2a7318[_0x28acf6(0x1a4)]();_0x565386&&(this[_0x28acf6(0x1bf)][this[_0x28acf6(0x27d)]]=_0x565386[_0x28acf6(0x1fe)]&&_0x565386[_0x28acf6(0x1fe)]());}}[a90_0x2d5ab2(0x1ad)](_0x586e25){const _0x224083=a90_0x2d5ab2,_0x1f4851={};_0x1f4851['YfiSR']=function(_0x2d6cb8,_0x366ec0){return _0x2d6cb8===_0x366ec0;};const _0x2d10e0=_0x1f4851;try{if(!_0x586e25)return![];const _0x2cd339=this[_0x224083(0x1bf)]?.[_0x224083(0x186)]?.['commandsToWrap']?.['commandsList']||[],_0x2c2bda=_0x2cd339['some'](_0x45b881=>{const _0x37abd7=_0x224083;return _0x45b881[_0x37abd7(0x307)]&&_0x2d10e0[_0x37abd7(0x2ae)](_0x45b881['name']['toLowerCase'](),_0x586e25['toLowerCase']());});return logger[_0x224083(0x30b)](_0x224083(0x1d0)+_0x586e25+_0x224083(0x24e)+_0x2c2bda+_0x224083(0x201)+JSON[_0x224083(0x1b1)](_0x2cd339[_0x224083(0x327)](_0x12aca3=>_0x12aca3[_0x224083(0x307)]))),_0x2c2bda;}catch(_0x51e319){return logger[_0x224083(0x30b)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x51e319[_0x224083(0x1c7)]),![];}}[a90_0x2d5ab2(0x212)](_0x431746){const _0x6878bd=a90_0x2d5ab2,_0x146b71={};_0x146b71[_0x6878bd(0x255)]=function(_0x2b93ce,_0x4a6575){return _0x2b93ce===_0x4a6575;},_0x146b71['AgxpX']=_0x6878bd(0x276),_0x146b71[_0x6878bd(0x1f5)]='browserstack_executor';const _0x513626=_0x146b71,_0x32c219=_0x431746[_0x6878bd(0x221)]&&_0x431746[_0x6878bd(0x221)]();return _0x32c219&&_0x513626[_0x6878bd(0x255)](typeof _0x32c219,_0x513626[_0x6878bd(0x226)])&&_0x32c219[_0x6878bd(0x1df)](_0x513626[_0x6878bd(0x1f5)]);}[a90_0x2d5ab2(0x245)](_0x57a38e){const _0xd5b368=a90_0x2d5ab2,_0x4c75f3={};_0x4c75f3[_0xd5b368(0x2bd)]=function(_0x4be437,_0x4dccff){return _0x4be437!==_0x4dccff;},_0x4c75f3[_0xd5b368(0x2d3)]=_0xd5b368(0x276),_0x4c75f3[_0xd5b368(0x1aa)]=_0xd5b368(0x309),_0x4c75f3[_0xd5b368(0x229)]='performScan',_0x4c75f3['KAdmH']='getResults',_0x4c75f3['bAwiJ']='saveTestResults';const _0x248dc6=_0x4c75f3,_0xb9b2ef=_0x57a38e[_0xd5b368(0x221)]&&_0x57a38e[_0xd5b368(0x221)]();if(!_0xb9b2ef||_0x248dc6['BCQZx'](typeof _0xb9b2ef,_0x248dc6[_0xd5b368(0x2d3)]))return![];return _0xb9b2ef['includes'](_0x248dc6['FUHbs'])||_0xb9b2ef[_0xd5b368(0x1df)](_0x248dc6['zqUlx'])||_0xb9b2ef['includes'](_0x248dc6[_0xd5b368(0x2e4)])||_0xb9b2ef[_0xd5b368(0x1df)](_0x248dc6['bAwiJ']);}[a90_0x2d5ab2(0x1c2)](){const _0x2372c1=a90_0x2d5ab2,_0x54c9d9={'UXRRM':function(_0x49f5ed,_0x38b4ff){return _0x49f5ed===_0x38b4ff;},'TWnmc':_0x2372c1(0x2e8),'xArIy':function(_0x1f36f9,_0x3e713f){return _0x1f36f9(_0x3e713f);},'mmDzw':_0x2372c1(0x1de),'OOwnb':function(_0x2be31a,_0x57e315){return _0x2be31a(_0x57e315);},'HtWSR':_0x2372c1(0x308),'ZfHov':_0x2372c1(0x179),'XeOXe':_0x2372c1(0x283)};try{const _0x4f5f18=this[_0x2372c1(0x1bf)]?.[_0x2372c1(0x186)]?.[_0x2372c1(0x2ef)]||[],_0x49da55=_0x14ab11=>{const _0x2e2bfe=_0x2372c1,_0x17b070=_0x4f5f18[_0x2e2bfe(0x32f)](_0x4803ed=>(typeof _0x4803ed[_0x2e2bfe(0x241)]===_0x2e2bfe(0x2e8)?_0x4803ed[_0x2e2bfe(0x241)]():_0x4803ed[_0x2e2bfe(0x307)])===_0x14ab11);return _0x17b070?_0x54c9d9['UXRRM'](typeof _0x17b070[_0x2e2bfe(0x239)],_0x54c9d9['TWnmc'])?_0x17b070[_0x2e2bfe(0x239)]():_0x17b070['value']:null;},_0x47c1c3=_0x54c9d9[_0x2372c1(0x292)](_0x49da55,_0x54c9d9['mmDzw']),_0x42fb67=_0x54c9d9[_0x2372c1(0x2de)](_0x49da55,_0x54c9d9[_0x2372c1(0x296)]),_0xae4833=global[_0x2372c1(0x2d0)]||_0x47c1c3&&_0x54c9d9[_0x2372c1(0x208)](_0x54c9d9[_0x2372c1(0x292)](String,_0x47c1c3)[_0x2372c1(0x280)](),_0x54c9d9[_0x2372c1(0x198)])&&_0x42fb67&&_0x54c9d9[_0x2372c1(0x292)](String,_0x42fb67)[_0x2372c1(0x280)]()[_0x2372c1(0x1df)](_0x54c9d9[_0x2372c1(0x28d)]);if(!_0xae4833)return![];if(!accessibilityHelper[_0x2372c1(0x330)]())return!this[_0x2372c1(0x1b9)]&&(logger[_0x2372c1(0x331)](accessibilityHelper[_0x2372c1(0x2c6)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x77c890){return logger[_0x2372c1(0x30b)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x77c890['message']),![];}}[a90_0x2d5ab2(0x1e8)](_0xb3baf,_0x5c45b5,_0x476820,_0x4ff986){const _0x1e71d2=a90_0x2d5ab2,_0x16b13e={};_0x16b13e[_0x1e71d2(0x2fb)]=function(_0xe15647,_0x49e89e){return _0xe15647||_0x49e89e;},_0x16b13e[_0x1e71d2(0x342)]=function(_0x34a7e4,_0x3ed1f9){return _0x34a7e4&&_0x3ed1f9;},_0x16b13e[_0x1e71d2(0x1fc)]=function(_0x4d5873,_0x443e70){return _0x4d5873||_0x443e70;},_0x16b13e[_0x1e71d2(0x303)]=_0x1e71d2(0x204);const _0x72f68c=_0x16b13e;let _0x1e9684=_0x72f68c['IriLB'](_0x5c45b5,'');const _0xa3285=!this[_0x1e71d2(0x1ff)]&&this[_0x1e71d2(0x1c2)]();_0x72f68c[_0x1e71d2(0x342)](_0xa3285,!_0x1e9684)&&(_0x1e9684=accessibilityHelper[_0x1e71d2(0x1bd)]());const _0x242191={'command':_0xb3baf,'thTestRunUuid':_0x1e9684,'thBuildUuid':_0x72f68c['IriLB'](_0x476820,''),'thJwtToken':_0x72f68c[_0x1e71d2(0x1fc)](_0x4ff986,''),'timestamp':new Date()[_0x1e71d2(0x2f2)]()};return _0xa3285&&(_0x242191[_0x1e71d2(0x28e)]=!![],logger[_0x1e71d2(0x30b)](_0x72f68c[_0x1e71d2(0x303)])),_0x242191;}['getScriptByName'](_0x144309){const _0x2702cd=a90_0x2d5ab2,_0x207e52={};_0x207e52[_0x2702cd(0x2d7)]=function(_0x16bb0b,_0x502644){return _0x16bb0b||_0x502644;};const _0x4979b9=_0x207e52;try{const _0x5f53d6=this['accessibilityConfig']?.['options']?.['scriptsList']||[],_0x311ae4=_0x5f53d6[_0x2702cd(0x32f)](_0x450250=>_0x450250[_0x2702cd(0x307)]===_0x144309);return _0x4979b9[_0x2702cd(0x2d7)](_0x311ae4,null);}catch(_0x390321){return logger[_0x2702cd(0x30b)](_0x2702cd(0x185)+_0x144309+':\x20'+_0x390321['message']),null;}}async[a90_0x2d5ab2(0x33e)](_0x3e6172,_0x1c9553,_0x276949=null){const _0x189e0d=a90_0x2d5ab2,_0x2e6749={'nUYUk':function(_0x4c2a3d,_0xae7fe6){return _0x4c2a3d(_0xae7fe6);},'QiksW':_0x189e0d(0x210)};try{if(!_0x3e6172)return logger['debug'](_0x189e0d(0x300)+_0x1c9553),null;const _0x49c100=this[_0x189e0d(0x1f3)](_0x1c9553);if(!_0x49c100||!_0x49c100[_0x189e0d(0x2a2)])return logger[_0x189e0d(0x30b)](_0x189e0d(0x16b)+_0x1c9553+_0x189e0d(0x2f7)),null;logger[_0x189e0d(0x30b)](_0x189e0d(0x341)+_0x1c9553+_0x189e0d(0x1e1));const _0x42540d=_0x2e6749['nUYUk'](require,_0x2e6749[_0x189e0d(0x207)]),_0x303eb6=_0x276949?await _0x42540d[_0x189e0d(0x334)](_0x3e6172,_0x49c100[_0x189e0d(0x2a2)],_0x276949):await _0x42540d[_0x189e0d(0x334)](_0x3e6172,_0x49c100[_0x189e0d(0x2a2)]);return _0x303eb6;}catch(_0x5b5f46){return logger['error'](_0x189e0d(0x27c)+_0x1c9553+':\x20'+(_0x5b5f46[_0x189e0d(0x310)]||_0x5b5f46[_0x189e0d(0x1c7)])),null;}}async[a90_0x2d5ab2(0x1ee)](_0x3516c1,_0x743aed,_0x11fa97,_0x219070,_0x2b1cfc,_0x5072c4=a90_0x2d5ab2(0x1c0)){const _0x3e0dfd=a90_0x2d5ab2,_0x3e8f8e={'wqyyB':function(_0x317e6b,_0x2119ce){return _0x317e6b===_0x2119ce;},'ZlSCG':_0x3e0dfd(0x1c0),'sqClZ':function(_0x88f0e9,_0x537e26){return _0x88f0e9(_0x537e26);},'BEZJv':_0x3e0dfd(0x210)};try{logger[_0x3e0dfd(0x30b)](_0x3e0dfd(0x1bc)+_0x11fa97+_0x3e0dfd(0x1f2)+_0x5072c4);const _0x201fd5=this[_0x3e0dfd(0x1f3)](_0x5072c4);if(!_0x201fd5||!_0x201fd5[_0x3e0dfd(0x2a2)]){logger[_0x3e0dfd(0x30b)](_0x3e0dfd(0x22e)+_0x5072c4+_0x3e0dfd(0x2b4));return;}if(_0x3e8f8e[_0x3e0dfd(0x32b)](_0x5072c4,_0x3e8f8e['ZlSCG'])){const _0x18082e=_0x3e8f8e['sqClZ'](require,_0x3e8f8e[_0x3e0dfd(0x235)]),_0x9b75c4={};_0x9b75c4[_0x3e0dfd(0x2a2)]=_0x11fa97;const _0x28a3e6=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3e0dfd(0x188)],async()=>{const _0x51389d=_0x3e0dfd;return await _0x18082e[_0x51389d(0x334)](_0x3516c1,_0x201fd5[_0x51389d(0x2a2)],_0x219070);},_0x9b75c4)();return logger['info'](_0x3e0dfd(0x27b)+_0x5072c4+_0x3e0dfd(0x163)+_0x11fa97+':\x20'+util[_0x3e0dfd(0x1e2)](_0x28a3e6)),_0x28a3e6;}const _0x3c7e44=_0x3e8f8e[_0x3e0dfd(0x1f6)](require,_0x3e8f8e[_0x3e0dfd(0x235)]),_0x441b79=await PerformanceTester[_0x3e0dfd(0x1ed)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x3c68e9=_0x3e0dfd;return await _0x3c7e44[_0x3c68e9(0x334)](_0x3516c1,_0x201fd5[_0x3c68e9(0x2a2)],_0x219070);})();return logger['info'](_0x3e0dfd(0x27b)+_0x5072c4+'\x20result\x20for\x20'+_0x11fa97+':\x20'+util[_0x3e0dfd(0x1e2)](_0x441b79)),_0x441b79;}catch(_0x4d6683){logger[_0x3e0dfd(0x15f)](_0x3e0dfd(0x20b)+_0x5072c4+':\x20'+(_0x4d6683[_0x3e0dfd(0x310)]||_0x4d6683[_0x3e0dfd(0x1c7)]));}}async[a90_0x2d5ab2(0x31d)](_0x5e635b){const _0x2c50d7=a90_0x2d5ab2,_0x81f097={'vDJqK':function(_0x2a335d,_0x31e3ab){return _0x2a335d(_0x31e3ab);},'NpiIG':'../../../helpers/accessibility-automation/helper'};try{const _0x3c6ea1=_0x81f097['vDJqK'](require,_0x81f097[_0x2c50d7(0x2ab)]);return await _0x3c6ea1[_0x2c50d7(0x30c)](_0x5e635b);}catch(_0x56a3b1){return logger[_0x2c50d7(0x15f)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x56a3b1['stack']||_0x56a3b1[_0x2c50d7(0x1c7)])),![];}}['processAccessibilityCaps'](_0x26b3cb,_0x2f43af,_0x5d162b){const _0x1ab553=a90_0x2d5ab2,_0x310e3b={'hUEsg':function(_0x5558ba,_0x1cb4c3){return _0x5558ba(_0x1cb4c3);},'pCEMf':_0x1ab553(0x210),'OnQsT':_0x1ab553(0x19d),'tYmFd':_0x1ab553(0x249)};try{const _0x36e7e4=_0x310e3b[_0x1ab553(0x2cf)](require,_0x310e3b[_0x1ab553(0x19e)]);_0x36e7e4[_0x1ab553(0x1a8)](_0x26b3cb,_0x2f43af,_0x5d162b);const _0x14ab8e=JSON[_0x1ab553(0x1b1)](_0x26b3cb)[_0x1ab553(0x1db)](/"browserstack\.user":"[^"]*"/g,_0x310e3b['OnQsT'])[_0x1ab553(0x1db)](/"browserstack\.key":"[^"]*"/g,_0x310e3b['tYmFd']);logger[_0x1ab553(0x30b)]('Processed\x20accessibility\x20caps\x20'+global[_0x1ab553(0x23a)]+'\x20'+_0x14ab8e);}catch(_0x5b489c){logger[_0x1ab553(0x15f)](_0x1ab553(0x228)+(_0x5b489c[_0x1ab553(0x310)]||_0x5b489c[_0x1ab553(0x1c7)]));}}async['getAccessibilityResults'](_0x191efe){const _0x4d7a03=a90_0x2d5ab2,_0x4e8a82={};_0x4e8a82[_0x4d7a03(0x178)]=_0x4d7a03(0x22d),_0x4e8a82[_0x4d7a03(0x25d)]=function(_0xcbaa91,_0x48fc70){return _0xcbaa91>_0x48fc70;},_0x4e8a82['XUqZY']=function(_0x13eb73,_0x1e77bb){return _0x13eb73>_0x1e77bb;},_0x4e8a82['EMLvj']=_0x4d7a03(0x1e3);const _0x295558=_0x4e8a82;try{if(!this[_0x4d7a03(0x29d)]())return logger['warn'](_0x295558[_0x4d7a03(0x178)]),[];const _0x2ffce4=this[_0x4d7a03(0x1c2)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4d7a03(0x1bd)]()}:{};_0x295558[_0x4d7a03(0x25d)](Object[_0x4d7a03(0x1e7)](_0x2ffce4)['length'],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x4d7a03(0x1b1)](_0x2ffce4));const _0x136cfb=_0x295558[_0x4d7a03(0x18c)](Object[_0x4d7a03(0x1e7)](_0x2ffce4)[_0x4d7a03(0x173)],0x0)?await this['executeScriptByName'](_0x191efe,_0x295558[_0x4d7a03(0x17b)],_0x2ffce4):await this[_0x4d7a03(0x33e)](_0x191efe,_0x295558[_0x4d7a03(0x17b)]);return _0x136cfb||[];}catch(_0x482b12){return logger[_0x4d7a03(0x15f)](_0x4d7a03(0x320)+(_0x482b12[_0x4d7a03(0x310)]||_0x482b12[_0x4d7a03(0x1c7)])),[];}}async[a90_0x2d5ab2(0x297)](_0xfcfd55){const _0x1ca577=a90_0x2d5ab2,_0x181601={'HVDwp':_0x1ca577(0x1c0),'acOTS':'getResultsSummary','yNQLP':_0x1ca577(0x2b2),'SmQBF':function(_0x42b272,_0x254d57){return _0x42b272(_0x254d57);},'xmKku':_0x1ca577(0x22a),'rYXiR':function(_0x19a632,_0x5853ab){return _0x19a632===_0x5853ab;},'igdlj':_0x1ca577(0x21e),'eIwXs':_0x1ca577(0x214),'ugbOS':_0x1ca577(0x309),'yJPaO':_0x1ca577(0x187),'ItciK':_0x1ca577(0x297),'NQXIQ':'test_run_id','XopEf':_0x1ca577(0x1b4),'qfFFQ':'No\x20summaryResults\x20found.'};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1ca577(0x331)](_0x181601[_0x1ca577(0x17e)]),{};const _0x2a476d=_0x181601[_0x1ca577(0x2cc)](require,_0x181601[_0x1ca577(0x195)]),_0x3f5b02=_0x2a476d['getTestFrameworkDetail'](),_0x558252=_0x181601[_0x1ca577(0x2a8)](_0x3f5b02?.[_0x1ca577(0x307)]?.[_0x1ca577(0x280)](),_0x181601[_0x1ca577(0x1be)]);let _0x420422='',_0x5d86b8=null,_0x3a52ee=null;if(_0x558252){_0x5d86b8=global[_0x1ca577(0x263)]||global[_0x1ca577(0x1b7)]?.[_0x1ca577(0x1ae)]?.[_0x1ca577(0x192)]||global['__workerDetails']?.[_0x1ca577(0x1ae)]?.['id'];if(!_0x5d86b8)return logger[_0x1ca577(0x331)](_0x181601[_0x1ca577(0x1a5)]),{};try{const _0x3a16d4=await GrpcClient['getInstance']()[_0x1ca577(0x1cc)](process['env'][_0x1ca577(0x304)],_0x181601['ugbOS'],_0x181601[_0x1ca577(0x322)],_0x5d86b8),_0x1664be=AccessibilityModule[_0x1ca577(0x18d)](null,_0x3a16d4);_0x420422=_0x1664be?.[_0x1ca577(0x22f)]||'',logger[_0x1ca577(0x30b)](_0x1ca577(0x227)+_0x420422+_0x1ca577(0x220)+_0x5d86b8);const _0x1fe439=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x181601[_0x1ca577(0x322)],_0x420422,_0x5d86b8),_0x471d36=this[_0x1ca577(0x332)](_0x181601[_0x1ca577(0x1d8)])||this[_0x1ca577(0x1bf)][this[_0x1ca577(0x27d)]]||null,_0x31952f=process[_0x1ca577(0x18e)][_0x1ca577(0x293)]||'',_0x5714b2=this['getParamsForScanForCli'](_0x181601['ItciK'],_0x420422,_0x471d36,_0x31952f);_0x3a52ee=_0x2a476d[_0x1ca577(0x29a)](_0x5714b2,_0x1fe439),logger[_0x1ca577(0x30b)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x3a52ee));}catch(_0x750db2){return logger[_0x1ca577(0x15f)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x750db2[_0x1ca577(0x1c7)]),{};}}else{_0x420422=this[_0x1ca577(0x332)](_0x181601[_0x1ca577(0x2a3)])||'';!_0x420422&&this[_0x1ca577(0x1c2)]()&&(_0x420422=accessibilityHelper[_0x1ca577(0x1bd)]());const _0x521877=this[_0x1ca577(0x332)](_0x181601['yJPaO'])||this[_0x1ca577(0x1bf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1d8025=process[_0x1ca577(0x18e)][_0x1ca577(0x293)]||'';_0x3a52ee=this[_0x1ca577(0x1e8)](_0x181601[_0x1ca577(0x337)],_0x420422,_0x521877,_0x1d8025);}logger[_0x1ca577(0x30b)](_0x181601['XopEf']),await PerformanceTester[_0x1ca577(0x1ed)](PerformanceA11yEvents[_0x1ca577(0x188)],async()=>{const _0xb17ec3=_0x1ca577,_0x4393bb=await this['executeScriptByName'](_0xfcfd55,_0x181601['HVDwp'],_0x3a52ee);logger[_0xb17ec3(0x30b)](_0xb17ec3(0x252)+util['format'](_0x4393bb));},{'command':_0x181601['ItciK']})();const _0xbf2d84=await PerformanceTester[_0x1ca577(0x1ed)](PerformanceA11yEvents[_0x1ca577(0x260)],async()=>{const _0x21fee6=_0x1ca577;return await this[_0x21fee6(0x33e)](_0xfcfd55,_0x181601[_0x21fee6(0x322)],_0x3a52ee);})();if(!_0xbf2d84)return logger['debug'](_0x181601[_0x1ca577(0x1c3)]),{};return _0xbf2d84;}catch(_0x38d8e8){return logger[_0x1ca577(0x15f)](_0x1ca577(0x273)+(_0x38d8e8[_0x1ca577(0x310)]||_0x38d8e8[_0x1ca577(0x1c7)])),{};}}async[a90_0x2d5ab2(0x161)](_0x101fc4,_0x4520a2,_0x2554f6=null){const _0x48b920=a90_0x2d5ab2,_0x3aed03={};_0x3aed03[_0x48b920(0x27f)]=_0x48b920(0x1c4),_0x3aed03[_0x48b920(0x2ec)]='performPageScan:\x20Script\x20is\x20null',_0x3aed03[_0x48b920(0x2ea)]=_0x48b920(0x1f7);const _0x22b076=_0x3aed03;try{if(!_0x101fc4)return logger['debug'](_0x22b076[_0x48b920(0x27f)]),null;if(!_0x4520a2)return logger['debug'](_0x22b076[_0x48b920(0x2ec)]),null;logger[_0x48b920(0x30b)](_0x22b076['KIcBt']);const _0x71fb83=_0x2554f6?await _0x101fc4[_0x48b920(0x1b6)](_0x4520a2,_0x2554f6):await _0x101fc4[_0x48b920(0x1b6)](_0x4520a2);return _0x71fb83;}catch(_0x5b6069){return logger[_0x48b920(0x15f)]('Error\x20in\x20performPageScan:\x20'+(_0x5b6069['stack']||_0x5b6069['message'])),null;}}static['loadDriverExecuteParams'](_0x19d1fe,_0x4aaa28){const _0x38b8b6=a90_0x2d5ab2,_0xa89b50={};_0xa89b50['FqePz']=_0x38b8b6(0x28f);const _0xd6e85d=_0xa89b50,_0x3cffae={};_0x3cffae[_0x38b8b6(0x22f)]=_0x19d1fe;const _0x2f3846=_0x3cffae;let _0x318830={};if(_0x4aaa28[_0x38b8b6(0x2eb)]()&&_0x4aaa28[_0x38b8b6(0x168)]())try{_0x318830=JSON['parse'](new Buffer(_0x4aaa28[_0x38b8b6(0x22b)]())[_0x38b8b6(0x21a)](_0xd6e85d['FqePz']));}catch(_0x3066ab){logger[_0x38b8b6(0x15f)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x3066ab[_0x38b8b6(0x1c7)]),_0x318830={};}return CLIUtils[_0x38b8b6(0x29a)](_0x2f3846,_0x318830);}static async[a90_0x2d5ab2(0x281)](_0x3f0c36,_0x52f8fd='',_0x46546d=null){const _0xab5a6d=a90_0x2d5ab2,_0x48e751={};_0x48e751[_0xab5a6d(0x169)]=_0xab5a6d(0x29b),_0x48e751[_0xab5a6d(0x2cb)]='accessibility';const _0x2aa3f1=_0x48e751;try{if(!_0x46546d&&AccessibilityModule[_0xab5a6d(0x2a5)])return AccessibilityModule[_0xab5a6d(0x1fd)];if(!process[_0xab5a6d(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x2aa3f1['ITaFs']),{};const _0x89a5fe=await GrpcClient[_0xab5a6d(0x21b)]()[_0xab5a6d(0x1cc)](process[_0xab5a6d(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2aa3f1[_0xab5a6d(0x2cb)],_0x3f0c36,_0x46546d),_0x33c525=_0x46546d?AccessibilityModule[_0xab5a6d(0x18d)](null,_0x89a5fe)?.[_0xab5a6d(0x22f)]||_0x52f8fd:_0x52f8fd,_0x4f593a=AccessibilityModule['loadDriverExecuteParams'](_0x33c525,_0x89a5fe);return!_0x46546d&&(AccessibilityModule[_0xab5a6d(0x1fd)]=_0x4f593a,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4f593a;}catch(_0x2065bb){return logger[_0xab5a6d(0x15f)](_0xab5a6d(0x333)+_0x3f0c36+':\x20'+(_0x2065bb[_0xab5a6d(0x310)]||_0x2065bb[_0xab5a6d(0x1c7)])),{};}}};module[a90_0x2d5ab2(0x1cb)]=AccessibilityModule;function a90_0x5881(){const _0x55430e=['getResults','--headless=','ForgK','../framework/testFramework','keys','getParamsForScanForCli','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','onBeforeTest','FcSKr','JMinF','measureWrapper','performScanForCli','MergedScanArgs:\x20','kRvvM','uPhdv','\x20using\x20script:\x20','getScriptByName','setAccessibilityConfig','IVImh','sqClZ','Executing\x20accessibility\x20script\x20on\x20page','YoaBI','wmKym','requiresChromeOptionsValidation','registerObserver','yPpZu','_centralAuthA11yConfig','getBuildId','isAppAccessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',',\x20available\x20commands:\x20','Sxfav','loadAccessibilityConfig','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','chromeOptions','goog:chromeOptions','QiksW','UXRRM','ADFRm',']\x20isEnabledTestcase\x20(cucumber)\x20result=','Error\x20in\x20performScanForCli\x20for\x20script\x20',',\x20tags=','KEY_TEST_NAME','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getPlatformIndex','../../playwright/accessibility-helper','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','isBrowserstackScriptCommand',',\x20testIdentifier=','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TZqWl','wcagVersion','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','GtzLS','isArray','toString','getInstance','isEnabled','setAccessibilityToken','jest',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','\x20from\x20testIdentifier=','getScript','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','stopTestCapture','3120096sYyjni','../grpcClient','AgxpX','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20processAccessibilityCaps:\x20','zqUlx','../cliUtils','getAccessibilityExecuteParams','FWDvW','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','performScanForCli:\x20No\x20','thTestRunUuid','bind','commandName','trBbA','Unknown\x20Test','getData','BEZJv','null','kADYl','page','getValue','accessibilityPlatform','getBrowserDisplayName','get','MoAKO','LOG_DISABLED_SHOWN','WThtS','Rosfx','getName','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','cucumber','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','isAccessibilityScriptCommand','MdVTl','sOKFV','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','\x22browserstack.key\x22:\x22[REDACTED]\x22','../TestInfo.js','../../../helpers/helper','applySendMessageToServerPatch','KEY_INIT','\x20->\x20','getAllData','getOptions','updateData','Scan\x20result:\x20','lPeHY','../../../helpers/accessibility-automation/scripts','OBSuX','start','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','lUgYg','dZdOh','CREATE','41018aZVhab','pzStM','Mnahk',',\x20\x0a\x20','parse','GET_RESULTS_SUMMARY','BOytc','toJson','__jestCurrentTestIdentifier','OOgPk','test_tags','join','getTestUUID','browser_version','../../../helpers/classLogger','skipCDPConnectOverride','TtpPt','testFramework','itdva','getMinVersionForBrowser','performScan','oABzl','askoV','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Error\x20in\x20getAccessibilityResultsSummary:\x20','isPlatformSupported','pwPage','string','YyClV','ULuBS','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','ehxGK','Page\x20','Error\x20executing\x20script\x20','KEY_TESTHUB_BUILD_ID','isPlatformSupported:\x20caps\x20are\x20null','ZZZcw','toLowerCase','fetchCentralAuthA11yConfig','getGoogleChromeOptions','chrome','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','KrfMz','\x20browser\x20version\x20','version','UwMap','KEY_DRIVER_HAS_URL','Context','includeTagsInTestingScope','onBeforeExecute:\x20command=','XeOXe','is_mobile_session','ascii','patchSendMessageToServer','HVeyU','xArIy','BROWSERSTACK_TESTHUB_JWT','test-tags-->\x20','wmNOI','HtWSR','getAccessibilityResultsSummary','toObject','RQZrd','mergeObject','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','YIrOy','getCurrentAccessibilityStatus','zspBn','../../utils/playwright-patcher','TrackedInstance','SJzjn','command','NQXIQ','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','_centralAuthConfigFetched','348172zLLshQ','fLmfm','rYXiR','../../../helpers/accessibility-automation/constants','../../../helpers/performance/performance-tester.js','NpiIG',',\x20excludeTags=','../framework/constants/testFrameworkConstants.js','YfiSR','PjvJX','TEST_INIT','mGutf','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','isEnabledTestcase','\x20script\x20available\x20in\x20scriptsList','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','headless','FDbpQ','RAAgM','aATFp','aKJRT','tGhHM','titlePath','BCQZx','AaDuq','kKzGD','size','platformCaps','935718eWDHwc','47Ngachy','uPqVj','[platform\x20-\x20','MOBILE_SCANNING_DISABLED_WARNING','wFuOH','wNtzo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','jOOoU','hFTXI','SmQBF','vbovV','capabilities','hUEsg','isMobilePlatform','assign','hFLSz','Rokbp','QfUfN','VvYyi','true','Gtbwb','NON_BROWSERSTACK_AUTOMATION_SESSIONS','info','testFrameworkData','[AccessibilityModule]\x20onAfterTest:\x20framework=','Accessibility\x20data\x20for\x20extension:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','OOwnb','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','hPnnK','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','gxvVM','KAdmH','browserstack.accessibilityOptions.scannerProcessingTimeout','tCmQD','cbMSd','function','gnHmQ','KIcBt','getSuccess','JzRrK','pzjdw','NHrwQ','capabilitiesList','SByTA','flTGG','toISOString','getContext','SDK_ACCESSIBILITY_CONFIG','vsLCZ','getTestId','\x20script\x20available','scannerVersion','20212912dKxkEu','ZAuAg','IriLB','set','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','CDCbl','unknown','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','split','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','TUYxn','BROWSERSTACK_CLI_BIN_SESSION_ID','HYAAb','Fewpg','name','browserName','accessibility','jfsqE','debug','platformValidation','some','PRE',',\x20isAppAccessibility=','stack','Error\x20in\x20initAccessibilityConfig:\x20',']\x20should\x20run\x20accessibility\x20value=','scannerProcessingTimeout','XZNdF','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','saveResults','OATsM','shouldScanCurrentTest','isAccessibilityAutomationSession','tyVUz','browserVersion','KKSjs','validatePlatformForAccessibility','jfXqZ',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20getAccessibilityResults:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','acOTS','ZTcKW','../../../helpers/accessibility-automation/helper',']\x20onAfterTest\x20should\x20scan=',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','map','getTestDetails','DRIVER_HAS_URL','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','wqyyB','testInfo','zpSas','SLzMt','find','isMobileScanningEnabledForGroup','warn','getCapabilityValue','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','browserStackEvaluate','mMKEh','saWTi','ItciK','end','parseFromProto','delete','POST','ejQrm','finishScanningForCli','executeScriptByName',',\x20includeTags=','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Executing\x20','XeMGb','Exception\x20in\x20isPlatformSupported:\x20','__accessibilityOptions','PImQT','LVIvk','MODULE_NAME','../../../helpers/performance/constants.js','value','error','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','performPageScan','onAfterTest','\x20result\x20for\x20','isBrowserSupportedForAccessibility','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','aaQkr','Error\x20checking\x20headless\x20capability:\x20','hasAccessibilityExecuteParams','ITaFs','FDNcx','executeScriptByName:\x20No\x20','DRIVER_INIT','TVbzw','SkTse','getCapabilitiesList','ZDIkG','DADmx','UklPd','length','instance','args','getAccessibility','nsPJE','ixqjI','android','LZNGD','EMLvj','on\x20non-BrowserStack\x20infrastructure\x20','oJzeT','yNQLP','getModuleName','getCurrentInstanceName','browserstack.accessibilityOptions.scannerVersion','cutdR','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','yAjNm','Error\x20getting\x20script\x20by\x20name\x20','options','testhub_build_uuid','PERFORM_SCAN','setShouldScan','gcusi','mXDqs','XUqZY','loadDriverExecuteParams','env','xmBdd','xVcPl','./baseModule','testAnalyticsId','--headless=new','isVersionSupported','xmKku','UqVHq','setShouldScanCurrentTest','ZfHov','pGbRL','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','2790102lVVwsj','mfKnJ','\x22browserstack.user\x22:\x22[REDACTED]\x22','pCEMf','onBeforeExecute','startsWith','BS_A11Y_JWT','AetOK','onBeforeExecute:\x20Command\x20','getTesthub','eIwXs','505315flbueO','\x20env=','processAccessibilityCaps','Error\x20in\x20stopTestCapture:\x20','FUHbs','\x20a11yToken=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','shouldScanForCommand','currentTest','rxcST','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','stringify','IAGha','NRPCL','Performing\x20scan\x20before\x20getting\x20results\x20summary','RCTYD','evaluate','__workerDetails','launchCaps','_mobileScanningDisabledLogged','_sendMessageServerPatchApplied','GlWQj','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','resolveMobileThTestRunUuid','igdlj','accessibilityConfig','scan','a11y:save-results','isMobileWebSession','qfFFQ','performPageScan:\x20Page\x20is\x20null','browser','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','message','gPUYp','yVDuD',']\x20Accessibility\x20configuration\x20initialized\x20successfully','exports','fetchDriverExecuteParamsEvent','ybLyf','setLogDisabledShown','excludeTagsInTestingScope','shouldScanForCommand:\x20','GwJDx',',\x20testName=','initAccessibilityConfig','Ovkio','QUIT','vEgWB','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','yJPaO','Error\x20applying\x20sendMessageToServer\x20patch:\x20','MQjHa','replace','CpuKs','getTrackedInstance','platformName','includes','has','\x20accessibility\x20script\x20on\x20page','format'];a90_0x5881=function(){return _0x55430e;};return a90_0x5881();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a91_0x446fe3=a91_0x47e5;(function(_0x16b3f8,_0xe5ef52){const _0x118313=a91_0x47e5,_0x12a728=_0x16b3f8();while(!![]){try{const _0x40fbdb=-parseInt(_0x118313(0x91))/0x1+-parseInt(_0x118313(0xb1))/0x2+-parseInt(_0x118313(0xad))/0x3+-parseInt(_0x118313(0xa7))/0x4+-parseInt(_0x118313(0xac))/0x5+-parseInt(_0x118313(0xb6))/0x6*(parseInt(_0x118313(0x97))/0x7)+parseInt(_0x118313(0x93))/0x8*(parseInt(_0x118313(0xb5))/0x9);if(_0x40fbdb===_0xe5ef52)break;else _0x12a728['push'](_0x12a728['shift']());}catch(_0x4bdb9e){_0x12a728['push'](_0x12a728['shift']());}}}(a91_0x1af6,0xd4946));function a91_0x1af6(){const _0x3c8112=['0|3|4|2|1','5208QnEtaW','testFrameworkData','getTestId','../../../helpers/test-observability/constants.js','3405619koAioQ','testInfo','version','bqdtB','getModuleName','object','exports','AWSRI','split','testCaseStartedId','Missing\x20binSessionId','VJcPN','SDpGi','config','PLAYWRIGHT','_test','6253300aPfnLE','testId','debug','name','\x20with\x20binSessionId=','2437415nZkIKP','2027976qIxWgh','BaseModule','CUCUMBER','setTestFrameworkData','2736432YQPEMr','testFramework','client','JEUGz','102726RzPAMm','18ngQkPE','ensureBinSession','qpiyZ','platformIndex','uyZXj','HOnKs','JEST','UFtxo','binSessionId','Configured\x20module\x20','1005221SVaEUV'];a91_0x1af6=function(){return _0x3c8112;};return a91_0x1af6();}const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require(a91_0x446fe3(0x96));function a91_0x47e5(_0x14db9d,_0x57fe82){const _0x1af654=a91_0x1af6();return a91_0x47e5=function(_0x47e554,_0x471ba2){_0x47e554=_0x47e554-0x8c;let _0x2f0ee3=_0x1af654[_0x47e554];return _0x2f0ee3;},a91_0x47e5(_0x14db9d,_0x57fe82);}class BaseModule{constructor(_0x42431b=null){const _0x196ced=a91_0x446fe3,_0x2364ea={};_0x2364ea[_0x196ced(0x9e)]='3|4|2|0|1|5',_0x2364ea[_0x196ced(0xba)]=_0x196ced(0xae);const _0x3b79f8=_0x2364ea,_0x230886=_0x3b79f8[_0x196ced(0x9e)][_0x196ced(0x9f)]('|');let _0x59f614=0x0;while(!![]){switch(_0x230886[_0x59f614++]){case'0':this[_0x196ced(0xa4)]={};continue;case'1':this[_0x196ced(0xb3)]=null;continue;case'2':this[_0x196ced(0xb9)]=0x0;continue;case'3':this[_0x196ced(0xaa)]=_0x3b79f8[_0x196ced(0xba)];continue;case'4':this[_0x196ced(0x8f)]=null;continue;case'5':this[_0x196ced(0x94)]=this['setTestFrameworkData'](_0x42431b);continue;}break;}}[a91_0x446fe3(0xb7)](){const _0x1f5d9e=a91_0x446fe3,_0x240697={};_0x240697[_0x1f5d9e(0x9a)]=_0x1f5d9e(0xa1);const _0x55e11c=_0x240697;if(!this[_0x1f5d9e(0x8f)])throw new Error(_0x55e11c[_0x1f5d9e(0x9a)]);}[a91_0x446fe3(0x9b)](){return this['name'];}['configure'](_0x246a85,_0x1b4180,_0x3fc28d,_0x2ea18d={}){const _0x26db72=a91_0x446fe3,_0x55e8a6={};_0x55e8a6[_0x26db72(0xb4)]=_0x26db72(0x92);const _0x4993fa=_0x55e8a6,_0x56fb1d=_0x4993fa[_0x26db72(0xb4)]['split']('|');let _0x117f87=0x0;while(!![]){switch(_0x56fb1d[_0x117f87++]){case'0':this[_0x26db72(0x8f)]=_0x246a85;continue;case'1':logger[_0x26db72(0xa9)](_0x26db72(0x90)+this[_0x26db72(0x9b)]()+_0x26db72(0xab)+_0x246a85+',\x20platformIndex='+_0x1b4180);continue;case'2':this[_0x26db72(0xa4)]=_0x2ea18d;continue;case'3':this[_0x26db72(0xb9)]=_0x1b4180;continue;case'4':this[_0x26db72(0xb3)]=_0x3fc28d;continue;}break;}}[a91_0x446fe3(0x95)](_0x22e50e){const _0x2440aa=a91_0x446fe3,_0x12860b={};_0x12860b[_0x2440aa(0xa3)]=function(_0x536ef2,_0x18cfd1){return _0x536ef2===_0x18cfd1;},_0x12860b[_0x2440aa(0xb8)]=function(_0x58182c,_0x21300a){return _0x58182c===_0x21300a;},_0x12860b[_0x2440aa(0x8c)]=function(_0x4bb707,_0x12383e){return _0x4bb707===_0x12383e;};const _0x3fce1d=_0x12860b;let _0x9c4036='';if(_0x3fce1d[_0x2440aa(0xa3)](_0x22e50e[_0x2440aa(0xb2)],FRAMEWORKS[_0x2440aa(0xa5)]))_0x9c4036=_0x22e50e[_0x2440aa(0x98)]?.[_0x2440aa(0xa6)]?.['id']||_0x22e50e['testInfo']?.[_0x2440aa(0xa8)];else{if(_0x3fce1d[_0x2440aa(0xb8)](_0x22e50e[_0x2440aa(0xb2)],FRAMEWORKS[_0x2440aa(0xaf)]))_0x9c4036=_0x22e50e['testInfo']?.[_0x2440aa(0xa0)];else _0x3fce1d['HOnKs'](_0x22e50e[_0x2440aa(0xb2)],FRAMEWORKS[_0x2440aa(0x8d)])&&(_0x9c4036=_0x22e50e[_0x2440aa(0x98)]?.['id']);}return _0x9c4036;}[a91_0x446fe3(0xb0)](_0x13864a){const _0x4cc60d=a91_0x446fe3,_0x4da2b7={};_0x4da2b7[_0x4cc60d(0xa2)]=function(_0xc81c7b,_0x4d796b){return _0xc81c7b!==_0x4d796b;},_0x4da2b7[_0x4cc60d(0x8e)]=_0x4cc60d(0x9c);const _0x59a2ac=_0x4da2b7;if(!_0x13864a||_0x59a2ac['VJcPN'](typeof _0x13864a,_0x59a2ac[_0x4cc60d(0x8e)]))return null;const _0x4dc5dc={};_0x4dc5dc[_0x4cc60d(0xaa)]=_0x13864a[_0x4cc60d(0xaa)],_0x4dc5dc['version']=_0x13864a[_0x4cc60d(0x99)]&&_0x13864a[_0x4cc60d(0x99)][_0x13864a['name']];const _0x32a00a=_0x4dc5dc;return _0x32a00a;}}module[a91_0x446fe3(0x9d)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a92_0x3b2514=a92_0x560d;(function(_0x27e32a,_0x356040){const _0x5a1c10=a92_0x560d,_0x2afbd5=_0x27e32a();while(!![]){try{const _0x1a0089=-parseInt(_0x5a1c10(0xa8))/0x1*(-parseInt(_0x5a1c10(0x85))/0x2)+parseInt(_0x5a1c10(0xad))/0x3+-parseInt(_0x5a1c10(0xa3))/0x4+parseInt(_0x5a1c10(0x99))/0x5*(parseInt(_0x5a1c10(0x93))/0x6)+parseInt(_0x5a1c10(0x8b))/0x7+-parseInt(_0x5a1c10(0x8a))/0x8*(-parseInt(_0x5a1c10(0x95))/0x9)+-parseInt(_0x5a1c10(0x82))/0xa;if(_0x1a0089===_0x356040)break;else _0x2afbd5['push'](_0x2afbd5['shift']());}catch(_0xa7c82f){_0x2afbd5['push'](_0x2afbd5['shift']());}}}(a92_0x2fca,0x90173));function a92_0x2fca(){const _0x930553=['LoadTestModule','tuneW','../../../helpers/helper.js','getLTSSessionId','../../../helpers/classLogger.js','FogiW','19288330dATGTX','toLowerCase','toString','6cTIugn','undefined','zuQkf','exports','tGHic','2291584AWEmrm','2597889vhuxmW','setLTSSessionId','false','string','env','isLTSSession','LTS','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','345522OejGLo','BROWSERSTACK_LTS_SESSION_ID','27pxTVOV','fLYPp','overrideLoadTesting','nELCh','10bnsqWF','VcIsk','setLTSSessionId\x20error:\x20','vVurP','true','QQzQj','ZZLai','kHqnl','debug','HCySw','347220jtcNRB','dzObO','BROWSERSTACK_LTS_SESSION_ID\x20cleared','MsMVK','browserstackAutomation','58999aITlda','fWTUm','message','tcjwD','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','3249573MUsbeA'];a92_0x2fca=function(){return _0x930553;};return a92_0x2fca();}const {createClassLogger}=require(a92_0x3b2514(0xb2)),logger=createClassLogger(a92_0x3b2514(0xae)),{sendSdkEvents}=require(a92_0x3b2514(0xb0)),isLTSSession=(_0x367ee1=null)=>{const _0x5ec773=a92_0x3b2514,_0xb58dfc={};_0xb58dfc[_0x5ec773(0x98)]=function(_0x407043,_0x141392){return _0x407043!==_0x141392;},_0xb58dfc[_0x5ec773(0x96)]=_0x5ec773(0x86),_0xb58dfc['PQtGB']=function(_0x5c1dc9,_0x3621bd){return _0x5c1dc9===_0x3621bd;},_0xb58dfc[_0x5ec773(0x9a)]=_0x5ec773(0x8e),_0xb58dfc[_0x5ec773(0xa6)]=function(_0x6ae2a0,_0x5534d1){return _0x6ae2a0===_0x5534d1;},_0xb58dfc[_0x5ec773(0x87)]=_0x5ec773(0x9d),_0xb58dfc[_0x5ec773(0x9c)]=function(_0x49e508,_0x1f17b6){return _0x49e508===_0x1f17b6;},_0xb58dfc['QQzQj']=function(_0x5f5d70,_0x4c576e){return _0x5f5d70===_0x4c576e;},_0xb58dfc[_0x5ec773(0xa2)]=function(_0x143e93,_0x3592f9){return _0x143e93===_0x3592f9;},_0xb58dfc[_0x5ec773(0xa4)]=_0x5ec773(0x8d);const _0x45418b=_0xb58dfc;try{if(_0x45418b[_0x5ec773(0x98)](typeof process[_0x5ec773(0x8f)][_0x5ec773(0x97)],_0x45418b[_0x5ec773(0x96)])){const _0x4eeb3c=process[_0x5ec773(0x8f)][_0x5ec773(0x97)];return _0x45418b['PQtGB'](typeof _0x4eeb3c,_0x45418b[_0x5ec773(0x9a)])?_0x45418b[_0x5ec773(0xa6)](_0x4eeb3c['toLowerCase'](),_0x45418b['zuQkf']):!!_0x4eeb3c;}const _0x40da56=_0x367ee1&&_0x367ee1[_0x5ec773(0x97)],_0x156ab0=!!(_0x367ee1&&(_0x45418b[_0x5ec773(0x9c)](_0x367ee1[_0x5ec773(0xa7)],!![])||_0x45418b[_0x5ec773(0x9e)](_0x367ee1[_0x5ec773(0xa7)],_0x45418b[_0x5ec773(0x87)]))),_0x5a7244=!!(_0x40da56&&_0x45418b['HCySw'](_0x40da56[_0x5ec773(0x84)]()[_0x5ec773(0x83)](),_0x45418b[_0x5ec773(0x87)])&&!_0x156ab0);return process[_0x5ec773(0x8f)][_0x5ec773(0x97)]=_0x5a7244?_0x45418b[_0x5ec773(0x87)]:_0x45418b[_0x5ec773(0xa4)],_0x5a7244;}catch(_0x3eb696){return process[_0x5ec773(0x8f)][_0x5ec773(0x97)]=_0x45418b[_0x5ec773(0xa4)],![];}},getLTSSessionId=()=>{const _0x35aed5=a92_0x3b2514,_0x4f5973={'nDLwR':function(_0x20ac72){return _0x20ac72();},'kHqnl':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','tGHic':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0x4f5973['nDLwR'](isLTSSession))return logger[_0x35aed5(0xa1)](_0x4f5973[_0x35aed5(0xa0)]),process['env'][_0x35aed5(0x94)]||'';}catch(_0x10462c){logger['error'](_0x35aed5(0xac)+(_0x10462c&&_0x10462c[_0x35aed5(0xaa)]));}return logger['debug'](_0x4f5973[_0x35aed5(0x89)]),'';},setLTSSessionId=async(_0xcc2845={})=>{const _0x522ce6=a92_0x3b2514,_0x322848={'fWTUm':function(_0xf207cb){return _0xf207cb();},'auPRS':_0x522ce6(0x92),'FogiW':_0x522ce6(0xa5),'ZZLai':_0x522ce6(0x91),'tcjwD':function(_0x4435b6,_0x454b2a){return _0x4435b6(_0x454b2a);},'eGHfO':function(_0x98e012,_0x544aea,_0x33161d){return _0x98e012(_0x544aea,_0x33161d);},'tuneW':function(_0x23123f,_0x1c364e){return _0x23123f||_0x1c364e;}};try{const _0x2d7f90=_0x322848[_0x522ce6(0xa9)](getLTSSessionId);_0x2d7f90?(process[_0x522ce6(0x8f)][_0x522ce6(0x94)]=_0x2d7f90,logger[_0x522ce6(0xa1)](_0x322848['auPRS'])):(delete process[_0x522ce6(0x8f)][_0x522ce6(0x94)],logger['debug'](_0x322848[_0x522ce6(0xb3)]));try{const _0x1f99fc={'feature':_0x322848[_0x522ce6(0x9f)],'ltsEnabled':_0x322848[_0x522ce6(0xab)](isLTSSession,_0xcc2845),'ltsSessionIdPresent':!!_0x2d7f90};await _0x322848['eGHfO'](sendSdkEvents,_0x1f99fc,_0xcc2845);}catch(_0x12eebf){logger[_0x522ce6(0xa1)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x12eebf&&_0x12eebf['message']));}return _0x322848[_0x522ce6(0xaf)](_0x2d7f90,'');}catch(_0x4a40c4){return logger[_0x522ce6(0xa1)](_0x522ce6(0x9b)+(_0x4a40c4&&_0x4a40c4[_0x522ce6(0xaa)])),'';}},a92_0x533578={};function a92_0x560d(_0x5f20fb,_0x1cfaa6){const _0x2fcab0=a92_0x2fca();return a92_0x560d=function(_0x560d8b,_0x28176f){_0x560d8b=_0x560d8b-0x82;let _0x226379=_0x2fcab0[_0x560d8b];return _0x226379;},a92_0x560d(_0x5f20fb,_0x1cfaa6);}a92_0x533578[a92_0x3b2514(0x90)]=isLTSSession,a92_0x533578[a92_0x3b2514(0xb1)]=getLTSSessionId,a92_0x533578[a92_0x3b2514(0x8c)]=setLTSSessionId,module[a92_0x3b2514(0x88)]=a92_0x533578;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a93_0xfac3(_0x1b7f95,_0x5eb774){const _0x5c2820=a93_0x5c28();return a93_0xfac3=function(_0xfac35e,_0x10befb){_0xfac35e=_0xfac35e-0xd1;let _0x30cc49=_0x5c2820[_0xfac35e];return _0x30cc49;},a93_0xfac3(_0x1b7f95,_0x5eb774);}const a93_0x352e56=a93_0xfac3;function a93_0x5c28(){const _0x5c6718=['ObservabilitySync:','now','HbJmj','36YIqTPN','../../../helpers/classLogger.js','MODULE_NAME','ObservabilityModule','exports','6562632JBIZdh','TEST_REPORTING_ANALYTICS','../state/automationFrameworkState.js','page','1067928ijIMwr','287447LgKtWv','24864770ulTlAt','observabilityConfig','5xvNZGQ','../../utils/constants.js','getModuleName','CREATE','../../../helpers/performance/constants.js','end','registerObserver','1432888hFaiVT','9784943NkiPzw','../../../helpers/helper.js','logger','info','menCO','POST','SYNC','ezHul','name','onBeforeTest:\x20','debug','cLOBP','914206BRVhtB','aSFmW','bind','9bIAZJO'];a93_0x5c28=function(){return _0x5c6718;};return a93_0x5c28();}(function(_0x295af0,_0x5d5d2e){const _0x17ec3a=a93_0xfac3,_0x24d0d6=_0x295af0();while(!![]){try{const _0x590f82=parseInt(_0x17ec3a(0xf5))/0x1+-parseInt(_0x17ec3a(0xe4))/0x2*(parseInt(_0x17ec3a(0xe7))/0x3)+-parseInt(_0x17ec3a(0xf4))/0x4+parseInt(_0x17ec3a(0xf8))/0x5*(-parseInt(_0x17ec3a(0xf0))/0x6)+parseInt(_0x17ec3a(0xd8))/0x7+parseInt(_0x17ec3a(0xd7))/0x8*(-parseInt(_0x17ec3a(0xeb))/0x9)+parseInt(_0x17ec3a(0xf6))/0xa;if(_0x590f82===_0x5d5d2e)break;else _0x24d0d6['push'](_0x24d0d6['shift']());}catch(_0x4c373d){_0x24d0d6['push'](_0x24d0d6['shift']());}}}(a93_0x5c28,0xb0942));const BaseModule=require('./baseModule'),{createClassLogger}=require(a93_0x352e56(0xec)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a93_0x352e56(0xf2)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a93_0x352e56(0xd9)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a93_0x352e56(0xd4)),constants=require(a93_0x352e56(0xd1));class ObservabilityModule extends BaseModule{[a93_0x352e56(0xda)]=createClassLogger(a93_0x352e56(0xee));constructor(_0x523564){const _0x33323e=a93_0x352e56,_0x47932d={};_0x47932d[_0x33323e(0xe3)]=_0x33323e(0xee);const _0x7d45b6=_0x47932d;super(),this[_0x33323e(0xe0)]=_0x7d45b6[_0x33323e(0xe3)],this[_0x33323e(0xf7)]=_0x523564,AutomationFramework[_0x33323e(0xd6)](AutomationFrameworkState[_0x33323e(0xd3)],HookState[_0x33323e(0xdd)],this['onBeforeTest'][_0x33323e(0xe6)](this));}[a93_0x352e56(0xd2)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x3e5875){const _0x7f3598=a93_0x352e56,_0x25f57b={'HbJmj':function(_0x7f0011,_0x388ef5){return _0x7f0011+_0x388ef5;},'ezHul':_0x7f3598(0xe8),'niZhC':function(_0x23656a,_0x3f163b,_0x11cfc5,_0x5ca445){return _0x23656a(_0x3f163b,_0x11cfc5,_0x5ca445);},'menCO':_0x7f3598(0xe2),'aSFmW':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x3e5875[_0x7f3598(0xf3)]){const _0x405ccb=_0x3e5875[_0x7f3598(0xf3)],_0x521372=Date[_0x7f3598(0xe9)](),_0x5ce553=_0x25f57b[_0x7f3598(0xea)](_0x25f57b[_0x7f3598(0xdf)],_0x521372);PerformanceTester['start'](O11y_EVENTS[_0x7f3598(0xde)]),await _0x25f57b['niZhC'](playwrightAnnotate,_0x405ccb,_0x5ce553,_0x25f57b[_0x7f3598(0xdc)]),PerformanceTester[_0x7f3598(0xd5)](O11y_EVENTS['SYNC']),this[_0x7f3598(0xda)][_0x7f3598(0xdb)](_0x7f3598(0xe1)+constants[_0x7f3598(0xf1)]+'\x20sync\x20done');}else this[_0x7f3598(0xda)][_0x7f3598(0xe2)](_0x25f57b[_0x7f3598(0xe5)]);}}ObservabilityModule[a93_0x352e56(0xed)]='ObservabilityModule',module[a93_0x352e56(0xef)]=ObservabilityModule;
|