browserstack-node-sdk 1.55.2 → 1.55.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
- const a90_0x3424fa=a90_0x2343;function a90_0x5708(){const _0x5cc4d2=['find','../TestInfo.js','MbLcl','efMIx','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','hasAccessibilityExecuteParams','\x22browserstack.key\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','SoDhQ','test_tags','scannerProcessingTimeout','_mobileScanningDisabledLogged','platformValidation','pRbfp','YqfMM','tcIWC','\x20->\x20','performScanForCli:\x20No\x20','wgDTG','Running\x20Save\x20results\x20for\x20Accessibility\x20testing',',\x20isAppAccessibility=','is_mobile_session','\x20from\x20testIdentifier=','PuUFk','isMobileWebSession','zazbH','getTesthub','isPlatformSupported','resolveMobileThTestRunUuid','CdUxN','parseA11yJwtPayload','patchSendMessageToServer','jrmty','pdElQ','EXECUTE','RNCHg','kCxQp','XrOzo','mqRuZ','Context','GET_RESULTS_SUMMARY','iCres','Error\x20in\x20performPageScan:\x20','browser','KETng','dJVuc','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','onBeforeExecute','zrVqT','some','getState','getResults','parse','SARjW','BQsAn','../state/automationFrameworkState','\x20result\x20for\x20','commandsList','TEST_INIT','_centralAuthA11yConfig','PRE','testAnalyticsId','platformCaps','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','Yeckj','../../../helpers/performance/constants.js','LOG_DISABLED_SHOWN','./baseModule','iMrCC','getInstance','rezks','get','[AccessibilityModule]\x20onAfterTest:\x20framework=','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','keys','TYcbG','executeScriptByName:\x20No\x20','12bcyxRT','getBuildId','4|0|2|12|3|15|10|11|14|7|1|16|5|13|9|8|6','lwGcq','parseFromProto','getSuccess','WEhdT','isAppAccessibility','AfTAB','2006598yljsVI','Error\x20in\x20shouldScanForCommand:\x20','OelUS','WXiUP','ruMUU','QQxmJ','1505288llGnQq','Error\x20in\x20validatePlatformForAccessibility:\x20','cucumber','dYRNK','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','QwXuz','nvvlQ','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','getCapabilityValue','getScriptsList','KEY_TEST_NAME','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','xkIlM',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getOptions','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=',']\x20onAfterTest\x20should\x20scan=','xmcIx','siDCh','Error\x20in\x20stopTestCapture:\x20','getAccessibilityConfig','delete',',\x20testName=','uCQjw','true','TMlVZ','PKCal','test_run_id','capabilities','fetchDriverExecuteParamsEvent','chrome','options','startsWith','Executing\x20',',\x20testIdentifier=','lNYpu','kLcaJ','wTgHY','isArray','currentTest','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','KqlBe','\x20script\x20available','applySendMessageToServerPatch','zLdux','trim','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','includeTagsInTestingScope','../../../helpers/accessibility-automation/scripts','VPuBM','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','OVszp','toObject','wFBYW','hUxlx','dAanP','Error\x20in\x20getAccessibilityResultsSummary:\x20','tuTyN','SjvbW','browserstack.accessibilityOptions.scannerVersion','CLHen','KEY_INIT','HNqwr','shouldScanForCommand','setShouldScanCurrentTest','_centralAuthConfigFetched','a11y:save-results','vvqJY','LiPvs','fOmZC','getData','wcagVersion','Page\x20','IxWyJ','titlePath','toLowerCase','afterTestHook','qJjeo','Error\x20in\x20processAccessibilityCaps:\x20','zxhoQ','DYKPi','scannerVersion','setAccessibilityToken',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Error\x20checking\x20headless\x20capability:\x20','browserName','start','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getValue','latest','page','getCurrentAccessibilityStatus','getResultsSummary','QEBCE','getLogDisabledShown','kKAqF','LyGCT','zsnYe','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','includes','debug','performPageScan:\x20Script\x20is\x20null','gCime','yespn','info','bXBzO',',\x20framework=','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP',']\x20Accessibility\x20configuration\x20initialized\x20successfully','__accessibilityOptions','jimjg','version','ClsyU','getScript','--headless=new','util','tUwwp','commandsToWrap','map','CYJmq','GVrzD','loadAccessibilityConfig','name','goog:chromeOptions','onAfterTest','getCommandsList','\x20or\x20higher\x20','Gyklg','shouldScanForCommand:\x20','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getContext','initAccessibilityConfig','loadDriverExecuteParams','Oqxwa','OkmAu','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','ruoJS','FJaJl','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','../state/hookState','accessibilityPlatform','launchCaps','exports','680910qSpFob','DVkTd','format','MODULE_NAME','split','JMKnX','getAccessibilityExecuteParams','accessibility','GeuuB',']\x20isEnabledTestcase\x20(jest)\x20result=','pwPage','chromeOptions','wBQKE','../../../helpers/helper','stringify','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','21wmookG','isBrowserstackScriptCommand','../framework/automationFramework','commandName','stopTestCapture','PMYUI','vWHjJ','unknown','UdHCH','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','processAccessibilityCaps','vWAmM','mFGNP','Exception\x20in\x20isPlatformSupported:\x20','Scan\x20result:\x20','assign','VsJdv','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','value','TykRZ','getAccessibilityResultsSummary','../../utils/playwright-patcher','OMzdh','fetchCentralAuthA11yConfig','string','itVbV','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','BROWSERSTACK_TESTHUB_JWT','KSbnd','wDczg','DRIVER_INIT','uitPu','browserVersion','ReESv','registerObserver','testFrameworkData','WvWGZ','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','kJEQK','Unknown\x20Test','accessibilityConfig','KEY_TESTHUB_BUILD_ID','OZrSV','args','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','BS_A11Y_JWT','getAccessibilityResults','testhub_build_uuid','nxLhe','android','__workerDetails','../../../helpers/performance/performance-tester.js','HdnPw','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','NgCtc','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','qgilV','onBeforeExecute:\x20No\x20command\x20name\x20provided','482635pFMznf','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.',']\x20clear\x20','replace','CXdAZ','getCurrentInstanceName','NEisr','getName','performScanForCli','kIBkG','has','getAccessibility','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=',',\x20tags=','--headless','test-tags-->\x20',',\x20includeTags=','SIzkb','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','setShouldScan','FUFnl','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','lSjAZ','[platform\x20-\x20','SImrX','wkgyW','getPlatformIndex','KEY_DRIVER_HAS_URL','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','scan','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','getCapabilitiesList','env',']\x20should\x20run\x20accessibility\x20value=','XRDcP','GiqID','end','Kqpuv','set','COsjX','browserStackEvaluate','URPKI','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','getAllData','performScan','\x20accessibility\x20script\x20on\x20page','length','isAccessibilityScriptCommand','command','cnHhA','getScriptByName','browser_version','TFfNs','lDbMK','WvuUU','McNGZ','measureWrapper','excludeTagsInTestingScope','9jNBbEc','instance','jest','QgIPz','testFramework','SDK_ACCESSIBILITY_CONFIG','saveResults','DCKax','isEnabled','browserstack.accessibilityOptions.scannerProcessingTimeout','NoScZ','Error\x20in\x20initAccessibilityConfig:\x20','getModuleName','zjFvb','executeScriptByName','SDtTY','mHeNh','\x20using\x20script:\x20','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','DsFct','headless','RBpdb','DRIVER_HAS_URL','fqrwU','mwWNu','uOPzH','mergeObject','IqLue','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','../../../helpers/accessibility-automation/helper','tpFQI','setAccessibilityConfig','278634iSzcvG','message','1015834tWJEfI','getGoogleChromeOptions','MOBILE_SCANNING_DISABLED_WARNING','Error\x20in\x20getAccessibilityResults:\x20','getTrackedInstance','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','error','\x20value=','LoVmg','setLogDisabledShown','hWRpG','NZwjL','lfVqg','JJtrU','POST','skipCDPConnectOverride','WcLCd','pmhGq','getTestFrameworkDetail','platformName','on\x20non-BrowserStack\x20infrastructure\x20','accessibilityToken','ZMdcj','Error\x20getting\x20capability\x20value\x20for\x20','warn','AUTOMATION_SESSIONS','getTestId','browserstack.accessibilityOptions.wcagVersion','CyLxr','zwgtb','MPtzE','stack','vYmSL','getTestDetails','sYgMQ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','SSyWT','liXno','__jestCurrentTestIdentifier','XyUdf','LVzMa','DxGXJ','UVFJG','../cliUtils','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','function','MoPQu','vdmWc','isVersionSupported','bind','\x20browser\x20version\x20','13126130awwaOq','BROWSERSTACK_CLI_BIN_SESSION_ID','toJson','fDedU','testInfo','thTestRunUuid','updateData','tjJZv','../framework/constants/testFrameworkConstants.js','onBeforeTest','SDZON','finishScanningForCli','isAccessibilityAutomationSession','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','isEnabledTestcase',']\x20isEnabledTestcase\x20(cucumber)\x20result=','getMinVersionForBrowser','\x20script\x20available\x20in\x20scriptsList','IldqI','capabilitiesList','bMcGg','DMeOl','VyzgP','name:\x20','getParamsForScanForCli',',\x20available\x20commands:\x20','iZHPT','Performing\x20scan\x20before\x20from\x20cli','_sendMessageServerPatchApplied','uhbXb'];a90_0x5708=function(){return _0x5cc4d2;};return a90_0x5708();}(function(_0x37af98,_0x3aabca){const _0x2547fa=a90_0x2343,_0x21afaa=_0x37af98();while(!![]){try{const _0x4e9254=parseInt(_0x2547fa(0x18b))/0x1+-parseInt(_0x2547fa(0xe4))/0x2+parseInt(_0x2547fa(0x189))/0x3+-parseInt(_0x2547fa(0x22c))/0x4*(parseInt(_0x2547fa(0x12e))/0x5)+-parseInt(_0x2547fa(0x235))/0x6*(parseInt(_0x2547fa(0xf4))/0x7)+-parseInt(_0x2547fa(0x23b))/0x8+-parseInt(_0x2547fa(0x168))/0x9*(-parseInt(_0x2547fa(0x1be))/0xa);if(_0x4e9254===_0x3aabca)break;else _0x21afaa['push'](_0x21afaa['shift']());}catch(_0x135ec6){_0x21afaa['push'](_0x21afaa['shift']());}}}(a90_0x5708,0x92715));const BaseModule=require(a90_0x3424fa(0x222)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a90_0x3424fa(0x1b6)),AutomationFramework=require(a90_0x3424fa(0xf6)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a90_0x3424fa(0x216)),HookState=require(a90_0x3424fa(0xe0)),GrpcClient=require('../grpcClient'),scripts=require(a90_0x3424fa(0x26b)),logger=createClassLogger('TrackedInstance'),PerformanceTester=require(a90_0x3424fa(0x127)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x3424fa(0x220)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a90_0x3424fa(0xf1)),util=require(a90_0x3424fa(0xc8)),TestInfo=require(a90_0x3424fa(0x1de)),TestFrameworkConstants=require(a90_0x3424fa(0x1c6)),accessibilityHelper=require(a90_0x3424fa(0x186));function a90_0x2343(_0x1a4f14,_0x3bb3e9){const _0x5708df=a90_0x5708();return a90_0x2343=function(_0x234388,_0x1b5887){_0x234388=_0x234388-0xad;let _0x4e17a2=_0x5708df[_0x234388];return _0x4e17a2;},a90_0x2343(_0x1a4f14,_0x3bb3e9);}class AccessibilityModule extends BaseModule{static [a90_0x3424fa(0xe7)]=AccessibilityModule[a90_0x3424fa(0xcf)];static [a90_0x3424fa(0x27c)]=![];static [a90_0x3424fa(0x21a)]={};constructor(_0x12313f){const _0x3517de=a90_0x3424fa,_0x11bbaf={};_0x11bbaf[_0x3517de(0x22a)]=_0x3517de(0x22e),_0x11bbaf[_0x3517de(0x118)]='testhub_build_uuid',_0x11bbaf['OVszp']=_0x3517de(0x17e),_0x11bbaf[_0x3517de(0x107)]='ACCESSIBILITY_INITIALIZED',_0x11bbaf[_0x3517de(0x155)]=_0x3517de(0xd6);const _0x39d7ac=_0x11bbaf,_0xbfd5e8=_0x39d7ac[_0x3517de(0x22a)][_0x3517de(0xe8)]('|');let _0x34b419=0x0;while(!![]){switch(_0xbfd5e8[_0x34b419++]){case'0':AutomationFramework[_0x3517de(0x116)](AutomationFrameworkState[_0x3517de(0x201)],HookState[_0x3517de(0x21b)],this[_0x3517de(0x20e)][_0x3517de(0x1bc)](this));continue;case'1':this[_0x3517de(0x1db)]=![];continue;case'2':AutomationFramework[_0x3517de(0x116)](AutomationFrameworkState['CREATE'],HookState[_0x3517de(0x199)],this[_0x3517de(0x1c7)][_0x3517de(0x1bc)](this));continue;case'3':this[_0x3517de(0x170)]=!![];continue;case'4':super();continue;case'5':this[_0x3517de(0x28d)](_0x12313f[_0x3517de(0x249)]()[_0x3517de(0x14d)]());continue;case'6':this[_0x3517de(0x11d)]=_0x39d7ac['WvWGZ'];continue;case'7':this[_0x3517de(0x257)]=[];continue;case'8':this[_0x3517de(0x149)]=_0x39d7ac[_0x3517de(0x26e)];continue;case'9':this[_0x3517de(0x278)]=_0x39d7ac[_0x3517de(0x107)];continue;case'10':this[_0x3517de(0xeb)]=new Map();continue;case'11':this[_0x3517de(0x221)]=new Map();continue;case'12':AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState['PRE'],this[_0x3517de(0xd1)][_0x3517de(0x1bc)](this));continue;case'13':logger['debug'](_0x39d7ac['COsjX']);continue;case'14':this['isAppAccessibility']=![];continue;case'15':this[_0x3517de(0x11c)]=_0x12313f[_0x3517de(0x26f)]();continue;case'16':this[_0x3517de(0x1ea)]=![];continue;}break;}}[a90_0x3424fa(0x170)](){const _0x1badd5=a90_0x3424fa;return this[_0x1badd5(0x170)];}[a90_0x3424fa(0x174)](){const _0x581ccc=a90_0x3424fa;return AccessibilityModule[_0x581ccc(0xe7)];}['getCurrentAccessibilityStatus'](){const _0x30bca4=a90_0x3424fa;return this['accessibility']['get'](CLIUtils[_0x30bca4(0x133)](),![]);}[a90_0x3424fa(0xb3)](){const _0x23e401=a90_0x3424fa;return this['LOG_DISABLED_SHOWN'][_0x23e401(0x226)](CLIUtils[_0x23e401(0x133)](),![]);}[a90_0x3424fa(0x194)](_0x224ebf){const _0x58d865=a90_0x3424fa;this['LOG_DISABLED_SHOWN'][_0x58d865(0x154)](CLIUtils[_0x58d865(0x133)](),_0x224ebf);}[a90_0x3424fa(0x266)](){const _0x47a507=a90_0x3424fa,_0x1e985a={'efMIx':_0x47a507(0x1e1),'VyzgP':function(_0x5593af,_0xbe438){return _0x5593af(_0xbe438);},'lwGcq':_0x47a507(0x109),'zxhoQ':_0x47a507(0x21e),'OQZBn':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x47a507(0x1db)]){logger['debug'](_0x1e985a[_0x47a507(0x1e0)]);return;}try{const _0x562297=_0x1e985a[_0x47a507(0x1d5)](require,_0x1e985a[_0x47a507(0x22f)]);_0x562297&&_0x562297[_0x47a507(0x1fe)]?(_0x562297[_0x47a507(0x1fe)](),this[_0x47a507(0x1db)]=!![],logger['debug'](_0x1e985a[_0x47a507(0x28a)])):logger[_0x47a507(0xb9)](_0x1e985a['OQZBn']);}catch(_0x58831c){logger[_0x47a507(0xb9)]('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util['format'](_0x58831c));}}[a90_0x3424fa(0x1fa)](_0x2f4110=null,_0x47ce83=null,_0x327a17=null){const _0x46dacd=a90_0x3424fa,_0x4e7b7f={'kJEQK':function(_0x1fdf3f,_0xbd2dc4){return _0x1fdf3f&&_0xbd2dc4;},'osJLb':'isPlatformSupported:\x20caps\x20are\x20null','Yeckj':function(_0x525f13,_0x2e86eb){return _0x525f13(_0x2e86eb);},'SoDhQ':_0x46dacd(0xf1),'uitPu':_0x46dacd(0x1e5),'Gyklg':_0x46dacd(0x1e4),'LoVmg':function(_0x5658ff,_0x1b2f74){return _0x5658ff===_0x1b2f74;},'pRbfp':_0x46dacd(0x253),'oBGRm':function(_0x1024ea,_0x2d38d7){return _0x1024ea===_0x2d38d7;},'wgDTG':_0x46dacd(0x10c),'BQsAn':function(_0x3247e2,_0x308d60){return _0x3247e2===_0x308d60;},'hWRpG':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','vRsSV':_0x46dacd(0xd0),'tuTyN':function(_0x48c106,_0xb3c311){return _0x48c106!==_0xb3c311;},'QwXuz':_0x46dacd(0xae),'nxLhe':function(_0x6659f1){return _0x6659f1();},'SSyWT':_0x46dacd(0x19f),'fOmZC':function(_0x9acbff,_0x1a4227){return _0x9acbff!==_0x1a4227;},'jenSe':function(_0x1b4687,_0x144caa){return _0x1b4687>_0x144caa;},'bYqSN':function(_0xcdeb50,_0x4e157e){return _0xcdeb50(_0x4e157e);},'lfVqg':function(_0x57a35b,_0x2c59b2){return _0x57a35b(_0x2c59b2);},'NaOEP':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x4e7b7f[_0x46dacd(0x11a)](!_0x47ce83,!_0x327a17))return logger[_0x46dacd(0xb9)](_0x4e7b7f['osJLb']),![];const {isUndefined:_0x35cf20,isBrowserstackInfra:_0x2221a5}=_0x4e7b7f[_0x46dacd(0x21f)](require,_0x4e7b7f[_0x46dacd(0x1e7)]);if(!accessibilityHelper[_0x46dacd(0x1ca)]())return logger[_0x46dacd(0xb9)](_0x4e7b7f[_0x46dacd(0x113)]),![];const _0x24cdfd=_0x47ce83[_0x46dacd(0x290)]||_0x47ce83[_0x46dacd(0x20a)],_0x354ced=_0x47ce83[_0x46dacd(0x114)]||_0x47ce83[_0x46dacd(0x161)];if(!accessibilityHelper['isBrowserSupportedForAccessibility'](_0x24cdfd))return logger[_0x46dacd(0x1a3)](_0x4e7b7f[_0x46dacd(0xd4)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x24cdfd))try{const _0x3eca9e=_0x47ce83[_0x46dacd(0x17c)],_0x5411df=_0x4e7b7f[_0x46dacd(0x193)](_0x3eca9e,!![])||_0x4e7b7f[_0x46dacd(0x193)](_0x3eca9e,_0x4e7b7f[_0x46dacd(0x1ec)])||_0x4e7b7f['oBGRm'](typeof _0x3eca9e,_0x4e7b7f[_0x46dacd(0x1f1)])&&_0x4e7b7f[_0x46dacd(0x215)](_0x3eca9e[_0x46dacd(0x286)](),_0x4e7b7f[_0x46dacd(0x1ec)]);if(_0x5411df)return logger[_0x46dacd(0x1a3)](_0x4e7b7f[_0x46dacd(0x195)]),![];const _0x38eafc=_0x47ce83?.[_0x46dacd(0xef)]?.[_0x46dacd(0x11f)]||_0x47ce83?.[_0x4e7b7f['vRsSV']]?.['args']||[];if(Array[_0x46dacd(0x261)](_0x38eafc)&&_0x38eafc[_0x46dacd(0x210)](_0x45ea9a=>typeof _0x45ea9a===_0x46dacd(0x10c)&&(_0x45ea9a===_0x46dacd(0x13c)||_0x45ea9a[_0x46dacd(0x25b)]('--headless=')&&_0x45ea9a!==_0x46dacd(0xc7))))return logger[_0x46dacd(0x1a3)](_0x4e7b7f[_0x46dacd(0x195)]),![];}catch(_0x58328f){logger[_0x46dacd(0xb9)](_0x46dacd(0x28f)+util[_0x46dacd(0xe6)](_0x58328f));}if(_0x4e7b7f[_0x46dacd(0x274)](_0x354ced,_0x4e7b7f[_0x46dacd(0x240)])){const _0x39f013=_0x4e7b7f[_0x46dacd(0x124)](_0x2221a5),_0x3db887=accessibilityHelper[_0x46dacd(0x1cf)](_0x24cdfd,_0x39f013),_0x2f5fb7=accessibilityHelper['getBrowserDisplayName'](_0x24cdfd);if(!accessibilityHelper[_0x46dacd(0x1bb)](_0x354ced,_0x3db887)){const _0x488a43=_0x39f013?'':_0x4e7b7f[_0x46dacd(0x1af)];return logger[_0x46dacd(0x1a3)](_0x46dacd(0x158)+_0x2f5fb7+_0x46dacd(0x1bd)+_0x3db887+_0x46dacd(0xd3)+_0x488a43+'.'),![];}}else{const _0x1f39eb=_0x47ce83[_0x46dacd(0x114)]||_0x47ce83[_0x46dacd(0x161)]||_0x47ce83[_0x46dacd(0xc4)];if(_0x1f39eb&&_0x4e7b7f[_0x46dacd(0x280)](_0x1f39eb,_0x4e7b7f['QwXuz'])&&!_0x4e7b7f['jenSe'](_0x4e7b7f['bYqSN'](parseFloat,_0x1f39eb),_0x4e7b7f[_0x46dacd(0x197)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x46dacd(0x1a3)](_0x4e7b7f['NaOEP']),![];}return!![];}catch(_0x57e4aa){return logger[_0x46dacd(0xb9)](_0x46dacd(0x101)+_0x57e4aa['message']),![];}}[a90_0x3424fa(0x1cd)](_0xc878d3=[],_0x286ee1,_0xcc7ce5=a90_0x3424fa(0x23d)){const _0x22a00c=a90_0x3424fa,_0x25dccd={'WcjPc':function(_0x2a99db,_0x9e773b){return _0x2a99db===_0x9e773b;},'GeuuB':'jest','xmcIx':function(_0x22f7ae,_0x2a722a){return _0x22f7ae||_0x2a722a;},'tcIWC':function(_0x128be2,_0x137945){return _0x128be2&&_0x137945;},'sYgMQ':_0x22a00c(0xfb),'kVdgW':function(_0x3a4a76,_0x31f123){return _0x3a4a76(_0x31f123);},'kIBkG':function(_0x13e136,_0x573ac3){return _0x13e136>_0x573ac3;},'XPnDC':function(_0x5711d7,_0x535bde){return _0x5711d7&&_0x535bde;}};try{const _0x2c32da=process[_0x22a00c(0x14e)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']?JSON[_0x22a00c(0x213)](process['env'][_0x22a00c(0xf3)]):null;if(!_0x2c32da)return!![];const _0x496967=Array['isArray'](_0x2c32da['includeTagsInTestingScope'])?_0x2c32da[_0x22a00c(0x26a)]:[],_0x1a12f5=Array['isArray'](_0x2c32da[_0x22a00c(0x167)])?_0x2c32da['excludeTagsInTestingScope']:[];if(_0x25dccd['WcjPc'](_0xcc7ce5,_0x25dccd[_0x22a00c(0xec)])){let _0x33f8be;Array['isArray'](_0xc878d3)?_0x33f8be=_0xc878d3['join']('\x20'):_0x33f8be=_0x25dccd[_0x22a00c(0x24c)](_0xc878d3,'');const _0x440769=_0x1a12f5[_0x22a00c(0x210)](_0x475ab1=>_0x33f8be[_0x22a00c(0xb8)](_0x475ab1)),_0x39373a=_0x25dccd['WcjPc'](_0x496967[_0x22a00c(0x15c)],0x0)||_0x496967[_0x22a00c(0x210)](_0x556b36=>_0x33f8be[_0x22a00c(0xb8)](_0x556b36)),_0x4bd013=_0x25dccd[_0x22a00c(0x1ee)](!_0x440769,_0x39373a);return logger[_0x22a00c(0xb9)](_0x22a00c(0x145)+(_0x286ee1?.[_0x22a00c(0x148)]?.()||_0x25dccd['sYgMQ'])+_0x22a00c(0xed)+_0x4bd013+_0x22a00c(0x251)+_0x33f8be+_0x22a00c(0x13e)+JSON[_0x22a00c(0xf2)](_0x496967)+',\x20excludeTags='+JSON[_0x22a00c(0xf2)](_0x1a12f5)),_0x4bd013;}const _0x4d7a10=Array[_0x22a00c(0x261)](_0xc878d3)?_0xc878d3:[];let _0x4d91e9=![],_0x557342=_0x25dccd['WcjPc'](_0x496967['length'],0x0);const _0x1dd686=_0x1d15d2=>typeof _0x1d15d2===_0x22a00c(0x10c)?_0x1d15d2[_0x22a00c(0x131)](/^@/,'')[_0x22a00c(0x286)]()[_0x22a00c(0x268)]():_0x1d15d2,_0x48d288=new Set(_0x496967[_0x22a00c(0xcb)](_0x1dd686)),_0x4cfa73=new Set(_0x1a12f5[_0x22a00c(0xcb)](_0x1dd686));for(const _0x1472d9 of _0x4d7a10){const _0xefb834=_0x25dccd['kVdgW'](_0x1dd686,_0x1472d9);_0x4cfa73[_0x22a00c(0x138)](_0xefb834)&&(_0x4d91e9=!![]),_0x25dccd[_0x22a00c(0x137)](_0x48d288['size'],0x0)&&_0x48d288['has'](_0xefb834)&&(_0x557342=!![]);}const _0x52b723=_0x25dccd['XPnDC'](_0x557342,!_0x4d91e9);return logger[_0x22a00c(0xb9)](_0x22a00c(0x145)+(_0x286ee1?.[_0x22a00c(0x148)]?.()||_0x25dccd[_0x22a00c(0x1ad)])+_0x22a00c(0x1ce)+_0x52b723+_0x22a00c(0x13b)+JSON[_0x22a00c(0xf2)](_0x4d7a10)+_0x22a00c(0x13e)+JSON[_0x22a00c(0xf2)](_0x496967)+',\x20excludeTags='+JSON['stringify'](_0x1a12f5)),_0x52b723;}catch(_0x3d29c9){return logger[_0x22a00c(0xb9)](_0x22a00c(0x145)+(_0x286ee1?.[_0x22a00c(0x148)]?.()||_0x25dccd['sYgMQ'])+_0x22a00c(0x28e)+_0x3d29c9['message']),![];}}async[a90_0x3424fa(0x1c7)](_0x310efb){const _0x698007=a90_0x3424fa,_0x3c66a1={};_0x3c66a1[_0x698007(0xcd)]=function(_0x31ecf8,_0x3ff1d7){return _0x31ecf8!==_0x3ff1d7;},_0x3c66a1[_0x698007(0x234)]=_0x698007(0x23d),_0x3c66a1[_0x698007(0x111)]='jest',_0x3c66a1[_0x698007(0xf0)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x3c66a1[_0x698007(0x205)]=_0x698007(0x219),_0x3c66a1[_0x698007(0x23a)]=_0x698007(0xfd),_0x3c66a1[_0x698007(0x128)]=_0x698007(0x184),_0x3c66a1['pdElQ']=_0x698007(0x112),_0x3c66a1['jimjg']=function(_0x2288aa,_0x158e10){return _0x2288aa===_0x158e10;},_0x3c66a1[_0x698007(0xc9)]=function(_0x30be3e,_0x554f2a){return _0x30be3e===_0x554f2a;},_0x3c66a1[_0x698007(0x232)]=_0x698007(0x246),_0x3c66a1[_0x698007(0x252)]=_0x698007(0x11b),_0x3c66a1[_0x698007(0xde)]=function(_0x2bcfd9,_0x9bbfa1){return _0x2bcfd9>_0x9bbfa1;},_0x3c66a1[_0x698007(0xfc)]=_0x698007(0x1b8),_0x3c66a1[_0x698007(0x19c)]='test_tags',_0x3c66a1[_0x698007(0xff)]=function(_0xee6bdc,_0x2bbecc){return _0xee6bdc&&_0x2bbecc;},_0x3c66a1[_0x698007(0xbe)]='unknown',_0x3c66a1['mFGNP']=_0x698007(0x253);const _0x2ad60d=_0x3c66a1;if(_0x2ad60d[_0x698007(0xcd)](_0x310efb[_0x698007(0x16c)],_0x2ad60d['AfTAB'])&&_0x2ad60d['GVrzD'](_0x310efb[_0x698007(0x16c)],_0x2ad60d['wDczg'])){logger['debug'](_0x2ad60d[_0x698007(0xf0)]);return;}try{const _0x36849d=AutomationFramework[_0x698007(0x18f)](),_0x15823f=TestFramework[_0x698007(0x18f)](),_0x2c715d=_0x310efb[_0x698007(0xaf)]||global[_0x698007(0x126)]?.['pwPage']||null;if(!_0x2c715d){_0x15823f&&_0x15823f['updateData'](_0x2ad60d[_0x698007(0x205)],!![]);logger[_0x698007(0xb9)](_0x2ad60d[_0x698007(0x23a)]);return;}logger[_0x698007(0xb9)](_0x2ad60d['HdnPw']);const _0x4e37bc=_0x15823f?.[_0x698007(0x281)](_0x2ad60d['pdElQ'],![]),_0x585dc8=_0x15823f?.[_0x698007(0x281)](_0x2ad60d[_0x698007(0x205)],![]);if(_0x2ad60d[_0x698007(0xc3)](_0x4e37bc,![])&&_0x2ad60d[_0x698007(0xc9)](_0x585dc8,![])){_0x15823f&&_0x15823f[_0x698007(0x1c4)](_0x2ad60d[_0x698007(0x200)],!![]);logger[_0x698007(0xb9)](_0x2ad60d['WEhdT']);return;}_0x15823f&&_0x15823f[_0x698007(0x1c4)](_0x2ad60d[_0x698007(0x205)],!![]);let _0x15c0e4,_0xb43f91;const _0x404918=_0x310efb['testFramework']||_0x2ad60d[_0x698007(0x234)];if(_0x2ad60d[_0x698007(0xc9)](_0x404918,_0x2ad60d[_0x698007(0x111)])){_0xb43f91=_0x310efb['testInfo']?.['testAnalyticsId']||_0x310efb[_0x698007(0x1c2)]?.['id']||global[_0x698007(0x1b1)]||global[_0x698007(0x126)]?.[_0x698007(0x262)]?.[_0x698007(0x21c)]||global['__workerDetails']?.[_0x698007(0x262)]?.['id'];const _0x42f61d=_0x15823f?.[_0x698007(0x159)]()?.['get'](_0xb43f91);if(_0x42f61d&&_0x42f61d[TestFrameworkConstants[_0x698007(0x245)]])_0x15c0e4=_0x42f61d[TestFrameworkConstants[_0x698007(0x245)]];else{if(_0x310efb[_0x698007(0x1c2)]?.['titlePath'])_0x15c0e4=_0x310efb[_0x698007(0x1c2)][_0x698007(0x285)];else global['__workerDetails']?.[_0x698007(0x262)]?.[_0x698007(0x1c2)]?.[_0x698007(0x285)]?_0x15c0e4=global[_0x698007(0x126)][_0x698007(0x262)][_0x698007(0x1c2)][_0x698007(0x285)]:_0x15c0e4=_0x2ad60d[_0x698007(0x252)];}logger[_0x698007(0xb9)](_0x698007(0x13a)+_0xb43f91+_0x698007(0x251)+JSON[_0x698007(0xf2)](_0x15c0e4));}else{_0xb43f91=this[_0x698007(0x1a5)](_0x310efb);const _0x31661=TestInfo[_0x698007(0x1ac)](_0xb43f91);let _0x5908e1=[];if(_0x31661&&Array[_0x698007(0x261)](_0x31661[_0x698007(0x1e8)])&&_0x2ad60d[_0x698007(0xde)](_0x31661[_0x698007(0x1e8)]['length'],0x0))_0x5908e1=_0x31661[_0x698007(0x1e8)];else{if(_0x15823f){const _0x9b1c76=_0x2ad60d['tUwwp'](typeof _0x15823f['getData'],_0x2ad60d[_0x698007(0xfc)])?_0x15823f[_0x698007(0x281)](_0x2ad60d[_0x698007(0x19c)],[]):_0x15823f[_0x698007(0x1e8)]||[];Array[_0x698007(0x261)](_0x9b1c76)&&(_0x5908e1=_0x9b1c76);}}_0x15c0e4=_0x5908e1;}logger['info'](_0x698007(0x13d)+JSON['stringify'](_0x15c0e4));const _0x42580e=this['isPlatformSupported'](_0x36849d,_0x310efb[_0x698007(0x21d)],_0x310efb[_0x698007(0xe2)]);logger[_0x698007(0xb9)](_0x698007(0x24a)+_0x42580e+_0x698007(0x1f3)+this[_0x698007(0x233)]);const _0x153a4b=this['isEnabledTestcase'](_0x15c0e4,_0x36849d,_0x404918),_0x36227d=_0x2ad60d[_0x698007(0xff)](_0x42580e,_0x153a4b),_0x4adc7b=CLIUtils[_0x698007(0x133)]();this[_0x698007(0xeb)]['set'](_0x4adc7b,_0x36227d),global[_0x698007(0x206)]?.[_0x698007(0xd7)]&&global[_0x698007(0x206)]['getContext']()[_0x698007(0x141)](_0x36227d),logger['debug']('[platform\x20-\x20'+(_0x36849d?.[_0x698007(0x148)]?.()||_0x2ad60d[_0x698007(0xbe)])+_0x698007(0x14f)+_0x36227d),_0x36227d?(global['accessibilityPlatform']=!![],process['env'][_0x698007(0x1ae)]=_0x2ad60d[_0x698007(0x100)],this[_0x698007(0x266)]()):global['accessibilityPlatform']=![];}catch(_0x4d8d03){logger[_0x698007(0x191)]('Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20'+(_0x4d8d03['stack']||_0x4d8d03['message']));const _0xfa69af=CLIUtils[_0x698007(0x133)]();this['accessibility'][_0x698007(0x154)](_0xfa69af,![]),global[_0x698007(0xe1)]=![];}}[a90_0x3424fa(0x18c)](){const _0x21221d=a90_0x3424fa;return this['capabilities']['find'](_0xfe531d=>_0xfe531d[_0x21221d(0x135)]()===_0x21221d(0xd0))?.[_0x21221d(0xad)]()||'';}[a90_0x3424fa(0x243)](_0x54545d){const _0x271134=a90_0x3424fa;try{const _0x179a47=this[_0x271134(0x11c)]?.['options']?.['capabilitiesList']||[],_0x515793=_0x179a47['find'](_0x21044f=>_0x21044f[_0x271134(0xcf)]===_0x54545d);return _0x515793?_0x515793[_0x271134(0x106)]:null;}catch(_0x3b2cfa){return logger[_0x271134(0xb9)](_0x271134(0x1a2)+_0x54545d+':\x20'+_0x3b2cfa[_0x271134(0x18a)]),null;}}async[a90_0x3424fa(0x188)](_0x58fc26,_0x4e3067){const _0x3d5e67=a90_0x3424fa,_0x173231=_0x58fc26['getAccessibility']()[_0x3d5e67(0x249)](),_0x344ff4=_0x173231[_0x3d5e67(0x244)](),_0x132934=_0x173231['getCommandsToWrap']()?.[_0x3d5e67(0xd2)]();scripts[_0x3d5e67(0x230)](_0x344ff4,_0x132934),scripts[_0x3d5e67(0x1c0)]();const _0x2d45d0=_0x173231[_0x3d5e67(0x14d)]();this[_0x3d5e67(0x257)]=_0x173231[_0x3d5e67(0x14d)](),await this[_0x3d5e67(0x28d)](_0x2d45d0,_0x4e3067[_0x3d5e67(0xe2)]);}async[a90_0x3424fa(0x28d)](_0x4b4a72,_0x29dc23={}){const _0x10e2bd=a90_0x3424fa,_0x1f6c13={'xkIlM':function(_0x22b07b,_0x3d6d48){return _0x22b07b===_0x3d6d48;},'BgJjC':_0x10e2bd(0x1a0),'cnHhA':'browserstack.accessibilityOptions.authToken','wTgHY':function(_0x356901,_0x275db3){return _0x356901(_0x275db3);},'QgIPz':_0x10e2bd(0x186),'ESDua':_0x10e2bd(0xf1),'YqfMM':_0x10e2bd(0x282),'VsJdv':_0x10e2bd(0x1a6),'nvvlQ':function(_0x452ed7,_0x92d36d){return _0x452ed7===_0x92d36d;},'IxWyJ':_0x10e2bd(0x28c),'jFuyB':_0x10e2bd(0x276),'Kqpuv':_0x10e2bd(0x1e9),'gVaLz':_0x10e2bd(0x171),'GiqID':'isMobileScanningEnabledForGroup','UVFJG':function(_0x34b408,_0x5c8d09){return _0x34b408===_0x5c8d09;},'ClsyU':_0x10e2bd(0x253)};global[_0x10e2bd(0xc2)]=global[_0x10e2bd(0xc2)]||{};for(const _0x86f117 of _0x4b4a72){logger[_0x10e2bd(0xbd)](_0x10e2bd(0x1d6)+_0x86f117[_0x10e2bd(0x135)]()+_0x10e2bd(0x192)+_0x86f117[_0x10e2bd(0xad)]());if(_0x1f6c13[_0x10e2bd(0x247)](_0x86f117[_0x10e2bd(0x135)](),_0x1f6c13['BgJjC'])){const _0x4badf4=_0x86f117['getValue']();process[_0x10e2bd(0x14e)][_0x10e2bd(0x121)]=_0x4badf4,global[_0x10e2bd(0xc2)][_0x1f6c13[_0x10e2bd(0x15f)]]=_0x4badf4;const _0x2881d0=_0x1f6c13['wTgHY'](require,_0x1f6c13[_0x10e2bd(0x16b)]),{isTrue:_0x1ae59c}=_0x1f6c13[_0x10e2bd(0x260)](require,_0x1f6c13['ESDua']),_0x1d5cd8=_0x2881d0[_0x10e2bd(0x1fd)](_0x4badf4);_0x1d5cd8&&_0x1f6c13[_0x10e2bd(0x260)](_0x1ae59c,_0x1d5cd8[_0x10e2bd(0x19a)])&&(process[_0x10e2bd(0x14e)]['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x1f6c13[_0x10e2bd(0x247)](_0x86f117[_0x10e2bd(0x135)](),_0x1f6c13[_0x10e2bd(0x1ed)]))global['__accessibilityOptions'][_0x1f6c13[_0x10e2bd(0x104)]]=_0x86f117['getValue']();else{if(_0x1f6c13[_0x10e2bd(0x241)](_0x86f117['getName'](),_0x1f6c13[_0x10e2bd(0x284)]))global[_0x10e2bd(0xc2)][_0x1f6c13['jFuyB']]=_0x86f117[_0x10e2bd(0xad)]();else{if(_0x1f6c13[_0x10e2bd(0x247)](_0x86f117[_0x10e2bd(0x135)](),_0x1f6c13[_0x10e2bd(0x153)]))global['__accessibilityOptions'][_0x1f6c13['gVaLz']]=_0x86f117[_0x10e2bd(0xad)]();else{if(_0x1f6c13['nvvlQ'](_0x86f117['getName'](),_0x1f6c13[_0x10e2bd(0x151)])){const _0xd1845b=_0x86f117[_0x10e2bd(0xad)]();process[_0x10e2bd(0x14e)][_0x10e2bd(0xc0)]=_0x1f6c13[_0x10e2bd(0x260)](String,_0x1f6c13[_0x10e2bd(0x1b5)](_0xd1845b,!![])||_0x1f6c13[_0x10e2bd(0x247)](_0xd1845b,_0x1f6c13[_0x10e2bd(0xc5)])),logger[_0x10e2bd(0xb9)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0xd1845b+'\x20env='+process[_0x10e2bd(0x14e)][_0x10e2bd(0xc0)]);}}}}}}}async['onAfterTest'](_0x384977){const _0x38dcd4=a90_0x3424fa,_0x46c4b8={};_0x46c4b8['LiPvs']=function(_0x45ced1,_0x53b02d){return _0x45ced1!==_0x53b02d;},_0x46c4b8['cwZQP']='cucumber',_0x46c4b8[_0x38dcd4(0x1d3)]=function(_0x5adf41,_0x126a73){return _0x5adf41!==_0x126a73;},_0x46c4b8['MbLcl']=_0x38dcd4(0x16a),_0x46c4b8[_0x38dcd4(0x1dc)]=_0x38dcd4(0x14a),_0x46c4b8[_0x38dcd4(0x1b0)]=_0x38dcd4(0xfb);const _0x45a895=_0x46c4b8;if(_0x45a895[_0x38dcd4(0x27f)](_0x384977[_0x38dcd4(0x16c)],_0x45a895['cwZQP'])&&_0x45a895[_0x38dcd4(0x1d3)](_0x384977[_0x38dcd4(0x16c)],_0x45a895[_0x38dcd4(0x1df)])){logger['debug'](_0x45a895['uhbXb']);return;}const _0x3db8d7=_0x384977[_0x38dcd4(0x1c2)]?.['testAnalyticsId']||_0x384977[_0x38dcd4(0x1c2)]?.['id']||global[_0x38dcd4(0x1b1)];logger[_0x38dcd4(0xbd)](_0x38dcd4(0x227)+_0x384977[_0x38dcd4(0x16c)]+_0x38dcd4(0x25d)+_0x3db8d7);try{const _0x4057fc=_0x384977[_0x38dcd4(0x169)]||AutomationFramework[_0x38dcd4(0x18f)](),_0x22b01f=CLIUtils['getCurrentInstanceName'](),_0xf59663=this['getCurrentAccessibilityStatus']();logger['debug'](_0x38dcd4(0x145)+(_0x4057fc?.['getPlatformIndex']?.()||_0x45a895[_0x38dcd4(0x1b0)])+_0x38dcd4(0x24b)+_0xf59663),_0xf59663&&await this[_0x38dcd4(0xf8)](_0x4057fc,_0x384977),this[_0x38dcd4(0xeb)]['delete'](_0x22b01f),this[_0x38dcd4(0x221)][_0x38dcd4(0x250)](_0x22b01f);}catch(_0x7066cd){logger[_0x38dcd4(0x191)](_0x38dcd4(0x14c)+(_0x7066cd[_0x38dcd4(0x1aa)]||_0x7066cd[_0x38dcd4(0x18a)]));}}async[a90_0x3424fa(0xf8)](_0x299f71,_0x27756c){const _0x37957a=a90_0x3424fa,_0x2b4803={};_0x2b4803[_0x37957a(0x163)]=function(_0x1a032b,_0x55d86b){return _0x1a032b===_0x55d86b;},_0x2b4803[_0x37957a(0x172)]=_0x37957a(0x1b8),_0x2b4803[_0x37957a(0x204)]=_0x37957a(0x16a),_0x2b4803[_0x37957a(0x23e)]=_0x37957a(0x23d),_0x2b4803['lSjAZ']=_0x37957a(0x120),_0x2b4803[_0x37957a(0x238)]=_0x37957a(0xeb),_0x2b4803[_0x37957a(0x180)]=_0x37957a(0x16e),_0x2b4803[_0x37957a(0x208)]=_0x37957a(0xfb),_0x2b4803[_0x37957a(0x214)]='present',_0x2b4803[_0x37957a(0x279)]='null',_0x2b4803[_0x37957a(0x1c8)]=function(_0xde26cc,_0x2ee780){return _0xde26cc||_0x2ee780;},_0x2b4803[_0x37957a(0xda)]=function(_0x343d34,_0x181908){return _0x343d34||_0x181908;},_0x2b4803['CLHen']=function(_0x129a67,_0x35b120){return _0x129a67||_0x35b120;},_0x2b4803[_0x37957a(0x183)]='stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session',_0x2b4803[_0x37957a(0x110)]=_0x37957a(0x1a4),_0x2b4803[_0x37957a(0x17f)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x2accc7=_0x2b4803;try{const _0x4b4251=_0x27756c[_0x37957a(0x16c)]||(_0x2accc7[_0x37957a(0x163)](this[_0x37957a(0x117)]?.[_0x37957a(0xcf)]?.[_0x37957a(0x286)](),_0x2accc7[_0x37957a(0x204)])?_0x2accc7['XrOzo']:_0x2accc7['dYRNK']);let _0x5512c9='',_0x3ac7de=null,_0x9cd476=null;if(_0x2accc7[_0x37957a(0x163)](_0x4b4251,_0x2accc7[_0x37957a(0x204)])){_0x3ac7de=_0x27756c[_0x37957a(0x1c2)]?.[_0x37957a(0x21c)]||_0x27756c[_0x37957a(0x1c2)]?.['id']||global[_0x37957a(0x1b1)];if(!_0x3ac7de){logger[_0x37957a(0x1a3)](_0x2accc7[_0x37957a(0x144)]);return;}try{const _0x4193d7=await GrpcClient['getInstance']()[_0x37957a(0x258)](process[_0x37957a(0x14e)][_0x37957a(0x1bf)],_0x2accc7[_0x37957a(0x238)],_0x2accc7['mwWNu'],_0x3ac7de),_0x8aebcc=AccessibilityModule[_0x37957a(0xd9)](null,_0x4193d7);_0x5512c9=_0x8aebcc?.[_0x37957a(0x1c3)]||'',logger[_0x37957a(0xb9)](_0x37957a(0xb7)+_0x5512c9+_0x37957a(0x1f5)+_0x3ac7de),_0x9cd476=_0x4193d7;}catch(_0x3474fb){logger[_0x37957a(0x191)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x3474fb[_0x37957a(0x18a)]);return;}}else{const _0x6a30e2=this[_0x37957a(0x1a5)](_0x27756c);_0x5512c9=TestInfo['getTestUUID'](_0x6a30e2);}const _0x4971c5=((()=>{const _0x32ff4e=_0x37957a,_0x5c9b42=(this[_0x32ff4e(0x11c)]?.['options']?.[_0x32ff4e(0x1d2)]||[])[_0x32ff4e(0x1dd)](_0x1e14fe=>(typeof _0x1e14fe[_0x32ff4e(0x135)]===_0x32ff4e(0x1b8)?_0x1e14fe['getName']():_0x1e14fe[_0x32ff4e(0xcf)])===this['KEY_TESTHUB_BUILD_ID']);return _0x5c9b42?_0x2accc7[_0x32ff4e(0x163)](typeof _0x5c9b42[_0x32ff4e(0xad)],_0x2accc7[_0x32ff4e(0x172)])?_0x5c9b42[_0x32ff4e(0xad)]():_0x5c9b42[_0x32ff4e(0x106)]:'';})()),_0x407dae=process[_0x37957a(0x14e)][_0x37957a(0x10f)]||'';logger[_0x37957a(0xb9)](_0x37957a(0x145)+(_0x299f71?.[_0x37957a(0x148)]?.()||_0x2accc7['iCres'])+_0x37957a(0x130)+_0x5512c9+'\x20testHubUuid='+_0x4971c5+'\x20a11yToken='+(_0x407dae?_0x2accc7[_0x37957a(0x214)]:_0x2accc7[_0x37957a(0x279)]));let _0x18a10b;if(_0x2accc7[_0x37957a(0x163)](_0x4b4251,_0x2accc7[_0x37957a(0x204)]))_0x18a10b=AccessibilityModule[_0x37957a(0xd9)](_0x5512c9,_0x9cd476);else{const _0x2f4573=await GrpcClient[_0x37957a(0x224)]()[_0x37957a(0x258)](process[_0x37957a(0x14e)][_0x37957a(0x1bf)],_0x2accc7[_0x37957a(0x238)],_0x2accc7[_0x37957a(0x180)]);_0x18a10b=AccessibilityModule[_0x37957a(0xd9)](_0x5512c9,_0x2f4573);}logger[_0x37957a(0xb9)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON['stringify'](_0x18a10b));const _0x5733df=Object[_0x37957a(0x103)]({},{'thTestRunUuid':_0x2accc7[_0x37957a(0x1c8)](_0x5512c9,''),'thBuildUuid':_0x2accc7[_0x37957a(0xda)](_0x4971c5,''),'thJwtToken':_0x2accc7[_0x37957a(0x277)](_0x407dae,'')},_0x18a10b);!this['isAppAccessibility']&&this[_0x37957a(0x1f7)]()&&(_0x5733df['is_mobile_session']=!![],logger['debug'](_0x2accc7[_0x37957a(0x183)]));logger[_0x37957a(0xb9)](_0x37957a(0x12b)+_0x5512c9+_0x37957a(0x1f3)+this[_0x37957a(0x233)]);let _0x2c5967=global[_0x37957a(0x126)]?.['pwPage']||null;!_0x2c5967&&(_0x2c5967=AutomationFramework[_0x37957a(0x211)](_0x299f71,_0x2accc7[_0x37957a(0x110)],null)),!_0x2c5967&&(_0x2c5967=AutomationFramework[_0x37957a(0x211)](_0x299f71,_0x2accc7[_0x37957a(0x17f)],null)),await this[_0x37957a(0x1c9)](this[_0x37957a(0xb0)](),_0x5512c9,_0x2c5967,_0x5733df,this[_0x37957a(0x233)]);}catch(_0x1cb5cc){logger[_0x37957a(0x191)](_0x37957a(0x24e)+(_0x1cb5cc[_0x37957a(0x1aa)]||_0x1cb5cc[_0x37957a(0x18a)]));}}async[a90_0x3424fa(0x1c9)](_0x52448a,_0x147318,_0x391736,_0x521f46,_0x425390){const _0x810c4d=a90_0x3424fa,_0x3cb16c={};_0x3cb16c[_0x810c4d(0x19b)]=_0x810c4d(0x16e),_0x3cb16c['RBpdb']=function(_0x2317cd,_0x31395b){return _0x2317cd&&_0x31395b;},_0x3cb16c[_0x810c4d(0x203)]=_0x810c4d(0x143),_0x3cb16c['kKAqF']=function(_0x3433cd,_0x12adea){return _0x3433cd===_0x12adea;},_0x3cb16c[_0x810c4d(0x20f)]='null',_0x3cb16c[_0x810c4d(0xb2)]=function(_0x3085d6,_0x82afb1){return _0x3085d6===_0x82afb1;},_0x3cb16c[_0x810c4d(0x255)]=_0x810c4d(0x185),_0x3cb16c[_0x810c4d(0xe9)]=_0x810c4d(0x1da),_0x3cb16c[_0x810c4d(0x272)]=_0x810c4d(0x287),_0x3cb16c[_0x810c4d(0xbc)]=_0x810c4d(0x14b),_0x3cb16c[_0x810c4d(0x115)]=function(_0x246d09,_0x74ee17){return _0x246d09&&_0x74ee17;},_0x3cb16c[_0x810c4d(0x1f8)]=_0x810c4d(0x1f2),_0x3cb16c[_0x810c4d(0x271)]=_0x810c4d(0x27d),_0x3cb16c[_0x810c4d(0x1b9)]=_0x810c4d(0x119);const _0x2ada83=_0x3cb16c;try{const _0x49086c=this[_0x810c4d(0x160)](_0x2ada83['WcLCd']);if(_0x2ada83[_0x810c4d(0x17d)](!_0x425390,!_0x49086c)){logger['debug'](_0x2ada83['kCxQp']);return;}if(!_0x147318||_0x2ada83[_0x810c4d(0xb4)](_0x147318,_0x2ada83[_0x810c4d(0x20f)])||_0x2ada83[_0x810c4d(0xb2)](_0x147318,'')){logger[_0x810c4d(0xb9)](_0x2ada83[_0x810c4d(0x255)]);return;}logger[_0x810c4d(0xb9)](_0x810c4d(0x26d)+JSON['stringify'](_0x521f46)),_0x52448a&&(logger['debug'](_0x2ada83['JMKnX']),await this['performScanForCli'](_0x391736,_0x147318,_0x2ada83[_0x810c4d(0x272)],_0x521f46,_0x425390,_0x2ada83[_0x810c4d(0xbc)]),_0x2ada83[_0x810c4d(0x115)](!_0x425390,_0x49086c)&&(logger[_0x810c4d(0xb9)](_0x2ada83[_0x810c4d(0x1f8)]),await PerformanceTester[_0x810c4d(0x166)](_0x2ada83[_0x810c4d(0x271)],async()=>{const _0x41ae54=_0x810c4d;await this[_0x41ae54(0x136)](_0x391736,_0x147318,_0x2ada83[_0x41ae54(0x19b)],_0x521f46,_0x425390,_0x2ada83[_0x41ae54(0x19b)]);})()),logger[_0x810c4d(0xbd)](_0x2ada83['MoPQu']));}catch(_0x53971d){logger['error'](_0x810c4d(0x140)+(_0x53971d[_0x810c4d(0x1aa)]||_0x53971d[_0x810c4d(0x18a)]));}}async[a90_0x3424fa(0x20e)](_0x2c6320){const _0x1f9f3c=a90_0x3424fa,_0x21ccf9={};_0x21ccf9[_0x1f9f3c(0x28b)]=function(_0x2b4b79,_0x5df06d){return _0x2b4b79!==_0x5df06d;},_0x21ccf9['TMlVZ']=_0x1f9f3c(0x23d),_0x21ccf9[_0x1f9f3c(0xfa)]=function(_0x2275e3,_0x1d3278){return _0x2275e3!==_0x1d3278;},_0x21ccf9[_0x1f9f3c(0x157)]=_0x1f9f3c(0x16a),_0x21ccf9['TFfNs']=_0x1f9f3c(0x242),_0x21ccf9['OKqsL']=_0x1f9f3c(0xfb),_0x21ccf9[_0x1f9f3c(0xe5)]=_0x1f9f3c(0x12d),_0x21ccf9['tpFQI']=function(_0x2b5635,_0x9a2949){return _0x2b5635===_0x9a2949;},_0x21ccf9[_0x1f9f3c(0x25f)]=_0x1f9f3c(0x23f),_0x21ccf9[_0x1f9f3c(0x16f)]='accessibility',_0x21ccf9['PuUFk']=_0x1f9f3c(0x15a),_0x21ccf9['IldqI']=_0x1f9f3c(0x256),_0x21ccf9[_0x1f9f3c(0x196)]='testhub_build_uuid',_0x21ccf9[_0x1f9f3c(0x202)]=_0x1f9f3c(0x14b),_0x21ccf9[_0x1f9f3c(0x1d4)]='null';const _0x1085dc=_0x21ccf9;if(_0x1085dc[_0x1f9f3c(0x28b)](_0x2c6320[_0x1f9f3c(0x16c)],_0x1085dc[_0x1f9f3c(0x254)])&&_0x1085dc[_0x1f9f3c(0xfa)](_0x2c6320['testFramework'],_0x1085dc['URPKI'])){logger[_0x1f9f3c(0xb9)](_0x1085dc[_0x1f9f3c(0x162)]);return;}logger['debug']('onBeforeExecute:\x20command='+(_0x2c6320[_0x1f9f3c(0xf7)]||_0x1085dc['OKqsL'])+_0x1f9f3c(0xbf)+_0x2c6320[_0x1f9f3c(0x16c)]);try{const _0x57b2a1=_0x2c6320['instance']||AutomationFramework[_0x1f9f3c(0x18f)](),_0x425bab=TestFramework[_0x1f9f3c(0x18f)](),_0x268775=_0x2c6320[_0x1f9f3c(0xf7)]||_0x2c6320['command']?.[_0x1f9f3c(0x135)]();if(!_0x268775){logger[_0x1f9f3c(0xb9)](_0x1085dc['DVkTd']);return;}if(!this[_0x1f9f3c(0xb0)]()){logger[_0x1f9f3c(0xb9)](_0x1f9f3c(0x190)+_0x268775);return;}if(!this[_0x1f9f3c(0x27a)](_0x268775)){logger[_0x1f9f3c(0xb9)]('onBeforeExecute:\x20Command\x20'+_0x268775+_0x1f9f3c(0x17a));return;}const _0x723bbe=_0x2c6320[_0x1f9f3c(0xaf)]||global[_0x1f9f3c(0x126)]?.[_0x1f9f3c(0xee)];if(!_0x723bbe){logger[_0x1f9f3c(0xb9)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x268775);return;}let _0xbebeab='',_0x4aa80a=null;if(_0x1085dc[_0x1f9f3c(0x187)](_0x2c6320['testFramework'],_0x1085dc[_0x1f9f3c(0x157)])){_0x4aa80a=_0x2c6320[_0x1f9f3c(0x1c2)]?.['testAnalyticsId']||_0x2c6320[_0x1f9f3c(0x1c2)]?.['id']||global[_0x1f9f3c(0x1b1)];if(!_0x4aa80a){logger['warn'](_0x1085dc['kLcaJ']);return;}try{const _0x4914b8=await GrpcClient[_0x1f9f3c(0x224)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x1f9f3c(0x1bf)],_0x1085dc[_0x1f9f3c(0x16f)],_0x1085dc[_0x1f9f3c(0x1f6)],_0x4aa80a),_0x310046=AccessibilityModule[_0x1f9f3c(0xd9)](null,_0x4914b8);_0xbebeab=_0x310046?.[_0x1f9f3c(0x1c3)]||'',logger[_0x1f9f3c(0xb9)](_0x1f9f3c(0x129)+_0xbebeab+_0x1f9f3c(0x1f5)+_0x4aa80a);}catch(_0x2952c2){logger[_0x1f9f3c(0x191)](_0x1f9f3c(0x1b7)+_0x2952c2[_0x1f9f3c(0x18a)]);return;}}else _0xbebeab=this[_0x1f9f3c(0x243)](_0x1085dc[_0x1f9f3c(0x1d1)])||'',!_0xbebeab&&this[_0x1f9f3c(0x1f7)]()&&(_0xbebeab=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x9f67ca=this['getCapabilityValue'](_0x1085dc[_0x1f9f3c(0x196)])||this['accessibilityConfig'][this[_0x1f9f3c(0x11d)]]||null,_0x3005d9=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x1586b8=this[_0x1f9f3c(0x1d7)](_0x268775,_0xbebeab,_0x9f67ca,_0x3005d9),_0x291f8d=_0x1085dc[_0x1f9f3c(0x187)](_0x2c6320[_0x1f9f3c(0x16c)],_0x1085dc[_0x1f9f3c(0x157)])?await AccessibilityModule[_0x1f9f3c(0x10b)](_0x1085dc['RNCHg'],_0xbebeab,_0x4aa80a):await AccessibilityModule[_0x1f9f3c(0x10b)](_0x1085dc[_0x1f9f3c(0x202)],_0xbebeab);logger[_0x1f9f3c(0xbd)]('ScanArgs:\x20'+(_0x1586b8?JSON[_0x1f9f3c(0xf2)](_0x1586b8):_0x1085dc[_0x1f9f3c(0x1d4)]));const _0x5ec8c0=CLIUtils[_0x1f9f3c(0x182)](_0x1586b8,_0x291f8d);logger[_0x1f9f3c(0xbd)]('MergedScanArgs:\x20'+(_0x5ec8c0?JSON['stringify'](_0x5ec8c0):_0x1085dc['DMeOl'])),logger[_0x1f9f3c(0xb9)](_0x1f9f3c(0x105)+_0x268775);const _0x18f385=await this[_0x1f9f3c(0x136)](_0x723bbe,_0xbebeab,_0x268775,_0x5ec8c0,this['isAppAccessibility']);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x268775+',\x20\x0a\x20'+JSON[_0x1f9f3c(0xf2)](_0x18f385));}catch(_0xd948b7){logger[_0x1f9f3c(0x191)](_0x1f9f3c(0x292)+(_0xd948b7[_0x1f9f3c(0x1aa)]||_0xd948b7[_0x1f9f3c(0x18a)]));}}['shouldScanCurrentTest'](){const _0xc26266=a90_0x3424fa;return this[_0xc26266(0xb0)]();}[a90_0x3424fa(0x27b)](_0x4f55b4){const _0x391c31=a90_0x3424fa,_0x23fe3b=CLIUtils[_0x391c31(0x133)]();this[_0x391c31(0xeb)]['set'](_0x23fe3b,_0x4f55b4);}async[a90_0x3424fa(0xd8)](_0x1eaa6c){const _0x30f819=a90_0x3424fa,_0x1769bb={};_0x1769bb[_0x30f819(0x25e)]=_0x30f819(0xfb);const _0x3ef327=_0x1769bb;try{const _0x47c98a=_0x1eaa6c[_0x30f819(0x169)]||AutomationFramework['getTrackedInstance'](),_0x33c98c=_0x47c98a?.[_0x30f819(0x281)]?.()?.[_0x30f819(0x226)]?.(this['KEY_INIT'])||![];if(_0x33c98c)return;PerformanceTester[_0x30f819(0x291)](EVENTS[_0x30f819(0x16d)]);const _0x1c187c=await GrpcClient['getInstance']()[_0x30f819(0x24f)](_0x1eaa6c);_0x1c187c&&_0x1c187c[_0x30f819(0x139)]&&_0x1c187c[_0x30f819(0x139)]()&&_0x1c187c[_0x30f819(0x139)]()[_0x30f819(0x231)]()?(await this[_0x30f819(0xce)](_0x1c187c,_0x1eaa6c),_0x47c98a?.[_0x30f819(0x281)]&&_0x47c98a[_0x30f819(0x281)]()[_0x30f819(0x154)](this[_0x30f819(0x278)],!![]),logger[_0x30f819(0xb9)]('[platform\x20-\x20'+(_0x47c98a?.[_0x30f819(0x148)]?.()||_0x3ef327['lNYpu'])+_0x30f819(0xc1))):logger[_0x30f819(0xb9)](_0x30f819(0x145)+(_0x47c98a?.[_0x30f819(0x148)]?.()||_0x3ef327[_0x30f819(0x25e)])+_0x30f819(0x248)),PerformanceTester[_0x30f819(0x152)](EVENTS[_0x30f819(0x16d)]);}catch(_0x13b9e6){PerformanceTester['end'](EVENTS[_0x30f819(0x16d)],![],_0x13b9e6['message']),logger['error'](_0x30f819(0x173)+(_0x13b9e6[_0x30f819(0x1aa)]||_0x13b9e6[_0x30f819(0x18a)]));}}async['loadAccessibilityConfig'](_0x394d0f,_0x416da2){const _0x1c8a8c=a90_0x3424fa;await this['setAccessibilityConfig'](_0x394d0f,_0x416da2);const _0x4c4912=_0x394d0f[_0x1c8a8c(0x139)]()[_0x1c8a8c(0x249)]();if(_0x4c4912){const _0x640dad=_0x394d0f['getTesthub']&&_0x394d0f[_0x1c8a8c(0x1f9)]();_0x640dad&&(this[_0x1c8a8c(0x11c)][this[_0x1c8a8c(0x11d)]]=_0x640dad[_0x1c8a8c(0x22d)]&&_0x640dad[_0x1c8a8c(0x22d)]());}}['shouldScanForCommand'](_0x51bb3e){const _0x448231=a90_0x3424fa,_0x5838f5={};_0x5838f5['LVzMa']=function(_0x2643c6,_0x3132e6){return _0x2643c6===_0x3132e6;};const _0x12ddeb=_0x5838f5;try{if(!_0x51bb3e)return![];const _0x2b1829=this['accessibilityConfig']?.[_0x448231(0x25a)]?.[_0x448231(0xca)]?.[_0x448231(0x218)]||[],_0x4eaaf2=_0x2b1829[_0x448231(0x210)](_0x1eaebd=>{const _0x112545=_0x448231;return _0x1eaebd[_0x112545(0xcf)]&&_0x12ddeb[_0x112545(0x1b3)](_0x1eaebd[_0x112545(0xcf)][_0x112545(0x286)](),_0x51bb3e[_0x112545(0x286)]());});return logger[_0x448231(0xb9)](_0x448231(0xd5)+_0x51bb3e+_0x448231(0x1ef)+_0x4eaaf2+_0x448231(0x1d8)+JSON['stringify'](_0x2b1829['map'](_0x46523b=>_0x46523b[_0x448231(0xcf)]))),_0x4eaaf2;}catch(_0x825b7e){return logger[_0x448231(0xb9)](_0x448231(0x236)+_0x825b7e['message']),![];}}[a90_0x3424fa(0xf5)](_0x2e0365){const _0x59e90e=a90_0x3424fa,_0x5724a5={};_0x5724a5[_0x59e90e(0x26c)]=function(_0xdafc0a,_0x3b92fe){return _0xdafc0a===_0x3b92fe;},_0x5724a5[_0x59e90e(0x150)]='string',_0x5724a5[_0x59e90e(0x1c5)]='browserstack_executor';const _0x8dc94c=_0x5724a5,_0x1e7b84=_0x2e0365[_0x59e90e(0xc6)]&&_0x2e0365[_0x59e90e(0xc6)]();return _0x1e7b84&&_0x8dc94c[_0x59e90e(0x26c)](typeof _0x1e7b84,_0x8dc94c[_0x59e90e(0x150)])&&_0x1e7b84['includes'](_0x8dc94c['tjJZv']);}[a90_0x3424fa(0x15d)](_0x39285f){const _0x10dbba=a90_0x3424fa,_0xcfad6d={};_0xcfad6d[_0x10dbba(0x13f)]=function(_0x3c897a,_0x1236cd){return _0x3c897a!==_0x1236cd;},_0xcfad6d[_0x10dbba(0x11e)]='string',_0xcfad6d['XyUdf']=_0x10dbba(0xeb),_0xcfad6d[_0x10dbba(0xbb)]=_0x10dbba(0x15a),_0xcfad6d['iZHPT']='getResults',_0xcfad6d[_0x10dbba(0x20b)]='saveTestResults';const _0x5e4001=_0xcfad6d,_0x405d48=_0x39285f[_0x10dbba(0xc6)]&&_0x39285f['getScript']();if(!_0x405d48||_0x5e4001[_0x10dbba(0x13f)](typeof _0x405d48,_0x5e4001[_0x10dbba(0x11e)]))return![];return _0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0x1b2)])||_0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0xbb)])||_0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0x1d9)])||_0x405d48[_0x10dbba(0xb8)](_0x5e4001[_0x10dbba(0x20b)]);}['isMobileWebSession'](){const _0x2c1332=a90_0x3424fa,_0x35000e={'WvuUU':function(_0x21686a,_0x356b1e){return _0x21686a===_0x356b1e;},'KqlBe':_0x2c1332(0x1b8),'zsnYe':function(_0x34216e,_0x56de46){return _0x34216e(_0x56de46);},'itVbV':_0x2c1332(0x19e),'GJluT':'browserName','rezks':function(_0x59f983,_0x114b7e){return _0x59f983===_0x114b7e;},'wkgyW':function(_0x5ccefd,_0x2efda2){return _0x5ccefd(_0x2efda2);},'ruoJS':_0x2c1332(0x125),'OelUS':function(_0x2467c9,_0xac183c){return _0x2467c9(_0xac183c);},'zLdux':_0x2c1332(0x259)};try{const _0x55549d=this['accessibilityConfig']?.[_0x2c1332(0x25a)]?.[_0x2c1332(0x1d2)]||[],_0x4ff159=_0x2bf321=>{const _0x5bd62c=_0x2c1332,_0x35267e=_0x55549d[_0x5bd62c(0x1dd)](_0x7fbb89=>(typeof _0x7fbb89[_0x5bd62c(0x135)]===_0x5bd62c(0x1b8)?_0x7fbb89[_0x5bd62c(0x135)]():_0x7fbb89[_0x5bd62c(0xcf)])===_0x2bf321);return _0x35267e?_0x35000e[_0x5bd62c(0x164)](typeof _0x35267e[_0x5bd62c(0xad)],_0x35000e[_0x5bd62c(0x264)])?_0x35267e[_0x5bd62c(0xad)]():_0x35267e[_0x5bd62c(0x106)]:null;},_0x33b6d0=_0x35000e['zsnYe'](_0x4ff159,_0x35000e[_0x2c1332(0x10d)]),_0x2b5c69=_0x35000e[_0x2c1332(0xb6)](_0x4ff159,_0x35000e['GJluT']),_0x269ead=global['isMobilePlatform']||_0x33b6d0&&_0x35000e[_0x2c1332(0x225)](_0x35000e[_0x2c1332(0x147)](String,_0x33b6d0)[_0x2c1332(0x286)](),_0x35000e[_0x2c1332(0xdd)])&&_0x2b5c69&&_0x35000e[_0x2c1332(0x237)](String,_0x2b5c69)[_0x2c1332(0x286)]()[_0x2c1332(0xb8)](_0x35000e[_0x2c1332(0x267)]);if(!_0x269ead)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x2c1332(0x1ea)]&&(logger['warn'](accessibilityHelper[_0x2c1332(0x18d)]),this[_0x2c1332(0x1ea)]=!![]),![];return!![];}catch(_0x28ab3e){return logger['debug'](_0x2c1332(0x20d)+_0x28ab3e[_0x2c1332(0x18a)]),![];}}[a90_0x3424fa(0x1d7)](_0x54e8ab,_0x1df8e5,_0x567943,_0xe29bc2){const _0x5768d3=a90_0x3424fa,_0x28743d={};_0x28743d[_0x5768d3(0x146)]=function(_0x3e5001,_0x15377c){return _0x3e5001||_0x15377c;},_0x28743d[_0x5768d3(0x1fc)]=function(_0x45fe70,_0x5914ad){return _0x45fe70&&_0x5914ad;},_0x28743d[_0x5768d3(0xf9)]='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x1fe6f2=_0x28743d;let _0x3d2d1c=_0x1fe6f2[_0x5768d3(0x146)](_0x1df8e5,'');const _0x52f91e=!this[_0x5768d3(0x233)]&&this[_0x5768d3(0x1f7)]();_0x1fe6f2[_0x5768d3(0x1fc)](_0x52f91e,!_0x3d2d1c)&&(_0x3d2d1c=accessibilityHelper[_0x5768d3(0x1fb)]());const _0xad0102={'command':_0x54e8ab,'thTestRunUuid':_0x3d2d1c,'thBuildUuid':_0x1fe6f2[_0x5768d3(0x146)](_0x567943,''),'thJwtToken':_0x1fe6f2[_0x5768d3(0x146)](_0xe29bc2,''),'timestamp':new Date()['toISOString']()};return _0x52f91e&&(_0xad0102[_0x5768d3(0x1f4)]=!![],logger[_0x5768d3(0xb9)](_0x1fe6f2['PMYUI'])),_0xad0102;}[a90_0x3424fa(0x160)](_0x393f9f){const _0x1c4431=a90_0x3424fa,_0x2eee57={};_0x2eee57[_0x1c4431(0x270)]=function(_0x3afe46,_0x26bfbb){return _0x3afe46||_0x26bfbb;};const _0x7cc1cf=_0x2eee57;try{const _0x5791ae=this['accessibilityConfig']?.[_0x1c4431(0x25a)]?.['scriptsList']||[],_0x10b7a9=_0x5791ae[_0x1c4431(0x1dd)](_0xfca3ea=>_0xfca3ea[_0x1c4431(0xcf)]===_0x393f9f);return _0x7cc1cf[_0x1c4431(0x270)](_0x10b7a9,null);}catch(_0x16dc40){return logger[_0x1c4431(0xb9)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x393f9f+':\x20'+_0x16dc40[_0x1c4431(0x18a)]),null;}}async[a90_0x3424fa(0x176)](_0x2228fa,_0x291600,_0x392815=null){const _0x1eae98=a90_0x3424fa,_0x590f2a={'JaMIm':function(_0x4d7133,_0x4154ce){return _0x4d7133(_0x4154ce);},'ydlrC':'../../playwright/accessibility-helper'};try{if(!_0x2228fa)return logger[_0x1eae98(0xb9)](_0x1eae98(0x10e)+_0x291600),null;const _0x963e3f=this[_0x1eae98(0x160)](_0x291600);if(!_0x963e3f||!_0x963e3f[_0x1eae98(0x15e)])return logger['debug'](_0x1eae98(0x22b)+_0x291600+_0x1eae98(0x265)),null;logger[_0x1eae98(0xb9)](_0x1eae98(0x25c)+_0x291600+_0x1eae98(0x15b));const _0x237fdb=_0x590f2a['JaMIm'](require,_0x590f2a['ydlrC']),_0xca8307=_0x392815?await _0x237fdb[_0x1eae98(0x156)](_0x2228fa,_0x963e3f[_0x1eae98(0x15e)],_0x392815):await _0x237fdb[_0x1eae98(0x156)](_0x2228fa,_0x963e3f[_0x1eae98(0x15e)]);return _0xca8307;}catch(_0x2307c6){return logger[_0x1eae98(0x191)]('Error\x20executing\x20script\x20'+_0x291600+':\x20'+(_0x2307c6[_0x1eae98(0x1aa)]||_0x2307c6[_0x1eae98(0x18a)])),null;}}async[a90_0x3424fa(0x136)](_0x4900bf,_0x175e77,_0x31183f,_0x1201c1,_0xab5151,_0x1e19a4=a90_0x3424fa(0x14b)){const _0x2df9ad=a90_0x3424fa,_0x5337c8={'zwgtb':function(_0xe6af12,_0x467065){return _0xe6af12===_0x467065;},'CyLxr':_0x2df9ad(0x14b),'NEisr':function(_0x34ba48,_0x16ff16){return _0x34ba48(_0x16ff16);},'siDCh':'../../playwright/accessibility-helper','vdmWc':function(_0x567afe,_0x4df5ff){return _0x567afe(_0x4df5ff);}};try{logger[_0x2df9ad(0xb9)](_0x2df9ad(0x1cc)+_0x31183f+_0x2df9ad(0x179)+_0x1e19a4);const _0x5bfc4b=this['getScriptByName'](_0x1e19a4);if(!_0x5bfc4b||!_0x5bfc4b['command']){logger[_0x2df9ad(0xb9)](_0x2df9ad(0x1f0)+_0x1e19a4+_0x2df9ad(0x1d0));return;}if(_0x5337c8[_0x2df9ad(0x1a8)](_0x1e19a4,_0x5337c8[_0x2df9ad(0x1a7)])){const _0x17d259=_0x5337c8[_0x2df9ad(0x134)](require,_0x5337c8[_0x2df9ad(0x24d)]),_0x4b9afe={};_0x4b9afe[_0x2df9ad(0x15e)]=_0x31183f;const _0x3c2ca5=await PerformanceTester[_0x2df9ad(0x166)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x240f1c=_0x2df9ad;return await _0x17d259[_0x240f1c(0x156)](_0x4900bf,_0x5bfc4b[_0x240f1c(0x15e)],_0x1201c1);},_0x4b9afe)();return logger['info'](_0x2df9ad(0x283)+_0x1e19a4+_0x2df9ad(0x217)+_0x31183f+':\x20'+util['format'](_0x3c2ca5)),_0x3c2ca5;}const _0x4debe9=_0x5337c8[_0x2df9ad(0x1ba)](require,_0x5337c8[_0x2df9ad(0x24d)]),_0x1ceeb1=await PerformanceTester[_0x2df9ad(0x166)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x390793=_0x2df9ad;return await _0x4debe9[_0x390793(0x156)](_0x4900bf,_0x5bfc4b['command'],_0x1201c1);})();return logger[_0x2df9ad(0xbd)](_0x2df9ad(0x283)+_0x1e19a4+'\x20result\x20for\x20'+_0x31183f+':\x20'+util[_0x2df9ad(0xe6)](_0x1ceeb1)),_0x1ceeb1;}catch(_0x14ea2e){logger[_0x2df9ad(0x191)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x1e19a4+':\x20'+(_0x14ea2e[_0x2df9ad(0x1aa)]||_0x14ea2e[_0x2df9ad(0x18a)]));}}async['validatePlatformForAccessibility'](_0x2525e0){const _0x18249f=a90_0x3424fa,_0x4ac889={'qgilV':function(_0xda0958,_0x3f48a8){return _0xda0958(_0x3f48a8);},'MPtzE':_0x18249f(0x186)};try{const _0x2ad0fb=_0x4ac889[_0x18249f(0x12c)](require,_0x4ac889[_0x18249f(0x1a9)]);return await _0x2ad0fb[_0x18249f(0x1eb)](_0x2525e0);}catch(_0x5e4242){return logger[_0x18249f(0x191)](_0x18249f(0x23c)+(_0x5e4242[_0x18249f(0x1aa)]||_0x5e4242[_0x18249f(0x18a)])),![];}}[a90_0x3424fa(0xfe)](_0x5f2518,_0xf12dfe,_0x2c4110){const _0x2d108a=a90_0x3424fa,_0x5e7bd0={'fDedU':function(_0x439a80,_0x10249c){return _0x439a80(_0x10249c);},'LyGCT':'../../playwright/accessibility-helper','JJtrU':'\x22browserstack.user\x22:\x22[REDACTED]\x22','vYmSL':_0x2d108a(0x1e3)};try{const _0x491681=_0x5e7bd0[_0x2d108a(0x1c1)](require,_0x5e7bd0[_0x2d108a(0xb5)]);_0x491681[_0x2d108a(0xfe)](_0x5f2518,_0xf12dfe,_0x2c4110);const _0x259602=JSON[_0x2d108a(0xf2)](_0x5f2518)[_0x2d108a(0x131)](/"browserstack\.user":"[^"]*"/g,_0x5e7bd0[_0x2d108a(0x198)])[_0x2d108a(0x131)](/"browserstack\.key":"[^"]*"/g,_0x5e7bd0[_0x2d108a(0x1ab)]);logger[_0x2d108a(0xb9)]('Processed\x20accessibility\x20caps\x20'+global[_0x2d108a(0xe1)]+'\x20'+_0x259602);}catch(_0x2c60a2){logger[_0x2d108a(0x191)](_0x2d108a(0x289)+(_0x2c60a2[_0x2d108a(0x1aa)]||_0x2c60a2['message']));}}async[a90_0x3424fa(0x122)](_0x32feac){const _0x3b7a05=a90_0x3424fa,_0x3ec481={};_0x3ec481['vvqJY']=_0x3b7a05(0xdf),_0x3ec481[_0x3b7a05(0x181)]=function(_0x24e807,_0xd6550e){return _0x24e807>_0xd6550e;},_0x3ec481['ZMdcj']=function(_0xd462b0,_0x478318){return _0xd462b0>_0x478318;},_0x3ec481[_0x3b7a05(0x142)]=_0x3b7a05(0x212);const _0x53dfdc=_0x3ec481;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x3b7a05(0x1a3)](_0x53dfdc[_0x3b7a05(0x27e)]),[];const _0x5a79ad=this[_0x3b7a05(0x1f7)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x53dfdc[_0x3b7a05(0x181)](Object[_0x3b7a05(0x229)](_0x5a79ad)[_0x3b7a05(0x15c)],0x0)&&logger[_0x3b7a05(0xb9)](_0x3b7a05(0x263)+JSON['stringify'](_0x5a79ad));const _0x1f9128=_0x53dfdc[_0x3b7a05(0x1a1)](Object[_0x3b7a05(0x229)](_0x5a79ad)[_0x3b7a05(0x15c)],0x0)?await this[_0x3b7a05(0x176)](_0x32feac,_0x53dfdc[_0x3b7a05(0x142)],_0x5a79ad):await this[_0x3b7a05(0x176)](_0x32feac,_0x53dfdc[_0x3b7a05(0x142)]);return _0x1f9128||[];}catch(_0xd0cf9d){return logger[_0x3b7a05(0x191)](_0x3b7a05(0x18e)+(_0xd0cf9d['stack']||_0xd0cf9d['message'])),[];}}async[a90_0x3424fa(0x108)](_0x126659){const _0x6ff976=a90_0x3424fa,_0x151621={'KPlAy':_0x6ff976(0x14b),'DsFct':_0x6ff976(0xb1),'WAOUk':_0x6ff976(0x1cb),'CXdAZ':function(_0x332d1b,_0x328ff0){return _0x332d1b(_0x328ff0);},'OMzdh':_0x6ff976(0x1b6),'PLknr':function(_0x5f37b8,_0x4720c8){return _0x5f37b8===_0x4720c8;},'iMrCC':_0x6ff976(0x16a),'mHeNh':_0x6ff976(0x12f),'zjFvb':_0x6ff976(0xeb),'jrmty':_0x6ff976(0x123),'qJjeo':_0x6ff976(0x108),'McNGZ':_0x6ff976(0x256),'SjvbW':'Performing\x20scan\x20before\x20getting\x20results\x20summary','SDtTY':'No\x20summaryResults\x20found.'};try{if(!this[_0x6ff976(0xb0)]())return logger[_0x6ff976(0x1a3)](_0x151621['WAOUk']),{};const _0x4a6888=_0x151621[_0x6ff976(0x132)](require,_0x151621[_0x6ff976(0x10a)]),_0x44445c=_0x4a6888[_0x6ff976(0x19d)](),_0x29d853=_0x151621['PLknr'](_0x44445c?.[_0x6ff976(0xcf)]?.[_0x6ff976(0x286)](),_0x151621[_0x6ff976(0x223)]);let _0x1a02b9='',_0x6d728e=null,_0x1d8ced=null;if(_0x29d853){_0x6d728e=global[_0x6ff976(0x1b1)]||global[_0x6ff976(0x126)]?.[_0x6ff976(0x262)]?.['testAnalyticsId']||global[_0x6ff976(0x126)]?.[_0x6ff976(0x262)]?.['id'];if(!_0x6d728e)return logger['warn'](_0x151621[_0x6ff976(0x178)]),{};try{const _0x24cb39=await GrpcClient[_0x6ff976(0x224)]()[_0x6ff976(0x258)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x151621[_0x6ff976(0x175)],_0x151621[_0x6ff976(0x17b)],_0x6d728e),_0x21e769=AccessibilityModule[_0x6ff976(0xd9)](null,_0x24cb39);_0x1a02b9=_0x21e769?.[_0x6ff976(0x1c3)]||'',logger['debug']('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1a02b9+_0x6ff976(0x1f5)+_0x6d728e);const _0x5c56a0=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x151621['DsFct'],_0x1a02b9,_0x6d728e),_0x54033e=this[_0x6ff976(0x243)](_0x151621[_0x6ff976(0x1ff)])||this[_0x6ff976(0x11c)][this[_0x6ff976(0x11d)]]||null,_0x40d1f5=process['env'][_0x6ff976(0x10f)]||'',_0x268f9e=this[_0x6ff976(0x1d7)](_0x151621[_0x6ff976(0x288)],_0x1a02b9,_0x54033e,_0x40d1f5);_0x1d8ced=_0x4a6888[_0x6ff976(0x182)](_0x268f9e,_0x5c56a0),logger[_0x6ff976(0xb9)](_0x6ff976(0x228)+JSON[_0x6ff976(0xf2)](_0x1d8ced));}catch(_0x31bf56){return logger[_0x6ff976(0x191)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x31bf56[_0x6ff976(0x18a)]),{};}}else{_0x1a02b9=this[_0x6ff976(0x243)](_0x151621[_0x6ff976(0x165)])||'';!_0x1a02b9&&this[_0x6ff976(0x1f7)]()&&(_0x1a02b9=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x23ac5b=this[_0x6ff976(0x243)](_0x151621[_0x6ff976(0x1ff)])||this[_0x6ff976(0x11c)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x56e02d=process[_0x6ff976(0x14e)][_0x6ff976(0x10f)]||'';_0x1d8ced=this[_0x6ff976(0x1d7)](_0x151621['qJjeo'],_0x1a02b9,_0x23ac5b,_0x56e02d);}logger[_0x6ff976(0xb9)](_0x151621[_0x6ff976(0x275)]),await PerformanceTester[_0x6ff976(0x166)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2b02dc=_0x6ff976,_0x2720bd=await this[_0x2b02dc(0x176)](_0x126659,_0x151621['KPlAy'],_0x1d8ced);logger[_0x2b02dc(0xb9)](_0x2b02dc(0x102)+util[_0x2b02dc(0xe6)](_0x2720bd));},{'command':_0x151621[_0x6ff976(0x288)]})();const _0x301de1=await PerformanceTester[_0x6ff976(0x166)](PerformanceA11yEvents[_0x6ff976(0x207)],async()=>{const _0x5aed0e=_0x6ff976;return await this[_0x5aed0e(0x176)](_0x126659,_0x151621[_0x5aed0e(0x17b)],_0x1d8ced);})();if(!_0x301de1)return logger[_0x6ff976(0xb9)](_0x151621[_0x6ff976(0x177)]),{};return _0x301de1;}catch(_0x50bfbf){return logger[_0x6ff976(0x191)](_0x6ff976(0x273)+(_0x50bfbf[_0x6ff976(0x1aa)]||_0x50bfbf['message'])),{};}}async['performPageScan'](_0x8f8134,_0x2e07dc,_0x5c7a39=null){const _0x57f07f=a90_0x3424fa,_0x3f3fed={};_0x3f3fed['OkmAu']='performPageScan:\x20Page\x20is\x20null',_0x3f3fed[_0x57f07f(0x12a)]=_0x57f07f(0xba),_0x3f3fed[_0x57f07f(0xcc)]='Executing\x20accessibility\x20script\x20on\x20page';const _0x145ca9=_0x3f3fed;try{if(!_0x8f8134)return logger[_0x57f07f(0xb9)](_0x145ca9[_0x57f07f(0xdb)]),null;if(!_0x2e07dc)return logger['debug'](_0x145ca9['NgCtc']),null;logger[_0x57f07f(0xb9)](_0x145ca9[_0x57f07f(0xcc)]);const _0x3628f3=_0x5c7a39?await _0x8f8134['evaluate'](_0x2e07dc,_0x5c7a39):await _0x8f8134['evaluate'](_0x2e07dc);return _0x3628f3;}catch(_0x4c705f){return logger['error'](_0x57f07f(0x209)+(_0x4c705f[_0x57f07f(0x1aa)]||_0x4c705f[_0x57f07f(0x18a)])),null;}}static['loadDriverExecuteParams'](_0x440cc3,_0x34601f){const _0xa4d5d3=a90_0x3424fa,_0x562caf={};_0x562caf[_0xa4d5d3(0x1b4)]='ascii';const _0x22679f=_0x562caf,_0x19b1bd={};_0x19b1bd['thTestRunUuid']=_0x440cc3;const _0x39152d=_0x19b1bd;let _0x541aab={};if(_0x34601f[_0xa4d5d3(0x231)]()&&_0x34601f[_0xa4d5d3(0x1e2)]())try{_0x541aab=JSON[_0xa4d5d3(0x213)](new Buffer(_0x34601f[_0xa4d5d3(0xea)]())['toString'](_0x22679f[_0xa4d5d3(0x1b4)]));}catch(_0x1f1426){logger['error'](_0xa4d5d3(0xdc)+_0x1f1426[_0xa4d5d3(0x18a)]),_0x541aab={};}return CLIUtils['mergeObject'](_0x39152d,_0x541aab);}static async[a90_0x3424fa(0x10b)](_0x553ebf,_0x551437='',_0x4e8eb9=null){const _0x53e212=a90_0x3424fa,_0xadebb8={};_0xadebb8[_0x53e212(0x239)]=_0x53e212(0x269),_0xadebb8['dJVuc']='accessibility';const _0x873e6f=_0xadebb8;try{if(!_0x4e8eb9&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x53e212(0x14e)][_0x53e212(0x1bf)])return logger[_0x53e212(0x191)](_0x873e6f['ruMUU']),{};const _0x4daa4d=await GrpcClient[_0x53e212(0x224)]()[_0x53e212(0x258)](process[_0x53e212(0x14e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x873e6f[_0x53e212(0x20c)],_0x553ebf,_0x4e8eb9),_0x13c3a4=_0x4e8eb9?AccessibilityModule[_0x53e212(0xd9)](null,_0x4daa4d)?.[_0x53e212(0x1c3)]||_0x551437:_0x551437,_0x399d90=AccessibilityModule['loadDriverExecuteParams'](_0x13c3a4,_0x4daa4d);return!_0x4e8eb9&&(AccessibilityModule['_centralAuthA11yConfig']=_0x399d90,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x399d90;}catch(_0x1a61b9){return logger[_0x53e212(0x191)](_0x53e212(0x1e6)+_0x553ebf+':\x20'+(_0x1a61b9['stack']||_0x1a61b9[_0x53e212(0x18a)])),{};}}};module[a90_0x3424fa(0xe3)]=AccessibilityModule;
1
+ function a90_0x162f(_0x1cdf9b,_0x418e85){const _0x108790=a90_0x1087();return a90_0x162f=function(_0x162f45,_0xd6f7b7){_0x162f45=_0x162f45-0xb3;let _0x5afd1d=_0x108790[_0x162f45];return _0x5afd1d;},a90_0x162f(_0x1cdf9b,_0x418e85);}const a90_0x139537=a90_0x162f;function a90_0x1087(){const _0x3cd1a4=['TIwab','dbtzk','32656074PylEUa','Processed\x20accessibility\x20caps\x20','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','lMLEM','isMobilePlatform','format','UBjlj','scannerVersion','getResults','NowDv','BOopM','env','keys','patchSendMessageToServer','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BS_A11Y_JWT','performScan','options','Hcekv','ApuRy','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','updateData','performPageScan:\x20Script\x20is\x20null','DRIVER_HAS_URL','aJGma','VCIIP','kFYRb','browser_version','isMobileScanningEnabledForGroup','GET_RESULTS_SUMMARY','parseFromProto','3509016QzoWhr','bXjQh','YYGDn','string','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','browserName','getSuccess','resolveMobileThTestRunUuid','nhPxO','riCzm',',\x20isAppAccessibility=','BfqGq','LOG_DISABLED_SHOWN','pYlAN','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','testhub_build_uuid','getResultsSummary','hasAccessibilityExecuteParams','elOyv','getPlatformIndex','__jestCurrentTestIdentifier','browserstack_executor','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','split','pwliy','bzaNR','OupYR','page','MODULE_NAME','107091hbJVlv','DHiAY','getCapabilityValue','getTrackedInstance','sqijw','SDK_ACCESSIBILITY_CONFIG','../../../helpers/accessibility-automation/constants','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','PERFORM_SCAN','sZKGx','WQiIy','\x22browserstack.key\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','8|6|2|1|0|11|13|7|16|15|4|14|5|10|12|3|9','lypRj','includeTagsInTestingScope','AuhqY','startsWith','has','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','dClVV','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','EtkRF','KEY_INIT','Qtgvv','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','true','../framework/constants/testFrameworkConstants.js','Scan\x20result:\x20','Error\x20applying\x20sendMessageToServer\x20patch:\x20','dPiHN',',\x20testName=','testFramework','is_mobile_session','qAfAv','function','woepD','nTdxL','isPlatformSupported:\x20caps\x20are\x20null','commandsToWrap','args','evaluate','DMGQA','Error\x20in\x20performPageScan:\x20','scan','../../../helpers/helper','ehjpc','MWfBD','PPRni','LqOLe','lxLoO','registerObserver','tLpNP','Yourn','getLogDisabledShown','accessibilityPlatform','WkxMK','applySendMessageToServerPatch','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','TnqhZ','nTggA','pVurI','GoAzK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','JpDzM','KEY_TEST_NAME','\x22browserstack.user\x22:\x22[REDACTED]\x22','tTffK','zPmqJ','titlePath','pwPage','requiresChromeOptionsValidation','MwDOU','assign','testAnalyticsId','10ERoqjx','ttYPa','../grpcClient','getBuildId','GHPFq','gVulP',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','getCurrentAccessibilityStatus','fetchCentralAuthA11yConfig','tZSex','getTesthub','isEnabledTestcase','XTwzW','\x20browser\x20version\x20','Error\x20in\x20processAccessibilityCaps:\x20','Zqadv','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','VoAOD','Executing\x20','BROWSERSTACK_CLI_BIN_SESSION_ID','sliLY','getAccessibility','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied',',\x20framework=','performPageScan:\x20Page\x20is\x20null','getValue','../../../helpers/accessibility-automation/scripts','performPageScan','shouldScanCurrentTest','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','JtVMP','browserstack.accessibilityOptions.authToken','getOptions','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','isAccessibilityScriptCommand',',\x20available\x20commands:\x20','wJZbx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20',']\x20should\x20run\x20accessibility\x20value=','GDXfn','iKyTn','getTestFrameworkDetail','\x20script\x20available\x20in\x20scriptsList','onAfterTest','ZkImz','POST','../framework/automationFramework','Exception\x20in\x20isPlatformSupported:\x20','exports','wjyxk','WSUbc','find','[platform\x20-\x20','version','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','ILdlk','Error\x20in\x20getAccessibilityResults:\x20','getScript','\x20env=','EDmCh','dNWCJ',']\x20isEnabledTestcase\x20(jest)\x20result=','HMSlh','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','browserstack.accessibilityOptions.scannerVersion','size','performScanForCli','wnvWT','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','OobtI','280587NgyGYB','DRIVER_INIT','YSPHi','8YuPEbw','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','accessibilityToken','chrome','a11y:save-results','goQvM','../../../helpers/accessibility-automation/helper','fetchDriverExecuteParamsEvent','parse','../../../helpers/performance/performance-tester.js','browserstack.accessibilityOptions.scannerProcessingTimeout','accessibilityConfig','wPGiF','browserStackEvaluate','dMcCy','SlZXU','Executing\x20accessibility\x20script\x20on\x20page','Error\x20in\x20performScanForCli\x20for\x20script\x20','executeScriptByName:\x20No\x20','gNMUo','\x20result\x20for\x20','unknown','LcHLV','gQuFu','isVersionSupported','5692125dIwKSC','afterTestHook','isAccessibilityAutomationSession','mWKgv','scannerProcessingTimeout','test-tags-->\x20','HFyjw','MOBILE_SCANNING_DISABLED_WARNING','ugBBN','KEY_TESTHUB_BUILD_ID','test_tags','KmqeK','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','launchCaps','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','saveResults','zPxfJ',',\x20excludeTags=','lhIVp','Vxpkq','saveTestResults','getCurrentInstanceName','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','EXECUTE','15615198aGikzp','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','DuDDK','platformValidation','goog:chromeOptions','Page\x20','getParamsForScanForCli','toJson','yXdAO','hdwSI','isEnabled','Error\x20in\x20stopTestCapture:\x20','rdYRi','ktpaU','jBxEp','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','Context','thTestRunUuid','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','adQsH','cebDh','bind','Error\x20checking\x20headless\x20capability:\x20','command','accessibility','getGoogleChromeOptions','ikKRg','skipCDPConnectOverride','../TestInfo.js','mergeObject','Performing\x20scan\x20before\x20from\x20cli','PsQkc','setLogDisabledShown','getAccessibilityResults','NKcNA','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','getAllData','processAccessibilityCaps','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','TrackedInstance','setAccessibilityToken','Error\x20in\x20initAccessibilityConfig:\x20','loadDriverExecuteParams','latest','VbNGq','setAccessibilityConfig','dnAHI','_mobileScanningDisabledLogged','getCommandsList','length','getModuleName','ikYnz','JqvPy','zFWvL','../../../helpers/classLogger',']\x20onAfterTest\x20should\x20scan=','__workerDetails','gQDCH','UUxpy','bFkrD','ZHubD','setShouldScanCurrentTest',']\x20isEnabledTestcase\x20(cucumber)\x20result=','set','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Raytx',']\x20clear\x20','ACCESSIBILITY_INITIALIZED','kmKjM',']\x20Accessibility\x20configuration\x20initialized\x20successfully','initAccessibilityConfig','excludeTagsInTestingScope','getAccessibilityExecuteParams','PRE','get','Nksnf','platformName','stringify','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','cRpIY','BROWSERSTACK_TESTHUB_JWT','commandName','_centralAuthA11yConfig','MergedScanArgs:\x20','QUeiL','shouldScanForCommand','oyIXy','OEveG','isBrowserSupportedForAccessibility','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','capabilitiesList','warn','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','\x20script\x20available','getAccessibilityConfig','delete','NrpQH','validatePlatformForAccessibility','stack','ruysM','hyPzR','__accessibilityOptions','debug','QdNKb','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','cucumber','dTLzz','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','No\x20summaryResults\x20found.','eemlD','Error\x20in\x20shouldScanForCommand:\x20','gnoKY','includes','jest','isMobileWebSession','uWoRX','rVTrB','iYziJ','android','\x20->\x20','getName','onBeforeTest','--headless=','executeScriptByName','replace','capabilities','../state/automationFrameworkState','GIugk','yKvdD','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','error','scriptsList','getTestDetails','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','mnlIQ','lrmFO','end','getTestUUID','ImKQu','PbIav','HnjLc','ozUnO','6098272osCvUl','toLowerCase',',\x20\x0a\x20','getScriptsList','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','qywMs','getCommandsToWrap','map','bbbGA','instance','testFrameworkData','browserVersion','isArray','info','commandsList','lRjYd','Error\x20in\x20validatePlatformForAccessibility:\x20','rdSza','finishScanningForCli','platformCaps','vhecQ','getScriptByName','ascii','gpZnD','stopTestCapture','BROWSERSTACK_TEST_ACCESSIBILITY_YML','measureWrapper','message','toObject','onBeforeExecute:\x20No\x20command\x20name\x20provided','wKRBB','wSdNl','getInstance','SEkbu','knFWH','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','join','toString','getAccessibilityResultsSummary','\x20accessibility\x20script\x20on\x20page','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','vakfY','test_run_id','sPKbJ','parseA11yJwtPayload','getData','--headless','CREATE','gyVmj','HQoBg','getMinVersionForBrowser','\x20or\x20higher\x20','7afRcJM','OKpco','tIgNY','ntLeZ','browser','oHmrR','CxAFE','../cliUtils','otaIe','_centralAuthConfigFetched','Unknown\x20Test','nihWm',',\x20includeTags=','some','isAppAccessibility','--headless=new','Wjayu','performScanForCli:\x20No\x20','onBeforeExecute','value','../framework/testFramework','\x20value=','testInfo','mnjbF','LCngd','browserstack.accessibilityOptions.wcagVersion','name','getContext','IapEG','36wDsGHS','fMSnr','name:\x20','Accessibility\x20data\x20for\x20extension:\x20','setShouldScan','omGSr','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','./baseModule','qxAJF','../../playwright/accessibility-helper','eKhrm',',\x20testIdentifier=','currentTest','null','getCapabilitiesList','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','_sendMessageServerPatchApplied','\x20testHubUuid='];a90_0x1087=function(){return _0x3cd1a4;};return a90_0x1087();}(function(_0x364d85,_0x29e0dd){const _0x42e35b=a90_0x162f,_0x53508a=_0x364d85();while(!![]){try{const _0x4f5049=parseInt(_0x42e35b(0x1bf))/0x1*(-parseInt(_0x42e35b(0x254))/0x2)+parseInt(_0x42e35b(0x251))/0x3*(-parseInt(_0x42e35b(0x16f))/0x4)+parseInt(_0x42e35b(0x26d))/0x5+parseInt(_0x42e35b(0x1a2))/0x6*(parseInt(_0x42e35b(0x152))/0x7)+-parseInt(_0x42e35b(0x11e))/0x8+-parseInt(_0x42e35b(0x285))/0x9*(parseInt(_0x42e35b(0x20a))/0xa)+parseInt(_0x42e35b(0x183))/0xb;if(_0x4f5049===_0x29e0dd)break;else _0x53508a['push'](_0x53508a['shift']());}catch(_0x515b12){_0x53508a['push'](_0x53508a['shift']());}}}(a90_0x1087,0xe1b94));const BaseModule=require(a90_0x139537(0x176)),{createClassLogger}=require(a90_0x139537(0xc6)),CLIUtils=require(a90_0x139537(0x159)),AutomationFramework=require(a90_0x139537(0x238)),TestFramework=require(a90_0x139537(0x166)),AutomationFrameworkState=require(a90_0x139537(0x10e)),HookState=require('../state/hookState'),GrpcClient=require(a90_0x139537(0x20c)),scripts=require(a90_0x139537(0x224)),logger=createClassLogger(a90_0x139537(0xb7)),PerformanceTester=require(a90_0x139537(0x25d)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x139537(0x1c5)),{nestedKeyValue,isUndefined}=require(a90_0x139537(0x1ec)),util=require('util'),TestInfo=require(a90_0x139537(0x2a1)),TestFrameworkConstants=require(a90_0x139537(0x1da)),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a90_0x139537(0x1be)]=AccessibilityModule[a90_0x139537(0x16c)];static [a90_0x139537(0x15b)]=![];static [a90_0x139537(0xe2)]={};constructor(_0x202fa3){const _0x3407e6=a90_0x139537,_0x2d7829={};_0x2d7829[_0x3407e6(0x292)]=_0x3407e6(0x1cc),_0x2d7829['EDmCh']=_0x3407e6(0x19a),_0x2d7829[_0x3407e6(0x291)]='testhub_build_uuid',_0x2d7829['wKRBB']=_0x3407e6(0xb6),_0x2d7829['PsQkc']=_0x3407e6(0xd3);const _0x2a0311=_0x2d7829,_0x2a8a21=_0x2a0311['ktpaU'][_0x3407e6(0x1b9)]('|');let _0x27ba10=0x0;while(!![]){switch(_0x2a8a21[_0x27ba10++]){case'0':this['isEnabled']=!![];continue;case'1':AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0x3407e6(0xd9)],this[_0x3407e6(0x235)]['bind'](this));continue;case'2':AutomationFramework[_0x3407e6(0x1f2)](AutomationFrameworkState[_0x3407e6(0x14d)],HookState[_0x3407e6(0x237)],this[_0x3407e6(0x109)][_0x3407e6(0x29a)](this));continue;case'3':this['KEY_DRIVER_HAS_URL']=_0x2a0311[_0x3407e6(0x245)];continue;case'4':this['_sendMessageServerPatchApplied']=![];continue;case'5':this['setAccessibilityToken'](_0x202fa3[_0x3407e6(0x22a)]()['getCapabilitiesList']());continue;case'6':AutomationFramework[_0x3407e6(0x1f2)](AutomationFrameworkState[_0x3407e6(0x284)],HookState[_0x3407e6(0xd9)],this[_0x3407e6(0x164)][_0x3407e6(0x29a)](this));continue;case'7':this['LOG_DISABLED_SHOWN']=new Map();continue;case'8':super();continue;case'9':this[_0x3407e6(0x276)]=_0x2a0311[_0x3407e6(0x291)];continue;case'10':logger[_0x3407e6(0xf6)](_0x2a0311[_0x3407e6(0x13c)]);continue;case'11':this[_0x3407e6(0x25f)]=_0x202fa3[_0x3407e6(0x13a)]();continue;case'12':this['KEY_INIT']=_0x2a0311[_0x3407e6(0x2a4)];continue;case'13':this[_0x3407e6(0x29d)]=new Map();continue;case'14':this[_0x3407e6(0xbf)]=![];continue;case'15':this[_0x3407e6(0x10d)]=[];continue;case'16':this[_0x3407e6(0x160)]=![];continue;}break;}}[a90_0x139537(0x28f)](){const _0x4937c1=a90_0x139537;return this[_0x4937c1(0x28f)];}[a90_0x139537(0xc2)](){const _0x1e49a5=a90_0x139537;return AccessibilityModule[_0x1e49a5(0x1be)];}[a90_0x139537(0x211)](){const _0x3a2e92=a90_0x139537;return this['accessibility'][_0x3a2e92(0xda)](CLIUtils[_0x3a2e92(0x282)](),![]);}[a90_0x139537(0x1f5)](){const _0x54946e=a90_0x139537;return this[_0x54946e(0x1ae)][_0x54946e(0xda)](CLIUtils[_0x54946e(0x282)](),![]);}[a90_0x139537(0x2a5)](_0x5e1155){const _0xffaf49=a90_0x139537;this[_0xffaf49(0x1ae)]['set'](CLIUtils[_0xffaf49(0x282)](),_0x5e1155);}[a90_0x139537(0x1f8)](){const _0x315e37=a90_0x139537,_0x19ffa0={'mnlIQ':_0x315e37(0x220),'pVurI':function(_0x3ae057,_0x549c38){return _0x3ae057(_0x549c38);},'jBxEp':'../../utils/playwright-patcher','yXdAO':_0x315e37(0x24e),'hyPzR':_0x315e37(0x24f)};if(this[_0x315e37(0x17f)]){logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0x116)]);return;}try{const _0x25f462=_0x19ffa0[_0x315e37(0x1fc)](require,_0x19ffa0[_0x315e37(0x293)]);_0x25f462&&_0x25f462[_0x315e37(0x190)]?(_0x25f462['patchSendMessageToServer'](),this[_0x315e37(0x17f)]=!![],logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0x28d)])):logger[_0x315e37(0xf6)](_0x19ffa0[_0x315e37(0xf4)]);}catch(_0x129821){logger[_0x315e37(0xf6)](_0x315e37(0x1dc)+util[_0x315e37(0x188)](_0x129821));}}['isPlatformSupported'](_0x2e5628=null,_0x325bc1=null,_0x59f555=null){const _0x398df8=a90_0x139537,_0x8216e={'WTkbu':function(_0x26fa09,_0x25d7d6){return _0x26fa09&&_0x25d7d6;},'ozUnO':_0x398df8(0x1e5),'uWoRX':function(_0x32cc73,_0x4a3cf4){return _0x32cc73(_0x4a3cf4);},'iYziJ':'../../../helpers/helper','DuDDK':_0x398df8(0x17e),'bXjQh':_0x398df8(0x1cb),'YYGDn':function(_0x117140,_0x4c8c4d){return _0x117140===_0x4c8c4d;},'lypRj':_0x398df8(0x1d9),'dbtzk':_0x398df8(0x1a5),'Qtgvv':function(_0x13ada6,_0x57ca0d){return _0x13ada6===_0x57ca0d;},'SlZXU':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SEkbu':_0x398df8(0x289),'elOyv':function(_0x7ea1a7,_0x50a99c){return _0x7ea1a7!==_0x50a99c;},'RYyBT':_0x398df8(0xbb),'Xdsyu':function(_0x3dda59){return _0x3dda59();},'gVulP':'on\x20non-BrowserStack\x20infrastructure\x20','rVTrB':function(_0x3903cf,_0x42fcff){return _0x3903cf!==_0x42fcff;},'IapEG':function(_0x5ee26c,_0x583f5f){return _0x5ee26c>_0x583f5f;},'lxLoO':function(_0x33ad0a,_0x5f1dad){return _0x33ad0a(_0x5f1dad);},'NYdsJ':_0x398df8(0x146)};try{if(_0x8216e['WTkbu'](!_0x325bc1,!_0x59f555))return logger[_0x398df8(0xf6)](_0x8216e[_0x398df8(0x11d)]),![];const {isUndefined:_0x232747,isBrowserstackInfra:_0x2f37e6}=_0x8216e[_0x398df8(0x103)](require,_0x8216e[_0x398df8(0x105)]);if(!accessibilityHelper[_0x398df8(0x26f)]())return logger['debug'](_0x8216e[_0x398df8(0x287)]),![];const _0x1a563e=_0x325bc1[_0x398df8(0x1a7)]||_0x325bc1[_0x398df8(0x156)],_0x14dd95=_0x325bc1['browserVersion']||_0x325bc1[_0x398df8(0x19e)];if(!accessibilityHelper[_0x398df8(0xe8)](_0x1a563e))return logger[_0x398df8(0xeb)](_0x8216e[_0x398df8(0x1a3)]),![];if(accessibilityHelper[_0x398df8(0x206)](_0x1a563e))try{const _0x36d333=_0x325bc1['headless'],_0x1e5c1e=_0x8216e[_0x398df8(0x1a4)](_0x36d333,!![])||_0x8216e[_0x398df8(0x1a4)](_0x36d333,_0x8216e[_0x398df8(0x1cd)])||_0x8216e[_0x398df8(0x1a4)](typeof _0x36d333,_0x8216e[_0x398df8(0x182)])&&_0x8216e[_0x398df8(0x1d7)](_0x36d333['toLowerCase'](),_0x8216e[_0x398df8(0x1cd)]);if(_0x1e5c1e)return logger[_0x398df8(0xeb)](_0x8216e[_0x398df8(0x263)]),![];const _0x51e574=_0x325bc1?.['chromeOptions']?.[_0x398df8(0x1e7)]||_0x325bc1?.[_0x8216e[_0x398df8(0x13f)]]?.['args']||[];if(Array[_0x398df8(0x12a)](_0x51e574)&&_0x51e574['some'](_0x50ea4b=>typeof _0x50ea4b===_0x398df8(0x1a5)&&(_0x50ea4b===_0x398df8(0x14c)||_0x50ea4b[_0x398df8(0x1d0)](_0x398df8(0x10a))&&_0x50ea4b!==_0x398df8(0x161))))return logger['warn'](_0x8216e[_0x398df8(0x263)]),![];}catch(_0x2eda8e){logger[_0x398df8(0xf6)](_0x398df8(0x29b)+util[_0x398df8(0x188)](_0x2eda8e));}if(_0x8216e[_0x398df8(0x1b4)](_0x14dd95,_0x8216e['RYyBT'])){const _0x4dfdd7=_0x8216e['Xdsyu'](_0x2f37e6),_0x2055e5=accessibilityHelper[_0x398df8(0x150)](_0x1a563e,_0x4dfdd7),_0x591827=accessibilityHelper['getBrowserDisplayName'](_0x1a563e);if(!accessibilityHelper[_0x398df8(0x26c)](_0x14dd95,_0x2055e5)){const _0x450842=_0x4dfdd7?'':_0x8216e[_0x398df8(0x20f)];return logger[_0x398df8(0xeb)](_0x398df8(0x22f)+_0x591827+_0x398df8(0x217)+_0x2055e5+_0x398df8(0x151)+_0x450842+'.'),![];}}else{const _0x58dc13=_0x325bc1[_0x398df8(0x129)]||_0x325bc1[_0x398df8(0x19e)]||_0x325bc1[_0x398df8(0x23f)];if(_0x58dc13&&_0x8216e[_0x398df8(0x104)](_0x58dc13,_0x8216e['RYyBT'])&&!_0x8216e[_0x398df8(0x16e)](_0x8216e[_0x398df8(0x103)](parseFloat,_0x58dc13),_0x8216e[_0x398df8(0x1f1)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x398df8(0xeb)](_0x8216e['NYdsJ']),![];}return!![];}catch(_0x2b38e6){return logger[_0x398df8(0xf6)](_0x398df8(0x239)+_0x2b38e6['message']),![];}}[a90_0x139537(0x215)](_0x409f4c=[],_0x3139ea,_0x1cf840='cucumber'){const _0x90cfff=a90_0x139537,_0x2d627a={'tTffK':function(_0x4d82fc,_0x526698){return _0x4d82fc===_0x526698;},'cebDh':_0x90cfff(0x101),'goQvM':function(_0x2cb7ff,_0x5d0ba0){return _0x2cb7ff||_0x5d0ba0;},'NqDtY':function(_0x1f9674,_0x2206f5){return _0x1f9674===_0x2206f5;},'YSPHi':function(_0x349936,_0x4181a4){return _0x349936&&_0x4181a4;},'nhPxO':'unknown','fMSnr':function(_0x4f6992,_0x4fed54){return _0x4f6992(_0x4fed54);},'UUxpy':function(_0x518509,_0x30742b){return _0x518509>_0x30742b;},'dySTR':function(_0x4d3fc1,_0x48e955){return _0x4d3fc1&&_0x48e955;}};try{const _0x1bcf10=process[_0x90cfff(0x18e)][_0x90cfff(0x197)]?JSON[_0x90cfff(0x25c)](process[_0x90cfff(0x18e)][_0x90cfff(0x197)]):null;if(!_0x1bcf10)return!![];const _0x1ede1c=Array[_0x90cfff(0x12a)](_0x1bcf10['includeTagsInTestingScope'])?_0x1bcf10[_0x90cfff(0x1ce)]:[],_0x1220be=Array['isArray'](_0x1bcf10[_0x90cfff(0xd7)])?_0x1bcf10[_0x90cfff(0xd7)]:[];if(_0x2d627a[_0x90cfff(0x202)](_0x1cf840,_0x2d627a[_0x90cfff(0x299)])){let _0x2c85a0;Array['isArray'](_0x409f4c)?_0x2c85a0=_0x409f4c[_0x90cfff(0x142)]('\x20'):_0x2c85a0=_0x2d627a[_0x90cfff(0x259)](_0x409f4c,'');const _0x2b0bb6=_0x1220be[_0x90cfff(0x15f)](_0x3a4781=>_0x2c85a0[_0x90cfff(0x100)](_0x3a4781)),_0x3b6f8b=_0x2d627a['NqDtY'](_0x1ede1c[_0x90cfff(0xc1)],0x0)||_0x1ede1c[_0x90cfff(0x15f)](_0x57a006=>_0x2c85a0[_0x90cfff(0x100)](_0x57a006)),_0x483d39=_0x2d627a[_0x90cfff(0x253)](!_0x2b0bb6,_0x3b6f8b);return logger[_0x90cfff(0xf6)](_0x90cfff(0x23e)+(_0x3139ea?.[_0x90cfff(0x1b5)]?.()||_0x2d627a[_0x90cfff(0x1aa)])+_0x90cfff(0x247)+_0x483d39+_0x90cfff(0x1de)+_0x2c85a0+_0x90cfff(0x15e)+JSON['stringify'](_0x1ede1c)+_0x90cfff(0x27e)+JSON['stringify'](_0x1220be)),_0x483d39;}const _0x27785b=Array['isArray'](_0x409f4c)?_0x409f4c:[];let _0x2f22d2=![],_0x5160a6=_0x2d627a[_0x90cfff(0x202)](_0x1ede1c[_0x90cfff(0xc1)],0x0);const _0x249ead=_0x5d0d84=>typeof _0x5d0d84===_0x90cfff(0x1a5)?_0x5d0d84[_0x90cfff(0x10c)](/^@/,'')[_0x90cfff(0x11f)]()['trim']():_0x5d0d84,_0x26c54e=new Set(_0x1ede1c[_0x90cfff(0x125)](_0x249ead)),_0x1849f7=new Set(_0x1220be[_0x90cfff(0x125)](_0x249ead));for(const _0x5c4f68 of _0x27785b){const _0x4b22ed=_0x2d627a[_0x90cfff(0x170)](_0x249ead,_0x5c4f68);_0x1849f7['has'](_0x4b22ed)&&(_0x2f22d2=!![]),_0x2d627a[_0x90cfff(0xca)](_0x26c54e[_0x90cfff(0x24b)],0x0)&&_0x26c54e[_0x90cfff(0x1d1)](_0x4b22ed)&&(_0x5160a6=!![]);}const _0xdbfa86=_0x2d627a['dySTR'](_0x5160a6,!_0x2f22d2);return logger[_0x90cfff(0xf6)](_0x90cfff(0x23e)+(_0x3139ea?.['getPlatformIndex']?.()||_0x2d627a[_0x90cfff(0x1aa)])+_0x90cfff(0xce)+_0xdbfa86+',\x20tags='+JSON[_0x90cfff(0xdd)](_0x27785b)+_0x90cfff(0x15e)+JSON[_0x90cfff(0xdd)](_0x1ede1c)+',\x20excludeTags='+JSON['stringify'](_0x1220be)),_0xdbfa86;}catch(_0x169e26){return logger['debug'](_0x90cfff(0x23e)+(_0x3139ea?.[_0x90cfff(0x1b5)]?.()||_0x2d627a[_0x90cfff(0x1aa)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x169e26[_0x90cfff(0x139)]),![];}}async[a90_0x139537(0x109)](_0x458088){const _0x3fe4b4=a90_0x139537,_0x5ae621={};_0x5ae621['HnjLc']=function(_0x2fa746,_0x2d03f3){return _0x2fa746!==_0x2d03f3;},_0x5ae621[_0x3fe4b4(0x12d)]=_0x3fe4b4(0xf9),_0x5ae621[_0x3fe4b4(0x14e)]=function(_0x11fe72,_0x51a31f){return _0x11fe72!==_0x51a31f;},_0x5ae621[_0x3fe4b4(0x11b)]=_0x3fe4b4(0x101),_0x5ae621[_0x3fe4b4(0x23c)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x5ae621[_0x3fe4b4(0x19c)]='TEST_INIT',_0x5ae621[_0x3fe4b4(0xcb)]=_0x3fe4b4(0x255),_0x5ae621[_0x3fe4b4(0x28e)]=_0x3fe4b4(0xf8),_0x5ae621[_0x3fe4b4(0xc5)]=_0x3fe4b4(0x252),_0x5ae621['oHmrR']=function(_0x4efc4a,_0x40eee0){return _0x4efc4a===_0x40eee0;},_0x5ae621['pYlAN']=function(_0xc17b9e,_0x3a5ac0){return _0xc17b9e===_0x3a5ac0;},_0x5ae621[_0x3fe4b4(0x1ef)]=_0x3fe4b4(0x191),_0x5ae621['wPGiF']=function(_0x2ad32b,_0x22491f){return _0x2ad32b===_0x22491f;},_0x5ae621['LcHLV']=_0x3fe4b4(0x15c),_0x5ae621[_0x3fe4b4(0x1f0)]=function(_0x535926,_0x3975b4){return _0x535926>_0x3975b4;},_0x5ae621[_0x3fe4b4(0x1c3)]=_0x3fe4b4(0x1e2),_0x5ae621[_0x3fe4b4(0x1ab)]='test_tags',_0x5ae621[_0x3fe4b4(0x162)]=function(_0xa0d95e,_0x4326fc){return _0xa0d95e&&_0x4326fc;},_0x5ae621[_0x3fe4b4(0x110)]='unknown',_0x5ae621['ZPQxS']='true';const _0x155471=_0x5ae621;if(_0x155471[_0x3fe4b4(0x11c)](_0x458088[_0x3fe4b4(0x1df)],_0x155471[_0x3fe4b4(0x12d)])&&_0x155471[_0x3fe4b4(0x14e)](_0x458088[_0x3fe4b4(0x1df)],_0x155471[_0x3fe4b4(0x11b)])){logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x23c)]);return;}try{const _0x60a59=AutomationFramework[_0x3fe4b4(0x1c2)](),_0x36e22b=TestFramework[_0x3fe4b4(0x1c2)](),_0x12eb5d=_0x458088[_0x3fe4b4(0x1bd)]||global['__workerDetails']?.[_0x3fe4b4(0x205)]||null;if(!_0x12eb5d){_0x36e22b&&_0x36e22b[_0x3fe4b4(0x198)](_0x155471[_0x3fe4b4(0x19c)],!![]);logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0xcb)]);return;}logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x28e)]);const _0x26b1a7=_0x36e22b?.['getData'](_0x155471['zFWvL'],![]),_0x5af098=_0x36e22b?.[_0x3fe4b4(0x14b)](_0x155471[_0x3fe4b4(0x19c)],![]);if(_0x155471[_0x3fe4b4(0x157)](_0x26b1a7,![])&&_0x155471[_0x3fe4b4(0x1af)](_0x5af098,![])){_0x36e22b&&_0x36e22b[_0x3fe4b4(0x198)](_0x155471[_0x3fe4b4(0xc5)],!![]);logger[_0x3fe4b4(0xf6)](_0x155471[_0x3fe4b4(0x1ef)]);return;}_0x36e22b&&_0x36e22b['updateData'](_0x155471[_0x3fe4b4(0x19c)],!![]);let _0x4f43f0,_0x539938;const _0x5b4ed3=_0x458088[_0x3fe4b4(0x1df)]||_0x155471['lRjYd'];if(_0x155471[_0x3fe4b4(0x260)](_0x5b4ed3,_0x155471[_0x3fe4b4(0x11b)])){_0x539938=_0x458088[_0x3fe4b4(0x168)]?.[_0x3fe4b4(0x209)]||_0x458088[_0x3fe4b4(0x168)]?.['id']||global[_0x3fe4b4(0x1b6)]||global[_0x3fe4b4(0xc8)]?.[_0x3fe4b4(0x17b)]?.[_0x3fe4b4(0x209)]||global['__workerDetails']?.[_0x3fe4b4(0x17b)]?.['id'];const _0x592fdb=_0x36e22b?.[_0x3fe4b4(0xb4)]()?.[_0x3fe4b4(0xda)](_0x539938);if(_0x592fdb&&_0x592fdb[TestFrameworkConstants[_0x3fe4b4(0x200)]])_0x4f43f0=_0x592fdb[TestFrameworkConstants[_0x3fe4b4(0x200)]];else{if(_0x458088[_0x3fe4b4(0x168)]?.[_0x3fe4b4(0x204)])_0x4f43f0=_0x458088[_0x3fe4b4(0x168)][_0x3fe4b4(0x204)];else global[_0x3fe4b4(0xc8)]?.[_0x3fe4b4(0x17b)]?.['testInfo']?.[_0x3fe4b4(0x204)]?_0x4f43f0=global[_0x3fe4b4(0xc8)][_0x3fe4b4(0x17b)][_0x3fe4b4(0x168)][_0x3fe4b4(0x204)]:_0x4f43f0=_0x155471[_0x3fe4b4(0x26a)];}logger[_0x3fe4b4(0xf6)](_0x3fe4b4(0x1fe)+_0x539938+_0x3fe4b4(0x1de)+JSON[_0x3fe4b4(0xdd)](_0x4f43f0));}else{_0x539938=this['getTestId'](_0x458088);const _0x8c897b=TestInfo[_0x3fe4b4(0x114)](_0x539938);let _0x460317=[];if(_0x8c897b&&Array[_0x3fe4b4(0x12a)](_0x8c897b[_0x3fe4b4(0x277)])&&_0x155471[_0x3fe4b4(0x1f0)](_0x8c897b[_0x3fe4b4(0x277)][_0x3fe4b4(0xc1)],0x0))_0x460317=_0x8c897b[_0x3fe4b4(0x277)];else{if(_0x36e22b){const _0x2b9d62=_0x155471[_0x3fe4b4(0x260)](typeof _0x36e22b[_0x3fe4b4(0x14b)],_0x155471[_0x3fe4b4(0x1c3)])?_0x36e22b[_0x3fe4b4(0x14b)](_0x155471[_0x3fe4b4(0x1ab)],[]):_0x36e22b[_0x3fe4b4(0x277)]||[];Array[_0x3fe4b4(0x12a)](_0x2b9d62)&&(_0x460317=_0x2b9d62);}}_0x4f43f0=_0x460317;}logger[_0x3fe4b4(0x12b)](_0x3fe4b4(0x272)+JSON[_0x3fe4b4(0xdd)](_0x4f43f0));const _0x39aec3=this['isPlatformSupported'](_0x60a59,_0x458088[_0x3fe4b4(0x131)],_0x458088[_0x3fe4b4(0x27a)]);logger[_0x3fe4b4(0xf6)](_0x3fe4b4(0x249)+_0x39aec3+_0x3fe4b4(0x1ac)+this[_0x3fe4b4(0x160)]);const _0x2b5994=this[_0x3fe4b4(0x215)](_0x4f43f0,_0x60a59,_0x5b4ed3),_0x8d5d1b=_0x155471[_0x3fe4b4(0x162)](_0x39aec3,_0x2b5994),_0x3f9e38=CLIUtils[_0x3fe4b4(0x282)]();this[_0x3fe4b4(0x29d)][_0x3fe4b4(0xcf)](_0x3f9e38,_0x8d5d1b),global[_0x3fe4b4(0x295)]?.[_0x3fe4b4(0x16d)]&&global[_0x3fe4b4(0x295)][_0x3fe4b4(0x16d)]()[_0x3fe4b4(0x173)](_0x8d5d1b),logger['debug'](_0x3fe4b4(0x23e)+(_0x60a59?.[_0x3fe4b4(0x1b5)]?.()||_0x155471['yKvdD'])+_0x3fe4b4(0x230)+_0x8d5d1b),_0x8d5d1b?(global['accessibilityPlatform']=!![],process[_0x3fe4b4(0x18e)][_0x3fe4b4(0x137)]=_0x155471['ZPQxS'],this[_0x3fe4b4(0x1f8)]()):global[_0x3fe4b4(0x1f6)]=![];}catch(_0x2a4f2a){logger[_0x3fe4b4(0x112)](_0x3fe4b4(0x1b8)+(_0x2a4f2a[_0x3fe4b4(0xf2)]||_0x2a4f2a[_0x3fe4b4(0x139)]));const _0x40c5be=CLIUtils[_0x3fe4b4(0x282)]();this[_0x3fe4b4(0x29d)][_0x3fe4b4(0xcf)](_0x40c5be,![]),global[_0x3fe4b4(0x1f6)]=![];}}[a90_0x139537(0x29e)](){const _0x39607d=a90_0x139537;return this['capabilities'][_0x39607d(0x23d)](_0x467188=>_0x467188[_0x39607d(0x108)]()==='goog:chromeOptions')?.[_0x39607d(0x223)]()||'';}[a90_0x139537(0x1c1)](_0x5e4a2a){const _0x5719dc=a90_0x139537;try{const _0x1c542a=this[_0x5719dc(0x25f)]?.[_0x5719dc(0x194)]?.[_0x5719dc(0xea)]||[],_0x4895e1=_0x1c542a[_0x5719dc(0x23d)](_0x370005=>_0x370005[_0x5719dc(0x16c)]===_0x5e4a2a);return _0x4895e1?_0x4895e1[_0x5719dc(0x165)]:null;}catch(_0x37e5cf){return logger[_0x5719dc(0xf6)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x5e4a2a+':\x20'+_0x37e5cf[_0x5719dc(0x139)]),null;}}async[a90_0x139537(0xbd)](_0x2dfed9,_0x4f4ab5){const _0x4a3ac3=a90_0x139537,_0x235662=_0x2dfed9[_0x4a3ac3(0x21f)]()[_0x4a3ac3(0x22a)](),_0x383eaf=_0x235662[_0x4a3ac3(0x121)](),_0x42d309=_0x235662[_0x4a3ac3(0x124)]()?.[_0x4a3ac3(0xc0)]();scripts[_0x4a3ac3(0x1a1)](_0x383eaf,_0x42d309),scripts[_0x4a3ac3(0x28c)]();const _0x51d2c4=_0x235662[_0x4a3ac3(0x17d)]();this[_0x4a3ac3(0x10d)]=_0x235662[_0x4a3ac3(0x17d)](),await this[_0x4a3ac3(0xb8)](_0x51d2c4,_0x4f4ab5[_0x4a3ac3(0x27a)]);}async[a90_0x139537(0xb8)](_0x3ae6bd,_0x36b475={}){const _0x4bbd54=a90_0x139537,_0xfface1={'GoAzK':function(_0x12b4de,_0xbce59a){return _0x12b4de===_0xbce59a;},'LrvdB':_0x4bbd54(0x256),'eVweM':_0x4bbd54(0x229),'HMSlh':function(_0x22ce81,_0x1486f8){return _0x22ce81(_0x1486f8);},'VbNGq':_0x4bbd54(0x25a),'DLozH':function(_0x562ed0,_0xe39d76){return _0x562ed0(_0xe39d76);},'nTdxL':_0x4bbd54(0x1ec),'EtkRF':function(_0x24648f,_0x48ce6d){return _0x24648f(_0x48ce6d);},'woepD':function(_0x46ba43,_0x2e2918){return _0x46ba43===_0x2e2918;},'dMcCy':'wcagVersion','cWnrC':_0x4bbd54(0x16b),'HQoBg':_0x4bbd54(0x18a),'gQDCH':_0x4bbd54(0x24a),'GBcam':_0x4bbd54(0x271),'MwDOU':_0x4bbd54(0x25e),'tpTJR':'isMobileScanningEnabledForGroup','MWfBD':function(_0x335f20,_0xded4bf){return _0x335f20(_0xded4bf);},'iHpyV':function(_0x4e3058,_0x339fc2){return _0x4e3058===_0x339fc2;},'vakfY':_0x4bbd54(0x1d9)};global[_0x4bbd54(0xf5)]=global[_0x4bbd54(0xf5)]||{};for(const _0x5519cb of _0x3ae6bd){logger[_0x4bbd54(0x12b)](_0x4bbd54(0x171)+_0x5519cb[_0x4bbd54(0x108)]()+_0x4bbd54(0x167)+_0x5519cb['getValue']());if(_0xfface1[_0x4bbd54(0x1fd)](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['LrvdB'])){const _0x38cef2=_0x5519cb[_0x4bbd54(0x223)]();process[_0x4bbd54(0x18e)][_0x4bbd54(0x192)]=_0x38cef2,global[_0x4bbd54(0xf5)][_0xfface1['eVweM']]=_0x38cef2;const _0x47797f=_0xfface1[_0x4bbd54(0x248)](require,_0xfface1[_0x4bbd54(0xbc)]),{isTrue:_0x3fe9dc}=_0xfface1['DLozH'](require,_0xfface1[_0x4bbd54(0x1e4)]),_0x5d8749=_0x47797f[_0x4bbd54(0x14a)](_0x38cef2);_0x5d8749&&_0xfface1[_0x4bbd54(0x1d5)](_0x3fe9dc,_0x5d8749[_0x4bbd54(0x2a0)])&&(process[_0x4bbd54(0x18e)][_0x4bbd54(0xfb)]=!![]);}else{if(_0xfface1['woepD'](_0x5519cb['getName'](),_0xfface1[_0x4bbd54(0x262)]))global[_0x4bbd54(0xf5)][_0xfface1['cWnrC']]=_0x5519cb['getValue']();else{if(_0xfface1[_0x4bbd54(0x1e3)](_0x5519cb['getName'](),_0xfface1[_0x4bbd54(0x14f)]))global[_0x4bbd54(0xf5)][_0xfface1[_0x4bbd54(0xc9)]]=_0x5519cb[_0x4bbd54(0x223)]();else{if(_0xfface1[_0x4bbd54(0x1fd)](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['GBcam']))global[_0x4bbd54(0xf5)][_0xfface1[_0x4bbd54(0x207)]]=_0x5519cb[_0x4bbd54(0x223)]();else{if(_0xfface1['woepD'](_0x5519cb[_0x4bbd54(0x108)](),_0xfface1['tpTJR'])){const _0x48160d=_0x5519cb[_0x4bbd54(0x223)]();process[_0x4bbd54(0x18e)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0xfface1[_0x4bbd54(0x1ee)](String,_0xfface1['GoAzK'](_0x48160d,!![])||_0xfface1['iHpyV'](_0x48160d,_0xfface1[_0x4bbd54(0x147)])),logger[_0x4bbd54(0xf6)](_0x4bbd54(0x1c6)+_0x48160d+_0x4bbd54(0x244)+process['env'][_0x4bbd54(0x294)]);}}}}}}}async[a90_0x139537(0x235)](_0x32a5fa){const _0x4f672f=a90_0x139537,_0x5c853b={};_0x5c853b[_0x4f672f(0x154)]=function(_0x35af6a,_0xbda275){return _0x35af6a!==_0xbda275;},_0x5c853b['bzaNR']=_0x4f672f(0xf9),_0x5c853b['ehjpc']=function(_0x9fe203,_0x6d0987){return _0x9fe203!==_0x6d0987;},_0x5c853b['UTsdJ']=_0x4f672f(0x101),_0x5c853b['ILdlk']=_0x4f672f(0x1d8),_0x5c853b[_0x4f672f(0x29f)]='unknown';const _0x5248ee=_0x5c853b;if(_0x5248ee[_0x4f672f(0x154)](_0x32a5fa[_0x4f672f(0x1df)],_0x5248ee[_0x4f672f(0x1bb)])&&_0x5248ee[_0x4f672f(0x1ed)](_0x32a5fa['testFramework'],_0x5248ee['UTsdJ'])){logger[_0x4f672f(0xf6)](_0x5248ee[_0x4f672f(0x241)]);return;}const _0x298eb4=_0x32a5fa[_0x4f672f(0x168)]?.[_0x4f672f(0x209)]||_0x32a5fa[_0x4f672f(0x168)]?.['id']||global[_0x4f672f(0x1b6)];logger[_0x4f672f(0x12b)]('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x32a5fa[_0x4f672f(0x1df)]+_0x4f672f(0x17a)+_0x298eb4);try{const _0x2fe511=_0x32a5fa[_0x4f672f(0x127)]||AutomationFramework[_0x4f672f(0x1c2)](),_0x747da5=CLIUtils[_0x4f672f(0x282)](),_0x103175=this[_0x4f672f(0x211)]();logger[_0x4f672f(0xf6)](_0x4f672f(0x23e)+(_0x2fe511?.[_0x4f672f(0x1b5)]?.()||_0x5248ee[_0x4f672f(0x29f)])+_0x4f672f(0xc7)+_0x103175),_0x103175&&await this[_0x4f672f(0x136)](_0x2fe511,_0x32a5fa),this[_0x4f672f(0x29d)][_0x4f672f(0xef)](_0x747da5),this[_0x4f672f(0x1ae)]['delete'](_0x747da5);}catch(_0x2151f9){logger[_0x4f672f(0x112)]('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0x2151f9[_0x4f672f(0xf2)]||_0x2151f9[_0x4f672f(0x139)]));}}async[a90_0x139537(0x136)](_0x42a6e3,_0x2f0de3){const _0x57abc0=a90_0x139537,_0x5adb0c={};_0x5adb0c[_0x57abc0(0x126)]=function(_0x26014d,_0x28b7c6){return _0x26014d===_0x28b7c6;},_0x5adb0c[_0x57abc0(0x11a)]=_0x57abc0(0x1e2),_0x5adb0c[_0x57abc0(0x1c9)]=function(_0x590a6a,_0x4ed9e8){return _0x590a6a===_0x4ed9e8;},_0x5adb0c['qxAJF']=_0x57abc0(0x101),_0x5adb0c[_0x57abc0(0x2a7)]='cucumber',_0x5adb0c['dnAHI']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x5adb0c[_0x57abc0(0x169)]='accessibility',_0x5adb0c[_0x57abc0(0x246)]=_0x57abc0(0x27c),_0x5adb0c['pycbK']=_0x57abc0(0x269),_0x5adb0c[_0x57abc0(0x1ba)]='present',_0x5adb0c[_0x57abc0(0x158)]=_0x57abc0(0x17c),_0x5adb0c[_0x57abc0(0x273)]=function(_0x4f5337,_0x59f856){return _0x4f5337||_0x59f856;},_0x5adb0c[_0x57abc0(0x1c0)]=function(_0x536d44,_0x1e26e6){return _0x536d44||_0x1e26e6;},_0x5adb0c[_0x57abc0(0xdb)]=function(_0x27dc51,_0x44da1f){return _0x27dc51||_0x44da1f;},_0x5adb0c[_0x57abc0(0x18c)]=_0x57abc0(0xd0),_0x5adb0c[_0x57abc0(0x1ad)]='AUTOMATION_SESSIONS',_0x5adb0c['qywMs']='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x5d4f7a=_0x5adb0c;try{const _0x3222c0=_0x2f0de3['testFramework']||(_0x5d4f7a[_0x57abc0(0x1c9)](this[_0x57abc0(0x128)]?.[_0x57abc0(0x16c)]?.['toLowerCase'](),_0x5d4f7a[_0x57abc0(0x177)])?_0x5d4f7a[_0x57abc0(0x177)]:_0x5d4f7a[_0x57abc0(0x2a7)]);let _0x48825d='',_0x4ca41d=null,_0x550511=null;if(_0x5d4f7a['WQiIy'](_0x3222c0,_0x5d4f7a[_0x57abc0(0x177)])){_0x4ca41d=_0x2f0de3[_0x57abc0(0x168)]?.[_0x57abc0(0x209)]||_0x2f0de3[_0x57abc0(0x168)]?.['id']||global[_0x57abc0(0x1b6)];if(!_0x4ca41d){logger['warn'](_0x5d4f7a[_0x57abc0(0xbe)]);return;}try{const _0x440bdf=await GrpcClient['getInstance']()[_0x57abc0(0x25b)](process[_0x57abc0(0x18e)][_0x57abc0(0x21d)],_0x5d4f7a['mnjbF'],_0x5d4f7a[_0x57abc0(0x246)],_0x4ca41d),_0x26a92a=AccessibilityModule[_0x57abc0(0xba)](null,_0x440bdf);_0x48825d=_0x26a92a?.[_0x57abc0(0x296)]||'',logger[_0x57abc0(0xf6)](_0x57abc0(0x279)+_0x48825d+'\x20from\x20testIdentifier='+_0x4ca41d),_0x550511=_0x440bdf;}catch(_0x18490a){logger[_0x57abc0(0x112)](_0x57abc0(0xe9)+_0x18490a[_0x57abc0(0x139)]);return;}}else{const _0x32a099=this['getTestId'](_0x2f0de3);_0x48825d=TestInfo[_0x57abc0(0x119)](_0x32a099);}const _0x532645=((()=>{const _0x485d66=_0x57abc0,_0x330732=(this['accessibilityConfig']?.[_0x485d66(0x194)]?.[_0x485d66(0xea)]||[])['find'](_0x5b0f32=>(typeof _0x5b0f32[_0x485d66(0x108)]===_0x485d66(0x1e2)?_0x5b0f32[_0x485d66(0x108)]():_0x5b0f32[_0x485d66(0x16c)])===this[_0x485d66(0x276)]);return _0x330732?_0x5d4f7a[_0x485d66(0x126)](typeof _0x330732['getValue'],_0x5d4f7a[_0x485d66(0x11a)])?_0x330732['getValue']():_0x330732[_0x485d66(0x165)]:'';})()),_0xe521b5=process[_0x57abc0(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'';logger['debug'](_0x57abc0(0x23e)+(_0x42a6e3?.[_0x57abc0(0x1b5)]?.()||_0x5d4f7a['pycbK'])+_0x57abc0(0xd2)+_0x48825d+_0x57abc0(0x180)+_0x532645+'\x20a11yToken='+(_0xe521b5?_0x5d4f7a['pwliy']:_0x5d4f7a[_0x57abc0(0x158)]));let _0x5d7301;if(_0x5d4f7a[_0x57abc0(0x1c9)](_0x3222c0,_0x5d4f7a['qxAJF']))_0x5d7301=AccessibilityModule[_0x57abc0(0xba)](_0x48825d,_0x550511);else{const _0xbb1fb7=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x57abc0(0x18e)][_0x57abc0(0x21d)],_0x5d4f7a[_0x57abc0(0x169)],_0x5d4f7a[_0x57abc0(0x246)]);_0x5d7301=AccessibilityModule[_0x57abc0(0xba)](_0x48825d,_0xbb1fb7);}logger['debug'](_0x57abc0(0x172)+JSON[_0x57abc0(0xdd)](_0x5d7301));const _0x177531=Object[_0x57abc0(0x208)]({},{'thTestRunUuid':_0x5d4f7a[_0x57abc0(0x273)](_0x48825d,''),'thBuildUuid':_0x5d4f7a[_0x57abc0(0x1c0)](_0x532645,''),'thJwtToken':_0x5d4f7a[_0x57abc0(0xdb)](_0xe521b5,'')},_0x5d7301);!this['isAppAccessibility']&&this[_0x57abc0(0x102)]()&&(_0x177531['is_mobile_session']=!![],logger[_0x57abc0(0xf6)](_0x5d4f7a['NowDv']));logger[_0x57abc0(0xf6)](_0x57abc0(0x185)+_0x48825d+',\x20isAppAccessibility='+this[_0x57abc0(0x160)]);let _0x4e3b90=global[_0x57abc0(0xc8)]?.[_0x57abc0(0x205)]||null;!_0x4e3b90&&(_0x4e3b90=AutomationFramework['getState'](_0x42a6e3,_0x5d4f7a['BfqGq'],null)),!_0x4e3b90&&(_0x4e3b90=AutomationFramework['getState'](_0x42a6e3,_0x5d4f7a[_0x57abc0(0x123)],null)),await this[_0x57abc0(0x130)](this[_0x57abc0(0x211)](),_0x48825d,_0x4e3b90,_0x177531,this[_0x57abc0(0x160)]);}catch(_0xc9fcab){logger['error'](_0x57abc0(0x290)+(_0xc9fcab[_0x57abc0(0xf2)]||_0xc9fcab[_0x57abc0(0x139)]));}}async[a90_0x139537(0x130)](_0x9f860,_0x3d0932,_0xff2b9a,_0x1bfc34,_0x1e5833){const _0x2e280a=a90_0x139537,_0xba70f4={};_0xba70f4['adQsH']=_0x2e280a(0x27c),_0xba70f4[_0x2e280a(0x15a)]=function(_0x3d766b,_0x412b26){return _0x3d766b&&_0x412b26;},_0xba70f4[_0x2e280a(0x19d)]=_0x2e280a(0x141),_0xba70f4[_0x2e280a(0x195)]=function(_0x1dc96e,_0x37abcc){return _0x1dc96e===_0x37abcc;},_0xba70f4[_0x2e280a(0x1cf)]=_0x2e280a(0x17c),_0xba70f4[_0x2e280a(0x1fa)]=function(_0x319da8,_0x197d1a){return _0x319da8===_0x197d1a;},_0xba70f4['yldpb']=_0x2e280a(0x297),_0xba70f4[_0x2e280a(0x231)]=_0x2e280a(0x2a3),_0xba70f4['TIwab']=_0x2e280a(0x26e),_0xba70f4[_0x2e280a(0x23b)]='scan',_0xba70f4[_0x2e280a(0xe7)]=function(_0x34e98b,_0x2a723e){return _0x34e98b&&_0x2a723e;},_0xba70f4[_0x2e280a(0x1e9)]=_0x2e280a(0xde),_0xba70f4[_0x2e280a(0x179)]=_0x2e280a(0x258),_0xba70f4[_0x2e280a(0x1c8)]=_0x2e280a(0x286);const _0x5b830a=_0xba70f4;try{const _0x55168e=this[_0x2e280a(0x133)](_0x5b830a['adQsH']);if(_0x5b830a[_0x2e280a(0x15a)](!_0x1e5833,!_0x55168e)){logger['debug'](_0x5b830a[_0x2e280a(0x19d)]);return;}if(!_0x3d0932||_0x5b830a['Hcekv'](_0x3d0932,_0x5b830a[_0x2e280a(0x1cf)])||_0x5b830a['TnqhZ'](_0x3d0932,'')){logger['debug'](_0x5b830a['yldpb']);return;}logger[_0x2e280a(0xf6)](_0x2e280a(0x283)+JSON[_0x2e280a(0xdd)](_0x1bfc34)),_0x9f860&&(logger[_0x2e280a(0xf6)](_0x5b830a[_0x2e280a(0x231)]),await this[_0x2e280a(0x24c)](_0xff2b9a,_0x3d0932,_0x5b830a[_0x2e280a(0x181)],_0x1bfc34,_0x1e5833,_0x5b830a['wjyxk']),_0x5b830a['OEveG'](!_0x1e5833,_0x55168e)&&(logger[_0x2e280a(0xf6)](_0x5b830a[_0x2e280a(0x1e9)]),await PerformanceTester[_0x2e280a(0x138)](_0x5b830a[_0x2e280a(0x179)],async()=>{const _0x45f32e=_0x2e280a;await this[_0x45f32e(0x24c)](_0xff2b9a,_0x3d0932,_0x5b830a[_0x45f32e(0x298)],_0x1bfc34,_0x1e5833,_0x5b830a[_0x45f32e(0x298)]);})()),logger['info'](_0x5b830a[_0x2e280a(0x1c8)]));}catch(_0x5c3429){logger[_0x2e280a(0x112)](_0x2e280a(0x122)+(_0x5c3429['stack']||_0x5c3429['message']));}}async[a90_0x139537(0x164)](_0x4180de){const _0x15a51c=a90_0x139537,_0x41acfd={};_0x41acfd[_0x15a51c(0xc4)]=function(_0x57d7cc,_0x28cf7f){return _0x57d7cc!==_0x28cf7f;},_0x41acfd['BpueR']=_0x15a51c(0xf9),_0x41acfd[_0x15a51c(0x203)]=function(_0x5f151e,_0x438188){return _0x5f151e!==_0x438188;},_0x41acfd[_0x15a51c(0x1f4)]=_0x15a51c(0x101),_0x41acfd['LCngd']='onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x41acfd['OobtI']=_0x15a51c(0x269),_0x41acfd['lhIVp']=_0x15a51c(0x13b),_0x41acfd['ugBBN']=function(_0x26e039,_0x5adb53){return _0x26e039===_0x5adb53;},_0x41acfd[_0x15a51c(0x140)]='onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan',_0x41acfd[_0x15a51c(0xd1)]=_0x15a51c(0x29d),_0x41acfd[_0x15a51c(0x1ff)]=_0x15a51c(0x193),_0x41acfd[_0x15a51c(0x1d3)]='test_run_id',_0x41acfd[_0x15a51c(0x132)]='testhub_build_uuid',_0x41acfd['dTLzz']=_0x15a51c(0x1eb),_0x41acfd[_0x15a51c(0xc3)]='null';const _0x1eedf9=_0x41acfd;if(_0x1eedf9['JqvPy'](_0x4180de[_0x15a51c(0x1df)],_0x1eedf9['BpueR'])&&_0x1eedf9[_0x15a51c(0x203)](_0x4180de['testFramework'],_0x1eedf9['Yourn'])){logger[_0x15a51c(0xf6)](_0x1eedf9[_0x15a51c(0x16a)]);return;}logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20command='+(_0x4180de[_0x15a51c(0xe1)]||_0x1eedf9[_0x15a51c(0x250)])+_0x15a51c(0x221)+_0x4180de[_0x15a51c(0x1df)]);try{const _0x6d0549=_0x4180de['instance']||AutomationFramework['getTrackedInstance'](),_0x3e4319=TestFramework[_0x15a51c(0x1c2)](),_0x47f28d=_0x4180de[_0x15a51c(0xe1)]||_0x4180de[_0x15a51c(0x29c)]?.[_0x15a51c(0x108)]();if(!_0x47f28d){logger['debug'](_0x1eedf9[_0x15a51c(0x27f)]);return;}if(!this[_0x15a51c(0x211)]()){logger['debug'](_0x15a51c(0x175)+_0x47f28d);return;}if(!this[_0x15a51c(0xe5)](_0x47f28d)){logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20Command\x20'+_0x47f28d+_0x15a51c(0x21a));return;}const _0x3cec2f=_0x4180de[_0x15a51c(0x1bd)]||global[_0x15a51c(0xc8)]?.['pwPage'];if(!_0x3cec2f){logger[_0x15a51c(0xf6)]('onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20'+_0x47f28d);return;}let _0x45f55c='',_0x48417e=null;if(_0x1eedf9[_0x15a51c(0x275)](_0x4180de['testFramework'],_0x1eedf9[_0x15a51c(0x1f4)])){_0x48417e=_0x4180de[_0x15a51c(0x168)]?.[_0x15a51c(0x209)]||_0x4180de[_0x15a51c(0x168)]?.['id']||global[_0x15a51c(0x1b6)];if(!_0x48417e){logger['warn'](_0x1eedf9[_0x15a51c(0x140)]);return;}try{const _0x59251c=await GrpcClient['getInstance']()[_0x15a51c(0x25b)](process[_0x15a51c(0x18e)][_0x15a51c(0x21d)],_0x1eedf9[_0x15a51c(0xd1)],_0x1eedf9['JpDzM'],_0x48417e),_0x6a2d5c=AccessibilityModule[_0x15a51c(0xba)](null,_0x59251c);_0x45f55c=_0x6a2d5c?.[_0x15a51c(0x296)]||'',logger['debug'](_0x15a51c(0x1b0)+_0x45f55c+'\x20from\x20testIdentifier='+_0x48417e);}catch(_0x1ae445){logger[_0x15a51c(0x112)](_0x15a51c(0x1d4)+_0x1ae445['message']);return;}}else _0x45f55c=this[_0x15a51c(0x1c1)](_0x1eedf9[_0x15a51c(0x1d3)])||'',!_0x45f55c&&this[_0x15a51c(0x102)]()&&(_0x45f55c=accessibilityHelper[_0x15a51c(0x1a9)]());const _0x1b957b=this[_0x15a51c(0x1c1)](_0x1eedf9[_0x15a51c(0x132)])||this[_0x15a51c(0x25f)][this[_0x15a51c(0x276)]]||null,_0x3d29e2=process['env'][_0x15a51c(0xe0)]||'',_0x3bfb32=this[_0x15a51c(0x28b)](_0x47f28d,_0x45f55c,_0x1b957b,_0x3d29e2),_0x425577=_0x1eedf9[_0x15a51c(0x275)](_0x4180de[_0x15a51c(0x1df)],_0x1eedf9[_0x15a51c(0x1f4)])?await AccessibilityModule[_0x15a51c(0x212)](_0x1eedf9[_0x15a51c(0xfa)],_0x45f55c,_0x48417e):await AccessibilityModule[_0x15a51c(0x212)](_0x1eedf9[_0x15a51c(0xfa)],_0x45f55c);logger['info']('ScanArgs:\x20'+(_0x3bfb32?JSON['stringify'](_0x3bfb32):_0x1eedf9[_0x15a51c(0xc3)]));const _0x5ae416=CLIUtils[_0x15a51c(0x2a2)](_0x3bfb32,_0x425577);logger[_0x15a51c(0x12b)](_0x15a51c(0xe3)+(_0x5ae416?JSON[_0x15a51c(0xdd)](_0x5ae416):_0x1eedf9[_0x15a51c(0xc3)])),logger[_0x15a51c(0xf6)](_0x15a51c(0x1a6)+_0x47f28d);const _0x58d752=await this[_0x15a51c(0x24c)](_0x3cec2f,_0x45f55c,_0x47f28d,_0x5ae416,this[_0x15a51c(0x160)]);logger['debug'](_0x15a51c(0xb3)+_0x47f28d+_0x15a51c(0x120)+JSON[_0x15a51c(0xdd)](_0x58d752));}catch(_0x41cd9f){logger[_0x15a51c(0x112)](_0x15a51c(0x22b)+(_0x41cd9f[_0x15a51c(0xf2)]||_0x41cd9f[_0x15a51c(0x139)]));}}[a90_0x139537(0x226)](){return this['getCurrentAccessibilityStatus']();}[a90_0x139537(0xcd)](_0x4d63ce){const _0x1deda8=a90_0x139537,_0x36310d=CLIUtils[_0x1deda8(0x282)]();this[_0x1deda8(0x29d)][_0x1deda8(0xcf)](_0x36310d,_0x4d63ce);}async[a90_0x139537(0xd6)](_0x1311d1){const _0x257622=a90_0x139537,_0x3fed47={};_0x3fed47[_0x257622(0x27d)]='unknown';const _0x374072=_0x3fed47;try{const _0x2da381=_0x1311d1[_0x257622(0x127)]||AutomationFramework[_0x257622(0x1c2)](),_0x5cd0cd=_0x2da381?.[_0x257622(0x14b)]?.()?.['get']?.(this[_0x257622(0x1d6)])||![];if(_0x5cd0cd)return;PerformanceTester['start'](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x408ac7=await GrpcClient[_0x257622(0x13e)]()[_0x257622(0xee)](_0x1311d1);_0x408ac7&&_0x408ac7[_0x257622(0x21f)]&&_0x408ac7[_0x257622(0x21f)]()&&_0x408ac7[_0x257622(0x21f)]()[_0x257622(0x1a8)]()?(await this['loadAccessibilityConfig'](_0x408ac7,_0x1311d1),_0x2da381?.[_0x257622(0x14b)]&&_0x2da381['getData']()['set'](this[_0x257622(0x1d6)],!![]),logger[_0x257622(0xf6)](_0x257622(0x23e)+(_0x2da381?.[_0x257622(0x1b5)]?.()||_0x374072[_0x257622(0x27d)])+_0x257622(0xd5))):logger['debug'](_0x257622(0x23e)+(_0x2da381?.[_0x257622(0x1b5)]?.()||_0x374072[_0x257622(0x27d)])+_0x257622(0x210)),PerformanceTester[_0x257622(0x118)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x3d5ad7){PerformanceTester[_0x257622(0x118)](EVENTS[_0x257622(0x1c4)],![],_0x3d5ad7[_0x257622(0x139)]),logger['error'](_0x257622(0xb9)+(_0x3d5ad7[_0x257622(0xf2)]||_0x3d5ad7[_0x257622(0x139)]));}}async['loadAccessibilityConfig'](_0x344bd5,_0x5a01f7){const _0xae593c=a90_0x139537;await this[_0xae593c(0xbd)](_0x344bd5,_0x5a01f7);const _0x1c4fbc=_0x344bd5[_0xae593c(0x21f)]()[_0xae593c(0x22a)]();if(_0x1c4fbc){const _0x1483e0=_0x344bd5[_0xae593c(0x214)]&&_0x344bd5[_0xae593c(0x214)]();_0x1483e0&&(this[_0xae593c(0x25f)][this[_0xae593c(0x276)]]=_0x1483e0[_0xae593c(0x20d)]&&_0x1483e0['getBuildId']());}}[a90_0x139537(0xe5)](_0x5a33f0){const _0xfe3e14=a90_0x139537,_0x25de3f={};_0x25de3f[_0xfe3e14(0x149)]=function(_0x3fee93,_0x23a917){return _0x3fee93===_0x23a917;};const _0x131594=_0x25de3f;try{if(!_0x5a33f0)return![];const _0x5e9ab3=this['accessibilityConfig']?.['options']?.[_0xfe3e14(0x1e6)]?.[_0xfe3e14(0x12c)]||[],_0x4c4768=_0x5e9ab3[_0xfe3e14(0x15f)](_0x1828f2=>{const _0x2e6109=_0xfe3e14;return _0x1828f2[_0x2e6109(0x16c)]&&_0x131594[_0x2e6109(0x149)](_0x1828f2[_0x2e6109(0x16c)][_0x2e6109(0x11f)](),_0x5a33f0[_0x2e6109(0x11f)]());});return logger[_0xfe3e14(0xf6)]('shouldScanForCommand:\x20'+_0x5a33f0+_0xfe3e14(0x107)+_0x4c4768+_0xfe3e14(0x22d)+JSON['stringify'](_0x5e9ab3[_0xfe3e14(0x125)](_0x1f2add=>_0x1f2add[_0xfe3e14(0x16c)]))),_0x4c4768;}catch(_0x205b12){return logger['debug'](_0xfe3e14(0xfe)+_0x205b12[_0xfe3e14(0x139)]),![];}}['isBrowserstackScriptCommand'](_0x2be1b7){const _0x355cf6=a90_0x139537,_0x3e8cc0={};_0x3e8cc0[_0x355cf6(0x174)]=function(_0x5e8444,_0x68ed06){return _0x5e8444===_0x68ed06;},_0x3e8cc0[_0x355cf6(0x1f7)]=_0x355cf6(0x1a5),_0x3e8cc0[_0x355cf6(0x24d)]=_0x355cf6(0x1b7);const _0x303140=_0x3e8cc0,_0x4ea8a8=_0x2be1b7[_0x355cf6(0x243)]&&_0x2be1b7[_0x355cf6(0x243)]();return _0x4ea8a8&&_0x303140[_0x355cf6(0x174)](typeof _0x4ea8a8,_0x303140[_0x355cf6(0x1f7)])&&_0x4ea8a8[_0x355cf6(0x100)](_0x303140[_0x355cf6(0x24d)]);}[a90_0x139537(0x22c)](_0x3f2c30){const _0x5c308b=a90_0x139537,_0x45bcde={};_0x45bcde[_0x5c308b(0x13d)]=function(_0x16a6ae,_0x2755d6){return _0x16a6ae!==_0x2755d6;},_0x45bcde[_0x5c308b(0x15d)]=_0x5c308b(0x1a5),_0x45bcde[_0x5c308b(0x267)]=_0x5c308b(0x29d),_0x45bcde[_0x5c308b(0x26b)]=_0x5c308b(0x193),_0x45bcde[_0x5c308b(0x213)]='getResults',_0x45bcde[_0x5c308b(0x21e)]=_0x5c308b(0x281);const _0x571aa7=_0x45bcde,_0x1d9ce6=_0x3f2c30['getScript']&&_0x3f2c30[_0x5c308b(0x243)]();if(!_0x1d9ce6||_0x571aa7[_0x5c308b(0x13d)](typeof _0x1d9ce6,_0x571aa7[_0x5c308b(0x15d)]))return![];return _0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x267)])||_0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x26b)])||_0x1d9ce6[_0x5c308b(0x100)](_0x571aa7[_0x5c308b(0x213)])||_0x1d9ce6['includes'](_0x571aa7['sliLY']);}[a90_0x139537(0x102)](){const _0x32b397=a90_0x139537,_0x2b41ac={'dPiHN':function(_0x373770,_0x11d5c3){return _0x373770===_0x11d5c3;},'kmKjM':_0x32b397(0x1e2),'BOopM':function(_0x446693,_0x48a0a4){return _0x446693(_0x48a0a4);},'uUuKI':_0x32b397(0xdc),'JtVMP':'browserName','OupYR':_0x32b397(0x106),'llyEi':_0x32b397(0x257)};try{const _0x23510d=this[_0x32b397(0x25f)]?.[_0x32b397(0x194)]?.[_0x32b397(0xea)]||[],_0x1f305a=_0x4f9974=>{const _0xf61329=_0x32b397,_0x533ebf=_0x23510d[_0xf61329(0x23d)](_0x3a7a73=>(typeof _0x3a7a73['getName']==='function'?_0x3a7a73[_0xf61329(0x108)]():_0x3a7a73['name'])===_0x4f9974);return _0x533ebf?_0x2b41ac[_0xf61329(0x1dd)](typeof _0x533ebf['getValue'],_0x2b41ac[_0xf61329(0xd4)])?_0x533ebf[_0xf61329(0x223)]():_0x533ebf[_0xf61329(0x165)]:null;},_0x2b1073=_0x2b41ac['BOopM'](_0x1f305a,_0x2b41ac['uUuKI']),_0x2826f2=_0x2b41ac[_0x32b397(0x18d)](_0x1f305a,_0x2b41ac[_0x32b397(0x228)]),_0x2e63cb=global[_0x32b397(0x187)]||_0x2b1073&&_0x2b41ac[_0x32b397(0x1dd)](_0x2b41ac[_0x32b397(0x18d)](String,_0x2b1073)[_0x32b397(0x11f)](),_0x2b41ac[_0x32b397(0x1bc)])&&_0x2826f2&&_0x2b41ac['BOopM'](String,_0x2826f2)[_0x32b397(0x11f)]()['includes'](_0x2b41ac['llyEi']);if(!_0x2e63cb)return![];if(!accessibilityHelper[_0x32b397(0x19f)]())return!this[_0x32b397(0xbf)]&&(logger[_0x32b397(0xeb)](accessibilityHelper[_0x32b397(0x274)]),this[_0x32b397(0xbf)]=!![]),![];return!![];}catch(_0x2668a5){return logger[_0x32b397(0xf6)]('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x2668a5['message']),![];}}[a90_0x139537(0x28b)](_0x4cb2df,_0xd466fd,_0xa99c90,_0x6bbf99){const _0x3226a3=a90_0x139537,_0x206e33={};_0x206e33[_0x3226a3(0x186)]=function(_0x133f1c,_0x5cc024){return _0x133f1c||_0x5cc024;},_0x206e33[_0x3226a3(0x21b)]=function(_0x27b937,_0x36400a){return _0x27b937&&_0x36400a;},_0x206e33[_0x3226a3(0x153)]=function(_0x2b266d,_0x4561f3){return _0x2b266d||_0x4561f3;},_0x206e33['zKSQd']='getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session';const _0x5d1f3b=_0x206e33;let _0x4974d9=_0x5d1f3b[_0x3226a3(0x186)](_0xd466fd,'');const _0x3bdc0c=!this[_0x3226a3(0x160)]&&this[_0x3226a3(0x102)]();_0x5d1f3b[_0x3226a3(0x21b)](_0x3bdc0c,!_0x4974d9)&&(_0x4974d9=accessibilityHelper[_0x3226a3(0x1a9)]());const _0x12148f={'command':_0x4cb2df,'thTestRunUuid':_0x4974d9,'thBuildUuid':_0x5d1f3b[_0x3226a3(0x153)](_0xa99c90,''),'thJwtToken':_0x5d1f3b[_0x3226a3(0x153)](_0x6bbf99,''),'timestamp':new Date()['toISOString']()};return _0x3bdc0c&&(_0x12148f[_0x3226a3(0x1e0)]=!![],logger[_0x3226a3(0xf6)](_0x5d1f3b['zKSQd'])),_0x12148f;}[a90_0x139537(0x133)](_0x3537c0){const _0x4e0a24=a90_0x139537,_0x5abd8a={};_0x5abd8a[_0x4e0a24(0xff)]=function(_0xc0e73e,_0x40dbab){return _0xc0e73e||_0x40dbab;};const _0x6b2de5=_0x5abd8a;try{const _0x436a81=this[_0x4e0a24(0x25f)]?.[_0x4e0a24(0x194)]?.[_0x4e0a24(0x113)]||[],_0x29c369=_0x436a81[_0x4e0a24(0x23d)](_0x5d305d=>_0x5d305d[_0x4e0a24(0x16c)]===_0x3537c0);return _0x6b2de5['gnoKY'](_0x29c369,null);}catch(_0x723c4b){return logger[_0x4e0a24(0xf6)]('Error\x20getting\x20script\x20by\x20name\x20'+_0x3537c0+':\x20'+_0x723c4b[_0x4e0a24(0x139)]),null;}}async[a90_0x139537(0x10b)](_0x35112e,_0x1837e3,_0xfde236=null){const _0x1c5b52=a90_0x139537,_0x43dec8={'uzLMe':function(_0x22387c,_0x1a415d){return _0x22387c(_0x1a415d);},'ApuRy':_0x1c5b52(0x178)};try{if(!_0x35112e)return logger[_0x1c5b52(0xf6)](_0x1c5b52(0x27b)+_0x1837e3),null;const _0x8a9569=this['getScriptByName'](_0x1837e3);if(!_0x8a9569||!_0x8a9569['command'])return logger[_0x1c5b52(0xf6)](_0x1c5b52(0x266)+_0x1837e3+_0x1c5b52(0xed)),null;logger[_0x1c5b52(0xf6)](_0x1c5b52(0x21c)+_0x1837e3+_0x1c5b52(0x145));const _0x42cf11=_0x43dec8['uzLMe'](require,_0x43dec8[_0x1c5b52(0x196)]),_0x216bdd=_0xfde236?await _0x42cf11['browserStackEvaluate'](_0x35112e,_0x8a9569[_0x1c5b52(0x29c)],_0xfde236):await _0x42cf11[_0x1c5b52(0x261)](_0x35112e,_0x8a9569[_0x1c5b52(0x29c)]);return _0x216bdd;}catch(_0x91519c){return logger[_0x1c5b52(0x112)]('Error\x20executing\x20script\x20'+_0x1837e3+':\x20'+(_0x91519c[_0x1c5b52(0xf2)]||_0x91519c['message'])),null;}}async[a90_0x139537(0x24c)](_0x4cac9b,_0x3fce2a,_0x1697e3,_0x4dffb4,_0x32167b,_0x2d6644=a90_0x139537(0x1eb)){const _0x1060ae=a90_0x139537,_0xdbb652={'wJZbx':function(_0x4e2745,_0x4ed101){return _0x4e2745===_0x4ed101;},'gpZnD':_0x1060ae(0x1eb),'ZHubD':function(_0x2440b6,_0x10b45e){return _0x2440b6(_0x10b45e);},'eemlD':'../../playwright/accessibility-helper','ruysM':function(_0x711ca2,_0x2f9953){return _0x711ca2(_0x2f9953);}};try{logger[_0x1060ae(0xf6)]('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x1697e3+'\x20using\x20script:\x20'+_0x2d6644);const _0x57c786=this[_0x1060ae(0x133)](_0x2d6644);if(!_0x57c786||!_0x57c786['command']){logger[_0x1060ae(0xf6)](_0x1060ae(0x163)+_0x2d6644+_0x1060ae(0x234));return;}if(_0xdbb652[_0x1060ae(0x22e)](_0x2d6644,_0xdbb652[_0x1060ae(0x135)])){const _0x52f6e9=_0xdbb652[_0x1060ae(0xcc)](require,_0xdbb652[_0x1060ae(0xfd)]),_0x3b1995={};_0x3b1995['command']=_0x1697e3;const _0x17ea43=await PerformanceTester[_0x1060ae(0x138)](PerformanceA11yEvents[_0x1060ae(0x1c7)],async()=>{const _0x4a7d9e=_0x1060ae;return await _0x52f6e9['browserStackEvaluate'](_0x4cac9b,_0x57c786[_0x4a7d9e(0x29c)],_0x4dffb4);},_0x3b1995)();return logger[_0x1060ae(0x12b)](_0x1060ae(0x28a)+_0x2d6644+'\x20result\x20for\x20'+_0x1697e3+':\x20'+util[_0x1060ae(0x188)](_0x17ea43)),_0x17ea43;}const _0x33508a=_0xdbb652[_0x1060ae(0xf3)](require,_0xdbb652[_0x1060ae(0xfd)]),_0x3048d5=await PerformanceTester[_0x1060ae(0x138)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x5c5bf2=_0x1060ae;return await _0x33508a[_0x5c5bf2(0x261)](_0x4cac9b,_0x57c786['command'],_0x4dffb4);})();return logger['info'](_0x1060ae(0x28a)+_0x2d6644+_0x1060ae(0x268)+_0x1697e3+':\x20'+util[_0x1060ae(0x188)](_0x3048d5)),_0x3048d5;}catch(_0x30647a){logger['error'](_0x1060ae(0x265)+_0x2d6644+':\x20'+(_0x30647a['stack']||_0x30647a[_0x1060ae(0x139)]));}}async[a90_0x139537(0xf1)](_0x3cc867){const _0x2f9983=a90_0x139537,_0x5ea65f={'tLpNP':function(_0x515404,_0x1fc734){return _0x515404(_0x1fc734);},'Zqadv':_0x2f9983(0x25a)};try{const _0xbdfe40=_0x5ea65f[_0x2f9983(0x1f3)](require,_0x5ea65f[_0x2f9983(0x219)]);return await _0xbdfe40[_0x2f9983(0x288)](_0x3cc867);}catch(_0x3c03b5){return logger[_0x2f9983(0x112)](_0x2f9983(0x12e)+(_0x3c03b5[_0x2f9983(0xf2)]||_0x3c03b5[_0x2f9983(0x139)])),![];}}[a90_0x139537(0xb5)](_0x2e64c8,_0x215642,_0x424645){const _0x5b0d31=a90_0x139537,_0xfe8121={'kvJKT':function(_0x49eb4c,_0x46b44c){return _0x49eb4c(_0x46b44c);},'XTwzW':_0x5b0d31(0x178),'tVkUy':_0x5b0d31(0x201),'iLDOI':_0x5b0d31(0x1ca)};try{const _0x40d528=_0xfe8121['kvJKT'](require,_0xfe8121[_0x5b0d31(0x216)]);_0x40d528['processAccessibilityCaps'](_0x2e64c8,_0x215642,_0x424645);const _0x531382=JSON[_0x5b0d31(0xdd)](_0x2e64c8)[_0x5b0d31(0x10c)](/"browserstack\.user":"[^"]*"/g,_0xfe8121['tVkUy'])[_0x5b0d31(0x10c)](/"browserstack\.key":"[^"]*"/g,_0xfe8121['iLDOI']);logger[_0x5b0d31(0xf6)](_0x5b0d31(0x184)+global[_0x5b0d31(0x1f6)]+'\x20'+_0x531382);}catch(_0x49cb97){logger[_0x5b0d31(0x112)](_0x5b0d31(0x218)+(_0x49cb97[_0x5b0d31(0xf2)]||_0x49cb97[_0x5b0d31(0x139)]));}}async[a90_0x139537(0x2a6)](_0x1e2624){const _0x41bb2c=a90_0x139537,_0x3b3ce7={};_0x3b3ce7['qAfAv']='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x3b3ce7['ZkImz']=function(_0x414558,_0x320dd1){return _0x414558>_0x320dd1;},_0x3b3ce7['ttYPa']=_0x41bb2c(0x18b);const _0x5b8e5d=_0x3b3ce7;try{if(!this[_0x41bb2c(0x211)]())return logger[_0x41bb2c(0xeb)](_0x5b8e5d[_0x41bb2c(0x1e1)]),[];const _0x133ae0=this[_0x41bb2c(0x102)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x41bb2c(0x1a9)]()}:{};_0x5b8e5d[_0x41bb2c(0x236)](Object[_0x41bb2c(0x18f)](_0x133ae0)[_0x41bb2c(0xc1)],0x0)&&logger['debug'](_0x41bb2c(0x1f9)+JSON[_0x41bb2c(0xdd)](_0x133ae0));const _0x4f1b65=_0x5b8e5d['ZkImz'](Object[_0x41bb2c(0x18f)](_0x133ae0)[_0x41bb2c(0xc1)],0x0)?await this['executeScriptByName'](_0x1e2624,_0x5b8e5d[_0x41bb2c(0x20b)],_0x133ae0):await this[_0x41bb2c(0x10b)](_0x1e2624,_0x5b8e5d[_0x41bb2c(0x20b)]);return _0x4f1b65||[];}catch(_0x2a7ac1){return logger[_0x41bb2c(0x112)](_0x41bb2c(0x242)+(_0x2a7ac1['stack']||_0x2a7ac1[_0x41bb2c(0x139)])),[];}}async['getAccessibilityResultsSummary'](_0x12e5f1){const _0x3751d5=a90_0x139537,_0x533694={'hIwRM':_0x3751d5(0x1eb),'Vxpkq':_0x3751d5(0x1b2),'aJGma':_0x3751d5(0x111),'mceWV':function(_0x6ad5de,_0x188f19){return _0x6ad5de(_0x188f19);},'ntLeZ':_0x3751d5(0x159),'GHPFq':function(_0x2e60c5,_0x3f4a88){return _0x2e60c5===_0x3f4a88;},'GIugk':'jest','UBjlj':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','QdNKb':'accessibility','mWKgv':_0x3751d5(0x1b1),'cRpIY':_0x3751d5(0x144),'lrmFO':_0x3751d5(0x148),'uuAyk':'Performing\x20scan\x20before\x20getting\x20results\x20summary','QUeiL':_0x3751d5(0xfc)};try{if(!this[_0x3751d5(0x211)]())return logger['warn'](_0x533694[_0x3751d5(0x19b)]),{};const _0x20f319=_0x533694['mceWV'](require,_0x533694[_0x3751d5(0x155)]),_0x5a006c=_0x20f319[_0x3751d5(0x233)](),_0x156881=_0x533694[_0x3751d5(0x20e)](_0x5a006c?.[_0x3751d5(0x16c)]?.[_0x3751d5(0x11f)](),_0x533694[_0x3751d5(0x10f)]);let _0x580f6b='',_0x53bf73=null,_0x3dd708=null;if(_0x156881){_0x53bf73=global[_0x3751d5(0x1b6)]||global['__workerDetails']?.[_0x3751d5(0x17b)]?.[_0x3751d5(0x209)]||global[_0x3751d5(0xc8)]?.[_0x3751d5(0x17b)]?.['id'];if(!_0x53bf73)return logger['warn'](_0x533694[_0x3751d5(0x189)]),{};try{const _0xab065a=await GrpcClient[_0x3751d5(0x13e)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x3751d5(0x21d)],_0x533694[_0x3751d5(0xf7)],_0x533694[_0x3751d5(0x280)],_0x53bf73),_0x50c002=AccessibilityModule[_0x3751d5(0xba)](null,_0xab065a);_0x580f6b=_0x50c002?.[_0x3751d5(0x296)]||'',logger[_0x3751d5(0xf6)](_0x3751d5(0x240)+_0x580f6b+'\x20from\x20testIdentifier='+_0x53bf73);const _0x394efc=await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x533694['Vxpkq'],_0x580f6b,_0x53bf73),_0x8ad110=this['getCapabilityValue'](_0x533694['mWKgv'])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x2f2f92=process[_0x3751d5(0x18e)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x2d7d65=this[_0x3751d5(0x28b)](_0x533694[_0x3751d5(0xdf)],_0x580f6b,_0x8ad110,_0x2f2f92);_0x3dd708=_0x20f319[_0x3751d5(0x2a2)](_0x2d7d65,_0x394efc),logger[_0x3751d5(0xf6)](_0x3751d5(0x115)+JSON[_0x3751d5(0xdd)](_0x3dd708));}catch(_0x591d96){return logger['error'](_0x3751d5(0x227)+_0x591d96[_0x3751d5(0x139)]),{};}}else{_0x580f6b=this[_0x3751d5(0x1c1)](_0x533694[_0x3751d5(0x117)])||'';!_0x580f6b&&this['isMobileWebSession']()&&(_0x580f6b=accessibilityHelper[_0x3751d5(0x1a9)]());const _0x58488d=this['getCapabilityValue'](_0x533694[_0x3751d5(0x270)])||this[_0x3751d5(0x25f)][this[_0x3751d5(0x276)]]||null,_0x508c52=process['env'][_0x3751d5(0xe0)]||'';_0x3dd708=this[_0x3751d5(0x28b)](_0x533694[_0x3751d5(0xdf)],_0x580f6b,_0x58488d,_0x508c52);}logger['debug'](_0x533694['uuAyk']),await PerformanceTester[_0x3751d5(0x138)](PerformanceA11yEvents[_0x3751d5(0x1c7)],async()=>{const _0x1731b7=_0x3751d5,_0x460eea=await this['executeScriptByName'](_0x12e5f1,_0x533694['hIwRM'],_0x3dd708);logger[_0x1731b7(0xf6)](_0x1731b7(0x1db)+util['format'](_0x460eea));},{'command':_0x533694[_0x3751d5(0xdf)]})();const _0x3dd34c=await PerformanceTester[_0x3751d5(0x138)](PerformanceA11yEvents[_0x3751d5(0x1a0)],async()=>{const _0x4f80e1=_0x3751d5;return await this[_0x4f80e1(0x10b)](_0x12e5f1,_0x533694[_0x4f80e1(0x280)],_0x3dd708);})();if(!_0x3dd34c)return logger[_0x3751d5(0xf6)](_0x533694[_0x3751d5(0xe4)]),{};return _0x3dd34c;}catch(_0x5d860b){return logger[_0x3751d5(0x112)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x5d860b[_0x3751d5(0xf2)]||_0x5d860b['message'])),{};}}async[a90_0x139537(0x225)](_0x47d24f,_0x5ea4f7,_0x1f4779=null){const _0x4f41a4=a90_0x139537,_0x4c1cc6={};_0x4c1cc6['KmqeK']=_0x4f41a4(0x222),_0x4c1cc6[_0x4f41a4(0x1fb)]=_0x4f41a4(0x199),_0x4c1cc6[_0x4f41a4(0x12f)]=_0x4f41a4(0x264);const _0x851f1b=_0x4c1cc6;try{if(!_0x47d24f)return logger['debug'](_0x851f1b[_0x4f41a4(0x278)]),null;if(!_0x5ea4f7)return logger['debug'](_0x851f1b[_0x4f41a4(0x1fb)]),null;logger[_0x4f41a4(0xf6)](_0x851f1b[_0x4f41a4(0x12f)]);const _0x151389=_0x1f4779?await _0x47d24f[_0x4f41a4(0x1e8)](_0x5ea4f7,_0x1f4779):await _0x47d24f[_0x4f41a4(0x1e8)](_0x5ea4f7);return _0x151389;}catch(_0x5fe7d2){return logger[_0x4f41a4(0x112)](_0x4f41a4(0x1ea)+(_0x5fe7d2[_0x4f41a4(0xf2)]||_0x5fe7d2[_0x4f41a4(0x139)])),null;}}static[a90_0x139537(0xba)](_0x364b9f,_0xc7a617){const _0x1492df=a90_0x139537,_0x470936={};_0x470936[_0x1492df(0xf0)]=_0x1492df(0x134);const _0x51c14b=_0x470936,_0x2e2feb={};_0x2e2feb[_0x1492df(0x296)]=_0x364b9f;const _0x1e085c=_0x2e2feb;let _0x321ce3={};if(_0xc7a617[_0x1492df(0x1a8)]()&&_0xc7a617[_0x1492df(0x1b3)]())try{_0x321ce3=JSON[_0x1492df(0x25c)](new Buffer(_0xc7a617[_0x1492df(0xd8)]())[_0x1492df(0x143)](_0x51c14b[_0x1492df(0xf0)]));}catch(_0x41afc7){logger[_0x1492df(0x112)]('Error\x20parsing\x20accessibility\x20execute\x20params:\x20'+_0x41afc7['message']),_0x321ce3={};}return CLIUtils[_0x1492df(0x2a2)](_0x1e085c,_0x321ce3);}static async[a90_0x139537(0x212)](_0x57a12e,_0x405d77='',_0x1b1a17=null){const _0x1baa87=a90_0x139537,_0x43bc7b={};_0x43bc7b['iKyTn']=_0x1baa87(0xec),_0x43bc7b[_0x1baa87(0xe6)]=_0x1baa87(0x29d);const _0xfaf1c6=_0x43bc7b;try{if(!_0x1b1a17&&AccessibilityModule[_0x1baa87(0x15b)])return AccessibilityModule[_0x1baa87(0xe2)];if(!process[_0x1baa87(0x18e)][_0x1baa87(0x21d)])return logger[_0x1baa87(0x112)](_0xfaf1c6[_0x1baa87(0x232)]),{};const _0x425770=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x1baa87(0x18e)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0xfaf1c6[_0x1baa87(0xe6)],_0x57a12e,_0x1b1a17),_0x353ea8=_0x1b1a17?AccessibilityModule[_0x1baa87(0xba)](null,_0x425770)?.[_0x1baa87(0x296)]||_0x405d77:_0x405d77,_0x4a352f=AccessibilityModule[_0x1baa87(0xba)](_0x353ea8,_0x425770);return!_0x1b1a17&&(AccessibilityModule[_0x1baa87(0xe2)]=_0x4a352f,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4a352f;}catch(_0x5205b2){return logger[_0x1baa87(0x112)](_0x1baa87(0x1d2)+_0x57a12e+':\x20'+(_0x5205b2['stack']||_0x5205b2[_0x1baa87(0x139)])),{};}}};module[a90_0x139537(0x23a)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a91_0x49ebb3=a91_0x36f6;function a91_0x36f6(_0x35dc8a,_0x1d4cd1){const _0x2244a7=a91_0x2244();return a91_0x36f6=function(_0x36f6a5,_0x19b102){_0x36f6a5=_0x36f6a5-0xb0;let _0x4b991c=_0x2244a7[_0x36f6a5];return _0x4b991c;},a91_0x36f6(_0x35dc8a,_0x1d4cd1);}(function(_0x3f7fab,_0x37429a){const _0x43f96c=a91_0x36f6,_0x400bd7=_0x3f7fab();while(!![]){try{const _0x2fdc12=-parseInt(_0x43f96c(0xb9))/0x1*(parseInt(_0x43f96c(0xc4))/0x2)+parseInt(_0x43f96c(0xd0))/0x3+parseInt(_0x43f96c(0xc7))/0x4*(-parseInt(_0x43f96c(0xbf))/0x5)+-parseInt(_0x43f96c(0xbe))/0x6*(parseInt(_0x43f96c(0xb8))/0x7)+parseInt(_0x43f96c(0xd3))/0x8+-parseInt(_0x43f96c(0xb2))/0x9*(parseInt(_0x43f96c(0xcd))/0xa)+parseInt(_0x43f96c(0xb7))/0xb;if(_0x2fdc12===_0x37429a)break;else _0x400bd7['push'](_0x400bd7['shift']());}catch(_0x17497c){_0x400bd7['push'](_0x400bd7['shift']());}}}(a91_0x2244,0xd1d03));const logger=require('../../../helpers/logger.js')['winstonLogger'],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x2234ee=null){const _0x4125f1=a91_0x36f6,_0x3c12aa={};_0x3c12aa[_0x4125f1(0xc0)]=_0x4125f1(0xc3),_0x3c12aa['tRkLq']=_0x4125f1(0xbd);const _0x2d779d=_0x3c12aa,_0x415451=_0x2d779d[_0x4125f1(0xc0)][_0x4125f1(0xb3)]('|');let _0x29d59c=0x0;while(!![]){switch(_0x415451[_0x29d59c++]){case'0':this[_0x4125f1(0xc2)]=this[_0x4125f1(0xca)](_0x2234ee);continue;case'1':this[_0x4125f1(0xba)]=0x0;continue;case'2':this['binSessionId']=null;continue;case'3':this[_0x4125f1(0xcf)]=_0x2d779d['tRkLq'];continue;case'4':this[_0x4125f1(0xc8)]=null;continue;case'5':this[_0x4125f1(0xb1)]={};continue;}break;}}['ensureBinSession'](){const _0x4442ce=a91_0x36f6,_0x18b18e={};_0x18b18e[_0x4442ce(0xd1)]=_0x4442ce(0xcb);const _0x5199f8=_0x18b18e;if(!this[_0x4442ce(0xcc)])throw new Error(_0x5199f8[_0x4442ce(0xd1)]);}[a91_0x49ebb3(0xbb)](){const _0x581090=a91_0x49ebb3;return this[_0x581090(0xcf)];}[a91_0x49ebb3(0xda)](_0x39dfd5,_0x590290,_0x5470e7,_0x1c1d43={}){const _0x4e7d81=a91_0x49ebb3,_0x47cd4f={};_0x47cd4f['BgvQS']=_0x4e7d81(0xb5);const _0x1cf178=_0x47cd4f,_0xa81098=_0x1cf178['BgvQS'][_0x4e7d81(0xb3)]('|');let _0x7d126=0x0;while(!![]){switch(_0xa81098[_0x7d126++]){case'0':this[_0x4e7d81(0xb1)]=_0x1c1d43;continue;case'1':this[_0x4e7d81(0xc8)]=_0x5470e7;continue;case'2':logger[_0x4e7d81(0xbc)](_0x4e7d81(0xc5)+this['getModuleName']()+'\x20with\x20binSessionId='+_0x39dfd5+',\x20platformIndex='+_0x590290);continue;case'3':this[_0x4e7d81(0xba)]=_0x590290;continue;case'4':this[_0x4e7d81(0xcc)]=_0x39dfd5;continue;}break;}}[a91_0x49ebb3(0xd9)](_0x454c37){const _0x4928f3=a91_0x49ebb3,_0x406207={};_0x406207[_0x4928f3(0xd4)]=function(_0x3f0239,_0x42a279){return _0x3f0239===_0x42a279;},_0x406207[_0x4928f3(0xd6)]=function(_0x3ff92c,_0x2a1fc3){return _0x3ff92c===_0x2a1fc3;};const _0x1ef8a2=_0x406207;let _0x291d72='';if(_0x1ef8a2['KfDXf'](_0x454c37[_0x4928f3(0xd2)],FRAMEWORKS['PLAYWRIGHT']))_0x291d72=_0x454c37[_0x4928f3(0xd8)]?.[_0x4928f3(0xce)]?.['id']||_0x454c37[_0x4928f3(0xd8)]?.[_0x4928f3(0xc9)];else{if(_0x1ef8a2['KfDXf'](_0x454c37[_0x4928f3(0xd2)],FRAMEWORKS['CUCUMBER']))_0x291d72=_0x454c37[_0x4928f3(0xd8)]?.[_0x4928f3(0xd5)];else _0x1ef8a2['NJrnW'](_0x454c37[_0x4928f3(0xd2)],FRAMEWORKS[_0x4928f3(0xb4)])&&(_0x291d72=_0x454c37['testInfo']?.['id']);}return _0x291d72;}[a91_0x49ebb3(0xca)](_0x280ca7){const _0x4bcbb0=a91_0x49ebb3,_0x123916={};_0x123916[_0x4bcbb0(0xc1)]=function(_0x41b3ab,_0x1f9d19){return _0x41b3ab!==_0x1f9d19;},_0x123916['qDaPx']=_0x4bcbb0(0xb6);const _0x4f8a3c=_0x123916;if(!_0x280ca7||_0x4f8a3c['JbWvD'](typeof _0x280ca7,_0x4f8a3c[_0x4bcbb0(0xd7)]))return null;const _0x1fcefa={};_0x1fcefa[_0x4bcbb0(0xcf)]=_0x280ca7[_0x4bcbb0(0xcf)],_0x1fcefa[_0x4bcbb0(0xb0)]=_0x280ca7[_0x4bcbb0(0xb0)]&&_0x280ca7[_0x4bcbb0(0xb0)][_0x280ca7[_0x4bcbb0(0xcf)]];const _0x50ef01=_0x1fcefa;return _0x50ef01;}}function a91_0x2244(){const _0x26edb6=['testFrameworkData','3|2|1|5|4|0','3346474KFWVUc','Configured\x20module\x20','exports','772GlLpUu','client','testId','setTestFrameworkData','Missing\x20binSessionId','binSessionId','230nXQJeO','_test','name','2638887feRhdp','Xdobb','testFramework','212344ItOpYp','KfDXf','testCaseStartedId','NJrnW','qDaPx','testInfo','getTestId','configure','version','config','200547UxhTdw','split','JEST','4|3|1|0|2','object','42150757ccDSuV','21mslYub','1CCnoXv','platformIndex','getModuleName','debug','BaseModule','2407326McObRp','12675EVpDCy','qcWaJ','JbWvD'];a91_0x2244=function(){return _0x26edb6;};return a91_0x2244();}module[a91_0x49ebb3(0xc6)]=BaseModule;
1
+ const a91_0xa32035=a91_0x4652;function a91_0x4f66(){const _0x2106d8=['360SqORBq','1905155lapJLF','dMRuH','577388NHLtWF','ensureBinSession','116934YSfwwz','67184kJDEqU','testInfo','binSessionId','setTestFrameworkData','exports','3|1|5|4|2|0','133ArhLBa','tFFyF','debug','name','config','UOIJR','../../../helpers/logger.js','version','13308HTyVhH','PLAYWRIGHT','testCaseStartedId','WcfLO','0|4|2|3|1','object','CUCUMBER','McBxv','rtDRP','configure','testId','testFramework','getTestId','\x20with\x20binSessionId=','1083741GUFoVU','RaLXb','split','platformIndex','Missing\x20binSessionId','qtkec','4SHWrdj','tUBcI','_test','BaseModule','winstonLogger','client','132732zjANgL'];a91_0x4f66=function(){return _0x2106d8;};return a91_0x4f66();}(function(_0x45350a,_0x399b70){const _0x3320a9=a91_0x4652,_0x4cdaec=_0x45350a();while(!![]){try{const _0x5b7915=-parseInt(_0x3320a9(0x107))/0x1+-parseInt(_0x3320a9(0x105))/0x2+-parseInt(_0x3320a9(0xf5))/0x3*(parseInt(_0x3320a9(0xfb))/0x4)+parseInt(_0x3320a9(0x103))/0x5+parseInt(_0x3320a9(0x116))/0x6*(parseInt(_0x3320a9(0x10e))/0x7)+parseInt(_0x3320a9(0x108))/0x8+parseInt(_0x3320a9(0x101))/0x9*(parseInt(_0x3320a9(0x102))/0xa);if(_0x5b7915===_0x399b70)break;else _0x4cdaec['push'](_0x4cdaec['shift']());}catch(_0x499e00){_0x4cdaec['push'](_0x4cdaec['shift']());}}}(a91_0x4f66,0x2fc28));function a91_0x4652(_0x2ca9aa,_0x5c46b2){const _0x4f6623=a91_0x4f66();return a91_0x4652=function(_0x4652fd,_0x1865f1){_0x4652fd=_0x4652fd-0xf4;let _0x29c868=_0x4f6623[_0x4652fd];return _0x29c868;},a91_0x4652(_0x2ca9aa,_0x5c46b2);}const logger=require(a91_0xa32035(0x114))[a91_0xa32035(0xff)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');class BaseModule{constructor(_0x28bc4d=null){const _0x4105de=a91_0xa32035,_0x285048={};_0x285048[_0x4105de(0x119)]=_0x4105de(0x10d),_0x285048[_0x4105de(0x113)]=_0x4105de(0xfe);const _0x2ef4ab=_0x285048,_0x2733c4=_0x2ef4ab['WcfLO'][_0x4105de(0xf7)]('|');let _0x588e6e=0x0;while(!![]){switch(_0x2733c4[_0x588e6e++]){case'0':this['testFrameworkData']=this[_0x4105de(0x10b)](_0x28bc4d);continue;case'1':this[_0x4105de(0x10a)]=null;continue;case'2':this[_0x4105de(0x100)]=null;continue;case'3':this[_0x4105de(0x111)]=_0x2ef4ab[_0x4105de(0x113)];continue;case'4':this[_0x4105de(0x112)]={};continue;case'5':this[_0x4105de(0xf8)]=0x0;continue;}break;}}[a91_0xa32035(0x106)](){const _0x3e53e0=a91_0xa32035,_0x17cf56={};_0x17cf56[_0x3e53e0(0x10f)]=_0x3e53e0(0xf9);const _0x1a03a4=_0x17cf56;if(!this[_0x3e53e0(0x10a)])throw new Error(_0x1a03a4[_0x3e53e0(0x10f)]);}['getModuleName'](){const _0x9e39d5=a91_0xa32035;return this[_0x9e39d5(0x111)];}[a91_0xa32035(0x11f)](_0x53ec2c,_0x22a285,_0x270501,_0x448c23={}){const _0x3caebf=a91_0xa32035,_0x5b878e={};_0x5b878e[_0x3caebf(0xf6)]=_0x3caebf(0x11a);const _0x21dad2=_0x5b878e,_0x54bd28=_0x21dad2[_0x3caebf(0xf6)][_0x3caebf(0xf7)]('|');let _0x1f8de5=0x0;while(!![]){switch(_0x54bd28[_0x1f8de5++]){case'0':this[_0x3caebf(0x10a)]=_0x53ec2c;continue;case'1':logger[_0x3caebf(0x110)]('Configured\x20module\x20'+this['getModuleName']()+_0x3caebf(0xf4)+_0x53ec2c+',\x20platformIndex='+_0x22a285);continue;case'2':this[_0x3caebf(0x100)]=_0x270501;continue;case'3':this[_0x3caebf(0x112)]=_0x448c23;continue;case'4':this[_0x3caebf(0xf8)]=_0x22a285;continue;}break;}}[a91_0xa32035(0x122)](_0x3e3c50){const _0x5a1be8=a91_0xa32035,_0x5cbc1a={};_0x5cbc1a[_0x5a1be8(0x11d)]=function(_0x3cdbf5,_0x52694f){return _0x3cdbf5===_0x52694f;},_0x5cbc1a['tUBcI']=function(_0x1cc2be,_0x1e3a83){return _0x1cc2be===_0x1e3a83;},_0x5cbc1a[_0x5a1be8(0x11e)]=function(_0x5d00cb,_0x17be03){return _0x5d00cb===_0x17be03;};const _0x12ba56=_0x5cbc1a;let _0x455826='';if(_0x12ba56[_0x5a1be8(0x11d)](_0x3e3c50['testFramework'],FRAMEWORKS[_0x5a1be8(0x117)]))_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.[_0x5a1be8(0xfd)]?.['id']||_0x3e3c50['testInfo']?.[_0x5a1be8(0x120)];else{if(_0x12ba56[_0x5a1be8(0xfc)](_0x3e3c50[_0x5a1be8(0x121)],FRAMEWORKS[_0x5a1be8(0x11c)]))_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.[_0x5a1be8(0x118)];else _0x12ba56[_0x5a1be8(0x11e)](_0x3e3c50['testFramework'],FRAMEWORKS['JEST'])&&(_0x455826=_0x3e3c50[_0x5a1be8(0x109)]?.['id']);}return _0x455826;}[a91_0xa32035(0x10b)](_0x2f84a4){const _0xca722c=a91_0xa32035,_0x92e478={};_0x92e478[_0xca722c(0x104)]=function(_0x4ad83a,_0x29ff0c){return _0x4ad83a!==_0x29ff0c;},_0x92e478[_0xca722c(0xfa)]=_0xca722c(0x11b);const _0x19e9f6=_0x92e478;if(!_0x2f84a4||_0x19e9f6[_0xca722c(0x104)](typeof _0x2f84a4,_0x19e9f6['qtkec']))return null;const _0x573a70={};_0x573a70[_0xca722c(0x111)]=_0x2f84a4[_0xca722c(0x111)],_0x573a70[_0xca722c(0x115)]=_0x2f84a4[_0xca722c(0x115)]&&_0x2f84a4['version'][_0x2f84a4[_0xca722c(0x111)]];const _0x420f2e=_0x573a70;return _0x420f2e;}}module[a91_0xa32035(0x10c)]=BaseModule;
@@ -1 +1 @@
1
- const a92_0x466cd2=a92_0x5eb6;function a92_0x5eb6(_0x16cd68,_0x161b64){const _0x202ff9=a92_0x202f();return a92_0x5eb6=function(_0x5eb6e5,_0x213f71){_0x5eb6e5=_0x5eb6e5-0xb3;let _0x28363f=_0x202ff9[_0x5eb6e5];return _0x28363f;},a92_0x5eb6(_0x16cd68,_0x161b64);}function a92_0x202f(){const _0x1e31e4=['1521JBUlpY','browserstackAutomation','toString','setLTSSessionId\x20error:\x20','JohNP','vtjrY','372624oDXpFE','38651CBktKE','Sbomf','BxPVx','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','121970knPlXf','LTS','LsGNR','BROWSERSTACK_LTS_SESSION_ID','undefined','SNKJu','overrideLoadTesting','isLTSSession','env','../../../helpers/classLogger.js','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','getLTSSessionId','SXsSM','HEOQH','string','3296448GareNp','xRLnj','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','debug','setLTSSessionId','931PhOGxE','exports','fscIk','899076uztMhm','FkwQy','message','PchOM','false','toLowerCase','tQuLZ','LoadTestModule','true','imIiL','20598yBsYYk','fOePl','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2042500uNYMRI','ZIhMf','3QwDCKG','cyUuX'];a92_0x202f=function(){return _0x1e31e4;};return a92_0x202f();}(function(_0x15fd6,_0x172985){const _0x19ebad=a92_0x5eb6,_0xb03294=_0x15fd6();while(!![]){try{const _0x4de8da=parseInt(_0x19ebad(0xbc))/0x1+-parseInt(_0x19ebad(0xd7))/0x2*(parseInt(_0x19ebad(0xb3))/0x3)+-parseInt(_0x19ebad(0xbb))/0x4+-parseInt(_0x19ebad(0xe4))/0x5+-parseInt(_0x19ebad(0xe1))/0x6*(parseInt(_0x19ebad(0xd4))/0x7)+-parseInt(_0x19ebad(0xcf))/0x8+-parseInt(_0x19ebad(0xb5))/0x9*(-parseInt(_0x19ebad(0xc0))/0xa);if(_0x4de8da===_0x172985)break;else _0xb03294['push'](_0xb03294['shift']());}catch(_0x559b56){_0xb03294['push'](_0xb03294['shift']());}}}(a92_0x202f,0x44629));const {createClassLogger}=require(a92_0x466cd2(0xc9)),logger=createClassLogger(a92_0x466cd2(0xde)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x19d575=null)=>{const _0x1fc9f3=a92_0x466cd2,_0x114377={};_0x114377[_0x1fc9f3(0xd8)]=function(_0xdde7a0,_0x1569bc){return _0xdde7a0!==_0x1569bc;},_0x114377[_0x1fc9f3(0xd0)]=_0x1fc9f3(0xc4),_0x114377['fOePl']=function(_0x37cc88,_0x2818b0){return _0x37cc88===_0x2818b0;},_0x114377[_0x1fc9f3(0xcc)]=_0x1fc9f3(0xce),_0x114377[_0x1fc9f3(0xdd)]=_0x1fc9f3(0xdf),_0x114377[_0x1fc9f3(0xc2)]=function(_0x39f2e2,_0x5aa353){return _0x39f2e2===_0x5aa353;},_0x114377[_0x1fc9f3(0xe0)]=function(_0x5b5695,_0x47f306){return _0x5b5695===_0x47f306;},_0x114377[_0x1fc9f3(0xbd)]=_0x1fc9f3(0xdb);const _0x4afacc=_0x114377;try{if(_0x4afacc['FkwQy'](typeof process[_0x1fc9f3(0xc8)][_0x1fc9f3(0xc6)],_0x4afacc[_0x1fc9f3(0xd0)])){const _0x128fc8=process[_0x1fc9f3(0xc8)]['overrideLoadTesting'];return _0x4afacc[_0x1fc9f3(0xe2)](typeof _0x128fc8,_0x4afacc['SXsSM'])?_0x4afacc[_0x1fc9f3(0xe2)](_0x128fc8[_0x1fc9f3(0xdc)](),_0x4afacc[_0x1fc9f3(0xdd)]):!!_0x128fc8;}const _0x4ec171=_0x19d575&&_0x19d575[_0x1fc9f3(0xc6)],_0x35ff75=!!(_0x19d575&&(_0x4afacc['LsGNR'](_0x19d575[_0x1fc9f3(0xb6)],!![])||_0x4afacc[_0x1fc9f3(0xe0)](_0x19d575[_0x1fc9f3(0xb6)],_0x4afacc[_0x1fc9f3(0xdd)]))),_0x11e80c=!!(_0x4ec171&&_0x4afacc[_0x1fc9f3(0xe2)](_0x4ec171[_0x1fc9f3(0xb7)]()[_0x1fc9f3(0xdc)](),_0x4afacc[_0x1fc9f3(0xdd)])&&!_0x35ff75);return process[_0x1fc9f3(0xc8)][_0x1fc9f3(0xc6)]=_0x11e80c?_0x4afacc[_0x1fc9f3(0xdd)]:_0x4afacc[_0x1fc9f3(0xbd)],_0x11e80c;}catch(_0x24bf60){return process['env']['overrideLoadTesting']=_0x4afacc['Sbomf'],![];}},getLTSSessionId=()=>{const _0x2af7f9=a92_0x466cd2,_0x4cbe21={'BxPVx':function(_0x3a99bc){return _0x3a99bc();},'cyUuX':_0x2af7f9(0xd1),'vtjrY':_0x2af7f9(0xca)};try{if(_0x4cbe21[_0x2af7f9(0xbe)](isLTSSession))return logger[_0x2af7f9(0xd2)](_0x4cbe21[_0x2af7f9(0xb4)]),process[_0x2af7f9(0xc8)][_0x2af7f9(0xc3)]||'';}catch(_0x374808){logger['error']('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x374808&&_0x374808[_0x2af7f9(0xd9)]));}return logger[_0x2af7f9(0xd2)](_0x4cbe21[_0x2af7f9(0xba)]),'';},setLTSSessionId=async(_0x38885a={})=>{const _0x13e161=a92_0x466cd2,_0x3b79fa={'ZIhMf':function(_0x28cc7a){return _0x28cc7a();},'SNKJu':_0x13e161(0xbf),'JohNP':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','fscIk':_0x13e161(0xc1),'IDxtG':function(_0x382ed1,_0x1c41e0){return _0x382ed1(_0x1c41e0);},'PchOM':function(_0x4c55d4,_0x41c9a7,_0x4973dc){return _0x4c55d4(_0x41c9a7,_0x4973dc);},'HEOQH':function(_0x406e3e,_0x182c18){return _0x406e3e||_0x182c18;}};try{const _0x2588de=_0x3b79fa[_0x13e161(0xe5)](getLTSSessionId);_0x2588de?(process[_0x13e161(0xc8)][_0x13e161(0xc3)]=_0x2588de,logger[_0x13e161(0xd2)](_0x3b79fa[_0x13e161(0xc5)])):(delete process['env']['BROWSERSTACK_LTS_SESSION_ID'],logger[_0x13e161(0xd2)](_0x3b79fa[_0x13e161(0xb9)]));try{const _0x4289df={'feature':_0x3b79fa[_0x13e161(0xd6)],'ltsEnabled':_0x3b79fa['IDxtG'](isLTSSession,_0x38885a),'ltsSessionIdPresent':!!_0x2588de};await _0x3b79fa[_0x13e161(0xda)](sendSdkEvents,_0x4289df,_0x38885a);}catch(_0x378412){logger[_0x13e161(0xd2)](_0x13e161(0xe3)+(_0x378412&&_0x378412['message']));}return _0x3b79fa[_0x13e161(0xcd)](_0x2588de,'');}catch(_0x1b75d0){return logger[_0x13e161(0xd2)](_0x13e161(0xb8)+(_0x1b75d0&&_0x1b75d0[_0x13e161(0xd9)])),'';}},a92_0x421550={};a92_0x421550[a92_0x466cd2(0xc7)]=isLTSSession,a92_0x421550[a92_0x466cd2(0xcb)]=getLTSSessionId,a92_0x421550[a92_0x466cd2(0xd3)]=setLTSSessionId,module[a92_0x466cd2(0xd5)]=a92_0x421550;
1
+ function a92_0x2e3c(_0xb910a1,_0x1fd661){const _0x420566=a92_0x4205();return a92_0x2e3c=function(_0x2e3c6b,_0x30a7c4){_0x2e3c6b=_0x2e3c6b-0x1b5;let _0x574e2b=_0x420566[_0x2e3c6b];return _0x574e2b;},a92_0x2e3c(_0xb910a1,_0x1fd661);}function a92_0x4205(){const _0x38e91b=['BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','exports','vVCbA','message','isLTSSession','NFaPM','kJFno','291585pZgiJx','8277920eBCiIH','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','9ghORds','EGMoG','BROWSERSTACK_LTS_SESSION_ID','nOIPf','vprdO','823310ZOZlRS','error','irsVe','699OtdLuM','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','env','string','setLTSSessionId','getLTSSessionId','toString','1204278xajjQu','browserstackAutomation','nfXMC','21YUTLOa','debug','ytXAP','cWlEh','DdBDE','../../../helpers/classLogger.js','gPsDo','ZRxIB','4834824yxVKLt','odPkX','1046XYoBYm','toLowerCase','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','2071052PSDWDn','overrideLoadTesting','LoadTestModule','uuYZk'];a92_0x4205=function(){return _0x38e91b;};return a92_0x4205();}const a92_0x5c2e60=a92_0x2e3c;(function(_0x2c252a,_0x53dbd6){const _0x5585f6=a92_0x2e3c,_0x512638=_0x2c252a();while(!![]){try{const _0x4f1d9f=parseInt(_0x5585f6(0x1c6))/0x1+parseInt(_0x5585f6(0x1b8))/0x2*(-parseInt(_0x5585f6(0x1d1))/0x3)+-parseInt(_0x5585f6(0x1bb))/0x4+-parseInt(_0x5585f6(0x1ce))/0x5+parseInt(_0x5585f6(0x1d8))/0x6*(-parseInt(_0x5585f6(0x1db))/0x7)+-parseInt(_0x5585f6(0x1b6))/0x8*(-parseInt(_0x5585f6(0x1c9))/0x9)+parseInt(_0x5585f6(0x1c7))/0xa;if(_0x4f1d9f===_0x53dbd6)break;else _0x512638['push'](_0x512638['shift']());}catch(_0x471335){_0x512638['push'](_0x512638['shift']());}}}(a92_0x4205,0x4d77b));const {createClassLogger}=require(a92_0x5c2e60(0x1e0)),logger=createClassLogger(a92_0x5c2e60(0x1bd)),{sendSdkEvents}=require('../../../helpers/helper.js'),isLTSSession=(_0x68e7dc=null)=>{const _0x8d75da=a92_0x5c2e60,_0x96adce={};_0x96adce[_0x8d75da(0x1b5)]=function(_0x299e96,_0x7a687a){return _0x299e96!==_0x7a687a;},_0x96adce[_0x8d75da(0x1cd)]='undefined',_0x96adce[_0x8d75da(0x1be)]=function(_0x4f6540,_0x3350ec){return _0x4f6540===_0x3350ec;},_0x96adce['gPsDo']=_0x8d75da(0x1d4),_0x96adce[_0x8d75da(0x1c1)]='true',_0x96adce[_0x8d75da(0x1df)]=function(_0x289c6e,_0x529614){return _0x289c6e===_0x529614;},_0x96adce['GjdgQ']=function(_0x5da1da,_0x5e6e54){return _0x5da1da===_0x5e6e54;},_0x96adce[_0x8d75da(0x1de)]='false';const _0x2bf920=_0x96adce;try{if(_0x2bf920['ZRxIB'](typeof process[_0x8d75da(0x1d3)][_0x8d75da(0x1bc)],_0x2bf920[_0x8d75da(0x1cd)])){const _0x28d176=process[_0x8d75da(0x1d3)][_0x8d75da(0x1bc)];return _0x2bf920[_0x8d75da(0x1be)](typeof _0x28d176,_0x2bf920[_0x8d75da(0x1e1)])?_0x2bf920[_0x8d75da(0x1be)](_0x28d176[_0x8d75da(0x1b9)](),_0x2bf920[_0x8d75da(0x1c1)]):!!_0x28d176;}const _0xdfabc1=_0x68e7dc&&_0x68e7dc[_0x8d75da(0x1bc)],_0x1d4365=!!(_0x68e7dc&&(_0x2bf920[_0x8d75da(0x1df)](_0x68e7dc[_0x8d75da(0x1d9)],!![])||_0x2bf920[_0x8d75da(0x1df)](_0x68e7dc[_0x8d75da(0x1d9)],_0x2bf920[_0x8d75da(0x1c1)]))),_0x5d0e81=!!(_0xdfabc1&&_0x2bf920['GjdgQ'](_0xdfabc1[_0x8d75da(0x1d7)]()[_0x8d75da(0x1b9)](),_0x2bf920[_0x8d75da(0x1c1)])&&!_0x1d4365);return process[_0x8d75da(0x1d3)]['overrideLoadTesting']=_0x5d0e81?_0x2bf920[_0x8d75da(0x1c1)]:_0x2bf920[_0x8d75da(0x1de)],_0x5d0e81;}catch(_0x21d030){return process[_0x8d75da(0x1d3)]['overrideLoadTesting']=_0x2bf920[_0x8d75da(0x1de)],![];}},getLTSSessionId=()=>{const _0x271029=a92_0x5c2e60,_0x3e6e36={'jiyDM':function(_0x3b1fb3){return _0x3b1fb3();},'ytXAP':_0x271029(0x1c8),'kJFno':_0x271029(0x1d2)};try{if(_0x3e6e36['jiyDM'](isLTSSession))return logger[_0x271029(0x1dc)](_0x3e6e36[_0x271029(0x1dd)]),process[_0x271029(0x1d3)][_0x271029(0x1cb)]||'';}catch(_0x54ea05){logger[_0x271029(0x1cf)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x54ea05&&_0x54ea05['message']));}return logger[_0x271029(0x1dc)](_0x3e6e36[_0x271029(0x1c5)]),'';},setLTSSessionId=async(_0x32ffe6={})=>{const _0x43feb9=a92_0x5c2e60,_0x1f00a6={'odPkX':function(_0x559ae0){return _0x559ae0();},'irsVe':_0x43feb9(0x1bf),'nfXMC':'BROWSERSTACK_LTS_SESSION_ID\x20cleared','NFaPM':'LTS','zcAIa':function(_0x7b663e,_0x2384b4){return _0x7b663e(_0x2384b4);},'nOIPf':function(_0x149165,_0x287344,_0x4f3790){return _0x149165(_0x287344,_0x4f3790);},'EGMoG':function(_0x1e4056,_0x2159e7){return _0x1e4056||_0x2159e7;}};try{const _0x1103d9=_0x1f00a6[_0x43feb9(0x1b7)](getLTSSessionId);_0x1103d9?(process[_0x43feb9(0x1d3)][_0x43feb9(0x1cb)]=_0x1103d9,logger['debug'](_0x1f00a6[_0x43feb9(0x1d0)])):(delete process[_0x43feb9(0x1d3)][_0x43feb9(0x1cb)],logger['debug'](_0x1f00a6[_0x43feb9(0x1da)]));try{const _0x218a59={'feature':_0x1f00a6[_0x43feb9(0x1c4)],'ltsEnabled':_0x1f00a6['zcAIa'](isLTSSession,_0x32ffe6),'ltsSessionIdPresent':!!_0x1103d9};await _0x1f00a6[_0x43feb9(0x1cc)](sendSdkEvents,_0x218a59,_0x32ffe6);}catch(_0x234809){logger[_0x43feb9(0x1dc)](_0x43feb9(0x1ba)+(_0x234809&&_0x234809[_0x43feb9(0x1c2)]));}return _0x1f00a6[_0x43feb9(0x1ca)](_0x1103d9,'');}catch(_0x3e6211){return logger[_0x43feb9(0x1dc)]('setLTSSessionId\x20error:\x20'+(_0x3e6211&&_0x3e6211[_0x43feb9(0x1c2)])),'';}},a92_0x3b1dc6={};a92_0x3b1dc6[a92_0x5c2e60(0x1c3)]=isLTSSession,a92_0x3b1dc6[a92_0x5c2e60(0x1d6)]=getLTSSessionId,a92_0x3b1dc6[a92_0x5c2e60(0x1d5)]=setLTSSessionId,module[a92_0x5c2e60(0x1c0)]=a92_0x3b1dc6;
@@ -1 +1 @@
1
- const a93_0x38b7de=a93_0x4019;function a93_0x4019(_0x48a2bd,_0x2585d1){const _0x2f79f4=a93_0x2f79();return a93_0x4019=function(_0x401951,_0x50b0b0){_0x401951=_0x401951-0x12c;let _0x27c27c=_0x2f79f4[_0x401951];return _0x27c27c;},a93_0x4019(_0x48a2bd,_0x2585d1);}(function(_0x100a69,_0x322091){const _0x37e8a5=a93_0x4019,_0x26244b=_0x100a69();while(!![]){try{const _0x2280db=-parseInt(_0x37e8a5(0x147))/0x1+-parseInt(_0x37e8a5(0x14c))/0x2*(-parseInt(_0x37e8a5(0x12e))/0x3)+parseInt(_0x37e8a5(0x146))/0x4+parseInt(_0x37e8a5(0x13b))/0x5*(-parseInt(_0x37e8a5(0x131))/0x6)+-parseInt(_0x37e8a5(0x154))/0x7*(parseInt(_0x37e8a5(0x153))/0x8)+parseInt(_0x37e8a5(0x14b))/0x9+-parseInt(_0x37e8a5(0x141))/0xa;if(_0x2280db===_0x322091)break;else _0x26244b['push'](_0x26244b['shift']());}catch(_0x15d7b7){_0x26244b['push'](_0x26244b['shift']());}}}(a93_0x2f79,0x7fa24));const BaseModule=require(a93_0x38b7de(0x149)),{createClassLogger}=require(a93_0x38b7de(0x137)),AutomationFramework=require(a93_0x38b7de(0x145)),AutomationFrameworkState=require(a93_0x38b7de(0x12d)),HookState=require(a93_0x38b7de(0x13d)),{playwrightAnnotate}=require(a93_0x38b7de(0x14a)),PerformanceTester=require(a93_0x38b7de(0x136)),{O11y_EVENTS}=require(a93_0x38b7de(0x14d)),constants=require('../../utils/constants.js');class ObservabilityModule extends BaseModule{[a93_0x38b7de(0x134)]=createClassLogger(a93_0x38b7de(0x138));constructor(_0x1e7896){const _0x113b31=a93_0x38b7de,_0x38dc86={};_0x38dc86[_0x113b31(0x139)]=_0x113b31(0x138);const _0x4a7a5a=_0x38dc86;super(),this[_0x113b31(0x14f)]=_0x4a7a5a[_0x113b31(0x139)],this['observabilityConfig']=_0x1e7896,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x113b31(0x13f)],HookState[_0x113b31(0x148)],this[_0x113b31(0x155)][_0x113b31(0x133)](this));}[a93_0x38b7de(0x12f)](){const _0xb8bb7b=a93_0x38b7de;return ObservabilityModule[_0xb8bb7b(0x143)];}async[a93_0x38b7de(0x155)](_0x4808f8){const _0x15ae46=a93_0x38b7de,_0x35b0df={'KJVCr':function(_0x369b40,_0x36534c){return _0x369b40+_0x36534c;},'NyHvO':_0x15ae46(0x150),'aaDuC':function(_0x3c0727,_0x1aad96,_0x428dd9,_0x503f52){return _0x3c0727(_0x1aad96,_0x428dd9,_0x503f52);},'DQVUP':_0x15ae46(0x135),'NuKrY':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0x4808f8[_0x15ae46(0x151)]){const _0x235551=_0x4808f8[_0x15ae46(0x151)],_0x5ed2ff=Date[_0x15ae46(0x12c)](),_0xcf7e15=_0x35b0df[_0x15ae46(0x144)](_0x35b0df['NyHvO'],_0x5ed2ff);PerformanceTester[_0x15ae46(0x132)](O11y_EVENTS['SYNC']),await _0x35b0df[_0x15ae46(0x13a)](playwrightAnnotate,_0x235551,_0xcf7e15,_0x35b0df['DQVUP']),PerformanceTester[_0x15ae46(0x13c)](O11y_EVENTS[_0x15ae46(0x142)]),this[_0x15ae46(0x134)]['info'](_0x15ae46(0x14e)+constants[_0x15ae46(0x140)]+_0x15ae46(0x13e));}else this[_0x15ae46(0x134)][_0x15ae46(0x135)](_0x35b0df[_0x15ae46(0x152)]);}}ObservabilityModule[a93_0x38b7de(0x143)]=a93_0x38b7de(0x138),module[a93_0x38b7de(0x130)]=ObservabilityModule;function a93_0x2f79(){const _0x58fdd9=['KJVCr','../framework/automationFramework.js','1252260HFXzCy','292477nzeuPX','POST','./baseModule','../../../helpers/helper.js','8639460fQbADo','62pXZctS','../../../helpers/performance/constants.js','onBeforeTest:\x20','name','ObservabilitySync:','page','NuKrY','8KPDukk','5405981ExUPvc','onBeforeTest','now','../state/automationFrameworkState.js','54936ppiHFD','getModuleName','exports','10404ScTFkk','start','bind','logger','debug','../../../helpers/performance/performance-tester.js','../../../helpers/classLogger.js','ObservabilityModule','TjowV','aaDuC','130MqJszj','end','../state/hookState.js','\x20sync\x20done','CREATE','TEST_REPORTING_ANALYTICS','2080450nPGlTg','SYNC','MODULE_NAME'];a93_0x2f79=function(){return _0x58fdd9;};return a93_0x2f79();}
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;