browserstack-node-sdk 1.59.0 → 1.60.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 +3 -3
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/assets/report.html +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/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a103_0x4ebffa=a103_0xd8ab;(function(_0x17b2f9,_0x3965da){const _0x2e25a2=a103_0xd8ab,_0x31bff9=_0x17b2f9();while(!![]){try{const _0x521bf5=parseInt(_0x2e25a2(0x18f))/0x1+-parseInt(_0x2e25a2(0x182))/0x2+parseInt(_0x2e25a2(0x18a))/0x3+-parseInt(_0x2e25a2(0x193))/0x4*(-parseInt(_0x2e25a2(0x192))/0x5)+parseInt(_0x2e25a2(0x18d))/0x6*(parseInt(_0x2e25a2(0x18c))/0x7)+-parseInt(_0x2e25a2(0x188))/0x8*(parseInt(_0x2e25a2(0x185))/0x9)+-parseInt(_0x2e25a2(0x191))/0xa;if(_0x521bf5===_0x3965da)break;else _0x31bff9['push'](_0x31bff9['shift']());}catch(_0x36edc2){_0x31bff9['push'](_0x31bff9['shift']());}}}(a103_0x777d,0x32e1f));function a103_0xd8ab(_0x256dec,_0x14186c){const _0x777d8e=a103_0x777d();return a103_0xd8ab=function(_0xd8abd4,_0x329174){_0xd8abd4=_0xd8abd4-0x175;let _0x259dff=_0x777d8e[_0xd8abd4];return _0x259dff;},a103_0xd8ab(_0x256dec,_0x14186c);}const TrackedContext=require(a103_0x4ebffa(0x18b)),crypto=require(a103_0x4ebffa(0x175)),{threadId}=require('worker_threads');class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']='isBrowserstackAutomationSession';constructor(_0x59acfd){const _0x5303c3=a103_0x4ebffa;this[_0x5303c3(0x18e)]=_0x59acfd,this[_0x5303c3(0x180)]=new Map();}[a103_0x4ebffa(0x184)](){const _0x4be03a=a103_0x4ebffa;return this[_0x4be03a(0x18e)][_0x4be03a(0x17b)]();}['getContext'](){const _0x4e832c=a103_0x4ebffa;return this[_0x4e832c(0x18e)];}[a103_0x4ebffa(0x179)](){const _0x2a098f=a103_0x4ebffa;return this[_0x2a098f(0x180)];}[a103_0x4ebffa(0x190)](_0x7ad06d){const _0x310e40=a103_0x4ebffa;Object[_0x310e40(0x17c)](_0x7ad06d)[_0x310e40(0x187)](_0x24bb78=>{const _0x196ce3=_0x310e40;this[_0x196ce3(0x180)]['set'](_0x24bb78,_0x7ad06d[_0x24bb78]);});}['addMultipleEntries'](_0x2a4289){const _0x603c3=a103_0x4ebffa;Object[_0x603c3(0x17e)](_0x2a4289)[_0x603c3(0x187)](([_0x26c7d6,_0x190167])=>{const _0x34fe04=_0x603c3,_0x461a13=this[_0x34fe04(0x180)][_0x34fe04(0x186)](_0x26c7d6)||{},_0x3f2749={..._0x461a13,..._0x190167},_0x1f374f=_0x3f2749;this['data']['set'](_0x26c7d6,_0x1f374f);});}[a103_0x4ebffa(0x183)](_0x36d6a6){return this['data']['get'](_0x36d6a6);}['updateData'](_0x5486a7,_0x458a2a){const _0x3128be=a103_0x4ebffa;this[_0x3128be(0x180)][_0x3128be(0x176)](_0x5486a7,_0x458a2a);}static['createContext'](_0x455951){const _0x53e52b=a103_0x4ebffa,_0x45922b={};_0x45922b[_0x53e52b(0x189)]=_0x53e52b(0x17f),_0x45922b[_0x53e52b(0x17d)]='hex',_0x45922b[_0x53e52b(0x17a)]=function(_0x3d065f,_0x27d10a){return _0x3d065f||_0x27d10a;};const _0x319fe9=_0x45922b;return new TrackedContext(crypto[_0x53e52b(0x177)](_0x319fe9['ZZXqR'])['update'](_0x455951)['digest'](_0x319fe9[_0x53e52b(0x17d)]),_0x319fe9[_0x53e52b(0x17a)](threadId,0x0),process[_0x53e52b(0x181)],typeof _0x455951);}}function a103_0x777d(){const _0x2a0151=['context','286000jNGskA','updateMultipleEntries','3047730qnnVCZ','10rpRInh','349016hUJojp','crypto','set','createHash','exports','getAllData','ueHNU','getId','keys','VHAZh','entries','sha256','data','pid','430628nlOcNE','getData','getRef','117dAxrZY','get','forEach','93568zzEzAp','ZZXqR','916653GhFJUE','./trackedContext','91usHnGh','52842vrXOFv'];a103_0x777d=function(){return _0x2a0151;};return a103_0x777d();}module[a103_0x4ebffa(0x178)]=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a104_0x5c7aa4=a104_0x5668;(function(_0x5878c4,_0x1c80d7){const _0x37cd45=a104_0x5668,_0x2c108c=_0x5878c4();while(!![]){try{const _0x4af735=parseInt(_0x37cd45(0x380))/0x1*(parseInt(_0x37cd45(0x2ac))/0x2)+-parseInt(_0x37cd45(0x375))/0x3+-parseInt(_0x37cd45(0x202))/0x4*(-parseInt(_0x37cd45(0x1c4))/0x5)+parseInt(_0x37cd45(0x262))/0x6*(-parseInt(_0x37cd45(0x303))/0x7)+-parseInt(_0x37cd45(0x28f))/0x8+parseInt(_0x37cd45(0x28e))/0x9+-parseInt(_0x37cd45(0x1c6))/0xa*(-parseInt(_0x37cd45(0x333))/0xb);if(_0x4af735===_0x1c80d7)break;else _0x2c108c['push'](_0x2c108c['shift']());}catch(_0x316b3c){_0x2c108c['push'](_0x2c108c['shift']());}}}(a104_0x1231,0xd3d5d));const BaseModule=require(a104_0x5c7aa4(0x35c)),{createClassLogger}=require(a104_0x5c7aa4(0x21d)),CLIUtils=require(a104_0x5c7aa4(0x28d)),AutomationFramework=require(a104_0x5c7aa4(0x367)),TestFramework=require(a104_0x5c7aa4(0x27b)),AutomationFrameworkState=require(a104_0x5c7aa4(0x2d4)),HookState=require(a104_0x5c7aa4(0x1f4)),GrpcClient=require(a104_0x5c7aa4(0x2b7)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a104_0x5c7aa4(0x332)),PerformanceTester=require(a104_0x5c7aa4(0x1da)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a104_0x5c7aa4(0x389)),TestFrameworkConstants=require(a104_0x5c7aa4(0x274)),accessibilityHelper=require(a104_0x5c7aa4(0x1d7));function a104_0x5668(_0x458860,_0x3cc2da){const _0x123124=a104_0x1231();return a104_0x5668=function(_0x5668f1,_0x39e905){_0x5668f1=_0x5668f1-0x1b7;let _0x4f2848=_0x123124[_0x5668f1];return _0x4f2848;},a104_0x5668(_0x458860,_0x3cc2da);}class AccessibilityModule extends BaseModule{static [a104_0x5c7aa4(0x2a3)]=AccessibilityModule[a104_0x5c7aa4(0x388)];static [a104_0x5c7aa4(0x345)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x1d018f){const _0x5eeabf=a104_0x5c7aa4,_0x8bc016={};_0x8bc016[_0x5eeabf(0x222)]='9|16|5|15|14|13|4|1|2|3|7|8|6|0|11|12|10',_0x8bc016[_0x5eeabf(0x1ce)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x8bc016['PUgVB']='testhub_build_uuid',_0x8bc016[_0x5eeabf(0x2bb)]=_0x5eeabf(0x322),_0x8bc016[_0x5eeabf(0x37e)]=_0x5eeabf(0x2ea);const _0x317da7=_0x8bc016,_0x4f116c=_0x317da7[_0x5eeabf(0x222)]['split']('|');let _0x500ab9=0x0;while(!![]){switch(_0x4f116c[_0x500ab9++]){case'0':logger[_0x5eeabf(0x1e6)](_0x317da7[_0x5eeabf(0x1ce)]);continue;case'1':this[_0x5eeabf(0x2e2)]=new Map();continue;case'2':this[_0x5eeabf(0x37a)]=![];continue;case'3':this[_0x5eeabf(0x21f)]=[];continue;case'4':this[_0x5eeabf(0x1fb)]=new Map();continue;case'5':AutomationFramework[_0x5eeabf(0x1f0)](AutomationFrameworkState[_0x5eeabf(0x2d7)],HookState[_0x5eeabf(0x1e4)],this[_0x5eeabf(0x249)][_0x5eeabf(0x32a)](this));continue;case'6':this[_0x5eeabf(0x2cc)](_0x1d018f[_0x5eeabf(0x23c)]()['getCapabilitiesList']());continue;case'7':this[_0x5eeabf(0x37c)]=![];continue;case'8':this[_0x5eeabf(0x23d)]=![];continue;case'9':super();continue;case'10':this[_0x5eeabf(0x281)]=_0x317da7[_0x5eeabf(0x1c8)];continue;case'11':this[_0x5eeabf(0x324)]=_0x317da7[_0x5eeabf(0x2bb)];continue;case'12':this[_0x5eeabf(0x255)]=_0x317da7[_0x5eeabf(0x37e)];continue;case'13':this[_0x5eeabf(0x27e)]=_0x1d018f['toObject']();continue;case'14':this[_0x5eeabf(0x2f7)]=!![];continue;case'15':AutomationFramework[_0x5eeabf(0x1f0)](AutomationFrameworkState[_0x5eeabf(0x3a3)],HookState['PRE'],this[_0x5eeabf(0x301)][_0x5eeabf(0x32a)](this));continue;case'16':AutomationFramework[_0x5eeabf(0x1f0)](AutomationFrameworkState[_0x5eeabf(0x1e1)],HookState['PRE'],this[_0x5eeabf(0x2a6)][_0x5eeabf(0x32a)](this));continue;}break;}}[a104_0x5c7aa4(0x2f7)](){return this['isEnabled'];}[a104_0x5c7aa4(0x1e7)](){const _0x1eda73=a104_0x5c7aa4;return AccessibilityModule[_0x1eda73(0x2a3)];}['getCurrentAccessibilityStatus'](){const _0x43e911=a104_0x5c7aa4;return this[_0x43e911(0x1fb)][_0x43e911(0x28b)](CLIUtils[_0x43e911(0x374)](),![]);}[a104_0x5c7aa4(0x236)](){const _0x387fe4=a104_0x5c7aa4;return this[_0x387fe4(0x2e2)][_0x387fe4(0x28b)](CLIUtils[_0x387fe4(0x374)](),![]);}[a104_0x5c7aa4(0x30b)](_0x463a88){const _0x48d559=a104_0x5c7aa4;this[_0x48d559(0x2e2)]['set'](CLIUtils['getCurrentInstanceName'](),_0x463a88);}['applySendMessageToServerPatch'](){const _0x1ba2b8=a104_0x5c7aa4,_0x5dc6d5={'lYswG':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','gBGkb':function(_0x2fbb1c,_0x5eda2a){return _0x2fbb1c(_0x5eda2a);},'MGNqq':'../../utils/playwright-patcher','EVbvd':_0x1ba2b8(0x22a),'Yvott':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger[_0x1ba2b8(0x1e6)](_0x5dc6d5['lYswG']);return;}try{const _0x328405=_0x5dc6d5[_0x1ba2b8(0x2aa)](require,_0x5dc6d5[_0x1ba2b8(0x36e)]);_0x328405&&_0x328405['patchSendMessageToServer']?(_0x328405['patchSendMessageToServer'](),this[_0x1ba2b8(0x37c)]=!![],logger[_0x1ba2b8(0x1e6)](_0x5dc6d5[_0x1ba2b8(0x2b8)])):logger[_0x1ba2b8(0x1e6)](_0x5dc6d5['Yvott']);}catch(_0x293595){logger[_0x1ba2b8(0x1e6)](_0x1ba2b8(0x38b)+util[_0x1ba2b8(0x28c)](_0x293595));}}['isPlatformSupported'](_0x2068f4=null,_0x3edbdd=null,_0x3aaaa4=null){const _0x17f260=a104_0x5c7aa4,_0x372ca0={'ACbYl':function(_0x5397f7,_0x49ef57){return _0x5397f7&&_0x49ef57;},'UXeMo':_0x17f260(0x277),'JlCky':function(_0x2c50db,_0x40a6d3){return _0x2c50db(_0x40a6d3);},'dMYiR':_0x17f260(0x1bf),'CUdEd':_0x17f260(0x35a),'ZZzve':_0x17f260(0x1ba),'PHAtS':function(_0x18e15b,_0x6c0701){return _0x18e15b===_0x6c0701;},'DRbAm':function(_0x29f32a,_0x579731){return _0x29f32a===_0x579731;},'zIOaT':_0x17f260(0x2d6),'Aunhl':'string','qCubL':function(_0x5a2da8,_0x7f979e){return _0x5a2da8===_0x7f979e;},'WWKCU':_0x17f260(0x1c2),'ChDiZ':'goog:chromeOptions','XQnSB':function(_0x25273a,_0x5b0e32){return _0x25273a!==_0x5b0e32;},'tGqkr':_0x17f260(0x2f9),'GiVhB':function(_0x3bb99e){return _0x3bb99e();},'zvJDT':_0x17f260(0x240),'gixjE':function(_0xcfb4a6,_0x22aaff){return _0xcfb4a6-_0x22aaff;},'UdIck':function(_0x303f75,_0x11ca7b){return _0x303f75!==_0x11ca7b;},'xIove':function(_0x82f949,_0x4055b7){return _0x82f949>_0x4055b7;},'cQhEz':function(_0x5ad9f4,_0x4a61c6){return _0x5ad9f4(_0x4a61c6);},'sdZHi':_0x17f260(0x251)};try{if(_0x372ca0['ACbYl'](!_0x3edbdd,!_0x3aaaa4))return logger[_0x17f260(0x1e6)](_0x372ca0['UXeMo']),![];const {isUndefined:_0x48a03e,isBrowserstackInfra:_0x59bf56}=_0x372ca0[_0x17f260(0x2b3)](require,_0x372ca0['dMYiR']);if(!accessibilityHelper[_0x17f260(0x1ef)]())return logger[_0x17f260(0x1e6)](_0x372ca0[_0x17f260(0x2f3)]),![];const _0x3b97f7=_0x3edbdd[_0x17f260(0x1fa)]||_0x3edbdd[_0x17f260(0x228)],_0x323a7d=_0x3edbdd[_0x17f260(0x29c)]||_0x3edbdd[_0x17f260(0x2dc)];if(!accessibilityHelper[_0x17f260(0x3a8)](_0x3b97f7))return logger[_0x17f260(0x220)](_0x372ca0[_0x17f260(0x362)]),![];if(accessibilityHelper[_0x17f260(0x337)](_0x3b97f7))try{const _0x2933bd=_0x3edbdd[_0x17f260(0x343)],_0x381135=_0x372ca0[_0x17f260(0x2eb)](_0x2933bd,!![])||_0x372ca0[_0x17f260(0x2a1)](_0x2933bd,_0x372ca0[_0x17f260(0x358)])||_0x372ca0[_0x17f260(0x2eb)](typeof _0x2933bd,_0x372ca0[_0x17f260(0x2e7)])&&_0x372ca0[_0x17f260(0x2ce)](_0x2933bd[_0x17f260(0x213)](),_0x372ca0[_0x17f260(0x358)]);if(_0x381135)return logger[_0x17f260(0x220)](_0x372ca0[_0x17f260(0x27a)]),![];const _0x19d533=_0x3edbdd?.[_0x17f260(0x309)]?.['args']||_0x3edbdd?.[_0x372ca0[_0x17f260(0x24a)]]?.[_0x17f260(0x353)]||[];if(Array[_0x17f260(0x242)](_0x19d533)&&_0x19d533[_0x17f260(0x224)](_0x49a135=>typeof _0x49a135==='string'&&(_0x49a135===_0x17f260(0x355)||_0x49a135[_0x17f260(0x340)](_0x17f260(0x300))&&_0x49a135!==_0x17f260(0x279))))return logger[_0x17f260(0x220)](_0x372ca0[_0x17f260(0x27a)]),![];}catch(_0x1e7e4d){logger[_0x17f260(0x1e6)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x17f260(0x28c)](_0x1e7e4d));}if(_0x372ca0['XQnSB'](_0x323a7d,_0x372ca0[_0x17f260(0x21b)])){const _0x505f74=_0x372ca0[_0x17f260(0x260)](_0x59bf56),_0x12d5b9=accessibilityHelper[_0x17f260(0x36f)](_0x3b97f7,_0x505f74),_0x35ef7e=accessibilityHelper[_0x17f260(0x334)](_0x3b97f7);if(!accessibilityHelper[_0x17f260(0x38d)](_0x323a7d,_0x12d5b9)){const _0x42d515=_0x505f74?'':_0x372ca0['zvJDT'],_0x57d33a=Number[_0x17f260(0x378)](_0x372ca0[_0x17f260(0x2b3)](parseFloat,_0x12d5b9))?_0x372ca0[_0x17f260(0x1e5)](_0x372ca0[_0x17f260(0x2b3)](parseFloat,_0x12d5b9),0x1):_0x12d5b9;return logger[_0x17f260(0x220)](_0x17f260(0x36a)+_0x35ef7e+_0x17f260(0x2ee)+_0x57d33a+'\x20'+_0x42d515+'.'),![];}}else{const _0x5701c1=_0x3edbdd[_0x17f260(0x29c)]||_0x3edbdd[_0x17f260(0x2dc)]||_0x3edbdd[_0x17f260(0x377)];if(_0x5701c1&&_0x372ca0[_0x17f260(0x3a4)](_0x5701c1,_0x372ca0['tGqkr'])&&!_0x372ca0[_0x17f260(0x201)](_0x372ca0[_0x17f260(0x25d)](parseFloat,_0x5701c1),_0x372ca0['JlCky'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x17f260(0x220)](_0x372ca0[_0x17f260(0x216)]),![];}return!![];}catch(_0x24c4a4){return logger[_0x17f260(0x1e6)](_0x17f260(0x1d2)+_0x24c4a4['message']),![];}}['isEnabledTestcase'](_0x4a1fe8=[],_0x5b0aea,_0x25459a='cucumber'){const _0x18530a=a104_0x5c7aa4,_0x284419={'VhPiZ':function(_0x357c5d,_0x1ad6f9){return _0x357c5d===_0x1ad6f9;},'CMjHY':_0x18530a(0x265),'sGETu':function(_0xb242af,_0x1fd400){return _0xb242af||_0x1fd400;},'GLhvq':function(_0x21a437,_0x25d7e4){return _0x21a437&&_0x25d7e4;},'AnOXZ':_0x18530a(0x1d5),'EPsvj':function(_0x1bfaf7,_0x1a1619){return _0x1bfaf7===_0x1a1619;},'rodoh':function(_0xc01b72,_0x28c54d){return _0xc01b72(_0x28c54d);},'kVnJw':function(_0x5a320c,_0x103e09){return _0x5a320c>_0x103e09;}};try{const _0x56246d=process[_0x18530a(0x1ee)][_0x18530a(0x3a0)]?JSON[_0x18530a(0x319)](process[_0x18530a(0x1ee)][_0x18530a(0x3a0)]):null;if(!_0x56246d)return!![];const _0xdde41c=Array[_0x18530a(0x242)](_0x56246d['includeTagsInTestingScope'])?_0x56246d[_0x18530a(0x25b)]:[],_0x26d9bf=Array[_0x18530a(0x242)](_0x56246d[_0x18530a(0x2ff)])?_0x56246d['excludeTagsInTestingScope']:[];if(_0x284419[_0x18530a(0x387)](_0x25459a,_0x284419[_0x18530a(0x209)])){let _0x5495e2;Array['isArray'](_0x4a1fe8)?_0x5495e2=_0x4a1fe8['join']('\x20'):_0x5495e2=_0x284419[_0x18530a(0x288)](_0x4a1fe8,'');const _0x462345=_0x26d9bf[_0x18530a(0x224)](_0x1a556f=>_0x5495e2['includes'](_0x1a556f)),_0x11489d=_0x284419[_0x18530a(0x387)](_0xdde41c[_0x18530a(0x256)],0x0)||_0xdde41c[_0x18530a(0x224)](_0x122271=>_0x5495e2[_0x18530a(0x21a)](_0x122271)),_0x8bf8e1=_0x284419[_0x18530a(0x26e)](!_0x462345,_0x11489d);return logger[_0x18530a(0x1e6)](_0x18530a(0x366)+(_0x5b0aea?.[_0x18530a(0x23a)]?.()||_0x284419[_0x18530a(0x219)])+_0x18530a(0x365)+_0x8bf8e1+_0x18530a(0x2af)+_0x5495e2+_0x18530a(0x372)+JSON[_0x18530a(0x233)](_0xdde41c)+_0x18530a(0x282)+JSON['stringify'](_0x26d9bf)),_0x8bf8e1;}const _0x315672=Array['isArray'](_0x4a1fe8)?_0x4a1fe8:[];let _0x892273=![],_0x2703e2=_0x284419[_0x18530a(0x325)](_0xdde41c[_0x18530a(0x256)],0x0);const _0x16e216=_0x352478=>typeof _0x352478===_0x18530a(0x1fc)?_0x352478[_0x18530a(0x2f4)](/^@/,'')['toLowerCase']()['trim']():_0x352478,_0x1ad4c3=new Set(_0xdde41c['map'](_0x16e216)),_0x36751a=new Set(_0x26d9bf[_0x18530a(0x363)](_0x16e216));for(const _0x5f24d0 of _0x315672){const _0x5da056=_0x284419[_0x18530a(0x2c5)](_0x16e216,_0x5f24d0);_0x36751a[_0x18530a(0x269)](_0x5da056)&&(_0x892273=!![]),_0x284419[_0x18530a(0x290)](_0x1ad4c3['size'],0x0)&&_0x1ad4c3[_0x18530a(0x269)](_0x5da056)&&(_0x2703e2=!![]);}const _0x214ae1=_0x284419[_0x18530a(0x26e)](_0x2703e2,!_0x892273);return logger[_0x18530a(0x1e6)]('[platform\x20-\x20'+(_0x5b0aea?.[_0x18530a(0x23a)]?.()||_0x284419['AnOXZ'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x214ae1+_0x18530a(0x3a5)+JSON[_0x18530a(0x233)](_0x315672)+_0x18530a(0x372)+JSON[_0x18530a(0x233)](_0xdde41c)+_0x18530a(0x282)+JSON[_0x18530a(0x233)](_0x26d9bf)),_0x214ae1;}catch(_0x48164f){return logger['debug']('[platform\x20-\x20'+(_0x5b0aea?.[_0x18530a(0x23a)]?.()||_0x284419['AnOXZ'])+_0x18530a(0x244)+_0x48164f['message']),![];}}async['onBeforeTest'](_0x25a569){const _0xda439f=a104_0x5c7aa4,_0x2149d0={};_0x2149d0['mCVyB']=function(_0x1a50b7,_0x9efe7c){return _0x1a50b7!==_0x9efe7c;},_0x2149d0['VEGAB']='cucumber',_0x2149d0[_0xda439f(0x2e6)]=_0xda439f(0x265),_0x2149d0['LMYBh']=function(_0x514f85,_0x177b09){return _0x514f85!==_0x177b09;},_0x2149d0['YYnYP']=_0xda439f(0x278),_0x2149d0[_0xda439f(0x320)]=function(_0x490454,_0x5db6ee){return _0x490454===_0x5db6ee;},_0x2149d0[_0xda439f(0x2f8)]=_0xda439f(0x2d6),_0x2149d0['snBDL']='TEST_INIT',_0x2149d0[_0xda439f(0x2f2)]=_0xda439f(0x351),_0x2149d0[_0xda439f(0x34b)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x2149d0[_0xda439f(0x2e1)]=_0xda439f(0x286),_0x2149d0['kILIs']='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x2149d0[_0xda439f(0x364)]=_0xda439f(0x27d),_0x2149d0[_0xda439f(0x218)]=function(_0x193ba3,_0x35a38d){return _0x193ba3>_0x35a38d;},_0x2149d0[_0xda439f(0x296)]='function',_0x2149d0[_0xda439f(0x3a6)]=_0xda439f(0x22d),_0x2149d0[_0xda439f(0x23b)]=function(_0x3ea13c,_0x5ae7ee){return _0x3ea13c&&_0x5ae7ee;},_0x2149d0[_0xda439f(0x2dd)]=_0xda439f(0x1d5);const _0x2c4cf5=_0x2149d0;if(_0x2c4cf5[_0xda439f(0x1e2)](_0x25a569[_0xda439f(0x2d9)],_0x2c4cf5[_0xda439f(0x226)])&&_0x2c4cf5['mCVyB'](_0x25a569[_0xda439f(0x2d9)],_0x2c4cf5[_0xda439f(0x2e6)])&&_0x2c4cf5[_0xda439f(0x373)](_0x25a569['testFramework'],_0x2c4cf5[_0xda439f(0x1c1)])){logger[_0xda439f(0x1e6)](_0xda439f(0x352)+_0x25a569['testFramework']+')');return;}try{const _0x130a48=AutomationFramework[_0xda439f(0x349)](),_0x4e97fe=TestFramework[_0xda439f(0x349)](),_0x3f4b06=_0x25a569[_0xda439f(0x280)]||global[_0xda439f(0x2d3)]?.[_0xda439f(0x1b9)]||null;if(_0x2c4cf5[_0xda439f(0x320)](_0x25a569[_0xda439f(0x2d9)],_0x2c4cf5['YYnYP'])){const _0x213f50=_0x25a569[_0xda439f(0x1cd)]||_0x130a48&&_0x130a48[_0xda439f(0x229)]&&_0x130a48[_0xda439f(0x229)]()||_0x130a48&&_0x130a48[_0xda439f(0x22f)]&&_0x130a48[_0xda439f(0x22f)]()||{},_0x1abc6c=_0x25a569[_0xda439f(0x215)]||null,_0x55fc1c=this['isPlatformSupported'](_0x130a48,_0x213f50,_0x1abc6c),_0x598fdc=CLIUtils[_0xda439f(0x374)]();this['accessibility'][_0xda439f(0x1bd)](_0x598fdc,_0x55fc1c);global[_0xda439f(0x306)]?.['getContext']&&global[_0xda439f(0x306)][_0xda439f(0x360)]()[_0xda439f(0x37f)](_0x55fc1c);_0x55fc1c?(global[_0xda439f(0x267)]=!![],process[_0xda439f(0x1ee)][_0xda439f(0x276)]=_0x2c4cf5[_0xda439f(0x2f8)]):global[_0xda439f(0x267)]=![];logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x55fc1c);return;}if(!_0x3f4b06){_0x4e97fe&&_0x4e97fe[_0xda439f(0x382)](_0x2c4cf5['snBDL'],!![]);logger[_0xda439f(0x1e6)](_0x2c4cf5[_0xda439f(0x2f2)]);return;}logger[_0xda439f(0x1e6)](_0x2c4cf5[_0xda439f(0x34b)]);const _0x26c111=_0x4e97fe?.[_0xda439f(0x234)](_0x2c4cf5[_0xda439f(0x2e1)],![]),_0x2dad0f=_0x4e97fe?.[_0xda439f(0x234)](_0x2c4cf5[_0xda439f(0x263)],![]);if(_0x2c4cf5[_0xda439f(0x320)](_0x26c111,![])&&_0x2c4cf5[_0xda439f(0x320)](_0x2dad0f,![])){_0x4e97fe&&_0x4e97fe[_0xda439f(0x382)](_0x2c4cf5[_0xda439f(0x2e1)],!![]);logger['debug'](_0x2c4cf5[_0xda439f(0x24f)]);return;}_0x4e97fe&&_0x4e97fe['updateData'](_0x2c4cf5[_0xda439f(0x263)],!![]);let _0x349f96,_0x1c222c;const _0x12a965=_0x25a569['testFramework']||_0x2c4cf5[_0xda439f(0x226)];if(_0x2c4cf5[_0xda439f(0x320)](_0x12a965,_0x2c4cf5[_0xda439f(0x2e6)])){_0x1c222c=_0x25a569[_0xda439f(0x24d)]?.[_0xda439f(0x329)]||_0x25a569[_0xda439f(0x24d)]?.['id']||global[_0xda439f(0x2a8)]||global['__workerDetails']?.['currentTest']?.[_0xda439f(0x329)]||global['__workerDetails']?.[_0xda439f(0x385)]?.['id'];const _0x6aeda8=_0x4e97fe?.['getAllData']()?.[_0xda439f(0x28b)](_0x1c222c);if(_0x6aeda8&&_0x6aeda8[TestFrameworkConstants['KEY_TEST_NAME']])_0x349f96=_0x6aeda8[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x25a569['testInfo']?.[_0xda439f(0x344)])_0x349f96=_0x25a569[_0xda439f(0x24d)][_0xda439f(0x344)];else global[_0xda439f(0x2d3)]?.[_0xda439f(0x385)]?.[_0xda439f(0x24d)]?.[_0xda439f(0x344)]?_0x349f96=global['__workerDetails'][_0xda439f(0x385)]['testInfo'][_0xda439f(0x344)]:_0x349f96=_0x2c4cf5[_0xda439f(0x364)];}logger[_0xda439f(0x1e6)](_0xda439f(0x2c6)+_0x1c222c+_0xda439f(0x2af)+JSON[_0xda439f(0x233)](_0x349f96));}else{_0x1c222c=this[_0xda439f(0x383)](_0x25a569);const _0x3795e7=TestInfo[_0xda439f(0x258)](_0x1c222c);let _0x8ca338=[];if(_0x3795e7&&Array[_0xda439f(0x242)](_0x3795e7[_0xda439f(0x22d)])&&_0x2c4cf5['SCAXy'](_0x3795e7[_0xda439f(0x22d)][_0xda439f(0x256)],0x0))_0x8ca338=_0x3795e7[_0xda439f(0x22d)];else{if(_0x4e97fe){const _0x22ffa9=_0x2c4cf5[_0xda439f(0x320)](typeof _0x4e97fe[_0xda439f(0x234)],_0x2c4cf5[_0xda439f(0x296)])?_0x4e97fe['getData'](_0x2c4cf5['YTbRA'],[]):_0x4e97fe[_0xda439f(0x22d)]||[];Array[_0xda439f(0x242)](_0x22ffa9)&&(_0x8ca338=_0x22ffa9);}}_0x349f96=_0x8ca338;}logger[_0xda439f(0x399)](_0xda439f(0x2fb)+JSON['stringify'](_0x349f96));const _0x5e3427=this[_0xda439f(0x361)](_0x130a48,_0x25a569[_0xda439f(0x1cd)],_0x25a569[_0xda439f(0x215)]);logger['debug'](_0xda439f(0x35d)+_0x5e3427+_0xda439f(0x1ff)+this[_0xda439f(0x37a)]);const _0x552479=this[_0xda439f(0x20f)](_0x349f96,_0x130a48,_0x12a965),_0x4bc601=_0x2c4cf5[_0xda439f(0x23b)](_0x5e3427,_0x552479),_0x5a47d3=CLIUtils['getCurrentInstanceName']();this[_0xda439f(0x1fb)][_0xda439f(0x1bd)](_0x5a47d3,_0x4bc601),global[_0xda439f(0x306)]?.[_0xda439f(0x360)]&&global['Context'][_0xda439f(0x360)]()[_0xda439f(0x37f)](_0x4bc601),logger[_0xda439f(0x1e6)](_0xda439f(0x366)+(_0x130a48?.['getPlatformIndex']?.()||_0x2c4cf5[_0xda439f(0x2dd)])+_0xda439f(0x350)+_0x4bc601),_0x4bc601?(global['accessibilityPlatform']=!![],process[_0xda439f(0x1ee)][_0xda439f(0x276)]=_0x2c4cf5[_0xda439f(0x2f8)],this[_0xda439f(0x397)]()):global[_0xda439f(0x267)]=![];}catch(_0x45743b){logger[_0xda439f(0x342)](_0xda439f(0x1cf)+(_0x45743b[_0xda439f(0x33e)]||_0x45743b[_0xda439f(0x1eb)]));const _0x342d04=CLIUtils[_0xda439f(0x374)]();this[_0xda439f(0x1fb)]['set'](_0x342d04,![]),global[_0xda439f(0x267)]=![];}}[a104_0x5c7aa4(0x25f)](){const _0x2765a8=a104_0x5c7aa4;return this[_0x2765a8(0x21f)][_0x2765a8(0x2f1)](_0x42a20e=>_0x42a20e[_0x2765a8(0x1ea)]()===_0x2765a8(0x211))?.[_0x2765a8(0x1b8)]()||'';}[a104_0x5c7aa4(0x3a7)](_0x596c0f){const _0x2a0bc3=a104_0x5c7aa4;try{const _0x7afef8=this[_0x2a0bc3(0x27e)]?.['options']?.[_0x2a0bc3(0x2e4)]||[],_0x166706=_0x7afef8['find'](_0x2af4c3=>_0x2af4c3[_0x2a0bc3(0x388)]===_0x596c0f);return _0x166706?_0x166706[_0x2a0bc3(0x1dd)]:null;}catch(_0x120726){return logger[_0x2a0bc3(0x1e6)](_0x2a0bc3(0x253)+_0x596c0f+':\x20'+_0x120726[_0x2a0bc3(0x1eb)]),null;}}async[a104_0x5c7aa4(0x35b)](_0x5512e2,_0x542765){const _0x1831d8=a104_0x5c7aa4,_0x460cad=_0x5512e2[_0x1831d8(0x33f)]()[_0x1831d8(0x23c)](),_0x258d82=_0x460cad[_0x1831d8(0x2e3)](),_0x3310cf=_0x460cad[_0x1831d8(0x200)]()?.[_0x1831d8(0x396)]();scripts[_0x1831d8(0x347)](_0x258d82,_0x3310cf),scripts[_0x1831d8(0x394)]();const _0x1dd027=_0x460cad[_0x1831d8(0x314)]();this[_0x1831d8(0x21f)]=_0x460cad['getCapabilitiesList'](),await this[_0x1831d8(0x2cc)](_0x1dd027,_0x542765[_0x1831d8(0x215)]);}async['setAccessibilityToken'](_0x192300,_0x53801d={}){const _0x34c553=a104_0x5c7aa4,_0x44895d={'mRxEJ':function(_0x1786b2,_0x5ebf96){return _0x1786b2===_0x5ebf96;},'GPzZi':'accessibilityToken','DbUfR':_0x34c553(0x338),'tLRaS':function(_0xfb3ce,_0x45dc0e){return _0xfb3ce(_0x45dc0e);},'NGQZS':_0x34c553(0x1d7),'QbbqM':'../../../helpers/helper','xWTnE':function(_0x290e68,_0x5d58ae){return _0x290e68(_0x5d58ae);},'PYRuz':function(_0x1c655c,_0x145157){return _0x1c655c===_0x145157;},'BWwjH':_0x34c553(0x29d),'fesEY':_0x34c553(0x27f),'nifBH':_0x34c553(0x33a),'YktuH':_0x34c553(0x34c),'dOWAB':_0x34c553(0x1d6),'thkkX':_0x34c553(0x2d8),'mfeJr':_0x34c553(0x227),'ygJdC':function(_0x1820d6,_0x51268b){return _0x1820d6===_0x51268b;},'Ibjew':function(_0x49c52c,_0x222991){return _0x49c52c===_0x222991;},'MWbyj':_0x34c553(0x2d6)};global['__accessibilityOptions']=global[_0x34c553(0x371)]||{};for(const _0x53ff99 of _0x192300){logger[_0x34c553(0x399)](_0x34c553(0x2a9)+_0x53ff99[_0x34c553(0x1ea)]()+'\x20value='+_0x53ff99[_0x34c553(0x1b8)]());if(_0x44895d[_0x34c553(0x2b9)](_0x53ff99[_0x34c553(0x1ea)](),_0x44895d[_0x34c553(0x2cf)])){const _0x4d2d05=_0x53ff99[_0x34c553(0x1b8)]();process[_0x34c553(0x1ee)][_0x34c553(0x271)]=_0x4d2d05,global[_0x34c553(0x371)][_0x44895d[_0x34c553(0x22e)]]=_0x4d2d05;const _0x5ef391=_0x44895d[_0x34c553(0x29b)](require,_0x44895d[_0x34c553(0x20e)]),{isTrue:_0x5adb08}=_0x44895d[_0x34c553(0x29b)](require,_0x44895d[_0x34c553(0x346)]),_0x45545a=_0x5ef391[_0x34c553(0x214)](_0x4d2d05);_0x45545a&&_0x44895d['xWTnE'](_0x5adb08,_0x45545a[_0x34c553(0x30d)])&&(process[_0x34c553(0x1ee)][_0x34c553(0x2c4)]=!![]);}else{if(_0x44895d['PYRuz'](_0x53ff99[_0x34c553(0x1ea)](),_0x44895d[_0x34c553(0x246)]))global[_0x34c553(0x371)][_0x44895d[_0x34c553(0x1e9)]]=_0x53ff99[_0x34c553(0x1b8)]();else{if(_0x44895d[_0x34c553(0x2e8)](_0x53ff99[_0x34c553(0x1ea)](),_0x44895d[_0x34c553(0x268)]))global[_0x34c553(0x371)][_0x44895d[_0x34c553(0x1e0)]]=_0x53ff99[_0x34c553(0x1b8)]();else{if(_0x44895d[_0x34c553(0x2b9)](_0x53ff99['getName'](),_0x44895d['dOWAB']))global[_0x34c553(0x371)][_0x44895d[_0x34c553(0x30a)]]=_0x53ff99[_0x34c553(0x1b8)]();else{if(_0x44895d[_0x34c553(0x2e8)](_0x53ff99[_0x34c553(0x1ea)](),_0x44895d['mfeJr'])){const _0x218ceb=_0x53ff99[_0x34c553(0x1b8)]();process[_0x34c553(0x1ee)][_0x34c553(0x1e8)]=_0x44895d[_0x34c553(0x29b)](String,_0x44895d[_0x34c553(0x393)](_0x218ceb,!![])||_0x44895d['Ibjew'](_0x218ceb,_0x44895d[_0x34c553(0x368)])),logger['debug'](_0x34c553(0x232)+_0x218ceb+_0x34c553(0x299)+process[_0x34c553(0x1ee)][_0x34c553(0x1e8)]);}}}}}}}async['onAfterTest'](_0x5a67ee){const _0x253f28=a104_0x5c7aa4,_0x1ca374={};_0x1ca374[_0x253f28(0x2ae)]=function(_0x24f3e0,_0xe42c45){return _0x24f3e0!==_0xe42c45;},_0x1ca374['lmNyL']=_0x253f28(0x2ba),_0x1ca374[_0x253f28(0x2f6)]=function(_0x54e959,_0x3b65a4){return _0x54e959!==_0x3b65a4;},_0x1ca374['NDMVQ']='jest',_0x1ca374['XIkFY']='testcafe',_0x1ca374['LgZuA']=_0x253f28(0x1d5);const _0x1fe540=_0x1ca374;if(_0x1fe540[_0x253f28(0x2ae)](_0x5a67ee[_0x253f28(0x2d9)],_0x1fe540[_0x253f28(0x3a9)])&&_0x1fe540[_0x253f28(0x2f6)](_0x5a67ee[_0x253f28(0x2d9)],_0x1fe540[_0x253f28(0x22b)])&&_0x1fe540['VWEBn'](_0x5a67ee[_0x253f28(0x2d9)],_0x1fe540['XIkFY'])){logger[_0x253f28(0x1e6)](_0x253f28(0x2fd)+_0x5a67ee[_0x253f28(0x2d9)]+')');return;}const _0x41135c=_0x5a67ee['testInfo']?.[_0x253f28(0x329)]||_0x5a67ee[_0x253f28(0x24d)]?.['id']||global[_0x253f28(0x2a8)];logger[_0x253f28(0x399)](_0x253f28(0x264)+_0x5a67ee['testFramework']+',\x20testIdentifier='+_0x41135c);try{const _0x3f5d42=_0x5a67ee[_0x253f28(0x2df)]||AutomationFramework[_0x253f28(0x349)](),_0x42932c=CLIUtils[_0x253f28(0x374)](),_0x3a4187=this[_0x253f28(0x25c)]();logger[_0x253f28(0x1e6)](_0x253f28(0x366)+(_0x3f5d42?.[_0x253f28(0x23a)]?.()||_0x1fe540[_0x253f28(0x2d2)])+']\x20onAfterTest\x20should\x20scan='+_0x3a4187),_0x3a4187&&await this['stopTestCapture'](_0x3f5d42,_0x5a67ee),this[_0x253f28(0x1fb)][_0x253f28(0x26b)](_0x42932c),this[_0x253f28(0x2e2)][_0x253f28(0x26b)](_0x42932c);}catch(_0x1b5783){logger[_0x253f28(0x342)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x1b5783['stack']||_0x1b5783[_0x253f28(0x1eb)]));}}async['stopTestCapture'](_0x398436,_0x197746){const _0x485870=a104_0x5c7aa4,_0xf434ee={};_0xf434ee['ZDImZ']=function(_0x584fbd,_0x3d52ce){return _0x584fbd===_0x3d52ce;},_0xf434ee['IeDTn']='function',_0xf434ee['yoGkr']=_0x485870(0x265),_0xf434ee[_0x485870(0x2a2)]='cucumber',_0xf434ee[_0x485870(0x323)]=function(_0x57f62a,_0x136094){return _0x57f62a===_0x136094;},_0xf434ee['Eufcm']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0xf434ee[_0x485870(0x369)]=_0x485870(0x1fb),_0xf434ee[_0x485870(0x331)]='saveResults',_0xf434ee['zyZAW']=_0x485870(0x1d5),_0xf434ee[_0x485870(0x38e)]=_0x485870(0x390),_0xf434ee[_0x485870(0x1bc)]='null',_0xf434ee[_0x485870(0x348)]=function(_0xaa80a,_0x35e01b){return _0xaa80a||_0x35e01b;},_0xf434ee['ZwHSe']=function(_0x2f5be7,_0x257498){return _0x2f5be7||_0x257498;},_0xf434ee['MRstT']=_0x485870(0x2c1),_0xf434ee[_0x485870(0x316)]='AUTOMATION_SESSIONS',_0xf434ee[_0x485870(0x20b)]=_0x485870(0x302);const _0x182f72=_0xf434ee;try{const _0x2815e4=_0x197746['testFramework']||(_0x182f72[_0x485870(0x2fe)](this['testFrameworkData']?.[_0x485870(0x388)]?.[_0x485870(0x213)](),_0x182f72['yoGkr'])?_0x182f72[_0x485870(0x1fd)]:_0x182f72[_0x485870(0x2a2)]);let _0x3c0f78='',_0x1429a5=null,_0x47797a=null;if(_0x182f72['qGpmb'](_0x2815e4,_0x182f72['yoGkr'])){_0x1429a5=_0x197746[_0x485870(0x24d)]?.[_0x485870(0x329)]||_0x197746[_0x485870(0x24d)]?.['id']||global[_0x485870(0x2a8)];if(!_0x1429a5){logger[_0x485870(0x220)](_0x182f72[_0x485870(0x35f)]);return;}try{const _0x16a3b2=await GrpcClient[_0x485870(0x1db)]()[_0x485870(0x1d3)](process['env'][_0x485870(0x21c)],_0x182f72[_0x485870(0x369)],_0x182f72[_0x485870(0x331)],_0x1429a5),_0x5f1a0e=AccessibilityModule[_0x485870(0x210)](null,_0x16a3b2);_0x3c0f78=_0x5f1a0e?.['thTestRunUuid']||'',logger[_0x485870(0x1e6)](_0x485870(0x28a)+_0x3c0f78+_0x485870(0x327)+_0x1429a5),_0x47797a=_0x16a3b2;}catch(_0x11b542){logger[_0x485870(0x342)](_0x485870(0x1f2)+_0x11b542['message']);return;}}else{const _0x9ac798=this[_0x485870(0x383)](_0x197746);_0x3c0f78=TestInfo[_0x485870(0x315)](_0x9ac798);}const _0x5f4184=((()=>{const _0x332045=_0x485870,_0x5ff9ab=(this[_0x332045(0x27e)]?.[_0x332045(0x270)]?.[_0x332045(0x2e4)]||[])[_0x332045(0x2f1)](_0x3b65c5=>(typeof _0x3b65c5[_0x332045(0x1ea)]===_0x332045(0x293)?_0x3b65c5[_0x332045(0x1ea)]():_0x3b65c5[_0x332045(0x388)])===this[_0x332045(0x281)]);return _0x5ff9ab?_0x182f72[_0x332045(0x2fe)](typeof _0x5ff9ab[_0x332045(0x1b8)],_0x182f72[_0x332045(0x3a2)])?_0x5ff9ab['getValue']():_0x5ff9ab[_0x332045(0x1dd)]:'';})()),_0x2b963d=process[_0x485870(0x1ee)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x485870(0x366)+(_0x398436?.['getPlatformIndex']?.()||_0x182f72['zyZAW'])+_0x485870(0x254)+_0x3c0f78+_0x485870(0x223)+_0x5f4184+_0x485870(0x1dc)+(_0x2b963d?_0x182f72[_0x485870(0x38e)]:_0x182f72['SebRW']));let _0x170609;if(_0x182f72[_0x485870(0x323)](_0x2815e4,_0x182f72[_0x485870(0x1fd)]))_0x170609=AccessibilityModule[_0x485870(0x210)](_0x3c0f78,_0x47797a);else{const _0x2e9569=await GrpcClient[_0x485870(0x1db)]()[_0x485870(0x1d3)](process[_0x485870(0x1ee)][_0x485870(0x21c)],_0x182f72['dOZKa'],_0x182f72[_0x485870(0x331)]);_0x170609=AccessibilityModule[_0x485870(0x210)](_0x3c0f78,_0x2e9569);}logger[_0x485870(0x1e6)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x485870(0x233)](_0x170609));const _0x552224=Object[_0x485870(0x33c)]({},{'thTestRunUuid':_0x182f72['inYPz'](_0x3c0f78,''),'thBuildUuid':_0x182f72[_0x485870(0x348)](_0x5f4184,''),'thJwtToken':_0x182f72[_0x485870(0x208)](_0x2b963d,'')},_0x170609);!this[_0x485870(0x37a)]&&this[_0x485870(0x1d0)]()&&(_0x552224[_0x485870(0x1cc)]=!![],logger[_0x485870(0x1e6)](_0x182f72[_0x485870(0x39b)]));logger[_0x485870(0x1e6)](_0x485870(0x307)+_0x3c0f78+',\x20isAppAccessibility='+this[_0x485870(0x37a)]);let _0x5053b0=global[_0x485870(0x2d3)]?.['pwPage']||null;!_0x5053b0&&(_0x5053b0=AutomationFramework[_0x485870(0x1f9)](_0x398436,_0x182f72[_0x485870(0x316)],null)),!_0x5053b0&&(_0x5053b0=AutomationFramework[_0x485870(0x1f9)](_0x398436,_0x182f72[_0x485870(0x20b)],null)),await this[_0x485870(0x295)](this[_0x485870(0x25c)](),_0x3c0f78,_0x5053b0,_0x552224,this[_0x485870(0x37a)]);}catch(_0x568661){logger[_0x485870(0x342)](_0x485870(0x1ec)+(_0x568661[_0x485870(0x33e)]||_0x568661[_0x485870(0x1eb)]));}}async[a104_0x5c7aa4(0x295)](_0x8d838e,_0x3e97e9,_0x47a895,_0xcbd2c4,_0x878986){const _0x14abed=a104_0x5c7aa4,_0x4cb5ab={};_0x4cb5ab[_0x14abed(0x231)]=_0x14abed(0x225),_0x4cb5ab[_0x14abed(0x34f)]=function(_0x3b65b3,_0x5ae50f){return _0x3b65b3&&_0x5ae50f;},_0x4cb5ab['CFRJS']=_0x14abed(0x26c),_0x4cb5ab[_0x14abed(0x330)]=function(_0x20d1ea,_0x72fa39){return _0x20d1ea===_0x72fa39;},_0x4cb5ab[_0x14abed(0x25a)]=_0x14abed(0x204),_0x4cb5ab[_0x14abed(0x2c8)]=function(_0x5c5e9c,_0x15bd2f){return _0x5c5e9c===_0x15bd2f;},_0x4cb5ab[_0x14abed(0x379)]=_0x14abed(0x2db),_0x4cb5ab[_0x14abed(0x32e)]=_0x14abed(0x266),_0x4cb5ab[_0x14abed(0x376)]=_0x14abed(0x230),_0x4cb5ab[_0x14abed(0x21e)]=_0x14abed(0x1f8),_0x4cb5ab[_0x14abed(0x2a5)]=function(_0x2327cb,_0x5f03b2){return _0x2327cb&&_0x5f03b2;},_0x4cb5ab[_0x14abed(0x359)]=_0x14abed(0x317),_0x4cb5ab[_0x14abed(0x31e)]=_0x14abed(0x31d),_0x4cb5ab[_0x14abed(0x2de)]=_0x14abed(0x29a);const _0x1d6a80=_0x4cb5ab;try{const _0x199997=this[_0x14abed(0x336)](_0x1d6a80[_0x14abed(0x231)]);if(_0x1d6a80[_0x14abed(0x34f)](!_0x878986,!_0x199997)){logger[_0x14abed(0x1e6)](_0x1d6a80['CFRJS']);return;}if(!_0x3e97e9||_0x1d6a80[_0x14abed(0x330)](_0x3e97e9,_0x1d6a80[_0x14abed(0x25a)])||_0x1d6a80[_0x14abed(0x2c8)](_0x3e97e9,'')){logger[_0x14abed(0x1e6)](_0x1d6a80[_0x14abed(0x379)]);return;}logger[_0x14abed(0x1e6)](_0x14abed(0x1d8)+JSON[_0x14abed(0x233)](_0xcbd2c4)),_0x8d838e&&(logger[_0x14abed(0x1e6)](_0x1d6a80[_0x14abed(0x32e)]),await this[_0x14abed(0x285)](_0x47a895,_0x3e97e9,_0x1d6a80['EGmEC'],_0xcbd2c4,_0x878986,_0x1d6a80[_0x14abed(0x21e)]),_0x1d6a80[_0x14abed(0x2a5)](!_0x878986,_0x199997)&&(logger[_0x14abed(0x1e6)](_0x1d6a80[_0x14abed(0x359)]),await PerformanceTester[_0x14abed(0x1d1)](_0x1d6a80['xUxQp'],async()=>{const _0x5c8272=_0x14abed;await this['performScanForCli'](_0x47a895,_0x3e97e9,_0x1d6a80[_0x5c8272(0x231)],_0xcbd2c4,_0x878986,_0x1d6a80[_0x5c8272(0x231)]);})()),logger[_0x14abed(0x399)](_0x1d6a80[_0x14abed(0x2de)]));}catch(_0x33b0e5){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x33b0e5[_0x14abed(0x33e)]||_0x33b0e5[_0x14abed(0x1eb)]));}}async['onBeforeExecute'](_0x4b1400){const _0x466782=a104_0x5c7aa4,_0x2acf94={};_0x2acf94['MqPUp']=function(_0x15a6fb,_0x3c27f6){return _0x15a6fb!==_0x3c27f6;},_0x2acf94[_0x466782(0x2fa)]=_0x466782(0x2ba),_0x2acf94[_0x466782(0x1df)]=function(_0x4eb29e,_0x374b54){return _0x4eb29e!==_0x374b54;},_0x2acf94[_0x466782(0x39c)]=_0x466782(0x265),_0x2acf94[_0x466782(0x398)]=function(_0x3357f0,_0x537344){return _0x3357f0!==_0x537344;},_0x2acf94[_0x466782(0x2a0)]=_0x466782(0x278),_0x2acf94[_0x466782(0x297)]='unknown',_0x2acf94[_0x466782(0x2e5)]=_0x466782(0x212),_0x2acf94[_0x466782(0x310)]=function(_0x43c0aa,_0x36a684){return _0x43c0aa===_0x36a684;},_0x2acf94[_0x466782(0x2b6)]=_0x466782(0x26f),_0x2acf94[_0x466782(0x291)]='accessibility',_0x2acf94[_0x466782(0x2bd)]=_0x466782(0x2cd),_0x2acf94[_0x466782(0x304)]='test_run_id',_0x2acf94[_0x466782(0x2f5)]='testhub_build_uuid',_0x2acf94[_0x466782(0x247)]=function(_0x1c4811,_0x4b2175){return _0x1c4811===_0x4b2175;},_0x2acf94[_0x466782(0x354)]='scan',_0x2acf94[_0x466782(0x392)]='null';const _0x552c8c=_0x2acf94;if(_0x552c8c[_0x466782(0x1de)](_0x4b1400['testFramework'],_0x552c8c[_0x466782(0x2fa)])&&_0x552c8c[_0x466782(0x1df)](_0x4b1400[_0x466782(0x2d9)],_0x552c8c[_0x466782(0x39c)])&&_0x552c8c[_0x466782(0x398)](_0x4b1400[_0x466782(0x2d9)],_0x552c8c[_0x466782(0x2a0)])){logger[_0x466782(0x1e6)](_0x466782(0x245)+_0x4b1400[_0x466782(0x2d9)]+')');return;}logger[_0x466782(0x1e6)](_0x466782(0x36d)+(_0x4b1400[_0x466782(0x3ab)]||_0x552c8c[_0x466782(0x297)])+_0x466782(0x2be)+_0x4b1400[_0x466782(0x2d9)]);try{const _0x378b7e=_0x4b1400[_0x466782(0x2df)]||AutomationFramework[_0x466782(0x349)](),_0x527fef=TestFramework[_0x466782(0x349)](),_0x5e2f69=_0x4b1400[_0x466782(0x3ab)]||_0x4b1400[_0x466782(0x2c7)]?.[_0x466782(0x1ea)]();if(!_0x5e2f69){logger[_0x466782(0x1e6)](_0x552c8c[_0x466782(0x2e5)]);return;}if(!this[_0x466782(0x25c)]()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x5e2f69);return;}if(!this['shouldScanForCommand'](_0x5e2f69)){logger[_0x466782(0x1e6)](_0x466782(0x37b)+_0x5e2f69+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x189cff=_0x4b1400[_0x466782(0x280)]||global['__workerDetails']?.['pwPage'];if(!_0x189cff){logger[_0x466782(0x1e6)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x5e2f69);return;}let _0x16a8ca='',_0x56aec7=null;if(_0x552c8c[_0x466782(0x310)](_0x4b1400[_0x466782(0x2d9)],_0x552c8c[_0x466782(0x39c)])){_0x56aec7=_0x4b1400['testInfo']?.[_0x466782(0x329)]||_0x4b1400[_0x466782(0x24d)]?.['id']||global[_0x466782(0x2a8)];if(!_0x56aec7){logger[_0x466782(0x220)](_0x552c8c[_0x466782(0x2b6)]);return;}try{const _0xfce0d6=await GrpcClient['getInstance']()[_0x466782(0x1d3)](process[_0x466782(0x1ee)][_0x466782(0x21c)],_0x552c8c['Opjlp'],_0x552c8c[_0x466782(0x2bd)],_0x56aec7),_0x15b6f2=AccessibilityModule[_0x466782(0x210)](null,_0xfce0d6);_0x16a8ca=_0x15b6f2?.[_0x466782(0x2e9)]||'',logger[_0x466782(0x1e6)](_0x466782(0x2c0)+_0x16a8ca+_0x466782(0x327)+_0x56aec7);}catch(_0x54c0a8){logger['error'](_0x466782(0x2b0)+_0x54c0a8[_0x466782(0x1eb)]);return;}}else _0x16a8ca=this[_0x466782(0x3a7)](_0x552c8c[_0x466782(0x304)])||'',!_0x16a8ca&&this[_0x466782(0x1d0)]()&&(_0x16a8ca=accessibilityHelper[_0x466782(0x312)]());const _0x19c238=this[_0x466782(0x3a7)](_0x552c8c[_0x466782(0x2f5)])||this['accessibilityConfig'][this[_0x466782(0x281)]]||null,_0x9a7c85=process[_0x466782(0x1ee)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x22af88=this[_0x466782(0x1d4)](_0x5e2f69,_0x16a8ca,_0x19c238,_0x9a7c85),_0x12112e=_0x552c8c[_0x466782(0x247)](_0x4b1400[_0x466782(0x2d9)],_0x552c8c[_0x466782(0x39c)])?await AccessibilityModule[_0x466782(0x2b2)](_0x552c8c[_0x466782(0x354)],_0x16a8ca,_0x56aec7):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x552c8c[_0x466782(0x354)],_0x16a8ca);logger[_0x466782(0x399)](_0x466782(0x1c9)+(_0x22af88?JSON['stringify'](_0x22af88):_0x552c8c[_0x466782(0x392)]));const _0x4ff502=CLIUtils[_0x466782(0x250)](_0x22af88,_0x12112e);logger[_0x466782(0x399)]('MergedScanArgs:\x20'+(_0x4ff502?JSON[_0x466782(0x233)](_0x4ff502):_0x552c8c[_0x466782(0x392)])),logger[_0x466782(0x1e6)](_0x466782(0x1c0)+_0x5e2f69);const _0x3778cd=await this['performScanForCli'](_0x189cff,_0x16a8ca,_0x5e2f69,_0x4ff502,this[_0x466782(0x37a)]);logger[_0x466782(0x1e6)](_0x466782(0x1b7)+_0x5e2f69+',\x20\x0a\x20'+JSON[_0x466782(0x233)](_0x3778cd));}catch(_0x2ffbc9){logger[_0x466782(0x342)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x2ffbc9[_0x466782(0x33e)]||_0x2ffbc9[_0x466782(0x1eb)]));}}[a104_0x5c7aa4(0x2ec)](){const _0x44e7b2=a104_0x5c7aa4;return this[_0x44e7b2(0x25c)]();}['setShouldScanCurrentTest'](_0x23d0bd){const _0x40d478=a104_0x5c7aa4,_0x4aa60a=CLIUtils[_0x40d478(0x374)]();this[_0x40d478(0x1fb)][_0x40d478(0x1bd)](_0x4aa60a,_0x23d0bd);}async[a104_0x5c7aa4(0x298)](_0x1375e1){const _0x2a87b1=a104_0x5c7aa4,_0x5a9d89={};_0x5a9d89[_0x2a87b1(0x2b5)]=_0x2a87b1(0x1d5);const _0x4a7a2a=_0x5a9d89;try{const _0x11edcc=_0x1375e1[_0x2a87b1(0x2df)]||AutomationFramework['getTrackedInstance'](),_0x59c4f=_0x11edcc?.['getData']?.()?.[_0x2a87b1(0x28b)]?.(this['KEY_INIT'])||![];if(_0x59c4f)return;PerformanceTester[_0x2a87b1(0x275)](EVENTS[_0x2a87b1(0x283)]);const _0x103b05=await GrpcClient[_0x2a87b1(0x1db)]()[_0x2a87b1(0x294)](_0x1375e1);_0x103b05&&_0x103b05[_0x2a87b1(0x33f)]&&_0x103b05[_0x2a87b1(0x33f)]()&&_0x103b05[_0x2a87b1(0x33f)]()['getSuccess']()?(await this[_0x2a87b1(0x32b)](_0x103b05,_0x1375e1),_0x11edcc?.['getData']&&_0x11edcc['getData']()[_0x2a87b1(0x1bd)](this['KEY_INIT'],!![]),logger[_0x2a87b1(0x1e6)]('[platform\x20-\x20'+(_0x11edcc?.[_0x2a87b1(0x23a)]?.()||_0x4a7a2a['chCPK'])+_0x2a87b1(0x273))):logger[_0x2a87b1(0x1e6)](_0x2a87b1(0x366)+(_0x11edcc?.[_0x2a87b1(0x23a)]?.()||_0x4a7a2a[_0x2a87b1(0x2b5)])+_0x2a87b1(0x2ef)),PerformanceTester[_0x2a87b1(0x217)](EVENTS[_0x2a87b1(0x283)]);}catch(_0x3c51e2){PerformanceTester[_0x2a87b1(0x217)](EVENTS[_0x2a87b1(0x283)],![],_0x3c51e2['message']),logger[_0x2a87b1(0x342)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x3c51e2[_0x2a87b1(0x33e)]||_0x3c51e2[_0x2a87b1(0x1eb)]));}}async['loadAccessibilityConfig'](_0x4313a6,_0x2cc27d){const _0x51a1e5=a104_0x5c7aa4;await this[_0x51a1e5(0x35b)](_0x4313a6,_0x2cc27d);const _0x5e0164=_0x4313a6[_0x51a1e5(0x33f)]()['getOptions']();if(_0x5e0164){const _0x6893ab=_0x4313a6[_0x51a1e5(0x2c3)]&&_0x4313a6[_0x51a1e5(0x2c3)]();_0x6893ab&&(this[_0x51a1e5(0x27e)][this['KEY_TESTHUB_BUILD_ID']]=_0x6893ab[_0x51a1e5(0x2d5)]&&_0x6893ab[_0x51a1e5(0x2d5)]());}}[a104_0x5c7aa4(0x2b4)](_0x6259f2){const _0x1cb685=a104_0x5c7aa4,_0x4cad0b={};_0x4cad0b[_0x1cb685(0x2ca)]=function(_0x340f11,_0x27406d){return _0x340f11===_0x27406d;};const _0x2da5e1=_0x4cad0b;try{if(!_0x6259f2)return![];const _0xc56183=this['accessibilityConfig']?.[_0x1cb685(0x270)]?.[_0x1cb685(0x39f)]?.['commandsList']||[],_0x443994=_0xc56183[_0x1cb685(0x224)](_0x427421=>{const _0x377e0f=_0x1cb685;return _0x427421[_0x377e0f(0x388)]&&_0x2da5e1[_0x377e0f(0x2ca)](_0x427421['name'][_0x377e0f(0x213)](),_0x6259f2[_0x377e0f(0x213)]());});return logger[_0x1cb685(0x1e6)](_0x1cb685(0x2fc)+_0x6259f2+_0x1cb685(0x2e0)+_0x443994+',\x20available\x20commands:\x20'+JSON[_0x1cb685(0x233)](_0xc56183[_0x1cb685(0x363)](_0x4ad536=>_0x4ad536[_0x1cb685(0x388)]))),_0x443994;}catch(_0x56890e){return logger[_0x1cb685(0x1e6)](_0x1cb685(0x2bf)+_0x56890e[_0x1cb685(0x1eb)]),![];}}[a104_0x5c7aa4(0x31b)](_0x1fac56){const _0x17f829=a104_0x5c7aa4,_0x9138fe={};_0x9138fe['AgaZF']=function(_0x1a190c,_0x462fa4){return _0x1a190c===_0x462fa4;},_0x9138fe[_0x17f829(0x3a1)]=_0x17f829(0x1fc),_0x9138fe['GXCmD']=_0x17f829(0x33b);const _0x495e0c=_0x9138fe,_0x3d4b70=_0x1fac56[_0x17f829(0x386)]&&_0x1fac56[_0x17f829(0x386)]();return _0x3d4b70&&_0x495e0c[_0x17f829(0x326)](typeof _0x3d4b70,_0x495e0c[_0x17f829(0x3a1)])&&_0x3d4b70[_0x17f829(0x21a)](_0x495e0c[_0x17f829(0x308)]);}[a104_0x5c7aa4(0x1f3)](_0x3ef1a8){const _0xa7b04c=a104_0x5c7aa4,_0x516385={};_0x516385['cbecb']=function(_0x25bfbb,_0x4d5069){return _0x25bfbb!==_0x4d5069;},_0x516385[_0xa7b04c(0x32f)]=_0xa7b04c(0x1fc),_0x516385[_0xa7b04c(0x23f)]=_0xa7b04c(0x1fb),_0x516385[_0xa7b04c(0x39e)]='performScan',_0x516385['yGMwj']=_0xa7b04c(0x284),_0x516385['wNgNr']='saveTestResults';const _0x2e2e03=_0x516385,_0x393ff2=_0x3ef1a8[_0xa7b04c(0x386)]&&_0x3ef1a8[_0xa7b04c(0x386)]();if(!_0x393ff2||_0x2e2e03[_0xa7b04c(0x22c)](typeof _0x393ff2,_0x2e2e03[_0xa7b04c(0x32f)]))return![];return _0x393ff2[_0xa7b04c(0x21a)](_0x2e2e03[_0xa7b04c(0x23f)])||_0x393ff2[_0xa7b04c(0x21a)](_0x2e2e03['dBkcr'])||_0x393ff2['includes'](_0x2e2e03['yGMwj'])||_0x393ff2['includes'](_0x2e2e03[_0xa7b04c(0x381)]);}[a104_0x5c7aa4(0x1d0)](){const _0x268cd1=a104_0x5c7aa4,_0x2cc441={'osCmu':function(_0x1a4ce0,_0x156edb){return _0x1a4ce0===_0x156edb;},'OfRlk':_0x268cd1(0x293),'kNXFI':function(_0x4d4988,_0x5e2fa7){return _0x4d4988(_0x5e2fa7);},'MXpmh':_0x268cd1(0x1f1),'FvWbw':function(_0x19cf14,_0xfe7532){return _0x19cf14(_0xfe7532);},'kMxNm':_0x268cd1(0x1fa),'OYxRP':function(_0x1d29f1,_0x3e0c51){return _0x1d29f1===_0x3e0c51;},'BPlJn':'android','ZbAay':'chrome'};try{const _0x4c01f7=this['accessibilityConfig']?.[_0x268cd1(0x270)]?.[_0x268cd1(0x2e4)]||[],_0x58cde9=_0x5119ec=>{const _0x2aacf9=_0x268cd1,_0x53d4d1=_0x4c01f7[_0x2aacf9(0x2f1)](_0x1b75a7=>(typeof _0x1b75a7[_0x2aacf9(0x1ea)]===_0x2aacf9(0x293)?_0x1b75a7['getName']():_0x1b75a7[_0x2aacf9(0x388)])===_0x5119ec);return _0x53d4d1?_0x2cc441[_0x2aacf9(0x391)](typeof _0x53d4d1['getValue'],_0x2cc441[_0x2aacf9(0x321)])?_0x53d4d1[_0x2aacf9(0x1b8)]():_0x53d4d1['value']:null;},_0x3b12ea=_0x2cc441[_0x268cd1(0x23e)](_0x58cde9,_0x2cc441[_0x268cd1(0x24e)]),_0x13fba0=_0x2cc441[_0x268cd1(0x25e)](_0x58cde9,_0x2cc441[_0x268cd1(0x3aa)]),_0x1f1d04=global[_0x268cd1(0x259)]||_0x3b12ea&&_0x2cc441[_0x268cd1(0x1cb)](_0x2cc441[_0x268cd1(0x25e)](String,_0x3b12ea)['toLowerCase'](),_0x2cc441[_0x268cd1(0x272)])&&_0x13fba0&&_0x2cc441[_0x268cd1(0x23e)](String,_0x13fba0)[_0x268cd1(0x213)]()['includes'](_0x2cc441[_0x268cd1(0x1c5)]);if(!_0x1f1d04)return![];if(!accessibilityHelper[_0x268cd1(0x227)]())return!this[_0x268cd1(0x23d)]&&(logger[_0x268cd1(0x220)](accessibilityHelper[_0x268cd1(0x1c3)]),this[_0x268cd1(0x23d)]=!![]),![];return!![];}catch(_0x5dbb28){return logger[_0x268cd1(0x1e6)](_0x268cd1(0x36b)+_0x5dbb28[_0x268cd1(0x1eb)]),![];}}['getParamsForScanForCli'](_0x416071,_0x4313ab,_0x43aae6,_0x1c52bd){const _0x24643e=a104_0x5c7aa4,_0x36f628={};_0x36f628[_0x24643e(0x32d)]=function(_0x5519b8,_0x5d20d3){return _0x5519b8||_0x5d20d3;},_0x36f628[_0x24643e(0x2cb)]=function(_0x1310b9,_0x3e51d5){return _0x1310b9&&_0x3e51d5;},_0x36f628[_0x24643e(0x30f)]=_0x24643e(0x356);const _0x382896=_0x36f628;let _0x172f72=_0x382896[_0x24643e(0x32d)](_0x4313ab,'');const _0x3b1acb=!this[_0x24643e(0x37a)]&&this['isMobileWebSession']();_0x382896[_0x24643e(0x2cb)](_0x3b1acb,!_0x172f72)&&(_0x172f72=accessibilityHelper[_0x24643e(0x312)]());const _0x1f60ce={'command':_0x416071,'thTestRunUuid':_0x172f72,'thBuildUuid':_0x382896[_0x24643e(0x32d)](_0x43aae6,''),'thJwtToken':_0x382896[_0x24643e(0x32d)](_0x1c52bd,''),'timestamp':new Date()[_0x24643e(0x2c2)]()};return _0x3b1acb&&(_0x1f60ce[_0x24643e(0x1cc)]=!![],logger[_0x24643e(0x1e6)](_0x382896[_0x24643e(0x30f)])),_0x1f60ce;}['getScriptByName'](_0x581e4a){const _0x4000a4=a104_0x5c7aa4,_0x5ac699={};_0x5ac699[_0x4000a4(0x2a4)]=function(_0x557f47,_0x207992){return _0x557f47||_0x207992;};const _0x2453a6=_0x5ac699;try{const _0xe90c14=this['accessibilityConfig']?.['options']?.[_0x4000a4(0x2bc)]||[],_0x344fd7=_0xe90c14[_0x4000a4(0x2f1)](_0x404070=>_0x404070[_0x4000a4(0x388)]===_0x581e4a);return _0x2453a6['sUWDe'](_0x344fd7,null);}catch(_0x501572){return logger[_0x4000a4(0x1e6)](_0x4000a4(0x1ed)+_0x581e4a+':\x20'+_0x501572[_0x4000a4(0x1eb)]),null;}}async[a104_0x5c7aa4(0x29f)](_0x43904d,_0xf56261,_0x2185c3=null){const _0x1cce8c=a104_0x5c7aa4,_0x26112f={'XTxOF':function(_0x116299,_0x44c0da){return _0x116299(_0x44c0da);},'hswol':'../../playwright/accessibility-helper'};try{if(!_0x43904d)return logger['debug'](_0x1cce8c(0x335)+_0xf56261),null;const _0x356866=this[_0x1cce8c(0x336)](_0xf56261);if(!_0x356866||!_0x356866[_0x1cce8c(0x2c7)])return logger[_0x1cce8c(0x1e6)](_0x1cce8c(0x1e3)+_0xf56261+_0x1cce8c(0x2da)),null;logger[_0x1cce8c(0x1e6)](_0x1cce8c(0x261)+_0xf56261+'\x20accessibility\x20script\x20on\x20page');const _0x5dc4a8=_0x26112f[_0x1cce8c(0x289)](require,_0x26112f[_0x1cce8c(0x20a)]),_0x290196=_0x2185c3?await _0x5dc4a8[_0x1cce8c(0x1c7)](_0x43904d,_0x356866[_0x1cce8c(0x2c7)],_0x2185c3):await _0x5dc4a8[_0x1cce8c(0x1c7)](_0x43904d,_0x356866[_0x1cce8c(0x2c7)]);return _0x290196;}catch(_0x18c577){return logger[_0x1cce8c(0x342)](_0x1cce8c(0x318)+_0xf56261+':\x20'+(_0x18c577[_0x1cce8c(0x33e)]||_0x18c577[_0x1cce8c(0x1eb)])),null;}}async[a104_0x5c7aa4(0x285)](_0x32b999,_0x24d05f,_0x43928e,_0x4ebb87,_0x5086a9,_0x48e118=a104_0x5c7aa4(0x1f8)){const _0x1d7d97=a104_0x5c7aa4,_0xecb914={'Dxoan':function(_0x12526a,_0x3c269c){return _0x12526a===_0x3c269c;},'LYmsF':_0x1d7d97(0x1f8),'UXEzX':function(_0x1141bf,_0x3b8b2a){return _0x1141bf(_0x3b8b2a);},'HZnlQ':'../../playwright/accessibility-helper'};try{logger[_0x1d7d97(0x1e6)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x43928e+_0x1d7d97(0x239)+_0x48e118);const _0x510252=this['getScriptByName'](_0x48e118);if(!_0x510252||!_0x510252[_0x1d7d97(0x2c7)]){logger['debug'](_0x1d7d97(0x339)+_0x48e118+_0x1d7d97(0x31a));return;}if(_0xecb914['Dxoan'](_0x48e118,_0xecb914[_0x1d7d97(0x1f6)])){const _0x4e3b0a=_0xecb914[_0x1d7d97(0x39a)](require,_0xecb914['HZnlQ']),_0x157135={};_0x157135[_0x1d7d97(0x2c7)]=_0x43928e;const _0x3b7537=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1d7d97(0x2a7)],async()=>{return await _0x4e3b0a['browserStackEvaluate'](_0x32b999,_0x510252['command'],_0x4ebb87);},_0x157135)();return logger[_0x1d7d97(0x399)](_0x1d7d97(0x357)+_0x48e118+'\x20result\x20for\x20'+_0x43928e+':\x20'+util['format'](_0x3b7537)),_0x3b7537;}const _0x524c95=_0xecb914['UXEzX'](require,_0xecb914[_0x1d7d97(0x1ca)]),_0x9c60af=await PerformanceTester[_0x1d7d97(0x1d1)](PerformanceA11yEvents[_0x1d7d97(0x1be)],async()=>{const _0x8f3924=_0x1d7d97;return await _0x524c95[_0x8f3924(0x1c7)](_0x32b999,_0x510252['command'],_0x4ebb87);})();return logger[_0x1d7d97(0x399)](_0x1d7d97(0x357)+_0x48e118+'\x20result\x20for\x20'+_0x43928e+':\x20'+util[_0x1d7d97(0x28c)](_0x9c60af)),_0x9c60af;}catch(_0x1d788e){logger[_0x1d7d97(0x342)](_0x1d7d97(0x205)+_0x48e118+':\x20'+(_0x1d788e['stack']||_0x1d788e[_0x1d7d97(0x1eb)]));}}async[a104_0x5c7aa4(0x39d)](_0x15f051){const _0x3c9676=a104_0x5c7aa4,_0x38d0bf={'FHPdQ':function(_0x3aa06e,_0xa66485){return _0x3aa06e(_0xa66485);},'sqFxl':_0x3c9676(0x1d7)};try{const _0x1c5c5c=_0x38d0bf['FHPdQ'](require,_0x38d0bf['sqFxl']);return await _0x1c5c5c[_0x3c9676(0x2f0)](_0x15f051);}catch(_0x2d6159){return logger['error'](_0x3c9676(0x207)+(_0x2d6159[_0x3c9676(0x33e)]||_0x2d6159['message'])),![];}}[a104_0x5c7aa4(0x395)](_0x5818fd,_0xe256d1,_0xf7a97c){const _0x35658c=a104_0x5c7aa4,_0x2a789b={'bQzXh':function(_0x3a42a9,_0xc6a163){return _0x3a42a9(_0xc6a163);},'baHUA':_0x35658c(0x24b),'WrSpM':'\x22browserstack.user\x22:\x22[REDACTED]\x22','MZPxf':_0x35658c(0x26d)};try{const _0x10ebf0=_0x2a789b['bQzXh'](require,_0x2a789b[_0x35658c(0x292)]);_0x10ebf0[_0x35658c(0x395)](_0x5818fd,_0xe256d1,_0xf7a97c);const _0x306470=JSON[_0x35658c(0x233)](_0x5818fd)['replace'](/"browserstack\.user":"[^"]*"/g,_0x2a789b[_0x35658c(0x2d1)])[_0x35658c(0x2f4)](/"browserstack\.key":"[^"]*"/g,_0x2a789b['MZPxf']);logger[_0x35658c(0x1e6)](_0x35658c(0x2ad)+global['accessibilityPlatform']+'\x20'+_0x306470);}catch(_0x325f7b){logger[_0x35658c(0x342)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x325f7b[_0x35658c(0x33e)]||_0x325f7b[_0x35658c(0x1eb)]));}}async[a104_0x5c7aa4(0x34d)](_0x3e466b){const _0x5dd06b=a104_0x5c7aa4,_0x4c692d={};_0x4c692d['ZzcvP']=_0x5dd06b(0x32c),_0x4c692d[_0x5dd06b(0x36c)]=function(_0x39c3f9,_0x53553b){return _0x39c3f9>_0x53553b;},_0x4c692d[_0x5dd06b(0x37d)]=function(_0x279623,_0x2432c1){return _0x279623>_0x2432c1;},_0x4c692d[_0x5dd06b(0x203)]='getResults';const _0x3c56eb=_0x4c692d;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x5dd06b(0x220)](_0x3c56eb[_0x5dd06b(0x252)]),[];const _0x2dc16a=this[_0x5dd06b(0x1d0)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x5dd06b(0x312)]()}:{};_0x3c56eb[_0x5dd06b(0x36c)](Object[_0x5dd06b(0x29e)](_0x2dc16a)[_0x5dd06b(0x256)],0x0)&&logger[_0x5dd06b(0x1e6)](_0x5dd06b(0x370)+JSON[_0x5dd06b(0x233)](_0x2dc16a));const _0x186836=_0x3c56eb[_0x5dd06b(0x37d)](Object[_0x5dd06b(0x29e)](_0x2dc16a)[_0x5dd06b(0x256)],0x0)?await this['executeScriptByName'](_0x3e466b,_0x3c56eb[_0x5dd06b(0x203)],_0x2dc16a):await this[_0x5dd06b(0x29f)](_0x3e466b,_0x3c56eb['OPHxF']);return _0x186836||[];}catch(_0x49734e){return logger['error'](_0x5dd06b(0x34a)+(_0x49734e[_0x5dd06b(0x33e)]||_0x49734e['message'])),[];}}async[a104_0x5c7aa4(0x20d)](_0x516c19){const _0x210380=a104_0x5c7aa4,_0x2346f1={'voBAZ':'scan','KeVxQ':_0x210380(0x2ed),'mTUrx':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','BbNEn':function(_0x81bcfc,_0x1c1bb6){return _0x81bcfc(_0x1c1bb6);},'zDSeH':_0x210380(0x28d),'NGrmc':function(_0x45430a,_0x5496b1){return _0x45430a===_0x5496b1;},'XrMfH':_0x210380(0x265),'KjVrt':_0x210380(0x38c),'ttLJt':_0x210380(0x1fb),'yuRfR':'testhub_build_uuid','sYgnR':'getAccessibilityResultsSummary','LifCz':_0x210380(0x237),'xutZE':_0x210380(0x328),'PVqvF':_0x210380(0x238)};try{if(!this[_0x210380(0x25c)]())return logger[_0x210380(0x220)](_0x2346f1['mTUrx']),{};const _0x509480=_0x2346f1['BbNEn'](require,_0x2346f1[_0x210380(0x311)]),_0x352ccb=_0x509480[_0x210380(0x2ab)](),_0x442ca1=_0x2346f1[_0x210380(0x221)](_0x352ccb?.[_0x210380(0x388)]?.[_0x210380(0x213)](),_0x2346f1[_0x210380(0x31f)]);let _0xa8bd14='',_0xba741e=null,_0x3ede8e=null;if(_0x442ca1){_0xba741e=global['__jestCurrentTestIdentifier']||global[_0x210380(0x2d3)]?.[_0x210380(0x385)]?.['testAnalyticsId']||global[_0x210380(0x2d3)]?.[_0x210380(0x385)]?.['id'];if(!_0xba741e)return logger[_0x210380(0x220)](_0x2346f1[_0x210380(0x2b1)]),{};try{const _0x2ade69=await GrpcClient[_0x210380(0x1db)]()[_0x210380(0x1d3)](process['env'][_0x210380(0x21c)],_0x2346f1[_0x210380(0x26a)],_0x2346f1['KeVxQ'],_0xba741e),_0x2f2ec2=AccessibilityModule[_0x210380(0x210)](null,_0x2ade69);_0xa8bd14=_0x2f2ec2?.[_0x210380(0x2e9)]||'',logger[_0x210380(0x1e6)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xa8bd14+_0x210380(0x327)+_0xba741e);const _0xa2fae3=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x2346f1[_0x210380(0x305)],_0xa8bd14,_0xba741e),_0x351854=this[_0x210380(0x3a7)](_0x2346f1[_0x210380(0x241)])||this[_0x210380(0x27e)][this[_0x210380(0x281)]]||null,_0x538dd9=process['env'][_0x210380(0x341)]||'',_0x135600=this['getParamsForScanForCli'](_0x2346f1[_0x210380(0x24c)],_0xa8bd14,_0x351854,_0x538dd9);_0x3ede8e=_0x509480[_0x210380(0x250)](_0x135600,_0xa2fae3),logger[_0x210380(0x1e6)](_0x210380(0x30e)+JSON[_0x210380(0x233)](_0x3ede8e));}catch(_0x5e5451){return logger[_0x210380(0x342)](_0x210380(0x243)+_0x5e5451[_0x210380(0x1eb)]),{};}}else{_0xa8bd14=this[_0x210380(0x3a7)](_0x2346f1['LifCz'])||'';!_0xa8bd14&&this['isMobileWebSession']()&&(_0xa8bd14=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x108654=this[_0x210380(0x3a7)](_0x2346f1[_0x210380(0x241)])||this[_0x210380(0x27e)][this[_0x210380(0x281)]]||null,_0x359039=process[_0x210380(0x1ee)][_0x210380(0x341)]||'';_0x3ede8e=this['getParamsForScanForCli'](_0x2346f1[_0x210380(0x24c)],_0xa8bd14,_0x108654,_0x359039);}logger[_0x210380(0x1e6)](_0x2346f1[_0x210380(0x384)]),await PerformanceTester[_0x210380(0x1d1)](PerformanceA11yEvents[_0x210380(0x2a7)],async()=>{const _0xf9cdc3=_0x210380,_0xcf8a54=await this['executeScriptByName'](_0x516c19,_0x2346f1[_0xf9cdc3(0x38a)],_0x3ede8e);logger[_0xf9cdc3(0x1e6)](_0xf9cdc3(0x287)+util['format'](_0xcf8a54));},{'command':_0x2346f1[_0x210380(0x24c)]})();const _0x132eb4=await PerformanceTester[_0x210380(0x1d1)](PerformanceA11yEvents[_0x210380(0x35e)],async()=>{const _0x478cd4=_0x210380;return await this[_0x478cd4(0x29f)](_0x516c19,_0x2346f1[_0x478cd4(0x305)],_0x3ede8e);})();if(!_0x132eb4)return logger['debug'](_0x2346f1[_0x210380(0x257)]),{};return _0x132eb4;}catch(_0x10fcd1){return logger[_0x210380(0x342)](_0x210380(0x27c)+(_0x10fcd1[_0x210380(0x33e)]||_0x10fcd1[_0x210380(0x1eb)])),{};}}async[a104_0x5c7aa4(0x30c)](_0x3692b2,_0xe68a7c,_0xaee9c2=null){const _0x3e393b=a104_0x5c7aa4,_0x1e6693={};_0x1e6693[_0x3e393b(0x2c9)]=_0x3e393b(0x206),_0x1e6693[_0x3e393b(0x2d0)]=_0x3e393b(0x235),_0x1e6693[_0x3e393b(0x313)]=_0x3e393b(0x33d);const _0x52b023=_0x1e6693;try{if(!_0x3692b2)return logger['debug'](_0x52b023[_0x3e393b(0x2c9)]),null;if(!_0xe68a7c)return logger[_0x3e393b(0x1e6)](_0x52b023[_0x3e393b(0x2d0)]),null;logger[_0x3e393b(0x1e6)](_0x52b023[_0x3e393b(0x313)]);const _0x94bb24=_0xaee9c2?await _0x3692b2[_0x3e393b(0x34e)](_0xe68a7c,_0xaee9c2):await _0x3692b2[_0x3e393b(0x34e)](_0xe68a7c);return _0x94bb24;}catch(_0x505cf7){return logger['error']('Error\x20in\x20performPageScan:\x20'+(_0x505cf7['stack']||_0x505cf7[_0x3e393b(0x1eb)])),null;}}static[a104_0x5c7aa4(0x210)](_0x3f8837,_0x32773b){const _0x1093cf=a104_0x5c7aa4,_0x5d6561={};_0x5d6561[_0x1093cf(0x248)]='ascii';const _0x469963=_0x5d6561,_0x4100db={};_0x4100db[_0x1093cf(0x2e9)]=_0x3f8837;const _0x20f735=_0x4100db;let _0x4ac8b2={};if(_0x32773b[_0x1093cf(0x1f5)]()&&_0x32773b[_0x1093cf(0x31c)]())try{_0x4ac8b2=JSON[_0x1093cf(0x319)](new Buffer(_0x32773b[_0x1093cf(0x1d9)]())['toString'](_0x469963[_0x1093cf(0x248)]));}catch(_0x367284){logger[_0x1093cf(0x342)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x367284[_0x1093cf(0x1eb)]),_0x4ac8b2={};}return CLIUtils[_0x1093cf(0x250)](_0x20f735,_0x4ac8b2);}static async[a104_0x5c7aa4(0x2b2)](_0x317650,_0x21d345='',_0x2b081f=null){const _0x3d949a=a104_0x5c7aa4,_0x567f16={};_0x567f16[_0x3d949a(0x20c)]=_0x3d949a(0x1bb),_0x567f16['lORoE']=_0x3d949a(0x1fb);const _0x444c04=_0x567f16;try{if(!_0x2b081f&&AccessibilityModule[_0x3d949a(0x345)])return AccessibilityModule[_0x3d949a(0x1f7)];if(!process[_0x3d949a(0x1ee)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x3d949a(0x342)](_0x444c04[_0x3d949a(0x20c)]),{};const _0x53b25c=await GrpcClient[_0x3d949a(0x1db)]()[_0x3d949a(0x1d3)](process[_0x3d949a(0x1ee)][_0x3d949a(0x21c)],_0x444c04[_0x3d949a(0x1fe)],_0x317650,_0x2b081f),_0x3f3950=_0x2b081f?AccessibilityModule[_0x3d949a(0x210)](null,_0x53b25c)?.['thTestRunUuid']||_0x21d345:_0x21d345,_0x5335fb=AccessibilityModule['loadDriverExecuteParams'](_0x3f3950,_0x53b25c);return!_0x2b081f&&(AccessibilityModule[_0x3d949a(0x1f7)]=_0x5335fb,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x5335fb;}catch(_0x597edc){return logger[_0x3d949a(0x342)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x317650+':\x20'+(_0x597edc[_0x3d949a(0x33e)]||_0x597edc[_0x3d949a(0x1eb)])),{};}}}function a104_0x1231(){const _0x1eb895=['../../playwright/accessibility-helper','sYgnR','testInfo','MXpmh','kILIs','mergeObject','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ZzcvP','Error\x20getting\x20capability\x20value\x20for\x20',']\x20clear\x20','KEY_DRIVER_HAS_URL','length','PVqvF','getTestDetails','isMobilePlatform','gtJMg','includeTagsInTestingScope','getCurrentAccessibilityStatus','cQhEz','FvWbw','getGoogleChromeOptions','GiVhB','Executing\x20','8082UhSqRF','snBDL','[AccessibilityModule]\x20onAfterTest:\x20framework=','jest','Performing\x20scan\x20before\x20from\x20cli','accessibilityPlatform','nifBH','has','ttLJt','delete','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','\x22browserstack.key\x22:\x22[REDACTED]\x22','GLhvq','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','options','BS_A11Y_JWT','BPlJn',']\x20Accessibility\x20configuration\x20initialized\x20successfully','../framework/constants/testFrameworkConstants.js','start','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isPlatformSupported:\x20caps\x20are\x20null','testcafe','--headless=new','WWKCU','../framework/testFramework','Error\x20in\x20getAccessibilityResultsSummary:\x20','Unknown\x20Test','accessibilityConfig','browserstack.accessibilityOptions.wcagVersion','page','KEY_TESTHUB_BUILD_ID',',\x20excludeTags=','SDK_ACCESSIBILITY_CONFIG','getResults','performScanForCli','DRIVER_INIT','Scan\x20result:\x20','sGETu','XTxOF','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','get','format','../cliUtils','10696995NdztcD','1816560KygECb','kVnJw','Opjlp','baHUA','function','getAccessibilityConfig','finishScanningForCli','gdCpx','ebggI','initAccessibilityConfig','\x20env=','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','tLRaS','browserVersion','wcagVersion','keys','executeScriptByName','ZNpIP','DRbAm','Polgw','MODULE_NAME','sUWDe','hnLzj','onBeforeExecute','PERFORM_SCAN','__jestCurrentTestIdentifier','name:\x20','gBGkb','getTestFrameworkDetail','758VhbKUF','Processed\x20accessibility\x20caps\x20','IxSKv',',\x20testName=','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','KjVrt','fetchCentralAuthA11yConfig','JlCky','shouldScanForCommand','chCPK','qRWgA','../grpcClient','EVbvd','mRxEJ','cucumber','pPGjM','scriptsList','ikChx',',\x20framework=','Error\x20in\x20shouldScanForCommand:\x20','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','toISOString','getTesthub','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','rodoh','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','command','tRHpI','iQGHo','rtfFi','yHweU','setAccessibilityToken','performScan','qCubL','GPzZi','SVxmu','WrSpM','LgZuA','__workerDetails','../state/automationFrameworkState','getBuildId','true','CREATE','browserstack.accessibilityOptions.scannerProcessingTimeout','testFramework','\x20script\x20available','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','browser_version','MrCIL','cprzt','instance','\x20->\x20','cPRXP','LOG_DISABLED_SHOWN','getScriptsList','capabilitiesList','IJigA','ggqFT','Aunhl','PYRuz','thTestRunUuid','DRIVER_HAS_URL','PHAtS','shouldScanCurrentTest','getResultsSummary','\x20browser\x20version\x20greater\x20than\x20',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','platformValidation','find','tcMZh','CUdEd','replace','wmxmQ','VWEBn','isEnabled','LdMSq','latest','xUsOr','test-tags-->\x20','shouldScanForCommand:\x20','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','ZDImZ','excludeTagsInTestingScope','--headless=','onAfterTest','NON_BROWSERSTACK_AUTOMATION_SESSIONS','203ttaUYi','Szemr','KeVxQ','Context','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','GXCmD','chromeOptions','thkkX','setLogDisabledShown','performPageScan','skipCDPConnectOverride','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','kBLPT','gVQnb','zDSeH','resolveMobileThTestRunUuid','GciRb','getCapabilitiesList','getTestUUID','iYvuh','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','Error\x20executing\x20script\x20','parse','\x20script\x20available\x20in\x20scriptsList','isBrowserstackScriptCommand','hasAccessibilityExecuteParams','a11y:save-results','xUxQp','XrMfH','WPSUH','OfRlk','ACCESSIBILITY_INITIALIZED','qGpmb','KEY_INIT','EPsvj','AgaZF','\x20from\x20testIdentifier=','Performing\x20scan\x20before\x20getting\x20results\x20summary','testAnalyticsId','bind','loadAccessibilityConfig','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','iJSze','NSQAI','laUuu','BdUQa','vcpem','TrackedInstance','1219031NCJniF','getBrowserDisplayName','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','getScriptByName','requiresChromeOptionsValidation','browserstack.accessibilityOptions.authToken','performScanForCli:\x20No\x20','scannerVersion','browserstack_executor','assign','Executing\x20accessibility\x20script\x20on\x20page','stack','getAccessibility','startsWith','BROWSERSTACK_TESTHUB_JWT','error','headless','titlePath','_centralAuthConfigFetched','QbbqM','parseFromProto','inYPz','getTrackedInstance','Error\x20in\x20getAccessibilityResults:\x20','PVvTr','browserstack.accessibilityOptions.scannerVersion','getAccessibilityResults','evaluate','TeahU',']\x20should\x20run\x20accessibility\x20value=','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','args','CgjJy','--headless','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Page\x20','zIOaT','asuBu','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','setAccessibilityConfig','./baseModule','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','GET_RESULTS_SUMMARY','Eufcm','getContext','isPlatformSupported','ZZzve','map','dIyxQ',']\x20isEnabledTestcase\x20(jest)\x20result=','[platform\x20-\x20','../framework/automationFramework','MWbyj','dOZKa','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','EnSiF','onBeforeExecute:\x20command=','MGNqq','getMinVersionForBrowser','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','__accessibilityOptions',',\x20includeTags=','LMYBh','getCurrentInstanceName','3697563LvdByo','EGmEC','version','isFinite','pJKtP','isAppAccessibility','onBeforeExecute:\x20Command\x20','_sendMessageServerPatchApplied','HHCSB','PgzEo','setShouldScan','337Tawvlb','wNgNr','updateData','getTestId','xutZE','currentTest','getScript','VhPiZ','name','../TestInfo.js','voBAZ','Error\x20applying\x20sendMessageToServer\x20patch:\x20','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','isVersionSupported','kWiPn','exports','present','osCmu','pJUgK','ygJdC','toJson','processAccessibilityCaps','getCommandsList','applySendMessageToServerPatch','hlygm','info','UXEzX','MRstT','ZnPUq','validatePlatformForAccessibility','dBkcr','commandsToWrap','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','kOBlt','IeDTn','QUIT','UdIck',',\x20tags=','YTbRA','getCapabilityValue','isBrowserSupportedForAccessibility','lmNyL','kMxNm','commandName','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getValue','pwPage','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','SebRW','set','SAVE_RESULTS','../../../helpers/helper','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','YYnYP','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','MOBILE_SCANNING_DISABLED_WARNING','1160LmMKMi','ZbAay','90JFUDQM','browserStackEvaluate','PUgVB','ScanArgs:\x20','HZnlQ','OYxRP','is_mobile_session','platformCaps','fjOOT','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','isMobileWebSession','measureWrapper','Exception\x20in\x20isPlatformSupported:\x20','fetchDriverExecuteParamsEvent','getParamsForScanForCli','unknown','scannerProcessingTimeout','../../../helpers/accessibility-automation/helper','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getAccessibilityExecuteParams','../../../helpers/performance/performance-tester.js','getInstance','\x20a11yToken=','value','MqPUp','lVeFw','YktuH','EXECUTE','mCVyB','executeScriptByName:\x20No\x20','POST','gixjE','debug','getModuleName','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','fesEY','getName','message','Error\x20in\x20stopTestCapture:\x20','Error\x20getting\x20script\x20by\x20name\x20','env','isAccessibilityAutomationSession','registerObserver','platformName','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','isAccessibilityScriptCommand','../state/hookState','getSuccess','LYmsF','_centralAuthA11yConfig','scan','getState','browserName','accessibility','string','yoGkr','lORoE',',\x20isAppAccessibility=','getCommandsToWrap','xIove','908PkypSe','OPHxF','null','Error\x20in\x20performScanForCli\x20for\x20script\x20','performPageScan:\x20Page\x20is\x20null','Error\x20in\x20validatePlatformForAccessibility:\x20','ZwHSe','CMjHY','hswol','oNnfz','BxNRZ','getAccessibilityResultsSummary','NGQZS','isEnabledTestcase','loadDriverExecuteParams','goog:chromeOptions','onBeforeExecute:\x20No\x20command\x20name\x20provided','toLowerCase','parseA11yJwtPayload','launchCaps','sdZHi','end','SCAXy','AnOXZ','includes','tGqkr','BROWSERSTACK_CLI_BIN_SESSION_ID','../../../helpers/classLogger','yfJnm','capabilities','warn','NGrmc','gHIXJ','\x20testHubUuid=','some','saveResults','VEGAB','isMobileScanningEnabledForGroup','browser','getPlatformCaps','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','NDMVQ','cbecb','test_tags','DbUfR','getCapabilities','afterTestHook','getfB','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','stringify','getData','performPageScan:\x20Script\x20is\x20null','getLogDisabledShown','test_run_id','No\x20summaryResults\x20found.','\x20using\x20script:\x20','getPlatformIndex','dMLHn','getOptions','_mobileScanningDisabledLogged','kNXFI','rKvHq','on\x20non-BrowserStack\x20infrastructure\x20','yuRfR','isArray','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','BWwjH','ieQzb','MbzWV','onBeforeTest','ChDiZ'];a104_0x1231=function(){return _0x1eb895;};return a104_0x1231();};module[a104_0x5c7aa4(0x38f)]=AccessibilityModule;
|
|
1
|
+
const a104_0x153030=a104_0x36a9;(function(_0x4ac1e4,_0x3ecd18){const _0x22958f=a104_0x36a9,_0x50b58a=_0x4ac1e4();while(!![]){try{const _0x127bc5=-parseInt(_0x22958f(0x20d))/0x1+parseInt(_0x22958f(0x2ee))/0x2+parseInt(_0x22958f(0x1e7))/0x3+-parseInt(_0x22958f(0x1e5))/0x4+parseInt(_0x22958f(0x139))/0x5*(parseInt(_0x22958f(0x2f5))/0x6)+-parseInt(_0x22958f(0x251))/0x7+parseInt(_0x22958f(0x229))/0x8;if(_0x127bc5===_0x3ecd18)break;else _0x50b58a['push'](_0x50b58a['shift']());}catch(_0x416a1c){_0x50b58a['push'](_0x50b58a['shift']());}}}(a104_0x2cfd,0x58531));function a104_0x36a9(_0x39cd1c,_0x5bff4f){const _0x2cfd43=a104_0x2cfd();return a104_0x36a9=function(_0x36a9a4,_0x522dd2){_0x36a9a4=_0x36a9a4-0x112;let _0x3d41ca=_0x2cfd43[_0x36a9a4];return _0x3d41ca;},a104_0x36a9(_0x39cd1c,_0x5bff4f);}const BaseModule=require(a104_0x153030(0x1ee)),{createClassLogger}=require(a104_0x153030(0x1c7)),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a104_0x153030(0x248)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require('../grpcClient'),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a104_0x153030(0x221)),PerformanceTester=require(a104_0x153030(0x291)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a104_0x153030(0x193)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a104_0x153030(0x217)),TestFrameworkConstants=require(a104_0x153030(0x2be)),accessibilityHelper=require(a104_0x153030(0x1df));class AccessibilityModule extends BaseModule{static [a104_0x153030(0x1de)]=AccessibilityModule['name'];static ['_centralAuthConfigFetched']=![];static [a104_0x153030(0x26e)]={};constructor(_0x38c34e){const _0x5ccaf0=a104_0x153030,_0x443c7a={};_0x443c7a[_0x5ccaf0(0x17c)]='10|12|0|15|2|1|5|9|6|14|7|3|4|16|8|11|13',_0x443c7a[_0x5ccaf0(0x183)]='ACCESSIBILITY_INITIALIZED',_0x443c7a[_0x5ccaf0(0x16c)]=_0x5ccaf0(0x22c),_0x443c7a['tZxPc']=_0x5ccaf0(0x230),_0x443c7a['XPLSW']='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE';const _0x100e3c=_0x443c7a,_0x222936=_0x100e3c[_0x5ccaf0(0x17c)][_0x5ccaf0(0x113)]('|');let _0x514da3=0x0;while(!![]){switch(_0x222936[_0x514da3++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState['POST'],this['onBeforeTest'][_0x5ccaf0(0x239)](this));continue;case'1':this[_0x5ccaf0(0x2b5)]=_0x38c34e['toObject']();continue;case'2':this[_0x5ccaf0(0x256)]=!![];continue;case'3':this['_mobileScanningDisabledLogged']=![];continue;case'4':this['setAccessibilityToken'](_0x38c34e[_0x5ccaf0(0x16b)]()['getCapabilitiesList']());continue;case'5':this[_0x5ccaf0(0x162)]=new Map();continue;case'6':this['isAppAccessibility']=![];continue;case'7':this[_0x5ccaf0(0x228)]=![];continue;case'8':this[_0x5ccaf0(0x1ae)]=_0x100e3c[_0x5ccaf0(0x183)];continue;case'9':this[_0x5ccaf0(0x198)]=new Map();continue;case'10':super();continue;case'11':this[_0x5ccaf0(0x1d3)]=_0x100e3c[_0x5ccaf0(0x16c)];continue;case'12':AutomationFramework[_0x5ccaf0(0x2eb)](AutomationFrameworkState[_0x5ccaf0(0x1cf)],HookState['PRE'],this[_0x5ccaf0(0x2a2)][_0x5ccaf0(0x239)](this));continue;case'13':this[_0x5ccaf0(0x157)]=_0x100e3c[_0x5ccaf0(0x12e)];continue;case'14':this[_0x5ccaf0(0x17a)]=[];continue;case'15':AutomationFramework[_0x5ccaf0(0x2eb)](AutomationFrameworkState[_0x5ccaf0(0x25b)],HookState['PRE'],this[_0x5ccaf0(0x211)]['bind'](this));continue;case'16':logger[_0x5ccaf0(0x21e)](_0x100e3c[_0x5ccaf0(0x18b)]);continue;}break;}}[a104_0x153030(0x256)](){return this['isEnabled'];}[a104_0x153030(0x16d)](){const _0x58350a=a104_0x153030;return AccessibilityModule[_0x58350a(0x1de)];}[a104_0x153030(0x245)](){const _0x4e45c1=a104_0x153030;return this[_0x4e45c1(0x162)][_0x4e45c1(0x1c6)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0xcd85b9=a104_0x153030;return this[_0xcd85b9(0x198)]['get'](CLIUtils[_0xcd85b9(0x2d7)](),![]);}[a104_0x153030(0x15d)](_0x551732){const _0x43aa9a=a104_0x153030;this[_0x43aa9a(0x198)]['set'](CLIUtils[_0x43aa9a(0x2d7)](),_0x551732);}[a104_0x153030(0x25d)](){const _0x197fa3=a104_0x153030,_0x2b726b={'bqejN':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','SSIPq':function(_0x26ec3a,_0x3681db){return _0x26ec3a(_0x3681db);},'kdIpu':_0x197fa3(0x23c),'Evhgr':_0x197fa3(0x15f),'tjeLF':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger[_0x197fa3(0x21e)](_0x2b726b[_0x197fa3(0x1fe)]);return;}try{const _0x1b72c8=_0x2b726b[_0x197fa3(0x15c)](require,_0x2b726b['kdIpu']);_0x1b72c8&&_0x1b72c8[_0x197fa3(0x2d4)]?(_0x1b72c8[_0x197fa3(0x2d4)](),this[_0x197fa3(0x228)]=!![],logger['debug'](_0x2b726b[_0x197fa3(0x12f)])):logger[_0x197fa3(0x21e)](_0x2b726b[_0x197fa3(0x2ed)]);}catch(_0x1f721a){logger[_0x197fa3(0x21e)](_0x197fa3(0x23b)+util['format'](_0x1f721a));}}['isPlatformSupported'](_0x51a6c0=null,_0x1d8737=null,_0x35b311=null){const _0x50f5ec=a104_0x153030,_0x124626={'TtlIa':function(_0x189563,_0x31c1f6){return _0x189563&&_0x31c1f6;},'ftcve':_0x50f5ec(0x1f2),'aqtXo':function(_0x1d7ed3,_0x504102){return _0x1d7ed3(_0x504102);},'VDThP':'../../../helpers/helper','zteLh':_0x50f5ec(0x1fb),'MQVHB':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','YLFsR':function(_0x290289,_0x2e00c5){return _0x290289===_0x2e00c5;},'CrTCs':function(_0x4ef123,_0x4cb39a){return _0x4ef123===_0x4cb39a;},'LigAi':'true','awgqM':_0x50f5ec(0x14b),'GNskQ':function(_0x5283de,_0x1c1cc){return _0x5283de===_0x1c1cc;},'HDjxr':_0x50f5ec(0x1ab),'zpQoS':_0x50f5ec(0x2a4),'BxTmr':function(_0x30cb2d,_0x530e14){return _0x30cb2d!==_0x530e14;},'ZJXIU':_0x50f5ec(0x206),'VmwJd':function(_0x3727be){return _0x3727be();},'sxLtW':_0x50f5ec(0x2e8),'iBpTx':function(_0x18297d,_0x4f8cef){return _0x18297d(_0x4f8cef);},'GnKaI':function(_0x3597e8,_0x1c260b){return _0x3597e8-_0x1c260b;},'HwCsq':function(_0x224d38,_0x315403){return _0x224d38(_0x315403);},'QyMtI':function(_0x450a4b,_0x2bcd89){return _0x450a4b!==_0x2bcd89;},'LARFz':function(_0x1ebd5b,_0x3837fc){return _0x1ebd5b>_0x3837fc;},'PdXoa':_0x50f5ec(0x2e4)};try{if(_0x124626['TtlIa'](!_0x1d8737,!_0x35b311))return logger[_0x50f5ec(0x21e)](_0x124626[_0x50f5ec(0x267)]),![];const {isUndefined:_0x42a867,isBrowserstackInfra:_0x1706dc}=_0x124626[_0x50f5ec(0x175)](require,_0x124626[_0x50f5ec(0x282)]);if(!accessibilityHelper[_0x50f5ec(0x1a6)]())return logger['debug'](_0x124626[_0x50f5ec(0x147)]),![];const _0x31b555=_0x1d8737[_0x50f5ec(0x177)]||_0x1d8737['browser'],_0x3a1082=_0x1d8737[_0x50f5ec(0x132)]||_0x1d8737['browser_version'];if(!accessibilityHelper[_0x50f5ec(0x1e4)](_0x31b555))return logger['warn'](_0x124626[_0x50f5ec(0x11e)]),![];if(accessibilityHelper[_0x50f5ec(0x17b)](_0x31b555))try{const _0x27357c=_0x1d8737[_0x50f5ec(0x153)],_0x4cfc18=_0x124626[_0x50f5ec(0x216)](_0x27357c,!![])||_0x124626[_0x50f5ec(0x26c)](_0x27357c,_0x124626['LigAi'])||_0x124626[_0x50f5ec(0x26c)](typeof _0x27357c,_0x124626[_0x50f5ec(0x24d)])&&_0x124626['GNskQ'](_0x27357c[_0x50f5ec(0x1fa)](),_0x124626[_0x50f5ec(0x2c6)]);if(_0x4cfc18)return logger[_0x50f5ec(0x2c8)](_0x124626[_0x50f5ec(0x284)]),![];const _0x2425b3=_0x1d8737?.[_0x50f5ec(0x25c)]?.[_0x50f5ec(0x2b0)]||_0x1d8737?.[_0x124626[_0x50f5ec(0x1fc)]]?.['args']||[];if(Array['isArray'](_0x2425b3)&&_0x2425b3[_0x50f5ec(0x2ac)](_0x51ecab=>typeof _0x51ecab==='string'&&(_0x51ecab==='--headless'||_0x51ecab[_0x50f5ec(0x119)](_0x50f5ec(0x255))&&_0x51ecab!=='--headless=new')))return logger[_0x50f5ec(0x2c8)](_0x124626[_0x50f5ec(0x284)]),![];}catch(_0x30291f){logger[_0x50f5ec(0x21e)](_0x50f5ec(0x1f1)+util[_0x50f5ec(0x179)](_0x30291f));}if(_0x124626[_0x50f5ec(0x2a5)](_0x3a1082,_0x124626[_0x50f5ec(0x1f0)])){const _0x189edd=_0x124626[_0x50f5ec(0x28d)](_0x1706dc),_0x3946ce=accessibilityHelper[_0x50f5ec(0x13e)](_0x31b555,_0x189edd),_0x725079=accessibilityHelper[_0x50f5ec(0x2e0)](_0x31b555);if(!accessibilityHelper[_0x50f5ec(0x1f7)](_0x3a1082,_0x3946ce)){const _0x42e6fa=_0x189edd?'':_0x124626[_0x50f5ec(0x2c2)],_0x4b45a4=Number[_0x50f5ec(0x1ac)](_0x124626[_0x50f5ec(0x1d6)](parseFloat,_0x3946ce))?_0x124626[_0x50f5ec(0x238)](_0x124626['HwCsq'](parseFloat,_0x3946ce),0x1):_0x3946ce;return logger[_0x50f5ec(0x2c8)](_0x50f5ec(0x1f8)+_0x725079+_0x50f5ec(0x2d1)+_0x4b45a4+'\x20'+_0x42e6fa+'.'),![];}}else{const _0x89d0c2=_0x1d8737[_0x50f5ec(0x132)]||_0x1d8737['browser_version']||_0x1d8737[_0x50f5ec(0x195)];if(_0x89d0c2&&_0x124626[_0x50f5ec(0x202)](_0x89d0c2,_0x124626[_0x50f5ec(0x1f0)])&&!_0x124626[_0x50f5ec(0x122)](_0x124626[_0x50f5ec(0x18c)](parseFloat,_0x89d0c2),_0x124626[_0x50f5ec(0x175)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x50f5ec(0x2c8)](_0x124626[_0x50f5ec(0x11d)]),![];}return!![];}catch(_0x18e1a6){return logger['debug'](_0x50f5ec(0x261)+_0x18e1a6[_0x50f5ec(0x24e)]),![];}}[a104_0x153030(0x287)](_0x332b3d=[],_0x5bb330,_0x5071ee=a104_0x153030(0x277)){const _0x5618ac=a104_0x153030,_0x3f7b0f={'bpNOU':function(_0x36365c,_0x321e43){return _0x36365c===_0x321e43;},'ldOni':_0x5618ac(0x145),'BAyni':function(_0x3c1b25,_0x5ea3fd){return _0x3c1b25||_0x5ea3fd;},'dDuXY':function(_0x233c17,_0x240e3c){return _0x233c17===_0x240e3c;},'mYGDG':function(_0x4ce016,_0x47ec32){return _0x4ce016&&_0x47ec32;},'bpjpz':_0x5618ac(0x18d),'zGIXG':function(_0x558c5e,_0x16ec09){return _0x558c5e===_0x16ec09;},'XPLBM':function(_0x5c73a0,_0x4f49fb){return _0x5c73a0(_0x4f49fb);},'kwQrE':function(_0x2ad8d1,_0x1f6df7){return _0x2ad8d1>_0x1f6df7;}};try{const _0x1329f3=process[_0x5618ac(0x133)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x5618ac(0x1d2)](process[_0x5618ac(0x133)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x1329f3)return!![];const _0x3f4df8=Array[_0x5618ac(0x1c9)](_0x1329f3['includeTagsInTestingScope'])?_0x1329f3['includeTagsInTestingScope']:[],_0x93f1e2=Array[_0x5618ac(0x1c9)](_0x1329f3[_0x5618ac(0x185)])?_0x1329f3[_0x5618ac(0x185)]:[];if(_0x3f7b0f[_0x5618ac(0x218)](_0x5071ee,_0x3f7b0f[_0x5618ac(0x173)])){let _0x31d90e;Array[_0x5618ac(0x1c9)](_0x332b3d)?_0x31d90e=_0x332b3d[_0x5618ac(0x2b1)]('\x20'):_0x31d90e=_0x3f7b0f[_0x5618ac(0x28c)](_0x332b3d,'');const _0xda8490=_0x93f1e2[_0x5618ac(0x2ac)](_0x3f461b=>_0x31d90e[_0x5618ac(0x263)](_0x3f461b)),_0x24b4f7=_0x3f7b0f[_0x5618ac(0x25a)](_0x3f4df8[_0x5618ac(0x146)],0x0)||_0x3f4df8[_0x5618ac(0x2ac)](_0x322d1e=>_0x31d90e[_0x5618ac(0x263)](_0x322d1e)),_0x578281=_0x3f7b0f[_0x5618ac(0x19e)](!_0xda8490,_0x24b4f7);return logger['debug'](_0x5618ac(0x2af)+(_0x5bb330?.[_0x5618ac(0x2d5)]?.()||_0x3f7b0f[_0x5618ac(0x149)])+_0x5618ac(0x2ec)+_0x578281+_0x5618ac(0x126)+_0x31d90e+',\x20includeTags='+JSON[_0x5618ac(0x26f)](_0x3f4df8)+_0x5618ac(0x159)+JSON[_0x5618ac(0x26f)](_0x93f1e2)),_0x578281;}const _0x2f0225=Array[_0x5618ac(0x1c9)](_0x332b3d)?_0x332b3d:[];let _0x44b3b3=![],_0x2b9634=_0x3f7b0f[_0x5618ac(0x15a)](_0x3f4df8[_0x5618ac(0x146)],0x0);const _0x4c2a08=_0xb5c1ac=>typeof _0xb5c1ac===_0x5618ac(0x14b)?_0xb5c1ac[_0x5618ac(0x2f4)](/^@/,'')[_0x5618ac(0x1fa)]()[_0x5618ac(0x231)]():_0xb5c1ac,_0x2f5bc9=new Set(_0x3f4df8['map'](_0x4c2a08)),_0x3e8d8e=new Set(_0x93f1e2[_0x5618ac(0x1d0)](_0x4c2a08));for(const _0x2efffc of _0x2f0225){const _0x2a80a7=_0x3f7b0f[_0x5618ac(0x266)](_0x4c2a08,_0x2efffc);_0x3e8d8e[_0x5618ac(0x13a)](_0x2a80a7)&&(_0x44b3b3=!![]),_0x3f7b0f[_0x5618ac(0x2bf)](_0x2f5bc9['size'],0x0)&&_0x2f5bc9[_0x5618ac(0x13a)](_0x2a80a7)&&(_0x2b9634=!![]);}const _0x28c372=_0x3f7b0f['mYGDG'](_0x2b9634,!_0x44b3b3);return logger[_0x5618ac(0x21e)](_0x5618ac(0x2af)+(_0x5bb330?.[_0x5618ac(0x2d5)]?.()||_0x3f7b0f[_0x5618ac(0x149)])+_0x5618ac(0x1b5)+_0x28c372+',\x20tags='+JSON[_0x5618ac(0x26f)](_0x2f0225)+_0x5618ac(0x2e7)+JSON[_0x5618ac(0x26f)](_0x3f4df8)+_0x5618ac(0x159)+JSON[_0x5618ac(0x26f)](_0x93f1e2)),_0x28c372;}catch(_0x71f00d){return logger['debug']('[platform\x20-\x20'+(_0x5bb330?.['getPlatformIndex']?.()||_0x3f7b0f[_0x5618ac(0x149)])+_0x5618ac(0x29c)+_0x71f00d[_0x5618ac(0x24e)]),![];}}async['onBeforeTest'](_0x16cec7){const _0xfd7ee2=a104_0x153030,_0x538252={};_0x538252['ovlcJ']=function(_0x1b2739,_0x4809ed){return _0x1b2739!==_0x4809ed;},_0x538252[_0xfd7ee2(0x2a6)]=_0xfd7ee2(0x277),_0x538252[_0xfd7ee2(0x1c8)]=_0xfd7ee2(0x145),_0x538252[_0xfd7ee2(0x181)]=function(_0x5a7a2c,_0x20ea9b){return _0x5a7a2c!==_0x20ea9b;},_0x538252[_0xfd7ee2(0x2c7)]=_0xfd7ee2(0x163),_0x538252[_0xfd7ee2(0x114)]=function(_0x2f5f2e,_0x256613){return _0x2f5f2e===_0x256613;},_0x538252[_0xfd7ee2(0x265)]=_0xfd7ee2(0x2ea),_0x538252['XTBxp']=_0xfd7ee2(0x13b),_0x538252[_0xfd7ee2(0x21c)]=_0xfd7ee2(0x24f),_0x538252[_0xfd7ee2(0x2d9)]=_0xfd7ee2(0x1f6),_0x538252[_0xfd7ee2(0x189)]=_0xfd7ee2(0x14e),_0x538252[_0xfd7ee2(0x15b)]=_0xfd7ee2(0x184),_0x538252[_0xfd7ee2(0x2ae)]=_0xfd7ee2(0x129),_0x538252[_0xfd7ee2(0x137)]=function(_0x2c9f78,_0x357318){return _0x2c9f78>_0x357318;},_0x538252[_0xfd7ee2(0x1ef)]=_0xfd7ee2(0x12d),_0x538252['piztk']=_0xfd7ee2(0x233),_0x538252['uMldT']=function(_0x5e1517,_0x331a2b){return _0x5e1517&&_0x331a2b;},_0x538252[_0xfd7ee2(0x13d)]=_0xfd7ee2(0x18d);const _0x37855e=_0x538252;if(_0x37855e[_0xfd7ee2(0x1cc)](_0x16cec7[_0xfd7ee2(0x2da)],_0x37855e[_0xfd7ee2(0x2a6)])&&_0x37855e[_0xfd7ee2(0x1cc)](_0x16cec7[_0xfd7ee2(0x2da)],_0x37855e[_0xfd7ee2(0x1c8)])&&_0x37855e[_0xfd7ee2(0x181)](_0x16cec7[_0xfd7ee2(0x2da)],_0x37855e['PEwTT'])){logger['debug'](_0xfd7ee2(0x29e)+_0x16cec7['testFramework']+')');return;}try{const _0x5082da=AutomationFramework[_0xfd7ee2(0x174)](),_0x517ec6=TestFramework[_0xfd7ee2(0x174)](),_0x6a8f30=_0x16cec7[_0xfd7ee2(0x148)]||global[_0xfd7ee2(0x1da)]?.[_0xfd7ee2(0x19c)]||null;if(_0x37855e[_0xfd7ee2(0x114)](_0x16cec7['testFramework'],_0x37855e[_0xfd7ee2(0x2c7)])){const _0x3ad17d=_0x16cec7[_0xfd7ee2(0x200)]||_0x5082da&&_0x5082da[_0xfd7ee2(0x1bb)]&&_0x5082da[_0xfd7ee2(0x1bb)]()||_0x5082da&&_0x5082da[_0xfd7ee2(0x25f)]&&_0x5082da['getCapabilities']()||{},_0x57bfa6=_0x16cec7[_0xfd7ee2(0x234)]||null,_0x5f2805=this[_0xfd7ee2(0x197)](_0x5082da,_0x3ad17d,_0x57bfa6),_0x4f93ce=CLIUtils[_0xfd7ee2(0x2d7)]();this[_0xfd7ee2(0x162)][_0xfd7ee2(0x12c)](_0x4f93ce,_0x5f2805);global[_0xfd7ee2(0x1a0)]?.[_0xfd7ee2(0x1b8)]&&global[_0xfd7ee2(0x1a0)][_0xfd7ee2(0x1b8)]()['setShouldScan'](_0x5f2805);_0x5f2805?(global[_0xfd7ee2(0x2c1)]=!![],process[_0xfd7ee2(0x133)][_0xfd7ee2(0x1c1)]=_0x37855e['SAsUJ']):global[_0xfd7ee2(0x2c1)]=![];logger['debug'](_0xfd7ee2(0x2de)+_0x5f2805);return;}if(!_0x6a8f30){_0x517ec6&&_0x517ec6[_0xfd7ee2(0x2bd)](_0x37855e[_0xfd7ee2(0x1cd)],!![]);logger[_0xfd7ee2(0x21e)](_0x37855e[_0xfd7ee2(0x21c)]);return;}logger[_0xfd7ee2(0x21e)](_0x37855e['NxtAm']);const _0x566fda=_0x517ec6?.['getData'](_0x37855e['larVZ'],![]),_0x60914d=_0x517ec6?.[_0xfd7ee2(0x176)](_0x37855e[_0xfd7ee2(0x1cd)],![]);if(_0x37855e[_0xfd7ee2(0x114)](_0x566fda,![])&&_0x37855e[_0xfd7ee2(0x114)](_0x60914d,![])){_0x517ec6&&_0x517ec6[_0xfd7ee2(0x2bd)](_0x37855e[_0xfd7ee2(0x189)],!![]);logger[_0xfd7ee2(0x21e)](_0x37855e[_0xfd7ee2(0x15b)]);return;}_0x517ec6&&_0x517ec6['updateData'](_0x37855e['XTBxp'],!![]);let _0x37da59,_0x2bc55f;const _0x15684e=_0x16cec7[_0xfd7ee2(0x2da)]||_0x37855e['czZEl'];if(_0x37855e[_0xfd7ee2(0x114)](_0x15684e,_0x37855e[_0xfd7ee2(0x1c8)])){_0x2bc55f=_0x16cec7[_0xfd7ee2(0x275)]?.['testAnalyticsId']||_0x16cec7[_0xfd7ee2(0x275)]?.['id']||global[_0xfd7ee2(0x1bf)]||global[_0xfd7ee2(0x1da)]?.[_0xfd7ee2(0x20e)]?.[_0xfd7ee2(0x169)]||global[_0xfd7ee2(0x1da)]?.[_0xfd7ee2(0x20e)]?.['id'];const _0x4dc0d1=_0x517ec6?.[_0xfd7ee2(0x171)]()?.[_0xfd7ee2(0x1c6)](_0x2bc55f);if(_0x4dc0d1&&_0x4dc0d1[TestFrameworkConstants[_0xfd7ee2(0x297)]])_0x37da59=_0x4dc0d1[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x16cec7[_0xfd7ee2(0x275)]?.[_0xfd7ee2(0x24c)])_0x37da59=_0x16cec7[_0xfd7ee2(0x275)][_0xfd7ee2(0x24c)];else global[_0xfd7ee2(0x1da)]?.['currentTest']?.[_0xfd7ee2(0x275)]?.[_0xfd7ee2(0x24c)]?_0x37da59=global[_0xfd7ee2(0x1da)][_0xfd7ee2(0x20e)]['testInfo']['titlePath']:_0x37da59=_0x37855e['nHsCr'];}logger[_0xfd7ee2(0x21e)](_0xfd7ee2(0x20a)+_0x2bc55f+',\x20testName='+JSON['stringify'](_0x37da59));}else{_0x2bc55f=this[_0xfd7ee2(0x235)](_0x16cec7);const _0x52abf7=TestInfo[_0xfd7ee2(0x1bd)](_0x2bc55f);let _0x4727a0=[];if(_0x52abf7&&Array[_0xfd7ee2(0x1c9)](_0x52abf7[_0xfd7ee2(0x233)])&&_0x37855e[_0xfd7ee2(0x137)](_0x52abf7[_0xfd7ee2(0x233)][_0xfd7ee2(0x146)],0x0))_0x4727a0=_0x52abf7[_0xfd7ee2(0x233)];else{if(_0x517ec6){const _0x3c0186=_0x37855e['KJlyO'](typeof _0x517ec6[_0xfd7ee2(0x176)],_0x37855e[_0xfd7ee2(0x1ef)])?_0x517ec6[_0xfd7ee2(0x176)](_0x37855e[_0xfd7ee2(0x152)],[]):_0x517ec6[_0xfd7ee2(0x233)]||[];Array[_0xfd7ee2(0x1c9)](_0x3c0186)&&(_0x4727a0=_0x3c0186);}}_0x37da59=_0x4727a0;}logger['info'](_0xfd7ee2(0x12b)+JSON[_0xfd7ee2(0x26f)](_0x37da59));const _0x4764d7=this['isPlatformSupported'](_0x5082da,_0x16cec7['platformCaps'],_0x16cec7['launchCaps']);logger[_0xfd7ee2(0x21e)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x4764d7+_0xfd7ee2(0x254)+this[_0xfd7ee2(0x1b2)]);const _0x40daf8=this['isEnabledTestcase'](_0x37da59,_0x5082da,_0x15684e),_0xd4f5af=_0x37855e['uMldT'](_0x4764d7,_0x40daf8),_0x344eba=CLIUtils[_0xfd7ee2(0x2d7)]();this[_0xfd7ee2(0x162)][_0xfd7ee2(0x12c)](_0x344eba,_0xd4f5af),global['Context']?.[_0xfd7ee2(0x1b8)]&&global[_0xfd7ee2(0x1a0)]['getContext']()[_0xfd7ee2(0x21f)](_0xd4f5af),logger['debug'](_0xfd7ee2(0x2af)+(_0x5082da?.[_0xfd7ee2(0x2d5)]?.()||_0x37855e[_0xfd7ee2(0x13d)])+_0xfd7ee2(0x130)+_0xd4f5af),_0xd4f5af?(global[_0xfd7ee2(0x2c1)]=!![],process[_0xfd7ee2(0x133)][_0xfd7ee2(0x1c1)]=_0x37855e[_0xfd7ee2(0x265)],this[_0xfd7ee2(0x25d)]()):global['accessibilityPlatform']=![];}catch(_0x412015){logger[_0xfd7ee2(0x165)](_0xfd7ee2(0x207)+(_0x412015['stack']||_0x412015[_0xfd7ee2(0x24e)]));const _0x569812=CLIUtils[_0xfd7ee2(0x2d7)]();this['accessibility'][_0xfd7ee2(0x12c)](_0x569812,![]),global[_0xfd7ee2(0x2c1)]=![];}}[a104_0x153030(0x120)](){const _0x451bd0=a104_0x153030;return this[_0x451bd0(0x17a)][_0x451bd0(0x2c5)](_0x27ce4c=>_0x27ce4c[_0x451bd0(0x1c0)]()===_0x451bd0(0x2a4))?.[_0x451bd0(0x215)]()||'';}[a104_0x153030(0x23f)](_0x5a507d){const _0x567f64=a104_0x153030;try{const _0x2e18ab=this[_0x567f64(0x2b5)]?.[_0x567f64(0x2dd)]?.['capabilitiesList']||[],_0x4f59da=_0x2e18ab[_0x567f64(0x2c5)](_0x5a6d6c=>_0x5a6d6c[_0x567f64(0x276)]===_0x5a507d);return _0x4f59da?_0x4f59da[_0x567f64(0x224)]:null;}catch(_0x498508){return logger[_0x567f64(0x21e)](_0x567f64(0x167)+_0x5a507d+':\x20'+_0x498508[_0x567f64(0x24e)]),null;}}async['setAccessibilityConfig'](_0x184047,_0x4800da){const _0x150872=a104_0x153030,_0x595149=_0x184047[_0x150872(0x2e1)]()['getOptions'](),_0x499f17=_0x595149[_0x150872(0x272)](),_0x421249=_0x595149[_0x150872(0x1c2)]()?.[_0x150872(0x1b0)]();scripts[_0x150872(0x2a8)](_0x499f17,_0x421249),scripts['toJson']();const _0x5fbac7=_0x595149[_0x150872(0x2e9)]();this[_0x150872(0x17a)]=_0x595149['getCapabilitiesList'](),await this['setAccessibilityToken'](_0x5fbac7,_0x4800da[_0x150872(0x234)]);}async[a104_0x153030(0x273)](_0x1fb9fc,_0x585c38={}){const _0x5d8ccd=a104_0x153030,_0x4ad7cd={'UJBPS':function(_0x3c0fff,_0x12cc4d){return _0x3c0fff===_0x12cc4d;},'kEWyo':_0x5d8ccd(0x1a7),'lWgjZ':_0x5d8ccd(0x1fd),'lUyma':function(_0x36300d,_0x7ecd4b){return _0x36300d(_0x7ecd4b);},'xOcwN':_0x5d8ccd(0x1df),'Atdvo':function(_0x5c3f5f,_0xad8eb1){return _0x5c3f5f(_0xad8eb1);},'iZQVz':_0x5d8ccd(0x2c0),'hLDYF':function(_0x8eb63b,_0x1e4779){return _0x8eb63b(_0x1e4779);},'Ajlpq':_0x5d8ccd(0x158),'uBYNW':_0x5d8ccd(0x208),'pslkO':function(_0xa48151,_0x1f8e2e){return _0xa48151===_0x1f8e2e;},'BRJzi':_0x5d8ccd(0x212),'pmqng':'browserstack.accessibilityOptions.scannerVersion','QvDrD':function(_0x4144c1,_0x26bec2){return _0x4144c1===_0x26bec2;},'lfbLB':'scannerProcessingTimeout','Botfy':_0x5d8ccd(0x2db),'xooOa':function(_0x30900e,_0x216b96){return _0x30900e===_0x216b96;},'udfkg':_0x5d8ccd(0x125),'FbWgM':function(_0x55ed0a,_0x58ba96){return _0x55ed0a===_0x58ba96;},'TVvnB':function(_0x2a45fc,_0x483667){return _0x2a45fc===_0x483667;},'IwtMt':_0x5d8ccd(0x2ea)};global[_0x5d8ccd(0x187)]=global[_0x5d8ccd(0x187)]||{};for(const _0x12b9ef of _0x1fb9fc){logger['info'](_0x5d8ccd(0x116)+_0x12b9ef['getName']()+_0x5d8ccd(0x143)+_0x12b9ef[_0x5d8ccd(0x215)]());if(_0x4ad7cd[_0x5d8ccd(0x1b6)](_0x12b9ef[_0x5d8ccd(0x1c0)](),_0x4ad7cd[_0x5d8ccd(0x22e)])){const _0x38cc3b=_0x12b9ef[_0x5d8ccd(0x215)]();process[_0x5d8ccd(0x133)][_0x5d8ccd(0x170)]=_0x38cc3b,global[_0x5d8ccd(0x187)][_0x4ad7cd['lWgjZ']]=_0x38cc3b;const _0x37fd97=_0x4ad7cd[_0x5d8ccd(0x2b7)](require,_0x4ad7cd[_0x5d8ccd(0x1d5)]),{isTrue:_0x2a76e7}=_0x4ad7cd['Atdvo'](require,_0x4ad7cd[_0x5d8ccd(0x2a3)]),_0x4ebf12=_0x37fd97['parseA11yJwtPayload'](_0x38cc3b);_0x4ebf12&&_0x4ad7cd[_0x5d8ccd(0x242)](_0x2a76e7,_0x4ebf12['skipCDPConnectOverride'])&&(process['env'][_0x5d8ccd(0x28b)]=!![]);}else{if(_0x4ad7cd[_0x5d8ccd(0x1b6)](_0x12b9ef['getName'](),_0x4ad7cd[_0x5d8ccd(0x194)]))global[_0x5d8ccd(0x187)][_0x4ad7cd[_0x5d8ccd(0x160)]]=_0x12b9ef[_0x5d8ccd(0x215)]();else{if(_0x4ad7cd[_0x5d8ccd(0x16a)](_0x12b9ef['getName'](),_0x4ad7cd[_0x5d8ccd(0x2ba)]))global[_0x5d8ccd(0x187)][_0x4ad7cd['pmqng']]=_0x12b9ef[_0x5d8ccd(0x215)]();else{if(_0x4ad7cd[_0x5d8ccd(0x22a)](_0x12b9ef[_0x5d8ccd(0x1c0)](),_0x4ad7cd[_0x5d8ccd(0x135)]))global[_0x5d8ccd(0x187)][_0x4ad7cd[_0x5d8ccd(0x2bb)]]=_0x12b9ef[_0x5d8ccd(0x215)]();else{if(_0x4ad7cd[_0x5d8ccd(0x18a)](_0x12b9ef[_0x5d8ccd(0x1c0)](),_0x4ad7cd[_0x5d8ccd(0x2b9)])){const _0x4b742f=_0x12b9ef['getValue']();process[_0x5d8ccd(0x133)][_0x5d8ccd(0x123)]=_0x4ad7cd[_0x5d8ccd(0x154)](String,_0x4ad7cd[_0x5d8ccd(0x29b)](_0x4b742f,!![])||_0x4ad7cd[_0x5d8ccd(0x128)](_0x4b742f,_0x4ad7cd[_0x5d8ccd(0x180)])),logger[_0x5d8ccd(0x21e)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x4b742f+_0x5d8ccd(0x2d0)+process[_0x5d8ccd(0x133)][_0x5d8ccd(0x123)]);}}}}}}}async[a104_0x153030(0x211)](_0x5e21c6){const _0x39c75d=a104_0x153030,_0x22c7e2={};_0x22c7e2[_0x39c75d(0x1f9)]=function(_0x85a1da,_0x7738f6){return _0x85a1da!==_0x7738f6;},_0x22c7e2['wiXPP']=_0x39c75d(0x277),_0x22c7e2['uMpoX']='jest',_0x22c7e2[_0x39c75d(0x28e)]=function(_0x2ff6d7,_0x121fec){return _0x2ff6d7!==_0x121fec;},_0x22c7e2['qMxRY']='testcafe',_0x22c7e2[_0x39c75d(0x2e3)]='unknown';const _0x7e25ca=_0x22c7e2;if(_0x7e25ca[_0x39c75d(0x1f9)](_0x5e21c6['testFramework'],_0x7e25ca['wiXPP'])&&_0x7e25ca[_0x39c75d(0x1f9)](_0x5e21c6['testFramework'],_0x7e25ca[_0x39c75d(0x302)])&&_0x7e25ca[_0x39c75d(0x28e)](_0x5e21c6[_0x39c75d(0x2da)],_0x7e25ca['qMxRY'])){logger[_0x39c75d(0x21e)](_0x39c75d(0x150)+_0x5e21c6['testFramework']+')');return;}const _0x177c41=_0x5e21c6[_0x39c75d(0x275)]?.[_0x39c75d(0x169)]||_0x5e21c6[_0x39c75d(0x275)]?.['id']||global[_0x39c75d(0x1bf)];logger['info']('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x5e21c6[_0x39c75d(0x2da)]+_0x39c75d(0x24b)+_0x177c41);try{const _0x306087=_0x5e21c6[_0x39c75d(0x226)]||AutomationFramework[_0x39c75d(0x174)](),_0x4e264f=CLIUtils[_0x39c75d(0x2d7)](),_0x4cf7c9=this['getCurrentAccessibilityStatus']();logger[_0x39c75d(0x21e)](_0x39c75d(0x2af)+(_0x306087?.[_0x39c75d(0x2d5)]?.()||_0x7e25ca[_0x39c75d(0x2e3)])+_0x39c75d(0x26d)+_0x4cf7c9),_0x4cf7c9&&await this[_0x39c75d(0x305)](_0x306087,_0x5e21c6),this[_0x39c75d(0x162)][_0x39c75d(0x1dd)](_0x4e264f),this[_0x39c75d(0x198)]['delete'](_0x4e264f);}catch(_0x48e2d9){logger[_0x39c75d(0x165)](_0x39c75d(0x2e6)+(_0x48e2d9['stack']||_0x48e2d9[_0x39c75d(0x24e)]));}}async[a104_0x153030(0x305)](_0x2de38d,_0x12cc99){const _0x27ccc8=a104_0x153030,_0x41ea47={};_0x41ea47[_0x27ccc8(0x13c)]=function(_0x2b0c73,_0x1027f4){return _0x2b0c73===_0x1027f4;},_0x41ea47[_0x27ccc8(0x1e3)]=_0x27ccc8(0x12d),_0x41ea47[_0x27ccc8(0x225)]=function(_0x85e5df,_0x34208d){return _0x85e5df===_0x34208d;},_0x41ea47[_0x27ccc8(0x11c)]='jest',_0x41ea47['tYwoT']=_0x27ccc8(0x277),_0x41ea47[_0x27ccc8(0x1e9)]=function(_0x508030,_0x43909e){return _0x508030===_0x43909e;},_0x41ea47[_0x27ccc8(0x280)]=_0x27ccc8(0x14d),_0x41ea47[_0x27ccc8(0x269)]=_0x27ccc8(0x162),_0x41ea47[_0x27ccc8(0x295)]='saveResults',_0x41ea47[_0x27ccc8(0x2f9)]='unknown',_0x41ea47['sAlmS']=_0x27ccc8(0x258),_0x41ea47['iLDiD']=_0x27ccc8(0x290),_0x41ea47[_0x27ccc8(0x2cb)]=function(_0x325b36,_0x46212a){return _0x325b36||_0x46212a;},_0x41ea47[_0x27ccc8(0x246)]=function(_0x26ef93,_0x274dd4){return _0x26ef93||_0x274dd4;},_0x41ea47[_0x27ccc8(0x278)]=_0x27ccc8(0x2cf),_0x41ea47[_0x27ccc8(0x151)]=_0x27ccc8(0x285),_0x41ea47[_0x27ccc8(0x11f)]=_0x27ccc8(0x298);const _0xf1fca6=_0x41ea47;try{const _0x1d72fc=_0x12cc99['testFramework']||(_0xf1fca6[_0x27ccc8(0x225)](this['testFrameworkData']?.[_0x27ccc8(0x276)]?.[_0x27ccc8(0x1fa)](),_0xf1fca6[_0x27ccc8(0x11c)])?_0xf1fca6['xYpbE']:_0xf1fca6[_0x27ccc8(0x2c4)]);let _0x4c91e4='',_0x23f316=null,_0x156484=null;if(_0xf1fca6[_0x27ccc8(0x1e9)](_0x1d72fc,_0xf1fca6[_0x27ccc8(0x11c)])){_0x23f316=_0x12cc99['testInfo']?.[_0x27ccc8(0x169)]||_0x12cc99[_0x27ccc8(0x275)]?.['id']||global[_0x27ccc8(0x1bf)];if(!_0x23f316){logger[_0x27ccc8(0x2c8)](_0xf1fca6[_0x27ccc8(0x280)]);return;}try{const _0x16634d=await GrpcClient[_0x27ccc8(0x2ad)]()[_0x27ccc8(0x121)](process[_0x27ccc8(0x133)][_0x27ccc8(0x28a)],_0xf1fca6[_0x27ccc8(0x269)],_0xf1fca6[_0x27ccc8(0x295)],_0x23f316),_0xf008ec=AccessibilityModule[_0x27ccc8(0x1ad)](null,_0x16634d);_0x4c91e4=_0xf008ec?.[_0x27ccc8(0x199)]||'',logger[_0x27ccc8(0x21e)](_0x27ccc8(0x1d1)+_0x4c91e4+_0x27ccc8(0x2f8)+_0x23f316),_0x156484=_0x16634d;}catch(_0x2eb415){logger[_0x27ccc8(0x165)](_0x27ccc8(0x164)+_0x2eb415['message']);return;}}else{const _0x694929=this[_0x27ccc8(0x235)](_0x12cc99);_0x4c91e4=TestInfo[_0x27ccc8(0x2df)](_0x694929);}const _0x5a58de=((()=>{const _0x29a3a6=_0x27ccc8,_0xe20b9b=(this['accessibilityConfig']?.[_0x29a3a6(0x2dd)]?.[_0x29a3a6(0x27b)]||[])[_0x29a3a6(0x2c5)](_0x17a104=>(typeof _0x17a104['getName']===_0x29a3a6(0x12d)?_0x17a104['getName']():_0x17a104[_0x29a3a6(0x276)])===this[_0x29a3a6(0x157)]);return _0xe20b9b?_0xf1fca6[_0x29a3a6(0x13c)](typeof _0xe20b9b[_0x29a3a6(0x215)],_0xf1fca6['FXlBa'])?_0xe20b9b['getValue']():_0xe20b9b[_0x29a3a6(0x224)]:'';})()),_0x4c4cdc=process['env'][_0x27ccc8(0x308)]||'';logger[_0x27ccc8(0x21e)]('[platform\x20-\x20'+(_0x2de38d?.['getPlatformIndex']?.()||_0xf1fca6['yXDgp'])+_0x27ccc8(0x14c)+_0x4c91e4+_0x27ccc8(0x12a)+_0x5a58de+_0x27ccc8(0x2e2)+(_0x4c4cdc?_0xf1fca6[_0x27ccc8(0x19a)]:_0xf1fca6[_0x27ccc8(0x2fa)]));let _0x36d97d;if(_0xf1fca6[_0x27ccc8(0x13c)](_0x1d72fc,_0xf1fca6[_0x27ccc8(0x11c)]))_0x36d97d=AccessibilityModule[_0x27ccc8(0x1ad)](_0x4c91e4,_0x156484);else{const _0x3f0793=await GrpcClient[_0x27ccc8(0x2ad)]()['fetchDriverExecuteParamsEvent'](process[_0x27ccc8(0x133)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0xf1fca6[_0x27ccc8(0x269)],_0xf1fca6['GFDaG']);_0x36d97d=AccessibilityModule[_0x27ccc8(0x1ad)](_0x4c91e4,_0x3f0793);}logger[_0x27ccc8(0x21e)](_0x27ccc8(0x22b)+JSON[_0x27ccc8(0x26f)](_0x36d97d));const _0x4b0af3=Object['assign']({},{'thTestRunUuid':_0xf1fca6['uugEv'](_0x4c91e4,''),'thBuildUuid':_0xf1fca6['uugEv'](_0x5a58de,''),'thJwtToken':_0xf1fca6[_0x27ccc8(0x246)](_0x4c4cdc,'')},_0x36d97d);!this[_0x27ccc8(0x1b2)]&&this[_0x27ccc8(0x1c4)]()&&(_0x4b0af3[_0x27ccc8(0x25e)]=!![],logger[_0x27ccc8(0x21e)](_0xf1fca6['StAVJ']));logger[_0x27ccc8(0x21e)](_0x27ccc8(0x20f)+_0x4c91e4+_0x27ccc8(0x254)+this[_0x27ccc8(0x1b2)]);let _0xda11f5=global['__workerDetails']?.[_0x27ccc8(0x19c)]||null;!_0xda11f5&&(_0xda11f5=AutomationFramework[_0x27ccc8(0x301)](_0x2de38d,_0xf1fca6[_0x27ccc8(0x151)],null)),!_0xda11f5&&(_0xda11f5=AutomationFramework[_0x27ccc8(0x301)](_0x2de38d,_0xf1fca6[_0x27ccc8(0x11f)],null)),await this[_0x27ccc8(0x144)](this['getCurrentAccessibilityStatus'](),_0x4c91e4,_0xda11f5,_0x4b0af3,this[_0x27ccc8(0x1b2)]);}catch(_0x5f0989){logger['error'](_0x27ccc8(0x2ca)+(_0x5f0989[_0x27ccc8(0x274)]||_0x5f0989[_0x27ccc8(0x24e)]));}}async[a104_0x153030(0x144)](_0x158b69,_0x22f0a3,_0x89f086,_0x3f50cf,_0x33e32a){const _0x2a7972=a104_0x153030,_0x3fc86e={};_0x3fc86e[_0x2a7972(0x2d6)]=_0x2a7972(0x292),_0x3fc86e[_0x2a7972(0x1a5)]=function(_0xd533ac,_0x199b24){return _0xd533ac&&_0x199b24;},_0x3fc86e[_0x2a7972(0x283)]=_0x2a7972(0x168),_0x3fc86e[_0x2a7972(0x1bc)]=function(_0x1144bd,_0xf7d8e5){return _0x1144bd===_0xf7d8e5;},_0x3fc86e[_0x2a7972(0x1ce)]=_0x2a7972(0x290),_0x3fc86e[_0x2a7972(0x227)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x3fc86e[_0x2a7972(0x1d4)]=_0x2a7972(0x14a),_0x3fc86e[_0x2a7972(0x1b9)]='afterTestHook',_0x3fc86e['woWCJ']='scan',_0x3fc86e[_0x2a7972(0x1ca)]=function(_0x3c1879,_0x59f8b1){return _0x3c1879&&_0x59f8b1;},_0x3fc86e[_0x2a7972(0x2ab)]=_0x2a7972(0x296),_0x3fc86e[_0x2a7972(0x268)]=_0x2a7972(0x303),_0x3fc86e[_0x2a7972(0x140)]=_0x2a7972(0x178);const _0x45a829=_0x3fc86e;try{const _0x2b8942=this[_0x2a7972(0x1d7)](_0x45a829['xbTvw']);if(_0x45a829['yuLDm'](!_0x33e32a,!_0x2b8942)){logger[_0x2a7972(0x21e)](_0x45a829[_0x2a7972(0x283)]);return;}if(!_0x22f0a3||_0x45a829[_0x2a7972(0x1bc)](_0x22f0a3,_0x45a829[_0x2a7972(0x1ce)])||_0x45a829[_0x2a7972(0x1bc)](_0x22f0a3,'')){logger[_0x2a7972(0x21e)](_0x45a829[_0x2a7972(0x227)]);return;}logger[_0x2a7972(0x21e)](_0x2a7972(0x260)+JSON['stringify'](_0x3f50cf)),_0x158b69&&(logger[_0x2a7972(0x21e)](_0x45a829[_0x2a7972(0x1d4)]),await this[_0x2a7972(0x1af)](_0x89f086,_0x22f0a3,_0x45a829[_0x2a7972(0x1b9)],_0x3f50cf,_0x33e32a,_0x45a829['woWCJ']),_0x45a829['nHcZb'](!_0x33e32a,_0x2b8942)&&(logger['debug'](_0x45a829['hFRnL']),await PerformanceTester[_0x2a7972(0x1f5)](_0x45a829[_0x2a7972(0x268)],async()=>{const _0xc95043=_0x2a7972;await this[_0xc95043(0x1af)](_0x89f086,_0x22f0a3,_0x45a829[_0xc95043(0x2d6)],_0x3f50cf,_0x33e32a,_0x45a829[_0xc95043(0x2d6)]);})()),logger[_0x2a7972(0x26b)](_0x45a829[_0x2a7972(0x140)]));}catch(_0x102465){logger[_0x2a7972(0x165)](_0x2a7972(0x210)+(_0x102465['stack']||_0x102465[_0x2a7972(0x24e)]));}}async[a104_0x153030(0x2a2)](_0x27edf3){const _0x3a4576=a104_0x153030,_0x29379c={};_0x29379c[_0x3a4576(0x201)]=function(_0x16638d,_0x5b6c40){return _0x16638d!==_0x5b6c40;},_0x29379c[_0x3a4576(0x264)]=_0x3a4576(0x277),_0x29379c[_0x3a4576(0x204)]=_0x3a4576(0x145),_0x29379c[_0x3a4576(0x17d)]=_0x3a4576(0x163),_0x29379c[_0x3a4576(0x257)]='unknown',_0x29379c['MetIN']='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x29379c[_0x3a4576(0x2c3)]=function(_0x1c7c83,_0x2d169a){return _0x1c7c83===_0x2d169a;},_0x29379c[_0x3a4576(0x2f6)]=_0x3a4576(0x196),_0x29379c['WrDkc']=_0x3a4576(0x162),_0x29379c[_0x3a4576(0x1a4)]=_0x3a4576(0x138),_0x29379c[_0x3a4576(0x2f3)]=_0x3a4576(0x19b),_0x29379c['beIbh']=_0x3a4576(0x230),_0x29379c[_0x3a4576(0x1d8)]=_0x3a4576(0x1f3),_0x29379c[_0x3a4576(0x18f)]='null';const _0x3ad907=_0x29379c;if(_0x3ad907[_0x3a4576(0x201)](_0x27edf3['testFramework'],_0x3ad907[_0x3a4576(0x264)])&&_0x3ad907['jBCCj'](_0x27edf3['testFramework'],_0x3ad907[_0x3a4576(0x204)])&&_0x3ad907['jBCCj'](_0x27edf3['testFramework'],_0x3ad907[_0x3a4576(0x17d)])){logger[_0x3a4576(0x21e)](_0x3a4576(0x288)+_0x27edf3['testFramework']+')');return;}logger[_0x3a4576(0x21e)](_0x3a4576(0x134)+(_0x27edf3[_0x3a4576(0x2ef)]||_0x3ad907['YsONF'])+_0x3a4576(0x2f7)+_0x27edf3[_0x3a4576(0x2da)]);try{const _0x336dad=_0x27edf3[_0x3a4576(0x226)]||AutomationFramework[_0x3a4576(0x174)](),_0x1f7d68=TestFramework[_0x3a4576(0x174)](),_0x52158f=_0x27edf3['commandName']||_0x27edf3[_0x3a4576(0x17e)]?.[_0x3a4576(0x1c0)]();if(!_0x52158f){logger['debug'](_0x3ad907[_0x3a4576(0x219)]);return;}if(!this[_0x3a4576(0x245)]()){logger[_0x3a4576(0x21e)](_0x3a4576(0x136)+_0x52158f);return;}if(!this[_0x3a4576(0x1b7)](_0x52158f)){logger[_0x3a4576(0x21e)](_0x3a4576(0x1a1)+_0x52158f+_0x3a4576(0x279));return;}const _0x5cc7ed=_0x27edf3[_0x3a4576(0x148)]||global[_0x3a4576(0x1da)]?.[_0x3a4576(0x19c)];if(!_0x5cc7ed){logger[_0x3a4576(0x21e)](_0x3a4576(0x1cb)+_0x52158f);return;}let _0x36768b='',_0x11080c=null;if(_0x3ad907[_0x3a4576(0x2c3)](_0x27edf3[_0x3a4576(0x2da)],_0x3ad907[_0x3a4576(0x204)])){_0x11080c=_0x27edf3[_0x3a4576(0x275)]?.[_0x3a4576(0x169)]||_0x27edf3[_0x3a4576(0x275)]?.['id']||global[_0x3a4576(0x1bf)];if(!_0x11080c){logger[_0x3a4576(0x2c8)](_0x3ad907[_0x3a4576(0x2f6)]);return;}try{const _0x2b7cbc=await GrpcClient[_0x3a4576(0x2ad)]()[_0x3a4576(0x121)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x3ad907['WrDkc'],_0x3ad907[_0x3a4576(0x1a4)],_0x11080c),_0x4bca18=AccessibilityModule[_0x3a4576(0x1ad)](null,_0x2b7cbc);_0x36768b=_0x4bca18?.[_0x3a4576(0x199)]||'',logger['debug']('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x36768b+_0x3a4576(0x2f8)+_0x11080c);}catch(_0x14776c){logger[_0x3a4576(0x165)](_0x3a4576(0x205)+_0x14776c[_0x3a4576(0x24e)]);return;}}else _0x36768b=this[_0x3a4576(0x23f)](_0x3ad907[_0x3a4576(0x2f3)])||'',!_0x36768b&&this['isMobileWebSession']()&&(_0x36768b=accessibilityHelper[_0x3a4576(0x117)]());const _0x15d665=this[_0x3a4576(0x23f)](_0x3ad907[_0x3a4576(0x244)])||this[_0x3a4576(0x2b5)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x11d37f=process['env'][_0x3a4576(0x308)]||'',_0x105dc7=this[_0x3a4576(0x24a)](_0x52158f,_0x36768b,_0x15d665,_0x11d37f),_0x4ace54=_0x3ad907[_0x3a4576(0x2c3)](_0x27edf3[_0x3a4576(0x2da)],_0x3ad907['dkexc'])?await AccessibilityModule[_0x3a4576(0x1aa)](_0x3ad907[_0x3a4576(0x1d8)],_0x36768b,_0x11080c):await AccessibilityModule[_0x3a4576(0x1aa)](_0x3ad907['zbIqb'],_0x36768b);logger[_0x3a4576(0x26b)](_0x3a4576(0x2d8)+(_0x105dc7?JSON[_0x3a4576(0x26f)](_0x105dc7):_0x3ad907[_0x3a4576(0x18f)]));const _0x2997c4=CLIUtils[_0x3a4576(0x29a)](_0x105dc7,_0x4ace54);logger['info'](_0x3a4576(0x1e0)+(_0x2997c4?JSON[_0x3a4576(0x26f)](_0x2997c4):_0x3ad907[_0x3a4576(0x18f)])),logger['debug'](_0x3a4576(0x115)+_0x52158f);const _0x49c3ad=await this[_0x3a4576(0x1af)](_0x5cc7ed,_0x36768b,_0x52158f,_0x2997c4,this[_0x3a4576(0x1b2)]);logger['debug'](_0x3a4576(0x243)+_0x52158f+_0x3a4576(0x18e)+JSON[_0x3a4576(0x26f)](_0x49c3ad));}catch(_0x11f9cb){logger[_0x3a4576(0x165)](_0x3a4576(0x11b)+(_0x11f9cb[_0x3a4576(0x274)]||_0x11f9cb[_0x3a4576(0x24e)]));}}[a104_0x153030(0x192)](){return this['getCurrentAccessibilityStatus']();}[a104_0x153030(0x250)](_0x2ab8b7){const _0xbfb64e=a104_0x153030,_0x14e431=CLIUtils[_0xbfb64e(0x2d7)]();this[_0xbfb64e(0x162)][_0xbfb64e(0x12c)](_0x14e431,_0x2ab8b7);}async[a104_0x153030(0x270)](_0x2ce706){const _0x2783eb=a104_0x153030,_0x10b47f={};_0x10b47f[_0x2783eb(0x2fd)]=_0x2783eb(0x18d);const _0x393f92=_0x10b47f;try{const _0x517a2c=_0x2ce706[_0x2783eb(0x226)]||AutomationFramework[_0x2783eb(0x174)](),_0x504d99=_0x517a2c?.[_0x2783eb(0x176)]?.()?.[_0x2783eb(0x1c6)]?.(this['KEY_INIT'])||![];if(_0x504d99)return;PerformanceTester['start'](EVENTS[_0x2783eb(0x2f0)]);const _0x1e53d3=await GrpcClient[_0x2783eb(0x2ad)]()[_0x2783eb(0x1e1)](_0x2ce706);_0x1e53d3&&_0x1e53d3[_0x2783eb(0x2e1)]&&_0x1e53d3[_0x2783eb(0x2e1)]()&&_0x1e53d3['getAccessibility']()[_0x2783eb(0x2b8)]()?(await this[_0x2783eb(0x14f)](_0x1e53d3,_0x2ce706),_0x517a2c?.['getData']&&_0x517a2c[_0x2783eb(0x176)]()[_0x2783eb(0x12c)](this[_0x2783eb(0x1ae)],!![]),logger['debug'](_0x2783eb(0x2af)+(_0x517a2c?.[_0x2783eb(0x2d5)]?.()||_0x393f92[_0x2783eb(0x2fd)])+_0x2783eb(0x220))):logger[_0x2783eb(0x21e)](_0x2783eb(0x2af)+(_0x517a2c?.[_0x2783eb(0x2d5)]?.()||_0x393f92[_0x2783eb(0x2fd)])+_0x2783eb(0x166)),PerformanceTester[_0x2783eb(0x299)](EVENTS[_0x2783eb(0x2f0)]);}catch(_0x131629){PerformanceTester[_0x2783eb(0x299)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x131629[_0x2783eb(0x24e)]),logger[_0x2783eb(0x165)](_0x2783eb(0x289)+(_0x131629[_0x2783eb(0x274)]||_0x131629['message']));}}async['loadAccessibilityConfig'](_0x1ae651,_0x3115ac){const _0x42963e=a104_0x153030;await this[_0x42963e(0x1dc)](_0x1ae651,_0x3115ac);const _0x53110b=_0x1ae651[_0x42963e(0x2e1)]()[_0x42963e(0x16b)]();if(_0x53110b){const _0x563f11=_0x1ae651[_0x42963e(0x1a2)]&&_0x1ae651[_0x42963e(0x1a2)]();_0x563f11&&(this[_0x42963e(0x2b5)][this[_0x42963e(0x157)]]=_0x563f11[_0x42963e(0x26a)]&&_0x563f11[_0x42963e(0x26a)]());}}['shouldScanForCommand'](_0x28fa15){const _0x47cba3=a104_0x153030,_0x47f33a={};_0x47f33a[_0x47cba3(0x2b3)]=function(_0x49e63f,_0x44647b){return _0x49e63f===_0x44647b;};const _0xb7bb70=_0x47f33a;try{if(!_0x28fa15)return![];const _0x5074ee=this[_0x47cba3(0x2b5)]?.[_0x47cba3(0x2dd)]?.[_0x47cba3(0x17f)]?.[_0x47cba3(0x2b6)]||[],_0x1befac=_0x5074ee[_0x47cba3(0x2ac)](_0x22407c=>{const _0x5aafd1=_0x47cba3;return _0x22407c[_0x5aafd1(0x276)]&&_0xb7bb70['HVUAS'](_0x22407c['name']['toLowerCase'](),_0x28fa15['toLowerCase']());});return logger[_0x47cba3(0x21e)]('shouldScanForCommand:\x20'+_0x28fa15+_0x47cba3(0x223)+_0x1befac+_0x47cba3(0x2fe)+JSON[_0x47cba3(0x26f)](_0x5074ee[_0x47cba3(0x1d0)](_0x1902d7=>_0x1902d7['name']))),_0x1befac;}catch(_0x2dcad7){return logger[_0x47cba3(0x21e)](_0x47cba3(0x2f1)+_0x2dcad7[_0x47cba3(0x24e)]),![];}}['isBrowserstackScriptCommand'](_0x173b7f){const _0x4cd678=a104_0x153030,_0x43562d={};_0x43562d[_0x4cd678(0x15e)]=function(_0x214bd1,_0x144c66){return _0x214bd1===_0x144c66;},_0x43562d['QwkJY']=_0x4cd678(0x14b),_0x43562d[_0x4cd678(0x27a)]=_0x4cd678(0x1e8);const _0x50a293=_0x43562d,_0x49d680=_0x173b7f[_0x4cd678(0x2f2)]&&_0x173b7f[_0x4cd678(0x2f2)]();return _0x49d680&&_0x50a293[_0x4cd678(0x15e)](typeof _0x49d680,_0x50a293['QwkJY'])&&_0x49d680['includes'](_0x50a293[_0x4cd678(0x27a)]);}[a104_0x153030(0x253)](_0x237b65){const _0x464629=a104_0x153030,_0x135c53={};_0x135c53[_0x464629(0x16e)]=function(_0x492e99,_0x5968db){return _0x492e99!==_0x5968db;},_0x135c53['DpvxI']='string',_0x135c53[_0x464629(0x249)]='accessibility',_0x135c53[_0x464629(0x1ed)]=_0x464629(0x138),_0x135c53['zmiUU']='getResults',_0x135c53[_0x464629(0x142)]=_0x464629(0x232);const _0x5d5f12=_0x135c53,_0x32a6f9=_0x237b65[_0x464629(0x2f2)]&&_0x237b65[_0x464629(0x2f2)]();if(!_0x32a6f9||_0x5d5f12[_0x464629(0x16e)](typeof _0x32a6f9,_0x5d5f12[_0x464629(0x11a)]))return![];return _0x32a6f9[_0x464629(0x263)](_0x5d5f12['lTDVA'])||_0x32a6f9[_0x464629(0x263)](_0x5d5f12[_0x464629(0x1ed)])||_0x32a6f9[_0x464629(0x263)](_0x5d5f12[_0x464629(0x307)])||_0x32a6f9[_0x464629(0x263)](_0x5d5f12[_0x464629(0x142)]);}[a104_0x153030(0x1c4)](){const _0x30589f=a104_0x153030,_0x1f40ca={'UXXTH':function(_0x5d7924,_0x44791e){return _0x5d7924===_0x44791e;},'miurB':'function','CYUlz':function(_0x30365c,_0x54865e){return _0x30365c(_0x54865e);},'YdSjP':'platformName','JmmpD':function(_0x25ce91,_0x263832){return _0x25ce91(_0x263832);},'ORhUW':_0x30589f(0x177),'boWZQ':function(_0x118ac8,_0x421a92){return _0x118ac8===_0x421a92;},'KOKDO':function(_0xa97611,_0x4ff934){return _0xa97611(_0x4ff934);},'nGAVc':_0x30589f(0x1ea),'RQhGD':function(_0x292f1c,_0x584896){return _0x292f1c(_0x584896);},'mVkGQ':'chrome'};try{const _0x45cfd9=this[_0x30589f(0x2b5)]?.[_0x30589f(0x2dd)]?.[_0x30589f(0x27b)]||[],_0x573b04=_0x3ec901=>{const _0x12fff9=_0x30589f,_0x324d95=_0x45cfd9[_0x12fff9(0x2c5)](_0x18dd82=>(typeof _0x18dd82[_0x12fff9(0x1c0)]===_0x12fff9(0x12d)?_0x18dd82['getName']():_0x18dd82[_0x12fff9(0x276)])===_0x3ec901);return _0x324d95?_0x1f40ca['UXXTH'](typeof _0x324d95[_0x12fff9(0x215)],_0x1f40ca['miurB'])?_0x324d95[_0x12fff9(0x215)]():_0x324d95[_0x12fff9(0x224)]:null;},_0x2a6784=_0x1f40ca['CYUlz'](_0x573b04,_0x1f40ca[_0x30589f(0x27f)]),_0x1294c7=_0x1f40ca[_0x30589f(0x28f)](_0x573b04,_0x1f40ca[_0x30589f(0x1e2)]),_0x3280ce=global[_0x30589f(0x23a)]||_0x2a6784&&_0x1f40ca['boWZQ'](_0x1f40ca[_0x30589f(0x161)](String,_0x2a6784)['toLowerCase'](),_0x1f40ca[_0x30589f(0x2fb)])&&_0x1294c7&&_0x1f40ca[_0x30589f(0x209)](String,_0x1294c7)[_0x30589f(0x1fa)]()[_0x30589f(0x263)](_0x1f40ca[_0x30589f(0x190)]);if(!_0x3280ce)return![];if(!accessibilityHelper[_0x30589f(0x125)]())return!this[_0x30589f(0x294)]&&(logger[_0x30589f(0x2c8)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x14e282){return logger[_0x30589f(0x21e)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x14e282['message']),![];}}[a104_0x153030(0x24a)](_0x5135b3,_0x2b8a79,_0x21a202,_0x1e64ad){const _0x5e49eb=a104_0x153030,_0x26d3d4={};_0x26d3d4[_0x5e49eb(0x2bc)]=function(_0x1013a4,_0x431b8d){return _0x1013a4||_0x431b8d;},_0x26d3d4['pMvcX']=function(_0xdec158,_0x540735){return _0xdec158&&_0x540735;},_0x26d3d4[_0x5e49eb(0x271)]=_0x5e49eb(0x191);const _0x17d2c3=_0x26d3d4;let _0x3990a8=_0x17d2c3['isnZq'](_0x2b8a79,'');const _0x482355=!this['isAppAccessibility']&&this[_0x5e49eb(0x1c4)]();_0x17d2c3['pMvcX'](_0x482355,!_0x3990a8)&&(_0x3990a8=accessibilityHelper[_0x5e49eb(0x117)]());const _0x4717cc={'command':_0x5135b3,'thTestRunUuid':_0x3990a8,'thBuildUuid':_0x17d2c3['isnZq'](_0x21a202,''),'thJwtToken':_0x17d2c3[_0x5e49eb(0x2bc)](_0x1e64ad,''),'timestamp':new Date()['toISOString']()};return _0x482355&&(_0x4717cc[_0x5e49eb(0x25e)]=!![],logger[_0x5e49eb(0x21e)](_0x17d2c3['cAeLw'])),_0x4717cc;}[a104_0x153030(0x1d7)](_0x2009c0){const _0x1da479=a104_0x153030,_0x5192bb={};_0x5192bb[_0x1da479(0x2aa)]=function(_0x55fd3e,_0x25e8ec){return _0x55fd3e||_0x25e8ec;};const _0x36cbb6=_0x5192bb;try{const _0x2622d6=this['accessibilityConfig']?.[_0x1da479(0x2dd)]?.[_0x1da479(0x186)]||[],_0x2b7b21=_0x2622d6[_0x1da479(0x2c5)](_0x2c2d05=>_0x2c2d05[_0x1da479(0x276)]===_0x2009c0);return _0x36cbb6[_0x1da479(0x2aa)](_0x2b7b21,null);}catch(_0x5f024f){return logger['debug'](_0x1da479(0x2fc)+_0x2009c0+':\x20'+_0x5f024f['message']),null;}}async['executeScriptByName'](_0x5b6319,_0x5a42b,_0x963b38=null){const _0x472a20=a104_0x153030,_0xc3e621={'XfJYK':function(_0x574a5b,_0x1680c6){return _0x574a5b(_0x1680c6);},'brMDe':'../../playwright/accessibility-helper'};try{if(!_0x5b6319)return logger[_0x472a20(0x21e)](_0x472a20(0x2a0)+_0x5a42b),null;const _0x2345fd=this[_0x472a20(0x1d7)](_0x5a42b);if(!_0x2345fd||!_0x2345fd[_0x472a20(0x17e)])return logger[_0x472a20(0x21e)](_0x472a20(0x1b3)+_0x5a42b+_0x472a20(0x241)),null;logger[_0x472a20(0x21e)](_0x472a20(0x2e5)+_0x5a42b+'\x20accessibility\x20script\x20on\x20page');const _0x26c5d0=_0xc3e621[_0x472a20(0x1ec)](require,_0xc3e621[_0x472a20(0x2c9)]),_0x3a441f=_0x963b38?await _0x26c5d0[_0x472a20(0x1ba)](_0x5b6319,_0x2345fd['command'],_0x963b38):await _0x26c5d0[_0x472a20(0x1ba)](_0x5b6319,_0x2345fd[_0x472a20(0x17e)]);return _0x3a441f;}catch(_0x1828ae){return logger[_0x472a20(0x165)](_0x472a20(0x127)+_0x5a42b+':\x20'+(_0x1828ae[_0x472a20(0x274)]||_0x1828ae[_0x472a20(0x24e)])),null;}}async[a104_0x153030(0x1af)](_0x5acacd,_0x492643,_0x857dc4,_0x45a42b,_0x4b2eb7,_0x115e43=a104_0x153030(0x1f3)){const _0x4d1d76=a104_0x153030,_0x324a26={'cwEHo':function(_0x115fc1,_0x50d5cb){return _0x115fc1===_0x50d5cb;},'kEZTV':_0x4d1d76(0x1f3),'fxwAf':function(_0x21dfd2,_0x282ad9){return _0x21dfd2(_0x282ad9);},'SSiyp':_0x4d1d76(0x306)};try{logger[_0x4d1d76(0x21e)](_0x4d1d76(0x214)+_0x857dc4+_0x4d1d76(0x2b4)+_0x115e43);const _0xded21d=this[_0x4d1d76(0x1d7)](_0x115e43);if(!_0xded21d||!_0xded21d[_0x4d1d76(0x17e)]){logger['debug'](_0x4d1d76(0x236)+_0x115e43+_0x4d1d76(0x259));return;}if(_0x324a26[_0x4d1d76(0x27e)](_0x115e43,_0x324a26[_0x4d1d76(0x29d)])){const _0x579170=_0x324a26[_0x4d1d76(0x20c)](require,_0x324a26[_0x4d1d76(0x23e)]),_0x2a46cb={};_0x2a46cb[_0x4d1d76(0x17e)]=_0x857dc4;const _0x2c4777=await PerformanceTester[_0x4d1d76(0x1f5)](PerformanceA11yEvents[_0x4d1d76(0x2ce)],async()=>{return await _0x579170['browserStackEvaluate'](_0x5acacd,_0xded21d['command'],_0x45a42b);},_0x2a46cb)();return logger[_0x4d1d76(0x26b)](_0x4d1d76(0x222)+_0x115e43+_0x4d1d76(0x20b)+_0x857dc4+':\x20'+util[_0x4d1d76(0x179)](_0x2c4777)),_0x2c4777;}const _0x3ed9a4=_0x324a26[_0x4d1d76(0x20c)](require,_0x324a26[_0x4d1d76(0x23e)]),_0x215070=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4d1d76(0x1f4)],async()=>{const _0x1392e5=_0x4d1d76;return await _0x3ed9a4[_0x1392e5(0x1ba)](_0x5acacd,_0xded21d['command'],_0x45a42b);})();return logger[_0x4d1d76(0x26b)](_0x4d1d76(0x222)+_0x115e43+_0x4d1d76(0x20b)+_0x857dc4+':\x20'+util[_0x4d1d76(0x179)](_0x215070)),_0x215070;}catch(_0x2e825e){logger[_0x4d1d76(0x165)](_0x4d1d76(0x13f)+_0x115e43+':\x20'+(_0x2e825e[_0x4d1d76(0x274)]||_0x2e825e['message']));}}async[a104_0x153030(0x23d)](_0x55a728){const _0xfe0596=a104_0x153030,_0x199d86={'wWPpx':function(_0x2ab709,_0x5517fd){return _0x2ab709(_0x5517fd);},'HiSFC':_0xfe0596(0x1df)};try{const _0x5ee8ac=_0x199d86['wWPpx'](require,_0x199d86['HiSFC']);return await _0x5ee8ac[_0xfe0596(0x1eb)](_0x55a728);}catch(_0xb57db4){return logger[_0xfe0596(0x165)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0xb57db4['stack']||_0xb57db4[_0xfe0596(0x24e)])),![];}}[a104_0x153030(0x21b)](_0x4a05f9,_0x30e3df,_0x15488f){const _0x5b1abd=a104_0x153030,_0x96ecf8={'YkBqY':function(_0x147f1c,_0x1a1359){return _0x147f1c(_0x1a1359);},'zWVNw':'../../playwright/accessibility-helper','kdRGM':_0x5b1abd(0x262),'azopM':_0x5b1abd(0x131)};try{const _0x3e4aaf=_0x96ecf8[_0x5b1abd(0x19f)](require,_0x96ecf8['zWVNw']);_0x3e4aaf['processAccessibilityCaps'](_0x4a05f9,_0x30e3df,_0x15488f);const _0x40a04e=JSON[_0x5b1abd(0x26f)](_0x4a05f9)[_0x5b1abd(0x2f4)](/"browserstack\.user":"[^"]*"/g,_0x96ecf8['kdRGM'])[_0x5b1abd(0x2f4)](/"browserstack\.key":"[^"]*"/g,_0x96ecf8['azopM']);logger[_0x5b1abd(0x21e)](_0x5b1abd(0x213)+global[_0x5b1abd(0x2c1)]+'\x20'+_0x40a04e);}catch(_0x1af0fa){logger[_0x5b1abd(0x165)](_0x5b1abd(0x1a8)+(_0x1af0fa[_0x5b1abd(0x274)]||_0x1af0fa[_0x5b1abd(0x24e)]));}}async['getAccessibilityResults'](_0x34be76){const _0x30d5b4=a104_0x153030,_0x5559ce={};_0x5559ce[_0x30d5b4(0x2cc)]=_0x30d5b4(0x286),_0x5559ce['UZFMA']=function(_0x100720,_0x436ba8){return _0x100720>_0x436ba8;},_0x5559ce[_0x30d5b4(0x124)]=function(_0x1ca754,_0x2231df){return _0x1ca754>_0x2231df;},_0x5559ce[_0x30d5b4(0x172)]=_0x30d5b4(0x1e6);const _0x36eac8=_0x5559ce;try{if(!this[_0x30d5b4(0x245)]())return logger[_0x30d5b4(0x2c8)](_0x36eac8[_0x30d5b4(0x2cc)]),[];const _0xf433df=this[_0x30d5b4(0x1c4)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x30d5b4(0x117)]()}:{};_0x36eac8['UZFMA'](Object[_0x30d5b4(0x2dc)](_0xf433df)[_0x30d5b4(0x146)],0x0)&&logger['debug'](_0x30d5b4(0x2cd)+JSON[_0x30d5b4(0x26f)](_0xf433df));const _0x465b8f=_0x36eac8[_0x30d5b4(0x124)](Object['keys'](_0xf433df)[_0x30d5b4(0x146)],0x0)?await this[_0x30d5b4(0x112)](_0x34be76,_0x36eac8[_0x30d5b4(0x172)],_0xf433df):await this['executeScriptByName'](_0x34be76,_0x36eac8[_0x30d5b4(0x172)]);return _0x465b8f||[];}catch(_0x5832ee){return logger['error'](_0x30d5b4(0x22d)+(_0x5832ee[_0x30d5b4(0x274)]||_0x5832ee['message'])),[];}}async[a104_0x153030(0x300)](_0xc39ffe){const _0x12edb0=a104_0x153030,_0x4eb03d={'cBxfm':_0x12edb0(0x1f3),'WYSRj':_0x12edb0(0x2a9),'vMRBx':_0x12edb0(0x237),'eJqqZ':function(_0x30eb4b,_0x3bc1e1){return _0x30eb4b(_0x3bc1e1);},'onFnA':_0x12edb0(0x27c),'LdTgG':function(_0x148fb7,_0x5ae1d9){return _0x148fb7===_0x5ae1d9;},'JfqNK':_0x12edb0(0x145),'eoXpX':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','gNwMw':_0x12edb0(0x162),'wpbUk':_0x12edb0(0x230),'XVjCz':_0x12edb0(0x300),'PbuPI':'test_run_id','NsxVp':_0x12edb0(0x1c5),'gVjPM':_0x12edb0(0x1db)};try{if(!this[_0x12edb0(0x245)]())return logger[_0x12edb0(0x2c8)](_0x4eb03d[_0x12edb0(0x155)]),{};const _0x48488c=_0x4eb03d[_0x12edb0(0x21d)](require,_0x4eb03d[_0x12edb0(0x21a)]),_0x4d399e=_0x48488c['getTestFrameworkDetail'](),_0x2f49d5=_0x4eb03d[_0x12edb0(0x293)](_0x4d399e?.[_0x12edb0(0x276)]?.[_0x12edb0(0x1fa)](),_0x4eb03d[_0x12edb0(0x156)]);let _0x394399='',_0x7a8e87=null,_0xf5d606=null;if(_0x2f49d5){_0x7a8e87=global[_0x12edb0(0x1bf)]||global[_0x12edb0(0x1da)]?.['currentTest']?.['testAnalyticsId']||global[_0x12edb0(0x1da)]?.[_0x12edb0(0x20e)]?.['id'];if(!_0x7a8e87)return logger[_0x12edb0(0x2c8)](_0x4eb03d[_0x12edb0(0x1b4)]),{};try{const _0x56f7f6=await GrpcClient[_0x12edb0(0x2ad)]()[_0x12edb0(0x121)](process['env'][_0x12edb0(0x28a)],_0x4eb03d[_0x12edb0(0x22f)],_0x4eb03d['WYSRj'],_0x7a8e87),_0x380d21=AccessibilityModule['loadDriverExecuteParams'](null,_0x56f7f6);_0x394399=_0x380d21?.[_0x12edb0(0x199)]||'',logger[_0x12edb0(0x21e)](_0x12edb0(0x141)+_0x394399+_0x12edb0(0x2f8)+_0x7a8e87);const _0x15c1c0=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4eb03d[_0x12edb0(0x2d2)],_0x394399,_0x7a8e87),_0xcaf060=this[_0x12edb0(0x23f)](_0x4eb03d['wpbUk'])||this['accessibilityConfig'][this[_0x12edb0(0x157)]]||null,_0x4ab881=process[_0x12edb0(0x133)][_0x12edb0(0x308)]||'',_0x2621e3=this[_0x12edb0(0x24a)](_0x4eb03d['XVjCz'],_0x394399,_0xcaf060,_0x4ab881);_0xf5d606=_0x48488c['mergeObject'](_0x2621e3,_0x15c1c0),logger[_0x12edb0(0x21e)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x12edb0(0x26f)](_0xf5d606));}catch(_0x514561){return logger[_0x12edb0(0x165)](_0x12edb0(0x16f)+_0x514561['message']),{};}}else{_0x394399=this[_0x12edb0(0x23f)](_0x4eb03d[_0x12edb0(0x252)])||'';!_0x394399&&this[_0x12edb0(0x1c4)]()&&(_0x394399=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x109829=this['getCapabilityValue'](_0x4eb03d[_0x12edb0(0x118)])||this[_0x12edb0(0x2b5)][this[_0x12edb0(0x157)]]||null,_0x51b3ec=process[_0x12edb0(0x133)]['BROWSERSTACK_TESTHUB_JWT']||'';_0xf5d606=this['getParamsForScanForCli'](_0x4eb03d[_0x12edb0(0x247)],_0x394399,_0x109829,_0x51b3ec);}logger['debug'](_0x4eb03d[_0x12edb0(0x2a7)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x12edb0(0x2ce)],async()=>{const _0x21e4ac=_0x12edb0,_0x194b6e=await this['executeScriptByName'](_0xc39ffe,_0x4eb03d['cBxfm'],_0xf5d606);logger[_0x21e4ac(0x21e)](_0x21e4ac(0x2b2)+util[_0x21e4ac(0x179)](_0x194b6e));},{'command':_0x4eb03d[_0x12edb0(0x247)]})();const _0x320ad5=await PerformanceTester[_0x12edb0(0x1f5)](PerformanceA11yEvents[_0x12edb0(0x182)],async()=>{const _0x4ab6c9=_0x12edb0;return await this['executeScriptByName'](_0xc39ffe,_0x4eb03d[_0x4ab6c9(0x2d2)],_0xf5d606);})();if(!_0x320ad5)return logger[_0x12edb0(0x21e)](_0x4eb03d[_0x12edb0(0x1b1)]),{};return _0x320ad5;}catch(_0x1e3041){return logger[_0x12edb0(0x165)](_0x12edb0(0x188)+(_0x1e3041[_0x12edb0(0x274)]||_0x1e3041['message'])),{};}}async[a104_0x153030(0x1ff)](_0x3cfcd6,_0x59fe3f,_0x2b66d7=null){const _0x1b76ad=a104_0x153030,_0x3b4317={};_0x3b4317['hbydX']=_0x1b76ad(0x1a9),_0x3b4317[_0x1b76ad(0x304)]='performPageScan:\x20Script\x20is\x20null',_0x3b4317['Smmqv']='Executing\x20accessibility\x20script\x20on\x20page';const _0x33626a=_0x3b4317;try{if(!_0x3cfcd6)return logger[_0x1b76ad(0x21e)](_0x33626a[_0x1b76ad(0x1a3)]),null;if(!_0x59fe3f)return logger[_0x1b76ad(0x21e)](_0x33626a['zUfWC']),null;logger['debug'](_0x33626a[_0x1b76ad(0x1be)]);const _0xce4419=_0x2b66d7?await _0x3cfcd6[_0x1b76ad(0x281)](_0x59fe3f,_0x2b66d7):await _0x3cfcd6[_0x1b76ad(0x281)](_0x59fe3f);return _0xce4419;}catch(_0x4c72fe){return logger['error'](_0x1b76ad(0x2a1)+(_0x4c72fe['stack']||_0x4c72fe[_0x1b76ad(0x24e)])),null;}}static[a104_0x153030(0x1ad)](_0x39997c,_0x32336f){const _0x228623=a104_0x153030,_0x4dea6e={};_0x4dea6e[_0x228623(0x203)]=_0x228623(0x2ff);const _0x4fd142=_0x4dea6e,_0x3fe70d={};_0x3fe70d[_0x228623(0x199)]=_0x39997c;const _0x28d75d=_0x3fe70d;let _0x1813e7={};if(_0x32336f[_0x228623(0x2b8)]()&&_0x32336f['hasAccessibilityExecuteParams']())try{_0x1813e7=JSON[_0x228623(0x1d2)](new Buffer(_0x32336f[_0x228623(0x27d)]())[_0x228623(0x1d9)](_0x4fd142[_0x228623(0x203)]));}catch(_0x32383a){logger[_0x228623(0x165)](_0x228623(0x2d3)+_0x32383a['message']),_0x1813e7={};}return CLIUtils[_0x228623(0x29a)](_0x28d75d,_0x1813e7);}static async['fetchCentralAuthA11yConfig'](_0x293b9d,_0x2afb15='',_0x160c07=null){const _0x58569d=a104_0x153030,_0x1b0796={};_0x1b0796['IIiGn']=_0x58569d(0x29f),_0x1b0796[_0x58569d(0x1c3)]='accessibility';const _0x36958b=_0x1b0796;try{if(!_0x160c07&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x58569d(0x26e)];if(!process['env'][_0x58569d(0x28a)])return logger[_0x58569d(0x165)](_0x36958b[_0x58569d(0x19d)]),{};const _0x348254=await GrpcClient[_0x58569d(0x2ad)]()[_0x58569d(0x121)](process[_0x58569d(0x133)][_0x58569d(0x28a)],_0x36958b[_0x58569d(0x1c3)],_0x293b9d,_0x160c07),_0x5c47b2=_0x160c07?AccessibilityModule[_0x58569d(0x1ad)](null,_0x348254)?.[_0x58569d(0x199)]||_0x2afb15:_0x2afb15,_0x10a1e6=AccessibilityModule[_0x58569d(0x1ad)](_0x5c47b2,_0x348254);return!_0x160c07&&(AccessibilityModule[_0x58569d(0x26e)]=_0x10a1e6,AccessibilityModule[_0x58569d(0x240)]=!![]),_0x10a1e6;}catch(_0x2eba6e){return logger[_0x58569d(0x165)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x293b9d+':\x20'+(_0x2eba6e[_0x58569d(0x274)]||_0x2eba6e[_0x58569d(0x24e)])),{};}}};function a104_0x2cfd(){const _0x161ddb=['Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','GnKaI','bind','isMobilePlatform','Error\x20applying\x20sendMessageToServer\x20patch:\x20','../../utils/playwright-patcher','validatePlatformForAccessibility','SSiyp','getCapabilityValue','_centralAuthConfigFetched','\x20script\x20available','hLDYF','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','beIbh','getCurrentAccessibilityStatus','TlgOH','XVjCz','../framework/testFramework','lTDVA','getParamsForScanForCli',',\x20testIdentifier=','titlePath','awgqM','message','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','setShouldScanCurrentTest','2710393XaSKlV','PbuPI','isAccessibilityScriptCommand',',\x20isAppAccessibility=','--headless=','isEnabled','YsONF','present','\x20script\x20available\x20in\x20scriptsList','dDuXY','QUIT','chromeOptions','applySendMessageToServerPatch','is_mobile_session','getCapabilities','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','Exception\x20in\x20isPlatformSupported:\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','includes','gzXxr','SAsUJ','XPLBM','ftcve','eVoWV','KofMl','getBuildId','info','CrTCs',']\x20onAfterTest\x20should\x20scan=','_centralAuthA11yConfig','stringify','initAccessibilityConfig','cAeLw','getScriptsList','setAccessibilityToken','stack','testInfo','name','cucumber','StAVJ','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','oiBJn','capabilitiesList','../cliUtils','getAccessibilityExecuteParams','cwEHo','YdSjP','ujfIW','evaluate','VDThP','YBbou','HDjxr','AUTOMATION_SESSIONS','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','isEnabledTestcase','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','Error\x20in\x20initAccessibilityConfig:\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','BAyni','VmwJd','EIVaw','JmmpD','null','../../../helpers/performance/performance-tester.js','saveResults','LdTgG','_mobileScanningDisabledLogged','GFDaG','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','KEY_TEST_NAME','NON_BROWSERSTACK_AUTOMATION_SESSIONS','end','mergeObject','FbWgM',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','kEZTV','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','Error\x20in\x20performPageScan:\x20','onBeforeExecute','iZQVz','goog:chromeOptions','BxTmr','czZEl','NsxVp','parseFromProto','getResultsSummary','LuOHa','hFRnL','some','getInstance','nHsCr','[platform\x20-\x20','args','join','Scan\x20result:\x20','HVUAS','\x20using\x20script:\x20','accessibilityConfig','commandsList','lUyma','getSuccess','udfkg','BRJzi','Botfy','isnZq','updateData','../framework/constants/testFrameworkConstants.js','kwQrE','../../../helpers/helper','accessibilityPlatform','sxLtW','LdjZR','tYwoT','find','LigAi','PEwTT','warn','brMDe','Error\x20in\x20stopTestCapture:\x20','uugEv','Ovmbb','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','PERFORM_SCAN','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','\x20env=','\x20browser\x20version\x20greater\x20than\x20','WYSRj','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','patchSendMessageToServer','getPlatformIndex','xbTvw','getCurrentInstanceName','ScanArgs:\x20','NxtAm','testFramework','browserstack.accessibilityOptions.scannerProcessingTimeout','keys','options','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','getTestUUID','getBrowserDisplayName','getAccessibility','\x20a11yToken=','XRWYi','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Executing\x20','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20',',\x20includeTags=','on\x20non-BrowserStack\x20infrastructure\x20','getCapabilitiesList','true','registerObserver',']\x20isEnabledTestcase\x20(jest)\x20result=','tjeLF','432102xEFZBN','commandName','SDK_ACCESSIBILITY_CONFIG','Error\x20in\x20shouldScanForCommand:\x20','getScript','izJVI','replace','2209686wPBxLG','dczkl',',\x20framework=','\x20from\x20testIdentifier=','yXDgp','iLDiD','nGAVc','Error\x20getting\x20script\x20by\x20name\x20','azoQi',',\x20available\x20commands:\x20','ascii','getAccessibilityResultsSummary','getState','uMpoX','a11y:save-results','zUfWC','stopTestCapture','../../playwright/accessibility-helper','zmiUU','BROWSERSTACK_TESTHUB_JWT','executeScriptByName','split','KJlyO','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','name:\x20','resolveMobileThTestRunUuid','wpbUk','startsWith','DpvxI','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','xYpbE','PdXoa','MQVHB','BKNwM','getGoogleChromeOptions','fetchDriverExecuteParamsEvent','LARFz','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','VMdib','isMobileScanningEnabledForGroup',',\x20testName=','Error\x20executing\x20script\x20','TVvnB','Unknown\x20Test','\x20testHubUuid=','test-tags-->\x20','set','function','tZxPc','Evhgr',']\x20should\x20run\x20accessibility\x20value=','\x22browserstack.key\x22:\x22[REDACTED]\x22','browserVersion','env','onBeforeExecute:\x20command=','lfbLB','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','SIYMx','performScan','5KawCQA','has','TEST_INIT','voIiT','iZwLK','getMinVersionForBrowser','Error\x20in\x20performScanForCli\x20for\x20script\x20','gAKqz','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Nunaa','\x20value=','finishScanningForCli','jest','length','zteLh','page','bpjpz','Performing\x20scan\x20before\x20from\x20cli','string',']\x20clear\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','DRIVER_INIT','loadAccessibilityConfig','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','uHtds','piztk','headless','Atdvo','vMRBx','JfqNK','KEY_TESTHUB_BUILD_ID','wcagVersion',',\x20excludeTags=','zGIXG','MzTtB','SSIPq','setLogDisabledShown','koKMF','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','uBYNW','KOKDO','accessibility','testcafe','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','error',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','Error\x20getting\x20capability\x20value\x20for\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','testAnalyticsId','pslkO','getOptions','pqoRw','getModuleName','qVQVn','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BS_A11Y_JWT','getAllData','lWjHc','ldOni','getTrackedInstance','aqtXo','getData','browserName','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','format','capabilities','requiresChromeOptionsValidation','UrVff','rpvwb','command','commandsToWrap','IwtMt','LXWZC','GET_RESULTS_SUMMARY','vKsLh','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','excludeTagsInTestingScope','scriptsList','__accessibilityOptions','Error\x20in\x20getAccessibilityResultsSummary:\x20','larVZ','xooOa','XPLSW','HwCsq','unknown',',\x20\x0a\x20','iGMoI','mVkGQ','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','shouldScanCurrentTest','../../../helpers/performance/constants.js','Ajlpq','version','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','isPlatformSupported','LOG_DISABLED_SHOWN','thTestRunUuid','sAlmS','test_run_id','pwPage','IIiGn','mYGDG','YkBqY','Context','onBeforeExecute:\x20Command\x20','getTesthub','hbydX','AYDaG','yuLDm','isAccessibilityAutomationSession','accessibilityToken','Error\x20in\x20processAccessibilityCaps:\x20','performPageScan:\x20Page\x20is\x20null','fetchCentralAuthA11yConfig','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isFinite','loadDriverExecuteParams','KEY_INIT','performScanForCli','getCommandsList','gVjPM','isAppAccessibility','executeScriptByName:\x20No\x20','eoXpX',']\x20isEnabledTestcase\x20(cucumber)\x20result=','UJBPS','shouldScanForCommand','getContext','VNXMe','browserStackEvaluate','getPlatformCaps','vLunP','getTestDetails','Smmqv','__jestCurrentTestIdentifier','getName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getCommandsToWrap','pOIBO','isMobileWebSession','Performing\x20scan\x20before\x20getting\x20results\x20summary','get','../../../helpers/classLogger','hgKXs','isArray','nHcZb','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','ovlcJ','XTBxp','JTEGL','EXECUTE','map','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','parse','KEY_DRIVER_HAS_URL','mElmM','xOcwN','iBpTx','getScriptByName','zbIqb','toString','__workerDetails','No\x20summaryResults\x20found.','setAccessibilityConfig','delete','MODULE_NAME','../../../helpers/accessibility-automation/helper','MergedScanArgs:\x20','getAccessibilityConfig','ORhUW','FXlBa','isBrowserSupportedForAccessibility','1220712VMfQfS','getResults','182151imHpmX','browserstack_executor','DFrNV','android','platformValidation','XfJYK','Jryxe','./baseModule','dhLub','ZJXIU','Error\x20checking\x20headless\x20capability:\x20','isPlatformSupported:\x20caps\x20are\x20null','scan','SAVE_RESULTS','measureWrapper','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','isVersionSupported','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','OtBbG','toLowerCase','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','zpQoS','browserstack.accessibilityOptions.authToken','bqejN','performPageScan','platformCaps','jBCCj','QyMtI','FyjMN','dkexc','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','latest','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','browserstack.accessibilityOptions.wcagVersion','RQhGD','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','\x20result\x20for\x20','fxwAf','362930iTJSaq','currentTest','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','onAfterTest','scannerVersion','Processed\x20accessibility\x20caps\x20','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','getValue','YLFsR','../TestInfo.js','bpNOU','MetIN','onFnA','processAccessibilityCaps','zsEOe','eJqqZ','debug','setShouldScan',']\x20Accessibility\x20configuration\x20initialized\x20successfully','TrackedInstance','Page\x20','\x20->\x20','value','OJfWK','instance','uGkeL','_sendMessageServerPatchApplied','6176280Duocqr','QvDrD','Accessibility\x20data\x20for\x20extension:\x20','DRIVER_HAS_URL','Error\x20in\x20getAccessibilityResults:\x20','kEWyo','gNwMw','testhub_build_uuid','trim','saveTestResults','test_tags','launchCaps','getTestId','performScanForCli:\x20No\x20'];a104_0x2cfd=function(){return _0x161ddb;};return a104_0x2cfd();}module['exports']=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a105_0x3a62cb=a105_0x527e;function a105_0x527e(_0x12f8ed,_0x122905){const _0x10803c=a105_0x1080();return a105_0x527e=function(_0x527ef0,_0x2ab9af){_0x527ef0=_0x527ef0-0x163;let _0x2c58bd=_0x10803c[_0x527ef0];return _0x2c58bd;},a105_0x527e(_0x12f8ed,_0x122905);}(function(_0x41da79,_0x427ecd){const _0x15c061=a105_0x527e,_0x19dee2=_0x41da79();while(!![]){try{const _0x45b48d=-parseInt(_0x15c061(0x17f))/0x1*(-parseInt(_0x15c061(0x180))/0x2)+-parseInt(_0x15c061(0x183))/0x3+parseInt(_0x15c061(0x185))/0x4+parseInt(_0x15c061(0x173))/0x5+-parseInt(_0x15c061(0x182))/0x6*(-parseInt(_0x15c061(0x163))/0x7)+parseInt(_0x15c061(0x167))/0x8*(-parseInt(_0x15c061(0x18c))/0x9)+-parseInt(_0x15c061(0x166))/0xa*(parseInt(_0x15c061(0x187))/0xb);if(_0x45b48d===_0x427ecd)break;else _0x19dee2['push'](_0x19dee2['shift']());}catch(_0x643313){_0x19dee2['push'](_0x19dee2['shift']());}}}(a105_0x1080,0x74706));function a105_0x1080(){const _0x3ff939=['jsInE','hRBLV','testFrameworkData','testCaseStartedId','testInfo','8218MZtxrV','BaseModule','config','20atbUQa','22104BxfLCE','object','../../../helpers/test-observability/constants.js','getTestId','setTestFrameworkData','CUCUMBER','PLAYWRIGHT','JEST','winstonLogger','_test','name','rgIao','3056045ZrSYIE','FoJJZ','Configured\x20module\x20',',\x20platformIndex=','zFnto','../../../helpers/logger.js','Missing\x20binSessionId','debug','athJW','configure','version','BKOYH','218455GjrQNS','2OgzadR','getModuleName','3492WyNWpo','631308XtWPIA','binSessionId','16404xxjSHG','testFramework','292930fsqdMV','lRJum','platformIndex','client','split','2529EAbIPh','2|1|3|4|0','exports'];a105_0x1080=function(){return _0x3ff939;};return a105_0x1080();}const logger=require(a105_0x3a62cb(0x178))[a105_0x3a62cb(0x16f)],{FRAMEWORKS}=require(a105_0x3a62cb(0x169));class BaseModule{constructor(_0xc8c40d=null){const _0x3f6f3f=a105_0x3a62cb,_0x1533b2={};_0x1533b2[_0x3f6f3f(0x177)]='5|0|2|4|3|1',_0x1533b2[_0x3f6f3f(0x174)]=_0x3f6f3f(0x164);const _0x4a599f=_0x1533b2,_0x5c24e3=_0x4a599f['zFnto'][_0x3f6f3f(0x18b)]('|');let _0xf7e408=0x0;while(!![]){switch(_0x5c24e3[_0xf7e408++]){case'0':this[_0x3f6f3f(0x184)]=null;continue;case'1':this[_0x3f6f3f(0x191)]=this[_0x3f6f3f(0x16b)](_0xc8c40d);continue;case'2':this[_0x3f6f3f(0x189)]=0x0;continue;case'3':this[_0x3f6f3f(0x18a)]=null;continue;case'4':this['config']={};continue;case'5':this[_0x3f6f3f(0x171)]=_0x4a599f[_0x3f6f3f(0x174)];continue;}break;}}['ensureBinSession'](){const _0x1b733c=a105_0x3a62cb,_0x2a224b={};_0x2a224b['xMkiW']=_0x1b733c(0x179);const _0x28b2ec=_0x2a224b;if(!this[_0x1b733c(0x184)])throw new Error(_0x28b2ec['xMkiW']);}['getModuleName'](){return this['name'];}[a105_0x3a62cb(0x17c)](_0x2adf2f,_0x43331f,_0x31c5db,_0x2b362d={}){const _0x3b0133=a105_0x3a62cb,_0x59de77={};_0x59de77[_0x3b0133(0x17e)]=_0x3b0133(0x18d);const _0x1bc4ee=_0x59de77,_0x8639ad=_0x1bc4ee[_0x3b0133(0x17e)][_0x3b0133(0x18b)]('|');let _0x60ca98=0x0;while(!![]){switch(_0x8639ad[_0x60ca98++]){case'0':logger[_0x3b0133(0x17a)](_0x3b0133(0x175)+this[_0x3b0133(0x181)]()+'\x20with\x20binSessionId='+_0x2adf2f+_0x3b0133(0x176)+_0x43331f);continue;case'1':this[_0x3b0133(0x189)]=_0x43331f;continue;case'2':this['binSessionId']=_0x2adf2f;continue;case'3':this[_0x3b0133(0x18a)]=_0x31c5db;continue;case'4':this[_0x3b0133(0x165)]=_0x2b362d;continue;}break;}}[a105_0x3a62cb(0x16a)](_0x341fc9){const _0x17aed8=a105_0x3a62cb,_0x4f7ab9={};_0x4f7ab9[_0x17aed8(0x18f)]=function(_0x554fb8,_0x898f95){return _0x554fb8===_0x898f95;},_0x4f7ab9[_0x17aed8(0x172)]=function(_0x1fbc85,_0x45edc7){return _0x1fbc85===_0x45edc7;},_0x4f7ab9[_0x17aed8(0x188)]=function(_0x1ef19,_0x4b3add){return _0x1ef19===_0x4b3add;};const _0x4050a5=_0x4f7ab9;let _0x4c091a='';if(_0x4050a5[_0x17aed8(0x18f)](_0x341fc9[_0x17aed8(0x186)],FRAMEWORKS[_0x17aed8(0x16d)]))_0x4c091a=_0x341fc9[_0x17aed8(0x193)]?.[_0x17aed8(0x170)]?.['id']||_0x341fc9[_0x17aed8(0x193)]?.['testId'];else{if(_0x4050a5[_0x17aed8(0x172)](_0x341fc9[_0x17aed8(0x186)],FRAMEWORKS[_0x17aed8(0x16c)]))_0x4c091a=_0x341fc9[_0x17aed8(0x193)]?.[_0x17aed8(0x192)];else _0x4050a5[_0x17aed8(0x188)](_0x341fc9[_0x17aed8(0x186)],FRAMEWORKS[_0x17aed8(0x16e)])&&(_0x4c091a=_0x341fc9['testInfo']?.['id']);}return _0x4c091a;}[a105_0x3a62cb(0x16b)](_0x584783){const _0x403db2=a105_0x3a62cb,_0x1cb55b={};_0x1cb55b[_0x403db2(0x190)]=function(_0x42b101,_0x59c887){return _0x42b101!==_0x59c887;},_0x1cb55b[_0x403db2(0x17b)]=_0x403db2(0x168);const _0x2aefd7=_0x1cb55b;if(!_0x584783||_0x2aefd7['hRBLV'](typeof _0x584783,_0x2aefd7['athJW']))return null;const _0x41714d={};_0x41714d[_0x403db2(0x171)]=_0x584783[_0x403db2(0x171)],_0x41714d[_0x403db2(0x17d)]=_0x584783[_0x403db2(0x17d)]&&_0x584783[_0x403db2(0x17d)][_0x584783['name']];const _0x36a20d=_0x41714d;return _0x36a20d;}}module[a105_0x3a62cb(0x18e)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a106_0x592238=a106_0x343b;(function(_0x5d0259,_0x210ea1){const _0x3e1eb2=a106_0x343b,_0x132582=_0x5d0259();while(!![]){try{const _0x24e2e0=parseInt(_0x3e1eb2(0x10d))/0x1+parseInt(_0x3e1eb2(0x113))/0x2+parseInt(_0x3e1eb2(0x112))/0x3+-parseInt(_0x3e1eb2(0x107))/0x4*(parseInt(_0x3e1eb2(0x123))/0x5)+-parseInt(_0x3e1eb2(0x11a))/0x6+-parseInt(_0x3e1eb2(0x10f))/0x7*(-parseInt(_0x3e1eb2(0x101))/0x8)+-parseInt(_0x3e1eb2(0x11e))/0x9;if(_0x24e2e0===_0x210ea1)break;else _0x132582['push'](_0x132582['shift']());}catch(_0x1bd122){_0x132582['push'](_0x132582['shift']());}}}(a106_0x4413,0x3dfcf));const {createClassLogger}=require(a106_0x592238(0x105)),logger=createClassLogger('LoadTestModule'),{sendSdkEvents}=require(a106_0x592238(0x108)),isLTSSession=(_0x542415=null)=>{const _0x3c3bab=a106_0x592238,_0x20b5fc={};_0x20b5fc[_0x3c3bab(0x106)]=function(_0x53ffba,_0x39f32a){return _0x53ffba!==_0x39f32a;},_0x20b5fc[_0x3c3bab(0x11f)]=_0x3c3bab(0x125),_0x20b5fc[_0x3c3bab(0x124)]=function(_0x222c54,_0x50c02d){return _0x222c54===_0x50c02d;},_0x20b5fc[_0x3c3bab(0x115)]=_0x3c3bab(0x11c),_0x20b5fc[_0x3c3bab(0x102)]=function(_0x2a4517,_0x492c46){return _0x2a4517===_0x492c46;},_0x20b5fc[_0x3c3bab(0x10c)]=_0x3c3bab(0xff),_0x20b5fc[_0x3c3bab(0x121)]=function(_0x2ea524,_0x293a63){return _0x2ea524===_0x293a63;},_0x20b5fc[_0x3c3bab(0xfe)]=function(_0x570c7e,_0x568e0e){return _0x570c7e===_0x568e0e;},_0x20b5fc[_0x3c3bab(0x10a)]=_0x3c3bab(0x117);const _0x3b4b14=_0x20b5fc;try{if(_0x3b4b14[_0x3c3bab(0x106)](typeof process[_0x3c3bab(0x129)][_0x3c3bab(0x109)],_0x3b4b14[_0x3c3bab(0x11f)])){const _0xb96450=process[_0x3c3bab(0x129)][_0x3c3bab(0x109)];return _0x3b4b14[_0x3c3bab(0x124)](typeof _0xb96450,_0x3b4b14[_0x3c3bab(0x115)])?_0x3b4b14[_0x3c3bab(0x102)](_0xb96450[_0x3c3bab(0x116)](),_0x3b4b14[_0x3c3bab(0x10c)]):!!_0xb96450;}const _0x75a50b=_0x542415&&_0x542415[_0x3c3bab(0x109)],_0x35f0bd=!!(_0x542415&&(_0x3b4b14[_0x3c3bab(0x102)](_0x542415[_0x3c3bab(0x127)],!![])||_0x3b4b14[_0x3c3bab(0x121)](_0x542415[_0x3c3bab(0x127)],_0x3b4b14[_0x3c3bab(0x10c)]))),_0x44c07f=!!(_0x75a50b&&_0x3b4b14['lDIZF'](_0x75a50b['toString']()[_0x3c3bab(0x116)](),_0x3b4b14[_0x3c3bab(0x10c)])&&!_0x35f0bd);return process[_0x3c3bab(0x129)][_0x3c3bab(0x109)]=_0x44c07f?_0x3b4b14[_0x3c3bab(0x10c)]:_0x3b4b14[_0x3c3bab(0x10a)],_0x44c07f;}catch(_0x330698){return process[_0x3c3bab(0x129)][_0x3c3bab(0x109)]=_0x3b4b14['RcZvM'],![];}},getLTSSessionId=()=>{const _0x3f32c4=a106_0x592238,_0x48b3dd={'FndTq':function(_0x309136){return _0x309136();},'bCCFa':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','NhVhv':_0x3f32c4(0x111)};try{if(_0x48b3dd[_0x3f32c4(0x11d)](isLTSSession))return logger[_0x3f32c4(0x114)](_0x48b3dd[_0x3f32c4(0x10b)]),process[_0x3f32c4(0x129)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x535670){logger[_0x3f32c4(0x110)](_0x3f32c4(0xfb)+(_0x535670&&_0x535670[_0x3f32c4(0x122)]));}return logger[_0x3f32c4(0x114)](_0x48b3dd[_0x3f32c4(0x10e)]),'';},setLTSSessionId=async(_0x98ce89={})=>{const _0x1d636a=a106_0x592238,_0x2d2cb5={'CxxEc':function(_0x47a32b){return _0x47a32b();},'oveEF':_0x1d636a(0xfc),'IbrjD':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','YeoxF':_0x1d636a(0x119),'sQSpT':function(_0x3399bf,_0x1b0593){return _0x3399bf(_0x1b0593);},'VFpYw':function(_0x4da1f0,_0x3b12f4,_0x592d52){return _0x4da1f0(_0x3b12f4,_0x592d52);},'BLQIG':function(_0x3615f5,_0x2f2454){return _0x3615f5||_0x2f2454;}};try{const _0x2eadc2=_0x2d2cb5['CxxEc'](getLTSSessionId);_0x2eadc2?(process['env'][_0x1d636a(0x103)]=_0x2eadc2,logger['debug'](_0x2d2cb5[_0x1d636a(0x128)])):(delete process['env']['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x1d636a(0x114)](_0x2d2cb5[_0x1d636a(0xfd)]));try{const _0x521dc5={'feature':_0x2d2cb5[_0x1d636a(0x118)],'ltsEnabled':_0x2d2cb5['sQSpT'](isLTSSession,_0x98ce89),'ltsSessionIdPresent':!!_0x2eadc2};await _0x2d2cb5[_0x1d636a(0x12b)](sendSdkEvents,_0x521dc5,_0x98ce89);}catch(_0x5a9a47){logger[_0x1d636a(0x114)](_0x1d636a(0x100)+(_0x5a9a47&&_0x5a9a47[_0x1d636a(0x122)]));}return _0x2d2cb5[_0x1d636a(0x120)](_0x2eadc2,'');}catch(_0x164da2){return logger['debug']('setLTSSessionId\x20error:\x20'+(_0x164da2&&_0x164da2['message'])),'';}},a106_0x2736cb={};function a106_0x343b(_0x3711ee,_0x3cf065){const _0x441365=a106_0x4413();return a106_0x343b=function(_0x343bb3,_0x111929){_0x343bb3=_0x343bb3-0xfb;let _0x1406a2=_0x441365[_0x343bb3];return _0x1406a2;},a106_0x343b(_0x3711ee,_0x3cf065);}a106_0x2736cb[a106_0x592238(0x11b)]=isLTSSession,a106_0x2736cb[a106_0x592238(0x104)]=getLTSSessionId,a106_0x2736cb[a106_0x592238(0x12a)]=setLTSSessionId,module[a106_0x592238(0x126)]=a106_0x2736cb;function a106_0x4413(){const _0x2d85a4=['true','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','1392JukrWC','czsHG','BROWSERSTACK_LTS_SESSION_ID','getLTSSessionId','../../../helpers/classLogger.js','RvbvR','464028BUQoxu','../../../helpers/helper.js','overrideLoadTesting','RcZvM','bCCFa','ohTRv','168417bGKgTu','NhVhv','18333STugJU','error','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','356730aosbRI','748104hZAPaz','debug','cduJo','toLowerCase','false','YeoxF','LTS','1633362cKsKnm','isLTSSession','string','FndTq','2186406IKXsoo','mWjct','BLQIG','utlTA','message','15BIjlPH','rjiDf','undefined','exports','browserstackAutomation','oveEF','env','setLTSSessionId','VFpYw','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','IbrjD','lDIZF'];a106_0x4413=function(){return _0x2d85a4;};return a106_0x4413();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a107_0x3505e5=a107_0x114d;function a107_0x3d0b(){const _0x26f09b=['2023XZvEjd','TEST_REPORTING_ANALYTICS','page','ObservabilityModule','935576kJsuGp','bind','../state/automationFrameworkState.js','./baseModule','440419nyWfbR','374MPfnVq','DUMbP','2045682uTkuOv','../../../helpers/performance/constants.js','info','observabilityConfig','\x20sync\x20done','end','278812ubKrvf','WyEZB','onBeforeTest:\x20page\x20is\x20not\x20defined','KLBVN','POST','start','onBeforeTest:\x20','logger','SYNC','getModuleName','now','619185ORKArN','106tQMPRa','MODULE_NAME','15330zpzWRg','18PeMBvp','JRDYc','9ExcHGt','onBeforeTest','../state/hookState.js'];a107_0x3d0b=function(){return _0x26f09b;};return a107_0x3d0b();}function a107_0x114d(_0xb0d311,_0x2493f1){const _0x3d0beb=a107_0x3d0b();return a107_0x114d=function(_0x114d8c,_0x179129){_0x114d8c=_0x114d8c-0x139;let _0xe53907=_0x3d0beb[_0x114d8c];return _0xe53907;},a107_0x114d(_0xb0d311,_0x2493f1);}(function(_0x3d38b9,_0x3eb259){const _0x2aeaa6=a107_0x114d,_0x12d21d=_0x3d38b9();while(!![]){try{const _0x37db7b=parseInt(_0x2aeaa6(0x140))/0x1*(parseInt(_0x2aeaa6(0x15d))/0x2)+-parseInt(_0x2aeaa6(0x13d))/0x3*(parseInt(_0x2aeaa6(0x151))/0x4)+-parseInt(_0x2aeaa6(0x15c))/0x5+parseInt(_0x2aeaa6(0x13b))/0x6*(parseInt(_0x2aeaa6(0x148))/0x7)+-parseInt(_0x2aeaa6(0x144))/0x8+parseInt(_0x2aeaa6(0x14b))/0x9+-parseInt(_0x2aeaa6(0x13a))/0xa*(-parseInt(_0x2aeaa6(0x149))/0xb);if(_0x37db7b===_0x3eb259)break;else _0x12d21d['push'](_0x12d21d['shift']());}catch(_0x5de0f1){_0x12d21d['push'](_0x12d21d['shift']());}}}(a107_0x3d0b,0x1ea39));const BaseModule=require(a107_0x3505e5(0x147)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a107_0x3505e5(0x146)),HookState=require(a107_0x3505e5(0x13f)),{playwrightAnnotate}=require('../../../helpers/helper.js'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a107_0x3505e5(0x14c)),constants=require('../../utils/constants.js');class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a107_0x3505e5(0x143));constructor(_0x473f6a){const _0xa96168=a107_0x3505e5,_0x1e3659={};_0x1e3659[_0xa96168(0x14a)]=_0xa96168(0x143);const _0x3a1f7f=_0x1e3659;super(),this['name']=_0x3a1f7f['DUMbP'],this[_0xa96168(0x14e)]=_0x473f6a,AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0xa96168(0x155)],this[_0xa96168(0x13e)][_0xa96168(0x145)](this));}[a107_0x3505e5(0x15a)](){const _0x1ce2ca=a107_0x3505e5;return ObservabilityModule[_0x1ce2ca(0x139)];}async[a107_0x3505e5(0x13e)](_0x42ecf0){const _0x39ff0c=a107_0x3505e5,_0x197aad={'JRDYc':function(_0x25ff66,_0x134e90){return _0x25ff66+_0x134e90;},'IGtZU':'ObservabilitySync:','WyEZB':function(_0x580802,_0x13325f,_0x518987,_0x3a0570){return _0x580802(_0x13325f,_0x518987,_0x3a0570);},'XSeka':'debug','KLBVN':_0x39ff0c(0x153)};if(_0x42ecf0[_0x39ff0c(0x142)]){const _0x432978=_0x42ecf0[_0x39ff0c(0x142)],_0x54ad81=Date[_0x39ff0c(0x15b)](),_0x388a2e=_0x197aad[_0x39ff0c(0x13c)](_0x197aad['IGtZU'],_0x54ad81);PerformanceTester[_0x39ff0c(0x156)](O11y_EVENTS[_0x39ff0c(0x159)]),await _0x197aad[_0x39ff0c(0x152)](playwrightAnnotate,_0x432978,_0x388a2e,_0x197aad['XSeka']),PerformanceTester[_0x39ff0c(0x150)](O11y_EVENTS[_0x39ff0c(0x159)]),this[_0x39ff0c(0x158)][_0x39ff0c(0x14d)](_0x39ff0c(0x157)+constants[_0x39ff0c(0x141)]+_0x39ff0c(0x14f));}else this[_0x39ff0c(0x158)]['debug'](_0x197aad[_0x39ff0c(0x154)]);}}ObservabilityModule['MODULE_NAME']=a107_0x3505e5(0x143),module['exports']=ObservabilityModule;
|