browserstack-node-sdk 1.55.1 → 1.55.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 +4 -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/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90_0x4c19a3=a90_0x3894;function a90_0x3044(){const _0x4d6062=['getAccessibilityResultsSummary','gXOQd','XtYov','saveTestResults','LskKG','wZRsT','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','parseA11yJwtPayload','getSuccess','replace','\x22browserstack.user\x22:\x22[REDACTED]\x22','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','split',']\x20isEnabledTestcase\x20(cucumber)\x20result=','performPageScan',',\x20includeTags=','scan',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','parseFromProto','getMinVersionForBrowser','PRE','wGtPk','xrxpH','getAccessibilityConfig','hasAccessibilityExecuteParams','uKDwh','DRIVER_INIT','includeTagsInTestingScope','evaluate','accessibilityPlatform','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','_sendMessageServerPatchApplied','loadDriverExecuteParams','name','MLUET','No\x20summaryResults\x20found.','getModuleName','../../../helpers/helper','etyjZ','fetchDriverExecuteParamsEvent','browserstack.accessibilityOptions.wcagVersion','some','evGZL','GQYis','fqLPg','\x20accessibility\x20script\x20on\x20page','capabilities','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','16|10|5|11|1|6|0|12|3|8|2|13|7|15|4|14|9','eddzW','UAACZ','DDbcL','../state/automationFrameworkState',']\x20should\x20run\x20accessibility\x20value=','platformCaps','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','yODaS','dbukQ','__accessibilityOptions','instance','../framework/constants/testFrameworkConstants.js','CMwGU','\x22browserstack.key\x22:\x22[REDACTED]\x22','string','\x20a11yToken=','validatePlatformForAccessibility',',\x20available\x20commands:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','xRMqV','ScanArgs:\x20','1855298wWmrex','Zbcwx','LHojg','dvmMi','IMQGn','browserStackEvaluate','\x20or\x20higher\x20','toJson','_mobileScanningDisabledLogged','lqrse','onBeforeExecute:\x20command=','iujBz',',\x20\x0a\x20','getState','getParamsForScanForCli','message','../../../helpers/accessibility-automation/constants','browserstack.accessibilityOptions.authToken','env','setShouldScan',']\x20isEnabledTestcase\x20(jest)\x20result=','AxVlm','NuDTg','../TestInfo.js','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','\x20->\x20','performScan','gMhGZ','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getInstance','isPlatformSupported:\x20caps\x20are\x20null','mAFLR','testAnalyticsId','ikuoH','yXspq','wpIwA','Error\x20getting\x20capability\x20value\x20for\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','xsnsA','JtyiN','format','getCurrentInstanceName','znATf','KEY_TESTHUB_BUILD_ID','EaZnN','XgNYD','bBRBA','isBrowserSupportedForAccessibility','delete','goog:chromeOptions','iJqzT','updateData','browserstack.accessibilityOptions.scannerProcessingTimeout','iSiOE','enDdj','Error\x20in\x20performPageScan:\x20','getTesthub','applySendMessageToServerPatch','Error\x20executing\x20script\x20','saveResults','chrome','pwPage','stopTestCapture','has','platformValidation','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','NopxA','start','JKEjY','finishScanningForCli','a11y:save-results','__workerDetails','currentTest','../../../helpers/performance/constants.js','Error\x20getting\x20script\x20by\x20name\x20','nBYdk','5343800uKFyEN','UwyhM','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','BS_A11Y_JWT','commandsToWrap','pSYZl','vuVVa','YjLHV','zsmTI','SDK_ACCESSIBILITY_CONFIG','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','scriptsList','options','isEnabled','mFIDW','fCNWw','pTwPT','testhub_build_uuid','CbsIx','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','testFramework','qDYtF','fCwiq','performScanForCli','getCapabilityValue','util','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','FNbhX','\x20result\x20for\x20','getCommandsToWrap','includes','command','args','239528yBlaxH','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','VsFZD','CctoZ','VsfYa','null','rPyIv','toObject','HDrrL','uunRx','find','afterTestHook','KEY_DRIVER_HAS_URL','HvPTt','Error\x20in\x20validatePlatformForAccessibility:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','RahDr','getTestId','length','mergeObject','GmlBq','is_mobile_session','TrackedInstance','scannerVersion','eAzXD','jUHIA','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','lUhZM','toLowerCase','Bubxs','otgGR','commandsList','../cliUtils','excludeTagsInTestingScope','accessibility','getData','Exception\x20in\x20isPlatformSupported:\x20','zwuyJ','zvpGR','map','EvQty','skipCDPConnectOverride','jest','RJrtl','get','./baseModule','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','getTrackedInstance','getOptions','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','isMobileWebSession','idcpz','QUIT','748392srycnh','getResultsSummary','bind','JZCPF','unknown','isEnabledTestcase','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','gwEuN','onBeforeExecute:\x20Command\x20','commandName','isMobilePlatform','../grpcClient','resolveMobileThTestRunUuid','registerObserver','../../../helpers/accessibility-automation/scripts','BORSc','testInfo','HFzdY','getScript','JBpqj','iAKxP','AaoAi','\x20from\x20testIdentifier=','CLmiL','toISOString','gFsWf','YixnX','qArNP','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','isBrowserstackScriptCommand','Stjqg','rRswh','DgfaJ','CfGAI','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','name:\x20','876830CeffWd','516537cujlcj','qpCaR','isAppAccessibility','accessibilityConfig','ZmOFM','_centralAuthConfigFetched','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','PJPYb','onBeforeTest','aPAxA','test-tags-->\x20','Koaco','Error\x20in\x20processAccessibilityCaps:\x20','CxOkA','set','isMobileScanningEnabledForGroup','dBIbq','\x20env=','CZObh','exports','Error\x20in\x20stopTestCapture:\x20','YJWqE','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onAfterTest','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework',',\x20framework=','setLogDisabledShown','getTestDetails','VDLOz','onBeforeExecute','getAllData','getAccessibilityResults','Performing\x20scan\x20before\x20from\x20cli','MergedScanArgs:\x20','performPageScan:\x20Page\x20is\x20null','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','piEsn','KEY_INIT','gbqeZ','getContext',',\x20excludeTags=','McWHg','jyrOJ','ZhHIA','\x20browser\x20version\x20','gyWsw','shouldScanCurrentTest','size','IDcpK','APIHS','Error\x20checking\x20headless\x20capability:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','debug','Ilchc','__jestCurrentTestIdentifier','UBUnI','measureWrapper','patchSendMessageToServer','../framework/automationFramework','osrha','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','ZiKOP','HrrmA','LOG_DISABLED_SHOWN','iEmrh','testFrameworkData','--headless=new','WBZkG','CHNLQ','../state/hookState','accessibilityToken','spIHf','cucumber','tvLtT','hEVaT','Performing\x20scan\x20before\x20getting\x20results\x20summary','getTestFrameworkDetail','BROWSERSTACK_TESTHUB_JWT','edxHz','scannerProcessingTimeout','titlePath','rSzCN','stack','\x20using\x20script:\x20','_centralAuthA11yConfig','--headless','gBlvG',',\x20testName=','Executing\x20','VaWVH','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','setAccessibilityConfig','CIflU','xljwx','../../../helpers/accessibility-automation/helper','gHZtT','SbjOv','getName','performScanForCli:\x20No\x20','XTQYp','getCurrentAccessibilityStatus','VWAhT','isArray','Tuoyk','executeScriptByName:\x20No\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided',']\x20clear\x20','zDyQz','EcEtI','ueCmB','Processed\x20accessibility\x20caps\x20','executeScriptByName',',\x20tags=','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','assign','KEY_TEST_NAME','getScriptByName','cfiqq',',\x20isAppAccessibility=','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','MOBILE_SCANNING_DISABLED_WARNING','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','[platform\x20-\x20','latest','loadAccessibilityConfig','getPlatformIndex','nfUZO','setShouldScanCurrentTest','fFAUC','true','getCommandsList','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','Dvwjw','MkCZn','ZaRHJ','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','wcagVersion','BROWSERSTACK_CLI_BIN_SESSION_ID','jFSIK','126uXtbvO','isPlatformSupported','Error\x20in\x20performScanForCli\x20for\x20script\x20','browser_version','shouldScanForCommand:\x20','test_tags','rfBOi','present','gyoNP','1700760BMimPX','ptdcv','getLogDisabledShown','../../../helpers/performance/performance-tester.js','requiresChromeOptionsValidation','SAVE_RESULTS','value','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','platformName','getCapabilitiesList','capabilitiesList','VQctO',',\x20testIdentifier=','Page\x20','GET_RESULTS_SUMMARY','launchCaps','URGxy','../../playwright/accessibility-helper','FlmMO','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','5DYeoYt','JGGMl','isVersionSupported','thTestRunUuid','[AccessibilityModule]\x20onAfterTest:\x20framework=','qMdTV','oEGIs','ZXovY','\x20value=','processAccessibilityCaps','toString','getTestUUID','FkvIi','trim','warn','Xuxzv','PEFCa','Unknown\x20Test','keys','getBuildId','setAccessibilityToken','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','FQFYm','Error\x20in\x20shouldScanForCommand:\x20','browser','../../../helpers/classLogger','NrMvb','getResults','stringify','KtJHA','test_run_id','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','fetchCentralAuthA11yConfig','info','xSgxf','LsDlh','function','end','jSvLw','VUtmp','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','page','BROWSERSTACK_TEST_ACCESSIBILITY_YML','browserstack.accessibilityOptions.scannerVersion','browserVersion','getGoogleChromeOptions','getAccessibility','Error\x20in\x20initAccessibilityConfig:\x20','sMrYd','eqZPs','NfMpJ','getValue','initAccessibilityConfig','error','NZdJW','Context','DcFLT','3hNqKeX','MODULE_NAME'];a90_0x3044=function(){return _0x4d6062;};return a90_0x3044();}function a90_0x3894(_0x19cdcf,_0x124823){const _0x304451=a90_0x3044();return a90_0x3894=function(_0x389455,_0x426679){_0x389455=_0x389455-0x14c;let _0x4e912a=_0x304451[_0x389455];return _0x4e912a;},a90_0x3894(_0x19cdcf,_0x124823);}(function(_0x24e5b6,_0x5de7be){const _0x35d40b=a90_0x3894,_0x584a56=_0x24e5b6();while(!![]){try{const _0x1578cb=-parseInt(_0x35d40b(0x153))/0x1+parseInt(_0x35d40b(0x27e))/0x2*(-parseInt(_0x35d40b(0x236))/0x3)+parseInt(_0x35d40b(0x2f0))/0x4+-parseInt(_0x35d40b(0x1fc))/0x5*(-parseInt(_0x35d40b(0x326))/0x6)+parseInt(_0x35d40b(0x2cc))/0x7+parseInt(_0x35d40b(0x1e8))/0x8+parseInt(_0x35d40b(0x1df))/0x9*(parseInt(_0x35d40b(0x152))/0xa);if(_0x1578cb===_0x5de7be)break;else _0x584a56['push'](_0x584a56['shift']());}catch(_0x461735){_0x584a56['push'](_0x584a56['shift']());}}}(a90_0x3044,0xe6771));const BaseModule=require(a90_0x4c19a3(0x31e)),{createClassLogger}=require(a90_0x4c19a3(0x215)),CLIUtils=require(a90_0x4c19a3(0x311)),AutomationFramework=require(a90_0x4c19a3(0x18d)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a90_0x4c19a3(0x26c)),HookState=require(a90_0x4c19a3(0x199)),GrpcClient=require(a90_0x4c19a3(0x332)),scripts=require(a90_0x4c19a3(0x335)),logger=createClassLogger(a90_0x4c19a3(0x307)),PerformanceTester=require(a90_0x4c19a3(0x1eb)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x4c19a3(0x2c9)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x4c19a3(0x28e)),{nestedKeyValue,isUndefined}=require(a90_0x4c19a3(0x25d)),util=require(a90_0x4c19a3(0x2e8)),TestInfo=require(a90_0x4c19a3(0x295)),TestFrameworkConstants=require(a90_0x4c19a3(0x274)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a90_0x4c19a3(0x237)]=AccessibilityModule[a90_0x4c19a3(0x259)];static [a90_0x4c19a3(0x158)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x540c72){const _0x432750=a90_0x4c19a3,_0x211aa2={};_0x211aa2['YjLHV']=_0x432750(0x268),_0x211aa2['Dvwjw']='ACCESSIBILITY_INITIALIZED',_0x211aa2[_0x432750(0x1e5)]=_0x432750(0x2e0),_0x211aa2['Bubxs']='DRIVER_HAS_URL',_0x211aa2['hgeux']=_0x432750(0x2d7);const _0x49166a=_0x211aa2,_0x3ea681=_0x49166a[_0x432750(0x2d4)][_0x432750(0x244)]('|');let _0x5c7d19=0x0;while(!![]){switch(_0x3ea681[_0x5c7d19++]){case'0':this[_0x432750(0x313)]=new Map();continue;case'1':this['isEnabled']=!![];continue;case'2':this[_0x432750(0x257)]=![];continue;case'3':this[_0x432750(0x155)]=![];continue;case'4':this[_0x432750(0x178)]=_0x49166a[_0x432750(0x1d8)];continue;case'5':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState['POST'],this[_0x432750(0x15b)]['bind'](this));continue;case'6':this['accessibilityConfig']=_0x540c72[_0x432750(0x2f7)]();continue;case'7':this[_0x432750(0x210)](_0x540c72['getOptions']()[_0x432750(0x1f1)]());continue;case'8':this[_0x432750(0x266)]=[];continue;case'9':this[_0x432750(0x2a9)]=_0x49166a[_0x432750(0x1e5)];continue;case'10':AutomationFramework[_0x432750(0x334)](AutomationFrameworkState['EXECUTE'],HookState['PRE'],this[_0x432750(0x170)][_0x432750(0x328)](this));continue;case'11':AutomationFramework[_0x432750(0x334)](AutomationFrameworkState[_0x432750(0x325)],HookState[_0x432750(0x24c)],this['onAfterTest']['bind'](this));continue;case'12':this[_0x432750(0x193)]=new Map();continue;case'13':this[_0x432750(0x286)]=![];continue;case'14':this[_0x432750(0x2fc)]=_0x49166a[_0x432750(0x30e)];continue;case'15':logger[_0x432750(0x187)](_0x49166a['hgeux']);continue;case'16':super();continue;}break;}}[a90_0x4c19a3(0x2dc)](){const _0x5e948f=a90_0x4c19a3;return this[_0x5e948f(0x2dc)];}[a90_0x4c19a3(0x25c)](){const _0x59ff1e=a90_0x4c19a3;return AccessibilityModule[_0x59ff1e(0x237)];}[a90_0x4c19a3(0x1b8)](){const _0x77448c=a90_0x4c19a3;return this[_0x77448c(0x313)][_0x77448c(0x31d)](CLIUtils[_0x77448c(0x2a7)](),![]);}[a90_0x4c19a3(0x1ea)](){const _0x13670a=a90_0x4c19a3;return this[_0x13670a(0x193)][_0x13670a(0x31d)](CLIUtils[_0x13670a(0x2a7)](),![]);}[a90_0x4c19a3(0x16d)](_0x1999ce){const _0x57272b=a90_0x4c19a3;this[_0x57272b(0x193)][_0x57272b(0x161)](CLIUtils[_0x57272b(0x2a7)](),_0x1999ce);}[a90_0x4c19a3(0x2b7)](){const _0x1141e2=a90_0x4c19a3,_0x28ad0a={'dvmMi':_0x1141e2(0x1c5),'CctoZ':function(_0x1f45bb,_0x4ba5ff){return _0x1f45bb(_0x4ba5ff);},'XklHw':'../../utils/playwright-patcher','DgfaJ':'Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','lqrse':_0x1141e2(0x169)};if(this[_0x1141e2(0x257)]){logger['debug'](_0x28ad0a[_0x1141e2(0x281)]);return;}try{const _0x20592a=_0x28ad0a[_0x1141e2(0x2f3)](require,_0x28ad0a['XklHw']);_0x20592a&&_0x20592a[_0x1141e2(0x18c)]?(_0x20592a[_0x1141e2(0x18c)](),this[_0x1141e2(0x257)]=!![],logger['debug'](_0x28ad0a[_0x1141e2(0x14e)])):logger[_0x1141e2(0x187)](_0x28ad0a[_0x1141e2(0x287)]);}catch(_0x47f5d9){logger[_0x1141e2(0x187)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x1141e2(0x2a6)](_0x47f5d9));}}[a90_0x4c19a3(0x1e0)](_0x1c8b40=null,_0x1d40bd=null,_0x382a27=null){const _0x2629c6=a90_0x4c19a3,_0x1fe15c={'VsFZD':function(_0x126201,_0x46a847){return _0x126201&&_0x46a847;},'EcEtI':_0x2629c6(0x29c),'RahDr':function(_0x4f84d3,_0x533083){return _0x4f84d3(_0x533083);},'DDbcL':_0x2629c6(0x25d),'UBUnI':_0x2629c6(0x31f),'MotoG':_0x2629c6(0x1d7),'qArNP':function(_0x3d52ca,_0x93c317){return _0x3d52ca===_0x93c317;},'fFAUC':function(_0xfffe22,_0xd34cc6){return _0xfffe22===_0xd34cc6;},'Zbcwx':'true','xljwx':function(_0x513dd9,_0x54def7){return _0x513dd9===_0x54def7;},'XTQYp':_0x2629c6(0x277),'iujBz':function(_0x19e18c,_0x7c9f7f){return _0x19e18c===_0x7c9f7f;},'eAzXD':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','NopxA':_0x2629c6(0x2af),'JZCPF':function(_0x228c78,_0x287146){return _0x228c78!==_0x287146;},'KtJHA':_0x2629c6(0x1cf),'edxHz':function(_0x755bd4){return _0x755bd4();},'otgGR':'on\x20non-BrowserStack\x20infrastructure\x20','Stjqg':function(_0x53c86e,_0x505bda){return _0x53c86e!==_0x505bda;},'HpKbk':function(_0x3ea346,_0x154aa8){return _0x3ea346>_0x154aa8;},'lePXz':function(_0xa60c84,_0x77201e){return _0xa60c84(_0x77201e);},'GnTPC':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x1fe15c[_0x2629c6(0x2f2)](!_0x1d40bd,!_0x382a27))return logger[_0x2629c6(0x187)](_0x1fe15c[_0x2629c6(0x1c0)]),![];const {isUndefined:_0x4f2584,isBrowserstackInfra:_0xd984c5}=_0x1fe15c[_0x2629c6(0x301)](require,_0x1fe15c[_0x2629c6(0x26b)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x1fe15c[_0x2629c6(0x18a)]),![];const _0x166b94=_0x1d40bd['browserName']||_0x1d40bd[_0x2629c6(0x214)],_0x58795f=_0x1d40bd['browserVersion']||_0x1d40bd[_0x2629c6(0x1e2)];if(!accessibilityHelper[_0x2629c6(0x2ad)](_0x166b94))return logger['warn'](_0x1fe15c['MotoG']),![];if(accessibilityHelper[_0x2629c6(0x1ec)](_0x166b94))try{const _0x2980a2=_0x1d40bd['headless'],_0x57b5c5=_0x1fe15c[_0x2629c6(0x342)](_0x2980a2,!![])||_0x1fe15c[_0x2629c6(0x1d4)](_0x2980a2,_0x1fe15c[_0x2629c6(0x27f)])||_0x1fe15c[_0x2629c6(0x1b1)](typeof _0x2980a2,_0x1fe15c[_0x2629c6(0x1b7)])&&_0x1fe15c[_0x2629c6(0x289)](_0x2980a2['toLowerCase'](),_0x1fe15c[_0x2629c6(0x27f)]);if(_0x57b5c5)return logger[_0x2629c6(0x20a)](_0x1fe15c[_0x2629c6(0x309)]),![];const _0x298f50=_0x1d40bd?.['chromeOptions']?.[_0x2629c6(0x2ef)]||_0x1d40bd?.[_0x1fe15c[_0x2629c6(0x2c2)]]?.[_0x2629c6(0x2ef)]||[];if(Array[_0x2629c6(0x1ba)](_0x298f50)&&_0x298f50['some'](_0x4da089=>typeof _0x4da089===_0x2629c6(0x277)&&(_0x4da089===_0x2629c6(0x1a9)||_0x4da089['startsWith']('--headless=')&&_0x4da089!==_0x2629c6(0x196))))return logger['warn'](_0x1fe15c[_0x2629c6(0x309)]),![];}catch(_0xf43189){logger[_0x2629c6(0x187)](_0x2629c6(0x185)+util[_0x2629c6(0x2a6)](_0xf43189));}if(_0x1fe15c[_0x2629c6(0x329)](_0x58795f,_0x1fe15c[_0x2629c6(0x219)])){const _0x54cc34=_0x1fe15c[_0x2629c6(0x1a2)](_0xd984c5),_0xe2db11=accessibilityHelper[_0x2629c6(0x24b)](_0x166b94,_0x54cc34),_0x13efe7=accessibilityHelper['getBrowserDisplayName'](_0x166b94);if(!accessibilityHelper[_0x2629c6(0x1fe)](_0x58795f,_0xe2db11)){const _0x5aec31=_0x54cc34?'':_0x1fe15c[_0x2629c6(0x30f)];return logger[_0x2629c6(0x20a)](_0x2629c6(0x186)+_0x13efe7+_0x2629c6(0x17f)+_0xe2db11+_0x2629c6(0x284)+_0x5aec31+'.'),![];}}else{const _0x2cf94b=_0x1d40bd[_0x2629c6(0x229)]||_0x1d40bd['browser_version']||_0x1d40bd['version'];if(_0x2cf94b&&_0x1fe15c[_0x2629c6(0x14c)](_0x2cf94b,_0x1fe15c[_0x2629c6(0x219)])&&!_0x1fe15c['HpKbk'](_0x1fe15c['lePXz'](parseFloat,_0x2cf94b),_0x1fe15c['lePXz'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x2629c6(0x20a)](_0x1fe15c['GnTPC']),![];}return!![];}catch(_0x32ef14){return logger[_0x2629c6(0x187)](_0x2629c6(0x315)+_0x32ef14['message']),![];}}[a90_0x4c19a3(0x32b)](_0x1109a1=[],_0x1b5d7f,_0x36c7a9=a90_0x4c19a3(0x19c)){const _0x3bbeb5=a90_0x4c19a3,_0x341635={'Zsmzc':function(_0x18e50a,_0x2ebc57){return _0x18e50a===_0x2ebc57;},'aPAxA':_0x3bbeb5(0x31b),'osrha':function(_0x10e390,_0x474293){return _0x10e390||_0x474293;},'bBRBA':function(_0x5b7aaa,_0x5751d7){return _0x5b7aaa===_0x5751d7;},'hyIXZ':function(_0x374696,_0x4661cc){return _0x374696&&_0x4661cc;},'gyWsw':_0x3bbeb5(0x32a),'sHhyB':function(_0x19b222,_0x2697e1){return _0x19b222===_0x2697e1;},'iJqzT':function(_0x2dfae5,_0x4fdffa){return _0x2dfae5(_0x4fdffa);},'IDcpK':function(_0x450144,_0x3282e4){return _0x450144>_0x3282e4;},'ZZahL':function(_0x593b45,_0x1eee05){return _0x593b45&&_0x1eee05;}};try{const _0x5ec343=process[_0x3bbeb5(0x290)][_0x3bbeb5(0x1ae)]?JSON['parse'](process['env'][_0x3bbeb5(0x1ae)]):null;if(!_0x5ec343)return!![];const _0x2c6dcc=Array[_0x3bbeb5(0x1ba)](_0x5ec343['includeTagsInTestingScope'])?_0x5ec343[_0x3bbeb5(0x253)]:[],_0x4b0fc8=Array['isArray'](_0x5ec343[_0x3bbeb5(0x312)])?_0x5ec343[_0x3bbeb5(0x312)]:[];if(_0x341635['Zsmzc'](_0x36c7a9,_0x341635[_0x3bbeb5(0x15c)])){let _0xf1f18f;Array[_0x3bbeb5(0x1ba)](_0x1109a1)?_0xf1f18f=_0x1109a1['join']('\x20'):_0xf1f18f=_0x341635[_0x3bbeb5(0x18e)](_0x1109a1,'');const _0x307f9a=_0x4b0fc8[_0x3bbeb5(0x261)](_0x2d5703=>_0xf1f18f['includes'](_0x2d5703)),_0x4ce39a=_0x341635[_0x3bbeb5(0x2ac)](_0x2c6dcc[_0x3bbeb5(0x303)],0x0)||_0x2c6dcc[_0x3bbeb5(0x261)](_0x4a7304=>_0xf1f18f[_0x3bbeb5(0x2ed)](_0x4a7304)),_0x17b76e=_0x341635['hyIXZ'](!_0x307f9a,_0x4ce39a);return logger[_0x3bbeb5(0x187)](_0x3bbeb5(0x1ce)+(_0x1b5d7f?.[_0x3bbeb5(0x1d1)]?.()||_0x341635['gyWsw'])+_0x3bbeb5(0x292)+_0x17b76e+_0x3bbeb5(0x1ab)+_0xf1f18f+_0x3bbeb5(0x247)+JSON[_0x3bbeb5(0x218)](_0x2c6dcc)+_0x3bbeb5(0x17b)+JSON[_0x3bbeb5(0x218)](_0x4b0fc8)),_0x17b76e;}const _0x78c76a=Array[_0x3bbeb5(0x1ba)](_0x1109a1)?_0x1109a1:[];let _0x500459=![],_0x53cf75=_0x341635['sHhyB'](_0x2c6dcc['length'],0x0);const _0x3daaf9=_0x515347=>typeof _0x515347==='string'?_0x515347[_0x3bbeb5(0x241)](/^@/,'')[_0x3bbeb5(0x30d)]()[_0x3bbeb5(0x209)]():_0x515347,_0x1e4816=new Set(_0x2c6dcc[_0x3bbeb5(0x318)](_0x3daaf9)),_0x85e301=new Set(_0x4b0fc8[_0x3bbeb5(0x318)](_0x3daaf9));for(const _0xd84f2d of _0x78c76a){const _0x133776=_0x341635[_0x3bbeb5(0x2b0)](_0x3daaf9,_0xd84f2d);_0x85e301[_0x3bbeb5(0x2bd)](_0x133776)&&(_0x500459=!![]),_0x341635[_0x3bbeb5(0x183)](_0x1e4816[_0x3bbeb5(0x182)],0x0)&&_0x1e4816[_0x3bbeb5(0x2bd)](_0x133776)&&(_0x53cf75=!![]);}const _0x3b3c5e=_0x341635['ZZahL'](_0x53cf75,!_0x500459);return logger[_0x3bbeb5(0x187)](_0x3bbeb5(0x1ce)+(_0x1b5d7f?.[_0x3bbeb5(0x1d1)]?.()||_0x341635[_0x3bbeb5(0x180)])+_0x3bbeb5(0x245)+_0x3b3c5e+_0x3bbeb5(0x1c4)+JSON[_0x3bbeb5(0x218)](_0x78c76a)+_0x3bbeb5(0x247)+JSON['stringify'](_0x2c6dcc)+',\x20excludeTags='+JSON['stringify'](_0x4b0fc8)),_0x3b3c5e;}catch(_0x34f49f){return logger['debug'](_0x3bbeb5(0x1ce)+(_0x1b5d7f?.['getPlatformIndex']?.()||_0x341635[_0x3bbeb5(0x180)])+_0x3bbeb5(0x249)+_0x34f49f[_0x3bbeb5(0x28d)]),![];}}async[a90_0x4c19a3(0x15b)](_0x199cf6){const _0x1c0e12=a90_0x4c19a3,_0x5357f0={};_0x5357f0['APIHS']=function(_0x4d96b2,_0x27d8f9){return _0x4d96b2!==_0x27d8f9;},_0x5357f0[_0x1c0e12(0x2f4)]=_0x1c0e12(0x19c),_0x5357f0['GmlBq']=_0x1c0e12(0x31b),_0x5357f0[_0x1c0e12(0x324)]=_0x1c0e12(0x18f),_0x5357f0['ikuoH']='TEST_INIT',_0x5357f0[_0x1c0e12(0x19b)]=_0x1c0e12(0x23e),_0x5357f0[_0x1c0e12(0x1f8)]=_0x1c0e12(0x2ce),_0x5357f0[_0x1c0e12(0x163)]=_0x1c0e12(0x252),_0x5357f0[_0x1c0e12(0x2b4)]=function(_0x2991dd,_0x991535){return _0x2991dd===_0x991535;},_0x5357f0[_0x1c0e12(0x165)]=_0x1c0e12(0x300),_0x5357f0[_0x1c0e12(0x22e)]=_0x1c0e12(0x20d),_0x5357f0['LsgPb']=function(_0x357f2d,_0x55a016){return _0x357f2d>_0x55a016;},_0x5357f0['PorTa']='function',_0x5357f0[_0x1c0e12(0x22f)]=_0x1c0e12(0x1e4),_0x5357f0[_0x1c0e12(0x16f)]=function(_0x1cbcc3,_0x44ceb5){return _0x1cbcc3&&_0x44ceb5;},_0x5357f0[_0x1c0e12(0x19e)]=_0x1c0e12(0x32a),_0x5357f0[_0x1c0e12(0x2e5)]=_0x1c0e12(0x1d5);const _0x17a419=_0x5357f0;if(_0x17a419[_0x1c0e12(0x184)](_0x199cf6[_0x1c0e12(0x2e3)],_0x17a419['VsfYa'])&&_0x17a419[_0x1c0e12(0x184)](_0x199cf6[_0x1c0e12(0x2e3)],_0x17a419[_0x1c0e12(0x305)])){logger['debug'](_0x17a419[_0x1c0e12(0x324)]);return;}try{const _0x121554=AutomationFramework[_0x1c0e12(0x320)](),_0x2295ad=TestFramework[_0x1c0e12(0x320)](),_0x49adb6=_0x199cf6[_0x1c0e12(0x226)]||global[_0x1c0e12(0x2c7)]?.[_0x1c0e12(0x2bb)]||null;if(!_0x49adb6){_0x2295ad&&_0x2295ad['updateData'](_0x17a419[_0x1c0e12(0x29f)],!![]);logger['debug'](_0x17a419[_0x1c0e12(0x19b)]);return;}logger[_0x1c0e12(0x187)](_0x17a419[_0x1c0e12(0x1f8)]);const _0x4de1ce=_0x2295ad?.['getData'](_0x17a419[_0x1c0e12(0x163)],![]),_0x15fe52=_0x2295ad?.[_0x1c0e12(0x314)](_0x17a419[_0x1c0e12(0x29f)],![]);if(_0x17a419[_0x1c0e12(0x2b4)](_0x4de1ce,![])&&_0x17a419[_0x1c0e12(0x2b4)](_0x15fe52,![])){_0x2295ad&&_0x2295ad[_0x1c0e12(0x2b1)](_0x17a419[_0x1c0e12(0x163)],!![]);logger[_0x1c0e12(0x187)](_0x17a419[_0x1c0e12(0x165)]);return;}_0x2295ad&&_0x2295ad[_0x1c0e12(0x2b1)](_0x17a419['ikuoH'],!![]);let _0x4661b4,_0x4dafe1;const _0x16e15c=_0x199cf6[_0x1c0e12(0x2e3)]||_0x17a419[_0x1c0e12(0x2f4)];if(_0x17a419['enDdj'](_0x16e15c,_0x17a419[_0x1c0e12(0x305)])){_0x4dafe1=_0x199cf6[_0x1c0e12(0x337)]?.['testAnalyticsId']||_0x199cf6[_0x1c0e12(0x337)]?.['id']||global[_0x1c0e12(0x189)]||global[_0x1c0e12(0x2c7)]?.[_0x1c0e12(0x2c8)]?.[_0x1c0e12(0x29e)]||global[_0x1c0e12(0x2c7)]?.[_0x1c0e12(0x2c8)]?.['id'];const _0x2aba55=_0x2295ad?.[_0x1c0e12(0x171)]()?.[_0x1c0e12(0x31d)](_0x4dafe1);if(_0x2aba55&&_0x2aba55[TestFrameworkConstants[_0x1c0e12(0x1c7)]])_0x4661b4=_0x2aba55[TestFrameworkConstants[_0x1c0e12(0x1c7)]];else{if(_0x199cf6[_0x1c0e12(0x337)]?.[_0x1c0e12(0x1a4)])_0x4661b4=_0x199cf6[_0x1c0e12(0x337)][_0x1c0e12(0x1a4)];else global['__workerDetails']?.[_0x1c0e12(0x2c8)]?.[_0x1c0e12(0x337)]?.[_0x1c0e12(0x1a4)]?_0x4661b4=global[_0x1c0e12(0x2c7)][_0x1c0e12(0x2c8)]['testInfo'][_0x1c0e12(0x1a4)]:_0x4661b4=_0x17a419[_0x1c0e12(0x22e)];}logger[_0x1c0e12(0x187)](_0x1c0e12(0x343)+_0x4dafe1+_0x1c0e12(0x1ab)+JSON[_0x1c0e12(0x218)](_0x4661b4));}else{_0x4dafe1=this[_0x1c0e12(0x302)](_0x199cf6);const _0x2642e8=TestInfo[_0x1c0e12(0x16e)](_0x4dafe1);let _0x4fdb50=[];if(_0x2642e8&&Array[_0x1c0e12(0x1ba)](_0x2642e8[_0x1c0e12(0x1e4)])&&_0x17a419['LsgPb'](_0x2642e8[_0x1c0e12(0x1e4)][_0x1c0e12(0x303)],0x0))_0x4fdb50=_0x2642e8[_0x1c0e12(0x1e4)];else{if(_0x2295ad){const _0x4d58b6=_0x17a419[_0x1c0e12(0x2b4)](typeof _0x2295ad[_0x1c0e12(0x314)],_0x17a419['PorTa'])?_0x2295ad[_0x1c0e12(0x314)](_0x17a419[_0x1c0e12(0x22f)],[]):_0x2295ad['test_tags']||[];Array['isArray'](_0x4d58b6)&&(_0x4fdb50=_0x4d58b6);}}_0x4661b4=_0x4fdb50;}logger[_0x1c0e12(0x21e)](_0x1c0e12(0x15d)+JSON[_0x1c0e12(0x218)](_0x4661b4));const _0x283bf9=this[_0x1c0e12(0x1e0)](_0x121554,_0x199cf6[_0x1c0e12(0x26e)],_0x199cf6['launchCaps']);logger[_0x1c0e12(0x187)]('[AccessibilityModule]\x20onBeforeTest:\x20platformSupported='+_0x283bf9+_0x1c0e12(0x1ca)+this[_0x1c0e12(0x155)]);const _0x24bc17=this[_0x1c0e12(0x32b)](_0x4661b4,_0x121554,_0x16e15c),_0x18fa3b=_0x17a419[_0x1c0e12(0x16f)](_0x283bf9,_0x24bc17),_0xf66287=CLIUtils[_0x1c0e12(0x2a7)]();this[_0x1c0e12(0x313)][_0x1c0e12(0x161)](_0xf66287,_0x18fa3b),global['Context']?.[_0x1c0e12(0x17a)]&&global[_0x1c0e12(0x234)][_0x1c0e12(0x17a)]()[_0x1c0e12(0x291)](_0x18fa3b),logger[_0x1c0e12(0x187)](_0x1c0e12(0x1ce)+(_0x121554?.['getPlatformIndex']?.()||_0x17a419['hEVaT'])+_0x1c0e12(0x26d)+_0x18fa3b),_0x18fa3b?(global[_0x1c0e12(0x255)]=!![],process[_0x1c0e12(0x290)][_0x1c0e12(0x227)]=_0x17a419[_0x1c0e12(0x2e5)],this[_0x1c0e12(0x2b7)]()):global[_0x1c0e12(0x255)]=![];}catch(_0x16a046){logger['error'](_0x1c0e12(0x2d9)+(_0x16a046['stack']||_0x16a046[_0x1c0e12(0x28d)]));const _0x416bcd=CLIUtils[_0x1c0e12(0x2a7)]();this[_0x1c0e12(0x313)][_0x1c0e12(0x161)](_0x416bcd,![]),global[_0x1c0e12(0x255)]=![];}}[a90_0x4c19a3(0x22a)](){const _0x53f175=a90_0x4c19a3;return this['capabilities'][_0x53f175(0x2fa)](_0x4fe1ac=>_0x4fe1ac[_0x53f175(0x1b5)]()===_0x53f175(0x2af))?.[_0x53f175(0x230)]()||'';}['getCapabilityValue'](_0x53ace9){const _0x2fd013=a90_0x4c19a3;try{const _0x2147cd=this[_0x2fd013(0x156)]?.[_0x2fd013(0x2db)]?.[_0x2fd013(0x1f2)]||[],_0x1ec1d4=_0x2147cd[_0x2fd013(0x2fa)](_0x4fca86=>_0x4fca86['name']===_0x53ace9);return _0x1ec1d4?_0x1ec1d4[_0x2fd013(0x1ee)]:null;}catch(_0x224060){return logger['debug'](_0x2fd013(0x2a2)+_0x53ace9+':\x20'+_0x224060['message']),null;}}async[a90_0x4c19a3(0x1af)](_0x323c89,_0x29ca11){const _0x9a5d77=a90_0x4c19a3,_0x4ab5df=_0x323c89['getAccessibility']()[_0x9a5d77(0x321)](),_0x354ffe=_0x4ab5df['getScriptsList'](),_0x38748d=_0x4ab5df[_0x9a5d77(0x2ec)]()?.[_0x9a5d77(0x1d6)]();scripts[_0x9a5d77(0x24a)](_0x354ffe,_0x38748d),scripts[_0x9a5d77(0x285)]();const _0x17088c=_0x4ab5df['getCapabilitiesList']();this[_0x9a5d77(0x266)]=_0x4ab5df['getCapabilitiesList'](),await this[_0x9a5d77(0x210)](_0x17088c,_0x29ca11[_0x9a5d77(0x1f7)]);}async[a90_0x4c19a3(0x210)](_0x2f3b11,_0x3bdecb={}){const _0x578637=a90_0x4c19a3,_0x48d09a={'NrMvb':function(_0x5c6be2,_0x53e3d9){return _0x5c6be2===_0x53e3d9;},'qMdTV':_0x578637(0x19a),'AxVlm':_0x578637(0x28f),'NuDTg':function(_0x1d0c4b,_0xc1ff8b){return _0x1d0c4b(_0xc1ff8b);},'znATf':_0x578637(0x1b2),'VQctO':_0x578637(0x25d),'DcFLT':function(_0x4bed8a,_0x5f56df){return _0x4bed8a===_0x5f56df;},'rRswh':_0x578637(0x1dc),'FQFYm':_0x578637(0x260),'uunRx':function(_0x3f8cf0,_0x19d90b){return _0x3f8cf0===_0x19d90b;},'YJWqE':_0x578637(0x308),'CHNLQ':_0x578637(0x228),'jFSIK':function(_0x28cb7b,_0x417803){return _0x28cb7b===_0x417803;},'tvLtT':_0x578637(0x1a3),'JtyiN':_0x578637(0x2b2),'XgNYD':function(_0x5b5f36,_0x396bd6){return _0x5b5f36===_0x396bd6;},'joEIO':'isMobileScanningEnabledForGroup','Koaco':function(_0x575761,_0x21d90a){return _0x575761(_0x21d90a);},'gHZtT':'true'};global[_0x578637(0x272)]=global[_0x578637(0x272)]||{};for(const _0x12fadf of _0x2f3b11){logger[_0x578637(0x21e)](_0x578637(0x151)+_0x12fadf['getName']()+_0x578637(0x204)+_0x12fadf['getValue']());if(_0x48d09a[_0x578637(0x216)](_0x12fadf[_0x578637(0x1b5)](),_0x48d09a[_0x578637(0x201)])){const _0xf6a402=_0x12fadf[_0x578637(0x230)]();process[_0x578637(0x290)][_0x578637(0x2d0)]=_0xf6a402,global['__accessibilityOptions'][_0x48d09a[_0x578637(0x293)]]=_0xf6a402;const _0x2bbdd9=_0x48d09a['NuDTg'](require,_0x48d09a[_0x578637(0x2a8)]),{isTrue:_0x3c98e0}=_0x48d09a['NuDTg'](require,_0x48d09a[_0x578637(0x1f3)]),_0x254d3c=_0x2bbdd9[_0x578637(0x23f)](_0xf6a402);_0x254d3c&&_0x48d09a[_0x578637(0x294)](_0x3c98e0,_0x254d3c[_0x578637(0x31a)])&&(process[_0x578637(0x290)][_0x578637(0x26f)]=!![]);}else{if(_0x48d09a[_0x578637(0x235)](_0x12fadf['getName'](),_0x48d09a[_0x578637(0x14d)]))global[_0x578637(0x272)][_0x48d09a[_0x578637(0x212)]]=_0x12fadf[_0x578637(0x230)]();else{if(_0x48d09a[_0x578637(0x2f9)](_0x12fadf[_0x578637(0x1b5)](),_0x48d09a[_0x578637(0x168)]))global[_0x578637(0x272)][_0x48d09a[_0x578637(0x198)]]=_0x12fadf['getValue']();else{if(_0x48d09a[_0x578637(0x1de)](_0x12fadf[_0x578637(0x1b5)](),_0x48d09a[_0x578637(0x19d)]))global[_0x578637(0x272)][_0x48d09a[_0x578637(0x2a5)]]=_0x12fadf[_0x578637(0x230)]();else{if(_0x48d09a[_0x578637(0x2ab)](_0x12fadf[_0x578637(0x1b5)](),_0x48d09a['joEIO'])){const _0x2f485d=_0x12fadf[_0x578637(0x230)]();process[_0x578637(0x290)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x48d09a[_0x578637(0x15e)](String,_0x48d09a[_0x578637(0x216)](_0x2f485d,!![])||_0x48d09a['jFSIK'](_0x2f485d,_0x48d09a[_0x578637(0x1b3)])),logger['debug']('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x2f485d+_0x578637(0x164)+process[_0x578637(0x290)][_0x578637(0x2d8)]);}}}}}}}async[a90_0x4c19a3(0x16a)](_0x53dadc){const _0x2e05e0=a90_0x4c19a3,_0x438946={};_0x438946[_0x2e05e0(0x2de)]=function(_0x1e3624,_0x5af1a9){return _0x1e3624!==_0x5af1a9;},_0x438946[_0x2e05e0(0x263)]='cucumber',_0x438946[_0x2e05e0(0x1ad)]=_0x2e05e0(0x31b),_0x438946[_0x2e05e0(0x14f)]=_0x2e05e0(0x16b),_0x438946['McWHg']=_0x2e05e0(0x32a);const _0x42d330=_0x438946;if(_0x42d330[_0x2e05e0(0x2de)](_0x53dadc[_0x2e05e0(0x2e3)],_0x42d330[_0x2e05e0(0x263)])&&_0x42d330[_0x2e05e0(0x2de)](_0x53dadc[_0x2e05e0(0x2e3)],_0x42d330[_0x2e05e0(0x1ad)])){logger[_0x2e05e0(0x187)](_0x42d330[_0x2e05e0(0x14f)]);return;}const _0x2b954c=_0x53dadc[_0x2e05e0(0x337)]?.['testAnalyticsId']||_0x53dadc['testInfo']?.['id']||global[_0x2e05e0(0x189)];logger['info'](_0x2e05e0(0x200)+_0x53dadc[_0x2e05e0(0x2e3)]+_0x2e05e0(0x1f4)+_0x2b954c);try{const _0x4b9ac9=_0x53dadc[_0x2e05e0(0x273)]||AutomationFramework[_0x2e05e0(0x320)](),_0xfb14f6=CLIUtils[_0x2e05e0(0x2a7)](),_0x308c34=this[_0x2e05e0(0x1b8)]();logger['debug'](_0x2e05e0(0x1ce)+(_0x4b9ac9?.[_0x2e05e0(0x1d1)]?.()||_0x42d330[_0x2e05e0(0x17c)])+']\x20onAfterTest\x20should\x20scan='+_0x308c34),_0x308c34&&await this[_0x2e05e0(0x2bc)](_0x4b9ac9,_0x53dadc),this[_0x2e05e0(0x313)][_0x2e05e0(0x2ae)](_0xfb14f6),this[_0x2e05e0(0x193)][_0x2e05e0(0x2ae)](_0xfb14f6);}catch(_0x1ef6d5){logger['error'](_0x2e05e0(0x322)+(_0x1ef6d5[_0x2e05e0(0x1a6)]||_0x1ef6d5[_0x2e05e0(0x28d)]));}}async['stopTestCapture'](_0x3b59c2,_0x5a7921){const _0x264e8f=a90_0x4c19a3,_0x5b97fd={};_0x5b97fd['qpCaR']=function(_0x2ef71f,_0x32d9f9){return _0x2ef71f===_0x32d9f9;},_0x5b97fd['yODaS']=_0x264e8f(0x221),_0x5b97fd[_0x264e8f(0x30c)]=_0x264e8f(0x31b),_0x5b97fd[_0x264e8f(0x1bb)]=_0x264e8f(0x19c),_0x5b97fd[_0x264e8f(0x2a0)]=function(_0x29e740,_0x12866e){return _0x29e740===_0x12866e;},_0x5b97fd[_0x264e8f(0x2e4)]=_0x264e8f(0x243),_0x5b97fd['xsnsA']=_0x264e8f(0x313),_0x5b97fd[_0x264e8f(0x25a)]=_0x264e8f(0x2b9),_0x5b97fd['gFsWf']='unknown',_0x5b97fd[_0x264e8f(0x23c)]=_0x264e8f(0x1e6),_0x5b97fd[_0x264e8f(0x2ea)]=_0x264e8f(0x2f5),_0x5b97fd[_0x264e8f(0x1c9)]=function(_0x3c3522,_0x1d29a7){return _0x3c3522||_0x1d29a7;},_0x5b97fd['TInkK']=function(_0x49b792,_0x3e9d43){return _0x49b792||_0x3e9d43;},_0x5b97fd[_0x264e8f(0x299)]=function(_0x3debec,_0x428aea){return _0x3debec||_0x428aea;},_0x5b97fd[_0x264e8f(0x191)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x5b97fd[_0x264e8f(0x23a)]='AUTOMATION_SESSIONS',_0x5b97fd['dbukQ']=_0x264e8f(0x21c);const _0x397b42=_0x5b97fd;try{const _0x4fbe73=_0x5a7921[_0x264e8f(0x2e3)]||(_0x397b42[_0x264e8f(0x154)](this[_0x264e8f(0x195)]?.[_0x264e8f(0x259)]?.[_0x264e8f(0x30d)](),_0x397b42[_0x264e8f(0x30c)])?_0x397b42[_0x264e8f(0x30c)]:_0x397b42['Tuoyk']);let _0x25b559='',_0x219d15=null,_0x34262d=null;if(_0x397b42[_0x264e8f(0x2a0)](_0x4fbe73,_0x397b42[_0x264e8f(0x30c)])){_0x219d15=_0x5a7921[_0x264e8f(0x337)]?.[_0x264e8f(0x29e)]||_0x5a7921[_0x264e8f(0x337)]?.['id']||global[_0x264e8f(0x189)];if(!_0x219d15){logger[_0x264e8f(0x20a)](_0x397b42['qDYtF']);return;}try{const _0x25c1ed=await GrpcClient[_0x264e8f(0x29b)]()[_0x264e8f(0x25f)](process['env'][_0x264e8f(0x1dd)],_0x397b42[_0x264e8f(0x2a4)],_0x397b42[_0x264e8f(0x25a)],_0x219d15),_0x24c2cb=AccessibilityModule[_0x264e8f(0x258)](null,_0x25c1ed);_0x25b559=_0x24c2cb?.[_0x264e8f(0x1ff)]||'',logger[_0x264e8f(0x187)](_0x264e8f(0x1cb)+_0x25b559+_0x264e8f(0x33d)+_0x219d15),_0x34262d=_0x25c1ed;}catch(_0x119925){logger['error'](_0x264e8f(0x2e2)+_0x119925[_0x264e8f(0x28d)]);return;}}else{const _0x558f59=this['getTestId'](_0x5a7921);_0x25b559=TestInfo[_0x264e8f(0x207)](_0x558f59);}const _0x45e5ea=((()=>{const _0x50ac0e=_0x264e8f,_0x46e580=(this['accessibilityConfig']?.[_0x50ac0e(0x2db)]?.[_0x50ac0e(0x1f2)]||[])[_0x50ac0e(0x2fa)](_0x5f040c=>(typeof _0x5f040c[_0x50ac0e(0x1b5)]===_0x50ac0e(0x221)?_0x5f040c[_0x50ac0e(0x1b5)]():_0x5f040c['name'])===this[_0x50ac0e(0x2a9)]);return _0x46e580?_0x397b42[_0x50ac0e(0x154)](typeof _0x46e580[_0x50ac0e(0x230)],_0x397b42[_0x50ac0e(0x270)])?_0x46e580[_0x50ac0e(0x230)]():_0x46e580[_0x50ac0e(0x1ee)]:'';})()),_0x3d6004=process[_0x264e8f(0x290)][_0x264e8f(0x1a1)]||'';logger['debug'](_0x264e8f(0x1ce)+(_0x3b59c2?.[_0x264e8f(0x1d1)]?.()||_0x397b42[_0x264e8f(0x340)])+_0x264e8f(0x1be)+_0x25b559+'\x20testHubUuid='+_0x45e5ea+_0x264e8f(0x278)+(_0x3d6004?_0x397b42[_0x264e8f(0x23c)]:_0x397b42['FNbhX']));let _0x35dc60;if(_0x397b42['qpCaR'](_0x4fbe73,_0x397b42[_0x264e8f(0x30c)]))_0x35dc60=AccessibilityModule[_0x264e8f(0x258)](_0x25b559,_0x34262d);else{const _0x5223ef=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x264e8f(0x290)][_0x264e8f(0x1dd)],_0x397b42[_0x264e8f(0x2a4)],_0x397b42[_0x264e8f(0x25a)]);_0x35dc60=AccessibilityModule[_0x264e8f(0x258)](_0x25b559,_0x5223ef);}logger['debug']('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x35dc60));const _0x3afc85=Object[_0x264e8f(0x1c6)]({},{'thTestRunUuid':_0x397b42['cfiqq'](_0x25b559,''),'thBuildUuid':_0x397b42['TInkK'](_0x45e5ea,''),'thJwtToken':_0x397b42[_0x264e8f(0x299)](_0x3d6004,'')},_0x35dc60);!this['isAppAccessibility']&&this['isMobileWebSession']()&&(_0x3afc85[_0x264e8f(0x306)]=!![],logger['debug'](_0x397b42[_0x264e8f(0x191)]));logger[_0x264e8f(0x187)](_0x264e8f(0x2bf)+_0x25b559+_0x264e8f(0x1ca)+this[_0x264e8f(0x155)]);let _0x4b446c=global[_0x264e8f(0x2c7)]?.['pwPage']||null;!_0x4b446c&&(_0x4b446c=AutomationFramework[_0x264e8f(0x28b)](_0x3b59c2,_0x397b42[_0x264e8f(0x23a)],null)),!_0x4b446c&&(_0x4b446c=AutomationFramework[_0x264e8f(0x28b)](_0x3b59c2,_0x397b42[_0x264e8f(0x271)],null)),await this['finishScanningForCli'](this[_0x264e8f(0x1b8)](),_0x25b559,_0x4b446c,_0x3afc85,this[_0x264e8f(0x155)]);}catch(_0xc4662){logger[_0x264e8f(0x232)](_0x264e8f(0x167)+(_0xc4662[_0x264e8f(0x1a6)]||_0xc4662[_0x264e8f(0x28d)]));}}async[a90_0x4c19a3(0x2c5)](_0x176b39,_0x47cff6,_0x2b2c2c,_0x505d2f,_0x4d6ea3){const _0x586374=a90_0x4c19a3,_0x4d280d={};_0x4d280d[_0x586374(0x33b)]=_0x586374(0x2b9),_0x4d280d[_0x586374(0x202)]=function(_0x2b4a79,_0x757c6c){return _0x2b4a79&&_0x757c6c;},_0x4d280d['HvPTt']=_0x586374(0x2a3),_0x4d280d[_0x586374(0x2d5)]=function(_0x27bf59,_0x57940a){return _0x27bf59===_0x57940a;},_0x4d280d[_0x586374(0x29d)]=_0x586374(0x2f5),_0x4d280d[_0x586374(0x2b3)]=function(_0x4d568b,_0x3b23dc){return _0x4d568b===_0x3b23dc;},_0x4d280d[_0x586374(0x25e)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x4d280d['JKEjY']=_0x586374(0x173),_0x4d280d[_0x586374(0x33c)]=_0x586374(0x2fb),_0x4d280d[_0x586374(0x27c)]=_0x586374(0x248),_0x4d280d[_0x586374(0x2cb)]=function(_0x421d4c,_0x2479a7){return _0x421d4c&&_0x2479a7;},_0x4d280d['JBpqj']=_0x586374(0x2c0),_0x4d280d[_0x586374(0x1bf)]=_0x586374(0x2c6),_0x4d280d['NhJTQ']=_0x586374(0x1ef);const _0x129b4f=_0x4d280d;try{const _0x28abfd=this[_0x586374(0x1c8)](_0x129b4f[_0x586374(0x33b)]);if(_0x129b4f['oEGIs'](!_0x4d6ea3,!_0x28abfd)){logger[_0x586374(0x187)](_0x129b4f[_0x586374(0x2fd)]);return;}if(!_0x47cff6||_0x129b4f[_0x586374(0x2d5)](_0x47cff6,_0x129b4f['mAFLR'])||_0x129b4f[_0x586374(0x2b3)](_0x47cff6,'')){logger[_0x586374(0x187)](_0x129b4f['etyjZ']);return;}logger[_0x586374(0x187)](_0x586374(0x30b)+JSON[_0x586374(0x218)](_0x505d2f)),_0x176b39&&(logger[_0x586374(0x187)](_0x129b4f[_0x586374(0x2c4)]),await this[_0x586374(0x2e6)](_0x2b2c2c,_0x47cff6,_0x129b4f[_0x586374(0x33c)],_0x505d2f,_0x4d6ea3,_0x129b4f[_0x586374(0x27c)]),_0x129b4f[_0x586374(0x2cb)](!_0x4d6ea3,_0x28abfd)&&(logger['debug'](_0x129b4f[_0x586374(0x33a)]),await PerformanceTester[_0x586374(0x18b)](_0x129b4f[_0x586374(0x1bf)],async()=>{const _0x3dddaa=_0x586374;await this[_0x3dddaa(0x2e6)](_0x2b2c2c,_0x47cff6,_0x129b4f[_0x3dddaa(0x33b)],_0x505d2f,_0x4d6ea3,_0x129b4f[_0x3dddaa(0x33b)]);})()),logger[_0x586374(0x21e)](_0x129b4f['NhJTQ']));}catch(_0x3f0128){logger[_0x586374(0x232)](_0x586374(0x21b)+(_0x3f0128[_0x586374(0x1a6)]||_0x3f0128[_0x586374(0x28d)]));}}async[a90_0x4c19a3(0x170)](_0x567eec){const _0x4161ea=a90_0x4c19a3,_0x3c5545={};_0x3c5545[_0x4161ea(0x179)]=function(_0x401865,_0x59bbb9){return _0x401865!==_0x59bbb9;},_0x3c5545[_0x4161ea(0x2d2)]=_0x4161ea(0x19c),_0x3c5545[_0x4161ea(0x280)]=_0x4161ea(0x31b),_0x3c5545['OGKDD']=_0x4161ea(0x27b),_0x3c5545[_0x4161ea(0x2dd)]='unknown',_0x3c5545[_0x4161ea(0x2aa)]=_0x4161ea(0x1bd),_0x3c5545[_0x4161ea(0x23d)]=function(_0x17e0ad,_0x18c438){return _0x17e0ad===_0x18c438;},_0x3c5545[_0x4161ea(0x319)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x3c5545[_0x4161ea(0x338)]='accessibility',_0x3c5545[_0x4161ea(0x316)]=_0x4161ea(0x298),_0x3c5545[_0x4161ea(0x2a1)]=_0x4161ea(0x21a),_0x3c5545[_0x4161ea(0x32e)]=_0x4161ea(0x2e0),_0x3c5545[_0x4161ea(0x1d2)]=_0x4161ea(0x248),_0x3c5545[_0x4161ea(0x233)]=_0x4161ea(0x2f5);const _0x561b57=_0x3c5545;if(_0x561b57['gbqeZ'](_0x567eec[_0x4161ea(0x2e3)],_0x561b57['pSYZl'])&&_0x561b57[_0x4161ea(0x179)](_0x567eec['testFramework'],_0x561b57[_0x4161ea(0x280)])){logger['debug'](_0x561b57['OGKDD']);return;}logger[_0x4161ea(0x187)](_0x4161ea(0x288)+(_0x567eec[_0x4161ea(0x330)]||_0x561b57[_0x4161ea(0x2dd)])+_0x4161ea(0x16c)+_0x567eec[_0x4161ea(0x2e3)]);try{const _0x57de4b=_0x567eec[_0x4161ea(0x273)]||AutomationFramework['getTrackedInstance'](),_0x2bbff5=TestFramework[_0x4161ea(0x320)](),_0x2742dd=_0x567eec[_0x4161ea(0x330)]||_0x567eec[_0x4161ea(0x2ee)]?.[_0x4161ea(0x1b5)]();if(!_0x2742dd){logger[_0x4161ea(0x187)](_0x561b57[_0x4161ea(0x2aa)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x4161ea(0x187)](_0x4161ea(0x1cd)+_0x2742dd);return;}if(!this['shouldScanForCommand'](_0x2742dd)){logger['debug'](_0x4161ea(0x32f)+_0x2742dd+_0x4161ea(0x296));return;}const _0x224e34=_0x567eec[_0x4161ea(0x226)]||global['__workerDetails']?.[_0x4161ea(0x2bb)];if(!_0x224e34){logger[_0x4161ea(0x187)](_0x4161ea(0x2cf)+_0x2742dd);return;}let _0x47e65e='',_0x55d89f=null;if(_0x561b57[_0x4161ea(0x23d)](_0x567eec['testFramework'],_0x561b57['LHojg'])){_0x55d89f=_0x567eec[_0x4161ea(0x337)]?.[_0x4161ea(0x29e)]||_0x567eec['testInfo']?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x55d89f){logger[_0x4161ea(0x20a)](_0x561b57[_0x4161ea(0x319)]);return;}try{const _0x3ef583=await GrpcClient[_0x4161ea(0x29b)]()[_0x4161ea(0x25f)](process[_0x4161ea(0x290)][_0x4161ea(0x1dd)],_0x561b57[_0x4161ea(0x338)],_0x561b57[_0x4161ea(0x316)],_0x55d89f),_0x14aad2=AccessibilityModule[_0x4161ea(0x258)](null,_0x3ef583);_0x47e65e=_0x14aad2?.[_0x4161ea(0x1ff)]||'',logger[_0x4161ea(0x187)](_0x4161ea(0x256)+_0x47e65e+_0x4161ea(0x33d)+_0x55d89f);}catch(_0x129d52){logger[_0x4161ea(0x232)](_0x4161ea(0x32d)+_0x129d52[_0x4161ea(0x28d)]);return;}}else _0x47e65e=this[_0x4161ea(0x2e7)](_0x561b57[_0x4161ea(0x2a1)])||'',!_0x47e65e&&this[_0x4161ea(0x323)]()&&(_0x47e65e=accessibilityHelper[_0x4161ea(0x333)]());const _0x16064c=this[_0x4161ea(0x2e7)](_0x561b57[_0x4161ea(0x32e)])||this[_0x4161ea(0x156)][this[_0x4161ea(0x2a9)]]||null,_0x514ffc=process[_0x4161ea(0x290)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x5b99a2=this[_0x4161ea(0x28c)](_0x2742dd,_0x47e65e,_0x16064c,_0x514ffc),_0x47714d=_0x561b57[_0x4161ea(0x23d)](_0x567eec['testFramework'],_0x561b57['LHojg'])?await AccessibilityModule[_0x4161ea(0x21d)](_0x561b57[_0x4161ea(0x1d2)],_0x47e65e,_0x55d89f):await AccessibilityModule[_0x4161ea(0x21d)](_0x561b57[_0x4161ea(0x1d2)],_0x47e65e);logger['info'](_0x4161ea(0x27d)+(_0x5b99a2?JSON[_0x4161ea(0x218)](_0x5b99a2):_0x561b57[_0x4161ea(0x233)]));const _0x495f46=CLIUtils[_0x4161ea(0x304)](_0x5b99a2,_0x47714d);logger[_0x4161ea(0x21e)](_0x4161ea(0x174)+(_0x495f46?JSON[_0x4161ea(0x218)](_0x495f46):_0x561b57[_0x4161ea(0x233)])),logger['debug'](_0x4161ea(0x2e9)+_0x2742dd);const _0x4fdc56=await this['performScanForCli'](_0x224e34,_0x47e65e,_0x2742dd,_0x495f46,this[_0x4161ea(0x155)]);logger[_0x4161ea(0x187)](_0x4161ea(0x1db)+_0x2742dd+_0x4161ea(0x28a)+JSON[_0x4161ea(0x218)](_0x4fdc56));}catch(_0x29341d){logger[_0x4161ea(0x232)](_0x4161ea(0x159)+(_0x29341d['stack']||_0x29341d[_0x4161ea(0x28d)]));}}[a90_0x4c19a3(0x181)](){const _0xa78b38=a90_0x4c19a3;return this[_0xa78b38(0x1b8)]();}[a90_0x4c19a3(0x1d3)](_0x427d72){const _0x34cdf0=a90_0x4c19a3,_0x5ccc42=CLIUtils[_0x34cdf0(0x2a7)]();this[_0x34cdf0(0x313)][_0x34cdf0(0x161)](_0x5ccc42,_0x427d72);}async[a90_0x4c19a3(0x231)](_0x55a9a0){const _0x2a88b0=a90_0x4c19a3,_0x2d01e1={};_0x2d01e1[_0x2a88b0(0x1da)]=_0x2a88b0(0x32a);const _0x431c31=_0x2d01e1;try{const _0x5bdb07=_0x55a9a0[_0x2a88b0(0x273)]||AutomationFramework[_0x2a88b0(0x320)](),_0xe97746=_0x5bdb07?.[_0x2a88b0(0x314)]?.()?.['get']?.(this[_0x2a88b0(0x178)])||![];if(_0xe97746)return;PerformanceTester[_0x2a88b0(0x2c3)](EVENTS[_0x2a88b0(0x2d6)]);const _0x3231fc=await GrpcClient['getInstance']()[_0x2a88b0(0x24f)](_0x55a9a0);_0x3231fc&&_0x3231fc[_0x2a88b0(0x22b)]&&_0x3231fc[_0x2a88b0(0x22b)]()&&_0x3231fc[_0x2a88b0(0x22b)]()[_0x2a88b0(0x240)]()?(await this[_0x2a88b0(0x1d0)](_0x3231fc,_0x55a9a0),_0x5bdb07?.[_0x2a88b0(0x314)]&&_0x5bdb07[_0x2a88b0(0x314)]()[_0x2a88b0(0x161)](this[_0x2a88b0(0x178)],!![]),logger[_0x2a88b0(0x187)](_0x2a88b0(0x1ce)+(_0x5bdb07?.[_0x2a88b0(0x1d1)]?.()||_0x431c31['ZaRHJ'])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger['debug'](_0x2a88b0(0x1ce)+(_0x5bdb07?.[_0x2a88b0(0x1d1)]?.()||_0x431c31[_0x2a88b0(0x1da)])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester['end'](EVENTS[_0x2a88b0(0x2d6)]);}catch(_0x2a7f6a){PerformanceTester[_0x2a88b0(0x222)](EVENTS[_0x2a88b0(0x2d6)],![],_0x2a7f6a[_0x2a88b0(0x28d)]),logger[_0x2a88b0(0x232)](_0x2a88b0(0x22c)+(_0x2a7f6a[_0x2a88b0(0x1a6)]||_0x2a7f6a[_0x2a88b0(0x28d)]));}}async[a90_0x4c19a3(0x1d0)](_0x200625,_0x17cd8e){const _0x47c50d=a90_0x4c19a3;await this[_0x47c50d(0x1af)](_0x200625,_0x17cd8e);const _0x1116b0=_0x200625[_0x47c50d(0x22b)]()[_0x47c50d(0x321)]();if(_0x1116b0){const _0x146163=_0x200625['getTesthub']&&_0x200625[_0x47c50d(0x2b6)]();_0x146163&&(this[_0x47c50d(0x156)][this[_0x47c50d(0x2a9)]]=_0x146163[_0x47c50d(0x20f)]&&_0x146163[_0x47c50d(0x20f)]());}}['shouldScanForCommand'](_0x512991){const _0x158fa5=a90_0x4c19a3,_0x9b074e={};_0x9b074e[_0x158fa5(0x17d)]=function(_0x24b061,_0x183d3b){return _0x24b061===_0x183d3b;};const _0x3dc9d1=_0x9b074e;try{if(!_0x512991)return![];const _0x30ce28=this[_0x158fa5(0x156)]?.[_0x158fa5(0x2db)]?.[_0x158fa5(0x2d1)]?.[_0x158fa5(0x310)]||[],_0x52b125=_0x30ce28[_0x158fa5(0x261)](_0x2f9a7d=>{const _0xda87a0=_0x158fa5;return _0x2f9a7d[_0xda87a0(0x259)]&&_0x3dc9d1['jyrOJ'](_0x2f9a7d['name'][_0xda87a0(0x30d)](),_0x512991[_0xda87a0(0x30d)]());});return logger[_0x158fa5(0x187)](_0x158fa5(0x1e3)+_0x512991+_0x158fa5(0x297)+_0x52b125+_0x158fa5(0x27a)+JSON[_0x158fa5(0x218)](_0x30ce28[_0x158fa5(0x318)](_0x5e7e31=>_0x5e7e31[_0x158fa5(0x259)]))),_0x52b125;}catch(_0x53039c){return logger[_0x158fa5(0x187)](_0x158fa5(0x213)+_0x53039c[_0x158fa5(0x28d)]),![];}}[a90_0x4c19a3(0x344)](_0x457228){const _0x3b2d87=a90_0x4c19a3,_0x4e6b8a={};_0x4e6b8a[_0x3b2d87(0x1d9)]=function(_0x14d72a,_0x3a5785){return _0x14d72a===_0x3a5785;},_0x4e6b8a[_0x3b2d87(0x24e)]=_0x3b2d87(0x277),_0x4e6b8a[_0x3b2d87(0x17e)]='browserstack_executor';const _0x3d8f21=_0x4e6b8a,_0x1d4173=_0x457228[_0x3b2d87(0x339)]&&_0x457228['getScript']();return _0x1d4173&&_0x3d8f21[_0x3b2d87(0x1d9)](typeof _0x1d4173,_0x3d8f21[_0x3b2d87(0x24e)])&&_0x1d4173[_0x3b2d87(0x2ed)](_0x3d8f21[_0x3b2d87(0x17e)]);}['isAccessibilityScriptCommand'](_0x20c01d){const _0x40abd0=a90_0x4c19a3,_0x1cd9db={};_0x1cd9db[_0x40abd0(0x194)]=function(_0x2fee50,_0xfba984){return _0x2fee50!==_0xfba984;},_0x1cd9db['YixnX']=_0x40abd0(0x277),_0x1cd9db[_0x40abd0(0x2e1)]=_0x40abd0(0x313),_0x1cd9db[_0x40abd0(0x262)]=_0x40abd0(0x298),_0x1cd9db['VWAhT']='getResults',_0x1cd9db[_0x40abd0(0x22d)]=_0x40abd0(0x23b);const _0x37b3b1=_0x1cd9db,_0xa3c8df=_0x20c01d[_0x40abd0(0x339)]&&_0x20c01d[_0x40abd0(0x339)]();if(!_0xa3c8df||_0x37b3b1[_0x40abd0(0x194)](typeof _0xa3c8df,_0x37b3b1[_0x40abd0(0x341)]))return![];return _0xa3c8df[_0x40abd0(0x2ed)](_0x37b3b1[_0x40abd0(0x2e1)])||_0xa3c8df['includes'](_0x37b3b1[_0x40abd0(0x262)])||_0xa3c8df[_0x40abd0(0x2ed)](_0x37b3b1[_0x40abd0(0x1b9)])||_0xa3c8df[_0x40abd0(0x2ed)](_0x37b3b1[_0x40abd0(0x22d)]);}[a90_0x4c19a3(0x323)](){const _0x4b098e=a90_0x4c19a3,_0x1ff4aa={'WBZkG':function(_0x5ed761,_0x182399){return _0x5ed761===_0x182399;},'VUtmp':_0x4b098e(0x221),'Xuxzv':function(_0x22b6e8,_0x34c643){return _0x22b6e8(_0x34c643);},'ueCmB':_0x4b098e(0x1f0),'CLmiL':'browserName','RJrtl':function(_0x4837a0,_0x595a4e){return _0x4837a0===_0x595a4e;},'gXOQd':'android','fqLPg':function(_0x14d311,_0x58a28e){return _0x14d311(_0x58a28e);},'WnCfF':_0x4b098e(0x2ba)};try{const _0x3ae6df=this[_0x4b098e(0x156)]?.['options']?.[_0x4b098e(0x1f2)]||[],_0x39a43e=_0x2e2013=>{const _0x247044=_0x4b098e,_0x202d2d=_0x3ae6df[_0x247044(0x2fa)](_0x37a797=>(typeof _0x37a797[_0x247044(0x1b5)]===_0x247044(0x221)?_0x37a797[_0x247044(0x1b5)]():_0x37a797[_0x247044(0x259)])===_0x2e2013);return _0x202d2d?_0x1ff4aa[_0x247044(0x197)](typeof _0x202d2d['getValue'],_0x1ff4aa[_0x247044(0x224)])?_0x202d2d['getValue']():_0x202d2d[_0x247044(0x1ee)]:null;},_0xe2b06c=_0x1ff4aa[_0x4b098e(0x20b)](_0x39a43e,_0x1ff4aa[_0x4b098e(0x1c1)]),_0x530fe9=_0x1ff4aa[_0x4b098e(0x20b)](_0x39a43e,_0x1ff4aa[_0x4b098e(0x33e)]),_0x1d58b7=global[_0x4b098e(0x331)]||_0xe2b06c&&_0x1ff4aa[_0x4b098e(0x31c)](_0x1ff4aa[_0x4b098e(0x20b)](String,_0xe2b06c)[_0x4b098e(0x30d)](),_0x1ff4aa[_0x4b098e(0x239)])&&_0x530fe9&&_0x1ff4aa[_0x4b098e(0x264)](String,_0x530fe9)[_0x4b098e(0x30d)]()['includes'](_0x1ff4aa['WnCfF']);if(!_0x1d58b7)return![];if(!accessibilityHelper[_0x4b098e(0x162)]())return!this['_mobileScanningDisabledLogged']&&(logger[_0x4b098e(0x20a)](accessibilityHelper[_0x4b098e(0x1cc)]),this[_0x4b098e(0x286)]=!![]),![];return!![];}catch(_0x5b4344){return logger[_0x4b098e(0x187)](_0x4b098e(0x150)+_0x5b4344['message']),![];}}[a90_0x4c19a3(0x28c)](_0x4cb1dd,_0x428669,_0x25b1c4,_0x330c7c){const _0x2ac847=a90_0x4c19a3,_0x1b506d={};_0x1b506d[_0x2ac847(0x317)]=function(_0x3c92fa,_0x407072){return _0x3c92fa||_0x407072;},_0x1b506d[_0x2ac847(0x1a5)]=function(_0x49090a,_0x483bae){return _0x49090a&&_0x483bae;},_0x1b506d[_0x2ac847(0x188)]=function(_0x3e974f,_0x551460){return _0x3e974f||_0x551460;},_0x1b506d[_0x2ac847(0x157)]=_0x2ac847(0x176);const _0x3fca3d=_0x1b506d;let _0x3aa5b8=_0x3fca3d[_0x2ac847(0x317)](_0x428669,'');const _0x5f2643=!this['isAppAccessibility']&&this[_0x2ac847(0x323)]();_0x3fca3d[_0x2ac847(0x1a5)](_0x5f2643,!_0x3aa5b8)&&(_0x3aa5b8=accessibilityHelper[_0x2ac847(0x333)]());const _0x582615={'command':_0x4cb1dd,'thTestRunUuid':_0x3aa5b8,'thBuildUuid':_0x3fca3d[_0x2ac847(0x317)](_0x25b1c4,''),'thJwtToken':_0x3fca3d['Ilchc'](_0x330c7c,''),'timestamp':new Date()[_0x2ac847(0x33f)]()};return _0x5f2643&&(_0x582615[_0x2ac847(0x306)]=!![],logger[_0x2ac847(0x187)](_0x3fca3d[_0x2ac847(0x157)])),_0x582615;}[a90_0x4c19a3(0x1c8)](_0x584db3){const _0x3c496b=a90_0x4c19a3,_0x4dfcdc={};_0x4dfcdc[_0x3c496b(0x192)]=function(_0x3bfa38,_0x4f48df){return _0x3bfa38||_0x4f48df;};const _0x5f5462=_0x4dfcdc;try{const _0x53da80=this[_0x3c496b(0x156)]?.[_0x3c496b(0x2db)]?.[_0x3c496b(0x2da)]||[],_0x4f8f02=_0x53da80[_0x3c496b(0x2fa)](_0x29b7ff=>_0x29b7ff['name']===_0x584db3);return _0x5f5462[_0x3c496b(0x192)](_0x4f8f02,null);}catch(_0x2c243a){return logger[_0x3c496b(0x187)](_0x3c496b(0x2ca)+_0x584db3+':\x20'+_0x2c243a['message']),null;}}async[a90_0x4c19a3(0x1c3)](_0x5c56d9,_0x30ecc8,_0x1c75fc=null){const _0x30e308=a90_0x4c19a3,_0x2a0356={'jSvLw':function(_0xf998dd,_0x1031c5){return _0xf998dd(_0x1031c5);},'PWSCD':'../../playwright/accessibility-helper'};try{if(!_0x5c56d9)return logger[_0x30e308(0x187)](_0x30e308(0x2f1)+_0x30ecc8),null;const _0x5f3581=this[_0x30e308(0x1c8)](_0x30ecc8);if(!_0x5f3581||!_0x5f3581[_0x30e308(0x2ee)])return logger['debug'](_0x30e308(0x1bc)+_0x30ecc8+'\x20script\x20available'),null;logger[_0x30e308(0x187)](_0x30e308(0x1ac)+_0x30ecc8+_0x30e308(0x265));const _0x4af354=_0x2a0356[_0x30e308(0x223)](require,_0x2a0356['PWSCD']),_0x2d6b6e=_0x1c75fc?await _0x4af354['browserStackEvaluate'](_0x5c56d9,_0x5f3581[_0x30e308(0x2ee)],_0x1c75fc):await _0x4af354[_0x30e308(0x283)](_0x5c56d9,_0x5f3581[_0x30e308(0x2ee)]);return _0x2d6b6e;}catch(_0x1610b5){return logger['error'](_0x30e308(0x2b8)+_0x30ecc8+':\x20'+(_0x1610b5['stack']||_0x1610b5[_0x30e308(0x28d)])),null;}}async[a90_0x4c19a3(0x2e6)](_0x39fc5e,_0x48b80f,_0x1c49cb,_0x22b555,_0x13e739,_0x4b4ace=a90_0x4c19a3(0x248)){const _0x552399=a90_0x4c19a3,_0x3db110={'CIflU':function(_0x2cade2,_0x2c6f36){return _0x2cade2===_0x2c6f36;},'gBlvG':_0x552399(0x248),'ptdcv':function(_0x1bfcad,_0x5f5154){return _0x1bfcad(_0x5f5154);},'CMwGU':_0x552399(0x1f9),'TGDcw':function(_0x2b0b14,_0x2204a3){return _0x2b0b14(_0x2204a3);}};try{logger[_0x552399(0x187)](_0x552399(0x1fb)+_0x1c49cb+_0x552399(0x1a7)+_0x4b4ace);const _0x3d57eb=this[_0x552399(0x1c8)](_0x4b4ace);if(!_0x3d57eb||!_0x3d57eb[_0x552399(0x2ee)]){logger[_0x552399(0x187)](_0x552399(0x1b6)+_0x4b4ace+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x3db110[_0x552399(0x1b0)](_0x4b4ace,_0x3db110[_0x552399(0x1aa)])){const _0x1563b3=_0x3db110[_0x552399(0x1e9)](require,_0x3db110[_0x552399(0x275)]),_0x8760e9={};_0x8760e9[_0x552399(0x2ee)]=_0x1c49cb;const _0x67f1f2=await PerformanceTester[_0x552399(0x18b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x289bd2=_0x552399;return await _0x1563b3[_0x289bd2(0x283)](_0x39fc5e,_0x3d57eb[_0x289bd2(0x2ee)],_0x22b555);},_0x8760e9)();return logger[_0x552399(0x21e)](_0x552399(0x1f5)+_0x4b4ace+'\x20result\x20for\x20'+_0x1c49cb+':\x20'+util['format'](_0x67f1f2)),_0x67f1f2;}const _0x3d220a=_0x3db110['TGDcw'](require,_0x3db110['CMwGU']),_0x3f919b=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x552399(0x1ed)],async()=>{const _0x65a814=_0x552399;return await _0x3d220a[_0x65a814(0x283)](_0x39fc5e,_0x3d57eb[_0x65a814(0x2ee)],_0x22b555);})();return logger[_0x552399(0x21e)](_0x552399(0x1f5)+_0x4b4ace+_0x552399(0x2eb)+_0x1c49cb+':\x20'+util['format'](_0x3f919b)),_0x3f919b;}catch(_0x55a496){logger[_0x552399(0x232)](_0x552399(0x1e1)+_0x4b4ace+':\x20'+(_0x55a496[_0x552399(0x1a6)]||_0x55a496[_0x552399(0x28d)]));}}async[a90_0x4c19a3(0x279)](_0x1f0998){const _0x350c31=a90_0x4c19a3,_0x2be809={'PEFCa':function(_0x4b1d83,_0x45c35b){return _0x4b1d83(_0x45c35b);},'vuVVa':_0x350c31(0x1b2)};try{const _0x51d9de=_0x2be809[_0x350c31(0x20c)](require,_0x2be809[_0x350c31(0x2d3)]);return await _0x51d9de[_0x350c31(0x2be)](_0x1f0998);}catch(_0x289fe1){return logger['error'](_0x350c31(0x2fe)+(_0x289fe1[_0x350c31(0x1a6)]||_0x289fe1['message'])),![];}}[a90_0x4c19a3(0x205)](_0x35d928,_0x1a0282,_0x5ca9ed){const _0x988524=a90_0x4c19a3,_0x4bf391={'uKDwh':function(_0x1b0fd7,_0x54126c){return _0x1b0fd7(_0x54126c);},'cYuuw':_0x988524(0x1f9),'UwyhM':_0x988524(0x242),'CxOkA':_0x988524(0x276)};try{const _0x4528f2=_0x4bf391[_0x988524(0x251)](require,_0x4bf391['cYuuw']);_0x4528f2[_0x988524(0x205)](_0x35d928,_0x1a0282,_0x5ca9ed);const _0x24f46f=JSON['stringify'](_0x35d928)[_0x988524(0x241)](/"browserstack\.user":"[^"]*"/g,_0x4bf391[_0x988524(0x2cd)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x4bf391[_0x988524(0x160)]);logger[_0x988524(0x187)](_0x988524(0x1c2)+global['accessibilityPlatform']+'\x20'+_0x24f46f);}catch(_0x1823c3){logger[_0x988524(0x232)](_0x988524(0x15f)+(_0x1823c3[_0x988524(0x1a6)]||_0x1823c3[_0x988524(0x28d)]));}}async[a90_0x4c19a3(0x172)](_0x26b743){const _0x4cf4d4=a90_0x4c19a3,_0x5add7d={};_0x5add7d[_0x4cf4d4(0x177)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x5add7d['xPdrn']=function(_0x40e613,_0x3314a5){return _0x40e613>_0x3314a5;},_0x5add7d[_0x4cf4d4(0x208)]=function(_0x5660f9,_0x12940d){return _0x5660f9>_0x12940d;},_0x5add7d[_0x4cf4d4(0x203)]=_0x4cf4d4(0x217);const _0x58b653=_0x5add7d;try{if(!this[_0x4cf4d4(0x1b8)]())return logger[_0x4cf4d4(0x20a)](_0x58b653[_0x4cf4d4(0x177)]),[];const _0x50ae0e=this[_0x4cf4d4(0x323)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4cf4d4(0x333)]()}:{};_0x58b653['xPdrn'](Object[_0x4cf4d4(0x20e)](_0x50ae0e)[_0x4cf4d4(0x303)],0x0)&&logger[_0x4cf4d4(0x187)](_0x4cf4d4(0x190)+JSON[_0x4cf4d4(0x218)](_0x50ae0e));const _0x37b400=_0x58b653[_0x4cf4d4(0x208)](Object[_0x4cf4d4(0x20e)](_0x50ae0e)[_0x4cf4d4(0x303)],0x0)?await this[_0x4cf4d4(0x1c3)](_0x26b743,_0x58b653['ZXovY'],_0x50ae0e):await this[_0x4cf4d4(0x1c3)](_0x26b743,_0x58b653[_0x4cf4d4(0x203)]);return _0x37b400||[];}catch(_0x41f832){return logger['error']('Error\x20in\x20getAccessibilityResults:\x20'+(_0x41f832[_0x4cf4d4(0x1a6)]||_0x41f832['message'])),[];}}async[a90_0x4c19a3(0x238)](_0xfd5291){const _0x1a557f=a90_0x4c19a3,_0x1e5d3b={'xSgxf':_0x1a557f(0x248),'gyoNP':_0x1a557f(0x327),'UAACZ':_0x1a557f(0x2ff),'LsDlh':function(_0x4cd937,_0x47e8c2){return _0x4cd937(_0x47e8c2);},'DdwnU':_0x1a557f(0x311),'bStOD':function(_0x37fd0b,_0x5a5db5){return _0x37fd0b===_0x5a5db5;},'wGtPk':_0x1a557f(0x31b),'JGGMl':_0x1a557f(0x29a),'rPyIv':'accessibility','IMQGn':_0x1a557f(0x2e0),'PJPYb':_0x1a557f(0x238),'eddzW':_0x1a557f(0x21a),'qsXys':_0x1a557f(0x19f),'SbjOv':_0x1a557f(0x25b)};try{if(!this[_0x1a557f(0x1b8)]())return logger['warn'](_0x1e5d3b[_0x1a557f(0x26a)]),{};const _0x1a6ebd=_0x1e5d3b[_0x1a557f(0x220)](require,_0x1e5d3b['DdwnU']),_0x32b01a=_0x1a6ebd[_0x1a557f(0x1a0)](),_0x3cdf14=_0x1e5d3b['bStOD'](_0x32b01a?.['name']?.[_0x1a557f(0x30d)](),_0x1e5d3b[_0x1a557f(0x24d)]);let _0x52335f='',_0x2bac9a=null,_0x4fa36a=null;if(_0x3cdf14){_0x2bac9a=global[_0x1a557f(0x189)]||global[_0x1a557f(0x2c7)]?.['currentTest']?.[_0x1a557f(0x29e)]||global[_0x1a557f(0x2c7)]?.[_0x1a557f(0x2c8)]?.['id'];if(!_0x2bac9a)return logger[_0x1a557f(0x20a)](_0x1e5d3b[_0x1a557f(0x1fd)]),{};try{const _0x1f0111=await GrpcClient[_0x1a557f(0x29b)]()[_0x1a557f(0x25f)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x1e5d3b[_0x1a557f(0x2f6)],_0x1e5d3b[_0x1a557f(0x1e7)],_0x2bac9a),_0x242e81=AccessibilityModule[_0x1a557f(0x258)](null,_0x1f0111);_0x52335f=_0x242e81?.[_0x1a557f(0x1ff)]||'',logger[_0x1a557f(0x187)](_0x1a557f(0x2c1)+_0x52335f+_0x1a557f(0x33d)+_0x2bac9a);const _0x46db0e=await AccessibilityModule[_0x1a557f(0x21d)](_0x1e5d3b[_0x1a557f(0x1e7)],_0x52335f,_0x2bac9a),_0x3be526=this[_0x1a557f(0x2e7)](_0x1e5d3b[_0x1a557f(0x282)])||this[_0x1a557f(0x156)][this[_0x1a557f(0x2a9)]]||null,_0x5a95f1=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x1c8c32=this[_0x1a557f(0x28c)](_0x1e5d3b[_0x1a557f(0x15a)],_0x52335f,_0x3be526,_0x5a95f1);_0x4fa36a=_0x1a6ebd[_0x1a557f(0x304)](_0x1c8c32,_0x46db0e),logger[_0x1a557f(0x187)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON[_0x1a557f(0x218)](_0x4fa36a));}catch(_0xb5aba1){return logger[_0x1a557f(0x232)](_0x1a557f(0x211)+_0xb5aba1[_0x1a557f(0x28d)]),{};}}else{_0x52335f=this[_0x1a557f(0x2e7)](_0x1e5d3b[_0x1a557f(0x269)])||'';!_0x52335f&&this[_0x1a557f(0x323)]()&&(_0x52335f=accessibilityHelper[_0x1a557f(0x333)]());const _0x41ecf7=this[_0x1a557f(0x2e7)](_0x1e5d3b['IMQGn'])||this['accessibilityConfig'][this[_0x1a557f(0x2a9)]]||null,_0x3d889f=process[_0x1a557f(0x290)]['BROWSERSTACK_TESTHUB_JWT']||'';_0x4fa36a=this[_0x1a557f(0x28c)](_0x1e5d3b['PJPYb'],_0x52335f,_0x41ecf7,_0x3d889f);}logger[_0x1a557f(0x187)](_0x1e5d3b['qsXys']),await PerformanceTester[_0x1a557f(0x18b)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4704de=_0x1a557f,_0x2be774=await this[_0x4704de(0x1c3)](_0xfd5291,_0x1e5d3b[_0x4704de(0x21f)],_0x4fa36a);logger[_0x4704de(0x187)]('Scan\x20result:\x20'+util[_0x4704de(0x2a6)](_0x2be774));},{'command':_0x1e5d3b[_0x1a557f(0x15a)]})();const _0x5b9eab=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1a557f(0x1f6)],async()=>{const _0x3dd147=_0x1a557f;return await this['executeScriptByName'](_0xfd5291,_0x1e5d3b[_0x3dd147(0x1e7)],_0x4fa36a);})();if(!_0x5b9eab)return logger['debug'](_0x1e5d3b[_0x1a557f(0x1b4)]),{};return _0x5b9eab;}catch(_0x1f6f25){return logger[_0x1a557f(0x232)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x1f6f25['stack']||_0x1f6f25[_0x1a557f(0x28d)])),{};}}async[a90_0x4c19a3(0x246)](_0x24ed99,_0xe4ab18,_0x39c9a9=null){const _0xbc2dc6=a90_0x4c19a3,_0x3cf43c={};_0x3cf43c[_0xbc2dc6(0x30a)]=_0xbc2dc6(0x175),_0x3cf43c[_0xbc2dc6(0x2df)]='performPageScan:\x20Script\x20is\x20null',_0x3cf43c['HDrrL']='Executing\x20accessibility\x20script\x20on\x20page';const _0x30128c=_0x3cf43c;try{if(!_0x24ed99)return logger[_0xbc2dc6(0x187)](_0x30128c[_0xbc2dc6(0x30a)]),null;if(!_0xe4ab18)return logger[_0xbc2dc6(0x187)](_0x30128c[_0xbc2dc6(0x2df)]),null;logger[_0xbc2dc6(0x187)](_0x30128c[_0xbc2dc6(0x2f8)]);const _0x3d25e0=_0x39c9a9?await _0x24ed99[_0xbc2dc6(0x254)](_0xe4ab18,_0x39c9a9):await _0x24ed99[_0xbc2dc6(0x254)](_0xe4ab18);return _0x3d25e0;}catch(_0x21a639){return logger[_0xbc2dc6(0x232)](_0xbc2dc6(0x2b5)+(_0x21a639['stack']||_0x21a639['message'])),null;}}static[a90_0x4c19a3(0x258)](_0x2ad4b8,_0x37bd9f){const _0x150e0b=a90_0x4c19a3,_0x3ce09f={};_0x3ce09f[_0x150e0b(0x1fa)]='ascii';const _0x12ea23=_0x3ce09f,_0x21f4d3={};_0x21f4d3['thTestRunUuid']=_0x2ad4b8;const _0x4b6f0c=_0x21f4d3;let _0x185562={};if(_0x37bd9f['getSuccess']()&&_0x37bd9f[_0x150e0b(0x250)]())try{_0x185562=JSON['parse'](new Buffer(_0x37bd9f['getAccessibilityExecuteParams']())[_0x150e0b(0x206)](_0x12ea23[_0x150e0b(0x1fa)]));}catch(_0x33856b){logger[_0x150e0b(0x232)](_0x150e0b(0x225)+_0x33856b[_0x150e0b(0x28d)]),_0x185562={};}return CLIUtils[_0x150e0b(0x304)](_0x4b6f0c,_0x185562);}static async[a90_0x4c19a3(0x21d)](_0x595fe0,_0x362a78='',_0x5ea87b=null){const _0x16683a=a90_0x4c19a3,_0x49acee={};_0x49acee['Lamwp']=_0x16683a(0x32c),_0x49acee[_0x16683a(0x336)]=_0x16683a(0x313);const _0x391d1b=_0x49acee;try{if(!_0x5ea87b&&AccessibilityModule[_0x16683a(0x158)])return AccessibilityModule[_0x16683a(0x1a8)];if(!process['env'][_0x16683a(0x1dd)])return logger[_0x16683a(0x232)](_0x391d1b['Lamwp']),{};const _0x263b1d=await GrpcClient[_0x16683a(0x29b)]()[_0x16683a(0x25f)](process[_0x16683a(0x290)][_0x16683a(0x1dd)],_0x391d1b['BORSc'],_0x595fe0,_0x5ea87b),_0x324346=_0x5ea87b?AccessibilityModule[_0x16683a(0x258)](null,_0x263b1d)?.[_0x16683a(0x1ff)]||_0x362a78:_0x362a78,_0x3ebc29=AccessibilityModule[_0x16683a(0x258)](_0x324346,_0x263b1d);return!_0x5ea87b&&(AccessibilityModule[_0x16683a(0x1a8)]=_0x3ebc29,AccessibilityModule[_0x16683a(0x158)]=!![]),_0x3ebc29;}catch(_0x1eb082){return logger[_0x16683a(0x232)](_0x16683a(0x267)+_0x595fe0+':\x20'+(_0x1eb082['stack']||_0x1eb082[_0x16683a(0x28d)])),{};}}};module[a90_0x4c19a3(0x166)]=AccessibilityModule;
|
|
1
|
+
const a90_0x3424fa=a90_0x2343;function a90_0x5708(){const _0x5cc4d2=['find','../TestInfo.js','MbLcl','efMIx','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hasAccessibilityExecuteParams','\x22browserstack.key\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','SoDhQ','test_tags','scannerProcessingTimeout','_mobileScanningDisabledLogged','platformValidation','pRbfp','YqfMM','tcIWC','\x20->\x20','performScanForCli:\x20No\x20','wgDTG','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',',\x20isAppAccessibility=','is_mobile_session','\x20from\x20testIdentifier=','PuUFk','isMobileWebSession','zazbH','getTesthub','isPlatformSupported','resolveMobileThTestRunUuid','CdUxN','parseA11yJwtPayload','patchSendMessageToServer','jrmty','pdElQ','EXECUTE','RNCHg','kCxQp','XrOzo','mqRuZ','Context','GET_RESULTS_SUMMARY','iCres','Error\x20in\x20performPageScan:\x20','browser','KETng','dJVuc','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','onBeforeExecute','zrVqT','some','getState','getResults','parse','SARjW','BQsAn','../state/automationFrameworkState','\x20result\x20for\x20','commandsList','TEST_INIT','_centralAuthA11yConfig','PRE','testAnalyticsId','platformCaps','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Yeckj','../../../helpers/performance/constants.js','LOG_DISABLED_SHOWN','./baseModule','iMrCC','getInstance','rezks','get','[AccessibilityModule]\x20onAfterTest:\x20framework=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','keys','TYcbG','executeScriptByName:\x20No\x20','12bcyxRT','getBuildId','4|0|2|12|3|15|10|11|14|7|1|16|5|13|9|8|6','lwGcq','parseFromProto','getSuccess','WEhdT','isAppAccessibility','AfTAB','2006598yljsVI','Error\x20in\x20shouldScanForCommand:\x20','OelUS','WXiUP','ruMUU','QQxmJ','1505288llGnQq','Error\x20in\x20validatePlatformForAccessibility:\x20','cucumber','dYRNK','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','QwXuz','nvvlQ','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','getCapabilityValue','getScriptsList','KEY_TEST_NAME','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','xkIlM',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getOptions','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=',']\x20onAfterTest\x20should\x20scan=','xmcIx','siDCh','Error\x20in\x20stopTestCapture:\x20','getAccessibilityConfig','delete',',\x20testName=','uCQjw','true','TMlVZ','PKCal','test_run_id','capabilities','fetchDriverExecuteParamsEvent','chrome','options','startsWith','Executing\x20',',\x20testIdentifier=','lNYpu','kLcaJ','wTgHY','isArray','currentTest','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','KqlBe','\x20script\x20available','applySendMessageToServerPatch','zLdux','trim','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','includeTagsInTestingScope','../../../helpers/accessibility-automation/scripts','VPuBM','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','OVszp','toObject','wFBYW','hUxlx','dAanP','Error\x20in\x20getAccessibilityResultsSummary:\x20','tuTyN','SjvbW','browserstack.accessibilityOptions.scannerVersion','CLHen','KEY_INIT','HNqwr','shouldScanForCommand','setShouldScanCurrentTest','_centralAuthConfigFetched','a11y:save-results','vvqJY','LiPvs','fOmZC','getData','wcagVersion','Page\x20','IxWyJ','titlePath','toLowerCase','afterTestHook','qJjeo','Error\x20in\x20processAccessibilityCaps:\x20','zxhoQ','DYKPi','scannerVersion','setAccessibilityToken',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Error\x20checking\x20headless\x20capability:\x20','browserName','start','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getValue','latest','page','getCurrentAccessibilityStatus','getResultsSummary','QEBCE','getLogDisabledShown','kKAqF','LyGCT','zsnYe','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','includes','debug','performPageScan:\x20Script\x20is\x20null','gCime','yespn','info','bXBzO',',\x20framework=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP',']\x20Accessibility\x20configuration\x20initialized\x20successfully','__accessibilityOptions','jimjg','version','ClsyU','getScript','--headless=new','util','tUwwp','commandsToWrap','map','CYJmq','GVrzD','loadAccessibilityConfig','name','goog:chromeOptions','onAfterTest','getCommandsList','\x20or\x20higher\x20','Gyklg','shouldScanForCommand:\x20','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getContext','initAccessibilityConfig','loadDriverExecuteParams','Oqxwa','OkmAu','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','ruoJS','FJaJl','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','../state/hookState','accessibilityPlatform','launchCaps','exports','680910qSpFob','DVkTd','format','MODULE_NAME','split','JMKnX','getAccessibilityExecuteParams','accessibility','GeuuB',']\x20isEnabledTestcase\x20(jest)\x20result=','pwPage','chromeOptions','wBQKE','../../../helpers/helper','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','21wmookG','isBrowserstackScriptCommand','../framework/automationFramework','commandName','stopTestCapture','PMYUI','vWHjJ','unknown','UdHCH','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','processAccessibilityCaps','vWAmM','mFGNP','Exception\x20in\x20isPlatformSupported:\x20','Scan\x20result:\x20','assign','VsJdv','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','value','TykRZ','getAccessibilityResultsSummary','../../utils/playwright-patcher','OMzdh','fetchCentralAuthA11yConfig','string','itVbV','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','BROWSERSTACK_TESTHUB_JWT','KSbnd','wDczg','DRIVER_INIT','uitPu','browserVersion','ReESv','registerObserver','testFrameworkData','WvWGZ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','kJEQK','Unknown\x20Test','accessibilityConfig','KEY_TESTHUB_BUILD_ID','OZrSV','args','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','BS_A11Y_JWT','getAccessibilityResults','testhub_build_uuid','nxLhe','android','__workerDetails','../../../helpers/performance/performance-tester.js','HdnPw','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','NgCtc','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','qgilV','onBeforeExecute:\x20No\x20command\x20name\x20provided','482635pFMznf','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.',']\x20clear\x20','replace','CXdAZ','getCurrentInstanceName','NEisr','getName','performScanForCli','kIBkG','has','getAccessibility','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=',',\x20tags=','--headless','test-tags-->\x20',',\x20includeTags=','SIzkb','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','setShouldScan','FUFnl','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','lSjAZ','[platform\x20-\x20','SImrX','wkgyW','getPlatformIndex','KEY_DRIVER_HAS_URL','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','scan','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','getCapabilitiesList','env',']\x20should\x20run\x20accessibility\x20value=','XRDcP','GiqID','end','Kqpuv','set','COsjX','browserStackEvaluate','URPKI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','getAllData','performScan','\x20accessibility\x20script\x20on\x20page','length','isAccessibilityScriptCommand','command','cnHhA','getScriptByName','browser_version','TFfNs','lDbMK','WvuUU','McNGZ','measureWrapper','excludeTagsInTestingScope','9jNBbEc','instance','jest','QgIPz','testFramework','SDK_ACCESSIBILITY_CONFIG','saveResults','DCKax','isEnabled','browserstack.accessibilityOptions.scannerProcessingTimeout','NoScZ','Error\x20in\x20initAccessibilityConfig:\x20','getModuleName','zjFvb','executeScriptByName','SDtTY','mHeNh','\x20using\x20script:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','DsFct','headless','RBpdb','DRIVER_HAS_URL','fqrwU','mwWNu','uOPzH','mergeObject','IqLue','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','../../../helpers/accessibility-automation/helper','tpFQI','setAccessibilityConfig','278634iSzcvG','message','1015834tWJEfI','getGoogleChromeOptions','MOBILE_SCANNING_DISABLED_WARNING','Error\x20in\x20getAccessibilityResults:\x20','getTrackedInstance','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','error','\x20value=','LoVmg','setLogDisabledShown','hWRpG','NZwjL','lfVqg','JJtrU','POST','skipCDPConnectOverride','WcLCd','pmhGq','getTestFrameworkDetail','platformName','on\x20non-BrowserStack\x20infrastructure\x20','accessibilityToken','ZMdcj','Error\x20getting\x20capability\x20value\x20for\x20','warn','AUTOMATION_SESSIONS','getTestId','browserstack.accessibilityOptions.wcagVersion','CyLxr','zwgtb','MPtzE','stack','vYmSL','getTestDetails','sYgMQ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SSyWT','liXno','__jestCurrentTestIdentifier','XyUdf','LVzMa','DxGXJ','UVFJG','../cliUtils','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','function','MoPQu','vdmWc','isVersionSupported','bind','\x20browser\x20version\x20','13126130awwaOq','BROWSERSTACK_CLI_BIN_SESSION_ID','toJson','fDedU','testInfo','thTestRunUuid','updateData','tjJZv','../framework/constants/testFrameworkConstants.js','onBeforeTest','SDZON','finishScanningForCli','isAccessibilityAutomationSession','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','isEnabledTestcase',']\x20isEnabledTestcase\x20(cucumber)\x20result=','getMinVersionForBrowser','\x20script\x20available\x20in\x20scriptsList','IldqI','capabilitiesList','bMcGg','DMeOl','VyzgP','name:\x20','getParamsForScanForCli',',\x20available\x20commands:\x20','iZHPT','Performing\x20scan\x20before\x20from\x20cli','_sendMessageServerPatchApplied','uhbXb'];a90_0x5708=function(){return _0x5cc4d2;};return a90_0x5708();}(function(_0x37af98,_0x3aabca){const _0x2547fa=a90_0x2343,_0x21afaa=_0x37af98();while(!![]){try{const _0x4e9254=parseInt(_0x2547fa(0x18b))/0x1+-parseInt(_0x2547fa(0xe4))/0x2+parseInt(_0x2547fa(0x189))/0x3+-parseInt(_0x2547fa(0x22c))/0x4*(parseInt(_0x2547fa(0x12e))/0x5)+-parseInt(_0x2547fa(0x235))/0x6*(parseInt(_0x2547fa(0xf4))/0x7)+-parseInt(_0x2547fa(0x23b))/0x8+-parseInt(_0x2547fa(0x168))/0x9*(-parseInt(_0x2547fa(0x1be))/0xa);if(_0x4e9254===_0x3aabca)break;else _0x21afaa['push'](_0x21afaa['shift']());}catch(_0x135ec6){_0x21afaa['push'](_0x21afaa['shift']());}}}(a90_0x5708,0x92715));const BaseModule=require(a90_0x3424fa(0x222)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a90_0x3424fa(0x1b6)),AutomationFramework=require(a90_0x3424fa(0xf6)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a90_0x3424fa(0x216)),HookState=require(a90_0x3424fa(0xe0)),GrpcClient=require('../grpcClient'),scripts=require(a90_0x3424fa(0x26b)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a90_0x3424fa(0x127)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x3424fa(0x220)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a90_0x3424fa(0xf1)),util=require(a90_0x3424fa(0xc8)),TestInfo=require(a90_0x3424fa(0x1de)),TestFrameworkConstants=require(a90_0x3424fa(0x1c6)),accessibilityHelper=require(a90_0x3424fa(0x186));function a90_0x2343(_0x1a4f14,_0x3bb3e9){const _0x5708df=a90_0x5708();return a90_0x2343=function(_0x234388,_0x1b5887){_0x234388=_0x234388-0xad;let _0x4e17a2=_0x5708df[_0x234388];return _0x4e17a2;},a90_0x2343(_0x1a4f14,_0x3bb3e9);}class AccessibilityModule extends BaseModule{static [a90_0x3424fa(0xe7)]=AccessibilityModule[a90_0x3424fa(0xcf)];static [a90_0x3424fa(0x27c)]=![];static [a90_0x3424fa(0x21a)]={};constructor(_0x12313f){const _0x3517de=a90_0x3424fa,_0x11bbaf={};_0x11bbaf[_0x3517de(0x22a)]=_0x3517de(0x22e),_0x11bbaf[_0x3517de(0x118)]='testhub_build_uuid',_0x11bbaf['OVszp']=_0x3517de(0x17e),_0x11bbaf[_0x3517de(0x107)]='ACCESSIBILITY_INITIALIZED',_0x11bbaf[_0x3517de(0x155)]=_0x3517de(0xd6);const _0x39d7ac=_0x11bbaf,_0xbfd5e8=_0x39d7ac[_0x3517de(0x22a)][_0x3517de(0xe8)]('|');let _0x34b419=0x0;while(!![]){switch(_0xbfd5e8[_0x34b419++]){case'0':AutomationFramework[_0x3517de(0x116)](AutomationFrameworkState[_0x3517de(0x201)],HookState[_0x3517de(0x21b)],this[_0x3517de(0x20e)][_0x3517de(0x1bc)](this));continue;case'1':this[_0x3517de(0x1db)]=![];continue;case'2':AutomationFramework[_0x3517de(0x116)](AutomationFrameworkState['CREATE'],HookState[_0x3517de(0x199)],this[_0x3517de(0x1c7)][_0x3517de(0x1bc)](this));continue;case'3':this[_0x3517de(0x170)]=!![];continue;case'4':super();continue;case'5':this[_0x3517de(0x28d)](_0x12313f[_0x3517de(0x249)]()[_0x3517de(0x14d)]());continue;case'6':this[_0x3517de(0x11d)]=_0x39d7ac['WvWGZ'];continue;case'7':this[_0x3517de(0x257)]=[];continue;case'8':this[_0x3517de(0x149)]=_0x39d7ac[_0x3517de(0x26e)];continue;case'9':this[_0x3517de(0x278)]=_0x39d7ac[_0x3517de(0x107)];continue;case'10':this[_0x3517de(0xeb)]=new Map();continue;case'11':this[_0x3517de(0x221)]=new Map();continue;case'12':AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState['PRE'],this[_0x3517de(0xd1)][_0x3517de(0x1bc)](this));continue;case'13':logger['debug'](_0x39d7ac['COsjX']);continue;case'14':this['isAppAccessibility']=![];continue;case'15':this[_0x3517de(0x11c)]=_0x12313f[_0x3517de(0x26f)]();continue;case'16':this[_0x3517de(0x1ea)]=![];continue;}break;}}[a90_0x3424fa(0x170)](){const _0x1badd5=a90_0x3424fa;return this[_0x1badd5(0x170)];}[a90_0x3424fa(0x174)](){const _0x581ccc=a90_0x3424fa;return AccessibilityModule[_0x581ccc(0xe7)];}['getCurrentAccessibilityStatus'](){const _0x30bca4=a90_0x3424fa;return this['accessibility']['get'](CLIUtils[_0x30bca4(0x133)](),![]);}[a90_0x3424fa(0xb3)](){const _0x23e401=a90_0x3424fa;return this['LOG_DISABLED_SHOWN'][_0x23e401(0x226)](CLIUtils[_0x23e401(0x133)](),![]);}[a90_0x3424fa(0x194)](_0x224ebf){const _0x58d865=a90_0x3424fa;this['LOG_DISABLED_SHOWN'][_0x58d865(0x154)](CLIUtils[_0x58d865(0x133)](),_0x224ebf);}[a90_0x3424fa(0x266)](){const _0x47a507=a90_0x3424fa,_0x1e985a={'efMIx':_0x47a507(0x1e1),'VyzgP':function(_0x5593af,_0xbe438){return _0x5593af(_0xbe438);},'lwGcq':_0x47a507(0x109),'zxhoQ':_0x47a507(0x21e),'OQZBn':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x47a507(0x1db)]){logger['debug'](_0x1e985a[_0x47a507(0x1e0)]);return;}try{const _0x562297=_0x1e985a[_0x47a507(0x1d5)](require,_0x1e985a[_0x47a507(0x22f)]);_0x562297&&_0x562297[_0x47a507(0x1fe)]?(_0x562297[_0x47a507(0x1fe)](),this[_0x47a507(0x1db)]=!![],logger['debug'](_0x1e985a[_0x47a507(0x28a)])):logger[_0x47a507(0xb9)](_0x1e985a['OQZBn']);}catch(_0x58831c){logger[_0x47a507(0xb9)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util['format'](_0x58831c));}}[a90_0x3424fa(0x1fa)](_0x2f4110=null,_0x47ce83=null,_0x327a17=null){const _0x46dacd=a90_0x3424fa,_0x4e7b7f={'kJEQK':function(_0x1fdf3f,_0xbd2dc4){return _0x1fdf3f&&_0xbd2dc4;},'osJLb':'isPlatformSupported:\x20caps\x20are\x20null','Yeckj':function(_0x525f13,_0x2e86eb){return _0x525f13(_0x2e86eb);},'SoDhQ':_0x46dacd(0xf1),'uitPu':_0x46dacd(0x1e5),'Gyklg':_0x46dacd(0x1e4),'LoVmg':function(_0x5658ff,_0x1b2f74){return _0x5658ff===_0x1b2f74;},'pRbfp':_0x46dacd(0x253),'oBGRm':function(_0x1024ea,_0x2d38d7){return _0x1024ea===_0x2d38d7;},'wgDTG':_0x46dacd(0x10c),'BQsAn':function(_0x3247e2,_0x308d60){return _0x3247e2===_0x308d60;},'hWRpG':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','vRsSV':_0x46dacd(0xd0),'tuTyN':function(_0x48c106,_0xb3c311){return _0x48c106!==_0xb3c311;},'QwXuz':_0x46dacd(0xae),'nxLhe':function(_0x6659f1){return _0x6659f1();},'SSyWT':_0x46dacd(0x19f),'fOmZC':function(_0x9acbff,_0x1a4227){return _0x9acbff!==_0x1a4227;},'jenSe':function(_0x1b4687,_0x144caa){return _0x1b4687>_0x144caa;},'bYqSN':function(_0xcdeb50,_0x4e157e){return _0xcdeb50(_0x4e157e);},'lfVqg':function(_0x57a35b,_0x2c59b2){return _0x57a35b(_0x2c59b2);},'NaOEP':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x4e7b7f[_0x46dacd(0x11a)](!_0x47ce83,!_0x327a17))return logger[_0x46dacd(0xb9)](_0x4e7b7f['osJLb']),![];const {isUndefined:_0x35cf20,isBrowserstackInfra:_0x2221a5}=_0x4e7b7f[_0x46dacd(0x21f)](require,_0x4e7b7f[_0x46dacd(0x1e7)]);if(!accessibilityHelper[_0x46dacd(0x1ca)]())return logger[_0x46dacd(0xb9)](_0x4e7b7f[_0x46dacd(0x113)]),![];const _0x24cdfd=_0x47ce83[_0x46dacd(0x290)]||_0x47ce83[_0x46dacd(0x20a)],_0x354ced=_0x47ce83[_0x46dacd(0x114)]||_0x47ce83[_0x46dacd(0x161)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x24cdfd))return logger[_0x46dacd(0x1a3)](_0x4e7b7f[_0x46dacd(0xd4)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x24cdfd))try{const _0x3eca9e=_0x47ce83[_0x46dacd(0x17c)],_0x5411df=_0x4e7b7f[_0x46dacd(0x193)](_0x3eca9e,!![])||_0x4e7b7f[_0x46dacd(0x193)](_0x3eca9e,_0x4e7b7f[_0x46dacd(0x1ec)])||_0x4e7b7f['oBGRm'](typeof _0x3eca9e,_0x4e7b7f[_0x46dacd(0x1f1)])&&_0x4e7b7f[_0x46dacd(0x215)](_0x3eca9e[_0x46dacd(0x286)](),_0x4e7b7f[_0x46dacd(0x1ec)]);if(_0x5411df)return logger[_0x46dacd(0x1a3)](_0x4e7b7f[_0x46dacd(0x195)]),![];const _0x38eafc=_0x47ce83?.[_0x46dacd(0xef)]?.[_0x46dacd(0x11f)]||_0x47ce83?.[_0x4e7b7f['vRsSV']]?.['args']||[];if(Array[_0x46dacd(0x261)](_0x38eafc)&&_0x38eafc[_0x46dacd(0x210)](_0x45ea9a=>typeof _0x45ea9a===_0x46dacd(0x10c)&&(_0x45ea9a===_0x46dacd(0x13c)||_0x45ea9a[_0x46dacd(0x25b)]('--headless=')&&_0x45ea9a!==_0x46dacd(0xc7))))return logger[_0x46dacd(0x1a3)](_0x4e7b7f[_0x46dacd(0x195)]),![];}catch(_0x58328f){logger[_0x46dacd(0xb9)](_0x46dacd(0x28f)+util[_0x46dacd(0xe6)](_0x58328f));}if(_0x4e7b7f[_0x46dacd(0x274)](_0x354ced,_0x4e7b7f[_0x46dacd(0x240)])){const _0x39f013=_0x4e7b7f[_0x46dacd(0x124)](_0x2221a5),_0x3db887=accessibilityHelper[_0x46dacd(0x1cf)](_0x24cdfd,_0x39f013),_0x2f5fb7=accessibilityHelper['getBrowserDisplayName'](_0x24cdfd);if(!accessibilityHelper[_0x46dacd(0x1bb)](_0x354ced,_0x3db887)){const _0x488a43=_0x39f013?'':_0x4e7b7f[_0x46dacd(0x1af)];return logger[_0x46dacd(0x1a3)](_0x46dacd(0x158)+_0x2f5fb7+_0x46dacd(0x1bd)+_0x3db887+_0x46dacd(0xd3)+_0x488a43+'.'),![];}}else{const _0x1f39eb=_0x47ce83[_0x46dacd(0x114)]||_0x47ce83[_0x46dacd(0x161)]||_0x47ce83[_0x46dacd(0xc4)];if(_0x1f39eb&&_0x4e7b7f[_0x46dacd(0x280)](_0x1f39eb,_0x4e7b7f['QwXuz'])&&!_0x4e7b7f['jenSe'](_0x4e7b7f['bYqSN'](parseFloat,_0x1f39eb),_0x4e7b7f[_0x46dacd(0x197)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x46dacd(0x1a3)](_0x4e7b7f['NaOEP']),![];}return!![];}catch(_0x57e4aa){return logger[_0x46dacd(0xb9)](_0x46dacd(0x101)+_0x57e4aa['message']),![];}}[a90_0x3424fa(0x1cd)](_0xc878d3=[],_0x286ee1,_0xcc7ce5=a90_0x3424fa(0x23d)){const _0x22a00c=a90_0x3424fa,_0x25dccd={'WcjPc':function(_0x2a99db,_0x9e773b){return _0x2a99db===_0x9e773b;},'GeuuB':'jest','xmcIx':function(_0x22f7ae,_0x2a722a){return _0x22f7ae||_0x2a722a;},'tcIWC':function(_0x128be2,_0x137945){return _0x128be2&&_0x137945;},'sYgMQ':_0x22a00c(0xfb),'kVdgW':function(_0x3a4a76,_0x31f123){return _0x3a4a76(_0x31f123);},'kIBkG':function(_0x13e136,_0x573ac3){return _0x13e136>_0x573ac3;},'XPnDC':function(_0x5711d7,_0x535bde){return _0x5711d7&&_0x535bde;}};try{const _0x2c32da=process[_0x22a00c(0x14e)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x22a00c(0x213)](process['env'][_0x22a00c(0xf3)]):null;if(!_0x2c32da)return!![];const _0x496967=Array['isArray'](_0x2c32da['includeTagsInTestingScope'])?_0x2c32da[_0x22a00c(0x26a)]:[],_0x1a12f5=Array['isArray'](_0x2c32da[_0x22a00c(0x167)])?_0x2c32da['excludeTagsInTestingScope']:[];if(_0x25dccd['WcjPc'](_0xcc7ce5,_0x25dccd[_0x22a00c(0xec)])){let _0x33f8be;Array['isArray'](_0xc878d3)?_0x33f8be=_0xc878d3['join']('\x20'):_0x33f8be=_0x25dccd[_0x22a00c(0x24c)](_0xc878d3,'');const _0x440769=_0x1a12f5[_0x22a00c(0x210)](_0x475ab1=>_0x33f8be[_0x22a00c(0xb8)](_0x475ab1)),_0x39373a=_0x25dccd['WcjPc'](_0x496967[_0x22a00c(0x15c)],0x0)||_0x496967[_0x22a00c(0x210)](_0x556b36=>_0x33f8be[_0x22a00c(0xb8)](_0x556b36)),_0x4bd013=_0x25dccd[_0x22a00c(0x1ee)](!_0x440769,_0x39373a);return logger[_0x22a00c(0xb9)](_0x22a00c(0x145)+(_0x286ee1?.[_0x22a00c(0x148)]?.()||_0x25dccd['sYgMQ'])+_0x22a00c(0xed)+_0x4bd013+_0x22a00c(0x251)+_0x33f8be+_0x22a00c(0x13e)+JSON[_0x22a00c(0xf2)](_0x496967)+',\x20excludeTags='+JSON[_0x22a00c(0xf2)](_0x1a12f5)),_0x4bd013;}const _0x4d7a10=Array[_0x22a00c(0x261)](_0xc878d3)?_0xc878d3:[];let _0x4d91e9=![],_0x557342=_0x25dccd['WcjPc'](_0x496967['length'],0x0);const _0x1dd686=_0x1d15d2=>typeof _0x1d15d2===_0x22a00c(0x10c)?_0x1d15d2[_0x22a00c(0x131)](/^@/,'')[_0x22a00c(0x286)]()[_0x22a00c(0x268)]():_0x1d15d2,_0x48d288=new Set(_0x496967[_0x22a00c(0xcb)](_0x1dd686)),_0x4cfa73=new Set(_0x1a12f5[_0x22a00c(0xcb)](_0x1dd686));for(const _0x1472d9 of _0x4d7a10){const _0xefb834=_0x25dccd['kVdgW'](_0x1dd686,_0x1472d9);_0x4cfa73[_0x22a00c(0x138)](_0xefb834)&&(_0x4d91e9=!![]),_0x25dccd[_0x22a00c(0x137)](_0x48d288['size'],0x0)&&_0x48d288['has'](_0xefb834)&&(_0x557342=!![]);}const _0x52b723=_0x25dccd['XPnDC'](_0x557342,!_0x4d91e9);return logger[_0x22a00c(0xb9)](_0x22a00c(0x145)+(_0x286ee1?.[_0x22a00c(0x148)]?.()||_0x25dccd[_0x22a00c(0x1ad)])+_0x22a00c(0x1ce)+_0x52b723+_0x22a00c(0x13b)+JSON[_0x22a00c(0xf2)](_0x4d7a10)+_0x22a00c(0x13e)+JSON[_0x22a00c(0xf2)](_0x496967)+',\x20excludeTags='+JSON['stringify'](_0x1a12f5)),_0x52b723;}catch(_0x3d29c9){return logger[_0x22a00c(0xb9)](_0x22a00c(0x145)+(_0x286ee1?.[_0x22a00c(0x148)]?.()||_0x25dccd['sYgMQ'])+_0x22a00c(0x28e)+_0x3d29c9['message']),![];}}async[a90_0x3424fa(0x1c7)](_0x310efb){const _0x698007=a90_0x3424fa,_0x3c66a1={};_0x3c66a1[_0x698007(0xcd)]=function(_0x31ecf8,_0x3ff1d7){return _0x31ecf8!==_0x3ff1d7;},_0x3c66a1[_0x698007(0x234)]=_0x698007(0x23d),_0x3c66a1[_0x698007(0x111)]='jest',_0x3c66a1[_0x698007(0xf0)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x3c66a1[_0x698007(0x205)]=_0x698007(0x219),_0x3c66a1[_0x698007(0x23a)]=_0x698007(0xfd),_0x3c66a1[_0x698007(0x128)]=_0x698007(0x184),_0x3c66a1['pdElQ']=_0x698007(0x112),_0x3c66a1['jimjg']=function(_0x2288aa,_0x158e10){return _0x2288aa===_0x158e10;},_0x3c66a1[_0x698007(0xc9)]=function(_0x30be3e,_0x554f2a){return _0x30be3e===_0x554f2a;},_0x3c66a1[_0x698007(0x232)]=_0x698007(0x246),_0x3c66a1[_0x698007(0x252)]=_0x698007(0x11b),_0x3c66a1[_0x698007(0xde)]=function(_0x2bcfd9,_0x9bbfa1){return _0x2bcfd9>_0x9bbfa1;},_0x3c66a1[_0x698007(0xfc)]=_0x698007(0x1b8),_0x3c66a1[_0x698007(0x19c)]='test_tags',_0x3c66a1[_0x698007(0xff)]=function(_0xee6bdc,_0x2bbecc){return _0xee6bdc&&_0x2bbecc;},_0x3c66a1[_0x698007(0xbe)]='unknown',_0x3c66a1['mFGNP']=_0x698007(0x253);const _0x2ad60d=_0x3c66a1;if(_0x2ad60d[_0x698007(0xcd)](_0x310efb[_0x698007(0x16c)],_0x2ad60d['AfTAB'])&&_0x2ad60d['GVrzD'](_0x310efb[_0x698007(0x16c)],_0x2ad60d['wDczg'])){logger['debug'](_0x2ad60d[_0x698007(0xf0)]);return;}try{const _0x36849d=AutomationFramework[_0x698007(0x18f)](),_0x15823f=TestFramework[_0x698007(0x18f)](),_0x2c715d=_0x310efb[_0x698007(0xaf)]||global[_0x698007(0x126)]?.['pwPage']||null;if(!_0x2c715d){_0x15823f&&_0x15823f['updateData'](_0x2ad60d[_0x698007(0x205)],!![]);logger[_0x698007(0xb9)](_0x2ad60d[_0x698007(0x23a)]);return;}logger[_0x698007(0xb9)](_0x2ad60d['HdnPw']);const _0x4e37bc=_0x15823f?.[_0x698007(0x281)](_0x2ad60d['pdElQ'],![]),_0x585dc8=_0x15823f?.[_0x698007(0x281)](_0x2ad60d[_0x698007(0x205)],![]);if(_0x2ad60d[_0x698007(0xc3)](_0x4e37bc,![])&&_0x2ad60d[_0x698007(0xc9)](_0x585dc8,![])){_0x15823f&&_0x15823f[_0x698007(0x1c4)](_0x2ad60d[_0x698007(0x200)],!![]);logger[_0x698007(0xb9)](_0x2ad60d['WEhdT']);return;}_0x15823f&&_0x15823f[_0x698007(0x1c4)](_0x2ad60d[_0x698007(0x205)],!![]);let _0x15c0e4,_0xb43f91;const _0x404918=_0x310efb['testFramework']||_0x2ad60d[_0x698007(0x234)];if(_0x2ad60d[_0x698007(0xc9)](_0x404918,_0x2ad60d[_0x698007(0x111)])){_0xb43f91=_0x310efb['testInfo']?.['testAnalyticsId']||_0x310efb[_0x698007(0x1c2)]?.['id']||global[_0x698007(0x1b1)]||global[_0x698007(0x126)]?.[_0x698007(0x262)]?.[_0x698007(0x21c)]||global['__workerDetails']?.[_0x698007(0x262)]?.['id'];const _0x42f61d=_0x15823f?.[_0x698007(0x159)]()?.['get'](_0xb43f91);if(_0x42f61d&&_0x42f61d[TestFrameworkConstants[_0x698007(0x245)]])_0x15c0e4=_0x42f61d[TestFrameworkConstants[_0x698007(0x245)]];else{if(_0x310efb[_0x698007(0x1c2)]?.['titlePath'])_0x15c0e4=_0x310efb[_0x698007(0x1c2)][_0x698007(0x285)];else global['__workerDetails']?.[_0x698007(0x262)]?.[_0x698007(0x1c2)]?.[_0x698007(0x285)]?_0x15c0e4=global[_0x698007(0x126)][_0x698007(0x262)][_0x698007(0x1c2)][_0x698007(0x285)]:_0x15c0e4=_0x2ad60d[_0x698007(0x252)];}logger[_0x698007(0xb9)](_0x698007(0x13a)+_0xb43f91+_0x698007(0x251)+JSON[_0x698007(0xf2)](_0x15c0e4));}else{_0xb43f91=this[_0x698007(0x1a5)](_0x310efb);const _0x31661=TestInfo[_0x698007(0x1ac)](_0xb43f91);let _0x5908e1=[];if(_0x31661&&Array[_0x698007(0x261)](_0x31661[_0x698007(0x1e8)])&&_0x2ad60d[_0x698007(0xde)](_0x31661[_0x698007(0x1e8)]['length'],0x0))_0x5908e1=_0x31661[_0x698007(0x1e8)];else{if(_0x15823f){const _0x9b1c76=_0x2ad60d['tUwwp'](typeof _0x15823f['getData'],_0x2ad60d[_0x698007(0xfc)])?_0x15823f[_0x698007(0x281)](_0x2ad60d[_0x698007(0x19c)],[]):_0x15823f[_0x698007(0x1e8)]||[];Array[_0x698007(0x261)](_0x9b1c76)&&(_0x5908e1=_0x9b1c76);}}_0x15c0e4=_0x5908e1;}logger['info'](_0x698007(0x13d)+JSON['stringify'](_0x15c0e4));const _0x42580e=this['isPlatformSupported'](_0x36849d,_0x310efb[_0x698007(0x21d)],_0x310efb[_0x698007(0xe2)]);logger[_0x698007(0xb9)](_0x698007(0x24a)+_0x42580e+_0x698007(0x1f3)+this[_0x698007(0x233)]);const _0x153a4b=this['isEnabledTestcase'](_0x15c0e4,_0x36849d,_0x404918),_0x36227d=_0x2ad60d[_0x698007(0xff)](_0x42580e,_0x153a4b),_0x4adc7b=CLIUtils[_0x698007(0x133)]();this[_0x698007(0xeb)]['set'](_0x4adc7b,_0x36227d),global[_0x698007(0x206)]?.[_0x698007(0xd7)]&&global[_0x698007(0x206)]['getContext']()[_0x698007(0x141)](_0x36227d),logger['debug']('[platform\x20-\x20'+(_0x36849d?.[_0x698007(0x148)]?.()||_0x2ad60d[_0x698007(0xbe)])+_0x698007(0x14f)+_0x36227d),_0x36227d?(global['accessibilityPlatform']=!![],process['env'][_0x698007(0x1ae)]=_0x2ad60d[_0x698007(0x100)],this[_0x698007(0x266)]()):global['accessibilityPlatform']=![];}catch(_0x4d8d03){logger[_0x698007(0x191)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x4d8d03['stack']||_0x4d8d03['message']));const _0xfa69af=CLIUtils[_0x698007(0x133)]();this['accessibility'][_0x698007(0x154)](_0xfa69af,![]),global[_0x698007(0xe1)]=![];}}[a90_0x3424fa(0x18c)](){const _0x21221d=a90_0x3424fa;return this['capabilities']['find'](_0xfe531d=>_0xfe531d[_0x21221d(0x135)]()===_0x21221d(0xd0))?.[_0x21221d(0xad)]()||'';}[a90_0x3424fa(0x243)](_0x54545d){const _0x271134=a90_0x3424fa;try{const _0x179a47=this[_0x271134(0x11c)]?.['options']?.['capabilitiesList']||[],_0x515793=_0x179a47['find'](_0x21044f=>_0x21044f[_0x271134(0xcf)]===_0x54545d);return _0x515793?_0x515793[_0x271134(0x106)]:null;}catch(_0x3b2cfa){return logger[_0x271134(0xb9)](_0x271134(0x1a2)+_0x54545d+':\x20'+_0x3b2cfa[_0x271134(0x18a)]),null;}}async[a90_0x3424fa(0x188)](_0x58fc26,_0x4e3067){const _0x3d5e67=a90_0x3424fa,_0x173231=_0x58fc26['getAccessibility']()[_0x3d5e67(0x249)](),_0x344ff4=_0x173231[_0x3d5e67(0x244)](),_0x132934=_0x173231['getCommandsToWrap']()?.[_0x3d5e67(0xd2)]();scripts[_0x3d5e67(0x230)](_0x344ff4,_0x132934),scripts[_0x3d5e67(0x1c0)]();const _0x2d45d0=_0x173231[_0x3d5e67(0x14d)]();this[_0x3d5e67(0x257)]=_0x173231[_0x3d5e67(0x14d)](),await this[_0x3d5e67(0x28d)](_0x2d45d0,_0x4e3067[_0x3d5e67(0xe2)]);}async[a90_0x3424fa(0x28d)](_0x4b4a72,_0x29dc23={}){const _0x10e2bd=a90_0x3424fa,_0x1f6c13={'xkIlM':function(_0x22b07b,_0x3d6d48){return _0x22b07b===_0x3d6d48;},'BgJjC':_0x10e2bd(0x1a0),'cnHhA':'browserstack.accessibilityOptions.authToken','wTgHY':function(_0x356901,_0x275db3){return _0x356901(_0x275db3);},'QgIPz':_0x10e2bd(0x186),'ESDua':_0x10e2bd(0xf1),'YqfMM':_0x10e2bd(0x282),'VsJdv':_0x10e2bd(0x1a6),'nvvlQ':function(_0x452ed7,_0x92d36d){return _0x452ed7===_0x92d36d;},'IxWyJ':_0x10e2bd(0x28c),'jFuyB':_0x10e2bd(0x276),'Kqpuv':_0x10e2bd(0x1e9),'gVaLz':_0x10e2bd(0x171),'GiqID':'isMobileScanningEnabledForGroup','UVFJG':function(_0x34b408,_0x5c8d09){return _0x34b408===_0x5c8d09;},'ClsyU':_0x10e2bd(0x253)};global[_0x10e2bd(0xc2)]=global[_0x10e2bd(0xc2)]||{};for(const _0x86f117 of _0x4b4a72){logger[_0x10e2bd(0xbd)](_0x10e2bd(0x1d6)+_0x86f117[_0x10e2bd(0x135)]()+_0x10e2bd(0x192)+_0x86f117[_0x10e2bd(0xad)]());if(_0x1f6c13[_0x10e2bd(0x247)](_0x86f117[_0x10e2bd(0x135)](),_0x1f6c13['BgJjC'])){const _0x4badf4=_0x86f117['getValue']();process[_0x10e2bd(0x14e)][_0x10e2bd(0x121)]=_0x4badf4,global[_0x10e2bd(0xc2)][_0x1f6c13[_0x10e2bd(0x15f)]]=_0x4badf4;const _0x2881d0=_0x1f6c13['wTgHY'](require,_0x1f6c13[_0x10e2bd(0x16b)]),{isTrue:_0x1ae59c}=_0x1f6c13[_0x10e2bd(0x260)](require,_0x1f6c13['ESDua']),_0x1d5cd8=_0x2881d0[_0x10e2bd(0x1fd)](_0x4badf4);_0x1d5cd8&&_0x1f6c13[_0x10e2bd(0x260)](_0x1ae59c,_0x1d5cd8[_0x10e2bd(0x19a)])&&(process[_0x10e2bd(0x14e)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x1f6c13[_0x10e2bd(0x247)](_0x86f117[_0x10e2bd(0x135)](),_0x1f6c13[_0x10e2bd(0x1ed)]))global['__accessibilityOptions'][_0x1f6c13[_0x10e2bd(0x104)]]=_0x86f117['getValue']();else{if(_0x1f6c13[_0x10e2bd(0x241)](_0x86f117['getName'](),_0x1f6c13[_0x10e2bd(0x284)]))global[_0x10e2bd(0xc2)][_0x1f6c13['jFuyB']]=_0x86f117[_0x10e2bd(0xad)]();else{if(_0x1f6c13[_0x10e2bd(0x247)](_0x86f117[_0x10e2bd(0x135)](),_0x1f6c13[_0x10e2bd(0x153)]))global['__accessibilityOptions'][_0x1f6c13['gVaLz']]=_0x86f117[_0x10e2bd(0xad)]();else{if(_0x1f6c13['nvvlQ'](_0x86f117['getName'](),_0x1f6c13[_0x10e2bd(0x151)])){const _0xd1845b=_0x86f117[_0x10e2bd(0xad)]();process[_0x10e2bd(0x14e)][_0x10e2bd(0xc0)]=_0x1f6c13[_0x10e2bd(0x260)](String,_0x1f6c13[_0x10e2bd(0x1b5)](_0xd1845b,!![])||_0x1f6c13[_0x10e2bd(0x247)](_0xd1845b,_0x1f6c13[_0x10e2bd(0xc5)])),logger[_0x10e2bd(0xb9)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0xd1845b+'\x20env='+process[_0x10e2bd(0x14e)][_0x10e2bd(0xc0)]);}}}}}}}async['onAfterTest'](_0x384977){const _0x38dcd4=a90_0x3424fa,_0x46c4b8={};_0x46c4b8['LiPvs']=function(_0x45ced1,_0x53b02d){return _0x45ced1!==_0x53b02d;},_0x46c4b8['cwZQP']='cucumber',_0x46c4b8[_0x38dcd4(0x1d3)]=function(_0x5adf41,_0x126a73){return _0x5adf41!==_0x126a73;},_0x46c4b8['MbLcl']=_0x38dcd4(0x16a),_0x46c4b8[_0x38dcd4(0x1dc)]=_0x38dcd4(0x14a),_0x46c4b8[_0x38dcd4(0x1b0)]=_0x38dcd4(0xfb);const _0x45a895=_0x46c4b8;if(_0x45a895[_0x38dcd4(0x27f)](_0x384977[_0x38dcd4(0x16c)],_0x45a895['cwZQP'])&&_0x45a895[_0x38dcd4(0x1d3)](_0x384977[_0x38dcd4(0x16c)],_0x45a895[_0x38dcd4(0x1df)])){logger['debug'](_0x45a895['uhbXb']);return;}const _0x3db8d7=_0x384977[_0x38dcd4(0x1c2)]?.['testAnalyticsId']||_0x384977[_0x38dcd4(0x1c2)]?.['id']||global[_0x38dcd4(0x1b1)];logger[_0x38dcd4(0xbd)](_0x38dcd4(0x227)+_0x384977[_0x38dcd4(0x16c)]+_0x38dcd4(0x25d)+_0x3db8d7);try{const _0x4057fc=_0x384977[_0x38dcd4(0x169)]||AutomationFramework[_0x38dcd4(0x18f)](),_0x22b01f=CLIUtils['getCurrentInstanceName'](),_0xf59663=this['getCurrentAccessibilityStatus']();logger['debug'](_0x38dcd4(0x145)+(_0x4057fc?.['getPlatformIndex']?.()||_0x45a895[_0x38dcd4(0x1b0)])+_0x38dcd4(0x24b)+_0xf59663),_0xf59663&&await this[_0x38dcd4(0xf8)](_0x4057fc,_0x384977),this[_0x38dcd4(0xeb)]['delete'](_0x22b01f),this[_0x38dcd4(0x221)][_0x38dcd4(0x250)](_0x22b01f);}catch(_0x7066cd){logger[_0x38dcd4(0x191)](_0x38dcd4(0x14c)+(_0x7066cd[_0x38dcd4(0x1aa)]||_0x7066cd[_0x38dcd4(0x18a)]));}}async[a90_0x3424fa(0xf8)](_0x299f71,_0x27756c){const _0x37957a=a90_0x3424fa,_0x2b4803={};_0x2b4803[_0x37957a(0x163)]=function(_0x1a032b,_0x55d86b){return _0x1a032b===_0x55d86b;},_0x2b4803[_0x37957a(0x172)]=_0x37957a(0x1b8),_0x2b4803[_0x37957a(0x204)]=_0x37957a(0x16a),_0x2b4803[_0x37957a(0x23e)]=_0x37957a(0x23d),_0x2b4803['lSjAZ']=_0x37957a(0x120),_0x2b4803[_0x37957a(0x238)]=_0x37957a(0xeb),_0x2b4803[_0x37957a(0x180)]=_0x37957a(0x16e),_0x2b4803[_0x37957a(0x208)]=_0x37957a(0xfb),_0x2b4803[_0x37957a(0x214)]='present',_0x2b4803[_0x37957a(0x279)]='null',_0x2b4803[_0x37957a(0x1c8)]=function(_0xde26cc,_0x2ee780){return _0xde26cc||_0x2ee780;},_0x2b4803[_0x37957a(0xda)]=function(_0x343d34,_0x181908){return _0x343d34||_0x181908;},_0x2b4803['CLHen']=function(_0x129a67,_0x35b120){return _0x129a67||_0x35b120;},_0x2b4803[_0x37957a(0x183)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2b4803[_0x37957a(0x110)]=_0x37957a(0x1a4),_0x2b4803[_0x37957a(0x17f)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x2accc7=_0x2b4803;try{const _0x4b4251=_0x27756c[_0x37957a(0x16c)]||(_0x2accc7[_0x37957a(0x163)](this[_0x37957a(0x117)]?.[_0x37957a(0xcf)]?.[_0x37957a(0x286)](),_0x2accc7[_0x37957a(0x204)])?_0x2accc7['XrOzo']:_0x2accc7['dYRNK']);let _0x5512c9='',_0x3ac7de=null,_0x9cd476=null;if(_0x2accc7[_0x37957a(0x163)](_0x4b4251,_0x2accc7[_0x37957a(0x204)])){_0x3ac7de=_0x27756c[_0x37957a(0x1c2)]?.[_0x37957a(0x21c)]||_0x27756c[_0x37957a(0x1c2)]?.['id']||global[_0x37957a(0x1b1)];if(!_0x3ac7de){logger[_0x37957a(0x1a3)](_0x2accc7[_0x37957a(0x144)]);return;}try{const _0x4193d7=await GrpcClient['getInstance']()[_0x37957a(0x258)](process[_0x37957a(0x14e)][_0x37957a(0x1bf)],_0x2accc7[_0x37957a(0x238)],_0x2accc7['mwWNu'],_0x3ac7de),_0x8aebcc=AccessibilityModule[_0x37957a(0xd9)](null,_0x4193d7);_0x5512c9=_0x8aebcc?.[_0x37957a(0x1c3)]||'',logger[_0x37957a(0xb9)](_0x37957a(0xb7)+_0x5512c9+_0x37957a(0x1f5)+_0x3ac7de),_0x9cd476=_0x4193d7;}catch(_0x3474fb){logger[_0x37957a(0x191)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x3474fb[_0x37957a(0x18a)]);return;}}else{const _0x6a30e2=this[_0x37957a(0x1a5)](_0x27756c);_0x5512c9=TestInfo['getTestUUID'](_0x6a30e2);}const _0x4971c5=((()=>{const _0x32ff4e=_0x37957a,_0x5c9b42=(this[_0x32ff4e(0x11c)]?.['options']?.[_0x32ff4e(0x1d2)]||[])[_0x32ff4e(0x1dd)](_0x1e14fe=>(typeof _0x1e14fe[_0x32ff4e(0x135)]===_0x32ff4e(0x1b8)?_0x1e14fe['getName']():_0x1e14fe[_0x32ff4e(0xcf)])===this['KEY_TESTHUB_BUILD_ID']);return _0x5c9b42?_0x2accc7[_0x32ff4e(0x163)](typeof _0x5c9b42[_0x32ff4e(0xad)],_0x2accc7[_0x32ff4e(0x172)])?_0x5c9b42[_0x32ff4e(0xad)]():_0x5c9b42[_0x32ff4e(0x106)]:'';})()),_0x407dae=process[_0x37957a(0x14e)][_0x37957a(0x10f)]||'';logger[_0x37957a(0xb9)](_0x37957a(0x145)+(_0x299f71?.[_0x37957a(0x148)]?.()||_0x2accc7['iCres'])+_0x37957a(0x130)+_0x5512c9+'\x20testHubUuid='+_0x4971c5+'\x20a11yToken='+(_0x407dae?_0x2accc7[_0x37957a(0x214)]:_0x2accc7[_0x37957a(0x279)]));let _0x18a10b;if(_0x2accc7[_0x37957a(0x163)](_0x4b4251,_0x2accc7[_0x37957a(0x204)]))_0x18a10b=AccessibilityModule[_0x37957a(0xd9)](_0x5512c9,_0x9cd476);else{const _0x2f4573=await GrpcClient[_0x37957a(0x224)]()[_0x37957a(0x258)](process[_0x37957a(0x14e)][_0x37957a(0x1bf)],_0x2accc7[_0x37957a(0x238)],_0x2accc7[_0x37957a(0x180)]);_0x18a10b=AccessibilityModule[_0x37957a(0xd9)](_0x5512c9,_0x2f4573);}logger[_0x37957a(0xb9)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x18a10b));const _0x5733df=Object[_0x37957a(0x103)]({},{'thTestRunUuid':_0x2accc7[_0x37957a(0x1c8)](_0x5512c9,''),'thBuildUuid':_0x2accc7[_0x37957a(0xda)](_0x4971c5,''),'thJwtToken':_0x2accc7[_0x37957a(0x277)](_0x407dae,'')},_0x18a10b);!this['isAppAccessibility']&&this[_0x37957a(0x1f7)]()&&(_0x5733df['is_mobile_session']=!![],logger['debug'](_0x2accc7[_0x37957a(0x183)]));logger[_0x37957a(0xb9)](_0x37957a(0x12b)+_0x5512c9+_0x37957a(0x1f3)+this[_0x37957a(0x233)]);let _0x2c5967=global[_0x37957a(0x126)]?.['pwPage']||null;!_0x2c5967&&(_0x2c5967=AutomationFramework[_0x37957a(0x211)](_0x299f71,_0x2accc7[_0x37957a(0x110)],null)),!_0x2c5967&&(_0x2c5967=AutomationFramework[_0x37957a(0x211)](_0x299f71,_0x2accc7[_0x37957a(0x17f)],null)),await this[_0x37957a(0x1c9)](this[_0x37957a(0xb0)](),_0x5512c9,_0x2c5967,_0x5733df,this[_0x37957a(0x233)]);}catch(_0x1cb5cc){logger[_0x37957a(0x191)](_0x37957a(0x24e)+(_0x1cb5cc[_0x37957a(0x1aa)]||_0x1cb5cc[_0x37957a(0x18a)]));}}async[a90_0x3424fa(0x1c9)](_0x52448a,_0x147318,_0x391736,_0x521f46,_0x425390){const _0x810c4d=a90_0x3424fa,_0x3cb16c={};_0x3cb16c[_0x810c4d(0x19b)]=_0x810c4d(0x16e),_0x3cb16c['RBpdb']=function(_0x2317cd,_0x31395b){return _0x2317cd&&_0x31395b;},_0x3cb16c[_0x810c4d(0x203)]=_0x810c4d(0x143),_0x3cb16c['kKAqF']=function(_0x3433cd,_0x12adea){return _0x3433cd===_0x12adea;},_0x3cb16c[_0x810c4d(0x20f)]='null',_0x3cb16c[_0x810c4d(0xb2)]=function(_0x3085d6,_0x82afb1){return _0x3085d6===_0x82afb1;},_0x3cb16c[_0x810c4d(0x255)]=_0x810c4d(0x185),_0x3cb16c[_0x810c4d(0xe9)]=_0x810c4d(0x1da),_0x3cb16c[_0x810c4d(0x272)]=_0x810c4d(0x287),_0x3cb16c[_0x810c4d(0xbc)]=_0x810c4d(0x14b),_0x3cb16c[_0x810c4d(0x115)]=function(_0x246d09,_0x74ee17){return _0x246d09&&_0x74ee17;},_0x3cb16c[_0x810c4d(0x1f8)]=_0x810c4d(0x1f2),_0x3cb16c[_0x810c4d(0x271)]=_0x810c4d(0x27d),_0x3cb16c[_0x810c4d(0x1b9)]=_0x810c4d(0x119);const _0x2ada83=_0x3cb16c;try{const _0x49086c=this[_0x810c4d(0x160)](_0x2ada83['WcLCd']);if(_0x2ada83[_0x810c4d(0x17d)](!_0x425390,!_0x49086c)){logger['debug'](_0x2ada83['kCxQp']);return;}if(!_0x147318||_0x2ada83[_0x810c4d(0xb4)](_0x147318,_0x2ada83[_0x810c4d(0x20f)])||_0x2ada83[_0x810c4d(0xb2)](_0x147318,'')){logger[_0x810c4d(0xb9)](_0x2ada83[_0x810c4d(0x255)]);return;}logger[_0x810c4d(0xb9)](_0x810c4d(0x26d)+JSON['stringify'](_0x521f46)),_0x52448a&&(logger['debug'](_0x2ada83['JMKnX']),await this['performScanForCli'](_0x391736,_0x147318,_0x2ada83[_0x810c4d(0x272)],_0x521f46,_0x425390,_0x2ada83[_0x810c4d(0xbc)]),_0x2ada83[_0x810c4d(0x115)](!_0x425390,_0x49086c)&&(logger[_0x810c4d(0xb9)](_0x2ada83[_0x810c4d(0x1f8)]),await PerformanceTester[_0x810c4d(0x166)](_0x2ada83[_0x810c4d(0x271)],async()=>{const _0x41ae54=_0x810c4d;await this[_0x41ae54(0x136)](_0x391736,_0x147318,_0x2ada83[_0x41ae54(0x19b)],_0x521f46,_0x425390,_0x2ada83[_0x41ae54(0x19b)]);})()),logger[_0x810c4d(0xbd)](_0x2ada83['MoPQu']));}catch(_0x53971d){logger['error'](_0x810c4d(0x140)+(_0x53971d[_0x810c4d(0x1aa)]||_0x53971d[_0x810c4d(0x18a)]));}}async[a90_0x3424fa(0x20e)](_0x2c6320){const _0x1f9f3c=a90_0x3424fa,_0x21ccf9={};_0x21ccf9[_0x1f9f3c(0x28b)]=function(_0x2b4b79,_0x5df06d){return _0x2b4b79!==_0x5df06d;},_0x21ccf9['TMlVZ']=_0x1f9f3c(0x23d),_0x21ccf9[_0x1f9f3c(0xfa)]=function(_0x2275e3,_0x1d3278){return _0x2275e3!==_0x1d3278;},_0x21ccf9[_0x1f9f3c(0x157)]=_0x1f9f3c(0x16a),_0x21ccf9['TFfNs']=_0x1f9f3c(0x242),_0x21ccf9['OKqsL']=_0x1f9f3c(0xfb),_0x21ccf9[_0x1f9f3c(0xe5)]=_0x1f9f3c(0x12d),_0x21ccf9['tpFQI']=function(_0x2b5635,_0x9a2949){return _0x2b5635===_0x9a2949;},_0x21ccf9[_0x1f9f3c(0x25f)]=_0x1f9f3c(0x23f),_0x21ccf9[_0x1f9f3c(0x16f)]='accessibility',_0x21ccf9['PuUFk']=_0x1f9f3c(0x15a),_0x21ccf9['IldqI']=_0x1f9f3c(0x256),_0x21ccf9[_0x1f9f3c(0x196)]='testhub_build_uuid',_0x21ccf9[_0x1f9f3c(0x202)]=_0x1f9f3c(0x14b),_0x21ccf9[_0x1f9f3c(0x1d4)]='null';const _0x1085dc=_0x21ccf9;if(_0x1085dc[_0x1f9f3c(0x28b)](_0x2c6320[_0x1f9f3c(0x16c)],_0x1085dc[_0x1f9f3c(0x254)])&&_0x1085dc[_0x1f9f3c(0xfa)](_0x2c6320['testFramework'],_0x1085dc['URPKI'])){logger[_0x1f9f3c(0xb9)](_0x1085dc[_0x1f9f3c(0x162)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x2c6320[_0x1f9f3c(0xf7)]||_0x1085dc['OKqsL'])+_0x1f9f3c(0xbf)+_0x2c6320[_0x1f9f3c(0x16c)]);try{const _0x57b2a1=_0x2c6320['instance']||AutomationFramework[_0x1f9f3c(0x18f)](),_0x425bab=TestFramework[_0x1f9f3c(0x18f)](),_0x268775=_0x2c6320[_0x1f9f3c(0xf7)]||_0x2c6320['command']?.[_0x1f9f3c(0x135)]();if(!_0x268775){logger[_0x1f9f3c(0xb9)](_0x1085dc['DVkTd']);return;}if(!this[_0x1f9f3c(0xb0)]()){logger[_0x1f9f3c(0xb9)](_0x1f9f3c(0x190)+_0x268775);return;}if(!this[_0x1f9f3c(0x27a)](_0x268775)){logger[_0x1f9f3c(0xb9)]('onBeforeExecute:\x20Command\x20'+_0x268775+_0x1f9f3c(0x17a));return;}const _0x723bbe=_0x2c6320[_0x1f9f3c(0xaf)]||global[_0x1f9f3c(0x126)]?.[_0x1f9f3c(0xee)];if(!_0x723bbe){logger[_0x1f9f3c(0xb9)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x268775);return;}let _0xbebeab='',_0x4aa80a=null;if(_0x1085dc[_0x1f9f3c(0x187)](_0x2c6320['testFramework'],_0x1085dc[_0x1f9f3c(0x157)])){_0x4aa80a=_0x2c6320[_0x1f9f3c(0x1c2)]?.['testAnalyticsId']||_0x2c6320[_0x1f9f3c(0x1c2)]?.['id']||global[_0x1f9f3c(0x1b1)];if(!_0x4aa80a){logger['warn'](_0x1085dc['kLcaJ']);return;}try{const _0x4914b8=await GrpcClient[_0x1f9f3c(0x224)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x1f9f3c(0x1bf)],_0x1085dc[_0x1f9f3c(0x16f)],_0x1085dc[_0x1f9f3c(0x1f6)],_0x4aa80a),_0x310046=AccessibilityModule[_0x1f9f3c(0xd9)](null,_0x4914b8);_0xbebeab=_0x310046?.[_0x1f9f3c(0x1c3)]||'',logger[_0x1f9f3c(0xb9)](_0x1f9f3c(0x129)+_0xbebeab+_0x1f9f3c(0x1f5)+_0x4aa80a);}catch(_0x2952c2){logger[_0x1f9f3c(0x191)](_0x1f9f3c(0x1b7)+_0x2952c2[_0x1f9f3c(0x18a)]);return;}}else _0xbebeab=this[_0x1f9f3c(0x243)](_0x1085dc[_0x1f9f3c(0x1d1)])||'',!_0xbebeab&&this[_0x1f9f3c(0x1f7)]()&&(_0xbebeab=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x9f67ca=this['getCapabilityValue'](_0x1085dc[_0x1f9f3c(0x196)])||this['accessibilityConfig'][this[_0x1f9f3c(0x11d)]]||null,_0x3005d9=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x1586b8=this[_0x1f9f3c(0x1d7)](_0x268775,_0xbebeab,_0x9f67ca,_0x3005d9),_0x291f8d=_0x1085dc[_0x1f9f3c(0x187)](_0x2c6320[_0x1f9f3c(0x16c)],_0x1085dc[_0x1f9f3c(0x157)])?await AccessibilityModule[_0x1f9f3c(0x10b)](_0x1085dc['RNCHg'],_0xbebeab,_0x4aa80a):await AccessibilityModule[_0x1f9f3c(0x10b)](_0x1085dc[_0x1f9f3c(0x202)],_0xbebeab);logger[_0x1f9f3c(0xbd)]('ScanArgs:\x20'+(_0x1586b8?JSON[_0x1f9f3c(0xf2)](_0x1586b8):_0x1085dc[_0x1f9f3c(0x1d4)]));const _0x5ec8c0=CLIUtils[_0x1f9f3c(0x182)](_0x1586b8,_0x291f8d);logger[_0x1f9f3c(0xbd)]('MergedScanArgs:\x20'+(_0x5ec8c0?JSON['stringify'](_0x5ec8c0):_0x1085dc['DMeOl'])),logger[_0x1f9f3c(0xb9)](_0x1f9f3c(0x105)+_0x268775);const _0x18f385=await this[_0x1f9f3c(0x136)](_0x723bbe,_0xbebeab,_0x268775,_0x5ec8c0,this['isAppAccessibility']);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x268775+',\x20\x0a\x20'+JSON[_0x1f9f3c(0xf2)](_0x18f385));}catch(_0xd948b7){logger[_0x1f9f3c(0x191)](_0x1f9f3c(0x292)+(_0xd948b7[_0x1f9f3c(0x1aa)]||_0xd948b7[_0x1f9f3c(0x18a)]));}}['shouldScanCurrentTest'](){const _0xc26266=a90_0x3424fa;return this[_0xc26266(0xb0)]();}[a90_0x3424fa(0x27b)](_0x4f55b4){const _0x391c31=a90_0x3424fa,_0x23fe3b=CLIUtils[_0x391c31(0x133)]();this[_0x391c31(0xeb)]['set'](_0x23fe3b,_0x4f55b4);}async[a90_0x3424fa(0xd8)](_0x1eaa6c){const _0x30f819=a90_0x3424fa,_0x1769bb={};_0x1769bb[_0x30f819(0x25e)]=_0x30f819(0xfb);const _0x3ef327=_0x1769bb;try{const _0x47c98a=_0x1eaa6c[_0x30f819(0x169)]||AutomationFramework['getTrackedInstance'](),_0x33c98c=_0x47c98a?.[_0x30f819(0x281)]?.()?.[_0x30f819(0x226)]?.(this['KEY_INIT'])||![];if(_0x33c98c)return;PerformanceTester[_0x30f819(0x291)](EVENTS[_0x30f819(0x16d)]);const _0x1c187c=await GrpcClient['getInstance']()[_0x30f819(0x24f)](_0x1eaa6c);_0x1c187c&&_0x1c187c[_0x30f819(0x139)]&&_0x1c187c[_0x30f819(0x139)]()&&_0x1c187c[_0x30f819(0x139)]()[_0x30f819(0x231)]()?(await this[_0x30f819(0xce)](_0x1c187c,_0x1eaa6c),_0x47c98a?.[_0x30f819(0x281)]&&_0x47c98a[_0x30f819(0x281)]()[_0x30f819(0x154)](this[_0x30f819(0x278)],!![]),logger[_0x30f819(0xb9)]('[platform\x20-\x20'+(_0x47c98a?.[_0x30f819(0x148)]?.()||_0x3ef327['lNYpu'])+_0x30f819(0xc1))):logger[_0x30f819(0xb9)](_0x30f819(0x145)+(_0x47c98a?.[_0x30f819(0x148)]?.()||_0x3ef327[_0x30f819(0x25e)])+_0x30f819(0x248)),PerformanceTester[_0x30f819(0x152)](EVENTS[_0x30f819(0x16d)]);}catch(_0x13b9e6){PerformanceTester['end'](EVENTS[_0x30f819(0x16d)],![],_0x13b9e6['message']),logger['error'](_0x30f819(0x173)+(_0x13b9e6[_0x30f819(0x1aa)]||_0x13b9e6[_0x30f819(0x18a)]));}}async['loadAccessibilityConfig'](_0x394d0f,_0x416da2){const _0x1c8a8c=a90_0x3424fa;await this['setAccessibilityConfig'](_0x394d0f,_0x416da2);const _0x4c4912=_0x394d0f[_0x1c8a8c(0x139)]()[_0x1c8a8c(0x249)]();if(_0x4c4912){const _0x640dad=_0x394d0f['getTesthub']&&_0x394d0f[_0x1c8a8c(0x1f9)]();_0x640dad&&(this[_0x1c8a8c(0x11c)][this[_0x1c8a8c(0x11d)]]=_0x640dad[_0x1c8a8c(0x22d)]&&_0x640dad[_0x1c8a8c(0x22d)]());}}['shouldScanForCommand'](_0x51bb3e){const _0x448231=a90_0x3424fa,_0x5838f5={};_0x5838f5['LVzMa']=function(_0x2643c6,_0x3132e6){return _0x2643c6===_0x3132e6;};const _0x12ddeb=_0x5838f5;try{if(!_0x51bb3e)return![];const _0x2b1829=this['accessibilityConfig']?.[_0x448231(0x25a)]?.[_0x448231(0xca)]?.[_0x448231(0x218)]||[],_0x4eaaf2=_0x2b1829[_0x448231(0x210)](_0x1eaebd=>{const _0x112545=_0x448231;return _0x1eaebd[_0x112545(0xcf)]&&_0x12ddeb[_0x112545(0x1b3)](_0x1eaebd[_0x112545(0xcf)][_0x112545(0x286)](),_0x51bb3e[_0x112545(0x286)]());});return logger[_0x448231(0xb9)](_0x448231(0xd5)+_0x51bb3e+_0x448231(0x1ef)+_0x4eaaf2+_0x448231(0x1d8)+JSON['stringify'](_0x2b1829['map'](_0x46523b=>_0x46523b[_0x448231(0xcf)]))),_0x4eaaf2;}catch(_0x825b7e){return logger[_0x448231(0xb9)](_0x448231(0x236)+_0x825b7e['message']),![];}}[a90_0x3424fa(0xf5)](_0x2e0365){const _0x59e90e=a90_0x3424fa,_0x5724a5={};_0x5724a5[_0x59e90e(0x26c)]=function(_0xdafc0a,_0x3b92fe){return _0xdafc0a===_0x3b92fe;},_0x5724a5[_0x59e90e(0x150)]='string',_0x5724a5[_0x59e90e(0x1c5)]='browserstack_executor';const _0x8dc94c=_0x5724a5,_0x1e7b84=_0x2e0365[_0x59e90e(0xc6)]&&_0x2e0365[_0x59e90e(0xc6)]();return _0x1e7b84&&_0x8dc94c[_0x59e90e(0x26c)](typeof _0x1e7b84,_0x8dc94c[_0x59e90e(0x150)])&&_0x1e7b84['includes'](_0x8dc94c['tjJZv']);}[a90_0x3424fa(0x15d)](_0x39285f){const _0x10dbba=a90_0x3424fa,_0xcfad6d={};_0xcfad6d[_0x10dbba(0x13f)]=function(_0x3c897a,_0x1236cd){return _0x3c897a!==_0x1236cd;},_0xcfad6d[_0x10dbba(0x11e)]='string',_0xcfad6d['XyUdf']=_0x10dbba(0xeb),_0xcfad6d[_0x10dbba(0xbb)]=_0x10dbba(0x15a),_0xcfad6d['iZHPT']='getResults',_0xcfad6d[_0x10dbba(0x20b)]='saveTestResults';const _0x5e4001=_0xcfad6d,_0x405d48=_0x39285f[_0x10dbba(0xc6)]&&_0x39285f['getScript']();if(!_0x405d48||_0x5e4001[_0x10dbba(0x13f)](typeof _0x405d48,_0x5e4001[_0x10dbba(0x11e)]))return![];return _0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0x1b2)])||_0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0xbb)])||_0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0x1d9)])||_0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0x20b)]);}['isMobileWebSession'](){const _0x2c1332=a90_0x3424fa,_0x35000e={'WvuUU':function(_0x21686a,_0x356b1e){return _0x21686a===_0x356b1e;},'KqlBe':_0x2c1332(0x1b8),'zsnYe':function(_0x34216e,_0x56de46){return _0x34216e(_0x56de46);},'itVbV':_0x2c1332(0x19e),'GJluT':'browserName','rezks':function(_0x59f983,_0x114b7e){return _0x59f983===_0x114b7e;},'wkgyW':function(_0x5ccefd,_0x2efda2){return _0x5ccefd(_0x2efda2);},'ruoJS':_0x2c1332(0x125),'OelUS':function(_0x2467c9,_0xac183c){return _0x2467c9(_0xac183c);},'zLdux':_0x2c1332(0x259)};try{const _0x55549d=this['accessibilityConfig']?.[_0x2c1332(0x25a)]?.[_0x2c1332(0x1d2)]||[],_0x4ff159=_0x2bf321=>{const _0x5bd62c=_0x2c1332,_0x35267e=_0x55549d[_0x5bd62c(0x1dd)](_0x7fbb89=>(typeof _0x7fbb89[_0x5bd62c(0x135)]===_0x5bd62c(0x1b8)?_0x7fbb89[_0x5bd62c(0x135)]():_0x7fbb89[_0x5bd62c(0xcf)])===_0x2bf321);return _0x35267e?_0x35000e[_0x5bd62c(0x164)](typeof _0x35267e[_0x5bd62c(0xad)],_0x35000e[_0x5bd62c(0x264)])?_0x35267e[_0x5bd62c(0xad)]():_0x35267e[_0x5bd62c(0x106)]:null;},_0x33b6d0=_0x35000e['zsnYe'](_0x4ff159,_0x35000e[_0x2c1332(0x10d)]),_0x2b5c69=_0x35000e[_0x2c1332(0xb6)](_0x4ff159,_0x35000e['GJluT']),_0x269ead=global['isMobilePlatform']||_0x33b6d0&&_0x35000e[_0x2c1332(0x225)](_0x35000e[_0x2c1332(0x147)](String,_0x33b6d0)[_0x2c1332(0x286)](),_0x35000e[_0x2c1332(0xdd)])&&_0x2b5c69&&_0x35000e[_0x2c1332(0x237)](String,_0x2b5c69)[_0x2c1332(0x286)]()[_0x2c1332(0xb8)](_0x35000e[_0x2c1332(0x267)]);if(!_0x269ead)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x2c1332(0x1ea)]&&(logger['warn'](accessibilityHelper[_0x2c1332(0x18d)]),this[_0x2c1332(0x1ea)]=!![]),![];return!![];}catch(_0x28ab3e){return logger['debug'](_0x2c1332(0x20d)+_0x28ab3e[_0x2c1332(0x18a)]),![];}}[a90_0x3424fa(0x1d7)](_0x54e8ab,_0x1df8e5,_0x567943,_0xe29bc2){const _0x5768d3=a90_0x3424fa,_0x28743d={};_0x28743d[_0x5768d3(0x146)]=function(_0x3e5001,_0x15377c){return _0x3e5001||_0x15377c;},_0x28743d[_0x5768d3(0x1fc)]=function(_0x45fe70,_0x5914ad){return _0x45fe70&&_0x5914ad;},_0x28743d[_0x5768d3(0xf9)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x1fe6f2=_0x28743d;let _0x3d2d1c=_0x1fe6f2[_0x5768d3(0x146)](_0x1df8e5,'');const _0x52f91e=!this[_0x5768d3(0x233)]&&this[_0x5768d3(0x1f7)]();_0x1fe6f2[_0x5768d3(0x1fc)](_0x52f91e,!_0x3d2d1c)&&(_0x3d2d1c=accessibilityHelper[_0x5768d3(0x1fb)]());const _0xad0102={'command':_0x54e8ab,'thTestRunUuid':_0x3d2d1c,'thBuildUuid':_0x1fe6f2[_0x5768d3(0x146)](_0x567943,''),'thJwtToken':_0x1fe6f2[_0x5768d3(0x146)](_0xe29bc2,''),'timestamp':new Date()['toISOString']()};return _0x52f91e&&(_0xad0102[_0x5768d3(0x1f4)]=!![],logger[_0x5768d3(0xb9)](_0x1fe6f2['PMYUI'])),_0xad0102;}[a90_0x3424fa(0x160)](_0x393f9f){const _0x1c4431=a90_0x3424fa,_0x2eee57={};_0x2eee57[_0x1c4431(0x270)]=function(_0x3afe46,_0x26bfbb){return _0x3afe46||_0x26bfbb;};const _0x7cc1cf=_0x2eee57;try{const _0x5791ae=this['accessibilityConfig']?.[_0x1c4431(0x25a)]?.['scriptsList']||[],_0x10b7a9=_0x5791ae[_0x1c4431(0x1dd)](_0xfca3ea=>_0xfca3ea[_0x1c4431(0xcf)]===_0x393f9f);return _0x7cc1cf[_0x1c4431(0x270)](_0x10b7a9,null);}catch(_0x16dc40){return logger[_0x1c4431(0xb9)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x393f9f+':\x20'+_0x16dc40[_0x1c4431(0x18a)]),null;}}async[a90_0x3424fa(0x176)](_0x2228fa,_0x291600,_0x392815=null){const _0x1eae98=a90_0x3424fa,_0x590f2a={'JaMIm':function(_0x4d7133,_0x4154ce){return _0x4d7133(_0x4154ce);},'ydlrC':'../../playwright/accessibility-helper'};try{if(!_0x2228fa)return logger[_0x1eae98(0xb9)](_0x1eae98(0x10e)+_0x291600),null;const _0x963e3f=this[_0x1eae98(0x160)](_0x291600);if(!_0x963e3f||!_0x963e3f[_0x1eae98(0x15e)])return logger['debug'](_0x1eae98(0x22b)+_0x291600+_0x1eae98(0x265)),null;logger[_0x1eae98(0xb9)](_0x1eae98(0x25c)+_0x291600+_0x1eae98(0x15b));const _0x237fdb=_0x590f2a['JaMIm'](require,_0x590f2a['ydlrC']),_0xca8307=_0x392815?await _0x237fdb[_0x1eae98(0x156)](_0x2228fa,_0x963e3f[_0x1eae98(0x15e)],_0x392815):await _0x237fdb[_0x1eae98(0x156)](_0x2228fa,_0x963e3f[_0x1eae98(0x15e)]);return _0xca8307;}catch(_0x2307c6){return logger[_0x1eae98(0x191)]('Error\x20executing\x20script\x20'+_0x291600+':\x20'+(_0x2307c6[_0x1eae98(0x1aa)]||_0x2307c6[_0x1eae98(0x18a)])),null;}}async[a90_0x3424fa(0x136)](_0x4900bf,_0x175e77,_0x31183f,_0x1201c1,_0xab5151,_0x1e19a4=a90_0x3424fa(0x14b)){const _0x2df9ad=a90_0x3424fa,_0x5337c8={'zwgtb':function(_0xe6af12,_0x467065){return _0xe6af12===_0x467065;},'CyLxr':_0x2df9ad(0x14b),'NEisr':function(_0x34ba48,_0x16ff16){return _0x34ba48(_0x16ff16);},'siDCh':'../../playwright/accessibility-helper','vdmWc':function(_0x567afe,_0x4df5ff){return _0x567afe(_0x4df5ff);}};try{logger[_0x2df9ad(0xb9)](_0x2df9ad(0x1cc)+_0x31183f+_0x2df9ad(0x179)+_0x1e19a4);const _0x5bfc4b=this['getScriptByName'](_0x1e19a4);if(!_0x5bfc4b||!_0x5bfc4b['command']){logger[_0x2df9ad(0xb9)](_0x2df9ad(0x1f0)+_0x1e19a4+_0x2df9ad(0x1d0));return;}if(_0x5337c8[_0x2df9ad(0x1a8)](_0x1e19a4,_0x5337c8[_0x2df9ad(0x1a7)])){const _0x17d259=_0x5337c8[_0x2df9ad(0x134)](require,_0x5337c8[_0x2df9ad(0x24d)]),_0x4b9afe={};_0x4b9afe[_0x2df9ad(0x15e)]=_0x31183f;const _0x3c2ca5=await PerformanceTester[_0x2df9ad(0x166)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x240f1c=_0x2df9ad;return await _0x17d259[_0x240f1c(0x156)](_0x4900bf,_0x5bfc4b[_0x240f1c(0x15e)],_0x1201c1);},_0x4b9afe)();return logger['info'](_0x2df9ad(0x283)+_0x1e19a4+_0x2df9ad(0x217)+_0x31183f+':\x20'+util['format'](_0x3c2ca5)),_0x3c2ca5;}const _0x4debe9=_0x5337c8[_0x2df9ad(0x1ba)](require,_0x5337c8[_0x2df9ad(0x24d)]),_0x1ceeb1=await PerformanceTester[_0x2df9ad(0x166)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x390793=_0x2df9ad;return await _0x4debe9[_0x390793(0x156)](_0x4900bf,_0x5bfc4b['command'],_0x1201c1);})();return logger[_0x2df9ad(0xbd)](_0x2df9ad(0x283)+_0x1e19a4+'\x20result\x20for\x20'+_0x31183f+':\x20'+util[_0x2df9ad(0xe6)](_0x1ceeb1)),_0x1ceeb1;}catch(_0x14ea2e){logger[_0x2df9ad(0x191)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x1e19a4+':\x20'+(_0x14ea2e[_0x2df9ad(0x1aa)]||_0x14ea2e[_0x2df9ad(0x18a)]));}}async['validatePlatformForAccessibility'](_0x2525e0){const _0x18249f=a90_0x3424fa,_0x4ac889={'qgilV':function(_0xda0958,_0x3f48a8){return _0xda0958(_0x3f48a8);},'MPtzE':_0x18249f(0x186)};try{const _0x2ad0fb=_0x4ac889[_0x18249f(0x12c)](require,_0x4ac889[_0x18249f(0x1a9)]);return await _0x2ad0fb[_0x18249f(0x1eb)](_0x2525e0);}catch(_0x5e4242){return logger[_0x18249f(0x191)](_0x18249f(0x23c)+(_0x5e4242[_0x18249f(0x1aa)]||_0x5e4242[_0x18249f(0x18a)])),![];}}[a90_0x3424fa(0xfe)](_0x5f2518,_0xf12dfe,_0x2c4110){const _0x2d108a=a90_0x3424fa,_0x5e7bd0={'fDedU':function(_0x439a80,_0x10249c){return _0x439a80(_0x10249c);},'LyGCT':'../../playwright/accessibility-helper','JJtrU':'\x22browserstack.user\x22:\x22[REDACTED]\x22','vYmSL':_0x2d108a(0x1e3)};try{const _0x491681=_0x5e7bd0[_0x2d108a(0x1c1)](require,_0x5e7bd0[_0x2d108a(0xb5)]);_0x491681[_0x2d108a(0xfe)](_0x5f2518,_0xf12dfe,_0x2c4110);const _0x259602=JSON[_0x2d108a(0xf2)](_0x5f2518)[_0x2d108a(0x131)](/"browserstack\.user":"[^"]*"/g,_0x5e7bd0[_0x2d108a(0x198)])[_0x2d108a(0x131)](/"browserstack\.key":"[^"]*"/g,_0x5e7bd0[_0x2d108a(0x1ab)]);logger[_0x2d108a(0xb9)]('Processed\x20accessibility\x20caps\x20'+global[_0x2d108a(0xe1)]+'\x20'+_0x259602);}catch(_0x2c60a2){logger[_0x2d108a(0x191)](_0x2d108a(0x289)+(_0x2c60a2[_0x2d108a(0x1aa)]||_0x2c60a2['message']));}}async[a90_0x3424fa(0x122)](_0x32feac){const _0x3b7a05=a90_0x3424fa,_0x3ec481={};_0x3ec481['vvqJY']=_0x3b7a05(0xdf),_0x3ec481[_0x3b7a05(0x181)]=function(_0x24e807,_0xd6550e){return _0x24e807>_0xd6550e;},_0x3ec481['ZMdcj']=function(_0xd462b0,_0x478318){return _0xd462b0>_0x478318;},_0x3ec481[_0x3b7a05(0x142)]=_0x3b7a05(0x212);const _0x53dfdc=_0x3ec481;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x3b7a05(0x1a3)](_0x53dfdc[_0x3b7a05(0x27e)]),[];const _0x5a79ad=this[_0x3b7a05(0x1f7)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x53dfdc[_0x3b7a05(0x181)](Object[_0x3b7a05(0x229)](_0x5a79ad)[_0x3b7a05(0x15c)],0x0)&&logger[_0x3b7a05(0xb9)](_0x3b7a05(0x263)+JSON['stringify'](_0x5a79ad));const _0x1f9128=_0x53dfdc[_0x3b7a05(0x1a1)](Object[_0x3b7a05(0x229)](_0x5a79ad)[_0x3b7a05(0x15c)],0x0)?await this[_0x3b7a05(0x176)](_0x32feac,_0x53dfdc[_0x3b7a05(0x142)],_0x5a79ad):await this[_0x3b7a05(0x176)](_0x32feac,_0x53dfdc[_0x3b7a05(0x142)]);return _0x1f9128||[];}catch(_0xd0cf9d){return logger[_0x3b7a05(0x191)](_0x3b7a05(0x18e)+(_0xd0cf9d['stack']||_0xd0cf9d['message'])),[];}}async[a90_0x3424fa(0x108)](_0x126659){const _0x6ff976=a90_0x3424fa,_0x151621={'KPlAy':_0x6ff976(0x14b),'DsFct':_0x6ff976(0xb1),'WAOUk':_0x6ff976(0x1cb),'CXdAZ':function(_0x332d1b,_0x328ff0){return _0x332d1b(_0x328ff0);},'OMzdh':_0x6ff976(0x1b6),'PLknr':function(_0x5f37b8,_0x4720c8){return _0x5f37b8===_0x4720c8;},'iMrCC':_0x6ff976(0x16a),'mHeNh':_0x6ff976(0x12f),'zjFvb':_0x6ff976(0xeb),'jrmty':_0x6ff976(0x123),'qJjeo':_0x6ff976(0x108),'McNGZ':_0x6ff976(0x256),'SjvbW':'Performing\x20scan\x20before\x20getting\x20results\x20summary','SDtTY':'No\x20summaryResults\x20found.'};try{if(!this[_0x6ff976(0xb0)]())return logger[_0x6ff976(0x1a3)](_0x151621['WAOUk']),{};const _0x4a6888=_0x151621[_0x6ff976(0x132)](require,_0x151621[_0x6ff976(0x10a)]),_0x44445c=_0x4a6888[_0x6ff976(0x19d)](),_0x29d853=_0x151621['PLknr'](_0x44445c?.[_0x6ff976(0xcf)]?.[_0x6ff976(0x286)](),_0x151621[_0x6ff976(0x223)]);let _0x1a02b9='',_0x6d728e=null,_0x1d8ced=null;if(_0x29d853){_0x6d728e=global[_0x6ff976(0x1b1)]||global[_0x6ff976(0x126)]?.[_0x6ff976(0x262)]?.['testAnalyticsId']||global[_0x6ff976(0x126)]?.[_0x6ff976(0x262)]?.['id'];if(!_0x6d728e)return logger['warn'](_0x151621[_0x6ff976(0x178)]),{};try{const _0x24cb39=await GrpcClient[_0x6ff976(0x224)]()[_0x6ff976(0x258)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x151621[_0x6ff976(0x175)],_0x151621[_0x6ff976(0x17b)],_0x6d728e),_0x21e769=AccessibilityModule[_0x6ff976(0xd9)](null,_0x24cb39);_0x1a02b9=_0x21e769?.[_0x6ff976(0x1c3)]||'',logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1a02b9+_0x6ff976(0x1f5)+_0x6d728e);const _0x5c56a0=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x151621['DsFct'],_0x1a02b9,_0x6d728e),_0x54033e=this[_0x6ff976(0x243)](_0x151621[_0x6ff976(0x1ff)])||this[_0x6ff976(0x11c)][this[_0x6ff976(0x11d)]]||null,_0x40d1f5=process['env'][_0x6ff976(0x10f)]||'',_0x268f9e=this[_0x6ff976(0x1d7)](_0x151621[_0x6ff976(0x288)],_0x1a02b9,_0x54033e,_0x40d1f5);_0x1d8ced=_0x4a6888[_0x6ff976(0x182)](_0x268f9e,_0x5c56a0),logger[_0x6ff976(0xb9)](_0x6ff976(0x228)+JSON[_0x6ff976(0xf2)](_0x1d8ced));}catch(_0x31bf56){return logger[_0x6ff976(0x191)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x31bf56[_0x6ff976(0x18a)]),{};}}else{_0x1a02b9=this[_0x6ff976(0x243)](_0x151621[_0x6ff976(0x165)])||'';!_0x1a02b9&&this[_0x6ff976(0x1f7)]()&&(_0x1a02b9=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x23ac5b=this[_0x6ff976(0x243)](_0x151621[_0x6ff976(0x1ff)])||this[_0x6ff976(0x11c)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x56e02d=process[_0x6ff976(0x14e)][_0x6ff976(0x10f)]||'';_0x1d8ced=this[_0x6ff976(0x1d7)](_0x151621['qJjeo'],_0x1a02b9,_0x23ac5b,_0x56e02d);}logger[_0x6ff976(0xb9)](_0x151621[_0x6ff976(0x275)]),await PerformanceTester[_0x6ff976(0x166)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2b02dc=_0x6ff976,_0x2720bd=await this[_0x2b02dc(0x176)](_0x126659,_0x151621['KPlAy'],_0x1d8ced);logger[_0x2b02dc(0xb9)](_0x2b02dc(0x102)+util[_0x2b02dc(0xe6)](_0x2720bd));},{'command':_0x151621[_0x6ff976(0x288)]})();const _0x301de1=await PerformanceTester[_0x6ff976(0x166)](PerformanceA11yEvents[_0x6ff976(0x207)],async()=>{const _0x5aed0e=_0x6ff976;return await this[_0x5aed0e(0x176)](_0x126659,_0x151621[_0x5aed0e(0x17b)],_0x1d8ced);})();if(!_0x301de1)return logger[_0x6ff976(0xb9)](_0x151621[_0x6ff976(0x177)]),{};return _0x301de1;}catch(_0x50bfbf){return logger[_0x6ff976(0x191)](_0x6ff976(0x273)+(_0x50bfbf[_0x6ff976(0x1aa)]||_0x50bfbf['message'])),{};}}async['performPageScan'](_0x8f8134,_0x2e07dc,_0x5c7a39=null){const _0x57f07f=a90_0x3424fa,_0x3f3fed={};_0x3f3fed['OkmAu']='performPageScan:\x20Page\x20is\x20null',_0x3f3fed[_0x57f07f(0x12a)]=_0x57f07f(0xba),_0x3f3fed[_0x57f07f(0xcc)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x145ca9=_0x3f3fed;try{if(!_0x8f8134)return logger[_0x57f07f(0xb9)](_0x145ca9[_0x57f07f(0xdb)]),null;if(!_0x2e07dc)return logger['debug'](_0x145ca9['NgCtc']),null;logger[_0x57f07f(0xb9)](_0x145ca9[_0x57f07f(0xcc)]);const _0x3628f3=_0x5c7a39?await _0x8f8134['evaluate'](_0x2e07dc,_0x5c7a39):await _0x8f8134['evaluate'](_0x2e07dc);return _0x3628f3;}catch(_0x4c705f){return logger['error'](_0x57f07f(0x209)+(_0x4c705f[_0x57f07f(0x1aa)]||_0x4c705f[_0x57f07f(0x18a)])),null;}}static['loadDriverExecuteParams'](_0x440cc3,_0x34601f){const _0xa4d5d3=a90_0x3424fa,_0x562caf={};_0x562caf[_0xa4d5d3(0x1b4)]='ascii';const _0x22679f=_0x562caf,_0x19b1bd={};_0x19b1bd['thTestRunUuid']=_0x440cc3;const _0x39152d=_0x19b1bd;let _0x541aab={};if(_0x34601f[_0xa4d5d3(0x231)]()&&_0x34601f[_0xa4d5d3(0x1e2)]())try{_0x541aab=JSON[_0xa4d5d3(0x213)](new Buffer(_0x34601f[_0xa4d5d3(0xea)]())['toString'](_0x22679f[_0xa4d5d3(0x1b4)]));}catch(_0x1f1426){logger['error'](_0xa4d5d3(0xdc)+_0x1f1426[_0xa4d5d3(0x18a)]),_0x541aab={};}return CLIUtils['mergeObject'](_0x39152d,_0x541aab);}static async[a90_0x3424fa(0x10b)](_0x553ebf,_0x551437='',_0x4e8eb9=null){const _0x53e212=a90_0x3424fa,_0xadebb8={};_0xadebb8[_0x53e212(0x239)]=_0x53e212(0x269),_0xadebb8['dJVuc']='accessibility';const _0x873e6f=_0xadebb8;try{if(!_0x4e8eb9&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x53e212(0x14e)][_0x53e212(0x1bf)])return logger[_0x53e212(0x191)](_0x873e6f['ruMUU']),{};const _0x4daa4d=await GrpcClient[_0x53e212(0x224)]()[_0x53e212(0x258)](process[_0x53e212(0x14e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x873e6f[_0x53e212(0x20c)],_0x553ebf,_0x4e8eb9),_0x13c3a4=_0x4e8eb9?AccessibilityModule[_0x53e212(0xd9)](null,_0x4daa4d)?.[_0x53e212(0x1c3)]||_0x551437:_0x551437,_0x399d90=AccessibilityModule['loadDriverExecuteParams'](_0x13c3a4,_0x4daa4d);return!_0x4e8eb9&&(AccessibilityModule['_centralAuthA11yConfig']=_0x399d90,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x399d90;}catch(_0x1a61b9){return logger[_0x53e212(0x191)](_0x53e212(0x1e6)+_0x553ebf+':\x20'+(_0x1a61b9['stack']||_0x1a61b9[_0x53e212(0x18a)])),{};}}};module[a90_0x3424fa(0xe3)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0x49ebb3=a91_0x36f6;function a91_0x36f6(_0x35dc8a,_0x1d4cd1){const _0x2244a7=a91_0x2244();return a91_0x36f6=function(_0x36f6a5,_0x19b102){_0x36f6a5=_0x36f6a5-0xb0;let _0x4b991c=_0x2244a7[_0x36f6a5];return _0x4b991c;},a91_0x36f6(_0x35dc8a,_0x1d4cd1);}(function(_0x3f7fab,_0x37429a){const _0x43f96c=a91_0x36f6,_0x400bd7=_0x3f7fab();while(!![]){try{const _0x2fdc12=-parseInt(_0x43f96c(0xb9))/0x1*(parseInt(_0x43f96c(0xc4))/0x2)+parseInt(_0x43f96c(0xd0))/0x3+parseInt(_0x43f96c(0xc7))/0x4*(-parseInt(_0x43f96c(0xbf))/0x5)+-parseInt(_0x43f96c(0xbe))/0x6*(parseInt(_0x43f96c(0xb8))/0x7)+parseInt(_0x43f96c(0xd3))/0x8+-parseInt(_0x43f96c(0xb2))/0x9*(parseInt(_0x43f96c(0xcd))/0xa)+parseInt(_0x43f96c(0xb7))/0xb;if(_0x2fdc12===_0x37429a)break;else _0x400bd7['push'](_0x400bd7['shift']());}catch(_0x17497c){_0x400bd7['push'](_0x400bd7['shift']());}}}(a91_0x2244,0xd1d03));const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x2234ee=null){const _0x4125f1=a91_0x36f6,_0x3c12aa={};_0x3c12aa[_0x4125f1(0xc0)]=_0x4125f1(0xc3),_0x3c12aa['tRkLq']=_0x4125f1(0xbd);const _0x2d779d=_0x3c12aa,_0x415451=_0x2d779d[_0x4125f1(0xc0)][_0x4125f1(0xb3)]('|');let _0x29d59c=0x0;while(!![]){switch(_0x415451[_0x29d59c++]){case'0':this[_0x4125f1(0xc2)]=this[_0x4125f1(0xca)](_0x2234ee);continue;case'1':this[_0x4125f1(0xba)]=0x0;continue;case'2':this['binSessionId']=null;continue;case'3':this[_0x4125f1(0xcf)]=_0x2d779d['tRkLq'];continue;case'4':this[_0x4125f1(0xc8)]=null;continue;case'5':this[_0x4125f1(0xb1)]={};continue;}break;}}['ensureBinSession'](){const _0x4442ce=a91_0x36f6,_0x18b18e={};_0x18b18e[_0x4442ce(0xd1)]=_0x4442ce(0xcb);const _0x5199f8=_0x18b18e;if(!this[_0x4442ce(0xcc)])throw new Error(_0x5199f8[_0x4442ce(0xd1)]);}[a91_0x49ebb3(0xbb)](){const _0x581090=a91_0x49ebb3;return this[_0x581090(0xcf)];}[a91_0x49ebb3(0xda)](_0x39dfd5,_0x590290,_0x5470e7,_0x1c1d43={}){const _0x4e7d81=a91_0x49ebb3,_0x47cd4f={};_0x47cd4f['BgvQS']=_0x4e7d81(0xb5);const _0x1cf178=_0x47cd4f,_0xa81098=_0x1cf178['BgvQS'][_0x4e7d81(0xb3)]('|');let _0x7d126=0x0;while(!![]){switch(_0xa81098[_0x7d126++]){case'0':this[_0x4e7d81(0xb1)]=_0x1c1d43;continue;case'1':this[_0x4e7d81(0xc8)]=_0x5470e7;continue;case'2':logger[_0x4e7d81(0xbc)](_0x4e7d81(0xc5)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x39dfd5+',\x20platformIndex='+_0x590290);continue;case'3':this[_0x4e7d81(0xba)]=_0x590290;continue;case'4':this[_0x4e7d81(0xcc)]=_0x39dfd5;continue;}break;}}[a91_0x49ebb3(0xd9)](_0x454c37){const _0x4928f3=a91_0x49ebb3,_0x406207={};_0x406207[_0x4928f3(0xd4)]=function(_0x3f0239,_0x42a279){return _0x3f0239===_0x42a279;},_0x406207[_0x4928f3(0xd6)]=function(_0x3ff92c,_0x2a1fc3){return _0x3ff92c===_0x2a1fc3;};const _0x1ef8a2=_0x406207;let _0x291d72='';if(_0x1ef8a2['KfDXf'](_0x454c37[_0x4928f3(0xd2)],FRAMEWORKS['PLAYWRIGHT']))_0x291d72=_0x454c37[_0x4928f3(0xd8)]?.[_0x4928f3(0xce)]?.['id']||_0x454c37[_0x4928f3(0xd8)]?.[_0x4928f3(0xc9)];else{if(_0x1ef8a2['KfDXf'](_0x454c37[_0x4928f3(0xd2)],FRAMEWORKS['CUCUMBER']))_0x291d72=_0x454c37[_0x4928f3(0xd8)]?.[_0x4928f3(0xd5)];else _0x1ef8a2['NJrnW'](_0x454c37[_0x4928f3(0xd2)],FRAMEWORKS[_0x4928f3(0xb4)])&&(_0x291d72=_0x454c37['testInfo']?.['id']);}return _0x291d72;}[a91_0x49ebb3(0xca)](_0x280ca7){const _0x4bcbb0=a91_0x49ebb3,_0x123916={};_0x123916[_0x4bcbb0(0xc1)]=function(_0x41b3ab,_0x1f9d19){return _0x41b3ab!==_0x1f9d19;},_0x123916['qDaPx']=_0x4bcbb0(0xb6);const _0x4f8a3c=_0x123916;if(!_0x280ca7||_0x4f8a3c['JbWvD'](typeof _0x280ca7,_0x4f8a3c[_0x4bcbb0(0xd7)]))return null;const _0x1fcefa={};_0x1fcefa[_0x4bcbb0(0xcf)]=_0x280ca7[_0x4bcbb0(0xcf)],_0x1fcefa[_0x4bcbb0(0xb0)]=_0x280ca7[_0x4bcbb0(0xb0)]&&_0x280ca7[_0x4bcbb0(0xb0)][_0x280ca7[_0x4bcbb0(0xcf)]];const _0x50ef01=_0x1fcefa;return _0x50ef01;}}function a91_0x2244(){const _0x26edb6=['testFrameworkData','3|2|1|5|4|0','3346474KFWVUc','Configured\x20module\x20','exports','772GlLpUu','client','testId','setTestFrameworkData','Missing\x20binSessionId','binSessionId','230nXQJeO','_test','name','2638887feRhdp','Xdobb','testFramework','212344ItOpYp','KfDXf','testCaseStartedId','NJrnW','qDaPx','testInfo','getTestId','configure','version','config','200547UxhTdw','split','JEST','4|3|1|0|2','object','42150757ccDSuV','21mslYub','1CCnoXv','platformIndex','getModuleName','debug','BaseModule','2407326McObRp','12675EVpDCy','qcWaJ','JbWvD'];a91_0x2244=function(){return _0x26edb6;};return a91_0x2244();}module[a91_0x49ebb3(0xc6)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a92_0x466cd2=a92_0x5eb6;function a92_0x5eb6(_0x16cd68,_0x161b64){const _0x202ff9=a92_0x202f();return a92_0x5eb6=function(_0x5eb6e5,_0x213f71){_0x5eb6e5=_0x5eb6e5-0xb3;let _0x28363f=_0x202ff9[_0x5eb6e5];return _0x28363f;},a92_0x5eb6(_0x16cd68,_0x161b64);}function a92_0x202f(){const _0x1e31e4=['1521JBUlpY','browserstackAutomation','toString','setLTSSessionId\x20error:\x20','JohNP','vtjrY','372624oDXpFE','38651CBktKE','Sbomf','BxPVx','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','121970knPlXf','LTS','LsGNR','BROWSERSTACK_LTS_SESSION_ID','undefined','SNKJu','overrideLoadTesting','isLTSSession','env','../../../helpers/classLogger.js','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','getLTSSessionId','SXsSM','HEOQH','string','3296448GareNp','xRLnj','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','debug','setLTSSessionId','931PhOGxE','exports','fscIk','899076uztMhm','FkwQy','message','PchOM','false','toLowerCase','tQuLZ','LoadTestModule','true','imIiL','20598yBsYYk','fOePl','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2042500uNYMRI','ZIhMf','3QwDCKG','cyUuX'];a92_0x202f=function(){return _0x1e31e4;};return a92_0x202f();}(function(_0x15fd6,_0x172985){const _0x19ebad=a92_0x5eb6,_0xb03294=_0x15fd6();while(!![]){try{const _0x4de8da=parseInt(_0x19ebad(0xbc))/0x1+-parseInt(_0x19ebad(0xd7))/0x2*(parseInt(_0x19ebad(0xb3))/0x3)+-parseInt(_0x19ebad(0xbb))/0x4+-parseInt(_0x19ebad(0xe4))/0x5+-parseInt(_0x19ebad(0xe1))/0x6*(parseInt(_0x19ebad(0xd4))/0x7)+-parseInt(_0x19ebad(0xcf))/0x8+-parseInt(_0x19ebad(0xb5))/0x9*(-parseInt(_0x19ebad(0xc0))/0xa);if(_0x4de8da===_0x172985)break;else _0xb03294['push'](_0xb03294['shift']());}catch(_0x559b56){_0xb03294['push'](_0xb03294['shift']());}}}(a92_0x202f,0x44629));const {createClassLogger}=require(a92_0x466cd2(0xc9)),logger=createClassLogger(a92_0x466cd2(0xde)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x19d575=null)=>{const _0x1fc9f3=a92_0x466cd2,_0x114377={};_0x114377[_0x1fc9f3(0xd8)]=function(_0xdde7a0,_0x1569bc){return _0xdde7a0!==_0x1569bc;},_0x114377[_0x1fc9f3(0xd0)]=_0x1fc9f3(0xc4),_0x114377['fOePl']=function(_0x37cc88,_0x2818b0){return _0x37cc88===_0x2818b0;},_0x114377[_0x1fc9f3(0xcc)]=_0x1fc9f3(0xce),_0x114377[_0x1fc9f3(0xdd)]=_0x1fc9f3(0xdf),_0x114377[_0x1fc9f3(0xc2)]=function(_0x39f2e2,_0x5aa353){return _0x39f2e2===_0x5aa353;},_0x114377[_0x1fc9f3(0xe0)]=function(_0x5b5695,_0x47f306){return _0x5b5695===_0x47f306;},_0x114377[_0x1fc9f3(0xbd)]=_0x1fc9f3(0xdb);const _0x4afacc=_0x114377;try{if(_0x4afacc['FkwQy'](typeof process[_0x1fc9f3(0xc8)][_0x1fc9f3(0xc6)],_0x4afacc[_0x1fc9f3(0xd0)])){const _0x128fc8=process[_0x1fc9f3(0xc8)]['overrideLoadTesting'];return _0x4afacc[_0x1fc9f3(0xe2)](typeof _0x128fc8,_0x4afacc['SXsSM'])?_0x4afacc[_0x1fc9f3(0xe2)](_0x128fc8[_0x1fc9f3(0xdc)](),_0x4afacc[_0x1fc9f3(0xdd)]):!!_0x128fc8;}const _0x4ec171=_0x19d575&&_0x19d575[_0x1fc9f3(0xc6)],_0x35ff75=!!(_0x19d575&&(_0x4afacc['LsGNR'](_0x19d575[_0x1fc9f3(0xb6)],!![])||_0x4afacc[_0x1fc9f3(0xe0)](_0x19d575[_0x1fc9f3(0xb6)],_0x4afacc[_0x1fc9f3(0xdd)]))),_0x11e80c=!!(_0x4ec171&&_0x4afacc[_0x1fc9f3(0xe2)](_0x4ec171[_0x1fc9f3(0xb7)]()[_0x1fc9f3(0xdc)](),_0x4afacc[_0x1fc9f3(0xdd)])&&!_0x35ff75);return process[_0x1fc9f3(0xc8)][_0x1fc9f3(0xc6)]=_0x11e80c?_0x4afacc[_0x1fc9f3(0xdd)]:_0x4afacc[_0x1fc9f3(0xbd)],_0x11e80c;}catch(_0x24bf60){return process['env']['overrideLoadTesting']=_0x4afacc['Sbomf'],![];}},getLTSSessionId=()=>{const _0x2af7f9=a92_0x466cd2,_0x4cbe21={'BxPVx':function(_0x3a99bc){return _0x3a99bc();},'cyUuX':_0x2af7f9(0xd1),'vtjrY':_0x2af7f9(0xca)};try{if(_0x4cbe21[_0x2af7f9(0xbe)](isLTSSession))return logger[_0x2af7f9(0xd2)](_0x4cbe21[_0x2af7f9(0xb4)]),process[_0x2af7f9(0xc8)][_0x2af7f9(0xc3)]||'';}catch(_0x374808){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x374808&&_0x374808[_0x2af7f9(0xd9)]));}return logger[_0x2af7f9(0xd2)](_0x4cbe21[_0x2af7f9(0xba)]),'';},setLTSSessionId=async(_0x38885a={})=>{const _0x13e161=a92_0x466cd2,_0x3b79fa={'ZIhMf':function(_0x28cc7a){return _0x28cc7a();},'SNKJu':_0x13e161(0xbf),'JohNP':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','fscIk':_0x13e161(0xc1),'IDxtG':function(_0x382ed1,_0x1c41e0){return _0x382ed1(_0x1c41e0);},'PchOM':function(_0x4c55d4,_0x41c9a7,_0x4973dc){return _0x4c55d4(_0x41c9a7,_0x4973dc);},'HEOQH':function(_0x406e3e,_0x182c18){return _0x406e3e||_0x182c18;}};try{const _0x2588de=_0x3b79fa[_0x13e161(0xe5)](getLTSSessionId);_0x2588de?(process[_0x13e161(0xc8)][_0x13e161(0xc3)]=_0x2588de,logger[_0x13e161(0xd2)](_0x3b79fa[_0x13e161(0xc5)])):(delete process['env']['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x13e161(0xd2)](_0x3b79fa[_0x13e161(0xb9)]));try{const _0x4289df={'feature':_0x3b79fa[_0x13e161(0xd6)],'ltsEnabled':_0x3b79fa['IDxtG'](isLTSSession,_0x38885a),'ltsSessionIdPresent':!!_0x2588de};await _0x3b79fa[_0x13e161(0xda)](sendSdkEvents,_0x4289df,_0x38885a);}catch(_0x378412){logger[_0x13e161(0xd2)](_0x13e161(0xe3)+(_0x378412&&_0x378412['message']));}return _0x3b79fa[_0x13e161(0xcd)](_0x2588de,'');}catch(_0x1b75d0){return logger[_0x13e161(0xd2)](_0x13e161(0xb8)+(_0x1b75d0&&_0x1b75d0[_0x13e161(0xd9)])),'';}},a92_0x421550={};a92_0x421550[a92_0x466cd2(0xc7)]=isLTSSession,a92_0x421550[a92_0x466cd2(0xcb)]=getLTSSessionId,a92_0x421550[a92_0x466cd2(0xd3)]=setLTSSessionId,module[a92_0x466cd2(0xd5)]=a92_0x421550;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93_0x38b7de=a93_0x4019;function a93_0x4019(_0x48a2bd,_0x2585d1){const _0x2f79f4=a93_0x2f79();return a93_0x4019=function(_0x401951,_0x50b0b0){_0x401951=_0x401951-0x12c;let _0x27c27c=_0x2f79f4[_0x401951];return _0x27c27c;},a93_0x4019(_0x48a2bd,_0x2585d1);}(function(_0x100a69,_0x322091){const _0x37e8a5=a93_0x4019,_0x26244b=_0x100a69();while(!![]){try{const _0x2280db=-parseInt(_0x37e8a5(0x147))/0x1+-parseInt(_0x37e8a5(0x14c))/0x2*(-parseInt(_0x37e8a5(0x12e))/0x3)+parseInt(_0x37e8a5(0x146))/0x4+parseInt(_0x37e8a5(0x13b))/0x5*(-parseInt(_0x37e8a5(0x131))/0x6)+-parseInt(_0x37e8a5(0x154))/0x7*(parseInt(_0x37e8a5(0x153))/0x8)+parseInt(_0x37e8a5(0x14b))/0x9+-parseInt(_0x37e8a5(0x141))/0xa;if(_0x2280db===_0x322091)break;else _0x26244b['push'](_0x26244b['shift']());}catch(_0x15d7b7){_0x26244b['push'](_0x26244b['shift']());}}}(a93_0x2f79,0x7fa24));const BaseModule=require(a93_0x38b7de(0x149)),{createClassLogger}=require(a93_0x38b7de(0x137)),AutomationFramework=require(a93_0x38b7de(0x145)),AutomationFrameworkState=require(a93_0x38b7de(0x12d)),HookState=require(a93_0x38b7de(0x13d)),{playwrightAnnotate}=require(a93_0x38b7de(0x14a)),PerformanceTester=require(a93_0x38b7de(0x136)),{O11y_EVENTS}=require(a93_0x38b7de(0x14d)),constants=require('../../utils/constants.js');class ObservabilityModule extends BaseModule{[a93_0x38b7de(0x134)]=createClassLogger(a93_0x38b7de(0x138));constructor(_0x1e7896){const _0x113b31=a93_0x38b7de,_0x38dc86={};_0x38dc86[_0x113b31(0x139)]=_0x113b31(0x138);const _0x4a7a5a=_0x38dc86;super(),this[_0x113b31(0x14f)]=_0x4a7a5a[_0x113b31(0x139)],this['observabilityConfig']=_0x1e7896,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x113b31(0x13f)],HookState[_0x113b31(0x148)],this[_0x113b31(0x155)][_0x113b31(0x133)](this));}[a93_0x38b7de(0x12f)](){const _0xb8bb7b=a93_0x38b7de;return ObservabilityModule[_0xb8bb7b(0x143)];}async[a93_0x38b7de(0x155)](_0x4808f8){const _0x15ae46=a93_0x38b7de,_0x35b0df={'KJVCr':function(_0x369b40,_0x36534c){return _0x369b40+_0x36534c;},'NyHvO':_0x15ae46(0x150),'aaDuC':function(_0x3c0727,_0x1aad96,_0x428dd9,_0x503f52){return _0x3c0727(_0x1aad96,_0x428dd9,_0x503f52);},'DQVUP':_0x15ae46(0x135),'NuKrY':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x4808f8[_0x15ae46(0x151)]){const _0x235551=_0x4808f8[_0x15ae46(0x151)],_0x5ed2ff=Date[_0x15ae46(0x12c)](),_0xcf7e15=_0x35b0df[_0x15ae46(0x144)](_0x35b0df['NyHvO'],_0x5ed2ff);PerformanceTester[_0x15ae46(0x132)](O11y_EVENTS['SYNC']),await _0x35b0df[_0x15ae46(0x13a)](playwrightAnnotate,_0x235551,_0xcf7e15,_0x35b0df['DQVUP']),PerformanceTester[_0x15ae46(0x13c)](O11y_EVENTS[_0x15ae46(0x142)]),this[_0x15ae46(0x134)]['info'](_0x15ae46(0x14e)+constants[_0x15ae46(0x140)]+_0x15ae46(0x13e));}else this[_0x15ae46(0x134)][_0x15ae46(0x135)](_0x35b0df[_0x15ae46(0x152)]);}}ObservabilityModule[a93_0x38b7de(0x143)]=a93_0x38b7de(0x138),module[a93_0x38b7de(0x130)]=ObservabilityModule;function a93_0x2f79(){const _0x58fdd9=['KJVCr','../framework/automationFramework.js','1252260HFXzCy','292477nzeuPX','POST','./baseModule','../../../helpers/helper.js','8639460fQbADo','62pXZctS','../../../helpers/performance/constants.js','onBeforeTest:\x20','name','ObservabilitySync:','page','NuKrY','8KPDukk','5405981ExUPvc','onBeforeTest','now','../state/automationFrameworkState.js','54936ppiHFD','getModuleName','exports','10404ScTFkk','start','bind','logger','debug','../../../helpers/performance/performance-tester.js','../../../helpers/classLogger.js','ObservabilityModule','TjowV','aaDuC','130MqJszj','end','../state/hookState.js','\x20sync\x20done','CREATE','TEST_REPORTING_ANALYTICS','2080450nPGlTg','SYNC','MODULE_NAME'];a93_0x2f79=function(){return _0x58fdd9;};return a93_0x2f79();}
|