browserstack-node-sdk 1.55.3 → 1.55.4

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.
Files changed (198) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/test-observability/constants.js +1 -1
  180. package/src/helpers/test-observability/error-handler.js +1 -1
  181. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  182. package/src/helpers/test-observability/sessionHandler.js +1 -1
  183. package/src/helpers/test-observability/utils.js +1 -1
  184. package/src/helpers/test-orchestration/constants.js +1 -1
  185. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  186. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  187. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  188. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  189. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  190. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  191. package/src/helpers/testhub/constants.js +1 -1
  192. package/src/helpers/testhub/testhubHandler.js +1 -1
  193. package/src/helpers/testhub/utils.js +1 -1
  194. package/src/helpers/timeoutPromise.js +1 -1
  195. package/src/helpers/utilities.js +1 -1
  196. package/src/helpers/w3cMapping.js +1 -1
  197. package/src/hubAllocationMethods.js +1 -1
  198. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a90_0x162f(_0x1cdf9b,_0x418e85){const _0x108790=a90_0x1087();return a90_0x162f=function(_0x162f45,_0xd6f7b7){_0x162f45=_0x162f45-0xb3;let _0x5afd1d=_0x108790[_0x162f45];return _0x5afd1d;},a90_0x162f(_0x1cdf9b,_0x418e85);}const a90_0x139537=a90_0x162f;function a90_0x1087(){const _0x3cd1a4=['TIwab','dbtzk','32656074PylEUa','Processed\x20accessibility\x20caps\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','lMLEM','isMobilePlatform','format','UBjlj','scannerVersion','getResults','NowDv','BOopM','env','keys','patchSendMessageToServer','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BS_A11Y_JWT','performScan','options','Hcekv','ApuRy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','updateData','performPageScan:\x20Script\x20is\x20null','DRIVER_HAS_URL','aJGma','VCIIP','kFYRb','browser_version','isMobileScanningEnabledForGroup','GET_RESULTS_SUMMARY','parseFromProto','3509016QzoWhr','bXjQh','YYGDn','string','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','browserName','getSuccess','resolveMobileThTestRunUuid','nhPxO','riCzm',',\x20isAppAccessibility=','BfqGq','LOG_DISABLED_SHOWN','pYlAN','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','testhub_build_uuid','getResultsSummary','hasAccessibilityExecuteParams','elOyv','getPlatformIndex','__jestCurrentTestIdentifier','browserstack_executor','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','split','pwliy','bzaNR','OupYR','page','MODULE_NAME','107091hbJVlv','DHiAY','getCapabilityValue','getTrackedInstance','sqijw','SDK_ACCESSIBILITY_CONFIG','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','PERFORM_SCAN','sZKGx','WQiIy','\x22browserstack.key\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','8|6|2|1|0|11|13|7|16|15|4|14|5|10|12|3|9','lypRj','includeTagsInTestingScope','AuhqY','startsWith','has','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','dClVV','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','EtkRF','KEY_INIT','Qtgvv','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','true','../framework/constants/testFrameworkConstants.js','Scan\x20result:\x20','Error\x20applying\x20sendMessageToServer\x20patch:\x20','dPiHN',',\x20testName=','testFramework','is_mobile_session','qAfAv','function','woepD','nTdxL','isPlatformSupported:\x20caps\x20are\x20null','commandsToWrap','args','evaluate','DMGQA','Error\x20in\x20performPageScan:\x20','scan','../../../helpers/helper','ehjpc','MWfBD','PPRni','LqOLe','lxLoO','registerObserver','tLpNP','Yourn','getLogDisabledShown','accessibilityPlatform','WkxMK','applySendMessageToServerPatch','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','TnqhZ','nTggA','pVurI','GoAzK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','JpDzM','KEY_TEST_NAME','\x22browserstack.user\x22:\x22[REDACTED]\x22','tTffK','zPmqJ','titlePath','pwPage','requiresChromeOptionsValidation','MwDOU','assign','testAnalyticsId','10ERoqjx','ttYPa','../grpcClient','getBuildId','GHPFq','gVulP',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getCurrentAccessibilityStatus','fetchCentralAuthA11yConfig','tZSex','getTesthub','isEnabledTestcase','XTwzW','\x20browser\x20version\x20','Error\x20in\x20processAccessibilityCaps:\x20','Zqadv','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','VoAOD','Executing\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','sliLY','getAccessibility','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied',',\x20framework=','performPageScan:\x20Page\x20is\x20null','getValue','../../../helpers/accessibility-automation/scripts','performPageScan','shouldScanCurrentTest','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JtVMP','browserstack.accessibilityOptions.authToken','getOptions','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','isAccessibilityScriptCommand',',\x20available\x20commands:\x20','wJZbx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20',']\x20should\x20run\x20accessibility\x20value=','GDXfn','iKyTn','getTestFrameworkDetail','\x20script\x20available\x20in\x20scriptsList','onAfterTest','ZkImz','POST','../framework/automationFramework','Exception\x20in\x20isPlatformSupported:\x20','exports','wjyxk','WSUbc','find','[platform\x20-\x20','version','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ILdlk','Error\x20in\x20getAccessibilityResults:\x20','getScript','\x20env=','EDmCh','dNWCJ',']\x20isEnabledTestcase\x20(jest)\x20result=','HMSlh','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','browserstack.accessibilityOptions.scannerVersion','size','performScanForCli','wnvWT','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','OobtI','280587NgyGYB','DRIVER_INIT','YSPHi','8YuPEbw','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','accessibilityToken','chrome','a11y:save-results','goQvM','../../../helpers/accessibility-automation/helper','fetchDriverExecuteParamsEvent','parse','../../../helpers/performance/performance-tester.js','browserstack.accessibilityOptions.scannerProcessingTimeout','accessibilityConfig','wPGiF','browserStackEvaluate','dMcCy','SlZXU','Executing\x20accessibility\x20script\x20on\x20page','Error\x20in\x20performScanForCli\x20for\x20script\x20','executeScriptByName:\x20No\x20','gNMUo','\x20result\x20for\x20','unknown','LcHLV','gQuFu','isVersionSupported','5692125dIwKSC','afterTestHook','isAccessibilityAutomationSession','mWKgv','scannerProcessingTimeout','test-tags-->\x20','HFyjw','MOBILE_SCANNING_DISABLED_WARNING','ugBBN','KEY_TESTHUB_BUILD_ID','test_tags','KmqeK','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','launchCaps','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','saveResults','zPxfJ',',\x20excludeTags=','lhIVp','Vxpkq','saveTestResults','getCurrentInstanceName','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','EXECUTE','15615198aGikzp','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','DuDDK','platformValidation','goog:chromeOptions','Page\x20','getParamsForScanForCli','toJson','yXdAO','hdwSI','isEnabled','Error\x20in\x20stopTestCapture:\x20','rdYRi','ktpaU','jBxEp','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Context','thTestRunUuid','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','adQsH','cebDh','bind','Error\x20checking\x20headless\x20capability:\x20','command','accessibility','getGoogleChromeOptions','ikKRg','skipCDPConnectOverride','../TestInfo.js','mergeObject','Performing\x20scan\x20before\x20from\x20cli','PsQkc','setLogDisabledShown','getAccessibilityResults','NKcNA','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getAllData','processAccessibilityCaps','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','TrackedInstance','setAccessibilityToken','Error\x20in\x20initAccessibilityConfig:\x20','loadDriverExecuteParams','latest','VbNGq','setAccessibilityConfig','dnAHI','_mobileScanningDisabledLogged','getCommandsList','length','getModuleName','ikYnz','JqvPy','zFWvL','../../../helpers/classLogger',']\x20onAfterTest\x20should\x20scan=','__workerDetails','gQDCH','UUxpy','bFkrD','ZHubD','setShouldScanCurrentTest',']\x20isEnabledTestcase\x20(cucumber)\x20result=','set','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Raytx',']\x20clear\x20','ACCESSIBILITY_INITIALIZED','kmKjM',']\x20Accessibility\x20configuration\x20initialized\x20successfully','initAccessibilityConfig','excludeTagsInTestingScope','getAccessibilityExecuteParams','PRE','get','Nksnf','platformName','stringify','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','cRpIY','BROWSERSTACK_TESTHUB_JWT','commandName','_centralAuthA11yConfig','MergedScanArgs:\x20','QUeiL','shouldScanForCommand','oyIXy','OEveG','isBrowserSupportedForAccessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','capabilitiesList','warn','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','\x20script\x20available','getAccessibilityConfig','delete','NrpQH','validatePlatformForAccessibility','stack','ruysM','hyPzR','__accessibilityOptions','debug','QdNKb','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','cucumber','dTLzz','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','No\x20summaryResults\x20found.','eemlD','Error\x20in\x20shouldScanForCommand:\x20','gnoKY','includes','jest','isMobileWebSession','uWoRX','rVTrB','iYziJ','android','\x20->\x20','getName','onBeforeTest','--headless=','executeScriptByName','replace','capabilities','../state/automationFrameworkState','GIugk','yKvdD','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','error','scriptsList','getTestDetails','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','mnlIQ','lrmFO','end','getTestUUID','ImKQu','PbIav','HnjLc','ozUnO','6098272osCvUl','toLowerCase',',\x20\x0a\x20','getScriptsList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','qywMs','getCommandsToWrap','map','bbbGA','instance','testFrameworkData','browserVersion','isArray','info','commandsList','lRjYd','Error\x20in\x20validatePlatformForAccessibility:\x20','rdSza','finishScanningForCli','platformCaps','vhecQ','getScriptByName','ascii','gpZnD','stopTestCapture','BROWSERSTACK_TEST_ACCESSIBILITY_YML','measureWrapper','message','toObject','onBeforeExecute:\x20No\x20command\x20name\x20provided','wKRBB','wSdNl','getInstance','SEkbu','knFWH','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','join','toString','getAccessibilityResultsSummary','\x20accessibility\x20script\x20on\x20page','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','vakfY','test_run_id','sPKbJ','parseA11yJwtPayload','getData','--headless','CREATE','gyVmj','HQoBg','getMinVersionForBrowser','\x20or\x20higher\x20','7afRcJM','OKpco','tIgNY','ntLeZ','browser','oHmrR','CxAFE','../cliUtils','otaIe','_centralAuthConfigFetched','Unknown\x20Test','nihWm',',\x20includeTags=','some','isAppAccessibility','--headless=new','Wjayu','performScanForCli:\x20No\x20','onBeforeExecute','value','../framework/testFramework','\x20value=','testInfo','mnjbF','LCngd','browserstack.accessibilityOptions.wcagVersion','name','getContext','IapEG','36wDsGHS','fMSnr','name:\x20','Accessibility\x20data\x20for\x20extension:\x20','setShouldScan','omGSr','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','./baseModule','qxAJF','../../playwright/accessibility-helper','eKhrm',',\x20testIdentifier=','currentTest','null','getCapabilitiesList','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','_sendMessageServerPatchApplied','\x20testHubUuid='];a90_0x1087=function(){return _0x3cd1a4;};return a90_0x1087();}(function(_0x364d85,_0x29e0dd){const _0x42e35b=a90_0x162f,_0x53508a=_0x364d85();while(!![]){try{const _0x4f5049=parseInt(_0x42e35b(0x1bf))/0x1*(-parseInt(_0x42e35b(0x254))/0x2)+parseInt(_0x42e35b(0x251))/0x3*(-parseInt(_0x42e35b(0x16f))/0x4)+parseInt(_0x42e35b(0x26d))/0x5+parseInt(_0x42e35b(0x1a2))/0x6*(parseInt(_0x42e35b(0x152))/0x7)+-parseInt(_0x42e35b(0x11e))/0x8+-parseInt(_0x42e35b(0x285))/0x9*(parseInt(_0x42e35b(0x20a))/0xa)+parseInt(_0x42e35b(0x183))/0xb;if(_0x4f5049===_0x29e0dd)break;else _0x53508a['push'](_0x53508a['shift']());}catch(_0x515b12){_0x53508a['push'](_0x53508a['shift']());}}}(a90_0x1087,0xe1b94));const BaseModule=require(a90_0x139537(0x176)),{createClassLogger}=require(a90_0x139537(0xc6)),CLIUtils=require(a90_0x139537(0x159)),AutomationFramework=require(a90_0x139537(0x238)),TestFramework=require(a90_0x139537(0x166)),AutomationFrameworkState=require(a90_0x139537(0x10e)),HookState=require('../state/hookState'),GrpcClient=require(a90_0x139537(0x20c)),scripts=require(a90_0x139537(0x224)),logger=createClassLogger(a90_0x139537(0xb7)),PerformanceTester=require(a90_0x139537(0x25d)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x139537(0x1c5)),{nestedKeyValue,isUndefined}=require(a90_0x139537(0x1ec)),util=require('util'),TestInfo=require(a90_0x139537(0x2a1)),TestFrameworkConstants=require(a90_0x139537(0x1da)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a90_0x139537(0x1be)]=AccessibilityModule[a90_0x139537(0x16c)];static [a90_0x139537(0x15b)]=![];static [a90_0x139537(0xe2)]={};constructor(_0x202fa3){const _0x3407e6=a90_0x139537,_0x2d7829={};_0x2d7829[_0x3407e6(0x292)]=_0x3407e6(0x1cc),_0x2d7829['EDmCh']=_0x3407e6(0x19a),_0x2d7829[_0x3407e6(0x291)]='testhub_build_uuid',_0x2d7829['wKRBB']=_0x3407e6(0xb6),_0x2d7829['PsQkc']=_0x3407e6(0xd3);const _0x2a0311=_0x2d7829,_0x2a8a21=_0x2a0311['ktpaU'][_0x3407e6(0x1b9)]('|');let _0x27ba10=0x0;while(!![]){switch(_0x2a8a21[_0x27ba10++]){case'0':this['isEnabled']=!![];continue;case'1':AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0x3407e6(0xd9)],this[_0x3407e6(0x235)]['bind'](this));continue;case'2':AutomationFramework[_0x3407e6(0x1f2)](AutomationFrameworkState[_0x3407e6(0x14d)],HookState[_0x3407e6(0x237)],this[_0x3407e6(0x109)][_0x3407e6(0x29a)](this));continue;case'3':this['KEY_DRIVER_HAS_URL']=_0x2a0311[_0x3407e6(0x245)];continue;case'4':this['_sendMessageServerPatchApplied']=![];continue;case'5':this['setAccessibilityToken'](_0x202fa3[_0x3407e6(0x22a)]()['getCapabilitiesList']());continue;case'6':AutomationFramework[_0x3407e6(0x1f2)](AutomationFrameworkState[_0x3407e6(0x284)],HookState[_0x3407e6(0xd9)],this[_0x3407e6(0x164)][_0x3407e6(0x29a)](this));continue;case'7':this['LOG_DISABLED_SHOWN']=new Map();continue;case'8':super();continue;case'9':this[_0x3407e6(0x276)]=_0x2a0311[_0x3407e6(0x291)];continue;case'10':logger[_0x3407e6(0xf6)](_0x2a0311[_0x3407e6(0x13c)]);continue;case'11':this[_0x3407e6(0x25f)]=_0x202fa3[_0x3407e6(0x13a)]();continue;case'12':this['KEY_INIT']=_0x2a0311[_0x3407e6(0x2a4)];continue;case'13':this[_0x3407e6(0x29d)]=new Map();continue;case'14':this[_0x3407e6(0xbf)]=![];continue;case'15':this[_0x3407e6(0x10d)]=[];continue;case'16':this[_0x3407e6(0x160)]=![];continue;}break;}}[a90_0x139537(0x28f)](){const _0x4937c1=a90_0x139537;return this[_0x4937c1(0x28f)];}[a90_0x139537(0xc2)](){const _0x1e49a5=a90_0x139537;return AccessibilityModule[_0x1e49a5(0x1be)];}[a90_0x139537(0x211)](){const _0x3a2e92=a90_0x139537;return this['accessibility'][_0x3a2e92(0xda)](CLIUtils[_0x3a2e92(0x282)](),![]);}[a90_0x139537(0x1f5)](){const _0x54946e=a90_0x139537;return this[_0x54946e(0x1ae)][_0x54946e(0xda)](CLIUtils[_0x54946e(0x282)](),![]);}[a90_0x139537(0x2a5)](_0x5e1155){const _0xffaf49=a90_0x139537;this[_0xffaf49(0x1ae)]['set'](CLIUtils[_0xffaf49(0x282)](),_0x5e1155);}[a90_0x139537(0x1f8)](){const _0x315e37=a90_0x139537,_0x19ffa0={'mnlIQ':_0x315e37(0x220),'pVurI':function(_0x3ae057,_0x549c38){return _0x3ae057(_0x549c38);},'jBxEp':'../../utils/playwright-patcher','yXdAO':_0x315e37(0x24e),'hyPzR':_0x315e37(0x24f)};if(this[_0x315e37(0x17f)]){logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0x116)]);return;}try{const _0x25f462=_0x19ffa0[_0x315e37(0x1fc)](require,_0x19ffa0[_0x315e37(0x293)]);_0x25f462&&_0x25f462[_0x315e37(0x190)]?(_0x25f462['patchSendMessageToServer'](),this[_0x315e37(0x17f)]=!![],logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0x28d)])):logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0xf4)]);}catch(_0x129821){logger[_0x315e37(0xf6)](_0x315e37(0x1dc)+util[_0x315e37(0x188)](_0x129821));}}['isPlatformSupported'](_0x2e5628=null,_0x325bc1=null,_0x59f555=null){const _0x398df8=a90_0x139537,_0x8216e={'WTkbu':function(_0x26fa09,_0x25d7d6){return _0x26fa09&&_0x25d7d6;},'ozUnO':_0x398df8(0x1e5),'uWoRX':function(_0x32cc73,_0x4a3cf4){return _0x32cc73(_0x4a3cf4);},'iYziJ':'../../../helpers/helper','DuDDK':_0x398df8(0x17e),'bXjQh':_0x398df8(0x1cb),'YYGDn':function(_0x117140,_0x4c8c4d){return _0x117140===_0x4c8c4d;},'lypRj':_0x398df8(0x1d9),'dbtzk':_0x398df8(0x1a5),'Qtgvv':function(_0x13ada6,_0x57ca0d){return _0x13ada6===_0x57ca0d;},'SlZXU':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SEkbu':_0x398df8(0x289),'elOyv':function(_0x7ea1a7,_0x50a99c){return _0x7ea1a7!==_0x50a99c;},'RYyBT':_0x398df8(0xbb),'Xdsyu':function(_0x3dda59){return _0x3dda59();},'gVulP':'on\x20non-BrowserStack\x20infrastructure\x20','rVTrB':function(_0x3903cf,_0x42fcff){return _0x3903cf!==_0x42fcff;},'IapEG':function(_0x5ee26c,_0x583f5f){return _0x5ee26c>_0x583f5f;},'lxLoO':function(_0x33ad0a,_0x5f1dad){return _0x33ad0a(_0x5f1dad);},'NYdsJ':_0x398df8(0x146)};try{if(_0x8216e['WTkbu'](!_0x325bc1,!_0x59f555))return logger[_0x398df8(0xf6)](_0x8216e[_0x398df8(0x11d)]),![];const {isUndefined:_0x232747,isBrowserstackInfra:_0x2f37e6}=_0x8216e[_0x398df8(0x103)](require,_0x8216e[_0x398df8(0x105)]);if(!accessibilityHelper[_0x398df8(0x26f)]())return logger['debug'](_0x8216e[_0x398df8(0x287)]),![];const _0x1a563e=_0x325bc1[_0x398df8(0x1a7)]||_0x325bc1[_0x398df8(0x156)],_0x14dd95=_0x325bc1['browserVersion']||_0x325bc1[_0x398df8(0x19e)];if(!accessibilityHelper[_0x398df8(0xe8)](_0x1a563e))return logger[_0x398df8(0xeb)](_0x8216e[_0x398df8(0x1a3)]),![];if(accessibilityHelper[_0x398df8(0x206)](_0x1a563e))try{const _0x36d333=_0x325bc1['headless'],_0x1e5c1e=_0x8216e[_0x398df8(0x1a4)](_0x36d333,!![])||_0x8216e[_0x398df8(0x1a4)](_0x36d333,_0x8216e[_0x398df8(0x1cd)])||_0x8216e[_0x398df8(0x1a4)](typeof _0x36d333,_0x8216e[_0x398df8(0x182)])&&_0x8216e[_0x398df8(0x1d7)](_0x36d333['toLowerCase'](),_0x8216e[_0x398df8(0x1cd)]);if(_0x1e5c1e)return logger[_0x398df8(0xeb)](_0x8216e[_0x398df8(0x263)]),![];const _0x51e574=_0x325bc1?.['chromeOptions']?.[_0x398df8(0x1e7)]||_0x325bc1?.[_0x8216e[_0x398df8(0x13f)]]?.['args']||[];if(Array[_0x398df8(0x12a)](_0x51e574)&&_0x51e574['some'](_0x50ea4b=>typeof _0x50ea4b===_0x398df8(0x1a5)&&(_0x50ea4b===_0x398df8(0x14c)||_0x50ea4b[_0x398df8(0x1d0)](_0x398df8(0x10a))&&_0x50ea4b!==_0x398df8(0x161))))return logger['warn'](_0x8216e[_0x398df8(0x263)]),![];}catch(_0x2eda8e){logger[_0x398df8(0xf6)](_0x398df8(0x29b)+util[_0x398df8(0x188)](_0x2eda8e));}if(_0x8216e[_0x398df8(0x1b4)](_0x14dd95,_0x8216e['RYyBT'])){const _0x4dfdd7=_0x8216e['Xdsyu'](_0x2f37e6),_0x2055e5=accessibilityHelper[_0x398df8(0x150)](_0x1a563e,_0x4dfdd7),_0x591827=accessibilityHelper['getBrowserDisplayName'](_0x1a563e);if(!accessibilityHelper[_0x398df8(0x26c)](_0x14dd95,_0x2055e5)){const _0x450842=_0x4dfdd7?'':_0x8216e[_0x398df8(0x20f)];return logger[_0x398df8(0xeb)](_0x398df8(0x22f)+_0x591827+_0x398df8(0x217)+_0x2055e5+_0x398df8(0x151)+_0x450842+'.'),![];}}else{const _0x58dc13=_0x325bc1[_0x398df8(0x129)]||_0x325bc1[_0x398df8(0x19e)]||_0x325bc1[_0x398df8(0x23f)];if(_0x58dc13&&_0x8216e[_0x398df8(0x104)](_0x58dc13,_0x8216e['RYyBT'])&&!_0x8216e[_0x398df8(0x16e)](_0x8216e[_0x398df8(0x103)](parseFloat,_0x58dc13),_0x8216e[_0x398df8(0x1f1)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x398df8(0xeb)](_0x8216e['NYdsJ']),![];}return!![];}catch(_0x2b38e6){return logger[_0x398df8(0xf6)](_0x398df8(0x239)+_0x2b38e6['message']),![];}}[a90_0x139537(0x215)](_0x409f4c=[],_0x3139ea,_0x1cf840='cucumber'){const _0x90cfff=a90_0x139537,_0x2d627a={'tTffK':function(_0x4d82fc,_0x526698){return _0x4d82fc===_0x526698;},'cebDh':_0x90cfff(0x101),'goQvM':function(_0x2cb7ff,_0x5d0ba0){return _0x2cb7ff||_0x5d0ba0;},'NqDtY':function(_0x1f9674,_0x2206f5){return _0x1f9674===_0x2206f5;},'YSPHi':function(_0x349936,_0x4181a4){return _0x349936&&_0x4181a4;},'nhPxO':'unknown','fMSnr':function(_0x4f6992,_0x4fed54){return _0x4f6992(_0x4fed54);},'UUxpy':function(_0x518509,_0x30742b){return _0x518509>_0x30742b;},'dySTR':function(_0x4d3fc1,_0x48e955){return _0x4d3fc1&&_0x48e955;}};try{const _0x1bcf10=process[_0x90cfff(0x18e)][_0x90cfff(0x197)]?JSON[_0x90cfff(0x25c)](process[_0x90cfff(0x18e)][_0x90cfff(0x197)]):null;if(!_0x1bcf10)return!![];const _0x1ede1c=Array[_0x90cfff(0x12a)](_0x1bcf10['includeTagsInTestingScope'])?_0x1bcf10[_0x90cfff(0x1ce)]:[],_0x1220be=Array['isArray'](_0x1bcf10[_0x90cfff(0xd7)])?_0x1bcf10[_0x90cfff(0xd7)]:[];if(_0x2d627a[_0x90cfff(0x202)](_0x1cf840,_0x2d627a[_0x90cfff(0x299)])){let _0x2c85a0;Array['isArray'](_0x409f4c)?_0x2c85a0=_0x409f4c[_0x90cfff(0x142)]('\x20'):_0x2c85a0=_0x2d627a[_0x90cfff(0x259)](_0x409f4c,'');const _0x2b0bb6=_0x1220be[_0x90cfff(0x15f)](_0x3a4781=>_0x2c85a0[_0x90cfff(0x100)](_0x3a4781)),_0x3b6f8b=_0x2d627a['NqDtY'](_0x1ede1c[_0x90cfff(0xc1)],0x0)||_0x1ede1c[_0x90cfff(0x15f)](_0x57a006=>_0x2c85a0[_0x90cfff(0x100)](_0x57a006)),_0x483d39=_0x2d627a[_0x90cfff(0x253)](!_0x2b0bb6,_0x3b6f8b);return logger[_0x90cfff(0xf6)](_0x90cfff(0x23e)+(_0x3139ea?.[_0x90cfff(0x1b5)]?.()||_0x2d627a[_0x90cfff(0x1aa)])+_0x90cfff(0x247)+_0x483d39+_0x90cfff(0x1de)+_0x2c85a0+_0x90cfff(0x15e)+JSON['stringify'](_0x1ede1c)+_0x90cfff(0x27e)+JSON['stringify'](_0x1220be)),_0x483d39;}const _0x27785b=Array['isArray'](_0x409f4c)?_0x409f4c:[];let _0x2f22d2=![],_0x5160a6=_0x2d627a[_0x90cfff(0x202)](_0x1ede1c[_0x90cfff(0xc1)],0x0);const _0x249ead=_0x5d0d84=>typeof _0x5d0d84===_0x90cfff(0x1a5)?_0x5d0d84[_0x90cfff(0x10c)](/^@/,'')[_0x90cfff(0x11f)]()['trim']():_0x5d0d84,_0x26c54e=new Set(_0x1ede1c[_0x90cfff(0x125)](_0x249ead)),_0x1849f7=new Set(_0x1220be[_0x90cfff(0x125)](_0x249ead));for(const _0x5c4f68 of _0x27785b){const _0x4b22ed=_0x2d627a[_0x90cfff(0x170)](_0x249ead,_0x5c4f68);_0x1849f7['has'](_0x4b22ed)&&(_0x2f22d2=!![]),_0x2d627a[_0x90cfff(0xca)](_0x26c54e[_0x90cfff(0x24b)],0x0)&&_0x26c54e[_0x90cfff(0x1d1)](_0x4b22ed)&&(_0x5160a6=!![]);}const _0xdbfa86=_0x2d627a['dySTR'](_0x5160a6,!_0x2f22d2);return logger[_0x90cfff(0xf6)](_0x90cfff(0x23e)+(_0x3139ea?.['getPlatformIndex']?.()||_0x2d627a[_0x90cfff(0x1aa)])+_0x90cfff(0xce)+_0xdbfa86+',\x20tags='+JSON[_0x90cfff(0xdd)](_0x27785b)+_0x90cfff(0x15e)+JSON[_0x90cfff(0xdd)](_0x1ede1c)+',\x20excludeTags='+JSON['stringify'](_0x1220be)),_0xdbfa86;}catch(_0x169e26){return logger['debug'](_0x90cfff(0x23e)+(_0x3139ea?.[_0x90cfff(0x1b5)]?.()||_0x2d627a[_0x90cfff(0x1aa)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x169e26[_0x90cfff(0x139)]),![];}}async[a90_0x139537(0x109)](_0x458088){const _0x3fe4b4=a90_0x139537,_0x5ae621={};_0x5ae621['HnjLc']=function(_0x2fa746,_0x2d03f3){return _0x2fa746!==_0x2d03f3;},_0x5ae621[_0x3fe4b4(0x12d)]=_0x3fe4b4(0xf9),_0x5ae621[_0x3fe4b4(0x14e)]=function(_0x11fe72,_0x51a31f){return _0x11fe72!==_0x51a31f;},_0x5ae621[_0x3fe4b4(0x11b)]=_0x3fe4b4(0x101),_0x5ae621[_0x3fe4b4(0x23c)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5ae621[_0x3fe4b4(0x19c)]='TEST_INIT',_0x5ae621[_0x3fe4b4(0xcb)]=_0x3fe4b4(0x255),_0x5ae621[_0x3fe4b4(0x28e)]=_0x3fe4b4(0xf8),_0x5ae621[_0x3fe4b4(0xc5)]=_0x3fe4b4(0x252),_0x5ae621['oHmrR']=function(_0x4efc4a,_0x40eee0){return _0x4efc4a===_0x40eee0;},_0x5ae621['pYlAN']=function(_0xc17b9e,_0x3a5ac0){return _0xc17b9e===_0x3a5ac0;},_0x5ae621[_0x3fe4b4(0x1ef)]=_0x3fe4b4(0x191),_0x5ae621['wPGiF']=function(_0x2ad32b,_0x22491f){return _0x2ad32b===_0x22491f;},_0x5ae621['LcHLV']=_0x3fe4b4(0x15c),_0x5ae621[_0x3fe4b4(0x1f0)]=function(_0x535926,_0x3975b4){return _0x535926>_0x3975b4;},_0x5ae621[_0x3fe4b4(0x1c3)]=_0x3fe4b4(0x1e2),_0x5ae621[_0x3fe4b4(0x1ab)]='test_tags',_0x5ae621[_0x3fe4b4(0x162)]=function(_0xa0d95e,_0x4326fc){return _0xa0d95e&&_0x4326fc;},_0x5ae621[_0x3fe4b4(0x110)]='unknown',_0x5ae621['ZPQxS']='true';const _0x155471=_0x5ae621;if(_0x155471[_0x3fe4b4(0x11c)](_0x458088[_0x3fe4b4(0x1df)],_0x155471[_0x3fe4b4(0x12d)])&&_0x155471[_0x3fe4b4(0x14e)](_0x458088[_0x3fe4b4(0x1df)],_0x155471[_0x3fe4b4(0x11b)])){logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x23c)]);return;}try{const _0x60a59=AutomationFramework[_0x3fe4b4(0x1c2)](),_0x36e22b=TestFramework[_0x3fe4b4(0x1c2)](),_0x12eb5d=_0x458088[_0x3fe4b4(0x1bd)]||global['__workerDetails']?.[_0x3fe4b4(0x205)]||null;if(!_0x12eb5d){_0x36e22b&&_0x36e22b[_0x3fe4b4(0x198)](_0x155471[_0x3fe4b4(0x19c)],!![]);logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0xcb)]);return;}logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x28e)]);const _0x26b1a7=_0x36e22b?.['getData'](_0x155471['zFWvL'],![]),_0x5af098=_0x36e22b?.[_0x3fe4b4(0x14b)](_0x155471[_0x3fe4b4(0x19c)],![]);if(_0x155471[_0x3fe4b4(0x157)](_0x26b1a7,![])&&_0x155471[_0x3fe4b4(0x1af)](_0x5af098,![])){_0x36e22b&&_0x36e22b[_0x3fe4b4(0x198)](_0x155471[_0x3fe4b4(0xc5)],!![]);logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x1ef)]);return;}_0x36e22b&&_0x36e22b['updateData'](_0x155471[_0x3fe4b4(0x19c)],!![]);let _0x4f43f0,_0x539938;const _0x5b4ed3=_0x458088[_0x3fe4b4(0x1df)]||_0x155471['lRjYd'];if(_0x155471[_0x3fe4b4(0x260)](_0x5b4ed3,_0x155471[_0x3fe4b4(0x11b)])){_0x539938=_0x458088[_0x3fe4b4(0x168)]?.[_0x3fe4b4(0x209)]||_0x458088[_0x3fe4b4(0x168)]?.['id']||global[_0x3fe4b4(0x1b6)]||global[_0x3fe4b4(0xc8)]?.[_0x3fe4b4(0x17b)]?.[_0x3fe4b4(0x209)]||global['__workerDetails']?.[_0x3fe4b4(0x17b)]?.['id'];const _0x592fdb=_0x36e22b?.[_0x3fe4b4(0xb4)]()?.[_0x3fe4b4(0xda)](_0x539938);if(_0x592fdb&&_0x592fdb[TestFrameworkConstants[_0x3fe4b4(0x200)]])_0x4f43f0=_0x592fdb[TestFrameworkConstants[_0x3fe4b4(0x200)]];else{if(_0x458088[_0x3fe4b4(0x168)]?.[_0x3fe4b4(0x204)])_0x4f43f0=_0x458088[_0x3fe4b4(0x168)][_0x3fe4b4(0x204)];else global[_0x3fe4b4(0xc8)]?.[_0x3fe4b4(0x17b)]?.['testInfo']?.[_0x3fe4b4(0x204)]?_0x4f43f0=global[_0x3fe4b4(0xc8)][_0x3fe4b4(0x17b)][_0x3fe4b4(0x168)][_0x3fe4b4(0x204)]:_0x4f43f0=_0x155471[_0x3fe4b4(0x26a)];}logger[_0x3fe4b4(0xf6)](_0x3fe4b4(0x1fe)+_0x539938+_0x3fe4b4(0x1de)+JSON[_0x3fe4b4(0xdd)](_0x4f43f0));}else{_0x539938=this['getTestId'](_0x458088);const _0x8c897b=TestInfo[_0x3fe4b4(0x114)](_0x539938);let _0x460317=[];if(_0x8c897b&&Array[_0x3fe4b4(0x12a)](_0x8c897b[_0x3fe4b4(0x277)])&&_0x155471[_0x3fe4b4(0x1f0)](_0x8c897b[_0x3fe4b4(0x277)][_0x3fe4b4(0xc1)],0x0))_0x460317=_0x8c897b[_0x3fe4b4(0x277)];else{if(_0x36e22b){const _0x2b9d62=_0x155471[_0x3fe4b4(0x260)](typeof _0x36e22b[_0x3fe4b4(0x14b)],_0x155471[_0x3fe4b4(0x1c3)])?_0x36e22b[_0x3fe4b4(0x14b)](_0x155471[_0x3fe4b4(0x1ab)],[]):_0x36e22b[_0x3fe4b4(0x277)]||[];Array[_0x3fe4b4(0x12a)](_0x2b9d62)&&(_0x460317=_0x2b9d62);}}_0x4f43f0=_0x460317;}logger[_0x3fe4b4(0x12b)](_0x3fe4b4(0x272)+JSON[_0x3fe4b4(0xdd)](_0x4f43f0));const _0x39aec3=this['isPlatformSupported'](_0x60a59,_0x458088[_0x3fe4b4(0x131)],_0x458088[_0x3fe4b4(0x27a)]);logger[_0x3fe4b4(0xf6)](_0x3fe4b4(0x249)+_0x39aec3+_0x3fe4b4(0x1ac)+this[_0x3fe4b4(0x160)]);const _0x2b5994=this[_0x3fe4b4(0x215)](_0x4f43f0,_0x60a59,_0x5b4ed3),_0x8d5d1b=_0x155471[_0x3fe4b4(0x162)](_0x39aec3,_0x2b5994),_0x3f9e38=CLIUtils[_0x3fe4b4(0x282)]();this[_0x3fe4b4(0x29d)][_0x3fe4b4(0xcf)](_0x3f9e38,_0x8d5d1b),global[_0x3fe4b4(0x295)]?.[_0x3fe4b4(0x16d)]&&global[_0x3fe4b4(0x295)][_0x3fe4b4(0x16d)]()[_0x3fe4b4(0x173)](_0x8d5d1b),logger['debug'](_0x3fe4b4(0x23e)+(_0x60a59?.[_0x3fe4b4(0x1b5)]?.()||_0x155471['yKvdD'])+_0x3fe4b4(0x230)+_0x8d5d1b),_0x8d5d1b?(global['accessibilityPlatform']=!![],process[_0x3fe4b4(0x18e)][_0x3fe4b4(0x137)]=_0x155471['ZPQxS'],this[_0x3fe4b4(0x1f8)]()):global[_0x3fe4b4(0x1f6)]=![];}catch(_0x2a4f2a){logger[_0x3fe4b4(0x112)](_0x3fe4b4(0x1b8)+(_0x2a4f2a[_0x3fe4b4(0xf2)]||_0x2a4f2a[_0x3fe4b4(0x139)]));const _0x40c5be=CLIUtils[_0x3fe4b4(0x282)]();this[_0x3fe4b4(0x29d)][_0x3fe4b4(0xcf)](_0x40c5be,![]),global[_0x3fe4b4(0x1f6)]=![];}}[a90_0x139537(0x29e)](){const _0x39607d=a90_0x139537;return this['capabilities'][_0x39607d(0x23d)](_0x467188=>_0x467188[_0x39607d(0x108)]()==='goog:chromeOptions')?.[_0x39607d(0x223)]()||'';}[a90_0x139537(0x1c1)](_0x5e4a2a){const _0x5719dc=a90_0x139537;try{const _0x1c542a=this[_0x5719dc(0x25f)]?.[_0x5719dc(0x194)]?.[_0x5719dc(0xea)]||[],_0x4895e1=_0x1c542a[_0x5719dc(0x23d)](_0x370005=>_0x370005[_0x5719dc(0x16c)]===_0x5e4a2a);return _0x4895e1?_0x4895e1[_0x5719dc(0x165)]:null;}catch(_0x37e5cf){return logger[_0x5719dc(0xf6)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x5e4a2a+':\x20'+_0x37e5cf[_0x5719dc(0x139)]),null;}}async[a90_0x139537(0xbd)](_0x2dfed9,_0x4f4ab5){const _0x4a3ac3=a90_0x139537,_0x235662=_0x2dfed9[_0x4a3ac3(0x21f)]()[_0x4a3ac3(0x22a)](),_0x383eaf=_0x235662[_0x4a3ac3(0x121)](),_0x42d309=_0x235662[_0x4a3ac3(0x124)]()?.[_0x4a3ac3(0xc0)]();scripts[_0x4a3ac3(0x1a1)](_0x383eaf,_0x42d309),scripts[_0x4a3ac3(0x28c)]();const _0x51d2c4=_0x235662[_0x4a3ac3(0x17d)]();this[_0x4a3ac3(0x10d)]=_0x235662[_0x4a3ac3(0x17d)](),await this[_0x4a3ac3(0xb8)](_0x51d2c4,_0x4f4ab5[_0x4a3ac3(0x27a)]);}async[a90_0x139537(0xb8)](_0x3ae6bd,_0x36b475={}){const _0x4bbd54=a90_0x139537,_0xfface1={'GoAzK':function(_0x12b4de,_0xbce59a){return _0x12b4de===_0xbce59a;},'LrvdB':_0x4bbd54(0x256),'eVweM':_0x4bbd54(0x229),'HMSlh':function(_0x22ce81,_0x1486f8){return _0x22ce81(_0x1486f8);},'VbNGq':_0x4bbd54(0x25a),'DLozH':function(_0x562ed0,_0xe39d76){return _0x562ed0(_0xe39d76);},'nTdxL':_0x4bbd54(0x1ec),'EtkRF':function(_0x24648f,_0x48ce6d){return _0x24648f(_0x48ce6d);},'woepD':function(_0x46ba43,_0x2e2918){return _0x46ba43===_0x2e2918;},'dMcCy':'wcagVersion','cWnrC':_0x4bbd54(0x16b),'HQoBg':_0x4bbd54(0x18a),'gQDCH':_0x4bbd54(0x24a),'GBcam':_0x4bbd54(0x271),'MwDOU':_0x4bbd54(0x25e),'tpTJR':'isMobileScanningEnabledForGroup','MWfBD':function(_0x335f20,_0xded4bf){return _0x335f20(_0xded4bf);},'iHpyV':function(_0x4e3058,_0x339fc2){return _0x4e3058===_0x339fc2;},'vakfY':_0x4bbd54(0x1d9)};global[_0x4bbd54(0xf5)]=global[_0x4bbd54(0xf5)]||{};for(const _0x5519cb of _0x3ae6bd){logger[_0x4bbd54(0x12b)](_0x4bbd54(0x171)+_0x5519cb[_0x4bbd54(0x108)]()+_0x4bbd54(0x167)+_0x5519cb['getValue']());if(_0xfface1[_0x4bbd54(0x1fd)](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['LrvdB'])){const _0x38cef2=_0x5519cb[_0x4bbd54(0x223)]();process[_0x4bbd54(0x18e)][_0x4bbd54(0x192)]=_0x38cef2,global[_0x4bbd54(0xf5)][_0xfface1['eVweM']]=_0x38cef2;const _0x47797f=_0xfface1[_0x4bbd54(0x248)](require,_0xfface1[_0x4bbd54(0xbc)]),{isTrue:_0x3fe9dc}=_0xfface1['DLozH'](require,_0xfface1[_0x4bbd54(0x1e4)]),_0x5d8749=_0x47797f[_0x4bbd54(0x14a)](_0x38cef2);_0x5d8749&&_0xfface1[_0x4bbd54(0x1d5)](_0x3fe9dc,_0x5d8749[_0x4bbd54(0x2a0)])&&(process[_0x4bbd54(0x18e)][_0x4bbd54(0xfb)]=!![]);}else{if(_0xfface1['woepD'](_0x5519cb['getName'](),_0xfface1[_0x4bbd54(0x262)]))global[_0x4bbd54(0xf5)][_0xfface1['cWnrC']]=_0x5519cb['getValue']();else{if(_0xfface1[_0x4bbd54(0x1e3)](_0x5519cb['getName'](),_0xfface1[_0x4bbd54(0x14f)]))global[_0x4bbd54(0xf5)][_0xfface1[_0x4bbd54(0xc9)]]=_0x5519cb[_0x4bbd54(0x223)]();else{if(_0xfface1[_0x4bbd54(0x1fd)](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['GBcam']))global[_0x4bbd54(0xf5)][_0xfface1[_0x4bbd54(0x207)]]=_0x5519cb[_0x4bbd54(0x223)]();else{if(_0xfface1['woepD'](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['tpTJR'])){const _0x48160d=_0x5519cb[_0x4bbd54(0x223)]();process[_0x4bbd54(0x18e)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0xfface1[_0x4bbd54(0x1ee)](String,_0xfface1['GoAzK'](_0x48160d,!![])||_0xfface1['iHpyV'](_0x48160d,_0xfface1[_0x4bbd54(0x147)])),logger[_0x4bbd54(0xf6)](_0x4bbd54(0x1c6)+_0x48160d+_0x4bbd54(0x244)+process['env'][_0x4bbd54(0x294)]);}}}}}}}async[a90_0x139537(0x235)](_0x32a5fa){const _0x4f672f=a90_0x139537,_0x5c853b={};_0x5c853b[_0x4f672f(0x154)]=function(_0x35af6a,_0xbda275){return _0x35af6a!==_0xbda275;},_0x5c853b['bzaNR']=_0x4f672f(0xf9),_0x5c853b['ehjpc']=function(_0x9fe203,_0x6d0987){return _0x9fe203!==_0x6d0987;},_0x5c853b['UTsdJ']=_0x4f672f(0x101),_0x5c853b['ILdlk']=_0x4f672f(0x1d8),_0x5c853b[_0x4f672f(0x29f)]='unknown';const _0x5248ee=_0x5c853b;if(_0x5248ee[_0x4f672f(0x154)](_0x32a5fa[_0x4f672f(0x1df)],_0x5248ee[_0x4f672f(0x1bb)])&&_0x5248ee[_0x4f672f(0x1ed)](_0x32a5fa['testFramework'],_0x5248ee['UTsdJ'])){logger[_0x4f672f(0xf6)](_0x5248ee[_0x4f672f(0x241)]);return;}const _0x298eb4=_0x32a5fa[_0x4f672f(0x168)]?.[_0x4f672f(0x209)]||_0x32a5fa[_0x4f672f(0x168)]?.['id']||global[_0x4f672f(0x1b6)];logger[_0x4f672f(0x12b)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x32a5fa[_0x4f672f(0x1df)]+_0x4f672f(0x17a)+_0x298eb4);try{const _0x2fe511=_0x32a5fa[_0x4f672f(0x127)]||AutomationFramework[_0x4f672f(0x1c2)](),_0x747da5=CLIUtils[_0x4f672f(0x282)](),_0x103175=this[_0x4f672f(0x211)]();logger[_0x4f672f(0xf6)](_0x4f672f(0x23e)+(_0x2fe511?.[_0x4f672f(0x1b5)]?.()||_0x5248ee[_0x4f672f(0x29f)])+_0x4f672f(0xc7)+_0x103175),_0x103175&&await this[_0x4f672f(0x136)](_0x2fe511,_0x32a5fa),this[_0x4f672f(0x29d)][_0x4f672f(0xef)](_0x747da5),this[_0x4f672f(0x1ae)]['delete'](_0x747da5);}catch(_0x2151f9){logger[_0x4f672f(0x112)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x2151f9[_0x4f672f(0xf2)]||_0x2151f9[_0x4f672f(0x139)]));}}async[a90_0x139537(0x136)](_0x42a6e3,_0x2f0de3){const _0x57abc0=a90_0x139537,_0x5adb0c={};_0x5adb0c[_0x57abc0(0x126)]=function(_0x26014d,_0x28b7c6){return _0x26014d===_0x28b7c6;},_0x5adb0c[_0x57abc0(0x11a)]=_0x57abc0(0x1e2),_0x5adb0c[_0x57abc0(0x1c9)]=function(_0x590a6a,_0x4ed9e8){return _0x590a6a===_0x4ed9e8;},_0x5adb0c['qxAJF']=_0x57abc0(0x101),_0x5adb0c[_0x57abc0(0x2a7)]='cucumber',_0x5adb0c['dnAHI']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x5adb0c[_0x57abc0(0x169)]='accessibility',_0x5adb0c[_0x57abc0(0x246)]=_0x57abc0(0x27c),_0x5adb0c['pycbK']=_0x57abc0(0x269),_0x5adb0c[_0x57abc0(0x1ba)]='present',_0x5adb0c[_0x57abc0(0x158)]=_0x57abc0(0x17c),_0x5adb0c[_0x57abc0(0x273)]=function(_0x4f5337,_0x59f856){return _0x4f5337||_0x59f856;},_0x5adb0c[_0x57abc0(0x1c0)]=function(_0x536d44,_0x1e26e6){return _0x536d44||_0x1e26e6;},_0x5adb0c[_0x57abc0(0xdb)]=function(_0x27dc51,_0x44da1f){return _0x27dc51||_0x44da1f;},_0x5adb0c[_0x57abc0(0x18c)]=_0x57abc0(0xd0),_0x5adb0c[_0x57abc0(0x1ad)]='AUTOMATION_SESSIONS',_0x5adb0c['qywMs']='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x5d4f7a=_0x5adb0c;try{const _0x3222c0=_0x2f0de3['testFramework']||(_0x5d4f7a[_0x57abc0(0x1c9)](this[_0x57abc0(0x128)]?.[_0x57abc0(0x16c)]?.['toLowerCase'](),_0x5d4f7a[_0x57abc0(0x177)])?_0x5d4f7a[_0x57abc0(0x177)]:_0x5d4f7a[_0x57abc0(0x2a7)]);let _0x48825d='',_0x4ca41d=null,_0x550511=null;if(_0x5d4f7a['WQiIy'](_0x3222c0,_0x5d4f7a[_0x57abc0(0x177)])){_0x4ca41d=_0x2f0de3[_0x57abc0(0x168)]?.[_0x57abc0(0x209)]||_0x2f0de3[_0x57abc0(0x168)]?.['id']||global[_0x57abc0(0x1b6)];if(!_0x4ca41d){logger['warn'](_0x5d4f7a[_0x57abc0(0xbe)]);return;}try{const _0x440bdf=await GrpcClient['getInstance']()[_0x57abc0(0x25b)](process[_0x57abc0(0x18e)][_0x57abc0(0x21d)],_0x5d4f7a['mnjbF'],_0x5d4f7a[_0x57abc0(0x246)],_0x4ca41d),_0x26a92a=AccessibilityModule[_0x57abc0(0xba)](null,_0x440bdf);_0x48825d=_0x26a92a?.[_0x57abc0(0x296)]||'',logger[_0x57abc0(0xf6)](_0x57abc0(0x279)+_0x48825d+'\x20from\x20testIdentifier='+_0x4ca41d),_0x550511=_0x440bdf;}catch(_0x18490a){logger[_0x57abc0(0x112)](_0x57abc0(0xe9)+_0x18490a[_0x57abc0(0x139)]);return;}}else{const _0x32a099=this['getTestId'](_0x2f0de3);_0x48825d=TestInfo[_0x57abc0(0x119)](_0x32a099);}const _0x532645=((()=>{const _0x485d66=_0x57abc0,_0x330732=(this['accessibilityConfig']?.[_0x485d66(0x194)]?.[_0x485d66(0xea)]||[])['find'](_0x5b0f32=>(typeof _0x5b0f32[_0x485d66(0x108)]===_0x485d66(0x1e2)?_0x5b0f32[_0x485d66(0x108)]():_0x5b0f32[_0x485d66(0x16c)])===this[_0x485d66(0x276)]);return _0x330732?_0x5d4f7a[_0x485d66(0x126)](typeof _0x330732['getValue'],_0x5d4f7a[_0x485d66(0x11a)])?_0x330732['getValue']():_0x330732[_0x485d66(0x165)]:'';})()),_0xe521b5=process[_0x57abc0(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x57abc0(0x23e)+(_0x42a6e3?.[_0x57abc0(0x1b5)]?.()||_0x5d4f7a['pycbK'])+_0x57abc0(0xd2)+_0x48825d+_0x57abc0(0x180)+_0x532645+'\x20a11yToken='+(_0xe521b5?_0x5d4f7a['pwliy']:_0x5d4f7a[_0x57abc0(0x158)]));let _0x5d7301;if(_0x5d4f7a[_0x57abc0(0x1c9)](_0x3222c0,_0x5d4f7a['qxAJF']))_0x5d7301=AccessibilityModule[_0x57abc0(0xba)](_0x48825d,_0x550511);else{const _0xbb1fb7=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x57abc0(0x18e)][_0x57abc0(0x21d)],_0x5d4f7a[_0x57abc0(0x169)],_0x5d4f7a[_0x57abc0(0x246)]);_0x5d7301=AccessibilityModule[_0x57abc0(0xba)](_0x48825d,_0xbb1fb7);}logger['debug'](_0x57abc0(0x172)+JSON[_0x57abc0(0xdd)](_0x5d7301));const _0x177531=Object[_0x57abc0(0x208)]({},{'thTestRunUuid':_0x5d4f7a[_0x57abc0(0x273)](_0x48825d,''),'thBuildUuid':_0x5d4f7a[_0x57abc0(0x1c0)](_0x532645,''),'thJwtToken':_0x5d4f7a[_0x57abc0(0xdb)](_0xe521b5,'')},_0x5d7301);!this['isAppAccessibility']&&this[_0x57abc0(0x102)]()&&(_0x177531['is_mobile_session']=!![],logger[_0x57abc0(0xf6)](_0x5d4f7a['NowDv']));logger[_0x57abc0(0xf6)](_0x57abc0(0x185)+_0x48825d+',\x20isAppAccessibility='+this[_0x57abc0(0x160)]);let _0x4e3b90=global[_0x57abc0(0xc8)]?.[_0x57abc0(0x205)]||null;!_0x4e3b90&&(_0x4e3b90=AutomationFramework['getState'](_0x42a6e3,_0x5d4f7a['BfqGq'],null)),!_0x4e3b90&&(_0x4e3b90=AutomationFramework['getState'](_0x42a6e3,_0x5d4f7a[_0x57abc0(0x123)],null)),await this[_0x57abc0(0x130)](this[_0x57abc0(0x211)](),_0x48825d,_0x4e3b90,_0x177531,this[_0x57abc0(0x160)]);}catch(_0xc9fcab){logger['error'](_0x57abc0(0x290)+(_0xc9fcab[_0x57abc0(0xf2)]||_0xc9fcab[_0x57abc0(0x139)]));}}async[a90_0x139537(0x130)](_0x9f860,_0x3d0932,_0xff2b9a,_0x1bfc34,_0x1e5833){const _0x2e280a=a90_0x139537,_0xba70f4={};_0xba70f4['adQsH']=_0x2e280a(0x27c),_0xba70f4[_0x2e280a(0x15a)]=function(_0x3d766b,_0x412b26){return _0x3d766b&&_0x412b26;},_0xba70f4[_0x2e280a(0x19d)]=_0x2e280a(0x141),_0xba70f4[_0x2e280a(0x195)]=function(_0x1dc96e,_0x37abcc){return _0x1dc96e===_0x37abcc;},_0xba70f4[_0x2e280a(0x1cf)]=_0x2e280a(0x17c),_0xba70f4[_0x2e280a(0x1fa)]=function(_0x319da8,_0x197d1a){return _0x319da8===_0x197d1a;},_0xba70f4['yldpb']=_0x2e280a(0x297),_0xba70f4[_0x2e280a(0x231)]=_0x2e280a(0x2a3),_0xba70f4['TIwab']=_0x2e280a(0x26e),_0xba70f4[_0x2e280a(0x23b)]='scan',_0xba70f4[_0x2e280a(0xe7)]=function(_0x34e98b,_0x2a723e){return _0x34e98b&&_0x2a723e;},_0xba70f4[_0x2e280a(0x1e9)]=_0x2e280a(0xde),_0xba70f4[_0x2e280a(0x179)]=_0x2e280a(0x258),_0xba70f4[_0x2e280a(0x1c8)]=_0x2e280a(0x286);const _0x5b830a=_0xba70f4;try{const _0x55168e=this[_0x2e280a(0x133)](_0x5b830a['adQsH']);if(_0x5b830a[_0x2e280a(0x15a)](!_0x1e5833,!_0x55168e)){logger['debug'](_0x5b830a[_0x2e280a(0x19d)]);return;}if(!_0x3d0932||_0x5b830a['Hcekv'](_0x3d0932,_0x5b830a[_0x2e280a(0x1cf)])||_0x5b830a['TnqhZ'](_0x3d0932,'')){logger['debug'](_0x5b830a['yldpb']);return;}logger[_0x2e280a(0xf6)](_0x2e280a(0x283)+JSON[_0x2e280a(0xdd)](_0x1bfc34)),_0x9f860&&(logger[_0x2e280a(0xf6)](_0x5b830a[_0x2e280a(0x231)]),await this[_0x2e280a(0x24c)](_0xff2b9a,_0x3d0932,_0x5b830a[_0x2e280a(0x181)],_0x1bfc34,_0x1e5833,_0x5b830a['wjyxk']),_0x5b830a['OEveG'](!_0x1e5833,_0x55168e)&&(logger[_0x2e280a(0xf6)](_0x5b830a[_0x2e280a(0x1e9)]),await PerformanceTester[_0x2e280a(0x138)](_0x5b830a[_0x2e280a(0x179)],async()=>{const _0x45f32e=_0x2e280a;await this[_0x45f32e(0x24c)](_0xff2b9a,_0x3d0932,_0x5b830a[_0x45f32e(0x298)],_0x1bfc34,_0x1e5833,_0x5b830a[_0x45f32e(0x298)]);})()),logger['info'](_0x5b830a[_0x2e280a(0x1c8)]));}catch(_0x5c3429){logger[_0x2e280a(0x112)](_0x2e280a(0x122)+(_0x5c3429['stack']||_0x5c3429['message']));}}async[a90_0x139537(0x164)](_0x4180de){const _0x15a51c=a90_0x139537,_0x41acfd={};_0x41acfd[_0x15a51c(0xc4)]=function(_0x57d7cc,_0x28cf7f){return _0x57d7cc!==_0x28cf7f;},_0x41acfd['BpueR']=_0x15a51c(0xf9),_0x41acfd[_0x15a51c(0x203)]=function(_0x5f151e,_0x438188){return _0x5f151e!==_0x438188;},_0x41acfd[_0x15a51c(0x1f4)]=_0x15a51c(0x101),_0x41acfd['LCngd']='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x41acfd['OobtI']=_0x15a51c(0x269),_0x41acfd['lhIVp']=_0x15a51c(0x13b),_0x41acfd['ugBBN']=function(_0x26e039,_0x5adb53){return _0x26e039===_0x5adb53;},_0x41acfd[_0x15a51c(0x140)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x41acfd[_0x15a51c(0xd1)]=_0x15a51c(0x29d),_0x41acfd[_0x15a51c(0x1ff)]=_0x15a51c(0x193),_0x41acfd[_0x15a51c(0x1d3)]='test_run_id',_0x41acfd[_0x15a51c(0x132)]='testhub_build_uuid',_0x41acfd['dTLzz']=_0x15a51c(0x1eb),_0x41acfd[_0x15a51c(0xc3)]='null';const _0x1eedf9=_0x41acfd;if(_0x1eedf9['JqvPy'](_0x4180de[_0x15a51c(0x1df)],_0x1eedf9['BpueR'])&&_0x1eedf9[_0x15a51c(0x203)](_0x4180de['testFramework'],_0x1eedf9['Yourn'])){logger[_0x15a51c(0xf6)](_0x1eedf9[_0x15a51c(0x16a)]);return;}logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20command='+(_0x4180de[_0x15a51c(0xe1)]||_0x1eedf9[_0x15a51c(0x250)])+_0x15a51c(0x221)+_0x4180de[_0x15a51c(0x1df)]);try{const _0x6d0549=_0x4180de['instance']||AutomationFramework['getTrackedInstance'](),_0x3e4319=TestFramework[_0x15a51c(0x1c2)](),_0x47f28d=_0x4180de[_0x15a51c(0xe1)]||_0x4180de[_0x15a51c(0x29c)]?.[_0x15a51c(0x108)]();if(!_0x47f28d){logger['debug'](_0x1eedf9[_0x15a51c(0x27f)]);return;}if(!this[_0x15a51c(0x211)]()){logger['debug'](_0x15a51c(0x175)+_0x47f28d);return;}if(!this[_0x15a51c(0xe5)](_0x47f28d)){logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20Command\x20'+_0x47f28d+_0x15a51c(0x21a));return;}const _0x3cec2f=_0x4180de[_0x15a51c(0x1bd)]||global[_0x15a51c(0xc8)]?.['pwPage'];if(!_0x3cec2f){logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x47f28d);return;}let _0x45f55c='',_0x48417e=null;if(_0x1eedf9[_0x15a51c(0x275)](_0x4180de['testFramework'],_0x1eedf9[_0x15a51c(0x1f4)])){_0x48417e=_0x4180de[_0x15a51c(0x168)]?.[_0x15a51c(0x209)]||_0x4180de[_0x15a51c(0x168)]?.['id']||global[_0x15a51c(0x1b6)];if(!_0x48417e){logger['warn'](_0x1eedf9[_0x15a51c(0x140)]);return;}try{const _0x59251c=await GrpcClient['getInstance']()[_0x15a51c(0x25b)](process[_0x15a51c(0x18e)][_0x15a51c(0x21d)],_0x1eedf9[_0x15a51c(0xd1)],_0x1eedf9['JpDzM'],_0x48417e),_0x6a2d5c=AccessibilityModule[_0x15a51c(0xba)](null,_0x59251c);_0x45f55c=_0x6a2d5c?.[_0x15a51c(0x296)]||'',logger['debug'](_0x15a51c(0x1b0)+_0x45f55c+'\x20from\x20testIdentifier='+_0x48417e);}catch(_0x1ae445){logger[_0x15a51c(0x112)](_0x15a51c(0x1d4)+_0x1ae445['message']);return;}}else _0x45f55c=this[_0x15a51c(0x1c1)](_0x1eedf9[_0x15a51c(0x1d3)])||'',!_0x45f55c&&this[_0x15a51c(0x102)]()&&(_0x45f55c=accessibilityHelper[_0x15a51c(0x1a9)]());const _0x1b957b=this[_0x15a51c(0x1c1)](_0x1eedf9[_0x15a51c(0x132)])||this[_0x15a51c(0x25f)][this[_0x15a51c(0x276)]]||null,_0x3d29e2=process['env'][_0x15a51c(0xe0)]||'',_0x3bfb32=this[_0x15a51c(0x28b)](_0x47f28d,_0x45f55c,_0x1b957b,_0x3d29e2),_0x425577=_0x1eedf9[_0x15a51c(0x275)](_0x4180de[_0x15a51c(0x1df)],_0x1eedf9[_0x15a51c(0x1f4)])?await AccessibilityModule[_0x15a51c(0x212)](_0x1eedf9[_0x15a51c(0xfa)],_0x45f55c,_0x48417e):await AccessibilityModule[_0x15a51c(0x212)](_0x1eedf9[_0x15a51c(0xfa)],_0x45f55c);logger['info']('ScanArgs:\x20'+(_0x3bfb32?JSON['stringify'](_0x3bfb32):_0x1eedf9[_0x15a51c(0xc3)]));const _0x5ae416=CLIUtils[_0x15a51c(0x2a2)](_0x3bfb32,_0x425577);logger[_0x15a51c(0x12b)](_0x15a51c(0xe3)+(_0x5ae416?JSON[_0x15a51c(0xdd)](_0x5ae416):_0x1eedf9[_0x15a51c(0xc3)])),logger[_0x15a51c(0xf6)](_0x15a51c(0x1a6)+_0x47f28d);const _0x58d752=await this[_0x15a51c(0x24c)](_0x3cec2f,_0x45f55c,_0x47f28d,_0x5ae416,this[_0x15a51c(0x160)]);logger['debug'](_0x15a51c(0xb3)+_0x47f28d+_0x15a51c(0x120)+JSON[_0x15a51c(0xdd)](_0x58d752));}catch(_0x41cd9f){logger[_0x15a51c(0x112)](_0x15a51c(0x22b)+(_0x41cd9f[_0x15a51c(0xf2)]||_0x41cd9f[_0x15a51c(0x139)]));}}[a90_0x139537(0x226)](){return this['getCurrentAccessibilityStatus']();}[a90_0x139537(0xcd)](_0x4d63ce){const _0x1deda8=a90_0x139537,_0x36310d=CLIUtils[_0x1deda8(0x282)]();this[_0x1deda8(0x29d)][_0x1deda8(0xcf)](_0x36310d,_0x4d63ce);}async[a90_0x139537(0xd6)](_0x1311d1){const _0x257622=a90_0x139537,_0x3fed47={};_0x3fed47[_0x257622(0x27d)]='unknown';const _0x374072=_0x3fed47;try{const _0x2da381=_0x1311d1[_0x257622(0x127)]||AutomationFramework[_0x257622(0x1c2)](),_0x5cd0cd=_0x2da381?.[_0x257622(0x14b)]?.()?.['get']?.(this[_0x257622(0x1d6)])||![];if(_0x5cd0cd)return;PerformanceTester['start'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x408ac7=await GrpcClient[_0x257622(0x13e)]()[_0x257622(0xee)](_0x1311d1);_0x408ac7&&_0x408ac7[_0x257622(0x21f)]&&_0x408ac7[_0x257622(0x21f)]()&&_0x408ac7[_0x257622(0x21f)]()[_0x257622(0x1a8)]()?(await this['loadAccessibilityConfig'](_0x408ac7,_0x1311d1),_0x2da381?.[_0x257622(0x14b)]&&_0x2da381['getData']()['set'](this[_0x257622(0x1d6)],!![]),logger[_0x257622(0xf6)](_0x257622(0x23e)+(_0x2da381?.[_0x257622(0x1b5)]?.()||_0x374072[_0x257622(0x27d)])+_0x257622(0xd5))):logger['debug'](_0x257622(0x23e)+(_0x2da381?.[_0x257622(0x1b5)]?.()||_0x374072[_0x257622(0x27d)])+_0x257622(0x210)),PerformanceTester[_0x257622(0x118)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x3d5ad7){PerformanceTester[_0x257622(0x118)](EVENTS[_0x257622(0x1c4)],![],_0x3d5ad7[_0x257622(0x139)]),logger['error'](_0x257622(0xb9)+(_0x3d5ad7[_0x257622(0xf2)]||_0x3d5ad7[_0x257622(0x139)]));}}async['loadAccessibilityConfig'](_0x344bd5,_0x5a01f7){const _0xae593c=a90_0x139537;await this[_0xae593c(0xbd)](_0x344bd5,_0x5a01f7);const _0x1c4fbc=_0x344bd5[_0xae593c(0x21f)]()[_0xae593c(0x22a)]();if(_0x1c4fbc){const _0x1483e0=_0x344bd5[_0xae593c(0x214)]&&_0x344bd5[_0xae593c(0x214)]();_0x1483e0&&(this[_0xae593c(0x25f)][this[_0xae593c(0x276)]]=_0x1483e0[_0xae593c(0x20d)]&&_0x1483e0['getBuildId']());}}[a90_0x139537(0xe5)](_0x5a33f0){const _0xfe3e14=a90_0x139537,_0x25de3f={};_0x25de3f[_0xfe3e14(0x149)]=function(_0x3fee93,_0x23a917){return _0x3fee93===_0x23a917;};const _0x131594=_0x25de3f;try{if(!_0x5a33f0)return![];const _0x5e9ab3=this['accessibilityConfig']?.['options']?.[_0xfe3e14(0x1e6)]?.[_0xfe3e14(0x12c)]||[],_0x4c4768=_0x5e9ab3[_0xfe3e14(0x15f)](_0x1828f2=>{const _0x2e6109=_0xfe3e14;return _0x1828f2[_0x2e6109(0x16c)]&&_0x131594[_0x2e6109(0x149)](_0x1828f2[_0x2e6109(0x16c)][_0x2e6109(0x11f)](),_0x5a33f0[_0x2e6109(0x11f)]());});return logger[_0xfe3e14(0xf6)]('shouldScanForCommand:\x20'+_0x5a33f0+_0xfe3e14(0x107)+_0x4c4768+_0xfe3e14(0x22d)+JSON['stringify'](_0x5e9ab3[_0xfe3e14(0x125)](_0x1f2add=>_0x1f2add[_0xfe3e14(0x16c)]))),_0x4c4768;}catch(_0x205b12){return logger['debug'](_0xfe3e14(0xfe)+_0x205b12[_0xfe3e14(0x139)]),![];}}['isBrowserstackScriptCommand'](_0x2be1b7){const _0x355cf6=a90_0x139537,_0x3e8cc0={};_0x3e8cc0[_0x355cf6(0x174)]=function(_0x5e8444,_0x68ed06){return _0x5e8444===_0x68ed06;},_0x3e8cc0[_0x355cf6(0x1f7)]=_0x355cf6(0x1a5),_0x3e8cc0[_0x355cf6(0x24d)]=_0x355cf6(0x1b7);const _0x303140=_0x3e8cc0,_0x4ea8a8=_0x2be1b7[_0x355cf6(0x243)]&&_0x2be1b7[_0x355cf6(0x243)]();return _0x4ea8a8&&_0x303140[_0x355cf6(0x174)](typeof _0x4ea8a8,_0x303140[_0x355cf6(0x1f7)])&&_0x4ea8a8[_0x355cf6(0x100)](_0x303140[_0x355cf6(0x24d)]);}[a90_0x139537(0x22c)](_0x3f2c30){const _0x5c308b=a90_0x139537,_0x45bcde={};_0x45bcde[_0x5c308b(0x13d)]=function(_0x16a6ae,_0x2755d6){return _0x16a6ae!==_0x2755d6;},_0x45bcde[_0x5c308b(0x15d)]=_0x5c308b(0x1a5),_0x45bcde[_0x5c308b(0x267)]=_0x5c308b(0x29d),_0x45bcde[_0x5c308b(0x26b)]=_0x5c308b(0x193),_0x45bcde[_0x5c308b(0x213)]='getResults',_0x45bcde[_0x5c308b(0x21e)]=_0x5c308b(0x281);const _0x571aa7=_0x45bcde,_0x1d9ce6=_0x3f2c30['getScript']&&_0x3f2c30[_0x5c308b(0x243)]();if(!_0x1d9ce6||_0x571aa7[_0x5c308b(0x13d)](typeof _0x1d9ce6,_0x571aa7[_0x5c308b(0x15d)]))return![];return _0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x267)])||_0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x26b)])||_0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x213)])||_0x1d9ce6['includes'](_0x571aa7['sliLY']);}[a90_0x139537(0x102)](){const _0x32b397=a90_0x139537,_0x2b41ac={'dPiHN':function(_0x373770,_0x11d5c3){return _0x373770===_0x11d5c3;},'kmKjM':_0x32b397(0x1e2),'BOopM':function(_0x446693,_0x48a0a4){return _0x446693(_0x48a0a4);},'uUuKI':_0x32b397(0xdc),'JtVMP':'browserName','OupYR':_0x32b397(0x106),'llyEi':_0x32b397(0x257)};try{const _0x23510d=this[_0x32b397(0x25f)]?.[_0x32b397(0x194)]?.[_0x32b397(0xea)]||[],_0x1f305a=_0x4f9974=>{const _0xf61329=_0x32b397,_0x533ebf=_0x23510d[_0xf61329(0x23d)](_0x3a7a73=>(typeof _0x3a7a73['getName']==='function'?_0x3a7a73[_0xf61329(0x108)]():_0x3a7a73['name'])===_0x4f9974);return _0x533ebf?_0x2b41ac[_0xf61329(0x1dd)](typeof _0x533ebf['getValue'],_0x2b41ac[_0xf61329(0xd4)])?_0x533ebf[_0xf61329(0x223)]():_0x533ebf[_0xf61329(0x165)]:null;},_0x2b1073=_0x2b41ac['BOopM'](_0x1f305a,_0x2b41ac['uUuKI']),_0x2826f2=_0x2b41ac[_0x32b397(0x18d)](_0x1f305a,_0x2b41ac[_0x32b397(0x228)]),_0x2e63cb=global[_0x32b397(0x187)]||_0x2b1073&&_0x2b41ac[_0x32b397(0x1dd)](_0x2b41ac[_0x32b397(0x18d)](String,_0x2b1073)[_0x32b397(0x11f)](),_0x2b41ac[_0x32b397(0x1bc)])&&_0x2826f2&&_0x2b41ac['BOopM'](String,_0x2826f2)[_0x32b397(0x11f)]()['includes'](_0x2b41ac['llyEi']);if(!_0x2e63cb)return![];if(!accessibilityHelper[_0x32b397(0x19f)]())return!this[_0x32b397(0xbf)]&&(logger[_0x32b397(0xeb)](accessibilityHelper[_0x32b397(0x274)]),this[_0x32b397(0xbf)]=!![]),![];return!![];}catch(_0x2668a5){return logger[_0x32b397(0xf6)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2668a5['message']),![];}}[a90_0x139537(0x28b)](_0x4cb2df,_0xd466fd,_0xa99c90,_0x6bbf99){const _0x3226a3=a90_0x139537,_0x206e33={};_0x206e33[_0x3226a3(0x186)]=function(_0x133f1c,_0x5cc024){return _0x133f1c||_0x5cc024;},_0x206e33[_0x3226a3(0x21b)]=function(_0x27b937,_0x36400a){return _0x27b937&&_0x36400a;},_0x206e33[_0x3226a3(0x153)]=function(_0x2b266d,_0x4561f3){return _0x2b266d||_0x4561f3;},_0x206e33['zKSQd']='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x5d1f3b=_0x206e33;let _0x4974d9=_0x5d1f3b[_0x3226a3(0x186)](_0xd466fd,'');const _0x3bdc0c=!this[_0x3226a3(0x160)]&&this[_0x3226a3(0x102)]();_0x5d1f3b[_0x3226a3(0x21b)](_0x3bdc0c,!_0x4974d9)&&(_0x4974d9=accessibilityHelper[_0x3226a3(0x1a9)]());const _0x12148f={'command':_0x4cb2df,'thTestRunUuid':_0x4974d9,'thBuildUuid':_0x5d1f3b[_0x3226a3(0x153)](_0xa99c90,''),'thJwtToken':_0x5d1f3b[_0x3226a3(0x153)](_0x6bbf99,''),'timestamp':new Date()['toISOString']()};return _0x3bdc0c&&(_0x12148f[_0x3226a3(0x1e0)]=!![],logger[_0x3226a3(0xf6)](_0x5d1f3b['zKSQd'])),_0x12148f;}[a90_0x139537(0x133)](_0x3537c0){const _0x4e0a24=a90_0x139537,_0x5abd8a={};_0x5abd8a[_0x4e0a24(0xff)]=function(_0xc0e73e,_0x40dbab){return _0xc0e73e||_0x40dbab;};const _0x6b2de5=_0x5abd8a;try{const _0x436a81=this[_0x4e0a24(0x25f)]?.[_0x4e0a24(0x194)]?.[_0x4e0a24(0x113)]||[],_0x29c369=_0x436a81[_0x4e0a24(0x23d)](_0x5d305d=>_0x5d305d[_0x4e0a24(0x16c)]===_0x3537c0);return _0x6b2de5['gnoKY'](_0x29c369,null);}catch(_0x723c4b){return logger[_0x4e0a24(0xf6)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x3537c0+':\x20'+_0x723c4b[_0x4e0a24(0x139)]),null;}}async[a90_0x139537(0x10b)](_0x35112e,_0x1837e3,_0xfde236=null){const _0x1c5b52=a90_0x139537,_0x43dec8={'uzLMe':function(_0x22387c,_0x1a415d){return _0x22387c(_0x1a415d);},'ApuRy':_0x1c5b52(0x178)};try{if(!_0x35112e)return logger[_0x1c5b52(0xf6)](_0x1c5b52(0x27b)+_0x1837e3),null;const _0x8a9569=this['getScriptByName'](_0x1837e3);if(!_0x8a9569||!_0x8a9569['command'])return logger[_0x1c5b52(0xf6)](_0x1c5b52(0x266)+_0x1837e3+_0x1c5b52(0xed)),null;logger[_0x1c5b52(0xf6)](_0x1c5b52(0x21c)+_0x1837e3+_0x1c5b52(0x145));const _0x42cf11=_0x43dec8['uzLMe'](require,_0x43dec8[_0x1c5b52(0x196)]),_0x216bdd=_0xfde236?await _0x42cf11['browserStackEvaluate'](_0x35112e,_0x8a9569[_0x1c5b52(0x29c)],_0xfde236):await _0x42cf11[_0x1c5b52(0x261)](_0x35112e,_0x8a9569[_0x1c5b52(0x29c)]);return _0x216bdd;}catch(_0x91519c){return logger[_0x1c5b52(0x112)]('Error\x20executing\x20script\x20'+_0x1837e3+':\x20'+(_0x91519c[_0x1c5b52(0xf2)]||_0x91519c['message'])),null;}}async[a90_0x139537(0x24c)](_0x4cac9b,_0x3fce2a,_0x1697e3,_0x4dffb4,_0x32167b,_0x2d6644=a90_0x139537(0x1eb)){const _0x1060ae=a90_0x139537,_0xdbb652={'wJZbx':function(_0x4e2745,_0x4ed101){return _0x4e2745===_0x4ed101;},'gpZnD':_0x1060ae(0x1eb),'ZHubD':function(_0x2440b6,_0x10b45e){return _0x2440b6(_0x10b45e);},'eemlD':'../../playwright/accessibility-helper','ruysM':function(_0x711ca2,_0x2f9953){return _0x711ca2(_0x2f9953);}};try{logger[_0x1060ae(0xf6)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1697e3+'\x20using\x20script:\x20'+_0x2d6644);const _0x57c786=this[_0x1060ae(0x133)](_0x2d6644);if(!_0x57c786||!_0x57c786['command']){logger[_0x1060ae(0xf6)](_0x1060ae(0x163)+_0x2d6644+_0x1060ae(0x234));return;}if(_0xdbb652[_0x1060ae(0x22e)](_0x2d6644,_0xdbb652[_0x1060ae(0x135)])){const _0x52f6e9=_0xdbb652[_0x1060ae(0xcc)](require,_0xdbb652[_0x1060ae(0xfd)]),_0x3b1995={};_0x3b1995['command']=_0x1697e3;const _0x17ea43=await PerformanceTester[_0x1060ae(0x138)](PerformanceA11yEvents[_0x1060ae(0x1c7)],async()=>{const _0x4a7d9e=_0x1060ae;return await _0x52f6e9['browserStackEvaluate'](_0x4cac9b,_0x57c786[_0x4a7d9e(0x29c)],_0x4dffb4);},_0x3b1995)();return logger[_0x1060ae(0x12b)](_0x1060ae(0x28a)+_0x2d6644+'\x20result\x20for\x20'+_0x1697e3+':\x20'+util[_0x1060ae(0x188)](_0x17ea43)),_0x17ea43;}const _0x33508a=_0xdbb652[_0x1060ae(0xf3)](require,_0xdbb652[_0x1060ae(0xfd)]),_0x3048d5=await PerformanceTester[_0x1060ae(0x138)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5c5bf2=_0x1060ae;return await _0x33508a[_0x5c5bf2(0x261)](_0x4cac9b,_0x57c786['command'],_0x4dffb4);})();return logger['info'](_0x1060ae(0x28a)+_0x2d6644+_0x1060ae(0x268)+_0x1697e3+':\x20'+util[_0x1060ae(0x188)](_0x3048d5)),_0x3048d5;}catch(_0x30647a){logger['error'](_0x1060ae(0x265)+_0x2d6644+':\x20'+(_0x30647a['stack']||_0x30647a[_0x1060ae(0x139)]));}}async[a90_0x139537(0xf1)](_0x3cc867){const _0x2f9983=a90_0x139537,_0x5ea65f={'tLpNP':function(_0x515404,_0x1fc734){return _0x515404(_0x1fc734);},'Zqadv':_0x2f9983(0x25a)};try{const _0xbdfe40=_0x5ea65f[_0x2f9983(0x1f3)](require,_0x5ea65f[_0x2f9983(0x219)]);return await _0xbdfe40[_0x2f9983(0x288)](_0x3cc867);}catch(_0x3c03b5){return logger[_0x2f9983(0x112)](_0x2f9983(0x12e)+(_0x3c03b5[_0x2f9983(0xf2)]||_0x3c03b5[_0x2f9983(0x139)])),![];}}[a90_0x139537(0xb5)](_0x2e64c8,_0x215642,_0x424645){const _0x5b0d31=a90_0x139537,_0xfe8121={'kvJKT':function(_0x49eb4c,_0x46b44c){return _0x49eb4c(_0x46b44c);},'XTwzW':_0x5b0d31(0x178),'tVkUy':_0x5b0d31(0x201),'iLDOI':_0x5b0d31(0x1ca)};try{const _0x40d528=_0xfe8121['kvJKT'](require,_0xfe8121[_0x5b0d31(0x216)]);_0x40d528['processAccessibilityCaps'](_0x2e64c8,_0x215642,_0x424645);const _0x531382=JSON[_0x5b0d31(0xdd)](_0x2e64c8)[_0x5b0d31(0x10c)](/"browserstack\.user":"[^"]*"/g,_0xfe8121['tVkUy'])[_0x5b0d31(0x10c)](/"browserstack\.key":"[^"]*"/g,_0xfe8121['iLDOI']);logger[_0x5b0d31(0xf6)](_0x5b0d31(0x184)+global[_0x5b0d31(0x1f6)]+'\x20'+_0x531382);}catch(_0x49cb97){logger[_0x5b0d31(0x112)](_0x5b0d31(0x218)+(_0x49cb97[_0x5b0d31(0xf2)]||_0x49cb97[_0x5b0d31(0x139)]));}}async[a90_0x139537(0x2a6)](_0x1e2624){const _0x41bb2c=a90_0x139537,_0x3b3ce7={};_0x3b3ce7['qAfAv']='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x3b3ce7['ZkImz']=function(_0x414558,_0x320dd1){return _0x414558>_0x320dd1;},_0x3b3ce7['ttYPa']=_0x41bb2c(0x18b);const _0x5b8e5d=_0x3b3ce7;try{if(!this[_0x41bb2c(0x211)]())return logger[_0x41bb2c(0xeb)](_0x5b8e5d[_0x41bb2c(0x1e1)]),[];const _0x133ae0=this[_0x41bb2c(0x102)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x41bb2c(0x1a9)]()}:{};_0x5b8e5d[_0x41bb2c(0x236)](Object[_0x41bb2c(0x18f)](_0x133ae0)[_0x41bb2c(0xc1)],0x0)&&logger['debug'](_0x41bb2c(0x1f9)+JSON[_0x41bb2c(0xdd)](_0x133ae0));const _0x4f1b65=_0x5b8e5d['ZkImz'](Object[_0x41bb2c(0x18f)](_0x133ae0)[_0x41bb2c(0xc1)],0x0)?await this['executeScriptByName'](_0x1e2624,_0x5b8e5d[_0x41bb2c(0x20b)],_0x133ae0):await this[_0x41bb2c(0x10b)](_0x1e2624,_0x5b8e5d[_0x41bb2c(0x20b)]);return _0x4f1b65||[];}catch(_0x2a7ac1){return logger[_0x41bb2c(0x112)](_0x41bb2c(0x242)+(_0x2a7ac1['stack']||_0x2a7ac1[_0x41bb2c(0x139)])),[];}}async['getAccessibilityResultsSummary'](_0x12e5f1){const _0x3751d5=a90_0x139537,_0x533694={'hIwRM':_0x3751d5(0x1eb),'Vxpkq':_0x3751d5(0x1b2),'aJGma':_0x3751d5(0x111),'mceWV':function(_0x6ad5de,_0x188f19){return _0x6ad5de(_0x188f19);},'ntLeZ':_0x3751d5(0x159),'GHPFq':function(_0x2e60c5,_0x3f4a88){return _0x2e60c5===_0x3f4a88;},'GIugk':'jest','UBjlj':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','QdNKb':'accessibility','mWKgv':_0x3751d5(0x1b1),'cRpIY':_0x3751d5(0x144),'lrmFO':_0x3751d5(0x148),'uuAyk':'Performing\x20scan\x20before\x20getting\x20results\x20summary','QUeiL':_0x3751d5(0xfc)};try{if(!this[_0x3751d5(0x211)]())return logger['warn'](_0x533694[_0x3751d5(0x19b)]),{};const _0x20f319=_0x533694['mceWV'](require,_0x533694[_0x3751d5(0x155)]),_0x5a006c=_0x20f319[_0x3751d5(0x233)](),_0x156881=_0x533694[_0x3751d5(0x20e)](_0x5a006c?.[_0x3751d5(0x16c)]?.[_0x3751d5(0x11f)](),_0x533694[_0x3751d5(0x10f)]);let _0x580f6b='',_0x53bf73=null,_0x3dd708=null;if(_0x156881){_0x53bf73=global[_0x3751d5(0x1b6)]||global['__workerDetails']?.[_0x3751d5(0x17b)]?.[_0x3751d5(0x209)]||global[_0x3751d5(0xc8)]?.[_0x3751d5(0x17b)]?.['id'];if(!_0x53bf73)return logger['warn'](_0x533694[_0x3751d5(0x189)]),{};try{const _0xab065a=await GrpcClient[_0x3751d5(0x13e)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x3751d5(0x21d)],_0x533694[_0x3751d5(0xf7)],_0x533694[_0x3751d5(0x280)],_0x53bf73),_0x50c002=AccessibilityModule[_0x3751d5(0xba)](null,_0xab065a);_0x580f6b=_0x50c002?.[_0x3751d5(0x296)]||'',logger[_0x3751d5(0xf6)](_0x3751d5(0x240)+_0x580f6b+'\x20from\x20testIdentifier='+_0x53bf73);const _0x394efc=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x533694['Vxpkq'],_0x580f6b,_0x53bf73),_0x8ad110=this['getCapabilityValue'](_0x533694['mWKgv'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2f2f92=process[_0x3751d5(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2d7d65=this[_0x3751d5(0x28b)](_0x533694[_0x3751d5(0xdf)],_0x580f6b,_0x8ad110,_0x2f2f92);_0x3dd708=_0x20f319[_0x3751d5(0x2a2)](_0x2d7d65,_0x394efc),logger[_0x3751d5(0xf6)](_0x3751d5(0x115)+JSON[_0x3751d5(0xdd)](_0x3dd708));}catch(_0x591d96){return logger['error'](_0x3751d5(0x227)+_0x591d96[_0x3751d5(0x139)]),{};}}else{_0x580f6b=this[_0x3751d5(0x1c1)](_0x533694[_0x3751d5(0x117)])||'';!_0x580f6b&&this['isMobileWebSession']()&&(_0x580f6b=accessibilityHelper[_0x3751d5(0x1a9)]());const _0x58488d=this['getCapabilityValue'](_0x533694[_0x3751d5(0x270)])||this[_0x3751d5(0x25f)][this[_0x3751d5(0x276)]]||null,_0x508c52=process['env'][_0x3751d5(0xe0)]||'';_0x3dd708=this[_0x3751d5(0x28b)](_0x533694[_0x3751d5(0xdf)],_0x580f6b,_0x58488d,_0x508c52);}logger['debug'](_0x533694['uuAyk']),await PerformanceTester[_0x3751d5(0x138)](PerformanceA11yEvents[_0x3751d5(0x1c7)],async()=>{const _0x1731b7=_0x3751d5,_0x460eea=await this['executeScriptByName'](_0x12e5f1,_0x533694['hIwRM'],_0x3dd708);logger[_0x1731b7(0xf6)](_0x1731b7(0x1db)+util['format'](_0x460eea));},{'command':_0x533694[_0x3751d5(0xdf)]})();const _0x3dd34c=await PerformanceTester[_0x3751d5(0x138)](PerformanceA11yEvents[_0x3751d5(0x1a0)],async()=>{const _0x4f80e1=_0x3751d5;return await this[_0x4f80e1(0x10b)](_0x12e5f1,_0x533694[_0x4f80e1(0x280)],_0x3dd708);})();if(!_0x3dd34c)return logger[_0x3751d5(0xf6)](_0x533694[_0x3751d5(0xe4)]),{};return _0x3dd34c;}catch(_0x5d860b){return logger[_0x3751d5(0x112)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x5d860b[_0x3751d5(0xf2)]||_0x5d860b['message'])),{};}}async[a90_0x139537(0x225)](_0x47d24f,_0x5ea4f7,_0x1f4779=null){const _0x4f41a4=a90_0x139537,_0x4c1cc6={};_0x4c1cc6['KmqeK']=_0x4f41a4(0x222),_0x4c1cc6[_0x4f41a4(0x1fb)]=_0x4f41a4(0x199),_0x4c1cc6[_0x4f41a4(0x12f)]=_0x4f41a4(0x264);const _0x851f1b=_0x4c1cc6;try{if(!_0x47d24f)return logger['debug'](_0x851f1b[_0x4f41a4(0x278)]),null;if(!_0x5ea4f7)return logger['debug'](_0x851f1b[_0x4f41a4(0x1fb)]),null;logger[_0x4f41a4(0xf6)](_0x851f1b[_0x4f41a4(0x12f)]);const _0x151389=_0x1f4779?await _0x47d24f[_0x4f41a4(0x1e8)](_0x5ea4f7,_0x1f4779):await _0x47d24f[_0x4f41a4(0x1e8)](_0x5ea4f7);return _0x151389;}catch(_0x5fe7d2){return logger[_0x4f41a4(0x112)](_0x4f41a4(0x1ea)+(_0x5fe7d2[_0x4f41a4(0xf2)]||_0x5fe7d2[_0x4f41a4(0x139)])),null;}}static[a90_0x139537(0xba)](_0x364b9f,_0xc7a617){const _0x1492df=a90_0x139537,_0x470936={};_0x470936[_0x1492df(0xf0)]=_0x1492df(0x134);const _0x51c14b=_0x470936,_0x2e2feb={};_0x2e2feb[_0x1492df(0x296)]=_0x364b9f;const _0x1e085c=_0x2e2feb;let _0x321ce3={};if(_0xc7a617[_0x1492df(0x1a8)]()&&_0xc7a617[_0x1492df(0x1b3)]())try{_0x321ce3=JSON[_0x1492df(0x25c)](new Buffer(_0xc7a617[_0x1492df(0xd8)]())[_0x1492df(0x143)](_0x51c14b[_0x1492df(0xf0)]));}catch(_0x41afc7){logger[_0x1492df(0x112)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x41afc7['message']),_0x321ce3={};}return CLIUtils[_0x1492df(0x2a2)](_0x1e085c,_0x321ce3);}static async[a90_0x139537(0x212)](_0x57a12e,_0x405d77='',_0x1b1a17=null){const _0x1baa87=a90_0x139537,_0x43bc7b={};_0x43bc7b['iKyTn']=_0x1baa87(0xec),_0x43bc7b[_0x1baa87(0xe6)]=_0x1baa87(0x29d);const _0xfaf1c6=_0x43bc7b;try{if(!_0x1b1a17&&AccessibilityModule[_0x1baa87(0x15b)])return AccessibilityModule[_0x1baa87(0xe2)];if(!process[_0x1baa87(0x18e)][_0x1baa87(0x21d)])return logger[_0x1baa87(0x112)](_0xfaf1c6[_0x1baa87(0x232)]),{};const _0x425770=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1baa87(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0xfaf1c6[_0x1baa87(0xe6)],_0x57a12e,_0x1b1a17),_0x353ea8=_0x1b1a17?AccessibilityModule[_0x1baa87(0xba)](null,_0x425770)?.[_0x1baa87(0x296)]||_0x405d77:_0x405d77,_0x4a352f=AccessibilityModule[_0x1baa87(0xba)](_0x353ea8,_0x425770);return!_0x1b1a17&&(AccessibilityModule[_0x1baa87(0xe2)]=_0x4a352f,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4a352f;}catch(_0x5205b2){return logger[_0x1baa87(0x112)](_0x1baa87(0x1d2)+_0x57a12e+':\x20'+(_0x5205b2['stack']||_0x5205b2[_0x1baa87(0x139)])),{};}}};module[a90_0x139537(0x23a)]=AccessibilityModule;
1
+ const a90_0x161a2d=a90_0x4e1d;function a90_0x4e1d(_0x235247,_0x4043af){const _0x397335=a90_0x3973();return a90_0x4e1d=function(_0x4e1ddf,_0x254317){_0x4e1ddf=_0x4e1ddf-0x118;let _0x59685c=_0x397335[_0x4e1ddf];return _0x59685c;},a90_0x4e1d(_0x235247,_0x4043af);}function a90_0x3973(){const _0x1a6cef=['isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','isAccessibilityScriptCommand',',\x20includeTags=','ssnoT','getCurrentInstanceName','getValue','getBuildId','testInfo','instance','browserstack.accessibilityOptions.authToken','string','delete','Context','../TestInfo.js','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','lzzRb','unknown','Kwnfq','twtBL','\x20env=','oDidi','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','azGMw','warn','XWvxx','MergedScanArgs:\x20','titlePath',']\x20onAfterTest\x20should\x20scan=','afXPE','exlpk','getOptions','setAccessibilityConfig','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','isEnabled','saveResults','resolveMobileThTestRunUuid','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','setShouldScan','wASSW','__workerDetails','zjNsx','\x20browser\x20version\x20','EodTY','getParamsForScanForCli','getAccessibility','GzfmF','INaiD','_centralAuthConfigFetched','DRIVER_HAS_URL','getAccessibilityExecuteParams','XatqJ','\x20value=','CREATE','chromeOptions','test_tags','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','TSmVt','getName','zVifI','NhCNN','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','test_run_id','XWYWF','\x20testHubUuid=','XRUTp',',\x20testName=','CtWmm','stack','size','bduai','__jestCurrentTestIdentifier','browser_version','iDDHr','../../../helpers/performance/performance-tester.js','getTrackedInstance','HKttj','SDK_ACCESSIBILITY_CONFIG','../framework/constants/testFrameworkConstants.js','performPageScan','split',']\x20clear\x20','parseFromProto','GET_RESULTS_SUMMARY','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','message','jasQg','Error\x20in\x20performScanForCli\x20for\x20script\x20','5504536NyosAO','LOG_DISABLED_SHOWN','performScan','xfQCk','yYVfW','cBgHW','replace','xDMAM','MODULE_NAME','QVfxB','QgUHX','PERFORM_SCAN','ACCESSIBILITY_INITIALIZED','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','onAfterTest','zTZWc','includes','oCNvL','find','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getAccessibilityResultsSummary','capabilities','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','vYhKr','evaluate','setAccessibilityToken','PrPwN','KnhWW','AVQUY','syfIp','onBeforeExecute:\x20command=','onBeforeExecute:\x20No\x20command\x20name\x20provided','_mobileScanningDisabledLogged','\x20accessibility\x20script\x20on\x20page','_sendMessageServerPatchApplied','INZTp','lKIDf','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','izcLj','Exception\x20in\x20isPlatformSupported:\x20','requiresChromeOptionsValidation','../../../helpers/accessibility-automation/scripts','isPlatformSupported','executeScriptByName','gwCMS','browserName','xcMjv','setLogDisabledShown','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','oKfkH','true','fklym','wQZbW','2|15|10|12|13|9|5|0|1|3|8|7|6|4|16|11|14','XhLJv','isAccessibilityAutomationSession','keys','getBrowserDisplayName','PRE','CByTh',',\x20testIdentifier=','getGoogleChromeOptions','validatePlatformForAccessibility','OjQjf','[platform\x20-\x20','Page\x20','oTTCQ','__accessibilityOptions','isEnabledTestcase','nbfPm','QghMO','mAazw','oJZMd','toJson','bOoch','--headless=new','QUIT','../../playwright/accessibility-helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','158xfkpxv','YlzLm','TRiqq','KZKIP','RFjhX','getTestFrameworkDetail','shouldScanForCommand:\x20','is_mobile_session','commandsList','pCtbQ','processAccessibilityCaps','loadDriverExecuteParams','ewPoh','null','saveTestResults','rZwfE','14830phXTOz','shouldScanCurrentTest','Performing\x20scan\x20before\x20from\x20cli','QMlji','getScript','page','esXVX','Error\x20in\x20getAccessibilityResultsSummary:\x20','eJUoH','length','stringify','qtaSP','Error\x20in\x20stopTestCapture:\x20','tzwnx','getTestUUID','excludeTagsInTestingScope','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','qGYAy','accessibility','BlaQo','goog:chromeOptions','onBeforeExecute','NNPMf','--headless','yjuKO','includeTagsInTestingScope','UMhGq','testAnalyticsId','hvzlA','format',',\x20excludeTags=','njtAs','../framework/testFramework',',\x20tags=','scan','WaJPv','HmQIM','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','testFrameworkData','Error\x20applying\x20sendMessageToServer\x20patch:\x20','HPAQR','getLogDisabledShown','getResults',']\x20isEnabledTestcase\x20(cucumber)\x20result=','403207UALPcF','uJyIq','launchCaps','value','kMepa','GLrIH','hbTWm','isPlatformSupported:\x20caps\x20are\x20null','kPulN','platformValidation','patchSendMessageToServer','Rqvwq','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','SmBan','DaSYa','onBeforeExecute:\x20Command\x20','vTHNB','152btUSkX','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','NGcpt',',\x20available\x20commands:\x20','../../../helpers/helper','TrackedInstance','YDiod','SqVqC','CSiOO',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getCommandsList','debug','parse','XBPmP','isMobileWebSession','NON_BROWSERSTACK_AUTOMATION_SESSIONS','\x20script\x20available\x20in\x20scriptsList','updateData','getTestId','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','MOBILE_SCANNING_DISABLED_WARNING','bdyEL','kCbQq','getAccessibilityConfig','present','thTestRunUuid','isAppAccessibility','WuUdb',',\x20framework=','../../../helpers/classLogger','afterTestHook','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','stopTestCapture','uAvbf','fTanO','ayfnx','version','YXZxT',',\x20isAppAccessibility=','Processed\x20accessibility\x20caps\x20','get','NlFDB','loadAccessibilityConfig',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','SUNwr','Error\x20in\x20validatePlatformForAccessibility:\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','registerObserver','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','./baseModule','parseA11yJwtPayload','some','../framework/automationFramework','browserVersion','accessibilityToken','jrSEy','getPlatformIndex','apmIB','accessibilityPlatform','shouldScanForCommand','WgbxN','getState','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Executing\x20','CFcRI','uJeAe','mergeObject','commandName','platformCaps','YXvPZ','pHRpq','QdvPB','onBeforeTest','SPvtK','toLowerCase','has','EFqHg','cucumber','tfHVn','kdPzS','BROWSERSTACK_TESTHUB_JWT',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','sKnNB','3164463ihzIpI','zhBJl','map','../../../helpers/performance/constants.js','trim','isArray','YvxKf','BROWSERSTACK_CLI_BIN_SESSION_ID','NOzpa','tASoY','\x20from\x20testIdentifier=','zWoUt','Error\x20checking\x20headless\x20capability:\x20','pyNBJ','info','env','Performing\x20scan\x20before\x20getting\x20results\x20summary','scannerProcessingTimeout','getData','error','../state/automationFrameworkState','../../../helpers/accessibility-automation/helper','qtbVK','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BS_A11Y_JWT','GBSEx','ybpOu','KEY_TESTHUB_BUILD_ID','AUTOMATION_SESSIONS','performPageScan:\x20Page\x20is\x20null','Error\x20getting\x20script\x20by\x20name\x20','qFmur','ptPwx','assign','startsWith','ZKRQv','bind','[AccessibilityModule]\x20onAfterTest:\x20framework=','4624614hkHDzR','ZReYV','No\x20summaryResults\x20found.','options','9792144QENeSu','wcagVersion','xgIhY','qgkyr','performScanForCli','dHQqq','scriptsList','getScriptByName','start','function','set','args','Error\x20in\x20performPageScan:\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','qEMMV','wuvWD','iamgW','getCapabilitiesList','GxZmI','zazBe','seHKH','QxlyV','../grpcClient','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','ohCTH','rGDPe','IiAfE','YuLxK','KWMXB','ltcmE','isBrowserstackScriptCommand','2314895ZyKbIR','iEGgt','isVersionSupported','PLKft','btJow','VHCiS','KEY_INIT','Scan\x20result:\x20','toString','command','vdajc','../../utils/playwright-patcher','wRhBA','EXECUTE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','DdUvb','ASIMk','\x20script\x20available','fetchCentralAuthA11yConfig','fetchDriverExecuteParamsEvent','capabilitiesList','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','isBrowserSupportedForAccessibility','testhub_build_uuid','getCurrentAccessibilityStatus','isMobileScanningEnabledForGroup','browserstack.accessibilityOptions.scannerVersion','getAllData','Error\x20in\x20getAccessibilityResults:\x20','EKsts','SHCRb','Executing\x20accessibility\x20script\x20on\x20page','../cliUtils','getModuleName','getTestDetails','ddtSN','FIMAd','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','_centralAuthA11yConfig','currentTest','CITUu','name:\x20','browserStackEvaluate','EfIrN','LvSYQ','util','getInstance','getScriptsList','KEY_DRIVER_HAS_URL','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','RPFdJ','exports','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','PNZmJ','applySendMessageToServerPatch','accessibilityConfig','KEY_TEST_NAME','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getTesthub','getSuccess','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','getCommandsToWrap','jest','lNkSq','Accessibility\x20data\x20for\x20extension:\x20','FHmJF','CqNzX','\x20or\x20higher\x20','testFramework','getContext','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','efOLm','browser','\x20result\x20for\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','hOqGE','toISOString','name','fXalh','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','\x22browserstack.key\x22:\x22[REDACTED]\x22','measureWrapper','pwPage','getCapabilityValue','GRLXz','end','ABHZo','ZPVQh','finishScanningForCli','xarFc'];a90_0x3973=function(){return _0x1a6cef;};return a90_0x3973();}(function(_0x408644,_0x1c06f9){const _0x3dff33=a90_0x4e1d,_0x16e5f3=_0x408644();while(!![]){try{const _0x51674c=-parseInt(_0x3dff33(0x2d7))/0x1*(parseInt(_0x3dff33(0x2e7))/0x2)+parseInt(_0x3dff33(0x1ae))/0x3+-parseInt(_0x3dff33(0x287))/0x4+-parseInt(_0x3dff33(0x1d1))/0x5+parseInt(_0x3dff33(0x1b2))/0x6+-parseInt(_0x3dff33(0x122))/0x7*(-parseInt(_0x3dff33(0x133))/0x8)+-parseInt(_0x3dff33(0x188))/0x9;if(_0x51674c===_0x1c06f9)break;else _0x16e5f3['push'](_0x16e5f3['shift']());}catch(_0x556366){_0x16e5f3['push'](_0x16e5f3['shift']());}}}(a90_0x3973,0xdd1db));const BaseModule=require(a90_0x161a2d(0x166)),{createClassLogger}=require(a90_0x161a2d(0x151)),CLIUtils=require(a90_0x161a2d(0x1f1)),AutomationFramework=require(a90_0x161a2d(0x169)),TestFramework=require(a90_0x161a2d(0x307)),AutomationFrameworkState=require(a90_0x161a2d(0x19c)),HookState=require('../state/hookState'),GrpcClient=require(a90_0x161a2d(0x1c8)),scripts=require(a90_0x161a2d(0x2b1)),logger=createClassLogger(a90_0x161a2d(0x138)),PerformanceTester=require(a90_0x161a2d(0x279)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x161a2d(0x18b)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a90_0x161a2d(0x137)),util=require(a90_0x161a2d(0x1ff)),TestInfo=require(a90_0x161a2d(0x23a)),TestFrameworkConstants=require(a90_0x161a2d(0x27d)),accessibilityHelper=require(a90_0x161a2d(0x19d));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0x161a2d(0x220)];static [a90_0x161a2d(0x25d)]=![];static [a90_0x161a2d(0x1f8)]={};constructor(_0x2796c1){const _0x1ff31c=a90_0x161a2d,_0x177b96={};_0x177b96[_0x1ff31c(0x1fa)]=_0x1ff31c(0x2bd),_0x177b96['SPvtK']=_0x1ff31c(0x1f6),_0x177b96[_0x1ff31c(0x299)]=_0x1ff31c(0x25e),_0x177b96[_0x1ff31c(0x2c7)]='testhub_build_uuid',_0x177b96[_0x1ff31c(0x241)]=_0x1ff31c(0x293);const _0x37b115=_0x177b96,_0x1c888b=_0x37b115[_0x1ff31c(0x1fa)][_0x1ff31c(0x27f)]('|');let _0x35434a=0x0;while(!![]){switch(_0x1c888b[_0x35434a++]){case'0':this['LOG_DISABLED_SHOWN']=new Map();continue;case'1':this[_0x1ff31c(0x14e)]=![];continue;case'2':super();continue;case'3':this[_0x1ff31c(0x29d)]=[];continue;case'4':logger[_0x1ff31c(0x13f)](_0x37b115[_0x1ff31c(0x17e)]);continue;case'5':this['accessibility']=new Map();continue;case'6':this['setAccessibilityToken'](_0x2796c1[_0x1ff31c(0x24b)]()[_0x1ff31c(0x1c3)]());continue;case'7':this[_0x1ff31c(0x2a8)]=![];continue;case'8':this[_0x1ff31c(0x2aa)]=![];continue;case'9':this[_0x1ff31c(0x20a)]=_0x2796c1['toObject']();continue;case'10':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1ff31c(0x262)],HookState['POST'],this[_0x1ff31c(0x17d)][_0x1ff31c(0x1ac)](this));continue;case'11':this[_0x1ff31c(0x202)]=_0x37b115[_0x1ff31c(0x299)];continue;case'12':AutomationFramework[_0x1ff31c(0x163)](AutomationFrameworkState[_0x1ff31c(0x2d4)],HookState[_0x1ff31c(0x2c2)],this['onAfterTest'][_0x1ff31c(0x1ac)](this));continue;case'13':this[_0x1ff31c(0x24e)]=!![];continue;case'14':this[_0x1ff31c(0x1a3)]=_0x37b115['OjQjf'];continue;case'15':AutomationFramework[_0x1ff31c(0x163)](AutomationFrameworkState[_0x1ff31c(0x1de)],HookState[_0x1ff31c(0x2c2)],this[_0x1ff31c(0x2fc)][_0x1ff31c(0x1ac)](this));continue;case'16':this[_0x1ff31c(0x1d7)]=_0x37b115[_0x1ff31c(0x241)];continue;}break;}}['isEnabled'](){const _0x206646=a90_0x161a2d;return this[_0x206646(0x24e)];}[a90_0x161a2d(0x1f2)](){const _0x558769=a90_0x161a2d;return AccessibilityModule[_0x558769(0x28f)];}[a90_0x161a2d(0x1e9)](){const _0x2db6ba=a90_0x161a2d;return this['accessibility'][_0x2db6ba(0x15c)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x161a2d(0x11f)](){const _0x36e61f=a90_0x161a2d;return this[_0x36e61f(0x288)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x161a2d(0x2b7)](_0x5cc770){const _0x47ca43=a90_0x161a2d;this[_0x47ca43(0x288)]['set'](CLIUtils[_0x47ca43(0x231)](),_0x5cc770);}['applySendMessageToServerPatch'](){const _0x55c4a1=a90_0x161a2d,_0x559612={'CreZb':_0x55c4a1(0x283),'bqvPS':function(_0x460a2c,_0x5bd642){return _0x460a2c(_0x5bd642);},'zTKAT':_0x55c4a1(0x1dc),'esXVX':_0x55c4a1(0x251),'QxlyV':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x55c4a1(0x2aa)]){logger['debug'](_0x559612['CreZb']);return;}try{const _0x48ebcd=_0x559612['bqvPS'](require,_0x559612['zTKAT']);_0x48ebcd&&_0x48ebcd[_0x55c4a1(0x12c)]?(_0x48ebcd[_0x55c4a1(0x12c)](),this[_0x55c4a1(0x2aa)]=!![],logger[_0x55c4a1(0x13f)](_0x559612[_0x55c4a1(0x2ed)])):logger[_0x55c4a1(0x13f)](_0x559612[_0x55c4a1(0x1c7)]);}catch(_0x24b22f){logger[_0x55c4a1(0x13f)](_0x55c4a1(0x11d)+util[_0x55c4a1(0x304)](_0x24b22f));}}[a90_0x161a2d(0x2b2)](_0x3ee333=null,_0x166f13=null,_0x2d01b2=null){const _0x331e37=a90_0x161a2d,_0x467fbd={'JNSDH':function(_0x55b798,_0x3639b3){return _0x55b798&&_0x3639b3;},'AVQUY':_0x331e37(0x129),'iamgW':function(_0x1d0b74,_0x1124cd){return _0x1d0b74(_0x1124cd);},'ZReYV':_0x331e37(0x137),'XRUTp':_0x331e37(0x295),'SUNwr':_0x331e37(0x1df),'msZac':function(_0x4df6ca,_0x50e048){return _0x4df6ca===_0x50e048;},'YvxKf':function(_0x39eb0b,_0x63b8b3){return _0x39eb0b===_0x63b8b3;},'kMepa':'true','afXPE':function(_0x6e960a,_0x19e0a4){return _0x6e960a===_0x19e0a4;},'KWMXB':_0x331e37(0x237),'Zwibd':function(_0x3e68a9,_0x28b948){return _0x3e68a9===_0x28b948;},'XWYWF':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SmBan':'goog:chromeOptions','UMhGq':function(_0x48fa4c,_0x397b96){return _0x48fa4c!==_0x397b96;},'UvnnU':'latest','NNPMf':function(_0xb65da1){return _0xb65da1();},'YXZxT':'on\x20non-BrowserStack\x20infrastructure\x20','hvzlA':function(_0x705ccc,_0x120f5d){return _0x705ccc>_0x120f5d;},'INaiD':function(_0x2c7f6b,_0x6e899){return _0x2c7f6b(_0x6e899);},'ABHZo':_0x331e37(0x267)};try{if(_0x467fbd['JNSDH'](!_0x166f13,!_0x2d01b2))return logger[_0x331e37(0x13f)](_0x467fbd[_0x331e37(0x2a4)]),![];const {isUndefined:_0x2aa48b,isBrowserstackInfra:_0x416ef0}=_0x467fbd[_0x331e37(0x1c2)](require,_0x467fbd[_0x331e37(0x1af)]);if(!accessibilityHelper[_0x331e37(0x2bf)]())return logger[_0x331e37(0x13f)](_0x467fbd[_0x331e37(0x270)]),![];const _0x563669=_0x166f13[_0x331e37(0x2b5)]||_0x166f13[_0x331e37(0x21b)],_0x173348=_0x166f13[_0x331e37(0x16a)]||_0x166f13[_0x331e37(0x277)];if(!accessibilityHelper[_0x331e37(0x1e7)](_0x563669))return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x160)]),![];if(accessibilityHelper[_0x331e37(0x2b0)](_0x563669))try{const _0x5b80fc=_0x166f13['headless'],_0x407a5d=_0x467fbd['msZac'](_0x5b80fc,!![])||_0x467fbd[_0x331e37(0x18e)](_0x5b80fc,_0x467fbd[_0x331e37(0x126)])||_0x467fbd[_0x331e37(0x249)](typeof _0x5b80fc,_0x467fbd[_0x331e37(0x1ce)])&&_0x467fbd['Zwibd'](_0x5b80fc[_0x331e37(0x17f)](),_0x467fbd[_0x331e37(0x126)]);if(_0x407a5d)return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x26e)]),![];const _0x41b438=_0x166f13?.[_0x331e37(0x263)]?.[_0x331e37(0x1bd)]||_0x166f13?.[_0x467fbd[_0x331e37(0x12f)]]?.['args']||[];if(Array[_0x331e37(0x18d)](_0x41b438)&&_0x41b438[_0x331e37(0x168)](_0x3e8eaf=>typeof _0x3e8eaf===_0x331e37(0x237)&&(_0x3e8eaf===_0x331e37(0x2fe)||_0x3e8eaf[_0x331e37(0x1aa)]('--headless=')&&_0x3e8eaf!==_0x331e37(0x2d3))))return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x26e)]),![];}catch(_0x6212e3){logger[_0x331e37(0x13f)](_0x331e37(0x194)+util[_0x331e37(0x304)](_0x6212e3));}if(_0x467fbd[_0x331e37(0x301)](_0x173348,_0x467fbd['UvnnU'])){const _0x17edae=_0x467fbd[_0x331e37(0x2fd)](_0x416ef0),_0x48953a=accessibilityHelper['getMinVersionForBrowser'](_0x563669,_0x17edae),_0x4937ce=accessibilityHelper[_0x331e37(0x2c1)](_0x563669);if(!accessibilityHelper[_0x331e37(0x1d3)](_0x173348,_0x48953a)){const _0x1f3742=_0x17edae?'':_0x467fbd[_0x331e37(0x159)];return logger[_0x331e37(0x244)](_0x331e37(0x2d6)+_0x4937ce+_0x331e37(0x257)+_0x48953a+_0x331e37(0x216)+_0x1f3742+'.'),![];}}else{const _0x8c7ec2=_0x166f13[_0x331e37(0x16a)]||_0x166f13[_0x331e37(0x277)]||_0x166f13[_0x331e37(0x158)];if(_0x8c7ec2&&_0x467fbd['UMhGq'](_0x8c7ec2,_0x467fbd['UvnnU'])&&!_0x467fbd[_0x331e37(0x303)](_0x467fbd['iamgW'](parseFloat,_0x8c7ec2),_0x467fbd[_0x331e37(0x25c)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x467fbd[_0x331e37(0x229)]),![];}return!![];}catch(_0x5d25f3){return logger['debug'](_0x331e37(0x2af)+_0x5d25f3['message']),![];}}[a90_0x161a2d(0x2cc)](_0x6cf9a4=[],_0x1d66a8,_0x44de89='cucumber'){const _0x14adcd=a90_0x161a2d,_0x296f2b={'WuUdb':function(_0x43e0ec,_0x51ff29){return _0x43e0ec===_0x51ff29;},'xcMjv':_0x14adcd(0x211),'GxZmI':function(_0x27ff83,_0x3249f1){return _0x27ff83||_0x3249f1;},'ptPwx':function(_0xd5dfdb,_0x2eeee8){return _0xd5dfdb&&_0x2eeee8;},'apmIB':_0x14adcd(0x23d),'QghMO':function(_0x3b2e07,_0x5077b6){return _0x3b2e07===_0x5077b6;},'seHKH':function(_0x2dd625,_0x5dae0f){return _0x2dd625(_0x5dae0f);},'hSFNG':function(_0x254e55,_0x498416){return _0x254e55>_0x498416;}};try{const _0x24553f=process[_0x14adcd(0x197)][_0x14adcd(0x265)]?JSON[_0x14adcd(0x140)](process[_0x14adcd(0x197)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x24553f)return!![];const _0x1213f4=Array[_0x14adcd(0x18d)](_0x24553f['includeTagsInTestingScope'])?_0x24553f[_0x14adcd(0x300)]:[],_0x459aae=Array[_0x14adcd(0x18d)](_0x24553f[_0x14adcd(0x2f6)])?_0x24553f[_0x14adcd(0x2f6)]:[];if(_0x296f2b['WuUdb'](_0x44de89,_0x296f2b[_0x14adcd(0x2b6)])){let _0x3720f9;Array['isArray'](_0x6cf9a4)?_0x3720f9=_0x6cf9a4['join']('\x20'):_0x3720f9=_0x296f2b[_0x14adcd(0x1c4)](_0x6cf9a4,'');const _0x56d16f=_0x459aae[_0x14adcd(0x168)](_0x1bd737=>_0x3720f9[_0x14adcd(0x298)](_0x1bd737)),_0x471373=_0x296f2b[_0x14adcd(0x14f)](_0x1213f4[_0x14adcd(0x2f0)],0x0)||_0x1213f4[_0x14adcd(0x168)](_0x1d5a21=>_0x3720f9['includes'](_0x1d5a21)),_0x1d82bf=_0x296f2b[_0x14adcd(0x1a8)](!_0x56d16f,_0x471373);return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b[_0x14adcd(0x16e)])+_0x14adcd(0x13c)+_0x1d82bf+_0x14adcd(0x271)+_0x3720f9+',\x20includeTags='+JSON[_0x14adcd(0x2f1)](_0x1213f4)+_0x14adcd(0x305)+JSON['stringify'](_0x459aae)),_0x1d82bf;}const _0x2647b0=Array[_0x14adcd(0x18d)](_0x6cf9a4)?_0x6cf9a4:[];let _0xc9cdf1=![],_0x176e4b=_0x296f2b[_0x14adcd(0x2ce)](_0x1213f4[_0x14adcd(0x2f0)],0x0);const _0x241e57=_0x2a2b30=>typeof _0x2a2b30==='string'?_0x2a2b30[_0x14adcd(0x28d)](/^@/,'')[_0x14adcd(0x17f)]()[_0x14adcd(0x18c)]():_0x2a2b30,_0x2664cf=new Set(_0x1213f4['map'](_0x241e57)),_0x4b853b=new Set(_0x459aae[_0x14adcd(0x18a)](_0x241e57));for(const _0x2c7e32 of _0x2647b0){const _0x9aa2f5=_0x296f2b[_0x14adcd(0x1c6)](_0x241e57,_0x2c7e32);_0x4b853b[_0x14adcd(0x180)](_0x9aa2f5)&&(_0xc9cdf1=!![]),_0x296f2b['hSFNG'](_0x2664cf[_0x14adcd(0x274)],0x0)&&_0x2664cf[_0x14adcd(0x180)](_0x9aa2f5)&&(_0x176e4b=!![]);}const _0x27482c=_0x296f2b[_0x14adcd(0x1a8)](_0x176e4b,!_0xc9cdf1);return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b[_0x14adcd(0x16e)])+_0x14adcd(0x121)+_0x27482c+_0x14adcd(0x308)+JSON[_0x14adcd(0x2f1)](_0x2647b0)+_0x14adcd(0x22f)+JSON[_0x14adcd(0x2f1)](_0x1213f4)+_0x14adcd(0x305)+JSON[_0x14adcd(0x2f1)](_0x459aae)),_0x27482c;}catch(_0x4a3495){return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b['apmIB'])+_0x14adcd(0x186)+_0x4a3495[_0x14adcd(0x284)]),![];}}async['onBeforeTest'](_0x17972a){const _0x20a561=a90_0x161a2d,_0x4b641b={};_0x4b641b[_0x20a561(0x1ef)]=function(_0x2831f4,_0x345ba7){return _0x2831f4!==_0x345ba7;},_0x4b641b[_0x20a561(0x28b)]=_0x20a561(0x182),_0x4b641b[_0x20a561(0x26a)]=function(_0x58d8bd,_0x33f298){return _0x58d8bd!==_0x33f298;},_0x4b641b[_0x20a561(0x1cd)]='jest',_0x4b641b[_0x20a561(0x306)]=_0x20a561(0x26c),_0x4b641b['HPAQR']='TEST_INIT',_0x4b641b[_0x20a561(0x11a)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x4b641b[_0x20a561(0x2cd)]=_0x20a561(0x134),_0x4b641b[_0x20a561(0x12d)]='DRIVER_INIT',_0x4b641b[_0x20a561(0x2bb)]=function(_0x408ea4,_0x3c731b){return _0x408ea4===_0x3c731b;},_0x4b641b[_0x20a561(0x215)]=_0x20a561(0x19f),_0x4b641b[_0x20a561(0x1db)]=function(_0x4f3891,_0x541810){return _0x4f3891===_0x541810;},_0x4b641b['RFjhX']='Unknown\x20Test',_0x4b641b['PNZmJ']=function(_0x9fd1c8,_0x44102a){return _0x9fd1c8>_0x44102a;},_0x4b641b[_0x20a561(0x1ee)]='function',_0x4b641b[_0x20a561(0x12a)]=_0x20a561(0x264),_0x4b641b['azGMw']=function(_0x4db1ab,_0x315540){return _0x4db1ab&&_0x315540;},_0x4b641b[_0x20a561(0x1dd)]=_0x20a561(0x23d),_0x4b641b[_0x20a561(0x230)]=_0x20a561(0x2ba);const _0x4925f7=_0x4b641b;if(_0x4925f7[_0x20a561(0x1ef)](_0x17972a[_0x20a561(0x217)],_0x4925f7[_0x20a561(0x28b)])&&_0x4925f7[_0x20a561(0x26a)](_0x17972a[_0x20a561(0x217)],_0x4925f7['YuLxK'])){logger['debug'](_0x4925f7[_0x20a561(0x306)]);return;}try{const _0x3ca2b9=AutomationFramework[_0x20a561(0x27a)](),_0x2109f5=TestFramework[_0x20a561(0x27a)](),_0x307f5b=_0x17972a[_0x20a561(0x2ec)]||global[_0x20a561(0x255)]?.[_0x20a561(0x225)]||null;if(!_0x307f5b){_0x2109f5&&_0x2109f5['updateData'](_0x4925f7['HPAQR'],!![]);logger['debug'](_0x4925f7['HmQIM']);return;}logger[_0x20a561(0x13f)](_0x4925f7[_0x20a561(0x2cd)]);const _0x50f886=_0x2109f5?.[_0x20a561(0x19a)](_0x4925f7[_0x20a561(0x12d)],![]),_0x1406a0=_0x2109f5?.['getData'](_0x4925f7[_0x20a561(0x11e)],![]);if(_0x4925f7[_0x20a561(0x2bb)](_0x50f886,![])&&_0x4925f7[_0x20a561(0x2bb)](_0x1406a0,![])){_0x2109f5&&_0x2109f5['updateData'](_0x4925f7[_0x20a561(0x12d)],!![]);logger[_0x20a561(0x13f)](_0x4925f7[_0x20a561(0x215)]);return;}_0x2109f5&&_0x2109f5[_0x20a561(0x145)](_0x4925f7[_0x20a561(0x11e)],!![]);let _0x394fff,_0x4d8559;const _0x4182a2=_0x17972a[_0x20a561(0x217)]||_0x4925f7[_0x20a561(0x28b)];if(_0x4925f7[_0x20a561(0x1db)](_0x4182a2,_0x4925f7['YuLxK'])){_0x4d8559=_0x17972a[_0x20a561(0x234)]?.[_0x20a561(0x302)]||_0x17972a[_0x20a561(0x234)]?.['id']||global[_0x20a561(0x276)]||global[_0x20a561(0x255)]?.[_0x20a561(0x1f9)]?.[_0x20a561(0x302)]||global['__workerDetails']?.[_0x20a561(0x1f9)]?.['id'];const _0x208560=_0x2109f5?.[_0x20a561(0x1ec)]()?.[_0x20a561(0x15c)](_0x4d8559);if(_0x208560&&_0x208560[TestFrameworkConstants[_0x20a561(0x20b)]])_0x394fff=_0x208560[TestFrameworkConstants[_0x20a561(0x20b)]];else{if(_0x17972a['testInfo']?.['titlePath'])_0x394fff=_0x17972a[_0x20a561(0x234)][_0x20a561(0x247)];else global[_0x20a561(0x255)]?.[_0x20a561(0x1f9)]?.[_0x20a561(0x234)]?.[_0x20a561(0x247)]?_0x394fff=global['__workerDetails']['currentTest'][_0x20a561(0x234)][_0x20a561(0x247)]:_0x394fff=_0x4925f7[_0x20a561(0x2db)];}logger[_0x20a561(0x13f)](_0x20a561(0x242)+_0x4d8559+_0x20a561(0x271)+JSON[_0x20a561(0x2f1)](_0x394fff));}else{_0x4d8559=this[_0x20a561(0x146)](_0x17972a);const _0x2dd2ec=TestInfo[_0x20a561(0x1f3)](_0x4d8559);let _0x34f61a=[];if(_0x2dd2ec&&Array['isArray'](_0x2dd2ec[_0x20a561(0x264)])&&_0x4925f7[_0x20a561(0x208)](_0x2dd2ec[_0x20a561(0x264)][_0x20a561(0x2f0)],0x0))_0x34f61a=_0x2dd2ec[_0x20a561(0x264)];else{if(_0x2109f5){const _0x53bbe0=_0x4925f7[_0x20a561(0x1db)](typeof _0x2109f5['getData'],_0x4925f7[_0x20a561(0x1ee)])?_0x2109f5[_0x20a561(0x19a)](_0x4925f7[_0x20a561(0x12a)],[]):_0x2109f5[_0x20a561(0x264)]||[];Array[_0x20a561(0x18d)](_0x53bbe0)&&(_0x34f61a=_0x53bbe0);}}_0x394fff=_0x34f61a;}logger['info']('test-tags-->\x20'+JSON['stringify'](_0x394fff));const _0x2b5764=this['isPlatformSupported'](_0x3ca2b9,_0x17972a[_0x20a561(0x179)],_0x17972a['launchCaps']);logger['debug'](_0x20a561(0x147)+_0x2b5764+_0x20a561(0x15a)+this[_0x20a561(0x14e)]);const _0x34bac1=this[_0x20a561(0x2cc)](_0x394fff,_0x3ca2b9,_0x4182a2),_0x16723a=_0x4925f7[_0x20a561(0x243)](_0x2b5764,_0x34bac1),_0x5cd507=CLIUtils[_0x20a561(0x231)]();this[_0x20a561(0x2f9)][_0x20a561(0x1bc)](_0x5cd507,_0x16723a),global[_0x20a561(0x239)]?.['getContext']&&global[_0x20a561(0x239)][_0x20a561(0x218)]()[_0x20a561(0x253)](_0x16723a),logger['debug'](_0x20a561(0x2c8)+(_0x3ca2b9?.[_0x20a561(0x16d)]?.()||_0x4925f7[_0x20a561(0x1dd)])+']\x20should\x20run\x20accessibility\x20value='+_0x16723a),_0x16723a?(global[_0x20a561(0x16f)]=!![],process[_0x20a561(0x197)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4925f7[_0x20a561(0x230)],this[_0x20a561(0x209)]()):global[_0x20a561(0x16f)]=![];}catch(_0x5520e5){logger['error'](_0x20a561(0x162)+(_0x5520e5[_0x20a561(0x273)]||_0x5520e5[_0x20a561(0x284)]));const _0x37b637=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x20a561(0x1bc)](_0x37b637,![]),global[_0x20a561(0x16f)]=![];}}[a90_0x161a2d(0x2c5)](){const _0x4494fa=a90_0x161a2d;return this[_0x4494fa(0x29d)][_0x4494fa(0x29a)](_0x33a681=>_0x33a681[_0x4494fa(0x269)]()===_0x4494fa(0x2fb))?.[_0x4494fa(0x232)]()||'';}[a90_0x161a2d(0x226)](_0x1e0e8c){const _0x28abc5=a90_0x161a2d;try{const _0x781fca=this['accessibilityConfig']?.[_0x28abc5(0x1b1)]?.[_0x28abc5(0x1e5)]||[],_0x5a9f5d=_0x781fca['find'](_0x56d75e=>_0x56d75e['name']===_0x1e0e8c);return _0x5a9f5d?_0x5a9f5d[_0x28abc5(0x125)]:null;}catch(_0x276b34){return logger[_0x28abc5(0x13f)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1e0e8c+':\x20'+_0x276b34['message']),null;}}async[a90_0x161a2d(0x24c)](_0x4d2473,_0x1ce97c){const _0x3d2533=a90_0x161a2d,_0x2b2d2e=_0x4d2473['getAccessibility']()[_0x3d2533(0x24b)](),_0x2c048b=_0x2b2d2e[_0x3d2533(0x201)](),_0x6a6c74=_0x2b2d2e[_0x3d2533(0x210)]()?.[_0x3d2533(0x13e)]();scripts[_0x3d2533(0x281)](_0x2c048b,_0x6a6c74),scripts[_0x3d2533(0x2d1)]();const _0x1b2e63=_0x2b2d2e[_0x3d2533(0x1c3)]();this[_0x3d2533(0x29d)]=_0x2b2d2e[_0x3d2533(0x1c3)](),await this[_0x3d2533(0x2a1)](_0x1b2e63,_0x1ce97c[_0x3d2533(0x124)]);}async[a90_0x161a2d(0x2a1)](_0x347718,_0x479f0e={}){const _0x546fbb=a90_0x161a2d,_0x4255de={'bdyEL':function(_0x2f8f72,_0x83ef6e){return _0x2f8f72===_0x83ef6e;},'ybpOu':_0x546fbb(0x16b),'YXvPZ':_0x546fbb(0x236),'GRLXz':function(_0x5d5a78,_0xae39d){return _0x5d5a78(_0xae39d);},'rZwfE':_0x546fbb(0x19d),'uJeAe':function(_0x477043,_0x5d3d98){return _0x477043(_0x5d3d98);},'wlqzh':_0x546fbb(0x137),'pCtbQ':function(_0x4946f2,_0x5e83f8){return _0x4946f2(_0x5e83f8);},'kkKIT':_0x546fbb(0x1b3),'pyNBJ':'browserstack.accessibilityOptions.wcagVersion','CtWmm':function(_0xd571d0,_0x54de0f){return _0xd571d0===_0x54de0f;},'KZKIP':'scannerVersion','Kwnfq':_0x546fbb(0x1eb),'syfIp':function(_0x4d3c58,_0x10dc67){return _0x4d3c58===_0x10dc67;},'LvSYQ':_0x546fbb(0x199),'EfIrN':'browserstack.accessibilityOptions.scannerProcessingTimeout','lKIDf':function(_0x4a32d6,_0x5f3786){return _0x4a32d6===_0x5f3786;},'flHkg':_0x546fbb(0x1ea),'qGYAy':function(_0x2d58fc,_0x272f3f){return _0x2d58fc===_0x272f3f;},'ZPVQh':_0x546fbb(0x2ba)};global[_0x546fbb(0x2cb)]=global[_0x546fbb(0x2cb)]||{};for(const _0x430b17 of _0x347718){logger[_0x546fbb(0x196)](_0x546fbb(0x1fb)+_0x430b17[_0x546fbb(0x269)]()+_0x546fbb(0x261)+_0x430b17[_0x546fbb(0x232)]());if(_0x4255de['bdyEL'](_0x430b17[_0x546fbb(0x269)](),_0x4255de[_0x546fbb(0x1a2)])){const _0xcc06ea=_0x430b17[_0x546fbb(0x232)]();process['env'][_0x546fbb(0x1a0)]=_0xcc06ea,global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x17a)]]=_0xcc06ea;const _0x4a76d5=_0x4255de[_0x546fbb(0x227)](require,_0x4255de[_0x546fbb(0x2e6)]),{isTrue:_0x3ba707}=_0x4255de[_0x546fbb(0x176)](require,_0x4255de['wlqzh']),_0x3d79a4=_0x4a76d5[_0x546fbb(0x167)](_0xcc06ea);_0x3d79a4&&_0x4255de['pCtbQ'](_0x3ba707,_0x3d79a4['skipCDPConnectOverride'])&&(process['env'][_0x546fbb(0x206)]=!![]);}else{if(_0x4255de[_0x546fbb(0x149)](_0x430b17[_0x546fbb(0x269)](),_0x4255de['kkKIT']))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x195)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x272)](_0x430b17['getName'](),_0x4255de[_0x546fbb(0x2da)]))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x23e)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x2a5)](_0x430b17[_0x546fbb(0x269)](),_0x4255de[_0x546fbb(0x1fe)]))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x1fd)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x2ac)](_0x430b17['getName'](),_0x4255de['flHkg'])){const _0x2f248a=_0x430b17['getValue']();process[_0x546fbb(0x197)][_0x546fbb(0x207)]=_0x4255de[_0x546fbb(0x2e0)](String,_0x4255de[_0x546fbb(0x272)](_0x2f248a,!![])||_0x4255de[_0x546fbb(0x2f8)](_0x2f248a,_0x4255de[_0x546fbb(0x22a)])),logger['debug']('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x2f248a+_0x546fbb(0x240)+process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a90_0x161a2d(0x296)](_0x4afb9e){const _0x5087b0=a90_0x161a2d,_0xf1bb55={};_0xf1bb55[_0x5087b0(0x2be)]=function(_0xd73128,_0x1eda92){return _0xd73128!==_0x1eda92;},_0xf1bb55[_0x5087b0(0x2b9)]=_0x5087b0(0x182),_0xf1bb55[_0x5087b0(0x2fa)]=function(_0x5af095,_0x17475a){return _0x5af095!==_0x17475a;},_0xf1bb55[_0x5087b0(0x245)]=_0x5087b0(0x211),_0xf1bb55[_0x5087b0(0x291)]=_0x5087b0(0x222),_0xf1bb55[_0x5087b0(0x2cf)]=_0x5087b0(0x23d);const _0x356971=_0xf1bb55;if(_0x356971[_0x5087b0(0x2be)](_0x4afb9e[_0x5087b0(0x217)],_0x356971['oKfkH'])&&_0x356971['BlaQo'](_0x4afb9e['testFramework'],_0x356971[_0x5087b0(0x245)])){logger[_0x5087b0(0x13f)](_0x356971[_0x5087b0(0x291)]);return;}const _0x22f70e=_0x4afb9e[_0x5087b0(0x234)]?.[_0x5087b0(0x302)]||_0x4afb9e[_0x5087b0(0x234)]?.['id']||global[_0x5087b0(0x276)];logger['info'](_0x5087b0(0x1ad)+_0x4afb9e[_0x5087b0(0x217)]+_0x5087b0(0x2c4)+_0x22f70e);try{const _0x2d7851=_0x4afb9e['instance']||AutomationFramework[_0x5087b0(0x27a)](),_0x162628=CLIUtils[_0x5087b0(0x231)](),_0x3c1dca=this['getCurrentAccessibilityStatus']();logger[_0x5087b0(0x13f)]('[platform\x20-\x20'+(_0x2d7851?.['getPlatformIndex']?.()||_0x356971[_0x5087b0(0x2cf)])+_0x5087b0(0x248)+_0x3c1dca),_0x3c1dca&&await this['stopTestCapture'](_0x2d7851,_0x4afb9e),this[_0x5087b0(0x2f9)][_0x5087b0(0x238)](_0x162628),this[_0x5087b0(0x288)][_0x5087b0(0x238)](_0x162628);}catch(_0x4949be){logger['error'](_0x5087b0(0x1e6)+(_0x4949be[_0x5087b0(0x273)]||_0x4949be['message']));}}async[a90_0x161a2d(0x154)](_0x45302d,_0x59b3a7){const _0x320f04=a90_0x161a2d,_0x219db4={};_0x219db4['btJow']=function(_0x5bef01,_0x162271){return _0x5bef01===_0x162271;},_0x219db4[_0x320f04(0x2d0)]=_0x320f04(0x1bb),_0x219db4[_0x320f04(0x254)]=_0x320f04(0x211),_0x219db4[_0x320f04(0x21a)]=_0x320f04(0x182),_0x219db4['ltcmE']=_0x320f04(0x1bf),_0x219db4['izcLj']=_0x320f04(0x2f9),_0x219db4[_0x320f04(0x1e1)]=_0x320f04(0x24f),_0x219db4[_0x320f04(0x2bc)]=_0x320f04(0x23d),_0x219db4[_0x320f04(0x141)]=_0x320f04(0x14c),_0x219db4[_0x320f04(0x2f4)]=_0x320f04(0x2e4),_0x219db4[_0x320f04(0x258)]=function(_0xc7916a,_0x4c837f){return _0xc7916a===_0x4c837f;},_0x219db4[_0x320f04(0x157)]=function(_0x185f67,_0x2d9c64){return _0x185f67||_0x2d9c64;},_0x219db4[_0x320f04(0x22c)]=function(_0xbe0ce0,_0x4f7f18){return _0xbe0ce0||_0x4f7f18;},_0x219db4['XatqJ']=_0x320f04(0x203),_0x219db4[_0x320f04(0x28c)]=_0x320f04(0x1a4),_0x219db4[_0x320f04(0x1ca)]=_0x320f04(0x143);const _0x578831=_0x219db4;try{const _0x46ad80=_0x59b3a7['testFramework']||(_0x578831[_0x320f04(0x1d5)](this[_0x320f04(0x11c)]?.[_0x320f04(0x220)]?.[_0x320f04(0x17f)](),_0x578831[_0x320f04(0x254)])?_0x578831[_0x320f04(0x254)]:_0x578831[_0x320f04(0x21a)]);let _0x22b99a='',_0x20cdd8=null,_0x517ce8=null;if(_0x578831[_0x320f04(0x1d5)](_0x46ad80,_0x578831[_0x320f04(0x254)])){_0x20cdd8=_0x59b3a7[_0x320f04(0x234)]?.['testAnalyticsId']||_0x59b3a7['testInfo']?.['id']||global[_0x320f04(0x276)];if(!_0x20cdd8){logger[_0x320f04(0x244)](_0x578831[_0x320f04(0x1cf)]);return;}try{const _0x7be5e7=await GrpcClient[_0x320f04(0x200)]()['fetchDriverExecuteParamsEvent'](process[_0x320f04(0x197)][_0x320f04(0x18f)],_0x578831[_0x320f04(0x2ae)],_0x578831[_0x320f04(0x1e1)],_0x20cdd8),_0x5883c0=AccessibilityModule[_0x320f04(0x2e2)](null,_0x7be5e7);_0x22b99a=_0x5883c0?.['thTestRunUuid']||'',logger[_0x320f04(0x13f)](_0x320f04(0x153)+_0x22b99a+_0x320f04(0x192)+_0x20cdd8),_0x517ce8=_0x7be5e7;}catch(_0x30cbfd){logger[_0x320f04(0x19b)](_0x320f04(0x2b8)+_0x30cbfd['message']);return;}}else{const _0x2c5f84=this[_0x320f04(0x146)](_0x59b3a7);_0x22b99a=TestInfo[_0x320f04(0x2f5)](_0x2c5f84);}const _0x58b0dc=((()=>{const _0x29082d=_0x320f04,_0x94d17c=(this[_0x29082d(0x20a)]?.[_0x29082d(0x1b1)]?.['capabilitiesList']||[])[_0x29082d(0x29a)](_0x2b05ff=>(typeof _0x2b05ff[_0x29082d(0x269)]===_0x29082d(0x1bb)?_0x2b05ff[_0x29082d(0x269)]():_0x2b05ff[_0x29082d(0x220)])===this[_0x29082d(0x1a3)]);return _0x94d17c?_0x578831['btJow'](typeof _0x94d17c[_0x29082d(0x232)],_0x578831[_0x29082d(0x2d0)])?_0x94d17c['getValue']():_0x94d17c[_0x29082d(0x125)]:'';})()),_0x2a3191=process[_0x320f04(0x197)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x320f04(0x13f)](_0x320f04(0x2c8)+(_0x45302d?.[_0x320f04(0x16d)]?.()||_0x578831[_0x320f04(0x2bc)])+_0x320f04(0x280)+_0x22b99a+_0x320f04(0x26f)+_0x58b0dc+'\x20a11yToken='+(_0x2a3191?_0x578831[_0x320f04(0x141)]:_0x578831[_0x320f04(0x2f4)]));let _0xfdf2b6;if(_0x578831[_0x320f04(0x258)](_0x46ad80,_0x578831[_0x320f04(0x254)]))_0xfdf2b6=AccessibilityModule['loadDriverExecuteParams'](_0x22b99a,_0x517ce8);else{const _0x3f58b1=await GrpcClient[_0x320f04(0x200)]()[_0x320f04(0x1e4)](process[_0x320f04(0x197)][_0x320f04(0x18f)],_0x578831[_0x320f04(0x2ae)],_0x578831[_0x320f04(0x1e1)]);_0xfdf2b6=AccessibilityModule['loadDriverExecuteParams'](_0x22b99a,_0x3f58b1);}logger[_0x320f04(0x13f)](_0x320f04(0x213)+JSON[_0x320f04(0x2f1)](_0xfdf2b6));const _0x2c2486=Object[_0x320f04(0x1a9)]({},{'thTestRunUuid':_0x578831['ayfnx'](_0x22b99a,''),'thBuildUuid':_0x578831[_0x320f04(0x22c)](_0x58b0dc,''),'thJwtToken':_0x578831[_0x320f04(0x157)](_0x2a3191,'')},_0xfdf2b6);!this['isAppAccessibility']&&this[_0x320f04(0x142)]()&&(_0x2c2486[_0x320f04(0x2de)]=!![],logger[_0x320f04(0x13f)](_0x578831[_0x320f04(0x260)]));logger[_0x320f04(0x13f)](_0x320f04(0x2ad)+_0x22b99a+_0x320f04(0x15a)+this['isAppAccessibility']);let _0x2f5e58=global['__workerDetails']?.['pwPage']||null;!_0x2f5e58&&(_0x2f5e58=AutomationFramework[_0x320f04(0x172)](_0x45302d,_0x578831[_0x320f04(0x28c)],null)),!_0x2f5e58&&(_0x2f5e58=AutomationFramework[_0x320f04(0x172)](_0x45302d,_0x578831[_0x320f04(0x1ca)],null)),await this[_0x320f04(0x22b)](this[_0x320f04(0x1e9)](),_0x22b99a,_0x2f5e58,_0x2c2486,this[_0x320f04(0x14e)]);}catch(_0x39038b){logger[_0x320f04(0x19b)](_0x320f04(0x2f3)+(_0x39038b[_0x320f04(0x273)]||_0x39038b[_0x320f04(0x284)]));}}async[a90_0x161a2d(0x22b)](_0x144751,_0x3f4f34,_0x5230c1,_0x32b086,_0x13de96){const _0x1b45ff=a90_0x161a2d,_0x138b99={};_0x138b99['qtbVK']=_0x1b45ff(0x24f),_0x138b99[_0x1b45ff(0x139)]=function(_0x545559,_0x1eef82){return _0x545559&&_0x1eef82;},_0x138b99[_0x1b45ff(0x13b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x138b99['btsIR']=function(_0x4e3cd9,_0x15e7ae){return _0x4e3cd9===_0x15e7ae;},_0x138b99[_0x1b45ff(0x1d2)]=_0x1b45ff(0x2e4),_0x138b99[_0x1b45ff(0x23f)]=function(_0x11617a,_0x548d0f){return _0x11617a===_0x548d0f;},_0x138b99[_0x1b45ff(0x17b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x138b99[_0x1b45ff(0x27b)]=_0x1b45ff(0x2e9),_0x138b99['xfQCk']=_0x1b45ff(0x152),_0x138b99[_0x1b45ff(0x183)]=_0x1b45ff(0x118),_0x138b99[_0x1b45ff(0x297)]=_0x1b45ff(0x164),_0x138b99[_0x1b45ff(0x275)]='a11y:save-results',_0x138b99[_0x1b45ff(0x285)]=_0x1b45ff(0x266);const _0x3ddbfe=_0x138b99;try{const _0x240864=this[_0x1b45ff(0x1b9)](_0x3ddbfe[_0x1b45ff(0x19e)]);if(_0x3ddbfe['YDiod'](!_0x13de96,!_0x240864)){logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x13b)]);return;}if(!_0x3f4f34||_0x3ddbfe['btsIR'](_0x3f4f34,_0x3ddbfe[_0x1b45ff(0x1d2)])||_0x3ddbfe['twtBL'](_0x3f4f34,'')){logger[_0x1b45ff(0x13f)](_0x3ddbfe['pHRpq']);return;}logger[_0x1b45ff(0x13f)](_0x1b45ff(0x20c)+JSON[_0x1b45ff(0x2f1)](_0x32b086)),_0x144751&&(logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x27b)]),await this[_0x1b45ff(0x1b6)](_0x5230c1,_0x3f4f34,_0x3ddbfe[_0x1b45ff(0x28a)],_0x32b086,_0x13de96,_0x3ddbfe[_0x1b45ff(0x183)]),_0x3ddbfe[_0x1b45ff(0x139)](!_0x13de96,_0x240864)&&(logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x297)]),await PerformanceTester[_0x1b45ff(0x224)](_0x3ddbfe[_0x1b45ff(0x275)],async()=>{const _0x5bd5fa=_0x1b45ff;await this[_0x5bd5fa(0x1b6)](_0x5230c1,_0x3f4f34,_0x3ddbfe[_0x5bd5fa(0x19e)],_0x32b086,_0x13de96,_0x3ddbfe[_0x5bd5fa(0x19e)]);})()),logger[_0x1b45ff(0x196)](_0x3ddbfe['jasQg']));}catch(_0x43d684){logger[_0x1b45ff(0x19b)](_0x1b45ff(0x11b)+(_0x43d684[_0x1b45ff(0x273)]||_0x43d684[_0x1b45ff(0x284)]));}}async['onBeforeExecute'](_0x2a6446){const _0x24eb4a=a90_0x161a2d,_0x597a8d={};_0x597a8d[_0x24eb4a(0x21e)]=function(_0x32662b,_0x230740){return _0x32662b!==_0x230740;},_0x597a8d[_0x24eb4a(0x2ab)]='cucumber',_0x597a8d['ZKRQv']=_0x24eb4a(0x211),_0x597a8d[_0x24eb4a(0x204)]=_0x24eb4a(0x29e),_0x597a8d[_0x24eb4a(0x26b)]=_0x24eb4a(0x23d),_0x597a8d[_0x24eb4a(0x2d2)]=_0x24eb4a(0x2a7),_0x597a8d[_0x24eb4a(0x2ff)]=function(_0x156352,_0x3c51ae){return _0x156352===_0x3c51ae;},_0x597a8d[_0x24eb4a(0x1b5)]=_0x24eb4a(0x2f7),_0x597a8d['ddtSN']=_0x24eb4a(0x2f9),_0x597a8d['nehwZ']=_0x24eb4a(0x289),_0x597a8d[_0x24eb4a(0x181)]=_0x24eb4a(0x26d),_0x597a8d[_0x24eb4a(0x127)]=_0x24eb4a(0x1e8),_0x597a8d[_0x24eb4a(0x13a)]=function(_0x216967,_0x365bfc){return _0x216967===_0x365bfc;},_0x597a8d[_0x24eb4a(0x187)]='scan',_0x597a8d[_0x24eb4a(0x119)]='null';const _0x184a8c=_0x597a8d;if(_0x184a8c[_0x24eb4a(0x21e)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c[_0x24eb4a(0x2ab)])&&_0x184a8c[_0x24eb4a(0x21e)](_0x2a6446['testFramework'],_0x184a8c[_0x24eb4a(0x1ab)])){logger[_0x24eb4a(0x13f)](_0x184a8c[_0x24eb4a(0x204)]);return;}logger[_0x24eb4a(0x13f)](_0x24eb4a(0x2a6)+(_0x2a6446['commandName']||_0x184a8c[_0x24eb4a(0x26b)])+_0x24eb4a(0x150)+_0x2a6446[_0x24eb4a(0x217)]);try{const _0x65f7a=_0x2a6446['instance']||AutomationFramework[_0x24eb4a(0x27a)](),_0x412c9a=TestFramework[_0x24eb4a(0x27a)](),_0x1ed32f=_0x2a6446[_0x24eb4a(0x178)]||_0x2a6446[_0x24eb4a(0x1da)]?.[_0x24eb4a(0x269)]();if(!_0x1ed32f){logger[_0x24eb4a(0x13f)](_0x184a8c[_0x24eb4a(0x2d2)]);return;}if(!this[_0x24eb4a(0x1e9)]()){logger[_0x24eb4a(0x13f)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x1ed32f);return;}if(!this[_0x24eb4a(0x170)](_0x1ed32f)){logger[_0x24eb4a(0x13f)](_0x24eb4a(0x131)+_0x1ed32f+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x5cc3c7=_0x2a6446['page']||global[_0x24eb4a(0x255)]?.[_0x24eb4a(0x225)];if(!_0x5cc3c7){logger[_0x24eb4a(0x13f)](_0x24eb4a(0x252)+_0x1ed32f);return;}let _0xad146f='',_0x8ce71e=null;if(_0x184a8c[_0x24eb4a(0x2ff)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c['ZKRQv'])){_0x8ce71e=_0x2a6446['testInfo']?.[_0x24eb4a(0x302)]||_0x2a6446['testInfo']?.['id']||global[_0x24eb4a(0x276)];if(!_0x8ce71e){logger['warn'](_0x184a8c[_0x24eb4a(0x1b5)]);return;}try{const _0x4663fe=await GrpcClient[_0x24eb4a(0x200)]()['fetchDriverExecuteParamsEvent'](process[_0x24eb4a(0x197)][_0x24eb4a(0x18f)],_0x184a8c[_0x24eb4a(0x1f4)],_0x184a8c['nehwZ'],_0x8ce71e),_0x3eb2b6=AccessibilityModule['loadDriverExecuteParams'](null,_0x4663fe);_0xad146f=_0x3eb2b6?.['thTestRunUuid']||'',logger[_0x24eb4a(0x13f)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xad146f+_0x24eb4a(0x192)+_0x8ce71e);}catch(_0x24e267){logger[_0x24eb4a(0x19b)](_0x24eb4a(0x173)+_0x24e267[_0x24eb4a(0x284)]);return;}}else _0xad146f=this['getCapabilityValue'](_0x184a8c['EFqHg'])||'',!_0xad146f&&this[_0x24eb4a(0x142)]()&&(_0xad146f=accessibilityHelper[_0x24eb4a(0x250)]());const _0x9f18fa=this[_0x24eb4a(0x226)](_0x184a8c[_0x24eb4a(0x127)])||this['accessibilityConfig'][this[_0x24eb4a(0x1a3)]]||null,_0x1c2584=process['env'][_0x24eb4a(0x185)]||'',_0x56b753=this[_0x24eb4a(0x259)](_0x1ed32f,_0xad146f,_0x9f18fa,_0x1c2584),_0x6cd0f7=_0x184a8c[_0x24eb4a(0x13a)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c['ZKRQv'])?await AccessibilityModule[_0x24eb4a(0x1e3)](_0x184a8c[_0x24eb4a(0x187)],_0xad146f,_0x8ce71e):await AccessibilityModule[_0x24eb4a(0x1e3)](_0x184a8c[_0x24eb4a(0x187)],_0xad146f);logger['info']('ScanArgs:\x20'+(_0x56b753?JSON[_0x24eb4a(0x2f1)](_0x56b753):_0x184a8c['WaJPv']));const _0x634c5e=CLIUtils[_0x24eb4a(0x177)](_0x56b753,_0x6cd0f7);logger['info'](_0x24eb4a(0x246)+(_0x634c5e?JSON[_0x24eb4a(0x2f1)](_0x634c5e):_0x184a8c[_0x24eb4a(0x119)])),logger[_0x24eb4a(0x13f)](_0x24eb4a(0x165)+_0x1ed32f);const _0x236c72=await this[_0x24eb4a(0x1b6)](_0x5cc3c7,_0xad146f,_0x1ed32f,_0x634c5e,this[_0x24eb4a(0x14e)]);logger[_0x24eb4a(0x13f)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1ed32f+',\x20\x0a\x20'+JSON[_0x24eb4a(0x2f1)](_0x236c72));}catch(_0x574618){logger[_0x24eb4a(0x19b)](_0x24eb4a(0x13d)+(_0x574618[_0x24eb4a(0x273)]||_0x574618[_0x24eb4a(0x284)]));}}[a90_0x161a2d(0x2e8)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x49c42b){const _0x6fb120=a90_0x161a2d,_0x2b930f=CLIUtils[_0x6fb120(0x231)]();this[_0x6fb120(0x2f9)][_0x6fb120(0x1bc)](_0x2b930f,_0x49c42b);}async['initAccessibilityConfig'](_0x2b31d7){const _0x39ad09=a90_0x161a2d,_0x5c3754={};_0x5c3754[_0x39ad09(0x15d)]=_0x39ad09(0x23d);const _0x41d97f=_0x5c3754;try{const _0x5b64f5=_0x2b31d7[_0x39ad09(0x235)]||AutomationFramework['getTrackedInstance'](),_0x155e64=_0x5b64f5?.[_0x39ad09(0x19a)]?.()?.[_0x39ad09(0x15c)]?.(this[_0x39ad09(0x1d7)])||![];if(_0x155e64)return;PerformanceTester[_0x39ad09(0x1ba)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x24751b=await GrpcClient[_0x39ad09(0x200)]()[_0x39ad09(0x14b)](_0x2b31d7);_0x24751b&&_0x24751b[_0x39ad09(0x25a)]&&_0x24751b[_0x39ad09(0x25a)]()&&_0x24751b['getAccessibility']()['getSuccess']()?(await this[_0x39ad09(0x15e)](_0x24751b,_0x2b31d7),_0x5b64f5?.[_0x39ad09(0x19a)]&&_0x5b64f5[_0x39ad09(0x19a)]()[_0x39ad09(0x1bc)](this['KEY_INIT'],!![]),logger[_0x39ad09(0x13f)](_0x39ad09(0x2c8)+(_0x5b64f5?.[_0x39ad09(0x16d)]?.()||_0x41d97f[_0x39ad09(0x15d)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x39ad09(0x13f)](_0x39ad09(0x2c8)+(_0x5b64f5?.[_0x39ad09(0x16d)]?.()||_0x41d97f[_0x39ad09(0x15d)])+_0x39ad09(0x15f)),PerformanceTester['end'](EVENTS[_0x39ad09(0x27c)]);}catch(_0x180590){PerformanceTester[_0x39ad09(0x228)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x180590[_0x39ad09(0x284)]),logger[_0x39ad09(0x19b)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x180590[_0x39ad09(0x273)]||_0x180590[_0x39ad09(0x284)]));}}async['loadAccessibilityConfig'](_0xd051c6,_0x59299a){const _0x335166=a90_0x161a2d;await this[_0x335166(0x24c)](_0xd051c6,_0x59299a);const _0x314c33=_0xd051c6[_0x335166(0x25a)]()['getOptions']();if(_0x314c33){const _0x32e667=_0xd051c6[_0x335166(0x20d)]&&_0xd051c6['getTesthub']();_0x32e667&&(this[_0x335166(0x20a)][this[_0x335166(0x1a3)]]=_0x32e667[_0x335166(0x233)]&&_0x32e667['getBuildId']());}}[a90_0x161a2d(0x170)](_0x2bda63){const _0x356ae4=a90_0x161a2d,_0x2f4490={};_0x2f4490[_0x356ae4(0x2e3)]=function(_0x4f64cd,_0x1aa2c7){return _0x4f64cd===_0x1aa2c7;};const _0x25bddf=_0x2f4490;try{if(!_0x2bda63)return![];const _0x105c93=this[_0x356ae4(0x20a)]?.[_0x356ae4(0x1b1)]?.['commandsToWrap']?.[_0x356ae4(0x2df)]||[],_0x18566e=_0x105c93[_0x356ae4(0x168)](_0x57fc69=>{const _0x2d4d7d=_0x356ae4;return _0x57fc69[_0x2d4d7d(0x220)]&&_0x25bddf[_0x2d4d7d(0x2e3)](_0x57fc69['name']['toLowerCase'](),_0x2bda63[_0x2d4d7d(0x17f)]());});return logger[_0x356ae4(0x13f)](_0x356ae4(0x2dd)+_0x2bda63+'\x20->\x20'+_0x18566e+_0x356ae4(0x136)+JSON[_0x356ae4(0x2f1)](_0x105c93['map'](_0x30ebf6=>_0x30ebf6['name']))),_0x18566e;}catch(_0x545d52){return logger[_0x356ae4(0x13f)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x545d52['message']),![];}}[a90_0x161a2d(0x1d0)](_0x268df1){const _0x58f9b6=a90_0x161a2d,_0x5866e8={};_0x5866e8[_0x58f9b6(0x132)]=function(_0x8c6e95,_0x27e359){return _0x8c6e95===_0x27e359;},_0x5866e8['cKksx']=_0x58f9b6(0x237),_0x5866e8[_0x58f9b6(0x28e)]='browserstack_executor';const _0x521b18=_0x5866e8,_0x1c96b5=_0x268df1[_0x58f9b6(0x2eb)]&&_0x268df1[_0x58f9b6(0x2eb)]();return _0x1c96b5&&_0x521b18[_0x58f9b6(0x132)](typeof _0x1c96b5,_0x521b18['cKksx'])&&_0x1c96b5[_0x58f9b6(0x298)](_0x521b18[_0x58f9b6(0x28e)]);}[a90_0x161a2d(0x22e)](_0x45f229){const _0x153d3c=a90_0x161a2d,_0x43d1c6={};_0x43d1c6['uAvbf']=function(_0x2d8ddf,_0x108165){return _0x2d8ddf!==_0x108165;},_0x43d1c6[_0x153d3c(0x14a)]='string',_0x43d1c6[_0x153d3c(0x17c)]=_0x153d3c(0x2f9),_0x43d1c6[_0x153d3c(0x1a7)]=_0x153d3c(0x289),_0x43d1c6['PtaXa']=_0x153d3c(0x120),_0x43d1c6[_0x153d3c(0x171)]=_0x153d3c(0x2e5);const _0x6e3fe4=_0x43d1c6,_0x36b364=_0x45f229[_0x153d3c(0x2eb)]&&_0x45f229['getScript']();if(!_0x36b364||_0x6e3fe4[_0x153d3c(0x155)](typeof _0x36b364,_0x6e3fe4[_0x153d3c(0x14a)]))return![];return _0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x17c)])||_0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x1a7)])||_0x36b364['includes'](_0x6e3fe4['PtaXa'])||_0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x171)]);}[a90_0x161a2d(0x142)](){const _0x540970=a90_0x161a2d,_0x4fcbb7={'zWoUt':function(_0x3767b0,_0x355d80){return _0x3767b0===_0x355d80;},'PrPwN':_0x540970(0x1bb),'CByTh':function(_0x104e26,_0x552183){return _0x104e26(_0x552183);},'hbTWm':'platformName','oLIcK':_0x540970(0x2b5),'GGxjP':function(_0x207333,_0x44c1e5){return _0x207333(_0x44c1e5);},'fqRML':'android','TRiqq':function(_0x2e0271,_0x427a0f){return _0x2e0271(_0x427a0f);},'FHmJF':'chrome'};try{const _0x2f46d4=this[_0x540970(0x20a)]?.[_0x540970(0x1b1)]?.[_0x540970(0x1e5)]||[],_0x13a343=_0x31d716=>{const _0x234498=_0x540970,_0x2e0a8d=_0x2f46d4['find'](_0x39cdf1=>(typeof _0x39cdf1[_0x234498(0x269)]===_0x234498(0x1bb)?_0x39cdf1['getName']():_0x39cdf1[_0x234498(0x220)])===_0x31d716);return _0x2e0a8d?_0x4fcbb7[_0x234498(0x193)](typeof _0x2e0a8d['getValue'],_0x4fcbb7[_0x234498(0x2a2)])?_0x2e0a8d['getValue']():_0x2e0a8d['value']:null;},_0x5d88b2=_0x4fcbb7[_0x540970(0x2c3)](_0x13a343,_0x4fcbb7[_0x540970(0x128)]),_0x22325b=_0x4fcbb7[_0x540970(0x2c3)](_0x13a343,_0x4fcbb7['oLIcK']),_0x1d113b=global['isMobilePlatform']||_0x5d88b2&&_0x4fcbb7[_0x540970(0x193)](_0x4fcbb7['GGxjP'](String,_0x5d88b2)['toLowerCase'](),_0x4fcbb7['fqRML'])&&_0x22325b&&_0x4fcbb7[_0x540970(0x2d9)](String,_0x22325b)[_0x540970(0x17f)]()['includes'](_0x4fcbb7[_0x540970(0x214)]);if(!_0x1d113b)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x540970(0x2a8)]&&(logger[_0x540970(0x244)](accessibilityHelper[_0x540970(0x148)]),this[_0x540970(0x2a8)]=!![]),![];return!![];}catch(_0xea929e){return logger[_0x540970(0x13f)](_0x540970(0x22d)+_0xea929e['message']),![];}}['getParamsForScanForCli'](_0x2f5790,_0x1acdff,_0x19958d,_0x432765){const _0x4ac7df=a90_0x161a2d,_0x1a5cb7={};_0x1a5cb7[_0x4ac7df(0x1a1)]=function(_0x2cddf5,_0x156f4d){return _0x2cddf5||_0x156f4d;},_0x1a5cb7[_0x4ac7df(0x212)]=function(_0x4e874f,_0x523026){return _0x4e874f&&_0x523026;},_0x1a5cb7[_0x4ac7df(0x184)]=function(_0xe45e44,_0x4e7e3e){return _0xe45e44||_0x4e7e3e;},_0x1a5cb7[_0x4ac7df(0x1d4)]=function(_0x11a502,_0x18f81f){return _0x11a502||_0x18f81f;},_0x1a5cb7[_0x4ac7df(0x1cb)]=_0x4ac7df(0x294);const _0x1883c8=_0x1a5cb7;let _0x5cbf7e=_0x1883c8['GBSEx'](_0x1acdff,'');const _0x5bc524=!this['isAppAccessibility']&&this[_0x4ac7df(0x142)]();_0x1883c8[_0x4ac7df(0x212)](_0x5bc524,!_0x5cbf7e)&&(_0x5cbf7e=accessibilityHelper[_0x4ac7df(0x250)]());const _0x23256a={'command':_0x2f5790,'thTestRunUuid':_0x5cbf7e,'thBuildUuid':_0x1883c8[_0x4ac7df(0x184)](_0x19958d,''),'thJwtToken':_0x1883c8[_0x4ac7df(0x1d4)](_0x432765,''),'timestamp':new Date()[_0x4ac7df(0x21f)]()};return _0x5bc524&&(_0x23256a[_0x4ac7df(0x2de)]=!![],logger[_0x4ac7df(0x13f)](_0x1883c8[_0x4ac7df(0x1cb)])),_0x23256a;}[a90_0x161a2d(0x1b9)](_0x2dade1){const _0x34334c=a90_0x161a2d,_0x4aa540={};_0x4aa540[_0x34334c(0x29f)]=function(_0x2181bd,_0x5c6c2c){return _0x2181bd||_0x5c6c2c;};const _0x34b551=_0x4aa540;try{const _0xd2ed71=this[_0x34334c(0x20a)]?.[_0x34334c(0x1b1)]?.[_0x34334c(0x1b8)]||[],_0x345ab6=_0xd2ed71[_0x34334c(0x29a)](_0x35c7d3=>_0x35c7d3[_0x34334c(0x220)]===_0x2dade1);return _0x34b551[_0x34334c(0x29f)](_0x345ab6,null);}catch(_0x2bc4e4){return logger['debug'](_0x34334c(0x1a6)+_0x2dade1+':\x20'+_0x2bc4e4[_0x34334c(0x284)]),null;}}async[a90_0x161a2d(0x2b3)](_0x3d1b1b,_0x42c040,_0x163630=null){const _0x432b1c=a90_0x161a2d,_0x38f2ec={'iDDHr':function(_0x345b32,_0x4096b7){return _0x345b32(_0x4096b7);},'FIMAd':'../../playwright/accessibility-helper'};try{if(!_0x3d1b1b)return logger['debug']('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x42c040),null;const _0x51e937=this[_0x432b1c(0x1b9)](_0x42c040);if(!_0x51e937||!_0x51e937['command'])return logger[_0x432b1c(0x13f)]('executeScriptByName:\x20No\x20'+_0x42c040+_0x432b1c(0x1e2)),null;logger['debug'](_0x432b1c(0x174)+_0x42c040+_0x432b1c(0x2a9));const _0xd0eec4=_0x38f2ec[_0x432b1c(0x278)](require,_0x38f2ec[_0x432b1c(0x1f5)]),_0x401bfe=_0x163630?await _0xd0eec4[_0x432b1c(0x1fc)](_0x3d1b1b,_0x51e937['command'],_0x163630):await _0xd0eec4[_0x432b1c(0x1fc)](_0x3d1b1b,_0x51e937[_0x432b1c(0x1da)]);return _0x401bfe;}catch(_0xe7b8ca){return logger[_0x432b1c(0x19b)]('Error\x20executing\x20script\x20'+_0x42c040+':\x20'+(_0xe7b8ca[_0x432b1c(0x273)]||_0xe7b8ca[_0x432b1c(0x284)])),null;}}async['performScanForCli'](_0x4850fd,_0x2b109b,_0x290df1,_0x258937,_0x1dac24,_0x113c7b=a90_0x161a2d(0x118)){const _0x3c87a4=a90_0x161a2d,_0x5976cb={'oTTCQ':function(_0x41aab1,_0x3d7167){return _0x41aab1===_0x3d7167;},'TSmVt':_0x3c87a4(0x118),'eJUoH':function(_0x3cc9d2,_0x2c115a){return _0x3cc9d2(_0x2c115a);},'eWUIy':_0x3c87a4(0x2d5),'VHCiS':function(_0x28d584,_0x1da3ec){return _0x28d584(_0x1da3ec);}};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x290df1+'\x20using\x20script:\x20'+_0x113c7b);const _0x517ff2=this[_0x3c87a4(0x1b9)](_0x113c7b);if(!_0x517ff2||!_0x517ff2['command']){logger[_0x3c87a4(0x13f)]('performScanForCli:\x20No\x20'+_0x113c7b+_0x3c87a4(0x144));return;}if(_0x5976cb[_0x3c87a4(0x2ca)](_0x113c7b,_0x5976cb[_0x3c87a4(0x268)])){const _0x2f7724=_0x5976cb[_0x3c87a4(0x2ef)](require,_0x5976cb['eWUIy']),_0x57505a={};_0x57505a['command']=_0x290df1;const _0x219505=await PerformanceTester[_0x3c87a4(0x224)](PerformanceA11yEvents[_0x3c87a4(0x292)],async()=>{return await _0x2f7724['browserStackEvaluate'](_0x4850fd,_0x517ff2['command'],_0x258937);},_0x57505a)();return logger['info'](_0x3c87a4(0x2c9)+_0x113c7b+_0x3c87a4(0x21c)+_0x290df1+':\x20'+util[_0x3c87a4(0x304)](_0x219505)),_0x219505;}const _0x23867b=_0x5976cb[_0x3c87a4(0x1d6)](require,_0x5976cb['eWUIy']),_0x257e21=await PerformanceTester[_0x3c87a4(0x224)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x123c40=_0x3c87a4;return await _0x23867b[_0x123c40(0x1fc)](_0x4850fd,_0x517ff2['command'],_0x258937);})();return logger[_0x3c87a4(0x196)]('Page\x20'+_0x113c7b+'\x20result\x20for\x20'+_0x290df1+':\x20'+util['format'](_0x257e21)),_0x257e21;}catch(_0x50c6cb){logger[_0x3c87a4(0x19b)](_0x3c87a4(0x286)+_0x113c7b+':\x20'+(_0x50c6cb[_0x3c87a4(0x273)]||_0x50c6cb[_0x3c87a4(0x284)]));}}async[a90_0x161a2d(0x2c6)](_0x9ecfab){const _0x53e6b7=a90_0x161a2d,_0x399d9e={'IiAfE':function(_0x43405a,_0x59e3a1){return _0x43405a(_0x59e3a1);},'exlpk':_0x53e6b7(0x19d)};try{const _0x35828e=_0x399d9e[_0x53e6b7(0x1cc)](require,_0x399d9e[_0x53e6b7(0x24a)]);return await _0x35828e[_0x53e6b7(0x12b)](_0x9ecfab);}catch(_0x11c582){return logger['error'](_0x53e6b7(0x161)+(_0x11c582[_0x53e6b7(0x273)]||_0x11c582['message'])),![];}}[a90_0x161a2d(0x2e1)](_0x224534,_0x4b8d9d,_0xf59f27){const _0x5b9856=a90_0x161a2d,_0x3593d3={'jrSEy':function(_0x110f66,_0x1fe184){return _0x110f66(_0x1fe184);},'lzzRb':_0x5b9856(0x2d5),'fXalh':'\x22browserstack.user\x22:\x22[REDACTED]\x22','GzfmF':_0x5b9856(0x223)};try{const _0x4ec64f=_0x3593d3[_0x5b9856(0x16c)](require,_0x3593d3[_0x5b9856(0x23c)]);_0x4ec64f[_0x5b9856(0x2e1)](_0x224534,_0x4b8d9d,_0xf59f27);const _0x4e9d48=JSON[_0x5b9856(0x2f1)](_0x224534)[_0x5b9856(0x28d)](/"browserstack\.user":"[^"]*"/g,_0x3593d3[_0x5b9856(0x221)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x3593d3[_0x5b9856(0x25b)]);logger[_0x5b9856(0x13f)](_0x5b9856(0x15b)+global[_0x5b9856(0x16f)]+'\x20'+_0x4e9d48);}catch(_0x6839ad){logger[_0x5b9856(0x19b)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x6839ad[_0x5b9856(0x273)]||_0x6839ad['message']));}}async['getAccessibilityResults'](_0x4802b1){const _0x16a0b2=a90_0x161a2d,_0x4feaf5={};_0x4feaf5[_0x16a0b2(0x1e0)]=_0x16a0b2(0x24d),_0x4feaf5[_0x16a0b2(0x2d8)]=function(_0x44f6d8,_0x316c33){return _0x44f6d8>_0x316c33;},_0x4feaf5['zazBe']='getResults';const _0x1662ba=_0x4feaf5;try{if(!this[_0x16a0b2(0x1e9)]())return logger[_0x16a0b2(0x244)](_0x1662ba[_0x16a0b2(0x1e0)]),[];const _0x1707b9=this[_0x16a0b2(0x142)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x16a0b2(0x250)]()}:{};_0x1662ba[_0x16a0b2(0x2d8)](Object[_0x16a0b2(0x2c0)](_0x1707b9)[_0x16a0b2(0x2f0)],0x0)&&logger[_0x16a0b2(0x13f)](_0x16a0b2(0x1f7)+JSON[_0x16a0b2(0x2f1)](_0x1707b9));const _0x4c802e=_0x1662ba[_0x16a0b2(0x2d8)](Object[_0x16a0b2(0x2c0)](_0x1707b9)['length'],0x0)?await this[_0x16a0b2(0x2b3)](_0x4802b1,_0x1662ba[_0x16a0b2(0x1c5)],_0x1707b9):await this[_0x16a0b2(0x2b3)](_0x4802b1,_0x1662ba[_0x16a0b2(0x1c5)]);return _0x4c802e||[];}catch(_0x144756){return logger[_0x16a0b2(0x19b)](_0x16a0b2(0x1ed)+(_0x144756['stack']||_0x144756[_0x16a0b2(0x284)])),[];}}async[a90_0x161a2d(0x29c)](_0x3f6c24){const _0x5b8f3c=a90_0x161a2d,_0x5f2793={'DaSYa':'scan','xgIhY':'getResultsSummary','ZhlSc':_0x5b8f3c(0x21d),'CFcRI':function(_0x581143,_0x18bd8f){return _0x581143(_0x18bd8f);},'dHQqq':_0x5b8f3c(0x1f1),'tASoY':function(_0x1d6927,_0x2d1453){return _0x1d6927===_0x2d1453;},'zhBJl':_0x5b8f3c(0x211),'QVfxB':_0x5b8f3c(0x29b),'NGcpt':'accessibility','QMlji':_0x5b8f3c(0x1e8),'qtaSP':_0x5b8f3c(0x29c),'BKCFs':_0x5b8f3c(0x26d),'gwCMS':_0x5b8f3c(0x198),'fTanO':_0x5b8f3c(0x1b0)};try{if(!this[_0x5b8f3c(0x1e9)]())return logger['warn'](_0x5f2793['ZhlSc']),{};const _0x3668f1=_0x5f2793[_0x5b8f3c(0x175)](require,_0x5f2793[_0x5b8f3c(0x1b7)]),_0x1d6497=_0x3668f1[_0x5b8f3c(0x2dc)](),_0x4b468e=_0x5f2793[_0x5b8f3c(0x191)](_0x1d6497?.[_0x5b8f3c(0x220)]?.[_0x5b8f3c(0x17f)](),_0x5f2793[_0x5b8f3c(0x189)]);let _0x1387e6='',_0x2c8843=null,_0x35a98a=null;if(_0x4b468e){_0x2c8843=global[_0x5b8f3c(0x276)]||global[_0x5b8f3c(0x255)]?.[_0x5b8f3c(0x1f9)]?.['testAnalyticsId']||global[_0x5b8f3c(0x255)]?.[_0x5b8f3c(0x1f9)]?.['id'];if(!_0x2c8843)return logger[_0x5b8f3c(0x244)](_0x5f2793[_0x5b8f3c(0x290)]),{};try{const _0x317f65=await GrpcClient[_0x5b8f3c(0x200)]()[_0x5b8f3c(0x1e4)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5f2793[_0x5b8f3c(0x135)],_0x5f2793['xgIhY'],_0x2c8843),_0xdb9af8=AccessibilityModule[_0x5b8f3c(0x2e2)](null,_0x317f65);_0x1387e6=_0xdb9af8?.[_0x5b8f3c(0x14d)]||'',logger[_0x5b8f3c(0x13f)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1387e6+'\x20from\x20testIdentifier='+_0x2c8843);const _0x170a53=await AccessibilityModule[_0x5b8f3c(0x1e3)](_0x5f2793[_0x5b8f3c(0x1b4)],_0x1387e6,_0x2c8843),_0xe18828=this[_0x5b8f3c(0x226)](_0x5f2793['QMlji'])||this[_0x5b8f3c(0x20a)][this[_0x5b8f3c(0x1a3)]]||null,_0xac54c7=process[_0x5b8f3c(0x197)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x249b05=this[_0x5b8f3c(0x259)](_0x5f2793[_0x5b8f3c(0x2f2)],_0x1387e6,_0xe18828,_0xac54c7);_0x35a98a=_0x3668f1[_0x5b8f3c(0x177)](_0x249b05,_0x170a53),logger[_0x5b8f3c(0x13f)](_0x5b8f3c(0x12e)+JSON['stringify'](_0x35a98a));}catch(_0x4a25a8){return logger[_0x5b8f3c(0x19b)](_0x5b8f3c(0x1c9)+_0x4a25a8[_0x5b8f3c(0x284)]),{};}}else{_0x1387e6=this[_0x5b8f3c(0x226)](_0x5f2793['BKCFs'])||'';!_0x1387e6&&this[_0x5b8f3c(0x142)]()&&(_0x1387e6=accessibilityHelper[_0x5b8f3c(0x250)]());const _0x297a01=this[_0x5b8f3c(0x226)](_0x5f2793[_0x5b8f3c(0x2ea)])||this[_0x5b8f3c(0x20a)][this[_0x5b8f3c(0x1a3)]]||null,_0x1d6513=process[_0x5b8f3c(0x197)][_0x5b8f3c(0x185)]||'';_0x35a98a=this[_0x5b8f3c(0x259)](_0x5f2793[_0x5b8f3c(0x2f2)],_0x1387e6,_0x297a01,_0x1d6513);}logger[_0x5b8f3c(0x13f)](_0x5f2793[_0x5b8f3c(0x2b4)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5b8f3c(0x292)],async()=>{const _0x4ef969=_0x5b8f3c,_0x2d09e1=await this['executeScriptByName'](_0x3f6c24,_0x5f2793[_0x4ef969(0x130)],_0x35a98a);logger[_0x4ef969(0x13f)](_0x4ef969(0x1d8)+util['format'](_0x2d09e1));},{'command':_0x5f2793[_0x5b8f3c(0x2f2)]})();const _0x3b3888=await PerformanceTester[_0x5b8f3c(0x224)](PerformanceA11yEvents[_0x5b8f3c(0x282)],async()=>{const _0x109f56=_0x5b8f3c;return await this[_0x109f56(0x2b3)](_0x3f6c24,_0x5f2793['xgIhY'],_0x35a98a);})();if(!_0x3b3888)return logger['debug'](_0x5f2793[_0x5b8f3c(0x156)]),{};return _0x3b3888;}catch(_0x4805c7){return logger[_0x5b8f3c(0x19b)](_0x5b8f3c(0x2ee)+(_0x4805c7[_0x5b8f3c(0x273)]||_0x4805c7[_0x5b8f3c(0x284)])),{};}}async[a90_0x161a2d(0x27e)](_0x12ccf0,_0x4ba375,_0x5bd9f2=null){const _0x5810e6=a90_0x161a2d,_0x52e796={};_0x52e796[_0x5810e6(0x190)]=_0x5810e6(0x1a5),_0x52e796[_0x5810e6(0x1c1)]='performPageScan:\x20Script\x20is\x20null',_0x52e796[_0x5810e6(0x123)]=_0x5810e6(0x1f0);const _0x3a7834=_0x52e796;try{if(!_0x12ccf0)return logger[_0x5810e6(0x13f)](_0x3a7834[_0x5810e6(0x190)]),null;if(!_0x4ba375)return logger['debug'](_0x3a7834[_0x5810e6(0x1c1)]),null;logger[_0x5810e6(0x13f)](_0x3a7834[_0x5810e6(0x123)]);const _0x15f398=_0x5bd9f2?await _0x12ccf0[_0x5810e6(0x2a0)](_0x4ba375,_0x5bd9f2):await _0x12ccf0[_0x5810e6(0x2a0)](_0x4ba375);return _0x15f398;}catch(_0x4fd08c){return logger[_0x5810e6(0x19b)](_0x5810e6(0x1be)+(_0x4fd08c['stack']||_0x4fd08c[_0x5810e6(0x284)])),null;}}static[a90_0x161a2d(0x2e2)](_0x10543e,_0x4d1ad0){const _0x23c149=a90_0x161a2d,_0x3b716c={};_0x3b716c[_0x23c149(0x2a3)]='ascii';const _0x2c6641=_0x3b716c,_0x5d03ac={};_0x5d03ac[_0x23c149(0x14d)]=_0x10543e;const _0x5f1d23=_0x5d03ac;let _0x343fcc={};if(_0x4d1ad0[_0x23c149(0x20e)]()&&_0x4d1ad0['hasAccessibilityExecuteParams']())try{_0x343fcc=JSON[_0x23c149(0x140)](new Buffer(_0x4d1ad0[_0x23c149(0x25f)]())[_0x23c149(0x1d9)](_0x2c6641['KnhWW']));}catch(_0x42b6ee){logger[_0x23c149(0x19b)](_0x23c149(0x219)+_0x42b6ee[_0x23c149(0x284)]),_0x343fcc={};}return CLIUtils['mergeObject'](_0x5f1d23,_0x343fcc);}static async['fetchCentralAuthA11yConfig'](_0x5ad270,_0x13e8b8='',_0x4e3f83=null){const _0x52002f=a90_0x161a2d,_0x146e9f={};_0x146e9f[_0x52002f(0x1c0)]=_0x52002f(0x23b),_0x146e9f[_0x52002f(0x256)]=_0x52002f(0x2f9);const _0x343c91=_0x146e9f;try{if(!_0x4e3f83&&AccessibilityModule[_0x52002f(0x25d)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x52002f(0x197)][_0x52002f(0x18f)])return logger[_0x52002f(0x19b)](_0x343c91[_0x52002f(0x1c0)]),{};const _0x71f5f2=await GrpcClient['getInstance']()[_0x52002f(0x1e4)](process[_0x52002f(0x197)][_0x52002f(0x18f)],_0x343c91[_0x52002f(0x256)],_0x5ad270,_0x4e3f83),_0x25af9d=_0x4e3f83?AccessibilityModule[_0x52002f(0x2e2)](null,_0x71f5f2)?.[_0x52002f(0x14d)]||_0x13e8b8:_0x13e8b8,_0x123077=AccessibilityModule[_0x52002f(0x2e2)](_0x25af9d,_0x71f5f2);return!_0x4e3f83&&(AccessibilityModule[_0x52002f(0x1f8)]=_0x123077,AccessibilityModule[_0x52002f(0x25d)]=!![]),_0x123077;}catch(_0x296749){return logger['error'](_0x52002f(0x20f)+_0x5ad270+':\x20'+(_0x296749[_0x52002f(0x273)]||_0x296749['message'])),{};}}};module[a90_0x161a2d(0x205)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a91_0xa32035=a91_0x4652;function a91_0x4f66(){const _0x2106d8=['360SqORBq','1905155lapJLF','dMRuH','577388NHLtWF','ensureBinSession','116934YSfwwz','67184kJDEqU','testInfo','binSessionId','setTestFrameworkData','exports','3|1|5|4|2|0','133ArhLBa','tFFyF','debug','name','config','UOIJR','../../../helpers/logger.js','version','13308HTyVhH','PLAYWRIGHT','testCaseStartedId','WcfLO','0|4|2|3|1','object','CUCUMBER','McBxv','rtDRP','configure','testId','testFramework','getTestId','\x20with\x20binSessionId=','1083741GUFoVU','RaLXb','split','platformIndex','Missing\x20binSessionId','qtkec','4SHWrdj','tUBcI','_test','BaseModule','winstonLogger','client','132732zjANgL'];a91_0x4f66=function(){return _0x2106d8;};return a91_0x4f66();}(function(_0x45350a,_0x399b70){const _0x3320a9=a91_0x4652,_0x4cdaec=_0x45350a();while(!![]){try{const _0x5b7915=-parseInt(_0x3320a9(0x107))/0x1+-parseInt(_0x3320a9(0x105))/0x2+-parseInt(_0x3320a9(0xf5))/0x3*(parseInt(_0x3320a9(0xfb))/0x4)+parseInt(_0x3320a9(0x103))/0x5+parseInt(_0x3320a9(0x116))/0x6*(parseInt(_0x3320a9(0x10e))/0x7)+parseInt(_0x3320a9(0x108))/0x8+parseInt(_0x3320a9(0x101))/0x9*(parseInt(_0x3320a9(0x102))/0xa);if(_0x5b7915===_0x399b70)break;else _0x4cdaec['push'](_0x4cdaec['shift']());}catch(_0x499e00){_0x4cdaec['push'](_0x4cdaec['shift']());}}}(a91_0x4f66,0x2fc28));function a91_0x4652(_0x2ca9aa,_0x5c46b2){const _0x4f6623=a91_0x4f66();return a91_0x4652=function(_0x4652fd,_0x1865f1){_0x4652fd=_0x4652fd-0xf4;let _0x29c868=_0x4f6623[_0x4652fd];return _0x29c868;},a91_0x4652(_0x2ca9aa,_0x5c46b2);}const logger=require(a91_0xa32035(0x114))[a91_0xa32035(0xff)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x28bc4d=null){const _0x4105de=a91_0xa32035,_0x285048={};_0x285048[_0x4105de(0x119)]=_0x4105de(0x10d),_0x285048[_0x4105de(0x113)]=_0x4105de(0xfe);const _0x2ef4ab=_0x285048,_0x2733c4=_0x2ef4ab['WcfLO'][_0x4105de(0xf7)]('|');let _0x588e6e=0x0;while(!![]){switch(_0x2733c4[_0x588e6e++]){case'0':this['testFrameworkData']=this[_0x4105de(0x10b)](_0x28bc4d);continue;case'1':this[_0x4105de(0x10a)]=null;continue;case'2':this[_0x4105de(0x100)]=null;continue;case'3':this[_0x4105de(0x111)]=_0x2ef4ab[_0x4105de(0x113)];continue;case'4':this[_0x4105de(0x112)]={};continue;case'5':this[_0x4105de(0xf8)]=0x0;continue;}break;}}[a91_0xa32035(0x106)](){const _0x3e53e0=a91_0xa32035,_0x17cf56={};_0x17cf56[_0x3e53e0(0x10f)]=_0x3e53e0(0xf9);const _0x1a03a4=_0x17cf56;if(!this[_0x3e53e0(0x10a)])throw new Error(_0x1a03a4[_0x3e53e0(0x10f)]);}['getModuleName'](){const _0x9e39d5=a91_0xa32035;return this[_0x9e39d5(0x111)];}[a91_0xa32035(0x11f)](_0x53ec2c,_0x22a285,_0x270501,_0x448c23={}){const _0x3caebf=a91_0xa32035,_0x5b878e={};_0x5b878e[_0x3caebf(0xf6)]=_0x3caebf(0x11a);const _0x21dad2=_0x5b878e,_0x54bd28=_0x21dad2[_0x3caebf(0xf6)][_0x3caebf(0xf7)]('|');let _0x1f8de5=0x0;while(!![]){switch(_0x54bd28[_0x1f8de5++]){case'0':this[_0x3caebf(0x10a)]=_0x53ec2c;continue;case'1':logger[_0x3caebf(0x110)]('Configured\x20module\x20'+this['getModuleName']()+_0x3caebf(0xf4)+_0x53ec2c+',\x20platformIndex='+_0x22a285);continue;case'2':this[_0x3caebf(0x100)]=_0x270501;continue;case'3':this[_0x3caebf(0x112)]=_0x448c23;continue;case'4':this[_0x3caebf(0xf8)]=_0x22a285;continue;}break;}}[a91_0xa32035(0x122)](_0x3e3c50){const _0x5a1be8=a91_0xa32035,_0x5cbc1a={};_0x5cbc1a[_0x5a1be8(0x11d)]=function(_0x3cdbf5,_0x52694f){return _0x3cdbf5===_0x52694f;},_0x5cbc1a['tUBcI']=function(_0x1cc2be,_0x1e3a83){return _0x1cc2be===_0x1e3a83;},_0x5cbc1a[_0x5a1be8(0x11e)]=function(_0x5d00cb,_0x17be03){return _0x5d00cb===_0x17be03;};const _0x12ba56=_0x5cbc1a;let _0x455826='';if(_0x12ba56[_0x5a1be8(0x11d)](_0x3e3c50['testFramework'],FRAMEWORKS[_0x5a1be8(0x117)]))_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.[_0x5a1be8(0xfd)]?.['id']||_0x3e3c50['testInfo']?.[_0x5a1be8(0x120)];else{if(_0x12ba56[_0x5a1be8(0xfc)](_0x3e3c50[_0x5a1be8(0x121)],FRAMEWORKS[_0x5a1be8(0x11c)]))_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.[_0x5a1be8(0x118)];else _0x12ba56[_0x5a1be8(0x11e)](_0x3e3c50['testFramework'],FRAMEWORKS['JEST'])&&(_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.['id']);}return _0x455826;}[a91_0xa32035(0x10b)](_0x2f84a4){const _0xca722c=a91_0xa32035,_0x92e478={};_0x92e478[_0xca722c(0x104)]=function(_0x4ad83a,_0x29ff0c){return _0x4ad83a!==_0x29ff0c;},_0x92e478[_0xca722c(0xfa)]=_0xca722c(0x11b);const _0x19e9f6=_0x92e478;if(!_0x2f84a4||_0x19e9f6[_0xca722c(0x104)](typeof _0x2f84a4,_0x19e9f6['qtkec']))return null;const _0x573a70={};_0x573a70[_0xca722c(0x111)]=_0x2f84a4[_0xca722c(0x111)],_0x573a70[_0xca722c(0x115)]=_0x2f84a4[_0xca722c(0x115)]&&_0x2f84a4['version'][_0x2f84a4[_0xca722c(0x111)]];const _0x420f2e=_0x573a70;return _0x420f2e;}}module[a91_0xa32035(0x10c)]=BaseModule;
1
+ const a91_0x4d3a5f=a91_0x26eb;(function(_0x23cf5f,_0x4d6105){const _0xa780e6=a91_0x26eb,_0x1de9a6=_0x23cf5f();while(!![]){try{const _0x2c55b3=-parseInt(_0xa780e6(0x1da))/0x1+-parseInt(_0xa780e6(0x1eb))/0x2+-parseInt(_0xa780e6(0x1e5))/0x3*(-parseInt(_0xa780e6(0x1f3))/0x4)+-parseInt(_0xa780e6(0x1e9))/0x5*(parseInt(_0xa780e6(0x1dc))/0x6)+parseInt(_0xa780e6(0x1cd))/0x7*(-parseInt(_0xa780e6(0x1d0))/0x8)+-parseInt(_0xa780e6(0x1d7))/0x9+-parseInt(_0xa780e6(0x1d6))/0xa*(-parseInt(_0xa780e6(0x1d3))/0xb);if(_0x2c55b3===_0x4d6105)break;else _0x1de9a6['push'](_0x1de9a6['shift']());}catch(_0x38381e){_0x1de9a6['push'](_0x1de9a6['shift']());}}}(a91_0x2e84,0x9ad4c));function a91_0x2e84(){const _0x248d82=['version','platformIndex','CMoCP','binSessionId','config','5397MbmouA','setTestFrameworkData','getTestId','../../../helpers/logger.js','2712155TQquLd','debug','904960ZmlIoT','gJYpc','JEST','ensureBinSession','testCaseStartedId','yFvvK','configure','client','1996ZDOUQp','DYvcM','_test','BaseModule','dpjFS','4|2|3|1|0','testFramework','name','7xzwZQJ','IbmGm','PLAYWRIGHT','5460880cnsEEp','CUCUMBER','testInfo','253UJdtFB','1|4|3|5|2|0','aVadX','1185850HXjDRO','936207RtrmDX','../../../helpers/test-observability/constants.js','\x20with\x20binSessionId=','666993XszHcK','testFrameworkData','12tKgIYB','Mgkhz','getModuleName','testId'];a91_0x2e84=function(){return _0x248d82;};return a91_0x2e84();}const logger=require(a91_0x4d3a5f(0x1e8))['winstonLogger'],{FRAMEWORKS}=require(a91_0x4d3a5f(0x1d8));class BaseModule{constructor(_0x48ce7d=null){const _0x401710=a91_0x4d3a5f,_0x1a8d54={};_0x1a8d54[_0x401710(0x1f0)]=_0x401710(0x1d4),_0x1a8d54[_0x401710(0x1d5)]=_0x401710(0x1f6);const _0x355643=_0x1a8d54,_0x3de2ba=_0x355643[_0x401710(0x1f0)]['split']('|');let _0x37e0ca=0x0;while(!![]){switch(_0x3de2ba[_0x37e0ca++]){case'0':this[_0x401710(0x1db)]=this[_0x401710(0x1e6)](_0x48ce7d);continue;case'1':this[_0x401710(0x1cc)]=_0x355643[_0x401710(0x1d5)];continue;case'2':this[_0x401710(0x1f2)]=null;continue;case'3':this[_0x401710(0x1e1)]=0x0;continue;case'4':this[_0x401710(0x1e3)]=null;continue;case'5':this[_0x401710(0x1e4)]={};continue;}break;}}[a91_0x4d3a5f(0x1ee)](){const _0x29ffce=a91_0x4d3a5f,_0xe79f97={};_0xe79f97[_0x29ffce(0x1dd)]='Missing\x20binSessionId';const _0x541417=_0xe79f97;if(!this['binSessionId'])throw new Error(_0x541417['Mgkhz']);}[a91_0x4d3a5f(0x1de)](){return this['name'];}[a91_0x4d3a5f(0x1f1)](_0x3a4f3e,_0x3749bf,_0x1f0767,_0x24eb5c={}){const _0x48e41d=a91_0x4d3a5f,_0x5bb837={};_0x5bb837['dpjFS']=_0x48e41d(0x1f8);const _0x11f526=_0x5bb837,_0x1c01d4=_0x11f526[_0x48e41d(0x1f7)]['split']('|');let _0x26074a=0x0;while(!![]){switch(_0x1c01d4[_0x26074a++]){case'0':logger[_0x48e41d(0x1ea)]('Configured\x20module\x20'+this[_0x48e41d(0x1de)]()+_0x48e41d(0x1d9)+_0x3a4f3e+',\x20platformIndex='+_0x3749bf);continue;case'1':this[_0x48e41d(0x1e4)]=_0x24eb5c;continue;case'2':this[_0x48e41d(0x1e1)]=_0x3749bf;continue;case'3':this['client']=_0x1f0767;continue;case'4':this[_0x48e41d(0x1e3)]=_0x3a4f3e;continue;}break;}}[a91_0x4d3a5f(0x1e7)](_0x27aa5e){const _0x3ff116=a91_0x4d3a5f,_0x35b3ca={};_0x35b3ca[_0x3ff116(0x1ec)]=function(_0x2c5bb3,_0x412be9){return _0x2c5bb3===_0x412be9;},_0x35b3ca['DYvcM']=function(_0x4ad562,_0x46cc9a){return _0x4ad562===_0x46cc9a;},_0x35b3ca[_0x3ff116(0x1e2)]=function(_0x3bed69,_0x814156){return _0x3bed69===_0x814156;};const _0x39c4c5=_0x35b3ca;let _0x33467f='';if(_0x39c4c5[_0x3ff116(0x1ec)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1cf)]))_0x33467f=_0x27aa5e[_0x3ff116(0x1d2)]?.[_0x3ff116(0x1f5)]?.['id']||_0x27aa5e['testInfo']?.[_0x3ff116(0x1df)];else{if(_0x39c4c5[_0x3ff116(0x1f4)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1d1)]))_0x33467f=_0x27aa5e['testInfo']?.[_0x3ff116(0x1ef)];else _0x39c4c5[_0x3ff116(0x1e2)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1ed)])&&(_0x33467f=_0x27aa5e[_0x3ff116(0x1d2)]?.['id']);}return _0x33467f;}['setTestFrameworkData'](_0x203177){const _0x562ca6=a91_0x4d3a5f,_0x566edc={};_0x566edc['IbmGm']=function(_0x3c0897,_0xa8eeba){return _0x3c0897!==_0xa8eeba;},_0x566edc['ZOMyc']='object';const _0x103726=_0x566edc;if(!_0x203177||_0x103726[_0x562ca6(0x1ce)](typeof _0x203177,_0x103726['ZOMyc']))return null;const _0x25b462={};_0x25b462[_0x562ca6(0x1cc)]=_0x203177[_0x562ca6(0x1cc)],_0x25b462['version']=_0x203177['version']&&_0x203177[_0x562ca6(0x1e0)][_0x203177[_0x562ca6(0x1cc)]];const _0x2dff0e=_0x25b462;return _0x2dff0e;}}function a91_0x26eb(_0x5526e4,_0x27f061){const _0x2e8460=a91_0x2e84();return a91_0x26eb=function(_0x26ebea,_0x37dc7f){_0x26ebea=_0x26ebea-0x1cc;let _0xcdeea7=_0x2e8460[_0x26ebea];return _0xcdeea7;},a91_0x26eb(_0x5526e4,_0x27f061);}module['exports']=BaseModule;
@@ -1 +1 @@
1
- function a92_0x2e3c(_0xb910a1,_0x1fd661){const _0x420566=a92_0x4205();return a92_0x2e3c=function(_0x2e3c6b,_0x30a7c4){_0x2e3c6b=_0x2e3c6b-0x1b5;let _0x574e2b=_0x420566[_0x2e3c6b];return _0x574e2b;},a92_0x2e3c(_0xb910a1,_0x1fd661);}function a92_0x4205(){const _0x38e91b=['BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','exports','vVCbA','message','isLTSSession','NFaPM','kJFno','291585pZgiJx','8277920eBCiIH','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','9ghORds','EGMoG','BROWSERSTACK_LTS_SESSION_ID','nOIPf','vprdO','823310ZOZlRS','error','irsVe','699OtdLuM','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','env','string','setLTSSessionId','getLTSSessionId','toString','1204278xajjQu','browserstackAutomation','nfXMC','21YUTLOa','debug','ytXAP','cWlEh','DdBDE','../../../helpers/classLogger.js','gPsDo','ZRxIB','4834824yxVKLt','odPkX','1046XYoBYm','toLowerCase','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2071052PSDWDn','overrideLoadTesting','LoadTestModule','uuYZk'];a92_0x4205=function(){return _0x38e91b;};return a92_0x4205();}const a92_0x5c2e60=a92_0x2e3c;(function(_0x2c252a,_0x53dbd6){const _0x5585f6=a92_0x2e3c,_0x512638=_0x2c252a();while(!![]){try{const _0x4f1d9f=parseInt(_0x5585f6(0x1c6))/0x1+parseInt(_0x5585f6(0x1b8))/0x2*(-parseInt(_0x5585f6(0x1d1))/0x3)+-parseInt(_0x5585f6(0x1bb))/0x4+-parseInt(_0x5585f6(0x1ce))/0x5+parseInt(_0x5585f6(0x1d8))/0x6*(-parseInt(_0x5585f6(0x1db))/0x7)+-parseInt(_0x5585f6(0x1b6))/0x8*(-parseInt(_0x5585f6(0x1c9))/0x9)+parseInt(_0x5585f6(0x1c7))/0xa;if(_0x4f1d9f===_0x53dbd6)break;else _0x512638['push'](_0x512638['shift']());}catch(_0x471335){_0x512638['push'](_0x512638['shift']());}}}(a92_0x4205,0x4d77b));const {createClassLogger}=require(a92_0x5c2e60(0x1e0)),logger=createClassLogger(a92_0x5c2e60(0x1bd)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x68e7dc=null)=>{const _0x8d75da=a92_0x5c2e60,_0x96adce={};_0x96adce[_0x8d75da(0x1b5)]=function(_0x299e96,_0x7a687a){return _0x299e96!==_0x7a687a;},_0x96adce[_0x8d75da(0x1cd)]='undefined',_0x96adce[_0x8d75da(0x1be)]=function(_0x4f6540,_0x3350ec){return _0x4f6540===_0x3350ec;},_0x96adce['gPsDo']=_0x8d75da(0x1d4),_0x96adce[_0x8d75da(0x1c1)]='true',_0x96adce[_0x8d75da(0x1df)]=function(_0x289c6e,_0x529614){return _0x289c6e===_0x529614;},_0x96adce['GjdgQ']=function(_0x5da1da,_0x5e6e54){return _0x5da1da===_0x5e6e54;},_0x96adce[_0x8d75da(0x1de)]='false';const _0x2bf920=_0x96adce;try{if(_0x2bf920['ZRxIB'](typeof process[_0x8d75da(0x1d3)][_0x8d75da(0x1bc)],_0x2bf920[_0x8d75da(0x1cd)])){const _0x28d176=process[_0x8d75da(0x1d3)][_0x8d75da(0x1bc)];return _0x2bf920[_0x8d75da(0x1be)](typeof _0x28d176,_0x2bf920[_0x8d75da(0x1e1)])?_0x2bf920[_0x8d75da(0x1be)](_0x28d176[_0x8d75da(0x1b9)](),_0x2bf920[_0x8d75da(0x1c1)]):!!_0x28d176;}const _0xdfabc1=_0x68e7dc&&_0x68e7dc[_0x8d75da(0x1bc)],_0x1d4365=!!(_0x68e7dc&&(_0x2bf920[_0x8d75da(0x1df)](_0x68e7dc[_0x8d75da(0x1d9)],!![])||_0x2bf920[_0x8d75da(0x1df)](_0x68e7dc[_0x8d75da(0x1d9)],_0x2bf920[_0x8d75da(0x1c1)]))),_0x5d0e81=!!(_0xdfabc1&&_0x2bf920['GjdgQ'](_0xdfabc1[_0x8d75da(0x1d7)]()[_0x8d75da(0x1b9)](),_0x2bf920[_0x8d75da(0x1c1)])&&!_0x1d4365);return process[_0x8d75da(0x1d3)]['overrideLoadTesting']=_0x5d0e81?_0x2bf920[_0x8d75da(0x1c1)]:_0x2bf920[_0x8d75da(0x1de)],_0x5d0e81;}catch(_0x21d030){return process[_0x8d75da(0x1d3)]['overrideLoadTesting']=_0x2bf920[_0x8d75da(0x1de)],![];}},getLTSSessionId=()=>{const _0x271029=a92_0x5c2e60,_0x3e6e36={'jiyDM':function(_0x3b1fb3){return _0x3b1fb3();},'ytXAP':_0x271029(0x1c8),'kJFno':_0x271029(0x1d2)};try{if(_0x3e6e36['jiyDM'](isLTSSession))return logger[_0x271029(0x1dc)](_0x3e6e36[_0x271029(0x1dd)]),process[_0x271029(0x1d3)][_0x271029(0x1cb)]||'';}catch(_0x54ea05){logger[_0x271029(0x1cf)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x54ea05&&_0x54ea05['message']));}return logger[_0x271029(0x1dc)](_0x3e6e36[_0x271029(0x1c5)]),'';},setLTSSessionId=async(_0x32ffe6={})=>{const _0x43feb9=a92_0x5c2e60,_0x1f00a6={'odPkX':function(_0x559ae0){return _0x559ae0();},'irsVe':_0x43feb9(0x1bf),'nfXMC':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','NFaPM':'LTS','zcAIa':function(_0x7b663e,_0x2384b4){return _0x7b663e(_0x2384b4);},'nOIPf':function(_0x149165,_0x287344,_0x4f3790){return _0x149165(_0x287344,_0x4f3790);},'EGMoG':function(_0x1e4056,_0x2159e7){return _0x1e4056||_0x2159e7;}};try{const _0x1103d9=_0x1f00a6[_0x43feb9(0x1b7)](getLTSSessionId);_0x1103d9?(process[_0x43feb9(0x1d3)][_0x43feb9(0x1cb)]=_0x1103d9,logger['debug'](_0x1f00a6[_0x43feb9(0x1d0)])):(delete process[_0x43feb9(0x1d3)][_0x43feb9(0x1cb)],logger['debug'](_0x1f00a6[_0x43feb9(0x1da)]));try{const _0x218a59={'feature':_0x1f00a6[_0x43feb9(0x1c4)],'ltsEnabled':_0x1f00a6['zcAIa'](isLTSSession,_0x32ffe6),'ltsSessionIdPresent':!!_0x1103d9};await _0x1f00a6[_0x43feb9(0x1cc)](sendSdkEvents,_0x218a59,_0x32ffe6);}catch(_0x234809){logger[_0x43feb9(0x1dc)](_0x43feb9(0x1ba)+(_0x234809&&_0x234809[_0x43feb9(0x1c2)]));}return _0x1f00a6[_0x43feb9(0x1ca)](_0x1103d9,'');}catch(_0x3e6211){return logger[_0x43feb9(0x1dc)]('setLTSSessionId\x20error:\x20'+(_0x3e6211&&_0x3e6211[_0x43feb9(0x1c2)])),'';}},a92_0x3b1dc6={};a92_0x3b1dc6[a92_0x5c2e60(0x1c3)]=isLTSSession,a92_0x3b1dc6[a92_0x5c2e60(0x1d6)]=getLTSSessionId,a92_0x3b1dc6[a92_0x5c2e60(0x1d5)]=setLTSSessionId,module[a92_0x5c2e60(0x1c0)]=a92_0x3b1dc6;
1
+ const a92_0x185364=a92_0x4182;function a92_0x36b0(){const _0x3354e8=['iUyps','KZgwz','HQBZr','setLTSSessionId','7868820yiyptK','BROWSERSTACK_LTS_SESSION_ID','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','tSZRo','../../../helpers/helper.js','21724hKuPoT','dUuZo','ttluY','WhVom','true','setLTSSessionId\x20error:\x20','402nXEpoj','env','debug','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','kBBIr','XcOJW','LoadTestModule','4898eIrRvW','ZUHvP','3995789XbqAQM','mcWpI','4726242kXzwme','undefined','pcUlG','BROWSERSTACK_LTS_SESSION_ID\x20cleared','13392bNJEEC','browserstackAutomation','error','YnOkz','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','YHNfr','rLFyb','yGAPB','message','toString','getLTSSessionId','jxBxr','isLTSSession','overrideLoadTesting','toLowerCase','LTS','18944yJHXYx','zLIbq','4661625SrvfkR'];a92_0x36b0=function(){return _0x3354e8;};return a92_0x36b0();}function a92_0x4182(_0x548104,_0x2cbb99){const _0x36b048=a92_0x36b0();return a92_0x4182=function(_0x418277,_0x5016ab){_0x418277=_0x418277-0x125;let _0x3a7e29=_0x36b048[_0x418277];return _0x3a7e29;},a92_0x4182(_0x548104,_0x2cbb99);}(function(_0x4cf6e6,_0x2c8f7b){const _0x590106=a92_0x4182,_0x4a561b=_0x4cf6e6();while(!![]){try{const _0x38d5ec=parseInt(_0x590106(0x150))/0x1*(parseInt(_0x590106(0x126))/0x2)+parseInt(_0x590106(0x140))/0x3+parseInt(_0x590106(0x14a))/0x4+parseInt(_0x590106(0x145))/0x5+parseInt(_0x590106(0x12a))/0x6+-parseInt(_0x590106(0x128))/0x7+parseInt(_0x590106(0x13e))/0x8*(-parseInt(_0x590106(0x12e))/0x9);if(_0x38d5ec===_0x2c8f7b)break;else _0x4a561b['push'](_0x4a561b['shift']());}catch(_0x4ccc7b){_0x4a561b['push'](_0x4a561b['shift']());}}}(a92_0x36b0,0xc5f70));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a92_0x185364(0x125)),{sendSdkEvents}=require(a92_0x185364(0x149)),isLTSSession=(_0x288eaa=null)=>{const _0x4a2951=a92_0x185364,_0x3c4b43={};_0x3c4b43[_0x4a2951(0x14c)]=function(_0x2ea273,_0x37d48d){return _0x2ea273!==_0x37d48d;},_0x3c4b43[_0x4a2951(0x14b)]=_0x4a2951(0x12b),_0x3c4b43[_0x4a2951(0x14d)]=function(_0x2e9eae,_0x4e34a8){return _0x2e9eae===_0x4e34a8;},_0x3c4b43[_0x4a2951(0x129)]='string',_0x3c4b43[_0x4a2951(0x134)]=function(_0x593bbf,_0x483183){return _0x593bbf===_0x483183;},_0x3c4b43[_0x4a2951(0x154)]=_0x4a2951(0x14e),_0x3c4b43[_0x4a2951(0x13f)]=function(_0x3ba679,_0x32b7e4){return _0x3ba679===_0x32b7e4;},_0x3c4b43[_0x4a2951(0x155)]=function(_0x1d49b3,_0x5c1be9){return _0x1d49b3===_0x5c1be9;},_0x3c4b43['YnOkz']='false';const _0x588c60=_0x3c4b43;try{if(_0x588c60[_0x4a2951(0x14c)](typeof process['env'][_0x4a2951(0x13b)],_0x588c60[_0x4a2951(0x14b)])){const _0xfb27cb=process['env'][_0x4a2951(0x13b)];return _0x588c60[_0x4a2951(0x14d)](typeof _0xfb27cb,_0x588c60[_0x4a2951(0x129)])?_0x588c60['rLFyb'](_0xfb27cb[_0x4a2951(0x13c)](),_0x588c60[_0x4a2951(0x154)]):!!_0xfb27cb;}const _0x5cff83=_0x288eaa&&_0x288eaa['overrideLoadTesting'],_0x317dfe=!!(_0x288eaa&&(_0x588c60['WhVom'](_0x288eaa['browserstackAutomation'],!![])||_0x588c60[_0x4a2951(0x13f)](_0x288eaa[_0x4a2951(0x12f)],_0x588c60[_0x4a2951(0x154)]))),_0x3f79dc=!!(_0x5cff83&&_0x588c60[_0x4a2951(0x155)](_0x5cff83[_0x4a2951(0x137)]()['toLowerCase'](),_0x588c60[_0x4a2951(0x154)])&&!_0x317dfe);return process[_0x4a2951(0x151)]['overrideLoadTesting']=_0x3f79dc?_0x588c60[_0x4a2951(0x154)]:_0x588c60['YnOkz'],_0x3f79dc;}catch(_0x22855e){return process['env'][_0x4a2951(0x13b)]=_0x588c60[_0x4a2951(0x131)],![];}},getLTSSessionId=()=>{const _0x1a5443=a92_0x185364,_0x36933b={'iUyps':function(_0x4b1f65){return _0x4b1f65();},'YHNfr':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','HQBZr':_0x1a5443(0x147)};try{if(_0x36933b[_0x1a5443(0x141)](isLTSSession))return logger['debug'](_0x36933b[_0x1a5443(0x133)]),process[_0x1a5443(0x151)][_0x1a5443(0x146)]||'';}catch(_0x24ff59){logger[_0x1a5443(0x130)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x24ff59&&_0x24ff59[_0x1a5443(0x136)]));}return logger[_0x1a5443(0x152)](_0x36933b[_0x1a5443(0x143)]),'';},setLTSSessionId=async(_0xcbb540={})=>{const _0x4ee0a8=a92_0x185364,_0x36221e={'KZgwz':function(_0x1a0a8d){return _0x1a0a8d();},'VwTyP':_0x4ee0a8(0x132),'pcUlG':_0x4ee0a8(0x12d),'jxBxr':_0x4ee0a8(0x13d),'yGAPB':function(_0x207d2e,_0x3543bf){return _0x207d2e(_0x3543bf);},'ZUHvP':function(_0x34362f,_0x5a3914,_0x2e15e9){return _0x34362f(_0x5a3914,_0x2e15e9);},'tSZRo':function(_0x118bb0,_0xcc8901){return _0x118bb0||_0xcc8901;}};try{const _0x435db0=_0x36221e[_0x4ee0a8(0x142)](getLTSSessionId);_0x435db0?(process[_0x4ee0a8(0x151)][_0x4ee0a8(0x146)]=_0x435db0,logger[_0x4ee0a8(0x152)](_0x36221e['VwTyP'])):(delete process[_0x4ee0a8(0x151)][_0x4ee0a8(0x146)],logger['debug'](_0x36221e[_0x4ee0a8(0x12c)]));try{const _0x11d901={'feature':_0x36221e[_0x4ee0a8(0x139)],'ltsEnabled':_0x36221e[_0x4ee0a8(0x135)](isLTSSession,_0xcbb540),'ltsSessionIdPresent':!!_0x435db0};await _0x36221e[_0x4ee0a8(0x127)](sendSdkEvents,_0x11d901,_0xcbb540);}catch(_0x122e33){logger[_0x4ee0a8(0x152)](_0x4ee0a8(0x153)+(_0x122e33&&_0x122e33[_0x4ee0a8(0x136)]));}return _0x36221e[_0x4ee0a8(0x148)](_0x435db0,'');}catch(_0x584584){return logger['debug'](_0x4ee0a8(0x14f)+(_0x584584&&_0x584584[_0x4ee0a8(0x136)])),'';}},a92_0x11594c={};a92_0x11594c[a92_0x185364(0x13a)]=isLTSSession,a92_0x11594c[a92_0x185364(0x138)]=getLTSSessionId,a92_0x11594c[a92_0x185364(0x144)]=setLTSSessionId,module['exports']=a92_0x11594c;
@@ -1 +1 @@
1
- const a93_0x180c15=a93_0x460f;(function(_0x223c7d,_0x364621){const _0x235904=a93_0x460f,_0x278bcd=_0x223c7d();while(!![]){try{const _0x19ce6b=parseInt(_0x235904(0x1f6))/0x1+-parseInt(_0x235904(0x208))/0x2+-parseInt(_0x235904(0x1ef))/0x3+parseInt(_0x235904(0x205))/0x4*(-parseInt(_0x235904(0x1f9))/0x5)+-parseInt(_0x235904(0x209))/0x6+-parseInt(_0x235904(0x1f8))/0x7+parseInt(_0x235904(0x1ea))/0x8;if(_0x19ce6b===_0x364621)break;else _0x278bcd['push'](_0x278bcd['shift']());}catch(_0x25d7f0){_0x278bcd['push'](_0x278bcd['shift']());}}}(a93_0x5f31,0x35be6));const BaseModule=require(a93_0x180c15(0x204)),{createClassLogger}=require(a93_0x180c15(0x1ec)),AutomationFramework=require(a93_0x180c15(0x1ed)),AutomationFrameworkState=require(a93_0x180c15(0x201)),HookState=require(a93_0x180c15(0x1ee)),{playwrightAnnotate}=require(a93_0x180c15(0x203)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a93_0x180c15(0x202)),constants=require(a93_0x180c15(0x206));class ObservabilityModule extends BaseModule{['logger']=createClassLogger('ObservabilityModule');constructor(_0x425dc2){const _0xfa3930=a93_0x180c15,_0x26ba2b={};_0x26ba2b[_0xfa3930(0x1f1)]=_0xfa3930(0x207);const _0x10bc0f=_0x26ba2b;super(),this[_0xfa3930(0x20a)]=_0x10bc0f[_0xfa3930(0x1f1)],this[_0xfa3930(0x1eb)]=_0x425dc2,AutomationFramework['registerObserver'](AutomationFrameworkState[_0xfa3930(0x20b)],HookState[_0xfa3930(0x1fc)],this[_0xfa3930(0x1fb)][_0xfa3930(0x1f0)](this));}[a93_0x180c15(0x1f2)](){return ObservabilityModule['MODULE_NAME'];}async[a93_0x180c15(0x1fb)](_0x4cf2aa){const _0x1610e4=a93_0x180c15,_0x292121={'EqVMr':function(_0x17002c,_0x5bc506){return _0x17002c+_0x5bc506;},'rFiBD':'ObservabilitySync:','YJBcV':function(_0x2a6b68,_0x5efb26,_0x32f298,_0x51067c){return _0x2a6b68(_0x5efb26,_0x32f298,_0x51067c);},'seudH':_0x1610e4(0x1f4),'TCrKb':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x4cf2aa[_0x1610e4(0x1f7)]){const _0x33396f=_0x4cf2aa[_0x1610e4(0x1f7)],_0x3426ce=Date[_0x1610e4(0x1fa)](),_0x4f500c=_0x292121[_0x1610e4(0x1fe)](_0x292121[_0x1610e4(0x1fd)],_0x3426ce);PerformanceTester[_0x1610e4(0x1ff)](O11y_EVENTS[_0x1610e4(0x1f3)]),await _0x292121['YJBcV'](playwrightAnnotate,_0x33396f,_0x4f500c,_0x292121[_0x1610e4(0x200)]),PerformanceTester['end'](O11y_EVENTS[_0x1610e4(0x1f3)]),this[_0x1610e4(0x1e8)]['info']('onBeforeTest:\x20'+constants['TEST_REPORTING_ANALYTICS']+_0x1610e4(0x1f5));}else this[_0x1610e4(0x1e8)]['debug'](_0x292121['TCrKb']);}}function a93_0x460f(_0x412544,_0x99ecf6){const _0x5f3117=a93_0x5f31();return a93_0x460f=function(_0x460fd6,_0x115505){_0x460fd6=_0x460fd6-0x1e7;let _0x5a7a80=_0x5f3117[_0x460fd6];return _0x5a7a80;},a93_0x460f(_0x412544,_0x99ecf6);}function a93_0x5f31(){const _0x45a24a=['seudH','../state/automationFrameworkState.js','../../../helpers/performance/constants.js','../../../helpers/helper.js','./baseModule','36WMuweI','../../utils/constants.js','ObservabilityModule','634924RUniyG','334602dzmfQp','name','CREATE','MODULE_NAME','logger','exports','5719624RAZaZg','observabilityConfig','../../../helpers/classLogger.js','../framework/automationFramework.js','../state/hookState.js','651159xOcsPR','bind','TaaXN','getModuleName','SYNC','debug','\x20sync\x20done','142319GGJgOr','page','29876dbCXaj','23660eUimBr','now','onBeforeTest','POST','rFiBD','EqVMr','start'];a93_0x5f31=function(){return _0x45a24a;};return a93_0x5f31();}ObservabilityModule[a93_0x180c15(0x1e7)]='ObservabilityModule',module[a93_0x180c15(0x1e9)]=ObservabilityModule;
1
+ const a93_0x2a1c15=a93_0x8e95;function a93_0x8e95(_0x175314,_0x3ff02d){const _0x3ee788=a93_0x3ee7();return a93_0x8e95=function(_0x8e95f3,_0x4b6a58){_0x8e95f3=_0x8e95f3-0x13b;let _0x26705b=_0x3ee788[_0x8e95f3];return _0x26705b;},a93_0x8e95(_0x175314,_0x3ff02d);}(function(_0xb2be7a,_0x18720c){const _0x2d29ba=a93_0x8e95,_0x42e5df=_0xb2be7a();while(!![]){try{const _0x1b9f18=parseInt(_0x2d29ba(0x143))/0x1*(-parseInt(_0x2d29ba(0x149))/0x2)+parseInt(_0x2d29ba(0x14b))/0x3+-parseInt(_0x2d29ba(0x14c))/0x4*(-parseInt(_0x2d29ba(0x155))/0x5)+parseInt(_0x2d29ba(0x163))/0x6*(parseInt(_0x2d29ba(0x157))/0x7)+-parseInt(_0x2d29ba(0x15a))/0x8+parseInt(_0x2d29ba(0x14e))/0x9*(-parseInt(_0x2d29ba(0x150))/0xa)+-parseInt(_0x2d29ba(0x164))/0xb*(parseInt(_0x2d29ba(0x162))/0xc);if(_0x1b9f18===_0x18720c)break;else _0x42e5df['push'](_0x42e5df['shift']());}catch(_0x5704b4){_0x42e5df['push'](_0x42e5df['shift']());}}}(a93_0x3ee7,0xa1820));function a93_0x3ee7(){const _0x591ca6=['../../../helpers/performance/constants.js','../../../helpers/helper.js','MODULE_NAME','CREATE','ObservabilityModule','556944Bdtnai','4610826kDfrzd','88VPeIMV','page','../../utils/constants.js','ObservabilitySync:','SpdRJ','name','../../../helpers/classLogger.js','info','onBeforeTest:\x20','registerObserver','2pyzDbR','\x20sync\x20done','./baseModule','rCEJc','bind','logger','771208xjLmbw','end','2941755BcAfoO','44048EjfQdt','POrib','3413376RDwNaM','onBeforeTest:\x20page\x20is\x20not\x20defined','10eZyrmg','../../../helpers/performance/performance-tester.js','now','ZChOP','exports','290lCqnhW','../state/automationFrameworkState.js','7jHMrAW','../framework/automationFramework.js','debug','1635584dRlPOj','YCOWr','../state/hookState.js'];a93_0x3ee7=function(){return _0x591ca6;};return a93_0x3ee7();}const BaseModule=require(a93_0x2a1c15(0x145)),{createClassLogger}=require(a93_0x2a1c15(0x13f)),AutomationFramework=require(a93_0x2a1c15(0x158)),AutomationFrameworkState=require(a93_0x2a1c15(0x156)),HookState=require(a93_0x2a1c15(0x15c)),{playwrightAnnotate}=require(a93_0x2a1c15(0x15e)),PerformanceTester=require(a93_0x2a1c15(0x151)),{O11y_EVENTS}=require(a93_0x2a1c15(0x15d)),constants=require(a93_0x2a1c15(0x13b));class ObservabilityModule extends BaseModule{[a93_0x2a1c15(0x148)]=createClassLogger(a93_0x2a1c15(0x161));constructor(_0xb99045){const _0x39f4fc=a93_0x2a1c15,_0x40f303={};_0x40f303[_0x39f4fc(0x13d)]=_0x39f4fc(0x161);const _0xf95878=_0x40f303;super(),this[_0x39f4fc(0x13e)]=_0xf95878[_0x39f4fc(0x13d)],this['observabilityConfig']=_0xb99045,AutomationFramework[_0x39f4fc(0x142)](AutomationFrameworkState[_0x39f4fc(0x160)],HookState['POST'],this['onBeforeTest'][_0x39f4fc(0x147)](this));}['getModuleName'](){const _0x3d331b=a93_0x2a1c15;return ObservabilityModule[_0x3d331b(0x15f)];}async['onBeforeTest'](_0xa68f76){const _0x10ba43=a93_0x2a1c15,_0x5df490={'POrib':function(_0x58a059,_0x5a6698){return _0x58a059+_0x5a6698;},'YCOWr':_0x10ba43(0x13c),'rCEJc':function(_0x358726,_0x1f6d2f,_0xa1e559,_0x2f860b){return _0x358726(_0x1f6d2f,_0xa1e559,_0x2f860b);},'MILio':_0x10ba43(0x159),'ZChOP':_0x10ba43(0x14f)};if(_0xa68f76[_0x10ba43(0x165)]){const _0x34149a=_0xa68f76[_0x10ba43(0x165)],_0x2c4e61=Date[_0x10ba43(0x152)](),_0x5d033a=_0x5df490[_0x10ba43(0x14d)](_0x5df490[_0x10ba43(0x15b)],_0x2c4e61);PerformanceTester['start'](O11y_EVENTS['SYNC']),await _0x5df490[_0x10ba43(0x146)](playwrightAnnotate,_0x34149a,_0x5d033a,_0x5df490['MILio']),PerformanceTester[_0x10ba43(0x14a)](O11y_EVENTS['SYNC']),this[_0x10ba43(0x148)][_0x10ba43(0x140)](_0x10ba43(0x141)+constants['TEST_REPORTING_ANALYTICS']+_0x10ba43(0x144));}else this[_0x10ba43(0x148)]['debug'](_0x5df490[_0x10ba43(0x153)]);}}ObservabilityModule['MODULE_NAME']=a93_0x2a1c15(0x161),module[a93_0x2a1c15(0x154)]=ObservabilityModule;
@@ -1 +1 @@
1
- function a94_0x2653(){const _0x5cf912=['error','KEY_PLATFORM_INDEX','browserVersion','status','result','XNSCi','bind','KVwKt','exports','isTrue','HzGTn','\x20||\x20','parallelIndex','length','setSessionName','../../../helpers/helper','xybFH','tjFlg','browserName','__workerDetails','format','rrmjf','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','setState','registerObserver','markSessionName','Error\x20in\x20markSessionName:\x20','6169555Bkeywg','2961885otkyPV','markSessionName:\x20Skipping\x20session\x20name\x20marking','XoOuV','browser','message','info','capabilities','PLAYWRIGHT_DISPATCH','KjCJE','shouldSkipSessionStatus','gherkinDocument','XRUXj','SESSION_STATUS','debug','vZpcG','getConfig','TJKpw','furCB','stringify','getTestDetails','PlaywrightDriverModule','GewfE','cGEbw','base64','test_identifier','../utils/jest-utils.js','testUuid','4216317xiqMvW','XNbJP','tVYvR','ELhio','../../../helpers/test-observability/utils','zmSUW','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','npdFU','getDetails','../browserstackCLI.js','inspect','muCjD','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','sessionId','markSessionStatus:\x20Marking\x20session\x20status','arguments','keys','jestUtils','rMUci','KEY_TEST_FRAMEWORK_NAME','KEY_SESSION_ID','../../../helpers/helper.js','action','8|9|2|10|5|4|0|11|1|3|6|7','gmfNw','driverInit','KEY_HUB_URL','onAfterDriverCreate:\x20Setting\x20page\x20object','recreateIdentifierFromTestInfo','pageObject','../state/hookState.js','GGqoJ','43492136HOZdIO','7495560MUgMmK','onAfterDriverCreate','vfXaM','../../../helpers/performance/constants.js','Automation\x20onAfterTest:\x20Test\x20status:\x20','getThreadId','getInstance','EXECUTE','KEY_PLATFORM_DETAILS','AUTOMATE_EVENTS','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','testInfo','2794556JzNCqd','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','smrdY','../../utils/constants','mxFUB','../TestInfo.js','IilGv','contextObject','setSessionStatus','isBrowserstackInfra','CREATE','KEY_TEST_ID','XdzhE','rsTTP','../../../helpers/performance/performance-tester.js','KEY_CAPABILITIES','sSCxZ','platformDetails','556xtbioC','getTestId','SdLme','KEY_BROWSER_OBJECT','LYFJd','testSessionEvent','from','../../../helpers/classLogger.js','platforms','gMWnT','retry','Playwright','onAfterDriverCreate:\x20Setting\x20browser\x20object','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','passed','params','getRef','MsnRW','getModuleName','3755UBBlpa','logger','ooaKe','../grpcClient.js','testFrameworkData','getLTSSessionId','qSmPj','BcfOK','\x20failure\x20reason:\x20','shouldSkipSessionName','util','cNbdh','toString','NhkAW','./baseModule','gxHUI','JEST','hubUrl','instance','playwrightVersion','onPlaywrightDispatch','TEST','start','../state/automationFrameworkState.js','testRunId','markSessionStatus','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','workerInfo','MODULE_NAME','pickle','getState','PRE','iRpbq','getId','SESSION_NAME','end','Error\x20in\x20onDispatchExecute:\x20','getContext','./loadTestModule.js','KEY_PAGE_OBJECT','context','../framework/automationFramework.js','isPlaywright','split','POST','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','oOzQY','Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','name','../../playwright/sessionDetails','ujgGK','KEY_CONTEXT_OBJECT','Error\x20in\x20onBeforeDriverCreate:\x20','getProcessId','Aemes','getTestUUID','lfDqj','page','../state/testFrameworkState','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','markSessionStatus:\x20Skipping\x20session\x20status\x20marking','onAfterTest','kneKs','platformIndex'];a94_0x2653=function(){return _0x5cf912;};return a94_0x2653();}const a94_0x369c3f=a94_0x21c0;(function(_0x1cb21a,_0x471997){const _0x2d537b=a94_0x21c0,_0x360d46=_0x1cb21a();while(!![]){try{const _0x5a6f9d=parseInt(_0x2d537b(0x9f))/0x1*(-parseInt(_0x2d537b(0x8c))/0x2)+-parseInt(_0x2d537b(0x116))/0x3+-parseInt(_0x2d537b(0x7a))/0x4+parseInt(_0x2d537b(0xfb))/0x5+-parseInt(_0x2d537b(0x137))/0x6+-parseInt(_0x2d537b(0xfa))/0x7+parseInt(_0x2d537b(0x136))/0x8;if(_0x5a6f9d===_0x471997)break;else _0x360d46['push'](_0x360d46['shift']());}catch(_0x4a1df7){_0x360d46['push'](_0x360d46['shift']());}}}(a94_0x2653,0xb72dd));const util=require(a94_0x369c3f(0xa9)),BaseModule=require(a94_0x369c3f(0xad)),{createClassLogger}=require(a94_0x369c3f(0x93)),{getFrameworkVersion}=require(a94_0x369c3f(0x11a)),helper=require(a94_0x369c3f(0xee)),{FRAMEWORKS}=require(a94_0x369c3f(0x7d)),AutomationFramework=require(a94_0x369c3f(0xc8)),AutomationFrameworkState=require(a94_0x369c3f(0xb6)),HookState=require(a94_0x369c3f(0x134)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require('../../../helpers/helper.js'),CLIUtils=require('../cliUtils.js'),BrowserstackCLI=require(a94_0x369c3f(0x11f)),GrpcClient=require(a94_0x369c3f(0xa2)),PerformanceTester=require(a94_0x369c3f(0x88)),PerformanceEvents=require(a94_0x369c3f(0x71))[a94_0x369c3f(0x77)],TestInfo=require(a94_0x369c3f(0x7f)),{getPlaywrightProvider,getProductForSession}=require(a94_0x369c3f(0x12b)),LoadTestModule=require(a94_0x369c3f(0xc5)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),TestFrameworkState=require(a94_0x369c3f(0xd9)),JestUtils=require(a94_0x369c3f(0x114)),PlaywrightSessionDetails=require(a94_0x369c3f(0xd0));class PlaywrightDriverModule extends BaseModule{static [a94_0x369c3f(0x8f)]='browserObject';static [a94_0x369c3f(0xd2)]=a94_0x369c3f(0x81);static ['KEY_PAGE_OBJECT']=a94_0x369c3f(0x133);static [a94_0x369c3f(0x12a)]=a94_0x369c3f(0x123);static [a94_0x369c3f(0xe0)]=a94_0x369c3f(0xde);static [a94_0x369c3f(0x89)]=a94_0x369c3f(0x101);static [a94_0x369c3f(0x130)]=a94_0x369c3f(0xb0);static [a94_0x369c3f(0x76)]='platformDetails';static [a94_0x369c3f(0x85)]='testId';['logger']=createClassLogger('PlaywrightDriverModule');constructor(_0x42f3ee=null){const _0xd8e703=a94_0x369c3f,_0x488f91={};_0x488f91[_0xd8e703(0xa1)]=_0xd8e703(0x12d),_0x488f91[_0xd8e703(0x111)]='PlaywrightDriverModule';const _0x2a2fe4=_0x488f91,_0xfe3943=_0x2a2fe4[_0xd8e703(0xa1)][_0xd8e703(0xca)]('|');let _0x569a62=0x0;while(!![]){switch(_0xfe3943[_0x569a62++]){case'0':this[_0xd8e703(0xb7)]=null;continue;case'1':AutomationFramework[_0xd8e703(0xf7)](AutomationFrameworkState['CREATE'],HookState[_0xd8e703(0xbe)],this['onBeforeDriverCreate'][_0xd8e703(0xe5)](this));continue;case'2':this[_0xd8e703(0xb2)]=null;continue;case'3':AutomationFramework[_0xd8e703(0xf7)](AutomationFrameworkState[_0xd8e703(0x84)],HookState[_0xd8e703(0xcb)],this[_0xd8e703(0x138)]['bind'](this));continue;case'4':this[_0xd8e703(0x94)]=[];continue;case'5':this[_0xd8e703(0xe1)]=null;continue;case'6':AutomationFramework[_0xd8e703(0xf7)](AutomationFrameworkState[_0xd8e703(0x102)],HookState['POST'],this['onPlaywrightDispatch']['bind'](this));continue;case'7':AutomationFramework[_0xd8e703(0xf7)](AutomationFrameworkState[_0xd8e703(0x75)],HookState[_0xd8e703(0xcb)],this[_0xd8e703(0xdc)][_0xd8e703(0xe5)](this));continue;case'8':super(_0x42f3ee);continue;case'9':this[_0xd8e703(0xcf)]=_0x2a2fe4[_0xd8e703(0x111)];continue;case'10':this[_0xd8e703(0xf1)]=null;continue;case'11':this[_0xd8e703(0x127)]=new JestUtils();continue;}break;}}[a94_0x369c3f(0x9e)](){const _0x1855cc=a94_0x369c3f;return PlaywrightDriverModule[_0x1855cc(0xbb)];}async['onBeforeDriverCreate'](_0x49b74d){const _0x8e0822=a94_0x369c3f,_0x5c03b4={};_0x5c03b4[_0x8e0822(0xae)]='onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created';const _0x5b8b8e=_0x5c03b4;try{this[_0x8e0822(0xa0)][_0x8e0822(0x108)](_0x5b8b8e[_0x8e0822(0xae)]);const _0x585abc=_0x49b74d['launchcaps'],_0x4e6607=_0x49b74d[_0x8e0822(0xb0)];AutomationFramework[_0x8e0822(0xf6)](_0x49b74d[_0x8e0822(0xb1)],PlaywrightDriverModule[_0x8e0822(0x89)],_0x585abc),AutomationFramework[_0x8e0822(0xf6)](_0x49b74d[_0x8e0822(0xb1)],PlaywrightDriverModule[_0x8e0822(0x130)],_0x4e6607);}catch(_0x5cc036){this['logger'][_0x8e0822(0xdf)](_0x8e0822(0xd3)+util['format'](_0x5cc036));}}async[a94_0x369c3f(0xb3)](_0x459446){const _0x4b4c83=a94_0x369c3f,_0x4f8cea={};_0x4f8cea['gMWnT']=function(_0x5b0e01,_0x5411fc){return _0x5b0e01||_0x5411fc;};const _0x2bf0b5=_0x4f8cea;try{const _0x9bba36=_0x459446?.['message']&&_0x459446?.[_0x4b4c83(0xff)]?.[_0x4b4c83(0x9b)]&&_0x459446?.[_0x4b4c83(0xff)]?.['params']?.['bsParams'],_0xae58f4=_0x459446?.['message']&&_0x459446?.[_0x4b4c83(0xff)]?.['bStackParams'];if(_0x2bf0b5[_0x4b4c83(0x95)](_0x9bba36,_0xae58f4)){this[_0x4b4c83(0xa0)][_0x4b4c83(0x108)](_0x4b4c83(0x78)+util['inspect'](_0x9bba36)+_0x4b4c83(0xea)+util['inspect'](_0xae58f4));const _0x57e33a=_0x459446?.['instance'],_0x3dc1c3=global?.[_0x4b4c83(0xf2)]?.[_0x4b4c83(0xba)]?.['parallelIndex'],_0x38ac73=_0x9bba36?.[_0x4b4c83(0x123)]||_0xae58f4?.['sessionId'],_0x42e700=_0x9bba36?.[_0x4b4c83(0x8b)]||_0xae58f4?.[_0x4b4c83(0x8b)];_0x38ac73&&(this[_0x4b4c83(0xa0)][_0x4b4c83(0x108)]('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x38ac73),AutomationFramework[_0x4b4c83(0xf6)](_0x57e33a,PlaywrightDriverModule[_0x4b4c83(0x12a)],_0x38ac73)),_0x3dc1c3&&(this[_0x4b4c83(0xa0)][_0x4b4c83(0x108)]('onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20'+util[_0x4b4c83(0x120)](_0x3dc1c3)),AutomationFramework[_0x4b4c83(0xf6)](_0x57e33a,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x3dc1c3));}}catch(_0x47cba0){this[_0x4b4c83(0xa0)]['error'](_0x4b4c83(0xc3)+util[_0x4b4c83(0xf3)](_0x47cba0));}}async[a94_0x369c3f(0x138)](_0x2c54d7){const _0x1a7d02=a94_0x369c3f,_0x1a6d26={'npdFU':_0x1a7d02(0xb9),'TJKpw':function(_0x401684,_0x3501af){return _0x401684(_0x3501af);},'XNSCi':_0x1a7d02(0x131),'ELhio':_0x1a7d02(0x11c),'EcwDq':'onAfterDriverCreate:\x20Setting\x20context\x20object','NwkdY':_0x1a7d02(0x98),'GGqoJ':'base64','KVwKt':function(_0x16955d,_0x314257){return _0x16955d===_0x314257;}};try{this[_0x1a7d02(0xa0)][_0x1a7d02(0x108)](_0x1a6d26[_0x1a7d02(0x11d)]);const _0x317ced=_0x2c54d7['instance'];this[_0x1a7d02(0xb2)]=_0x1a6d26[_0x1a7d02(0x10b)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x2c54d7[_0x1a7d02(0xd8)]){this[_0x1a7d02(0xa0)]['debug'](_0x1a6d26[_0x1a7d02(0xe4)]),AutomationFramework[_0x1a7d02(0xf6)](_0x317ced,PlaywrightDriverModule['KEY_PAGE_OBJECT'],_0x2c54d7[_0x1a7d02(0xd8)]);if(_0x2c54d7[_0x1a7d02(0x79)]){this[_0x1a7d02(0xa0)][_0x1a7d02(0x108)](_0x1a6d26[_0x1a7d02(0x119)]);const _0xc8fbb9=this[_0x1a7d02(0x8d)](_0x2c54d7);AutomationFramework[_0x1a7d02(0xf6)](_0x317ced,PlaywrightDriverModule[_0x1a7d02(0x85)],_0xc8fbb9),await this[_0x1a7d02(0xf8)](_0x2c54d7[_0x1a7d02(0x79)]);}}_0x2c54d7['context']&&(this[_0x1a7d02(0xa0)][_0x1a7d02(0x108)](_0x1a6d26['EcwDq']),AutomationFramework[_0x1a7d02(0xf6)](_0x317ced,PlaywrightDriverModule[_0x1a7d02(0xd2)],_0x2c54d7[_0x1a7d02(0xc7)]));if(_0x2c54d7[_0x1a7d02(0xfe)]){this[_0x1a7d02(0xa0)][_0x1a7d02(0x108)](_0x1a6d26['NwkdY']);const _0x13cfdb=global?.[_0x1a7d02(0xf2)]?.['workerInfo']?.[_0x1a7d02(0xeb)];AutomationFramework[_0x1a7d02(0xf6)](_0x317ced,PlaywrightDriverModule['KEY_BROWSER_OBJECT'],_0x2c54d7[_0x1a7d02(0xfe)]),AutomationFramework[_0x1a7d02(0xf6)](_0x317ced,PlaywrightDriverModule[_0x1a7d02(0xe0)],_0x13cfdb);const _0x1f775f={};_0x1f775f[_0x1a7d02(0xc9)]=!![];const _0x1a389d=Buffer['from'](JSON['stringify'](_0x1f775f)[_0x1a7d02(0xab)](_0x1a6d26[_0x1a7d02(0x135)])),_0x235cf6=await GrpcClient[_0x1a7d02(0x74)]()[_0x1a7d02(0x12f)]({'platformIndex':_0x13cfdb,'ref':_0x317ced[_0x1a7d02(0x9c)](),'userInputParams':_0x1a389d});(helper['isFalse'](helper['isBrowserstackInfra']())||helper[_0x1a7d02(0xe8)](helper[_0x1a7d02(0x83)]()&&BrowserstackCLI[_0x1a7d02(0x74)]()[_0x1a7d02(0x10a)]()[_0x1a7d02(0x94)]&&_0x1a6d26[_0x1a7d02(0xe6)](BrowserstackCLI[_0x1a7d02(0x74)]()[_0x1a7d02(0x10a)]()['platforms'][_0x1a7d02(0xec)],0x0)))&&AutomationFramework[_0x1a7d02(0xf6)](_0x317ced,PlaywrightDriverModule[_0x1a7d02(0x89)],PlaywrightSessionDetails[_0x1a7d02(0x11e)]());}}catch(_0x45c196){this['logger'][_0x1a7d02(0xdf)]('Error\x20in\x20onAfterDriverCreate:\x20'+util[_0x1a7d02(0xf3)](_0x45c196));}}async[a94_0x369c3f(0xdc)](_0x35e117){const _0x4e334f=a94_0x369c3f,_0x30c718={'furCB':'Automation\x20onAfterTest:\x20Test\x20completed','sSCxZ':_0x4e334f(0xcc),'kneKs':function(_0x794a0a,_0x2af64d){return _0x794a0a(_0x2af64d);},'vfXaM':function(_0x47794f,_0x43ba82,_0x2be6d7){return _0x47794f(_0x43ba82,_0x2be6d7);},'vZpcG':_0x4e334f(0xe3),'zmSUW':_0x4e334f(0xff),'SdLme':function(_0x5907b2,_0xcaa6c0){return _0x5907b2(_0xcaa6c0);},'smrdY':_0x4e334f(0xdf),'iRpbq':'errors','rMUci':function(_0x566ab0,_0x1ee084){return _0x566ab0>_0x1ee084;},'cNbdh':function(_0xbd7fde,_0x39a6ab){return _0xbd7fde||_0x39a6ab;},'ujgGK':function(_0xf6bbf6,_0x21a3c6){return _0xf6bbf6===_0x21a3c6;},'XdzhE':function(_0x3920d7,_0x3f5eaf){return _0x3920d7+_0x3f5eaf;},'gmfNw':'testId:\x20','KjCJE':function(_0x10a178,_0x1ac0b9){return _0x10a178+_0x1ac0b9;},'mxFUB':'testData\x20from\x20onAfterTest:\x20','Aemes':_0x4e334f(0x97),'kHgcG':'1.51.0','zFiiP':function(_0x2cf928){return _0x2cf928();},'XNbJP':function(_0xd56619,_0x35edef){return _0xd56619>_0x35edef;},'BcfOK':_0x4e334f(0x112),'rrmjf':function(_0x2f7ff7,_0x1ed822){return _0x2f7ff7===_0x1ed822;},'xybFH':function(_0x415cc4,_0x3d106d){return _0x415cc4===_0x3d106d;},'tVYvR':_0x4e334f(0xce)};this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x30c718[_0x4e334f(0x10c)]);const _0xbdc566=_0x35e117[_0x4e334f(0xb1)];if(!_0xbdc566){this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x30c718[_0x4e334f(0x8a)]);return;}const _0x556ac7=_0x35e117[_0x4e334f(0x79)],_0x370e6c=this['getTestId'](_0x35e117),_0x13c580=_0x556ac7[_0x4e334f(0xe2)];let _0x4c6cbc;const _0x36bbec=_0x30c718[_0x4e334f(0xdd)](getPlaywrightStatus,_0x13c580);let _0x25eca0,_0x58cafa=null;if(_0x556ac7[_0x4e334f(0xbc)]||_0x556ac7[_0x4e334f(0x105)])_0x25eca0=_0x30c718[_0x4e334f(0xdd)](getCucumberSessionName,_0x556ac7),_0x4c6cbc=_0x30c718[_0x4e334f(0x70)](nestedKeyValue,_0x556ac7,[_0x30c718[_0x4e334f(0x109)],_0x30c718[_0x4e334f(0x11b)]]);else{_0x25eca0=_0x30c718[_0x4e334f(0x8e)](getPlaywrightSessionName,_0x556ac7),_0x4c6cbc=_0x30c718[_0x4e334f(0x70)](nestedKeyValue,_0x556ac7,[_0x30c718[_0x4e334f(0x7c)],_0x30c718[_0x4e334f(0x11b)]]);const _0x4fa94f=_0x30c718['vfXaM'](nestedKeyValue,_0x556ac7,[_0x30c718[_0x4e334f(0xbf)]]);_0x4fa94f&&_0x30c718[_0x4e334f(0x128)](_0x4fa94f['length'],0x0)&&(_0x58cafa=_0x4fa94f[0x0][_0x4e334f(0xff)]),_0x4c6cbc=_0x30c718[_0x4e334f(0xaa)](_0x4c6cbc,_0x58cafa),this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x4e334f(0x72)+_0x36bbec+_0x4e334f(0xa7)+_0x4c6cbc);}const _0x5501a6=_0x30c718[_0x4e334f(0xaa)](_0x4c6cbc,_0x58cafa);this[_0x4e334f(0xa0)]['debug']('Automation\x20onAfterTest:\x20Test\x20status:\x20'+_0x36bbec);let _0x44d216,_0x5c06cc;if(this[_0x4e334f(0xa3)]&&_0x30c718['ujgGK'](this[_0x4e334f(0xa3)]['name'],FRAMEWORKS['CUCUMBER']))_0x44d216=_0x370e6c,_0x5c06cc=TestInfo[_0x4e334f(0xd6)](_0x44d216);else this[_0x4e334f(0xa3)]&&_0x30c718[_0x4e334f(0xd1)](this[_0x4e334f(0xa3)]['name'],FRAMEWORKS[_0x4e334f(0xaf)])?(_0x44d216=this['jestUtils'][_0x4e334f(0x132)](_0x556ac7),this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x4e334f(0x7b)+_0x44d216)):(_0x44d216=TestInfo['getTestIdentifierFromTestInfo'](_0x556ac7,_0x556ac7[_0x4e334f(0x96)]),_0x5c06cc=TestInfo[_0x4e334f(0xd6)](_0x44d216));const _0x509007=TestInfo[_0x4e334f(0x10e)](_0x44d216);this['logger'][_0x4e334f(0x100)](_0x30c718[_0x4e334f(0x86)](_0x30c718[_0x4e334f(0x12e)],_0x370e6c)),this[_0x4e334f(0xa0)][_0x4e334f(0x100)](_0x30c718[_0x4e334f(0x103)](_0x30c718[_0x4e334f(0x7e)],util[_0x4e334f(0x120)](_0x509007)));const _0x1b09ae=AutomationFramework[_0x4e334f(0xbd)](_0xbdc566,PlaywrightDriverModule[_0x4e334f(0xe0)]),_0x40dba1=_0x509007?.[TestFrameworkConstants[_0x4e334f(0x129)]]||this['testFrameworkData']&&this[_0x4e334f(0xa3)][_0x4e334f(0xcf)],_0x27591d=_0x509007?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x4e334f(0xa3)]&&this[_0x4e334f(0xa3)]['version'],_0x180839=TestFrameworkState[_0x4e334f(0xb4)][_0x4e334f(0xab)]()[_0x4e334f(0xca)]('.')[0x1],_0xd710ea=HookState[_0x4e334f(0xcb)][_0x4e334f(0xab)]()['split']('.')[0x1],_0x30bdbd=_0xbdc566[_0x4e334f(0xc4)](),_0x46b314=AutomationFramework[_0x4e334f(0xbd)](_0xbdc566,PlaywrightDriverModule[_0x4e334f(0x130)],''),_0x4d3b79={'provider':_0x30c718['SdLme'](getPlaywrightProvider,_0x46b314),'frameworkName':_0x30c718[_0x4e334f(0xd5)],'frameworkVersion':_0x30c718['kHgcG'],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule[_0x4e334f(0xa4)]():AutomationFramework[_0x4e334f(0xbd)](_0xbdc566,PlaywrightDriverModule['KEY_SESSION_ID'],''),'ref':_0xbdc566['getRef'](),'hubUrl':_0x46b314,'product':_0x30c718['zFiiP'](getProductForSession)};let _0x5b8378=AutomationFramework[_0x4e334f(0xbd)](_0xbdc566,PlaywrightDriverModule[_0x4e334f(0x89)],{});_0x5b8378&&_0x30c718[_0x4e334f(0x117)](Object[_0x4e334f(0x126)](_0x5b8378)[_0x4e334f(0xec)],0x0)?_0x5b8378=Buffer[_0x4e334f(0x92)](JSON[_0x4e334f(0x10d)](_0x5b8378))[_0x4e334f(0xab)](_0x30c718[_0x4e334f(0xa6)]):_0x5b8378=Buffer['from'](JSON['stringify']({}))[_0x4e334f(0xab)](_0x30c718['BcfOK']);const _0x12fbbb={'hash':_0x30bdbd[_0x4e334f(0xc0)](),'threadId':_0x30bdbd[_0x4e334f(0x73)]()[_0x4e334f(0xab)](),'processId':_0x30bdbd[_0x4e334f(0xd4)]()['toString']()},_0x250d3e={};_0x250d3e[_0x4e334f(0x113)]=_0x44d216;const _0x45010d={};_0x45010d[_0x4e334f(0x115)]=_0x5c06cc;const _0x46f6a4={'platformIndex':_0x1b09ae,'testFrameworkName':_0x40dba1,'testFrameworkVersion':_0x27591d,'testFrameworkState':_0x180839,'testHookState':_0xd710ea,...this[_0x4e334f(0xa3)]&&_0x30c718[_0x4e334f(0xf4)](this[_0x4e334f(0xa3)][_0x4e334f(0xcf)],FRAMEWORKS[_0x4e334f(0xaf)])?_0x250d3e:_0x45010d,'automationSession':_0x4d3b79,'capabilities':_0x5b8378,'executionContext':_0x12fbbb};this['logger'][_0x4e334f(0x108)]('onAfterTest\x20CBTSession\x20payload:\x20'+util['format'](_0x46f6a4)),GrpcClient[_0x4e334f(0x74)]()[_0x4e334f(0x91)](_0x46f6a4),this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x4e334f(0xf5)+_0x370e6c+(this[_0x4e334f(0xa3)]&&_0x30c718[_0x4e334f(0xef)](this[_0x4e334f(0xa3)][_0x4e334f(0xcf)],FRAMEWORKS[_0x4e334f(0xaf)])?',\x20test_identifier:\x20'+_0x44d216:''));if(!_0x36bbec){this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x30c718[_0x4e334f(0x118)],_0x13c580[_0x4e334f(0xe2)]);return;}this[_0x4e334f(0xa0)][_0x4e334f(0x108)](_0x4e334f(0x99)+_0x370e6c),_0x556ac7&&(this[_0x4e334f(0xa0)]['debug']('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20'+_0x25eca0),await this[_0x4e334f(0xf8)](_0x556ac7)),await this[_0x4e334f(0xb8)](_0xbdc566,_0x25eca0,_0x36bbec,_0x5501a6);}async['markSessionStatus'](_0x3bdf18,_0x35fc27,_0x13cd10,_0x468549){const _0x1bc99e=a94_0x369c3f,_0xb5046b={'wzgdI':_0x1bc99e(0xdb),'qSmPj':_0x1bc99e(0x122),'ZhXGz':_0x1bc99e(0xda),'GewfE':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','tjFlg':_0x1bc99e(0x82),'oOzQY':'reason','HzGTn':'Session','XRUXj':function(_0x1191fd,_0x5a9e11){return _0x1191fd===_0x5a9e11;},'RgFpi':_0x1bc99e(0x9a),'gGinX':'info','fzdBw':'error','IilGv':function(_0x172f60,_0x4ecdeb,_0x55f693,_0x5c6828){return _0x172f60(_0x4ecdeb,_0x55f693,_0x5c6828);},'NhkAW':_0x1bc99e(0x124),'LYFJd':function(_0x49d362,_0x321062,_0x5b2fa0){return _0x49d362(_0x321062,_0x5b2fa0);}};if(CLIUtils[_0x1bc99e(0x104)](BrowserstackCLI[_0x1bc99e(0x74)]()[_0x1bc99e(0x10a)]())){this[_0x1bc99e(0xa0)][_0x1bc99e(0x108)](_0xb5046b['wzgdI']);return;}const _0x1e4455=_0x3bdf18;if(!_0x1e4455){this[_0x1bc99e(0xa0)][_0x1bc99e(0x108)](_0xb5046b[_0x1bc99e(0xa5)]);return;}const _0x50590c=AutomationFramework[_0x1bc99e(0xbd)](_0x1e4455,PlaywrightDriverModule[_0x1bc99e(0xc6)]);if(!_0x50590c){this[_0x1bc99e(0xa0)][_0x1bc99e(0x108)](_0xb5046b['ZhXGz']);return;}const _0x3ac69f=_0x13cd10;if(!_0x3ac69f){this[_0x1bc99e(0xa0)][_0x1bc99e(0x108)](_0xb5046b[_0x1bc99e(0x110)],_0x3ac69f);return;}const _0x15dd28={};_0x15dd28[_0x1bc99e(0xe2)]=_0x3ac69f;const _0xb21fd0={};_0xb21fd0[_0x1bc99e(0x12c)]=_0xb5046b[_0x1bc99e(0xf0)],_0xb21fd0[_0x1bc99e(0x125)]=_0x15dd28;const _0x5b6734=_0xb21fd0;_0x468549&&(_0x5b6734['arguments'][_0xb5046b[_0x1bc99e(0xcd)]]=_0x468549);const _0x50ebd0=(_0x35fc27?_0x35fc27:_0xb5046b[_0x1bc99e(0xe9)])+'\x20'+_0x3ac69f+'\x20'+(_0x468549?'with\x20'+_0x468549:''),_0x144ebd=_0xb5046b[_0x1bc99e(0x106)](_0x3ac69f,_0xb5046b['RgFpi'])?_0xb5046b['gGinX']:_0xb5046b['fzdBw'];await _0xb5046b[_0x1bc99e(0x80)](playwrightAnnotate,_0x50590c,_0x50ebd0,_0x144ebd),_0x468549&&(_0x5b6734['arguments'][_0xb5046b['oOzQY']]=_0x468549),PerformanceTester[_0x1bc99e(0xb5)](PerformanceEvents[_0x1bc99e(0x107)]),this[_0x1bc99e(0xa0)][_0x1bc99e(0x108)](_0xb5046b[_0x1bc99e(0xac)]),await _0xb5046b[_0x1bc99e(0x90)](playwrightBstackJsExecutor,_0x50590c,_0x5b6734),PerformanceTester['end'](PerformanceEvents[_0x1bc99e(0x107)]);}async[a94_0x369c3f(0xf8)](_0x44b34a){const _0x257cd5=a94_0x369c3f,_0x5218d7={'XoOuV':_0x257cd5(0xfc),'rsTTP':function(_0x3fad2a,_0x299848){return _0x3fad2a(_0x299848);},'lfDqj':function(_0x8dea09,_0x3bc06f){return _0x8dea09(_0x3bc06f);},'muCjD':_0x257cd5(0xed),'MsnRW':function(_0x1d890b,_0x41bb2b,_0x2f81b7){return _0x1d890b(_0x41bb2b,_0x2f81b7);}};try{if(CLIUtils[_0x257cd5(0xa8)](BrowserstackCLI[_0x257cd5(0x74)]()['getConfig']())){this[_0x257cd5(0xa0)]['debug'](_0x5218d7[_0x257cd5(0xfd)]);return;}const _0x3bd7a3=AutomationFramework[_0x257cd5(0xbd)](AutomationFramework['getTrackedInstance'](),PlaywrightDriverModule[_0x257cd5(0xc6)]);let _0x3c10e7;_0x44b34a['pickle']||_0x44b34a[_0x257cd5(0x105)]?_0x3c10e7=_0x5218d7[_0x257cd5(0x87)](getCucumberSessionName,_0x44b34a):_0x3c10e7=_0x5218d7[_0x257cd5(0xd7)](getPlaywrightSessionName,_0x44b34a);const _0x25f4e8={};_0x25f4e8[_0x257cd5(0xcf)]=_0x3c10e7;const _0x34994a={};_0x34994a[_0x257cd5(0x12c)]=_0x5218d7[_0x257cd5(0x121)],_0x34994a[_0x257cd5(0x125)]=_0x25f4e8;const _0x344510=_0x34994a;PerformanceTester[_0x257cd5(0xb5)](PerformanceEvents[_0x257cd5(0xc1)]),await _0x5218d7[_0x257cd5(0x9d)](playwrightBstackJsExecutor,_0x3bd7a3,_0x344510),PerformanceTester[_0x257cd5(0xc2)](PerformanceEvents[_0x257cd5(0xc1)]);}catch(_0x52fed7){PerformanceTester['end'](PerformanceEvents[_0x257cd5(0xc1)],![],util[_0x257cd5(0xf3)](_0x52fed7)),this[_0x257cd5(0xa0)][_0x257cd5(0xdf)](_0x257cd5(0xf9)+util['format'](_0x52fed7));}}}function a94_0x21c0(_0x132559,_0x4a6b2a){const _0x2653f2=a94_0x2653();return a94_0x21c0=function(_0x21c039,_0x591ddf){_0x21c039=_0x21c039-0x70;let _0x4563bc=_0x2653f2[_0x21c039];return _0x4563bc;},a94_0x21c0(_0x132559,_0x4a6b2a);}PlaywrightDriverModule[a94_0x369c3f(0xbb)]=a94_0x369c3f(0x10f),module[a94_0x369c3f(0xe7)]=PlaywrightDriverModule;
1
+ const a94_0x1aa158=a94_0x2667;function a94_0x2667(_0x184e25,_0x51cba4){const _0x4e722d=a94_0x4e72();return a94_0x2667=function(_0x266722,_0x8c2557){_0x266722=_0x266722-0x6e;let _0x1ac51a=_0x4e722d[_0x266722];return _0x1ac51a;},a94_0x2667(_0x184e25,_0x51cba4);}(function(_0x2a8274,_0x49e348){const _0x394914=a94_0x2667,_0x14d75a=_0x2a8274();while(!![]){try{const _0x3e1eb8=-parseInt(_0x394914(0x84))/0x1+-parseInt(_0x394914(0x12a))/0x2+parseInt(_0x394914(0xbb))/0x3*(parseInt(_0x394914(0xd4))/0x4)+parseInt(_0x394914(0x6f))/0x5+parseInt(_0x394914(0x6e))/0x6+parseInt(_0x394914(0xbd))/0x7+parseInt(_0x394914(0xaf))/0x8;if(_0x3e1eb8===_0x49e348)break;else _0x14d75a['push'](_0x14d75a['shift']());}catch(_0x3c4948){_0x14d75a['push'](_0x14d75a['shift']());}}}(a94_0x4e72,0xec79b));const util=require(a94_0x1aa158(0xfb)),BaseModule=require(a94_0x1aa158(0xbc)),{createClassLogger}=require(a94_0x1aa158(0x116)),{getFrameworkVersion}=require('../../../helpers/test-observability/utils'),helper=require(a94_0x1aa158(0x129)),{FRAMEWORKS}=require('../../utils/constants'),AutomationFramework=require(a94_0x1aa158(0xf2)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a94_0x1aa158(0x110)),{playwrightBstackJsExecutor,nestedKeyValue,playwrightAnnotate,getPlaywrightStatus,getPlaywrightSessionName,getCucumberSessionName}=require(a94_0x1aa158(0x101)),CLIUtils=require('../cliUtils.js'),BrowserstackCLI=require(a94_0x1aa158(0x11d)),GrpcClient=require('../grpcClient.js'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),PerformanceEvents=require(a94_0x1aa158(0xba))[a94_0x1aa158(0x91)],TestInfo=require(a94_0x1aa158(0x123)),{getPlaywrightProvider,getProductForSession}=require('../../../helpers/helper.js'),LoadTestModule=require(a94_0x1aa158(0xa4)),TestFrameworkConstants=require(a94_0x1aa158(0xda)),TestFrameworkState=require('../state/testFrameworkState'),JestUtils=require(a94_0x1aa158(0xc7)),PlaywrightSessionDetails=require(a94_0x1aa158(0x128));class PlaywrightDriverModule extends BaseModule{static ['KEY_BROWSER_OBJECT']=a94_0x1aa158(0xfa);static ['KEY_CONTEXT_OBJECT']=a94_0x1aa158(0x121);static [a94_0x1aa158(0x8c)]=a94_0x1aa158(0x126);static ['KEY_SESSION_ID']=a94_0x1aa158(0xfc);static [a94_0x1aa158(0xfe)]=a94_0x1aa158(0xc1);static [a94_0x1aa158(0x7b)]='capabilities';static ['KEY_HUB_URL']=a94_0x1aa158(0xa5);static [a94_0x1aa158(0xe8)]=a94_0x1aa158(0xcb);static ['KEY_TEST_ID']='testId';[a94_0x1aa158(0x7d)]=createClassLogger(a94_0x1aa158(0x71));constructor(_0x4152d7=null){const _0x334d5e=a94_0x1aa158,_0x3c3ea8={};_0x3c3ea8[_0x334d5e(0xfd)]=_0x334d5e(0xb2),_0x3c3ea8[_0x334d5e(0x78)]=_0x334d5e(0x71);const _0xd7c886=_0x3c3ea8,_0x3e03ef=_0xd7c886[_0x334d5e(0xfd)][_0x334d5e(0xc8)]('|');let _0x4d18b3=0x0;while(!![]){switch(_0x3e03ef[_0x4d18b3++]){case'0':this[_0x334d5e(0xd3)]=[];continue;case'1':this['browserName']=null;continue;case'2':AutomationFramework['registerObserver'](AutomationFrameworkState['PLAYWRIGHT_DISPATCH'],HookState[_0x334d5e(0x109)],this[_0x334d5e(0x81)][_0x334d5e(0xf4)](this));continue;case'3':this['testRunId']=null;continue;case'4':this[_0x334d5e(0x93)]=null;continue;case'5':this[_0x334d5e(0xa7)]=new JestUtils();continue;case'6':AutomationFramework[_0x334d5e(0xe3)](AutomationFrameworkState['CREATE'],HookState[_0x334d5e(0x109)],this[_0x334d5e(0xc0)][_0x334d5e(0xf4)](this));continue;case'7':this[_0x334d5e(0xf5)]=null;continue;case'8':super(_0x4152d7);continue;case'9':this[_0x334d5e(0xb5)]=_0xd7c886['UGOtC'];continue;case'10':AutomationFramework[_0x334d5e(0xe3)](AutomationFrameworkState['EXECUTE'],HookState['POST'],this[_0x334d5e(0x80)][_0x334d5e(0xf4)](this));continue;case'11':AutomationFramework[_0x334d5e(0xe3)](AutomationFrameworkState[_0x334d5e(0xd6)],HookState[_0x334d5e(0xc5)],this[_0x334d5e(0x12c)][_0x334d5e(0xf4)](this));continue;}break;}}['getModuleName'](){const _0x206492=a94_0x1aa158;return PlaywrightDriverModule[_0x206492(0xa3)];}async['onBeforeDriverCreate'](_0x30a31d){const _0xa16685=a94_0x1aa158,_0x45dd23={};_0x45dd23[_0xa16685(0xee)]=_0xa16685(0xbe);const _0x350a37=_0x45dd23;try{this[_0xa16685(0x7d)][_0xa16685(0xec)](_0x350a37[_0xa16685(0xee)]);const _0x37ee44=_0x30a31d[_0xa16685(0x82)],_0x162ec7=_0x30a31d[_0xa16685(0xa5)];AutomationFramework[_0xa16685(0x119)](_0x30a31d['instance'],PlaywrightDriverModule[_0xa16685(0x7b)],_0x37ee44),AutomationFramework[_0xa16685(0x119)](_0x30a31d['instance'],PlaywrightDriverModule['KEY_HUB_URL'],_0x162ec7);}catch(_0x10ff7e){this[_0xa16685(0x7d)][_0xa16685(0x96)](_0xa16685(0x10e)+util['format'](_0x10ff7e));}}async[a94_0x1aa158(0x81)](_0x51640a){const _0x13fc6b=a94_0x1aa158,_0x3b990c={};_0x3b990c[_0x13fc6b(0x87)]=function(_0x54f7fa,_0xa2b140){return _0x54f7fa||_0xa2b140;};const _0x5db929=_0x3b990c;try{const _0x51ea51=_0x51640a?.[_0x13fc6b(0xb0)]&&_0x51640a?.['message']?.['params']&&_0x51640a?.[_0x13fc6b(0xb0)]?.[_0x13fc6b(0x122)]?.['bsParams'],_0x395c44=_0x51640a?.[_0x13fc6b(0xb0)]&&_0x51640a?.[_0x13fc6b(0xb0)]?.[_0x13fc6b(0xf9)];if(_0x5db929['FaNAn'](_0x51ea51,_0x395c44)){this[_0x13fc6b(0x7d)][_0x13fc6b(0xec)](_0x13fc6b(0x11b)+util['inspect'](_0x51ea51)+_0x13fc6b(0x8e)+util[_0x13fc6b(0x8f)](_0x395c44));const _0x388d64=_0x51640a?.['instance'],_0x447a51=global?.['__workerDetails']?.[_0x13fc6b(0xac)]?.[_0x13fc6b(0x94)],_0x2e69fb=_0x51ea51?.['sessionId']||_0x395c44?.['sessionId'],_0x5702c7=_0x51ea51?.[_0x13fc6b(0xcb)]||_0x395c44?.[_0x13fc6b(0xcb)];_0x2e69fb&&(this[_0x13fc6b(0x7d)]['debug']('onDispatchExecute:\x20Playwright\x20sessionId:\x20'+_0x2e69fb),AutomationFramework[_0x13fc6b(0x119)](_0x388d64,PlaywrightDriverModule['KEY_SESSION_ID'],_0x2e69fb)),_0x447a51&&(this[_0x13fc6b(0x7d)]['debug'](_0x13fc6b(0xc2)+util['inspect'](_0x447a51)),AutomationFramework[_0x13fc6b(0x119)](_0x388d64,PlaywrightDriverModule['KEY_PLATFORM_INDEX'],_0x447a51));}}catch(_0x2509ad){this[_0x13fc6b(0x7d)][_0x13fc6b(0x96)](_0x13fc6b(0x7c)+util['format'](_0x2509ad));}}async[a94_0x1aa158(0xc0)](_0x3b91cd){const _0x5a2a32=a94_0x1aa158,_0x2d67bc={'GSaym':_0x5a2a32(0xbf),'FGJZH':function(_0x422ce5,_0x4fdaf8){return _0x422ce5(_0x4fdaf8);},'mpHWl':_0x5a2a32(0xdb),'jnwOO':_0x5a2a32(0x112),'slPJa':_0x5a2a32(0x99),'AOIAy':_0x5a2a32(0xf3),'KcTve':_0x5a2a32(0x118),'yZgNG':function(_0x109377,_0x46cbad){return _0x109377===_0x46cbad;}};try{this[_0x5a2a32(0x7d)]['debug'](_0x2d67bc[_0x5a2a32(0x11e)]);const _0x1b5236=_0x3b91cd[_0x5a2a32(0xd7)];this['playwrightVersion']=_0x2d67bc[_0x5a2a32(0x113)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x3b91cd[_0x5a2a32(0xa0)]){this[_0x5a2a32(0x7d)][_0x5a2a32(0xec)](_0x2d67bc['mpHWl']),AutomationFramework[_0x5a2a32(0x119)](_0x1b5236,PlaywrightDriverModule[_0x5a2a32(0x8c)],_0x3b91cd[_0x5a2a32(0xa0)]);if(_0x3b91cd[_0x5a2a32(0x105)]){this[_0x5a2a32(0x7d)][_0x5a2a32(0xec)](_0x2d67bc[_0x5a2a32(0x88)]);const _0x4b43c5=this['getTestId'](_0x3b91cd);AutomationFramework[_0x5a2a32(0x119)](_0x1b5236,PlaywrightDriverModule[_0x5a2a32(0x95)],_0x4b43c5),await this[_0x5a2a32(0x8a)](_0x3b91cd['testInfo']);}}_0x3b91cd[_0x5a2a32(0xd9)]&&(this[_0x5a2a32(0x7d)][_0x5a2a32(0xec)](_0x2d67bc['slPJa']),AutomationFramework['setState'](_0x1b5236,PlaywrightDriverModule['KEY_CONTEXT_OBJECT'],_0x3b91cd['context']));if(_0x3b91cd[_0x5a2a32(0x77)]){this[_0x5a2a32(0x7d)][_0x5a2a32(0xec)](_0x2d67bc[_0x5a2a32(0x102)]);const _0x55e18b=global?.['__workerDetails']?.[_0x5a2a32(0xac)]?.[_0x5a2a32(0x94)];AutomationFramework[_0x5a2a32(0x119)](_0x1b5236,PlaywrightDriverModule['KEY_BROWSER_OBJECT'],_0x3b91cd[_0x5a2a32(0x77)]),AutomationFramework[_0x5a2a32(0x119)](_0x1b5236,PlaywrightDriverModule[_0x5a2a32(0xfe)],_0x55e18b);const _0x214f58={};_0x214f58['isPlaywright']=!![];const _0x5b9170=Buffer[_0x5a2a32(0x11c)](JSON[_0x5a2a32(0x103)](_0x214f58)[_0x5a2a32(0x76)](_0x2d67bc['KcTve'])),_0xfad3f8=await GrpcClient[_0x5a2a32(0x72)]()[_0x5a2a32(0xe7)]({'platformIndex':_0x55e18b,'ref':_0x1b5236[_0x5a2a32(0xde)](),'userInputParams':_0x5b9170});(helper[_0x5a2a32(0x12d)](helper[_0x5a2a32(0xb6)]())||helper[_0x5a2a32(0xea)](helper['isBrowserstackInfra']()&&BrowserstackCLI['getInstance']()[_0x5a2a32(0xf6)]()[_0x5a2a32(0xd3)]&&_0x2d67bc[_0x5a2a32(0x86)](BrowserstackCLI[_0x5a2a32(0x72)]()[_0x5a2a32(0xf6)]()[_0x5a2a32(0xd3)]['length'],0x0)))&&AutomationFramework[_0x5a2a32(0x119)](_0x1b5236,PlaywrightDriverModule[_0x5a2a32(0x7b)],PlaywrightSessionDetails[_0x5a2a32(0x115)]());}}catch(_0x5eb4da){this[_0x5a2a32(0x7d)][_0x5a2a32(0x96)]('Error\x20in\x20onAfterDriverCreate:\x20'+util['format'](_0x5eb4da));}}async[a94_0x1aa158(0x80)](_0x3e4216){const _0x5dbd68=a94_0x1aa158,_0x4a0b6e={'IdYDz':_0x5dbd68(0x12e),'OPstI':_0x5dbd68(0xef),'hSxFd':function(_0x2302a4,_0x339f22){return _0x2302a4(_0x339f22);},'hWxiU':function(_0x12ee17,_0xac912d,_0x2fcc8c){return _0x12ee17(_0xac912d,_0x2fcc8c);},'XIQHH':_0x5dbd68(0x10c),'lLclx':_0x5dbd68(0xb0),'JSQEB':function(_0x421534,_0x4cbcc3){return _0x421534(_0x4cbcc3);},'IJOXY':_0x5dbd68(0x96),'PRASV':_0x5dbd68(0xab),'NqkWs':function(_0x2ff924,_0xbf1993){return _0x2ff924>_0xbf1993;},'KSqiY':function(_0x5649aa,_0x1cd724){return _0x5649aa||_0x1cd724;},'VxAtC':function(_0x44fe0a,_0x5111df){return _0x44fe0a===_0x5111df;},'pKdfb':function(_0x327715,_0x38fe90){return _0x327715+_0x38fe90;},'Nlvhq':_0x5dbd68(0xe1),'qhgiI':_0x5dbd68(0xcf),'naWjS':function(_0x36f9bb,_0xc734f7){return _0x36f9bb(_0xc734f7);},'ZekbY':_0x5dbd68(0xb1),'KsDVX':_0x5dbd68(0x130),'Ncoca':function(_0x5e9303){return _0x5e9303();},'gsyYw':function(_0x32bd34,_0x225eb6){return _0x32bd34>_0x225eb6;},'DuxGG':_0x5dbd68(0x118),'oeeOF':function(_0x408199,_0x12b37a){return _0x408199===_0x12b37a;},'JdCTu':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20'};this['logger'][_0x5dbd68(0xec)](_0x4a0b6e[_0x5dbd68(0xd8)]);const _0x2242bb=_0x3e4216[_0x5dbd68(0xd7)];if(!_0x2242bb){this[_0x5dbd68(0x7d)]['debug'](_0x4a0b6e[_0x5dbd68(0xc4)]);return;}const _0x1894ab=_0x3e4216[_0x5dbd68(0x105)],_0x177bd0=this['getTestId'](_0x3e4216),_0x337246=_0x1894ab[_0x5dbd68(0xa1)];let _0x5b59e4;const _0x5507d7=_0x4a0b6e[_0x5dbd68(0x74)](getPlaywrightStatus,_0x337246);let _0xb47d78,_0x403f05=null;if(_0x1894ab['pickle']||_0x1894ab['gherkinDocument'])_0xb47d78=_0x4a0b6e[_0x5dbd68(0x74)](getCucumberSessionName,_0x1894ab),_0x5b59e4=_0x4a0b6e[_0x5dbd68(0x97)](nestedKeyValue,_0x1894ab,[_0x4a0b6e['XIQHH'],_0x4a0b6e[_0x5dbd68(0x98)]]);else{_0xb47d78=_0x4a0b6e[_0x5dbd68(0x10d)](getPlaywrightSessionName,_0x1894ab),_0x5b59e4=_0x4a0b6e[_0x5dbd68(0x97)](nestedKeyValue,_0x1894ab,[_0x4a0b6e['IJOXY'],_0x4a0b6e[_0x5dbd68(0x98)]]);const _0x49b0e5=_0x4a0b6e[_0x5dbd68(0x97)](nestedKeyValue,_0x1894ab,[_0x4a0b6e[_0x5dbd68(0xaa)]]);_0x49b0e5&&_0x4a0b6e[_0x5dbd68(0xd0)](_0x49b0e5[_0x5dbd68(0xe2)],0x0)&&(_0x403f05=_0x49b0e5[0x0]['message']),_0x5b59e4=_0x4a0b6e[_0x5dbd68(0xdf)](_0x5b59e4,_0x403f05),this[_0x5dbd68(0x7d)][_0x5dbd68(0xec)](_0x5dbd68(0xe4)+_0x5507d7+_0x5dbd68(0x12b)+_0x5b59e4);}const _0x29366c=_0x4a0b6e[_0x5dbd68(0xdf)](_0x5b59e4,_0x403f05);this[_0x5dbd68(0x7d)]['debug'](_0x5dbd68(0xe4)+_0x5507d7);let _0x27b7d2,_0x151e5f;if(this['testFrameworkData']&&_0x4a0b6e[_0x5dbd68(0x9e)](this['testFrameworkData']['name'],FRAMEWORKS[_0x5dbd68(0x9d)]))_0x27b7d2=_0x177bd0,_0x151e5f=TestInfo['getTestUUID'](_0x27b7d2);else this[_0x5dbd68(0x11f)]&&_0x4a0b6e[_0x5dbd68(0x9e)](this[_0x5dbd68(0x11f)][_0x5dbd68(0xb5)],FRAMEWORKS[_0x5dbd68(0x10f)])?(_0x27b7d2=this[_0x5dbd68(0xa7)][_0x5dbd68(0x111)](_0x1894ab),this[_0x5dbd68(0x7d)][_0x5dbd68(0xec)](_0x5dbd68(0x79)+_0x27b7d2)):(_0x27b7d2=TestInfo[_0x5dbd68(0xa6)](_0x1894ab,_0x1894ab[_0x5dbd68(0x92)]),_0x151e5f=TestInfo[_0x5dbd68(0xc6)](_0x27b7d2));const _0x5215d7=TestInfo[_0x5dbd68(0xb9)](_0x27b7d2);this[_0x5dbd68(0x7d)]['info'](_0x4a0b6e[_0x5dbd68(0xdd)](_0x4a0b6e[_0x5dbd68(0x83)],_0x177bd0)),this[_0x5dbd68(0x7d)][_0x5dbd68(0xe9)](_0x4a0b6e[_0x5dbd68(0xdd)](_0x4a0b6e[_0x5dbd68(0xb7)],util[_0x5dbd68(0x8f)](_0x5215d7)));const _0x49d4a2=AutomationFramework[_0x5dbd68(0x108)](_0x2242bb,PlaywrightDriverModule['KEY_PLATFORM_INDEX']),_0x58e8df=_0x5215d7?.[TestFrameworkConstants[_0x5dbd68(0xf1)]]||this[_0x5dbd68(0x11f)]&&this['testFrameworkData'][_0x5dbd68(0xb5)],_0x2f551f=_0x5215d7?.[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]||this[_0x5dbd68(0x11f)]&&this['testFrameworkData'][_0x5dbd68(0x9b)],_0x4e5543=TestFrameworkState[_0x5dbd68(0xb4)][_0x5dbd68(0x76)]()[_0x5dbd68(0xc8)]('.')[0x1],_0xf45210=HookState[_0x5dbd68(0x109)][_0x5dbd68(0x76)]()[_0x5dbd68(0xc8)]('.')[0x1],_0x50dbbc=_0x2242bb[_0x5dbd68(0x9f)](),_0x3e8451=AutomationFramework[_0x5dbd68(0x108)](_0x2242bb,PlaywrightDriverModule['KEY_HUB_URL'],''),_0x3cf4ab={'provider':_0x4a0b6e[_0x5dbd68(0x10b)](getPlaywrightProvider,_0x3e8451),'frameworkName':_0x4a0b6e[_0x5dbd68(0x107)],'frameworkVersion':_0x4a0b6e[_0x5dbd68(0x7a)],'frameworkSessionId':LoadTestModule['isLTSSession']()?LoadTestModule['getLTSSessionId']():AutomationFramework['getState'](_0x2242bb,PlaywrightDriverModule[_0x5dbd68(0xa2)],''),'ref':_0x2242bb[_0x5dbd68(0xde)](),'hubUrl':_0x3e8451,'product':_0x4a0b6e[_0x5dbd68(0x7e)](getProductForSession)};let _0x314a01=AutomationFramework[_0x5dbd68(0x108)](_0x2242bb,PlaywrightDriverModule['KEY_CAPABILITIES'],{});_0x314a01&&_0x4a0b6e[_0x5dbd68(0x9a)](Object[_0x5dbd68(0x89)](_0x314a01)[_0x5dbd68(0xe2)],0x0)?_0x314a01=Buffer[_0x5dbd68(0x11c)](JSON[_0x5dbd68(0x103)](_0x314a01))[_0x5dbd68(0x76)](_0x4a0b6e[_0x5dbd68(0x12f)]):_0x314a01=Buffer[_0x5dbd68(0x11c)](JSON[_0x5dbd68(0x103)]({}))['toString'](_0x4a0b6e[_0x5dbd68(0x12f)]);const _0x29501b={'hash':_0x50dbbc[_0x5dbd68(0x114)](),'threadId':_0x50dbbc['getThreadId']()[_0x5dbd68(0x76)](),'processId':_0x50dbbc[_0x5dbd68(0x125)]()['toString']()},_0x2f1759={};_0x2f1759[_0x5dbd68(0xa9)]=_0x27b7d2;const _0x28c857={};_0x28c857[_0x5dbd68(0x127)]=_0x151e5f;const _0x54bf5c={'platformIndex':_0x49d4a2,'testFrameworkName':_0x58e8df,'testFrameworkVersion':_0x2f551f,'testFrameworkState':_0x4e5543,'testHookState':_0xf45210,...this[_0x5dbd68(0x11f)]&&_0x4a0b6e[_0x5dbd68(0xf8)](this[_0x5dbd68(0x11f)][_0x5dbd68(0xb5)],FRAMEWORKS[_0x5dbd68(0x10f)])?_0x2f1759:_0x28c857,'automationSession':_0x3cf4ab,'capabilities':_0x314a01,'executionContext':_0x29501b};this['logger'][_0x5dbd68(0xec)](_0x5dbd68(0xb3)+util[_0x5dbd68(0x85)](_0x54bf5c)),GrpcClient[_0x5dbd68(0x72)]()['testSessionEvent'](_0x54bf5c),this[_0x5dbd68(0x7d)][_0x5dbd68(0xec)](_0x5dbd68(0x75)+_0x177bd0+(this['testFrameworkData']&&_0x4a0b6e[_0x5dbd68(0xf8)](this['testFrameworkData']['name'],FRAMEWORKS[_0x5dbd68(0x10f)])?_0x5dbd68(0xeb)+_0x27b7d2:''));if(!_0x5507d7){this[_0x5dbd68(0x7d)][_0x5dbd68(0xec)](_0x4a0b6e['JdCTu'],_0x337246['status']);return;}this['logger'][_0x5dbd68(0xec)](_0x5dbd68(0xb8)+_0x177bd0),_0x1894ab&&(this[_0x5dbd68(0x7d)][_0x5dbd68(0xec)]('Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20to:\x20'+_0xb47d78),await this[_0x5dbd68(0x8a)](_0x1894ab)),await this[_0x5dbd68(0xce)](_0x2242bb,_0xb47d78,_0x5507d7,_0x29366c);}async[a94_0x1aa158(0xce)](_0x4543eb,_0x131d25,_0x58b695,_0x4cbb59){const _0x3d1623=a94_0x1aa158,_0x1ddfe5={'jWaRf':'markSessionStatus:\x20Skipping\x20session\x20status\x20marking','zHrjm':_0x3d1623(0xcc),'pATxM':_0x3d1623(0xd2),'PuTiI':'Unable\x20to\x20mark\x20session\x20status,\x20received\x20status:\x20','QeJBz':'setSessionStatus','SOXBG':_0x3d1623(0x8d),'xZvDw':_0x3d1623(0x73),'cSFdM':function(_0x21c574,_0x464fd8){return _0x21c574===_0x464fd8;},'pMnlw':_0x3d1623(0x7f),'GwCaK':_0x3d1623(0xe9),'IOsvT':_0x3d1623(0x96),'qsLGX':function(_0x5b1dfc,_0x165b74,_0x191fc9,_0xf600a7){return _0x5b1dfc(_0x165b74,_0x191fc9,_0xf600a7);},'hfFtt':_0x3d1623(0xc9),'JAacm':function(_0x2f2fcb,_0x2fe918,_0x3712e5){return _0x2f2fcb(_0x2fe918,_0x3712e5);}};if(CLIUtils['shouldSkipSessionStatus'](BrowserstackCLI['getInstance']()[_0x3d1623(0xf6)]())){this[_0x3d1623(0x7d)][_0x3d1623(0xec)](_0x1ddfe5[_0x3d1623(0x117)]);return;}const _0x12dab2=_0x4543eb;if(!_0x12dab2){this['logger'][_0x3d1623(0xec)](_0x1ddfe5[_0x3d1623(0x9c)]);return;}const _0xef5701=AutomationFramework[_0x3d1623(0x108)](_0x12dab2,PlaywrightDriverModule[_0x3d1623(0x8c)]);if(!_0xef5701){this[_0x3d1623(0x7d)]['debug'](_0x1ddfe5[_0x3d1623(0xae)]);return;}const _0x955425=_0x58b695;if(!_0x955425){this[_0x3d1623(0x7d)][_0x3d1623(0xec)](_0x1ddfe5[_0x3d1623(0xd5)],_0x955425);return;}const _0x492d49={};_0x492d49[_0x3d1623(0xa1)]=_0x955425;const _0x9e45b4={};_0x9e45b4[_0x3d1623(0x120)]=_0x1ddfe5[_0x3d1623(0x8b)],_0x9e45b4[_0x3d1623(0xe0)]=_0x492d49;const _0x4e6fe8=_0x9e45b4;_0x4cbb59&&(_0x4e6fe8[_0x3d1623(0xe0)][_0x1ddfe5[_0x3d1623(0xad)]]=_0x4cbb59);const _0x238a8a=(_0x131d25?_0x131d25:_0x1ddfe5['xZvDw'])+'\x20'+_0x955425+'\x20'+(_0x4cbb59?_0x3d1623(0x106)+_0x4cbb59:''),_0x24cfec=_0x1ddfe5[_0x3d1623(0xe5)](_0x955425,_0x1ddfe5[_0x3d1623(0x100)])?_0x1ddfe5[_0x3d1623(0xf0)]:_0x1ddfe5['IOsvT'];await _0x1ddfe5['qsLGX'](playwrightAnnotate,_0xef5701,_0x238a8a,_0x24cfec),_0x4cbb59&&(_0x4e6fe8[_0x3d1623(0xe0)][_0x1ddfe5[_0x3d1623(0xad)]]=_0x4cbb59),PerformanceTester['start'](PerformanceEvents[_0x3d1623(0x10a)]),this['logger']['debug'](_0x1ddfe5[_0x3d1623(0xf7)]),await _0x1ddfe5[_0x3d1623(0xa8)](playwrightBstackJsExecutor,_0xef5701,_0x4e6fe8),PerformanceTester[_0x3d1623(0x104)](PerformanceEvents[_0x3d1623(0x10a)]);}async[a94_0x1aa158(0x8a)](_0x586341){const _0xe181c5=a94_0x1aa158,_0x28d5f3={'YEWeJ':_0xe181c5(0xca),'LYXhe':function(_0x2365a4,_0x5d7c23){return _0x2365a4(_0x5d7c23);},'AqMQV':_0xe181c5(0x124),'PZqLP':function(_0x13a294,_0x28efe3,_0x3435f9){return _0x13a294(_0x28efe3,_0x3435f9);}};try{if(CLIUtils['shouldSkipSessionName'](BrowserstackCLI['getInstance']()[_0xe181c5(0xf6)]())){this[_0xe181c5(0x7d)][_0xe181c5(0xec)](_0x28d5f3[_0xe181c5(0xdc)]);return;}const _0x38ff02=AutomationFramework['getState'](AutomationFramework[_0xe181c5(0x70)](),PlaywrightDriverModule[_0xe181c5(0x8c)]);let _0x312c80;_0x586341[_0xe181c5(0xff)]||_0x586341[_0xe181c5(0xcd)]?_0x312c80=_0x28d5f3[_0xe181c5(0xed)](getCucumberSessionName,_0x586341):_0x312c80=_0x28d5f3[_0xe181c5(0xed)](getPlaywrightSessionName,_0x586341);const _0x500a51={};_0x500a51[_0xe181c5(0xb5)]=_0x312c80;const _0x59c50f={};_0x59c50f['action']=_0x28d5f3[_0xe181c5(0x131)],_0x59c50f[_0xe181c5(0xe0)]=_0x500a51;const _0x379784=_0x59c50f;PerformanceTester[_0xe181c5(0xc3)](PerformanceEvents[_0xe181c5(0x11a)]),await _0x28d5f3[_0xe181c5(0x90)](playwrightBstackJsExecutor,_0x38ff02,_0x379784),PerformanceTester[_0xe181c5(0x104)](PerformanceEvents[_0xe181c5(0x11a)]);}catch(_0x2734a8){PerformanceTester[_0xe181c5(0x104)](PerformanceEvents[_0xe181c5(0x11a)],![],util[_0xe181c5(0x85)](_0x2734a8)),this[_0xe181c5(0x7d)][_0xe181c5(0x96)](_0xe181c5(0xd1)+util['format'](_0x2734a8));}}}PlaywrightDriverModule[a94_0x1aa158(0xa3)]=a94_0x1aa158(0x71),module[a94_0x1aa158(0xe6)]=PlaywrightDriverModule;function a94_0x4e72(){const _0xb6cf5=['base64','setState','SESSION_NAME','onDispatchExecute:\x20Playwright\x20driver\x20is\x20executing\x20tests\x20','from','../browserstackCLI.js','GSaym','testFrameworkData','action','contextObject','params','../TestInfo.js','setSessionName','getProcessId','pageObject','testUuid','../../playwright/sessionDetails','../../../helpers/helper','3516268YVsRXK','\x20failure\x20reason:\x20','onBeforeDriverCreate','isFalse','Automation\x20onAfterTest:\x20Test\x20completed','DuxGG','1.51.0','AqMQV','273480WeNvbS','1288715gzaCEL','getTrackedInstance','PlaywrightDriverModule','getInstance','Session','hSxFd','onAfterTest\x20CBTSession\x20complete\x20for\x20testId:\x20','toString','browser','UGOtC','Automation\x20onAfterTest:\x20Recreated\x20Jest\x20testIdentifier:\x20','KsDVX','KEY_CAPABILITIES','Error\x20in\x20onDispatchExecute:\x20','logger','Ncoca','passed','onAfterTest','onPlaywrightDispatch','launchcaps','Nlvhq','1379562zqpYMj','format','yZgNG','FaNAn','jnwOO','keys','markSessionName','QeJBz','KEY_PAGE_OBJECT','reason','\x20||\x20','inspect','PZqLP','AUTOMATE_EVENTS','retry','playwrightVersion','parallelIndex','KEY_TEST_ID','error','hWxiU','lLclx','onAfterDriverCreate:\x20Setting\x20context\x20object','gsyYw','version','zHrjm','CUCUMBER','VxAtC','getContext','page','status','KEY_SESSION_ID','MODULE_NAME','./loadTestModule.js','hubUrl','getTestIdentifierFromTestInfo','jestUtils','JAacm','test_identifier','PRASV','errors','workerInfo','SOXBG','pATxM','13451160GMoQkw','message','Playwright','8|9|4|1|7|0|3|5|11|6|2|10','onAfterTest\x20CBTSession\x20payload:\x20','TEST','name','isBrowserstackInfra','qhgiI','Automation\x20onAfterTest:\x20Setting\x20session\x20name\x20and\x20status\x20for\x20testId:\x20','getTestDetails','../../../helpers/performance/constants.js','787299XQEbhr','./baseModule','13014036qbYwSX','onBeforeDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','onAfterDriverCreate:\x20Playwright\x20driver\x20is\x20about\x20to\x20be\x20created','onAfterDriverCreate','platformIndex','onDispatchExecute:\x20Playwright\x20platform\x20platformIndex:\x20','start','OPstI','PRE','getTestUUID','../utils/jest-utils.js','split','markSessionStatus:\x20Marking\x20session\x20status','markSessionName:\x20Skipping\x20session\x20name\x20marking','platformDetails','markSessionStatus:\x20Automation\x20instance\x20is\x20not\x20available','gherkinDocument','markSessionStatus','testData\x20from\x20onAfterTest:\x20','NqkWs','Error\x20in\x20markSessionName:\x20','markSessionStatus:\x20Page\x20object\x20is\x20not\x20available','platforms','4gTtLIa','PuTiI','CREATE','instance','IdYDz','context','../framework/constants/testFrameworkConstants.js','onAfterDriverCreate:\x20Setting\x20page\x20object','YEWeJ','pKdfb','getRef','KSqiY','arguments','testId:\x20','length','registerObserver','Automation\x20onAfterTest:\x20Test\x20status:\x20','cSFdM','exports','driverInit','KEY_PLATFORM_DETAILS','info','isTrue',',\x20test_identifier:\x20','debug','LYXhe','pqcaB','Automation\x20onAfterTest:\x20Automation\x20instance\x20is\x20not\x20available','GwCaK','KEY_TEST_FRAMEWORK_NAME','../framework/automationFramework.js','onAfterDriverCreate:\x20Setting\x20browser\x20object','bind','browserVersion','getConfig','hfFtt','oeeOF','bStackParams','browserObject','util','sessionId','clVia','KEY_PLATFORM_INDEX','pickle','pMnlw','../../../helpers/helper.js','AOIAy','stringify','end','testInfo','with\x20','ZekbY','getState','POST','SESSION_STATUS','naWjS','result','JSQEB','Error\x20in\x20onBeforeDriverCreate:\x20','JEST','../state/hookState.js','recreateIdentifierFromTestInfo','onAfterDriverCreate:\x20Setting\x20Session\x20Name\x20from\x20testInfo','FGJZH','getId','getDetails','../../../helpers/classLogger.js','jWaRf'];a94_0x4e72=function(){return _0xb6cf5;};return a94_0x4e72();}