browserstack-node-sdk 1.64.3 → 1.65.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/generated/sdk-messages-accessibility_pb.d.ts +70 -0
- package/generated/sdk-messages-accessibility_pb.js +545 -1
- package/generated/sdk_grpc_pb.d.ts +5 -0
- package/generated/sdk_grpc_pb.js +33 -0
- package/package.json +3 -3
- 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/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -0
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -0
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -0
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a105_0x15fa59=a105_0x470b;function a105_0x24e1(){const _0x54a786=['keys','set','digest','pid','get','bHybT','1624814kMFwjF','9926536CZlOVt','crypto','data','context','13358940GckOCM','774385xRnqZt','hex','getData','forEach','1icgRwP','XeiIF','4PZPBYU','addMultipleEntries','getRef','1688994SRtpxa','getId','12274029ZnVVRc','getAllData','worker_threads','oSqLU','sha256','updateMultipleEntries','./trackedContext','3907938bysPXC','7TDjFJk','isBrowserstackAutomationSession','updateData','update'];a105_0x24e1=function(){return _0x54a786;};return a105_0x24e1();}(function(_0x5da2da,_0x2cdb6a){const _0x3ee18d=a105_0x470b,_0x1ee35=_0x5da2da();while(!![]){try{const _0xd6985c=parseInt(_0x3ee18d(0x18d))/0x1*(parseInt(_0x3ee18d(0x183))/0x2)+parseInt(_0x3ee18d(0x192))/0x3+-parseInt(_0x3ee18d(0x18f))/0x4*(-parseInt(_0x3ee18d(0x189))/0x5)+parseInt(_0x3ee18d(0x178))/0x6*(parseInt(_0x3ee18d(0x179))/0x7)+parseInt(_0x3ee18d(0x184))/0x8+-parseInt(_0x3ee18d(0x171))/0x9+-parseInt(_0x3ee18d(0x188))/0xa;if(_0xd6985c===_0x2cdb6a)break;else _0x1ee35['push'](_0x1ee35['shift']());}catch(_0x574a28){_0x1ee35['push'](_0x1ee35['shift']());}}}(a105_0x24e1,0xb073b));const TrackedContext=require(a105_0x15fa59(0x177)),crypto=require(a105_0x15fa59(0x185)),{threadId}=require(a105_0x15fa59(0x173));function a105_0x470b(_0x572b42,_0x56629f){const _0x24e181=a105_0x24e1();return a105_0x470b=function(_0x470b13,_0xe637f7){_0x470b13=_0x470b13-0x171;let _0x1f506a=_0x24e181[_0x470b13];return _0x1f506a;},a105_0x470b(_0x572b42,_0x56629f);}class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a105_0x15fa59(0x17a);constructor(_0x6bffc3){const _0x3ab551=a105_0x15fa59;this[_0x3ab551(0x187)]=_0x6bffc3,this[_0x3ab551(0x186)]=new Map();}[a105_0x15fa59(0x191)](){const _0x5e6a38=a105_0x15fa59;return this[_0x5e6a38(0x187)][_0x5e6a38(0x193)]();}['getContext'](){return this['context'];}[a105_0x15fa59(0x172)](){return this['data'];}[a105_0x15fa59(0x176)](_0x5ab0f6){const _0x233d21=a105_0x15fa59;Object[_0x233d21(0x17d)](_0x5ab0f6)[_0x233d21(0x18c)](_0x2d0691=>{const _0x83a7d3=_0x233d21;this['data'][_0x83a7d3(0x17e)](_0x2d0691,_0x5ab0f6[_0x2d0691]);});}[a105_0x15fa59(0x190)](_0x84256b){const _0x50aa7d=a105_0x15fa59;Object['entries'](_0x84256b)[_0x50aa7d(0x18c)](([_0x99015d,_0x3ac30b])=>{const _0xc7cdbb=_0x50aa7d,_0x2760ca=this['data'][_0xc7cdbb(0x181)](_0x99015d)||{},_0x4d3082={..._0x2760ca,..._0x3ac30b},_0x358133=_0x4d3082;this['data']['set'](_0x99015d,_0x358133);});}[a105_0x15fa59(0x18b)](_0x5b363d){const _0x5f074e=a105_0x15fa59;return this['data'][_0x5f074e(0x181)](_0x5b363d);}[a105_0x15fa59(0x17b)](_0x5c748c,_0x1b21f9){const _0x95dd24=a105_0x15fa59;this[_0x95dd24(0x186)][_0x95dd24(0x17e)](_0x5c748c,_0x1b21f9);}static['createContext'](_0x336035){const _0x4e283e=a105_0x15fa59,_0x4360b0={};_0x4360b0[_0x4e283e(0x18e)]=_0x4e283e(0x175),_0x4360b0['bHybT']=_0x4e283e(0x18a),_0x4360b0[_0x4e283e(0x174)]=function(_0x572d08,_0x1f711b){return _0x572d08||_0x1f711b;};const _0x209745=_0x4360b0;return new TrackedContext(crypto['createHash'](_0x209745[_0x4e283e(0x18e)])[_0x4e283e(0x17c)](_0x336035)[_0x4e283e(0x17f)](_0x209745[_0x4e283e(0x182)]),_0x209745['oSqLU'](threadId,0x0),process[_0x4e283e(0x180)],typeof _0x336035);}}module['exports']=TrackedInstance;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a103_0x4b551a=a103_0x117f;(function(_0x421d4f,_0x158f16){const _0x11270a=a103_0x117f,_0x4d08f8=_0x421d4f();while(!![]){try{const _0x3e0ce1=-parseInt(_0x11270a(0x2d1))/0x1*(-parseInt(_0x11270a(0x1c8))/0x2)+-parseInt(_0x11270a(0x369))/0x3*(parseInt(_0x11270a(0x2b4))/0x4)+parseInt(_0x11270a(0x2b2))/0x5*(-parseInt(_0x11270a(0x235))/0x6)+-parseInt(_0x11270a(0x21e))/0x7+parseInt(_0x11270a(0x2d8))/0x8+parseInt(_0x11270a(0x27b))/0x9+parseInt(_0x11270a(0x216))/0xa;if(_0x3e0ce1===_0x158f16)break;else _0x4d08f8['push'](_0x4d08f8['shift']());}catch(_0x56d276){_0x4d08f8['push'](_0x4d08f8['shift']());}}}(a103_0x1c9c,0x29369));function a103_0x117f(_0x506d5d,_0x37ff8b){const _0x1c9c89=a103_0x1c9c();return a103_0x117f=function(_0x117f37,_0x1558fb){_0x117f37=_0x117f37-0x1c0;let _0x4cad34=_0x1c9c89[_0x117f37];return _0x4cad34;},a103_0x117f(_0x506d5d,_0x37ff8b);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a103_0x4b551a(0x1f2)),CLIUtils=require(a103_0x4b551a(0x3c9)),AutomationFramework=require(a103_0x4b551a(0x2a8)),TestFramework=require(a103_0x4b551a(0x372)),AutomationFrameworkState=require(a103_0x4b551a(0x2df)),HookState=require(a103_0x4b551a(0x274)),GrpcClient=require(a103_0x4b551a(0x3bc)),scripts=require(a103_0x4b551a(0x2dd)),logger=createClassLogger(a103_0x4b551a(0x3d5)),PerformanceTester=require(a103_0x4b551a(0x335)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a103_0x4b551a(0x1ef)),{nestedKeyValue,isUndefined}=require(a103_0x4b551a(0x1c4)),util=require(a103_0x4b551a(0x34e)),TestInfo=require(a103_0x4b551a(0x308)),TestFrameworkConstants=require(a103_0x4b551a(0x1d7)),accessibilityHelper=require(a103_0x4b551a(0x285));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a103_0x4b551a(0x257)];static [a103_0x4b551a(0x3ba)]=![];static [a103_0x4b551a(0x1e6)]={};constructor(_0x6bbb76){const _0x3614bc=a103_0x4b551a,_0x230be1={};_0x230be1[_0x3614bc(0x326)]=_0x3614bc(0x288),_0x230be1[_0x3614bc(0x2b9)]=_0x3614bc(0x3b5),_0x230be1['ZDyPD']='DRIVER_HAS_URL',_0x230be1[_0x3614bc(0x22f)]='testhub_build_uuid',_0x230be1[_0x3614bc(0x276)]='ACCESSIBILITY_INITIALIZED';const _0x496f8a=_0x230be1,_0x3ba66f=_0x496f8a['GBWBo'][_0x3614bc(0x2c1)]('|');let _0x1f9a17=0x0;while(!![]){switch(_0x3ba66f[_0x1f9a17++]){case'0':AutomationFramework[_0x3614bc(0x23e)](AutomationFrameworkState['QUIT'],HookState['PRE'],this[_0x3614bc(0x293)][_0x3614bc(0x246)](this));continue;case'1':this[_0x3614bc(0x31b)](_0x6bbb76[_0x3614bc(0x217)]()[_0x3614bc(0x289)]());continue;case'2':AutomationFramework[_0x3614bc(0x23e)](AutomationFrameworkState['CREATE'],HookState[_0x3614bc(0x3da)],this[_0x3614bc(0x250)]['bind'](this));continue;case'3':logger[_0x3614bc(0x29e)](_0x496f8a[_0x3614bc(0x2b9)]);continue;case'4':AutomationFramework[_0x3614bc(0x23e)](AutomationFrameworkState[_0x3614bc(0x263)],HookState['PRE'],this[_0x3614bc(0x380)]['bind'](this));continue;case'5':this[_0x3614bc(0x30a)]=![];continue;case'6':this['accessibilityConfig']=_0x6bbb76[_0x3614bc(0x28e)]();continue;case'7':this[_0x3614bc(0x2ec)]=[];continue;case'8':this[_0x3614bc(0x3d8)]=_0x496f8a[_0x3614bc(0x200)];continue;case'9':this[_0x3614bc(0x2b0)]=_0x496f8a[_0x3614bc(0x22f)];continue;case'10':this['isEnabled']=!![];continue;case'11':this[_0x3614bc(0x1c7)]=_0x496f8a[_0x3614bc(0x276)];continue;case'12':super();continue;case'13':this[_0x3614bc(0x3bd)]=![];continue;case'14':this[_0x3614bc(0x22a)]=![];continue;case'15':this[_0x3614bc(0x38c)]=new Map();continue;case'16':this[_0x3614bc(0x278)]=new Map();continue;}break;}}[a103_0x4b551a(0x303)](){const _0xcef287=a103_0x4b551a;return this[_0xcef287(0x303)];}[a103_0x4b551a(0x227)](){return AccessibilityModule['MODULE_NAME'];}[a103_0x4b551a(0x1d5)](){const _0x27c91a=a103_0x4b551a;return this['accessibility']['get'](CLIUtils[_0x27c91a(0x336)](),![]);}[a103_0x4b551a(0x1d4)](){const _0x15ba3a=a103_0x4b551a;return this[_0x15ba3a(0x278)][_0x15ba3a(0x2c2)](CLIUtils[_0x15ba3a(0x336)](),![]);}[a103_0x4b551a(0x3bf)](_0x5658f3){const _0xc90dd5=a103_0x4b551a;this[_0xc90dd5(0x278)][_0xc90dd5(0x331)](CLIUtils[_0xc90dd5(0x336)](),_0x5658f3);}['applySendMessageToServerPatch'](){const _0x2100f6=a103_0x4b551a,_0x3c129d={'WdovN':_0x2100f6(0x2cc),'lOfzR':function(_0x5efbd9,_0x512c7d){return _0x5efbd9(_0x512c7d);},'gyFKP':_0x2100f6(0x373),'CKciG':_0x2100f6(0x267),'fbJsK':_0x2100f6(0x25c)};if(this[_0x2100f6(0x3bd)]){logger['debug'](_0x3c129d[_0x2100f6(0x361)]);return;}try{const _0x3c7d37=_0x3c129d['lOfzR'](require,_0x3c129d['gyFKP']);_0x3c7d37&&_0x3c7d37[_0x2100f6(0x1c2)]?(_0x3c7d37[_0x2100f6(0x1c2)](),this[_0x2100f6(0x3bd)]=!![],logger[_0x2100f6(0x29e)](_0x3c129d[_0x2100f6(0x228)])):logger[_0x2100f6(0x29e)](_0x3c129d[_0x2100f6(0x3b3)]);}catch(_0x13d058){logger[_0x2100f6(0x29e)](_0x2100f6(0x3cb)+util[_0x2100f6(0x34a)](_0x13d058));}}[a103_0x4b551a(0x3a3)](_0x59b098=null,_0x12cf78=null,_0x1d1034=null){const _0x238fa3=a103_0x4b551a,_0x1e538a={'RehCy':function(_0x27e346,_0x4a8e9d){return _0x27e346&&_0x4a8e9d;},'CmWKv':_0x238fa3(0x282),'uvlXF':function(_0xc76773,_0x52718f){return _0xc76773(_0x52718f);},'FVBad':_0x238fa3(0x1c4),'oiWsh':_0x238fa3(0x232),'DohzU':_0x238fa3(0x36c),'MkGlr':function(_0x127504,_0x3bf896){return _0x127504===_0x3bf896;},'IZTcy':_0x238fa3(0x33a),'pUwos':'string','InPgf':function(_0x44d682,_0x905e45){return _0x44d682===_0x905e45;},'EydAz':_0x238fa3(0x353),'wsCnu':'goog:chromeOptions','urFsU':function(_0x19612a,_0x31d08d){return _0x19612a!==_0x31d08d;},'vAwVJ':'latest','xpwmq':function(_0x5c2b67){return _0x5c2b67();},'RJnwP':'on\x20non-BrowserStack\x20infrastructure\x20','IEHAb':function(_0x16273a,_0x1e07a5){return _0x16273a(_0x1e07a5);},'Yjxnm':function(_0x3abe9c,_0x109e66){return _0x3abe9c-_0x109e66;},'PdXrX':function(_0x37f347,_0x199f8f){return _0x37f347!==_0x199f8f;},'noFTM':function(_0x1ba999,_0x1cddbe){return _0x1ba999>_0x1cddbe;},'lDBcv':function(_0x222175,_0x1d685a){return _0x222175(_0x1d685a);},'mqhRG':_0x238fa3(0x348)};try{if(_0x1e538a[_0x238fa3(0x3a8)](!_0x12cf78,!_0x1d1034))return logger[_0x238fa3(0x29e)](_0x1e538a[_0x238fa3(0x224)]),![];const {isUndefined:_0x12b2d3,isBrowserstackInfra:_0x1a2fd6}=_0x1e538a[_0x238fa3(0x259)](require,_0x1e538a['FVBad']);if(!accessibilityHelper[_0x238fa3(0x399)]())return logger[_0x238fa3(0x29e)](_0x1e538a[_0x238fa3(0x37a)]),![];const _0x3b5246=_0x12cf78[_0x238fa3(0x1f1)]||_0x12cf78[_0x238fa3(0x3ca)],_0x4dadd6=_0x12cf78[_0x238fa3(0x2fb)]||_0x12cf78['browser_version'];if(!accessibilityHelper[_0x238fa3(0x37c)](_0x3b5246))return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x2e2)]),![];if(accessibilityHelper[_0x238fa3(0x2f8)](_0x3b5246))try{const _0x4f8e44=_0x12cf78[_0x238fa3(0x205)],_0x484a74=_0x1e538a[_0x238fa3(0x29b)](_0x4f8e44,!![])||_0x1e538a[_0x238fa3(0x29b)](_0x4f8e44,_0x1e538a['IZTcy'])||_0x1e538a[_0x238fa3(0x29b)](typeof _0x4f8e44,_0x1e538a[_0x238fa3(0x3d3)])&&_0x1e538a[_0x238fa3(0x358)](_0x4f8e44[_0x238fa3(0x398)](),_0x1e538a[_0x238fa3(0x3a9)]);if(_0x484a74)return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x2fc)]),![];const _0x1d206e=_0x12cf78?.['chromeOptions']?.[_0x238fa3(0x1c1)]||_0x12cf78?.[_0x1e538a[_0x238fa3(0x2e9)]]?.[_0x238fa3(0x1c1)]||[];if(Array[_0x238fa3(0x242)](_0x1d206e)&&_0x1d206e[_0x238fa3(0x2f4)](_0x3bce72=>typeof _0x3bce72===_0x238fa3(0x306)&&(_0x3bce72===_0x238fa3(0x2eb)||_0x3bce72[_0x238fa3(0x249)](_0x238fa3(0x385))&&_0x3bce72!=='--headless=new')))return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x2fc)]),![];}catch(_0x5f4815){logger[_0x238fa3(0x29e)](_0x238fa3(0x316)+util[_0x238fa3(0x34a)](_0x5f4815));}if(_0x1e538a['urFsU'](_0x4dadd6,_0x1e538a[_0x238fa3(0x391)])){const _0x3ad168=_0x1e538a['xpwmq'](_0x1a2fd6),_0x2f1121=accessibilityHelper[_0x238fa3(0x226)](_0x3b5246,_0x3ad168),_0x4ffb68=accessibilityHelper['getBrowserDisplayName'](_0x3b5246);if(!accessibilityHelper[_0x238fa3(0x35c)](_0x4dadd6,_0x2f1121)){const _0x6f68c=_0x3ad168?'':_0x1e538a[_0x238fa3(0x379)],_0x413a00=Number['isFinite'](_0x1e538a[_0x238fa3(0x39d)](parseFloat,_0x2f1121))?_0x1e538a['Yjxnm'](_0x1e538a['uvlXF'](parseFloat,_0x2f1121),0x1):_0x2f1121;return logger[_0x238fa3(0x30d)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20'+_0x4ffb68+_0x238fa3(0x34b)+_0x413a00+'\x20'+_0x6f68c+'.'),![];}}else{const _0xe8fc48=_0x12cf78[_0x238fa3(0x2fb)]||_0x12cf78[_0x238fa3(0x35e)]||_0x12cf78[_0x238fa3(0x268)];if(_0xe8fc48&&_0x1e538a[_0x238fa3(0x31e)](_0xe8fc48,_0x1e538a[_0x238fa3(0x391)])&&!_0x1e538a[_0x238fa3(0x24d)](_0x1e538a[_0x238fa3(0x259)](parseFloat,_0xe8fc48),_0x1e538a[_0x238fa3(0x2d3)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x238fa3(0x30d)](_0x1e538a[_0x238fa3(0x1cb)]),![];}return!![];}catch(_0x29ce42){return logger[_0x238fa3(0x29e)](_0x238fa3(0x375)+_0x29ce42[_0x238fa3(0x223)]),![];}}['isEnabledTestcase'](_0x3a85c9=[],_0x288342,_0x27da24=a103_0x4b551a(0x351)){const _0x320411=a103_0x4b551a,_0x3b9011={'fdHKQ':function(_0x882d4b,_0x58d5bf){return _0x882d4b===_0x58d5bf;},'CoIph':_0x320411(0x26e),'HnMZg':function(_0x93f4b8,_0x18050e){return _0x93f4b8||_0x18050e;},'KhpyA':function(_0x1dc890,_0x2b841c){return _0x1dc890===_0x2b841c;},'IlsxW':function(_0x149ce7,_0x463b79){return _0x149ce7&&_0x463b79;},'PNIAD':_0x320411(0x328),'zrcbZ':function(_0x4c5d6f,_0x2e8723){return _0x4c5d6f===_0x2e8723;},'WXoCx':function(_0x12a4de,_0x1eadaa){return _0x12a4de(_0x1eadaa);},'cIJpw':function(_0x2a2888,_0x270a5e){return _0x2a2888>_0x270a5e;}};try{const _0x201a30=process[_0x320411(0x214)][_0x320411(0x25d)]?JSON['parse'](process[_0x320411(0x214)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x201a30)return!![];const _0x5d608d=Array[_0x320411(0x242)](_0x201a30[_0x320411(0x2fe)])?_0x201a30[_0x320411(0x2fe)]:[],_0xc21746=Array[_0x320411(0x242)](_0x201a30['excludeTagsInTestingScope'])?_0x201a30['excludeTagsInTestingScope']:[];if(_0x3b9011[_0x320411(0x20e)](_0x27da24,_0x3b9011['CoIph'])){let _0x425473;Array[_0x320411(0x242)](_0x3a85c9)?_0x425473=_0x3a85c9[_0x320411(0x28c)]('\x20'):_0x425473=_0x3b9011[_0x320411(0x37e)](_0x3a85c9,'');const _0x972ffc=_0xc21746[_0x320411(0x2f4)](_0x53b360=>_0x425473[_0x320411(0x1eb)](_0x53b360)),_0x4900a6=_0x3b9011[_0x320411(0x28d)](_0x5d608d[_0x320411(0x35d)],0x0)||_0x5d608d['some'](_0x42e7bf=>_0x425473[_0x320411(0x1eb)](_0x42e7bf)),_0x26df40=_0x3b9011[_0x320411(0x3c1)](!_0x972ffc,_0x4900a6);return logger[_0x320411(0x29e)](_0x320411(0x318)+(_0x288342?.[_0x320411(0x239)]?.()||_0x3b9011['PNIAD'])+_0x320411(0x305)+_0x26df40+_0x320411(0x237)+_0x425473+',\x20includeTags='+JSON[_0x320411(0x277)](_0x5d608d)+',\x20excludeTags='+JSON[_0x320411(0x277)](_0xc21746)),_0x26df40;}const _0x4286d8=Array[_0x320411(0x242)](_0x3a85c9)?_0x3a85c9:[];let _0x55c837=![],_0x3d0faa=_0x3b9011[_0x320411(0x377)](_0x5d608d[_0x320411(0x35d)],0x0);const _0x251533=_0x2ac5d4=>typeof _0x2ac5d4==='string'?_0x2ac5d4['replace'](/^@/,'')[_0x320411(0x398)]()[_0x320411(0x3a0)]():_0x2ac5d4,_0x17097b=new Set(_0x5d608d[_0x320411(0x2e6)](_0x251533)),_0x1b68f9=new Set(_0xc21746[_0x320411(0x2e6)](_0x251533));for(const _0x331af4 of _0x4286d8){const _0x1c089f=_0x3b9011[_0x320411(0x376)](_0x251533,_0x331af4);_0x1b68f9['has'](_0x1c089f)&&(_0x55c837=!![]),_0x3b9011[_0x320411(0x23b)](_0x17097b['size'],0x0)&&_0x17097b['has'](_0x1c089f)&&(_0x3d0faa=!![]);}const _0x383c7d=_0x3b9011['IlsxW'](_0x3d0faa,!_0x55c837);return logger[_0x320411(0x29e)](_0x320411(0x318)+(_0x288342?.[_0x320411(0x239)]?.()||_0x3b9011['PNIAD'])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x383c7d+_0x320411(0x25a)+JSON[_0x320411(0x277)](_0x4286d8)+_0x320411(0x2a3)+JSON[_0x320411(0x277)](_0x5d608d)+',\x20excludeTags='+JSON[_0x320411(0x277)](_0xc21746)),_0x383c7d;}catch(_0x4f5ede){return logger[_0x320411(0x29e)](_0x320411(0x318)+(_0x288342?.['getPlatformIndex']?.()||_0x3b9011[_0x320411(0x2fa)])+_0x320411(0x26a)+_0x4f5ede[_0x320411(0x223)]),![];}}async[a103_0x4b551a(0x250)](_0x3c9227){const _0x593e7d=a103_0x4b551a,_0x19e134={};_0x19e134['uayvc']=function(_0x2fd09d,_0xc1598e){return _0x2fd09d!==_0xc1598e;},_0x19e134[_0x593e7d(0x220)]=_0x593e7d(0x351),_0x19e134[_0x593e7d(0x2d0)]=_0x593e7d(0x26e),_0x19e134[_0x593e7d(0x39c)]=_0x593e7d(0x286),_0x19e134[_0x593e7d(0x381)]=function(_0x352e21,_0x22aead){return _0x352e21===_0x22aead;},_0x19e134[_0x593e7d(0x31f)]=_0x593e7d(0x33a),_0x19e134[_0x593e7d(0x26d)]=_0x593e7d(0x343),_0x19e134['bjmYX']='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x19e134[_0x593e7d(0x22d)]=_0x593e7d(0x20d),_0x19e134[_0x593e7d(0x290)]='DRIVER_INIT',_0x19e134[_0x593e7d(0x2f0)]=_0x593e7d(0x2ee),_0x19e134[_0x593e7d(0x1c5)]='Unknown\x20Test',_0x19e134[_0x593e7d(0x2c7)]=function(_0x7f9119,_0x30ca11){return _0x7f9119>_0x30ca11;},_0x19e134[_0x593e7d(0x2d9)]=function(_0xa8e1ba,_0xd08d62){return _0xa8e1ba===_0xd08d62;},_0x19e134[_0x593e7d(0x238)]=_0x593e7d(0x392),_0x19e134[_0x593e7d(0x230)]=_0x593e7d(0x1e5),_0x19e134[_0x593e7d(0x1cc)]=function(_0x1c754d,_0x14c0f9){return _0x1c754d&&_0x14c0f9;},_0x19e134[_0x593e7d(0x333)]=_0x593e7d(0x328);const _0x3470ef=_0x19e134;if(_0x3470ef[_0x593e7d(0x32b)](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef[_0x593e7d(0x220)])&&_0x3470ef[_0x593e7d(0x32b)](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef['nRXqi'])&&_0x3470ef[_0x593e7d(0x32b)](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef[_0x593e7d(0x39c)])){logger[_0x593e7d(0x29e)]('onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x3c9227['testFramework']+')');return;}try{const _0x37f2ff=AutomationFramework[_0x593e7d(0x253)](),_0x5c00bc=TestFramework[_0x593e7d(0x253)](),_0x48943b=_0x3c9227[_0x593e7d(0x297)]||global['__workerDetails']?.[_0x593e7d(0x3db)]||null;if(_0x3470ef['IuKaV'](_0x3c9227[_0x593e7d(0x1f9)],_0x3470ef[_0x593e7d(0x39c)])){const _0x12076b=_0x3c9227[_0x593e7d(0x2ce)]||_0x37f2ff&&_0x37f2ff[_0x593e7d(0x2cb)]&&_0x37f2ff['getPlatformCaps']()||_0x37f2ff&&_0x37f2ff['getCapabilities']&&_0x37f2ff[_0x593e7d(0x311)]()||{},_0x43ca8d=_0x3c9227[_0x593e7d(0x258)]||null,_0x49e51a=this[_0x593e7d(0x3a3)](_0x37f2ff,_0x12076b,_0x43ca8d),_0x4ae862=CLIUtils[_0x593e7d(0x336)]();this['accessibility'][_0x593e7d(0x331)](_0x4ae862,_0x49e51a);global['Context']?.['getContext']&&global[_0x593e7d(0x2ca)]['getContext']()[_0x593e7d(0x281)](_0x49e51a);_0x49e51a?(global[_0x593e7d(0x298)]=!![],process[_0x593e7d(0x214)][_0x593e7d(0x301)]=_0x3470ef[_0x593e7d(0x31f)]):global[_0x593e7d(0x298)]=![];logger[_0x593e7d(0x29e)](_0x593e7d(0x3c7)+_0x49e51a);return;}if(!_0x48943b){_0x5c00bc&&_0x5c00bc[_0x593e7d(0x2e0)](_0x3470ef[_0x593e7d(0x26d)],!![]);logger[_0x593e7d(0x29e)](_0x3470ef['bjmYX']);return;}logger[_0x593e7d(0x29e)](_0x3470ef[_0x593e7d(0x22d)]);const _0xd1ce07=_0x5c00bc?.[_0x593e7d(0x1fc)](_0x3470ef[_0x593e7d(0x290)],![]),_0x1c526e=_0x5c00bc?.[_0x593e7d(0x1fc)](_0x3470ef['yNaBM'],![]);if(_0x3470ef[_0x593e7d(0x381)](_0xd1ce07,![])&&_0x3470ef[_0x593e7d(0x381)](_0x1c526e,![])){_0x5c00bc&&_0x5c00bc[_0x593e7d(0x2e0)](_0x3470ef['vyJQl'],!![]);logger['debug'](_0x3470ef['fduZT']);return;}_0x5c00bc&&_0x5c00bc['updateData'](_0x3470ef[_0x593e7d(0x26d)],!![]);let _0x344b74,_0x2a9bbc;const _0x4aae84=_0x3c9227[_0x593e7d(0x1f9)]||_0x3470ef[_0x593e7d(0x220)];if(_0x3470ef[_0x593e7d(0x381)](_0x4aae84,_0x3470ef[_0x593e7d(0x2d0)])){_0x2a9bbc=_0x3c9227[_0x593e7d(0x20a)]?.['testAnalyticsId']||_0x3c9227[_0x593e7d(0x20a)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x593e7d(0x1e1)]?.[_0x593e7d(0x21c)]||global[_0x593e7d(0x3ab)]?.['currentTest']?.['id'];const _0x266ef5=_0x5c00bc?.['getAllData']()?.[_0x593e7d(0x2c2)](_0x2a9bbc);if(_0x266ef5&&_0x266ef5[TestFrameworkConstants[_0x593e7d(0x294)]])_0x344b74=_0x266ef5[TestFrameworkConstants[_0x593e7d(0x294)]];else{if(_0x3c9227[_0x593e7d(0x20a)]?.['titlePath'])_0x344b74=_0x3c9227[_0x593e7d(0x20a)][_0x593e7d(0x39a)];else global['__workerDetails']?.['currentTest']?.['testInfo']?.[_0x593e7d(0x39a)]?_0x344b74=global[_0x593e7d(0x3ab)]['currentTest']['testInfo'][_0x593e7d(0x39a)]:_0x344b74=_0x3470ef[_0x593e7d(0x1c5)];}logger[_0x593e7d(0x29e)](_0x593e7d(0x3b4)+_0x2a9bbc+_0x593e7d(0x237)+JSON['stringify'](_0x344b74));}else{_0x2a9bbc=this[_0x593e7d(0x1fa)](_0x3c9227);const _0x1202e8=TestInfo[_0x593e7d(0x371)](_0x2a9bbc);let _0x3c9996=[];if(_0x1202e8&&Array[_0x593e7d(0x242)](_0x1202e8['test_tags'])&&_0x3470ef[_0x593e7d(0x2c7)](_0x1202e8[_0x593e7d(0x1e5)][_0x593e7d(0x35d)],0x0))_0x3c9996=_0x1202e8[_0x593e7d(0x1e5)];else{if(_0x5c00bc){const _0x540be1=_0x3470ef[_0x593e7d(0x2d9)](typeof _0x5c00bc[_0x593e7d(0x1fc)],_0x3470ef['oARcg'])?_0x5c00bc[_0x593e7d(0x1fc)](_0x3470ef[_0x593e7d(0x230)],[]):_0x5c00bc[_0x593e7d(0x1e5)]||[];Array[_0x593e7d(0x242)](_0x540be1)&&(_0x3c9996=_0x540be1);}}_0x344b74=_0x3c9996;}logger[_0x593e7d(0x35a)](_0x593e7d(0x229)+JSON[_0x593e7d(0x277)](_0x344b74));const _0x3372e4=this[_0x593e7d(0x3a3)](_0x37f2ff,_0x3c9227[_0x593e7d(0x2ce)],_0x3c9227[_0x593e7d(0x258)]);logger['debug']('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x3372e4+_0x593e7d(0x1ea)+this[_0x593e7d(0x22a)]);const _0x2080d7=this[_0x593e7d(0x283)](_0x344b74,_0x37f2ff,_0x4aae84),_0x102188=_0x3470ef['CBYyH'](_0x3372e4,_0x2080d7),_0x27b6df=CLIUtils[_0x593e7d(0x336)]();this['accessibility'][_0x593e7d(0x331)](_0x27b6df,_0x102188),global['Context']?.[_0x593e7d(0x27f)]&&global['Context']['getContext']()[_0x593e7d(0x281)](_0x102188),logger[_0x593e7d(0x29e)](_0x593e7d(0x318)+(_0x37f2ff?.[_0x593e7d(0x239)]?.()||_0x3470ef[_0x593e7d(0x333)])+_0x593e7d(0x21d)+_0x102188),_0x102188?(global[_0x593e7d(0x298)]=!![],process[_0x593e7d(0x214)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3470ef[_0x593e7d(0x31f)],this[_0x593e7d(0x207)]()):global[_0x593e7d(0x298)]=![];}catch(_0x18def7){logger['error'](_0x593e7d(0x39b)+(_0x18def7[_0x593e7d(0x397)]||_0x18def7['message']));const _0x1939ab=CLIUtils[_0x593e7d(0x336)]();this[_0x593e7d(0x38c)]['set'](_0x1939ab,![]),global[_0x593e7d(0x298)]=![];}}[a103_0x4b551a(0x261)](){const _0xda5cc1=a103_0x4b551a;return this['capabilities'][_0xda5cc1(0x30e)](_0x14e5c4=>_0x14e5c4[_0xda5cc1(0x2ff)]()===_0xda5cc1(0x2bf))?.[_0xda5cc1(0x2b6)]()||'';}['getCapabilityValue'](_0x7b41f6){const _0x1c5bc1=a103_0x4b551a;try{const _0x42caea=this['accessibilityConfig']?.[_0x1c5bc1(0x396)]?.[_0x1c5bc1(0x321)]||[],_0x20c835=_0x42caea[_0x1c5bc1(0x30e)](_0x109759=>_0x109759[_0x1c5bc1(0x257)]===_0x7b41f6);return _0x20c835?_0x20c835[_0x1c5bc1(0x2b3)]:null;}catch(_0x59053e){return logger[_0x1c5bc1(0x29e)](_0x1c5bc1(0x354)+_0x7b41f6+':\x20'+_0x59053e[_0x1c5bc1(0x223)]),null;}}async['setAccessibilityConfig'](_0x449c0f,_0x4762f9){const _0x3a5cd1=a103_0x4b551a,_0x51f8a5=_0x449c0f[_0x3a5cd1(0x1ed)]()['getOptions'](),_0x3e58d0=_0x51f8a5['getScriptsList'](),_0x271bb8=_0x51f8a5[_0x3a5cd1(0x1d1)]()?.[_0x3a5cd1(0x2a7)]();scripts['parseFromProto'](_0x3e58d0,_0x271bb8),scripts[_0x3a5cd1(0x1ce)]();const _0x58586d=_0x51f8a5[_0x3a5cd1(0x289)]();this[_0x3a5cd1(0x2ec)]=_0x51f8a5[_0x3a5cd1(0x289)](),await this[_0x3a5cd1(0x31b)](_0x58586d,_0x4762f9[_0x3a5cd1(0x258)]);}async[a103_0x4b551a(0x31b)](_0x5b1028,_0x275feb={}){const _0x370245=a103_0x4b551a,_0x4e9792={'FmsFF':_0x370245(0x2f9),'rYNmn':_0x370245(0x203),'fgOIQ':function(_0xf09630,_0x57ca46){return _0xf09630===_0x57ca46;},'NOpRY':_0x370245(0x3d7),'gshdo':function(_0x505439,_0x3ae986){return _0x505439(_0x3ae986);},'lYDwZ':_0x370245(0x2f6),'fSOrZ':_0x370245(0x272),'LuOCN':'hex','mUEpE':function(_0x14e81f,_0xc269cd){return _0x14e81f||_0xc269cd;},'CGGfl':_0x370245(0x3b7),'pqqbI':function(_0x38621c,_0x5d0d47){return _0x38621c(_0x5d0d47);},'OpVLk':_0x370245(0x285),'vyhOG':'../../../helpers/helper','fcZUw':function(_0x465321,_0x5562e3){return _0x465321(_0x5562e3);},'OZYvc':function(_0x331a4d,_0x37d643){return _0x331a4d===_0x37d643;},'daNwR':'wcagVersion','XFmVS':_0x370245(0x344),'GFgLp':_0x370245(0x3be),'bcNBO':_0x370245(0x334),'EPRvA':function(_0x2ba13d,_0x112c66){return _0x2ba13d===_0x112c66;},'zHjKO':'scannerProcessingTimeout','SbeeZ':'browserstack.accessibilityOptions.scannerProcessingTimeout','QgcFu':function(_0x17f911,_0x51beb7){return _0x17f911===_0x51beb7;},'UaFkV':_0x370245(0x1de),'EBeNX':function(_0x5eee9b,_0x4f5f8a){return _0x5eee9b(_0x4f5f8a);},'SjVvp':function(_0x1dab05,_0x55b78a){return _0x1dab05===_0x55b78a;},'WdiLr':_0x370245(0x33a)};global[_0x370245(0x2b8)]=global[_0x370245(0x2b8)]||{};const _0x2d3799=Array[_0x370245(0x242)](_0x5b1028)?_0x5b1028[_0x370245(0x35d)]:_0x4e9792['FmsFF'];logger[_0x370245(0x29e)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x2d3799+_0x370245(0x1d8)+(process['env'][_0x370245(0x24a)]||_0x4e9792[_0x370245(0x251)])+_0x370245(0x1f0)+process[_0x370245(0x2d5)]);for(const _0x2d8dd2 of _0x5b1028){logger['debug'](_0x370245(0x1ee)+_0x2d8dd2[_0x370245(0x2ff)]());if(_0x4e9792[_0x370245(0x34d)](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792[_0x370245(0x1d6)])){const _0x4a23da=_0x2d8dd2[_0x370245(0x2b6)](),_0x3f46c7=_0x4a23da?_0x4e9792[_0x370245(0x3b1)](require,_0x4e9792[_0x370245(0x2c9)])[_0x370245(0x2d2)](_0x4e9792['fSOrZ'])[_0x370245(0x225)](_0x4a23da)[_0x370245(0x1fb)](_0x4e9792[_0x370245(0x1d0)])['slice'](0x0,0x8):'';logger[_0x370245(0x35a)](_0x370245(0x31c)+_0x4e9792[_0x370245(0x1c9)](_0x4a23da,'')[_0x370245(0x35d)]+_0x370245(0x347)+_0x3f46c7+_0x370245(0x1d8)+(process[_0x370245(0x214)]['JEST_WORKER_ID']||_0x4e9792[_0x370245(0x251)])+'\x22\x20pid='+process[_0x370245(0x2d5)]),process[_0x370245(0x214)][_0x370245(0x33b)]=_0x4a23da,global[_0x370245(0x2b8)][_0x4e9792[_0x370245(0x3c0)]]=_0x4a23da;const _0x2b37e8=_0x4e9792['pqqbI'](require,_0x4e9792[_0x370245(0x38d)]),{isTrue:_0x5bbb83}=_0x4e9792[_0x370245(0x3b1)](require,_0x4e9792[_0x370245(0x1d3)]),_0x177765=_0x2b37e8['parseA11yJwtPayload'](_0x4a23da);_0x177765&&_0x4e9792['fcZUw'](_0x5bbb83,_0x177765['skipCDPConnectOverride'])&&(process[_0x370245(0x214)][_0x370245(0x3c6)]=!![]);}else{if(_0x4e9792[_0x370245(0x341)](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792[_0x370245(0x32d)]))global[_0x370245(0x2b8)][_0x4e9792['XFmVS']]=_0x2d8dd2[_0x370245(0x2b6)]();else{if(_0x4e9792['fgOIQ'](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792[_0x370245(0x36d)]))global[_0x370245(0x2b8)][_0x4e9792[_0x370245(0x2e8)]]=_0x2d8dd2['getValue']();else{if(_0x4e9792[_0x370245(0x24e)](_0x2d8dd2['getName'](),_0x4e9792[_0x370245(0x211)]))global[_0x370245(0x2b8)][_0x4e9792['SbeeZ']]=_0x2d8dd2['getValue']();else{if(_0x4e9792[_0x370245(0x2d7)](_0x2d8dd2[_0x370245(0x2ff)](),_0x4e9792['UaFkV'])){const _0x253724=_0x2d8dd2[_0x370245(0x2b6)]();process[_0x370245(0x214)][_0x370245(0x30c)]=_0x4e9792['EBeNX'](String,_0x4e9792[_0x370245(0x24e)](_0x253724,!![])||_0x4e9792['SjVvp'](_0x253724,_0x4e9792[_0x370245(0x25b)])),logger[_0x370245(0x29e)](_0x370245(0x356)+_0x253724+_0x370245(0x1ec)+process['env'][_0x370245(0x30c)]);}}}}}}}async[a103_0x4b551a(0x293)](_0xc91e11){const _0x555001=a103_0x4b551a,_0x550e7d={};_0x550e7d[_0x555001(0x218)]=function(_0x312a6a,_0x141949){return _0x312a6a!==_0x141949;},_0x550e7d[_0x555001(0x29d)]=_0x555001(0x351),_0x550e7d[_0x555001(0x256)]=_0x555001(0x26e),_0x550e7d['zZWHz']=function(_0x24429c,_0x272c39){return _0x24429c!==_0x272c39;},_0x550e7d[_0x555001(0x280)]=_0x555001(0x286),_0x550e7d[_0x555001(0x2c5)]='unknown';const _0x36d3bd=_0x550e7d;if(_0x36d3bd[_0x555001(0x218)](_0xc91e11[_0x555001(0x1f9)],_0x36d3bd[_0x555001(0x29d)])&&_0x36d3bd[_0x555001(0x218)](_0xc91e11[_0x555001(0x1f9)],_0x36d3bd[_0x555001(0x256)])&&_0x36d3bd[_0x555001(0x27c)](_0xc91e11[_0x555001(0x1f9)],_0x36d3bd[_0x555001(0x280)])){logger[_0x555001(0x29e)]('onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0xc91e11['testFramework']+')');return;}const _0x252b9a=_0xc91e11[_0x555001(0x20a)]?.[_0x555001(0x21c)]||_0xc91e11[_0x555001(0x20a)]?.['id']||global[_0x555001(0x243)];logger[_0x555001(0x35a)](_0x555001(0x378)+_0xc91e11['testFramework']+',\x20testIdentifier='+_0x252b9a);try{const _0x57c225=_0xc91e11[_0x555001(0x2cd)]||AutomationFramework[_0x555001(0x253)](),_0x5a75ef=CLIUtils[_0x555001(0x336)](),_0x1319b1=this[_0x555001(0x1d5)]();logger[_0x555001(0x29e)](_0x555001(0x318)+(_0x57c225?.[_0x555001(0x239)]?.()||_0x36d3bd[_0x555001(0x2c5)])+']\x20onAfterTest\x20should\x20scan='+_0x1319b1),_0x1319b1&&await this['stopTestCapture'](_0x57c225,_0xc91e11),this[_0x555001(0x38c)][_0x555001(0x3b9)](_0x5a75ef),this['LOG_DISABLED_SHOWN'][_0x555001(0x3b9)](_0x5a75ef);}catch(_0x99b6da){logger[_0x555001(0x2c6)](_0x555001(0x2e4)+(_0x99b6da['stack']||_0x99b6da[_0x555001(0x223)]));}}async[a103_0x4b551a(0x252)](_0x14add6,_0x1fd26a){const _0x435671=a103_0x4b551a,_0xde2518={};_0xde2518[_0x435671(0x23c)]=function(_0x2c9240,_0x4bfee1){return _0x2c9240===_0x4bfee1;},_0xde2518[_0x435671(0x2ad)]=_0x435671(0x392),_0xde2518[_0x435671(0x2a6)]='jest',_0xde2518[_0x435671(0x3c4)]='cucumber',_0xde2518['JxKko']=function(_0x47b299,_0x4893f5){return _0x47b299===_0x4893f5;},_0xde2518[_0x435671(0x20b)]='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0xde2518[_0x435671(0x2a0)]=_0x435671(0x38c),_0xde2518[_0x435671(0x20c)]='saveResults',_0xde2518[_0x435671(0x265)]=_0x435671(0x328),_0xde2518['bQwqh']='present',_0xde2518[_0x435671(0x34f)]=_0x435671(0x314),_0xde2518[_0x435671(0x39e)]=function(_0x5cfcfd,_0x36dddf){return _0x5cfcfd===_0x36dddf;},_0xde2518['wsTtY']=function(_0x3eed36,_0x52c91){return _0x3eed36||_0x52c91;},_0xde2518[_0x435671(0x1df)]=function(_0x46b78f,_0x57e8e7){return _0x46b78f||_0x57e8e7;},_0xde2518[_0x435671(0x2ed)]=function(_0x40e9cd,_0x284091){return _0x40e9cd||_0x284091;},_0xde2518['tlcxA']=_0x435671(0x365),_0xde2518[_0x435671(0x2e5)]='AUTOMATION_SESSIONS',_0xde2518[_0x435671(0x1cd)]=_0x435671(0x3d0);const _0x39c809=_0xde2518;try{const _0x10fa11=_0x1fd26a[_0x435671(0x1f9)]||(_0x39c809[_0x435671(0x23c)](this[_0x435671(0x307)]?.[_0x435671(0x257)]?.['toLowerCase'](),_0x39c809[_0x435671(0x2a6)])?_0x39c809['GQKSn']:_0x39c809[_0x435671(0x3c4)]);let _0x2d0acb='',_0x31ee76=null,_0x4fa4e3=null;if(_0x39c809['JxKko'](_0x10fa11,_0x39c809[_0x435671(0x2a6)])){_0x31ee76=_0x1fd26a[_0x435671(0x20a)]?.[_0x435671(0x21c)]||_0x1fd26a[_0x435671(0x20a)]?.['id']||global[_0x435671(0x243)];if(!_0x31ee76){logger[_0x435671(0x30d)](_0x39c809['NDGNQ']);return;}try{const _0x988dcc=await GrpcClient['getInstance']()[_0x435671(0x33c)](process[_0x435671(0x214)][_0x435671(0x3d9)],_0x39c809[_0x435671(0x2a0)],_0x39c809[_0x435671(0x20c)],_0x31ee76),_0x416102=AccessibilityModule[_0x435671(0x1f4)](null,_0x988dcc);_0x2d0acb=_0x416102?.[_0x435671(0x1c6)]||'',logger[_0x435671(0x29e)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2d0acb+'\x20from\x20testIdentifier='+_0x31ee76),_0x4fa4e3=_0x988dcc;}catch(_0x185b6f){logger[_0x435671(0x2c6)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x185b6f['message']);return;}}else{const _0x2698d2=this[_0x435671(0x1fa)](_0x1fd26a);_0x2d0acb=TestInfo['getTestUUID'](_0x2698d2);}const _0x1c388d=((()=>{const _0x30f14f=_0x435671,_0x3ea720=(this[_0x30f14f(0x1fe)]?.['options']?.[_0x30f14f(0x321)]||[])[_0x30f14f(0x30e)](_0x2f4aa0=>(typeof _0x2f4aa0[_0x30f14f(0x2ff)]==='function'?_0x2f4aa0['getName']():_0x2f4aa0[_0x30f14f(0x257)])===this[_0x30f14f(0x2b0)]);return _0x3ea720?_0x39c809['zxQKY'](typeof _0x3ea720[_0x30f14f(0x2b6)],_0x39c809[_0x30f14f(0x2ad)])?_0x3ea720['getValue']():_0x3ea720['value']:'';})()),_0x2c1c77=process[_0x435671(0x214)][_0x435671(0x30b)]||'';logger[_0x435671(0x29e)](_0x435671(0x318)+(_0x14add6?.[_0x435671(0x239)]?.()||_0x39c809[_0x435671(0x265)])+']\x20clear\x20'+_0x2d0acb+_0x435671(0x1ff)+_0x1c388d+_0x435671(0x368)+(_0x2c1c77?_0x39c809[_0x435671(0x3a4)]:_0x39c809[_0x435671(0x34f)]));let _0x55821e;if(_0x39c809[_0x435671(0x39e)](_0x10fa11,_0x39c809[_0x435671(0x2a6)]))_0x55821e=AccessibilityModule[_0x435671(0x1f4)](_0x2d0acb,_0x4fa4e3);else{const _0x12c229=await GrpcClient[_0x435671(0x210)]()['fetchDriverExecuteParamsEvent'](process[_0x435671(0x214)][_0x435671(0x3d9)],_0x39c809[_0x435671(0x2a0)],_0x39c809[_0x435671(0x20c)]);_0x55821e=AccessibilityModule['loadDriverExecuteParams'](_0x2d0acb,_0x12c229);}logger[_0x435671(0x29e)](_0x435671(0x3ce)+JSON[_0x435671(0x277)](_0x55821e));const _0x5b904f=Object[_0x435671(0x390)]({},{'thTestRunUuid':_0x39c809[_0x435671(0x302)](_0x2d0acb,''),'thBuildUuid':_0x39c809[_0x435671(0x1df)](_0x1c388d,''),'thJwtToken':_0x39c809[_0x435671(0x2ed)](_0x2c1c77,'')},_0x55821e);!this['isAppAccessibility']&&this[_0x435671(0x27a)]()&&(_0x5b904f[_0x435671(0x1dc)]=!![],logger[_0x435671(0x29e)](_0x39c809[_0x435671(0x2f5)]));logger[_0x435671(0x29e)](_0x435671(0x2c0)+_0x2d0acb+_0x435671(0x1ea)+this[_0x435671(0x22a)]);let _0x4cd636=global[_0x435671(0x3ab)]?.[_0x435671(0x3db)]||null;!_0x4cd636&&(_0x4cd636=AutomationFramework['getState'](_0x14add6,_0x39c809[_0x435671(0x2e5)],null)),!_0x4cd636&&(_0x4cd636=AutomationFramework[_0x435671(0x206)](_0x14add6,_0x39c809[_0x435671(0x1cd)],null)),await this[_0x435671(0x29f)](this[_0x435671(0x1d5)](),_0x2d0acb,_0x4cd636,_0x5b904f,this['isAppAccessibility']);}catch(_0x582250){logger[_0x435671(0x2c6)](_0x435671(0x266)+(_0x582250[_0x435671(0x397)]||_0x582250['message']));}}async[a103_0x4b551a(0x29f)](_0x10b588,_0x23f135,_0x389828,_0x25a817,_0x9674b3){const _0x219c60=a103_0x4b551a,_0x49a1a9={};_0x49a1a9[_0x219c60(0x304)]=_0x219c60(0x1da),_0x49a1a9[_0x219c60(0x2f3)]=function(_0x242080,_0x62f5f8){return _0x242080&&_0x62f5f8;},_0x49a1a9[_0x219c60(0x27d)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x49a1a9[_0x219c60(0x2e7)]=function(_0xe7207f,_0x52b7f1){return _0xe7207f===_0x52b7f1;},_0x49a1a9[_0x219c60(0x357)]='null',_0x49a1a9[_0x219c60(0x2be)]=_0x219c60(0x2c3),_0x49a1a9[_0x219c60(0x2bb)]='Performing\x20scan\x20before\x20from\x20cli',_0x49a1a9[_0x219c60(0x342)]='afterTestHook',_0x49a1a9['RAkhy']=_0x219c60(0x345),_0x49a1a9[_0x219c60(0x352)]=function(_0xb05f4,_0x385226){return _0xb05f4&&_0x385226;},_0x49a1a9[_0x219c60(0x3cd)]=_0x219c60(0x25e),_0x49a1a9[_0x219c60(0x291)]=_0x219c60(0x364),_0x49a1a9[_0x219c60(0x1d2)]=_0x219c60(0x20f);const _0x839e34=_0x49a1a9;try{const _0x18e8a1=this[_0x219c60(0x2a1)](_0x839e34['vInCo']);if(_0x839e34['AlAoZ'](!_0x9674b3,!_0x18e8a1)){logger[_0x219c60(0x29e)](_0x839e34['XosBQ']);return;}if(!_0x23f135||_0x839e34[_0x219c60(0x2e7)](_0x23f135,_0x839e34['ECiGi'])||_0x839e34[_0x219c60(0x2e7)](_0x23f135,'')){logger[_0x219c60(0x29e)](_0x839e34[_0x219c60(0x2be)]);return;}logger[_0x219c60(0x29e)](_0x219c60(0x3d1)+JSON['stringify'](_0x25a817)),_0x10b588&&(logger[_0x219c60(0x29e)](_0x839e34[_0x219c60(0x2bb)]),await this['performScanForCli'](_0x389828,_0x23f135,_0x839e34['uSozo'],_0x25a817,_0x9674b3,_0x839e34[_0x219c60(0x22b)]),_0x839e34[_0x219c60(0x352)](!_0x9674b3,_0x18e8a1)&&(logger['debug'](_0x839e34[_0x219c60(0x3cd)]),await PerformanceTester[_0x219c60(0x33e)](_0x839e34['BSaLI'],async()=>{const _0x4bc35f=_0x219c60;await this[_0x4bc35f(0x204)](_0x389828,_0x23f135,_0x839e34['vInCo'],_0x25a817,_0x9674b3,_0x839e34[_0x4bc35f(0x304)]);})()),logger[_0x219c60(0x35a)](_0x839e34[_0x219c60(0x1d2)]));}catch(_0x24985b){logger['error']('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x24985b[_0x219c60(0x397)]||_0x24985b['message']));}}async[a103_0x4b551a(0x380)](_0x159392){const _0x2d4127=a103_0x4b551a,_0x2944b8={};_0x2944b8[_0x2d4127(0x30f)]=function(_0x2a8416,_0x1a6d6f){return _0x2a8416!==_0x1a6d6f;},_0x2944b8[_0x2d4127(0x287)]='cucumber',_0x2944b8[_0x2d4127(0x28b)]=function(_0x200ee0,_0x3adcfa){return _0x200ee0!==_0x3adcfa;},_0x2944b8[_0x2d4127(0x319)]='jest',_0x2944b8[_0x2d4127(0x3a7)]=function(_0x3dce0d,_0x24ccb4){return _0x3dce0d!==_0x24ccb4;},_0x2944b8['UlfTl']='testcafe',_0x2944b8[_0x2d4127(0x309)]=_0x2d4127(0x328),_0x2944b8[_0x2d4127(0x284)]=_0x2d4127(0x255),_0x2944b8[_0x2d4127(0x2af)]=function(_0x4e5df9,_0x5818cc){return _0x4e5df9===_0x5818cc;},_0x2944b8[_0x2d4127(0x2bd)]=_0x2d4127(0x2ab),_0x2944b8[_0x2d4127(0x1e9)]=_0x2d4127(0x38c),_0x2944b8['jiYoR']=_0x2d4127(0x213),_0x2944b8[_0x2d4127(0x384)]=_0x2d4127(0x3c3),_0x2944b8[_0x2d4127(0x349)]='testhub_build_uuid',_0x2944b8[_0x2d4127(0x1f5)]=function(_0x190be9,_0x1f9799){return _0x190be9===_0x1f9799;},_0x2944b8[_0x2d4127(0x325)]='scan',_0x2944b8['dFZQj']=_0x2d4127(0x314);const _0x3ffaaf=_0x2944b8;if(_0x3ffaaf[_0x2d4127(0x30f)](_0x159392[_0x2d4127(0x1f9)],_0x3ffaaf[_0x2d4127(0x287)])&&_0x3ffaaf[_0x2d4127(0x28b)](_0x159392[_0x2d4127(0x1f9)],_0x3ffaaf[_0x2d4127(0x319)])&&_0x3ffaaf[_0x2d4127(0x3a7)](_0x159392['testFramework'],_0x3ffaaf[_0x2d4127(0x2e3)])){logger[_0x2d4127(0x29e)](_0x2d4127(0x3a1)+_0x159392[_0x2d4127(0x1f9)]+')');return;}logger[_0x2d4127(0x29e)]('onBeforeExecute:\x20command='+(_0x159392[_0x2d4127(0x2ba)]||_0x3ffaaf[_0x2d4127(0x309)])+_0x2d4127(0x370)+_0x159392[_0x2d4127(0x1f9)]);try{const _0x498571=_0x159392[_0x2d4127(0x2cd)]||AutomationFramework[_0x2d4127(0x253)](),_0x4e2c6a=TestFramework['getTrackedInstance'](),_0x28b532=_0x159392[_0x2d4127(0x2ba)]||_0x159392[_0x2d4127(0x2ae)]?.[_0x2d4127(0x2ff)]();if(!_0x28b532){logger['debug'](_0x3ffaaf['socaC']);return;}if(!this[_0x2d4127(0x1d5)]()){logger[_0x2d4127(0x29e)](_0x2d4127(0x275)+_0x28b532);return;}if(!this[_0x2d4127(0x355)](_0x28b532)){logger['debug'](_0x2d4127(0x367)+_0x28b532+_0x2d4127(0x39f));return;}const _0x4f6e06=_0x159392[_0x2d4127(0x297)]||global[_0x2d4127(0x3ab)]?.[_0x2d4127(0x3db)];if(!_0x4f6e06){logger['debug'](_0x2d4127(0x36a)+_0x28b532);return;}let _0x2ee90f='',_0x3fb871=null;if(_0x3ffaaf[_0x2d4127(0x2af)](_0x159392['testFramework'],_0x3ffaaf[_0x2d4127(0x319)])){_0x3fb871=_0x159392[_0x2d4127(0x20a)]?.[_0x2d4127(0x21c)]||_0x159392['testInfo']?.['id']||global[_0x2d4127(0x243)];if(!_0x3fb871){logger[_0x2d4127(0x30d)](_0x3ffaaf['voGHE']);return;}try{const _0x2b4b0c=await GrpcClient['getInstance']()[_0x2d4127(0x33c)](process[_0x2d4127(0x214)][_0x2d4127(0x3d9)],_0x3ffaaf[_0x2d4127(0x1e9)],_0x3ffaaf[_0x2d4127(0x387)],_0x3fb871),_0x4840fe=AccessibilityModule[_0x2d4127(0x1f4)](null,_0x2b4b0c);_0x2ee90f=_0x4840fe?.[_0x2d4127(0x1c6)]||'',logger[_0x2d4127(0x29e)](_0x2d4127(0x1e7)+_0x2ee90f+'\x20from\x20testIdentifier='+_0x3fb871);}catch(_0x5d8933){logger[_0x2d4127(0x2c6)](_0x2d4127(0x322)+_0x5d8933['message']);return;}}else _0x2ee90f=this[_0x2d4127(0x2cf)](_0x3ffaaf[_0x2d4127(0x384)])||'',!_0x2ee90f&&this[_0x2d4127(0x27a)]()&&(_0x2ee90f=accessibilityHelper[_0x2d4127(0x3b2)]());const _0x5d3986=this[_0x2d4127(0x2cf)](_0x3ffaaf[_0x2d4127(0x349)])||this[_0x2d4127(0x1fe)][this[_0x2d4127(0x2b0)]]||null,_0x4bc432=process[_0x2d4127(0x214)][_0x2d4127(0x30b)]||'',_0x34003c=this['getParamsForScanForCli'](_0x28b532,_0x2ee90f,_0x5d3986,_0x4bc432),_0x5af4be=_0x3ffaaf['NbWJn'](_0x159392['testFramework'],_0x3ffaaf[_0x2d4127(0x319)])?await AccessibilityModule[_0x2d4127(0x26b)](_0x3ffaaf[_0x2d4127(0x325)],_0x2ee90f,_0x3fb871):await AccessibilityModule[_0x2d4127(0x26b)](_0x3ffaaf[_0x2d4127(0x325)],_0x2ee90f);logger['info'](_0x2d4127(0x209)+(_0x34003c?JSON[_0x2d4127(0x277)](_0x34003c):_0x3ffaaf['dFZQj']));const _0x41cbeb=CLIUtils[_0x2d4127(0x201)](_0x34003c,_0x5af4be);logger[_0x2d4127(0x35a)]('MergedScanArgs:\x20'+(_0x41cbeb?JSON[_0x2d4127(0x277)](_0x41cbeb):_0x3ffaaf[_0x2d4127(0x21b)])),logger[_0x2d4127(0x29e)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x28b532);const _0x2144a8=await this[_0x2d4127(0x204)](_0x4f6e06,_0x2ee90f,_0x28b532,_0x41cbeb,this[_0x2d4127(0x22a)]);logger[_0x2d4127(0x29e)](_0x2d4127(0x3ad)+_0x28b532+',\x20\x0a\x20'+JSON['stringify'](_0x2144a8));}catch(_0x132705){logger['error'](_0x2d4127(0x38f)+(_0x132705[_0x2d4127(0x397)]||_0x132705[_0x2d4127(0x223)]));}}[a103_0x4b551a(0x1c3)](){const _0x5244dc=a103_0x4b551a;return this[_0x5244dc(0x1d5)]();}[a103_0x4b551a(0x27e)](_0x359cbb){const _0x2e9612=a103_0x4b551a,_0x178cde=CLIUtils[_0x2e9612(0x336)]();this[_0x2e9612(0x38c)][_0x2e9612(0x331)](_0x178cde,_0x359cbb);}async['initAccessibilityConfig'](_0x1cda9d){const _0x4be0a9=a103_0x4b551a,_0x297319={};_0x297319[_0x4be0a9(0x2f7)]=_0x4be0a9(0x328);const _0x50f38b=_0x297319;try{const _0x29df12=_0x1cda9d[_0x4be0a9(0x2cd)]||AutomationFramework[_0x4be0a9(0x253)](),_0x1c0ae6=_0x29df12?.[_0x4be0a9(0x1fc)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x1c0ae6)return;PerformanceTester[_0x4be0a9(0x2b7)](EVENTS[_0x4be0a9(0x317)]);const _0x5f488f=await GrpcClient[_0x4be0a9(0x210)]()['getAccessibilityConfig'](_0x1cda9d);_0x5f488f&&_0x5f488f[_0x4be0a9(0x1ed)]&&_0x5f488f[_0x4be0a9(0x1ed)]()&&_0x5f488f[_0x4be0a9(0x1ed)]()[_0x4be0a9(0x1e0)]()?(await this[_0x4be0a9(0x1f6)](_0x5f488f,_0x1cda9d),_0x29df12?.[_0x4be0a9(0x1fc)]&&_0x29df12[_0x4be0a9(0x1fc)]()[_0x4be0a9(0x331)](this[_0x4be0a9(0x1c7)],!![]),logger[_0x4be0a9(0x29e)](_0x4be0a9(0x318)+(_0x29df12?.[_0x4be0a9(0x239)]?.()||_0x50f38b[_0x4be0a9(0x2f7)])+_0x4be0a9(0x34c))):logger['debug'](_0x4be0a9(0x318)+(_0x29df12?.[_0x4be0a9(0x239)]?.()||_0x50f38b[_0x4be0a9(0x2f7)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x4be0a9(0x2a4)](EVENTS[_0x4be0a9(0x317)]);}catch(_0x369ecd){PerformanceTester[_0x4be0a9(0x2a4)](EVENTS[_0x4be0a9(0x317)],![],_0x369ecd[_0x4be0a9(0x223)]),logger[_0x4be0a9(0x2c6)](_0x4be0a9(0x279)+(_0x369ecd[_0x4be0a9(0x397)]||_0x369ecd[_0x4be0a9(0x223)]));}}async[a103_0x4b551a(0x1f6)](_0x2630ee,_0x55fd21){const _0x1772ae=a103_0x4b551a;await this[_0x1772ae(0x3a2)](_0x2630ee,_0x55fd21);const _0x2b549a=_0x2630ee[_0x1772ae(0x1ed)]()[_0x1772ae(0x217)]();if(_0x2b549a){const _0x11dd22=_0x2630ee[_0x1772ae(0x260)]&&_0x2630ee[_0x1772ae(0x260)]();_0x11dd22&&(this[_0x1772ae(0x1fe)][this[_0x1772ae(0x2b0)]]=_0x11dd22[_0x1772ae(0x32c)]&&_0x11dd22[_0x1772ae(0x32c)]());}}[a103_0x4b551a(0x355)](_0x5c3e95){const _0x2f1806=a103_0x4b551a,_0x244c43={};_0x244c43[_0x2f1806(0x1db)]=function(_0x5b2ce5,_0x4f7e11){return _0x5b2ce5===_0x4f7e11;};const _0x494dfb=_0x244c43;try{if(!_0x5c3e95)return![];const _0x37ac43=this[_0x2f1806(0x1fe)]?.[_0x2f1806(0x396)]?.['commandsToWrap']?.[_0x2f1806(0x312)]||[],_0x10156f=_0x37ac43['some'](_0x32b31d=>{const _0x5e0157=_0x2f1806;return _0x32b31d[_0x5e0157(0x257)]&&_0x494dfb['EWIyw'](_0x32b31d['name']['toLowerCase'](),_0x5c3e95[_0x5e0157(0x398)]());});return logger['debug'](_0x2f1806(0x320)+_0x5c3e95+_0x2f1806(0x244)+_0x10156f+',\x20available\x20commands:\x20'+JSON['stringify'](_0x37ac43[_0x2f1806(0x2e6)](_0x348d19=>_0x348d19[_0x2f1806(0x257)]))),_0x10156f;}catch(_0x2c14da){return logger[_0x2f1806(0x29e)](_0x2f1806(0x3af)+_0x2c14da[_0x2f1806(0x223)]),![];}}[a103_0x4b551a(0x31d)](_0x131e3e){const _0x47cd2a=a103_0x4b551a,_0x20ddba={};_0x20ddba[_0x47cd2a(0x300)]=function(_0x4e56af,_0x3b5f66){return _0x4e56af===_0x3b5f66;},_0x20ddba[_0x47cd2a(0x29c)]=_0x47cd2a(0x306),_0x20ddba['PIlmB']='browserstack_executor';const _0xec4abb=_0x20ddba,_0x2e60ec=_0x131e3e[_0x47cd2a(0x254)]&&_0x131e3e['getScript']();return _0x2e60ec&&_0xec4abb[_0x47cd2a(0x300)](typeof _0x2e60ec,_0xec4abb[_0x47cd2a(0x29c)])&&_0x2e60ec[_0x47cd2a(0x1eb)](_0xec4abb[_0x47cd2a(0x296)]);}[a103_0x4b551a(0x2b5)](_0x306d57){const _0xe0b7bb=a103_0x4b551a,_0x48acb1={};_0x48acb1['lWeAM']=function(_0x585886,_0x4ba1d8){return _0x585886!==_0x4ba1d8;},_0x48acb1[_0xe0b7bb(0x22c)]=_0xe0b7bb(0x306),_0x48acb1['lhOay']=_0xe0b7bb(0x38c),_0x48acb1[_0xe0b7bb(0x374)]=_0xe0b7bb(0x213),_0x48acb1[_0xe0b7bb(0x236)]='getResults',_0x48acb1[_0xe0b7bb(0x2de)]=_0xe0b7bb(0x3c8);const _0x50a3ed=_0x48acb1,_0x52f826=_0x306d57[_0xe0b7bb(0x254)]&&_0x306d57['getScript']();if(!_0x52f826||_0x50a3ed[_0xe0b7bb(0x1e2)](typeof _0x52f826,_0x50a3ed['JwrfB']))return![];return _0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x21a)])||_0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x374)])||_0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x236)])||_0x52f826[_0xe0b7bb(0x1eb)](_0x50a3ed[_0xe0b7bb(0x2de)]);}[a103_0x4b551a(0x27a)](){const _0x161265=a103_0x4b551a,_0x4b18c8={'Gmbms':function(_0x35d7be,_0x515e18){return _0x35d7be===_0x515e18;},'uCakn':_0x161265(0x392),'CcyCc':function(_0x5231fb,_0x3871b0){return _0x5231fb(_0x3871b0);},'axnPL':_0x161265(0x1cf),'EdzkA':'browserName','pnkyF':function(_0x51294d,_0x1ffd01){return _0x51294d(_0x1ffd01);},'WgtJD':_0x161265(0x208),'BJHHJ':function(_0x330555,_0x3f1c48){return _0x330555(_0x3f1c48);},'NnEqS':_0x161265(0x31a)};try{const _0x168c64=this['accessibilityConfig']?.[_0x161265(0x396)]?.[_0x161265(0x321)]||[],_0xc69d39=_0x5121f4=>{const _0xe4fab6=_0x161265,_0x333784=_0x168c64[_0xe4fab6(0x30e)](_0x4d17ae=>(typeof _0x4d17ae[_0xe4fab6(0x2ff)]===_0xe4fab6(0x392)?_0x4d17ae[_0xe4fab6(0x2ff)]():_0x4d17ae[_0xe4fab6(0x257)])===_0x5121f4);return _0x333784?_0x4b18c8['Gmbms'](typeof _0x333784['getValue'],_0x4b18c8[_0xe4fab6(0x330)])?_0x333784[_0xe4fab6(0x2b6)]():_0x333784[_0xe4fab6(0x2b3)]:null;},_0x532bb0=_0x4b18c8[_0x161265(0x3a5)](_0xc69d39,_0x4b18c8[_0x161265(0x38b)]),_0x2daf1e=_0x4b18c8['CcyCc'](_0xc69d39,_0x4b18c8['EdzkA']),_0x2e5462=global[_0x161265(0x26c)]||_0x532bb0&&_0x4b18c8[_0x161265(0x219)](_0x4b18c8[_0x161265(0x202)](String,_0x532bb0)[_0x161265(0x398)](),_0x4b18c8[_0x161265(0x212)])&&_0x2daf1e&&_0x4b18c8[_0x161265(0x362)](String,_0x2daf1e)[_0x161265(0x398)]()[_0x161265(0x1eb)](_0x4b18c8['NnEqS']);if(!_0x2e5462)return![];if(!accessibilityHelper[_0x161265(0x1de)]())return!this[_0x161265(0x30a)]&&(logger[_0x161265(0x30d)](accessibilityHelper[_0x161265(0x2d4)]),this[_0x161265(0x30a)]=!![]),![];return!![];}catch(_0x30e204){return logger[_0x161265(0x29e)](_0x161265(0x3cf)+_0x30e204[_0x161265(0x223)]),![];}}[a103_0x4b551a(0x366)](_0x385c46,_0x27494f,_0xdb1cba,_0xd585b){const _0x1da79a=a103_0x4b551a,_0xb26707={};_0xb26707[_0x1da79a(0x23d)]=function(_0x266446,_0x57b4f0){return _0x266446||_0x57b4f0;},_0xb26707['kASio']=function(_0x48a690,_0x4b3f4e){return _0x48a690&&_0x4b3f4e;},_0xb26707[_0x1da79a(0x234)]=_0x1da79a(0x350);const _0x5229fa=_0xb26707;let _0x6c4322=_0x5229fa[_0x1da79a(0x23d)](_0x27494f,'');const _0x2eced4=!this[_0x1da79a(0x22a)]&&this[_0x1da79a(0x27a)]();_0x5229fa[_0x1da79a(0x339)](_0x2eced4,!_0x6c4322)&&(_0x6c4322=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x158b58={'command':_0x385c46,'thTestRunUuid':_0x6c4322,'thBuildUuid':_0x5229fa[_0x1da79a(0x23d)](_0xdb1cba,''),'thJwtToken':_0x5229fa[_0x1da79a(0x23d)](_0xd585b,''),'timestamp':new Date()[_0x1da79a(0x37f)]()};return _0x2eced4&&(_0x158b58[_0x1da79a(0x1dc)]=!![],logger[_0x1da79a(0x29e)](_0x5229fa['csOUw'])),_0x158b58;}[a103_0x4b551a(0x2a1)](_0x9f7999){const _0x9fa1ef=a103_0x4b551a,_0x388ef7={};_0x388ef7['fYkvy']=function(_0x100209,_0x3f0258){return _0x100209||_0x3f0258;};const _0x107701=_0x388ef7;try{const _0x366ab1=this['accessibilityConfig']?.[_0x9fa1ef(0x396)]?.[_0x9fa1ef(0x1f7)]||[],_0x493be4=_0x366ab1['find'](_0x36345a=>_0x36345a['name']===_0x9f7999);return _0x107701[_0x9fa1ef(0x33d)](_0x493be4,null);}catch(_0x374eab){return logger[_0x9fa1ef(0x29e)](_0x9fa1ef(0x262)+_0x9f7999+':\x20'+_0x374eab[_0x9fa1ef(0x223)]),null;}}async['executeScriptByName'](_0x534db8,_0x5c6984,_0x3fbec1=null){const _0x1ab7d3=a103_0x4b551a,_0xf2d206={'tcXzc':function(_0x445483,_0x493d5a){return _0x445483(_0x493d5a);},'roBbN':'../../playwright/accessibility-helper'};try{if(!_0x534db8)return logger[_0x1ab7d3(0x29e)](_0x1ab7d3(0x3d6)+_0x5c6984),null;const _0x281b97=this[_0x1ab7d3(0x2a1)](_0x5c6984);if(!_0x281b97||!_0x281b97[_0x1ab7d3(0x2ae)])return logger['debug'](_0x1ab7d3(0x38a)+_0x5c6984+'\x20script\x20available'),null;logger['debug'](_0x1ab7d3(0x313)+_0x5c6984+_0x1ab7d3(0x3b0));const _0x3309bf=_0xf2d206[_0x1ab7d3(0x3d4)](require,_0xf2d206[_0x1ab7d3(0x359)]),_0x362373=_0x3fbec1?await _0x3309bf[_0x1ab7d3(0x295)](_0x534db8,_0x281b97[_0x1ab7d3(0x2ae)],_0x3fbec1):await _0x3309bf[_0x1ab7d3(0x295)](_0x534db8,_0x281b97[_0x1ab7d3(0x2ae)]);return _0x362373;}catch(_0x208bb0){return logger['error'](_0x1ab7d3(0x323)+_0x5c6984+':\x20'+(_0x208bb0[_0x1ab7d3(0x397)]||_0x208bb0['message'])),null;}}async[a103_0x4b551a(0x204)](_0xbea2e7,_0x4a9035,_0x1ccc7b,_0x52e2f3,_0x176f0d,_0x4178b7='scan'){const _0x4aa407=a103_0x4b551a,_0x3122af={'BXYgT':function(_0x23095d,_0x4146fb){return _0x23095d===_0x4146fb;},'ZqRBZ':_0x4aa407(0x345),'GnAIh':function(_0x6103e6,_0x205aea){return _0x6103e6(_0x205aea);},'vyZYj':_0x4aa407(0x38e)};try{logger[_0x4aa407(0x29e)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1ccc7b+_0x4aa407(0x23f)+_0x4178b7);const _0x4a3f4c=this['getScriptByName'](_0x4178b7);if(!_0x4a3f4c||!_0x4a3f4c[_0x4aa407(0x2ae)]){logger['debug']('performScanForCli:\x20No\x20'+_0x4178b7+_0x4aa407(0x24c));return;}if(_0x3122af[_0x4aa407(0x363)](_0x4178b7,_0x3122af[_0x4aa407(0x33f)])){const _0x290d83=_0x3122af[_0x4aa407(0x1e8)](require,_0x3122af[_0x4aa407(0x1fd)]),_0x230848={};_0x230848[_0x4aa407(0x2ae)]=_0x1ccc7b;const _0x4461b=await PerformanceTester[_0x4aa407(0x33e)](PerformanceA11yEvents[_0x4aa407(0x1d9)],async()=>{const _0x3c3b33=_0x4aa407;return await _0x290d83[_0x3c3b33(0x295)](_0xbea2e7,_0x4a3f4c['command'],_0x52e2f3);},_0x230848)();return logger[_0x4aa407(0x35a)]('Page\x20'+_0x4178b7+_0x4aa407(0x299)+_0x1ccc7b+':\x20'+util[_0x4aa407(0x34a)](_0x4461b)),_0x4461b;}const _0x526a1c=_0x3122af[_0x4aa407(0x1e8)](require,_0x3122af[_0x4aa407(0x1fd)]),_0x452492=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0xc335bb=_0x4aa407;return await _0x526a1c[_0xc335bb(0x295)](_0xbea2e7,_0x4a3f4c['command'],_0x52e2f3);})();return logger['info'](_0x4aa407(0x292)+_0x4178b7+'\x20result\x20for\x20'+_0x1ccc7b+':\x20'+util['format'](_0x452492)),_0x452492;}catch(_0x4e4e84){logger[_0x4aa407(0x2c6)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x4178b7+':\x20'+(_0x4e4e84['stack']||_0x4e4e84[_0x4aa407(0x223)]));}}async['validatePlatformForAccessibility'](_0x4bde6d){const _0x236f90=a103_0x4b551a,_0x1fbf1f={'vbjKa':function(_0x4b8188,_0x5aa20d){return _0x4b8188(_0x5aa20d);},'OvyBM':_0x236f90(0x285)};try{const _0x5f2596=_0x1fbf1f[_0x236f90(0x3a6)](require,_0x1fbf1f[_0x236f90(0x23a)]);return await _0x5f2596[_0x236f90(0x36b)](_0x4bde6d);}catch(_0x21d62a){return logger[_0x236f90(0x2c6)](_0x236f90(0x2c4)+(_0x21d62a[_0x236f90(0x397)]||_0x21d62a['message'])),![];}}[a103_0x4b551a(0x2f2)](_0xb512f3,_0xc13b54,_0x3ad5f7){const _0x34c235=a103_0x4b551a,_0x6987ed={'vsgHK':function(_0x5b7c9e,_0x447a41){return _0x5b7c9e(_0x447a41);},'wZrHC':_0x34c235(0x38e),'ooJwl':'\x22browserstack.user\x22:\x22[REDACTED]\x22','hIQkA':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x4dcb5d=_0x6987ed[_0x34c235(0x1dd)](require,_0x6987ed[_0x34c235(0x231)]);_0x4dcb5d[_0x34c235(0x2f2)](_0xb512f3,_0xc13b54,_0x3ad5f7);const _0x293ed4=JSON['stringify'](_0xb512f3)[_0x34c235(0x32f)](/"browserstack\.user":"[^"]*"/g,_0x6987ed[_0x34c235(0x1f8)])[_0x34c235(0x32f)](/"browserstack\.key":"[^"]*"/g,_0x6987ed['hIQkA']);logger[_0x34c235(0x29e)](_0x34c235(0x241)+global[_0x34c235(0x298)]+'\x20'+_0x293ed4);}catch(_0x2a4781){logger[_0x34c235(0x2c6)](_0x34c235(0x22e)+(_0x2a4781[_0x34c235(0x397)]||_0x2a4781['message']));}}async['_pollUntilNonEmpty']({fetchFn:_0x156391,isNonEmpty:_0x35df68,resultDetail:_0x5914b1,totalMs:_0x4bcb8d,intervalMs:_0x2975ee,name:_0x503416}){const _0x3669a2=a103_0x4b551a,_0x2395f9={'NnxPw':function(_0x4e40a9,_0x3ff4f0){return _0x4e40a9+_0x3ff4f0;},'EoNXp':function(_0x4841c3,_0x45cfbf){return _0x4841c3<_0x45cfbf;},'DMros':function(_0x3c7aa8){return _0x3c7aa8();},'MrudU':function(_0x487bbd,_0x55e156){return _0x487bbd(_0x55e156);},'sfQFq':function(_0x285319,_0x14b9a8){return _0x285319(_0x14b9a8);},'bbDkB':function(_0x49cf66,_0x323e72){return _0x49cf66>=_0x323e72;},'ErZJb':function(_0x39da9a,_0x47e736){return _0x39da9a-_0x47e736;},'ihvvl':function(_0x3078fe,_0x55c0f3){return _0x3078fe(_0x55c0f3);}},_0x1f29dd=Date['now'](),_0x400dd5=_0x2395f9[_0x3669a2(0x271)](_0x1f29dd,_0x4bcb8d);let _0x3fec4f=0x0,_0x4373ac=null,_0x173183=![];while(_0x2395f9['EoNXp'](Date['now'](),_0x400dd5)){_0x3fec4f++,_0x4373ac=await _0x2395f9[_0x3669a2(0x338)](_0x156391),_0x173183=_0x2395f9['MrudU'](_0x35df68,_0x4373ac),logger[_0x3669a2(0x29e)]('['+_0x503416+_0x3669a2(0x310)+_0x3fec4f+'\x20'+_0x2395f9[_0x3669a2(0x382)](_0x5914b1,_0x4373ac));if(_0x173183)break;if(_0x2395f9[_0x3669a2(0x3c5)](_0x2395f9['NnxPw'](Date[_0x3669a2(0x324)](),_0x2975ee),_0x400dd5))break;await new Promise(_0x420c61=>setTimeout(_0x420c61,_0x2975ee));}return!_0x173183&&logger['warn']('['+_0x503416+_0x3669a2(0x2da)+_0x3fec4f+_0x3669a2(0x2bc)+_0x2395f9['ErZJb'](Date[_0x3669a2(0x324)](),_0x1f29dd)+'ms\x20—\x20cache\x20never\x20populated\x20('+_0x2395f9[_0x3669a2(0x35f)](_0x5914b1,_0x4373ac)+_0x3669a2(0x26f)),_0x4373ac;}async['getAccessibilityResults'](_0x226931){const _0x149d8f=a103_0x4b551a,_0x896533={};_0x896533[_0x149d8f(0x3de)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x896533[_0x149d8f(0x337)]=function(_0x17d396,_0x4b6804){return _0x17d396>_0x4b6804;},_0x896533[_0x149d8f(0x2a2)]=_0x149d8f(0x383);const _0x5b7eac=_0x896533;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x149d8f(0x30d)](_0x5b7eac[_0x149d8f(0x3de)]),[];const _0x3e7d49=this[_0x149d8f(0x27a)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x5b7eac[_0x149d8f(0x337)](Object[_0x149d8f(0x222)](_0x3e7d49)[_0x149d8f(0x35d)],0x0)&&logger[_0x149d8f(0x29e)](_0x149d8f(0x37d)+JSON[_0x149d8f(0x277)](_0x3e7d49));const _0x5d6081=await this['_pollUntilNonEmpty']({'fetchFn':()=>Object['keys'](_0x3e7d49)['length']>0x0?this[_0x149d8f(0x394)](_0x226931,_0x149d8f(0x240),_0x3e7d49):this[_0x149d8f(0x394)](_0x226931,'getResults'),'isNonEmpty':_0xdd8f5e=>Array[_0x149d8f(0x242)](_0xdd8f5e)&&_0xdd8f5e[_0x149d8f(0x35d)]>0x0,'resultDetail':_0x2f32e3=>_0x149d8f(0x360)+(Array[_0x149d8f(0x242)](_0x2f32e3)?_0x2f32e3[_0x149d8f(0x35d)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5b7eac[_0x149d8f(0x2a2)]});return _0x5d6081||[];}catch(_0x505038){return logger['error'](_0x149d8f(0x386)+(_0x505038['stack']||_0x505038[_0x149d8f(0x223)])),[];}}async[a103_0x4b551a(0x3aa)](_0x208559){const _0x2302bd=a103_0x4b551a,_0x740290={'nWsnW':function(_0x2168b2,_0xa0c9e,_0x4a5974){return _0x2168b2(_0xa0c9e,_0x4a5974);},'XgUHS':_0x2302bd(0x345),'YdPZb':function(_0x2990cb,_0x3caf30){return _0x2990cb(_0x3caf30);},'hFoyt':_0x2302bd(0x3b6),'MqmYg':'Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','JkGTM':function(_0x4620f1,_0x2bb4a5){return _0x4620f1(_0x2bb4a5);},'xxZDP':_0x2302bd(0x3c9),'aCWZP':function(_0x55aa44,_0x303f63){return _0x55aa44===_0x303f63;},'djItf':_0x2302bd(0x26e),'DslTO':_0x2302bd(0x1f3),'daWCL':_0x2302bd(0x38c),'QodHf':_0x2302bd(0x1ca),'ZPKOC':_0x2302bd(0x3aa),'kVuMn':_0x2302bd(0x3c3),'mEYel':_0x2302bd(0x2ef),'IOPLP':_0x2302bd(0x3bb),'ZBgkU':_0x2302bd(0x329),'zmdEG':_0x2302bd(0x233),'BKvyr':function(_0x465eae,_0x5018c0){return _0x465eae===_0x5018c0;},'GBrds':_0x2302bd(0x3dd)};try{if(!this[_0x2302bd(0x1d5)]())return logger['warn'](_0x740290[_0x2302bd(0x36f)]),{};const _0x1a6b04=_0x740290['JkGTM'](require,_0x740290[_0x2302bd(0x2fd)]),_0x3aa73d=_0x1a6b04[_0x2302bd(0x3ae)](),_0x20e1a6=_0x740290['aCWZP'](_0x3aa73d?.[_0x2302bd(0x257)]?.[_0x2302bd(0x398)](),_0x740290[_0x2302bd(0x393)]);let _0x55a6c6='',_0x107e03=null,_0x30d0ff=null;if(_0x20e1a6){_0x107e03=global[_0x2302bd(0x243)]||global['__workerDetails']?.['currentTest']?.['testAnalyticsId']||global['__workerDetails']?.['currentTest']?.['id'];if(!_0x107e03)return logger[_0x2302bd(0x30d)](_0x740290[_0x2302bd(0x28a)]),{};try{const _0x4734f6=await GrpcClient[_0x2302bd(0x210)]()['fetchDriverExecuteParamsEvent'](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x740290[_0x2302bd(0x1e4)],_0x740290[_0x2302bd(0x32a)],_0x107e03),_0xc1e78d=AccessibilityModule[_0x2302bd(0x1f4)](null,_0x4734f6);_0x55a6c6=_0xc1e78d?.[_0x2302bd(0x1c6)]||'',logger[_0x2302bd(0x29e)](_0x2302bd(0x2aa)+_0x55a6c6+_0x2302bd(0x28f)+_0x107e03);const _0x2decea=await AccessibilityModule[_0x2302bd(0x26b)](_0x740290['hFoyt'],_0x55a6c6,_0x107e03),_0x1651bb=this[_0x2302bd(0x2cf)](_0x740290[_0x2302bd(0x2ac)])||this[_0x2302bd(0x1fe)][this[_0x2302bd(0x2b0)]]||null,_0x3efb32=process[_0x2302bd(0x214)][_0x2302bd(0x30b)]||'',_0x43eebf=this[_0x2302bd(0x366)](_0x740290[_0x2302bd(0x29a)],_0x55a6c6,_0x1651bb,_0x3efb32);_0x30d0ff=_0x1a6b04[_0x2302bd(0x201)](_0x43eebf,_0x2decea),logger['debug'](_0x2302bd(0x389)+JSON['stringify'](_0x30d0ff));}catch(_0x25143d){return logger['error'](_0x2302bd(0x346)+_0x25143d['message']),{};}}else{_0x55a6c6=this[_0x2302bd(0x2cf)](_0x740290[_0x2302bd(0x24b)])||'';!_0x55a6c6&&this[_0x2302bd(0x27a)]()&&(_0x55a6c6=accessibilityHelper[_0x2302bd(0x3b2)]());const _0x35126e=this[_0x2302bd(0x2cf)](_0x740290[_0x2302bd(0x2ac)])||this[_0x2302bd(0x1fe)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x316e56=process[_0x2302bd(0x214)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x30d0ff=this[_0x2302bd(0x366)](_0x740290[_0x2302bd(0x29a)],_0x55a6c6,_0x35126e,_0x316e56);}logger[_0x2302bd(0x29e)](_0x740290[_0x2302bd(0x1e3)]);const _0xe164b7=0x15f90,_0x243fb5=0x1388;try{await PerformanceTester[_0x2302bd(0x33e)](PerformanceA11yEvents[_0x2302bd(0x1d9)],async()=>{const _0x4aa8ac=_0x2302bd,_0xd77b2d=this[_0x4aa8ac(0x394)](_0x208559,_0x740290['XgUHS'],_0x30d0ff);let _0x5c779d;const _0x589e56=new Promise((_0x4c5d37,_0x4a682b)=>{const _0x409754=_0x4aa8ac;_0x5c779d=_0x740290[_0x409754(0x2a9)](setTimeout,()=>_0x4a682b(new Error('performScan\x20capped\x20at\x20'+_0xe164b7+'ms')),_0xe164b7);});try{const _0x69c2dd=await Promise[_0x4aa8ac(0x3c2)]([_0xd77b2d,_0x589e56]);logger[_0x4aa8ac(0x29e)](_0x4aa8ac(0x273)+util[_0x4aa8ac(0x34a)](_0x69c2dd));}finally{_0x740290[_0x4aa8ac(0x315)](clearTimeout,_0x5c779d);}},{'command':_0x740290[_0x2302bd(0x29a)]})();}catch(_0x47666e){logger[_0x2302bd(0x30d)](_0x2302bd(0x2c8)+_0x47666e[_0x2302bd(0x223)]+_0x2302bd(0x248)),global[_0x2302bd(0x2dc)]={'reason':_0x740290[_0x2302bd(0x25f)],'at':Date[_0x2302bd(0x324)](),'where':_0x740290[_0x2302bd(0x245)]},await new Promise(_0x133a1a=>setTimeout(_0x133a1a,_0x243fb5)),logger[_0x2302bd(0x29e)](_0x2302bd(0x2f1)+_0x243fb5+_0x2302bd(0x395));}const _0x1b36e3=await this[_0x2302bd(0x270)]({'fetchFn':()=>PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x58e6a9=_0x2302bd;return await this[_0x58e6a9(0x394)](_0x208559,_0x740290[_0x58e6a9(0x32a)],_0x30d0ff);})(),'isNonEmpty':_0x57f3d0=>_0x57f3d0&&typeof _0x57f3d0[_0x2302bd(0x3b8)]==='number'&&_0x57f3d0[_0x2302bd(0x3b8)]>0x0,'resultDetail':_0x38e1ed=>_0x2302bd(0x2d6)+(_0x38e1ed&&typeof _0x38e1ed[_0x2302bd(0x3b8)]===_0x2302bd(0x37b)?_0x38e1ed[_0x2302bd(0x3b8)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x740290[_0x2302bd(0x245)]});if(!_0x1b36e3)return logger[_0x2302bd(0x29e)](_0x740290[_0x2302bd(0x32e)]),{};return _0x740290[_0x2302bd(0x1c0)](typeof _0x1b36e3,_0x740290[_0x2302bd(0x388)])&&global[_0x2302bd(0x2dc)]&&(_0x1b36e3[_0x2302bd(0x247)]=!![],_0x1b36e3[_0x2302bd(0x215)]=global[_0x2302bd(0x2dc)][_0x2302bd(0x3dc)]),_0x1b36e3;}catch(_0x1085c0){return logger['error'](_0x2302bd(0x264)+(_0x1085c0[_0x2302bd(0x397)]||_0x1085c0[_0x2302bd(0x223)])),{};}}async[a103_0x4b551a(0x3cc)](_0x51a03a,_0xc5febc,_0x36d959=null){const _0x56fb75=a103_0x4b551a,_0x298901={};_0x298901[_0x56fb75(0x269)]=_0x56fb75(0x2db),_0x298901[_0x56fb75(0x2b1)]=_0x56fb75(0x340),_0x298901[_0x56fb75(0x3d2)]=_0x56fb75(0x2ea);const _0x2ab096=_0x298901;try{if(!_0x51a03a)return logger[_0x56fb75(0x29e)](_0x2ab096[_0x56fb75(0x269)]),null;if(!_0xc5febc)return logger[_0x56fb75(0x29e)](_0x2ab096[_0x56fb75(0x2b1)]),null;logger['debug'](_0x2ab096[_0x56fb75(0x3d2)]);const _0x48c366=_0x36d959?await _0x51a03a[_0x56fb75(0x2e1)](_0xc5febc,_0x36d959):await _0x51a03a[_0x56fb75(0x2e1)](_0xc5febc);return _0x48c366;}catch(_0x2c07b5){return logger[_0x56fb75(0x2c6)](_0x56fb75(0x221)+(_0x2c07b5[_0x56fb75(0x397)]||_0x2c07b5[_0x56fb75(0x223)])),null;}}static[a103_0x4b551a(0x1f4)](_0x20048b,_0xfe562c){const _0x4a82af=a103_0x4b551a,_0x153de5={};_0x153de5[_0x4a82af(0x327)]='ascii';const _0x4cddc9=_0x153de5,_0x5a85e7={};_0x5a85e7[_0x4a82af(0x1c6)]=_0x20048b;const _0x83105=_0x5a85e7;let _0x2ad124={};if(_0xfe562c[_0x4a82af(0x1e0)]()&&_0xfe562c[_0x4a82af(0x21f)]())try{_0x2ad124=JSON[_0x4a82af(0x35b)](new Buffer(_0xfe562c[_0x4a82af(0x24f)]())[_0x4a82af(0x2a5)](_0x4cddc9[_0x4a82af(0x327)]));}catch(_0x479a03){logger['error']('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x479a03['message']),_0x2ad124={};}return CLIUtils['mergeObject'](_0x83105,_0x2ad124);}static async['fetchCentralAuthA11yConfig'](_0x542d25,_0x145935='',_0x26f1d2=null){const _0x2a1898=a103_0x4b551a,_0x2aeef0={};_0x2aeef0[_0x2a1898(0x332)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x2aeef0[_0x2a1898(0x3ac)]=_0x2a1898(0x38c);const _0x17fed5=_0x2aeef0;try{if(!_0x26f1d2&&AccessibilityModule[_0x2a1898(0x3ba)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x2a1898(0x214)][_0x2a1898(0x3d9)])return logger['error'](_0x17fed5['VoiGE']),{};const _0x168082=await GrpcClient[_0x2a1898(0x210)]()['fetchDriverExecuteParamsEvent'](process[_0x2a1898(0x214)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x17fed5[_0x2a1898(0x3ac)],_0x542d25,_0x26f1d2),_0x2c49f7=_0x26f1d2?AccessibilityModule[_0x2a1898(0x1f4)](null,_0x168082)?.[_0x2a1898(0x1c6)]||_0x145935:_0x145935,_0x273803=AccessibilityModule[_0x2a1898(0x1f4)](_0x2c49f7,_0x168082);return!_0x26f1d2&&(AccessibilityModule[_0x2a1898(0x1e6)]=_0x273803,AccessibilityModule[_0x2a1898(0x3ba)]=!![]),_0x273803;}catch(_0x3e13ba){return logger[_0x2a1898(0x2c6)](_0x2a1898(0x36e)+_0x542d25+':\x20'+(_0x3e13ba[_0x2a1898(0x397)]||_0x3e13ba[_0x2a1898(0x223)])),{};}}}function a103_0x1c9c(){const _0x23a70=['loadAccessibilityConfig','scriptsList','ooJwl','testFramework','getTestId','digest','getData','vyZYj','accessibilityConfig','\x20testHubUuid=','ZDyPD','mergeObject','pnkyF','main','performScanForCli','headless','getState','applySendMessageToServerPatch','android','ScanArgs:\x20','testInfo','NDGNQ','bDdYz','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','fdHKQ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','getInstance','zHjKO','WgtJD','performScan','env','degradedReason','4795010DkmeZZ','getOptions','zhqkQ','Gmbms','lhOay','dFZQj','testAnalyticsId',']\x20should\x20run\x20accessibility\x20value=','934472KmXMID','hasAccessibilityExecuteParams','duprE','Error\x20in\x20performPageScan:\x20','keys','message','CmWKv','update','getMinVersionForBrowser','getModuleName','CKciG','test-tags-->\x20','isAppAccessibility','RAkhy','JwrfB','tKONI','Error\x20in\x20processAccessibilityCaps:\x20','iRMMf','tVxYg','wZrHC','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','No\x20summaryResults\x20found.','csOUw','6UiVrUH','oXYRQ',',\x20testName=','oARcg','getPlatformIndex','OvyBM','cIJpw','zxQKY','UabyQ','registerObserver','\x20using\x20script:\x20','getResults','Processed\x20accessibility\x20caps\x20','isArray','__jestCurrentTestIdentifier','\x20->\x20','ZBgkU','bind','degraded','\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary','startsWith','JEST_WORKER_ID','kVuMn','\x20script\x20available\x20in\x20scriptsList','noFTM','EPRvA','getAccessibilityExecuteParams','onBeforeTest','rYNmn','stopTestCapture','getTrackedInstance','getScript','onBeforeExecute:\x20No\x20command\x20name\x20provided','cKYjN','name','launchCaps','uvlXF',',\x20tags=','WdiLr','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','IOPLP','getTesthub','getGoogleChromeOptions','Error\x20getting\x20script\x20by\x20name\x20','EXECUTE','Error\x20in\x20getAccessibilityResultsSummary:\x20','efhKI','Error\x20in\x20stopTestCapture:\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','version','ZNxkq',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','fetchCentralAuthA11yConfig','isMobilePlatform','yNaBM','jest',');\x20returning\x20last\x20value','_pollUntilNonEmpty','NnxPw','sha256','Scan\x20result:\x20','../state/hookState','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','woPkz','stringify','LOG_DISABLED_SHOWN','Error\x20in\x20initAccessibilityConfig:\x20','isMobileWebSession','363105YnarHU','zZWHz','XosBQ','setShouldScanCurrentTest','getContext','SreFD','setShouldScan','isPlatformSupported:\x20caps\x20are\x20null','isEnabledTestcase','socaC','../../../helpers/accessibility-automation/helper','testcafe','aYElc','12|4|2|0|10|6|15|16|14|7|13|5|1|3|11|8|9','getCapabilitiesList','DslTO','hytYN','join','KhpyA','toObject','\x20from\x20testIdentifier=','vyJQl','BSaLI','Page\x20','onAfterTest','KEY_TEST_NAME','browserStackEvaluate','PIlmB','page','accessibilityPlatform','\x20result\x20for\x20','ZPKOC','MkGlr','DuZDf','eHlVc','debug','finishScanningForCli','uBWKU','getScriptByName','HTXqy',',\x20includeTags=','end','toString','GQKSn','getCommandsList','../framework/automationFramework','nWsnW','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','QodHf','YwzOZ','command','EDeVS','KEY_TESTHUB_BUILD_ID','TsmIb','1216745BzRuBf','value','404JJYiKK','isAccessibilityScriptCommand','getValue','start','__accessibilityOptions','ZLWct','commandName','DlIti','x\x20over\x20','voGHE','lSFHC','goog:chromeOptions','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','split','get','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','Error\x20in\x20validatePlatformForAccessibility:\x20','ONVAW','error','CbNNc','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','lYDwZ','Context','getPlatformCaps','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','instance','platformCaps','getCapabilityValue','nRXqi','45vnBuuq','createHash','lDBcv','MOBILE_SCANNING_DISABLED_WARNING','pid','totalIssueCount=','QgcFu','1351520ufDxLK','vMWTe',']\x20polled\x20','performPageScan:\x20Page\x20is\x20null','__bstackA11yScanCapHit','../../../helpers/accessibility-automation/scripts','bySFL','../state/automationFrameworkState','updateData','evaluate','DohzU','UlfTl','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','FOdbv','map','kTLag','bcNBO','wsCnu','Executing\x20accessibility\x20script\x20on\x20page','--headless','capabilities','QVwcQ','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','Performing\x20scan\x20before\x20getting\x20results\x20summary','fduZT','[AccessibilityModule.getResultsSummary]\x20waited\x20','processAccessibilityCaps','AlAoZ','some','tlcxA','crypto','TvdYy','requiresChromeOptionsValidation','not-array','PNIAD','browserVersion','EydAz','xxZDP','includeTagsInTestingScope','getName','AKcKk','BROWSERSTACK_TEST_ACCESSIBILITY_YML','wsTtY','isEnabled','vInCo',']\x20isEnabledTestcase\x20(jest)\x20result=','string','testFrameworkData','../TestInfo.js','gmPUu','_mobileScanningDisabledLogged','BROWSERSTACK_TESTHUB_JWT','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','warn','find','PaxcP',']\x20poll\x20attempt=','getCapabilities','commandsList','Executing\x20','null','YdPZb','Error\x20checking\x20headless\x20capability:\x20','SDK_ACCESSIBILITY_CONFIG','[platform\x20-\x20','FMRsv','chrome','setAccessibilityToken','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isBrowserstackScriptCommand','PdXrX','NrtNX','shouldScanForCommand:\x20','capabilitiesList','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Error\x20executing\x20script\x20','now','gRTRK','GBWBo','TQCLj','unknown','AccessibilityModule.getResultsSummary','hFoyt','uayvc','getBuildId','daNwR','zmdEG','replace','uCakn','set','VoiGE','YfCam','browserstack.accessibilityOptions.scannerVersion','../../../helpers/performance/performance-tester.js','getCurrentInstanceName','TlFRx','DMros','kASio','true','BS_A11Y_JWT','fetchDriverExecuteParamsEvent','fYkvy','measureWrapper','ZqRBZ','performPageScan:\x20Script\x20is\x20null','OZYvc','uSozo','TEST_INIT','browserstack.accessibilityOptions.wcagVersion','scan','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20token_fp=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','ndHft','format','\x20browser\x20version\x20greater\x20than\x20',']\x20Accessibility\x20configuration\x20initialized\x20successfully','fgOIQ','util','fGaNs','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','cucumber','XdEkl','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Error\x20getting\x20capability\x20value\x20for\x20','shouldScanForCommand','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','ECiGi','InPgf','roBbN','info','parse','isVersionSupported','length','browser_version','ihvvl','count=','WdovN','BJHHJ','BXYgT','a11y:save-results','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','getParamsForScanForCli','onBeforeExecute:\x20Command\x20','\x20a11yToken=','4611pSCtep','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','platformValidation','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','GFgLp','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','MqmYg',',\x20framework=','getTestDetails','../framework/testFramework','../../utils/playwright-patcher','ijtGJ','Exception\x20in\x20isPlatformSupported:\x20','WXoCx','zrcbZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','RJnwP','oiWsh','number','isBrowserSupportedForAccessibility','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','HnMZg','toISOString','onBeforeExecute','IuKaV','sfQFq','AccessibilityModule.getResults','veeVH','--headless=','Error\x20in\x20getAccessibilityResults:\x20','jiYoR','GBrds','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','executeScriptByName:\x20No\x20','axnPL','accessibility','OpVLk','../../playwright/accessibility-helper','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','assign','vAwVJ','function','djItf','executeScriptByName','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','options','stack','toLowerCase','isAccessibilityAutomationSession','titlePath','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','ackuk','IEHAb','ZiPpo','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','trim','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','setAccessibilityConfig','isPlatformSupported','bQwqh','CcyCc','vbjKa','htxtb','RehCy','IZTcy','getAccessibilityResultsSummary','__workerDetails','MmFlI','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getTestFrameworkDetail','Error\x20in\x20shouldScanForCommand:\x20','\x20accessibility\x20script\x20on\x20page','gshdo','resolveMobileThTestRunUuid','fbJsK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getResultsSummary','browserstack.accessibilityOptions.authToken','totalIssueCount','delete','_centralAuthConfigFetched','SCAN_CAP_HIT','../grpcClient','_sendMessageServerPatchApplied','scannerVersion','setLogDisabledShown','CGGfl','IlsxW','race','test_run_id','cEXqS','bbDkB','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported=','saveTestResults','../cliUtils','browser','Error\x20applying\x20sendMessageToServer\x20patch:\x20','performPageScan','tjqsf','Accessibility\x20data\x20for\x20extension:\x20','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','LWmyU','pUwos','tcXzc','TrackedInstance','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','accessibilityToken','KEY_DRIVER_HAS_URL','BROWSERSTACK_CLI_BIN_SESSION_ID','POST','pwPage','reason','object','jjeqY','BKvyr','args','patchSendMessageToServer','shouldScanCurrentTest','../../../helpers/helper','gvczg','thTestRunUuid','KEY_INIT','538GFdfop','mUEpE','testhub_build_uuid','mqhRG','CBYyH','EabnT','toJson','platformName','LuOCN','getCommandsToWrap','fNsjg','vyhOG','getLogDisabledShown','getCurrentAccessibilityStatus','NOpRY','../framework/constants/testFrameworkConstants.js','\x20worker=\x22','PERFORM_SCAN','saveResults','EWIyw','is_mobile_session','vsgHK','isMobileScanningEnabledForGroup','TRVBy','getSuccess','currentTest','lWeAM','mEYel','daWCL','test_tags','_centralAuthA11yConfig','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','GnAIh','xvmjW',',\x20isAppAccessibility=','includes','\x20env=','getAccessibility','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','../../../helpers/accessibility-automation/constants','\x22\x20pid=','browserName','../../../helpers/classLogger','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','loadDriverExecuteParams','NbWJn'];a103_0x1c9c=function(){return _0x23a70;};return a103_0x1c9c();};module['exports']=AccessibilityModule;
|
|
1
|
+
const a106_0x4ed4c8=a106_0x3056;(function(_0x4cce90,_0x5c936d){const _0x2ad38a=a106_0x3056,_0x323d5e=_0x4cce90();while(!![]){try{const _0x52cd27=parseInt(_0x2ad38a(0x30e))/0x1*(-parseInt(_0x2ad38a(0x263))/0x2)+parseInt(_0x2ad38a(0x1a9))/0x3+parseInt(_0x2ad38a(0x2f2))/0x4+-parseInt(_0x2ad38a(0x13f))/0x5*(parseInt(_0x2ad38a(0x1cb))/0x6)+-parseInt(_0x2ad38a(0x171))/0x7+parseInt(_0x2ad38a(0x19e))/0x8*(-parseInt(_0x2ad38a(0xe0))/0x9)+-parseInt(_0x2ad38a(0x260))/0xa*(-parseInt(_0x2ad38a(0x199))/0xb);if(_0x52cd27===_0x5c936d)break;else _0x323d5e['push'](_0x323d5e['shift']());}catch(_0x5e8673){_0x323d5e['push'](_0x323d5e['shift']());}}}(a106_0x19e3,0x60347));function a106_0x3056(_0x1c7bb0,_0x36855f){const _0x19e3fd=a106_0x19e3();return a106_0x3056=function(_0x30569e,_0x5c3ef8){_0x30569e=_0x30569e-0xc5;let _0x14becf=_0x19e3fd[_0x30569e];return _0x14becf;},a106_0x3056(_0x1c7bb0,_0x36855f);}function a106_0x19e3(){const _0xbde3bf=['getOptions','GBZOu','number','boUyG','MMVTc','5140590RjnArV','isAccessibilityAutomationSession','wjhUt','dbbFj','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','GXOGz','main','xVLHr','nysxm','qickD','commandsToWrap','on\x20non-BrowserStack\x20infrastructure\x20','onBeforeExecute:\x20Command\x20','testFramework','udjxO','LsNik','executeScript','iWvGP','ms\x20—\x20cache\x20never\x20populated\x20(','getCurrentAccessibilityStatus','capabilities','start','replace','daJuo','gTHaS','platformCaps','BKulk','debug','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','bbKBq','trim','mTDxo','kbnmL','--headless=new','AUTOMATION_SESSIONS','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20failed\x20to\x20parse\x20scripts:\x20','khEFH','thTestRunUuid','tMfCV','shouldScanForCommand','20349274xCzUkD','accessibilityResult','\x20a11yToken=','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','yFMOj','3774944uwHUcK','TEkdH','_sendMessageServerPatchApplied','length','GET_RESULTS_SUMMARY','KEY_DRIVER_HAS_URL','xHeBU','wkpVA','function','testRunId','../../../helpers/accessibility-automation/helper','1121736GDSQKR','bind','ULLVC','has','centralAuthToken','getAccessibilityConfig','LYKyE','getAccessibilityExecuteParams','commandsList','TkDvB','executeScriptByName:\x20No\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getAccessibilityResults','BjuMN','blWCS','AtMxm','NmHUD','JtRMY','LFMxO','resolveMobileThTestRunUuid','IfpjQ','name','set','scan','OjqJu','warn','performScanForCli:\x20No\x20','options','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','performScanForCli','isMobileScanningEnabledForGroup','rIcQz','parseFromProto','6PQsNEq','UgBMl','PERFORM_SCAN','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','delete','JEST_WORKER_ID','vabgk','PYngg','HxUfy','../framework/testFramework','ZNuSs','digest','getCapabilityValue','rEagB','isBrowserSupportedForAccessibility','\x20accessibility\x20script\x20on\x20page','QkgmL','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','[App-A11y]\x20getAppAccessibilityResults\x20error:\x20','JWScy','xaikc','\x20from\x20testIdentifier=','CmZzL','Performing\x20scan\x20before\x20from\x20cli','qODJC','\x20using\x20script:\x20','../../../helpers/helper','performPageScan:\x20Page\x20is\x20null','browserName','getTestDetails','format','RsVcB','FvQtP',',\x20includeTags=','onBeforeTest','info','ixWRf','vCujG','a11y:save-results','xBlvo','version','wMMNx','AONGi','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','toLowerCase','headless','Error\x20applying\x20sendMessageToServer\x20patch:\x20','performPageScan','skipCDPConnectOverride','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','NODE_GENERIC','performScan','browser_version','exports','driver','totalIssueCount=','BmkjW',',\x20isAppAccessibility=','startsWith','get','android','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pid','platformName','KEY_TESTHUB_BUILD_ID','Error\x20in\x20getAccessibilityResultsSummary:\x20','OiVGa','sVGEF','[App-A11y]\x20Executing\x20synchronous\x20scan\x20script\x20for\x20command:\x20','accessibilityPlatform',',\x20framework=','createHash','Exception\x20in\x20isPlatformSupported:\x20','getBrowserDisplayName','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[App-A11y]\x20getAppAccessibilityResults:\x20binSessionId=','../state/hookState','zateJ','XsHOB','cucumber','wGYqE','liNgt','browser','fZOFq','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','launchCaps','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','MergedScanArgs:\x20',',\x20tags=','jNFlI','../framework/constants/testFrameworkConstants.js','SWesJ','NBwPH','_centralAuthA11yConfig','../framework/automationFramework','KgNlB','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','is_mobile_session','COcsT','getScriptByName','NKebT','EqzNt','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','WbDFI','afterTestHook','gTMUw','instance','byEEP','value',',\x20testRunId=','tqhsb','assign','isFinite','AccessibilityModule.getResults','[AccessibilityModule]\x20_parseScriptsFromOptions:\x20scripts\x20parsed\x20and\x20persisted\x20to\x20commands.json','mVcfh','measureWrapper','Error\x20in\x20processAccessibilityCaps:\x20','error','ildHR',')\x20result=','getContext','performScan\x20capped\x20at\x20','JPcvM','lipbC','XwRKv','IduOA','SWPan','RWfbX',',\x20sessionId=','XHPtR','\x20worker=\x22','totalIssueCount','getInstance','BQNnz','fetchDriverExecuteParamsEvent','rIGLF','update','tkqyp','_parseScriptsFromOptions','chromeOptions','oSVIQ','appium:platformVersion','test_run_id','testFrameworkData','finishScanningForCli','WxSDe','_centralAuthConfigFetched','10ecNusW','[SDK-T2]\x20SET_A11Y_TOKEN_ASSIGNING\x20token_len=','isBrowserstackScriptCommand','62FDAswe','_mobileScanningDisabledLogged','mergeObject',']\x20polled\x20','\x20browser\x20version\x20greater\x20than\x20','PyjxO','LOG_DISABLED_SHOWN','WwyKT','saveResults','browserstack.accessibilityOptions.authToken','raxNM','QBlQF','Tlazb','--headless=','getPlatformIndex','NinlW',']\x20Accessibility\x20configuration\x20initialized\x20successfully','nIfjq',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','fgIJn','hasAccessibilityExecuteParams','rjLuU','setAccessibilityConfig','WyRPO','MOBILE_SCANNING_DISABLED_WARNING','setLogDisabledShown','getCapabilitiesList','[App-A11y]\x20getAppAccessibilityResultsSummary:\x20binSessionId=','../cliUtils','excludeTagsInTestingScope','goog:chromeOptions','[AccessibilityModule.getResultsSummary]\x20performScan\x20didn\x27t\x20complete\x20cleanly:\x20','FJarH','null','OqdxE','EGYiy','currentTest','getResultsSummary',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','true','CREATE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','xPmIm','[App-A11y]\x20getAppAccessibilityResultsSummary\x20error:\x20','TDcNl','Error\x20in\x20performPageScan:\x20','KNigv','setAccessibilityToken','DzwJI','YvevG','WfYyL','AccessibilityModule.getResultsSummary','present','QXBLc','Accessibility\x20data\x20for\x20extension:\x20','getCurrentInstanceName','__accessibilityOptions','browserstack.accessibilityOptions.scannerProcessingTimeout','pswUl','ScanArgs:\x20','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','getTestFrameworkDetail','platformValidation',',\x20testIdentifier=','lqJeQ','ZhQhC','pwPage','wOGFi','isAppAccessibility','testcafe','gOPcq','Mhziw','centralAuthHeader','isEnabled','ZVGgx','getPlatformCaps','sHVrQ','toISOString','Error\x20getting\x20script\x20by\x20name\x20','ObWqq','join','browserStackEvaluate','kuwTW','SAVE_RESULTS','yYToF','size','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','from','testInfo','page','AjPss','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','NWkIQ','evaluate','reason','WjrNV','Xshpv','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','khywX','eZkPY','validatePlatformForAccessibility','registerObserver','HLCiZ','FmDCa','Error\x20in\x20shouldScanForCommand:\x20','XZXhv','\x20script\x20available\x20in\x20scriptsList','qiNSG','saveTestResults','SDK_ACCESSIBILITY_CONFIG','loadAccessibilityConfig','gatlk','SONKG','FiLXQ','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','[AccessibilityModule.getResultsSummary]\x20waited\x20','SCAN_CAP_HIT','_pollUntilNonEmpty','args','setShouldScan','[AccessibilityModule]\x20onAfterTest:\x20framework=','isPlatformSupported','appium:platformName','__bstackA11yScanCapHit','jest','scannerProcessingTimeout','BROWSERSTACK_CLI_BIN_SESSION_ID','../grpcClient','ENwxa',']\x20onAfterTest\x20should\x20scan=','slice','end','isMobileWebSession','Error\x20executing\x20script\x20','zRYtF','PUYHj','vauds',']\x20clear\x20','Unknown\x20Test','cuCtR','getName','BS_A11Y_JWT','465932RsQCpp','\x20testHubUuid=','rueUV','../TestInfo.js','AmvyK','BjhBy','SebOQ','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20','rNAdj',',\x20available\x20commands:\x20','tdPPM','zNIww','DIVJh','Error\x20in\x20initAccessibilityConfig:\x20','okcuM','shouldScanCurrentTest','GzlUf','stopTestCapture','getAccessibilityResultsSummary','isEnabledTestcase','sLYuD','../../../helpers/performance/performance-tester.js','getParamsForScanForCli','getTesthub','command','BhnWR','zZHDv','wdCSn','11569prQzde',',\x20\x0a\x20',',\x20testName=','iviJe','sOHIc','[App-A11y]\x20Scan\x20result\x20for\x20','pXjzm','getTrackedInstance','unknown','NPagn','getCommandsToWrap','kjiwP','latest','SKVel','knVaw','[AccessibilityModule]\x20onBeforeTest:\x20node-generic\x20—\x20platformSupported=','getAccessibility','eqlAE','UmYTf','liDLc','lwlpG','fnsgt','patchSendMessageToServer','nUVPT','getResults','XYAWR','tqVWh','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20result\x20for\x20','setShouldScanCurrentTest','__workerDetails','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','mrAIt','IAwux','not-array','../../playwright/accessibility-helper','SrsRL','HIaZl','rlhrA','Scan\x20result:\x20','getTestId','kViDj','hex','commandName','capabilitiesList',']\x20isEnabledTestcase\x20(cucumber)\x20result=','ms\x20after\x20cap;\x20proceeding\x20to\x20getResultsSummary','object','performPageScan:\x20Script\x20is\x20null','../../utils/playwright-patcher','[platform\x20-\x20','oLTlA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','9kcfMyd','jFofs','getModuleName','No\x20summaryResults\x20found.','getCapabilities','getData','updateData','OjUqn','chrome','stringify','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','OEBZl','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','toJson','now','Context','getResultResponse','stack','accessibility','getBuildId','util','SPrrZ','DOFMK','pWepg','includes','../../utils/constants.js','Page\x20','concat','yCcmR','zhDuF','getScript','Acuqf','__jestCurrentTestIdentifier','rNXNo','titlePath','QFSoq','env','sha256','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',']\x20isEnabledTestcase\x20(','PRE','onBeforeExecute:\x20Neither\x20page\x20nor\x20driver\x20available\x20for\x20command\x20','Error\x20checking\x20headless\x20capability:\x20','[AccessibilityModule.setAccessibilityToken]\x20cap\x20name=','Processed\x20accessibility\x20caps\x20','testData','fVtjW','RhHsP','\x20script\x20available','FQKai','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','../../../helpers/accessibility-automation/constants','degradedReason','wcagVersion','ACCESSIBILITY_INITIALIZED','ZyEfT','shouldScanForCommand:\x20','noySC','wANTc','getAllData','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','qUvcH',']\x20poll\x20attempt=','KQdep','getScriptsList',');\x20returning\x20last\x20value','browserVersion','string','OFATB','EXECUTE','../../../helpers/accessibility-automation/scripts','KEY_INIT','TpDTW','DRIVER_HAS_URL','[App-A11y]\x20performScanForCli:\x20scan\x20already\x20in\x20progress,\x20skipping\x20re-entrant\x20call\x20for\x20','testAnalyticsId','ZuLQR','xRIfm','KEY_TEST_NAME','onAfterTest','scannerVersion','RfnXZ','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','fetchCentralAuthA11yConfig','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','accessibilityConfig','toString','KEY_TEST_SCOPES','getGoogleChromeOptions','gKtnb','getAppAccessibilityResults','kUNFQ',']\x20should\x20run\x20accessibility\x20value=','platformVersion','race','1906985zodCnV',',\x20excludeTags=','message','NON_BROWSERSTACK_AUTOMATION_SESSIONS','toObject','test_tags','mKcxX','find','[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20JSON\x20string\x20from\x20binary','some','getState','utf-8','EbXPC','isArray','degraded','mnorP','getCommandsList','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','browserstack.accessibilityOptions.scannerVersion','getValue','isVersionSupported','DRIVER_INIT','keys','browserstack_executor','SGGFP','\x22\x20pid=','BROWSERSTACK_TEST_ACCESSIBILITY_YML','BROWSERSTACK_TESTHUB_JWT','loadDriverExecuteParams','xUwgK','kBsYd','onBeforeExecute:\x20command=','isPlatformSupported:\x20caps\x20are\x20null','testhub_build_uuid','PyEvF','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','executeScriptByName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','UFlTu','accessibilityToken','\x20->\x20','\x20token_fp=','parse','map','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='];a106_0x19e3=function(){return _0xbde3bf;};return a106_0x19e3();}const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a106_0x4ed4c8(0x27f)),AutomationFramework=require(a106_0x4ed4c8(0x22a)),TestFramework=require(a106_0x4ed4c8(0x1d4)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require(a106_0x4ed4c8(0x218)),GrpcClient=require(a106_0x4ed4c8(0x2e3)),scripts=require(a106_0x4ed4c8(0x126)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a106_0x4ed4c8(0x307)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,BSTACK_SCAN_IN_PROGRESS}=require(a106_0x4ed4c8(0x113)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a106_0x4ed4c8(0xf4)),TestInfo=require(a106_0x4ed4c8(0x2f5)),TestFrameworkConstants=require(a106_0x4ed4c8(0x226)),accessibilityHelper=require(a106_0x4ed4c8(0x1a8)),{FRAMEWORKS}=require(a106_0x4ed4c8(0xf9));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a106_0x4ed4c8(0x1bf)];static [a106_0x4ed4c8(0x25f)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x5ecc6a){const _0xb8fa3b=a106_0x4ed4c8,_0x38b523={};_0x38b523['RISpe']=function(_0x4b04e4,_0x1666ed){return _0x4b04e4===_0x1666ed;},_0x38b523[_0xb8fa3b(0x18b)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x38b523[_0xb8fa3b(0x2c3)]=_0xb8fa3b(0x116),_0x38b523['CmZzL']=_0xb8fa3b(0x129),_0x38b523[_0xb8fa3b(0x11d)]=_0xb8fa3b(0x160);const _0x10d9e6=_0x38b523;super(),AutomationFramework[_0xb8fa3b(0x2c8)](AutomationFrameworkState[_0xb8fa3b(0x125)],HookState[_0xb8fa3b(0x108)],this['onBeforeExecute'][_0xb8fa3b(0x1aa)](this)),AutomationFramework[_0xb8fa3b(0x2c8)](AutomationFrameworkState[_0xb8fa3b(0x28b)],HookState['POST'],this[_0xb8fa3b(0x1ee)][_0xb8fa3b(0x1aa)](this)),AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0xb8fa3b(0x108)],this[_0xb8fa3b(0x12f)][_0xb8fa3b(0x1aa)](this)),this[_0xb8fa3b(0x2ac)]=!![],this[_0xb8fa3b(0x135)]=_0x5ecc6a[_0xb8fa3b(0x143)](),this['accessibility']=new Map(),this[_0xb8fa3b(0x269)]=new Map(),this[_0xb8fa3b(0x2a7)]=_0x5ecc6a['getIsAppAccessibility']?.()||![],this['capabilities']=[],this[_0xb8fa3b(0x1a0)]=![],this[_0xb8fa3b(0x264)]=![],this[_0xb8fa3b(0x292)](_0x5ecc6a[_0xb8fa3b(0x16c)]()['getCapabilitiesList']());const _0x68c5d0=CLIUtils[_0xb8fa3b(0x2a0)]();_0x68c5d0&&_0x10d9e6['RISpe'](_0x68c5d0[_0xb8fa3b(0x1bf)],FRAMEWORKS['NODE_GENERIC'])&&this[_0xb8fa3b(0x257)](_0x5ecc6a[_0xb8fa3b(0x16c)]()),logger[_0xb8fa3b(0x18c)](_0x10d9e6[_0xb8fa3b(0x18b)]),this[_0xb8fa3b(0x127)]=_0x10d9e6[_0xb8fa3b(0x2c3)],this[_0xb8fa3b(0x1a3)]=_0x10d9e6[_0xb8fa3b(0x1e2)],this['KEY_TESTHUB_BUILD_ID']=_0x10d9e6[_0xb8fa3b(0x11d)];}[a106_0x4ed4c8(0x2ac)](){const _0x2e1dc7=a106_0x4ed4c8;return this[_0x2e1dc7(0x2ac)];}[a106_0x4ed4c8(0xe2)](){return AccessibilityModule['MODULE_NAME'];}[a106_0x4ed4c8(0x184)](){const _0x1f65c6=a106_0x4ed4c8;return this[_0x1f65c6(0xf2)][_0x1f65c6(0x207)](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x579a6d=a106_0x4ed4c8;return this[_0x579a6d(0x269)]['get'](CLIUtils[_0x579a6d(0x29a)](),![]);}[a106_0x4ed4c8(0x27c)](_0x4aa074){const _0x270a72=a106_0x4ed4c8;this[_0x270a72(0x269)][_0x270a72(0x1c0)](CLIUtils[_0x270a72(0x29a)](),_0x4aa074);}['applySendMessageToServerPatch'](){const _0x1f6264=a106_0x4ed4c8,_0xd6f435={'SKVel':_0x1f6264(0x1dd),'Tlazb':function(_0x3ceaa8,_0x484e9d){return _0x3ceaa8(_0x484e9d);},'AtMxm':_0x1f6264(0xdc),'RsVcB':_0x1f6264(0xec),'sOHIc':_0x1f6264(0x19c)};if(this['_sendMessageServerPatchApplied']){logger[_0x1f6264(0x18c)](_0xd6f435[_0x1f6264(0x31b)]);return;}try{const _0x8dc9e=_0xd6f435[_0x1f6264(0x26f)](require,_0xd6f435[_0x1f6264(0x1b9)]);_0x8dc9e&&_0x8dc9e[_0x1f6264(0x324)]?(_0x8dc9e[_0x1f6264(0x324)](),this[_0x1f6264(0x1a0)]=!![],logger['debug'](_0xd6f435[_0x1f6264(0x1eb)])):logger[_0x1f6264(0x18c)](_0xd6f435[_0x1f6264(0x312)]);}catch(_0x5226e0){logger[_0x1f6264(0x18c)](_0x1f6264(0x1fa)+util['format'](_0x5226e0));}}['isPlatformSupported'](_0x551928=null,_0x39c469=null,_0x10215c=null){const _0x5b9c6b=a106_0x4ed4c8,_0x18c5c3={'UgBMl':function(_0x3b2ab6,_0xa3f3cc){return _0x3b2ab6&&_0xa3f3cc;},'LFMxO':_0x5b9c6b(0x15f),'noySC':function(_0xb596e2,_0x313672){return _0xb596e2(_0x313672);},'TEkdH':_0x5b9c6b(0x1e6),'mKcxX':_0x5b9c6b(0x11c),'UmYTf':_0x5b9c6b(0x2de),'ildHR':function(_0x3e0fac,_0x5c2b34){return _0x3e0fac===_0x5c2b34;},'EbXPC':_0x5b9c6b(0x208),'aqlTH':_0x5b9c6b(0x25a),'NmHUD':function(_0x510dcb,_0x4d15c1){return _0x510dcb!==_0x4d15c1;},'GzlUf':function(_0x2231c4,_0x546a0c){return _0x2231c4!==_0x546a0c;},'WyRPO':function(_0x307804,_0x6cf9c6,_0x2a40d3){return _0x307804(_0x6cf9c6,_0x2a40d3);},'udjxO':function(_0x335182,_0x5ac6dd){return _0x335182(_0x5ac6dd);},'khEFH':function(_0x4ff0b8,_0x42242c){return _0x4ff0b8(_0x42242c);},'bVwpx':function(_0x102bc2,_0x43e27f){return _0x102bc2<_0x43e27f;},'PPDxF':_0x5b9c6b(0xdf),'KNigv':_0x5b9c6b(0x28a),'liNgt':'string','dbbFj':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','zZHDv':_0x5b9c6b(0x281),'BQNnz':function(_0x3830be,_0x25bda0){return _0x3830be!==_0x25bda0;},'jFofs':_0x5b9c6b(0x31a),'pWepg':function(_0x2cfea7){return _0x2cfea7();},'blWCS':_0x5b9c6b(0x17c),'QIhtc':function(_0x236d18,_0x11e275){return _0x236d18(_0x11e275);},'BjuMN':function(_0x4e5b59,_0x1fef97){return _0x4e5b59-_0x1fef97;},'sHVrQ':function(_0x566974,_0xbc078){return _0x566974(_0xbc078);},'wMMNx':function(_0x1727d9,_0x4c9330){return _0x1727d9!==_0x4c9330;},'XZXhv':function(_0x52ea8d,_0x2aaaa1){return _0x52ea8d>_0x2aaaa1;},'WbDFI':_0x5b9c6b(0x2b9)};try{if(_0x18c5c3[_0x5b9c6b(0x1cc)](!_0x39c469,!_0x10215c))return logger[_0x5b9c6b(0x18c)](_0x18c5c3[_0x5b9c6b(0x1bc)]),![];const {isUndefined:_0xd30847,isBrowserstackInfra:_0x454bcf}=_0x18c5c3[_0x5b9c6b(0x119)](require,_0x18c5c3[_0x5b9c6b(0x19f)]);if(!accessibilityHelper[_0x5b9c6b(0x172)]())return logger[_0x5b9c6b(0x18c)](_0x18c5c3[_0x5b9c6b(0x145)]),![];if(this[_0x5b9c6b(0x2a7)]){const _0x32454f=(_0x39c469[_0x5b9c6b(0x20b)]||_0x39c469[_0x18c5c3[_0x5b9c6b(0x320)]]||'')['toLowerCase']();if(_0x18c5c3[_0x5b9c6b(0x243)](_0x32454f,_0x18c5c3[_0x5b9c6b(0x14b)])){const _0x12b96b=_0x39c469[_0x18c5c3['aqlTH']]||_0x39c469[_0x5b9c6b(0x13d)];if(_0x18c5c3[_0x5b9c6b(0x1ba)](_0x12b96b,undefined)&&_0x18c5c3[_0x5b9c6b(0x302)](_0x12b96b,null)){const _0x3bc390=_0x18c5c3[_0x5b9c6b(0x27a)](parseInt,_0x18c5c3[_0x5b9c6b(0x17f)](String,_0x12b96b)['split']('.')[0x0],0xa);if(!_0x18c5c3[_0x5b9c6b(0x195)](isNaN,_0x3bc390)&&_0x18c5c3['bVwpx'](_0x3bc390,0xb))return logger['warn']('isPlatformSupported:\x20App-A11y\x20requires\x20Android\x2011+.\x20Current\x20version:\x20'+_0x12b96b),![];}}return!![];}const _0x32a7e8=_0x39c469[_0x5b9c6b(0x1e8)]||_0x39c469[_0x5b9c6b(0x21e)],_0x21a626=_0x39c469[_0x5b9c6b(0x122)]||_0x39c469[_0x5b9c6b(0x200)];if(!accessibilityHelper[_0x5b9c6b(0x1d9)](_0x32a7e8))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3['PPDxF']),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x32a7e8))try{const _0x16289d=_0x39c469[_0x5b9c6b(0x1f9)],_0x58dfc1=_0x18c5c3['ildHR'](_0x16289d,!![])||_0x18c5c3[_0x5b9c6b(0x243)](_0x16289d,_0x18c5c3[_0x5b9c6b(0x291)])||_0x18c5c3[_0x5b9c6b(0x243)](typeof _0x16289d,_0x18c5c3[_0x5b9c6b(0x21d)])&&_0x18c5c3['ildHR'](_0x16289d[_0x5b9c6b(0x1f8)](),_0x18c5c3[_0x5b9c6b(0x291)]);if(_0x58dfc1)return logger[_0x5b9c6b(0x1c3)](_0x18c5c3[_0x5b9c6b(0x174)]),![];const _0x156cec=_0x39c469?.[_0x5b9c6b(0x258)]?.['args']||_0x39c469?.[_0x18c5c3[_0x5b9c6b(0x30c)]]?.[_0x5b9c6b(0x2da)]||[];if(Array[_0x5b9c6b(0x14c)](_0x156cec)&&_0x156cec[_0x5b9c6b(0x148)](_0x385afc=>typeof _0x385afc==='string'&&(_0x385afc==='--headless'||_0x385afc[_0x5b9c6b(0x206)](_0x5b9c6b(0x270))&&_0x385afc!==_0x5b9c6b(0x192))))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3['dbbFj']),![];}catch(_0x51f0b8){logger[_0x5b9c6b(0x18c)](_0x5b9c6b(0x10a)+util[_0x5b9c6b(0x1ea)](_0x51f0b8));}if(_0x18c5c3[_0x5b9c6b(0x252)](_0x21a626,_0x18c5c3[_0x5b9c6b(0xe1)])){const _0x40c449=_0x18c5c3[_0x5b9c6b(0xf7)](_0x454bcf),_0x1f1971=accessibilityHelper['getMinVersionForBrowser'](_0x32a7e8,_0x40c449),_0x45669d=accessibilityHelper[_0x5b9c6b(0x215)](_0x32a7e8);if(!accessibilityHelper[_0x5b9c6b(0x153)](_0x21a626,_0x1f1971)){const _0x225cac=_0x40c449?'':_0x18c5c3[_0x5b9c6b(0x1b8)],_0x8ff607=Number[_0x5b9c6b(0x23c)](_0x18c5c3['QIhtc'](parseFloat,_0x1f1971))?_0x18c5c3[_0x5b9c6b(0x1b7)](_0x18c5c3[_0x5b9c6b(0x2af)](parseFloat,_0x1f1971),0x1):_0x1f1971;return logger['warn'](_0x5b9c6b(0x164)+_0x45669d+_0x5b9c6b(0x267)+_0x8ff607+'\x20'+_0x225cac+'.'),![];}}else{const _0x2103e4=_0x39c469['browserVersion']||_0x39c469[_0x5b9c6b(0x200)]||_0x39c469[_0x5b9c6b(0x1f4)];if(_0x2103e4&&_0x18c5c3[_0x5b9c6b(0x1f5)](_0x2103e4,_0x18c5c3['jFofs'])&&!_0x18c5c3[_0x5b9c6b(0x2cc)](_0x18c5c3[_0x5b9c6b(0x2af)](parseFloat,_0x2103e4),_0x18c5c3['QIhtc'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x5b9c6b(0x1c3)](_0x18c5c3[_0x5b9c6b(0x233)]),![];}return!![];}catch(_0x1edfea){return logger['debug'](_0x5b9c6b(0x214)+_0x1edfea[_0x5b9c6b(0x141)]),![];}}['isEnabledTestcase'](_0x552d34=[],_0x15d83c,_0x4d65f4=a106_0x4ed4c8(0x21b)){const _0x4fe710=a106_0x4ed4c8,_0x2a2d8e={'SGGFP':function(_0x3895f1,_0x555d59){return _0x3895f1===_0x555d59;},'xBlvo':'jest','fjnVB':function(_0x27fa4f,_0x29004a){return _0x27fa4f||_0x29004a;},'EqzNt':function(_0x2c9a47,_0x994d69){return _0x2c9a47===_0x994d69;},'rIcQz':function(_0x55c7ab,_0x523f5f){return _0x55c7ab&&_0x523f5f;},'TpDTW':'unknown','CkQGr':function(_0x1f081f,_0x5eaff0){return _0x1f081f===_0x5eaff0;},'wOGFi':function(_0x1aa90b,_0x17c6bc){return _0x1aa90b(_0x17c6bc);},'zhDuF':function(_0x24634f,_0x5da551){return _0x24634f>_0x5da551;}};try{const _0x29ee04=process[_0x4fe710(0x104)][_0x4fe710(0x28c)]?JSON[_0x4fe710(0x169)](process[_0x4fe710(0x104)][_0x4fe710(0x28c)]):null;if(!_0x29ee04)return!![];const _0x539b6b=Array[_0x4fe710(0x14c)](_0x29ee04['includeTagsInTestingScope'])?_0x29ee04['includeTagsInTestingScope']:[],_0x554f7f=Array[_0x4fe710(0x14c)](_0x29ee04[_0x4fe710(0x280)])?_0x29ee04['excludeTagsInTestingScope']:[];if(_0x2a2d8e[_0x4fe710(0x157)](_0x4d65f4,_0x2a2d8e[_0x4fe710(0x1f3)])||_0x2a2d8e[_0x4fe710(0x157)](_0x4d65f4,FRAMEWORKS[_0x4fe710(0x1fe)])){let _0x9d146e;Array[_0x4fe710(0x14c)](_0x552d34)?_0x9d146e=_0x552d34[_0x4fe710(0x2b3)]('\x20'):_0x9d146e=_0x2a2d8e['fjnVB'](_0x552d34,'');const _0x48e57f=_0x3be757=>_0x4d65f4===FRAMEWORKS[_0x4fe710(0x1fe)]&&typeof _0x3be757==='string'?_0x3be757[_0x4fe710(0x187)](/^@/,'')[_0x4fe710(0x1f8)]()[_0x4fe710(0x18f)]():_0x3be757,_0x3f0b5c=_0x2a2d8e[_0x4fe710(0x231)](_0x4d65f4,FRAMEWORKS[_0x4fe710(0x1fe)])?_0x9d146e['toLowerCase']():_0x9d146e,_0xc5aa15=_0x554f7f[_0x4fe710(0x148)](_0x1ddce2=>_0x3f0b5c['includes'](_0x48e57f(_0x1ddce2))),_0x4bbcdb=_0x2a2d8e[_0x4fe710(0x157)](_0x539b6b[_0x4fe710(0x1a1)],0x0)||_0x539b6b[_0x4fe710(0x148)](_0xa9e21d=>_0x3f0b5c[_0x4fe710(0xf8)](_0x48e57f(_0xa9e21d))),_0x494a96=_0x2a2d8e[_0x4fe710(0x1c9)](!_0xc5aa15,_0x4bbcdb);return logger['debug'](_0x4fe710(0xdd)+(_0x15d83c?.['getPlatformIndex']?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0x107)+_0x4d65f4+_0x4fe710(0x244)+_0x494a96+_0x4fe710(0x310)+_0x9d146e+_0x4fe710(0x1ed)+JSON[_0x4fe710(0xe9)](_0x539b6b)+_0x4fe710(0x140)+JSON['stringify'](_0x554f7f)),_0x494a96;}const _0x103698=Array['isArray'](_0x552d34)?_0x552d34:[];let _0x4ea482=![],_0x252150=_0x2a2d8e['CkQGr'](_0x539b6b[_0x4fe710(0x1a1)],0x0);const _0x5e828a=_0x4e7028=>typeof _0x4e7028===_0x4fe710(0x123)?_0x4e7028[_0x4fe710(0x187)](/^@/,'')[_0x4fe710(0x1f8)]()[_0x4fe710(0x18f)]():_0x4e7028,_0x34acda=new Set(_0x539b6b[_0x4fe710(0x16a)](_0x5e828a)),_0x11d335=new Set(_0x554f7f[_0x4fe710(0x16a)](_0x5e828a));for(const _0x512199 of _0x103698){const _0x533a8e=_0x2a2d8e[_0x4fe710(0x2a6)](_0x5e828a,_0x512199);_0x11d335[_0x4fe710(0x1ac)](_0x533a8e)&&(_0x4ea482=!![]),_0x2a2d8e[_0x4fe710(0xfd)](_0x34acda[_0x4fe710(0x2b8)],0x0)&&_0x34acda[_0x4fe710(0x1ac)](_0x533a8e)&&(_0x252150=!![]);}const _0x3605f7=_0x2a2d8e[_0x4fe710(0x1c9)](_0x252150,!_0x4ea482);return logger[_0x4fe710(0x18c)]('[platform\x20-\x20'+(_0x15d83c?.[_0x4fe710(0x271)]?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0xd8)+_0x3605f7+_0x4fe710(0x224)+JSON[_0x4fe710(0xe9)](_0x103698)+',\x20includeTags='+JSON[_0x4fe710(0xe9)](_0x539b6b)+_0x4fe710(0x140)+JSON[_0x4fe710(0xe9)](_0x554f7f)),_0x3605f7;}catch(_0xb8aa73){return logger[_0x4fe710(0x18c)]('[platform\x20-\x20'+(_0x15d83c?.[_0x4fe710(0x271)]?.()||_0x2a2d8e[_0x4fe710(0x128)])+_0x4fe710(0x289)+_0xb8aa73[_0x4fe710(0x141)]),![];}}async[a106_0x4ed4c8(0x1ee)](_0x1cf66d){const _0x4801c0=a106_0x4ed4c8,_0x4d429d={};_0x4d429d[_0x4801c0(0x1d8)]=function(_0x168f31,_0x779bf9){return _0x168f31!==_0x779bf9;},_0x4d429d[_0x4801c0(0x2a3)]='cucumber',_0x4d429d['kbnmL']=function(_0x1d19dc,_0x405a27){return _0x1d19dc!==_0x405a27;},_0x4d429d['GXOGz']=_0x4801c0(0x2e0),_0x4d429d[_0x4801c0(0x219)]=function(_0x5374ad,_0x3faa34){return _0x5374ad!==_0x3faa34;},_0x4d429d[_0x4801c0(0x12d)]='testcafe',_0x4d429d[_0x4801c0(0x1a5)]=function(_0x838b06,_0x18bf97){return _0x838b06!==_0x18bf97;},_0x4d429d[_0x4801c0(0x2b5)]=function(_0x1bb0e1,_0x2c12bc){return _0x1bb0e1===_0x2c12bc;},_0x4d429d[_0x4801c0(0xcc)]='true',_0x4d429d[_0x4801c0(0x18e)]=function(_0x2e7f70,_0x3619a5){return _0x2e7f70===_0x3619a5;},_0x4d429d['mTDxo']=function(_0x2b1bd5,_0x1729ea){return _0x2b1bd5&&_0x1729ea;},_0x4d429d[_0x4801c0(0x204)]='TEST_INIT',_0x4d429d[_0x4801c0(0x20e)]=_0x4801c0(0x2d5),_0x4d429d[_0x4801c0(0xeb)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x4d429d[_0x4801c0(0x247)]=_0x4801c0(0x154),_0x4d429d[_0x4801c0(0x2b7)]=function(_0x3b6569,_0x5835ae){return _0x3b6569===_0x5835ae;},_0x4d429d[_0x4801c0(0x285)]=function(_0xde41df,_0x5182e7){return _0xde41df===_0x5182e7;},_0x4d429d['Coxwo']=_0x4801c0(0x106),_0x4d429d[_0x4801c0(0x13b)]=_0x4801c0(0x2ee),_0x4d429d['cuCtR']=function(_0x3275a9,_0x5a02f3){return _0x3275a9>_0x5a02f3;},_0x4d429d['xHeBU']=function(_0x568ee4,_0x5e88bf){return _0x568ee4===_0x5e88bf;},_0x4d429d[_0x4801c0(0x294)]=_0x4801c0(0x1a6),_0x4d429d['ENwxa']=_0x4801c0(0x144),_0x4d429d[_0x4801c0(0x1c2)]=_0x4801c0(0x316);const _0x58d43f=_0x4d429d;if(_0x58d43f[_0x4801c0(0x1d8)](_0x1cf66d['testFramework'],_0x58d43f[_0x4801c0(0x2a3)])&&_0x58d43f[_0x4801c0(0x191)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x176)])&&_0x58d43f[_0x4801c0(0x219)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x12d)])&&_0x58d43f[_0x4801c0(0x1a5)](_0x1cf66d['testFramework'],FRAMEWORKS[_0x4801c0(0x1fe)])){logger[_0x4801c0(0x18c)](_0x4801c0(0x1f7)+_0x1cf66d[_0x4801c0(0x17e)]+')');return;}try{const _0x760b66=AutomationFramework[_0x4801c0(0x315)](),_0x39ab97=TestFramework[_0x4801c0(0x315)](),_0x2daaed=_0x1cf66d[_0x4801c0(0x2bc)]||global[_0x4801c0(0xc9)]?.[_0x4801c0(0x2a5)]||null;if(_0x58d43f[_0x4801c0(0x2b5)](_0x1cf66d[_0x4801c0(0x17e)],_0x58d43f[_0x4801c0(0x12d)])){const _0x29d8f7=_0x1cf66d['platformCaps']||_0x760b66&&_0x760b66['getPlatformCaps']&&_0x760b66[_0x4801c0(0x2ae)]()||_0x760b66&&_0x760b66[_0x4801c0(0xe4)]&&_0x760b66[_0x4801c0(0xe4)]()||{},_0x113dc5=_0x1cf66d['launchCaps']||null,_0x35f83a=this[_0x4801c0(0x2dd)](_0x760b66,_0x29d8f7,_0x113dc5),_0x2f5eae=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x2f5eae,_0x35f83a);global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)][_0x4801c0(0x245)]()[_0x4801c0(0x2db)](_0x35f83a);_0x35f83a?(global['accessibilityPlatform']=!![],process[_0x4801c0(0x104)][_0x4801c0(0x159)]=_0x58d43f[_0x4801c0(0xcc)]):global['accessibilityPlatform']=![];logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20testcafe\x20path\x20—\x20platformSupported='+_0x35f83a);return;}if(_0x58d43f[_0x4801c0(0x18e)](_0x1cf66d[_0x4801c0(0x17e)],FRAMEWORKS['NODE_GENERIC'])){const _0x1684b2=_0x1cf66d[_0x4801c0(0x10d)]||{},_0x32e2b8=_0x1684b2[TestFrameworkConstants[_0x4801c0(0x137)]],_0x3c71fc=_0x1684b2[TestFrameworkConstants['KEY_TEST_NAME']]||'',_0x52f226=(Array['isArray'](_0x32e2b8)?_0x32e2b8[_0x4801c0(0xfb)](_0x3c71fc)['join']('\x20'):_0x3c71fc)[_0x4801c0(0x18f)](),_0x5d3a4c=_0x1cf66d['platformCaps']||_0x760b66&&_0x760b66[_0x4801c0(0x2ae)]&&_0x760b66['getPlatformCaps']()||_0x760b66&&_0x760b66[_0x4801c0(0xe4)]&&_0x760b66[_0x4801c0(0xe4)]()||{},_0x3922ba=this['isPlatformSupported'](_0x760b66,_0x5d3a4c,_0x1cf66d[_0x4801c0(0x221)]||null),_0x3eeb44=this[_0x4801c0(0x305)](_0x52f226,_0x760b66,FRAMEWORKS['NODE_GENERIC']),_0x4dd9ee=_0x58d43f[_0x4801c0(0x190)](_0x3922ba,_0x3eeb44),_0x517404=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x517404,_0x4dd9ee);global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)][_0x4801c0(0x245)]()[_0x4801c0(0x2db)](_0x4dd9ee);_0x4dd9ee?(global[_0x4801c0(0x211)]=!![],process[_0x4801c0(0x104)][_0x4801c0(0x159)]=_0x58d43f['IAwux'],this['applySendMessageToServerPatch']()):global[_0x4801c0(0x211)]=![];_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f['BmkjW'],!![]);logger[_0x4801c0(0x18c)](_0x4801c0(0x31d)+_0x3922ba+',\x20testCaseEnabled='+_0x3eeb44+',\x20testName='+_0x52f226);return;}if(!_0x2daaed){_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f[_0x4801c0(0x204)],!![]);logger['debug'](_0x58d43f[_0x4801c0(0x20e)]);return;}logger['debug'](_0x58d43f[_0x4801c0(0xeb)]);const _0x34ed60=_0x39ab97?.['getData'](_0x58d43f[_0x4801c0(0x247)],![]),_0x42082a=_0x39ab97?.['getData'](_0x58d43f['BmkjW'],![]);if(_0x58d43f[_0x4801c0(0x2b7)](_0x34ed60,![])&&_0x58d43f[_0x4801c0(0x285)](_0x42082a,![])){_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f['JPcvM'],!![]);logger[_0x4801c0(0x18c)](_0x58d43f['Coxwo']);return;}_0x39ab97&&_0x39ab97[_0x4801c0(0xe6)](_0x58d43f[_0x4801c0(0x204)],!![]);let _0x44ab56,_0x5e32a4;const _0x48ad11=_0x1cf66d[_0x4801c0(0x17e)]||_0x58d43f[_0x4801c0(0x2a3)];if(_0x58d43f[_0x4801c0(0x18e)](_0x48ad11,_0x58d43f[_0x4801c0(0x176)])){_0x5e32a4=_0x1cf66d[_0x4801c0(0x2bb)]?.[_0x4801c0(0x12b)]||_0x1cf66d[_0x4801c0(0x2bb)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x4801c0(0xc9)]?.['currentTest']?.[_0x4801c0(0x12b)]||global[_0x4801c0(0xc9)]?.[_0x4801c0(0x287)]?.['id'];const _0x13a3e4=_0x39ab97?.[_0x4801c0(0x11b)]()?.['get'](_0x5e32a4);if(_0x13a3e4&&_0x13a3e4[TestFrameworkConstants['KEY_TEST_NAME']])_0x44ab56=_0x13a3e4[TestFrameworkConstants[_0x4801c0(0x12e)]];else{if(_0x1cf66d['testInfo']?.[_0x4801c0(0x102)])_0x44ab56=_0x1cf66d[_0x4801c0(0x2bb)][_0x4801c0(0x102)];else global[_0x4801c0(0xc9)]?.['currentTest']?.[_0x4801c0(0x2bb)]?.[_0x4801c0(0x102)]?_0x44ab56=global[_0x4801c0(0xc9)][_0x4801c0(0x287)][_0x4801c0(0x2bb)][_0x4801c0(0x102)]:_0x44ab56=_0x58d43f['kUNFQ'];}logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier='+_0x5e32a4+',\x20testName='+JSON[_0x4801c0(0xe9)](_0x44ab56));}else{_0x5e32a4=this['getTestId'](_0x1cf66d);const _0x5c59e9=TestInfo[_0x4801c0(0x1e9)](_0x5e32a4);let _0x5e01dc=[];if(_0x5c59e9&&Array[_0x4801c0(0x14c)](_0x5c59e9['test_tags'])&&_0x58d43f[_0x4801c0(0x2ef)](_0x5c59e9[_0x4801c0(0x144)][_0x4801c0(0x1a1)],0x0))_0x5e01dc=_0x5c59e9[_0x4801c0(0x144)];else{if(_0x39ab97){const _0x4dc4d5=_0x58d43f[_0x4801c0(0x1a4)](typeof _0x39ab97['getData'],_0x58d43f['YvevG'])?_0x39ab97['getData'](_0x58d43f[_0x4801c0(0x2e4)],[]):_0x39ab97[_0x4801c0(0x144)]||[];Array['isArray'](_0x4dc4d5)&&(_0x5e01dc=_0x4dc4d5);}}_0x44ab56=_0x5e01dc;}logger['info']('test-tags-->\x20'+JSON[_0x4801c0(0xe9)](_0x44ab56));const _0x42163c=this[_0x4801c0(0x2dd)](_0x760b66,_0x1cf66d[_0x4801c0(0x18a)],_0x1cf66d[_0x4801c0(0x221)]);logger[_0x4801c0(0x18c)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x42163c+_0x4801c0(0x205)+this['isAppAccessibility']);const _0xe4bac5=this['isEnabledTestcase'](_0x44ab56,_0x760b66,_0x48ad11),_0xe5a958=_0x58d43f['mTDxo'](_0x42163c,_0xe4bac5),_0x19ce78=CLIUtils[_0x4801c0(0x29a)]();this['accessibility'][_0x4801c0(0x1c0)](_0x19ce78,_0xe5a958),global[_0x4801c0(0xef)]?.[_0x4801c0(0x245)]&&global[_0x4801c0(0xef)]['getContext']()[_0x4801c0(0x2db)](_0xe5a958),logger[_0x4801c0(0x18c)](_0x4801c0(0xdd)+(_0x760b66?.[_0x4801c0(0x271)]?.()||_0x58d43f[_0x4801c0(0x1c2)])+_0x4801c0(0x13c)+_0xe5a958),_0xe5a958?(global[_0x4801c0(0x211)]=!![],process['env'][_0x4801c0(0x159)]=_0x58d43f[_0x4801c0(0xcc)],this['applySendMessageToServerPatch']()):global[_0x4801c0(0x211)]=![];}catch(_0x4618b1){logger[_0x4801c0(0x242)](_0x4801c0(0x222)+(_0x4618b1[_0x4801c0(0xf1)]||_0x4618b1[_0x4801c0(0x141)]));const _0x5954ae=CLIUtils[_0x4801c0(0x29a)]();this[_0x4801c0(0xf2)][_0x4801c0(0x1c0)](_0x5954ae,![]),global[_0x4801c0(0x211)]=![];}}[a106_0x4ed4c8(0x138)](){const _0xe284=a106_0x4ed4c8;return this['capabilities'][_0xe284(0x146)](_0x211247=>_0x211247[_0xe284(0x2f0)]()===_0xe284(0x281))?.[_0xe284(0x152)]()||'';}[a106_0x4ed4c8(0x1d7)](_0x3d627b){const _0x1da217=a106_0x4ed4c8;try{const _0xd8a330=this[_0x1da217(0x135)]?.['options']?.[_0x1da217(0xd7)]||[],_0x23b9b2=_0xd8a330[_0x1da217(0x146)](_0x40b9c5=>_0x40b9c5[_0x1da217(0x1bf)]===_0x3d627b);return _0x23b9b2?_0x23b9b2[_0x1da217(0x238)]:null;}catch(_0x174bd6){return logger[_0x1da217(0x18c)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x3d627b+':\x20'+_0x174bd6[_0x1da217(0x141)]),null;}}async[a106_0x4ed4c8(0x279)](_0x58729f,_0x2cb956){const _0x39bcff=a106_0x4ed4c8,_0x1b0b81=_0x58729f[_0x39bcff(0x31e)]()[_0x39bcff(0x16c)]();this[_0x39bcff(0x257)](_0x1b0b81),this[_0x39bcff(0x185)]=_0x1b0b81[_0x39bcff(0x27d)](),await this['setAccessibilityToken'](this['capabilities'],_0x2cb956[_0x39bcff(0x221)]);}[a106_0x4ed4c8(0x257)](_0x288d4f){const _0x2f4bb1=a106_0x4ed4c8,_0x1de8d2={};_0x1de8d2['qODJC']=function(_0x349603,_0x423367){return _0x349603>_0x423367;},_0x1de8d2[_0x2f4bb1(0x2eb)]=_0x2f4bb1(0x23e),_0x1de8d2[_0x2f4bb1(0x170)]='[AccessibilityModule]\x20_parseScriptsFromOptions:\x20no\x20scripts\x20in\x20options';const _0x49b35c=_0x1de8d2;try{const _0x3b7ffe=_0x288d4f[_0x2f4bb1(0x120)](),_0x3dc0ed=_0x288d4f[_0x2f4bb1(0x318)]()?.[_0x2f4bb1(0x14f)]();_0x3b7ffe&&_0x49b35c[_0x2f4bb1(0x1e4)](_0x3b7ffe[_0x2f4bb1(0x1a1)],0x0)?(scripts[_0x2f4bb1(0x1ca)](_0x3b7ffe,_0x3dc0ed),scripts[_0x2f4bb1(0xed)](),logger['debug'](_0x49b35c['PUYHj'])):logger[_0x2f4bb1(0x18c)](_0x49b35c['MMVTc']);}catch(_0x599c5d){logger[_0x2f4bb1(0x18c)](_0x2f4bb1(0x194)+_0x599c5d['message']);}}async['setAccessibilityToken'](_0x164503,_0x3b9bb3={}){const _0x2d171f=a106_0x4ed4c8,_0x22a260={'pswUl':_0x2d171f(0xcd),'NinlW':_0x2d171f(0x177),'sVGEF':function(_0x4cc596,_0x20e54c){return _0x4cc596===_0x20e54c;},'wjhUt':_0x2d171f(0x166),'knVaw':function(_0x2968d3,_0x2a4f7a){return _0x2968d3(_0x2a4f7a);},'WfYyL':'crypto','gatlk':_0x2d171f(0x105),'LjQOc':_0x2d171f(0xd5),'tkqyp':function(_0x3261b4,_0x20e18f){return _0x3261b4||_0x20e18f;},'XCORf':_0x2d171f(0x26c),'QkgmL':_0x2d171f(0x1a8),'ZhQhC':_0x2d171f(0x1e6),'ZyEfT':function(_0x2e0afd,_0x2bf530){return _0x2e0afd===_0x2bf530;},'wANTc':_0x2d171f(0x115),'HLCiZ':'browserstack.accessibilityOptions.wcagVersion','rXbPV':function(_0x4fe249,_0x3e6183){return _0x4fe249===_0x3e6183;},'lipbC':_0x2d171f(0x130),'nysxm':_0x2d171f(0x151),'RWfbX':_0x2d171f(0x2e1),'zRYtF':_0x2d171f(0x29c),'Mhziw':function(_0x23aecb,_0x27577b){return _0x23aecb===_0x27577b;},'TkDvB':_0x2d171f(0x1c8),'DIVJh':function(_0x4d89c1,_0x3f641f){return _0x4d89c1===_0x3f641f;},'cfsRE':function(_0x348da7,_0x49c792){return _0x348da7===_0x49c792;},'ByGUQ':_0x2d171f(0x28a)};global[_0x2d171f(0x29b)]=global[_0x2d171f(0x29b)]||{};const _0x2995e1=Array[_0x2d171f(0x14c)](_0x164503)?_0x164503[_0x2d171f(0x1a1)]:_0x22a260[_0x2d171f(0x29d)];logger[_0x2d171f(0x18c)]('[AccessibilityModule.setAccessibilityToken]\x20caps_count='+_0x2995e1+_0x2d171f(0x24f)+(process['env'][_0x2d171f(0x1d0)]||_0x22a260[_0x2d171f(0x272)])+_0x2d171f(0x158)+process['pid']);for(const _0x52c126 of _0x164503){logger[_0x2d171f(0x18c)](_0x2d171f(0x10b)+_0x52c126['getName']());if(_0x22a260['sVGEF'](_0x52c126['getName'](),_0x22a260[_0x2d171f(0x173)])){const _0x36d74e=_0x52c126['getValue'](),_0x8309a0=_0x36d74e?_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x295)])[_0x2d171f(0x213)](_0x22a260[_0x2d171f(0x2d2)])[_0x2d171f(0x255)](_0x36d74e)[_0x2d171f(0x1d6)](_0x22a260['LjQOc'])[_0x2d171f(0x2e6)](0x0,0x8):'';logger['info'](_0x2d171f(0x261)+_0x22a260[_0x2d171f(0x256)](_0x36d74e,'')['length']+_0x2d171f(0x168)+_0x8309a0+_0x2d171f(0x24f)+(process[_0x2d171f(0x104)][_0x2d171f(0x1d0)]||_0x22a260[_0x2d171f(0x272)])+_0x2d171f(0x158)+process[_0x2d171f(0x20a)]),process[_0x2d171f(0x104)]['BS_A11Y_JWT']=_0x36d74e,global['__accessibilityOptions'][_0x22a260['XCORf']]=_0x36d74e;const _0x452247=_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x1db)]),{isTrue:_0x831971}=_0x22a260[_0x2d171f(0x31c)](require,_0x22a260[_0x2d171f(0x2a4)]),_0x30e50e=_0x452247['parseA11yJwtPayload'](_0x36d74e);_0x30e50e&&_0x22a260[_0x2d171f(0x31c)](_0x831971,_0x30e50e[_0x2d171f(0x1fc)])&&(process[_0x2d171f(0x104)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x22a260[_0x2d171f(0x117)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x11a)]))global['__accessibilityOptions'][_0x22a260[_0x2d171f(0x2c9)]]=_0x52c126['getValue']();else{if(_0x22a260['rXbPV'](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x248)]))global[_0x2d171f(0x29b)][_0x22a260[_0x2d171f(0x179)]]=_0x52c126[_0x2d171f(0x152)]();else{if(_0x22a260[_0x2d171f(0x20f)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x24c)]))global[_0x2d171f(0x29b)][_0x22a260[_0x2d171f(0x2ea)]]=_0x52c126[_0x2d171f(0x152)]();else{if(_0x22a260[_0x2d171f(0x2aa)](_0x52c126[_0x2d171f(0x2f0)](),_0x22a260[_0x2d171f(0x1b2)])){const _0x640745=_0x52c126[_0x2d171f(0x152)]();process[_0x2d171f(0x104)][_0x2d171f(0x232)]=_0x22a260['knVaw'](String,_0x22a260[_0x2d171f(0x2fe)](_0x640745,!![])||_0x22a260['cfsRE'](_0x640745,_0x22a260['ByGUQ'])),logger[_0x2d171f(0x18c)](_0x2d171f(0x134)+_0x640745+'\x20env='+process[_0x2d171f(0x104)][_0x2d171f(0x232)]);}}}}}}}async[a106_0x4ed4c8(0x12f)](_0x569bd4){const _0x3d722c=a106_0x4ed4c8,_0xc589ad={};_0xc589ad[_0x3d722c(0x317)]=function(_0x25e9b0,_0x17b59e){return _0x25e9b0!==_0x17b59e;},_0xc589ad[_0x3d722c(0x11f)]='cucumber',_0xc589ad[_0x3d722c(0x30d)]=function(_0xb853ac,_0x57e626){return _0xb853ac!==_0x57e626;},_0xc589ad[_0x3d722c(0x111)]='jest',_0xc589ad[_0x3d722c(0xcf)]=function(_0x2d424b,_0x14ba81){return _0x2d424b!==_0x14ba81;},_0xc589ad[_0x3d722c(0x2a9)]=_0x3d722c(0x2a8),_0xc589ad[_0x3d722c(0x30b)]=_0x3d722c(0x316);const _0x2f7c30=_0xc589ad;if(_0x2f7c30[_0x3d722c(0x317)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30[_0x3d722c(0x11f)])&&_0x2f7c30[_0x3d722c(0x30d)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30[_0x3d722c(0x111)])&&_0x2f7c30[_0x3d722c(0xcf)](_0x569bd4[_0x3d722c(0x17e)],_0x2f7c30['gOPcq'])&&_0x2f7c30[_0x3d722c(0x30d)](_0x569bd4[_0x3d722c(0x17e)],FRAMEWORKS['NODE_GENERIC'])){logger['debug'](_0x3d722c(0x2f9)+_0x569bd4[_0x3d722c(0x17e)]+')');return;}const _0xb95eeb=_0x569bd4['testInfo']?.[_0x3d722c(0x12b)]||_0x569bd4[_0x3d722c(0x2bb)]?.['id']||global[_0x3d722c(0x100)];logger[_0x3d722c(0x1ef)](_0x3d722c(0x2dc)+_0x569bd4[_0x3d722c(0x17e)]+_0x3d722c(0x2a2)+_0xb95eeb);try{const _0x100985=_0x569bd4[_0x3d722c(0x236)]||AutomationFramework[_0x3d722c(0x315)](),_0x38d75e=CLIUtils[_0x3d722c(0x29a)](),_0x2ca082=this[_0x3d722c(0x184)]();logger[_0x3d722c(0x18c)](_0x3d722c(0xdd)+(_0x100985?.[_0x3d722c(0x271)]?.()||_0x2f7c30['BhnWR'])+_0x3d722c(0x2e5)+_0x2ca082),_0x2ca082&&await this[_0x3d722c(0x303)](_0x100985,_0x569bd4),this[_0x3d722c(0xf2)][_0x3d722c(0x1cf)](_0x38d75e),this['LOG_DISABLED_SHOWN']['delete'](_0x38d75e);}catch(_0x43dd89){logger[_0x3d722c(0x242)](_0x3d722c(0x220)+(_0x43dd89[_0x3d722c(0xf1)]||_0x43dd89['message']));}}async['stopTestCapture'](_0x524506,_0x2e6428){const _0x347502=a106_0x4ed4c8,_0x5f2cf5={};_0x5f2cf5[_0x347502(0x254)]=function(_0x533c8c,_0x6ecfe5){return _0x533c8c===_0x6ecfe5;},_0x5f2cf5[_0x347502(0x178)]=_0x347502(0x1a6),_0x5f2cf5[_0x347502(0xd4)]=function(_0x96fcd8,_0x5734eb){return _0x96fcd8===_0x5734eb;},_0x5f2cf5[_0x347502(0x2f6)]=_0x347502(0x2e0),_0x5f2cf5[_0x347502(0x228)]=_0x347502(0x21b),_0x5f2cf5[_0x347502(0x1d1)]=_0x347502(0x150),_0x5f2cf5[_0x347502(0x235)]='accessibility',_0x5f2cf5[_0x347502(0x182)]=_0x347502(0x26b),_0x5f2cf5['SebOQ']=_0x347502(0x316),_0x5f2cf5[_0x347502(0x2ec)]=_0x347502(0x297),_0x5f2cf5[_0x347502(0x2ad)]=_0x347502(0x284),_0x5f2cf5['SPrrZ']=function(_0x2b7ee1,_0x543a16){return _0x2b7ee1||_0x543a16;},_0x5f2cf5[_0x347502(0x21c)]=function(_0x399dca,_0x329008){return _0x399dca||_0x329008;},_0x5f2cf5['EnjdV']=function(_0x454d82,_0x12c545){return _0x454d82||_0x12c545;},_0x5f2cf5[_0x347502(0xcb)]=_0x347502(0x18d),_0x5f2cf5['kjiwP']=_0x347502(0x193),_0x5f2cf5[_0x347502(0xde)]=_0x347502(0x142);const _0x42cc64=_0x5f2cf5;try{const _0x53abd9=_0x2e6428[_0x347502(0x17e)]||(_0x42cc64[_0x347502(0xd4)](this[_0x347502(0x25c)]?.['name']?.['toLowerCase'](),_0x42cc64[_0x347502(0x2f6)])?_0x42cc64[_0x347502(0x2f6)]:_0x42cc64['NBwPH']);let _0x2b1086='',_0x43e614=null,_0x136b33=null;if(_0x42cc64['rIGLF'](_0x53abd9,_0x42cc64[_0x347502(0x2f6)])){_0x43e614=_0x2e6428[_0x347502(0x2bb)]?.[_0x347502(0x12b)]||_0x2e6428[_0x347502(0x2bb)]?.['id']||global[_0x347502(0x100)];if(!_0x43e614){logger[_0x347502(0x1c3)](_0x42cc64[_0x347502(0x1d1)]);return;}try{const _0x27413b=await GrpcClient[_0x347502(0x251)]()[_0x347502(0x253)](process[_0x347502(0x104)][_0x347502(0x2e2)],_0x42cc64[_0x347502(0x235)],_0x42cc64['iWvGP'],_0x43e614),_0x4bfd51=AccessibilityModule[_0x347502(0x15b)](null,_0x27413b);_0x2b1086=_0x4bfd51?.[_0x347502(0x196)]||'',logger[_0x347502(0x18c)](_0x347502(0x22c)+_0x2b1086+_0x347502(0x1e1)+_0x43e614),_0x136b33=_0x27413b;}catch(_0x4f069b){logger[_0x347502(0x242)](_0x347502(0x209)+_0x4f069b[_0x347502(0x141)]);return;}}else{const _0x2f0838=this[_0x347502(0xd3)](_0x2e6428);_0x2b1086=TestInfo['getTestUUID'](_0x2f0838);}const _0x4ba0e6=((()=>{const _0x2a34a5=_0x347502,_0x5cc469=(this[_0x2a34a5(0x135)]?.['options']?.[_0x2a34a5(0xd7)]||[])[_0x2a34a5(0x146)](_0x3a5281=>(typeof _0x3a5281[_0x2a34a5(0x2f0)]==='function'?_0x3a5281[_0x2a34a5(0x2f0)]():_0x3a5281['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x5cc469?_0x42cc64[_0x2a34a5(0x254)](typeof _0x5cc469[_0x2a34a5(0x152)],_0x42cc64[_0x2a34a5(0x178)])?_0x5cc469[_0x2a34a5(0x152)]():_0x5cc469[_0x2a34a5(0x238)]:'';})()),_0x2c890e=process[_0x347502(0x104)][_0x347502(0x15a)]||'';logger[_0x347502(0x18c)]('[platform\x20-\x20'+(_0x524506?.[_0x347502(0x271)]?.()||_0x42cc64[_0x347502(0x2f8)])+_0x347502(0x2ed)+_0x2b1086+_0x347502(0x2f3)+_0x4ba0e6+_0x347502(0x19b)+(_0x2c890e?_0x42cc64[_0x347502(0x2ec)]:_0x42cc64[_0x347502(0x2ad)]));let _0x1b5016;if(_0x42cc64[_0x347502(0x254)](_0x53abd9,_0x42cc64[_0x347502(0x2f6)]))_0x1b5016=AccessibilityModule[_0x347502(0x15b)](_0x2b1086,_0x136b33);else{const _0x1eb69f=await GrpcClient[_0x347502(0x251)]()[_0x347502(0x253)](process[_0x347502(0x104)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x42cc64[_0x347502(0x235)],_0x42cc64['iWvGP']);_0x1b5016=AccessibilityModule[_0x347502(0x15b)](_0x2b1086,_0x1eb69f);}logger[_0x347502(0x18c)](_0x347502(0x299)+JSON[_0x347502(0xe9)](_0x1b5016));const _0x5c861e=Object[_0x347502(0x23b)]({},{'thTestRunUuid':_0x42cc64[_0x347502(0xf5)](_0x2b1086,''),'thBuildUuid':_0x42cc64[_0x347502(0x21c)](_0x4ba0e6,''),'thJwtToken':_0x42cc64['EnjdV'](_0x2c890e,'')},_0x1b5016);!this[_0x347502(0x2a7)]&&this['isMobileWebSession']()&&(_0x5c861e[_0x347502(0x22d)]=!![],logger[_0x347502(0x18c)](_0x42cc64[_0x347502(0xcb)]));logger[_0x347502(0x18c)](_0x347502(0x1dc)+_0x2b1086+_0x347502(0x205)+this[_0x347502(0x2a7)]);let _0xcee97e=global[_0x347502(0xc9)]?.[_0x347502(0x2a5)]||null;!_0xcee97e&&(_0xcee97e=AutomationFramework[_0x347502(0x149)](_0x524506,_0x42cc64[_0x347502(0x319)],null)),!_0xcee97e&&(_0xcee97e=AutomationFramework[_0x347502(0x149)](_0x524506,_0x42cc64[_0x347502(0xde)],null)),await this[_0x347502(0x25d)](this[_0x347502(0x184)](),_0x2b1086,_0xcee97e,_0x5c861e,this[_0x347502(0x2a7)]);}catch(_0x9c070f){logger[_0x347502(0x242)]('Error\x20in\x20stopTestCapture:\x20'+(_0x9c070f[_0x347502(0xf1)]||_0x9c070f[_0x347502(0x141)]));}}async[a106_0x4ed4c8(0x25d)](_0x507e39,_0x1175ee,_0x5c165a,_0x408cab,_0x22ce70){const _0x3ea894=a106_0x4ed4c8,_0x2dc724={};_0x2dc724[_0x3ea894(0x15d)]=_0x3ea894(0x26b),_0x2dc724[_0x3ea894(0x165)]=function(_0x5f5889,_0x19c76e){return _0x5f5889&&_0x19c76e;},_0x2dc724['NKebT']=_0x3ea894(0x1c6),_0x2dc724[_0x3ea894(0x12c)]=function(_0x3761c8,_0x18b762){return _0x3761c8===_0x18b762;},_0x2dc724[_0x3ea894(0x2fd)]=_0x3ea894(0x284),_0x2dc724[_0x3ea894(0x2d4)]=function(_0x178e25,_0x15f3ff){return _0x178e25===_0x15f3ff;},_0x2dc724[_0x3ea894(0x321)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x2dc724[_0x3ea894(0x298)]=_0x3ea894(0x1e3),_0x2dc724[_0x3ea894(0x2ca)]=_0x3ea894(0x234),_0x2dc724[_0x3ea894(0x101)]='scan',_0x2dc724['WxSDe']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x2dc724[_0x3ea894(0x161)]=_0x3ea894(0x1f2),_0x2dc724[_0x3ea894(0xff)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x64571f=_0x2dc724;try{const _0x4d6791=this[_0x3ea894(0x22f)](_0x64571f['kBsYd']);if(_0x64571f[_0x3ea894(0x165)](!_0x22ce70,!_0x4d6791)){logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x230)]);return;}if(!_0x1175ee||_0x64571f['ZuLQR'](_0x1175ee,_0x64571f[_0x3ea894(0x2fd)])||_0x64571f[_0x3ea894(0x2d4)](_0x1175ee,'')){logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x321)]);return;}logger['debug'](_0x3ea894(0x2c4)+JSON[_0x3ea894(0xe9)](_0x408cab)),_0x507e39&&(logger[_0x3ea894(0x18c)](_0x64571f['QXBLc']),await this[_0x3ea894(0x1c7)](_0x5c165a,_0x1175ee,_0x64571f[_0x3ea894(0x2ca)],_0x408cab,_0x22ce70,_0x64571f['rNXNo']),_0x64571f[_0x3ea894(0x165)](!_0x22ce70,_0x4d6791)&&(logger[_0x3ea894(0x18c)](_0x64571f[_0x3ea894(0x25e)]),await PerformanceTester[_0x3ea894(0x240)](_0x64571f['PyEvF'],async()=>{const _0x17bbbc=_0x3ea894;await this[_0x17bbbc(0x1c7)](_0x5c165a,_0x1175ee,_0x64571f[_0x17bbbc(0x15d)],_0x408cab,_0x22ce70,_0x64571f['kBsYd']);})()),logger[_0x3ea894(0x1ef)](_0x64571f['Acuqf']));}catch(_0x15c520){logger[_0x3ea894(0x242)](_0x3ea894(0x29f)+(_0x15c520[_0x3ea894(0xf1)]||_0x15c520['message']));}}async['onBeforeExecute'](_0x235611){const _0x3d394b=a106_0x4ed4c8,_0x19c7fa={};_0x19c7fa[_0x3d394b(0x1f6)]=function(_0x450a6d,_0x236a0c){return _0x450a6d!==_0x236a0c;},_0x19c7fa[_0x3d394b(0x16d)]='cucumber',_0x19c7fa[_0x3d394b(0xd0)]=function(_0x579dd0,_0x56d6ad){return _0x579dd0!==_0x56d6ad;},_0x19c7fa[_0x3d394b(0x259)]=_0x3d394b(0x2e0),_0x19c7fa[_0x3d394b(0x300)]='testcafe',_0x19c7fa[_0x3d394b(0x1f1)]=function(_0x12c921,_0x461232){return _0x12c921!==_0x461232;},_0x19c7fa[_0x3d394b(0x22e)]=_0x3d394b(0x316),_0x19c7fa[_0x3d394b(0x2fc)]=_0x3d394b(0x1b4),_0x19c7fa[_0x3d394b(0xf6)]=function(_0x584ba6,_0x1976b1){return _0x584ba6&&_0x1976b1;},_0x19c7fa[_0x3d394b(0xc5)]=function(_0x39096e,_0x1c87cb){return _0x39096e===_0x1c87cb;},_0x19c7fa['DuBvf']=_0x3d394b(0x112),_0x19c7fa[_0x3d394b(0x21a)]='accessibility',_0x19c7fa['QBlQF']=_0x3d394b(0x1ff),_0x19c7fa['AjPss']=_0x3d394b(0x25b),_0x19c7fa[_0x3d394b(0x1bb)]=_0x3d394b(0x160),_0x19c7fa[_0x3d394b(0x1af)]='scan',_0x19c7fa[_0x3d394b(0x2f4)]='null';const _0x253aeb=_0x19c7fa;if(_0x253aeb[_0x3d394b(0x1f6)](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x16d)])&&_0x253aeb['HIaZl'](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x259)])&&_0x253aeb[_0x3d394b(0x1f6)](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x300)])&&_0x253aeb[_0x3d394b(0x1f1)](_0x235611[_0x3d394b(0x17e)],FRAMEWORKS[_0x3d394b(0x1fe)])){logger['debug']('onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework\x20(got:\x20'+_0x235611[_0x3d394b(0x17e)]+')');return;}logger[_0x3d394b(0x18c)](_0x3d394b(0x15e)+(_0x235611[_0x3d394b(0xd6)]||_0x253aeb[_0x3d394b(0x22e)])+_0x3d394b(0x212)+_0x235611[_0x3d394b(0x17e)]);try{const _0x5edd74=_0x235611[_0x3d394b(0x236)]||AutomationFramework[_0x3d394b(0x315)](),_0x385839=TestFramework[_0x3d394b(0x315)](),_0x549b93=_0x235611[_0x3d394b(0xd6)]||_0x235611[_0x3d394b(0x30a)]?.['getName']();if(!_0x549b93){logger[_0x3d394b(0x18c)](_0x253aeb[_0x3d394b(0x2fc)]);return;}if(!this[_0x3d394b(0x184)]()){logger['debug'](_0x3d394b(0x175)+_0x549b93);return;}if(!this[_0x3d394b(0x198)](_0x549b93)){logger[_0x3d394b(0x18c)](_0x3d394b(0x17d)+_0x549b93+_0x3d394b(0x132));return;}const _0x5b90be=_0x235611[_0x3d394b(0x2bc)]||global[_0x3d394b(0xc9)]?.[_0x3d394b(0x2a5)],_0x4f6b22=_0x235611[_0x3d394b(0x202)]||null;if(_0x253aeb['DOFMK'](!_0x5b90be,!_0x4f6b22)){logger[_0x3d394b(0x18c)](_0x3d394b(0x109)+_0x549b93);return;}let _0x59a9ff='',_0xb6fc63=null;if(_0x253aeb['tqVWh'](_0x235611[_0x3d394b(0x17e)],_0x253aeb[_0x3d394b(0x259)])){_0xb6fc63=_0x235611[_0x3d394b(0x2bb)]?.[_0x3d394b(0x12b)]||_0x235611[_0x3d394b(0x2bb)]?.['id']||global[_0x3d394b(0x100)];if(!_0xb6fc63){logger['warn'](_0x253aeb['DuBvf']);return;}try{const _0xef21ce=await GrpcClient['getInstance']()[_0x3d394b(0x253)](process['env'][_0x3d394b(0x2e2)],_0x253aeb[_0x3d394b(0x21a)],_0x253aeb[_0x3d394b(0x26e)],_0xb6fc63),_0x1fc7f2=AccessibilityModule['loadDriverExecuteParams'](null,_0xef21ce);_0x59a9ff=_0x1fc7f2?.[_0x3d394b(0x196)]||'',logger[_0x3d394b(0x18c)](_0x3d394b(0x16b)+_0x59a9ff+_0x3d394b(0x1e1)+_0xb6fc63);}catch(_0xdcf3eb){logger[_0x3d394b(0x242)](_0x3d394b(0xc6)+_0xdcf3eb[_0x3d394b(0x141)]);return;}}else _0x253aeb['tqVWh'](_0x235611[_0x3d394b(0x17e)],FRAMEWORKS[_0x3d394b(0x1fe)])?_0x59a9ff=_0x235611[_0x3d394b(0x1a7)]||'':(_0x59a9ff=this['getCapabilityValue'](_0x253aeb[_0x3d394b(0x2bd)])||'',!_0x59a9ff&&this[_0x3d394b(0x2e8)]()&&(_0x59a9ff=accessibilityHelper[_0x3d394b(0x1bd)]()));const _0x31a7d6=this[_0x3d394b(0x1d7)](_0x253aeb[_0x3d394b(0x1bb)])||this['accessibilityConfig'][this[_0x3d394b(0x20c)]]||null,_0xd8214c=process[_0x3d394b(0x104)][_0x3d394b(0x15a)]||'',_0x199d56=this['getParamsForScanForCli'](_0x549b93,_0x59a9ff,_0x31a7d6,_0xd8214c),_0x5b0f5a=_0x253aeb[_0x3d394b(0xc5)](_0x235611['testFramework'],_0x253aeb[_0x3d394b(0x259)])?await AccessibilityModule[_0x3d394b(0x133)](_0x253aeb[_0x3d394b(0x1af)],_0x59a9ff,_0xb6fc63):await AccessibilityModule[_0x3d394b(0x133)](_0x253aeb[_0x3d394b(0x1af)],_0x59a9ff);logger[_0x3d394b(0x1ef)](_0x3d394b(0x29e)+(_0x199d56?JSON['stringify'](_0x199d56):_0x253aeb[_0x3d394b(0x2f4)]));let _0x495a02=CLIUtils[_0x3d394b(0x265)](_0x199d56,_0x5b0f5a);if(this[_0x3d394b(0x2a7)]){const _0x586bc8=process[_0x3d394b(0x104)][_0x3d394b(0x2f1)]||'';_0x495a02[_0x3d394b(0x1ad)]&&(_0x495a02[_0x3d394b(0x2ab)]=_0x495a02[_0x3d394b(0x1ad)],delete _0x495a02[_0x3d394b(0x1ad)]),_0x495a02=Object[_0x3d394b(0x23b)]({},_0x495a02,{'authHeader':_0x495a02['authHeader']||_0x586bc8,'method':_0x549b93,'scanTimestamp':Date[_0x3d394b(0xee)]()[_0x3d394b(0x136)]()});}logger['info'](_0x3d394b(0x223)+(_0x495a02?JSON[_0x3d394b(0xe9)](_0x495a02):_0x253aeb[_0x3d394b(0x2f4)])),logger[_0x3d394b(0x18c)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x549b93);const _0x2a6146=this[_0x3d394b(0x2a7)]?_0x4f6b22:_0x5b90be,_0x4c88e5=await this[_0x3d394b(0x1c7)](_0x2a6146,_0x59a9ff,_0x549b93,_0x495a02,this[_0x3d394b(0x2a7)]);logger[_0x3d394b(0x18c)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x549b93+_0x3d394b(0x30f)+JSON['stringify'](_0x4c88e5));}catch(_0x591c26){logger['error'](_0x3d394b(0x1ce)+(_0x591c26['stack']||_0x591c26[_0x3d394b(0x141)]));}}[a106_0x4ed4c8(0x301)](){const _0x2dfd76=a106_0x4ed4c8;return this[_0x2dfd76(0x184)]();}[a106_0x4ed4c8(0xc8)](_0x488da4){const _0x43624b=a106_0x4ed4c8,_0x20c7bb=CLIUtils[_0x43624b(0x29a)]();this['accessibility']['set'](_0x20c7bb,_0x488da4);}async['initAccessibilityConfig'](_0x3f3ce3){const _0x1913b7=a106_0x4ed4c8,_0x481588={};_0x481588[_0x1913b7(0x2c6)]='unknown';const _0x4f51de=_0x481588;try{const _0x58b185=_0x3f3ce3['instance']||AutomationFramework[_0x1913b7(0x315)](),_0x5d07d7=_0x58b185?.[_0x1913b7(0xe5)]?.()?.[_0x1913b7(0x207)]?.(this[_0x1913b7(0x127)])||![];if(_0x5d07d7)return;PerformanceTester[_0x1913b7(0x186)](EVENTS[_0x1913b7(0x2d0)]);const _0x1a72dd=await GrpcClient[_0x1913b7(0x251)]()[_0x1913b7(0x1ae)](_0x3f3ce3);_0x1a72dd&&_0x1a72dd['getAccessibility']&&_0x1a72dd[_0x1913b7(0x31e)]()&&_0x1a72dd['getAccessibility']()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x1a72dd,_0x3f3ce3),_0x58b185?.[_0x1913b7(0xe5)]&&_0x58b185[_0x1913b7(0xe5)]()['set'](this['KEY_INIT'],!![]),logger[_0x1913b7(0x18c)](_0x1913b7(0xdd)+(_0x58b185?.[_0x1913b7(0x271)]?.()||_0x4f51de[_0x1913b7(0x2c6)])+_0x1913b7(0x273))):logger[_0x1913b7(0x18c)](_0x1913b7(0xdd)+(_0x58b185?.[_0x1913b7(0x271)]?.()||_0x4f51de[_0x1913b7(0x2c6)])+_0x1913b7(0x275)),PerformanceTester[_0x1913b7(0x2e7)](EVENTS[_0x1913b7(0x2d0)]);}catch(_0x4b67d2){PerformanceTester[_0x1913b7(0x2e7)](EVENTS[_0x1913b7(0x2d0)],![],_0x4b67d2['message']),logger['error'](_0x1913b7(0x2ff)+(_0x4b67d2[_0x1913b7(0xf1)]||_0x4b67d2[_0x1913b7(0x141)]));}}async[a106_0x4ed4c8(0x2d1)](_0x169d20,_0x327a13){const _0x3e8a68=a106_0x4ed4c8;await this[_0x3e8a68(0x279)](_0x169d20,_0x327a13);const _0x493d07=_0x169d20[_0x3e8a68(0x31e)]()[_0x3e8a68(0x16c)]();if(_0x493d07){const _0x12fbc7=_0x169d20[_0x3e8a68(0x309)]&&_0x169d20['getTesthub']();_0x12fbc7&&(this[_0x3e8a68(0x135)][this[_0x3e8a68(0x20c)]]=_0x12fbc7[_0x3e8a68(0xf3)]&&_0x12fbc7['getBuildId']());}}['shouldScanForCommand'](_0x4a682e){const _0x35e4b8=a106_0x4ed4c8,_0x440443={};_0x440443[_0x35e4b8(0x249)]=function(_0x2a9202,_0x5a5c4d){return _0x2a9202===_0x5a5c4d;};const _0x42ea8c=_0x440443;try{if(!_0x4a682e)return![];const _0x1b7c20=this['accessibilityConfig']?.[_0x35e4b8(0x1c5)]?.[_0x35e4b8(0x17b)]?.[_0x35e4b8(0x1b1)]||[],_0x10d4a3=_0x1b7c20['some'](_0x1d804e=>{const _0x172aa1=_0x35e4b8;return _0x1d804e['name']&&_0x42ea8c[_0x172aa1(0x249)](_0x1d804e[_0x172aa1(0x1bf)][_0x172aa1(0x1f8)](),_0x4a682e[_0x172aa1(0x1f8)]());});return logger[_0x35e4b8(0x18c)](_0x35e4b8(0x118)+_0x4a682e+_0x35e4b8(0x167)+_0x10d4a3+_0x35e4b8(0x2fb)+JSON['stringify'](_0x1b7c20[_0x35e4b8(0x16a)](_0x48b917=>_0x48b917['name']))),_0x10d4a3;}catch(_0x233aa5){return logger['debug'](_0x35e4b8(0x2cb)+_0x233aa5[_0x35e4b8(0x141)]),![];}}[a106_0x4ed4c8(0x262)](_0x2e461c){const _0x41ccb5=a106_0x4ed4c8,_0x6e1da8={};_0x6e1da8[_0x41ccb5(0x103)]=function(_0x9180cb,_0x4909f7){return _0x9180cb===_0x4909f7;},_0x6e1da8[_0x41ccb5(0x293)]=_0x41ccb5(0x123),_0x6e1da8[_0x41ccb5(0x278)]=_0x41ccb5(0x156);const _0x2a5ae6=_0x6e1da8,_0x363283=_0x2e461c['getScript']&&_0x2e461c[_0x41ccb5(0xfe)]();return _0x363283&&_0x2a5ae6[_0x41ccb5(0x103)](typeof _0x363283,_0x2a5ae6[_0x41ccb5(0x293)])&&_0x363283['includes'](_0x2a5ae6[_0x41ccb5(0x278)]);}['isAccessibilityScriptCommand'](_0x590496){const _0x40b12f=a106_0x4ed4c8,_0x237e85={};_0x237e85['VREVA']=function(_0x1168f6,_0x4fa291){return _0x1168f6!==_0x4fa291;},_0x237e85[_0x40b12f(0x124)]=_0x40b12f(0x123),_0x237e85[_0x40b12f(0xd1)]='accessibility',_0x237e85[_0x40b12f(0x31f)]=_0x40b12f(0x1ff),_0x237e85[_0x40b12f(0x322)]='getResults',_0x237e85[_0x40b12f(0x23f)]=_0x40b12f(0x2cf);const _0x1bc757=_0x237e85,_0x5e21d7=_0x590496[_0x40b12f(0xfe)]&&_0x590496[_0x40b12f(0xfe)]();if(!_0x5e21d7||_0x1bc757['VREVA'](typeof _0x5e21d7,_0x1bc757[_0x40b12f(0x124)]))return![];return _0x5e21d7[_0x40b12f(0xf8)](_0x1bc757[_0x40b12f(0xd1)])||_0x5e21d7['includes'](_0x1bc757['eqlAE'])||_0x5e21d7[_0x40b12f(0xf8)](_0x1bc757[_0x40b12f(0x322)])||_0x5e21d7[_0x40b12f(0xf8)](_0x1bc757['mVcfh']);}[a106_0x4ed4c8(0x2e8)](){const _0x4fe578=a106_0x4ed4c8,_0x3e7986={'qiNSG':function(_0x47484e,_0x4ecc08){return _0x47484e===_0x4ecc08;},'SWPan':_0x4fe578(0x1a6),'KgNlB':function(_0x230406,_0x59a0cf){return _0x230406(_0x59a0cf);},'gKtnb':_0x4fe578(0x20b),'iviJe':_0x4fe578(0x1e8),'xPmIm':_0x4fe578(0x208),'khywX':function(_0x5c90b4,_0x24438f){return _0x5c90b4(_0x24438f);},'raxNM':_0x4fe578(0xe8)};try{const _0x5984bd=this[_0x4fe578(0x135)]?.[_0x4fe578(0x1c5)]?.[_0x4fe578(0xd7)]||[],_0x3b5ba8=_0x2f0d8d=>{const _0x2de196=_0x4fe578,_0x26900e=_0x5984bd['find'](_0x34faab=>(typeof _0x34faab['getName']===_0x2de196(0x1a6)?_0x34faab[_0x2de196(0x2f0)]():_0x34faab[_0x2de196(0x1bf)])===_0x2f0d8d);return _0x26900e?_0x3e7986[_0x2de196(0x2ce)](typeof _0x26900e[_0x2de196(0x152)],_0x3e7986[_0x2de196(0x24b)])?_0x26900e[_0x2de196(0x152)]():_0x26900e[_0x2de196(0x238)]:null;},_0x217c77=_0x3e7986[_0x4fe578(0x22b)](_0x3b5ba8,_0x3e7986[_0x4fe578(0x139)]),_0x5e6dd3=_0x3e7986['KgNlB'](_0x3b5ba8,_0x3e7986[_0x4fe578(0x311)]),_0x5f379c=global['isMobilePlatform']||_0x217c77&&_0x3e7986[_0x4fe578(0x2ce)](_0x3e7986[_0x4fe578(0x22b)](String,_0x217c77)[_0x4fe578(0x1f8)](),_0x3e7986[_0x4fe578(0x28d)])&&_0x5e6dd3&&_0x3e7986[_0x4fe578(0x2c5)](String,_0x5e6dd3)[_0x4fe578(0x1f8)]()[_0x4fe578(0xf8)](_0x3e7986[_0x4fe578(0x26d)]);if(!_0x5f379c)return![];if(!accessibilityHelper[_0x4fe578(0x1c8)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x4fe578(0x1c3)](accessibilityHelper[_0x4fe578(0x27b)]),this[_0x4fe578(0x264)]=!![]),![];return!![];}catch(_0x88c204){return logger[_0x4fe578(0x18c)](_0x4fe578(0x1fd)+_0x88c204[_0x4fe578(0x141)]),![];}}['getParamsForScanForCli'](_0x4c9872,_0x3aaf0e,_0x43e396,_0x4f533b){const _0x2c0004=a106_0x4ed4c8,_0x5c1cc8={};_0x5c1cc8[_0x2c0004(0x19d)]=function(_0x189868,_0x17360c){return _0x189868||_0x17360c;},_0x5c1cc8['xUwgK']=function(_0x486efc,_0x1edfc7){return _0x486efc&&_0x1edfc7;},_0x5c1cc8[_0x2c0004(0x180)]=function(_0x83d58d,_0x107d0c){return _0x83d58d||_0x107d0c;},_0x5c1cc8[_0x2c0004(0x1ec)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x63110f=_0x5c1cc8;let _0x3ee7f0=_0x63110f[_0x2c0004(0x19d)](_0x3aaf0e,'');const _0x3883ef=!this[_0x2c0004(0x2a7)]&&this[_0x2c0004(0x2e8)]();_0x63110f[_0x2c0004(0x15c)](_0x3883ef,!_0x3ee7f0)&&(_0x3ee7f0=accessibilityHelper['resolveMobileThTestRunUuid']());const _0xfee9f8={'command':_0x4c9872,'thTestRunUuid':_0x3ee7f0,'thBuildUuid':_0x63110f['LsNik'](_0x43e396,''),'thJwtToken':_0x63110f['LsNik'](_0x4f533b,''),'timestamp':new Date()[_0x2c0004(0x2b0)]()};return _0x3883ef&&(_0xfee9f8['is_mobile_session']=!![],logger[_0x2c0004(0x18c)](_0x63110f[_0x2c0004(0x1ec)])),_0xfee9f8;}[a106_0x4ed4c8(0x22f)](_0x26de9a){const _0x19cf4e=a106_0x4ed4c8,_0x3445b7={};_0x3445b7['BjhBy']=function(_0x18d50c,_0x2c6969){return _0x18d50c||_0x2c6969;};const _0x58ba20=_0x3445b7;try{const _0x1df13a=this[_0x19cf4e(0x135)]?.['options']?.['scriptsList']||[],_0x337799=_0x1df13a[_0x19cf4e(0x146)](_0x166398=>_0x166398[_0x19cf4e(0x1bf)]===_0x26de9a);return _0x58ba20[_0x19cf4e(0x2f7)](_0x337799,null);}catch(_0x45b7f9){return logger[_0x19cf4e(0x18c)](_0x19cf4e(0x2b1)+_0x26de9a+':\x20'+_0x45b7f9['message']),null;}}async[a106_0x4ed4c8(0x163)](_0x967e2c,_0xaad978,_0x129a29=null){const _0x3d7cd9=a106_0x4ed4c8,_0x4b9d3c={'fnsgt':function(_0x154da5,_0x34323d){return _0x154da5(_0x34323d);},'sLYuD':_0x3d7cd9(0xce)};try{if(!_0x967e2c)return logger['debug'](_0x3d7cd9(0xea)+_0xaad978),null;const _0x31ed2a=this['getScriptByName'](_0xaad978);if(!_0x31ed2a||!_0x31ed2a['command'])return logger['debug'](_0x3d7cd9(0x1b3)+_0xaad978+_0x3d7cd9(0x110)),null;logger['debug']('Executing\x20'+_0xaad978+_0x3d7cd9(0x1da));const _0x515984=_0x4b9d3c[_0x3d7cd9(0x323)](require,_0x4b9d3c[_0x3d7cd9(0x306)]),_0x332578=_0x129a29?await _0x515984['browserStackEvaluate'](_0x967e2c,_0x31ed2a[_0x3d7cd9(0x30a)],_0x129a29):await _0x515984[_0x3d7cd9(0x2b4)](_0x967e2c,_0x31ed2a[_0x3d7cd9(0x30a)]);return _0x332578;}catch(_0x4ec304){return logger[_0x3d7cd9(0x242)](_0x3d7cd9(0x2e9)+_0xaad978+':\x20'+(_0x4ec304[_0x3d7cd9(0xf1)]||_0x4ec304[_0x3d7cd9(0x141)])),null;}}async[a106_0x4ed4c8(0x1c7)](_0x4bd44c,_0x1090bf,_0x52ef21,_0x1d90c1,_0x41e1ee,_0x15a604=a106_0x4ed4c8(0x1c1)){const _0x2d3d35=a106_0x4ed4c8,_0x539a78={'WwyKT':function(_0x4abfaf,_0x44641c){return _0x4abfaf===_0x44641c;},'nUVPT':_0x2d3d35(0x1c1),'HxUfy':function(_0x1ea6bd,_0x16e809){return _0x1ea6bd(_0x16e809);},'EGYiy':'../../playwright/accessibility-helper','XHPtR':function(_0x594938,_0x29f89c){return _0x594938(_0x29f89c);}};try{logger[_0x2d3d35(0x18c)](_0x2d3d35(0x162)+_0x52ef21+_0x2d3d35(0x1e5)+_0x15a604+_0x2d3d35(0x205)+_0x41e1ee);const _0x7cdf61=this[_0x2d3d35(0x22f)](_0x15a604);if(!_0x7cdf61||!_0x7cdf61[_0x2d3d35(0x30a)]){logger['debug'](_0x2d3d35(0x1c4)+_0x15a604+_0x2d3d35(0x2cd));return;}if(_0x41e1ee){if(_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]){logger[_0x2d3d35(0x18c)](_0x2d3d35(0x12a)+_0x52ef21);return;}return await PerformanceTester[_0x2d3d35(0x240)](PerformanceA11yEvents[_0x2d3d35(0x1cd)],async()=>{const _0x4c5805=_0x2d3d35;let _0x2f2bb1=_0x7cdf61[_0x4c5805(0x30a)];_0x2f2bb1[_0x4c5805(0xf8)]('%s')&&(_0x2f2bb1=_0x2f2bb1[_0x4c5805(0x187)]('%s',JSON[_0x4c5805(0xe9)](_0x1d90c1)));logger[_0x4c5805(0x18c)](_0x4c5805(0x210)+_0x52ef21),_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]=!![];try{const _0x3e996a=await _0x4bd44c[_0x4c5805(0x181)](_0x2f2bb1);return logger[_0x4c5805(0x1ef)](_0x4c5805(0x313)+_0x52ef21+':\x20'+util['format'](_0x3e996a)),_0x3e996a;}finally{_0x4bd44c[BSTACK_SCAN_IN_PROGRESS]=![];}},{'command':_0x52ef21})();}if(_0x539a78[_0x2d3d35(0x26a)](_0x15a604,_0x539a78[_0x2d3d35(0x325)])){const _0x49a721=_0x539a78[_0x2d3d35(0x1d3)](require,_0x539a78[_0x2d3d35(0x286)]),_0x211094={};_0x211094[_0x2d3d35(0x30a)]=_0x52ef21;const _0x5ee155=await PerformanceTester[_0x2d3d35(0x240)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x37aacc=_0x2d3d35;return await _0x49a721[_0x37aacc(0x2b4)](_0x4bd44c,_0x7cdf61['command'],_0x1d90c1);},_0x211094)();return logger[_0x2d3d35(0x1ef)]('Page\x20'+_0x15a604+_0x2d3d35(0xc7)+_0x52ef21+':\x20'+util[_0x2d3d35(0x1ea)](_0x5ee155)),_0x5ee155;}const _0x46b768=_0x539a78[_0x2d3d35(0x24e)](require,_0x539a78[_0x2d3d35(0x286)]),_0x3c3a62=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2d3d35(0x2b6)],async()=>{const _0x29e434=_0x2d3d35;return await _0x46b768['browserStackEvaluate'](_0x4bd44c,_0x7cdf61[_0x29e434(0x30a)],_0x1d90c1);})();return logger[_0x2d3d35(0x1ef)](_0x2d3d35(0xfa)+_0x15a604+_0x2d3d35(0xc7)+_0x52ef21+':\x20'+util[_0x2d3d35(0x1ea)](_0x3c3a62)),_0x3c3a62;}catch(_0x17eff5){logger[_0x2d3d35(0x242)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x15a604+':\x20'+(_0x17eff5['stack']||_0x17eff5[_0x2d3d35(0x141)]));}}async[a106_0x4ed4c8(0x2c7)](_0x43274d){const _0x56ba0e=a106_0x4ed4c8,_0x2f6422={'FhZOi':function(_0x2cb416,_0x2e12bd){return _0x2cb416(_0x2e12bd);},'uxwUM':_0x56ba0e(0x1a8)};try{const _0x3fdce9=_0x2f6422['FhZOi'](require,_0x2f6422['uxwUM']);return await _0x3fdce9[_0x56ba0e(0x2a1)](_0x43274d);}catch(_0x4bcee2){return logger[_0x56ba0e(0x242)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x4bcee2[_0x56ba0e(0xf1)]||_0x4bcee2[_0x56ba0e(0x141)])),![];}}['processAccessibilityCaps'](_0x5cf2f1,_0x3d851e,_0x5d54bd){const _0x4e92ea=a106_0x4ed4c8,_0x87aa87={'byEEP':function(_0x18400a,_0x1bcd78){return _0x18400a(_0x1bcd78);},'OjUqn':'../../playwright/accessibility-helper','ULLVC':'\x22browserstack.user\x22:\x22[REDACTED]\x22','SONKG':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x30c4f8=_0x87aa87[_0x4e92ea(0x237)](require,_0x87aa87[_0x4e92ea(0xe7)]);_0x30c4f8['processAccessibilityCaps'](_0x5cf2f1,_0x3d851e,_0x5d54bd);const _0x39f006=JSON[_0x4e92ea(0xe9)](_0x5cf2f1)[_0x4e92ea(0x187)](/"browserstack\.user":"[^"]*"/g,_0x87aa87[_0x4e92ea(0x1ab)])[_0x4e92ea(0x187)](/"browserstack\.key":"[^"]*"/g,_0x87aa87[_0x4e92ea(0x2d3)]);logger[_0x4e92ea(0x18c)](_0x4e92ea(0x10c)+global[_0x4e92ea(0x211)]+'\x20'+_0x39f006);}catch(_0x280f78){logger[_0x4e92ea(0x242)](_0x4e92ea(0x241)+(_0x280f78[_0x4e92ea(0xf1)]||_0x280f78[_0x4e92ea(0x141)]));}}async[a106_0x4ed4c8(0x2d9)]({fetchFn:_0x41c948,isNonEmpty:_0x388be3,resultDetail:_0x455442,totalMs:_0x3c9157,intervalMs:_0x75b3de,name:_0x379e4b}){const _0x5f4d1b=a106_0x4ed4c8,_0x1f2ecf={'pXjzm':function(_0xb2505e,_0x30c589){return _0xb2505e+_0x30c589;},'WvQjY':function(_0x4129e0,_0x42bbb9){return _0x4129e0<_0x42bbb9;},'RfnXZ':function(_0x1dd9a0){return _0x1dd9a0();},'wDWvM':function(_0xcb82f6,_0x185af4){return _0xcb82f6(_0x185af4);},'ObWqq':function(_0x33255e,_0x952d54){return _0x33255e(_0x952d54);},'PyjxO':function(_0x340955,_0x4c7194){return _0x340955>=_0x4c7194;},'HQelI':function(_0x346e69,_0x2b0ff0){return _0x346e69-_0x2b0ff0;}},_0x1cdf3b=Date[_0x5f4d1b(0xee)](),_0x55b4f7=_0x1f2ecf[_0x5f4d1b(0x314)](_0x1cdf3b,_0x3c9157);let _0x3153a2=0x0,_0x4c9767=null,_0x580471=![];while(_0x1f2ecf['WvQjY'](Date[_0x5f4d1b(0xee)](),_0x55b4f7)){_0x3153a2++,_0x4c9767=await _0x1f2ecf[_0x5f4d1b(0x131)](_0x41c948),_0x580471=_0x1f2ecf['wDWvM'](_0x388be3,_0x4c9767),logger[_0x5f4d1b(0x18c)]('['+_0x379e4b+_0x5f4d1b(0x11e)+_0x3153a2+'\x20'+_0x1f2ecf[_0x5f4d1b(0x2b2)](_0x455442,_0x4c9767));if(_0x580471)break;if(_0x1f2ecf[_0x5f4d1b(0x268)](_0x1f2ecf[_0x5f4d1b(0x314)](Date['now'](),_0x75b3de),_0x55b4f7))break;await new Promise(_0x468086=>setTimeout(_0x468086,_0x75b3de));}return!_0x580471&&logger[_0x5f4d1b(0x1c3)]('['+_0x379e4b+_0x5f4d1b(0x266)+_0x3153a2+'x\x20over\x20'+_0x1f2ecf['HQelI'](Date[_0x5f4d1b(0xee)](),_0x1cdf3b)+_0x5f4d1b(0x183)+_0x1f2ecf['wDWvM'](_0x455442,_0x4c9767)+_0x5f4d1b(0x121)),_0x4c9767;}async[a106_0x4ed4c8(0x13a)](_0x5977f1,_0x5439ba){const _0x8ddb73=a106_0x4ed4c8,_0x27e95c={};_0x27e95c[_0x8ddb73(0x189)]=_0x8ddb73(0x326),_0x27e95c['qickD']='[App-A11y]\x20getAppAccessibilityResults:\x20Empty\x20response\x20from\x20binary',_0x27e95c[_0x8ddb73(0x1d5)]=_0x8ddb73(0x14a),_0x27e95c[_0x8ddb73(0x1e0)]=_0x8ddb73(0x147);const _0x2516cb=_0x27e95c;try{const _0x18d143=process[_0x8ddb73(0x104)][_0x8ddb73(0x2e2)]||'';logger[_0x8ddb73(0x1ef)](_0x8ddb73(0x217)+_0x18d143+_0x8ddb73(0x239)+_0x5439ba+',\x20sessionId='+_0x5977f1);const _0x1e8be9=await GrpcClient[_0x8ddb73(0x251)]()[_0x8ddb73(0x19a)](_0x18d143,_0x5439ba,_0x5977f1,_0x2516cb[_0x8ddb73(0x189)]);if(!_0x1e8be9||!_0x1e8be9[_0x8ddb73(0xf0)])return logger['warn'](_0x2516cb[_0x8ddb73(0x17a)]),[];const _0x5e368d=_0x1e8be9[_0x8ddb73(0xf0)](),_0x325c8e=Buffer[_0x8ddb73(0x2ba)](_0x5e368d)['toString'](_0x2516cb[_0x8ddb73(0x1d5)])[_0x8ddb73(0x18f)]();if(!_0x325c8e)return logger[_0x8ddb73(0x1c3)](_0x2516cb[_0x8ddb73(0x1e0)]),[];return JSON[_0x8ddb73(0x169)](_0x325c8e);}catch(_0x10e848){return logger[_0x8ddb73(0x242)](_0x8ddb73(0x1de)+(_0x10e848['stack']||_0x10e848[_0x8ddb73(0x141)])),[];}}async['getAppAccessibilityResultsSummary'](_0x262f85,_0xa51efb){const _0x694a91=a106_0x4ed4c8,_0x30a2fe={};_0x30a2fe[_0x694a91(0xfc)]=_0x694a91(0x288),_0x30a2fe[_0x694a91(0x21f)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20response\x20from\x20binary',_0x30a2fe[_0x694a91(0x197)]='utf-8',_0x30a2fe[_0x694a91(0x188)]='[App-A11y]\x20getAppAccessibilityResultsSummary:\x20Empty\x20JSON\x20string\x20from\x20binary';const _0x46bf94=_0x30a2fe;try{const _0x2b83a6=process[_0x694a91(0x104)][_0x694a91(0x2e2)]||'';logger[_0x694a91(0x1ef)](_0x694a91(0x27e)+_0x2b83a6+_0x694a91(0x239)+_0xa51efb+_0x694a91(0x24d)+_0x262f85);const _0x57b08b=await GrpcClient[_0x694a91(0x251)]()['accessibilityResult'](_0x2b83a6,_0xa51efb,_0x262f85,_0x46bf94[_0x694a91(0xfc)]);if(!_0x57b08b||!_0x57b08b['getResultResponse'])return logger[_0x694a91(0x1c3)](_0x46bf94[_0x694a91(0x21f)]),{};const _0x224667=_0x57b08b['getResultResponse'](),_0x4267bc=Buffer[_0x694a91(0x2ba)](_0x224667)[_0x694a91(0x136)](_0x46bf94[_0x694a91(0x197)])[_0x694a91(0x18f)]();if(!_0x4267bc)return logger['warn'](_0x46bf94[_0x694a91(0x188)]),{};return JSON['parse'](_0x4267bc);}catch(_0x2b753e){return logger[_0x694a91(0x242)](_0x694a91(0x28e)+(_0x2b753e[_0x694a91(0xf1)]||_0x2b753e[_0x694a91(0x141)])),{};}}async[a106_0x4ed4c8(0x1b6)](_0x43f0ff){const _0x15c514=a106_0x4ed4c8,_0x146d51={};_0x146d51[_0x15c514(0x1df)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x146d51[_0x15c514(0x227)]=function(_0x41d4da,_0x51f29f){return _0x41d4da>_0x51f29f;},_0x146d51['IfpjQ']=_0x15c514(0x23d);const _0x5d6dec=_0x146d51;try{if(!this[_0x15c514(0x184)]())return logger['warn'](_0x5d6dec[_0x15c514(0x1df)]),[];const _0x4bd956=this[_0x15c514(0x2e8)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x15c514(0x1bd)]()}:{};_0x5d6dec[_0x15c514(0x227)](Object[_0x15c514(0x155)](_0x4bd956)[_0x15c514(0x1a1)],0x0)&&logger[_0x15c514(0x18c)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x15c514(0xe9)](_0x4bd956));const _0x1cdae7=await this[_0x15c514(0x2d9)]({'fetchFn':()=>Object[_0x15c514(0x155)](_0x4bd956)[_0x15c514(0x1a1)]>0x0?this['executeScriptByName'](_0x43f0ff,_0x15c514(0x326),_0x4bd956):this['executeScriptByName'](_0x43f0ff,_0x15c514(0x326)),'isNonEmpty':_0x3553ab=>Array[_0x15c514(0x14c)](_0x3553ab)&&_0x3553ab[_0x15c514(0x1a1)]>0x0,'resultDetail':_0x35f85d=>'count='+(Array['isArray'](_0x35f85d)?_0x35f85d['length']:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x5d6dec[_0x15c514(0x1be)]});return _0x1cdae7||[];}catch(_0x148378){return logger[_0x15c514(0x242)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x148378['stack']||_0x148378[_0x15c514(0x141)])),[];}}async[a106_0x4ed4c8(0x304)](_0x15d014){const _0x1ce8c3=a106_0x4ed4c8,_0x4a3b3c={'oFKwj':function(_0x191f10,_0x2ac9b0,_0x50faef){return _0x191f10(_0x2ac9b0,_0x50faef);},'WjrNV':_0x1ce8c3(0x1c1),'mnorP':function(_0x4eabfb,_0x416706){return _0x4eabfb(_0x416706);},'tqhsb':_0x1ce8c3(0x288),'LnpFO':_0x1ce8c3(0x216),'LSunN':_0x1ce8c3(0x27f),'KVBEy':function(_0x394689,_0x51a226){return _0x394689===_0x51a226;},'nIfjq':_0x1ce8c3(0x2e0),'ixWRf':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','FJarH':_0x1ce8c3(0xf2),'boUyG':_0x1ce8c3(0x160),'rNAdj':'getAccessibilityResultsSummary','NWkIQ':'test_run_id','jNFlI':'Performing\x20scan\x20before\x20getting\x20results\x20summary','IduOA':_0x1ce8c3(0x2d8),'fVtjW':_0x1ce8c3(0x296),'HGOXR':_0x1ce8c3(0xe3),'xGpkj':_0x1ce8c3(0xda)};try{if(!this[_0x1ce8c3(0x184)]())return logger[_0x1ce8c3(0x1c3)](_0x4a3b3c['LnpFO']),{};const _0x18004d=_0x4a3b3c[_0x1ce8c3(0x14e)](require,_0x4a3b3c['LSunN']),_0x2c8cea=_0x18004d[_0x1ce8c3(0x2a0)](),_0x3d800f=_0x4a3b3c['KVBEy'](_0x2c8cea?.[_0x1ce8c3(0x1bf)]?.[_0x1ce8c3(0x1f8)](),_0x4a3b3c[_0x1ce8c3(0x274)]);let _0x5d94aa='',_0x1b9a6b=null,_0x2fca10=null;if(_0x3d800f){_0x1b9a6b=global['__jestCurrentTestIdentifier']||global[_0x1ce8c3(0xc9)]?.['currentTest']?.['testAnalyticsId']||global[_0x1ce8c3(0xc9)]?.[_0x1ce8c3(0x287)]?.['id'];if(!_0x1b9a6b)return logger[_0x1ce8c3(0x1c3)](_0x4a3b3c[_0x1ce8c3(0x1f0)]),{};try{const _0x235d10=await GrpcClient['getInstance']()[_0x1ce8c3(0x253)](process['env'][_0x1ce8c3(0x2e2)],_0x4a3b3c[_0x1ce8c3(0x283)],_0x4a3b3c[_0x1ce8c3(0x23a)],_0x1b9a6b),_0x4f5653=AccessibilityModule[_0x1ce8c3(0x15b)](null,_0x235d10);_0x5d94aa=_0x4f5653?.[_0x1ce8c3(0x196)]||'',logger[_0x1ce8c3(0x18c)](_0x1ce8c3(0x2be)+_0x5d94aa+_0x1ce8c3(0x1e1)+_0x1b9a6b);const _0x13b3f3=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x4a3b3c['tqhsb'],_0x5d94aa,_0x1b9a6b),_0x4fc841=this[_0x1ce8c3(0x1d7)](_0x4a3b3c[_0x1ce8c3(0x16f)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x177d90=process['env'][_0x1ce8c3(0x15a)]||'',_0x4c5cff=this[_0x1ce8c3(0x308)](_0x4a3b3c[_0x1ce8c3(0x2fa)],_0x5d94aa,_0x4fc841,_0x177d90);_0x2fca10=_0x18004d['mergeObject'](_0x4c5cff,_0x13b3f3),logger[_0x1ce8c3(0x18c)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x2fca10));}catch(_0x151f4b){return logger[_0x1ce8c3(0x242)](_0x1ce8c3(0xca)+_0x151f4b[_0x1ce8c3(0x141)]),{};}}else{_0x5d94aa=this['getCapabilityValue'](_0x4a3b3c[_0x1ce8c3(0x2bf)])||'';!_0x5d94aa&&this[_0x1ce8c3(0x2e8)]()&&(_0x5d94aa=accessibilityHelper[_0x1ce8c3(0x1bd)]());const _0x236515=this[_0x1ce8c3(0x1d7)](_0x4a3b3c[_0x1ce8c3(0x16f)])||this['accessibilityConfig'][this[_0x1ce8c3(0x20c)]]||null,_0x90f649=process[_0x1ce8c3(0x104)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x2fca10=this[_0x1ce8c3(0x308)](_0x4a3b3c[_0x1ce8c3(0x2fa)],_0x5d94aa,_0x236515,_0x90f649);}logger[_0x1ce8c3(0x18c)](_0x4a3b3c[_0x1ce8c3(0x225)]);const _0x2f0909=0x15f90,_0x49a46b=0x1388;try{await PerformanceTester[_0x1ce8c3(0x240)](PerformanceA11yEvents[_0x1ce8c3(0x1cd)],async()=>{const _0x26d849=_0x1ce8c3,_0x360980=this[_0x26d849(0x163)](_0x15d014,_0x4a3b3c[_0x26d849(0x2c2)],_0x2fca10);let _0x580a82;const _0x4a79cd=new Promise((_0xd0de37,_0x302de4)=>{const _0x334e24=_0x26d849;_0x580a82=_0x4a3b3c['oFKwj'](setTimeout,()=>_0x302de4(new Error(_0x334e24(0x246)+_0x2f0909+'ms')),_0x2f0909);});try{const _0x5b8805=await Promise[_0x26d849(0x13e)]([_0x360980,_0x4a79cd]);logger[_0x26d849(0x18c)](_0x26d849(0xd2)+util[_0x26d849(0x1ea)](_0x5b8805));}finally{_0x4a3b3c[_0x26d849(0x14e)](clearTimeout,_0x580a82);}},{'command':_0x4a3b3c['rNAdj']})();}catch(_0x1ed812){logger[_0x1ce8c3(0x1c3)](_0x1ce8c3(0x282)+_0x1ed812[_0x1ce8c3(0x141)]+'\x20—\x20proceeding\x20to\x20fetch\x20cached\x20summary'),global[_0x1ce8c3(0x2df)]={'reason':_0x4a3b3c[_0x1ce8c3(0x24a)],'at':Date['now'](),'where':_0x4a3b3c[_0x1ce8c3(0x10e)]},await new Promise(_0x29c237=>setTimeout(_0x29c237,_0x49a46b)),logger['debug'](_0x1ce8c3(0x2d7)+_0x49a46b+_0x1ce8c3(0xd9));}const _0x2e4705=await this[_0x1ce8c3(0x2d9)]({'fetchFn':()=>PerformanceTester[_0x1ce8c3(0x240)](PerformanceA11yEvents[_0x1ce8c3(0x1a2)],async()=>{const _0x22d05e=_0x1ce8c3;return await this[_0x22d05e(0x163)](_0x15d014,_0x4a3b3c[_0x22d05e(0x23a)],_0x2fca10);})(),'isNonEmpty':_0x39491d=>_0x39491d&&typeof _0x39491d[_0x1ce8c3(0x250)]===_0x1ce8c3(0x16e)&&_0x39491d[_0x1ce8c3(0x250)]>0x0,'resultDetail':_0x5af8bf=>_0x1ce8c3(0x203)+(_0x5af8bf&&typeof _0x5af8bf[_0x1ce8c3(0x250)]===_0x1ce8c3(0x16e)?_0x5af8bf[_0x1ce8c3(0x250)]:-0x1),'totalMs':0xea60,'intervalMs':0x1388,'name':_0x4a3b3c[_0x1ce8c3(0x10e)]});if(!_0x2e4705)return logger[_0x1ce8c3(0x18c)](_0x4a3b3c['HGOXR']),{};return _0x4a3b3c['KVBEy'](typeof _0x2e4705,_0x4a3b3c['xGpkj'])&&global[_0x1ce8c3(0x2df)]&&(_0x2e4705[_0x1ce8c3(0x14d)]=!![],_0x2e4705[_0x1ce8c3(0x114)]=global[_0x1ce8c3(0x2df)][_0x1ce8c3(0x2c1)]),_0x2e4705;}catch(_0x7afff7){return logger[_0x1ce8c3(0x242)](_0x1ce8c3(0x20d)+(_0x7afff7[_0x1ce8c3(0xf1)]||_0x7afff7[_0x1ce8c3(0x141)])),{};}}async[a106_0x4ed4c8(0x1fb)](_0x171ebf,_0x19f562,_0x5dcd2f=null){const _0x5dda27=a106_0x4ed4c8,_0x2bdb8d={};_0x2bdb8d['RhHsP']=_0x5dda27(0x1e7),_0x2bdb8d[_0x5dda27(0x327)]=_0x5dda27(0xdb),_0x2bdb8d['fgIJn']='Executing\x20accessibility\x20script\x20on\x20page';const _0x4aee07=_0x2bdb8d;try{if(!_0x171ebf)return logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x10f)]),null;if(!_0x19f562)return logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x327)]),null;logger[_0x5dda27(0x18c)](_0x4aee07[_0x5dda27(0x276)]);const _0x35cff5=_0x5dcd2f?await _0x171ebf[_0x5dda27(0x2c0)](_0x19f562,_0x5dcd2f):await _0x171ebf['evaluate'](_0x19f562);return _0x35cff5;}catch(_0x846aed){return logger[_0x5dda27(0x242)](_0x5dda27(0x290)+(_0x846aed[_0x5dda27(0xf1)]||_0x846aed['message'])),null;}}static[a106_0x4ed4c8(0x15b)](_0x4c25dc,_0x175e5c){const _0x3e5fa5=a106_0x4ed4c8,_0x3e7021={};_0x3e7021[_0x3e5fa5(0x28f)]=_0x3e5fa5(0x14a);const _0x18212c=_0x3e7021,_0x54a000={};_0x54a000[_0x3e5fa5(0x196)]=_0x4c25dc;const _0x34e21f=_0x54a000;let _0x4cc5a2={};if(_0x175e5c['getSuccess']()&&_0x175e5c[_0x3e5fa5(0x277)]())try{_0x4cc5a2=JSON[_0x3e5fa5(0x169)](Buffer['from'](_0x175e5c[_0x3e5fa5(0x1b0)]())[_0x3e5fa5(0x136)](_0x18212c['TDcNl']));}catch(_0x44eb76){logger['error'](_0x3e5fa5(0x2d6)+_0x44eb76[_0x3e5fa5(0x141)]),_0x4cc5a2={};}return CLIUtils[_0x3e5fa5(0x265)](_0x34e21f,_0x4cc5a2);}static async[a106_0x4ed4c8(0x133)](_0x3dc3ba,_0x5da4ce='',_0x18c619=null){const _0x43fd60=a106_0x4ed4c8,_0xa1a589={};_0xa1a589['PYngg']=_0x43fd60(0x1b5),_0xa1a589['EHWlM']=_0x43fd60(0xf2);const _0xd30ae1=_0xa1a589;try{if(!_0x18c619&&AccessibilityModule[_0x43fd60(0x25f)])return AccessibilityModule[_0x43fd60(0x229)];if(!process[_0x43fd60(0x104)][_0x43fd60(0x2e2)])return logger[_0x43fd60(0x242)](_0xd30ae1[_0x43fd60(0x1d2)]),{};const _0xa7bb20=await GrpcClient['getInstance']()[_0x43fd60(0x253)](process['env'][_0x43fd60(0x2e2)],_0xd30ae1['EHWlM'],_0x3dc3ba,_0x18c619),_0x4c971e=_0x18c619?AccessibilityModule[_0x43fd60(0x15b)](null,_0xa7bb20)?.['thTestRunUuid']||_0x5da4ce:_0x5da4ce,_0x119c6b=AccessibilityModule[_0x43fd60(0x15b)](_0x4c971e,_0xa7bb20);return!_0x18c619&&(AccessibilityModule['_centralAuthA11yConfig']=_0x119c6b,AccessibilityModule[_0x43fd60(0x25f)]=!![]),_0x119c6b;}catch(_0x414a22){return logger[_0x43fd60(0x242)]('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x3dc3ba+':\x20'+(_0x414a22[_0x43fd60(0xf1)]||_0x414a22[_0x43fd60(0x141)])),{};}}};module[a106_0x4ed4c8(0x201)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a107_0x7c74(){const _0x3d27a5=['806824GUMEFW','testInfo','binSessionId','Configured\x20module\x20','PhMUM','testFramework','getTestId','691960EUIdWG','CVLYN','object','25zPApVr','config','GHafk','testFrameworkData','debug','686619AbQucI','88llBlMq','JEST','getModuleName','testId','name','version','ensureBinSession','LIosB','yblsU','1968Mlrrvc','yVJjU','configure','BaseModule','2078824HTbdjc','testCaseStartedId','split','\x20with\x20binSessionId=','setTestFrameworkData','28732650fXvoCx','PgFQB','../../../helpers/logger.js','client','24787wSbnoL','491865NZfXTj'];a107_0x7c74=function(){return _0x3d27a5;};return a107_0x7c74();}const a107_0x24a39c=a107_0x2803;function a107_0x2803(_0x2ba425,_0x53eb7c){const _0x7c7421=a107_0x7c74();return a107_0x2803=function(_0x280394,_0x189fa3){_0x280394=_0x280394-0x1ba;let _0x2fe2f4=_0x7c7421[_0x280394];return _0x2fe2f4;},a107_0x2803(_0x2ba425,_0x53eb7c);}(function(_0x1a1c94,_0x334f53){const _0x1e465e=a107_0x2803,_0x55b01d=_0x1a1c94();while(!![]){try{const _0x53997f=-parseInt(_0x1e465e(0x1c3))/0x1+-parseInt(_0x1e465e(0x1d9))/0x2+parseInt(_0x1e465e(0x1bb))/0x3+parseInt(_0x1e465e(0x1bc))/0x4*(-parseInt(_0x1e465e(0x1c6))/0x5)+-parseInt(_0x1e465e(0x1d5))/0x6*(-parseInt(_0x1e465e(0x1ba))/0x7)+-parseInt(_0x1e465e(0x1cc))/0x8*(parseInt(_0x1e465e(0x1cb))/0x9)+parseInt(_0x1e465e(0x1de))/0xa;if(_0x53997f===_0x334f53)break;else _0x55b01d['push'](_0x55b01d['shift']());}catch(_0x1a954d){_0x55b01d['push'](_0x55b01d['shift']());}}}(a107_0x7c74,0x9742d));const logger=require(a107_0x24a39c(0x1e0))['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x1ea480=null){const _0x7ae1ae=a107_0x24a39c,_0x79e042={};_0x79e042[_0x7ae1ae(0x1d3)]='5|1|2|4|0|3',_0x79e042[_0x7ae1ae(0x1d6)]=_0x7ae1ae(0x1d8);const _0x33cfe3=_0x79e042,_0x8b60b6=_0x33cfe3[_0x7ae1ae(0x1d3)]['split']('|');let _0x3244c8=0x0;while(!![]){switch(_0x8b60b6[_0x3244c8++]){case'0':this[_0x7ae1ae(0x1e1)]=null;continue;case'1':this[_0x7ae1ae(0x1be)]=null;continue;case'2':this['platformIndex']=0x0;continue;case'3':this[_0x7ae1ae(0x1c9)]=this[_0x7ae1ae(0x1dd)](_0x1ea480);continue;case'4':this[_0x7ae1ae(0x1c7)]={};continue;case'5':this[_0x7ae1ae(0x1d0)]=_0x33cfe3[_0x7ae1ae(0x1d6)];continue;}break;}}[a107_0x24a39c(0x1d2)](){const _0x134a73=a107_0x24a39c,_0x7978af={};_0x7978af['PhMUM']='Missing\x20binSessionId';const _0x21a05=_0x7978af;if(!this['binSessionId'])throw new Error(_0x21a05[_0x134a73(0x1c0)]);}[a107_0x24a39c(0x1ce)](){const _0x3811ad=a107_0x24a39c;return this[_0x3811ad(0x1d0)];}[a107_0x24a39c(0x1d7)](_0x458836,_0x3149d6,_0xac3ecc,_0x47be98={}){const _0x1ea8a2=a107_0x24a39c,_0x1366a8={};_0x1366a8[_0x1ea8a2(0x1d4)]='4|2|1|3|0';const _0x294b86=_0x1366a8,_0x509092=_0x294b86[_0x1ea8a2(0x1d4)][_0x1ea8a2(0x1db)]('|');let _0x1b6787=0x0;while(!![]){switch(_0x509092[_0x1b6787++]){case'0':logger[_0x1ea8a2(0x1ca)](_0x1ea8a2(0x1bf)+this[_0x1ea8a2(0x1ce)]()+_0x1ea8a2(0x1dc)+_0x458836+',\x20platformIndex='+_0x3149d6);continue;case'1':this[_0x1ea8a2(0x1e1)]=_0xac3ecc;continue;case'2':this['platformIndex']=_0x3149d6;continue;case'3':this['config']=_0x47be98;continue;case'4':this['binSessionId']=_0x458836;continue;}break;}}[a107_0x24a39c(0x1c2)](_0x3b589c){const _0x28b169=a107_0x24a39c,_0x2f7bc2={};_0x2f7bc2[_0x28b169(0x1df)]=function(_0x448a6f,_0x15b14d){return _0x448a6f===_0x15b14d;},_0x2f7bc2['CVLYN']=function(_0x39a2c2,_0x49b488){return _0x39a2c2===_0x49b488;};const _0x43ced4=_0x2f7bc2;let _0xf8b1c2='';if(_0x43ced4[_0x28b169(0x1df)](_0x3b589c[_0x28b169(0x1c1)],FRAMEWORKS['PLAYWRIGHT']))_0xf8b1c2=_0x3b589c[_0x28b169(0x1bd)]?.['_test']?.['id']||_0x3b589c[_0x28b169(0x1bd)]?.[_0x28b169(0x1cf)];else{if(_0x43ced4['PgFQB'](_0x3b589c[_0x28b169(0x1c1)],FRAMEWORKS['CUCUMBER']))_0xf8b1c2=_0x3b589c[_0x28b169(0x1bd)]?.[_0x28b169(0x1da)];else _0x43ced4[_0x28b169(0x1c4)](_0x3b589c[_0x28b169(0x1c1)],FRAMEWORKS[_0x28b169(0x1cd)])&&(_0xf8b1c2=_0x3b589c[_0x28b169(0x1bd)]?.['id']);}return _0xf8b1c2;}['setTestFrameworkData'](_0x1b8119){const _0x591b6f=a107_0x24a39c,_0x567f08={};_0x567f08[_0x591b6f(0x1c8)]=function(_0x58e105,_0x173c94){return _0x58e105!==_0x173c94;},_0x567f08['WoVMz']=_0x591b6f(0x1c5);const _0x4edac4=_0x567f08;if(!_0x1b8119||_0x4edac4[_0x591b6f(0x1c8)](typeof _0x1b8119,_0x4edac4['WoVMz']))return null;const _0x47b38c={};_0x47b38c[_0x591b6f(0x1d0)]=_0x1b8119[_0x591b6f(0x1d0)],_0x47b38c[_0x591b6f(0x1d1)]=_0x1b8119[_0x591b6f(0x1d1)]&&_0x1b8119[_0x591b6f(0x1d1)][_0x1b8119[_0x591b6f(0x1d0)]];const _0x52eab2=_0x47b38c;return _0x52eab2;}}module['exports']=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a108_0x3bf3(_0x4f6381,_0x49e22f){const _0x462842=a108_0x4628();return a108_0x3bf3=function(_0x3bf32,_0xb1a60){_0x3bf32=_0x3bf32-0x16d;let _0x24de42=_0x462842[_0x3bf32];return _0x24de42;},a108_0x3bf3(_0x4f6381,_0x49e22f);}const a108_0x1eae5f=a108_0x3bf3;(function(_0x3102c9,_0xad1867){const _0x5ed42f=a108_0x3bf3,_0x5a0a27=_0x3102c9();while(!![]){try{const _0x40e4c0=-parseInt(_0x5ed42f(0x17a))/0x1+parseInt(_0x5ed42f(0x195))/0x2+parseInt(_0x5ed42f(0x18d))/0x3*(parseInt(_0x5ed42f(0x18e))/0x4)+parseInt(_0x5ed42f(0x16e))/0x5+-parseInt(_0x5ed42f(0x17c))/0x6+parseInt(_0x5ed42f(0x178))/0x7+-parseInt(_0x5ed42f(0x180))/0x8*(parseInt(_0x5ed42f(0x192))/0x9);if(_0x40e4c0===_0xad1867)break;else _0x5a0a27['push'](_0x5a0a27['shift']());}catch(_0x93efc){_0x5a0a27['push'](_0x5a0a27['shift']());}}}(a108_0x4628,0x34b73));function a108_0x4628(){const _0x45fdc3=['debug','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','JKITd','pEvbG','false','AljtE','browserstackAutomation','sKEzq','../../../helpers/helper.js','111JzyCqi','30008xFQxsI','nQBxA','message','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','18xSGExl','string','QHCkK','285582XeeceH','BROWSERSTACK_LTS_SESSION_ID','setLTSSessionId','setLTSSessionId\x20error:\x20','toLowerCase','1120445MpwvHz','env','ZGLTf','LuLaU','undefined','LTS','IshBr','../../../helpers/classLogger.js','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','overrideLoadTesting','2781996JsXazm','true','238437XKeCVt','exports','2123472MhYImE','rjwZE','cckyU','HutHt','934440cHRPIX','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','CjYKt','NKBeW'];a108_0x4628=function(){return _0x45fdc3;};return a108_0x4628();}const {createClassLogger}=require(a108_0x1eae5f(0x175)),logger=createClassLogger('LoadTestModule'),{sendToEDS}=require(a108_0x1eae5f(0x18c)),isLTSSession=(_0x462618=null)=>{const _0x12f426=a108_0x1eae5f,_0x25bb5d={};_0x25bb5d[_0x12f426(0x182)]=function(_0x5dbc27,_0xe0db19){return _0x5dbc27!==_0xe0db19;},_0x25bb5d[_0x12f426(0x187)]=_0x12f426(0x172),_0x25bb5d[_0x12f426(0x17d)]=function(_0x37103f,_0x576a88){return _0x37103f===_0x576a88;},_0x25bb5d[_0x12f426(0x17e)]=_0x12f426(0x193),_0x25bb5d['AljtE']=function(_0xc8ad19,_0x124142){return _0xc8ad19===_0x124142;},_0x25bb5d[_0x12f426(0x183)]=_0x12f426(0x179),_0x25bb5d['ZGLTf']=function(_0x49c5d4,_0x15a0bf){return _0x49c5d4===_0x15a0bf;},_0x25bb5d[_0x12f426(0x18b)]=function(_0x45a69c,_0x186dc3){return _0x45a69c===_0x186dc3;},_0x25bb5d[_0x12f426(0x194)]=_0x12f426(0x188);const _0x232452=_0x25bb5d;try{if(_0x232452[_0x12f426(0x182)](typeof process[_0x12f426(0x16f)][_0x12f426(0x177)],_0x232452[_0x12f426(0x187)])){const _0x364488=process[_0x12f426(0x16f)][_0x12f426(0x177)];return _0x232452[_0x12f426(0x17d)](typeof _0x364488,_0x232452['cckyU'])?_0x232452[_0x12f426(0x189)](_0x364488[_0x12f426(0x16d)](),_0x232452[_0x12f426(0x183)]):!!_0x364488;}const _0x256f6d=_0x462618&&_0x462618[_0x12f426(0x177)],_0x26ab22=!!(_0x462618&&(_0x232452[_0x12f426(0x170)](_0x462618[_0x12f426(0x18a)],!![])||_0x232452[_0x12f426(0x18b)](_0x462618['browserstackAutomation'],_0x232452['NKBeW']))),_0x13055b=!!(_0x256f6d&&_0x232452[_0x12f426(0x18b)](_0x256f6d['toString']()[_0x12f426(0x16d)](),_0x232452[_0x12f426(0x183)])&&!_0x26ab22);return process[_0x12f426(0x16f)]['overrideLoadTesting']=_0x13055b?_0x232452['NKBeW']:_0x232452['QHCkK'],_0x13055b;}catch(_0x19299c){return process[_0x12f426(0x16f)][_0x12f426(0x177)]=_0x232452[_0x12f426(0x194)],![];}},getLTSSessionId=()=>{const _0x2d5a7a=a108_0x1eae5f,_0x1d2f3c={'OYAQm':function(_0x58f34e){return _0x58f34e();},'HutHt':_0x2d5a7a(0x185),'IshBr':_0x2d5a7a(0x191)};try{if(_0x1d2f3c['OYAQm'](isLTSSession))return logger[_0x2d5a7a(0x184)](_0x1d2f3c[_0x2d5a7a(0x17f)]),process[_0x2d5a7a(0x16f)][_0x2d5a7a(0x196)]||'';}catch(_0x2bb0e3){logger['error'](_0x2d5a7a(0x181)+(_0x2bb0e3&&_0x2bb0e3[_0x2d5a7a(0x190)]));}return logger[_0x2d5a7a(0x184)](_0x1d2f3c[_0x2d5a7a(0x174)]),'';},setLTSSessionId=async(_0x2b7ec7={})=>{const _0x4682bf=a108_0x1eae5f,_0x2d6a5e={'JKITd':function(_0x438bd1){return _0x438bd1();},'iLPks':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','LuLaU':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','ImBzm':_0x4682bf(0x173),'BJebe':function(_0x1aaadb,_0x3e10e3){return _0x1aaadb(_0x3e10e3);},'nQBxA':function(_0x4c7b9b,_0x33f212,_0x4dc0a7){return _0x4c7b9b(_0x33f212,_0x4dc0a7);},'wWaWn':function(_0x12a0dd,_0x23112f){return _0x12a0dd||_0x23112f;}};try{const _0x5ece54=_0x2d6a5e[_0x4682bf(0x186)](getLTSSessionId);_0x5ece54?(process[_0x4682bf(0x16f)][_0x4682bf(0x196)]=_0x5ece54,logger['debug'](_0x2d6a5e['iLPks'])):(delete process[_0x4682bf(0x16f)][_0x4682bf(0x196)],logger['debug'](_0x2d6a5e[_0x4682bf(0x171)]));try{const _0x3d3949={'feature':_0x2d6a5e['ImBzm'],'ltsEnabled':_0x2d6a5e['BJebe'](isLTSSession,_0x2b7ec7),'ltsSessionIdPresent':!!_0x5ece54};await _0x2d6a5e[_0x4682bf(0x18f)](sendToEDS,_0x3d3949,_0x2b7ec7);}catch(_0xff2a3f){logger['warn'](_0x4682bf(0x176)+(_0xff2a3f&&_0xff2a3f[_0x4682bf(0x190)]));}return _0x2d6a5e['wWaWn'](_0x5ece54,'');}catch(_0x161d0f){return logger[_0x4682bf(0x184)](_0x4682bf(0x198)+(_0x161d0f&&_0x161d0f[_0x4682bf(0x190)])),'';}},a108_0x4f5254={};a108_0x4f5254['isLTSSession']=isLTSSession,a108_0x4f5254['getLTSSessionId']=getLTSSessionId,a108_0x4f5254[a108_0x1eae5f(0x197)]=setLTSSessionId,module[a108_0x1eae5f(0x17b)]=a108_0x4f5254;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a109_0x39d2c3=a109_0x3d1b;(function(_0x4f8a9f,_0xf31573){const _0xe7d8af=a109_0x3d1b,_0x471e29=_0x4f8a9f();while(!![]){try{const _0xc4296a=parseInt(_0xe7d8af(0xbc))/0x1*(parseInt(_0xe7d8af(0xbe))/0x2)+parseInt(_0xe7d8af(0xb1))/0x3+-parseInt(_0xe7d8af(0xb9))/0x4*(parseInt(_0xe7d8af(0x98))/0x5)+parseInt(_0xe7d8af(0xad))/0x6*(parseInt(_0xe7d8af(0xb6))/0x7)+parseInt(_0xe7d8af(0x9f))/0x8*(parseInt(_0xe7d8af(0xb5))/0x9)+parseInt(_0xe7d8af(0x9b))/0xa+-parseInt(_0xe7d8af(0xc3))/0xb*(parseInt(_0xe7d8af(0x9c))/0xc);if(_0xc4296a===_0xf31573)break;else _0x471e29['push'](_0x471e29['shift']());}catch(_0x2a5d3b){_0x471e29['push'](_0x471e29['shift']());}}}(a109_0x3ee5,0x71859));function a109_0x3ee5(){const _0x46d77c=['ObservabilitySync:','observabilityConfig','TEST_REPORTING_ANALYTICS','UCzNZ','6XOowik','ObservabilityModule','debug','ywZBZ','1911267GEviEI','logger','bind','onBeforeTest:\x20','14166UDIRZp','5544588IXiGet','onBeforeTest','../framework/automationFramework.js','4xXiGgc','Phwmx','../state/hookState.js','6GSAUJh','page','298646iKKBme','now','onBeforeTest:\x20page\x20is\x20not\x20defined','JbljX','exports','11ZYlYES','../../../helpers/classLogger.js','QVqZk','POST','4458145NMJrZk','info','../../../helpers/performance/performance-tester.js','8198360aPQnzP','29638500hHeHNL','FGZyg','getModuleName','3464WlVUIb','end','../../../helpers/helper.js','start','../../utils/constants.js','SYNC','name','../../../helpers/performance/constants.js','registerObserver','MODULE_NAME'];a109_0x3ee5=function(){return _0x46d77c;};return a109_0x3ee5();}function a109_0x3d1b(_0x49a8a2,_0x571eee){const _0x3ee540=a109_0x3ee5();return a109_0x3d1b=function(_0x3d1b09,_0x56283f){_0x3d1b09=_0x3d1b09-0x98;let _0x389096=_0x3ee540[_0x3d1b09];return _0x389096;},a109_0x3d1b(_0x49a8a2,_0x571eee);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a109_0x39d2c3(0xc4)),AutomationFramework=require(a109_0x39d2c3(0xb8)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a109_0x39d2c3(0xbb)),{playwrightAnnotate}=require(a109_0x39d2c3(0xa1)),PerformanceTester=require(a109_0x39d2c3(0x9a)),{O11y_EVENTS}=require(a109_0x39d2c3(0xa6)),constants=require(a109_0x39d2c3(0xa3));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x4fa0de){const _0x3c3a7e=a109_0x39d2c3,_0x26ecd0={};_0x26ecd0[_0x3c3a7e(0x9d)]=_0x3c3a7e(0xae);const _0x5f5ac7=_0x26ecd0;super(),this[_0x3c3a7e(0xa5)]=_0x5f5ac7['FGZyg'],this[_0x3c3a7e(0xaa)]=_0x4fa0de,AutomationFramework[_0x3c3a7e(0xa7)](AutomationFrameworkState['CREATE'],HookState[_0x3c3a7e(0xc6)],this['onBeforeTest'][_0x3c3a7e(0xb3)](this));}[a109_0x39d2c3(0x9e)](){return ObservabilityModule['MODULE_NAME'];}async[a109_0x39d2c3(0xb7)](_0x2fe8fc){const _0x2329ad=a109_0x39d2c3,_0xe2275a={'Phwmx':function(_0x2a1363,_0x27cee5){return _0x2a1363+_0x27cee5;},'ywZBZ':_0x2329ad(0xa9),'UCzNZ':function(_0x10dc2a,_0x2d7d18,_0x13cf35,_0x580805){return _0x10dc2a(_0x2d7d18,_0x13cf35,_0x580805);},'JbljX':'debug','QVqZk':_0x2329ad(0xc0)};if(_0x2fe8fc['page']){const _0x4c3939=_0x2fe8fc[_0x2329ad(0xbd)],_0x9d56b0=Date[_0x2329ad(0xbf)](),_0x51523d=_0xe2275a[_0x2329ad(0xba)](_0xe2275a[_0x2329ad(0xb0)],_0x9d56b0);PerformanceTester[_0x2329ad(0xa2)](O11y_EVENTS['SYNC']),await _0xe2275a[_0x2329ad(0xac)](playwrightAnnotate,_0x4c3939,_0x51523d,_0xe2275a[_0x2329ad(0xc1)]),PerformanceTester[_0x2329ad(0xa0)](O11y_EVENTS[_0x2329ad(0xa4)]),this[_0x2329ad(0xb2)][_0x2329ad(0x99)](_0x2329ad(0xb4)+constants[_0x2329ad(0xab)]+'\x20sync\x20done');}else this[_0x2329ad(0xb2)][_0x2329ad(0xaf)](_0xe2275a[_0x2329ad(0xc5)]);}}ObservabilityModule[a109_0x39d2c3(0xa8)]=a109_0x39d2c3(0xae),module[a109_0x39d2c3(0xc2)]=ObservabilityModule;
|