browserstack-node-sdk 1.56.1 → 1.56.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -0
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a89_0x3161(_0x594696,_0x2fc8db){const _0x490c9a=a89_0x490c();return a89_0x3161=function(_0x3161ff,_0x28291d){_0x3161ff=_0x3161ff-0x13f;let _0x5e62ab=_0x490c9a[_0x3161ff];return _0x5e62ab;},a89_0x3161(_0x594696,_0x2fc8db);}const a89_0xe0853e=a89_0x3161;(function(_0x38b8ff,_0xcce63b){const _0xe0ca39=a89_0x3161,_0x11609b=_0x38b8ff();while(!![]){try{const _0x53c4f1=parseInt(_0xe0ca39(0x159))/0x1*(parseInt(_0xe0ca39(0x152))/0x2)+-parseInt(_0xe0ca39(0x160))/0x3+-parseInt(_0xe0ca39(0x15f))/0x4+parseInt(_0xe0ca39(0x147))/0x5*(-parseInt(_0xe0ca39(0x14d))/0x6)+-parseInt(_0xe0ca39(0x14a))/0x7+-parseInt(_0xe0ca39(0x148))/0x8+-parseInt(_0xe0ca39(0x14e))/0x9*(-parseInt(_0xe0ca39(0x140))/0xa);if(_0x53c4f1===_0xcce63b)break;else _0x11609b['push'](_0x11609b['shift']());}catch(_0x41c079){_0x11609b['push'](_0x11609b['shift']());}}}(a89_0x490c,0xb1676));const TrackedContext=require(a89_0xe0853e(0x156)),crypto=require(a89_0xe0853e(0x144)),{threadId}=require('worker_threads');class TrackedInstance{static [a89_0xe0853e(0x15a)]=a89_0xe0853e(0x161);constructor(_0x47e93d){const _0x2abf1c=a89_0xe0853e;this['context']=_0x47e93d,this[_0x2abf1c(0x155)]=new Map();}[a89_0xe0853e(0x142)](){const _0x5d0cbe=a89_0xe0853e;return this[_0x5d0cbe(0x157)][_0x5d0cbe(0x13f)]();}[a89_0xe0853e(0x141)](){return this['context'];}['getAllData'](){const _0x3a5369=a89_0xe0853e;return this[_0x3a5369(0x155)];}[a89_0xe0853e(0x158)](_0x18f57f){const _0x184f9e=a89_0xe0853e;Object[_0x184f9e(0x15b)](_0x18f57f)['forEach'](_0x4327dd=>{const _0x229c89=_0x184f9e;this[_0x229c89(0x155)]['set'](_0x4327dd,_0x18f57f[_0x4327dd]);});}[a89_0xe0853e(0x15d)](_0x7d8818){const _0x18f7a7=a89_0xe0853e;Object[_0x18f7a7(0x154)](_0x7d8818)[_0x18f7a7(0x14b)](([_0x2ddb80,_0x455f0c])=>{const _0x4ba58f=_0x18f7a7,_0x255056=this['data'][_0x4ba58f(0x151)](_0x2ddb80)||{},_0x535f8a={..._0x255056,..._0x455f0c},_0x59c15b=_0x535f8a;this[_0x4ba58f(0x155)]['set'](_0x2ddb80,_0x59c15b);});}[a89_0xe0853e(0x14c)](_0x4b2568){const _0x5324b1=a89_0xe0853e;return this[_0x5324b1(0x155)][_0x5324b1(0x151)](_0x4b2568);}[a89_0xe0853e(0x153)](_0x44f5a0,_0x341d46){const _0x214745=a89_0xe0853e;this['data'][_0x214745(0x149)](_0x44f5a0,_0x341d46);}static[a89_0xe0853e(0x146)](_0x2d8f40){const _0x3e8097=a89_0xe0853e,_0x9b687e={};_0x9b687e[_0x3e8097(0x15c)]=_0x3e8097(0x145),_0x9b687e['EFlyU']=_0x3e8097(0x14f),_0x9b687e[_0x3e8097(0x15e)]=function(_0x326245,_0x549218){return _0x326245||_0x549218;};const _0x2aa4c8=_0x9b687e;return new TrackedContext(crypto[_0x3e8097(0x150)](_0x2aa4c8[_0x3e8097(0x15c)])[_0x3e8097(0x143)](_0x2d8f40)['digest'](_0x2aa4c8['EFlyU']),_0x2aa4c8[_0x3e8097(0x15e)](threadId,0x0),process['pid'],typeof _0x2d8f40);}}module['exports']=TrackedInstance;function a89_0x490c(){const _0x1317bb=['updateData','entries','data','./trackedContext','context','updateMultipleEntries','44ySrNqx','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','keys','ojslR','addMultipleEntries','Ziytk','3583100OXmCaF','2868495kNpbxl','isBrowserstackAutomationSession','getId','980EKVIIo','getContext','getRef','update','crypto','sha256','createContext','3587615xnVoQy','710704krsOVl','set','9872149FPkUtj','forEach','getData','6RiaLjX','425583vJEpzF','hex','createHash','get','7324xviMIx'];a89_0x490c=function(){return _0x1317bb;};return a89_0x490c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90_0x2d5ab2=a90_0x1bd4;(function(_0x4f41e2,_0x230a1a){const _0x320c8a=a90_0x1bd4,_0x570611=_0x4f41e2();while(!![]){try{const _0x224db4=-parseInt(_0x320c8a(0x2c3))/0x1*(parseInt(_0x320c8a(0x25b))/0x2)+-parseInt(_0x320c8a(0x19b))/0x3+parseInt(_0x320c8a(0x2a6))/0x4+parseInt(_0x320c8a(0x1a6))/0x5+parseInt(_0x320c8a(0x2c2))/0x6+-parseInt(_0x320c8a(0x224))/0x7+parseInt(_0x320c8a(0x2f9))/0x8;if(_0x224db4===_0x230a1a)break;else _0x570611['push'](_0x570611['shift']());}catch(_0x2bc585){_0x570611['push'](_0x570611['shift']());}}}(a90_0x5881,0x81a2c));function a90_0x1bd4(_0x401e11,_0x587cce){const _0x5881a9=a90_0x5881();return a90_0x1bd4=function(_0x1bd4e2,_0x12a5ef){_0x1bd4e2=_0x1bd4e2-0x158;let _0x4f7adc=_0x5881a9[_0x1bd4e2];return _0x4f7adc;},a90_0x1bd4(_0x401e11,_0x587cce);}const BaseModule=require(a90_0x2d5ab2(0x191)),{createClassLogger}=require(a90_0x2d5ab2(0x269)),CLIUtils=require(a90_0x2d5ab2(0x22a)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a90_0x2d5ab2(0x1e6)),AutomationFrameworkState=require('../state/automationFrameworkState'),HookState=require('../state/hookState'),GrpcClient=require(a90_0x2d5ab2(0x225)),scripts=require(a90_0x2d5ab2(0x254)),logger=createClassLogger(a90_0x2d5ab2(0x2a0)),PerformanceTester=require(a90_0x2d5ab2(0x2aa)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x2d5ab2(0x15d)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x2d5ab2(0x2a9)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a90_0x2d5ab2(0x24a)),TestFrameworkConstants=require(a90_0x2d5ab2(0x2ad)),accessibilityHelper=require(a90_0x2d5ab2(0x324));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0x2d5ab2(0x307)];static [a90_0x2d5ab2(0x2a5)]=![];static [a90_0x2d5ab2(0x1fd)]={};constructor(_0x2ffc33){const _0x45410a=a90_0x2d5ab2,_0x3888c6={};_0x3888c6[_0x45410a(0x31e)]='15|10|16|11|14|8|4|12|0|7|6|5|9|1|2|13|3',_0x3888c6[_0x45410a(0x2ee)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x3888c6[_0x45410a(0x278)]='ACCESSIBILITY_INITIALIZED',_0x3888c6['OATsM']='testhub_build_uuid',_0x3888c6[_0x45410a(0x215)]=_0x45410a(0x329);const _0x3b8764=_0x3888c6,_0x2a6ac8=_0x3b8764[_0x45410a(0x31e)][_0x45410a(0x301)]('|');let _0x53343e=0x0;while(!![]){switch(_0x2a6ac8[_0x53343e++]){case'0':this['isAppAccessibility']=![];continue;case'1':logger['debug'](_0x3b8764[_0x45410a(0x2ee)]);continue;case'2':this['KEY_INIT']=_0x3b8764[_0x45410a(0x278)];continue;case'3':this[_0x45410a(0x27d)]=_0x3b8764[_0x45410a(0x317)];continue;case'4':this[_0x45410a(0x309)]=new Map();continue;case'5':this[_0x45410a(0x1b9)]=![];continue;case'6':this[_0x45410a(0x1ba)]=![];continue;case'7':this['capabilities']=[];continue;case'8':this[_0x45410a(0x1bf)]=_0x2ffc33[_0x45410a(0x298)]();continue;case'9':this[_0x45410a(0x21d)](_0x2ffc33[_0x45410a(0x250)]()[_0x45410a(0x16f)]());continue;case'10':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState['EXECUTE'],HookState[_0x45410a(0x30e)],this[_0x45410a(0x19f)][_0x45410a(0x230)](this));continue;case'11':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState[_0x45410a(0x1d5)],HookState['PRE'],this[_0x45410a(0x162)][_0x45410a(0x230)](this));continue;case'12':this['LOG_DISABLED_SHOWN']=new Map();continue;case'13':this[_0x45410a(0x289)]=_0x3b8764['TZqWl'];continue;case'14':this['isEnabled']=!![];continue;case'15':super();continue;case'16':AutomationFramework[_0x45410a(0x1fb)](AutomationFrameworkState[_0x45410a(0x25a)],HookState[_0x45410a(0x33b)],this['onBeforeTest'][_0x45410a(0x230)](this));continue;}break;}}[a90_0x2d5ab2(0x21c)](){const _0x306c64=a90_0x2d5ab2;return this[_0x306c64(0x21c)];}[a90_0x2d5ab2(0x17f)](){const _0x13c3b8=a90_0x2d5ab2;return AccessibilityModule[_0x13c3b8(0x15c)];}[a90_0x2d5ab2(0x29d)](){const _0x278d57=a90_0x2d5ab2;return this['accessibility']['get'](CLIUtils[_0x278d57(0x180)](),![]);}['getLogDisabledShown'](){const _0x269900=a90_0x2d5ab2;return this['LOG_DISABLED_SHOWN'][_0x269900(0x23c)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x2d5ab2(0x1ce)](_0x1ac7d3){const _0x3d38a4=a90_0x2d5ab2;this[_0x3d38a4(0x23e)][_0x3d38a4(0x2fc)](CLIUtils[_0x3d38a4(0x180)](),_0x1ac7d3);}[a90_0x2d5ab2(0x24c)](){const _0x31c8c0=a90_0x2d5ab2,_0x5e567f={'lUgYg':_0x31c8c0(0x20e),'gxvVM':function(_0x14cfcc,_0x1c7446){return _0x14cfcc(_0x1c7446);},'sOKFV':_0x31c8c0(0x29f),'MoAKO':_0x31c8c0(0x2e2),'vsLCZ':_0x31c8c0(0x1d7)};if(this[_0x31c8c0(0x1ba)]){logger['debug'](_0x5e567f[_0x31c8c0(0x258)]);return;}try{const _0x367b46=_0x5e567f[_0x31c8c0(0x2e3)](require,_0x5e567f[_0x31c8c0(0x247)]);_0x367b46&&_0x367b46[_0x31c8c0(0x290)]?(_0x367b46['patchSendMessageToServer'](),this[_0x31c8c0(0x1ba)]=!![],logger[_0x31c8c0(0x30b)](_0x5e567f[_0x31c8c0(0x23d)])):logger['debug'](_0x5e567f[_0x31c8c0(0x2f5)]);}catch(_0xaad8e1){logger[_0x31c8c0(0x30b)](_0x31c8c0(0x1d9)+util[_0x31c8c0(0x1e2)](_0xaad8e1));}}[a90_0x2d5ab2(0x274)](_0x523da4=null,_0x58da0f=null,_0x1f8733=null){const _0x488b5b=a90_0x2d5ab2,_0x5aa107={'JMinF':function(_0x448d0b,_0x376c93){return _0x448d0b&&_0x376c93;},'xmBdd':_0x488b5b(0x27e),'mMKEh':function(_0x52c202,_0x89b032){return _0x52c202(_0x89b032);},'gnHmQ':_0x488b5b(0x24b),'iKrSK':_0x488b5b(0x211),'tsjMp':_0x488b5b(0x2e0),'VvYyi':function(_0x5a82da,_0x5d9a04){return _0x5a82da===_0x5d9a04;},'kADYl':_0x488b5b(0x2d6),'hPnnK':'string','cutdR':_0x488b5b(0x222),'gPUYp':'goog:chromeOptions','kRvvM':function(_0x526c91,_0x23ae5c){return _0x526c91!==_0x23ae5c;},'zpSas':'latest','mXDqs':function(_0x1f2494){return _0x1f2494();},'NRPCL':_0x488b5b(0x17c),'jfsqE':function(_0x27f6e2,_0x10e5e8){return _0x27f6e2!==_0x10e5e8;},'Sxfav':function(_0x4afdb5,_0x122495){return _0x4afdb5>_0x122495;},'HYAAb':function(_0x139f52,_0x49daeb){return _0x139f52(_0x49daeb);},'RCTYD':_0x488b5b(0x2c9)};try{if(_0x5aa107[_0x488b5b(0x1ec)](!_0x58da0f,!_0x1f8733))return logger[_0x488b5b(0x30b)](_0x5aa107[_0x488b5b(0x18f)]),![];const {isUndefined:_0x5a85ea,isBrowserstackInfra:_0x566a1f}=_0x5aa107[_0x488b5b(0x335)](require,_0x5aa107[_0x488b5b(0x2e9)]);if(!accessibilityHelper[_0x488b5b(0x319)]())return logger[_0x488b5b(0x30b)](_0x5aa107['iKrSK']),![];const _0x41f8d3=_0x58da0f['browserName']||_0x58da0f[_0x488b5b(0x1c5)],_0x52a57e=_0x58da0f[_0x488b5b(0x31b)]||_0x58da0f['browser_version'];if(!accessibilityHelper[_0x488b5b(0x164)](_0x41f8d3))return logger[_0x488b5b(0x331)](_0x5aa107['tsjMp']),![];if(accessibilityHelper[_0x488b5b(0x1fa)](_0x41f8d3))try{const _0x2c68ff=_0x58da0f[_0x488b5b(0x2b6)],_0x3b1f1f=_0x5aa107[_0x488b5b(0x2d5)](_0x2c68ff,!![])||_0x5aa107['VvYyi'](_0x2c68ff,_0x5aa107[_0x488b5b(0x237)])||_0x5aa107[_0x488b5b(0x2d5)](typeof _0x2c68ff,_0x5aa107[_0x488b5b(0x2e1)])&&_0x5aa107[_0x488b5b(0x2d5)](_0x2c68ff[_0x488b5b(0x280)](),_0x5aa107[_0x488b5b(0x237)]);if(_0x3b1f1f)return logger['warn'](_0x5aa107['cutdR']),![];const _0x1490c3=_0x58da0f?.[_0x488b5b(0x205)]?.[_0x488b5b(0x175)]||_0x58da0f?.[_0x5aa107[_0x488b5b(0x1c8)]]?.[_0x488b5b(0x175)]||[];if(Array['isArray'](_0x1490c3)&&_0x1490c3['some'](_0x2aa6ec=>typeof _0x2aa6ec===_0x488b5b(0x276)&&(_0x2aa6ec==='--headless'||_0x2aa6ec[_0x488b5b(0x1a0)](_0x488b5b(0x1e4))&&_0x2aa6ec!==_0x488b5b(0x193))))return logger[_0x488b5b(0x331)](_0x5aa107[_0x488b5b(0x182)]),![];}catch(_0x4872e1){logger[_0x488b5b(0x30b)](_0x488b5b(0x167)+util[_0x488b5b(0x1e2)](_0x4872e1));}if(_0x5aa107[_0x488b5b(0x1f0)](_0x52a57e,_0x5aa107[_0x488b5b(0x32d)])){const _0x494594=_0x5aa107[_0x488b5b(0x18b)](_0x566a1f),_0x2df019=accessibilityHelper[_0x488b5b(0x26e)](_0x41f8d3,_0x494594),_0x94221=accessibilityHelper[_0x488b5b(0x23b)](_0x41f8d3);if(!accessibilityHelper[_0x488b5b(0x194)](_0x52a57e,_0x2df019)){const _0x4dde9a=_0x494594?'':_0x5aa107[_0x488b5b(0x1b3)];return logger[_0x488b5b(0x331)](_0x488b5b(0x1b0)+_0x94221+_0x488b5b(0x286)+_0x2df019+'\x20or\x20higher\x20'+_0x4dde9a+'.'),![];}}else{const _0x2658f3=_0x58da0f[_0x488b5b(0x31b)]||_0x58da0f[_0x488b5b(0x268)]||_0x58da0f[_0x488b5b(0x287)];if(_0x2658f3&&_0x5aa107[_0x488b5b(0x30a)](_0x2658f3,_0x5aa107[_0x488b5b(0x32d)])&&!_0x5aa107[_0x488b5b(0x202)](_0x5aa107['mMKEh'](parseFloat,_0x2658f3),_0x5aa107[_0x488b5b(0x305)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x5aa107[_0x488b5b(0x1b5)]),![];}return!![];}catch(_0x2e5471){return logger[_0x488b5b(0x30b)](_0x488b5b(0x158)+_0x2e5471['message']),![];}}[a90_0x2d5ab2(0x2b3)](_0x3c09a0=[],_0x23fad9,_0x360956=a90_0x2d5ab2(0x243)){const _0x566fe3=a90_0x2d5ab2,_0x559caa={'Rosfx':function(_0x54342c,_0x480c84){return _0x54342c===_0x480c84;},'nCKWZ':_0x566fe3(0x21e),'CpuKs':function(_0x53041d,_0x519599){return _0x53041d||_0x519599;},'IAGha':function(_0x305f08,_0x411691){return _0x305f08&&_0x411691;},'FcSKr':'unknown','Fewpg':function(_0x2bfb2c,_0xd0f952){return _0x2bfb2c===_0xd0f952;},'yVDuD':function(_0x53ed0d,_0x2d9a6a){return _0x53ed0d(_0x2d9a6a);},'SLzMt':function(_0x15af8a,_0x3acdb8){return _0x15af8a>_0x3acdb8;},'tCmQD':function(_0x36fe1a,_0x444787){return _0x36fe1a&&_0x444787;}};try{const _0x5615ba=process[_0x566fe3(0x18e)][_0x566fe3(0x1ac)]?JSON[_0x566fe3(0x25f)](process['env'][_0x566fe3(0x1ac)]):null;if(!_0x5615ba)return!![];const _0x2c1efb=Array[_0x566fe3(0x219)](_0x5615ba[_0x566fe3(0x28b)])?_0x5615ba['includeTagsInTestingScope']:[],_0x2ced16=Array[_0x566fe3(0x219)](_0x5615ba[_0x566fe3(0x1cf)])?_0x5615ba[_0x566fe3(0x1cf)]:[];if(_0x559caa[_0x566fe3(0x240)](_0x360956,_0x559caa['nCKWZ'])){let _0x2359a6;Array['isArray'](_0x3c09a0)?_0x2359a6=_0x3c09a0[_0x566fe3(0x266)]('\x20'):_0x2359a6=_0x559caa[_0x566fe3(0x1dc)](_0x3c09a0,'');const _0x54d27f=_0x2ced16[_0x566fe3(0x30d)](_0x3d6dee=>_0x2359a6[_0x566fe3(0x1df)](_0x3d6dee)),_0x5b7599=_0x559caa['Rosfx'](_0x2c1efb[_0x566fe3(0x173)],0x0)||_0x2c1efb[_0x566fe3(0x30d)](_0x2b7d0a=>_0x2359a6[_0x566fe3(0x1df)](_0x2b7d0a)),_0x3d1607=_0x559caa[_0x566fe3(0x1b2)](!_0x54d27f,_0x5b7599);return logger[_0x566fe3(0x30b)]('[platform\x20-\x20'+(_0x23fad9?.[_0x566fe3(0x20f)]?.()||_0x559caa['FcSKr'])+_0x566fe3(0x31f)+_0x3d1607+_0x566fe3(0x1d2)+_0x2359a6+_0x566fe3(0x33f)+JSON[_0x566fe3(0x1b1)](_0x2c1efb)+_0x566fe3(0x2ac)+JSON[_0x566fe3(0x1b1)](_0x2ced16)),_0x3d1607;}const _0x4a585e=Array['isArray'](_0x3c09a0)?_0x3c09a0:[];let _0x5e898f=![],_0x47a020=_0x559caa[_0x566fe3(0x306)](_0x2c1efb[_0x566fe3(0x173)],0x0);const _0x4004d8=_0x3bd058=>typeof _0x3bd058===_0x566fe3(0x276)?_0x3bd058[_0x566fe3(0x1db)](/^@/,'')[_0x566fe3(0x280)]()['trim']():_0x3bd058,_0x4900e7=new Set(_0x2c1efb[_0x566fe3(0x327)](_0x4004d8)),_0x1c37b3=new Set(_0x2ced16[_0x566fe3(0x327)](_0x4004d8));for(const _0x3d3f62 of _0x4a585e){const _0x3ede7e=_0x559caa[_0x566fe3(0x1c9)](_0x4004d8,_0x3d3f62);_0x1c37b3[_0x566fe3(0x1e0)](_0x3ede7e)&&(_0x5e898f=!![]),_0x559caa[_0x566fe3(0x32e)](_0x4900e7[_0x566fe3(0x2c0)],0x0)&&_0x4900e7[_0x566fe3(0x1e0)](_0x3ede7e)&&(_0x47a020=!![]);}const _0x430e4b=_0x559caa[_0x566fe3(0x2e6)](_0x47a020,!_0x5e898f);return logger[_0x566fe3(0x30b)](_0x566fe3(0x2c5)+(_0x23fad9?.['getPlatformIndex']?.()||_0x559caa[_0x566fe3(0x1eb)])+_0x566fe3(0x20a)+_0x430e4b+_0x566fe3(0x20c)+JSON['stringify'](_0x4a585e)+',\x20includeTags='+JSON[_0x566fe3(0x1b1)](_0x2c1efb)+_0x566fe3(0x2ac)+JSON[_0x566fe3(0x1b1)](_0x2ced16)),_0x430e4b;}catch(_0x7f2908){return logger[_0x566fe3(0x30b)](_0x566fe3(0x2c5)+(_0x23fad9?.['getPlatformIndex']?.()||_0x559caa[_0x566fe3(0x1eb)])+_0x566fe3(0x326)+_0x7f2908[_0x566fe3(0x1c7)]),![];}}async[a90_0x2d5ab2(0x1ea)](_0x1c7fde){const _0x5acf05=a90_0x2d5ab2,_0x2eb1f7={};_0x2eb1f7['gcusi']=function(_0x531b7d,_0x5c02b5){return _0x531b7d!==_0x5c02b5;},_0x2eb1f7[_0x5acf05(0x1d1)]='cucumber',_0x2eb1f7[_0x5acf05(0x17d)]=function(_0x16aec0,_0x532f2c){return _0x16aec0!==_0x532f2c;},_0x2eb1f7[_0x5acf05(0x277)]='jest',_0x2eb1f7[_0x5acf05(0x1f1)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x2eb1f7[_0x5acf05(0x1cd)]=_0x5acf05(0x2b0),_0x2eb1f7[_0x5acf05(0x33c)]=_0x5acf05(0x315),_0x2eb1f7['mGutf']=_0x5acf05(0x2b5),_0x2eb1f7[_0x5acf05(0x16e)]=_0x5acf05(0x16c),_0x2eb1f7[_0x5acf05(0x196)]=function(_0x3bec53,_0x47f5ec){return _0x3bec53===_0x47f5ec;},_0x2eb1f7[_0x5acf05(0x2ca)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x2eb1f7[_0x5acf05(0x2fa)]=_0x5acf05(0x233),_0x2eb1f7[_0x5acf05(0x15b)]=function(_0x331e6d,_0x5181b7){return _0x331e6d>_0x5181b7;},_0x2eb1f7[_0x5acf05(0x2a7)]=function(_0x2c168e,_0x204938){return _0x2c168e===_0x204938;},_0x2eb1f7[_0x5acf05(0x232)]=_0x5acf05(0x2e8),_0x2eb1f7[_0x5acf05(0x270)]=_0x5acf05(0x265),_0x2eb1f7['PjvJX']=function(_0x45ffad,_0x1a8743){return _0x45ffad&&_0x1a8743;},_0x2eb1f7[_0x5acf05(0x291)]=_0x5acf05(0x2ff),_0x2eb1f7[_0x5acf05(0x1d6)]=_0x5acf05(0x2d6);const _0x37ccda=_0x2eb1f7;if(_0x37ccda[_0x5acf05(0x18a)](_0x1c7fde[_0x5acf05(0x26c)],_0x37ccda['GwJDx'])&&_0x37ccda[_0x5acf05(0x17d)](_0x1c7fde[_0x5acf05(0x26c)],_0x37ccda['YyClV'])){logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x1f1)]);return;}try{const _0x2f29ed=AutomationFramework['getTrackedInstance'](),_0x23a7a8=TestFramework[_0x5acf05(0x1dd)](),_0x5086b3=_0x1c7fde[_0x5acf05(0x238)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x275)]||null;if(!_0x5086b3){_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x1cd)],!![]);logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x33c)]);return;}logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x2b1)]);const _0x426dfa=_0x23a7a8?.[_0x5acf05(0x234)](_0x37ccda[_0x5acf05(0x16e)],![]),_0x37dfde=_0x23a7a8?.[_0x5acf05(0x234)](_0x37ccda['ybLyf'],![]);if(_0x37ccda['UqVHq'](_0x426dfa,![])&&_0x37ccda[_0x5acf05(0x196)](_0x37dfde,![])){_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x16e)],!![]);logger[_0x5acf05(0x30b)](_0x37ccda[_0x5acf05(0x2ca)]);return;}_0x23a7a8&&_0x23a7a8[_0x5acf05(0x251)](_0x37ccda[_0x5acf05(0x1cd)],!![]);let _0x3db72d,_0x5cb55d;const _0x383e49=_0x1c7fde[_0x5acf05(0x26c)]||_0x37ccda[_0x5acf05(0x1d1)];if(_0x37ccda[_0x5acf05(0x196)](_0x383e49,_0x37ccda[_0x5acf05(0x277)])){_0x5cb55d=_0x1c7fde['testInfo']?.[_0x5acf05(0x192)]||_0x1c7fde[_0x5acf05(0x32c)]?.['id']||global[_0x5acf05(0x263)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.[_0x5acf05(0x192)]||global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.['id'];const _0x5207bf=_0x23a7a8?.[_0x5acf05(0x24f)]()?.[_0x5acf05(0x23c)](_0x5cb55d);if(_0x5207bf&&_0x5207bf[TestFrameworkConstants[_0x5acf05(0x20d)]])_0x3db72d=_0x5207bf[TestFrameworkConstants[_0x5acf05(0x20d)]];else{if(_0x1c7fde[_0x5acf05(0x32c)]?.[_0x5acf05(0x2bc)])_0x3db72d=_0x1c7fde['testInfo'][_0x5acf05(0x2bc)];else global[_0x5acf05(0x1b7)]?.[_0x5acf05(0x1ae)]?.[_0x5acf05(0x32c)]?.[_0x5acf05(0x2bc)]?_0x3db72d=global['__workerDetails'][_0x5acf05(0x1ae)][_0x5acf05(0x32c)]['titlePath']:_0x3db72d=_0x37ccda[_0x5acf05(0x2fa)];}logger[_0x5acf05(0x30b)](_0x5acf05(0x302)+_0x5cb55d+_0x5acf05(0x1d2)+JSON[_0x5acf05(0x1b1)](_0x3db72d));}else{_0x5cb55d=this['getTestId'](_0x1c7fde);const _0x20d24e=TestInfo[_0x5acf05(0x328)](_0x5cb55d);let _0x5256e4=[];if(_0x20d24e&&Array[_0x5acf05(0x219)](_0x20d24e['test_tags'])&&_0x37ccda[_0x5acf05(0x15b)](_0x20d24e[_0x5acf05(0x265)][_0x5acf05(0x173)],0x0))_0x5256e4=_0x20d24e[_0x5acf05(0x265)];else{if(_0x23a7a8){const _0x799b41=_0x37ccda[_0x5acf05(0x2a7)](typeof _0x23a7a8['getData'],_0x37ccda[_0x5acf05(0x232)])?_0x23a7a8['getData'](_0x37ccda['oABzl'],[]):_0x23a7a8[_0x5acf05(0x265)]||[];Array[_0x5acf05(0x219)](_0x799b41)&&(_0x5256e4=_0x799b41);}}_0x3db72d=_0x5256e4;}logger[_0x5acf05(0x2d9)](_0x5acf05(0x294)+JSON[_0x5acf05(0x1b1)](_0x3db72d));const _0x38f893=this[_0x5acf05(0x274)](_0x2f29ed,_0x1c7fde[_0x5acf05(0x2c1)],_0x1c7fde[_0x5acf05(0x1b8)]);logger[_0x5acf05(0x30b)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x38f893+_0x5acf05(0x30f)+this[_0x5acf05(0x1ff)]);const _0x396c20=this[_0x5acf05(0x2b3)](_0x3db72d,_0x2f29ed,_0x383e49),_0x1c7e98=_0x37ccda[_0x5acf05(0x2af)](_0x38f893,_0x396c20),_0xdcaec1=CLIUtils['getCurrentInstanceName']();this[_0x5acf05(0x309)]['set'](_0xdcaec1,_0x1c7e98),global[_0x5acf05(0x28a)]?.[_0x5acf05(0x2f3)]&&global[_0x5acf05(0x28a)][_0x5acf05(0x2f3)]()[_0x5acf05(0x189)](_0x1c7e98),logger[_0x5acf05(0x30b)](_0x5acf05(0x2c5)+(_0x2f29ed?.[_0x5acf05(0x20f)]?.()||_0x37ccda[_0x5acf05(0x291)])+_0x5acf05(0x312)+_0x1c7e98),_0x1c7e98?(global['accessibilityPlatform']=!![],process[_0x5acf05(0x18e)][_0x5acf05(0x272)]=_0x37ccda[_0x5acf05(0x1d6)],this[_0x5acf05(0x24c)]()):global[_0x5acf05(0x23a)]=![];}catch(_0x21de48){logger[_0x5acf05(0x15f)](_0x5acf05(0x32a)+(_0x21de48[_0x5acf05(0x310)]||_0x21de48[_0x5acf05(0x1c7)]));const _0x4bb1dd=CLIUtils[_0x5acf05(0x180)]();this[_0x5acf05(0x309)][_0x5acf05(0x2fc)](_0x4bb1dd,![]),global['accessibilityPlatform']=![];}}[a90_0x2d5ab2(0x282)](){const _0x367eef=a90_0x2d5ab2;return this[_0x367eef(0x2ce)]['find'](_0x57dea8=>_0x57dea8[_0x367eef(0x241)]()===_0x367eef(0x206))?.[_0x367eef(0x239)]()||'';}[a90_0x2d5ab2(0x332)](_0x1334e3){const _0x5c6ecb=a90_0x2d5ab2;try{const _0x102320=this[_0x5c6ecb(0x1bf)]?.[_0x5c6ecb(0x186)]?.[_0x5c6ecb(0x2ef)]||[],_0x377409=_0x102320[_0x5c6ecb(0x32f)](_0x134e1f=>_0x134e1f[_0x5c6ecb(0x307)]===_0x1334e3);return _0x377409?_0x377409[_0x5c6ecb(0x15e)]:null;}catch(_0x2b549c){return logger[_0x5c6ecb(0x30b)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1334e3+':\x20'+_0x2b549c['message']),null;}}async['setAccessibilityConfig'](_0x104888,_0x3fd8ef){const _0x58ac83=a90_0x2d5ab2,_0x338485=_0x104888[_0x58ac83(0x176)]()[_0x58ac83(0x250)](),_0x3ac57f=_0x338485['getScriptsList'](),_0x56f811=_0x338485['getCommandsToWrap']()?.['getCommandsList']();scripts[_0x58ac83(0x339)](_0x3ac57f,_0x56f811),scripts[_0x58ac83(0x262)]();const _0x540998=_0x338485[_0x58ac83(0x16f)]();this[_0x58ac83(0x2ce)]=_0x338485['getCapabilitiesList'](),await this[_0x58ac83(0x21d)](_0x540998,_0x3fd8ef[_0x58ac83(0x1b8)]);}async['setAccessibilityToken'](_0xcb3ad7,_0x296b3f={}){const _0x43ff62=a90_0x2d5ab2,_0x225ac9={'ForgK':function(_0x2fbc04,_0x7e1bc9){return _0x2fbc04===_0x7e1bc9;},'UklPd':'accessibilityToken','aKJRT':'browserstack.accessibilityOptions.authToken','MQjHa':function(_0xe2cd14,_0x3bdf43){return _0xe2cd14(_0x3bdf43);},'SJzjn':_0x43ff62(0x324),'yAjNm':function(_0x2a9ad4,_0x3760a2){return _0x2a9ad4(_0x3760a2);},'ZuXZV':_0x43ff62(0x24b),'aaQkr':_0x43ff62(0x216),'KEIKM':'browserstack.accessibilityOptions.wcagVersion','MdVTl':_0x43ff62(0x2f8),'wNtzo':_0x43ff62(0x181),'tyVUz':_0x43ff62(0x313),'TtpPt':_0x43ff62(0x2e5),'QfUfN':function(_0x3fb84d,_0x59982d){return _0x3fb84d===_0x59982d;},'dZdOh':_0x43ff62(0x330),'viuvS':function(_0x4f6fa9,_0x56d79f){return _0x4f6fa9(_0x56d79f);},'FWDvW':'true'};global['__accessibilityOptions']=global[_0x43ff62(0x159)]||{};for(const _0x5ebad1 of _0xcb3ad7){logger[_0x43ff62(0x2d9)]('name:\x20'+_0x5ebad1['getName']()+'\x20value='+_0x5ebad1['getValue']());if(_0x225ac9[_0x43ff62(0x1e5)](_0x5ebad1[_0x43ff62(0x241)](),_0x225ac9[_0x43ff62(0x172)])){const _0x5edf37=_0x5ebad1['getValue']();process[_0x43ff62(0x18e)][_0x43ff62(0x1a1)]=_0x5edf37,global[_0x43ff62(0x159)][_0x225ac9[_0x43ff62(0x2ba)]]=_0x5edf37;const _0x3fcb1a=_0x225ac9[_0x43ff62(0x1da)](require,_0x225ac9[_0x43ff62(0x2a1)]),{isTrue:_0x4fa5a5}=_0x225ac9[_0x43ff62(0x184)](require,_0x225ac9['ZuXZV']),_0xc2d865=_0x3fcb1a['parseA11yJwtPayload'](_0x5edf37);_0xc2d865&&_0x225ac9[_0x43ff62(0x184)](_0x4fa5a5,_0xc2d865[_0x43ff62(0x26a)])&&(process[_0x43ff62(0x18e)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x225ac9['ForgK'](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x166)]))global[_0x43ff62(0x159)][_0x225ac9['KEIKM']]=_0x5ebad1[_0x43ff62(0x239)]();else{if(_0x225ac9[_0x43ff62(0x1e5)](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x246)]))global['__accessibilityOptions'][_0x225ac9[_0x43ff62(0x2c8)]]=_0x5ebad1['getValue']();else{if(_0x225ac9['ForgK'](_0x5ebad1['getName'](),_0x225ac9[_0x43ff62(0x31a)]))global[_0x43ff62(0x159)][_0x225ac9[_0x43ff62(0x26b)]]=_0x5ebad1[_0x43ff62(0x239)]();else{if(_0x225ac9[_0x43ff62(0x2d4)](_0x5ebad1[_0x43ff62(0x241)](),_0x225ac9[_0x43ff62(0x259)])){const _0x59f73e=_0x5ebad1[_0x43ff62(0x239)]();process[_0x43ff62(0x18e)][_0x43ff62(0x165)]=_0x225ac9['viuvS'](String,_0x225ac9[_0x43ff62(0x2d4)](_0x59f73e,!![])||_0x225ac9[_0x43ff62(0x2d4)](_0x59f73e,_0x225ac9[_0x43ff62(0x22c)])),logger[_0x43ff62(0x30b)](_0x43ff62(0x242)+_0x59f73e+_0x43ff62(0x1a7)+process[_0x43ff62(0x18e)][_0x43ff62(0x165)]);}}}}}}}async[a90_0x2d5ab2(0x162)](_0x47393e){const _0x2984f7=a90_0x2d5ab2,_0x5109e0={};_0x5109e0[_0x2984f7(0x15a)]=function(_0x55fa4e,_0x1f5d67){return _0x55fa4e!==_0x1f5d67;},_0x5109e0[_0x2984f7(0x25c)]='cucumber',_0x5109e0[_0x2984f7(0x2bb)]=function(_0x450174,_0x254c83){return _0x450174!==_0x254c83;},_0x5109e0[_0x2984f7(0x264)]=_0x2984f7(0x21e),_0x5109e0[_0x2984f7(0x1f8)]='onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5109e0['AaDuq']=_0x2984f7(0x2ff);const _0xd506a4=_0x5109e0;if(_0xd506a4[_0x2984f7(0x15a)](_0x47393e[_0x2984f7(0x26c)],_0xd506a4[_0x2984f7(0x25c)])&&_0xd506a4[_0x2984f7(0x2bb)](_0x47393e[_0x2984f7(0x26c)],_0xd506a4['OOgPk'])){logger[_0x2984f7(0x30b)](_0xd506a4['YoaBI']);return;}const _0x368ad4=_0x47393e['testInfo']?.[_0x2984f7(0x192)]||_0x47393e[_0x2984f7(0x32c)]?.['id']||global[_0x2984f7(0x263)];logger['info'](_0x2984f7(0x2db)+_0x47393e[_0x2984f7(0x26c)]+_0x2984f7(0x213)+_0x368ad4);try{const _0x1ba264=_0x47393e['instance']||AutomationFramework[_0x2984f7(0x1dd)](),_0x213b18=CLIUtils['getCurrentInstanceName'](),_0x1a2051=this[_0x2984f7(0x29d)]();logger[_0x2984f7(0x30b)](_0x2984f7(0x2c5)+(_0x1ba264?.[_0x2984f7(0x20f)]?.()||_0xd506a4[_0x2984f7(0x2be)])+_0x2984f7(0x325)+_0x1a2051),_0x1a2051&&await this['stopTestCapture'](_0x1ba264,_0x47393e),this[_0x2984f7(0x309)][_0x2984f7(0x33a)](_0x213b18),this[_0x2984f7(0x23e)][_0x2984f7(0x33a)](_0x213b18);}catch(_0x25f32a){logger[_0x2984f7(0x15f)](_0x2984f7(0x160)+(_0x25f32a[_0x2984f7(0x310)]||_0x25f32a[_0x2984f7(0x1c7)]));}}async[a90_0x2d5ab2(0x223)](_0x21f209,_0x4050ba){const _0x4192f3=a90_0x2d5ab2,_0x79dafa={};_0x79dafa[_0x4192f3(0x170)]=function(_0x3372ad,_0x496d38){return _0x3372ad===_0x496d38;},_0x79dafa[_0x4192f3(0x336)]='function',_0x79dafa[_0x4192f3(0x1af)]=function(_0x2c4377,_0x57b766){return _0x2c4377===_0x57b766;},_0x79dafa['cbMSd']=_0x4192f3(0x21e),_0x79dafa[_0x4192f3(0x285)]=_0x4192f3(0x243),_0x79dafa[_0x4192f3(0x314)]=_0x4192f3(0x217),_0x79dafa[_0x4192f3(0x23f)]=_0x4192f3(0x309),_0x79dafa['KKSjs']='saveResults',_0x79dafa['itdva']=_0x4192f3(0x2ff),_0x79dafa['AetOK']='present',_0x79dafa[_0x4192f3(0x190)]=_0x4192f3(0x236),_0x79dafa[_0x4192f3(0x2c4)]=function(_0x1ae410,_0x2fb397){return _0x1ae410===_0x2fb397;},_0x79dafa['BOytc']=function(_0x4443ba,_0x30b676){return _0x4443ba||_0x30b676;},_0x79dafa['hFLSz']=function(_0x2bf205,_0x20f300){return _0x2bf205||_0x20f300;},_0x79dafa['ehxGK']=_0x4192f3(0x2fd),_0x79dafa['FDNcx']='AUTOMATION_SESSIONS',_0x79dafa[_0x4192f3(0x2b9)]=_0x4192f3(0x2d8);const _0x21d2e7=_0x79dafa;try{const _0x2c7915=_0x4050ba[_0x4192f3(0x26c)]||(_0x21d2e7['rxcST'](this[_0x4192f3(0x2da)]?.[_0x4192f3(0x307)]?.[_0x4192f3(0x280)](),_0x21d2e7[_0x4192f3(0x2e7)])?_0x21d2e7['cbMSd']:_0x21d2e7[_0x4192f3(0x285)]);let _0x20be83='',_0x333637=null,_0x4157d6=null;if(_0x21d2e7[_0x4192f3(0x1af)](_0x2c7915,_0x21d2e7[_0x4192f3(0x2e7)])){_0x333637=_0x4050ba[_0x4192f3(0x32c)]?.['testAnalyticsId']||_0x4050ba['testInfo']?.['id']||global[_0x4192f3(0x263)];if(!_0x333637){logger[_0x4192f3(0x331)](_0x21d2e7['XZNdF']);return;}try{const _0x4bf7a0=await GrpcClient[_0x4192f3(0x21b)]()[_0x4192f3(0x1cc)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x21d2e7[_0x4192f3(0x23f)],_0x21d2e7[_0x4192f3(0x31c)],_0x333637),_0x26a1b0=AccessibilityModule[_0x4192f3(0x18d)](null,_0x4bf7a0);_0x20be83=_0x26a1b0?.[_0x4192f3(0x22f)]||'',logger[_0x4192f3(0x30b)](_0x4192f3(0x257)+_0x20be83+_0x4192f3(0x220)+_0x333637),_0x4157d6=_0x4bf7a0;}catch(_0xb3e0a7){logger[_0x4192f3(0x15f)](_0x4192f3(0x200)+_0xb3e0a7[_0x4192f3(0x1c7)]);return;}}else{const _0x4fd87c=this[_0x4192f3(0x2f6)](_0x4050ba);_0x20be83=TestInfo[_0x4192f3(0x267)](_0x4fd87c);}const _0x4a24cb=((()=>{const _0x365262=_0x4192f3,_0x3bce3c=(this[_0x365262(0x1bf)]?.[_0x365262(0x186)]?.[_0x365262(0x2ef)]||[])[_0x365262(0x32f)](_0x12a627=>(typeof _0x12a627['getName']===_0x365262(0x2e8)?_0x12a627[_0x365262(0x241)]():_0x12a627[_0x365262(0x307)])===this['KEY_TESTHUB_BUILD_ID']);return _0x3bce3c?_0x21d2e7[_0x365262(0x170)](typeof _0x3bce3c[_0x365262(0x239)],_0x21d2e7[_0x365262(0x336)])?_0x3bce3c[_0x365262(0x239)]():_0x3bce3c[_0x365262(0x15e)]:'';})()),_0x1bb20b=process[_0x4192f3(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x4192f3(0x30b)]('[platform\x20-\x20'+(_0x21f209?.['getPlatformIndex']?.()||_0x21d2e7[_0x4192f3(0x26d)])+']\x20clear\x20'+_0x20be83+'\x20testHubUuid='+_0x4a24cb+_0x4192f3(0x1ab)+(_0x1bb20b?_0x21d2e7[_0x4192f3(0x1a2)]:_0x21d2e7[_0x4192f3(0x190)]));let _0x32ebd7;if(_0x21d2e7[_0x4192f3(0x2c4)](_0x2c7915,_0x21d2e7[_0x4192f3(0x2e7)]))_0x32ebd7=AccessibilityModule[_0x4192f3(0x18d)](_0x20be83,_0x4157d6);else{const _0x11fb0c=await GrpcClient[_0x4192f3(0x21b)]()[_0x4192f3(0x1cc)](process['env'][_0x4192f3(0x304)],_0x21d2e7[_0x4192f3(0x23f)],_0x21d2e7[_0x4192f3(0x31c)]);_0x32ebd7=AccessibilityModule[_0x4192f3(0x18d)](_0x20be83,_0x11fb0c);}logger[_0x4192f3(0x30b)](_0x4192f3(0x2dc)+JSON[_0x4192f3(0x1b1)](_0x32ebd7));const _0x27580d=Object[_0x4192f3(0x2d1)]({},{'thTestRunUuid':_0x21d2e7[_0x4192f3(0x261)](_0x20be83,''),'thBuildUuid':_0x21d2e7[_0x4192f3(0x2d2)](_0x4a24cb,''),'thJwtToken':_0x21d2e7['BOytc'](_0x1bb20b,'')},_0x32ebd7);!this['isAppAccessibility']&&this[_0x4192f3(0x1c2)]()&&(_0x27580d[_0x4192f3(0x28e)]=!![],logger['debug'](_0x21d2e7[_0x4192f3(0x27a)]));logger[_0x4192f3(0x30b)](_0x4192f3(0x279)+_0x20be83+_0x4192f3(0x30f)+this[_0x4192f3(0x1ff)]);let _0x124aa6=global[_0x4192f3(0x1b7)]?.[_0x4192f3(0x275)]||null;!_0x124aa6&&(_0x124aa6=AutomationFramework['getState'](_0x21f209,_0x21d2e7[_0x4192f3(0x16a)],null)),!_0x124aa6&&(_0x124aa6=AutomationFramework['getState'](_0x21f209,_0x21d2e7[_0x4192f3(0x2b9)],null)),await this[_0x4192f3(0x33d)](this[_0x4192f3(0x29d)](),_0x20be83,_0x124aa6,_0x27580d,this[_0x4192f3(0x1ff)]);}catch(_0x3ada91){logger[_0x4192f3(0x15f)](_0x4192f3(0x1a9)+(_0x3ada91[_0x4192f3(0x310)]||_0x3ada91[_0x4192f3(0x1c7)]));}}async[a90_0x2d5ab2(0x33d)](_0x970f43,_0x10d1f2,_0x4dcd44,_0x55ed2b,_0x1ec1bb){const _0x5c11d0=a90_0x2d5ab2,_0x63217d={};_0x63217d[_0x5c11d0(0x171)]=_0x5c11d0(0x316),_0x63217d[_0x5c11d0(0x2cd)]=function(_0x3ff1bf,_0x26e5c3){return _0x3ff1bf&&_0x26e5c3;},_0x63217d[_0x5c11d0(0x209)]=_0x5c11d0(0x284),_0x63217d['wFuOH']=function(_0x281e05,_0x20259c){return _0x281e05===_0x20259c;},_0x63217d[_0x5c11d0(0x199)]='null',_0x63217d[_0x5c11d0(0x218)]=function(_0x24cf5f,_0x4270fc){return _0x24cf5f===_0x4270fc;},_0x63217d['GlWQj']=_0x5c11d0(0x1e9),_0x63217d[_0x5c11d0(0x19c)]='Performing\x20scan\x20before\x20from\x20cli',_0x63217d[_0x5c11d0(0x2f1)]='afterTestHook',_0x63217d['zspBn']=_0x5c11d0(0x1c0),_0x63217d[_0x5c11d0(0x2ed)]=_0x5c11d0(0x183),_0x63217d[_0x5c11d0(0x2f0)]=_0x5c11d0(0x1c1),_0x63217d[_0x5c11d0(0x1f9)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x279584=_0x63217d;try{const _0x496cc5=this[_0x5c11d0(0x1f3)](_0x279584[_0x5c11d0(0x171)]);if(_0x279584['vbovV'](!_0x1ec1bb,!_0x496cc5)){logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x209)]);return;}if(!_0x10d1f2||_0x279584[_0x5c11d0(0x2c7)](_0x10d1f2,_0x279584[_0x5c11d0(0x199)])||_0x279584[_0x5c11d0(0x218)](_0x10d1f2,'')){logger['debug'](_0x279584[_0x5c11d0(0x1bb)]);return;}logger[_0x5c11d0(0x30b)](_0x5c11d0(0x248)+JSON[_0x5c11d0(0x1b1)](_0x55ed2b)),_0x970f43&&(logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x19c)]),await this[_0x5c11d0(0x1ee)](_0x4dcd44,_0x10d1f2,_0x279584[_0x5c11d0(0x2f1)],_0x55ed2b,_0x1ec1bb,_0x279584[_0x5c11d0(0x29e)]),_0x279584[_0x5c11d0(0x2cd)](!_0x1ec1bb,_0x496cc5)&&(logger[_0x5c11d0(0x30b)](_0x279584[_0x5c11d0(0x2ed)]),await PerformanceTester[_0x5c11d0(0x1ed)](_0x279584['SByTA'],async()=>{const _0x3a907e=_0x5c11d0;await this[_0x3a907e(0x1ee)](_0x4dcd44,_0x10d1f2,_0x279584[_0x3a907e(0x171)],_0x55ed2b,_0x1ec1bb,_0x279584[_0x3a907e(0x171)]);})()),logger[_0x5c11d0(0x2d9)](_0x279584[_0x5c11d0(0x1f9)]));}catch(_0x100dcf){logger[_0x5c11d0(0x15f)](_0x5c11d0(0x1c6)+(_0x100dcf[_0x5c11d0(0x310)]||_0x100dcf[_0x5c11d0(0x1c7)]));}}async[a90_0x2d5ab2(0x19f)](_0x56128c){const _0x2b43c3=a90_0x2d5ab2,_0x560e38={};_0x560e38['Ovkio']=function(_0x3142fa,_0x48ed21){return _0x3142fa!==_0x48ed21;},_0x560e38[_0x2b43c3(0x17a)]=_0x2b43c3(0x243),_0x560e38[_0x2b43c3(0x177)]=function(_0x200af5,_0x3ac7da){return _0x200af5!==_0x3ac7da;},_0x560e38[_0x2b43c3(0x323)]=_0x2b43c3(0x21e),_0x560e38[_0x2b43c3(0x288)]=_0x2b43c3(0x321),_0x560e38[_0x2b43c3(0x2b8)]=_0x2b43c3(0x2ff),_0x560e38['jUGTB']=_0x2b43c3(0x2dd),_0x560e38[_0x2b43c3(0x253)]=function(_0xec63c8,_0x27b190){return _0xec63c8===_0x27b190;},_0x560e38[_0x2b43c3(0x29c)]=_0x2b43c3(0x19a),_0x560e38[_0x2b43c3(0x2bf)]=_0x2b43c3(0x309),_0x560e38[_0x2b43c3(0x271)]=_0x2b43c3(0x26f),_0x560e38['CDCbl']='test_run_id',_0x560e38[_0x2b43c3(0x299)]=_0x2b43c3(0x187),_0x560e38[_0x2b43c3(0x2b7)]=_0x2b43c3(0x1c0),_0x560e38[_0x2b43c3(0x295)]=_0x2b43c3(0x236);const _0x97ab8b=_0x560e38;if(_0x97ab8b[_0x2b43c3(0x1d4)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x17a)])&&_0x97ab8b[_0x2b43c3(0x177)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x323)])){logger[_0x2b43c3(0x30b)](_0x97ab8b['UwMap']);return;}logger['debug'](_0x2b43c3(0x28c)+(_0x56128c[_0x2b43c3(0x231)]||_0x97ab8b[_0x2b43c3(0x2b8)])+',\x20framework='+_0x56128c['testFramework']);try{const _0x5cb440=_0x56128c[_0x2b43c3(0x174)]||AutomationFramework[_0x2b43c3(0x1dd)](),_0x13b189=TestFramework[_0x2b43c3(0x1dd)](),_0x414932=_0x56128c[_0x2b43c3(0x231)]||_0x56128c[_0x2b43c3(0x2a2)]?.[_0x2b43c3(0x241)]();if(!_0x414932){logger[_0x2b43c3(0x30b)](_0x97ab8b['jUGTB']);return;}if(!this[_0x2b43c3(0x29d)]()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x414932);return;}if(!this[_0x2b43c3(0x1ad)](_0x414932)){logger[_0x2b43c3(0x30b)](_0x2b43c3(0x1a3)+_0x414932+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x131626=_0x56128c['page']||global[_0x2b43c3(0x1b7)]?.['pwPage'];if(!_0x131626){logger[_0x2b43c3(0x30b)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x414932);return;}let _0x1759f9='',_0x11c117=null;if(_0x97ab8b[_0x2b43c3(0x253)](_0x56128c['testFramework'],_0x97ab8b[_0x2b43c3(0x323)])){_0x11c117=_0x56128c[_0x2b43c3(0x32c)]?.['testAnalyticsId']||_0x56128c[_0x2b43c3(0x32c)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x11c117){logger['warn'](_0x97ab8b[_0x2b43c3(0x29c)]);return;}try{const _0x42b5dd=await GrpcClient[_0x2b43c3(0x21b)]()[_0x2b43c3(0x1cc)](process[_0x2b43c3(0x18e)][_0x2b43c3(0x304)],_0x97ab8b[_0x2b43c3(0x2bf)],_0x97ab8b[_0x2b43c3(0x271)],_0x11c117),_0x4d3593=AccessibilityModule[_0x2b43c3(0x18d)](null,_0x42b5dd);_0x1759f9=_0x4d3593?.[_0x2b43c3(0x22f)]||'',logger[_0x2b43c3(0x30b)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1759f9+_0x2b43c3(0x220)+_0x11c117);}catch(_0x5446aa){logger[_0x2b43c3(0x15f)](_0x2b43c3(0x340)+_0x5446aa[_0x2b43c3(0x1c7)]);return;}}else _0x1759f9=this['getCapabilityValue'](_0x97ab8b[_0x2b43c3(0x2fe)])||'',!_0x1759f9&&this[_0x2b43c3(0x1c2)]()&&(_0x1759f9=accessibilityHelper[_0x2b43c3(0x1bd)]());const _0xa90ccd=this['getCapabilityValue'](_0x97ab8b['RQZrd'])||this[_0x2b43c3(0x1bf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x46154c=process[_0x2b43c3(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x445585=this['getParamsForScanForCli'](_0x414932,_0x1759f9,_0xa90ccd,_0x46154c),_0x13495e=_0x97ab8b[_0x2b43c3(0x253)](_0x56128c[_0x2b43c3(0x26c)],_0x97ab8b[_0x2b43c3(0x323)])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97ab8b[_0x2b43c3(0x2b7)],_0x1759f9,_0x11c117):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x97ab8b[_0x2b43c3(0x2b7)],_0x1759f9);logger[_0x2b43c3(0x2d9)]('ScanArgs:\x20'+(_0x445585?JSON['stringify'](_0x445585):_0x97ab8b[_0x2b43c3(0x295)]));const _0x5c6446=CLIUtils['mergeObject'](_0x445585,_0x13495e);logger['info'](_0x2b43c3(0x1ef)+(_0x5c6446?JSON[_0x2b43c3(0x1b1)](_0x5c6446):_0x97ab8b[_0x2b43c3(0x295)])),logger[_0x2b43c3(0x30b)](_0x2b43c3(0x244)+_0x414932);const _0x539a14=await this[_0x2b43c3(0x1ee)](_0x131626,_0x1759f9,_0x414932,_0x5c6446,this['isAppAccessibility']);logger['debug'](_0x2b43c3(0x2a4)+_0x414932+_0x2b43c3(0x25e)+JSON['stringify'](_0x539a14));}catch(_0x3673c2){logger[_0x2b43c3(0x15f)](_0x2b43c3(0x2df)+(_0x3673c2[_0x2b43c3(0x310)]||_0x3673c2[_0x2b43c3(0x1c7)]));}}[a90_0x2d5ab2(0x318)](){const _0x14ff9f=a90_0x2d5ab2;return this[_0x14ff9f(0x29d)]();}[a90_0x2d5ab2(0x197)](_0xe04ef6){const _0x572fa7=a90_0x2d5ab2,_0x48edc7=CLIUtils[_0x572fa7(0x180)]();this[_0x572fa7(0x309)][_0x572fa7(0x2fc)](_0x48edc7,_0xe04ef6);}async[a90_0x2d5ab2(0x1d3)](_0x266ad8){const _0x5589fc=a90_0x2d5ab2,_0xe2ee1f={};_0xe2ee1f[_0x5589fc(0x16d)]='unknown';const _0x306f24=_0xe2ee1f;try{const _0x299847=_0x266ad8[_0x5589fc(0x174)]||AutomationFramework[_0x5589fc(0x1dd)](),_0x2ed45a=_0x299847?.[_0x5589fc(0x234)]?.()?.[_0x5589fc(0x23c)]?.(this[_0x5589fc(0x24d)])||![];if(_0x2ed45a)return;PerformanceTester[_0x5589fc(0x256)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x10fe9a=await GrpcClient[_0x5589fc(0x21b)]()['getAccessibilityConfig'](_0x266ad8);_0x10fe9a&&_0x10fe9a[_0x5589fc(0x176)]&&_0x10fe9a[_0x5589fc(0x176)]()&&_0x10fe9a[_0x5589fc(0x176)]()[_0x5589fc(0x2eb)]()?(await this[_0x5589fc(0x203)](_0x10fe9a,_0x266ad8),_0x299847?.['getData']&&_0x299847[_0x5589fc(0x234)]()[_0x5589fc(0x2fc)](this['KEY_INIT'],!![]),logger[_0x5589fc(0x30b)]('[platform\x20-\x20'+(_0x299847?.[_0x5589fc(0x20f)]?.()||_0x306f24[_0x5589fc(0x16d)])+_0x5589fc(0x1ca))):logger[_0x5589fc(0x30b)](_0x5589fc(0x2c5)+(_0x299847?.[_0x5589fc(0x20f)]?.()||_0x306f24[_0x5589fc(0x16d)])+_0x5589fc(0x21f)),PerformanceTester[_0x5589fc(0x338)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x425295){PerformanceTester[_0x5589fc(0x338)](EVENTS[_0x5589fc(0x2f4)],![],_0x425295[_0x5589fc(0x1c7)]),logger['error'](_0x5589fc(0x311)+(_0x425295['stack']||_0x425295['message']));}}async[a90_0x2d5ab2(0x203)](_0x2a7318,_0x53c864){const _0x28acf6=a90_0x2d5ab2;await this[_0x28acf6(0x1f4)](_0x2a7318,_0x53c864);const _0x2b95a5=_0x2a7318[_0x28acf6(0x176)]()[_0x28acf6(0x250)]();if(_0x2b95a5){const _0x565386=_0x2a7318['getTesthub']&&_0x2a7318[_0x28acf6(0x1a4)]();_0x565386&&(this[_0x28acf6(0x1bf)][this[_0x28acf6(0x27d)]]=_0x565386[_0x28acf6(0x1fe)]&&_0x565386[_0x28acf6(0x1fe)]());}}[a90_0x2d5ab2(0x1ad)](_0x586e25){const _0x224083=a90_0x2d5ab2,_0x1f4851={};_0x1f4851['YfiSR']=function(_0x2d6cb8,_0x366ec0){return _0x2d6cb8===_0x366ec0;};const _0x2d10e0=_0x1f4851;try{if(!_0x586e25)return![];const _0x2cd339=this[_0x224083(0x1bf)]?.[_0x224083(0x186)]?.['commandsToWrap']?.['commandsList']||[],_0x2c2bda=_0x2cd339['some'](_0x45b881=>{const _0x37abd7=_0x224083;return _0x45b881[_0x37abd7(0x307)]&&_0x2d10e0[_0x37abd7(0x2ae)](_0x45b881['name']['toLowerCase'](),_0x586e25['toLowerCase']());});return logger[_0x224083(0x30b)](_0x224083(0x1d0)+_0x586e25+_0x224083(0x24e)+_0x2c2bda+_0x224083(0x201)+JSON[_0x224083(0x1b1)](_0x2cd339[_0x224083(0x327)](_0x12aca3=>_0x12aca3[_0x224083(0x307)]))),_0x2c2bda;}catch(_0x51e319){return logger[_0x224083(0x30b)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x51e319[_0x224083(0x1c7)]),![];}}[a90_0x2d5ab2(0x212)](_0x431746){const _0x6878bd=a90_0x2d5ab2,_0x146b71={};_0x146b71[_0x6878bd(0x255)]=function(_0x2b93ce,_0x4a6575){return _0x2b93ce===_0x4a6575;},_0x146b71['AgxpX']=_0x6878bd(0x276),_0x146b71[_0x6878bd(0x1f5)]='browserstack_executor';const _0x513626=_0x146b71,_0x32c219=_0x431746[_0x6878bd(0x221)]&&_0x431746[_0x6878bd(0x221)]();return _0x32c219&&_0x513626[_0x6878bd(0x255)](typeof _0x32c219,_0x513626[_0x6878bd(0x226)])&&_0x32c219[_0x6878bd(0x1df)](_0x513626[_0x6878bd(0x1f5)]);}[a90_0x2d5ab2(0x245)](_0x57a38e){const _0xd5b368=a90_0x2d5ab2,_0x4c75f3={};_0x4c75f3[_0xd5b368(0x2bd)]=function(_0x4be437,_0x4dccff){return _0x4be437!==_0x4dccff;},_0x4c75f3[_0xd5b368(0x2d3)]=_0xd5b368(0x276),_0x4c75f3[_0xd5b368(0x1aa)]=_0xd5b368(0x309),_0x4c75f3[_0xd5b368(0x229)]='performScan',_0x4c75f3['KAdmH']='getResults',_0x4c75f3['bAwiJ']='saveTestResults';const _0x248dc6=_0x4c75f3,_0xb9b2ef=_0x57a38e[_0xd5b368(0x221)]&&_0x57a38e[_0xd5b368(0x221)]();if(!_0xb9b2ef||_0x248dc6['BCQZx'](typeof _0xb9b2ef,_0x248dc6[_0xd5b368(0x2d3)]))return![];return _0xb9b2ef['includes'](_0x248dc6['FUHbs'])||_0xb9b2ef[_0xd5b368(0x1df)](_0x248dc6['zqUlx'])||_0xb9b2ef['includes'](_0x248dc6[_0xd5b368(0x2e4)])||_0xb9b2ef[_0xd5b368(0x1df)](_0x248dc6['bAwiJ']);}[a90_0x2d5ab2(0x1c2)](){const _0x2372c1=a90_0x2d5ab2,_0x54c9d9={'UXRRM':function(_0x49f5ed,_0x38b4ff){return _0x49f5ed===_0x38b4ff;},'TWnmc':_0x2372c1(0x2e8),'xArIy':function(_0x1f36f9,_0x3e713f){return _0x1f36f9(_0x3e713f);},'mmDzw':_0x2372c1(0x1de),'OOwnb':function(_0x2be31a,_0x57e315){return _0x2be31a(_0x57e315);},'HtWSR':_0x2372c1(0x308),'ZfHov':_0x2372c1(0x179),'XeOXe':_0x2372c1(0x283)};try{const _0x4f5f18=this[_0x2372c1(0x1bf)]?.[_0x2372c1(0x186)]?.[_0x2372c1(0x2ef)]||[],_0x49da55=_0x14ab11=>{const _0x2e2bfe=_0x2372c1,_0x17b070=_0x4f5f18[_0x2e2bfe(0x32f)](_0x4803ed=>(typeof _0x4803ed[_0x2e2bfe(0x241)]===_0x2e2bfe(0x2e8)?_0x4803ed[_0x2e2bfe(0x241)]():_0x4803ed[_0x2e2bfe(0x307)])===_0x14ab11);return _0x17b070?_0x54c9d9['UXRRM'](typeof _0x17b070[_0x2e2bfe(0x239)],_0x54c9d9['TWnmc'])?_0x17b070[_0x2e2bfe(0x239)]():_0x17b070['value']:null;},_0x47c1c3=_0x54c9d9[_0x2372c1(0x292)](_0x49da55,_0x54c9d9['mmDzw']),_0x42fb67=_0x54c9d9[_0x2372c1(0x2de)](_0x49da55,_0x54c9d9[_0x2372c1(0x296)]),_0xae4833=global[_0x2372c1(0x2d0)]||_0x47c1c3&&_0x54c9d9[_0x2372c1(0x208)](_0x54c9d9[_0x2372c1(0x292)](String,_0x47c1c3)[_0x2372c1(0x280)](),_0x54c9d9[_0x2372c1(0x198)])&&_0x42fb67&&_0x54c9d9[_0x2372c1(0x292)](String,_0x42fb67)[_0x2372c1(0x280)]()[_0x2372c1(0x1df)](_0x54c9d9[_0x2372c1(0x28d)]);if(!_0xae4833)return![];if(!accessibilityHelper[_0x2372c1(0x330)]())return!this[_0x2372c1(0x1b9)]&&(logger[_0x2372c1(0x331)](accessibilityHelper[_0x2372c1(0x2c6)]),this['_mobileScanningDisabledLogged']=!![]),![];return!![];}catch(_0x77c890){return logger[_0x2372c1(0x30b)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x77c890['message']),![];}}[a90_0x2d5ab2(0x1e8)](_0xb3baf,_0x5c45b5,_0x476820,_0x4ff986){const _0x1e71d2=a90_0x2d5ab2,_0x16b13e={};_0x16b13e[_0x1e71d2(0x2fb)]=function(_0xe15647,_0x49e89e){return _0xe15647||_0x49e89e;},_0x16b13e[_0x1e71d2(0x342)]=function(_0x34a7e4,_0x3ed1f9){return _0x34a7e4&&_0x3ed1f9;},_0x16b13e[_0x1e71d2(0x1fc)]=function(_0x4d5873,_0x443e70){return _0x4d5873||_0x443e70;},_0x16b13e[_0x1e71d2(0x303)]=_0x1e71d2(0x204);const _0x72f68c=_0x16b13e;let _0x1e9684=_0x72f68c['IriLB'](_0x5c45b5,'');const _0xa3285=!this[_0x1e71d2(0x1ff)]&&this[_0x1e71d2(0x1c2)]();_0x72f68c[_0x1e71d2(0x342)](_0xa3285,!_0x1e9684)&&(_0x1e9684=accessibilityHelper[_0x1e71d2(0x1bd)]());const _0x242191={'command':_0xb3baf,'thTestRunUuid':_0x1e9684,'thBuildUuid':_0x72f68c['IriLB'](_0x476820,''),'thJwtToken':_0x72f68c[_0x1e71d2(0x1fc)](_0x4ff986,''),'timestamp':new Date()[_0x1e71d2(0x2f2)]()};return _0xa3285&&(_0x242191[_0x1e71d2(0x28e)]=!![],logger[_0x1e71d2(0x30b)](_0x72f68c[_0x1e71d2(0x303)])),_0x242191;}['getScriptByName'](_0x144309){const _0x2702cd=a90_0x2d5ab2,_0x207e52={};_0x207e52[_0x2702cd(0x2d7)]=function(_0x16bb0b,_0x502644){return _0x16bb0b||_0x502644;};const _0x4979b9=_0x207e52;try{const _0x5f53d6=this['accessibilityConfig']?.['options']?.['scriptsList']||[],_0x311ae4=_0x5f53d6[_0x2702cd(0x32f)](_0x450250=>_0x450250[_0x2702cd(0x307)]===_0x144309);return _0x4979b9[_0x2702cd(0x2d7)](_0x311ae4,null);}catch(_0x390321){return logger[_0x2702cd(0x30b)](_0x2702cd(0x185)+_0x144309+':\x20'+_0x390321['message']),null;}}async[a90_0x2d5ab2(0x33e)](_0x3e6172,_0x1c9553,_0x276949=null){const _0x189e0d=a90_0x2d5ab2,_0x2e6749={'nUYUk':function(_0x4c2a3d,_0xae7fe6){return _0x4c2a3d(_0xae7fe6);},'QiksW':_0x189e0d(0x210)};try{if(!_0x3e6172)return logger['debug'](_0x189e0d(0x300)+_0x1c9553),null;const _0x49c100=this[_0x189e0d(0x1f3)](_0x1c9553);if(!_0x49c100||!_0x49c100[_0x189e0d(0x2a2)])return logger[_0x189e0d(0x30b)](_0x189e0d(0x16b)+_0x1c9553+_0x189e0d(0x2f7)),null;logger[_0x189e0d(0x30b)](_0x189e0d(0x341)+_0x1c9553+_0x189e0d(0x1e1));const _0x42540d=_0x2e6749['nUYUk'](require,_0x2e6749[_0x189e0d(0x207)]),_0x303eb6=_0x276949?await _0x42540d[_0x189e0d(0x334)](_0x3e6172,_0x49c100[_0x189e0d(0x2a2)],_0x276949):await _0x42540d[_0x189e0d(0x334)](_0x3e6172,_0x49c100[_0x189e0d(0x2a2)]);return _0x303eb6;}catch(_0x5b5f46){return logger['error'](_0x189e0d(0x27c)+_0x1c9553+':\x20'+(_0x5b5f46[_0x189e0d(0x310)]||_0x5b5f46[_0x189e0d(0x1c7)])),null;}}async[a90_0x2d5ab2(0x1ee)](_0x3516c1,_0x743aed,_0x11fa97,_0x219070,_0x2b1cfc,_0x5072c4=a90_0x2d5ab2(0x1c0)){const _0x3e0dfd=a90_0x2d5ab2,_0x3e8f8e={'wqyyB':function(_0x317e6b,_0x2119ce){return _0x317e6b===_0x2119ce;},'ZlSCG':_0x3e0dfd(0x1c0),'sqClZ':function(_0x88f0e9,_0x537e26){return _0x88f0e9(_0x537e26);},'BEZJv':_0x3e0dfd(0x210)};try{logger[_0x3e0dfd(0x30b)](_0x3e0dfd(0x1bc)+_0x11fa97+_0x3e0dfd(0x1f2)+_0x5072c4);const _0x201fd5=this[_0x3e0dfd(0x1f3)](_0x5072c4);if(!_0x201fd5||!_0x201fd5[_0x3e0dfd(0x2a2)]){logger[_0x3e0dfd(0x30b)](_0x3e0dfd(0x22e)+_0x5072c4+_0x3e0dfd(0x2b4));return;}if(_0x3e8f8e[_0x3e0dfd(0x32b)](_0x5072c4,_0x3e8f8e['ZlSCG'])){const _0x18082e=_0x3e8f8e['sqClZ'](require,_0x3e8f8e[_0x3e0dfd(0x235)]),_0x9b75c4={};_0x9b75c4[_0x3e0dfd(0x2a2)]=_0x11fa97;const _0x28a3e6=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3e0dfd(0x188)],async()=>{const _0x51389d=_0x3e0dfd;return await _0x18082e[_0x51389d(0x334)](_0x3516c1,_0x201fd5[_0x51389d(0x2a2)],_0x219070);},_0x9b75c4)();return logger['info'](_0x3e0dfd(0x27b)+_0x5072c4+_0x3e0dfd(0x163)+_0x11fa97+':\x20'+util[_0x3e0dfd(0x1e2)](_0x28a3e6)),_0x28a3e6;}const _0x3c7e44=_0x3e8f8e[_0x3e0dfd(0x1f6)](require,_0x3e8f8e[_0x3e0dfd(0x235)]),_0x441b79=await PerformanceTester[_0x3e0dfd(0x1ed)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x3c68e9=_0x3e0dfd;return await _0x3c7e44[_0x3c68e9(0x334)](_0x3516c1,_0x201fd5[_0x3c68e9(0x2a2)],_0x219070);})();return logger['info'](_0x3e0dfd(0x27b)+_0x5072c4+'\x20result\x20for\x20'+_0x11fa97+':\x20'+util[_0x3e0dfd(0x1e2)](_0x441b79)),_0x441b79;}catch(_0x4d6683){logger[_0x3e0dfd(0x15f)](_0x3e0dfd(0x20b)+_0x5072c4+':\x20'+(_0x4d6683[_0x3e0dfd(0x310)]||_0x4d6683[_0x3e0dfd(0x1c7)]));}}async[a90_0x2d5ab2(0x31d)](_0x5e635b){const _0x2c50d7=a90_0x2d5ab2,_0x81f097={'vDJqK':function(_0x2a335d,_0x31e3ab){return _0x2a335d(_0x31e3ab);},'NpiIG':'../../../helpers/accessibility-automation/helper'};try{const _0x3c6ea1=_0x81f097['vDJqK'](require,_0x81f097[_0x2c50d7(0x2ab)]);return await _0x3c6ea1[_0x2c50d7(0x30c)](_0x5e635b);}catch(_0x56a3b1){return logger[_0x2c50d7(0x15f)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x56a3b1['stack']||_0x56a3b1[_0x2c50d7(0x1c7)])),![];}}['processAccessibilityCaps'](_0x26b3cb,_0x2f43af,_0x5d162b){const _0x1ab553=a90_0x2d5ab2,_0x310e3b={'hUEsg':function(_0x5558ba,_0x1cb4c3){return _0x5558ba(_0x1cb4c3);},'pCEMf':_0x1ab553(0x210),'OnQsT':_0x1ab553(0x19d),'tYmFd':_0x1ab553(0x249)};try{const _0x36e7e4=_0x310e3b[_0x1ab553(0x2cf)](require,_0x310e3b[_0x1ab553(0x19e)]);_0x36e7e4[_0x1ab553(0x1a8)](_0x26b3cb,_0x2f43af,_0x5d162b);const _0x14ab8e=JSON[_0x1ab553(0x1b1)](_0x26b3cb)[_0x1ab553(0x1db)](/"browserstack\.user":"[^"]*"/g,_0x310e3b['OnQsT'])[_0x1ab553(0x1db)](/"browserstack\.key":"[^"]*"/g,_0x310e3b['tYmFd']);logger[_0x1ab553(0x30b)]('Processed\x20accessibility\x20caps\x20'+global[_0x1ab553(0x23a)]+'\x20'+_0x14ab8e);}catch(_0x5b489c){logger[_0x1ab553(0x15f)](_0x1ab553(0x228)+(_0x5b489c[_0x1ab553(0x310)]||_0x5b489c[_0x1ab553(0x1c7)]));}}async['getAccessibilityResults'](_0x191efe){const _0x4d7a03=a90_0x2d5ab2,_0x4e8a82={};_0x4e8a82[_0x4d7a03(0x178)]=_0x4d7a03(0x22d),_0x4e8a82[_0x4d7a03(0x25d)]=function(_0xcbaa91,_0x48fc70){return _0xcbaa91>_0x48fc70;},_0x4e8a82['XUqZY']=function(_0x13eb73,_0x1e77bb){return _0x13eb73>_0x1e77bb;},_0x4e8a82['EMLvj']=_0x4d7a03(0x1e3);const _0x295558=_0x4e8a82;try{if(!this[_0x4d7a03(0x29d)]())return logger['warn'](_0x295558[_0x4d7a03(0x178)]),[];const _0x2ffce4=this[_0x4d7a03(0x1c2)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4d7a03(0x1bd)]()}:{};_0x295558[_0x4d7a03(0x25d)](Object[_0x4d7a03(0x1e7)](_0x2ffce4)['length'],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x4d7a03(0x1b1)](_0x2ffce4));const _0x136cfb=_0x295558[_0x4d7a03(0x18c)](Object[_0x4d7a03(0x1e7)](_0x2ffce4)[_0x4d7a03(0x173)],0x0)?await this['executeScriptByName'](_0x191efe,_0x295558[_0x4d7a03(0x17b)],_0x2ffce4):await this[_0x4d7a03(0x33e)](_0x191efe,_0x295558[_0x4d7a03(0x17b)]);return _0x136cfb||[];}catch(_0x482b12){return logger[_0x4d7a03(0x15f)](_0x4d7a03(0x320)+(_0x482b12[_0x4d7a03(0x310)]||_0x482b12[_0x4d7a03(0x1c7)])),[];}}async[a90_0x2d5ab2(0x297)](_0xfcfd55){const _0x1ca577=a90_0x2d5ab2,_0x181601={'HVDwp':_0x1ca577(0x1c0),'acOTS':'getResultsSummary','yNQLP':_0x1ca577(0x2b2),'SmQBF':function(_0x42b272,_0x254d57){return _0x42b272(_0x254d57);},'xmKku':_0x1ca577(0x22a),'rYXiR':function(_0x19a632,_0x5853ab){return _0x19a632===_0x5853ab;},'igdlj':_0x1ca577(0x21e),'eIwXs':_0x1ca577(0x214),'ugbOS':_0x1ca577(0x309),'yJPaO':_0x1ca577(0x187),'ItciK':_0x1ca577(0x297),'NQXIQ':'test_run_id','XopEf':_0x1ca577(0x1b4),'qfFFQ':'No\x20summaryResults\x20found.'};try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x1ca577(0x331)](_0x181601[_0x1ca577(0x17e)]),{};const _0x2a476d=_0x181601[_0x1ca577(0x2cc)](require,_0x181601[_0x1ca577(0x195)]),_0x3f5b02=_0x2a476d['getTestFrameworkDetail'](),_0x558252=_0x181601[_0x1ca577(0x2a8)](_0x3f5b02?.[_0x1ca577(0x307)]?.[_0x1ca577(0x280)](),_0x181601[_0x1ca577(0x1be)]);let _0x420422='',_0x5d86b8=null,_0x3a52ee=null;if(_0x558252){_0x5d86b8=global[_0x1ca577(0x263)]||global[_0x1ca577(0x1b7)]?.[_0x1ca577(0x1ae)]?.[_0x1ca577(0x192)]||global['__workerDetails']?.[_0x1ca577(0x1ae)]?.['id'];if(!_0x5d86b8)return logger[_0x1ca577(0x331)](_0x181601[_0x1ca577(0x1a5)]),{};try{const _0x3a16d4=await GrpcClient['getInstance']()[_0x1ca577(0x1cc)](process['env'][_0x1ca577(0x304)],_0x181601['ugbOS'],_0x181601[_0x1ca577(0x322)],_0x5d86b8),_0x1664be=AccessibilityModule[_0x1ca577(0x18d)](null,_0x3a16d4);_0x420422=_0x1664be?.[_0x1ca577(0x22f)]||'',logger[_0x1ca577(0x30b)](_0x1ca577(0x227)+_0x420422+_0x1ca577(0x220)+_0x5d86b8);const _0x1fe439=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x181601[_0x1ca577(0x322)],_0x420422,_0x5d86b8),_0x471d36=this[_0x1ca577(0x332)](_0x181601[_0x1ca577(0x1d8)])||this[_0x1ca577(0x1bf)][this[_0x1ca577(0x27d)]]||null,_0x31952f=process[_0x1ca577(0x18e)][_0x1ca577(0x293)]||'',_0x5714b2=this['getParamsForScanForCli'](_0x181601['ItciK'],_0x420422,_0x471d36,_0x31952f);_0x3a52ee=_0x2a476d[_0x1ca577(0x29a)](_0x5714b2,_0x1fe439),logger[_0x1ca577(0x30b)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0x3a52ee));}catch(_0x750db2){return logger[_0x1ca577(0x15f)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x750db2[_0x1ca577(0x1c7)]),{};}}else{_0x420422=this[_0x1ca577(0x332)](_0x181601[_0x1ca577(0x2a3)])||'';!_0x420422&&this[_0x1ca577(0x1c2)]()&&(_0x420422=accessibilityHelper[_0x1ca577(0x1bd)]());const _0x521877=this[_0x1ca577(0x332)](_0x181601['yJPaO'])||this[_0x1ca577(0x1bf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x1d8025=process[_0x1ca577(0x18e)][_0x1ca577(0x293)]||'';_0x3a52ee=this[_0x1ca577(0x1e8)](_0x181601[_0x1ca577(0x337)],_0x420422,_0x521877,_0x1d8025);}logger[_0x1ca577(0x30b)](_0x181601['XopEf']),await PerformanceTester[_0x1ca577(0x1ed)](PerformanceA11yEvents[_0x1ca577(0x188)],async()=>{const _0xb17ec3=_0x1ca577,_0x4393bb=await this['executeScriptByName'](_0xfcfd55,_0x181601['HVDwp'],_0x3a52ee);logger[_0xb17ec3(0x30b)](_0xb17ec3(0x252)+util['format'](_0x4393bb));},{'command':_0x181601['ItciK']})();const _0xbf2d84=await PerformanceTester[_0x1ca577(0x1ed)](PerformanceA11yEvents[_0x1ca577(0x260)],async()=>{const _0x21fee6=_0x1ca577;return await this[_0x21fee6(0x33e)](_0xfcfd55,_0x181601[_0x21fee6(0x322)],_0x3a52ee);})();if(!_0xbf2d84)return logger['debug'](_0x181601[_0x1ca577(0x1c3)]),{};return _0xbf2d84;}catch(_0x38d8e8){return logger[_0x1ca577(0x15f)](_0x1ca577(0x273)+(_0x38d8e8[_0x1ca577(0x310)]||_0x38d8e8[_0x1ca577(0x1c7)])),{};}}async[a90_0x2d5ab2(0x161)](_0x101fc4,_0x4520a2,_0x2554f6=null){const _0x48b920=a90_0x2d5ab2,_0x3aed03={};_0x3aed03[_0x48b920(0x27f)]=_0x48b920(0x1c4),_0x3aed03[_0x48b920(0x2ec)]='performPageScan:\x20Script\x20is\x20null',_0x3aed03[_0x48b920(0x2ea)]=_0x48b920(0x1f7);const _0x22b076=_0x3aed03;try{if(!_0x101fc4)return logger['debug'](_0x22b076[_0x48b920(0x27f)]),null;if(!_0x4520a2)return logger['debug'](_0x22b076[_0x48b920(0x2ec)]),null;logger[_0x48b920(0x30b)](_0x22b076['KIcBt']);const _0x71fb83=_0x2554f6?await _0x101fc4[_0x48b920(0x1b6)](_0x4520a2,_0x2554f6):await _0x101fc4[_0x48b920(0x1b6)](_0x4520a2);return _0x71fb83;}catch(_0x5b6069){return logger[_0x48b920(0x15f)]('Error\x20in\x20performPageScan:\x20'+(_0x5b6069['stack']||_0x5b6069['message'])),null;}}static['loadDriverExecuteParams'](_0x19d1fe,_0x4aaa28){const _0x38b8b6=a90_0x2d5ab2,_0xa89b50={};_0xa89b50['FqePz']=_0x38b8b6(0x28f);const _0xd6e85d=_0xa89b50,_0x3cffae={};_0x3cffae[_0x38b8b6(0x22f)]=_0x19d1fe;const _0x2f3846=_0x3cffae;let _0x318830={};if(_0x4aaa28[_0x38b8b6(0x2eb)]()&&_0x4aaa28[_0x38b8b6(0x168)]())try{_0x318830=JSON['parse'](new Buffer(_0x4aaa28[_0x38b8b6(0x22b)]())[_0x38b8b6(0x21a)](_0xd6e85d['FqePz']));}catch(_0x3066ab){logger[_0x38b8b6(0x15f)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x3066ab[_0x38b8b6(0x1c7)]),_0x318830={};}return CLIUtils[_0x38b8b6(0x29a)](_0x2f3846,_0x318830);}static async[a90_0x2d5ab2(0x281)](_0x3f0c36,_0x52f8fd='',_0x46546d=null){const _0xab5a6d=a90_0x2d5ab2,_0x48e751={};_0x48e751[_0xab5a6d(0x169)]=_0xab5a6d(0x29b),_0x48e751[_0xab5a6d(0x2cb)]='accessibility';const _0x2aa3f1=_0x48e751;try{if(!_0x46546d&&AccessibilityModule[_0xab5a6d(0x2a5)])return AccessibilityModule[_0xab5a6d(0x1fd)];if(!process[_0xab5a6d(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger['error'](_0x2aa3f1['ITaFs']),{};const _0x89a5fe=await GrpcClient[_0xab5a6d(0x21b)]()[_0xab5a6d(0x1cc)](process[_0xab5a6d(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2aa3f1[_0xab5a6d(0x2cb)],_0x3f0c36,_0x46546d),_0x33c525=_0x46546d?AccessibilityModule[_0xab5a6d(0x18d)](null,_0x89a5fe)?.[_0xab5a6d(0x22f)]||_0x52f8fd:_0x52f8fd,_0x4f593a=AccessibilityModule['loadDriverExecuteParams'](_0x33c525,_0x89a5fe);return!_0x46546d&&(AccessibilityModule[_0xab5a6d(0x1fd)]=_0x4f593a,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4f593a;}catch(_0x2065bb){return logger[_0xab5a6d(0x15f)](_0xab5a6d(0x333)+_0x3f0c36+':\x20'+(_0x2065bb[_0xab5a6d(0x310)]||_0x2065bb[_0xab5a6d(0x1c7)])),{};}}};module[a90_0x2d5ab2(0x1cb)]=AccessibilityModule;function a90_0x5881(){const _0x55430e=['getResults','--headless=','ForgK','../framework/testFramework','keys','getParamsForScanForCli','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','onBeforeTest','FcSKr','JMinF','measureWrapper','performScanForCli','MergedScanArgs:\x20','kRvvM','uPhdv','\x20using\x20script:\x20','getScriptByName','setAccessibilityConfig','IVImh','sqClZ','Executing\x20accessibility\x20script\x20on\x20page','YoaBI','wmKym','requiresChromeOptionsValidation','registerObserver','yPpZu','_centralAuthA11yConfig','getBuildId','isAppAccessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20',',\x20available\x20commands:\x20','Sxfav','loadAccessibilityConfig','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','chromeOptions','goog:chromeOptions','QiksW','UXRRM','ADFRm',']\x20isEnabledTestcase\x20(cucumber)\x20result=','Error\x20in\x20performScanForCli\x20for\x20script\x20',',\x20tags=','KEY_TEST_NAME','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','getPlatformIndex','../../playwright/accessibility-helper','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','isBrowserstackScriptCommand',',\x20testIdentifier=','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','TZqWl','wcagVersion','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','GtzLS','isArray','toString','getInstance','isEnabled','setAccessibilityToken','jest',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','\x20from\x20testIdentifier=','getScript','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','stopTestCapture','3120096sYyjni','../grpcClient','AgxpX','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','Error\x20in\x20processAccessibilityCaps:\x20','zqUlx','../cliUtils','getAccessibilityExecuteParams','FWDvW','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','performScanForCli:\x20No\x20','thTestRunUuid','bind','commandName','trBbA','Unknown\x20Test','getData','BEZJv','null','kADYl','page','getValue','accessibilityPlatform','getBrowserDisplayName','get','MoAKO','LOG_DISABLED_SHOWN','WThtS','Rosfx','getName','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','cucumber','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','isAccessibilityScriptCommand','MdVTl','sOKFV','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','\x22browserstack.key\x22:\x22[REDACTED]\x22','../TestInfo.js','../../../helpers/helper','applySendMessageToServerPatch','KEY_INIT','\x20->\x20','getAllData','getOptions','updateData','Scan\x20result:\x20','lPeHY','../../../helpers/accessibility-automation/scripts','OBSuX','start','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','lUgYg','dZdOh','CREATE','41018aZVhab','pzStM','Mnahk',',\x20\x0a\x20','parse','GET_RESULTS_SUMMARY','BOytc','toJson','__jestCurrentTestIdentifier','OOgPk','test_tags','join','getTestUUID','browser_version','../../../helpers/classLogger','skipCDPConnectOverride','TtpPt','testFramework','itdva','getMinVersionForBrowser','performScan','oABzl','askoV','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Error\x20in\x20getAccessibilityResultsSummary:\x20','isPlatformSupported','pwPage','string','YyClV','ULuBS','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','ehxGK','Page\x20','Error\x20executing\x20script\x20','KEY_TESTHUB_BUILD_ID','isPlatformSupported:\x20caps\x20are\x20null','ZZZcw','toLowerCase','fetchCentralAuthA11yConfig','getGoogleChromeOptions','chrome','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','KrfMz','\x20browser\x20version\x20','version','UwMap','KEY_DRIVER_HAS_URL','Context','includeTagsInTestingScope','onBeforeExecute:\x20command=','XeOXe','is_mobile_session','ascii','patchSendMessageToServer','HVeyU','xArIy','BROWSERSTACK_TESTHUB_JWT','test-tags-->\x20','wmNOI','HtWSR','getAccessibilityResultsSummary','toObject','RQZrd','mergeObject','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','YIrOy','getCurrentAccessibilityStatus','zspBn','../../utils/playwright-patcher','TrackedInstance','SJzjn','command','NQXIQ','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','_centralAuthConfigFetched','348172zLLshQ','fLmfm','rYXiR','../../../helpers/accessibility-automation/constants','../../../helpers/performance/performance-tester.js','NpiIG',',\x20excludeTags=','../framework/constants/testFrameworkConstants.js','YfiSR','PjvJX','TEST_INIT','mGutf','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','isEnabledTestcase','\x20script\x20available\x20in\x20scriptsList','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','headless','FDbpQ','RAAgM','aATFp','aKJRT','tGhHM','titlePath','BCQZx','AaDuq','kKzGD','size','platformCaps','935718eWDHwc','47Ngachy','uPqVj','[platform\x20-\x20','MOBILE_SCANNING_DISABLED_WARNING','wFuOH','wNtzo','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','jOOoU','hFTXI','SmQBF','vbovV','capabilities','hUEsg','isMobilePlatform','assign','hFLSz','Rokbp','QfUfN','VvYyi','true','Gtbwb','NON_BROWSERSTACK_AUTOMATION_SESSIONS','info','testFrameworkData','[AccessibilityModule]\x20onAfterTest:\x20framework=','Accessibility\x20data\x20for\x20extension:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','OOwnb','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','hPnnK','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','gxvVM','KAdmH','browserstack.accessibilityOptions.scannerProcessingTimeout','tCmQD','cbMSd','function','gnHmQ','KIcBt','getSuccess','JzRrK','pzjdw','NHrwQ','capabilitiesList','SByTA','flTGG','toISOString','getContext','SDK_ACCESSIBILITY_CONFIG','vsLCZ','getTestId','\x20script\x20available','scannerVersion','20212912dKxkEu','ZAuAg','IriLB','set','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','CDCbl','unknown','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','split','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','TUYxn','BROWSERSTACK_CLI_BIN_SESSION_ID','HYAAb','Fewpg','name','browserName','accessibility','jfsqE','debug','platformValidation','some','PRE',',\x20isAppAccessibility=','stack','Error\x20in\x20initAccessibilityConfig:\x20',']\x20should\x20run\x20accessibility\x20value=','scannerProcessingTimeout','XZNdF','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','saveResults','OATsM','shouldScanCurrentTest','isAccessibilityAutomationSession','tyVUz','browserVersion','KKSjs','validatePlatformForAccessibility','jfXqZ',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20getAccessibilityResults:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','acOTS','ZTcKW','../../../helpers/accessibility-automation/helper',']\x20onAfterTest\x20should\x20scan=',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','map','getTestDetails','DRIVER_HAS_URL','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','wqyyB','testInfo','zpSas','SLzMt','find','isMobileScanningEnabledForGroup','warn','getCapabilityValue','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','browserStackEvaluate','mMKEh','saWTi','ItciK','end','parseFromProto','delete','POST','ejQrm','finishScanningForCli','executeScriptByName',',\x20includeTags=','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Executing\x20','XeMGb','Exception\x20in\x20isPlatformSupported:\x20','__accessibilityOptions','PImQT','LVIvk','MODULE_NAME','../../../helpers/performance/constants.js','value','error','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','performPageScan','onAfterTest','\x20result\x20for\x20','isBrowserSupportedForAccessibility','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','aaQkr','Error\x20checking\x20headless\x20capability:\x20','hasAccessibilityExecuteParams','ITaFs','FDNcx','executeScriptByName:\x20No\x20','DRIVER_INIT','TVbzw','SkTse','getCapabilitiesList','ZDIkG','DADmx','UklPd','length','instance','args','getAccessibility','nsPJE','ixqjI','android','LZNGD','EMLvj','on\x20non-BrowserStack\x20infrastructure\x20','oJzeT','yNQLP','getModuleName','getCurrentInstanceName','browserstack.accessibilityOptions.scannerVersion','cutdR','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','yAjNm','Error\x20getting\x20script\x20by\x20name\x20','options','testhub_build_uuid','PERFORM_SCAN','setShouldScan','gcusi','mXDqs','XUqZY','loadDriverExecuteParams','env','xmBdd','xVcPl','./baseModule','testAnalyticsId','--headless=new','isVersionSupported','xmKku','UqVHq','setShouldScanCurrentTest','ZfHov','pGbRL','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','2790102lVVwsj','mfKnJ','\x22browserstack.user\x22:\x22[REDACTED]\x22','pCEMf','onBeforeExecute','startsWith','BS_A11Y_JWT','AetOK','onBeforeExecute:\x20Command\x20','getTesthub','eIwXs','505315flbueO','\x20env=','processAccessibilityCaps','Error\x20in\x20stopTestCapture:\x20','FUHbs','\x20a11yToken=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','shouldScanForCommand','currentTest','rxcST','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','stringify','IAGha','NRPCL','Performing\x20scan\x20before\x20getting\x20results\x20summary','RCTYD','evaluate','__workerDetails','launchCaps','_mobileScanningDisabledLogged','_sendMessageServerPatchApplied','GlWQj','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','resolveMobileThTestRunUuid','igdlj','accessibilityConfig','scan','a11y:save-results','isMobileWebSession','qfFFQ','performPageScan:\x20Page\x20is\x20null','browser','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','message','gPUYp','yVDuD',']\x20Accessibility\x20configuration\x20initialized\x20successfully','exports','fetchDriverExecuteParamsEvent','ybLyf','setLogDisabledShown','excludeTagsInTestingScope','shouldScanForCommand:\x20','GwJDx',',\x20testName=','initAccessibilityConfig','Ovkio','QUIT','vEgWB','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','yJPaO','Error\x20applying\x20sendMessageToServer\x20patch:\x20','MQjHa','replace','CpuKs','getTrackedInstance','platformName','includes','has','\x20accessibility\x20script\x20on\x20page','format'];a90_0x5881=function(){return _0x55430e;};return a90_0x5881();}
|
|
1
|
+
const a90_0xf28d3b=a90_0x4901;(function(_0x416a59,_0x8ed26){const _0xc0c457=a90_0x4901,_0x346b83=_0x416a59();while(!![]){try{const _0x1e6631=-parseInt(_0xc0c457(0x26c))/0x1*(-parseInt(_0xc0c457(0x2cd))/0x2)+-parseInt(_0xc0c457(0x1b6))/0x3*(parseInt(_0xc0c457(0x2e3))/0x4)+-parseInt(_0xc0c457(0x2fd))/0x5+-parseInt(_0xc0c457(0x16f))/0x6*(-parseInt(_0xc0c457(0x191))/0x7)+parseInt(_0xc0c457(0x12c))/0x8*(parseInt(_0xc0c457(0x235))/0x9)+-parseInt(_0xc0c457(0x2fe))/0xa*(-parseInt(_0xc0c457(0x299))/0xb)+-parseInt(_0xc0c457(0x1e7))/0xc;if(_0x1e6631===_0x8ed26)break;else _0x346b83['push'](_0x346b83['shift']());}catch(_0x44ed9b){_0x346b83['push'](_0x346b83['shift']());}}}(a90_0x2899,0xeaef9));const BaseModule=require(a90_0xf28d3b(0x1cc)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a90_0xf28d3b(0x1f8)),AutomationFramework=require(a90_0xf28d3b(0x26a)),TestFramework=require(a90_0xf28d3b(0x20d)),AutomationFrameworkState=require(a90_0xf28d3b(0x195)),HookState=require(a90_0xf28d3b(0x130)),GrpcClient=require(a90_0xf28d3b(0x157)),scripts=require(a90_0xf28d3b(0x293)),logger=createClassLogger(a90_0xf28d3b(0x1fa)),PerformanceTester=require(a90_0xf28d3b(0x2eb)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0xf28d3b(0x19c)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require(a90_0xf28d3b(0x29b)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0xf28d3b(0x1d5)];static [a90_0xf28d3b(0x24d)]=![];static ['_centralAuthA11yConfig']={};constructor(_0xac5774){const _0x41b7af=a90_0xf28d3b,_0x205c93={};_0x205c93['vZUob']=_0x41b7af(0x291),_0x205c93[_0x41b7af(0x28d)]=_0x41b7af(0x1a4),_0x205c93['CYLSC']=_0x41b7af(0x14b),_0x205c93[_0x41b7af(0x1b0)]='DRIVER_HAS_URL',_0x205c93[_0x41b7af(0x199)]=_0x41b7af(0x17b);const _0x4af2ce=_0x205c93,_0x3c814b=_0x4af2ce[_0x41b7af(0x14a)]['split']('|');let _0x22fc7d=0x0;while(!![]){switch(_0x3c814b[_0x22fc7d++]){case'0':this[_0x41b7af(0x277)]=![];continue;case'1':logger[_0x41b7af(0x1bb)](_0x4af2ce[_0x41b7af(0x28d)]);continue;case'2':this['LOG_DISABLED_SHOWN']=new Map();continue;case'3':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x41b7af(0x1ea)],HookState[_0x41b7af(0x1c4)],this['onBeforeTest']['bind'](this));continue;case'4':this[_0x41b7af(0x22f)]=_0xac5774['toObject']();continue;case'5':this['KEY_TESTHUB_BUILD_ID']=_0x4af2ce[_0x41b7af(0x12a)];continue;case'6':this['setAccessibilityToken'](_0xac5774[_0x41b7af(0x238)]()['getCapabilitiesList']());continue;case'7':this['isEnabled']=!![];continue;case'8':super();continue;case'9':AutomationFramework[_0x41b7af(0x262)](AutomationFrameworkState[_0x41b7af(0x2a5)],HookState[_0x41b7af(0x1ca)],this[_0x41b7af(0x2d7)]['bind'](this));continue;case'10':this[_0x41b7af(0x128)]=[];continue;case'11':this['_mobileScanningDisabledLogged']=![];continue;case'12':this['KEY_DRIVER_HAS_URL']=_0x4af2ce[_0x41b7af(0x1b0)];continue;case'13':this[_0x41b7af(0x135)]=new Map();continue;case'14':AutomationFramework[_0x41b7af(0x262)](AutomationFrameworkState[_0x41b7af(0x178)],HookState[_0x41b7af(0x1ca)],this[_0x41b7af(0x2db)]['bind'](this));continue;case'15':this[_0x41b7af(0x177)]=_0x4af2ce[_0x41b7af(0x199)];continue;case'16':this[_0x41b7af(0x304)]=![];continue;}break;}}[a90_0xf28d3b(0x171)](){const _0x212d61=a90_0xf28d3b;return this[_0x212d61(0x171)];}[a90_0xf28d3b(0x2e4)](){const _0xc95705=a90_0xf28d3b;return AccessibilityModule[_0xc95705(0x210)];}[a90_0xf28d3b(0x1ae)](){const _0x3d93cc=a90_0xf28d3b;return this[_0x3d93cc(0x135)]['get'](CLIUtils[_0x3d93cc(0x26b)](),![]);}[a90_0xf28d3b(0x22e)](){const _0x493c6f=a90_0xf28d3b;return this[_0x493c6f(0x2bb)][_0x493c6f(0x25b)](CLIUtils[_0x493c6f(0x26b)](),![]);}[a90_0xf28d3b(0x212)](_0x5f2d88){const _0x49db45=a90_0xf28d3b;this[_0x49db45(0x2bb)]['set'](CLIUtils[_0x49db45(0x26b)](),_0x5f2d88);}[a90_0xf28d3b(0x163)](){const _0x12972c=a90_0xf28d3b,_0x40d009={'zuUHE':_0x12972c(0x2c4),'HcJIR':function(_0x221f54,_0x17c53c){return _0x221f54(_0x17c53c);},'CGecf':_0x12972c(0x13a),'bFOdc':_0x12972c(0x1a2),'ejxjf':_0x12972c(0x172)};if(this[_0x12972c(0x277)]){logger[_0x12972c(0x1bb)](_0x40d009[_0x12972c(0x2f8)]);return;}try{const _0x24178d=_0x40d009['HcJIR'](require,_0x40d009['CGecf']);_0x24178d&&_0x24178d[_0x12972c(0x167)]?(_0x24178d[_0x12972c(0x167)](),this[_0x12972c(0x277)]=!![],logger[_0x12972c(0x1bb)](_0x40d009[_0x12972c(0x246)])):logger['debug'](_0x40d009[_0x12972c(0x166)]);}catch(_0x1c5859){logger[_0x12972c(0x1bb)](_0x12972c(0x223)+util[_0x12972c(0x2c6)](_0x1c5859));}}[a90_0xf28d3b(0x1c7)](_0x2fd85e=null,_0x5cefb3=null,_0x517352=null){const _0x275823=a90_0xf28d3b,_0x477afb={'uwoql':function(_0x1940f3,_0x28fa67){return _0x1940f3&&_0x28fa67;},'IREkk':_0x275823(0x183),'GxOyt':function(_0x145b3b,_0x3e18d2){return _0x145b3b(_0x3e18d2);},'JRRLE':'../../../helpers/helper','CKfUu':_0x275823(0x207),'poUpD':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','JIGyw':function(_0x2be7b6,_0x880b2b){return _0x2be7b6===_0x880b2b;},'VxDaR':_0x275823(0x182),'pZNsE':_0x275823(0x24b),'XgNaj':_0x275823(0x1b3),'zhzgi':_0x275823(0x248),'uOHNl':function(_0x262cdb,_0x564d9d){return _0x262cdb!==_0x564d9d;},'wUhXR':'latest','WOREf':function(_0x262120){return _0x262120();},'IZGBS':'on\x20non-BrowserStack\x20infrastructure\x20','mRmPQ':function(_0x4695e3,_0x16f479){return _0x4695e3>_0x16f479;},'UHthH':function(_0x3becbd,_0x52a543){return _0x3becbd(_0x52a543);},'wEtQG':function(_0x514a50,_0x385296){return _0x514a50(_0x385296);},'GAKPD':_0x275823(0x1dd)};try{if(_0x477afb[_0x275823(0x22a)](!_0x5cefb3,!_0x517352))return logger[_0x275823(0x1bb)](_0x477afb[_0x275823(0x292)]),![];const {isUndefined:_0x8d0ccd,isBrowserstackInfra:_0x30345c}=_0x477afb[_0x275823(0x2a9)](require,_0x477afb['JRRLE']);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x477afb[_0x275823(0x2b5)]),![];const _0x6d1c7e=_0x5cefb3['browserName']||_0x5cefb3[_0x275823(0x140)],_0x5822f8=_0x5cefb3[_0x275823(0x1c3)]||_0x5cefb3[_0x275823(0x181)];if(!accessibilityHelper[_0x275823(0x149)](_0x6d1c7e))return logger['warn'](_0x477afb[_0x275823(0x1bd)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x6d1c7e))try{const _0x2a4602=_0x5cefb3[_0x275823(0x1f0)],_0x22ed21=_0x477afb['JIGyw'](_0x2a4602,!![])||_0x477afb[_0x275823(0x244)](_0x2a4602,_0x477afb['VxDaR'])||_0x477afb[_0x275823(0x244)](typeof _0x2a4602,_0x477afb[_0x275823(0x267)])&&_0x477afb[_0x275823(0x244)](_0x2a4602[_0x275823(0x243)](),_0x477afb[_0x275823(0x245)]);if(_0x22ed21)return logger[_0x275823(0x1e3)](_0x477afb[_0x275823(0x1de)]),![];const _0x303917=_0x5cefb3?.[_0x275823(0x232)]?.['args']||_0x5cefb3?.[_0x477afb[_0x275823(0x29d)]]?.['args']||[];if(Array[_0x275823(0x2bd)](_0x303917)&&_0x303917[_0x275823(0x250)](_0x330966=>typeof _0x330966===_0x275823(0x24b)&&(_0x330966==='--headless'||_0x330966[_0x275823(0x26f)](_0x275823(0x257))&&_0x330966!==_0x275823(0x170))))return logger[_0x275823(0x1e3)](_0x477afb['XgNaj']),![];}catch(_0x1169e6){logger['debug']('Error\x20checking\x20headless\x20capability:\x20'+util[_0x275823(0x2c6)](_0x1169e6));}if(_0x477afb[_0x275823(0x1df)](_0x5822f8,_0x477afb[_0x275823(0x123)])){const _0x3a4963=_0x477afb[_0x275823(0x252)](_0x30345c),_0x1c65c0=accessibilityHelper[_0x275823(0x132)](_0x6d1c7e,_0x3a4963),_0x3a6100=accessibilityHelper[_0x275823(0x209)](_0x6d1c7e);if(!accessibilityHelper[_0x275823(0x155)](_0x5822f8,_0x1c65c0)){const _0xcd729b=_0x3a4963?'':_0x477afb[_0x275823(0x125)];return logger[_0x275823(0x1e3)](_0x275823(0x2ee)+_0x3a6100+'\x20browser\x20version\x20'+_0x1c65c0+_0x275823(0x255)+_0xcd729b+'.'),![];}}else{const _0xaa129d=_0x5cefb3['browserVersion']||_0x5cefb3[_0x275823(0x181)]||_0x5cefb3[_0x275823(0x16b)];if(_0xaa129d&&_0x477afb[_0x275823(0x1df)](_0xaa129d,_0x477afb[_0x275823(0x123)])&&!_0x477afb[_0x275823(0x24c)](_0x477afb[_0x275823(0x2a1)](parseFloat,_0xaa129d),_0x477afb[_0x275823(0x2be)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x477afb[_0x275823(0x173)]),![];}return!![];}catch(_0x5b3156){return logger['debug'](_0x275823(0x29f)+_0x5b3156[_0x275823(0x16c)]),![];}}[a90_0xf28d3b(0x301)](_0x5ba616=[],_0x3fd422,_0x2afeb3=a90_0xf28d3b(0x184)){const _0x2fecbf=a90_0xf28d3b,_0x35e1f3={'weLLN':function(_0x173d69,_0x2bce09){return _0x173d69===_0x2bce09;},'AtmxP':_0x2fecbf(0x296),'WZkxh':function(_0x114e7b,_0x3ad005){return _0x114e7b||_0x3ad005;},'vZPsP':function(_0x34fba5,_0x264092){return _0x34fba5===_0x264092;},'zxvBW':function(_0x450649,_0x4f975e){return _0x450649&&_0x4f975e;},'Trbpq':_0x2fecbf(0x2a3),'FElfg':function(_0x1d8cac,_0x218aec){return _0x1d8cac(_0x218aec);},'ravrz':function(_0x3afcfd,_0x456227){return _0x3afcfd>_0x456227;}};try{const _0x2e4c11=process['env'][_0x2fecbf(0x20f)]?JSON[_0x2fecbf(0x142)](process[_0x2fecbf(0x2ec)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x2e4c11)return!![];const _0x31ba18=Array[_0x2fecbf(0x2bd)](_0x2e4c11[_0x2fecbf(0x234)])?_0x2e4c11['includeTagsInTestingScope']:[],_0x37beb2=Array[_0x2fecbf(0x2bd)](_0x2e4c11[_0x2fecbf(0x24a)])?_0x2e4c11[_0x2fecbf(0x24a)]:[];if(_0x35e1f3[_0x2fecbf(0x134)](_0x2afeb3,_0x35e1f3[_0x2fecbf(0x148)])){let _0x3eac2b;Array[_0x2fecbf(0x2bd)](_0x5ba616)?_0x3eac2b=_0x5ba616[_0x2fecbf(0x13e)]('\x20'):_0x3eac2b=_0x35e1f3['WZkxh'](_0x5ba616,'');const _0x3a5d9e=_0x37beb2[_0x2fecbf(0x250)](_0x4536d1=>_0x3eac2b['includes'](_0x4536d1)),_0x2c9ef4=_0x35e1f3[_0x2fecbf(0x2d8)](_0x31ba18['length'],0x0)||_0x31ba18[_0x2fecbf(0x250)](_0x471a94=>_0x3eac2b[_0x2fecbf(0x1d8)](_0x471a94)),_0x4d9064=_0x35e1f3[_0x2fecbf(0x120)](!_0x3a5d9e,_0x2c9ef4);return logger['debug'](_0x2fecbf(0x1f6)+(_0x3fd422?.[_0x2fecbf(0x2d5)]?.()||_0x35e1f3[_0x2fecbf(0x29e)])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x4d9064+_0x2fecbf(0x27c)+_0x3eac2b+_0x2fecbf(0x18a)+JSON['stringify'](_0x31ba18)+_0x2fecbf(0x2b3)+JSON[_0x2fecbf(0x225)](_0x37beb2)),_0x4d9064;}const _0x5d8e19=Array['isArray'](_0x5ba616)?_0x5ba616:[];let _0x107c62=![],_0x2c1f39=_0x35e1f3['weLLN'](_0x31ba18[_0x2fecbf(0x2f4)],0x0);const _0x830688=_0x43ad7a=>typeof _0x43ad7a===_0x2fecbf(0x24b)?_0x43ad7a[_0x2fecbf(0x13f)](/^@/,'')[_0x2fecbf(0x243)]()[_0x2fecbf(0x12b)]():_0x43ad7a,_0x1de7a2=new Set(_0x31ba18['map'](_0x830688)),_0x17896f=new Set(_0x37beb2[_0x2fecbf(0x264)](_0x830688));for(const _0xe829de of _0x5d8e19){const _0x532256=_0x35e1f3[_0x2fecbf(0x1d0)](_0x830688,_0xe829de);_0x17896f['has'](_0x532256)&&(_0x107c62=!![]),_0x35e1f3['ravrz'](_0x1de7a2[_0x2fecbf(0x1b1)],0x0)&&_0x1de7a2['has'](_0x532256)&&(_0x2c1f39=!![]);}const _0x5e2c5f=_0x35e1f3[_0x2fecbf(0x120)](_0x2c1f39,!_0x107c62);return logger[_0x2fecbf(0x1bb)](_0x2fecbf(0x1f6)+(_0x3fd422?.['getPlatformIndex']?.()||_0x35e1f3[_0x2fecbf(0x29e)])+_0x2fecbf(0x2f2)+_0x5e2c5f+_0x2fecbf(0x13d)+JSON['stringify'](_0x5d8e19)+_0x2fecbf(0x18a)+JSON['stringify'](_0x31ba18)+',\x20excludeTags='+JSON['stringify'](_0x37beb2)),_0x5e2c5f;}catch(_0x1ff94d){return logger[_0x2fecbf(0x1bb)](_0x2fecbf(0x1f6)+(_0x3fd422?.[_0x2fecbf(0x2d5)]?.()||_0x35e1f3[_0x2fecbf(0x29e)])+_0x2fecbf(0x15b)+_0x1ff94d['message']),![];}}async[a90_0xf28d3b(0x2ff)](_0x4ec8c1){const _0x4f427a=a90_0xf28d3b,_0x1461e1={};_0x1461e1[_0x4f427a(0x161)]=function(_0x1ae673,_0x215200){return _0x1ae673!==_0x215200;},_0x1461e1[_0x4f427a(0x2d2)]=_0x4f427a(0x184),_0x1461e1['fEFpD']=function(_0x144b18,_0x5427bb){return _0x144b18!==_0x5427bb;},_0x1461e1[_0x4f427a(0x18c)]=_0x4f427a(0x296),_0x1461e1[_0x4f427a(0x1a0)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x1461e1[_0x4f427a(0x2ae)]=_0x4f427a(0x1c9),_0x1461e1[_0x4f427a(0x211)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x1461e1[_0x4f427a(0x145)]=_0x4f427a(0x169),_0x1461e1[_0x4f427a(0x13c)]='DRIVER_INIT',_0x1461e1[_0x4f427a(0x16e)]=function(_0x48a8f3,_0x3a8fa8){return _0x48a8f3===_0x3a8fa8;},_0x1461e1['DwDfJ']=function(_0x31359d,_0x1c4fcc){return _0x31359d===_0x1c4fcc;},_0x1461e1[_0x4f427a(0x1a9)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x1461e1[_0x4f427a(0x26d)]=function(_0x5b1fa6,_0x437f30){return _0x5b1fa6===_0x437f30;},_0x1461e1[_0x4f427a(0x236)]=_0x4f427a(0x2e0),_0x1461e1['OyWIr']=function(_0x76f968,_0x19902b){return _0x76f968>_0x19902b;},_0x1461e1[_0x4f427a(0x2c8)]=function(_0x1fd50b,_0x262030){return _0x1fd50b===_0x262030;},_0x1461e1[_0x4f427a(0x28a)]=_0x4f427a(0x164),_0x1461e1[_0x4f427a(0x1ad)]=_0x4f427a(0x1ba),_0x1461e1['pDJXK']=function(_0x28b8aa,_0x3159e6){return _0x28b8aa&&_0x3159e6;},_0x1461e1[_0x4f427a(0x2bc)]='unknown',_0x1461e1['NByqF']=_0x4f427a(0x182);const _0x5f538a=_0x1461e1;if(_0x5f538a['FfyQd'](_0x4ec8c1['testFramework'],_0x5f538a['NYATz'])&&_0x5f538a[_0x4f427a(0x1db)](_0x4ec8c1[_0x4f427a(0x1e4)],_0x5f538a[_0x4f427a(0x18c)])){logger['debug'](_0x5f538a[_0x4f427a(0x1a0)]);return;}try{const _0x50449f=AutomationFramework[_0x4f427a(0x21c)](),_0x17ca2c=TestFramework[_0x4f427a(0x21c)](),_0x47c4da=_0x4ec8c1[_0x4f427a(0x22d)]||global[_0x4f427a(0x23f)]?.[_0x4f427a(0x189)]||null;if(!_0x47c4da){_0x17ca2c&&_0x17ca2c[_0x4f427a(0x1cf)](_0x5f538a[_0x4f427a(0x2ae)],!![]);logger[_0x4f427a(0x1bb)](_0x5f538a['XEJME']);return;}logger[_0x4f427a(0x1bb)](_0x5f538a['bIEoJ']);const _0x44e2ec=_0x17ca2c?.['getData'](_0x5f538a[_0x4f427a(0x13c)],![]),_0x171408=_0x17ca2c?.[_0x4f427a(0x1fe)](_0x5f538a[_0x4f427a(0x2ae)],![]);if(_0x5f538a[_0x4f427a(0x16e)](_0x44e2ec,![])&&_0x5f538a['DwDfJ'](_0x171408,![])){_0x17ca2c&&_0x17ca2c['updateData'](_0x5f538a[_0x4f427a(0x13c)],!![]);logger[_0x4f427a(0x1bb)](_0x5f538a['MeZCm']);return;}_0x17ca2c&&_0x17ca2c['updateData'](_0x5f538a[_0x4f427a(0x2ae)],!![]);let _0x13bc54,_0x3e7fcb;const _0x2c6210=_0x4ec8c1[_0x4f427a(0x1e4)]||_0x5f538a[_0x4f427a(0x2d2)];if(_0x5f538a[_0x4f427a(0x26d)](_0x2c6210,_0x5f538a['NmoqS'])){_0x3e7fcb=_0x4ec8c1[_0x4f427a(0x27f)]?.[_0x4f427a(0x2dd)]||_0x4ec8c1[_0x4f427a(0x27f)]?.['id']||global[_0x4f427a(0x1ab)]||global['__workerDetails']?.[_0x4f427a(0x17a)]?.[_0x4f427a(0x2dd)]||global[_0x4f427a(0x23f)]?.['currentTest']?.['id'];const _0x1b5e8e=_0x17ca2c?.['getAllData']()?.[_0x4f427a(0x25b)](_0x3e7fcb);if(_0x1b5e8e&&_0x1b5e8e[TestFrameworkConstants['KEY_TEST_NAME']])_0x13bc54=_0x1b5e8e[TestFrameworkConstants[_0x4f427a(0x1f5)]];else{if(_0x4ec8c1['testInfo']?.[_0x4f427a(0x1aa)])_0x13bc54=_0x4ec8c1[_0x4f427a(0x27f)][_0x4f427a(0x1aa)];else global[_0x4f427a(0x23f)]?.[_0x4f427a(0x17a)]?.[_0x4f427a(0x27f)]?.[_0x4f427a(0x1aa)]?_0x13bc54=global[_0x4f427a(0x23f)][_0x4f427a(0x17a)][_0x4f427a(0x27f)][_0x4f427a(0x1aa)]:_0x13bc54=_0x5f538a[_0x4f427a(0x236)];}logger['debug'](_0x4f427a(0x282)+_0x3e7fcb+_0x4f427a(0x27c)+JSON[_0x4f427a(0x225)](_0x13bc54));}else{_0x3e7fcb=this[_0x4f427a(0x2ba)](_0x4ec8c1);const _0x55847f=TestInfo['getTestDetails'](_0x3e7fcb);let _0x43e5bf=[];if(_0x55847f&&Array['isArray'](_0x55847f[_0x4f427a(0x1ba)])&&_0x5f538a[_0x4f427a(0x221)](_0x55847f['test_tags'][_0x4f427a(0x2f4)],0x0))_0x43e5bf=_0x55847f[_0x4f427a(0x1ba)];else{if(_0x17ca2c){const _0x8cf5c7=_0x5f538a[_0x4f427a(0x2c8)](typeof _0x17ca2c[_0x4f427a(0x1fe)],_0x5f538a[_0x4f427a(0x28a)])?_0x17ca2c[_0x4f427a(0x1fe)](_0x5f538a[_0x4f427a(0x1ad)],[]):_0x17ca2c[_0x4f427a(0x1ba)]||[];Array[_0x4f427a(0x2bd)](_0x8cf5c7)&&(_0x43e5bf=_0x8cf5c7);}}_0x13bc54=_0x43e5bf;}logger[_0x4f427a(0x253)](_0x4f427a(0x18f)+JSON[_0x4f427a(0x225)](_0x13bc54));const _0x48337=this[_0x4f427a(0x1c7)](_0x50449f,_0x4ec8c1[_0x4f427a(0x269)],_0x4ec8c1[_0x4f427a(0x1cb)]);logger[_0x4f427a(0x1bb)](_0x4f427a(0x297)+_0x48337+',\x20isAppAccessibility='+this['isAppAccessibility']);const _0x284c45=this[_0x4f427a(0x301)](_0x13bc54,_0x50449f,_0x2c6210),_0x26e6bd=_0x5f538a[_0x4f427a(0x287)](_0x48337,_0x284c45),_0x5c47b5=CLIUtils[_0x4f427a(0x26b)]();this['accessibility'][_0x4f427a(0x176)](_0x5c47b5,_0x26e6bd),global[_0x4f427a(0x300)]?.['getContext']&&global['Context']['getContext']()[_0x4f427a(0x15e)](_0x26e6bd),logger[_0x4f427a(0x1bb)]('[platform\x20-\x20'+(_0x50449f?.['getPlatformIndex']?.()||_0x5f538a[_0x4f427a(0x2bc)])+_0x4f427a(0x2c3)+_0x26e6bd),_0x26e6bd?(global[_0x4f427a(0x29c)]=!![],process[_0x4f427a(0x2ec)][_0x4f427a(0x23a)]=_0x5f538a[_0x4f427a(0x1a5)],this[_0x4f427a(0x163)]()):global[_0x4f427a(0x29c)]=![];}catch(_0x4f5a43){logger[_0x4f427a(0x21a)](_0x4f427a(0x1b9)+(_0x4f5a43[_0x4f427a(0x2b2)]||_0x4f5a43[_0x4f427a(0x16c)]));const _0x2bf2c5=CLIUtils[_0x4f427a(0x26b)]();this[_0x4f427a(0x135)][_0x4f427a(0x176)](_0x2bf2c5,![]),global[_0x4f427a(0x29c)]=![];}}[a90_0xf28d3b(0x1ed)](){const _0x590131=a90_0xf28d3b;return this[_0x590131(0x128)]['find'](_0x55794b=>_0x55794b['getName']()===_0x590131(0x248))?.[_0x590131(0x259)]()||'';}['getCapabilityValue'](_0x472b43){const _0x3593e2=a90_0xf28d3b;try{const _0x4850a1=this[_0x3593e2(0x22f)]?.[_0x3593e2(0x127)]?.[_0x3593e2(0x131)]||[],_0x55f56=_0x4850a1[_0x3593e2(0x25d)](_0xeffcaa=>_0xeffcaa[_0x3593e2(0x1d5)]===_0x472b43);return _0x55f56?_0x55f56['value']:null;}catch(_0x3c3f82){return logger['debug'](_0x3593e2(0x15a)+_0x472b43+':\x20'+_0x3c3f82[_0x3593e2(0x16c)]),null;}}async[a90_0xf28d3b(0x303)](_0x1af76c,_0x5e7df5){const _0x2e9c84=a90_0xf28d3b,_0x515dd8=_0x1af76c['getAccessibility']()['getOptions'](),_0x44cb1a=_0x515dd8[_0x2e9c84(0x2d4)](),_0x1a0516=_0x515dd8[_0x2e9c84(0x2dc)]()?.[_0x2e9c84(0x2da)]();scripts[_0x2e9c84(0x1d3)](_0x44cb1a,_0x1a0516),scripts[_0x2e9c84(0x268)]();const _0x3dbd3e=_0x515dd8[_0x2e9c84(0x224)]();this[_0x2e9c84(0x128)]=_0x515dd8[_0x2e9c84(0x224)](),await this[_0x2e9c84(0x2ed)](_0x3dbd3e,_0x5e7df5['launchCaps']);}async[a90_0xf28d3b(0x2ed)](_0x2de60a,_0x5745ae={}){const _0x1f8a62=a90_0xf28d3b,_0x2f08e9={'mLGcV':function(_0x305cec,_0x42c6c1){return _0x305cec===_0x42c6c1;},'YtthX':_0x1f8a62(0x19e),'cpqwM':'browserstack.accessibilityOptions.authToken','fLhue':function(_0x5c41e5,_0x11762f){return _0x5c41e5(_0x11762f);},'wruWY':_0x1f8a62(0x23e),'LWbrP':function(_0x2fdd67,_0x4b3a1c){return _0x2fdd67(_0x4b3a1c);},'XISFk':_0x1f8a62(0x2b9),'leUCm':'wcagVersion','fEIyp':_0x1f8a62(0x279),'xyKwe':'scannerVersion','dkrGZ':_0x1f8a62(0x228),'Fyodk':function(_0x1269b2,_0x3b38fc){return _0x1269b2===_0x3b38fc;},'TlPHX':_0x1f8a62(0x2e1),'NcknE':'browserstack.accessibilityOptions.scannerProcessingTimeout','zkroW':_0x1f8a62(0x1fb),'FlBYf':function(_0xab2d56,_0x55e3b4){return _0xab2d56(_0x55e3b4);},'ViHWA':function(_0x57adea,_0xdb54a9){return _0x57adea===_0xdb54a9;},'OMKPS':_0x1f8a62(0x182)};global[_0x1f8a62(0x193)]=global['__accessibilityOptions']||{};for(const _0x2460a4 of _0x2de60a){logger[_0x1f8a62(0x253)](_0x1f8a62(0x306)+_0x2460a4[_0x1f8a62(0x286)]()+_0x1f8a62(0x289)+_0x2460a4['getValue']());if(_0x2f08e9[_0x1f8a62(0x1cd)](_0x2460a4[_0x1f8a62(0x286)](),_0x2f08e9[_0x1f8a62(0x1ef)])){const _0x2e4132=_0x2460a4[_0x1f8a62(0x259)]();process['env'][_0x1f8a62(0x1fd)]=_0x2e4132,global[_0x1f8a62(0x193)][_0x2f08e9[_0x1f8a62(0x2df)]]=_0x2e4132;const _0x2b328a=_0x2f08e9['fLhue'](require,_0x2f08e9[_0x1f8a62(0x218)]),{isTrue:_0x37f95e}=_0x2f08e9[_0x1f8a62(0x1c8)](require,_0x2f08e9[_0x1f8a62(0x1fc)]),_0x25a348=_0x2b328a['parseA11yJwtPayload'](_0x2e4132);_0x25a348&&_0x2f08e9[_0x1f8a62(0x14d)](_0x37f95e,_0x25a348[_0x1f8a62(0x25a)])&&(process[_0x1f8a62(0x2ec)][_0x1f8a62(0x1c0)]=!![]);}else{if(_0x2f08e9['mLGcV'](_0x2460a4[_0x1f8a62(0x286)](),_0x2f08e9[_0x1f8a62(0x2cb)]))global[_0x1f8a62(0x193)][_0x2f08e9[_0x1f8a62(0x258)]]=_0x2460a4['getValue']();else{if(_0x2f08e9[_0x1f8a62(0x1cd)](_0x2460a4['getName'](),_0x2f08e9[_0x1f8a62(0x186)]))global[_0x1f8a62(0x193)][_0x2f08e9[_0x1f8a62(0x2bf)]]=_0x2460a4[_0x1f8a62(0x259)]();else{if(_0x2f08e9['Fyodk'](_0x2460a4['getName'](),_0x2f08e9[_0x1f8a62(0x229)]))global['__accessibilityOptions'][_0x2f08e9[_0x1f8a62(0x305)]]=_0x2460a4['getValue']();else{if(_0x2f08e9[_0x1f8a62(0x19a)](_0x2460a4[_0x1f8a62(0x286)](),_0x2f08e9[_0x1f8a62(0x230)])){const _0x113018=_0x2460a4[_0x1f8a62(0x259)]();process[_0x1f8a62(0x2ec)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x2f08e9[_0x1f8a62(0x278)](String,_0x2f08e9['ViHWA'](_0x113018,!![])||_0x2f08e9[_0x1f8a62(0x1a1)](_0x113018,_0x2f08e9[_0x1f8a62(0x22b)])),logger[_0x1f8a62(0x1bb)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x113018+_0x1f8a62(0x2aa)+process[_0x1f8a62(0x2ec)][_0x1f8a62(0x26e)]);}}}}}}}async[a90_0xf28d3b(0x2d7)](_0x5027f1){const _0x5256d5=a90_0xf28d3b,_0x48c021={};_0x48c021['yDhml']=function(_0x46eba2,_0x159584){return _0x46eba2!==_0x159584;},_0x48c021['mmIdl']=_0x5256d5(0x184),_0x48c021['oaxuG']=function(_0x448086,_0x3440c1){return _0x448086!==_0x3440c1;},_0x48c021['AmgUI']=_0x5256d5(0x296),_0x48c021[_0x5256d5(0x242)]=_0x5256d5(0x162),_0x48c021[_0x5256d5(0x2ef)]='unknown';const _0x79abb3=_0x48c021;if(_0x79abb3[_0x5256d5(0x175)](_0x5027f1[_0x5256d5(0x1e4)],_0x79abb3[_0x5256d5(0x150)])&&_0x79abb3['oaxuG'](_0x5027f1[_0x5256d5(0x1e4)],_0x79abb3['AmgUI'])){logger[_0x5256d5(0x1bb)](_0x79abb3['VxLyF']);return;}const _0x2c4f3d=_0x5027f1[_0x5256d5(0x27f)]?.[_0x5256d5(0x2dd)]||_0x5027f1[_0x5256d5(0x27f)]?.['id']||global[_0x5256d5(0x1ab)];logger[_0x5256d5(0x253)](_0x5256d5(0x17c)+_0x5027f1['testFramework']+_0x5256d5(0x1be)+_0x2c4f3d);try{const _0x136504=_0x5027f1[_0x5256d5(0x2d1)]||AutomationFramework[_0x5256d5(0x21c)](),_0x52a85f=CLIUtils[_0x5256d5(0x26b)](),_0x24eeef=this['getCurrentAccessibilityStatus']();logger[_0x5256d5(0x1bb)]('[platform\x20-\x20'+(_0x136504?.[_0x5256d5(0x2d5)]?.()||_0x79abb3[_0x5256d5(0x2ef)])+_0x5256d5(0x1d7)+_0x24eeef),_0x24eeef&&await this[_0x5256d5(0x2ea)](_0x136504,_0x5027f1),this[_0x5256d5(0x135)][_0x5256d5(0x12e)](_0x52a85f),this['LOG_DISABLED_SHOWN'][_0x5256d5(0x12e)](_0x52a85f);}catch(_0x1c369f){logger[_0x5256d5(0x21a)](_0x5256d5(0x2ab)+(_0x1c369f[_0x5256d5(0x2b2)]||_0x1c369f[_0x5256d5(0x16c)]));}}async[a90_0xf28d3b(0x2ea)](_0x3406e1,_0x9e832e){const _0x18f154=a90_0xf28d3b,_0x1b804e={};_0x1b804e['SwhhD']=function(_0x4a0af0,_0x3c799f){return _0x4a0af0===_0x3c799f;},_0x1b804e[_0x18f154(0x1ac)]=_0x18f154(0x164),_0x1b804e[_0x18f154(0x1a7)]=_0x18f154(0x296),_0x1b804e['dbazi']=_0x18f154(0x184),_0x1b804e['dSSAU']=_0x18f154(0x14e),_0x1b804e[_0x18f154(0x21f)]='accessibility',_0x1b804e[_0x18f154(0x240)]='saveResults',_0x1b804e['HuMzI']='unknown',_0x1b804e['gXQAP']=_0x18f154(0x160),_0x1b804e['mYMAO']='null',_0x1b804e[_0x18f154(0x2fa)]=function(_0x554b60,_0x1bd575){return _0x554b60||_0x1bd575;},_0x1b804e[_0x18f154(0x23b)]=function(_0x16e19c,_0x32afa1){return _0x16e19c||_0x32afa1;},_0x1b804e[_0x18f154(0x198)]=function(_0x560ed5,_0x3ffada){return _0x560ed5||_0x3ffada;},_0x1b804e[_0x18f154(0x121)]=_0x18f154(0x1b7),_0x1b804e[_0x18f154(0x1d6)]=_0x18f154(0x1e8),_0x1b804e[_0x18f154(0x1b2)]=_0x18f154(0x13b);const _0x2e2971=_0x1b804e;try{const _0x5e34e6=_0x9e832e[_0x18f154(0x1e4)]||(_0x2e2971[_0x18f154(0x272)](this[_0x18f154(0x1d1)]?.[_0x18f154(0x1d5)]?.[_0x18f154(0x243)](),_0x2e2971[_0x18f154(0x1a7)])?_0x2e2971[_0x18f154(0x1a7)]:_0x2e2971[_0x18f154(0x1a6)]);let _0x469688='',_0xf2b6a4=null,_0x13bdae=null;if(_0x2e2971[_0x18f154(0x272)](_0x5e34e6,_0x2e2971[_0x18f154(0x1a7)])){_0xf2b6a4=_0x9e832e[_0x18f154(0x27f)]?.['testAnalyticsId']||_0x9e832e[_0x18f154(0x27f)]?.['id']||global[_0x18f154(0x1ab)];if(!_0xf2b6a4){logger['warn'](_0x2e2971[_0x18f154(0x15d)]);return;}try{const _0x14cbb7=await GrpcClient[_0x18f154(0x197)]()[_0x18f154(0x24e)](process[_0x18f154(0x2ec)][_0x18f154(0x284)],_0x2e2971['fqtjA'],_0x2e2971[_0x18f154(0x240)],_0xf2b6a4),_0x5050b2=AccessibilityModule[_0x18f154(0x133)](null,_0x14cbb7);_0x469688=_0x5050b2?.[_0x18f154(0x201)]||'',logger[_0x18f154(0x1bb)](_0x18f154(0x19d)+_0x469688+_0x18f154(0x137)+_0xf2b6a4),_0x13bdae=_0x14cbb7;}catch(_0x31af8f){logger[_0x18f154(0x21a)](_0x18f154(0x28c)+_0x31af8f[_0x18f154(0x16c)]);return;}}else{const _0x266a4b=this[_0x18f154(0x2ba)](_0x9e832e);_0x469688=TestInfo['getTestUUID'](_0x266a4b);}const _0x30e249=((()=>{const _0x56e5f2=_0x18f154,_0x2116ce=(this[_0x56e5f2(0x22f)]?.[_0x56e5f2(0x127)]?.[_0x56e5f2(0x131)]||[])[_0x56e5f2(0x25d)](_0x56514e=>(typeof _0x56514e[_0x56e5f2(0x286)]===_0x56e5f2(0x164)?_0x56514e[_0x56e5f2(0x286)]():_0x56514e[_0x56e5f2(0x1d5)])===this[_0x56e5f2(0x1af)]);return _0x2116ce?_0x2e2971['SwhhD'](typeof _0x2116ce[_0x56e5f2(0x259)],_0x2e2971[_0x56e5f2(0x1ac)])?_0x2116ce[_0x56e5f2(0x259)]():_0x2116ce[_0x56e5f2(0x192)]:'';})()),_0x17b066=process[_0x18f154(0x2ec)][_0x18f154(0x2a6)]||'';logger[_0x18f154(0x1bb)](_0x18f154(0x1f6)+(_0x3406e1?.[_0x18f154(0x2d5)]?.()||_0x2e2971['HuMzI'])+_0x18f154(0x159)+_0x469688+_0x18f154(0x1ce)+_0x30e249+_0x18f154(0x219)+(_0x17b066?_0x2e2971[_0x18f154(0x226)]:_0x2e2971[_0x18f154(0x1c6)]));let _0x7554e5;if(_0x2e2971[_0x18f154(0x272)](_0x5e34e6,_0x2e2971[_0x18f154(0x1a7)]))_0x7554e5=AccessibilityModule['loadDriverExecuteParams'](_0x469688,_0x13bdae);else{const _0x4c3514=await GrpcClient['getInstance']()[_0x18f154(0x24e)](process[_0x18f154(0x2ec)][_0x18f154(0x284)],_0x2e2971[_0x18f154(0x21f)],_0x2e2971['VrQqr']);_0x7554e5=AccessibilityModule['loadDriverExecuteParams'](_0x469688,_0x4c3514);}logger[_0x18f154(0x1bb)](_0x18f154(0x2f7)+JSON[_0x18f154(0x225)](_0x7554e5));const _0x3eacf0=Object[_0x18f154(0x12f)]({},{'thTestRunUuid':_0x2e2971['qucPV'](_0x469688,''),'thBuildUuid':_0x2e2971[_0x18f154(0x23b)](_0x30e249,''),'thJwtToken':_0x2e2971[_0x18f154(0x198)](_0x17b066,'')},_0x7554e5);!this[_0x18f154(0x304)]&&this['isMobileWebSession']()&&(_0x3eacf0[_0x18f154(0x270)]=!![],logger[_0x18f154(0x1bb)](_0x2e2971[_0x18f154(0x121)]));logger['debug'](_0x18f154(0x202)+_0x469688+',\x20isAppAccessibility='+this['isAppAccessibility']);let _0x4d79cb=global[_0x18f154(0x23f)]?.[_0x18f154(0x189)]||null;!_0x4d79cb&&(_0x4d79cb=AutomationFramework['getState'](_0x3406e1,_0x2e2971[_0x18f154(0x1d6)],null)),!_0x4d79cb&&(_0x4d79cb=AutomationFramework['getState'](_0x3406e1,_0x2e2971[_0x18f154(0x1b2)],null)),await this['finishScanningForCli'](this[_0x18f154(0x1ae)](),_0x469688,_0x4d79cb,_0x3eacf0,this[_0x18f154(0x304)]);}catch(_0x4d9a84){logger['error']('Error\x20in\x20stopTestCapture:\x20'+(_0x4d9a84[_0x18f154(0x2b2)]||_0x4d9a84[_0x18f154(0x16c)]));}}async['finishScanningForCli'](_0x5c48bf,_0x3740ce,_0xd0abe4,_0x56b45d,_0x1e3ba3){const _0x262603=a90_0xf28d3b,_0x3c0776={};_0x3c0776[_0x262603(0x20a)]='saveResults',_0x3c0776[_0x262603(0x1f2)]=function(_0x54141f,_0x415112){return _0x54141f&&_0x415112;},_0x3c0776[_0x262603(0x2ca)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x3c0776['HIWiQ']=function(_0x29e27b,_0x5558d7){return _0x29e27b===_0x5558d7;},_0x3c0776[_0x262603(0x1a8)]=_0x262603(0x15f),_0x3c0776['kjTqJ']=function(_0x1a51e2,_0x5c6f8f){return _0x1a51e2===_0x5c6f8f;},_0x3c0776[_0x262603(0x233)]=_0x262603(0x220),_0x3c0776[_0x262603(0x185)]=_0x262603(0x147),_0x3c0776[_0x262603(0x168)]='afterTestHook',_0x3c0776[_0x262603(0x1e2)]='scan',_0x3c0776[_0x262603(0x153)]=_0x262603(0x188),_0x3c0776['OBnfO']=_0x262603(0x29a),_0x3c0776['FZOBr']=_0x262603(0x302);const _0x4150dd=_0x3c0776;try{const _0x946965=this[_0x262603(0x1bf)](_0x4150dd[_0x262603(0x20a)]);if(_0x4150dd[_0x262603(0x1f2)](!_0x1e3ba3,!_0x946965)){logger[_0x262603(0x1bb)](_0x4150dd[_0x262603(0x2ca)]);return;}if(!_0x3740ce||_0x4150dd[_0x262603(0x124)](_0x3740ce,_0x4150dd['oHQeR'])||_0x4150dd[_0x262603(0x249)](_0x3740ce,'')){logger[_0x262603(0x1bb)](_0x4150dd[_0x262603(0x233)]);return;}logger[_0x262603(0x1bb)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON[_0x262603(0x225)](_0x56b45d)),_0x5c48bf&&(logger[_0x262603(0x1bb)](_0x4150dd[_0x262603(0x185)]),await this[_0x262603(0x15c)](_0xd0abe4,_0x3740ce,_0x4150dd[_0x262603(0x168)],_0x56b45d,_0x1e3ba3,_0x4150dd[_0x262603(0x1e2)]),_0x4150dd['xYIJD'](!_0x1e3ba3,_0x946965)&&(logger['debug'](_0x4150dd[_0x262603(0x153)]),await PerformanceTester[_0x262603(0x17d)](_0x4150dd[_0x262603(0x25c)],async()=>{const _0xe0cc59=_0x262603;await this['performScanForCli'](_0xd0abe4,_0x3740ce,_0x4150dd[_0xe0cc59(0x20a)],_0x56b45d,_0x1e3ba3,_0x4150dd[_0xe0cc59(0x20a)]);})()),logger['info'](_0x4150dd[_0x262603(0x21b)]));}catch(_0x46d83b){logger[_0x262603(0x21a)](_0x262603(0x2e8)+(_0x46d83b[_0x262603(0x2b2)]||_0x46d83b[_0x262603(0x16c)]));}}async['onBeforeExecute'](_0x18251f){const _0x2c3a98=a90_0xf28d3b,_0x24524b={};_0x24524b[_0x2c3a98(0x1f4)]=function(_0x202ce4,_0x3d6199){return _0x202ce4!==_0x3d6199;},_0x24524b[_0x2c3a98(0x16d)]='cucumber',_0x24524b[_0x2c3a98(0x206)]=function(_0x58eae9,_0x2c4315){return _0x58eae9!==_0x2c4315;},_0x24524b[_0x2c3a98(0x1ee)]=_0x2c3a98(0x296),_0x24524b['GaQjH']='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x24524b[_0x2c3a98(0x251)]='unknown',_0x24524b[_0x2c3a98(0x215)]=_0x2c3a98(0x19f),_0x24524b[_0x2c3a98(0x2ad)]=function(_0x43347a,_0x318c66){return _0x43347a===_0x318c66;},_0x24524b['wFiQH']=_0x2c3a98(0x2cc),_0x24524b[_0x2c3a98(0x1dc)]='accessibility',_0x24524b[_0x2c3a98(0x260)]=_0x2c3a98(0x180),_0x24524b['rDwjB']='test_run_id',_0x24524b[_0x2c3a98(0x1c1)]=_0x2c3a98(0x14b),_0x24524b['luADj']=function(_0x51513b,_0x246ea8){return _0x51513b===_0x246ea8;},_0x24524b[_0x2c3a98(0x27e)]=_0x2c3a98(0x144),_0x24524b[_0x2c3a98(0x261)]=_0x2c3a98(0x15f);const _0x3e6850=_0x24524b;if(_0x3e6850[_0x2c3a98(0x1f4)](_0x18251f[_0x2c3a98(0x1e4)],_0x3e6850[_0x2c3a98(0x16d)])&&_0x3e6850[_0x2c3a98(0x206)](_0x18251f['testFramework'],_0x3e6850[_0x2c3a98(0x1ee)])){logger[_0x2c3a98(0x1bb)](_0x3e6850[_0x2c3a98(0x1e0)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x18251f[_0x2c3a98(0x138)]||_0x3e6850['wOcbS'])+_0x2c3a98(0x16a)+_0x18251f[_0x2c3a98(0x1e4)]);try{const _0x1c66f7=_0x18251f[_0x2c3a98(0x2d1)]||AutomationFramework[_0x2c3a98(0x21c)](),_0x4d7194=TestFramework[_0x2c3a98(0x21c)](),_0x43c489=_0x18251f[_0x2c3a98(0x138)]||_0x18251f[_0x2c3a98(0x152)]?.['getName']();if(!_0x43c489){logger['debug'](_0x3e6850[_0x2c3a98(0x215)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger['debug']('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x43c489);return;}if(!this[_0x2c3a98(0x2c0)](_0x43c489)){logger[_0x2c3a98(0x1bb)](_0x2c3a98(0x1f1)+_0x43c489+_0x2c3a98(0x17f));return;}const _0x46fb0a=_0x18251f['page']||global[_0x2c3a98(0x23f)]?.[_0x2c3a98(0x189)];if(!_0x46fb0a){logger[_0x2c3a98(0x1bb)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x43c489);return;}let _0x4b3d71='',_0x634f99=null;if(_0x3e6850[_0x2c3a98(0x2ad)](_0x18251f['testFramework'],_0x3e6850[_0x2c3a98(0x1ee)])){_0x634f99=_0x18251f[_0x2c3a98(0x27f)]?.[_0x2c3a98(0x2dd)]||_0x18251f[_0x2c3a98(0x27f)]?.['id']||global[_0x2c3a98(0x1ab)];if(!_0x634f99){logger[_0x2c3a98(0x1e3)](_0x3e6850[_0x2c3a98(0x274)]);return;}try{const _0x388860=await GrpcClient[_0x2c3a98(0x197)]()[_0x2c3a98(0x24e)](process[_0x2c3a98(0x2ec)][_0x2c3a98(0x284)],_0x3e6850['xIkdE'],_0x3e6850[_0x2c3a98(0x260)],_0x634f99),_0x2fb3b4=AccessibilityModule[_0x2c3a98(0x133)](null,_0x388860);_0x4b3d71=_0x2fb3b4?.[_0x2c3a98(0x201)]||'',logger[_0x2c3a98(0x1bb)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x4b3d71+_0x2c3a98(0x137)+_0x634f99);}catch(_0x594286){logger[_0x2c3a98(0x21a)](_0x2c3a98(0x2de)+_0x594286[_0x2c3a98(0x16c)]);return;}}else _0x4b3d71=this[_0x2c3a98(0x1d4)](_0x3e6850['rDwjB'])||'',!_0x4b3d71&&this['isMobileWebSession']()&&(_0x4b3d71=accessibilityHelper[_0x2c3a98(0x2f0)]());const _0x27efe0=this[_0x2c3a98(0x1d4)](_0x3e6850['QDfSt'])||this[_0x2c3a98(0x22f)][this[_0x2c3a98(0x1af)]]||null,_0x13780d=process[_0x2c3a98(0x2ec)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x222d5a=this[_0x2c3a98(0x187)](_0x43c489,_0x4b3d71,_0x27efe0,_0x13780d),_0x472efe=_0x3e6850[_0x2c3a98(0x122)](_0x18251f[_0x2c3a98(0x1e4)],_0x3e6850[_0x2c3a98(0x1ee)])?await AccessibilityModule[_0x2c3a98(0x2d0)](_0x3e6850[_0x2c3a98(0x27e)],_0x4b3d71,_0x634f99):await AccessibilityModule[_0x2c3a98(0x2d0)](_0x3e6850[_0x2c3a98(0x27e)],_0x4b3d71);logger['info'](_0x2c3a98(0x27b)+(_0x222d5a?JSON['stringify'](_0x222d5a):_0x3e6850[_0x2c3a98(0x261)]));const _0x59c09d=CLIUtils['mergeObject'](_0x222d5a,_0x472efe);logger[_0x2c3a98(0x253)](_0x2c3a98(0x2f9)+(_0x59c09d?JSON[_0x2c3a98(0x225)](_0x59c09d):_0x3e6850[_0x2c3a98(0x261)])),logger['debug'](_0x2c3a98(0x254)+_0x43c489);const _0x3817fe=await this[_0x2c3a98(0x15c)](_0x46fb0a,_0x4b3d71,_0x43c489,_0x59c09d,this['isAppAccessibility']);logger['debug'](_0x2c3a98(0x2e6)+_0x43c489+',\x20\x0a\x20'+JSON[_0x2c3a98(0x225)](_0x3817fe));}catch(_0xb586e3){logger[_0x2c3a98(0x21a)](_0x2c3a98(0x290)+(_0xb586e3[_0x2c3a98(0x2b2)]||_0xb586e3['message']));}}[a90_0xf28d3b(0x21e)](){return this['getCurrentAccessibilityStatus']();}[a90_0xf28d3b(0x14f)](_0x213b3a){const _0x3f9320=a90_0xf28d3b,_0x3e1c6d=CLIUtils[_0x3f9320(0x26b)]();this[_0x3f9320(0x135)][_0x3f9320(0x176)](_0x3e1c6d,_0x213b3a);}async[a90_0xf28d3b(0x239)](_0x42fe33){const _0x18275c=a90_0xf28d3b,_0x56987c={};_0x56987c[_0x18275c(0x273)]=_0x18275c(0x2a3);const _0x477d4e=_0x56987c;try{const _0x5f2acb=_0x42fe33[_0x18275c(0x2d1)]||AutomationFramework[_0x18275c(0x21c)](),_0x414aac=_0x5f2acb?.[_0x18275c(0x1fe)]?.()?.[_0x18275c(0x25b)]?.(this[_0x18275c(0x177)])||![];if(_0x414aac)return;PerformanceTester[_0x18275c(0x21d)](EVENTS[_0x18275c(0x18d)]);const _0x33922a=await GrpcClient[_0x18275c(0x197)]()[_0x18275c(0x1a3)](_0x42fe33);_0x33922a&&_0x33922a[_0x18275c(0x19b)]&&_0x33922a[_0x18275c(0x19b)]()&&_0x33922a[_0x18275c(0x19b)]()[_0x18275c(0x2cf)]()?(await this[_0x18275c(0x2ac)](_0x33922a,_0x42fe33),_0x5f2acb?.[_0x18275c(0x1fe)]&&_0x5f2acb[_0x18275c(0x1fe)]()[_0x18275c(0x176)](this[_0x18275c(0x177)],!![]),logger['debug']('[platform\x20-\x20'+(_0x5f2acb?.['getPlatformIndex']?.()||_0x477d4e[_0x18275c(0x273)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x18275c(0x1bb)]('[platform\x20-\x20'+(_0x5f2acb?.[_0x18275c(0x2d5)]?.()||_0x477d4e[_0x18275c(0x273)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x435e9f){PerformanceTester[_0x18275c(0x283)](EVENTS[_0x18275c(0x18d)],![],_0x435e9f['message']),logger[_0x18275c(0x21a)](_0x18275c(0x2b7)+(_0x435e9f['stack']||_0x435e9f[_0x18275c(0x16c)]));}}async[a90_0xf28d3b(0x2ac)](_0x51d80b,_0x1785e0){const _0x551b9f=a90_0xf28d3b;await this[_0x551b9f(0x303)](_0x51d80b,_0x1785e0);const _0x783f8e=_0x51d80b['getAccessibility']()[_0x551b9f(0x238)]();if(_0x783f8e){const _0x334283=_0x51d80b[_0x551b9f(0x2fc)]&&_0x51d80b['getTesthub']();_0x334283&&(this[_0x551b9f(0x22f)][this[_0x551b9f(0x1af)]]=_0x334283[_0x551b9f(0x2ce)]&&_0x334283[_0x551b9f(0x2ce)]());}}[a90_0xf28d3b(0x2c0)](_0x5ef21f){const _0x5c229a=a90_0xf28d3b,_0x47e020={};_0x47e020['Pguha']=function(_0x590492,_0x302fab){return _0x590492===_0x302fab;};const _0x324fa3=_0x47e020;try{if(!_0x5ef21f)return![];const _0x35d402=this[_0x5c229a(0x22f)]?.['options']?.[_0x5c229a(0x165)]?.[_0x5c229a(0x2f3)]||[],_0x1026dd=_0x35d402[_0x5c229a(0x250)](_0x13782a=>{const _0x1100e1=_0x5c229a;return _0x13782a[_0x1100e1(0x1d5)]&&_0x324fa3[_0x1100e1(0x1c2)](_0x13782a[_0x1100e1(0x1d5)][_0x1100e1(0x243)](),_0x5ef21f[_0x1100e1(0x243)]());});return logger[_0x5c229a(0x1bb)](_0x5c229a(0x2a7)+_0x5ef21f+'\x20->\x20'+_0x1026dd+',\x20available\x20commands:\x20'+JSON[_0x5c229a(0x225)](_0x35d402['map'](_0xe073cd=>_0xe073cd[_0x5c229a(0x1d5)]))),_0x1026dd;}catch(_0x20d86e){return logger[_0x5c229a(0x1bb)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x20d86e['message']),![];}}[a90_0xf28d3b(0x143)](_0x52b6b2){const _0x4b22db=a90_0xf28d3b,_0x4497ca={};_0x4497ca[_0x4b22db(0x196)]=function(_0x2d385f,_0x701dc5){return _0x2d385f===_0x701dc5;},_0x4497ca['OjDNx']=_0x4b22db(0x24b),_0x4497ca[_0x4b22db(0x27a)]=_0x4b22db(0x23c);const _0x489d43=_0x4497ca,_0x21e0d7=_0x52b6b2[_0x4b22db(0x288)]&&_0x52b6b2[_0x4b22db(0x288)]();return _0x21e0d7&&_0x489d43[_0x4b22db(0x196)](typeof _0x21e0d7,_0x489d43[_0x4b22db(0x2e7)])&&_0x21e0d7[_0x4b22db(0x1d8)](_0x489d43['epxhH']);}['isAccessibilityScriptCommand'](_0x440fd8){const _0x17cf8e=a90_0xf28d3b,_0x7cd446={};_0x7cd446[_0x17cf8e(0x1da)]=function(_0x2290de,_0x3d7883){return _0x2290de!==_0x3d7883;},_0x7cd446['xjFPN']='string',_0x7cd446[_0x17cf8e(0x2c7)]='accessibility',_0x7cd446[_0x17cf8e(0x2a8)]=_0x17cf8e(0x180),_0x7cd446['VXnAf']=_0x17cf8e(0x2d3),_0x7cd446[_0x17cf8e(0x285)]=_0x17cf8e(0x2c1);const _0x25f877=_0x7cd446,_0x55de8a=_0x440fd8[_0x17cf8e(0x288)]&&_0x440fd8['getScript']();if(!_0x55de8a||_0x25f877['CQHyi'](typeof _0x55de8a,_0x25f877['xjFPN']))return![];return _0x55de8a[_0x17cf8e(0x1d8)](_0x25f877[_0x17cf8e(0x2c7)])||_0x55de8a[_0x17cf8e(0x1d8)](_0x25f877[_0x17cf8e(0x2a8)])||_0x55de8a['includes'](_0x25f877[_0x17cf8e(0x1ec)])||_0x55de8a[_0x17cf8e(0x1d8)](_0x25f877[_0x17cf8e(0x285)]);}[a90_0xf28d3b(0x1bc)](){const _0x4112b5=a90_0xf28d3b,_0x1c70fe={'cYNUu':function(_0x5f0890,_0x3eb540){return _0x5f0890===_0x3eb540;},'uafcJ':_0x4112b5(0x164),'NkVjf':function(_0x6347a9,_0x4317ff){return _0x6347a9(_0x4317ff);},'axNHL':_0x4112b5(0x275),'yTJQn':_0x4112b5(0x231),'TIpSZ':_0x4112b5(0x237),'cYgxA':'chrome'};try{const _0x12649e=this[_0x4112b5(0x22f)]?.['options']?.[_0x4112b5(0x131)]||[],_0xb1f0bc=_0x482669=>{const _0x39976a=_0x4112b5,_0x5b0187=_0x12649e[_0x39976a(0x25d)](_0x3fa0aa=>(typeof _0x3fa0aa[_0x39976a(0x286)]==='function'?_0x3fa0aa[_0x39976a(0x286)]():_0x3fa0aa[_0x39976a(0x1d5)])===_0x482669);return _0x5b0187?_0x1c70fe['cYNUu'](typeof _0x5b0187['getValue'],_0x1c70fe[_0x39976a(0x158)])?_0x5b0187[_0x39976a(0x259)]():_0x5b0187[_0x39976a(0x192)]:null;},_0x46668b=_0x1c70fe[_0x4112b5(0x1e5)](_0xb1f0bc,_0x1c70fe[_0x4112b5(0x2d9)]),_0x3c2a0d=_0x1c70fe[_0x4112b5(0x1e5)](_0xb1f0bc,_0x1c70fe[_0x4112b5(0x2fb)]),_0x43326f=global[_0x4112b5(0x2a0)]||_0x46668b&&_0x1c70fe['cYNUu'](_0x1c70fe[_0x4112b5(0x1e5)](String,_0x46668b)['toLowerCase'](),_0x1c70fe['TIpSZ'])&&_0x3c2a0d&&_0x1c70fe[_0x4112b5(0x1e5)](String,_0x3c2a0d)[_0x4112b5(0x243)]()['includes'](_0x1c70fe['cYgxA']);if(!_0x43326f)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x4112b5(0x1b5)]&&(logger[_0x4112b5(0x1e3)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x4112b5(0x1b5)]=!![]),![];return!![];}catch(_0x2c1277){return logger['debug']('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2c1277['message']),![];}}['getParamsForScanForCli'](_0x131428,_0x2596f8,_0x2868ba,_0x3f0f05){const _0x358640=a90_0xf28d3b,_0x4ec5a1={};_0x4ec5a1[_0x358640(0x17e)]=function(_0x47a693,_0x6c6b97){return _0x47a693||_0x6c6b97;},_0x4ec5a1[_0x358640(0x2c9)]=function(_0x5e2b01,_0x398484){return _0x5e2b01&&_0x398484;},_0x4ec5a1[_0x358640(0x1f9)]=function(_0x29e1be,_0x22ff86){return _0x29e1be||_0x22ff86;},_0x4ec5a1[_0x358640(0x28b)]=_0x358640(0x217);const _0x46ec8c=_0x4ec5a1;let _0x3ea960=_0x46ec8c[_0x358640(0x17e)](_0x2596f8,'');const _0x4a79fc=!this[_0x358640(0x304)]&&this['isMobileWebSession']();_0x46ec8c[_0x358640(0x2c9)](_0x4a79fc,!_0x3ea960)&&(_0x3ea960=accessibilityHelper[_0x358640(0x2f0)]());const _0x40afa2={'command':_0x131428,'thTestRunUuid':_0x3ea960,'thBuildUuid':_0x46ec8c[_0x358640(0x17e)](_0x2868ba,''),'thJwtToken':_0x46ec8c[_0x358640(0x1f9)](_0x3f0f05,''),'timestamp':new Date()['toISOString']()};return _0x4a79fc&&(_0x40afa2[_0x358640(0x270)]=!![],logger[_0x358640(0x1bb)](_0x46ec8c[_0x358640(0x28b)])),_0x40afa2;}[a90_0xf28d3b(0x1bf)](_0x39f501){const _0x506df1=a90_0xf28d3b,_0x48c3de={};_0x48c3de[_0x506df1(0x1e6)]=function(_0x244c60,_0x1173e9){return _0x244c60||_0x1173e9;};const _0x41f0c2=_0x48c3de;try{const _0x8caad1=this[_0x506df1(0x22f)]?.[_0x506df1(0x127)]?.[_0x506df1(0x141)]||[],_0xa344a3=_0x8caad1[_0x506df1(0x25d)](_0x13c890=>_0x13c890['name']===_0x39f501);return _0x41f0c2[_0x506df1(0x1e6)](_0xa344a3,null);}catch(_0x3da9fa){return logger['debug'](_0x506df1(0x28e)+_0x39f501+':\x20'+_0x3da9fa[_0x506df1(0x16c)]),null;}}async[a90_0xf28d3b(0x20c)](_0x2e943e,_0x44c8b9,_0x3b478d=null){const _0x49d9a0=a90_0xf28d3b,_0x3d77a9={'nImbk':function(_0x2201e0,_0x412920){return _0x2201e0(_0x412920);},'wXoSE':'../../playwright/accessibility-helper'};try{if(!_0x2e943e)return logger[_0x49d9a0(0x1bb)](_0x49d9a0(0x1f7)+_0x44c8b9),null;const _0x2e95e5=this[_0x49d9a0(0x1bf)](_0x44c8b9);if(!_0x2e95e5||!_0x2e95e5[_0x49d9a0(0x152)])return logger['debug'](_0x49d9a0(0x1b8)+_0x44c8b9+_0x49d9a0(0x174)),null;logger[_0x49d9a0(0x1bb)](_0x49d9a0(0x271)+_0x44c8b9+'\x20accessibility\x20script\x20on\x20page');const _0x4774e9=_0x3d77a9[_0x49d9a0(0x129)](require,_0x3d77a9['wXoSE']),_0x2f1ccc=_0x3b478d?await _0x4774e9[_0x49d9a0(0x1eb)](_0x2e943e,_0x2e95e5[_0x49d9a0(0x152)],_0x3b478d):await _0x4774e9['browserStackEvaluate'](_0x2e943e,_0x2e95e5[_0x49d9a0(0x152)]);return _0x2f1ccc;}catch(_0x3d1861){return logger['error'](_0x49d9a0(0x139)+_0x44c8b9+':\x20'+(_0x3d1861[_0x49d9a0(0x2b2)]||_0x3d1861[_0x49d9a0(0x16c)])),null;}}async['performScanForCli'](_0x403b4f,_0x143ae8,_0x3b8a84,_0x1bc2a1,_0x2d59bf,_0x56331b=a90_0xf28d3b(0x144)){const _0x45e29a=a90_0xf28d3b,_0x1f9f97={'jYndo':function(_0x3d4191,_0x4d0e7d){return _0x3d4191===_0x4d0e7d;},'yIjud':'scan','ZADzd':function(_0x5e2fef,_0x306085){return _0x5e2fef(_0x306085);},'VIxVP':_0x45e29a(0x194)};try{logger[_0x45e29a(0x1bb)](_0x45e29a(0x28f)+_0x3b8a84+_0x45e29a(0x2a4)+_0x56331b);const _0x3f7476=this['getScriptByName'](_0x56331b);if(!_0x3f7476||!_0x3f7476[_0x45e29a(0x152)]){logger[_0x45e29a(0x1bb)]('performScanForCli:\x20No\x20'+_0x56331b+_0x45e29a(0x20e));return;}if(_0x1f9f97[_0x45e29a(0x2c2)](_0x56331b,_0x1f9f97['yIjud'])){const _0x54b021=_0x1f9f97[_0x45e29a(0x156)](require,_0x1f9f97['VIxVP']),_0x55266b={};_0x55266b['command']=_0x3b8a84;const _0x380155=await PerformanceTester[_0x45e29a(0x17d)](PerformanceA11yEvents[_0x45e29a(0x25f)],async()=>{const _0x1367ea=_0x45e29a;return await _0x54b021[_0x1367ea(0x1eb)](_0x403b4f,_0x3f7476[_0x1367ea(0x152)],_0x1bc2a1);},_0x55266b)();return logger[_0x45e29a(0x253)](_0x45e29a(0x146)+_0x56331b+_0x45e29a(0x2f6)+_0x3b8a84+':\x20'+util[_0x45e29a(0x2c6)](_0x380155)),_0x380155;}const _0x3cd12f=_0x1f9f97[_0x45e29a(0x156)](require,_0x1f9f97['VIxVP']),_0x58ddfa=await PerformanceTester[_0x45e29a(0x17d)](PerformanceA11yEvents[_0x45e29a(0x276)],async()=>{const _0x40d704=_0x45e29a;return await _0x3cd12f['browserStackEvaluate'](_0x403b4f,_0x3f7476[_0x40d704(0x152)],_0x1bc2a1);})();return logger['info'](_0x45e29a(0x146)+_0x56331b+'\x20result\x20for\x20'+_0x3b8a84+':\x20'+util[_0x45e29a(0x2c6)](_0x58ddfa)),_0x58ddfa;}catch(_0x5a1433){logger[_0x45e29a(0x21a)](_0x45e29a(0x222)+_0x56331b+':\x20'+(_0x5a1433[_0x45e29a(0x2b2)]||_0x5a1433['message']));}}async['validatePlatformForAccessibility'](_0x2f2969){const _0x559806=a90_0xf28d3b,_0x33f005={'vAEhN':function(_0x2aa3a0,_0x4c6180){return _0x2aa3a0(_0x4c6180);},'ikmzx':_0x559806(0x23e)};try{const _0x58741b=_0x33f005[_0x559806(0x2e9)](require,_0x33f005[_0x559806(0x1b4)]);return await _0x58741b[_0x559806(0x2b0)](_0x2f2969);}catch(_0x5874be){return logger[_0x559806(0x21a)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x5874be['stack']||_0x5874be['message'])),![];}}[a90_0xf28d3b(0x295)](_0xaffc54,_0x522186,_0xb58962){const _0x4d17b0=a90_0xf28d3b,_0x4c3c6a={'MIamJ':function(_0x586f12,_0xe0c453){return _0x586f12(_0xe0c453);},'cLPcu':'../../playwright/accessibility-helper','EGleB':_0x4d17b0(0x208),'EUtPD':_0x4d17b0(0x136)};try{const _0x121992=_0x4c3c6a[_0x4d17b0(0x2af)](require,_0x4c3c6a['cLPcu']);_0x121992[_0x4d17b0(0x295)](_0xaffc54,_0x522186,_0xb58962);const _0x5cc22e=JSON['stringify'](_0xaffc54)[_0x4d17b0(0x13f)](/"browserstack\.user":"[^"]*"/g,_0x4c3c6a[_0x4d17b0(0x24f)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x4c3c6a['EUtPD']);logger[_0x4d17b0(0x1bb)](_0x4d17b0(0x2b1)+global[_0x4d17b0(0x29c)]+'\x20'+_0x5cc22e);}catch(_0x4e9e85){logger[_0x4d17b0(0x21a)](_0x4d17b0(0x20b)+(_0x4e9e85['stack']||_0x4e9e85[_0x4d17b0(0x16c)]));}}async[a90_0xf28d3b(0x2f5)](_0x4374b8){const _0x5be157=a90_0xf28d3b,_0x11db63={};_0x11db63['rdqLZ']=_0x5be157(0x213),_0x11db63[_0x5be157(0x205)]=function(_0xa71176,_0x27a364){return _0xa71176>_0x27a364;},_0x11db63['KRdZJ']='getResults';const _0x61cf94=_0x11db63;try{if(!this[_0x5be157(0x1ae)]())return logger[_0x5be157(0x1e3)](_0x61cf94['rdqLZ']),[];const _0xb98bc5=this[_0x5be157(0x1bc)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x61cf94['jlZTo'](Object[_0x5be157(0x280)](_0xb98bc5)[_0x5be157(0x2f4)],0x0)&&logger[_0x5be157(0x1bb)]('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON['stringify'](_0xb98bc5));const _0x4ff262=_0x61cf94[_0x5be157(0x205)](Object[_0x5be157(0x280)](_0xb98bc5)[_0x5be157(0x2f4)],0x0)?await this[_0x5be157(0x20c)](_0x4374b8,_0x61cf94[_0x5be157(0x151)],_0xb98bc5):await this[_0x5be157(0x20c)](_0x4374b8,_0x61cf94[_0x5be157(0x151)]);return _0x4ff262||[];}catch(_0x398f3a){return logger['error'](_0x5be157(0x263)+(_0x398f3a[_0x5be157(0x2b2)]||_0x398f3a[_0x5be157(0x16c)])),[];}}async[a90_0xf28d3b(0x1ff)](_0x2b9883){const _0x11f82c=a90_0xf28d3b,_0x401db={'eCIDO':'scan','dmkMo':_0x11f82c(0x2a2),'lSpGk':_0x11f82c(0x241),'hCwjw':function(_0x545252,_0x56c79b){return _0x545252(_0x56c79b);},'FWrsK':_0x11f82c(0x1f8),'HyCHr':function(_0x16868f,_0x265824){return _0x16868f===_0x265824;},'TUlSt':_0x11f82c(0x296),'HLqdf':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','ntYEW':_0x11f82c(0x135),'JVbhU':_0x11f82c(0x14b),'hqRKQ':_0x11f82c(0x1ff),'etRSS':'test_run_id','UWOGK':'Performing\x20scan\x20before\x20getting\x20results\x20summary','YBoPQ':_0x11f82c(0x126)};try{if(!this[_0x11f82c(0x1ae)]())return logger[_0x11f82c(0x1e3)](_0x401db[_0x11f82c(0x22c)]),{};const _0x4fdb82=_0x401db['hCwjw'](require,_0x401db[_0x11f82c(0x1c5)]),_0x4716e6=_0x4fdb82[_0x11f82c(0x154)](),_0x335a21=_0x401db[_0x11f82c(0x179)](_0x4716e6?.[_0x11f82c(0x1d5)]?.[_0x11f82c(0x243)](),_0x401db[_0x11f82c(0x227)]);let _0x87bf25='',_0x34602f=null,_0x17d901=null;if(_0x335a21){_0x34602f=global[_0x11f82c(0x1ab)]||global['__workerDetails']?.[_0x11f82c(0x17a)]?.[_0x11f82c(0x2dd)]||global[_0x11f82c(0x23f)]?.[_0x11f82c(0x17a)]?.['id'];if(!_0x34602f)return logger[_0x11f82c(0x1e3)](_0x401db[_0x11f82c(0x23d)]),{};try{const _0x1a0213=await GrpcClient[_0x11f82c(0x197)]()[_0x11f82c(0x24e)](process[_0x11f82c(0x2ec)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x401db[_0x11f82c(0x2b8)],_0x401db['dmkMo'],_0x34602f),_0x563430=AccessibilityModule[_0x11f82c(0x133)](null,_0x1a0213);_0x87bf25=_0x563430?.[_0x11f82c(0x201)]||'',logger[_0x11f82c(0x1bb)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x87bf25+'\x20from\x20testIdentifier='+_0x34602f);const _0x292ef3=await AccessibilityModule[_0x11f82c(0x2d0)](_0x401db[_0x11f82c(0x1e9)],_0x87bf25,_0x34602f),_0x1355e2=this[_0x11f82c(0x1d4)](_0x401db[_0x11f82c(0x2d6)])||this['accessibilityConfig'][this[_0x11f82c(0x1af)]]||null,_0x4bd4b8=process[_0x11f82c(0x2ec)][_0x11f82c(0x2a6)]||'',_0x287f74=this[_0x11f82c(0x187)](_0x401db['hqRKQ'],_0x87bf25,_0x1355e2,_0x4bd4b8);_0x17d901=_0x4fdb82[_0x11f82c(0x2e5)](_0x287f74,_0x292ef3),logger[_0x11f82c(0x1bb)](_0x11f82c(0x2b4)+JSON[_0x11f82c(0x225)](_0x17d901));}catch(_0xb9fd50){return logger[_0x11f82c(0x21a)](_0x11f82c(0x266)+_0xb9fd50[_0x11f82c(0x16c)]),{};}}else{_0x87bf25=this[_0x11f82c(0x1d4)](_0x401db[_0x11f82c(0x18e)])||'';!_0x87bf25&&this[_0x11f82c(0x1bc)]()&&(_0x87bf25=accessibilityHelper[_0x11f82c(0x2f0)]());const _0x300a50=this[_0x11f82c(0x1d4)](_0x401db[_0x11f82c(0x2d6)])||this[_0x11f82c(0x22f)][this[_0x11f82c(0x1af)]]||null,_0x39b915=process['env'][_0x11f82c(0x2a6)]||'';_0x17d901=this[_0x11f82c(0x187)](_0x401db[_0x11f82c(0x27d)],_0x87bf25,_0x300a50,_0x39b915);}logger[_0x11f82c(0x1bb)](_0x401db[_0x11f82c(0x256)]),await PerformanceTester[_0x11f82c(0x17d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4a33fb=_0x11f82c,_0x3da187=await this['executeScriptByName'](_0x2b9883,_0x401db[_0x4a33fb(0x2f1)],_0x17d901);logger[_0x4a33fb(0x1bb)]('Scan\x20result:\x20'+util[_0x4a33fb(0x2c6)](_0x3da187));},{'command':_0x401db[_0x11f82c(0x27d)]})();const _0x4488dc=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x11f82c(0x2b6)],async()=>{const _0x3a4801=_0x11f82c;return await this[_0x3a4801(0x20c)](_0x2b9883,_0x401db['dmkMo'],_0x17d901);})();if(!_0x4488dc)return logger[_0x11f82c(0x1bb)](_0x401db[_0x11f82c(0x25e)]),{};return _0x4488dc;}catch(_0x441289){return logger[_0x11f82c(0x21a)](_0x11f82c(0x214)+(_0x441289['stack']||_0x441289[_0x11f82c(0x16c)])),{};}}async[a90_0xf28d3b(0x203)](_0x97fe94,_0x55d267,_0x37e1b3=null){const _0x3020f2=a90_0xf28d3b,_0x1037c4={};_0x1037c4[_0x3020f2(0x281)]=_0x3020f2(0x1e1),_0x1037c4[_0x3020f2(0x12d)]=_0x3020f2(0x2c5),_0x1037c4[_0x3020f2(0x1d2)]=_0x3020f2(0x190);const _0x426447=_0x1037c4;try{if(!_0x97fe94)return logger[_0x3020f2(0x1bb)](_0x426447[_0x3020f2(0x281)]),null;if(!_0x55d267)return logger['debug'](_0x426447[_0x3020f2(0x12d)]),null;logger['debug'](_0x426447[_0x3020f2(0x1d2)]);const _0x5d1a4a=_0x37e1b3?await _0x97fe94[_0x3020f2(0x298)](_0x55d267,_0x37e1b3):await _0x97fe94[_0x3020f2(0x298)](_0x55d267);return _0x5d1a4a;}catch(_0x4de3ad){return logger[_0x3020f2(0x21a)](_0x3020f2(0x14c)+(_0x4de3ad['stack']||_0x4de3ad['message'])),null;}}static['loadDriverExecuteParams'](_0x597033,_0x478e3f){const _0x256177=a90_0xf28d3b,_0x443496={};_0x443496[_0x256177(0x2e2)]=_0x256177(0x1d9);const _0x23095e=_0x443496,_0x231aa2={};_0x231aa2[_0x256177(0x201)]=_0x597033;const _0x2cec5b=_0x231aa2;let _0x1787b3={};if(_0x478e3f['getSuccess']()&&_0x478e3f[_0x256177(0x265)]())try{_0x1787b3=JSON[_0x256177(0x142)](new Buffer(_0x478e3f['getAccessibilityExecuteParams']())['toString'](_0x23095e[_0x256177(0x2e2)]));}catch(_0xfaa7f8){logger['error'](_0x256177(0x294)+_0xfaa7f8[_0x256177(0x16c)]),_0x1787b3={};}return CLIUtils['mergeObject'](_0x2cec5b,_0x1787b3);}static async[a90_0xf28d3b(0x2d0)](_0x39b303,_0x489a2a='',_0x21b135=null){const _0xf79e74=a90_0xf28d3b,_0x27b661={};_0x27b661[_0xf79e74(0x247)]=_0xf79e74(0x216),_0x27b661['bwhqd']='accessibility';const _0x3260fc=_0x27b661;try{if(!_0x21b135&&AccessibilityModule[_0xf79e74(0x24d)])return AccessibilityModule[_0xf79e74(0x200)];if(!process[_0xf79e74(0x2ec)][_0xf79e74(0x284)])return logger[_0xf79e74(0x21a)](_0x3260fc['kotNk']),{};const _0x271ee1=await GrpcClient['getInstance']()[_0xf79e74(0x24e)](process[_0xf79e74(0x2ec)][_0xf79e74(0x284)],_0x3260fc[_0xf79e74(0x18b)],_0x39b303,_0x21b135),_0x159f23=_0x21b135?AccessibilityModule['loadDriverExecuteParams'](null,_0x271ee1)?.[_0xf79e74(0x201)]||_0x489a2a:_0x489a2a,_0x321c35=AccessibilityModule[_0xf79e74(0x133)](_0x159f23,_0x271ee1);return!_0x21b135&&(AccessibilityModule[_0xf79e74(0x200)]=_0x321c35,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x321c35;}catch(_0x583320){return logger[_0xf79e74(0x21a)](_0xf79e74(0x1f3)+_0x39b303+':\x20'+(_0x583320[_0xf79e74(0x2b2)]||_0x583320[_0xf79e74(0x16c)])),{};}}}function a90_0x2899(){const _0x10e203=['xIkdE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','XgNaj','uOHNl','GaQjH','performPageScan:\x20Page\x20is\x20null','DZCqV','warn','testFramework','NkVjf','noWpt','4125744XaXhZz','AUTOMATION_SESSIONS','dmkMo','CREATE','browserStackEvaluate','VXnAf','getGoogleChromeOptions','ApHKz','YtthX','headless','onBeforeExecute:\x20Command\x20','xYIJD','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','CMmvO','KEY_TEST_NAME','[platform\x20-\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','../cliUtils','aLqOq','TrackedInstance','isMobileScanningEnabledForGroup','XISFk','BS_A11Y_JWT','getData','getAccessibilityResultsSummary','_centralAuthA11yConfig','thTestRunUuid','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','performPageScan','exports','jlZTo','MnbCe','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','\x22browserstack.user\x22:\x22[REDACTED]\x22','getBrowserDisplayName','rWUyp','Error\x20in\x20processAccessibilityCaps:\x20','executeScriptByName','../framework/testFramework','\x20script\x20available\x20in\x20scriptsList','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','MODULE_NAME','XEJME','setLogDisabledShown','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','Error\x20in\x20getAccessibilityResultsSummary:\x20','tmipR','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','wruWY','\x20a11yToken=','error','FZOBr','getTrackedInstance','start','shouldScanCurrentTest','fqtjA','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','OyWIr','Error\x20in\x20performScanForCli\x20for\x20script\x20','Error\x20applying\x20sendMessageToServer\x20patch:\x20','getCapabilitiesList','stringify','gXQAP','TUlSt','browserstack.accessibilityOptions.scannerVersion','TlPHX','uwoql','OMKPS','lSpGk','page','getLogDisabledShown','accessibilityConfig','zkroW','browserName','chromeOptions','WIcFw','includeTagsInTestingScope','36wlVWkl','yEIkE','android','getOptions','initAccessibilityConfig','BROWSERSTACK_TEST_ACCESSIBILITY_YML','qnpfZ','browserstack_executor','HLqdf','../../../helpers/accessibility-automation/helper','__workerDetails','VrQqr','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','VxLyF','toLowerCase','JIGyw','VxDaR','bFOdc','kotNk','goog:chromeOptions','kjTqJ','excludeTagsInTestingScope','string','mRmPQ','_centralAuthConfigFetched','fetchDriverExecuteParamsEvent','EGleB','some','wOcbS','WOREf','info','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','\x20or\x20higher\x20','UWOGK','--headless=','fEIyp','getValue','skipCDPConnectOverride','get','OBnfO','find','YBoPQ','PERFORM_SCAN','BDtHB','LACmt','registerObserver','Error\x20in\x20getAccessibilityResults:\x20','map','hasAccessibilityExecuteParams','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','pZNsE','toJson','platformCaps','../framework/automationFramework','getCurrentInstanceName','1QHnuNu','QTdlZ','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','startsWith','is_mobile_session','Executing\x20','SwhhD','yBuqT','wFiQH','platformName','SAVE_RESULTS','_sendMessageServerPatchApplied','FlBYf','browserstack.accessibilityOptions.wcagVersion','epxhH','ScanArgs:\x20',',\x20testName=','hqRKQ','HSbIm','testInfo','keys','EVdPH','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','end','BROWSERSTACK_CLI_BIN_SESSION_ID','fQGAw','getName','pDJXK','getScript','\x20value=','vibzd','odtzT','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JMFZU','Error\x20getting\x20script\x20by\x20name\x20','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','8|14|3|9|7|4|13|2|16|10|0|11|6|1|15|12|5','IREkk','../../../helpers/accessibility-automation/scripts','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','processAccessibilityCaps','jest','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','evaluate','1177itVslW','a11y:save-results','../framework/constants/testFrameworkConstants.js','accessibilityPlatform','zhzgi','Trbpq','Exception\x20in\x20isPlatformSupported:\x20','isMobilePlatform','UHthH','getResultsSummary','unknown','\x20using\x20script:\x20','QUIT','BROWSERSTACK_TESTHUB_JWT','shouldScanForCommand:\x20','egkfh','GxOyt','\x20env=','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','loadAccessibilityConfig','rnhjr','SOsaR','MIamJ','platformValidation','Processed\x20accessibility\x20caps\x20','stack',',\x20excludeTags=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','CKfUu','GET_RESULTS_SUMMARY','Error\x20in\x20initAccessibilityConfig:\x20','ntYEW','../../../helpers/helper','getTestId','LOG_DISABLED_SHOWN','hlArG','isArray','wEtQG','dkrGZ','shouldScanForCommand','saveTestResults','jYndo',']\x20should\x20run\x20accessibility\x20value=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','performPageScan:\x20Script\x20is\x20null','format','TcaRg','dVmWZ','lkSuD','lZhlX','leUCm','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','2184132BvmPJC','getBuildId','getSuccess','fetchCentralAuthA11yConfig','instance','NYATz','getResults','getScriptsList','getPlatformIndex','JVbhU','onAfterTest','vZPsP','axNHL','getCommandsList','onBeforeExecute','getCommandsToWrap','testAnalyticsId','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','cpqwM','Unknown\x20Test','scannerProcessingTimeout','Urlma','372aQgLiC','getModuleName','mergeObject','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','OjDNx','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','vAEhN','stopTestCapture','../../../helpers/performance/performance-tester.js','env','setAccessibilityToken','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','rLCvz','resolveMobileThTestRunUuid','eCIDO',']\x20isEnabledTestcase\x20(cucumber)\x20result=','commandsList','length','getAccessibilityResults','\x20result\x20for\x20','Accessibility\x20data\x20for\x20extension:\x20','zuUHE','MergedScanArgs:\x20','qucPV','yTJQn','getTesthub','3320275ZvvMda','34870cQGtIx','onBeforeTest','Context','isEnabledTestcase','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','setAccessibilityConfig','isAppAccessibility','NcknE','name:\x20','zxvBW','LuLFz','luADj','wUhXR','HIWiQ','IZGBS','No\x20summaryResults\x20found.','options','capabilities','nImbk','CYLSC','trim','1824176CPSKaM','WzWfi','delete','assign','../state/hookState','capabilitiesList','getMinVersionForBrowser','loadDriverExecuteParams','weLLN','accessibility','\x22browserstack.key\x22:\x22[REDACTED]\x22','\x20from\x20testIdentifier=','commandName','Error\x20executing\x20script\x20','../../utils/playwright-patcher','NON_BROWSERSTACK_AUTOMATION_SESSIONS','bxKYb',',\x20tags=','join','replace','browser','scriptsList','parse','isBrowserstackScriptCommand','scan','bIEoJ','Page\x20','Performing\x20scan\x20before\x20from\x20cli','AtmxP','isBrowserSupportedForAccessibility','vZUob','testhub_build_uuid','Error\x20in\x20performPageScan:\x20','fLhue','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','setShouldScanCurrentTest','mmIdl','KRdZJ','command','UwqYU','getTestFrameworkDetail','isVersionSupported','ZADzd','../grpcClient','uafcJ',']\x20clear\x20','Error\x20getting\x20capability\x20value\x20for\x20',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','performScanForCli','dSSAU','setShouldScan','null','present','FfyQd','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','applySendMessageToServerPatch','function','commandsToWrap','ejxjf','patchSendMessageToServer','HbsDB','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',',\x20framework=','version','message','pFwDo','FsJdL','781266OBEmwd','--headless=new','isEnabled','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','GAKPD','\x20script\x20available','yDhml','set','KEY_INIT','EXECUTE','HyCHr','currentTest','ACCESSIBILITY_INITIALIZED','[AccessibilityModule]\x20onAfterTest:\x20framework=','measureWrapper','RcXCC','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','performScan','browser_version','true','isPlatformSupported:\x20caps\x20are\x20null','cucumber','CmxjM','xyKwe','getParamsForScanForCli','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','pwPage',',\x20includeTags=','bwhqd','NmoqS','SDK_ACCESSIBILITY_CONFIG','etRSS','test-tags-->\x20','Executing\x20accessibility\x20script\x20on\x20page','35cqQopq','value','__accessibilityOptions','../../playwright/accessibility-helper','../state/automationFrameworkState','vbywB','getInstance','ZbNPY','GoYrv','Fyodk','getAccessibility','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','accessibilityToken','onBeforeExecute:\x20No\x20command\x20name\x20provided','bYSWG','ViHWA','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','getAccessibilityConfig','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','NByqF','dbazi','gHIkQ','oHQeR','MeZCm','titlePath','__jestCurrentTestIdentifier','ekIBj','lYbLd','getCurrentAccessibilityStatus','KEY_TESTHUB_BUILD_ID','dDvxX','size','xALRL','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ikmzx','_mobileScanningDisabledLogged','34134FSKctO','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','executeScriptByName:\x20No\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','test_tags','debug','isMobileWebSession','poUpD',',\x20testIdentifier=','getScriptByName','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','QDfSt','Pguha','browserVersion','POST','FWrsK','mYMAO','isPlatformSupported','LWbrP','TEST_INIT','PRE','launchCaps','./baseModule','mLGcV','\x20testHubUuid=','updateData','FElfg','testFrameworkData','Bgrlm','parseFromProto','getCapabilityValue','name','zXPgj',']\x20onAfterTest\x20should\x20scan=','includes','ascii','CQHyi','fEFpD'];a90_0x2899=function(){return _0x10e203;};return a90_0x2899();}function a90_0x4901(_0xb9d4d6,_0x35c027){const _0x2899dd=a90_0x2899();return a90_0x4901=function(_0x4901b9,_0x4f914f){_0x4901b9=_0x4901b9-0x120;let _0x11e4f5=_0x2899dd[_0x4901b9];return _0x11e4f5;},a90_0x4901(_0xb9d4d6,_0x35c027);};module[a90_0xf28d3b(0x204)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x4c3fee=a91_0x1c15;(function(_0x3ad481,_0x59a92e){const _0x293a26=a91_0x1c15,_0x510e43=_0x3ad481();while(!![]){try{const _0x228bd7=-parseInt(_0x293a26(0xf4))/0x1*(parseInt(_0x293a26(0xef))/0x2)+parseInt(_0x293a26(0xde))/0x3*(parseInt(_0x293a26(0xdf))/0x4)+-parseInt(_0x293a26(0xd1))/0x5+-parseInt(_0x293a26(0xd0))/0x6+parseInt(_0x293a26(0xf2))/0x7*(-parseInt(_0x293a26(0xe0))/0x8)+parseInt(_0x293a26(0xd5))/0x9+parseInt(_0x293a26(0xf7))/0xa*(parseInt(_0x293a26(0xd6))/0xb);if(_0x228bd7===_0x59a92e)break;else _0x510e43['push'](_0x510e43['shift']());}catch(_0x42eab1){_0x510e43['push'](_0x510e43['shift']());}}}(a91_0xfef9,0x8baf2));const logger=require(a91_0x4c3fee(0xda))['winstonLogger'],{FRAMEWORKS}=require(a91_0x4c3fee(0xe1));function a91_0x1c15(_0xa90b6e,_0x571bff){const _0xfef909=a91_0xfef9();return a91_0x1c15=function(_0x1c15cb,_0x275178){_0x1c15cb=_0x1c15cb-0xcf;let _0x2a73f1=_0xfef909[_0x1c15cb];return _0x2a73f1;},a91_0x1c15(_0xa90b6e,_0x571bff);}function a91_0xfef9(){const _0x139634=['testCaseStartedId','104zZOFie','nWkYL','Configured\x20module\x20','448RaBleH','testFramework','8231vJsbqt','name',',\x20platformIndex=','30xrncWa','split','client','jEWzx','1736082NVPcmO','5687330PNRewe','HQfNO','2|0|4|3|5|1','binSessionId','8934399lzUfNE','5473457DGpHea','CUCUMBER','setTestFrameworkData','\x20with\x20binSessionId=','../../../helpers/logger.js','getModuleName','getTestId','exports','1947825WxTshx','4iYiUbR','88472eggkKy','../../../helpers/test-observability/constants.js','debug','QhLDd','BaseModule','object','kWcwk','testFrameworkData','LDvCb','config','testInfo','xQMPP','Missing\x20binSessionId','PLAYWRIGHT'];a91_0xfef9=function(){return _0x139634;};return a91_0xfef9();}class BaseModule{constructor(_0x354bfc=null){const _0x4fdfd8=a91_0x4c3fee,_0x339417={};_0x339417[_0x4fdfd8(0xf0)]=_0x4fdfd8(0xd3),_0x339417[_0x4fdfd8(0xd2)]=_0x4fdfd8(0xe4);const _0x3fd58b=_0x339417,_0x443b6a=_0x3fd58b[_0x4fdfd8(0xf0)][_0x4fdfd8(0xf8)]('|');let _0x2fa2a8=0x0;while(!![]){switch(_0x443b6a[_0x2fa2a8++]){case'0':this[_0x4fdfd8(0xd4)]=null;continue;case'1':this[_0x4fdfd8(0xe7)]=this[_0x4fdfd8(0xd8)](_0x354bfc);continue;case'2':this[_0x4fdfd8(0xf5)]=_0x3fd58b[_0x4fdfd8(0xd2)];continue;case'3':this[_0x4fdfd8(0xe9)]={};continue;case'4':this['platformIndex']=0x0;continue;case'5':this[_0x4fdfd8(0xf9)]=null;continue;}break;}}['ensureBinSession'](){const _0x2a6ee8=a91_0x4c3fee,_0x23ec62={};_0x23ec62[_0x2a6ee8(0xcf)]=_0x2a6ee8(0xec);const _0x21a90c=_0x23ec62;if(!this['binSessionId'])throw new Error(_0x21a90c[_0x2a6ee8(0xcf)]);}[a91_0x4c3fee(0xdb)](){const _0x16491b=a91_0x4c3fee;return this[_0x16491b(0xf5)];}['configure'](_0x1cab7c,_0x57166a,_0x52cce7,_0x14e0e1={}){const _0x47769a=a91_0x4c3fee,_0x1cc88c={};_0x1cc88c['ljFXM']='1|4|2|0|3';const _0x32ff49=_0x1cc88c,_0x255df5=_0x32ff49['ljFXM'][_0x47769a(0xf8)]('|');let _0x2f9f67=0x0;while(!![]){switch(_0x255df5[_0x2f9f67++]){case'0':this[_0x47769a(0xe9)]=_0x14e0e1;continue;case'1':this['binSessionId']=_0x1cab7c;continue;case'2':this[_0x47769a(0xf9)]=_0x52cce7;continue;case'3':logger[_0x47769a(0xe2)](_0x47769a(0xf1)+this[_0x47769a(0xdb)]()+_0x47769a(0xd9)+_0x1cab7c+_0x47769a(0xf6)+_0x57166a);continue;case'4':this['platformIndex']=_0x57166a;continue;}break;}}[a91_0x4c3fee(0xdc)](_0x50effb){const _0x211b78=a91_0x4c3fee,_0x24203a={};_0x24203a[_0x211b78(0xe6)]=function(_0x2c449d,_0x40e0c5){return _0x2c449d===_0x40e0c5;},_0x24203a[_0x211b78(0xe3)]=function(_0x36dd5e,_0x4b6d2a){return _0x36dd5e===_0x4b6d2a;};const _0x2f10d1=_0x24203a;let _0x3cbb51='';if(_0x2f10d1[_0x211b78(0xe6)](_0x50effb[_0x211b78(0xf3)],FRAMEWORKS[_0x211b78(0xed)]))_0x3cbb51=_0x50effb[_0x211b78(0xea)]?.['_test']?.['id']||_0x50effb[_0x211b78(0xea)]?.['testId'];else{if(_0x2f10d1[_0x211b78(0xe3)](_0x50effb[_0x211b78(0xf3)],FRAMEWORKS[_0x211b78(0xd7)]))_0x3cbb51=_0x50effb[_0x211b78(0xea)]?.[_0x211b78(0xee)];else _0x2f10d1[_0x211b78(0xe6)](_0x50effb[_0x211b78(0xf3)],FRAMEWORKS['JEST'])&&(_0x3cbb51=_0x50effb['testInfo']?.['id']);}return _0x3cbb51;}[a91_0x4c3fee(0xd8)](_0x1878b){const _0x5e4fce=a91_0x4c3fee,_0xbde69f={};_0xbde69f[_0x5e4fce(0xe8)]=function(_0x259105,_0x44ce4e){return _0x259105!==_0x44ce4e;},_0xbde69f['xQMPP']=_0x5e4fce(0xe5);const _0x1d5098=_0xbde69f;if(!_0x1878b||_0x1d5098[_0x5e4fce(0xe8)](typeof _0x1878b,_0x1d5098[_0x5e4fce(0xeb)]))return null;const _0x160b67={};_0x160b67[_0x5e4fce(0xf5)]=_0x1878b[_0x5e4fce(0xf5)],_0x160b67['version']=_0x1878b['version']&&_0x1878b['version'][_0x1878b['name']];const _0x1c6956=_0x160b67;return _0x1c6956;}}module[a91_0x4c3fee(0xdd)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a92_0x51b8(){const _0x1eb13f=['string','VXvdp','../../../helpers/helper.js','GHMym','Cmzwo','overrideLoadTesting','LTS','env','isLTSSession','false','message','1083775qzXqgK','getLTSSessionId','exports','browserstackAutomation','aaaIQ','yZPFH','lkkJh','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','BWtfr','wrPdJ','BROWSERSTACK_LTS_SESSION_ID','SdUaH','toLowerCase','mLnBz','dfKTZ','1116GCElHf','HGDIx','debug','jVRKU','FMNmp','505596ljkmOR','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','362Alkmbb','VlAwE','UDvmL','6XpIaoo','toString','TSYoo','10HbDlOi','26IgJRTI','2129AnrnQs','1495585bIQbsT','219DEvtoM','true','920815bUZVPd','UvPfS','21604KCdbUx','3512wEAkEG','setLTSSessionId'];a92_0x51b8=function(){return _0x1eb13f;};return a92_0x51b8();}function a92_0x31b1(_0x1ed16e,_0x5121b1){const _0x51b8cc=a92_0x51b8();return a92_0x31b1=function(_0x31b1af,_0x26e7a6){_0x31b1af=_0x31b1af-0x142;let _0x14b0d5=_0x51b8cc[_0x31b1af];return _0x14b0d5;},a92_0x31b1(_0x1ed16e,_0x5121b1);}const a92_0x26f2cc=a92_0x31b1;(function(_0x4a3872,_0x2144a4){const _0x3be268=a92_0x31b1,_0x3a097c=_0x4a3872();while(!![]){try{const _0x4845d9=parseInt(_0x3be268(0x171))/0x1*(parseInt(_0x3be268(0x169))/0x2)+-parseInt(_0x3be268(0x173))/0x3*(-parseInt(_0x3be268(0x144))/0x4)+parseInt(_0x3be268(0x172))/0x5*(-parseInt(_0x3be268(0x16c))/0x6)+-parseInt(_0x3be268(0x142))/0x7+-parseInt(_0x3be268(0x145))/0x8*(-parseInt(_0x3be268(0x161))/0x9)+parseInt(_0x3be268(0x16f))/0xa*(-parseInt(_0x3be268(0x152))/0xb)+parseInt(_0x3be268(0x166))/0xc*(-parseInt(_0x3be268(0x170))/0xd);if(_0x4845d9===_0x2144a4)break;else _0x3a097c['push'](_0x3a097c['shift']());}catch(_0x3b5a8c){_0x3a097c['push'](_0x3a097c['shift']());}}}(a92_0x51b8,0x35dbd));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger('LoadTestModule'),{sendSdkEvents}=require(a92_0x26f2cc(0x149)),isLTSSession=(_0x3b65ed=null)=>{const _0x580f37=a92_0x26f2cc,_0x116030={};_0x116030[_0x580f37(0x156)]=function(_0x51bb31,_0x4c93b6){return _0x51bb31!==_0x4c93b6;},_0x116030['cwkxf']='undefined',_0x116030[_0x580f37(0x158)]=function(_0x1c4f52,_0x518cbf){return _0x1c4f52===_0x518cbf;},_0x116030[_0x580f37(0x157)]=_0x580f37(0x147),_0x116030['FMNmp']=function(_0x54281e,_0x4df264){return _0x54281e===_0x4df264;},_0x116030[_0x580f37(0x15f)]=_0x580f37(0x174),_0x116030[_0x580f37(0x15b)]=function(_0x1b8a88,_0x4a91b8){return _0x1b8a88===_0x4a91b8;},_0x116030[_0x580f37(0x148)]=function(_0x3ad392,_0x868d57){return _0x3ad392===_0x868d57;},_0x116030[_0x580f37(0x15d)]=function(_0x44a09b,_0x437420){return _0x44a09b===_0x437420;},_0x116030[_0x580f37(0x14a)]=_0x580f37(0x150);const _0x56306d=_0x116030;try{if(_0x56306d['aaaIQ'](typeof process[_0x580f37(0x14e)][_0x580f37(0x14c)],_0x56306d['cwkxf'])){const _0x35acb1=process[_0x580f37(0x14e)]['overrideLoadTesting'];return _0x56306d['lkkJh'](typeof _0x35acb1,_0x56306d['yZPFH'])?_0x56306d[_0x580f37(0x165)](_0x35acb1[_0x580f37(0x15e)](),_0x56306d[_0x580f37(0x15f)]):!!_0x35acb1;}const _0x1a1e29=_0x3b65ed&&_0x3b65ed[_0x580f37(0x14c)],_0x487128=!!(_0x3b65ed&&(_0x56306d[_0x580f37(0x15b)](_0x3b65ed['browserstackAutomation'],!![])||_0x56306d['VXvdp'](_0x3b65ed[_0x580f37(0x155)],_0x56306d['mLnBz']))),_0x38ed9b=!!(_0x1a1e29&&_0x56306d[_0x580f37(0x15d)](_0x1a1e29[_0x580f37(0x16d)]()[_0x580f37(0x15e)](),_0x56306d[_0x580f37(0x15f)])&&!_0x487128);return process[_0x580f37(0x14e)][_0x580f37(0x14c)]=_0x38ed9b?_0x56306d['mLnBz']:_0x56306d[_0x580f37(0x14a)],_0x38ed9b;}catch(_0x13b249){return process[_0x580f37(0x14e)][_0x580f37(0x14c)]=_0x56306d[_0x580f37(0x14a)],![];}},getLTSSessionId=()=>{const _0x243c0c=a92_0x26f2cc,_0x124848={'dfKTZ':function(_0x1a0ae6){return _0x1a0ae6();},'VlAwE':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','Cmzwo':_0x243c0c(0x168)};try{if(_0x124848[_0x243c0c(0x160)](isLTSSession))return logger[_0x243c0c(0x163)](_0x124848[_0x243c0c(0x16a)]),process[_0x243c0c(0x14e)][_0x243c0c(0x15c)]||'';}catch(_0xdefc4f){logger['error'](_0x243c0c(0x159)+(_0xdefc4f&&_0xdefc4f[_0x243c0c(0x151)]));}return logger[_0x243c0c(0x163)](_0x124848[_0x243c0c(0x14b)]),'';},setLTSSessionId=async(_0x27c3cf={})=>{const _0x361054=a92_0x26f2cc,_0x246dc5={'BWtfr':function(_0x3a4566){return _0x3a4566();},'TSYoo':_0x361054(0x167),'tyWdu':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','HGDIx':_0x361054(0x14d),'UvPfS':function(_0x46cde,_0x2c30f4){return _0x46cde(_0x2c30f4);},'jVRKU':function(_0x586c59,_0x2df250,_0x88ef6d){return _0x586c59(_0x2df250,_0x88ef6d);},'UDvmL':function(_0x38b801,_0x3dafef){return _0x38b801||_0x3dafef;}};try{const _0x281064=_0x246dc5[_0x361054(0x15a)](getLTSSessionId);_0x281064?(process[_0x361054(0x14e)][_0x361054(0x15c)]=_0x281064,logger[_0x361054(0x163)](_0x246dc5[_0x361054(0x16e)])):(delete process[_0x361054(0x14e)][_0x361054(0x15c)],logger[_0x361054(0x163)](_0x246dc5['tyWdu']));try{const _0x2df503={'feature':_0x246dc5[_0x361054(0x162)],'ltsEnabled':_0x246dc5[_0x361054(0x143)](isLTSSession,_0x27c3cf),'ltsSessionIdPresent':!!_0x281064};await _0x246dc5[_0x361054(0x164)](sendSdkEvents,_0x2df503,_0x27c3cf);}catch(_0x2462f9){logger[_0x361054(0x163)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x2462f9&&_0x2462f9[_0x361054(0x151)]));}return _0x246dc5[_0x361054(0x16b)](_0x281064,'');}catch(_0x4a50f2){return logger[_0x361054(0x163)]('setLTSSessionId\x20error:\x20'+(_0x4a50f2&&_0x4a50f2[_0x361054(0x151)])),'';}},a92_0x16ca9c={};a92_0x16ca9c[a92_0x26f2cc(0x14f)]=isLTSSession,a92_0x16ca9c[a92_0x26f2cc(0x153)]=getLTSSessionId,a92_0x16ca9c[a92_0x26f2cc(0x146)]=setLTSSessionId,module[a92_0x26f2cc(0x154)]=a92_0x16ca9c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a93_0x23e4(_0x3b9d4a,_0x558cd3){const _0x5291e6=a93_0x5291();return a93_0x23e4=function(_0x23e43b,_0x2cd38f){_0x23e43b=_0x23e43b-0x76;let _0x173e2f=_0x5291e6[_0x23e43b];return _0x173e2f;},a93_0x23e4(_0x3b9d4a,_0x558cd3);}function a93_0x5291(){const _0x493ab2=['observabilityConfig','end','getModuleName','RBRCm','page','onBeforeTest:\x20page\x20is\x20not\x20defined','1IfhZTD','PHZnh','registerObserver','../../../helpers/classLogger.js','265482JXAbkD','svkUr','../state/hookState.js','name','onBeforeTest','10lOGnVb','\x20sync\x20done','./baseModule','SYNC','3754192ZHYOOS','../../../helpers/helper.js','../state/automationFrameworkState.js','MODULE_NAME','2448670xusBeA','3rzDYVq','exports','CREATE','9OBaphV','2796380RHvTvf','653732KRnWVI','VCVZG','29233721xryGBS','POST','qgDPv','debug','2607912kqwWoS','Ouotk','ObservabilitySync:','logger','ObservabilityModule','../../../helpers/performance/constants.js','../../utils/constants.js'];a93_0x5291=function(){return _0x493ab2;};return a93_0x5291();}const a93_0x3231a6=a93_0x23e4;(function(_0x34deab,_0x527de5){const _0x5a7117=a93_0x23e4,_0x20db4a=_0x34deab();while(!![]){try{const _0x56ffa4=parseInt(_0x5a7117(0x8c))/0x1*(-parseInt(_0x5a7117(0x79))/0x2)+-parseInt(_0x5a7117(0x9e))/0x3*(parseInt(_0x5a7117(0x7f))/0x4)+-parseInt(_0x5a7117(0x78))/0x5+parseInt(_0x5a7117(0x90))/0x6+-parseInt(_0x5a7117(0x9d))/0x7+-parseInt(_0x5a7117(0x99))/0x8*(parseInt(_0x5a7117(0x77))/0x9)+parseInt(_0x5a7117(0x95))/0xa*(parseInt(_0x5a7117(0x7b))/0xb);if(_0x56ffa4===_0x527de5)break;else _0x20db4a['push'](_0x20db4a['shift']());}catch(_0x436a86){_0x20db4a['push'](_0x20db4a['shift']());}}}(a93_0x5291,0x5424e));const BaseModule=require(a93_0x3231a6(0x97)),{createClassLogger}=require(a93_0x3231a6(0x8f)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a93_0x3231a6(0x9b)),HookState=require(a93_0x3231a6(0x92)),{playwrightAnnotate}=require(a93_0x3231a6(0x9a)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a93_0x3231a6(0x84)),constants=require(a93_0x3231a6(0x85));class ObservabilityModule extends BaseModule{[a93_0x3231a6(0x82)]=createClassLogger('ObservabilityModule');constructor(_0x107ede){const _0xe0154f=a93_0x3231a6,_0xf7f370={};_0xf7f370[_0xe0154f(0x8d)]=_0xe0154f(0x83);const _0x307b2f=_0xf7f370;super(),this[_0xe0154f(0x93)]=_0x307b2f[_0xe0154f(0x8d)],this[_0xe0154f(0x86)]=_0x107ede,AutomationFramework[_0xe0154f(0x8e)](AutomationFrameworkState[_0xe0154f(0x76)],HookState[_0xe0154f(0x7c)],this[_0xe0154f(0x94)]['bind'](this));}[a93_0x3231a6(0x88)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x277002){const _0x1b4feb=a93_0x3231a6,_0x3e2c85={'qgDPv':function(_0xf5eed2,_0x2acd42){return _0xf5eed2+_0x2acd42;},'Ouotk':_0x1b4feb(0x81),'VCVZG':function(_0x6a8b60,_0x476ead,_0x1adcbe,_0x55ca5b){return _0x6a8b60(_0x476ead,_0x1adcbe,_0x55ca5b);},'RBRCm':'debug','svkUr':_0x1b4feb(0x8b)};if(_0x277002[_0x1b4feb(0x8a)]){const _0x43f858=_0x277002['page'],_0x25ab89=Date['now'](),_0x371e60=_0x3e2c85[_0x1b4feb(0x7d)](_0x3e2c85[_0x1b4feb(0x80)],_0x25ab89);PerformanceTester['start'](O11y_EVENTS[_0x1b4feb(0x98)]),await _0x3e2c85[_0x1b4feb(0x7a)](playwrightAnnotate,_0x43f858,_0x371e60,_0x3e2c85[_0x1b4feb(0x89)]),PerformanceTester[_0x1b4feb(0x87)](O11y_EVENTS[_0x1b4feb(0x98)]),this['logger']['info']('onBeforeTest:\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x1b4feb(0x96));}else this[_0x1b4feb(0x82)][_0x1b4feb(0x7e)](_0x3e2c85[_0x1b4feb(0x91)]);}}ObservabilityModule[a93_0x3231a6(0x9c)]=a93_0x3231a6(0x83),module[a93_0x3231a6(0x9f)]=ObservabilityModule;
|