browserstack-node-sdk 1.55.2 → 1.55.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/test-observability/constants.js +1 -1
  180. package/src/helpers/test-observability/error-handler.js +1 -1
  181. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  182. package/src/helpers/test-observability/sessionHandler.js +1 -1
  183. package/src/helpers/test-observability/utils.js +1 -1
  184. package/src/helpers/test-orchestration/constants.js +1 -1
  185. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  186. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  187. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  188. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  189. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  190. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  191. package/src/helpers/testhub/constants.js +1 -1
  192. package/src/helpers/testhub/testhubHandler.js +1 -1
  193. package/src/helpers/testhub/utils.js +1 -1
  194. package/src/helpers/timeoutPromise.js +1 -1
  195. package/src/helpers/utilities.js +1 -1
  196. package/src/helpers/w3cMapping.js +1 -1
  197. package/src/hubAllocationMethods.js +1 -1
  198. package/src/index.js +1 -1
@@ -1 +1 @@
1
- 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
+ const a90_0x161a2d=a90_0x4e1d;function a90_0x4e1d(_0x235247,_0x4043af){const _0x397335=a90_0x3973();return a90_0x4e1d=function(_0x4e1ddf,_0x254317){_0x4e1ddf=_0x4e1ddf-0x118;let _0x59685c=_0x397335[_0x4e1ddf];return _0x59685c;},a90_0x4e1d(_0x235247,_0x4043af);}function a90_0x3973(){const _0x1a6cef=['isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','isAccessibilityScriptCommand',',\x20includeTags=','ssnoT','getCurrentInstanceName','getValue','getBuildId','testInfo','instance','browserstack.accessibilityOptions.authToken','string','delete','Context','../TestInfo.js','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','lzzRb','unknown','Kwnfq','twtBL','\x20env=','oDidi','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','azGMw','warn','XWvxx','MergedScanArgs:\x20','titlePath',']\x20onAfterTest\x20should\x20scan=','afXPE','exlpk','getOptions','setAccessibilityConfig','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','isEnabled','saveResults','resolveMobileThTestRunUuid','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','setShouldScan','wASSW','__workerDetails','zjNsx','\x20browser\x20version\x20','EodTY','getParamsForScanForCli','getAccessibility','GzfmF','INaiD','_centralAuthConfigFetched','DRIVER_HAS_URL','getAccessibilityExecuteParams','XatqJ','\x20value=','CREATE','chromeOptions','test_tags','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','TSmVt','getName','zVifI','NhCNN','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','test_run_id','XWYWF','\x20testHubUuid=','XRUTp',',\x20testName=','CtWmm','stack','size','bduai','__jestCurrentTestIdentifier','browser_version','iDDHr','../../../helpers/performance/performance-tester.js','getTrackedInstance','HKttj','SDK_ACCESSIBILITY_CONFIG','../framework/constants/testFrameworkConstants.js','performPageScan','split',']\x20clear\x20','parseFromProto','GET_RESULTS_SUMMARY','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','message','jasQg','Error\x20in\x20performScanForCli\x20for\x20script\x20','5504536NyosAO','LOG_DISABLED_SHOWN','performScan','xfQCk','yYVfW','cBgHW','replace','xDMAM','MODULE_NAME','QVfxB','QgUHX','PERFORM_SCAN','ACCESSIBILITY_INITIALIZED','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','onAfterTest','zTZWc','includes','oCNvL','find','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getAccessibilityResultsSummary','capabilities','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','vYhKr','evaluate','setAccessibilityToken','PrPwN','KnhWW','AVQUY','syfIp','onBeforeExecute:\x20command=','onBeforeExecute:\x20No\x20command\x20name\x20provided','_mobileScanningDisabledLogged','\x20accessibility\x20script\x20on\x20page','_sendMessageServerPatchApplied','INZTp','lKIDf','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','izcLj','Exception\x20in\x20isPlatformSupported:\x20','requiresChromeOptionsValidation','../../../helpers/accessibility-automation/scripts','isPlatformSupported','executeScriptByName','gwCMS','browserName','xcMjv','setLogDisabledShown','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','oKfkH','true','fklym','wQZbW','2|15|10|12|13|9|5|0|1|3|8|7|6|4|16|11|14','XhLJv','isAccessibilityAutomationSession','keys','getBrowserDisplayName','PRE','CByTh',',\x20testIdentifier=','getGoogleChromeOptions','validatePlatformForAccessibility','OjQjf','[platform\x20-\x20','Page\x20','oTTCQ','__accessibilityOptions','isEnabledTestcase','nbfPm','QghMO','mAazw','oJZMd','toJson','bOoch','--headless=new','QUIT','../../playwright/accessibility-helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','158xfkpxv','YlzLm','TRiqq','KZKIP','RFjhX','getTestFrameworkDetail','shouldScanForCommand:\x20','is_mobile_session','commandsList','pCtbQ','processAccessibilityCaps','loadDriverExecuteParams','ewPoh','null','saveTestResults','rZwfE','14830phXTOz','shouldScanCurrentTest','Performing\x20scan\x20before\x20from\x20cli','QMlji','getScript','page','esXVX','Error\x20in\x20getAccessibilityResultsSummary:\x20','eJUoH','length','stringify','qtaSP','Error\x20in\x20stopTestCapture:\x20','tzwnx','getTestUUID','excludeTagsInTestingScope','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','qGYAy','accessibility','BlaQo','goog:chromeOptions','onBeforeExecute','NNPMf','--headless','yjuKO','includeTagsInTestingScope','UMhGq','testAnalyticsId','hvzlA','format',',\x20excludeTags=','njtAs','../framework/testFramework',',\x20tags=','scan','WaJPv','HmQIM','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','testFrameworkData','Error\x20applying\x20sendMessageToServer\x20patch:\x20','HPAQR','getLogDisabledShown','getResults',']\x20isEnabledTestcase\x20(cucumber)\x20result=','403207UALPcF','uJyIq','launchCaps','value','kMepa','GLrIH','hbTWm','isPlatformSupported:\x20caps\x20are\x20null','kPulN','platformValidation','patchSendMessageToServer','Rqvwq','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','SmBan','DaSYa','onBeforeExecute:\x20Command\x20','vTHNB','152btUSkX','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','NGcpt',',\x20available\x20commands:\x20','../../../helpers/helper','TrackedInstance','YDiod','SqVqC','CSiOO',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getCommandsList','debug','parse','XBPmP','isMobileWebSession','NON_BROWSERSTACK_AUTOMATION_SESSIONS','\x20script\x20available\x20in\x20scriptsList','updateData','getTestId','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','MOBILE_SCANNING_DISABLED_WARNING','bdyEL','kCbQq','getAccessibilityConfig','present','thTestRunUuid','isAppAccessibility','WuUdb',',\x20framework=','../../../helpers/classLogger','afterTestHook','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','stopTestCapture','uAvbf','fTanO','ayfnx','version','YXZxT',',\x20isAppAccessibility=','Processed\x20accessibility\x20caps\x20','get','NlFDB','loadAccessibilityConfig',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','SUNwr','Error\x20in\x20validatePlatformForAccessibility:\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','registerObserver','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','./baseModule','parseA11yJwtPayload','some','../framework/automationFramework','browserVersion','accessibilityToken','jrSEy','getPlatformIndex','apmIB','accessibilityPlatform','shouldScanForCommand','WgbxN','getState','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Executing\x20','CFcRI','uJeAe','mergeObject','commandName','platformCaps','YXvPZ','pHRpq','QdvPB','onBeforeTest','SPvtK','toLowerCase','has','EFqHg','cucumber','tfHVn','kdPzS','BROWSERSTACK_TESTHUB_JWT',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','sKnNB','3164463ihzIpI','zhBJl','map','../../../helpers/performance/constants.js','trim','isArray','YvxKf','BROWSERSTACK_CLI_BIN_SESSION_ID','NOzpa','tASoY','\x20from\x20testIdentifier=','zWoUt','Error\x20checking\x20headless\x20capability:\x20','pyNBJ','info','env','Performing\x20scan\x20before\x20getting\x20results\x20summary','scannerProcessingTimeout','getData','error','../state/automationFrameworkState','../../../helpers/accessibility-automation/helper','qtbVK','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BS_A11Y_JWT','GBSEx','ybpOu','KEY_TESTHUB_BUILD_ID','AUTOMATION_SESSIONS','performPageScan:\x20Page\x20is\x20null','Error\x20getting\x20script\x20by\x20name\x20','qFmur','ptPwx','assign','startsWith','ZKRQv','bind','[AccessibilityModule]\x20onAfterTest:\x20framework=','4624614hkHDzR','ZReYV','No\x20summaryResults\x20found.','options','9792144QENeSu','wcagVersion','xgIhY','qgkyr','performScanForCli','dHQqq','scriptsList','getScriptByName','start','function','set','args','Error\x20in\x20performPageScan:\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','qEMMV','wuvWD','iamgW','getCapabilitiesList','GxZmI','zazBe','seHKH','QxlyV','../grpcClient','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','ohCTH','rGDPe','IiAfE','YuLxK','KWMXB','ltcmE','isBrowserstackScriptCommand','2314895ZyKbIR','iEGgt','isVersionSupported','PLKft','btJow','VHCiS','KEY_INIT','Scan\x20result:\x20','toString','command','vdajc','../../utils/playwright-patcher','wRhBA','EXECUTE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','DdUvb','ASIMk','\x20script\x20available','fetchCentralAuthA11yConfig','fetchDriverExecuteParamsEvent','capabilitiesList','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','isBrowserSupportedForAccessibility','testhub_build_uuid','getCurrentAccessibilityStatus','isMobileScanningEnabledForGroup','browserstack.accessibilityOptions.scannerVersion','getAllData','Error\x20in\x20getAccessibilityResults:\x20','EKsts','SHCRb','Executing\x20accessibility\x20script\x20on\x20page','../cliUtils','getModuleName','getTestDetails','ddtSN','FIMAd','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','_centralAuthA11yConfig','currentTest','CITUu','name:\x20','browserStackEvaluate','EfIrN','LvSYQ','util','getInstance','getScriptsList','KEY_DRIVER_HAS_URL','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','RPFdJ','exports','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','PNZmJ','applySendMessageToServerPatch','accessibilityConfig','KEY_TEST_NAME','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getTesthub','getSuccess','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','getCommandsToWrap','jest','lNkSq','Accessibility\x20data\x20for\x20extension:\x20','FHmJF','CqNzX','\x20or\x20higher\x20','testFramework','getContext','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','efOLm','browser','\x20result\x20for\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','hOqGE','toISOString','name','fXalh','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','\x22browserstack.key\x22:\x22[REDACTED]\x22','measureWrapper','pwPage','getCapabilityValue','GRLXz','end','ABHZo','ZPVQh','finishScanningForCli','xarFc'];a90_0x3973=function(){return _0x1a6cef;};return a90_0x3973();}(function(_0x408644,_0x1c06f9){const _0x3dff33=a90_0x4e1d,_0x16e5f3=_0x408644();while(!![]){try{const _0x51674c=-parseInt(_0x3dff33(0x2d7))/0x1*(parseInt(_0x3dff33(0x2e7))/0x2)+parseInt(_0x3dff33(0x1ae))/0x3+-parseInt(_0x3dff33(0x287))/0x4+-parseInt(_0x3dff33(0x1d1))/0x5+parseInt(_0x3dff33(0x1b2))/0x6+-parseInt(_0x3dff33(0x122))/0x7*(-parseInt(_0x3dff33(0x133))/0x8)+-parseInt(_0x3dff33(0x188))/0x9;if(_0x51674c===_0x1c06f9)break;else _0x16e5f3['push'](_0x16e5f3['shift']());}catch(_0x556366){_0x16e5f3['push'](_0x16e5f3['shift']());}}}(a90_0x3973,0xdd1db));const BaseModule=require(a90_0x161a2d(0x166)),{createClassLogger}=require(a90_0x161a2d(0x151)),CLIUtils=require(a90_0x161a2d(0x1f1)),AutomationFramework=require(a90_0x161a2d(0x169)),TestFramework=require(a90_0x161a2d(0x307)),AutomationFrameworkState=require(a90_0x161a2d(0x19c)),HookState=require('../state/hookState'),GrpcClient=require(a90_0x161a2d(0x1c8)),scripts=require(a90_0x161a2d(0x2b1)),logger=createClassLogger(a90_0x161a2d(0x138)),PerformanceTester=require(a90_0x161a2d(0x279)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x161a2d(0x18b)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a90_0x161a2d(0x137)),util=require(a90_0x161a2d(0x1ff)),TestInfo=require(a90_0x161a2d(0x23a)),TestFrameworkConstants=require(a90_0x161a2d(0x27d)),accessibilityHelper=require(a90_0x161a2d(0x19d));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0x161a2d(0x220)];static [a90_0x161a2d(0x25d)]=![];static [a90_0x161a2d(0x1f8)]={};constructor(_0x2796c1){const _0x1ff31c=a90_0x161a2d,_0x177b96={};_0x177b96[_0x1ff31c(0x1fa)]=_0x1ff31c(0x2bd),_0x177b96['SPvtK']=_0x1ff31c(0x1f6),_0x177b96[_0x1ff31c(0x299)]=_0x1ff31c(0x25e),_0x177b96[_0x1ff31c(0x2c7)]='testhub_build_uuid',_0x177b96[_0x1ff31c(0x241)]=_0x1ff31c(0x293);const _0x37b115=_0x177b96,_0x1c888b=_0x37b115[_0x1ff31c(0x1fa)][_0x1ff31c(0x27f)]('|');let _0x35434a=0x0;while(!![]){switch(_0x1c888b[_0x35434a++]){case'0':this['LOG_DISABLED_SHOWN']=new Map();continue;case'1':this[_0x1ff31c(0x14e)]=![];continue;case'2':super();continue;case'3':this[_0x1ff31c(0x29d)]=[];continue;case'4':logger[_0x1ff31c(0x13f)](_0x37b115[_0x1ff31c(0x17e)]);continue;case'5':this['accessibility']=new Map();continue;case'6':this['setAccessibilityToken'](_0x2796c1[_0x1ff31c(0x24b)]()[_0x1ff31c(0x1c3)]());continue;case'7':this[_0x1ff31c(0x2a8)]=![];continue;case'8':this[_0x1ff31c(0x2aa)]=![];continue;case'9':this[_0x1ff31c(0x20a)]=_0x2796c1['toObject']();continue;case'10':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1ff31c(0x262)],HookState['POST'],this[_0x1ff31c(0x17d)][_0x1ff31c(0x1ac)](this));continue;case'11':this[_0x1ff31c(0x202)]=_0x37b115[_0x1ff31c(0x299)];continue;case'12':AutomationFramework[_0x1ff31c(0x163)](AutomationFrameworkState[_0x1ff31c(0x2d4)],HookState[_0x1ff31c(0x2c2)],this['onAfterTest'][_0x1ff31c(0x1ac)](this));continue;case'13':this[_0x1ff31c(0x24e)]=!![];continue;case'14':this[_0x1ff31c(0x1a3)]=_0x37b115['OjQjf'];continue;case'15':AutomationFramework[_0x1ff31c(0x163)](AutomationFrameworkState[_0x1ff31c(0x1de)],HookState[_0x1ff31c(0x2c2)],this[_0x1ff31c(0x2fc)][_0x1ff31c(0x1ac)](this));continue;case'16':this[_0x1ff31c(0x1d7)]=_0x37b115[_0x1ff31c(0x241)];continue;}break;}}['isEnabled'](){const _0x206646=a90_0x161a2d;return this[_0x206646(0x24e)];}[a90_0x161a2d(0x1f2)](){const _0x558769=a90_0x161a2d;return AccessibilityModule[_0x558769(0x28f)];}[a90_0x161a2d(0x1e9)](){const _0x2db6ba=a90_0x161a2d;return this['accessibility'][_0x2db6ba(0x15c)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x161a2d(0x11f)](){const _0x36e61f=a90_0x161a2d;return this[_0x36e61f(0x288)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x161a2d(0x2b7)](_0x5cc770){const _0x47ca43=a90_0x161a2d;this[_0x47ca43(0x288)]['set'](CLIUtils[_0x47ca43(0x231)](),_0x5cc770);}['applySendMessageToServerPatch'](){const _0x55c4a1=a90_0x161a2d,_0x559612={'CreZb':_0x55c4a1(0x283),'bqvPS':function(_0x460a2c,_0x5bd642){return _0x460a2c(_0x5bd642);},'zTKAT':_0x55c4a1(0x1dc),'esXVX':_0x55c4a1(0x251),'QxlyV':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x55c4a1(0x2aa)]){logger['debug'](_0x559612['CreZb']);return;}try{const _0x48ebcd=_0x559612['bqvPS'](require,_0x559612['zTKAT']);_0x48ebcd&&_0x48ebcd[_0x55c4a1(0x12c)]?(_0x48ebcd[_0x55c4a1(0x12c)](),this[_0x55c4a1(0x2aa)]=!![],logger[_0x55c4a1(0x13f)](_0x559612[_0x55c4a1(0x2ed)])):logger[_0x55c4a1(0x13f)](_0x559612[_0x55c4a1(0x1c7)]);}catch(_0x24b22f){logger[_0x55c4a1(0x13f)](_0x55c4a1(0x11d)+util[_0x55c4a1(0x304)](_0x24b22f));}}[a90_0x161a2d(0x2b2)](_0x3ee333=null,_0x166f13=null,_0x2d01b2=null){const _0x331e37=a90_0x161a2d,_0x467fbd={'JNSDH':function(_0x55b798,_0x3639b3){return _0x55b798&&_0x3639b3;},'AVQUY':_0x331e37(0x129),'iamgW':function(_0x1d0b74,_0x1124cd){return _0x1d0b74(_0x1124cd);},'ZReYV':_0x331e37(0x137),'XRUTp':_0x331e37(0x295),'SUNwr':_0x331e37(0x1df),'msZac':function(_0x4df6ca,_0x50e048){return _0x4df6ca===_0x50e048;},'YvxKf':function(_0x39eb0b,_0x63b8b3){return _0x39eb0b===_0x63b8b3;},'kMepa':'true','afXPE':function(_0x6e960a,_0x19e0a4){return _0x6e960a===_0x19e0a4;},'KWMXB':_0x331e37(0x237),'Zwibd':function(_0x3e68a9,_0x28b948){return _0x3e68a9===_0x28b948;},'XWYWF':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SmBan':'goog:chromeOptions','UMhGq':function(_0x48fa4c,_0x397b96){return _0x48fa4c!==_0x397b96;},'UvnnU':'latest','NNPMf':function(_0xb65da1){return _0xb65da1();},'YXZxT':'on\x20non-BrowserStack\x20infrastructure\x20','hvzlA':function(_0x705ccc,_0x120f5d){return _0x705ccc>_0x120f5d;},'INaiD':function(_0x2c7f6b,_0x6e899){return _0x2c7f6b(_0x6e899);},'ABHZo':_0x331e37(0x267)};try{if(_0x467fbd['JNSDH'](!_0x166f13,!_0x2d01b2))return logger[_0x331e37(0x13f)](_0x467fbd[_0x331e37(0x2a4)]),![];const {isUndefined:_0x2aa48b,isBrowserstackInfra:_0x416ef0}=_0x467fbd[_0x331e37(0x1c2)](require,_0x467fbd[_0x331e37(0x1af)]);if(!accessibilityHelper[_0x331e37(0x2bf)]())return logger[_0x331e37(0x13f)](_0x467fbd[_0x331e37(0x270)]),![];const _0x563669=_0x166f13[_0x331e37(0x2b5)]||_0x166f13[_0x331e37(0x21b)],_0x173348=_0x166f13[_0x331e37(0x16a)]||_0x166f13[_0x331e37(0x277)];if(!accessibilityHelper[_0x331e37(0x1e7)](_0x563669))return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x160)]),![];if(accessibilityHelper[_0x331e37(0x2b0)](_0x563669))try{const _0x5b80fc=_0x166f13['headless'],_0x407a5d=_0x467fbd['msZac'](_0x5b80fc,!![])||_0x467fbd[_0x331e37(0x18e)](_0x5b80fc,_0x467fbd[_0x331e37(0x126)])||_0x467fbd[_0x331e37(0x249)](typeof _0x5b80fc,_0x467fbd[_0x331e37(0x1ce)])&&_0x467fbd['Zwibd'](_0x5b80fc[_0x331e37(0x17f)](),_0x467fbd[_0x331e37(0x126)]);if(_0x407a5d)return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x26e)]),![];const _0x41b438=_0x166f13?.[_0x331e37(0x263)]?.[_0x331e37(0x1bd)]||_0x166f13?.[_0x467fbd[_0x331e37(0x12f)]]?.['args']||[];if(Array[_0x331e37(0x18d)](_0x41b438)&&_0x41b438[_0x331e37(0x168)](_0x3e8eaf=>typeof _0x3e8eaf===_0x331e37(0x237)&&(_0x3e8eaf===_0x331e37(0x2fe)||_0x3e8eaf[_0x331e37(0x1aa)]('--headless=')&&_0x3e8eaf!==_0x331e37(0x2d3))))return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x26e)]),![];}catch(_0x6212e3){logger[_0x331e37(0x13f)](_0x331e37(0x194)+util[_0x331e37(0x304)](_0x6212e3));}if(_0x467fbd[_0x331e37(0x301)](_0x173348,_0x467fbd['UvnnU'])){const _0x17edae=_0x467fbd[_0x331e37(0x2fd)](_0x416ef0),_0x48953a=accessibilityHelper['getMinVersionForBrowser'](_0x563669,_0x17edae),_0x4937ce=accessibilityHelper[_0x331e37(0x2c1)](_0x563669);if(!accessibilityHelper[_0x331e37(0x1d3)](_0x173348,_0x48953a)){const _0x1f3742=_0x17edae?'':_0x467fbd[_0x331e37(0x159)];return logger[_0x331e37(0x244)](_0x331e37(0x2d6)+_0x4937ce+_0x331e37(0x257)+_0x48953a+_0x331e37(0x216)+_0x1f3742+'.'),![];}}else{const _0x8c7ec2=_0x166f13[_0x331e37(0x16a)]||_0x166f13[_0x331e37(0x277)]||_0x166f13[_0x331e37(0x158)];if(_0x8c7ec2&&_0x467fbd['UMhGq'](_0x8c7ec2,_0x467fbd['UvnnU'])&&!_0x467fbd[_0x331e37(0x303)](_0x467fbd['iamgW'](parseFloat,_0x8c7ec2),_0x467fbd[_0x331e37(0x25c)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x467fbd[_0x331e37(0x229)]),![];}return!![];}catch(_0x5d25f3){return logger['debug'](_0x331e37(0x2af)+_0x5d25f3['message']),![];}}[a90_0x161a2d(0x2cc)](_0x6cf9a4=[],_0x1d66a8,_0x44de89='cucumber'){const _0x14adcd=a90_0x161a2d,_0x296f2b={'WuUdb':function(_0x43e0ec,_0x51ff29){return _0x43e0ec===_0x51ff29;},'xcMjv':_0x14adcd(0x211),'GxZmI':function(_0x27ff83,_0x3249f1){return _0x27ff83||_0x3249f1;},'ptPwx':function(_0xd5dfdb,_0x2eeee8){return _0xd5dfdb&&_0x2eeee8;},'apmIB':_0x14adcd(0x23d),'QghMO':function(_0x3b2e07,_0x5077b6){return _0x3b2e07===_0x5077b6;},'seHKH':function(_0x2dd625,_0x5dae0f){return _0x2dd625(_0x5dae0f);},'hSFNG':function(_0x254e55,_0x498416){return _0x254e55>_0x498416;}};try{const _0x24553f=process[_0x14adcd(0x197)][_0x14adcd(0x265)]?JSON[_0x14adcd(0x140)](process[_0x14adcd(0x197)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x24553f)return!![];const _0x1213f4=Array[_0x14adcd(0x18d)](_0x24553f['includeTagsInTestingScope'])?_0x24553f[_0x14adcd(0x300)]:[],_0x459aae=Array[_0x14adcd(0x18d)](_0x24553f[_0x14adcd(0x2f6)])?_0x24553f[_0x14adcd(0x2f6)]:[];if(_0x296f2b['WuUdb'](_0x44de89,_0x296f2b[_0x14adcd(0x2b6)])){let _0x3720f9;Array['isArray'](_0x6cf9a4)?_0x3720f9=_0x6cf9a4['join']('\x20'):_0x3720f9=_0x296f2b[_0x14adcd(0x1c4)](_0x6cf9a4,'');const _0x56d16f=_0x459aae[_0x14adcd(0x168)](_0x1bd737=>_0x3720f9[_0x14adcd(0x298)](_0x1bd737)),_0x471373=_0x296f2b[_0x14adcd(0x14f)](_0x1213f4[_0x14adcd(0x2f0)],0x0)||_0x1213f4[_0x14adcd(0x168)](_0x1d5a21=>_0x3720f9['includes'](_0x1d5a21)),_0x1d82bf=_0x296f2b[_0x14adcd(0x1a8)](!_0x56d16f,_0x471373);return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b[_0x14adcd(0x16e)])+_0x14adcd(0x13c)+_0x1d82bf+_0x14adcd(0x271)+_0x3720f9+',\x20includeTags='+JSON[_0x14adcd(0x2f1)](_0x1213f4)+_0x14adcd(0x305)+JSON['stringify'](_0x459aae)),_0x1d82bf;}const _0x2647b0=Array[_0x14adcd(0x18d)](_0x6cf9a4)?_0x6cf9a4:[];let _0xc9cdf1=![],_0x176e4b=_0x296f2b[_0x14adcd(0x2ce)](_0x1213f4[_0x14adcd(0x2f0)],0x0);const _0x241e57=_0x2a2b30=>typeof _0x2a2b30==='string'?_0x2a2b30[_0x14adcd(0x28d)](/^@/,'')[_0x14adcd(0x17f)]()[_0x14adcd(0x18c)]():_0x2a2b30,_0x2664cf=new Set(_0x1213f4['map'](_0x241e57)),_0x4b853b=new Set(_0x459aae[_0x14adcd(0x18a)](_0x241e57));for(const _0x2c7e32 of _0x2647b0){const _0x9aa2f5=_0x296f2b[_0x14adcd(0x1c6)](_0x241e57,_0x2c7e32);_0x4b853b[_0x14adcd(0x180)](_0x9aa2f5)&&(_0xc9cdf1=!![]),_0x296f2b['hSFNG'](_0x2664cf[_0x14adcd(0x274)],0x0)&&_0x2664cf[_0x14adcd(0x180)](_0x9aa2f5)&&(_0x176e4b=!![]);}const _0x27482c=_0x296f2b[_0x14adcd(0x1a8)](_0x176e4b,!_0xc9cdf1);return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b[_0x14adcd(0x16e)])+_0x14adcd(0x121)+_0x27482c+_0x14adcd(0x308)+JSON[_0x14adcd(0x2f1)](_0x2647b0)+_0x14adcd(0x22f)+JSON[_0x14adcd(0x2f1)](_0x1213f4)+_0x14adcd(0x305)+JSON[_0x14adcd(0x2f1)](_0x459aae)),_0x27482c;}catch(_0x4a3495){return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b['apmIB'])+_0x14adcd(0x186)+_0x4a3495[_0x14adcd(0x284)]),![];}}async['onBeforeTest'](_0x17972a){const _0x20a561=a90_0x161a2d,_0x4b641b={};_0x4b641b[_0x20a561(0x1ef)]=function(_0x2831f4,_0x345ba7){return _0x2831f4!==_0x345ba7;},_0x4b641b[_0x20a561(0x28b)]=_0x20a561(0x182),_0x4b641b[_0x20a561(0x26a)]=function(_0x58d8bd,_0x33f298){return _0x58d8bd!==_0x33f298;},_0x4b641b[_0x20a561(0x1cd)]='jest',_0x4b641b[_0x20a561(0x306)]=_0x20a561(0x26c),_0x4b641b['HPAQR']='TEST_INIT',_0x4b641b[_0x20a561(0x11a)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x4b641b[_0x20a561(0x2cd)]=_0x20a561(0x134),_0x4b641b[_0x20a561(0x12d)]='DRIVER_INIT',_0x4b641b[_0x20a561(0x2bb)]=function(_0x408ea4,_0x3c731b){return _0x408ea4===_0x3c731b;},_0x4b641b[_0x20a561(0x215)]=_0x20a561(0x19f),_0x4b641b[_0x20a561(0x1db)]=function(_0x4f3891,_0x541810){return _0x4f3891===_0x541810;},_0x4b641b['RFjhX']='Unknown\x20Test',_0x4b641b['PNZmJ']=function(_0x9fd1c8,_0x44102a){return _0x9fd1c8>_0x44102a;},_0x4b641b[_0x20a561(0x1ee)]='function',_0x4b641b[_0x20a561(0x12a)]=_0x20a561(0x264),_0x4b641b['azGMw']=function(_0x4db1ab,_0x315540){return _0x4db1ab&&_0x315540;},_0x4b641b[_0x20a561(0x1dd)]=_0x20a561(0x23d),_0x4b641b[_0x20a561(0x230)]=_0x20a561(0x2ba);const _0x4925f7=_0x4b641b;if(_0x4925f7[_0x20a561(0x1ef)](_0x17972a[_0x20a561(0x217)],_0x4925f7[_0x20a561(0x28b)])&&_0x4925f7[_0x20a561(0x26a)](_0x17972a[_0x20a561(0x217)],_0x4925f7['YuLxK'])){logger['debug'](_0x4925f7[_0x20a561(0x306)]);return;}try{const _0x3ca2b9=AutomationFramework[_0x20a561(0x27a)](),_0x2109f5=TestFramework[_0x20a561(0x27a)](),_0x307f5b=_0x17972a[_0x20a561(0x2ec)]||global[_0x20a561(0x255)]?.[_0x20a561(0x225)]||null;if(!_0x307f5b){_0x2109f5&&_0x2109f5['updateData'](_0x4925f7['HPAQR'],!![]);logger['debug'](_0x4925f7['HmQIM']);return;}logger[_0x20a561(0x13f)](_0x4925f7[_0x20a561(0x2cd)]);const _0x50f886=_0x2109f5?.[_0x20a561(0x19a)](_0x4925f7[_0x20a561(0x12d)],![]),_0x1406a0=_0x2109f5?.['getData'](_0x4925f7[_0x20a561(0x11e)],![]);if(_0x4925f7[_0x20a561(0x2bb)](_0x50f886,![])&&_0x4925f7[_0x20a561(0x2bb)](_0x1406a0,![])){_0x2109f5&&_0x2109f5['updateData'](_0x4925f7[_0x20a561(0x12d)],!![]);logger[_0x20a561(0x13f)](_0x4925f7[_0x20a561(0x215)]);return;}_0x2109f5&&_0x2109f5[_0x20a561(0x145)](_0x4925f7[_0x20a561(0x11e)],!![]);let _0x394fff,_0x4d8559;const _0x4182a2=_0x17972a[_0x20a561(0x217)]||_0x4925f7[_0x20a561(0x28b)];if(_0x4925f7[_0x20a561(0x1db)](_0x4182a2,_0x4925f7['YuLxK'])){_0x4d8559=_0x17972a[_0x20a561(0x234)]?.[_0x20a561(0x302)]||_0x17972a[_0x20a561(0x234)]?.['id']||global[_0x20a561(0x276)]||global[_0x20a561(0x255)]?.[_0x20a561(0x1f9)]?.[_0x20a561(0x302)]||global['__workerDetails']?.[_0x20a561(0x1f9)]?.['id'];const _0x208560=_0x2109f5?.[_0x20a561(0x1ec)]()?.[_0x20a561(0x15c)](_0x4d8559);if(_0x208560&&_0x208560[TestFrameworkConstants[_0x20a561(0x20b)]])_0x394fff=_0x208560[TestFrameworkConstants[_0x20a561(0x20b)]];else{if(_0x17972a['testInfo']?.['titlePath'])_0x394fff=_0x17972a[_0x20a561(0x234)][_0x20a561(0x247)];else global[_0x20a561(0x255)]?.[_0x20a561(0x1f9)]?.[_0x20a561(0x234)]?.[_0x20a561(0x247)]?_0x394fff=global['__workerDetails']['currentTest'][_0x20a561(0x234)][_0x20a561(0x247)]:_0x394fff=_0x4925f7[_0x20a561(0x2db)];}logger[_0x20a561(0x13f)](_0x20a561(0x242)+_0x4d8559+_0x20a561(0x271)+JSON[_0x20a561(0x2f1)](_0x394fff));}else{_0x4d8559=this[_0x20a561(0x146)](_0x17972a);const _0x2dd2ec=TestInfo[_0x20a561(0x1f3)](_0x4d8559);let _0x34f61a=[];if(_0x2dd2ec&&Array['isArray'](_0x2dd2ec[_0x20a561(0x264)])&&_0x4925f7[_0x20a561(0x208)](_0x2dd2ec[_0x20a561(0x264)][_0x20a561(0x2f0)],0x0))_0x34f61a=_0x2dd2ec[_0x20a561(0x264)];else{if(_0x2109f5){const _0x53bbe0=_0x4925f7[_0x20a561(0x1db)](typeof _0x2109f5['getData'],_0x4925f7[_0x20a561(0x1ee)])?_0x2109f5[_0x20a561(0x19a)](_0x4925f7[_0x20a561(0x12a)],[]):_0x2109f5[_0x20a561(0x264)]||[];Array[_0x20a561(0x18d)](_0x53bbe0)&&(_0x34f61a=_0x53bbe0);}}_0x394fff=_0x34f61a;}logger['info']('test-tags-->\x20'+JSON['stringify'](_0x394fff));const _0x2b5764=this['isPlatformSupported'](_0x3ca2b9,_0x17972a[_0x20a561(0x179)],_0x17972a['launchCaps']);logger['debug'](_0x20a561(0x147)+_0x2b5764+_0x20a561(0x15a)+this[_0x20a561(0x14e)]);const _0x34bac1=this[_0x20a561(0x2cc)](_0x394fff,_0x3ca2b9,_0x4182a2),_0x16723a=_0x4925f7[_0x20a561(0x243)](_0x2b5764,_0x34bac1),_0x5cd507=CLIUtils[_0x20a561(0x231)]();this[_0x20a561(0x2f9)][_0x20a561(0x1bc)](_0x5cd507,_0x16723a),global[_0x20a561(0x239)]?.['getContext']&&global[_0x20a561(0x239)][_0x20a561(0x218)]()[_0x20a561(0x253)](_0x16723a),logger['debug'](_0x20a561(0x2c8)+(_0x3ca2b9?.[_0x20a561(0x16d)]?.()||_0x4925f7[_0x20a561(0x1dd)])+']\x20should\x20run\x20accessibility\x20value='+_0x16723a),_0x16723a?(global[_0x20a561(0x16f)]=!![],process[_0x20a561(0x197)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4925f7[_0x20a561(0x230)],this[_0x20a561(0x209)]()):global[_0x20a561(0x16f)]=![];}catch(_0x5520e5){logger['error'](_0x20a561(0x162)+(_0x5520e5[_0x20a561(0x273)]||_0x5520e5[_0x20a561(0x284)]));const _0x37b637=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x20a561(0x1bc)](_0x37b637,![]),global[_0x20a561(0x16f)]=![];}}[a90_0x161a2d(0x2c5)](){const _0x4494fa=a90_0x161a2d;return this[_0x4494fa(0x29d)][_0x4494fa(0x29a)](_0x33a681=>_0x33a681[_0x4494fa(0x269)]()===_0x4494fa(0x2fb))?.[_0x4494fa(0x232)]()||'';}[a90_0x161a2d(0x226)](_0x1e0e8c){const _0x28abc5=a90_0x161a2d;try{const _0x781fca=this['accessibilityConfig']?.[_0x28abc5(0x1b1)]?.[_0x28abc5(0x1e5)]||[],_0x5a9f5d=_0x781fca['find'](_0x56d75e=>_0x56d75e['name']===_0x1e0e8c);return _0x5a9f5d?_0x5a9f5d[_0x28abc5(0x125)]:null;}catch(_0x276b34){return logger[_0x28abc5(0x13f)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1e0e8c+':\x20'+_0x276b34['message']),null;}}async[a90_0x161a2d(0x24c)](_0x4d2473,_0x1ce97c){const _0x3d2533=a90_0x161a2d,_0x2b2d2e=_0x4d2473['getAccessibility']()[_0x3d2533(0x24b)](),_0x2c048b=_0x2b2d2e[_0x3d2533(0x201)](),_0x6a6c74=_0x2b2d2e[_0x3d2533(0x210)]()?.[_0x3d2533(0x13e)]();scripts[_0x3d2533(0x281)](_0x2c048b,_0x6a6c74),scripts[_0x3d2533(0x2d1)]();const _0x1b2e63=_0x2b2d2e[_0x3d2533(0x1c3)]();this[_0x3d2533(0x29d)]=_0x2b2d2e[_0x3d2533(0x1c3)](),await this[_0x3d2533(0x2a1)](_0x1b2e63,_0x1ce97c[_0x3d2533(0x124)]);}async[a90_0x161a2d(0x2a1)](_0x347718,_0x479f0e={}){const _0x546fbb=a90_0x161a2d,_0x4255de={'bdyEL':function(_0x2f8f72,_0x83ef6e){return _0x2f8f72===_0x83ef6e;},'ybpOu':_0x546fbb(0x16b),'YXvPZ':_0x546fbb(0x236),'GRLXz':function(_0x5d5a78,_0xae39d){return _0x5d5a78(_0xae39d);},'rZwfE':_0x546fbb(0x19d),'uJeAe':function(_0x477043,_0x5d3d98){return _0x477043(_0x5d3d98);},'wlqzh':_0x546fbb(0x137),'pCtbQ':function(_0x4946f2,_0x5e83f8){return _0x4946f2(_0x5e83f8);},'kkKIT':_0x546fbb(0x1b3),'pyNBJ':'browserstack.accessibilityOptions.wcagVersion','CtWmm':function(_0xd571d0,_0x54de0f){return _0xd571d0===_0x54de0f;},'KZKIP':'scannerVersion','Kwnfq':_0x546fbb(0x1eb),'syfIp':function(_0x4d3c58,_0x10dc67){return _0x4d3c58===_0x10dc67;},'LvSYQ':_0x546fbb(0x199),'EfIrN':'browserstack.accessibilityOptions.scannerProcessingTimeout','lKIDf':function(_0x4a32d6,_0x5f3786){return _0x4a32d6===_0x5f3786;},'flHkg':_0x546fbb(0x1ea),'qGYAy':function(_0x2d58fc,_0x272f3f){return _0x2d58fc===_0x272f3f;},'ZPVQh':_0x546fbb(0x2ba)};global[_0x546fbb(0x2cb)]=global[_0x546fbb(0x2cb)]||{};for(const _0x430b17 of _0x347718){logger[_0x546fbb(0x196)](_0x546fbb(0x1fb)+_0x430b17[_0x546fbb(0x269)]()+_0x546fbb(0x261)+_0x430b17[_0x546fbb(0x232)]());if(_0x4255de['bdyEL'](_0x430b17[_0x546fbb(0x269)](),_0x4255de[_0x546fbb(0x1a2)])){const _0xcc06ea=_0x430b17[_0x546fbb(0x232)]();process['env'][_0x546fbb(0x1a0)]=_0xcc06ea,global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x17a)]]=_0xcc06ea;const _0x4a76d5=_0x4255de[_0x546fbb(0x227)](require,_0x4255de[_0x546fbb(0x2e6)]),{isTrue:_0x3ba707}=_0x4255de[_0x546fbb(0x176)](require,_0x4255de['wlqzh']),_0x3d79a4=_0x4a76d5[_0x546fbb(0x167)](_0xcc06ea);_0x3d79a4&&_0x4255de['pCtbQ'](_0x3ba707,_0x3d79a4['skipCDPConnectOverride'])&&(process['env'][_0x546fbb(0x206)]=!![]);}else{if(_0x4255de[_0x546fbb(0x149)](_0x430b17[_0x546fbb(0x269)](),_0x4255de['kkKIT']))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x195)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x272)](_0x430b17['getName'](),_0x4255de[_0x546fbb(0x2da)]))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x23e)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x2a5)](_0x430b17[_0x546fbb(0x269)](),_0x4255de[_0x546fbb(0x1fe)]))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x1fd)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x2ac)](_0x430b17['getName'](),_0x4255de['flHkg'])){const _0x2f248a=_0x430b17['getValue']();process[_0x546fbb(0x197)][_0x546fbb(0x207)]=_0x4255de[_0x546fbb(0x2e0)](String,_0x4255de[_0x546fbb(0x272)](_0x2f248a,!![])||_0x4255de[_0x546fbb(0x2f8)](_0x2f248a,_0x4255de[_0x546fbb(0x22a)])),logger['debug']('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x2f248a+_0x546fbb(0x240)+process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a90_0x161a2d(0x296)](_0x4afb9e){const _0x5087b0=a90_0x161a2d,_0xf1bb55={};_0xf1bb55[_0x5087b0(0x2be)]=function(_0xd73128,_0x1eda92){return _0xd73128!==_0x1eda92;},_0xf1bb55[_0x5087b0(0x2b9)]=_0x5087b0(0x182),_0xf1bb55[_0x5087b0(0x2fa)]=function(_0x5af095,_0x17475a){return _0x5af095!==_0x17475a;},_0xf1bb55[_0x5087b0(0x245)]=_0x5087b0(0x211),_0xf1bb55[_0x5087b0(0x291)]=_0x5087b0(0x222),_0xf1bb55[_0x5087b0(0x2cf)]=_0x5087b0(0x23d);const _0x356971=_0xf1bb55;if(_0x356971[_0x5087b0(0x2be)](_0x4afb9e[_0x5087b0(0x217)],_0x356971['oKfkH'])&&_0x356971['BlaQo'](_0x4afb9e['testFramework'],_0x356971[_0x5087b0(0x245)])){logger[_0x5087b0(0x13f)](_0x356971[_0x5087b0(0x291)]);return;}const _0x22f70e=_0x4afb9e[_0x5087b0(0x234)]?.[_0x5087b0(0x302)]||_0x4afb9e[_0x5087b0(0x234)]?.['id']||global[_0x5087b0(0x276)];logger['info'](_0x5087b0(0x1ad)+_0x4afb9e[_0x5087b0(0x217)]+_0x5087b0(0x2c4)+_0x22f70e);try{const _0x2d7851=_0x4afb9e['instance']||AutomationFramework[_0x5087b0(0x27a)](),_0x162628=CLIUtils[_0x5087b0(0x231)](),_0x3c1dca=this['getCurrentAccessibilityStatus']();logger[_0x5087b0(0x13f)]('[platform\x20-\x20'+(_0x2d7851?.['getPlatformIndex']?.()||_0x356971[_0x5087b0(0x2cf)])+_0x5087b0(0x248)+_0x3c1dca),_0x3c1dca&&await this['stopTestCapture'](_0x2d7851,_0x4afb9e),this[_0x5087b0(0x2f9)][_0x5087b0(0x238)](_0x162628),this[_0x5087b0(0x288)][_0x5087b0(0x238)](_0x162628);}catch(_0x4949be){logger['error'](_0x5087b0(0x1e6)+(_0x4949be[_0x5087b0(0x273)]||_0x4949be['message']));}}async[a90_0x161a2d(0x154)](_0x45302d,_0x59b3a7){const _0x320f04=a90_0x161a2d,_0x219db4={};_0x219db4['btJow']=function(_0x5bef01,_0x162271){return _0x5bef01===_0x162271;},_0x219db4[_0x320f04(0x2d0)]=_0x320f04(0x1bb),_0x219db4[_0x320f04(0x254)]=_0x320f04(0x211),_0x219db4[_0x320f04(0x21a)]=_0x320f04(0x182),_0x219db4['ltcmE']=_0x320f04(0x1bf),_0x219db4['izcLj']=_0x320f04(0x2f9),_0x219db4[_0x320f04(0x1e1)]=_0x320f04(0x24f),_0x219db4[_0x320f04(0x2bc)]=_0x320f04(0x23d),_0x219db4[_0x320f04(0x141)]=_0x320f04(0x14c),_0x219db4[_0x320f04(0x2f4)]=_0x320f04(0x2e4),_0x219db4[_0x320f04(0x258)]=function(_0xc7916a,_0x4c837f){return _0xc7916a===_0x4c837f;},_0x219db4[_0x320f04(0x157)]=function(_0x185f67,_0x2d9c64){return _0x185f67||_0x2d9c64;},_0x219db4[_0x320f04(0x22c)]=function(_0xbe0ce0,_0x4f7f18){return _0xbe0ce0||_0x4f7f18;},_0x219db4['XatqJ']=_0x320f04(0x203),_0x219db4[_0x320f04(0x28c)]=_0x320f04(0x1a4),_0x219db4[_0x320f04(0x1ca)]=_0x320f04(0x143);const _0x578831=_0x219db4;try{const _0x46ad80=_0x59b3a7['testFramework']||(_0x578831[_0x320f04(0x1d5)](this[_0x320f04(0x11c)]?.[_0x320f04(0x220)]?.[_0x320f04(0x17f)](),_0x578831[_0x320f04(0x254)])?_0x578831[_0x320f04(0x254)]:_0x578831[_0x320f04(0x21a)]);let _0x22b99a='',_0x20cdd8=null,_0x517ce8=null;if(_0x578831[_0x320f04(0x1d5)](_0x46ad80,_0x578831[_0x320f04(0x254)])){_0x20cdd8=_0x59b3a7[_0x320f04(0x234)]?.['testAnalyticsId']||_0x59b3a7['testInfo']?.['id']||global[_0x320f04(0x276)];if(!_0x20cdd8){logger[_0x320f04(0x244)](_0x578831[_0x320f04(0x1cf)]);return;}try{const _0x7be5e7=await GrpcClient[_0x320f04(0x200)]()['fetchDriverExecuteParamsEvent'](process[_0x320f04(0x197)][_0x320f04(0x18f)],_0x578831[_0x320f04(0x2ae)],_0x578831[_0x320f04(0x1e1)],_0x20cdd8),_0x5883c0=AccessibilityModule[_0x320f04(0x2e2)](null,_0x7be5e7);_0x22b99a=_0x5883c0?.['thTestRunUuid']||'',logger[_0x320f04(0x13f)](_0x320f04(0x153)+_0x22b99a+_0x320f04(0x192)+_0x20cdd8),_0x517ce8=_0x7be5e7;}catch(_0x30cbfd){logger[_0x320f04(0x19b)](_0x320f04(0x2b8)+_0x30cbfd['message']);return;}}else{const _0x2c5f84=this[_0x320f04(0x146)](_0x59b3a7);_0x22b99a=TestInfo[_0x320f04(0x2f5)](_0x2c5f84);}const _0x58b0dc=((()=>{const _0x29082d=_0x320f04,_0x94d17c=(this[_0x29082d(0x20a)]?.[_0x29082d(0x1b1)]?.['capabilitiesList']||[])[_0x29082d(0x29a)](_0x2b05ff=>(typeof _0x2b05ff[_0x29082d(0x269)]===_0x29082d(0x1bb)?_0x2b05ff[_0x29082d(0x269)]():_0x2b05ff[_0x29082d(0x220)])===this[_0x29082d(0x1a3)]);return _0x94d17c?_0x578831['btJow'](typeof _0x94d17c[_0x29082d(0x232)],_0x578831[_0x29082d(0x2d0)])?_0x94d17c['getValue']():_0x94d17c[_0x29082d(0x125)]:'';})()),_0x2a3191=process[_0x320f04(0x197)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x320f04(0x13f)](_0x320f04(0x2c8)+(_0x45302d?.[_0x320f04(0x16d)]?.()||_0x578831[_0x320f04(0x2bc)])+_0x320f04(0x280)+_0x22b99a+_0x320f04(0x26f)+_0x58b0dc+'\x20a11yToken='+(_0x2a3191?_0x578831[_0x320f04(0x141)]:_0x578831[_0x320f04(0x2f4)]));let _0xfdf2b6;if(_0x578831[_0x320f04(0x258)](_0x46ad80,_0x578831[_0x320f04(0x254)]))_0xfdf2b6=AccessibilityModule['loadDriverExecuteParams'](_0x22b99a,_0x517ce8);else{const _0x3f58b1=await GrpcClient[_0x320f04(0x200)]()[_0x320f04(0x1e4)](process[_0x320f04(0x197)][_0x320f04(0x18f)],_0x578831[_0x320f04(0x2ae)],_0x578831[_0x320f04(0x1e1)]);_0xfdf2b6=AccessibilityModule['loadDriverExecuteParams'](_0x22b99a,_0x3f58b1);}logger[_0x320f04(0x13f)](_0x320f04(0x213)+JSON[_0x320f04(0x2f1)](_0xfdf2b6));const _0x2c2486=Object[_0x320f04(0x1a9)]({},{'thTestRunUuid':_0x578831['ayfnx'](_0x22b99a,''),'thBuildUuid':_0x578831[_0x320f04(0x22c)](_0x58b0dc,''),'thJwtToken':_0x578831[_0x320f04(0x157)](_0x2a3191,'')},_0xfdf2b6);!this['isAppAccessibility']&&this[_0x320f04(0x142)]()&&(_0x2c2486[_0x320f04(0x2de)]=!![],logger[_0x320f04(0x13f)](_0x578831[_0x320f04(0x260)]));logger[_0x320f04(0x13f)](_0x320f04(0x2ad)+_0x22b99a+_0x320f04(0x15a)+this['isAppAccessibility']);let _0x2f5e58=global['__workerDetails']?.['pwPage']||null;!_0x2f5e58&&(_0x2f5e58=AutomationFramework[_0x320f04(0x172)](_0x45302d,_0x578831[_0x320f04(0x28c)],null)),!_0x2f5e58&&(_0x2f5e58=AutomationFramework[_0x320f04(0x172)](_0x45302d,_0x578831[_0x320f04(0x1ca)],null)),await this[_0x320f04(0x22b)](this[_0x320f04(0x1e9)](),_0x22b99a,_0x2f5e58,_0x2c2486,this[_0x320f04(0x14e)]);}catch(_0x39038b){logger[_0x320f04(0x19b)](_0x320f04(0x2f3)+(_0x39038b[_0x320f04(0x273)]||_0x39038b[_0x320f04(0x284)]));}}async[a90_0x161a2d(0x22b)](_0x144751,_0x3f4f34,_0x5230c1,_0x32b086,_0x13de96){const _0x1b45ff=a90_0x161a2d,_0x138b99={};_0x138b99['qtbVK']=_0x1b45ff(0x24f),_0x138b99[_0x1b45ff(0x139)]=function(_0x545559,_0x1eef82){return _0x545559&&_0x1eef82;},_0x138b99[_0x1b45ff(0x13b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x138b99['btsIR']=function(_0x4e3cd9,_0x15e7ae){return _0x4e3cd9===_0x15e7ae;},_0x138b99[_0x1b45ff(0x1d2)]=_0x1b45ff(0x2e4),_0x138b99[_0x1b45ff(0x23f)]=function(_0x11617a,_0x548d0f){return _0x11617a===_0x548d0f;},_0x138b99[_0x1b45ff(0x17b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x138b99[_0x1b45ff(0x27b)]=_0x1b45ff(0x2e9),_0x138b99['xfQCk']=_0x1b45ff(0x152),_0x138b99[_0x1b45ff(0x183)]=_0x1b45ff(0x118),_0x138b99[_0x1b45ff(0x297)]=_0x1b45ff(0x164),_0x138b99[_0x1b45ff(0x275)]='a11y:save-results',_0x138b99[_0x1b45ff(0x285)]=_0x1b45ff(0x266);const _0x3ddbfe=_0x138b99;try{const _0x240864=this[_0x1b45ff(0x1b9)](_0x3ddbfe[_0x1b45ff(0x19e)]);if(_0x3ddbfe['YDiod'](!_0x13de96,!_0x240864)){logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x13b)]);return;}if(!_0x3f4f34||_0x3ddbfe['btsIR'](_0x3f4f34,_0x3ddbfe[_0x1b45ff(0x1d2)])||_0x3ddbfe['twtBL'](_0x3f4f34,'')){logger[_0x1b45ff(0x13f)](_0x3ddbfe['pHRpq']);return;}logger[_0x1b45ff(0x13f)](_0x1b45ff(0x20c)+JSON[_0x1b45ff(0x2f1)](_0x32b086)),_0x144751&&(logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x27b)]),await this[_0x1b45ff(0x1b6)](_0x5230c1,_0x3f4f34,_0x3ddbfe[_0x1b45ff(0x28a)],_0x32b086,_0x13de96,_0x3ddbfe[_0x1b45ff(0x183)]),_0x3ddbfe[_0x1b45ff(0x139)](!_0x13de96,_0x240864)&&(logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x297)]),await PerformanceTester[_0x1b45ff(0x224)](_0x3ddbfe[_0x1b45ff(0x275)],async()=>{const _0x5bd5fa=_0x1b45ff;await this[_0x5bd5fa(0x1b6)](_0x5230c1,_0x3f4f34,_0x3ddbfe[_0x5bd5fa(0x19e)],_0x32b086,_0x13de96,_0x3ddbfe[_0x5bd5fa(0x19e)]);})()),logger[_0x1b45ff(0x196)](_0x3ddbfe['jasQg']));}catch(_0x43d684){logger[_0x1b45ff(0x19b)](_0x1b45ff(0x11b)+(_0x43d684[_0x1b45ff(0x273)]||_0x43d684[_0x1b45ff(0x284)]));}}async['onBeforeExecute'](_0x2a6446){const _0x24eb4a=a90_0x161a2d,_0x597a8d={};_0x597a8d[_0x24eb4a(0x21e)]=function(_0x32662b,_0x230740){return _0x32662b!==_0x230740;},_0x597a8d[_0x24eb4a(0x2ab)]='cucumber',_0x597a8d['ZKRQv']=_0x24eb4a(0x211),_0x597a8d[_0x24eb4a(0x204)]=_0x24eb4a(0x29e),_0x597a8d[_0x24eb4a(0x26b)]=_0x24eb4a(0x23d),_0x597a8d[_0x24eb4a(0x2d2)]=_0x24eb4a(0x2a7),_0x597a8d[_0x24eb4a(0x2ff)]=function(_0x156352,_0x3c51ae){return _0x156352===_0x3c51ae;},_0x597a8d[_0x24eb4a(0x1b5)]=_0x24eb4a(0x2f7),_0x597a8d['ddtSN']=_0x24eb4a(0x2f9),_0x597a8d['nehwZ']=_0x24eb4a(0x289),_0x597a8d[_0x24eb4a(0x181)]=_0x24eb4a(0x26d),_0x597a8d[_0x24eb4a(0x127)]=_0x24eb4a(0x1e8),_0x597a8d[_0x24eb4a(0x13a)]=function(_0x216967,_0x365bfc){return _0x216967===_0x365bfc;},_0x597a8d[_0x24eb4a(0x187)]='scan',_0x597a8d[_0x24eb4a(0x119)]='null';const _0x184a8c=_0x597a8d;if(_0x184a8c[_0x24eb4a(0x21e)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c[_0x24eb4a(0x2ab)])&&_0x184a8c[_0x24eb4a(0x21e)](_0x2a6446['testFramework'],_0x184a8c[_0x24eb4a(0x1ab)])){logger[_0x24eb4a(0x13f)](_0x184a8c[_0x24eb4a(0x204)]);return;}logger[_0x24eb4a(0x13f)](_0x24eb4a(0x2a6)+(_0x2a6446['commandName']||_0x184a8c[_0x24eb4a(0x26b)])+_0x24eb4a(0x150)+_0x2a6446[_0x24eb4a(0x217)]);try{const _0x65f7a=_0x2a6446['instance']||AutomationFramework[_0x24eb4a(0x27a)](),_0x412c9a=TestFramework[_0x24eb4a(0x27a)](),_0x1ed32f=_0x2a6446[_0x24eb4a(0x178)]||_0x2a6446[_0x24eb4a(0x1da)]?.[_0x24eb4a(0x269)]();if(!_0x1ed32f){logger[_0x24eb4a(0x13f)](_0x184a8c[_0x24eb4a(0x2d2)]);return;}if(!this[_0x24eb4a(0x1e9)]()){logger[_0x24eb4a(0x13f)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x1ed32f);return;}if(!this[_0x24eb4a(0x170)](_0x1ed32f)){logger[_0x24eb4a(0x13f)](_0x24eb4a(0x131)+_0x1ed32f+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x5cc3c7=_0x2a6446['page']||global[_0x24eb4a(0x255)]?.[_0x24eb4a(0x225)];if(!_0x5cc3c7){logger[_0x24eb4a(0x13f)](_0x24eb4a(0x252)+_0x1ed32f);return;}let _0xad146f='',_0x8ce71e=null;if(_0x184a8c[_0x24eb4a(0x2ff)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c['ZKRQv'])){_0x8ce71e=_0x2a6446['testInfo']?.[_0x24eb4a(0x302)]||_0x2a6446['testInfo']?.['id']||global[_0x24eb4a(0x276)];if(!_0x8ce71e){logger['warn'](_0x184a8c[_0x24eb4a(0x1b5)]);return;}try{const _0x4663fe=await GrpcClient[_0x24eb4a(0x200)]()['fetchDriverExecuteParamsEvent'](process[_0x24eb4a(0x197)][_0x24eb4a(0x18f)],_0x184a8c[_0x24eb4a(0x1f4)],_0x184a8c['nehwZ'],_0x8ce71e),_0x3eb2b6=AccessibilityModule['loadDriverExecuteParams'](null,_0x4663fe);_0xad146f=_0x3eb2b6?.['thTestRunUuid']||'',logger[_0x24eb4a(0x13f)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xad146f+_0x24eb4a(0x192)+_0x8ce71e);}catch(_0x24e267){logger[_0x24eb4a(0x19b)](_0x24eb4a(0x173)+_0x24e267[_0x24eb4a(0x284)]);return;}}else _0xad146f=this['getCapabilityValue'](_0x184a8c['EFqHg'])||'',!_0xad146f&&this[_0x24eb4a(0x142)]()&&(_0xad146f=accessibilityHelper[_0x24eb4a(0x250)]());const _0x9f18fa=this[_0x24eb4a(0x226)](_0x184a8c[_0x24eb4a(0x127)])||this['accessibilityConfig'][this[_0x24eb4a(0x1a3)]]||null,_0x1c2584=process['env'][_0x24eb4a(0x185)]||'',_0x56b753=this[_0x24eb4a(0x259)](_0x1ed32f,_0xad146f,_0x9f18fa,_0x1c2584),_0x6cd0f7=_0x184a8c[_0x24eb4a(0x13a)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c['ZKRQv'])?await AccessibilityModule[_0x24eb4a(0x1e3)](_0x184a8c[_0x24eb4a(0x187)],_0xad146f,_0x8ce71e):await AccessibilityModule[_0x24eb4a(0x1e3)](_0x184a8c[_0x24eb4a(0x187)],_0xad146f);logger['info']('ScanArgs:\x20'+(_0x56b753?JSON[_0x24eb4a(0x2f1)](_0x56b753):_0x184a8c['WaJPv']));const _0x634c5e=CLIUtils[_0x24eb4a(0x177)](_0x56b753,_0x6cd0f7);logger['info'](_0x24eb4a(0x246)+(_0x634c5e?JSON[_0x24eb4a(0x2f1)](_0x634c5e):_0x184a8c[_0x24eb4a(0x119)])),logger[_0x24eb4a(0x13f)](_0x24eb4a(0x165)+_0x1ed32f);const _0x236c72=await this[_0x24eb4a(0x1b6)](_0x5cc3c7,_0xad146f,_0x1ed32f,_0x634c5e,this[_0x24eb4a(0x14e)]);logger[_0x24eb4a(0x13f)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1ed32f+',\x20\x0a\x20'+JSON[_0x24eb4a(0x2f1)](_0x236c72));}catch(_0x574618){logger[_0x24eb4a(0x19b)](_0x24eb4a(0x13d)+(_0x574618[_0x24eb4a(0x273)]||_0x574618[_0x24eb4a(0x284)]));}}[a90_0x161a2d(0x2e8)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x49c42b){const _0x6fb120=a90_0x161a2d,_0x2b930f=CLIUtils[_0x6fb120(0x231)]();this[_0x6fb120(0x2f9)][_0x6fb120(0x1bc)](_0x2b930f,_0x49c42b);}async['initAccessibilityConfig'](_0x2b31d7){const _0x39ad09=a90_0x161a2d,_0x5c3754={};_0x5c3754[_0x39ad09(0x15d)]=_0x39ad09(0x23d);const _0x41d97f=_0x5c3754;try{const _0x5b64f5=_0x2b31d7[_0x39ad09(0x235)]||AutomationFramework['getTrackedInstance'](),_0x155e64=_0x5b64f5?.[_0x39ad09(0x19a)]?.()?.[_0x39ad09(0x15c)]?.(this[_0x39ad09(0x1d7)])||![];if(_0x155e64)return;PerformanceTester[_0x39ad09(0x1ba)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x24751b=await GrpcClient[_0x39ad09(0x200)]()[_0x39ad09(0x14b)](_0x2b31d7);_0x24751b&&_0x24751b[_0x39ad09(0x25a)]&&_0x24751b[_0x39ad09(0x25a)]()&&_0x24751b['getAccessibility']()['getSuccess']()?(await this[_0x39ad09(0x15e)](_0x24751b,_0x2b31d7),_0x5b64f5?.[_0x39ad09(0x19a)]&&_0x5b64f5[_0x39ad09(0x19a)]()[_0x39ad09(0x1bc)](this['KEY_INIT'],!![]),logger[_0x39ad09(0x13f)](_0x39ad09(0x2c8)+(_0x5b64f5?.[_0x39ad09(0x16d)]?.()||_0x41d97f[_0x39ad09(0x15d)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x39ad09(0x13f)](_0x39ad09(0x2c8)+(_0x5b64f5?.[_0x39ad09(0x16d)]?.()||_0x41d97f[_0x39ad09(0x15d)])+_0x39ad09(0x15f)),PerformanceTester['end'](EVENTS[_0x39ad09(0x27c)]);}catch(_0x180590){PerformanceTester[_0x39ad09(0x228)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x180590[_0x39ad09(0x284)]),logger[_0x39ad09(0x19b)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x180590[_0x39ad09(0x273)]||_0x180590[_0x39ad09(0x284)]));}}async['loadAccessibilityConfig'](_0xd051c6,_0x59299a){const _0x335166=a90_0x161a2d;await this[_0x335166(0x24c)](_0xd051c6,_0x59299a);const _0x314c33=_0xd051c6[_0x335166(0x25a)]()['getOptions']();if(_0x314c33){const _0x32e667=_0xd051c6[_0x335166(0x20d)]&&_0xd051c6['getTesthub']();_0x32e667&&(this[_0x335166(0x20a)][this[_0x335166(0x1a3)]]=_0x32e667[_0x335166(0x233)]&&_0x32e667['getBuildId']());}}[a90_0x161a2d(0x170)](_0x2bda63){const _0x356ae4=a90_0x161a2d,_0x2f4490={};_0x2f4490[_0x356ae4(0x2e3)]=function(_0x4f64cd,_0x1aa2c7){return _0x4f64cd===_0x1aa2c7;};const _0x25bddf=_0x2f4490;try{if(!_0x2bda63)return![];const _0x105c93=this[_0x356ae4(0x20a)]?.[_0x356ae4(0x1b1)]?.['commandsToWrap']?.[_0x356ae4(0x2df)]||[],_0x18566e=_0x105c93[_0x356ae4(0x168)](_0x57fc69=>{const _0x2d4d7d=_0x356ae4;return _0x57fc69[_0x2d4d7d(0x220)]&&_0x25bddf[_0x2d4d7d(0x2e3)](_0x57fc69['name']['toLowerCase'](),_0x2bda63[_0x2d4d7d(0x17f)]());});return logger[_0x356ae4(0x13f)](_0x356ae4(0x2dd)+_0x2bda63+'\x20->\x20'+_0x18566e+_0x356ae4(0x136)+JSON[_0x356ae4(0x2f1)](_0x105c93['map'](_0x30ebf6=>_0x30ebf6['name']))),_0x18566e;}catch(_0x545d52){return logger[_0x356ae4(0x13f)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x545d52['message']),![];}}[a90_0x161a2d(0x1d0)](_0x268df1){const _0x58f9b6=a90_0x161a2d,_0x5866e8={};_0x5866e8[_0x58f9b6(0x132)]=function(_0x8c6e95,_0x27e359){return _0x8c6e95===_0x27e359;},_0x5866e8['cKksx']=_0x58f9b6(0x237),_0x5866e8[_0x58f9b6(0x28e)]='browserstack_executor';const _0x521b18=_0x5866e8,_0x1c96b5=_0x268df1[_0x58f9b6(0x2eb)]&&_0x268df1[_0x58f9b6(0x2eb)]();return _0x1c96b5&&_0x521b18[_0x58f9b6(0x132)](typeof _0x1c96b5,_0x521b18['cKksx'])&&_0x1c96b5[_0x58f9b6(0x298)](_0x521b18[_0x58f9b6(0x28e)]);}[a90_0x161a2d(0x22e)](_0x45f229){const _0x153d3c=a90_0x161a2d,_0x43d1c6={};_0x43d1c6['uAvbf']=function(_0x2d8ddf,_0x108165){return _0x2d8ddf!==_0x108165;},_0x43d1c6[_0x153d3c(0x14a)]='string',_0x43d1c6[_0x153d3c(0x17c)]=_0x153d3c(0x2f9),_0x43d1c6[_0x153d3c(0x1a7)]=_0x153d3c(0x289),_0x43d1c6['PtaXa']=_0x153d3c(0x120),_0x43d1c6[_0x153d3c(0x171)]=_0x153d3c(0x2e5);const _0x6e3fe4=_0x43d1c6,_0x36b364=_0x45f229[_0x153d3c(0x2eb)]&&_0x45f229['getScript']();if(!_0x36b364||_0x6e3fe4[_0x153d3c(0x155)](typeof _0x36b364,_0x6e3fe4[_0x153d3c(0x14a)]))return![];return _0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x17c)])||_0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x1a7)])||_0x36b364['includes'](_0x6e3fe4['PtaXa'])||_0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x171)]);}[a90_0x161a2d(0x142)](){const _0x540970=a90_0x161a2d,_0x4fcbb7={'zWoUt':function(_0x3767b0,_0x355d80){return _0x3767b0===_0x355d80;},'PrPwN':_0x540970(0x1bb),'CByTh':function(_0x104e26,_0x552183){return _0x104e26(_0x552183);},'hbTWm':'platformName','oLIcK':_0x540970(0x2b5),'GGxjP':function(_0x207333,_0x44c1e5){return _0x207333(_0x44c1e5);},'fqRML':'android','TRiqq':function(_0x2e0271,_0x427a0f){return _0x2e0271(_0x427a0f);},'FHmJF':'chrome'};try{const _0x2f46d4=this[_0x540970(0x20a)]?.[_0x540970(0x1b1)]?.[_0x540970(0x1e5)]||[],_0x13a343=_0x31d716=>{const _0x234498=_0x540970,_0x2e0a8d=_0x2f46d4['find'](_0x39cdf1=>(typeof _0x39cdf1[_0x234498(0x269)]===_0x234498(0x1bb)?_0x39cdf1['getName']():_0x39cdf1[_0x234498(0x220)])===_0x31d716);return _0x2e0a8d?_0x4fcbb7[_0x234498(0x193)](typeof _0x2e0a8d['getValue'],_0x4fcbb7[_0x234498(0x2a2)])?_0x2e0a8d['getValue']():_0x2e0a8d['value']:null;},_0x5d88b2=_0x4fcbb7[_0x540970(0x2c3)](_0x13a343,_0x4fcbb7[_0x540970(0x128)]),_0x22325b=_0x4fcbb7[_0x540970(0x2c3)](_0x13a343,_0x4fcbb7['oLIcK']),_0x1d113b=global['isMobilePlatform']||_0x5d88b2&&_0x4fcbb7[_0x540970(0x193)](_0x4fcbb7['GGxjP'](String,_0x5d88b2)['toLowerCase'](),_0x4fcbb7['fqRML'])&&_0x22325b&&_0x4fcbb7[_0x540970(0x2d9)](String,_0x22325b)[_0x540970(0x17f)]()['includes'](_0x4fcbb7[_0x540970(0x214)]);if(!_0x1d113b)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x540970(0x2a8)]&&(logger[_0x540970(0x244)](accessibilityHelper[_0x540970(0x148)]),this[_0x540970(0x2a8)]=!![]),![];return!![];}catch(_0xea929e){return logger[_0x540970(0x13f)](_0x540970(0x22d)+_0xea929e['message']),![];}}['getParamsForScanForCli'](_0x2f5790,_0x1acdff,_0x19958d,_0x432765){const _0x4ac7df=a90_0x161a2d,_0x1a5cb7={};_0x1a5cb7[_0x4ac7df(0x1a1)]=function(_0x2cddf5,_0x156f4d){return _0x2cddf5||_0x156f4d;},_0x1a5cb7[_0x4ac7df(0x212)]=function(_0x4e874f,_0x523026){return _0x4e874f&&_0x523026;},_0x1a5cb7[_0x4ac7df(0x184)]=function(_0xe45e44,_0x4e7e3e){return _0xe45e44||_0x4e7e3e;},_0x1a5cb7[_0x4ac7df(0x1d4)]=function(_0x11a502,_0x18f81f){return _0x11a502||_0x18f81f;},_0x1a5cb7[_0x4ac7df(0x1cb)]=_0x4ac7df(0x294);const _0x1883c8=_0x1a5cb7;let _0x5cbf7e=_0x1883c8['GBSEx'](_0x1acdff,'');const _0x5bc524=!this['isAppAccessibility']&&this[_0x4ac7df(0x142)]();_0x1883c8[_0x4ac7df(0x212)](_0x5bc524,!_0x5cbf7e)&&(_0x5cbf7e=accessibilityHelper[_0x4ac7df(0x250)]());const _0x23256a={'command':_0x2f5790,'thTestRunUuid':_0x5cbf7e,'thBuildUuid':_0x1883c8[_0x4ac7df(0x184)](_0x19958d,''),'thJwtToken':_0x1883c8[_0x4ac7df(0x1d4)](_0x432765,''),'timestamp':new Date()[_0x4ac7df(0x21f)]()};return _0x5bc524&&(_0x23256a[_0x4ac7df(0x2de)]=!![],logger[_0x4ac7df(0x13f)](_0x1883c8[_0x4ac7df(0x1cb)])),_0x23256a;}[a90_0x161a2d(0x1b9)](_0x2dade1){const _0x34334c=a90_0x161a2d,_0x4aa540={};_0x4aa540[_0x34334c(0x29f)]=function(_0x2181bd,_0x5c6c2c){return _0x2181bd||_0x5c6c2c;};const _0x34b551=_0x4aa540;try{const _0xd2ed71=this[_0x34334c(0x20a)]?.[_0x34334c(0x1b1)]?.[_0x34334c(0x1b8)]||[],_0x345ab6=_0xd2ed71[_0x34334c(0x29a)](_0x35c7d3=>_0x35c7d3[_0x34334c(0x220)]===_0x2dade1);return _0x34b551[_0x34334c(0x29f)](_0x345ab6,null);}catch(_0x2bc4e4){return logger['debug'](_0x34334c(0x1a6)+_0x2dade1+':\x20'+_0x2bc4e4[_0x34334c(0x284)]),null;}}async[a90_0x161a2d(0x2b3)](_0x3d1b1b,_0x42c040,_0x163630=null){const _0x432b1c=a90_0x161a2d,_0x38f2ec={'iDDHr':function(_0x345b32,_0x4096b7){return _0x345b32(_0x4096b7);},'FIMAd':'../../playwright/accessibility-helper'};try{if(!_0x3d1b1b)return logger['debug']('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x42c040),null;const _0x51e937=this[_0x432b1c(0x1b9)](_0x42c040);if(!_0x51e937||!_0x51e937['command'])return logger[_0x432b1c(0x13f)]('executeScriptByName:\x20No\x20'+_0x42c040+_0x432b1c(0x1e2)),null;logger['debug'](_0x432b1c(0x174)+_0x42c040+_0x432b1c(0x2a9));const _0xd0eec4=_0x38f2ec[_0x432b1c(0x278)](require,_0x38f2ec[_0x432b1c(0x1f5)]),_0x401bfe=_0x163630?await _0xd0eec4[_0x432b1c(0x1fc)](_0x3d1b1b,_0x51e937['command'],_0x163630):await _0xd0eec4[_0x432b1c(0x1fc)](_0x3d1b1b,_0x51e937[_0x432b1c(0x1da)]);return _0x401bfe;}catch(_0xe7b8ca){return logger[_0x432b1c(0x19b)]('Error\x20executing\x20script\x20'+_0x42c040+':\x20'+(_0xe7b8ca[_0x432b1c(0x273)]||_0xe7b8ca[_0x432b1c(0x284)])),null;}}async['performScanForCli'](_0x4850fd,_0x2b109b,_0x290df1,_0x258937,_0x1dac24,_0x113c7b=a90_0x161a2d(0x118)){const _0x3c87a4=a90_0x161a2d,_0x5976cb={'oTTCQ':function(_0x41aab1,_0x3d7167){return _0x41aab1===_0x3d7167;},'TSmVt':_0x3c87a4(0x118),'eJUoH':function(_0x3cc9d2,_0x2c115a){return _0x3cc9d2(_0x2c115a);},'eWUIy':_0x3c87a4(0x2d5),'VHCiS':function(_0x28d584,_0x1da3ec){return _0x28d584(_0x1da3ec);}};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x290df1+'\x20using\x20script:\x20'+_0x113c7b);const _0x517ff2=this[_0x3c87a4(0x1b9)](_0x113c7b);if(!_0x517ff2||!_0x517ff2['command']){logger[_0x3c87a4(0x13f)]('performScanForCli:\x20No\x20'+_0x113c7b+_0x3c87a4(0x144));return;}if(_0x5976cb[_0x3c87a4(0x2ca)](_0x113c7b,_0x5976cb[_0x3c87a4(0x268)])){const _0x2f7724=_0x5976cb[_0x3c87a4(0x2ef)](require,_0x5976cb['eWUIy']),_0x57505a={};_0x57505a['command']=_0x290df1;const _0x219505=await PerformanceTester[_0x3c87a4(0x224)](PerformanceA11yEvents[_0x3c87a4(0x292)],async()=>{return await _0x2f7724['browserStackEvaluate'](_0x4850fd,_0x517ff2['command'],_0x258937);},_0x57505a)();return logger['info'](_0x3c87a4(0x2c9)+_0x113c7b+_0x3c87a4(0x21c)+_0x290df1+':\x20'+util[_0x3c87a4(0x304)](_0x219505)),_0x219505;}const _0x23867b=_0x5976cb[_0x3c87a4(0x1d6)](require,_0x5976cb['eWUIy']),_0x257e21=await PerformanceTester[_0x3c87a4(0x224)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x123c40=_0x3c87a4;return await _0x23867b[_0x123c40(0x1fc)](_0x4850fd,_0x517ff2['command'],_0x258937);})();return logger[_0x3c87a4(0x196)]('Page\x20'+_0x113c7b+'\x20result\x20for\x20'+_0x290df1+':\x20'+util['format'](_0x257e21)),_0x257e21;}catch(_0x50c6cb){logger[_0x3c87a4(0x19b)](_0x3c87a4(0x286)+_0x113c7b+':\x20'+(_0x50c6cb[_0x3c87a4(0x273)]||_0x50c6cb[_0x3c87a4(0x284)]));}}async[a90_0x161a2d(0x2c6)](_0x9ecfab){const _0x53e6b7=a90_0x161a2d,_0x399d9e={'IiAfE':function(_0x43405a,_0x59e3a1){return _0x43405a(_0x59e3a1);},'exlpk':_0x53e6b7(0x19d)};try{const _0x35828e=_0x399d9e[_0x53e6b7(0x1cc)](require,_0x399d9e[_0x53e6b7(0x24a)]);return await _0x35828e[_0x53e6b7(0x12b)](_0x9ecfab);}catch(_0x11c582){return logger['error'](_0x53e6b7(0x161)+(_0x11c582[_0x53e6b7(0x273)]||_0x11c582['message'])),![];}}[a90_0x161a2d(0x2e1)](_0x224534,_0x4b8d9d,_0xf59f27){const _0x5b9856=a90_0x161a2d,_0x3593d3={'jrSEy':function(_0x110f66,_0x1fe184){return _0x110f66(_0x1fe184);},'lzzRb':_0x5b9856(0x2d5),'fXalh':'\x22browserstack.user\x22:\x22[REDACTED]\x22','GzfmF':_0x5b9856(0x223)};try{const _0x4ec64f=_0x3593d3[_0x5b9856(0x16c)](require,_0x3593d3[_0x5b9856(0x23c)]);_0x4ec64f[_0x5b9856(0x2e1)](_0x224534,_0x4b8d9d,_0xf59f27);const _0x4e9d48=JSON[_0x5b9856(0x2f1)](_0x224534)[_0x5b9856(0x28d)](/"browserstack\.user":"[^"]*"/g,_0x3593d3[_0x5b9856(0x221)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x3593d3[_0x5b9856(0x25b)]);logger[_0x5b9856(0x13f)](_0x5b9856(0x15b)+global[_0x5b9856(0x16f)]+'\x20'+_0x4e9d48);}catch(_0x6839ad){logger[_0x5b9856(0x19b)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x6839ad[_0x5b9856(0x273)]||_0x6839ad['message']));}}async['getAccessibilityResults'](_0x4802b1){const _0x16a0b2=a90_0x161a2d,_0x4feaf5={};_0x4feaf5[_0x16a0b2(0x1e0)]=_0x16a0b2(0x24d),_0x4feaf5[_0x16a0b2(0x2d8)]=function(_0x44f6d8,_0x316c33){return _0x44f6d8>_0x316c33;},_0x4feaf5['zazBe']='getResults';const _0x1662ba=_0x4feaf5;try{if(!this[_0x16a0b2(0x1e9)]())return logger[_0x16a0b2(0x244)](_0x1662ba[_0x16a0b2(0x1e0)]),[];const _0x1707b9=this[_0x16a0b2(0x142)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x16a0b2(0x250)]()}:{};_0x1662ba[_0x16a0b2(0x2d8)](Object[_0x16a0b2(0x2c0)](_0x1707b9)[_0x16a0b2(0x2f0)],0x0)&&logger[_0x16a0b2(0x13f)](_0x16a0b2(0x1f7)+JSON[_0x16a0b2(0x2f1)](_0x1707b9));const _0x4c802e=_0x1662ba[_0x16a0b2(0x2d8)](Object[_0x16a0b2(0x2c0)](_0x1707b9)['length'],0x0)?await this[_0x16a0b2(0x2b3)](_0x4802b1,_0x1662ba[_0x16a0b2(0x1c5)],_0x1707b9):await this[_0x16a0b2(0x2b3)](_0x4802b1,_0x1662ba[_0x16a0b2(0x1c5)]);return _0x4c802e||[];}catch(_0x144756){return logger[_0x16a0b2(0x19b)](_0x16a0b2(0x1ed)+(_0x144756['stack']||_0x144756[_0x16a0b2(0x284)])),[];}}async[a90_0x161a2d(0x29c)](_0x3f6c24){const _0x5b8f3c=a90_0x161a2d,_0x5f2793={'DaSYa':'scan','xgIhY':'getResultsSummary','ZhlSc':_0x5b8f3c(0x21d),'CFcRI':function(_0x581143,_0x18bd8f){return _0x581143(_0x18bd8f);},'dHQqq':_0x5b8f3c(0x1f1),'tASoY':function(_0x1d6927,_0x2d1453){return _0x1d6927===_0x2d1453;},'zhBJl':_0x5b8f3c(0x211),'QVfxB':_0x5b8f3c(0x29b),'NGcpt':'accessibility','QMlji':_0x5b8f3c(0x1e8),'qtaSP':_0x5b8f3c(0x29c),'BKCFs':_0x5b8f3c(0x26d),'gwCMS':_0x5b8f3c(0x198),'fTanO':_0x5b8f3c(0x1b0)};try{if(!this[_0x5b8f3c(0x1e9)]())return logger['warn'](_0x5f2793['ZhlSc']),{};const _0x3668f1=_0x5f2793[_0x5b8f3c(0x175)](require,_0x5f2793[_0x5b8f3c(0x1b7)]),_0x1d6497=_0x3668f1[_0x5b8f3c(0x2dc)](),_0x4b468e=_0x5f2793[_0x5b8f3c(0x191)](_0x1d6497?.[_0x5b8f3c(0x220)]?.[_0x5b8f3c(0x17f)](),_0x5f2793[_0x5b8f3c(0x189)]);let _0x1387e6='',_0x2c8843=null,_0x35a98a=null;if(_0x4b468e){_0x2c8843=global[_0x5b8f3c(0x276)]||global[_0x5b8f3c(0x255)]?.[_0x5b8f3c(0x1f9)]?.['testAnalyticsId']||global[_0x5b8f3c(0x255)]?.[_0x5b8f3c(0x1f9)]?.['id'];if(!_0x2c8843)return logger[_0x5b8f3c(0x244)](_0x5f2793[_0x5b8f3c(0x290)]),{};try{const _0x317f65=await GrpcClient[_0x5b8f3c(0x200)]()[_0x5b8f3c(0x1e4)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5f2793[_0x5b8f3c(0x135)],_0x5f2793['xgIhY'],_0x2c8843),_0xdb9af8=AccessibilityModule[_0x5b8f3c(0x2e2)](null,_0x317f65);_0x1387e6=_0xdb9af8?.[_0x5b8f3c(0x14d)]||'',logger[_0x5b8f3c(0x13f)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1387e6+'\x20from\x20testIdentifier='+_0x2c8843);const _0x170a53=await AccessibilityModule[_0x5b8f3c(0x1e3)](_0x5f2793[_0x5b8f3c(0x1b4)],_0x1387e6,_0x2c8843),_0xe18828=this[_0x5b8f3c(0x226)](_0x5f2793['QMlji'])||this[_0x5b8f3c(0x20a)][this[_0x5b8f3c(0x1a3)]]||null,_0xac54c7=process[_0x5b8f3c(0x197)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x249b05=this[_0x5b8f3c(0x259)](_0x5f2793[_0x5b8f3c(0x2f2)],_0x1387e6,_0xe18828,_0xac54c7);_0x35a98a=_0x3668f1[_0x5b8f3c(0x177)](_0x249b05,_0x170a53),logger[_0x5b8f3c(0x13f)](_0x5b8f3c(0x12e)+JSON['stringify'](_0x35a98a));}catch(_0x4a25a8){return logger[_0x5b8f3c(0x19b)](_0x5b8f3c(0x1c9)+_0x4a25a8[_0x5b8f3c(0x284)]),{};}}else{_0x1387e6=this[_0x5b8f3c(0x226)](_0x5f2793['BKCFs'])||'';!_0x1387e6&&this[_0x5b8f3c(0x142)]()&&(_0x1387e6=accessibilityHelper[_0x5b8f3c(0x250)]());const _0x297a01=this[_0x5b8f3c(0x226)](_0x5f2793[_0x5b8f3c(0x2ea)])||this[_0x5b8f3c(0x20a)][this[_0x5b8f3c(0x1a3)]]||null,_0x1d6513=process[_0x5b8f3c(0x197)][_0x5b8f3c(0x185)]||'';_0x35a98a=this[_0x5b8f3c(0x259)](_0x5f2793[_0x5b8f3c(0x2f2)],_0x1387e6,_0x297a01,_0x1d6513);}logger[_0x5b8f3c(0x13f)](_0x5f2793[_0x5b8f3c(0x2b4)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5b8f3c(0x292)],async()=>{const _0x4ef969=_0x5b8f3c,_0x2d09e1=await this['executeScriptByName'](_0x3f6c24,_0x5f2793[_0x4ef969(0x130)],_0x35a98a);logger[_0x4ef969(0x13f)](_0x4ef969(0x1d8)+util['format'](_0x2d09e1));},{'command':_0x5f2793[_0x5b8f3c(0x2f2)]})();const _0x3b3888=await PerformanceTester[_0x5b8f3c(0x224)](PerformanceA11yEvents[_0x5b8f3c(0x282)],async()=>{const _0x109f56=_0x5b8f3c;return await this[_0x109f56(0x2b3)](_0x3f6c24,_0x5f2793['xgIhY'],_0x35a98a);})();if(!_0x3b3888)return logger['debug'](_0x5f2793[_0x5b8f3c(0x156)]),{};return _0x3b3888;}catch(_0x4805c7){return logger[_0x5b8f3c(0x19b)](_0x5b8f3c(0x2ee)+(_0x4805c7[_0x5b8f3c(0x273)]||_0x4805c7[_0x5b8f3c(0x284)])),{};}}async[a90_0x161a2d(0x27e)](_0x12ccf0,_0x4ba375,_0x5bd9f2=null){const _0x5810e6=a90_0x161a2d,_0x52e796={};_0x52e796[_0x5810e6(0x190)]=_0x5810e6(0x1a5),_0x52e796[_0x5810e6(0x1c1)]='performPageScan:\x20Script\x20is\x20null',_0x52e796[_0x5810e6(0x123)]=_0x5810e6(0x1f0);const _0x3a7834=_0x52e796;try{if(!_0x12ccf0)return logger[_0x5810e6(0x13f)](_0x3a7834[_0x5810e6(0x190)]),null;if(!_0x4ba375)return logger['debug'](_0x3a7834[_0x5810e6(0x1c1)]),null;logger[_0x5810e6(0x13f)](_0x3a7834[_0x5810e6(0x123)]);const _0x15f398=_0x5bd9f2?await _0x12ccf0[_0x5810e6(0x2a0)](_0x4ba375,_0x5bd9f2):await _0x12ccf0[_0x5810e6(0x2a0)](_0x4ba375);return _0x15f398;}catch(_0x4fd08c){return logger[_0x5810e6(0x19b)](_0x5810e6(0x1be)+(_0x4fd08c['stack']||_0x4fd08c[_0x5810e6(0x284)])),null;}}static[a90_0x161a2d(0x2e2)](_0x10543e,_0x4d1ad0){const _0x23c149=a90_0x161a2d,_0x3b716c={};_0x3b716c[_0x23c149(0x2a3)]='ascii';const _0x2c6641=_0x3b716c,_0x5d03ac={};_0x5d03ac[_0x23c149(0x14d)]=_0x10543e;const _0x5f1d23=_0x5d03ac;let _0x343fcc={};if(_0x4d1ad0[_0x23c149(0x20e)]()&&_0x4d1ad0['hasAccessibilityExecuteParams']())try{_0x343fcc=JSON[_0x23c149(0x140)](new Buffer(_0x4d1ad0[_0x23c149(0x25f)]())[_0x23c149(0x1d9)](_0x2c6641['KnhWW']));}catch(_0x42b6ee){logger[_0x23c149(0x19b)](_0x23c149(0x219)+_0x42b6ee[_0x23c149(0x284)]),_0x343fcc={};}return CLIUtils['mergeObject'](_0x5f1d23,_0x343fcc);}static async['fetchCentralAuthA11yConfig'](_0x5ad270,_0x13e8b8='',_0x4e3f83=null){const _0x52002f=a90_0x161a2d,_0x146e9f={};_0x146e9f[_0x52002f(0x1c0)]=_0x52002f(0x23b),_0x146e9f[_0x52002f(0x256)]=_0x52002f(0x2f9);const _0x343c91=_0x146e9f;try{if(!_0x4e3f83&&AccessibilityModule[_0x52002f(0x25d)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x52002f(0x197)][_0x52002f(0x18f)])return logger[_0x52002f(0x19b)](_0x343c91[_0x52002f(0x1c0)]),{};const _0x71f5f2=await GrpcClient['getInstance']()[_0x52002f(0x1e4)](process[_0x52002f(0x197)][_0x52002f(0x18f)],_0x343c91[_0x52002f(0x256)],_0x5ad270,_0x4e3f83),_0x25af9d=_0x4e3f83?AccessibilityModule[_0x52002f(0x2e2)](null,_0x71f5f2)?.[_0x52002f(0x14d)]||_0x13e8b8:_0x13e8b8,_0x123077=AccessibilityModule[_0x52002f(0x2e2)](_0x25af9d,_0x71f5f2);return!_0x4e3f83&&(AccessibilityModule[_0x52002f(0x1f8)]=_0x123077,AccessibilityModule[_0x52002f(0x25d)]=!![]),_0x123077;}catch(_0x296749){return logger['error'](_0x52002f(0x20f)+_0x5ad270+':\x20'+(_0x296749[_0x52002f(0x273)]||_0x296749['message'])),{};}}};module[a90_0x161a2d(0x205)]=AccessibilityModule;
@@ -1 +1 @@
1
- const a91_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_0x4d3a5f=a91_0x26eb;(function(_0x23cf5f,_0x4d6105){const _0xa780e6=a91_0x26eb,_0x1de9a6=_0x23cf5f();while(!![]){try{const _0x2c55b3=-parseInt(_0xa780e6(0x1da))/0x1+-parseInt(_0xa780e6(0x1eb))/0x2+-parseInt(_0xa780e6(0x1e5))/0x3*(-parseInt(_0xa780e6(0x1f3))/0x4)+-parseInt(_0xa780e6(0x1e9))/0x5*(parseInt(_0xa780e6(0x1dc))/0x6)+parseInt(_0xa780e6(0x1cd))/0x7*(-parseInt(_0xa780e6(0x1d0))/0x8)+-parseInt(_0xa780e6(0x1d7))/0x9+-parseInt(_0xa780e6(0x1d6))/0xa*(-parseInt(_0xa780e6(0x1d3))/0xb);if(_0x2c55b3===_0x4d6105)break;else _0x1de9a6['push'](_0x1de9a6['shift']());}catch(_0x38381e){_0x1de9a6['push'](_0x1de9a6['shift']());}}}(a91_0x2e84,0x9ad4c));function a91_0x2e84(){const _0x248d82=['version','platformIndex','CMoCP','binSessionId','config','5397MbmouA','setTestFrameworkData','getTestId','../../../helpers/logger.js','2712155TQquLd','debug','904960ZmlIoT','gJYpc','JEST','ensureBinSession','testCaseStartedId','yFvvK','configure','client','1996ZDOUQp','DYvcM','_test','BaseModule','dpjFS','4|2|3|1|0','testFramework','name','7xzwZQJ','IbmGm','PLAYWRIGHT','5460880cnsEEp','CUCUMBER','testInfo','253UJdtFB','1|4|3|5|2|0','aVadX','1185850HXjDRO','936207RtrmDX','../../../helpers/test-observability/constants.js','\x20with\x20binSessionId=','666993XszHcK','testFrameworkData','12tKgIYB','Mgkhz','getModuleName','testId'];a91_0x2e84=function(){return _0x248d82;};return a91_0x2e84();}const logger=require(a91_0x4d3a5f(0x1e8))['winstonLogger'],{FRAMEWORKS}=require(a91_0x4d3a5f(0x1d8));class BaseModule{constructor(_0x48ce7d=null){const _0x401710=a91_0x4d3a5f,_0x1a8d54={};_0x1a8d54[_0x401710(0x1f0)]=_0x401710(0x1d4),_0x1a8d54[_0x401710(0x1d5)]=_0x401710(0x1f6);const _0x355643=_0x1a8d54,_0x3de2ba=_0x355643[_0x401710(0x1f0)]['split']('|');let _0x37e0ca=0x0;while(!![]){switch(_0x3de2ba[_0x37e0ca++]){case'0':this[_0x401710(0x1db)]=this[_0x401710(0x1e6)](_0x48ce7d);continue;case'1':this[_0x401710(0x1cc)]=_0x355643[_0x401710(0x1d5)];continue;case'2':this[_0x401710(0x1f2)]=null;continue;case'3':this[_0x401710(0x1e1)]=0x0;continue;case'4':this[_0x401710(0x1e3)]=null;continue;case'5':this[_0x401710(0x1e4)]={};continue;}break;}}[a91_0x4d3a5f(0x1ee)](){const _0x29ffce=a91_0x4d3a5f,_0xe79f97={};_0xe79f97[_0x29ffce(0x1dd)]='Missing\x20binSessionId';const _0x541417=_0xe79f97;if(!this['binSessionId'])throw new Error(_0x541417['Mgkhz']);}[a91_0x4d3a5f(0x1de)](){return this['name'];}[a91_0x4d3a5f(0x1f1)](_0x3a4f3e,_0x3749bf,_0x1f0767,_0x24eb5c={}){const _0x48e41d=a91_0x4d3a5f,_0x5bb837={};_0x5bb837['dpjFS']=_0x48e41d(0x1f8);const _0x11f526=_0x5bb837,_0x1c01d4=_0x11f526[_0x48e41d(0x1f7)]['split']('|');let _0x26074a=0x0;while(!![]){switch(_0x1c01d4[_0x26074a++]){case'0':logger[_0x48e41d(0x1ea)]('Configured\x20module\x20'+this[_0x48e41d(0x1de)]()+_0x48e41d(0x1d9)+_0x3a4f3e+',\x20platformIndex='+_0x3749bf);continue;case'1':this[_0x48e41d(0x1e4)]=_0x24eb5c;continue;case'2':this[_0x48e41d(0x1e1)]=_0x3749bf;continue;case'3':this['client']=_0x1f0767;continue;case'4':this[_0x48e41d(0x1e3)]=_0x3a4f3e;continue;}break;}}[a91_0x4d3a5f(0x1e7)](_0x27aa5e){const _0x3ff116=a91_0x4d3a5f,_0x35b3ca={};_0x35b3ca[_0x3ff116(0x1ec)]=function(_0x2c5bb3,_0x412be9){return _0x2c5bb3===_0x412be9;},_0x35b3ca['DYvcM']=function(_0x4ad562,_0x46cc9a){return _0x4ad562===_0x46cc9a;},_0x35b3ca[_0x3ff116(0x1e2)]=function(_0x3bed69,_0x814156){return _0x3bed69===_0x814156;};const _0x39c4c5=_0x35b3ca;let _0x33467f='';if(_0x39c4c5[_0x3ff116(0x1ec)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1cf)]))_0x33467f=_0x27aa5e[_0x3ff116(0x1d2)]?.[_0x3ff116(0x1f5)]?.['id']||_0x27aa5e['testInfo']?.[_0x3ff116(0x1df)];else{if(_0x39c4c5[_0x3ff116(0x1f4)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1d1)]))_0x33467f=_0x27aa5e['testInfo']?.[_0x3ff116(0x1ef)];else _0x39c4c5[_0x3ff116(0x1e2)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1ed)])&&(_0x33467f=_0x27aa5e[_0x3ff116(0x1d2)]?.['id']);}return _0x33467f;}['setTestFrameworkData'](_0x203177){const _0x562ca6=a91_0x4d3a5f,_0x566edc={};_0x566edc['IbmGm']=function(_0x3c0897,_0xa8eeba){return _0x3c0897!==_0xa8eeba;},_0x566edc['ZOMyc']='object';const _0x103726=_0x566edc;if(!_0x203177||_0x103726[_0x562ca6(0x1ce)](typeof _0x203177,_0x103726['ZOMyc']))return null;const _0x25b462={};_0x25b462[_0x562ca6(0x1cc)]=_0x203177[_0x562ca6(0x1cc)],_0x25b462['version']=_0x203177['version']&&_0x203177[_0x562ca6(0x1e0)][_0x203177[_0x562ca6(0x1cc)]];const _0x2dff0e=_0x25b462;return _0x2dff0e;}}function a91_0x26eb(_0x5526e4,_0x27f061){const _0x2e8460=a91_0x2e84();return a91_0x26eb=function(_0x26ebea,_0x37dc7f){_0x26ebea=_0x26ebea-0x1cc;let _0xcdeea7=_0x2e8460[_0x26ebea];return _0xcdeea7;},a91_0x26eb(_0x5526e4,_0x27f061);}module['exports']=BaseModule;
@@ -1 +1 @@
1
- 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
+ const a92_0x185364=a92_0x4182;function a92_0x36b0(){const _0x3354e8=['iUyps','KZgwz','HQBZr','setLTSSessionId','7868820yiyptK','BROWSERSTACK_LTS_SESSION_ID','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','tSZRo','../../../helpers/helper.js','21724hKuPoT','dUuZo','ttluY','WhVom','true','setLTSSessionId\x20error:\x20','402nXEpoj','env','debug','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','kBBIr','XcOJW','LoadTestModule','4898eIrRvW','ZUHvP','3995789XbqAQM','mcWpI','4726242kXzwme','undefined','pcUlG','BROWSERSTACK_LTS_SESSION_ID\x20cleared','13392bNJEEC','browserstackAutomation','error','YnOkz','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','YHNfr','rLFyb','yGAPB','message','toString','getLTSSessionId','jxBxr','isLTSSession','overrideLoadTesting','toLowerCase','LTS','18944yJHXYx','zLIbq','4661625SrvfkR'];a92_0x36b0=function(){return _0x3354e8;};return a92_0x36b0();}function a92_0x4182(_0x548104,_0x2cbb99){const _0x36b048=a92_0x36b0();return a92_0x4182=function(_0x418277,_0x5016ab){_0x418277=_0x418277-0x125;let _0x3a7e29=_0x36b048[_0x418277];return _0x3a7e29;},a92_0x4182(_0x548104,_0x2cbb99);}(function(_0x4cf6e6,_0x2c8f7b){const _0x590106=a92_0x4182,_0x4a561b=_0x4cf6e6();while(!![]){try{const _0x38d5ec=parseInt(_0x590106(0x150))/0x1*(parseInt(_0x590106(0x126))/0x2)+parseInt(_0x590106(0x140))/0x3+parseInt(_0x590106(0x14a))/0x4+parseInt(_0x590106(0x145))/0x5+parseInt(_0x590106(0x12a))/0x6+-parseInt(_0x590106(0x128))/0x7+parseInt(_0x590106(0x13e))/0x8*(-parseInt(_0x590106(0x12e))/0x9);if(_0x38d5ec===_0x2c8f7b)break;else _0x4a561b['push'](_0x4a561b['shift']());}catch(_0x4ccc7b){_0x4a561b['push'](_0x4a561b['shift']());}}}(a92_0x36b0,0xc5f70));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a92_0x185364(0x125)),{sendSdkEvents}=require(a92_0x185364(0x149)),isLTSSession=(_0x288eaa=null)=>{const _0x4a2951=a92_0x185364,_0x3c4b43={};_0x3c4b43[_0x4a2951(0x14c)]=function(_0x2ea273,_0x37d48d){return _0x2ea273!==_0x37d48d;},_0x3c4b43[_0x4a2951(0x14b)]=_0x4a2951(0x12b),_0x3c4b43[_0x4a2951(0x14d)]=function(_0x2e9eae,_0x4e34a8){return _0x2e9eae===_0x4e34a8;},_0x3c4b43[_0x4a2951(0x129)]='string',_0x3c4b43[_0x4a2951(0x134)]=function(_0x593bbf,_0x483183){return _0x593bbf===_0x483183;},_0x3c4b43[_0x4a2951(0x154)]=_0x4a2951(0x14e),_0x3c4b43[_0x4a2951(0x13f)]=function(_0x3ba679,_0x32b7e4){return _0x3ba679===_0x32b7e4;},_0x3c4b43[_0x4a2951(0x155)]=function(_0x1d49b3,_0x5c1be9){return _0x1d49b3===_0x5c1be9;},_0x3c4b43['YnOkz']='false';const _0x588c60=_0x3c4b43;try{if(_0x588c60[_0x4a2951(0x14c)](typeof process['env'][_0x4a2951(0x13b)],_0x588c60[_0x4a2951(0x14b)])){const _0xfb27cb=process['env'][_0x4a2951(0x13b)];return _0x588c60[_0x4a2951(0x14d)](typeof _0xfb27cb,_0x588c60[_0x4a2951(0x129)])?_0x588c60['rLFyb'](_0xfb27cb[_0x4a2951(0x13c)](),_0x588c60[_0x4a2951(0x154)]):!!_0xfb27cb;}const _0x5cff83=_0x288eaa&&_0x288eaa['overrideLoadTesting'],_0x317dfe=!!(_0x288eaa&&(_0x588c60['WhVom'](_0x288eaa['browserstackAutomation'],!![])||_0x588c60[_0x4a2951(0x13f)](_0x288eaa[_0x4a2951(0x12f)],_0x588c60[_0x4a2951(0x154)]))),_0x3f79dc=!!(_0x5cff83&&_0x588c60[_0x4a2951(0x155)](_0x5cff83[_0x4a2951(0x137)]()['toLowerCase'](),_0x588c60[_0x4a2951(0x154)])&&!_0x317dfe);return process[_0x4a2951(0x151)]['overrideLoadTesting']=_0x3f79dc?_0x588c60[_0x4a2951(0x154)]:_0x588c60['YnOkz'],_0x3f79dc;}catch(_0x22855e){return process['env'][_0x4a2951(0x13b)]=_0x588c60[_0x4a2951(0x131)],![];}},getLTSSessionId=()=>{const _0x1a5443=a92_0x185364,_0x36933b={'iUyps':function(_0x4b1f65){return _0x4b1f65();},'YHNfr':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','HQBZr':_0x1a5443(0x147)};try{if(_0x36933b[_0x1a5443(0x141)](isLTSSession))return logger['debug'](_0x36933b[_0x1a5443(0x133)]),process[_0x1a5443(0x151)][_0x1a5443(0x146)]||'';}catch(_0x24ff59){logger[_0x1a5443(0x130)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x24ff59&&_0x24ff59[_0x1a5443(0x136)]));}return logger[_0x1a5443(0x152)](_0x36933b[_0x1a5443(0x143)]),'';},setLTSSessionId=async(_0xcbb540={})=>{const _0x4ee0a8=a92_0x185364,_0x36221e={'KZgwz':function(_0x1a0a8d){return _0x1a0a8d();},'VwTyP':_0x4ee0a8(0x132),'pcUlG':_0x4ee0a8(0x12d),'jxBxr':_0x4ee0a8(0x13d),'yGAPB':function(_0x207d2e,_0x3543bf){return _0x207d2e(_0x3543bf);},'ZUHvP':function(_0x34362f,_0x5a3914,_0x2e15e9){return _0x34362f(_0x5a3914,_0x2e15e9);},'tSZRo':function(_0x118bb0,_0xcc8901){return _0x118bb0||_0xcc8901;}};try{const _0x435db0=_0x36221e[_0x4ee0a8(0x142)](getLTSSessionId);_0x435db0?(process[_0x4ee0a8(0x151)][_0x4ee0a8(0x146)]=_0x435db0,logger[_0x4ee0a8(0x152)](_0x36221e['VwTyP'])):(delete process[_0x4ee0a8(0x151)][_0x4ee0a8(0x146)],logger['debug'](_0x36221e[_0x4ee0a8(0x12c)]));try{const _0x11d901={'feature':_0x36221e[_0x4ee0a8(0x139)],'ltsEnabled':_0x36221e[_0x4ee0a8(0x135)](isLTSSession,_0xcbb540),'ltsSessionIdPresent':!!_0x435db0};await _0x36221e[_0x4ee0a8(0x127)](sendSdkEvents,_0x11d901,_0xcbb540);}catch(_0x122e33){logger[_0x4ee0a8(0x152)](_0x4ee0a8(0x153)+(_0x122e33&&_0x122e33[_0x4ee0a8(0x136)]));}return _0x36221e[_0x4ee0a8(0x148)](_0x435db0,'');}catch(_0x584584){return logger['debug'](_0x4ee0a8(0x14f)+(_0x584584&&_0x584584[_0x4ee0a8(0x136)])),'';}},a92_0x11594c={};a92_0x11594c[a92_0x185364(0x13a)]=isLTSSession,a92_0x11594c[a92_0x185364(0x138)]=getLTSSessionId,a92_0x11594c[a92_0x185364(0x144)]=setLTSSessionId,module['exports']=a92_0x11594c;
@@ -1 +1 @@
1
- const a93_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_0x2a1c15=a93_0x8e95;function a93_0x8e95(_0x175314,_0x3ff02d){const _0x3ee788=a93_0x3ee7();return a93_0x8e95=function(_0x8e95f3,_0x4b6a58){_0x8e95f3=_0x8e95f3-0x13b;let _0x26705b=_0x3ee788[_0x8e95f3];return _0x26705b;},a93_0x8e95(_0x175314,_0x3ff02d);}(function(_0xb2be7a,_0x18720c){const _0x2d29ba=a93_0x8e95,_0x42e5df=_0xb2be7a();while(!![]){try{const _0x1b9f18=parseInt(_0x2d29ba(0x143))/0x1*(-parseInt(_0x2d29ba(0x149))/0x2)+parseInt(_0x2d29ba(0x14b))/0x3+-parseInt(_0x2d29ba(0x14c))/0x4*(-parseInt(_0x2d29ba(0x155))/0x5)+parseInt(_0x2d29ba(0x163))/0x6*(parseInt(_0x2d29ba(0x157))/0x7)+-parseInt(_0x2d29ba(0x15a))/0x8+parseInt(_0x2d29ba(0x14e))/0x9*(-parseInt(_0x2d29ba(0x150))/0xa)+-parseInt(_0x2d29ba(0x164))/0xb*(parseInt(_0x2d29ba(0x162))/0xc);if(_0x1b9f18===_0x18720c)break;else _0x42e5df['push'](_0x42e5df['shift']());}catch(_0x5704b4){_0x42e5df['push'](_0x42e5df['shift']());}}}(a93_0x3ee7,0xa1820));function a93_0x3ee7(){const _0x591ca6=['../../../helpers/performance/constants.js','../../../helpers/helper.js','MODULE_NAME','CREATE','ObservabilityModule','556944Bdtnai','4610826kDfrzd','88VPeIMV','page','../../utils/constants.js','ObservabilitySync:','SpdRJ','name','../../../helpers/classLogger.js','info','onBeforeTest:\x20','registerObserver','2pyzDbR','\x20sync\x20done','./baseModule','rCEJc','bind','logger','771208xjLmbw','end','2941755BcAfoO','44048EjfQdt','POrib','3413376RDwNaM','onBeforeTest:\x20page\x20is\x20not\x20defined','10eZyrmg','../../../helpers/performance/performance-tester.js','now','ZChOP','exports','290lCqnhW','../state/automationFrameworkState.js','7jHMrAW','../framework/automationFramework.js','debug','1635584dRlPOj','YCOWr','../state/hookState.js'];a93_0x3ee7=function(){return _0x591ca6;};return a93_0x3ee7();}const BaseModule=require(a93_0x2a1c15(0x145)),{createClassLogger}=require(a93_0x2a1c15(0x13f)),AutomationFramework=require(a93_0x2a1c15(0x158)),AutomationFrameworkState=require(a93_0x2a1c15(0x156)),HookState=require(a93_0x2a1c15(0x15c)),{playwrightAnnotate}=require(a93_0x2a1c15(0x15e)),PerformanceTester=require(a93_0x2a1c15(0x151)),{O11y_EVENTS}=require(a93_0x2a1c15(0x15d)),constants=require(a93_0x2a1c15(0x13b));class ObservabilityModule extends BaseModule{[a93_0x2a1c15(0x148)]=createClassLogger(a93_0x2a1c15(0x161));constructor(_0xb99045){const _0x39f4fc=a93_0x2a1c15,_0x40f303={};_0x40f303[_0x39f4fc(0x13d)]=_0x39f4fc(0x161);const _0xf95878=_0x40f303;super(),this[_0x39f4fc(0x13e)]=_0xf95878[_0x39f4fc(0x13d)],this['observabilityConfig']=_0xb99045,AutomationFramework[_0x39f4fc(0x142)](AutomationFrameworkState[_0x39f4fc(0x160)],HookState['POST'],this['onBeforeTest'][_0x39f4fc(0x147)](this));}['getModuleName'](){const _0x3d331b=a93_0x2a1c15;return ObservabilityModule[_0x3d331b(0x15f)];}async['onBeforeTest'](_0xa68f76){const _0x10ba43=a93_0x2a1c15,_0x5df490={'POrib':function(_0x58a059,_0x5a6698){return _0x58a059+_0x5a6698;},'YCOWr':_0x10ba43(0x13c),'rCEJc':function(_0x358726,_0x1f6d2f,_0xa1e559,_0x2f860b){return _0x358726(_0x1f6d2f,_0xa1e559,_0x2f860b);},'MILio':_0x10ba43(0x159),'ZChOP':_0x10ba43(0x14f)};if(_0xa68f76[_0x10ba43(0x165)]){const _0x34149a=_0xa68f76[_0x10ba43(0x165)],_0x2c4e61=Date[_0x10ba43(0x152)](),_0x5d033a=_0x5df490[_0x10ba43(0x14d)](_0x5df490[_0x10ba43(0x15b)],_0x2c4e61);PerformanceTester['start'](O11y_EVENTS['SYNC']),await _0x5df490[_0x10ba43(0x146)](playwrightAnnotate,_0x34149a,_0x5d033a,_0x5df490['MILio']),PerformanceTester[_0x10ba43(0x14a)](O11y_EVENTS['SYNC']),this[_0x10ba43(0x148)][_0x10ba43(0x140)](_0x10ba43(0x141)+constants['TEST_REPORTING_ANALYTICS']+_0x10ba43(0x144));}else this[_0x10ba43(0x148)]['debug'](_0x5df490[_0x10ba43(0x153)]);}}ObservabilityModule['MODULE_NAME']=a93_0x2a1c15(0x161),module[a93_0x2a1c15(0x154)]=ObservabilityModule;