browserstack-node-sdk 1.54.1 → 1.54.2

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 (193) 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/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a85_0x587025=a85_0x4b33;(function(_0x3bf0af,_0x17b4e6){const _0x2d7e2d=a85_0x4b33,_0x28e7f3=_0x3bf0af();while(!![]){try{const _0x4b29e4=-parseInt(_0x2d7e2d(0x23c))/0x1+-parseInt(_0x2d7e2d(0x31e))/0x2+parseInt(_0x2d7e2d(0x1e3))/0x3+-parseInt(_0x2d7e2d(0x308))/0x4+-parseInt(_0x2d7e2d(0x247))/0x5*(parseInt(_0x2d7e2d(0x361))/0x6)+-parseInt(_0x2d7e2d(0x27f))/0x7+parseInt(_0x2d7e2d(0x210))/0x8;if(_0x4b29e4===_0x17b4e6)break;else _0x28e7f3['push'](_0x28e7f3['shift']());}catch(_0x52b4cf){_0x28e7f3['push'](_0x28e7f3['shift']());}}}(a85_0x547c,0x2b3e7));function a85_0x547c(){const _0x7b3464=['capabilities','Error\x20executing\x20script\x20','afterTestHook','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','start','getData','updateData','CmdfX','yCusS','--headless=','gOlrL','../state/hookState','getName','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerVersion','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','lfaKv','QdshY','\x22browserstack.key\x22:\x22[REDACTED]\x22','fetchDriverExecuteParamsEvent','KcxLM','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','MODULE_NAME','getBuildId','trim','iKOVa','KrleG','getModuleName','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','jest','tIWVn','OHQIH','\x20accessibility\x20script\x20on\x20page',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getAccessibilityConfig','__accessibilityOptions','command','finishScanningForCli','zeSSn','includes','olNTy','has','BICDQ','956577tYEsEU',',\x20\x0a\x20','odZkO','commandName','value','../../playwright/accessibility-helper','shouldScanForCommand','accessibility','NON_BROWSERSTACK_AUTOMATION_SESSIONS','\x20from\x20testIdentifier=',']\x20clear\x20','CGorL','JjSNO','CLdiu','scan',',\x20isAppAccessibility=','getScriptsList','getLogDisabledShown','Error\x20getting\x20capability\x20value\x20for\x20',',\x20testName=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','__jestCurrentTestIdentifier','onBeforeExecute:\x20command=','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','chrome','stack','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','oyFpm','CEVCl','AUTOMATION_SESSIONS','getInstance','tpgoA','a11y:save-results','vYwWK','sQsIQ','SAVE_RESULTS','test_tags','page','version','__workerDetails','xFImG','vPEoz','capabilitiesList','hMXrr','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','3699512TYqFFR','UHulq','_centralAuthA11yConfig','PMVzA','Error\x20in\x20performPageScan:\x20','present','keys','LLnIv','../framework/testFramework','\x20testHubUuid=','testFramework','GDetn','kWkZy','xjwBM','BROWSERSTACK_CLI_BIN_SESSION_ID','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','\x20result\x20for\x20','set','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','loadAccessibilityConfig','isAccessibilityAutomationSession','../grpcClient','\x20or\x20higher\x20','AeJlg','wyHBa','Ivupf','knZen','options','ovUiE','getPlatformIndex','scriptsList','cWjGb','TEST_INIT','getAccessibility','length','ryJCl','\x20env=','currentTest','getCapabilitiesList','pwPage','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','stringify','xzRdY','gpjdH','206470SjMFLh','_sendMessageServerPatchApplied','delete','getTestId','Error\x20in\x20stopTestCapture:\x20','browserStackEvaluate','vLYkw','ascii','accessibilityConfig','testInfo','saveResults','341830eLePdB','jYTld','KEY_DRIVER_HAS_URL','testFrameworkData','fBinl','scannerProcessingTimeout','UWZJa','UCBnl','../../../helpers/accessibility-automation/constants','Error\x20in\x20shouldScanForCommand:\x20','OHePJ','replace','GoVWS','assign','CREATE','fetchCentralAuthA11yConfig','loadDriverExecuteParams','lYcbr','11|1|16|9|5|7|8|15|12|3|10|4|2|13|14|6|0','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','Scan\x20result:\x20','eMdkM','bind','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','BJwch','qLysQ','mergeObject','parse','toObject','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','info','\x20browser\x20version\x20','wcagVersion',',\x20available\x20commands:\x20','../../../helpers/accessibility-automation/helper','TrackedInstance','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','biKVj','android','getAccessibilityResults','[AccessibilityModule]\x20onAfterTest:\x20framework=','browserstack.accessibilityOptions.wcagVersion','toISOString','excludeTagsInTestingScope','SlEAb','getCommandsList','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','SbPFN','AJjac','zhzXi','hBtHO','getState','../../utils/playwright-patcher','XYEhC','\x22browserstack.user\x22:\x22[REDACTED]\x22','commandsList','989730dTglcy','getCurrentAccessibilityStatus','usSwE','jXRhK','KEY_INIT','LOG_DISABLED_SHOWN','JclAf','oWZUL','platformCaps','unknown','axVjG','setLogDisabledShown','UfnjV',',\x20framework=','_mobileScanningDisabledLogged','gkYnP','getResults','lowCZ','BROWSERSTACK_TESTHUB_JWT','../TestInfo.js','error','isMobileScanningEnabledForGroup','accessibilityPlatform','browserName','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','../cliUtils','isEnabled','getCommandsToWrap','testAnalyticsId','../../../helpers/performance/constants.js','evaluate','zTLDc','browserstack.accessibilityOptions.authToken',',\x20excludeTags=','env','args',']\x20isEnabledTestcase\x20(jest)\x20result=','PRE','mPUHl','ZwfkD','setAccessibilityConfig','Accessibility\x20data\x20for\x20extension:\x20','iOvUG','join','debug','JRBjj','hMbwA','warn','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.',']\x20onAfterTest\x20should\x20scan=','format','cucumber','accessibilityToken','ZWQEX','isEnabledTestcase','gEVdG','test_run_id','onBeforeExecute','EquuJ','thTestRunUuid','browserVersion','RUiox','eqnuA','VWfyo','APwaB','SnHhv','isAppAccessibility','includeTagsInTestingScope','Error\x20in\x20getAccessibilityResultsSummary:\x20','jvRRY','thdBC','string',']\x20isEnabledTestcase\x20(cucumber)\x20result=','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','onBeforeExecute:\x20Command\x20','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','hasAccessibilityExecuteParams','name:\x20','getContext','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','find','GQuYW','EJpwr','QXWJC','onBeforeExecute:\x20No\x20command\x20name\x20provided','HIItt','xNcvk','isBrowserstackScriptCommand','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','\x20script\x20available','skipCDPConnectOverride','JwEmI','--headless=new','mSfMR','_centralAuthConfigFetched','getParamsForScanForCli','Error\x20getting\x20script\x20by\x20name\x20','jtMqC','get','BdNhM','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','\x20using\x20script:\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','pqfuB','Unknown\x20Test','trvlD','LhkkR','hiytb','onBeforeTest','isBrowserSupportedForAccessibility','DvcaB','titlePath','getTestUUID','headless','true','QWsJm','getAccessibilityExecuteParams','size','GXwyb','browserstack_executor','launchCaps','uWoLo','../framework/automationFramework','ALwdY','browser_version','xvUKX','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','getAllData','name','yjKRx','ebSRm','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','zakBI','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','207456XYGiGk','ZmhQN','DRIVER_HAS_URL','toString','fEWJq',']\x20should\x20run\x20accessibility\x20value=','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','yCVvv','bcGZt','Error\x20in\x20initAccessibilityConfig:\x20','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','ZwIuJ','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','KEY_TEST_NAME','MFlGT','commandsToWrap','getCapabilityValue','--headless','lnVFU','registerObserver','duygV','getValue','272162NYWiwI','mJNvY','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','instance','LNPvh','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','hlZNo','TJzSJ','some','dIZIA','toLowerCase','../../../helpers/helper','getTrackedInstance','Processed\x20accessibility\x20caps\x20','map','patchSendMessageToServer','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','JpONh','PERFORM_SCAN','dRpOl','mhYka','qDWRA','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','KEY_TESTHUB_BUILD_ID','testhub_build_uuid','IdYNZ','xxcdN','performScanForCli','getOptions','POST','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','vXoEj','nCbWA','DRIVER_INIT','ePMZY','naken','split','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','mtcBc','ACCESSIBILITY_INITIALIZED','dfSDg','jwlDE','HZWgF','getTestFrameworkDetail',',\x20includeTags=','getTesthub','processAccessibilityCaps','\x20a11yToken=','EXECUTE','zGDTC','saveTestResults','aNQbr','QjOzA','RdgfW','gjaic','isPlatformSupported','getMinVersionForBrowser','oUVWT','measureWrapper','Error\x20checking\x20headless\x20capability:\x20','llUJb','../../../helpers/classLogger','setAccessibilityToken','Executing\x20accessibility\x20script\x20on\x20page','end','GkOiI','rgoQy','6rscxqI','NGAhQ','executeScriptByName','cRCwF','resolveMobileThTestRunUuid','icpab',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','platformValidation','Executing\x20','tyxYW','tjbeg','QfRlr','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','bSOmc','sPhtg','null','QnHXW','pYhve','../state/automationFrameworkState','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','jhQij','isMobilePlatform','cBLEm','ZEWQy','kVyOD','rOBkX','getAccessibilityResultsSummary','isVersionSupported','Exception\x20in\x20isPlatformSupported:\x20','getCurrentInstanceName','parseA11yJwtPayload','../../../helpers/accessibility-automation/scripts','isMobileWebSession','getScriptByName','getScript','qdEaL','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','[platform\x20-\x20','gqAgM','stopTestCapture','ehRGu','function','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','browserstack.accessibilityOptions.scannerProcessingTimeout','SDK_ACCESSIBILITY_CONFIG','goog:chromeOptions','fgsrP','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','onAfterTest','on\x20non-BrowserStack\x20infrastructure\x20','message','startsWith','hSEwc','isArray','FVSUn'];a85_0x547c=function(){return _0x7b3464;};return a85_0x547c();}const BaseModule=require('./baseModule'),{createClassLogger}=require(a85_0x587025(0x35b)),CLIUtils=require('../cliUtils'),AutomationFramework=require(a85_0x587025(0x2fb)),TestFramework=require(a85_0x587025(0x218)),AutomationFrameworkState=require(a85_0x587025(0x373)),HookState=require(a85_0x587025(0x1c3)),GrpcClient=require(a85_0x587025(0x225)),scripts=require(a85_0x587025(0x380)),logger=createClassLogger(a85_0x587025(0x26a)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x587025(0x29c)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a85_0x587025(0x24f)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require('util'),TestInfo=require(a85_0x587025(0x292)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),accessibilityHelper=require(a85_0x587025(0x269));class AccessibilityModule extends BaseModule{static [a85_0x587025(0x1ce)]=AccessibilityModule[a85_0x587025(0x301)];static ['_centralAuthConfigFetched']=![];static [a85_0x587025(0x212)]={};constructor(_0x152e15){const _0x124394=a85_0x587025,_0x5bc6d8={};_0x5bc6d8[_0x124394(0x27c)]=_0x124394(0x259),_0x5bc6d8['ZOvMr']=_0x124394(0x336),_0x5bc6d8[_0x124394(0x25c)]=_0x124394(0x30a),_0x5bc6d8[_0x124394(0x2ea)]=_0x124394(0x334),_0x5bc6d8['tvZqd']=_0x124394(0x345);const _0x103a04=_0x5bc6d8,_0x4479fc=_0x103a04[_0x124394(0x27c)][_0x124394(0x342)]('|');let _0x4b4881=0x0;while(!![]){switch(_0x4479fc[_0x4b4881++]){case'0':this[_0x124394(0x335)]=_0x103a04['ZOvMr'];continue;case'1':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x124394(0x34e)],HookState[_0x124394(0x2a4)],this[_0x124394(0x2b8)][_0x124394(0x25d)](this));continue;case'2':this['setAccessibilityToken'](_0x152e15[_0x124394(0x33a)]()['getCapabilitiesList']());continue;case'3':this['capabilities']=[];continue;case'4':this[_0x124394(0x28d)]=![];continue;case'5':this['isEnabled']=!![];continue;case'6':this[_0x124394(0x249)]=_0x103a04[_0x124394(0x25c)];continue;case'7':this[_0x124394(0x244)]=_0x152e15[_0x124394(0x263)]();continue;case'8':this[_0x124394(0x1ea)]=new Map();continue;case'9':AutomationFramework['registerObserver'](AutomationFrameworkState['QUIT'],HookState[_0x124394(0x2a4)],this[_0x124394(0x392)]['bind'](this));continue;case'10':this['_sendMessageServerPatchApplied']=![];continue;case'11':super();continue;case'12':this['isAppAccessibility']=![];continue;case'13':logger[_0x124394(0x2ab)](_0x103a04[_0x124394(0x2ea)]);continue;case'14':this[_0x124394(0x283)]=_0x103a04['tvZqd'];continue;case'15':this[_0x124394(0x284)]=new Map();continue;case'16':AutomationFramework[_0x124394(0x31b)](AutomationFrameworkState[_0x124394(0x255)],HookState[_0x124394(0x33b)],this['onBeforeTest'][_0x124394(0x25d)](this));continue;}break;}}[a85_0x587025(0x299)](){const _0xda3d16=a85_0x587025;return this[_0xda3d16(0x299)];}[a85_0x587025(0x1d3)](){return AccessibilityModule['MODULE_NAME'];}[a85_0x587025(0x280)](){const _0x429579=a85_0x587025;return this[_0x429579(0x1ea)][_0x429579(0x2e2)](CLIUtils[_0x429579(0x37e)](),![]);}[a85_0x587025(0x1f4)](){const _0x49ca71=a85_0x587025;return this[_0x49ca71(0x284)]['get'](CLIUtils[_0x49ca71(0x37e)](),![]);}[a85_0x587025(0x28a)](_0x1f0801){const _0x1a5057=a85_0x587025;this[_0x1a5057(0x284)]['set'](CLIUtils[_0x1a5057(0x37e)](),_0x1f0801);}['applySendMessageToServerPatch'](){const _0x547f89=a85_0x587025,_0x40d7ef={'odZkO':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','fePHK':function(_0x192239,_0x1d96b4){return _0x192239(_0x1d96b4);},'KcxLM':_0x547f89(0x27b),'lktOK':_0x547f89(0x30e),'clzoi':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this['_sendMessageServerPatchApplied']){logger['debug'](_0x40d7ef[_0x547f89(0x1e5)]);return;}try{const _0x4bd733=_0x40d7ef['fePHK'](require,_0x40d7ef[_0x547f89(0x1cc)]);_0x4bd733&&_0x4bd733[_0x547f89(0x32d)]?(_0x4bd733[_0x547f89(0x32d)](),this[_0x547f89(0x23d)]=!![],logger[_0x547f89(0x2ab)](_0x40d7ef['lktOK'])):logger[_0x547f89(0x2ab)](_0x40d7ef['clzoi']);}catch(_0x4c7b90){logger['debug']('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x547f89(0x2b1)](_0x4c7b90));}}[a85_0x587025(0x355)](_0x4a67bf=null,_0xbe1068=null,_0x78a6ae=null){const _0x55a425=a85_0x587025,_0xe7b54f={'SlEAb':function(_0x2dd24e,_0x54c6f2){return _0x2dd24e&&_0x54c6f2;},'QWsJm':'isPlatformSupported:\x20caps\x20are\x20null','ryJCl':function(_0x5a74c4,_0x2074f6){return _0x5a74c4(_0x2074f6);},'JGqTP':_0x55a425(0x329),'TJzSJ':_0x55a425(0x385),'pYhve':_0x55a425(0x1f7),'rgoQy':function(_0x2eaaf7,_0x2e4edb){return _0x2eaaf7===_0x2e4edb;},'ZWQEX':_0x55a425(0x2f3),'sQsIQ':function(_0x212f11,_0x3218d3){return _0x212f11===_0x3218d3;},'fWcXy':'string','SbPFN':function(_0x59a8a9,_0x5b4f8e){return _0x59a8a9===_0x5b4f8e;},'CEVCl':_0x55a425(0x1c7),'bcGZt':_0x55a425(0x38e),'EJpwr':function(_0x167644,_0x1fe948){return _0x167644!==_0x1fe948;},'mPUHl':'latest','ZwfkD':function(_0x359a80){return _0x359a80();},'zeSSn':_0x55a425(0x393),'ALwdY':function(_0xacb15b,_0x3a8d31){return _0xacb15b!==_0x3a8d31;},'mndoA':function(_0x2cf741,_0x1fccf1){return _0x2cf741>_0x1fccf1;},'bkjAl':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0xe7b54f[_0x55a425(0x273)](!_0xbe1068,!_0x78a6ae))return logger['debug'](_0xe7b54f[_0x55a425(0x2f4)]),![];const {isUndefined:_0x173a95,isBrowserstackInfra:_0x5c205}=_0xe7b54f[_0x55a425(0x233)](require,_0xe7b54f['JGqTP']);if(!accessibilityHelper[_0x55a425(0x224)]())return logger[_0x55a425(0x2ab)](_0xe7b54f[_0x55a425(0x325)]),![];const _0x22de3b=_0xbe1068[_0x55a425(0x296)]||_0xbe1068['browser'],_0x58f262=_0xbe1068[_0x55a425(0x2bb)]||_0xbe1068[_0x55a425(0x2fd)];if(!accessibilityHelper[_0x55a425(0x2ee)](_0x22de3b))return logger[_0x55a425(0x2ae)](_0xe7b54f[_0x55a425(0x372)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x22de3b))try{const _0x1f17ec=_0xbe1068[_0x55a425(0x2f2)],_0x492077=_0xe7b54f['rgoQy'](_0x1f17ec,!![])||_0xe7b54f[_0x55a425(0x360)](_0x1f17ec,_0xe7b54f[_0x55a425(0x2b4)])||_0xe7b54f[_0x55a425(0x205)](typeof _0x1f17ec,_0xe7b54f['fWcXy'])&&_0xe7b54f[_0x55a425(0x276)](_0x1f17ec['toLowerCase'](),_0xe7b54f[_0x55a425(0x2b4)]);if(_0x492077)return logger[_0x55a425(0x2ae)](_0xe7b54f[_0x55a425(0x1ff)]),![];const _0x4261fb=_0xbe1068?.['chromeOptions']?.[_0x55a425(0x2a2)]||_0xbe1068?.[_0xe7b54f[_0x55a425(0x310)]]?.[_0x55a425(0x2a2)]||[];if(Array[_0x55a425(0x397)](_0x4261fb)&&_0x4261fb[_0x55a425(0x326)](_0x5c2771=>typeof _0x5c2771===_0x55a425(0x2c6)&&(_0x5c2771===_0x55a425(0x319)||_0x5c2771[_0x55a425(0x395)](_0x55a425(0x1c1))&&_0x5c2771!==_0x55a425(0x2dc))))return logger[_0x55a425(0x2ae)](_0xe7b54f[_0x55a425(0x1ff)]),![];}catch(_0x2acf32){logger['debug'](_0x55a425(0x359)+util[_0x55a425(0x2b1)](_0x2acf32));}if(_0xe7b54f[_0x55a425(0x2d1)](_0x58f262,_0xe7b54f['mPUHl'])){const _0x221006=_0xe7b54f[_0x55a425(0x2a6)](_0x5c205),_0x9a9cd0=accessibilityHelper[_0x55a425(0x356)](_0x22de3b,_0x221006),_0x21330c=accessibilityHelper['getBrowserDisplayName'](_0x22de3b);if(!accessibilityHelper[_0x55a425(0x37c)](_0x58f262,_0x9a9cd0)){const _0x22fafb=_0x221006?'':_0xe7b54f[_0x55a425(0x1de)];return logger[_0x55a425(0x2ae)](_0x55a425(0x323)+_0x21330c+_0x55a425(0x266)+_0x9a9cd0+_0x55a425(0x226)+_0x22fafb+'.'),![];}}else{const _0x53f274=_0xbe1068['browserVersion']||_0xbe1068['browser_version']||_0xbe1068[_0x55a425(0x209)];if(_0x53f274&&_0xe7b54f[_0x55a425(0x2fc)](_0x53f274,_0xe7b54f[_0x55a425(0x2a5)])&&!_0xe7b54f['mndoA'](_0xe7b54f[_0x55a425(0x233)](parseFloat,_0x53f274),_0xe7b54f['ryJCl'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x55a425(0x2ae)](_0xe7b54f['bkjAl']),![];}return!![];}catch(_0x4eb976){return logger['debug'](_0x55a425(0x37d)+_0x4eb976['message']),![];}}[a85_0x587025(0x2b5)](_0x5944fb=[],_0x18c3e6,_0x2dfbf6='cucumber'){const _0x358700=a85_0x587025,_0x1df1d7={'xxcdN':function(_0x348678,_0x4957d3){return _0x348678===_0x4957d3;},'gkYnP':_0x358700(0x1d5),'hMbwA':function(_0x32dbb5,_0x11c250){return _0x32dbb5||_0x11c250;},'UHulq':function(_0x393281,_0x2a83d3){return _0x393281&&_0x2a83d3;},'KrleG':_0x358700(0x288),'naken':function(_0x1a3c9e,_0x3e9312){return _0x1a3c9e(_0x3e9312);},'ePMZY':function(_0x5aeb01,_0x1baf80){return _0x5aeb01>_0x1baf80;}};try{const _0x53ae6e=process[_0x358700(0x2a1)][_0x358700(0x2c8)]?JSON[_0x358700(0x262)](process[_0x358700(0x2a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x53ae6e)return!![];const _0x5a1778=Array[_0x358700(0x397)](_0x53ae6e[_0x358700(0x2c2)])?_0x53ae6e[_0x358700(0x2c2)]:[],_0x55c343=Array[_0x358700(0x397)](_0x53ae6e[_0x358700(0x272)])?_0x53ae6e[_0x358700(0x272)]:[];if(_0x1df1d7[_0x358700(0x338)](_0x2dfbf6,_0x1df1d7[_0x358700(0x28e)])){let _0x163d9f;Array[_0x358700(0x397)](_0x5944fb)?_0x163d9f=_0x5944fb[_0x358700(0x2aa)]('\x20'):_0x163d9f=_0x1df1d7[_0x358700(0x2ad)](_0x5944fb,'');const _0x2ecbf9=_0x55c343[_0x358700(0x326)](_0x524e5e=>_0x163d9f[_0x358700(0x1df)](_0x524e5e)),_0x12ab72=_0x1df1d7[_0x358700(0x338)](_0x5a1778['length'],0x0)||_0x5a1778[_0x358700(0x326)](_0x533709=>_0x163d9f['includes'](_0x533709)),_0x8d7bba=_0x1df1d7['UHulq'](!_0x2ecbf9,_0x12ab72);return logger[_0x358700(0x2ab)](_0x358700(0x386)+(_0x18c3e6?.['getPlatformIndex']?.()||_0x1df1d7[_0x358700(0x1d2)])+_0x358700(0x2a3)+_0x8d7bba+_0x358700(0x1f6)+_0x163d9f+',\x20includeTags='+JSON[_0x358700(0x239)](_0x5a1778)+_0x358700(0x2a0)+JSON[_0x358700(0x239)](_0x55c343)),_0x8d7bba;}const _0x5d1b88=Array[_0x358700(0x397)](_0x5944fb)?_0x5944fb:[];let _0xade794=![],_0x1eefb7=_0x1df1d7[_0x358700(0x338)](_0x5a1778[_0x358700(0x232)],0x0);const _0x1a30cc=_0x1ed79c=>typeof _0x1ed79c===_0x358700(0x2c6)?_0x1ed79c[_0x358700(0x252)](/^@/,'')[_0x358700(0x328)]()[_0x358700(0x1d0)]():_0x1ed79c,_0x2069a4=new Set(_0x5a1778[_0x358700(0x32c)](_0x1a30cc)),_0x427431=new Set(_0x55c343[_0x358700(0x32c)](_0x1a30cc));for(const _0x51a213 of _0x5d1b88){const _0x46755b=_0x1df1d7[_0x358700(0x341)](_0x1a30cc,_0x51a213);_0x427431[_0x358700(0x1e1)](_0x46755b)&&(_0xade794=!![]),_0x1df1d7[_0x358700(0x340)](_0x2069a4[_0x358700(0x2f6)],0x0)&&_0x2069a4['has'](_0x46755b)&&(_0x1eefb7=!![]);}const _0x3906f4=_0x1df1d7[_0x358700(0x211)](_0x1eefb7,!_0xade794);return logger[_0x358700(0x2ab)]('[platform\x20-\x20'+(_0x18c3e6?.['getPlatformIndex']?.()||_0x1df1d7['KrleG'])+_0x358700(0x2c7)+_0x3906f4+',\x20tags='+JSON['stringify'](_0x5d1b88)+_0x358700(0x34a)+JSON[_0x358700(0x239)](_0x5a1778)+_0x358700(0x2a0)+JSON[_0x358700(0x239)](_0x55c343)),_0x3906f4;}catch(_0x601d19){return logger[_0x358700(0x2ab)](_0x358700(0x386)+(_0x18c3e6?.[_0x358700(0x22d)]?.()||_0x1df1d7[_0x358700(0x1d2)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x601d19['message']),![];}}async[a85_0x587025(0x2ed)](_0x47d4dc){const _0x385bb4=a85_0x587025,_0x1ce85d={};_0x1ce85d[_0x385bb4(0x2e3)]=function(_0x26dc25,_0x40ad8b){return _0x26dc25!==_0x40ad8b;},_0x1ce85d['MFlGT']=_0x385bb4(0x2b2),_0x1ce85d[_0x385bb4(0x2d4)]=function(_0x3582b5,_0x1df57a){return _0x3582b5!==_0x1df57a;},_0x1ce85d[_0x385bb4(0x352)]='jest',_0x1ce85d['geSmI']=_0x385bb4(0x320),_0x1ce85d[_0x385bb4(0x306)]=_0x385bb4(0x230),_0x1ce85d[_0x385bb4(0x2be)]=_0x385bb4(0x36d),_0x1ce85d[_0x385bb4(0x22a)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x1ce85d['cWjGb']=_0x385bb4(0x33f),_0x1ce85d[_0x385bb4(0x29e)]=function(_0x15ed5e,_0x4d9ec7){return _0x15ed5e===_0x4d9ec7;},_0x1ce85d[_0x385bb4(0x229)]=function(_0xd43bcb,_0xbd996c){return _0xd43bcb===_0xbd996c;},_0x1ce85d[_0x385bb4(0x398)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x1ce85d['GkOiI']=function(_0xad0534,_0x4df5d9){return _0xad0534===_0x4df5d9;},_0x1ce85d['yCusS']=_0x385bb4(0x2e9),_0x1ce85d[_0x385bb4(0x22c)]=function(_0x51ffe6,_0x7fb20b){return _0x51ffe6>_0x7fb20b;},_0x1ce85d[_0x385bb4(0x347)]=_0x385bb4(0x38a),_0x1ce85d[_0x385bb4(0x2e8)]=_0x385bb4(0x207),_0x1ce85d['vYwWK']=function(_0x1eb1d1,_0x31fbb0){return _0x1eb1d1&&_0x31fbb0;},_0x1ce85d[_0x385bb4(0x21b)]='unknown',_0x1ce85d[_0x385bb4(0x348)]='true';const _0x9471d=_0x1ce85d;if(_0x9471d[_0x385bb4(0x2e3)](_0x47d4dc[_0x385bb4(0x21a)],_0x9471d[_0x385bb4(0x316)])&&_0x9471d[_0x385bb4(0x2d4)](_0x47d4dc[_0x385bb4(0x21a)],_0x9471d['QjOzA'])){logger[_0x385bb4(0x2ab)](_0x9471d['geSmI']);return;}try{const _0x4a0c33=AutomationFramework[_0x385bb4(0x32a)](),_0x132e69=TestFramework[_0x385bb4(0x32a)](),_0x3a35d4=_0x47d4dc[_0x385bb4(0x208)]||global[_0x385bb4(0x20a)]?.['pwPage']||null;if(!_0x3a35d4){_0x132e69&&_0x132e69[_0x385bb4(0x39f)](_0x9471d[_0x385bb4(0x306)],!![]);logger[_0x385bb4(0x2ab)](_0x9471d[_0x385bb4(0x2be)]);return;}logger[_0x385bb4(0x2ab)](_0x9471d[_0x385bb4(0x22a)]);const _0x34937a=_0x132e69?.[_0x385bb4(0x39e)](_0x9471d[_0x385bb4(0x22f)],![]),_0x43c7df=_0x132e69?.[_0x385bb4(0x39e)](_0x9471d[_0x385bb4(0x306)],![]);if(_0x9471d[_0x385bb4(0x29e)](_0x34937a,![])&&_0x9471d[_0x385bb4(0x229)](_0x43c7df,![])){_0x132e69&&_0x132e69[_0x385bb4(0x39f)](_0x9471d[_0x385bb4(0x22f)],!![]);logger[_0x385bb4(0x2ab)](_0x9471d[_0x385bb4(0x398)]);return;}_0x132e69&&_0x132e69[_0x385bb4(0x39f)](_0x9471d[_0x385bb4(0x306)],!![]);let _0x1eef31,_0x56ec03;const _0x452335=_0x47d4dc[_0x385bb4(0x21a)]||_0x9471d['MFlGT'];if(_0x9471d[_0x385bb4(0x35f)](_0x452335,_0x9471d['QjOzA'])){_0x56ec03=_0x47d4dc[_0x385bb4(0x245)]?.[_0x385bb4(0x29b)]||_0x47d4dc[_0x385bb4(0x245)]?.['id']||global[_0x385bb4(0x1f8)]||global[_0x385bb4(0x20a)]?.[_0x385bb4(0x235)]?.['testAnalyticsId']||global[_0x385bb4(0x20a)]?.[_0x385bb4(0x235)]?.['id'];const _0x3992d9=_0x132e69?.[_0x385bb4(0x300)]()?.['get'](_0x56ec03);if(_0x3992d9&&_0x3992d9[TestFrameworkConstants[_0x385bb4(0x315)]])_0x1eef31=_0x3992d9[TestFrameworkConstants['KEY_TEST_NAME']];else{if(_0x47d4dc[_0x385bb4(0x245)]?.[_0x385bb4(0x2f0)])_0x1eef31=_0x47d4dc['testInfo'][_0x385bb4(0x2f0)];else global[_0x385bb4(0x20a)]?.[_0x385bb4(0x235)]?.[_0x385bb4(0x245)]?.[_0x385bb4(0x2f0)]?_0x1eef31=global[_0x385bb4(0x20a)][_0x385bb4(0x235)][_0x385bb4(0x245)]['titlePath']:_0x1eef31=_0x9471d[_0x385bb4(0x1c0)];}logger[_0x385bb4(0x2ab)](_0x385bb4(0x307)+_0x56ec03+_0x385bb4(0x1f6)+JSON['stringify'](_0x1eef31));}else{_0x56ec03=this[_0x385bb4(0x23f)](_0x47d4dc);const _0x53e4ba=TestInfo['getTestDetails'](_0x56ec03);let _0x4d5b2e=[];if(_0x53e4ba&&Array[_0x385bb4(0x397)](_0x53e4ba['test_tags'])&&_0x9471d[_0x385bb4(0x22c)](_0x53e4ba[_0x385bb4(0x207)][_0x385bb4(0x232)],0x0))_0x4d5b2e=_0x53e4ba[_0x385bb4(0x207)];else{if(_0x132e69){const _0xa0e11e=_0x9471d[_0x385bb4(0x29e)](typeof _0x132e69[_0x385bb4(0x39e)],_0x9471d[_0x385bb4(0x347)])?_0x132e69[_0x385bb4(0x39e)](_0x9471d['pqfuB'],[]):_0x132e69[_0x385bb4(0x207)]||[];Array[_0x385bb4(0x397)](_0xa0e11e)&&(_0x4d5b2e=_0xa0e11e);}}_0x1eef31=_0x4d5b2e;}logger[_0x385bb4(0x265)]('test-tags-->\x20'+JSON[_0x385bb4(0x239)](_0x1eef31));const _0x50ca5b=this[_0x385bb4(0x355)](_0x4a0c33,_0x47d4dc[_0x385bb4(0x287)],_0x47d4dc[_0x385bb4(0x2f9)]);logger['debug'](_0x385bb4(0x2d8)+_0x50ca5b+_0x385bb4(0x1f2)+this[_0x385bb4(0x2c1)]);const _0x20333c=this[_0x385bb4(0x2b5)](_0x1eef31,_0x4a0c33,_0x452335),_0x2ded20=_0x9471d[_0x385bb4(0x204)](_0x50ca5b,_0x20333c),_0x23b5ec=CLIUtils[_0x385bb4(0x37e)]();this[_0x385bb4(0x1ea)][_0x385bb4(0x221)](_0x23b5ec,_0x2ded20),global['Context']?.[_0x385bb4(0x2cd)]&&global['Context'][_0x385bb4(0x2cd)]()['setShouldScan'](_0x2ded20),logger[_0x385bb4(0x2ab)](_0x385bb4(0x386)+(_0x4a0c33?.[_0x385bb4(0x22d)]?.()||_0x9471d[_0x385bb4(0x21b)])+_0x385bb4(0x30d)+_0x2ded20),_0x2ded20?(global['accessibilityPlatform']=!![],process[_0x385bb4(0x2a1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x9471d[_0x385bb4(0x348)],this['applySendMessageToServerPatch']()):global[_0x385bb4(0x295)]=![];}catch(_0x23579a){logger['error'](_0x385bb4(0x2e7)+(_0x23579a['stack']||_0x23579a[_0x385bb4(0x394)]));const _0x4f2ad1=CLIUtils[_0x385bb4(0x37e)]();this[_0x385bb4(0x1ea)][_0x385bb4(0x221)](_0x4f2ad1,![]),global[_0x385bb4(0x295)]=![];}}['getGoogleChromeOptions'](){const _0xb516ee=a85_0x587025;return this[_0xb516ee(0x399)][_0xb516ee(0x2cf)](_0x162be2=>_0x162be2[_0xb516ee(0x1c4)]()===_0xb516ee(0x38e))?.[_0xb516ee(0x31d)]()||'';}[a85_0x587025(0x318)](_0x1f05d2){const _0x93801c=a85_0x587025;try{const _0x2a44d7=this['accessibilityConfig']?.[_0x93801c(0x22b)]?.[_0x93801c(0x20d)]||[],_0x4f1b7f=_0x2a44d7[_0x93801c(0x2cf)](_0x554436=>_0x554436[_0x93801c(0x301)]===_0x1f05d2);return _0x4f1b7f?_0x4f1b7f[_0x93801c(0x1e7)]:null;}catch(_0x331ea6){return logger[_0x93801c(0x2ab)](_0x93801c(0x1f5)+_0x1f05d2+':\x20'+_0x331ea6['message']),null;}}async['setAccessibilityConfig'](_0xed57a8,_0x557156){const _0x19494d=a85_0x587025,_0xbe30bd=_0xed57a8[_0x19494d(0x231)]()[_0x19494d(0x33a)](),_0x4fce39=_0xbe30bd[_0x19494d(0x1f3)](),_0x337296=_0xbe30bd[_0x19494d(0x29a)]()?.[_0x19494d(0x274)]();scripts['parseFromProto'](_0x4fce39,_0x337296),scripts['toJson']();const _0x5db21a=_0xbe30bd[_0x19494d(0x236)]();this[_0x19494d(0x399)]=_0xbe30bd[_0x19494d(0x236)](),await this[_0x19494d(0x35c)](_0x5db21a,_0x557156[_0x19494d(0x2f9)]);}async['setAccessibilityToken'](_0xc5f6b4,_0x3d8b4f={}){const _0x18ba73=a85_0x587025,_0x34c51b={'BcdPO':function(_0x1cd040,_0x5b552c){return _0x1cd040===_0x5b552c;},'jhQij':_0x18ba73(0x2b3),'ZwIuJ':_0x18ba73(0x29f),'zhzXi':function(_0xa90bfd,_0x451a41){return _0xa90bfd(_0x451a41);},'eqnuA':'../../../helpers/accessibility-automation/helper','qDWRA':function(_0x12d2a1,_0x49ec83){return _0x12d2a1(_0x49ec83);},'jpnfw':'../../../helpers/helper','mJNvY':function(_0x4ff41f,_0x36b093){return _0x4ff41f(_0x36b093);},'SLoDb':function(_0x401c0c,_0x955921){return _0x401c0c===_0x955921;},'xvUKX':_0x18ba73(0x267),'IdYNZ':_0x18ba73(0x270),'oUVWT':function(_0x21d223,_0x8e8e24){return _0x21d223===_0x8e8e24;},'icpab':'scannerVersion','dRpOl':_0x18ba73(0x1c6),'JwEmI':_0x18ba73(0x24c),'LGZpQ':_0x18ba73(0x38c),'oyFpm':function(_0x3e3cd1,_0x143c87){return _0x3e3cd1===_0x143c87;},'hMXrr':_0x18ba73(0x294),'gOlrL':function(_0x30f8d7,_0x1de4a9){return _0x30f8d7(_0x1de4a9);},'yCVvv':function(_0x3567d5,_0x8ba66f){return _0x3567d5===_0x8ba66f;},'fBinl':_0x18ba73(0x2f3)};global[_0x18ba73(0x1db)]=global[_0x18ba73(0x1db)]||{};for(const _0x1ed05f of _0xc5f6b4){logger[_0x18ba73(0x265)](_0x18ba73(0x2cc)+_0x1ed05f[_0x18ba73(0x1c4)]()+'\x20value='+_0x1ed05f[_0x18ba73(0x31d)]());if(_0x34c51b['BcdPO'](_0x1ed05f['getName'](),_0x34c51b[_0x18ba73(0x375)])){const _0x1b80f8=_0x1ed05f['getValue']();process[_0x18ba73(0x2a1)]['BS_A11Y_JWT']=_0x1b80f8,global['__accessibilityOptions'][_0x34c51b[_0x18ba73(0x313)]]=_0x1b80f8;const _0x2e3fdb=_0x34c51b[_0x18ba73(0x278)](require,_0x34c51b[_0x18ba73(0x2bd)]),{isTrue:_0x2776aa}=_0x34c51b[_0x18ba73(0x333)](require,_0x34c51b['jpnfw']),_0x24a2f1=_0x2e3fdb[_0x18ba73(0x37f)](_0x1b80f8);_0x24a2f1&&_0x34c51b[_0x18ba73(0x31f)](_0x2776aa,_0x24a2f1[_0x18ba73(0x2da)])&&(process[_0x18ba73(0x2a1)][_0x18ba73(0x33c)]=!![]);}else{if(_0x34c51b['SLoDb'](_0x1ed05f[_0x18ba73(0x1c4)](),_0x34c51b[_0x18ba73(0x2fe)]))global[_0x18ba73(0x1db)][_0x34c51b[_0x18ba73(0x337)]]=_0x1ed05f[_0x18ba73(0x31d)]();else{if(_0x34c51b['oUVWT'](_0x1ed05f[_0x18ba73(0x1c4)](),_0x34c51b[_0x18ba73(0x366)]))global[_0x18ba73(0x1db)][_0x34c51b[_0x18ba73(0x331)]]=_0x1ed05f['getValue']();else{if(_0x34c51b[_0x18ba73(0x357)](_0x1ed05f['getName'](),_0x34c51b[_0x18ba73(0x2db)]))global[_0x18ba73(0x1db)][_0x34c51b['LGZpQ']]=_0x1ed05f[_0x18ba73(0x31d)]();else{if(_0x34c51b[_0x18ba73(0x1fe)](_0x1ed05f[_0x18ba73(0x1c4)](),_0x34c51b[_0x18ba73(0x20e)])){const _0x16cb8d=_0x1ed05f[_0x18ba73(0x31d)]();process[_0x18ba73(0x2a1)][_0x18ba73(0x2e5)]=_0x34c51b[_0x18ba73(0x1c2)](String,_0x34c51b[_0x18ba73(0x357)](_0x16cb8d,!![])||_0x34c51b[_0x18ba73(0x30f)](_0x16cb8d,_0x34c51b[_0x18ba73(0x24b)])),logger[_0x18ba73(0x2ab)](_0x18ba73(0x374)+_0x16cb8d+_0x18ba73(0x234)+process[_0x18ba73(0x2a1)][_0x18ba73(0x2e5)]);}}}}}}}async[a85_0x587025(0x392)](_0x2e13eb){const _0x246a72=a85_0x587025,_0x5f5adb={};_0x5f5adb[_0x246a72(0x327)]=function(_0x3a1595,_0x1b7b52){return _0x3a1595!==_0x1b7b52;},_0x5f5adb[_0x246a72(0x26c)]='cucumber',_0x5f5adb['AotXr']=_0x246a72(0x1d5),_0x5f5adb[_0x246a72(0x21d)]=_0x246a72(0x343),_0x5f5adb[_0x246a72(0x309)]=_0x246a72(0x288);const _0x281add=_0x5f5adb;if(_0x281add[_0x246a72(0x327)](_0x2e13eb['testFramework'],_0x281add[_0x246a72(0x26c)])&&_0x281add[_0x246a72(0x327)](_0x2e13eb[_0x246a72(0x21a)],_0x281add['AotXr'])){logger['debug'](_0x281add[_0x246a72(0x21d)]);return;}const _0x1a8839=_0x2e13eb[_0x246a72(0x245)]?.[_0x246a72(0x29b)]||_0x2e13eb[_0x246a72(0x245)]?.['id']||global[_0x246a72(0x1f8)];logger[_0x246a72(0x265)](_0x246a72(0x26f)+_0x2e13eb[_0x246a72(0x21a)]+',\x20testIdentifier='+_0x1a8839);try{const _0x4b41d0=_0x2e13eb['instance']||AutomationFramework[_0x246a72(0x32a)](),_0x2b7c5f=CLIUtils[_0x246a72(0x37e)](),_0x376c04=this[_0x246a72(0x280)]();logger['debug'](_0x246a72(0x386)+(_0x4b41d0?.[_0x246a72(0x22d)]?.()||_0x281add[_0x246a72(0x309)])+_0x246a72(0x2b0)+_0x376c04),_0x376c04&&await this['stopTestCapture'](_0x4b41d0,_0x2e13eb),this[_0x246a72(0x1ea)][_0x246a72(0x23e)](_0x2b7c5f),this[_0x246a72(0x284)][_0x246a72(0x23e)](_0x2b7c5f);}catch(_0x5baaa9){logger['error'](_0x246a72(0x312)+(_0x5baaa9['stack']||_0x5baaa9[_0x246a72(0x394)]));}}async[a85_0x587025(0x388)](_0x57752a,_0x42ceef){const _0xfda5ef=a85_0x587025,_0x64b8c9={};_0x64b8c9[_0xfda5ef(0x346)]=function(_0x29609e,_0x4ec07d){return _0x29609e===_0x4ec07d;},_0x64b8c9['ehRGu']=_0xfda5ef(0x38a),_0x64b8c9['AJjac']=_0xfda5ef(0x1d5),_0x64b8c9[_0xfda5ef(0x2b6)]=_0xfda5ef(0x2b2),_0x64b8c9['mheCW']=_0xfda5ef(0x1fa),_0x64b8c9[_0xfda5ef(0x228)]='accessibility',_0x64b8c9[_0xfda5ef(0x23b)]='saveResults',_0x64b8c9[_0xfda5ef(0x362)]=_0xfda5ef(0x288),_0x64b8c9['oWZUL']=_0xfda5ef(0x215),_0x64b8c9[_0xfda5ef(0x251)]='null',_0x64b8c9[_0xfda5ef(0x384)]=function(_0x4c216f,_0x2094d8){return _0x4c216f||_0x2094d8;},_0x64b8c9['thdBC']=function(_0x2153fb,_0x335835){return _0x2153fb||_0x335835;},_0x64b8c9[_0xfda5ef(0x1d7)]=_0xfda5ef(0x390),_0x64b8c9['LNPvh']=_0xfda5ef(0x200),_0x64b8c9[_0xfda5ef(0x396)]=_0xfda5ef(0x1eb);const _0x47462d=_0x64b8c9;try{const _0x12f1b7=_0x42ceef[_0xfda5ef(0x21a)]||(_0x47462d[_0xfda5ef(0x346)](this[_0xfda5ef(0x24a)]?.['name']?.['toLowerCase'](),_0x47462d[_0xfda5ef(0x277)])?_0x47462d[_0xfda5ef(0x277)]:_0x47462d[_0xfda5ef(0x2b6)]);let _0x203747='',_0x19e376=null,_0x3db681=null;if(_0x47462d[_0xfda5ef(0x346)](_0x12f1b7,_0x47462d['AJjac'])){_0x19e376=_0x42ceef[_0xfda5ef(0x245)]?.['testAnalyticsId']||_0x42ceef[_0xfda5ef(0x245)]?.['id']||global['__jestCurrentTestIdentifier'];if(!_0x19e376){logger['warn'](_0x47462d['mheCW']);return;}try{const _0x36045c=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0xfda5ef(0x2a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x47462d['wyHBa'],_0x47462d[_0xfda5ef(0x23b)],_0x19e376),_0x544c36=AccessibilityModule[_0xfda5ef(0x257)](null,_0x36045c);_0x203747=_0x544c36?.[_0xfda5ef(0x2ba)]||'',logger[_0xfda5ef(0x2ab)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x203747+_0xfda5ef(0x1ec)+_0x19e376),_0x3db681=_0x36045c;}catch(_0x2efd8d){logger[_0xfda5ef(0x293)]('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x2efd8d['message']);return;}}else{const _0x3b755a=this[_0xfda5ef(0x23f)](_0x42ceef);_0x203747=TestInfo[_0xfda5ef(0x2f1)](_0x3b755a);}const _0x5b02ca=((()=>{const _0x2410d7=_0xfda5ef,_0x3183f9=(this[_0x2410d7(0x244)]?.['options']?.[_0x2410d7(0x20d)]||[])[_0x2410d7(0x2cf)](_0x128376=>(typeof _0x128376['getName']===_0x2410d7(0x38a)?_0x128376['getName']():_0x128376['name'])===this['KEY_TESTHUB_BUILD_ID']);return _0x3183f9?_0x47462d[_0x2410d7(0x346)](typeof _0x3183f9[_0x2410d7(0x31d)],_0x47462d[_0x2410d7(0x389)])?_0x3183f9[_0x2410d7(0x31d)]():_0x3183f9[_0x2410d7(0x1e7)]:'';})()),_0x38cf0c=process['env'][_0xfda5ef(0x291)]||'';logger['debug'](_0xfda5ef(0x386)+(_0x57752a?.[_0xfda5ef(0x22d)]?.()||_0x47462d[_0xfda5ef(0x362)])+_0xfda5ef(0x1ed)+_0x203747+_0xfda5ef(0x219)+_0x5b02ca+_0xfda5ef(0x34d)+(_0x38cf0c?_0x47462d[_0xfda5ef(0x286)]:_0x47462d[_0xfda5ef(0x251)]));let _0x9e98b;if(_0x47462d[_0xfda5ef(0x346)](_0x12f1b7,_0x47462d[_0xfda5ef(0x277)]))_0x9e98b=AccessibilityModule['loadDriverExecuteParams'](_0x203747,_0x3db681);else{const _0x559404=await GrpcClient['getInstance']()[_0xfda5ef(0x1cb)](process[_0xfda5ef(0x2a1)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x47462d[_0xfda5ef(0x228)],_0x47462d[_0xfda5ef(0x23b)]);_0x9e98b=AccessibilityModule[_0xfda5ef(0x257)](_0x203747,_0x559404);}logger[_0xfda5ef(0x2ab)](_0xfda5ef(0x2a8)+JSON['stringify'](_0x9e98b));const _0x370708=Object[_0xfda5ef(0x254)]({},{'thTestRunUuid':_0x47462d[_0xfda5ef(0x384)](_0x203747,''),'thBuildUuid':_0x47462d[_0xfda5ef(0x384)](_0x5b02ca,''),'thJwtToken':_0x47462d[_0xfda5ef(0x2c5)](_0x38cf0c,'')},_0x9e98b);!this[_0xfda5ef(0x2c1)]&&this[_0xfda5ef(0x381)]()&&(_0x370708['is_mobile_session']=!![],logger[_0xfda5ef(0x2ab)](_0x47462d[_0xfda5ef(0x1d7)]));logger[_0xfda5ef(0x2ab)](_0xfda5ef(0x1c5)+_0x203747+',\x20isAppAccessibility='+this[_0xfda5ef(0x2c1)]);let _0x45cad2=global[_0xfda5ef(0x20a)]?.[_0xfda5ef(0x237)]||null;!_0x45cad2&&(_0x45cad2=AutomationFramework[_0xfda5ef(0x27a)](_0x57752a,_0x47462d[_0xfda5ef(0x322)],null)),!_0x45cad2&&(_0x45cad2=AutomationFramework[_0xfda5ef(0x27a)](_0x57752a,_0x47462d[_0xfda5ef(0x396)],null)),await this[_0xfda5ef(0x1dd)](this['getCurrentAccessibilityStatus'](),_0x203747,_0x45cad2,_0x370708,this[_0xfda5ef(0x2c1)]);}catch(_0x384206){logger[_0xfda5ef(0x293)](_0xfda5ef(0x240)+(_0x384206[_0xfda5ef(0x1fc)]||_0x384206['message']));}}async['finishScanningForCli'](_0x2fd499,_0x2ddc9b,_0x280094,_0x3f10a6,_0x2304bb){const _0xf46158=a85_0x587025,_0x599982={};_0x599982[_0xf46158(0x24d)]=_0xf46158(0x246),_0x599982[_0xf46158(0x387)]=function(_0x266ae7,_0x4d0d62){return _0x266ae7&&_0x4d0d62;},_0x599982[_0xf46158(0x1c8)]=_0xf46158(0x26b),_0x599982[_0xf46158(0x38f)]=function(_0xb83ade,_0x2f2ffe){return _0xb83ade===_0x2f2ffe;},_0x599982[_0xf46158(0x37a)]=_0xf46158(0x370),_0x599982['tpgoA']=function(_0x3ab0e0,_0xe26ee6){return _0x3ab0e0===_0xe26ee6;},_0x599982['mSfMR']=_0xf46158(0x2e4),_0x599982['SnHhv']='Performing\x20scan\x20before\x20from\x20cli',_0x599982[_0xf46158(0x2bc)]=_0xf46158(0x39b),_0x599982[_0xf46158(0x23a)]=_0xf46158(0x1f1),_0x599982['tyxYW']='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x599982['EsUkp']=_0xf46158(0x203),_0x599982[_0xf46158(0x30c)]=_0xf46158(0x2af);const _0x26e2fa=_0x599982;try{const _0x5d35f3=this['getScriptByName'](_0x26e2fa[_0xf46158(0x24d)]);if(_0x26e2fa[_0xf46158(0x387)](!_0x2304bb,!_0x5d35f3)){logger[_0xf46158(0x2ab)](_0x26e2fa['lfaKv']);return;}if(!_0x2ddc9b||_0x26e2fa[_0xf46158(0x38f)](_0x2ddc9b,_0x26e2fa[_0xf46158(0x37a)])||_0x26e2fa[_0xf46158(0x202)](_0x2ddc9b,'')){logger[_0xf46158(0x2ab)](_0x26e2fa[_0xf46158(0x2dd)]);return;}logger[_0xf46158(0x2ab)](_0xf46158(0x25a)+JSON[_0xf46158(0x239)](_0x3f10a6)),_0x2fd499&&(logger[_0xf46158(0x2ab)](_0x26e2fa[_0xf46158(0x2c0)]),await this['performScanForCli'](_0x280094,_0x2ddc9b,_0x26e2fa[_0xf46158(0x2bc)],_0x3f10a6,_0x2304bb,_0x26e2fa['xzRdY']),_0x26e2fa[_0xf46158(0x387)](!_0x2304bb,_0x5d35f3)&&(logger[_0xf46158(0x2ab)](_0x26e2fa[_0xf46158(0x36a)]),await PerformanceTester['measureWrapper'](_0x26e2fa['EsUkp'],async()=>{const _0x228f40=_0xf46158;await this[_0x228f40(0x339)](_0x280094,_0x2ddc9b,_0x26e2fa[_0x228f40(0x24d)],_0x3f10a6,_0x2304bb,_0x26e2fa['UWZJa']);})()),logger[_0xf46158(0x265)](_0x26e2fa['fEWJq']));}catch(_0x5b03e1){logger[_0xf46158(0x293)](_0xf46158(0x25e)+(_0x5b03e1[_0xf46158(0x1fc)]||_0x5b03e1[_0xf46158(0x394)]));}}async[a85_0x587025(0x2b8)](_0x129434){const _0x53bff2=a85_0x587025,_0x372976={};_0x372976['llUJb']=function(_0x2f05bf,_0x42e75f){return _0x2f05bf!==_0x42e75f;},_0x372976[_0x53bff2(0x217)]=_0x53bff2(0x2b2),_0x372976['APwaB']='jest',_0x372976[_0x53bff2(0x34f)]=_0x53bff2(0x21f),_0x372976['tagnj']='unknown',_0x372976[_0x53bff2(0x36e)]=_0x53bff2(0x2d3),_0x372976[_0x53bff2(0x33d)]=function(_0x148a68,_0x23d417){return _0x148a68===_0x23d417;},_0x372976[_0x53bff2(0x2eb)]=_0x53bff2(0x238),_0x372976[_0x53bff2(0x2ac)]='accessibility',_0x372976[_0x53bff2(0x20b)]='performScan',_0x372976[_0x53bff2(0x24e)]=_0x53bff2(0x2b7),_0x372976[_0x53bff2(0x2e1)]=_0x53bff2(0x336),_0x372976['XLSuP']=function(_0x41b72a,_0x3e200b){return _0x41b72a===_0x3e200b;},_0x372976[_0x53bff2(0x2ef)]=_0x53bff2(0x1f1),_0x372976[_0x53bff2(0x303)]='null';const _0x346c72=_0x372976;if(_0x346c72[_0x53bff2(0x35a)](_0x129434[_0x53bff2(0x21a)],_0x346c72['LLnIv'])&&_0x346c72[_0x53bff2(0x35a)](_0x129434[_0x53bff2(0x21a)],_0x346c72[_0x53bff2(0x2bf)])){logger['debug'](_0x346c72['zGDTC']);return;}logger[_0x53bff2(0x2ab)](_0x53bff2(0x1f9)+(_0x129434['commandName']||_0x346c72['tagnj'])+_0x53bff2(0x28c)+_0x129434[_0x53bff2(0x21a)]);try{const _0x52d2f4=_0x129434[_0x53bff2(0x321)]||AutomationFramework['getTrackedInstance'](),_0x5417ae=TestFramework['getTrackedInstance'](),_0x558e84=_0x129434[_0x53bff2(0x1e6)]||_0x129434['command']?.['getName']();if(!_0x558e84){logger[_0x53bff2(0x2ab)](_0x346c72['bSOmc']);return;}if(!this[_0x53bff2(0x280)]()){logger[_0x53bff2(0x2ab)](_0x53bff2(0x222)+_0x558e84);return;}if(!this[_0x53bff2(0x1e9)](_0x558e84)){logger[_0x53bff2(0x2ab)](_0x53bff2(0x2c9)+_0x558e84+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x180bfc=_0x129434[_0x53bff2(0x208)]||global['__workerDetails']?.[_0x53bff2(0x237)];if(!_0x180bfc){logger[_0x53bff2(0x2ab)](_0x53bff2(0x2d7)+_0x558e84);return;}let _0x3d92c9='',_0x370b8f=null;if(_0x346c72['vXoEj'](_0x129434[_0x53bff2(0x21a)],_0x346c72[_0x53bff2(0x2bf)])){_0x370b8f=_0x129434[_0x53bff2(0x245)]?.[_0x53bff2(0x29b)]||_0x129434[_0x53bff2(0x245)]?.['id']||global[_0x53bff2(0x1f8)];if(!_0x370b8f){logger[_0x53bff2(0x2ae)](_0x346c72['LhkkR']);return;}try{const _0x5097a4=await GrpcClient[_0x53bff2(0x201)]()[_0x53bff2(0x1cb)](process[_0x53bff2(0x2a1)][_0x53bff2(0x21e)],_0x346c72[_0x53bff2(0x2ac)],_0x346c72[_0x53bff2(0x20b)],_0x370b8f),_0x4d37b0=AccessibilityModule[_0x53bff2(0x257)](null,_0x5097a4);_0x3d92c9=_0x4d37b0?.[_0x53bff2(0x2ba)]||'',logger[_0x53bff2(0x2ab)](_0x53bff2(0x38b)+_0x3d92c9+'\x20from\x20testIdentifier='+_0x370b8f);}catch(_0x3bc13a){logger[_0x53bff2(0x293)](_0x53bff2(0x314)+_0x3bc13a[_0x53bff2(0x394)]);return;}}else _0x3d92c9=this[_0x53bff2(0x318)](_0x346c72[_0x53bff2(0x24e)])||'',!_0x3d92c9&&this[_0x53bff2(0x381)]()&&(_0x3d92c9=accessibilityHelper[_0x53bff2(0x365)]());const _0x11dff3=this[_0x53bff2(0x318)](_0x346c72[_0x53bff2(0x2e1)])||this[_0x53bff2(0x244)][this[_0x53bff2(0x335)]]||null,_0x111663=process[_0x53bff2(0x2a1)][_0x53bff2(0x291)]||'',_0xc395fb=this[_0x53bff2(0x2df)](_0x558e84,_0x3d92c9,_0x11dff3,_0x111663),_0x1df93e=_0x346c72['XLSuP'](_0x129434[_0x53bff2(0x21a)],_0x346c72[_0x53bff2(0x2bf)])?await AccessibilityModule[_0x53bff2(0x256)](_0x346c72[_0x53bff2(0x2ef)],_0x3d92c9,_0x370b8f):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x346c72[_0x53bff2(0x2ef)],_0x3d92c9);logger['info']('ScanArgs:\x20'+(_0xc395fb?JSON[_0x53bff2(0x239)](_0xc395fb):_0x346c72[_0x53bff2(0x303)]));const _0x36cf9c=CLIUtils[_0x53bff2(0x261)](_0xc395fb,_0x1df93e);logger[_0x53bff2(0x265)]('MergedScanArgs:\x20'+(_0x36cf9c?JSON[_0x53bff2(0x239)](_0x36cf9c):_0x346c72['ebSRm'])),logger['debug'](_0x53bff2(0x20f)+_0x558e84);const _0x315bfb=await this[_0x53bff2(0x339)](_0x180bfc,_0x3d92c9,_0x558e84,_0x36cf9c,this[_0x53bff2(0x2c1)]);logger[_0x53bff2(0x2ab)](_0x53bff2(0x304)+_0x558e84+_0x53bff2(0x1e4)+JSON[_0x53bff2(0x239)](_0x315bfb));}catch(_0x2c2610){logger['error']('Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20'+(_0x2c2610['stack']||_0x2c2610[_0x53bff2(0x394)]));}}['shouldScanCurrentTest'](){const _0x2d01fe=a85_0x587025;return this[_0x2d01fe(0x280)]();}['setShouldScanCurrentTest'](_0x16f040){const _0x7fba5e=a85_0x587025,_0x38b0a1=CLIUtils[_0x7fba5e(0x37e)]();this['accessibility'][_0x7fba5e(0x221)](_0x38b0a1,_0x16f040);}async['initAccessibilityConfig'](_0x3acf73){const _0x2ffe79=a85_0x587025,_0x3cc54d={};_0x3cc54d[_0x2ffe79(0x1e2)]=_0x2ffe79(0x288);const _0x379d7e=_0x3cc54d;try{const _0x5d1bfd=_0x3acf73[_0x2ffe79(0x321)]||AutomationFramework[_0x2ffe79(0x32a)](),_0x3890b0=_0x5d1bfd?.[_0x2ffe79(0x39e)]?.()?.[_0x2ffe79(0x2e2)]?.(this[_0x2ffe79(0x283)])||![];if(_0x3890b0)return;PerformanceTester[_0x2ffe79(0x39d)](EVENTS[_0x2ffe79(0x38d)]);const _0x31216b=await GrpcClient[_0x2ffe79(0x201)]()[_0x2ffe79(0x1da)](_0x3acf73);_0x31216b&&_0x31216b[_0x2ffe79(0x231)]&&_0x31216b[_0x2ffe79(0x231)]()&&_0x31216b[_0x2ffe79(0x231)]()['getSuccess']()?(await this[_0x2ffe79(0x223)](_0x31216b,_0x3acf73),_0x5d1bfd?.[_0x2ffe79(0x39e)]&&_0x5d1bfd[_0x2ffe79(0x39e)]()[_0x2ffe79(0x221)](this[_0x2ffe79(0x283)],!![]),logger[_0x2ffe79(0x2ab)](_0x2ffe79(0x386)+(_0x5d1bfd?.[_0x2ffe79(0x22d)]?.()||_0x379d7e[_0x2ffe79(0x1e2)])+_0x2ffe79(0x1d9))):logger['debug'](_0x2ffe79(0x386)+(_0x5d1bfd?.[_0x2ffe79(0x22d)]?.()||_0x379d7e[_0x2ffe79(0x1e2)])+_0x2ffe79(0x367)),PerformanceTester[_0x2ffe79(0x35e)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x7e689b){PerformanceTester['end'](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x7e689b[_0x2ffe79(0x394)]),logger[_0x2ffe79(0x293)](_0x2ffe79(0x311)+(_0x7e689b['stack']||_0x7e689b[_0x2ffe79(0x394)]));}}async[a85_0x587025(0x223)](_0x3aa368,_0xb9ce9c){const _0x63895a=a85_0x587025;await this[_0x63895a(0x2a7)](_0x3aa368,_0xb9ce9c);const _0x278366=_0x3aa368['getAccessibility']()['getOptions']();if(_0x278366){const _0x3c13ac=_0x3aa368['getTesthub']&&_0x3aa368[_0x63895a(0x34b)]();_0x3c13ac&&(this[_0x63895a(0x244)][this[_0x63895a(0x335)]]=_0x3c13ac[_0x63895a(0x1cf)]&&_0x3c13ac['getBuildId']());}}[a85_0x587025(0x1e9)](_0x2ac137){const _0x5a46fe=a85_0x587025,_0xc4f224={};_0xc4f224[_0x5a46fe(0x242)]=function(_0x51a04a,_0x4f4bbe){return _0x51a04a===_0x4f4bbe;};const _0x93501c=_0xc4f224;try{if(!_0x2ac137)return![];const _0x2c9930=this[_0x5a46fe(0x244)]?.[_0x5a46fe(0x22b)]?.[_0x5a46fe(0x317)]?.[_0x5a46fe(0x27e)]||[],_0x15ce01=_0x2c9930[_0x5a46fe(0x326)](_0x483a55=>{const _0x2e9958=_0x5a46fe;return _0x483a55[_0x2e9958(0x301)]&&_0x93501c['vLYkw'](_0x483a55['name'][_0x2e9958(0x328)](),_0x2ac137[_0x2e9958(0x328)]());});return logger[_0x5a46fe(0x2ab)]('shouldScanForCommand:\x20'+_0x2ac137+'\x20->\x20'+_0x15ce01+_0x5a46fe(0x268)+JSON[_0x5a46fe(0x239)](_0x2c9930[_0x5a46fe(0x32c)](_0x554d8d=>_0x554d8d[_0x5a46fe(0x301)]))),_0x15ce01;}catch(_0x1c4142){return logger[_0x5a46fe(0x2ab)](_0x5a46fe(0x250)+_0x1c4142[_0x5a46fe(0x394)]),![];}}[a85_0x587025(0x2d6)](_0xdc1641){const _0x1387b6=a85_0x587025,_0x4331fd={};_0x4331fd['lnVFU']=function(_0x492557,_0x5bc501){return _0x492557===_0x5bc501;},_0x4331fd['nCbWA']=_0x1387b6(0x2c6),_0x4331fd[_0x1387b6(0x371)]=_0x1387b6(0x2f8);const _0x5eca5e=_0x4331fd,_0x363fff=_0xdc1641['getScript']&&_0xdc1641['getScript']();return _0x363fff&&_0x5eca5e[_0x1387b6(0x31a)](typeof _0x363fff,_0x5eca5e[_0x1387b6(0x33e)])&&_0x363fff['includes'](_0x5eca5e['QnHXW']);}['isAccessibilityScriptCommand'](_0x308eef){const _0x3e1058=a85_0x587025,_0xb3f4a8={};_0xb3f4a8[_0x3e1058(0x2b9)]=function(_0x29c9ed,_0x22950b){return _0x29c9ed!==_0x22950b;},_0xb3f4a8[_0x3e1058(0x353)]='string',_0xb3f4a8['GonYv']='accessibility',_0xb3f4a8[_0x3e1058(0x36c)]='performScan',_0xb3f4a8[_0x3e1058(0x1d6)]=_0x3e1058(0x28f),_0xb3f4a8['ZEWQy']=_0x3e1058(0x350);const _0xc2e05a=_0xb3f4a8,_0x3f9bb3=_0x308eef[_0x3e1058(0x383)]&&_0x308eef[_0x3e1058(0x383)]();if(!_0x3f9bb3||_0xc2e05a[_0x3e1058(0x2b9)](typeof _0x3f9bb3,_0xc2e05a['RdgfW']))return![];return _0x3f9bb3[_0x3e1058(0x1df)](_0xc2e05a['GonYv'])||_0x3f9bb3['includes'](_0xc2e05a[_0x3e1058(0x36c)])||_0x3f9bb3[_0x3e1058(0x1df)](_0xc2e05a['tIWVn'])||_0x3f9bb3[_0x3e1058(0x1df)](_0xc2e05a[_0x3e1058(0x378)]);}['isMobileWebSession'](){const _0x13a152=a85_0x587025,_0x4f7dd7={'cBLEm':function(_0x58e4cc,_0x468265){return _0x58e4cc===_0x468265;},'FTqcq':_0x13a152(0x38a),'mtcBc':function(_0x3a8243,_0x2b5a8e){return _0x3a8243(_0x2b5a8e);},'jYTld':'platformName','kWkZy':function(_0x5b6d99,_0x2efa27){return _0x5b6d99(_0x2efa27);},'Rtygn':'browserName','tjbeg':function(_0x2878dd,_0x14615f){return _0x2878dd===_0x14615f;},'vPEoz':function(_0x835bc7,_0x5d6fca){return _0x835bc7(_0x5d6fca);},'GXwyb':_0x13a152(0x26d),'lowCZ':_0x13a152(0x1fb)};try{const _0x1db986=this[_0x13a152(0x244)]?.['options']?.[_0x13a152(0x20d)]||[],_0x2a16bf=_0x2231c2=>{const _0x382d31=_0x13a152,_0x45b424=_0x1db986[_0x382d31(0x2cf)](_0x3e9fd2=>(typeof _0x3e9fd2[_0x382d31(0x1c4)]===_0x382d31(0x38a)?_0x3e9fd2[_0x382d31(0x1c4)]():_0x3e9fd2[_0x382d31(0x301)])===_0x2231c2);return _0x45b424?_0x4f7dd7[_0x382d31(0x377)](typeof _0x45b424[_0x382d31(0x31d)],_0x4f7dd7['FTqcq'])?_0x45b424[_0x382d31(0x31d)]():_0x45b424[_0x382d31(0x1e7)]:null;},_0x54ccfe=_0x4f7dd7[_0x13a152(0x344)](_0x2a16bf,_0x4f7dd7[_0x13a152(0x248)]),_0x5a500e=_0x4f7dd7[_0x13a152(0x21c)](_0x2a16bf,_0x4f7dd7['Rtygn']),_0x4de16f=global[_0x13a152(0x376)]||_0x54ccfe&&_0x4f7dd7[_0x13a152(0x36b)](_0x4f7dd7[_0x13a152(0x20c)](String,_0x54ccfe)[_0x13a152(0x328)](),_0x4f7dd7[_0x13a152(0x2f7)])&&_0x5a500e&&_0x4f7dd7[_0x13a152(0x21c)](String,_0x5a500e)[_0x13a152(0x328)]()[_0x13a152(0x1df)](_0x4f7dd7[_0x13a152(0x290)]);if(!_0x4de16f)return![];if(!accessibilityHelper[_0x13a152(0x294)]())return!this[_0x13a152(0x28d)]&&(logger[_0x13a152(0x2ae)](accessibilityHelper['MOBILE_SCANNING_DISABLED_WARNING']),this[_0x13a152(0x28d)]=!![]),![];return!![];}catch(_0x42d0d4){return logger[_0x13a152(0x2ab)](_0x13a152(0x1fd)+_0x42d0d4[_0x13a152(0x394)]),![];}}[a85_0x587025(0x2df)](_0x888993,_0x3c0cb2,_0xa7aee,_0x4de8fc){const _0x1f6253=a85_0x587025,_0x39aa97={};_0x39aa97[_0x1f6253(0x324)]=function(_0x555c3a,_0x484b5b){return _0x555c3a||_0x484b5b;},_0x39aa97['AeJlg']=function(_0x32aa3a,_0x44cd0e){return _0x32aa3a&&_0x44cd0e;},_0x39aa97[_0x1f6253(0x2ec)]=function(_0x19084c,_0x527383){return _0x19084c||_0x527383;},_0x39aa97[_0x1f6253(0x36f)]=function(_0x29bf2c,_0x690966){return _0x29bf2c||_0x690966;},_0x39aa97[_0x1f6253(0x2d5)]=_0x1f6253(0x1d4);const _0xd05f60=_0x39aa97;let _0x28a0e0=_0xd05f60[_0x1f6253(0x324)](_0x3c0cb2,'');const _0x4e11b6=!this[_0x1f6253(0x2c1)]&&this[_0x1f6253(0x381)]();_0xd05f60[_0x1f6253(0x227)](_0x4e11b6,!_0x28a0e0)&&(_0x28a0e0=accessibilityHelper[_0x1f6253(0x365)]());const _0x264ab8={'command':_0x888993,'thTestRunUuid':_0x28a0e0,'thBuildUuid':_0xd05f60['hiytb'](_0xa7aee,''),'thJwtToken':_0xd05f60[_0x1f6253(0x36f)](_0x4de8fc,''),'timestamp':new Date()[_0x1f6253(0x271)]()};return _0x4e11b6&&(_0x264ab8['is_mobile_session']=!![],logger['debug'](_0xd05f60[_0x1f6253(0x2d5)])),_0x264ab8;}[a85_0x587025(0x382)](_0x45e9af){const _0x26f7b9=a85_0x587025,_0x39a39a={};_0x39a39a[_0x26f7b9(0x31c)]=function(_0x1eac75,_0x7432cd){return _0x1eac75||_0x7432cd;};const _0x2d9777=_0x39a39a;try{const _0x1a7e8b=this[_0x26f7b9(0x244)]?.[_0x26f7b9(0x22b)]?.[_0x26f7b9(0x22e)]||[],_0x3abc3a=_0x1a7e8b[_0x26f7b9(0x2cf)](_0x2ccb96=>_0x2ccb96['name']===_0x45e9af);return _0x2d9777[_0x26f7b9(0x31c)](_0x3abc3a,null);}catch(_0x225bff){return logger[_0x26f7b9(0x2ab)](_0x26f7b9(0x2e0)+_0x45e9af+':\x20'+_0x225bff['message']),null;}}async['executeScriptByName'](_0x51d21d,_0x1e744f,_0xb1e321=null){const _0x354071=a85_0x587025,_0x3d5d82={'mhYka':function(_0x20b4e3,_0x35bbeb){return _0x20b4e3(_0x35bbeb);},'BJwch':_0x354071(0x1e8)};try{if(!_0x51d21d)return logger[_0x354071(0x2ab)]('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x1e744f),null;const _0x56f719=this[_0x354071(0x382)](_0x1e744f);if(!_0x56f719||!_0x56f719[_0x354071(0x1dc)])return logger[_0x354071(0x2ab)]('executeScriptByName:\x20No\x20'+_0x1e744f+_0x354071(0x2d9)),null;logger[_0x354071(0x2ab)](_0x354071(0x369)+_0x1e744f+_0x354071(0x1d8));const _0x200b96=_0x3d5d82[_0x354071(0x332)](require,_0x3d5d82[_0x354071(0x25f)]),_0x1824d6=_0xb1e321?await _0x200b96[_0x354071(0x241)](_0x51d21d,_0x56f719[_0x354071(0x1dc)],_0xb1e321):await _0x200b96[_0x354071(0x241)](_0x51d21d,_0x56f719[_0x354071(0x1dc)]);return _0x1824d6;}catch(_0x3a6947){return logger['error'](_0x354071(0x39a)+_0x1e744f+':\x20'+(_0x3a6947[_0x354071(0x1fc)]||_0x3a6947[_0x354071(0x394)])),null;}}async[a85_0x587025(0x339)](_0x4c398a,_0x42d3ee,_0x3c4faa,_0x5527b7,_0x42046d,_0x583ccf=a85_0x587025(0x1f1)){const _0x3e4e5c=a85_0x587025,_0x28ef8b={'yjKRx':function(_0x1d9166,_0x5d9eb8){return _0x1d9166===_0x5d9eb8;},'JjSNO':_0x3e4e5c(0x1f1),'QXWJC':function(_0x5a320e,_0x4d132c){return _0x5a320e(_0x4d132c);},'JclAf':'../../playwright/accessibility-helper'};try{logger[_0x3e4e5c(0x2ab)](_0x3e4e5c(0x2ff)+_0x3c4faa+_0x3e4e5c(0x2e6)+_0x583ccf);const _0x2f1d6b=this['getScriptByName'](_0x583ccf);if(!_0x2f1d6b||!_0x2f1d6b[_0x3e4e5c(0x1dc)]){logger[_0x3e4e5c(0x2ab)]('performScanForCli:\x20No\x20'+_0x583ccf+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x28ef8b[_0x3e4e5c(0x302)](_0x583ccf,_0x28ef8b[_0x3e4e5c(0x1ef)])){const _0xaea876=_0x28ef8b['QXWJC'](require,_0x28ef8b['JclAf']),_0x5ba881={};_0x5ba881[_0x3e4e5c(0x1dc)]=_0x3c4faa;const _0x178c2b=await PerformanceTester[_0x3e4e5c(0x358)](PerformanceA11yEvents[_0x3e4e5c(0x330)],async()=>{const _0x529e10=_0x3e4e5c;return await _0xaea876['browserStackEvaluate'](_0x4c398a,_0x2f1d6b[_0x529e10(0x1dc)],_0x5527b7);},_0x5ba881)();return logger[_0x3e4e5c(0x265)]('Page\x20'+_0x583ccf+_0x3e4e5c(0x220)+_0x3c4faa+':\x20'+util['format'](_0x178c2b)),_0x178c2b;}const _0x484b93=_0x28ef8b[_0x3e4e5c(0x2d2)](require,_0x28ef8b[_0x3e4e5c(0x285)]),_0x177174=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x3e4e5c(0x206)],async()=>{const _0x2c7f97=_0x3e4e5c;return await _0x484b93[_0x2c7f97(0x241)](_0x4c398a,_0x2f1d6b[_0x2c7f97(0x1dc)],_0x5527b7);})();return logger[_0x3e4e5c(0x265)]('Page\x20'+_0x583ccf+'\x20result\x20for\x20'+_0x3c4faa+':\x20'+util[_0x3e4e5c(0x2b1)](_0x177174)),_0x177174;}catch(_0x36a5a3){logger[_0x3e4e5c(0x293)]('Error\x20in\x20performScanForCli\x20for\x20script\x20'+_0x583ccf+':\x20'+(_0x36a5a3[_0x3e4e5c(0x1fc)]||_0x36a5a3[_0x3e4e5c(0x394)]));}}async['validatePlatformForAccessibility'](_0x4248fd){const _0x363a0e=a85_0x587025,_0x4348a6={'krRoY':function(_0x44be73,_0x3e586c){return _0x44be73(_0x3e586c);},'iKOVa':'../../../helpers/accessibility-automation/helper'};try{const _0xa8b2bf=_0x4348a6['krRoY'](require,_0x4348a6[_0x363a0e(0x1d1)]);return await _0xa8b2bf[_0x363a0e(0x368)](_0x4248fd);}catch(_0x2b963a){return logger[_0x363a0e(0x293)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0x2b963a[_0x363a0e(0x1fc)]||_0x2b963a[_0x363a0e(0x394)])),![];}}[a85_0x587025(0x34c)](_0x40e209,_0x355a07,_0x4bf5f5){const _0x5380c9=a85_0x587025,_0xd6ee44={'axVjG':function(_0x43deb2,_0x4905d4){return _0x43deb2(_0x4905d4);},'CLdiu':'../../playwright/accessibility-helper','uWoLo':_0x5380c9(0x27d),'hBtHO':_0x5380c9(0x1ca)};try{const _0x9f5a11=_0xd6ee44[_0x5380c9(0x289)](require,_0xd6ee44[_0x5380c9(0x1f0)]);_0x9f5a11[_0x5380c9(0x34c)](_0x40e209,_0x355a07,_0x4bf5f5);const _0x59338c=JSON[_0x5380c9(0x239)](_0x40e209)[_0x5380c9(0x252)](/"browserstack\.user":"[^"]*"/g,_0xd6ee44[_0x5380c9(0x2fa)])['replace'](/"browserstack\.key":"[^"]*"/g,_0xd6ee44[_0x5380c9(0x279)]);logger[_0x5380c9(0x2ab)](_0x5380c9(0x32b)+global[_0x5380c9(0x295)]+'\x20'+_0x59338c);}catch(_0x2de171){logger['error']('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x2de171[_0x5380c9(0x1fc)]||_0x2de171[_0x5380c9(0x394)]));}}async[a85_0x587025(0x26e)](_0x5354f4){const _0x2c5017=a85_0x587025,_0x4d42c6={};_0x4d42c6[_0x2c5017(0x1c9)]=_0x2c5017(0x1cd),_0x4d42c6[_0x2c5017(0x281)]=function(_0x4ffc52,_0x1eebea){return _0x4ffc52>_0x1eebea;},_0x4d42c6['jXRhK']=_0x2c5017(0x28f);const _0x2b6c9a=_0x4d42c6;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x2c5017(0x2ae)](_0x2b6c9a[_0x2c5017(0x1c9)]),[];const _0x28f1eb=this[_0x2c5017(0x381)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x2c5017(0x365)]()}:{};_0x2b6c9a[_0x2c5017(0x281)](Object[_0x2c5017(0x216)](_0x28f1eb)[_0x2c5017(0x232)],0x0)&&logger[_0x2c5017(0x2ab)](_0x2c5017(0x2ca)+JSON['stringify'](_0x28f1eb));const _0x353176=_0x2b6c9a[_0x2c5017(0x281)](Object[_0x2c5017(0x216)](_0x28f1eb)['length'],0x0)?await this['executeScriptByName'](_0x5354f4,_0x2b6c9a[_0x2c5017(0x282)],_0x28f1eb):await this['executeScriptByName'](_0x5354f4,_0x2b6c9a[_0x2c5017(0x282)]);return _0x353176||[];}catch(_0x1021e1){return logger[_0x2c5017(0x293)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x1021e1[_0x2c5017(0x1fc)]||_0x1021e1[_0x2c5017(0x394)])),[];}}async[a85_0x587025(0x37b)](_0x1040e5){const _0x12fb60=a85_0x587025,_0x35bef9={'pyOfj':_0x12fb60(0x1f1),'JpONh':'getResultsSummary','aNQbr':_0x12fb60(0x275),'olNTy':function(_0x4e5811,_0x192b0b){return _0x4e5811(_0x192b0b);},'gWqIW':_0x12fb60(0x298),'jvRRY':function(_0x288d35,_0x4c413e){return _0x288d35===_0x4c413e;},'ZaPAN':_0x12fb60(0x1d5),'kVyOD':_0x12fb60(0x264),'fzJUI':_0x12fb60(0x1ea),'UfnjV':_0x12fb60(0x336),'lYcbr':_0x12fb60(0x37b),'qLysQ':_0x12fb60(0x2b7),'GQuYW':_0x12fb60(0x305),'iOvUG':'No\x20summaryResults\x20found.'};try{if(!this[_0x12fb60(0x280)]())return logger[_0x12fb60(0x2ae)](_0x35bef9[_0x12fb60(0x351)]),{};const _0x1f00e3=_0x35bef9[_0x12fb60(0x1e0)](require,_0x35bef9['gWqIW']),_0x4cd0cb=_0x1f00e3[_0x12fb60(0x349)](),_0x20a689=_0x35bef9[_0x12fb60(0x2c4)](_0x4cd0cb?.[_0x12fb60(0x301)]?.[_0x12fb60(0x328)](),_0x35bef9['ZaPAN']);let _0x28b2dc='',_0x58b910=null,_0x157430=null;if(_0x20a689){_0x58b910=global[_0x12fb60(0x1f8)]||global['__workerDetails']?.['currentTest']?.[_0x12fb60(0x29b)]||global[_0x12fb60(0x20a)]?.['currentTest']?.['id'];if(!_0x58b910)return logger[_0x12fb60(0x2ae)](_0x35bef9[_0x12fb60(0x379)]),{};try{const _0xcb952=await GrpcClient[_0x12fb60(0x201)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x12fb60(0x21e)],_0x35bef9['fzJUI'],_0x35bef9['JpONh'],_0x58b910),_0x36ffb3=AccessibilityModule[_0x12fb60(0x257)](null,_0xcb952);_0x28b2dc=_0x36ffb3?.['thTestRunUuid']||'',logger[_0x12fb60(0x2ab)](_0x12fb60(0x32e)+_0x28b2dc+_0x12fb60(0x1ec)+_0x58b910);const _0x374d58=await AccessibilityModule[_0x12fb60(0x256)](_0x35bef9[_0x12fb60(0x32f)],_0x28b2dc,_0x58b910),_0x5c33dc=this['getCapabilityValue'](_0x35bef9[_0x12fb60(0x28b)])||this[_0x12fb60(0x244)][this[_0x12fb60(0x335)]]||null,_0x309ad0=process[_0x12fb60(0x2a1)][_0x12fb60(0x291)]||'',_0x4ef811=this['getParamsForScanForCli'](_0x35bef9[_0x12fb60(0x258)],_0x28b2dc,_0x5c33dc,_0x309ad0);_0x157430=_0x1f00e3[_0x12fb60(0x261)](_0x4ef811,_0x374d58),logger[_0x12fb60(0x2ab)](_0x12fb60(0x297)+JSON[_0x12fb60(0x239)](_0x157430));}catch(_0x5019a8){return logger[_0x12fb60(0x293)](_0x12fb60(0x2ce)+_0x5019a8[_0x12fb60(0x394)]),{};}}else{_0x28b2dc=this[_0x12fb60(0x318)](_0x35bef9[_0x12fb60(0x260)])||'';!_0x28b2dc&&this[_0x12fb60(0x381)]()&&(_0x28b2dc=accessibilityHelper[_0x12fb60(0x365)]());const _0x312d44=this[_0x12fb60(0x318)](_0x35bef9[_0x12fb60(0x28b)])||this[_0x12fb60(0x244)][this[_0x12fb60(0x335)]]||null,_0xd2da58=process[_0x12fb60(0x2a1)][_0x12fb60(0x291)]||'';_0x157430=this[_0x12fb60(0x2df)](_0x35bef9[_0x12fb60(0x258)],_0x28b2dc,_0x312d44,_0xd2da58);}logger[_0x12fb60(0x2ab)](_0x35bef9[_0x12fb60(0x2d0)]),await PerformanceTester[_0x12fb60(0x358)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x828914=_0x12fb60,_0x53fd51=await this[_0x828914(0x363)](_0x1040e5,_0x35bef9['pyOfj'],_0x157430);logger[_0x828914(0x2ab)](_0x828914(0x25b)+util[_0x828914(0x2b1)](_0x53fd51));},{'command':_0x35bef9[_0x12fb60(0x258)]})();const _0xd98a14=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x161d20=_0x12fb60;return await this[_0x161d20(0x363)](_0x1040e5,_0x35bef9['JpONh'],_0x157430);})();if(!_0xd98a14)return logger[_0x12fb60(0x2ab)](_0x35bef9[_0x12fb60(0x2a9)]),{};return _0xd98a14;}catch(_0x3caf06){return logger[_0x12fb60(0x293)](_0x12fb60(0x2c3)+(_0x3caf06['stack']||_0x3caf06[_0x12fb60(0x394)])),{};}}async['performPageScan'](_0x28058e,_0x3ab3e5,_0x5d7c05=null){const _0x52759a=a85_0x587025,_0x28556c={};_0x28556c[_0x52759a(0x364)]='performPageScan:\x20Page\x20is\x20null',_0x28556c[_0x52759a(0x1ee)]='performPageScan:\x20Script\x20is\x20null',_0x28556c[_0x52759a(0x354)]=_0x52759a(0x35d);const _0x1695fc=_0x28556c;try{if(!_0x28058e)return logger['debug'](_0x1695fc[_0x52759a(0x364)]),null;if(!_0x3ab3e5)return logger[_0x52759a(0x2ab)](_0x1695fc['CGorL']),null;logger[_0x52759a(0x2ab)](_0x1695fc['gjaic']);const _0x10e8ae=_0x5d7c05?await _0x28058e['evaluate'](_0x3ab3e5,_0x5d7c05):await _0x28058e[_0x52759a(0x29d)](_0x3ab3e5);return _0x10e8ae;}catch(_0x24b7d8){return logger[_0x52759a(0x293)](_0x52759a(0x214)+(_0x24b7d8[_0x52759a(0x1fc)]||_0x24b7d8[_0x52759a(0x394)])),null;}}static[a85_0x587025(0x257)](_0x80bdae,_0x5aa359){const _0x412ba1=a85_0x587025,_0xdfc554={};_0xdfc554[_0x412ba1(0x3a0)]=_0x412ba1(0x243);const _0x130362=_0xdfc554,_0x51c9e5={};_0x51c9e5[_0x412ba1(0x2ba)]=_0x80bdae;const _0x204fef=_0x51c9e5;let _0x191ecc={};if(_0x5aa359['getSuccess']()&&_0x5aa359[_0x412ba1(0x2cb)]())try{_0x191ecc=JSON[_0x412ba1(0x262)](new Buffer(_0x5aa359[_0x412ba1(0x2f5)]())[_0x412ba1(0x30b)](_0x130362[_0x412ba1(0x3a0)]));}catch(_0x539b1a){logger[_0x412ba1(0x293)](_0x412ba1(0x39c)+_0x539b1a[_0x412ba1(0x394)]),_0x191ecc={};}return CLIUtils[_0x412ba1(0x261)](_0x204fef,_0x191ecc);}static async[a85_0x587025(0x256)](_0x4d27d4,_0x660802='',_0x3e2d7d=null){const _0x3ed47a=a85_0x587025,_0x334b07={};_0x334b07['GoVWS']=_0x3ed47a(0x391),_0x334b07[_0x3ed47a(0x213)]=_0x3ed47a(0x1ea);const _0x3146b0=_0x334b07;try{if(!_0x3e2d7d&&AccessibilityModule[_0x3ed47a(0x2de)])return AccessibilityModule[_0x3ed47a(0x212)];if(!process['env'][_0x3ed47a(0x21e)])return logger[_0x3ed47a(0x293)](_0x3146b0[_0x3ed47a(0x253)]),{};const _0x470ac0=await GrpcClient['getInstance']()[_0x3ed47a(0x1cb)](process[_0x3ed47a(0x2a1)][_0x3ed47a(0x21e)],_0x3146b0[_0x3ed47a(0x213)],_0x4d27d4,_0x3e2d7d),_0x459018=_0x3e2d7d?AccessibilityModule['loadDriverExecuteParams'](null,_0x470ac0)?.[_0x3ed47a(0x2ba)]||_0x660802:_0x660802,_0x4712a0=AccessibilityModule[_0x3ed47a(0x257)](_0x459018,_0x470ac0);return!_0x3e2d7d&&(AccessibilityModule[_0x3ed47a(0x212)]=_0x4712a0,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x4712a0;}catch(_0x1270e6){return logger['error']('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x4d27d4+':\x20'+(_0x1270e6[_0x3ed47a(0x1fc)]||_0x1270e6[_0x3ed47a(0x394)])),{};}}};function a85_0x4b33(_0x1ce2b0,_0xe07336){const _0x547caa=a85_0x547c();return a85_0x4b33=function(_0x4b33a3,_0x2b6ca7){_0x4b33a3=_0x4b33a3-0x1c0;let _0x449fd4=_0x547caa[_0x4b33a3];return _0x449fd4;},a85_0x4b33(_0x1ce2b0,_0xe07336);}module['exports']=AccessibilityModule;
1
+ const a85_0x5ce289=a85_0x471c;(function(_0x1cff10,_0xea05bb){const _0x329969=a85_0x471c,_0x4fff1c=_0x1cff10();while(!![]){try{const _0xdb9974=-parseInt(_0x329969(0x261))/0x1*(parseInt(_0x329969(0x289))/0x2)+parseInt(_0x329969(0x222))/0x3+-parseInt(_0x329969(0xc9))/0x4*(parseInt(_0x329969(0x1ef))/0x5)+parseInt(_0x329969(0x29c))/0x6*(-parseInt(_0x329969(0x16d))/0x7)+-parseInt(_0x329969(0x23d))/0x8+-parseInt(_0x329969(0x129))/0x9*(-parseInt(_0x329969(0x199))/0xa)+-parseInt(_0x329969(0x14d))/0xb*(-parseInt(_0x329969(0x100))/0xc);if(_0xdb9974===_0xea05bb)break;else _0x4fff1c['push'](_0x4fff1c['shift']());}catch(_0x4a05e3){_0x4fff1c['push'](_0x4fff1c['shift']());}}}(a85_0x1bb7,0xba5c9));const BaseModule=require(a85_0x5ce289(0x221)),{createClassLogger}=require(a85_0x5ce289(0x234)),CLIUtils=require('../cliUtils'),AutomationFramework=require(a85_0x5ce289(0x106)),TestFramework=require(a85_0x5ce289(0x14c)),AutomationFrameworkState=require(a85_0x5ce289(0x16f)),HookState=require(a85_0x5ce289(0xc5)),GrpcClient=require(a85_0x5ce289(0x1bf)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger('TrackedInstance'),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a85_0x5ce289(0xda)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a85_0x5ce289(0x136)),{nestedKeyValue,isUndefined}=require('../../../helpers/helper'),util=require(a85_0x5ce289(0x18f)),TestInfo=require('../TestInfo.js'),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),accessibilityHelper=require(a85_0x5ce289(0x25d));class AccessibilityModule extends BaseModule{static [a85_0x5ce289(0xc2)]=AccessibilityModule[a85_0x5ce289(0x187)];static [a85_0x5ce289(0xe9)]=![];static [a85_0x5ce289(0x1e7)]={};constructor(_0x2a3d26){const _0x2e4265=a85_0x5ce289,_0x421853={};_0x421853[_0x2e4265(0x143)]='15|0|12|3|9|7|16|10|6|8|2|14|1|11|5|4|13',_0x421853[_0x2e4265(0x20f)]=_0x2e4265(0x1aa),_0x421853[_0x2e4265(0x25c)]='ACCESSIBILITY_INITIALIZED',_0x421853['IePzF']=_0x2e4265(0x14b),_0x421853['dpmoH']=_0x2e4265(0xc6);const _0x5cccf7=_0x421853,_0x424133=_0x5cccf7[_0x2e4265(0x143)][_0x2e4265(0x244)]('|');let _0x3edc5f=0x0;while(!![]){switch(_0x424133[_0x3edc5f++]){case'0':AutomationFramework[_0x2e4265(0x299)](AutomationFrameworkState['EXECUTE'],HookState[_0x2e4265(0x211)],this[_0x2e4265(0x20b)][_0x2e4265(0x1e9)](this));continue;case'1':this[_0x2e4265(0x26d)](_0x2a3d26[_0x2e4265(0x27e)]()['getCapabilitiesList']());continue;case'2':this[_0x2e4265(0x249)]=![];continue;case'3':AutomationFramework[_0x2e4265(0x299)](AutomationFrameworkState[_0x2e4265(0x215)],HookState[_0x2e4265(0x211)],this[_0x2e4265(0x1e1)][_0x2e4265(0x1e9)](this));continue;case'4':this[_0x2e4265(0x28a)]=_0x5cccf7[_0x2e4265(0x20f)];continue;case'5':this[_0x2e4265(0x218)]=_0x5cccf7[_0x2e4265(0x25c)];continue;case'6':this[_0x2e4265(0x160)]=![];continue;case'7':this[_0x2e4265(0x1cf)]=_0x2a3d26[_0x2e4265(0x212)]();continue;case'8':this[_0x2e4265(0x10a)]=[];continue;case'9':this[_0x2e4265(0x2a3)]=!![];continue;case'10':this[_0x2e4265(0x1f3)]=new Map();continue;case'11':logger[_0x2e4265(0x15c)](_0x5cccf7['IePzF']);continue;case'12':AutomationFramework[_0x2e4265(0x299)](AutomationFrameworkState['CREATE'],HookState[_0x2e4265(0x230)],this[_0x2e4265(0x1ca)][_0x2e4265(0x1e9)](this));continue;case'13':this[_0x2e4265(0x2a5)]=_0x5cccf7[_0x2e4265(0x1db)];continue;case'14':this[_0x2e4265(0x141)]=![];continue;case'15':super();continue;case'16':this[_0x2e4265(0xd7)]=new Map();continue;}break;}}['isEnabled'](){return this['isEnabled'];}[a85_0x5ce289(0x1b8)](){const _0x2c7788=a85_0x5ce289;return AccessibilityModule[_0x2c7788(0xc2)];}[a85_0x5ce289(0x285)](){return this['accessibility']['get'](CLIUtils['getCurrentInstanceName'](),![]);}['getLogDisabledShown'](){const _0x3c113b=a85_0x5ce289;return this['LOG_DISABLED_SHOWN'][_0x3c113b(0x29a)](CLIUtils[_0x3c113b(0x224)](),![]);}['setLogDisabledShown'](_0x47d264){const _0x2fc191=a85_0x5ce289;this[_0x2fc191(0x1f3)]['set'](CLIUtils[_0x2fc191(0x224)](),_0x47d264);}[a85_0x5ce289(0x25e)](){const _0x27b54a=a85_0x5ce289,_0x1e8ba2={'AsdIz':_0x27b54a(0x233),'nwZoY':function(_0x4e44bc,_0x55b10b){return _0x4e44bc(_0x55b10b);},'etpPA':_0x27b54a(0x283),'pBYPo':_0x27b54a(0xdc),'KFEPL':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x27b54a(0x249)]){logger[_0x27b54a(0x15c)](_0x1e8ba2[_0x27b54a(0xf9)]);return;}try{const _0x4a031b=_0x1e8ba2[_0x27b54a(0x1d2)](require,_0x1e8ba2[_0x27b54a(0x154)]);_0x4a031b&&_0x4a031b['patchSendMessageToServer']?(_0x4a031b[_0x27b54a(0xef)](),this['_sendMessageServerPatchApplied']=!![],logger[_0x27b54a(0x15c)](_0x1e8ba2[_0x27b54a(0x1b7)])):logger['debug'](_0x1e8ba2['KFEPL']);}catch(_0x5b3d31){logger['debug']('Error\x20applying\x20sendMessageToServer\x20patch:\x20'+util[_0x27b54a(0x208)](_0x5b3d31));}}[a85_0x5ce289(0x28f)](_0x56f6be=null,_0x25cc31=null,_0x52b446=null){const _0x465fe0=a85_0x5ce289,_0x4b214d={'eSoRn':function(_0x521c19,_0x5697b0){return _0x521c19&&_0x5697b0;},'eQncq':_0x465fe0(0xf2),'ISKyP':function(_0x13011e,_0x35dcce){return _0x13011e(_0x35dcce);},'URRCB':_0x465fe0(0x18d),'SwLGI':_0x465fe0(0x209),'FZsgb':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','zgskZ':function(_0x273bc0,_0x3babbf){return _0x273bc0===_0x3babbf;},'BEMuj':function(_0x2a7331,_0x246d42){return _0x2a7331===_0x246d42;},'ljblo':_0x465fe0(0x296),'FRrTf':_0x465fe0(0x186),'AoIAx':_0x465fe0(0x1c6),'oyqFy':'goog:chromeOptions','HiRkg':function(_0x41603b,_0x451f52){return _0x41603b!==_0x451f52;},'IpAmA':'latest','LyIrD':function(_0x495b48){return _0x495b48();},'eLTEa':'on\x20non-BrowserStack\x20infrastructure\x20','Zgihl':function(_0x938733,_0x9e8545){return _0x938733!==_0x9e8545;},'cZxTi':function(_0x144f14,_0x373fa1){return _0x144f14>_0x373fa1;},'mgJUu':_0x465fe0(0x1a0)};try{if(_0x4b214d['eSoRn'](!_0x25cc31,!_0x52b446))return logger['debug'](_0x4b214d[_0x465fe0(0x1a2)]),![];const {isUndefined:_0x63b830,isBrowserstackInfra:_0x353f52}=_0x4b214d[_0x465fe0(0x246)](require,_0x4b214d[_0x465fe0(0x184)]);if(!accessibilityHelper['isAccessibilityAutomationSession']())return logger['debug'](_0x4b214d['SwLGI']),![];const _0x1664f9=_0x25cc31['browserName']||_0x25cc31['browser'],_0x447814=_0x25cc31['browserVersion']||_0x25cc31[_0x465fe0(0x166)];if(!accessibilityHelper[_0x465fe0(0x1b9)](_0x1664f9))return logger[_0x465fe0(0x21c)](_0x4b214d[_0x465fe0(0x1d5)]),![];if(accessibilityHelper['requiresChromeOptionsValidation'](_0x1664f9))try{const _0x6e97aa=_0x25cc31[_0x465fe0(0x1f6)],_0x7877ac=_0x4b214d[_0x465fe0(0x295)](_0x6e97aa,!![])||_0x4b214d[_0x465fe0(0x29d)](_0x6e97aa,_0x4b214d['ljblo'])||_0x4b214d[_0x465fe0(0x295)](typeof _0x6e97aa,_0x4b214d[_0x465fe0(0x132)])&&_0x4b214d[_0x465fe0(0x295)](_0x6e97aa[_0x465fe0(0x1d1)](),_0x4b214d['ljblo']);if(_0x7877ac)return logger['warn'](_0x4b214d[_0x465fe0(0x156)]),![];const _0x278e09=_0x25cc31?.['chromeOptions']?.[_0x465fe0(0xf3)]||_0x25cc31?.[_0x4b214d[_0x465fe0(0x1d3)]]?.[_0x465fe0(0xf3)]||[];if(Array[_0x465fe0(0x163)](_0x278e09)&&_0x278e09[_0x465fe0(0x139)](_0x2be452=>typeof _0x2be452===_0x465fe0(0x186)&&(_0x2be452==='--headless'||_0x2be452[_0x465fe0(0x258)](_0x465fe0(0x13a))&&_0x2be452!==_0x465fe0(0xe6))))return logger[_0x465fe0(0x21c)](_0x4b214d[_0x465fe0(0x156)]),![];}catch(_0x3c3a9b){logger[_0x465fe0(0x15c)](_0x465fe0(0x1ff)+util[_0x465fe0(0x208)](_0x3c3a9b));}if(_0x4b214d['HiRkg'](_0x447814,_0x4b214d['IpAmA'])){const _0x49280e=_0x4b214d['LyIrD'](_0x353f52),_0x4ae948=accessibilityHelper['getMinVersionForBrowser'](_0x1664f9,_0x49280e),_0x57ce4f=accessibilityHelper[_0x465fe0(0x22a)](_0x1664f9);if(!accessibilityHelper[_0x465fe0(0x262)](_0x447814,_0x4ae948)){const _0x50be0c=_0x49280e?'':_0x4b214d[_0x465fe0(0x11a)];return logger[_0x465fe0(0x21c)](_0x465fe0(0x1b0)+_0x57ce4f+_0x465fe0(0x2a0)+_0x4ae948+_0x465fe0(0x290)+_0x50be0c+'.'),![];}}else{const _0x303429=_0x25cc31[_0x465fe0(0x1de)]||_0x25cc31[_0x465fe0(0x166)]||_0x25cc31[_0x465fe0(0x22d)];if(_0x303429&&_0x4b214d[_0x465fe0(0x15b)](_0x303429,_0x4b214d['IpAmA'])&&!_0x4b214d[_0x465fe0(0x271)](_0x4b214d[_0x465fe0(0x246)](parseFloat,_0x303429),_0x4b214d[_0x465fe0(0x246)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x4b214d['mgJUu']),![];}return!![];}catch(_0x1c4a90){return logger[_0x465fe0(0x15c)](_0x465fe0(0x17b)+_0x1c4a90[_0x465fe0(0xea)]),![];}}[a85_0x5ce289(0xcb)](_0x4e8cd5=[],_0x2eda8b,_0xf272a2=a85_0x5ce289(0x1f2)){const _0x1efd32=a85_0x5ce289,_0x120dd8={'JJLxt':function(_0x3625f5,_0x30dbae){return _0x3625f5===_0x30dbae;},'XfbkP':_0x1efd32(0x123),'QXkXe':function(_0x2d62ce,_0x1ee57c){return _0x2d62ce||_0x1ee57c;},'LffaC':function(_0x5b6923,_0x222a3e){return _0x5b6923&&_0x222a3e;},'UXXVc':_0x1efd32(0x1e5),'xhoed':function(_0x5b18d9,_0x401dda){return _0x5b18d9(_0x401dda);},'PQfUc':function(_0x48f7ad,_0x5e1b5d){return _0x48f7ad>_0x5e1b5d;},'ONivg':function(_0x5a9258,_0x3718b3){return _0x5a9258&&_0x3718b3;}};try{const _0x53bece=process[_0x1efd32(0x2aa)][_0x1efd32(0x2ad)]?JSON['parse'](process[_0x1efd32(0x2aa)][_0x1efd32(0x2ad)]):null;if(!_0x53bece)return!![];const _0x1b5660=Array[_0x1efd32(0x163)](_0x53bece[_0x1efd32(0x149)])?_0x53bece[_0x1efd32(0x149)]:[],_0x515cd2=Array[_0x1efd32(0x163)](_0x53bece[_0x1efd32(0x1ee)])?_0x53bece[_0x1efd32(0x1ee)]:[];if(_0x120dd8[_0x1efd32(0x1a7)](_0xf272a2,_0x120dd8[_0x1efd32(0x1df)])){let _0x4add6c;Array[_0x1efd32(0x163)](_0x4e8cd5)?_0x4add6c=_0x4e8cd5[_0x1efd32(0x116)]('\x20'):_0x4add6c=_0x120dd8[_0x1efd32(0x14e)](_0x4e8cd5,'');const _0x528ace=_0x515cd2['some'](_0x50da98=>_0x4add6c[_0x1efd32(0x228)](_0x50da98)),_0x60f5e2=_0x120dd8[_0x1efd32(0x1a7)](_0x1b5660[_0x1efd32(0xf0)],0x0)||_0x1b5660['some'](_0xde96d9=>_0x4add6c[_0x1efd32(0x228)](_0xde96d9)),_0x1dbd13=_0x120dd8[_0x1efd32(0x131)](!_0x528ace,_0x60f5e2);return logger[_0x1efd32(0x15c)](_0x1efd32(0x101)+(_0x2eda8b?.[_0x1efd32(0x282)]?.()||_0x120dd8['UXXVc'])+']\x20isEnabledTestcase\x20(jest)\x20result='+_0x1dbd13+_0x1efd32(0x297)+_0x4add6c+_0x1efd32(0x110)+JSON[_0x1efd32(0x161)](_0x1b5660)+',\x20excludeTags='+JSON[_0x1efd32(0x161)](_0x515cd2)),_0x1dbd13;}const _0x2a0aea=Array[_0x1efd32(0x163)](_0x4e8cd5)?_0x4e8cd5:[];let _0x1cfa66=![],_0x590fc4=_0x120dd8['JJLxt'](_0x1b5660[_0x1efd32(0xf0)],0x0);const _0x36e27e=_0x1769bc=>typeof _0x1769bc===_0x1efd32(0x186)?_0x1769bc[_0x1efd32(0xd1)](/^@/,'')['toLowerCase']()[_0x1efd32(0x1ce)]():_0x1769bc,_0x33c279=new Set(_0x1b5660[_0x1efd32(0x167)](_0x36e27e)),_0x43306e=new Set(_0x515cd2['map'](_0x36e27e));for(const _0x3922c7 of _0x2a0aea){const _0x5c7c49=_0x120dd8[_0x1efd32(0x272)](_0x36e27e,_0x3922c7);_0x43306e[_0x1efd32(0x2af)](_0x5c7c49)&&(_0x1cfa66=!![]),_0x120dd8[_0x1efd32(0xeb)](_0x33c279[_0x1efd32(0x13e)],0x0)&&_0x33c279[_0x1efd32(0x2af)](_0x5c7c49)&&(_0x590fc4=!![]);}const _0x567c4e=_0x120dd8[_0x1efd32(0x247)](_0x590fc4,!_0x1cfa66);return logger[_0x1efd32(0x15c)](_0x1efd32(0x101)+(_0x2eda8b?.[_0x1efd32(0x282)]?.()||_0x120dd8[_0x1efd32(0x18e)])+']\x20isEnabledTestcase\x20(cucumber)\x20result='+_0x567c4e+',\x20tags='+JSON[_0x1efd32(0x161)](_0x2a0aea)+',\x20includeTags='+JSON[_0x1efd32(0x161)](_0x1b5660)+_0x1efd32(0x171)+JSON[_0x1efd32(0x161)](_0x515cd2)),_0x567c4e;}catch(_0x3c73d3){return logger[_0x1efd32(0x15c)](_0x1efd32(0x101)+(_0x2eda8b?.[_0x1efd32(0x282)]?.()||_0x120dd8[_0x1efd32(0x18e)])+_0x1efd32(0x11e)+_0x3c73d3['message']),![];}}async[a85_0x5ce289(0x1ca)](_0x32ef79){const _0x5eec55=a85_0x5ce289,_0x178447={};_0x178447[_0x5eec55(0x229)]=function(_0x2b96c8,_0x3426c9){return _0x2b96c8!==_0x3426c9;},_0x178447[_0x5eec55(0x111)]='cucumber',_0x178447['PGSJM']=_0x5eec55(0x123),_0x178447[_0x5eec55(0x2ab)]=_0x5eec55(0x176),_0x178447[_0x5eec55(0x16e)]=_0x5eec55(0x120),_0x178447[_0x5eec55(0x1da)]=_0x5eec55(0x29e),_0x178447[_0x5eec55(0x252)]='onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation',_0x178447[_0x5eec55(0x165)]=_0x5eec55(0x185),_0x178447[_0x5eec55(0x219)]=function(_0x51381,_0x22077f){return _0x51381===_0x22077f;},_0x178447[_0x5eec55(0x254)]=_0x5eec55(0xd5),_0x178447['WOWQb']=_0x5eec55(0x1ae),_0x178447[_0x5eec55(0x23f)]=function(_0x141798,_0x25ee81){return _0x141798>_0x25ee81;},_0x178447[_0x5eec55(0x20d)]=_0x5eec55(0x1fa),_0x178447[_0x5eec55(0x177)]=_0x5eec55(0x29b),_0x178447['ZqYEL']=function(_0x3bbcff,_0x3e4e27){return _0x3bbcff&&_0x3e4e27;},_0x178447[_0x5eec55(0xec)]=_0x5eec55(0x1e5),_0x178447[_0x5eec55(0x179)]='true';const _0x3870c0=_0x178447;if(_0x3870c0['foOaG'](_0x32ef79[_0x5eec55(0x16b)],_0x3870c0[_0x5eec55(0x111)])&&_0x3870c0['foOaG'](_0x32ef79['testFramework'],_0x3870c0['PGSJM'])){logger['debug'](_0x3870c0[_0x5eec55(0x2ab)]);return;}try{const _0x17a6ce=AutomationFramework['getTrackedInstance'](),_0xfc670=TestFramework[_0x5eec55(0x1ea)](),_0x926a8a=_0x32ef79['page']||global[_0x5eec55(0x2a7)]?.[_0x5eec55(0x112)]||null;if(!_0x926a8a){_0xfc670&&_0xfc670[_0x5eec55(0x26c)](_0x3870c0[_0x5eec55(0x16e)],!![]);logger[_0x5eec55(0x15c)](_0x3870c0[_0x5eec55(0x1da)]);return;}logger['debug'](_0x3870c0[_0x5eec55(0x252)]);const _0x34a112=_0xfc670?.[_0x5eec55(0x191)](_0x3870c0[_0x5eec55(0x165)],![]),_0x349fcd=_0xfc670?.[_0x5eec55(0x191)](_0x3870c0[_0x5eec55(0x16e)],![]);if(_0x3870c0[_0x5eec55(0x219)](_0x34a112,![])&&_0x3870c0[_0x5eec55(0x219)](_0x349fcd,![])){_0xfc670&&_0xfc670[_0x5eec55(0x26c)](_0x3870c0[_0x5eec55(0x165)],!![]);logger[_0x5eec55(0x15c)](_0x3870c0[_0x5eec55(0x254)]);return;}_0xfc670&&_0xfc670[_0x5eec55(0x26c)](_0x3870c0['aCIZO'],!![]);let _0x373aa8,_0x3e4832;const _0x4233ca=_0x32ef79['testFramework']||_0x3870c0[_0x5eec55(0x111)];if(_0x3870c0[_0x5eec55(0x219)](_0x4233ca,_0x3870c0['PGSJM'])){_0x3e4832=_0x32ef79['testInfo']?.[_0x5eec55(0x19e)]||_0x32ef79['testInfo']?.['id']||global[_0x5eec55(0xe7)]||global[_0x5eec55(0x2a7)]?.[_0x5eec55(0x1e0)]?.[_0x5eec55(0x19e)]||global[_0x5eec55(0x2a7)]?.['currentTest']?.['id'];const _0x52efca=_0xfc670?.[_0x5eec55(0x237)]()?.[_0x5eec55(0x29a)](_0x3e4832);if(_0x52efca&&_0x52efca[TestFrameworkConstants[_0x5eec55(0x140)]])_0x373aa8=_0x52efca[TestFrameworkConstants[_0x5eec55(0x140)]];else{if(_0x32ef79[_0x5eec55(0xd6)]?.['titlePath'])_0x373aa8=_0x32ef79['testInfo'][_0x5eec55(0xd9)];else global[_0x5eec55(0x2a7)]?.[_0x5eec55(0x1e0)]?.[_0x5eec55(0xd6)]?.['titlePath']?_0x373aa8=global[_0x5eec55(0x2a7)][_0x5eec55(0x1e0)][_0x5eec55(0xd6)]['titlePath']:_0x373aa8=_0x3870c0[_0x5eec55(0x284)];}logger[_0x5eec55(0x15c)](_0x5eec55(0x27a)+_0x3e4832+_0x5eec55(0x297)+JSON[_0x5eec55(0x161)](_0x373aa8));}else{_0x3e4832=this[_0x5eec55(0x1ad)](_0x32ef79);const _0x8217de=TestInfo[_0x5eec55(0x2a6)](_0x3e4832);let _0x426a41=[];if(_0x8217de&&Array[_0x5eec55(0x163)](_0x8217de[_0x5eec55(0x29b)])&&_0x3870c0['LRkeV'](_0x8217de[_0x5eec55(0x29b)][_0x5eec55(0xf0)],0x0))_0x426a41=_0x8217de[_0x5eec55(0x29b)];else{if(_0xfc670){const _0x30050c=_0x3870c0['SqJZq'](typeof _0xfc670[_0x5eec55(0x191)],_0x3870c0[_0x5eec55(0x20d)])?_0xfc670[_0x5eec55(0x191)](_0x3870c0[_0x5eec55(0x177)],[]):_0xfc670['test_tags']||[];Array['isArray'](_0x30050c)&&(_0x426a41=_0x30050c);}}_0x373aa8=_0x426a41;}logger[_0x5eec55(0x23a)](_0x5eec55(0xcd)+JSON[_0x5eec55(0x161)](_0x373aa8));const _0x2cc792=this[_0x5eec55(0x28f)](_0x17a6ce,_0x32ef79[_0x5eec55(0x157)],_0x32ef79[_0x5eec55(0x19b)]);logger[_0x5eec55(0x15c)](_0x5eec55(0x28e)+_0x2cc792+',\x20isAppAccessibility='+this[_0x5eec55(0x160)]);const _0x4048ac=this[_0x5eec55(0xcb)](_0x373aa8,_0x17a6ce,_0x4233ca),_0x17cb42=_0x3870c0[_0x5eec55(0x274)](_0x2cc792,_0x4048ac),_0x1eb9be=CLIUtils[_0x5eec55(0x224)]();this[_0x5eec55(0xd7)]['set'](_0x1eb9be,_0x17cb42),global[_0x5eec55(0x108)]?.['getContext']&&global[_0x5eec55(0x108)][_0x5eec55(0x119)]()[_0x5eec55(0x113)](_0x17cb42),logger['debug'](_0x5eec55(0x101)+(_0x17a6ce?.[_0x5eec55(0x282)]?.()||_0x3870c0[_0x5eec55(0xec)])+_0x5eec55(0x1d4)+_0x17cb42),_0x17cb42?(global[_0x5eec55(0x1a8)]=!![],process['env'][_0x5eec55(0x1be)]=_0x3870c0[_0x5eec55(0x179)],this[_0x5eec55(0x25e)]()):global['accessibilityPlatform']=![];}catch(_0x2366bc){logger[_0x5eec55(0x145)](_0x5eec55(0x12f)+(_0x2366bc['stack']||_0x2366bc['message']));const _0x51f088=CLIUtils['getCurrentInstanceName']();this[_0x5eec55(0xd7)]['set'](_0x51f088,![]),global[_0x5eec55(0x1a8)]=![];}}[a85_0x5ce289(0x226)](){const _0xb2c6f8=a85_0x5ce289;return this[_0xb2c6f8(0x10a)][_0xb2c6f8(0x178)](_0x81dd89=>_0x81dd89[_0xb2c6f8(0xcf)]()===_0xb2c6f8(0x164))?.[_0xb2c6f8(0x2a2)]()||'';}[a85_0x5ce289(0x269)](_0x4ead33){const _0x52f23d=a85_0x5ce289;try{const _0x403040=this[_0x52f23d(0x1cf)]?.[_0x52f23d(0x1f5)]?.[_0x52f23d(0x1c4)]||[],_0x42b532=_0x403040[_0x52f23d(0x178)](_0x8779c=>_0x8779c['name']===_0x4ead33);return _0x42b532?_0x42b532['value']:null;}catch(_0x5abd27){return logger['debug'](_0x52f23d(0x1fd)+_0x4ead33+':\x20'+_0x5abd27['message']),null;}}async[a85_0x5ce289(0x1f9)](_0x401426,_0x267df8){const _0x470040=a85_0x5ce289,_0x44bea7=_0x401426[_0x470040(0x250)]()[_0x470040(0x27e)](),_0xcaea51=_0x44bea7[_0x470040(0xc8)](),_0x243c9d=_0x44bea7[_0x470040(0x1ba)]()?.[_0x470040(0x232)]();scripts['parseFromProto'](_0xcaea51,_0x243c9d),scripts[_0x470040(0x1af)]();const _0x4f5fcd=_0x44bea7[_0x470040(0x225)]();this[_0x470040(0x10a)]=_0x44bea7[_0x470040(0x225)](),await this[_0x470040(0x26d)](_0x4f5fcd,_0x267df8['launchCaps']);}async['setAccessibilityToken'](_0x5c20bb,_0xefc6e0={}){const _0x46aaf7=a85_0x5ce289,_0x341955={'Ouvjh':function(_0x45fe60,_0x421980){return _0x45fe60===_0x421980;},'XmgpG':_0x46aaf7(0x1c1),'ifKDz':'browserstack.accessibilityOptions.authToken','ysbgS':function(_0x2e19af,_0x20dd21){return _0x2e19af(_0x20dd21);},'ImVUI':_0x46aaf7(0x25d),'wNSoR':_0x46aaf7(0x18d),'hxHOx':function(_0x308baa,_0x5e641a){return _0x308baa(_0x5e641a);},'XWJhc':_0x46aaf7(0x22b),'hcZSC':_0x46aaf7(0x137),'Vnrdx':function(_0x52ce7c,_0x2176a0){return _0x52ce7c===_0x2176a0;},'bhpdP':'scannerVersion','xYeaz':_0x46aaf7(0x144),'LOfkk':'scannerProcessingTimeout','DyCxx':'browserstack.accessibilityOptions.scannerProcessingTimeout','WKcXP':_0x46aaf7(0x1e4),'WOjmw':function(_0x1bf00a,_0x41cbe5){return _0x1bf00a===_0x41cbe5;},'FdbPH':function(_0x181432,_0x346f95){return _0x181432===_0x346f95;},'tqLmg':_0x46aaf7(0x296)};global[_0x46aaf7(0x1eb)]=global['__accessibilityOptions']||{};for(const _0x1cfdda of _0x5c20bb){logger[_0x46aaf7(0x23a)](_0x46aaf7(0x13c)+_0x1cfdda['getName']()+'\x20value='+_0x1cfdda[_0x46aaf7(0x2a2)]());if(_0x341955[_0x46aaf7(0x23e)](_0x1cfdda[_0x46aaf7(0xcf)](),_0x341955[_0x46aaf7(0x16c)])){const _0x15c1b5=_0x1cfdda[_0x46aaf7(0x2a2)]();process[_0x46aaf7(0x2aa)][_0x46aaf7(0x21b)]=_0x15c1b5,global['__accessibilityOptions'][_0x341955['ifKDz']]=_0x15c1b5;const _0x2def55=_0x341955[_0x46aaf7(0x280)](require,_0x341955[_0x46aaf7(0x168)]),{isTrue:_0x2ad6e0}=_0x341955[_0x46aaf7(0x280)](require,_0x341955[_0x46aaf7(0x1dc)]),_0x5cd87c=_0x2def55[_0x46aaf7(0x231)](_0x15c1b5);_0x5cd87c&&_0x341955[_0x46aaf7(0x270)](_0x2ad6e0,_0x5cd87c[_0x46aaf7(0x236)])&&(process[_0x46aaf7(0x2aa)][_0x46aaf7(0x24f)]=!![]);}else{if(_0x341955[_0x46aaf7(0x23e)](_0x1cfdda['getName'](),_0x341955[_0x46aaf7(0x1f4)]))global[_0x46aaf7(0x1eb)][_0x341955[_0x46aaf7(0x201)]]=_0x1cfdda['getValue']();else{if(_0x341955['Vnrdx'](_0x1cfdda[_0x46aaf7(0xcf)](),_0x341955[_0x46aaf7(0xfd)]))global['__accessibilityOptions'][_0x341955[_0x46aaf7(0x1a1)]]=_0x1cfdda['getValue']();else{if(_0x341955[_0x46aaf7(0x207)](_0x1cfdda[_0x46aaf7(0xcf)](),_0x341955['LOfkk']))global[_0x46aaf7(0x1eb)][_0x341955[_0x46aaf7(0x235)]]=_0x1cfdda[_0x46aaf7(0x2a2)]();else{if(_0x341955['Vnrdx'](_0x1cfdda[_0x46aaf7(0xcf)](),_0x341955[_0x46aaf7(0x1ec)])){const _0x186222=_0x1cfdda['getValue']();process[_0x46aaf7(0x2aa)][_0x46aaf7(0x130)]=_0x341955[_0x46aaf7(0x280)](String,_0x341955[_0x46aaf7(0x148)](_0x186222,!![])||_0x341955[_0x46aaf7(0x172)](_0x186222,_0x341955[_0x46aaf7(0x115)])),logger[_0x46aaf7(0x15c)]('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x186222+_0x46aaf7(0x1cb)+process[_0x46aaf7(0x2aa)][_0x46aaf7(0x130)]);}}}}}}}async[a85_0x5ce289(0x1e1)](_0x2a8992){const _0x2adbf1=a85_0x5ce289,_0x318bca={};_0x318bca[_0x2adbf1(0x206)]=function(_0xa21481,_0x4439b0){return _0xa21481!==_0x4439b0;},_0x318bca[_0x2adbf1(0x153)]=_0x2adbf1(0x1f2),_0x318bca[_0x2adbf1(0x28c)]=function(_0x1ad50d,_0x4a2ea1){return _0x1ad50d!==_0x4a2ea1;},_0x318bca[_0x2adbf1(0x265)]=_0x2adbf1(0x123),_0x318bca[_0x2adbf1(0x18b)]=_0x2adbf1(0x1d8),_0x318bca[_0x2adbf1(0x1fb)]=_0x2adbf1(0x1e5);const _0x4be1e2=_0x318bca;if(_0x4be1e2[_0x2adbf1(0x206)](_0x2a8992[_0x2adbf1(0x16b)],_0x4be1e2['cmQsc'])&&_0x4be1e2[_0x2adbf1(0x28c)](_0x2a8992[_0x2adbf1(0x16b)],_0x4be1e2[_0x2adbf1(0x265)])){logger['debug'](_0x4be1e2['JuCSS']);return;}const _0x438420=_0x2a8992[_0x2adbf1(0xd6)]?.['testAnalyticsId']||_0x2a8992[_0x2adbf1(0xd6)]?.['id']||global[_0x2adbf1(0xe7)];logger[_0x2adbf1(0x23a)](_0x2adbf1(0x12d)+_0x2a8992[_0x2adbf1(0x16b)]+_0x2adbf1(0x107)+_0x438420);try{const _0x51f2d5=_0x2a8992[_0x2adbf1(0x19a)]||AutomationFramework[_0x2adbf1(0x1ea)](),_0x300836=CLIUtils['getCurrentInstanceName'](),_0xcac574=this[_0x2adbf1(0x285)]();logger['debug'](_0x2adbf1(0x101)+(_0x51f2d5?.[_0x2adbf1(0x282)]?.()||_0x4be1e2[_0x2adbf1(0x1fb)])+_0x2adbf1(0x288)+_0xcac574),_0xcac574&&await this[_0x2adbf1(0xf6)](_0x51f2d5,_0x2a8992),this[_0x2adbf1(0xd7)][_0x2adbf1(0x276)](_0x300836),this[_0x2adbf1(0x1f3)][_0x2adbf1(0x276)](_0x300836);}catch(_0x520d2b){logger[_0x2adbf1(0x145)](_0x2adbf1(0x152)+(_0x520d2b[_0x2adbf1(0x1d6)]||_0x520d2b[_0x2adbf1(0xea)]));}}async['stopTestCapture'](_0x5a5b62,_0x59c224){const _0x3383ba=a85_0x5ce289,_0x297765={};_0x297765[_0x3383ba(0x196)]=function(_0x25bc08,_0x23e72a){return _0x25bc08===_0x23e72a;},_0x297765[_0x3383ba(0x223)]=_0x3383ba(0x1fa),_0x297765[_0x3383ba(0x10d)]=function(_0x3f88b4,_0x2dc8d1){return _0x3f88b4===_0x2dc8d1;},_0x297765[_0x3383ba(0x18a)]='jest',_0x297765['LJmGV']=_0x3383ba(0x1f2),_0x297765[_0x3383ba(0x1a6)]=function(_0x24f9a3,_0x382dd8){return _0x24f9a3===_0x382dd8;},_0x297765['rhSbQ']='stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save',_0x297765[_0x3383ba(0x125)]='accessibility',_0x297765[_0x3383ba(0x27f)]=_0x3383ba(0x151),_0x297765['oRUSR']=_0x3383ba(0x1e5),_0x297765['bQXiL']='present',_0x297765[_0x3383ba(0xcc)]=_0x3383ba(0x192),_0x297765[_0x3383ba(0x1c7)]=function(_0x416615,_0x28927c){return _0x416615===_0x28927c;},_0x297765[_0x3383ba(0x1a9)]=function(_0x559cba,_0x21c769){return _0x559cba||_0x21c769;},_0x297765['darLy']=function(_0x1c7cea,_0x777ff0){return _0x1c7cea||_0x777ff0;},_0x297765[_0x3383ba(0x21a)]=function(_0x370fe0,_0x1157be){return _0x370fe0||_0x1157be;},_0x297765[_0x3383ba(0x1ac)]=_0x3383ba(0x169),_0x297765[_0x3383ba(0x19c)]=_0x3383ba(0x264),_0x297765[_0x3383ba(0x1b3)]=_0x3383ba(0x182);const _0x398bb0=_0x297765;try{const _0x2460ca=_0x59c224[_0x3383ba(0x16b)]||(_0x398bb0[_0x3383ba(0x10d)](this['testFrameworkData']?.[_0x3383ba(0x187)]?.[_0x3383ba(0x1d1)](),_0x398bb0['oTBIj'])?_0x398bb0[_0x3383ba(0x18a)]:_0x398bb0[_0x3383ba(0x26b)]);let _0x2054ca='',_0x432271=null,_0x4a31ee=null;if(_0x398bb0[_0x3383ba(0x1a6)](_0x2460ca,_0x398bb0[_0x3383ba(0x18a)])){_0x432271=_0x59c224[_0x3383ba(0xd6)]?.[_0x3383ba(0x19e)]||_0x59c224[_0x3383ba(0xd6)]?.['id']||global[_0x3383ba(0xe7)];if(!_0x432271){logger[_0x3383ba(0x21c)](_0x398bb0['rhSbQ']);return;}try{const _0x5bf6f8=await GrpcClient[_0x3383ba(0x1f1)]()[_0x3383ba(0x1c0)](process[_0x3383ba(0x2aa)][_0x3383ba(0x28d)],_0x398bb0[_0x3383ba(0x125)],_0x398bb0[_0x3383ba(0x27f)],_0x432271),_0x3ccdd6=AccessibilityModule['loadDriverExecuteParams'](null,_0x5bf6f8);_0x2054ca=_0x3ccdd6?.[_0x3383ba(0x213)]||'',logger[_0x3383ba(0x15c)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x2054ca+'\x20from\x20testIdentifier='+_0x432271),_0x4a31ee=_0x5bf6f8;}catch(_0x104a0b){logger['error'](_0x3383ba(0x11b)+_0x104a0b[_0x3383ba(0xea)]);return;}}else{const _0x4285b7=this[_0x3383ba(0x1ad)](_0x59c224);_0x2054ca=TestInfo[_0x3383ba(0x27c)](_0x4285b7);}const _0x2e616b=((()=>{const _0x10280f=_0x3383ba,_0xb769b6=(this['accessibilityConfig']?.[_0x10280f(0x1f5)]?.['capabilitiesList']||[])[_0x10280f(0x178)](_0xfbc960=>(typeof _0xfbc960['getName']===_0x10280f(0x1fa)?_0xfbc960[_0x10280f(0xcf)]():_0xfbc960[_0x10280f(0x187)])===this[_0x10280f(0x2a5)]);return _0xb769b6?_0x398bb0[_0x10280f(0x196)](typeof _0xb769b6[_0x10280f(0x2a2)],_0x398bb0['IoBmL'])?_0xb769b6[_0x10280f(0x2a2)]():_0xb769b6['value']:'';})()),_0x3f01c9=process['env'][_0x3383ba(0x275)]||'';logger[_0x3383ba(0x15c)](_0x3383ba(0x101)+(_0x5a5b62?.['getPlatformIndex']?.()||_0x398bb0[_0x3383ba(0x253)])+']\x20clear\x20'+_0x2054ca+_0x3383ba(0xfb)+_0x2e616b+_0x3383ba(0x1cd)+(_0x3f01c9?_0x398bb0[_0x3383ba(0x203)]:_0x398bb0['QdxtY']));let _0x440e83;if(_0x398bb0['ppWdm'](_0x2460ca,_0x398bb0[_0x3383ba(0x18a)]))_0x440e83=AccessibilityModule[_0x3383ba(0x17f)](_0x2054ca,_0x4a31ee);else{const _0x460dcf=await GrpcClient[_0x3383ba(0x1f1)]()['fetchDriverExecuteParamsEvent'](process['env'][_0x3383ba(0x28d)],_0x398bb0[_0x3383ba(0x125)],_0x398bb0[_0x3383ba(0x27f)]);_0x440e83=AccessibilityModule[_0x3383ba(0x17f)](_0x2054ca,_0x460dcf);}logger['debug'](_0x3383ba(0x245)+JSON[_0x3383ba(0x161)](_0x440e83));const _0x3ce36d=Object[_0x3383ba(0x298)]({},{'thTestRunUuid':_0x398bb0['NBoMP'](_0x2054ca,''),'thBuildUuid':_0x398bb0[_0x3383ba(0x1a3)](_0x2e616b,''),'thJwtToken':_0x398bb0['AHygB'](_0x3f01c9,'')},_0x440e83);!this['isAppAccessibility']&&this[_0x3383ba(0x13b)]()&&(_0x3ce36d[_0x3383ba(0x294)]=!![],logger[_0x3383ba(0x15c)](_0x398bb0['zWgKF']));logger[_0x3383ba(0x15c)]('[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid='+_0x2054ca+_0x3383ba(0xe4)+this[_0x3383ba(0x160)]);let _0xc0944d=global[_0x3383ba(0x2a7)]?.[_0x3383ba(0x112)]||null;!_0xc0944d&&(_0xc0944d=AutomationFramework[_0x3383ba(0x1c2)](_0x5a5b62,_0x398bb0['FSIgP'],null)),!_0xc0944d&&(_0xc0944d=AutomationFramework['getState'](_0x5a5b62,_0x398bb0[_0x3383ba(0x1b3)],null)),await this['finishScanningForCli'](this[_0x3383ba(0x285)](),_0x2054ca,_0xc0944d,_0x3ce36d,this[_0x3383ba(0x160)]);}catch(_0x4e62be){logger['error'](_0x3383ba(0x1b6)+(_0x4e62be[_0x3383ba(0x1d6)]||_0x4e62be['message']));}}async['finishScanningForCli'](_0x1801d9,_0x2da9c4,_0x22fad9,_0x2cfcc3,_0x10994d){const _0x2aadf9=a85_0x5ce289,_0x2b7a17={};_0x2b7a17['msHmn']=_0x2aadf9(0x151),_0x2b7a17[_0x2aadf9(0x1c9)]=function(_0x261700,_0x2709fa){return _0x261700&&_0x2709fa;},_0x2b7a17[_0x2aadf9(0x248)]=_0x2aadf9(0x16a),_0x2b7a17[_0x2aadf9(0x12b)]=function(_0x3595af,_0x372ab5){return _0x3595af===_0x372ab5;},_0x2b7a17[_0x2aadf9(0x146)]=_0x2aadf9(0x192),_0x2b7a17[_0x2aadf9(0x142)]=function(_0x7eb80f,_0x135ed0){return _0x7eb80f===_0x135ed0;},_0x2b7a17[_0x2aadf9(0x114)]=_0x2aadf9(0x13d),_0x2b7a17[_0x2aadf9(0x204)]=_0x2aadf9(0xdf),_0x2b7a17[_0x2aadf9(0x1c5)]=_0x2aadf9(0x10f),_0x2b7a17[_0x2aadf9(0x1f7)]='scan',_0x2b7a17[_0x2aadf9(0x173)]=_0x2aadf9(0xd3),_0x2b7a17[_0x2aadf9(0x266)]=_0x2aadf9(0x189),_0x2b7a17[_0x2aadf9(0x14f)]=_0x2aadf9(0x121);const _0x2a8725=_0x2b7a17;try{const _0x580ee8=this['getScriptByName'](_0x2a8725[_0x2aadf9(0x128)]);if(_0x2a8725[_0x2aadf9(0x1c9)](!_0x10994d,!_0x580ee8)){logger[_0x2aadf9(0x15c)](_0x2a8725[_0x2aadf9(0x248)]);return;}if(!_0x2da9c4||_0x2a8725['kGYuA'](_0x2da9c4,_0x2a8725['Tborv'])||_0x2a8725[_0x2aadf9(0x142)](_0x2da9c4,'')){logger[_0x2aadf9(0x15c)](_0x2a8725[_0x2aadf9(0x114)]);return;}logger[_0x2aadf9(0x15c)](_0x2aadf9(0x202)+JSON[_0x2aadf9(0x161)](_0x2cfcc3)),_0x1801d9&&(logger[_0x2aadf9(0x15c)](_0x2a8725['ELqbE']),await this[_0x2aadf9(0x2ac)](_0x22fad9,_0x2da9c4,_0x2a8725[_0x2aadf9(0x1c5)],_0x2cfcc3,_0x10994d,_0x2a8725[_0x2aadf9(0x1f7)]),_0x2a8725[_0x2aadf9(0x1c9)](!_0x10994d,_0x580ee8)&&(logger[_0x2aadf9(0x15c)](_0x2a8725[_0x2aadf9(0x173)]),await PerformanceTester[_0x2aadf9(0xee)](_0x2a8725[_0x2aadf9(0x266)],async()=>{const _0x385a71=_0x2aadf9;await this[_0x385a71(0x2ac)](_0x22fad9,_0x2da9c4,_0x2a8725[_0x385a71(0x128)],_0x2cfcc3,_0x10994d,_0x2a8725[_0x385a71(0x128)]);})()),logger[_0x2aadf9(0x23a)](_0x2a8725['jCrxP']));}catch(_0x17a6f4){logger[_0x2aadf9(0x145)]('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x17a6f4[_0x2aadf9(0x1d6)]||_0x17a6f4[_0x2aadf9(0xea)]));}}async[a85_0x5ce289(0x20b)](_0x36f05d){const _0x39fa1e=a85_0x5ce289,_0x398648={};_0x398648[_0x39fa1e(0x278)]=function(_0x5bc344,_0x432c42){return _0x5bc344!==_0x432c42;},_0x398648['ZGJaN']=_0x39fa1e(0x1f2),_0x398648[_0x39fa1e(0xf5)]=function(_0x2111ef,_0xc4c57a){return _0x2111ef!==_0xc4c57a;},_0x398648[_0x39fa1e(0xd8)]=_0x39fa1e(0x123),_0x398648[_0x39fa1e(0x291)]=_0x39fa1e(0x239),_0x398648[_0x39fa1e(0x2a4)]=_0x39fa1e(0x1e5),_0x398648[_0x39fa1e(0x22c)]=_0x39fa1e(0x1b5),_0x398648[_0x39fa1e(0x263)]=function(_0x2fa018,_0x176d4b){return _0x2fa018===_0x176d4b;},_0x398648[_0x39fa1e(0x10e)]=_0x39fa1e(0x1e6),_0x398648[_0x39fa1e(0x134)]='accessibility',_0x398648[_0x39fa1e(0x175)]=_0x39fa1e(0x227),_0x398648[_0x39fa1e(0x12e)]=_0x39fa1e(0xff),_0x398648[_0x39fa1e(0x18c)]=_0x39fa1e(0xc6),_0x398648[_0x39fa1e(0x170)]=function(_0x7cc094,_0x47acf6){return _0x7cc094===_0x47acf6;},_0x398648[_0x39fa1e(0x197)]=_0x39fa1e(0xc4),_0x398648[_0x39fa1e(0x10c)]=_0x39fa1e(0x192);const _0x22abdf=_0x398648;if(_0x22abdf[_0x39fa1e(0x278)](_0x36f05d[_0x39fa1e(0x16b)],_0x22abdf[_0x39fa1e(0xfa)])&&_0x22abdf[_0x39fa1e(0xf5)](_0x36f05d[_0x39fa1e(0x16b)],_0x22abdf['CUYrd'])){logger[_0x39fa1e(0x15c)](_0x22abdf['Ygfna']);return;}logger[_0x39fa1e(0x15c)](_0x39fa1e(0x193)+(_0x36f05d['commandName']||_0x22abdf[_0x39fa1e(0x2a4)])+',\x20framework='+_0x36f05d[_0x39fa1e(0x16b)]);try{const _0x5f42b3=_0x36f05d[_0x39fa1e(0x19a)]||AutomationFramework[_0x39fa1e(0x1ea)](),_0x13c535=TestFramework[_0x39fa1e(0x1ea)](),_0x183dee=_0x36f05d[_0x39fa1e(0x147)]||_0x36f05d[_0x39fa1e(0x26e)]?.[_0x39fa1e(0xcf)]();if(!_0x183dee){logger[_0x39fa1e(0x15c)](_0x22abdf[_0x39fa1e(0x22c)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x39fa1e(0x15c)](_0x39fa1e(0x10b)+_0x183dee);return;}if(!this[_0x39fa1e(0x25f)](_0x183dee)){logger['debug'](_0x39fa1e(0x104)+_0x183dee+_0x39fa1e(0x28b));return;}const _0x1c5ee9=_0x36f05d[_0x39fa1e(0x25a)]||global[_0x39fa1e(0x2a7)]?.[_0x39fa1e(0x112)];if(!_0x1c5ee9){logger[_0x39fa1e(0x15c)](_0x39fa1e(0xe2)+_0x183dee);return;}let _0x15d02d='',_0x572070=null;if(_0x22abdf[_0x39fa1e(0x263)](_0x36f05d[_0x39fa1e(0x16b)],_0x22abdf[_0x39fa1e(0xd8)])){_0x572070=_0x36f05d[_0x39fa1e(0xd6)]?.['testAnalyticsId']||_0x36f05d[_0x39fa1e(0xd6)]?.['id']||global[_0x39fa1e(0xe7)];if(!_0x572070){logger['warn'](_0x22abdf[_0x39fa1e(0x10e)]);return;}try{const _0x301158=await GrpcClient['getInstance']()[_0x39fa1e(0x1c0)](process[_0x39fa1e(0x2aa)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x22abdf[_0x39fa1e(0x134)],_0x22abdf[_0x39fa1e(0x175)],_0x572070),_0x2fc25d=AccessibilityModule[_0x39fa1e(0x17f)](null,_0x301158);_0x15d02d=_0x2fc25d?.['thTestRunUuid']||'',logger['debug'](_0x39fa1e(0x180)+_0x15d02d+_0x39fa1e(0x277)+_0x572070);}catch(_0x3065be){logger['error'](_0x39fa1e(0x1d7)+_0x3065be[_0x39fa1e(0xea)]);return;}}else _0x15d02d=this[_0x39fa1e(0x269)](_0x22abdf[_0x39fa1e(0x12e)])||'',!_0x15d02d&&this[_0x39fa1e(0x13b)]()&&(_0x15d02d=accessibilityHelper[_0x39fa1e(0x2ae)]());const _0x4b625f=this[_0x39fa1e(0x269)](_0x22abdf[_0x39fa1e(0x18c)])||this[_0x39fa1e(0x1cf)][this[_0x39fa1e(0x2a5)]]||null,_0x2299d5=process['env'][_0x39fa1e(0x275)]||'',_0x80f85=this['getParamsForScanForCli'](_0x183dee,_0x15d02d,_0x4b625f,_0x2299d5),_0x2d0740=_0x22abdf[_0x39fa1e(0x170)](_0x36f05d[_0x39fa1e(0x16b)],_0x22abdf[_0x39fa1e(0xd8)])?await AccessibilityModule[_0x39fa1e(0xd0)](_0x22abdf['jfmbJ'],_0x15d02d,_0x572070):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x22abdf['jfmbJ'],_0x15d02d);logger[_0x39fa1e(0x23a)](_0x39fa1e(0x1f0)+(_0x80f85?JSON['stringify'](_0x80f85):_0x22abdf[_0x39fa1e(0x10c)]));const _0x21d479=CLIUtils['mergeObject'](_0x80f85,_0x2d0740);logger[_0x39fa1e(0x23a)](_0x39fa1e(0xde)+(_0x21d479?JSON[_0x39fa1e(0x161)](_0x21d479):_0x22abdf[_0x39fa1e(0x10c)])),logger[_0x39fa1e(0x15c)](_0x39fa1e(0x293)+_0x183dee);const _0x4c8bcf=await this['performScanForCli'](_0x1c5ee9,_0x15d02d,_0x183dee,_0x21d479,this[_0x39fa1e(0x160)]);logger[_0x39fa1e(0x15c)](_0x39fa1e(0x238)+_0x183dee+_0x39fa1e(0x17e)+JSON[_0x39fa1e(0x161)](_0x4c8bcf));}catch(_0x51c7e0){logger['error'](_0x39fa1e(0x1bb)+(_0x51c7e0[_0x39fa1e(0x1d6)]||_0x51c7e0[_0x39fa1e(0xea)]));}}[a85_0x5ce289(0xc3)](){const _0x4df192=a85_0x5ce289;return this[_0x4df192(0x285)]();}[a85_0x5ce289(0xe8)](_0xfbcf7a){const _0x1dad68=a85_0x5ce289,_0x59fd4e=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x1dad68(0xfc)](_0x59fd4e,_0xfbcf7a);}async[a85_0x5ce289(0x259)](_0x21ef29){const _0x160c35=a85_0x5ce289,_0x17203e={};_0x17203e[_0x160c35(0x14a)]=_0x160c35(0x1e5);const _0x34ddf4=_0x17203e;try{const _0x139c6d=_0x21ef29[_0x160c35(0x19a)]||AutomationFramework[_0x160c35(0x1ea)](),_0x40a61a=_0x139c6d?.['getData']?.()?.[_0x160c35(0x29a)]?.(this['KEY_INIT'])||![];if(_0x40a61a)return;PerformanceTester[_0x160c35(0x188)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x55b125=await GrpcClient[_0x160c35(0x1f1)]()['getAccessibilityConfig'](_0x21ef29);_0x55b125&&_0x55b125[_0x160c35(0x250)]&&_0x55b125[_0x160c35(0x250)]()&&_0x55b125[_0x160c35(0x250)]()['getSuccess']()?(await this[_0x160c35(0x162)](_0x55b125,_0x21ef29),_0x139c6d?.[_0x160c35(0x191)]&&_0x139c6d[_0x160c35(0x191)]()['set'](this[_0x160c35(0x218)],!![]),logger[_0x160c35(0x15c)](_0x160c35(0x101)+(_0x139c6d?.['getPlatformIndex']?.()||_0x34ddf4[_0x160c35(0x14a)])+_0x160c35(0x1b2))):logger[_0x160c35(0x15c)]('[platform\x20-\x20'+(_0x139c6d?.[_0x160c35(0x282)]?.()||_0x34ddf4[_0x160c35(0x14a)])+_0x160c35(0x260)),PerformanceTester[_0x160c35(0x1c3)](EVENTS[_0x160c35(0x155)]);}catch(_0x9b3e56){PerformanceTester[_0x160c35(0x1c3)](EVENTS[_0x160c35(0x155)],![],_0x9b3e56[_0x160c35(0xea)]),logger['error']('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x9b3e56[_0x160c35(0x1d6)]||_0x9b3e56[_0x160c35(0xea)]));}}async[a85_0x5ce289(0x162)](_0x20ca64,_0x915bb){const _0x316bf0=a85_0x5ce289;await this[_0x316bf0(0x1f9)](_0x20ca64,_0x915bb);const _0x4ee7a3=_0x20ca64[_0x316bf0(0x250)]()[_0x316bf0(0x27e)]();if(_0x4ee7a3){const _0x59e414=_0x20ca64[_0x316bf0(0x195)]&&_0x20ca64['getTesthub']();_0x59e414&&(this[_0x316bf0(0x1cf)][this[_0x316bf0(0x2a5)]]=_0x59e414[_0x316bf0(0x1cc)]&&_0x59e414[_0x316bf0(0x1cc)]());}}[a85_0x5ce289(0x25f)](_0x575960){const _0x58ef63=a85_0x5ce289,_0x5be7ba={};_0x5be7ba[_0x58ef63(0x292)]=function(_0x359d7d,_0x61b181){return _0x359d7d===_0x61b181;};const _0x735095=_0x5be7ba;try{if(!_0x575960)return![];const _0x100854=this[_0x58ef63(0x1cf)]?.[_0x58ef63(0x1f5)]?.[_0x58ef63(0x19f)]?.['commandsList']||[],_0x4dccdd=_0x100854['some'](_0x63286e=>{const _0x1f2932=_0x58ef63;return _0x63286e[_0x1f2932(0x187)]&&_0x735095[_0x1f2932(0x292)](_0x63286e['name'][_0x1f2932(0x1d1)](),_0x575960[_0x1f2932(0x1d1)]());});return logger['debug']('shouldScanForCommand:\x20'+_0x575960+'\x20->\x20'+_0x4dccdd+_0x58ef63(0x117)+JSON[_0x58ef63(0x161)](_0x100854[_0x58ef63(0x167)](_0x5cac86=>_0x5cac86[_0x58ef63(0x187)]))),_0x4dccdd;}catch(_0x440612){return logger[_0x58ef63(0x15c)](_0x58ef63(0x138)+_0x440612[_0x58ef63(0xea)]),![];}}[a85_0x5ce289(0x174)](_0x43a78d){const _0xed4f58=a85_0x5ce289,_0x16c58d={};_0x16c58d[_0xed4f58(0x17d)]=function(_0x12d12b,_0x44516e){return _0x12d12b===_0x44516e;},_0x16c58d['CYKYg']='string',_0x16c58d[_0xed4f58(0x273)]=_0xed4f58(0x15d);const _0x5c7ff1=_0x16c58d,_0xf59bab=_0x43a78d['getScript']&&_0x43a78d[_0xed4f58(0x126)]();return _0xf59bab&&_0x5c7ff1[_0xed4f58(0x17d)](typeof _0xf59bab,_0x5c7ff1[_0xed4f58(0x1a4)])&&_0xf59bab[_0xed4f58(0x228)](_0x5c7ff1[_0xed4f58(0x273)]);}[a85_0x5ce289(0x159)](_0x458f6f){const _0x12a4cf=a85_0x5ce289,_0x5a28af={};_0x5a28af['chKKh']=function(_0x42099c,_0x2e879a){return _0x42099c!==_0x2e879a;},_0x5a28af[_0x12a4cf(0x1d9)]='string',_0x5a28af[_0x12a4cf(0x15f)]=_0x12a4cf(0xd7),_0x5a28af['lcDBs']='performScan',_0x5a28af[_0x12a4cf(0x23b)]='getResults',_0x5a28af[_0x12a4cf(0xe1)]='saveTestResults';const _0x1540c0=_0x5a28af,_0x39103d=_0x458f6f[_0x12a4cf(0x126)]&&_0x458f6f[_0x12a4cf(0x126)]();if(!_0x39103d||_0x1540c0['chKKh'](typeof _0x39103d,_0x1540c0[_0x12a4cf(0x1d9)]))return![];return _0x39103d[_0x12a4cf(0x228)](_0x1540c0['trOMr'])||_0x39103d['includes'](_0x1540c0[_0x12a4cf(0x251)])||_0x39103d['includes'](_0x1540c0[_0x12a4cf(0x23b)])||_0x39103d[_0x12a4cf(0x228)](_0x1540c0['LBTvt']);}['isMobileWebSession'](){const _0xa4c54a=a85_0x5ce289,_0x538115={'nsmce':function(_0x47d787,_0x5900ac){return _0x47d787===_0x5900ac;},'epoJF':_0xa4c54a(0x1fa),'RyzIs':function(_0x158998,_0x34d9f9){return _0x158998(_0x34d9f9);},'LZWRf':'platformName','HqvLp':function(_0x935b90,_0x263d67){return _0x935b90(_0x263d67);},'rbFIo':_0xa4c54a(0xf8),'Cugfb':_0xa4c54a(0x2a8),'NPacz':function(_0x4786a2,_0x22f217){return _0x4786a2(_0x22f217);},'llSoe':_0xa4c54a(0x109)};try{const _0x80c39c=this[_0xa4c54a(0x1cf)]?.[_0xa4c54a(0x1f5)]?.[_0xa4c54a(0x1c4)]||[],_0x2c480d=_0x83e1c=>{const _0x25614d=_0xa4c54a,_0x1317f3=_0x80c39c[_0x25614d(0x178)](_0x107f6d=>(typeof _0x107f6d[_0x25614d(0xcf)]===_0x25614d(0x1fa)?_0x107f6d[_0x25614d(0xcf)]():_0x107f6d[_0x25614d(0x187)])===_0x83e1c);return _0x1317f3?_0x538115['nsmce'](typeof _0x1317f3[_0x25614d(0x2a2)],_0x538115[_0x25614d(0x1b1)])?_0x1317f3[_0x25614d(0x2a2)]():_0x1317f3[_0x25614d(0x241)]:null;},_0x5a79bf=_0x538115[_0xa4c54a(0x1dd)](_0x2c480d,_0x538115['LZWRf']),_0x329178=_0x538115[_0xa4c54a(0xf1)](_0x2c480d,_0x538115[_0xa4c54a(0x150)]),_0x1c68f8=global[_0xa4c54a(0xd4)]||_0x5a79bf&&_0x538115[_0xa4c54a(0x256)](_0x538115['HqvLp'](String,_0x5a79bf)[_0xa4c54a(0x1d1)](),_0x538115[_0xa4c54a(0x22f)])&&_0x329178&&_0x538115[_0xa4c54a(0xdd)](String,_0x329178)[_0xa4c54a(0x1d1)]()[_0xa4c54a(0x228)](_0x538115[_0xa4c54a(0x286)]);if(!_0x1c68f8)return![];if(!accessibilityHelper[_0xa4c54a(0x1e4)]())return!this[_0xa4c54a(0x141)]&&(logger[_0xa4c54a(0x21c)](accessibilityHelper[_0xa4c54a(0x24e)]),this[_0xa4c54a(0x141)]=!![]),![];return!![];}catch(_0x4558b3){return logger['debug']('isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20'+_0x4558b3[_0xa4c54a(0xea)]),![];}}['getParamsForScanForCli'](_0x3fb1f6,_0x5f4565,_0x4d410e,_0x5d905b){const _0x4a6ace=a85_0x5ce289,_0x94af85={};_0x94af85[_0x4a6ace(0x105)]=function(_0x504c32,_0x314f7f){return _0x504c32||_0x314f7f;},_0x94af85[_0x4a6ace(0xf7)]=function(_0x450c97,_0x1f0b8f){return _0x450c97&&_0x1f0b8f;},_0x94af85[_0x4a6ace(0x102)]=_0x4a6ace(0xfe);const _0x14b67c=_0x94af85;let _0x13264a=_0x14b67c['WkYdD'](_0x5f4565,'');const _0x15edd0=!this[_0x4a6ace(0x160)]&&this['isMobileWebSession']();_0x14b67c[_0x4a6ace(0xf7)](_0x15edd0,!_0x13264a)&&(_0x13264a=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x46ada5={'command':_0x3fb1f6,'thTestRunUuid':_0x13264a,'thBuildUuid':_0x14b67c[_0x4a6ace(0x105)](_0x4d410e,''),'thJwtToken':_0x14b67c[_0x4a6ace(0x105)](_0x5d905b,''),'timestamp':new Date()[_0x4a6ace(0x2a9)]()};return _0x15edd0&&(_0x46ada5['is_mobile_session']=!![],logger['debug'](_0x14b67c[_0x4a6ace(0x102)])),_0x46ada5;}[a85_0x5ce289(0x135)](_0x1d6671){const _0xf8d7e7=a85_0x5ce289,_0x5368dc={};_0x5368dc[_0xf8d7e7(0x242)]=function(_0x12e72f,_0xa4b0a1){return _0x12e72f||_0xa4b0a1;};const _0x907673=_0x5368dc;try{const _0xa0d5bf=this[_0xf8d7e7(0x1cf)]?.['options']?.[_0xf8d7e7(0x29f)]||[],_0x9907f0=_0xa0d5bf[_0xf8d7e7(0x178)](_0x3f10fe=>_0x3f10fe[_0xf8d7e7(0x187)]===_0x1d6671);return _0x907673[_0xf8d7e7(0x242)](_0x9907f0,null);}catch(_0x347e61){return logger[_0xf8d7e7(0x15c)](_0xf8d7e7(0x103)+_0x1d6671+':\x20'+_0x347e61[_0xf8d7e7(0xea)]),null;}}async[a85_0x5ce289(0x279)](_0x57b45b,_0x106945,_0x3c41c2=null){const _0x260310=a85_0x5ce289,_0x2ea223={'SItAT':function(_0x1a78d7,_0x7e1b96){return _0x1a78d7(_0x7e1b96);},'uUuds':_0x260310(0x1a5)};try{if(!_0x57b45b)return logger['debug'](_0x260310(0x12a)+_0x106945),null;const _0xf2a63=this[_0x260310(0x135)](_0x106945);if(!_0xf2a63||!_0xf2a63['command'])return logger[_0x260310(0x15c)]('executeScriptByName:\x20No\x20'+_0x106945+_0x260310(0x23c)),null;logger['debug'](_0x260310(0x1b4)+_0x106945+_0x260310(0x216));const _0x5b20e5=_0x2ea223[_0x260310(0x15a)](require,_0x2ea223[_0x260310(0x19d)]),_0x8b37f5=_0x3c41c2?await _0x5b20e5[_0x260310(0x1ed)](_0x57b45b,_0xf2a63[_0x260310(0x26e)],_0x3c41c2):await _0x5b20e5[_0x260310(0x1ed)](_0x57b45b,_0xf2a63['command']);return _0x8b37f5;}catch(_0x4bc472){return logger['error'](_0x260310(0x12c)+_0x106945+':\x20'+(_0x4bc472[_0x260310(0x1d6)]||_0x4bc472[_0x260310(0xea)])),null;}}async['performScanForCli'](_0x45f1b1,_0x3b0e2c,_0x1204ab,_0x4a8c32,_0x2a59ae,_0x44f369='scan'){const _0xe99399=a85_0x5ce289,_0x9030b8={'wpKdp':function(_0x258e85,_0x12f3dc){return _0x258e85===_0x12f3dc;},'voHWY':_0xe99399(0xc4),'ZpcQj':function(_0x5af93c,_0x30ed5a){return _0x5af93c(_0x30ed5a);},'IPFbD':'../../playwright/accessibility-helper','yKHzu':function(_0x39fe40,_0x1e2e8e){return _0x39fe40(_0x1e2e8e);}};try{logger[_0xe99399(0x15c)](_0xe99399(0x1fe)+_0x1204ab+_0xe99399(0x1e8)+_0x44f369);const _0x1b030f=this['getScriptByName'](_0x44f369);if(!_0x1b030f||!_0x1b030f[_0xe99399(0x26e)]){logger['debug']('performScanForCli:\x20No\x20'+_0x44f369+'\x20script\x20available\x20in\x20scriptsList');return;}if(_0x9030b8[_0xe99399(0x17c)](_0x44f369,_0x9030b8['voHWY'])){const _0x43ef93=_0x9030b8[_0xe99399(0x11d)](require,_0x9030b8[_0xe99399(0x21e)]),_0x596c31={};_0x596c31['command']=_0x1204ab;const _0x22af1b=await PerformanceTester[_0xe99399(0xee)](PerformanceA11yEvents[_0xe99399(0x24d)],async()=>{const _0x4070dd=_0xe99399;return await _0x43ef93[_0x4070dd(0x1ed)](_0x45f1b1,_0x1b030f[_0x4070dd(0x26e)],_0x4a8c32);},_0x596c31)();return logger[_0xe99399(0x23a)]('Page\x20'+_0x44f369+_0xe99399(0x26f)+_0x1204ab+':\x20'+util[_0xe99399(0x208)](_0x22af1b)),_0x22af1b;}const _0x521894=_0x9030b8[_0xe99399(0x281)](require,_0x9030b8['IPFbD']),_0x36600e=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x24c223=_0xe99399;return await _0x521894['browserStackEvaluate'](_0x45f1b1,_0x1b030f[_0x24c223(0x26e)],_0x4a8c32);})();return logger[_0xe99399(0x23a)]('Page\x20'+_0x44f369+_0xe99399(0x26f)+_0x1204ab+':\x20'+util[_0xe99399(0x208)](_0x36600e)),_0x36600e;}catch(_0x5d2c70){logger[_0xe99399(0x145)](_0xe99399(0x1c8)+_0x44f369+':\x20'+(_0x5d2c70[_0xe99399(0x1d6)]||_0x5d2c70[_0xe99399(0xea)]));}}async[a85_0x5ce289(0xed)](_0x2becdf){const _0x185ee1=a85_0x5ce289,_0x1c1e18={'dVWEI':function(_0x48c57c,_0x1adbb0){return _0x48c57c(_0x1adbb0);},'EvXok':'../../../helpers/accessibility-automation/helper'};try{const _0x214908=_0x1c1e18[_0x185ee1(0x214)](require,_0x1c1e18[_0x185ee1(0x1ab)]);return await _0x214908[_0x185ee1(0x20c)](_0x2becdf);}catch(_0xdae23c){return logger[_0x185ee1(0x145)]('Error\x20in\x20validatePlatformForAccessibility:\x20'+(_0xdae23c[_0x185ee1(0x1d6)]||_0xdae23c[_0x185ee1(0xea)])),![];}}[a85_0x5ce289(0x22e)](_0x577b58,_0x1ed979,_0x1bfbb3){const _0x1aa795=a85_0x5ce289,_0xa52281={'TRxRK':function(_0x374bb1,_0x5bcfc8){return _0x374bb1(_0x5bcfc8);},'WzjbB':'../../playwright/accessibility-helper','RXkne':'\x22browserstack.user\x22:\x22[REDACTED]\x22','vjHYM':_0x1aa795(0x181)};try{const _0x420d4f=_0xa52281[_0x1aa795(0x25b)](require,_0xa52281[_0x1aa795(0x257)]);_0x420d4f[_0x1aa795(0x22e)](_0x577b58,_0x1ed979,_0x1bfbb3);const _0x46cebd=JSON[_0x1aa795(0x161)](_0x577b58)[_0x1aa795(0xd1)](/"browserstack\.user":"[^"]*"/g,_0xa52281[_0x1aa795(0x200)])[_0x1aa795(0xd1)](/"browserstack\.key":"[^"]*"/g,_0xa52281[_0x1aa795(0x15e)]);logger[_0x1aa795(0x15c)]('Processed\x20accessibility\x20caps\x20'+global[_0x1aa795(0x1a8)]+'\x20'+_0x46cebd);}catch(_0x345eb1){logger['error'](_0x1aa795(0x268)+(_0x345eb1['stack']||_0x345eb1[_0x1aa795(0xea)]));}}async[a85_0x5ce289(0x13f)](_0x240b52){const _0x52c4bc=a85_0x5ce289,_0x5b6fa9={};_0x5b6fa9[_0x52c4bc(0x1bc)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x5b6fa9[_0x52c4bc(0x217)]=function(_0x221ed8,_0x145023){return _0x221ed8>_0x145023;},_0x5b6fa9['BxKNa']=_0x52c4bc(0x240);const _0x5b7c95=_0x5b6fa9;try{if(!this[_0x52c4bc(0x285)]())return logger[_0x52c4bc(0x21c)](_0x5b7c95[_0x52c4bc(0x1bc)]),[];const _0x2b2ab0=this[_0x52c4bc(0x13b)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x5b7c95[_0x52c4bc(0x217)](Object['keys'](_0x2b2ab0)[_0x52c4bc(0xf0)],0x0)&&logger['debug']('getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20'+JSON[_0x52c4bc(0x161)](_0x2b2ab0));const _0x46bb3e=_0x5b7c95[_0x52c4bc(0x217)](Object[_0x52c4bc(0x27b)](_0x2b2ab0)['length'],0x0)?await this['executeScriptByName'](_0x240b52,_0x5b7c95[_0x52c4bc(0x210)],_0x2b2ab0):await this['executeScriptByName'](_0x240b52,_0x5b7c95[_0x52c4bc(0x210)]);return _0x46bb3e||[];}catch(_0x11df88){return logger[_0x52c4bc(0x145)](_0x52c4bc(0x205)+(_0x11df88[_0x52c4bc(0x1d6)]||_0x11df88[_0x52c4bc(0xea)])),[];}}async[a85_0x5ce289(0x1e3)](_0x69659b){const _0x5df082=a85_0x5ce289,_0x51626a={'vpxRI':_0x5df082(0xc4),'GmCBa':_0x5df082(0x20a),'xmVth':_0x5df082(0x11f),'tWSaB':function(_0x1a5e3a,_0x4780e9){return _0x1a5e3a(_0x4780e9);},'MUsyJ':_0x5df082(0xe3),'GtpuI':function(_0x37fdcd,_0x4cd91f){return _0x37fdcd===_0x4cd91f;},'demjR':_0x5df082(0x123),'LDoFa':'getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','WEtNj':'accessibility','giZmP':_0x5df082(0xc6),'iNtJv':_0x5df082(0x1e3),'nTnNi':_0x5df082(0xff),'WMxrc':_0x5df082(0x133),'yBtoy':_0x5df082(0x20e)};try{if(!this['getCurrentAccessibilityStatus']())return logger['warn'](_0x51626a[_0x5df082(0x21f)]),{};const _0x918e2c=_0x51626a[_0x5df082(0xce)](require,_0x51626a[_0x5df082(0x183)]),_0x4d1631=_0x918e2c[_0x5df082(0x287)](),_0x4c70ea=_0x51626a[_0x5df082(0x11c)](_0x4d1631?.[_0x5df082(0x187)]?.['toLowerCase'](),_0x51626a[_0x5df082(0x194)]);let _0x480d2d='',_0x15a1fc=null,_0xf608fe=null;if(_0x4c70ea){_0x15a1fc=global[_0x5df082(0xe7)]||global[_0x5df082(0x2a7)]?.[_0x5df082(0x1e0)]?.[_0x5df082(0x19e)]||global['__workerDetails']?.['currentTest']?.['id'];if(!_0x15a1fc)return logger[_0x5df082(0x21c)](_0x51626a[_0x5df082(0x1e2)]),{};try{const _0x3b249e=await GrpcClient[_0x5df082(0x1f1)]()[_0x5df082(0x1c0)](process[_0x5df082(0x2aa)][_0x5df082(0x28d)],_0x51626a[_0x5df082(0xd2)],_0x51626a[_0x5df082(0x17a)],_0x15a1fc),_0x4aa0df=AccessibilityModule[_0x5df082(0x17f)](null,_0x3b249e);_0x480d2d=_0x4aa0df?.[_0x5df082(0x213)]||'',logger['debug'](_0x5df082(0x1bd)+_0x480d2d+'\x20from\x20testIdentifier='+_0x15a1fc);const _0x9fc2f0=await AccessibilityModule[_0x5df082(0xd0)](_0x51626a[_0x5df082(0x17a)],_0x480d2d,_0x15a1fc),_0x402cda=this[_0x5df082(0x269)](_0x51626a[_0x5df082(0x124)])||this[_0x5df082(0x1cf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x151175=process['env']['BROWSERSTACK_TESTHUB_JWT']||'',_0x1952e1=this[_0x5df082(0x255)](_0x51626a[_0x5df082(0x243)],_0x480d2d,_0x402cda,_0x151175);_0xf608fe=_0x918e2c[_0x5df082(0x220)](_0x1952e1,_0x9fc2f0),logger[_0x5df082(0x15c)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs='+JSON['stringify'](_0xf608fe));}catch(_0x2e47d1){return logger[_0x5df082(0x145)]('getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x2e47d1['message']),{};}}else{_0x480d2d=this[_0x5df082(0x269)](_0x51626a['nTnNi'])||'';!_0x480d2d&&this['isMobileWebSession']()&&(_0x480d2d=accessibilityHelper[_0x5df082(0x2ae)]());const _0x31fe1d=this[_0x5df082(0x269)](_0x51626a[_0x5df082(0x124)])||this[_0x5df082(0x1cf)][this['KEY_TESTHUB_BUILD_ID']]||null,_0x29e00c=process[_0x5df082(0x2aa)][_0x5df082(0x275)]||'';_0xf608fe=this[_0x5df082(0x255)](_0x51626a[_0x5df082(0x243)],_0x480d2d,_0x31fe1d,_0x29e00c);}logger[_0x5df082(0x15c)](_0x51626a[_0x5df082(0x2b1)]),await PerformanceTester[_0x5df082(0xee)](PerformanceA11yEvents[_0x5df082(0x24d)],async()=>{const _0x32198c=_0x5df082,_0x1110ef=await this['executeScriptByName'](_0x69659b,_0x51626a[_0x32198c(0x158)],_0xf608fe);logger[_0x32198c(0x15c)]('Scan\x20result:\x20'+util[_0x32198c(0x208)](_0x1110ef));},{'command':_0x51626a[_0x5df082(0x243)]})();const _0x34fafa=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5df082(0x21d)],async()=>{const _0x132032=_0x5df082;return await this[_0x132032(0x279)](_0x69659b,_0x51626a[_0x132032(0x17a)],_0xf608fe);})();if(!_0x34fafa)return logger[_0x5df082(0x15c)](_0x51626a[_0x5df082(0x118)]),{};return _0x34fafa;}catch(_0x5caa1e){return logger[_0x5df082(0x145)](_0x5df082(0x198)+(_0x5caa1e['stack']||_0x5caa1e[_0x5df082(0xea)])),{};}}async[a85_0x5ce289(0x27d)](_0x54f112,_0x34421e,_0x1c19d9=null){const _0x2f2886=a85_0x5ce289,_0x37c0a6={};_0x37c0a6['CGzAk']=_0x2f2886(0x26a),_0x37c0a6[_0x2f2886(0x24a)]=_0x2f2886(0xdb),_0x37c0a6['UDXlJ']=_0x2f2886(0xca);const _0x4e555b=_0x37c0a6;try{if(!_0x54f112)return logger[_0x2f2886(0x15c)](_0x4e555b['CGzAk']),null;if(!_0x34421e)return logger[_0x2f2886(0x15c)](_0x4e555b[_0x2f2886(0x24a)]),null;logger[_0x2f2886(0x15c)](_0x4e555b[_0x2f2886(0x127)]);const _0x50eba9=_0x1c19d9?await _0x54f112['evaluate'](_0x34421e,_0x1c19d9):await _0x54f112[_0x2f2886(0x2a1)](_0x34421e);return _0x50eba9;}catch(_0x6a547e){return logger['error'](_0x2f2886(0xc7)+(_0x6a547e[_0x2f2886(0x1d6)]||_0x6a547e[_0x2f2886(0xea)])),null;}}static[a85_0x5ce289(0x17f)](_0x4e8524,_0x1c89d1){const _0x1b5865=a85_0x5ce289,_0x1a0851={};_0x1a0851[_0x1b5865(0x1f8)]=_0x1b5865(0x2b0);const _0x27e32e=_0x1a0851,_0x17c418={};_0x17c418[_0x1b5865(0x213)]=_0x4e8524;const _0x350529=_0x17c418;let _0x5c20f6={};if(_0x1c89d1[_0x1b5865(0x24b)]()&&_0x1c89d1[_0x1b5865(0x1fc)]())try{_0x5c20f6=JSON['parse'](new Buffer(_0x1c89d1[_0x1b5865(0x24c)]())[_0x1b5865(0xf4)](_0x27e32e[_0x1b5865(0x1f8)]));}catch(_0x1844df){logger['error'](_0x1b5865(0x267)+_0x1844df[_0x1b5865(0xea)]),_0x5c20f6={};}return CLIUtils[_0x1b5865(0x220)](_0x350529,_0x5c20f6);}static async[a85_0x5ce289(0xd0)](_0x78bae1,_0x596cb1='',_0x3420f2=null){const _0x322ce3=a85_0x5ce289,_0x5be7af={};_0x5be7af[_0x322ce3(0x190)]=_0x322ce3(0x122),_0x5be7af[_0x322ce3(0x1d0)]=_0x322ce3(0xd7);const _0x5b14f5=_0x5be7af;try{if(!_0x3420f2&&AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x322ce3(0x2aa)][_0x322ce3(0x28d)])return logger[_0x322ce3(0x145)](_0x5b14f5[_0x322ce3(0x190)]),{};const _0x5606de=await GrpcClient[_0x322ce3(0x1f1)]()[_0x322ce3(0x1c0)](process[_0x322ce3(0x2aa)][_0x322ce3(0x28d)],_0x5b14f5[_0x322ce3(0x1d0)],_0x78bae1,_0x3420f2),_0x2ea302=_0x3420f2?AccessibilityModule[_0x322ce3(0x17f)](null,_0x5606de)?.[_0x322ce3(0x213)]||_0x596cb1:_0x596cb1,_0x1fbc21=AccessibilityModule['loadDriverExecuteParams'](_0x2ea302,_0x5606de);return!_0x3420f2&&(AccessibilityModule[_0x322ce3(0x1e7)]=_0x1fbc21,AccessibilityModule[_0x322ce3(0xe9)]=!![]),_0x1fbc21;}catch(_0x541c24){return logger[_0x322ce3(0x145)](_0x322ce3(0xe0)+_0x78bae1+':\x20'+(_0x541c24['stack']||_0x541c24['message'])),{};}}}function a85_0x471c(_0x433170,_0x2c85c1){const _0x1bb776=a85_0x1bb7();return a85_0x471c=function(_0x471c82,_0x447409){_0x471c82=_0x471c82-0xc2;let _0x3edc46=_0x1bb776[_0x471c82];return _0x3edc46;},a85_0x471c(_0x433170,_0x2c85c1);};function a85_0x1bb7(){const _0x4368b4=['toLowerCase','nwZoY','oyqFy',']\x20should\x20run\x20accessibility\x20value=','FZsgb','stack','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','WfrKR','lDyfx','dpmoH','wNSoR','RyzIs','browserVersion','XfbkP','currentTest','onAfterTest','LDoFa','getAccessibilityResultsSummary','isMobileScanningEnabledForGroup','unknown','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','_centralAuthA11yConfig','\x20using\x20script:\x20','bind','getTrackedInstance','__accessibilityOptions','WKcXP','browserStackEvaluate','excludeTagsInTestingScope','4995895hTrmRg','ScanArgs:\x20','getInstance','cucumber','LOG_DISABLED_SHOWN','XWJhc','options','headless','UwAzy','jMdzi','setAccessibilityConfig','function','RBgLd','hasAccessibilityExecuteParams','Error\x20getting\x20capability\x20value\x20for\x20','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Error\x20checking\x20headless\x20capability:\x20','RXkne','hcZSC','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','bQXiL','ELqbE','Error\x20in\x20getAccessibilityResults:\x20','uUUyH','Vnrdx','format','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','getResultsSummary','onBeforeExecute','platformValidation','bahKk','No\x20summaryResults\x20found.','qbdkd','BxKNa','PRE','toObject','thTestRunUuid','dVWEI','QUIT','\x20accessibility\x20script\x20on\x20page','fzLYa','KEY_INIT','SqJZq','AHygB','BS_A11Y_JWT','warn','GET_RESULTS_SUMMARY','IPFbD','xmVth','mergeObject','./baseModule','1363239zXChsK','IoBmL','getCurrentInstanceName','getCapabilitiesList','getGoogleChromeOptions','performScan','includes','foOaG','getBrowserDisplayName','wcagVersion','IOXYQ','version','processAccessibilityCaps','Cugfb','POST','parseA11yJwtPayload','getCommandsList','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','../../../helpers/classLogger','DyCxx','skipCDPConnectOverride','getAllData','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','info','bXDHy','\x20script\x20available','9633032XUbAZp','Ouvjh','LRkeV','getResults','value','LcrUo','iNtJv','split','Accessibility\x20data\x20for\x20extension:\x20','ISKyP','ONivg','VXRsN','_sendMessageServerPatchApplied','PHIHh','getSuccess','getAccessibilityExecuteParams','PERFORM_SCAN','MOBILE_SCANNING_DISABLED_WARNING','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','getAccessibility','lcDBs','BKkwO','oRUSR','HVUqL','getParamsForScanForCli','nsmce','WzjbB','startsWith','initAccessibilityConfig','page','TRxRK','DJLIw','../../../helpers/accessibility-automation/helper','applySendMessageToServerPatch','shouldScanForCommand',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','97gaeXcf','isVersionSupported','UNKVA','AUTOMATION_SESSIONS','monBo','MQKHw','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','Error\x20in\x20processAccessibilityCaps:\x20','getCapabilityValue','performPageScan:\x20Page\x20is\x20null','LJmGV','updateData','setAccessibilityToken','command','\x20result\x20for\x20','hxHOx','cZxTi','xhoed','cgqCl','ZqYEL','BROWSERSTACK_TESTHUB_JWT','delete','\x20from\x20testIdentifier=','tljfn','executeScriptByName','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','keys','getTestUUID','performPageScan','getOptions','TDfyY','ysbgS','yKHzu','getPlatformIndex','../../utils/playwright-patcher','WOWQb','getCurrentAccessibilityStatus','llSoe','getTestFrameworkDetail',']\x20onAfterTest\x20should\x20scan=','20914jSWvTs','KEY_DRIVER_HAS_URL','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','rcWoX','BROWSERSTACK_CLI_BIN_SESSION_ID','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','isPlatformSupported','\x20or\x20higher\x20','Ygfna','ZQpbA','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','is_mobile_session','zgskZ','true',',\x20testName=','assign','registerObserver','get','test_tags','6UtItLr','BEMuj','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','scriptsList','\x20browser\x20version\x20','evaluate','getValue','isEnabled','SaGlC','KEY_TESTHUB_BUILD_ID','getTestDetails','__workerDetails','android','toISOString','env','WrDVp','performScanForCli','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','resolveMobileThTestRunUuid','has','ascii','WMxrc','MODULE_NAME','shouldScanCurrentTest','scan','../state/hookState','testhub_build_uuid','Error\x20in\x20performPageScan:\x20','getScriptsList','4NwdJSI','Executing\x20accessibility\x20script\x20on\x20page','isEnabledTestcase','QdxtY','test-tags-->\x20','tWSaB','getName','fetchCentralAuthA11yConfig','replace','WEtNj','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','isMobilePlatform','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','testInfo','accessibility','CUYrd','titlePath','../../../helpers/performance/constants.js','performPageScan:\x20Script\x20is\x20null','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','NPacz','MergedScanArgs:\x20','Performing\x20scan\x20before\x20from\x20cli','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','LBTvt','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','../cliUtils',',\x20isAppAccessibility=','exports','--headless=new','__jestCurrentTestIdentifier','setShouldScanCurrentTest','_centralAuthConfigFetched','message','PQfUc','mtgsn','validatePlatformForAccessibility','measureWrapper','patchSendMessageToServer','length','HqvLp','isPlatformSupported:\x20caps\x20are\x20null','args','toString','ufqRc','stopTestCapture','ylpOs','browserName','AsdIz','ZGJaN','\x20testHubUuid=','set','bhpdP','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','test_run_id','40626684GsSqTj','[platform\x20-\x20','XNUCH','Error\x20getting\x20script\x20by\x20name\x20','onBeforeExecute:\x20Command\x20','WkYdD','../framework/automationFramework',',\x20testIdentifier=','Context','chrome','capabilities','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','DTlDH','myswi','nyrDo','afterTestHook',',\x20includeTags=','rjaOO','pwPage','setShouldScan','WadeB','tqLmg','join',',\x20available\x20commands:\x20','yBtoy','getContext','eLTEa','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','GtpuI','ZpcQj',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','TEST_INIT','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','jest','giZmP','EcgyR','getScript','UDXlJ','msHmn','2002122vxyJiS','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','kGYuA','Error\x20executing\x20script\x20','[AccessibilityModule]\x20onAfterTest:\x20framework=','xRxYn','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','LffaC','FRrTf','Performing\x20scan\x20before\x20getting\x20results\x20summary','iCyft','getScriptByName','../../../helpers/accessibility-automation/constants','browserstack.accessibilityOptions.wcagVersion','Error\x20in\x20shouldScanForCommand:\x20','some','--headless=','isMobileWebSession','name:\x20','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','size','getAccessibilityResults','KEY_TEST_NAME','_mobileScanningDisabledLogged','zdVxB','aqOzR','browserstack.accessibilityOptions.scannerVersion','error','Tborv','commandName','WOjmw','includeTagsInTestingScope','XbKZO','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','../framework/testFramework','11cnrbki','QXkXe','jCrxP','rbFIo','saveResults','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','cmQsc','etpPA','SDK_ACCESSIBILITY_CONFIG','AoIAx','platformCaps','vpxRI','isAccessibilityScriptCommand','SItAT','Zgihl','debug','browserstack_executor','vjHYM','trOMr','isAppAccessibility','stringify','loadAccessibilityConfig','isArray','goog:chromeOptions','ZNtmd','browser_version','map','ImVUI','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','testFramework','XmgpG','3684590iAajMK','aCIZO','../state/automationFrameworkState','RmLrI',',\x20excludeTags=','FdbPH','LDSYl','isBrowserstackScriptCommand','eZOfK','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','PCkKZ','find','mMDdx','GmCBa','Exception\x20in\x20isPlatformSupported:\x20','wpKdp','JZDIG',',\x20\x0a\x20','loadDriverExecuteParams','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','\x22browserstack.key\x22:\x22[REDACTED]\x22','NON_BROWSERSTACK_AUTOMATION_SESSIONS','MUsyJ','URRCB','DRIVER_INIT','string','name','start','a11y:save-results','oTBIj','JuCSS','LEiGQ','../../../helpers/helper','UXXVc','util','TdtOt','getData','null','onBeforeExecute:\x20command=','demjR','getTesthub','xNgjD','jfmbJ','Error\x20in\x20getAccessibilityResultsSummary:\x20','30KTfEEx','instance','launchCaps','FSIgP','uUuds','testAnalyticsId','commandsToWrap','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','xYeaz','eQncq','darLy','CYKYg','../../playwright/accessibility-helper','RVEMi','JJLxt','accessibilityPlatform','NBoMP','DRIVER_HAS_URL','EvXok','zWgKF','getTestId','Unknown\x20Test','toJson','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','epoJF',']\x20Accessibility\x20configuration\x20initialized\x20successfully','AqsCe','Executing\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','Error\x20in\x20stopTestCapture:\x20','pBYPo','getModuleName','isBrowserSupportedForAccessibility','getCommandsToWrap','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','RmIsg','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../grpcClient','fetchDriverExecuteParamsEvent','accessibilityToken','getState','end','capabilitiesList','lvXdi','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ppWdm','Error\x20in\x20performScanForCli\x20for\x20script\x20','BTtXd','onBeforeTest','\x20env=','getBuildId','\x20a11yToken=','trim','accessibilityConfig','IlESS'];a85_0x1bb7=function(){return _0x4368b4;};return a85_0x1bb7();}module[a85_0x5ce289(0xe5)]=AccessibilityModule;
@@ -1 +1 @@
1
- function a86_0x1336(_0x58cf2a,_0x318e86){const _0x5d521b=a86_0x5d52();return a86_0x1336=function(_0x1336be,_0x2c385e){_0x1336be=_0x1336be-0x16c;let _0x50bf84=_0x5d521b[_0x1336be];return _0x50bf84;},a86_0x1336(_0x58cf2a,_0x318e86);}const a86_0x452743=a86_0x1336;(function(_0x1bb393,_0x45d8a8){const _0x4018e7=a86_0x1336,_0x2b03d8=_0x1bb393();while(!![]){try{const _0x5e2b5f=parseInt(_0x4018e7(0x186))/0x1*(parseInt(_0x4018e7(0x18e))/0x2)+-parseInt(_0x4018e7(0x193))/0x3+parseInt(_0x4018e7(0x176))/0x4*(parseInt(_0x4018e7(0x188))/0x5)+parseInt(_0x4018e7(0x184))/0x6+parseInt(_0x4018e7(0x174))/0x7+parseInt(_0x4018e7(0x192))/0x8*(-parseInt(_0x4018e7(0x17c))/0x9)+parseInt(_0x4018e7(0x16f))/0xa*(-parseInt(_0x4018e7(0x198))/0xb);if(_0x5e2b5f===_0x45d8a8)break;else _0x2b03d8['push'](_0x2b03d8['shift']());}catch(_0x4d0854){_0x2b03d8['push'](_0x2b03d8['shift']());}}}(a86_0x5d52,0xcbf23));function a86_0x5d52(){const _0x227aa5=['2632966ADLxys','ZrnOR','192FnjkFY','Missing\x20binSessionId','PkNUT','exports','tKeSn','winstonLogger','70569eeqLbT','1|0|3|2|4','kJyIA','testFramework','setTestFrameworkData','config','_test','testInfo','4730712SmdpnP','getTestId','1374935fUqAQP','testFrameworkData','15810luejKm','CUCUMBER','platformIndex','debug','name',',\x20platformIndex=','2OdvHqv','mDJXh','pBYKM','YbbfM','1064vLyEBu','794766OovvRQ','ensureBinSession','split','NwJDh','getModuleName','2541eYQvDU','binSessionId','PLAYWRIGHT','../../../helpers/logger.js','version','../../../helpers/test-observability/constants.js','configure','23730uWItEi','client','BaseModule','\x20with\x20binSessionId=','tbqrO'];a86_0x5d52=function(){return _0x227aa5;};return a86_0x5d52();}const logger=require(a86_0x452743(0x19b))[a86_0x452743(0x17b)],{FRAMEWORKS}=require(a86_0x452743(0x16d));class BaseModule{constructor(_0x439ec9=null){const _0x2b7a4d=a86_0x452743,_0x2dbf56={};_0x2dbf56['tKeSn']='4|1|3|5|2|0',_0x2dbf56[_0x2b7a4d(0x17e)]=_0x2b7a4d(0x171);const _0x1ad0ea=_0x2dbf56,_0x5e52e2=_0x1ad0ea[_0x2b7a4d(0x17a)][_0x2b7a4d(0x195)]('|');let _0x164b65=0x0;while(!![]){switch(_0x5e52e2[_0x164b65++]){case'0':this[_0x2b7a4d(0x187)]=this[_0x2b7a4d(0x180)](_0x439ec9);continue;case'1':this[_0x2b7a4d(0x199)]=null;continue;case'2':this[_0x2b7a4d(0x170)]=null;continue;case'3':this[_0x2b7a4d(0x18a)]=0x0;continue;case'4':this[_0x2b7a4d(0x18c)]=_0x1ad0ea['kJyIA'];continue;case'5':this['config']={};continue;}break;}}[a86_0x452743(0x194)](){const _0x1cb89b=a86_0x452743,_0xc20380={};_0xc20380[_0x1cb89b(0x191)]=_0x1cb89b(0x177);const _0x112bea=_0xc20380;if(!this[_0x1cb89b(0x199)])throw new Error(_0x112bea['YbbfM']);}[a86_0x452743(0x197)](){return this['name'];}[a86_0x452743(0x16e)](_0x5eaa77,_0x508c88,_0x300b69,_0x3b3491={}){const _0x1a358f=a86_0x452743,_0x5e9f3d={};_0x5e9f3d[_0x1a358f(0x190)]=_0x1a358f(0x17d);const _0x556411=_0x5e9f3d,_0x541974=_0x556411['pBYKM'][_0x1a358f(0x195)]('|');let _0x765398=0x0;while(!![]){switch(_0x541974[_0x765398++]){case'0':this[_0x1a358f(0x18a)]=_0x508c88;continue;case'1':this[_0x1a358f(0x199)]=_0x5eaa77;continue;case'2':this[_0x1a358f(0x181)]=_0x3b3491;continue;case'3':this['client']=_0x300b69;continue;case'4':logger[_0x1a358f(0x18b)]('Configured\x20module\x20'+this[_0x1a358f(0x197)]()+_0x1a358f(0x172)+_0x5eaa77+_0x1a358f(0x18d)+_0x508c88);continue;}break;}}[a86_0x452743(0x185)](_0xb04de6){const _0x79d294=a86_0x452743,_0x54e84a={};_0x54e84a[_0x79d294(0x196)]=function(_0xa3a1c8,_0x260a25){return _0xa3a1c8===_0x260a25;},_0x54e84a[_0x79d294(0x175)]=function(_0x564ddb,_0x3e4fe3){return _0x564ddb===_0x3e4fe3;},_0x54e84a[_0x79d294(0x178)]=function(_0x2c237e,_0x5427b4){return _0x2c237e===_0x5427b4;};const _0x1f9134=_0x54e84a;let _0x3dd6b3='';if(_0x1f9134[_0x79d294(0x196)](_0xb04de6[_0x79d294(0x17f)],FRAMEWORKS[_0x79d294(0x19a)]))_0x3dd6b3=_0xb04de6['testInfo']?.[_0x79d294(0x182)]?.['id']||_0xb04de6[_0x79d294(0x183)]?.['testId'];else{if(_0x1f9134['ZrnOR'](_0xb04de6['testFramework'],FRAMEWORKS[_0x79d294(0x189)]))_0x3dd6b3=_0xb04de6[_0x79d294(0x183)]?.['testCaseStartedId'];else _0x1f9134['PkNUT'](_0xb04de6[_0x79d294(0x17f)],FRAMEWORKS['JEST'])&&(_0x3dd6b3=_0xb04de6['testInfo']?.['id']);}return _0x3dd6b3;}[a86_0x452743(0x180)](_0x28c5f7){const _0x49cd30=a86_0x452743,_0x5d67f6={};_0x5d67f6[_0x49cd30(0x173)]=function(_0x2e8f59,_0x2e7556){return _0x2e8f59!==_0x2e7556;},_0x5d67f6[_0x49cd30(0x18f)]='object';const _0x3aeadf=_0x5d67f6;if(!_0x28c5f7||_0x3aeadf[_0x49cd30(0x173)](typeof _0x28c5f7,_0x3aeadf[_0x49cd30(0x18f)]))return null;const _0x4ebdf5={};_0x4ebdf5[_0x49cd30(0x18c)]=_0x28c5f7[_0x49cd30(0x18c)],_0x4ebdf5['version']=_0x28c5f7[_0x49cd30(0x16c)]&&_0x28c5f7['version'][_0x28c5f7[_0x49cd30(0x18c)]];const _0x32de57=_0x4ebdf5;return _0x32de57;}}module[a86_0x452743(0x179)]=BaseModule;
1
+ const a86_0x4e9755=a86_0x22e3;(function(_0x3a6b92,_0x3438c6){const _0x744f7f=a86_0x22e3,_0x128ef1=_0x3a6b92();while(!![]){try{const _0x6a109b=-parseInt(_0x744f7f(0x9d))/0x1+parseInt(_0x744f7f(0xa2))/0x2*(-parseInt(_0x744f7f(0x93))/0x3)+parseInt(_0x744f7f(0x95))/0x4*(-parseInt(_0x744f7f(0x9f))/0x5)+parseInt(_0x744f7f(0x8f))/0x6+-parseInt(_0x744f7f(0xaf))/0x7*(-parseInt(_0x744f7f(0x9a))/0x8)+-parseInt(_0x744f7f(0x9b))/0x9+parseInt(_0x744f7f(0xa0))/0xa*(parseInt(_0x744f7f(0xb1))/0xb);if(_0x6a109b===_0x3438c6)break;else _0x128ef1['push'](_0x128ef1['shift']());}catch(_0x59a9a3){_0x128ef1['push'](_0x128ef1['shift']());}}}(a86_0x4756,0xa47e3));function a86_0x4756(){const _0x141417=['../../../helpers/logger.js','split','testInfo','CUCUMBER','1218MjteWa','platformIndex','781QVkZZO','testCaseStartedId','4|1|0|2|3','PLAYWRIGHT','Configured\x20module\x20','\x20with\x20binSessionId=','getModuleName','_test','../../../helpers/test-observability/constants.js','config','JEST','GwNpD','object','1643472EVUBwB','client','exports',',\x20platformIndex=','59208cBywpD','WuzZO','104296Engtka','ensureBinSession','kUyza','testFramework','winstonLogger','2984tDYQVb','5749227hMguWL','cedcx','373516GXCORt','qZzVE','205qtDdlx','382020mOoRhO','binSessionId','30DLxECe','DXFvh','testFrameworkData','MTxkg','OSrXw','Missing\x20binSessionId','version','BaseModule','name'];a86_0x4756=function(){return _0x141417;};return a86_0x4756();}const logger=require(a86_0x4e9755(0xab))[a86_0x4e9755(0x99)],{FRAMEWORKS}=require(a86_0x4e9755(0x8a));class BaseModule{constructor(_0x43bfbc=null){const _0x1f3c1b=a86_0x4e9755,_0x15711d={};_0x15711d[_0x1f3c1b(0x94)]='1|3|5|0|4|2',_0x15711d[_0x1f3c1b(0xa5)]=_0x1f3c1b(0xa9);const _0x481165=_0x15711d,_0x427b54=_0x481165[_0x1f3c1b(0x94)][_0x1f3c1b(0xac)]('|');let _0x4acbbe=0x0;while(!![]){switch(_0x427b54[_0x4acbbe++]){case'0':this[_0x1f3c1b(0x8b)]={};continue;case'1':this[_0x1f3c1b(0xaa)]=_0x481165[_0x1f3c1b(0xa5)];continue;case'2':this[_0x1f3c1b(0xa4)]=this['setTestFrameworkData'](_0x43bfbc);continue;case'3':this['binSessionId']=null;continue;case'4':this['client']=null;continue;case'5':this[_0x1f3c1b(0xb0)]=0x0;continue;}break;}}[a86_0x4e9755(0x96)](){const _0xf1a2bb=a86_0x4e9755,_0x1e7fe4={};_0x1e7fe4['cedcx']=_0xf1a2bb(0xa7);const _0x2bd3d2=_0x1e7fe4;if(!this[_0xf1a2bb(0xa1)])throw new Error(_0x2bd3d2[_0xf1a2bb(0x9c)]);}[a86_0x4e9755(0x88)](){const _0x5ebd5e=a86_0x4e9755;return this[_0x5ebd5e(0xaa)];}['configure'](_0x1cd22d,_0x4deed3,_0x2fef92,_0x51797e={}){const _0x2c86cb=a86_0x4e9755,_0x256e96={};_0x256e96[_0x2c86cb(0xa6)]=_0x2c86cb(0xb3);const _0x5bcce6=_0x256e96,_0x22377b=_0x5bcce6['OSrXw']['split']('|');let _0x370f92=0x0;while(!![]){switch(_0x22377b[_0x370f92++]){case'0':this[_0x2c86cb(0x90)]=_0x2fef92;continue;case'1':this[_0x2c86cb(0xb0)]=_0x4deed3;continue;case'2':this[_0x2c86cb(0x8b)]=_0x51797e;continue;case'3':logger['debug'](_0x2c86cb(0x86)+this[_0x2c86cb(0x88)]()+_0x2c86cb(0x87)+_0x1cd22d+_0x2c86cb(0x92)+_0x4deed3);continue;case'4':this['binSessionId']=_0x1cd22d;continue;}break;}}['getTestId'](_0x4df399){const _0x175a27=a86_0x4e9755,_0x207993={};_0x207993[_0x175a27(0x97)]=function(_0xfb0c59,_0x50753f){return _0xfb0c59===_0x50753f;},_0x207993[_0x175a27(0xa3)]=function(_0xe36517,_0x115231){return _0xe36517===_0x115231;};const _0x3dc3e7=_0x207993;let _0x3f0b95='';if(_0x3dc3e7['kUyza'](_0x4df399[_0x175a27(0x98)],FRAMEWORKS[_0x175a27(0xb4)]))_0x3f0b95=_0x4df399[_0x175a27(0xad)]?.[_0x175a27(0x89)]?.['id']||_0x4df399['testInfo']?.['testId'];else{if(_0x3dc3e7['kUyza'](_0x4df399[_0x175a27(0x98)],FRAMEWORKS[_0x175a27(0xae)]))_0x3f0b95=_0x4df399[_0x175a27(0xad)]?.[_0x175a27(0xb2)];else _0x3dc3e7[_0x175a27(0xa3)](_0x4df399['testFramework'],FRAMEWORKS[_0x175a27(0x8c)])&&(_0x3f0b95=_0x4df399[_0x175a27(0xad)]?.['id']);}return _0x3f0b95;}['setTestFrameworkData'](_0x31abe5){const _0x4c2f03=a86_0x4e9755,_0x44c072={};_0x44c072[_0x4c2f03(0x9e)]=function(_0x1b319c,_0x1ff37c){return _0x1b319c!==_0x1ff37c;},_0x44c072[_0x4c2f03(0x8d)]=_0x4c2f03(0x8e);const _0x447a53=_0x44c072;if(!_0x31abe5||_0x447a53[_0x4c2f03(0x9e)](typeof _0x31abe5,_0x447a53[_0x4c2f03(0x8d)]))return null;const _0x4866c6={};_0x4866c6['name']=_0x31abe5[_0x4c2f03(0xaa)],_0x4866c6[_0x4c2f03(0xa8)]=_0x31abe5[_0x4c2f03(0xa8)]&&_0x31abe5[_0x4c2f03(0xa8)][_0x31abe5[_0x4c2f03(0xaa)]];const _0x56fc9c=_0x4866c6;return _0x56fc9c;}}function a86_0x22e3(_0x169aa3,_0x24783a){const _0x4756df=a86_0x4756();return a86_0x22e3=function(_0x22e323,_0x259d2a){_0x22e323=_0x22e323-0x86;let _0x546723=_0x4756df[_0x22e323];return _0x546723;},a86_0x22e3(_0x169aa3,_0x24783a);}module[a86_0x4e9755(0x91)]=BaseModule;
@@ -1 +1 @@
1
- const a87_0x3b7e4f=a87_0x4f1b;(function(_0x52a83d,_0x25baf1){const _0x2d6199=a87_0x4f1b,_0x7e8be2=_0x52a83d();while(!![]){try{const _0x219170=-parseInt(_0x2d6199(0x190))/0x1*(parseInt(_0x2d6199(0x1a0))/0x2)+parseInt(_0x2d6199(0x186))/0x3+parseInt(_0x2d6199(0x196))/0x4*(parseInt(_0x2d6199(0x185))/0x5)+-parseInt(_0x2d6199(0x176))/0x6*(parseInt(_0x2d6199(0x192))/0x7)+-parseInt(_0x2d6199(0x195))/0x8*(-parseInt(_0x2d6199(0x188))/0x9)+-parseInt(_0x2d6199(0x1a4))/0xa*(-parseInt(_0x2d6199(0x175))/0xb)+-parseInt(_0x2d6199(0x17f))/0xc*(parseInt(_0x2d6199(0x17a))/0xd);if(_0x219170===_0x25baf1)break;else _0x7e8be2['push'](_0x7e8be2['shift']());}catch(_0x4444fb){_0x7e8be2['push'](_0x7e8be2['shift']());}}}(a87_0x2404,0xdc464));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a87_0x3b7e4f(0x184)),{sendSdkEvents}=require(a87_0x3b7e4f(0x17c)),isLTSSession=(_0x5c4d1f=null)=>{const _0x4e7279=a87_0x3b7e4f,_0x3b6d7b={};_0x3b6d7b['PSAEx']=function(_0x3edb12,_0x431722){return _0x3edb12!==_0x431722;},_0x3b6d7b[_0x4e7279(0x17d)]='undefined',_0x3b6d7b[_0x4e7279(0x187)]=function(_0x5e72c5,_0x5145cf){return _0x5e72c5===_0x5145cf;},_0x3b6d7b['lSXJG']='string',_0x3b6d7b[_0x4e7279(0x194)]=_0x4e7279(0x19e),_0x3b6d7b['TOxwT']=function(_0x3ef43a,_0x1d4e0c){return _0x3ef43a===_0x1d4e0c;},_0x3b6d7b[_0x4e7279(0x178)]=function(_0x3e6397,_0x5bfd13){return _0x3e6397===_0x5bfd13;},_0x3b6d7b[_0x4e7279(0x1a1)]=_0x4e7279(0x18b);const _0x1ae3f7=_0x3b6d7b;try{if(_0x1ae3f7[_0x4e7279(0x177)](typeof process['env'][_0x4e7279(0x19f)],_0x1ae3f7['MCWwU'])){const _0x3d3105=process[_0x4e7279(0x1a6)]['overrideLoadTesting'];return _0x1ae3f7[_0x4e7279(0x187)](typeof _0x3d3105,_0x1ae3f7[_0x4e7279(0x1a3)])?_0x1ae3f7[_0x4e7279(0x187)](_0x3d3105['toLowerCase'](),_0x1ae3f7[_0x4e7279(0x194)]):!!_0x3d3105;}const _0xe0fb87=_0x5c4d1f&&_0x5c4d1f[_0x4e7279(0x19f)],_0x4e3818=!!(_0x5c4d1f&&(_0x1ae3f7[_0x4e7279(0x187)](_0x5c4d1f['browserstackAutomation'],!![])||_0x1ae3f7[_0x4e7279(0x19d)](_0x5c4d1f[_0x4e7279(0x189)],_0x1ae3f7[_0x4e7279(0x194)]))),_0x48f2ba=!!(_0xe0fb87&&_0x1ae3f7[_0x4e7279(0x178)](_0xe0fb87[_0x4e7279(0x182)]()[_0x4e7279(0x180)](),_0x1ae3f7[_0x4e7279(0x194)])&&!_0x4e3818);return process[_0x4e7279(0x1a6)]['overrideLoadTesting']=_0x48f2ba?_0x1ae3f7['UzfpT']:_0x1ae3f7[_0x4e7279(0x1a1)],_0x48f2ba;}catch(_0x516fb6){return process[_0x4e7279(0x1a6)][_0x4e7279(0x19f)]=_0x1ae3f7[_0x4e7279(0x1a1)],![];}},getLTSSessionId=()=>{const _0x4dc137=a87_0x3b7e4f,_0xdcefba={'vKjaK':function(_0x2579bc){return _0x2579bc();},'jWbqT':_0x4dc137(0x17b),'yFItB':'LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id'};try{if(_0xdcefba[_0x4dc137(0x199)](isLTSSession))return logger[_0x4dc137(0x193)](_0xdcefba[_0x4dc137(0x197)]),process[_0x4dc137(0x1a6)][_0x4dc137(0x18c)]||'';}catch(_0x504c25){logger[_0x4dc137(0x198)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x504c25&&_0x504c25[_0x4dc137(0x179)]));}return logger[_0x4dc137(0x193)](_0xdcefba[_0x4dc137(0x181)]),'';},setLTSSessionId=async(_0x5c89a8={})=>{const _0x2b5c78=a87_0x3b7e4f,_0x18bcf8={'oeHVm':function(_0x5457f7){return _0x5457f7();},'CCdWa':_0x2b5c78(0x19a),'vtNtA':_0x2b5c78(0x18f),'YaYCp':_0x2b5c78(0x19b),'AFtju':function(_0x5d20fd,_0x2815a0){return _0x5d20fd(_0x2815a0);},'hLMoS':function(_0x30ca05,_0x2d03ef,_0x235e80){return _0x30ca05(_0x2d03ef,_0x235e80);},'SFPwJ':function(_0x5a3036,_0x3b2373){return _0x5a3036||_0x3b2373;}};try{const _0xac0d10=_0x18bcf8[_0x2b5c78(0x1a5)](getLTSSessionId);_0xac0d10?(process['env'][_0x2b5c78(0x18c)]=_0xac0d10,logger[_0x2b5c78(0x193)](_0x18bcf8[_0x2b5c78(0x1a2)])):(delete process['env'][_0x2b5c78(0x18c)],logger[_0x2b5c78(0x193)](_0x18bcf8['vtNtA']));try{const _0x27f382={'feature':_0x18bcf8[_0x2b5c78(0x18a)],'ltsEnabled':_0x18bcf8[_0x2b5c78(0x17e)](isLTSSession,_0x5c89a8),'ltsSessionIdPresent':!!_0xac0d10};await _0x18bcf8['hLMoS'](sendSdkEvents,_0x27f382,_0x5c89a8);}catch(_0x139055){logger[_0x2b5c78(0x193)](_0x2b5c78(0x183)+(_0x139055&&_0x139055['message']));}return _0x18bcf8['SFPwJ'](_0xac0d10,'');}catch(_0x4f574a){return logger[_0x2b5c78(0x193)]('setLTSSessionId\x20error:\x20'+(_0x4f574a&&_0x4f574a['message'])),'';}},a87_0x5d2fbe={};function a87_0x2404(){const _0x25059d=['YaYCp','false','BROWSERSTACK_LTS_SESSION_ID','getLTSSessionId','exports','BROWSERSTACK_LTS_SESSION_ID\x20cleared','3AZfala','isLTSSession','497xVhXzm','debug','UzfpT','8TNsFLq','347628brWKti','jWbqT','error','vKjaK','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','LTS','setLTSSessionId','TOxwT','true','overrideLoadTesting','1111466JfREYW','NHTCX','CCdWa','lSXJG','8673370JCRzDz','oeHVm','env','22fZbIuu','1758ItRNog','PSAEx','TiZhw','message','654667xmRlei','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','../../../helpers/helper.js','MCWwU','AFtju','36qcmyvG','toLowerCase','yFItB','toString','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','LoadTestModule','5rmJTzm','902127QCkTmb','DbNlv','5571297vfgSqV','browserstackAutomation'];a87_0x2404=function(){return _0x25059d;};return a87_0x2404();}function a87_0x4f1b(_0x58c170,_0x27ec4e){const _0x240420=a87_0x2404();return a87_0x4f1b=function(_0x4f1b6b,_0x5ce521){_0x4f1b6b=_0x4f1b6b-0x175;let _0x26e2b0=_0x240420[_0x4f1b6b];return _0x26e2b0;},a87_0x4f1b(_0x58c170,_0x27ec4e);}a87_0x5d2fbe[a87_0x3b7e4f(0x191)]=isLTSSession,a87_0x5d2fbe[a87_0x3b7e4f(0x18d)]=getLTSSessionId,a87_0x5d2fbe[a87_0x3b7e4f(0x19c)]=setLTSSessionId,module[a87_0x3b7e4f(0x18e)]=a87_0x5d2fbe;
1
+ const a87_0x34abe2=a87_0x2e74;(function(_0x30ff21,_0x2752ed){const _0x3c5f27=a87_0x2e74,_0x377fff=_0x30ff21();while(!![]){try{const _0x58b73b=parseInt(_0x3c5f27(0x93))/0x1+parseInt(_0x3c5f27(0x8e))/0x2*(-parseInt(_0x3c5f27(0xa4))/0x3)+parseInt(_0x3c5f27(0x91))/0x4*(parseInt(_0x3c5f27(0x98))/0x5)+-parseInt(_0x3c5f27(0x99))/0x6+-parseInt(_0x3c5f27(0xbc))/0x7+-parseInt(_0x3c5f27(0xac))/0x8*(-parseInt(_0x3c5f27(0x8c))/0x9)+-parseInt(_0x3c5f27(0xa9))/0xa*(-parseInt(_0x3c5f27(0xae))/0xb);if(_0x58b73b===_0x2752ed)break;else _0x377fff['push'](_0x377fff['shift']());}catch(_0x49c694){_0x377fff['push'](_0x377fff['shift']());}}}(a87_0x5b94,0x99e9d));function a87_0x2e74(_0x2504a9,_0x383386){const _0x5b946b=a87_0x5b94();return a87_0x2e74=function(_0x2e74a1,_0x1e3452){_0x2e74a1=_0x2e74a1-0x8c;let _0x5193fb=_0x5b946b[_0x2e74a1];return _0x5193fb;},a87_0x2e74(_0x2504a9,_0x383386);}function a87_0x5b94(){const _0x4a6ee2=['feKIH','VTlRO','undefined','true','message','294144JChFAe','string','wMWJv','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','9210620AZxzTl','KNqxs','BROWSERSTACK_LTS_SESSION_ID\x20cleared','8344056CsMqek','aXKhF','11tzOoNT','SzVKL','env','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','cStrr','Wtfoy','toLowerCase','LTS','LoadTestModule','BROWSERSTACK_LTS_SESSION_ID','UHWXS','browserstackAutomation','maWyf','getLTSSessionId','6051990fncVdt','overrideLoadTesting','setLTSSessionId\x20error:\x20','bvFGu','9SAYYpf','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','24kVrsoP','../../../helpers/helper.js','PdZjq','1101768RUgdoY','setLTSSessionId','727643saXPHS','toString','TKfFa','debug','rQZsd','10gcpDtt','3426126mVLcwQ','exports','false','ejQZG','error','NaSli'];a87_0x5b94=function(){return _0x4a6ee2;};return a87_0x5b94();}const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a87_0x34abe2(0xb6)),{sendSdkEvents}=require(a87_0x34abe2(0x8f)),isLTSSession=(_0x1499d2=null)=>{const _0x834e90=a87_0x34abe2,_0xdb4fc6={};_0xdb4fc6[_0x834e90(0xba)]=function(_0x5e4412,_0x3f49ef){return _0x5e4412!==_0x3f49ef;},_0xdb4fc6[_0x834e90(0xa6)]=_0x834e90(0xa1),_0xdb4fc6[_0x834e90(0x9c)]=function(_0x50bf9c,_0x424909){return _0x50bf9c===_0x424909;},_0xdb4fc6[_0x834e90(0xaa)]=_0x834e90(0xa5),_0xdb4fc6[_0x834e90(0x97)]=_0x834e90(0xa2),_0xdb4fc6['PdZjq']=_0x834e90(0x9b);const _0x3c28a7=_0xdb4fc6;try{if(_0x3c28a7[_0x834e90(0xba)](typeof process[_0x834e90(0xb0)][_0x834e90(0xbd)],_0x3c28a7[_0x834e90(0xa6)])){const _0x527fa2=process['env'][_0x834e90(0xbd)];return _0x3c28a7['ejQZG'](typeof _0x527fa2,_0x3c28a7[_0x834e90(0xaa)])?_0x3c28a7[_0x834e90(0x9c)](_0x527fa2[_0x834e90(0xb4)](),_0x3c28a7[_0x834e90(0x97)]):!!_0x527fa2;}const _0x46150e=_0x1499d2&&_0x1499d2['overrideLoadTesting'],_0x172985=!!(_0x1499d2&&(_0x3c28a7[_0x834e90(0x9c)](_0x1499d2[_0x834e90(0xb9)],!![])||_0x3c28a7['ejQZG'](_0x1499d2[_0x834e90(0xb9)],_0x3c28a7[_0x834e90(0x97)]))),_0x226ff3=!!(_0x46150e&&_0x3c28a7['ejQZG'](_0x46150e[_0x834e90(0x94)]()[_0x834e90(0xb4)](),_0x3c28a7[_0x834e90(0x97)])&&!_0x172985);return process[_0x834e90(0xb0)][_0x834e90(0xbd)]=_0x226ff3?_0x3c28a7['rQZsd']:_0x3c28a7[_0x834e90(0x90)],_0x226ff3;}catch(_0x4d23c7){return process['env'][_0x834e90(0xbd)]=_0x3c28a7[_0x834e90(0x90)],![];}},getLTSSessionId=()=>{const _0x214035=a87_0x34abe2,_0x29f3e2={'VTlRO':function(_0x4792d4){return _0x4792d4();},'feKIH':_0x214035(0x8d),'aXKhF':_0x214035(0xb1)};try{if(_0x29f3e2[_0x214035(0xa0)](isLTSSession))return logger[_0x214035(0x96)](_0x29f3e2[_0x214035(0x9f)]),process[_0x214035(0xb0)]['BROWSERSTACK_LTS_SESSION_ID']||'';}catch(_0x672c8d){logger[_0x214035(0x9d)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x672c8d&&_0x672c8d[_0x214035(0xa3)]));}return logger[_0x214035(0x96)](_0x29f3e2[_0x214035(0xad)]),'';},setLTSSessionId=async(_0x4117fa={})=>{const _0x5586d0=a87_0x34abe2,_0x1edf9e={'bvFGu':function(_0x11627f){return _0x11627f();},'NaSli':_0x5586d0(0xa8),'SzVKL':_0x5586d0(0xab),'UHWXS':_0x5586d0(0xb5),'Wtfoy':function(_0x52f244,_0x38a482){return _0x52f244(_0x38a482);},'cStrr':function(_0x9e63df,_0x1a80a7,_0x963c29){return _0x9e63df(_0x1a80a7,_0x963c29);},'TKfFa':function(_0x1504ea,_0x10d8fe){return _0x1504ea||_0x10d8fe;}};try{const _0x32cdad=_0x1edf9e[_0x5586d0(0xbf)](getLTSSessionId);_0x32cdad?(process[_0x5586d0(0xb0)]['BROWSERSTACK_LTS_SESSION_ID']=_0x32cdad,logger['debug'](_0x1edf9e[_0x5586d0(0x9e)])):(delete process[_0x5586d0(0xb0)][_0x5586d0(0xb7)],logger[_0x5586d0(0x96)](_0x1edf9e[_0x5586d0(0xaf)]));try{const _0x306338={'feature':_0x1edf9e[_0x5586d0(0xb8)],'ltsEnabled':_0x1edf9e[_0x5586d0(0xb3)](isLTSSession,_0x4117fa),'ltsSessionIdPresent':!!_0x32cdad};await _0x1edf9e[_0x5586d0(0xb2)](sendSdkEvents,_0x306338,_0x4117fa);}catch(_0x13bf37){logger['debug'](_0x5586d0(0xa7)+(_0x13bf37&&_0x13bf37[_0x5586d0(0xa3)]));}return _0x1edf9e[_0x5586d0(0x95)](_0x32cdad,'');}catch(_0x1e9df6){return logger[_0x5586d0(0x96)](_0x5586d0(0xbe)+(_0x1e9df6&&_0x1e9df6[_0x5586d0(0xa3)])),'';}},a87_0x1cd81f={};a87_0x1cd81f['isLTSSession']=isLTSSession,a87_0x1cd81f[a87_0x34abe2(0xbb)]=getLTSSessionId,a87_0x1cd81f[a87_0x34abe2(0x92)]=setLTSSessionId,module[a87_0x34abe2(0x9a)]=a87_0x1cd81f;
@@ -1 +1 @@
1
- function a88_0x2920(_0x459d48,_0x499776){const _0x1a326b=a88_0x1a32();return a88_0x2920=function(_0x29203f,_0x251f0f){_0x29203f=_0x29203f-0x18a;let _0xb5f816=_0x1a326b[_0x29203f];return _0xb5f816;},a88_0x2920(_0x459d48,_0x499776);}const a88_0xb43081=a88_0x2920;(function(_0x2ba8d7,_0x5d5e44){const _0x3d6a9b=a88_0x2920,_0x175a94=_0x2ba8d7();while(!![]){try{const _0x32ba07=-parseInt(_0x3d6a9b(0x192))/0x1*(parseInt(_0x3d6a9b(0x195))/0x2)+-parseInt(_0x3d6a9b(0x1a3))/0x3*(parseInt(_0x3d6a9b(0x18b))/0x4)+parseInt(_0x3d6a9b(0x1b1))/0x5+-parseInt(_0x3d6a9b(0x193))/0x6+parseInt(_0x3d6a9b(0x18a))/0x7+-parseInt(_0x3d6a9b(0x1af))/0x8+-parseInt(_0x3d6a9b(0x19e))/0x9*(-parseInt(_0x3d6a9b(0x19b))/0xa);if(_0x32ba07===_0x5d5e44)break;else _0x175a94['push'](_0x175a94['shift']());}catch(_0x49ff28){_0x175a94['push'](_0x175a94['shift']());}}}(a88_0x1a32,0x1dc35));const BaseModule=require(a88_0xb43081(0x1a6)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require('../framework/automationFramework.js'),AutomationFrameworkState=require(a88_0xb43081(0x1ae)),HookState=require('../state/hookState.js'),{playwrightAnnotate}=require(a88_0xb43081(0x196)),PerformanceTester=require(a88_0xb43081(0x190)),{O11y_EVENTS}=require(a88_0xb43081(0x197)),constants=require(a88_0xb43081(0x1ab));function a88_0x1a32(){const _0x4fd5f1=['79848mQfClU','end','1216940HKIUOc','onBeforeTest','473508SUBhBP','4LJRWvG','getModuleName','start','MODULE_NAME','observabilityConfig','../../../helpers/performance/performance-tester.js','ObservabilitySync:','21861UjFoVO','270846aznvbu','zJgjr','6AjUwHX','../../../helpers/helper.js','../../../helpers/performance/constants.js','onBeforeTest:\x20','info','exports','10690jvIgVv','logger','ObservabilityModule','387eFFvIT','wfghV','name','HJnGI','SYNC','343155DjHASo','page','debug','./baseModule','yJnOO','\x20sync\x20done','TEST_REPORTING_ANALYTICS','POST','../../utils/constants.js','registerObserver','Muwng','../state/automationFrameworkState.js'];a88_0x1a32=function(){return _0x4fd5f1;};return a88_0x1a32();}class ObservabilityModule extends BaseModule{[a88_0xb43081(0x19c)]=createClassLogger(a88_0xb43081(0x19d));constructor(_0xdb0b61){const _0x39e7cc=a88_0xb43081,_0x1ffb73={};_0x1ffb73[_0x39e7cc(0x1ad)]=_0x39e7cc(0x19d);const _0x2bace6=_0x1ffb73;super(),this[_0x39e7cc(0x1a0)]=_0x2bace6['Muwng'],this[_0x39e7cc(0x18f)]=_0xdb0b61,AutomationFramework[_0x39e7cc(0x1ac)](AutomationFrameworkState['CREATE'],HookState[_0x39e7cc(0x1aa)],this['onBeforeTest']['bind'](this));}[a88_0xb43081(0x18c)](){const _0x6c1cd8=a88_0xb43081;return ObservabilityModule[_0x6c1cd8(0x18e)];}async[a88_0xb43081(0x1b2)](_0xc8bf30){const _0x4e130e=a88_0xb43081,_0x50c6fe={'zJgjr':function(_0x297f3b,_0x57c0aa){return _0x297f3b+_0x57c0aa;},'yJnOO':_0x4e130e(0x191),'qUqea':function(_0x3e5634,_0x2d3c4a,_0x4cede2,_0x6eb7af){return _0x3e5634(_0x2d3c4a,_0x4cede2,_0x6eb7af);},'wfghV':'debug','HJnGI':'onBeforeTest:\x20page\x20is\x20not\x20defined'};if(_0xc8bf30[_0x4e130e(0x1a4)]){const _0x31a3cc=_0xc8bf30['page'],_0x121279=Date['now'](),_0x3cb2f1=_0x50c6fe[_0x4e130e(0x194)](_0x50c6fe[_0x4e130e(0x1a7)],_0x121279);PerformanceTester[_0x4e130e(0x18d)](O11y_EVENTS[_0x4e130e(0x1a2)]),await _0x50c6fe['qUqea'](playwrightAnnotate,_0x31a3cc,_0x3cb2f1,_0x50c6fe[_0x4e130e(0x19f)]),PerformanceTester[_0x4e130e(0x1b0)](O11y_EVENTS['SYNC']),this['logger'][_0x4e130e(0x199)](_0x4e130e(0x198)+constants[_0x4e130e(0x1a9)]+_0x4e130e(0x1a8));}else this['logger'][_0x4e130e(0x1a5)](_0x50c6fe[_0x4e130e(0x1a1)]);}}ObservabilityModule[a88_0xb43081(0x18e)]=a88_0xb43081(0x19d),module[a88_0xb43081(0x19a)]=ObservabilityModule;
1
+ const a88_0x4172b8=a88_0x5cd0;function a88_0x5cd0(_0x39ac07,_0xd43f07){const _0x5c1613=a88_0x5c16();return a88_0x5cd0=function(_0x5cd030,_0x46189d){_0x5cd030=_0x5cd030-0xaa;let _0x4bb609=_0x5c1613[_0x5cd030];return _0x4bb609;},a88_0x5cd0(_0x39ac07,_0xd43f07);}function a88_0x5c16(){const _0x4ec39d=['start','16VHkTZL','info','../../../helpers/performance/performance-tester.js','now','754778UbYJto','../framework/automationFramework.js','1229060jquPdH','40erRRfk','JURAS','MODULE_NAME','2673801zfsZWc','../state/hookState.js','ObservabilitySync:','POST','7685458GpRdhl','6pHNwzs','../../../helpers/helper.js','name','getModuleName','onBeforeTest','onBeforeTest:\x20page\x20is\x20not\x20defined','mntiy','SYNC','end','page','225576ISTHwv','NMmmr','CREATE','759076uIicUZ','exports','debug','XkoXz','logger','TEST_REPORTING_ANALYTICS','../../utils/constants.js','../../../helpers/performance/constants.js','./baseModule','10HqeDfJ','../state/automationFrameworkState.js','245274xPZaCH','cyRTA','ObservabilityModule','observabilityConfig','SVlHE'];a88_0x5c16=function(){return _0x4ec39d;};return a88_0x5c16();}(function(_0x362550,_0x1c8d0a){const _0x4af211=a88_0x5cd0,_0x3168ff=_0x362550();while(!![]){try{const _0x1d80c1=-parseInt(_0x4af211(0xc9))/0x1+-parseInt(_0x4af211(0xd3))/0x2+parseInt(_0x4af211(0xb1))/0x3*(parseInt(_0x4af211(0xbe))/0x4)+parseInt(_0x4af211(0xd6))/0x5*(-parseInt(_0x4af211(0xbb))/0x6)+-parseInt(_0x4af211(0xd5))/0x7*(-parseInt(_0x4af211(0xcf))/0x8)+-parseInt(_0x4af211(0xac))/0x9*(parseInt(_0x4af211(0xc7))/0xa)+parseInt(_0x4af211(0xb0))/0xb;if(_0x1d80c1===_0x1c8d0a)break;else _0x3168ff['push'](_0x3168ff['shift']());}catch(_0x3fa77f){_0x3168ff['push'](_0x3168ff['shift']());}}}(a88_0x5c16,0x32fd8));const BaseModule=require(a88_0x4172b8(0xc6)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFramework=require(a88_0x4172b8(0xd4)),AutomationFrameworkState=require(a88_0x4172b8(0xc8)),HookState=require(a88_0x4172b8(0xad)),{playwrightAnnotate}=require(a88_0x4172b8(0xb2)),PerformanceTester=require(a88_0x4172b8(0xd1)),{O11y_EVENTS}=require(a88_0x4172b8(0xc5)),constants=require(a88_0x4172b8(0xc4));class ObservabilityModule extends BaseModule{[a88_0x4172b8(0xc2)]=createClassLogger(a88_0x4172b8(0xcb));constructor(_0x4474df){const _0x542334=a88_0x4172b8,_0x53b869={};_0x53b869[_0x542334(0xb7)]=_0x542334(0xcb);const _0x4efa8=_0x53b869;super(),this[_0x542334(0xb3)]=_0x4efa8['mntiy'],this[_0x542334(0xcc)]=_0x4474df,AutomationFramework['registerObserver'](AutomationFrameworkState[_0x542334(0xbd)],HookState[_0x542334(0xaf)],this[_0x542334(0xb5)]['bind'](this));}[a88_0x4172b8(0xb4)](){return ObservabilityModule['MODULE_NAME'];}async['onBeforeTest'](_0x1480b2){const _0x2b8b71=a88_0x4172b8,_0x4e61ef={'JURAS':function(_0x56adb9,_0x47c9d2){return _0x56adb9+_0x47c9d2;},'cyRTA':_0x2b8b71(0xae),'NMmmr':function(_0x1e7446,_0x1eb7f1,_0x21c0b8,_0x5236bf){return _0x1e7446(_0x1eb7f1,_0x21c0b8,_0x5236bf);},'SVlHE':_0x2b8b71(0xc0),'XkoXz':_0x2b8b71(0xb6)};if(_0x1480b2[_0x2b8b71(0xba)]){const _0x4cad8b=_0x1480b2['page'],_0x285d79=Date[_0x2b8b71(0xd2)](),_0x54454a=_0x4e61ef[_0x2b8b71(0xaa)](_0x4e61ef[_0x2b8b71(0xca)],_0x285d79);PerformanceTester[_0x2b8b71(0xce)](O11y_EVENTS[_0x2b8b71(0xb8)]),await _0x4e61ef[_0x2b8b71(0xbc)](playwrightAnnotate,_0x4cad8b,_0x54454a,_0x4e61ef[_0x2b8b71(0xcd)]),PerformanceTester[_0x2b8b71(0xb9)](O11y_EVENTS[_0x2b8b71(0xb8)]),this[_0x2b8b71(0xc2)][_0x2b8b71(0xd0)]('onBeforeTest:\x20'+constants[_0x2b8b71(0xc3)]+'\x20sync\x20done');}else this[_0x2b8b71(0xc2)][_0x2b8b71(0xc0)](_0x4e61ef[_0x2b8b71(0xc1)]);}}ObservabilityModule[a88_0x4172b8(0xab)]='ObservabilityModule',module[a88_0x4172b8(0xbf)]=ObservabilityModule;