browserstack-node-sdk 1.49.5 → 1.49.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/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/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/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/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.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/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/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
|
-
function a80_0x319d(){const _0x1d60de=['PQmlx','testFrameworkData','getCapabilitiesList','DyiOL','loadDriverExecuteParams','debug','LJAsf','DNioL','message','Performing\x20scan\x20before\x20getting\x20results\x20summary','SDK_ACCESSIBILITY_CONFIG','getSuccess','Executing\x20accessibility\x20script\x20on\x20page','warn','isEnabled',']\x20isEnabledTestcase\x20(cucumber)\x20result=','sahDc','getCapabilityValue','CStEs','setLogDisabledShown','string','LPjoJ','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','VCRBG','pDVtu','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','MdcYA','__workerDetails','Avujh','ScanArgs:\x20','includes','17564cBdEWj','eLCVu','nfNvN','UDEgQ','getTesthub','Error\x20getting\x20script\x20by\x20name\x20','DRIVER_INIT','getAccessibilityExecuteParams','Processed\x20accessibility\x20caps\x20',',\x20available\x20commands:\x20','thTestRunUuid','GET_RESULTS_SUMMARY','cJzWC','AchzZ','shouldScanForCommand:\x20','executeScriptByName','updateData','168494yDdJnd',']\x20onAfterTest\x20should\x20scan=','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','zsgcr','testInfo','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','stack','TFNjp','oJAdx','stopTestCapture','../state/automationFrameworkState','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','OnGnO','command','GmHML','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','stringify','performPageScan','SEAvk','patchSendMessageToServer','UPBcv','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','../../../helpers/helper','../TestInfo.js','Ahith','tXeTs','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','gMZEs','performScanForCli','jest','getAllData','\x20accessibility\x20script\x20on\x20page','__accessibilityOptions','onBeforeExecute:\x20No\x20command\x20name\x20provided','accessibilityConfig','MODULE_NAME','setAccessibilityConfig','excludeTagsInTestingScope','map','DRIVER_HAS_URL','ACCESSIBILITY_INITIALIZED','OPzvr','getData','isAppAccessibility','end','QgEVH','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','goog:chromeOptions','Error\x20checking\x20headless\x20capability:\x20','error','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Vpwvr','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x22browserstack.key\x22:\x22[REDACTED]\x22','measureWrapper','dNiQY','TkmTk','unknown','bTgMc','split','RRDCK','UgTjq','kgzdv',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','NaVDu','MergedScanArgs:\x20','fNCmv','setShouldScanCurrentTest','test_tags','Error\x20in\x20shouldScanForCommand:\x20','browserName','LOG_DISABLED_SHOWN','PERFORM_SCAN','onBeforeExecute','browserVersion','accessibility','getValue','jqiFN','name',',\x20isAppAccessibility=','\x20from\x20testIdentifier=','EXECUTE','pWfQI','AugRO','Scan\x20result:\x20','options','mergeObject','GtykL','null','LPfuf','commandName','includeTagsInTestingScope','browserstack.accessibilityOptions.authToken','ckhrU','rHoSy','rvGuX','YdIiU','../../utils/playwright-patcher','nPTES','isAccessibilityScriptCommand','2|12|11|9|15|3|5|4|1|8|6|0|14|7|10|13','NmUMN','iBylY','GvDEh','BiavZ','find','YlLKI','set',',\x20excludeTags=','getModuleName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','getGoogleChromeOptions','onAfterTest','getResults','WdCBT','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','Error\x20in\x20stopTestCapture:\x20','NON_BROWSERSTACK_AUTOMATION_SESSIONS','ccdtu','setAccessibilityToken','getTrackedInstance','brhlo','capabilitiesList','commandsList','testhub_build_uuid','KEY_INIT','uBvSa','headless','getInstance','shouldScanCurrentTest','CREATE','ZLCkh','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','BESOc','RllWv','\x20value=','./baseModule','getName','start','saveResults','toLowerCase','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','7430EnhYbc','Error\x20getting\x20capability\x20value\x20for\x20','275gIwUec','BMqfw','length','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','bind','224148uujVuG','Error\x20in\x20performScanForCli\x20for\x20script\x20','../../playwright/accessibility-helper','aKRNb','isEnabledTestcase','scannerVersion','performPageScan:\x20Page\x20is\x20null','3ywGAsm','DukAc','true','Error\x20in\x20initAccessibilityConfig:\x20','tnPoj',']\x20clear\x20','replace','tebCs','../grpcClient','Izgqn',',\x20includeTags=','rTMsu','heEQR','WzMdY','RZDlN','pfzsq','has','EmKyX','exports','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','launchCaps','POST','JxFXA','HZGjz','fetchDriverExecuteParamsEvent','cucumber','iYSfI','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','\x20testHubUuid=','performScan','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Exception\x20in\x20isPlatformSupported:\x20','\x22browserstack.user\x22:\x22[REDACTED]\x22','PRE','ZXmLu','browser','getBuildId','saveTestResults','TsoHR','uFUQw','cdMhA','delete','\x20using\x20script:\x20','testFramework','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','_centralAuthConfigFetched','LoOIZ','slMGS','getScriptsList','performScanForCli:\x20No\x20','TrackedInstance','pRbsC','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','pxWdg','uCtCU',',\x20testName=','latest','\x20result\x20for\x20','ffOoX','KEY_TEST_NAME','getParamsForScanForCli','MrNsN','currentTest','getScriptByName','YTMrE','QUIT','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','platformCaps','size','onBeforeExecute:\x20command=','getAccessibility','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','fISqN','191365TaNJcx','../framework/testFramework','_sendMessageServerPatchApplied','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','browserstack_executor','loadAccessibilityConfig','lPHfG','browserStackEvaluate','LfQzJ','zOeTX','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','KIGjy','AXIaF','pHBIg','getState','6dIzRZt','BROWSERSTACK_TESTHUB_JWT','Xvxgu','WKAxV','isPlatformSupported:\x20caps\x20are\x20null','pwPage','bSvvI','test_run_id','BROWSERSTACK_CLI_BIN_SESSION_ID','chrome','getTestFrameworkDetail','lDZvZ','JegXF','bbASq','wdSeF','zzNgu','assign','getTestUUID','YaEXP','mwNso','AUTOMATION_SESSIONS','ZDzOO','function','registerObserver','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','OYaYz','processAccessibilityCaps','KEY_TESTHUB_BUILD_ID','getContext','\x20script\x20available','ascii','__jestCurrentTestIdentifier','[platform\x20-\x20','dfqye','getPlatformIndex','../../../helpers/accessibility-automation/helper','izqkx','qRPlv','Error\x20in\x20performPageScan:\x20','HWNNI','platformValidation','krWhF','getAccessibilityConfig','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','xQajn','nERNV','2744VvjlRL','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','isPlatformSupported','NIMIV','CNPDC','titlePath','applySendMessageToServerPatch','HBMry','capabilities','Error\x20executing\x20script\x20','format','accessibilityPlatform','tUsfw','cdfhT','920BHAjSe',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','TViEp','info','LCAIz','Context','fYQeZ','[AccessibilityModule]\x20onAfterTest:\x20framework=','vOoVv','xuWJY','env','ywTMW','YAIuh','fetchCentralAuthA11yConfig','toString','wcagVersion','cLxyz','kjGYQ','Executing\x20','trim','kIZWM','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerVersion','PQAZR','JewYQ','PjeOg','name:\x20','../../../helpers/accessibility-automation/constants','performPageScan:\x20Script\x20is\x20null','present','kThmW','CBcUp','finishScanningForCli','validatePlatformForAccessibility','page','BBTyr','join','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','getTestId','parse','SFftF','onBeforeTest','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','util','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getCurrentInstanceName','getOptions','onBeforeTest:\x20event=','get','setShouldScan','a11y:save-results','../../../helpers/performance/performance-tester.js','../cliUtils','_centralAuthA11yConfig','wSuOk','scannerProcessingTimeout','AsYvo','zZZOR','instance','qXjhy','WXuTs','getCurrentAccessibilityStatus',']\x20isEnabledTestcase\x20(jest)\x20result=','../state/hookState','TPvHZ','some','yCGhU','Performing\x20scan\x20before\x20from\x20cli','84984SAlmgh','BS_A11Y_JWT','BQWSY','browserstack.accessibilityOptions.scannerProcessingTimeout','sBaKe','jrQxB','test-tags-->\x20','isArray','testAnalyticsId','chXHu','scan','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','Tgrhr','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','1080jykfhS','getAccessibilityResultsSummary','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','ByCOe','FCTyZ','getScript','yTsJE'];a80_0x319d=function(){return _0x1d60de;};return a80_0x319d();}const a80_0x517585=a80_0x5b88;(function(_0x3a0485,_0x36cbbf){const _0x3c8801=a80_0x5b88,_0x1e56e1=_0x3a0485();while(!![]){try{const _0x55312b=parseInt(_0x3c8801(0x258))/0x1+-parseInt(_0x3c8801(0x2ed))/0x2*(-parseInt(_0x3c8801(0x2f4))/0x3)+parseInt(_0x3c8801(0x247))/0x4+parseInt(_0x3c8801(0x181))/0x5*(parseInt(_0x3c8801(0x191))/0x6)+parseInt(_0x3c8801(0x1c1))/0x7*(parseInt(_0x3c8801(0x1cf))/0x8)+-parseInt(_0x3c8801(0x221))/0x9*(parseInt(_0x3c8801(0x2e6))/0xa)+parseInt(_0x3c8801(0x2e8))/0xb*(-parseInt(_0x3c8801(0x213))/0xc);if(_0x55312b===_0x36cbbf)break;else _0x1e56e1['push'](_0x1e56e1['shift']());}catch(_0x9c1f36){_0x1e56e1['push'](_0x1e56e1['shift']());}}}(a80_0x319d,0x18ed6));const BaseModule=require(a80_0x517585(0x2e0)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x517585(0x203)),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x517585(0x182)),AutomationFrameworkState=require(a80_0x517585(0x262)),HookState=require(a80_0x517585(0x20e)),GrpcClient=require(a80_0x517585(0x2fc)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a80_0x517585(0x327)),PerformanceTester=require(a80_0x517585(0x202)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x517585(0x1ea)),{nestedKeyValue,isUndefined}=require(a80_0x517585(0x26e)),util=require(a80_0x517585(0x1fa)),TestInfo=require(a80_0x517585(0x26f)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js');class AccessibilityModule extends BaseModule{static [a80_0x517585(0x27b)]=AccessibilityModule[a80_0x517585(0x2a6)];static [a80_0x517585(0x322)]=![];static [a80_0x517585(0x204)]={};constructor(_0x629296){const _0x1d1267=a80_0x517585,_0x171fa0={};_0x171fa0['Xvxgu']=_0x1d1267(0x2bc),_0x171fa0[_0x1d1267(0x1e6)]=_0x1d1267(0x280),_0x171fa0[_0x1d1267(0x1d7)]=_0x1d1267(0x27f),_0x171fa0['Jrvly']=_0x1d1267(0x2d4),_0x171fa0[_0x1d1267(0x21c)]=_0x1d1267(0x272);const _0x277e06=_0x171fa0,_0x3e45c5=_0x277e06[_0x1d1267(0x193)][_0x1d1267(0x293)]('|');let _0x5988f7=0x0;while(!![]){switch(_0x3e45c5[_0x5988f7++]){case'0':this['setAccessibilityToken'](_0x629296[_0x1d1267(0x1fd)]()[_0x1d1267(0x22a)]());continue;case'1':this[_0x1d1267(0x283)]=![];continue;case'2':super();continue;case'3':this[_0x1d1267(0x27a)]=_0x629296['toObject']();continue;case'4':this['LOG_DISABLED_SHOWN']=new Map();continue;case'5':this[_0x1d1267(0x2a3)]=new Map();continue;case'6':this[_0x1d1267(0x183)]=![];continue;case'7':this['KEY_INIT']=_0x277e06[_0x1d1267(0x1e6)];continue;case'8':this['capabilities']=[];continue;case'9':AutomationFramework[_0x1d1267(0x1a8)](AutomationFrameworkState[_0x1d1267(0x179)],HookState[_0x1d1267(0x316)],this[_0x1d1267(0x2c8)]['bind'](this));continue;case'10':this['KEY_DRIVER_HAS_URL']=_0x277e06['vOoVv'];continue;case'11':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1d1267(0x2da)],HookState[_0x1d1267(0x30a)],this[_0x1d1267(0x1f8)][_0x1d1267(0x2ec)](this));continue;case'12':AutomationFramework[_0x1d1267(0x1a8)](AutomationFrameworkState[_0x1d1267(0x2a9)],HookState['PRE'],this[_0x1d1267(0x2a1)][_0x1d1267(0x2ec)](this));continue;case'13':this[_0x1d1267(0x1ae)]=_0x277e06['Jrvly'];continue;case'14':logger[_0x1d1267(0x22d)](_0x277e06[_0x1d1267(0x21c)]);continue;case'15':this[_0x1d1267(0x236)]=!![];continue;}break;}}['isEnabled'](){const _0x2a2f24=a80_0x517585;return this[_0x2a2f24(0x236)];}[a80_0x517585(0x2c5)](){return AccessibilityModule['MODULE_NAME'];}[a80_0x517585(0x20c)](){const _0x3d8d56=a80_0x517585;return this[_0x3d8d56(0x2a3)][_0x3d8d56(0x1ff)](CLIUtils[_0x3d8d56(0x1fc)](),![]);}['getLogDisabledShown'](){const _0x5657a4=a80_0x517585;return this['LOG_DISABLED_SHOWN'][_0x5657a4(0x1ff)](CLIUtils[_0x5657a4(0x1fc)](),![]);}[a80_0x517585(0x23b)](_0x151746){const _0x2fa4a6=a80_0x517585;this['LOG_DISABLED_SHOWN'][_0x2fa4a6(0x2c3)](CLIUtils['getCurrentInstanceName'](),_0x151746);}['applySendMessageToServerPatch'](){const _0x11efda=a80_0x517585,_0x3cd309={'ckhrU':_0x11efda(0x28c),'ccdtu':function(_0xef4948,_0x4939b2){return _0xef4948(_0x4939b2);},'qXjhy':_0x11efda(0x2b9),'DNioL':_0x11efda(0x18c),'Izgqn':_0x11efda(0x286)};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x3cd309[_0x11efda(0x2b5)]);return;}try{const _0x1c3ead=_0x3cd309[_0x11efda(0x2ce)](require,_0x3cd309[_0x11efda(0x20a)]);_0x1c3ead&&_0x1c3ead['patchSendMessageToServer']?(_0x1c3ead[_0x11efda(0x26b)](),this[_0x11efda(0x183)]=!![],logger[_0x11efda(0x22d)](_0x3cd309[_0x11efda(0x22f)])):logger[_0x11efda(0x22d)](_0x3cd309[_0x11efda(0x2fd)]);}catch(_0x3db009){logger[_0x11efda(0x22d)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x11efda(0x1cb)](_0x3db009));}}[a80_0x517585(0x1c3)](_0x177817=null,_0x1b2d20=null,_0x56a671=null){const _0x17f527=a80_0x517585,_0x3b9de1={'vTGns':function(_0x3c7e15,_0x5a3875){return _0x3c7e15&&_0x5a3875;},'Ahith':_0x17f527(0x195),'YlLKI':function(_0x2aac75,_0x309a3f){return _0x2aac75(_0x309a3f);},'LCAIz':'../../../helpers/accessibility-automation/helper','kfIeC':function(_0x1974fa,_0x12d2e9){return _0x1974fa(_0x12d2e9);},'lDRsV':_0x17f527(0x26e),'HWNNI':function(_0x44e23a){return _0x44e23a();},'cdMhA':'isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','aKRNb':function(_0x2e44fd,_0x4cd9b1){return _0x2e44fd===_0x4cd9b1;},'LoOIZ':_0x17f527(0x19a),'heEQR':function(_0x29670b,_0x183c06){return _0x29670b===_0x183c06;},'zzNgu':'playwright-chromium','TPvHZ':function(_0x4587fa,_0x34eb16){return _0x4587fa===_0x34eb16;},'LPjoJ':function(_0x4b8171,_0x54f045){return _0x4b8171===_0x54f045;},'izqkx':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BBTyr':function(_0x12e5c3,_0x2f68c9){return _0x12e5c3===_0x2f68c9;},'WdCBT':function(_0x146b81,_0x592882){return _0x146b81===_0x592882;},'GvDEh':_0x17f527(0x2f6),'TFNjp':function(_0x4c0314,_0x5171a6){return _0x4c0314===_0x5171a6;},'XvEOC':_0x17f527(0x23c),'jrQxB':function(_0x553ffb,_0x3780c8){return _0x553ffb===_0x3780c8;},'LJJta':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','tUsfw':function(_0x2858d0){return _0x2858d0();},'yCGhU':function(_0x3a160a,_0x7e6d31){return _0x3a160a>_0x7e6d31;},'BMqfw':function(_0x57b37b,_0x370f0f){return _0x57b37b(_0x370f0f);},'MrNsN':_0x17f527(0x2c6),'AXIaF':function(_0x5a7f09,_0x278985){return _0x5a7f09!==_0x278985;},'NmUMN':_0x17f527(0x170),'LPfuf':function(_0x36e64e,_0x42aa98){return _0x36e64e(_0x42aa98);},'YTMrE':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x3b9de1['vTGns'](!_0x1b2d20,!_0x56a671))return logger['debug'](_0x3b9de1[_0x17f527(0x270)]),![];const {isAccessibilityAutomationSession:_0x2d9f37}=_0x3b9de1[_0x17f527(0x2c2)](require,_0x3b9de1[_0x17f527(0x1d3)]),{isUndefined:_0x3903ca,isBrowserstackInfra:_0x32e65b}=_0x3b9de1['kfIeC'](require,_0x3b9de1['lDRsV']);if(!_0x3b9de1[_0x17f527(0x1ba)](_0x2d9f37))return logger[_0x17f527(0x22d)](_0x3b9de1[_0x17f527(0x31d)]),![];if(!(_0x1b2d20[_0x17f527(0x29e)]&&_0x3b9de1[_0x17f527(0x2f0)](_0x1b2d20[_0x17f527(0x29e)]['toLowerCase'](),_0x3b9de1[_0x17f527(0x323)])||_0x1b2d20[_0x17f527(0x29e)]&&_0x3b9de1[_0x17f527(0x300)](_0x1b2d20[_0x17f527(0x29e)]['toLowerCase'](),_0x3b9de1[_0x17f527(0x1a0)])||_0x1b2d20[_0x17f527(0x318)]&&_0x3b9de1[_0x17f527(0x20f)](_0x1b2d20['browser'][_0x17f527(0x2e4)](),_0x3b9de1[_0x17f527(0x323)])||_0x1b2d20[_0x17f527(0x318)]&&_0x3b9de1[_0x17f527(0x23d)](_0x1b2d20['browser'][_0x17f527(0x2e4)](),_0x3b9de1['zzNgu'])))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x1b7)]),![];try{const _0x8a3e30=_0x1b2d20[_0x17f527(0x2d7)],_0x4b55de=_0x3b9de1[_0x17f527(0x1f2)](_0x8a3e30,!![])||_0x3b9de1[_0x17f527(0x2ca)](_0x8a3e30,_0x3b9de1[_0x17f527(0x2bf)])||_0x3b9de1[_0x17f527(0x25f)](typeof _0x8a3e30,_0x3b9de1['XvEOC'])&&_0x3b9de1[_0x17f527(0x218)](_0x8a3e30[_0x17f527(0x2e4)](),_0x3b9de1[_0x17f527(0x2bf)]);if(_0x4b55de)return logger[_0x17f527(0x235)](_0x3b9de1['LJJta']),![];}catch(_0x2e957e){logger[_0x17f527(0x22d)](_0x17f527(0x288)+util['format'](_0x2e957e));}if(!_0x3b9de1[_0x17f527(0x1cd)](_0x32e65b)){if(!_0x3b9de1[_0x17f527(0x211)](_0x3b9de1['kfIeC'](parseFloat,_0x1b2d20[_0x17f527(0x2a2)]),_0x3b9de1[_0x17f527(0x2e9)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x175)]),![];}else{if(_0x3b9de1[_0x17f527(0x18e)](_0x1b2d20['browserVersion'],_0x3b9de1[_0x17f527(0x2bd)])&&!_0x3b9de1[_0x17f527(0x211)](_0x3b9de1[_0x17f527(0x2b1)](parseFloat,_0x1b2d20[_0x17f527(0x2a2)]),_0x3b9de1['YlLKI'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x17f527(0x235)](_0x3b9de1[_0x17f527(0x178)]),![];}return!![];}catch(_0x4bb612){return logger[_0x17f527(0x22d)](_0x17f527(0x314)+_0x4bb612['message']),![];}}[a80_0x517585(0x2f1)](_0x647b7c=[],_0x113191,_0x159f12=a80_0x517585(0x30e)){const _0x5f0cca=a80_0x517585,_0x1a00e8={'YAIuh':function(_0x395c4a,_0x5104dc){return _0x395c4a===_0x5104dc;},'kIZWM':_0x5f0cca(0x275),'QXvha':function(_0x5268da,_0x4a8fca){return _0x5268da||_0x4a8fca;},'VCRBG':function(_0x45eff2,_0x251a25){return _0x45eff2===_0x251a25;},'fYQeZ':function(_0x622c57,_0x19a74d){return _0x622c57&&_0x19a74d;},'WzMdY':_0x5f0cca(0x291),'pHBIg':function(_0x55e67e,_0x5d1a57){return _0x55e67e===_0x5d1a57;},'PjeOg':function(_0xae7cb,_0x3acc35){return _0xae7cb(_0x3acc35);},'xQajn':function(_0x36d875,_0x4b163e){return _0x36d875>_0x4b163e;}};try{const _0x267c09=process[_0x5f0cca(0x1d9)][_0x5f0cca(0x1ab)]?JSON[_0x5f0cca(0x1f6)](process[_0x5f0cca(0x1d9)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x267c09)return!![];const _0x10726d=Array[_0x5f0cca(0x21a)](_0x267c09['includeTagsInTestingScope'])?_0x267c09[_0x5f0cca(0x2b3)]:[],_0x519528=Array[_0x5f0cca(0x21a)](_0x267c09[_0x5f0cca(0x27d)])?_0x267c09[_0x5f0cca(0x27d)]:[];if(_0x1a00e8[_0x5f0cca(0x1db)](_0x159f12,_0x1a00e8[_0x5f0cca(0x1e3)])){let _0x417b60;Array[_0x5f0cca(0x21a)](_0x647b7c)?_0x417b60=_0x647b7c[_0x5f0cca(0x1f3)]('\x20'):_0x417b60=_0x1a00e8['QXvha'](_0x647b7c,'');const _0x4bd20c=_0x519528[_0x5f0cca(0x210)](_0x59599d=>_0x417b60['includes'](_0x59599d)),_0x5c444e=_0x1a00e8[_0x5f0cca(0x23f)](_0x10726d['length'],0x0)||_0x10726d[_0x5f0cca(0x210)](_0x180bfb=>_0x417b60[_0x5f0cca(0x246)](_0x180bfb)),_0x15e059=_0x1a00e8['fYQeZ'](!_0x4bd20c,_0x5c444e);return logger[_0x5f0cca(0x22d)](_0x5f0cca(0x1b3)+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8['WzMdY'])+_0x5f0cca(0x20d)+_0x15e059+',\x20testName='+_0x417b60+',\x20includeTags='+JSON['stringify'](_0x10726d)+_0x5f0cca(0x2c4)+JSON['stringify'](_0x519528)),_0x15e059;}const _0x5100df=Array[_0x5f0cca(0x21a)](_0x647b7c)?_0x647b7c:[];let _0x1f68ca=![],_0xe332da=_0x1a00e8[_0x5f0cca(0x18f)](_0x10726d['length'],0x0);const _0x1b19d7=_0x18f571=>typeof _0x18f571==='string'?_0x18f571[_0x5f0cca(0x2fa)](/^@/,'')[_0x5f0cca(0x2e4)]()[_0x5f0cca(0x1e2)]():_0x18f571,_0x150c4c=new Set(_0x10726d[_0x5f0cca(0x27e)](_0x1b19d7)),_0x4073f9=new Set(_0x519528[_0x5f0cca(0x27e)](_0x1b19d7));for(const _0x5dcfee of _0x5100df){const _0x156373=_0x1a00e8[_0x5f0cca(0x1e8)](_0x1b19d7,_0x5dcfee);_0x4073f9[_0x5f0cca(0x304)](_0x156373)&&(_0x1f68ca=!![]),_0x1a00e8[_0x5f0cca(0x1bf)](_0x150c4c[_0x5f0cca(0x17c)],0x0)&&_0x150c4c[_0x5f0cca(0x304)](_0x156373)&&(_0xe332da=!![]);}const _0x418c5e=_0x1a00e8[_0x5f0cca(0x1d5)](_0xe332da,!_0x1f68ca);return logger['debug']('[platform\x20-\x20'+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8[_0x5f0cca(0x301)])+_0x5f0cca(0x237)+_0x418c5e+',\x20tags='+JSON[_0x5f0cca(0x268)](_0x5100df)+_0x5f0cca(0x2fe)+JSON[_0x5f0cca(0x268)](_0x10726d)+_0x5f0cca(0x2c4)+JSON[_0x5f0cca(0x268)](_0x519528)),_0x418c5e;}catch(_0x3381d8){return logger[_0x5f0cca(0x22d)](_0x5f0cca(0x1b3)+(_0x113191?.[_0x5f0cca(0x1b5)]?.()||_0x1a00e8[_0x5f0cca(0x301)])+_0x5f0cca(0x297)+_0x3381d8[_0x5f0cca(0x230)]),![];}}async[a80_0x517585(0x1f8)](_0x2e9170){const _0x4cee41=a80_0x517585,_0x43b833={};_0x43b833[_0x4cee41(0x290)]=function(_0x5961a4,_0x816cb){return _0x5961a4!==_0x816cb;},_0x43b833[_0x4cee41(0x205)]=_0x4cee41(0x30e),_0x43b833[_0x4cee41(0x187)]=_0x4cee41(0x275),_0x43b833[_0x4cee41(0x2db)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x43b833[_0x4cee41(0x19f)]='TEST_INIT',_0x43b833[_0x4cee41(0x248)]=_0x4cee41(0x223),_0x43b833['bCgUg']=_0x4cee41(0x28a),_0x43b833[_0x4cee41(0x197)]=_0x4cee41(0x24d),_0x43b833[_0x4cee41(0x303)]=function(_0x160a17,_0x30ebc1){return _0x160a17===_0x30ebc1;},_0x43b833[_0x4cee41(0x31b)]=_0x4cee41(0x17a),_0x43b833[_0x4cee41(0x21f)]='Unknown\x20Test',_0x43b833[_0x4cee41(0x19d)]=function(_0x2c0c45,_0xaa44aa){return _0x2c0c45>_0xaa44aa;},_0x43b833[_0x4cee41(0x207)]=function(_0x221eb9,_0x450295){return _0x221eb9===_0x450295;},_0x43b833[_0x4cee41(0x294)]=_0x4cee41(0x1a7),_0x43b833[_0x4cee41(0x2aa)]=_0x4cee41(0x29c),_0x43b833['oqHaP']=function(_0x4e1550,_0x214e1f){return _0x4e1550&&_0x214e1f;},_0x43b833['tXeTs']=_0x4cee41(0x291),_0x43b833[_0x4cee41(0x225)]=_0x4cee41(0x2f6);const _0x483674=_0x43b833;if(_0x483674[_0x4cee41(0x290)](_0x2e9170[_0x4cee41(0x320)],_0x483674[_0x4cee41(0x205)])&&_0x483674['TkmTk'](_0x2e9170[_0x4cee41(0x320)],_0x483674[_0x4cee41(0x187)])){logger[_0x4cee41(0x22d)](_0x483674['ZLCkh']);return;}logger[_0x4cee41(0x1d2)](_0x4cee41(0x1fe)+JSON[_0x4cee41(0x268)](_0x2e9170));try{const _0x50c9e3=AutomationFramework[_0x4cee41(0x2d0)](),_0x1b2282=TestFramework['getTrackedInstance'](),_0x596176=_0x2e9170[_0x4cee41(0x1f1)]||global['__workerDetails']?.['pwPage']||null;if(!_0x596176){_0x1b2282&&_0x1b2282[_0x4cee41(0x257)](_0x483674[_0x4cee41(0x19f)],!![]);logger['debug'](_0x483674[_0x4cee41(0x248)]);return;}logger[_0x4cee41(0x22d)](_0x483674['bCgUg']);const _0x14dd4e=_0x1b2282?.['getData'](_0x483674[_0x4cee41(0x197)],![]),_0x508f5f=_0x1b2282?.[_0x4cee41(0x282)](_0x483674[_0x4cee41(0x19f)],![]);if(_0x483674[_0x4cee41(0x303)](_0x14dd4e,![])&&_0x483674[_0x4cee41(0x303)](_0x508f5f,![])){_0x1b2282&&_0x1b2282[_0x4cee41(0x257)](_0x483674[_0x4cee41(0x197)],!![]);logger[_0x4cee41(0x22d)](_0x483674[_0x4cee41(0x31b)]);return;}_0x1b2282&&_0x1b2282['updateData'](_0x483674['wdSeF'],!![]);let _0x55f5f6,_0x1d9355;const _0x4daeea=_0x2e9170[_0x4cee41(0x320)]||_0x483674[_0x4cee41(0x205)];if(_0x483674['pfzsq'](_0x4daeea,_0x483674['lPHfG'])){_0x1d9355=_0x2e9170['testInfo']?.['testAnalyticsId']||_0x2e9170[_0x4cee41(0x25c)]?.['id']||global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x4cee41(0x176)]?.[_0x4cee41(0x21b)]||global[_0x4cee41(0x243)]?.[_0x4cee41(0x176)]?.['id'];const _0x5ae1fe=_0x1b2282?.[_0x4cee41(0x276)]()?.[_0x4cee41(0x1ff)](_0x1d9355);if(_0x5ae1fe&&_0x5ae1fe[TestFrameworkConstants['KEY_TEST_NAME']])_0x55f5f6=_0x5ae1fe[TestFrameworkConstants[_0x4cee41(0x173)]];else{if(_0x2e9170['testInfo']?.[_0x4cee41(0x1c6)])_0x55f5f6=_0x2e9170[_0x4cee41(0x25c)][_0x4cee41(0x1c6)];else global['__workerDetails']?.[_0x4cee41(0x176)]?.[_0x4cee41(0x25c)]?.[_0x4cee41(0x1c6)]?_0x55f5f6=global[_0x4cee41(0x243)][_0x4cee41(0x176)][_0x4cee41(0x25c)]['titlePath']:_0x55f5f6=_0x483674['Tgrhr'];}logger[_0x4cee41(0x22d)](_0x4cee41(0x1f4)+_0x1d9355+_0x4cee41(0x16f)+JSON[_0x4cee41(0x268)](_0x55f5f6));}else{_0x1d9355=this['getTestId'](_0x2e9170);const _0x567965=TestInfo['getTestDetails'](_0x1d9355);let _0x406d4c=[];if(_0x567965&&Array[_0x4cee41(0x21a)](_0x567965['test_tags'])&&_0x483674['JegXF'](_0x567965[_0x4cee41(0x29c)][_0x4cee41(0x2ea)],0x0))_0x406d4c=_0x567965[_0x4cee41(0x29c)];else{if(_0x1b2282){const _0x3844cd=_0x483674[_0x4cee41(0x207)](typeof _0x1b2282['getData'],_0x483674[_0x4cee41(0x294)])?_0x1b2282[_0x4cee41(0x282)](_0x483674['pWfQI'],[]):_0x1b2282[_0x4cee41(0x29c)]||[];Array[_0x4cee41(0x21a)](_0x3844cd)&&(_0x406d4c=_0x3844cd);}}_0x55f5f6=_0x406d4c;}logger['info'](_0x4cee41(0x219)+JSON[_0x4cee41(0x268)](_0x55f5f6));const _0x5c6829=this[_0x4cee41(0x1c3)](_0x50c9e3,_0x2e9170[_0x4cee41(0x17b)],_0x2e9170[_0x4cee41(0x309)]);logger[_0x4cee41(0x22d)](_0x4cee41(0x308)+_0x5c6829+_0x4cee41(0x2a7)+this[_0x4cee41(0x283)]);const _0x49571a=this['isEnabledTestcase'](_0x55f5f6,_0x50c9e3,_0x4daeea),_0x3eab91=_0x483674['oqHaP'](_0x5c6829,_0x49571a),_0x579285=CLIUtils[_0x4cee41(0x1fc)]();this[_0x4cee41(0x2a3)][_0x4cee41(0x2c3)](_0x579285,_0x3eab91),global[_0x4cee41(0x1d4)]?.[_0x4cee41(0x1af)]&&global[_0x4cee41(0x1d4)][_0x4cee41(0x1af)]()[_0x4cee41(0x200)](_0x3eab91),logger[_0x4cee41(0x22d)]('[platform\x20-\x20'+(_0x50c9e3?.['getPlatformIndex']?.()||_0x483674[_0x4cee41(0x271)])+']\x20should\x20run\x20accessibility\x20value='+_0x3eab91),_0x3eab91?(global[_0x4cee41(0x1cc)]=!![],process[_0x4cee41(0x1d9)][_0x4cee41(0x1fb)]=_0x483674[_0x4cee41(0x225)],this[_0x4cee41(0x1c7)]()):global[_0x4cee41(0x1cc)]=![];}catch(_0x4f8d78){logger[_0x4cee41(0x289)](_0x4cee41(0x1a9)+(_0x4f8d78[_0x4cee41(0x25e)]||_0x4f8d78[_0x4cee41(0x230)]));const _0x1764e0=CLIUtils[_0x4cee41(0x1fc)]();this[_0x4cee41(0x2a3)][_0x4cee41(0x2c3)](_0x1764e0,![]),global[_0x4cee41(0x1cc)]=![];}}[a80_0x517585(0x2c7)](){const _0x439ffe=a80_0x517585;return this[_0x439ffe(0x1c9)][_0x439ffe(0x2c1)](_0x169bbd=>_0x169bbd[_0x439ffe(0x2e1)]()===_0x439ffe(0x287))?.[_0x439ffe(0x2a4)]()||'';}['getCapabilityValue'](_0x419fb9){const _0x56f809=a80_0x517585;try{const _0x4abb39=this[_0x56f809(0x27a)]?.[_0x56f809(0x2ad)]?.[_0x56f809(0x2d2)]||[],_0x155aca=_0x4abb39[_0x56f809(0x2c1)](_0x55358a=>_0x55358a[_0x56f809(0x2a6)]===_0x419fb9);return _0x155aca?_0x155aca['value']:null;}catch(_0x2381f0){return logger[_0x56f809(0x22d)](_0x56f809(0x2e7)+_0x419fb9+':\x20'+_0x2381f0[_0x56f809(0x230)]),null;}}async[a80_0x517585(0x27c)](_0x4445c2,_0x25c739){const _0x4b238f=a80_0x517585,_0x1b2721=_0x4445c2[_0x4b238f(0x17e)]()[_0x4b238f(0x1fd)](),_0x11e698=_0x1b2721[_0x4b238f(0x325)](),_0x43f91a=_0x1b2721['getCommandsToWrap']()?.['getCommandsList']();scripts['parseFromProto'](_0x11e698,_0x43f91a),scripts['toJson']();const _0x2adba6=_0x1b2721[_0x4b238f(0x22a)]();this[_0x4b238f(0x1c9)]=_0x1b2721[_0x4b238f(0x22a)](),await this[_0x4b238f(0x2cf)](_0x2adba6,_0x25c739[_0x4b238f(0x309)]);}async[a80_0x517585(0x2cf)](_0x22405c,_0x19d843={}){const _0x367ca0=a80_0x517585,_0x40796d={};_0x40796d['ZXmLu']=function(_0xa89ca7,_0x5c5a63){return _0xa89ca7===_0x5c5a63;},_0x40796d[_0x367ca0(0x18a)]='accessibilityToken',_0x40796d[_0x367ca0(0x19e)]=_0x367ca0(0x2b4),_0x40796d['AchzZ']=_0x367ca0(0x1de),_0x40796d[_0x367ca0(0x26a)]='browserstack.accessibilityOptions.wcagVersion',_0x40796d[_0x367ca0(0x285)]=_0x367ca0(0x2f2),_0x40796d[_0x367ca0(0x273)]=_0x367ca0(0x1e5),_0x40796d['sahDc']=function(_0x4d7304,_0x3d8c63){return _0x4d7304===_0x3d8c63;},_0x40796d[_0x367ca0(0x281)]=_0x367ca0(0x206),_0x40796d[_0x367ca0(0x2b8)]=_0x367ca0(0x216);const _0x27c3af=_0x40796d;global[_0x367ca0(0x278)]=global[_0x367ca0(0x278)]||{};for(const _0x1f3960 of _0x22405c){logger[_0x367ca0(0x1d2)](_0x367ca0(0x1e9)+_0x1f3960[_0x367ca0(0x2e1)]()+_0x367ca0(0x2df)+_0x1f3960['getValue']());if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af[_0x367ca0(0x18a)]))process['env'][_0x367ca0(0x214)]=_0x1f3960['getValue'](),global['__accessibilityOptions'][_0x27c3af['bbASq']]=_0x1f3960[_0x367ca0(0x2a4)]();else{if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af[_0x367ca0(0x254)]))global[_0x367ca0(0x278)][_0x27c3af[_0x367ca0(0x26a)]]=_0x1f3960[_0x367ca0(0x2a4)]();else{if(_0x27c3af[_0x367ca0(0x317)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af['QgEVH']))global[_0x367ca0(0x278)][_0x27c3af[_0x367ca0(0x273)]]=_0x1f3960[_0x367ca0(0x2a4)]();else _0x27c3af[_0x367ca0(0x238)](_0x1f3960[_0x367ca0(0x2e1)](),_0x27c3af['OPzvr'])&&(global['__accessibilityOptions'][_0x27c3af['YdIiU']]=_0x1f3960[_0x367ca0(0x2a4)]());}}}}async[a80_0x517585(0x2c8)](_0x490ae4){const _0x475c1e=a80_0x517585,_0x1f21d0={};_0x1f21d0[_0x475c1e(0x2d1)]=function(_0x4350a1,_0x2dcdbf){return _0x4350a1!==_0x2dcdbf;},_0x1f21d0[_0x475c1e(0x22e)]='cucumber',_0x1f21d0[_0x475c1e(0x2a5)]=function(_0x569b54,_0x5e8f48){return _0x569b54!==_0x5e8f48;},_0x1f21d0[_0x475c1e(0x264)]=_0x475c1e(0x275),_0x1f21d0[_0x475c1e(0x215)]=_0x475c1e(0x1be),_0x1f21d0[_0x475c1e(0x224)]=_0x475c1e(0x291);const _0x547b49=_0x1f21d0;if(_0x547b49[_0x475c1e(0x2d1)](_0x490ae4[_0x475c1e(0x320)],_0x547b49[_0x475c1e(0x22e)])&&_0x547b49[_0x475c1e(0x2a5)](_0x490ae4[_0x475c1e(0x320)],_0x547b49[_0x475c1e(0x264)])){logger[_0x475c1e(0x22d)](_0x547b49[_0x475c1e(0x215)]);return;}const _0x3a5e54=_0x490ae4[_0x475c1e(0x25c)]?.[_0x475c1e(0x21b)]||_0x490ae4['testInfo']?.['id']||global[_0x475c1e(0x1b2)];logger[_0x475c1e(0x1d2)](_0x475c1e(0x1d6)+_0x490ae4['testFramework']+',\x20testIdentifier='+_0x3a5e54);try{const _0x3432f5=_0x490ae4[_0x475c1e(0x209)]||AutomationFramework['getTrackedInstance'](),_0x135d79=CLIUtils['getCurrentInstanceName'](),_0x4a1c09=this['getCurrentAccessibilityStatus']();logger[_0x475c1e(0x22d)]('[platform\x20-\x20'+(_0x3432f5?.[_0x475c1e(0x1b5)]?.()||_0x547b49['ByCOe'])+_0x475c1e(0x259)+_0x4a1c09),_0x4a1c09&&await this[_0x475c1e(0x261)](_0x3432f5,_0x490ae4),this[_0x475c1e(0x2a3)]['delete'](_0x135d79),this[_0x475c1e(0x29f)][_0x475c1e(0x31e)](_0x135d79);}catch(_0x4c3d78){logger[_0x475c1e(0x289)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x4c3d78['stack']||_0x4c3d78[_0x475c1e(0x230)]));}}async[a80_0x517585(0x261)](_0x5ef39b,_0x366a82){const _0x1301a2=a80_0x517585,_0x509e1d={};_0x509e1d[_0x1301a2(0x189)]=function(_0x1c9748,_0x762176){return _0x1c9748===_0x762176;},_0x509e1d[_0x1301a2(0x2ab)]=_0x1301a2(0x1a7),_0x509e1d[_0x1301a2(0x324)]=function(_0x2922be,_0x16b7bb){return _0x2922be===_0x16b7bb;},_0x509e1d[_0x1301a2(0x228)]=_0x1301a2(0x275),_0x509e1d[_0x1301a2(0x18d)]='cucumber',_0x509e1d['BESOc']=function(_0x1c385e,_0x3bc3fd){return _0x1c385e===_0x3bc3fd;},_0x509e1d[_0x1301a2(0x1ee)]=_0x1301a2(0x2cb),_0x509e1d[_0x1301a2(0x31c)]=_0x1301a2(0x2a3),_0x509e1d['YuAiW']=_0x1301a2(0x2e3),_0x509e1d[_0x1301a2(0x1f7)]='unknown',_0x509e1d['UDEgQ']=_0x1301a2(0x1ec),_0x509e1d[_0x1301a2(0x296)]=_0x1301a2(0x2b0),_0x509e1d['nPWeX']=function(_0x57ab70,_0x2141d0){return _0x57ab70||_0x2141d0;},_0x509e1d['wZelP']=function(_0x2153dd,_0xa5460c){return _0x2153dd||_0xa5460c;},_0x509e1d[_0x1301a2(0x22b)]=function(_0x29e7cb,_0x1aecf4){return _0x29e7cb||_0x1aecf4;},_0x509e1d[_0x1301a2(0x292)]=_0x1301a2(0x1a5),_0x509e1d[_0x1301a2(0x266)]=_0x1301a2(0x2cd);const _0x134ba2=_0x509e1d;try{const _0x47741d=_0x366a82['testFramework']||(_0x134ba2[_0x1301a2(0x324)](this[_0x1301a2(0x229)]?.[_0x1301a2(0x2a6)]?.['toLowerCase'](),_0x134ba2[_0x1301a2(0x228)])?_0x134ba2[_0x1301a2(0x228)]:_0x134ba2['KIGjy']);let _0x2b214d='',_0x3cf06a=null,_0x455926=null;if(_0x134ba2[_0x1301a2(0x2dd)](_0x47741d,_0x134ba2[_0x1301a2(0x228)])){_0x3cf06a=_0x366a82[_0x1301a2(0x25c)]?.['testAnalyticsId']||_0x366a82[_0x1301a2(0x25c)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x3cf06a){logger[_0x1301a2(0x235)](_0x134ba2[_0x1301a2(0x1ee)]);return;}try{const _0x587091=await GrpcClient['getInstance']()[_0x1301a2(0x30d)](process[_0x1301a2(0x1d9)][_0x1301a2(0x199)],_0x134ba2[_0x1301a2(0x31c)],_0x134ba2['YuAiW'],_0x3cf06a),_0x90f23d=AccessibilityModule['loadDriverExecuteParams'](null,_0x587091);_0x2b214d=_0x90f23d?.[_0x1301a2(0x251)]||'',logger[_0x1301a2(0x22d)](_0x1301a2(0x1f9)+_0x2b214d+_0x1301a2(0x2a8)+_0x3cf06a),_0x455926=_0x587091;}catch(_0x9d939c){logger[_0x1301a2(0x289)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x9d939c[_0x1301a2(0x230)]);return;}}else{const _0x98f0b2=this[_0x1301a2(0x1f5)](_0x366a82);_0x2b214d=TestInfo[_0x1301a2(0x1a2)](_0x98f0b2);}const _0x4ecbef=((()=>{const _0x4e2876=_0x1301a2,_0x5d4b0e=(this[_0x4e2876(0x27a)]?.['options']?.[_0x4e2876(0x2d2)]||[])[_0x4e2876(0x2c1)](_0x256a8a=>(typeof _0x256a8a[_0x4e2876(0x2e1)]===_0x4e2876(0x1a7)?_0x256a8a['getName']():_0x256a8a[_0x4e2876(0x2a6)])===this['KEY_TESTHUB_BUILD_ID']);return _0x5d4b0e?_0x134ba2[_0x4e2876(0x189)](typeof _0x5d4b0e[_0x4e2876(0x2a4)],_0x134ba2[_0x4e2876(0x2ab)])?_0x5d4b0e[_0x4e2876(0x2a4)]():_0x5d4b0e['value']:'';})()),_0x4c6d93=process['env'][_0x1301a2(0x192)]||'';logger[_0x1301a2(0x22d)](_0x1301a2(0x1b3)+(_0x5ef39b?.[_0x1301a2(0x1b5)]?.()||_0x134ba2['SFftF'])+_0x1301a2(0x2f9)+_0x2b214d+_0x1301a2(0x311)+_0x4ecbef+'\x20a11yToken='+(_0x4c6d93?_0x134ba2[_0x1301a2(0x24a)]:_0x134ba2['kgzdv']));let _0x4ec3dd;if(_0x134ba2[_0x1301a2(0x324)](_0x47741d,_0x134ba2[_0x1301a2(0x228)]))_0x4ec3dd=AccessibilityModule[_0x1301a2(0x22c)](_0x2b214d,_0x455926);else{const _0x2b9994=await GrpcClient[_0x1301a2(0x2d8)]()[_0x1301a2(0x30d)](process[_0x1301a2(0x1d9)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x134ba2[_0x1301a2(0x31c)],_0x134ba2['YuAiW']);_0x4ec3dd=AccessibilityModule[_0x1301a2(0x22c)](_0x2b214d,_0x2b9994);}logger[_0x1301a2(0x22d)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x1301a2(0x268)](_0x4ec3dd));const _0x44d76c=Object[_0x1301a2(0x1a1)]({},{'thTestRunUuid':_0x134ba2['nPWeX'](_0x2b214d,''),'thBuildUuid':_0x134ba2['wZelP'](_0x4ecbef,''),'thJwtToken':_0x134ba2[_0x1301a2(0x22b)](_0x4c6d93,'')},_0x4ec3dd);logger['debug'](_0x1301a2(0x1e4)+_0x2b214d+_0x1301a2(0x2a7)+this[_0x1301a2(0x283)]);let _0x336b71=global[_0x1301a2(0x243)]?.[_0x1301a2(0x196)]||null;!_0x336b71&&(_0x336b71=AutomationFramework[_0x1301a2(0x190)](_0x5ef39b,_0x134ba2['bTgMc'],null)),!_0x336b71&&(_0x336b71=AutomationFramework[_0x1301a2(0x190)](_0x5ef39b,_0x134ba2['GmHML'],null)),await this[_0x1301a2(0x1ef)](this[_0x1301a2(0x20c)](),_0x2b214d,_0x336b71,_0x44d76c,this[_0x1301a2(0x283)]);}catch(_0x173067){logger[_0x1301a2(0x289)](_0x1301a2(0x2cc)+(_0x173067[_0x1301a2(0x25e)]||_0x173067[_0x1301a2(0x230)]));}}async['finishScanningForCli'](_0xc29fa1,_0xf060c5,_0x1200ff,_0x463e33,_0x54b7e4){const _0xea902a=a80_0x517585,_0x572c04={};_0x572c04['rTMsu']=_0xea902a(0x2e3),_0x572c04[_0xea902a(0x2be)]=function(_0xb82ec0,_0x28410b){return _0xb82ec0&&_0x28410b;},_0x572c04[_0xea902a(0x194)]=_0xea902a(0x184),_0x572c04['cJzWC']=function(_0x54dab7,_0x31ccc3){return _0x54dab7===_0x31ccc3;},_0x572c04[_0xea902a(0x2d6)]=_0xea902a(0x2b0),_0x572c04[_0xea902a(0x16d)]=function(_0x515521,_0x5eb1e1){return _0x515521===_0x5eb1e1;},_0x572c04[_0xea902a(0x1df)]=_0xea902a(0x17f),_0x572c04[_0xea902a(0x1c0)]=_0xea902a(0x212),_0x572c04[_0xea902a(0x30b)]='afterTestHook',_0x572c04['qRPlv']='scan',_0x572c04['uCtCU']=function(_0x5b8c88,_0x5908e6){return _0x5b8c88&&_0x5908e6;},_0x572c04['qyyrf']=_0xea902a(0x25a),_0x572c04[_0xea902a(0x2c0)]=_0xea902a(0x201),_0x572c04[_0xea902a(0x240)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x302e6d=_0x572c04;try{const _0x3a894b=this[_0xea902a(0x177)](_0x302e6d[_0xea902a(0x2ff)]);if(_0x302e6d[_0xea902a(0x2be)](!_0x54b7e4,!_0x3a894b)){logger[_0xea902a(0x22d)](_0x302e6d['WKAxV']);return;}if(!_0xf060c5||_0x302e6d[_0xea902a(0x253)](_0xf060c5,_0x302e6d[_0xea902a(0x2d6)])||_0x302e6d[_0xea902a(0x16d)](_0xf060c5,'')){logger[_0xea902a(0x22d)](_0x302e6d[_0xea902a(0x1df)]);return;}logger[_0xea902a(0x22d)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x463e33)),_0xc29fa1&&(logger['debug'](_0x302e6d[_0xea902a(0x1c0)]),await this['performScanForCli'](_0x1200ff,_0xf060c5,_0x302e6d[_0xea902a(0x30b)],_0x463e33,_0x54b7e4,_0x302e6d[_0xea902a(0x1b8)]),_0x302e6d[_0xea902a(0x16e)](!_0x54b7e4,_0x3a894b)&&(logger['debug'](_0x302e6d['qyyrf']),await PerformanceTester['measureWrapper'](_0x302e6d[_0xea902a(0x2c0)],async()=>{const _0x4a9abf=_0xea902a;await this['performScanForCli'](_0x1200ff,_0xf060c5,_0x302e6d[_0x4a9abf(0x2ff)],_0x463e33,_0x54b7e4,_0x302e6d['rTMsu']);})()),logger[_0xea902a(0x1d2)](_0x302e6d[_0xea902a(0x240)]));}catch(_0x2f612b){logger[_0xea902a(0x289)](_0xea902a(0x2dc)+(_0x2f612b[_0xea902a(0x25e)]||_0x2f612b['message']));}}async[a80_0x517585(0x2a1)](_0x5c3103){const _0x37d2f2=a80_0x517585,_0x132116={};_0x132116['lDZvZ']=function(_0x24a462,_0x55c7e7){return _0x24a462!==_0x55c7e7;},_0x132116[_0x37d2f2(0x1da)]=_0x37d2f2(0x30e),_0x132116[_0x37d2f2(0x2f5)]=_0x37d2f2(0x275),_0x132116[_0x37d2f2(0x26c)]=_0x37d2f2(0x241),_0x132116['OYaYz']='unknown',_0x132116['gzJEu']=_0x37d2f2(0x279),_0x132116['njIbU']=function(_0x8dbdca,_0x1d139e){return _0x8dbdca===_0x1d139e;},_0x132116[_0x37d2f2(0x172)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x132116[_0x37d2f2(0x1a4)]='accessibility',_0x132116[_0x37d2f2(0x23a)]=_0x37d2f2(0x312),_0x132116[_0x37d2f2(0x217)]='test_run_id',_0x132116[_0x37d2f2(0x244)]='testhub_build_uuid',_0x132116[_0x37d2f2(0x20b)]=function(_0x5e517e,_0x5c8daa){return _0x5e517e===_0x5c8daa;},_0x132116[_0x37d2f2(0x1d8)]=_0x37d2f2(0x21d),_0x132116['NaVDu']=_0x37d2f2(0x2b0);const _0x5dad4c=_0x132116;if(_0x5dad4c[_0x37d2f2(0x19c)](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c[_0x37d2f2(0x1da)])&&_0x5dad4c[_0x37d2f2(0x19c)](_0x5c3103['testFramework'],_0x5dad4c['DukAc'])){logger['debug'](_0x5dad4c[_0x37d2f2(0x26c)]);return;}logger[_0x37d2f2(0x22d)](_0x37d2f2(0x17d)+(_0x5c3103[_0x37d2f2(0x2b2)]||_0x5dad4c[_0x37d2f2(0x1ac)])+',\x20framework='+_0x5c3103[_0x37d2f2(0x320)]);try{const _0x18b3a9=_0x5c3103[_0x37d2f2(0x209)]||AutomationFramework[_0x37d2f2(0x2d0)](),_0x4d1387=TestFramework['getTrackedInstance'](),_0x2c0d69=_0x5c3103['commandName']||_0x5c3103['command']?.[_0x37d2f2(0x2e1)]();if(!_0x2c0d69){logger[_0x37d2f2(0x22d)](_0x5dad4c['gzJEu']);return;}if(!this[_0x37d2f2(0x20c)]()){logger[_0x37d2f2(0x22d)](_0x37d2f2(0x1c2)+_0x2c0d69);return;}if(!this['shouldScanForCommand'](_0x2c0d69)){logger[_0x37d2f2(0x22d)]('onBeforeExecute:\x20Command\x20'+_0x2c0d69+_0x37d2f2(0x1aa));return;}const _0xc32229=_0x5c3103['page']||global[_0x37d2f2(0x243)]?.[_0x37d2f2(0x196)];if(!_0xc32229){logger[_0x37d2f2(0x22d)](_0x37d2f2(0x18b)+_0x2c0d69);return;}let _0x11a347='',_0xf3cc62=null;if(_0x5dad4c['njIbU'](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c[_0x37d2f2(0x2f5)])){_0xf3cc62=_0x5c3103[_0x37d2f2(0x25c)]?.['testAnalyticsId']||_0x5c3103[_0x37d2f2(0x25c)]?.['id']||global[_0x37d2f2(0x1b2)];if(!_0xf3cc62){logger[_0x37d2f2(0x235)](_0x5dad4c['ffOoX']);return;}try{const _0x560c5d=await GrpcClient[_0x37d2f2(0x2d8)]()[_0x37d2f2(0x30d)](process[_0x37d2f2(0x1d9)][_0x37d2f2(0x199)],_0x5dad4c['mwNso'],_0x5dad4c['CStEs'],_0xf3cc62),_0x5abc40=AccessibilityModule[_0x37d2f2(0x22c)](null,_0x560c5d);_0x11a347=_0x5abc40?.[_0x37d2f2(0x251)]||'',logger[_0x37d2f2(0x22d)](_0x37d2f2(0x220)+_0x11a347+_0x37d2f2(0x2a8)+_0xf3cc62);}catch(_0x42a79e){logger[_0x37d2f2(0x289)](_0x37d2f2(0x310)+_0x42a79e[_0x37d2f2(0x230)]);return;}}else _0x11a347=this[_0x37d2f2(0x239)](_0x5dad4c[_0x37d2f2(0x217)])||'';const _0x4f2b86=this[_0x37d2f2(0x239)](_0x5dad4c[_0x37d2f2(0x244)])||this[_0x37d2f2(0x27a)][this[_0x37d2f2(0x1ae)]]||null,_0x3eab1f=process[_0x37d2f2(0x1d9)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x3bb520=this[_0x37d2f2(0x174)](_0x2c0d69,_0x11a347,_0x4f2b86,_0x3eab1f),_0x42c2a3=_0x5dad4c[_0x37d2f2(0x20b)](_0x5c3103[_0x37d2f2(0x320)],_0x5dad4c['DukAc'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x5dad4c[_0x37d2f2(0x1d8)],_0x11a347,_0xf3cc62):await AccessibilityModule[_0x37d2f2(0x1dc)](_0x5dad4c[_0x37d2f2(0x1d8)],_0x11a347);logger['info'](_0x37d2f2(0x245)+(_0x3bb520?JSON[_0x37d2f2(0x268)](_0x3bb520):_0x5dad4c[_0x37d2f2(0x298)]));const _0x3ed704=CLIUtils[_0x37d2f2(0x2ae)](_0x3bb520,_0x42c2a3);logger['info'](_0x37d2f2(0x299)+(_0x3ed704?JSON[_0x37d2f2(0x268)](_0x3ed704):_0x5dad4c['NaVDu'])),logger[_0x37d2f2(0x22d)](_0x37d2f2(0x26d)+_0x2c0d69);const _0x118ed9=await this[_0x37d2f2(0x274)](_0xc32229,_0x11a347,_0x2c0d69,_0x3ed704,this[_0x37d2f2(0x283)]);logger['debug'](_0x37d2f2(0x263)+_0x2c0d69+',\x20\x0a\x20'+_0x118ed9);}catch(_0x342f8f){logger[_0x37d2f2(0x289)]('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x342f8f[_0x37d2f2(0x25e)]||_0x342f8f['message']));}}[a80_0x517585(0x2d9)](){const _0x5f1360=a80_0x517585;return this[_0x5f1360(0x20c)]();}[a80_0x517585(0x29b)](_0x11f6b4){const _0x549fdb=a80_0x517585,_0x534f8b=CLIUtils[_0x549fdb(0x1fc)]();this['accessibility']['set'](_0x534f8b,_0x11f6b4);}async['initAccessibilityConfig'](_0x3378a5){const _0x5239fe=a80_0x517585,_0x1d775f={};_0x1d775f[_0x5239fe(0x2ba)]=_0x5239fe(0x291);const _0x3ab38f=_0x1d775f;try{const _0x5ef5b6=_0x3378a5[_0x5239fe(0x209)]||AutomationFramework[_0x5239fe(0x2d0)](),_0x2e90a0=_0x5ef5b6?.[_0x5239fe(0x282)]?.()?.[_0x5239fe(0x1ff)]?.(this[_0x5239fe(0x2d5)])||![];if(_0x2e90a0)return;PerformanceTester[_0x5239fe(0x2e2)](EVENTS[_0x5239fe(0x232)]);const _0x1846b6=await GrpcClient[_0x5239fe(0x2d8)]()[_0x5239fe(0x1bd)](_0x3378a5);_0x1846b6&&_0x1846b6[_0x5239fe(0x17e)]&&_0x1846b6[_0x5239fe(0x17e)]()&&_0x1846b6['getAccessibility']()[_0x5239fe(0x233)]()?(await this[_0x5239fe(0x186)](_0x1846b6,_0x3378a5),_0x5ef5b6?.[_0x5239fe(0x282)]&&_0x5ef5b6[_0x5239fe(0x282)]()[_0x5239fe(0x2c3)](this[_0x5239fe(0x2d5)],!![]),logger['debug'](_0x5239fe(0x1b3)+(_0x5ef5b6?.['getPlatformIndex']?.()||_0x3ab38f[_0x5239fe(0x2ba)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x5239fe(0x22d)]('[platform\x20-\x20'+(_0x5ef5b6?.['getPlatformIndex']?.()||_0x3ab38f[_0x5239fe(0x2ba)])+_0x5239fe(0x1d0)),PerformanceTester['end'](EVENTS[_0x5239fe(0x232)]);}catch(_0x35483a){PerformanceTester[_0x5239fe(0x284)](EVENTS[_0x5239fe(0x232)],![],_0x35483a['message']),logger[_0x5239fe(0x289)](_0x5239fe(0x2f7)+(_0x35483a['stack']||_0x35483a[_0x5239fe(0x230)]));}}async['loadAccessibilityConfig'](_0x29fc80,_0x366070){const _0x29d09b=a80_0x517585;await this['setAccessibilityConfig'](_0x29fc80,_0x366070);const _0x56fb90=_0x29fc80['getAccessibility']()['getOptions']();if(_0x56fb90){const _0x454368=_0x29fc80[_0x29d09b(0x24b)]&&_0x29fc80['getTesthub']();_0x454368&&(this['accessibilityConfig'][this[_0x29d09b(0x1ae)]]=_0x454368[_0x29d09b(0x319)]&&_0x454368[_0x29d09b(0x319)]());}}['shouldScanForCommand'](_0x2fbc88){const _0x4952cd=a80_0x517585,_0x570b2e={};_0x570b2e[_0x4952cd(0x1c5)]=function(_0x41783f,_0x88bc8c){return _0x41783f===_0x88bc8c;};const _0x58a9e3=_0x570b2e;try{if(!_0x2fbc88)return![];const _0xea4483=this['accessibilityConfig']?.[_0x4952cd(0x2ad)]?.['commandsToWrap']?.[_0x4952cd(0x2d3)]||[],_0x533e3a=_0xea4483[_0x4952cd(0x210)](_0x257366=>{const _0x446e5b=_0x4952cd;return _0x257366[_0x446e5b(0x2a6)]&&_0x58a9e3[_0x446e5b(0x1c5)](_0x257366['name'][_0x446e5b(0x2e4)](),_0x2fbc88[_0x446e5b(0x2e4)]());});return logger[_0x4952cd(0x22d)](_0x4952cd(0x255)+_0x2fbc88+'\x20->\x20'+_0x533e3a+_0x4952cd(0x250)+JSON[_0x4952cd(0x268)](_0xea4483[_0x4952cd(0x27e)](_0x2d5b40=>_0x2d5b40[_0x4952cd(0x2a6)]))),_0x533e3a;}catch(_0x3e35c7){return logger[_0x4952cd(0x22d)](_0x4952cd(0x29d)+_0x3e35c7[_0x4952cd(0x230)]),![];}}['isBrowserstackScriptCommand'](_0x1eaa70){const _0x205368=a80_0x517585,_0x53c88f={};_0x53c88f[_0x205368(0x302)]=function(_0x376773,_0x388803){return _0x376773===_0x388803;},_0x53c88f[_0x205368(0x2fb)]=_0x205368(0x23c),_0x53c88f['jWQuH']=_0x205368(0x185);const _0x44d399=_0x53c88f,_0x46d2dd=_0x1eaa70[_0x205368(0x226)]&&_0x1eaa70[_0x205368(0x226)]();return _0x46d2dd&&_0x44d399[_0x205368(0x302)](typeof _0x46d2dd,_0x44d399['tebCs'])&&_0x46d2dd['includes'](_0x44d399['jWQuH']);}[a80_0x517585(0x2bb)](_0x202361){const _0x1c4e6f=a80_0x517585,_0x549a5b={};_0x549a5b[_0x1c4e6f(0x180)]=function(_0x38b660,_0x185b61){return _0x38b660!==_0x185b61;},_0x549a5b['fNCmv']='string',_0x549a5b[_0x1c4e6f(0x30f)]='accessibility',_0x549a5b['cdfhT']='performScan',_0x549a5b[_0x1c4e6f(0x2f8)]=_0x1c4e6f(0x2c9),_0x549a5b['qrGWK']=_0x1c4e6f(0x31a);const _0x5b87ca=_0x549a5b,_0x460eb5=_0x202361[_0x1c4e6f(0x226)]&&_0x202361[_0x1c4e6f(0x226)]();if(!_0x460eb5||_0x5b87ca[_0x1c4e6f(0x180)](typeof _0x460eb5,_0x5b87ca[_0x1c4e6f(0x29a)]))return![];return _0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x30f)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x1ce)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca[_0x1c4e6f(0x2f8)])||_0x460eb5[_0x1c4e6f(0x246)](_0x5b87ca['qrGWK']);}[a80_0x517585(0x174)](_0x24fdba,_0x2d21bd,_0x3191f6,_0x21832f){const _0x5e5184=a80_0x517585,_0x435c1f={};_0x435c1f[_0x5e5184(0x1a6)]=function(_0x500214,_0x430bf4){return _0x500214||_0x430bf4;},_0x435c1f[_0x5e5184(0x28f)]=function(_0x5c72a5,_0x5b597c){return _0x5c72a5||_0x5b597c;};const _0x1c0445=_0x435c1f;return{'command':_0x24fdba,'thTestRunUuid':_0x1c0445[_0x5e5184(0x1a6)](_0x2d21bd,''),'thBuildUuid':_0x1c0445[_0x5e5184(0x1a6)](_0x3191f6,''),'thJwtToken':_0x1c0445['dNiQY'](_0x21832f,''),'timestamp':new Date()['toISOString']()};}['getScriptByName'](_0xa5ffeb){const _0x4d579d=a80_0x517585,_0x39b0aa={};_0x39b0aa['yTsJE']=function(_0x13ce70,_0x535876){return _0x13ce70||_0x535876;};const _0x1f11f3=_0x39b0aa;try{const _0x2319be=this[_0x4d579d(0x27a)]?.['options']?.['scriptsList']||[],_0x9a0dd6=_0x2319be['find'](_0x2a82a3=>_0x2a82a3[_0x4d579d(0x2a6)]===_0xa5ffeb);return _0x1f11f3[_0x4d579d(0x227)](_0x9a0dd6,null);}catch(_0x231561){return logger[_0x4d579d(0x22d)](_0x4d579d(0x24c)+_0xa5ffeb+':\x20'+_0x231561[_0x4d579d(0x230)]),null;}}async[a80_0x517585(0x256)](_0x71d660,_0x380eb7,_0x5c30fa=null){const _0x500142=a80_0x517585,_0x1520f6={'ztIVi':function(_0x346d5e,_0x7baa39){return _0x346d5e(_0x7baa39);},'oJAdx':_0x500142(0x2ef)};try{if(!_0x71d660)return logger[_0x500142(0x22d)](_0x500142(0x307)+_0x380eb7),null;const _0x38cd5c=this[_0x500142(0x177)](_0x380eb7);if(!_0x38cd5c||!_0x38cd5c[_0x500142(0x265)])return logger[_0x500142(0x22d)]('executeScriptByName:\x20No\x20'+_0x380eb7+_0x500142(0x1b0)),null;logger[_0x500142(0x22d)](_0x500142(0x1e1)+_0x380eb7+_0x500142(0x277));const _0x2a799d=_0x1520f6['ztIVi'](require,_0x1520f6[_0x500142(0x260)]),_0x3ee2ba=_0x5c30fa?await _0x2a799d['browserStackEvaluate'](_0x71d660,_0x38cd5c['command'],_0x5c30fa):await _0x2a799d[_0x500142(0x188)](_0x71d660,_0x38cd5c[_0x500142(0x265)]);return _0x3ee2ba;}catch(_0x2ef831){return logger[_0x500142(0x289)](_0x500142(0x1ca)+_0x380eb7+':\x20'+(_0x2ef831[_0x500142(0x25e)]||_0x2ef831[_0x500142(0x230)])),null;}}async[a80_0x517585(0x274)](_0x115a2f,_0x1a4a24,_0x1a6198,_0x185d20,_0x2303d2,_0x40ab82=a80_0x517585(0x21d)){const _0x5f7330=a80_0x517585,_0x286c11={'pRbsC':function(_0x2073ff,_0x1bc639){return _0x2073ff===_0x1bc639;},'uapPc':_0x5f7330(0x21d),'nJeDk':function(_0x1a2523,_0x11cd41){return _0x1a2523(_0x11cd41);},'dfqye':_0x5f7330(0x2ef),'HZGjz':function(_0x36ac55,_0x3b7372){return _0x36ac55(_0x3b7372);}};try{logger['debug'](_0x5f7330(0x313)+_0x1a6198+_0x5f7330(0x31f)+_0x40ab82);const _0x3233d2=this[_0x5f7330(0x177)](_0x40ab82);if(!_0x3233d2||!_0x3233d2['command']){logger[_0x5f7330(0x22d)](_0x5f7330(0x326)+_0x40ab82+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x286c11[_0x5f7330(0x328)](_0x40ab82,_0x286c11['uapPc'])){const _0x5a5d86=_0x286c11['nJeDk'](require,_0x286c11[_0x5f7330(0x1b4)]),_0x5afad8={};_0x5afad8[_0x5f7330(0x265)]=_0x1a6198;const _0x30cbf9=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5f7330(0x2a0)],async()=>{const _0x2c1aef=_0x5f7330;await _0x5a5d86[_0x2c1aef(0x188)](_0x115a2f,_0x3233d2[_0x2c1aef(0x265)]);},_0x5afad8)();return logger['info']('Page\x20'+_0x40ab82+_0x5f7330(0x171)+_0x1a6198+':\x20'+util[_0x5f7330(0x1cb)](_0x30cbf9)),_0x30cbf9;}const _0x3ab876=_0x286c11[_0x5f7330(0x30c)](require,_0x286c11['dfqye']),_0x11b6ca=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x41aa7d=_0x5f7330;await _0x3ab876['browserStackEvaluate'](_0x115a2f,_0x3233d2[_0x41aa7d(0x265)],_0x185d20);})();return logger['info']('Page\x20'+_0x40ab82+'\x20result\x20for\x20'+_0x1a6198+':\x20'+util['format'](_0x11b6ca)),_0x11b6ca;}catch(_0x39e2c0){logger[_0x5f7330(0x289)](_0x5f7330(0x2ee)+_0x40ab82+':\x20'+(_0x39e2c0[_0x5f7330(0x25e)]||_0x39e2c0[_0x5f7330(0x230)]));}}async[a80_0x517585(0x1f0)](_0x1116e6){const _0x2f0e88=a80_0x517585,_0x4df84e={'QjSUX':function(_0x3ae0de,_0x5b6be2){return _0x3ae0de(_0x5b6be2);},'qSGgI':_0x2f0e88(0x1b6)};try{const _0x3219c3=_0x4df84e['QjSUX'](require,_0x4df84e['qSGgI']);return await _0x3219c3[_0x2f0e88(0x1bb)](_0x1116e6);}catch(_0x7707db){return logger[_0x2f0e88(0x289)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x7707db[_0x2f0e88(0x25e)]||_0x7707db[_0x2f0e88(0x230)])),![];}}[a80_0x517585(0x1ad)](_0x5a4705,_0x2c759c,_0xbce603){const _0x558913=a80_0x517585,_0x20f436={'GZCaC':function(_0x48f5f7,_0x2003bc){return _0x48f5f7(_0x2003bc);},'Vpwvr':'../../playwright/accessibility-helper','TViEp':_0x558913(0x315),'UgTjq':_0x558913(0x28d)};try{const _0x37facb=_0x20f436['GZCaC'](require,_0x20f436[_0x558913(0x28b)]);_0x37facb[_0x558913(0x1ad)](_0x5a4705,_0x2c759c,_0xbce603);const _0x3f8702=JSON[_0x558913(0x268)](_0x5a4705)[_0x558913(0x2fa)](/"browserstack\.user":"[^"]*"/g,_0x20f436[_0x558913(0x1d1)])[_0x558913(0x2fa)](/"browserstack\.key":"[^"]*"/g,_0x20f436[_0x558913(0x295)]);logger[_0x558913(0x22d)](_0x558913(0x24f)+global[_0x558913(0x1cc)]+'\x20'+_0x3f8702);}catch(_0x46327e){logger[_0x558913(0x289)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x46327e[_0x558913(0x25e)]||_0x46327e[_0x558913(0x230)]));}}async['getAccessibilityResults'](_0x20a815){const _0x44d95f=a80_0x517585,_0x2b8f57={};_0x2b8f57[_0x44d95f(0x242)]=_0x44d95f(0x321),_0x2b8f57[_0x44d95f(0x1c4)]=_0x44d95f(0x2c9);const _0x27ef4a=_0x2b8f57;try{if(!this[_0x44d95f(0x20c)]())return logger['warn'](_0x27ef4a[_0x44d95f(0x242)]),[];const _0x3d858e=await this[_0x44d95f(0x256)](_0x20a815,_0x27ef4a[_0x44d95f(0x1c4)]);return _0x3d858e||[];}catch(_0x4d842e){return logger[_0x44d95f(0x289)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x4d842e[_0x44d95f(0x25e)]||_0x4d842e[_0x44d95f(0x230)])),[];}}async[a80_0x517585(0x222)](_0x4bb1ca){const _0x2b9875=a80_0x517585,_0x34f6d6={'tUOSw':_0x2b9875(0x21d),'kjGYQ':'getResultsSummary','zZZOR':_0x2b9875(0x267),'wXTjJ':function(_0x5c4080,_0x529058){return _0x5c4080(_0x529058);},'zsgcr':_0x2b9875(0x203),'luEmA':function(_0x5a8c45,_0x20b694){return _0x5a8c45===_0x20b694;},'HBMry':_0x2b9875(0x275),'QsSbF':_0x2b9875(0x21e),'WcBZz':'accessibility','YaEXP':_0x2b9875(0x2d4),'rHoSy':_0x2b9875(0x222),'RllWv':_0x2b9875(0x198),'nPKZY':_0x2b9875(0x231),'GtykL':'No\x20summaryResults\x20found.'};try{if(!this[_0x2b9875(0x20c)]())return logger[_0x2b9875(0x235)](_0x34f6d6[_0x2b9875(0x208)]),{};const _0xb20354=_0x34f6d6['wXTjJ'](require,_0x34f6d6[_0x2b9875(0x25b)]),_0x2546fc=_0xb20354[_0x2b9875(0x19b)](),_0x1f43b0=_0x34f6d6['luEmA'](_0x2546fc?.['name']?.[_0x2b9875(0x2e4)](),_0x34f6d6[_0x2b9875(0x1c8)]);let _0x3de192='',_0x2c1115=null,_0x267dd8=null;if(_0x1f43b0){_0x2c1115=global[_0x2b9875(0x1b2)]||global[_0x2b9875(0x243)]?.[_0x2b9875(0x176)]?.[_0x2b9875(0x21b)]||global['__workerDetails']?.[_0x2b9875(0x176)]?.['id'];if(!_0x2c1115)return logger[_0x2b9875(0x235)](_0x34f6d6['QsSbF']),{};try{const _0x524516=await GrpcClient[_0x2b9875(0x2d8)]()[_0x2b9875(0x30d)](process['env'][_0x2b9875(0x199)],_0x34f6d6['WcBZz'],_0x34f6d6[_0x2b9875(0x1e0)],_0x2c1115),_0x4d0cc0=AccessibilityModule[_0x2b9875(0x22c)](null,_0x524516);_0x3de192=_0x4d0cc0?.[_0x2b9875(0x251)]||'',logger[_0x2b9875(0x22d)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x3de192+'\x20from\x20testIdentifier='+_0x2c1115);const _0xf2e37d=await AccessibilityModule[_0x2b9875(0x1dc)](_0x34f6d6[_0x2b9875(0x1e0)],_0x3de192,_0x2c1115),_0x573ba1=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x1a3)])||this['accessibilityConfig'][this[_0x2b9875(0x1ae)]]||null,_0xa120fa=process[_0x2b9875(0x1d9)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x1682e3=this[_0x2b9875(0x174)](_0x34f6d6[_0x2b9875(0x2b6)],_0x3de192,_0x573ba1,_0xa120fa);_0x267dd8=_0xb20354['mergeObject'](_0x1682e3,_0xf2e37d),logger[_0x2b9875(0x22d)](_0x2b9875(0x23e)+JSON['stringify'](_0x267dd8));}catch(_0x2901ee){return logger[_0x2b9875(0x289)](_0x2b9875(0x2e5)+_0x2901ee[_0x2b9875(0x230)]),{};}}else{_0x3de192=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x2de)])||'';const _0x4a9628=this[_0x2b9875(0x239)](_0x34f6d6[_0x2b9875(0x1a3)])||this[_0x2b9875(0x27a)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5f553a=process[_0x2b9875(0x1d9)][_0x2b9875(0x192)]||'';_0x267dd8=this[_0x2b9875(0x174)](_0x34f6d6[_0x2b9875(0x2b6)],_0x3de192,_0x4a9628,_0x5f553a);}logger[_0x2b9875(0x22d)](_0x34f6d6['nPKZY']),await PerformanceTester[_0x2b9875(0x28e)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4e7cb2=_0x2b9875,_0x5cc23c=await this[_0x4e7cb2(0x256)](_0x4bb1ca,_0x34f6d6['tUOSw'],_0x267dd8);logger[_0x4e7cb2(0x22d)](_0x4e7cb2(0x2ac)+util[_0x4e7cb2(0x1cb)](_0x5cc23c));},{'command':_0x34f6d6[_0x2b9875(0x2b6)]})();const _0x825000=await PerformanceTester[_0x2b9875(0x28e)](PerformanceA11yEvents[_0x2b9875(0x252)],async()=>{const _0x5165cd=_0x2b9875;return await this[_0x5165cd(0x256)](_0x4bb1ca,_0x34f6d6['kjGYQ'],_0x267dd8);})();if(!_0x825000)return logger[_0x2b9875(0x22d)](_0x34f6d6[_0x2b9875(0x2af)]),{};return _0x825000;}catch(_0x22e321){return logger[_0x2b9875(0x289)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x22e321[_0x2b9875(0x25e)]||_0x22e321[_0x2b9875(0x230)])),{};}}async[a80_0x517585(0x269)](_0x202e2a,_0xcf667a,_0x55c3=null){const _0x519015=a80_0x517585,_0x1f08e3={};_0x1f08e3[_0x519015(0x249)]=_0x519015(0x2f3),_0x1f08e3[_0x519015(0x2b7)]=_0x519015(0x1eb),_0x1f08e3[_0x519015(0x305)]=_0x519015(0x234);const _0x5e83da=_0x1f08e3;try{if(!_0x202e2a)return logger['debug'](_0x5e83da['nfNvN']),null;if(!_0xcf667a)return logger[_0x519015(0x22d)](_0x5e83da['rvGuX']),null;logger[_0x519015(0x22d)](_0x5e83da[_0x519015(0x305)]);const _0x30fc61=_0x55c3?await _0x202e2a['evaluate'](_0xcf667a,_0x55c3):await _0x202e2a['evaluate'](_0xcf667a);return _0x30fc61;}catch(_0x36fa36){return logger[_0x519015(0x289)](_0x519015(0x1b9)+(_0x36fa36['stack']||_0x36fa36['message'])),null;}}static['loadDriverExecuteParams'](_0xfb6ee6,_0xb6b58c){const _0x416f36=a80_0x517585,_0x5133ba={};_0x5133ba['krWhF']=_0x416f36(0x1b1);const _0x3f5b6e=_0x5133ba,_0x1210a0={};_0x1210a0['thTestRunUuid']=_0xfb6ee6;const _0x4bf115=_0x1210a0;let _0x4b5859={};if(_0xb6b58c[_0x416f36(0x233)]()&&_0xb6b58c['hasAccessibilityExecuteParams']())try{_0x4b5859=JSON[_0x416f36(0x1f6)](new Buffer(_0xb6b58c[_0x416f36(0x24e)]())[_0x416f36(0x1dd)](_0x3f5b6e[_0x416f36(0x1bc)]));}catch(_0x3d75ca){logger[_0x416f36(0x289)](_0x416f36(0x2eb)+_0x3d75ca[_0x416f36(0x230)]),_0x4b5859={};}return CLIUtils[_0x416f36(0x2ae)](_0x4bf115,_0x4b5859);}static async['fetchCentralAuthA11yConfig'](_0x56cce6,_0x1fc21c='',_0x4343e4=null){const _0x3facb8=a80_0x517585,_0x34c526={};_0x34c526[_0x3facb8(0x1ed)]=_0x3facb8(0x25d),_0x34c526['JewYQ']='accessibility';const _0x95792b=_0x34c526;try{if(!_0x4343e4&&AccessibilityModule[_0x3facb8(0x322)])return AccessibilityModule[_0x3facb8(0x204)];if(!process['env'][_0x3facb8(0x199)])return logger[_0x3facb8(0x289)](_0x95792b[_0x3facb8(0x1ed)]),{};const _0x3ea076=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x3facb8(0x1d9)][_0x3facb8(0x199)],_0x95792b[_0x3facb8(0x1e7)],_0x56cce6,_0x4343e4),_0x28110d=_0x4343e4?AccessibilityModule[_0x3facb8(0x22c)](null,_0x3ea076)?.[_0x3facb8(0x251)]||_0x1fc21c:_0x1fc21c,_0x3fdcd7=AccessibilityModule['loadDriverExecuteParams'](_0x28110d,_0x3ea076);return!_0x4343e4&&(AccessibilityModule['_centralAuthA11yConfig']=_0x3fdcd7,AccessibilityModule[_0x3facb8(0x322)]=!![]),_0x3fdcd7;}catch(_0x27b583){return logger[_0x3facb8(0x289)](_0x3facb8(0x329)+_0x56cce6+':\x20'+(_0x27b583['stack']||_0x27b583[_0x3facb8(0x230)])),{};}}}function a80_0x5b88(_0x34b7ff,_0x8380e7){const _0x319d96=a80_0x319d();return a80_0x5b88=function(_0x5b88ee,_0x531592){_0x5b88ee=_0x5b88ee-0x16d;let _0x3d75de=_0x319d96[_0x5b88ee];return _0x3d75de;},a80_0x5b88(_0x34b7ff,_0x8380e7);};module[a80_0x517585(0x306)]=AccessibilityModule;
|
|
1
|
+
const a80_0x2fda79=a80_0x5ee8;function a80_0x5ee8(_0x3f1556,_0x3e0a06){const _0x1d55f1=a80_0x1d55();return a80_0x5ee8=function(_0x5ee806,_0x7a8c8d){_0x5ee806=_0x5ee806-0x114;let _0x12cef4=_0x1d55f1[_0x5ee806];return _0x12cef4;},a80_0x5ee8(_0x3f1556,_0x3e0a06);}(function(_0x5b912c,_0x28649e){const _0x326e33=a80_0x5ee8,_0x473ddd=_0x5b912c();while(!![]){try{const _0x325475=-parseInt(_0x326e33(0x257))/0x1*(-parseInt(_0x326e33(0x275))/0x2)+-parseInt(_0x326e33(0x1e8))/0x3+parseInt(_0x326e33(0x2cd))/0x4+-parseInt(_0x326e33(0x168))/0x5+-parseInt(_0x326e33(0x16c))/0x6+-parseInt(_0x326e33(0x2a6))/0x7+parseInt(_0x326e33(0x1d1))/0x8;if(_0x325475===_0x28649e)break;else _0x473ddd['push'](_0x473ddd['shift']());}catch(_0x34b5f9){_0x473ddd['push'](_0x473ddd['shift']());}}}(a80_0x1d55,0x4ae9f));const BaseModule=require('./baseModule'),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require('../cliUtils'),AutomationFramework=require('../framework/automationFramework'),TestFramework=require(a80_0x2fda79(0x284)),AutomationFrameworkState=require(a80_0x2fda79(0x115)),HookState=require(a80_0x2fda79(0x26e)),GrpcClient=require(a80_0x2fda79(0x28d)),scripts=require(a80_0x2fda79(0x19a)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a80_0x2fda79(0x200)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a80_0x2fda79(0x131)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a80_0x2fda79(0x25a)),util=require(a80_0x2fda79(0x293)),TestInfo=require(a80_0x2fda79(0x212)),TestFrameworkConstants=require(a80_0x2fda79(0x1e7));function a80_0x1d55(){const _0x1dbd94=['WdNmO','RZtLQ',',\x20isAppAccessibility=','228544uFanNt','shouldScanCurrentTest','cLlfa','../../../helpers/helper','getCapabilitiesList','\x20script\x20available','ASgcu','Ckpzh','some','onBeforeExecute','isArray','gjXkQ','accessibility','saveResults','onBeforeExecute:\x20Command\x20','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','../../utils/playwright-patcher','zaArn','performScanForCli:\x20No\x20','afterTestHook','present','FqIpn','unknown','../state/hookState','PRE','ObeUx','Ixbqx','bkeSN','browserVersion','KEY_TESTHUB_BUILD_ID','4lmslIP','IphBq','Error\x20in\x20shouldScanForCommand:\x20','LzVqB','vwIhX','dmkkd','kdlYZ','yRHZO','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','ZxUXu','zfZHH','beMAS','VfTvS','Performing\x20scan\x20before\x20from\x20cli','getSuccess','../framework/testFramework','OMRLX','\x20a11yToken=','BCZFK','DyoRe','14|13|12|15|10|9|6|5|1|7|0|3|2|4|8|11','AdKcj',',\x20testName=','RRlLD','../grpcClient','a11y:save-results','Error\x20in\x20performPageScan:\x20','setAccessibilityToken','\x20from\x20testIdentifier=','getCurrentInstanceName','util','UXGFN','testFrameworkData','isPlatformSupported','setShouldScan','isAccessibilityScriptCommand','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',']\x20isEnabledTestcase\x20(cucumber)\x20result=','qcGiA','TNEzq','eNhGG',',\x20\x0a\x20','setLogDisabledShown','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','KEY_DRIVER_HAS_URL','No\x20summaryResults\x20found.','scannerProcessingTimeout','Scan\x20result:\x20','100961LQoSDv','performPageScan:\x20Page\x20is\x20null','ItqRP','Hircx','xvZMo','launchCaps','performScanForCli','getScript','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','YxPqg','debug','getScriptByName','capabilities','vOoMz','Error\x20in\x20performScanForCli\x20for\x20script\x20','SAVE_RESULTS','QUIT','YCVIy','toJson','LsfqD','map','RKrwP','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','Performing\x20scan\x20before\x20getting\x20results\x20summary',',\x20excludeTags=','mtgJL','getContext','Error\x20in\x20validatePlatformForAccessibility:\x20','chrome','VkpzE','KSTlL','getData','getPlatformIndex','JaTWc',',\x20tags=','getInstance',',\x20includeTags=','executeScriptByName','goog:chromeOptions','427068ncTKiU','__workerDetails','parse','DRCmY','page','size','_centralAuthConfigFetched',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','USUgq','cFDTG','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','\x20accessibility\x20script\x20on\x20page','CREATE','aSFGN',',\x20available\x20commands:\x20','getResultsSummary','ALWDv','lHcPy','../state/automationFrameworkState','cPCCH','ZdoZr','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','replace','getName','qbjlX','PPyEf','getLogDisabledShown',']\x20Accessibility\x20configuration\x20initialized\x20successfully','hcgne','jCRdY','ITZSn','platformValidation','QrcKV','VQIoS','getBuildId','onBeforeTest','LIRCb','JPwOn','sbsnZ','fUIRj','pwPage','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','vKfZd','MODULE_NAME','eNwil','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','../../../helpers/performance/constants.js','lgtyX','accessibilityPlatform','XqTXa','has','onBeforeExecute:\x20No\x20command\x20name\x20provided','jatwo','Context','NCoPj','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','toISOString','getAccessibilityResults','GIvLO','join','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','Error\x20in\x20processAccessibilityCaps:\x20','registerObserver','titlePath','end','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','Executing\x20accessibility\x20script\x20on\x20page','SDK_ACCESSIBILITY_CONFIG','true','loadDriverExecuteParams','jQCRc','getTrackedInstance','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','KEY_TEST_NAME','BROWSERSTACK_TESTHUB_JWT','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','BSZQR','testFramework','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','initAccessibilityConfig','message','BiSXH','DVnzr','WgtgL','TvAnc','dlUjo','getTesthub','KgasA','error','testhub_build_uuid','testInfo','stack','ijpqs','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','oiAIz','Error\x20in\x20initAccessibilityConfig:\x20','find','Error\x20getting\x20script\x20by\x20name\x20','accessibilityToken','pVYsv','2805075yjqtPY','jyfgI','Rcvtn','getTestId','833208KrlXBE','Error\x20in\x20getAccessibilityResults:\x20','rHOjj','hPUml','toString','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','instance','fetchDriverExecuteParamsEvent','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getAllData','isEnabledTestcase','getTestUUID','ascii','NON_BROWSERSTACK_AUTOMATION_SESSIONS','rBiwz','browser','browserStackEvaluate','browserstack.accessibilityOptions.wcagVersion','gPvtV',']\x20isEnabledTestcase\x20(jest)\x20result=','onAfterTest','setAccessibilityConfig','getAccessibility','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','info','browserstack_executor','BS_A11Y_JWT','applySendMessageToServerPatch','XkdFR','\x22browserstack.user\x22:\x22[REDACTED]\x22','PTGoM','trim','commandsToWrap','name','getCurrentAccessibilityStatus','BROWSERSTACK_CLI_BIN_SESSION_ID','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','getOptions','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','currentTest','yZzpV','getTestFrameworkDetail','Error\x20checking\x20headless\x20capability:\x20','getCapabilityValue','Accessibility\x20data\x20for\x20extension:\x20','test_tags','../../../helpers/accessibility-automation/scripts','[AccessibilityModule]\x20onAfterTest:\x20framework=','oOecn','_centralAuthA11yConfig','playwright-chromium','kGUVf','../../../helpers/accessibility-automation/helper','TzrGT','rZtuc','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','KEY_INIT','includes','yfnSD','performPageScan','getAccessibilityResultsSummary','ACCESSIBILITY_INITIALIZED','parseFromProto','PDkcQ','XlnFR','env','getValue','lnUIA','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','format','YnfdM','zLcVc','Page\x20','../cliUtils','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','performScan','test_run_id','JRxju','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','IADfm','getParamsForScanForCli',']\x20onAfterTest\x20should\x20scan=','__accessibilityOptions','[platform\x20-\x20','evaluate',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','processAccessibilityCaps','getGoogleChromeOptions','value','length','scan','getCommandsList','PERFORM_SCAN','IRJhY','xHHCv','urMMd','RPgFp','browserstack.accessibilityOptions.authToken','ipLBQ','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','OdVvt','4203536Slldjn','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','set','OsGRs','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','browserName','oAVrT','_sendMessageServerPatchApplied','testAnalyticsId','name:\x20','tKuLT','xXBse','warn','tNVnz','PPqcS','isEnabled','command',',\x20framework=','excludeTagsInTestingScope','Error\x20getting\x20capability\x20value\x20for\x20','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','scriptsList','../framework/constants/testFrameworkConstants.js','204432fCdLjb','qYsne','UxtcD','capabilitiesList','bgDSV','string','kfSZV','getTestDetails','ggQDs','performPageScan:\x20Script\x20is\x20null','ukYCl','getModuleName','WsqFR','getState',']\x20clear\x20','Error\x20in\x20getAccessibilityResultsSummary:\x20','DRIVER_INIT','YcTBf','measureWrapper','qGAII','eQALf','test-tags-->\x20','isBrowserstackScriptCommand','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','../../../helpers/performance/performance-tester.js','\x20script\x20available\x20in\x20scriptsList','commandName','getScriptsList','__jestCurrentTestIdentifier','Error\x20executing\x20script\x20','Error\x20in\x20stopTestCapture:\x20','stopTestCapture','ecidE','GET_RESULTS_SUMMARY','eRsUN','updateData','bYATd','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','iBObs','jest','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','ZHheW','../TestInfo.js','delete','rxLzB','LOG_DISABLED_SHOWN','fQyhC','ymDnx','zPoKB','bind','DKpgQ','accessibilityConfig','get','getAccessibilityConfig','FZGYc','dhcfh','EDhyo','latest','function','Processed\x20accessibility\x20caps\x20','isAppAccessibility','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','\x20testHubUuid=','\x20using\x20script:\x20','huTyK','getResults','shouldScanForCommand:\x20','qUtKi','TEST_INIT','ScanArgs:\x20','includeTagsInTestingScope','WFTZo','../../playwright/accessibility-helper','stringify','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','thTestRunUuid','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','VTita','shouldScanForCommand','assign','VNcZy','cucumber','mergeObject','oqpsL','scannerVersion','start','toLowerCase','isPlatformSupported:\x20caps\x20are\x20null','finishScanningForCli','mSHLU','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','options','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','hjZYI','JPvyf','zDviO','null','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','taKJD','loadAccessibilityConfig','onBeforeTest:\x20event=','LOUmL','yRvdq','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','fetchCentralAuthA11yConfig','patchSendMessageToServer','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','aHVzt'];a80_0x1d55=function(){return _0x1dbd94;};return a80_0x1d55();}class AccessibilityModule extends BaseModule{static [a80_0x2fda79(0x12e)]=AccessibilityModule['name'];static [a80_0x2fda79(0x2d3)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x23833c){const _0x4e8a88=a80_0x2fda79,_0x44aea4={};_0x44aea4[_0x4e8a88(0x149)]=_0x4e8a88(0x289),_0x44aea4[_0x4e8a88(0x287)]='[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE',_0x44aea4[_0x4e8a88(0x20c)]=_0x4e8a88(0x1a9),_0x44aea4[_0x4e8a88(0x1fb)]='DRIVER_HAS_URL',_0x44aea4[_0x4e8a88(0x2d5)]=_0x4e8a88(0x15d);const _0x3dbbb6=_0x44aea4,_0x3a6760=_0x3dbbb6[_0x4e8a88(0x149)]['split']('|');let _0x5905d2=0x0;while(!![]){switch(_0x3a6760[_0x5905d2++]){case'0':this[_0x4e8a88(0x1d8)]=![];continue;case'1':this[_0x4e8a88(0x224)]=![];continue;case'2':logger['debug'](_0x3dbbb6[_0x4e8a88(0x287)]);continue;case'3':this[_0x4e8a88(0x290)](_0x23833c['getOptions']()[_0x4e8a88(0x25b)]());continue;case'4':this[_0x4e8a88(0x1a4)]=_0x3dbbb6['bYATd'];continue;case'5':this[_0x4e8a88(0x215)]=new Map();continue;case'6':this['accessibility']=new Map();continue;case'7':this['capabilities']=[];continue;case'8':this[_0x4e8a88(0x2a2)]=_0x3dbbb6[_0x4e8a88(0x1fb)];continue;case'9':this['accessibilityConfig']=_0x23833c['toObject']();continue;case'10':this[_0x4e8a88(0x1e0)]=!![];continue;case'11':this[_0x4e8a88(0x274)]=_0x3dbbb6[_0x4e8a88(0x2d5)];continue;case'12':AutomationFramework[_0x4e8a88(0x141)](AutomationFrameworkState[_0x4e8a88(0x2d9)],HookState['POST'],this['onBeforeTest'][_0x4e8a88(0x219)](this));continue;case'13':AutomationFramework[_0x4e8a88(0x141)](AutomationFrameworkState['EXECUTE'],HookState[_0x4e8a88(0x26f)],this['onBeforeExecute'][_0x4e8a88(0x219)](this));continue;case'14':super();continue;case'15':AutomationFramework[_0x4e8a88(0x141)](AutomationFrameworkState[_0x4e8a88(0x2b6)],HookState[_0x4e8a88(0x26f)],this['onAfterTest']['bind'](this));continue;}break;}}[a80_0x2fda79(0x1e0)](){const _0x2b6024=a80_0x2fda79;return this[_0x2b6024(0x1e0)];}[a80_0x2fda79(0x1f3)](){const _0x4f97e8=a80_0x2fda79;return AccessibilityModule[_0x4f97e8(0x12e)];}[a80_0x2fda79(0x18e)](){const _0x52a646=a80_0x2fda79;return this['accessibility'][_0x52a646(0x21c)](CLIUtils[_0x52a646(0x292)](),![]);}[a80_0x2fda79(0x11d)](){const _0x48cd9d=a80_0x2fda79;return this['LOG_DISABLED_SHOWN'][_0x48cd9d(0x21c)](CLIUtils[_0x48cd9d(0x292)](),![]);}[a80_0x2fda79(0x2a0)](_0x3a2cd2){const _0x3ddc4e=a80_0x2fda79;this[_0x3ddc4e(0x215)][_0x3ddc4e(0x1d3)](CLIUtils[_0x3ddc4e(0x292)](),_0x3a2cd2);}['applySendMessageToServerPatch'](){const _0x4003c5=a80_0x2fda79,_0x32aa79={'mSHLU':_0x4003c5(0x1ba),'ffazs':function(_0xb60e3e,_0x2ea8b2){return _0xb60e3e(_0x2ea8b2);},'oHMvt':_0x4003c5(0x267),'oQezn':_0x4003c5(0x2a1),'yVDlq':_0x4003c5(0x12c)};if(this[_0x4003c5(0x1d8)]){logger['debug'](_0x32aa79[_0x4003c5(0x241)]);return;}try{const _0x4c5fa1=_0x32aa79['ffazs'](require,_0x32aa79['oHMvt']);_0x4c5fa1&&_0x4c5fa1[_0x4003c5(0x251)]?(_0x4c5fa1[_0x4003c5(0x251)](),this[_0x4003c5(0x1d8)]=!![],logger['debug'](_0x32aa79['oQezn'])):logger[_0x4003c5(0x2b0)](_0x32aa79['yVDlq']);}catch(_0x39dda9){logger[_0x4003c5(0x2b0)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x4003c5(0x1b1)](_0x39dda9));}}[a80_0x2fda79(0x296)](_0x61fa44=null,_0x28cfdb=null,_0x4e13b1=null){const _0x5d7670=a80_0x2fda79,_0x302964={'xvZMo':function(_0x460dbc,_0x143503){return _0x460dbc&&_0x143503;},'ofPrQ':_0x5d7670(0x23f),'eQALf':function(_0x1f5670,_0x893054){return _0x1f5670(_0x893054);},'StOqO':_0x5d7670(0x1a0),'Ixbqx':_0x5d7670(0x25a),'UXGFN':function(_0x2e140d){return _0x2e140d();},'EDhyo':_0x5d7670(0x1e5),'WdNmO':function(_0x48f0dd,_0x239e39){return _0x48f0dd===_0x239e39;},'pVYsv':_0x5d7670(0x2c2),'ZxUXu':function(_0x2defbe,_0x1e28e0){return _0x2defbe===_0x1e28e0;},'WsqFR':_0x5d7670(0x19e),'ecidE':_0x5d7670(0x2ae),'ZdoZr':function(_0x3d73b6,_0x356da9){return _0x3d73b6===_0x356da9;},'ipLBQ':_0x5d7670(0x147),'hPUml':'string','WQbjo':_0x5d7670(0x161),'eRsUN':function(_0xa9a1eb,_0x6a784c){return _0xa9a1eb>_0x6a784c;},'lgtyX':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','yfnSD':function(_0x16e694,_0xedb57d){return _0x16e694!==_0xedb57d;},'YxPqg':_0x5d7670(0x221),'rBiwz':function(_0x45f756,_0x57573){return _0x45f756>_0x57573;},'hcgne':_0x5d7670(0x242)};try{if(_0x302964[_0x5d7670(0x2aa)](!_0x28cfdb,!_0x4e13b1))return logger[_0x5d7670(0x2b0)](_0x302964['ofPrQ']),![];const {isAccessibilityAutomationSession:_0x3d11aa}=_0x302964[_0x5d7670(0x1fc)](require,_0x302964['StOqO']),{isUndefined:_0x134e92,isBrowserstackInfra:_0x73d7b9}=_0x302964[_0x5d7670(0x1fc)](require,_0x302964[_0x5d7670(0x271)]);if(!_0x302964['UXGFN'](_0x3d11aa))return logger[_0x5d7670(0x2b0)](_0x302964[_0x5d7670(0x220)]),![];if(!(_0x28cfdb['browserName']&&_0x302964[_0x5d7670(0x254)](_0x28cfdb[_0x5d7670(0x1d6)][_0x5d7670(0x23e)](),_0x302964[_0x5d7670(0x167)])||_0x28cfdb[_0x5d7670(0x1d6)]&&_0x302964['ZxUXu'](_0x28cfdb[_0x5d7670(0x1d6)][_0x5d7670(0x23e)](),_0x302964[_0x5d7670(0x1f4)])||_0x28cfdb['browser']&&_0x302964[_0x5d7670(0x27e)](_0x28cfdb[_0x5d7670(0x17b)][_0x5d7670(0x23e)](),_0x302964['pVYsv'])||_0x28cfdb[_0x5d7670(0x17b)]&&_0x302964[_0x5d7670(0x254)](_0x28cfdb[_0x5d7670(0x17b)][_0x5d7670(0x23e)](),_0x302964[_0x5d7670(0x1f4)])))return logger['warn'](_0x302964[_0x5d7670(0x208)]),![];try{const _0xdac30a=_0x28cfdb['headless'],_0x539575=_0x302964[_0x5d7670(0x117)](_0xdac30a,!![])||_0x302964['ZdoZr'](_0xdac30a,_0x302964[_0x5d7670(0x1ce)])||_0x302964[_0x5d7670(0x27e)](typeof _0xdac30a,_0x302964[_0x5d7670(0x16f)])&&_0x302964['ZxUXu'](_0xdac30a[_0x5d7670(0x23e)](),_0x302964['ipLBQ']);if(_0x539575)return logger['warn'](_0x302964['WQbjo']),![];}catch(_0xfaee2c){logger[_0x5d7670(0x2b0)](_0x5d7670(0x196)+util['format'](_0xfaee2c));}if(!_0x302964[_0x5d7670(0x294)](_0x73d7b9)){if(!_0x302964[_0x5d7670(0x20a)](_0x302964[_0x5d7670(0x1fc)](parseFloat,_0x28cfdb[_0x5d7670(0x273)]),_0x302964[_0x5d7670(0x1fc)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x302964[_0x5d7670(0x132)]),![];}else{if(_0x302964[_0x5d7670(0x1a6)](_0x28cfdb[_0x5d7670(0x273)],_0x302964[_0x5d7670(0x2af)])&&!_0x302964[_0x5d7670(0x17a)](_0x302964['eQALf'](parseFloat,_0x28cfdb[_0x5d7670(0x273)]),_0x302964[_0x5d7670(0x1fc)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x302964[_0x5d7670(0x11f)]),![];}return!![];}catch(_0x2ba4e3){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x2ba4e3[_0x5d7670(0x154)]),![];}}[a80_0x2fda79(0x176)](_0x243c2c=[],_0x3d5cd5,_0x413d82='cucumber'){const _0x4856ba=a80_0x2fda79,_0x5d8b0c={'OsGRs':function(_0x58ff33,_0x46f17c){return _0x58ff33===_0x46f17c;},'ATuCy':_0x4856ba(0x20f),'ALWDv':function(_0x2dc45c,_0x4e65c7){return _0x2dc45c||_0x4e65c7;},'WFTZo':function(_0x308607,_0x37f921){return _0x308607===_0x37f921;},'dlUjo':function(_0x1046d7,_0x1cf7b7){return _0x1046d7&&_0x1cf7b7;},'DVnzr':_0x4856ba(0x26d),'ggQDs':function(_0x4302dc,_0x4517b8){return _0x4302dc(_0x4517b8);},'ASgcu':function(_0x7df7e1,_0x2670dd){return _0x7df7e1>_0x2670dd;},'kdlYZ':function(_0x3daf37,_0x54ce9c){return _0x3daf37&&_0x54ce9c;}};try{const _0x136d11=process['env'][_0x4856ba(0x171)]?JSON['parse'](process[_0x4856ba(0x1ad)][_0x4856ba(0x171)]):null;if(!_0x136d11)return!![];const _0x31c90f=Array[_0x4856ba(0x261)](_0x136d11[_0x4856ba(0x22e)])?_0x136d11[_0x4856ba(0x22e)]:[],_0x95c3fd=Array[_0x4856ba(0x261)](_0x136d11[_0x4856ba(0x1e3)])?_0x136d11[_0x4856ba(0x1e3)]:[];if(_0x5d8b0c[_0x4856ba(0x1d4)](_0x413d82,_0x5d8b0c['ATuCy'])){let _0x1403e8;Array['isArray'](_0x243c2c)?_0x1403e8=_0x243c2c[_0x4856ba(0x13e)]('\x20'):_0x1403e8=_0x5d8b0c[_0x4856ba(0x2dd)](_0x243c2c,'');const _0x4dbd89=_0x95c3fd[_0x4856ba(0x25f)](_0x2883ad=>_0x1403e8[_0x4856ba(0x1a5)](_0x2883ad)),_0x4cd500=_0x5d8b0c[_0x4856ba(0x22f)](_0x31c90f['length'],0x0)||_0x31c90f[_0x4856ba(0x25f)](_0x2115dc=>_0x1403e8[_0x4856ba(0x1a5)](_0x2115dc)),_0x380a3f=_0x5d8b0c[_0x4856ba(0x159)](!_0x4dbd89,_0x4cd500);return logger[_0x4856ba(0x2b0)]('[platform\x20-\x20'+(_0x3d5cd5?.[_0x4856ba(0x2c6)]?.()||_0x5d8b0c[_0x4856ba(0x156)])+_0x4856ba(0x17f)+_0x380a3f+_0x4856ba(0x28b)+_0x1403e8+_0x4856ba(0x2ca)+JSON[_0x4856ba(0x231)](_0x31c90f)+',\x20excludeTags='+JSON[_0x4856ba(0x231)](_0x95c3fd)),_0x380a3f;}const _0x2839f3=Array[_0x4856ba(0x261)](_0x243c2c)?_0x243c2c:[];let _0x5c18f7=![],_0x51c366=_0x5d8b0c[_0x4856ba(0x22f)](_0x31c90f[_0x4856ba(0x1c5)],0x0);const _0x1d80b6=_0x3c7d44=>typeof _0x3c7d44===_0x4856ba(0x1ed)?_0x3c7d44['replace'](/^@/,'')[_0x4856ba(0x23e)]()[_0x4856ba(0x18b)]():_0x3c7d44,_0x25033c=new Set(_0x31c90f[_0x4856ba(0x2ba)](_0x1d80b6)),_0x2c444f=new Set(_0x95c3fd[_0x4856ba(0x2ba)](_0x1d80b6));for(const _0x43c214 of _0x2839f3){const _0x54cd51=_0x5d8b0c[_0x4856ba(0x1f0)](_0x1d80b6,_0x43c214);_0x2c444f[_0x4856ba(0x135)](_0x54cd51)&&(_0x5c18f7=!![]),_0x5d8b0c[_0x4856ba(0x25d)](_0x25033c[_0x4856ba(0x2d2)],0x0)&&_0x25033c['has'](_0x54cd51)&&(_0x51c366=!![]);}const _0x456f5e=_0x5d8b0c[_0x4856ba(0x27b)](_0x51c366,!_0x5c18f7);return logger[_0x4856ba(0x2b0)](_0x4856ba(0x1bf)+(_0x3d5cd5?.[_0x4856ba(0x2c6)]?.()||_0x5d8b0c['DVnzr'])+_0x4856ba(0x29b)+_0x456f5e+_0x4856ba(0x2c8)+JSON[_0x4856ba(0x231)](_0x2839f3)+',\x20includeTags='+JSON['stringify'](_0x31c90f)+_0x4856ba(0x2be)+JSON['stringify'](_0x95c3fd)),_0x456f5e;}catch(_0x56bf67){return logger[_0x4856ba(0x2b0)](_0x4856ba(0x1bf)+(_0x3d5cd5?.['getPlatformIndex']?.()||_0x5d8b0c[_0x4856ba(0x156)])+_0x4856ba(0x2d4)+_0x56bf67[_0x4856ba(0x154)]),![];}}async[a80_0x2fda79(0x126)](_0x4cc9f0){const _0x1d493f=a80_0x2fda79,_0x11a674={};_0x11a674['DRCmY']=function(_0x205ff7,_0x127d48){return _0x205ff7!==_0x127d48;},_0x11a674['rxLzB']=_0x1d493f(0x239),_0x11a674[_0x1d493f(0x128)]=_0x1d493f(0x20f),_0x11a674[_0x1d493f(0x211)]=_0x1d493f(0x252),_0x11a674['LOUmL']=_0x1d493f(0x22c),_0x11a674[_0x1d493f(0x2b9)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x11a674[_0x1d493f(0x1b2)]=_0x1d493f(0x266),_0x11a674[_0x1d493f(0x29d)]=_0x1d493f(0x1f8),_0x11a674[_0x1d493f(0x272)]=function(_0x3daedd,_0x2da6c6){return _0x3daedd===_0x2da6c6;},_0x11a674['tNVnz']=_0x1d493f(0x249),_0x11a674[_0x1d493f(0x2b3)]='Unknown\x20Test',_0x11a674[_0x1d493f(0x139)]=function(_0x4ef8e4,_0x1a501b){return _0x4ef8e4>_0x1a501b;},_0x11a674[_0x1d493f(0x162)]=function(_0x5b4f0f,_0x10fb2d){return _0x5b4f0f===_0x10fb2d;},_0x11a674[_0x1d493f(0x2c4)]=_0x1d493f(0x222),_0x11a674[_0x1d493f(0x288)]=_0x1d493f(0x199),_0x11a674[_0x1d493f(0x24a)]=function(_0x3d950e,_0x56d31c){return _0x3d950e&&_0x56d31c;},_0x11a674[_0x1d493f(0x17e)]=_0x1d493f(0x26d),_0x11a674[_0x1d493f(0x1dc)]=_0x1d493f(0x147);const _0x401f1e=_0x11a674;if(_0x401f1e[_0x1d493f(0x2d0)](_0x4cc9f0[_0x1d493f(0x151)],_0x401f1e[_0x1d493f(0x214)])&&_0x401f1e['DRCmY'](_0x4cc9f0[_0x1d493f(0x151)],_0x401f1e[_0x1d493f(0x128)])){logger[_0x1d493f(0x2b0)](_0x401f1e['ZHheW']);return;}logger[_0x1d493f(0x184)](_0x1d493f(0x24c)+JSON[_0x1d493f(0x231)](_0x4cc9f0));try{const _0x1b95a8=AutomationFramework[_0x1d493f(0x14a)](),_0x5a0495=TestFramework['getTrackedInstance'](),_0xc73ee6=_0x4cc9f0[_0x1d493f(0x2d1)]||global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x12b)]||null;if(!_0xc73ee6){_0x5a0495&&_0x5a0495[_0x1d493f(0x20b)](_0x401f1e['LOUmL'],!![]);logger[_0x1d493f(0x2b0)](_0x401f1e[_0x1d493f(0x2b9)]);return;}logger[_0x1d493f(0x2b0)](_0x401f1e[_0x1d493f(0x1b2)]);const _0x4d88b8=_0x5a0495?.['getData'](_0x401f1e['TNEzq'],![]),_0x51ba80=_0x5a0495?.[_0x1d493f(0x2c5)](_0x401f1e[_0x1d493f(0x24d)],![]);if(_0x401f1e[_0x1d493f(0x272)](_0x4d88b8,![])&&_0x401f1e[_0x1d493f(0x272)](_0x51ba80,![])){_0x5a0495&&_0x5a0495['updateData'](_0x401f1e[_0x1d493f(0x29d)],!![]);logger[_0x1d493f(0x2b0)](_0x401f1e[_0x1d493f(0x1de)]);return;}_0x5a0495&&_0x5a0495['updateData'](_0x401f1e[_0x1d493f(0x24d)],!![]);let _0xb27632,_0x3287ab;const _0x376241=_0x4cc9f0['testFramework']||_0x401f1e[_0x1d493f(0x214)];if(_0x401f1e[_0x1d493f(0x272)](_0x376241,_0x401f1e[_0x1d493f(0x128)])){_0x3287ab=_0x4cc9f0[_0x1d493f(0x15e)]?.[_0x1d493f(0x1d9)]||_0x4cc9f0[_0x1d493f(0x15e)]?.['id']||global['__jestCurrentTestIdentifier']||global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x193)]?.[_0x1d493f(0x1d9)]||global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x193)]?.['id'];const _0x5bdf33=_0x5a0495?.[_0x1d493f(0x175)]()?.[_0x1d493f(0x21c)](_0x3287ab);if(_0x5bdf33&&_0x5bdf33[TestFrameworkConstants[_0x1d493f(0x14c)]])_0xb27632=_0x5bdf33[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x4cc9f0[_0x1d493f(0x15e)]?.[_0x1d493f(0x142)])_0xb27632=_0x4cc9f0[_0x1d493f(0x15e)][_0x1d493f(0x142)];else global[_0x1d493f(0x2ce)]?.[_0x1d493f(0x193)]?.[_0x1d493f(0x15e)]?.[_0x1d493f(0x142)]?_0xb27632=global[_0x1d493f(0x2ce)][_0x1d493f(0x193)][_0x1d493f(0x15e)][_0x1d493f(0x142)]:_0xb27632=_0x401f1e['vOoMz'];}logger['debug'](_0x1d493f(0x1b0)+_0x3287ab+',\x20testName='+JSON[_0x1d493f(0x231)](_0xb27632));}else{_0x3287ab=this[_0x1d493f(0x16b)](_0x4cc9f0);const _0xeeda4f=TestInfo[_0x1d493f(0x1ef)](_0x3287ab);let _0x4e9294=[];if(_0xeeda4f&&Array[_0x1d493f(0x261)](_0xeeda4f[_0x1d493f(0x199)])&&_0x401f1e[_0x1d493f(0x139)](_0xeeda4f[_0x1d493f(0x199)][_0x1d493f(0x1c5)],0x0))_0x4e9294=_0xeeda4f[_0x1d493f(0x199)];else{if(_0x5a0495){const _0x181a30=_0x401f1e[_0x1d493f(0x162)](typeof _0x5a0495[_0x1d493f(0x2c5)],_0x401f1e[_0x1d493f(0x2c4)])?_0x5a0495[_0x1d493f(0x2c5)](_0x401f1e[_0x1d493f(0x288)],[]):_0x5a0495['test_tags']||[];Array[_0x1d493f(0x261)](_0x181a30)&&(_0x4e9294=_0x181a30);}}_0xb27632=_0x4e9294;}logger[_0x1d493f(0x184)](_0x1d493f(0x1fd)+JSON[_0x1d493f(0x231)](_0xb27632));const _0x2aa897=this[_0x1d493f(0x296)](_0x1b95a8,_0x4cc9f0['platformCaps'],_0x4cc9f0[_0x1d493f(0x2ab)]);logger['debug'](_0x1d493f(0x144)+_0x2aa897+_0x1d493f(0x256)+this[_0x1d493f(0x224)]);const _0x4dcb8a=this[_0x1d493f(0x176)](_0xb27632,_0x1b95a8,_0x376241),_0xd681af=_0x401f1e[_0x1d493f(0x24a)](_0x2aa897,_0x4dcb8a),_0xf05262=CLIUtils[_0x1d493f(0x292)]();this[_0x1d493f(0x263)][_0x1d493f(0x1d3)](_0xf05262,_0xd681af),global[_0x1d493f(0x138)]?.[_0x1d493f(0x2c0)]&&global['Context'][_0x1d493f(0x2c0)]()[_0x1d493f(0x297)](_0xd681af),logger['debug']('[platform\x20-\x20'+(_0x1b95a8?.['getPlatformIndex']?.()||_0x401f1e['gPvtV'])+']\x20should\x20run\x20accessibility\x20value='+_0xd681af),_0xd681af?(global[_0x1d493f(0x133)]=!![],process['env'][_0x1d493f(0x174)]=_0x401f1e['xXBse'],this[_0x1d493f(0x187)]()):global[_0x1d493f(0x133)]=![];}catch(_0x51a662){logger['error'](_0x1d493f(0x225)+(_0x51a662[_0x1d493f(0x15f)]||_0x51a662[_0x1d493f(0x154)]));const _0x3a2df0=CLIUtils[_0x1d493f(0x292)]();this['accessibility'][_0x1d493f(0x1d3)](_0x3a2df0,![]),global[_0x1d493f(0x133)]=![];}}[a80_0x2fda79(0x1c3)](){const _0x5ed9f9=a80_0x2fda79;return this[_0x5ed9f9(0x2b2)][_0x5ed9f9(0x164)](_0x36befe=>_0x36befe[_0x5ed9f9(0x11a)]()===_0x5ed9f9(0x2cc))?.[_0x5ed9f9(0x1ae)]()||'';}['getCapabilityValue'](_0x4a39bd){const _0x4928fa=a80_0x2fda79;try{const _0x2642e7=this[_0x4928fa(0x21b)]?.['options']?.[_0x4928fa(0x1eb)]||[],_0x190d61=_0x2642e7['find'](_0x2fcfe6=>_0x2fcfe6[_0x4928fa(0x18d)]===_0x4a39bd);return _0x190d61?_0x190d61[_0x4928fa(0x1c4)]:null;}catch(_0x421453){return logger['debug'](_0x4928fa(0x1e4)+_0x4a39bd+':\x20'+_0x421453[_0x4928fa(0x154)]),null;}}async[a80_0x2fda79(0x181)](_0x4df849,_0x498ae3){const _0x2bf48b=a80_0x2fda79,_0x2d9568=_0x4df849[_0x2bf48b(0x182)]()[_0x2bf48b(0x191)](),_0x3aaec2=_0x2d9568[_0x2bf48b(0x203)](),_0x18e862=_0x2d9568['getCommandsToWrap']()?.[_0x2bf48b(0x1c7)]();scripts[_0x2bf48b(0x1aa)](_0x3aaec2,_0x18e862),scripts[_0x2bf48b(0x2b8)]();const _0xaddf23=_0x2d9568[_0x2bf48b(0x25b)]();this[_0x2bf48b(0x2b2)]=_0x2d9568[_0x2bf48b(0x25b)](),await this[_0x2bf48b(0x290)](_0xaddf23,_0x498ae3['launchCaps']);}async[a80_0x2fda79(0x290)](_0xf7cc09,_0x5cbf20={}){const _0x26e4ed=a80_0x2fda79,_0x4e3bb1={};_0x4e3bb1[_0x26e4ed(0x127)]=function(_0x220ac3,_0x40eea7){return _0x220ac3===_0x40eea7;},_0x4e3bb1[_0x26e4ed(0x276)]=_0x26e4ed(0x166),_0x4e3bb1[_0x26e4ed(0x20e)]=_0x26e4ed(0x1cd),_0x4e3bb1['ukYCl']=function(_0x57f6c6,_0x194fae){return _0x57f6c6===_0x194fae;},_0x4e3bb1[_0x26e4ed(0x259)]='wcagVersion',_0x4e3bb1[_0x26e4ed(0x114)]=_0x26e4ed(0x17d),_0x4e3bb1[_0x26e4ed(0x188)]=_0x26e4ed(0x23c),_0x4e3bb1[_0x26e4ed(0x1cb)]='browserstack.accessibilityOptions.scannerVersion',_0x4e3bb1[_0x26e4ed(0x281)]=function(_0x2ad5ff,_0x150379){return _0x2ad5ff===_0x150379;},_0x4e3bb1['JRxju']=_0x26e4ed(0x2a4),_0x4e3bb1[_0x26e4ed(0x268)]='browserstack.accessibilityOptions.scannerProcessingTimeout';const _0x45a4be=_0x4e3bb1;global[_0x26e4ed(0x1be)]=global[_0x26e4ed(0x1be)]||{};for(const _0x19fbc2 of _0xf7cc09){logger[_0x26e4ed(0x184)](_0x26e4ed(0x1da)+_0x19fbc2[_0x26e4ed(0x11a)]()+'\x20value='+_0x19fbc2['getValue']());if(_0x45a4be['LIRCb'](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be[_0x26e4ed(0x276)]))process[_0x26e4ed(0x1ad)][_0x26e4ed(0x186)]=_0x19fbc2[_0x26e4ed(0x1ae)](),global['__accessibilityOptions'][_0x45a4be[_0x26e4ed(0x20e)]]=_0x19fbc2[_0x26e4ed(0x1ae)]();else{if(_0x45a4be[_0x26e4ed(0x1f2)](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be[_0x26e4ed(0x259)]))global['__accessibilityOptions'][_0x45a4be[_0x26e4ed(0x114)]]=_0x19fbc2[_0x26e4ed(0x1ae)]();else{if(_0x45a4be['ukYCl'](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be['XkdFR']))global[_0x26e4ed(0x1be)][_0x45a4be['urMMd']]=_0x19fbc2['getValue']();else _0x45a4be['VfTvS'](_0x19fbc2[_0x26e4ed(0x11a)](),_0x45a4be[_0x26e4ed(0x1b9)])&&(global['__accessibilityOptions'][_0x45a4be[_0x26e4ed(0x268)]]=_0x19fbc2['getValue']());}}}}async[a80_0x2fda79(0x180)](_0x19235d){const _0x359d64=a80_0x2fda79,_0x4681e2={};_0x4681e2[_0x359d64(0x1af)]=function(_0x5911e9,_0x492e2e){return _0x5911e9!==_0x492e2e;},_0x4681e2[_0x359d64(0x137)]='cucumber',_0x4681e2[_0x359d64(0x278)]=function(_0x15a669,_0x1300ef){return _0x15a669!==_0x1300ef;},_0x4681e2['UrNhN']=_0x359d64(0x20f),_0x4681e2[_0x359d64(0x18a)]=_0x359d64(0x14e),_0x4681e2[_0x359d64(0x1df)]=_0x359d64(0x26d);const _0x3e9b71=_0x4681e2;if(_0x3e9b71['lnUIA'](_0x19235d[_0x359d64(0x151)],_0x3e9b71[_0x359d64(0x137)])&&_0x3e9b71[_0x359d64(0x278)](_0x19235d[_0x359d64(0x151)],_0x3e9b71['UrNhN'])){logger[_0x359d64(0x2b0)](_0x3e9b71[_0x359d64(0x18a)]);return;}const _0x55986f=_0x19235d[_0x359d64(0x15e)]?.[_0x359d64(0x1d9)]||_0x19235d[_0x359d64(0x15e)]?.['id']||global[_0x359d64(0x204)];logger['info'](_0x359d64(0x19b)+_0x19235d[_0x359d64(0x151)]+',\x20testIdentifier='+_0x55986f);try{const _0x452a66=_0x19235d[_0x359d64(0x172)]||AutomationFramework[_0x359d64(0x14a)](),_0x4a6af6=CLIUtils[_0x359d64(0x292)](),_0x92e202=this[_0x359d64(0x18e)]();logger['debug'](_0x359d64(0x1bf)+(_0x452a66?.[_0x359d64(0x2c6)]?.()||_0x3e9b71[_0x359d64(0x1df)])+_0x359d64(0x1bd)+_0x92e202),_0x92e202&&await this[_0x359d64(0x207)](_0x452a66,_0x19235d),this[_0x359d64(0x263)][_0x359d64(0x213)](_0x4a6af6),this['LOG_DISABLED_SHOWN'][_0x359d64(0x213)](_0x4a6af6);}catch(_0x73b417){logger[_0x359d64(0x15c)](_0x359d64(0x152)+(_0x73b417['stack']||_0x73b417[_0x359d64(0x154)]));}}async[a80_0x2fda79(0x207)](_0x151622,_0x3ef7b1){const _0x3813d1=a80_0x2fda79,_0x46b6f6={};_0x46b6f6[_0x3813d1(0x1db)]=function(_0x10043e,_0x43ae4f){return _0x10043e===_0x43ae4f;},_0x46b6f6['KgasA']=_0x3813d1(0x222),_0x46b6f6[_0x3813d1(0x12f)]=function(_0x3c736c,_0x49907f){return _0x3c736c===_0x49907f;},_0x46b6f6[_0x3813d1(0x2a8)]=_0x3813d1(0x20f),_0x46b6f6[_0x3813d1(0x27f)]=_0x3813d1(0x239),_0x46b6f6[_0x3813d1(0x124)]=_0x3813d1(0x2d7),_0x46b6f6[_0x3813d1(0x21e)]=_0x3813d1(0x263),_0x46b6f6[_0x3813d1(0x255)]=_0x3813d1(0x264),_0x46b6f6[_0x3813d1(0x217)]='unknown',_0x46b6f6[_0x3813d1(0x218)]=_0x3813d1(0x26b),_0x46b6f6[_0x3813d1(0x21f)]=_0x3813d1(0x248),_0x46b6f6['DKpgQ']=function(_0x5e9bfc,_0x28746d){return _0x5e9bfc||_0x28746d;},_0x46b6f6['kGUVf']=function(_0x4e4ec7,_0x5ef2dd){return _0x4e4ec7||_0x5ef2dd;},_0x46b6f6[_0x3813d1(0x16e)]='AUTOMATION_SESSIONS',_0x46b6f6[_0x3813d1(0x13d)]=_0x3813d1(0x179);const _0x53e486=_0x46b6f6;try{const _0x1cd203=_0x3ef7b1['testFramework']||(_0x53e486[_0x3813d1(0x12f)](this[_0x3813d1(0x295)]?.['name']?.['toLowerCase'](),_0x53e486[_0x3813d1(0x2a8)])?_0x53e486[_0x3813d1(0x2a8)]:_0x53e486[_0x3813d1(0x27f)]);let _0x1180e2='',_0x525b21=null,_0x1454bd=null;if(_0x53e486[_0x3813d1(0x12f)](_0x1cd203,_0x53e486['ItqRP'])){_0x525b21=_0x3ef7b1[_0x3813d1(0x15e)]?.[_0x3813d1(0x1d9)]||_0x3ef7b1[_0x3813d1(0x15e)]?.['id']||global[_0x3813d1(0x204)];if(!_0x525b21){logger['warn'](_0x53e486[_0x3813d1(0x124)]);return;}try{const _0x36c252=await GrpcClient[_0x3813d1(0x2c9)]()[_0x3813d1(0x173)](process[_0x3813d1(0x1ad)][_0x3813d1(0x18f)],_0x53e486[_0x3813d1(0x21e)],_0x53e486[_0x3813d1(0x255)],_0x525b21),_0x540735=AccessibilityModule[_0x3813d1(0x148)](null,_0x36c252);_0x1180e2=_0x540735?.['thTestRunUuid']||'',logger[_0x3813d1(0x2b0)](_0x3813d1(0x234)+_0x1180e2+'\x20from\x20testIdentifier='+_0x525b21),_0x1454bd=_0x36c252;}catch(_0x3bfc83){logger['error'](_0x3813d1(0x190)+_0x3bfc83[_0x3813d1(0x154)]);return;}}else{const _0x49ac5e=this[_0x3813d1(0x16b)](_0x3ef7b1);_0x1180e2=TestInfo[_0x3813d1(0x177)](_0x49ac5e);}const _0x5c183a=((()=>{const _0x46fbcd=_0x3813d1,_0x341cce=(this[_0x46fbcd(0x21b)]?.[_0x46fbcd(0x243)]?.['capabilitiesList']||[])[_0x46fbcd(0x164)](_0x510d2a=>(typeof _0x510d2a[_0x46fbcd(0x11a)]==='function'?_0x510d2a[_0x46fbcd(0x11a)]():_0x510d2a['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x341cce?_0x53e486[_0x46fbcd(0x1db)](typeof _0x341cce[_0x46fbcd(0x1ae)],_0x53e486[_0x46fbcd(0x15b)])?_0x341cce[_0x46fbcd(0x1ae)]():_0x341cce['value']:'';})()),_0x2a78d1=process['env'][_0x3813d1(0x14d)]||'';logger[_0x3813d1(0x2b0)](_0x3813d1(0x1bf)+(_0x151622?.[_0x3813d1(0x2c6)]?.()||_0x53e486[_0x3813d1(0x217)])+_0x3813d1(0x1f6)+_0x1180e2+_0x3813d1(0x226)+_0x5c183a+_0x3813d1(0x286)+(_0x2a78d1?_0x53e486['zPoKB']:_0x53e486['dhcfh']));let _0x58670e;if(_0x53e486['eNwil'](_0x1cd203,_0x53e486[_0x3813d1(0x2a8)]))_0x58670e=AccessibilityModule['loadDriverExecuteParams'](_0x1180e2,_0x1454bd);else{const _0x527c0d=await GrpcClient[_0x3813d1(0x2c9)]()[_0x3813d1(0x173)](process[_0x3813d1(0x1ad)][_0x3813d1(0x18f)],_0x53e486[_0x3813d1(0x21e)],_0x53e486[_0x3813d1(0x255)]);_0x58670e=AccessibilityModule['loadDriverExecuteParams'](_0x1180e2,_0x527c0d);}logger[_0x3813d1(0x2b0)](_0x3813d1(0x198)+JSON[_0x3813d1(0x231)](_0x58670e));const _0x17880f=Object[_0x3813d1(0x237)]({},{'thTestRunUuid':_0x53e486[_0x3813d1(0x21a)](_0x1180e2,''),'thBuildUuid':_0x53e486[_0x3813d1(0x19f)](_0x5c183a,''),'thJwtToken':_0x53e486[_0x3813d1(0x19f)](_0x2a78d1,'')},_0x58670e);logger['debug'](_0x3813d1(0x299)+_0x1180e2+_0x3813d1(0x256)+this[_0x3813d1(0x224)]);let _0x301769=global['__workerDetails']?.[_0x3813d1(0x12b)]||null;!_0x301769&&(_0x301769=AutomationFramework[_0x3813d1(0x1f5)](_0x151622,_0x53e486[_0x3813d1(0x16e)],null)),!_0x301769&&(_0x301769=AutomationFramework[_0x3813d1(0x1f5)](_0x151622,_0x53e486[_0x3813d1(0x13d)],null)),await this[_0x3813d1(0x240)](this[_0x3813d1(0x18e)](),_0x1180e2,_0x301769,_0x17880f,this[_0x3813d1(0x224)]);}catch(_0x490ee0){logger['error'](_0x3813d1(0x206)+(_0x490ee0[_0x3813d1(0x15f)]||_0x490ee0[_0x3813d1(0x154)]));}}async[a80_0x2fda79(0x240)](_0xf40f89,_0xe4ebe3,_0x53e953,_0x583448,_0x553cef){const _0x5d4283=a80_0x2fda79,_0x31add4={};_0x31add4[_0x5d4283(0x1c9)]=_0x5d4283(0x264),_0x31add4[_0x5d4283(0x160)]=function(_0x5e83f0,_0x8d02a9){return _0x5e83f0&&_0x8d02a9;},_0x31add4[_0x5d4283(0x235)]=_0x5d4283(0x29a),_0x31add4['JPvyf']=function(_0x2f7f29,_0x500d94){return _0x2f7f29===_0x500d94;},_0x31add4[_0x5d4283(0x228)]=_0x5d4283(0x248),_0x31add4['RRlLD']=function(_0x3a74a8,_0x61be22){return _0x3a74a8===_0x61be22;},_0x31add4[_0x5d4283(0x1d7)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x31add4[_0x5d4283(0x2b7)]=_0x5d4283(0x282),_0x31add4[_0x5d4283(0x120)]=_0x5d4283(0x26a),_0x31add4[_0x5d4283(0x150)]=_0x5d4283(0x1c6),_0x31add4[_0x5d4283(0x121)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x31add4[_0x5d4283(0x280)]=_0x5d4283(0x28e),_0x31add4[_0x5d4283(0x245)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x368dd7=_0x31add4;try{const _0x242cb4=this[_0x5d4283(0x2b1)](_0x368dd7[_0x5d4283(0x1c9)]);if(_0x368dd7[_0x5d4283(0x160)](!_0x553cef,!_0x242cb4)){logger[_0x5d4283(0x2b0)](_0x368dd7[_0x5d4283(0x235)]);return;}if(!_0xe4ebe3||_0x368dd7[_0x5d4283(0x246)](_0xe4ebe3,_0x368dd7[_0x5d4283(0x228)])||_0x368dd7[_0x5d4283(0x28c)](_0xe4ebe3,'')){logger[_0x5d4283(0x2b0)](_0x368dd7[_0x5d4283(0x1d7)]);return;}logger[_0x5d4283(0x2b0)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x583448)),_0xf40f89&&(logger[_0x5d4283(0x2b0)](_0x368dd7[_0x5d4283(0x2b7)]),await this[_0x5d4283(0x2ac)](_0x53e953,_0xe4ebe3,_0x368dd7['jCRdY'],_0x583448,_0x553cef,_0x368dd7['BSZQR']),_0x368dd7[_0x5d4283(0x160)](!_0x553cef,_0x242cb4)&&(logger[_0x5d4283(0x2b0)](_0x368dd7['ITZSn']),await PerformanceTester[_0x5d4283(0x1fa)](_0x368dd7[_0x5d4283(0x280)],async()=>{const _0x4006a8=_0x5d4283;await this['performScanForCli'](_0x53e953,_0xe4ebe3,_0x368dd7[_0x4006a8(0x1c9)],_0x583448,_0x553cef,_0x368dd7[_0x4006a8(0x1c9)]);})()),logger[_0x5d4283(0x184)](_0x368dd7[_0x5d4283(0x245)]));}catch(_0x59c4d2){logger['error'](_0x5d4283(0x1b6)+(_0x59c4d2[_0x5d4283(0x15f)]||_0x59c4d2[_0x5d4283(0x154)]));}}async[a80_0x2fda79(0x260)](_0x4a4fe6){const _0x384b0a=a80_0x2fda79,_0x248737={};_0x248737[_0x384b0a(0x22b)]=function(_0x56ff4c,_0x57a261){return _0x56ff4c!==_0x57a261;},_0x248737[_0x384b0a(0x279)]='cucumber',_0x248737['TzrGT']=function(_0x316bb3,_0x4ff737){return _0x316bb3!==_0x4ff737;},_0x248737[_0x384b0a(0x27c)]=_0x384b0a(0x20f),_0x248737[_0x384b0a(0x1d0)]=_0x384b0a(0x1d2),_0x248737[_0x384b0a(0x29e)]=_0x384b0a(0x26d),_0x248737['qYsne']=_0x384b0a(0x136),_0x248737['VNcZy']=function(_0x6630b8,_0x1f07d0){return _0x6630b8===_0x1f07d0;},_0x248737[_0x384b0a(0x1f9)]=_0x384b0a(0x210),_0x248737['uzbkV']=_0x384b0a(0x263),_0x248737[_0x384b0a(0x2bf)]=_0x384b0a(0x1b7),_0x248737[_0x384b0a(0x24e)]=_0x384b0a(0x1b8),_0x248737['zLcVc']=_0x384b0a(0x15d),_0x248737[_0x384b0a(0x19c)]=function(_0x2ea66,_0x5d73af){return _0x2ea66===_0x5d73af;},_0x248737['OHnTG']=_0x384b0a(0x1c6),_0x248737[_0x384b0a(0x155)]='null';const _0x43e171=_0x248737;if(_0x43e171[_0x384b0a(0x22b)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['vwIhX'])&&_0x43e171[_0x384b0a(0x1a1)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['yRHZO'])){logger['debug'](_0x43e171[_0x384b0a(0x1d0)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x4a4fe6[_0x384b0a(0x202)]||_0x43e171[_0x384b0a(0x29e)])+_0x384b0a(0x1e2)+_0x4a4fe6[_0x384b0a(0x151)]);try{const _0x54f376=_0x4a4fe6[_0x384b0a(0x172)]||AutomationFramework[_0x384b0a(0x14a)](),_0x556dc3=TestFramework['getTrackedInstance'](),_0x45688f=_0x4a4fe6[_0x384b0a(0x202)]||_0x4a4fe6[_0x384b0a(0x1e1)]?.['getName']();if(!_0x45688f){logger[_0x384b0a(0x2b0)](_0x43e171[_0x384b0a(0x1e9)]);return;}if(!this[_0x384b0a(0x18e)]()){logger[_0x384b0a(0x2b0)](_0x384b0a(0x27d)+_0x45688f);return;}if(!this[_0x384b0a(0x236)](_0x45688f)){logger[_0x384b0a(0x2b0)](_0x384b0a(0x265)+_0x45688f+_0x384b0a(0x14b));return;}const _0x172b78=_0x4a4fe6[_0x384b0a(0x2d1)]||global[_0x384b0a(0x2ce)]?.[_0x384b0a(0x12b)];if(!_0x172b78){logger[_0x384b0a(0x2b0)](_0x384b0a(0x20d)+_0x45688f);return;}let _0x5e9b35='',_0x2431ef=null;if(_0x43e171[_0x384b0a(0x238)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['yRHZO'])){_0x2431ef=_0x4a4fe6[_0x384b0a(0x15e)]?.['testAnalyticsId']||_0x4a4fe6['testInfo']?.['id']||global[_0x384b0a(0x204)];if(!_0x2431ef){logger[_0x384b0a(0x1dd)](_0x43e171['YcTBf']);return;}try{const _0x23b61d=await GrpcClient[_0x384b0a(0x2c9)]()['fetchDriverExecuteParamsEvent'](process[_0x384b0a(0x1ad)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x43e171['uzbkV'],_0x43e171['mtgJL'],_0x2431ef),_0x1c306f=AccessibilityModule[_0x384b0a(0x148)](null,_0x23b61d);_0x5e9b35=_0x1c306f?.['thTestRunUuid']||'',logger[_0x384b0a(0x2b0)](_0x384b0a(0x232)+_0x5e9b35+_0x384b0a(0x291)+_0x2431ef);}catch(_0x2f8da9){logger[_0x384b0a(0x15c)](_0x384b0a(0x192)+_0x2f8da9[_0x384b0a(0x154)]);return;}}else _0x5e9b35=this[_0x384b0a(0x197)](_0x43e171[_0x384b0a(0x24e)])||'';const _0x1ac31c=this[_0x384b0a(0x197)](_0x43e171[_0x384b0a(0x1b3)])||this[_0x384b0a(0x21b)][this[_0x384b0a(0x274)]]||null,_0x5769d6=process['env'][_0x384b0a(0x14d)]||'',_0x1ba6af=this['getParamsForScanForCli'](_0x45688f,_0x5e9b35,_0x1ac31c,_0x5769d6),_0x3bf7f9=_0x43e171[_0x384b0a(0x19c)](_0x4a4fe6[_0x384b0a(0x151)],_0x43e171['yRHZO'])?await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x43e171['OHnTG'],_0x5e9b35,_0x2431ef):await AccessibilityModule[_0x384b0a(0x250)](_0x43e171['OHnTG'],_0x5e9b35);logger[_0x384b0a(0x184)](_0x384b0a(0x22d)+(_0x1ba6af?JSON[_0x384b0a(0x231)](_0x1ba6af):_0x43e171['BiSXH']));const _0xdac188=CLIUtils[_0x384b0a(0x23a)](_0x1ba6af,_0x3bf7f9);logger[_0x384b0a(0x184)]('MergedScanArgs:\x20'+(_0xdac188?JSON[_0x384b0a(0x231)](_0xdac188):_0x43e171[_0x384b0a(0x155)])),logger[_0x384b0a(0x2b0)](_0x384b0a(0x1d5)+_0x45688f);const _0x294884=await this[_0x384b0a(0x2ac)](_0x172b78,_0x5e9b35,_0x45688f,_0xdac188,this[_0x384b0a(0x224)]);logger['debug'](_0x384b0a(0x183)+_0x45688f+_0x384b0a(0x29f)+_0x294884);}catch(_0x5a8648){logger[_0x384b0a(0x15c)](_0x384b0a(0x13a)+(_0x5a8648[_0x384b0a(0x15f)]||_0x5a8648[_0x384b0a(0x154)]));}}[a80_0x2fda79(0x258)](){const _0x519a99=a80_0x2fda79;return this[_0x519a99(0x18e)]();}['setShouldScanCurrentTest'](_0x12d8db){const _0x220af2=a80_0x2fda79,_0x99aecb=CLIUtils[_0x220af2(0x292)]();this[_0x220af2(0x263)][_0x220af2(0x1d3)](_0x99aecb,_0x12d8db);}async[a80_0x2fda79(0x153)](_0x37f613){const _0x11b69d=a80_0x2fda79,_0x1fa69f={};_0x1fa69f[_0x11b69d(0x1bb)]=_0x11b69d(0x26d);const _0x9649c5=_0x1fa69f;try{const _0x38e240=_0x37f613[_0x11b69d(0x172)]||AutomationFramework[_0x11b69d(0x14a)](),_0xcb28b5=_0x38e240?.[_0x11b69d(0x2c5)]?.()?.[_0x11b69d(0x21c)]?.(this[_0x11b69d(0x1a4)])||![];if(_0xcb28b5)return;PerformanceTester[_0x11b69d(0x23d)](EVENTS[_0x11b69d(0x146)]);const _0x5615a5=await GrpcClient[_0x11b69d(0x2c9)]()[_0x11b69d(0x21d)](_0x37f613);_0x5615a5&&_0x5615a5[_0x11b69d(0x182)]&&_0x5615a5['getAccessibility']()&&_0x5615a5['getAccessibility']()[_0x11b69d(0x283)]()?(await this[_0x11b69d(0x24b)](_0x5615a5,_0x37f613),_0x38e240?.[_0x11b69d(0x2c5)]&&_0x38e240[_0x11b69d(0x2c5)]()[_0x11b69d(0x1d3)](this['KEY_INIT'],!![]),logger[_0x11b69d(0x2b0)](_0x11b69d(0x1bf)+(_0x38e240?.['getPlatformIndex']?.()||_0x9649c5[_0x11b69d(0x1bb)])+_0x11b69d(0x11e))):logger[_0x11b69d(0x2b0)](_0x11b69d(0x1bf)+(_0x38e240?.[_0x11b69d(0x2c6)]?.()||_0x9649c5[_0x11b69d(0x1bb)])+_0x11b69d(0x1c1)),PerformanceTester[_0x11b69d(0x143)](EVENTS[_0x11b69d(0x146)]);}catch(_0x592890){PerformanceTester['end'](EVENTS[_0x11b69d(0x146)],![],_0x592890[_0x11b69d(0x154)]),logger[_0x11b69d(0x15c)](_0x11b69d(0x163)+(_0x592890[_0x11b69d(0x15f)]||_0x592890[_0x11b69d(0x154)]));}}async[a80_0x2fda79(0x24b)](_0x45b619,_0x1d5121){const _0x328e1d=a80_0x2fda79;await this[_0x328e1d(0x181)](_0x45b619,_0x1d5121);const _0x365159=_0x45b619[_0x328e1d(0x182)]()[_0x328e1d(0x191)]();if(_0x365159){const _0x955e15=_0x45b619[_0x328e1d(0x15a)]&&_0x45b619[_0x328e1d(0x15a)]();_0x955e15&&(this[_0x328e1d(0x21b)][this[_0x328e1d(0x274)]]=_0x955e15[_0x328e1d(0x125)]&&_0x955e15[_0x328e1d(0x125)]());}}['shouldScanForCommand'](_0x23564c){const _0x51819c=a80_0x2fda79,_0x4dac76={};_0x4dac76[_0x51819c(0x1ec)]=function(_0x54a983,_0x231c7d){return _0x54a983===_0x231c7d;};const _0x5199a7=_0x4dac76;try{if(!_0x23564c)return![];const _0x5399ca=this[_0x51819c(0x21b)]?.['options']?.[_0x51819c(0x18c)]?.['commandsList']||[],_0x2080ca=_0x5399ca[_0x51819c(0x25f)](_0x45af43=>{const _0xe617dd=_0x51819c;return _0x45af43['name']&&_0x5199a7[_0xe617dd(0x1ec)](_0x45af43[_0xe617dd(0x18d)][_0xe617dd(0x23e)](),_0x23564c['toLowerCase']());});return logger[_0x51819c(0x2b0)](_0x51819c(0x22a)+_0x23564c+'\x20->\x20'+_0x2080ca+_0x51819c(0x2db)+JSON[_0x51819c(0x231)](_0x5399ca[_0x51819c(0x2ba)](_0x3b86f6=>_0x3b86f6['name']))),_0x2080ca;}catch(_0x564d7c){return logger['debug'](_0x51819c(0x277)+_0x564d7c[_0x51819c(0x154)]),![];}}[a80_0x2fda79(0x1fe)](_0x1aabcb){const _0x3b83b0=a80_0x2fda79,_0x3a33fc={};_0x3a33fc[_0x3b83b0(0x157)]=function(_0x3984b3,_0x73e335){return _0x3984b3===_0x73e335;},_0x3a33fc[_0x3b83b0(0x2d6)]='string',_0x3a33fc[_0x3b83b0(0x134)]=_0x3b83b0(0x185);const _0x1cae5f=_0x3a33fc,_0x53ec76=_0x1aabcb[_0x3b83b0(0x2ad)]&&_0x1aabcb['getScript']();return _0x53ec76&&_0x1cae5f[_0x3b83b0(0x157)](typeof _0x53ec76,_0x1cae5f['cFDTG'])&&_0x53ec76[_0x3b83b0(0x1a5)](_0x1cae5f['XqTXa']);}[a80_0x2fda79(0x298)](_0x3793a8){const _0x4a153d=a80_0x2fda79,_0x1bbe49={};_0x1bbe49[_0x4a153d(0x16a)]=function(_0x569fb3,_0x3d9c66){return _0x569fb3!==_0x3d9c66;},_0x1bbe49[_0x4a153d(0x129)]=_0x4a153d(0x1ed),_0x1bbe49[_0x4a153d(0x1a2)]=_0x4a153d(0x263),_0x1bbe49['VkpzE']='performScan',_0x1bbe49[_0x4a153d(0x1ee)]='getResults',_0x1bbe49[_0x4a153d(0x169)]='saveTestResults';const _0x2872c1=_0x1bbe49,_0x406154=_0x3793a8[_0x4a153d(0x2ad)]&&_0x3793a8[_0x4a153d(0x2ad)]();if(!_0x406154||_0x2872c1['Rcvtn'](typeof _0x406154,_0x2872c1[_0x4a153d(0x129)]))return![];return _0x406154[_0x4a153d(0x1a5)](_0x2872c1['rZtuc'])||_0x406154['includes'](_0x2872c1[_0x4a153d(0x2c3)])||_0x406154['includes'](_0x2872c1[_0x4a153d(0x1ee)])||_0x406154[_0x4a153d(0x1a5)](_0x2872c1[_0x4a153d(0x169)]);}[a80_0x2fda79(0x1bc)](_0x2768c4,_0x3a942a,_0x4f41e3,_0x3cc7c4){const _0x5d9371=a80_0x2fda79,_0x166493={};_0x166493[_0x5d9371(0x194)]=function(_0x36049c,_0x3d19dc){return _0x36049c||_0x3d19dc;},_0x166493[_0x5d9371(0x1ab)]=function(_0x2cf3bc,_0x171dec){return _0x2cf3bc||_0x171dec;};const _0x32c53e=_0x166493;return{'command':_0x2768c4,'thTestRunUuid':_0x32c53e['yZzpV'](_0x3a942a,''),'thBuildUuid':_0x32c53e['yZzpV'](_0x4f41e3,''),'thJwtToken':_0x32c53e[_0x5d9371(0x1ab)](_0x3cc7c4,''),'timestamp':new Date()[_0x5d9371(0x13b)]()};}[a80_0x2fda79(0x2b1)](_0xc771cd){const _0x1ce6cf=a80_0x2fda79,_0x580346={};_0x580346['mxqxq']=function(_0x272e62,_0x5f51d8){return _0x272e62||_0x5f51d8;};const _0x4522db=_0x580346;try{const _0x4f8fce=this[_0x1ce6cf(0x21b)]?.[_0x1ce6cf(0x243)]?.[_0x1ce6cf(0x1e6)]||[],_0x24f852=_0x4f8fce[_0x1ce6cf(0x164)](_0x57324d=>_0x57324d[_0x1ce6cf(0x18d)]===_0xc771cd);return _0x4522db['mxqxq'](_0x24f852,null);}catch(_0x5c09be){return logger[_0x1ce6cf(0x2b0)](_0x1ce6cf(0x165)+_0xc771cd+':\x20'+_0x5c09be[_0x1ce6cf(0x154)]),null;}}async[a80_0x2fda79(0x2cb)](_0x4f35e5,_0x5bb5e7,_0x15cb11=null){const _0x1ed008=a80_0x2fda79,_0x1d77cb={'Ckpzh':function(_0x40b429,_0x9b4f9d){return _0x40b429(_0x9b4f9d);},'vKfZd':_0x1ed008(0x230)};try{if(!_0x4f35e5)return logger[_0x1ed008(0x2b0)](_0x1ed008(0x24f)+_0x5bb5e7),null;const _0x53262f=this[_0x1ed008(0x2b1)](_0x5bb5e7);if(!_0x53262f||!_0x53262f[_0x1ed008(0x1e1)])return logger[_0x1ed008(0x2b0)]('executeScriptByName:\x20No\x20'+_0x5bb5e7+_0x1ed008(0x25c)),null;logger[_0x1ed008(0x2b0)]('Executing\x20'+_0x5bb5e7+_0x1ed008(0x2d8));const _0x1e4074=_0x1d77cb[_0x1ed008(0x25e)](require,_0x1d77cb[_0x1ed008(0x12d)]),_0x32ecec=_0x15cb11?await _0x1e4074[_0x1ed008(0x17c)](_0x4f35e5,_0x53262f[_0x1ed008(0x1e1)],_0x15cb11):await _0x1e4074[_0x1ed008(0x17c)](_0x4f35e5,_0x53262f[_0x1ed008(0x1e1)]);return _0x32ecec;}catch(_0x36e9f1){return logger[_0x1ed008(0x15c)](_0x1ed008(0x205)+_0x5bb5e7+':\x20'+(_0x36e9f1[_0x1ed008(0x15f)]||_0x36e9f1[_0x1ed008(0x154)])),null;}}async[a80_0x2fda79(0x2ac)](_0x51dc9a,_0x21e988,_0x3e2069,_0x971eff,_0x52abfb,_0x545ba8='scan'){const _0x5eb568=a80_0x2fda79,_0x487289={'FqIpn':function(_0x22d3a5,_0x186f45){return _0x22d3a5===_0x186f45;},'qbjlX':'scan','BJPnW':function(_0x328fd2,_0x57d1c1){return _0x328fd2(_0x57d1c1);},'fUIRj':_0x5eb568(0x230),'cPCCH':function(_0x253577,_0x20f6a7){return _0x253577(_0x20f6a7);}};try{logger[_0x5eb568(0x2b0)](_0x5eb568(0x1cf)+_0x3e2069+_0x5eb568(0x227)+_0x545ba8);const _0x313b4d=this[_0x5eb568(0x2b1)](_0x545ba8);if(!_0x313b4d||!_0x313b4d['command']){logger['debug'](_0x5eb568(0x269)+_0x545ba8+_0x5eb568(0x201));return;}if(_0x487289[_0x5eb568(0x26c)](_0x545ba8,_0x487289[_0x5eb568(0x11b)])){const _0x569317=_0x487289['BJPnW'](require,_0x487289['fUIRj']),_0x4c5d71={};_0x4c5d71[_0x5eb568(0x1e1)]=_0x3e2069;const _0x471e6f=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5eb568(0x1c8)],async()=>{const _0x43dbfc=_0x5eb568;await _0x569317[_0x43dbfc(0x17c)](_0x51dc9a,_0x313b4d[_0x43dbfc(0x1e1)]);},_0x4c5d71)();return logger[_0x5eb568(0x184)](_0x5eb568(0x1b4)+_0x545ba8+'\x20result\x20for\x20'+_0x3e2069+':\x20'+util[_0x5eb568(0x1b1)](_0x471e6f)),_0x471e6f;}const _0xf80ba3=_0x487289[_0x5eb568(0x116)](require,_0x487289[_0x5eb568(0x12a)]),_0x5326ea=await PerformanceTester[_0x5eb568(0x1fa)](PerformanceA11yEvents[_0x5eb568(0x2b5)],async()=>{const _0x5cc07a=_0x5eb568;await _0xf80ba3['browserStackEvaluate'](_0x51dc9a,_0x313b4d[_0x5cc07a(0x1e1)],_0x971eff);})();return logger['info'](_0x5eb568(0x1b4)+_0x545ba8+'\x20result\x20for\x20'+_0x3e2069+':\x20'+util['format'](_0x5326ea)),_0x5326ea;}catch(_0x336dff){logger['error'](_0x5eb568(0x2b4)+_0x545ba8+':\x20'+(_0x336dff['stack']||_0x336dff[_0x5eb568(0x154)]));}}async['validatePlatformForAccessibility'](_0x2edba4){const _0x503a4d=a80_0x2fda79,_0x264991={'bjPKP':function(_0x45db35,_0xcedfe){return _0x45db35(_0xcedfe);},'JPAKT':'../../../helpers/accessibility-automation/helper'};try{const _0x53b3d8=_0x264991['bjPKP'](require,_0x264991['JPAKT']);return await _0x53b3d8[_0x503a4d(0x122)](_0x2edba4);}catch(_0x15ab55){return logger[_0x503a4d(0x15c)](_0x503a4d(0x2c1)+(_0x15ab55[_0x503a4d(0x15f)]||_0x15ab55[_0x503a4d(0x154)])),![];}}[a80_0x2fda79(0x1c2)](_0x30ae24,_0x3f83ca,_0xb6a6f1){const _0x126155=a80_0x2fda79,_0x38751c={'AdKcj':function(_0x200702,_0x1e314b){return _0x200702(_0x1e314b);},'Hircx':_0x126155(0x230),'dmkkd':_0x126155(0x189),'JaTWc':'\x22browserstack.key\x22:\x22[REDACTED]\x22'};try{const _0x415a0a=_0x38751c[_0x126155(0x28a)](require,_0x38751c[_0x126155(0x2a9)]);_0x415a0a[_0x126155(0x1c2)](_0x30ae24,_0x3f83ca,_0xb6a6f1);const _0x41b8b6=JSON[_0x126155(0x231)](_0x30ae24)[_0x126155(0x119)](/"browserstack\.user":"[^"]*"/g,_0x38751c[_0x126155(0x27a)])[_0x126155(0x119)](/"browserstack\.key":"[^"]*"/g,_0x38751c[_0x126155(0x2c7)]);logger[_0x126155(0x2b0)](_0x126155(0x223)+global[_0x126155(0x133)]+'\x20'+_0x41b8b6);}catch(_0x219f48){logger[_0x126155(0x15c)](_0x126155(0x140)+(_0x219f48[_0x126155(0x15f)]||_0x219f48['message']));}}async[a80_0x2fda79(0x13c)](_0x296f5d){const _0x44e000=a80_0x2fda79,_0x3992b7={};_0x3992b7['dweAM']=_0x44e000(0x118),_0x3992b7['PPyEf']=_0x44e000(0x229);const _0x2638fe=_0x3992b7;try{if(!this[_0x44e000(0x18e)]())return logger[_0x44e000(0x1dd)](_0x2638fe['dweAM']),[];const _0x4ee27d=await this[_0x44e000(0x2cb)](_0x296f5d,_0x2638fe[_0x44e000(0x11c)]);return _0x4ee27d||[];}catch(_0x595c4f){return logger['error'](_0x44e000(0x16d)+(_0x595c4f[_0x44e000(0x15f)]||_0x595c4f[_0x44e000(0x154)])),[];}}async[a80_0x2fda79(0x1a8)](_0xa09896){const _0x7b508c=a80_0x2fda79,_0x2d71f7={'qhavX':'scan','zDviO':_0x7b508c(0x2dc),'RPgFp':_0x7b508c(0x244),'UxtcD':function(_0x293c82,_0x8c499){return _0x293c82(_0x8c499);},'qcGiA':_0x7b508c(0x1b5),'XlnFR':function(_0x59c259,_0x4d9913){return _0x59c259===_0x4d9913;},'aHVzt':'jest','doBLJ':_0x7b508c(0x130),'gjXkQ':_0x7b508c(0x263),'aSFGN':_0x7b508c(0x15d),'oqpsL':_0x7b508c(0x1a8),'xHHCv':_0x7b508c(0x1b8),'TvAnc':_0x7b508c(0x2bd),'pbbHh':_0x7b508c(0x2a3)};try{if(!this[_0x7b508c(0x18e)]())return logger[_0x7b508c(0x1dd)](_0x2d71f7[_0x7b508c(0x1cc)]),{};const _0x24968e=_0x2d71f7[_0x7b508c(0x1ea)](require,_0x2d71f7[_0x7b508c(0x29c)]),_0x599c7e=_0x24968e[_0x7b508c(0x195)](),_0x38acfe=_0x2d71f7[_0x7b508c(0x1ac)](_0x599c7e?.['name']?.[_0x7b508c(0x23e)](),_0x2d71f7[_0x7b508c(0x253)]);let _0x567747='',_0x13c5ef=null,_0x4ae5b0=null;if(_0x38acfe){_0x13c5ef=global['__jestCurrentTestIdentifier']||global['__workerDetails']?.[_0x7b508c(0x193)]?.[_0x7b508c(0x1d9)]||global[_0x7b508c(0x2ce)]?.[_0x7b508c(0x193)]?.['id'];if(!_0x13c5ef)return logger[_0x7b508c(0x1dd)](_0x2d71f7['doBLJ']),{};try{const _0x223745=await GrpcClient[_0x7b508c(0x2c9)]()[_0x7b508c(0x173)](process[_0x7b508c(0x1ad)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x2d71f7[_0x7b508c(0x262)],_0x2d71f7[_0x7b508c(0x247)],_0x13c5ef),_0x33ae3e=AccessibilityModule['loadDriverExecuteParams'](null,_0x223745);_0x567747=_0x33ae3e?.[_0x7b508c(0x233)]||'',logger[_0x7b508c(0x2b0)](_0x7b508c(0x1ff)+_0x567747+_0x7b508c(0x291)+_0x13c5ef);const _0x276410=await AccessibilityModule[_0x7b508c(0x250)](_0x2d71f7['zDviO'],_0x567747,_0x13c5ef),_0x52a5bc=this['getCapabilityValue'](_0x2d71f7[_0x7b508c(0x2da)])||this[_0x7b508c(0x21b)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2a283c=process[_0x7b508c(0x1ad)][_0x7b508c(0x14d)]||'',_0x1aaaf9=this[_0x7b508c(0x1bc)](_0x2d71f7['oqpsL'],_0x567747,_0x52a5bc,_0x2a283c);_0x4ae5b0=_0x24968e[_0x7b508c(0x23a)](_0x1aaaf9,_0x276410),logger['debug'](_0x7b508c(0x13f)+JSON['stringify'](_0x4ae5b0));}catch(_0xf79d60){return logger[_0x7b508c(0x15c)](_0x7b508c(0x14f)+_0xf79d60[_0x7b508c(0x154)]),{};}}else{_0x567747=this['getCapabilityValue'](_0x2d71f7[_0x7b508c(0x1ca)])||'';const _0x7cd889=this['getCapabilityValue'](_0x2d71f7['aSFGN'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x5dec31=process[_0x7b508c(0x1ad)][_0x7b508c(0x14d)]||'';_0x4ae5b0=this[_0x7b508c(0x1bc)](_0x2d71f7[_0x7b508c(0x23b)],_0x567747,_0x7cd889,_0x5dec31);}logger['debug'](_0x2d71f7[_0x7b508c(0x158)]),await PerformanceTester[_0x7b508c(0x1fa)](PerformanceA11yEvents[_0x7b508c(0x1c8)],async()=>{const _0x11e90c=_0x7b508c,_0x5530e7=await this['executeScriptByName'](_0xa09896,_0x2d71f7['qhavX'],_0x4ae5b0);logger[_0x11e90c(0x2b0)](_0x11e90c(0x2a5)+util[_0x11e90c(0x1b1)](_0x5530e7));},{'command':_0x2d71f7[_0x7b508c(0x23b)]})();const _0x29dabe=await PerformanceTester[_0x7b508c(0x1fa)](PerformanceA11yEvents[_0x7b508c(0x209)],async()=>{const _0xe02580=_0x7b508c;return await this[_0xe02580(0x2cb)](_0xa09896,_0x2d71f7['zDviO'],_0x4ae5b0);})();if(!_0x29dabe)return logger['debug'](_0x2d71f7['pbbHh']),{};return _0x29dabe;}catch(_0x5007d0){return logger[_0x7b508c(0x15c)](_0x7b508c(0x1f7)+(_0x5007d0[_0x7b508c(0x15f)]||_0x5007d0[_0x7b508c(0x154)])),{};}}async[a80_0x2fda79(0x1a7)](_0x1800ea,_0x2754d6,_0x35cf11=null){const _0x5b8a94=a80_0x2fda79,_0xfee3d1={};_0xfee3d1[_0x5b8a94(0x270)]=_0x5b8a94(0x2a7),_0xfee3d1['tPLzK']=_0x5b8a94(0x1f1),_0xfee3d1[_0x5b8a94(0x123)]=_0x5b8a94(0x145);const _0x5b0e8f=_0xfee3d1;try{if(!_0x1800ea)return logger[_0x5b8a94(0x2b0)](_0x5b0e8f[_0x5b8a94(0x270)]),null;if(!_0x2754d6)return logger[_0x5b8a94(0x2b0)](_0x5b0e8f['tPLzK']),null;logger['debug'](_0x5b0e8f[_0x5b8a94(0x123)]);const _0x516fdc=_0x35cf11?await _0x1800ea[_0x5b8a94(0x1c0)](_0x2754d6,_0x35cf11):await _0x1800ea[_0x5b8a94(0x1c0)](_0x2754d6);return _0x516fdc;}catch(_0x207acf){return logger[_0x5b8a94(0x15c)](_0x5b8a94(0x28f)+(_0x207acf[_0x5b8a94(0x15f)]||_0x207acf[_0x5b8a94(0x154)])),null;}}static['loadDriverExecuteParams'](_0x210df9,_0x1b2212){const _0xd9caba=a80_0x2fda79,_0x4fa922={};_0x4fa922[_0xd9caba(0x2bb)]=_0xd9caba(0x178);const _0x360dec=_0x4fa922,_0x8145b6={};_0x8145b6[_0xd9caba(0x233)]=_0x210df9;const _0x3618b2=_0x8145b6;let _0x453aaf={};if(_0x1b2212['getSuccess']()&&_0x1b2212['hasAccessibilityExecuteParams']())try{_0x453aaf=JSON[_0xd9caba(0x2cf)](new Buffer(_0x1b2212['getAccessibilityExecuteParams']())[_0xd9caba(0x170)](_0x360dec[_0xd9caba(0x2bb)]));}catch(_0x218a37){logger[_0xd9caba(0x15c)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x218a37[_0xd9caba(0x154)]),_0x453aaf={};}return CLIUtils[_0xd9caba(0x23a)](_0x3618b2,_0x453aaf);}static async['fetchCentralAuthA11yConfig'](_0x1628a5,_0x37ddd9='',_0xb98b9=null){const _0x240c55=a80_0x2fda79,_0x422b27={};_0x422b27[_0x240c55(0x216)]=_0x240c55(0x2bc),_0x422b27[_0x240c55(0x285)]='accessibility';const _0x50bf52=_0x422b27;try{if(!_0xb98b9&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x240c55(0x19d)];if(!process[_0x240c55(0x1ad)][_0x240c55(0x18f)])return logger['error'](_0x50bf52[_0x240c55(0x216)]),{};const _0x3de109=await GrpcClient[_0x240c55(0x2c9)]()[_0x240c55(0x173)](process[_0x240c55(0x1ad)][_0x240c55(0x18f)],_0x50bf52[_0x240c55(0x285)],_0x1628a5,_0xb98b9),_0x4d8583=_0xb98b9?AccessibilityModule[_0x240c55(0x148)](null,_0x3de109)?.[_0x240c55(0x233)]||_0x37ddd9:_0x37ddd9,_0x3ca359=AccessibilityModule[_0x240c55(0x148)](_0x4d8583,_0x3de109);return!_0xb98b9&&(AccessibilityModule[_0x240c55(0x19d)]=_0x3ca359,AccessibilityModule[_0x240c55(0x2d3)]=!![]),_0x3ca359;}catch(_0x4d9d9a){return logger[_0x240c55(0x15c)](_0x240c55(0x1a3)+_0x1628a5+':\x20'+(_0x4d9d9a[_0x240c55(0x15f)]||_0x4d9d9a['message'])),{};}}};module['exports']=AccessibilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a81_0x1438(_0xf99643,_0x37933e){const _0x339c3e=a81_0x339c();return a81_0x1438=function(_0x143885,_0x51bdc9){_0x143885=_0x143885-0xc9;let _0x1d9b1b=_0x339c3e[_0x143885];return _0x1d9b1b;},a81_0x1438(_0xf99643,_0x37933e);}const a81_0x46af66=a81_0x1438;function a81_0x339c(){const _0x2cd249=['version','2139468nVuQJr','_test','2|3|4|1|5|0','OKTmQ','config','../../../helpers/logger.js','object','winstonLogger','platformIndex','PLAYWRIGHT','WUVfM','3|4|2|1|0','name','10512kdCcwX','GorMD','getModuleName','4RVcYzY','testFrameworkData',',\x20platformIndex=','split','CUCUMBER','JEST','exports','client','856rANYRX','4213622Hoxchh','vvyvt','iruPQ','\x20with\x20binSessionId=','143751MaSSim','getTestId','aFcmW','testCaseStartedId','binSessionId','setTestFrameworkData','testFramework','testInfo','xuWks','8036NyoJnU','3315110HzUTCu','1713562KDFYro'];a81_0x339c=function(){return _0x2cd249;};return a81_0x339c();}(function(_0x380072,_0x513337){const _0x3b69e5=a81_0x1438,_0x57a1a9=_0x380072();while(!![]){try{const _0x3c1341=parseInt(_0x3b69e5(0xe8))/0x1+parseInt(_0x3b69e5(0xea))/0x2+parseInt(_0x3b69e5(0xdf))/0x3+-parseInt(_0x3b69e5(0xd2))/0x4*(-parseInt(_0x3b69e5(0xe9))/0x5)+-parseInt(_0x3b69e5(0xec))/0x6+-parseInt(_0x3b69e5(0xdb))/0x7+-parseInt(_0x3b69e5(0xda))/0x8*(parseInt(_0x3b69e5(0xcf))/0x9);if(_0x3c1341===_0x513337)break;else _0x57a1a9['push'](_0x57a1a9['shift']());}catch(_0x3d53a0){_0x57a1a9['push'](_0x57a1a9['shift']());}}}(a81_0x339c,0x782e0));const logger=require(a81_0x46af66(0xf1))[a81_0x46af66(0xc9)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x8ed143=null){const _0x3503a1=a81_0x46af66,_0x19845a={};_0x19845a['aFcmW']=_0x3503a1(0xee),_0x19845a[_0x3503a1(0xdd)]='BaseModule';const _0x430c50=_0x19845a,_0x439dac=_0x430c50[_0x3503a1(0xe1)][_0x3503a1(0xd5)]('|');let _0x216a36=0x0;while(!![]){switch(_0x439dac[_0x216a36++]){case'0':this[_0x3503a1(0xd3)]=this['setTestFrameworkData'](_0x8ed143);continue;case'1':this[_0x3503a1(0xf0)]={};continue;case'2':this['name']=_0x430c50[_0x3503a1(0xdd)];continue;case'3':this[_0x3503a1(0xe3)]=null;continue;case'4':this[_0x3503a1(0xca)]=0x0;continue;case'5':this[_0x3503a1(0xd9)]=null;continue;}break;}}['ensureBinSession'](){const _0xb2fd3e=a81_0x46af66,_0x5cab91={};_0x5cab91[_0xb2fd3e(0xd0)]='Missing\x20binSessionId';const _0x539c51=_0x5cab91;if(!this['binSessionId'])throw new Error(_0x539c51[_0xb2fd3e(0xd0)]);}[a81_0x46af66(0xd1)](){const _0xcb63bf=a81_0x46af66;return this[_0xcb63bf(0xce)];}['configure'](_0x29b38,_0x1ee6a9,_0x2afc09,_0x399d22={}){const _0x3cb7b8=a81_0x46af66,_0x13c84e={};_0x13c84e['xuWks']=_0x3cb7b8(0xcd);const _0x50f452=_0x13c84e,_0x4bc7a4=_0x50f452[_0x3cb7b8(0xe7)][_0x3cb7b8(0xd5)]('|');let _0x56c20c=0x0;while(!![]){switch(_0x4bc7a4[_0x56c20c++]){case'0':logger['debug']('Configured\x20module\x20'+this[_0x3cb7b8(0xd1)]()+_0x3cb7b8(0xde)+_0x29b38+_0x3cb7b8(0xd4)+_0x1ee6a9);continue;case'1':this[_0x3cb7b8(0xf0)]=_0x399d22;continue;case'2':this[_0x3cb7b8(0xd9)]=_0x2afc09;continue;case'3':this['binSessionId']=_0x29b38;continue;case'4':this[_0x3cb7b8(0xca)]=_0x1ee6a9;continue;}break;}}[a81_0x46af66(0xe0)](_0x3491a8){const _0x47dfad=a81_0x46af66,_0x33c418={};_0x33c418['vvyvt']=function(_0x5ce75a,_0x198f41){return _0x5ce75a===_0x198f41;};const _0x410c58=_0x33c418;let _0x496bae='';if(_0x410c58[_0x47dfad(0xdc)](_0x3491a8[_0x47dfad(0xe5)],FRAMEWORKS[_0x47dfad(0xcb)]))_0x496bae=_0x3491a8[_0x47dfad(0xe6)]?.[_0x47dfad(0xed)]?.['id']||_0x3491a8['testInfo']?.['testId'];else{if(_0x410c58['vvyvt'](_0x3491a8[_0x47dfad(0xe5)],FRAMEWORKS[_0x47dfad(0xd6)]))_0x496bae=_0x3491a8[_0x47dfad(0xe6)]?.[_0x47dfad(0xe2)];else _0x410c58[_0x47dfad(0xdc)](_0x3491a8[_0x47dfad(0xe5)],FRAMEWORKS[_0x47dfad(0xd7)])&&(_0x496bae=_0x3491a8['testInfo']?.['id']);}return _0x496bae;}[a81_0x46af66(0xe4)](_0x46dc39){const _0x587fc9=a81_0x46af66,_0x19a891={};_0x19a891[_0x587fc9(0xef)]=function(_0x4e6941,_0x2584e9){return _0x4e6941!==_0x2584e9;},_0x19a891[_0x587fc9(0xcc)]=_0x587fc9(0xf2);const _0x278f25=_0x19a891;if(!_0x46dc39||_0x278f25[_0x587fc9(0xef)](typeof _0x46dc39,_0x278f25[_0x587fc9(0xcc)]))return null;const _0x200070={};_0x200070[_0x587fc9(0xce)]=_0x46dc39[_0x587fc9(0xce)],_0x200070[_0x587fc9(0xeb)]=_0x46dc39['version']&&_0x46dc39[_0x587fc9(0xeb)][_0x46dc39['name']];const _0x1b2755=_0x200070;return _0x1b2755;}}module[a81_0x46af66(0xd8)]=BaseModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a82_0x4e3a(){const _0x56c9d4=['overrideLoadTesting','browserstackAutomation','QyICu','setLTSSessionId\x20error:\x20','false','kfDoW','8KOWsJo','aWpmU','BjqPW','gCsPk','setLTSSessionId','BROWSERSTACK_LTS_SESSION_ID\x20cleared','toLowerCase','20jMWPoC','7849681sdQolC','2772814KHMdhP','toString','8MXZePK','700176lGcMbZ','LuwjF','BROWSERSTACK_LTS_SESSION_ID','ypGSM','36931240rhEQOn','exports','3807792XTASOQ','../../../helpers/helper.js','getLTSSessionId','error','LTS','JRcIQ','gzVea','yKVkO','WPaHr','zMbJx','jghcT','LoadTestModule','env','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','message','131570AWcUNm','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','undefined','string','178533HzqFxi','debug','OgjyG'];a82_0x4e3a=function(){return _0x56c9d4;};return a82_0x4e3a();}const a82_0x4bd443=a82_0x1a1e;(function(_0xf97b8e,_0x393b7c){const _0x3f992f=a82_0x1a1e,_0x116f17=_0xf97b8e();while(!![]){try{const _0x51296f=-parseInt(_0x3f992f(0x129))/0x1+-parseInt(_0x3f992f(0x13f))/0x2+parseInt(_0x3f992f(0x12d))/0x3*(-parseInt(_0x3f992f(0x141))/0x4)+-parseInt(_0x3f992f(0x13d))/0x5*(parseInt(_0x3f992f(0x142))/0x6)+-parseInt(_0x3f992f(0x13e))/0x7*(parseInt(_0x3f992f(0x136))/0x8)+parseInt(_0x3f992f(0x148))/0x9+parseInt(_0x3f992f(0x146))/0xa;if(_0x51296f===_0x393b7c)break;else _0x116f17['push'](_0x116f17['shift']());}catch(_0x233d4d){_0x116f17['push'](_0x116f17['shift']());}}}(a82_0x4e3a,0xd98a6));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a82_0x4bd443(0x125)),{sendSdkEvents}=require(a82_0x4bd443(0x149)),isLTSSession=(_0x2c0271=null)=>{const _0x4ceb57=a82_0x4bd443,_0x5204fa={};_0x5204fa[_0x4ceb57(0x135)]=function(_0x25387f,_0x410e91){return _0x25387f!==_0x410e91;},_0x5204fa[_0x4ceb57(0x122)]=_0x4ceb57(0x12b),_0x5204fa[_0x4ceb57(0x145)]=function(_0x117ff6,_0x50ad6b){return _0x117ff6===_0x50ad6b;},_0x5204fa['QyICu']=_0x4ceb57(0x12c),_0x5204fa[_0x4ceb57(0x123)]=function(_0x568596,_0x3edc31){return _0x568596===_0x3edc31;},_0x5204fa[_0x4ceb57(0x12f)]='true',_0x5204fa[_0x4ceb57(0x137)]=function(_0x3fb820,_0x138c8a){return _0x3fb820===_0x138c8a;},_0x5204fa[_0x4ceb57(0x143)]=function(_0x3571e7,_0x5d7480){return _0x3571e7===_0x5d7480;},_0x5204fa[_0x4ceb57(0x124)]=_0x4ceb57(0x134);const _0x3d5c09=_0x5204fa;try{if(_0x3d5c09[_0x4ceb57(0x135)](typeof process[_0x4ceb57(0x126)][_0x4ceb57(0x130)],_0x3d5c09[_0x4ceb57(0x122)])){const _0x302a12=process[_0x4ceb57(0x126)][_0x4ceb57(0x130)];return _0x3d5c09['ypGSM'](typeof _0x302a12,_0x3d5c09[_0x4ceb57(0x132)])?_0x3d5c09['zMbJx'](_0x302a12[_0x4ceb57(0x13c)](),_0x3d5c09[_0x4ceb57(0x12f)]):!!_0x302a12;}const _0x445bb5=_0x2c0271&&_0x2c0271[_0x4ceb57(0x130)],_0x52582d=!!(_0x2c0271&&(_0x3d5c09[_0x4ceb57(0x137)](_0x2c0271[_0x4ceb57(0x131)],!![])||_0x3d5c09[_0x4ceb57(0x137)](_0x2c0271[_0x4ceb57(0x131)],_0x3d5c09[_0x4ceb57(0x12f)]))),_0x14883b=!!(_0x445bb5&&_0x3d5c09[_0x4ceb57(0x143)](_0x445bb5[_0x4ceb57(0x140)]()['toLowerCase'](),_0x3d5c09[_0x4ceb57(0x12f)])&&!_0x52582d);return process['env']['overrideLoadTesting']=_0x14883b?_0x3d5c09[_0x4ceb57(0x12f)]:_0x3d5c09[_0x4ceb57(0x124)],_0x14883b;}catch(_0x18ea58){return process[_0x4ceb57(0x126)][_0x4ceb57(0x130)]=_0x3d5c09['jghcT'],![];}},getLTSSessionId=()=>{const _0x1a887f=a82_0x4bd443,_0x480a14={'yKVkO':function(_0x2afb84){return _0x2afb84();},'alMjj':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','WRpJO':_0x1a887f(0x127)};try{if(_0x480a14[_0x1a887f(0x121)](isLTSSession))return logger[_0x1a887f(0x12e)](_0x480a14['alMjj']),process['env'][_0x1a887f(0x144)]||'';}catch(_0x4a0dec){logger[_0x1a887f(0x14b)](_0x1a887f(0x12a)+(_0x4a0dec&&_0x4a0dec[_0x1a887f(0x128)]));}return logger[_0x1a887f(0x12e)](_0x480a14['WRpJO']),'';},setLTSSessionId=async(_0x4ba6c7={})=>{const _0x2dfe0e=a82_0x4bd443,_0x301021={'JRcIQ':function(_0x3da2ac){return _0x3da2ac();},'pMhFa':'BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','djuys':_0x2dfe0e(0x13b),'zIWLf':_0x2dfe0e(0x14c),'gCsPk':function(_0x4d8f48,_0x29b829){return _0x4d8f48(_0x29b829);},'gzVea':function(_0x56b896,_0x3d28e5,_0x130d47){return _0x56b896(_0x3d28e5,_0x130d47);},'BjqPW':function(_0x1297dd,_0x4c63b2){return _0x1297dd||_0x4c63b2;}};try{const _0x503b11=_0x301021[_0x2dfe0e(0x14d)](getLTSSessionId);_0x503b11?(process[_0x2dfe0e(0x126)]['BROWSERSTACK_LTS_SESSION_ID']=_0x503b11,logger[_0x2dfe0e(0x12e)](_0x301021['pMhFa'])):(delete process['env'][_0x2dfe0e(0x144)],logger[_0x2dfe0e(0x12e)](_0x301021['djuys']));try{const _0x3d4401={'feature':_0x301021['zIWLf'],'ltsEnabled':_0x301021[_0x2dfe0e(0x139)](isLTSSession,_0x4ba6c7),'ltsSessionIdPresent':!!_0x503b11};await _0x301021[_0x2dfe0e(0x120)](sendSdkEvents,_0x3d4401,_0x4ba6c7);}catch(_0x27f0f4){logger[_0x2dfe0e(0x12e)]('Failed\x20to\x20record\x20LTS\x20telemetry:\x20'+(_0x27f0f4&&_0x27f0f4[_0x2dfe0e(0x128)]));}return _0x301021[_0x2dfe0e(0x138)](_0x503b11,'');}catch(_0x45d51b){return logger[_0x2dfe0e(0x12e)](_0x2dfe0e(0x133)+(_0x45d51b&&_0x45d51b[_0x2dfe0e(0x128)])),'';}},a82_0x1a17fd={};function a82_0x1a1e(_0x4ff639,_0x39f5aa){const _0x4e3abe=a82_0x4e3a();return a82_0x1a1e=function(_0x1a1ec2,_0x246ed0){_0x1a1ec2=_0x1a1ec2-0x120;let _0x294d65=_0x4e3abe[_0x1a1ec2];return _0x294d65;},a82_0x1a1e(_0x4ff639,_0x39f5aa);}a82_0x1a17fd['isLTSSession']=isLTSSession,a82_0x1a17fd[a82_0x4bd443(0x14a)]=getLTSSessionId,a82_0x1a17fd[a82_0x4bd443(0x13a)]=setLTSSessionId,module[a82_0x4bd443(0x147)]=a82_0x1a17fd;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a83_0xe9d5(_0x133c3a,_0x27ed9a){const _0x175227=a83_0x1752();return a83_0xe9d5=function(_0xe9d5fb,_0x31cd18){_0xe9d5fb=_0xe9d5fb-0xc7;let _0x471a8=_0x175227[_0xe9d5fb];return _0x471a8;},a83_0xe9d5(_0x133c3a,_0x27ed9a);}const a83_0x57321c=a83_0xe9d5;(function(_0x465228,_0x3f31f0){const _0x231c5c=a83_0xe9d5,_0x2e17fd=_0x465228();while(!![]){try{const _0x2f5bf3=-parseInt(_0x231c5c(0xe6))/0x1*(-parseInt(_0x231c5c(0xec))/0x2)+-parseInt(_0x231c5c(0xca))/0x3+parseInt(_0x231c5c(0xe9))/0x4+parseInt(_0x231c5c(0xed))/0x5*(parseInt(_0x231c5c(0xdc))/0x6)+-parseInt(_0x231c5c(0xe7))/0x7+parseInt(_0x231c5c(0xd0))/0x8+parseInt(_0x231c5c(0xd1))/0x9*(-parseInt(_0x231c5c(0xdf))/0xa);if(_0x2f5bf3===_0x3f31f0)break;else _0x2e17fd['push'](_0x2e17fd['shift']());}catch(_0x56546d){_0x2e17fd['push'](_0x2e17fd['shift']());}}}(a83_0x1752,0x5b576));const BaseModule=require('./baseModule'),{createClassLogger}=require(a83_0x57321c(0xc7)),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a83_0x57321c(0xee)),HookState=require(a83_0x57321c(0xd2)),{playwrightAnnotate}=require(a83_0x57321c(0xeb)),PerformanceTester=require(a83_0x57321c(0xea)),{O11y_EVENTS}=require('../../../helpers/performance/constants.js'),constants=require(a83_0x57321c(0xce));function a83_0x1752(){const _0x358b8a=['TEST_REPORTING_ANALYTICS','logger','VuLZg','../../utils/constants.js','observabilityConfig','4237296bOUwEH','13793562dxHwwR','../state/hookState.js','CREATE','BpIxa','MODULE_NAME','end','exports','MKeMv','getModuleName','onBeforeTest:\x20','\x20sync\x20done','228JajQmu','ObservabilityModule','start','10mNFIjK','fPLOB','debug','page','ObservabilitySync:','dCqKI','SYNC','149GFStNX','217273dOamuy','onBeforeTest','926176WnKMoY','../../../helpers/performance/performance-tester.js','../../../helpers/helper.js','9902BgNlvr','82190LvhFhh','../state/automationFrameworkState.js','../../../helpers/classLogger.js','onBeforeTest:\x20page\x20is\x20not\x20defined','bind','557274SCwCIU'];a83_0x1752=function(){return _0x358b8a;};return a83_0x1752();}class ObservabilityModule extends BaseModule{[a83_0x57321c(0xcc)]=createClassLogger(a83_0x57321c(0xdd));constructor(_0x499032){const _0x5aaffe=a83_0x57321c,_0x3b0e5b={};_0x3b0e5b['dCqKI']=_0x5aaffe(0xdd);const _0x539dc0=_0x3b0e5b;super(),this['name']=_0x539dc0[_0x5aaffe(0xe4)],this[_0x5aaffe(0xcf)]=_0x499032,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5aaffe(0xd3)],HookState['POST'],this[_0x5aaffe(0xe8)][_0x5aaffe(0xc9)](this));}[a83_0x57321c(0xd9)](){const _0x26753b=a83_0x57321c;return ObservabilityModule[_0x26753b(0xd5)];}async[a83_0x57321c(0xe8)](_0x4f1b83){const _0x224767=a83_0x57321c,_0x2e091a={'fPLOB':function(_0x30c4d0,_0x98d5cb){return _0x30c4d0+_0x98d5cb;},'BpIxa':_0x224767(0xe3),'VuLZg':function(_0x229398,_0x24f939,_0x127887,_0x2857ec){return _0x229398(_0x24f939,_0x127887,_0x2857ec);},'MKeMv':_0x224767(0xe1),'nvNzF':_0x224767(0xc8)};if(_0x4f1b83['page']){const _0x11f8f1=_0x4f1b83[_0x224767(0xe2)],_0x57d53f=Date['now'](),_0x31730a=_0x2e091a[_0x224767(0xe0)](_0x2e091a[_0x224767(0xd4)],_0x57d53f);PerformanceTester[_0x224767(0xde)](O11y_EVENTS[_0x224767(0xe5)]),await _0x2e091a[_0x224767(0xcd)](playwrightAnnotate,_0x11f8f1,_0x31730a,_0x2e091a[_0x224767(0xd8)]),PerformanceTester[_0x224767(0xd6)](O11y_EVENTS[_0x224767(0xe5)]),this['logger']['info'](_0x224767(0xda)+constants[_0x224767(0xcb)]+_0x224767(0xdb));}else this['logger'][_0x224767(0xe1)](_0x2e091a['nvNzF']);}}ObservabilityModule[a83_0x57321c(0xd5)]=a83_0x57321c(0xdd),module[a83_0x57321c(0xd7)]=ObservabilityModule;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a84_0x4b16bf=a84_0x4f1f;(function(_0x517cd5,_0xe98316){const _0x45b114=a84_0x4f1f,_0x232391=_0x517cd5();while(!![]){try{const _0x387a54=-parseInt(_0x45b114(0x166))/0x1+-parseInt(_0x45b114(0x1d4))/0x2*(parseInt(_0x45b114(0x165))/0x3)+parseInt(_0x45b114(0x1ef))/0x4+parseInt(_0x45b114(0x1ce))/0x5+-parseInt(_0x45b114(0x206))/0x6+-parseInt(_0x45b114(0x204))/0x7+parseInt(_0x45b114(0x1cd))/0x8*(parseInt(_0x45b114(0x170))/0x9);if(_0x387a54===_0xe98316)break;else _0x232391['push'](_0x232391['shift']());}catch(_0x3bdb28){_0x232391['push'](_0x232391['shift']());}}}(a84_0xa55b,0xdc789));const util=require(a84_0x4b16bf(0x208)),BaseModule=require(a84_0x4b16bf(0x200)),{createClassLogger}=require(a84_0x4b16bf(0x1a0)),{getFrameworkVersion}=require(a84_0x4b16bf(0x1c4)),helper=require(a84_0x4b16bf(0x147)),{FRAMEWORKS}=require(a84_0x4b16bf(0x1d2)),AutomationFramework=require(a84_0x4b16bf(0x17c)),AutomationFrameworkState=require(a84_0x4b16bf(0x1ed)),HookState=require('../state/hookState.js'),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x4b16bf(0x1d5)),CLIUtils=require(a84_0x4b16bf(0x19e)),BrowserstackCLI=require(a84_0x4b16bf(0x1a5)),GrpcClient=require(a84_0x4b16bf(0x160)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a84_0x4b16bf(0x14d))[a84_0x4b16bf(0x1df)],TestInfo=require(a84_0x4b16bf(0x167)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require('./loadTestModule.js'),TestFrameworkConstants=require(a84_0x4b16bf(0x1fe)),TestFrameworkState=require(a84_0x4b16bf(0x205)),JestUtils=require(a84_0x4b16bf(0x18c));function a84_0xa55b(){const _0x2581e1=['../browserstackCLI.js','fCcjk','platformDetails','PoGTL','driverInit','testRunId','with\x20','instance','bsParams','Session','exports','recreateIdentifierFromTestInfo','JbXXm','info','isPlaywright','ngvCo','\x20||\x20','passed','markSessionStatus','markSessionStatus:\x20Marking\x20session\x20status','WypYT','bStackParams','HhZFP','rtoSv','PLAYWRIGHT_DISPATCH','retry','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','browser','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','KEY_TEST_FRAMEWORK_VERSION','MIsQX','../../../helpers/test-observability/utils','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','page','parallelIndex','from','getRef','contextObject','jestUtils','mUIRm','72uvdanU','1687160MxqovZ','getProcessId','bind','inspect','../../utils/constants','YgCYx','2IuvOuW','../../../helpers/helper.js','EXECUTE','nUqUv','VFbfl','markSessionName','isLTSSession','Error\x20in\x20onAfterDriverCreate:\x20','AdsUL','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20',',\x20test_identifier:\x20','AUTOMATE_EVENTS','MIKOd','pskEU','setSessionStatus','PLAYWRIGHT','registerObserver','KEY_TEST_ID','jJxVY','HoBnU','KEY_HUB_URL','KEY_PAGE_OBJECT','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','CUCUMBER','YGSTr','../state/automationFrameworkState.js','onAfterTest','6463180yDRFPt','browserObject','Error\x20in\x20onDispatchExecute:\x20','POST','debug','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','YSuNL','toString','sNhQT','split','NSnGy','Playwright','epefl','JxOyN','EaCuH','../framework/constants/testFrameworkConstants.js','KEY_PLATFORM_INDEX','./baseModule','parse','PRE','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','6626858qgPSuS','../state/testFrameworkState','625608jEJXPa','getTestId','util','1.51.0','PlaywrightDriverModule','Qviou','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','error','OoZzf','pickle','testInfo','../../../helpers/helper','QiyHx','gherkinDocument','CREATE','MODULE_NAME','logger','../../../helpers/performance/constants.js','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','start','getModuleName','tZKRU','end','params','onAfterDriverCreate:\x20Setting\x20browser\x20object','shouldSkipSessionStatus','dspxm','getTestUUID','testFrameworkData','getLTSSessionId','status','KEY_BROWSER_OBJECT','\x20failure\x20reason:\x20','QyluB','getContext','getConfig','../grpcClient.js','KDxJD','hubUrl','2|10|3|5|6|4|1|8|0|7|9|11','Error\x20in\x20onBeforeDriverCreate:\x20','3592254hOxABD','1335379uursNn','../TestInfo.js','onPlaywrightDispatch','reason','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','onDispatchExecute:\x20Playwright\x20sessionId:\x20','action','getTestIdentifierFromTestInfo','shouldSkipSessionName','getState','2533581wTMpJO','getThreadId','DNTBi','BJHTA','name','zvFuu','onBeforeDriverCreate','lMjYV','launchcaps','__workerDetails','JEST','arguments','../framework/automationFramework.js','browserVersion','result','onAfterDriverCreate','KEY_CAPABILITIES','isBrowserstackInfra','onAfterDriverCreate:\x20Setting\x20page\x20object','ryQBe','bhSpl','testId:\x20','KEY_SESSION_ID','SESSION_NAME','testData\x20from\x20onAfterTest:\x20','PmCOi','SESSION_STATUS','SyAmn','../utils/jest-utils.js','Automation\x20onAfterTest:\x20Test\x20status:\x20','playwrightVersion','onAfterTest\x20CBTSession\x20payload:\x20','bSdEZ','KEY_CONTEXT_OBJECT','setSessionName','format','getTrackedInstance','message','sessionId','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','markSessionName:\x20Skipping\x20session\x20name\x20marking','RhRys','workerInfo','stringify','kePGy','TEST','../cliUtils.js','setState','../../../helpers/classLogger.js','browserName','getInstance','isFalse','testUuid'];a84_0xa55b=function(){return _0x2581e1;};return a84_0xa55b();}function a84_0x4f1f(_0x35492c,_0x2b71ae){const _0xa55b7d=a84_0xa55b();return a84_0x4f1f=function(_0x4f1f57,_0x3f9c75){_0x4f1f57=_0x4f1f57-0x142;let _0x46849e=_0xa55b7d[_0x4f1f57];return _0x46849e;},a84_0x4f1f(_0x35492c,_0x2b71ae);}class PlaywrightDriverModule extends BaseModule{static [a84_0x4b16bf(0x15b)]=a84_0x4b16bf(0x1f0);static [a84_0x4b16bf(0x191)]=a84_0x4b16bf(0x1ca);static [a84_0x4b16bf(0x1e9)]='pageObject';static [a84_0x4b16bf(0x186)]=a84_0x4b16bf(0x196);static [a84_0x4b16bf(0x1ff)]='platformIndex';static [a84_0x4b16bf(0x180)]='capabilities';static ['KEY_HUB_URL']=a84_0x4b16bf(0x162);static ['KEY_PLATFORM_DETAILS']='platformDetails';static [a84_0x4b16bf(0x1e5)]='testId';[a84_0x4b16bf(0x14c)]=createClassLogger(a84_0x4b16bf(0x20a));constructor(_0x4e9aea=null){const _0x5d9b25=a84_0x4b16bf,_0x3fc2cb={};_0x3fc2cb[_0x5d9b25(0x172)]=_0x5d9b25(0x163),_0x3fc2cb[_0x5d9b25(0x1bc)]=_0x5d9b25(0x20a);const _0x3bc216=_0x3fc2cb,_0x4a2421=_0x3bc216[_0x5d9b25(0x172)][_0x5d9b25(0x1f8)]('|');let _0x4e5cad=0x0;while(!![]){switch(_0x4a2421[_0x4e5cad++]){case'0':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState[_0x5d9b25(0x14a)],HookState[_0x5d9b25(0x202)],this[_0x5d9b25(0x176)][_0x5d9b25(0x1d0)](this));continue;case'1':this[_0x5d9b25(0x1aa)]=null;continue;case'2':super(_0x4e9aea);continue;case'3':this[_0x5d9b25(0x18e)]=null;continue;case'4':this['platforms']=[];continue;case'5':this[_0x5d9b25(0x1a1)]=null;continue;case'6':this[_0x5d9b25(0x17d)]=null;continue;case'7':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState['CREATE'],HookState[_0x5d9b25(0x1f2)],this[_0x5d9b25(0x17f)]['bind'](this));continue;case'8':this[_0x5d9b25(0x1cb)]=new JestUtils();continue;case'9':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x5d9b25(0x1bd)],HookState[_0x5d9b25(0x1f2)],this[_0x5d9b25(0x168)][_0x5d9b25(0x1d0)](this));continue;case'10':this[_0x5d9b25(0x174)]=_0x3bc216[_0x5d9b25(0x1bc)];continue;case'11':AutomationFramework[_0x5d9b25(0x1e4)](AutomationFrameworkState[_0x5d9b25(0x1d6)],HookState['POST'],this[_0x5d9b25(0x1ee)]['bind'](this));continue;}break;}}[a84_0x4b16bf(0x150)](){const _0xd79883=a84_0x4b16bf;return PlaywrightDriverModule[_0xd79883(0x14b)];}async['onBeforeDriverCreate'](_0x56205b){const _0x45b012=a84_0x4b16bf,_0x2aab16={};_0x2aab16['AdsUL']='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x105e58=_0x2aab16;try{this['logger'][_0x45b012(0x1f3)](_0x105e58[_0x45b012(0x1dc)]);const _0xa0cb7c=_0x56205b[_0x45b012(0x178)],_0x30bfeb=_0x56205b[_0x45b012(0x162)];AutomationFramework['setState'](_0x56205b['instance'],PlaywrightDriverModule[_0x45b012(0x180)],_0xa0cb7c),AutomationFramework[_0x45b012(0x19f)](_0x56205b['instance'],PlaywrightDriverModule[_0x45b012(0x1e8)],_0x30bfeb);}catch(_0x3de461){this[_0x45b012(0x14c)][_0x45b012(0x143)](_0x45b012(0x164)+util[_0x45b012(0x193)](_0x3de461));}}async[a84_0x4b16bf(0x168)](_0x7a797e){const _0x371d17=a84_0x4b16bf,_0x5433c5={};_0x5433c5[_0x371d17(0x151)]=function(_0xee4bd4,_0x6c571f){return _0xee4bd4||_0x6c571f;};const _0x17e5d5=_0x5433c5;try{const _0x1f1bed=_0x7a797e?.[_0x371d17(0x195)]&&_0x7a797e?.['message']?.[_0x371d17(0x153)]&&_0x7a797e?.['message']?.[_0x371d17(0x153)]?.[_0x371d17(0x1ad)],_0x4b1c92=_0x7a797e?.[_0x371d17(0x195)]&&_0x7a797e?.[_0x371d17(0x195)]?.[_0x371d17(0x1ba)];if(_0x17e5d5[_0x371d17(0x151)](_0x1f1bed,_0x4b1c92)){this[_0x371d17(0x14c)][_0x371d17(0x1f3)](_0x371d17(0x1bf)+util[_0x371d17(0x1d1)](_0x1f1bed)+_0x371d17(0x1b5)+util['inspect'](_0x4b1c92));const _0x4df04e=_0x7a797e?.[_0x371d17(0x1ac)],_0xd996d2=global?.[_0x371d17(0x179)]?.[_0x371d17(0x19a)]?.[_0x371d17(0x1c7)],_0x321a12=_0x1f1bed?.[_0x371d17(0x196)]||_0x4b1c92?.[_0x371d17(0x196)],_0x2bf67b=_0x1f1bed?.[_0x371d17(0x1a7)]||_0x4b1c92?.['platformDetails'];_0x321a12&&(this['logger'][_0x371d17(0x1f3)](_0x371d17(0x16b)+_0x321a12),AutomationFramework[_0x371d17(0x19f)](_0x4df04e,PlaywrightDriverModule[_0x371d17(0x186)],_0x321a12)),_0xd996d2&&(this['logger'][_0x371d17(0x1f3)](_0x371d17(0x142)+util[_0x371d17(0x1d1)](_0xd996d2)),AutomationFramework[_0x371d17(0x19f)](_0x4df04e,PlaywrightDriverModule[_0x371d17(0x1ff)],_0xd996d2));}}catch(_0x508461){this['logger'][_0x371d17(0x143)](_0x371d17(0x1f1)+util['format'](_0x508461));}}async['onAfterDriverCreate'](_0x124812){const _0x1776f6=a84_0x4b16bf,_0x109ce9={'MIsQX':'onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','JxOyN':function(_0x2f3918,_0x10079a){return _0x2f3918(_0x10079a);},'pskEU':_0x1776f6(0x182),'HhZFP':_0x1776f6(0x197),'XvJiw':'onAfterDriverCreate:\x20Setting\x20context\x20object','vlLlz':_0x1776f6(0x154),'YGSTr':'base64'};try{this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1c3)]);const _0x1acef9=_0x124812[_0x1776f6(0x1ac)];this['playwrightVersion']=_0x109ce9[_0x1776f6(0x1fc)](getFrameworkVersion,FRAMEWORKS[_0x1776f6(0x1e3)]);if(_0x124812[_0x1776f6(0x1c6)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1e1)]),AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1e9)],_0x124812[_0x1776f6(0x1c6)]);if(_0x124812[_0x1776f6(0x146)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9[_0x1776f6(0x1bb)]);const _0x2ef4cd=this[_0x1776f6(0x207)](_0x124812);AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1e5)],_0x2ef4cd),await this[_0x1776f6(0x1d9)](_0x124812[_0x1776f6(0x146)]);}}_0x124812['context']&&(this[_0x1776f6(0x14c)]['debug'](_0x109ce9['XvJiw']),AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x124812['context']));if(_0x124812[_0x1776f6(0x1c0)]){this[_0x1776f6(0x14c)][_0x1776f6(0x1f3)](_0x109ce9['vlLlz']);const _0x9e217=global?.['__workerDetails']?.[_0x1776f6(0x19a)]?.[_0x1776f6(0x1c7)];AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x15b)],_0x124812[_0x1776f6(0x1c0)]),AutomationFramework[_0x1776f6(0x19f)](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x1ff)],_0x9e217);const _0x115d4b={};_0x115d4b[_0x1776f6(0x1b3)]=!![];const _0x3aba52=Buffer[_0x1776f6(0x1c8)](JSON['stringify'](_0x115d4b)[_0x1776f6(0x1f6)](_0x109ce9['YGSTr'])),_0x179ed4=await GrpcClient['getInstance']()[_0x1776f6(0x1a9)]({'platformIndex':_0x9e217,'ref':_0x1acef9[_0x1776f6(0x1c9)](),'userInputParams':_0x3aba52});helper[_0x1776f6(0x1a3)](helper[_0x1776f6(0x181)]())&&AutomationFramework['setState'](_0x1acef9,PlaywrightDriverModule[_0x1776f6(0x180)],JSON[_0x1776f6(0x201)](Buffer['from'](_0x179ed4['getCapabilities'](),_0x109ce9[_0x1776f6(0x1ec)])[_0x1776f6(0x1f6)]()));}}catch(_0x51c601){this['logger'][_0x1776f6(0x143)](_0x1776f6(0x1db)+util['format'](_0x51c601));}}async[a84_0x4b16bf(0x1ee)](_0x52da05){const _0x4ef821=a84_0x4b16bf,_0x4bcf4f={'PmCOi':'Automation\x20onAfterTest:\x20Test\x20completed','sNhQT':_0x4ef821(0x14e),'ryQBe':function(_0x34707b,_0x429c68){return _0x34707b(_0x429c68);},'bSdEZ':function(_0x26fde3,_0x209123,_0x3c65d7){return _0x26fde3(_0x209123,_0x3c65d7);},'kePGy':_0x4ef821(0x17e),'JbXXm':_0x4ef821(0x195),'NSnGy':function(_0x122993,_0x3146c4){return _0x122993(_0x3146c4);},'BJHTA':function(_0x4672f9,_0x1242e3,_0x41774e){return _0x4672f9(_0x1242e3,_0x41774e);},'ngvCo':_0x4ef821(0x143),'bhSpl':'errors','SyAmn':function(_0x488cbc,_0x52686e){return _0x488cbc>_0x52686e;},'PoGTL':function(_0x428ec7,_0x4be01d){return _0x428ec7||_0x4be01d;},'KDxJD':function(_0x5392df,_0x3ad427){return _0x5392df===_0x3ad427;},'OoZzf':function(_0x1c010d,_0x58e8fd){return _0x1c010d+_0x58e8fd;},'YSuNL':_0x4ef821(0x185),'YgCYx':_0x4ef821(0x188),'RhRys':_0x4ef821(0x1fa),'VFbfl':_0x4ef821(0x209),'lMjYV':'base64','WypYT':_0x4ef821(0x1f4)};this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x189)]);const _0x3306f9=_0x52da05[_0x4ef821(0x1ac)];if(!_0x3306f9){this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x1f7)]);return;}const _0x45aec9=_0x52da05['testInfo'],_0x3e7597=this[_0x4ef821(0x207)](_0x52da05),_0x6e3db7=_0x45aec9[_0x4ef821(0x15a)];let _0x5bf0a5;const _0x3a67ec=_0x4bcf4f['ryQBe'](getPlaywrightStatus,_0x6e3db7);let _0x47d5bd,_0x3db7cc=null;if(_0x45aec9[_0x4ef821(0x145)]||_0x45aec9[_0x4ef821(0x149)])_0x47d5bd=_0x4bcf4f[_0x4ef821(0x183)](getCucumberSessionName,_0x45aec9),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x190)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x19c)],_0x4bcf4f[_0x4ef821(0x1b1)]]);else{_0x47d5bd=_0x4bcf4f[_0x4ef821(0x1f9)](getPlaywrightSessionName,_0x45aec9),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x173)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x1b4)],_0x4bcf4f[_0x4ef821(0x1b1)]]);const _0x2d0530=_0x4bcf4f[_0x4ef821(0x173)](nestedKeyValue,_0x45aec9,[_0x4bcf4f[_0x4ef821(0x184)]]);_0x2d0530&&_0x4bcf4f[_0x4ef821(0x18b)](_0x2d0530['length'],0x0)&&(_0x3db7cc=_0x2d0530[0x0][_0x4ef821(0x195)]),_0x5bf0a5=_0x4bcf4f[_0x4ef821(0x1a8)](_0x5bf0a5,_0x3db7cc),this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x18d)+_0x3a67ec+_0x4ef821(0x15c)+_0x5bf0a5);}const _0x46342c=_0x4bcf4f[_0x4ef821(0x1a8)](_0x5bf0a5,_0x3db7cc);this['logger'][_0x4ef821(0x1f3)](_0x4ef821(0x18d)+_0x3a67ec);let _0x27c9f6,_0x4eda00;if(this[_0x4ef821(0x158)]&&_0x4bcf4f['KDxJD'](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x1eb)]))_0x27c9f6=_0x3e7597,_0x4eda00=TestInfo[_0x4ef821(0x157)](_0x27c9f6);else this[_0x4ef821(0x158)]&&_0x4bcf4f[_0x4ef821(0x161)](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?(_0x27c9f6=this[_0x4ef821(0x1cb)][_0x4ef821(0x1b0)](_0x45aec9),this['logger']['debug'](_0x4ef821(0x1dd)+_0x27c9f6)):(_0x27c9f6=TestInfo[_0x4ef821(0x16d)](_0x45aec9,_0x45aec9[_0x4ef821(0x1be)]),_0x4eda00=TestInfo['getTestUUID'](_0x27c9f6));const _0x43934d=TestInfo['getTestDetails'](_0x27c9f6);this[_0x4ef821(0x14c)][_0x4ef821(0x1b2)](_0x4bcf4f['OoZzf'](_0x4bcf4f[_0x4ef821(0x1f5)],_0x3e7597)),this[_0x4ef821(0x14c)][_0x4ef821(0x1b2)](_0x4bcf4f[_0x4ef821(0x144)](_0x4bcf4f[_0x4ef821(0x1d3)],util['inspect'](_0x43934d)));const _0x16e93c=AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x1ff)]),_0xb7cad0=_0x43934d?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]||this[_0x4ef821(0x158)]&&this[_0x4ef821(0x158)][_0x4ef821(0x174)],_0x568cff=_0x43934d?.[TestFrameworkConstants[_0x4ef821(0x1c2)]]||this[_0x4ef821(0x158)]&&this['testFrameworkData']['version'],_0x91da24=TestFrameworkState[_0x4ef821(0x19d)]['toString']()['split']('.')[0x1],_0x577b04=HookState[_0x4ef821(0x1f2)][_0x4ef821(0x1f6)]()[_0x4ef821(0x1f8)]('.')[0x1],_0x33bca7=_0x3306f9[_0x4ef821(0x15e)](),_0x42dac2=AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x101018={'provider':_0x4bcf4f[_0x4ef821(0x1f9)](getPlaywrightProvider,_0x42dac2),'frameworkName':_0x4bcf4f[_0x4ef821(0x199)],'frameworkVersion':_0x4bcf4f[_0x4ef821(0x1d8)],'frameworkSessionId':LoadTestModule[_0x4ef821(0x1da)]()?LoadTestModule[_0x4ef821(0x159)]():AutomationFramework[_0x4ef821(0x16f)](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x186)],''),'ref':_0x3306f9['getRef'](),'hubUrl':_0x42dac2};let _0x3fc2e4=AutomationFramework['getState'](_0x3306f9,PlaywrightDriverModule[_0x4ef821(0x180)],{});_0x3fc2e4&&_0x4bcf4f[_0x4ef821(0x18b)](Object['keys'](_0x3fc2e4)['length'],0x0)?_0x3fc2e4=Buffer[_0x4ef821(0x1c8)](JSON[_0x4ef821(0x19b)](_0x3fc2e4))['toString'](_0x4bcf4f[_0x4ef821(0x177)]):_0x3fc2e4=Buffer[_0x4ef821(0x1c8)](JSON[_0x4ef821(0x19b)]({}))[_0x4ef821(0x1f6)](_0x4bcf4f[_0x4ef821(0x177)]);const _0x546045={'hash':_0x33bca7['getId'](),'threadId':_0x33bca7[_0x4ef821(0x171)]()[_0x4ef821(0x1f6)](),'processId':_0x33bca7[_0x4ef821(0x1cf)]()[_0x4ef821(0x1f6)]()},_0x3d7452={};_0x3d7452['test_identifier']=_0x27c9f6;const _0x3901ea={};_0x3901ea[_0x4ef821(0x1a4)]=_0x4eda00;const _0x462da3={'platformIndex':_0x16e93c,'testFrameworkName':_0xb7cad0,'testFrameworkVersion':_0x568cff,'testFrameworkState':_0x91da24,'testHookState':_0x577b04,...this['testFrameworkData']&&_0x4bcf4f['KDxJD'](this['testFrameworkData'][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?_0x3d7452:_0x3901ea,'automationSession':_0x101018,'capabilities':_0x3fc2e4,'executionContext':_0x546045};this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x18f)+util['format'](_0x462da3)),GrpcClient[_0x4ef821(0x1a2)]()['testSessionEvent'](_0x462da3),this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1c5)+_0x3e7597+(this[_0x4ef821(0x158)]&&_0x4bcf4f[_0x4ef821(0x161)](this[_0x4ef821(0x158)][_0x4ef821(0x174)],FRAMEWORKS[_0x4ef821(0x17a)])?_0x4ef821(0x1de)+_0x27c9f6:''));if(!_0x3a67ec){this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4bcf4f[_0x4ef821(0x1b9)],_0x6e3db7['status']);return;}this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1ea)+_0x3e7597),_0x45aec9&&(this[_0x4ef821(0x14c)][_0x4ef821(0x1f3)](_0x4ef821(0x1c1)+_0x47d5bd),await this[_0x4ef821(0x1d9)](_0x45aec9)),await this['markSessionStatus'](_0x3306f9,_0x47d5bd,_0x3a67ec,_0x46342c);}async[a84_0x4b16bf(0x1b7)](_0x1531d2,_0x24eaec,_0x44c440,_0x2e2305){const _0x4b8f69=a84_0x4b16bf,_0x141458={'zvFuu':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','epefl':_0x4b8f69(0x16a),'dspxm':_0x4b8f69(0x203),'QiyHx':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','HoBnU':_0x4b8f69(0x1e2),'jJxVY':_0x4b8f69(0x169),'MIqTC':_0x4b8f69(0x1ae),'qmUCL':function(_0x17c054,_0x5d7c2e){return _0x17c054===_0x5d7c2e;},'LevAv':_0x4b8f69(0x1b6),'PKOJf':_0x4b8f69(0x1b2),'fCcjk':_0x4b8f69(0x143),'nUqUv':function(_0x1dd4e6,_0x184129,_0x406acc,_0xa5a295){return _0x1dd4e6(_0x184129,_0x406acc,_0xa5a295);},'MIKOd':_0x4b8f69(0x1b8),'yyZcn':function(_0x24f3d3,_0x11cbc2,_0x110342){return _0x24f3d3(_0x11cbc2,_0x110342);}};if(CLIUtils[_0x4b8f69(0x155)](BrowserstackCLI[_0x4b8f69(0x1a2)]()[_0x4b8f69(0x15f)]())){this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x175)]);return;}const _0x138854=_0x1531d2;if(!_0x138854){this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x1fb)]);return;}const _0x2d73fe=AutomationFramework[_0x4b8f69(0x16f)](_0x138854,PlaywrightDriverModule[_0x4b8f69(0x1e9)]);if(!_0x2d73fe){this[_0x4b8f69(0x14c)][_0x4b8f69(0x1f3)](_0x141458[_0x4b8f69(0x156)]);return;}const _0x3ac576=_0x44c440;if(!_0x3ac576){this[_0x4b8f69(0x14c)][_0x4b8f69(0x1f3)](_0x141458[_0x4b8f69(0x148)],_0x3ac576);return;}const _0x5246fa={};_0x5246fa[_0x4b8f69(0x15a)]=_0x3ac576;const _0x5b5185={};_0x5b5185[_0x4b8f69(0x16c)]=_0x141458[_0x4b8f69(0x1e7)],_0x5b5185['arguments']=_0x5246fa;const _0x5def53=_0x5b5185;_0x2e2305&&(_0x5def53[_0x4b8f69(0x17b)][_0x141458[_0x4b8f69(0x1e6)]]=_0x2e2305);const _0xa1da40=(_0x24eaec?_0x24eaec:_0x141458['MIqTC'])+'\x20'+_0x3ac576+'\x20'+(_0x2e2305?_0x4b8f69(0x1ab)+_0x2e2305:''),_0x2d2423=_0x141458['qmUCL'](_0x3ac576,_0x141458['LevAv'])?_0x141458['PKOJf']:_0x141458[_0x4b8f69(0x1a6)];await _0x141458[_0x4b8f69(0x1d7)](playwrightAnnotate,_0x2d73fe,_0xa1da40,_0x2d2423),_0x2e2305&&(_0x5def53['arguments'][_0x141458[_0x4b8f69(0x1e6)]]=_0x2e2305),PerformanceTester[_0x4b8f69(0x14f)](PerformanceEvents[_0x4b8f69(0x18a)]),this[_0x4b8f69(0x14c)]['debug'](_0x141458[_0x4b8f69(0x1e0)]),await _0x141458['yyZcn'](playwrightBstackJsExecutor,_0x2d73fe,_0x5def53),PerformanceTester['end'](PerformanceEvents[_0x4b8f69(0x18a)]);}async[a84_0x4b16bf(0x1d9)](_0x50887d){const _0x5b9087=a84_0x4b16bf,_0x1fd8c7={'mUIRm':_0x5b9087(0x198),'QyluB':function(_0xe574fa,_0x40e155){return _0xe574fa(_0x40e155);},'EaCuH':function(_0x7f7549,_0x1f2276){return _0x7f7549(_0x1f2276);},'RMLfW':_0x5b9087(0x192),'Qviou':function(_0xcf1de8,_0x1fa25f,_0x2fe4b0){return _0xcf1de8(_0x1fa25f,_0x2fe4b0);}};try{if(CLIUtils[_0x5b9087(0x16e)](BrowserstackCLI[_0x5b9087(0x1a2)]()[_0x5b9087(0x15f)]())){this['logger']['debug'](_0x1fd8c7[_0x5b9087(0x1cc)]);return;}const _0x5b0240=AutomationFramework[_0x5b9087(0x16f)](AutomationFramework[_0x5b9087(0x194)](),PlaywrightDriverModule['KEY_PAGE_OBJECT']);let _0x2a011b;_0x50887d['pickle']||_0x50887d[_0x5b9087(0x149)]?_0x2a011b=_0x1fd8c7[_0x5b9087(0x15d)](getCucumberSessionName,_0x50887d):_0x2a011b=_0x1fd8c7[_0x5b9087(0x1fd)](getPlaywrightSessionName,_0x50887d);const _0x3a576c={};_0x3a576c['name']=_0x2a011b;const _0x5d42cf={};_0x5d42cf[_0x5b9087(0x16c)]=_0x1fd8c7['RMLfW'],_0x5d42cf[_0x5b9087(0x17b)]=_0x3a576c;const _0x3e75a9=_0x5d42cf;PerformanceTester[_0x5b9087(0x14f)](PerformanceEvents[_0x5b9087(0x187)]),await _0x1fd8c7[_0x5b9087(0x20b)](playwrightBstackJsExecutor,_0x5b0240,_0x3e75a9),PerformanceTester[_0x5b9087(0x152)](PerformanceEvents['SESSION_NAME']);}catch(_0x319323){PerformanceTester[_0x5b9087(0x152)](PerformanceEvents['SESSION_NAME'],![],util[_0x5b9087(0x193)](_0x319323)),this[_0x5b9087(0x14c)][_0x5b9087(0x143)]('Error\x20in\x20markSessionName:\x20'+util[_0x5b9087(0x193)](_0x319323));}}}PlaywrightDriverModule[a84_0x4b16bf(0x14b)]='PlaywrightDriverModule',module[a84_0x4b16bf(0x1af)]=PlaywrightDriverModule;
|
|
1
|
+
const a84_0x2b56c2=a84_0x2428;function a84_0x2129(){const _0x535dea=['onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','5CqLSBd','onAfterTest\x20CBTSession\x20payload:\x20','JRCSb','../framework/automationFramework.js','reason','browserName','KEY_TEST_FRAMEWORK_NAME','test_identifier','Automation\x20onAfterTest:\x20Test\x20status:\x20','bsParams','1022ieIHgl','KEY_SESSION_ID','uizdN','testRunId','getContext','../../utils/constants','ZbZLI','CUCUMBER','14960kEYIJm','onAfterDriverCreate','onAfterDriverCreate:\x20Setting\x20browser\x20object','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','name','7|5|8|11|3|0|4|10|6|9|2|1','dmfUS','EXECUTE','result','playwrightVersion','getRef','../../../helpers/helper','KEY_PAGE_OBJECT','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20','getProcessId','dOCdK','inspect','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','split','2827116AZiEqi','../../../helpers/helper.js','KEY_CAPABILITIES','KLvPK','isPlaywright','UZlvE','saBdI','IkbJu','JlEZj','capabilities','PUqKW','testData\x20from\x20onAfterTest:\x20','XaBSZ','getTestId','uHJQS','format','error','onBeforeDriverCreate','nuVzu','Error\x20in\x20onAfterDriverCreate:\x20','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','35256Qtebgd','zSjKD','workerInfo','version','../state/automationFrameworkState.js','testUuid','6608GTGDKG','KEY_BROWSER_OBJECT','hZefD','pwyHt','9BHlcRD','146148AzVgIG','PgLrA','end','iWkPy','bTQJD','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','PLAYWRIGHT_DISPATCH','browserVersion','Playwright','errors','getThreadId','PLAYWRIGHT','getId','PlaywrightDriverModule','platforms','getTestUUID','getInstance','JEST','mBPIL','bStackParams','instance','isLTSSession','../browserstackCLI.js','bind','getTestIdentifierFromTestInfo','markSessionStatus:\x20Marking\x20session\x20status','setSessionName','contextObject','message','OrIFg','AuTeO','hubUrl','BRYKq','2qpArOe','../grpcClient.js','testInfo','length','TnkeA','passed','markSessionStatus','MODULE_NAME','AUTOMATE_EVENTS','../../../helpers/performance/constants.js','platformIndex','logger','KEY_TEST_ID','gRGpg','../cliUtils.js','stringify','EeTdn','KEY_TEST_FRAMEWORK_VERSION','with\x20','shouldSkipSessionStatus','parallelIndex','getTrackedInstance',',\x20test_identifier:\x20','context','ZKHVm','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','onPlaywrightDispatch','registerObserver','HBMQY','getConfig','3086611pPmfsA','testFrameworkData','jestUtils','info','PRE','onDispatchExecute:\x20Playwright\x20sessionId:\x20','platformDetails','getLTSSessionId','POST','../framework/constants/testFrameworkConstants.js','KEY_PLATFORM_DETAILS','SQVVc','hwMtU','arguments','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','exports','page','setState','CREATE','../state/hookState.js','Session','DMigH','1.51.0','parse','isFalse','from','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','../utils/jest-utils.js','../state/testFrameworkState','KEY_CONTEXT_OBJECT','oggTJ','start','hISwo','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','sessionId','getModuleName','browser','kLUDn','onAfterDriverCreate:\x20Setting\x20context\x20object','retry','611358SRlFyU','action','../TestInfo.js','toString','TEST','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','shouldSkipSessionName','noaza','CDfnc','pickle','__workerDetails','onAfterTest','markSessionName','Error\x20in\x20markSessionName:\x20','UCmXL','testSessionEvent','FpoGb','launchcaps','getState','BLYOZ','gherkinDocument','debug','./baseModule','tnrXM','params','status','./loadTestModule.js','KEY_PLATFORM_INDEX'];a84_0x2129=function(){return _0x535dea;};return a84_0x2129();}(function(_0x45ee83,_0x217ad4){const _0x4ab960=a84_0x2428,_0x5252ef=_0x45ee83();while(!![]){try{const _0x4091ee=-parseInt(_0x4ab960(0x9b))/0x1*(-parseInt(_0x4ab960(0x144))/0x2)+parseInt(_0x4ab960(0x143))/0x3*(parseInt(_0x4ab960(0x139))/0x4)+-parseInt(_0x4ab960(0xfe))/0x5*(-parseInt(_0x4ab960(0xe1))/0x6)+parseInt(_0x4ab960(0x108))/0x7*(-parseInt(_0x4ab960(0x13f))/0x8)+parseInt(_0x4ab960(0x123))/0x9+-parseInt(_0x4ab960(0x110))/0xa+-parseInt(_0x4ab960(0xb9))/0xb;if(_0x4091ee===_0x217ad4)break;else _0x5252ef['push'](_0x5252ef['shift']());}catch(_0x220c57){_0x5252ef['push'](_0x5252ef['shift']());}}}(a84_0x2129,0x2d63a));const util=require('util'),BaseModule=require(a84_0x2b56c2(0xf7)),{createClassLogger}=require('../../../helpers/classLogger.js'),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require(a84_0x2b56c2(0x11b)),{FRAMEWORKS}=require(a84_0x2b56c2(0x10d)),AutomationFramework=require(a84_0x2b56c2(0x101)),AutomationFrameworkState=require(a84_0x2b56c2(0x13d)),HookState=require(a84_0x2b56c2(0xcc)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a84_0x2b56c2(0x124)),CLIUtils=require(a84_0x2b56c2(0xa9)),BrowserstackCLI=require(a84_0x2b56c2(0x90)),GrpcClient=require(a84_0x2b56c2(0x9c)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a84_0x2b56c2(0xa4))[a84_0x2b56c2(0xa3)],TestInfo=require(a84_0x2b56c2(0xe3)),{getPlaywrightProvider}=require('../../../helpers/helper.js'),LoadTestModule=require(a84_0x2b56c2(0xfb)),TestFrameworkConstants=require(a84_0x2b56c2(0xc2)),TestFrameworkState=require(a84_0x2b56c2(0xd5)),JestUtils=require(a84_0x2b56c2(0xd4));class PlaywrightDriverModule extends BaseModule{static [a84_0x2b56c2(0x140)]='browserObject';static ['KEY_CONTEXT_OBJECT']=a84_0x2b56c2(0x95);static [a84_0x2b56c2(0x11c)]='pageObject';static [a84_0x2b56c2(0x109)]=a84_0x2b56c2(0xdb);static [a84_0x2b56c2(0xfc)]=a84_0x2b56c2(0xa5);static [a84_0x2b56c2(0x125)]=a84_0x2b56c2(0x12c);static ['KEY_HUB_URL']=a84_0x2b56c2(0x99);static [a84_0x2b56c2(0xc3)]=a84_0x2b56c2(0xbf);static [a84_0x2b56c2(0xa7)]='testId';[a84_0x2b56c2(0xa6)]=createClassLogger(a84_0x2b56c2(0x151));constructor(_0x1fdbd0=null){const _0x54700c=a84_0x2b56c2,_0x33e3f5={};_0x33e3f5[_0x54700c(0x13a)]=_0x54700c(0x115),_0x33e3f5['FpoGb']='PlaywrightDriverModule';const _0x13595d=_0x33e3f5,_0x4f4e22=_0x13595d[_0x54700c(0x13a)]['split']('|');let _0x4d5495=0x0;while(!![]){switch(_0x4f4e22[_0x4d5495++]){case'0':this[_0x54700c(0x152)]=[];continue;case'1':AutomationFramework[_0x54700c(0xb6)](AutomationFrameworkState[_0x54700c(0x117)],HookState[_0x54700c(0xc1)],this[_0x54700c(0xec)][_0x54700c(0x91)](this));continue;case'2':AutomationFramework[_0x54700c(0xb6)](AutomationFrameworkState[_0x54700c(0x14a)],HookState['POST'],this[_0x54700c(0xb5)][_0x54700c(0x91)](this));continue;case'3':this[_0x54700c(0x14b)]=null;continue;case'4':this[_0x54700c(0x10b)]=null;continue;case'5':this[_0x54700c(0x114)]=_0x13595d[_0x54700c(0xf1)];continue;case'6':AutomationFramework['registerObserver'](AutomationFrameworkState['CREATE'],HookState[_0x54700c(0xbd)],this[_0x54700c(0x134)][_0x54700c(0x91)](this));continue;case'7':super(_0x1fdbd0);continue;case'8':this[_0x54700c(0x119)]=null;continue;case'9':AutomationFramework[_0x54700c(0xb6)](AutomationFrameworkState[_0x54700c(0xcb)],HookState['POST'],this[_0x54700c(0x111)]['bind'](this));continue;case'10':this[_0x54700c(0xbb)]=new JestUtils();continue;case'11':this[_0x54700c(0x103)]=null;continue;}break;}}[a84_0x2b56c2(0xdc)](){const _0x310125=a84_0x2b56c2;return PlaywrightDriverModule[_0x310125(0xa2)];}async[a84_0x2b56c2(0x134)](_0x547f03){const _0x3bca67=a84_0x2b56c2,_0x20e3e9={};_0x20e3e9['VxtJK']='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x50db72=_0x20e3e9;try{this[_0x3bca67(0xa6)][_0x3bca67(0xf6)](_0x50db72['VxtJK']);const _0x2fc4f3=_0x547f03[_0x3bca67(0xf2)],_0xb1b042=_0x547f03[_0x3bca67(0x99)];AutomationFramework[_0x3bca67(0xca)](_0x547f03['instance'],PlaywrightDriverModule['KEY_CAPABILITIES'],_0x2fc4f3),AutomationFramework[_0x3bca67(0xca)](_0x547f03[_0x3bca67(0x8e)],PlaywrightDriverModule['KEY_HUB_URL'],_0xb1b042);}catch(_0x1d79ff){this[_0x3bca67(0xa6)][_0x3bca67(0x133)]('Error\x20in\x20onBeforeDriverCreate:\x20'+util[_0x3bca67(0x132)](_0x1d79ff));}}async[a84_0x2b56c2(0xb5)](_0x10bda0){const _0x680de8=a84_0x2b56c2,_0x448056={};_0x448056[_0x680de8(0x116)]=function(_0x1b0bac,_0x776a7a){return _0x1b0bac||_0x776a7a;};const _0x22c1b0=_0x448056;try{const _0x2cede3=_0x10bda0?.['message']&&_0x10bda0?.[_0x680de8(0x96)]?.[_0x680de8(0xf9)]&&_0x10bda0?.[_0x680de8(0x96)]?.[_0x680de8(0xf9)]?.[_0x680de8(0x107)],_0x49f1eb=_0x10bda0?.[_0x680de8(0x96)]&&_0x10bda0?.[_0x680de8(0x96)]?.[_0x680de8(0x8d)];if(_0x22c1b0[_0x680de8(0x116)](_0x2cede3,_0x49f1eb)){this[_0x680de8(0xa6)]['debug'](_0x680de8(0xc7)+util['inspect'](_0x2cede3)+'\x20||\x20'+util[_0x680de8(0x120)](_0x49f1eb));const _0x20b23c=_0x10bda0?.[_0x680de8(0x8e)],_0x538cd7=global?.[_0x680de8(0xeb)]?.[_0x680de8(0x13b)]?.['parallelIndex'],_0x2edca6=_0x2cede3?.[_0x680de8(0xdb)]||_0x49f1eb?.['sessionId'],_0x548d55=_0x2cede3?.[_0x680de8(0xbf)]||_0x49f1eb?.[_0x680de8(0xbf)];_0x2edca6&&(this[_0x680de8(0xa6)][_0x680de8(0xf6)](_0x680de8(0xbe)+_0x2edca6),AutomationFramework['setState'](_0x20b23c,PlaywrightDriverModule['KEY_SESSION_ID'],_0x2edca6)),_0x538cd7&&(this[_0x680de8(0xa6)][_0x680de8(0xf6)](_0x680de8(0xfd)+util[_0x680de8(0x120)](_0x538cd7)),AutomationFramework['setState'](_0x20b23c,PlaywrightDriverModule[_0x680de8(0xfc)],_0x538cd7));}}catch(_0x31f47d){this[_0x680de8(0xa6)]['error']('Error\x20in\x20onDispatchExecute:\x20'+util[_0x680de8(0x132)](_0x31f47d));}}async['onAfterDriverCreate'](_0x260dae){const _0x544d2f=a84_0x2b56c2,_0x5d250e={'oggTJ':_0x544d2f(0xda),'nuVzu':function(_0x3b3812,_0xbaad0f){return _0x3b3812(_0xbaad0f);},'JNfEf':'onAfterDriverCreate:\x20Setting\x20page\x20object','dDsXa':_0x544d2f(0x149),'kLUDn':_0x544d2f(0xdf),'QPlvG':_0x544d2f(0x112),'ZKHVm':'base64'};try{this[_0x544d2f(0xa6)]['debug'](_0x5d250e[_0x544d2f(0xd7)]);const _0x3b2e42=_0x260dae[_0x544d2f(0x8e)];this['playwrightVersion']=_0x5d250e[_0x544d2f(0x135)](getFrameworkVersion,FRAMEWORKS[_0x544d2f(0x14f)]);if(_0x260dae[_0x544d2f(0xc9)]){this[_0x544d2f(0xa6)][_0x544d2f(0xf6)](_0x5d250e['JNfEf']),AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule['KEY_PAGE_OBJECT'],_0x260dae['page']);if(_0x260dae['testInfo']){this[_0x544d2f(0xa6)]['debug'](_0x5d250e['dDsXa']);const _0x2d1a2a=this[_0x544d2f(0x130)](_0x260dae);AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0xa7)],_0x2d1a2a),await this['markSessionName'](_0x260dae[_0x544d2f(0x9d)]);}}_0x260dae[_0x544d2f(0xb2)]&&(this[_0x544d2f(0xa6)][_0x544d2f(0xf6)](_0x5d250e[_0x544d2f(0xde)]),AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0xd6)],_0x260dae['context']));if(_0x260dae[_0x544d2f(0xdd)]){this['logger'][_0x544d2f(0xf6)](_0x5d250e['QPlvG']);const _0x4b6000=global?.[_0x544d2f(0xeb)]?.[_0x544d2f(0x13b)]?.[_0x544d2f(0xaf)];AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0x140)],_0x260dae[_0x544d2f(0xdd)]),AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x4b6000);const _0x560ef2={};_0x560ef2[_0x544d2f(0x127)]=!![];const _0x2e8605=Buffer['from'](JSON[_0x544d2f(0xaa)](_0x560ef2)[_0x544d2f(0xe4)](_0x5d250e[_0x544d2f(0xb3)])),_0x436a10=await GrpcClient[_0x544d2f(0x154)]()['driverInit']({'platformIndex':_0x4b6000,'ref':_0x3b2e42['getRef'](),'userInputParams':_0x2e8605});helper[_0x544d2f(0xd1)](helper['isBrowserstackInfra']())&&AutomationFramework[_0x544d2f(0xca)](_0x3b2e42,PlaywrightDriverModule[_0x544d2f(0x125)],JSON[_0x544d2f(0xd0)](Buffer[_0x544d2f(0xd2)](_0x436a10['getCapabilities'](),_0x5d250e[_0x544d2f(0xb3)])[_0x544d2f(0xe4)]()));}}catch(_0x390062){this[_0x544d2f(0xa6)][_0x544d2f(0x133)](_0x544d2f(0x136)+util['format'](_0x390062));}}async[a84_0x2b56c2(0xec)](_0x2c546e){const _0x241949=a84_0x2b56c2,_0x193d84={'SQVVc':'Automation\x20onAfterTest:\x20Test\x20completed','hZefD':_0x241949(0x113),'TnkeA':function(_0x178330,_0x250271){return _0x178330(_0x250271);},'oxXVG':function(_0x303d37,_0x538a17,_0x394f7d){return _0x303d37(_0x538a17,_0x394f7d);},'pwyHt':_0x241949(0x118),'hISwo':_0x241949(0x96),'EeTdn':'error','XaBSZ':function(_0x211f2a,_0x186ffb,_0x45cbcd){return _0x211f2a(_0x186ffb,_0x45cbcd);},'HBMQY':_0x241949(0x14d),'saBdI':function(_0x524f63,_0x20676b){return _0x524f63>_0x20676b;},'UCmXL':function(_0xe15d04,_0x5c593d){return _0xe15d04||_0x5c593d;},'CDfnc':function(_0x3e4262,_0x417cb3){return _0x3e4262||_0x417cb3;},'JlEZj':function(_0x265824,_0x28d57b){return _0x265824===_0x28d57b;},'uizdN':function(_0x424c0b,_0x28f7b3){return _0x424c0b+_0x28f7b3;},'ZbZLI':'testId:\x20','PUqKW':function(_0x54d539,_0x55e310){return _0x54d539+_0x55e310;},'gRGpg':_0x241949(0x12e),'UZlvE':_0x241949(0x14c),'JRCSb':_0x241949(0xcf),'hwMtU':function(_0x4244f6,_0x4a0933){return _0x4244f6>_0x4a0933;},'uHJQS':'base64','dOCdK':function(_0xd1c985,_0x909479){return _0xd1c985===_0x909479;},'mBPIL':_0x241949(0xd3)};this[_0x241949(0xa6)]['debug'](_0x193d84[_0x241949(0xc4)]);const _0x2cbbf2=_0x2c546e[_0x241949(0x8e)];if(!_0x2cbbf2){this[_0x241949(0xa6)][_0x241949(0xf6)](_0x193d84[_0x241949(0x141)]);return;}const _0x2fda81=_0x2c546e[_0x241949(0x9d)],_0x11b571=this[_0x241949(0x130)](_0x2c546e),_0x448a0b=_0x2fda81['status'];let _0x113916;const _0xe13194=_0x193d84[_0x241949(0x9f)](getPlaywrightStatus,_0x448a0b);let _0x2c0070,_0x1de64c=null;if(_0x2fda81[_0x241949(0xea)]||_0x2fda81['gherkinDocument'])_0x2c0070=_0x193d84[_0x241949(0x9f)](getCucumberSessionName,_0x2fda81),_0x113916=_0x193d84['oxXVG'](nestedKeyValue,_0x2fda81,[_0x193d84[_0x241949(0x142)],_0x193d84[_0x241949(0xd9)]]);else{_0x2c0070=_0x193d84[_0x241949(0x9f)](getPlaywrightSessionName,_0x2fda81),_0x113916=_0x193d84['oxXVG'](nestedKeyValue,_0x2fda81,[_0x193d84[_0x241949(0xab)],_0x193d84[_0x241949(0xd9)]]);const _0x5bab1a=_0x193d84[_0x241949(0x12f)](nestedKeyValue,_0x2fda81,[_0x193d84[_0x241949(0xb7)]]);_0x5bab1a&&_0x193d84[_0x241949(0x129)](_0x5bab1a[_0x241949(0x9e)],0x0)&&(_0x1de64c=_0x5bab1a[0x0][_0x241949(0x96)]),_0x113916=_0x193d84[_0x241949(0xef)](_0x113916,_0x1de64c),this[_0x241949(0xa6)]['debug']('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0xe13194+'\x20failure\x20reason:\x20'+_0x113916);}const _0x2bea4a=_0x193d84[_0x241949(0xe9)](_0x113916,_0x1de64c);this[_0x241949(0xa6)][_0x241949(0xf6)](_0x241949(0x106)+_0xe13194);let _0x4acf72,_0x3f9f51;if(this[_0x241949(0xba)]&&_0x193d84[_0x241949(0x12b)](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS[_0x241949(0x10f)]))_0x4acf72=_0x11b571,_0x3f9f51=TestInfo[_0x241949(0x153)](_0x4acf72);else this[_0x241949(0xba)]&&_0x193d84[_0x241949(0x12b)](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS[_0x241949(0x155)])?(_0x4acf72=this[_0x241949(0xbb)]['recreateIdentifierFromTestInfo'](_0x2fda81),this['logger'][_0x241949(0xf6)](_0x241949(0xb4)+_0x4acf72)):(_0x4acf72=TestInfo[_0x241949(0x92)](_0x2fda81,_0x2fda81[_0x241949(0xe0)]),_0x3f9f51=TestInfo[_0x241949(0x153)](_0x4acf72));const _0x56761e=TestInfo['getTestDetails'](_0x4acf72);this['logger']['info'](_0x193d84[_0x241949(0x10a)](_0x193d84[_0x241949(0x10e)],_0x11b571)),this[_0x241949(0xa6)]['info'](_0x193d84[_0x241949(0x12d)](_0x193d84[_0x241949(0xa8)],util['inspect'](_0x56761e)));const _0x34613b=AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x306081=_0x56761e?.[TestFrameworkConstants[_0x241949(0x104)]]||this[_0x241949(0xba)]&&this['testFrameworkData'][_0x241949(0x114)],_0x2f4a2a=_0x56761e?.[TestFrameworkConstants[_0x241949(0xac)]]||this[_0x241949(0xba)]&&this[_0x241949(0xba)][_0x241949(0x13c)],_0x4a3cb1=TestFrameworkState[_0x241949(0xe5)][_0x241949(0xe4)]()['split']('.')[0x1],_0x485459=HookState['POST'][_0x241949(0xe4)]()[_0x241949(0x122)]('.')[0x1],_0x5def4f=_0x2cbbf2[_0x241949(0x10c)](),_0x2122ae=AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x3724e5={'provider':_0x193d84[_0x241949(0x9f)](getPlaywrightProvider,_0x2122ae),'frameworkName':_0x193d84[_0x241949(0x128)],'frameworkVersion':_0x193d84[_0x241949(0x100)],'frameworkSessionId':LoadTestModule[_0x241949(0x8f)]()?LoadTestModule[_0x241949(0xc0)]():AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule[_0x241949(0x109)],''),'ref':_0x2cbbf2[_0x241949(0x11a)](),'hubUrl':_0x2122ae};let _0x452aba=AutomationFramework[_0x241949(0xf3)](_0x2cbbf2,PlaywrightDriverModule[_0x241949(0x125)],{});_0x452aba&&_0x193d84[_0x241949(0xc5)](Object['keys'](_0x452aba)[_0x241949(0x9e)],0x0)?_0x452aba=Buffer['from'](JSON[_0x241949(0xaa)](_0x452aba))[_0x241949(0xe4)](_0x193d84[_0x241949(0x131)]):_0x452aba=Buffer[_0x241949(0xd2)](JSON[_0x241949(0xaa)]({}))[_0x241949(0xe4)](_0x193d84[_0x241949(0x131)]);const _0x520938={'hash':_0x5def4f[_0x241949(0x150)](),'threadId':_0x5def4f[_0x241949(0x14e)]()[_0x241949(0xe4)](),'processId':_0x5def4f[_0x241949(0x11e)]()[_0x241949(0xe4)]()},_0x1729ed={};_0x1729ed[_0x241949(0x105)]=_0x4acf72;const _0x2b6cd1={};_0x2b6cd1[_0x241949(0x13e)]=_0x3f9f51;const _0x3d3dd6={'platformIndex':_0x34613b,'testFrameworkName':_0x306081,'testFrameworkVersion':_0x2f4a2a,'testFrameworkState':_0x4a3cb1,'testHookState':_0x485459,...this[_0x241949(0xba)]&&_0x193d84['JlEZj'](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS['JEST'])?_0x1729ed:_0x2b6cd1,'automationSession':_0x3724e5,'capabilities':_0x452aba,'executionContext':_0x520938};this[_0x241949(0xa6)]['debug'](_0x241949(0xff)+util['format'](_0x3d3dd6)),GrpcClient[_0x241949(0x154)]()[_0x241949(0xf0)](_0x3d3dd6),this[_0x241949(0xa6)]['debug'](_0x241949(0x121)+_0x11b571+(this[_0x241949(0xba)]&&_0x193d84[_0x241949(0x11f)](this[_0x241949(0xba)][_0x241949(0x114)],FRAMEWORKS[_0x241949(0x155)])?_0x241949(0xb1)+_0x4acf72:''));if(!_0xe13194){this[_0x241949(0xa6)]['debug'](_0x193d84[_0x241949(0x156)],_0x448a0b['status']);return;}this[_0x241949(0xa6)][_0x241949(0xf6)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20'+_0x11b571),_0x2fda81&&(this[_0x241949(0xa6)][_0x241949(0xf6)](_0x241949(0x11d)+_0x2c0070),await this[_0x241949(0xed)](_0x2fda81)),await this[_0x241949(0xa1)](_0x2cbbf2,_0x2c0070,_0xe13194,_0x2bea4a);}async['markSessionStatus'](_0xd87a26,_0x535d65,_0x13027c,_0x532b66){const _0x5bb1d9=a84_0x2b56c2,_0x3c4092={'iWkPy':_0x5bb1d9(0x137),'BRYKq':_0x5bb1d9(0x138),'ryyJc':_0x5bb1d9(0xe6),'KLvPK':_0x5bb1d9(0xd3),'IQuvj':'setSessionStatus','PgLrA':_0x5bb1d9(0x102),'OrIFg':_0x5bb1d9(0xcd),'SoKoE':function(_0x4f6ebc,_0x5c0a1c){return _0x4f6ebc===_0x5c0a1c;},'xSfAu':_0x5bb1d9(0xa0),'AuTeO':_0x5bb1d9(0xbc),'IkbJu':_0x5bb1d9(0x133),'tnrXM':function(_0x27f238,_0x587652,_0x1e3bfa,_0x13255e){return _0x27f238(_0x587652,_0x1e3bfa,_0x13255e);},'bTQJD':_0x5bb1d9(0x93),'noaza':function(_0x36063a,_0xc94d28,_0x1bf6f7){return _0x36063a(_0xc94d28,_0x1bf6f7);}};if(CLIUtils[_0x5bb1d9(0xae)](BrowserstackCLI[_0x5bb1d9(0x154)]()[_0x5bb1d9(0xb8)]())){this['logger'][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x147)]);return;}const _0x4dfd16=_0xd87a26;if(!_0x4dfd16){this['logger'][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x9a)]);return;}const _0x26ad2c=AutomationFramework[_0x5bb1d9(0xf3)](_0x4dfd16,PlaywrightDriverModule['KEY_PAGE_OBJECT']);if(!_0x26ad2c){this[_0x5bb1d9(0xa6)]['debug'](_0x3c4092['ryyJc']);return;}const _0x5904f6=_0x13027c;if(!_0x5904f6){this['logger'][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x126)],_0x5904f6);return;}const _0x836263={};_0x836263[_0x5bb1d9(0xfa)]=_0x5904f6;const _0x1a6beb={};_0x1a6beb[_0x5bb1d9(0xe2)]=_0x3c4092['IQuvj'],_0x1a6beb['arguments']=_0x836263;const _0x2c07b1=_0x1a6beb;_0x532b66&&(_0x2c07b1[_0x5bb1d9(0xc6)][_0x3c4092['PgLrA']]=_0x532b66);const _0x2144a2=(_0x535d65?_0x535d65:_0x3c4092[_0x5bb1d9(0x97)])+'\x20'+_0x5904f6+'\x20'+(_0x532b66?_0x5bb1d9(0xad)+_0x532b66:''),_0x4218a5=_0x3c4092['SoKoE'](_0x5904f6,_0x3c4092['xSfAu'])?_0x3c4092[_0x5bb1d9(0x98)]:_0x3c4092[_0x5bb1d9(0x12a)];await _0x3c4092[_0x5bb1d9(0xf8)](playwrightAnnotate,_0x26ad2c,_0x2144a2,_0x4218a5),_0x532b66&&(_0x2c07b1[_0x5bb1d9(0xc6)][_0x3c4092[_0x5bb1d9(0x145)]]=_0x532b66),PerformanceTester[_0x5bb1d9(0xd8)](PerformanceEvents['SESSION_STATUS']),this[_0x5bb1d9(0xa6)][_0x5bb1d9(0xf6)](_0x3c4092[_0x5bb1d9(0x148)]),await _0x3c4092[_0x5bb1d9(0xe8)](playwrightBstackJsExecutor,_0x26ad2c,_0x2c07b1),PerformanceTester['end'](PerformanceEvents['SESSION_STATUS']);}async[a84_0x2b56c2(0xed)](_0x2b9935){const _0x309c70=a84_0x2b56c2,_0x1f7d6d={'DMigH':'markSessionName:\x20Skipping\x20session\x20name\x20marking','BLYOZ':function(_0x5d43a0,_0x2c24b3){return _0x5d43a0(_0x2c24b3);},'KNmIx':function(_0x48bb5a,_0x4676eb){return _0x48bb5a(_0x4676eb);},'uclpZ':_0x309c70(0x94),'PdEOf':function(_0x2295da,_0x1d562c,_0x4a21c9){return _0x2295da(_0x1d562c,_0x4a21c9);}};try{if(CLIUtils[_0x309c70(0xe7)](BrowserstackCLI[_0x309c70(0x154)]()[_0x309c70(0xb8)]())){this[_0x309c70(0xa6)]['debug'](_0x1f7d6d[_0x309c70(0xce)]);return;}const _0x253ce8=AutomationFramework[_0x309c70(0xf3)](AutomationFramework[_0x309c70(0xb0)](),PlaywrightDriverModule[_0x309c70(0x11c)]);let _0x466061;_0x2b9935[_0x309c70(0xea)]||_0x2b9935[_0x309c70(0xf5)]?_0x466061=_0x1f7d6d[_0x309c70(0xf4)](getCucumberSessionName,_0x2b9935):_0x466061=_0x1f7d6d['KNmIx'](getPlaywrightSessionName,_0x2b9935);const _0x4dc61a={};_0x4dc61a['name']=_0x466061;const _0x5b3649={};_0x5b3649['action']=_0x1f7d6d['uclpZ'],_0x5b3649[_0x309c70(0xc6)]=_0x4dc61a;const _0x1cadc8=_0x5b3649;PerformanceTester[_0x309c70(0xd8)](PerformanceEvents['SESSION_NAME']),await _0x1f7d6d['PdEOf'](playwrightBstackJsExecutor,_0x253ce8,_0x1cadc8),PerformanceTester[_0x309c70(0x146)](PerformanceEvents['SESSION_NAME']);}catch(_0x43e8f1){PerformanceTester['end'](PerformanceEvents['SESSION_NAME'],![],util['format'](_0x43e8f1)),this[_0x309c70(0xa6)]['error'](_0x309c70(0xee)+util[_0x309c70(0x132)](_0x43e8f1));}}}function a84_0x2428(_0x481b17,_0x2cf93f){const _0x212977=a84_0x2129();return a84_0x2428=function(_0x2428f7,_0x260083){_0x2428f7=_0x2428f7-0x8d;let _0x121dac=_0x212977[_0x2428f7];return _0x121dac;},a84_0x2428(_0x481b17,_0x2cf93f);}PlaywrightDriverModule[a84_0x2b56c2(0xa2)]=a84_0x2b56c2(0x151),module[a84_0x2b56c2(0xc8)]=PlaywrightDriverModule;
|