browserstack-node-sdk 1.55.4 → 1.55.5

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 (199) 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 +3 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/stackFrameUtils.js +1 -0
  180. package/src/helpers/test-observability/constants.js +1 -1
  181. package/src/helpers/test-observability/error-handler.js +1 -1
  182. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  183. package/src/helpers/test-observability/sessionHandler.js +1 -1
  184. package/src/helpers/test-observability/utils.js +1 -1
  185. package/src/helpers/test-orchestration/constants.js +1 -1
  186. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  187. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  188. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  189. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  190. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  191. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  192. package/src/helpers/testhub/constants.js +1 -1
  193. package/src/helpers/testhub/testhubHandler.js +1 -1
  194. package/src/helpers/testhub/utils.js +1 -1
  195. package/src/helpers/timeoutPromise.js +1 -1
  196. package/src/helpers/utilities.js +1 -1
  197. package/src/helpers/w3cMapping.js +1 -1
  198. package/src/hubAllocationMethods.js +1 -1
  199. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a90_0x161a2d=a90_0x4e1d;function a90_0x4e1d(_0x235247,_0x4043af){const _0x397335=a90_0x3973();return a90_0x4e1d=function(_0x4e1ddf,_0x254317){_0x4e1ddf=_0x4e1ddf-0x118;let _0x59685c=_0x397335[_0x4e1ddf];return _0x59685c;},a90_0x4e1d(_0x235247,_0x4043af);}function a90_0x3973(){const _0x1a6cef=['isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','isAccessibilityScriptCommand',',\x20includeTags=','ssnoT','getCurrentInstanceName','getValue','getBuildId','testInfo','instance','browserstack.accessibilityOptions.authToken','string','delete','Context','../TestInfo.js','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','lzzRb','unknown','Kwnfq','twtBL','\x20env=','oDidi','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','azGMw','warn','XWvxx','MergedScanArgs:\x20','titlePath',']\x20onAfterTest\x20should\x20scan=','afXPE','exlpk','getOptions','setAccessibilityConfig','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','isEnabled','saveResults','resolveMobileThTestRunUuid','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','setShouldScan','wASSW','__workerDetails','zjNsx','\x20browser\x20version\x20','EodTY','getParamsForScanForCli','getAccessibility','GzfmF','INaiD','_centralAuthConfigFetched','DRIVER_HAS_URL','getAccessibilityExecuteParams','XatqJ','\x20value=','CREATE','chromeOptions','test_tags','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','TSmVt','getName','zVifI','NhCNN','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework','test_run_id','XWYWF','\x20testHubUuid=','XRUTp',',\x20testName=','CtWmm','stack','size','bduai','__jestCurrentTestIdentifier','browser_version','iDDHr','../../../helpers/performance/performance-tester.js','getTrackedInstance','HKttj','SDK_ACCESSIBILITY_CONFIG','../framework/constants/testFrameworkConstants.js','performPageScan','split',']\x20clear\x20','parseFromProto','GET_RESULTS_SUMMARY','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','message','jasQg','Error\x20in\x20performScanForCli\x20for\x20script\x20','5504536NyosAO','LOG_DISABLED_SHOWN','performScan','xfQCk','yYVfW','cBgHW','replace','xDMAM','MODULE_NAME','QVfxB','QgUHX','PERFORM_SCAN','ACCESSIBILITY_INITIALIZED','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','onAfterTest','zTZWc','includes','oCNvL','find','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','getAccessibilityResultsSummary','capabilities','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','vYhKr','evaluate','setAccessibilityToken','PrPwN','KnhWW','AVQUY','syfIp','onBeforeExecute:\x20command=','onBeforeExecute:\x20No\x20command\x20name\x20provided','_mobileScanningDisabledLogged','\x20accessibility\x20script\x20on\x20page','_sendMessageServerPatchApplied','INZTp','lKIDf','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','izcLj','Exception\x20in\x20isPlatformSupported:\x20','requiresChromeOptionsValidation','../../../helpers/accessibility-automation/scripts','isPlatformSupported','executeScriptByName','gwCMS','browserName','xcMjv','setLogDisabledShown','stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','oKfkH','true','fklym','wQZbW','2|15|10|12|13|9|5|0|1|3|8|7|6|4|16|11|14','XhLJv','isAccessibilityAutomationSession','keys','getBrowserDisplayName','PRE','CByTh',',\x20testIdentifier=','getGoogleChromeOptions','validatePlatformForAccessibility','OjQjf','[platform\x20-\x20','Page\x20','oTTCQ','__accessibilityOptions','isEnabledTestcase','nbfPm','QghMO','mAazw','oJZMd','toJson','bOoch','--headless=new','QUIT','../../playwright/accessibility-helper','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','158xfkpxv','YlzLm','TRiqq','KZKIP','RFjhX','getTestFrameworkDetail','shouldScanForCommand:\x20','is_mobile_session','commandsList','pCtbQ','processAccessibilityCaps','loadDriverExecuteParams','ewPoh','null','saveTestResults','rZwfE','14830phXTOz','shouldScanCurrentTest','Performing\x20scan\x20before\x20from\x20cli','QMlji','getScript','page','esXVX','Error\x20in\x20getAccessibilityResultsSummary:\x20','eJUoH','length','stringify','qtaSP','Error\x20in\x20stopTestCapture:\x20','tzwnx','getTestUUID','excludeTagsInTestingScope','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','qGYAy','accessibility','BlaQo','goog:chromeOptions','onBeforeExecute','NNPMf','--headless','yjuKO','includeTagsInTestingScope','UMhGq','testAnalyticsId','hvzlA','format',',\x20excludeTags=','njtAs','../framework/testFramework',',\x20tags=','scan','WaJPv','HmQIM','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','testFrameworkData','Error\x20applying\x20sendMessageToServer\x20patch:\x20','HPAQR','getLogDisabledShown','getResults',']\x20isEnabledTestcase\x20(cucumber)\x20result=','403207UALPcF','uJyIq','launchCaps','value','kMepa','GLrIH','hbTWm','isPlatformSupported:\x20caps\x20are\x20null','kPulN','platformValidation','patchSendMessageToServer','Rqvwq','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','SmBan','DaSYa','onBeforeExecute:\x20Command\x20','vTHNB','152btUSkX','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','NGcpt',',\x20available\x20commands:\x20','../../../helpers/helper','TrackedInstance','YDiod','SqVqC','CSiOO',']\x20isEnabledTestcase\x20(jest)\x20result=','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','getCommandsList','debug','parse','XBPmP','isMobileWebSession','NON_BROWSERSTACK_AUTOMATION_SESSIONS','\x20script\x20available\x20in\x20scriptsList','updateData','getTestId','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','MOBILE_SCANNING_DISABLED_WARNING','bdyEL','kCbQq','getAccessibilityConfig','present','thTestRunUuid','isAppAccessibility','WuUdb',',\x20framework=','../../../helpers/classLogger','afterTestHook','[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','stopTestCapture','uAvbf','fTanO','ayfnx','version','YXZxT',',\x20isAppAccessibility=','Processed\x20accessibility\x20caps\x20','get','NlFDB','loadAccessibilityConfig',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','SUNwr','Error\x20in\x20validatePlatformForAccessibility:\x20','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','registerObserver','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','./baseModule','parseA11yJwtPayload','some','../framework/automationFramework','browserVersion','accessibilityToken','jrSEy','getPlatformIndex','apmIB','accessibilityPlatform','shouldScanForCommand','WgbxN','getState','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','Executing\x20','CFcRI','uJeAe','mergeObject','commandName','platformCaps','YXvPZ','pHRpq','QdvPB','onBeforeTest','SPvtK','toLowerCase','has','EFqHg','cucumber','tfHVn','kdPzS','BROWSERSTACK_TESTHUB_JWT',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','sKnNB','3164463ihzIpI','zhBJl','map','../../../helpers/performance/constants.js','trim','isArray','YvxKf','BROWSERSTACK_CLI_BIN_SESSION_ID','NOzpa','tASoY','\x20from\x20testIdentifier=','zWoUt','Error\x20checking\x20headless\x20capability:\x20','pyNBJ','info','env','Performing\x20scan\x20before\x20getting\x20results\x20summary','scannerProcessingTimeout','getData','error','../state/automationFrameworkState','../../../helpers/accessibility-automation/helper','qtbVK','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','BS_A11Y_JWT','GBSEx','ybpOu','KEY_TESTHUB_BUILD_ID','AUTOMATION_SESSIONS','performPageScan:\x20Page\x20is\x20null','Error\x20getting\x20script\x20by\x20name\x20','qFmur','ptPwx','assign','startsWith','ZKRQv','bind','[AccessibilityModule]\x20onAfterTest:\x20framework=','4624614hkHDzR','ZReYV','No\x20summaryResults\x20found.','options','9792144QENeSu','wcagVersion','xgIhY','qgkyr','performScanForCli','dHQqq','scriptsList','getScriptByName','start','function','set','args','Error\x20in\x20performPageScan:\x20','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','qEMMV','wuvWD','iamgW','getCapabilitiesList','GxZmI','zazBe','seHKH','QxlyV','../grpcClient','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','ohCTH','rGDPe','IiAfE','YuLxK','KWMXB','ltcmE','isBrowserstackScriptCommand','2314895ZyKbIR','iEGgt','isVersionSupported','PLKft','btJow','VHCiS','KEY_INIT','Scan\x20result:\x20','toString','command','vdajc','../../utils/playwright-patcher','wRhBA','EXECUTE','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.','DdUvb','ASIMk','\x20script\x20available','fetchCentralAuthA11yConfig','fetchDriverExecuteParamsEvent','capabilitiesList','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','isBrowserSupportedForAccessibility','testhub_build_uuid','getCurrentAccessibilityStatus','isMobileScanningEnabledForGroup','browserstack.accessibilityOptions.scannerVersion','getAllData','Error\x20in\x20getAccessibilityResults:\x20','EKsts','SHCRb','Executing\x20accessibility\x20script\x20on\x20page','../cliUtils','getModuleName','getTestDetails','ddtSN','FIMAd','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','_centralAuthA11yConfig','currentTest','CITUu','name:\x20','browserStackEvaluate','EfIrN','LvSYQ','util','getInstance','getScriptsList','KEY_DRIVER_HAS_URL','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','RPFdJ','exports','BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','PNZmJ','applySendMessageToServerPatch','accessibilityConfig','KEY_TEST_NAME','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','getTesthub','getSuccess','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','getCommandsToWrap','jest','lNkSq','Accessibility\x20data\x20for\x20extension:\x20','FHmJF','CqNzX','\x20or\x20higher\x20','testFramework','getContext','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','efOLm','browser','\x20result\x20for\x20','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','hOqGE','toISOString','name','fXalh','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','\x22browserstack.key\x22:\x22[REDACTED]\x22','measureWrapper','pwPage','getCapabilityValue','GRLXz','end','ABHZo','ZPVQh','finishScanningForCli','xarFc'];a90_0x3973=function(){return _0x1a6cef;};return a90_0x3973();}(function(_0x408644,_0x1c06f9){const _0x3dff33=a90_0x4e1d,_0x16e5f3=_0x408644();while(!![]){try{const _0x51674c=-parseInt(_0x3dff33(0x2d7))/0x1*(parseInt(_0x3dff33(0x2e7))/0x2)+parseInt(_0x3dff33(0x1ae))/0x3+-parseInt(_0x3dff33(0x287))/0x4+-parseInt(_0x3dff33(0x1d1))/0x5+parseInt(_0x3dff33(0x1b2))/0x6+-parseInt(_0x3dff33(0x122))/0x7*(-parseInt(_0x3dff33(0x133))/0x8)+-parseInt(_0x3dff33(0x188))/0x9;if(_0x51674c===_0x1c06f9)break;else _0x16e5f3['push'](_0x16e5f3['shift']());}catch(_0x556366){_0x16e5f3['push'](_0x16e5f3['shift']());}}}(a90_0x3973,0xdd1db));const BaseModule=require(a90_0x161a2d(0x166)),{createClassLogger}=require(a90_0x161a2d(0x151)),CLIUtils=require(a90_0x161a2d(0x1f1)),AutomationFramework=require(a90_0x161a2d(0x169)),TestFramework=require(a90_0x161a2d(0x307)),AutomationFrameworkState=require(a90_0x161a2d(0x19c)),HookState=require('../state/hookState'),GrpcClient=require(a90_0x161a2d(0x1c8)),scripts=require(a90_0x161a2d(0x2b1)),logger=createClassLogger(a90_0x161a2d(0x138)),PerformanceTester=require(a90_0x161a2d(0x279)),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a90_0x161a2d(0x18b)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('../../../helpers/accessibility-automation/constants'),{nestedKeyValue,isUndefined}=require(a90_0x161a2d(0x137)),util=require(a90_0x161a2d(0x1ff)),TestInfo=require(a90_0x161a2d(0x23a)),TestFrameworkConstants=require(a90_0x161a2d(0x27d)),accessibilityHelper=require(a90_0x161a2d(0x19d));class AccessibilityModule extends BaseModule{static ['MODULE_NAME']=AccessibilityModule[a90_0x161a2d(0x220)];static [a90_0x161a2d(0x25d)]=![];static [a90_0x161a2d(0x1f8)]={};constructor(_0x2796c1){const _0x1ff31c=a90_0x161a2d,_0x177b96={};_0x177b96[_0x1ff31c(0x1fa)]=_0x1ff31c(0x2bd),_0x177b96['SPvtK']=_0x1ff31c(0x1f6),_0x177b96[_0x1ff31c(0x299)]=_0x1ff31c(0x25e),_0x177b96[_0x1ff31c(0x2c7)]='testhub_build_uuid',_0x177b96[_0x1ff31c(0x241)]=_0x1ff31c(0x293);const _0x37b115=_0x177b96,_0x1c888b=_0x37b115[_0x1ff31c(0x1fa)][_0x1ff31c(0x27f)]('|');let _0x35434a=0x0;while(!![]){switch(_0x1c888b[_0x35434a++]){case'0':this['LOG_DISABLED_SHOWN']=new Map();continue;case'1':this[_0x1ff31c(0x14e)]=![];continue;case'2':super();continue;case'3':this[_0x1ff31c(0x29d)]=[];continue;case'4':logger[_0x1ff31c(0x13f)](_0x37b115[_0x1ff31c(0x17e)]);continue;case'5':this['accessibility']=new Map();continue;case'6':this['setAccessibilityToken'](_0x2796c1[_0x1ff31c(0x24b)]()[_0x1ff31c(0x1c3)]());continue;case'7':this[_0x1ff31c(0x2a8)]=![];continue;case'8':this[_0x1ff31c(0x2aa)]=![];continue;case'9':this[_0x1ff31c(0x20a)]=_0x2796c1['toObject']();continue;case'10':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x1ff31c(0x262)],HookState['POST'],this[_0x1ff31c(0x17d)][_0x1ff31c(0x1ac)](this));continue;case'11':this[_0x1ff31c(0x202)]=_0x37b115[_0x1ff31c(0x299)];continue;case'12':AutomationFramework[_0x1ff31c(0x163)](AutomationFrameworkState[_0x1ff31c(0x2d4)],HookState[_0x1ff31c(0x2c2)],this['onAfterTest'][_0x1ff31c(0x1ac)](this));continue;case'13':this[_0x1ff31c(0x24e)]=!![];continue;case'14':this[_0x1ff31c(0x1a3)]=_0x37b115['OjQjf'];continue;case'15':AutomationFramework[_0x1ff31c(0x163)](AutomationFrameworkState[_0x1ff31c(0x1de)],HookState[_0x1ff31c(0x2c2)],this[_0x1ff31c(0x2fc)][_0x1ff31c(0x1ac)](this));continue;case'16':this[_0x1ff31c(0x1d7)]=_0x37b115[_0x1ff31c(0x241)];continue;}break;}}['isEnabled'](){const _0x206646=a90_0x161a2d;return this[_0x206646(0x24e)];}[a90_0x161a2d(0x1f2)](){const _0x558769=a90_0x161a2d;return AccessibilityModule[_0x558769(0x28f)];}[a90_0x161a2d(0x1e9)](){const _0x2db6ba=a90_0x161a2d;return this['accessibility'][_0x2db6ba(0x15c)](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x161a2d(0x11f)](){const _0x36e61f=a90_0x161a2d;return this[_0x36e61f(0x288)]['get'](CLIUtils['getCurrentInstanceName'](),![]);}[a90_0x161a2d(0x2b7)](_0x5cc770){const _0x47ca43=a90_0x161a2d;this[_0x47ca43(0x288)]['set'](CLIUtils[_0x47ca43(0x231)](),_0x5cc770);}['applySendMessageToServerPatch'](){const _0x55c4a1=a90_0x161a2d,_0x559612={'CreZb':_0x55c4a1(0x283),'bqvPS':function(_0x460a2c,_0x5bd642){return _0x460a2c(_0x5bd642);},'zTKAT':_0x55c4a1(0x1dc),'esXVX':_0x55c4a1(0x251),'QxlyV':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x55c4a1(0x2aa)]){logger['debug'](_0x559612['CreZb']);return;}try{const _0x48ebcd=_0x559612['bqvPS'](require,_0x559612['zTKAT']);_0x48ebcd&&_0x48ebcd[_0x55c4a1(0x12c)]?(_0x48ebcd[_0x55c4a1(0x12c)](),this[_0x55c4a1(0x2aa)]=!![],logger[_0x55c4a1(0x13f)](_0x559612[_0x55c4a1(0x2ed)])):logger[_0x55c4a1(0x13f)](_0x559612[_0x55c4a1(0x1c7)]);}catch(_0x24b22f){logger[_0x55c4a1(0x13f)](_0x55c4a1(0x11d)+util[_0x55c4a1(0x304)](_0x24b22f));}}[a90_0x161a2d(0x2b2)](_0x3ee333=null,_0x166f13=null,_0x2d01b2=null){const _0x331e37=a90_0x161a2d,_0x467fbd={'JNSDH':function(_0x55b798,_0x3639b3){return _0x55b798&&_0x3639b3;},'AVQUY':_0x331e37(0x129),'iamgW':function(_0x1d0b74,_0x1124cd){return _0x1d0b74(_0x1124cd);},'ZReYV':_0x331e37(0x137),'XRUTp':_0x331e37(0x295),'SUNwr':_0x331e37(0x1df),'msZac':function(_0x4df6ca,_0x50e048){return _0x4df6ca===_0x50e048;},'YvxKf':function(_0x39eb0b,_0x63b8b3){return _0x39eb0b===_0x63b8b3;},'kMepa':'true','afXPE':function(_0x6e960a,_0x19e0a4){return _0x6e960a===_0x19e0a4;},'KWMXB':_0x331e37(0x237),'Zwibd':function(_0x3e68a9,_0x28b948){return _0x3e68a9===_0x28b948;},'XWYWF':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','SmBan':'goog:chromeOptions','UMhGq':function(_0x48fa4c,_0x397b96){return _0x48fa4c!==_0x397b96;},'UvnnU':'latest','NNPMf':function(_0xb65da1){return _0xb65da1();},'YXZxT':'on\x20non-BrowserStack\x20infrastructure\x20','hvzlA':function(_0x705ccc,_0x120f5d){return _0x705ccc>_0x120f5d;},'INaiD':function(_0x2c7f6b,_0x6e899){return _0x2c7f6b(_0x6e899);},'ABHZo':_0x331e37(0x267)};try{if(_0x467fbd['JNSDH'](!_0x166f13,!_0x2d01b2))return logger[_0x331e37(0x13f)](_0x467fbd[_0x331e37(0x2a4)]),![];const {isUndefined:_0x2aa48b,isBrowserstackInfra:_0x416ef0}=_0x467fbd[_0x331e37(0x1c2)](require,_0x467fbd[_0x331e37(0x1af)]);if(!accessibilityHelper[_0x331e37(0x2bf)]())return logger[_0x331e37(0x13f)](_0x467fbd[_0x331e37(0x270)]),![];const _0x563669=_0x166f13[_0x331e37(0x2b5)]||_0x166f13[_0x331e37(0x21b)],_0x173348=_0x166f13[_0x331e37(0x16a)]||_0x166f13[_0x331e37(0x277)];if(!accessibilityHelper[_0x331e37(0x1e7)](_0x563669))return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x160)]),![];if(accessibilityHelper[_0x331e37(0x2b0)](_0x563669))try{const _0x5b80fc=_0x166f13['headless'],_0x407a5d=_0x467fbd['msZac'](_0x5b80fc,!![])||_0x467fbd[_0x331e37(0x18e)](_0x5b80fc,_0x467fbd[_0x331e37(0x126)])||_0x467fbd[_0x331e37(0x249)](typeof _0x5b80fc,_0x467fbd[_0x331e37(0x1ce)])&&_0x467fbd['Zwibd'](_0x5b80fc[_0x331e37(0x17f)](),_0x467fbd[_0x331e37(0x126)]);if(_0x407a5d)return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x26e)]),![];const _0x41b438=_0x166f13?.[_0x331e37(0x263)]?.[_0x331e37(0x1bd)]||_0x166f13?.[_0x467fbd[_0x331e37(0x12f)]]?.['args']||[];if(Array[_0x331e37(0x18d)](_0x41b438)&&_0x41b438[_0x331e37(0x168)](_0x3e8eaf=>typeof _0x3e8eaf===_0x331e37(0x237)&&(_0x3e8eaf===_0x331e37(0x2fe)||_0x3e8eaf[_0x331e37(0x1aa)]('--headless=')&&_0x3e8eaf!==_0x331e37(0x2d3))))return logger[_0x331e37(0x244)](_0x467fbd[_0x331e37(0x26e)]),![];}catch(_0x6212e3){logger[_0x331e37(0x13f)](_0x331e37(0x194)+util[_0x331e37(0x304)](_0x6212e3));}if(_0x467fbd[_0x331e37(0x301)](_0x173348,_0x467fbd['UvnnU'])){const _0x17edae=_0x467fbd[_0x331e37(0x2fd)](_0x416ef0),_0x48953a=accessibilityHelper['getMinVersionForBrowser'](_0x563669,_0x17edae),_0x4937ce=accessibilityHelper[_0x331e37(0x2c1)](_0x563669);if(!accessibilityHelper[_0x331e37(0x1d3)](_0x173348,_0x48953a)){const _0x1f3742=_0x17edae?'':_0x467fbd[_0x331e37(0x159)];return logger[_0x331e37(0x244)](_0x331e37(0x2d6)+_0x4937ce+_0x331e37(0x257)+_0x48953a+_0x331e37(0x216)+_0x1f3742+'.'),![];}}else{const _0x8c7ec2=_0x166f13[_0x331e37(0x16a)]||_0x166f13[_0x331e37(0x277)]||_0x166f13[_0x331e37(0x158)];if(_0x8c7ec2&&_0x467fbd['UMhGq'](_0x8c7ec2,_0x467fbd['UvnnU'])&&!_0x467fbd[_0x331e37(0x303)](_0x467fbd['iamgW'](parseFloat,_0x8c7ec2),_0x467fbd[_0x331e37(0x25c)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger['warn'](_0x467fbd[_0x331e37(0x229)]),![];}return!![];}catch(_0x5d25f3){return logger['debug'](_0x331e37(0x2af)+_0x5d25f3['message']),![];}}[a90_0x161a2d(0x2cc)](_0x6cf9a4=[],_0x1d66a8,_0x44de89='cucumber'){const _0x14adcd=a90_0x161a2d,_0x296f2b={'WuUdb':function(_0x43e0ec,_0x51ff29){return _0x43e0ec===_0x51ff29;},'xcMjv':_0x14adcd(0x211),'GxZmI':function(_0x27ff83,_0x3249f1){return _0x27ff83||_0x3249f1;},'ptPwx':function(_0xd5dfdb,_0x2eeee8){return _0xd5dfdb&&_0x2eeee8;},'apmIB':_0x14adcd(0x23d),'QghMO':function(_0x3b2e07,_0x5077b6){return _0x3b2e07===_0x5077b6;},'seHKH':function(_0x2dd625,_0x5dae0f){return _0x2dd625(_0x5dae0f);},'hSFNG':function(_0x254e55,_0x498416){return _0x254e55>_0x498416;}};try{const _0x24553f=process[_0x14adcd(0x197)][_0x14adcd(0x265)]?JSON[_0x14adcd(0x140)](process[_0x14adcd(0x197)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):null;if(!_0x24553f)return!![];const _0x1213f4=Array[_0x14adcd(0x18d)](_0x24553f['includeTagsInTestingScope'])?_0x24553f[_0x14adcd(0x300)]:[],_0x459aae=Array[_0x14adcd(0x18d)](_0x24553f[_0x14adcd(0x2f6)])?_0x24553f[_0x14adcd(0x2f6)]:[];if(_0x296f2b['WuUdb'](_0x44de89,_0x296f2b[_0x14adcd(0x2b6)])){let _0x3720f9;Array['isArray'](_0x6cf9a4)?_0x3720f9=_0x6cf9a4['join']('\x20'):_0x3720f9=_0x296f2b[_0x14adcd(0x1c4)](_0x6cf9a4,'');const _0x56d16f=_0x459aae[_0x14adcd(0x168)](_0x1bd737=>_0x3720f9[_0x14adcd(0x298)](_0x1bd737)),_0x471373=_0x296f2b[_0x14adcd(0x14f)](_0x1213f4[_0x14adcd(0x2f0)],0x0)||_0x1213f4[_0x14adcd(0x168)](_0x1d5a21=>_0x3720f9['includes'](_0x1d5a21)),_0x1d82bf=_0x296f2b[_0x14adcd(0x1a8)](!_0x56d16f,_0x471373);return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b[_0x14adcd(0x16e)])+_0x14adcd(0x13c)+_0x1d82bf+_0x14adcd(0x271)+_0x3720f9+',\x20includeTags='+JSON[_0x14adcd(0x2f1)](_0x1213f4)+_0x14adcd(0x305)+JSON['stringify'](_0x459aae)),_0x1d82bf;}const _0x2647b0=Array[_0x14adcd(0x18d)](_0x6cf9a4)?_0x6cf9a4:[];let _0xc9cdf1=![],_0x176e4b=_0x296f2b[_0x14adcd(0x2ce)](_0x1213f4[_0x14adcd(0x2f0)],0x0);const _0x241e57=_0x2a2b30=>typeof _0x2a2b30==='string'?_0x2a2b30[_0x14adcd(0x28d)](/^@/,'')[_0x14adcd(0x17f)]()[_0x14adcd(0x18c)]():_0x2a2b30,_0x2664cf=new Set(_0x1213f4['map'](_0x241e57)),_0x4b853b=new Set(_0x459aae[_0x14adcd(0x18a)](_0x241e57));for(const _0x2c7e32 of _0x2647b0){const _0x9aa2f5=_0x296f2b[_0x14adcd(0x1c6)](_0x241e57,_0x2c7e32);_0x4b853b[_0x14adcd(0x180)](_0x9aa2f5)&&(_0xc9cdf1=!![]),_0x296f2b['hSFNG'](_0x2664cf[_0x14adcd(0x274)],0x0)&&_0x2664cf[_0x14adcd(0x180)](_0x9aa2f5)&&(_0x176e4b=!![]);}const _0x27482c=_0x296f2b[_0x14adcd(0x1a8)](_0x176e4b,!_0xc9cdf1);return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b[_0x14adcd(0x16e)])+_0x14adcd(0x121)+_0x27482c+_0x14adcd(0x308)+JSON[_0x14adcd(0x2f1)](_0x2647b0)+_0x14adcd(0x22f)+JSON[_0x14adcd(0x2f1)](_0x1213f4)+_0x14adcd(0x305)+JSON[_0x14adcd(0x2f1)](_0x459aae)),_0x27482c;}catch(_0x4a3495){return logger[_0x14adcd(0x13f)](_0x14adcd(0x2c8)+(_0x1d66a8?.[_0x14adcd(0x16d)]?.()||_0x296f2b['apmIB'])+_0x14adcd(0x186)+_0x4a3495[_0x14adcd(0x284)]),![];}}async['onBeforeTest'](_0x17972a){const _0x20a561=a90_0x161a2d,_0x4b641b={};_0x4b641b[_0x20a561(0x1ef)]=function(_0x2831f4,_0x345ba7){return _0x2831f4!==_0x345ba7;},_0x4b641b[_0x20a561(0x28b)]=_0x20a561(0x182),_0x4b641b[_0x20a561(0x26a)]=function(_0x58d8bd,_0x33f298){return _0x58d8bd!==_0x33f298;},_0x4b641b[_0x20a561(0x1cd)]='jest',_0x4b641b[_0x20a561(0x306)]=_0x20a561(0x26c),_0x4b641b['HPAQR']='TEST_INIT',_0x4b641b[_0x20a561(0x11a)]='onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized',_0x4b641b[_0x20a561(0x2cd)]=_0x20a561(0x134),_0x4b641b[_0x20a561(0x12d)]='DRIVER_INIT',_0x4b641b[_0x20a561(0x2bb)]=function(_0x408ea4,_0x3c731b){return _0x408ea4===_0x3c731b;},_0x4b641b[_0x20a561(0x215)]=_0x20a561(0x19f),_0x4b641b[_0x20a561(0x1db)]=function(_0x4f3891,_0x541810){return _0x4f3891===_0x541810;},_0x4b641b['RFjhX']='Unknown\x20Test',_0x4b641b['PNZmJ']=function(_0x9fd1c8,_0x44102a){return _0x9fd1c8>_0x44102a;},_0x4b641b[_0x20a561(0x1ee)]='function',_0x4b641b[_0x20a561(0x12a)]=_0x20a561(0x264),_0x4b641b['azGMw']=function(_0x4db1ab,_0x315540){return _0x4db1ab&&_0x315540;},_0x4b641b[_0x20a561(0x1dd)]=_0x20a561(0x23d),_0x4b641b[_0x20a561(0x230)]=_0x20a561(0x2ba);const _0x4925f7=_0x4b641b;if(_0x4925f7[_0x20a561(0x1ef)](_0x17972a[_0x20a561(0x217)],_0x4925f7[_0x20a561(0x28b)])&&_0x4925f7[_0x20a561(0x26a)](_0x17972a[_0x20a561(0x217)],_0x4925f7['YuLxK'])){logger['debug'](_0x4925f7[_0x20a561(0x306)]);return;}try{const _0x3ca2b9=AutomationFramework[_0x20a561(0x27a)](),_0x2109f5=TestFramework[_0x20a561(0x27a)](),_0x307f5b=_0x17972a[_0x20a561(0x2ec)]||global[_0x20a561(0x255)]?.[_0x20a561(0x225)]||null;if(!_0x307f5b){_0x2109f5&&_0x2109f5['updateData'](_0x4925f7['HPAQR'],!![]);logger['debug'](_0x4925f7['HmQIM']);return;}logger[_0x20a561(0x13f)](_0x4925f7[_0x20a561(0x2cd)]);const _0x50f886=_0x2109f5?.[_0x20a561(0x19a)](_0x4925f7[_0x20a561(0x12d)],![]),_0x1406a0=_0x2109f5?.['getData'](_0x4925f7[_0x20a561(0x11e)],![]);if(_0x4925f7[_0x20a561(0x2bb)](_0x50f886,![])&&_0x4925f7[_0x20a561(0x2bb)](_0x1406a0,![])){_0x2109f5&&_0x2109f5['updateData'](_0x4925f7[_0x20a561(0x12d)],!![]);logger[_0x20a561(0x13f)](_0x4925f7[_0x20a561(0x215)]);return;}_0x2109f5&&_0x2109f5[_0x20a561(0x145)](_0x4925f7[_0x20a561(0x11e)],!![]);let _0x394fff,_0x4d8559;const _0x4182a2=_0x17972a[_0x20a561(0x217)]||_0x4925f7[_0x20a561(0x28b)];if(_0x4925f7[_0x20a561(0x1db)](_0x4182a2,_0x4925f7['YuLxK'])){_0x4d8559=_0x17972a[_0x20a561(0x234)]?.[_0x20a561(0x302)]||_0x17972a[_0x20a561(0x234)]?.['id']||global[_0x20a561(0x276)]||global[_0x20a561(0x255)]?.[_0x20a561(0x1f9)]?.[_0x20a561(0x302)]||global['__workerDetails']?.[_0x20a561(0x1f9)]?.['id'];const _0x208560=_0x2109f5?.[_0x20a561(0x1ec)]()?.[_0x20a561(0x15c)](_0x4d8559);if(_0x208560&&_0x208560[TestFrameworkConstants[_0x20a561(0x20b)]])_0x394fff=_0x208560[TestFrameworkConstants[_0x20a561(0x20b)]];else{if(_0x17972a['testInfo']?.['titlePath'])_0x394fff=_0x17972a[_0x20a561(0x234)][_0x20a561(0x247)];else global[_0x20a561(0x255)]?.[_0x20a561(0x1f9)]?.[_0x20a561(0x234)]?.[_0x20a561(0x247)]?_0x394fff=global['__workerDetails']['currentTest'][_0x20a561(0x234)][_0x20a561(0x247)]:_0x394fff=_0x4925f7[_0x20a561(0x2db)];}logger[_0x20a561(0x13f)](_0x20a561(0x242)+_0x4d8559+_0x20a561(0x271)+JSON[_0x20a561(0x2f1)](_0x394fff));}else{_0x4d8559=this[_0x20a561(0x146)](_0x17972a);const _0x2dd2ec=TestInfo[_0x20a561(0x1f3)](_0x4d8559);let _0x34f61a=[];if(_0x2dd2ec&&Array['isArray'](_0x2dd2ec[_0x20a561(0x264)])&&_0x4925f7[_0x20a561(0x208)](_0x2dd2ec[_0x20a561(0x264)][_0x20a561(0x2f0)],0x0))_0x34f61a=_0x2dd2ec[_0x20a561(0x264)];else{if(_0x2109f5){const _0x53bbe0=_0x4925f7[_0x20a561(0x1db)](typeof _0x2109f5['getData'],_0x4925f7[_0x20a561(0x1ee)])?_0x2109f5[_0x20a561(0x19a)](_0x4925f7[_0x20a561(0x12a)],[]):_0x2109f5[_0x20a561(0x264)]||[];Array[_0x20a561(0x18d)](_0x53bbe0)&&(_0x34f61a=_0x53bbe0);}}_0x394fff=_0x34f61a;}logger['info']('test-tags-->\x20'+JSON['stringify'](_0x394fff));const _0x2b5764=this['isPlatformSupported'](_0x3ca2b9,_0x17972a[_0x20a561(0x179)],_0x17972a['launchCaps']);logger['debug'](_0x20a561(0x147)+_0x2b5764+_0x20a561(0x15a)+this[_0x20a561(0x14e)]);const _0x34bac1=this[_0x20a561(0x2cc)](_0x394fff,_0x3ca2b9,_0x4182a2),_0x16723a=_0x4925f7[_0x20a561(0x243)](_0x2b5764,_0x34bac1),_0x5cd507=CLIUtils[_0x20a561(0x231)]();this[_0x20a561(0x2f9)][_0x20a561(0x1bc)](_0x5cd507,_0x16723a),global[_0x20a561(0x239)]?.['getContext']&&global[_0x20a561(0x239)][_0x20a561(0x218)]()[_0x20a561(0x253)](_0x16723a),logger['debug'](_0x20a561(0x2c8)+(_0x3ca2b9?.[_0x20a561(0x16d)]?.()||_0x4925f7[_0x20a561(0x1dd)])+']\x20should\x20run\x20accessibility\x20value='+_0x16723a),_0x16723a?(global[_0x20a561(0x16f)]=!![],process[_0x20a561(0x197)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x4925f7[_0x20a561(0x230)],this[_0x20a561(0x209)]()):global[_0x20a561(0x16f)]=![];}catch(_0x5520e5){logger['error'](_0x20a561(0x162)+(_0x5520e5[_0x20a561(0x273)]||_0x5520e5[_0x20a561(0x284)]));const _0x37b637=CLIUtils['getCurrentInstanceName']();this['accessibility'][_0x20a561(0x1bc)](_0x37b637,![]),global[_0x20a561(0x16f)]=![];}}[a90_0x161a2d(0x2c5)](){const _0x4494fa=a90_0x161a2d;return this[_0x4494fa(0x29d)][_0x4494fa(0x29a)](_0x33a681=>_0x33a681[_0x4494fa(0x269)]()===_0x4494fa(0x2fb))?.[_0x4494fa(0x232)]()||'';}[a90_0x161a2d(0x226)](_0x1e0e8c){const _0x28abc5=a90_0x161a2d;try{const _0x781fca=this['accessibilityConfig']?.[_0x28abc5(0x1b1)]?.[_0x28abc5(0x1e5)]||[],_0x5a9f5d=_0x781fca['find'](_0x56d75e=>_0x56d75e['name']===_0x1e0e8c);return _0x5a9f5d?_0x5a9f5d[_0x28abc5(0x125)]:null;}catch(_0x276b34){return logger[_0x28abc5(0x13f)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x1e0e8c+':\x20'+_0x276b34['message']),null;}}async[a90_0x161a2d(0x24c)](_0x4d2473,_0x1ce97c){const _0x3d2533=a90_0x161a2d,_0x2b2d2e=_0x4d2473['getAccessibility']()[_0x3d2533(0x24b)](),_0x2c048b=_0x2b2d2e[_0x3d2533(0x201)](),_0x6a6c74=_0x2b2d2e[_0x3d2533(0x210)]()?.[_0x3d2533(0x13e)]();scripts[_0x3d2533(0x281)](_0x2c048b,_0x6a6c74),scripts[_0x3d2533(0x2d1)]();const _0x1b2e63=_0x2b2d2e[_0x3d2533(0x1c3)]();this[_0x3d2533(0x29d)]=_0x2b2d2e[_0x3d2533(0x1c3)](),await this[_0x3d2533(0x2a1)](_0x1b2e63,_0x1ce97c[_0x3d2533(0x124)]);}async[a90_0x161a2d(0x2a1)](_0x347718,_0x479f0e={}){const _0x546fbb=a90_0x161a2d,_0x4255de={'bdyEL':function(_0x2f8f72,_0x83ef6e){return _0x2f8f72===_0x83ef6e;},'ybpOu':_0x546fbb(0x16b),'YXvPZ':_0x546fbb(0x236),'GRLXz':function(_0x5d5a78,_0xae39d){return _0x5d5a78(_0xae39d);},'rZwfE':_0x546fbb(0x19d),'uJeAe':function(_0x477043,_0x5d3d98){return _0x477043(_0x5d3d98);},'wlqzh':_0x546fbb(0x137),'pCtbQ':function(_0x4946f2,_0x5e83f8){return _0x4946f2(_0x5e83f8);},'kkKIT':_0x546fbb(0x1b3),'pyNBJ':'browserstack.accessibilityOptions.wcagVersion','CtWmm':function(_0xd571d0,_0x54de0f){return _0xd571d0===_0x54de0f;},'KZKIP':'scannerVersion','Kwnfq':_0x546fbb(0x1eb),'syfIp':function(_0x4d3c58,_0x10dc67){return _0x4d3c58===_0x10dc67;},'LvSYQ':_0x546fbb(0x199),'EfIrN':'browserstack.accessibilityOptions.scannerProcessingTimeout','lKIDf':function(_0x4a32d6,_0x5f3786){return _0x4a32d6===_0x5f3786;},'flHkg':_0x546fbb(0x1ea),'qGYAy':function(_0x2d58fc,_0x272f3f){return _0x2d58fc===_0x272f3f;},'ZPVQh':_0x546fbb(0x2ba)};global[_0x546fbb(0x2cb)]=global[_0x546fbb(0x2cb)]||{};for(const _0x430b17 of _0x347718){logger[_0x546fbb(0x196)](_0x546fbb(0x1fb)+_0x430b17[_0x546fbb(0x269)]()+_0x546fbb(0x261)+_0x430b17[_0x546fbb(0x232)]());if(_0x4255de['bdyEL'](_0x430b17[_0x546fbb(0x269)](),_0x4255de[_0x546fbb(0x1a2)])){const _0xcc06ea=_0x430b17[_0x546fbb(0x232)]();process['env'][_0x546fbb(0x1a0)]=_0xcc06ea,global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x17a)]]=_0xcc06ea;const _0x4a76d5=_0x4255de[_0x546fbb(0x227)](require,_0x4255de[_0x546fbb(0x2e6)]),{isTrue:_0x3ba707}=_0x4255de[_0x546fbb(0x176)](require,_0x4255de['wlqzh']),_0x3d79a4=_0x4a76d5[_0x546fbb(0x167)](_0xcc06ea);_0x3d79a4&&_0x4255de['pCtbQ'](_0x3ba707,_0x3d79a4['skipCDPConnectOverride'])&&(process['env'][_0x546fbb(0x206)]=!![]);}else{if(_0x4255de[_0x546fbb(0x149)](_0x430b17[_0x546fbb(0x269)](),_0x4255de['kkKIT']))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x195)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x272)](_0x430b17['getName'](),_0x4255de[_0x546fbb(0x2da)]))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x23e)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x2a5)](_0x430b17[_0x546fbb(0x269)](),_0x4255de[_0x546fbb(0x1fe)]))global[_0x546fbb(0x2cb)][_0x4255de[_0x546fbb(0x1fd)]]=_0x430b17[_0x546fbb(0x232)]();else{if(_0x4255de[_0x546fbb(0x2ac)](_0x430b17['getName'](),_0x4255de['flHkg'])){const _0x2f248a=_0x430b17['getValue']();process[_0x546fbb(0x197)][_0x546fbb(0x207)]=_0x4255de[_0x546fbb(0x2e0)](String,_0x4255de[_0x546fbb(0x272)](_0x2f248a,!![])||_0x4255de[_0x546fbb(0x2f8)](_0x2f248a,_0x4255de[_0x546fbb(0x22a)])),logger['debug']('[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw='+_0x2f248a+_0x546fbb(0x240)+process['env']['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']);}}}}}}}async[a90_0x161a2d(0x296)](_0x4afb9e){const _0x5087b0=a90_0x161a2d,_0xf1bb55={};_0xf1bb55[_0x5087b0(0x2be)]=function(_0xd73128,_0x1eda92){return _0xd73128!==_0x1eda92;},_0xf1bb55[_0x5087b0(0x2b9)]=_0x5087b0(0x182),_0xf1bb55[_0x5087b0(0x2fa)]=function(_0x5af095,_0x17475a){return _0x5af095!==_0x17475a;},_0xf1bb55[_0x5087b0(0x245)]=_0x5087b0(0x211),_0xf1bb55[_0x5087b0(0x291)]=_0x5087b0(0x222),_0xf1bb55[_0x5087b0(0x2cf)]=_0x5087b0(0x23d);const _0x356971=_0xf1bb55;if(_0x356971[_0x5087b0(0x2be)](_0x4afb9e[_0x5087b0(0x217)],_0x356971['oKfkH'])&&_0x356971['BlaQo'](_0x4afb9e['testFramework'],_0x356971[_0x5087b0(0x245)])){logger[_0x5087b0(0x13f)](_0x356971[_0x5087b0(0x291)]);return;}const _0x22f70e=_0x4afb9e[_0x5087b0(0x234)]?.[_0x5087b0(0x302)]||_0x4afb9e[_0x5087b0(0x234)]?.['id']||global[_0x5087b0(0x276)];logger['info'](_0x5087b0(0x1ad)+_0x4afb9e[_0x5087b0(0x217)]+_0x5087b0(0x2c4)+_0x22f70e);try{const _0x2d7851=_0x4afb9e['instance']||AutomationFramework[_0x5087b0(0x27a)](),_0x162628=CLIUtils[_0x5087b0(0x231)](),_0x3c1dca=this['getCurrentAccessibilityStatus']();logger[_0x5087b0(0x13f)]('[platform\x20-\x20'+(_0x2d7851?.['getPlatformIndex']?.()||_0x356971[_0x5087b0(0x2cf)])+_0x5087b0(0x248)+_0x3c1dca),_0x3c1dca&&await this['stopTestCapture'](_0x2d7851,_0x4afb9e),this[_0x5087b0(0x2f9)][_0x5087b0(0x238)](_0x162628),this[_0x5087b0(0x288)][_0x5087b0(0x238)](_0x162628);}catch(_0x4949be){logger['error'](_0x5087b0(0x1e6)+(_0x4949be[_0x5087b0(0x273)]||_0x4949be['message']));}}async[a90_0x161a2d(0x154)](_0x45302d,_0x59b3a7){const _0x320f04=a90_0x161a2d,_0x219db4={};_0x219db4['btJow']=function(_0x5bef01,_0x162271){return _0x5bef01===_0x162271;},_0x219db4[_0x320f04(0x2d0)]=_0x320f04(0x1bb),_0x219db4[_0x320f04(0x254)]=_0x320f04(0x211),_0x219db4[_0x320f04(0x21a)]=_0x320f04(0x182),_0x219db4['ltcmE']=_0x320f04(0x1bf),_0x219db4['izcLj']=_0x320f04(0x2f9),_0x219db4[_0x320f04(0x1e1)]=_0x320f04(0x24f),_0x219db4[_0x320f04(0x2bc)]=_0x320f04(0x23d),_0x219db4[_0x320f04(0x141)]=_0x320f04(0x14c),_0x219db4[_0x320f04(0x2f4)]=_0x320f04(0x2e4),_0x219db4[_0x320f04(0x258)]=function(_0xc7916a,_0x4c837f){return _0xc7916a===_0x4c837f;},_0x219db4[_0x320f04(0x157)]=function(_0x185f67,_0x2d9c64){return _0x185f67||_0x2d9c64;},_0x219db4[_0x320f04(0x22c)]=function(_0xbe0ce0,_0x4f7f18){return _0xbe0ce0||_0x4f7f18;},_0x219db4['XatqJ']=_0x320f04(0x203),_0x219db4[_0x320f04(0x28c)]=_0x320f04(0x1a4),_0x219db4[_0x320f04(0x1ca)]=_0x320f04(0x143);const _0x578831=_0x219db4;try{const _0x46ad80=_0x59b3a7['testFramework']||(_0x578831[_0x320f04(0x1d5)](this[_0x320f04(0x11c)]?.[_0x320f04(0x220)]?.[_0x320f04(0x17f)](),_0x578831[_0x320f04(0x254)])?_0x578831[_0x320f04(0x254)]:_0x578831[_0x320f04(0x21a)]);let _0x22b99a='',_0x20cdd8=null,_0x517ce8=null;if(_0x578831[_0x320f04(0x1d5)](_0x46ad80,_0x578831[_0x320f04(0x254)])){_0x20cdd8=_0x59b3a7[_0x320f04(0x234)]?.['testAnalyticsId']||_0x59b3a7['testInfo']?.['id']||global[_0x320f04(0x276)];if(!_0x20cdd8){logger[_0x320f04(0x244)](_0x578831[_0x320f04(0x1cf)]);return;}try{const _0x7be5e7=await GrpcClient[_0x320f04(0x200)]()['fetchDriverExecuteParamsEvent'](process[_0x320f04(0x197)][_0x320f04(0x18f)],_0x578831[_0x320f04(0x2ae)],_0x578831[_0x320f04(0x1e1)],_0x20cdd8),_0x5883c0=AccessibilityModule[_0x320f04(0x2e2)](null,_0x7be5e7);_0x22b99a=_0x5883c0?.['thTestRunUuid']||'',logger[_0x320f04(0x13f)](_0x320f04(0x153)+_0x22b99a+_0x320f04(0x192)+_0x20cdd8),_0x517ce8=_0x7be5e7;}catch(_0x30cbfd){logger[_0x320f04(0x19b)](_0x320f04(0x2b8)+_0x30cbfd['message']);return;}}else{const _0x2c5f84=this[_0x320f04(0x146)](_0x59b3a7);_0x22b99a=TestInfo[_0x320f04(0x2f5)](_0x2c5f84);}const _0x58b0dc=((()=>{const _0x29082d=_0x320f04,_0x94d17c=(this[_0x29082d(0x20a)]?.[_0x29082d(0x1b1)]?.['capabilitiesList']||[])[_0x29082d(0x29a)](_0x2b05ff=>(typeof _0x2b05ff[_0x29082d(0x269)]===_0x29082d(0x1bb)?_0x2b05ff[_0x29082d(0x269)]():_0x2b05ff[_0x29082d(0x220)])===this[_0x29082d(0x1a3)]);return _0x94d17c?_0x578831['btJow'](typeof _0x94d17c[_0x29082d(0x232)],_0x578831[_0x29082d(0x2d0)])?_0x94d17c['getValue']():_0x94d17c[_0x29082d(0x125)]:'';})()),_0x2a3191=process[_0x320f04(0x197)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x320f04(0x13f)](_0x320f04(0x2c8)+(_0x45302d?.[_0x320f04(0x16d)]?.()||_0x578831[_0x320f04(0x2bc)])+_0x320f04(0x280)+_0x22b99a+_0x320f04(0x26f)+_0x58b0dc+'\x20a11yToken='+(_0x2a3191?_0x578831[_0x320f04(0x141)]:_0x578831[_0x320f04(0x2f4)]));let _0xfdf2b6;if(_0x578831[_0x320f04(0x258)](_0x46ad80,_0x578831[_0x320f04(0x254)]))_0xfdf2b6=AccessibilityModule['loadDriverExecuteParams'](_0x22b99a,_0x517ce8);else{const _0x3f58b1=await GrpcClient[_0x320f04(0x200)]()[_0x320f04(0x1e4)](process[_0x320f04(0x197)][_0x320f04(0x18f)],_0x578831[_0x320f04(0x2ae)],_0x578831[_0x320f04(0x1e1)]);_0xfdf2b6=AccessibilityModule['loadDriverExecuteParams'](_0x22b99a,_0x3f58b1);}logger[_0x320f04(0x13f)](_0x320f04(0x213)+JSON[_0x320f04(0x2f1)](_0xfdf2b6));const _0x2c2486=Object[_0x320f04(0x1a9)]({},{'thTestRunUuid':_0x578831['ayfnx'](_0x22b99a,''),'thBuildUuid':_0x578831[_0x320f04(0x22c)](_0x58b0dc,''),'thJwtToken':_0x578831[_0x320f04(0x157)](_0x2a3191,'')},_0xfdf2b6);!this['isAppAccessibility']&&this[_0x320f04(0x142)]()&&(_0x2c2486[_0x320f04(0x2de)]=!![],logger[_0x320f04(0x13f)](_0x578831[_0x320f04(0x260)]));logger[_0x320f04(0x13f)](_0x320f04(0x2ad)+_0x22b99a+_0x320f04(0x15a)+this['isAppAccessibility']);let _0x2f5e58=global['__workerDetails']?.['pwPage']||null;!_0x2f5e58&&(_0x2f5e58=AutomationFramework[_0x320f04(0x172)](_0x45302d,_0x578831[_0x320f04(0x28c)],null)),!_0x2f5e58&&(_0x2f5e58=AutomationFramework[_0x320f04(0x172)](_0x45302d,_0x578831[_0x320f04(0x1ca)],null)),await this[_0x320f04(0x22b)](this[_0x320f04(0x1e9)](),_0x22b99a,_0x2f5e58,_0x2c2486,this[_0x320f04(0x14e)]);}catch(_0x39038b){logger[_0x320f04(0x19b)](_0x320f04(0x2f3)+(_0x39038b[_0x320f04(0x273)]||_0x39038b[_0x320f04(0x284)]));}}async[a90_0x161a2d(0x22b)](_0x144751,_0x3f4f34,_0x5230c1,_0x32b086,_0x13de96){const _0x1b45ff=a90_0x161a2d,_0x138b99={};_0x138b99['qtbVK']=_0x1b45ff(0x24f),_0x138b99[_0x1b45ff(0x139)]=function(_0x545559,_0x1eef82){return _0x545559&&_0x1eef82;},_0x138b99[_0x1b45ff(0x13b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing',_0x138b99['btsIR']=function(_0x4e3cd9,_0x15e7ae){return _0x4e3cd9===_0x15e7ae;},_0x138b99[_0x1b45ff(0x1d2)]=_0x1b45ff(0x2e4),_0x138b99[_0x1b45ff(0x23f)]=function(_0x11617a,_0x548d0f){return _0x11617a===_0x548d0f;},_0x138b99[_0x1b45ff(0x17b)]='Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found',_0x138b99[_0x1b45ff(0x27b)]=_0x1b45ff(0x2e9),_0x138b99['xfQCk']=_0x1b45ff(0x152),_0x138b99[_0x1b45ff(0x183)]=_0x1b45ff(0x118),_0x138b99[_0x1b45ff(0x297)]=_0x1b45ff(0x164),_0x138b99[_0x1b45ff(0x275)]='a11y:save-results',_0x138b99[_0x1b45ff(0x285)]=_0x1b45ff(0x266);const _0x3ddbfe=_0x138b99;try{const _0x240864=this[_0x1b45ff(0x1b9)](_0x3ddbfe[_0x1b45ff(0x19e)]);if(_0x3ddbfe['YDiod'](!_0x13de96,!_0x240864)){logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x13b)]);return;}if(!_0x3f4f34||_0x3ddbfe['btsIR'](_0x3f4f34,_0x3ddbfe[_0x1b45ff(0x1d2)])||_0x3ddbfe['twtBL'](_0x3f4f34,'')){logger[_0x1b45ff(0x13f)](_0x3ddbfe['pHRpq']);return;}logger[_0x1b45ff(0x13f)](_0x1b45ff(0x20c)+JSON[_0x1b45ff(0x2f1)](_0x32b086)),_0x144751&&(logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x27b)]),await this[_0x1b45ff(0x1b6)](_0x5230c1,_0x3f4f34,_0x3ddbfe[_0x1b45ff(0x28a)],_0x32b086,_0x13de96,_0x3ddbfe[_0x1b45ff(0x183)]),_0x3ddbfe[_0x1b45ff(0x139)](!_0x13de96,_0x240864)&&(logger[_0x1b45ff(0x13f)](_0x3ddbfe[_0x1b45ff(0x297)]),await PerformanceTester[_0x1b45ff(0x224)](_0x3ddbfe[_0x1b45ff(0x275)],async()=>{const _0x5bd5fa=_0x1b45ff;await this[_0x5bd5fa(0x1b6)](_0x5230c1,_0x3f4f34,_0x3ddbfe[_0x5bd5fa(0x19e)],_0x32b086,_0x13de96,_0x3ddbfe[_0x5bd5fa(0x19e)]);})()),logger[_0x1b45ff(0x196)](_0x3ddbfe['jasQg']));}catch(_0x43d684){logger[_0x1b45ff(0x19b)](_0x1b45ff(0x11b)+(_0x43d684[_0x1b45ff(0x273)]||_0x43d684[_0x1b45ff(0x284)]));}}async['onBeforeExecute'](_0x2a6446){const _0x24eb4a=a90_0x161a2d,_0x597a8d={};_0x597a8d[_0x24eb4a(0x21e)]=function(_0x32662b,_0x230740){return _0x32662b!==_0x230740;},_0x597a8d[_0x24eb4a(0x2ab)]='cucumber',_0x597a8d['ZKRQv']=_0x24eb4a(0x211),_0x597a8d[_0x24eb4a(0x204)]=_0x24eb4a(0x29e),_0x597a8d[_0x24eb4a(0x26b)]=_0x24eb4a(0x23d),_0x597a8d[_0x24eb4a(0x2d2)]=_0x24eb4a(0x2a7),_0x597a8d[_0x24eb4a(0x2ff)]=function(_0x156352,_0x3c51ae){return _0x156352===_0x3c51ae;},_0x597a8d[_0x24eb4a(0x1b5)]=_0x24eb4a(0x2f7),_0x597a8d['ddtSN']=_0x24eb4a(0x2f9),_0x597a8d['nehwZ']=_0x24eb4a(0x289),_0x597a8d[_0x24eb4a(0x181)]=_0x24eb4a(0x26d),_0x597a8d[_0x24eb4a(0x127)]=_0x24eb4a(0x1e8),_0x597a8d[_0x24eb4a(0x13a)]=function(_0x216967,_0x365bfc){return _0x216967===_0x365bfc;},_0x597a8d[_0x24eb4a(0x187)]='scan',_0x597a8d[_0x24eb4a(0x119)]='null';const _0x184a8c=_0x597a8d;if(_0x184a8c[_0x24eb4a(0x21e)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c[_0x24eb4a(0x2ab)])&&_0x184a8c[_0x24eb4a(0x21e)](_0x2a6446['testFramework'],_0x184a8c[_0x24eb4a(0x1ab)])){logger[_0x24eb4a(0x13f)](_0x184a8c[_0x24eb4a(0x204)]);return;}logger[_0x24eb4a(0x13f)](_0x24eb4a(0x2a6)+(_0x2a6446['commandName']||_0x184a8c[_0x24eb4a(0x26b)])+_0x24eb4a(0x150)+_0x2a6446[_0x24eb4a(0x217)]);try{const _0x65f7a=_0x2a6446['instance']||AutomationFramework[_0x24eb4a(0x27a)](),_0x412c9a=TestFramework[_0x24eb4a(0x27a)](),_0x1ed32f=_0x2a6446[_0x24eb4a(0x178)]||_0x2a6446[_0x24eb4a(0x1da)]?.[_0x24eb4a(0x269)]();if(!_0x1ed32f){logger[_0x24eb4a(0x13f)](_0x184a8c[_0x24eb4a(0x2d2)]);return;}if(!this[_0x24eb4a(0x1e9)]()){logger[_0x24eb4a(0x13f)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x1ed32f);return;}if(!this[_0x24eb4a(0x170)](_0x1ed32f)){logger[_0x24eb4a(0x13f)](_0x24eb4a(0x131)+_0x1ed32f+'\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned');return;}const _0x5cc3c7=_0x2a6446['page']||global[_0x24eb4a(0x255)]?.[_0x24eb4a(0x225)];if(!_0x5cc3c7){logger[_0x24eb4a(0x13f)](_0x24eb4a(0x252)+_0x1ed32f);return;}let _0xad146f='',_0x8ce71e=null;if(_0x184a8c[_0x24eb4a(0x2ff)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c['ZKRQv'])){_0x8ce71e=_0x2a6446['testInfo']?.[_0x24eb4a(0x302)]||_0x2a6446['testInfo']?.['id']||global[_0x24eb4a(0x276)];if(!_0x8ce71e){logger['warn'](_0x184a8c[_0x24eb4a(0x1b5)]);return;}try{const _0x4663fe=await GrpcClient[_0x24eb4a(0x200)]()['fetchDriverExecuteParamsEvent'](process[_0x24eb4a(0x197)][_0x24eb4a(0x18f)],_0x184a8c[_0x24eb4a(0x1f4)],_0x184a8c['nehwZ'],_0x8ce71e),_0x3eb2b6=AccessibilityModule['loadDriverExecuteParams'](null,_0x4663fe);_0xad146f=_0x3eb2b6?.['thTestRunUuid']||'',logger[_0x24eb4a(0x13f)]('[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0xad146f+_0x24eb4a(0x192)+_0x8ce71e);}catch(_0x24e267){logger[_0x24eb4a(0x19b)](_0x24eb4a(0x173)+_0x24e267[_0x24eb4a(0x284)]);return;}}else _0xad146f=this['getCapabilityValue'](_0x184a8c['EFqHg'])||'',!_0xad146f&&this[_0x24eb4a(0x142)]()&&(_0xad146f=accessibilityHelper[_0x24eb4a(0x250)]());const _0x9f18fa=this[_0x24eb4a(0x226)](_0x184a8c[_0x24eb4a(0x127)])||this['accessibilityConfig'][this[_0x24eb4a(0x1a3)]]||null,_0x1c2584=process['env'][_0x24eb4a(0x185)]||'',_0x56b753=this[_0x24eb4a(0x259)](_0x1ed32f,_0xad146f,_0x9f18fa,_0x1c2584),_0x6cd0f7=_0x184a8c[_0x24eb4a(0x13a)](_0x2a6446[_0x24eb4a(0x217)],_0x184a8c['ZKRQv'])?await AccessibilityModule[_0x24eb4a(0x1e3)](_0x184a8c[_0x24eb4a(0x187)],_0xad146f,_0x8ce71e):await AccessibilityModule[_0x24eb4a(0x1e3)](_0x184a8c[_0x24eb4a(0x187)],_0xad146f);logger['info']('ScanArgs:\x20'+(_0x56b753?JSON[_0x24eb4a(0x2f1)](_0x56b753):_0x184a8c['WaJPv']));const _0x634c5e=CLIUtils[_0x24eb4a(0x177)](_0x56b753,_0x6cd0f7);logger['info'](_0x24eb4a(0x246)+(_0x634c5e?JSON[_0x24eb4a(0x2f1)](_0x634c5e):_0x184a8c[_0x24eb4a(0x119)])),logger[_0x24eb4a(0x13f)](_0x24eb4a(0x165)+_0x1ed32f);const _0x236c72=await this[_0x24eb4a(0x1b6)](_0x5cc3c7,_0xad146f,_0x1ed32f,_0x634c5e,this[_0x24eb4a(0x14e)]);logger[_0x24eb4a(0x13f)]('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x1ed32f+',\x20\x0a\x20'+JSON[_0x24eb4a(0x2f1)](_0x236c72));}catch(_0x574618){logger[_0x24eb4a(0x19b)](_0x24eb4a(0x13d)+(_0x574618[_0x24eb4a(0x273)]||_0x574618[_0x24eb4a(0x284)]));}}[a90_0x161a2d(0x2e8)](){return this['getCurrentAccessibilityStatus']();}['setShouldScanCurrentTest'](_0x49c42b){const _0x6fb120=a90_0x161a2d,_0x2b930f=CLIUtils[_0x6fb120(0x231)]();this[_0x6fb120(0x2f9)][_0x6fb120(0x1bc)](_0x2b930f,_0x49c42b);}async['initAccessibilityConfig'](_0x2b31d7){const _0x39ad09=a90_0x161a2d,_0x5c3754={};_0x5c3754[_0x39ad09(0x15d)]=_0x39ad09(0x23d);const _0x41d97f=_0x5c3754;try{const _0x5b64f5=_0x2b31d7[_0x39ad09(0x235)]||AutomationFramework['getTrackedInstance'](),_0x155e64=_0x5b64f5?.[_0x39ad09(0x19a)]?.()?.[_0x39ad09(0x15c)]?.(this[_0x39ad09(0x1d7)])||![];if(_0x155e64)return;PerformanceTester[_0x39ad09(0x1ba)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);const _0x24751b=await GrpcClient[_0x39ad09(0x200)]()[_0x39ad09(0x14b)](_0x2b31d7);_0x24751b&&_0x24751b[_0x39ad09(0x25a)]&&_0x24751b[_0x39ad09(0x25a)]()&&_0x24751b['getAccessibility']()['getSuccess']()?(await this[_0x39ad09(0x15e)](_0x24751b,_0x2b31d7),_0x5b64f5?.[_0x39ad09(0x19a)]&&_0x5b64f5[_0x39ad09(0x19a)]()[_0x39ad09(0x1bc)](this['KEY_INIT'],!![]),logger[_0x39ad09(0x13f)](_0x39ad09(0x2c8)+(_0x5b64f5?.[_0x39ad09(0x16d)]?.()||_0x41d97f[_0x39ad09(0x15d)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x39ad09(0x13f)](_0x39ad09(0x2c8)+(_0x5b64f5?.[_0x39ad09(0x16d)]?.()||_0x41d97f[_0x39ad09(0x15d)])+_0x39ad09(0x15f)),PerformanceTester['end'](EVENTS[_0x39ad09(0x27c)]);}catch(_0x180590){PerformanceTester[_0x39ad09(0x228)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x180590[_0x39ad09(0x284)]),logger[_0x39ad09(0x19b)]('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x180590[_0x39ad09(0x273)]||_0x180590[_0x39ad09(0x284)]));}}async['loadAccessibilityConfig'](_0xd051c6,_0x59299a){const _0x335166=a90_0x161a2d;await this[_0x335166(0x24c)](_0xd051c6,_0x59299a);const _0x314c33=_0xd051c6[_0x335166(0x25a)]()['getOptions']();if(_0x314c33){const _0x32e667=_0xd051c6[_0x335166(0x20d)]&&_0xd051c6['getTesthub']();_0x32e667&&(this[_0x335166(0x20a)][this[_0x335166(0x1a3)]]=_0x32e667[_0x335166(0x233)]&&_0x32e667['getBuildId']());}}[a90_0x161a2d(0x170)](_0x2bda63){const _0x356ae4=a90_0x161a2d,_0x2f4490={};_0x2f4490[_0x356ae4(0x2e3)]=function(_0x4f64cd,_0x1aa2c7){return _0x4f64cd===_0x1aa2c7;};const _0x25bddf=_0x2f4490;try{if(!_0x2bda63)return![];const _0x105c93=this[_0x356ae4(0x20a)]?.[_0x356ae4(0x1b1)]?.['commandsToWrap']?.[_0x356ae4(0x2df)]||[],_0x18566e=_0x105c93[_0x356ae4(0x168)](_0x57fc69=>{const _0x2d4d7d=_0x356ae4;return _0x57fc69[_0x2d4d7d(0x220)]&&_0x25bddf[_0x2d4d7d(0x2e3)](_0x57fc69['name']['toLowerCase'](),_0x2bda63[_0x2d4d7d(0x17f)]());});return logger[_0x356ae4(0x13f)](_0x356ae4(0x2dd)+_0x2bda63+'\x20->\x20'+_0x18566e+_0x356ae4(0x136)+JSON[_0x356ae4(0x2f1)](_0x105c93['map'](_0x30ebf6=>_0x30ebf6['name']))),_0x18566e;}catch(_0x545d52){return logger[_0x356ae4(0x13f)]('Error\x20in\x20shouldScanForCommand:\x20'+_0x545d52['message']),![];}}[a90_0x161a2d(0x1d0)](_0x268df1){const _0x58f9b6=a90_0x161a2d,_0x5866e8={};_0x5866e8[_0x58f9b6(0x132)]=function(_0x8c6e95,_0x27e359){return _0x8c6e95===_0x27e359;},_0x5866e8['cKksx']=_0x58f9b6(0x237),_0x5866e8[_0x58f9b6(0x28e)]='browserstack_executor';const _0x521b18=_0x5866e8,_0x1c96b5=_0x268df1[_0x58f9b6(0x2eb)]&&_0x268df1[_0x58f9b6(0x2eb)]();return _0x1c96b5&&_0x521b18[_0x58f9b6(0x132)](typeof _0x1c96b5,_0x521b18['cKksx'])&&_0x1c96b5[_0x58f9b6(0x298)](_0x521b18[_0x58f9b6(0x28e)]);}[a90_0x161a2d(0x22e)](_0x45f229){const _0x153d3c=a90_0x161a2d,_0x43d1c6={};_0x43d1c6['uAvbf']=function(_0x2d8ddf,_0x108165){return _0x2d8ddf!==_0x108165;},_0x43d1c6[_0x153d3c(0x14a)]='string',_0x43d1c6[_0x153d3c(0x17c)]=_0x153d3c(0x2f9),_0x43d1c6[_0x153d3c(0x1a7)]=_0x153d3c(0x289),_0x43d1c6['PtaXa']=_0x153d3c(0x120),_0x43d1c6[_0x153d3c(0x171)]=_0x153d3c(0x2e5);const _0x6e3fe4=_0x43d1c6,_0x36b364=_0x45f229[_0x153d3c(0x2eb)]&&_0x45f229['getScript']();if(!_0x36b364||_0x6e3fe4[_0x153d3c(0x155)](typeof _0x36b364,_0x6e3fe4[_0x153d3c(0x14a)]))return![];return _0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x17c)])||_0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x1a7)])||_0x36b364['includes'](_0x6e3fe4['PtaXa'])||_0x36b364[_0x153d3c(0x298)](_0x6e3fe4[_0x153d3c(0x171)]);}[a90_0x161a2d(0x142)](){const _0x540970=a90_0x161a2d,_0x4fcbb7={'zWoUt':function(_0x3767b0,_0x355d80){return _0x3767b0===_0x355d80;},'PrPwN':_0x540970(0x1bb),'CByTh':function(_0x104e26,_0x552183){return _0x104e26(_0x552183);},'hbTWm':'platformName','oLIcK':_0x540970(0x2b5),'GGxjP':function(_0x207333,_0x44c1e5){return _0x207333(_0x44c1e5);},'fqRML':'android','TRiqq':function(_0x2e0271,_0x427a0f){return _0x2e0271(_0x427a0f);},'FHmJF':'chrome'};try{const _0x2f46d4=this[_0x540970(0x20a)]?.[_0x540970(0x1b1)]?.[_0x540970(0x1e5)]||[],_0x13a343=_0x31d716=>{const _0x234498=_0x540970,_0x2e0a8d=_0x2f46d4['find'](_0x39cdf1=>(typeof _0x39cdf1[_0x234498(0x269)]===_0x234498(0x1bb)?_0x39cdf1['getName']():_0x39cdf1[_0x234498(0x220)])===_0x31d716);return _0x2e0a8d?_0x4fcbb7[_0x234498(0x193)](typeof _0x2e0a8d['getValue'],_0x4fcbb7[_0x234498(0x2a2)])?_0x2e0a8d['getValue']():_0x2e0a8d['value']:null;},_0x5d88b2=_0x4fcbb7[_0x540970(0x2c3)](_0x13a343,_0x4fcbb7[_0x540970(0x128)]),_0x22325b=_0x4fcbb7[_0x540970(0x2c3)](_0x13a343,_0x4fcbb7['oLIcK']),_0x1d113b=global['isMobilePlatform']||_0x5d88b2&&_0x4fcbb7[_0x540970(0x193)](_0x4fcbb7['GGxjP'](String,_0x5d88b2)['toLowerCase'](),_0x4fcbb7['fqRML'])&&_0x22325b&&_0x4fcbb7[_0x540970(0x2d9)](String,_0x22325b)[_0x540970(0x17f)]()['includes'](_0x4fcbb7[_0x540970(0x214)]);if(!_0x1d113b)return![];if(!accessibilityHelper['isMobileScanningEnabledForGroup']())return!this[_0x540970(0x2a8)]&&(logger[_0x540970(0x244)](accessibilityHelper[_0x540970(0x148)]),this[_0x540970(0x2a8)]=!![]),![];return!![];}catch(_0xea929e){return logger[_0x540970(0x13f)](_0x540970(0x22d)+_0xea929e['message']),![];}}['getParamsForScanForCli'](_0x2f5790,_0x1acdff,_0x19958d,_0x432765){const _0x4ac7df=a90_0x161a2d,_0x1a5cb7={};_0x1a5cb7[_0x4ac7df(0x1a1)]=function(_0x2cddf5,_0x156f4d){return _0x2cddf5||_0x156f4d;},_0x1a5cb7[_0x4ac7df(0x212)]=function(_0x4e874f,_0x523026){return _0x4e874f&&_0x523026;},_0x1a5cb7[_0x4ac7df(0x184)]=function(_0xe45e44,_0x4e7e3e){return _0xe45e44||_0x4e7e3e;},_0x1a5cb7[_0x4ac7df(0x1d4)]=function(_0x11a502,_0x18f81f){return _0x11a502||_0x18f81f;},_0x1a5cb7[_0x4ac7df(0x1cb)]=_0x4ac7df(0x294);const _0x1883c8=_0x1a5cb7;let _0x5cbf7e=_0x1883c8['GBSEx'](_0x1acdff,'');const _0x5bc524=!this['isAppAccessibility']&&this[_0x4ac7df(0x142)]();_0x1883c8[_0x4ac7df(0x212)](_0x5bc524,!_0x5cbf7e)&&(_0x5cbf7e=accessibilityHelper[_0x4ac7df(0x250)]());const _0x23256a={'command':_0x2f5790,'thTestRunUuid':_0x5cbf7e,'thBuildUuid':_0x1883c8[_0x4ac7df(0x184)](_0x19958d,''),'thJwtToken':_0x1883c8[_0x4ac7df(0x1d4)](_0x432765,''),'timestamp':new Date()[_0x4ac7df(0x21f)]()};return _0x5bc524&&(_0x23256a[_0x4ac7df(0x2de)]=!![],logger[_0x4ac7df(0x13f)](_0x1883c8[_0x4ac7df(0x1cb)])),_0x23256a;}[a90_0x161a2d(0x1b9)](_0x2dade1){const _0x34334c=a90_0x161a2d,_0x4aa540={};_0x4aa540[_0x34334c(0x29f)]=function(_0x2181bd,_0x5c6c2c){return _0x2181bd||_0x5c6c2c;};const _0x34b551=_0x4aa540;try{const _0xd2ed71=this[_0x34334c(0x20a)]?.[_0x34334c(0x1b1)]?.[_0x34334c(0x1b8)]||[],_0x345ab6=_0xd2ed71[_0x34334c(0x29a)](_0x35c7d3=>_0x35c7d3[_0x34334c(0x220)]===_0x2dade1);return _0x34b551[_0x34334c(0x29f)](_0x345ab6,null);}catch(_0x2bc4e4){return logger['debug'](_0x34334c(0x1a6)+_0x2dade1+':\x20'+_0x2bc4e4[_0x34334c(0x284)]),null;}}async[a90_0x161a2d(0x2b3)](_0x3d1b1b,_0x42c040,_0x163630=null){const _0x432b1c=a90_0x161a2d,_0x38f2ec={'iDDHr':function(_0x345b32,_0x4096b7){return _0x345b32(_0x4096b7);},'FIMAd':'../../playwright/accessibility-helper'};try{if(!_0x3d1b1b)return logger['debug']('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x42c040),null;const _0x51e937=this[_0x432b1c(0x1b9)](_0x42c040);if(!_0x51e937||!_0x51e937['command'])return logger[_0x432b1c(0x13f)]('executeScriptByName:\x20No\x20'+_0x42c040+_0x432b1c(0x1e2)),null;logger['debug'](_0x432b1c(0x174)+_0x42c040+_0x432b1c(0x2a9));const _0xd0eec4=_0x38f2ec[_0x432b1c(0x278)](require,_0x38f2ec[_0x432b1c(0x1f5)]),_0x401bfe=_0x163630?await _0xd0eec4[_0x432b1c(0x1fc)](_0x3d1b1b,_0x51e937['command'],_0x163630):await _0xd0eec4[_0x432b1c(0x1fc)](_0x3d1b1b,_0x51e937[_0x432b1c(0x1da)]);return _0x401bfe;}catch(_0xe7b8ca){return logger[_0x432b1c(0x19b)]('Error\x20executing\x20script\x20'+_0x42c040+':\x20'+(_0xe7b8ca[_0x432b1c(0x273)]||_0xe7b8ca[_0x432b1c(0x284)])),null;}}async['performScanForCli'](_0x4850fd,_0x2b109b,_0x290df1,_0x258937,_0x1dac24,_0x113c7b=a90_0x161a2d(0x118)){const _0x3c87a4=a90_0x161a2d,_0x5976cb={'oTTCQ':function(_0x41aab1,_0x3d7167){return _0x41aab1===_0x3d7167;},'TSmVt':_0x3c87a4(0x118),'eJUoH':function(_0x3cc9d2,_0x2c115a){return _0x3cc9d2(_0x2c115a);},'eWUIy':_0x3c87a4(0x2d5),'VHCiS':function(_0x28d584,_0x1da3ec){return _0x28d584(_0x1da3ec);}};try{logger['debug']('[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x290df1+'\x20using\x20script:\x20'+_0x113c7b);const _0x517ff2=this[_0x3c87a4(0x1b9)](_0x113c7b);if(!_0x517ff2||!_0x517ff2['command']){logger[_0x3c87a4(0x13f)]('performScanForCli:\x20No\x20'+_0x113c7b+_0x3c87a4(0x144));return;}if(_0x5976cb[_0x3c87a4(0x2ca)](_0x113c7b,_0x5976cb[_0x3c87a4(0x268)])){const _0x2f7724=_0x5976cb[_0x3c87a4(0x2ef)](require,_0x5976cb['eWUIy']),_0x57505a={};_0x57505a['command']=_0x290df1;const _0x219505=await PerformanceTester[_0x3c87a4(0x224)](PerformanceA11yEvents[_0x3c87a4(0x292)],async()=>{return await _0x2f7724['browserStackEvaluate'](_0x4850fd,_0x517ff2['command'],_0x258937);},_0x57505a)();return logger['info'](_0x3c87a4(0x2c9)+_0x113c7b+_0x3c87a4(0x21c)+_0x290df1+':\x20'+util[_0x3c87a4(0x304)](_0x219505)),_0x219505;}const _0x23867b=_0x5976cb[_0x3c87a4(0x1d6)](require,_0x5976cb['eWUIy']),_0x257e21=await PerformanceTester[_0x3c87a4(0x224)](PerformanceA11yEvents['SAVE_RESULTS'],async()=>{const _0x123c40=_0x3c87a4;return await _0x23867b[_0x123c40(0x1fc)](_0x4850fd,_0x517ff2['command'],_0x258937);})();return logger[_0x3c87a4(0x196)]('Page\x20'+_0x113c7b+'\x20result\x20for\x20'+_0x290df1+':\x20'+util['format'](_0x257e21)),_0x257e21;}catch(_0x50c6cb){logger[_0x3c87a4(0x19b)](_0x3c87a4(0x286)+_0x113c7b+':\x20'+(_0x50c6cb[_0x3c87a4(0x273)]||_0x50c6cb[_0x3c87a4(0x284)]));}}async[a90_0x161a2d(0x2c6)](_0x9ecfab){const _0x53e6b7=a90_0x161a2d,_0x399d9e={'IiAfE':function(_0x43405a,_0x59e3a1){return _0x43405a(_0x59e3a1);},'exlpk':_0x53e6b7(0x19d)};try{const _0x35828e=_0x399d9e[_0x53e6b7(0x1cc)](require,_0x399d9e[_0x53e6b7(0x24a)]);return await _0x35828e[_0x53e6b7(0x12b)](_0x9ecfab);}catch(_0x11c582){return logger['error'](_0x53e6b7(0x161)+(_0x11c582[_0x53e6b7(0x273)]||_0x11c582['message'])),![];}}[a90_0x161a2d(0x2e1)](_0x224534,_0x4b8d9d,_0xf59f27){const _0x5b9856=a90_0x161a2d,_0x3593d3={'jrSEy':function(_0x110f66,_0x1fe184){return _0x110f66(_0x1fe184);},'lzzRb':_0x5b9856(0x2d5),'fXalh':'\x22browserstack.user\x22:\x22[REDACTED]\x22','GzfmF':_0x5b9856(0x223)};try{const _0x4ec64f=_0x3593d3[_0x5b9856(0x16c)](require,_0x3593d3[_0x5b9856(0x23c)]);_0x4ec64f[_0x5b9856(0x2e1)](_0x224534,_0x4b8d9d,_0xf59f27);const _0x4e9d48=JSON[_0x5b9856(0x2f1)](_0x224534)[_0x5b9856(0x28d)](/"browserstack\.user":"[^"]*"/g,_0x3593d3[_0x5b9856(0x221)])['replace'](/"browserstack\.key":"[^"]*"/g,_0x3593d3[_0x5b9856(0x25b)]);logger[_0x5b9856(0x13f)](_0x5b9856(0x15b)+global[_0x5b9856(0x16f)]+'\x20'+_0x4e9d48);}catch(_0x6839ad){logger[_0x5b9856(0x19b)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x6839ad[_0x5b9856(0x273)]||_0x6839ad['message']));}}async['getAccessibilityResults'](_0x4802b1){const _0x16a0b2=a90_0x161a2d,_0x4feaf5={};_0x4feaf5[_0x16a0b2(0x1e0)]=_0x16a0b2(0x24d),_0x4feaf5[_0x16a0b2(0x2d8)]=function(_0x44f6d8,_0x316c33){return _0x44f6d8>_0x316c33;},_0x4feaf5['zazBe']='getResults';const _0x1662ba=_0x4feaf5;try{if(!this[_0x16a0b2(0x1e9)]())return logger[_0x16a0b2(0x244)](_0x1662ba[_0x16a0b2(0x1e0)]),[];const _0x1707b9=this[_0x16a0b2(0x142)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x16a0b2(0x250)]()}:{};_0x1662ba[_0x16a0b2(0x2d8)](Object[_0x16a0b2(0x2c0)](_0x1707b9)[_0x16a0b2(0x2f0)],0x0)&&logger[_0x16a0b2(0x13f)](_0x16a0b2(0x1f7)+JSON[_0x16a0b2(0x2f1)](_0x1707b9));const _0x4c802e=_0x1662ba[_0x16a0b2(0x2d8)](Object[_0x16a0b2(0x2c0)](_0x1707b9)['length'],0x0)?await this[_0x16a0b2(0x2b3)](_0x4802b1,_0x1662ba[_0x16a0b2(0x1c5)],_0x1707b9):await this[_0x16a0b2(0x2b3)](_0x4802b1,_0x1662ba[_0x16a0b2(0x1c5)]);return _0x4c802e||[];}catch(_0x144756){return logger[_0x16a0b2(0x19b)](_0x16a0b2(0x1ed)+(_0x144756['stack']||_0x144756[_0x16a0b2(0x284)])),[];}}async[a90_0x161a2d(0x29c)](_0x3f6c24){const _0x5b8f3c=a90_0x161a2d,_0x5f2793={'DaSYa':'scan','xgIhY':'getResultsSummary','ZhlSc':_0x5b8f3c(0x21d),'CFcRI':function(_0x581143,_0x18bd8f){return _0x581143(_0x18bd8f);},'dHQqq':_0x5b8f3c(0x1f1),'tASoY':function(_0x1d6927,_0x2d1453){return _0x1d6927===_0x2d1453;},'zhBJl':_0x5b8f3c(0x211),'QVfxB':_0x5b8f3c(0x29b),'NGcpt':'accessibility','QMlji':_0x5b8f3c(0x1e8),'qtaSP':_0x5b8f3c(0x29c),'BKCFs':_0x5b8f3c(0x26d),'gwCMS':_0x5b8f3c(0x198),'fTanO':_0x5b8f3c(0x1b0)};try{if(!this[_0x5b8f3c(0x1e9)]())return logger['warn'](_0x5f2793['ZhlSc']),{};const _0x3668f1=_0x5f2793[_0x5b8f3c(0x175)](require,_0x5f2793[_0x5b8f3c(0x1b7)]),_0x1d6497=_0x3668f1[_0x5b8f3c(0x2dc)](),_0x4b468e=_0x5f2793[_0x5b8f3c(0x191)](_0x1d6497?.[_0x5b8f3c(0x220)]?.[_0x5b8f3c(0x17f)](),_0x5f2793[_0x5b8f3c(0x189)]);let _0x1387e6='',_0x2c8843=null,_0x35a98a=null;if(_0x4b468e){_0x2c8843=global[_0x5b8f3c(0x276)]||global[_0x5b8f3c(0x255)]?.[_0x5b8f3c(0x1f9)]?.['testAnalyticsId']||global[_0x5b8f3c(0x255)]?.[_0x5b8f3c(0x1f9)]?.['id'];if(!_0x2c8843)return logger[_0x5b8f3c(0x244)](_0x5f2793[_0x5b8f3c(0x290)]),{};try{const _0x317f65=await GrpcClient[_0x5b8f3c(0x200)]()[_0x5b8f3c(0x1e4)](process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x5f2793[_0x5b8f3c(0x135)],_0x5f2793['xgIhY'],_0x2c8843),_0xdb9af8=AccessibilityModule[_0x5b8f3c(0x2e2)](null,_0x317f65);_0x1387e6=_0xdb9af8?.[_0x5b8f3c(0x14d)]||'',logger[_0x5b8f3c(0x13f)]('[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x1387e6+'\x20from\x20testIdentifier='+_0x2c8843);const _0x170a53=await AccessibilityModule[_0x5b8f3c(0x1e3)](_0x5f2793[_0x5b8f3c(0x1b4)],_0x1387e6,_0x2c8843),_0xe18828=this[_0x5b8f3c(0x226)](_0x5f2793['QMlji'])||this[_0x5b8f3c(0x20a)][this[_0x5b8f3c(0x1a3)]]||null,_0xac54c7=process[_0x5b8f3c(0x197)]['BROWSERSTACK_TESTHUB_JWT']||'',_0x249b05=this[_0x5b8f3c(0x259)](_0x5f2793[_0x5b8f3c(0x2f2)],_0x1387e6,_0xe18828,_0xac54c7);_0x35a98a=_0x3668f1[_0x5b8f3c(0x177)](_0x249b05,_0x170a53),logger[_0x5b8f3c(0x13f)](_0x5b8f3c(0x12e)+JSON['stringify'](_0x35a98a));}catch(_0x4a25a8){return logger[_0x5b8f3c(0x19b)](_0x5b8f3c(0x1c9)+_0x4a25a8[_0x5b8f3c(0x284)]),{};}}else{_0x1387e6=this[_0x5b8f3c(0x226)](_0x5f2793['BKCFs'])||'';!_0x1387e6&&this[_0x5b8f3c(0x142)]()&&(_0x1387e6=accessibilityHelper[_0x5b8f3c(0x250)]());const _0x297a01=this[_0x5b8f3c(0x226)](_0x5f2793[_0x5b8f3c(0x2ea)])||this[_0x5b8f3c(0x20a)][this[_0x5b8f3c(0x1a3)]]||null,_0x1d6513=process[_0x5b8f3c(0x197)][_0x5b8f3c(0x185)]||'';_0x35a98a=this[_0x5b8f3c(0x259)](_0x5f2793[_0x5b8f3c(0x2f2)],_0x1387e6,_0x297a01,_0x1d6513);}logger[_0x5b8f3c(0x13f)](_0x5f2793[_0x5b8f3c(0x2b4)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x5b8f3c(0x292)],async()=>{const _0x4ef969=_0x5b8f3c,_0x2d09e1=await this['executeScriptByName'](_0x3f6c24,_0x5f2793[_0x4ef969(0x130)],_0x35a98a);logger[_0x4ef969(0x13f)](_0x4ef969(0x1d8)+util['format'](_0x2d09e1));},{'command':_0x5f2793[_0x5b8f3c(0x2f2)]})();const _0x3b3888=await PerformanceTester[_0x5b8f3c(0x224)](PerformanceA11yEvents[_0x5b8f3c(0x282)],async()=>{const _0x109f56=_0x5b8f3c;return await this[_0x109f56(0x2b3)](_0x3f6c24,_0x5f2793['xgIhY'],_0x35a98a);})();if(!_0x3b3888)return logger['debug'](_0x5f2793[_0x5b8f3c(0x156)]),{};return _0x3b3888;}catch(_0x4805c7){return logger[_0x5b8f3c(0x19b)](_0x5b8f3c(0x2ee)+(_0x4805c7[_0x5b8f3c(0x273)]||_0x4805c7[_0x5b8f3c(0x284)])),{};}}async[a90_0x161a2d(0x27e)](_0x12ccf0,_0x4ba375,_0x5bd9f2=null){const _0x5810e6=a90_0x161a2d,_0x52e796={};_0x52e796[_0x5810e6(0x190)]=_0x5810e6(0x1a5),_0x52e796[_0x5810e6(0x1c1)]='performPageScan:\x20Script\x20is\x20null',_0x52e796[_0x5810e6(0x123)]=_0x5810e6(0x1f0);const _0x3a7834=_0x52e796;try{if(!_0x12ccf0)return logger[_0x5810e6(0x13f)](_0x3a7834[_0x5810e6(0x190)]),null;if(!_0x4ba375)return logger['debug'](_0x3a7834[_0x5810e6(0x1c1)]),null;logger[_0x5810e6(0x13f)](_0x3a7834[_0x5810e6(0x123)]);const _0x15f398=_0x5bd9f2?await _0x12ccf0[_0x5810e6(0x2a0)](_0x4ba375,_0x5bd9f2):await _0x12ccf0[_0x5810e6(0x2a0)](_0x4ba375);return _0x15f398;}catch(_0x4fd08c){return logger[_0x5810e6(0x19b)](_0x5810e6(0x1be)+(_0x4fd08c['stack']||_0x4fd08c[_0x5810e6(0x284)])),null;}}static[a90_0x161a2d(0x2e2)](_0x10543e,_0x4d1ad0){const _0x23c149=a90_0x161a2d,_0x3b716c={};_0x3b716c[_0x23c149(0x2a3)]='ascii';const _0x2c6641=_0x3b716c,_0x5d03ac={};_0x5d03ac[_0x23c149(0x14d)]=_0x10543e;const _0x5f1d23=_0x5d03ac;let _0x343fcc={};if(_0x4d1ad0[_0x23c149(0x20e)]()&&_0x4d1ad0['hasAccessibilityExecuteParams']())try{_0x343fcc=JSON[_0x23c149(0x140)](new Buffer(_0x4d1ad0[_0x23c149(0x25f)]())[_0x23c149(0x1d9)](_0x2c6641['KnhWW']));}catch(_0x42b6ee){logger[_0x23c149(0x19b)](_0x23c149(0x219)+_0x42b6ee[_0x23c149(0x284)]),_0x343fcc={};}return CLIUtils['mergeObject'](_0x5f1d23,_0x343fcc);}static async['fetchCentralAuthA11yConfig'](_0x5ad270,_0x13e8b8='',_0x4e3f83=null){const _0x52002f=a90_0x161a2d,_0x146e9f={};_0x146e9f[_0x52002f(0x1c0)]=_0x52002f(0x23b),_0x146e9f[_0x52002f(0x256)]=_0x52002f(0x2f9);const _0x343c91=_0x146e9f;try{if(!_0x4e3f83&&AccessibilityModule[_0x52002f(0x25d)])return AccessibilityModule['_centralAuthA11yConfig'];if(!process[_0x52002f(0x197)][_0x52002f(0x18f)])return logger[_0x52002f(0x19b)](_0x343c91[_0x52002f(0x1c0)]),{};const _0x71f5f2=await GrpcClient['getInstance']()[_0x52002f(0x1e4)](process[_0x52002f(0x197)][_0x52002f(0x18f)],_0x343c91[_0x52002f(0x256)],_0x5ad270,_0x4e3f83),_0x25af9d=_0x4e3f83?AccessibilityModule[_0x52002f(0x2e2)](null,_0x71f5f2)?.[_0x52002f(0x14d)]||_0x13e8b8:_0x13e8b8,_0x123077=AccessibilityModule[_0x52002f(0x2e2)](_0x25af9d,_0x71f5f2);return!_0x4e3f83&&(AccessibilityModule[_0x52002f(0x1f8)]=_0x123077,AccessibilityModule[_0x52002f(0x25d)]=!![]),_0x123077;}catch(_0x296749){return logger['error'](_0x52002f(0x20f)+_0x5ad270+':\x20'+(_0x296749[_0x52002f(0x273)]||_0x296749['message'])),{};}}};module[a90_0x161a2d(0x205)]=AccessibilityModule;
1
+ const a90_0x41447e=a90_0x4b21;(function(_0x32dfa5,_0x586862){const _0x4bed71=a90_0x4b21,_0x5099d1=_0x32dfa5();while(!![]){try{const _0x29df4=-parseInt(_0x4bed71(0x11d))/0x1*(-parseInt(_0x4bed71(0x15a))/0x2)+parseInt(_0x4bed71(0x162))/0x3+-parseInt(_0x4bed71(0xf0))/0x4*(-parseInt(_0x4bed71(0x191))/0x5)+-parseInt(_0x4bed71(0x1e5))/0x6+parseInt(_0x4bed71(0x106))/0x7*(-parseInt(_0x4bed71(0x166))/0x8)+-parseInt(_0x4bed71(0x15b))/0x9*(-parseInt(_0x4bed71(0x248))/0xa)+-parseInt(_0x4bed71(0x238))/0xb*(-parseInt(_0x4bed71(0x16f))/0xc);if(_0x29df4===_0x586862)break;else _0x5099d1['push'](_0x5099d1['shift']());}catch(_0x32f743){_0x5099d1['push'](_0x5099d1['shift']());}}}(a90_0x12eb,0x504bb));function a90_0x4b21(_0x986ff3,_0x58f7c7){const _0x12eb4a=a90_0x12eb();return a90_0x4b21=function(_0x4b21ad,_0x5a2f3d){_0x4b21ad=_0x4b21ad-0x8a;let _0x329cdb=_0x12eb4a[_0x4b21ad];return _0x329cdb;},a90_0x4b21(_0x986ff3,_0x58f7c7);}const BaseModule=require('./baseModule'),{createClassLogger}=require(a90_0x41447e(0x1cd)),CLIUtils=require(a90_0x41447e(0x105)),AutomationFramework=require(a90_0x41447e(0x1fd)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a90_0x41447e(0x160)),HookState=require(a90_0x41447e(0x128)),GrpcClient=require(a90_0x41447e(0x10b)),scripts=require(a90_0x41447e(0x94)),logger=createClassLogger(a90_0x41447e(0xad)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a90_0x41447e(0xc0)),{nestedKeyValue,isUndefined}=require(a90_0x41447e(0xe8)),util=require(a90_0x41447e(0x13f)),TestInfo=require(a90_0x41447e(0x184)),TestFrameworkConstants=require('../framework/constants/testFrameworkConstants.js'),accessibilityHelper=require('../../../helpers/accessibility-automation/helper');class AccessibilityModule extends BaseModule{static [a90_0x41447e(0x9a)]=AccessibilityModule['name'];static [a90_0x41447e(0xe1)]=![];static [a90_0x41447e(0x256)]={};constructor(_0x45ac6f){const _0x1a9fc6=a90_0x41447e,_0xea29db={};_0xea29db['kytWP']=_0x1a9fc6(0x14c),_0xea29db['MdMNj']=_0x1a9fc6(0x1cf),_0xea29db[_0x1a9fc6(0xa4)]='DRIVER_HAS_URL',_0xea29db['NJKqH']=_0x1a9fc6(0x107),_0xea29db[_0x1a9fc6(0x25e)]=_0x1a9fc6(0x159);const _0x10dec7=_0xea29db,_0x37fb5b=_0x10dec7['kytWP'][_0x1a9fc6(0x11f)]('|');let _0x4d1b54=0x0;while(!![]){switch(_0x37fb5b[_0x4d1b54++]){case'0':this[_0x1a9fc6(0x11a)]=![];continue;case'1':this[_0x1a9fc6(0x22b)]=_0x10dec7[_0x1a9fc6(0x211)];continue;case'2':this[_0x1a9fc6(0x23a)]=[];continue;case'3':AutomationFramework[_0x1a9fc6(0x17d)](AutomationFrameworkState[_0x1a9fc6(0x141)],HookState[_0x1a9fc6(0x1f9)],this[_0x1a9fc6(0xfc)][_0x1a9fc6(0x136)](this));continue;case'4':AutomationFramework[_0x1a9fc6(0x17d)](AutomationFrameworkState[_0x1a9fc6(0x133)],HookState['PRE'],this['onAfterTest'][_0x1a9fc6(0x136)](this));continue;case'5':this['isAppAccessibility']=![];continue;case'6':this[_0x1a9fc6(0x272)](_0x45ac6f[_0x1a9fc6(0x228)]()[_0x1a9fc6(0x1be)]());continue;case'7':this[_0x1a9fc6(0x196)]=_0x10dec7['mMeeB'];continue;case'8':this[_0x1a9fc6(0xca)]=new Map();continue;case'9':AutomationFramework[_0x1a9fc6(0x17d)](AutomationFrameworkState[_0x1a9fc6(0x215)],HookState['PRE'],this['onBeforeExecute'][_0x1a9fc6(0x136)](this));continue;case'10':this[_0x1a9fc6(0x20b)]=_0x45ac6f[_0x1a9fc6(0xb8)]();continue;case'11':super();continue;case'12':this[_0x1a9fc6(0x1a3)]=![];continue;case'13':this[_0x1a9fc6(0x21b)]=!![];continue;case'14':this[_0x1a9fc6(0xdc)]=_0x10dec7[_0x1a9fc6(0x13d)];continue;case'15':this['LOG_DISABLED_SHOWN']=new Map();continue;case'16':logger[_0x1a9fc6(0x155)](_0x10dec7[_0x1a9fc6(0x25e)]);continue;}break;}}[a90_0x41447e(0x21b)](){const _0x1f881f=a90_0x41447e;return this[_0x1f881f(0x21b)];}[a90_0x41447e(0xc6)](){const _0x564d3b=a90_0x41447e;return AccessibilityModule[_0x564d3b(0x9a)];}[a90_0x41447e(0x209)](){const _0x2854ac=a90_0x41447e;return this[_0x2854ac(0xca)][_0x2854ac(0xa2)](CLIUtils[_0x2854ac(0x17e)](),![]);}[a90_0x41447e(0x1ed)](){const _0x25d08a=a90_0x41447e;return this[_0x25d08a(0x1a4)][_0x25d08a(0xa2)](CLIUtils[_0x25d08a(0x17e)](),![]);}[a90_0x41447e(0x1ea)](_0x49ea0b){const _0x3c29ca=a90_0x41447e;this[_0x3c29ca(0x1a4)]['set'](CLIUtils[_0x3c29ca(0x17e)](),_0x49ea0b);}[a90_0x41447e(0x1b3)](){const _0x450c90=a90_0x41447e,_0x3842dc={'PkLMZ':_0x450c90(0x171),'TkMzl':function(_0x27d9dd,_0x50d421){return _0x27d9dd(_0x50d421);},'WEgje':_0x450c90(0x16b),'ovoTP':_0x450c90(0x1e2),'btGTR':_0x450c90(0x1a2)};if(this[_0x450c90(0x1a3)]){logger[_0x450c90(0x155)](_0x3842dc[_0x450c90(0x205)]);return;}try{const _0x341bff=_0x3842dc[_0x450c90(0x118)](require,_0x3842dc[_0x450c90(0x217)]);_0x341bff&&_0x341bff[_0x450c90(0x270)]?(_0x341bff['patchSendMessageToServer'](),this[_0x450c90(0x1a3)]=!![],logger[_0x450c90(0x155)](_0x3842dc[_0x450c90(0x222)])):logger[_0x450c90(0x155)](_0x3842dc[_0x450c90(0x252)]);}catch(_0x3bbf58){logger[_0x450c90(0x155)](_0x450c90(0x164)+util[_0x450c90(0x100)](_0x3bbf58));}}['isPlatformSupported'](_0x53cc8a=null,_0xffa28d=null,_0x5586ca=null){const _0x5ca9b1=a90_0x41447e,_0x53b723={'duutk':function(_0x364fcd,_0x743cf8){return _0x364fcd&&_0x743cf8;},'AFcDm':_0x5ca9b1(0x1de),'kvHQi':function(_0x397649,_0xbec77){return _0x397649(_0xbec77);},'wPOGM':_0x5ca9b1(0xe8),'twmCk':_0x5ca9b1(0x1c8),'ueiMM':_0x5ca9b1(0x175),'IbmCb':function(_0x4745b9,_0x2d41a3){return _0x4745b9===_0x2d41a3;},'DzoWW':function(_0x547edd,_0x2414c2){return _0x547edd===_0x2414c2;},'ZrQEU':'true','nHaEJ':function(_0xb1810a,_0xe36332){return _0xb1810a===_0xe36332;},'GJKLL':_0x5ca9b1(0x22f),'XJwsW':_0x5ca9b1(0x187),'HgZJd':_0x5ca9b1(0x1d3),'uzWbA':function(_0xfac021,_0x32105f){return _0xfac021!==_0x32105f;},'mZQka':_0x5ca9b1(0x230),'sfIjD':function(_0x31d8b7){return _0x31d8b7();},'YBnOM':_0x5ca9b1(0xe4),'FiJHF':function(_0x3c9512,_0x10c90b){return _0x3c9512!==_0x10c90b;},'CbzRC':function(_0x1a519f,_0x2099ec){return _0x1a519f>_0x2099ec;},'NiZBE':_0x5ca9b1(0x258)};try{if(_0x53b723[_0x5ca9b1(0x10f)](!_0xffa28d,!_0x5586ca))return logger[_0x5ca9b1(0x155)](_0x53b723[_0x5ca9b1(0x263)]),![];const {isUndefined:_0x42ca13,isBrowserstackInfra:_0x6057b1}=_0x53b723[_0x5ca9b1(0x271)](require,_0x53b723[_0x5ca9b1(0x98)]);if(!accessibilityHelper[_0x5ca9b1(0x120)]())return logger[_0x5ca9b1(0x155)](_0x53b723[_0x5ca9b1(0xef)]),![];const _0x178c01=_0xffa28d['browserName']||_0xffa28d[_0x5ca9b1(0x194)],_0x5def0d=_0xffa28d[_0x5ca9b1(0x1a6)]||_0xffa28d['browser_version'];if(!accessibilityHelper[_0x5ca9b1(0x1c7)](_0x178c01))return logger['warn'](_0x53b723['ueiMM']),![];if(accessibilityHelper[_0x5ca9b1(0x240)](_0x178c01))try{const _0x2d4c2b=_0xffa28d['headless'],_0x5c9885=_0x53b723[_0x5ca9b1(0xd1)](_0x2d4c2b,!![])||_0x53b723[_0x5ca9b1(0xd2)](_0x2d4c2b,_0x53b723['ZrQEU'])||_0x53b723['nHaEJ'](typeof _0x2d4c2b,_0x53b723[_0x5ca9b1(0x8e)])&&_0x53b723[_0x5ca9b1(0xd2)](_0x2d4c2b['toLowerCase'](),_0x53b723[_0x5ca9b1(0x1d7)]);if(_0x5c9885)return logger['warn'](_0x53b723[_0x5ca9b1(0x149)]),![];const _0x5f0356=_0xffa28d?.['chromeOptions']?.[_0x5ca9b1(0xc5)]||_0xffa28d?.[_0x53b723[_0x5ca9b1(0x247)]]?.[_0x5ca9b1(0xc5)]||[];if(Array[_0x5ca9b1(0x219)](_0x5f0356)&&_0x5f0356[_0x5ca9b1(0x202)](_0x2f8348=>typeof _0x2f8348===_0x5ca9b1(0x22f)&&(_0x2f8348===_0x5ca9b1(0x207)||_0x2f8348['startsWith'](_0x5ca9b1(0x163))&&_0x2f8348!==_0x5ca9b1(0x20e))))return logger[_0x5ca9b1(0x1ee)](_0x53b723[_0x5ca9b1(0x149)]),![];}catch(_0x1c5087){logger[_0x5ca9b1(0x155)](_0x5ca9b1(0x236)+util[_0x5ca9b1(0x100)](_0x1c5087));}if(_0x53b723[_0x5ca9b1(0x26e)](_0x5def0d,_0x53b723[_0x5ca9b1(0x1d1)])){const _0x18744f=_0x53b723[_0x5ca9b1(0x181)](_0x6057b1),_0x505105=accessibilityHelper[_0x5ca9b1(0x1ce)](_0x178c01,_0x18744f),_0x2f8932=accessibilityHelper[_0x5ca9b1(0x204)](_0x178c01);if(!accessibilityHelper[_0x5ca9b1(0x1f2)](_0x5def0d,_0x505105)){const _0x530355=_0x18744f?'':_0x53b723[_0x5ca9b1(0xc2)];return logger[_0x5ca9b1(0x1ee)](_0x5ca9b1(0xaf)+_0x2f8932+_0x5ca9b1(0x19e)+_0x505105+_0x5ca9b1(0xd3)+_0x530355+'.'),![];}}else{const _0xd3243d=_0xffa28d[_0x5ca9b1(0x1a6)]||_0xffa28d[_0x5ca9b1(0x23c)]||_0xffa28d[_0x5ca9b1(0x127)];if(_0xd3243d&&_0x53b723[_0x5ca9b1(0xfa)](_0xd3243d,_0x53b723[_0x5ca9b1(0x1d1)])&&!_0x53b723[_0x5ca9b1(0x96)](_0x53b723[_0x5ca9b1(0x271)](parseFloat,_0xd3243d),_0x53b723[_0x5ca9b1(0x271)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x5ca9b1(0x1ee)](_0x53b723[_0x5ca9b1(0xa8)]),![];}return!![];}catch(_0x1bdadb){return logger['debug'](_0x5ca9b1(0x15c)+_0x1bdadb['message']),![];}}[a90_0x41447e(0x1b4)](_0x39975e=[],_0xd3953e,_0x3fd459=a90_0x41447e(0xf7)){const _0x23bb90=a90_0x41447e,_0x10f589={'jpBof':function(_0x1432fb,_0x2cdc70){return _0x1432fb===_0x2cdc70;},'QqHWQ':_0x23bb90(0x8d),'Pqvdn':function(_0x7f24cf,_0x46cfe3){return _0x7f24cf||_0x46cfe3;},'txjXA':function(_0x18d0a2,_0x340218){return _0x18d0a2&&_0x340218;},'xnyIt':_0x23bb90(0xd9),'ltSOa':function(_0x24354a,_0x5ba628){return _0x24354a(_0x5ba628);},'wswKb':function(_0x5dd4c1,_0xa30358){return _0x5dd4c1>_0xa30358;}};try{const _0x46254a=process[_0x23bb90(0x17f)][_0x23bb90(0x1d5)]?JSON[_0x23bb90(0xe6)](process[_0x23bb90(0x17f)][_0x23bb90(0x1d5)]):null;if(!_0x46254a)return!![];const _0x27c100=Array[_0x23bb90(0x219)](_0x46254a['includeTagsInTestingScope'])?_0x46254a[_0x23bb90(0x1c9)]:[],_0x71a9ce=Array['isArray'](_0x46254a[_0x23bb90(0x1b0)])?_0x46254a[_0x23bb90(0x1b0)]:[];if(_0x10f589[_0x23bb90(0x135)](_0x3fd459,_0x10f589['QqHWQ'])){let _0x19251a;Array[_0x23bb90(0x219)](_0x39975e)?_0x19251a=_0x39975e[_0x23bb90(0x15f)]('\x20'):_0x19251a=_0x10f589['Pqvdn'](_0x39975e,'');const _0x25f4c4=_0x71a9ce[_0x23bb90(0x202)](_0x3c82ef=>_0x19251a[_0x23bb90(0x25f)](_0x3c82ef)),_0xd2f984=_0x10f589[_0x23bb90(0x135)](_0x27c100['length'],0x0)||_0x27c100[_0x23bb90(0x202)](_0x217d79=>_0x19251a['includes'](_0x217d79)),_0x33a1c7=_0x10f589[_0x23bb90(0x1c0)](!_0x25f4c4,_0xd2f984);return logger[_0x23bb90(0x155)](_0x23bb90(0x25a)+(_0xd3953e?.[_0x23bb90(0x146)]?.()||_0x10f589['xnyIt'])+_0x23bb90(0xae)+_0x33a1c7+_0x23bb90(0x1df)+_0x19251a+_0x23bb90(0x1ba)+JSON[_0x23bb90(0x14f)](_0x27c100)+_0x23bb90(0x176)+JSON['stringify'](_0x71a9ce)),_0x33a1c7;}const _0x34bedd=Array[_0x23bb90(0x219)](_0x39975e)?_0x39975e:[];let _0x2be9a4=![],_0x437c17=_0x10f589['jpBof'](_0x27c100['length'],0x0);const _0x383923=_0x3215e5=>typeof _0x3215e5===_0x23bb90(0x22f)?_0x3215e5[_0x23bb90(0x26f)](/^@/,'')[_0x23bb90(0xb7)]()['trim']():_0x3215e5,_0x4a68e7=new Set(_0x27c100[_0x23bb90(0x123)](_0x383923)),_0x3b9bed=new Set(_0x71a9ce[_0x23bb90(0x123)](_0x383923));for(const _0x51b6b of _0x34bedd){const _0x6109d2=_0x10f589['ltSOa'](_0x383923,_0x51b6b);_0x3b9bed['has'](_0x6109d2)&&(_0x2be9a4=!![]),_0x10f589[_0x23bb90(0xe0)](_0x4a68e7['size'],0x0)&&_0x4a68e7[_0x23bb90(0x246)](_0x6109d2)&&(_0x437c17=!![]);}const _0x2aecaf=_0x10f589[_0x23bb90(0x1c0)](_0x437c17,!_0x2be9a4);return logger['debug']('[platform\x20-\x20'+(_0xd3953e?.[_0x23bb90(0x146)]?.()||_0x10f589[_0x23bb90(0x1d0)])+_0x23bb90(0x13a)+_0x2aecaf+_0x23bb90(0x172)+JSON['stringify'](_0x34bedd)+_0x23bb90(0x1ba)+JSON['stringify'](_0x27c100)+_0x23bb90(0x176)+JSON[_0x23bb90(0x14f)](_0x71a9ce)),_0x2aecaf;}catch(_0x3ec713){return logger[_0x23bb90(0x155)](_0x23bb90(0x25a)+(_0xd3953e?.[_0x23bb90(0x146)]?.()||_0x10f589['xnyIt'])+_0x23bb90(0x1fb)+_0x3ec713[_0x23bb90(0x143)]),![];}}async[a90_0x41447e(0xfc)](_0x310ffa){const _0xcb49ea=a90_0x41447e,_0x388b26={};_0x388b26['MLIgz']=function(_0x46ac9a,_0x133f38){return _0x46ac9a!==_0x133f38;},_0x388b26[_0xcb49ea(0x1aa)]=_0xcb49ea(0xf7),_0x388b26['PQxQp']=function(_0x3f4b07,_0x40264a){return _0x3f4b07!==_0x40264a;},_0x388b26[_0xcb49ea(0x22c)]=_0xcb49ea(0x8d),_0x388b26[_0xcb49ea(0xe3)]='onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20supported\x20test\x20framework',_0x388b26[_0xcb49ea(0x92)]=_0xcb49ea(0x22a),_0x388b26['WJgPL']=_0xcb49ea(0x249),_0x388b26['HhKdr']=_0xcb49ea(0x12c),_0x388b26['FjwYS']=_0xcb49ea(0x124),_0x388b26['KTaXe']=function(_0x21f070,_0x97cf18){return _0x21f070===_0x97cf18;},_0x388b26['fUoJW']='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x388b26[_0xcb49ea(0x223)]=_0xcb49ea(0xac),_0x388b26[_0xcb49ea(0xd4)]=function(_0xf9742a,_0x4e6ae6){return _0xf9742a>_0x4e6ae6;},_0x388b26[_0xcb49ea(0x200)]=_0xcb49ea(0x1da),_0x388b26[_0xcb49ea(0x18c)]=_0xcb49ea(0x137),_0x388b26[_0xcb49ea(0xb3)]=function(_0x531c80,_0x462654){return _0x531c80&&_0x462654;},_0x388b26['ygnUe']=_0xcb49ea(0xd9),_0x388b26[_0xcb49ea(0x21a)]=_0xcb49ea(0x1b6);const _0x544535=_0x388b26;if(_0x544535[_0xcb49ea(0x27a)](_0x310ffa['testFramework'],_0x544535[_0xcb49ea(0x1aa)])&&_0x544535[_0xcb49ea(0xd8)](_0x310ffa[_0xcb49ea(0xbd)],_0x544535['Yorim'])){logger[_0xcb49ea(0x155)](_0x544535[_0xcb49ea(0xe3)]);return;}try{const _0x4207ac=AutomationFramework[_0xcb49ea(0x102)](),_0xd6f2e5=TestFramework[_0xcb49ea(0x102)](),_0x2aee18=_0x310ffa[_0xcb49ea(0x11b)]||global[_0xcb49ea(0x232)]?.[_0xcb49ea(0x129)]||null;if(!_0x2aee18){_0xd6f2e5&&_0xd6f2e5['updateData'](_0x544535[_0xcb49ea(0x92)],!![]);logger[_0xcb49ea(0x155)](_0x544535[_0xcb49ea(0x1f6)]);return;}logger[_0xcb49ea(0x155)](_0x544535['HhKdr']);const _0x618534=_0xd6f2e5?.[_0xcb49ea(0xaa)](_0x544535[_0xcb49ea(0xd7)],![]),_0x4e92a4=_0xd6f2e5?.['getData'](_0x544535[_0xcb49ea(0x92)],![]);if(_0x544535[_0xcb49ea(0x1a7)](_0x618534,![])&&_0x544535[_0xcb49ea(0x1a7)](_0x4e92a4,![])){_0xd6f2e5&&_0xd6f2e5['updateData'](_0x544535[_0xcb49ea(0xd7)],!![]);logger[_0xcb49ea(0x155)](_0x544535[_0xcb49ea(0xc7)]);return;}_0xd6f2e5&&_0xd6f2e5[_0xcb49ea(0x173)](_0x544535[_0xcb49ea(0x92)],!![]);let _0x3b453b,_0x298c77;const _0x13fc6b=_0x310ffa[_0xcb49ea(0xbd)]||_0x544535[_0xcb49ea(0x1aa)];if(_0x544535[_0xcb49ea(0x1a7)](_0x13fc6b,_0x544535[_0xcb49ea(0x22c)])){_0x298c77=_0x310ffa[_0xcb49ea(0x10c)]?.[_0xcb49ea(0x12b)]||_0x310ffa[_0xcb49ea(0x10c)]?.['id']||global[_0xcb49ea(0x208)]||global[_0xcb49ea(0x232)]?.[_0xcb49ea(0x1e0)]?.[_0xcb49ea(0x12b)]||global[_0xcb49ea(0x232)]?.[_0xcb49ea(0x1e0)]?.['id'];const _0x4daf25=_0xd6f2e5?.['getAllData']()?.['get'](_0x298c77);if(_0x4daf25&&_0x4daf25[TestFrameworkConstants[_0xcb49ea(0x198)]])_0x3b453b=_0x4daf25[TestFrameworkConstants[_0xcb49ea(0x198)]];else{if(_0x310ffa['testInfo']?.['titlePath'])_0x3b453b=_0x310ffa[_0xcb49ea(0x10c)][_0xcb49ea(0x9e)];else global['__workerDetails']?.[_0xcb49ea(0x1e0)]?.[_0xcb49ea(0x10c)]?.[_0xcb49ea(0x9e)]?_0x3b453b=global[_0xcb49ea(0x232)][_0xcb49ea(0x1e0)][_0xcb49ea(0x10c)][_0xcb49ea(0x9e)]:_0x3b453b=_0x544535[_0xcb49ea(0x223)];}logger[_0xcb49ea(0x155)](_0xcb49ea(0x267)+_0x298c77+',\x20testName='+JSON[_0xcb49ea(0x14f)](_0x3b453b));}else{_0x298c77=this['getTestId'](_0x310ffa);const _0x5b3e45=TestInfo['getTestDetails'](_0x298c77);let _0x240474=[];if(_0x5b3e45&&Array[_0xcb49ea(0x219)](_0x5b3e45[_0xcb49ea(0x137)])&&_0x544535['yNWHg'](_0x5b3e45['test_tags'][_0xcb49ea(0x1f4)],0x0))_0x240474=_0x5b3e45[_0xcb49ea(0x137)];else{if(_0xd6f2e5){const _0x344f24=_0x544535[_0xcb49ea(0x1a7)](typeof _0xd6f2e5[_0xcb49ea(0xaa)],_0x544535[_0xcb49ea(0x200)])?_0xd6f2e5[_0xcb49ea(0xaa)](_0x544535[_0xcb49ea(0x18c)],[]):_0xd6f2e5['test_tags']||[];Array[_0xcb49ea(0x219)](_0x344f24)&&(_0x240474=_0x344f24);}}_0x3b453b=_0x240474;}logger[_0xcb49ea(0x1b1)]('test-tags-->\x20'+JSON[_0xcb49ea(0x14f)](_0x3b453b));const _0x5bb47f=this[_0xcb49ea(0xd5)](_0x4207ac,_0x310ffa[_0xcb49ea(0xbe)],_0x310ffa[_0xcb49ea(0x168)]);logger[_0xcb49ea(0x155)](_0xcb49ea(0x277)+_0x5bb47f+_0xcb49ea(0xa9)+this['isAppAccessibility']);const _0x4cdd71=this[_0xcb49ea(0x1b4)](_0x3b453b,_0x4207ac,_0x13fc6b),_0x10fc11=_0x544535['AAfhv'](_0x5bb47f,_0x4cdd71),_0x3a44e0=CLIUtils[_0xcb49ea(0x17e)]();this[_0xcb49ea(0xca)][_0xcb49ea(0x1e9)](_0x3a44e0,_0x10fc11),global['Context']?.['getContext']&&global[_0xcb49ea(0x108)][_0xcb49ea(0x1eb)]()['setShouldScan'](_0x10fc11),logger[_0xcb49ea(0x155)](_0xcb49ea(0x25a)+(_0x4207ac?.[_0xcb49ea(0x146)]?.()||_0x544535[_0xcb49ea(0x1f1)])+']\x20should\x20run\x20accessibility\x20value='+_0x10fc11),_0x10fc11?(global[_0xcb49ea(0x1d9)]=!![],process[_0xcb49ea(0x17f)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x544535[_0xcb49ea(0x21a)],this[_0xcb49ea(0x1b3)]()):global[_0xcb49ea(0x1d9)]=![];}catch(_0x321598){logger[_0xcb49ea(0x251)](_0xcb49ea(0xb6)+(_0x321598[_0xcb49ea(0x275)]||_0x321598[_0xcb49ea(0x143)]));const _0xecfe43=CLIUtils['getCurrentInstanceName']();this[_0xcb49ea(0xca)][_0xcb49ea(0x1e9)](_0xecfe43,![]),global[_0xcb49ea(0x1d9)]=![];}}['getGoogleChromeOptions'](){const _0xd41642=a90_0x41447e;return this[_0xd41642(0x23a)][_0xd41642(0x1b2)](_0x4b257f=>_0x4b257f[_0xd41642(0x1dd)]()===_0xd41642(0x1d3))?.[_0xd41642(0x1f7)]()||'';}[a90_0x41447e(0x24b)](_0x54466a){const _0x2e286d=a90_0x41447e;try{const _0x142333=this[_0x2e286d(0x20b)]?.[_0x2e286d(0x115)]?.['capabilitiesList']||[],_0x1b7f81=_0x142333[_0x2e286d(0x1b2)](_0x3e81cb=>_0x3e81cb[_0x2e286d(0x113)]===_0x54466a);return _0x1b7f81?_0x1b7f81['value']:null;}catch(_0x3c6658){return logger[_0x2e286d(0x155)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x54466a+':\x20'+_0x3c6658[_0x2e286d(0x143)]),null;}}async[a90_0x41447e(0xa0)](_0x2df1ac,_0x1280d2){const _0x3ba2f1=a90_0x41447e,_0xab87ea=_0x2df1ac[_0x3ba2f1(0x15e)]()[_0x3ba2f1(0x228)](),_0x4f359b=_0xab87ea[_0x3ba2f1(0x265)](),_0x560adf=_0xab87ea[_0x3ba2f1(0x201)]()?.[_0x3ba2f1(0x126)]();scripts[_0x3ba2f1(0x8c)](_0x4f359b,_0x560adf),scripts[_0x3ba2f1(0x237)]();const _0x37307d=_0xab87ea[_0x3ba2f1(0x1be)]();this[_0x3ba2f1(0x23a)]=_0xab87ea['getCapabilitiesList'](),await this[_0x3ba2f1(0x272)](_0x37307d,_0x1280d2[_0x3ba2f1(0x168)]);}async['setAccessibilityToken'](_0x576b57,_0x3bf94c={}){const _0x3f9811=a90_0x41447e,_0x4222b3={'gpcBl':function(_0x1cc18d,_0x2ab644){return _0x1cc18d===_0x2ab644;},'iaJer':_0x3f9811(0x13c),'MogsO':_0x3f9811(0x1a0),'pXVWL':function(_0x25706d,_0x4e3bed){return _0x25706d(_0x4e3bed);},'dUZrk':_0x3f9811(0x235),'DOtnO':function(_0x1d4a68,_0x349930){return _0x1d4a68(_0x349930);},'xSQEY':'../../../helpers/helper','gObGR':function(_0x282edd,_0x3399a8){return _0x282edd===_0x3399a8;},'HKdZM':_0x3f9811(0x22d),'jHblt':'browserstack.accessibilityOptions.wcagVersion','yVnEW':function(_0x49ce4e,_0x33bd2e){return _0x49ce4e===_0x33bd2e;},'iYCZL':_0x3f9811(0x1af),'mtsiv':_0x3f9811(0x8f),'zREwe':_0x3f9811(0x254),'uqcJu':'browserstack.accessibilityOptions.scannerProcessingTimeout','GykCc':function(_0x153030,_0x3e1646){return _0x153030===_0x3e1646;},'pekES':_0x3f9811(0x1a8),'sdrUy':function(_0x30cdc6,_0x426f53){return _0x30cdc6(_0x426f53);},'uiLLF':function(_0x160f5b,_0x1576b3){return _0x160f5b===_0x1576b3;},'yWbNg':function(_0x55d8d9,_0x54338f){return _0x55d8d9===_0x54338f;},'KJLFP':_0x3f9811(0x1b6)};global['__accessibilityOptions']=global['__accessibilityOptions']||{};for(const _0x9561af of _0x576b57){logger[_0x3f9811(0x1b1)](_0x3f9811(0x21e)+_0x9561af[_0x3f9811(0x1dd)]()+_0x3f9811(0xb5)+_0x9561af['getValue']());if(_0x4222b3['gpcBl'](_0x9561af[_0x3f9811(0x1dd)](),_0x4222b3['iaJer'])){const _0x229313=_0x9561af[_0x3f9811(0x1f7)]();process[_0x3f9811(0x17f)][_0x3f9811(0x21d)]=_0x229313,global[_0x3f9811(0x12d)][_0x4222b3[_0x3f9811(0x9f)]]=_0x229313;const _0x27c678=_0x4222b3[_0x3f9811(0x257)](require,_0x4222b3['dUZrk']),{isTrue:_0x5297c3}=_0x4222b3[_0x3f9811(0x1ab)](require,_0x4222b3[_0x3f9811(0x117)]),_0x30880e=_0x27c678[_0x3f9811(0x18a)](_0x229313);_0x30880e&&_0x4222b3[_0x3f9811(0x257)](_0x5297c3,_0x30880e[_0x3f9811(0x1e8)])&&(process['env']['BS_A11Y_SKIP_CDP_CONNECT_OVERRIDE']=!![]);}else{if(_0x4222b3[_0x3f9811(0x104)](_0x9561af[_0x3f9811(0x1dd)](),_0x4222b3[_0x3f9811(0x138)]))global[_0x3f9811(0x12d)][_0x4222b3['jHblt']]=_0x9561af[_0x3f9811(0x1f7)]();else{if(_0x4222b3['yVnEW'](_0x9561af[_0x3f9811(0x1dd)](),_0x4222b3[_0x3f9811(0x17c)]))global[_0x3f9811(0x12d)][_0x4222b3['mtsiv']]=_0x9561af[_0x3f9811(0x1f7)]();else{if(_0x4222b3[_0x3f9811(0x95)](_0x9561af[_0x3f9811(0x1dd)](),_0x4222b3[_0x3f9811(0x157)]))global['__accessibilityOptions'][_0x4222b3[_0x3f9811(0x154)]]=_0x9561af[_0x3f9811(0x1f7)]();else{if(_0x4222b3[_0x3f9811(0x234)](_0x9561af[_0x3f9811(0x1dd)](),_0x4222b3[_0x3f9811(0x250)])){const _0x1c6116=_0x9561af[_0x3f9811(0x1f7)]();process[_0x3f9811(0x17f)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']=_0x4222b3['sdrUy'](String,_0x4222b3[_0x3f9811(0x21f)](_0x1c6116,!![])||_0x4222b3['yWbNg'](_0x1c6116,_0x4222b3[_0x3f9811(0xb2)])),logger['debug'](_0x3f9811(0x111)+_0x1c6116+_0x3f9811(0x13b)+process[_0x3f9811(0x17f)][_0x3f9811(0x14e)]);}}}}}}}async[a90_0x41447e(0x132)](_0x2d0faa){const _0x503c6d=a90_0x41447e,_0x26224d={};_0x26224d[_0x503c6d(0xcf)]=function(_0x5298b8,_0x43e6c7){return _0x5298b8!==_0x43e6c7;},_0x26224d[_0x503c6d(0xa5)]=_0x503c6d(0xf7),_0x26224d[_0x503c6d(0x17b)]='jest',_0x26224d[_0x503c6d(0x116)]=_0x503c6d(0x24a),_0x26224d[_0x503c6d(0x8a)]=_0x503c6d(0xd9);const _0x38e3d2=_0x26224d;if(_0x38e3d2[_0x503c6d(0xcf)](_0x2d0faa[_0x503c6d(0xbd)],_0x38e3d2['NnAJP'])&&_0x38e3d2[_0x503c6d(0xcf)](_0x2d0faa[_0x503c6d(0xbd)],_0x38e3d2[_0x503c6d(0x17b)])){logger[_0x503c6d(0x155)](_0x38e3d2[_0x503c6d(0x116)]);return;}const _0x34eee3=_0x2d0faa[_0x503c6d(0x10c)]?.['testAnalyticsId']||_0x2d0faa[_0x503c6d(0x10c)]?.['id']||global['__jestCurrentTestIdentifier'];logger['info']('[AccessibilityModule]\x20onAfterTest:\x20framework='+_0x2d0faa[_0x503c6d(0xbd)]+_0x503c6d(0x167)+_0x34eee3);try{const _0x4fa7fd=_0x2d0faa[_0x503c6d(0x269)]||AutomationFramework[_0x503c6d(0x102)](),_0x3ae15a=CLIUtils[_0x503c6d(0x17e)](),_0x823769=this['getCurrentAccessibilityStatus']();logger[_0x503c6d(0x155)](_0x503c6d(0x25a)+(_0x4fa7fd?.[_0x503c6d(0x146)]?.()||_0x38e3d2['lqCMf'])+']\x20onAfterTest\x20should\x20scan='+_0x823769),_0x823769&&await this[_0x503c6d(0x147)](_0x4fa7fd,_0x2d0faa),this[_0x503c6d(0xca)][_0x503c6d(0x20d)](_0x3ae15a),this[_0x503c6d(0x1a4)][_0x503c6d(0x20d)](_0x3ae15a);}catch(_0x3e485f){logger[_0x503c6d(0x251)](_0x503c6d(0x225)+(_0x3e485f['stack']||_0x3e485f['message']));}}async[a90_0x41447e(0x147)](_0x344a9c,_0x52f4be){const _0x40cfd4=a90_0x41447e,_0x4fe617={};_0x4fe617[_0x40cfd4(0x18e)]=function(_0x17e051,_0x59f4f5){return _0x17e051===_0x59f4f5;},_0x4fe617[_0x40cfd4(0x1c6)]='function',_0x4fe617[_0x40cfd4(0x9d)]=_0x40cfd4(0x8d),_0x4fe617[_0x40cfd4(0x12a)]=_0x40cfd4(0xf7),_0x4fe617['nKxKc']=_0x40cfd4(0x19c),_0x4fe617[_0x40cfd4(0x9c)]=_0x40cfd4(0xca),_0x4fe617[_0x40cfd4(0x261)]=_0x40cfd4(0x26b),_0x4fe617['WtLwk']=_0x40cfd4(0xd9),_0x4fe617[_0x40cfd4(0xeb)]='present',_0x4fe617['gaqjj']=_0x40cfd4(0x182),_0x4fe617[_0x40cfd4(0x1ff)]=function(_0x127ef7,_0x2c690a){return _0x127ef7===_0x2c690a;},_0x4fe617['FxvtU']=function(_0x51012d,_0x50f720){return _0x51012d||_0x50f720;},_0x4fe617[_0x40cfd4(0x145)]=_0x40cfd4(0x1a5),_0x4fe617['BDgTI']=_0x40cfd4(0x16e),_0x4fe617[_0x40cfd4(0x121)]=_0x40cfd4(0x1d2);const _0x358f53=_0x4fe617;try{const _0x11f0a1=_0x52f4be['testFramework']||(_0x358f53['rzIuW'](this[_0x40cfd4(0xf6)]?.[_0x40cfd4(0x113)]?.['toLowerCase'](),_0x358f53[_0x40cfd4(0x9d)])?_0x358f53[_0x40cfd4(0x9d)]:_0x358f53[_0x40cfd4(0x12a)]);let _0x5ca236='',_0x151ca3=null,_0xa5299c=null;if(_0x358f53[_0x40cfd4(0x18e)](_0x11f0a1,_0x358f53[_0x40cfd4(0x9d)])){_0x151ca3=_0x52f4be[_0x40cfd4(0x10c)]?.[_0x40cfd4(0x12b)]||_0x52f4be['testInfo']?.['id']||global[_0x40cfd4(0x208)];if(!_0x151ca3){logger['warn'](_0x358f53['nKxKc']);return;}try{const _0x429ffb=await GrpcClient[_0x40cfd4(0x14d)]()[_0x40cfd4(0x185)](process[_0x40cfd4(0x17f)][_0x40cfd4(0x244)],_0x358f53[_0x40cfd4(0x9c)],_0x358f53[_0x40cfd4(0x261)],_0x151ca3),_0x7ba87c=AccessibilityModule[_0x40cfd4(0x242)](null,_0x429ffb);_0x5ca236=_0x7ba87c?.[_0x40cfd4(0x18d)]||'',logger[_0x40cfd4(0x155)]('[AccessibilityModule]\x20stopTestCapture:\x20Jest\x20-\x20resolved\x20thTestRunUuid='+_0x5ca236+_0x40cfd4(0x1fc)+_0x151ca3),_0xa5299c=_0x429ffb;}catch(_0x5c6625){logger['error']('stopTestCapture:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20'+_0x5c6625['message']);return;}}else{const _0x1a2eeb=this[_0x40cfd4(0x1f0)](_0x52f4be);_0x5ca236=TestInfo[_0x40cfd4(0x10d)](_0x1a2eeb);}const _0x94dd57=((()=>{const _0x5acbaa=_0x40cfd4,_0x30c288=(this[_0x5acbaa(0x20b)]?.[_0x5acbaa(0x115)]?.[_0x5acbaa(0xc9)]||[])[_0x5acbaa(0x1b2)](_0x4f1759=>(typeof _0x4f1759[_0x5acbaa(0x1dd)]===_0x5acbaa(0x1da)?_0x4f1759['getName']():_0x4f1759['name'])===this[_0x5acbaa(0xdc)]);return _0x30c288?_0x358f53[_0x5acbaa(0x18e)](typeof _0x30c288[_0x5acbaa(0x1f7)],_0x358f53[_0x5acbaa(0x1c6)])?_0x30c288['getValue']():_0x30c288['value']:'';})()),_0x12135f=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x40cfd4(0x155)]('[platform\x20-\x20'+(_0x344a9c?.['getPlatformIndex']?.()||_0x358f53[_0x40cfd4(0xee)])+_0x40cfd4(0x22e)+_0x5ca236+'\x20testHubUuid='+_0x94dd57+_0x40cfd4(0x139)+(_0x12135f?_0x358f53['jCEYA']:_0x358f53[_0x40cfd4(0xda)]));let _0x1be8c0;if(_0x358f53[_0x40cfd4(0x1ff)](_0x11f0a1,_0x358f53[_0x40cfd4(0x9d)]))_0x1be8c0=AccessibilityModule[_0x40cfd4(0x242)](_0x5ca236,_0xa5299c);else{const _0x1f0b88=await GrpcClient[_0x40cfd4(0x14d)]()['fetchDriverExecuteParamsEvent'](process[_0x40cfd4(0x17f)][_0x40cfd4(0x244)],_0x358f53[_0x40cfd4(0x9c)],_0x358f53[_0x40cfd4(0x261)]);_0x1be8c0=AccessibilityModule[_0x40cfd4(0x242)](_0x5ca236,_0x1f0b88);}logger['debug'](_0x40cfd4(0x151)+JSON[_0x40cfd4(0x14f)](_0x1be8c0));const _0x29c370=Object[_0x40cfd4(0xfd)]({},{'thTestRunUuid':_0x358f53['FxvtU'](_0x5ca236,''),'thBuildUuid':_0x358f53[_0x40cfd4(0x14b)](_0x94dd57,''),'thJwtToken':_0x358f53['FxvtU'](_0x12135f,'')},_0x1be8c0);!this[_0x40cfd4(0xbc)]&&this[_0x40cfd4(0x1ae)]()&&(_0x29c370[_0x40cfd4(0x206)]=!![],logger[_0x40cfd4(0x155)](_0x358f53[_0x40cfd4(0x145)]));logger[_0x40cfd4(0x155)](_0x40cfd4(0x1c3)+_0x5ca236+_0x40cfd4(0xa9)+this['isAppAccessibility']);let _0x4bceff=global[_0x40cfd4(0x232)]?.['pwPage']||null;!_0x4bceff&&(_0x4bceff=AutomationFramework[_0x40cfd4(0xf1)](_0x344a9c,_0x358f53['BDgTI'],null)),!_0x4bceff&&(_0x4bceff=AutomationFramework[_0x40cfd4(0xf1)](_0x344a9c,_0x358f53[_0x40cfd4(0x121)],null)),await this[_0x40cfd4(0xa7)](this[_0x40cfd4(0x209)](),_0x5ca236,_0x4bceff,_0x29c370,this[_0x40cfd4(0xbc)]);}catch(_0x3957d7){logger[_0x40cfd4(0x251)](_0x40cfd4(0xf9)+(_0x3957d7[_0x40cfd4(0x275)]||_0x3957d7['message']));}}async['finishScanningForCli'](_0x411889,_0x1dc06c,_0x3698b1,_0x4dd54a,_0x446697){const _0x3e7625=a90_0x41447e,_0x4c7234={};_0x4c7234[_0x3e7625(0x1c2)]=_0x3e7625(0x26b),_0x4c7234[_0x3e7625(0x20a)]=function(_0x22751c,_0x4b5c57){return _0x22751c&&_0x4b5c57;},_0x4c7234[_0x3e7625(0x140)]=_0x3e7625(0xbf),_0x4c7234['ZzbVA']=function(_0xb60a68,_0x2d861e){return _0xb60a68===_0x2d861e;},_0x4c7234[_0x3e7625(0x26d)]=_0x3e7625(0x182),_0x4c7234['PsQDK']=function(_0x5ba862,_0x33e2d8){return _0x5ba862===_0x33e2d8;},_0x4c7234[_0x3e7625(0x1e4)]=_0x3e7625(0x148),_0x4c7234[_0x3e7625(0x23b)]=_0x3e7625(0x21c),_0x4c7234[_0x3e7625(0x253)]='afterTestHook',_0x4c7234[_0x3e7625(0xbb)]=_0x3e7625(0x1b9),_0x4c7234[_0x3e7625(0x224)]='Running\x20Save\x20results\x20for\x20Accessibility\x20testing',_0x4c7234[_0x3e7625(0xb4)]=_0x3e7625(0x23f),_0x4c7234[_0x3e7625(0x276)]='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x6105a3=_0x4c7234;try{const _0xeaa1ba=this[_0x3e7625(0xf3)](_0x6105a3[_0x3e7625(0x1c2)]);if(_0x6105a3[_0x3e7625(0x20a)](!_0x446697,!_0xeaa1ba)){logger[_0x3e7625(0x155)](_0x6105a3[_0x3e7625(0x140)]);return;}if(!_0x1dc06c||_0x6105a3[_0x3e7625(0x190)](_0x1dc06c,_0x6105a3[_0x3e7625(0x26d)])||_0x6105a3[_0x3e7625(0x266)](_0x1dc06c,'')){logger[_0x3e7625(0x155)](_0x6105a3[_0x3e7625(0x1e4)]);return;}logger['debug'](_0x3e7625(0x1d6)+JSON[_0x3e7625(0x14f)](_0x4dd54a)),_0x411889&&(logger[_0x3e7625(0x155)](_0x6105a3['ijCgI']),await this['performScanForCli'](_0x3698b1,_0x1dc06c,_0x6105a3[_0x3e7625(0x253)],_0x4dd54a,_0x446697,_0x6105a3['udFwR']),_0x6105a3['JlpuE'](!_0x446697,_0xeaa1ba)&&(logger[_0x3e7625(0x155)](_0x6105a3[_0x3e7625(0x224)]),await PerformanceTester[_0x3e7625(0x16a)](_0x6105a3[_0x3e7625(0xb4)],async()=>{const _0x9bc920=_0x3e7625;await this['performScanForCli'](_0x3698b1,_0x1dc06c,_0x6105a3['mzbTA'],_0x4dd54a,_0x446697,_0x6105a3[_0x9bc920(0x1c2)]);})()),logger['info'](_0x6105a3[_0x3e7625(0x276)]));}catch(_0x57e333){logger[_0x3e7625(0x251)]('Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20'+(_0x57e333[_0x3e7625(0x275)]||_0x57e333[_0x3e7625(0x143)]));}}async['onBeforeExecute'](_0x2de9f4){const _0x3ca54c=a90_0x41447e,_0x5c1865={};_0x5c1865[_0x3ca54c(0xdf)]=function(_0x61228d,_0x39f894){return _0x61228d!==_0x39f894;},_0x5c1865[_0x3ca54c(0x245)]=_0x3ca54c(0xf7),_0x5c1865['UkcFY']=function(_0x393b73,_0x3a6f34){return _0x393b73!==_0x3a6f34;},_0x5c1865[_0x3ca54c(0x183)]=_0x3ca54c(0x8d),_0x5c1865[_0x3ca54c(0x11c)]=_0x3ca54c(0x203),_0x5c1865[_0x3ca54c(0xff)]=_0x3ca54c(0xd9),_0x5c1865[_0x3ca54c(0x210)]=_0x3ca54c(0x239),_0x5c1865['uCYIl']=function(_0xf80e92,_0x104e3e){return _0xf80e92===_0x104e3e;},_0x5c1865['WyoLZ']=_0x3ca54c(0xec),_0x5c1865['NnooK']='accessibility',_0x5c1865[_0x3ca54c(0x103)]=_0x3ca54c(0x144),_0x5c1865[_0x3ca54c(0x1c1)]=_0x3ca54c(0x170),_0x5c1865[_0x3ca54c(0x109)]=_0x3ca54c(0x107),_0x5c1865[_0x3ca54c(0x125)]=function(_0x37fffb,_0x129fc9){return _0x37fffb===_0x129fc9;},_0x5c1865[_0x3ca54c(0x1bf)]=_0x3ca54c(0x1b9),_0x5c1865['jTraZ']=_0x3ca54c(0x182);const _0x32c009=_0x5c1865;if(_0x32c009[_0x3ca54c(0xdf)](_0x2de9f4['testFramework'],_0x32c009[_0x3ca54c(0x245)])&&_0x32c009[_0x3ca54c(0x130)](_0x2de9f4[_0x3ca54c(0xbd)],_0x32c009[_0x3ca54c(0x183)])){logger['debug'](_0x32c009[_0x3ca54c(0x11c)]);return;}logger[_0x3ca54c(0x155)]('onBeforeExecute:\x20command='+(_0x2de9f4[_0x3ca54c(0x1a1)]||_0x32c009[_0x3ca54c(0xff)])+_0x3ca54c(0x1cb)+_0x2de9f4[_0x3ca54c(0xbd)]);try{const _0x410279=_0x2de9f4[_0x3ca54c(0x269)]||AutomationFramework[_0x3ca54c(0x102)](),_0x39b28d=TestFramework['getTrackedInstance'](),_0x1649bf=_0x2de9f4[_0x3ca54c(0x1a1)]||_0x2de9f4['command']?.[_0x3ca54c(0x1dd)]();if(!_0x1649bf){logger['debug'](_0x32c009[_0x3ca54c(0x210)]);return;}if(!this['getCurrentAccessibilityStatus']()){logger[_0x3ca54c(0x155)](_0x3ca54c(0x1bd)+_0x1649bf);return;}if(!this[_0x3ca54c(0x195)](_0x1649bf)){logger[_0x3ca54c(0x155)](_0x3ca54c(0x199)+_0x1649bf+_0x3ca54c(0xea));return;}const _0x2e0a33=_0x2de9f4[_0x3ca54c(0x11b)]||global[_0x3ca54c(0x232)]?.[_0x3ca54c(0x129)];if(!_0x2e0a33){logger[_0x3ca54c(0x155)](_0x3ca54c(0x99)+_0x1649bf);return;}let _0x1b0eb1='',_0x445c8a=null;if(_0x32c009[_0x3ca54c(0x9b)](_0x2de9f4[_0x3ca54c(0xbd)],_0x32c009[_0x3ca54c(0x183)])){_0x445c8a=_0x2de9f4[_0x3ca54c(0x10c)]?.['testAnalyticsId']||_0x2de9f4['testInfo']?.['id']||global[_0x3ca54c(0x208)];if(!_0x445c8a){logger[_0x3ca54c(0x1ee)](_0x32c009[_0x3ca54c(0xb9)]);return;}try{const _0x200ade=await GrpcClient[_0x3ca54c(0x14d)]()[_0x3ca54c(0x185)](process[_0x3ca54c(0x17f)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x32c009[_0x3ca54c(0xfb)],_0x32c009['RvIFs'],_0x445c8a),_0x2c51e5=AccessibilityModule[_0x3ca54c(0x242)](null,_0x200ade);_0x1b0eb1=_0x2c51e5?.[_0x3ca54c(0x18d)]||'',logger[_0x3ca54c(0x155)](_0x3ca54c(0x1db)+_0x1b0eb1+'\x20from\x20testIdentifier='+_0x445c8a);}catch(_0x3642b2){logger[_0x3ca54c(0x251)](_0x3ca54c(0x169)+_0x3642b2[_0x3ca54c(0x143)]);return;}}else _0x1b0eb1=this[_0x3ca54c(0x24b)](_0x32c009[_0x3ca54c(0x1c1)])||'',!_0x1b0eb1&&this[_0x3ca54c(0x1ae)]()&&(_0x1b0eb1=accessibilityHelper[_0x3ca54c(0xe9)]());const _0x4cc677=this[_0x3ca54c(0x24b)](_0x32c009[_0x3ca54c(0x109)])||this[_0x3ca54c(0x20b)][this[_0x3ca54c(0xdc)]]||null,_0x3482b4=process[_0x3ca54c(0x17f)][_0x3ca54c(0x91)]||'',_0x735eb8=this[_0x3ca54c(0x1ec)](_0x1649bf,_0x1b0eb1,_0x4cc677,_0x3482b4),_0x582b22=_0x32c009[_0x3ca54c(0x125)](_0x2de9f4[_0x3ca54c(0xbd)],_0x32c009['BesjH'])?await AccessibilityModule[_0x3ca54c(0x268)](_0x32c009['NLGrl'],_0x1b0eb1,_0x445c8a):await AccessibilityModule['fetchCentralAuthA11yConfig'](_0x32c009['NLGrl'],_0x1b0eb1);logger[_0x3ca54c(0x1b1)](_0x3ca54c(0x233)+(_0x735eb8?JSON[_0x3ca54c(0x14f)](_0x735eb8):_0x32c009['jTraZ']));const _0x437371=CLIUtils[_0x3ca54c(0xdb)](_0x735eb8,_0x582b22);logger[_0x3ca54c(0x1b1)]('MergedScanArgs:\x20'+(_0x437371?JSON[_0x3ca54c(0x14f)](_0x437371):_0x32c009['jTraZ'])),logger[_0x3ca54c(0x155)](_0x3ca54c(0x20f)+_0x1649bf);const _0x2e3f7c=await this[_0x3ca54c(0x101)](_0x2e0a33,_0x1b0eb1,_0x1649bf,_0x437371,this[_0x3ca54c(0xbc)]);logger[_0x3ca54c(0x155)](_0x3ca54c(0x1e1)+_0x1649bf+_0x3ca54c(0x23d)+JSON[_0x3ca54c(0x14f)](_0x2e3f7c));}catch(_0xa292e3){logger[_0x3ca54c(0x251)](_0x3ca54c(0x279)+(_0xa292e3[_0x3ca54c(0x275)]||_0xa292e3[_0x3ca54c(0x143)]));}}['shouldScanCurrentTest'](){return this['getCurrentAccessibilityStatus']();}[a90_0x41447e(0x19d)](_0x4fcdf2){const _0x1526d7=a90_0x41447e,_0x359127=CLIUtils[_0x1526d7(0x17e)]();this[_0x1526d7(0xca)][_0x1526d7(0x1e9)](_0x359127,_0x4fcdf2);}async['initAccessibilityConfig'](_0x15a70f){const _0x368d04=a90_0x41447e,_0x46029d={};_0x46029d[_0x368d04(0xab)]='unknown';const _0x49003f=_0x46029d;try{const _0x2ace83=_0x15a70f['instance']||AutomationFramework[_0x368d04(0x102)](),_0x564842=_0x2ace83?.[_0x368d04(0xaa)]?.()?.['get']?.(this[_0x368d04(0x22b)])||![];if(_0x564842)return;PerformanceTester[_0x368d04(0x1f5)](EVENTS[_0x368d04(0xf2)]);const _0x5342eb=await GrpcClient[_0x368d04(0x14d)]()[_0x368d04(0x264)](_0x15a70f);_0x5342eb&&_0x5342eb[_0x368d04(0x15e)]&&_0x5342eb[_0x368d04(0x15e)]()&&_0x5342eb[_0x368d04(0x15e)]()['getSuccess']()?(await this['loadAccessibilityConfig'](_0x5342eb,_0x15a70f),_0x2ace83?.[_0x368d04(0xaa)]&&_0x2ace83[_0x368d04(0xaa)]()[_0x368d04(0x1e9)](this[_0x368d04(0x22b)],!![]),logger[_0x368d04(0x155)]('[platform\x20-\x20'+(_0x2ace83?.['getPlatformIndex']?.()||_0x49003f[_0x368d04(0xab)])+']\x20Accessibility\x20configuration\x20initialized\x20successfully')):logger[_0x368d04(0x155)](_0x368d04(0x25a)+(_0x2ace83?.['getPlatformIndex']?.()||_0x49003f['LZhWg'])+_0x368d04(0x131)),PerformanceTester[_0x368d04(0x93)](EVENTS[_0x368d04(0xf2)]);}catch(_0x3b1fbd){PerformanceTester[_0x368d04(0x93)](EVENTS['SDK_ACCESSIBILITY_CONFIG'],![],_0x3b1fbd[_0x368d04(0x143)]),logger['error']('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x3b1fbd[_0x368d04(0x275)]||_0x3b1fbd['message']));}}async['loadAccessibilityConfig'](_0x4551e1,_0x259caa){const _0x235663=a90_0x41447e;await this['setAccessibilityConfig'](_0x4551e1,_0x259caa);const _0x569839=_0x4551e1[_0x235663(0x15e)]()['getOptions']();if(_0x569839){const _0x1fee00=_0x4551e1[_0x235663(0x273)]&&_0x4551e1[_0x235663(0x273)]();_0x1fee00&&(this[_0x235663(0x20b)][this[_0x235663(0xdc)]]=_0x1fee00[_0x235663(0x10e)]&&_0x1fee00[_0x235663(0x10e)]());}}[a90_0x41447e(0x195)](_0x5d9107){const _0x406b18=a90_0x41447e,_0x2ccb28={};_0x2ccb28[_0x406b18(0xba)]=function(_0x4402ec,_0x3116be){return _0x4402ec===_0x3116be;};const _0x2192fa=_0x2ccb28;try{if(!_0x5d9107)return![];const _0x23be49=this['accessibilityConfig']?.[_0x406b18(0x115)]?.['commandsToWrap']?.[_0x406b18(0x227)]||[],_0x3ae43e=_0x23be49[_0x406b18(0x202)](_0x441a5b=>{const _0x3c10fa=_0x406b18;return _0x441a5b[_0x3c10fa(0x113)]&&_0x2192fa[_0x3c10fa(0xba)](_0x441a5b[_0x3c10fa(0x113)]['toLowerCase'](),_0x5d9107[_0x3c10fa(0xb7)]());});return logger[_0x406b18(0x155)](_0x406b18(0xf4)+_0x5d9107+_0x406b18(0x23e)+_0x3ae43e+',\x20available\x20commands:\x20'+JSON[_0x406b18(0x14f)](_0x23be49[_0x406b18(0x123)](_0x3c181c=>_0x3c181c[_0x406b18(0x113)]))),_0x3ae43e;}catch(_0x3368c2){return logger[_0x406b18(0x155)](_0x406b18(0xc4)+_0x3368c2[_0x406b18(0x143)]),![];}}[a90_0x41447e(0x212)](_0x1f9ed1){const _0x5eaab1=a90_0x41447e,_0x301225={};_0x301225[_0x5eaab1(0x16c)]=function(_0x11b445,_0x36ec29){return _0x11b445===_0x36ec29;},_0x301225['MEkUj']=_0x5eaab1(0x22f),_0x301225[_0x5eaab1(0x161)]=_0x5eaab1(0xcd);const _0x421359=_0x301225,_0x2393e6=_0x1f9ed1[_0x5eaab1(0x150)]&&_0x1f9ed1['getScript']();return _0x2393e6&&_0x421359[_0x5eaab1(0x16c)](typeof _0x2393e6,_0x421359[_0x5eaab1(0x24e)])&&_0x2393e6['includes'](_0x421359[_0x5eaab1(0x161)]);}['isAccessibilityScriptCommand'](_0x3d8d7e){const _0x14f506=a90_0x41447e,_0x234231={};_0x234231[_0x14f506(0xe2)]=function(_0x3f42e9,_0x3566d8){return _0x3f42e9!==_0x3566d8;},_0x234231[_0x14f506(0xe5)]='string',_0x234231[_0x14f506(0x152)]='accessibility',_0x234231[_0x14f506(0x119)]=_0x14f506(0x144),_0x234231[_0x14f506(0x231)]=_0x14f506(0x1a9),_0x234231[_0x14f506(0x25b)]=_0x14f506(0x18f);const _0x5d7189=_0x234231,_0x101071=_0x3d8d7e['getScript']&&_0x3d8d7e[_0x14f506(0x150)]();if(!_0x101071||_0x5d7189[_0x14f506(0xe2)](typeof _0x101071,_0x5d7189[_0x14f506(0xe5)]))return![];return _0x101071[_0x14f506(0x25f)](_0x5d7189[_0x14f506(0x152)])||_0x101071['includes'](_0x5d7189['lCYHI'])||_0x101071[_0x14f506(0x25f)](_0x5d7189[_0x14f506(0x231)])||_0x101071['includes'](_0x5d7189['KeOcj']);}['isMobileWebSession'](){const _0x199b47=a90_0x41447e,_0x5f333e={'FlIPs':function(_0x24c124,_0x19dac2){return _0x24c124===_0x19dac2;},'jryNj':_0x199b47(0x1da),'Yobgk':function(_0x10a09d,_0x41bdb8){return _0x10a09d(_0x41bdb8);},'vAbbS':_0x199b47(0x24f),'yPrDv':function(_0x15262c,_0x38c035){return _0x15262c(_0x38c035);},'ValQI':_0x199b47(0x18b),'NiHtP':function(_0x1441ad,_0xe34e){return _0x1441ad===_0xe34e;},'brrad':_0x199b47(0x1f8),'nFKXO':function(_0x16ff5e,_0x154631){return _0x16ff5e(_0x154631);},'FsINZ':_0x199b47(0x197)};try{const _0x23ee1d=this[_0x199b47(0x20b)]?.['options']?.[_0x199b47(0xc9)]||[],_0xac0657=_0x7b4357=>{const _0xd5a8d7=_0x199b47,_0x53ae3d=_0x23ee1d[_0xd5a8d7(0x1b2)](_0x150eb2=>(typeof _0x150eb2[_0xd5a8d7(0x1dd)]===_0xd5a8d7(0x1da)?_0x150eb2[_0xd5a8d7(0x1dd)]():_0x150eb2[_0xd5a8d7(0x113)])===_0x7b4357);return _0x53ae3d?_0x5f333e[_0xd5a8d7(0x19a)](typeof _0x53ae3d['getValue'],_0x5f333e['jryNj'])?_0x53ae3d[_0xd5a8d7(0x1f7)]():_0x53ae3d[_0xd5a8d7(0xa1)]:null;},_0x37c75f=_0x5f333e[_0x199b47(0xf5)](_0xac0657,_0x5f333e[_0x199b47(0x178)]),_0x46c8fd=_0x5f333e['yPrDv'](_0xac0657,_0x5f333e[_0x199b47(0x134)]),_0x1fc7bd=global['isMobilePlatform']||_0x37c75f&&_0x5f333e[_0x199b47(0xc1)](_0x5f333e[_0x199b47(0xb1)](String,_0x37c75f)[_0x199b47(0xb7)](),_0x5f333e['brrad'])&&_0x46c8fd&&_0x5f333e[_0x199b47(0x189)](String,_0x46c8fd)[_0x199b47(0xb7)]()[_0x199b47(0x25f)](_0x5f333e['FsINZ']);if(!_0x1fc7bd)return![];if(!accessibilityHelper[_0x199b47(0x1a8)]())return!this[_0x199b47(0x11a)]&&(logger[_0x199b47(0x1ee)](accessibilityHelper[_0x199b47(0x1ef)]),this[_0x199b47(0x11a)]=!![]),![];return!![];}catch(_0xa16652){return logger[_0x199b47(0x155)](_0x199b47(0x20c)+_0xa16652[_0x199b47(0x143)]),![];}}['getParamsForScanForCli'](_0x101712,_0x53620d,_0xd1643f,_0x13aaf3){const _0x3b5d7b=a90_0x41447e,_0x544f6f={};_0x544f6f[_0x3b5d7b(0x218)]=function(_0x19b5e3,_0x14f461){return _0x19b5e3||_0x14f461;},_0x544f6f[_0x3b5d7b(0xde)]=function(_0x52ec7a,_0x568295){return _0x52ec7a&&_0x568295;},_0x544f6f[_0x3b5d7b(0x213)]=function(_0x40ff83,_0xb2ef95){return _0x40ff83||_0xb2ef95;},_0x544f6f[_0x3b5d7b(0x12e)]=function(_0x425a3f,_0x37b951){return _0x425a3f||_0x37b951;},_0x544f6f[_0x3b5d7b(0x1f3)]=_0x3b5d7b(0x24c);const _0x375289=_0x544f6f;let _0x1226b7=_0x375289[_0x3b5d7b(0x218)](_0x53620d,'');const _0x815ac5=!this[_0x3b5d7b(0xbc)]&&this[_0x3b5d7b(0x1ae)]();_0x375289[_0x3b5d7b(0xde)](_0x815ac5,!_0x1226b7)&&(_0x1226b7=accessibilityHelper['resolveMobileThTestRunUuid']());const _0x3f6a98={'command':_0x101712,'thTestRunUuid':_0x1226b7,'thBuildUuid':_0x375289['HqRCv'](_0xd1643f,''),'thJwtToken':_0x375289[_0x3b5d7b(0x12e)](_0x13aaf3,''),'timestamp':new Date()[_0x3b5d7b(0x243)]()};return _0x815ac5&&(_0x3f6a98[_0x3b5d7b(0x206)]=!![],logger['debug'](_0x375289[_0x3b5d7b(0x1f3)])),_0x3f6a98;}['getScriptByName'](_0xc2b3ca){const _0xdf4b68=a90_0x41447e,_0x291539={};_0x291539[_0xdf4b68(0x1fa)]=function(_0x179f98,_0x5877e6){return _0x179f98||_0x5877e6;};const _0x1a9887=_0x291539;try{const _0x48c823=this[_0xdf4b68(0x20b)]?.[_0xdf4b68(0x115)]?.[_0xdf4b68(0x226)]||[],_0x19faa3=_0x48c823['find'](_0x4e3527=>_0x4e3527[_0xdf4b68(0x113)]===_0xc2b3ca);return _0x1a9887[_0xdf4b68(0x1fa)](_0x19faa3,null);}catch(_0x5387a9){return logger[_0xdf4b68(0x155)](_0xdf4b68(0x1cc)+_0xc2b3ca+':\x20'+_0x5387a9[_0xdf4b68(0x143)]),null;}}async[a90_0x41447e(0x19b)](_0x3e3ad8,_0x35e92d,_0x240e6=null){const _0x3879a1=a90_0x41447e,_0x236ad9={'unFFU':function(_0x22d674,_0x29318d){return _0x22d674(_0x29318d);},'ILyPH':'../../playwright/accessibility-helper'};try{if(!_0x3e3ad8)return logger[_0x3879a1(0x155)]('executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20'+_0x35e92d),null;const _0x382ffc=this[_0x3879a1(0xf3)](_0x35e92d);if(!_0x382ffc||!_0x382ffc[_0x3879a1(0x1bc)])return logger[_0x3879a1(0x155)]('executeScriptByName:\x20No\x20'+_0x35e92d+_0x3879a1(0x177)),null;logger['debug']('Executing\x20'+_0x35e92d+_0x3879a1(0x26c));const _0x48efa9=_0x236ad9['unFFU'](require,_0x236ad9[_0x3879a1(0x26a)]),_0xe04661=_0x240e6?await _0x48efa9[_0x3879a1(0x1d4)](_0x3e3ad8,_0x382ffc[_0x3879a1(0x1bc)],_0x240e6):await _0x48efa9['browserStackEvaluate'](_0x3e3ad8,_0x382ffc[_0x3879a1(0x1bc)]);return _0xe04661;}catch(_0x1f59b7){return logger[_0x3879a1(0x251)](_0x3879a1(0x186)+_0x35e92d+':\x20'+(_0x1f59b7[_0x3879a1(0x275)]||_0x1f59b7[_0x3879a1(0x143)])),null;}}async[a90_0x41447e(0x101)](_0x51ebfb,_0x4d3743,_0x2b2536,_0x3d712e,_0x2fe468,_0x2adc10=a90_0x41447e(0x1b9)){const _0x184da5=a90_0x41447e,_0x21c256={'bESHV':function(_0x546c50,_0x1f53c9){return _0x546c50===_0x1f53c9;},'ozoXg':_0x184da5(0x1b9),'njMPV':function(_0x3fac55,_0x3bec83){return _0x3fac55(_0x3bec83);},'HvKJV':_0x184da5(0x1c4),'NwuZe':function(_0x3b7cf1,_0x18e118){return _0x3b7cf1(_0x18e118);}};try{logger[_0x184da5(0x155)](_0x184da5(0x174)+_0x2b2536+_0x184da5(0x156)+_0x2adc10);const _0x1d31f9=this[_0x184da5(0xf3)](_0x2adc10);if(!_0x1d31f9||!_0x1d31f9[_0x184da5(0x1bc)]){logger['debug'](_0x184da5(0x241)+_0x2adc10+_0x184da5(0xb0));return;}if(_0x21c256['bESHV'](_0x2adc10,_0x21c256['ozoXg'])){const _0x31b4c1=_0x21c256[_0x184da5(0x1dc)](require,_0x21c256[_0x184da5(0x25d)]),_0x4f60eb={};_0x4f60eb[_0x184da5(0x1bc)]=_0x2b2536;const _0x2d7080=await PerformanceTester[_0x184da5(0x16a)](PerformanceA11yEvents[_0x184da5(0x262)],async()=>{return await _0x31b4c1['browserStackEvaluate'](_0x51ebfb,_0x1d31f9['command'],_0x3d712e);},_0x4f60eb)();return logger['info'](_0x184da5(0x97)+_0x2adc10+_0x184da5(0xc8)+_0x2b2536+':\x20'+util[_0x184da5(0x100)](_0x2d7080)),_0x2d7080;}const _0x1e6a71=_0x21c256[_0x184da5(0x1bb)](require,_0x21c256[_0x184da5(0x25d)]),_0x2840c1=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x184da5(0x229)],async()=>{return await _0x1e6a71['browserStackEvaluate'](_0x51ebfb,_0x1d31f9['command'],_0x3d712e);})();return logger['info'](_0x184da5(0x97)+_0x2adc10+_0x184da5(0xc8)+_0x2b2536+':\x20'+util[_0x184da5(0x100)](_0x2840c1)),_0x2840c1;}catch(_0x66811d){logger[_0x184da5(0x251)](_0x184da5(0x110)+_0x2adc10+':\x20'+(_0x66811d[_0x184da5(0x275)]||_0x66811d['message']));}}async[a90_0x41447e(0x17a)](_0x28d236){const _0x14731f=a90_0x41447e,_0x32e88c={'eSJLZ':function(_0x161bb3,_0x579aa0){return _0x161bb3(_0x579aa0);},'CAnri':_0x14731f(0x235)};try{const _0x4675d6=_0x32e88c[_0x14731f(0x1fe)](require,_0x32e88c[_0x14731f(0x1d8)]);return await _0x4675d6['platformValidation'](_0x28d236);}catch(_0x8e949e){return logger[_0x14731f(0x251)](_0x14731f(0x142)+(_0x8e949e[_0x14731f(0x275)]||_0x8e949e['message'])),![];}}['processAccessibilityCaps'](_0x188e96,_0x1f37eb,_0xb50893){const _0x195fb5=a90_0x41447e,_0x1f9d9e={'jcZVA':function(_0x200c94,_0xa94441){return _0x200c94(_0xa94441);},'PJgQE':_0x195fb5(0x1c4),'SYZUt':_0x195fb5(0x192),'yrwma':_0x195fb5(0xf8)};try{const _0x1bd24e=_0x1f9d9e[_0x195fb5(0x165)](require,_0x1f9d9e[_0x195fb5(0x221)]);_0x1bd24e['processAccessibilityCaps'](_0x188e96,_0x1f37eb,_0xb50893);const _0x3a2b2f=JSON[_0x195fb5(0x14f)](_0x188e96)[_0x195fb5(0x26f)](/"browserstack\.user":"[^"]*"/g,_0x1f9d9e['SYZUt'])['replace'](/"browserstack\.key":"[^"]*"/g,_0x1f9d9e[_0x195fb5(0x274)]);logger[_0x195fb5(0x155)]('Processed\x20accessibility\x20caps\x20'+global[_0x195fb5(0x1d9)]+'\x20'+_0x3a2b2f);}catch(_0x2142fc){logger[_0x195fb5(0x251)](_0x195fb5(0xcb)+(_0x2142fc['stack']||_0x2142fc['message']));}}async['getAccessibilityResults'](_0x31c9b0){const _0x57e760=a90_0x41447e,_0x65944f={};_0x65944f[_0x57e760(0x1e3)]=_0x57e760(0xa3),_0x65944f[_0x57e760(0x13e)]=function(_0x26e25f,_0x17fee2){return _0x26e25f>_0x17fee2;},_0x65944f[_0x57e760(0x216)]='getResults';const _0x54c554=_0x65944f;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x57e760(0x1ee)](_0x54c554['esRnO']),[];const _0x37c6b9=this[_0x57e760(0x1ae)]()?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper['resolveMobileThTestRunUuid']()}:{};_0x54c554[_0x57e760(0x13e)](Object[_0x57e760(0xa6)](_0x37c6b9)['length'],0x0)&&logger['debug'](_0x57e760(0xce)+JSON['stringify'](_0x37c6b9));const _0x2d301b=_0x54c554[_0x57e760(0x13e)](Object[_0x57e760(0xa6)](_0x37c6b9)[_0x57e760(0x1f4)],0x0)?await this[_0x57e760(0x19b)](_0x31c9b0,_0x54c554[_0x57e760(0x216)],_0x37c6b9):await this[_0x57e760(0x19b)](_0x31c9b0,_0x54c554[_0x57e760(0x216)]);return _0x2d301b||[];}catch(_0x267818){return logger[_0x57e760(0x251)](_0x57e760(0x122)+(_0x267818[_0x57e760(0x275)]||_0x267818[_0x57e760(0x143)])),[];}}async[a90_0x41447e(0x1b8)](_0x3259dc){const _0x2044ce=a90_0x41447e,_0x131bfb={'mkHQY':'scan','PeGjQ':_0x2044ce(0x15d),'fVTyE':_0x2044ce(0x90),'pdMAd':function(_0x2f4b0b,_0x513db7){return _0x2f4b0b(_0x513db7);},'GSlKE':_0x2044ce(0x105),'heQkf':function(_0xb77869,_0x33dfce){return _0xb77869===_0x33dfce;},'KjWqe':'jest','CgLBl':_0x2044ce(0xdd),'uSCRu':'accessibility','hXiyb':_0x2044ce(0x107),'VTecM':_0x2044ce(0x1b8),'amGXf':'test_run_id','rgZaa':'Performing\x20scan\x20before\x20getting\x20results\x20summary','OJHmE':_0x2044ce(0x11e)};try{if(!this[_0x2044ce(0x209)]())return logger[_0x2044ce(0x1ee)](_0x131bfb[_0x2044ce(0x1b7)]),{};const _0xce12ee=_0x131bfb[_0x2044ce(0x153)](require,_0x131bfb[_0x2044ce(0x1e7)]),_0x472908=_0xce12ee[_0x2044ce(0x25c)](),_0x3f9bbd=_0x131bfb[_0x2044ce(0x16d)](_0x472908?.[_0x2044ce(0x113)]?.[_0x2044ce(0xb7)](),_0x131bfb[_0x2044ce(0x1e6)]);let _0x9dbbdf='',_0x53aa12=null,_0x2e5405=null;if(_0x3f9bbd){_0x53aa12=global[_0x2044ce(0x208)]||global[_0x2044ce(0x232)]?.[_0x2044ce(0x1e0)]?.[_0x2044ce(0x12b)]||global['__workerDetails']?.[_0x2044ce(0x1e0)]?.['id'];if(!_0x53aa12)return logger[_0x2044ce(0x1ee)](_0x131bfb[_0x2044ce(0xc3)]),{};try{const _0x123146=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0x2044ce(0x17f)][_0x2044ce(0x244)],_0x131bfb[_0x2044ce(0xfe)],_0x131bfb[_0x2044ce(0x114)],_0x53aa12),_0x339513=AccessibilityModule[_0x2044ce(0x242)](null,_0x123146);_0x9dbbdf=_0x339513?.[_0x2044ce(0x18d)]||'',logger[_0x2044ce(0x155)](_0x2044ce(0x188)+_0x9dbbdf+'\x20from\x20testIdentifier='+_0x53aa12);const _0x3ef9ac=await AccessibilityModule[_0x2044ce(0x268)](_0x131bfb[_0x2044ce(0x114)],_0x9dbbdf,_0x53aa12),_0x1835c8=this['getCapabilityValue'](_0x131bfb['hXiyb'])||this[_0x2044ce(0x20b)][this[_0x2044ce(0xdc)]]||null,_0x5d3641=process[_0x2044ce(0x17f)][_0x2044ce(0x91)]||'',_0x13d092=this[_0x2044ce(0x1ec)](_0x131bfb[_0x2044ce(0x1ac)],_0x9dbbdf,_0x1835c8,_0x5d3641);_0x2e5405=_0xce12ee[_0x2044ce(0xdb)](_0x13d092,_0x3ef9ac),logger[_0x2044ce(0x155)](_0x2044ce(0x259)+JSON[_0x2044ce(0x14f)](_0x2e5405));}catch(_0x3f7167){return logger[_0x2044ce(0x251)](_0x2044ce(0x255)+_0x3f7167[_0x2044ce(0x143)]),{};}}else{_0x9dbbdf=this[_0x2044ce(0x24b)](_0x131bfb[_0x2044ce(0x193)])||'';!_0x9dbbdf&&this[_0x2044ce(0x1ae)]()&&(_0x9dbbdf=accessibilityHelper[_0x2044ce(0xe9)]());const _0x2c0f48=this[_0x2044ce(0x24b)](_0x131bfb[_0x2044ce(0x260)])||this['accessibilityConfig'][this['KEY_TESTHUB_BUILD_ID']]||null,_0x243083=process['env']['BROWSERSTACK_TESTHUB_JWT']||'';_0x2e5405=this['getParamsForScanForCli'](_0x131bfb[_0x2044ce(0x1ac)],_0x9dbbdf,_0x2c0f48,_0x243083);}logger[_0x2044ce(0x155)](_0x131bfb[_0x2044ce(0x214)]),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2044ce(0x262)],async()=>{const _0x988e9f=_0x2044ce,_0x32cdb0=await this[_0x988e9f(0x19b)](_0x3259dc,_0x131bfb[_0x988e9f(0x1ca)],_0x2e5405);logger[_0x988e9f(0x155)](_0x988e9f(0x220)+util[_0x988e9f(0x100)](_0x32cdb0));},{'command':_0x131bfb['VTecM']})();const _0x6f423d=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x2044ce(0x14a)],async()=>{const _0x363952=_0x2044ce;return await this[_0x363952(0x19b)](_0x3259dc,_0x131bfb['PeGjQ'],_0x2e5405);})();if(!_0x6f423d)return logger[_0x2044ce(0x155)](_0x131bfb['OJHmE']),{};return _0x6f423d;}catch(_0x2e01f7){return logger[_0x2044ce(0x251)](_0x2044ce(0x112)+(_0x2e01f7[_0x2044ce(0x275)]||_0x2e01f7[_0x2044ce(0x143)])),{};}}async[a90_0x41447e(0xd0)](_0x53a3d0,_0x550248,_0x34c753=null){const _0x2d5659=a90_0x41447e,_0x17481b={};_0x17481b[_0x2d5659(0x180)]=_0x2d5659(0x12f),_0x17481b[_0x2d5659(0x179)]=_0x2d5659(0xed),_0x17481b['QssDA']='Executing\x20accessibility\x20script\x20on\x20page';const _0x4afa41=_0x17481b;try{if(!_0x53a3d0)return logger[_0x2d5659(0x155)](_0x4afa41[_0x2d5659(0x180)]),null;if(!_0x550248)return logger[_0x2d5659(0x155)](_0x4afa41[_0x2d5659(0x179)]),null;logger[_0x2d5659(0x155)](_0x4afa41[_0x2d5659(0x10a)]);const _0x4db9f2=_0x34c753?await _0x53a3d0[_0x2d5659(0x278)](_0x550248,_0x34c753):await _0x53a3d0[_0x2d5659(0x278)](_0x550248);return _0x4db9f2;}catch(_0x3342e9){return logger['error'](_0x2d5659(0x1b5)+(_0x3342e9[_0x2d5659(0x275)]||_0x3342e9[_0x2d5659(0x143)])),null;}}static[a90_0x41447e(0x242)](_0x3575b0,_0x5b6281){const _0x319a55=a90_0x41447e,_0x38a696={};_0x38a696[_0x319a55(0x158)]='ascii';const _0x393d84=_0x38a696,_0x29e304={};_0x29e304[_0x319a55(0x18d)]=_0x3575b0;const _0x288feb=_0x29e304;let _0x15f178={};if(_0x5b6281['getSuccess']()&&_0x5b6281[_0x319a55(0x8b)]())try{_0x15f178=JSON[_0x319a55(0xe6)](new Buffer(_0x5b6281[_0x319a55(0xe7)]())[_0x319a55(0x24d)](_0x393d84[_0x319a55(0x158)]));}catch(_0x4a5750){logger[_0x319a55(0x251)](_0x319a55(0xd6)+_0x4a5750['message']),_0x15f178={};}return CLIUtils[_0x319a55(0xdb)](_0x288feb,_0x15f178);}static async[a90_0x41447e(0x268)](_0xdaa067,_0x13531b='',_0x26fe8f=null){const _0x497186=a90_0x41447e,_0x59f675={};_0x59f675[_0x497186(0x1c5)]=_0x497186(0x1ad),_0x59f675['jzZnm']=_0x497186(0xca);const _0x56f8e9=_0x59f675;try{if(!_0x26fe8f&&AccessibilityModule[_0x497186(0xe1)])return AccessibilityModule[_0x497186(0x256)];if(!process[_0x497186(0x17f)][_0x497186(0x244)])return logger[_0x497186(0x251)](_0x56f8e9['dQZGs']),{};const _0x5e2f06=await GrpcClient[_0x497186(0x14d)]()[_0x497186(0x185)](process[_0x497186(0x17f)][_0x497186(0x244)],_0x56f8e9[_0x497186(0x19f)],_0xdaa067,_0x26fe8f),_0x11e40f=_0x26fe8f?AccessibilityModule[_0x497186(0x242)](null,_0x5e2f06)?.[_0x497186(0x18d)]||_0x13531b:_0x13531b,_0x211f70=AccessibilityModule[_0x497186(0x242)](_0x11e40f,_0x5e2f06);return!_0x26fe8f&&(AccessibilityModule[_0x497186(0x256)]=_0x211f70,AccessibilityModule['_centralAuthConfigFetched']=!![]),_0x211f70;}catch(_0x4ae27d){return logger[_0x497186(0x251)](_0x497186(0xcc)+_0xdaa067+':\x20'+(_0x4ae27d[_0x497186(0x275)]||_0x4ae27d[_0x497186(0x143)])),{};}}};function a90_0x12eb(){const _0x2d19d9=['rgZaa','EXECUTE','LRPwX','WEgje','qRFtT','isArray','ouZTS','isEnabled','Performing\x20scan\x20before\x20from\x20cli','BS_A11Y_JWT','name:\x20','uiLLF','Scan\x20result:\x20','PJgQE','ovoTP','TIJKc','Nylts','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','scriptsList','commandsList','getOptions','SAVE_RESULTS','TEST_INIT','KEY_INIT','Yorim','wcagVersion',']\x20clear\x20','string','latest','zaBHC','__workerDetails','ScanArgs:\x20','GykCc','../../../helpers/accessibility-automation/helper','Error\x20checking\x20headless\x20capability:\x20','toJson','33HWxRgT','onBeforeExecute:\x20No\x20command\x20name\x20provided','capabilities','ijCgI','browser_version',',\x20\x0a\x20','\x20->\x20','a11y:save-results','requiresChromeOptionsValidation','performScanForCli:\x20No\x20','loadDriverExecuteParams','toISOString','BROWSERSTACK_CLI_BIN_SESSION_ID','KtOKB','has','HgZJd','368150roOfYp','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20supported\x20test\x20framework','getCapabilityValue','getParamsForScanForCli:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','toString','MEkUj','platformName','pekES','error','btGTR','vfmio','scannerProcessingTimeout','getAccessibilityResultsSummary:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','_centralAuthA11yConfig','pXVWL','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20summaryArgs=','[platform\x20-\x20','KeOcj','getTestFrameworkDetail','HvKJV','LftQP','includes','hXiyb','YrVOs','PERFORM_SCAN','AFcDm','getAccessibilityConfig','getScriptsList','PsQDK','[AccessibilityModule]\x20onBeforeTest:\x20Jest\x20-\x20testIdentifier=','fetchCentralAuthA11yConfig','instance','ILyPH','saveResults','\x20accessibility\x20script\x20on\x20page','TFnVn','uzWbA','replace','patchSendMessageToServer','kvHQi','setAccessibilityToken','getTesthub','yrwma','stack','UNpHo','[AccessibilityModule]\x20onBeforeTest:\x20platformSupported=','evaluate','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','MLIgz','lqCMf','hasAccessibilityExecuteParams','parseFromProto','jest','GJKLL','browserstack.accessibilityOptions.scannerVersion','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','BROWSERSTACK_TESTHUB_JWT','uVnIR','end','../../../helpers/accessibility-automation/scripts','yVnEW','CbzRC','Page\x20','wPOGM','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','MODULE_NAME','uCYIl','hrqgh','eezZd','titlePath','MogsO','setAccessibilityConfig','value','get','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','mMeeB','NnAJP','keys','finishScanningForCli','NiZBE',',\x20isAppAccessibility=','getData','LZhWg','Unknown\x20Test','TrackedInstance',']\x20isEnabledTestcase\x20(jest)\x20result=','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20','\x20script\x20available\x20in\x20scriptsList','yPrDv','KJLFP','AAfhv','pgUkN','\x20value=','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','toLowerCase','toObject','WyoLZ','aedrT','udFwR','isAppAccessibility','testFramework','platformCaps','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','../../../helpers/accessibility-automation/constants','NiHtP','YBnOM','CgLBl','Error\x20in\x20shouldScanForCommand:\x20','args','getModuleName','fUoJW','\x20result\x20for\x20','capabilitiesList','accessibility','Error\x20in\x20processAccessibilityCaps:\x20','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','browserstack_executor','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','xuHHZ','performPageScan','IbmCb','DzoWW','\x20or\x20higher\x20','yNWHg','isPlatformSupported','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','FjwYS','PQxQp','unknown','gaqjj','mergeObject','KEY_TESTHUB_BUILD_ID','getAccessibilityResultsSummary:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20cannot\x20retrieve\x20summary.','phNzR','MCxpN','wswKb','_centralAuthConfigFetched','kcfZo','PLERZ','on\x20non-BrowserStack\x20infrastructure\x20','IYfWf','parse','getAccessibilityExecuteParams','../../../helpers/helper','resolveMobileThTestRunUuid','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','jCEYA','onBeforeExecute:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20scan','performPageScan:\x20Script\x20is\x20null','WtLwk','twmCk','4vuAhIN','getState','SDK_ACCESSIBILITY_CONFIG','getScriptByName','shouldScanForCommand:\x20','Yobgk','testFrameworkData','cucumber','\x22browserstack.key\x22:\x22[REDACTED]\x22','Error\x20in\x20stopTestCapture:\x20','FiJHF','NnooK','onBeforeTest','assign','uSCRu','YusPk','format','performScanForCli','getTrackedInstance','RvIFs','gObGR','../cliUtils','3557113kGOfBV','testhub_build_uuid','Context','UoAWr','QssDA','../grpcClient','testInfo','getTestUUID','getBuildId','duutk','Error\x20in\x20performScanForCli\x20for\x20script\x20','[AccessibilityModule]\x20isMobileScanningEnabledForGroup\x20cap\x20received:\x20raw=','Error\x20in\x20getAccessibilityResultsSummary:\x20','name','PeGjQ','options','QQKnp','xSQEY','TkMzl','lCYHI','_mobileScanningDisabledLogged','page','CbtZu','5fFoNAx','No\x20summaryResults\x20found.','split','isAccessibilityAutomationSession','fwDDK','Error\x20in\x20getAccessibilityResults:\x20','map','DRIVER_INIT','NYWiU','getCommandsList','version','../state/hookState','pwPage','lsXfP','testAnalyticsId','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','__accessibilityOptions','WrfMv','performPageScan:\x20Page\x20is\x20null','UkcFY',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','onAfterTest','QUIT','ValQI','jpBof','bind','test_tags','HKdZM','\x20a11yToken=',']\x20isEnabledTestcase\x20(cucumber)\x20result=','\x20env=','accessibilityToken','NJKqH','ckJyL','util','WAlJA','CREATE','Error\x20in\x20validatePlatformForAccessibility:\x20','message','performScan','Doimg','getPlatformIndex','stopTestCapture','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','XJwsW','GET_RESULTS_SUMMARY','FxvtU','11|9|3|4|13|10|8|15|5|2|12|0|6|16|1|7|14','getInstance','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','stringify','getScript','Accessibility\x20data\x20for\x20extension:\x20','Jcqew','pdMAd','uqcJu','debug','\x20using\x20script:\x20','zREwe','wxrQk','[AccessibilityModule]\x20Constructor:\x20Registered\x20observers\x20-\x20EXECUTE\x20PRE,\x20CREATE\x20POST,\x20QUIT\x20PRE','70386mFyWKO','117EfEChx','Exception\x20in\x20isPlatformSupported:\x20','getResultsSummary','getAccessibility','join','../state/automationFrameworkState','NshVE','31494YoDPMT','--headless=','Error\x20applying\x20sendMessageToServer\x20patch:\x20','jcZVA','8ahaPkD',',\x20testIdentifier=','launchCaps','onBeforeExecute:\x20Jest\x20-\x20Error\x20fetching\x20driver\x20execute\x20params:\x20','measureWrapper','../../utils/playwright-patcher','JlPIM','heQkf','AUTOMATION_SESSIONS','583272noYtaR','test_run_id','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied',',\x20tags=','updateData','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20or\x20ChromeForTesting\x20browsers.',',\x20excludeTags=','\x20script\x20available','vAbbS','jNQkC','validatePlatformForAccessibility','IBhgs','iYCZL','registerObserver','getCurrentInstanceName','env','klNhd','sfIjD','null','BesjH','../TestInfo.js','fetchDriverExecuteParamsEvent','Error\x20executing\x20script\x20','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','[AccessibilityModule]\x20getAccessibilityResultsSummary:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','nFKXO','parseA11yJwtPayload','browserName','FUAzu','thTestRunUuid','rzIuW','saveTestResults','ZzbVA','2968645ROwgcV','\x22browserstack.user\x22:\x22[REDACTED]\x22','amGXf','browser','shouldScanForCommand','KEY_DRIVER_HAS_URL','chrome','KEY_TEST_NAME','onBeforeExecute:\x20Command\x20','FlIPs','executeScriptByName','stopTestCapture:\x20Jest\x20-\x20No\x20testIdentifier\x20found,\x20skipping\x20result\x20save','setShouldScanCurrentTest','\x20browser\x20version\x20','jzZnm','browserstack.accessibilityOptions.authToken','commandName','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','_sendMessageServerPatchApplied','LOG_DISABLED_SHOWN','stopTestCapture:\x20Added\x20is_mobile_session\x20flag\x20for\x20Android+Chrome\x20session','browserVersion','KTaXe','isMobileScanningEnabledForGroup','getResults','UcKHv','DOtnO','VTecM','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','isMobileWebSession','scannerVersion','excludeTagsInTestingScope','info','find','applySendMessageToServerPatch','isEnabledTestcase','Error\x20in\x20performPageScan:\x20','true','fVTyE','getAccessibilityResultsSummary','scan',',\x20includeTags=','NwuZe','command','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','getCapabilitiesList','NLGrl','txjXA','IDoxY','mzbTA','[AccessibilityModule]\x20stopTestCapture:\x20Saving\x20results,\x20thTestRunUuid=','../../playwright/accessibility-helper','dQZGs','IImPZ','isBrowserSupportedForAccessibility','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','includeTagsInTestingScope','mkHQY',',\x20framework=','Error\x20getting\x20script\x20by\x20name\x20','../../../helpers/classLogger','getMinVersionForBrowser','ACCESSIBILITY_INITIALIZED','xnyIt','mZQka','NON_BROWSERSTACK_AUTOMATION_SESSIONS','goog:chromeOptions','browserStackEvaluate','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','ZrQEU','CAnri','accessibilityPlatform','function','[AccessibilityModule]\x20onBeforeExecute:\x20Jest\x20-\x20resolved\x20thTestRunUuid=','njMPV','getName','isPlatformSupported:\x20caps\x20are\x20null',',\x20testName=','currentTest','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','esRnO','rRhSe','3405330YrDddB','KjWqe','GSlKE','skipCDPConnectOverride','set','setLogDisabledShown','getContext','getParamsForScanForCli','getLogDisabledShown','warn','MOBILE_SCANNING_DISABLED_WARNING','getTestId','ygnUe','isVersionSupported','Yhxjv','length','start','WJgPL','getValue','android','POST','ymbQl',']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20','\x20from\x20testIdentifier=','../framework/automationFramework','eSJLZ','pGJvT','UPOwp','getCommandsToWrap','some','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20supported\x20test\x20framework','getBrowserDisplayName','PkLMZ','is_mobile_session','--headless','__jestCurrentTestIdentifier','getCurrentAccessibilityStatus','JlpuE','accessibilityConfig','isMobileWebSession:\x20error\x20checking\x20driver\x20caps:\x20','delete','--headless=new','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','xsqnw','MdMNj','isBrowserstackScriptCommand','HqRCv'];a90_0x12eb=function(){return _0x2d19d9;};return a90_0x12eb();}module['exports']=AccessibilityModule;
@@ -1 +1 @@
1
- const a91_0x4d3a5f=a91_0x26eb;(function(_0x23cf5f,_0x4d6105){const _0xa780e6=a91_0x26eb,_0x1de9a6=_0x23cf5f();while(!![]){try{const _0x2c55b3=-parseInt(_0xa780e6(0x1da))/0x1+-parseInt(_0xa780e6(0x1eb))/0x2+-parseInt(_0xa780e6(0x1e5))/0x3*(-parseInt(_0xa780e6(0x1f3))/0x4)+-parseInt(_0xa780e6(0x1e9))/0x5*(parseInt(_0xa780e6(0x1dc))/0x6)+parseInt(_0xa780e6(0x1cd))/0x7*(-parseInt(_0xa780e6(0x1d0))/0x8)+-parseInt(_0xa780e6(0x1d7))/0x9+-parseInt(_0xa780e6(0x1d6))/0xa*(-parseInt(_0xa780e6(0x1d3))/0xb);if(_0x2c55b3===_0x4d6105)break;else _0x1de9a6['push'](_0x1de9a6['shift']());}catch(_0x38381e){_0x1de9a6['push'](_0x1de9a6['shift']());}}}(a91_0x2e84,0x9ad4c));function a91_0x2e84(){const _0x248d82=['version','platformIndex','CMoCP','binSessionId','config','5397MbmouA','setTestFrameworkData','getTestId','../../../helpers/logger.js','2712155TQquLd','debug','904960ZmlIoT','gJYpc','JEST','ensureBinSession','testCaseStartedId','yFvvK','configure','client','1996ZDOUQp','DYvcM','_test','BaseModule','dpjFS','4|2|3|1|0','testFramework','name','7xzwZQJ','IbmGm','PLAYWRIGHT','5460880cnsEEp','CUCUMBER','testInfo','253UJdtFB','1|4|3|5|2|0','aVadX','1185850HXjDRO','936207RtrmDX','../../../helpers/test-observability/constants.js','\x20with\x20binSessionId=','666993XszHcK','testFrameworkData','12tKgIYB','Mgkhz','getModuleName','testId'];a91_0x2e84=function(){return _0x248d82;};return a91_0x2e84();}const logger=require(a91_0x4d3a5f(0x1e8))['winstonLogger'],{FRAMEWORKS}=require(a91_0x4d3a5f(0x1d8));class BaseModule{constructor(_0x48ce7d=null){const _0x401710=a91_0x4d3a5f,_0x1a8d54={};_0x1a8d54[_0x401710(0x1f0)]=_0x401710(0x1d4),_0x1a8d54[_0x401710(0x1d5)]=_0x401710(0x1f6);const _0x355643=_0x1a8d54,_0x3de2ba=_0x355643[_0x401710(0x1f0)]['split']('|');let _0x37e0ca=0x0;while(!![]){switch(_0x3de2ba[_0x37e0ca++]){case'0':this[_0x401710(0x1db)]=this[_0x401710(0x1e6)](_0x48ce7d);continue;case'1':this[_0x401710(0x1cc)]=_0x355643[_0x401710(0x1d5)];continue;case'2':this[_0x401710(0x1f2)]=null;continue;case'3':this[_0x401710(0x1e1)]=0x0;continue;case'4':this[_0x401710(0x1e3)]=null;continue;case'5':this[_0x401710(0x1e4)]={};continue;}break;}}[a91_0x4d3a5f(0x1ee)](){const _0x29ffce=a91_0x4d3a5f,_0xe79f97={};_0xe79f97[_0x29ffce(0x1dd)]='Missing\x20binSessionId';const _0x541417=_0xe79f97;if(!this['binSessionId'])throw new Error(_0x541417['Mgkhz']);}[a91_0x4d3a5f(0x1de)](){return this['name'];}[a91_0x4d3a5f(0x1f1)](_0x3a4f3e,_0x3749bf,_0x1f0767,_0x24eb5c={}){const _0x48e41d=a91_0x4d3a5f,_0x5bb837={};_0x5bb837['dpjFS']=_0x48e41d(0x1f8);const _0x11f526=_0x5bb837,_0x1c01d4=_0x11f526[_0x48e41d(0x1f7)]['split']('|');let _0x26074a=0x0;while(!![]){switch(_0x1c01d4[_0x26074a++]){case'0':logger[_0x48e41d(0x1ea)]('Configured\x20module\x20'+this[_0x48e41d(0x1de)]()+_0x48e41d(0x1d9)+_0x3a4f3e+',\x20platformIndex='+_0x3749bf);continue;case'1':this[_0x48e41d(0x1e4)]=_0x24eb5c;continue;case'2':this[_0x48e41d(0x1e1)]=_0x3749bf;continue;case'3':this['client']=_0x1f0767;continue;case'4':this[_0x48e41d(0x1e3)]=_0x3a4f3e;continue;}break;}}[a91_0x4d3a5f(0x1e7)](_0x27aa5e){const _0x3ff116=a91_0x4d3a5f,_0x35b3ca={};_0x35b3ca[_0x3ff116(0x1ec)]=function(_0x2c5bb3,_0x412be9){return _0x2c5bb3===_0x412be9;},_0x35b3ca['DYvcM']=function(_0x4ad562,_0x46cc9a){return _0x4ad562===_0x46cc9a;},_0x35b3ca[_0x3ff116(0x1e2)]=function(_0x3bed69,_0x814156){return _0x3bed69===_0x814156;};const _0x39c4c5=_0x35b3ca;let _0x33467f='';if(_0x39c4c5[_0x3ff116(0x1ec)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1cf)]))_0x33467f=_0x27aa5e[_0x3ff116(0x1d2)]?.[_0x3ff116(0x1f5)]?.['id']||_0x27aa5e['testInfo']?.[_0x3ff116(0x1df)];else{if(_0x39c4c5[_0x3ff116(0x1f4)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1d1)]))_0x33467f=_0x27aa5e['testInfo']?.[_0x3ff116(0x1ef)];else _0x39c4c5[_0x3ff116(0x1e2)](_0x27aa5e[_0x3ff116(0x1f9)],FRAMEWORKS[_0x3ff116(0x1ed)])&&(_0x33467f=_0x27aa5e[_0x3ff116(0x1d2)]?.['id']);}return _0x33467f;}['setTestFrameworkData'](_0x203177){const _0x562ca6=a91_0x4d3a5f,_0x566edc={};_0x566edc['IbmGm']=function(_0x3c0897,_0xa8eeba){return _0x3c0897!==_0xa8eeba;},_0x566edc['ZOMyc']='object';const _0x103726=_0x566edc;if(!_0x203177||_0x103726[_0x562ca6(0x1ce)](typeof _0x203177,_0x103726['ZOMyc']))return null;const _0x25b462={};_0x25b462[_0x562ca6(0x1cc)]=_0x203177[_0x562ca6(0x1cc)],_0x25b462['version']=_0x203177['version']&&_0x203177[_0x562ca6(0x1e0)][_0x203177[_0x562ca6(0x1cc)]];const _0x2dff0e=_0x25b462;return _0x2dff0e;}}function a91_0x26eb(_0x5526e4,_0x27f061){const _0x2e8460=a91_0x2e84();return a91_0x26eb=function(_0x26ebea,_0x37dc7f){_0x26ebea=_0x26ebea-0x1cc;let _0xcdeea7=_0x2e8460[_0x26ebea];return _0xcdeea7;},a91_0x26eb(_0x5526e4,_0x27f061);}module['exports']=BaseModule;
1
+ const a91_0x65708a=a91_0x77e6;(function(_0x449c8a,_0x3a5a9b){const _0x57abeb=a91_0x77e6,_0x427733=_0x449c8a();while(!![]){try{const _0xd85048=-parseInt(_0x57abeb(0x19f))/0x1*(-parseInt(_0x57abeb(0x177))/0x2)+parseInt(_0x57abeb(0x178))/0x3*(-parseInt(_0x57abeb(0x1a0))/0x4)+-parseInt(_0x57abeb(0x182))/0x5+-parseInt(_0x57abeb(0x195))/0x6+-parseInt(_0x57abeb(0x198))/0x7+-parseInt(_0x57abeb(0x17a))/0x8+-parseInt(_0x57abeb(0x175))/0x9*(-parseInt(_0x57abeb(0x188))/0xa);if(_0xd85048===_0x3a5a9b)break;else _0x427733['push'](_0x427733['shift']());}catch(_0x427a3c){_0x427733['push'](_0x427733['shift']());}}}(a91_0x37bf,0x24f24));const logger=require(a91_0x65708a(0x192))[a91_0x65708a(0x183)],{FRAMEWORKS}=require(a91_0x65708a(0x18e));function a91_0x77e6(_0x2fd674,_0x59bf44){const _0x37bf71=a91_0x37bf();return a91_0x77e6=function(_0x77e606,_0x2f6acf){_0x77e606=_0x77e606-0x175;let _0xe1d693=_0x37bf71[_0x77e606];return _0xe1d693;},a91_0x77e6(_0x2fd674,_0x59bf44);}function a91_0x37bf(){const _0x12c282=['17246ShflEv','350232ERZFRX','sLzYZ','297840ktOavG','testFrameworkData','\x20with\x20binSessionId=','object',',\x20platformIndex=','NOQRJ','setTestFrameworkData','ioaRK','1032830CCSfRY','winstonLogger','exports','kjqmt','testInfo','version','2960660WgdGdW','getModuleName','testId','testFramework','BaseModule','Missing\x20binSessionId','../../../helpers/test-observability/constants.js','debug','binSessionId','UKJLD','../../../helpers/logger.js','testCaseStartedId','JEST','1632168fRDIsE','PxTFI','name','1602986sWkjvq','ensureBinSession','config','getTestId','CUCUMBER','platformIndex','Configured\x20module\x20','28SARlrZ','8RpsgvT','split','eTTJU','27ImdfQD','PLAYWRIGHT'];a91_0x37bf=function(){return _0x12c282;};return a91_0x37bf();}class BaseModule{constructor(_0xe02dd8=null){const _0x12903a=a91_0x65708a,_0x407e2f={};_0x407e2f[_0x12903a(0x181)]='0|3|5|1|2|4',_0x407e2f['sLzYZ']=_0x12903a(0x18c);const _0x22ea39=_0x407e2f,_0xeb1e8=_0x22ea39[_0x12903a(0x181)][_0x12903a(0x1a1)]('|');let _0xb81662=0x0;while(!![]){switch(_0xeb1e8[_0xb81662++]){case'0':this[_0x12903a(0x197)]=_0x22ea39[_0x12903a(0x179)];continue;case'1':this[_0x12903a(0x19a)]={};continue;case'2':this['client']=null;continue;case'3':this[_0x12903a(0x190)]=null;continue;case'4':this[_0x12903a(0x17b)]=this[_0x12903a(0x180)](_0xe02dd8);continue;case'5':this[_0x12903a(0x19d)]=0x0;continue;}break;}}[a91_0x65708a(0x199)](){const _0x1886de=a91_0x65708a,_0x3212d8={};_0x3212d8[_0x1886de(0x196)]=_0x1886de(0x18d);const _0x1acf32=_0x3212d8;if(!this[_0x1886de(0x190)])throw new Error(_0x1acf32[_0x1886de(0x196)]);}[a91_0x65708a(0x189)](){return this['name'];}['configure'](_0x7b2045,_0x4f1704,_0x251b36,_0x412a51={}){const _0x7f08dc=a91_0x65708a,_0x48d83a={};_0x48d83a[_0x7f08dc(0x1a2)]='3|0|4|1|2';const _0x1fd435=_0x48d83a,_0xeadbf3=_0x1fd435['eTTJU']['split']('|');let _0x521ad4=0x0;while(!![]){switch(_0xeadbf3[_0x521ad4++]){case'0':this[_0x7f08dc(0x19d)]=_0x4f1704;continue;case'1':this[_0x7f08dc(0x19a)]=_0x412a51;continue;case'2':logger[_0x7f08dc(0x18f)](_0x7f08dc(0x19e)+this[_0x7f08dc(0x189)]()+_0x7f08dc(0x17c)+_0x7b2045+_0x7f08dc(0x17e)+_0x4f1704);continue;case'3':this[_0x7f08dc(0x190)]=_0x7b2045;continue;case'4':this['client']=_0x251b36;continue;}break;}}[a91_0x65708a(0x19b)](_0x494dc6){const _0x5062d9=a91_0x65708a,_0x1aad80={};_0x1aad80[_0x5062d9(0x191)]=function(_0xfabfe4,_0x53add1){return _0xfabfe4===_0x53add1;};const _0xf4db63=_0x1aad80;let _0xecea6b='';if(_0xf4db63[_0x5062d9(0x191)](_0x494dc6['testFramework'],FRAMEWORKS[_0x5062d9(0x176)]))_0xecea6b=_0x494dc6[_0x5062d9(0x186)]?.['_test']?.['id']||_0x494dc6['testInfo']?.[_0x5062d9(0x18a)];else{if(_0xf4db63[_0x5062d9(0x191)](_0x494dc6[_0x5062d9(0x18b)],FRAMEWORKS[_0x5062d9(0x19c)]))_0xecea6b=_0x494dc6[_0x5062d9(0x186)]?.[_0x5062d9(0x193)];else _0xf4db63['UKJLD'](_0x494dc6[_0x5062d9(0x18b)],FRAMEWORKS[_0x5062d9(0x194)])&&(_0xecea6b=_0x494dc6['testInfo']?.['id']);}return _0xecea6b;}[a91_0x65708a(0x180)](_0x4877e6){const _0x18174e=a91_0x65708a,_0x3f1683={};_0x3f1683[_0x18174e(0x185)]=function(_0x48e7c7,_0x2fb523){return _0x48e7c7!==_0x2fb523;},_0x3f1683[_0x18174e(0x17f)]=_0x18174e(0x17d);const _0x2c5462=_0x3f1683;if(!_0x4877e6||_0x2c5462[_0x18174e(0x185)](typeof _0x4877e6,_0x2c5462[_0x18174e(0x17f)]))return null;const _0x3a2932={};_0x3a2932['name']=_0x4877e6[_0x18174e(0x197)],_0x3a2932[_0x18174e(0x187)]=_0x4877e6[_0x18174e(0x187)]&&_0x4877e6[_0x18174e(0x187)][_0x4877e6[_0x18174e(0x197)]];const _0x45a4f=_0x3a2932;return _0x45a4f;}}module[a91_0x65708a(0x184)]=BaseModule;
@@ -1 +1 @@
1
- const a92_0x185364=a92_0x4182;function a92_0x36b0(){const _0x3354e8=['iUyps','KZgwz','HQBZr','setLTSSessionId','7868820yiyptK','BROWSERSTACK_LTS_SESSION_ID','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','tSZRo','../../../helpers/helper.js','21724hKuPoT','dUuZo','ttluY','WhVom','true','setLTSSessionId\x20error:\x20','402nXEpoj','env','debug','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','kBBIr','XcOJW','LoadTestModule','4898eIrRvW','ZUHvP','3995789XbqAQM','mcWpI','4726242kXzwme','undefined','pcUlG','BROWSERSTACK_LTS_SESSION_ID\x20cleared','13392bNJEEC','browserstackAutomation','error','YnOkz','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','YHNfr','rLFyb','yGAPB','message','toString','getLTSSessionId','jxBxr','isLTSSession','overrideLoadTesting','toLowerCase','LTS','18944yJHXYx','zLIbq','4661625SrvfkR'];a92_0x36b0=function(){return _0x3354e8;};return a92_0x36b0();}function a92_0x4182(_0x548104,_0x2cbb99){const _0x36b048=a92_0x36b0();return a92_0x4182=function(_0x418277,_0x5016ab){_0x418277=_0x418277-0x125;let _0x3a7e29=_0x36b048[_0x418277];return _0x3a7e29;},a92_0x4182(_0x548104,_0x2cbb99);}(function(_0x4cf6e6,_0x2c8f7b){const _0x590106=a92_0x4182,_0x4a561b=_0x4cf6e6();while(!![]){try{const _0x38d5ec=parseInt(_0x590106(0x150))/0x1*(parseInt(_0x590106(0x126))/0x2)+parseInt(_0x590106(0x140))/0x3+parseInt(_0x590106(0x14a))/0x4+parseInt(_0x590106(0x145))/0x5+parseInt(_0x590106(0x12a))/0x6+-parseInt(_0x590106(0x128))/0x7+parseInt(_0x590106(0x13e))/0x8*(-parseInt(_0x590106(0x12e))/0x9);if(_0x38d5ec===_0x2c8f7b)break;else _0x4a561b['push'](_0x4a561b['shift']());}catch(_0x4ccc7b){_0x4a561b['push'](_0x4a561b['shift']());}}}(a92_0x36b0,0xc5f70));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a92_0x185364(0x125)),{sendSdkEvents}=require(a92_0x185364(0x149)),isLTSSession=(_0x288eaa=null)=>{const _0x4a2951=a92_0x185364,_0x3c4b43={};_0x3c4b43[_0x4a2951(0x14c)]=function(_0x2ea273,_0x37d48d){return _0x2ea273!==_0x37d48d;},_0x3c4b43[_0x4a2951(0x14b)]=_0x4a2951(0x12b),_0x3c4b43[_0x4a2951(0x14d)]=function(_0x2e9eae,_0x4e34a8){return _0x2e9eae===_0x4e34a8;},_0x3c4b43[_0x4a2951(0x129)]='string',_0x3c4b43[_0x4a2951(0x134)]=function(_0x593bbf,_0x483183){return _0x593bbf===_0x483183;},_0x3c4b43[_0x4a2951(0x154)]=_0x4a2951(0x14e),_0x3c4b43[_0x4a2951(0x13f)]=function(_0x3ba679,_0x32b7e4){return _0x3ba679===_0x32b7e4;},_0x3c4b43[_0x4a2951(0x155)]=function(_0x1d49b3,_0x5c1be9){return _0x1d49b3===_0x5c1be9;},_0x3c4b43['YnOkz']='false';const _0x588c60=_0x3c4b43;try{if(_0x588c60[_0x4a2951(0x14c)](typeof process['env'][_0x4a2951(0x13b)],_0x588c60[_0x4a2951(0x14b)])){const _0xfb27cb=process['env'][_0x4a2951(0x13b)];return _0x588c60[_0x4a2951(0x14d)](typeof _0xfb27cb,_0x588c60[_0x4a2951(0x129)])?_0x588c60['rLFyb'](_0xfb27cb[_0x4a2951(0x13c)](),_0x588c60[_0x4a2951(0x154)]):!!_0xfb27cb;}const _0x5cff83=_0x288eaa&&_0x288eaa['overrideLoadTesting'],_0x317dfe=!!(_0x288eaa&&(_0x588c60['WhVom'](_0x288eaa['browserstackAutomation'],!![])||_0x588c60[_0x4a2951(0x13f)](_0x288eaa[_0x4a2951(0x12f)],_0x588c60[_0x4a2951(0x154)]))),_0x3f79dc=!!(_0x5cff83&&_0x588c60[_0x4a2951(0x155)](_0x5cff83[_0x4a2951(0x137)]()['toLowerCase'](),_0x588c60[_0x4a2951(0x154)])&&!_0x317dfe);return process[_0x4a2951(0x151)]['overrideLoadTesting']=_0x3f79dc?_0x588c60[_0x4a2951(0x154)]:_0x588c60['YnOkz'],_0x3f79dc;}catch(_0x22855e){return process['env'][_0x4a2951(0x13b)]=_0x588c60[_0x4a2951(0x131)],![];}},getLTSSessionId=()=>{const _0x1a5443=a92_0x185364,_0x36933b={'iUyps':function(_0x4b1f65){return _0x4b1f65();},'YHNfr':'LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','HQBZr':_0x1a5443(0x147)};try{if(_0x36933b[_0x1a5443(0x141)](isLTSSession))return logger['debug'](_0x36933b[_0x1a5443(0x133)]),process[_0x1a5443(0x151)][_0x1a5443(0x146)]||'';}catch(_0x24ff59){logger[_0x1a5443(0x130)]('Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20'+(_0x24ff59&&_0x24ff59[_0x1a5443(0x136)]));}return logger[_0x1a5443(0x152)](_0x36933b[_0x1a5443(0x143)]),'';},setLTSSessionId=async(_0xcbb540={})=>{const _0x4ee0a8=a92_0x185364,_0x36221e={'KZgwz':function(_0x1a0a8d){return _0x1a0a8d();},'VwTyP':_0x4ee0a8(0x132),'pcUlG':_0x4ee0a8(0x12d),'jxBxr':_0x4ee0a8(0x13d),'yGAPB':function(_0x207d2e,_0x3543bf){return _0x207d2e(_0x3543bf);},'ZUHvP':function(_0x34362f,_0x5a3914,_0x2e15e9){return _0x34362f(_0x5a3914,_0x2e15e9);},'tSZRo':function(_0x118bb0,_0xcc8901){return _0x118bb0||_0xcc8901;}};try{const _0x435db0=_0x36221e[_0x4ee0a8(0x142)](getLTSSessionId);_0x435db0?(process[_0x4ee0a8(0x151)][_0x4ee0a8(0x146)]=_0x435db0,logger[_0x4ee0a8(0x152)](_0x36221e['VwTyP'])):(delete process[_0x4ee0a8(0x151)][_0x4ee0a8(0x146)],logger['debug'](_0x36221e[_0x4ee0a8(0x12c)]));try{const _0x11d901={'feature':_0x36221e[_0x4ee0a8(0x139)],'ltsEnabled':_0x36221e[_0x4ee0a8(0x135)](isLTSSession,_0xcbb540),'ltsSessionIdPresent':!!_0x435db0};await _0x36221e[_0x4ee0a8(0x127)](sendSdkEvents,_0x11d901,_0xcbb540);}catch(_0x122e33){logger[_0x4ee0a8(0x152)](_0x4ee0a8(0x153)+(_0x122e33&&_0x122e33[_0x4ee0a8(0x136)]));}return _0x36221e[_0x4ee0a8(0x148)](_0x435db0,'');}catch(_0x584584){return logger['debug'](_0x4ee0a8(0x14f)+(_0x584584&&_0x584584[_0x4ee0a8(0x136)])),'';}},a92_0x11594c={};a92_0x11594c[a92_0x185364(0x13a)]=isLTSSession,a92_0x11594c[a92_0x185364(0x138)]=getLTSSessionId,a92_0x11594c[a92_0x185364(0x144)]=setLTSSessionId,module['exports']=a92_0x11594c;
1
+ const a92_0x44fd22=a92_0x3a1f;function a92_0x3a1f(_0x3022b8,_0xb397a8){const _0x3b9754=a92_0x3b97();return a92_0x3a1f=function(_0x3a1f91,_0x22ca2f){_0x3a1f91=_0x3a1f91-0x65;let _0x212f85=_0x3b9754[_0x3a1f91];return _0x212f85;},a92_0x3a1f(_0x3022b8,_0xb397a8);}function a92_0x3b97(){const _0x1f53d2=['exports','7YzkkCR','Wgede','VfUcB','overrideLoadTesting','debug','BROWSERSTACK_LTS_SESSION_ID\x20cleared','browserstackAutomation','true','cbvDK','string','570000DyFVAH','toLowerCase','xzNKS','Error\x20while\x20resolving\x20LTS\x20session\x20id:\x20','BROWSERSTACK_LTS_SESSION_ID\x20set\x20from\x20env','BROWSERSTACK_LTS_SESSION_ID','OSNxM','LTS\x20not\x20enabled;\x20returning\x20empty\x20LTS\x20session\x20id','vvwjd','1590552cHmKMv','isLTSSession','undefined','setLTSSessionId','KcjOh','LTS\x20session\x20enabled;\x20returning\x20env\x20BROWSERSTACK_LTS_SESSION_ID','zBXFq','toString','Failed\x20to\x20record\x20LTS\x20telemetry:\x20','getLTSSessionId','111460KAkPQl','env','19729ysAvaw','1233660XPQYPE','FqXae','wmzhq','LTS','1892LkRVQj','10962jsdTGa','981PfPYGd','UaSrL','message','PXnJU','false','cpfxb','AbUPH','tKAvt','../../../helpers/helper.js','LoadTestModule','WLTWL','980fWFbGi'];a92_0x3b97=function(){return _0x1f53d2;};return a92_0x3b97();}(function(_0x2dbf89,_0x6bff53){const _0x55e553=a92_0x3a1f,_0x4e4418=_0x2dbf89();while(!![]){try{const _0x43db6f=-parseInt(_0x55e553(0x75))/0x1+parseInt(_0x55e553(0x7a))/0x2*(parseInt(_0x55e553(0x7c))/0x3)+-parseInt(_0x55e553(0x73))/0x4+-parseInt(_0x55e553(0x76))/0x5+-parseInt(_0x55e553(0x93))/0x6*(-parseInt(_0x55e553(0x89))/0x7)+parseInt(_0x55e553(0x69))/0x8+-parseInt(_0x55e553(0x7b))/0x9*(parseInt(_0x55e553(0x87))/0xa);if(_0x43db6f===_0x6bff53)break;else _0x4e4418['push'](_0x4e4418['shift']());}catch(_0x1e991e){_0x4e4418['push'](_0x4e4418['shift']());}}}(a92_0x3b97,0x2e41f));const {createClassLogger}=require('../../../helpers/classLogger.js'),logger=createClassLogger(a92_0x44fd22(0x85)),{sendSdkEvents}=require(a92_0x44fd22(0x84)),isLTSSession=(_0x23491a=null)=>{const _0x49ec6c=a92_0x44fd22,_0x3a14a8={};_0x3a14a8[_0x49ec6c(0x68)]=function(_0x789382,_0x27240e){return _0x789382!==_0x27240e;},_0x3a14a8[_0x49ec6c(0x91)]=_0x49ec6c(0x6b),_0x3a14a8[_0x49ec6c(0x66)]=function(_0x204a27,_0x3f9c1b){return _0x204a27===_0x3f9c1b;},_0x3a14a8[_0x49ec6c(0x7d)]=_0x49ec6c(0x92),_0x3a14a8[_0x49ec6c(0x77)]=function(_0x50c6e7,_0x5eb664){return _0x50c6e7===_0x5eb664;},_0x3a14a8[_0x49ec6c(0x6d)]=_0x49ec6c(0x90),_0x3a14a8[_0x49ec6c(0x78)]=_0x49ec6c(0x80);const _0x33a46d=_0x3a14a8;try{if(_0x33a46d[_0x49ec6c(0x68)](typeof process[_0x49ec6c(0x74)][_0x49ec6c(0x8c)],_0x33a46d[_0x49ec6c(0x91)])){const _0x4bea97=process[_0x49ec6c(0x74)]['overrideLoadTesting'];return _0x33a46d[_0x49ec6c(0x66)](typeof _0x4bea97,_0x33a46d[_0x49ec6c(0x7d)])?_0x33a46d[_0x49ec6c(0x77)](_0x4bea97['toLowerCase'](),_0x33a46d[_0x49ec6c(0x6d)]):!!_0x4bea97;}const _0x321669=_0x23491a&&_0x23491a['overrideLoadTesting'],_0x177bb2=!!(_0x23491a&&(_0x33a46d[_0x49ec6c(0x77)](_0x23491a[_0x49ec6c(0x8f)],!![])||_0x33a46d[_0x49ec6c(0x77)](_0x23491a['browserstackAutomation'],_0x33a46d[_0x49ec6c(0x6d)]))),_0x40702a=!!(_0x321669&&_0x33a46d[_0x49ec6c(0x77)](_0x321669[_0x49ec6c(0x70)]()[_0x49ec6c(0x94)](),_0x33a46d[_0x49ec6c(0x6d)])&&!_0x177bb2);return process[_0x49ec6c(0x74)][_0x49ec6c(0x8c)]=_0x40702a?_0x33a46d[_0x49ec6c(0x6d)]:_0x33a46d['wmzhq'],_0x40702a;}catch(_0x2b0278){return process['env']['overrideLoadTesting']=_0x33a46d[_0x49ec6c(0x78)],![];}},getLTSSessionId=()=>{const _0x53c244=a92_0x44fd22,_0x98383c={'zBXFq':function(_0x117077){return _0x117077();},'cpfxb':_0x53c244(0x6e),'AbUPH':_0x53c244(0x67)};try{if(_0x98383c[_0x53c244(0x6f)](isLTSSession))return logger[_0x53c244(0x8d)](_0x98383c[_0x53c244(0x81)]),process[_0x53c244(0x74)][_0x53c244(0x65)]||'';}catch(_0x51883c){logger['error'](_0x53c244(0x96)+(_0x51883c&&_0x51883c[_0x53c244(0x7e)]));}return logger[_0x53c244(0x8d)](_0x98383c[_0x53c244(0x82)]),'';},setLTSSessionId=async(_0x110402={})=>{const _0x669d5=a92_0x44fd22,_0x258a8e={'Wgede':function(_0x57fb99){return _0x57fb99();},'WLTWL':_0x669d5(0x97),'VfUcB':_0x669d5(0x8e),'xzNKS':_0x669d5(0x79),'WBAIw':function(_0x453770,_0x1d093a){return _0x453770(_0x1d093a);},'tKAvt':function(_0x53a474,_0xbc8a59,_0x1ec19d){return _0x53a474(_0xbc8a59,_0x1ec19d);},'PXnJU':function(_0x375343,_0x35b4fd){return _0x375343||_0x35b4fd;}};try{const _0x32fa28=_0x258a8e[_0x669d5(0x8a)](getLTSSessionId);_0x32fa28?(process[_0x669d5(0x74)][_0x669d5(0x65)]=_0x32fa28,logger[_0x669d5(0x8d)](_0x258a8e[_0x669d5(0x86)])):(delete process[_0x669d5(0x74)][_0x669d5(0x65)],logger[_0x669d5(0x8d)](_0x258a8e[_0x669d5(0x8b)]));try{const _0x4ca649={'feature':_0x258a8e[_0x669d5(0x95)],'ltsEnabled':_0x258a8e['WBAIw'](isLTSSession,_0x110402),'ltsSessionIdPresent':!!_0x32fa28};await _0x258a8e[_0x669d5(0x83)](sendSdkEvents,_0x4ca649,_0x110402);}catch(_0x2af906){logger['debug'](_0x669d5(0x71)+(_0x2af906&&_0x2af906[_0x669d5(0x7e)]));}return _0x258a8e[_0x669d5(0x7f)](_0x32fa28,'');}catch(_0x3e754c){return logger[_0x669d5(0x8d)]('setLTSSessionId\x20error:\x20'+(_0x3e754c&&_0x3e754c[_0x669d5(0x7e)])),'';}},a92_0x139920={};a92_0x139920[a92_0x44fd22(0x6a)]=isLTSSession,a92_0x139920[a92_0x44fd22(0x72)]=getLTSSessionId,a92_0x139920[a92_0x44fd22(0x6c)]=setLTSSessionId,module[a92_0x44fd22(0x88)]=a92_0x139920;
@@ -1 +1 @@
1
- const a93_0x2a1c15=a93_0x8e95;function a93_0x8e95(_0x175314,_0x3ff02d){const _0x3ee788=a93_0x3ee7();return a93_0x8e95=function(_0x8e95f3,_0x4b6a58){_0x8e95f3=_0x8e95f3-0x13b;let _0x26705b=_0x3ee788[_0x8e95f3];return _0x26705b;},a93_0x8e95(_0x175314,_0x3ff02d);}(function(_0xb2be7a,_0x18720c){const _0x2d29ba=a93_0x8e95,_0x42e5df=_0xb2be7a();while(!![]){try{const _0x1b9f18=parseInt(_0x2d29ba(0x143))/0x1*(-parseInt(_0x2d29ba(0x149))/0x2)+parseInt(_0x2d29ba(0x14b))/0x3+-parseInt(_0x2d29ba(0x14c))/0x4*(-parseInt(_0x2d29ba(0x155))/0x5)+parseInt(_0x2d29ba(0x163))/0x6*(parseInt(_0x2d29ba(0x157))/0x7)+-parseInt(_0x2d29ba(0x15a))/0x8+parseInt(_0x2d29ba(0x14e))/0x9*(-parseInt(_0x2d29ba(0x150))/0xa)+-parseInt(_0x2d29ba(0x164))/0xb*(parseInt(_0x2d29ba(0x162))/0xc);if(_0x1b9f18===_0x18720c)break;else _0x42e5df['push'](_0x42e5df['shift']());}catch(_0x5704b4){_0x42e5df['push'](_0x42e5df['shift']());}}}(a93_0x3ee7,0xa1820));function a93_0x3ee7(){const _0x591ca6=['../../../helpers/performance/constants.js','../../../helpers/helper.js','MODULE_NAME','CREATE','ObservabilityModule','556944Bdtnai','4610826kDfrzd','88VPeIMV','page','../../utils/constants.js','ObservabilitySync:','SpdRJ','name','../../../helpers/classLogger.js','info','onBeforeTest:\x20','registerObserver','2pyzDbR','\x20sync\x20done','./baseModule','rCEJc','bind','logger','771208xjLmbw','end','2941755BcAfoO','44048EjfQdt','POrib','3413376RDwNaM','onBeforeTest:\x20page\x20is\x20not\x20defined','10eZyrmg','../../../helpers/performance/performance-tester.js','now','ZChOP','exports','290lCqnhW','../state/automationFrameworkState.js','7jHMrAW','../framework/automationFramework.js','debug','1635584dRlPOj','YCOWr','../state/hookState.js'];a93_0x3ee7=function(){return _0x591ca6;};return a93_0x3ee7();}const BaseModule=require(a93_0x2a1c15(0x145)),{createClassLogger}=require(a93_0x2a1c15(0x13f)),AutomationFramework=require(a93_0x2a1c15(0x158)),AutomationFrameworkState=require(a93_0x2a1c15(0x156)),HookState=require(a93_0x2a1c15(0x15c)),{playwrightAnnotate}=require(a93_0x2a1c15(0x15e)),PerformanceTester=require(a93_0x2a1c15(0x151)),{O11y_EVENTS}=require(a93_0x2a1c15(0x15d)),constants=require(a93_0x2a1c15(0x13b));class ObservabilityModule extends BaseModule{[a93_0x2a1c15(0x148)]=createClassLogger(a93_0x2a1c15(0x161));constructor(_0xb99045){const _0x39f4fc=a93_0x2a1c15,_0x40f303={};_0x40f303[_0x39f4fc(0x13d)]=_0x39f4fc(0x161);const _0xf95878=_0x40f303;super(),this[_0x39f4fc(0x13e)]=_0xf95878[_0x39f4fc(0x13d)],this['observabilityConfig']=_0xb99045,AutomationFramework[_0x39f4fc(0x142)](AutomationFrameworkState[_0x39f4fc(0x160)],HookState['POST'],this['onBeforeTest'][_0x39f4fc(0x147)](this));}['getModuleName'](){const _0x3d331b=a93_0x2a1c15;return ObservabilityModule[_0x3d331b(0x15f)];}async['onBeforeTest'](_0xa68f76){const _0x10ba43=a93_0x2a1c15,_0x5df490={'POrib':function(_0x58a059,_0x5a6698){return _0x58a059+_0x5a6698;},'YCOWr':_0x10ba43(0x13c),'rCEJc':function(_0x358726,_0x1f6d2f,_0xa1e559,_0x2f860b){return _0x358726(_0x1f6d2f,_0xa1e559,_0x2f860b);},'MILio':_0x10ba43(0x159),'ZChOP':_0x10ba43(0x14f)};if(_0xa68f76[_0x10ba43(0x165)]){const _0x34149a=_0xa68f76[_0x10ba43(0x165)],_0x2c4e61=Date[_0x10ba43(0x152)](),_0x5d033a=_0x5df490[_0x10ba43(0x14d)](_0x5df490[_0x10ba43(0x15b)],_0x2c4e61);PerformanceTester['start'](O11y_EVENTS['SYNC']),await _0x5df490[_0x10ba43(0x146)](playwrightAnnotate,_0x34149a,_0x5d033a,_0x5df490['MILio']),PerformanceTester[_0x10ba43(0x14a)](O11y_EVENTS['SYNC']),this[_0x10ba43(0x148)][_0x10ba43(0x140)](_0x10ba43(0x141)+constants['TEST_REPORTING_ANALYTICS']+_0x10ba43(0x144));}else this[_0x10ba43(0x148)]['debug'](_0x5df490[_0x10ba43(0x153)]);}}ObservabilityModule['MODULE_NAME']=a93_0x2a1c15(0x161),module[a93_0x2a1c15(0x154)]=ObservabilityModule;
1
+ function a93_0x464d(_0x5d4345,_0x4c79d1){const _0x5c969c=a93_0x5c96();return a93_0x464d=function(_0x464d7e,_0x124de9){_0x464d7e=_0x464d7e-0xa7;let _0x4bfb3b=_0x5c969c[_0x464d7e];return _0x4bfb3b;},a93_0x464d(_0x5d4345,_0x4c79d1);}const a93_0x57c650=a93_0x464d;function a93_0x5c96(){const _0x52286f=['name','POST','ObservabilitySync:','8420210wzVwaC','ZAtOS','./baseModule','TEST_REPORTING_ANALYTICS','1761374ZcgRTL','onBeforeTest','\x20sync\x20done','page','9258291uTangZ','../../../helpers/helper.js','now','ObservabilityModule','11HqyyLv','201mjvURH','38476sZLtsx','onBeforeTest:\x20','327128ZPhpQr','ayzXe','1RkkfId','../../utils/constants.js','onBeforeTest:\x20page\x20is\x20not\x20defined','bind','96QBLeMj','end','106870YXCMcb','CREATE','rJGNr','logger','../state/hookState.js','observabilityConfig','registerObserver','../state/automationFrameworkState.js','start','debug','getModuleName','SYNC','YJNtc','../framework/automationFramework.js','../../../helpers/performance/constants.js','MODULE_NAME','8165878frNMOE','exports','../../../helpers/classLogger.js'];a93_0x5c96=function(){return _0x52286f;};return a93_0x5c96();}(function(_0x2ec784,_0x816c41){const _0x49f216=a93_0x464d,_0x50db97=_0x2ec784();while(!![]){try{const _0x557c01=parseInt(_0x49f216(0xae))/0x1*(-parseInt(_0x49f216(0xce))/0x2)+-parseInt(_0x49f216(0xa9))/0x3*(-parseInt(_0x49f216(0xaa))/0x4)+parseInt(_0x49f216(0xb4))/0x5*(-parseInt(_0x49f216(0xb2))/0x6)+parseInt(_0x49f216(0xc4))/0x7+parseInt(_0x49f216(0xac))/0x8+parseInt(_0x49f216(0xd2))/0x9+-parseInt(_0x49f216(0xca))/0xa*(parseInt(_0x49f216(0xa8))/0xb);if(_0x557c01===_0x816c41)break;else _0x50db97['push'](_0x50db97['shift']());}catch(_0x51c661){_0x50db97['push'](_0x50db97['shift']());}}}(a93_0x5c96,0xc7335));const BaseModule=require(a93_0x57c650(0xcc)),{createClassLogger}=require(a93_0x57c650(0xc6)),AutomationFramework=require(a93_0x57c650(0xc1)),AutomationFrameworkState=require(a93_0x57c650(0xbb)),HookState=require(a93_0x57c650(0xb8)),{playwrightAnnotate}=require(a93_0x57c650(0xd3)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{O11y_EVENTS}=require(a93_0x57c650(0xc2)),constants=require(a93_0x57c650(0xaf));class ObservabilityModule extends BaseModule{['logger']=createClassLogger(a93_0x57c650(0xa7));constructor(_0xcc7ce0){const _0x51f669=a93_0x57c650,_0x58bdba={};_0x58bdba[_0x51f669(0xc0)]='ObservabilityModule';const _0x3a83c4=_0x58bdba;super(),this[_0x51f669(0xc7)]=_0x3a83c4[_0x51f669(0xc0)],this[_0x51f669(0xb9)]=_0xcc7ce0,AutomationFramework[_0x51f669(0xba)](AutomationFrameworkState[_0x51f669(0xb5)],HookState[_0x51f669(0xc8)],this[_0x51f669(0xcf)][_0x51f669(0xb1)](this));}[a93_0x57c650(0xbe)](){const _0x2d021e=a93_0x57c650;return ObservabilityModule[_0x2d021e(0xc3)];}async['onBeforeTest'](_0x1a1e7e){const _0x177f24=a93_0x57c650,_0x35a738={'ayzXe':function(_0xdcf80d,_0x2a10d1){return _0xdcf80d+_0x2a10d1;},'ppKuJ':_0x177f24(0xc9),'ZAtOS':function(_0x33084c,_0x3f64b2,_0x233189,_0x58de0f){return _0x33084c(_0x3f64b2,_0x233189,_0x58de0f);},'sOCIq':_0x177f24(0xbd),'rJGNr':_0x177f24(0xb0)};if(_0x1a1e7e['page']){const _0xd603f6=_0x1a1e7e[_0x177f24(0xd1)],_0x2bb24e=Date[_0x177f24(0xd4)](),_0x695c7e=_0x35a738[_0x177f24(0xad)](_0x35a738['ppKuJ'],_0x2bb24e);PerformanceTester[_0x177f24(0xbc)](O11y_EVENTS['SYNC']),await _0x35a738[_0x177f24(0xcb)](playwrightAnnotate,_0xd603f6,_0x695c7e,_0x35a738['sOCIq']),PerformanceTester[_0x177f24(0xb3)](O11y_EVENTS[_0x177f24(0xbf)]),this[_0x177f24(0xb7)]['info'](_0x177f24(0xab)+constants[_0x177f24(0xcd)]+_0x177f24(0xd0));}else this[_0x177f24(0xb7)][_0x177f24(0xbd)](_0x35a738[_0x177f24(0xb6)]);}}ObservabilityModule['MODULE_NAME']=a93_0x57c650(0xa7),module[a93_0x57c650(0xc5)]=ObservabilityModule;