browserstack-node-sdk 1.55.1 → 1.55.3
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
|
+
function a90_0x162f(_0x1cdf9b,_0x418e85){const _0x108790=a90_0x1087();return a90_0x162f=function(_0x162f45,_0xd6f7b7){_0x162f45=_0x162f45-0xb3;let _0x5afd1d=_0x108790[_0x162f45];return _0x5afd1d;},a90_0x162f(_0x1cdf9b,_0x418e85);}const a90_0x139537=a90_0x162f;function a90_0x1087(){const _0x3cd1a4=['TIwab','dbtzk','32656074PylEUa','Processed\x20accessibility\x20caps\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','lMLEM','isMobilePlatform','format','UBjlj','scannerVersion','getResults','NowDv','BOopM','env','keys','patchSendMessageToServer','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BS_A11Y_JWT','performScan','options','Hcekv','ApuRy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','updateData','performPageScan:\x20Script\x20is\x20null','DRIVER_HAS_URL','aJGma','VCIIP','kFYRb','browser_version','isMobileScanningEnabledForGroup','GET_RESULTS_SUMMARY','parseFromProto','3509016QzoWhr','bXjQh','YYGDn','string','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','browserName','getSuccess','resolveMobileThTestRunUuid','nhPxO','riCzm',',\x20isAppAccessibility=','BfqGq','LOG_DISABLED_SHOWN','pYlAN','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','testhub_build_uuid','getResultsSummary','hasAccessibilityExecuteParams','elOyv','getPlatformIndex','__jestCurrentTestIdentifier','browserstack_executor','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','split','pwliy','bzaNR','OupYR','page','MODULE_NAME','107091hbJVlv','DHiAY','getCapabilityValue','getTrackedInstance','sqijw','SDK_ACCESSIBILITY_CONFIG','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','PERFORM_SCAN','sZKGx','WQiIy','\x22browserstack.key\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','8|6|2|1|0|11|13|7|16|15|4|14|5|10|12|3|9','lypRj','includeTagsInTestingScope','AuhqY','startsWith','has','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','dClVV','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','EtkRF','KEY_INIT','Qtgvv','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','true','../framework/constants/testFrameworkConstants.js','Scan\x20result:\x20','Error\x20applying\x20sendMessageToServer\x20patch:\x20','dPiHN',',\x20testName=','testFramework','is_mobile_session','qAfAv','function','woepD','nTdxL','isPlatformSupported:\x20caps\x20are\x20null','commandsToWrap','args','evaluate','DMGQA','Error\x20in\x20performPageScan:\x20','scan','../../../helpers/helper','ehjpc','MWfBD','PPRni','LqOLe','lxLoO','registerObserver','tLpNP','Yourn','getLogDisabledShown','accessibilityPlatform','WkxMK','applySendMessageToServerPatch','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','TnqhZ','nTggA','pVurI','GoAzK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','JpDzM','KEY_TEST_NAME','\x22browserstack.user\x22:\x22[REDACTED]\x22','tTffK','zPmqJ','titlePath','pwPage','requiresChromeOptionsValidation','MwDOU','assign','testAnalyticsId','10ERoqjx','ttYPa','../grpcClient','getBuildId','GHPFq','gVulP',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getCurrentAccessibilityStatus','fetchCentralAuthA11yConfig','tZSex','getTesthub','isEnabledTestcase','XTwzW','\x20browser\x20version\x20','Error\x20in\x20processAccessibilityCaps:\x20','Zqadv','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','VoAOD','Executing\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','sliLY','getAccessibility','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied',',\x20framework=','performPageScan:\x20Page\x20is\x20null','getValue','../../../helpers/accessibility-automation/scripts','performPageScan','shouldScanCurrentTest','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JtVMP','browserstack.accessibilityOptions.authToken','getOptions','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','isAccessibilityScriptCommand',',\x20available\x20commands:\x20','wJZbx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20',']\x20should\x20run\x20accessibility\x20value=','GDXfn','iKyTn','getTestFrameworkDetail','\x20script\x20available\x20in\x20scriptsList','onAfterTest','ZkImz','POST','../framework/automationFramework','Exception\x20in\x20isPlatformSupported:\x20','exports','wjyxk','WSUbc','find','[platform\x20-\x20','version','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ILdlk','Error\x20in\x20getAccessibilityResults:\x20','getScript','\x20env=','EDmCh','dNWCJ',']\x20isEnabledTestcase\x20(jest)\x20result=','HMSlh','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','browserstack.accessibilityOptions.scannerVersion','size','performScanForCli','wnvWT','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','OobtI','280587NgyGYB','DRIVER_INIT','YSPHi','8YuPEbw','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','accessibilityToken','chrome','a11y:save-results','goQvM','../../../helpers/accessibility-automation/helper','fetchDriverExecuteParamsEvent','parse','../../../helpers/performance/performance-tester.js','browserstack.accessibilityOptions.scannerProcessingTimeout','accessibilityConfig','wPGiF','browserStackEvaluate','dMcCy','SlZXU','Executing\x20accessibility\x20script\x20on\x20page','Error\x20in\x20performScanForCli\x20for\x20script\x20','executeScriptByName:\x20No\x20','gNMUo','\x20result\x20for\x20','unknown','LcHLV','gQuFu','isVersionSupported','5692125dIwKSC','afterTestHook','isAccessibilityAutomationSession','mWKgv','scannerProcessingTimeout','test-tags-->\x20','HFyjw','MOBILE_SCANNING_DISABLED_WARNING','ugBBN','KEY_TESTHUB_BUILD_ID','test_tags','KmqeK','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','launchCaps','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','saveResults','zPxfJ',',\x20excludeTags=','lhIVp','Vxpkq','saveTestResults','getCurrentInstanceName','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','EXECUTE','15615198aGikzp','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','DuDDK','platformValidation','goog:chromeOptions','Page\x20','getParamsForScanForCli','toJson','yXdAO','hdwSI','isEnabled','Error\x20in\x20stopTestCapture:\x20','rdYRi','ktpaU','jBxEp','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Context','thTestRunUuid','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','adQsH','cebDh','bind','Error\x20checking\x20headless\x20capability:\x20','command','accessibility','getGoogleChromeOptions','ikKRg','skipCDPConnectOverride','../TestInfo.js','mergeObject','Performing\x20scan\x20before\x20from\x20cli','PsQkc','setLogDisabledShown','getAccessibilityResults','NKcNA','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getAllData','processAccessibilityCaps','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','TrackedInstance','setAccessibilityToken','Error\x20in\x20initAccessibilityConfig:\x20','loadDriverExecuteParams','latest','VbNGq','setAccessibilityConfig','dnAHI','_mobileScanningDisabledLogged','getCommandsList','length','getModuleName','ikYnz','JqvPy','zFWvL','../../../helpers/classLogger',']\x20onAfterTest\x20should\x20scan=','__workerDetails','gQDCH','UUxpy','bFkrD','ZHubD','setShouldScanCurrentTest',']\x20isEnabledTestcase\x20(cucumber)\x20result=','set','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Raytx',']\x20clear\x20','ACCESSIBILITY_INITIALIZED','kmKjM',']\x20Accessibility\x20configuration\x20initialized\x20successfully','initAccessibilityConfig','excludeTagsInTestingScope','getAccessibilityExecuteParams','PRE','get','Nksnf','platformName','stringify','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','cRpIY','BROWSERSTACK_TESTHUB_JWT','commandName','_centralAuthA11yConfig','MergedScanArgs:\x20','QUeiL','shouldScanForCommand','oyIXy','OEveG','isBrowserSupportedForAccessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','capabilitiesList','warn','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','\x20script\x20available','getAccessibilityConfig','delete','NrpQH','validatePlatformForAccessibility','stack','ruysM','hyPzR','__accessibilityOptions','debug','QdNKb','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','cucumber','dTLzz','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','No\x20summaryResults\x20found.','eemlD','Error\x20in\x20shouldScanForCommand:\x20','gnoKY','includes','jest','isMobileWebSession','uWoRX','rVTrB','iYziJ','android','\x20->\x20','getName','onBeforeTest','--headless=','executeScriptByName','replace','capabilities','../state/automationFrameworkState','GIugk','yKvdD','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','error','scriptsList','getTestDetails','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','mnlIQ','lrmFO','end','getTestUUID','ImKQu','PbIav','HnjLc','ozUnO','6098272osCvUl','toLowerCase',',\x20\x0a\x20','getScriptsList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','qywMs','getCommandsToWrap','map','bbbGA','instance','testFrameworkData','browserVersion','isArray','info','commandsList','lRjYd','Error\x20in\x20validatePlatformForAccessibility:\x20','rdSza','finishScanningForCli','platformCaps','vhecQ','getScriptByName','ascii','gpZnD','stopTestCapture','BROWSERSTACK_TEST_ACCESSIBILITY_YML','measureWrapper','message','toObject','onBeforeExecute:\x20No\x20command\x20name\x20provided','wKRBB','wSdNl','getInstance','SEkbu','knFWH','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','join','toString','getAccessibilityResultsSummary','\x20accessibility\x20script\x20on\x20page','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','vakfY','test_run_id','sPKbJ','parseA11yJwtPayload','getData','--headless','CREATE','gyVmj','HQoBg','getMinVersionForBrowser','\x20or\x20higher\x20','7afRcJM','OKpco','tIgNY','ntLeZ','browser','oHmrR','CxAFE','../cliUtils','otaIe','_centralAuthConfigFetched','Unknown\x20Test','nihWm',',\x20includeTags=','some','isAppAccessibility','--headless=new','Wjayu','performScanForCli:\x20No\x20','onBeforeExecute','value','../framework/testFramework','\x20value=','testInfo','mnjbF','LCngd','browserstack.accessibilityOptions.wcagVersion','name','getContext','IapEG','36wDsGHS','fMSnr','name:\x20','Accessibility\x20data\x20for\x20extension:\x20','setShouldScan','omGSr','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','./baseModule','qxAJF','../../playwright/accessibility-helper','eKhrm',',\x20testIdentifier=','currentTest','null','getCapabilitiesList','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','_sendMessageServerPatchApplied','\x20testHubUuid='];a90_0x1087=function(){return _0x3cd1a4;};return a90_0x1087();}(function(_0x364d85,_0x29e0dd){const _0x42e35b=a90_0x162f,_0x53508a=_0x364d85();while(!![]){try{const _0x4f5049=parseInt(_0x42e35b(0x1bf))/0x1*(-parseInt(_0x42e35b(0x254))/0x2)+parseInt(_0x42e35b(0x251))/0x3*(-parseInt(_0x42e35b(0x16f))/0x4)+parseInt(_0x42e35b(0x26d))/0x5+parseInt(_0x42e35b(0x1a2))/0x6*(parseInt(_0x42e35b(0x152))/0x7)+-parseInt(_0x42e35b(0x11e))/0x8+-parseInt(_0x42e35b(0x285))/0x9*(parseInt(_0x42e35b(0x20a))/0xa)+parseInt(_0x42e35b(0x183))/0xb;if(_0x4f5049===_0x29e0dd)break;else _0x53508a['push'](_0x53508a['shift']());}catch(_0x515b12){_0x53508a['push'](_0x53508a['shift']());}}}(a90_0x1087,0xe1b94));const BaseModule=require(a90_0x139537(0x176)),{createClassLogger}=require(a90_0x139537(0xc6)),CLIUtils=require(a90_0x139537(0x159)),AutomationFramework=require(a90_0x139537(0x238)),TestFramework=require(a90_0x139537(0x166)),AutomationFrameworkState=require(a90_0x139537(0x10e)),HookState=require('../state/hookState'),GrpcClient=require(a90_0x139537(0x20c)),scripts=require(a90_0x139537(0x224)),logger=createClassLogger(a90_0x139537(0xb7)),PerformanceTester=require(a90_0x139537(0x25d)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x139537(0x1c5)),{nestedKeyValue,isUndefined}=require(a90_0x139537(0x1ec)),util=require('util'),TestInfo=require(a90_0x139537(0x2a1)),TestFrameworkConstants=require(a90_0x139537(0x1da)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a90_0x139537(0x1be)]=AccessibilityModule[a90_0x139537(0x16c)];static [a90_0x139537(0x15b)]=![];static [a90_0x139537(0xe2)]={};constructor(_0x202fa3){const _0x3407e6=a90_0x139537,_0x2d7829={};_0x2d7829[_0x3407e6(0x292)]=_0x3407e6(0x1cc),_0x2d7829['EDmCh']=_0x3407e6(0x19a),_0x2d7829[_0x3407e6(0x291)]='testhub_build_uuid',_0x2d7829['wKRBB']=_0x3407e6(0xb6),_0x2d7829['PsQkc']=_0x3407e6(0xd3);const _0x2a0311=_0x2d7829,_0x2a8a21=_0x2a0311['ktpaU'][_0x3407e6(0x1b9)]('|');let _0x27ba10=0x0;while(!![]){switch(_0x2a8a21[_0x27ba10++]){case'0':this['isEnabled']=!![];continue;case'1':AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0x3407e6(0xd9)],this[_0x3407e6(0x235)]['bind'](this));continue;case'2':AutomationFramework[_0x3407e6(0x1f2)](AutomationFrameworkState[_0x3407e6(0x14d)],HookState[_0x3407e6(0x237)],this[_0x3407e6(0x109)][_0x3407e6(0x29a)](this));continue;case'3':this['KEY_DRIVER_HAS_URL']=_0x2a0311[_0x3407e6(0x245)];continue;case'4':this['_sendMessageServerPatchApplied']=![];continue;case'5':this['setAccessibilityToken'](_0x202fa3[_0x3407e6(0x22a)]()['getCapabilitiesList']());continue;case'6':AutomationFramework[_0x3407e6(0x1f2)](AutomationFrameworkState[_0x3407e6(0x284)],HookState[_0x3407e6(0xd9)],this[_0x3407e6(0x164)][_0x3407e6(0x29a)](this));continue;case'7':this['LOG_DISABLED_SHOWN']=new Map();continue;case'8':super();continue;case'9':this[_0x3407e6(0x276)]=_0x2a0311[_0x3407e6(0x291)];continue;case'10':logger[_0x3407e6(0xf6)](_0x2a0311[_0x3407e6(0x13c)]);continue;case'11':this[_0x3407e6(0x25f)]=_0x202fa3[_0x3407e6(0x13a)]();continue;case'12':this['KEY_INIT']=_0x2a0311[_0x3407e6(0x2a4)];continue;case'13':this[_0x3407e6(0x29d)]=new Map();continue;case'14':this[_0x3407e6(0xbf)]=![];continue;case'15':this[_0x3407e6(0x10d)]=[];continue;case'16':this[_0x3407e6(0x160)]=![];continue;}break;}}[a90_0x139537(0x28f)](){const _0x4937c1=a90_0x139537;return this[_0x4937c1(0x28f)];}[a90_0x139537(0xc2)](){const _0x1e49a5=a90_0x139537;return AccessibilityModule[_0x1e49a5(0x1be)];}[a90_0x139537(0x211)](){const _0x3a2e92=a90_0x139537;return this['accessibility'][_0x3a2e92(0xda)](CLIUtils[_0x3a2e92(0x282)](),![]);}[a90_0x139537(0x1f5)](){const _0x54946e=a90_0x139537;return this[_0x54946e(0x1ae)][_0x54946e(0xda)](CLIUtils[_0x54946e(0x282)](),![]);}[a90_0x139537(0x2a5)](_0x5e1155){const _0xffaf49=a90_0x139537;this[_0xffaf49(0x1ae)]['set'](CLIUtils[_0xffaf49(0x282)](),_0x5e1155);}[a90_0x139537(0x1f8)](){const _0x315e37=a90_0x139537,_0x19ffa0={'mnlIQ':_0x315e37(0x220),'pVurI':function(_0x3ae057,_0x549c38){return _0x3ae057(_0x549c38);},'jBxEp':'../../utils/playwright-patcher','yXdAO':_0x315e37(0x24e),'hyPzR':_0x315e37(0x24f)};if(this[_0x315e37(0x17f)]){logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0x116)]);return;}try{const _0x25f462=_0x19ffa0[_0x315e37(0x1fc)](require,_0x19ffa0[_0x315e37(0x293)]);_0x25f462&&_0x25f462[_0x315e37(0x190)]?(_0x25f462['patchSendMessageToServer'](),this[_0x315e37(0x17f)]=!![],logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0x28d)])):logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0xf4)]);}catch(_0x129821){logger[_0x315e37(0xf6)](_0x315e37(0x1dc)+util[_0x315e37(0x188)](_0x129821));}}['isPlatformSupported'](_0x2e5628=null,_0x325bc1=null,_0x59f555=null){const _0x398df8=a90_0x139537,_0x8216e={'WTkbu':function(_0x26fa09,_0x25d7d6){return _0x26fa09&&_0x25d7d6;},'ozUnO':_0x398df8(0x1e5),'uWoRX':function(_0x32cc73,_0x4a3cf4){return _0x32cc73(_0x4a3cf4);},'iYziJ':'../../../helpers/helper','DuDDK':_0x398df8(0x17e),'bXjQh':_0x398df8(0x1cb),'YYGDn':function(_0x117140,_0x4c8c4d){return _0x117140===_0x4c8c4d;},'lypRj':_0x398df8(0x1d9),'dbtzk':_0x398df8(0x1a5),'Qtgvv':function(_0x13ada6,_0x57ca0d){return _0x13ada6===_0x57ca0d;},'SlZXU':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SEkbu':_0x398df8(0x289),'elOyv':function(_0x7ea1a7,_0x50a99c){return _0x7ea1a7!==_0x50a99c;},'RYyBT':_0x398df8(0xbb),'Xdsyu':function(_0x3dda59){return _0x3dda59();},'gVulP':'on\x20non-BrowserStack\x20infrastructure\x20','rVTrB':function(_0x3903cf,_0x42fcff){return _0x3903cf!==_0x42fcff;},'IapEG':function(_0x5ee26c,_0x583f5f){return _0x5ee26c>_0x583f5f;},'lxLoO':function(_0x33ad0a,_0x5f1dad){return _0x33ad0a(_0x5f1dad);},'NYdsJ':_0x398df8(0x146)};try{if(_0x8216e['WTkbu'](!_0x325bc1,!_0x59f555))return logger[_0x398df8(0xf6)](_0x8216e[_0x398df8(0x11d)]),![];const {isUndefined:_0x232747,isBrowserstackInfra:_0x2f37e6}=_0x8216e[_0x398df8(0x103)](require,_0x8216e[_0x398df8(0x105)]);if(!accessibilityHelper[_0x398df8(0x26f)]())return logger['debug'](_0x8216e[_0x398df8(0x287)]),![];const _0x1a563e=_0x325bc1[_0x398df8(0x1a7)]||_0x325bc1[_0x398df8(0x156)],_0x14dd95=_0x325bc1['browserVersion']||_0x325bc1[_0x398df8(0x19e)];if(!accessibilityHelper[_0x398df8(0xe8)](_0x1a563e))return logger[_0x398df8(0xeb)](_0x8216e[_0x398df8(0x1a3)]),![];if(accessibilityHelper[_0x398df8(0x206)](_0x1a563e))try{const _0x36d333=_0x325bc1['headless'],_0x1e5c1e=_0x8216e[_0x398df8(0x1a4)](_0x36d333,!![])||_0x8216e[_0x398df8(0x1a4)](_0x36d333,_0x8216e[_0x398df8(0x1cd)])||_0x8216e[_0x398df8(0x1a4)](typeof _0x36d333,_0x8216e[_0x398df8(0x182)])&&_0x8216e[_0x398df8(0x1d7)](_0x36d333['toLowerCase'](),_0x8216e[_0x398df8(0x1cd)]);if(_0x1e5c1e)return logger[_0x398df8(0xeb)](_0x8216e[_0x398df8(0x263)]),![];const _0x51e574=_0x325bc1?.['chromeOptions']?.[_0x398df8(0x1e7)]||_0x325bc1?.[_0x8216e[_0x398df8(0x13f)]]?.['args']||[];if(Array[_0x398df8(0x12a)](_0x51e574)&&_0x51e574['some'](_0x50ea4b=>typeof _0x50ea4b===_0x398df8(0x1a5)&&(_0x50ea4b===_0x398df8(0x14c)||_0x50ea4b[_0x398df8(0x1d0)](_0x398df8(0x10a))&&_0x50ea4b!==_0x398df8(0x161))))return logger['warn'](_0x8216e[_0x398df8(0x263)]),![];}catch(_0x2eda8e){logger[_0x398df8(0xf6)](_0x398df8(0x29b)+util[_0x398df8(0x188)](_0x2eda8e));}if(_0x8216e[_0x398df8(0x1b4)](_0x14dd95,_0x8216e['RYyBT'])){const _0x4dfdd7=_0x8216e['Xdsyu'](_0x2f37e6),_0x2055e5=accessibilityHelper[_0x398df8(0x150)](_0x1a563e,_0x4dfdd7),_0x591827=accessibilityHelper['getBrowserDisplayName'](_0x1a563e);if(!accessibilityHelper[_0x398df8(0x26c)](_0x14dd95,_0x2055e5)){const _0x450842=_0x4dfdd7?'':_0x8216e[_0x398df8(0x20f)];return logger[_0x398df8(0xeb)](_0x398df8(0x22f)+_0x591827+_0x398df8(0x217)+_0x2055e5+_0x398df8(0x151)+_0x450842+'.'),![];}}else{const _0x58dc13=_0x325bc1[_0x398df8(0x129)]||_0x325bc1[_0x398df8(0x19e)]||_0x325bc1[_0x398df8(0x23f)];if(_0x58dc13&&_0x8216e[_0x398df8(0x104)](_0x58dc13,_0x8216e['RYyBT'])&&!_0x8216e[_0x398df8(0x16e)](_0x8216e[_0x398df8(0x103)](parseFloat,_0x58dc13),_0x8216e[_0x398df8(0x1f1)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x398df8(0xeb)](_0x8216e['NYdsJ']),![];}return!![];}catch(_0x2b38e6){return logger[_0x398df8(0xf6)](_0x398df8(0x239)+_0x2b38e6['message']),![];}}[a90_0x139537(0x215)](_0x409f4c=[],_0x3139ea,_0x1cf840='cucumber'){const _0x90cfff=a90_0x139537,_0x2d627a={'tTffK':function(_0x4d82fc,_0x526698){return _0x4d82fc===_0x526698;},'cebDh':_0x90cfff(0x101),'goQvM':function(_0x2cb7ff,_0x5d0ba0){return _0x2cb7ff||_0x5d0ba0;},'NqDtY':function(_0x1f9674,_0x2206f5){return _0x1f9674===_0x2206f5;},'YSPHi':function(_0x349936,_0x4181a4){return _0x349936&&_0x4181a4;},'nhPxO':'unknown','fMSnr':function(_0x4f6992,_0x4fed54){return _0x4f6992(_0x4fed54);},'UUxpy':function(_0x518509,_0x30742b){return _0x518509>_0x30742b;},'dySTR':function(_0x4d3fc1,_0x48e955){return _0x4d3fc1&&_0x48e955;}};try{const _0x1bcf10=process[_0x90cfff(0x18e)][_0x90cfff(0x197)]?JSON[_0x90cfff(0x25c)](process[_0x90cfff(0x18e)][_0x90cfff(0x197)]):null;if(!_0x1bcf10)return!![];const _0x1ede1c=Array[_0x90cfff(0x12a)](_0x1bcf10['includeTagsInTestingScope'])?_0x1bcf10[_0x90cfff(0x1ce)]:[],_0x1220be=Array['isArray'](_0x1bcf10[_0x90cfff(0xd7)])?_0x1bcf10[_0x90cfff(0xd7)]:[];if(_0x2d627a[_0x90cfff(0x202)](_0x1cf840,_0x2d627a[_0x90cfff(0x299)])){let _0x2c85a0;Array['isArray'](_0x409f4c)?_0x2c85a0=_0x409f4c[_0x90cfff(0x142)]('\x20'):_0x2c85a0=_0x2d627a[_0x90cfff(0x259)](_0x409f4c,'');const _0x2b0bb6=_0x1220be[_0x90cfff(0x15f)](_0x3a4781=>_0x2c85a0[_0x90cfff(0x100)](_0x3a4781)),_0x3b6f8b=_0x2d627a['NqDtY'](_0x1ede1c[_0x90cfff(0xc1)],0x0)||_0x1ede1c[_0x90cfff(0x15f)](_0x57a006=>_0x2c85a0[_0x90cfff(0x100)](_0x57a006)),_0x483d39=_0x2d627a[_0x90cfff(0x253)](!_0x2b0bb6,_0x3b6f8b);return logger[_0x90cfff(0xf6)](_0x90cfff(0x23e)+(_0x3139ea?.[_0x90cfff(0x1b5)]?.()||_0x2d627a[_0x90cfff(0x1aa)])+_0x90cfff(0x247)+_0x483d39+_0x90cfff(0x1de)+_0x2c85a0+_0x90cfff(0x15e)+JSON['stringify'](_0x1ede1c)+_0x90cfff(0x27e)+JSON['stringify'](_0x1220be)),_0x483d39;}const _0x27785b=Array['isArray'](_0x409f4c)?_0x409f4c:[];let _0x2f22d2=![],_0x5160a6=_0x2d627a[_0x90cfff(0x202)](_0x1ede1c[_0x90cfff(0xc1)],0x0);const _0x249ead=_0x5d0d84=>typeof _0x5d0d84===_0x90cfff(0x1a5)?_0x5d0d84[_0x90cfff(0x10c)](/^@/,'')[_0x90cfff(0x11f)]()['trim']():_0x5d0d84,_0x26c54e=new Set(_0x1ede1c[_0x90cfff(0x125)](_0x249ead)),_0x1849f7=new Set(_0x1220be[_0x90cfff(0x125)](_0x249ead));for(const _0x5c4f68 of _0x27785b){const _0x4b22ed=_0x2d627a[_0x90cfff(0x170)](_0x249ead,_0x5c4f68);_0x1849f7['has'](_0x4b22ed)&&(_0x2f22d2=!![]),_0x2d627a[_0x90cfff(0xca)](_0x26c54e[_0x90cfff(0x24b)],0x0)&&_0x26c54e[_0x90cfff(0x1d1)](_0x4b22ed)&&(_0x5160a6=!![]);}const _0xdbfa86=_0x2d627a['dySTR'](_0x5160a6,!_0x2f22d2);return logger[_0x90cfff(0xf6)](_0x90cfff(0x23e)+(_0x3139ea?.['getPlatformIndex']?.()||_0x2d627a[_0x90cfff(0x1aa)])+_0x90cfff(0xce)+_0xdbfa86+',\x20tags='+JSON[_0x90cfff(0xdd)](_0x27785b)+_0x90cfff(0x15e)+JSON[_0x90cfff(0xdd)](_0x1ede1c)+',\x20excludeTags='+JSON['stringify'](_0x1220be)),_0xdbfa86;}catch(_0x169e26){return logger['debug'](_0x90cfff(0x23e)+(_0x3139ea?.[_0x90cfff(0x1b5)]?.()||_0x2d627a[_0x90cfff(0x1aa)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x169e26[_0x90cfff(0x139)]),![];}}async[a90_0x139537(0x109)](_0x458088){const _0x3fe4b4=a90_0x139537,_0x5ae621={};_0x5ae621['HnjLc']=function(_0x2fa746,_0x2d03f3){return _0x2fa746!==_0x2d03f3;},_0x5ae621[_0x3fe4b4(0x12d)]=_0x3fe4b4(0xf9),_0x5ae621[_0x3fe4b4(0x14e)]=function(_0x11fe72,_0x51a31f){return _0x11fe72!==_0x51a31f;},_0x5ae621[_0x3fe4b4(0x11b)]=_0x3fe4b4(0x101),_0x5ae621[_0x3fe4b4(0x23c)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5ae621[_0x3fe4b4(0x19c)]='TEST_INIT',_0x5ae621[_0x3fe4b4(0xcb)]=_0x3fe4b4(0x255),_0x5ae621[_0x3fe4b4(0x28e)]=_0x3fe4b4(0xf8),_0x5ae621[_0x3fe4b4(0xc5)]=_0x3fe4b4(0x252),_0x5ae621['oHmrR']=function(_0x4efc4a,_0x40eee0){return _0x4efc4a===_0x40eee0;},_0x5ae621['pYlAN']=function(_0xc17b9e,_0x3a5ac0){return _0xc17b9e===_0x3a5ac0;},_0x5ae621[_0x3fe4b4(0x1ef)]=_0x3fe4b4(0x191),_0x5ae621['wPGiF']=function(_0x2ad32b,_0x22491f){return _0x2ad32b===_0x22491f;},_0x5ae621['LcHLV']=_0x3fe4b4(0x15c),_0x5ae621[_0x3fe4b4(0x1f0)]=function(_0x535926,_0x3975b4){return _0x535926>_0x3975b4;},_0x5ae621[_0x3fe4b4(0x1c3)]=_0x3fe4b4(0x1e2),_0x5ae621[_0x3fe4b4(0x1ab)]='test_tags',_0x5ae621[_0x3fe4b4(0x162)]=function(_0xa0d95e,_0x4326fc){return _0xa0d95e&&_0x4326fc;},_0x5ae621[_0x3fe4b4(0x110)]='unknown',_0x5ae621['ZPQxS']='true';const _0x155471=_0x5ae621;if(_0x155471[_0x3fe4b4(0x11c)](_0x458088[_0x3fe4b4(0x1df)],_0x155471[_0x3fe4b4(0x12d)])&&_0x155471[_0x3fe4b4(0x14e)](_0x458088[_0x3fe4b4(0x1df)],_0x155471[_0x3fe4b4(0x11b)])){logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x23c)]);return;}try{const _0x60a59=AutomationFramework[_0x3fe4b4(0x1c2)](),_0x36e22b=TestFramework[_0x3fe4b4(0x1c2)](),_0x12eb5d=_0x458088[_0x3fe4b4(0x1bd)]||global['__workerDetails']?.[_0x3fe4b4(0x205)]||null;if(!_0x12eb5d){_0x36e22b&&_0x36e22b[_0x3fe4b4(0x198)](_0x155471[_0x3fe4b4(0x19c)],!![]);logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0xcb)]);return;}logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x28e)]);const _0x26b1a7=_0x36e22b?.['getData'](_0x155471['zFWvL'],![]),_0x5af098=_0x36e22b?.[_0x3fe4b4(0x14b)](_0x155471[_0x3fe4b4(0x19c)],![]);if(_0x155471[_0x3fe4b4(0x157)](_0x26b1a7,![])&&_0x155471[_0x3fe4b4(0x1af)](_0x5af098,![])){_0x36e22b&&_0x36e22b[_0x3fe4b4(0x198)](_0x155471[_0x3fe4b4(0xc5)],!![]);logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x1ef)]);return;}_0x36e22b&&_0x36e22b['updateData'](_0x155471[_0x3fe4b4(0x19c)],!![]);let _0x4f43f0,_0x539938;const _0x5b4ed3=_0x458088[_0x3fe4b4(0x1df)]||_0x155471['lRjYd'];if(_0x155471[_0x3fe4b4(0x260)](_0x5b4ed3,_0x155471[_0x3fe4b4(0x11b)])){_0x539938=_0x458088[_0x3fe4b4(0x168)]?.[_0x3fe4b4(0x209)]||_0x458088[_0x3fe4b4(0x168)]?.['id']||global[_0x3fe4b4(0x1b6)]||global[_0x3fe4b4(0xc8)]?.[_0x3fe4b4(0x17b)]?.[_0x3fe4b4(0x209)]||global['__workerDetails']?.[_0x3fe4b4(0x17b)]?.['id'];const _0x592fdb=_0x36e22b?.[_0x3fe4b4(0xb4)]()?.[_0x3fe4b4(0xda)](_0x539938);if(_0x592fdb&&_0x592fdb[TestFrameworkConstants[_0x3fe4b4(0x200)]])_0x4f43f0=_0x592fdb[TestFrameworkConstants[_0x3fe4b4(0x200)]];else{if(_0x458088[_0x3fe4b4(0x168)]?.[_0x3fe4b4(0x204)])_0x4f43f0=_0x458088[_0x3fe4b4(0x168)][_0x3fe4b4(0x204)];else global[_0x3fe4b4(0xc8)]?.[_0x3fe4b4(0x17b)]?.['testInfo']?.[_0x3fe4b4(0x204)]?_0x4f43f0=global[_0x3fe4b4(0xc8)][_0x3fe4b4(0x17b)][_0x3fe4b4(0x168)][_0x3fe4b4(0x204)]:_0x4f43f0=_0x155471[_0x3fe4b4(0x26a)];}logger[_0x3fe4b4(0xf6)](_0x3fe4b4(0x1fe)+_0x539938+_0x3fe4b4(0x1de)+JSON[_0x3fe4b4(0xdd)](_0x4f43f0));}else{_0x539938=this['getTestId'](_0x458088);const _0x8c897b=TestInfo[_0x3fe4b4(0x114)](_0x539938);let _0x460317=[];if(_0x8c897b&&Array[_0x3fe4b4(0x12a)](_0x8c897b[_0x3fe4b4(0x277)])&&_0x155471[_0x3fe4b4(0x1f0)](_0x8c897b[_0x3fe4b4(0x277)][_0x3fe4b4(0xc1)],0x0))_0x460317=_0x8c897b[_0x3fe4b4(0x277)];else{if(_0x36e22b){const _0x2b9d62=_0x155471[_0x3fe4b4(0x260)](typeof _0x36e22b[_0x3fe4b4(0x14b)],_0x155471[_0x3fe4b4(0x1c3)])?_0x36e22b[_0x3fe4b4(0x14b)](_0x155471[_0x3fe4b4(0x1ab)],[]):_0x36e22b[_0x3fe4b4(0x277)]||[];Array[_0x3fe4b4(0x12a)](_0x2b9d62)&&(_0x460317=_0x2b9d62);}}_0x4f43f0=_0x460317;}logger[_0x3fe4b4(0x12b)](_0x3fe4b4(0x272)+JSON[_0x3fe4b4(0xdd)](_0x4f43f0));const _0x39aec3=this['isPlatformSupported'](_0x60a59,_0x458088[_0x3fe4b4(0x131)],_0x458088[_0x3fe4b4(0x27a)]);logger[_0x3fe4b4(0xf6)](_0x3fe4b4(0x249)+_0x39aec3+_0x3fe4b4(0x1ac)+this[_0x3fe4b4(0x160)]);const _0x2b5994=this[_0x3fe4b4(0x215)](_0x4f43f0,_0x60a59,_0x5b4ed3),_0x8d5d1b=_0x155471[_0x3fe4b4(0x162)](_0x39aec3,_0x2b5994),_0x3f9e38=CLIUtils[_0x3fe4b4(0x282)]();this[_0x3fe4b4(0x29d)][_0x3fe4b4(0xcf)](_0x3f9e38,_0x8d5d1b),global[_0x3fe4b4(0x295)]?.[_0x3fe4b4(0x16d)]&&global[_0x3fe4b4(0x295)][_0x3fe4b4(0x16d)]()[_0x3fe4b4(0x173)](_0x8d5d1b),logger['debug'](_0x3fe4b4(0x23e)+(_0x60a59?.[_0x3fe4b4(0x1b5)]?.()||_0x155471['yKvdD'])+_0x3fe4b4(0x230)+_0x8d5d1b),_0x8d5d1b?(global['accessibilityPlatform']=!![],process[_0x3fe4b4(0x18e)][_0x3fe4b4(0x137)]=_0x155471['ZPQxS'],this[_0x3fe4b4(0x1f8)]()):global[_0x3fe4b4(0x1f6)]=![];}catch(_0x2a4f2a){logger[_0x3fe4b4(0x112)](_0x3fe4b4(0x1b8)+(_0x2a4f2a[_0x3fe4b4(0xf2)]||_0x2a4f2a[_0x3fe4b4(0x139)]));const _0x40c5be=CLIUtils[_0x3fe4b4(0x282)]();this[_0x3fe4b4(0x29d)][_0x3fe4b4(0xcf)](_0x40c5be,![]),global[_0x3fe4b4(0x1f6)]=![];}}[a90_0x139537(0x29e)](){const _0x39607d=a90_0x139537;return this['capabilities'][_0x39607d(0x23d)](_0x467188=>_0x467188[_0x39607d(0x108)]()==='goog:chromeOptions')?.[_0x39607d(0x223)]()||'';}[a90_0x139537(0x1c1)](_0x5e4a2a){const _0x5719dc=a90_0x139537;try{const _0x1c542a=this[_0x5719dc(0x25f)]?.[_0x5719dc(0x194)]?.[_0x5719dc(0xea)]||[],_0x4895e1=_0x1c542a[_0x5719dc(0x23d)](_0x370005=>_0x370005[_0x5719dc(0x16c)]===_0x5e4a2a);return _0x4895e1?_0x4895e1[_0x5719dc(0x165)]:null;}catch(_0x37e5cf){return logger[_0x5719dc(0xf6)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x5e4a2a+':\x20'+_0x37e5cf[_0x5719dc(0x139)]),null;}}async[a90_0x139537(0xbd)](_0x2dfed9,_0x4f4ab5){const _0x4a3ac3=a90_0x139537,_0x235662=_0x2dfed9[_0x4a3ac3(0x21f)]()[_0x4a3ac3(0x22a)](),_0x383eaf=_0x235662[_0x4a3ac3(0x121)](),_0x42d309=_0x235662[_0x4a3ac3(0x124)]()?.[_0x4a3ac3(0xc0)]();scripts[_0x4a3ac3(0x1a1)](_0x383eaf,_0x42d309),scripts[_0x4a3ac3(0x28c)]();const _0x51d2c4=_0x235662[_0x4a3ac3(0x17d)]();this[_0x4a3ac3(0x10d)]=_0x235662[_0x4a3ac3(0x17d)](),await this[_0x4a3ac3(0xb8)](_0x51d2c4,_0x4f4ab5[_0x4a3ac3(0x27a)]);}async[a90_0x139537(0xb8)](_0x3ae6bd,_0x36b475={}){const _0x4bbd54=a90_0x139537,_0xfface1={'GoAzK':function(_0x12b4de,_0xbce59a){return _0x12b4de===_0xbce59a;},'LrvdB':_0x4bbd54(0x256),'eVweM':_0x4bbd54(0x229),'HMSlh':function(_0x22ce81,_0x1486f8){return _0x22ce81(_0x1486f8);},'VbNGq':_0x4bbd54(0x25a),'DLozH':function(_0x562ed0,_0xe39d76){return _0x562ed0(_0xe39d76);},'nTdxL':_0x4bbd54(0x1ec),'EtkRF':function(_0x24648f,_0x48ce6d){return _0x24648f(_0x48ce6d);},'woepD':function(_0x46ba43,_0x2e2918){return _0x46ba43===_0x2e2918;},'dMcCy':'wcagVersion','cWnrC':_0x4bbd54(0x16b),'HQoBg':_0x4bbd54(0x18a),'gQDCH':_0x4bbd54(0x24a),'GBcam':_0x4bbd54(0x271),'MwDOU':_0x4bbd54(0x25e),'tpTJR':'isMobileScanningEnabledForGroup','MWfBD':function(_0x335f20,_0xded4bf){return _0x335f20(_0xded4bf);},'iHpyV':function(_0x4e3058,_0x339fc2){return _0x4e3058===_0x339fc2;},'vakfY':_0x4bbd54(0x1d9)};global[_0x4bbd54(0xf5)]=global[_0x4bbd54(0xf5)]||{};for(const _0x5519cb of _0x3ae6bd){logger[_0x4bbd54(0x12b)](_0x4bbd54(0x171)+_0x5519cb[_0x4bbd54(0x108)]()+_0x4bbd54(0x167)+_0x5519cb['getValue']());if(_0xfface1[_0x4bbd54(0x1fd)](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['LrvdB'])){const _0x38cef2=_0x5519cb[_0x4bbd54(0x223)]();process[_0x4bbd54(0x18e)][_0x4bbd54(0x192)]=_0x38cef2,global[_0x4bbd54(0xf5)][_0xfface1['eVweM']]=_0x38cef2;const _0x47797f=_0xfface1[_0x4bbd54(0x248)](require,_0xfface1[_0x4bbd54(0xbc)]),{isTrue:_0x3fe9dc}=_0xfface1['DLozH'](require,_0xfface1[_0x4bbd54(0x1e4)]),_0x5d8749=_0x47797f[_0x4bbd54(0x14a)](_0x38cef2);_0x5d8749&&_0xfface1[_0x4bbd54(0x1d5)](_0x3fe9dc,_0x5d8749[_0x4bbd54(0x2a0)])&&(process[_0x4bbd54(0x18e)][_0x4bbd54(0xfb)]=!![]);}else{if(_0xfface1['woepD'](_0x5519cb['getName'](),_0xfface1[_0x4bbd54(0x262)]))global[_0x4bbd54(0xf5)][_0xfface1['cWnrC']]=_0x5519cb['getValue']();else{if(_0xfface1[_0x4bbd54(0x1e3)](_0x5519cb['getName'](),_0xfface1[_0x4bbd54(0x14f)]))global[_0x4bbd54(0xf5)][_0xfface1[_0x4bbd54(0xc9)]]=_0x5519cb[_0x4bbd54(0x223)]();else{if(_0xfface1[_0x4bbd54(0x1fd)](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['GBcam']))global[_0x4bbd54(0xf5)][_0xfface1[_0x4bbd54(0x207)]]=_0x5519cb[_0x4bbd54(0x223)]();else{if(_0xfface1['woepD'](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['tpTJR'])){const _0x48160d=_0x5519cb[_0x4bbd54(0x223)]();process[_0x4bbd54(0x18e)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0xfface1[_0x4bbd54(0x1ee)](String,_0xfface1['GoAzK'](_0x48160d,!![])||_0xfface1['iHpyV'](_0x48160d,_0xfface1[_0x4bbd54(0x147)])),logger[_0x4bbd54(0xf6)](_0x4bbd54(0x1c6)+_0x48160d+_0x4bbd54(0x244)+process['env'][_0x4bbd54(0x294)]);}}}}}}}async[a90_0x139537(0x235)](_0x32a5fa){const _0x4f672f=a90_0x139537,_0x5c853b={};_0x5c853b[_0x4f672f(0x154)]=function(_0x35af6a,_0xbda275){return _0x35af6a!==_0xbda275;},_0x5c853b['bzaNR']=_0x4f672f(0xf9),_0x5c853b['ehjpc']=function(_0x9fe203,_0x6d0987){return _0x9fe203!==_0x6d0987;},_0x5c853b['UTsdJ']=_0x4f672f(0x101),_0x5c853b['ILdlk']=_0x4f672f(0x1d8),_0x5c853b[_0x4f672f(0x29f)]='unknown';const _0x5248ee=_0x5c853b;if(_0x5248ee[_0x4f672f(0x154)](_0x32a5fa[_0x4f672f(0x1df)],_0x5248ee[_0x4f672f(0x1bb)])&&_0x5248ee[_0x4f672f(0x1ed)](_0x32a5fa['testFramework'],_0x5248ee['UTsdJ'])){logger[_0x4f672f(0xf6)](_0x5248ee[_0x4f672f(0x241)]);return;}const _0x298eb4=_0x32a5fa[_0x4f672f(0x168)]?.[_0x4f672f(0x209)]||_0x32a5fa[_0x4f672f(0x168)]?.['id']||global[_0x4f672f(0x1b6)];logger[_0x4f672f(0x12b)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x32a5fa[_0x4f672f(0x1df)]+_0x4f672f(0x17a)+_0x298eb4);try{const _0x2fe511=_0x32a5fa[_0x4f672f(0x127)]||AutomationFramework[_0x4f672f(0x1c2)](),_0x747da5=CLIUtils[_0x4f672f(0x282)](),_0x103175=this[_0x4f672f(0x211)]();logger[_0x4f672f(0xf6)](_0x4f672f(0x23e)+(_0x2fe511?.[_0x4f672f(0x1b5)]?.()||_0x5248ee[_0x4f672f(0x29f)])+_0x4f672f(0xc7)+_0x103175),_0x103175&&await this[_0x4f672f(0x136)](_0x2fe511,_0x32a5fa),this[_0x4f672f(0x29d)][_0x4f672f(0xef)](_0x747da5),this[_0x4f672f(0x1ae)]['delete'](_0x747da5);}catch(_0x2151f9){logger[_0x4f672f(0x112)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x2151f9[_0x4f672f(0xf2)]||_0x2151f9[_0x4f672f(0x139)]));}}async[a90_0x139537(0x136)](_0x42a6e3,_0x2f0de3){const _0x57abc0=a90_0x139537,_0x5adb0c={};_0x5adb0c[_0x57abc0(0x126)]=function(_0x26014d,_0x28b7c6){return _0x26014d===_0x28b7c6;},_0x5adb0c[_0x57abc0(0x11a)]=_0x57abc0(0x1e2),_0x5adb0c[_0x57abc0(0x1c9)]=function(_0x590a6a,_0x4ed9e8){return _0x590a6a===_0x4ed9e8;},_0x5adb0c['qxAJF']=_0x57abc0(0x101),_0x5adb0c[_0x57abc0(0x2a7)]='cucumber',_0x5adb0c['dnAHI']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x5adb0c[_0x57abc0(0x169)]='accessibility',_0x5adb0c[_0x57abc0(0x246)]=_0x57abc0(0x27c),_0x5adb0c['pycbK']=_0x57abc0(0x269),_0x5adb0c[_0x57abc0(0x1ba)]='present',_0x5adb0c[_0x57abc0(0x158)]=_0x57abc0(0x17c),_0x5adb0c[_0x57abc0(0x273)]=function(_0x4f5337,_0x59f856){return _0x4f5337||_0x59f856;},_0x5adb0c[_0x57abc0(0x1c0)]=function(_0x536d44,_0x1e26e6){return _0x536d44||_0x1e26e6;},_0x5adb0c[_0x57abc0(0xdb)]=function(_0x27dc51,_0x44da1f){return _0x27dc51||_0x44da1f;},_0x5adb0c[_0x57abc0(0x18c)]=_0x57abc0(0xd0),_0x5adb0c[_0x57abc0(0x1ad)]='AUTOMATION_SESSIONS',_0x5adb0c['qywMs']='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x5d4f7a=_0x5adb0c;try{const _0x3222c0=_0x2f0de3['testFramework']||(_0x5d4f7a[_0x57abc0(0x1c9)](this[_0x57abc0(0x128)]?.[_0x57abc0(0x16c)]?.['toLowerCase'](),_0x5d4f7a[_0x57abc0(0x177)])?_0x5d4f7a[_0x57abc0(0x177)]:_0x5d4f7a[_0x57abc0(0x2a7)]);let _0x48825d='',_0x4ca41d=null,_0x550511=null;if(_0x5d4f7a['WQiIy'](_0x3222c0,_0x5d4f7a[_0x57abc0(0x177)])){_0x4ca41d=_0x2f0de3[_0x57abc0(0x168)]?.[_0x57abc0(0x209)]||_0x2f0de3[_0x57abc0(0x168)]?.['id']||global[_0x57abc0(0x1b6)];if(!_0x4ca41d){logger['warn'](_0x5d4f7a[_0x57abc0(0xbe)]);return;}try{const _0x440bdf=await GrpcClient['getInstance']()[_0x57abc0(0x25b)](process[_0x57abc0(0x18e)][_0x57abc0(0x21d)],_0x5d4f7a['mnjbF'],_0x5d4f7a[_0x57abc0(0x246)],_0x4ca41d),_0x26a92a=AccessibilityModule[_0x57abc0(0xba)](null,_0x440bdf);_0x48825d=_0x26a92a?.[_0x57abc0(0x296)]||'',logger[_0x57abc0(0xf6)](_0x57abc0(0x279)+_0x48825d+'\x20from\x20testIdentifier='+_0x4ca41d),_0x550511=_0x440bdf;}catch(_0x18490a){logger[_0x57abc0(0x112)](_0x57abc0(0xe9)+_0x18490a[_0x57abc0(0x139)]);return;}}else{const _0x32a099=this['getTestId'](_0x2f0de3);_0x48825d=TestInfo[_0x57abc0(0x119)](_0x32a099);}const _0x532645=((()=>{const _0x485d66=_0x57abc0,_0x330732=(this['accessibilityConfig']?.[_0x485d66(0x194)]?.[_0x485d66(0xea)]||[])['find'](_0x5b0f32=>(typeof _0x5b0f32[_0x485d66(0x108)]===_0x485d66(0x1e2)?_0x5b0f32[_0x485d66(0x108)]():_0x5b0f32[_0x485d66(0x16c)])===this[_0x485d66(0x276)]);return _0x330732?_0x5d4f7a[_0x485d66(0x126)](typeof _0x330732['getValue'],_0x5d4f7a[_0x485d66(0x11a)])?_0x330732['getValue']():_0x330732[_0x485d66(0x165)]:'';})()),_0xe521b5=process[_0x57abc0(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x57abc0(0x23e)+(_0x42a6e3?.[_0x57abc0(0x1b5)]?.()||_0x5d4f7a['pycbK'])+_0x57abc0(0xd2)+_0x48825d+_0x57abc0(0x180)+_0x532645+'\x20a11yToken='+(_0xe521b5?_0x5d4f7a['pwliy']:_0x5d4f7a[_0x57abc0(0x158)]));let _0x5d7301;if(_0x5d4f7a[_0x57abc0(0x1c9)](_0x3222c0,_0x5d4f7a['qxAJF']))_0x5d7301=AccessibilityModule[_0x57abc0(0xba)](_0x48825d,_0x550511);else{const _0xbb1fb7=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x57abc0(0x18e)][_0x57abc0(0x21d)],_0x5d4f7a[_0x57abc0(0x169)],_0x5d4f7a[_0x57abc0(0x246)]);_0x5d7301=AccessibilityModule[_0x57abc0(0xba)](_0x48825d,_0xbb1fb7);}logger['debug'](_0x57abc0(0x172)+JSON[_0x57abc0(0xdd)](_0x5d7301));const _0x177531=Object[_0x57abc0(0x208)]({},{'thTestRunUuid':_0x5d4f7a[_0x57abc0(0x273)](_0x48825d,''),'thBuildUuid':_0x5d4f7a[_0x57abc0(0x1c0)](_0x532645,''),'thJwtToken':_0x5d4f7a[_0x57abc0(0xdb)](_0xe521b5,'')},_0x5d7301);!this['isAppAccessibility']&&this[_0x57abc0(0x102)]()&&(_0x177531['is_mobile_session']=!![],logger[_0x57abc0(0xf6)](_0x5d4f7a['NowDv']));logger[_0x57abc0(0xf6)](_0x57abc0(0x185)+_0x48825d+',\x20isAppAccessibility='+this[_0x57abc0(0x160)]);let _0x4e3b90=global[_0x57abc0(0xc8)]?.[_0x57abc0(0x205)]||null;!_0x4e3b90&&(_0x4e3b90=AutomationFramework['getState'](_0x42a6e3,_0x5d4f7a['BfqGq'],null)),!_0x4e3b90&&(_0x4e3b90=AutomationFramework['getState'](_0x42a6e3,_0x5d4f7a[_0x57abc0(0x123)],null)),await this[_0x57abc0(0x130)](this[_0x57abc0(0x211)](),_0x48825d,_0x4e3b90,_0x177531,this[_0x57abc0(0x160)]);}catch(_0xc9fcab){logger['error'](_0x57abc0(0x290)+(_0xc9fcab[_0x57abc0(0xf2)]||_0xc9fcab[_0x57abc0(0x139)]));}}async[a90_0x139537(0x130)](_0x9f860,_0x3d0932,_0xff2b9a,_0x1bfc34,_0x1e5833){const _0x2e280a=a90_0x139537,_0xba70f4={};_0xba70f4['adQsH']=_0x2e280a(0x27c),_0xba70f4[_0x2e280a(0x15a)]=function(_0x3d766b,_0x412b26){return _0x3d766b&&_0x412b26;},_0xba70f4[_0x2e280a(0x19d)]=_0x2e280a(0x141),_0xba70f4[_0x2e280a(0x195)]=function(_0x1dc96e,_0x37abcc){return _0x1dc96e===_0x37abcc;},_0xba70f4[_0x2e280a(0x1cf)]=_0x2e280a(0x17c),_0xba70f4[_0x2e280a(0x1fa)]=function(_0x319da8,_0x197d1a){return _0x319da8===_0x197d1a;},_0xba70f4['yldpb']=_0x2e280a(0x297),_0xba70f4[_0x2e280a(0x231)]=_0x2e280a(0x2a3),_0xba70f4['TIwab']=_0x2e280a(0x26e),_0xba70f4[_0x2e280a(0x23b)]='scan',_0xba70f4[_0x2e280a(0xe7)]=function(_0x34e98b,_0x2a723e){return _0x34e98b&&_0x2a723e;},_0xba70f4[_0x2e280a(0x1e9)]=_0x2e280a(0xde),_0xba70f4[_0x2e280a(0x179)]=_0x2e280a(0x258),_0xba70f4[_0x2e280a(0x1c8)]=_0x2e280a(0x286);const _0x5b830a=_0xba70f4;try{const _0x55168e=this[_0x2e280a(0x133)](_0x5b830a['adQsH']);if(_0x5b830a[_0x2e280a(0x15a)](!_0x1e5833,!_0x55168e)){logger['debug'](_0x5b830a[_0x2e280a(0x19d)]);return;}if(!_0x3d0932||_0x5b830a['Hcekv'](_0x3d0932,_0x5b830a[_0x2e280a(0x1cf)])||_0x5b830a['TnqhZ'](_0x3d0932,'')){logger['debug'](_0x5b830a['yldpb']);return;}logger[_0x2e280a(0xf6)](_0x2e280a(0x283)+JSON[_0x2e280a(0xdd)](_0x1bfc34)),_0x9f860&&(logger[_0x2e280a(0xf6)](_0x5b830a[_0x2e280a(0x231)]),await this[_0x2e280a(0x24c)](_0xff2b9a,_0x3d0932,_0x5b830a[_0x2e280a(0x181)],_0x1bfc34,_0x1e5833,_0x5b830a['wjyxk']),_0x5b830a['OEveG'](!_0x1e5833,_0x55168e)&&(logger[_0x2e280a(0xf6)](_0x5b830a[_0x2e280a(0x1e9)]),await PerformanceTester[_0x2e280a(0x138)](_0x5b830a[_0x2e280a(0x179)],async()=>{const _0x45f32e=_0x2e280a;await this[_0x45f32e(0x24c)](_0xff2b9a,_0x3d0932,_0x5b830a[_0x45f32e(0x298)],_0x1bfc34,_0x1e5833,_0x5b830a[_0x45f32e(0x298)]);})()),logger['info'](_0x5b830a[_0x2e280a(0x1c8)]));}catch(_0x5c3429){logger[_0x2e280a(0x112)](_0x2e280a(0x122)+(_0x5c3429['stack']||_0x5c3429['message']));}}async[a90_0x139537(0x164)](_0x4180de){const _0x15a51c=a90_0x139537,_0x41acfd={};_0x41acfd[_0x15a51c(0xc4)]=function(_0x57d7cc,_0x28cf7f){return _0x57d7cc!==_0x28cf7f;},_0x41acfd['BpueR']=_0x15a51c(0xf9),_0x41acfd[_0x15a51c(0x203)]=function(_0x5f151e,_0x438188){return _0x5f151e!==_0x438188;},_0x41acfd[_0x15a51c(0x1f4)]=_0x15a51c(0x101),_0x41acfd['LCngd']='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x41acfd['OobtI']=_0x15a51c(0x269),_0x41acfd['lhIVp']=_0x15a51c(0x13b),_0x41acfd['ugBBN']=function(_0x26e039,_0x5adb53){return _0x26e039===_0x5adb53;},_0x41acfd[_0x15a51c(0x140)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x41acfd[_0x15a51c(0xd1)]=_0x15a51c(0x29d),_0x41acfd[_0x15a51c(0x1ff)]=_0x15a51c(0x193),_0x41acfd[_0x15a51c(0x1d3)]='test_run_id',_0x41acfd[_0x15a51c(0x132)]='testhub_build_uuid',_0x41acfd['dTLzz']=_0x15a51c(0x1eb),_0x41acfd[_0x15a51c(0xc3)]='null';const _0x1eedf9=_0x41acfd;if(_0x1eedf9['JqvPy'](_0x4180de[_0x15a51c(0x1df)],_0x1eedf9['BpueR'])&&_0x1eedf9[_0x15a51c(0x203)](_0x4180de['testFramework'],_0x1eedf9['Yourn'])){logger[_0x15a51c(0xf6)](_0x1eedf9[_0x15a51c(0x16a)]);return;}logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20command='+(_0x4180de[_0x15a51c(0xe1)]||_0x1eedf9[_0x15a51c(0x250)])+_0x15a51c(0x221)+_0x4180de[_0x15a51c(0x1df)]);try{const _0x6d0549=_0x4180de['instance']||AutomationFramework['getTrackedInstance'](),_0x3e4319=TestFramework[_0x15a51c(0x1c2)](),_0x47f28d=_0x4180de[_0x15a51c(0xe1)]||_0x4180de[_0x15a51c(0x29c)]?.[_0x15a51c(0x108)]();if(!_0x47f28d){logger['debug'](_0x1eedf9[_0x15a51c(0x27f)]);return;}if(!this[_0x15a51c(0x211)]()){logger['debug'](_0x15a51c(0x175)+_0x47f28d);return;}if(!this[_0x15a51c(0xe5)](_0x47f28d)){logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20Command\x20'+_0x47f28d+_0x15a51c(0x21a));return;}const _0x3cec2f=_0x4180de[_0x15a51c(0x1bd)]||global[_0x15a51c(0xc8)]?.['pwPage'];if(!_0x3cec2f){logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x47f28d);return;}let _0x45f55c='',_0x48417e=null;if(_0x1eedf9[_0x15a51c(0x275)](_0x4180de['testFramework'],_0x1eedf9[_0x15a51c(0x1f4)])){_0x48417e=_0x4180de[_0x15a51c(0x168)]?.[_0x15a51c(0x209)]||_0x4180de[_0x15a51c(0x168)]?.['id']||global[_0x15a51c(0x1b6)];if(!_0x48417e){logger['warn'](_0x1eedf9[_0x15a51c(0x140)]);return;}try{const _0x59251c=await GrpcClient['getInstance']()[_0x15a51c(0x25b)](process[_0x15a51c(0x18e)][_0x15a51c(0x21d)],_0x1eedf9[_0x15a51c(0xd1)],_0x1eedf9['JpDzM'],_0x48417e),_0x6a2d5c=AccessibilityModule[_0x15a51c(0xba)](null,_0x59251c);_0x45f55c=_0x6a2d5c?.[_0x15a51c(0x296)]||'',logger['debug'](_0x15a51c(0x1b0)+_0x45f55c+'\x20from\x20testIdentifier='+_0x48417e);}catch(_0x1ae445){logger[_0x15a51c(0x112)](_0x15a51c(0x1d4)+_0x1ae445['message']);return;}}else _0x45f55c=this[_0x15a51c(0x1c1)](_0x1eedf9[_0x15a51c(0x1d3)])||'',!_0x45f55c&&this[_0x15a51c(0x102)]()&&(_0x45f55c=accessibilityHelper[_0x15a51c(0x1a9)]());const _0x1b957b=this[_0x15a51c(0x1c1)](_0x1eedf9[_0x15a51c(0x132)])||this[_0x15a51c(0x25f)][this[_0x15a51c(0x276)]]||null,_0x3d29e2=process['env'][_0x15a51c(0xe0)]||'',_0x3bfb32=this[_0x15a51c(0x28b)](_0x47f28d,_0x45f55c,_0x1b957b,_0x3d29e2),_0x425577=_0x1eedf9[_0x15a51c(0x275)](_0x4180de[_0x15a51c(0x1df)],_0x1eedf9[_0x15a51c(0x1f4)])?await AccessibilityModule[_0x15a51c(0x212)](_0x1eedf9[_0x15a51c(0xfa)],_0x45f55c,_0x48417e):await AccessibilityModule[_0x15a51c(0x212)](_0x1eedf9[_0x15a51c(0xfa)],_0x45f55c);logger['info']('ScanArgs:\x20'+(_0x3bfb32?JSON['stringify'](_0x3bfb32):_0x1eedf9[_0x15a51c(0xc3)]));const _0x5ae416=CLIUtils[_0x15a51c(0x2a2)](_0x3bfb32,_0x425577);logger[_0x15a51c(0x12b)](_0x15a51c(0xe3)+(_0x5ae416?JSON[_0x15a51c(0xdd)](_0x5ae416):_0x1eedf9[_0x15a51c(0xc3)])),logger[_0x15a51c(0xf6)](_0x15a51c(0x1a6)+_0x47f28d);const _0x58d752=await this[_0x15a51c(0x24c)](_0x3cec2f,_0x45f55c,_0x47f28d,_0x5ae416,this[_0x15a51c(0x160)]);logger['debug'](_0x15a51c(0xb3)+_0x47f28d+_0x15a51c(0x120)+JSON[_0x15a51c(0xdd)](_0x58d752));}catch(_0x41cd9f){logger[_0x15a51c(0x112)](_0x15a51c(0x22b)+(_0x41cd9f[_0x15a51c(0xf2)]||_0x41cd9f[_0x15a51c(0x139)]));}}[a90_0x139537(0x226)](){return this['getCurrentAccessibilityStatus']();}[a90_0x139537(0xcd)](_0x4d63ce){const _0x1deda8=a90_0x139537,_0x36310d=CLIUtils[_0x1deda8(0x282)]();this[_0x1deda8(0x29d)][_0x1deda8(0xcf)](_0x36310d,_0x4d63ce);}async[a90_0x139537(0xd6)](_0x1311d1){const _0x257622=a90_0x139537,_0x3fed47={};_0x3fed47[_0x257622(0x27d)]='unknown';const _0x374072=_0x3fed47;try{const _0x2da381=_0x1311d1[_0x257622(0x127)]||AutomationFramework[_0x257622(0x1c2)](),_0x5cd0cd=_0x2da381?.[_0x257622(0x14b)]?.()?.['get']?.(this[_0x257622(0x1d6)])||![];if(_0x5cd0cd)return;PerformanceTester['start'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x408ac7=await GrpcClient[_0x257622(0x13e)]()[_0x257622(0xee)](_0x1311d1);_0x408ac7&&_0x408ac7[_0x257622(0x21f)]&&_0x408ac7[_0x257622(0x21f)]()&&_0x408ac7[_0x257622(0x21f)]()[_0x257622(0x1a8)]()?(await this['loadAccessibilityConfig'](_0x408ac7,_0x1311d1),_0x2da381?.[_0x257622(0x14b)]&&_0x2da381['getData']()['set'](this[_0x257622(0x1d6)],!![]),logger[_0x257622(0xf6)](_0x257622(0x23e)+(_0x2da381?.[_0x257622(0x1b5)]?.()||_0x374072[_0x257622(0x27d)])+_0x257622(0xd5))):logger['debug'](_0x257622(0x23e)+(_0x2da381?.[_0x257622(0x1b5)]?.()||_0x374072[_0x257622(0x27d)])+_0x257622(0x210)),PerformanceTester[_0x257622(0x118)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x3d5ad7){PerformanceTester[_0x257622(0x118)](EVENTS[_0x257622(0x1c4)],![],_0x3d5ad7[_0x257622(0x139)]),logger['error'](_0x257622(0xb9)+(_0x3d5ad7[_0x257622(0xf2)]||_0x3d5ad7[_0x257622(0x139)]));}}async['loadAccessibilityConfig'](_0x344bd5,_0x5a01f7){const _0xae593c=a90_0x139537;await this[_0xae593c(0xbd)](_0x344bd5,_0x5a01f7);const _0x1c4fbc=_0x344bd5[_0xae593c(0x21f)]()[_0xae593c(0x22a)]();if(_0x1c4fbc){const _0x1483e0=_0x344bd5[_0xae593c(0x214)]&&_0x344bd5[_0xae593c(0x214)]();_0x1483e0&&(this[_0xae593c(0x25f)][this[_0xae593c(0x276)]]=_0x1483e0[_0xae593c(0x20d)]&&_0x1483e0['getBuildId']());}}[a90_0x139537(0xe5)](_0x5a33f0){const _0xfe3e14=a90_0x139537,_0x25de3f={};_0x25de3f[_0xfe3e14(0x149)]=function(_0x3fee93,_0x23a917){return _0x3fee93===_0x23a917;};const _0x131594=_0x25de3f;try{if(!_0x5a33f0)return![];const _0x5e9ab3=this['accessibilityConfig']?.['options']?.[_0xfe3e14(0x1e6)]?.[_0xfe3e14(0x12c)]||[],_0x4c4768=_0x5e9ab3[_0xfe3e14(0x15f)](_0x1828f2=>{const _0x2e6109=_0xfe3e14;return _0x1828f2[_0x2e6109(0x16c)]&&_0x131594[_0x2e6109(0x149)](_0x1828f2[_0x2e6109(0x16c)][_0x2e6109(0x11f)](),_0x5a33f0[_0x2e6109(0x11f)]());});return logger[_0xfe3e14(0xf6)]('shouldScanForCommand:\x20'+_0x5a33f0+_0xfe3e14(0x107)+_0x4c4768+_0xfe3e14(0x22d)+JSON['stringify'](_0x5e9ab3[_0xfe3e14(0x125)](_0x1f2add=>_0x1f2add[_0xfe3e14(0x16c)]))),_0x4c4768;}catch(_0x205b12){return logger['debug'](_0xfe3e14(0xfe)+_0x205b12[_0xfe3e14(0x139)]),![];}}['isBrowserstackScriptCommand'](_0x2be1b7){const _0x355cf6=a90_0x139537,_0x3e8cc0={};_0x3e8cc0[_0x355cf6(0x174)]=function(_0x5e8444,_0x68ed06){return _0x5e8444===_0x68ed06;},_0x3e8cc0[_0x355cf6(0x1f7)]=_0x355cf6(0x1a5),_0x3e8cc0[_0x355cf6(0x24d)]=_0x355cf6(0x1b7);const _0x303140=_0x3e8cc0,_0x4ea8a8=_0x2be1b7[_0x355cf6(0x243)]&&_0x2be1b7[_0x355cf6(0x243)]();return _0x4ea8a8&&_0x303140[_0x355cf6(0x174)](typeof _0x4ea8a8,_0x303140[_0x355cf6(0x1f7)])&&_0x4ea8a8[_0x355cf6(0x100)](_0x303140[_0x355cf6(0x24d)]);}[a90_0x139537(0x22c)](_0x3f2c30){const _0x5c308b=a90_0x139537,_0x45bcde={};_0x45bcde[_0x5c308b(0x13d)]=function(_0x16a6ae,_0x2755d6){return _0x16a6ae!==_0x2755d6;},_0x45bcde[_0x5c308b(0x15d)]=_0x5c308b(0x1a5),_0x45bcde[_0x5c308b(0x267)]=_0x5c308b(0x29d),_0x45bcde[_0x5c308b(0x26b)]=_0x5c308b(0x193),_0x45bcde[_0x5c308b(0x213)]='getResults',_0x45bcde[_0x5c308b(0x21e)]=_0x5c308b(0x281);const _0x571aa7=_0x45bcde,_0x1d9ce6=_0x3f2c30['getScript']&&_0x3f2c30[_0x5c308b(0x243)]();if(!_0x1d9ce6||_0x571aa7[_0x5c308b(0x13d)](typeof _0x1d9ce6,_0x571aa7[_0x5c308b(0x15d)]))return![];return _0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x267)])||_0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x26b)])||_0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x213)])||_0x1d9ce6['includes'](_0x571aa7['sliLY']);}[a90_0x139537(0x102)](){const _0x32b397=a90_0x139537,_0x2b41ac={'dPiHN':function(_0x373770,_0x11d5c3){return _0x373770===_0x11d5c3;},'kmKjM':_0x32b397(0x1e2),'BOopM':function(_0x446693,_0x48a0a4){return _0x446693(_0x48a0a4);},'uUuKI':_0x32b397(0xdc),'JtVMP':'browserName','OupYR':_0x32b397(0x106),'llyEi':_0x32b397(0x257)};try{const _0x23510d=this[_0x32b397(0x25f)]?.[_0x32b397(0x194)]?.[_0x32b397(0xea)]||[],_0x1f305a=_0x4f9974=>{const _0xf61329=_0x32b397,_0x533ebf=_0x23510d[_0xf61329(0x23d)](_0x3a7a73=>(typeof _0x3a7a73['getName']==='function'?_0x3a7a73[_0xf61329(0x108)]():_0x3a7a73['name'])===_0x4f9974);return _0x533ebf?_0x2b41ac[_0xf61329(0x1dd)](typeof _0x533ebf['getValue'],_0x2b41ac[_0xf61329(0xd4)])?_0x533ebf[_0xf61329(0x223)]():_0x533ebf[_0xf61329(0x165)]:null;},_0x2b1073=_0x2b41ac['BOopM'](_0x1f305a,_0x2b41ac['uUuKI']),_0x2826f2=_0x2b41ac[_0x32b397(0x18d)](_0x1f305a,_0x2b41ac[_0x32b397(0x228)]),_0x2e63cb=global[_0x32b397(0x187)]||_0x2b1073&&_0x2b41ac[_0x32b397(0x1dd)](_0x2b41ac[_0x32b397(0x18d)](String,_0x2b1073)[_0x32b397(0x11f)](),_0x2b41ac[_0x32b397(0x1bc)])&&_0x2826f2&&_0x2b41ac['BOopM'](String,_0x2826f2)[_0x32b397(0x11f)]()['includes'](_0x2b41ac['llyEi']);if(!_0x2e63cb)return![];if(!accessibilityHelper[_0x32b397(0x19f)]())return!this[_0x32b397(0xbf)]&&(logger[_0x32b397(0xeb)](accessibilityHelper[_0x32b397(0x274)]),this[_0x32b397(0xbf)]=!![]),![];return!![];}catch(_0x2668a5){return logger[_0x32b397(0xf6)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2668a5['message']),![];}}[a90_0x139537(0x28b)](_0x4cb2df,_0xd466fd,_0xa99c90,_0x6bbf99){const _0x3226a3=a90_0x139537,_0x206e33={};_0x206e33[_0x3226a3(0x186)]=function(_0x133f1c,_0x5cc024){return _0x133f1c||_0x5cc024;},_0x206e33[_0x3226a3(0x21b)]=function(_0x27b937,_0x36400a){return _0x27b937&&_0x36400a;},_0x206e33[_0x3226a3(0x153)]=function(_0x2b266d,_0x4561f3){return _0x2b266d||_0x4561f3;},_0x206e33['zKSQd']='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x5d1f3b=_0x206e33;let _0x4974d9=_0x5d1f3b[_0x3226a3(0x186)](_0xd466fd,'');const _0x3bdc0c=!this[_0x3226a3(0x160)]&&this[_0x3226a3(0x102)]();_0x5d1f3b[_0x3226a3(0x21b)](_0x3bdc0c,!_0x4974d9)&&(_0x4974d9=accessibilityHelper[_0x3226a3(0x1a9)]());const _0x12148f={'command':_0x4cb2df,'thTestRunUuid':_0x4974d9,'thBuildUuid':_0x5d1f3b[_0x3226a3(0x153)](_0xa99c90,''),'thJwtToken':_0x5d1f3b[_0x3226a3(0x153)](_0x6bbf99,''),'timestamp':new Date()['toISOString']()};return _0x3bdc0c&&(_0x12148f[_0x3226a3(0x1e0)]=!![],logger[_0x3226a3(0xf6)](_0x5d1f3b['zKSQd'])),_0x12148f;}[a90_0x139537(0x133)](_0x3537c0){const _0x4e0a24=a90_0x139537,_0x5abd8a={};_0x5abd8a[_0x4e0a24(0xff)]=function(_0xc0e73e,_0x40dbab){return _0xc0e73e||_0x40dbab;};const _0x6b2de5=_0x5abd8a;try{const _0x436a81=this[_0x4e0a24(0x25f)]?.[_0x4e0a24(0x194)]?.[_0x4e0a24(0x113)]||[],_0x29c369=_0x436a81[_0x4e0a24(0x23d)](_0x5d305d=>_0x5d305d[_0x4e0a24(0x16c)]===_0x3537c0);return _0x6b2de5['gnoKY'](_0x29c369,null);}catch(_0x723c4b){return logger[_0x4e0a24(0xf6)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x3537c0+':\x20'+_0x723c4b[_0x4e0a24(0x139)]),null;}}async[a90_0x139537(0x10b)](_0x35112e,_0x1837e3,_0xfde236=null){const _0x1c5b52=a90_0x139537,_0x43dec8={'uzLMe':function(_0x22387c,_0x1a415d){return _0x22387c(_0x1a415d);},'ApuRy':_0x1c5b52(0x178)};try{if(!_0x35112e)return logger[_0x1c5b52(0xf6)](_0x1c5b52(0x27b)+_0x1837e3),null;const _0x8a9569=this['getScriptByName'](_0x1837e3);if(!_0x8a9569||!_0x8a9569['command'])return logger[_0x1c5b52(0xf6)](_0x1c5b52(0x266)+_0x1837e3+_0x1c5b52(0xed)),null;logger[_0x1c5b52(0xf6)](_0x1c5b52(0x21c)+_0x1837e3+_0x1c5b52(0x145));const _0x42cf11=_0x43dec8['uzLMe'](require,_0x43dec8[_0x1c5b52(0x196)]),_0x216bdd=_0xfde236?await _0x42cf11['browserStackEvaluate'](_0x35112e,_0x8a9569[_0x1c5b52(0x29c)],_0xfde236):await _0x42cf11[_0x1c5b52(0x261)](_0x35112e,_0x8a9569[_0x1c5b52(0x29c)]);return _0x216bdd;}catch(_0x91519c){return logger[_0x1c5b52(0x112)]('Error\x20executing\x20script\x20'+_0x1837e3+':\x20'+(_0x91519c[_0x1c5b52(0xf2)]||_0x91519c['message'])),null;}}async[a90_0x139537(0x24c)](_0x4cac9b,_0x3fce2a,_0x1697e3,_0x4dffb4,_0x32167b,_0x2d6644=a90_0x139537(0x1eb)){const _0x1060ae=a90_0x139537,_0xdbb652={'wJZbx':function(_0x4e2745,_0x4ed101){return _0x4e2745===_0x4ed101;},'gpZnD':_0x1060ae(0x1eb),'ZHubD':function(_0x2440b6,_0x10b45e){return _0x2440b6(_0x10b45e);},'eemlD':'../../playwright/accessibility-helper','ruysM':function(_0x711ca2,_0x2f9953){return _0x711ca2(_0x2f9953);}};try{logger[_0x1060ae(0xf6)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1697e3+'\x20using\x20script:\x20'+_0x2d6644);const _0x57c786=this[_0x1060ae(0x133)](_0x2d6644);if(!_0x57c786||!_0x57c786['command']){logger[_0x1060ae(0xf6)](_0x1060ae(0x163)+_0x2d6644+_0x1060ae(0x234));return;}if(_0xdbb652[_0x1060ae(0x22e)](_0x2d6644,_0xdbb652[_0x1060ae(0x135)])){const _0x52f6e9=_0xdbb652[_0x1060ae(0xcc)](require,_0xdbb652[_0x1060ae(0xfd)]),_0x3b1995={};_0x3b1995['command']=_0x1697e3;const _0x17ea43=await PerformanceTester[_0x1060ae(0x138)](PerformanceA11yEvents[_0x1060ae(0x1c7)],async()=>{const _0x4a7d9e=_0x1060ae;return await _0x52f6e9['browserStackEvaluate'](_0x4cac9b,_0x57c786[_0x4a7d9e(0x29c)],_0x4dffb4);},_0x3b1995)();return logger[_0x1060ae(0x12b)](_0x1060ae(0x28a)+_0x2d6644+'\x20result\x20for\x20'+_0x1697e3+':\x20'+util[_0x1060ae(0x188)](_0x17ea43)),_0x17ea43;}const _0x33508a=_0xdbb652[_0x1060ae(0xf3)](require,_0xdbb652[_0x1060ae(0xfd)]),_0x3048d5=await PerformanceTester[_0x1060ae(0x138)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5c5bf2=_0x1060ae;return await _0x33508a[_0x5c5bf2(0x261)](_0x4cac9b,_0x57c786['command'],_0x4dffb4);})();return logger['info'](_0x1060ae(0x28a)+_0x2d6644+_0x1060ae(0x268)+_0x1697e3+':\x20'+util[_0x1060ae(0x188)](_0x3048d5)),_0x3048d5;}catch(_0x30647a){logger['error'](_0x1060ae(0x265)+_0x2d6644+':\x20'+(_0x30647a['stack']||_0x30647a[_0x1060ae(0x139)]));}}async[a90_0x139537(0xf1)](_0x3cc867){const _0x2f9983=a90_0x139537,_0x5ea65f={'tLpNP':function(_0x515404,_0x1fc734){return _0x515404(_0x1fc734);},'Zqadv':_0x2f9983(0x25a)};try{const _0xbdfe40=_0x5ea65f[_0x2f9983(0x1f3)](require,_0x5ea65f[_0x2f9983(0x219)]);return await _0xbdfe40[_0x2f9983(0x288)](_0x3cc867);}catch(_0x3c03b5){return logger[_0x2f9983(0x112)](_0x2f9983(0x12e)+(_0x3c03b5[_0x2f9983(0xf2)]||_0x3c03b5[_0x2f9983(0x139)])),![];}}[a90_0x139537(0xb5)](_0x2e64c8,_0x215642,_0x424645){const _0x5b0d31=a90_0x139537,_0xfe8121={'kvJKT':function(_0x49eb4c,_0x46b44c){return _0x49eb4c(_0x46b44c);},'XTwzW':_0x5b0d31(0x178),'tVkUy':_0x5b0d31(0x201),'iLDOI':_0x5b0d31(0x1ca)};try{const _0x40d528=_0xfe8121['kvJKT'](require,_0xfe8121[_0x5b0d31(0x216)]);_0x40d528['processAccessibilityCaps'](_0x2e64c8,_0x215642,_0x424645);const _0x531382=JSON[_0x5b0d31(0xdd)](_0x2e64c8)[_0x5b0d31(0x10c)](/"browserstack\.user":"[^"]*"/g,_0xfe8121['tVkUy'])[_0x5b0d31(0x10c)](/"browserstack\.key":"[^"]*"/g,_0xfe8121['iLDOI']);logger[_0x5b0d31(0xf6)](_0x5b0d31(0x184)+global[_0x5b0d31(0x1f6)]+'\x20'+_0x531382);}catch(_0x49cb97){logger[_0x5b0d31(0x112)](_0x5b0d31(0x218)+(_0x49cb97[_0x5b0d31(0xf2)]||_0x49cb97[_0x5b0d31(0x139)]));}}async[a90_0x139537(0x2a6)](_0x1e2624){const _0x41bb2c=a90_0x139537,_0x3b3ce7={};_0x3b3ce7['qAfAv']='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x3b3ce7['ZkImz']=function(_0x414558,_0x320dd1){return _0x414558>_0x320dd1;},_0x3b3ce7['ttYPa']=_0x41bb2c(0x18b);const _0x5b8e5d=_0x3b3ce7;try{if(!this[_0x41bb2c(0x211)]())return logger[_0x41bb2c(0xeb)](_0x5b8e5d[_0x41bb2c(0x1e1)]),[];const _0x133ae0=this[_0x41bb2c(0x102)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x41bb2c(0x1a9)]()}:{};_0x5b8e5d[_0x41bb2c(0x236)](Object[_0x41bb2c(0x18f)](_0x133ae0)[_0x41bb2c(0xc1)],0x0)&&logger['debug'](_0x41bb2c(0x1f9)+JSON[_0x41bb2c(0xdd)](_0x133ae0));const _0x4f1b65=_0x5b8e5d['ZkImz'](Object[_0x41bb2c(0x18f)](_0x133ae0)[_0x41bb2c(0xc1)],0x0)?await this['executeScriptByName'](_0x1e2624,_0x5b8e5d[_0x41bb2c(0x20b)],_0x133ae0):await this[_0x41bb2c(0x10b)](_0x1e2624,_0x5b8e5d[_0x41bb2c(0x20b)]);return _0x4f1b65||[];}catch(_0x2a7ac1){return logger[_0x41bb2c(0x112)](_0x41bb2c(0x242)+(_0x2a7ac1['stack']||_0x2a7ac1[_0x41bb2c(0x139)])),[];}}async['getAccessibilityResultsSummary'](_0x12e5f1){const _0x3751d5=a90_0x139537,_0x533694={'hIwRM':_0x3751d5(0x1eb),'Vxpkq':_0x3751d5(0x1b2),'aJGma':_0x3751d5(0x111),'mceWV':function(_0x6ad5de,_0x188f19){return _0x6ad5de(_0x188f19);},'ntLeZ':_0x3751d5(0x159),'GHPFq':function(_0x2e60c5,_0x3f4a88){return _0x2e60c5===_0x3f4a88;},'GIugk':'jest','UBjlj':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','QdNKb':'accessibility','mWKgv':_0x3751d5(0x1b1),'cRpIY':_0x3751d5(0x144),'lrmFO':_0x3751d5(0x148),'uuAyk':'Performing\x20scan\x20before\x20getting\x20results\x20summary','QUeiL':_0x3751d5(0xfc)};try{if(!this[_0x3751d5(0x211)]())return logger['warn'](_0x533694[_0x3751d5(0x19b)]),{};const _0x20f319=_0x533694['mceWV'](require,_0x533694[_0x3751d5(0x155)]),_0x5a006c=_0x20f319[_0x3751d5(0x233)](),_0x156881=_0x533694[_0x3751d5(0x20e)](_0x5a006c?.[_0x3751d5(0x16c)]?.[_0x3751d5(0x11f)](),_0x533694[_0x3751d5(0x10f)]);let _0x580f6b='',_0x53bf73=null,_0x3dd708=null;if(_0x156881){_0x53bf73=global[_0x3751d5(0x1b6)]||global['__workerDetails']?.[_0x3751d5(0x17b)]?.[_0x3751d5(0x209)]||global[_0x3751d5(0xc8)]?.[_0x3751d5(0x17b)]?.['id'];if(!_0x53bf73)return logger['warn'](_0x533694[_0x3751d5(0x189)]),{};try{const _0xab065a=await GrpcClient[_0x3751d5(0x13e)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x3751d5(0x21d)],_0x533694[_0x3751d5(0xf7)],_0x533694[_0x3751d5(0x280)],_0x53bf73),_0x50c002=AccessibilityModule[_0x3751d5(0xba)](null,_0xab065a);_0x580f6b=_0x50c002?.[_0x3751d5(0x296)]||'',logger[_0x3751d5(0xf6)](_0x3751d5(0x240)+_0x580f6b+'\x20from\x20testIdentifier='+_0x53bf73);const _0x394efc=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x533694['Vxpkq'],_0x580f6b,_0x53bf73),_0x8ad110=this['getCapabilityValue'](_0x533694['mWKgv'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2f2f92=process[_0x3751d5(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2d7d65=this[_0x3751d5(0x28b)](_0x533694[_0x3751d5(0xdf)],_0x580f6b,_0x8ad110,_0x2f2f92);_0x3dd708=_0x20f319[_0x3751d5(0x2a2)](_0x2d7d65,_0x394efc),logger[_0x3751d5(0xf6)](_0x3751d5(0x115)+JSON[_0x3751d5(0xdd)](_0x3dd708));}catch(_0x591d96){return logger['error'](_0x3751d5(0x227)+_0x591d96[_0x3751d5(0x139)]),{};}}else{_0x580f6b=this[_0x3751d5(0x1c1)](_0x533694[_0x3751d5(0x117)])||'';!_0x580f6b&&this['isMobileWebSession']()&&(_0x580f6b=accessibilityHelper[_0x3751d5(0x1a9)]());const _0x58488d=this['getCapabilityValue'](_0x533694[_0x3751d5(0x270)])||this[_0x3751d5(0x25f)][this[_0x3751d5(0x276)]]||null,_0x508c52=process['env'][_0x3751d5(0xe0)]||'';_0x3dd708=this[_0x3751d5(0x28b)](_0x533694[_0x3751d5(0xdf)],_0x580f6b,_0x58488d,_0x508c52);}logger['debug'](_0x533694['uuAyk']),await PerformanceTester[_0x3751d5(0x138)](PerformanceA11yEvents[_0x3751d5(0x1c7)],async()=>{const _0x1731b7=_0x3751d5,_0x460eea=await this['executeScriptByName'](_0x12e5f1,_0x533694['hIwRM'],_0x3dd708);logger[_0x1731b7(0xf6)](_0x1731b7(0x1db)+util['format'](_0x460eea));},{'command':_0x533694[_0x3751d5(0xdf)]})();const _0x3dd34c=await PerformanceTester[_0x3751d5(0x138)](PerformanceA11yEvents[_0x3751d5(0x1a0)],async()=>{const _0x4f80e1=_0x3751d5;return await this[_0x4f80e1(0x10b)](_0x12e5f1,_0x533694[_0x4f80e1(0x280)],_0x3dd708);})();if(!_0x3dd34c)return logger[_0x3751d5(0xf6)](_0x533694[_0x3751d5(0xe4)]),{};return _0x3dd34c;}catch(_0x5d860b){return logger[_0x3751d5(0x112)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x5d860b[_0x3751d5(0xf2)]||_0x5d860b['message'])),{};}}async[a90_0x139537(0x225)](_0x47d24f,_0x5ea4f7,_0x1f4779=null){const _0x4f41a4=a90_0x139537,_0x4c1cc6={};_0x4c1cc6['KmqeK']=_0x4f41a4(0x222),_0x4c1cc6[_0x4f41a4(0x1fb)]=_0x4f41a4(0x199),_0x4c1cc6[_0x4f41a4(0x12f)]=_0x4f41a4(0x264);const _0x851f1b=_0x4c1cc6;try{if(!_0x47d24f)return logger['debug'](_0x851f1b[_0x4f41a4(0x278)]),null;if(!_0x5ea4f7)return logger['debug'](_0x851f1b[_0x4f41a4(0x1fb)]),null;logger[_0x4f41a4(0xf6)](_0x851f1b[_0x4f41a4(0x12f)]);const _0x151389=_0x1f4779?await _0x47d24f[_0x4f41a4(0x1e8)](_0x5ea4f7,_0x1f4779):await _0x47d24f[_0x4f41a4(0x1e8)](_0x5ea4f7);return _0x151389;}catch(_0x5fe7d2){return logger[_0x4f41a4(0x112)](_0x4f41a4(0x1ea)+(_0x5fe7d2[_0x4f41a4(0xf2)]||_0x5fe7d2[_0x4f41a4(0x139)])),null;}}static[a90_0x139537(0xba)](_0x364b9f,_0xc7a617){const _0x1492df=a90_0x139537,_0x470936={};_0x470936[_0x1492df(0xf0)]=_0x1492df(0x134);const _0x51c14b=_0x470936,_0x2e2feb={};_0x2e2feb[_0x1492df(0x296)]=_0x364b9f;const _0x1e085c=_0x2e2feb;let _0x321ce3={};if(_0xc7a617[_0x1492df(0x1a8)]()&&_0xc7a617[_0x1492df(0x1b3)]())try{_0x321ce3=JSON[_0x1492df(0x25c)](new Buffer(_0xc7a617[_0x1492df(0xd8)]())[_0x1492df(0x143)](_0x51c14b[_0x1492df(0xf0)]));}catch(_0x41afc7){logger[_0x1492df(0x112)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x41afc7['message']),_0x321ce3={};}return CLIUtils[_0x1492df(0x2a2)](_0x1e085c,_0x321ce3);}static async[a90_0x139537(0x212)](_0x57a12e,_0x405d77='',_0x1b1a17=null){const _0x1baa87=a90_0x139537,_0x43bc7b={};_0x43bc7b['iKyTn']=_0x1baa87(0xec),_0x43bc7b[_0x1baa87(0xe6)]=_0x1baa87(0x29d);const _0xfaf1c6=_0x43bc7b;try{if(!_0x1b1a17&&AccessibilityModule[_0x1baa87(0x15b)])return AccessibilityModule[_0x1baa87(0xe2)];if(!process[_0x1baa87(0x18e)][_0x1baa87(0x21d)])return logger[_0x1baa87(0x112)](_0xfaf1c6[_0x1baa87(0x232)]),{};const _0x425770=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1baa87(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0xfaf1c6[_0x1baa87(0xe6)],_0x57a12e,_0x1b1a17),_0x353ea8=_0x1b1a17?AccessibilityModule[_0x1baa87(0xba)](null,_0x425770)?.[_0x1baa87(0x296)]||_0x405d77:_0x405d77,_0x4a352f=AccessibilityModule[_0x1baa87(0xba)](_0x353ea8,_0x425770);return!_0x1b1a17&&(AccessibilityModule[_0x1baa87(0xe2)]=_0x4a352f,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4a352f;}catch(_0x5205b2){return logger[_0x1baa87(0x112)](_0x1baa87(0x1d2)+_0x57a12e+':\x20'+(_0x5205b2['stack']||_0x5205b2[_0x1baa87(0x139)])),{};}}};module[a90_0x139537(0x23a)]=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91_0xa32035=a91_0x4652;function a91_0x4f66(){const _0x2106d8=['360SqORBq','1905155lapJLF','dMRuH','577388NHLtWF','ensureBinSession','116934YSfwwz','67184kJDEqU','testInfo','binSessionId','setTestFrameworkData','exports','3|1|5|4|2|0','133ArhLBa','tFFyF','debug','name','config','UOIJR','../../../helpers/logger.js','version','13308HTyVhH','PLAYWRIGHT','testCaseStartedId','WcfLO','0|4|2|3|1','object','CUCUMBER','McBxv','rtDRP','configure','testId','testFramework','getTestId','\x20with\x20binSessionId=','1083741GUFoVU','RaLXb','split','platformIndex','Missing\x20binSessionId','qtkec','4SHWrdj','tUBcI','_test','BaseModule','winstonLogger','client','132732zjANgL'];a91_0x4f66=function(){return _0x2106d8;};return a91_0x4f66();}(function(_0x45350a,_0x399b70){const _0x3320a9=a91_0x4652,_0x4cdaec=_0x45350a();while(!![]){try{const _0x5b7915=-parseInt(_0x3320a9(0x107))/0x1+-parseInt(_0x3320a9(0x105))/0x2+-parseInt(_0x3320a9(0xf5))/0x3*(parseInt(_0x3320a9(0xfb))/0x4)+parseInt(_0x3320a9(0x103))/0x5+parseInt(_0x3320a9(0x116))/0x6*(parseInt(_0x3320a9(0x10e))/0x7)+parseInt(_0x3320a9(0x108))/0x8+parseInt(_0x3320a9(0x101))/0x9*(parseInt(_0x3320a9(0x102))/0xa);if(_0x5b7915===_0x399b70)break;else _0x4cdaec['push'](_0x4cdaec['shift']());}catch(_0x499e00){_0x4cdaec['push'](_0x4cdaec['shift']());}}}(a91_0x4f66,0x2fc28));function a91_0x4652(_0x2ca9aa,_0x5c46b2){const _0x4f6623=a91_0x4f66();return a91_0x4652=function(_0x4652fd,_0x1865f1){_0x4652fd=_0x4652fd-0xf4;let _0x29c868=_0x4f6623[_0x4652fd];return _0x29c868;},a91_0x4652(_0x2ca9aa,_0x5c46b2);}const logger=require(a91_0xa32035(0x114))[a91_0xa32035(0xff)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x28bc4d=null){const _0x4105de=a91_0xa32035,_0x285048={};_0x285048[_0x4105de(0x119)]=_0x4105de(0x10d),_0x285048[_0x4105de(0x113)]=_0x4105de(0xfe);const _0x2ef4ab=_0x285048,_0x2733c4=_0x2ef4ab['WcfLO'][_0x4105de(0xf7)]('|');let _0x588e6e=0x0;while(!![]){switch(_0x2733c4[_0x588e6e++]){case'0':this['testFrameworkData']=this[_0x4105de(0x10b)](_0x28bc4d);continue;case'1':this[_0x4105de(0x10a)]=null;continue;case'2':this[_0x4105de(0x100)]=null;continue;case'3':this[_0x4105de(0x111)]=_0x2ef4ab[_0x4105de(0x113)];continue;case'4':this[_0x4105de(0x112)]={};continue;case'5':this[_0x4105de(0xf8)]=0x0;continue;}break;}}[a91_0xa32035(0x106)](){const _0x3e53e0=a91_0xa32035,_0x17cf56={};_0x17cf56[_0x3e53e0(0x10f)]=_0x3e53e0(0xf9);const _0x1a03a4=_0x17cf56;if(!this[_0x3e53e0(0x10a)])throw new Error(_0x1a03a4[_0x3e53e0(0x10f)]);}['getModuleName'](){const _0x9e39d5=a91_0xa32035;return this[_0x9e39d5(0x111)];}[a91_0xa32035(0x11f)](_0x53ec2c,_0x22a285,_0x270501,_0x448c23={}){const _0x3caebf=a91_0xa32035,_0x5b878e={};_0x5b878e[_0x3caebf(0xf6)]=_0x3caebf(0x11a);const _0x21dad2=_0x5b878e,_0x54bd28=_0x21dad2[_0x3caebf(0xf6)][_0x3caebf(0xf7)]('|');let _0x1f8de5=0x0;while(!![]){switch(_0x54bd28[_0x1f8de5++]){case'0':this[_0x3caebf(0x10a)]=_0x53ec2c;continue;case'1':logger[_0x3caebf(0x110)]('Configured\x20module\x20'+this['getModuleName']()+_0x3caebf(0xf4)+_0x53ec2c+',\x20platformIndex='+_0x22a285);continue;case'2':this[_0x3caebf(0x100)]=_0x270501;continue;case'3':this[_0x3caebf(0x112)]=_0x448c23;continue;case'4':this[_0x3caebf(0xf8)]=_0x22a285;continue;}break;}}[a91_0xa32035(0x122)](_0x3e3c50){const _0x5a1be8=a91_0xa32035,_0x5cbc1a={};_0x5cbc1a[_0x5a1be8(0x11d)]=function(_0x3cdbf5,_0x52694f){return _0x3cdbf5===_0x52694f;},_0x5cbc1a['tUBcI']=function(_0x1cc2be,_0x1e3a83){return _0x1cc2be===_0x1e3a83;},_0x5cbc1a[_0x5a1be8(0x11e)]=function(_0x5d00cb,_0x17be03){return _0x5d00cb===_0x17be03;};const _0x12ba56=_0x5cbc1a;let _0x455826='';if(_0x12ba56[_0x5a1be8(0x11d)](_0x3e3c50['testFramework'],FRAMEWORKS[_0x5a1be8(0x117)]))_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.[_0x5a1be8(0xfd)]?.['id']||_0x3e3c50['testInfo']?.[_0x5a1be8(0x120)];else{if(_0x12ba56[_0x5a1be8(0xfc)](_0x3e3c50[_0x5a1be8(0x121)],FRAMEWORKS[_0x5a1be8(0x11c)]))_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.[_0x5a1be8(0x118)];else _0x12ba56[_0x5a1be8(0x11e)](_0x3e3c50['testFramework'],FRAMEWORKS['JEST'])&&(_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.['id']);}return _0x455826;}[a91_0xa32035(0x10b)](_0x2f84a4){const _0xca722c=a91_0xa32035,_0x92e478={};_0x92e478[_0xca722c(0x104)]=function(_0x4ad83a,_0x29ff0c){return _0x4ad83a!==_0x29ff0c;},_0x92e478[_0xca722c(0xfa)]=_0xca722c(0x11b);const _0x19e9f6=_0x92e478;if(!_0x2f84a4||_0x19e9f6[_0xca722c(0x104)](typeof _0x2f84a4,_0x19e9f6['qtkec']))return null;const _0x573a70={};_0x573a70[_0xca722c(0x111)]=_0x2f84a4[_0xca722c(0x111)],_0x573a70[_0xca722c(0x115)]=_0x2f84a4[_0xca722c(0x115)]&&_0x2f84a4['version'][_0x2f84a4[_0xca722c(0x111)]];const _0x420f2e=_0x573a70;return _0x420f2e;}}module[a91_0xa32035(0x10c)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a92_0x2e3c(_0xb910a1,_0x1fd661){const _0x420566=a92_0x4205();return a92_0x2e3c=function(_0x2e3c6b,_0x30a7c4){_0x2e3c6b=_0x2e3c6b-0x1b5;let _0x574e2b=_0x420566[_0x2e3c6b];return _0x574e2b;},a92_0x2e3c(_0xb910a1,_0x1fd661);}function a92_0x4205(){const _0x38e91b=['BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','exports','vVCbA','message','isLTSSession','NFaPM','kJFno','291585pZgiJx','8277920eBCiIH','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','9ghORds','EGMoG','BROWSERSTACK_LTS_SESSION_ID','nOIPf','vprdO','823310ZOZlRS','error','irsVe','699OtdLuM','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','env','string','setLTSSessionId','getLTSSessionId','toString','1204278xajjQu','browserstackAutomation','nfXMC','21YUTLOa','debug','ytXAP','cWlEh','DdBDE','../../../helpers/classLogger.js','gPsDo','ZRxIB','4834824yxVKLt','odPkX','1046XYoBYm','toLowerCase','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2071052PSDWDn','overrideLoadTesting','LoadTestModule','uuYZk'];a92_0x4205=function(){return _0x38e91b;};return a92_0x4205();}const a92_0x5c2e60=a92_0x2e3c;(function(_0x2c252a,_0x53dbd6){const _0x5585f6=a92_0x2e3c,_0x512638=_0x2c252a();while(!![]){try{const _0x4f1d9f=parseInt(_0x5585f6(0x1c6))/0x1+parseInt(_0x5585f6(0x1b8))/0x2*(-parseInt(_0x5585f6(0x1d1))/0x3)+-parseInt(_0x5585f6(0x1bb))/0x4+-parseInt(_0x5585f6(0x1ce))/0x5+parseInt(_0x5585f6(0x1d8))/0x6*(-parseInt(_0x5585f6(0x1db))/0x7)+-parseInt(_0x5585f6(0x1b6))/0x8*(-parseInt(_0x5585f6(0x1c9))/0x9)+parseInt(_0x5585f6(0x1c7))/0xa;if(_0x4f1d9f===_0x53dbd6)break;else _0x512638['push'](_0x512638['shift']());}catch(_0x471335){_0x512638['push'](_0x512638['shift']());}}}(a92_0x4205,0x4d77b));const {createClassLogger}=require(a92_0x5c2e60(0x1e0)),logger=createClassLogger(a92_0x5c2e60(0x1bd)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x68e7dc=null)=>{const _0x8d75da=a92_0x5c2e60,_0x96adce={};_0x96adce[_0x8d75da(0x1b5)]=function(_0x299e96,_0x7a687a){return _0x299e96!==_0x7a687a;},_0x96adce[_0x8d75da(0x1cd)]='undefined',_0x96adce[_0x8d75da(0x1be)]=function(_0x4f6540,_0x3350ec){return _0x4f6540===_0x3350ec;},_0x96adce['gPsDo']=_0x8d75da(0x1d4),_0x96adce[_0x8d75da(0x1c1)]='true',_0x96adce[_0x8d75da(0x1df)]=function(_0x289c6e,_0x529614){return _0x289c6e===_0x529614;},_0x96adce['GjdgQ']=function(_0x5da1da,_0x5e6e54){return _0x5da1da===_0x5e6e54;},_0x96adce[_0x8d75da(0x1de)]='false';const _0x2bf920=_0x96adce;try{if(_0x2bf920['ZRxIB'](typeof process[_0x8d75da(0x1d3)][_0x8d75da(0x1bc)],_0x2bf920[_0x8d75da(0x1cd)])){const _0x28d176=process[_0x8d75da(0x1d3)][_0x8d75da(0x1bc)];return _0x2bf920[_0x8d75da(0x1be)](typeof _0x28d176,_0x2bf920[_0x8d75da(0x1e1)])?_0x2bf920[_0x8d75da(0x1be)](_0x28d176[_0x8d75da(0x1b9)](),_0x2bf920[_0x8d75da(0x1c1)]):!!_0x28d176;}const _0xdfabc1=_0x68e7dc&&_0x68e7dc[_0x8d75da(0x1bc)],_0x1d4365=!!(_0x68e7dc&&(_0x2bf920[_0x8d75da(0x1df)](_0x68e7dc[_0x8d75da(0x1d9)],!![])||_0x2bf920[_0x8d75da(0x1df)](_0x68e7dc[_0x8d75da(0x1d9)],_0x2bf920[_0x8d75da(0x1c1)]))),_0x5d0e81=!!(_0xdfabc1&&_0x2bf920['GjdgQ'](_0xdfabc1[_0x8d75da(0x1d7)]()[_0x8d75da(0x1b9)](),_0x2bf920[_0x8d75da(0x1c1)])&&!_0x1d4365);return process[_0x8d75da(0x1d3)]['overrideLoadTesting']=_0x5d0e81?_0x2bf920[_0x8d75da(0x1c1)]:_0x2bf920[_0x8d75da(0x1de)],_0x5d0e81;}catch(_0x21d030){return process[_0x8d75da(0x1d3)]['overrideLoadTesting']=_0x2bf920[_0x8d75da(0x1de)],![];}},getLTSSessionId=()=>{const _0x271029=a92_0x5c2e60,_0x3e6e36={'jiyDM':function(_0x3b1fb3){return _0x3b1fb3();},'ytXAP':_0x271029(0x1c8),'kJFno':_0x271029(0x1d2)};try{if(_0x3e6e36['jiyDM'](isLTSSession))return logger[_0x271029(0x1dc)](_0x3e6e36[_0x271029(0x1dd)]),process[_0x271029(0x1d3)][_0x271029(0x1cb)]||'';}catch(_0x54ea05){logger[_0x271029(0x1cf)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x54ea05&&_0x54ea05['message']));}return logger[_0x271029(0x1dc)](_0x3e6e36[_0x271029(0x1c5)]),'';},setLTSSessionId=async(_0x32ffe6={})=>{const _0x43feb9=a92_0x5c2e60,_0x1f00a6={'odPkX':function(_0x559ae0){return _0x559ae0();},'irsVe':_0x43feb9(0x1bf),'nfXMC':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','NFaPM':'LTS','zcAIa':function(_0x7b663e,_0x2384b4){return _0x7b663e(_0x2384b4);},'nOIPf':function(_0x149165,_0x287344,_0x4f3790){return _0x149165(_0x287344,_0x4f3790);},'EGMoG':function(_0x1e4056,_0x2159e7){return _0x1e4056||_0x2159e7;}};try{const _0x1103d9=_0x1f00a6[_0x43feb9(0x1b7)](getLTSSessionId);_0x1103d9?(process[_0x43feb9(0x1d3)][_0x43feb9(0x1cb)]=_0x1103d9,logger['debug'](_0x1f00a6[_0x43feb9(0x1d0)])):(delete process[_0x43feb9(0x1d3)][_0x43feb9(0x1cb)],logger['debug'](_0x1f00a6[_0x43feb9(0x1da)]));try{const _0x218a59={'feature':_0x1f00a6[_0x43feb9(0x1c4)],'ltsEnabled':_0x1f00a6['zcAIa'](isLTSSession,_0x32ffe6),'ltsSessionIdPresent':!!_0x1103d9};await _0x1f00a6[_0x43feb9(0x1cc)](sendSdkEvents,_0x218a59,_0x32ffe6);}catch(_0x234809){logger[_0x43feb9(0x1dc)](_0x43feb9(0x1ba)+(_0x234809&&_0x234809[_0x43feb9(0x1c2)]));}return _0x1f00a6[_0x43feb9(0x1ca)](_0x1103d9,'');}catch(_0x3e6211){return logger[_0x43feb9(0x1dc)]('setLTSSessionId\x20error:\x20'+(_0x3e6211&&_0x3e6211[_0x43feb9(0x1c2)])),'';}},a92_0x3b1dc6={};a92_0x3b1dc6[a92_0x5c2e60(0x1c3)]=isLTSSession,a92_0x3b1dc6[a92_0x5c2e60(0x1d6)]=getLTSSessionId,a92_0x3b1dc6[a92_0x5c2e60(0x1d5)]=setLTSSessionId,module[a92_0x5c2e60(0x1c0)]=a92_0x3b1dc6;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93_0x180c15=a93_0x460f;(function(_0x223c7d,_0x364621){const _0x235904=a93_0x460f,_0x278bcd=_0x223c7d();while(!![]){try{const _0x19ce6b=parseInt(_0x235904(0x1f6))/0x1+-parseInt(_0x235904(0x208))/0x2+-parseInt(_0x235904(0x1ef))/0x3+parseInt(_0x235904(0x205))/0x4*(-parseInt(_0x235904(0x1f9))/0x5)+-parseInt(_0x235904(0x209))/0x6+-parseInt(_0x235904(0x1f8))/0x7+parseInt(_0x235904(0x1ea))/0x8;if(_0x19ce6b===_0x364621)break;else _0x278bcd['push'](_0x278bcd['shift']());}catch(_0x25d7f0){_0x278bcd['push'](_0x278bcd['shift']());}}}(a93_0x5f31,0x35be6));const BaseModule=require(a93_0x180c15(0x204)),{createClassLogger}=require(a93_0x180c15(0x1ec)),AutomationFramework=require(a93_0x180c15(0x1ed)),AutomationFrameworkState=require(a93_0x180c15(0x201)),HookState=require(a93_0x180c15(0x1ee)),{playwrightAnnotate}=require(a93_0x180c15(0x203)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a93_0x180c15(0x202)),constants=require(a93_0x180c15(0x206));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x425dc2){const _0xfa3930=a93_0x180c15,_0x26ba2b={};_0x26ba2b[_0xfa3930(0x1f1)]=_0xfa3930(0x207);const _0x10bc0f=_0x26ba2b;super(),this[_0xfa3930(0x20a)]=_0x10bc0f[_0xfa3930(0x1f1)],this[_0xfa3930(0x1eb)]=_0x425dc2,AutomationFramework['registerObserver'](AutomationFrameworkState[_0xfa3930(0x20b)],HookState[_0xfa3930(0x1fc)],this[_0xfa3930(0x1fb)][_0xfa3930(0x1f0)](this));}[a93_0x180c15(0x1f2)](){return ObservabilityModule['MODULE_NAME'];}async[a93_0x180c15(0x1fb)](_0x4cf2aa){const _0x1610e4=a93_0x180c15,_0x292121={'EqVMr':function(_0x17002c,_0x5bc506){return _0x17002c+_0x5bc506;},'rFiBD':'ObservabilitySync:','YJBcV':function(_0x2a6b68,_0x5efb26,_0x32f298,_0x51067c){return _0x2a6b68(_0x5efb26,_0x32f298,_0x51067c);},'seudH':_0x1610e4(0x1f4),'TCrKb':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x4cf2aa[_0x1610e4(0x1f7)]){const _0x33396f=_0x4cf2aa[_0x1610e4(0x1f7)],_0x3426ce=Date[_0x1610e4(0x1fa)](),_0x4f500c=_0x292121[_0x1610e4(0x1fe)](_0x292121[_0x1610e4(0x1fd)],_0x3426ce);PerformanceTester[_0x1610e4(0x1ff)](O11y_EVENTS[_0x1610e4(0x1f3)]),await _0x292121['YJBcV'](playwrightAnnotate,_0x33396f,_0x4f500c,_0x292121[_0x1610e4(0x200)]),PerformanceTester['end'](O11y_EVENTS[_0x1610e4(0x1f3)]),this[_0x1610e4(0x1e8)]['info']('onBeforeTest:\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x1610e4(0x1f5));}else this[_0x1610e4(0x1e8)]['debug'](_0x292121['TCrKb']);}}function a93_0x460f(_0x412544,_0x99ecf6){const _0x5f3117=a93_0x5f31();return a93_0x460f=function(_0x460fd6,_0x115505){_0x460fd6=_0x460fd6-0x1e7;let _0x5a7a80=_0x5f3117[_0x460fd6];return _0x5a7a80;},a93_0x460f(_0x412544,_0x99ecf6);}function a93_0x5f31(){const _0x45a24a=['seudH','../state/automationFrameworkState.js','../../../helpers/performance/constants.js','../../../helpers/helper.js','./baseModule','36WMuweI','../../utils/constants.js','ObservabilityModule','634924RUniyG','334602dzmfQp','name','CREATE','MODULE_NAME','logger','exports','5719624RAZaZg','observabilityConfig','../../../helpers/classLogger.js','../framework/automationFramework.js','../state/hookState.js','651159xOcsPR','bind','TaaXN','getModuleName','SYNC','debug','\x20sync\x20done','142319GGJgOr','page','29876dbCXaj','23660eUimBr','now','onBeforeTest','POST','rFiBD','EqVMr','start'];a93_0x5f31=function(){return _0x45a24a;};return a93_0x5f31();}ObservabilityModule[a93_0x180c15(0x1e7)]='ObservabilityModule',module[a93_0x180c15(0x1e9)]=ObservabilityModule;
|